@charset "utf-8";

@media screen and (max-width: 640px) {
	.area-cover .inner.w1200,
	.excia-area .inner.w1400.custom {
		width: 100%;
	}

	.excia-area .inner .inner {
		width: 100% !important;
	}
}

.excia-area.basemake {
	padding: 54px 0 0;
}
@media screen and (max-width: 640px) {
	.excia-area.basemake {
		padding: 23px 0 0;
	}
}

.excia-area.basemake .basemake-cover.other-custom {
	padding-bottom: 50px;
	background: #f6f6f6;
}
@media screen and (max-width: 640px) {
	.excia-area.basemake .basemake-cover.other-custom {
		padding-top: 30px;
	}
}

/* kv */
.excia-area.basemake .basemake-kv {
	position: relative;
	overflow: hidden;
	padding-bottom: 75px;
}
.excia-area.basemake .basemake-kv.custom {
	padding-bottom: 25px;
}
.excia-area.basemake .basemake-kv.left-custom {
	margin-bottom: 68px;
}
@media screen and (max-width: 640px) {
	.excia-area.basemake .basemake-kv.custom,
	.excia-area.basemake .basemake-kv {
		padding-bottom: 0;
		/* margin-bottom: 30px; */
		/* left: -20px;
		width: 100vw; */
		overflow: visible;
		background: transparent;
	}

	.excia-area.basemake .basemake-kv.left-custom {
		margin-bottom: 50px;
		left: 0;
	}
}
.excia-area.basemake .basemake-kv .swiper-button-next,
.excia-area.basemake .basemake-kv .swiper-button-prev {
	display: none;
}
.excia-area.basemake .basemake-kv .swiper-container-horizontal > .swiper-pagination-bullets,
.excia-area.basemake .basemake-kv .swiper-pagination-custom,
.excia-area.basemake .basemake-kv .swiper-pagination-fraction {
	bottom: 35px;
}
@media screen and (max-width: 640px) {
	.excia-area.basemake .basemake-kv .swiper-container-horizontal > .swiper-pagination-bullets,
	.excia-area.basemake .basemake-kv .swiper-pagination-custom,
	.excia-area.basemake .basemake-kv .swiper-pagination-fraction {
		bottom: -21px;
	}
}
.excia-area.basemake .basemake-kv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
	width: 10px;
	height: 10px;
}
@media screen and (max-width: 640px) {
	.excia-area.basemake .basemake-kv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 7px;
		width: 6px;
		height: 6px;
	}
}
.excia-area.basemake .basemake-kv .swiper-pagination-bullet {
	background: #c2c2c2;
	opacity: 1;
}
.excia-area.basemake .basemake-kv .swiper-pagination-bullet-active {
	background: #707070;
	opacity: 1;
}

/* before-after */
.ba-box {
	position: relative;
	margin-bottom: 90px;
	text-align: center;
	overflow: hidden;
	width: 420px;
	max-width: 100%;
	margin: 0 auto;
}

.box-after {
	position: relative;
}

.box-before {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 50%;
	height: 100%;
	border-right: 5px solid rgba(255, 255, 255, 0.7);
	box-shadow: 10px 0 15px -13px #000;
}

.box-before img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.box-before::before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: -26px;
	bottom: 0;
	width: 44px;
	height: 44px;
	margin: auto;
	border: 4px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	box-shadow: 10px 0 15px -13px #000;
	box-sizing: border-box;
}

.box-border {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}

.ba-box .box-text {
	position: absolute;
	left: 50%;
	top: 95px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 64px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 26px;
	text-align: center;
	color: #000;
	background: rgba(255, 255, 255, 0.58);
	transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
	.ba-box .box-text {
		width: 230px;
		font-size: 12px;
	}
}

.ba-text {
	margin-top: 20px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.6875;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 640px) {
	.ba-text {
		font-size: 14px;
	}
}
.ba-text .text-notes {
	margin-top: 20px;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.08em;
	color: #717070;
}
@media screen and (max-width: 640px) {
	.ba-text .text-notes {
		margin-top: 12px;
		font-size: 12px;
	}
}

.parallax-box {
	height: 1080px;
	background: url(../assets/img/makeup/parallax_bg01.png?v=240213) no-repeat fixed center center / auto;
}
@media screen and (max-width: 1500px) {
	.parallax-box {
		background-attachment: scroll;
		background-size: cover;
	}
}
@media screen and (max-width: 640px) {
	.parallax-box {
		height: 800px;
		background: url(../assets/img/makeup/parallax_bg01_sp.png?v=240213) no-repeat center center / cover;
	}
}

.scroll-area {
	padding: 165px 120px 100px;
	height: 693px;
	overflow-y: scroll;
	background: url(../assets/img/makeup/scrollarea_bg01.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 640px) {
	.scroll-area {
		height: auto;
		padding: 40px 20px;
	}
}

.excia-area .makeup-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
	padding: 0 30px;
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list {
		gap: 20px 8px;
		padding: 0;
	}
}
.excia-area .makeup-list > li {
	position: relative;
	width: calc(50% - 15px);
	border-radius: 4px;
	border: 1px solid #363636;
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list > li {
		width: calc(50% - 4px);
	}
}
.excia-area .makeup-list .list-title {
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list .list-title {
		top: -12px;
	}
}
.excia-area .makeup-list .list-title span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 206px;
	height: 30px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #363636;
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list .list-title span {
		width: calc(100% - 40px);
		height: 24px;
		font-size: 12px;
	}
}
.excia-area .makeup-list .list-title span:before,
.excia-area .makeup-list .list-title span:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 16px;
	height: 100%;
	background: #363636;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list .list-title span:before,
	.excia-area .makeup-list .list-title span:after {
		width: 8px;
	}
}
.excia-area .makeup-list .list-title span:before {
	right: 100%;
	box-shadow: 1px 0 0 #363636,1px 0 0 #363636,1px 0 0 #363636,1px 0 0 #363636,1px 0 0 #363636;
}
.excia-area .makeup-list .list-title span:after {
	left: 100%;
	transform: rotateY(180deg);
}

.excia-area .makeup-list li.large {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.excia-area .makeup-list li.large .list-title span {
		width: 336px;
	}
}

.excia-area .makeup-list .list-detail {
	padding: 40px 0 30px;
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list .list-detail {
		padding: 25px 15px;
	}
	.excia-area .makeup-list .list-detail p br {
		display: none;
	}
}
.excia-area .makeup-list .list-detail p {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 22px;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list .list-detail p {
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 0;
		text-align: center;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

.excia-area .makeup-list .list-detail sup{
	font-size: 10px;
}

.excia-area .makeup-list .list-detail .detail-list {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0 42px;
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list .list-detail .detail-list {
		padding: 0;
		flex-wrap: wrap;
	}
}
.excia-area .makeup-list .list-detail .detail-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(25% - 4px);
	height: 67px;
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 21px;
	text-align: center;
	color: #000;
	background: #e9e9e9;
}
@media screen and (max-width: 640px) {
	.excia-area .makeup-list .list-detail .detail-list li {
		width: calc(50% - 4px);
		height: 56px;
		font-weight: normal;
		font-size: 12px;
		letter-spacing: 0.08em;
		line-height: 17px;
	}
}

.excia-area .makeup-list .list-detail .detail-list sup {
	font-size: 10px;
}

@media print, screen and (min-width: 768px) {
	.excia-area .common-list.asterisk {
		padding: 0 30px;
	}
}

/* color-list */
.color-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 54px;
}

@media screen and (max-width: 640px) {
  .color-list {
    flex-direction: column;
    gap: 0;
  }
}
.color-list li {
  width: 260px;
}

@media screen and (max-width: 640px) {
  .color-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.color-list .list-photo {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .color-list .list-photo {
    margin-bottom: 0;
    width: 150px;
    text-align: center;
  }
  .color-list .list-photo img {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .color-list .list-text {
    width: calc(100% - 150px - 15px);
  }
}
.color-list .list-text .text-number {
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 27px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 640px) {
  .color-list .list-text .text-number {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
  }
}
.color-list .list-text .text-title {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 27px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 640px) {
  .color-list .list-text .text-title {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
}
/* color-box */
.color-box {
  margin-bottom: 110px;
  padding-bottom: 50px;
  background: url(../assets/img/pointmakeup/color_bg01.png) no-repeat right bottom/332px auto;
}

@media screen and (max-width: 640px) {
  .color-box {
    margin-bottom: 30px;
    padding: 230px 0 0;
    background-position: left 50% top 10px;
    background-size: auto 200px;
  }
}
.color-box .box-title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .color-box .box-title {
    margin-bottom: 14px;
  }
}
.color-box .box-title span {
  padding: 0 8px;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 35px;
  text-align: center;
  color: #000;
  background: #fce7ea;
}

@media screen and (max-width: 640px) {
  .color-box .box-title span {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.color-box .box-detail {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 27px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 640px) {
  .color-box .box-detail {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
}