@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: #9ca1a6;
}
@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: 120px;
	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: 150px;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 180px
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 210px;
	position: relative;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	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-pnk {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
	padding: 30px 0 60px;
	/*background-color: #fef7f9;*/
}
.item-wapper-pnk::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background-color: #fef7f9;
	z-index: -1;
}

.item-wapper-pnk img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-pnk .items_price_left a {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	color: #f18eaa;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #f18eaa;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;	
}
.item-wapper-pnk .price_yen {
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	color: #f18eaa;
	font-feature-settings: "palt" 1;	
}

.item-wapper-blu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
	position: relative;
}
.item-wapper-blu::after {
	content: "";
	width: 100%;
	height: 60%;
	margin: 0;
	position: absolute;
	left: 0%;
	top: 20%;
	background-color: #f2f9fc;
	z-index: -1;
}
.item-wapper-blu 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 {
		max-width: 500px;
		padding: 60px 0 90px;
	}
	.item-wapper-pnk::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.item-wapper-blu {
		max-width: 500px;
		margin-bottom: 210px;
	}
	.item-wapper-blu::after {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		height: 65%;
		top: 140px;
	}
}


/* ---------------------------------------------------------
	fixed background image
----------------------------------------------------------*/
.section-body {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 200px;
	padding-top: 60px;
	padding-bottom: 90px;
}
.bg-image-fixed {
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: -1;
}

#sec01 {
	background-color: #fdfaf9;
}
#sec01 .bg-image-fixed {
    background-image: url("../images/sec01_bgimg_fixed.jpg");
}

#sec02 {
	background-color: #fdfcf9;
}
#sec02 .bg-image-fixed {
    background-image: url("../images/sec02_bgimg_fixed.jpg");
}

#sec03 {
	background-color: #f1f5f8;
}
#sec03 .bg-image-fixed {
    background-image: url("../images/sec03_bgimg_fixed.jpg");
}

#sec04 {
	background-color: #fefafa;
}
#sec04 .bg-image-fixed {
    background-image: url("../images/sec04_bgimg_fixed.jpg");
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.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: 120px;
}
.spmb_180 {
	margin-bottom: 180px;
}

.spmt120 {
	margin-top: 120px;
}


.mb30 {
	margin-bottom: 30px;
}

.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}

/*---------------- 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: 150px;
	}
	.spmb_150 {
		margin-bottom: 180px;
	}
	.spmb_180 {
		margin-bottom: 210px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.twoimg__inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg__inner {
		max-width: 500px;
	}
}


/* ---------------------------------------------------------
	three img
----------------------------------------------------------*/
.rh_midlong__box{
	width: 84.6%;
	margin-left: auto;	
}
.rh_mid__box{
	width: 76.9%;
	margin-left: auto;	
}
.rh_reg__box{
	width: 61.5%;
	margin-left: auto;	
}

.four_vert__right {
	width: 53.8%;
	margin-left: auto;
}
.four_vert__center {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}
.four_vert__left {
	width: 61.5%;
	margin-right: auto;
}
.four_vert__rmid {
	width: 84.6%;
	margin-left: auto;
}

/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.vertimg__container {
	display: flex;
	flex-direction: column;
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_aligncenter__midbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*
.twoimg_aligncenter__midbox::after {
	content: "";
	width: 93.6%;
	height: 85.0%;
	position: absolute;
	left: 3.2%;
	top: 1.6%;
	border: 1px solid #332824;
	pointer-events: none;
	z-index: 30;	
}
*/

.twoimg_centerdir__lrgbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__widebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__midbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_bborder_dir__midbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #c83138;
}

.twoimg_rightdir {
	width: 50%;
	background-color: #ffffff;
	z-index: 20;
}
.twoimg_rightdir__spc {
	width: 49%;
	background-color: #ffffff;
	z-index: 20;
}

.twoimg_rightdir__large {
	width: 61.8%;
}
.twoimg_rightdir__big {
	width: 53.8%;
}
.twoimg_rightdir__small {
	width: 46.2%;
}
.twoimg_rightdir__tiny {
	width: 38.5%;
}
.twoimg_rightdir__nspcsmall {
	width: 46.2%;
}
.twoimg_rightdir__start_small {
	width: 43.2%;
	align-self: flex-start;
}

.twoimg_col__vertdir {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.twoimg_col__vertleft {
	width: 69.2%;
}
.twoimg_col__vertright {
	width: 76.9%;
	margin-left: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_col__vertdir {
		width: 76.9%;
		max-width: 300px;
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.twoimg_rup__box {
	display: grid;
	grid-template-columns: 53.8% 46.2%;
	grid-template-rows: auto;
	grid-column-gap: 0%;
	grid-row-gap: 0px;
	position: relative;
}
.twoimg_rup__right {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
	background-color: #ffffff;
	z-index: 10;
}
.twoimg_rup__left {
	grid-area: 2 / 1 / 4 / 2;
	align-self: end;
	z-index: 10;
}

.twoimg_lup__box {
	display: grid;
	grid-template-columns: calc(53.8% - 5px) calc(46.2% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 20px;
}
.twoimg_lup__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twoimg_lup__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twoimg_lup__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	white-space: nowrap;
}

.overlap_twoimg__bx {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.overlap_twoimg__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
}
.overlap_twoimg__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
}

.twoimg_lsuphalf__box {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 20px;
}

.twoimg_lsuphfnsp__box {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.three_rndimg__box {
	display: grid;
	grid-template-columns: 7.7% 34.6% 7.7% 50%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.three_rndimg__ltop {
	grid-area: 1 / 1 / 4 / 3;
	align-self: start;
}
.three_rndimg__rcenter {
	grid-area: 2 / 4 / 5 / 6;
	align-self: start;
}
.three_rndimg__lund {
	grid-area: 4 / 2 / 7 / 4;
	align-self: end;
}
.three_rndimg__prc {
	grid-area: 5 / 4 / 7 / 6;
	align-self: end;
	padding-right: 1em;
	white-space: nowrap;
}

.lsup_sc__gdbox {
	display: grid;
	grid-template-columns: calc(61.5% - 10px) 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 30px;
}
.lsup_sc__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.lsup_sc__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.lsup_sc__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	white-space: nowrap;
	padding-left: 1em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_lup__prc {
		padding-left: 0em;
	}
	.three_rndimg__prc {
		padding-right: 0em;
	}
	.lsup_sc__prc {
		padding-left: 0em;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__01-1 {
	width: 46.2%;
	position: absolute;
	right: 1.6%;
	top: 0%;
	z-index: 30;
}

.subheading__02-1 {
	width: 46.2%;
	position: absolute;
	left: 1.6%;
	top: 20%;
	z-index: 30;
	pointer-events: none;
}
.subheading__02-2 {
	width: 3.2%;
	position: absolute;
	right: 1.6%;
	top: 10%;
	z-index: 30;
	pointer-events: none;
}

.subheading__03-1 {
	width: 46.2%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

.subheading__04-1 {
	width: 46.2%;
	position: absolute;
	left: 1.6%;
	top: -9%;
	z-index: 30;
	pointer-events: none;
}
.subheading__04-2 {
	width: 38.5%;
	position: absolute;
	right: 1.6%;
	top: 0%;
	z-index: 30;
	pointer-events: none;
}

.subheading__05-1 {
	width: 46.2%;
	position: absolute;
	left: 1.6%;
	top: 2%;
	z-index: 30;
	pointer-events: none;
}
.subheading__05-2 {
	width: 38.5%;
	position: absolute;
	left: 1.6%;
	top: 23%;
	z-index: 30;
	pointer-events: none;	
}
.subheading__05-3 {
	width: 3.2%;
	position: absolute;
	right: -6%;
	top: 0%;
	z-index: 30;
	pointer-events: none;	
}

.subheading__06-1 {
	width: 46.2%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;	
}
.subheading__06-2 {
	width: 38.5%;
	position: absolute;
	right: 1.6%;
	top: -7.7%;
	z-index: 30;
	pointer-events: none;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__02 {
		top: 46%;
	}
}


/* ---------------------------------------------------------
	slides box
----------------------------------------------------------*/
.center__widebox {
	width: 100%;
	margin-left: auto;	
	margin-right: auto;
}
.center__bigbox {
	width: 92.3%;
	margin-left: auto;	
	margin-right: auto;
}
.center__largebox {
	width: 84.6%;
	margin-left: auto;	
	margin-right: auto;
}
.center__midbox {
	width: 76.9%;
	margin-left: auto;	
	margin-right: auto;
}
.center__box {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
}
.center__colorbx {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
	position: relative;
}
.center__colorbx::after {
	content: "";
	width: 120%;
	height: 116%;
	position: absolute;
	top: -8%;
	left: -10%;
	background-color: #faf2f1;
	z-index: -1;
}

.left__largebox {
	width: 92.3%;
	margin-right: auto;
	position: relative;
}
.left__lgshortbox {
	width: 84.6%;
	margin-right: auto;
}
.left__midbox {
	width: 76.9%;
	margin-right: auto;
}
.left__regbox {
	width: 61.5%;
	margin-right: auto;
}

.right__lgshortbox {
	width: 84.6%;
	margin-left: auto;
}
.right__midbox {
	width: 76.9%;
	margin-left: auto;
}
.right__regbox {
	width: 61.5%;
	margin-left: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}

/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_prc__midbox {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;	
}
.center_prc__smallbox {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;	
}
.center_prc__regbox {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;	
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.center_prc__tbmidbox {
		width: 76.9%;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.center_prc__midbox {
		max-width: 400px;
	}
	.center_prc__smallbox {
		max-width: 400px;
	}
	.center_prc__tbmidbox {
		max-width: 400px;
	}
	.center_prc__smallbox {
		max-width: 400px;
	}
}


/* ---------------------------------------------------------
	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.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #9ca1a6;;
	font-family: "benton-modern-text", 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.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	color: #9ca1a6;;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #9ca1a6;;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center column
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center_col li {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #9ca1a6;;
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center_col li:nth-child(even) {
	padding-left: 1em;
}

.items_price_center_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_center_col a {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	color: #9ca1a6;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #9ca1a6;
	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;
	row-gap: 1em;
}
.items_price_left li {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #9ca1a6;
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_left a {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	color: #9ca1a6;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #9ca1a6;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list left wrap
----------------------------------------------------------*/
.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.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #9ca1a6;
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_left_row a {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	color: #9ca1a6;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #9ca1a6;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

.items_price_left_row li:nth-child(even) {
	padding-left: 1em;
}
.items_price_left_row li:nth-child(n + 3) {
	padding-top: 1em;
}



/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 1em;
}
.items_price_right li {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #9ca1a6;
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_right a {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	color: #9ca1a6;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #9ca1a6;
	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.431875rem + 0.965625vw), 1.01125rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	color: #9ca1a6;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #d69ef2 solid;
	/*border-radius: 100px;*/
	border-radius: 100%;
	transition: all .3s ease-out;
	font-size: clamp(1.25rem, calc(0.86375rem + 1.93125vw), 2.0225rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

.itembtn_wapper a {
	font-size: clamp(1.25rem, calc(0.86375rem + 1.93125vw), 2.0225rem);
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	color: #d69ef2;
}

.itemlk span {
	font-size: 70%;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 92.3%;
	}
	.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 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #65acdc;
}
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: #65acdc;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "benton-modern-text", 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.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #65acdc;
	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: #65acdc;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "benton-modern-text", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	/*text-shadow: #FFFFFF 2px 0 5px, 0 0 0.5em #ffffff, 1px 1px 0.2em #c83138;*/
}
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: 130px;
	}
	footer #sns__area {
		width: 500px;
		max-width: 100%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 440px) 960 * 100vw);
	}
}