﻿@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%;
	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: 0 5% 50px;
}
.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,
.col2 > li {
    width: 50%;
}
.col3 {
    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;
}
.col3 > div,
.col3 > p,
.col3 > li {
    width: 33.33%;
	width: calc(100% / 3);
}
.contents {
	padding-top: 138px;
}
@media screen and (max-width: 750px) {
	.contents {
		padding-top: 17.5vw;
	}
}
.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;
	top: 0;
	width: 12%;
	cursor: pointer;
	z-index: 20;
}
.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;
   }

   .bg-01 {
	padding-bottom: 1px;
	background-color: #7B2214;
   }
   .bg-02 {
	padding-bottom: 1px;
	background-color: #E5D1C3;
   }
/*1105追記*/
/* ベースのリセットとモバイル対応のための設定 */
/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/

/* メニューの最大幅と中央揃え */
.menu-wrapper {
    max-width: 750px; /* 元画像の幅を最大とする */
    margin: 0 auto;
    width: 100%; /* スマホサイズで画面幅いっぱいまで広がる */
}

/* ------------------------------------------- */
/* 1. アスペクト比を固定するレスポンシブ設定 */
/* ------------------------------------------- */

.responsive-menu-map {
    position: relative;
    width: 100%;
    /* * 元画像のアスペクト比 (幅400px : 高さ約850px) を維持する
     * 計算式: (高さ / 幅) * 100% = (850 / 400) * 100 = 212.5% 
     * これにより、画像が常に縦長に伸縮する
     */
    padding-top: 212.5%;
    
    /* 背景にメニュー画像を設定 */
    background-image: url("../img/251111/menu.webp"); 
    background-size: 100% 100%; /* コンテナいっぱいに表示 */
    background-repeat: no-repeat;
}

/* ------------------------------------------- */
/* 2. リンクエリアの重ね合わせとパーセンテージ指定 */
/* ------------------------------------------- */

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-area {
    position: absolute;
    /* リンクが機能しているか分かりやすくするため、薄い枠線を一時的に表示 */
    /* border: 1px solid rgba(255, 0, 0, 0.5); */
    display: block;
    z-index: 10;
}

/* ------------------------------------------- */
/* 3. 各リンクエリアの配置 (すべてパーセンテージで指定) */
/* ------------------------------------------- */

/* 【靴下エリア】 幅45% + 左右の余白5% = 50%ずつ */
/* 左右の靴下は、width: 45%, height: 27% に統一して配置します */

/* 1段目: ART (ピンク) と JEWELRY & ACCESSORY (オレンジ) */
[data-area="art"] { 
    left: 5%; top: 4.7%; 
    width: 45%; height: 27%; 
}
[data-area="jewelry"] { 
    left: 55%; top: 4.7%; 
    width: 45%; height: 27%; 
}

/* 2段目: LIFE WITH CATS (緑) と FASHION (水色) */
[data-area="life-cats"] { 
    left: 5%; top: 34.1%; 
    width: 45%; height: 27%; 
}
[data-area="fashion"] { 
    left: 55%; top: 34.1%; 
    width: 45%; height: 27%; 
}

/* 3段目: LIVING GOODS (紫) と SWEETS (赤) */
[data-area="living"] { 
    left: 5%; top: 63.5%; 
    width: 45%; height: 27%; 
}
[data-area="sweets"] { 
    left: 55%; top: 63.5%; 
    width: 45%; height: 27%; 
}

/* 【猫イラストエリア】 幅32.5% + 余白 = 約33.3%ずつ */
/* 高さ: 約8.2% */
[data-area="event-cat"] { 
    left: 2.5%; top: 91.7%; 
    width: 32.5%; height: 8.2%; 
}
[data-area="workshop-cat"] { 
    left: 33.75%; top: 91.7%; 
    width: 32.5%; height: 8.2%; 
}
[data-area="art-cat"] { 
    left: 65%; top: 91.7%; 
    width: 32.5%; height: 8.2%; 
}