﻿@charset "utf-8";
/*common
----------------------------------------------------*/
/* 設定 */	
html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
/* float */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
/* align */
.cen {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/* font-size */


/* margin,padding */

/* -------------------------------------------------
layout
----------------------------------------------------*/

/* ===== header ===== */
header {
	background: #000;
	border-bottom: 1px solid #FFF;
	padding: 6px 10px 6px 10px;
	height: 30px;
	overflow: hidden !important;
}
/* ===== footer ===== */
footer {
	font-family: sans-serif;
	line-height: 1.55;
}
/* page top */
#page-top {
	position: fixed;
	right: 20px;
	z-index: 210;
	bottom: 20px;
}
@media screen and (min-width: 750px) {
	#page-top a {
		transition: all .3s ease-in-out;
	}
	#page-top a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 750px) {
	#page-top {
		right: 1em;
		bottom: 1em;
	}
}
#page-top img {
	width: 50px;
	height: 50px;
}
@media screen and (max-width:649px) {
	#page-top img {
		width: 3em;
		height: 3em;
	}
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
	/* .mb-10 {margin-bottom:1.5625vw;}
	.mb-20 {margin-bottom:3.125vw;}
	.mb-30 {margin-bottom:4.6875vw;}
	.mb-40 {margin-bottom:6.25vw;}
	.mb-50 {margin-bottom:7.8125vw;}
	.mb-60 {margin-bottom:9.375vw;}
	.mb-70 {margin-bottom:10.9375vw;}
	.mb-80 {margin-bottom:12.5vw;}
	.mb-90 {margin-bottom:14.0625vw;}
	.mb-100{margin-bottom:15.625vw;}
	.mb-110{margin-bottom:17.1875vw;}
	.mb-120{margin-bottom:18.75vw;}
	.mb-130{margin-bottom:20.3125vw;}
	.mb-140{margin-bottom:21.875vw;}
	.mb-150{margin-bottom:23.4375vw;}
	.mb-160{margin-bottom:25vw;}
	.mb-170{margin-bottom:26.5625vw;}
	.mb-180{margin-bottom:28.125vw;}
	.mb-190{margin-bottom:29.6875vw;}
	.mb-200{margin-bottom:31.25vw;} */

}
/* -------------------------------------------------
freedom
----------------------------------------------------*/
#wrapper {
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto;
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 20px;
	line-height: 1.6;
	position: relative;
	color: #000;
	display: block;
	position: relative;
}
@media (max-width: 750px) {
    #wrapper {
        font-size: 3.45vw;
    }
}
#wrapper img {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}
#wrapper h1 img,
#wrapper h2 img,
#wrapper h3 img,
#wrapper p img,
#wrapper li img {
	vertical-align: bottom;
}
/* sns area */
#sec-last {
	margin-top: 0;
}
#sec-last .list {
	text-align: left;
	margin: 0 10% 2em;
	font-size: 85%;
}
#sec-last .list li {
	line-height: 1.4;
	font-size: 100%;
	font-weight: bold;
}
#sec-last .bnr-hakata {
	margin: 2em 11.73% 1em;
}
#sec-last .tit-sns {
	margin: 2em 7.46% 1em;
}
.sns-line {
	font-size: 0;
	text-align: center;
	margin-bottom:30px;
}
.sns-line p {
	display: inline-block;
	width: 25%;
	margin: 0 3%;
}
 @media screen and (max-width:649px) {
	.sns-line {
		margin-bottom:15px;
	}
	.btn-top {
		width: 89.69%;
	}
	.sns-line p {
		width: 22.5%;
	}
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe,
.youtube video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.col2 > div,
.col2 > p {
    width: 50%;
}




.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list > div {
	width: 48%;
}
.sns-list {
	text-align: center;
}
.sns-list li {
	display: inline-block;
	width: 10%;
	margin: 0 .75em;
}
.event-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
button {
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#wrapper {
	position: relative;
}
#fnav {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 750px;
}
#fnav.fixed {
	position: fixed;
}
#fnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fnav ul li {
	width: calc(100% / 3);
}


.fnav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	max-width: 750px;
	z-index: 1000;
}
.fnav.fixed {
	position: fixed;
}
.fnav-in {
	position: relative;
}
.fnav-btn {
	position: absolute;
	right: 0;
	width: 10%;
	cursor: pointer;
	z-index: 20;
	padding: .5em;
}
.fnav-menu {
	display: none;
	height: 100vh; 
	overflow-y: scroll;
	/* IE, Edge 対応 */
	-ms-overflow-style: none;
	/* Firefox 対応 */
	scrollbar-width: none;
   }
   /* Chrome, Safari 対応 */
   .fnav-menu::-webkit-scrollbar {
	display:none;
   }
.fnav .in {
	padding: 5em 0 4em;
	background-color: #F9E3D8;
}

.fadein {
    opacity: 0;
    transform: translate(0, .5em);
    transition-duration: 1s;
    transition-delay: .5s;
	filter: blur(10px);
}
.fadein.on {
    opacity: 1.0;
    transform: translate(0, 0);
	filter: blur(0px);
}
.l-nav {
	position: sticky;
    top: 0;
	padding: 2.9334vw 4vw 0 0;
	z-index: var(--z-nav);
	pointer-events: none;
}
.l-nav .p-nav-btn {
	--_border-radius: 100vmax;
	--_border-size: 0.4vw;

	position: relative;
	display: block;
	margin-inline: auto 0;
	padding: 2.6667vw 2.4vw;
	width: 10.667vw;
	aspect-ratio: 1;
	background-color: rgb(var(--c-ec618a));
	border-radius: var(--_border-radius);
	border: var(--_border-size) solid rgb(var(--c-ffffff));
	z-index: 2;
	pointer-events: all;
}
.l-nav .p-nav-btn__line {
	--_border-radius: 0.4vw;

	position: relative;
	display: block;
	width: 100%;
	height: 1.0667vw;
	background-color: rgb(var(--c-ffffff));
	border-radius: var(--_border-radius);
	transition: all 0.4s ease-out;
}
.l-nav .p-nav-btn__line::before, .l-nav .p-nav-btn__line::after {
	--_border-radius: 0.4vw;

	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1.0667vw;
	background-color: rgb(var(--c-ffffff));
	border-radius: var(--_border-radius);
	transition: all 0.4s ease-out;
}
.l-nav .p-nav-btn__line::before {
	top: 1.7334vw;
}
.l-nav .p-nav-btn__line::after {
	top: -1.7334vw;
}
.l-nav .p-nav-btn[aria-expanded=true] .p-nav-btn__line {
	background: transparent;
}
.l-nav .p-nav-btn[aria-expanded=true] .p-nav-btn__line::before {
	top: 0;
	transform: rotate(45deg);
}
.l-nav .p-nav-btn[aria-expanded=true] .p-nav-btn__line::after {
	top: 0;
	transform: rotate(-45deg);
}
.l-nav .p-nav-menu {
	position: absolute;
	top: 0;
	width: 100%;
	padding-block: 10.6667vw 9.8667vw;
	max-height: 100dvh;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	background-color: rgb(var(--c-ffffff) / 1);
	z-index: var(--z-init);
	pointer-events: all;
	scrollbar-width: none;
}
.l-nav .p-nav-menu::-webkit-scrollbar {
	display: none;
}
.l-nav .p-nav-menu.show {
	opacity: 1;
	visibility: visible;
}
.l-nav .p-nav-menu__title {
	margin-inline: auto;
	width: 20%;
}
.l-nav .p-nav-menu-list {
	display: grid;
	gap: 4.2667vw;
}
.l-nav .p-nav-menu-list.menu__anchor {
	margin: 4.2667vw auto 0;
	width: 77.3334%;
}
.l-nav .p-nav-menu-list.menu__banner {
	margin: 3.6vw auto 0;
	width: 85.3334%;
}
.l-nav .p-nav-mask {
	position: fixed;
	inset: 0;
	background-color: rgb(var(--c-000000) / 0.5);
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: var(--z-base);
}
.l-nav .p-nav-mask.show {
	opacity: 1;
	visibility: visible;
}
@media screen and (min-width: 750px) {
	.l-nav {
		padding: 22px 30px 0 0;
	}
	.l-nav .p-nav-btn {
		--_border-size: 3px;
		padding: 20px 18px;
		width: 80px;
	}
	.l-nav .p-nav-btn__line {
		--_border-radius: 3px;
		height: 8px;
	}
	.l-nav .p-nav-btn__line::before, .l-nav .p-nav-btn__line::after {
		--_border-radius: 3px;
		height: 8px;
	}
	.l-nav .p-nav-btn__line::before {
		top: 13px;
	}
	.l-nav .p-nav-btn__line::after {
		top: -13px;
	}
	.l-nav .p-nav-menu {
		width: 750px;
		padding-block: 80px 74px;
	}
	.l-nav .p-nav-menu-list {
		gap: 32px;
	}
	.l-nav .p-nav-menu-list.menu__anchor {
		margin: 32px auto 0;
	}
	.l-nav .p-nav-menu-list.menu__banner {
		margin: 27px auto 0;
	}
}
.main {
	overflow-x: clip;
	overflow-y: initial;
}
.ib {
	font-size: 0;
	vertical-align: bottom;
}
p > img {
	font-size: 0;
	vertical-align: bottom;
}
.contents {
	padding-top: 163px;
	position: relative;
}
.bnr-fixed {
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 750px;
	margin: auto;
}
.bnr-fixed.fixed {
	position: fixed;
}
.fnav-btn {
	top: 163px;
}
@media screen and (max-width: 750px) {
	.contents {
		padding-top: 22vw;
	}
	.fnav-btn {
		top: 22vw;
	}
}
.bg-01 {
	background-color: #FCE4E6;
	padding-bottom: 1px;
}
.bg-02 {
	background-color: #FBE0F0;
	padding-bottom: 1px;
}
.bg-03 {
	background-color: #FAE1E3;
	padding-bottom: 1px;
}
.bg-04 {
	background-color: #FFF4F4;
	padding-bottom: 1px;
}
.bg-05 {
	background-color: #FFEAE3;
	padding-bottom: 1px;
}

.anchor {
	margin-top: -8em;
	padding-top: 8em;
} 
.toggle dt {
	cursor: pointer;
	position: relative;
}
.toggle dt .ico {
	position: absolute;
	right: 14%;
	top: calc(50% - 1em);
	width: 2em;
	height: 2em;
	background-color: #fff;
	border-radius: 100px;
	display: block;
}
.toggle dt .ico .in {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.toggle dt .ico .in::after {
	content: '';
	position: absolute;
	width: 70%;
	left: 15%;
	top: 48%;
	height: 3px;
	background-color: #C74B57;
}
.toggle dt .ico .in::before {
	content: '';
	position: absolute;
	width: 70%;
	left: 15%;
	top: 48%;
	height: 3px;
	background-color: #C74B57;
	transition: .25s;
	transform: rotate(90deg);
}
.toggle dt.on .ico .in::before {
	transform: rotate(0deg);
}
.toggle dd {
	display: none;
}
.toggle2-head {
	cursor: pointer;
}
.toggle2-body {
	display: none;
}

.slide-wrap {
	padding-bottom: 3em;
}
.slick-counter {
	text-align: center;
	font-weight: 600;
	margin: 1em 0;
	color: #E24B57;
	font-size: 120%;
}
.slick-counter span {
	display: inline-block;
	padding: 0 .5em;
}
.slide-wrap .slick-arrow {
	bottom: -1%;
	top: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 44px;
	height: 44px;
	z-index: 10;
}
@media screen and (max-width: 750px) {
	.slide-wrap .slick-arrow {
		width: 7vw;
		height: 7vw;
	}
}
.slide-wrap .slick-prev {
	background-image: url(../img/260804/btn-prev.webp);
	left: 30%;
}
.slide-wrap .slick-next {
	background-image: url(../img/260804/btn-next.webp);
	right: 30%;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.item {
	margin: 0 5.66% 3em;
	background-color: #fff;
	padding: 5%;
	color: #333;
}
.item-head {
	margin-bottom: 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item-img {
	width: 35%;
}
.item-info {
	width: 63%;
}
.item-title {
	font-weight: bold;
	font-size: 140%;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.item-ico {
	margin-bottom: 0.5em;
	line-height: 1.4;
}
.item-ico li {
	display: inline-block;
}
.item-ico li span {
	display: inline-block;
	font-weight: bold;
	padding: .25em .5em;
	margin-right: 0.35em;
	margin-bottom: 0.35em;
}
.item-text {
	font-size: 105%;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.25em;
}
/* カテゴリごとの色指定 */
.item-category span.is-skincare {
  background-color: #e4edf2;
}
.item-category span.is-make {
  background-color: #fed000;
}
.item-category span.is-hair {
  background-color: #fda14e;
}
.item-category span.is-fragrance {
  background-color: #f3e5f5;
}
/* 料金（無料・有料）の色指定 */
.item-price span.is-free {
  background-color: #bad9ea;
}
.item-price span.is-paid {
  background-color: #efb6d5;
}

.item-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item-date dt {
	width: 4em;
}
.item-date dd {
	width: calc(100% - 4.25em);
}

.item-place {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item-place dt {
	width: 3em;
}
.item-place dd {
	width: calc(100% - 3.25em);
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
}
.category-form {
	margin: 0 6.66%;
	padding-bottom: 1px;
	background-color: #fff;
}
.search-results {
	display: none;
}
.category-form fieldset {
	margin-bottom: 0em;
}
.checkbox-group {
	padding: 0 6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1em;
}
.checkbox-group > div {
	width: 50%;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 1em;
}
.checkbox-group > div label {
	margin-left: 0.5em;
	cursor: pointer;
	font-size: 110%;
}
.select-date .checkbox-group input[type="checkbox"][id^="d-"],
.select-price .checkbox-group input[type="checkbox"][id^="p-"],
.select-category .checkbox-group input[type="checkbox"][id^="c-"] ,
.select-all .checkbox-group input[type="checkbox"][id^="all"] {
	width: 2.6em;
	height: 2.6em;
	border: 1px solid #707070;
	border-radius: 0;
	background-color: rgb(var(--c-ffffff));
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: background-image 0.2s;
	cursor: inherit;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-date .checkbox-group input[type="checkbox"][id^="d-"]:focus-visible,
.select-price .checkbox-group input[type="checkbox"][id^="p-"]:focus-visible,
.select-category .checkbox-group input[type="checkbox"][id^="c-"]:focus-visible,
.select-all .checkbox-group input[type="checkbox"][id^="all"]:focus-visible {
  outline: 2px solid blue;
  outline-offset: 2px;
}
.select-date .checkbox-group input[type="checkbox"][id^="d-"]:checked,
.select-price .checkbox-group input[type="checkbox"][id^="p-"]:checked,
.select-category .checkbox-group input[type="checkbox"][id^="c-"]:checked,
.select-all .checkbox-group input[type="checkbox"][id^="all"]:checked  {
	background-image: url('../img/260804/check.svg');
}
.search-btns {
	padding: 1em 6.66% 2.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search-btns > button {
	width: 47.5%;
}

#search-head,
#search-articles {
    display: none;
}