@charset "UTF-8";

/* ===================================================================
	コンテンツ
		00 基本設定
		01 商品画像スライド
		02 商品情報
=================================================================== */

/* 00 基本設定
--------------------------------------------------------------------*/
#main {
	width:1080px;
	margin: 0 auto;
	padding-top: 30px;
}
#main:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#detail-left {
	position: relative;
	width:480px;
	float:left;
}
#detail-right {
	position: relative;
	width: 550px;
	float: right;
	text-align: left;
}

/*==== パンくず ====*/
#bread {
    margin: 0 auto;
    padding: 14px 0;
	width: 100%;
	font-size: 12px;
    text-align: left;
	background: #F2F2F2;
}
#bread ol{
    margin: 0 auto;
	width: 1080px;
}
#bread li {
	padding: 3px 0;
}
#bread li a {
	color: #4C9ED9;
}
#bread li a.nopointer{
	color: #333333;
}

.section-brandlist {
    margin-top: 28px;
}

/*==== bottom_inc ====*/
.bottom_inc{
	margin: 55px 0 0 0;
	padding-top: 30px;
	width: 100%;
	border-top: 1px solid #E6E6E6;
}
.bottom_inc ul{
    margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}
.bottom_inc .title {
    font-size: 24px;
    margin-bottom: 27px;
}

/* 01 商品画像スライド
--------------------------------------------------------------------*/
.detail-photo {
	position:relative;
	width: 480px;
	margin: 0 auto;
	padding-bottom: 13px;
	text-align:center;
}
.item_detail_slider {
	position: relative;
}
.slides {
	position: relative;
}
.slides li {
	position: relative;
}
.slides > li {
	position:relative;
}

.slides li:before {
	content: "";
	display: block;
	padding-top: 133.3333333%;
}

.slides li.video:before {
	padding-top:0;
}

.slides li .slides_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.slides li span {
	display:block;
	line-height:35px;
}

.model_info_plus {
    line-height: 1!important;
	margin-bottom: 12px;
}

.thumbnail {
	width:480px;
	margin: 0 auto;
}
	.thumbnail .thumb {
    width: 100%;
/*		width: 430px;*/
}
.thumbnail li {
	width:56px;
	margin: 0 4px 6px 0;
	float:left;
	position:relative;
	font-size: 10px;
}
.thumbnail li:nth-child(8n) {
	margin: 0 0px 6px 0;
}
.thumbnail li:first-child {
/*	display:none;*/
}
.thumbnail li a {
	display:block;
}
.thumbnail li a .select {
	display:none;
}
.thumbnail li.flex-active a .select {
	display: block;
	position: absolute;
	width: 46px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.23);
}
.thumbnail li a:hover {
	opacity:0.7;
}
.thumbnail li a:hover .select {
	display:block;
}

.thumbnail li img {
	width:100%;
}
.thumbnail li .color_name {
	font-size: 10px;
	text-align: left;
	padding: 5px 0 0 0;
	display: block;
}
/*
		.detail-photo .flex-prev {
			display: block;
			background: url(/static/full/images/detail/prev.png) no-repeat;
			width: 30px;
			height: 51px;
			text-indent: -9999px;
			position: absolute;
			top: 40%;
			left: -59px;
		}
		.detail-photo .flex-next {
			display:block;
			background:url(/static/full/images/detail/next.png) no-repeat;
			width: 30px;
			height: 51px;
			text-indent: -9999px;
			position: absolute;
			top: 40%;
			right: -59px;
		}
*/


/* 02 商品情報
--------------------------------------------------------------------*/
.detail_product {
	margin: 143px 0 40px;
	text-align:left;
/*	border:1px #a7a6a7 solid;
	box-sizing:border-box;*/
}
	.detail_product li {
		width: 50%;
	float: left;
	text-align: center;
	line-height: 43px;
	border-bottom: 1px #a7a6a7 solid;
	}
		.detail_product li a {
			display:block;
			background:#f6f6f6 url(/static/full/images/detail/info.png) 255px center no-repeat;
		}
		.detail_product li.select a {
			border-left: 1px #a7a6a7 solid;
			color:#fff;
			background:#4b4b4b url(/static/full/images/detail/info_select.png) 255px center no-repeat;
		}
		.detail_product li:first-child.select a {
			border-left: none;
			border-right: 1px #a7a6a7 solid;
		}
	.detail_product > div {
/*		display:none;
		padding: 20px 15px 0 15px;*/
	}
	.detail_product > div.active {
		display:block;
	}
	.detail_product .title {
		font-size: 18px;
		text-align: left;
	}

/* 商品情報 */
.detail_info {
	font-size: 14px;
    line-height: 28px;
}
.detail_info p {
	line-height: 28px;
	margin-bottom: 35px;
}
.detail_info p.limited_text {
	margin-top: -25px;
    color: #E04954;
    font-size: 13px;
    font-weight: bold;
}
.detail_product .coommingsoon_caution {
	color: #E04954;
}
.detail_product .coommingsoon_caution p {
	margin-bottom: 10px;
}
.detail_info dl {
}
	.detail_info dt {
		display: inline-block;
		vertical-align: top;
/*		float: left;*/
		width: 86px;
	}
/*	.detail_info dt:after {
		content: ":";
		display: inline-block;
		clear: both;
		padding: 0 5px;
		float: right;
	}*/
	.detail_info dd {
		display: inline-block;
		vertical-align: top;
		width: 389px;
/*		padding-bottom: 20px;*/
	}
		.detail_info dd span {
			display: inline-block;
			padding-left: 10px;
		}
		.detail_info dd a {
			color: #4C9ED9;
			text-decoration: none;
		}

/* サイズ */
.detail_size {
    margin-top: 47px;
}

#unisize_tag:has(#unisizeBanner) + .detail_size {
	margin-top: 0;
}

.detail_size .title {
    margin-bottom: 25px;
	font-size: 18px;
	text-align: left;
}
.detail_size table {
    width: 100%;
	margin: 0 auto 28px;
	font-size: 14px;
	text-align:center;
	border:1px #E6E6E6 solid;
}
	.detail_size th {
		border:1px #E6E6E6 solid;
		text-align:center;
		line-height: 45px;
		background-color:#F2F2F2;
	}
	.detail_size td {
		border-left: 1px #E6E6E6 solid;
		border-right: 1px #E6E6E6 solid;
		border-top: 1px #E6E6E6 solid;
		line-height: 45px;
	}
	.detail_size p.size_text {
/*		width: 487px;*/
		margin: 0 auto 10px;
		line-height: 18px;
	}
	.detail_size p.size_caution {
/*		width: 487px;*/
		margin: 0 0 20px;
		font-size: 12px;
		line-height: 18px;
	}
	.detail_size p.size_page {
/*		width: 487px;*/
		font-size: 12px;
		margin: 0 auto 20px;
	}
		.detail_size p.size_page a {
			color: #4C9ED9;
			text-decoration:none;
		}

/* タグ */
.item_tag {
	background-color:#f6f6f6;
	border-radius:3px;
	padding: 30px 20px;
	margin-bottom: 50px;
}
	.item_tag h3 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.item_tag li {
		height:20px;
		float:left;
		margin:0 18px 8px 0;
		position: relative;
		background:#a7a6a7;
		box-shadow: 1px 1px #848484;
		border-radius:1px;
		position:relative;
	}
	.item_tag li:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid #848484;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		position: absolute;
		top: 1px;
		left: 100%;
		z-index:100;
	}
	.item_tag li a:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid #a7a6a7;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		position: absolute;
		top: 0px;
		left: 100%;
		z-index:200;
	}
	.item_tag li a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid #a7a6a7;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		position: absolute;
		top: 0px;
		left: 100%;
		z-index:150;
		margin-left:-1px;
	}
	.item_tag li a {
		padding:5px 2px 5px 8px;
		display:block;
		font-size:11px;
		line-height:1em;
		color: #fff;
	}

.favorite_info {
    margin-top: 20px;
}
	.favorite_info h5 {
		font-size: 15px;
    	margin-bottom: 0.5em;
	}
	.favorite_info_text {
		line-height: 1.5;
	}
	.favorite_info_text a {
		text-decoration: underline;
	}

/* 03 右カラム 商品名まわり
--------------------------------------------------------------------*/
.icon {
/*	margin-bottom:30px;*/
}
.icon li {
	float: left;
	line-height: 17px;
	height: 17px;
	padding: 0 5px;
	border-radius: 2px;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 10px;
}
	.icon .new {
		background-color:#e6913c;
	}
	.icon .sale {
		background-color:#cf4953;
	}
	.icon .restock {
		background-color:#828282;
	}
	.icon .magazine {
		background-color:#1653b8;
	}
	.icon .reserve {
		background-color:#9e57d5;
	}
	.icon .coming {
		background-color:#16b84b;
	}
	.icon .limited {
		background-color:#1e84b3;
	}
	.icon .outlet {
		background-color:#ba2b13;
	}
	.icon .kids {
		background-color:#4f81bd;
	}
	.icon .point_5x,
	.icon .point_10per,
	.icon .point_15per,
	.icon .point_20per {
		background-color:#FF69B4;
	}

	.icon .coupon {
		background-color: #16b84b;
	}
	.icon .lottery,
	.icon .ec_presale {
		background-color: #008080;
	}

.ic_message ul,
.shippingfree_message ul {
    display: flex;
    flex-flow: column;
}

.ic_message li,
.shippingfree_message li {
    margin: 0 0 3px 0;
    padding: 5px;
    width: calc(550px - 10px - 10px);
    height: 18px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    border-radius: 0;
}

.ic_message .coupon {
    background-color: #16b84b;
}

.ic_message .ic1buy_10per,
.ic_message .ic1buy_20per,
.ic_message .ic1buy_30per {
	background-color: #ffffff;
	color:#778899;
	border: 1px solid #778899;
	font-size: 11px;
}

.ic_message .ic2buy_10per,
.ic_message .ic2buy_20per,
.ic_message .ic2buy_30per {
	background-color: #ffffff;
	color: #778899;
	border: 1px solid #778899;
	font-size: 11px;
}

.ic_message .ic1buy_40per,
.ic_message .ic1buy_50per,
.ic_message .ic1buy_55per,
.ic_message .ic1buy_60per {
	background-color: #ffffff;
	color:#778899;
	border: 1px solid #778899;
	font-size: 11px;
}

.shippingfree_message .buy_shippingfree {
	background-color: #ffffff;
	color:#778899;
	border: 1px solid #778899;
	font-size: 11px;
}

.ic_message .timesale_price,
.shippingfree_message .shippingfree_price
 {
	color:#e04954;
}



.brand_name {
	font-size: 12px;
/*	margin-bottom: 20px;*/
}
	.brand_name li {
		float:left;
	}
	.brand_name li:nth-child(2):before {
		content: ">";
		padding: 0 7px;
	}
	.brand_name a {
		text-decoration:none;
	}
.release_date {
		display: block;
		text-align: center;
		padding: 8px 0;
		line-height: 16px;
}
.reservation-delivery {
	width:100%;
	border-bottom:1px solid #bebebe;
}
.reservation-delivery td {
	padding:15px 0;
}
.reservation-delivery .delivery_date {
	color:#E04954;
	font-weight:bold;
/*	font-size: 16px;*/
}
.reservation-delivery .reservation a {
	text-decoration:underline;
}
#detail-right .item_name {
	margin: 8px 0 8px 0;
	font-size: 24px;
/*	font-weight: bold;*/
}
.price_box {
/*	font-family: 'Montserrat', Sans-Serif;*/
	margin-bottom: 10px;
}
.price_box .proper {
	font-size: 20px;
}
.price_box .tax {
	display: inline-block;
	padding: 0 0.5em 0 0.2em;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.sale del {
	font-size: 16px;
}
.sale .price_arrow {
	font-size: 26px;
}
.sale .sale_price{
	font-size: 26px;
	color:#E04954;
}
.price_box .off {
	display:block;
	color:#E04954;
}
.off .discount_rate {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding-right: 3px;
}
.off .discount_price {
	font-size: 14px;
}
.discount_price .small {
	font-size: 10px;
	display: inline-block;
	padding-left: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.other_info {
	font-size: 12px;
/*	line-height: 30px;*/
	padding: 15px 0 28px;
}
.other_info dt {
	float: left;
}
.other_info dt:after {
	content: ":";
	display: inline-block;
	padding: 0 5px;
}
.other_info dd {
	float: left;
}
.get_point {
	float: left;
}

/* お気に入り */
.favorite.enrollment {
    position: absolute;
    display: block;
    top: 9px;
    right: 10px;
    width: 45px;
	height: 45px;
	font-size: 10px;
    color: #4D4D4D !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #fff url(/static/full/images/detail/icon_fav_on.svg) no-repeat center 8px;
    background-size: 20px 17px;
}
.favorite.enrollment span {
    position: relative;
    top: 28px;
}
.favorite.enrollment.on {
/*	background-color: rgba(255, 181, 181,0.5);*/
    background: url(/static/full/images/detail/icon_fav_on.svg) no-repeat center 8px;
}
#favorite_text {
    position: absolute;
}
.shopping_area .favorite_text {
    border-radius: 6px;
    border: 2px solid #EB8989;
    position: relative;
    font-size: 10px;
    line-height: 22px;
    color: #EB8989;
    background: #fff;
    top: -11px;
    right: -285px;
    width: 260px;
    text-align: center;
}
.shopping_area .favorite_text::before{
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 12px;
    bottom: -10px;
    border-right: 10px solid transparent;
    border-top: 10px solid #EB8989;
    border-left: 10px solid transparent;
}
.shopping_area .favorite_text::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 14px;
    bottom: -7px;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    border-left: 8px solid transparent;
}

/* 04 右カラム カートに入れるまわり
--------------------------------------------------------------------*/
.shopping_area {
	border-bottom:1px #E6E6E6 solid;
	clear:both;
	position: relative;
}
.shopping_area > ul > li {
	border-top:1px #E6E6E6 solid;
	padding: 10px 0;
}
.shopping_area > ul > li:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.shopping_area .color_photo {
	width:66px;
	float:left;
}
	.shopping_area .color_photo img {
		width: 100%;
		height: auto;
	}
	.shopping_area .color_photo span {
		display: block;
		font-size: 10px;
		text-align: center;
		padding-top: 3px;
	}
.shopping_area .choose_item {
/*	padding-left: 45px;*/
	width: 449px;
	float: right;
}
	.choose_item li {
		line-height: 40px;
		/* line-height: 59px; */
		padding-left: 10px;
	}
	.choose_item li:first-child {
		border-top: none;
	}
	.choose_item dt {
		float: left;
		width: 175px;
	}
		.choose_item dt .alert {
			color:#E04954;
		}
		.choose_item dt .soldout {
		text-align:center;
		}
	.choose_item dd {
		text-align:center;
		padding-top: 10px;
	}
		.choose_item dd a {
			border-radius:20px;
			display: block;
			text-align: center;
			outline: none;
		}
		.choose_item dd a:hover {
		}
		.choose_item dd a::before,
		.choose_item dd a::after {
			position: absolute;
			z-index: -1;
			display: block;
			content: '';
		}
		.choose_item dd a,
		.choose_item dd a::before,
		.choose_item dd a::after {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: all .3s;
			transition: all .3s;
		}
	.choose_item .vname {
    	/* display: inline-block; */
		/* float: left; */
		/* text-align:center; */
		/* width: 15px; */
		/* margin: 14px 0; */
	}
	.choose_item .status {
		/* display: inline-block; */
		/* float: left; */
    	/* padding-left: 35px; */
    	/* width: 100px; */
		/* text-align: left; */
	}
	.choose_item dd.addCart {
		width: 210px;
		float: left;
	}
		.choose_item dd.addCart a {
			color: #fff;
			background: #D8AB30 url(/static/full/images/detail/addcart.svg) 42px 9px no-repeat;
			line-height: 39px;
			height: 39px;
			padding-left: 10px;
		}

	.choose_item dd.restockMail {
		width: 210px;
		float: left;
	}
		.choose_item dd.restockMail a {
			color: #fff;
			background: #AFA798 url(/static/full/images/detail/mail.svg) 21px 13px no-repeat;
			line-height: 39px;
			height: 39px;
			padding-left: 10px;
		}

		.choose_item dd.reserveBtn a.lottery {
			background: #D8AB30 ;
			padding-left: 0;
		}

	.choose_item dd.reserveBtn {
		width: 210px;
		float: left;
	}
		.choose_item dd.reserveBtn a {
			color: #fff;
			background: #D8AB30 url(/static/full/images/detail/addcart.svg) 63px 9px no-repeat;
			line-height: 39px;
			height: 39px;
			padding-left: 28px;
		}
		.choose_item dd.reserveBtn a:hover {
/*			background-color:#e3e3e3;*/
		}
	.choose_item dd.reserveMail {
		width: 210px;
		float: left;
	}
		.choose_item dd.reserveMail a {
			color: #fff;
			background: #AFA798 url(/static/full/images/detail/mail.svg) 42px 13px no-repeat;
			line-height: 39px;
			height: 39px;
		}
	.choose_item dd.soldout {
		width: 210px;
		float: left;
		color: #e3e3e3;
		display: block;
		line-height: 39px;
		height: 39px;
		border-radius: 20px;
		border: 1px #e3e3e3 solid;
		box-sizing: border-box;
		margin-top: 10px;
		padding-top: 0;
	}
	.choose_item dd.favorite {
		/* width: 28px; */
		/* height: 24px; */
		/* float: right; */
		/* margin-right: 10px; */
		text-indent: -9999px;
	}
	.choose_item dd.favorite a {
		width: 28px;
    	height: 39px;
		background: url(/static/full/images/detail/icon_fav_off.svg) no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
	}
	.choose_item dd.favorite a:hover {
/*		background-color:#f46361;*/
	}
	.choose_item dd.favorite.on a {
		background: url(/static/full/images/detail/icon_fav_on.svg) no-repeat;
    background-size: 100% 100%;
	}
	.choose_item dd.favorite.on a:hover {
		opacity:1;
	}

.store-check {
	margin-top: 28px;
	font-size: 14px;
}
.store-check a {
	display: block;
	padding-left: 27px;
	width: 219px;
	height: 40px;
	line-height: 39px;
    text-align: center;
    outline: none;
	border: 1px solid #707070;
	border-radius: 50px;
	background: url(/static/full/images/detail/store.svg) 33px 9px no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* 05 SNS
--------------------------------------------------------------------*/
.sns_area {
	margin-bottom: 50px;
    text-align: left;
}
.sns_area li {
	display: inline-block;
	vertical-align: middle;
    margin: 0 32px 0 0;
	width: 27px;
    text-align: center;
}


/* 06 その他の商品
--------------------------------------------------------------------*/
.other_item {
	margin-bottom: 50px;
}
	.other_item ul {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
	}
	.other_item li {
		margin-left: 7px;
    	text-align: left;
    	flex-basis: 20%;
		max-width: 210px;
	}
	.other_item li:first-child {
		margin-left:0;
	}
		.other_item li a {
			display:block;
		}
		.other_item a .photo {
			margin: 0 0 8px;
			display: block;
		}
		.other_item a:hover .photo {
		}
		.other_item li img {
			width:100%;
			height: auto;
		}
		.other_item li dt {
			font-size: 13px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			margin-bottom: 5px;
		}
.other_item li dt .brand {
	font-size: 11px;
    display: block;
    margin-bottom: 3px;
}
.other_item li .normal {
}
		.other_item .sale {
			font-size: 12px;
		}
		.other_item .sale del {
			font-size: 12px;
		}
		.other_item .price_arrow {
			font-size: 12px;
			display: inline-block;
			padding-left: 5px;
		}
		.other_item .sale_price {
			font-size: 12px;
		}
		.other_item .tax {
			font-size: 11px;
		}
		.other_item .price_off {
			font-size: 10px;
		}

/* 最近チェックしたアイテム
--------------------------------------------------------------------*/

.checked_item {
	position: relative;
	overflow: hidden;
	padding:27px 0 40px;
	margin-bottom:50px;
}
.checked_item .title{
	font-size: 18px;
    margin-bottom: 17px;
}
	.checked_item ul {
    position: relative;
    margin: 0 auto;
    width: 995px;
	}
	.checked_item li {
	position: relative;
	list-style: none;
	margin: 0 7px 0 0;
	width:84px;
	}
	.checked_item li:first-child {
		margin-left:0;
	}
		.checked_item a {
			display:block;
		}
		.checked_item li img {
			width:100%;
			height:auto;
		}

.checked_item .slick-prev {
	left: -25px;
}
.checked_item .slick-next {
	right: -25px;
}
.checked_item .slick-prev:before {
	content: url(/static/full/js/slick/magazine_pc_allow_01.svg);
}
.checked_item .slick-next:before {
	content: url(/static/full/js/slick/magazine_pc_allow_02.svg);
}

/*iframeの上*/
#rearrival-info {
    display: none;
    position: absolute;
    z-index: 2004;
    margin: 0 auto;
}

/*iframe*/
.floating-dialog {
	z-index:2005;
	display:none;
	position:absolute;
    top: 0;
    left: 0;
	min-width:740px;
	min-height: 650px;
/*	min-width:700px;
	min-height:472px;*/
	background:#fff;
	border:none;
/*	border-radius:4px;*/
}

/* XX コーディネート
--------------------------------------------------------------------*/
.coordinate {
	margin-bottom: 50px;
}
	.coordinate ul {
		margin-top: -25px;
	}
	.coordinate li {
		margin-left:14px;
		float:left;
		width:135px;
		text-align:left;
		margin-bottom: 20px;
	}
	.coordinate li:nth-child(4n+1) {
		margin-left:0;
	}
		.coordinate li a {
			display:block;
		}
		.coordinate a .photo {
			border: 1px solid #e6e6e6;
			display: block;
		}
		.coordinate a:hover .photo {
		}
		.coordinate li img {
			width:133px;
		}

.coordinate .brand_name {
    text-align: center;
    /* padding: 18px 10px 0; */
    /* font-size: 14px; */
    /* line-height: 1.4em; */
    display: block;
    margin: 10px 0 5px 0;
    font-size: 13px;
}

.coordinate .model_height {
    font-size: 13px;
    text-align:center;
    display: block;
}


/* 画像zoom関係
---------------------------------*/
#img_large_container {
	display: none;
	position: absolute;
	z-index: 98;
	overflow: hidden;
	left: 0;
/*    left: -79px;*/
}

#img_large {
	position: absolute;
	zoom: 1;
}
#img_large_area {
	display: none;
	position: absolute;
	left: -100px;
	z-index: 99;
	pointer-events: none;
	border: none!important;
}

/*
--------------------------------------*/
.visibility_hidden {
    visibility: hidden;
}

/* 画像slick
---------------------------------*/
.detail-photo .slick-prev{
    left: 10px;
}
.detail-photo .slick-next{
    right: 10px;
}
.detail-photo .slick-prev:before {
    content: url(/static/full/js/slick/item_allow_01.svg);
}
.detail-photo .slick-next:before {
    content: url(/static/full/js/slick/item_allow_02.svg);
}

.number{
    position: absolute;
	display: block;
	padding: 8px 16px;
    top: 10px;
    left: 10px;
	font-size: 10px;
	color: #4D4D4D;
	text-align: center;
	border-radius: 25px;
	background: #fff;
    z-index: 1;
}

.slick-slide img{
	opacity: 1 !important;
}
.slick-dots {
	display: none !important;
}

/* 03 section-coordinate
--------------------------------------------------------------------*/

.section-coordinate {
	width:1050px;
	text-align:left;
	margin:0 auto 82px;
}

.section-coordinate .slickslider {
	position:relative;
}
.section-coordinate .slickslider li {
	padding:0 10px 0 11px;
}
.section-coordinate .slick-list {
	overflow:visible!important;
}
.section-coordinate .slick-slide {
	opacity:0.5;
}
.section-coordinate .slick-slide.slick-active {
	opacity:1!important;
}
.section-coordinate .slickslider button {
  text-decoration: none;
  display: block;
  width: 28px;
  height: 48px;
  position: absolute;
  top: 210px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  border:none;
}
.section-coordinate .slick-prev {
  left: -15px;
  background:url(../../images/brand/coordinate_allow_01.png) no-repeat left center;
  text-indent:-9999px;
}
.section-coordinate .slick-next {
  right: -15px;
  background:url(../../images/brand/coordinate_allow_02.png) no-repeat left center;
  text-indent:-9999px;
}

.section-coordinate ul {
	padding-bottom:40px;
}
.section-coordinate li {
	width:210px;
}
.section-coordinate .photo {
/*	border:1px solid #e6e6e6;*/
	display:block;
}
.section-coordinate a:hover .photo {
/*	border:5px solid #e4e4e4;
	overflow:hidden;*/
}
.section-coordinate a:hover .photo img {
/*	margin:-4px;*/
}
.section-coordinate .text {
	text-align:center;
	padding:18px 10px 0;
	font-size:14px;
	line-height:1.4em;
}
.section-coordinate .brand_name {
    text-align: center;
    /* padding: 18px 10px 0; */
    /* font-size: 14px; */
    /* line-height: 1.4em; */
    display: block;
    margin: 10px 0 5px 0;
    font-size: 15px;
}

.section-coordinate .model_height {
    font-size: 13px;
    text-align:center;
    display: block;
}

.section-coordinate .btn {
	text-align:center;
}
.section-coordinate .btn a {
	display: inline-block;
    margin: 0 auto;
    padding: 10px 50px;
	color: #535353;
	font-size: 14px;
    background: #EDEDED;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-coordinate .btn a:hover {
	color:#fff;
	background:#000;
}

.section-coordinate .photo{
	width: 100%;
    height: auto;
}

/* 店舗在庫
--------------------------------------------------------------------*/
.shop_stock_list {
	background-color: #fff;
	border: solid 1px #ddd;
	display: none;
	position: absolute;
	left: 0;
	top: 42%;
	width: 493px;
	height: 700px;
	max-height: 100vh;
	z-index: 302;
}
#shop_stock_list .inner {
	background: #fff;
	padding: 30px 28px;
}
#shop_stock_list .inner h1 {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 16px;
}
#shop_stock_list .txt-inner {
	line-height: 20px;
	margin-bottom: 20px;
}
.shop_stock_list .close {
	cursor: pointer;
	position: absolute;
	right: -25px;
	top: -25px;
}
.item_data {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 10px;
}
.item_data_photo {
	float: left;
	margin-right: 15px;
	width: 75px;
}
.item_data_detail {
	float: left;
	width: 310px;
}
.item_data_name {
  display: block;
  font-size: 16px;
	font-weight: bold;
  margin: 18px 0;
}
.item_data_select {
	background: #fff url(../../../../static/full/images/common/formparts/bg_select_arrow_2.png) right center no-repeat;
	border: 1px solid #ccc;
  float: left;
	font-size: 11px;
	height: 35px;
	margin-right: 10px;
	padding: 0 0 0 10px;
  width: 150px;
}
.item_data_select:last-child {
	margin-right: 0;
}
.shop_list_header {
	background: #000;
	color: #ccc;
	border-bottom: 1px solid #dbdbdb;
}

.shop_stock_list {
	background: #fff;
	max-width: none!important;
	position: fixed;
	top: calc((100vh - 610px)/2);
	left: calc((100vw - 700px)/2);
	bottom: 0;
	right: 0;
	/* margin: auto auto; */
	z-index: 20000;
	box-sizing: border-box;
	display: none;
	width: 700px;
	min-width: 700px;
	height: 610px;
	min-height: 610px;
}
.shop_stock_list iframe {
	width: 100%;
    height: 100%;
    border: none;
}
.shop_stock_list .modal_close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 17px 26px;
    padding-left: 20px;
    font-size: 14px;
    background: url(/static/lite/images/list/close_modal.svg) left 0px no-repeat;
}
.shop_stock_list .btn_shop_stock_close {
}

.section-coordinate .section-item {
	display:none;
}

/* 最近チェックしたアイテム
--------------------------------------------------------------------*/

.title .en {
	line-height: 1;
}

.goods_lists li .brand {
	margin-bottom: 3px;
}

.goods_lists li h4 {
	margin-bottom: 3px;
	font-size: 13px;
}

.goods_lists li .normal {
	font-size: 12px;
}

.goods_lists li .sale {
	font-size: 12px;
}

/* leeep
---------------------------*/
.leeep_video {
    position: absolute;
    top: 50%;
    left: 50%;
    /*object-fit: cover;*/
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #000;
}

.detail_photo_listItem {
    position: relative;
    width: 480px;
    height: 640px!important;
}

.slick_crtlThumb_innerBox {
    display: block;
    width: 56px;
    height: calc(56px * 1.3333);
    overflow: hidden;
    background-color: #000;
}

.slick_ctrlThumb_img {
    height: 100%;
    width: auto!important;
    display: block;
    margin: auto;
}
