@charset "utf-8";

@font-face {
	font-family: "adobe-garamond-pro";
	src: url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
}

.hide-for-small-only,
.hide-for-small-up,
.hide-for-small,
.hide-for-small-down,
.show-for-medium-only,
.show-for-medium-up,
.show-for-medium,
.hide-for-medium-down,
.show-for-large-only,
.show-for-large-up,
.show-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up {
	display: none !important;
}

.show-for-small-only,
.show-for-small-up,
.show-for-small,
.show-for-small-down,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up {
	display: inherit !important;
}

@media only screen and (min-width: 750px) {

	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up {
		display: inherit !important;
	}

	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up {
		display: none !important;
	}

}

/* layout Style
-------------------------------*/
.mainContentsR {
	position: relative;
	float: right;
	width: 38.2%;
	margin-bottom: 30px;
}

.mainContentsR .mainContentsRContent {
	width: 100%;
}

.mainContentsL {
	position: relative;
	float: left;
	width: 60.4%;
	margin-bottom: 30px;
}

.maincontents_inner.item_detail {
	margin: 0 auto !important;
	overflow: hidden;
}
.splide .splide__pagination__page,
.splide .custum-page {
	background: #ccc;
	display: inline-block;
	height: 1px;
	margin: 0px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 30px;
	border-radius: 0;
}
.splide .splide__pagination__page.is-active,
.custum-page.is-active {
	background: #000 !important;
	transform: scale(1.4);
	z-index: 1;
}

.maincontents_inner a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";
	/* ie 8 */
	-moz-opacity: 1;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 1;
	/* Safari 1.x */
}

@media only screen and (max-width: 749px) {

	/* small */
	.mainContentsR {
		float: none;
		margin: 0;
		/*padding: 0 6.25%;*/
		width: 100%;
	}

	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}

	.mainContentsL {
		float: none;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		/*padding: 0 6.25%;*/
	}
}

/* imageArea
-------------------------------*/
.imageArea {
	margin: 0 5px 20px;
	padding: 0 11.9% 99.9%;
	height: 0;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 749px) {
	.imageArea {
		margin-right: 0px;
	}
}

/* mainImage
-------------------------------*/

.mainImage a,
.mainImage img {
	display: block;
}

.mainImage a.nofade {
	cursor: default;
}

.mainImage ul li {
	display: none;
}

.mainImageSlider li {
	position: relative;
}

.mainImageSlider img {
	width: 100%;
}

.imageArea .flex-direction-nav a {
	cursor: pointer;
	display: block;
	opacity: 1;
	position: absolute;
	top: 55%;
	width: 20px;
	height: 38px;
}

.imageArea .flex-direction-nav .flex-prev {
	left: 5%;
	background: url(../img/item-detail/s_detail_prev.png) no-repeat center center / 100% auto;
}

.imageArea .flex-direction-nav .flex-next {
	right: 5%;
	background: url(../img/item-detail/s_detail_next.png) no-repeat center center / 100% auto;
}

.mainImageSlider li .add_favorite {
	text-indent: -9999px;
	background: url(../img/heart.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20001;
}

.mainImageSlider li .add_favorite.active {
	background: url(../img/heart_on.png) no-repeat 0 0;
}

.mainImageSlider li .zoom-btn {
	width: 130px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 20001;
}
.splide__track--fade>.splide__list>.splide__slide,
.splide__track--fade>.splide__list>.splide__slide.is-active {
	display: block !important;
}

@media only screen and (min-width: 1024px) {
	.splide__list {
    display: block !important;
	}
	.splide__track--fade>.splide__list>.splide__slide, 
	.splide__track--fade>.splide__list>.splide__slide.is-active {
		transform: translateX(0%) !important;
		opacity: 1 !important;
		z-index: 1 !important;
	}
	.mainpicture_pc .splide__pagination {
    display: none;
	}
}


/* thumnailBox
-------------------------------*/
.thumnailBox {
	max-width: 610px;
	margin: 0 auto;
}

.thumnailBox ul {}

.thumnailBox li.thumnail {
	float: left;
	width: 12.5%;
	padding: 5px 5px 0;
}

.thumnailBox .thumnail a,
.thumnailBox .thumnail img {
	display: block;
	width: 100%;
}

.thumnailBox .thumnail .colorName {
	margin-top: 5px;
	font-size: 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: center;
	height: 15px;
}

@media only screen and (min-width: 750px) {

	/* medium */
	.thumnailBox .thumnail .colorName {
		display: none;
	}

}

@media only screen and (max-width: 750px) {
	.imageArea .flex-direction-nav a {
		top: 42%;
	}
}

/* modelInfoArea
-------------------------------*/
.modelInfoArea {
	margin-top: 10px;
}

.modelInfoArea span {
	margin-left: 10px;
}


/* specArea
-------------------------------*/
.specArea .brandName {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'futura', 'Century Gothic', sans-serif;
	text-align: center;
}

.specArea .itemName {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 24px;
	text-align: center;
}

.specArea .itemName2 {
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 20px;
}

.specArea .itemPrice {
	font-size: 16px;
	font-weight: 400;
	color: #7d7d7d;
	text-align: center;
	margin-bottom: 33px;
}

.specArea .itemPrice .arrow {
	margin: 0 5px;
	color: #f00;
}

.specArea .itemPrice .tax {
	font-size: 80%;
}

.specArea .itemPrice .sale_price,
.specArea .itemPrice .txt_re,
.other_detail td>span.txt_re {
	color: #f00;
}

.specArea .itemPrice .comment {
	margin-left: 10px;
	font-size: 80%;
	color: #f00;
}

.specArea .itemPrice .proper_wrapper {
	display: none;
}

.specArea .itemPrice .sale_wrapper {
	display: none;
}

.specArea .itemPrice .sale_wrapper .separator {
	margin: 0 5px;
	font-size: 80%;
}

.specArea .itemPrice .sale_wrapper .proper_price {
	text-decoration: line-through;
	font-size: 80%;
	color: #999;
}

.detailArea .sizeGuide {
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 14px;
	font-family: 'futura', 'Century Gothic', sans-serif;
	text-align: right;
	border-top: 1px solid #bfbfbf;
}

.detailArea .sizeGuide a {
	text-decoration: underline;
}

@media only screen and (max-width: 749px) {
	.specArea {
		text-align: center;
	}

	.specArea .itemPrice {
		margin-bottom: 15px;
	}

	.specArea .itemPrice .sale_wrapper .comment {
		display: block;
	}

	.specArea .brandName {
		margin-bottom: 10px;
	}

	.specArea .itemName {
		margin: 0 0 15px;
	}

	.detailArea .sizeGuide {
		font-size: 12px;
	}

}

.itemDetailWrapper .add_cart_pop {
	background-color: #fff;
	border: 1px solid;
	bottom: 0;
	display: none;
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	width: 100%;
	z-index: 10000;
}

.itemDetailWrapper .add_cart_pop>p {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

.itemDetailWrapper .add_cart_pop .btn-area .button {
	font-size: 14px;
	height: auto;
	padding: 10px 0;
}

/* stockStatus
-------------------------------*/
.stockStatus {
	margin-top: 20px;
}

.stockStatus ul {
	display: table;
	border-top: 1px dotted #A5A5A5;
	width: 100%;
}

.stockStatus ul li {
	display: table-row;
}

.stockStatus .thCol,
.stockStatus .tdCol {
	display: table-cell;
}

.stockStatus .thCol {
	width: 26%;
	border-left: none;
	border-right: none;
	padding: 0 10px 0 0px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}

.stockStatus .thCol.rowlast {
	border-bottom: 1px dotted #A5A5A5;
}

.stockStatus .tdCol {
	border-bottom: 1px dotted #A5A5A5;
	vertical-align: middle;
}

.stockStatus .tdCol.itemPrice {
	width: 22%;
}

.stockStatus .tdCol.stockLabel {
	width: 22%;
}

.stockStatus .tdCol.sizeName {
	width: 10%;
}

.stockStatus .tdCol.selectButton {
	width: 20%;
}

.stockStatus .sizeName span {
	margin: 0 2px;
}

.stockStatus .selectButton {
	padding: 4px 0;
	min-width: 120px;
}

.stockStatus .selectButton a {
	display: block;
	width: 100%;
}

.stockStatus .selectButton input {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #dddddd;
}

.stockStatus .selectButton span {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	cursor: default;
}

.stockStatus .td.selectButton img {
	display: block;
	vertical-align: middle;
	width: 158px;
}

.stockStatus .remarks {
	margin-top: 10px;
}

@media only screen and (max-width: 749px) {

	/* small */
	.stockStatus ul {
		border-top: none;
	}

	.stockStatus ul li {
		display: block;
	}

	.stockStatus .thCol {
		display: block;
		border: none;
		width: 100%;
		background-color: #000;
		padding: 5px 0 5px 15px;
	}

	.stockStatus .thCol.empty {
		display: none;
	}

	.stockStatus .thCol a {
		color: #fff;
	}

	.stockStatus .tdCol {
		display: inline-block;
		text-align: center;
	}

	.stockStatus .tdCol.itemPrice {
		width: 21%;
		padding-top: 9px;
		height: 39px;
	}

	.stockStatus .tdCol.stockLabel {
		width: 22%;
		padding-top: 9px;
		height: 39px;
	}

	.stockStatus .tdCol.sizeName {
		width: 10%;
		padding-top: 9px;
		height: 39px;
	}

	.stockStatus .tdCol.selectButton {
		width: 42%;
		height: 39px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.stockStatus .selectButton input.button {
		width: 158px;
		padding: 5px 0 5px 0;
		padding-bottom: 5px;
		margin: 0 auto;
	}

	.stockStatus .selectButton img {
		width: 100%;
	}

	.stockStatus .thCol.rowlast {
		border-bottom: none;
	}

	.stockStatus .rowlast .tdCol {
		border-bottom: none;
	}

	.stockStatus .last .tdCol {
		border-bottom: 1px dotted #A5A5A5;
	}
}

/* snsArea
-------------------------------*/
.snsArea {
	margin-top: 15px;
}

.snsArea li {
	float: left;
	margin-right: 5px;
}

/* sizeTable
-------------------------------*/
.sizeTable {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
}

.sizeTable th,
.sizeTable td {
	padding: 8px 2px;
	border-top: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
	text-align: center;
}

.sizeTable th {
	background-color: #fff;
}

/* popularWrapper
-------------------------------*/
.popularWrapper {
	margin-top: 50px;
	padding: 0 6.25%;
}

.popularWrapper h2 {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

.popularWrapper li:last-child {
	float: left !important;
}

@media only screen and (max-width: 749px) {

	/* small */
	.popularWrapper h2 {
		text-align: center;
	}
}

/* goodsList
-------------------------------*/
.goodsList li.columns {
	margin: 0 1.3%;
	width: 14.5%;
}

.goodsList li.columns:nth-child(6n+1) {
	margin-left: 0;
	margin-right: 1.3%;
}

.goodsList li.columns:nth-child(6n) {
	margin-left: 1.3%;
	margin-right: 0;
}

@media only screen and (max-width: 749px) {

	/* small */
	.goodsList {
		margin: 9px 0 0 0;
	}

	.goodsList li.columns {
		width: 48%;
		margin: 25px 0;
	}

	.goodsList li.columns:nth-child(2n+1) {
		margin-right: 2%;
		clear: both;
	}

	.goodsList li.columns:nth-child(2n+2) {
		margin-left: 2%;
	}
}

/* clearfix
-------------------------------*/
/*.detailArea .clearfix{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #A5A5A5;
}*/
.detailArea .clearfix.color .subtitle {
	margin-bottom: 10px;
	font-family: 'futura', 'Century Gothic', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.detailArea .clearfix .subtitle.detail_title {
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	cursor: pointer;
}

.detailArea .clearfix .subtitle.active {
	background: url(../img/arrow/arrow_up.gif) no-repeat right 5px center;
	cursor: pointer;
}

.detailArea .clearfix .detail,
.detailArea .clearfix .size {
	padding-top: 10px;
}

.detailArea .clearfix .subtitle2 {
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
}

@media only screen and (max-width: 749px) {

	.detailArea .color .subtitle,
	.detailArea .size .subtitle,
	.detailArea .quantity .subtitle {
		text-align: center;
	}
}

.colorList {
	margin-bottom: 20px;
	text-align: center;
}

.colorList ul {
	display: inline-block;
}

.colorList li {
	float: left;
	margin: 0 5px;
	position: relative;
	width: 40px;
	cursor: pointer;
}

.colorList li img {
	vertical-align: middle;
	border: 1px solid #000;
}

.colorList li.active img {
	border: 1px solid #ee86a1;
}

.colorList li:hover {
	opacity: .7;
}

.colorList li span {
	display: block;
	margin-top: 3px;
	height: 25px;
	font-size: 10px;
	letter-spacing: -.5px;
	line-height: 1.2;
}

.colorList li.active span {
	color: #ee86a1;
}

/*.color ul li .selected {
	display: none;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #A5A5A5;
	z-index: 1;
	position: absolute;
	top: -5px;
	left: -5px;
}*/

.color ul li a.white {
	border: 1px solid #A5A5A5;
}

.color_detail .soldout {
	position: relative;
}

.color_detail .soldout::before {
	border-left: 1px solid #a0a0a0;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	transform: skewX(-35deg);
}

.color_detail .soldout.white::before {
	border-left: 1px solid #fff;
}

@media only screen and (max-width: 749px) {
	.color ul {
		display: table;
		margin: 0 auto;
		/*padding-left: 15px;*/
		width: 100%;
	}

	.colorList {
		padding-bottom: 10px;
		border-bottom: 1px solid #e6e6e6;
	}

	.colorList li {
		width: 50px;
		font-size: 11px;
	}

	.colorList li span {
		font-size: 11px;
	}

}

.size,
.quantity {
	position: relative;
	padding-top: 24px;
	margin-top: 40px;
	border-top: 1px solid #d3d3d3;
}

.size_text,
.quantity_text {
	display: block;
	padding: 5px 30px 5px 10px;
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	font-weight: 400;
	font-size: 12px;
	width: 100px;
	margin-top: 10px;
	cursor: pointer;
}

.size_list,
.quantity_list {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 1;
	border: 1px solid #A5A5A5;
	width: 100px;
}

.size_detail,
.quantity_detail {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	cursor: pointer;
}

.size_detail:hover,
.quantity_detail:hover {
	background-color: #eee;
}

.size_detail.active {
	background-color: #000;
}

.size_detail:hover.is-active {
	background-color: #000 !important;
	color: #f2f2f2 !important;
}

@media only screen and (max-width: 749px) {

	.size_text,
	.quantity_text {
		margin: 10px auto 0;
	}

	.size_list,
	.quantity_list {
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}
}

/* controllButton
-------------------------------*/
.controllButton {
	margin: 20px 0 0;
	position: relative;
}

.controllButton .columns {
	text-align: center;
}

.controllButton .columns:first-child {
	padding-right: 2px;
}

.controllButton .columns:last-child {
	padding-left: 2px;
	margin-top: 0;
}

.controllButton .columns .cart_btn,
.controllButton .columns .restock_request_btn {
	width: 100%;
}

@media only screen and (max-width: 749px) {
	.controllButton .columns:first-child {
		padding-right: 0;
	}

	.controllButton .columns:last-child {
		margin-top: 10px;
		padding-left: 0;
	}
}

/*
.clearfix .sns {
	margin-top: 20px;
}

.clearfix .sns li {
	float: left;
	width: 50px;
}
.clearfix .sns li img {
	width: auto;
	height: 20px;
	opacity: 0.5;
}
*/

/* iconList
-------------------------------*/
.mainContentsL .clearfix.iconList,
.detailArea .clearfix.iconList {
	font-weight: 300;
	font-size: 12px;
	color: #c8161e;
	height: 20px;
	margin: 0 0 32px;
	padding-top: 0;
	border-top: 0;
	text-align: center;
}

.mainContentsL .clearfix.iconList span.ico,
.detailArea span.ico {
	box-sizing: border-box;
	cursor: auto;
	display: inline-block;
	font-family: "futura", "Century Gothic", sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 5px;
	padding: 0 10px;
	text-align: center;
}

.ico1 {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}

.ico2 {
	background: #e95a7f none repeat scroll 0 0;
	color: #fff;
}

.ico3 {
	background: #00a968 none repeat scroll 0 0;
	color: #fff;
}

.ico4 {
	background: #dda0dc none repeat scroll 0 0;
	color: #fff;
}

.ico5 {
	background: #0000ff none repeat scroll 0 0;
	color: #fff;
}

.ico6 {
	background: #cccc33 none repeat scroll 0 0;
	color: #fff;
}

.ico7 {
	background: #a5a9ab none repeat scroll 0 0;
	color: #fff;
}


@media only screen and (max-width: 749px) {
	.mainContentsL .clearfix.iconList {
		margin: 10px 0 15px;
	}
}

/* size_table
-------------------------------*/
.size .size_table,
.size .stock_status {
	margin-bottom: 15px;
}

.size_table ul {
	/*margin-left: -1%;*/
}

.size_table ul li {
	/*
	margin-bottom: 4px;
	margin-left: 1%;
	width: 32.33%;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	background: #eee;
	*/
}

.size_table ul li.active {
	color: #fff;
	background: #f085a1;
}

.size_table ul li:hover {
	opacity: .7;
	cursor: pointer;
}

.size_table ul li.active span {
	/*
	padding-left: 25px;
	background: url(../img/item-detail/icn_check.png) no-repeat left center;
	*/
}

.size_table ul li.no_stock {
	color: #b2b2b2;
}

.size_table ul li.no_stock:hover {
	opacity: 1;
}

/*
@media only screen and (max-width: 749px){
	.size_table{
		padding-bottom: 20px;
	}

}


@media only screen and (max-width: 1024px) {

.size_table ul li{
	width: 49%;
}


}

@media only screen and (max-width: 749px) {

.size_table ul li{
	width: 49%;
}

dl#jis_size dd table {
	table-layout: auto;
}


}

*/


/* size_modal
-------------------------------*/
.p-product__detail-modal {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 99999;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.p-product__detail-modal.is-open {
	opacity: 1;
	pointer-events: all;
}

.p-product__detail-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .15);
}

.p-product__detail-modal-inner {
	position: absolute;
	right: 0;
	top: 0;
	width: 440px;
	height: 100vh;
	height: 100dhv;
	background: rgba(0, 0, 0, 0);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	--webkit-backdrop-filter: blur(20px);
	background-color: rgba(0, 0, 0, .5);
}

.p-product__detail-modal-close {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 40px;
	top: 25px;
	cursor: pointer;
}

.p-product__detail-modal-close img {
	width: 100%;
}

.p-product__detail-modal-title {
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	padding-top: 24px;
	padding-bottom: 25px;
}

.p-product__detail-modal-title p {
	font-family: "HelveticaNeueLTPro-Md", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #fff;
}

.p-product__detail-modal-box {
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 80px;
	overflow: auto;
	height: calc(100vh - 65px);
}

.p-product__detail-cart-boxes {
	height: calc(100vh - 225px);
	overflow: auto;
}

.p-product__detail-modal-table {
	position: relative;
	padding-right: 40px;
}

.p-product__detail-modal-table-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	color: #fff;
	gap: 40px;
}

.p-product__detail-modal-table-switch p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	cursor: pointer;
	font-family: "HelveticaNeueLTPro-Bd", "FP-ヒラギノ角ゴ ProN W6", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
}

.p-product__detail-modal-table-switch p::before {
	content: "";
	width: 13px;
	height: 13px;
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 13px;
	-webkit-transition: border .1s ease;
	-o-transition: border .1s ease;
	transition: border .1s ease;
	margin-top: -6px;
}

.p-product__detail-modal-table-switch p.is-select::before {
	border-width: 4px;
}

.p-product__detail-modal-table-content {
	overflow: auto;
	width: 100%;
	margin-top: 25px;
	padding-bottom: 27px;
	padding-right: 40px;
	position: relative;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.p-product__detail-modal-table-content .simplebar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.simplebar-content:before,
.simplebar-content:after {
	content: ' ';
	display: table;
}

.p-product__detail-modal-table-content table {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	text-align: left;
	display: block;
}

.p-product__detail-modal-table-content table tr,
.p-product__detail-modal-table-content table td {
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
}

.p-product__detail-modal-table-content table:nth-child(1) {
	position: sticky;
	left: 0;
	top: 0;
}

.p-product__detail-modal-table-content table:nth-child(2) {
	display: block;
}

.p-product__detail-modal-table-content table:nth-child(1) td {
	background-color: #797979;
	color: #fff;
	width: 125px;
	border: 1px solid #979797;
	border-top: none;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 15px;
	padding-bottom: 12px;
	white-space: nowrap;
}

.p-product__detail-modal-table-content table:nth-child(1) tr:first-of-type td {
	border-top: 1px solid #979797;
}

.p-product__detail-modal-table-content table:nth-child(2) td {
	width: auto;
	min-width: 73px;
	border-top: none;
	border-right: none;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 15px;
	padding-bottom: 12px;
	white-space: nowrap;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
}

.p-product__detail-modal-table-content table:nth-child(2) tr:first-of-type td {
	border-top: 1px solid #979797;
}

.p-product__detail-modal-table-content table:nth-child(2) tr td:last-of-type {
	border-right: 1px solid #979797;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.p-product__detail-modal-table-content .simplebar-track.simplebar-horizontal {
	/* width: calc(100% - 40px); */
}

.p-product__detail-modal-table-content .simplebar-track.simplebar-horizontal::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #6a6a6a;
	z-index: 1;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: black;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s 0.5s linear;
}

.p-product__detail-modal-table-content .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	z-index: 2;
	cursor: pointer;
}

.p-product__detail-modal-table-content .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	background-color: #fff;
	opacity: 1;
	left: 0;
	top: auto;
	right: 0;
	bottom: -1px;
	border-radius: 0;
	height: 1px;
	z-index: 2;
	cursor: pointer;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.p-product__detail-modal-description {
	width: calc(100% - 40px);
	margin-right: auto;
	margin-left: 0;
	padding-top: 24px;
	padding-bottom: 44px;
}

.p-product__detail-modal-table+.p-product__detail-modal-description {
	margin-top: 44px;
}

.p-product__detail-modal-description-title p {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #fff;
}

.p-product__detail-modal-description-text {
	margin-top: 27px;
}

.p-product__detail-modal-description-text p {
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	color: #fff;
}

.p-product__detail-modal-description+.p-product__detail-modal-description {
	border-top: 1px solid #d3d3d3;
}

.p-product__detail-modal-description:last-of-type {
	border-bottom: 1px solid #d3d3d3;
}


@media screen and (max-width: 1023px) {
	.p-product__detail-modal-inner {
		width: 100%;
	}

	.p-product__detail-modal-close {
		right: 13px;
		top: 24px;
	}

	.p-product__detail-modal-title {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.p-product__detail-modal-box {
		padding-left: 26px;
		padding-top: 25px;
		padding-bottom: 100px;
	}

	.p-product__detail-modal-table+.p-product__detail-modal-description {
		margin-top: 28px;
	}

	.p-product__detail-modal-description {
		width: calc(100% - 26px);
		padding-bottom: 22px;
	}
}




/* cart modal
-------------------------------*/
.p-product__detail-cart-box {
	width: calc(100% - 80px);
	margin-right: auto;
	margin-left: auto;
	padding-top: 36px;
	padding-bottom: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.p-product__detail-cart-image {
	width: calc(100% - 260px);
	margin-top: 4px;
}

.p-product__detail-cart-info {
	width: 260px;
	padding-left: 30px;
	color: #fff;
	pointer-events: none;
}

.p-product__detail-cart-info-price {
	text-align: left;
	color: #fff;
}

.p-product__detail-cart-info-price p {
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

.p-product__detail-cart-info-id {
	text-align: left;
	color: #fff;
	margin-top: 8px;
}

.p-product__detail-cart-info-id p {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 12px;
}

.p-product__detail-cart-info-color {
	text-align: left;
	color: #fff;
	margin-top: 25px;
}

.p-product__detail-cart-info-color p {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 40;
	font-size: 13px;
	line-height: 15px;
}

.p-product__detail-cart-info-size {
	text-align: left;
	color: #fff;
	margin-top: 9px;
}

.p-product__detail-cart-info-size p {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 40;
	font-size: 13px;
	line-height: 15px;
}

.p-product__detail-cart-info-quantity {
	text-align: left;
	color: #fff;
	margin-top: 9px;
}

.p-product__detail-cart-info-quantity p {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 40;
	font-size: 13px;
	line-height: 15px;
}

.p-product__detail-cart-delete {
	position: absolute;
	right: 0;
	bottom: 37px;
}

.p-product__detail-cart-delete img {
	display: block;
}

.p-product__detail-cart-box+.p-product__detail-cart-box {
	border-top: 1px solid #d3d3d3;
}

.p-product__detail-cart-checkout {
	background-color: #fff;
	padding-top: 21px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	width: 440px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	z-index: 2;
}

.p-product__detail-cart-checkout .p-product__detail-cart-checkout-btn {
	width: 100%;
	background-color: #000;
	border: 1px solid #000;
	padding-top: 21px;
	padding-bottom: 15px;
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
	border-radius: 2px;
}

.p-product__detail-cart-continue-btn {
	width: 100%;
	background-color: #fff;
	border: 1px solid #000;
	padding-top: 21px;
	padding-bottom: 15px;
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #000;
	margin-top: 16px;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
	border-radius: 2px;
}

@media screen and (min-width: 1024px) {
	.p-product__detail-cart-checkout .p-product__detail-cart-checkout-btn:hover {
		color: #000;
		background-color: #fff;
	}

	.p-product__detail-cart-continue-btn:hover {
		color: #fff;
		background-color: #000;
	}
}

@media screen and (max-width: 1023px) {
	.p-product__detail-cart-checkout-btn:hover {
		color: #fff;
		opacity: 1;
	}

	.p-product__detail-cart-checkout {
		width: 100%;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-left: 26px;
		padding-right: 26px;
	}

	.p-product__detail-cart-box {
		width: calc(100% - 52px);
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.p-product__detail-cart-image {
		width: 100px;
	}

	.p-product__detail-cart-info {
		width: calc(100% - 100px);
	}

	.p-product__detail-cart-info-price p {
		font-size: 15px;
		line-height: 20px;
	}

	.p-product__detail-cart-info-id {
		margin-top: 7px;
	}

	.p-product__detail-cart-info-id p {
		font-size: 11px;
		line-height: 12px;
	}

	.p-product__detail-cart-delete {
		bottom: 24px;
	}

}


/* wish-list modal
-------------------------------*/
.p-product__detail-wish {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 99999;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.p-product__detail-wish-image div,
.p-product__detail-wish-info-color p span,
.p-product__detail-wish-info-size-options .p-product__detail-wish-info-size-option {
	display: none;
}

.p-product__detail-wish-image div.active,
.p-product__detail-wish-info-color p span.active,
.p-product__detail-wish-info-size-options .p-product__detail-wish-info-size-option.active {
	display: inline-block;
}

.p-product__detail-wish.is-open {
	opacity: 1;
	pointer-events: all;
}

.p-product__detail-wish-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}

.p-product__detail-wish-inner {
	position: absolute;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	top: 94px;
	width: 522px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #000;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.p-product__detail-wish-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 13px;
	cursor: pointer;
}

.p-product__detail-wish-close img {
	display: block;
	-webkit-filter: invert(1);
	filter: invert(1);
}

.p-product__detail-wish-image {
	width: calc(100% - 314px);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-product__detail-wish-info {
	width: 314px;
	padding-left: 34px;
}

.p-product__detail-wish-info-message p {
	font-family: "HelveticaNeueLTPro-Md", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #000;
}

.p-product__detail-wish-info-price p {
	font-family: "HelveticaNeueLTPro-Bd", "FP-ヒラギノ角ゴ ProN W6", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #000;
	margin-top: 13px;
}

.p-product__detail-wish-info-id p {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	color: #000;
	margin-top: 4px;
}

.p-product__detail-wish-info-color p {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #000;
	margin-top: 24px;
}

.p-product__detail-wish-info-size {
	margin-top: 12px;
}

.p-product__detail-wish-info-size-title {
	margin-right: 16px;
}

.p-product__detail-wish-info-size-title p {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #000;
}

.p-product__detail-wish-info-size-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.p-product__detail-wish-info-size-option {
	padding-top: 9px;
	padding-bottom: 4px;
	width: 36px;
	background-color: #f2f2f2;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
	cursor: pointer;
}

.p-product__detail-wish-info-size-option p {
	font-family: "HelveticaNeueLTPro-Md", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #000;
}

.p-product__detail-wish-info-size-option.is-select {
	background-color: #000;
	pointer-events: none;
}

.p-product__detail-wish-info-size-option.is-select p {
	color: #f2f2f2;
}

.p-product__detail-wish-info-btn {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #000;
	margin-top: 15px;
}

.p-product__detail-wish-info-btn a {
	position: relative;
}

.p-product__detail-wish-info-btn a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

@-webkit-keyframes Underline {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes Underline {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.p-product__detail-wish-info-btn a:hover::after {
	-webkit-animation: Underline 1s forwards;
	animation: Underline 1s forwards;
}

@media screen and (min-width: 1024px) {
	.p-product__detail-wish-info-size {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1023px) {
	.p-product__detail-wish-inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: calc(100% - 52px);
		top: 26px;
		padding-left: 3px;
		padding-right: 33px;
		padding-bottom: 30px;
	}

	.p-product__detail-wish-close {
		right: 13px;
		top: 13px;
	}

	.p-product__detail-wish-image {
		width: 34%;
	}

	.p-product__detail-wish-info {
		width: 66%;
		padding-left: 13px;
	}

	.p-product__detail-wish-info-message {
		padding-right: 26px;
	}

	.p-product__detail-wish-info-message p {
		line-height: 20px;
	}

	.p-product__detail-wish-info-price {
		margin-top: 17px;
	}

	.p-product__detail-wish-info-price p {
		font-size: 15px;
		line-height: 20px;
	}

	.p-product__detail-wish-info-id {
		margin-top: 7px;
	}

	.p-product__detail-wish-info-id p {
		font-size: 11px;
		line-height: 12px;
	}

	.p-product__detail-wish-info-size {
		margin-top: 19px;
	}

	.p-product__detail-wish-info-size-options {
		margin-top: 8px;
	}

	.p-product__detail-wish-info-size-option {
		margin-top: 8px;
	}

	.p-product__detail-wish-info-btn {
		margin-top: 25px;
	}
}


/* other_detail
-------------------------------*/
.other_detail {
	margin: 25px 0;
	font-size: 14px;
}

.other_detail th,
.other_detail td {
	padding: 15px 0;
	font-size: 14px;
}

.other_detail th {
	width: 85px;
}

.other_detail td {
	line-height: 1.4;
}

.other_detail td>span {
	margin-left: 1em;
}

.other_detail td>span.sku_proper_price {
	margin-left: 0;
	text-decoration: line-through;
}


.other_detail td>span.sku_sale_price {
	font-size: 16px;
	margin-left: 0;
}

.other_detail td>span.sku_comment+.txt_re,
.other_detail td span.sku_sale_price+.txt_re {
	margin-left: 0;
}

.other_detail .quantity_text {
	display: block;
	padding: 11px 30px 12px 10px;
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	font-weight: 400;
	font-size: 17px;
	width: 190px;
	margin-top: 0px;
	cursor: pointer;
}

.other_detail .quantity_list {
	top: 60px;
	width: 190px;
}

.other_detail td .itemPrice .sale_wrapper .proper_price {
	text-decoration: line-through;
	font-size: 80%;
	color: #999;
}

.other_detail td .itemPrice .sale_wrapper .separator {
	margin: 0 5px;
	font-size: 80%;
}

.other_detail td .itemPrice .sale_price {
	font-size: 24px;
	color: #f00;
}

.other_detail td .itemPrice .sale_price .sub {
	font-size: 12px;
}


.other_detail td .itemPrice .comment {
	margin-left: 10px;
	font-size: 80%;
	color: #f00;
}

.other_detail td .itemPrice .comment {
	display: block;
	margin-left: 82px;
}

.other_detail td .itemPrice .proper_price {
	font-size: 24px;
}

.other_detail td .itemPrice .txt_re {
	color: #f00;
}



@media only screen and (max-width: 749px) {
	.other_detail {
		margin: 12px 0;
	}




}


/* .controll_btn
-------------------------------*/
.controll_btn {}

.controll_btn .cart_btn {
	width: 81.97%;
	margin-right: 2%;
	width: -webkit-calc(98% - 58px);
	/*Chrome19~25対応*/
	width: -moz-calc(98% - 58px);
	/*Firefox4~15対応*/
	width: calc(98% - 58px);
	float: left;
}

.controll_btn .cart_btn button {
	position: relative;
	height: 60px;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	font-family: 'futura', 'Century Gothic', sans-serif;
}

.controll_btn .cart_btn button:before {
	position: absolute;
	top: 32%;
	left: 20px;
	content: '';
	width: 16px;
	height: 20px;
	background: url(../img/item-detail/icn_add_bag.png) no-repeat center center;
}

.controll_btn .cart_btn button img {
	display: inline-block;
	margin-bottom: 5px;
}

.controll_btn .btn_map {
	min-width: 58px;
	max-width: 58px;
	width: 13.09%;
	height: 60px;
	float: right;
	box-sizing: border-box;
}

.controll_btn .btn_map button {
	border: 1px solid #000;
}

.controll_btn .btn_map img {
	vertical-align: middle;
}

.p-product__detail-item-detail-btn {
	padding-top: 40px;
	margin-top: 32px;
	border-top: 1px solid #d3d3d3;
	position: relative;
	height: 94px;
}

.p-product__detail-item-detail-btn a {
	display: block;
	width: 100%;
	padding-top: 21px;
	padding-bottom: 15px;
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	-webkit-transition: background-color .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
	border-radius: 2px;
}

.p-product__detail-item-detail-btn a.soldout,
.p-product__detail-item-detail-btn a.comingsoon,
.p-product__detail-mini-btn a.soldout,
.p-product__detail-mini-btn a.comingsoon {
	pointer-events: none;
	background-color: #b5b5b5;
	color: #fff;
	border-color: #b5b5b5;
}

@media screen and (min-width: 1024px) {
	.p-product__detail-item-detail-btn a:hover {
		background-color: #fff;
		color: #000;
	}
}

@media only screen and (max-width: 1023px) {
	.controll_btn .cart_btn button {
		font-size: 16px;
		font-weight: bold;
	}

	.controll_btn .cart_btn button::before {
		background-size: 14px;
	}

	.controll_btn {
		margin-bottom: 22px;
	}

	.controll_btn .cart_btn button {
		font-size: 24px;
		font-weight: normal;
	}

	.controll_btn .cart_btn button::before {
		background-size: auto;
	}

	.controll_btn .cart_btn button {
		font-size: 16px;
		font-weight: bold;
	}

	.controll_btn .cart_btn button::before {
		background-size: 14px;
	}
}

/* タブ切り替え
--------------------------------------*/
#horizontalTab {
	clear: both;
}

ul.resp-tabs-list,
p {
	margin: 0px;
	padding: 0px;
}

.resp-tabs-list li {
	display: inline-block;
	padding: 15px 0;
	margin: 0;
	width: 21.55%;
	text-align: center;
	cursor: pointer;
	float: left;
	border: 1px solid #bfbfbf;
	margin-bottom: -1px !important;
	opacity: .3;
}

.resp-tabs-list li:first-child {
	border-left: 1px solid #bfbfbf;
}

.resp-tabs-container {
	padding: 60px 0 65px;
	background-color: #fff;
	clear: left;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	font-size: 16px;
	line-height: 1.75;
}

.resp-tabs-list li.resp-tab-active {
	border-bottom: none;
	border-bottom: 1px solid #fff;
	padding: 15px 0 !important;
	opacity: 1;
}

.resp-tabs-list li.resp-tab-active {
	background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
	display: block;
}

.resp-tab-content {}

h2.resp-accordion {
	font-size: 13px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

h2.resp-tab-active.resp-accordion:nth-of-type(2) {
	padding-left: 100px !important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

h2.resp-accordion span.resp-arrow {
	width: 20px;
	height: 40px;
	float: right;
	background: url(../img/item-detail/icn_open.png) no-repeat center center;
	background-size: 20px;
}

h2.resp-accordion.resp-tab-active span.resp-arrow {
	background: url(../img/item-detail/icn_close.png) no-repeat center center;
	background-size: 20px;
}


/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
	display: block;
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
	width: 100%;
	margin: 0px;
}

.resp-tab-content-active {
	display: block;
}

h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important;
}

/*tab_content*/
.ttl_review {
	margin: 0 0 20px;
}

.ttl_review .stars {
	color: #e95a7f;
}

.resp-tab-content .btn_review {
	display: inline-block;
	margin-left: 15px;
	padding: 0 20px;
	line-height: 40px;
	background: #000;
	color: #fff;
}

.review_list {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bfbfbf;
	font-size: 14px;
}

.review_list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}


.review_list .stars {}

.review_list .size {
	margin: 0 15px;
	font-size: 12px;
}

.review_list .date {
	font-size: 12px;
}

.review_list .nick_name {
	margin: 10px 0 5px;
}

.review_list .nick_name span {
	font-weight: bold;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 749px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
		height: 60px;
	}

	.resp-tabs-container h2.resp-accordion:first-child {
		background: url(../img/item-detail/ttl_product_detail.png) no-repeat 10px center;
	}

	.resp-tabs-container h2.resp-accordion:nth-of-type(2) {
		background: url(../img/item-detail/ttl_reviews_sp.png) no-repeat 10px center;
		background-size: auto 16px;
		padding-left: 100px;
		line-height: 40px;
	}

	.resp-tab-content-active {
		padding-bottom: 20px;
		border-bottom: 1px solid #c1c1c1 !important;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #bfbfbf;
	}

	.resp-tabs-container {
		padding: 25px 0;
		border-top: 0;
		border-bottom: 0;
	}

	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}

	.resp-accordion-closed {
		display: none !important;
	}

	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}

@media only screen and (max-width: 400px) {
	.ttl_review .btn_review {
		display: block;
		margin: 0 auto;
		text-align: center;
		max-width: 200px;
		box-sizing: border-box;
	}
}


/* related item
--------------------------------------*/

#related-wrap {
	padding: 28px 0 100px;
}

#related-wrap ul.related-list {
	overflow: hidden;
}

#related-wrap ul.related-list li {
	width: 15.5%;
	float: left;
	margin-left: 1.4%;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

#related-wrap ul.related-list li:first-child {
	margin-left: 0;
}

#related-wrap ul.related-list li .img {
	position: relative;
	margin-bottom: 20px;
}

#related-wrap ul.related-list li .img .heart {
	position: absolute;
	top: 10px;
	right: 10px;
}

#related-wrap ul.related-list li .img .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#related-wrap ul.related-list li .img:hover .mask {
	opacity: 1;
}

#related-wrap ul.related-list li .img .mask .bag-btn {
	position: absolute;
	bottom: 10px;
	margin: auto;
	left: 0;
	right: 0;
}

#related-wrap ul.related-list li .img .mask .bag-btn img {
	max-width: 120px;
}

#related-wrap ul.related-list li .item-name {
	margin-bottom: 10px;
}

#related-wrap ul.related-list li .price {
	color: #7d7d7d;
}

#related-wrap ul.related-list li .sp-btn {
	display: none;
}

#related-wrap ul.related-list li .img .bag-btn {
	position: absolute;
	bottom: 0px;
	margin: auto;
	right: 0px;

	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#related-wrap ul.related-list li .img:hover .bag-btn {
	opacity: 1;
}


@media only screen and (max-width: 1024px) {

	#related-wrap ul.related-list li .img .mask {
		display: none;
	}

	#related-wrap ul.related-list li .sp-btn {
		display: block;
		width: 70%;
		margin: 0 auto;
		padding-top: 10px;
	}

	#related-wrap ul.related-list li .item-name {
		margin-bottom: 0px;
	}
}

#category-wrap {
	margin-bottom: 43px;
}


@media only screen and (max-width: 750px) {
	#category-wrap {
		margin-bottom: 30px;
	}

	#related-wrap {
		padding: 0 0 40px;
	}

	#related-wrap ul.related-list li,
	#related-wrap ul.related-list li:first-child {
		width: 31.33%;
		float: left;
		margin: 0 3% 40px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	#related-wrap ul.related-list li:nth-child(3n) {
		margin-right: 0;
	}

	#related-wrap ul.related-list li .img {
		margin-bottom: 10px;
	}

	#related-wrap ul.related-list li .img img {
		width: 100%;
	}

	#related-wrap ul.related-list li .img .heart {
		top: 5px;
		right: 5px;
		width: 15px;
	}

	#related-wrap ul.related-list li .item-name {
		margin-bottom: 5px;
	}

}

dl#jis_size dt:after {
	content: "▲閉じる";
	padding-left: 10px;
}

dl#jis_size dt.active:after {
	content: "▼表示する";
	padding-left: 10px;
}

dl#jis_size dt {
	padding-top: 10px;
	color: #000;
	font-size: 12px;
	line-height: 1.75;
}

dl#jis_size dd table {
	table-layout: fixed;
}

dl#jis_size dd table tr td {
	padding-top: 10px;
	color: #000;
	font-size: 12px;
	line-height: 1.75;
}

dl#jis_size {
	font-family: Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, Arial, Verdana, sans-serif;
	color: #000;
}

/* Popup modal */
.wish-list {
	font-weight: normal;
	font-style: normal;
	font-family: 'adobe-garamond-pro', "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
	font-size: 1.0rem;
	letter-spacing: -0.001em;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	margin-top: 10px;
}

.maincontents_inner_wrap input {
	font-size: 10px;
}

.modal__header {
	font-style: normal;
	cursor: auto;
	color: #000;
	text-align: left;
	letter-spacing: -0.001em;
	box-sizing: border-box;
	font-family: inherit;
	text-rendering: optimizeLegibility;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000000;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.5);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	max-height: 75vh !important;
	width: 40%;
}

@media only screen and (max-width: 869px) {
	.modal__content {
		width: 100%;
	}
}

.modal__content .reminder_info {
	display: none;
}

.modal__content .login-box,
.modal__content .customers-nav,
.modal__content .login.mainContents,
.modal__content .login-wrap {
	padding: 0px !important;
}

.modal__content .login-wrap h3 {
	font-size: 24px !important;
	font-weight: bold !important;
}

.modal__wrapper .modal__close-btn {
	position: absolute;
	width: 35px;
	height: 35px;
	z-index: 1;
	top: 3px;
	background-color: #fff;
	right: 3px;
}

.modal__wrapper .modal__close-btn:after,
.modal__wrapper .modal__close-btn:before {
	position: absolute;
	top: 15px;
	left: 9px;
	width: 20px;
	height: 2px;
	content: "";
	background-color: #7F7F7F;
}

.modal__wrapper .modal__close-btn:before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal__wrapper .modal__close-btn:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.login-wrap {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
}

.login-nav {
	float: left;
	width: 50%;
	height: 460px;
	position: relative;
}

.login-nav .login-contents {
	width: 98%;
	height: 100%;
	float: none;
	background-color: #F9F9F9;
	padding: 20px;
}

.customers-nav {
	float: left;
	width: 50%;
	height: 460px;
	position: relative;
}

.customers-nav .customers-contents {
	height: 100%;
	float: none;
	background-color: #F9F9F9;
	padding: 20px;
}

.login .login-nav h3 {
	max-width: 400px;
	margin-bottom: 14px;
	font-size: 16px;
	color: #000000;
}

.login .customers-nav h3 {
	max-width: 400px;
	margin-bottom: 14px;
	font-size: 16px;
	color: #000000;
}

.checkbox_area {
	width: 100%;
	margin-bottom: 20px;
}

.checkbox {
	padding-left: 20px !important;
}

.login .btm_btn {
	margin: 5% 0 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: -webkit-center;
}

.login .login_btn {
	width: 200px;
	min-height: 30px !important;
	display: block;
	padding: 0 !important;
	font-family: 'adobe-garamond-pro', "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.login .login_btn_en {
	width: 200px;
	min-height: 30px !important;
	display: block;
	padding: 8px !important;
	font-family: 'adobe-garamond-pro', "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.login .login_sign_up_btn {
	width: 200px;
	min-height: 30px !important;
	display: block;
	padding: 5px !important;
	font-family: 'adobe-garamond-pro', "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.login .login_sign_up_btn_en {
	width: 200px;
	min-height: 30px !important;
	display: block;
	padding: 8px !important;
	font-family: 'adobe-garamond-pro', "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.login .form-bottom {
	text-align: center;
	margin: 0 0 10px
}

.login .form-bottom.last {
	margin-bottom: 15px;
	text-align: center;
}

.logout-wrap {
	width: 90%;
	margin: 0 auto;
}

.tcenter {
	text-align: center;
}

.mainContents .reminder_info {
	color: #FF0000;
	line-height: 1.8rem;
	text-align: left;
	margin-bottom: 10px;
}

.login .reminder_info a {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}

.login .join_text_area {
	width: 100%;
	margin-bottom: 68px;
}

.login .join_text_area .join_text {
	color: #2a2a2a;
	line-height: 1.8rem;
	max-width: 400px;
	text-align: left;
}

.login-title-box {
	width: 305px;
	float: left;
	margin-top: 1px;
}

.login.contact-title-box h3 {
	font-size: 30px;
	font-family: 'adobe-garamond-pro', "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
	text-align: left;
	max-width: 400px;
	margin-bottom: 40px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
}

.login-box {
	width: 860px;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: -0.05em;
}

.email-box {
	max-width: 300px;
	margin-top: 20px !important;
}

.password-box {
	max-width: 300px;
	margin-top: 20px !important;
}

.email-title {
	font-weight: bold;
	color: #2a2a2a;
}

.required-fields-title {
	font-weight: bold;
	color: #2a2a2a;
	text-align: left;
}

.password-title {
	float: left;
	font-weight: bold;
	color: #2a2a2a;
}

.login.modal .login-contents>p:last-of-type {
	display: none !important;
}

.p-product__detail-item-detail-btn-modal {
	background-color: #f4f4f5;
	border-radius: 13px;
	opacity: 0;
	width: 250px;
	pointer-events: none;
	-webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, .08);
	box-shadow: 5px 5px 14px rgba(0, 0, 0, .08);
	transform: translateY(-130%);
	margin: auto;
}

.p-product__detail-item-detail-btn-modal.is-open {
	opacity: 1;
	pointer-events: all;
}

.p-product__detail-item-detail-btn-modal .p-product__detail-item-detail-btn-modal__inner-title {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #b5b5b5;
	padding-left: 40px;
	padding-right: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.p-product__detail-item-detail-btn-modal ul {
	max-height: 220px;
	overflow: auto;
	padding-bottom: 7px;
}

.p-product__detail-item-detail-btn-modal ul li {
	cursor: pointer;
	height: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.p-product__detail-item-detail-btn-modal ul li {
	border-top: 1px solid #b6b6b6;
}

.p-product__detail-item-detail-btn-modal ul li::before {
	content: "";
	width: 11px;
	height: 9px;
	background-image: url(../img/ico_check_modal.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	opacity: 0;
}

.p-product__detail-item-detail-btn-modal ul li.is-select::before {
	opacity: 1;
}

.p-product__detail-item-detail-btn-modal ul li span {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	color: #d41f24;
	position: absolute;
	right: 14px;
}

.p-product__detail-item-detail-btn-modal ul li.soldout,
.p-product__detail-mini-modal__inner ul li.soldout,
.p-product__detail-item-detail-btn-modal ul li.comingsoon,
.p-product__detail-mini-modal__inner ul li.comingsoon {
	pointer-events: none;
	color: #bfbfbf;
}


@media only screen and (max-width: 1023px) {
	.p-product__detail-item-detail-btn-modal {
		transform: translateY(-60%);
	}
}


@media only screen and (max-width: 900px) {
	.login-nav {
		height: 500px;
	}

	.customers-nav {
		height: 500px;
	}
}

@media only screen and (max-width: 900px) {
	.login.mainContents {
		padding: 5px;
		padding-top: 40%;
		margin: 0 auto;
	}

	.login-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding-bottom: 100px;
	}

	.login-nav {
		width: 100%;
		height: auto;
		padding: 0;
	}

	.customers-nav {
		width: 100%;
		height: auto;
		padding: 10% 0 0;
		border: none;
	}

	.login .btm_btn {
		position: initial;
	}

	.login .reminder_info {
		padding-bottom: 10px;
		text-align: center !important;
	}

	.login .title-box h3 {
		font-weight: bold;
		margin: 0 0 20px 0;
	}

	.login-nav .login-contents {
		width: 100%;
	}

	.login .customers-nav .customers-contents {
		width: 100%;
	}

	.login .join_text_area {
		width: 100%;
		margin-bottom: 10%;
	}

	.login-title-box {
		width: 100%;
		float: left;
	}

	.login .login-title-box h3 {
		text-align: center;
		margin-bottom: 50px;
	}

	.login-box {
		width: 100%;
		float: left;
		padding: 0 20px;
	}

	.required-fields-title {
		text-align: center;
	}

	.login form,
	.login fieldset,
	.login legend,
	.login label,
	.login button {
		text-align: -webkit-center;
	}

	.login .join_text_area .join_text {
		text-align: center;
		margin: 0 auto;
	}
}

.modal__content .register {
	margin-top: 25px;
}

.modal__content .register h3 {
	margin-bottom: 15px;
}

.modal__content .pc-only {
	display: inline;
	float: none;
}

.modal__content .sp-only {
	display: none;
}

@media only screen and (max-width: 869px) {
	.modal__content .pc-only {
		display: none;
	}

	.modal__content .sp-only {
		display: block;
	}
}

.login select {
	margin-top: 0 !important;
	font-size: 12px !important;
	padding: 3px 10px 0 !important;
}

.login_forgot,
.modal__content>.maincontents_inner_wrap.clearfix>.login>form>label {
	display: block;
	text-align: left;
}

.login_forgot {
	margin-bottom: 5px;
}

.modal__content .maincontents_inner_wrap.clearfix {
	max-height: inherit;
	padding: 8.5%;
}

.modal__wrapper {
	background: #fff;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	max-height: 75vh !important;
	width: 90vw;
	border-radius: 5%;
}

/* ID95 CSS*/
.img_modal_wrap {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
}

.img_modal_bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
}

.img_modal_wrap .bx-wrapper {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img_modal_slide_num {
	color: white;
	display: inline-block;
	width: 100%;
	position: fixed;
}

.img_modal_close {
	display: inline-block;
	font-size: 50px;
	line-height: 25px;
	position: absolute;
	color: white;
	right: 0;
}

.img_modal_wrap .bx-wrapper .bx-prev {
	font-size: 1.0rem;
	text-align: left;
	letter-spacing: -0.001em;
	box-sizing: border-box;
	line-height: inherit;
	color: #000;
	text-decoration: none;
	position: absolute;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	width: 30px;
	height: 40px;
	background: url(../img/top/icn_left_sp.png) 0 0 no-repeat;
	background-size: 10.5px 20px;
	background-position: left center;
	left: -5px;
	top: calc(50% - 20px);
	display: block;
}

.img_modal_wrap .bx-wrapper .bx-next {
	font-weight: normal;
	font-style: normal;
	font-family: 'adobe-garamond-pro', "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-size: 1.0rem;
	text-align: left;
	letter-spacing: -0.001em;
	box-sizing: border-box;
	line-height: inherit;
	color: #000;
	text-decoration: none;
	position: absolute;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	width: 30px;
	height: 40px;
	background: url(../img/top/icn_right_sp.png) 0 0 no-repeat;
	background-size: 10.5px 20px;
	background-position: right center;
	right: -5px;
	top: calc(50% - 20px);
}

.img_modal_header {
	position: absolute;
	width: 100%;
	z-index: 9991;
}

.slider_wrap .pswp__counter {
	left: 46% !important;
	padding: 0 !important;
	font-size: 19px !important;
}

.slider_wrap>div.pswp {
	z-index: 10001 !important;
}

.slider_wrap .pswp--touch .pswp__button--arrow--left,
.slider_wrap .pswp--touch .pswp__button--arrow--right {
	visibility: visible !important;
}

.pswp__img {
	cursor: zoom-in;
}

.pswp_next_btn {
	border-style: solid;
	border-width: 0px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	color: #fff;
	transition: background-color 300ms ease-out;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
	right: 0;
	background: 0 0;
}

.pswp__button--arrow--right:before {
	width: 35px !important;
	height: 35px !important;
	background: url(../img/top/icn_right_sp.png) 0 0 no-repeat !important;
	background-size: 20px 20px;
	background-position: right center;
}

.pswp__button--arrow--left:before {
	width: 35px !important;
	height: 35px !important;
	background: url(../img/top/icn_left_sp.png) 0 0 no-repeat !important;
	background-size: 20px 20px;
	background-position: left center;
}

/*スライド最後のボタンを上下中央寄せにする*/
.last_wrap .wish-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

}

.last_wrap .grey-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	background-color: rgba(10, 10, 10, 0.45);
}

.last_wrap .wish-list {
	z-index: 1600;
}

/*既存スライダーの矢印調整*/
.bx-wrapper .bx-controls-direction a {
	z-index: 999 !important;
}

.soldoutdiagonalline {
	padding: 0 2px;
	position: relative;
}

.soldoutdiagonalline::after {
	position: absolute;
	content: "";
	display: block;
	transform: rotate(-30deg);
	background: #555555;
	width: 100%;
	height: 1px;
	top: 45%;
	left: 0;
}

.addmargin {
	margin: 0 0 1.25rem;
}

.addpadding {
	padding: 0 2px;
}

.lottery-message {
	font-size: 15px;
}

@media only screen and (max-width: 750px) {
	.lottery-message {
		font-size: 13px;
	}
}

#cart_china_regulation{
	display: none;
}

/*description*/
.p-product__detail-item-detail-description {
	padding-top: 23px;
	border-top: 1px solid #d3d3d3;
	margin-top: 80px;
}

.p-product__detail-item-detail-description-title,
.p-product__detail-item-detail-materials-title {
	font-family: "HelveticaNeueLTPro-Md", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #000;
}

.p-product__detail-item-detail-description-text {
	margin-top: 27px;
	position: relative;
	-webkit-transition: max-height .3s ease;
	-o-transition: max-height .3s ease;
	transition: max-height .3s ease;
	-webkit-line-clamp: unset;
}

.p-product__detail-item-detail-description-text.is-hide {
	height: fit-content;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 66px;
}

.p-product__detail-item-detail-description-text.is-open {
	max-height: fit-content;
	overflow: visible;
	display: block;
}

.p-product__detail-item-detail-description-text p {
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	color: #000;
}

.p-product__detail-item-detail-description-more {
	margin-top: 15px;
	text-align: right;
}

.p-product__detail-item-detail-description-more a {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	position: relative;
}

.p-product__detail-item-detail-description-more a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.p-product__detail-item-detail-materials {
	padding-top: 23px;
	border-top: 1px solid #d3d3d3;
	margin-top: 24px;
}

.p-product__detail-item-detail-materials-text {
	margin-top: 24px;
}

.p-product__detail-item-detail-materials-text p {
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	color: #000;
}

.p-product__detail-item-detail-other {
	padding-top: 23px;
	border-top: 1px solid #d3d3d3;
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-product__detail-item-detail-other-item {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #000;
	display: block;
	position: relative;
	padding-bottom: 1px;
}
.p-product__detail-item-detail-other-item::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #000;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.p-product__detail-item-detail-other-item:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	transition: 1s;
}

.p-product__detail-item-detail-other-item+* {
	margin-top: 15px;
}

@media screen and (max-width: 1023px) {
	.p-product__detail-item-detail-description {
		margin-top: 65px;
	}

	.p-product__detail-item-detail-materials {
		margin-top: 22px;
	}

	.p-product__detail-item-detail-materials-text p {
		font-size: 13px;
		list-style: 25px;
	}

	.p-product__detail-item-detail-other {
		padding-top: 50px;
		margin-top: 27px;
	}
}



/* scroll modal add */
.p-product__detail-mini {
	width: 100%;
	height: 78px;
	background-color: #fff;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #000;
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	-o-transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	top: 106px;
}

.maincontents.has-banner .p-product__detail-mini {
	top: 137px;
}

.p-product__detail-mini.is-hide {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.p-product__detail-mini-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 13px;
	padding-right: 40px;
}

.p-product__detail-mini-image {
	height: 100%;
	width: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-product__detail-mini-image img {
	height: 100%;
	width: auto;
}

.p-product__detail-mini-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-product__detail-mini-price {
	text-align: right;
	margin-right: 40px;
}

.p-product__detail-mini-price p {
	font-family: "HelveticaNeueLTPro-Bd", "FP-ヒラギノ角ゴ ProN W6", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

.p-product__detail-mini-btn {
	position: relative;
}

.p-product__detail-mini-btn a {
	padding-left: 160px;
	padding-right: 160px;
	display: block;
	padding-top: 21px;
	padding-bottom: 15px;
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 2px;
	-webkit-transition: background-color .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

.p-product__detail-mini-btn.soldout {
	pointer-events: none;
}

.p-product__detail-mini-btn.soldout a {
	background-color: #b5b5b5;
	color: #fff;
	border-color: #b5b5b5;
}

.p-product__detail-mini-modal {
	position: absolute;
	left: 75px;
	top: -8px;
	background-color: #f4f4f5;
	border-radius: 13px;
	opacity: 0;
	width: 250px;
	pointer-events: none;
	-webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, .08);
	box-shadow: 5px 5px 14px rgba(0, 0, 0, .08);
}

.p-product__detail-mini-modal.is-open {
	opacity: 1;
	pointer-events: all;
}

.p-product__detail-mini-modal .p-product__detail-mini-modal__inner-title {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #b5b5b5;
	padding-left: 40px;
	padding-right: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.p-product__detail-mini-modal ul {
	max-height: 220px;
	overflow: auto;
	padding-bottom: 7px;
	border-top: 1px solid #b6b6b6;
}

.p-product__detail-mini-modal ul li {
	cursor: pointer;
	height: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.p-product__detail-mini-modal ul li::before {
	content: "";
	width: 11px;
	height: 9px;
	background-image: url(../img/ico_check_modal.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	opacity: 0;
}

.p-product__detail-mini-modal ul li.is-select::before {
	opacity: 1;
}

.p-product__detail-mini-modal ul li+li {
	border-top: 1px solid #b6b6b6;
}

.p-product__detail-mini-modal ul li span {
	font-family: "HelveticaNeueLTPro-Roman", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	color: #d41f24;
	position: absolute;
	right: 14px;
}

.p-product__detail-mini-btn select {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.p-product__detail-mini-btn a:hover {
		background-color: #fff;
		color: #000;
	}
}


@media screen and (max-width: 1023px) {
	.p-product__detail-mini {
		/* top: 46px; パンくずなしバージョン */
		top: 88px;
	}

	.maincontents.has-banner .p-product__detail-mini {
		top: 130px;
	}

	.p-product__detail-mini-inner {
		padding-right: 13px;
	}

	.p-product__detail-mini-price {
		margin-right: 26px;
	}

	.p-product__detail-mini-btn a {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 16px;
	}

	.p-product__detail-mini-modal {
		left: auto;
		right: 0;
		top: -7px;
	}
}