@charset "UTF-8";
html,
body {
	height: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	width: 100%;
	min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-style: normal;
    background: #ffffff;
    color: #3e3e3b;
}


:root {
	–root-font-size: 16px;
	–root-txtcolor: #262626;
	–root-linkcolor: #262626;
}


/*------------------------------------------------
	
------------------------------------------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
	.PCnone{ display:block; }
	.spNone { display: none !important; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
	.PCnone{ display: none !important; }
	.spNone { display:block; }
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
	box-sizing: border-box;
}
.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;
	box-sizing: border-box;
}
.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: 120px;
	box-sizing: border-box;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 250px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 200px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#treatop_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
}
#treatop_hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#treatop_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 120px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#treatop_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 150px
	}
}


/* ---------------------------------------------------------
	slide & static-img
----------------------------------------------------------*/
.item_mimg__right {
	width: 69.2%;
	margin-left: auto;
	margin-bottom: 60px;
}

.item_mimg__left {
	width: 69.2%;
	margin-right: auto;
	margin-bottom: 60px;
}

.uneventwocol__box {
	width: 100%;
	position: relative;
}

.uneventwocol__slides {
	width: 100%;
	display: grid;
	grid-template-columns: 53.8% 46.2%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.uneventwocol__left {
	grid-area: 1 / 1 / 4 / 2;
	align-self: start;
}
.uneventwocol__right {
	grid-area: 3 / 2 / 6 / 3;
	align-self: end;
}
.uneventwocol__price {
	grid-area: 5 / 1 / 6 / 2;
	align-self: end;
	padding-left: 1em;
}

.reve_uneventwocol__slides {
	display: grid;
	grid-template-columns: 46.2% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.reve_uneventwocol__right {
	grid-area: 1 / 2 / 4 / 3;
	align-self: start;
}
.reve_uneventwocol__left {
	grid-area: 3 / 1 / 6 / 2;
	align-self: end;
}
.reve_uneventwocol__price {
	grid-area: 5 / 2 / 6 / 3;
	align-self: end;
	padding-right: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.uneventwocol__price {
		padding-left: 0em;
	}
	.reve_uneventwocol__price {
		padding-right: 0em;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.item_main__wrap {
	width: 100%;
	position: relative;
}

.subheading_title {
	width: 38.4%;
	position: absolute;
	left: 2.9%;
	bottom: 5%;
	pointer-events: none;
	z-index: 10;
}

.subheading_itemname01 {
	width: 46.1%;
	position: absolute;
	left: 2.9%;
	top: 4.7%;
	pointer-events: none;
	z-index: 10;
}

.subheading_itemname02 {
	width: 46.1%;
	position: absolute;
	right: 2.9%;
	top: 4.7%;
	pointer-events: none;
	z-index: 10;	
}

.subheading_itemname03 {
	width: 53.8%;
	/*width: 61.5%;*/
	position: absolute;
	left: 2.9%;
	top: 4.7%;
	pointer-events: none;
	z-index: 10;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	
}



/* ---------------------------------------------------------
	info
----------------------------------------------------------*/
.info__box {
	width: 100%;
	position: relative;
	background-color: #ffffff;
}
.info__box::after {
	content:"";
	display:block;
	width: 23%;
	height: 1px;
	background-color: #dfe8e8;
	position:absolute;
	bottom:0;
	left: 38.5%;
}

.info__inner {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.info__txt {
	list-style: none;
	padding-bottom: 2em;
	text-align: center;
}
.info__txt li {
	font-family: 'yu-gothic-pr6n', sans-serif;
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-weight: 400;
	color: #959c9c;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

.info__txt li:nth-child(1) {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.info__txt li:not(:last-child) {
	padding-bottom: 1em;
}

.marker {
	font-family: 'yu-gothic-pr6n', sans-serif;
	font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
	font-weight: 400;
	color: #959c9c;
	/*background: linear-gradient(transparent 70%, #ffd6e7 20%);*/
}

.info_stxt {
	font-family: 'yu-gothic-pr6n', sans-serif;
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	font-weight: 400;
	color: #959c9c;
	letter-spacing: 0.05em;
	line-height: 1.7;
	vertical-align: middle;
}

.info__txtpnk {
	font-family: 'yu-gothic-pr6n', sans-serif;
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-weight: 400;
	color: #ff7db3;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.info__txt {
		padding-bottom: 4em;
	}
	.info__txt li:nth-child(1) {
		width: 100%;
		margin-bottom: 30px;
	}
}



/* ---------------------------------------------------------
	three img evenly size
----------------------------------------------------------*/
.three_img__wrapper {
	display: grid;
	grid-template-columns: 4.7% 21.475% 21.475% 4.7% 21.475% 21.475% 4.7%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}

.three_img__left {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
}

.three_img__rigt {
	grid-area: 2 / 5 / 5 / 8;
	align-self: end;
}

.three_img__center {
	grid-area: 5 / 3 / 8 / 6;
	align-self: end;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.two_unevencol__wap {
	display: grid;
	grid-template-columns: 53.8% 2.9% 43.3%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.two_unevencol__left {
	grid-area: 1 / 1 / 4 / 2;
	align-self: start;
}

.two_unevencol__rigt {
	grid-area: 3 / 3 / 6 / 4;
	align-self: end;
}

.two_unevencol__price {
	grid-area: 5 / 1 / 6 / 3;
	align-self: end;
	padding-left: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}





/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.twoimg_overlap__wap {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.twoimg_overlap__left {
	grid-area: 1 / 1 / 4 / 3;
	align-self: start;
}

.twoimg_overlap__right {
	grid-area: 3 / 2 / 6 / 4;
	align-self: end;
}

.twoimg_overlap__price {
	grid-area: 5 / 1 / 6 / 3;
	align-self: end;
	padding-left: 1em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}






/* ---------------------------------------------------------
	
----------------------------------------------------------*/



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}



/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #1b1c1c;
	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.875rem, 0.807rem + 0.34vw, 1.063rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #1b1c1c;
	letter-spacing: 0.1em;
	text-decoration: underline;
	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;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.items_price_left_col li {
	font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #1b1c1c;
	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.875rem, 0.807rem + 0.34vw, 1.063rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #1b1c1c;
	letter-spacing: 0.1em;
	text-decoration: underline;
	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, 0.557rem + 0.34vw, 0.813rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #1b1c1c;
}


/* ---------------------------------------------------------
	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.5em 0;
	margin: 0 auto;
	border: 1px #1b1c1c solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3em;
	color: #1b1c1c;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		padding: 2em 0em;
	}
}


/* ---------------------------------------------------------
	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: #1b1c1c;
}
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: #1b1c1c;
	font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
	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: 'Shippori Mincho', serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	line-height: 1;
	color: #1b1c1c;
	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: #1b1c1c;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-feature-settings: "palt" 1;
	text-shadow: 1px 1px 3px white;
}
footer #sns__area {
	list-style: none;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
}
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);
	}
}