@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;
	}
}

/* kv */
.excia-area.basemake .basemake-kv {
	position: relative;
	overflow: hidden;
	padding-bottom: 75px;
	background: #fff;
}
.excia-area.basemake .basemake-kv.custom03 {
	overflow: visible;
}

.excia-area.basemake .basemake-kv.custom {
	padding-bottom: 25px;
}

.excia-area.basemake .basemake-kv.custom02 {
	background: transparent;
	margin-bottom: 68px;
}
@media screen and (max-width: 640px) {
	.excia-area.basemake .basemake-kv.custom02 {
		margin-bottom: 30px;
	}
}

@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.custom03 {
		margin-bottom: 0;
		width: calc(100vw - 40px);
		/* left: -; */
	}
}
.excia-area.basemake .basemake-kv .swiper-button-next,
.excia-area.basemake .basemake-kv .swiper-button-prev {
	display: none;
}

/* .excia-area.basemake .basemake-kv.custom03 .swiper-button-prev */
.excia-area.basemake .basemake-kv.custom03 .swiper-button-next {
	display: block;
	top: calc(50% - 36px);
	right: -92px;
	width: 72px;
	height: 72px;
	background-image: url(../assets/img/skincare/slide_arrow01.svg);
}
@media screen and (max-width: 640px) {
	.excia-area.basemake .basemake-kv.custom03 .swiper-button-next {
		top: calc(50% - 34px);
		right: 13px;
		width: 52px;
		height: 52px;
	}
}

.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.custom03 .swiper-pagination {
		/* display: none; */
		bottom: 15px;
	}
}
.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;
}

/* skincare-title */
.excia-area .skincare-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
	.excia-area .skincare-title {
		margin-bottom: 20px;
	}
}
.excia-area .skincare-title .title-child {
	margin: 0 4px;
	font-family: "しっぽり明朝";
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 640px) {
	.excia-area .skincare-title .title-child {
		font-size: 16px;
	}
	.excia-area .skincare-title .title-child img {
		width: auto;
		height: 30px;
	}
}

.inner.custom {
	margin-top: 124px;
}
@media screen and (max-width: 640px) {
	.inner.custom {
		margin-top: 0;
	}
}

/* list large-banner */
.excia-area .skincare-list.large-banner {
	margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
	.excia-area .skincare-list.large-banner {
		margin-bottom: 0;
	}
}
.excia-area .skincare-list.large-banner li {
	position: relative;
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
	.excia-area .skincare-list.large-banner li {
		margin-bottom: 25px;
	}
}

.excia-area .skincare-list.large-banner li a {
	transition: ease 0.25s opacity;
}
@media (hover: hover) and (pointer: fine) {
	.excia-area .skincare-list.large-banner li a:hover {
		opacity: 0.7;
	}
}
.excia-area .skincare-list.large-banner li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.excia-area .skincare-list.large-banner li:last-child {
	margin-bottom: 0;
}
.excia-area .skincare-list.large-banner .list-photo {
}
.excia-area .skincare-list.large-banner .list-text {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 560px;
	height: 100%;
}
@media screen and (max-width: 640px) {
	.excia-area .skincare-list.large-banner .list-text {
		top: auto;
		bottom: 0;
		display: block;
		width: 100%;
		height: 175px;
	}
}
.excia-area .skincare-list.large-banner .text-detail {
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.6875;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 640px) {
	.excia-area .skincare-list.large-banner .text-detail {
		margin-bottom: 62px;
	}
}

@media screen and (max-width: 640px) {
	.sp-blc01 {
		padding-top: 0 !important;
	}
	.sp-blc02 {
		padding-top: 34px !important;
	}
	.sp-blc03 {
		margin-top: 30px !important;
	}
}

.parallax-box {
	height: 470px;
	background: url(../assets/img/skincare/parallax_bg01.png?v=240221_01) no-repeat fixed center center / cover;
}
.parallax-box.nomove {
	background-attachment: scroll;
}
@media screen and (max-width: 640px) {
	.parallax-box {
		height: 650px;
		background: url(../assets/img/skincare/parallax_bg01_sp.png?v=240213) no-repeat center center / cover;
	}
}

.origin-box {
	padding: 100px 0 60px;
	background: url(../assets/img/skincare/origin_bg01.png) no-repeat center center / cover;
}
@media screen and (max-width: 640px) {
	.origin-box {
		padding: 60px 20px 20px;
		background-image: url(../assets/img/skincare/origin_bg01_sp.png);
	}
}
@media screen and (max-width: 640px) {
	.origin-box .excia-title.type03 {
		margin-bottom: 30px;
	}
	.origin-box .excia-title.type03 span {
		/* padding-bottom: 9px; */
		/* font-size: 18px; */
	}
}
.origin-box .box-title {
	margin-bottom: 20px;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 27px;
	text-align: center;
	color: #000;
}
.origin-box .box-detail {
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 29px;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 640px) {
	.origin-box .box-detail {
		text-align: left;
		line-height: 27px;
	}
}


.banner-list.type01{
	display: flex;
	justify-content: center;
	gap: 100px;
	margin-top: 80px;
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
	.banner-list.type01{
		gap: 50px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
}
.banner-list.type01 li{
}
@media screen and (max-width: 767px) {
	.banner-list.type01 li{
		width: 104px;
	}
}

.banner-list.type01 li a{
	display: block;
	text-align: center;
	transition: ease 0.25s opacity;
}
@media (hover: hover) and (pointer: fine) {
	.banner-list.type01 li a:hover{
		opacity: 0.7;
	}
}
