@charset "UTF-8";
html,
body {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	color: #808080;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #808080;
}
@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; }
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 210px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;	
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 350px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 300px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 120px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 60px;
	position: relative;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 90px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 120px
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.twoimg__inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.twoimg_uneven_hori__box {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.twoimg_uneven_hori__left {
	width: 53.8%;
}
.twoimg_uneven_hori__right {
	width: 43.2%;
}

.twoimg_uneven_hori__revbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spmb_30 {
	margin-bottom: 30px;
}

.twoimg_uneven_hori__revleft {
	width: 43.2%;
}
.twoimg_uneven_hori__revright {
	width: 53.8%;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_uneven_hori__box {
		margin-bottom: 120px;
	}
	.twoimg_uneven_hori__revbox {
		margin-bottom: 60px;
	}
	.twoimg_uneven_hori__revboxmbts {
		margin-bottom: 120px;
	}
	.spmb_60 {
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.two_col__horizon__warp {
	width: 100%;
	position: relative;
}

.two_col__horizonimg {
	width: 100%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	line-height: 0;/*　下の謎余白を消す！ */
	font-size: 0;/*　下の謎余白を消す！ */
}
.two_col__horizonimg img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.two_col__item {
	width: 50%;
}

.ruptwoimg__warp {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px
}
.ruptwoimg__box {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.ruptwoimg__right {
	grid-area: 1 / 2 / 3 / 3;
}
.ruptwoimg__left {
	grid-area: 2 / 1 / 4 / 2;
}

.two_col__hori__warp {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;	
}

.two_col__hrzn__warp {
	width: 84.6%;
	margin: 60px auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.ruptwoimg__warp {
		margin-top: 120px;
		margin-bottom: 120px
	}
	.two_col__hrzn__warp {
		margin: 120px auto;
	}
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.twoimg_uneven_alnt__box {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.twoimg_uneven_alnt__left {
	width: 41.2%;
}
.twoimg_uneven_alnt__right {
	width: 53.8%;
}

.twoimg_vertical__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}

.twoimg_vert_mid__item {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
}

.center_slide__mediumbox {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.centerslide__midbox {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_vertical_row__box {
		row-gap: 40px;
	}
	.centerslide__midbox {
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	info
----------------------------------------------------------*/
.info__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.info__box::after {
	content: '';
	width: 20.1%;
	height: 1px;
	display: inline-block;
	background-color: #e5e5e5;
	position: absolute;
	bottom: -30px;
	left: 39.95%;
}

.underinfo__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.underinfo__box::after {
	content: '';
	width: 20.1%;
	height: 1px;
	display: inline-block;
	background-color: #e5e5e5;
	position: absolute;
	bottom: -30px;
	left: 39.95%;
}

.subheading_info {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.info_txt,
.underinfo__txt {
	list-style: none;
	text-align: center;
}

.info_txt li {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(0.8125rem, calc(0.5852272727272727rem + 1.1363636363636365vw), 1.4375rem);
	color: #808080;
	line-height: 1.5;
}
.info_txt li:nth-child(odd) {
	font-family: "the-seasons", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1rem, calc(0.9090909090909091rem + 0.45454545454545453vw), 1.25rem);
	letter-spacing: 0.1em;
}
.info_txt li:nth-child(even) {
	font-family: "the-seasons", sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
	padding-top: 0.5em;
	padding-bottom: 3em;
}
.info_txt li:last-child {
	padding-bottom: 0;
}

.underinfo__subheading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.0625rem, calc(0.9943181818181819rem + 0.3409090909090909vw), 1.25rem);
	letter-spacing: 0.01em;
	color: #808080;
	line-height: 1.5;
}
.underinfo__date {
	font-family: "the-seasons", sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;	
	padding-top: 0.5em;
	font-size: clamp(0.8125rem, calc(0.7215909090909091rem + 0.45454545454545453vw), 1.0625rem);
	color: #808080;
	padding-bottom: 3em;
}

.underinfo__txt li:first-child {
	padding-bottom: 1em;
}
.underinfo__txt li:last-child {
	padding-bottom: 0;
}

.info_engtxt {
	font-family: "the-seasons", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #808080;
}
.emphasize {
	font-family: "the-seasons", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.3125rem, calc(0.9488636363636364rem + 1.8181818181818181vw), 2.3125rem);
	color: #f6b1d0;
}

.pnktxt {
	color: #f6b1d0;
}

.info_stxt {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: small;
}
.info_enstxt {
	font-family: "the-seasons", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: small;
}

.osite {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(0.625rem, calc(0.5568181818181819rem + 0.3409090909090909vw), 0.8125rem);
	padding: 0.25em 0.75em 0.5em;
	border: 1px solid #cccccc;
	border-radius: 100px;
}

.info_jptxt {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(0.8125rem, calc(0.7215909090909091rem + 0.45454545454545453vw), 1.0625rem);
	letter-spacing: 0.01em;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.info__box::after {
		bottom: -60px;
	}
	.subheading_info {
		margin-bottom: 60px;
	}
	.osite {
		padding: 0.25em 0.5em 0.3em;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.large_prc__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}
.right_prc__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}
.right_prc__midbox {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.center_price__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.center_leftprice__box {
	width: 80.75%;
	margin-left: 19.25%;
	margin-top: 30px;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.large_prc__box {
		width: 100%;
	}
	.right_prc__box {
		margin-left: 30%;
	}
	.center_price__box {
		width: 61.5%;
	}
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #808080;
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center li:nth-child(even) {
	padding-left: 1em;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_center a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #808080;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #808080;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #808080;
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_center_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #808080;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #808080;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.items_price_left_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #808080;
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_left_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #808080;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #808080;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #808080;
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #808080;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #808080;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.625rem, calc(0.5568181818181819rem + 0.3409090909090909vw), 0.8125rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #808080;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #b3b3b3 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(0.9375rem, calc(0.8693181818181819rem + 0.3409090909090909vw), 1.125rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5em;
	color: #808080;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 90%;
	}
	.itemlk {
		padding: 2em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-color: #aec4d8; */
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 60px 0 40px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #ffffff;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 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: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
}
footer .footer__txtlink a {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, calc(0.9318181818181819rem + 0.3409090909090909vw), 1.1875rem);
	line-height: 1;
	color: #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: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-feature-settings: "palt" 1;
}
footer #sns__area {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
footer #sns__area li {
	width: calc(100% / 4 - 35px);
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	footer #niceclaup_logo {
		width: 15%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 15px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 45px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 330px) 960 * 100vw);
	}
}