@charset "UTF-8";
/*================================================
商品詳細ページ専用CSS
================================================*/
#contents.product_detail {
	padding:60px 0 0;
}
.section_inner {}
.section_title {
	font-family: "Roboto", sans-serif;
	font-size:15px;
	font-weight: 700;
	margin-bottom:40px;
}

/* product_wrap
--------------------------------------------------------------------*/

.product_wrap {}


/* product_content
--------------------------------------------------------------------*/

.product_content {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.product_content:before, .product_content:after {
	content: '';
	display: block;
}
.product_content:after {
	clear: both;
}


/* product_content_main
--------------------------------------------------------------------*/

.product_content_main {
	width:720px;
	float:right;
}

/* product_content_side
--------------------------------------------------------------------*/

.product_content_side {
	width: 420px;
	float: left;
	text-align: left;
}

/* product_gallery
--------------------------------------------------------------------*/
.product_gallery {
	display: flex;
	margin-bottom: 60px;
}
.product_gallery_main {
	position:relative;
	width: 560px;
}
.gallery_slide {
	position: relative;
}
.gallery_slide_scale {
	display: none;
	width: 62px;
	height: 62px;
	background: url(/static/full/images/detail/icon_scale.svg) center center no-repeat ;
	background-size: 100% 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	transition: all .5s;
	position: absolute;
	right: 16px;
	bottom: 36px;
	z-index: 2;
}
.gallery_slide:hover .gallery_slide_scale {
	opacity: 0;
}
.gallery_slide_list {}
.gallery_slide_item {
	position: relative;
}
.gallery_slide_image {
	display: block;
	width: 100%;
	height: auto;
}
.gallery_slide .item_color {
	padding:10px 0 0;
	display:block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	text-align:center;
	line-height: 1.4;
}
.gallery_slide .slick-arrow {
	display: block;
	width: 10%;
	height: 100%;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	transition: all .5s ease;
}
.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: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 25px;
}
.gallery_slide .slick-next {
	right: 0;
}
.gallery_slide .slick-next:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 25px;
}
.gallery_slide .slick-slide img{
	opacity: 1 !important;
}
.gallery_slide .slick-dots {
	display: none !important;
}

/* item_detail_model */
.item_detail_caption.item_detail_model {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 5px 18px 5px 18px;
	min-height: 30px;
}
.detail_model_info {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 5px
}
.detail_model_info:last-child {
	margin-right: 0;
}
.detail_model_height {}
.detail_model_size {}
.detail_model_heading {
	font-size: 12px;
	line-height: 21px;
}
.detail_model_text {
	font-size: 12px;
	line-height: 21px;
	padding: 0 0 0 2px;
}
.detail_model_info + .detail_model_info::before {
	content: "/";
	padding-right: 5px;
}

/* product_gallery_thumb
--------------------------------------------------------------------*/

.product_gallery_thumb {
	width: 132px;
	margin: 0 0 0 auto;
	position: relative;
}
.gallery_thumb_block {}
.gallery_thumb_slide {
	position: relative;
}
.gallery_thumb_slide_item {}
.gallery_thumb_list:before, .gallery_thumb_list:after {
	content: none;
}
.gallery_thumb_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}
.gallery_thumb_item {
	width: 50%;
	margin-top: 12px;
	padding: 0 6px;
}
.gallery_thumb_item:nth-child(-n+2) {
	margin-top: 0;
}
.gallery_thumb_photo {
	display: block;
	border: 2px solid transparent;
	cursor: pointer;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	position: relative;
}
.gallery_thumb_item.is_active .gallery_thumb_photo {
	border-color: #000;
}
.gallery_thumb_photo:hover {
	opacity: .8;
}
.gallery_thumb_photo:before {
	content: "";
	display: block;
	padding-top: 133.3333333%;
}
.gallery_thumb_item.is_active .gallery_thumb_photo:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.gallery_thumb_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;
}

/* gallery_zoom
-----------------------------------------------------------------------*/
.gallery_slide_zoom {
	cursor:url(/static/full/images/detail/cursor_plus_small.png), pointer;
}
.gallery_zoom {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999999;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow-y: scroll;
	cursor:url(/static/full/images/detail/cursor_minus_small.png), pointer;
	pointer-events: none;
	/*opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;*/
}
.gallery_zoom_hidden {
	visibility: hidden;
}
.gallery_zoom_fade {
	visibility: hidden;
}
.gallery_zoom_fade.in {
	/*opacity: 1;*/
	pointer-events: all;
	visibility: visible;
}
.gallery_zoom_close {
	position: fixed;
	top: 50px;
	right: 40px;
	z-index: 10000;
}
.gallery_zoom_close_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 24px;
	cursor: pointer;
	position: relative;
}
.gallery_zoom_wrapper {}
.gallery_zoom_list {}
.gallery_zoom_item {
	display: table;
	width: 100%;
	min-height: 100vh;
}
.gallery_zoom_photo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100vh;
	width: 100%;
	background-color: #fff;
}
.gallery_zoom_fade.in .gallery_zoom_photo {
	width: auto;
	height: auto;
	min-height: 100vh;
}
.allery_zoom_picture {
	display: block;
	position: relative;
}
.gallery_zoom_image {
	display: block;;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}


/* item_detail_tab
--------------------------------------------------------------------*/

.item_detail_tab {
	width: 560px;
	margin: 0 auto 0 0;
	overflow: hidden;
}
.detail_tab {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}
.detail_tab_list:before,
.detail_tab_list:after {
	content: none;
}
.detail_tab_list {
	display: -webkit-flex;
	display: flex;
	margin: 0 -20px;
}
.detail_tab_item {
	padding: 0 20px;
	position: relative;
}
.detail_tab_link {
	display: block;
	color: #000;
}
.detail_tab_link:hover {
	color: #000;
	text-decoration: none;
}
.detail_tab_name {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	padding: 0 0 2px 0;
	position: relative;
}
.detail_tab_name:after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
}
.detail_tab_item.selected .detail_tab_name {
	color: #000;
}
.detail_tab_link:hover .detail_tab_name:after,
.detail_tab_item.selected .detail_tab_name:after {
	width: 100%;
	background-color: #000;
}
.detail_tab_box {
	display: none;
	padding: 40px 0 0;
}
.detail_fitguide {}
.detail_fitguide_link {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding: 0 40px 0 0;
	transition: all .2s;
	position: relative;
}
.detail_fitguide_link:hover {
	color: #000;
	text-decoration: none;
}
.detail_fitguide_text {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	transition: .2s;
}
.detail_fitguide_link:hover .detail_fitguide_text {
	opacity: .5;
}
.detail_fitguide_svg {
	position: absolute;
	top: 50%;
	right: 0;
	transition: all .2s;
	width: 33px;
	height: auto;
}
.detail_fitguide_link:hover .detail_fitguide_svg {
	width: 29px;
	right: 4px;
}

/* item_detail_info
--------------------------------------------------------------------*/

.item_detail_info {}
.detail_info_title {
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
}
.detail_catch_copy {
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
}
.detail_comment {
	margin-bottom: 60px;
}
.detail_comment_text {
	line-height: 1.75;
}
.detail_magazine {
	margin-bottom: 35px;
}
.detail_magazine_title {
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
}
.detail_magazine_list {}
.detail_magazine_item {}
.detail_magazine_item + .detail_magazine_item {
	margin-top: 2px;
}
.item_detail_table {
	width: 100%;
	margin-bottom: 40px;
	padding:40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.item_detail_table table th {
	width:60px;
	line-height: 1.75;
}
.detail_table_label {
	font-size: 12px;
	line-height: 1.75;
	cursor: default;
	padding: 0 10px 0 0;
	position: relative;
}
.detail_table_label:before {
	content: ":";
	display: block;
	position: absolute;
	top: 2px;
	right: 4px;
}
.item_detail_table table td {
	line-height: 1.75;
	position: relative;
}
.item_detail_return {}
.detail_return_link {
	color: #000;
	font-size: 12px;
	line-height: 1.75;
	text-decoration: underline;
}
.detail_return_link:hover {
	color: #000;
	text-decoration: none;
}

.item_detail_schedule {
	margin-top: 30px;
}
.reserve_caution {
	text-align: center;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #000;
}
.reserve_caution_title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.coommingsoon_caution {
	text-align: center;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #000;
}
.coommingsoon_caution_title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.reserve_caution + .coommingsoon_caution {
	margin-top: 10px;
}
.item_detail_date {
	display: block;
	color: #000;
	font-size: 12px;
}
.item_detail_date + .item_detail_date {
	margin-top: 5px;
}
.item_detail_shippingdate {
	font-size: 12px;
}
.item_detail_sellstartdate {
	margin-top: 5px;
}
.item_detail_sellstartdate dt {
	width: 85px;
	height: 12px;
	float: left;
}
.item_detail_sellstartdate dd {
	float: left;
}

/* item_detail_size
--------------------------------------------------------------------*/

.item_detail_size {}
.detail_size_title {
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
}

.item_detail_sizescroll{
	margin-bottom: 0;
}

#sizescroll-non{
	margin-bottom: 20px;
}
#sizescroll-non th {
	width: auto;
}
#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 {
	min-width:20px;
	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:20px;
	/*overflow-x:scroll;*/
	margin-bottom: 15px;
	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 table th {
	min-width: 20px;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-color: #fff;
	padding: 5px 0;
}
.item_detail_size_table table td {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	/*white-space: nowrap;*/
	background-color: #fff;
	padding: 5px 5px 5px 15px;
	position: relative;
}
.item_detail_size_table table td:before {
	content: "-";
	display: block;
	position: absolute;
	top: 8px;
	left: 5px;
}
.item_detail_size_table_02 table th {
	border-right:none;
	white-space: nowrap;
}
.item_detail_size_table_02 table td {
	border-right:none;
	white-space: nowrap;
}
.item_detail_size .size_caution {
	margin:15px 0 0;
	line-height: 1.6;
}
.item_detail_size_text {
	line-height: 1.6;
	margin-top: 10px;
}

/*過去購入した商品*/
.purchase {}
.purchase_inner {
	margin: 20px 0;
}
.purchase_history {}
#showOrderHistory {}
.button_purchase_history {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 18px 40px;
	background-color: #f4f4f4;
	position: relative;
}
.button_purchase_history:hover {
	color: #000;
	text-decoration: none;
}
.button_purchase_history:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	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: 14px;
	text-decoration: underline;
	position: relative;
}
.purchase_more_text {
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
	padding: 0 0 0 20px;
	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: 12px;
	text-align: center;
	padding: 20px;
}
#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: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f0f0f0;
	padding: 10px;
}
.purchase_photo {
	-webkit-flex-basis: 150px;
	flex-basis: 150px;
	max-width: 150px;
}
.purchase_photo_link {
	display: block;
	width: 100%;
	position: relative;
}
.purchase_photo_link:before{
	content:"";
	display:block;
	padding-top:133.3333%;
}
.purchase_image {
	width:100%;
	height: auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.purchase_vcaname {
	display: block;
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
}
.purchase_detail{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	padding: 0 0 0 10px;
}
.purchase_data_brand {
	font-size: 14px;
	margin-bottom: 5px;
}
.purchase_data_itemname {
	font-size: 14px;
	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: 14px;
}
.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: 14px;
	padding: 0 0 0 5px;
}
.purchase_data_link {
	color: #404040;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: underline;
}
.purchase_data_link:hover {
	color: #404040;
}

/* item_detail_unisizeTag
--------------------------------------------------------------------*/
#unisize_tag {
	margin:0 auto;
}
#unisizeBanner {
	width: 100% !important;
}
#unisizeBnr {}
#unisizeBnr > * {}
#unisize_1000 {
	margin:40px auto 0;
}

/* item_detail
--------------------------------------------------------------------*/

.item_detail_icon {}
.detail_icon_list {
	letter-spacing: -.4em;
	margin: 0 -10px 0;
}
.detail_icon_item {
	display: inline-block;
	max-width: 100%;
	vertical-align: baseline;
	letter-spacing: 0;
	margin-bottom: 7px;
	padding: 0 10px;
}
.detail_icon {
	display: block;
	color: #777;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.detail_icon.detail_icon_new {
	color:#ff0000;
}
.detail_icon.detail_icon_sale {}
.detail_icon.detail_icon_magazine {}
.detail_icon.detail_icon_reserve {}
.detail_icon.detail_icon_restock {}
.detail_icon.detail_icon_comingsoon {}
.detail_icon.detail_icon_lot_production {}

/* 販促アイコン */
.detail_sales_icon_group{
	position:absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
.detail_sales_icon_list {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	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:14px;
	text-align: center;
	padding:6px 10px;
	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: "Roboto", sans-serif;
	color: #000;
	font-size:16px;
	margin-bottom: 20px;
}
.item_detail_brandname a{
	font-family: "Roboto", sans-serif;
	color: #000;
	font-size: 16px;
}
.item_detail_hashtags {
	margin-top: 20px;
}
.detail_hashtags_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.detail_hashtags_item {
	width: auto;
	margin-right: 7px;
	margin-bottom: 7px;
}
.detail_hashtags_link {
	display: inline-block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.detail_hashtags_link:hover {
	color: #000;
	text-decoration: none;
}

.item_detail_productname {
	font-family: "Roboto", sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 15px 0;
}
.item_detail_data {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px 20px;
}
.item_detail_pricebox {
	padding: 0 5px;
}
.item_detail_price {}
.item_detail_price del {
	color: #000;
}
.detail_price_basic {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
}
.detail_price_allow {
	color: #000;
	font-size:15px;
	padding: 0 5px;
}
.detail_price_proper {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
}
.detail_price_sale {
	color:#ff3300;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
}
.detail_price_basic .detail_price_tax {
	font-size: 12px;
}
.detail_price_tax {
	color: inherit;
	font-size:12px;
	font-weight: bold;
}
.detail_discount_rate {
	display:inline-block;
	color:#ff3300;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 0 5px;
}
.item_detail_getpoint:before,.item_detail_getpoint:after {
	content: none;
}
.item_detail_getpoint {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 0 5px;
}
.detail_getpoint_heading {
	color: #bbb;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}
.detail_getpoint_text {
	flex: 1;
	color: #bbb;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
}

/* item_detail_otherinfo
--------------------------------------------------------------------*/

.item_detail_otherinfo {
	margin:0 0 40px;
}
.detail_campaign {
	margin-top: 20px;
}
.detail_campaign_list {}
.detail_campaign_item {}
.detail_campaign_item + .detail_campaign_item {
	margin-top: 5px;
}
.detail_campaign_text {
	color: #ff0000;
}
.item_detail_favorite_enrollment {
	display: none;
	margin-top:10px;
}
.favorite_enrollment_text {}
.favorite_enrollment_num {}

/* shopping_area
--------------------------------------------------------------------*/

.shopping_area {
	margin-bottom: 40px;
}
/* 通常カート */
.product_color_size {}

/* カラー */
.cart_color {
	margin-bottom: 40px;
}
.cart_color_title {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}
.cart_color_name {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	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 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
}
.cart_color_item {
	flex: 0 0 16.6666667%;
	width: 100%;
	max-width: 16.6666667%;
	margin-top: 10px;
	padding: 0 10px 0 0;
	position: relative;
}
.cart_color_item:nth-child(-n+6) {
	margin-top: 0;
}
.cart_color_photo {
	display: block;
	width: 100%;
}

.cart_color_photo .icon_newcolor{
	width:60px;
	font-size:10px;
	white-space:nowrap;
	height:12px;
	line-height:12px;
	position:absolute;
	bottom: -12px;
}
.color_info .icon_sale,
.cart_color_photo .icon_sale{
	white-space:nowrap;

}
.color_info .icon_sale{
	display:block;
	font-size:12px;
	color:#FF3A37;
	text-align: center;
}
.cart_color_photo .icon_sale{
	width:60px;
	font-size:10px;
	white-space:nowrap;
	height:12px;
	line-height:12px;
	position:absolute;
	bottom: -12px;
	color:#FF3A37;
	text-align: center;
}
.cart_color_radio {
	display: none;
}
.cart_color_radio + .cart_color_label {
	display: block;
	position: relative;
	width: 100%;
	border: 2px solid transparent;
}
.cart_color_radio + .cart_color_label:before {
	content: "";
	display: block;
	padding-top: 133.3333333%;
}
.cart_color_radio:checked + .cart_color_label {
	border-color: #000;
}
.cart_color_radio:checked + .cart_color_label:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	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%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* サイズ */
.cart_size {
	margin-bottom:40px;
}
.cart_size_header {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px 20px;
}
.cart_size_title {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	padding: 0 5px;
}
.cart_size_name {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	position: relative;
}
.cart_sizeguide {
	padding: 0 5px;
}
.cart_sizeguide_link {
	font-size: 12px;
	text-decoration:underline;
}
.cart_sizeguide_link:hover {
	text-decoration:none;
}
.cart_size_box {
	margin-bottom: 40px;
}
.cart_size_list:before, .cart_size_list:after {
	content: none;
}
.cart_size_list {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin: -12px -6px 0;
}
.cart_size_item {
	width: 25%;
	max-width: 100%;
	padding: 12px 6px 0;
	position: relative;
}
.cart_size_radio + .cart_size_label {
	display: inline-block;
	width: 100%;
	/*height: 40px;*/
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 1.4;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 10px 2px;
	position: relative;
	transition: all .4s;
}
.cart_size_radio:not(:disabled) + .cart_size_label:hover {
	opacity: .5;
}
.cart_size_radio:checked + .cart_size_label {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.cart_size_radio:disabled + .cart_size_label {
	cursor: default;
	color: #ddd;
	background: linear-gradient(to bottom right, transparent, transparent 49%, #ddd calc(49% + 1px), transparent calc(49% + 2px), transparent);
}
/*.cart_size_radio:disabled + .cart_size_label:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: skewY(160deg) translateY(-50%);
}*/
.cart_size_radio.is_rearrival + .cart_size_label {
	color: #ddd;
	background: linear-gradient(to bottom right, transparent, transparent 49%, #ddd calc(49% + 1px), transparent calc(49% + 2px), transparent);
}
.cart_size_radio.is_rearrival:checked + .cart_size_label {
	color: #000;
	background: linear-gradient(to bottom right, transparent, transparent 49%, #000 calc(49% + 1px), transparent calc(49% + 2px), transparent);
}
/*.cart_size_radio.is_rearrival + .cart_size_label:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: skewY(160deg) translateY(-50%);
}
.cart_size_radio.is_rearrival:checked + .cart_size_label:before {
	background-color: #000;
}*/
.cart_size_radio.is_comingsoon + .cart_size_label {
	color: #ddd;
	background: linear-gradient(to bottom right, transparent, transparent 49%, #ddd calc(49% + 1px), transparent calc(49% + 2px), transparent);
}
.cart_size_radio.is_comingsoon:checked + .cart_size_label {
	color: #000;
	background: linear-gradient(to bottom right, transparent, transparent 49%, #000 calc(49% + 1px), transparent calc(49% + 2px), transparent);
}
/*.cart_size_radio.is_comingsoon + .cart_size_label:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: skewY(160deg) translateY(-50%);
}
.cart_size_radio.is_comingsoon:checked + .cart_size_label:before {
	background-color: #000;
}*/

.cart_size_radio.is_sold_out + .cart_size_label {
	color: #ddd;
	background: linear-gradient(to bottom right, transparent, transparent 49%, #ddd calc(49% + 1px), transparent calc(49% + 2px), transparent);
}
.cart_size_radio.is_sold_out:checked + .cart_size_label {
	color: #000;
	background: linear-gradient(to bottom right, transparent, transparent 49%, #000 calc(49% + 1px), transparent calc(49% + 2px), transparent);
}
/*.cart_size_radio.is_sold_out + .cart_size_label:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: skewY(160deg) translateY(-50%);
}
.cart_size_radio.is_sold_out:checked + .cart_size_label:before {
	background-color: #000;
}*/

/* 裾上げ */
.hemup_area {}
.hemup_list {
	margin-bottom: 20px;
}
.hemup_item {
	display:none;
}
.hemup_color_size {
	display: none;
}
.hemup_title {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.hemup_choice {
	display: flex;
	margin: 0 -10px;
}
.hemup_choice_method {
	width: 260px;
	padding: 0 10px;
}
.hemup_choice_length {
	flex: 1;
	padding: 0 10px;
}
.hemup_choice_price {
	flex: 1;
	padding: 0 10px;
}
.hemup_type {}
.hemup_type.hemup_type_length {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.hemup_type_heading {
	font-size: 12px;
}
.is_disabled .hemup_type_heading {
	color: #ccc;
}
.hemup_type_length .hemup_type_heading {}
.hemup_type_detail {}
.hemup_type_length .hemup_type_detail {
	flex: 1;
	padding: 0 0 0 10px;
}
.hemup_type_select {
	display: block;
	position: relative;
}
.hemup_type_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%;
}
.hemup_type_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);
}
.is_disabled .hemup_type_select:after {
	border-color: #ccc;
}
.select_hemup {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 2px;
	padding:10px 30px 10px 10px;
}
.select_hemup:disabled {
	user-select: none;
	pointer-events: none;
	color: #ccc;
	border: 1px solid #ccc;
}
.select_hemup.select_hemup_method {}
.select_hemup.select_hemup_length {}
.hemup_price {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	height: 40px;
}
.hemup_price.disabled {
	color: #ccc;
}
.hemup_price_yen {
	font-size: 12px;
	padding: 0 4px;
}
.hemup_price_tax {
	font-size :12px;
}
.hemup_text_notes {
	font-size: 10px;
	line-height: 1.6;
	padding: 0 0 0 15px;
	position: relative;
}
.hemup_text_notes:before {
	content: "※";
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
}
.hemup_text_link {
	color: #000;
	font-size: 10px;
	text-decoration: underline;
}
.hemup_text_link:hover {
	color: #000;
		text-decoration: none;
}

.cart_contact {}
.cart_contact_link {
	display: inline-block;
	font-size: 12px;
	padding: 0 25px 2px 0;
	border-bottom: 1px solid #000;
	position: relative;
}
.cart_contact_link:hover {
	text-decoration: none;
}
.cart_contact_link:after {
	content:"";
	display:block;
	width:8px;
	height:8px;
	margin-top:-4px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	transform:rotate(45deg);
	position:absolute;
	top:50%;
	right:5px;
}
.cart_data {
	display: none;
}
.cart_data_item {}
.cart_data_btn {}
.limited_stock .cart_data_btn {
	position: relative;
	z-index: 1;
}
.cart_data_widget {
	text-align: center;
	padding: 15px 80px;
	position: relative;
}
.cart_data_favorite {}
.cart_data_caution {
	text-align: center;
	margin-top: 20px;
}
.cart_reserve_caution {}
.cart_coommingsoon_caution {}
.cart_reserve_caution + .cart_coommingsoon_caution {
	margin-top: 20px;
}
.cart_data_caution_title {
	color: #1a37d5;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.cart_data_caution_info {
	display: block;
	color: #1a37d5;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.cart_data_caution_info + .cart_data_caution_info {
	margin-top: 5px;
}
.cart_data_selldate {}
.cart_data_shippingdate {}

/* プルダウン式カート */
.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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.choose_pulldown_item {
	-ms-flex: 0 0 50%;
	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 {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 19px 5px 18px;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all .4s;
}
.button_cart:hover {
	color: inherit;
	text-decoration:none;
}
.button_cart.cart_in,
.button_cart.reserve,
.button_cart.dummy_cart {
	background-color: #000;
}
.button_cart.rearrival,
.button_cart.restock {
	background-color: #fff;
	border: 1px solid #000;
}
.button_cart.comingsoon {
	background-color: #ddd;
	border: 1px solid #ddd;
}
.button_cart.soldout {
	background-color: #fff;
	border: 1px solid #000;
}
.button_cart.cart_in:hover,
.button_cart.reserve:hover,
.button_cart.rearrival:hover,
.button_cart.restock:hover {
	opacity: .5;
}
.button_cart_text {
	display:inline-block;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	line-height: 1.4;
}
.button_cart_text.button_cart_text_normal {
	font-weight: normal;
}
.button_cart.soldout .button_cart_text {
	color: #000;
}
.button_cart.cart_in .button_cart_text,
.button_cart.reserve .button_cart_text,
.button_cart.dummy_cart .button_cart_text {
	font-family: "Roboto", sans-serif;
	font-size:15px;
	font-weight: 700;
}
.button_cart.rearrival .button_cart_text,
.button_cart.restock .button_cart_text {
	color: #000;
}
.button_cart.comingsoon .button_cart_text {
	color: #fff;
}
.limited_stock .button_cart_text {
	animation: cartLimitedAnimation 2.4s linear infinite alternate-reverse;
}
.cart_data_stock {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 19px 5px 18px;
	border: 1px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.limited_stock .cart_data_stock {
	animation: cartLimitedAnimation 2.4s linear infinite alternate;
	pointer-events: none;
}
@keyframes cartLimitedAnimation {
	0% { color: transparent; }
	50% { color: transparent; }
	90% { color: #fff; }
	100% { color: #fff; }
}

/* お気に入りボタン 通常 */
.button_favorite {
	display: inline-block;
	transition: all .4s;
}
.button_favorite:hover {
	color: inherit;
	text-decoration: none;
	opacity: .5;
}
.button_favorite .button_favorite_text {
	display: inline-block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size:13px;
	padding: 5px 0 5px 25px;
	position: relative;
}
.icon_favorite {
	display: inline-block;
	width: 18px;
	height: 16.5px;
	background: url(/static/common/images/icon_favorite_off.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8.25px;
}
.button_favorite_text.on .icon_favorite {
	background:url(/static/common/images//icon_favorite_on.svg) no-repeat;
	background-size: 100% 100%;
}

/* お気に入りボタン プルダウン式*/
.button_favorite_pulldown {
	display: inline-block;
	width: 100%;
	color: #000;
	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: #000;
	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;
}

/* SNS */
.item_detail_sns {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.detail_sns_list:before, .detail_sns_list:after {
	content: none;
}
.detail_sns_list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.detail_sns_item {
	display:inline-block;
	padding: 0 10px;
}
.detail_sns_item:last-child {
	margin-right: 0;
}
.detail_sns_link {
	display:block;
	transition: all .4s;
}
.detail_sns_link:hover {
	opacity: .5;
}
.detail_sns_facebook {}
.detail_sns_twitter {}
.detail_sns_line {
	width:28px;
	height: 26px;
	background:url(/static/full/images/detail/detail_sns_line.png) no-repeat;
	background-size: 100% 100%;
}


/* モーダル
--------------------------------------------------------------------*/
/* カート追加モーダル */
.modal_cart_in {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 410px;
	height: 318px;
	z-index: 20000;
}
.cart_in_inner {
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.cart_in_title {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	padding: 12px 0;
	border-bottom: 1px solid #999;
	position: relative;
}
.cart_in_box {
	padding: 20px 15px 0;
}
.cart_in_data {
	display: table;
	width: 100%;
}
.cart_in_main {
	display: table-cell;
	width: 115px;
}
.cart_in_photo {
	position: relative;
}
.cart_in_photo:before {
	content: "";
	display: block;
	padding-top: 120%;
}
.cart_in_image {
	position: absolute;
	top: 0;
	left: -50%;
	bottom: 0;
	right: -50%;
	width: auto;
	height: 100%;
	margin: auto;
}
.cart_in_detail {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.cart_in_brand {
	font-family: "Jost", sans-serif;
	color: #a0a0a0;
	font-size: 13px;
	margin-bottom: 10px;
}
.cart_in_brand_link {
	font-family: "Jost", sans-serif;
	color: #a0a0a0;
	font-size: 13px;
}
.cart_in_name {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.cart_in_colorsize {
	font-size: 12px;
	margin-bottom: 10px;
}
.cart_in_price {
	font-size: 12px;
}
.cart_in_price_proper {
	color: #000;
}
.cart_in_price_basic {
	font-size: 11px;
}
.cart_in_price_basic s {
	font-size: 11px;
}
.cart_in_price_sale {
	color: #ff0000;
}
.cart_in_price_yen {
	color: inherit;
	font-size: 12px;
}
.cart_in_price_tax {
	color: inherit;
	font-size: 12px;
}
.cart_in_price_rate {
	color: inherit;
	font-size: 12px;
}
.check_cart {
	padding: 20px 0;
	text-align: center
}
.check_cart_item {}
.check_cart_item + .check_cart_item {
	margin-top: 15px;
}
.button_check_cart {
	display: inline-block;
	width: 60%;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color: #000;
	border-radius: 6px;
	padding: 11px 5px 10px;
	border: 1px solid #000;
}
.button_check_cart:hover {
	color: #fff;
	text-decoration: none;
}
.button_check_cart_text {
	display:inline-block;
	color: #fff;
	font-size:13px;
	line-height: 1.8;
}
.button_close_cart {
	display: inline-block;
	width: 60%;
	color: #404040;
	font-size: 13px;
	text-align: center;
	background-color: #f0f0f0;
	border-radius: 8px;
	padding: 11px 5px 10px;
	border: 1px solid #f0f0f0;
}
.button_close_cart_text {
	display:inline-block;
	color: #404040;
	font-size:13px;
	line-height: 1.8;
}
.modal_bottom_btn a {
	display: block;
	height: 60px;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 1px;
	background: #eee;
	position: relative;
}
.efo_error_text {
	display: none;
	color: #f30;
	text-align: center;
	padding: 10px;
}

/* sales_campaign
--------------------------------------------------------------------*/

.sales_campaign {
	margin: 20px 0;
}
.sales_campaign_list {}
.sales_campaign_item {}
.sales_campaign_item + .sales_campaign_item {
	margin-top: 20px;
}
.sales_campaign_link {}
.sales_campaign_image {
	max-width: 100%;
	height: auto;
}
/* section_relateditem
--------------------------------------------------------------------*/

.section_relateditem {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.section_relateditem .item_box {}

.item_box_relateditem .goods_item {
	margin-bottom: 0;
}

/* section_coordinate
--------------------------------------------------------------------*/
.section_coordinate {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}

/* section_recommend
--------------------------------------------------------------------*/

.section_recommend  {
	margin-bottom: 80px;
}

/* section_samecategory
--------------------------------------------------------------------*/

.section_samecategory {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.item_box_samecategory .goods_item {
	margin-bottom: 0;
}

.item_box_samecategory .goods_rank {
	display: none;
}

/* section_checkitem
--------------------------------------------------------------------*/

.section_checkitem {}
.checkitem_title {
	font-family: "Roboto", sans-serif;
	font-size:15px;
	font-weight: 700;
	margin-bottom:40px;
}
.section_checkitem .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: 10px 15px;
}
.existing_message p{
	font-size: 12px !important;
	line-height: 1.4;
}

.existing_message a{
	text-decoration: underline;
}

/* お気に入り追加モーダル
--------------------------------------------------------------------*/

.efo_error_text {
	display: none;
	color: #f30;
	text-align: center;
	padding: 10px;
}

/* 最小ロット受注オーダー商品の進捗バー
---------------------------------------------------------------*/
.item_orderProgress .percentage {
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	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: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	display: inline-block;
	padding: 4px 8px;
}
.item_orderProgress p.lead {
	font-size: 1.8rem;
	color: #000;
}
.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: #000;
}
.item_orderProgress.failure p.lead {
	color: #000;
}
.item_orderProgress.failure p.percentage span {
	background-color: #000;
}
.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: 40px;
	border-radius: 6px;
}
.modal_storestock_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.modal_storestock_title {
	font-size: 18px;
	font-weight: bold;
}
.modal_storestock_close {}
.storestock_close_text {
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	padding: 5px;
	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;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.icon_storestock_close:after {
	width: 15px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}

.storestock_attention {
	margin-bottom: 20px;
}
.storestock_attention_text {
	font-size: 12px;
	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: 133.3333333%;
}
.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: 12px;
	margin-bottom: 10px;
}
.storestock_name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.storestock_price {
	font-size:12px;
	line-height: 1.2;
	color: inherit;
	margin-bottom: 20px;
}
.storestock_price del {
	padding: 0 5px 0 0;
}
.storestock_price_proper {
	font-size:12px;
}
.storestock_price_tax {
	color: inherit;
	font-size:12px;
}
.storestock_price_sale {
	color:#ff0000;
	font-size:12px;
}
.storestock_price_off,
.storestock_price_rate {
	color:#ff0000;
	font-size:12px;
	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 #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 12px;
	pointer-events: none;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.storestock_search_select {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 6px;
	padding:8px 30px 8px 10px;
}
.storestock_toggle {}
.storestock_area {
	padding: 0 20px 0 40px;
}
.storestock_area_list {}
.storestock_area_item {}
.storestock_area_item + .storestock_area_item {
	margin-top: 20px;
}
.storestock_area_heading {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.storestock_area_name {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding: 0 15px 0 0;
	position: relative;
}
.storestock_prefecture {}
.storestock_prefecture_list {
	display: none;
	padding: 20px 0;
}
.storestock_prefecture_item {}
.storestock_prefecture_item + .storestock_prefecture_item {
	margin-top: 20px;
}
.storestock_prefecture_toggle {
	display: block;
}
.storestock_prefecture_name {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 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;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.storestock_toggle.is_open .icon_storestock_toggle:before {
	opacity: 0;
}
.storestock_shop_list {
	display: none;
	padding-top: 15px;
}
.storestock_shop_item {
	margin-bottom: 15px;
}
.storestock_shop_item:last-child {
	margin-bottom: 0;
}
.storestock_shop_info {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.storestock_shop_name {
	width: 300px;
}
.storestock_shop_link {
	color: #000;
	font-size: 13px;
}
.storestock_shop_link:link {
	text-decoration: underline
}
.storestock_num {
	width: 100px;
	padding: 0 0 0 10px;
}
.storestock_num_text {
	font-size: 13px;
}
.storestock_layaway {
	-webkit-flex: 1;
	flex: 1;
	padding: 0 0 0 10px;
}
.button_storestock_layaway {
	display: block;
	color: #fff;
	text-align: center;
	background-color: #000;
	padding: 10px 15px;
	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: 10px;
}
.storestock_shop_detail {
	background-color: #f5f5f5;
	padding: 12px 65px 12px 15px;
	position: relative;
}
.storestock_shop {
	display: -webkit-flex;
	display: flex;
}
.storestock_shop + .storestock_shop {
	margin-top: 5px;
}
.storestock_shop_heading {
	width: 65px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
.storestock_shop_text {
	line-height: 1.4;
	padding: 0 0 0 10px;
}
.storestock_shop_address {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.storestock_shop_zip {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.storestock_shop_map {
	display: block;
	margin-bottom: 10px;
}
.storestock_shop_map_link {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background-color: #5587d5;
	padding: 2px 10px;
	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: #000;
	font-size: 11px;
	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;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.icon_storestock_shop_close:after {
	width: 10px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}

.not_storestock {
	font-size: 12px;
	text-align: center;
	padding: 15px;
	background-color: #ededed;
}
.storestock_attention {}
.storestoc_attention_list {
	display: table;
	font-size: 12px;
}
.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;
}

/* 店舗在庫ボタン */
.item_storestock {
	margin-bottom: 40px;
}
.button_storestock {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #000;
	padding: 14px 5px 13px;
	border: 1px solid #000;
	border-radius: 3px;
}
.button_storestock_text {
	display:inline-block;
	color: #fff;
	font-size:12px;
	line-height: 1.4;
}
