@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: 90px; */
	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: 120px; */
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		/* margin-bottom: 150px */
	}
}


/* ---------------------------------------------------------
	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: 120px;
	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-blk {
	width: 100%;
	z-index: 1;
	position: relative;
}
.item-wapper-blk::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-image: url("../images/video_bg_img.jpg");
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.item-wapper-blk 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: 150px;	
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 120px;
	}
	.item-wapper-blk {
		/*margin-bottom: 180px;*/
		
	}
	/*.item-wapper-blk::after {
		width: 100vw;
		height: 100%;
	}*/
}


/* ---------------------------------------------------------
	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;
}

.mb30 {
	margin-bottom: 30px;
}

.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;
	padding-top: 90px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
		padding-top: 120px;
	}
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.threecol_img__bx {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px 5px;
}
.threecol_img__bx li {
	width: calc(100% / 3 - 5px);
}

.items_flatimg__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 10px;
	position: relative;
}
.items_flatimg__box::after {
	content: "";
	width: 23%;
	position: absolute;
	left: 38.5%;
	bottom: -90px;
	border-bottom: 1px solid #d2c4bf;
	pointer-events: none;
	z-index: 30;	
}

.items_flatimg__img {
	width: calc(100% / 3 - 10px);
}

.twocol_flex__bx {
	display: flex;
	justify-content: space-between;
	width: 84.6%;
	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;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 84.6%;
	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: calc(50% - 4.3px);
}

.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;
	}
	.items_flatimg__box::after {
		bottom: -140px;	
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.twoimg_slup__spbx {
	display: grid;
	/* grid-template-columns: 46.2% 10px calc(53.8% - 10px); */
	grid-template-columns: 38.5% 8px calc(61.5% - 8px);
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twoimg_slup__rtop {
	grid-area: 1 / 3 / 3 / 4;
	align-self: start;
}
.twoimg_slup__lund {
	grid-area: 2 / 1 / 4 / 2;
	align-self: end;
}

.three_overlap_img__bx {
	display: grid;
	grid-template-columns: calc(46.2% - 8px) 8px 21.5% 7.7% 24.6%;
	/* grid-template-columns: calc(46.2% - 8px) 8px 21.1% 7.7% 25.0%; */
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.three_overlap_img__lund {
	grid-area: 3 / 1 / 6 / 2;
	align-self: end;
}
.three_overlap_img__ccnt {
	grid-area: 3 / 3 / 5 / 5;
	align-self: start;
	z-index: 10;
}
.three_overlap_img__rtop {
	grid-area: 1 / 4 / 4 / 6;
	align-self: start;
}

.fourimg_rightup__bx {
	display: grid;
	grid-template-columns: calc(50% - 5px) 10px calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 10px;
}
.fourimg_rightup__rtop {
	grid-area: 1 / 3 / 3 / 4;
}
.fourimg_rightup__ltop {
	grid-area: 2 / 1 / 4 / 2;
}
.fourimg_rightup__rund {
	grid-area: 3 / 3 / 5 / 4;
}
.fourimg_rightup__lund {
	grid-area: 4 / 1 / 6 / 2;
}
.fourimg_rightup__prc {
	grid-area: 5 / 3 / 6 / 4;
	align-self: end;
	padding-right: 0.5em;
}

.threecol_ltop {
	grid-area: 1 / 1 / 4 / 2;
}
.threecol_rund {
	grid-area: 3 / 3 / 6 / 4;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.fourimg_rightup__prc {
		padding-right: 0em;
	}
}


/* ---------------------------------------------------------
	slides box
----------------------------------------------------------*/
.center__widebox {
	width: 100%;
	margin-left: auto;	
	margin-right: auto;
	position: relative;
}

.center__largebox {
	width: 92.3%;
	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;
}

.left__largebox {
	width: 84.6%;
	margin-right: auto;
}
.left__midbox {
	width: 76.9%;
	margin-right: auto;
}
.left__box {
	width: 61.5%;
	margin-right: auto;
}

.right__largebox {
	width: 84.6%;
	margin-left: auto;
}
.right__midbox {
	width: 69.2%;
	margin-left: auto;
}
.right__box {
	width: 61.5%;
	margin-left: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	video
----------------------------------------------------------*/
.video__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 90px 0;
}
/*
.video__area::after {
	content: "";
	width: 23%;
	position: absolute;
	left: 38.5%;
	bottom: -105px;
	border-bottom: 1px solid #e2e2e4;
	pointer-events: none;
}
*/
.video__midcenter {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
	position: relative;
}
/* .video__midcenter::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #141416;
	z-index: -1;
} */
.video__center {
	width: 61.8%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}
.video__rightslide {
	width: 61.8%;
	margin-left: auto;
	pointer-events: none;
	border-left: 5px solid #182535;
}
.video__leftslide {
	width: 61.8%;
	pointer-events: none;
	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	/*.video__area::after {
		bottom: -140px;
	}*/
	.video__midcenter {
		width: 30.7%;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__flatimg {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

.subheading__firsttitle {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;	
}

.subheading__video {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.subheading__01-1 {
	width: 46.2%;
	position: absolute;
	top: 0%;
	left: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__01-2 {
	width: 1.6%;
	position: absolute;
	top: 0%;
	right: 14.4%;
	z-index: 10;
	pointer-events: none;
}
.subheading__01-3 {
	width: 1.6%;
	position: absolute;
	bottom: 0%;
	left: 14.4%;
	z-index: 10;
	pointer-events: none;
}

.subheading__02-1 {
	width: 53.8%;
	position: absolute;
	top: 0%;
	right: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__02-2 {
	width: 3.2%;
	position: absolute;
	top: 28%;
	left: 23.4%;
	z-index: 10;
	pointer-events: none;
}

.subheading__03-1 {
	width: 38.5%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

.subheading__underinfo {
	width: 46.2%;
	position: absolute;
	top: -21%;
	left: 26.9%;
	z-index: 10;
	pointer-events: none;
}

.subheading__underribbon {
	width: 15.4%;
	position: absolute;
	bottom: -25%;
	left: 42.3%;
	z-index: 10;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__02 {
		top: 46%;
	}
	.subheading__underribbon {
		bottom: -25%;
	}
}


/* ---------------------------------------------------------
	swing
----------------------------------------------------------*/
.swing_ribbon img {
	animation: swing 3s infinite;
	transform: rotate(10deg);
}
@keyframes swing {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;	
}


/* ---------------------------------------------------------
	info(top)
----------------------------------------------------------*/
.top_info__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	padding: 90px 0;
}

.top_info__txt {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 1em;
	color: #7d7d86;
	text-align: center;
}

.top_info__txt li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt" 1;
}

.top_info__txt li:nth-child(1) {
	font-size: clamp(1.373125rem, calc(1.16715625rem + 1.0298437500000002vw), 1.7850625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
}

.top_info__txt li:nth-child(2) {
	font-size: clamp(1.7850625rem, calc(1.517303125rem + 1.338796875vw), 2.32058125rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	padding-bottom: 0.5em;
}

.top_info__txt li:nth-child(4) {
	padding-top: 3em;
	font-size: clamp(1.373125rem, calc(1.16715625rem + 1.0298437500000002vw), 1.7850625rem);
	font-family: "linotype-didot", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}

.top_info__txt li:nth-child(5) {
	font-size: clamp(1.7850625rem, calc(1.517303125rem + 1.338796875vw), 2.32058125rem);
	font-family: "linotype-didot", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}

.infomore_date {
	font-size: clamp(0.8125rem, calc(0.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}


/* ---------------------------------------------------------
	info(under)
----------------------------------------------------------*/
.under_info__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 1.5em;
}
.under_info__box::after {
	content: "";
	width: 100%;
	height: 130%;
	position: absolute;
	left: 0%;
	top: -15%;
	border: 1px solid #7d7d86;
	border-radius: 13px;
	z-index: 1;
	pointer-events: none;
}

.under_info__txt {
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 1em;
	color: #7d7d86;
}

.under_info__txt li {
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

.under_info__txt li:nth-child(1) {
	font-size: clamp(1.05625rem, calc(0.8978124999999999rem + 0.7921875vw), 1.373125rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.1em;
}
.under_info__txt li:nth-child(2) {
	font-size: clamp( 1.584375rem, calc( 1.037765625rem + 2.7330468750000003vw ), 2.67759375rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.5em;
	padding-bottom: 2em;
}
.under_info__txt li:nth-child(3) {
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.25em;
	width: 100%;
	border: 1px solid #7d7d86;
	border-radius: 50px;
	padding: 0.5em 0em;
	text-align: center;
}
.under_info__txt li:nth-child(6) {
	padding-bottom: 3em;
}
.under_info__txt li:nth-child(7) {
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.25em;
	width: 100%;
	border: 1px solid #7d7d86;
	border-radius: 50px;
	padding: 0.5em 0em;
	text-align: center;
}
.under_info__txt li:nth-child(n+10) {
	font-size: clamp(0.625rem, calc(0.53125rem + 0.46875vw), 0.8125rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	font-feature-settings: "palt" 1;
}

.infotxt__szs {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 70%;
}

.infotxt__pnk {
	color: #f296bc;
	font-family: "linotype-didot", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 130%;
}
.infotxt__small {
	color: #f296bc;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 76.9%;	
}
.infotxt__xs {
	color: #a5a5ab;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 59.2%;
}

.solidbg {
	display: inline-block;
	background-color: #a5a5ab;
	border-radius: 50px;
	color: #ffffff;
	padding: 0.5em 1em;
	font-size: clamp(0.625rem, calc(0.40937500000000004rem + 1.0781249999999998vw), 1.05625rem);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.under_info__box {
		width: 100%;
	}
	.under_info__txt {
		row-gap: 1.5em;
	}
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp( 0.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	line-height: 1;
	letter-spacing: 0.05em;
	color: #141416;
	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.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color:#141416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color:#141416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	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.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	line-height: 1;
	letter-spacing: 0.05em;
	color:#141416;
	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.9375rem, calc( 0.6140625rem + 1.6171875000000002vw ), 1.584375rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color:#141416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color:#141416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color:#141416;
	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: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #141416 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp( 1.0625rem, calc( 0.6959375rem + 1.8328125000000002vw ), 1.795625rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.itembtn_wapper a {
	font-size: clamp( 1.0625rem, calc( 0.6959375rem + 1.8328125000000002vw ), 1.795625rem );
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #141416;
	text-decoration: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/*background-color: #829aa9;*/
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 40px 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__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: #ffffff;
	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: 300;
	letter-spacing: 0.1em;
	font-size: clamp(1rem, calc(0.9318181818181819rem + 0.3409090909090909vw), 1.1875rem);
	line-height: 1;
	color: #ffffff;
	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: #ffffff;
	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;
	/*text-shadow: #f9fdfe 1px 1px 1px, 0 0 0.1em #f1f9fe, 1px 1px 1em #f9fdfe, 0px 0px 0.3em #f9fdfe, #f1f9fe 1px 1px 5px;*/
}
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: 20px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 50px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: min(40%, 1200px);
		column-gap: 80px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 80px) 960 * 100vw);
	}
}