@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: #a6a6a6;
}
* {
  box-sizing: border-box;
}
:root {
    -root-font-size: 16;
}


/*---------------- 改行 ----------------*/
@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: 100px;
}
.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: 70px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.inner__largewrap {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- 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;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 150px;		
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 100px;
	}
	.inner__largewrap {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#newstyle_spring__hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
}
#newstyle_spring__hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#newstyle_spring__hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 90px;	
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#newstyle_spring__hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 150px
	}
}


/* ---------------------------------------------------------
	slides
----------------------------------------------------------*/
.middle_rightslidemiddle_rightslide {
	width: 61.5%;
	margin-bottom: 30px;
	margin-left: auto;
}

.large_rightslide {
	width: 76.9%;
	margin-left: auto;
}

.large_centerslide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.twocol__slides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.twoslides {
	width: calc(50% - 5px);
}

.twocol_rslide {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.twocol_rslide_price {
	width: 38.5%;
	align-self: flex-end;
	z-index: 10;
}
.twocol_rslide_slide {
	width: 61.5%;
	/*width: 53.8%;*/
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.large_rightslide {
		width: 61.5%;
		margin-left: auto;
		margin-right: auto;
	}
	.twocol_rslide {
		height: 590px;
	}
	.twocol__slides {
		width: 100%;
		margin-bottom: 60px;
	}
	.twoslides {
		width: calc(50% - 10px);
	}
	.l_leftslide {
		width: 69.2%;
		margin-bottom: 30px;
		margin-left: 0%;
	}
	.l_rightslide {
		width: 69.2%;
		margin-bottom: 30px;
		margin-left: auto;
	}
	.large_centerslide {
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	grid
----------------------------------------------------------*/
.twocol_leftup__box {
	width: 100%;
}
.twocol_leftup__smallbox {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}

.twocol_leftup__flex {
	width: 100%;
	display: grid;
	grid-template-columns: calc(47.8% - 10px) 6% calc(47.8% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}

.twocol_leftup__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
}

.twocol_leftup__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
}

.twocol_leftup__price {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
}


.twocol_leftup__noverlap {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.twocol_leftup__noverlapmtm {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.twocol_leftup__noverlap_wap {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_leftup__noverlap_left {
	grid-area: 1 / 1 / 3 / 2;
}
.twocol_leftup__noverlap_right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twocol_leftup__noverlap_price {
	grid-area: 3 / 1 / 4 / 2;
	padding-left: 1em;
	align-self: end;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.twocol_leftup__noverlap {
		margin-top: 0px;
	}
	.twocol_leftup__noverlap_wap {
		grid-row-gap: 60px;
	}
	.twocol_leftup__flex {
		grid-template-columns: calc(48.8% - 20px) 5% calc(48.8% - 20px);
		grid-template-rows: auto;
		grid-column-gap: 20px;
	}
	.twocol_leftup__noverlapmtm {
		margin-top: 90px;
	}
	.twocol_leftup__noverlap_price {
		padding-left: 0em;
		margin-bottom: 0;
	}
}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.two_vert__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	row-gap: 90px;
}

.twovert__inner {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
}

.twocol__static__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	/*column-gap: 15px;*/
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_vert__box {
		row-gap: 180px;
	}
	.twocol__box {
		margin-bottom: 60px;
	}
	.items_price_left_col {
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	center slide
----------------------------------------------------------*/
.center_slide__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.center_wideslide {
	width: 100%;
	margin-bottom: 60px;
}

.center_largeslide {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.center_smallslide {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.center_smallslide__box {
		margin-bottom: 120px;
	}	
	.center_largeslide {
		width: 100%;
		margin-bottom: 60px;
	}
	.center_wideslide {
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.uneventwocol__box {
	width: 100%;
}

.uneventwocol__midbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}

.uneventwocol__slides__box {
	width: 100%;
	margin-bottom: 60px;
}

.uneventwocol__slides {
	width: 90%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.uneventwocol__wideslides {
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}


.unevenshorttwocolmb__slides {
	width: 90%;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: flex;	
}

.unevenshorttwocol__slides {
	width: 90%;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.uneventwocol__inner {
	width: 50%;
}
.uneventwocol__inner:nth-child(2) {
	align-self: flex-end;
}

.vert__area {
	height: 320px;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.vert__area .swiper {
	width: 100%;
	height: auto;
}
.vert__pricebox {
	width: 100%;
	height: auto;
}


.vert__widearea {
	height: 280px;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.vert__widearea .swiper {
	width: 100%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.uneventwocol__slides__box {
		margin-bottom: 120px;
	}
	.uneventwocol__slides {
		width: 100%;
		height: 730px;
	}
	.vert__area {
		height: 520px;
	}
	.vert__widearea {
		height: 420px;
	}
	.unevenshorttwocolmb__slides {
		width: 100%;
		height: 550px;
		margin-bottom: 120px;	
	}
	.unevenshorttwocol__slides {
		width: 100%;
		height: 550px;
	}
	.uneventwocol__wideslides {
		height: 600px;
	}
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.rightpricebox {
	width: 61.5%;
	margin-left: auto;
	/*width: 75%;
	margin-left: 20%;*/
}

.center_price__midbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.shortjkt__pricebox {
	width: 60%;
	margin-left: auto;
	margin-right: auto;	
}

.space_br {
	width: 100%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.rightpricebox {
		width: 75%;
		margin-left: 25%;
	}
	.center_price__midbox {
		width: 100%;
		margin-top: 40px;
	}
}


/* ---------------------------------------------------------
	price yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.813rem, 0.631rem + 0.91vw, 1.313rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	color: #05171d;
}

/* ---------------------------------------------------------
	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(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #05171d;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
}
.items_price_right li:nth-child(even) {
	padding-left: 1em;
}
.items_price_right li:nth-child(n + 3) {
	padding-top: 1em;
}

.items_price_right a {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	color: #05171d;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list right(column)
----------------------------------------------------------*/
.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(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #05171d;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-feature-settings: "palt" 1;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	color: #05171d;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.items_price_left li {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #05171d;
	font-feature-settings: "palt" 1;
}

.items_price_left li:nth-child(n + 3) {
	padding-left: 1em;
}
.items_price_left li:nth-child(n + 2) {
	padding-top: 1.25em;
}

.items_price_left a {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-feature-settings: "palt" 1;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	color: #05171d;
	text-decoration-skip-ink: none;
}
/* --------------- PC --------------- */
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	list left(column)
----------------------------------------------------------*/
.items_price_left_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.items_price_left_col li {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	line-height: 1;
	font-feature-settings: "palt" 1;
	color: #05171d;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_left_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left_col a {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	color: #05171d;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-color: #09232c;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {

}

/* ---------------------------------------------------------
	list center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.items_price_center li {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	line-height: 1;
	font-feature-settings: "palt" 1;
	color: #05171d;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center a {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	color: #05171d;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

.items_price_center li:not(:first-child){
	padding-top: 1em;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {

}

/* ---------------------------------------------------------
	list center(column)
----------------------------------------------------------*/
.items_price_center_row {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center_row li {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	line-height: 1;
	font-feature-settings: "palt" 1;
	color: #05171d;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_center_row li:nth-child(n+2) {
	padding-top: 1em;
}
.items_price_center_row li:nth-child(4) {
	padding-left: 1em;
}

.items_price_center_row a {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	/*font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);*/
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	color: #05171d;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_col {
		width: 40%;
	}
	.items_price_center_col li:not(:first-child) {
		padding-top: 1.5em;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center_col {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #05171d solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(1.188rem, 0.96rem + 1.14vw, 2rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5em;
	color: #05171d;
	text-decoration: none;
}
.apostrophe {
	letter-spacing: 0.1em;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		padding: 3em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	max-width: 9999px;
}

footer #footer__box {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 50px;
}

footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

footer .footer__p {
	display: block;
	text-align: center;
	color: #05171d;
	font-size: clamp(1.75rem, 1.523rem + 1.14vw, 2.375rem);
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 2em;
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #05171d;	
}
footer .footer__txtlink a {
	display: block;
	padding: 1em 0 2em;
	text-align: center;
	font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #06161c;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 1px;
}

footer .footer_r {
	display: block;
	text-align: center;
	color: #05171d;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "adobe-caslon-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt" 1;
}
footer #sns__area {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}
footer #sns__area li {
	width: calc(100% / 4 - 40px);
}

/*---------------- 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 .footer__txtlink {
		display: block;
		padding: 1em 0 3em;
	}
	footer #sns__area {
		margin-top: 1em;
		width: 35%;
		column-gap: 100px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 100px) 960 * 100vw);
	}
}