/* 以下の内容は後で整理
css/shop/style.product_detail.css
css/shop/style.pc_product_detail_index.css
css/shop/style.product.css
*/


/* css/shop/style.product_detail.cssの内容 */
/* 商品詳細 */
.slide-box {
	width: 100%;
	text-align: center;
}

.slide-box ul li {
	list-style-type: none;
}

.slide-box ul li img {
	display: block;
	margin: 0 auto;
}

.brand-history-intro {
	width: 90%;
	margin: 2em auto auto;
}

h5.brand-history-intro {
	font-weight: bold;
	font-size: 1.2em;
	color: #B67C29;
	border-bottom: 1px solid #B67C29;
}

p.brand-history-intro {
	margin-bottom: 30px;
	margin-top: 0.5em;
	text-align: justify;
}

p.brand-history-intro .continue {
	color: #ABABAB;
}

.to-brands a {
	display: block;
	max-width: 600px;
	width: 90%;
	margin: 20px auto 0;
	background-color: #303335;
	color: #FFF;
	text-align: center;
	padding: 0.57em 0;
	border-radius: 5px;
	line-height: 1.94em;
}

.to-brands a span{
	font-weight: bold;
	font-size: 1.2em;
}

.choice-btn .next__btn__click:hover,
.choice-btn .next__btn__click:focus  {
    color: #FFF!important;
}

.choice-btn #favorite_name,
.choice-btn #favorite_name:hover,
.choice-btn #favorite_name:focus  {
    color: inherit !important;
}

.delivery-message {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 10px;
	text-align: center;
	color: red;
	border: 1px solid red;
}

.delivery-message span {
	font-weight: bold;
}

.laxus-price {
	margin: 10px 0 0;
}

.laxus-price .s1 {
	display: inline-block;
	margin-right: 10px;
}

.laxus-price .s2 {
	font-size:10px;
}

.laxus-price .s3 {
	font-size: 20px
}

.laxus-price .s4 {
	font-size:10px;
}

.laxus-credit {
	width: 180px; 
		vertical-align: top;
}

@media screen and (min-width: 768px ) {
  .laxus-price br {
    display: none;
  }

}

@media screen and (max-width: 767px ) {
	.laxus-credit {
		width: 180px; 
		margin-left: 90px;
		vertical-align: top;
	}
}

.laxus-price-info {
	color: red;
	font-size: 12px;
}

.btn-box {
	width: 100%;
	margin-bottom: 20px;
	/* background-color: #F0F0F0; */
	background-color: #372423;
	/* border-radius: 4px; */
	padding: 10px;
}

.btn-box::after {
	content: "";
	display: block;
	clear: both;
}

.btn-box .btn-box-info {
	float: left;
	color: #fff;
	/* width: 55%; */
	font-size: 13px;
	margin-top: 15px;
}

.btn-box .go-to-tmp-reserve {
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	/* background-color: #F1C455; */
	background-color: #C70000;
	border-radius: 4px;
	float: right;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
	color: #fff;
}

.btn-box .go-to-tmp-reserve:hover {
	background-color: #CC9900;
}

.btn-box .go-to-tmp-reserve-inactive {
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A0A0A0;
	border-radius: 4px;
	float: right;
}

.panel-buttons {
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	table-layout: fixed;
	margin-top: 10px;
}

.panel-buttons .panel-content {
	display: table-cell;
	background-color: #F2F2F2;
	border-radius: 4px;
	padding: 0 0 5px;
	text-align: center;
	cursor: pointer;
}

.panel-buttons .panel-content img {
	width: 44px;
	display: block;
	margin: 0 auto;
}

.panel-buttons .panel-content p {
	display: inline-block;
	margin-left: 5px;
}

.hidden {
	display: none;
}
/* シェア */
.share-box {
	display: none;
	position: absolute;
	top: 390px;
	right: 24px;
	background-color: #E6E6E6;
	border-radius: 4px;
	width: 300px;
	box-shadow: 3px 3px 5px #A0A0A0;
	padding: 10px;
	z-index: 95;
}

.share-box::before {
	position: absolute;
	content: "";
	height: 20px;
	bottom: -10px;
	right: 76px;
	margin-left: -10px;
	width: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	box-shadow: 4px 2px 3px #A8A8A8;
	background-color: #E6E6E6;
}

.share-box .box-inner {
	background-color: #E6E6E6;
	border-radius:4px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.share-box .share-content {
	display: table;
	border-collapse: separate;
	border-spacing: 5px 10px;
	box-shadow: 2px 2px 5px #A0A0A0;
	margin: 5px 0;
	cursor: pointer;
	width: 100%;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.share-box .share-content:hover {
	background-color: #A0A0A0;
}

.share-box .share-content .share-image,
.share-box .share-content .share-comment {
	display: table-cell;
}

.share-box .share-content .share-image img {
	width: 45px;
}

.overlay {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	z-index: 101;
	background-color: rgba(0,0,0,0.6);
}

/* お気に入り */
.favorite-box {
	display: none;
	position: absolute;
	margin: 0 auto;
	width: 750px;
	height: 500px;
	background-color: #FFFFFF;
	border-radius: 4px;
	z-index: 102;
}

.favorite-box img.like-product {
	position: absolute;
	top: 75px;
	left: 0;
	width: 350px;
	max-height: 350px;
}

.favorite-box .like-box {
	position: relative;
	z-index: 103;
	height: 500px;
	width: 100%;
	background: #FFFFFF;
	border-left: 1px solid #A0A0A0;
	text-shadow: none;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}

.favorite-box .like-box .close-box {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.favorite-box .like-box .close-box img {
	width: 100%;
}

.favorite-box .like-box h3 {
	text-align: center;
	color: #383838;
	margin: 10px 0 10px 20px;
	font-size: 22px;
	letter-spacing: 5px;
}

.favorite-box .like-box .divide-line {
	position: absolute;
	top: 134px;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #A0A0A0;
}

.favorite-box .like-box .add-new-box {
	width: 100%;
}

.favorite-box .like-box .add-new-box .attention {
	margin: 0 0 3px 2px;
}

.favorite-box .like-box .add-new-box .input-new-like {
	margin: 0;
	text-align: left;
	text-shadow: none;
	padding: 7px 10px;
	background-color: #F0F0F0;
	color: #000000;
	border: none;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.favorite-box .like-box .add-new-box .input-new-like:focus {
	border: 1px solid #F1C455;
}

.favorite-box .like-box .add-new-box .input-new-like:placeholder-shown {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .input-new-like::-webkit-input-placeholder {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .input-new-like:-moz-placeholder {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .input-new-like::-moz-placeholder {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .input-new-like:-ms-input-placeholder {
	color: #A0A0A0;
}

.favorite-box .like-box .add-new-box .btn-new-like {
	display: inline-block;
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.favorite-box .like-box .add-new-box .btn-new-like:hover {
	background-color: #CC9900;
}

.favorite-box .like-box .like-category-list {
	margin: 20px 0;
}

.favorite-box .like-box .like-category-list dl {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #A0A0A0;
	height: 80px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.favorite-box .like-box .like-category-list dl:hover {
	background-color: #F0F0F0;
}

.favorite-box .like-box .like-category-list dl:first-child {
	padding-top: 0;
}

.favorite-box .like-box .like-category-list dl:last-child {
	border: none;
	padding-bottom: 0;
}

.favorite-box .like-box .like-category-list dl::after {
	content: "";
	display: block;
	clear: both;
}

.favorite-box .like-box .like-category-list dl dt {
	float: left;
	width: 75px;
	position: relative;
}

.favorite-box .like-box .like-category-list dl dt .small-heart {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 18px;
	left: 18px;
	opacity: 0.8;
}

.favorite-box .like-box .like-category-list dl dt .btn-add-like-ctg {
	position: absolute;
	top: 35px;
	left: 200px;
	opacity: 0.8;

	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.favorite-box .like-box .like-category-list dl dt img {
	width:100%;
	vertical-align: top;
	opacity: 0.8;
}

.favorite-box .like-box .like-category-list dl dd {
	padding-left: 90px;
	padding-top: 10px;
	margin: 0;
}

.favorite-box .like-box .like-category-list dl dd p {
	margin: 0;
}

@media screen and (max-width: 767px ) {
	.favorite-box {
		width: 80%;
	}
.favorite-box .like-box {
		border-left: none;
	}
.favorite-box .like-box .like-category-list dl dt .btn-add-like-ctg {
		left: 150px;
	}
}

@media screen and (max-width: 430px ) {
	.favorite-box .like-box .divide-line {
		display: none;
	}
}

/* 商品詳細 */
dl.product-detail {
	margin: 20px 0 5px;
	background-color: #F5F5F5;
	border-radius: 4px;
	padding: 20px;
	width: 100%;
}

dl.product-detail dt {
	float: left;
	width: 110px;
	line-height: 25px;
}

dl.product-detail dd {
	padding-left: 110px;
	line-height: 25px;
}

.add-info {
	margin-bottom: 20px;
}

.add-info .show-hide-picture {
	color: #0000FF;
	cursor: pointer;
}

.add-info-picture {
	display: none;
	max-width: 300px;
	width: 100%;
	margin: 5px auto 0;
	border: 1px solid #A0A0A0;
}

.product_new_wiews {
	background-color: #FFEBb1;
	color: #40220F;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 10px 0 10px;
	text-align: center;
}

/*
.product-new-wiews-pop {
	position:fixed; 
	bottom:-50px; 
	right: -400px;
	width: 400px;
	height: 220px;
	z-index:100;

	text-align: center;
	font-size: 14px;
	background-image: url(../../img/home/product-new-wiews-pop.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 4px 0;
	color: #FFFFFF;
}

*/
.product-new-wiews-pop {
	position:fixed;
	bottom:60px;
	right: -400px;
	width: 400px;
	height: 60px;
	z-index:100;
	text-align: left;
	font-size: 16px;
	background-image: url(../../img/home/product-new-wiews-icon.png);
	background-position:2% 70% ;
	background-size: 50px;
	background-repeat: no-repeat;
	background-color: #303132;
	padding: 18px 0  0 80px ;
	/* padding: 11px 0  0 80px ;*/
	color: #FFFFFF;

    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.product-new-wiews-pop img{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 24px

}



@media screen and (max-width: 995px ) {
	.product-new-wiews-pop {
		font-size: 14px;
	}
}

@media screen and (max-width: 590px ) {
	.product-new-wiews-pop {
		position:fixed;
		bottom:5px;
		width: 320px;
		right: -350px;
		font-size: 15px;
	}
}

/* iPhone 5 対応 */
@media only screen
    and (max-device-width:320px) {
	.product-new-wiews-pop {
		position:fixed;
		bottom:5px;
		font-size: 15px;
		width: 295px;
		right: -330px;
	}
}

/* iPhone 4s 対応 */
@media only screen
    and (max-device-width:300px) {
	.product-new-wiews-pop {
		position:fixed;
		bottom:5px;
		font-size: 14px;
		width: 270px;
		right: -310px;
	}
}

.fine-product {
    width: auto;
    padding: 0 4px;
    height: 24px;
    line-height: 22px;
    color: #F05096;
    font-size: 14px;
    border: 2px solid #F05096;
    display: inline-block;
}

.reserve-appoint {
	display: table;
	width: 100%;
}

.reserve-appoint .box-row {
	display: table-row;
	/*border-top:1px solid #828282;*/
}

.reserve-appoint .box-row .left {
	display: table-cell;
	color:#007AFF; 
	text-align:left;
	    width: 30%;
	    padding: 0 10px 15px;
}

.reserve-appoint .box-row .right {
	display: table-cell;
	text-align: left;
	    width: 70%;
}

.btn-reserved-cancel  {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #C70000;
	border-radius: 4px;
	float: right;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
	color: #fff;
	margin:10px;
}

.btn-reserved-change  {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	float: right;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
	margin:10px;
	border: 0;
}

.btn-reserved-change:hover {
	background-color: #CC9900;
}

.search-condition-feature_tag {
	background-color: #f0f0f0;
	margin: 10px 5px;
	padding: 2px 5px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: #979797;
	border-radius: 4px;
	line-height: 2;
	white-space: nowrap;
}

#page-product-detail .sp_bars .bars-black{
	display: block;
}

#page-product-detail .sp_bars.sp_bars_change .bars-black {
    display: block;
}

#page-product-detail .sp_bars .bars-white {
    display: none;
}

#page-product-detail .sp_bars.sp_bars_change .bars-white {
    display: none;
}

/* #page-product-detail .btn-to-bags {
	display: block;
	margin: 0 auto;
	font-size: 1.13em;
	width: 43%;
	padding: 0.47em 0;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #303335;
	line-height: 1.72em;
	text-align: center;
	color: #fcfcfc;
	cursor: pointer;
} */

/* #page-product-detail .btn-to-bags:hover {
    color: #fcfcfc;;
} */

#page-product-detail .story {
    margin-bottom: 2em !important;
}

/* @media screen and (max-width: 640px) {
	#page-product-detail .btn-to-bags {
		width: 90%;
	}
} */

#page-product-detail .slider-for img {
	width: 100%;
	margin: 0 auto 12px;
	height: 455px;
}

@media screen and (max-width: 640px) {
	#page-product-detail .slider-for img {
		width: 100%;
		height: 300px;
	}
}

#page-product-detail .slider-for div:focus{
	outline:none;
}

#page-product-detail .slider-nav {
	word-wrap: break-word;
}

#page-product-detail .slider-nav div:focus{
	outline:none;
}

#page-product-detail .slider-nav img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#page-product-detail nav.global-menu .logo-white{
    display: none;
}

#page-product-detail nav.global-menu .logo-black{
    display: inline;
}

#page-product-detail nav.global-menu.fixed .logo-white{
    display: none;
}

#page-product-detail nav.global-menu.fixed .logo-black{
    display: block;
}

    .mag-articles {
        width: 90%;
        margin: 0 auto 2em;
    }

    .mag-articles h5 {
        font-weight: bold;
        font-size: 1.2em;
        color: #B67C29;
        border-bottom: 1px solid #B67C29;
    }

    .wrapper-barticles {
        display: flex;
        flex-wrap: wrap;
    }

    .wrapper-barticles article {
        width: 50%;
        margin-bottom: 1em;
    }

    .wrapper-barticles article a {
        display: flex;
        width: 100%;
    }

    .wrapper-barticles article figure {
        width: 20%;
    }

    .wrapper-barticles article h6 {
        box-sizing: border-box;
        width: 80%;
        padding-left: 13px;
        color: #646464;
        margin: 0;
    }

    .wrapper-barticles article h6 span {
        display: inline-block;
        margin-bottom: 5px;
    }

    .wrapper-barticles article h6 b {
        font-weight: normal;
        font-size: 15px;
        text-align: justify;
    }

    .wrapper-barticles article figure img {
        max-width: 100%;
    }
    #compare_size_button {
        margin-bottom: 10px;
        width: 100%;
        background-color: #303335;
        border-radius: 4px;
        height: 50px;
        line-height: 50px;
    }
    #compare_size_button span {
        display: block;
        font-size: 14px;
        color: #FFF;
        position: relative;
        margin-right: -20px;
    }
    #compare_size_button span:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 40px;
        height: 40px;
        top: 5px;
        background-image: url(<?= site_url('img/reserve/size_compare/size_compare_icon_wh.png') ?>);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-left: -39px;
    }
    .slider-hidden{
        display: none;
    }
    .to-firstguide a{
        width: 100%;
        max-width: 340px;
        padding: 0;
        margin: 0 auto 20px;
    }
    .fg_container{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 8px 0; 
    }
    .to-firstguide a:before{
        display: none;
    }
    .to-firstguide a span.waku{
        margin-right: 0;
    }
    .first-komoji{
        line-height: 1;
    }
    .item__delivery__message{
        margin: 10px 0;
    }
    .col-xs-12{
        padding: 0;
    }
    @media screen and (max-width: 639px) {
        .wrapper-barticles article {
            width: 100%;
        }

        .wrapper-barticles article figure {
            width: 33%;
        }

        .wrapper-barticles article h6 {
            width: 66%;
        }
        .rental{
            font-size: 0.9em;
            display: block;
            margin-top: 7px;
        }
        .to-firstguide a{
            margin-bottom: 10px;
            line-height: 1.4;
        }
        .item__delivery__message{
            font-size: 12px;
            text-align: center;
        }
        .detail_bread{
            display: none;
        }
        .to-firstguide {
            margin-top: 20px;
        }
        #item__detail h4>a{
            font-size: 20px;
        }			
        .tag-area p {
            font-weight: normal!important;
        }		
    }
    .container {
        max-width: 1040!important;
        width: 87%!important;
        margin: auto;
    }
    .firstguide-banner,
    .outfit-banner {
        width: 100%;
        max-width: 400px;
    }
    @media (min-width: 741px) {
        .pc-only {
            display: block!important;
        }
        .sp-only {
            display: none!important;
        }
    }
    @media (max-width: 740px) {
        .pc-only {
            display: none!important;
        }
        .sp-only {
            display: block!important;
        }
    }
    #product-detail-app-dl {
        line-height: 23.5px!important;
        height: 50px!important;
    }
    #product-detail-app-dl span {
        font-size: 13px;
    }
    #product-detail-app-dl::after {
        content: unset!important;
    }
	.points {
		display: flex;
		gap: 8px;
		justify-content: center;
		margin-top: 12px;
		margin-bottom: 12px;
		cursor: pointer;
	}
	.point-box {
		width: 130px;
		border-radius: 10px;
		border: 1px solid #D9D9D9;
		background: #F5F5F5;
		text-align: center;
		padding: 8px 0;
	}
	.point-box .point-title {
		font-size: 13px;
		font-weight: 600;
		margin-bottom: 9px;
	}
	.point-box img {
		width: 45px;
		margin: 0 auto 10px;
	}
	.point-box p {
		text-align: center;
		font-size: 10px;
		font-weight: 300;
	}
	@media screen and (min-width: 767px ) {
		.points {
			gap: 16px;
		}
		.point-box {
			width: 240px;
		}
	}
	@media (min-width: 1024px) {
		.points {
			margin-top: 10px;
			margin-bottom: 16px;
		}
	}
    .tag-area {
        display: flex;
		gap: 1.2rem;
        margin: 1.5em auto 3em;
        flex-wrap: wrap;
    }
    .tag-area p {
        font-size: 14px;
        font-weight: 600;
        line-height: 12px;
        border-radius: 20px;
        padding: 5px 7px;
        background: #9e9c9c29;
        color: #555;
        margin: 0;
        cursor: default;
    }
    .tag-area span {
        font-size: 1.2em;
        padding-right: 2px;
    }
	.btn-disabled {
		background: #ccc;
		border: 1px solid #ccc;
		cursor: col-resize;
		pointer-events: none;
	}

/* css/shop/style.product_detail.cssの内容 ここまで */


/* css/shop/style.pc_product_detail_index.cssの内容 */
div.product-laxusx-guide {
    padding: 10px 15px 10px 15px;
    height: 50px;
    line-height: 20px;
    color: #3cbbb1;
    background-color: #FFFFFF;
    border: 1px solid #3cbbb1;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 16px;
}
div.product-laxusx-guide:before,
div.product-laxusx-guide:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7C7;
	border: 1px solid #3cbbb1;
	border-radius: 4px;
}
div.product-laxusx-guide:before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.product-laxusx-guide:after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* シェア */
.share-box {
	display: none;
	position: absolute;
	top: 390px;
	right: 24px;
	background-color: #E6E6E6;
	border-radius: 4px;
	width: 300px;
	box-shadow: 3px 3px 5px #A0A0A0;
	padding: 10px;
	z-index: 95;
}

.share-box::before {
	position: absolute;
	content: "";
	height: 20px;
	bottom: -10px;
	right: 200px;
	margin-left: -10px;
	width: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	box-shadow: 4px 2px 3px #A8A8A8;
	background-color: #E6E6E6;
}

.share-box .box-inner {
	background-color: #E6E6E6;
	border-radius:4px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.share-box .share-content {
	display: table;
	border-collapse: separate;
	border-spacing: 5px 10px;
	box-shadow: 2px 2px 5px #A0A0A0;
	margin: 5px 0;
	cursor: pointer;
	width: 100%;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.share-box .share-content:hover {
	background-color: #A0A0A0;
}

.share-box .share-content .share-image,
.share-box .share-content .share-comment {
	display: table-cell;
}

.share-box .share-content .share-image img {
	width: 45px;
}

.overlay {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	z-index: 101;
	background-color: rgba(0,0,0,0.6);
}

@media screen and (min-width: 990px) {
	.reserve-show-detail .details,
	.reserve-show-detail2 .details {
		background-color: #FFFFFF;
		padding: 10px;
	}
	.reserve-show-detail .details ul,
	.reserve-show-detail2 .details ul {
		margin: 0 0 10px;
		padding: 0;
		padding-left: 30px;
	}
	
	.reserve-show-detail .details ul li,
	.reserve-show-detail2 .details ul li {
		color: #000000;
		list-style: none;
	}
	
	.reserve-show-detail .details ul li.title,
	.reserve-show-detail2 .details ul li.title {
		color: #007AFF;
	}
	
	.reserve-show-detail .details ul li.naiyo,
	.reserve-show-detail2 .details ul li.naiyo {
		position: relative; 
		left: 150px; 
		top: -20px; 
	}
		
	.reserve-show-detail2 .details ul li .show_hide_picture {
		text-decoration: underline;
		padding-left: 15px;
		margin: 0;
	}
	
	.reserve-show-detail2 .details ul li .add_info_picture {
		/*width: 200px;*/
		width: 95%;
		margin: 5px auto;
		display: block;
		vertical-align: bottom;
	}

}

@media screen and (min-width: 767px) and (max-width: 990px) {
     
	.reserve-show-detail .details,
	.reserve-show-detail2 .details {
		background-color: #FFFFFF;
		padding: 10px;
	}
	
	.reserve-show-detail .details ul,
	.reserve-show-detail2 .details ul {
		margin: 0 0 10px;
		padding: 0;
	}
	
	.reserve-show-detail .details ul li,
	.reserve-show-detail2 .details ul li {
		color: #000000;
		list-style: none;
	}
	
	.reserve-show-detail .details ul li.title,
	.reserve-show-detail2 .details ul li.title {
		color: #007AFF;
	}
	
	.reserve-show-detail2 .details ul li .show_hide_picture {
		text-decoration: underline;
		padding-left: 15px;
		margin: 0;
	}
	
	.reserve-show-detail2 .details ul li .add_info_picture {
		/*width: 200px;*/
		width: 95%;
		margin: 5px auto;
		display: block;
		vertical-align: bottom;
	}

}

@media screen and (min-width: 501px) and (max-width: 767px) {
	.reserve-show-detail .details,
	.reserve-show-detail2 .details {
		background-color: #FFFFFF;
		padding: 10px;
	}
	.reserve-show-detail .details ul,
	.reserve-show-detail2 .details ul {
		margin: 0 0 10px;
		padding: 0;
		padding-left: 30px;
	}
	
	.reserve-show-detail .details ul li,
	.reserve-show-detail2 .details ul li {
		color: #000000;
		list-style: none;
	}
	
	.reserve-show-detail .details ul li.title,
	.reserve-show-detail2 .details ul li.title {
		color: #007AFF;
	}
	
	.reserve-show-detail .details ul li.naiyo,
	.reserve-show-detail2 .details ul li.naiyo {
		position: relative; 
		left: 150px; 
		top: -20px; 
	}
		
	.reserve-show-detail2 .details ul li .show_hide_picture {
		text-decoration: underline;
		padding-left: 15px;
		margin: 0;
	}
	
	.reserve-show-detail2 .details ul li .add_info_picture {
		/*width: 200px;*/
		width: 95%;
		margin: 5px auto;
		display: block;
		vertical-align: bottom;
	}

}

@media screen and (max-width: 501px) {
	.reserve-show-detail .details,
	.reserve-show-detail2 .details {
		background-color: #FFFFFF;
		padding: 10px;
	}
	
	.reserve-show-detail .details ul,
	.reserve-show-detail2 .details ul {
		margin: 0 0 10px;
		padding: 0;
	}
	
	.reserve-show-detail .details ul li,
	.reserve-show-detail2 .details ul li {
		color: #000000;
		list-style: none;
	}
	
	.reserve-show-detail .details ul li.title,
	.reserve-show-detail2 .details ul li.title {
		color: #007AFF;
	}
	
	.reserve-show-detail2 .details ul li .show_hide_picture {
		text-decoration: underline;
		padding-left: 15px;
		margin: 0;
	}
	
	.reserve-show-detail2 .details ul li .add_info_picture {
		/*width: 200px;*/
		width: 95%;
		margin: 5px auto;
		display: block;
		vertical-align: bottom;
	}

}

/* css/shop/style.pc_product_detail_index.cssの内容 ここまで */


/* css/shop/style.product.cssの内容 */
/* バッグ一覧 */
.search-again {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	z-index: 202;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.search-again:hover {
	background-color: #CC9900;
}

@media screen and (max-width: 767px ) {
	.search-again {
		top: 0;
		width: 80px;
	}
}
.to-firstguide a{
	font-size: 1.2em;
	font-weight: bold;
}
.to-brands a,
.to-firstguide a {
	display: block;
	margin: 20px auto 60px;
	color: #FFF;
	border-radius: 4px;
	line-height: 1.94em;
}

.to-brands a {
	background-color: #303335;
	padding: 0.57em 0;
	text-align: center;
	max-width: 600px;
	width: 90%;
}

.to-firstguide a {
	background-color: #13B65D;
	padding: 0.57em 0.57em 0.57em 70px;
	max-width: 460px;
	width: 90%;
}

.to-brands a span{
	font-weight: bold;
	font-size: 1.2em;
}

.to-firstguide a {
    position: relative;
}

.to-firstguide a:before {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    top: 0px;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-size: contain;
    background-image: url(/app/img/pc/info/guide-mark.png);
}

.to-firstguide a span.waku {
    background-color: #FFF;
    color: #000;
    border-radius: 5px;
    padding: 0.25em 0.4em 0.25em 0.5em;
    margin-right: 1em;
}

.first-komoji {
    font-size: 0.8em;
    font-weight: normal;
}

@media screen and (max-width: 767px ) {
	.to-brands a {
		margin: 20px auto 40px;
	}
}

.top-image-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.86);
	color: #000000;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.main-buttons {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 5px;
	margin-bottom: 5px;
}

.main-btn-favorite{
	width: auto;
	padding: 0 4px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index:3005;
}

.main-btn-favorite img{
	width: 30px;
	z-index:3006;
}

.main-buttons .main-button-favorite,
.main-buttons .main-button-having {
	display: table-cell;
	width: 50%;
	/* background-color: #F2F2F2;*/
	border-radius: 3px;
	font-size: 8px;
	padding: 5px;
}

.main-buttons .main-button-favorite img,
.main-buttons .main-button-having img {
	/* display: block;*/
	margin: 0 auto;
	width: 22px;
}

.main-buttons .main-button-favorite .main-button-favorite-cnt {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 8px;
}

.favorite-for-a-moment {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}

.sold-out-belt img{
	position: absolute;
	top: 0px;
	left: 0;
	width: 80px;
}

.similar-belt img{
	position: absolute;
	top: 0px;
	left: 0;
	width: 80px;
}

.limited-belt img{
	position: absolute;
	top: -20px;
	left: 10px;
	width: 100%;
}

@media screen and (max-width: 767px ) {
	.top-image-title {
		font-size: 14px;
	}

	.similar-belt {
		font-size: 11px;
	}
}

.fine-product {
	width: auto;
	padding: 0 4px;
	height: 20px;
	line-height: 18px;
	color: #F05096;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #F05096;
}

.product-info {
	height: 50px;
}

.product-info .brand_name {
	text-align: center;
	color:#4A4A4A;
}

.product-info .product_name {
	text-align: center;
	font-size:12px;
	color:#9E9E9E;
}

/* 並び替えセレクトボックス */
.cp_ipselect {
	position: relative;
	display:inline-block;
	width: 150px;
	margin: 10px auto;
	text-align: center;
	right:15px;
}

.cp_sl06 {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 15px 7px;
	font-size: 14px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
}

.cp_sl06:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

.cp_ipselect .cp_sl06 {
	appearance: none;
	-webkit-appearance:none
}

.cp_ipselect select::-ms-expand {
	display: none;
}

.cp_ipselect:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.cp_sl06_selectbar {
	position: relative;
	display: block;
	width: 100%;
}

.cp_sl06_selectbar:before, .cp_sl06_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #B28752;
	transition: 0.2s ease all;
}

.cp_sl06_selectbar:before {
	left: 50%;
}

.cp_sl06_selectbar:after {
	right: 50%;
}

.cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
	width: 50%;
}

.cp_sl06_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

#page-bags-content {
	margin-top: 60px;
}

.bags-content h3 {
	width: 90%!important;
	margin: 0 auto 0.25em;
	color: #303335;
	font-size: 1.8em!important;
	font-weight: bold!important;
}

.bags-content h4 {
	width: 90%!important;
	margin: 0 auto 0.5em;
	color: #303335;
}

.bags-content h3 + p {
	border-top: 1px solid #333;
	width: 90%;
	font-size: 1.3em;
	margin: 0.4em auto 1em;
	padding-top: 0.3em;
}

.bags-content #list, #popular-brand ul {
	width: 90%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#popular-brand li {
	width: 19%;
	padding: 1.5%;
}

#popular-brand li img {
	width: 100%;
}

#popular-brand li a {
	color: #303335;
}

#bags-list #list > li {
	width: 24%;
	margin-bottom: 1em;
}

/* .to-bags-page {
	width: 250px;
	margin: 0 auto 80px!important;
	text-align: center;
	background-color: #666;
	color: #FFF;
	padding: 0.7em 0;
	display: block;
} */

/* .to-bags-list-page {
	width: 250px;
	margin: 25px auto 80px!important;
	text-align: center;
	background-color: #666;
	color: #FFF;
	padding: 0.7em 0;
	display: block;
} */

/* .to-bags-page:hover,
.to-bags-list-page:hover {
	color: #FFF;
} */

.product__info__box.product-h4 {
	font-weight: bold;
	font-size: 18px;
}

.product__info__box .product-note {
	font-weight: normal;
	font-size: 0.8em;
	display: block;
}

#popular-brand {
	margin-bottom: 60px!important;
}

#popular-brand h4 {
	margin-top: 0;
}

#popular-brand figcaption {
	text-align: center;
}


#popular-brand figcaption span.b-kana {
	display: block;
	font-size: 0.8em;
}

@media screen and (max-width: 767px) {
	.product__info__box.product-h4,
	#popular-brand h4 {
		font-size: 16px;
	}

	#bags-list #list > li {
		width: 48%;
	}

	#popular-brand li {
		width: 46%;
		padding: 2%;
	}

	.to-bags-page {
		margin: 0 auto 70px!important;
	}

	.to-bags-list-page {
		margin: 25px auto 70px!important;
	}

	.bags-content h3 + p {
		font-size: 1.4rem;
		margin: 0.4em auto 1em;
	}
}

.feature-list {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 3em;
}

.feature-list ul {
	border-top: 1px solid #DDD;
	padding-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-list img {
	width: 30%;
	margin-right: 2%;
}

.feature-list li a figcaption {
    width: 68%;
}

.feature-list li a {
	color: #303335;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-list li {
    width: 48%;
    margin-bottom: 2em;
}

.header__height__pc {
	height: 30px;
}

@media screen and (max-width: 767px ) {
	.feature-list li {
	    width: 100%;
	}
	.feature-list ul {
		margin-bottom: 0.5em;
	}
	.header__height__pc {
		height: 0!important;
	}
}

/* css/shop/style.product.cssの内容 ここまで */
    

/* 以降新規追加 */

.continue {
    color: #ABABAB;
}

.main-img {
    max-width: 300px;
    margin: auto;
}

.main-img img {
    width: 100%;
}

.slider-nav {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

.slider-nav .slick-list {
	padding: 0 12px !important;
}

.slider-nav .slick-track {
	display: block !important;
}

.slider-nav .slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	max-width: 100px;
	aspect-ratio: 1/1;
	cursor: pointer;
	transition: 0.1s border;
	margin: 0 4px;
}

.slider-nav .slick-slide img {
	border: 1px solid #fff;
}

.slider-nav .slick-slide.is-selected img {
	border: 1px solid #000;
}


.slick-slide img {
    width: 100%;
	max-height: 100%;
	width: auto;
	object-fit: contain;
}

.slick-slider .slick-track {
	display: flex;
}

.slider-wrap {
	position: relative;
}

.slider-for {
	touch-action: auto !important;
}

.zoom-btn {
	position: absolute;
    bottom: 12px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 30px;
    height: 30px;
	background: #f5f5f5;
    border: 1px solid #D9D9D9;
	border-radius: 5px;
	cursor: pointer;

	/* SPでは非表示 */
	display: none;
}

.zoom-btn img {
	width: 100%;
}

.remodal-wrapper.remodal-is-opened {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.remodal {
    width: 100vw;
	height: 100%;
    max-width: 800px;
    max-height: calc(100vh - 200px);
}

.remodal-close {
    position: absolute;
    bottom: 100%;
    right: 10px;
    border: 0;
    width: 20px;
    height: 35px;
    background: none;
    cursor: pointer;
}

.remodal-close::before,
.remodal-close::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
}

.remodal-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.remodal-close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.modal-slider,
.modal-slider .slick-list,
.modal-slider .slick-track {
	height: 100%;
}

.modal-slider .slick-track {
	align-items: center;
}

.modal-slider .slick-slide img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}

.arrow_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.arrow_box .prev-arrow,
.arrow_box .next-arrow {
    display: block;
    width: 40px;
    height: 40px;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

.arrow_box .prev-arrow::before,
.arrow_box .next-arrow::before{
    position: absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform: translateX(-25%) rotate(45deg);
}

.arrow_box .prev-arrow {
    transform: rotate(180deg);
}

.remodal-overlay {
    background: rgba(0,0,0,0.6);
}

.bag-detail {
    
}

.bag-detail-title {
    color: #8c8d8e;
}

.bag-detail-contents {
    margin-left: 0;
}

.product-unit-description {
	font-size: 14px;
	border-radius: 8px;
    border: 1px solid #000;
	padding: 16px 20px;
}

.bag-detail .bag-price {
	display: flex;
	gap: 16px;
	align-items: center;
}

.bag-detail .bag-price .strikethrough{
	position: relative;
}

.bag-detail .bag-price .strikethrough::before {
	position: absolute;
	content: "";
	background-color: var(--color-primary);
	width: 100%;
	height: 1.8px;
	left: 0;
	top: 40%;
}

.bag-detail .bag-price .discount {
	color: var(--color-primary);
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
}

.discount-notice {
	position: relative;
	border-radius: 3px;
	background: #EEC966;
	color: #303335;
	text-align: center;
	font-size: 11px !important;
	font-weight: 500;
	line-height: 13px;
	padding: 4px 6px;
}
  
.discount-notice::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #EEC966;
}

.plan-component {
	border-radius: 8px;
	background: #F5F5F5;
	padding: 13px 16px;
    margin: 6px 0 8px;
}

.plan-title {
	margin-bottom: 10px;
}

.plan-title a {
	color: var(--color-primary);
    font-size: 11px;
    font-weight: normal;
	vertical-align: top;
	margin-left: 10px;
}

.plan-radio:first-of-type {
	margin-bottom: 16px;
}

.plan-option {
	display: flex;
	align-items: center;
	gap: 12px;
}

.plan-option .plan {
	display: flex;
    align-items: center;
    gap: 6px;
}

.plan-radio input[type="radio"] {
	display: none;
}

.plan-option p {
	font-size: 18px;
}

.plan-option span {
	font-size: 14px;
}

.plan-component-text-bold {
	font-size: 12px!important;
	font-weight: 600;
}

.plan-detail {
    margin: 8px 0 0 22px;
}

.plan-radio input[type="radio"] {
    display: none;
}

.plan-radio .radio img {
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}

.plan-radio .img-checked {
    display: none;
}

.plan-radio input[type="radio"]:checked ~ .img-checked {
    display: inline;
}

.plan-radio input[type="radio"]:checked ~ .img-unchecked {
    display: none;
}

.plan-radio label {
	display: inline-block;
    cursor: pointer;
}


.choice-btn {
    display: flex;
    justify-content: center;
	gap: 12px;
    flex-wrap: wrap;
    margin: 27px auto;
    flex-direction: column;
    max-width: 200px;
}

.choice-btn .btn a {
	border-bottom: none;
}

.center-btn {
    margin-top: 32px;
}

.brand-history-intro {

}

.section {
    margin-top: 32px;
}

.section-header {
    margin-bottom: 8px;
}

.section-header h2 {
    border-bottom: 1px solid currentColor;
    padding: 8px 0;
}

@media (min-width: 1024px) {
	.slider-nav {
		width: calc(100% + 6px);
		margin-left: -6px;
	}

	.slider-nav .slick-list {
		padding: 0 !important;
	}

	.slider-nav .slick-slide {
		margin: 0 6px;
	}

    #product_slideshow {
        display: flex;
        gap: 32px;
    }

    #product_slideshow > div:nth-of-type(1) {
        width: 600px;
        flex-shrink: 0;
    }

    #product_slideshow > div:nth-of-type(2) {
        width: calc(100% - 632px);
    }

	.slider-for {
		touch-action: pan-y !important;
	}

	.remodal {
		max-height: calc(100vh - 160px);
	}

	.remodal-close {
		right: 0;
	}

	.arrow_box {
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translateY(-50%);
		width: calc(100% + (40px * 2));
	}

	.zoom-btn {
		display: flex;
	}

    .choice-btn {
        justify-content: flex-start;
		margin: 27px 0 0;
    }
}