@charset "UTF-8";

/*===============================
common
===============================*/
img {
	width: 100%;
}
#guide {
	padding: 4% 4%;
	background: #fff;
}
/* pc */
@media (min-width: 768px) {
	#content {
		width: auto !important;
	}
	.content-wrap {
		margin: 0 auto;
		padding-bottom: 0px;
		width: 640px;
		background: #FFF;
		box-shadow: 16px 0px 15px -15px rgb(0 0 0 / 50%), -16px 0px 15px -15px rgb(0 0 0 / 50%);
	}
	body {
		width: 100%;
		background: url(https://d2w53g1q050m78.cloudfront.net/cosmecollegecom/uploads/hiritu/img/common/bg_pc.webp) no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	#pageTop p {
		padding-left: 8px;
	}
	.component-block {
		padding-top: 3%;
	}
}



/*===============================
cv
===============================*/
.cv-set-block,
.cv-single-block,
.cv-others-block {
	position: absolute;
}
.cv-set-block {
	top: 31.2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 89%;
}
.cv-single-block {
	display: flex;
	flex-wrap: wrap;
	top: 56.1%;
	left: 4%;
	right: 0;
	margin: 0 auto;
	width: 89%;
}
.cv-single-block a {
	display: block;
	width: 48.5%;
}
.cv-single-block a:nth-of-type(-n+2) {
	margin-bottom: 7%;
}
.cv-others-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	top: 77.6%;
	width: 85%;
	left: 2%;
	right: 0;
	margin: 0 auto;
}
.cv-others-block a {
	width: 49.8%;
}
.cv-others-block a:nth-of-type(-n+2) {
	margin-bottom: 1.8%;
}

/* coupon */
.cpn-btn-box {
	position: relative;
}
.cpn-btn-mst {
	position: absolute;
	bottom: 40vw;
}
.cpn-btn-smt {
	position: absolute;
	bottom: 14vw;
}

/* pc */
@media (min-width: 768px) {
	.cv-set-btn,
	.cv-single-btn,
	.cv-others-btn {
		transition: 200ms;
	}
	.cv-set-btn:hover,
	.cv-single-btn:hover,
	.cv-others-btn:hover {
		opacity: .8;
		transition: 200ms;
	}

	.cpn-btn-mst {
		bottom: 260px;
	}
	.cpn-btn-smt {
		position: absolute;
		bottom: 6vw;
	}
}



/*===============================
ANIME
===============================*/
.anime-block {
	position: relative;
}
.anime-01,
.anime-02,
.anime-03 {
	position: absolute;
}
.anime-01 {
	top: 42%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 75%;
}
.anime-02 {
	top: 74%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 75%;
}
.anime-03 {
	bottom: 6%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
}



/*===============================
FAQ
===============================*/
.faq-link-btn {
	position: absolute;
	bottom: 4.5%;
	left: 7%;
	width: 83.5%;
	transition: 200ms;
}
.faq-link-btn:hover {
	opacity: .8;
	transition: 200ms;
}



/*===============================
202403 cv serum mist ver
===============================*/
.brsm-ver .cv-set-block {
	top: 25.9%;
}
.brsm-ver .cv-single-block {
	top: 46.6%;
}
.brsm-ver .cv-others-block {
	position: absolute;
	top: 64.1%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.brsm-ver .cv-others-block a {
	display: block;
	margin-bottom: -.1%;
	width: 100%;
}
.brsm-ver .cv-btn-others-3set {
	margin-left: 7.2%;
	width: 87%;
}
.brsm-ver .cv-others-block-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.brsm-ver .cv-others-block-inner a {
	width: 44%;
}
.brsm-ver .cv-others-block-inner a:nth-child(odd) {
	position: relative;
	left: 1.3%;
}
/* pc */
@media (min-width: 768px) {
	.brsm-ver .cv-others-block img {
		transition: 200ms;
	}
	.brsm-ver .cv-others-block img:hover {
		opacity: .8;
		transition: 200ms;
	}
}

/*===============================
202403 cv aurora ver
===============================*/

.cv-set-block.cv-set-block-arr {
	top: 24.5%;
}
.cv-single-block.cv-single-block-arr {
	top: 44.1%;
}
.cv-others-block.cv-others-block-arr {
	top: 60.5%;
}
.brsm-ver .cv-others-block-inner a:nth-child(5) {
	top: 2%;
	margin-right: 2%;
	width: 63%;
}