@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	overflow: clip;
}

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;
	}
}

*, *::before, *::after {
	box-sizing: border-box;
}


/*---------------- PC display ----------------*/
@media (max-width: 767px) {
  .pc-off {
    display: none !important;
  }
}
@media (min-width:768px) {
  .pc-on {
    display: block;
  }
}

/*---------------- 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
----------------------------------------------------------*/
#premium26aut__content-wrap {
	width: 100%;
	margin-inline: auto;
	background-color: #f5f1ed;
	position: relative;
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/
.hero__fullarea {
	background-color: #f5f1ed;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.premium26aut__innercontents {
	background-color: #f5f1ed;
	position: relative;
	z-index: 3;
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	width: 100%;
	height: auto;
	margin-inline: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: relative;
}
.hero__staticimg::-webkit-scrollbar {
	display:none;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
	border: 0;
}


/*---------------- 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;
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 240px;
	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: 150px;
	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-tiny {
	width: 100%;
	margin-inline: auto;
	margin-bottom: 60px;
	position: relative;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-nsp {
	width: 100%;
	margin-inline: auto;
	padding: 0;
	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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background-image: linear-gradient(rgba(231,223,211,0.4),rgba(229,206,187,0.4));
	z-index: -1;
}

.item-wapper-second {
	width: 100%;
	margin-inline: auto;
	margin-bottom: 180px;
	padding-top: 30px;
	position: relative;
}
.item-wapper-second img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-second::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 88%; 
	background-color: #f8f1e9;
	z-index: -1;
}

.item-wapper-fourth {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.item-wapper-fourth img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-fourth::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%; 
	/* background-image: linear-gradient(rgba(231,223,211,0.5),rgba(229,206,187,0.5),rgba(229,206,187,0)); */
	background-image: linear-gradient(transparent, rgba(231,223,211,0.6) 11%, rgba(229,206,187,0.5) 67%, transparent);
	z-index: -1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
		margin-bottom: 270px;
	}
	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 210px;	
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 180px;
	}
	.item-wapper-tiny {
		max-width: 500px;
		margin-bottom: 120px;
	}
	.item-wapper-nsp {
			max-width: 500px;
	}
	.item-wapper-first {
		max-width: 1000px;
		margin-bottom: 210px;
	}
	.item-wapper-first::after {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.item-wapper-second {
		max-width: 500px;
		margin-bottom: 240px;
	}
	.item-wapper-second::after {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.item-wapper-fourth {
		max-width: 500px;
	}
	.item-wapper-fourth::after {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		background-image: linear-gradient(transparent, rgba(231,223,211,0.5) 11%, rgba(229,206,187,0.5) 79%, transparent);
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.spmb_15 {
	margin-bottom: 13px;
}
.spmb_20 {
	margin-bottom: 20px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_40 {
	margin-bottom: 40px;
}
.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;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}

.pdg-t60 {
	padding-top: 60px;
}
.pdg-t90 {
	padding-top: 90px;
}
.pdg-t120 {
	padding-top: 120px;
}

.pdg-b10 {
	padding-bottom: 10px;
}
.pdg-b30 {
	padding-bottom: 30px;
}
.pdg-b60 {
	padding-bottom: 60px;
}
.pdg-b90 {
	padding-bottom: 90px;
}
.pdg-b120 {
	padding-bottom: 120px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_10 {
		margin-bottom: 20px;
	}
	.spmb_20 {
		margin-bottom: 40px;
	}
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_40 {
		margin-bottom: 80px;
	}
	.spmb_50 {
		margin-bottom: 90px;
	}
	.spmb_60 {
		margin-bottom: 120px;
	}
	.spmb_90 {
		margin-bottom: 180px;
	}
	.spmb_120 {
		margin-bottom: 240px;
	}
	.spmb_150 {
		margin-bottom: 210px;
	}
	.spmb_180 {
		margin-bottom: 360px;
	}
	.spmb_210 {
		margin-bottom: 420px;
	}
	.spmb_240 {
		margin-bottom: 270px;
	}
	.spmb_260 {
		margin-bottom: 300px;
	}
	.pdg-t60 {
		padding-top: 90px;
	}
	.pdg-b90 {
		padding-bottom: 180px;
	}
	.pdg-t90 {
		padding-top: 180px;
	}
	.pdg-t120 {
		padding-top: 180px;
	}
}


/* ---------------------------------------------------------
	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;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
	}
}

/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}
.static_large__box {
	width: 92.3%;
	margin-inline: auto;
}
.static_mid__box {
	width: 84.6%;
	margin-inline: auto;
}
.static_reg__box {
	width: 61.5%;
	margin-inline: auto;
}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.vertical_flxbx {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 10px;
}
.horiz_flxbx {
	display: flex;
	justify-content: space-between;
}

.evenlycol_flxbx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
}
.fourimg__flxwrap {
	width: 100%;
	height: 100%;
	margin-inline: auto;
	padding: 30px 10px;
	background-image: url("../images/sec03_fourparts_bg.png");
}
.fourimg__flxwrap::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.twocolimg_half {
	width: 50%;
}
.twocolimg__spc {
	width: 48.5%;
}
.twocolimg__sspc {
	width: calc(50% - 5px)
}
.twocolimg__tinyspc {
	width: calc(50% - 2.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
----------------------------------------------------------*/
.twocol-uneven__grdbx {
	width: 100%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.twocol-uneven__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
	z-index: 30;
}
.twocol-uneven__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
	z-index: 20;
}
.twocol-uneven__rtxt {
	grid-area: 1 / 2 / 2 / 4;
	align-self: start;
	padding-top: 10px;
	z-index: 50;
}
.twocol-uneven__rtxt img {
	width: 61.5%;
	margin-left: auto;
}
.twocol-uneven__rightbdr {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
	border-top: solid 5px #fdfbfa;
	border-left: solid 5px #fdfbfa;
	z-index: 30;
}
.twocol-uneven__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	padding-left: 0.5em;
}
.twocol-uneven_lpdg__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
}

.threeimg_rnd__grdbx {
	display: grid;
	grid-template-columns: 3.85% 30.8% 3.85% 30.8% 30.7%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threeimg_rnd__center {
	grid-area: 1 / 1 / 4 / 6;
	align-self: start;
}
.threeimg_rnd__left {
	grid-area: 3 / 2 / 6 / 3;
	align-self: end;
}
.threeimg_rnd__right {
	grid-area: 5 / 4 / 7 / 6;
	align-self: end;
}

.threetile_rtworows__grdbx {
	display: grid;
	grid-template-columns: 3.85% 43.6% 3.85% 48.7%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threetile_rtworows__bgimg {
	grid-area: 1 / 1 / 3 / 5;
	align-self: start;
	z-index: 10;
	pointer-events: none;
}
.threetile_rtworows__left {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
	z-index: 15;
}
.threetile_rtworows__rupper {
	grid-area: 1 / 4 / 2 / 5;
	align-self: center;
	padding-right: 1em;
	z-index: 15;
	pointer-events: none;
}
.threetile_rtworows__rlower {
	grid-area: 2 / 4 / 3 / 5;
	align-self: end;
	padding-right: 1em;
	padding-bottom: 1em;
	z-index: 15;
}

.fourparts_evenly__grdbx {
	display: grid;
	grid-template-columns: calc(3.85% - 5px) calc(46.15% - 5px) calc(46.15% - 5px) calc(3.85% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.fourparts_evenly_bgimg {
	grid-area: 1 / 1 / 5 / 5;
	z-index: 10;
}
.fourparts_evenly_lupper {
	grid-area: 2 / 2 / 3 / 3; 
	z-index: 20;
}
.fourparts_evenly_rupper {
	grid-area: 2 / 3 / 3 / 4;
	z-index: 20;
}
.fourparts_evenly_llower {
	grid-area: 3 / 2 / 4 / 3;
	z-index: 20;
}
.fourparts_evenly_rlower {
	grid-area: 3 / 3 / 4 / 4;
	z-index: 20;
}

.threetiles_rnd__grdbx {
	display: grid;
	grid-template-columns: 30.75% 15.4% 7.7% 15.4% 30.75%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threetiles_rnd__left {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
	z-index: 20;
}
.threetiles_rnd__right {
	grid-area: 2 / 3 / 5 / 6;
	align-self: start;
	z-index: 25;
}
.threetiles_rnd__center {
	grid-area: 3 / 2 / 6 / 5;
	align-self: end;
	z-index: 30;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {

}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twocol-uneven__grdbx {
		max-width: 500px;
	}
}


/* ---------------------------------------------------------
	twinkle
----------------------------------------------------------*/
.sec02_twinkle01 {
	width: 2.9%;
	position: absolute;
	right: 3.8%;
	bottom: 35%;
	pointer-events: none;
	z-index: 50;
}
.sec02_twinkle01 img {
	opacity: 0.8;
}
.sec02_twinkle02 {
	width: 1.8%;
	position: absolute;
	left: 47%;
	bottom: 11%;
	pointer-events: none;
	z-index: 50;
}
.sec02_twinkle03 {
	width: 2.9%;
	position: absolute;
	left: 4.8%;
	bottom: 5%;
	pointer-events: none;
	z-index: 50;
}

.sec03_twinkle01 {
	width: 2.9%;
	position: absolute;
	right: 15%;
	top: 0%;
	pointer-events: none;
	z-index: 50;
}
.sec03_twinkle02 {
	width: 1.8%;
	position: absolute;
	top: 20%;
	left: 3%;
	pointer-events: none;
	z-index: 50;
}
.sec03_twinkle03 {
	width: 4.8%;
	position: absolute;
	top: 40%;
	right: 20%;
	pointer-events: none;
	z-index: 50;
}
.sec03_twinkle04 {
	width: 4.8%;
	position: absolute;
	top: 7%;
	left: 30%;
	pointer-events: none;
	z-index: 50;
}
.sec03_twinkle05 {
	width: 2.9%;
	position: absolute;
	top: 38%;
	right: 15%;
	pointer-events: none;
	z-index: 50;
}

.sec04_twinkle01 {
	width: 2.2%;
	position: absolute;
	top: 2%;
	left: 3%;
	pointer-events: none;
	z-index: 50;
}
.sec04_twinkle02 {
	width: 1.8%;
	position: absolute;
	top: 5%;
	left: 9%;
	pointer-events: none;
	z-index: 50;
}
.sec04_twinkle03 {
	width: 2.9%;
	position: absolute;
	top: 39%;
	right: 15%;
	pointer-events: none;
	z-index: 50;
}
.sec04_twinkle04 {
	width: 1.8%;
	position: absolute;
	top: 44%;
	right: 25%;
	pointer-events: none;
	z-index: 50;
}
.sec04_twinkle05 {
	width: 1.8%;
	position: absolute;
	bottom: 18%;
	left: 20%;
	pointer-events: none;
	z-index: 50;
}
.sec04_twinkle06 {
	width: 2.9%;
	position: absolute;
	bottom: 12%;
	left: 10%;
	pointer-events: none;
	z-index: 50;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.sec02_twinkle01 {
		width: 10px;
		right: 250px;
		bottom: 620px;
	}
	.sec02_twinkle02 {
		width: 9px;
		left: 460px;
		bottom: 225px;
	}
	.sec02_twinkle03 {
		width: 13px;
		left: 230px;
		bottom: 150px;
	}
	.sec03_twinkle01 {
		width: 9px;
		right: 60px;
		top: 20px;
	}
	.sec03_twinkle02 {
		width: 13px;
		top: 270px;
		left: 15px;
	}
	.sec03_twinkle03 {
		width: 12px;
		top: 575px;
		right: 100px;
	}
	.sec03_twinkle04 {
		width: 20px;
		top: 95px;
		left: 152px;
	}
	.sec03_twinkle05 {
		width: 9px;
		top: 530px;
		right: 70px;
	}

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__lineup {
	width: 100%;
	margin-bottom: 10px;
}
.subheading__lineup img {
	width: 100%;
	margin-inline: auto;
	padding-bottom: 10px;
	pointer-events: none;
	z-index: 30;
}

.subheading_03txt {
	width: 84.6%;
	margin-inline: auto;
	position: absolute;
	top: -10%;
	left: 7.7%;
	z-index: 50;
}


.subheading__underinfo {
	width: 100%;	
	margin-inline: auto;
	z-index: 10;
	pointer-events: none;
	border-bottom: 1px solid #573825;
}
.subheading__underinfotitle {
	width: 46.2%;	
	margin-inline: auto;
	z-index: 20;
	position: absolute;
	top: 13.5%;
	left: 26.9%;
	
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__lineup {
		margin-bottom: 20px;
	}
	.subheading__lineup img {
		width: 61.5%;
		max-width: 615px;
		padding-bottom: 20px;
	}
	.subheading__underinfotitle {
		width: 230px;
		top: 148px;
		left: 135px;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	width: 100%;
	height: auto;
	display: block;
}

.loop_slides {
	width: 100%;
	position: relative;
}
.loop_slides .swiper-wrapper {
	transition-timing-function: linear;
}


/* ---------------------------------------------------------
	BTN
----------------------------------------------------------*/
.allitemsbtn_wrap {
	width: fit-content;
	margin-inline: auto;
}
.btn-borderbtm {
	position: relative;
	display: inline-block;
	padding: 0.25em 0;
	text-decoration: none;
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	white-space: nowrap;
}
.btn-borderbtm::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	top:100%;
	left: 0;
	background: #ba805e;
	transition: .2s;
}
.btn-borderbtm:hover::before {
	top: -webkit-calc(100% - 3px);
	top: calc(100% - 3px);
}


/* ---------------------------------------------------------
	info(top)
----------------------------------------------------------*/
.top_info__box {
	width: 92.3%;
	margin-inline: auto;
	position: relative;
	padding-top: 90px;
}

.top_info__txt {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 1em;
	color: #573825;
}

.top_info__txt li {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
}

.top_info__txt li:nth-child(1) {
	font-size: clamp( 0.8125rem, calc( 0.6784375rem + 0.6703124999999999vw ), 1.080625rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	border: 1px solid #573825;
	border-radius: 100px;
	padding: 0.5em 0em;
	width: 61.5%;
	text-align: center;
}

.top_info__txt li:nth-child(2) {
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	padding-bottom: 0.5em;
}
.top_info__txt li:nth-child(5) {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	border: 1px solid #573825;
	border-radius: 100px;
	padding: 0.5em 0em;
	width: 61.5%;
	text-align: center;
	margin-top: 4em;
}
.top_info__txt li:nth-child(6) {
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-align: center;
}

.infomore_date {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;	
}


/* ---------------------------------------------------------
	info(under)
----------------------------------------------------------*/
.under_info__box {
	width: 76.9%;
	margin-inline: auto;
	position: relative;
	padding-top: 90px;
}

.under_info__txt {
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 1em;
	color: #573825;
}

.under_info__txt li {
	font-size: clamp(0.8125rem, calc(0.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.1em;
}

.under_info__txt li:nth-child(1) {
	font-size: clamp(1.05625rem, calc(0.8978124999999999rem + 0.7921875vw), 1.373125rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	padding-top: 0.5em;
}
.under_info__txt li:nth-child(2) {
	font-size: clamp(1.373125rem, calc(1.16715625rem + 1.0298437500000002vw), 1.7850625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.01em;
	padding-bottom: 1em;
}
.under_info__txt li:nth-child(3) {
	font-size: clamp(0.8125rem, calc(0.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	width: 100%;
	border: 1px solid #573825;
	border-radius: 50px;
	padding: 0.5em 0em;
	text-align: center;
}
.under_info__txt li:nth-child(5) {
	padding-bottom: 3em;
}
.under_info__txt li:nth-child(6) {
	font-size: clamp(0.8125rem, calc(0.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.3em;
	width: 100%;
	border: 1px solid #573825;
	border-radius: 50px;
	padding: 0.5em 0em;
	text-align: center;
}
.under_info__txt li:nth-child(7) {
	letter-spacing: 0.15em;
}
.under_info__txt li:nth-child(n + 8) {
	font-size: clamp(0.625rem, calc(0.53125rem + 0.46875vw), 0.8125rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	font-feature-settings: "palt" 1;
}

.infotxt__szxl {
	font-size: 169%;
	letter-spacing: 0.05em;
}

.infotxt__szs {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 70%;
	letter-spacing: 0.05em;
}

.infotxt__dark {
	color: #573825;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}

.txt-en {
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.solidbg {
	display: inline-block;
	background-color: #cca187;
	border-radius: 50px;
	color: #f5f1ed;
	padding: 0.5em 0.7em;
	font-size: clamp( 0.5rem, calc( 0.4175rem + 0.4125000000000001vw ), 0.665rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.top_info__box {
		width: 100%;
		padding-top: 150px;
	}
	.under_info__box {
		width: 100%;
		padding-top: 180px;
	}
	.under_info__txt {
		row-gap: 1.5em;
	}
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_wideprc__bx {
	width: min(100%, 500px);
	margin-inline: auto;
}
.center_wpaprc__bx {
	width: min(92.3%, 500px);
	margin-inline: auto;
}
.center_hlfprcbx__bx {
	width: min(100%, 400px);
	position: absolute;
	z-index: 30;
}
.center_midprcbx__bx {
	width: min(84.6%, 450px);
	margin-inline: auto;
	z-index: 30;
}
.center_regprcbx__bx {
	width: min(61.5%, 300px);
	margin-inline: auto;
	z-index: 30;
}


/* ---------------------------------------------------------
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.03em;
}
.items_price_center li:nth-child(even) {
	padding-left: 1em;
}
.items_price_center li:nth-child(n+3) {
	padding-top: 0.5em;
}
.items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #ba805e;
	text-decoration: none;
	/* text-decoration-color: #bd6b46;
	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: #ba805e;
	transition: width 0.3s;
}
.items_price_center a:hover::after {
	width: 100%;
}


/* ---------------------------------------------------------
	items center vertical 
----------------------------------------------------------*/
.items_price_ctr_vert {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.items_price_ctr_vert li {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.03em;
}
.items_price_ctr_vert li:not(:first-child) {
	padding-top: 0.5em;
}
.items_price_ctr_vert a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #ba805e;
	text-decoration: none;
	/* text-decoration-color: #bd6b46;
	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_ctr_vert a::after {
	content: "";
	position: absolute;
	bottom: -0.05em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ba805e;
	transition: width 0.3s;
}
.items_price_ctr_vert 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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.03em;
}
.items_price_right li:not(:first-child) {
	padding-top: 0.5em;
}
.items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #e3aa50;
	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: #ba805e;
	transition: width 0.3s;
}
.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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.03em;
}
.items_price_left li:not(:first-child) {
	padding-top: 0.5em;
}
.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #e3aa50;
	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: #ba805e;
	transition: width 0.3s;
}
.items_price_left a:hover::after {
	width: 100%;
}


/* --- loop slider price ---*/
.loop_slides .items_price_left a {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.03em;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.loop_slides .items_price_left li:first-child {
	font-size: clamp( 0.5rem, calc( 0.425rem + 0.37500000000000006vw ), 0.65rem );
	/* font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal; */
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	color: #ba805e;
	line-height: 1.5;
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(181, 107, 70, 0.5);
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.loop_slides .items_price_left li:not(:first-child) {
	padding-top: 0.5em;
}
.loop_slides .price_yen {
	font-size: 70%;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: b57751;
	color: #ba805e;
	letter-spacing: 0.05em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.items_price_center li:nth-child(n+3) {
		padding-top: 0.5em;
	}
	.items_price_right li:not(:first-child) {
		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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.05em;
}
.prcsmll {
	font-size: 70%;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: min(92.3%, 500px);
	margin-inline: auto;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#ba805e;
	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 #ba805e solid;
	border-radius: 100%;
	transition: all .3s ease-out;
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ba805e;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	page top
----------------------------------------------------------*/
#page-top a {
	background-color: #e7ded4;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.pagetop-btn {
	position: absolute;
	right: 15px;
	bottom: 40px;
	z-index: 9999;
	width: 30px;
	height: 30px;
	background-color: #e7ded4;
	color: #b87d4a;
	border-radius: 50%;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(70, 56, 39, 0.3);
	opacity: 0.8;
	transition: opacity 0.3s ease;
}
.pagetop-btn:hover {
	opacity: 1;
}
.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid rgba(184, 125, 74, 0.8);
	border-right: 3px solid rgba(184, 125, 74, 0.8);
	border-radius: 1.5px;
	transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
	.pagetop--hover:hover, .pagetop--hover:hover .pagetop__arrow {
		border-color: #cd9b8d;
}}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.pagetop-btn {
		position: absolute;
		right: 50px;
		bottom: 30px;
		width: 40px;
		height: 40px;
		box-shadow: 0 5px 8px rgba(19, 18, 4, 0.3);
	}
	.pagetop__arrow {
		height: 15px;
		width: 15px;
	}
}

/* --------------- PC --------------- */
@media screen and (min-width: 960) {
	.pagetop-btn {
		position: absolute;
		right: 60px;
		bottom: 60px;
		width: 50px;
		height: 50px;
		box-shadow: 0 5px 8px rgba(19, 18, 4, 0.3);
	}
	.pagetop__arrow {
		height: 20px;
		width: 20px;
	}
}


/* ---------------------------------------------------------
	pop up
----------------------------------------------------------*/
.trigger {
	display: none;
}
.popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(134, 134, 134, 0.6);
}
.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #f5f1ed;
	padding: 1em 2em;
	border-radius: 8px;
	box-shadow: 1px 2px 5px rgba(58, 47, 31, 0.5);
	z-index: 2;
}
.trigger:checked ~ .popup-wrapper {
	display: block;
}
.close-btn {
	position: absolute;
	top: -30px;
	right: 0px;
	text-decoration: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 960px) {
	.popup-content {
		padding: 1em 1em;
		border-radius: 10px;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	width: 100%;
	margin-inline: auto;
	color: #ba805e;
	white-space: nowrap;
	position: relative;
	z-index: 100;
	background-image: linear-gradient(rgba(231,223,211,0.5),rgba(229,206,187,0.5));
}
footer .footer__inner {
	width: min(92.3%, 500px);
	margin-inline: auto;
	padding: 90px 0 60px;
}
footer .footer__nc {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer .footer__nc li {
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #ba805e;
}
footer .footer__nc li:first-child {
	font-size: 169%;
	padding-bottom: 1em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #ba805e;
}
footer .footer__nc li a {
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	line-height: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	color: #ba805e;
}
.footerlist__wrap {
	width: 76.9%;
	margin-inline: auto;
}
footer .footerlist {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
}
footer .footerlist li {
	width: calc(100% / 4 - 22.5px);
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
footer .copyright_txt{
	padding-top: 2em;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	line-height: 1;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
	text-align: center;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {

}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer .footer__inner {		
		padding: 120px 0 60px;
	}
	footer .footer__nc li:first-child {
		font-size: 220%;
	}	
	footer .footerlist {
		column-gap: 40px;
	}
	footer .footerlist li {
		width: calc(100% / 4 - 30px);
	}
}