@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;
	}
}

.scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.scrollbar::-webkit-scrollbar {
	display: none;
}

*, *::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
----------------------------------------------------------*/
#26aw3__content {
	width: 100%;
	margin-inline: auto;
	background-color: #f3e9df;
	position: relative;
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/
.hero__fullarea {
	background-color: #f3e9df;
	/* position: -webkit-sticky;
	position: sticky;
	top: 0; */
	z-index: 100;
}

.aw3__cont-inner {
	background-color: #f3e9df;
	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: 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: 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-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;
	padding-top: 120px;
	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: 78%; 
	background-color: #f1dfc5;
	z-index: -1;
}

.item-wapper-third {
	width: 100%;
	margin-inline: auto;
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}
.item-wapper-third img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-third::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%; 
	background-color: #f1dfc5;
	z-index: -1;
}

.item-wapper-fifth {
	width: 100%;
	margin-inline: auto;
	position: relative;
	padding-top: 90px;
	padding-bottom: 30px;
}
.item-wapper-fifth img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-fifth::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/item-wapper-fifth-bgimg.jpg");
	background-size: cover;
	/* background-color: #ebebeb; */
	z-index: -1;
}

.item-wapper-sixth {
	width: 100%;
	margin-inline: auto;
	position: relative;
	padding-top: 60px;
	padding-bottom: 90px;
}
.item-wapper-sixth img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-sixth::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e7f0e8;
	z-index: -1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 650px;
		margin-bottom: 270px;
	}
	.item-wapper-mid {
		max-width: 650px;
		margin-bottom: 210px;	
	}
	.item-wapper-small {
		max-width: 650px;
		margin-bottom: 180px;
	}
	.item-wapper-first {
		max-width: 650px;
	}
	.item-wapper-first::after {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.item-wapper-third {
		max-width: 650px;
		padding-top: 120px;
		padding-bottom: 150px
	}
	.item-wapper-third::after {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.item-wapper-fourth {
		max-width: 650px;
		padding-top: 150px;
		padding-bottom: 180px;
	}
	.item-wapper-fifth {
		max-width: 650px;
        padding-top: 180px;
        padding-bottom: 90px;
	}
    .item-wapper-fifth::after {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
    }
    .item-wapper-sixth {
		max-width: 650px;
    }
    .item-wapper-sixth::after {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: 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_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;
}

.mt-sp60 {
	margin-top: 60px;
}
.mt-sp120 {
	margin-top: 120px;
}
.mt-sp150 {
	margin-top: 150px;
}

.pdg-t60 {
	padding-top: 60px;
}
.pdg-t90 {
	padding-top: 90px;
}
.pdg-t120 {
	padding-top: 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;
	}
	.mt-sp60 {
		margin-top: 180px;
	}
	.pdg-t60 {
		padding-top: 90px;
	}
	.pdg-t120 {
		padding-top: 150px;
	}
	.mt-sp120 {
		margin-top: 180px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-inline: auto;
}
.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
	position: relative;
}

.inner_mid__area {
	width: 84.6%;
	margin-inline: auto;
}
.inner_reg__area {
	width: 61.5%;
	margin-inline: auto;
}
.inner_lrg_gbw__area {
	width: 92.3%;
	margin-inline: auto;
	padding-top: 90px;
	padding-bottom: 60px;
	background-color: #fcf9f4;
	z-index: 10;
	position: relative;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
	}
	.inner_lrg_gbw__area {
		width: 100%;
		max-width: 650px;
		margin-inline: auto;
		padding-top: 120px;
		padding-bottom: 90px;
	}
}

/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}
.static_large__box {
	width: 92.3%;
	margin-inline: auto;
}
.static_mid__box {
	width: 76.9%;
	margin-inline: auto;
}
.static_reg__box {
	width: 61.5%;
	margin-inline: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	
}


/* ---------------------------------------------------------
	border
----------------------------------------------------------*/
.thickborder-top {
	border-top: 5px solid #271b0f;
}
.thickborder-bottom {
	border-bottom: 5px solid #271b0f;
}
.thickborder-left {
	border-left: 5px solid #271b0f;
}
.thickborder-right {
	border-right: 5px solid #271b0f;
}

/* thin */
.thinborder-around {
	border: 1px solid #271b0f;
}
.thinborder-top {
	border-top: 1px solid #271b0f;
}
.thinborder-bottom {
	border-bottom: 1px solid #271b0f;
}
.thinborder-left {
	border-left: 1px solid #271b0f;
}
.thinborder-right {
	border-right: 1px solid #271b0f;
}

/* SP dispaly */
.spborder-top {
    border-top: 1px solid #271b0f;
}

/* PC dispaly */
.pcborder-around {
	border: 0px solid #271b0f;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
    .spborder-top {
        border-top: 0px solid #271b0f;
    }
	.pcborder-around {
		border: 1px solid #271b0f;
	}

}



/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.vertical_flxbx {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 0px;	
	font-size: 0;
	box-sizing: border-box;
}

.cols_flxbx {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
/*
.cols_flxbx::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 38.5%;
	width: 61.5%;
	height: 95%;
	border-top: 1px solid #271b0f;
	border-left: 1px solid #271b0f;
	border-bottom: 1px solid #271b0f;
	z-index: -1;
}
*/

.twocolimg_half {
	width: 50%;
}
.twocolimg_half-lupper__bdr {
	width: 50%;
	border:  1px solid #271b0f;
}
.twocolimg_half-rupper__bdr {
	width: 50%;
	border-top: 1px solid #271b0f;
	border-right: 1px solid #271b0f;
	border-bottom: 1px solid #271b0f;
}
.twocolimg_half-llower__bdr {
	width: 50%;
	border-left: 1px solid #271b0f;
	border-right: 1px solid #271b0f;
	border-bottom: 1px solid #271b0f;
}
.twocolimg_half-rlower__bdr {
	width: 50%;
	border-right: 1px solid #271b0f;
	border-bottom: 1px solid #271b0f;
}
.twocolimg_half-lupper__bdr img,
.twocolimg_half-rupper__bdr img,
.twocolimg_half-llower__bdr img,
.twocolimg_half-rlower__bdr img {
	width: 100%;
	height: 239px;
	object-fit: cover;
}


.twocolimg__spc {
	width: 48.5%;
}
.twocolimg__sspc {
	width: calc(50% - 5px)
}
.twocolimg__tinyspc {
	width: calc(50% - 2.5px)
}

.threecolimg__spc {
	width: calc(100% / 3 - 2.5px);
	height: 100%;
}
.threecolimg__sspc {
	width: calc(100% / 3 - 10px);

}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twocolimg_half-lupper__bdr img,
	.twocolimg_half-rupper__bdr img,
	.twocolimg_half-llower__bdr img,
	.twocolimg_half-rlower__bdr img {
		height: 349px;
	}
    .threecolimg__spc {
        width: calc(100% / 3 - 5px);
        height: 100%;
    }
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.threeimg_overlapping__grdbx {
	display: grid;
	grid-template-columns: 1.6% 17.65% 19.25% 23% 19.25% 17.65% 1.6%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threeimg_overlapping__left {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
	z-index: 35;
	border: 1px solid #271b0f;
	background-color: #f3e9df;
}
.threeimg_overlapping__center {
	grid-area: 3 / 3 / 6 / 6;
	align-self: center;
	z-index: 30;
	border: 1px solid #271b0f;
	background-color: #f3e9df;
}
.threeimg_overlapping__right {
	grid-area: 5 / 5 / 8 / 8;
	align-self: end;
	z-index: 35;
	border: 1px solid #271b0f;
	background-color: #f3e9df;
}
.threeimg_overlapping__prc {
	grid-area: 6 / 1 / 8 / 5;
	align-self: end;
}

.threeimg_mod__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	align-items: stretch;
}
.threeimg_mod__grdbx::after {
	content: "";
	position: absolute;
	top: 10%;
	left: 42.3%;
	width: 61.5%;
	height: 130%;
	border-top: 1px solid #271b0f;
	border-left: 1px solid #271b0f;
    border-right: 0px solid #271b0f;
	border-bottom: 1px solid #271b0f;
	z-index: -1;
}


.threeimg_mod__inbx {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
}
.threeimg_mod__leftupper {
	grid-area: 1 / 1 / 2 / 2;
	align-self: start;
}
.threeimg_mod__leftlower {
	grid-area: 2 / 1 / 3 / 2;
	align-self: end;
}
.threeimg_mod__right {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
}


.threeimg_box {
	display: block;
	width: 100%;
	height: 100%;
}
.threeimg_mod__lupper {
	grid-column: 1;
	grid-row: 1;
    background-color: #f3e9df;
}
.threeimg_mod__llower {
	grid-column: 1;
	grid-row: 2;
    background-color: #f3e9df;
}
.threeimg_mod__rimgbx {
	grid-column: 2;
	grid-row: 1 / 3;
    background-color: #f3e9df;
}


.overlpg_twocol__grdbx {
	display: grid;
	grid-template-columns: 38.5% 7.7% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.overlpg_twocol__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
	z-index: 20;
	/* border-right: 5px solid #f3e9df;
	border-bottom: 5px solid #f3e9df; */
}
.overlpg_twocol__right {
	grid-area: 2 / 2 / 5 / 4;
	align-self: end;
	z-index: 25;
}
.overlpg_twocol__prc {
	grid-area: 3 / 1 / 5 / 2;
	align-self: end;
	z-index: 50;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {

}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.mosaic_threernd__warp {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow: visible;
	}
    .threeimg_mod__grdbx::after {
        top: 45px;
        left: 250px;
        width: 450px;
        height: 517px;
        border-right: 1px solid #271b0f;
    }
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.intro_txt__26aw3 {
	width: 76.9%;
	margin-inline: auto;
	position: relative;
}
.intro_txt__26aw3::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 42.3%;
	width: 15.4%;
	height: 1px;
	display: inline-block;
	background-color: #271b0f;
}

.subheading__autumn {
	width: 106%;
	position: absolute;
	top: 3%;
	left: -3%;
	z-index: 3;
	overflow: hidden;
}

.subheading__sec01-1 {
	width: 1.8%;
	position: absolute;
	right: 2.5%;
	top: 30%;
	z-index: 50;
	pointer-events: none;
}
.subheading__sec01-2 {
	width: 1.8%;
	position: absolute;
	left: 2.5%;
	top: 30%;
	z-index: 50;
	pointer-events: none;
}

.subheading__sec02 {
	width: 38.5%;
	position: absolute;
	right: 3.85%;
	top: 0%;
	z-index: 50;
	pointer-events: none;
}

.subheading__sec03-1 {
	width: 30.8%;
	position: absolute;
	left: 3.8%;
	top: 15%;
	z-index: 50;
	transform: rotate(-10deg);
	pointer-events: none;
}

.subheading__sec04-1 {
	width: 61.5%;
	margin-inline: auto;
	margin-bottom: 30px;
	z-index: 50;
	pointer-events: none;
}

.subheading__sec05-1 {
	width: 92.3%;
	position: absolute;
	top: 5%;
	left: 3.85%;
	z-index: 50;
	pointer-events: none;
}

.subheading__sec06-1 {
	width: 38.5%;
	position: absolute;
	top: 30%;
	left: 3.85%;
	z-index: 50;
	transform: rotate(-5deg);
	pointer-events: none;
}

.subheading__sec07-1 {
	width: 38.5%;
	margin-inline: auto;
}

.subheading__sec08-1 {
	width: 30.8%;
	position: absolute;
	top: 11%;
	right: 3.85%;
	z-index: 50;
	pointer-events: none;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__autumn {
		width: 100%;
		top: 90px;
		left: 0;
		z-index: 3;
	}
    .subheading__sec01-1 {
        width: 12px;
        right: 20px;
        top: 230px;
    }
    .subheading__sec01-2 {
        width: 12px;
        left: 20px;
        top: 230px;
    }
    .subheading__sec05-1 {
        width: 650px;
        top: 84px;
        left: 0;
    }
}



/* ---------------------------------------------------------
	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;
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.items_price_right__midwarp {
	width: min(61.5%, 500px);
	margin-right: auto;
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.itempric_wide__box {
	width: min(100%, 400px);
	margin-inline: auto;
}
.itempric_frameright__box {
	width: 61.5%;
	margin-left: 34.7%;
}
.itemprc_rreg__box {
	width: 61.5%;
	margin-left: 38.5%;
}
.items_price_center__midwarp {
	width: min(92.3%, 400px);
	margin-inline: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
    .itempric_frameright__box {
        margin-left: auto;
    }
}


/* ---------------------------------------------------------
	items price
----------------------------------------------------------*/
.items_price__box {
	width: 100%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #6d2c17;
	padding-bottom: 0.25em;
}

.item-details {
	width: 84.6%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 0.5em;
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #6d2c17;
	font-feature-settings: "palt" 1;
}
.buybx {
	width: 15.4%;
}

.item-details-wide {
	width: calc(76.9% - 2.5px);
	display: flex;
	flex-direction: column;
	column-gap: 10px;
	align-items: flex-start;
	row-gap: 0.5em;
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #6d2c17;
	font-feature-settings: "palt" 1;
}
.buybx-wide {
	width: calc(23.1% - 2.5px);
}

.item-name {
	font-size: 130%;
}
.item-prcclr {
	font-size: 76.9%;
	line-height: 1.5;
}
.prc-yen {
	font-size: 59.2%;
}

.buybtn {	
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-inline: auto;
	padding: 0.5em 0.5em;
	border: 1px #6d2c17 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	font-family: "Arimo", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #6d2c17;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}


/* ---------------------------------------------------------
	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(76.9%, 460px);
	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: #271b0f;
	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: #271b0f;
	text-decoration: none;
	text-decoration-color: #271b0f;
	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 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: #271b0f;
	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: #271b0f;
	text-decoration: none;
	text-decoration-color: #271b0f;
	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;
}


/* ---------------------------------------------------------
	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: #271b0f;
	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: #271b0f;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-decoration-color: #271b0f;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}


/* ---------------------------------------------------------
	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: #271b0f;
	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: #271b0f;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-decoration-color: #271b0f;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}


/*---------------- 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: #271b0f;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}

/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: min(92.3%, 650px);
	margin-inline: auto;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#a15a39;
	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 #a15a39 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: #a15a39;
	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: #a15a39;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	page top
----------------------------------------------------------*/
#page-top a {
	background-color: #e3ccb4;
	position: fixed;
	right: 10px;
	bottom: 20px;
}

.pagetop-btn {
	position: absolute;
	right: 15px;
	bottom: 40px;
	z-index: 9999;
	width: 30px;
	height: 30px;
	background-color: #e3ccb4;
	color: #a15a39;
	border-radius: 50%;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(74, 41, 26, 0.3);
	opacity: 0.9;
	transition: opacity 0.3s ease;
}
.pagetop-btn:hover {
	opacity: 1;
}
.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid rgba(161, 90, 57, 0.8);
	border-right: 3px solid rgba(161, 90, 57, 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: #6d2c17;
	}
}

/*---------------- 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;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	background-image: linear-gradient(0deg, #d7ebf5, #f9fafa 50%, #fffef7); */
	background-color: #f6eee6;
	width: 100%;
	margin-inline: auto;
	color: #a15a39;
	white-space: nowrap;
	position: relative;
	z-index: 100;
}
footer .footer__inner {
	width: min(92.3%, 650px);
	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: 400;
	font-style: normal;
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.4874999999999998vw ), 1.05625rem );
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #a15a39;
}
footer .footer__nc li:first-child {
	font-size: 169%;
	padding-bottom: 1em;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	color: #a15a39;
}
footer .footer__nc li a {
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	color: #a15a39;
}
.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);
}
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;
	font-feature-settings: "palt" 1;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(242, 226, 224, 0.8);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer {
		background-image: url("../images/footer_bg_pcimg.jpg");
	}
	footer .footer__inner {		
		padding: 150px 0 60px;
	}
	footer .footer__nc li:first-child {
		font-size: 219%;
        letter-spacing: 0.3em;
        text-indent: 0.3em;
	}
    footer .footer__nc li a {
        font-size: 22px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
	footer .footerlist {
		column-gap: 60px;
	}
	footer .footerlist li {
		width: calc(100% / 4 - 60px);
	}
}