@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #141416;
}
@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: all 0.4s;
	}
}

*, *::before, *::after {
  box-sizing: border-box;
}



/*---------------- indention ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 00px;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 0px
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
	position: relative;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	position: relative;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


.item-wapper-sec01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	position: relative;
}
.item-wapper-sec01 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-sec01::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 75%;
	background-color: #f5ede0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.item-wapper-sec03 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	position: relative;
}
.item-wapper-sec03 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-sec03::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	background-color: #f6f2ea;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.item-wapper-sec05 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	position: relative;
}
.item-wapper-sec05 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-sec05::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 74%;
	background-color: #f8f5e9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 800px;
		margin-bottom: 310px;
	}
	.item-wapper-mid {
		max-width: 800px;
		margin-bottom: 150px;	
	}
	.item-wapper-small {
		max-width: 800px;
		margin-bottom: 120px;
	}
	.item-wapper-sec01 {
		max-width: 800px;
		padding-top: 120px;
	}
	.item-wapper-sec01::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.item-wapper-sec03 {
		max-width: 800px;
		padding-top: 300px;
	}
	.item-wapper-sec03::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.item-wapper-sec05 {
		max-width: 800px;
		padding-top: 60px;
	}
	.item-wapper-sec05::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_45 {
	margin-bottom: 45px;
}
.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;
}

.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}

.spmt_30 {
	margin-top: 30px;
}

.sppt_60 {
	padding-top: 50px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_45 {
		margin-bottom: 75px;
	}
	.spmb_60 {
		margin-bottom: 90px;
	}
	.spmb_90 {
		margin-bottom: 120px;
	}
	.spmb_120 {
		margin-bottom: 180px;
	}
	.spmb_150 {
		margin-bottom: 210px;
	}
	.sppt_60 {
		padding-top: 80px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_large__area {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.inner_mid__area {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}

.rightrotate_img {
	width: 30.8%;
	transform: rotate(10deg);
	position: absolute;
	left: 7.2%;
	bottom: 0;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_wide__area {
		height: 700px;
	}
	.inner_large__area {
		width: 100%;
		padding-top: 120px;
	}
	.rightrotate_img {
		width: 38.5%;
		left: 10px;
		bottom: -150px;
	}
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.flex_scbw_widebx {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.flex_scbw_lrgbx {
	display: flex;
	justify-content: space-between;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.flex_scbw_midbx {
	display: flex;
	justify-content: space-between;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.twocolimg_half {
	width: 50%;
	z-index: 20;
}

.twocolimg__spc {
	width: 49%;
}

.flex_twocol__sleft {
	width: 33.5%;
}
.flex_twocol__lright {
	width: 66.5%; 	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.twocol_bigtl__gdbx {
	display: grid;
	grid-template-columns: 53.8% 4.8% 41.4%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
.twocol_bigtl__left {
	grid-area: 1 / 1 / 4 / 2;
	z-index: 10;
}
.twocol_bigtl__right {
	grid-area: 2 / 3 / 3 / 4;
	z-index: 10;
}

.threecol_rl__gdbx {
	display: grid;
	grid-template-columns: calc(15.3% - 5px) calc(15.4% - 5px) calc(23.1% - 5px) calc(7.7% - 5px) calc(7.7% - 5px) calc(30.8% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 5px;
	grid-row-gap: 10px;	
}
.threecol_rl__right {
	grid-area: 1 / 4 / 5 / 7;
	align-self: center;
	z-index: 10;
}
.threecol_rl__center {
	grid-area: 2 / 3 / 4 / 5;
	align-self: center;
	z-index: 10;
}
.threecol_rl__left {
	grid-area: 2 / 1 / 4 / 3;
	align-self: center;
	z-index: 10;
}
.threecol_rl__prc {
	grid-area: 4 / 1 / 5 / 4;
	align-self: end;
	z-index: 10;
}

.rightup_tcol__gdbx {
	display: grid;
	grid-template-columns: 38.5% 7.7% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.rightup_tcol__right {
	grid-area: 1 / 3 / 3 / 4;
	align-self: start;
}
.rightup_tcol__left {
	grid-area: 2 / 1 / 4 / 2;
	align-self: end;
}
.rightup_tcol__prc {
	grid-area: 3 / 2 / 4 / 4;
	align-self: end;
}

.twocol_rightlrg__gdbx {
	display: grid;
	grid-template-columns: calc(34.6% - 5px) calc(65.4% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
	align-items: stretch;
}
.twocol_rightlrg__left {
	grid-area: 1 / 1 / 2 / 2;
	z-index: 10;
}
.twocol_rightlrg__right {
	grid-area: 1 / 2 / 2 / 4;
	z-index: 10;
}

.three_cspc__gdbx {
	display: grid;
	grid-template-columns: 53.8% 4.8% 41.4%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 10px;
}
.three_cspc__left {
	grid-area: 1 / 1 / 5 / 2;
	align-self: start;
}
.three_cspc__right {
	grid-area: 2 / 3 / 4 / 4;
	align-self: start;
}
.three_cspc__rtxt {
	grid-area: 4 / 3 / 5 / 4;
	align-self: end;
	justify-self: end;
}
.three_cspc__rtxt img {
	width: 61.5%;
}

.threecol_llrg__gdbx {
	display: grid;
	grid-template-columns: 34.6% 34.7% 2.9% 27.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threecol_llrg__left {
	grid-area: 1 / 1 / 4 / 2;
	align-self: end;
}
.threecol_llrg__center {
	grid-area: 1 / 2 / 4 / 3;
	align-self: end;
}
.threecol_llrg__right {
	grid-area: 2 / 4 / 4 / 5;
	align-self: end;
}

.twocol_center__gdbx {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;	
}
.twocol_center__left {
	grid-area: 1 / 1 / 5 / 2;
	z-index: 30;
}
.twocol_center__right {
	grid-area: 2 / 3 / 4 / 4;
	z-index: 30;
}

.twoimg_overlap__gdbx {
	display: grid;
	grid-template-columns: 26.9% 26.9% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twoimg_overlap__left {
	grid-area: 1 / 1 / 3 / 4;
	align-self: start;
	z-index: 30;
}
.twoimg_overlap__right {
	grid-area: 2 / 3 / 5 / 5;
	align-self: end;
	z-index: 30;
}
.twoimg_overlap__prc {
	grid-area: 4 / 1 / 5 / 3;
	align-self: end;
}
.twoimg_overlap__prc .items_price_left li a {
	font-size: clamp( 1rem, calc( 0.655rem + 1.7249999999999999vw ), 1.69rem );
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color:#220f08;
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
}

.twocol_leftup__gdbx {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.twocol_leftup__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twocol_leftup__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twocol_leftup__prc {
	grid-area: 3 / 1 / 4 / 2;
}
.twocol_leftup__prc li a {
	font-size: clamp( 1rem, calc( 0.655rem + 1.7249999999999999vw ), 1.69rem );
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color:#220f08;
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twocol_rightlrg__gdbx {
		grid-template-columns: calc(34.6% - 10px) calc(65.4% - 10px);
		grid-column-gap: 20px;
	}
}



/* ---------------------------------------------------------
	slides box
----------------------------------------------------------*/
.center__widebox {
	width: 100%;
	margin-left: auto;	
	margin-right: auto;
	position: relative;
}

.center__largebox {
	width: 92.3%;
	margin-left: auto;	
	margin-right: auto;
}
.center__biggerbox {
	width: 84.6%;
	margin-left: auto;	
	margin-right: auto;
}
.center__midbox {
	width: 76.9%;
	margin-left: auto;	
	margin-right: auto;
	position: relative;
}
/* .center__midbox::after {
	content: "";
	position: absolute;
	top: -11.55%;
	left: -11.55%;
	width: 38.5%;
	height: 30.8%;
	background-color: #71b992;
	z-index: -1;
} */

.center__regmidbox {
	width: 69.2%;
	margin-left: auto;	
	margin-right: auto;
}
.center__box {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
}

.left__vastbox {
	width: 92.3%;
	margin-right: auto;
}
.left__largebox {
	width: 84.6%;
	margin-right: auto;
}
.left__midbox {
	width: 76.9%;
	margin-right: auto;
}
.left__box {
	width: 61.5%;
	margin-right: auto;
}

.right__largebox {
	width: 84.6%;
	margin-left: auto;
}
.right__midbox {
	width: 69.2%;
	margin-left: auto;
}
.right__box {
	width: 61.5%;
	margin-left: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__01-1 {
	width: 23%;
	position: absolute;
	top: 6%;
	right: 3.8%;
	z-index: 10;
	pointer-events: none;
}
.subheading__01-2 {
	width: 23%;
	position: absolute;
	top: 57%;
	left: 4%;
	z-index: 10;
	pointer-events: none;
}

.subheading__02-1 {
	width: 23%;
	position: absolute;
	top: -4.2%;
	left: 2.9%;
	z-index: 10;
	pointer-events: none;
}
.subheading__02-2 {
	width: 30.8%;
	position: absolute;
	top: 60%;
	left: 4.1%;
	z-index: 5;
	pointer-events: none;
}

.subheading__03-1 {
	width: 61.5%;
	position: absolute;
	top: 50px;
	left: 7.7%;
	z-index: 10;
	pointer-events: none;
}
.subheading__03-2 {
	width: 84.6%;
	position: absolute;
	top: 90px;
	left: 7.7%;
	z-index: 10;
	pointer-events: none;
}
.subheading__03-3 {
	width: 23%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 34.6%;
	top: 54%;
	z-index: 20;
	pointer-events: none;
}

.subheading__04-1 {
	width: 23%;
	position: absolute;
	top: -8%;
	right: 1.6%;
	z-index: 10;
	pointer-events: none;
}

.subheading__05-1 {
	width: 23%;
	position: absolute;
	top: 6%;
	right: 3.8%;
	z-index: 10;
	pointer-events: none;
}
.subheading__05-2 {
	width: 3.2%;
	position: absolute;
	top: 35%;
	right: 9.9%;
	z-index: 10;
	pointer-events: none;
}

.subheading__06-1 {
	width: 23%;
	position: absolute;
	top: 0%;
	right: 3.8%;
	z-index: 10;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__01-1 {
		top: 150px;
		right: 0%;
	}
	.subheading__01-2 {
		width: 23%;
		top: 920px;
		left: 0%;
	}
	.subheading__03-1 {
		top: 100px;
	}
	.subheading__03-2 {
		top: 210px;
	}
	.subheading__03-3 {
		top: 870px;
	}
	.subheading__04-1 {
		top: -60px;
		right: 0%;
	}
	.subheading__05-1 {
		top: 70px;
		right: 0%;
	}
	.subheading__06-1 {
		top: 70px;
		right: 0%;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;	
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_prc__bx {
	width: min(84.6%, 400px);
	margin-left: auto;
	margin-right: auto;
}
.cprc_large__bx {
	width: min(100%, 500px);
	margin-left: auto;
	margin-right: auto;
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #220f08;
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
}

.items_price_center li:nth-child(even) {
	padding-left: 1em;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_center a {
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
	color:#220f08;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-decoration: underline;
	text-decoration-color:#220f08;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	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.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color:#220f08;
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
}
.items_price_right li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right a {
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
	color:#220f08;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-decoration: underline;
	text-decoration-color:#220f08;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.items_price_left li {
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color:#220f08;
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
	color:#220f08;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-decoration: underline;
	text-decoration-color:#3a2b13;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "old-standard", serif;
	font-style: normal;
	font-weight: 400;
	color:#220f08;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: min(92.3%, 800px);
	margin-left: auto;
	margin-right: auto;
	font-family: "old-standard", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #d26b44 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp( 1.0625rem, calc( 0.6959375rem + 1.8328125000000002vw ), 1.795625rem );
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.itembtn_wapper a {
	font-size: clamp( 1.0625rem, calc( 0.6959375rem + 1.8328125000000002vw ), 1.795625rem );
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	color: #d26b44;
	text-decoration: none;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "old-standard", serif;
	font-style: normal;
	font-weight: 400;
	color: #d26b44;
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #d26b44;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 1em;
}
footer .footer__p {
	display: block;
	text-align: center;
	color: #d26b44;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
}
footer .footer__txtlink a {
	text-align: center;
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #d26b44;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #d26b44;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "adobe-aldine-variable",sans-serif;
	font-variation-settings: 'opsz' 6, 'wght' 300;
	font-feature-settings: "palt" 1;
}
footer #sns__area {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
footer #sns__area li {
	width: calc(100% / 4 - 35px);
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	footer #niceclaup_logo {
		width: 15%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 15px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 45px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer {
		padding: 90px 0 30px;
	}
	footer #niceclaup_logo {
		width: 130px;
	}
	footer #sns__area {
		width: 500px;
		max-width: 100%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 440px) 960 * 100vw);
	}
}