@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-xs {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.item-wapper-xs 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: 270px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 220px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 170px;
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 100px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#occasionop_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
}
#occasionop_hero img {
	max-width: 100%;
	height: auto;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#occasionop_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 90px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#occasionop_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 120px
	}
}


/* ---------------------------------------------------------
	brand logo
----------------------------------------------------------*/
.nice__logo {
	width: 30%;
	position: absolute;
	top: 5%;
	right: 9%;
	z-index: 10;	
}

.logo__seemi {
	width: 32%;
	position: absolute;
	top: 10%;
	left: 3%;
	z-index: 10;
}

.logo__cchuu {
	width: 4%;
	position: absolute;
	right: 7.5%;
	top: 21%;
}

.logo__sygne {
	width: 35%;
	position: absolute;
	top: 52%;
	left: 2%;
	z-index: 10;
}

.logo__plume {
	width: 30%;
	position: absolute;
	top: 12%;
	right: 8%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.logo__sygne {
		top: 50.5%;
	}
}


/* ---------------------------------------------------------
	nice	
----------------------------------------------------------*/
.uneven_twoimg__area {
	width: 100%;
	position: relative;
}

.brand_logo__right {
	width: 35%;
	position: absolute;
	top: -5%;
	right: 3%;
	z-index: 10;
}

.uneven_twoimg__box {
	list-style: none;
	width: 100%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.uneven_twoimg__box li:nth-child(1) {
	align-self: flex-start;
	width: calc(50% - 15px);
}
.uneven_twoimg__box li:nth-child(2) {
	align-self: flex-end;
	width: calc(50% - 15px);
}

.static_wide_img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.center_list {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.uneven_twoimg__box {
		height: 550px;
		margin-bottom: 60px;
		column-gap: 60px;
	}
	.uneven_twoimg__box li:nth-child(1) {
		width: calc(50% - 30px);
	}
	.uneven_twoimg__box li:nth-child(2) {
		width: calc(50% - 30px);
	}
}


/* ---------------------------------------------------------
	seemi
----------------------------------------------------------*/
.right_slide__area {
	width: 100%;
	position: relative;
}

.right_slide {
	width: 70%;
	margin-left: auto;
	margin-bottom: 30px;
}

.left_list {
	position: absolute;
	left: 2%;
	bottom: 0;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	cheriechuu
----------------------------------------------------------*/
.static_fwide_img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.center_slide__area {
	position: relative;
	width: 100%;
}

.center_slide {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.static_fwide_img {
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	sygne
----------------------------------------------------------*/
.three_img_area {
	width: 100%;
	position: relative;
}

.three_stt__box {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
	row-gap: 30px;
}
.three_stt__box li:nth-child(1) {
	width: calc(50% - 15px);
}
.three_stt__box li:nth-child(2) {
	width: calc(50% - 15px);
}
.three_stt__box li:nth-child(3) {
	width: 80%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.three_stt__box {
		margin-bottom: 60px;
		column-gap: 60px;
		row-gap: 60px;
	}
	.three_stt__box li:nth-child(1) {
		width: calc(50% - 30px);
	}
	.three_stt__box li:nth-child(2) {
		width: calc(50% - 30px);
	}
}


/* ---------------------------------------------------------
	plume
----------------------------------------------------------*/
.static_ninewide_img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.eighty_wbox {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	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: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #a6a6a6;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_right li:nth-child(even) {
	padding-left: 1rem;
}
.items_price_right li:nth-child(n + 3) {
	padding-top: 1.25rem;
}

.items_price_right a {
	font-size: 1.3rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	color: #a6a6a6;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --- 縦 ---*/
.items_price_right_vert {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	list-style: none;
}
.items_price_right_vert li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #a6a6a6;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_vert li:not(:first-child) {
	padding-top: 1.25rem;
}

.items_price_right_vert a {
	font-size: 1.3rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	color: #a6a6a6;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

.price_yen {
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0rem;
	color: #a6a6a6;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_right {
		width: 50%;
		margin-left: 50%;
	}
	.items_price_right a {
		font-size: 1.8rem;
	}
	.items_price_right_vert a {
		font-size: 1.8rem;
	}
	.price_yen {
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style: none;
}
.items_price_left li {
	font-size: 1.3rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	color: #a6a6a6;
}

.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.3rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	color: #a6a6a6;
	text-decoration-skip-ink: none;
}

/*------ row ------*/
.item_list_left_vert {
	width: 70%;
	margin-left: 5%;
}

.items_price_left_vert {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.items_price_left_vert li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #a6a6a6;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_left_vert li:not(:first-child) {
	padding-top: 1rem;
}

.items_price_left_vert a {
	font-size: 1.3rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	color: #a6a6a6;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-color: #999999;
	text-decoration-skip-ink: auto;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_left {
		width: 50%;
		margin-left: 0%;
	}
	.items_price_left a {
		font-size: 1.8rem;
	}
	.item_list_left_vert {
		width: 50%;
	}
	.items_price_left_vert a {
		font-size: 1.8rem;
	}
	.items_price_left_vert li:not(:first-child) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	list center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #a6a6a6;
	font-family: "baskerville-display-pt",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.3rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	color: #a6a6a6;
	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 vertical
----------------------------------------------------------*/
.item_list_center_vert {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}

.items_price_center_vert {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_vert li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #a6a6a6;
	font-family: "baskerville-display-pt",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.3rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	color: #a6a6a6;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_vert {
		width: 40%;
	}
	.items_price_center_vert li {
		font-size: 1.9rem;
	}
	.items_price_center_vert li:not(:first-child) {
		padding-top: 1.5rem;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center_vert {
		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 #404040 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.25em;
	color: #404040;
	text-decoration: none;
}

/* --------------- 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: #404040;
	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 Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: 1.3rem;
	line-height: 1;
	color: #404040;	
}
footer .footer__txtlink a {
	display: block;
	padding: 1em 0 2em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.25ex;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: 1.3rem;
	line-height: 1;
	color: #404040;	
}

footer .footer_r {
	display: block;
	text-align: center;
	color: #404040;
	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);
	}
}
