@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
	overflow: clip;
	/* overflow-x: hidden; */
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
}
@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: all 0.4s;
	}
}

* {
	box-sizing: border-box;
}


/*---------------- indention ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/* ---------------------------------------------------------
	content wrap
----------------------------------------------------------*/
#content-wrap {
	width: 100%;
	margin-inline: auto;
	background-color: #f8f3f0;
	position: relative;
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/
.secone {
	background-color: #f8f3f0;
	position: sticky;
	top: 0;
	z-index: 1;
}

.sectwo {
	background-color: #f8f3f0;
	position: relative;
	z-index: 10;
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	width: 100%;
	height: auto;
	margin-inline: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.hero__staticimg::-webkit-scrollbar {
	display:none;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		max-width: 1500px;
		height:auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
	}
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/



/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 210px;
	position: relative;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 120px;
	position: relative;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	margin-inline: auto;
	margin-bottom: 90px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-nsp {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.item-wapper-nsp img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-first {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.item-wapper-first img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-first::after {
	display: inline-block;
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	top: 10%;
	left: 0;
	background-color: #fbf3e1;
	z-index: -1;
}

.item-wapper-seventh {
	width: 100%;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 90px;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}
.item-wapper-seventh img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-seventh::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fce0e5;
	top: 0px;
	left: 0%;
	z-index: -1;
}
.item-wapper-seventh .items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "futura-100-book", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#fdfafc;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-decoration-color:#fdfafc;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.item-wapper-seventh .items_price_right a::after {
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fdfafc;
	transition: width 0.2s;
}
.item-wapper-seventh .items_price_right a:hover::after {
	width: 100%;
}
.item-wapper-seventh .price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "futura-100-book", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#fdfafc;
	letter-spacing: 0.05em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 300px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 180px;
	}
	.item-wapper-nsp {
		max-width: 600px;
	}
	.item-wapper-first {
		max-width: 600px;
	}
	.item-wapper-first::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.item-wapper-seventh {
		max-width: 600px;
		margin-inline: auto;
		margin-bottom: 90px;
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.item-wapper-seventh::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.spmb_15 {
	margin-bottom: 13px;
}
.spmb_20 {
	margin-bottom: 20px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_45 {
	margin-bottom: 45px;
}
.spmb_50 {
	margin-bottom: 50px;
}
.spmb_60 {
	margin-bottom: 60px;
}
.spmb_90 {
	margin-bottom: 90px;
}
.spmb_120 {
	margin-bottom: 120px;
}
.spmb_150 {
	margin-bottom: 150px;
}
.spmb_180 {
	margin-bottom: 180px;
}
.spmb_210 {
	margin-bottom: 210px;
}
.spmb_240 {
	margin-bottom: 240px;
}
.spmb_260 {
	margin-bottom: 260px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}

.pdg-t120 {
	padding-top: 120px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_45 {
		margin-bottom: 75px;
	}
	.spmb_60 {
		margin-bottom: 90px;
	}
	.spmb_90 {
		margin-bottom: 120px;
	}
	.spmb_120 {
		margin-bottom: 150px;
	}
	.spmb_150 {
		margin-bottom: 180px;
	}
	.spmb_180 {
		margin-bottom: 210px;
	}
	.spmb_210 {
		margin-bottom: 240px;
	}
	.spmb_240 {
		margin-bottom: 270px;
	}
	.spmb_260 {
		margin-bottom: 300px;
	}

	.pdg-t120 {
		padding-top: 150px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-inline: auto;
}
.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
}
.inner_mid__area {
	width: 84.6%;
	margin-inline: auto;
}
.inner_reg__area {
	width: 61.5%;
	margin-inline: auto;
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}
.static_large__box {
	width: 92.3%;
	margin-inline: auto;
}
.static_middle__box {
	width: 69.2%;
	margin-inline: auto;
}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.twocolimg_half {
	width: 50%;
}
.twocolimg__spc {
	width: 48.5%;
}
.twocolimg__sspace {
	width: 49%;
	z-index: 10;
}
.twocolimg__sspc {
	width: calc(50% - 5px)
}

.threecolimg__spc {
	width: calc(100% / 3 - 5px);
}
.threecolimg__sspc {
	width: calc(100% / 3 - 10px);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threecolimg__spc {
		width: calc(100% / 3 - 10px);
	}
	.threecolimg__sspc {
		width: calc(100% / 3 - 15px);
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.four_randimg__grdbx {
	display: grid;
	grid-template-columns: 15.4% 15.4% 2.9% 27.8% 7.7% 7.7% 23.1%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.four_randimg__center {
	grid-area: 2 / 2 / 5 / 7;
	align-self: start;
	z-index: 30;
}
.four_randimg__upperr {
	grid-area: 1 / 6 / 4 / 8;
	align-self: start;
	z-index: 40;
	transform: rotate(5deg);
}
.four_randimg__left {
	grid-area: 4 / 1 / 7 / 3;
	align-self: start;
	z-index: 40;
	transform: rotate(-5deg);
}
.four_randimg__lowerr {
	grid-area: 6 / 5 / 9 / 8;
	align-self: end;
}
.four_randimg__prc {
	grid-area: 8 / 1 / 9 / 5;
	align-self: end;
}

.three_randimg__grdbx {
	display: grid;
	grid-template-columns: 7.7% 7.7% 23.1% 7.7% 7.7% 23.1% 23.0%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.three_randimg__leftupper {
	grid-area: 1 / 1 / 3 / 4;
	align-self: start;
}
.three_randimg__leftlower {
	grid-area: 4 / 3 / 6 / 6; 
	align-self: end;
	z-index: 40;
	transform: rotate(-7deg);
}
.three_randimg__right {
	grid-area: 2 / 5 / 5 / 8;
	align-self: start;
	z-index: 30;
}
.three_randimg__prc {
	grid-area: 5 / 6 / 6 / 8;
	align-self: end;
	z-index: 60;
}

.llarg_threeimg__grdbx {
	display: grid;
	grid-template-columns: 46.1% 7.7% 30.8% 16%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.llarg_threeimg__left {
	grid-area: 2 / 1 / 5 / 3;
	align-self: start;
	z-index: 30;
}
.llarg_threeimg__rupper {
	grid-area: 1 / 2 / 4 / 4;
	align-self: start;
	z-index: 40;
	transform: rotate(7deg);
}
.llarg_threeimg__rlower {
	grid-area: 4 / 2 / 6 / 5;
	align-self: end;
	z-index: 40;
}
.llarg_threeimg__prc {
	grid-area: 5 / 1 / 6 / 2;
	align-self: end;
	z-index: 60;
}

.overlap_threeimg__grdbx {
	display: grid;
	grid-template-columns: 7.7% 38.4% 7.7% 46.2%;
	grid-template-rows: 280px 20px 100px 30px 120px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.overlap_threeimg__center {
	grid-area: 1 / 1 / 4 / 5;
	align-self: start;
}
.overlap_threeimg__left {
	grid-area: 3 / 2 / 5 / 3;
	align-self: end;
}
.overlap_threeimg__right {
	grid-area: 4 / 4 / 6 / 5;
	align-self: end;
	transform: rotate(5deg);
	z-index: 40;
}
.right-shadow {
	position: relative;
	z-index: 15;
}
.right-shadow::after {
	z-index: -1;	
	width: 70%;
	position: absolute;
	content: "";
	bottom: 12px;
	right: 2px;
	left: auto;
	max-width: 300px;
	background: #6a4730;
	-webkit-box-shadow: 1px 5px 15px 5px rgb(147 136 125 / 0.5);
	-moz-box-shadow: 1px 5px 15px 5px rgb(147 136 125 / 0.5);
	box-shadow: 1px 5px 15px 5px rgb(147 136 125 / 0.5);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);	
}
.overlap_threeimg__prc {
	grid-area: 5 / 1 / 6 / 4;
	align-self: center;
	z-index: 100;
}

.overlap_twoimg__grdbx {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.overlap_twoimg__right {
	grid-area: 1 / 2 / 4 / 4;
	align-self: start;
	z-index: 50;
}
.overlap_twoimg__left {
	grid-area: 3 / 1 / 6 / 3;
	align-self: end;
	z-index: 40;
}
.overlap_twoimg__prc {
	grid-area: 4 / 3 / 6 / 4;
	align-self: end;
	z-index: 60;
}

.rightlrg_twoimg__grdbx {
	display: grid;
	grid-template-columns: 30.6% 7.7% 61.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.rightlrg_twoimg__right {
	grid-area: 1 / 2 / 6 / 4;
	align-self: start;
	z-index: 40;
}
.rightlrg_twoimg__left {
	grid-area: 2 / 1 / 4 / 3;
	align-self: start;
	z-index: 50;
	transform: rotate(-5deg);
}
.rightlrg_twoimg__prc {
	grid-area: 5 / 1 / 6 / 3;
	align-self: end;
	z-index: 60;
}

.ctrlrg_threeimg__grdbx {
	display: grid;
	grid-template-columns: 7.7% 30.8% 7.7% 46.1% 7.7%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.ctrlrg_threeimg__ctr {
	grid-area: 1 / 2 / 4 / 5;
	align-self: start;
	z-index: 40;
}
.ctrlrg_threeimg__left {
	grid-area: 3 / 1 / 5 / 3;
	align-self: end;
	background-color: #f8f3f0;
	z-index: 50;
}
.ctrlrg_threeimg__right {
	grid-area: 5 / 4 / 7 / 6;
	align-self: end;
	z-index: 40;
}
.ctrlrg_threeimg__prc {
	grid-area: 6 / 1 / 7 / 4;
	align-self: end;
	z-index: 90;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.overlap_threeimg__grdbx {
		grid-template-rows: 360px 60px 150px 50px 200px;
	}
	.right-shadow::after {
		z-index: -1;	
		width: 70%;
		bottom: 16px;
		right: 5px;
		left: auto;
		max-width: 300px;
		background: #6a4730;
		-webkit-box-shadow: 10px 10px 20px 5px rgb(147 136 125 / 0.5);
		-moz-box-shadow: 10px 10px 20px 5px rgb(147 136 125 / 0.5);
		box-shadow: 10px 10px 20px 5px rgb(147 136 125 / 0.5);
	}
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.overlap_threeimg__grdbx {
		grid-template-rows: 360px 60px 150px 50px 200px;
	}
	.right-shadow::after {
		z-index: -1;	
		width: 70%;
		bottom: 16px;
		right: 5px;
		left: auto;
		max-width: 300px;
		background: #6a4730;
		-webkit-box-shadow: 10px 10px 20px 5px rgb(147 136 125 / 0.5);
		-moz-box-shadow: 10px 10px 20px 5px rgb(147 136 125 / 0.5);
		box-shadow: 10px 10px 20px 5px rgb(147 136 125 / 0.5);
	}
}


/* ---------------------------------------------------------
	masking-tape
----------------------------------------------------------*/
.masking-tape_01-1 {
	width: 15.3%;
	position: absolute;
	top: 55%;
	right: 1%;
	z-index: 80;
	pointer-events: none;
}
.masking-tape_01-2 {
	width: 12%;
	position: absolute;
	top: 97%;
	right: 31%;
	z-index: 80;
	transform: rotate(30deg);
	pointer-events: none;
}
.masking-tape_02-1 {
	width: 18%;
	position: absolute;
	top: 57%;
	left: 23%;
	z-index: 80;
	transform: rotate(-5deg);
	pointer-events: none;
}
.masking-tape_02-2 {
	width: 7.7%;
	position: absolute;
	top: 96%;
	left: 38%;
	z-index: 80;
	pointer-events: none;
}
.masking-tape_03-1 {
	width: 18%;
	position: absolute;
	top: -4%;
	right: 38%;
	z-index: 80;
	transform: rotate(-7deg);
	pointer-events: none;
}
.masking-tape_03-2 {
	width: 12%;
	position: absolute;
	top: 42%;
	right: 17%;
	z-index: 80;
	transform: rotate(-7deg);
	pointer-events: none;
}
.masking-tape_03-3 {
	width: 23.1%;
	position: absolute;
	top: 67%;
	right: 35%;
	z-index: 80;
	transform: rotate(-10deg);
	pointer-events: none;
}
.masking-tape_03-4 {
	width: 8%;
	position: absolute;
	top: 90%;
	right: 1.0%;
	z-index: 80;
	pointer-events: none;
}
.masking-tape_04-1 {
	width: 15%;
	position: absolute;
	top: 52%;
	right: 35%;
	z-index: 80;
	transform: rotate(-15deg);
	pointer-events: none;
}
.masking-tape_06-1 {
	width: 18%;
	position: absolute;
	top: 13%;
	left: 8%;
	z-index: 80;
	transform: rotate(-12deg);
	pointer-events: none;
}
.masking-tape_07-1 {
	width: 17%;
	position: absolute;
	top: 68%;
	right: 44%;
	z-index: 80;
	transform: rotate(-30deg);
	pointer-events: none;
}
.masking-tape_07-2 {
	width: 6%;
	position: absolute;
	bottom: -5%;
	right: 4%;
	z-index: 80;
	transform: rotate(50deg);
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.masking-tape_01-1 {
		width: 95px;
		top: 385px;
		right: 0px;
	}
	.masking-tape_01-2 {
		width: 70px;
		top: 685px;
		right: 190px;
	}
	.masking-tape_02-1 {
		width: 110px;
		top: 385px;
		left: 140px;
	}
	.masking-tape_02-2 {
		width: 50px;
		top: 685px;
		left: 225px;
	}
	.masking-tape_03-1 {
		width: 110px;
		top: -30px;
		right: 220px;
	}
	.masking-tape_03-2 {
		width: 75px;
		top: 295px;
		right: 100px;
	}
	.masking-tape_03-3 {
		width: 140px;
		top: 430px;
		right: 230px;
	}
	.masking-tape_03-4 {
		width: 50px;
		top: 585px;
		right: 5px;
	}
	.masking-tape_04-1 {
		width: 90px;
		top: 430px;
		right: 200px;
	}
	.masking-tape_06-1 {
		width: 105px;
		top: 80px;
		left: 50px;
	}
	.masking-tape_07-1 {
		width: 105px;
		top: 470px;
		right: 260px;
	}
	.masking-tape_07-2 {
		width: 40px;
		bottom: -40px;
		right: 10px;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__num01 {
	width: 15.3%;
	position: absolute;
	top: -3%;
	left: 3.8%;
	z-index: 60;
	pointer-events: none;
}
.subheading__name01 {
	width: 46.2%;
	position: absolute;
	top: -3%;
	left: 23.1%;
	z-index: 60;
	pointer-events: none;	
}

.subheading__num02 {
	width: 15.3%;
	position: absolute;
	top: 0%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;
}

.subheading__num03 {
	width: 15.3%;
	position: absolute;
	top: -7%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;
}
.subheading__name03 {
	width: 46.2%;
	position: absolute;
	top: 55%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;	
}

.subheading__num04 {
	width: 15.3%;
	position: absolute;
	top: -7%;
	left: 3.8%;
	z-index: 60;
	pointer-events: none;
}
.subheading__name04 {
	width: 53.8%;
	position: absolute;
	top: -7%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;	
}

.subheading__num05 {
	width: 15.3%;
	position: absolute;
	top: 0;
	left: 3.8%;
	z-index: 1;
	pointer-events: none;
}
.subheading__name05 {
	width: 10.2%;
	position: absolute;
	top: 46%;
	right: 7.7%;
	z-index: 60;
	pointer-events: none;	
}

.subheading__num06 {
	width: 15.3%;
	position: absolute;
	top: -17%;
	left: 3.8%;
	z-index: 100;
	pointer-events: none;
}

.subheading__num07 {
	width: 15.3%;
	position: absolute;
	top: -9%;
	left: 1.6%;
	z-index: 60;
	pointer-events: none;
}
.subheading__name07 {
	width: 46.2%;
	position: absolute;
	top: 55%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;
}

.subheading__num08 {
	width: 23.1%;
	position: absolute;
	top: 5%;
	left: 1.6%;
	z-index: -1;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__num01 {
		width: 92px;
		top: -20px;
		left: 0px;
	}
	.subheading__name01 {
		width: 277px;
		top: -20px;
		left: 110px;
	}
	.subheading__num02 {
		width: 92px;
		top: -40px;
		right: 23px;
	}
	.subheading__num03 {
		width: 92px;
		top: -50px;
		right: 30px;
	}
	.subheading__name03 {
		width: 260px;
		top: 350px;
		right: 0px;
	}
	.subheading__num04 {
		width: 92px;
		top: -60px;
		left: 0;
	}
	.subheading__name04 {
		width: 325px;
		bottom: 30px;
		right: 23px;
	}
	.subheading__num05 {
		width: 92px;
		top: 0px;
		left: 0px;
	}
	.subheading__name05 {
		width: 70px;
		top: 340px;
		rigth: 10px;
	}
	.subheading__num06 {
		width: 92px;
		top: -90px;
		left: 0px;
	}
	.subheading__num07 {
		width: 92px;
		top: -60px;
		left: 10px;
	}
	.subheading__name07 {
		width: 280px;
		bottom: 150px;
		right: 23px;	
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	width: 100%;
	height: auto;
	display: block;
}


/* ---------------------------------------------------------
	motion
----------------------------------------------------------*/
 .fade-left__motion {
	overflow: hidden;
	position: relative;
}
.fade-left__motion::before {
	animation: fade-left__motion 9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
@keyframes fade-left__motion {
	100% {
		transform: translateX(100%);
	}
}



/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_wideprc__bx {
	width: min(100%, 600px);
	margin-inline: auto;
}
.center_wpaprc__bx {
	width: min(92.3%, 600px);
	margin-inline: auto;
}
.center_hlfprcbx__bx {
	width: min(100%, 500px);
	position: absolute;
	z-index: 30;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.03em;
}
.items_price_center li:nth-child(even) {
	padding-left: 1em;
}
.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}
.items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #adacae;
	text-decoration: none;
	/* text-decoration-color: #adacae;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	z-index: 30;
	position: relative;
	display: inline-block;
}
.items_price_center a::after {
	content: "";
	position: absolute;
	bottom: -0.05em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #adacae;
	transition: width 0.2s;
}
.items_price_center a:hover::after {
	width: 100%;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right li {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.03em;
}
.items_price_right li:not(:first-child) {
	padding-top: 1em;
}
.items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #adacae;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.items_price_right a::after {
	content: "";
	position: absolute;
	bottom: -0.05em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #adacae;
	transition: width 0.2s;
}
.items_price_right a:hover::after {
	width: 100%;
}


/* ---------------------------------------------------------
	list left(cloumn)
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.items_price_left li {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.03em;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}
.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #adacae;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none; */
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.items_price_left a::after {
	content: "";
	position: absolute;
	bottom: -0.05em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #adacae;
	transition: width 0.2s;
}
.items_price_left a:hover::after {
	width: 100%;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.items_price_center li:nth-child(n+3) {
		padding-top: 0.5em;
	}
	.items_price_vertcenter li:not(:first-child) {
		padding-top: 0.5em;
	}
	.items_price_right li:not(:first-child) {
		padding-top: 0.5em;
	}
	.items_price_wrapright li:nth-child(n+3) {
		padding-top: 0.5em;
	}
	.items_price_left li:not(:first-child) {
		padding-top: 0.5em;
	}
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: min(92.3%, 600px);
	margin-inline: auto;
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color:#f7a7a5;
	letter-spacing: 0.05em;
}
.itemlk {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 2em 0;
	margin-inline: auto;
	border: 1px #f7a7a5 solid;
	border-radius: 100%;
	transition: all .3s ease-out;
	font-size: clamp( 0.96875rem, calc( 0.63453125rem + 1.6710937500000003vw ), 1.6371875rem );
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color: #f7a7a5;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	color: #f7a7a5;
	letter-spacing: 0.1em;
	transition: opacity 0.3s ease;
}
.itemlk:hover {
	background-color: #f7a7a5;
	border: 1px solid #f7a7a5;
	color: #f8f3f0;
	opacity: 1;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	/* background-color: #f7a7a5; */
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 100;
	color: #f7a7a5;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 1em;
}
footer .footer__p {
	display: block;
	text-align: center;
	color: #f7a7a5;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "linotype-didot", serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
}
footer .footer__txtlink a {
	text-align: center;
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #f7a7a5;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #f7a7a5;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	padding-top: 1em;
	line-height: 1;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
	/* text-shadow: 1px 1px 6px #ffffff; */
}
footer #sns__area {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
footer #sns__area li {
	width: calc(100% / 4 - 35px);
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	footer #niceclaup_logo {
		width: 15%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 15px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 45px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer {
		background-image: url("../images/footer_bg_pcimg.jpg");
		padding: 90px 0 30px;
	}
	footer #niceclaup_logo {
		width: 130px;
	}
	footer #sns__area {
		width: 500px;
		max-width: 100%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 440px) 960 * 100vw);
	}
}