@charset "UTF-8";
/*================================================
商品詳細ページ専用CSS
================================================*/

.bread {
	display: none;
}
#contents.product_detail {}
.section_inner {}
.section_title {
	font-size:2.4rem;
	font-weight: bold;
	margin-bottom:40px;
}

/* product_wrap
--------------------------------------------------------------------*/

.product_wrap {}

/* product_content
--------------------------------------------------------------------*/

.product_content {
	display: grid;
	grid-template-columns: 600px 560px;
	gap: 0 40px;
	margin-bottom: 140px;
}

/* product_content_main
--------------------------------------------------------------------*/

.product_content_main {
	height: 100%;
}

/* product_content_side
--------------------------------------------------------------------*/

.product_content_side {}

/* product_gallery
--------------------------------------------------------------------*/

.product_gallery {
	display: flex;
	margin-bottom: 60px;
	position: sticky;
	top: 130px;
}
.product_gallery_main {
	position:relative;
	width: 540px;
}
.gallery_slide {
	position: relative;
}
.gallery_slide:hover .gallery_slide_scale {
	opacity: 0;
}
.gallery_slide_number {
	display: inline-block;
	color: #1c2940;
	font-size: .875rem;
	text-align: center;
	background-color: rgba(255, 255, 255, .6);
	padding: 10px 20px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	transition: all .2s;
}
.gallery_slide_list {}
.gallery_slide_item {
	position: relative;
}
.gallery_slide_photo {
	display: block;
	opacity: 0;
	transition: opacity 1s;
}
.gallery_slide_photo.lazyloaded {
	opacity: 1;
}
.gallery_slide_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery_slide .item_color {
	padding:10px 0 0;
	display:block;
	font-size: 14px;
	text-align:center;
	line-height: 1.4;
}
.gallery_slide .slick-arrow {
	display: block;
	width: 50px;
	height: 50px;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	cursor: pointer;
}
.gallery_slide .slick-arrow:hover {
	opacity: 1;
}
.gallery_slide .slick-prev {
	left: 0;
}
.gallery_slide .slick-prev:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 20px;
}
.gallery_slide .slick-next {
	right: 0;
}
.gallery_slide .slick-next:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
.gallery_slide .slick-slide img{
	opacity: 1 !important;
}
.gallery_slide .slick-dots {
	display: none !important;
}


/* item_detail_model
--------------------------------------------------------------------*/

.item_detail_caption {
	display:block;
	font-size: .875rem;
	text-align:center;
	padding:1rem 0 0;
}
.item_detail_caption.item_detail_model {
	display: flex;
	justify-content: center;
}
.detail_model_info:before, .detail_model_info:after {
	content: none;
}
.detail_model_info {
	display: flex;
	align-items: center;
}
.detail_model_info + .detail_model_info {
	margin-left: 10px;
}
.detail_model_height {
	font-size: .875rem;
}
.detail_model_size {
	font-size: .875rem;
}
.detail_model_heading {
	font-size: .875rem;
}
.detail_model_text{
	font-size: .875rem;
	padding: 0 0 0 .2rem;
}


/* product_gallery_thumb
--------------------------------------------------------------------*/

.product_gallery_thumb {
	width: 60px;
	margin: 0 0 0 auto;
	position: relative;
}
.gallery_thumb_block {}
.gallery_thumb_slide {
	display: block;
	height: 720px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: relative;
}
.gallery_thumb_slide::-webkit-scrollbar{
	display: none;
}
.gallery_thumb_slide_item {}
.gallery_thumb_list:before, .gallery_thumb_list:after {
	content: none;
}
.gallery_thumb_list {}
.gallery_thumb_item {}
.gallery_thumb_item + .gallery_thumb_item {}
.gallery_thumb_photo {
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.gallery_thumb_photo:before {
	content: "";
	display: block;
	padding-top: var(--goods-aspect-ratio);
}
.gallery_thumb_item.is_active .gallery_thumb_photo:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.gallery_thumb_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* item_detail_tab
--------------------------------------------------------------------*/

.item_detail_tab {}
.detail_tab_title {
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:15px;
}


/* item_detail_info
--------------------------------------------------------------------*/

.item_detail_info {
	padding: 3rem 0 3rem 1rem;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.detail_info_title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.detail_info_heading {
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:15px;
}
.detail_catch_copy {
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
}
.detail_comment {
	margin-bottom: 35px;
}
.detail_comment_text {
	font-size: .875rem;
	line-height: 1.6;
}
.detail_comment_text * {
	font-size: .875rem;
	line-height: 1.6;
}
.detail_magazine {
	margin-bottom: 35px;
}
.detail_magazine_title {
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:15px;
}
.detail_magazine_list {}
.detail_magazine_item {}
.detail_magazine_item + .detail_magazine_item {
	margin-top: 2px;
}
.item_detail_table {
	display:inline-block;
	padding:1.5rem 2rem;
	background-color:#f5f5f5;
}
.item_detail_table table th {
	width:80px;
	font-size: .875rem;
	line-height: 1.4;
	padding:.5rem 0;
}
.item_detail_table table td {
	font-size: .875rem;
	line-height: 1.4;
	padding: .5rem .5rem .5rem 1.5rem;
	position: relative;
}
.item_detail_table table td:before {
	content: ":";
	display: block;
	position: absolute;
	top: 6px;
	left: 5px;
}
.item_detail_hashtags {
	margin-top: 20px;
}
.detail_hashtags_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}
.detail_hashtags_list:before, .detail_hashtags_list:after {
	content: none;
}
.detail_hashtags_item {
	width: auto;
}
.detail_hashtags_link {
	display: block;
	font-size: 1.3rem;
	color: #3e3e3e;
	background-color: #eae9e7;
	border-radius: 3px;
	padding: .9rem 1.5rem .8rem;
}
.item_detail_schedule {
	margin-top: 15px;
}
.reserve_caution,
.comingsoon_caution {
	background-color: #f4f4f4;
	text-align: center;
	padding: 15px;
}
.reserve_caution + .comingsoon_caution {
	margin-top: 10px;
}
.reserve_caution_title,
.comingsoon_caution_title {
	color: #1c2940;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.item_detail_date {
	display: block;
	color: #1c2940;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1.5;
}
.item_detail_date + .item_detail_date {
	margin-top: 5px;
}

/* item_detail_size
--------------------------------------------------------------------*/

.item_detail_size {
	padding: 3rem 0 3rem 1rem;
	border-bottom: 1px solid #e5e5e5;
}
.detail_size_title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.detail_size_heading {
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:15px;
}

.item_detail_sizescroll{
	margin-bottom: 0;
}

#sizescroll-non{
	margin-bottom: 20px;
}

#sizescroll-non .item_img {
	width: 54px;
}

.item_detail_size .item_img img {
	width: 100%;
	padding-bottom: 5px;
}

.item_detail_size_table {
	position:relative;
	/*width: 250px;TODO： 疑似的にスクロール出すためにサイズ指定してます。いらなくなったら削除 */
}
.item_detail_size_table_01 {
	width:74px;
	position:absolute;
	top:0;
	left:0;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.item_detail_size_table_01 table {
	width:100%;
}
#sizescroll-non{
	opacity: 0;
	transition: opacity 0.5s;
}
.item_detail_size_table_02 {
	margin-left:73px;
	overflow-x:scroll;
	border-right:1px solid #aaa;
	margin-bottom: 20px;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}
.item_detail_size_table_02::-webkit-scrollbar:horizontal {
	width: 2px;
	background: #eee;
}
.item_detail_size_table_02::-webkit-scrollbar:horizontal {
	width: 2px;
	background: #eee;
}
.item_detail_size_table_02::-webkit-scrollbar-thumb:horizontal {
	background: #666;
	border-radius: 2px;
}
.item_detail_size_table_02 table {
	min-width:150%;
	width: auto;
	margin:0;
}
.item_detail_size table th {
	min-width: 66px;
	color: #1c2940;
	font-size: .875rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #f5f5f5;
	padding:.8rem 1rem;
	border: 1px solid #aaa;
}
.item_detail_size table th.pastItem{
	font-size:10px;
}
.item_detail_size table td {
	font-size: .875rem;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	vertical-align: middle;
	padding:.8rem 1rem;
	border: 1px solid #aaa;
}
.item_detail_size_table_02 table th {
	border-right: none;
}
.item_detail_size_table_02 table td {
	border-right: none;
}
.item_detail_size .size_caution {
	font-size: .875rem;
	line-height: 1.6;
	margin:15px 0 30px;
}
.item_detail_size .size_page a {
	font-size: .875rem;
	text-decoration:underline;
}
.item_detail_size .size_page a:hover {
	text-decoration:none;
}
.item_detail_size_text {
	font-size: .875rem;
	line-height: 1.4;
	margin-bottom: 25px;
}

/*過去購入した商品*/
.purchase {}
.purchase_inner {
	margin: 20px 0;
}
.purchase_history {}
#showOrderHistory {}
.button_purchase_history {
	display: block;
	width: 100%;
	color: #1c2940;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 1.8rem 4rem;
	background-color: #f4f4f4;
	position: relative;
}
.button_purchase_history:hover {
	color: #1c2940;
	text-decoration: none;
}
.button_purchase_history:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 1px solid #1c2940;
	border-right: 1px solid #1c2940;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
.button_purchase_history.open:after {
	transform: rotate(-45deg);
	margin-top: -2px;
}
.purchase_more {
	text-align: center;
}
.button_purchase_more {
	display: inline-block;
	color: #404040;
	font-size: 1.4rem;
	text-decoration: underline;
	position: relative;
}
.purchase_more_text {
	display: inline-block;
	font-size: 1.4rem;
	text-decoration: underline;
	padding: 0 0 0 2rem;
	position: relative;
}
.icon_purchase_more {
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.icon_purchase_more:before,
.icon_purchase_more:after {
	display: block;
	content: '';
	background-color: #707070;
	position: absolute;
	width: 13px;
	height: 1px;
	top: 6px;
	left: 0;
}
.icon_purchase_more:before {
	width: 1px;
	height: 13px;
	top: 0;
	left: 6px;
}
.purchase_history_list {
	display: none;
}
.purchase_history_not {
	display: none;
}
.purchase_history_not_text {
	display: block;
	font-size: .875rem;
	text-align: center;
	padding: 2rem;
}
#loadarea {
	width: 100%;
}
.stick #loadarea {
	width: 100%;
	box-sizing: border-box;
	border: none;
}
.purchase_content {
	width: 100%;
}
.purchase_list {
	width: 100%;
}
.purchase_item {
	padding: 0 0 5px 0;
}
.purchase_item:first-child {
	padding: 20px 0 5px 0;
}
.purchase_item:last-child {
	padding: 0 0 20px 0;
}
.purchase_info {
	display: flex;
	align-items: center;
	background-color: #f0f0f0;
	padding: 10px;
}
.purchase_photo {
	flex-basis: 150px;
	max-width: 150px;
}
.purchase_photo_link {
	display: block;
	width: 100%;
	position: relative;
}
.purchase_photo_link:before{
	content:"";
	display:block;
	padding-top: var(--goods-aspect-ratio);
}
.purchase_image {
	width:100%;
	height: auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.purchase_vcaname {
	display: block;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 5px;
}
.purchase_detail{
	flex: 1;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	padding: 0 0 0 10px;
}
.purchase_data_brand {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.purchase_data_itemname {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.purchase_data:before,
.purchase_data:after {
	content: none;
}
.purchase_data {
	display: -webkit-flex;
	display: flex;
}
.purchase_data + .purchase_data {
	margin-top: 10px;
}
.purchase_data_heading {
	color: #404040;
	font-size: 1.4rem;
}
.purchase_data_heading:after {
	content: "：";
	display: inline-block;
}
.purchase_data_heading.purchase_data_itemname {
	line-height: 1.4;
}
.purchase_data_info {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #404040;
	font-size: 1.4rem;
	padding: 0 0 0 5px;
}
.purchase_data_link {
	color: #404040;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: underline;
}
.purchase_data_link:hover {
	color: #404040;
}

/* item_detail
--------------------------------------------------------------------*/

.icon.item_detail_icon {
	margin: 0 0 30px 0;
}
.detail_icon_list:before, .detail_icon_list:after {
	content: none;
}
.detail_icon_list {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 8px;
}
.detail_icon_item {
	max-width: 100%;
	margin-bottom: 5px;
}
.detail_icon {
	display: block;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	background-color: #fff;
	padding: .4rem 1.2rem;
	border: 1px solid transparent;
}
.detail_icon.detail_icon_new {
	background-color: #4d5052;
}
.detail_icon.detail_icon_sale {
	background-color:#e94141;
}
.detail_icon.detail_icon_magazine {
	background-color: #78aad5;
}
.detail_icon.detail_icon_reserve {
	background-color:#4d5052;
}
.detail_icon.detail_icon_restock {
	background-color: #4d5052;
}
.detail_icon.detail_icon_comingsoon {
	background-color:#4d5052;
}
.detail_icon.detail_icon_freeshipping {
	background-color: #ccc;
}
.detail_icon.detail_icon_lot_production {
	background-color: #fc3075;
}

/* 販促アイコン */
.detail_sales_promotion .detail_icon {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.detail_sales_icon_group{
	position:absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
.detail_sales_icon_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
}
.detail_sales_icon_item {
	max-width:100%;
	margin-left: 5px;
	margin-bottom: 5px;
}
.detail_sales_icon {
	display:block;
	max-width:100%;
	color:#fff;
	font-size:1.4rem;
	text-align: center;
	padding:.6rem 1rem;
	background-color: transparent;
}
/* 販促アイコン カラー */
.detail_sales_icon.detail_sales_icon_hotitem {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_coupon {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_novelty {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_freeshipping {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_pointup {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_timesale {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_flatprice {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_markdown {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_weblimited {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_medama {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_magazine {
	background-color: rgba(0,0,0,0.6);
}
.detail_sales_icon.detail_sales_icon_timesalelom {
	background-color: rgba(0,0,0,0.6);
}

.item_detail_brandname {
	font-family: "Lato", sans-serif;
	color: #67696a;
	font-size:1.4rem;
	margin-bottom: 10px;
}
.item_detail_brandname a{
	font-family: "Lato", sans-serif;
	color: #67696a;
	font-size: 1.4rem;
	text-decoration: underline;
}
.item_detail_productname {
	font-size: 2rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
.item_detail_pricebox {
	margin-bottom: 15px;
}
.item_detail_price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 5px;
}
.detail_price_basic {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px;
	color: #1c2940;
	font-size:1.6rem;
	font-weight: bold;
	position: relative;
}
.detail_price_basic:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #1c2940;
	position: absolute;
	top: 50%;
	left: 0;
}
.detail_price_allow {
	color: #1c2940;
	font-size:1.6rem;
	font-weight: bold;
	padding: 0 5px;
}
.detail_price_proper {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px;
	color: #1c2940;
	font-size:2.4rem;
	font-weight: bold;
}
.detail_price_sell {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px;
	font-size:2.4rem;
	font-weight: bold;
}
.detail_price_sale {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 5px 10px;
	color: var(--color-text-red);
	font-size:2.4rem;
	font-weight: bold;
}
.detail_price_sale .detail_price_sell {
	color: var(--color-text-red);
}
.detail_price_basic .detail_price_tax {
	font-size: .875rem;
	font-weight: bold;
}
.detail_price_tax {
	color: inherit;
	font-size:1.4rem;
	font-weight: bold;
}
.detail_discount_rate {
	display:inline-block;
	color: var(--color-text-red);
	font-size:1.4rem;
	font-weight: bold;
}

/* item_detail_otherinfo
--------------------------------------------------------------------*/

.item_detail_otherinfo {
	margin:0 0 30px;
}
.detail_campaign {
	margin-bottom: 20px;
}
.detail_campaign_list {}
.detail_campaign_item {}
.detail_campaign_item + .detail_campaign_item {
	margin-top: 5px;
}
.detail_campaign_text {
	color: var(--color-text-red);
	font-size: .875rem;
}
.detail_getpoint_heading {
	float:left;
	font-size: 1.4rem;
}
.detail_getpoint_text {
	float:left;
	font-size: 1.4rem;
}
.item_detail_favorite_enrollment {
	display: none;
	margin-top:10px;
}
.favorite_enrollment_text {
	font-size: 1.4rem;
	font-weight: bold;
}
.favorite_enrollment_num {
	font-size: 1.4rem;
	font-weight: bold;
}
.item_detail_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0 10px;
	padding: 20px 0 0;
}
.detail_sns_heading {
	font-size: 1.4rem;
}
.detail_sns_list:before, .detail_sns_list:after {
	content: none;
}
.detail_sns_list {
	display: flex;
	align-items: center;
	gap: 20px;
}
.detail_sns_item {
	display:inline-block;
}
.detail_sns_link {
	display:block;
}
.detail_sns_link svg {
	fill: #848484;
}

/* shopping_area
--------------------------------------------------------------------*/

.shopping_area {}

/* 通常カート */
.product_color_list {}
.product_color_item {
	border-top:1px solid #707070;
	word-break: break-all;
}
.product_color_item:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* カラー */
.cart_color {
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.cart_color_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cart_color_name {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 10px;
	position: relative;
}
.cart_color_name:before {
	content: ":";
	display: block;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 2px;
}
.cart_color_box {}
.cart_color_list:before, .cart_color_list:after {
	content: none;
}
.cart_color_list {}
.cart_color_item {
	width: 100%;
	position: relative;
}
.cart_color_photo {
	display: block;
	width: 100%;
}
.cart_color_radio {
	display: none;
}
.cart_color_radio + .cart_color_label {
	display: block;
	position: relative;
	width: 100%;
}
.cart_color_radio + .cart_color_label:before {
	content: "";
	display: block;
	padding-top: var(--goods-aspect-ratio);
}
.cart_color_radio:checked + .cart_color_label:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #2996cc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.cart_color_radio:disabled + .cart_color_label {
	opacity: 0.4;
	cursor: default;
}
.cart_color_radio:disabled + .cart_color_label:after {
	content: none;
}
.cart_color_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}

/* サイズ */
.cart_size {}
.cart_size_list {}
.cart_size_item {
	display: none;
}
.cart_size_data {}
.choose_list {}
.choose_item {}
.choose_item_dl {
	display: table;
	width: 100%;
	padding: 1.6rem 0;
}
.choose_item_dt {
	width: 248px;
	display: table-cell;
	vertical-align: middle;
	font-size:1.4rem;
	padding: 0 1.5rem 0 0;
}
.choose_item_dt .alert {
	color:#ef201e;
	font-size:1.2rem;
}
.choose_item_size {
	display: flex;
	align-items: center;
}
.choose_item_size.soldout {
	color:#707070;
}
.choose_item_stock {
	font-size: .875rem;
}
.choose_item_stock:before {
	content:"/";
	padding:0 4px;
}
.choose_item_selldate {
	display: block;
	font-size: 1.1rem;
	line-height: 1.6;
	padding-top: 1rem;
}
.choose_item_shippingdate {
	display: block;
	font-size: 1.1rem;
	line-height: 1.6;
	padding-top: 1rem;
}
.choose_item_selldate + .choose_item_shippingdate{
	padding-top: 0;
}
.choose_item_dd {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
.choose_item_dd.soldout {
	max-width: 100%;
}
.choose_item_dd.addCart,
.choose_item_dd.reserve {
	max-width: 100%;
}
.choose_item_dd.restockMail {
	max-width: 100%;
}
.choose_item_dd.favorite {
	width: 40px;
	height: 40px;
	padding: 0 16px;
}

/* プルダウン式カート */
.shopping_area.product_pulldown {
	border:none !important;
}
.product_pulldown_select {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 1;
	background: url("/static/full/images/common/bg_select_arrow.png") no-repeat right;
	margin-bottom:15px;
	padding:12px;
	border:1px solid #cacaca;
}
.product_pulldown_option {
	width: 100%;
	font-size: 14px;
	line-height: 1em;
	height: 42px;
	padding:12px;
}
.product_pulldown_list {}
.product_pulldown_item {
	display: none;
}
.choose_pulldown_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.choose_pulldown_item {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	padding: 0 5px;
}
.choose_pulldown_info {
	display: none;
}
.choose_pulldown_info .alert {
	color:#ef201e;
}
.choose_pulldown_info .soldout {
	color:#707070;
}
.choose_pulldown_info .shippingdate ,
.choose_pulldown_info .selldate {
	clear: both;
	text-align:center;
	padding: 16px !important;
	background:#f2f2f2;
	line-height: 1.6;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing:normal;
}
.choose_pulldown_cart {
	display: block;
	text-align: center;
}
.choose_pulldown_favorite {
	display: block;
	text-align: center;
}

/* カートボタン */
.button_cart {
	width: 100%;
	font-size: 1rem;
	line-height: 2.0001;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 64px;
	border: solid 1px;
	border-radius: 6px;
	transition: color 300ms, background 300ms;
}
.windows .button_cart {
	padding-top: 0.2em;
}
.button_cart:disabled {
	pointer-events: none;
}
.button_cart.small_ {
	font-size: 0.875rem;
	line-height: 1.85724;
	height: 46px;
}
.button_cart.large_ {
	height: 80px;
}
.button_cart.bordered_ {
	color: #1c2940;
	border-color: #1c2940;
	background-color: transparent;
}
.button_cart.filled_ {
	color: #fff;
	border-color: #1c2940;
	background: #1c2940;
}
@media (hover: hover) {
	.button_cart.bordered_:hover {
		color: #fff;
		background: #1c2940;
	}
	.button_cart.filled_:hover {
		color: #fff;
		border-color: #838994;
		background: #838994;
	}
}
@media screen and (max-width: 559.8px) {
	.button_cart.large_ {
		height: 64px;
	}
}
.button_cart:hover {
	color: inherit;
	text-decoration:none;
}
.button_cart.cart_in,
.button_cart.reserve,
.button_cart.dummy_cart {
	background-color: #1c2940;
}
.button_cart.comingsoon,
.button_cart.rearrival,
.button_cart.restock {
	background-color: #fff;
	border: 1px solid #1c2940;
}
.button_cart.soldout {
	background-color: #fff;
}
.button_cart_text {
	display:inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size:.875rem;
	font-weight: bold;
	line-height: 1.4;
}
.button_cart_text.button_cart_text_normal {
	font-weight: normal;
}
.button_cart.comingsoon .button_cart_text,
.button_cart.rearrival .button_cart_text {
	color: #1c2940;
}
.button_cart.soldout .button_cart_text {
	color: #1c2940;
}
.button_cart_text svg {
	flex-shrink: 0;
	fill: #fff;
}
.button_cart.comingsoon .button_cart_text svg,
.button_cart.rearrival .button_cart_text svg {
	fill: #1c2940;
}

/* お気に入りボタン 通常 */
.button_favorite {
	display: inline-block;
}
.button_favorite:hover {
	color: inherit;
	text-decoration: none;
}
.button_favorite .button_favorite_text {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(/static/full/images/detail/icon_favorite_off.svg) no-repeat;
	background-size: 100% 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.button_favorite .button_favorite_text.on {
	background:url(/static/full/images/detail/icon_favorite_on.svg) no-repeat;
	background-size: 100% 100%;
}
/* お気に入りボタン プルダウン式*/
.button_favorite_pulldown {
	display: inline-block;
	width: 100%;
	color: #1c2940;
	text-align: center;
	padding: 11px 5px 10px;
	border: 1px solid #cacaca;
}
.button_favorite_pulldown:hover {
	color: inherit;
	text-decoration: none;
}
.button_favorite_pulldown .button_favorite_text {
	color: #1c2940;
	font-size: 14px;
	line-height: 1.4;
	background: url(/static/full/images/detail/detail_favorite_03.png) no-repeat left center;
	background-size: 20px 17px;
	padding-left:28px;
}
.button_favorite_pulldown .button_favorite_text.on {
	background: url(/static/full/images/detail/detail_favorite_04.png) no-repeat left center;
	background-size: 20px 17px;
}

/* 裾上げ */
.hemup {}
.hemup_list {}
.hemup_item {}
.hemup_item + ..hemup_item {
	margin-top: 10px;
}
.hemup_data {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
}
.hemup_data:before, .hemup_data:after {
	content: none;
}
.hemup_heading {
	font-size: .875rem;
}
.hemup_detail {
	flex: 1;
}

/* 選べるギフトセットについてボタン */
.item_gift {
	margin-bottom: 10px;
}
.button_gift {
	display: block;
	color: #1c2940;
	font-size:1.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	padding: 1.3rem 1rem;
	border: 1px solid #1c2940;
}
.button_gift:hover {
	text-decoration:none;
}

/* 店舗在庫ボタン */
.item_storestock {
	margin-bottom: 40px;
}
.button_storestock {
	display: inline-block;
	width: 100%;
	font-size:1.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
	padding: .9rem 1rem;
	border: 1px solid #e6e6e6;
}
.button_storestock_text {
	display:inline-block;
	font-size:1.4rem;
	font-weight: bold;
}

/* モーダル
--------------------------------------------------------------------*/
/* カート追加モーダル */
.modal_cart_in {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 440px;
	height: 420px;
	z-index: 20000;
}
.modal_cart_in.nogift {
	height: 368px;
}
.cart_in_inner {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.cart_in_title {
	color: #1c2940;
	font-size: 1.25rem;
	line-height: 1;
	background-color: #fff;
	padding: 1.25rem 2.5rem 1.25rem 1.25rem;
	border-bottom: 1px solid #e5e7e9;
	position: relative;
}
.cart_in_box {
	padding: 1.25rem 1.25rem 0;
}
.cart_in_data {
	display: table;
	width: 100%;
}
.cart_in_main {
	display: table-cell;
	width: 80px;
}
.cart_in_photo {
	position: relative;
	padding-top: 131%;
}
.cart_in_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}
.cart_in_detail {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.cart_in_brand {
	font-family: "Jost", sans-serif;
	color: #67696a;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.cart_in_brand_link {
	font-family: "Jost", sans-serif;
	color: #67696a;
	font-size: 1.3rem;
}
.cart_in_name {
	font-size: .875rem;
	line-height: 1.4;
	margin-bottom: 5px;
}
.cart_in_colorsize {
	font-size: .875rem;
	margin-bottom: 10px;
}
.cart_in_price {
	font-size: .75rem;
	line-height: 1.66677;
	letter-spacing: 0.04em;
}
.cart_in_price_proper {
	color: #1c2940;
}
.cart_in_price_basic {
	font-size: .75rem;
}
.cart_in_price_basic s {
	font-size: .75rem;
}
.cart_in_price_sale {
	color: var(--color-text-red);
}
.cart_in_price_yen {
	color: inherit;
	font-size: .75rem;
}
.cart_in_price_tax {
	color: inherit;
	font-size: .75rem;
}
.cart_in_price_rate {
	color: inherit;
	font-size: .75rem;
}
.check_cart {
	padding: 1.25rem;
	text-align: center
}
.check_cart_item {}
.check_cart_item + .check_cart_item {
	margin-top: 10px;
}
.check_cart_item.is_hide {
	display: none;
}
.button_check_cart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	color: #fff;
	font-size: 1rem;
	line-height: 2.0001;
	background-color: #1c2940;
	border: 1px solid #1c2940;
	border-radius: 6px;
	transition: color 300ms, background 300ms;
}
.button_check_cart:hover {
	border-color: #838994;
	background-color: #838994;
}
.button_check_cart_text {
	display:inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 1rem;
}
.button_check_cart_text svg {
	flex-shrink: 0;
	fill: #fff;
}
.button_close_cart {
	display: inline-block;
	width: 60%;
	color: #404040;
	font-size: 1.3rem;
	text-align: center;
	background-color: #e5e7e9;
	border-radius: 6px;
	padding: 1.1rem .5rem 1rem;
	border: 1px solid #e5e7e9;
}
.button_close_cart_text {
	display:inline-block;
	color: #404040;
	font-size:1.3rem;
	line-height: 1.8;
}
.modal_bottom_btn a {
	display: block;
	height: 60px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 60px;
	letter-spacing: 1px;
	background: #eee;
	position: relative;
}
.efo_error_text {
	display: none;
	color: #f30;
	font-size: .875rem;
	text-align: center;
	padding: 10px;
}

/* ギフト機能 */
.button_gift_shopper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	color: #1c2940;
	font-size: 1rem;
	line-height: 2.0001;
	background-color: transparent;
	border: 1px solid #1c2940;
	border-radius: 6px;
	transition: color 300ms, background 300ms;
}
.button_gift_shopper:hover {
	color: #fff;
	background-color: #1c2940;
}

/* sales_campaign
--------------------------------------------------------------------*/

.sales_campaign {
	width: 100%;
	max-width: 100%;
	padding-top: 4.0625rem;
}
.sales_campaign_list {
	display: grid;
	grid-template-columns:1fr;
	gap: 1.25rem;
}
.sales_campaign_item {}
.sales_campaign_link {}
.sales_campaign_image {
	max-width: 100%;
	height: auto;
}

/* section_recommend
--------------------------------------------------------------------*/

.section_recommend  {
	margin-bottom: 80px;
}

/* section_samecategory
--------------------------------------------------------------------*/

.section_samecategory {
	margin-bottom: 80px;
}
.item_box_samecategory .goods_rank {
	display: none;
}

/* section_checkitem
--------------------------------------------------------------------*/

.section_checkitem {
	margin-bottom: 80px;
}
.checkitem_title {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin:0 0 30px;
}
.section_checkitem .item_box {}

/* section_relateditem
--------------------------------------------------------------------*/

.section_relateditem {
	margin-bottom: 80px;
}
.section_relateditem .item_box {}

/* section_ranking
--------------------------------------------------------------------*/
.section_ranking {
	margin-bottom: 80px;
}

/* section_pastfav
--------------------------------------------------------------------*/
.section_pastfav {
	margin-top: 80px;
}

#img_large_container {
	display: none;
	position: absolute;
	z-index: 98;
	overflow: hidden;
}
#img_large {
	position: absolute;
	zoom: 1;
}
#img_large_area {
	display: none;
	position: absolute;
	left: -100px;
	z-index: 99;
	pointer-events: none;
}
.existing_message{
	margin-bottom: 10px;
}
.existing_message p{
	font-size: 1.2rem !important;
	line-height: 1.4;
}

.existing_message a{
	text-decoration: underline;
}

/* お気に入り追加モーダル
--------------------------------------------------------------------*/

.efo_error_text {
	display: none;
	color: #f30;
	font-size: .875rem;
	text-align: center;
	padding: 1rem;
}

/* 最小ロット受注オーダー商品の進捗バー
---------------------------------------------------------------*/
.item_orderProgress .percentage {
	font-size: 1.8rem;
	color: #fff;
	background-color: #e0e0e0;
	overflow: hidden;
	border-radius: 4px;
}

.item_orderProgress p {
	display: block;
	border: 0px solid #fff;
	margin: 0 0 20px 0;
}
.item_orderProgress p.label {
	font-size: 1.4rem;
	color: #fff;
	display: inline-block;
	padding: .4rem .8rem;
}
.item_orderProgress p.lead {
	font-size: 1.8rem;
	color: #1c2940;
}
.item_orderProgress p.percentage span {
	z-index: 1;
	display: block;
	padding: 6px 4px;
	text-align: left;
	width: 0%;
	background-color: #1f193f;
}
.product_pulldown_item .item_orderProgress {
	margin-top: 20px;
}
.item_orderProgress .lead b em {
	font-size: 2rem;
}
/************ prepare ****************/
.item_orderProgress.prepare p.label {
	background-color: #aaa;
}
.item_orderProgress.prepare p.lead {
	color: #aaa;
}
.item_orderProgress.prepare p.percentage span {
	background-color: #aaa;
}
/************ accepting ****************/
.item_orderProgress.accepting p.label {
	background-color: #fc3075;
}
.item_orderProgress.accepting p.lead {
	color: #fc3075;
}
.item_orderProgress.accepting p.percentage span {
	background-color: #fc3075;
}
.item_orderProgress.accepting p.remaining span.remainingDateTime {
	font-weight: bold;
	color: #fc3075;
}
/************ fix_accepting ****************/
.item_orderProgress.fix_accepting p.label {
	background-color: #ff302a;
}
.item_orderProgress.fix_accepting p.lead {
	color: #ff302a;
}
.item_orderProgress.fix_accepting p.percentage span {
	background-color: #ff302a;
}
.item_orderProgress.fix_accepting p.remaining span.remainingDateTime {
	font-weight: bold;
	color: #fc3075;
}
/************ fix_close ****************/
.item_orderProgress.fix_close p.label {
	background-color: #ff302a;
}
.item_orderProgress.fix_close p.lead {
	color: #ff302a;
}
.item_orderProgress.fix_close p.percentage span {
	background-color: #ff302a;
}
/************ failure ****************/
.item_orderProgress.failure p.label {
	background-color: #1c2940;
}
.item_orderProgress.failure p.lead {
	color: #1c2940;
}
.item_orderProgress.failure p.percentage span {
	background-color: #1c2940;
}
.item_orderProgress p.percentage[data-value='0'] span {
	background-color: #e0e0e0;
}
.item_orderProgress p.percentage[data-value='1'] span { width: 1%; }
.item_orderProgress p.percentage[data-value='2'] span { width: 2%; }
.item_orderProgress p.percentage[data-value='3'] span { width: 3%; }
.item_orderProgress p.percentage[data-value='4'] span { width: 4%; }
.item_orderProgress p.percentage[data-value='5'] span { width: 5%; }
.item_orderProgress p.percentage[data-value='6'] span { width: 6%; }
.item_orderProgress p.percentage[data-value='7'] span { width: 7%; }
.item_orderProgress p.percentage[data-value='8'] span { width: 8%; }
.item_orderProgress p.percentage[data-value='9'] span { width: 9%; }
.item_orderProgress p.percentage[data-value='10'] span { width: 10%; }
.item_orderProgress p.percentage[data-value='11'] span { width: 11%; }
.item_orderProgress p.percentage[data-value='12'] span { width: 12%; }
.item_orderProgress p.percentage[data-value='13'] span { width: 13%; }
.item_orderProgress p.percentage[data-value='14'] span { width: 14%; }
.item_orderProgress p.percentage[data-value='15'] span { width: 15%; }
.item_orderProgress p.percentage[data-value='16'] span { width: 16%; }
.item_orderProgress p.percentage[data-value='17'] span { width: 17%; }
.item_orderProgress p.percentage[data-value='18'] span { width: 18%; }
.item_orderProgress p.percentage[data-value='19'] span { width: 19%; }
.item_orderProgress p.percentage[data-value='20'] span { width: 20%; }
.item_orderProgress p.percentage[data-value='21'] span { width: 21%; }
.item_orderProgress p.percentage[data-value='22'] span { width: 22%; }
.item_orderProgress p.percentage[data-value='23'] span { width: 23%; }
.item_orderProgress p.percentage[data-value='24'] span { width: 24%; }
.item_orderProgress p.percentage[data-value='25'] span { width: 25%; }
.item_orderProgress p.percentage[data-value='26'] span { width: 26%; }
.item_orderProgress p.percentage[data-value='27'] span { width: 27%; }
.item_orderProgress p.percentage[data-value='28'] span { width: 28%; }
.item_orderProgress p.percentage[data-value='29'] span { width: 29%; }
.item_orderProgress p.percentage[data-value='30'] span { width: 30%; }
.item_orderProgress p.percentage[data-value='31'] span { width: 31%; }
.item_orderProgress p.percentage[data-value='32'] span { width: 32%; }
.item_orderProgress p.percentage[data-value='33'] span { width: 33%; }
.item_orderProgress p.percentage[data-value='34'] span { width: 34%; }
.item_orderProgress p.percentage[data-value='35'] span { width: 35%; }
.item_orderProgress p.percentage[data-value='36'] span { width: 36%; }
.item_orderProgress p.percentage[data-value='37'] span { width: 37%; }
.item_orderProgress p.percentage[data-value='38'] span { width: 38%; }
.item_orderProgress p.percentage[data-value='39'] span { width: 39%; }
.item_orderProgress p.percentage[data-value='40'] span { width: 40%; }
.item_orderProgress p.percentage[data-value='41'] span { width: 41%; }
.item_orderProgress p.percentage[data-value='42'] span { width: 42%; }
.item_orderProgress p.percentage[data-value='43'] span { width: 43%; }
.item_orderProgress p.percentage[data-value='44'] span { width: 44%; }
.item_orderProgress p.percentage[data-value='45'] span { width: 45%; }
.item_orderProgress p.percentage[data-value='46'] span { width: 46%; }
.item_orderProgress p.percentage[data-value='47'] span { width: 47%; }
.item_orderProgress p.percentage[data-value='48'] span { width: 48%; }
.item_orderProgress p.percentage[data-value='49'] span { width: 49%; }
.item_orderProgress p.percentage[data-value='50'] span { width: 50%; }
.item_orderProgress p.percentage[data-value='51'] span { width: 51%; }
.item_orderProgress p.percentage[data-value='52'] span { width: 52%; }
.item_orderProgress p.percentage[data-value='53'] span { width: 53%; }
.item_orderProgress p.percentage[data-value='54'] span { width: 54%; }
.item_orderProgress p.percentage[data-value='55'] span { width: 55%; }
.item_orderProgress p.percentage[data-value='56'] span { width: 56%; }
.item_orderProgress p.percentage[data-value='57'] span { width: 57%; }
.item_orderProgress p.percentage[data-value='58'] span { width: 58%; }
.item_orderProgress p.percentage[data-value='59'] span { width: 59%; }
.item_orderProgress p.percentage[data-value='60'] span { width: 60%; }
.item_orderProgress p.percentage[data-value='61'] span { width: 61%; }
.item_orderProgress p.percentage[data-value='62'] span { width: 62%; }
.item_orderProgress p.percentage[data-value='63'] span { width: 63%; }
.item_orderProgress p.percentage[data-value='64'] span { width: 64%; }
.item_orderProgress p.percentage[data-value='65'] span { width: 65%; }
.item_orderProgress p.percentage[data-value='66'] span { width: 66%; }
.item_orderProgress p.percentage[data-value='67'] span { width: 67%; }
.item_orderProgress p.percentage[data-value='68'] span { width: 68%; }
.item_orderProgress p.percentage[data-value='69'] span { width: 69%; }
.item_orderProgress p.percentage[data-value='70'] span { width: 70%; }
.item_orderProgress p.percentage[data-value='71'] span { width: 71%; }
.item_orderProgress p.percentage[data-value='72'] span { width: 72%; }
.item_orderProgress p.percentage[data-value='73'] span { width: 73%; }
.item_orderProgress p.percentage[data-value='74'] span { width: 74%; }
.item_orderProgress p.percentage[data-value='75'] span { width: 75%; }
.item_orderProgress p.percentage[data-value='76'] span { width: 76%; }
.item_orderProgress p.percentage[data-value='77'] span { width: 77%; }
.item_orderProgress p.percentage[data-value='78'] span { width: 78%; }
.item_orderProgress p.percentage[data-value='79'] span { width: 79%; }
.item_orderProgress p.percentage[data-value='80'] span { width: 80%; }
.item_orderProgress p.percentage[data-value='81'] span { width: 81%; }
.item_orderProgress p.percentage[data-value='82'] span { width: 82%; }
.item_orderProgress p.percentage[data-value='83'] span { width: 83%; }
.item_orderProgress p.percentage[data-value='84'] span { width: 84%; }
.item_orderProgress p.percentage[data-value='85'] span { width: 85%; }
.item_orderProgress p.percentage[data-value='86'] span { width: 86%; }
.item_orderProgress p.percentage[data-value='87'] span { width: 87%; }
.item_orderProgress p.percentage[data-value='88'] span { width: 88%; }
.item_orderProgress p.percentage[data-value='89'] span { width: 89%; }
.item_orderProgress p.percentage[data-value='90'] span { width: 90%; }
.item_orderProgress p.percentage[data-value='91'] span { width: 91%; }
.item_orderProgress p.percentage[data-value='92'] span { width: 92%; }
.item_orderProgress p.percentage[data-value='93'] span { width: 93%; }
.item_orderProgress p.percentage[data-value='94'] span { width: 94%; }
.item_orderProgress p.percentage[data-value='95'] span { width: 95%; }
.item_orderProgress p.percentage[data-value='96'] span { width: 96%; }
.item_orderProgress p.percentage[data-value='97'] span { width: 97%; }
.item_orderProgress p.percentage[data-value='98'] span { width: 98%; }
.item_orderProgress p.percentage[data-value='99'] span { width: 99%; }
.item_orderProgress p.percentage[data-value="100"] span {
	text-align: center;
	width: 100%;
}

/* modal_storestock
--------------------------------------------------------------------*/

/*店舗在庫モーダル*/
.modal_storestock {
	display: none;
	width: 940px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1500;
	margin: 50px auto auto;
	border-radius: 6px;
}
.modal_storestock_window {}
.modal_storestock_wrap {
	background-color: #fff;
	padding: 4rem;
	border-radius: 6px;
}
.modal_storestock_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.modal_storestock_title {
	font-size: 1.8rem;
	font-weight: bold;
}
.modal_storestock_close {}
.storestock_close_text {
	display: inline-block;
	font-size: 1.4rem;
	cursor: pointer;
	padding: .5rem;
	position: relative;
}
.icon_storestock_close {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}
.icon_storestock_close:before,
.icon_storestock_close:after{
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #707070;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.icon_storestock_close:before {
	width: 15px;
	top: 50%;
	left: 0;
	transform: translateY(0px) rotate(-315deg);
}
.icon_storestock_close:after {
	width: 15px;
	top: 50%;
	left: 0;
	transform: translateY(-0px) rotate(315deg);
}

.storestock_attention {
	margin-bottom: 20px;
}
.storestock_attention_text {
	font-size: .875rem;
	line-height:1.4;
}
.modal_storestock_content {
	display: flex;
}
.modal_storestock_top {
	width: 190px;
}
.modal_storestock_bottom {
	flex: 1;
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal_storestock_bottom::-webkit-scrollbar {
	width: 7px;
}
.modal_storestock_bottom::-webkit-scrollbar-thumb {
	background: #4d4d4d;
}
.modal_storestock_bottom::-webkit-scrollbar-track {
	background: rgba(100,100,100, .5);
}
.storestock_info {}
.storestock_thumb {
	margin-bottom: 15px;
}
.storestock_photo {
	position: relative;
}
.storestock_photo:before {
	content: "";
	display: block;
	padding-top: var(--goods-aspect-ratio);
}
.storestock_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	margin: 0 auto;
	width: auto;
	height: 100%;
}
.storestock_detail {}
.storestock_brand {
	color: #b1b1b1;
	font-family: "Lato", sans-serif;
	font-size: .875rem;
	margin-bottom: 10px;
}
.storestock_name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .875rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.storestock_price {
	font-size:1.2rem;
	line-height: 1.2;
	color: inherit;
	margin-bottom: 20px;
}
.storestock_price del {
	padding: 0 5px 0 0;
}
.storestock_price_proper {
	font-size:1.2rem;
}
.storestock_price_tax {
	color: inherit;
	font-size:1.2rem;
}
.storestock_price_sale {
	color: var(--color-text-red);
	font-size:1.2rem;
}
.storestock_price_off,
.storestock_price_rate {
	color: var(--color-text-red);
	font-size:1.2rem;
	padding-left:2px;
}
.storestock_search {}
.storestock_search_item {}
.storestock_search_item + .storestock_search_item {
	margin-top: 10px;
}
.storestock_select {
	position: relative;
}
.storestock_select_inline {
	display: inline-block;
	position: relative;
}
.storestock_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: #fff;
	border-radius: 50%;
}
.storestock_select:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 1px solid #1c2940;
	border-right: 1px solid #1c2940;
	position: absolute;
	top: 50%;
	right: 12px;
	pointer-events: none;
	transform: rotate(135deg);
}
.storestock_search_select {
	display: inline-block;
	width: 100%;
	font-size: .875rem;
	height: 100%;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 6px;
	padding:.8rem 3rem .8rem 1rem;
}
.storestock_toggle {}
.storestock_area {
	padding: 0 2rem 0 4rem;
}
.storestock_area_list {}
.storestock_area_item {}
.storestock_area_heading {
	font-size: .875rem;
	line-height: 1;
}
.storestock_area_name {
	display: inline-block;
	font-size: .875rem;
	cursor: pointer;
	padding: 0 1.5rem 0 0;
	position: relative;
}
.storestock_prefecture {}
.storestock_prefecture_list {}
.storestock_prefecture_item {}
.storestock_prefecture_toggle {
	display: block;
}
.storestock_prefecture_name {
	display: inline-block;
	font-size: .875rem;
	font-weight: bold;
	padding: 0 1.5rem 0 0;
	position: relative;
}
.icon_storestock_toggle {
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 0;
	margin-top: -6px;
}
.icon_storestock_toggle:before,
.icon_storestock_toggle:after {
	display: block;
	content: '';
	background-color: #4d4d4d;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 4px;
	left: 0;
}
.icon_storestock_toggle:before {
	width: 2px;
	height: 10px;
	top: 0;
	left: 4px;
	transition: all .3s;
}
.storestock_toggle.is_open .icon_storestock_toggle:before {
	opacity: 0;
}
.storestock_shop_list {
	border-top: solid 1px #e5e7e9;
}
.storestock_shop_item {
	font-size: 0.875rem;
    line-height: 1.85724;
    letter-spacing: -0.03em;
    padding: 1.25rem 0;
    border-bottom: solid 1px #e5e7e9;
}
.storestock_shop_info {
	display: flex;
	align-items: center;
	width: 100%;
}
.storestock_shop_name {
	width: 300px;
}
.storestock_shop_link {
	font-size: 0.875rem;
    line-height: 1.85724;
    letter-spacing: -0.03em;
}
.storestock_num {
	width: 100px;
	padding: 0 0 0 1rem;
}
.storestock_num_text {
	font-size: 1.3rem;
}
.storestock_layaway {
	flex: 1;
	padding: 0 0 0 1rem;
}
.button_storestock_layaway {
	display: block;
	color: #fff;
	font-size: .875rem;
	text-align: center;
	background-color: #403e3c;
	padding: 1rem 1.5rem;
	border-radius: 6px;
}
.button_storestock_layaway:hover {
	color: #fff;
	text-decoration: none;
}
.button_storestock_layaway.disable {
	background-color: #bababa;
	pointer-events:none;
}
.button_storestock_layaway_text {}
.storestock_shop_data {
	display: none;
	padding-top: 1rem;
}
.storestock_shop_detail {
	background-color: #f5f5f5;
	padding: 1.2rem 6.5rem 1.2rem 1.5rem;
	position: relative;
}
.storestock_shop {
	display: -webkit-flex;
	display: flex;
}
.storestock_shop + .storestock_shop {
	margin-top: 5px;
}
.storestock_shop_heading {
	width: 65px;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1.4;
}
.storestock_shop_text {
	font-size: .875rem;
	line-height: 1.4;
	padding: 0 0 0 10px;
}
.storestock_shop_address {
	display: block;
	font-size: .875rem;
	margin-bottom: 5px;
}
.storestock_shop_zip {
	display: block;
	font-size: .875rem;
	margin-bottom: 5px;
}
.storestock_shop_map {
	display: block;
	margin-bottom: 10px;
}
.storestock_shop_map_link {
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	background-color: #5587d5;
	padding: .2rem 1rem;
	border-radius: 2px;
}
.storestock_shop_map_link:link,
.storestock_shop_map_link:hover,
.storestock_shop_map_link:visited,
.storestock_shop_map_link:active {
	color: #fff;
}
.storestock_shop_close {
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
}
.storestock_shop_close_text {
	display: inline-block;
	color: #1c2940;
	font-size: 1.1rem;
	cursor: pointer;
	position: relative;
}
.icon_storestock_shop_close {
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}
.icon_storestock_shop_close:before,
.icon_storestock_shop_close:after{
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #a6a6a6;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.icon_storestock_shop_close:before {
	width: 10px;
	top: 50%;
	left: 0;
	transform: translateY(0px) rotate(-315deg);
}
.icon_storestock_shop_close:after {
	width: 10px;
	top: 50%;
	left: 0;
	transform: translateY(-0px) rotate(315deg);
}

.not_storestock {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.not_storestock_text {
	font-size: .875rem;
}
.storestock_attention {}
.storestoc_attention_list {
	display: table;
	font-size: .875rem;
}
.storestock_attention_item {
	display: table-row;
	color: #ff0035;
	line-height: 1.4;
}
.storestock_attention_item:before {
	content: "※";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.storestock_attention_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}
