@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: 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;
	}
}


/* ---------------------------------------------------------
	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
	}
}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.twocol__box {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.leftslide {
	width: 65%;
}
.right_itmname01 {
	width: 25%;
	position: absolute;
	right: 5%;
	bottom: 5%;
	z-index: 10;
}

.twocol__slides {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.twoslides {
	width: calc(95% / 2)
}

/*------------ center ------------*/
.center_price__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.center_price__box .items_price_center li:first-of-type {
	font-size: 1.2rem;
	vertical-align: middle;
}
.center_price__box .items_price_center li:not(:first-child){
	padding-left: 0.5em;
}
.center_price__box .items_price_center li:nth-child(n + 4) {
	padding-top: 1em;	
}

/*------------ center(cardigan) ------------*/
.center_price__cdbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.center_price__cdbox .items_price_center li:first-of-type {
	font-size: 1.2rem;
	vertical-align: middle;
}
.center_price__cdbox .items_price_center li:not(:first-child){
	padding-left: 0.5em;
}
.center_price__cdbox .items_price_center li:nth-child(n + 4) {
	padding-top: 1em;	
}

/* --- first character ---*/
.libr {
	font-size: 1rem;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0.3em 0.5em 0.25em;
	border: 1px solid #c0c5cf;
	border-radius: 50px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.twocol__box {
		margin-bottom: 60px;
	}	
	.twocol__slides {
		width: 100%;
	}
	.center_price__box {
		width: 70%;
	}
	.center_price__box .items_price_center li:first-of-type {
		font-size: 1.5rem;
	}
	.center_price__box .items_price_center li:nth-child(3) {
		padding-top: 0em;
	}
	.center_price__cdbox {
		width: 70%;
	}
	.center_price__cdbox .items_price_center li:first-of-type {
		font-size: 1.5rem;
	}
	.center_price__cdbox .items_price_center li:nth-child(3) {
		padding-top: 0em;
	}
	.libr {
		font-size: 1.2rem;
		padding: 0.2em 0.5em 0.2em;
		border: 1px solid #c0c5cf;
		border-radius: 100px;
	}
}


/* ---------------------------------------------------------
	ribbon pearl cardigan
----------------------------------------------------------*/
.center_itmname02 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.center_wideslide {
	width: 100%;
	margin-bottom: 30px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	ribbon pearl bustier
----------------------------------------------------------*/
.vertical_slides {
	position: relative;
	width: 100%;
}

.right_itmname03 {
	width: 5%;
	position: absolute;
	right: 6%;
	top: 30%;
}
.left_season {
	width: 5%;
	position: absolute;
	left: 6%;
	top: 30%;	
}

.two_vert__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}

.twovert__inner {
	width: 60%;
	margin-left: auto;
	margin-right: auto;	
}

.center_price__midbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.center_price__midbox .items_price_center li {
	padding-top: 1em;
}
.center_price__midbox .items_price_center li:nth-child(3) {
	padding-left: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_vert__box {
		row-gap: 120px;
	}
	.center_price__midbox {
		width: 60%;
	}
}


/* ---------------------------------------------------------
	ribbon knit
----------------------------------------------------------*/
.uneventwocol__box {
	width: 100%;
	position: relative;
}
.right_itmname04 {
	width: 53%;
	position: absolute;
	right: 5%;
	top: 7%;
	z-index: 10;
}

.uneventwocol__slides {
	width: 90%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.unevenshorttwocolmb__slides {
	width: 90%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: flex;	
}
.unevenshorttwocol__slides {
	width: 90%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.uneventwocol__inner {
	width: 50%;
}
.uneventwocol__inner:nth-child(2) {
	align-self: flex-end;
}

.vert__area {
	height: 350px;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.vert__area .swiper {
	width: 100%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.uneventwocol__slides {
		width: 100%;
		height: 700px;
	}
	.vert__area {
		height: 550px;
	}
	.unevenshorttwocolmb__slides {
		width: 100%;
		height: 550px;
		margin-bottom: 120px;	
	}
	.unevenshorttwocol__slides {
		width: 100%;
		height: 550px;
	}
}


/* ---------------------------------------------------------
	ribbon marabou bag
----------------------------------------------------------*/
.center_staticimg {
	position: relative;
	width: 100%;
}

.center_itmname05 {
	width: 85%;
	position: absolute;
	top: -8%;
	left: 7.5%;
	z-index: 10;
}

.ribbonmrbbag_img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}


.center_itmname06 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.center_midslide {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.center_midslide {
		width: 100%;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/



/*---------------- 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: #c0c5cf;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_right li:nth-child(n + 2) {
	padding-top: 1.25rem;
}

.items_price_right a {
	font-size: 1.5rem;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #c0c5cf;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_right a {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	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: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c0c5cf;
	font-family: "futura-pt",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: 1.5rem;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #c0c5cf;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

.price_yen {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1rem;
	color: #c0c5cf;
}

/* --------------- 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: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #c0c5cf;
}

.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: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	color: #c0c5cf;
	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: #c0c5cf;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_left_col li:not(:first-child) {
	padding-top: 1rem;
}

.items_price_left_col a {
	font-size: 1.5rem;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #c0c5cf;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-color: #c0c5cf;
	text-decoration-skip-ink: none;
}

/* --------------- 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: #c0c5cf;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center a {
	font-size: 1.5rem;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #c0c5cf;
	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;
	}
}

/* ---------------------------------------------------------
	list center(long)
----------------------------------------------------------*/
.items_price_center_long {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center_long li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c0c5cf;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center_long li:first-of-type {
	font-size: 1.1rem;
	padding: 0.4em 0.5em 0.25em;
	border: 1px solid #c0c5cf;
	border-radius: 50%;
	vertical-align: middle;
}
.items_price_center_long li:not(:first-child){
	margin-left: 1rem;
}

.items_price_center_long li:nth-child(n+3) {
	padding-top: 1.5rem;
}

.items_price_center_long a {
	font-size: 1.5rem;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #c0c5cf;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_center_long {
		width: 50%;
	}
	.items_price_center_long 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: #c0c5cf;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_center_vert li:not(:first-child) {
	padding-top: 1.25rem;
}

.items_price_center_vert a {
	font-size: 1.5rem;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #c0c5cf;
	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 #c0c5cf solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: 1.5rem;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2em;
	color: #c0c5cf;
	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: #ffffff;
	font-size: 1.69rem;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 500;
	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: #ffffff;	
}
footer .footer__txtlink a {
	display: block;
	padding: 1em 0 2em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-underline-offset: 0.25ex;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: 1.3rem;
	line-height: 1;
	color: #ffffff;	
}

footer .footer_r {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 1.0rem;
	padding-top: 1em;
	line-height: 1;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	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);
	}
}
