@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: 21px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-elc .title-lv2-note {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px 2px;
	border: solid 1px #ffb780;
	color: #ffb780;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-elc .title-lv3-wrap {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0;
	background: #0f0f0f;
	color: #fff;
}
#brandfesta-elc .title-lv3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc .title-lv3-sub {
	display: inline-block;
	margin-top: 6px;
	font-size: 14px;
}
#brandfesta-elc .title-lv3-normal-wrap {
	margin-bottom: 24px;
}
#brandfesta-elc .title-lv3-normal {
	font-size: 21px;
	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 .button-type-black {
	background: #222;
	color: #fff;
}
#brandfesta-elc  .button-type-black[data-link-icon='arrow-r']::before {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#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;
}
#brandfesta-elc-nav [data-link-icon='arrow-d'] {
	position: relative;
}
#brandfesta-elc-nav [data-link-icon='arrow-d']::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 17px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: translateY(-50%) rotate(135deg);
	content: '';
}

/* ---------------------
　.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 32px;
	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 {
	width: 720px;
	margin: 0 auto 24px;
}
#brandfesta-elc-nav .page-nav-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: 24px;
	background: linear-gradient(61deg, #ffb780 0%, #ffe6d3 100%);
}
#brandfesta-elc-nav .page-nav-list-item {
	width: calc(100% / 3 - 1px);
	height: 64px;
	margin-top: 1px;
	margin-right: 1px;
	text-align: center;
}
#brandfesta-elc-nav .page-nav-list-item.page-nav-list-item-large {
	width: calc(100% / 2 - 1px);
	border-top: solid 1px #fff;
}
#brandfesta-elc-nav .page-nav-list-item:nth-child(2),
#brandfesta-elc-nav .page-nav-list-item:nth-child(3),
#brandfesta-elc-nav .page-nav-list-item:last-child {
	border-left: solid 1px #fff;
}
#brandfesta-elc-nav .page-nav-link {
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#brandfesta-elc-nav .page-nav-link:hover {
	opacity: 0.7;
}
#brandfesta-elc-nav .page-nav-link-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-bottom: 3px;
}
#brandfesta-elc-nav .page-nav-list-item-large .page-nav-link-text {
	padding-bottom: 0;
}
#brandfesta-elc-nav .page-nav-list-item-large [data-link-icon='arrow-d']::after {
	right: 20px;
	bottom: auto;
	left: auto;
}
#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;
	margin-bottom: 24px;
	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: 9px;
	right: 0;
}
#brandfesta-elc .button-coupon-container [class^='button-type'] {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 480px;
	height: 70px;
	margin: 0 auto;
	border: none;
	background: transparent linear-gradient(82deg, #fc5805 0%, #ff8a3c 100%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	cursor: pointer;
}
#brandfesta-elc .button-coupon-container [data-link-icon='arrow-d']::after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
#brandfesta-elc .button-coupon-container [class^='button-type'] span {
	display: flex;
	align-items: center;
}
#brandfesta-elc .button-coupon-container [class^='button-type'] .button-coupon-image {
	margin-right: 5px;
}

/* ---------------------
　.floating-nav
---------------------- */
#brandfesta-elc .floating-nav {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	background: transparent linear-gradient(82deg, #ffb780 0%, #ffd0ad 50%, #ffe6d3 100%) 0% 0% no-repeat padding-box;
	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;
	width: 100%;
	max-width: 980px;
	height: 64px;
	margin: 0 auto;
}
#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 + .floating-nav-list-item::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 24px;
	background: #fff;
	transform: translateY(-50%);
	content: '';
}
#brandfesta-elc .floating-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	padding-bottom: 3px;
	cursor: pointer;
}
#brandfesta-elc .floating-nav-list [data-link-icon='arrow-b']::before {
	bottom: 3px;
	left: 50%;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}
#brandfesta-elc .floating-nav-list-item .floating-nav-link.current::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-bottom: 4px solid #ff7120;
	content: '';
}

/* ---------------------
　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: 32px;
}
#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-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 .swiper-slide.swiper-slide-blank {
	display: none;
}
#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-pointback
---------------------- */
#brandfesta-elc-pointback .search-brand {
	margin-top: 40px;
}
#brandfesta-elc-pointback .search-brand .search-brand-title {
	margin-bottom: 24px;
	font-size: 21px;
	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 {
	height: 104px;
}
#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 .end .brandfesta-elc-gwp-list-item-image {
	opacity: 0.3;
}
#brandfesta-elc-gwp .brandfesta-elc-gwp-list .end .brandfesta-elc-gwp-list-item-link {
	padding: 3px 0 1px;
	background: #f4f4f4;
	color: #666;
	font-size: 16px;
}
#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 .section-esteelauder {
	padding: 40px 0 48px;
	background: #eaf1f5;
}
#brandfesta-elc-newarrival .section-tomford {
	margin-bottom: 32px;
	padding: 40px 0 48px;
	background: #404040;
}
#brandfesta-elc-newarrival .section-esteelauder .title-image,
#brandfesta-elc-newarrival .section-tomford .title-image {
	display: block;
	margin: 0 auto 30px;
}
#brandfesta-elc-newarrival .title-image-text {
	margin-bottom: 16px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
#brandfesta-elc-newarrival .section-img-link {
	display: block;
}
#brandfesta-elc-newarrival .section-img-link + .title-lv3-wrap {
	margin-bottom: 24px;
}
#brandfesta-elc-newarrival .title-lv2-wrap .title-note {
	font-size: 14px;
}
#brandfesta-elc-newarrival .title-lv2-wrap {
	margin-bottom: 0;
}
#brandfesta-elc-newarrival .schedule-box {
	width: 720px;
	margin: 0 auto 8px;
}
#brandfesta-elc-newarrival .schedule-box:first-child {
	margin-bottom: 16px;
}
#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-coupon
---------------------- */
#brandfesta-elc-coupon .title-lv2-wrap {
	margin-bottom: 24px;
}
#brandfesta-elc-coupon .coupon-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	font-size: 21px;
	font-weight: bold;
}
#brandfesta-elc-coupon .coupon-title-image {
	display: block;
	margin-right: 10px;
}
#brandfesta-elc-coupon .coupon-text {
	margin-bottom: 2px;
	color: #888;
	font-size: 12px;
	text-align: center;
}
#brandfesta-elc-coupon .coupon-date-list {
	display: flex;
	justify-content: center;
	margin: 16px 0 32px;
}
#brandfesta-elc-coupon .coupon-date-item {
	width: 360px;
}
#brandfesta-elc-coupon .coupon-date-title {
	padding: 6px 0;
	background: #222;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc-coupon .coupon-date-wrapper {
	padding: 16px 0;
	border: solid 1px #888;
	border-top: none;
	text-align: center;
}
#brandfesta-elc-coupon .coupon-date-item:last-child .coupon-date-wrapper {
	border-left: none;
}
#brandfesta-elc-coupon .coupon-date-inner:last-child {
	padding-top: 12px;
}
#brandfesta-elc-coupon .coupon-date-text {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
}
#brandfesta-elc-coupon .coupon-image-title {
	margin-bottom: 8px;
	color: #ff7120;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc-coupon .coupon-image-title span {
	font-size: 16px;
}
#brandfesta-elc-coupon .coupon-image-text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-elc-coupon .coupon-image-list {
	display: flex;
	flex-flow: column;
	align-items: center;
}
#brandfesta-elc-coupon .coupon-image-link {
	display: block;
}
#brandfesta-elc-coupon .coupon-image {
	display: block;
}
#brandfesta-elc-coupon .coupon-brand-wrapper {
	margin-top: 24px;
	text-align: center;
}
#brandfesta-elc-coupon .coupon-brand-title {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
}
#brandfesta-elc-coupon .coupon-brand-text {
	margin-bottom: 16px;
	color: #888;
	font-size: 12px;
}
#brandfesta-elc-coupon .coupon-brand-list {
	margin-bottom: 24px;
	font-size: 16px;
}
#brandfesta-elc-coupon .coupon-brand-item {
	margin-bottom: 12px;
}
#brandfesta-elc-coupon .coupon-brand-name:link {
	text-decoration: underline;
}

/* ---------------------
　#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;
}
