@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: #fffdf5;
	}
	
	.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;
	}
}


/*==================================

			pick-up

==================================*/

.pick-up{
	width: 100%;
	width: 10% auto;
}

.pick-up h1{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	/*font-family: "Noto Serif", serif;*/
	font-weight: 500;
}

.pick-up ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
	justify-content: center;
	width: 90%;
	margin: 10px auto;
}

.pick-up ul li{
	position: relative;
}

.pick-up ul li img{
	filter: brightness(90%);
}

.pick-up ul li p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.0rem;
	color: #fff;
	margin: 0 auto;
	font-family: "Noto Serif", serif;
	letter-spacing: 1px;
}

.pick-up .pick__three li p{
	font-size: 0.85rem;
}

.all{
	display: block;
	width: 90%;
	margin: 15% auto 15%;
	text-align: center;
	font-size: 1.1rem;
	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){
	
.pick-up h1{
	font-size: 1.3rem;
	line-height: 1.7;
}

.pick-up ul li p{
	font-size: 1.3rem;
}

.pick-up .pick__three li p{
	font-size: 1.0rem;
}
	
.all{
	width: 60%;
	margin: 12% auto 12%;
}
}


/*==================================

			main-contents

==================================*/

.main-contents{
	margin: 10% auto;
}

.contents-inner{
	margin: 0 auto 25%;
}

.inner-title{
	margin: 0 auto 5%;
	padding: 5% 0 4%;
}

.inner-title h2{
	text-align: center;
	color: #fff;
	margin: 0 auto;
	font-family: "Noto Serif", serif;
	font-weight: normal;
	font-size: 2.5rem;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.inner-title h2::before {
	content: "";
	position: absolute;
	width: 5rem;
	height: 2rem;
	background-image: url("../images/new.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: -0.45rem;
	left: -3.15rem;
	transform: rotate(-10deg);
}

.inner-title p{
	text-align: center;
	font-size: 1.0rem;
	letter-spacing: 1px;
	margin: 2% auto;
	color: #fff;
}

.bg-01{
	background-image: url("../images/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-02{
	background-image: url("../images/bg_02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.inner-main{
	width: 90%;
	margin: 5% auto;
	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;
}

.credit{
	width: 80%;
	margin: 10% auto 15%;
}

.credit-inner{
	margin: 0 auto;
	position: relative;
    margin-bottom: 2%;
    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: #e6f1ba;
}


@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;
}
}



/*==================================

			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-inner{
	width: 90%;
	margin: 5% auto;
}

.product{
	margin: 5% auto 0;
}

.product h3{
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	color: #c2f10b;
	font-family: "Noto Serif", serif;
}
.product .credit{
	width: 70%;
	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;
}








