@charset "utf-8";

/* ---------------------------------------------------------------
Overwrite
--------------------------------------------------------------- */
.contents {
	margin-bottom: 0;
}
.contents__inr {
	width: 100%;
	margin-bottom: 0;
}
#brandfesta-elc {
	color: #222;
}
#brandfesta-elc a {
	color: #222;
}
#brandfesta-elc * {
	box-sizing: border-box;
}
#brandfesta-elc a:link {
	text-decoration: none;
}

/* ---------------------
　common
---------------------- */
#brandfesta-elc .u-pc-d-n {
	display: none !important;
}
#brandfesta-elc .section-container {
	margin-bottom: 48px;
}
#brandfesta-elc .section-inner {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}
#brandfesta-elc .title-lv2-wrap {
	margin-bottom: 40px;
	background: #222;
	text-align: center;
}
#brandfesta-elc .title-lv2-inner {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 980px;
	margin: 0 auto;
	padding: 24px 0;
	background: #222;
}
#brandfesta-elc .title-lv2 {
	color: #ffb780;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-elc .title-lv3-wrap {
	width: 980px;
	margin: 0 auto 24px;
	padding: 5px 0 4px;
	background: #ff7120;
}
#brandfesta-elc .title-lv3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc .title-note {
	margin-top: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}
#brandfesta-elc .text-bold {
	color: initial;
	font-weight: bold;
}
#brandfesta-elc [class^='button-type'] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
	height: 50px;
	margin: 0 auto;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#brandfesta-elc .button-type-normal {
	border: 1px solid #cecece;
}
#brandfesta-elc [data-href-target]:hover,
#brandfesta-elc [data-href-target]:active {
	opacity: 0.7;
}
#brandfesta-elc [data-link-icon='arrow-b'],
#brandfesta-elc [data-link-icon='arrow-r'] {
	position: relative;
}
#brandfesta-elc [data-link-icon='arrow-b']::before {
	position: absolute;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	transform: rotate(45deg) translateX(-50%);
	content: '';
}
#brandfesta-elc a[data-link-icon='arrow-r']::before {
	position: absolute;
	top: calc(50% - 1px);
	right: 15px;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}
#brandfesta-elc .list-type-disc:not(:last-child),
#brandfesta-elc .list-type-asterisk:not(:last-child) {
	margin-bottom: 20px;
}
#brandfesta-elc .list-type-disc,
#brandfesta-elc .list-type-asterisk {
	line-height: 1.714;
}

/* ---------------------
　.floating-wrapper
---------------------- */
#brandfesta-elc .floating-wrapper {
	position: sticky;
	top: -1px;
	z-index: 100;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}
#brandfesta-elc .floating-wrapper .section-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 576px;
}
#brandfesta-elc .floating-title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 150px;
	height: 38px;
	background-color: #000;
}
#brandfesta-elc .floating-title.period-end {
	width: 140px;
}
#brandfesta-elc .floating-title::after {
	position: absolute;
	top: 50%;
	left: 150px;
	width: 0;
	height: 0;
	border-width: 6.5px 0 6.5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	transform: translateY(-50%);
	content: '';
}
#brandfesta-elc .floating-title.period-end::after {
	left: 140px;
}
#brandfesta-elc .floating-message {
	display: flex;
	align-items: center;
	padding-left: 23px;
}

/* ---------------------
　.keyvisual
---------------------- */
#brandfesta-elc .keyvisual-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: transparent linear-gradient(180deg, #ffa264 0%, #ff6e1a 77%, #fc5805 100%) 0% 0% no-repeat;
}
#brandfesta-elc .keyvisual-lead {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #222;
}

/* ---------------------
　.campaign-close
---------------------- */
#brandfesta-elc .section-container.campaign-close {
	padding-top: 40px;
}
#brandfesta-elc .campaign-close {
	text-align: center;
}
#brandfesta-elc .campaign-close-text {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.7;
}
#brandfesta-elc .campaign-close .button-type-normal {
	width: 400px;
	font-size: 16px;
}

/* ---------------------------------------------------------------
　#brandfesta-elc-nav
--------------------------------------------------------------- */
#brandfesta-elc-nav {
	padding: 35px 0 21px;
	background: #f2ede9;
}
#brandfesta-elc-nav .brandfesta-elc-nav-inner {
	width: 980px;
	margin: 0 auto;
}
#brandfesta-elc-nav .brandfesta-elc-nav-lead {
	margin-top: -10px;
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc-nav .page-nav {
	margin-bottom: 24px;
}
#brandfesta-elc-nav .page-nav-list {
	display: flex;
	gap: 10px;
}
#brandfesta-elc-nav .page-nav-list-item {
	width: 237px;
	box-shadow: 1px 2px 3px #0000001c;
}
#brandfesta-elc-nav .page-nav-list .page-nav-link {
	display: block;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc-nav .page-nav-list [data-link-icon='arrow-b']::before {
	bottom: 8px;
	width: 6px;
	height: 6px;
	border-right: solid 1px #ff7120;
	border-bottom: solid 1px #ff7120;
}
#brandfesta-elc-nav .page-nav-label {
	display: block;
	background: #ff7120;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}
#brandfesta-elc-nav .page-nav-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 78px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.2;
}
#brandfesta-elc-nav .page-nav-text .emphasis {
	color: #ff7120;
}
#brandfesta-elc-nav .page-mini-nav-list {
	display: flex;
	justify-content: center;
	font-size: 16px;
	gap: 20px;
}
#brandfesta-elc-nav .page-mini-nav-list .page-nav-link {
	padding-right: 20px;
	border-bottom: 1px solid #666;
	font-weight: bold;
}
#brandfesta-elc-nav .page-mini-nav-list [data-link-icon='arrow-b']::before {
	top: 7px;
	right: 0;
}
#brandfesta-elc-nav .page-nav-link {
	cursor: pointer;
}

/* ---------------------
　.floating-nav
---------------------- */
#brandfesta-elc .floating-nav {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background: #fff;
	transition: transform 0.3s;
}
#brandfesta-elc .js-floating-nav {
	transform: translateY(-100%);
}
#brandfesta-elc .js-floating-nav.active {
	transform: translateY(0);
}
#brandfesta-elc .floating-nav-list {
	display: flex;
	justify-content: center;
	height: 56px;
}
#brandfesta-elc .floating-nav-list-item {
	position: relative;
	width: 246px;
}
#brandfesta-elc .floating-nav-list-item .floating-nav-link-text {
	font-size: 16px;
	font-weight: bold;
}
#brandfesta-elc .floating-nav-list-item:not(:first-child) {
	border-left: 1px solid #cecece;
}
#brandfesta-elc .floating-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 62px;
	padding-bottom: 5px;
	cursor: pointer;
}
#brandfesta-elc .floating-nav-list [data-link-icon='arrow-b']::before {
	bottom: 13px;
	left: 50%;
	border-right: solid 1px #ff7120;
	border-bottom: solid 1px #ff7120;
}

/* ---------------------
　Swiper
---------------------- */
#brandfesta-elc .product-slider,
#brandfesta-elc .pickup-product-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}
#brandfesta-elc .pickup-product-slider {
	margin-bottom: 70px;
}
#brandfesta-elc .product-slider-container {
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	width: 720px;
}
#brandfesta-elc .product-slider-prev,
#brandfesta-elc .product-slider-next {
	position: relative;
	cursor: pointer;
}
#brandfesta-elc .product-slider-prev::after,
#brandfesta-elc .product-slider-next::after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 26px;
	height: 39px;
	transform: translateY(-50%);
	content: '';
}
#brandfesta-elc .product-slider-prev::after {
	left: -48px;
	background: url(/src/static/campaign/brandfesta-estee-lauder-companies/img/icon_arrow_gray.svg) no-repeat center center;
	transform: translateY(-50%) rotate(180deg);
}
#brandfesta-elc .product-slider-next::after {
	right: -48px;
	background: url(/src/static/campaign/brandfesta-estee-lauder-companies/img/icon_arrow_gray.svg) no-repeat center center;
}
#brandfesta-elc .swiper-pagination {
	bottom: -35px;
}
#brandfesta-elc .swiper-product-list {
	display: flex;
	color: #333;
}
#brandfesta-elc .swiper-slide {
	flex-grow: 0;
	flex-shrink: 0;
	height: auto;
	padding: 0 10px 16px;
	background: #fff;
}
#brandfesta-elc .pickup-product-slider .swiper-slide {
	padding: 0;
}
#brandfesta-elc .swiper-product-list-inner {
	display: flex;
	flex-direction: column;
}
#brandfesta-elc .swiper-product-image-wrap {
	width: 180px;
	height: 180px;
	margin: 0 auto 16px;
	text-align: center;
}
#brandfesta-elc .swiper-product-link {
	display: block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#brandfesta-elc .swiper-product-image {
	display: block;
}
#brandfesta-elc .swiper-product-status {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}
#brandfesta-elc .swiper-product-status-label {
	margin-bottom: 6px;
	padding: 5px;
	border-radius: 2px;
	background: #999;
	color: #fff;
	font-size: 10px;
}
#brandfesta-elc .swiper-product-status-label:not(:last-child) {
	margin-right: 5px;
}
#brandfesta-elc .swiper-product-status-label.text-red {
	background: #e7e7e7;
	color: #f33;
}
#brandfesta-elc .swiper-product-brand {
	margin-bottom: 6px;
}
#brandfesta-elc .swiper-product-catch {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}
#brandfesta-elc .swiper-product-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 6px;
	font-size: 13px;
}
#brandfesta-elc .swiper-product-price {
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}
#brandfesta-elc .swiper-product-price-small {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}
#brandfesta-elc .swiper-product-rating {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
}
#brandfesta-elc .swiper-pagination-bullet {
	background: #e0e0e0;
	opacity: 1;
}
#brandfesta-elc .swiper-pagination-bullet-active {
	background: #999;
}

/* ---------------------
　#brandfesta-elc-pointback
---------------------- */
#brandfesta-elc-pointback .search-brand {
	margin-top: 40px;
}
#brandfesta-elc-pointback .search-brand .search-brand-title {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc-pointback .search-brand .search-brand-title .search-brand-title-note {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
}
#brandfesta-elc-pointback .search-brand .search-brand-item-list + .search-brand-item-list {
	margin-top: 32px;
}
#brandfesta-elc-pointback .search-brand .swiper-slide {
	padding: 0 0 7px;
}

/* ---------------------
　#brandfesta-elc-gwp
---------------------- */
#brandfesta-elc-gwp .title-lv2-wrap .title-note {
	font-size: 14px;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-inner {
	width: 976px;
	margin: 0 auto;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 32px;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list .brandfesta-elc-gwp-list-item {
	width: 220px;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list .brandfesta-elc-gwp-list-item-image {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list .brandfesta-elc-gwp-list-item-detail {
	display: flex;
	flex-direction: column;
	min-height: 124px;
	padding-top: 12px;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list .brandfesta-elc-gwp-list-item-text {
	font-size: 16px;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list .brandfesta-elc-gwp-list-item-link {
	margin-top: auto;
	text-align: center;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list .brandfesta-elc-gwp-list-item-link span {
	padding-right: 16px;
	font-size: 16px;
	font-weight: bold;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list [data-link-icon='arrow-b']::before {
	top: 10px;
	right: 0;
	border-color: #222;
	transform: rotate(-45deg) translateY(-50%);
}

/* ---------------------
　#brandfesta-elc-newarrival
---------------------- */
#brandfesta-elc-newarrival .title-lv2-wrap .title-note {
	margin: 0;
	font-size: 21px;
}
#brandfesta-elc-newarrival .title-lv2-wrap {
	margin-bottom: 24px;
}
#brandfesta-elc-newarrival .schedule-box {
	width: 720px;
	margin: 0 auto 8px;
}
#brandfesta-elc-newarrival .schedule-box-head {
	padding: 10px;
	background: #222;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc-newarrival .schedule-box-body {
	padding: 15px 0;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc-newarrival .schedule-info:not(:last-child) {
	margin-bottom: 13px;
}
#brandfesta-elc-newarrival .schedule-info-name {
	margin-bottom: 5px;
	color: #ff7120;
	font-size: 14px;
}
#brandfesta-elc-newarrival .schedule-info-date {
	font-size: 14px;
}
#brandfesta-elc #brandfesta-elc-newarrival .list-type-asterisk {
	margin-bottom: 32px;
	color: #888;
	font-size: 12px;
}

/* ---------------------
　#brandfesta-elc-review
---------------------- */
#brandfesta-elc-review .mod-review-list .swiper-slide {
	padding: 0;
}
#brandfesta-elc-review .mod-review-list .reviewitem-body {
	display: block;
	margin-bottom: 8px;
}
#brandfesta-elc-review .mod-review-list .reviewitem-image {
	display: block;
	width: 220px;
	height: 220px;
	margin-bottom: 12px;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#brandfesta-elc-review .mod-review-list .reviewitem-comment {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 39px;
	font-size: 16px;
	line-height: 1.2;
}
#brandfesta-elc-review .mod-review-list .reviewitem-footer {
	display: flex;
	align-items: center;
}
#brandfesta-elc-review .mod-review-list .reviewitem-stafficon img {
	display: block;
	border-radius: 50%;
}
#brandfesta-elc-review .mod-review-list .reviewitem-staffinfo {
	padding-left: 12px;
}
#brandfesta-elc-review .mod-review-list .reviewitem-staffname,
#brandfesta-elc-review .mod-review-list .reviewitem-stafftype {
	color: #888;
	font-size: 14px;
}

/* ---------------------
　#brandfesta-elc-category-list
---------------------- */
#brandfesta-elc-category-list .category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 24px;
}
#brandfesta-elc-category-list .category-list .category-list-item {
	width: 220px;
}
#brandfesta-elc-category-list [class^='button-type'] {
	width: 220px;
	height: 48px;
}

/* ---------------------
　#brandfesta-elc-brandlist
---------------------- */
#brandfesta-elc-brandlist.section-container {
	margin-bottom: 0;
	padding: 32px 0 48px;
	background: #f2ede9;
}
#brandfesta-elc-brandlist .title-lv2 {
	margin-bottom: 20px;
	color: #222;
	font-size: 24px;
	font-weight: normal;
}
#brandfesta-elc-brandlist .brand-logo-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#brandfesta-elc-brandlist .brand-logo-list-item {
	width: 234px;
}
#brandfesta-elc-brandlist .brand-logo-link {
	display: block;
}
#brandfesta-elc-brandlist .image-brand-logo {
	display: inline-block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* ---------------------
　#brandfesta-elc-caution
---------------------- */
#brandfesta-elc-caution {
	padding-top: 32px;
}
#brandfesta-elc-caution .section-inner {
	max-width: 852px;
}
#brandfesta-elc-caution .title-lv2 {
	margin-bottom: 23px;
	color: #222;
}
#brandfesta-elc-caution .caution-list-item {
	display: flex;
	padding: 24px 0;
	border-top: 1px solid #f2f2f2;
}
#brandfesta-elc-caution .caution-list-item:last-child {
	padding-bottom: 0;
}
#brandfesta-elc-caution .caution-list-name {
	min-width: 150px;
	font-weight: bold;
}
#brandfesta-elc-caution .caution-list-detail {
	font-size: 13px;
}
#brandfesta-elc-caution .caution-text:not(:last-child) {
	margin-bottom: 20px;
}
#brandfesta-elc-caution .caution-text + .list-type-asterisk {
	margin-top: -20px;
}
#brandfesta-elc-caution .section-inner a {
	text-decoration: underline;
}
