@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
}

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
----------------------------------------------------------*/
#26ss6__content-wrap {
	width: 100%;
	margin-inline: auto;
	background-color: #fffef7;
	position: relative;
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/
.hero__fullarea {
	background-color: #fffef7;
	position: sticky;
	top: 0;
	z-index: 1;
}

.ss6__innercontents {
	background-image: linear-gradient(0deg, #fffef7, #fdf8fb 15%, #fff6fc 25%, #fdf8fb 35%, #fffef7 50%, #f6fbfd 65%, #d7ebf5 73%, #f8fbfd 80%, #fffef7);
	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;
	}
}


/* ---------------------------------------------------------
	section
----------------------------------------------------------*/



/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-inline: 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-inline: auto;
	margin-bottom: 120px;
	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;
}

.item-wapper-second {
	width: 100%;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 210px;
	position: relative;
}
.item-wapper-second img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-wapper-second .items_price_center a {
	font-size: clamp( 0.8125rem, calc( 0.690625rem + 0.6093749999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #2c5aa3;
	text-decoration: none;
	white-space: nowrap;
	z-index: 30;
	position: relative;
	display: inline-block;
}
.item-wapper-second .items_price_center a::after {
	content: "";
	position: absolute;
	bottom: -0.05em;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #2c5aa3;
	transition: width 0.3s;
}
.item-wapper-second .items_price_center a:hover::after {
	width: 100%;
}
.item-wapper-second .price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #2c5aa3;
	letter-spacing: 0.05em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 240px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 180px;
	}
	.item-wapper-second {
		max-width: 600px;
		margin-bottom: 300px;
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.spmb_15 {
	margin-bottom: 13px;
}
.spmb_20 {
	margin-bottom: 20px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_45 {
	margin-bottom: 45px;
}
.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_20 {
		margin-bottom: 30px;
	}
	.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;
	}
	.spmb_210 {
		margin-bottom: 240px;
	}
	.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_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
----------------------------------------------------------*/
.twocolimg_half {
	width: 50%;
}
.twocolimg__spc {
	width: 48.5%;
}
.twocolimg__sspace {
	width: 49%;
	z-index: 10;
}
.twocolimg__sspc {
	width: calc(50% - 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);
	}
	.video_lrg__wrap {
		width: 600px;
		height: auto;
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.overlap_twoimg__grdbx {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.overlap_twoimg__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
	z-index: 20;
}
.overlap_twoimg__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
	z-index: 25;
}
.overlap_twoimg__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	z-index: 30;
	white-space: nowrap;
}
.firstimgbg_fourimg__grdbx {
	display: grid;
	grid-template-columns: 57.7% 38.5% 3.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.firstimgbg_fourimg__bg {
	grid-area: 1 / 1 / 9 / 4;
	align-self: start;
}
.firstimgbg_fourimg__rupper {
	grid-area: 2 / 2 / 4 / 3;
	align-self: start;
}
.firstimgbg_fourimg__rcenter {
	grid-area: 4 / 2 / 6 / 3;
	align-self: start;
}
.firstimgbg_fourimg__rlower {
	grid-area: 6 / 2 / 8 / 3;
	align-self: start;
}

.rnd_threeloc__grdbx {
	display: grid;
	grid-template-columns: 7.7% 38.4% 7.7% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.rnd_threeloc__left {
	grid-area: 1 / 1 / 3 / 4;
	align-self: start;
}
.rnd_threeloc__center {
	grid-area: 4 / 2 / 6 / 5;
	align-self: end;
}
.rnd_threeloc__right {
	grid-area: 2 / 5 / 5 / 6;
	align-self: start;
}
.rnd_threeloc__prc {
	grid-area: 5 / 4 / 6 / 6;
	align-self: end;
	padding-right: 1em;
	white-space: nowrap;
}

.threeimg_tile__grdbx {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.threeimg_tile__full {
	grid-area: 1 / 1 / 2 / 3;
	align-self: start;
}
.threeimg_tile__halfleft {
	grid-area: 2 / 1 / 3 / 2;
	align-self: start;
}
.threeimg_tile__halfright {
	grid-area: 2 / 2 / 3 / 3;
	align-self: start;
}

.twocol_spc__grdbx {
	display: grid;
	grid-template-columns: 38.5% 7.7% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_spc__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twocol_spc__right {
	grid-area: 2 / 3 / 4 / 4;
	align-self: end;
}
.twocol_spc__prc {
	grid-area: 3 / 1 / 4 / 3;
	align-self: end;
	padding-left: 1em;
	white-space: nowrap;
}

.rnd_threeimg__grdbx {
	display: grid;
	grid-template-columns: 23.1% 15.4% 15.3% 7.7% 15.4% 23.1%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.rnd_threeimg__center {
	grid-area: 1 / 2 / 4 / 6;
	align-self: start;
}
.rnd_threeimg__left {
	grid-area: 3 / 1 / 6 / 3;
	align-self: start;
}
.rnd_threeimg__right {
	grid-area: 5 / 4 / 8 / 7;
	align-self: end;
}
.rnd_threeimg__prc {
	grid-area: 7 / 1 / 8 / 4;
	align-self: end;
	padding-left: 1em;
	white-space: nowrap;
}

.threeimg_rnd__grdbx {
	display: grid;
	grid-template-columns: 15.3% 30.8% 7.7% 7.7% 19.3% 19.2%;
	/* grid-template-columns: 15.4% 15.4% 15.4% 7.6% 23.1% 23.1%; */
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.threeimg_rnd__left {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
}
.threeimg_rnd__center {
	grid-area: 5 / 2 / 8 / 5;
	align-self: end;
}
.threeimg_rnd__right {
	grid-area: 3 / 5 / 6 / 7;
	align-self: start;
}
.threeimg_rnd__prc {
	grid-area: 7 / 5 / 8 / 7;
	align-self: end;
	padding-right: 1em;
	white-space: nowrap;
	z-index: 60;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {

}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.rnd_threeloc__prc {
		padding-right: 0em;
	}
	.twocol_spc__prc {
		padding-left: 0em;
	}
	.rnd_threeimg__prc {
		padding-left: 0em;
	}
}



/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__video__txt {
	width: 92.3%;
	margin-inline: auto;
	z-index: 50;
	pointer-events: none;	
}
.subheading__num01 {
	width: 7.7%;
	position: absolute;
	top: 0%;
	right: 3.8%;
	z-index: 50;
	pointer-events: none;
}
.subheading__txt01 {
	width: 30.8%;
	position: absolute;
	top: 25%;
	right: 3.8%;
	z-index: 50;
	pointer-events: none;	
}

.subheading__num02 {
	width: 7.7%;
	position: absolute;
	top: -6%;
	left: 46.15%;
	z-index: 60;
	pointer-events: none;
}
.subheading__txt02 {
	width: 38.5%;
	position: absolute;
	bottom: 13%;
	left: 3.8%;
	z-index: 50;
	pointer-events: none;
}

.subheading__num03 {
	width: 7.7%;
	position: absolute;
	top: 0%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;
}
.subheading__txt03 {
	width: 2.9%;
	position: absolute;
	top: 0%;
	left: 53.8%;
	z-index: 60;
	pointer-events: none;	
}

.subheading__num04 {
	width: 7.7%;
	position: absolute;
	top: -8%;
	left: 7.7%;
	z-index: 60;
	pointer-events: none;
}
.subheading__txt04 {
	width: 23.1%;
	position: absolute;
	top: -5%;
	right: 7.7%;
	z-index: 60;
	pointer-events: none;	
}

.subheading__num05 {
	width: 7.7%;
	position: absolute;
	top: 0;
	right: 3.8%;
	z-index: 1;
	pointer-events: none;
}
.subheading__txt05 {
	width: 30.8%;
	position: absolute;
	top: 14%;
	right: 15.4%;
	z-index: 60;
	pointer-events: none;	
}

.subheading__num06 {
	width: 7.7%;
	position: absolute;
	top: 0%;
	right: 7.7%;
	z-index: 50;
	pointer-events: none;
}
.subheading__txt06 {
	width: 7.7%;
	position: absolute;
	top: 18%;
	right: 7.7%;
	z-index: 50;
	pointer-events: none;
}

.subheading__num07 {
	width: 7.7%;
	position: absolute;
	top: 0%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;
}
.subheading__txt07 {
	width: 30.8%;
	position: absolute;
	top: 17%;
	right: 3.8%;
	z-index: 60;
	pointer-events: none;
}

.subheading__afterword {
	width: 92.3%;
	margin-inline: auto;
	pointer-events: none;
}

.wavy-border {
	display: block;
	width: 100%;
	margin-inline: auto;
	pointer-events: none;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__video__txt {
		width: 600px;
	}
	.subheading__num01 {
		width: 46px;
		top: 0px;
		right: 0px;
	}
	.subheading__txt01 {
		width: 185px;
		top: 155px;
		right: 0px;
	}
	.subheading__num02 {
		width: 46px;
		top: -55px;
		left: 277px;
	}
	.subheading__txt02 {
		width: 230px;
		bottom: 110px;
		left: 23px;
	}
	.subheading__num03 {
		width: 46px;
		right: 0px;
	}
	.subheading__txt03 {
		width: 17px;
		left: 322px;
	}
	.subheading__num04 {
		width: 46px;
		top: -40px;
		left: 32px;
	}
	.subheading__txt04 {
		width: 138px;
		top: -30px;
		right: 32px;
	}
	.subheading__num05 {
		width: 46px;
		right: 0px;
	}
	.subheading__txt05 {
		width: 185px;
		top: 90px;
		right: 70px;
	}
	.subheading__num06 {
		width: 46px;
		right: 0px;
	}
	.subheading__txt06 {
		width: 46px;
		top: 160px;
		right: 0px;
	}
	.subheading__num07 {
		width: 46px;
		top: 0%;
		right: 0px;
	}
	.subheading__txt07 {
		width: 185px;
		top: 160px;
		right: 0px;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	width: 100%;
	height: auto;
	display: block;
}


/* ---------------------------------------------------------
	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%, 600px);
	margin-inline: auto;
}
.center_wpaprc__bx {
	width: min(92.3%, 600px);
	margin-inline: auto;
}
.center_hlfprcbx__bx {
	width: min(100%, 500px);
	position: absolute;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #adacae;
	text-decoration: none;
	/* text-decoration-color: #adacae;
	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: #adacae;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #adacae;
	text-decoration: none;
	/* text-decoration-color: #adacae;
	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: #adacae;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #adacae;
	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: #adacae;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.03em;
	text-decoration: none;
	/* text-decoration-color: #adacae;
	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: #adacae;
	transition: width 0.3s;
}
.items_price_left a:hover::after {
	width: 100%;
}


/*---------------- 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: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #adacae;
	letter-spacing: 0.05em;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	display: block;
	width: min(92.3%, 600px);
	margin-inline: auto;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	color:#f7a7a5;
	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 #2c5aa3 solid;
	border-radius: 100%;
	transition: all .3s ease-out;
	/* font-size: clamp( 0.96875rem, calc( 0.63453125rem + 1.6710937500000003vw ), 1.6371875rem ); */
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	color: #2c5aa3;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #2c5aa3;
	letter-spacing: 0.1em;
	transition: opacity 0.3s ease;
}
/*
.itemlk:hover {
	background-color: #2c5aa3;
	border: 1px solid #2c5aa3;
	color: #fffef7;
	opacity: 1;
}
*/

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	background-color: #f7a7a5;
	background-image: linear-gradient(0deg, #d7ebf5, #f9fafa 50%, #fffef7); */
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 100;
	color: #2c5aa3;
}
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: #2c5aa3;
	font-size: clamp( 1.7850625rem, calc( 1.1692159375rem + 3.0792328125vw ), 3.016755625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
}
footer .footer__txtlink a {
	text-align: center;
	font-size: clamp( 1.05625rem, calc( 0.6918437499999999rem + 1.8220312500000002vw ), 1.7850625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #2c5aa3;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #2c5aa3;
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding-top: 1em;
	line-height: 1;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
	/* text-shadow: 1px 1px 6px #ffffff; */
}
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 {
		/* background-image: url("../images/footer_bg_pcimg.jpg"); */
		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);
	}
}