@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;
	}
}

* {
	box-sizing: border-box;
}


/*---------------- indention ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/* ---------------------------------------------------------
	content wrap
----------------------------------------------------------*/
#26ss7__content-wrap {
	width: 100%;
	margin-inline: auto;
	background-color: #fcfbf2;
	position: relative;
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/
.hero__fullarea {
	background-color: #fcfbf2;
	position: sticky;
	top: 0;
	z-index: 1;
}

.ss7__innercontents {
	background-color: #fcfbf2;
	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;
}
.hero__staticimg::-webkit-scrollbar {
	display:none;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		max-width: 1500px;
		height:auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
	}
}


/* ---------------------------------------------------------
	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-nsp {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.item-wapper-nsp img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
		margin-bottom: 270px;
	}
	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 180px;	
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 180px;
	}
}


/* ---------------------------------------------------------
	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-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: 300px;
	}
	.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-t120 {
		padding-top: 150px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-inline: auto;
}
.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
}
.inner_mid__area {
	width: 84.6%;
	margin-inline: auto;
}
.inner_reg__area {
	width: 61.5%;
	margin-inline: auto;
}

/*---------------- 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;
}

.pos_wide__bx {
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.pos_wide__bx::after {
	content: "";
	width: 15.4%;
	height: 1px;
	display: inline-block;
	background-color: #337ab7;
	position: absolute;
	bottom: -20px;
	left: 42.3%;	
}

.video_lrg__wrap {
	width: 92.3%;
	height: auto;
	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;
}

.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
----------------------------------------------------------*/
.fourimg_ctrtxt__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
	align-items: start;
}
.fourimg_ctrtxt__upperleft {
	grid-area: 1 / 1 / 2 / 2;
}
.fourimg_ctrtxt__upperright {
	grid-area: 1 / 2 / 2 / 3;
}
.fourimg_ctrtxt__lowerleft {
	grid-area: 3 / 1 / 4 / 2;
}
.fourimg_ctrtxt__lowerright {
	grid-area: 3 / 2 / 4 / 3;
}
.fourimg_ctrtxt__centertxt {
	grid-area: 2 / 1 / 3 / 3;
	padding: 20px 0;
}
.fourimg_ctrtxt__centertxt img {
	width: 61.5%;
	margin-inline: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {

}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}



/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__season {
	width: 100%;
	margin-inline: auto;
	z-index: 50;
	pointer-events: none;	
}
.subheading__txt01 {
	width: 100%;
	margin-inline: auto;
	z-index: 50;
	pointer-events: none;
}

.subheading__season-sec04 {
	width: 61.5%;
	margin-inline: auto;
	z-index: 50;
	pointer-events: none;	
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	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;
}


/* ---------------------------------------------------------
	motion
----------------------------------------------------------*/
 .fade-left__motion {
	overflow: hidden;
	position: relative;
}
.fade-left__motion::before {
	animation: fade-left__motion 9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
@keyframes fade-left__motion {
	100% {
		transform: translateX(100%);
	}
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_wideprc__bx {
	width: min(100%, 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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #131204;
	text-decoration: none;
	/* text-decoration-color: #131204;
	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: #4c4c4c;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #131204;
	text-decoration: none;
	/* text-decoration-color: #131204;
	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: #4c4c4c;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #131204;
	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: #4c4c4c;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #131204;
	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: #4c4c4c;
	transition: width 0.3s;
}
.items_price_left a:hover::after {
	width: 100%;
}


.loop_slides .items_price_left a {
	font-size: clamp( 0.6875rem, calc( 0.584375rem + 0.5156250000000001vw ), 0.89375rem );
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	/* color: #131204; */
	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.5625rem, calc( 0.478125rem + 0.42187499999999983vw ), 0.73125rem );
	/* font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal; */
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: Italic;
	color: #131204;
	/* color: #131204; */
	line-height: 1.5;
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(19, 18, 4, 0.3);
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.loop_slides .price_yen {
	font-size: 70%;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	/* color: #131204; */
	letter-spacing: 0.05em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.items_price_center li:nth-child(n+3) {
		padding-top: 0.7em;
	}
	.items_price_right li:not(:first-child) {
		padding-top: 0.7em;
	}
	.items_price_left li:not(:first-child) {
		padding-top: 0.7em;
	}
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: min(92.3%, 500px);
	margin-inline: auto;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#131204;
	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 #131204 solid;
	border-radius: 100%;
	transition: all .3s ease-out;
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #131204;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	page top
----------------------------------------------------------*/
#page-top a {
	background-color: #fcfbf2;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.pagetop-btn {
	position: absolute;
	right: 15px;
	bottom: 40px;
	z-index: 9999;
	width: 30px;
	height: 30px;
	background-color: #fcfbf2;
	color: #131204;
	border-radius: 50%;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(19, 18, 4, 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(19, 18, 4, 0.7);
	border-right: 3px solid rgba(19, 18, 4, 0.7);
	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: #3293e7;
}}

/*---------------- 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(127, 127, 127, 0.5);
}
.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fcfbf2;
	padding: 1em 1.5em;
	border-radius: 8px;
	box-shadow: 1px 2px 5px rgba(19, 18, 4, 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: 960) {
	
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	width: 100%;
	margin-inline: auto;
	color: #131204;
	white-space: nowrap;
	position: relative;
	z-index: 100;
	border-top: 5px solid rgb(255, 255, 255, 0.5);
}
footer .footer__inner {
	width: min(92.3%, 500px);
	margin-inline: auto;
	padding-top: 60px;
	padding-bottom: 30px;
}
footer .footer__nc {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer .footer__nc li {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
footer .footer__nc li:first-child {
	font-size: 169%;
	padding-bottom: 1em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
footer .footer__nc li a {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	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;
}
.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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	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 {
		border-top: 10px solid rgb(255, 255, 255, 0.5);
	}
	footer .footer__inner {
		padding-top: 90px;
		padding-bottom: 60px;
	}
	footer .footer__nc li:first-child {
		font-size: 220%;
	}	
	footer .footerlist {
		column-gap: 40px;
	}
	footer .footerlist li {
		width: calc(100% / 4 - 30px);
	}
}