@charset "UTF-8";
/*================================================
共通レイアウト、共通設定CSS
================================================*/
:root {
	--color-icon-base: #000;
	--color-text-base: #000;
	--color-text-gray: #67696a;
	--color-text-red: #ff0000;
	--color-text-white: #fff;
	--color-text-link: #000;
	--color-border-base: #000;
	--color-background-base: #fff;
	--color-button-base-text: #000;
	--color-button-base-border: #000;
	--color-button-base-background: #000;
	--color-button-primary-text: #000;
	--color-button-primary-border: #000;
	--color-button-primary-background: #000;
	--color-button-disabled-text: #fff;
	--color-button-disabled-border: #bababa;
	--color-button-disabled-background: #bababa;
	--color-tag-base-text: #fff;
	--color-tag-base-background: #000;
	--color-sns-base: #000;
	--color-sns-base-text: var(--color-sns-base);
	--color-sns-instagram: var(--color-sns-base);
	--color-sns-facebook: var(--color-sns-base);
	--color-sns-twitter: var(--color-sns-base);
	--color-sns-line: var(--color-sns-base);
	--color-sns-x: var(--color-sns-base);
	--root-font-size: 16;
	--html-font-size: 10;
	--body-font-size: 12;
	--goods-gutter-x: 20px;
	--goods-gutter-y: 30px;
	--goods-aspect-ratio: 133.3333333%;
}

/* 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;
	}
}*/
html {
	font-size: calc((var(--html-font-size) / var(--root-font-size)) * 1rem);
}
body {
	font-size: calc((var(--body-font-size) / var(--root-font-size)) * 1rem);
	color:#2b2b2b;
}
a {
	color: #2c2b2b;
	text-decoration: none;
}
a:hover, a:active {
	opacity:0.7;
	text-decoration:none;
	transition-duration: .2s;
}
a:focus-visible {
	outline: 2px solid #000;
}
button:focus-visible {
	/* outline: 2px solid #0088ff; */
	box-shadow: 0 0 4px 2px #0088ff;
}
button:focus:not(:focus-visible) {
	outline:none;
}
strong {
	font-weight: bold;
}
small{
	font-size: 1.1rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
/* メインレイアウト（ヘッダ・フッタ・サイド以外） ※セレクタは極力いじらない
--------------------------------------------------------------------*/

.wrapper {}
#contents {
	width: 1200px;
	margin: 0 auto 110px auto;
	text-align:left;
}
#contents.error {
	background-color: #eee;
	margin: 40px auto 110px;
	padding: 6rem 4rem;
}

/* パンくず ※セレクタは極力いじらない
--------------------------------------------------------------------*/
.bread {
	padding:2.8rem 0;
}
.bread ul,
.bread ol {}
.bread li {
	float: left;
	font-size: 1.2rem;
}
.bread li:before {
	margin: 0 4px;
	content: ">";
}
.bread li:first-of-type:before {
	margin: 0;
	content: " ";
}

/* common_title
--------------------------------------------------------------------*/

/*.common_title {
	margin:0 0 50px;
	padding:0 0 20px;
	font-size:50px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	border-bottom:2px solid #9ea4a4
}
.common_title .sub_text {
	padding:5px 0 0;
	font-size:13px;
	font-family: 'Montserrat', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	display:block;
}
@media all and (-ms-high-contrast:none) {
	.common_title .sub_text {
		font-family: 'Montserrat',"メイリオ",Meiryo,"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	}
}*/


/* 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:before, .goods_list:after {
	content: none;
}
.goods_list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--goods-gutter-y) var(--goods-gutter-x);
}
.goods_item {
	width: calc((100%/5) - (var(--goods-gutter-x)*4/5));
	max-width: 20%;
	position:relative;
}
.goods_link {
	display: block;
	position: relative;
}
.goods_item > a:link,
.goods_item > a:visited {
	text-decoration: none;
}
.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: var(--goods-aspect-ratio);
}
.goods_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}
.goods_brandname {
	display: none;
	font-family: "Archivo", sans-serif;
	color: var(--color-text-gray);
	font-size:1.3rem;
	line-height: 1.6;
	margin:0 0 5px;
}
.goods_name {
	font-size:1.3rem;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:0 0 10px;
}
.goods_price {
	font-size:1.2rem;
	color: inherit;
	word-break: break-all;
}
.goods_price_discount {
	display: inline-flex;
	flex-flow: column wrap;
	align-items: flex-start;
	gap: 5px;
}
.goods_price_basic {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px;
	font-size:1.2rem;
	position: relative;
}
.goods_price_basic:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0;
}
.goods_price_proper {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px;
	font-size:1.2rem;
}
.goods_price_sell {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px;
	font-size:1.2rem;
}
.goods_price_min {
	font-size:1.2rem;
}
.goods_price_max {
	font-size:1.2rem;
}
.goods_price_tax {
	color: inherit;
	font-size:1.2rem;
}
.goods_price_sale {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 5px 10px;
	color: var(--color-text-red);
	font-size:1.2rem;
}
.goods_price_sale .goods_price_sell {
	color: var(--color-text-red);
}
.goods_price_off,
.goods_price_rate {
	color: var(--color-text-red);
	font-size:1.2rem;
}
.goods_nostock {
	display: block;
	color: var(--color-text-red);
	font-size: 1.2rem;
}
.goods_rank {
	width: 36px;
	height: 36px;
	color: #fff;
	font-family: "Archivo", sans-serif;
	font-size: 1.6rem;
	line-height: 36px;
	text-align: center;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index:50;
}
.goods_rank.rank_01 {
	background-color:#c3a500;
}
.goods_rank.rank_02 {
	background-color: #bdc1c6;
}
.goods_rank.rank_03 {
	background-color: #da6f45;
}
.ranking_not_found {
	display: block;
	width: 100%;
	text-align: center;
	padding: 2rem 0;
}
.ranking_not_found_text {
	font-size: 1.2rem;
	line-height: 1.5;
}
.goods_favorite_btn {
	display:block;
	width:32px;
	height:32px;
	background-image:url(/static/full/images/common/commonparts/icon_favorite_off.png);
	background-size: 32px 32px;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow:0px 0px 3px #ddd;
	border-radius:50%;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top:8px;
	right:18px;
	cursor: pointer;
	z-index:10;
}
.goods_favorite_btn.on {
	background-image: url(/static/full/images/common/commonparts/icon_favorite_on.png);
	background-size: 32px 32px;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* 商品ステータスアイコン */
.goods_icon_list:before, .goods_icon_list:after {
	content: none;
}
.goods_icon_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	gap: 0 5px;
}
.goods_icon_item {
	max-width: 100%;
	margin-bottom: 5px;
}
.goods_icon {
	display: block;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background-color: transparent;
	padding: 4px 12px;
	border: 1px solid transparent;
}
/* icon color */
.goods_icon.goods_icon_new {
	background-color:#4d5052;
}
.goods_icon.goods_icon_sale {
	background-color:#e94141;
}
.goods_icon.goods_icon_rearrival {
	background-color:#4d5052;
}
.goods_icon.goods_icon_reserve {
	background-color:#4d5052;
}
.goods_icon.goods_icon_magazine {
	background-color:#78aad5;
}
.goods_icon.goods_icon_comingsoon {
	background-color:#4d5052;
}
.goods_icon.goods_icon_lot_production {
	background-color:#fc3075;
}
.goods_icon.goods_icon_lot {
	background-color:#aaa;
}

/* 販促アイコン */
.goods_sales_promotion .goods_icon {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.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: 70px;
	height: auto;
}

/* 商品4列表示 */
.goods_list.goods_list__column4 {}
.goods_list.goods_list__column4 .goods_item {
	width: calc((100%/4) - (var(--goods-gutter-x)*3/4));
	max-width: 25%;
}
.goods_list.goods_list__column4 .goods_name {
	font-size: 1.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.goods_list.goods_list__column4 .goods_price {
	color: inherit;
}
.goods_list.goods_list__column4 .goods_price_tax {
	color: inherit;
	font-size: 1rem;
}

/* 商品6列表示 */
.goods_list.goods_list__column6 {}
.goods_list.goods_list__column6 .goods_item {
	width: calc((100%/6) - (var(--goods-gutter-x)*5/6));
	max-width: 16.6666667%;
}

/* checkitem_slider */
.checkitem_slider {
	padding: 0 15px;
	box-sizing: border-box;
}

/* 最近見たアイテム */
.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;
	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;
}
.recently_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--goods-gutter-x);
	position: relative;
}
.recently_item {
	width: calc((100%/6) - (var(--goods-gutter-x)*5/6));
	max-width: 16.6666667%;
	position:relative;
}
.recently_link {
	display: block;
	position: relative;
}
.recently_item > a:link,
.recently_item > a:visited {
	text-decoration: none;
}
.recently_photo {
	position:relative;
}
.recently_photo:before {
	content:"";
	display: block;
	padding-top: var(--goods-aspect-ratio);
}
.recently_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}

/* .itemslider
--------------------------------------------------------------------*/
.itemslider {}
.itemslider .slick-prev,
.itemslider .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;
	transform: translateY(-50%);
}
.itemslider .slick-prev {
	left: -30px;
}
.itemslider .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;
}
.itemslider .slick-next {
	right: -30px;
}
.itemslider .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;
}
.itemslider_list {}
.itemslider_item {}
.goods_slide_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--goods-gutter-x);
	position: relative;
}
.goods_slide_item {
	width: calc((100%/5) - (var(--goods-gutter-x)*4/5));
	max-width: 20%;
	position:relative;
}
.goods_slide_photo {
	display:block;
	opacity: 0;
	transition: opacity 1s;
	margin:0 0 15px;
	position:relative;
}
.goods_slide_photo.lazyloaded {
	opacity: 1;
}
.goods_slide_photo:before {
	content: "";
	display: block;
	padding-top: var(--goods-aspect-ratio);
}
.goods_slide_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* 商品6列表示 */
.itemslider_list__column6 {}
.itemslider_list__column6 .goods_slide_item {
	width: calc((100%/6) - (var(--goods-gutter-x)*5/6));
	max-width: 16.6666667%;
}
.itemslider_list__column6 .goods_brandname {
	display: none;
	font-size: 1.2rem;
}
.itemslider_list__column6 .goods_name {
	font-size: 1.2rem;
}

/* セクションタイトル系
--------------------------------------------------------------------*/
.page-title {
	color:#000;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 4rem;

}
.page-title1 {
	color:#000;
	font-size:1.5rem;
	font-weight:bold;
	background:#ccc;
	padding:1rem;
}
.page-title2 {
	color:#000;
	font-size:1.5rem;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin:0 0 10px;
	padding:0 0 1rem;
}
.page-title3 {
	color:#000;
	font-size: 2.4rem;
	line-height: 1;
	/* font-weight: bold; */
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	margin-bottom: 40px;
	padding:1.6rem 0;
}
.sub {
	float:right;
	font-size:1.1rem;
	line-height: 15px;
}
.subtitle {
	color:#000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin:0 0 10px;
}

.subtitle1 {
	color:000;
	font-size: 1.2rem;
	background:#ccc;
	margin:0 0 10px;
	padding:1rem;
}
.subtitle2 {
	color:000;
	font-size: 1.2rem;
	border-bottom:1px solid #000;
	margin:0 0 5px;
	padding:0 0 .5rem;
}
.subtitle3 {
	color:000;
	font-size: 1.2rem;
	border-bottom:1px solid #000;
	margin:0 0 5px;
	padding:0 0 .5rem;
}
.subtitle3:before {
	content:"■";
}
.error-title {
	color: #000;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}
.section-title {
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: .5rem;
	border-bottom:1px solid #d2d2d2;
}
.mailmag_title{
	color: #000;
	font-size: 1.4rem;
	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: flex;
	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: flex;
	flex-wrap: wrap;
	justify-content: 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: flex;
	justify-content: center;
}
.button {
	display:inline-block;
	width: 265px;
	font-size:1.4rem;
	line-height: 1;
	letter-spacing:normal;
	text-align:center;
	vertical-align:middle;
	outline:medium none;
	border-radius: 3px;
	padding:1.6rem 1rem;
}
.button:hover {
	opacity:0.7;
	text-decoration: none;
}
.button.vertical-row {
	display:block;
}
.button.touchstart {
	opacity:0.7;
	text-decoration:none;
}
.button,
.button::before,
.button::after {
	transition:all 0.3s ease 0s;
}

/*-- ボタン カラー --*/
.button.button_general { /*デフォ*/
	color:#000;
	border:1px solid #404040;
	background-color:#fff;
}
.button.button_primary { /*通常*/
	color:#fff;
	background-color: #403e3c;
	border:1px solid #403e3c;
}
.button.button_success { /*決定系*/
	color:#fff;
	background-color: #403e3c;
	border:1px solid #403e3c;
}
.button.button_confirm { /*確認系*/
	color:#fff;
	background-color: #403e3c;
	border:1px solid #403e3c;
}
.button.button_back { /*戻る系*/
	color:#000;
	background-color:#e6e6e6;
	border:1px solid #e6e6e6;
}
.button.button_reset { /*リセット*/
	color:#fff;
	border:1px solid #a6a6a6;
	background:#a6a6a6;
}
.button.white:hover {
	background-color:#eee;
	text-decoration:none;
}
.button_text {
	font-size: 13px;
	line-height: 1.6;
}

/*-- ボタン カート周り --*/
.button.button_login,
.button.button_order,
.button.button_guest {
	display: block;
	width: 100%;
	height: 54px;
	color:#fff;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: .05em;
	white-space: nowrap;
	background-color: #403e3c;
	border-radius: 3px;
	border:1px solid #403e3c;
	padding: 1.5rem .5rem;
}
.button.button_login .button_text,
.button.button_order .button_text,
.button.button_guest .button_text {}
.button.button_entry {
	display: block;
	width: 100%;
	height: 54px;
	color:#000;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: .05em;
	white-space: nowrap;
	background-color:#fff;
	border-radius: 3px;
	border:1px solid #404040;
	padding: .8rem .5rem;
}
.button.button_entry .button_text {}
.button.button_shopping {
	display: block;
	width: 100%;
	height: 54px;
	color:#000;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: .05em;
	white-space: nowrap;
	background-color:#e6e6e6;
	border-radius: 3px;
	border:1px solid #e6e6e6;
	padding: 1.4rem .5rem;
}
/*-- ボタン サイズ --*/
.button_small {
	padding:1.2rem .5rem;
}
.button_medium {
	padding:1.4rem .5rem;
}
.button_large {
	padding:1.6rem .5rem;
}
.button_full {
	display: block;
	width: 100%;
}
/*-- ボタン 文字サイズ --*/
.button_small .button_text {
	font-size: 1.2rem;
}
.button_medium .button_text {
	font-size: 1.4rem;
}
.button_large .button_text {
	font-size: 1.6rem;
}
.button_entry_text {
	display: block;
	color: #000;
	font-size: 1rem;
}

/* エラーページ
--------------------------------------------------------------------*/
.error-page {}
.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:1.4rem;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border: 1px solid #a7a6a7;
	padding:0 4rem 0 1rem;
	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;
	transform: translateY(-50%);
	text-indent:-9999px;
}
.error_search_btn {
	width:110px;
	float:right;
}
.error_search_btn a {
	display:block;
	color:#fff;
	font-size:1.4rem;
	text-align:center;
	line-height: 50px;
	background-color:#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: 1.4rem;
	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 {
	display: inline-block;
	color: #7e7e7e;
	font-size: 1.2rem;
	line-height: 25px;
	background: #fff;
	padding: 0 2rem;
	border-radius: 3px;
	box-shadow: 2px 2px #a7a6a7;
}
/* エラー文言
--------------------------------------------------------------------*/
.errorText {
	color: var(--color-text-red);
	font-size: 1.2rem;
}

.attentionText {
	color: var(--color-text-red);
	font-size: 1.2rem;
}

.informationText {
	color: #000000;
	font-size: 1.2rem;
}
.error-page-text {
	color: var(--color-text-red);
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}
.error-page-text a{
	color: inherit;
	font-size: 1.6rem;
}

/*エラー表示*/
.globalErrorSlot{
	display: none;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.errorSlot {
	font-size: 1.2rem;
	line-height: 1.8;
}
.errorText {
	color: var(--color-text-red);
	font-size: 1.2rem;
}
.globalErrorSlot .errorText {
}
.error_area span{
	color: inherit;
	font-size: 1.2rem;
}
/* フォーム共通
--------------------------------------------------------------------*/
input::-ms-clear {
	visibility:hidden
}
textarea {
	padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
	position: absolute;
	white-space: nowrap;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
}
input[type="submit"],
input[type="button"] {
	border: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}
.form_body {
	padding: 30px 20px;
}
.form_box {
	padding: 0 30px;
}
.form_group {}
.form_group_heading,
.form_group_detail {
	display: block;
	width: 100%;
}
.form_group_heading {
	background-color: #f4f4f4;
	padding: 1.5rem 2rem;
}
.form_group_detail {
	padding: 3rem 2rem;
}
.form_group_detail.gender {}
.form_group_detail.gender .form_radio_left input[type="radio"] + label {
	font-size:1.4rem;
	margin-right:1.5em;
}
.gender_fieldset {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.gender_legend {
	display: none;
	font-size: 1.2rem;
}
.form_group.form_group_theme {}
.form_group.form_group_theme .form_group_heading {
	max-width: 280px;
	flex-basis: 280px;
}
.form_group.form_group_theme .form_group_detail {
	flex: 0 0 740px;
	max-width: 740px;
}
.form_group .error_message {
	display: block;
	color: #ff3300;
	font-size: 1.2rem;
}
.form_group_row {
	display: flex;
	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: 1.5rem .5rem;
}
.form_group_confirm .form_group_heading {}
.form_group_confirm .form_group_detail {
	font-size: 1.4rem;
}
.label.label_default {
	font-size: 1.2rem;
}
.label.label_general {
	font-size: 1.4rem;
}
.tag.tag_required {
	font-size: 1.2rem;
	color: #fff;
	background-color: #f80d0d;
	border-radius: 30px;
	padding: .2rem .8rem;
	margin-left: 10px;
}
.form_group .tag.tag_required {
	position: relative;
	/*top: -2px;*/
}
.form_group_info {
	font-size: 1.2rem;
	line-height: 1.4;
}
.form_group_text {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 5px;
}
.form_group_title {
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 1;
}
.form_group_title.form_group_title_bold {
	font-weight: bold;
}
.form_group_item {}
.form_group_item + .form_group_item {
	margin-top: 10px;
}
.form_group_inline {}
.form_group_inline + .form_group_inline {
	margin-top: 10px;
}
.form_group_text_help {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 5px;
}
.form_group_text_register {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}
/* リンク */
.form_info_link {
	display: inline-block;
	vertical-align: middle;
}
.form_info_link + .form_info_link {
	margin-top: 10px;
}
.form_info_edit {
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	padding: 4px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.form_group_link:link,
.form_group_link:visited,
.form_group_link:hover,
.form_group_link:active {
	text-decoration: underline;
}
.form_group_link_change:link,
.form_group_link_change:visited,
.form_group_link_change:hover,
.form_group_link_change:active {
	color: #fff;
}
.form_group_link {
	color: #000;
	font-size: 1.2rem;
	padding-left: 10px;
	line-height: 1.2;
	position: relative;
}
.form_group_link_change {
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	background-color: #403e3c;
	border-radius: 3px;
	padding: 1rem 1.7rem;
}
.form_group_link_change:link,
.form_group_link_change:visited,
.form_group_link_change:hover,
.form_group_link_change:active {
	color: #fff;
	text-decoration: none;
}
.form_group_link_delete {
	display: inline-block;
	width: 60px;
	color: #000;
	font-size: 1.3rem;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	padding: 1rem 0;
	border: 1px solid #403e3c;
}
.form_group_link_delete:link,
.form_group_link_delete:visited,
.form_group_link_delete:hover,
.form_group_link_delete:active {
	color: #000;
}

/* テキストの整列 */
.text_left { text-align:left !important; }
.text_center { text-align:center !important; }
.text_right { text-align:right !important; }

/*-- メールマガジン --*/
.mailmag_form {}
.mailmag_form + .mailmag_form {
	margin-top: 20px;
}
.mailmag_form_heading {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.mailmag_form_detail {
	font-size: 1.4rem;
}
.mailmag_form.mailmag_form_complete {}
.mailmag_form.mailmag_form_complete .mailmag_form_heading {}
.mailmag_form.mailmag_form_complete .mailmag_form_detail {}
.label.label_mailmag {
	font-size: 1.4rem;
	font-weight: bold;
}
.mailmag_block {}
.mailmag_block + .mailmag_block {
	margin-top: 20px;
}
.mailmag_text {}
.mailmag_text_help {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top:10px;
}
.mailmag_list {
	font-size: 1.2rem;
}
.mailmag_item {}
.mailmag_item:not(:last-child) {
	margin-bottom: 5px;
}
.mailmag_item.mailmag_item_all {
	margin-bottom: 10px;
}
.mailmag_confirm_list {
	font-size: 1.2rem;
}
.mailmag_confirm_item {}
.mailmag_confirm_item + .mailmag_confirm_item {
	margin-top: 5px;
}

/*-- ご利用規約 --*/
.agreement_check {
	padding: 3rem 0;
}
.agreement_check_text {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.agreement_check_link {
	color: #000;
	font-size: 1.2rem;
	text-decoration: underline;
}
.agreement_check_block {
	text-align: center;
}

/*-- 水平 --*/
.form_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form_row > [class*=col_] {
	padding-right: 5px;
	padding-left: 5px;
}
.align_items_start {
	align-items: flex-start;
}
.align_items_center {
	align-items: center;
}
.align_items_end {
	align-items: flex-end;
}
.justify_content_center {
	justify-content: center;
}
.justify_content_start {
	justify-content: flex-start;
}
.justify_content_end {
	justify-content: flex-end;
}
.col_form_1 {
	flex: 0 0 8.333333333%;
	max-width: 8.333333333%;
}
.col_form_2 {
	flex: 0 0 16.666666667%;
	max-width: 16.666666667%;
}
.col_form_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col_form_4 {
	flex: 0 0 33.333333333%;
	max-width: 33.333333333%;
}
.col_form_5 {
	flex: 0 0 41.666666667%;
	max-width: 41.666666667%;
}
.col_form_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col_form_7 {
	flex: 0 0 58.333333333%;
	max-width: 58.333333333%;
}
.col_form_8 {
	flex: 0 0 66.666666667%;
	max-width: 66.666666667%;
}
.col_form_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col_form_10 {
	flex: 0 0 83.333333333%;
	max-width: 83.333333333%;
}
.col_form_11 {
	flex: 0 0 91.666666667%;
	max-width: 91.666666667%;
}
.col_form_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.col_form_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	font-size: 1.2rem;
	min-height: 1px;
	position: relative;
}
/*-- ログイン -- */
.form_login_fieldset {
	display: flex;
	flex-flow: column wrap;
	gap: 15px;
}
.form_login_legend {
	display: none;
	font-size: 1.2rem;
}
.form_login {
	display: flex;
	flex-flow: column;
}
.form_login_label {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: default;
}

/*-- お届け先情報-- */
.form_info {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.form_info_heading {
	font-size: 1.2rem
}
.form_info_detail {
	font-size: 1.2rem;
	padding: 0 .5rem;
}

/*-- お届け先指定 -- */
.form_address_body {}
.form_address_list {}
.form_address_item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #ddd solid;
}
.form_address_item + .form_address_item {}
.form_address {
	display: flex;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
}
.form_address_heading {
	max-width: 640px;
	flex-basis: 640px;
	padding: 0 10px;
}
.form_address_detail {
	flex: 1;
	padding: 0 10px;
}
.address_add {}
.address_add_link {
	display: inline-block;
	color: #000;
	font-size: 1.2rem;
	text-decoration: underline;
	background: url(/static/full/images/common/plus.gif) center left no-repeat;
	background-size: 28px 28px;
	padding: .8rem 0 .8rem 3.5rem;
}
.address_add_link:link,
.address_add_link:visited,
.address_add_link:active {
	color: #000;
	text-decoration: none;
}
.address_add_link:hover {
	text-decoration: underline;
}

/*-- 配送希望指定 --*/
.form_delivery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 15px;
}
.form_delivery:last-child {
	padding-bottom: 0;
}
.form_delivery_heading,
.form_delivery_detail {
	display: block;
}
.form_delivery_heading {
	max-width: 100%;
	flex-basis: 100%;
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.form_delivery_label {
	font-size: 1.2rem;
	cursor: default;
}
.form_delivery_detail {
	max-width: 100%;
	flex-basis: 100%;
	font-size: 1.2rem;
}
.form_delivery_confirm {}
.form_delivery_confirm + .form_delivery_confirm {
	margin-top: 15px;
}

/*-- お支払い方法 --*/
.form_payment {
	display: flex;
	align-items: center;
}
.form_payment_heading {
	max-width: 240px;
	flex-basis: 240px;
	font-size: 1.2rem;
	padding: 15px 0;
}
.form_payment_detail {
	flex: 1;
	font-size: 1.2rem;
	padding: 0 0 0 20px;
}
/*-- お支払い方法(クレジットカード) --*/
.form_creditcard {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 15px;
}
.form_creditcard:last-child {
	padding-bottom: 0;
}
.form_creditcard_heading,
.form_creditcard_detail {
	display: block;
}
.form_creditcard_heading {
	max-width: 100%;
	flex-basis: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 10px;
}
.form_creditcard_label {
	font-size: 1.2rem;
	font-weight: bold;
	cursor: default;
}
.form_creditcard_detail {
	max-width: 100%;
	flex-basis: 100%;
	font-size: 1.2rem;
}
.form_creditcard_image {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: auto;
	margin: 0 0 0 20px;
}
/*-- ポイントのご利用 --*/
.form_point {
	display: flex;
}
.form_point_heading {
	font-size: 1.2rem;
	padding: 15px 10px 10px 0;
}
.form_point_label {
	font-size: 1.2rem;
	cursor: default;
}
.form_point_detail {
	flex: 1;
	font-size: 1.2rem;
}
/*-- クーポンコード -*/
.form_coupon {
	display: flex;
}
.form_coupon_heading {
	font-size: 1.2rem;
	padding: 25px 10px 10px 0;
}
.form_coupon_label {
	font-size: 1.2rem;
	cursor: default;
}
.form_coupon_detail {
	flex: 1;
	font-size: 1.2rem;
	padding: 10px 0;
}
/*-- 確認 --*/
.form_confirm {
	display: flex;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
}
.form_confirm:before, .form_confirm:after {
	content: none;
}
.form_confirm > [class*=col_] {
	padding-right: 10px;
	padding-left: 10px;
}
.form_confirm_heading {
	max-width: 640px;
	flex-basis: 640px;
	font-size: 1.2rem;
	padding: 0 10px;
}
.form_confirm_detail {
	flex: 1;
	font-size: 1.2rem;
	padding: 0 10px;
}
/*-- 完了 --*/
.form_complete {
	display: flex;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
}
.form_complete:before, .form_complete:after {
	content: none;
}
.form_complete + .form_complete {
	margin-top: 10px;
}
.form_complete > [class*=col_] {
	padding-right: 10px;
	padding-left: 10px;
}
.form_complete_heading {
	max-width: 180px;
	flex-basis: 180px;
	font-size: 1.2rem;
	padding: 0 10px;
}
.form_complete_detail {
	flex: 1;
	font-size: 1.2rem;
	padding: 0 10px;
}
.input_group {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input_group_inline {
	display: flex;
	flex-flow: row wrap;
	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: flex;
}
.input_group_text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	font-size: 1.2rem;
	text-align: center;
	padding: 0 .5rem 0 0;
	cursor: default;
}
.input_group_append .input_group_text {
	justify-content: flex-start;
	width: auto;
	padding: 0 0 0 .5rem;
}
.input_group_link {
	font-size: 1.2rem;
	text-decoration: underline;
}
.input_group_addition {
	display: flex;
	align-items: center;
	width: auto;
	color: #747474;
	font-size: 1.1rem;
	padding: 0 0 0 .5rem;
}
.input_group_explanation {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 0 0 1rem;
}
.explanation_link {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	vertical-align: middle;
	background-color: #999;
	border-radius: 12px;
	padding: .6rem .8rem .6rem 2.6rem;
	position: relative;
}
.explanation_link:before {
	content: "？";
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 50%;
	left: 5px;
	color: #999;
	font-size: 1.2rem;
	text-align: center;
	background-color: #fff;
	margin-top: -8px;
	border-radius: 50%;
}
.explanation_link:hover {
	color: #fff;
	text-decoration: none;
}
.form_group_zip {
	display: inline-block;
	color: #000 !important;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-left: 1rem;
	text-decoration: underline !important;
}

.input.input_general {
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 1.2rem;
	line-height: 1;
	height: 40px;
	background-color: #fff;
	background-image: none;
	padding: 1rem;
	border: 1px solid #999;
	border-radius: 3px;
}
.input.input_general.sampleValue {
	color: #999;
}
.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;
}
.input.input_register {
	display: inline-block;
	width: 400px;
	color: #000;
	font-size: 1.2rem;
	line-height: 1;
	height: 40px;
	background-color: #fff;
	background-image: none;
	padding: 1rem;
	border: 1px solid #999;
	border-radius: 3px;
}
.has_feedback .input.input_general {
	padding: 1rem 3.2rem 1rem 1rem;
}
.clear_form_input {
	position: relative;
}
.clear_form_input .input_general {
	padding: 1rem 3.5rem 1rem 1rem;
}
.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;
	transform: translateY(0px) rotate(-315deg);
}
.input_clear_button:after {
	width: 14px;
	top: 50%;
	left: 0;
	transform: translateY(-0px) rotate(315deg);
}
.password_visibility_input {
	position: relative;
}
.password_visibility_input.password_visibility_inline {
	display: inline-block;
}
.password_visibility_input .input_general {
	padding: 1rem 4rem 1rem 1rem;
}
.password_visibility_input .ok {
	right: -32px;
}
.password_visibility_input.is_show .password_visibility_button {
	visibility: visible;
}
.password_visibility_button {
	visibility: hidden;
	display: flex;
	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/full/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/full/images/common/commonparts/icon_visibility_on.png);
}

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 {
	display: inline-block;
	position: relative;
}
.form_select:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: -11px 0 0;
	position: absolute;
	top: 50%;
	right: 5px;
	pointer-events: none;
	background-color: transparent;
	border-radius: 50%;
}
.form_select:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 12px;
	pointer-events: none;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.form_select.form_select_small {}
.form_select.form_select_small:before {
	width: 12px;
	height: 12px;
	margin: -6px 0 0;
}
.form_select.form_select_small:after {
	width: 6px;
	height: 6px;
	margin-top: -5px;
	right: 8px;
}
.form_select.form_select_medium {}
.form_select.form_select_medium:before {
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
}
.form_select.form_select_medium:after {
	width: 6px;
	height: 6px;
	margin-top: -4px;
	right: 10px;
}
.form_select.form_select_large {}
.form_select.form_select_large:before {
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
}
.form_select.form_select_large:after {
	width: 9px;
	height: 9px;
	margin-top: -6px;
}
.form_select.select_width_xsmall { width: 120px; }
.form_select.select_width_small { width: 210px; }
.form_select.select_width_medium { width: 570px; }
.form_select.select_width_large { width: 800px; }
.form_select.form_select_full {
	display: block;
	width: 100%;
}
.form_select .ok {
	right: -32px;
}
.select.select_default {
	display: inline-block;
	width: 100%;
	font-size: 1.2rem;
	height: 30px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	padding:.6rem 3rem .6rem 1rem;
}
.select.select_general {
	display: inline-block;
	width: 100%;
	font-size: 1.2rem;
	height: 40px;
	background-color: #fff;
	padding:.8rem 3rem .8rem 1rem;
	border: 1px solid #999;
	border-radius: 3px;
}
.select.select_hemup {
	display: inline-block;
	width: 100%;
	font-size: 1.2rem;
	height: 30px;
	background-color: #fff;
	padding:.6rem 3rem .6rem 1rem;
	border: 1px solid #999;
	border-radius: 3px;
}
.select.select_stock {
	display: inline-block;
	width: 60px;
	font-size: 1.2rem;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	padding: 0 2rem 0 1rem;
	border-bottom: 1px solid #000;
}
.textarea.textarea_general {
	display: inline-block;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	background-color: #fff;
	padding: 1rem;
	border: 1px solid #999;
	border-radius: 3px;
}

/* 横幅 */
.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 {
	flex: 1 1 auto;
	width: 1%;
}

/*-- チェックボックス(垂直) --*/
.form_checkbox {
	display:block;
	position:relative;
}
/*-- チェックボックス(水平) --*/
.form_checkbox.form_checkbox_inline {
	display: inline-flex;
	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: 1.2rem;
	line-height: 1.5;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
.form_checkbox input[type="checkbox"] + label:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	margin-top: 1px;
	border: 1px solid #707070;
	border-radius: 3px;
}
.form_checkbox input[type="checkbox"]:focus + label:before {
	border-color: #0088ff;
	box-shadow: 0 0 4px 2px #0088ff;
}
.form_checkbox input[type="checkbox"]:checked + label {
	color: inherit;
}
.form_checkbox input[type="checkbox"]:checked + label:before {
	background-color: #403e3c;
	border: 1px solid #403e3c;
}
.form_checkbox input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	width: 5px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.form_checkbox input[type="checkbox"]:disabled + label {
	color: #ccc;
	cursor: default;
	-webkit-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 2rem;
}
.form_checkbox_left input[type="checkbox"] + label:before {
	position:absolute;
	top:0;
	left:0;
}
.form_checkbox_left .allCheck {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
	vertical-align: middle;
	padding:0 0 0 2rem;
	position: relative;
	cursor: pointer;
}
.form_checkbox_left .allCheck:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #707070;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
.form_checkbox_left .allCheck.active {
	color: inherit;
}
.form_checkbox_left .allCheck.active:before {
	background-color: #403e3c;
	border: 1px solid #403e3c;
}
.form_checkbox_left .allCheck.active:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 5px;
	width: 5px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*-- 右チェックボックス --*/
.form_checkbox_right input[type="checkbox"] + label {
	padding:0 20px 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:2rem 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 2rem 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: inline-flex;
	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;
	font-size: 1.2rem;
	line-height: 1.2;
}
.form_radio input[type="radio"] + label:before {
	content: "";
	display:inline-block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #646464;
	border-radius: 50%;
}
.form_radio input[type="radio"]:focus + label:before {
	border-color: #0088ff;
	box-shadow: 0 0 4px 2px #0088ff;
}
.form_radio input[type="radio"]:checked + label:before {
	background-color: #fff;
	border: 1px solid #646464;
}
.form_radio input[type="radio"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
}
.form_radio input[type="radio"]:disabled + label {
	color: #ccc;
	cursor: default;
	-webkit-user-select: none;
	user-select: none;
}
.form_radio input[type="radio"]:disabled + label:before {
	opacity: .4;
}
/*-- 左ラジオボタン--*/
.form_radio_left input[type="radio"] {
	vertical-align:middle;
}
.form_radio_left input[type="radio"] + label {
	padding:0 0 0 2rem;
}
.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 2rem 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:1.6rem 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 1.6rem 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);
}
/*-- ラジオボタン サイズ --*/
/* small */
.form_radio_small input[type="radio"] + label {
	font-size:1.2rem;
	line-height: 16px;
}
/* medium */
.form_radio_medium input[type="radio"] + label {
	font-size: 1.4rem;
	line-height: 1.5;
}
.form_radio_medium input[type="radio"] + label:before {
	width: 18px;
	height: 18px;
	top: 1px;
}
.form_radio_medium input[type="radio"]:checked + label:before {
	top: 1px;
}
.form_radio_medium input[type="radio"]:checked + label:after {
	top: 5px;
	left: 4px;
	width: 10px;
	height: 10px;
}
.form_radio_left.form_radio_medium input[type="radio"] + label {
	padding:0 0 0 2.5rem;
}
.form_radio_right.form_radio_medium input[type="radio"] + label {
	padding:0 2.5rem 0 0;
}
.form_radio_top.form_radio_medium input[type="radio"] + label {
	padding:1.8rem 0 0 0;
}
.form_radio_bottom.form_radio_medium input[type="radio"] + label {
	padding:0 0 1.8rem 0;
}


/* モーダルウインドウ
--------------------------------------------------------------------*/

/*※米印インデント*/
.ast{
	text-indent: -1em;
	margin-left: 1em;
}
.modal_area {}
.modal_area_inner {
	width: 100%;
	background-color: #fff;
}
.page-mask {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	overflow: hidden;
}

#modal_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	top: 0;
	left: 0;
	z-index: 10000;
}

/* 再入荷ポップアップ */
.floating-dialog {
	position: relative;
	margin: 0;
	border-radius: 0;
	width:100%;
	height:100%;
}
.modal_mail {
	display: none;
	width:440px;
	height: 0;
	/*background:#fff;
	overflow: visible;*/
	position:absolute;
	top: 0;
	left: 0;
	right:0;
	margin: 5% auto auto;
	z-index: 20000;
}
.modal_sizeguide {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 20000;
	display: none;
	width: 660px;
	height: 738px;
}
/* お気に入り追加モーダル */
.modal_favorite_in {
	display: none;
	position: absolute;
	width: 420px;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto auto;
	border-radius: 0;
	z-index: 20000;
}
#favorite-add-info,
#favorite-remove-info {
	display: none;
	position: absolute;
	width: 420px;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto auto;
	border-radius: 0;
	z-index: 20000;
}

/* ログインモーダル */
.modal_login {
	display: none;
	width: 440px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto auto;
	z-index: 2000;
}
.modal_login_content {
	width: 100%;
	background-color: #fff;
}
.modal_login_block {
	border-bottom: 1px solid #e5e5e5;
}
.modal_login_block:last-child {
	border-bottom: 0;
}
.modal_login_title {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 2rem 5.5rem 2rem 2rem;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.modal_login_subtitle {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 2rem;
	border-bottom: 1px solid #e5e5e5;
}
.modal_login_box {
	padding: 2rem 2rem 4rem;
}
.modal_login_fieldset {
	display: flex;
	flex-flow: column wrap;
	gap: 12px;
}
.modal_login_legend {
	display: none;
	font-size: 1.2rem;
}
.modal_login_form {
	display: flex;
	flex-flow: column;
}
.modal_login_form_label {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 7px;
	cursor: default;
}
.modal_login_form_input {
	display: inline-block;
	/* width: 100%; */
	width: 395px;
	padding: 1rem 4rem 1rem 1rem;
	color: #000;
	font-size: 1.2rem;
	line-height: 1;
	height: 40px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #999;
	border-radius: 3px;
}
/*#20687 Input*/
.modal_login_form .ok {
	margin-left: auto;
	right: auto;
}
.modal_login_form .input_clear_button {
	right: 14px;
}
.modal_login_form .password_visibility_button {
	right: 6px;
}
/*#20687 Input*/

.modal_login_text {
	font-size: 1.2rem;
	line-height: 1.4;
}
.modal_login_check {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 18px;
}
.modal_login_check input[type=checkbox] {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	border: 1px solid #95989A;
	box-shadow: none;
}
.modal_login_btn {
	text-align: center;
	margin-top: 20px;
}
.btn_favorite_login {
	display: inline-block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #403e3c;
	border-radius: 3px;
}
.btn_favorite_login:hover {
	color: #fff;
}
.btn_favorite_entry {
	display: inline-block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 1px solid #403e3c;
	border-radius: 3px;
}
.btn_favorite_entry:hover {
	color: #000;
}
.efo_error_text {
	display: none;
	color: #f30;
	font-size: 1.2rem;
	text-align: center;
	padding: 1rem;
}
.modal_remind {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
	margin-top: 10px;
}
.modal_remind_link {
	display: inline-block;
	font-size: 1.2rem;
	text-decoration: underline;
	line-height: 1.4;
}
.modal_remind_link:hover {
	color: #000;
}

/* カートモーダル */
.modal_cart {
	display: none;
	width:92%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	margin: 40px 4% 0;
	box-sizing: border-box;
}
.modal_cart_content {
	width: 100%;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}

/* お気に入りモーダル */
.modal_favorite {
	display: none;
	position: absolute;
	width: 440px;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto auto;
	z-index: 1500;
}
.modal_favorite_content {
	width: 100%;
	background-color: #fff;
}
/* モーダル共通 */
.modal_area_inner {
	background: #fff;
}
.modal_area_title {
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	padding: 2rem 5.5rem 2rem 2rem;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.modal_title_favorite {}
.modal_top_btn {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	display: block;
	position: absolute;
	top: 24px;
	right: 18px;
	z-index: 1000;
	cursor: pointer;
	background: url(/static/lite/images/common/btn_close_s.png) no-repeat center;
	background-size: 13px 13px;
}
.modal_area_box {
	padding: 2rem 2rem 0;
}
.modal_area_data {
	display: table;
	width: 100%;
}
.modal_area_main {
	width: 30%;
	display: table-cell;
}
.modal_area_photo {
	position: relative;
}
.modal_area_photo:before {
	content: "";
	display: block;
	padding-top: var(--goods-aspect-ratio);
}
.modal_area_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}
.modal_area_detail {
	width: 67.5%;
	padding: 0 0 0 2.5%;
	display: table-cell;
	vertical-align: middle;
}
.modal_productbrand {
	font-family: "Archivo", sans-serif;
	color: #b1b1b1;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.modal_productname {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.modal_productcolor {
	font-size: 1.2rem;
	margin: 0 0 10px;
}
.check_favorite {
	padding: 2.5rem 0;
	text-align: center;
}
.button_check_favorite {
	display: inline-block;
	width: 200px;
	height: 45px;
	color: #fff;
	background: #000;
	font-size: 1..4rem;
	letter-spacing: 1px;
	line-height: 45px;
}
.button_check_favorite:hover {
	color: #fff;
	text-decoration: none;
}

/* モーダル閉じるボタン上 */
.modal_close_top {
	display:block;
	width: 16px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}
.modal_close_top:before {
	content:"";
	width: 16px;
	height: 2px;
	background: #000;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
}
.modal_close_top:after {
	content:"";
	width: 16px;
	height: 2px;
	background: #000;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
}
/* モーダル閉じるボタン下 */
.modal_close_bottom {
	text-align: center;
	padding: 20px;
	background-color: #fff;
	position: relative;
}
.modal_close_bottom:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}
.button_modal_close {
	display: inline-block;
	width: 150px;
	font-size: 1.2rem;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	position: relative;
	background-color: #67696a;
	border-radius: 3px;
}
.modal_close_text {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	position: relative;
}
.icon_modal_close.icon_modal_bottom {
	display: inline-block;
	width: 8px;
	height: 8px;
	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: 8px;
	top: 50%;
	left: 0;
	transform: translateY(0px) rotate(-315deg);
}
.icon_modal_close.icon_modal_bottom:after {
	width: 8px;
	top: 50%;
	left: 0;
	transform: translateY(-0px) rotate(315deg);
}

.modal_title {
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	padding: 2rem 5.5rem 2rem 2rem;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.modal_cart_list {}
.modal_cart_item {
	padding: 2rem .5rem 2rem 2rem;
	border-bottom: 1px solid #e5e5e5;
}
.modal_cart_item:last-child {
	border-bottom: 0;
}
.modal_favorite_list {}
.modal_favorite_item {
	padding: 2rem .5rem 2rem 2rem;
	border-bottom: 1px solid #e5e5e5;
}
.modal_favorite_item:last-child {
	border-bottom: 0;
}
.modal_color_info {
	width: 100%;
}
.modal_color_thumb {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.modal_color_photo {
	width: 80px;
	position: relative;
}
.modal_color_photo:before {
	content: "";
	display: block;
	padding-top: var(--goods-aspect-ratio);
}
.modal_color_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}
.modal_color_text {
	flex: 1;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 0 0 1rem;
}
.modal_choose_item {
	max-width: 100%;
}

.modal_stock_list {}
.modal_stock_item {
	margin-bottom: 10px;
}
.modal_stock_item:last-child {
	margin-bottom: 0;
}
.modal_stock_data {
	display: flex;
	align-items: center;
	width: 100%;
}
.modal_stock_data:before, .modal_stock_data:after {
	content: none;
}
.modal_stock_data.modal_stock_data_full {}
.modal_stock_info {
	width: 35%;
}
.modal_stock_data.modal_stock_data_full .modal_stock_info {
	width: 60%;
}
.modal_stock_size {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 1.2rem;
}
.modal_stock_text {
	flex: 1;
	font-size: 1.2rem;
}
.modal_stock_text:before {
	content:"/";
	padding:0 4px;
}
.modal_stock_schedule {
	display: block;
	padding-top: 2px;
}
.modal_stock_date {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
}
.modal_stock_selldate + .modal_stock_shippingdate {
	padding-top: 5px;
}
.modal_stock_detail {
	display: flex;
	flex: 1;
	width: calc(100% - 35%);
	padding: 0 0 0 5px;
}
.modal_stock_data.modal_stock_data_full .modal_stock_detail {
	width: calc(100% - 60%);
	justify-content: flex-end;
}
.modal_stock_cart {
	flex: 1;
}
.modal_stock_favorite {
	flex-basis: 44px;
	max-width: 44px;
	width: 44px;
	text-align: right;
	padding: 0 0 0 4px;
}

/* モーダルカートボタン */
.button_modal_cart {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background-color: transparent;
	padding: 1rem .5rem;
	border: 1px solid transparent;
	border-radius: 3px;
}
.button_modal_cart:hover {
	color: inherit;
	text-decoration:none;
}
.button_modal_cart.cart_in,
.button_modal_cart.reservation_in {
	background-color:#403e3c;
	border: 1px solid #403e3c;
}
.button_modal_cart.comingsoon,
.button_modal_cart.rearrival,
.button_modal_cart.restock {
	background-color:#fff;
	border: 1px solid #403e3c;
}
.button_modal_cart.soldout {
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
}
.button_modal_text {
	display:inline-block;
	color: #fff;
	font-size:11px;
	line-height: 1.6;
}
.button_modal_cart.soldout .button_modal_text {
	color: #fff;
}
.button_modal_cart.cart_in .button_modal_text,
.button_modal_cart.reservation_in .button_modal_text {}
.button_modal_cart.comingsoon .button_modal_text,
.button_modal_cart.rearrival .button_modal_text,
.button_modal_cart.restock .button_modal_text {
	color: #000;
}

/* モーダルお気に入りボタン */
.button_modal_favorite:link,
.button_modal_favorite:visited,
.button_modal_favorite:hover,
.button_modal_favorite:active {
	color: #fff;
	text-decoration: none;
}
.button_modal_favorite {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 10px;
}
.button_modal_favorite_text {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(/static/full/images/common/commonparts/icon_modal_favorite_off.png) no-repeat;
	background-size: 20px 18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.button_modal_favorite_text.on {
	background:url(/static/full/images/common/commonparts/icon_modal_favorite_on.png) no-repeat;
	background-size: 20px 18px;
}

/* お気に入り登録完了モーダル */
.modal_favorite_add,
.modal_favorite_remove {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	width: 500px;
}
.modal_add_content {
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
	padding: 20px;
}
.modal_add_title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}
/*.modal_add_title:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 18px;
	background: url("/static/full/images/common/icon_favorite_ttl.png") left center no-repeat;
	background-size: 20px 18px;
	margin-right: 10px;
}*/
.modal_add_text {
	color: #000;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.6;
}
.modal_add_link:link,
.modal_add_link:visited,
.modal_add_link:hover,
.modal_add_link:active {
	color: #000;
	text-decoration: underline;
}
.modal_add_link {
	color: #000;
	font-size: 1.2rem;
	text-decoration: underline;
	line-height: 1.6;
}
.modal_favorite_bottom {
	text-align: right;
	padding-top: 5px;
}
.modal_favorite_close {}

/*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: 1.3rem;
	color: var(--color-text-red);
	margin-left: -2.5em;
	margin-top: 13px;
	position: absolute;
}

.has_feedback {
	display: inline-block;
	position: relative;
}
.has_feedback .ok {
	color: var(--color-text-red);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 32px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	text-align: center;
	pointer-events: none;
	margin: 0;
}


.sampleValue {
	color: #999;
}
.efoMsgBox {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	opacity: 0.8;
	padding: 1.4rem 1rem;
	position: absolute;
	height: 40px;
	font-size: 1.2rem;
	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;
	}

/* 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;
}
