﻿@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: 10;
	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%; */
	/* width: auto; */
	/* border: 0; */
	/* margin: 0; */
	/* margin: auto; */
	/* 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%;
}
.inner-01 {
	margin-left: 7.2%;
	margin-right: 7.2%;
}
.tab-head {
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/240806/tab-01.webp);
	background-position: center bottom;
	position: relative;
	margin-bottom: -2px;
}
.tab-head-bg {
	opacity: 0;
	position: relative;
	z-index: 10;
}
.tab-head-in {
	position: absolute;
	left: 2.5%;
	top: 0;
	width: 95%;
	height: 100%;
	z-index: 20;
    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;
}
.tab-head-single {
	width: calc(100% / 3);
	height: 100%;
}
.tab-head-single a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
#tab-01 {
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/240806/bg-01.webp);
	padding-bottom: 1px;
}
#tab-02 {
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/240806/bg-02.webp);
	padding-bottom: 1px;
}
#tab-03 {
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/240806/bg-03.webp);
	padding-bottom: 1px;
}
.tab-body-single {
	display: none;
}
.tab-body-single.on {
	display: block;
}
.fnav {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	max-width: 750px;
	width: 100%;
	z-index: 1000;
}
.fnav.fixed {
	position: fixed;
}
.fnav-in {
	position: relative;
	width: 100%;	
}
.fnav-open {
	position: absolute;
	width: 14.9333%;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.fnav-menu {
	position: relative;
	z-index: 20;
	margin-left: 25.444%;
	display: none;
}
.fnav-close {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 9.85%;
	cursor: pointer;
}
.toggle dt {
	cursor: pointer;
}
.toggle dd {
	display: none;
}