@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
	background-color: #fff7f2;
	font-family: "Noto Sans JP", sans-serif;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.mv{
	margin: 0 auto 10%;
}

.mv h1{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin: 10% auto 5%;
}

.mv p{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 5% auto;
}

.main-contents{
	margin: 15% auto;
	border-bottom: solid 1px #ccc;
}

.main-contents h1{
	font-weight: 500;
	text-align: center;
	font-size: 19px;
	line-height: 1.8;
	margin: 5% auto;
}

.contents-inner{
	margin: 0 auto 20%;
}

.contents-inner h2{
	background-color: #fff6f1;
	padding: 3% 0;
	text-align: center;
	font-size: 30px;
	line-height: 1.1;
	color: #b56c72;
	font-family: "Noto Serif", serif;
	font-weight: 400;
}

.contents-inner h2 span{
	font-size: 20px;
	display: inline-block;
	position: relative;
	padding: 0 20px;
}

.contents-inner h2 span:before{
	content: '';
	display: block;
	position: absolute;
	width: 10px;
  	height: 10px;
	border-top: 2px solid #bc6d65;
	border-left: 2px solid #bc6d65;
	transform: translateY(-50%) rotate(-45deg);
	top: 50%;
  	left: 0px;
}

.contents-inner h2 span:after{
	content: '';
	display: block;
	position: absolute;
	width: 10px;
  	height: 10px;
	border-top: 2px solid #bc6d65;
	border-left: 2px solid #bc6d65;
	transform: translateY(-50%) rotate(135deg);
	top: 50%;
  	right: 0px;
}

.contents-inner .pd5{
	padding: 5% 0;
}

.style{
	margin: 5% auto;
}

.style-main{
	width: 80%;
	margin: 10% auto;
}

.style-flex{
	display: flex;
	column-gap: 10px;
}

.credit{
	width: 80%;
	margin: 10% auto 15%;
}

.credit-inner{
	margin: 0 auto;
	position: relative;
    /*border-bottom: solid 1px #808080;*/
    margin-bottom: 3%;
    letter-spacing: .3px;
	font-family: "Noto Serif", serif;
	font-weight: 400;
	font-optical-sizing: auto;
}

.credit-inner a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	line-height: 2;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
	border: solid 1px #000;
	padding: 0 5%;
	line-height: 1.5;
	border-radius: 30px;
}

.credit-inner .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}

.credit-inner span{
	font-size: 13px;
    line-height: 1.8;
    margin-bottom: 1%;
}

.credit-inner .line{
	background-color: #fff6f1;
}

.sub-style{
	margin: 10% auto;
}

.w80{
	width: 80%;
	margin-left: 20%;
}

.w50{
	width: 60%;
	margin: 10% 0 0 0;
}

.product-info{
	margin: 5% auto;
}

.product-title{
	text-align: center;
	font-size: 25px;
	margin: 3% auto;
	font-family: "Noto Serif", serif;
	font-weight: 400;
}

.product-lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 3% auto;
}

.swiper{
	padding: 0!important;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 5% auto;
}

.swiper-button-prev,
.swiper-button-next {
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
    
/* 矢印の位置調整（余白部分に配置する） */
.swiper-button-prev {
	left: 0px !important; /* 左端からの距離 */
}

.swiper-button-next {
	right: 0px !important; /* 右端からの距離 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
	color: #000;
	font-size: 24px !important;
}

.swiper-slide img {
	width: 80%;
	margin: 0 auto;
	height: auto;
}

.series{
	margin: 10% auto;
}

.series h1{
	font-weight: 500;
	text-align: center;
	font-size: 19px;
	line-height: 1.8;
	margin: 5% auto 10%;
}

.series p{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 3% auto;
}

.series ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: center;
}

.series ul li{
	width: calc((100% - 10%) / 2);
	position: relative;
}

.series ul li span{
	display: block;
	position: absolute;
	bottom: 3%;
	right: 5%;
	color: #c56f68;
	line-height: 1;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "Times New Roman", Times, "serif";
}

.color-variation-container{
	/*display: flex;*/
	align-items: center;
	column-gap: 15px;
	margin-top: 5%;
}

.label{
	color: #c56f68;
	font-weight: 600;
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 5% auto;
	font-family: "Noto Serif", serif;
	font-weight: 400;
}

.color-chips{
	display: flex;
	justify-content: center;
	column-gap: 8px;
	margin: 2% auto;
}

.chip{
	width: 45px;
	height: 25px;
	display: inline-block;
}

.white{
	background-color: #fef9e7;;
}

.black{
	background-color: #000000;;
}

.brown-light{
	background-color: #9d6b38;;
}

.brown-dark{
	background-color: #4b2600;;
}

.aqua{
	background-color: #e0ffff;;
}

.pattern{
	background-image: url('https://www.dot-st.com/static/docs/elura/pages/260327_sarasara/images/pattern.jpg');
	background-size: cover;
	background-color: #ccc;
}

.all{
	display: block;
	width: 80%;
	margin: 15% auto 15%;
	text-align: center;
	font-size: 20px;
	border: solid 1px #000;
	border-radius: 100px;
	color: #000;
	text-decoration: none;
	position: relative;
	line-height: 2.5;
	font-family: "Noto Serif", serif;
	font-weight: 400;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}


@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 160px;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 24%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 50vh;
	}
		
	.wrapper{
		width: 38%;
		margin: 0;
	}
	
	.br_s{
		display: none;
	}
	
.credit{
	width: 60%;
	margin: 10% auto 15%;
}
}
