@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;
}

* {
  box-sizing: border-box;
}

:root {
	–root-font-size: 16;
	–root-txtcolor: #262626;
	–root-linkcolor: #262626;
}


/*---------------- 改行 ----------------*/
@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: 160px;	
}
.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: 110px;
}
.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: 80px;
}
.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: 200px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 150px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 100px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 100px;		
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#ribboncol_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
}
#ribboncol_hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#ribboncol_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 120px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#ribboncol_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 150px
	}
}


/* ---------------------------------------------------------
	video
----------------------------------------------------------*/
.video__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	position: relative;
}
.video__area::after {
	content: "";
	display: inline-block;
	width: 75%;
	height: 175%;
	border: 1px solid #182535;
	position: absolute;
	top: 10%;
	left: 12.5%;
	z-index: -1;
}

.video__rightslide {
	width: 61.8%;
	margin-left: auto;
	pointer-events: none;
	border-left: 5px solid #182535;
	border-bottom: 5px solid #182535;
}

.video__leftslide {
	width: 61.8%;
	pointer-events: none;
	border-right: 5px solid #182535;
	border-bottom: 5px solid #182535;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.video__area::after {
		content: "";
		display: inline-block;
		width: 75%;
		height: 180%;
		border: 1px solid #182535;
		position: absolute;
		top: 10%;
		left: 12.5%;
		z-index: -1;
	}
	.video__rightslide {
		border-left: 10px solid #182535;
		border-bottom: 10px solid #182535;
	}

	.video__leftslide {
		border-right: 10px solid #182535;
		border-bottom: 10px solid #182535;
	}
}


/* ---------------------------------------------------------
	slide & static-img
----------------------------------------------------------*/
.uneventwocol__box {
	width: 100%;
	position: relative;
}

.uneventwocol__slides {
	width: 90%;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.uneventwocol__inner {
	width: 50%;
}
.uneventwocol__inner:nth-child(2) {
	align-self: flex-end;
}

.reverse_uneventwocol__inner {
	width: 50%;
}
.reverse_uneventwocol__inner:nth-child(1) {
	align-self: flex-end;
}

.vert__area {
	height: 330px;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 20px;
}
.vert__area .swiper {
	width: 100%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.uneventwocol__slides {
		width: 100%;
		height: 700px;
	}
	.vert__area {
		height: 520px;
		row-gap: 30px;
	}
}

/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading_itemnameleft {
	width: 3%;
	position: absolute;
	left: 24%;
	top: 22%;
	pointer-events: none;
	z-index: 10;
	
}

.subheading_itemnameright {
	width: 3%;
	position: absolute;
	right: 24%;
	top: 22%;
	pointer-events: none;
	z-index: 10;	
}

.subheading_blouse__left {
	width: 40%;
	position: absolute;
	left: 2%;
	top: -7%;
	pointer-events: none;
	z-index: 10;
}

/*---------------- 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(1rem, 0.773rem + 1.14vw, 1.625rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #0c121a;
	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(1rem, 0.773rem + 1.14vw, 1.625rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #0c121a;
	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(1rem, 0.773rem + 1.14vw, 1.625rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #0c121a;
	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(1rem, 0.773rem + 1.14vw, 1.625rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #0c121a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.813rem, 0.631rem + 0.91vw, 1.313rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #0c121a;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #0c121a solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(1.188rem, 0.96rem + 1.14vw, 2rem);
	font-family: "the-seasons", sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.15em;
	color: #0c121a;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 90%;
	}
	.itemlk {
		padding: 3em 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: #0c121a;
}
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: #0c121a;
	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__p_link {
	display: block;
	padding: 2em 0 6em;
	text-align: center;
}
footer .footer__p_link a {
	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: #0c121a;
	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: #0c121a;
	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;
}
footer #sns__area {
	list-style: none;
	width: 60%;
	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 - 30px);
}

/*---------------- 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);
	}
}