@charset "utf-8";

/* ---------------------------------------------------------------
　Overwrite
--------------------------------------------------------------- */
/* stylelint-disable */
.contents__inr {
	width: 100%;
}
/* stylelint-enable */

#brandfesta-kao * {
	box-sizing: border-box;
}
#brandfesta-kao a:link {
	text-decoration: none;
}
#brandfesta-kao img {
	display: inline-block;
	max-width: 100%;
}

/* ---------------------
　utility
---------------------- */
.u-pc-d-n {
	display: none !important;
}

/* ---------------------
　common
---------------------- */
#brandfesta-kao img[loading='lazy'] {
	display: inline-block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#brandfesta-kao .no-loading {
	background: initial !important;
}
#brandfesta-kao .section-container {
	padding-bottom: 48px;
}
#brandfesta-kao .section-subcontainer {
	padding-top: 40px;
	padding-bottom: 40px;
}
#brandfesta-kao [data-section-color='theme-01'] {
	background: #f9edf3;
}
#brandfesta-kao [data-section-color='theme-02'] {
	background: linear-gradient(0deg, rgb(247 206 226 / 100%) 0%, rgb(230 149 189 / 100%) 100%);
}
#brandfesta-kao [data-section-color='theme-03'] {
	background: #e4f4f8;
}
#brandfesta-kao [data-section-color='theme-04'] {
	background: #f4f4f4;
}
#brandfesta-kao [data-section-color='black'] {
	background: #000;
	color: #fff;
}
#brandfesta-kao .section-inner {
	max-width: 720px;
	margin: 0 auto;
}
#brandfesta-kao .title-lv2-wrap {
	margin-bottom: 40px;
	box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
	background: #222;
	color: #fff;
	text-align: center;
}
#brandfesta-kao .title-lv2-inner {
	width: 980px;
	margin: 0 auto;
	padding: 19px 0;
}
#brandfesta-kao .title-lv2 {
	color: #f5c4dc;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
#brandfesta-kao .title-lv3-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 42px;
	margin-bottom: 20px;
	background: #e89ec2;
	color: #fff;
}
#brandfesta-kao .title-lv3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
}
#brandfesta-kao .title-lv4-wrap {
	margin-bottom: 24px;
	padding: 10px;
	background: #e89ec2;
	color: #fff;
	text-align: center;
}
#brandfesta-kao .title-lv4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#brandfesta-kao .title-note {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.4;
}
#brandfesta-kao .title-text {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-kao .section-text {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}
#brandfesta-kao .text-bold {
	color: initial;
	font-weight: bold;
}
#brandfesta-kao [class^='button-type'] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
	height: 50px;
	margin: 0 auto;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
#brandfesta-kao .button-type-normal {
	border: 1px solid #666;
}
#brandfesta-kao [data-link-icon='arrow-b'],
#brandfesta-kao [data-link-icon='arrow-r'] {
	position: relative;
}
#brandfesta-kao [data-link-icon='arrow-b']::before {
	position: absolute;
	width: 8px;
	height: 8px;
	border: 0;
	border-right: solid 2px #e89ec2;
	border-bottom: solid 2px #e89ec2;
	transform: rotate(45deg) translateX(-50%);
	content: '';
}
#brandfesta-kao [data-link-icon='arrow-r']::before {
	position: absolute;
	top: calc(50% - 1px);
	right: 15px;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}
#brandfesta-kao .button-type-color[data-link-icon='arrow-r']::before {
	border-right: solid 1px #e89ec2;
	border-bottom: solid 1px #e89ec2;
}
#brandfesta-kao .list-type-disc:not(:last-child),
#brandfesta-kao .list-type-asterisk:not(:last-child) {
	margin-bottom: 20px;
}
#brandfesta-kao .list-type-disc,
#brandfesta-kao .list-type-asterisk {
	line-height: 1.714;
}
#brandfesta-kao .image-container {
	margin-bottom: 16px;
	text-align: center;
}

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

/* ---------------------
　.keyvisual
---------------------- */
#brandfesta-kao .keyvisual-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: linear-gradient(0deg, rgb(247 206 226 / 100%) 0%, rgb(230 149 189 / 100%) 100%);
}
#brandfesta-kao .keyvisual-image::before {
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 44px;
	background: #222;
	content: '';
}
#brandfesta-kao .keyvisual-image .keyvisual-image-item {
	position: relative;
	z-index: 2;
}

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

/* ---------------------
　#nav
---------------------- */
#brandfesta-kao #nav.section-container {
	padding: 32px 0;
}
#brandfesta-kao #nav .section-inner {
	max-width: 720px;
	margin: 0 auto;
}
#brandfesta-kao #nav .title-lv2 {
	margin-bottom: 24px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-kao .page-nav {
	margin-bottom: 24px;
}
#brandfesta-kao .page-nav-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1px;
	margin-bottom: -1px;
}
#brandfesta-kao .page-nav-list-item {
	width: calc(100% / 4 - 1px);
	margin-right: 1px;
	margin-bottom: 1px;
}
#brandfesta-kao .page-nav-list-item.item-large {
	width: calc(100% / 3 - 1px);
}
#brandfesta-kao .page-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 64px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-kao .page-nav-link.text-small {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.2;
}
#brandfesta-kao .page-nav-list [data-link-icon='arrow-b']::before {
	bottom: 7px;
	left: 50%;
}
#brandfesta-kao .page-nav-label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 70px;
	height: 22px;
	margin: auto;
	background: #222;
	color: #f5c4dc;
	font-size: 13px;
	font-weight: bold;
}
#brandfesta-kao .page-nav-text {
	display: block;
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.3;
}
#brandfesta-kao .page-nav-text em {
	display: block;
	margin-top: 2px;
	font-size: 13px;
}
#brandfesta-kao .page-mini-nav-list {
	display: flex;
	justify-content: center;
	font-size: 16px;
}
#brandfesta-kao .page-mini-nav-list-item:not(:first-child) {
	margin-left: 20px;
}
#brandfesta-kao .page-mini-nav-link {
	padding-right: 20px;
	border-bottom: 1px solid #666;
}
#brandfesta-kao .page-mini-nav-list [data-link-icon='arrow-b']::before {
	top: 7px;
	right: 0;
	width: 6px;
	height: 6px;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
#brandfesta-kao .floating-nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%);
	background: #fff;
	transition: transform 0.3s;
}
#brandfesta-kao .js-floating-nav {
	transform: translateY(-100%);
}
#brandfesta-kao .js-floating-nav.active {
	transform: translateY(0);
}
#brandfesta-kao .floating-nav-list {
	display: flex;
	justify-content: center;
	max-width: 976px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-kao .floating-nav-list-item {
	position: relative;
	width: calc(100% / 7);
}
#brandfesta-kao .floating-nav-list-item:not(:first-child)::after {
	position: absolute;
	top: 50%;
	left: 0;
	height: 80%;
	border-left: 1px solid #f2f2f2;
	transform: translateY(-50%);
	content: '';
}
#brandfesta-kao .floating-nav-link-text.text-small {
	font-size: 12px;
	line-height: 1.2;
}
#brandfesta-kao [data-href-target] {
	cursor: pointer;
}
#brandfesta-kao [data-href-target]:hover,
#brandfesta-kao [data-href-target]:active {
	opacity: 0.7;
}
#brandfesta-kao .floating-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 62px;
	padding-bottom: 5px;
}
#brandfesta-kao .floating-nav-list [data-link-icon='arrow-b']::before {
	bottom: 6px;
	left: 50%;
	border-right: solid 2px #e89ec2;
	border-bottom: solid 2px #e89ec2;
}

/* ---------------------
　Swiper
---------------------- */
#brandfesta-kao .product-slider,
#brandfesta-kao .special-slider {
	display: flex;
	justify-content: center;
	align-items: center;
}
#brandfesta-kao .product-slider:not(:last-child),
#brandfesta-kao .special-slider:not(:last-child) {
	margin-bottom: 24px;
}
#brandfesta-kao .product-slider-container,
#brandfesta-kao .special-slider-container {
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
}
#brandfesta-kao .product-slider-container {
	width: 720px;
}
#brandfesta-kao .special-slider-container {
	width: 728px;
	padding: 8px;
}
#brandfesta-kao .product-slider-prev,
#brandfesta-kao .product-slider-next,
#brandfesta-kao .special-slider-prev,
#brandfesta-kao .special-slider-next {
	position: relative;
	cursor: pointer;
}
#brandfesta-kao .product-slider-prev::after,
#brandfesta-kao .product-slider-next::after,
#brandfesta-kao .special-slider-prev::after,
#brandfesta-kao .special-slider-next::after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 26px;
	height: 39px;
	transform: translateY(-50%);
	content: '';
}

/* stylelint-disable */
#brandfesta-kao .product-slider-prev::after,
#brandfesta-kao .special-slider-prev::after {
	left: -48px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2239.55%22%20viewBox%3D%220%200%2026%2039.55%22%3E%3Cg%20fill%3D%22none%22%20transform%3D%22matrix(-1%200%200%20-1%2026%2039.55)%22%3E%3Crect%20width%3D%2226%22%20height%3D%2239%22%2F%3E%3Cpath%20stroke%3D%22%23666%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24.38%202.5%201.68%2020.38l22.68%2017.76%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
	transform: translateY(-50%) rotate(180deg);
}
#brandfesta-kao .product-slider-next::after,
#brandfesta-kao .special-slider-next::after {
	right: -48px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2239.55%22%20viewBox%3D%220%200%2026%2039.55%22%3E%3Cg%20fill%3D%22none%22%20transform%3D%22matrix(-1%200%200%20-1%2026%2039.55)%22%3E%3Crect%20width%3D%2226%22%20height%3D%2239%22%2F%3E%3Cpath%20stroke%3D%22%23666%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24.38%202.5%201.68%2020.38l22.68%2017.76%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
}
#brandfesta-kao [data-section-color='black'] .special-slider-prev::after,
#brandfesta-kao [data-section-color='black'] .special-slider-next::after {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2239.55%22%20viewBox%3D%220%200%2026%2039.55%22%3E%3Cg%20fill%3D%22none%22%20transform%3D%22matrix(-1%200%200%20-1%2026%2039.55)%22%3E%3Crect%20width%3D%2226%22%20height%3D%2239%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24.38%202.5%201.68%2020.39l22.69%2017.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
}
#brandfesta-kao [data-section-color='theme-03'] .special-slider-prev::after,
#brandfesta-kao [data-section-color='theme-03'] .special-slider-next::after,
#brandfesta-kao [data-section-color='theme-04'] .special-slider-prev::after,
#brandfesta-kao [data-section-color='theme-04'] .special-slider-next::after {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2239.55%22%20viewBox%3D%220%200%2026%2039.55%22%3E%3Cg%20fill%3D%22none%22%20transform%3D%22matrix(-1%200%200%20-1%2026%2039.55)%22%3E%3Crect%20width%3D%2226%22%20height%3D%2239%22%2F%3E%3Cpath%20stroke%3D%22%23aaa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24.38%202.5%201.68%2020.38l22.68%2017.76%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
}
/* stylelint-enable */

#brandfesta-kao .slider-product-list {
	display: flex;
	color: #333;
}
#brandfesta-kao .swiper-slide {
	flex-grow: 0;
	flex-shrink: 0;
	height: auto;
	padding: 20px 20px 0;
	background: #fff;
}
#brandfesta-kao .swiper-product-list-inner {
	display: flex;
	flex-direction: column;
}
#brandfesta-kao .swiper-product-image-wrap {
	width: 180px;
	margin: 0 auto 16px;
	text-align: center;
}
#brandfesta-kao .swiper-product-link {
	display: block;
	width: 180px;
	height: 180px;
}
#brandfesta-kao .swiper-product-image {
	display: block;
	width: 100%;
	height: 100%;
}
#brandfesta-kao .swiper-product-status {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}
#brandfesta-kao .swiper-product-status-label {
	margin-bottom: 6px;
	padding: 5px;
	border-radius: 2px;
	background: #999;
	color: #fff;
	font-size: 10px;
}
#brandfesta-kao .swiper-product-status-label:not(:last-child) {
	margin-right: 5px;
}
#brandfesta-kao .swiper-product-status-label.text-red {
	background: #e7e7e7;
	color: #f33;
}
#brandfesta-kao .swiper-product-brandname {
	margin-bottom: 6px;
}
#brandfesta-kao .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-kao .swiper-product-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 6px;
	font-size: 13px;
}
#brandfesta-kao .swiper-product-price {
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}
#brandfesta-kao .swiper-product-price-small {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}
#brandfesta-kao .swiper-product-rating {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
}
#brandfesta-kao .special-slider .swiper-slide {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
#brandfesta-kao .slider-special-list-inner {
	text-align: center;
}
#brandfesta-kao .slider-special-image-wrap {
	aspect-ratio: 345 / 210;
}
#brandfesta-kao .slider-special-image {
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 0 0;
}
#brandfesta-kao .slider-special-details {
	padding: 20px 36px;
}
#brandfesta-kao .slider-special-name,
#brandfesta-kao .slider-special-price {
	font-size: 13px;
	line-height: 1.4;
}
#brandfesta-kao .slider-special-name {
	margin-bottom: 8px;
}
#brandfesta-kao .slider-special-price {
	margin-bottom: 16px;
}
#brandfesta-kao .special-slider .button-container {
	margin-bottom: 24px;
}
#brandfesta-kao .novelty-list-heading {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 600;
}
#brandfesta-kao .novelty-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}
#brandfesta-kao .special-slider .button-type-normal {
	width: 100%;
	height: 36px;
	font-size: 13px;
}
#brandfesta-kao .novelty-image-wrap {
	margin-bottom: 15px;
}
#brandfesta-kao .novelty-image {
	width: 80px;
	height: 80px;
}
#brandfesta-kao .novelty-name {
	font-size: 10px;
}

/* ---------------------
　#selectable
---------------------- */
#brandfesta-kao #selectable.section-container {
	padding: 0;
}
#brandfesta-kao #selectable .title-lv2-wrap {
	margin-bottom: 24px;
}
#brandfesta-kao #selectable .title-lv3 {
	margin-bottom: 10px;
	text-align: center;
}
#brandfesta-kao #selectable .list-type-asterisk {
	display: flex;
	justify-content: center;
	font-size: 11px;
	text-align: center;
}
#brandfesta-kao .logo-brand-title {
	width: 220px;
	height: 85px;
}
#brandfesta-kao .logo-brand-group-title {
	width: 248px;
	height: 48px;
}
#brandfesta-kao .section-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 43px;
	margin-bottom: 20px;
}
#brandfesta-kao #selectable-lunasol .special-slider {
	align-items: flex-start;
}
#brandfesta-kao .eyeshadow-color-heading {
	margin-bottom: 24px;
	font-size: 15px;
	text-align: center;
}
#brandfesta-kao .eyeshadow-color-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px 10px;
}
#brandfesta-kao .img-eyeshadow-color-wrapper {
	margin-bottom: 8px;
}
#brandfesta-kao .eyeshadow-color-image {
	width: 75px;
	height: 75px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	background: #fff;
}
#brandfesta-kao .eyeshadow-color-image.is-large {
	padding: 14px;
}
#brandfesta-kao .eyeshadow-color-name {
	font-size: 11px;
}
#brandfesta-kao #selectable-theothers .title-lv3 {
	margin-bottom: 15px;
}

/* ---------------------
　#newarrival
---------------------- */
#brandfesta-kao #newarrival.section-container {
	padding-bottom: 0;
}
#brandfesta-kao .newarrival-container {
	padding-top: 22px;
	padding-bottom: 25px;
}
#brandfesta-kao .newarrival-brand-logo-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	max-width: 495px;
	margin: 0 auto 40px;
}
#brandfesta-kao .newarrival-brand-logo-list-item {
	aspect-ratio: 156 / 60;
}
#brandfesta-kao .newarrival-brand-logo-image {
	width: 100%;
	height: 100%;
}
#brandfesta-kao .newarrival-brand-logo-list-text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #aaa;
	font-size: 17px;
	font-weight: 600;
}
#brandfesta-kao .slider-special-link,
#brandfesta-kao .slider-newarrival-link {
	display: block;
	height: 100%;
}
#brandfesta-kao .slider-newarrival-link {
	padding-bottom: 30px;
	text-align: center;
}
#brandfesta-kao .slider-brand-logo-image {
	width: 162px;
	height: 62px;
}
#brandfesta-kao .slider-product-catch {
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.16;
}
#brandfesta-kao .slider-text-link {
	display: inline-block;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 600;
}
#brandfesta-kao .slider-text-link[data-link-icon='arrow-r'] {
	position: relative;
}
#brandfesta-kao .slider-text-link[data-link-icon='arrow-r']::before {
	content: none;
}
#brandfesta-kao .slider-text-link[data-link-icon='arrow-r']::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 13px;
	height: 13px;
	background: url(/src/static/campaign/brandfesta-kao/img/2603/icon_arrow_r.svg) no-repeat center center / contain;
	transform: translateY(-50%);
	content: '';
}

/* ---------------------
　#brandlist
---------------------- */
#brandfesta-kao #brandlist.section-container {
	padding-top: 32px;
}
#brandfesta-kao #brandlist .title-lv2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
#brandfesta-kao .brand-logo-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -6px;
	margin-bottom: -8px;
}
#brandfesta-kao .brand-logo-list-item {
	width: calc(100% / 3 - 6px);
	margin-right: 6px;
	margin-bottom: 8px;
}
#brandfesta-kao .brand-logo-link {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
	background: #fff;
}

/* ---------------------
　#egift
---------------------- */
#brandfesta-kao #egift {
	text-align: center;
}
#brandfesta-kao #egift.section-container {
	border-bottom: 1px solid #d9d9d9;
}
#brandfesta-kao #egift .image-container {
	margin-bottom: 24px;
}
#brandfesta-kao #egift .title-lv3-wrap {
	margin-bottom: 24px;
	background: #e2e2eb;
	color: #333;
}
#brandfesta-kao #egift .title-lv3 {
	margin-bottom: 15px;
	font-size: 20px;
}
#brandfesta-kao #egift .title-lv4 {
	font-size: 16px;
	font-weight: bold;
}
#brandfesta-kao #egift .section-text {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.137;
}
#brandfesta-kao #egift .button-type-normal {
	max-width: 343px;
	height: 44px;
	margin-bottom: 40px;
}

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

/* ---------------------
　karte
---------------------- */
#brandfesta-kao div[class^='karte-kao-brandfesta'] {
	text-align: center;
}
#brandfesta-kao div[class^='karte-kao-brandfesta']:not(:empty) {
	margin-bottom: 24px;
}
#brandfesta-kao div[class^='karte-kao-brandfesta'] img {
	aspect-ratio: 720 / 150;
}
#brandfesta-kao .karte-img-txt {
	margin-top: 23px;
}
