@charset "UTF-8";

/* fashion
------------------------------------------ */
.fashion-area {
	position: relative;
}
.fashion-area.d-area {
	margin: 0 auto;
	padding: 70px 0 120px;
	background: url(../images/fashion/fashion-bg.png) repeat center transparent;
	background-size: 23px auto;
}
.fashion-area .d-box-title {
	width: 100%;
	height: 168px;
	margin-bottom: 15px;
	background-image: url(../images/fashion/fashion-title-pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.fashion-area .d-box-body {
	padding: 0;
	background-image: none;
}
.fashion-area .d-box-body:before,
.fashion-area .d-box-body:after {
	display: none;
}
.fashion-inner {
	position: relative;
	z-index: 10;
}


/* fashion - common */
.fashion-bg-illust {}
.fashion-bg-illust [class*="fashion-bg-illust-"] {
	height: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
}
.fashion-bg-illust-01 {
	background-image: url(../images/fashion/fashion-bg-illust-01.png);
	width: 46.2%;
	max-width: 462px;
	padding-top: 47.4%;
	top: 8%;
	left: -23%;
}
.fashion-bg-illust-02 {
	background-image: url(../images/fashion/fashion-bg-illust-02.png);
	width: 24.2%;
	max-width: 242px;
	padding-top: 27.4%;
	top: 29.3%;
	right: -21%;
}
.fashion-bg-illust-03 {
	background-image: url(../images/fashion/fashion-bg-illust-03.png);
	width: 16.8%;
	max-width: 168px;
	padding-top: 17.6%;
	top: 48.5%;
	left: -12%;
}
.fashion-bg-illust-04 {
	background-image: url(../images/fashion/fashion-bg-illust-04.png);
	width: 31.3%;
	max-width: 313px;
	padding-top: 47.5%;
	top: 80%;
	right: -20.5%;
}

.fashion-guide {
	background-color: #fff;
	margin-bottom: 60px;
	padding: 20px;
	border: 1px dashed #000;
	font-size: 2rem;
	line-height: 1.8;
	text-align: center;
	position: relative;
}
.fashion-guide:before {
	content: '';
	display: block;
	border: 1px solid #000;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}
.fashion-guide .haruka {
	color: #e4007f;
	font-size: 2.4rem;
	font-weight: bold;
}
.fashion-guide .natsumi {
	color: #019ec0;
	font-size: 2.4rem;
	font-weight: bold;
}
.fashion-guide .marker {
	display: inline;
	padding-bottom: 2px;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 72%, rgb(255, 246, 0) 0%) repeat scroll 0 0;
}

.fashion-title-sub {
	padding: 12px;
	background-color: #000;
	font-size: 4rem;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	position: relative;
}
.fashion-title-sub span {
	display: inline-block;
	margin: 0 5px;
	font-size: 6rem;
	font-weight: bold;
}

.fashion-box {
	padding: 50px 50px 20px;
	border-bottom: 1px solid #000;
	position: relative;
}
.fashion-box:before,
.fashion-box:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
}
.fashion-box:before { left: 0; }
.fashion-box:after { right: 0; }
.fashion-box + .fashion-box{}
.fashion-box img {
	display: block;
	width: 100%;
}

/* fashion-check - common */
.fashion-check {}
.fashion-check:after { content: ''; display: block; clear: both; }
.fashion-check + .fashion-check {
	margin-top: 40px;
}
.fashion-check-title {
	width: 37.112%;
	float: left;
	margin-bottom: 15px;
}
.fashion-check-img {
	margin-bottom: 20px;
}
.fashion-check-catch {
	position: relative;
	z-index: 10;
}
.fashion-check-text {
	font-size: 1.8rem;
	line-height: 1.75;
}
.fashion-check-text p + p {
	margin-top: 1.4rem;
}


/* fashion-check - img-01 */
.fashion-check-img.img-01 {
	float: right;
}
.fashion-check-img.img-01.img-b {
	float: left;
	position: relative;
}
.fashion-check-img.img-01.img-b:after {
	content: '';
	display: block;
	height: 0;
	background: url(../images/fashion/fashion-check-icon-arrow.png) no-repeat center;
	background-size: contain;
	position: absolute;
	z-index: 10;
}
.fashion-check-img.img-01.img-b.is-another:after { display: none; }
.fashion-check-img.img-01.img-b.is-empty:after { display: none; }
.fashion-check-img.img-01:after { content: ''; display: block; clear: both; }
.fashion-check-catch.img-01 {
	clear: both;
}
.fashion-check-text.img-01 {
	margin-top: 10px;
	margin-bottom: 20px;
}


/* fashion-check - img-02 */
.fashion-check-img.img-02 {
	width: 42.223%;
	margin-top: 10px;
	float: left;
}
.fashion-check-catch.img-02 {
	margin-left: calc(37.9% + 60px);
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	line-height: 1.7;
}
.fashion-check-text.img-02 {
	margin-left: calc(37.9% + 60px);
}


/* fashion-check - haruka */
.fashion-box.haruka-box {
	background: url(../images/fashion/fashion-check-bg-haruka.png) repeat center transparent;
	background-size: 39px auto;
}
.fashion-box.haruka-box .fashion-check-img.img-01 {}
.fashion-box.haruka-box .fashion-check-img.img-01.img-a {
	width: 52.89%;
	margin-right: 2.5%;
	position: relative;
	z-index: 10;
}
.fashion-box.haruka-box .fashion-check-img.img-01.img-a:after {
	content: '';
	display: block;
	width: 35.925%;
	height: 0;
	padding-top: 20%;
	background: url(../images/fashion/fashion-check-bg-illust-pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -10%;
	right: -12%;
	z-index: -10;
}
.fashion-box.haruka-box .fashion-check-img.img-01.img-b {
	width: 36.223%;
}
.fashion-box.haruka-box .fashion-check-img.img-01.img-b:after {
	width: 10.43%;
	padding-top: 5.83%;
	top: 13%;
	right: -12%;
}
.fashion-box.haruka-box .fashion-check-catch.img-02 {
	margin-left: calc(37.9% + 50px);
	border-bottom: 2px dashed #e4007f;
	font-size: 2.8rem;
}
.fashion-box.haruka-box .fashion-check-text.img-02 {
	margin-left: calc(37.9% + 50px);
}

/* fashion-check - natsumi */
.fashion-box.natsumi-box {
	padding-bottom: 30px;
	background-color: #fff;
}
.fashion-box.natsumi-box .fashion-check-title {
	margin-bottom: 20px;
}
.fashion-box.natsumi-box .fashion-check-img.img-01.img-a {
	width: 59.112%;
}
.fashion-box.natsumi-box .fashion-check-img.img-01.img-b {
	width: 34.445%;
	margin-left: 10px;
	margin-bottom: 40px;
}
.fashion-box.natsumi-box .fashion-check-img.img-01.img-b:after {
	width: 10.968%;
	padding-top: 6.13%;
	top: 14%;
	right: -20%;
}
.fashion-box.natsumi-box .fashion-check-img.img-01.img-b.is-empty { margin: -20px 0 0 10px; }
.fashion-box.natsumi-box .fashion-check-catch.img-02 {
	border-bottom: 1px solid #1b1b1b;
	font-size: 2.75rem;
}


/* backnumber
------------------------------------------ */
.backnumber-area {
	margin: 0 auto;
	padding: 10px 0 20px !important;
	background-image: none !important;
	background-color: #f650a2 !important;
	position: relative;
	overflow: hidden;
}

.backnumber-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 15;
}

.backnumber-title {
	font-size: 3.2rem;
	color: #fff;
	padding: 15px 0;
	line-height: 1;
}

.backnumber-body {
	margin: 0 auto;
	background-color: transparent;
}

.backnumber-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.backnumber-list:after { content: ''; display: block; clear: both; }

.backnumber-list-item {
	width: 31.6%;
	margin-left: 2.6%;
	margin-top: 1.2%;
	margin-bottom: 1.2%;
	position: relative;
	float: left;
}
.backnumber-list-item:nth-child(3n+1) {
	margin-left: 0;
}

.backnumber-list-item a {
	display: block;
	background-color: #fff;
}

.backnumber-list-item.is-current a {
	pointer-events: none;
	background-color: #ffffd3;
}

.backnumber-list-item-box {
	padding: 15px 12px;
	white-space: normal;
	position: relative;
}

.backnumber-list-item-img {
	width: 100%;
	padding-top: 77.534%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.backnumber-list-item-num {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.backnumber-list-item-num span {
	display: inline-block;
	margin: 0 2px;
	font-size: 2rem;
}

.backnumber-list-item-text {
	font-size: 1.2rem;
}



/* ------------------------------------------------------------------
	SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* fashion
	------------------------------------------ */
	.fashion-area {}
	.fashion-area.d-area {
		padding: 0 0 12%;
		background-size: 12px auto;
	}
	.fashion-area .d-box-title {
		width: 100%;
		height: 0;
		padding-top: calc(230 / 640 * 100%);
		background-image: url(../images/fashion/fashion-title-sp.png);
		margin-bottom: 0;
		background-size: contain;
	}

	/* fashion - common */
	.fashion-bg-illust { display: none; }
	.fashion-guide {
		margin-bottom: 12%;
		padding: 10px 0;
		border-right: none;
		border-left: none;
		font-size: 1.25rem;
		line-height: 1.8;
	}
	.fashion-guide:before {
		width: calc(100% + 4px);
		height: calc(100% - 2px);
		top: 1px;
		left: -2px;
	}
	.fashion-guide .haruka { font-size: 1.3rem; }
	.fashion-guide .natsumi { font-size: 1.3rem; }
	.fashion-guide .marker {}

	.fashion-title-sub { padding: 3px 5px; font-size: 1.6rem; }
	.fashion-title-sub span { margin: 0 2px; font-size: 2.6rem; }

	.fashion-box { padding: 5% 3% 6%; border-bottom: 1px solid #313131; }
	.fashion-box:before,
	.fashion-box:after { display: none; }

	.fashion-inner {}

	/* fashion-check - common */
	.fashion-check {}
	.fashion-check + .fashion-check { margin-top: 8%; }
	.fashion-check-title { width: 29.92%; float: none; margin: 0 auto 8%; }
	.fashion-check-img { margin-bottom: 10%; }
	.fashion-check-catch {}
	.fashion-check-text { color: #504e4f; font-size: 1.4rem; line-height: 1.7; }
	.fashion-check-text p + p { margin-top: 1.2rem; }

	/* fashion-check - img-01 */
	.fashion-check-img.img-01 { float: none; }
	.fashion-check-img.img-01.img-b { float: none; }
	.fashion-check-img.img-01.img-b.is-empty { display: none; }
	.fashion-check-img.img-01.img-b.is-empty + .fashion-check-catch { margin-top: 6%; }
	.fashion-check-catch.img-01 {}
	.fashion-check-text.img-01 { margin-top: 10px; margin-bottom: 0; }

	/* fashion-check - img-02 */
	.fashion-check-img.img-02 { width: 63.165%; margin: 0 auto 3%; float: none; }
	.fashion-check-catch.img-02 {
		margin-left: 0;
		margin-bottom: 5px;
		padding-bottom: 3px;
		border-bottom: 1px dashed #e4007f;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.fashion-check-text.img-02 { margin-left: 0; }

	/* fashion-check - haruka */
	.fashion-box.haruka-box { background-size: 20px auto; }
	.fashion-box.haruka-box .fashion-check-title { border: 1px solid #e4007f; }
	.fashion-box.haruka-box .fashion-check-img.img-01.img-a { width: 83.11%; margin: 0 auto 2%; }
	.fashion-box.haruka-box .fashion-check-img.img-01.img-a:after { display: none; }
	.fashion-box.haruka-box .fashion-check-img.img-01.img-b {
		width: 54.19%;
		margin: 0 auto 6%;
		position: relative;
		z-index: 10;
	}
	.fashion-box.haruka-box .fashion-check-img.img-01.img-b:before {
		content: '';
		display: block;
		width: 65.034%;
		height: 0;
		padding-top: 65.034%;
		background: url(../images/fashion/fashion-check-bg-illust-sp.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: -1%;
		left: -52%;
		z-index: -10;
	}
	.fashion-box.haruka-box .fashion-check-catch.img-02 { margin-left: 0; border-bottom: 1px dashed #e4007f; font-size: 1.6rem; }
	.fashion-box.haruka-box .fashion-check-text.img-02 { margin-left: 0; }

	/* fashion-check - natsumi */
	.fashion-box.natsumi-box { padding-bottom: 6%; }
	.fashion-box.natsumi-box .fashion-check-title { margin-bottom: 8%; border: 1px solid #535353; }
	.fashion-box.natsumi-box .fashion-check-img.img-01.img-a { width: 89.76%; margin: 0 auto 4%; }
	.fashion-box.natsumi-box .fashion-check-img.img-01.img-b { width: 54.19%; margin: 0 auto 6%; }
	.fashion-box.natsumi-box .fashion-check-catch.img-02 { font-size: 1.6rem; }
}



/* ------------------------------------------------------------------
	SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	/* fashion
	------------------------------------------ */
	.fashion-area { padding-top: 0 !important; }
	.fashion-inner {}
	.fashion-area .d-box-title {
		width: 100%;
		height: 0;
		padding-top: calc(230 / 640 * 100%);
		background-image: url(../images/fashion/fashion-title-sp.png);
		margin-bottom: 0;
		background-size: contain;
	}
	.fashion-bg-illust { display: none; }

	/* fashion-check - img-02 */
	.fashion-check-img.img-02 {
		width: 63.165%;
		max-width: 380px;
		margin: 0 auto 3%;
		float: none;
	}
	.fashion-check-catch.img-02 { margin-left: 0; }
	.fashion-check-text.img-02 { margin-left: 0; }

	/* fashion-check - haruka */
	.fashion-box.haruka-box .fashion-check-catch.img-02 { margin-left: 0; }
	.fashion-box.haruka-box .fashion-check-text.img-02 { margin-left: 0; }

	/* backnumber
	------------------------------------------ */
	.backnumber-area {
		background: url(../images/fashion/fashion-bg.png) repeat center transparent !important;
		background-size: 12px auto !important;
		padding: 0 0 20% !important;
	}
	.backnumber-inner { background-color: #f650a2; }
	.backnumber-title {
		font-size: 1.6rem;
		padding: 15px 3% 10px;
	}
	.backnumber-body {
		margin: 0 auto;
		padding: 0;
	}
	.backnumber-list {
		width: 97%;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		padding-bottom: 2%;
	}
	.backnumber-list-item { width: 47%; margin: 2% 1.5% 2.5%; }
	.backnumber-list-item:nth-child(3n+1) { margin-left: 1.5%; }
	.backnumber-list-item:not(:first-child) {}
	.backnumber-list-item a {}
	.backnumber-list-item.is-current a {}
	.backnumber-list-item-box { padding: 7px 6px; }
	.backnumber-list-item-img {}
	.backnumber-list-item-num { font-size: 1.2rem; margin-bottom: 5px; }
	.backnumber-list-item-num span { font-size: 1.7rem; }
	.backnumber-list-item-text { font-size: 1.1rem; line-height: 1.5; }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
	/* fashion
	------------------------------------------ */
	.fashion-guide .pc-none { display:  block; }
	.fashion-guide .sp-none { display: none; }

	/* backnumber
	------------------------------------------ */
	.backnumber-area {}
	.backnumber-title { font-size: 3.2rem; }
	.backnumber-list-item {}
	.backnumber-list-item-box { padding: 10px; }
	.backnumber-list-item-num { margin-bottom: 5px; font-size: 1.4rem; }
	.backnumber-list-item-num span { margin: 0 2px; font-size: 2rem; }
	.backnumber-list-item-text { font-size: 1.2rem; }
}


/* ------------------------------------------------------------------
	PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
}


