@charset "UTF-8";
html,
body {
	width: 100%;
	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: #1f1f27;
	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: 200px;
}
.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;	
}
.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: 60px;
}
.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: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 250px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 180px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#smrcol24_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 60px;
	position: relative;
}
#smrcol24_hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#smrcol24_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 90px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#smrcol24_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 120px
	}
}


/* ---------------------------------------------------------
	hero video
----------------------------------------------------------*/
.summer_herovideo__wrap {
	padding: 0;
	width: 100%;
	height: 100vh;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.summer__herovideo {
	pointer-events: none;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.esmr__heading {
	pointer-events: none;
	/*width: 61.5%;*/
	width: 53.8%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.summer_herovideo__wrap {
		padding: 0;
		width: 84.6%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 90px;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.summer_herovideo__wrap {
		padding: 0;
		width: 38.4%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.twoimg__inner {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.twoimg_dislocate__box {
	display: grid;
	grid-template-columns: 38.5% 7.7% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twoimg_dislocate__left {
	grid-area: 1 / 1 / 4 / 3;
	align-self: end;
}
.twoimg_dislocate__right {
	grid-area: 3 / 2 / 6 / 4;
	align-self: end;
}



.twocol_img__box {
	width: 100%;
	display: grid;
	grid-template-columns: 2.9% 35.6% 7.7% 20% 33.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_img__left {
	grid-area: 1 / 1 / 3 / 4;
}
.twocol_img__right {
	grid-area: 2 / 3 / 4 / 6;
	z-index: 10;
}
.twocol_img__leftprice {
	grid-area: 3 / 2 / 4 / 4;
	white-space: nowrap;
	z-index: 20;
}

.twocol_img_b__box {
	width: 100%;
	display: grid;
	grid-template-columns: 38.5% 7.6% 53.9%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_img_b__left {
	grid-area: 1 / 1 / 4 / 3;
	z-index: 10;
}
.twocol_img_b__right {
	grid-area: 3 / 2 / 6 / 4;
}
.twocol_img_b__leftprice {
	grid-area: 5 / 1 / 6 / 2;
	white-space: nowrap;
	z-index: 20;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.two_col_img__box {
	width: 100%;
	position: relative;
}

.two_col__horizonimg {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;	
}

.two_col__item {
	width: 50%;
}

.twospacecol__item {
	width: 49%;
}

/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.twoimg_vertical__wrap {
	width: 100%;
	position: relative;
}

.twoimg_vertical__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
}
.twoimg_vertical__item {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_vertical_row__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
}
.twoimg_vertical_row__item {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_vertical_nsrow__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
}
.twoimg_vertical_nsrow__item {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.revtwocol_img__box {
	display: grid;
	grid-template-columns: 53.8% 7.7% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.revtwocol_img__right {
	grid-area: 1 / 2 / 4 / 4;
	align-content: start;
	z-index: 10;
}

.revtwocol_img__left {
	grid-area: 3 / 1 / 6 / 3;
	align-content: end;
}

.revtwocol_img__price {
	grid-area: 5 / 3 / 6 / 4;
	align-content: end;
	white-space: nowrap;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading_ensemble_right {
	width: 2.9%;
	position: absolute;
	top: 0;
	right: 7%;
	pointer-events: none;
}

.subheading_camiop_left {
	width: 2.9%;
	position: absolute;
	top: 0;
	left: 5%;
	pointer-events: none;
}

.subheading_smrop_center {
	width: 53.8%;
	position: absolute;
	top: -15%;
	left: 2.85%;
	pointer-events: none;	
}

.subheading_smrkt_left {
	width: 30.7%;
	position: absolute;
	top: 4.7%;
	left: 0%;
	pointer-events: none;
	z-index: 30;
}

.subheading_smrrose_right {
	width: 30.7%;
	position: absolute;
	top: 4.7%;
	right: 0%;
	pointer-events: none;
	z-index: 30;	
}

.subheading_season_left {
	width: 2.9%;
	position: absolute;
	bottom: 0;
	left: 6%;
	pointer-events: none;
}

.subheading_season_right {
	width: 2.9%;
	position: absolute;
	bottom: 0;
	right: 6%;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}



/* ---------------------------------------------------------
	
----------------------------------------------------------*/


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.right_price__box {
	width: 92.3%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.center_price__box {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.leftund__price {
	margin-top: 20px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.right_price__box {
		margin-top: 30px;
	}
	.center_price__box {
		width: 61.5%;
	}
	.center_price__midbox {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_right li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #08111a;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_right a {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #08111a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	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;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #08111a;
	font-family: "cormorant-Garamond", 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.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #08111a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #08111a;
	font-family: "cormorant-Garamond", 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.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #08111a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list center col
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_col li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #08111a;
	font-family: "cormorant-Garamond", 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.875rem, 0.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #08111a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.items_price_left_col li {
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #08111a;
	font-family: "cormorant-Garamond", 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.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #08111a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.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.784rem + 0.45vw, 1.125rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #08111a;
	font-family: "cormorant-Garamond", 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.784rem + 0.45vw, 1.125rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #08111a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	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, 0.511rem + 0.57vw, 0.938rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #08111a;
	font-feature-settings: "palt" 1;
}

.space_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #08111a solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-family: "cormorant-Garamond", serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.7em;
	color: #08111a;
	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: #08111a;
}
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: #08111a;
	font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
	font-family: "cormorant-Garamond", 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, 0.818rem + 0.91vw, 1.5rem);
	line-height: 1;
	color: #08111a;
	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: #08111a;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "cormorant-Garamond", 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);
	}
}