@charset "utf-8";

/* swiper config */

.swiper-button-prev,
.swiper-button-next {
	margin-top: 0;
	font-size: 0;
	color: transparent;
	width: 22px;
	height: 44px;
	background: no-repeat center center / 100% auto;
}
.swiper-button-prev {
	background-image: url(./common/img/parts/icon_slide_arrow01_prev.svg);
}
.swiper-button-next {
	background-image: url(./common/img/parts/icon_slide_arrow01_next.svg);
}
.swiper-pagination-bullet {
	margin: 0 10px !important;
	background: #c2c2c2;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #707070;
	opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
	width: 10px;
	height: 10px;
}
@media screen and (max-width: 640px) {
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 7px;
		width: 6px;
		height: 6px;
	}
}

/* .swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
	display: block !important;
	opacity: 0.3;
} */

div[id="p-skincare"],
div[id="p-embeage"] {
	padding-top: 30px;
	margin-top: -30px;
}

#custom-main {
	/* padding-top: 192px; */
}
@media screen and (max-width: 640px) {
	#custom-main {
		/* padding-top: 115px; */
	}
	.excia-title.type01 .title-sub {
		font-size: 24px;
	}
	.excia-title.type01 .title-main {
		font-size: 12px;
	}
}

/* ------------------------------------------- */
/* local-nav */
/* ------------------------------------------- */
.excia-area.local-nav {
	position: fixed;
	top: 120px;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
}
@media screen and (max-width: 640px) {
	.excia-area.local-nav {
		top: 72px;
	}
}
@media screen and (min-width: 641px) {
	.scroll-active .excia-area.local-nav {
		top: 80px;
	}
}
.excia-area.local-nav .nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 28px 0;
}
@media screen and (max-width: 640px) {
	.excia-area.local-nav .nav-list {
		padding: 15px;
		justify-content: start;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
}
.excia-area.local-nav .nav-list li {
	border-left: 1px solid #d4d4d4;
}
@media screen and (max-width: 640px) {
	.excia-area.local-nav .nav-list li {
		white-space: nowrap;
		border-left: 0;
	}
}
.excia-area.local-nav .nav-list li:first-child {
	border-left: 0;
}
.excia-area.local-nav .nav-list li div {
	padding: 0 50px;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #000;
}
@media screen and (max-width: 640px) {
	.excia-area.local-nav .nav-list li div {
		padding: 0 13px;
		font-size: 13px;
	}
}

/* ------------------------------------------- */
/* kv */
/* ------------------------------------------- */
.excia-area.kv {
	position: relative;
}
.excia-area.kv img{
	width: 100%;
	height: auto;
}
.excia-area.kv .swiper-container-horizontal > .swiper-pagination-bullets,
.excia-area.kv .swiper-pagination-custom,
.excia-area.kv .swiper-pagination-fraction {
	bottom: 0;
}
.excia-area.kv .swiper-list {
	position: relative;
	padding-bottom: 40px;
}
.excia-area.kv .swiper-pagination {
	bottom: 0;
}
.excia-area.kv .swiper-button-next,
.excia-area.kv .swiper-button-prev {
	display: none;
}

/* ------------------------------------------- */
/* news */
/* ------------------------------------------- */

.excia-area.news {
	padding: 90px 0 0;
}
@media screen and (max-width: 640px) {
	.excia-area.news {
		padding: 50px 0 0;
	}
}
/* ------------------------------------------- */
/* recommend */
/* ------------------------------------------- */

.excia-area.recommend {
	padding: 90px 0 100px;
}
@media screen and (max-width: 640px) {
	.excia-area.recommend {
		padding: 50px 0 75px;
	}
}

.excia-area.recommend .recommend-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px;
}
@media screen and (max-width: 640px) {
	.excia-area.recommend .recommend-list {
		gap: 40px;
	}
}
.excia-area.recommend .recommend-list li {
	width: calc(100% / 4 - (32px * 3 / 4));
}
@media screen and (max-width: 640px) {
	.excia-area.recommend .recommend-list li {
		width: 100%;
	}
}

.excia-area.recommend .recommend-list li a {
	display: block;
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.excia-area.recommend .recommend-list li img {
		transition: ease 0.25s opacity;
	}
	.excia-area.recommend .recommend-list li a:hover img {
		opacity: 0.7;
	}
}

.excia-area.recommend .recommend-list .list-photo {
	margin-bottom: 31px;
}
@media screen and (max-width: 640px) {
	.excia-area.recommend .recommend-list .list-photo {
		margin-bottom: 24px;
	}
}
.excia-area.recommend .recommend-list .list-text .text-detail {
	font-weight: 500;
	font-size: 19px;
	letter-spacing: 0.1em;
	line-height: 29px;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 640px) {
	.excia-area.recommend .recommend-list .list-text .text-detail {
		font-weight: normal;
		font-size: 18px;
	}
}

/* ------------------------------------------- */
/* limited */
/* ------------------------------------------- */
.excia-area.limited {
	overflow: hidden;
	padding: 80px 0 100px;
	background: #f6f6f6;
}
@media screen and (max-width: 640px) {
	.excia-area.limited {
		padding: 60px 0;
	}
}
@media print, screen and (min-width: 641px) {
	.excia-area.limited .inner {
		position: relative;
	}
	.excia-area.limited .inner:after,
	.excia-area.limited .inner:before {
		content: "";
		position: absolute;
		top: 0;
		z-index: 2;
		display: block;
		width: 50vw;
		height: 100%;
		background: #f6f6f6;
	}
	.excia-area.limited .inner:before {
		left: 100%;
	}
	.excia-area.limited .inner:after {
		right: 100%;
	}
}

.excia-area.limited .skincare-list,
.excia-area.limited .makeup-list {
	position: relative;
	padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
	.excia-area.limited .skincare-list,
	.excia-area.limited .makeup-list {
		padding-bottom: 27px;
	}
}
.excia-area.limited .swiper-pagination {
	bottom: 0;
}
.excia-area.limited .swiper-button-prev,
.excia-area.limited .swiper-button-next {
	top: 105px;
	z-index: 10;
}
.excia-area.limited .swiper-button-prev {
}
.excia-area.limited .swiper-button-next {
	right: -62px;
}
.excia-area.limited .swiper-button-prev {
	left: -62px;
}
