@charset "utf-8";

/* ---------------------------------------------------------------
	Overwrite
--------------------------------------------------------------- */
.contents,
.contents__inr {
	margin-bottom: 0;
}
.contents__inr {
	width: 100%;
}
#fragrance-festa * {
	box-sizing: border-box;
}
#fragrance-festa a:link {
	text-decoration: none;
}

/* ---------------------
	color setting
---------------------- */
#fragrance-festa {
	--primary-color: #f2f6f7;
	--secondary-color: #4baad1;
}

/* ---------------------
	utility
---------------------- */
.u-pc-d-n {
	display: none !important;
}
#fragrance-festa .text-gray {
	color: #888 !important;
}
#fragrance-festa .text-center {
	text-align: center !important;
}

/* ---------------------
	common
---------------------- */
#fragrance-festa .loading-img {
	display: inline-block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#fragrance-festa .section-container {
	padding-bottom: 50px;
}
#fragrance-festa .section-container .section-container:last-child {
	padding-bottom: 0;
}
#fragrance-festa [data-section-color='theme-01'] {
	background: #fff;
}
#fragrance-festa [data-section-color='theme-02'] {
	background: var(--primary-color);
}
#fragrance-festa [data-section-color='theme-03'] {
	background: transparent linear-gradient(178deg, #d7e9f4 0%, var(--primary-color) 100%) 0% 0% no-repeat padding-box;
}
#fragrance-festa .section-inner {
	position: relative;
	max-width: 892px;
	margin: 0 auto;
}
#fragrance-festa .title-lv2-wrap {
	padding: 24px 0;
	background: #69b8d9;
	color: #fff;
	text-align: center;
}
#fragrance-festa .title-lv2-wrap + * {
	padding-top: 40px;
}
#fragrance-festa .title-lv2,
#fragrance-festa .title-lv3,
#fragrance-festa .title-lv4,
#fragrance-festa .title-text {
	font-weight: bold;
	text-align: center;
}
#fragrance-festa .title-lv2 {
	font-size: 22px;
}
#fragrance-festa .title-lv2-sub {
	font-size: 16px;
}
#fragrance-festa .title-lv3-wrap {
	margin-bottom: 40px;
	padding: 16px 0;
	background: transparent linear-gradient(86deg, #222 0%, #555 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	text-align: center;
}
#fragrance-festa .title-lv3 {
	font-size: 22px;
}
#fragrance-festa .title-lv3-sub {
	font-size: 13px;
}
#fragrance-festa .title-text {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.2;
}
#fragrance-festa .text-bold {
	font-weight: bold;
}
#fragrance-festa .button-container:not(:last-child) {
	margin-bottom: 50px;
}
#fragrance-festa [class^='button-type'] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
	min-height: 50px;
	margin: 0 auto;
	padding: 5px 35px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
#fragrance-festa .button-type-normal {
	border: 1px solid #888;
}
#fragrance-festa [data-link-icon='arrow-b'],
#fragrance-festa [data-link-icon='arrow-r'] {
	position: relative;
}
#fragrance-festa [data-link-icon='arrow-b']::after {
	position: absolute;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-top: solid 1px #888;
	border-right: solid 1px #888;
	transform: translateY(-50%) rotate(135deg);
	content: '';
}
#fragrance-festa [data-link-icon='arrow-r']::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 15px;
	bottom: 8px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #888;
	border-right: solid 1px #888;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}
#fragrance-festa .list-type-asterisk {
	width: 720px;
	margin: 0 auto;
}
#fragrance-festa .list-type-asterisk-item {
	font-size: 12px;
}

/* ---------------------
	contents
---------------------- */

/* ---------------------
	floating-campaign-info
---------------------- */
#fragrance-festa .floating-campaign-info {
	position: sticky;
	top: -1px;
	z-index: 100;
	width: 100%;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background-color: #fff;
}
#fragrance-festa .floating-campaign-info .section-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: initial;
}
#fragrance-festa .floating-title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 150px;
	height: 37px;
	margin-right: 21px;
	background: #222;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#fragrance-festa .floating-title::after {
	position: absolute;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	border-width: 8.5px 0 8.5px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #222;
	transform: translateY(-50%);
	content: '';
}
#fragrance-festa .floating-message {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}

/* ---------------------
	keyvisual
---------------------- */
#fragrance-festa .keyvisual {
	background: #e1edf4;
}
#fragrance-festa .keyvisual-image {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0 34px;
	background: url(/src/static/campaign/fragrance-festa/img/2508/kv_bg_pc.png) no-repeat center center;
	background-size: cover;
}

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

/* ---------------------
	fragrance-festa-info
---------------------- */
#fragrance-festa #fragrance-festa-info.section-container {
	padding: 24px 0;
}
#fragrance-festa #fragrance-festa-info .title-lv2 {
	margin-bottom: 8px;
	color: var(--secondary-color);
	line-height: 1.2;
}
#fragrance-festa #fragrance-festa-info .title-lead {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* ---------------------
	fragrance-festa-nav
---------------------- */
#fragrance-festa #fragrance-festa-nav {
	padding-bottom: 30px;
}
#fragrance-festa .page-nav {
	width: 980px;
	margin: 0 auto;
}
#fragrance-festa .page-nav-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
}
#fragrance-festa .page-nav-list .page-nav-list-item {
	box-shadow: 0 3px 6px rgb(29 50 95 / 10%);
}
#fragrance-festa .page-nav-list .page-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background: #fff;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
#fragrance-festa .page-nav-list [data-link-icon='arrow-b']::before {
	bottom: 6px;
	left: 50%;
}
#fragrance-festa .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;
	padding-top: 2px;
	background: #222;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#fragrance-festa .page-nav-text {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
}
#fragrance-festa .page-nav-text-emphasis {
	color: var(--secondary-color);
}
#fragrance-festa .page-mini-nav-list {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	font-size: 16px;
	font-weight: bold;
}
#fragrance-festa .page-mini-nav-list .page-nav-link {
	padding-right: 20px;
	border-bottom: 1px solid #888;
}
#fragrance-festa .page-mini-nav-list .page-nav-link:first-child {
	margin-right: 20px;
}
#fragrance-festa .page-mini-nav-list [data-link-icon='arrow-b']::after {
	right: 2px;
	width: 7px;
	height: 7px;
}
#fragrance-festa .floating-nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	box-shadow: 0 2px 4px rgb(29 50 95 / 10%);
	background: #222;
	transition: transform 0.3s;
}
#fragrance-festa .js-floating-nav {
	transform: translateY(-100%);
}
#fragrance-festa .js-floating-nav.active {
	transform: translateY(0);
}
#fragrance-festa .floating-nav-list {
	display: flex;
	justify-content: center;
	width: 975px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
#fragrance-festa .floating-nav-list-item {
	position: relative;
	width: calc(100% / 5);
}
#fragrance-festa .floating-nav-list-item:not(:first-child) {
	border-left: 1px solid #555;
}
#fragrance-festa .floating-nav-link,
#fragrance-festa .page-nav-link {
	cursor: pointer;
}
#fragrance-festa [data-href-target]:hover,
#fragrance-festa [data-href-target]:active {
	opacity: 0.7;
}
#fragrance-festa .floating-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	padding-bottom: 7px;
}
#fragrance-festa .floating-nav-list [data-link-icon='arrow-b']::after {
	bottom: 7px;
}

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

/* ---------------------
	fragrance-festa-limiteditem
---------------------- */
#fragrance-festa #fragrance-festa-limiteditem .section-inner:not(:last-child) {
	margin-bottom: 50px;
}
#fragrance-festa .present-product-slider {
	display: flex;
	position: relative;
	width: 872px;
	margin: 0 auto;
}
#fragrance-festa .present-slider-container {
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	width: 892px;
}
#fragrance-festa .present-product-slider .product-slider-container {
	width: 872px;
}
#fragrance-festa .present-list {
	display: flex;
	flex-wrap: wrap;
	width: 872px;
	margin: 0 auto;
	padding-bottom: 24px;
}
#fragrance-festa .present-item {
	width: 200px;
	margin: 0 24px 40px 0;
}
#fragrance-festa .present-item:nth-child(4n) {
	margin-right: 0;
}
#fragrance-festa .present-link {
	display: flex;
	flex-flow: column;
	align-items: center;
}
#fragrance-festa .present-text {
	height: 92px;
	margin: 12px 8px;
	font-size: 16px;
	line-height: 1.4;
}
#fragrance-festa .present-note {
	position: relative;
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#fragrance-festa .present-note::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	bottom: 8px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}
#fragrance-festa .advance-product-list,
#fragrance-festa .advance-product-preorder-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
#fragrance-festa .advance-product-item {
	width: 200px;
}
#fragrance-festa .advance-product-item:not(:first-child) {
	margin-left: 24px;
}
#fragrance-festa .advance-product-link {
	display: block;
}
#fragrance-festa .advance-product-logo {
	display: block;
	margin: 0 auto;
}
#fragrance-festa .advance-product-image {
	display: block;
	margin: 0 auto 16px;
}
#fragrance-festa .advance-product-content {
	display: block;
	height: 87px;
	margin-bottom: 12px;
}
#fragrance-festa .advance-product-catch {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}
#fragrance-festa .advance-product-price {
	display: block;
	font-size: 15px;
	font-weight: bold;
}
#fragrance-festa .advance-product-price-small {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}
#fragrance-festa .advance-product-note-wrapper {
	display: block;
	text-align: center;
}
#fragrance-festa .advance-product-note {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
}
#fragrance-festa .advance-product-note::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	bottom: 8px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}
#fragrance-festa .text-label-blue,
#fragrance-festa .text-label-white {
	display: inline-block;
}
#fragrance-festa .text-label-blue {
	background: var(--secondary-color);
	color: #fff;
}
#fragrance-festa .text-label-white {
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color);
}
#fragrance-festa .schedule-box {
	width: 720px;
	margin: 0 auto 8px;
}
#fragrance-festa .schedule-box-head {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#fragrance-festa .schedule-box-body {
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	font-weight: bold;
	text-align: center;
}
#fragrance-festa .schedule-box-inner {
	padding: 20px 0;
}
#fragrance-festa .schedule-box-inner:first-child {
	border-bottom: 1px solid #f2f2f2;
}
#fragrance-festa .schedule-product-name {
	margin-bottom: 10px;
	font-size: 16px;
}
#fragrance-festa .schedule-info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
#fragrance-festa .schedule-info:not(:last-child) {
	margin-bottom: 12px;
}
#fragrance-festa .schedule-info-title {
	width: 100px;
	margin-right: 10px;
	padding: 3px;
}
#fragrance-festa .schedule-info-date {
	min-width: 377px;
	font-size: 16px;
	text-align: left;
}
#fragrance-festa .schedule-info-date .text-small {
	font-size: 14px;
}

/* ---------------------
	fragrance-festa-perfume
---------------------- */
#fragrance-festa #fragrance-festa-perfume {
	padding-bottom: 40px;
}
#fragrance-festa .perfume-guide {
	display: flex;
	justify-content: center;
}
#fragrance-festa .perfume-guide-item:first-child {
	margin-right: 40px;
}

/* ---------------------
	fragrance-festa-select
---------------------- */
#fragrance-festa .select-list {
	display: flex;
	justify-content: center;
}
#fragrance-festa .select-item {
	text-align: center;
}
#fragrance-festa .select-item:not(:first-child) {
	border-left: 1px solid #fff;
}
#fragrance-festa .select-link {
	display: block;
	padding: 0 30px;
}
#fragrance-festa .select-image {
	display: block;
	margin: 0 auto 12px;
}
#fragrance-festa .select-title {
	display: block;
	margin-bottom: 6px;
	color: var(--secondary-color);
	font-size: 18px;
	font-weight: bold;
}
#fragrance-festa .select-title-sub {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
#fragrance-festa .select-text {
	display: block;
	font-size: 13px;
}
#fragrance-festa .select-note-wrapper {
	display: block;
	margin-top: 12px;
	text-align: center;
}
#fragrance-festa .select-note {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
}
#fragrance-festa .select-note::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	bottom: 8px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #4baad1;
	border-right: solid 1px #4baad1;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}

/* ---------------------
	fragrance-festa-banner
---------------------- */
#fragrance-festa #fragrance-festa-banner {
	padding: 40px 0 20px;
}
#fragrance-festa .banner-list {
	width: 720px;
	margin: 0 auto;
}
#fragrance-festa .banner-item {
	margin-bottom: 30px;
}

/* ---------------------
	fragrance-festa-brand
---------------------- */
#fragrance-festa #fragrance-festa-brand {
	padding: 32px 0 50px;
}
#fragrance-festa #fragrance-festa-brand .title-lv2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
}
#fragrance-festa .brand-logo {
	width: 718px;
	margin: 0 auto;
}
#fragrance-festa .brand-logo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -8px;
	margin-bottom: -8px;
}
#fragrance-festa .brand-logo-item {
	width: 234px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#fragrance-festa .brand-logo-link {
	display: flex;
	justify-content: center;
	align-items: center;
}
#fragrance-festa .brand-logo-more {
	margin-top: 16px;
	color: #888;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

/* ---------------------
	campaign-caution
---------------------- */
#fragrance-festa #campaign-caution.section-container {
	padding-top: 50px;
}
#fragrance-festa #campaign-caution .section-inner {
	max-width: 842px;
}
#fragrance-festa #campaign-caution .title-lv2 {
	margin-bottom: 24px;
	font-size: 20px;
}
#fragrance-festa .caution-list-item {
	display: flex;
	padding: 24px 0;
	border-top: 1px solid #f2f2f2;
}
#fragrance-festa .caution-list-name {
	min-width: 150px;
	font-size: 14px;
	font-weight: bold;
}
#fragrance-festa .caution-list-detail {
	font-size: 13px;
}
#fragrance-festa #campaign-caution a {
	text-decoration: underline;
}
#fragrance-festa .caution-list ul:not(:last-child) {
	margin-bottom: 12px;
}

/* ---------------------
	karte
---------------------- */
#fragrance-festa .fragrance-festa-minicosme-karte,
#fragrance-festa .fragrance-festa-limiteditem-karte,
#fragrance-festa .fragrance-festa-select-karte {
	text-align: center;
}
#fragrance-festa .fragrance-festa-minicosme-karte a,
#fragrance-festa .fragrance-festa-limiteditem-karte a,
#fragrance-festa .fragrance-festa-select-karte a,
#fragrance-festa .fragrance-festa-banner-karte a {
	display: inline-block;
}
#fragrance-festa .fragrance-festa-minicosme-karte a {
	margin-top: 40px;
}
#fragrance-festa .fragrance-festa-select-karte a {
	margin-top: 48px;
}
#fragrance-festa .fragrance-festa-banner-karte a {
	margin-bottom: 30px;
}
