@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #141416;
}
@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: all 0.4s;
	}
}

*, *::before, *::after {
  box-sizing: border-box;
}



/*---------------- indention ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 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-video {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 115px;
	position: relative;
}
.item-wapper-video 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-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 310px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 240px;	
	}
	.item-wapper-video {
		max-width: 600px;
		margin-bottom: 205px;
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_45 {
	margin-bottom: 45px;
}
.spmb_60 {
	margin-bottom: 60px;
}
.spmb_90 {
	margin-bottom: 90px;
}
.spmb_120 {
	margin-bottom: 120px;
}
.spmb_150 {
	margin-bottom: 150px;
}
.spmb_180 {
	margin-bottom: 180px;
}
.spmb_210 {
	margin-bottom: 210px;
}
.spmb_240 {
	margin-bottom: 240px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}

.spmt_30 {
	margin-top: 30px;
}

.sppt_60 {
	padding-top: 50px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_45 {
		margin-bottom: 75px;
	}
	.spmb_60 {
		margin-bottom: 90px;
	}
	.spmb_90 {
		margin-bottom: 120px;
	}
	.spmb_120 {
		margin-bottom: 150px;
	}
	.spmb_150 {
		margin-bottom: 180px;
	}
	.sppt_60 {
		padding-top: 80px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_large__area {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_mid__area {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_mids__area {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_reg__area {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_right__widebx {
	width: 92.3%;
	margin-left: 4.8%;
}
.inner_right__midbx {
	width: 84.6%;
	margin-left: 12.5%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
		padding-top: 120px;
	}
	.inner_mid__area {
		width: 600px;
	}
}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.flex_wide_bx {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.flex_large_bx {
	display: flex;
	justify-content: space-between;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.flex_large_bx::after {
	content: "";
	width: 15.4%;
	height: 2px;
	display: inline-block;
	background-color: #d3d3d3;
	border-radius: 100px;
	position: absolute;
	bottom: -35px;
	left: 42.3%;
}

.flex_start_bx {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.flex_end_bx {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.flex_lsmall_bx {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 61.5%;
	margin-left: 2.9%;
}

.flex_clm_rspc__bx {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0.5em;
	list-style: none;
}

.twocolimg_half {
	width: 50%;
	background-color: #ffffff;
	z-index: 20;
}

.twocolimg__spc {
	width: 49%;
}

.twocolimg_sleft__spc {
	width: calc(38.5% - 5px);
}
.twocolimg_lright__spc {
	width: calc(61.5% - 5px);
}

.twocolimg_lleft__spc {
	width: calc(53.8% - 5px);
}
.twocolimg_sright__spc {
	width: calc(46.2% - 5px);
}

.threecolimg_spc {
	width: calc(100% / 3 - 5px)
}

.flex_clm_rspc__bx li:nth-child(2) {
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color:#a2a2a2;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: center;
}
.flex_clm_rspc__bx li:nth-child(3) {
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color:#a2a2a2;
	letter-spacing: 0.05em;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.flex_large_bx::after {
		bottom: -70px;
	}
	.flex_clm_rspc__bx {
		row-gap: 1em;
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.right_oblongimg__gdbx {
	display: grid;
	grid-template-columns: 23.1% 23.1% 26.9% 26.9%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.right_oblongimg__right {
	grid-area: 1 / 2 / 3 / 5;
	align-self: start;
}
.right_oblongimg__left {
	grid-area: 2 / 1 / 4 / 3;
	align-self: end;
}

.left_oblongimg__gdbx {
	display: grid;
	grid-template-columns: 26.9% 26.9% 23.1% 23.1%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.left_oblongimg__left {
	grid-area: 1 / 1 / 3 / 4;
	align-self: start;
}
.left_oblongimg__right {
	grid-area: 2 / 3 / 4 / 5;
	align-self: end;
}

.rnd_threeimg__gdbx {
	display: grid;
	grid-template-columns: calc(23% - 5px) calc(23.2% - 10px) calc(7.6% - 10px) calc(35.5% - 5px) calc(10.7% - 10px) ;
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.rnd_threeimg__right {
	grid-area: 1 / 4 / 3 / 6;
	align-self: start;
}
.rnd_threeimg__center {
	grid-area: 4 / 3 / 6 / 5;
	align-self: start;
}
.rnd_threeimg__left {
	grid-area: 2 / 1 / 5 / 3;
	align-self: start;
}
.rnd_threeimg__prc {
	grid-area: 5 / 1 / 6 / 3;
	align-self: end;
}

.threecolimg_ol__gdbx {
	display: grid;
	/* grid-template-columns: calc(19% - 5px) calc(19% - 5px) calc(19% - 5px) calc(19% - 5px) calc(24% - 5px); */
	grid-template-columns: calc(17.3% - 2.5px) calc(17.3% - 2.5px) calc(17.3% - 2.5px) calc(17.3% - 2.5px) calc(30.8% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 5px;
	grid-row-gap: 0px;
}
.threecolimg_ol__left {
	grid-area: 2 / 1 / 4 / 3;
}
.threecolimg_ol__center {
	grid-area: 2 / 3 / 4 / 5;
	z-index: 20;
}
.threecolimg_ol__right {
	grid-area: 1 / 4 / 5 / 6;
	z-index: 10;
}

.threecolimg_llrg__gdbx {
	display: grid;
	grid-template-columns: calc(46.2% - 5px) calc(26.9% - 5px) calc(26.9% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
	align-items: end;
}
.threecolimg_llrg__left {
	grid-area: 1 / 1 / 3 / 2;
}
.threecolimg_llrg__center {
	grid-area: 2 / 2 / 3 / 3;
}
.threecolimg_llrg__right {
	grid-area: 2 / 3 / 3 / 4;
}

.fourimg_layout__gdbx {
	display: grid;
	grid-template-columns: calc(2.9% - 5px) calc(31% - 10px) calc(26% - 10px) calc(1.6% - 5px) calc(30.8% - 10px) calc(7.7% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.fourimg_layout__top {
	grid-area: 1 / 1 / 4 / 6;
	align-self: start;
}
.fourimg_layout__right {
	grid-area: 3 / 5 / 6 / 7;
	align-self: start;
}
.fourimg_layout__underl {
	grid-area: 5 / 2 / 7 / 3;
	align-self: end;
}
.fourimg_layout__underr {
	grid-area: 5 / 3 / 7 / 4;
	align-self: center;
	transform: rotate(-15deg);
}







.threeovl_lup__gdbx {
	display: grid;
	grid-template-columns: 15.5% 23% 7.7% 38.3% 15.5%;
	grid-template-rows: 100px 296px 100px auto; 
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.twoovl_lup__gdbx {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 30px;
}

.threeovl_lup__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
}
.threeovl_lup__right {
	grid-area: 2 / 4 / 4 / 6;
	align-self: start;
}
.threeovl_lup__center {
	grid-area: 3 / 2 / 5 / 5;
	align-self: end;
}
.twoovl_lup__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
}
.twoovl_lup__prc {
	grid-area: 3 / 1 / 4 / 2;
}

.twocol_llrg_spc__gdbx {
	display: grid;
	grid-template-columns: calc(53.8% - 5px) calc(46.2% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 30px;
}

.twocol_onespc__gdbx {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.leftside__upper {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.rightside__lower {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.rightside__spclo {
	grid-area: 2 / 3 / 4 / 4;
	align-self: end;
}

.twocol_llrg_spc__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	white-space: nowrap;
	padding-left: 1em;
}

.twocol_rup_spc__gdbx {
	display: grid;
	grid-template-columns: calc(46.2% - 5px) calc(53.8% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}

.rightside__upper {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
}
.leftside__lower {
	grid-area: 2 / 1 / 4 / 2;
	align-self: end;
}
.twocol_rup_spc__prc {
	grid-area: 3 / 2 / 4 / 3;
	align-self: end;
	white-space: nowrap;
	padding-right: 1em;
}

.twocol_vertimg__grbx {
	display: grid;
	grid-template-columns: 53.8% 3.8% 42.4%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 30px;
}

.twocol_vertimg__left {
	grid-area: 2 / 1 / 5 / 2;
	align-self: start;
}
.twocol_vertimg__rtop {
	grid-area: 1 / 3 / 3 / 4;
	align-self: start;
}
.twocol_vertimg__rund {
	grid-area: 4 / 3 / 6 / 4;
	align-self: end;
}
.twocol_vertimg__prc {
	grid-area: 5 / 1 / 6 / 3;
	align-self: end;
	white-space: nowrap;
	padding-left: 1em;
}

.threeimg_rnd__gdbx {
	display: grid;
	grid-template-columns: 46.2% 7.7% 38.4% 7.7%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 30px;
}

.threeimg_rnd__right {
	grid-area: 1 / 3 / 3 / 5;
	align-self: start;
}
.threeimg_rnd__left {
	grid-area: 2 / 1 / 5 / 2;
	align-self: start;
}
.threeimg_rnd__center {
	grid-area: 4 / 2 / 6 / 4;
	align-self: end;
}
.threeimg_rnd__prc {
	grid-area: 5 / 1 / 6 / 2;
	align-self: end;
	white-space: nowrap;
	padding-left: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threeovl_lup__gdbx {
		grid-template-rows: 200px 455px 150px auto;
	}
	.twocol_rup_spc__gdbx {
		grid-template-columns: calc(46.2% - 10px) calc(53.8% - 10px);
		grid-column-gap: 10px;
	}
	.twocol_llrg_spc__prc {
		padding-left: 0em;
	}
	.twocol_rup_spc__prc {
		padding-right: 0em;
	}
	.twocol_vertimg__prc {
		padding-left: 0em;
	}
	.threeimg_rnd__prc {
		padding-left: 0em;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__rightvideo {
	width: 1.8%;
	position: absolute;
	top: 0;
	right: 8.7%;
	z-index: 10;
	pointer-events: none;
}

.subheading__leftvideo {
	width: 1.8%;
	position: absolute;
	bottom: 0;
	left: 8.7%;
	z-index: 10;
	pointer-events: none;
}

.subheading__threecolimg {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

.subheading__01-1 {
	width: 46.2%;
	position: absolute;
	top: -2.5%;
	left: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__01-2 {
	width: 30.8%;
	position: absolute;
	top: 23.5%;
	right: 1.6%;
	z-index: 30;
	pointer-events: none;
}

.subheading__02-1 {
	width: 46.2%;
	position: absolute;
	top: 29%;
	left: 3.8%;
	z-index: 10;
	pointer-events: none;
}
.subheading__02-2 {
	width: 1.8%;
	position: absolute;
	top: 0%;
	right: 2.9%;
	z-index: 10;
	pointer-events: none;
}

.subheading__03-1 {
	width: 38.5%;
	position: absolute;
	top: 15px;
	left: 1.6%;
	z-index: 30;
	pointer-events: none;
}
.subheading__03-2 {
	width: 15.4%;
	position: absolute;
	top: 28%;
	left: 33%;
	z-index: 30;
	pointer-events: none;
}
.subheading__03-3 {
	width: 46.2%;
	position: absolute;
	top: 68.5%;
	right: 3.8%;
	z-index: 30;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__01-1 {
		left: -10px;
	}
	.subheading__01-2 {
		top: 340px;
		right: 0%;
	}
	.subheading__02-1 {
		top: 420px;
		left: 0;
	}
	.subheading__02-2 {
		right: 0;
	}
	.subheading__03-2 {
		top: 380px;
		left: 200px;
	}
	.subheading__03-3 {
		top: 1190px;
		right: 0;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;	
}

.loopingslide .swiper-wrapper {
	transition-timing-function: linear;
}
.loopingslide .swiper-slide img {
	max-width: 100%;
	height: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	rotating
----------------------------------------------------------*/
.rotatingimg {
	width: 23%;
	margin-left: auto;
	margin-right: auto;
}

.rotatingpic img {
    animation: rotatinganime 6s ease-in-out infinite;
}

@keyframes rotatinganime {
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(180deg); 
	}
	100% {
		transform: rotateY(0deg); 
	}
}


/* ---------------------------------------------------------
	swing
----------------------------------------------------------*/
.swingLR {
	animation: swingLR infinite 5s;
}

@keyframes swingLR {
	0%{rotate: 0deg;}
	45%{rotate: 0deg;}
	50%{rotate: 5deg;}
	55%{rotate: 0deg;}
	100%{rotate: 0deg;}
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_prc__bx {
	width: min(84.6%, 350px);
	margin-left: auto;
	margin-right: auto;
}

/*---------------- 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.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	line-height: 1;
	letter-spacing: 0.05em;
	color: #acacac;
	font-family: "Libre Baskerville", 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.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color:#a2a2a2;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color:#a2a2a2;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	line-height: 1;
	letter-spacing: 0.05em;
	color:#a2a2a2;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color:#a2a2a2;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color:#a2a2a2;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.items_price_left li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	line-height: 1;
	letter-spacing: 0.05em;
	color:#a2a2a2;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color:#a2a2a2;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color:#a2a2a2;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.53125rem + 0.46875vw ), 0.8125rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color:#a2a2a2;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 2em 0;
	margin: 0 auto;
	border: 1px #d7a89d solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.itembtn_wapper a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	color: #d7a89d;
	text-decoration: none;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #d7a89d;
}

/* --------------- 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; */
	/* background-color: #eed9d5; */
	background: linear-gradient(to bottom right, #f3e5e3, #d6a59e);
	margin: 0 auto;
	padding: 60px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #ffffff;
}
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: #ffffff;
	font-size: clamp( 1.3rem, calc( 0.8515rem + 2.2425vw ), 2.197rem );
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-indent: 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: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	font-size: clamp( 1rem, calc( 0.655rem + 1.7249999999999999vw ), 1.69rem );
	line-height: 1;
	color: #ffffff;
	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: #ffffff;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "Libre Baskerville", 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 {
		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);
	}
}