@charset "UTF-8";
html,
body {
	height: 100%;
	font-size: 62.5%;
}
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;
}

: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 {
	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: 80px;
}
.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;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 250px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 200px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 150px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 100px;		
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 100px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#premiumordervol2_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 60px;
}
#premiumordervol2_hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#premiumordervol2_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 75px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#premiumordervol2_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 100px
	}
}


/* ---------------------------------------------------------
	lead
----------------------------------------------------------*/
.lead__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.lead__box::after {
	content: '';
	width: 20%;
	height: 1px;
	display: inline-block;
	background-color: #6b6b6b;
	position: absolute;
	bottom: -4em;
	left: 40%;
	/*left: calc(50% - 55px);*/
}

.lead_subheading {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.lead__txt li {
	list-style: none;
	font-size: 1.3rem;
	line-height: 1.7;
	/*font-feature-settings: "palt" 1;*/
	letter-spacing: 0.03em;
	color: #525252;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

.lead__txt li:nth-child(2) {
	text-align: center;
	padding-top: 1.5em;
	font-size: 1.5rem;
	letter-spacing: 0.07em;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lead_date {
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.lead__box {
		width: 100%;
	}
	.lead__box::after {
		bottom: -45px;
	}
	.lead_subheading {
		margin-bottom: 60px;
	}
	.lead__txt li {
		font-size: 1.9rem;
	}
	.lead__txt li:nth-child(2) {
		padding-top: 45px;
	font-size: 2.25rem;
	}
	.lead_date {
		font-size: 1.7rem;
	}
}


/* ---------------------------------------------------------
	premium od items
----------------------------------------------------------*/
.premiumod_wideimg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.premiumod_nm__box {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.premiumod_name {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	/*justify-content: center;*/
	/*column-gap: 3em;*/
	z-index: 10;
	position: relative;
}

.premiumod_threeitems {
	list-style: none;	
	display: flex;
	flex-direction: column;
	align-items: center;
}
.premiumod_threeitems li:nth-child(odd) {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: #1a1a1a;
}
.premiumod_threeitems li:nth-child(even) {
	font-size: 1.1rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
}
.premiumod_threeitems a {
	text-decoration: underline;
	/*text-underline-offset: 0.25ex;*/
	text-decoration-skip-ink: none;
	color: #1a1a1a;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}

/* ---------------------------------------------------------
	Long Eco Fur Down	
----------------------------------------------------------*/
.longdown__firstbox {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.longdown_leftslide__box {
	width: 70%;
}
.right_itmname01 {
	width: 4%;
	position: absolute;
	top: 0;
	right: 5%;
	pointer-events: none;
}
.prmat_r {
	width: 40%;
	position: absolute;
	bottom: -8%;
	right: 5%;
	z-index: 10;
	pointer-events: none;
}

.twocol__slides {
	list-style: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	display: flex;
	justify-content: space-between;
}
.twocol__slides li {
	width: 47.5%;
}

.slideplsprc {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}
.slideplsprc::after {
	content: "";
	width: 90%;
	height: calc(200px + 200 * (100vw - 320px) / 1680);
	/*background-color: #f7eeeb;*/
	background-color: #fcf2f4;
	position: absolute;
	top: calc(50px + 50 * (100vw - 320px) / 1680);
	right: 0%;
	z-index: -1;
	overflow: hidden;
}
.left_wideslide {
	width: 80%;
	margin-right: auto;
	margin-bottom: 20px;
}
.left_price__box {
	white-space: nowrap;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.longdown__firstbox {
		margin-bottom: 90px;
	}
}


/* ---------------------------------------------------------
	boa jacket
----------------------------------------------------------*/
.center_wideslide {
	width: 100%;
	margin-bottom: 30px;
}

.right_itmname02 {
	width: 50%;
	margin-left: 45%;
	margin-bottom: 30px;
	pointer-events: none;
}

.slideplsprc_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}

.center_bitwideslide {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.center_price__box {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.center_wideslide {
		margin-bottom: 60px;
	}
	.right_itmname02 {
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	Little Lady Coat
----------------------------------------------------------*/
.lilladyct__firstbox {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.lilladyct_rightslide__box {
	width: 70%;
	margin-left: auto;
}
.left_itmname03 {
	width: 4%;
	position: absolute;
	top: 0;
	left: 5%;
	pointer-events: none;
}
.prmat_l {
	width: 40%;
	position: absolute;
	bottom: -8%;
	left: 5%;
	z-index: 10;
	pointer-events: none;
}

.slideplsprc_right {	
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}
.right_wideslide {
	width: 80%;
	margin-left: auto;
	margin-bottom: 20px;
}
.slideplsprc_right::after {
	content: "";
	width: 90%;
	height: calc(200px + 170 * (100vw - 320px) / 1680);
	/*background-color: #f7eceb;*/
	background-color: #fcf6f1;
	position: absolute;
	top: calc(50px + 50 * (100vw - 320px) / 1680);
	left: 0%;
	z-index: -1;
}

.right_price__box {
	white-space: nowrap;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.lilladyct__firstbox {
		margin-bottom: 90px;
	}
}



/* ---------------------------------------------------------
	
----------------------------------------------------------*/


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.items_price_right li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1c1c1c;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_right li:nth-child(odd) {
	padding-left: 1rem;
}
.items_price_right li:nth-child(n + 2) {
	padding-top: 1.25rem;
}

.items_price_right a {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	color: #1c1c1c;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_right {
		width: 50%;
		margin-left: 50%;
	}
	.items_price_right a {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	list right(column)
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1c1c1c;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	color: #1c1c1c;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

.price_yen {
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1rem;
	color: #1c1c1c;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_right_col a {
		font-size: 1.8rem;
	}
	.price_yen {
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.items_price_left li {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	color: #1c1c1c;
}

.items_price_left li:nth-child(n + 3) {
	padding-left: 1rem;
}
.items_price_left li:nth-child(n + 2) {
	padding-top: 1.25rem;
}

.items_price_left a {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	color: #1c1c1c;
	text-decoration-skip-ink: none;
}
/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_left a {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	list left(column)
----------------------------------------------------------*/
.item_list_left_col {
	width: 70%;
	margin-left: 5%;
}

.items_price_left_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.items_price_left_col li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1c1c1c;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_left_col li:not(:first-child) {
	padding-top: 1rem;
}

.items_price_left_col a {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	color: #1c1c1c;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-color: #1c1c1c;
	text-decoration-skip-ink: auto;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_left_col a {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	list center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1c1c1c;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center li:nth-child(even) {
	margin-left: 1rem;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1.5rem;
}

.items_price_center a {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	color: #1c1c1c;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 50%;
	}
	.items_price_center a {
		font-size: 1.8rem;
	}
	.items_price_center li:nth-child(n+3) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	list center(column)
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.items_price_center_col li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1c1c1c;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_center_vert li:not(:first-child) {
	padding-top: 1.25rem;
}

.items_price_center_vert a {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	color: #1c1c1c;
	text-decoration: underline;
	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 {
		font-size: 1.9rem;
	}
	.items_price_center_col li:not(:first-child) {
		padding-top: 1.5rem;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center_col {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	アイテムボタン
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 3em 0;
	margin: 0 auto;
	border: 1px #1c1c1c solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: 1.5rem;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.25em;
	color: #1c1c1c;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 70%;
	}
	.itemlk {
		padding: 4em 0;
	}
	.itemlk a {
		font-size: 2rem;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	max-width: 9999px;
	font-size: 1.3rem;
	padding: 20px 0;
}

footer #footer__box {
	width: 100%;
	margin: 0 auto;
	padding: 50px 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: #1c1c1c;
	font-size: 1.69rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 2em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.25ex;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: 1.3rem;
	line-height: 1;
	color: #1c1c1c;	
}
footer .footer__txtlink a {
	display: block;
	padding: 1em 0 2em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.25ex;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: 1.3rem;
	line-height: 1;
	color: #1c1c1c;	
}

footer .footer_r {
	display: block;
	text-align: center;
	color: #1c1c1c;
	font-size: 1.0rem;
	padding-top: 1em;
	line-height: 1;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
}
footer #sns__area {
	width: 55%;
	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 .footer__p {
		font-size: 1.875rem;
	}
	footer .footer__p_link {
		font-size: 1.5rem;
	}
	footer .footer_r {
		font-size: 1.2rem;
	}
	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__p {
		font-size: 2rem;
	}
	footer .footer__p_link {
		font-size: 1.6rem;
	}
	footer .footer_r {
		font-size: 1.3rem;
	}
	footer #sns__area {
		width: 20%;
		column-gap: 30px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 90px) 960 * 100vw);
	}
}
