@charset "UTF-8";
html,
body {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	color: #c89e9e;
	background-color: #faf6f6;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #c89e9e;
}
@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: 60px;
	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: 90px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 120px
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 210px;
}
.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: 150px;	
}
.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;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-pnk {
	width: 100%;
	margin-bottom: 90px;
	z-index: 1;
}
.item-wapper-pnk:after {
	content: "";
	width: 100%;
	height: 32%;
	position: absolute;
	left: 0%;
	top: -2%;
	background-color: #f2e9e9;
}
.item-wapper-pnk img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
		margin-bottom: 310px;
	}
	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 220px;	
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 120px;
	}
	.item-wapper-pnk {
		margin-bottom: 120px;
	}
	.item-wapper-pnk:after {
		width: 100vw;
		height: 33%;
		top: -3%;
	}
	.item-wapper-tiny {
		max-width: 500px;
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	lead
----------------------------------------------------------*/
.lead__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.subheading_lead {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.lead__btn a {
	text-align: center;
	font-size: clamp(0.8125rem, calc(0.59375rem + 1.09375vw), 1.25rem);
	font-family: "cormorant-garamond", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.center__slides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.twoimg__inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}
.twocol__left {
	width: 76.9%;
	margin-bottom: 30px;
}
.twocol__right {
	width: 61.5%;
	margin-left: auto;
	margin-bottom: 30px;
}

.right__prcbox {
	width: 92.3%;
	margin-left: auto;
}
.right__prcbox a {
	padding-right: 1em;	
}

.spmb_30 {
	margin-bottom: 30px;
}
.spmb_60 {
	margin-bottom: 60px;
}
.spmb_90 {
	margin-bottom: 90px;
}
.spmb_120 {
	margin-bottom: 120px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg__inner {
		max-width: 500px;
	}
	.twocol__left {
		width: 61.5%;
		margin-bottom: 60px;
	}
	.twocol__right {
		width: 46.2%;
		margin-bottom: 30px;
	}
	.right__prcbox a {
		padding-right: 0em;	
	}
}





/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.twoimg_hor__box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.twoimg_hor__item {
	width: 50%;
}
.twoimg_hor__spcitem {
	width: 49%;
}

.centerslide__fullbox {
	width: 100%;
	margin-left: auto;	
	margin-right: auto;
}
.centerslide__largebox {
	width: 92.3%;
	margin-left: auto;	
	margin-right: auto;
}
.centerslide__mediumbox {
	width: 76.9%;
	margin-left: auto;	
	margin-right: auto;
}
.centerslide__box {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
}

.leftslide__bigbox {
	width: 84.6%;
	margin-right: auto;
}
.leftslide__largebox {
	width: 76.9%;
	margin-right: auto;
	z-index: 20;
}
.leftslide__middlebox {
	width: 69.2%;
	margin-right: auto;
}
.rightslide__middlebox {
	width: 69.2%;
	margin-left: auto;
}

.center_prc__middlebox {
	width: 84.6%;
	margin-left: auto;
}
.center_prc__cntmiddlebox {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}
.center_prc__middlebox .items_price_left_hn li:nth-child(4) {
	padding-left: 1em;
}

.center_prc__largebox {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;	
}

.left_prc__middlebox {
	width: 84.6%;
	margin-left: auto;
}

.right_prc__middlebox {
	width: 76.9%;
	margin-left: auto;
}
.right_prc__middlebox a {
	padding-right: 1em;
}

.right_prc__bigbox {
	width: 84.6%;
}
.right_prc__bigbox a {
	padding-left: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.right_prc__bigbox a {
		padding-left: 0em;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.twocol_rmedium__box {
	width: 76.9%;
}
.twocol_rsmall__box {
	width: 61.5%;
}

.twocol_lmedium__box {
	width: 76.9%;
	margin-left: auto;
}
.twocol_lsmall__box {
	width: 61.5%;
	margin-left: auto;
}

.twocol_wide__fbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.twocol_fbox__left {
	width: 61.5%;
}
.twocol_fbox__right {
	padding-right: 1em;
	z-index: 10;
}

.center_fullwdt__slides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.center_wide__slides {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}
.center_large__slides {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}
.center_big__slides {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}
.center_medium__slides {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
}

.left_big__slides {
	width: 76.9%;
	margin-right: auto;
}
.left_medium__slides {
	width: 61.5%;
	margin-right: auto;
}


.right_img__box {
	width: 61.5%;
	margin-left: auto;
}
.left_img__box {
	width: 61.5%;
	margin-right: auto;
}
.center_img__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.center_wide__slides {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__rnum {
	width: 20%;
	position: absolute;
	top: 0%;
	right: 2%;
	z-index: 10;
}

.subheading__wtrcenter {
	width: 105%;
	position: absolute;
	top: -1%;
	left: -2.5%;
	z-index: 10;
	overflow-x: hidden;
}

.subheading__02longct {
	width: 61.5%;
	position: absolute;
	top: -7%;
	left: 0%;
	z-index: 10;
	overflow-x: hidden;
}

.subheading__03lseason {
	width: 5.2%;
	position: absolute;
	bottom: -0.15%;
	left: 8.95%;
	z-index: 10;
}

.subheading__04item {
	width: 46.2%;
	position: absolute;
	bottom: 5%;
	right: 1.6%;
	z-index: 10;
}

.subheading__06item {
	width: 61.5%;
	position: absolute;
	top: -7%;
	left: 0%;
	z-index: 10;	
}

.subheading__07season {
	width: 7.7%;
	position: absolute;
	top: 25%;
	right: 13.9%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__wtrcenter {
		width: 110%;
		top: -1.5%;
		left: -5%;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}

.loopslide__wrapper {
	width: 76.9%;
	margin-left: auto;
	overflow: hidden;
}

.loopslide__big_rwrap {
	width: 76.9%;
	margin-left: auto;
	overflow: hidden;
}

.loopslide__medium_lwrap {
	width: 69.2%;
	margin-left: auto;
	overflow: hidden;
	/*border-left: 5px solid #c89e9e;*/
}
.loopslide__big_lwrap {
	width: 76.9%;
	margin-left: auto;
	overflow: hidden;
	/*border-left: 5px solid #c89e9e;*/
}
.loopslide__large_lwrap {
	width: 84.6%;
	margin-left: auto;
	overflow: hidden;
	/*border-left: 7px solid #c89e9e;*/
}

.loopslide__medium_rwrap {
	width: 76.9%;
	margin-right: auto;
	overflow: hidden;
}

.loopslides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.revloopslides {
	width: 100%;
}

.loopslide__wrapper .loopslides .revloopslides .swiper-wrapper {
    transition-timing-function: linear !important;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	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.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.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.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_center_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.items_price_left_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_left_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*--------- horizontal ---------*/
.items_price_left_hn {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;;
}
.items_price_left_hn li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_left_hn li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_left_hn a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*--------- row ---------*/
.items_price_left_row {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;;
}
.items_price_left_row li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_left_row li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_left_row a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*--------- row02 ---------*/
.items_price_left_row02 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;;
}
.items_price_left_row02 li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_left_row02 li:nth-child(n+3) {
	padding-top: 1em;
}
.items_price_left_row02 li:nth-child(even) {
	padding-left: 1em;
}

.items_price_left_row02 a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/*--------- horizontal ---------*/
.items_price_right_hn {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_right_hn li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_hn li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_hn a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*--------- row ---------*/
.items_price_right_row {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_right_row li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c89e9e;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_row li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_right_row a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #c89e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.625rem, calc(0.5568181818181819rem + 0.3409090909090909vw), 0.8125rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #c89e9e;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #a55f5f solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.itembtn_wapper a {
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #a55f5f;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 90%;
	}
	.itemlk {
		padding: 1em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 50px 0 40px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #faf2f2;
}
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__box {
	width: 100%;
	margin: 0 auto;
	padding: 40px 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: #faf2f2;
	font-size: clamp(1.4375rem, calc(1.3920454545454546rem + 0.22727272727272727vw), 1.5625rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 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: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, calc(0.9318181818181819rem + 0.3409090909090909vw), 1.1875rem);
	line-height: 1;
	color: #faf2f2;
	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: #faf2f2;
	font-size: clamp(0.6875rem, calc(0.6420454545454546rem + 0.22727272727272727vw), 0.8125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	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 #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 330px) 960 * 100vw);
	}
}