@charset "utf-8";

/* ---------------------------------------------------------------
Overwrite
--------------------------------------------------------------- */
.contents__inr {
	width: 100%;
}
#brandfesta-kao * {
	box-sizing: border-box;
}
#brandfesta-kao a:link {
	text-decoration: none;
}

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

/* ---------------------
　common
---------------------- */
#brandfesta-kao .loading-img {
	display: inline-block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#brandfesta-kao .section-container {
	padding-bottom: 48px;
}
#brandfesta-kao .section-container .section-container {
	padding-bottom: 8px;
}
#brandfesta-kao .section-container .section-container:last-of-type {
	padding-bottom: 0;
}
#brandfesta-kao .section-container[data-section-color='theme-01'] {
	background: #f9edf3;
}
#brandfesta-kao .section-container[data-section-color='theme-02'] {
	background: linear-gradient(0deg, rgb(247 206 226 / 100%) 0%, rgb(230 149 189 / 100%) 100%);
}
#brandfesta-kao .section-inner {
	max-width: 720px;
	margin: 0 auto;
}
#brandfesta-kao .section-inner-theme {
	background: #f4f4f4;
}
#brandfesta-kao .section-button {
	padding-top: 40px;
}
#brandfesta-kao .title-image-wrap {
	display: block;
	margin-bottom: 24px;
	text-align: center;
}
#brandfesta-kao .title-image-content {
	display: inline-block;
	margin-right: 20px;
}
#brandfesta-kao .title-image-content:last-child {
	margin-right: 0;
}
#brandfesta-kao .title-image-link {
	display: block;
}
#brandfesta-kao .title-image {
	display: inline-block;
	width: 160px;
	height: 48px;
}
#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-wrap-mg0 {
	margin-bottom: 0;
}
#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 {
	padding: 22px 0;
	background: #888;
	color: #fff;
	text-align: center;
}
#brandfesta-kao .title-lv3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
}
#brandfesta-kao .title-lv3-sub {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
#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 .sup-text {
	margin-top: 10px;
	font-size: 12px;
}
#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: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	transform: rotate(45deg) translateX(-50%);
	content: '';
}
#brandfesta-kao 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 #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 .anchor-target {
	margin-top: -62px;
	padding-top: 62px;
}
#brandfesta-kao #kao-brandfesta-allie.anchor-target {
	margin-top: -22px;
	padding-top: 22px;
}

/* ---------------------
　.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;
	padding-top: 12px;
	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;
}

/* ---------------------------------------------------------------
　#brandfesta-kao-nav
--------------------------------------------------------------- */
#brandfesta-kao #brandfesta-kao-nav.section-container {
	padding: 32px 0;
}
#brandfesta-kao #brandfesta-kao-nav .section-inner {
	max-width: 976px;
	margin: 0 auto;
}
#brandfesta-kao #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: -10px;
}
#brandfesta-kao .page-nav-list-item {
	width: calc(100% / 6 - 10px);
	margin-right: 10px;
}
#brandfesta-kao .page-nav-list .page-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 155px;
	height: 113px;
	background: #fff;
	font-size: 14px;
	text-align: center;
}
#brandfesta-kao .page-nav-list [data-link-icon='arrow-b']::before {
	bottom: 6px;
	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-list .page-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;
}
#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;
}
#brandfesta-kao .floating-nav-list-item {
	position: relative;
	width: calc(100% / 3);
}
#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,
#brandfesta-kao .page-nav-link {
	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 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}
#brandfesta-kao .product-slider-container {
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	width: 720px;
}
#brandfesta-kao .product-slider-prev,
#brandfesta-kao .product-slider-next {
	position: relative;
	cursor: pointer;
}
#brandfesta-kao .product-slider-prev::after,
#brandfesta-kao .product-slider-next::after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 26px;
	height: 39px;
	transform: translateY(-50%);
	content: '';
}
#brandfesta-kao .product-slider-prev::after {
	left: -48px;
	background: url(/src/static/campaign/brandfesta-kao/img/2409/icon_arrow_gray.svg) no-repeat center center;
	transform: translateY(-50%) rotate(180deg);
}
#brandfesta-kao .product-slider-next::after {
	right: -48px;
	background: url(/src/static/campaign/brandfesta-kao/img/2409/icon_arrow_gray.svg) no-repeat center center;
}
#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;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#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-newarrival
---------------------- */
#brandfesta-kao #brandfesta-kao-newarrival.section-container {
	padding-bottom: 0;
}
#brandfesta-kao #brandfesta-kao-newarrival.section-container .section-container {
	padding: 32px 0;
}
#brandfesta-kao #brandfesta-kao-newarrival .section-inner-theme .swiper-slide {
	background: transparent;
}
#brandfesta-kao .image-products {
	text-align: center;
}
#brandfesta-kao .image-products:not(:last-child) {
	margin-bottom: 24px;
}
#brandfesta-kao #brandfesta-kao-newarrival.section-container .newarrival-brand,
#brandfesta-kao #brandfesta-kao-newarrival.section-container .newarrival-lunasol {
	padding-top: 24px;
}
#brandfesta-kao .newarrival-lunasol .product-slider {
	margin-bottom: 0;
}
#brandfesta-kao #brandfesta-kao-newarrival.section-container .section-container.newarrival2 {
	padding-bottom: 48px;
}
#brandfesta-kao .title-image-kanebo,
#brandfesta-kao .title-image-curel,
#brandfesta-kao .title-image-suisai,
#brandfesta-kao .title-image-kate {
	display: inline-block;
	background: #fff;
}
#brandfesta-kao .title-image-lunasol {
	display: inline-block;
	background: #f4f4f4;
}
#brandfesta-kao .products-text {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-kao .products-text-sub {
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
}
#brandfesta-kao .products-text-line {
	display: inline-block;
	margin-top: 20px;
}
#brandfesta-kao .products-text-line-sub {
	display: inline-block;
	margin-top: 15px;
	font-size: 10px;
}
#brandfesta-kao .image-products-list {
	display: flex;
	margin-bottom: 24px;
}
#brandfesta-kao .image-products-list-item {
	position: relative;
	width: calc(100% / 3);
	background: #fff;
	line-height: 1;
	text-align: center;
}
#brandfesta-kao .image-products-list-item:not(:last-child) {
	margin-right: 12px;
}
#brandfesta-kao .image-products-list-item a {
	display: block;
	padding: 40px 0 12px;
}
#brandfesta-kao .image-products-icon {
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	width: 49px;
	margin: 0 auto;
	padding: 5px 6px;
	background: #9e8d7c;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#brandfesta-kao .image-products-image {
	display: inline-block;
}
#brandfesta-kao .image-products-name {
	display: block;
	margin-top: 8px;
	font-weight: bold;
}
#brandfesta-kao .image-products-capacity,
#brandfesta-kao .image-products-price {
	display: block;
	margin-top: 4px;
}
#brandfesta-kao .swatch-list {
	display: flex;
	justify-content: space-between;
	margin: 42px 0 32px;
}
#brandfesta-kao .swatch-item {
	width: 350px;
}
#brandfesta-kao .swatch-img {
	display: block;
	border: solid 1px #f7f7f7;
}
#brandfesta-kao .swatch-text {
	padding: 20px 0;
	background: #f7f7f7;
	font-size: 16px;
	text-align: center;
}
#brandfesta-kao .newarrival-product-slide {
	padding: 0;
}
#brandfesta-kao .newarrival-product-link {
	display: block;
	width: 100%;
}
#brandfesta-kao .newarrival-product-image {
	display: block;
	border: solid 1px #f7f7f7;
}
#brandfesta-kao .newarrival-product-text {
	display: flex;
	flex-flow: column;
	height: 148px;
	padding: 20px 0;
	background: #f7f7f7;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-kao .newarrival-product-text-main {
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
}
#brandfesta-kao .newarrival-product-text-sub {
	display: block;
}
#brandfesta-kao .newarrival-product-text-sub span {
	padding-top: 3px;
	font-size: 14px;
}

/* ---------------------
　#brandfesta-kao-brandlist
---------------------- */
#brandfesta-kao #brandfesta-kao-brandlist.section-container {
	padding-top: 32px;
}
#brandfesta-kao #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;
}

/* ---------------------
　#brandfesta-kao-caution
---------------------- */
#brandfesta-kao #brandfesta-kao-caution.section-container {
	padding-top: 36px;
	padding-bottom: 0;
}
#brandfesta-kao #brandfesta-kao-caution .section-inner {
	max-width: 843px;
}
#brandfesta-kao #brandfesta-kao-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 #brandfesta-kao-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-top: 24px;
}
#brandfesta-kao .karte-kao-brandfesta2:not(:empty) {
	margin-bottom: 24px;
}
