@charset "UTF-8";
/*================================================
共通レイアウト、共通設定CSS
================================================*/

/* clearfix (基本的に変更しない。新しいclearfixが必要なときはここへ記載)
--------------------------------------------------------------------*/
ul:after,
ol:after,
dl:after,
.clearfix:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* 基本 (サイト共通の設定)
--------------------------------------------------------------------*/
@font-face {
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
/**, body {
	font-size: 12px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media all and (-ms-high-contrast:none) {
	*, body {
		font-family: "メイリオ",Meiryo,"游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	}
}*/
body {
	color:#2b2b2b;
}
a {
	color: #2c2b2b;
	text-decoration: none;
}
a:hover, a:active {
	color: #2c2b2b;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
small{
	font-size: 11px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
/* メインレイアウト（ヘッダ・フッタ・サイド以外） ※セレクタは極力いじらない
--------------------------------------------------------------------*/

.wrapper {}
#contents {
	width: 1080px;
	margin: 0 auto 110px auto;
	text-align:left;
}
#contents.error {}

/* パンくず ※セレクタは極力いじらない
--------------------------------------------------------------------*/
.bread {
	padding:16px 0 29px 0;
}
.bread ul,
.bread ol {
	line-height: 1.6em;
}
.bread li {
	float: left;
}
.bread li:before {
	margin: 0 4px;
	content: ">";
}
.bread li:first-of-type:before {
	margin: 0;
	content: " ";
}


/* common_title
--------------------------------------------------------------------*/

.common_header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 30px;
}
.common_header_title {
	font-size: 18px;
	font-weight: bold;
}
.common_more {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex: 1;
	flex: 1;
	margin-left: 20px;
}
.common_more_link {
	color: #1e1e1e;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	position: relative;
}
.common_more_link:after {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* common_btn
--------------------------------------------------------------------*/

.common_btn {
	text-align:center;
}
/*.common_btn a {
	width:278px;
	height:48px;
	margin:0 auto;
	display:block;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	line-height: 48px;
	border:1px solid #a6a6a6;
	border-radius:3px;
}*/

/* item_box
--------------------------------------------------------------------*/
.item_box {}

/* goods_list
--------------------------------------------------------------------*/

.goods_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.goods_item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	margin-bottom: 30px;
	padding: 0 10px;
	position:relative;
}
.goods_link {
	display: block;
	position: relative;
}
.goods_link:hover .goods_photo:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
}
.goods_pricedown{
	width:48px;
	height:48px;
	text-align:center;
	line-height: 48px;
	position:absolute;
	top:0;
	right:0;
	z-index:50;
}
.goods_photo {
	margin:0 0 15px;
	position:relative;
}
.goods_photo:before {
	content:"";
	display: block;
	padding-top: 133.33%;
}
.goods_image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.goods_brandname {
	color: #a0a0a0;
	font-family: "Jost", sans-serif;
	font-size:12px;
	margin:0 0 8px;
}
.goods_name {
	margin:0 0 10px;
	font-size:14px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.goods_price {
	font-family: "Jost", sans-serif;
	font-size:14px;
	color: inherit;
}
.goods_price_proper {
	font-family: "Jost", sans-serif;
	font-size:14px;
}
.goods_price_tax {
	color: inherit;
	font-family: "Jost", sans-serif;
	font-size:10px;
}
.goods_price_sale {
	color:#dd0000;
	font-family: "Jost", sans-serif;
	font-size:14px;
}
.goods_price_off,
.goods_price_rate {
	color:#dd0000;
	font-family: "Jost", sans-serif;
	font-size:14px;
	padding-left:10px;
}
.goods_rank {
	width: 26px;
	height: 26px;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index:50;
}
.goods_rank.rank_01 {
	background-color:#d9b340;
}
.goods_rank.rank_02 {
	background-color: #6f7b83;
}
.goods_rank.rank_03 {
	background-color: #894a25;
}
.ranking_not_found {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.ranking_not_found_text {
	font-size: 12px;
	line-height: 1.5;
}

/* 商品ステータスアイコン */
.goods_icon_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-left: -3px;
	margin-right: -3px;
}
.goods_icon_item {
	max-width: 100%;
	padding: 0 3px;
	margin-bottom: 5px;
}
.goods_icon {
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 2px;
	padding: 5px 10px;
	border: 1px solid transparent;
}
/* icon color */
.goods_icon.goods_icon_new {
	color: #000;
	border-color: #000;
}
.goods_icon.goods_icon_sale {
	color: #dd0000;
	border-color:#dd0000;
}
.goods_icon.goods_icon_outlet {
	color: #dd0000;
	border-color:#dd0000;
}
.goods_icon.goods_icon_rearrival {
	color: #000;
	border-color: #000;
}
.goods_icon.goods_icon_restock {
	color: #000;
	border-color: #000;
}
.goods_icon.goods_icon_reserve {
	color: #000;
	border-color: #000;
}
.goods_icon.goods_icon_magazine {
	color: #000;
	border-color: #000;
}
.goods_icon.goods_icon_comingsoon {
	color: #000;
	border-color: #000;
}
.goods_icon.goods_icon_lot_production {
	background-color:#fc3075;
}
/* ↓販促アイコン */
.goods_icon.goods_icon_point2,
.goods_icon.goods_icon_point3,
.goods_icon.goods_icon_point5,
.goods_icon.goods_icon_members,
.goods_icon.goods_icon_campaign,
.goods_icon.goods_icon_set_discount,
.goods_icon.goods_icon_handwash,
.goods_icon.goods_icon_washable,
.goods_icon.goods_icon_korabo {
	color:#000;
	border-color:#000;
}
.goods_icon.goods_icon_members_gray {
	color:#a6a6a6;
	border-color:#a6a6a6;
}
.goods_icon.goods_icon_members_gold {
	color:#b19601;
	border-color:#b19601;
}
.goods_icon.goods_icon_members_blue {
	color:#005d7c;
	border-color:#005d7c;
}
.goods_icon.goods_icon_members_green {
	color:#277800;
	border-color:#277800;
}
.goods_icon.goods_icon_members_orange {
	color:#fa8a04;
	border-color:#fa8a04;
}
.goods_icon.goods_icon_more5,
.goods_icon.goods_icon_more10 {
	color: #36ac00;
	border-color:#36ac00;
}
.goods_icon.goods_icon_2buy,
.goods_icon.goods_icon_coupon,
.goods_icon.goods_icon_reducedprice,
.goods_icon.goods_icon_timesale {
	color: #e10004;
	border-color:#e10004;
}
/* ↑販促アイコン */
.goods_sales_group {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}
.goods_sales_list {}
.goods_sales_item {
	display: block;
}
.goods_sales_item + .goods_sales_item {
	margin-top: 2px;
}
.goods_sales_image {
	width: 80px;
	height: auto;
}

/* 商品4列表示 */
.goods_list.goods_list__column4 {
	margin-left: -10px;
	margin-right: -10px;
}
.goods_list.goods_list__column4 .goods_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
}
.goods_list.goods_list__column4 .goods_name {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
.goods_list.goods_list__column4 .goods_price {
	color: inherit;
	font-weight:bold;
}
.goods_list.goods_list__column4 .goods_price_tax {
	color: inherit;
	font-size: 10px;
	font-weight:bold;
}

/* 商品6列表示 */
.goods_list.goods_list__column6 {
	margin-left: -10px;
	margin-right: -10px;
}
.goods_list.goods_list__column6 .goods_item {
	-ms-flex: 0 0 16.6666667%;
	flex: 0 0 16.6666667%;
	width: 100%;
	max-width: 16.6666667%;
	padding: 0 10px;
}

/* 最近見たアイテム */
.recently_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
	position: relative;
}
.recently_item {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	width: 100%;
	max-width: 12.5%;
	padding: 0 7.5px;
	position:relative;
}
.recently_link {
	display: block;
	position: relative;
}
.recently_link:hover .recently_photo:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
}
.recently_photo {
	position:relative;
}
.recently_photo:before {
	content:"";
	display: block;
	padding-top: 133.3333333%;
}
.recently_image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.checkitem_slider {
	position: relative;
}
.checkitem_slider .slick-prev,
.checkitem_slider .slick-next {
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.checkitem_slider .slick-prev {
	left: -30px;
}
.checkitem_slider .slick-prev:after {
	content: "";
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 12px;
}
.checkitem_slider .slick-next {
	right: -30px;
}
.checkitem_slider .slick-next:after {
	content: "";
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 12px;
}

/* セクションタイトル系
--------------------------------------------------------------------*/
.page-title {
	color:#000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.2em;
}
.page-title1 {
	color:#000;
	font-size:15px;
	font-weight:bold;
	background:#ccc;
	padding:10px;
}
.page-title2 {
	color:#000;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin:0 0 10px;
	padding:0 0 10px;
}
.page-title3 {
	color:#000;
	font-size: 24px;
	line-height: 1em;
	/* font-weight: bold; */
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	margin-bottom: 40px;
	padding:16px 0;
}
.sub {
	float:right;
	font-size:11px;
	line-height: 15px;
}
.subtitle {
	color:#000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	margin:0 0 10px;
}

.subtitle1 {
	color:000;
	background:#ccc;
	margin:0 0 10px;
	padding:10px;
}
.subtitle2 {
	color:000;
	border-bottom:1px solid #000;
	margin:0 0 5px;
	padding:0 0 5px;
}
.subtitle3 {
	color:000;
	border-bottom:1px solid #000;
	margin:0 0 5px;
	padding:0 0 5px;
}
.subtitle3:before {
	content:"■";
}
.error-title {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}
.section-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom:1px solid #d2d2d2;
}
.mailmag_title{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* 静的コンテンツ系
--------------------------------------------------------------------*/
.column_inner_list1 dt:before {
	content:"■";
}
.column_inner_list1 dd {
	margin:0 0 0 1em;
}
.column_inner_list2 dt:before {
	content:"Q.";
	display:table-cell;
}
.column_inner_list2 dd:before {
	content:"A.";
	display:table-cell;
}
.column_inner_list2 dt span {
	display:table-cell;
}
.column_inner_list2 dd span {
	display:table-cell;
}

/* ボタン ※会員登録、マイページでも使っているので色と画像以外はいじらない
--------------------------------------------------------------------*/
.single_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.double_btn, .multiple_btn {}
.double_btn_list:before, .multiple_btn_list:before,
.double_btn_list:after, .multiple_btn_list:after {
	content: none;
}
.double_btn_list, .multiple_btn_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.double_btn_item, .multiple_btn_item {}
.double_btn_item + .double_btn_item {
	margin-left: 30px;
}
.multiple_btn_item + .multiple_btn_item {
	margin-left: 10px;
}
.btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.default-btn {
	display: inline-block;
	width: 265px;
	font-size: 16px;
	text-align: center;
	outline: none;
	line-height: 48px;
	letter-spacing: 0.1em;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.default-btn.vertical-row {
	display:block;
}
.default-btn:hover {
	opacity:0.7;
}
.default-btn,
.default-btn::before,
.default-btn::after {
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.default-btn::before,
.default-btn::after {
	display:block;
	content:"";
	position:absolute;
	z-index:-1;
}
.default-btn.btn-default { /*デフォ*/
	color:#fff;
	border:1px solid #272727;
	background:#272727;
}
.default-btn.btn-primary { /*通常*/
	color:#fff;
	border:1px solid #272727;
	background:#272727;
}
.default-btn.btn-success { /*決定系*/
	color:#fff;
	background:#F90000;
	border:1px solid #F90000;
}
.default-btn.btn-confirm { /*確認系*/
	color:#fff;
	background:#2490D0;
	border:1px solid #2490D0;
}
.default-btn.btn-back { /*戻る系*/
	color:#000;
	background:#fff;
	border:1px solid #272727;
}
.default-btn.btn-reset { /*リセット*/
	color:#fff;
	border:1px solid #a6a6a6;
	background:#a6a6a6;
}
.default-btn.white:hover {
	background:#eee;
	text-decoration:none;
}
.default-btn.black:hover,
.default-btn.red:hover,
.default-btn.confirm:hover,
.default-btn.back:hover {
	opacity:0.7;
	text-decoration:none;
}
/*---- NEXT/BACK ICON ----*/
.default-btn.btn-default.icon_back {
	background:#272727 url(/static/full/images/common/btnparts/prev_wht.png) no-repeat;
	background-size:7px 12px;
	background-position:15px center;
}
.default-btn.btn-success.icon_next {
	background:#e50019 url(/static/full/images/common/btnparts/next_wht.png) no-repeat;
	background-size:7px 12px;
	background-position:calc(100% - 15px) center;
}
.default-btn.btn-primary.icon_next {
	background:#272727 url(/static/full/images/common/btnparts/next_wht.png) no-repeat;
	background-size:7px 12px;
	background-position:calc(100% - 15px) center;
}
.default-btn.btn-confirm.icon_next {
	background:#2490d0 url(/static/full/images/common/btnparts/next_wht.png) no-repeat;
	background-size:7px 12px;
	background-position:calc(100% - 15px) center;
}
.default-btn.btn-back.icon_back {
	background:#fff url(/static/full/images/common/btnparts/prev_blk.png) no-repeat;
	background-size:7px 12px;
	background-position:15px center;
}
.default-btn.btn-default.icon_next {
	background:#fff url(/static/full/images/common/btnparts/next_blk.png) no-repeat;
	background-size:7px 12px;
	background-position:calc(100% - 15px) center;
}
.default-btn.btn-back.icon_arrow_left {
	padding: 0 25px;
}
.default-btn.btn-back.icon_arrow_left:before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: rotate(-135deg) translateY(50%);
	transform: rotate(-135deg) translateY(50%);
}
.icon_arrow_right:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.icon_arrow_reset {
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icon_arrow_reset:before,
.icon_arrow_reset:after{
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #000;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.icon_arrow_reset:before {
	width: 10px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.icon_arrow_reset:after {
	width: 10px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}

/* エラーページ
--------------------------------------------------------------------*/
.error_content {
	background-color: #eee;
	padding: 60px 40px;
}
.error_content + .error_recommend {
	margin-top: 60px;
}
.error_recommend {}
.error_search {}
.error_search_area:before, .error_search_area:after {
	content: " ";
	display: block;
}
.error_search_area:after {
	clear: both;
}
.error_search_area {
	width: 450px;
	margin: 0 auto 40px;
	position: relative;
}
.error_search_block {
	position: relative;
}
.error_search_form {
	float: left;
	width:320px;
	height:50px;
	position:relative;
}
.error_search_input {
	width:100%;
	font-size:16px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border: 1px solid #a7a6a7;
	padding:0 40px 0 10px;
	border-radius:3px;
}
.error_search_submit {
	width:22px;
	height:22px;
	background:url("/static/full/images/common/icon_error_search.png") no-repeat;
	background-size: 22px;
	position:absolute;
	top:50%;
	right:10px;
	-weblit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent:-9999px;
}
.error_search_btn {
	width:110px;
	float:right;
}
.error_search_btn a {
	display:block;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height: 50px;
	background:#000;
}
.error_search_keyword {
	padding: 14px 0 0;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 100;
	display: none;
}
.error_search_keyword:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #e9e7e8;
	display: block;
	position: absolute;
	top: 7px;
	left: 20px;
	transform: rotate(45deg);
	z-index: 80;
}
.error_search_keyword_area {
	width: 270px;
	padding: 15px;
	background: #e9e7e8;
	text-align: left;
	position: relative;
	z-index: 100;
}
.error_search_keyword_title {
	color: #7e7e7e;
	font-size: 14px;
	margin: 0 0 15px;
}
.error_search_keyword_list{
	margin-left: -10px;
}
.error_search_keyword_item {
	margin: 0 0 10px 10px;
	display: inline-block;
	white-space: nowrap;
}
.error_search_keyword_link {
	padding: 0 20px;
	line-height: 25px;
	background: #fff;
	color: #7e7e7e;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 2px 2px #a7a6a7;
}
/* エラー文言
--------------------------------------------------------------------*/
.errorText {
	color: #ff0000;
}

.attentionText {
	color: #ff0000;
}

.informationText {
	color: #000000;
}
.l_errorText.errorText {
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
.l_errorText.errorText a{
	color: inherit;
	font-size: 16px;
}
/* フォーム装飾 ※会員登録、マイページ、カートも兼用なので色と画像以外はいじらない。テンプレートを参照してください。
ヘッダの検索フォームなど一部分だけ独自の装飾が出る場合は、該当CSSファイルに親クラスを入れて記載する
--------------------------------------------------------------------*/

.form_select li {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 0) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
	padding: 12px 30px 12px 0;
	background: #ffffff;
	text-align: center;
}

.form_select li:first-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 1) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 1) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}

.form_select.focus li:first-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 1) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 0) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}

.form_select li:last-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 1) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}

.form_select .selected,
.form_select .selected:hover,
.form_select.focus .selected:hover {
	background: url(../images/common/bg_select_arrow.png) no-repeat right center, #ffffff;
}

.form_select.focus li:hover {
	background: #cccccc;
}

/*------------------------------------------
XX.再入荷ポップアップ
-------------------------------------------*/

.floating-dialog {
	/*background-color: #fff;*/
	position: relative;
	margin: 0;
	border-radius: 0;
	width:100%;
	height:100%;
}

#rearrival-info {
	display: none;
	width:420px;
	height: 0;
	/*background:#fff;
	overflow: visible;*/
	position:absolute;
	top: 0;
	left: 0;
	right:0;
	margin: 5% auto auto;
	z-index: 20000;
	box-sizing:border-box;
}

/*------------------------------------------
XX.マスク
-------------------------------------------*/
.page-mask, .page-mask-white,{
	background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

/*エラー表示*/
.globalErrorSlot{
	display: none;
	padding: 10px;
	background: #FFDBDB;
	border: #F30 1px solid;
	margin-bottom: 20px;
}

.errorSlot {
	font-size: 12px;
	line-height: 1.8;
}
.errorText {
	font-size: 12px;
	color: #FF3300;
}
.globalErrorSlot .errorText {
}
.error_area span{
	color: inherit;
}
/* フォーム共通
--------------------------------------------------------------------*/
input::-ms-clear {
	visibility:hidden
}
textarea {
	padding: 5px;
}
input[type="checkbox"] {
	display:none;
	margin:0;
}
input[type="radio"] {
	display:none;
	margin:0;
}
input[type="submit"],
input[type="button"] {
	border: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}

.form_box {
	padding: 0 30px;
}
.form_group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -5px;
	margin-left: -5px;
}
.form_group_heading {
	display: block;
	max-width: 200px;
	-webkit-flex-basis: 200px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	padding: 28px 5px 15px;
}
.form_group_detail {
	display: block;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px 5px;
}
.form_group.form_group_theme {}
.form_group.form_group_theme .form_group_heading {
	max-width: 280px;
	-webkit-flex-basis: 280px;
	-ms-flex-preferred-size: 280px;
	flex-basis: 280px;
}
.form_group.form_group_theme .form_group_detail {
	-webkit-flex: 0 0 740px;
	-ms-flex: 0 0 740px;
	flex: 0 0 740px;
	max-width: 740px;
}
.form_group .error_message {
	display: block;
	color: #ff3300;
	font-size: 12px;
}
.form_group_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form_group_row > [class*=col_] {
	padding-right: 5px;
	padding-left: 5px;
}
.form_group_row .form_group_heading,
.form_group_row .form_group_detail {}
.form_group.form_group_confirm {}
.form_group_confirm .form_group_heading,
.form_group_confirm .form_group_detail {
	padding: 15px 5px;
}
.form_group_confirm .form_group_heading {}
.form_group_confirm .form_group_detail {
	font-size: 14px;
}
.label.label_default {
	font-size: 12px;
}
.label.label_general {
	font-size: 14px;
}
.tag.tag_required {
	font-size: 12px;
	color: #fff;
	background-color: #f00666;
	padding: 2px 8px;
	margin-left: 10px;
}
.form_group .tag.tag_required {
	position: relative;
	/*top: -2px;*/
}
.form_group_text {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.form_group_link:link,
.form_group_link:visited,
.form_group_link:hover,
.form_group_link:active {
	text-decoration: underline;
}
.form_group_text_help {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
}
.form_group_text_register {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}

/* テキストの整列 */
.text_left { text-align:left !important; }
.text_center { text-align:center !important; }
.text_right { text-align:right !important; }

/*-- メルマガチェックボックス --*/
.mailmag_block {
	margin-bottom: 20px;
}
.mailmag_block:last-child {
	margin-bottom: 0;
}
/*-- 垂直 --*/
.mailmag_list {}
.mailmag_item {}

/*-- ご利用規約 --*/
.agreement_check {
	padding: 30px 0;
}
.agreement_check_text {
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.agreement_check_link {
	color: #000;
	text-decoration: underline;
}
.agreement_check_block {
	text-align: center;
}

/*-- 水平 --*/
.form_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form_row > [class*=col_] {
	padding-right: 5px;
	padding-left: 5px;
}
.align_items_start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.align_items_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.justify_content_center {
	-ms-flex-pack: center; /*IE10*/
	-webkit-justify-content: center;
	justify-content: center;
}
.justify_content_start {
	-ms-flex-pack: start; /*IE10*/
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.justify_content_end {
	-ms-flex-pack: end; /*IE10*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.col_form_1 {
	-ms-flex: 0 0 8.333333333%;
	flex: 0 0 8.333333333%;
	max-width: 8.333333333%;
}
.col_form_2 {
	-ms-flex: 0 0 16.666666667%;
	flex: 0 0 16.666666667%;
	max-width: 16.666666667%;
}
.col_form_3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col_form_4 {
	-ms-flex: 0 0 33.333333333%;
	flex: 0 0 33.333333333%;
	max-width: 33.333333333%;
}
.col_form_5 {
	-ms-flex: 0 0 41.666666667%;
	flex: 0 0 41.666666667%;
	max-width: 41.666666667%;
}
.col_form_6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col_form_7 {
	-ms-flex: 0 0 58.333333333%;
	flex: 0 0 58.333333333%;
	max-width: 58.333333333%;
}
.col_form_8 {
	-ms-flex: 0 0 66.666666667%;
	flex: 0 0 66.666666667%;
	max-width: 66.666666667%;
}
.col_form_9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col_form_10 {
	-ms-flex: 0 0 83.333333333%;
	flex: 0 0 83.333333333%;
	max-width: 83.333333333%;
}
.col_form_11 {
	-ms-flex: 0 0 91.666666667%;
	flex: 0 0 91.666666667%;
	max-width: 91.666666667%;
}
.col_form_12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col_form_auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	min-height: 1px;
	position: relative;
}
/*-- お届け先指定 -- */
.form_address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.form_address_heading {
	max-width: 190px;
	-webkit-flex-basis: 190px;
	-ms-flex-preferred-size: 190px;
	flex-basis: 190px;
	padding: 0 10px;
}
.form_address_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
}
/*-- 配送希望指定 --*/
.form_delivery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
}
.form_delivery_heading {
	max-width: 190px;
	-webkit-flex-basis: 190px;
	-ms-flex-preferred-size: 190px;
	flex-basis: 190px;
	padding: 0 10px 20px;
}
.form_delivery_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px 20px;
}
/*-- お支払い方法 --*/
.form_payment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.form_payment_heading {
	max-width: 240px;
	-webkit-flex-basis: 240px;
	-ms-flex-preferred-size: 240px;
	flex-basis: 240px;
	padding: 12px 0 12px 20px;
}
.form_payment_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 20px;
}
/*-- お支払い方法(クレジットカード) --*/
.form_creditcard {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.form_creditcard_heading {
	max-width: 240px;
	-webkit-flex-basis: 240px;
	-ms-flex-preferred-size: 240px;
	flex-basis: 240px;
	padding: 15px 5px 15px 45px;
}
.form_creditcard_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px 5px 15px 5px;
}
/*-- ポイントのご利用 --*/
.form_point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.form_point_heading {
	max-width: 180px;
	-webkit-flex-basis: 180px;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	padding: 15px 0 10px 35px;
}
.form_point_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/*-- クーポンコード -*/
.form_coupon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.form_coupon_heading {
	max-width: 180px;
	-webkit-flex-basis: 180px;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	padding: 25px 0 10px 35px;
}
.form_coupon_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 0;
}
/*-- 確認 --*/
.form_confirm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.form_confirm > [class*=col_] {
	padding-right: 10px;
	padding-left: 10px;
}
.form_confirm_heading {
	max-width: 180px;
	-webkit-flex-basis: 180px;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	padding: 0 10px;
}
.form_confirm_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
}
.input_group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input_group_inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.form_inline .input_group {
	width: auto;
}
.input_group_inline .input_general {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.input_group_prepend,
.input_group_append {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.input_group_text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	font-size: 14px;
	text-align: center;
	padding: 0 5px 0 0;
}
.input_group_append .input_group_text {
	-ms-flex-pack: start; /*IE10*/
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: auto;
	padding: 0 0 0 5px;
}
.input_group_addition {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	color: #747474;
	font-size: 11px;
	padding: 0 0 0 5px;
}
.input_group_explanation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	padding: 0 0 0 10px;
}
.explanation_link {
	display: inline-block;
	color: #2423ff;
	line-height: 20px;
	text-decoration: underline;
	cursor: pointer;
	background: url("/static/full/images/common/cart_q.gif") no-repeat left center;
	padding-left: 20px;
}

.input.input_general {
	display: inline-block;
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding: 0 12px;
	color: #000;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.input.input_general.sampleValue {
	color: #999;
}

@media all and (-ms-high-contrast:none) {
	.input.input_general  {
		font-family: "メイリオ",Meiryo,"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	}
}

.input.input_general:placeholder-shown,
.input.input_general::-webkit-input-placeholder,
.input.input_general::-moz-placeholder,
.input.input_general:-moz-placeholder,
.input.input_general:-ms-input-placeholder {
	color: #2c2b2b;
}
.has_feedback .input.input_general {
	padding: 0 32px 0 12px;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	line-height: 1;
}
.form_select_wrapper {
	vertical-align: middle;
}
.form_select {
	/* overflow: hidden; */
	display: inline-block;
	font-size: 14px;
	position: relative;
	border: 1px solid #a6a6a6;
	background-color: #fff;
}
/* .form_select:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	display: block;
	content: "";
	background: url(/static/full/images/common/detailsearch_select.png) center no-repeat;
	pointer-events: none;
	border-left: 1px solid #ccc;
} */
.select.select_general {
	display: inline-block;
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 14px;
	height: 40px;
	line-height: 1;
	background: url(/static/full/images/common/detailsearch_select_arrow.png) right center no-repeat;
	background-size: 40px;
	background-color: #fff;
	padding: 10px 40px 10px 12px;
	border: 1px solid #a6a6a6;
}
.textarea.textarea_general {
	display: inline-block;
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	padding: 6px 12px;
	border: 1px solid #a6a6a6;
}

@media all and (-ms-high-contrast:none) {
	select {
		font-family: "メイリオ", Meiryo,"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "ＭＳ ゴシック", sans-serif;
	}
	.select.select_general {
		font-family: "メイリオ", Meiryo,"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "ＭＳ ゴシック", sans-serif;
	}
	.textarea.textarea_general {
		font-family: "メイリオ", Meiryo,"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "ＭＳ ゴシック", sans-serif;
	}
}

/* 横幅 */
.input.input_general.wide_xs,
.select.select_general.wide_xs,
.textarea.textarea_general.wide_xs {
	width: 200px;
}
.input.input_general.wide_sm,
.select.select_general.wide_sm,
.textarea.textarea_general.wide_sm {
	width: 300px;
}
.input.input_general.wide_md,
.select.select_general.wide_md,
.textarea.textarea_general.wide_md {
	width: 500px;
}
.input.input_general.wide_lg,
.select.select_general.wide_lg,
.textarea.textarea_general.wide_lg {
	width: 810px;
}
.textarea.textarea_general.size_xs {
	height: 75px;
}
.textarea.textarea_general.size_sm {
	height: 125px;
}
.textarea.textarea_general.size_md {
	height: 175px;
}
.textarea.textarea_general.size_lg {
	height: 200px;
}
.input_group .input_general {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
}

/*-- チェックボックス(垂直) --*/
.form_checkbox {
	display:block;
	position:relative;
}
/*-- チェックボックス(水平) --*/
.form_checkbox.form_checkbox_inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.form_checkbox_inline + .form_checkbox_inline {
	margin-left:5px;
}
/*-- チェックボックス --*/
.form_checkbox_input {
	display: none;
}
.form_checkbox input[type="checkbox"] + label {
	display:inline-block;
	font-size: 12px;
	cursor:pointer;
	line-height: 24px;
	position:relative;
}
.form_checkbox .allCheck{
	padding-left:25px;
	display:inline-block;
	line-height: 24px;
	content:"";
	background:rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size:24px auto;
	background-position:left top;
}
.form_checkbox input[type="checkbox"] + label:before {
	display:inline-block;
	content:"";
	width:24px;
	height:24px;
	background:rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size:24px auto;
	background-position:left top;
}
.form_checkbox .allCheck.active ,
.form_checkbox input[type="checkbox"]:checked + label:before {
	background-position:left bottom;
}
.form_checkbox input[type="checkbox"]:disabled + label {
	color: #ccc;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form_checkbox input[type="checkbox"]:disabled + label:before {
	opacity: .4;
}
/*-- 左チェックボックス --*/
.form_checkbox_left input[type="checkbox"] + label {
	padding:0 0 0 25px;
}

.form_checkbox_left .allCheck {
	padding:0 0 0 25px;
	display:inline-block;
	content:"";
	background:rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size:24px auto;
	background-position:left top;
}
.form_checkbox_left .allCheck.active:before ,
.form_checkbox_left input[type="checkbox"] + label:before {
	position:absolute;
	top:0;
	left:0;
}
/*-- 右チェックボックス --*/
.form_checkbox_right input[type="checkbox"] + label {
	padding:0 25px 0 0;
}
.form_checkbox_right input[type="checkbox"] + label:before {
	position:absolute;
	top:0;
	right:0;
}
/*-- 上チェックボックス --*/
.form_checkbox_top input[type="checkbox"] + label {
	text-align:center;
	padding:20px 0 0 0;
}
.form_checkbox_top input[type="checkbox"] + label:before {
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%,0);
}
/*-- 下チェックボックス --*/
.form_checkbox_bottom input[type="checkbox"] + label {
	text-align:center;
	padding:0 0 20px 0;
}
.form_checkbox_bottom input[type="checkbox"] + label:before {
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%,0);
}
/*-- ラジオボタン(垂直) --*/
.form_radio {
	display:block;
	/*padding:4px 0;*/
	position:relative;
}
/*-- ラジオボタン(水平) --*/
.form_radio.form_radio_inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.form_radio_inline + .form_radio_inline {
	margin-left:5px;
}
/*-- ラジオボタン --*/
.form_radio_input {
	display: none;
}
.form_radio input[type="radio"] + label {
	display:inline-block;
	cursor:pointer;
	position:relative;
	line-height: 18px;
}
.form_radio input[type="radio"] + label:before {
	display:inline-block;
	content:"";
	width:16px;
	height:16px;
	background:rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/choose.png) no-repeat;
	background-position:0;
	background-size:16px auto;
	vertical-align:middle;
}
.form_radio input[type="radio"]:checked + label:before {
	display:inline-block;
	content:"";
	width:16px;
	height:16px;
	background:rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/choosen.png) no-repeat;
	background-position:0;
	background-size:16px auto;
}
.form_radio input[type="radio"]:disabled + label {
	color: #ccc;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form_radio input[type="radio"]:disabled + label:before {
	opacity: .4;
}
/*-- サイズ --*/
/* small */
.form_radio_small input[type="radio"] + label {
	font-size:12px;
	line-height: 16px;
}
/* medium */
.form_radio_medium input[type="radio"] + label {
	font-size: 14px;
	line-height: 18px;
}
.form_radio_medium input[type="radio"] + label:before {
	width:18px;
	height:18px;
	background-size:18px auto;
}
.form_radio_medium input[type="radio"]:checked + label:before {
	width:18px;
	height:18px;
	background-size:18px auto;
}
.form_radio_medium.form_radio_left input[type="radio"] + label {
	padding:0 0 0 22px;
}
.form_radio_medium.form_radio_right input[type="radio"] + label {
	padding:0 22px 0 0;
}
.form_radio_medium.form_radio_top input[type="radio"] + label {
	padding:18px 0 0 0;
}
.form_radio_medium.form_radio_bottom input[type="radio"] + label {
	padding:0 0 18px 0;
}

/*-- 左ラジオボタン--*/
.form_radio_left input[type="radio"] {
	vertical-align:middle;
}
.form_radio_left input[type="radio"] + label {
	padding:0 0 0 20px;
}
.form_radio_left input[type="radio"] + label:before {
	position:absolute;
	top:0;
	left:0;
}
.form_radio_left input[type="radio"]:checked + label:before {
	position: absolute;
	top: 0;
	left: 0;
}
/*-- 右ラジオボタン --*/
.form_radio_right input[type="radio"] {
	vertical-align:middle;
}
.form_radio_right input[type="radio"] + label {
	padding:0 20px 0 0;
}
.form_radio_right input[type="radio"] + label:before {
	position:absolute;
	top:0;
	right:0;
}
.form_radio_right input[type="radio"]:checked + label:before {
	position: absolute;
	top:0;
	right:0;
}
/*-- 上ラジオボタン --*/
.form_radio_top input[type="radio"] {
	vertical-align:middle;
}
.form_radio_top input[type="radio"] + label {
	padding:16px 0 0 0;
}
.form_radio_top input[type="radio"] + label:before {
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%, 0);
}
.form_radio_top input[type="radio"]:checked + label:before {
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%, 0);
}
/*-- 下ラジオボタン --*/
.form_radio_bottom input[type="radio"] {
	vertical-align:middle;
}
.form_radio_bottom input[type="radio"] + label {
	padding:0 0 16px 0;
}
.form_radio_bottom input[type="radio"] + label:before {
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%, 0);
}
.form_radio_bottom input[type="radio"]:checked + label:before {
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%, 0);
}

/*※米印インデント*/
.ast{
	text-indent: -1em;
	margin-left: 1em;
}
.page-mask, .page-mask-white {
	background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1301;
}
.modal_area {
	width:100%;
	/*position:absolute;
	top:0;
	left:0;
	z-index:20000;
	background: #fff;*/
}
/* モーダル閉じるボタン上 */
.modal_close_top {
	display:block;
	width:24px;
	height:24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top:-30px;
	right:0;
}
.modal_close_top:before {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.modal_close_top:after {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/* モーダル閉じるボタン下 */
.modal_close_bottom {
	text-align: center;
	padding: 10px 0 0 0;
}
.button_modal_close {
	display: inline-block;
	width: 170px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	position: relative;
}
.modal_close_text {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	position: relative;
}
.icon_modal_close.icon_modal_bottom {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}
.icon_modal_close.icon_modal_bottom:before,
.icon_modal_close.icon_modal_bottom:after{
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #fff;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.icon_modal_close.icon_modal_bottom:before {
	width: 16px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.icon_modal_close.icon_modal_bottom:after {
	width: 16px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}

.modal_title {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	padding: 30px 0;
	position: relative;
}
.modal_title.modal_title_cart:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height:23px;
	background: url("/static/full/images/common/commonparts/icon_modal_cart.png") left center no-repeat;
	background-size: 20px 23px;
	margin-right: 10px;
}
.modal_title.modal_title_favorite:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	background: url("/static/full/images/common/commonparts/icon_modal_favorite.png") left center no-repeat;
	background-size: 22px 20px;
	margin-right: 10px;
}

/*PC/SP表示切替*/
#pcmode1{
	font-size: 80px;
	line-height: 100px;
	height: 100px;
	background: #999;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
}

/*EFO　チェック*/

.ok {
	font-size: 13px;
	color: #ff0000;
	margin-left: -2.5em;
	margin-top: 13px;
	position: absolute;
}

.has_feedback {
	position: relative;
}
.has_feedback .ok {
	color: #ff0000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 32px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	pointer-events: none;
	margin: 0;
}


.sampleValue {
	color: #999;
}
.efoMsgBox {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	opacity: 0.8;
	padding: 14px 10px;
	position: absolute;
	height: 40px;
	font-size: 12px;
	box-sizing: border-box;
	z-index: 20000000 !important;
}
#msgBox_variationSelect {
	border: 1px solid #fff;
	box-sizing: border-box;
}
#msgBox_email {
	border: 1px solid #000;
	box-sizing: border-box;
}
	.sampleValue {
		color: #999;
	}

.input.input_general.-wide_xs,
.select.select_general.-wide_xs,
.textarea.textarea_general.-wide_xs {
	width: 200px;
}
.input.input_general.-wide_sm,
.select.select_general.-wide_sm,
.textarea.textarea_general.-wide_sm {
	width: 300px;
}
.input.input_general.-wide_md,
.select.select_general.-wide_md,
.textarea.textarea_general.-wide_md {
	width: 500px;
}
.input.input_general.-wide_lg,
.select.select_general.-wide_lg,
.textarea.textarea_general.-wide_lg {
	width: 810px;
}
.textarea.textarea_general.-size_xs {
	height: 75px;
}
.textarea.textarea_general.-size_sm {
	height: 125px;
}
.textarea.textarea_general.-size_md {
	height: 175px;
}
.textarea.textarea_general.-size_lg {
	height: 200px;
}

/* PI
--------------------------------------------------------------------*/

#brandVisual {
	width:1080px;
	margin:0 auto 60px;
}
#brandVisual img{
	display:block;
	margin:0 auto 40px;
}
#pi {
	width:1080px;
	margin:0 auto 60px;
}
.pi_description {
	line-height:1.6;
	padding:10px;
}

.pi_description div {
	line-height:1.6;
}

/*#20687 Input*/
.clear_form_input,
.password_visibility_input {
	position: relative;
}
.clear_form_input .input_general {
	padding: 10px 35px 10px 10px !important;
}
.input_clear_button {
	display: none;
}
.input_clear_button.on {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.input_clear_button:before,
.input_clear_button:after{
	content: "";
	display: inline-block;
	height: 2px;
	background-color: #000;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.input_clear_button:before {
	width: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.input_clear_button:after {
	width: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}
.password_visibility_input .input_general {
	padding: 10px 35px 10px 10px !important;
}
.password_visibility_input.is_show .password_visibility_button {
	visibility: visible;
}
.password_visibility_button {
	visibility: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: .375rem .75rem;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: transparent;
	position:absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
}
.password_visibility_button:before{
	content: "";
	display:inline-block;
	width:16px;
	height:12px;
	background-image:url(/static/lite/images/common/commonparts/icon_visibility_off.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
}
.password_visibility_input.visible_password .password_visibility_button:before{
	background-image:url(/static/lite/images/common/commonparts/icon_visibility_on.png);
}
.modal_login .ok {
	right:30px;
}
.modal_login .clear_form_input,
.modal_login .password_visibility_input {
	display:inline-block;
}
.modal_login .modal_login_input {
	margin:0;
}
.modal_login .clear_form_input + .password_visibility_input {
	margin-top:10px;
}
.forgot_box .clear_form_input .ok,
.forgot_box .password_visibility_input .ok,
.change_pass .password_visibility_input .ok {
	margin-left:-4.5em;
}
.forgot_box dl {
	margin-top:10px;
}
.forgot_box dt {}
.forgot_box dd {}
.forgot_box dt + dd {
	margin-top:5px;
}
.forgot_box #oldPassword {
	padding: 10px 35px 10px 10px !important;
}
.forgot_box .password_visibility_input .forgot_box_inputpass {
	width:200px;
}

.layoutType_flexbox {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: space-between;
}
.flexbox_item + .flexbox_item {}
