@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
----------------------------------------------------------*/
#26aw2__content-wrap {
	width: 100%;
	margin-inline: auto;
	background-color: #fcf9f4;
	position: relative;
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/
.hero__fullarea {
	background-color: #fcf9f4;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.aw2__innercontents {
	background-color: #fcf9f4;
	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: 120px;
	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-fourth {
	width: 100%;
	margin-inline: auto;
	position: relative;
	padding-top: 90px;
	padding-bottom: 60px;
}
.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-color: #6d2c17;
	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-fourth::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: 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: 0px;
}
.horiz_flxbx {
	display: flex;
	justify-content: space-between;
}

.vertical_wide__img {
	width: 100%;
}

.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) {

}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.mosaic_fiveslot__grdbx {
	display: grid;
	/* grid-template-columns: 4.8% 38.5% 18.2% 7.7% 30.8%; */
	grid-template-columns: 2.9% 38.5% 20.1% 7.7% 30.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.mosaic_fiveslot__rwarp {
	grid-area: 1 / 5 / 7 / 6;
}
.mosaic_fiveslot__lrgleft {
	grid-area: 1 / 5 / 3 / 6;
	align-self: start;
	z-index: 30;
}
.mosaic_fiveslot__rmid {
	grid-area: 3 / 5 / 5 / 6;
	align-self: start;
	z-index: 30;
}
.mosaic_fiveslot__rlower {
	grid-area: 5 / 5 / 7 / 6;
	align-self: start;
	z-index: 30;
}
.mosaic_fiveslot__rupper {
	grid-area: 1 / 1 / 5 / 4;
	align-self: start;
	z-index: 30;
}
.mosaic_fiveslot__smlleft {
	grid-area: 4 / 2 / 7 / 3;
	align-self: center;
	z-index: 35;
}
.mosaic_fiveslot__prc {
	grid-area: 4 / 2 / 7 / 4;
	align-self: end;
	z-index: 60;
	padding-bottom: 2em;
}

.mosaic_rlargthree__grdbx {
	display: grid;
	grid-template-columns: 7.7% 30.8% 15.3% 7.7% 7.7% 15.4% 15.4%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.mosaic_rlargthree__left {
	grid-area: 1 / 1 / 4 / 6;
	align-self: start;
	z-index: 30;
}
.mosaic_rlargthree__right {
	grid-area: 3 / 4 / 6 / 8;
	align-self: start;
	z-index: 32;
}
.mosaic_rlargthree__center {
	grid-area: 5 / 2 / 8 / 5;
	align-self: end;
	z-index: 35;
}
.mosaic_rlargthree__prc {
	grid-area: 7 / 5 / 8 / 8;
	align-self: end;
	z-index: 80;
}

.mosaic_twoimgovp__grdbx {
	display: grid;
	grid-template-columns: 46.2% 4.8% 49%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.mosaic_twoimgovp__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
	z-index: 30;
}
.mosaic_twoimgovp__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
	z-index: 35;
}
.mosaic_twoimgovp__txt {
	grid-area: 1 / 3 / 2 / 4;
	align-self: start;
	z-index: 40;
}
.mosaic_twoimgovp__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	z-index: 50;
}

.mosaic_threernd__warp {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
}
.mosaic_threernd__grdbx {
	display: grid;
	grid-template-columns: 38.4% 3.85% 11.55% 7.7% 11.55% 3.85% 23.1%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.mosaic_threernd__left {
	grid-area: 2 / 1 / 5 / 4;
	align-self: start;
	z-index: 30;
}
.mosaic_threernd__right {
	grid-area: 1 / 5 / 4 / 8;
	align-self: start;
	z-index: 30;
}
.mosaic_threernd__center {
	grid-area: 4 / 3 / 7 / 6;
	align-self: end;
	z-index: 35;
}


/*---------------- 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;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__autumn {
	width: 106%;
	position: absolute;
	top: 3%;
	left: -3%;
	z-index: 3;
	overflow: hidden;
}

.subheading__sec01 {
	width: 61.5%;
	margin-inline: auto;
	margin-bottom: 30px;
}
.subheading__sec01-2 {
	width: 30.8%;
	position: absolute;
	left: 0%;
	bottom: 23%;
	z-index: 50;
	pointer-events: none;
}

.subheading__sec02 {
	width: 1.8%;
	position: absolute;
	right: 3.85%;
	top: 23%;
	z-index: 50;
	pointer-events: none;
}

.subheading__sec03-1 {
	width: 30.8%;
	position: absolute;
	right: 0;
	top: 0%;
	z-index: 50;
	pointer-events: none;
}

.subheading__sec04-1 {
	width: 61.5%;
	position: absolute;
	left: 3.85%;
	top: 3%;
	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-2 {
		width: 200px;
		bottom: 560px;
	}
	.subheading__sec04-1 {
		width: 400px;
		left: 20px;
		top: 55px;
	}
}


/* ---------------------------------------------------------
	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: 61.5%;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.items_price_left__midwarp {
	width: 61.5%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.items_price_center__midwarp {
	width: 61.5%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.items_price_center__semilrgwarp {
	width: 84.6%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	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;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #bd6b46;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: min(92.3%, 650px);
	margin-inline: auto;
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color:#6d2c17;
	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 #6d2c17 solid;
	border-radius: 100%;
	transition: all .3s ease-out;
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #6d2c17;
	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: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #6d2c17;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	page top
----------------------------------------------------------*/
#page-top a {
	background-color: #f5e8d5;
	position: fixed;
	right: 10px;
	bottom: 20px;
}

.pagetop-btn {
	position: absolute;
	right: 15px;
	bottom: 40px;
	z-index: 9999;
	width: 30px;
	height: 30px;
	background-color: #f5e8d5;
	color: #e2bc86;
	border-radius: 50%;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(53, 36, 13, 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(109, 44, 23, 0.8);
	border-right: 3px solid rgba(109, 44, 23, 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-color: #f7a7a5;
	background-image: linear-gradient(0deg, #d7ebf5, #f9fafa 50%, #fffef7); */
	width: 100%;
	margin-inline: auto;
	color: #6d2c17;
	white-space: nowrap;
	position: relative;
	z-index: 100;
	background-color: #f1dfc5;
}
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: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #6d2c17;
}
footer .footer__nc li:first-child {
	font-size: 169%;
	padding-bottom: 1em;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	color: #6d2c17;
}
footer .footer__nc li a {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp( 1rem, calc( 0.40149999999999997rem + 2.9925vw ), 2.197rem );
	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: #6d2c17;
}
.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: "Lora", 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: "Lora", 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: 371%;
	}	
	footer .footerlist {
		column-gap: 22.5px;
	}
	footer .footerlist li {
		width: calc(100% / 4 - 30px);
	}
}