﻿@charset "utf-8";
/*common
----------------------------------------------------*/
/* 設定 */
* { /*游ゴシック*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: 'palt';*/
}
.en {
	font-family: 'Lato', sans-serif;
}
html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	/* scroll-margin-top: 0px;
	scroll-behavior: smooth; */
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #1f1f1f;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-feature-settings: "palt"; */
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
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
----------------------------------------------------*/
#main {
	/* overflow: hidden; */
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
/* ===== header ===== */
header {
	background: #000;
	border-bottom: 1px solid #FFF;
	-webkit-background-size: 4px 4px;
	padding: 6px 10px 6px 10px;
	height: 43px;
	overflow: hidden !important;
}

.h-menu {
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 9999;
	width: 40px;
	height: 40px;
}
@media screen and (min-width:768px) {
	.h-menu {
		top: 18px;
		right: 18px;
		width: 50px;
		height: 50px;
	}
}

#g-nav-wrap-sp {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1000;
	width: 70%;
	height: 100vh;
	background: #fff;
	border: 9px solid #F1CD98;
}
@media screen and (min-width:600px) {
	#g-nav-wrap-sp {
		width: 60%;
	}
}
@media screen and (min-width:769px) {
	#g-nav-wrap-sp {
		width: 40%;
		border: 18px solid #F1CD98;
	}
}

.g-nav-sp-in {
	padding: 70px 0 0;
}
.g-nav-sp {
	border-top: 1px solid #F1CD98;
}
.g-nav-sp a {
	position: relative;
	display: block;
	padding: 20px 20px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #F1CD98;
}
@media screen and (min-width:600px) {
	.g-nav-sp a {
		font-size: 2.0rem;
	}
}
@media screen and (min-width:768px) {
	.g-nav-sp a {
		font-size: 2.6rem;
	}
}
.g-nav-sp a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 6px;
	background: url("../img/menu_arr.png") no-repeat 0 0 / 100%;
	transform: translateY(-50%);
}
@media screen and (min-width:600px) {
	.g-nav-sp a:before {
		width: 38px;
		height: 11px;
	}
}


/* ====================================
index.html
====================================== */

header h2 {
    padding: 1px 0 1px 0px !important;
}

.footer {
	padding: 10.667vw 0 5.867vw;
	background: #ffffff;
}
.f-announce {
	margin-bottom: 7.467vw;
}
.f-announce img {
	width: 100%;
}
.f-sns-wrap {
	margin: 4.8vw auto 0;
}
.f-sns-wrap__head {
	width: 33.6%;
	margin: 0 auto;
}
.f-sns-btn {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 85.334%;
	margin: 2.133vw auto 0;
}
.f-sns-btn__line {
	width: 26.667vw;
}
.f-sns-btn__tw {
	width: 26.667vw;
}
.f-sns-btn__ig {
	width: 32vw;
}
.btn-top {
	max-width: 90.667%;
	margin: auto;
}
@media screen and (min-width: 751px) {
	.footer {
		padding: 80px 0 44px;
	}
	.f-announce {
		margin-bottom: 56px;
	}
	.f-sns-wrap {
		margin: 36px auto 0;
	}
	.f-sns-wrap__head {
		width: 252px;
	}
	.f-sns-btn {
		width: 640px;
		margin: 16px auto 0;
	}
	.f-sns-btn__line {
		width: 200px;
	}
	.f-sns-btn__tw {
		width: 200px;
	}
	.f-sns-btn__ig {
		width: 240px;
	}
	.btn-top {
		max-width: 680px;
		width: 90.667%;;
	}
}


/* ====================================
   common
====================================== */

button {
    margin: 0;
    padding: 0;
    border: 0;
	color: inherit;
    background: transparent;
}

.main {
	overflow: unset !important;
}

#hakata {
	margin: 0 auto;
	width: 100%;
}
@media screen and (min-width: 751px) {
	#hakata {
		max-width: 750px;
	}
}

#hakata * {
	box-sizing: border-box;
}
#hakata hr {
	padding: 0;
	border: 0;
	margin: 0;
}

.g-pagetop {
	position: fixed;
	/* bottom: 16px; */
	bottom: 21.334vw;
	right: 4.5334vw;
	width: 15.7334vw;
	aspect-ratio: 1;
	z-index: 10;
}
.g-pagetop.is-stopped {
	position: absolute;
	bottom: unset;
	top: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
	.g-pagetop {
		bottom: 16px;
		right: 17px;
		width: 59px;
	}
}


/* teafes */

.teafes {
	margin-inline: auto;
	max-width: min(100%, 750px);
	width: max-content;
	overflow-x: clip;
}

.teafes :where(section > header) {
	all: unset;
	overflow: unset !important;
}
.teafes :where(section > header) :is(h1, h2, h3, h4, h5) {
	float: unset;
	margin: unset !important;
	padding: unset !important;
}
.teafes :where(img) {
	width: 100%;
}

.teafes .fadeIn {
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.teafes .fadeIn.is-played {
	transform: translateY(0);
	opacity: 1;
}

.teafes .hero header.hero-heading {
	position: relative;
}
.teafes .hero .hero-heading__copy {
	position: absolute;
	inset: 0;
}
.teafes .hero > p {
	position: relative;
	margin-top: -2.267%;
}

.teafes .intro {
	position: relative;
}
.teafes .intro > span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.teafes .campaign {
	position: relative;
	padding-block: 0 4.4%;
	margin: 8.1334% auto 0;
	width: 84.267%;
	background-color: #ffffed;
}
.teafes .campaign .campaign-heading h2 > img {
	margin-top: -7.279%;
}
.teafes .campaign .campaign-accordion button {
	display: block;
	margin-inline: auto;
	width: 30.697%;
}
.teafes .campaign .campaign-accordion {
	overflow: hidden;
}
.teafes .campaign .campaign-accordion .accordion__content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.4s ease-out;
}
.teafes .campaign .campaign-accordion:has(button[aria-expanded="true"]) .accordion__content {
	grid-template-rows: 1fr;
}
.teafes .campaign .campaign-accordion .accordion__inner {
	overflow: hidden;
}
.teafes .campaign .campaign-accordion .accordion__area {
	padding-block: 10.76% 0;
}
.teafes .campaign > span {
	position: absolute;
	top: 0;
	left: -9.336%;
	right: -9.336%;
	transform: translateY(-50%);
}
.teafes .campaign > span:nth-of-type(1) {
	top: 0;
}
.teafes .campaign > span:nth-of-type(2) {
	top: 100%;
}

.teafes .anchor {
	margin: 8.1334% auto 0;
	width: 84.267%;
}
.teafes .anchor ul > li:not(:first-child) {
	margin-top: 2.849%;
}
.teafes .anchor ul li a {
	position: relative;
	display: block;
}
.teafes .anchor ul li a > span {
	position: absolute;
	bottom: 0;
	left: -9.336%;
	right: -9.336%;
	pointer-events: none;
}

.teafes .all {
	width: 100%;
}
.teafes .follow {
	/* position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
	margin-top: 6.4%; */
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
    bottom: -101%;
	max-width: 750px;
	width: 100%;
	opacity: 0;
	z-index: 10;
	transition: opacity 0.4s ease-in-out, bottom 0.6s ease-in-out;
}
.teafes .follow.is-fixed {
	bottom: 0;
	opacity: 1;
}
.teafes .follow ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-top: 4px solid transparent;
}
.teafes .follow ul li > a {
	position: relative;
	display: block;
}
.teafes .follow ul li > a::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../img/follow_background.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0;
}
.teafes .follow ul li > a.is-active::before {
	opacity: 1;
}
.teafes .follow ul:has(li:nth-child(1) a.is-active) {
	border-color: #f19f3b;
}
.teafes .follow ul:has(li:nth-child(2) a.is-active) {
	border-color: #64bfaa;
}
.teafes .follow ul:has(li:nth-child(3) a.is-active) {
	border-color: #bf8ac1;
}
.teafes .follow ul:has(li:nth-child(4) a.is-active) {
	border-color: #eb7292;
}
.teafes .follow ul:has(li:nth-child(5) a.is-active) {
	border-color: #eecb66;
}

.teafes :is(.sec01, .sec02, .sec03, .sec04, .sec05) {
	position: relative;
}
.teafes :is(.sec01, .sec02, .sec03, .sec04, .sec05) > article {
	position: relative;
}
.teafes :is(.sec01, .sec02, .sec03, .sec04, .sec05) > article p:nth-child(2) {
	position: absolute;
	inset: 0;
}
.teafes :is(.sec01, .sec02, .sec03, .sec04, .sec05) > section > article {
	position: relative;
}
.teafes :is(.sec01, .sec02, .sec03, .sec04, .sec05) > section > article p:nth-child(2) {
	position: absolute;
	inset: 0;
}
.teafes .sec01 > article:nth-of-type(1) {
	margin-top: -8.267%;
}
.teafes .sec01 > article:nth-of-type(4) {
	margin-top: -7.734%;
}
.teafes .sec01 > article:nth-of-type(6) {
	margin-top: -13.734%;
}
.teafes .sec01 > article:nth-of-type(7) {
	margin-top: -5.067%;
}
.teafes .sec02 {
	background: url(../img/sec02_background.webp);
	background-repeat: no-repeat;
	background-size: 100%;
}
.teafes .sec02 > span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.teafes .sec02 > span img {
	margin-top: -25.067%;
}
.teafes .sec03 > article:nth-of-type(1) {
	margin-top: -25.334%;
}
.teafes .sec03 > article:nth-of-type(2) {
	margin-top: -22.4%;
}
.teafes .sec03 > article:nth-of-type(3) {
	margin-top: -12%;
}
.teafes .sec04 {
	background: url(../img/sec04_background.webp);
	background-repeat: no-repeat;
	background-size: 100%;
}
.teafes .sec04 > header {
	position: relative;
	z-index: 1;
}
.teafes .sec04 > article:nth-of-type(1) {
	margin-top: -6.134%;
	z-index: 0;
}
.teafes .sec04 > section > article:nth-of-type(1) {
	margin-top: -1.334%;
}
.teafes .sec05 {
	margin-top: 6%;
	background: #FFFFED;
	z-index: 0;
}
.teafes .sec05::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	aspect-ratio: 750/700;
	background: url(../img/sec05_background.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	z-index: -1;
}
.teafes .sec05 dl {
	margin: 4.267% auto 0;
	width: 84.267%;
}
.teafes .sec05 dl > div:not(:nth-child(6)) {
	padding-block: 0 10.76%;
}
.teafes .sec05 ul {
	padding-block: 5.064% 0;
}
.teafes .sec05 ul li:not(:nth-child(1)) {
	margin-top: 7.279%;
}
.teafes .sec05 ul li > a {
	position: relative;
	display: block;
	margin: 4.431% auto 0;
	width: 30.697%;
}
.teafes .sec05 ul li.w-full > p {
	position: relative;
	left: -9.336%;
	right: -9.336%;
	width: calc(100% + 18.671%);
}
.teafes .sec05 ul li.w-full > p + a {
	margin-top: -3.482%;
	z-index: 1;
}
.teafes .sec05 ul li > div {
	position: relative;
}
.teafes .sec05 ul li > div > a {
	display: block;
}
.teafes .sec05 ul li > div > span {
	position: absolute;
	top: 0;
	left: -9.336%;
	right: -9.336%;
	width: calc(100% + 18.671%);
	pointer-events: none;
}

.teafes .flyer {
	margin-inline: auto;
	width: 84.267%;
}
.teafes .flyer ul {
	margin-top: 0.95%;
}
.teafes .flyer ul li > a {
	display: block;
}

.teafes .other {
	padding: 12% 7.867% 0;
	background-color: #FFFFED;
}
.teafes .other ul li > a {
	display: block;
}
.teafes .instagram {
	padding: 10% 7.867% 0;
	background-color: #FFFFED;
}
.teafes .instagram ul {
	margin-top: 10.76%;
}
.teafes .instagram ul li > a {
	display: block;
}

.teafes .footer {
	background-color: #FFFFED;
}
.teafes .footer > p + p {
	margin-top: 5.067%;
}