@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
	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;
}

.mv{
	margin: 0 auto 10%;
}

.mv p{
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.9;
	margin: 10% auto;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 160px;
		background-color: #f8f7f4;
	}
	
	.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;
		box-sizing: border-box;
		/*border: solid 1px #ccc;*/
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
		background-color: #fff;
	}
	
	.mv p{
		font-size: 0.9rem;
		line-height: 2;
	}
}


/*==================================

			main-contents

==================================*/

.main-contents{
	margin: 10% auto;
	font-family: "Noto Serif Display", serif;
	font-variation-settings:"wdth" 100;
	font-weight: 500;
}

.contents-title{
	margin: 10% auto 10%;
	text-align: center;
}

.contents-title p{
	margin: 1% 0;
}

.contents-title__cate{
	font-size: 1.2rem;
}

.contents-title__no{
	font-size: 2.6rem;
	line-height: 1.6;
}

.contents-title .font2{
	font-size: 2.0rem;
}

.contents-title__lead{
	font-size: .85rem;
}

.contents-inner{
	margin: 0 auto 25%;
}

.inner-title{
	margin: 8% auto 8%;
}

.inner-title h2{
	text-align: center;
	color: #000;
	margin: 0 auto;
	font-family: "Noto Serif Display", serif;
	font-variation-settings:"wdth" 100;
	font-weight: 500;
	font-size: 2.0rem;
}

.inner-title p{
	text-align: center;
	font-size: .8rem;
	letter-spacing: 1px;
	margin: 1% auto;
	color: #000;
}

.inner-main{
	margin: 5% auto 2.5%;
	position: relative;
}

.inner-main p{
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 0.9rem;
	writing-mode: vertical-rl;
	letter-spacing: 2px;
	background-color: #fff;
	padding: 1% 0;
	white-space: nowrap;
	font-family: "Noto Serif", serif;
}

.inner-main p span {
	text-combine-upright: all; 
	display: inline-block;
}

.inner-main .paisley{
	right: auto;
	left: 5%;
}

.inner-sub{
	display: flex;
	margin: 0 auto;
	column-gap: 10px;
}

.inner-img80{
	width: 80%;
	margin-bottom: 10%;
}

.mgLeft20{
	margin-left: 20%;
}

.inner-img70{
	width: 70%;
}

.mgLeft30{
	margin-left: 30%;
}


.credit{
	width: 80%;
	margin: 10% auto 15%;
}

.credit-inner{
	margin: 0 auto;
	position: relative;
    margin-bottom: 2%;
    letter-spacing: .3px;
	font-family: "Noto Serif Display", serif;
	font-variation-settings:"wdth" 100;
	font-weight: 600;
}

.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: #eae9e4;
}



.all{
	display: block;
	width: 90%;
	margin: 5% auto 15%;
	text-align: center;
	font-size: .9rem;
	/*border: solid 1px #000;*/
	border-radius: 5px;
	color: #000;
	background-color: #eae9e4;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	font-family: "Noto Serif Display", serif;
	font-variation-settings:"wdth" 100;
	font-weight: 600;
	padding: 3% 0;
}

.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){

.contents-inner{
	margin: 0 auto 25%;
}

.inner-main{
	width: 80%;
	margin: 10% auto;
}

.inner-main p{
	font-size: 1.0rem;
	letter-spacing: 3px;
}

.inner-sub{
	column-gap: 20px;
}

.credit{
	width: 65%;
}

.credit-inner a::after {
    font-size: 15px;
}

.credit-inner span{
	font-size: 15px;
}
	
.all{
	width: 80%;
	margin: 5% auto 12%;
	font-size: 1.0rem;
	line-height: 1.8;
}
}



/*==================================

			slide

==================================*/

.slide{
	border-top: solid 1px #000;
	padding-top: 5%;
	overflow: hidden;
}

.slide h1{
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 500;
	margin: 5% auto 5%
}

.slide h1 span{
	font-size: .9rem;
	line-height: 1.7;
	display: inline-block;
	margin-bottom: 3%;
}

/* 左右の余白や全体の幅を調整 */
.slide-inner{
	width: 90%;
	margin: 5% auto;
}

.product{
	margin: 5% auto 0;
}

.product h3{
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	color: #aeaa99;
	font-family: "Noto Serif Display", serif;
	font-variation-settings:"wdth" 100;
	font-weight: 600;
}
.product .credit{
	width: 77%;
	margin: 0 auto;
}

/* 1. Splide全体のデフォルトの余白を強制リセット */
.splide,
.splide__track {
	padding: 0 !important;
	margin: 0 !important;
}

/* 2. もし自前で左右の余白をコントロールしたい場合 */
.slide-inner.splide__track {
	width: 100%; /* 横幅いっぱいに広げる */
	margin: 0 auto;
}

/* 💡 スライド1枚を90%の大きさに指定 */
.splide__slide {
	width: 90% !important; 
}

/* 💡 前回の「全体を囲む枠」の横幅も100%に広げておきます */
.slide-inner.splide__track {
	width: 100%;
	margin: 0 auto;
}

/* 左右の矢印ボタン共通の設定 */
.splide__arrow {
	/* 💡 デフォルトの「真ん中」から、少し上に引っ張り上げます */
	/* パーセントの数値を小さくするほど、上に上がっていきます（例: 40%, 35%） */
	top: 45% !important; 
}

/* 左右の矢印ボタン共通の設定 */
.splide__arrow {
    /* 👇 背景色を白にする */
    background-color: #fff !important; 
    
    /* 👇 必要に応じて、矢印アイコン自体の色を暗い色にする（元の背景が暗い場合） */
    color: #333 !important; /* 💡 例：暗いグレー */
    
    /* 👇 もし背景を白にしても、矢印アイコンが暗い場合、この行は不要です */
}

/* 左右の矢印ボタン共通の設定 */
.splide__arrow {
    /* 👇 元のサイズ（デフォルトは約2rem）から、少し小さくします */
    /* お好みのサイズになるよう、数値を微調整してください（例: 1.8rem, 1.5rem） */
    width: 1.8rem !important; 
    height: 1.8rem !important;
}

/* 💡 もし、中の矢印アイコンが窮屈に見える場合 */
/* （デフォルトのSVGアイコンのサイズを調整する） */
.splide__arrow svg {
    /* 👇 矢印アイコン自体のフォントサイズを小さくする（例: 1rem） */
    font-size: 0.7rem !important;
    
    /* 👇 もしSVG自体にサイズ指定がある場合は、以下も試してみてください */
    /* width: 1.2rem !important;
       height: 1.2rem !important; */
}



/*==================================

			series

==================================*/

.series{
	margin: 20% auto;
	border-top: solid 1px #ccc;
	padding-top: 5%;
}

.series h1{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	/*font-family: "Noto Serif", serif;*/
	font-weight: 500;
	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: #312f32;
	line-height: 1;
	font-size: 1.1rem;
	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: #312f32;
	font-weight: 600;
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 5% auto;
	font-family: "Noto Serif", serif;
	font-weight: 400;
}








