/*
Theme Name: fukurou-tei Teaser
Theme URI:https://github.com/esolab1004/fukurou-tei-teaser
Author: Esolab
Author URI: https://esolab.co.jp/
Description: 茶房 梟亭 ティザーサイト用テーマ
Version: 1.0
License: Esolab
License URI:https://esolab.co.jp/
*/

/****************************************
① まず変数を読み込む
****************************************/

/****************************************
変数定義
****************************************/

/****************************************
② リセットを読み込む
****************************************/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	margin-top: 0 !important;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "palt";
	color: #2c2520;
	font-weight: 400;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
	letter-spacing: 0.05em;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.jost {
	font-style: normal;
	font-weight: 500;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	letter-spacing: 0.06em;
}

/****************************************
③ 各メディアクエリなどを読み込む
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

/* -----------------------------------
  basic
----------------------------------- */

body {
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	padding-top: 0 !important;
	background: #ece3d0;
	font-size: 1.6rem;
	line-height: 1.8;
}

body .l-container {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 4rem;
}

body .m-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 4rem;
}

body .sp {
	display: none;
}

body .pc {
	display: block;
}

.layer-mv {
	padding: 12em 0 5em;
	background: #f5eedd;
}

.layer-mv__inner {
	text-align: center;
}

.layer-mv__inner .en {
	color: #6b5544;
	font-weight: 400;
	font-size: 2.4em;
	letter-spacing: 0.3em;
}

.layer-mv__inner .ja {
	margin-top: 0.6em;
	color: #2c2520;
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: 0.15em;
}

.layer-mv__inner .txt {
	margin-top: 2em;
	font-weight: 500;
	font-size: 0.9em;
}

/* -----------------------------------
  header
----------------------------------- */

.header {
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	border-bottom: solid 1px transparent;
	backdrop-filter: saturate(180%) blur(12px);
	background: rgba(236, 227, 208, 0.9);
	transition: 0.3s;
}

.header.scroll-nav {
	border-bottom-color: rgba(44, 37, 32, 0.18);
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__inner__logo {
	display: flex;
	align-items: center;
	transition: 0.2s;
}

.header__inner__logo:hover {
	opacity: 0.8;
}

.header__inner__logo a {
	display: block;
	text-decoration: none;
}

.header__inner__logo img {
	-o-object-fit: contain;
	display: block;
	width: 98px;
	height: 60px;
	object-fit: contain;
}

.header__inner__menu {
	display: flex;
	align-items: center;
}

.header__inner__menu li {
	margin-left: 2em;
}

.header__inner__menu li a {
	color: #2c2520;
	text-decoration: none;
	transition: 0.2s;
}

.header__inner__menu li a:hover .en {
	color: #b8a06b;
}

.header__inner__menu li a:hover .ja {
	color: #6b5544;
}

.header__inner__menu li a span {
	display: block;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.header__inner__menu li a .en {
	margin-bottom: 0.2em;
	color: #6b5544;
	font-size: 0.8em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.25em;
}

.header__inner__menu li a .ja {
	font-size: 0.9em;
}

.header-sp {
	display: none;
}

/* -----------------------------------
  footer
----------------------------------- */

.footer {
	padding: 5em 0 3em;
	background: #2c2520;
	color: #ece3d0;
}

.footer__logo {
	text-align: center;
}

.footer__logo a {
	display: inline-block;
	transition: 0.2s;
}

.footer__logo a:hover {
	opacity: 0.8;
}

.footer__logo img {
	display: block;
	width: auto;
	height: 110px;
	filter: invert(1);
}

.footer__menu {
	display: flex;
	justify-content: center;
	margin: 4em auto 0 !important;
}

.footer__menu__left {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 600px;
	gap: 0 2.5em;
	line-height: 3em;
}

.footer__menu__left li a {
	display: flex;
	align-items: center;
	color: #ece3d0;
	text-decoration: none;
	transition: 0.2s;
}

.footer__menu__left li a:hover {
	color: #b8a06b;
}

.footer__menu__left li a i {
	margin-right: 0.6em;
	color: #b8a06b;
	font-size: 0.9em;
}

.footer__address {
	margin-top: 2em;
	color: rgba(236, 227, 208, 0.85);
	font-style: normal;
	font-size: 0.92em;
	letter-spacing: 0.1em;
	text-align: center;
}

.footer__btm {
	margin-top: 3em;
	border-top: solid 1px rgba(236, 227, 208, 0.2);
}

.footer__btm__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2em 4rem 0 !important;
}

.footer__btm__inner a,
.footer__btm__inner span {
	color: #ece3d0;
	font-size: 0.8em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.footer__btm__inner a {
	transition: 0.2s;
}

.footer__btm__inner a i {
	margin-right: 0.5em;
}

.footer__btm__inner a:hover {
	color: #b8a06b;
}

/* -----------------------------------
  top - main visual
----------------------------------- */

.top-mv {
	position: relative;
	padding: 8em 0 6em;
}

.top-mv__inner .visual {
	position: relative;
}

.top-mv__inner .visual .photo-grid {
	display: grid;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	grid-template-columns: 1fr 1.6fr 1fr;
	aspect-ratio: 16/9;
	width: 100%;
	gap: 1rem;
}

.top-mv__inner .visual .photo-grid .photo {
	position: relative;
	overflow: hidden;
	background: #ddd0b4;
}

.top-mv__inner .visual .photo-grid .photo img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.2s;
}

.top-mv__inner .visual .photo-grid .photo:hover img {
	transform: scale(1.04);
}

.top-mv__inner .visual .photo-grid .photo.corridor {
	grid-row: 1;
	grid-column: 1;
}

.top-mv__inner .visual .photo-grid .photo.lounge {
	grid-row: 2/span 2;
	grid-column: 1;
}

.top-mv__inner .visual .photo-grid .photo.front {
	grid-row: 1/span 3;
	grid-column: 2;
}

.top-mv__inner .visual .photo-grid .photo.menu {
	grid-row: 1;
	grid-column: 3;
}

.top-mv__inner .visual .photo-grid .photo.window {
	grid-row: 2;
	grid-column: 3;
}

.top-mv__inner .visual .photo-grid .photo.audio {
	grid-row: 3;
	grid-column: 3;
}

.top-mv__inner .visual .catch {
	-webkit-backdrop-filter: saturate(160%) blur(14px);
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 4em);
	max-width: 760px;
	padding: 2.5em 2.5em;
	transform: translate(-50%, -50%);
	backdrop-filter: saturate(160%) blur(14px);
	background: rgba(236, 227, 208, 0.55);
	text-align: center;
	text-shadow: 0 1px 0 rgba(236, 227, 208, 0.4);
}

.top-mv__inner .visual .catch .lead {
	margin-bottom: 0.6em;
	color: #2c2520;
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 0.18em;
}

.top-mv__inner .visual .catch .lead .line {
	display: block;
	white-space: nowrap;
}

.top-mv__inner .visual .catch .date {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.3em;
	color: #2c2520;
	font-weight: 500;
	font-size: 5.5em;
	line-height: 1.05;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.02em;
}

.top-mv__inner .visual .catch .date .day {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25em;
	height: 1.25em;
	border: 0.05em solid currentColor;
	border-radius: 50%;
	font-weight: 500;
	font-size: 0.45em;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0;
}

.top-mv__inner .visual .catch .date .label {
	letter-spacing: 0.03em;
}

.top-mv__inner .note {
	margin-top: 1em;
	color: #5a4d40;
	font-size: 0.78em;
	letter-spacing: 0.05em;
	text-align: right;
}

/* -----------------------------------
  top - about
----------------------------------- */

.top-about {
	padding: 10em 0;
	background: #f5eedd;
}

.top-about__inner {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	align-items: start;
	gap: 6em;
}

.top-about__inner .title .en {
	display: inline-block;
	margin-bottom: 0.8em;
	color: #6b5544;
	font-size: 0.95em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.3em;
}

.top-about__inner .title .en::after {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-left: 1em;
	background: #6b5544;
	content: "";
	vertical-align: middle;
}

.top-about__inner .catch {
	margin: 0.8em 0 1.4em;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.top-about__inner .catch .en {
	display: block;
	margin-bottom: 0.2em;
	color: #2c2520;
	font-size: 0.95em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.18em;
}

.top-about__inner .desc p {
	margin-bottom: 1em;
	color: #5a4d40;
	font-size: 0.95em;
}

.top-about__inner .desc ruby rt {
	color: #6b5544;
	font-size: 0.55em;
	letter-spacing: 0.05em;
}

.top-about__inner .collection {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.top-about__inner .collection .item {
	aspect-ratio: 1/1;
	overflow: hidden;
	background: #ddd0b4;
}

.top-about__inner .collection .item img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.95);
	transition: 0.8s;
}

.top-about__inner .collection .item:hover img {
	transform: scale(1.05);
	filter: saturate(1.05);
}

/* -----------------------------------
  top - pre-open
----------------------------------- */

.top-preopen {
	padding: 10em 0;
	background: #ece3d0;
}

.top-preopen__inner {
	text-align: center;
}

.top-preopen__inner .title .en {
	display: inline-block;
	margin-bottom: 0.8em;
	color: #6b5544;
	font-size: 0.95em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.3em;
}

.top-preopen__inner .title .en::after {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-left: 1em;
	background: #6b5544;
	content: "";
	vertical-align: middle;
}

.top-preopen__inner .title .ja {
	margin-bottom: 1.5em;
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}

.top-preopen__inner .panel {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding: 4.5em 4em 4em;
	border: 1px solid rgba(44, 37, 32, 0.18);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.25));
}

.top-preopen__inner .panel::before,
.top-preopen__inner .panel::after {
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid #2c2520;
	content: "";
}

.top-preopen__inner .panel::before {
	top: -1px;
	left: -1px;
	border-right: 0;
	border-bottom: 0;
}

.top-preopen__inner .panel::after {
	right: -1px;
	bottom: -1px;
	border-top: 0;
	border-left: 0;
}

.top-preopen__inner .panel__visual {
	position: relative;
	aspect-ratio: 21/9;
	margin: 0 -1em 2.5em;
	overflow: hidden;
	background: #ddd0b4;
}

.top-preopen__inner .panel__visual img {
	-o-object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.9) brightness(0.97);
}

.top-preopen__inner .panel__visual::before {
	z-index: 2;
	position: absolute;
	inset: 0;
	border: solid 1px rgba(236, 227, 208, 0.7);
	content: "";
	pointer-events: none;
}

.top-preopen__inner .panel__top {
	margin-bottom: 2.5em;
	text-align: center;
}

.top-preopen__inner .panel__top .kicker {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.8em;
	gap: 1em;
	color: #6b5544;
	font-style: italic;
	font-size: 1.05em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.3em;
}

.top-preopen__inner .panel__top .kicker::before,
.top-preopen__inner .panel__top .kicker::after {
	display: inline-block;
	width: 28px;
	height: 1px;
	background: #6b5544;
	content: "";
	opacity: 0.6;
}

.top-preopen__inner .panel__top .invitation {
	color: #2c2520;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.7;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.12em;
}

.top-preopen__inner .panel .schedule {
	position: relative;
	margin-bottom: 2.2em;
	padding: 2.5em 0 2em;
	border-top: 1px solid rgba(44, 37, 32, 0.18);
	border-bottom: 1px solid rgba(44, 37, 32, 0.18);
	text-align: center;
}

.top-preopen__inner .panel .schedule .month {
	display: inline-flex;
	align-items: center;
	margin-bottom: 1.2em;
	gap: 1.2em;
	color: #6b5544;
	font-size: 1em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.4em;
}

.top-preopen__inner .panel .schedule .month::before,
.top-preopen__inner .panel .schedule .month::after {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: #6b5544;
	content: "";
	opacity: 0.5;
}

.top-preopen__inner .panel .schedule .days {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 0 1.4em;
	gap: 3.5em;
}

.top-preopen__inner .panel .schedule .days .day {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	min-width: 100px;
	text-align: center;
}

.top-preopen__inner .panel .schedule .days .day:not(:last-child)::after {
	position: absolute;
	top: 60%;
	right: -2em;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #6b5544;
	content: "";
	opacity: 0.3;
}

.top-preopen__inner .panel .schedule .days .day .num {
	color: #2c2520;
	font-weight: 500;
	font-size: 5em;
	line-height: 1;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.02em;
}

.top-preopen__inner .panel .schedule .days .day .dow {
	margin-top: 0.4em;
	color: #6b5544;
	font-style: italic;
	font-size: 0.95em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.15em;
}

.top-preopen__inner .panel .schedule .ja-date {
	color: #5a4d40;
	font-size: 0.92em;
	letter-spacing: 0.15em;
}

.top-preopen__inner .panel .lead {
	color: #5a4d40;
	font-size: 0.92em;
	line-height: 2;
	text-align: center;
}

.top-preopen__inner .panel .lead a {
	padding-bottom: 1px;
	border-bottom: solid 1px currentColor;
	color: inherit;
	text-decoration: none;
	transition: 0.2s;
}

.top-preopen__inner .panel .lead a:hover {
	color: #6b5544;
}

/* -----------------------------------
  top - access
----------------------------------- */

.top-access {
	padding: 10em 0;
	background: #f5eedd;
}

.top-access__inner .title {
	text-align: center;
}

.top-access__inner .title .en {
	display: inline-block;
	margin-bottom: 0.8em;
	color: #6b5544;
	font-size: 0.95em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.3em;
}

.top-access__inner .title .en::after {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-left: 1em;
	background: #6b5544;
	content: "";
	vertical-align: middle;
}

.top-access__inner .title .ja {
	margin-bottom: 2em;
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}

.top-access__inner .container {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	align-items: start;
	gap: 4em;
}

.top-access__inner .container__info dl {
	display: grid;
	gap: 1.4em;
}

.top-access__inner .container__info dl .row {
	display: grid;
	grid-template-columns: 110px 1fr;
	padding-bottom: 1.4em;
	gap: 1.2em;
	border-bottom: 1px solid rgba(44, 37, 32, 0.18);
}

.top-access__inner .container__info dl .row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.top-access__inner .container__info dl .row dt {
	padding-top: 0.3em;
	color: #6b5544;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.15em;
}

.top-access__inner .container__info dl .row dd {
	font-size: 0.95em;
	line-height: 1.85;
}

.top-access__inner .container__info dl .row dd small {
	color: #5a4d40;
	font-size: 0.85em;
}

.top-access__inner .container__map .map {
	aspect-ratio: 4/3;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(44, 37, 32, 0.18);
	background: #f5eedd;
}

.top-access__inner .container__map .map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.top-access__inner .container__map .map-actions {
	display: flex;
	flex-direction: column;
	margin-top: 1.2em;
	gap: 0.6em;
}

.top-access__inner .container__map .map-actions .map-btn {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 0.95em 1.2em;
	border: 1px solid #2c2520;
	outline: none;
	background: #ffffff;
	color: #2c2520;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.top-access__inner .container__map .map-actions .map-btn > i {
	font-size: 0.95em;
	transition: opacity 0.3s, transform 0.3s, color 0.3s;
}

.top-access__inner .container__map .map-actions .map-btn > i:first-child {
	margin-right: 0.7em;
}

.top-access__inner .container__map .map-actions .map-btn > i.ex {
	position: absolute;
	top: 50%;
	right: 1.2em;
	transform: translateY(-50%);
	font-size: 0.75em;
	opacity: 0.55;
}

.top-access__inner .container__map .map-actions .map-btn span {
	flex: 0 0 auto;
}

.top-access__inner .container__map .map-actions .map-btn:hover,
.top-access__inner .container__map .map-actions .map-btn:focus-visible {
	border-color: #6b5544;
	background: #6b5544;
	color: #ece3d0;
	opacity: 1;
}

.top-access__inner .container__map .map-actions .map-btn:hover > i,
.top-access__inner .container__map .map-actions .map-btn:focus-visible > i {
	color: #ece3d0;
}

.top-access__inner .container__map .map-actions .map-btn:hover .ex,
.top-access__inner .container__map .map-actions .map-btn:focus-visible .ex {
	transform: translate(2px, -50%);
	opacity: 1;
}

.top-access__inner .container__map .map-actions .map-btn:focus-visible {
	box-shadow: 0 0 0 3px rgba(107, 85, 68, 0.3);
}

.top-access__inner .container__map .map-actions .map-btn.primary {
	border-color: #2c2520;
	background: #2c2520;
	color: #ece3d0;
}

.top-access__inner .container__map .map-actions .map-btn.primary > i {
	color: #ece3d0;
}

.top-access__inner .container__map .map-actions .map-btn.primary .ex {
	opacity: 0.8;
}

.top-access__inner .container__map .map-actions .map-btn.primary:hover,
.top-access__inner .container__map .map-actions .map-btn.primary:focus-visible {
	border-color: #6b5544;
	background: #6b5544;
	color: #ece3d0;
}

/* -----------------------------------
  top - blog
----------------------------------- */

.top-blog {
	padding: 10em 0;
	background: #ece3d0;
}

.top-blog__inner .title {
	text-align: center;
}

.top-blog__inner .title .en {
	display: inline-block;
	margin-bottom: 0.8em;
	color: #6b5544;
	font-size: 0.95em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.3em;
}

.top-blog__inner .title .en::after {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-left: 1em;
	background: #6b5544;
	content: "";
	vertical-align: middle;
}

.top-blog__inner .title .ja {
	margin-bottom: 2em;
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}

.top-blog__inner .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2em;
}

.top-blog__inner .list .box {
	background: #f5eedd;
}

.top-blog__inner .list .box a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}

.top-blog__inner .list .box a:hover {
	transform: translateY(-2px);
	opacity: 1;
}

.top-blog__inner .list .box__thumb {
	aspect-ratio: 16/10;
	overflow: hidden;
	background: #ddd0b4;
}

.top-blog__inner .list .box__thumb img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-blog__inner .list .box__btm {
	padding: 1.4em 1.6em 1.8em;
}

.top-blog__inner .list .box__btm .date {
	display: block;
	margin-bottom: 0.6em;
	color: #6b5544;
	font-size: 0.85em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.2em;
}

.top-blog__inner .list .box__btm .title-txt {
	color: #2c2520;
	font-weight: 500;
	font-size: 1.05em;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.top-blog__inner .empty {
	padding: 3em 0;
	color: #5a4d40;
	text-align: center;
}

.top-blog__inner .more {
	margin-top: 3em;
	text-align: center;
}

.top-blog__inner .more .btn {
	display: inline-block;
	padding: 1em 3em;
	border: 1px solid #2c2520;
	color: #2c2520;
	font-size: 0.9em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.2em;
	text-decoration: none;
	transition: 0.3s;
}

.top-blog__inner .more .btn:hover {
	background: #2c2520;
	color: #ece3d0;
	opacity: 1;
}

/* -----------------------------------
  blog archive
----------------------------------- */

.blog-archive {
	padding: 5em 0 8em;
}

.blog-archive__inner {
	max-width: 800px;
}

.blog-archive__inner .box {
	margin-bottom: 2em;
	background: #f5eedd;
}

.blog-archive__inner .box a {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 1.5em;
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}

.blog-archive__inner .box a:hover {
	opacity: 0.85;
}

.blog-archive__inner .box__thumb {
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #ddd0b4;
}

.blog-archive__inner .box__thumb img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-archive__inner .box__btm {
	padding: 1.4em 1.6em;
}

.blog-archive__inner .box__btm .date {
	display: block;
	margin-bottom: 0.5em;
	color: #6b5544;
	font-size: 0.85em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.2em;
}

.blog-archive__inner .box__btm .title-txt {
	margin-bottom: 0.6em;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.blog-archive__inner .box__btm .excerpt {
	color: #5a4d40;
	font-size: 0.88em;
	line-height: 1.8;
}

.blog-archive__inner .pagenavi {
	margin-top: 3em;
	text-align: center;
}

.blog-archive__inner .pagenavi .page-numbers {
	display: inline-flex;
	gap: 0.6em;
}

.blog-archive__inner .pagenavi .page-numbers a,
.blog-archive__inner .pagenavi .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 1em;
	border: 1px solid rgba(44, 37, 32, 0.18);
	color: #2c2520;
	font-size: 0.9em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: 0.2s;
}

.blog-archive__inner .pagenavi .page-numbers a:hover,
.blog-archive__inner .pagenavi .page-numbers span:hover {
	background: #f5eedd;
}

.blog-archive__inner .pagenavi .page-numbers .current {
	border-color: #2c2520;
	background: #2c2520;
	color: #ece3d0;
}

/* -----------------------------------
  blog single
----------------------------------- */

.blog-single {
	padding: 5em 0 8em;
}

.blog-single__inner {
	max-width: 800px;
}

.blog-single__inner__top {
	margin-bottom: 3em;
	text-align: center;
}

.blog-single__inner__top .right {
	margin-top: 1.5em;
}

.blog-single__inner__top .right__date {
	margin-bottom: 0.5em;
	color: #6b5544;
	font-size: 0.95em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.25em;
}

.blog-single__inner__top .right__title {
	color: #2c2520;
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.blog-single__inner .thumb {
	margin: 2em 0;
}

.blog-single__inner .thumb img {
	width: 100%;
	height: auto;
}

.blog-single__inner .btm {
	margin-top: 4em;
	padding-top: 2em;
	border-top: solid 1px rgba(44, 37, 32, 0.18);
	text-align: center;
}

.blog-single__inner .btm a {
	color: #6b5544;
	text-decoration: none;
	transition: 0.2s;
}

.blog-single__inner .btm a:hover {
	color: #2c2520;
}

/* -----------------------------------
  error
----------------------------------- */

.error {
	padding: 5em 0 10em;
}

.error__inner {
	max-width: 760px;
	text-align: center;
}

.error__inner .main-title {
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

.error__inner .main-desc {
	margin-bottom: 2em;
	color: #5a4d40;
	line-height: 1.9;
}

.error__inner .btn a {
	display: inline-block;
	padding: 1em 3em;
	border: 1px solid #2c2520;
	color: #2c2520;
	font-size: 0.9em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.2em;
	text-decoration: none;
	transition: 0.3s;
}

.error__inner .btn a i {
	margin-right: 0.6em;
}

.error__inner .btn a:hover {
	background: #2c2520;
	color: #ece3d0;
}

/****************************************
① まず変数を読み込む
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

/****************************************
④ 投稿ページ用などがあれば最後に読み込む
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

#post-style p {
	padding: 0.8em 0;
	line-height: 2em;
}

#post-style p.center {
	text-align: center;
}

#post-style p.right {
	text-align: right;
}

#post-style a {
	padding-bottom: 1px;
	border-bottom: solid 1px currentColor;
	color: #6b5544;
	text-decoration: none;
	transition: 0.3s;
}

#post-style a:hover {
	color: #b8a06b;
}

#post-style .img {
	margin: 2.5em 0;
	text-align: center;
}

#post-style .img.flex {
	display: flex;
	gap: 1em;
}

#post-style .img.flex img {
	width: 50%;
}

#post-style .img img {
	width: 80%;
}

#post-style h2 {
	position: relative;
	margin: 1.5em 0 1em;
	padding: 0.5em 0 0.5em 1em;
	border-left: solid 4px #6b5544;
	color: #2c2520;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

#post-style h3 {
	position: relative;
	margin: 1.5em 0 0.8em;
	padding-bottom: 0.4em;
	border-bottom: solid 1px rgba(44, 37, 32, 0.18);
	font-weight: 600;
	font-size: 1.25em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

#post-style h4 {
	margin: 1.4em 0 0.6em;
	color: #6b5544;
	font-weight: 600;
	font-size: 1.1em;
}

#post-style ul,
#post-style ol {
	margin: 1em 0 1em 1.5em;
}

#post-style ul li,
#post-style ol li {
	margin-bottom: 0.4em;
	line-height: 1.9;
	list-style: disc;
}

#post-style ol li {
	list-style: decimal;
}

#post-style blockquote {
	margin: 1.4em 0;
	padding: 0.6em 1.4em;
	border-left: 3px solid #6b5544;
	background: #f5eedd;
	color: #5a4d40;
	font-style: italic;
}

#post-style code {
	padding: 0.1em 0.4em;
	background: #f5eedd;
	font-size: 0.9em;
}

#post-style .marker-orange {
	background: linear-gradient(transparent 65%, rgba(184, 160, 107, 0.5) 65%);
}

/****************************************
⑤ アニメーション
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

/* -----------------------------------
  Inline SVG icon
----------------------------------- */

.icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 1;
	vertical-align: -0.125em;
}

.icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* -----------------------------------
  Accessibility utilities
----------------------------------- */

.visually-hidden {
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	white-space: nowrap;
}

.visually-hidden-focusable {
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	white-space: nowrap;
}

.visually-hidden-focusable:focus,
.visually-hidden-focusable:active {
	clip: auto;
	z-index: 99999;
	position: fixed !important;
	top: 0.8em;
	left: 50%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.8em 1.6em;
	overflow: visible;
	transform: translateX(-50%);
	border-radius: 0;
	outline: 2px solid #b8a06b;
	outline-offset: 2px;
	background: #2c2520;
	color: #ece3d0;
	font-size: 0.95em;
	letter-spacing: 0.1em;
	text-decoration: none;
	white-space: normal;
}

/* -----------------------------------
  FAQ section
----------------------------------- */

.top-faq {
	padding: 10em 0;
	background: #f5eedd;
}

.top-faq__inner .title {
	text-align: center;
}

.top-faq__inner .title .en {
	display: inline-block;
	margin-bottom: 0.8em;
	color: #6b5544;
	font-size: 0.95em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.3em;
}

.top-faq__inner .title .en::after {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-left: 1em;
	background: #6b5544;
	content: "";
	vertical-align: middle;
}

.top-faq__inner .title .ja {
	margin-bottom: 2em;
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}

.top-faq__inner .faq-list {
	max-width: 820px;
	margin: 0 auto;
}

.top-faq__inner .faq-list .row {
	padding: 1.6em 0;
	border-bottom: 1px solid rgba(44, 37, 32, 0.18);
}

.top-faq__inner .faq-list .row:first-child {
	border-top: 1px solid rgba(44, 37, 32, 0.18);
}

.top-faq__inner .faq-list .row dt {
	display: flex;
	align-items: baseline;
	margin-bottom: 0.6em;
	gap: 0.6em;
	color: #2c2520;
	font-weight: 500;
	font-size: 1.02em;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.top-faq__inner .faq-list .row dt .q {
	flex: 0 0 auto;
	color: #6b5544;
	font-size: 1.2em;
	font-family: "Cormorant Garamond", serif;
}

.top-faq__inner .faq-list .row dd {
	display: flex;
	align-items: baseline;
	margin: 0;
	gap: 0.6em;
	color: #5a4d40;
	font-size: 0.95em;
	line-height: 1.95;
}

.top-faq__inner .faq-list .row dd .a {
	flex: 0 0 auto;
	color: #6b5544;
	font-weight: 600;
	font-size: 1.2em;
	font-family: "Cormorant Garamond", serif;
}

/* -----------------------------------
  Easing tokens
----------------------------------- */

/* -----------------------------------
  Reveal on scroll
----------------------------------- */

.reveal {
	transform: translateY(36px);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: opacity, transform;
}

.reveal.is-revealed {
	transform: none;
	opacity: 1;
}

.reveal-stagger > * {
	transform: translateY(28px);
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: opacity, transform;
}

.reveal-stagger.is-revealed > *:nth-child(1) {
	transform: none;
	opacity: 1;
	transition-delay: 0s;
}

.reveal-stagger.is-revealed > *:nth-child(2) {
	transform: none;
	opacity: 1;
	transition-delay: 0.08s;
}

.reveal-stagger.is-revealed > *:nth-child(3) {
	transform: none;
	opacity: 1;
	transition-delay: 0.16s;
}

.reveal-stagger.is-revealed > *:nth-child(4) {
	transform: none;
	opacity: 1;
	transition-delay: 0.24s;
}

.reveal-stagger.is-revealed > *:nth-child(5) {
	transform: none;
	opacity: 1;
	transition-delay: 0.32s;
}

.reveal-stagger.is-revealed > *:nth-child(6) {
	transform: none;
	opacity: 1;
	transition-delay: 0.4s;
}

.reveal-stagger.is-revealed > *:nth-child(7) {
	transform: none;
	opacity: 1;
	transition-delay: 0.48s;
}

.reveal-stagger.is-revealed > *:nth-child(8) {
	transform: none;
	opacity: 1;
	transition-delay: 0.56s;
}

.reveal-stagger.is-revealed > *:nth-child(9) {
	transform: none;
	opacity: 1;
	transition-delay: 0.64s;
}

.reveal-stagger.is-revealed > *:nth-child(10) {
	transform: none;
	opacity: 1;
	transition-delay: 0.72s;
}

.reveal-stagger.is-revealed > *:nth-child(n+11) {
	transform: none;
	opacity: 1;
	transition-delay: 0.8s;
}

.image-reveal {
	position: relative;
	overflow: hidden;
}

.image-reveal img {
	transform: scale(1.1);
	filter: brightness(0.85) saturate(0.85);
	transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.image-reveal.is-revealed img {
	transform: scale(1);
	filter: brightness(1) saturate(1);
}

.text-reveal {
	transform: translateY(18px);
	letter-spacing: 0.3em;
	filter: blur(2px);
	opacity: 0;
	transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.text-reveal.is-revealed {
	transform: none;
	letter-spacing: 0.12em;
	filter: blur(0);
	opacity: 1;
	transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), letter-spacing 1.4s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* -----------------------------------
  Hero entrance — page load
----------------------------------- */

.top-mv__inner .visual .photo-grid .photo {
	animation: heroPhotoIn 1.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
	opacity: 0;
}

.top-mv__inner .visual .photo-grid .photo.corridor {
	animation-delay: 0.15s;
}

.top-mv__inner .visual .photo-grid .photo.front {
	animation-delay: 0.25s;
}

.top-mv__inner .visual .photo-grid .photo.menu {
	animation-delay: 0.35s;
}

.top-mv__inner .visual .photo-grid .photo.lounge {
	animation-delay: 0.45s;
}

.top-mv__inner .visual .photo-grid .photo.window {
	animation-delay: 0.55s;
}

.top-mv__inner .visual .photo-grid .photo.audio {
	animation-delay: 0.65s;
}

.top-mv__inner .visual .catch {
	animation: catchPanelIn 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.95s forwards;
	opacity: 0;
}

.top-mv__inner .visual .catch .lead {
	transform: translateY(14px);
	animation: heroFadeIn 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 1.2s forwards;
	opacity: 0;
}

.top-mv__inner .visual .catch .date {
	transform: translateY(14px);
	animation: heroFadeIn 1s cubic-bezier(0.22, 0.61, 0.36, 1) 1.4s forwards;
	opacity: 0;
}

.top-mv__inner .note {
	transform: translateY(8px);
	animation: heroFadeIn 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 1.6s forwards;
	opacity: 0;
}

/* -----------------------------------
  Header — page load fade-in
----------------------------------- */

.header,
.header-sp {
	animation: headerIn 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s both;
}

/* -----------------------------------
  Hover refinements
----------------------------------- */

.top-mv__inner .visual .photo-grid .photo img {
	transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.top-about__inner .collection .item img {
	transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.top-blog__inner .list .box {
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.top-blog__inner .list .box:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px -22px rgba(44, 37, 32, 0.35);
}

.top-blog__inner .list .box a:hover {
	transform: none;
}

.blog-archive__inner .box {
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.blog-archive__inner .box:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px -22px rgba(44, 37, 32, 0.3);
}

/* -----------------------------------
  Pre-open visual hover
----------------------------------- */

.top-preopen__inner .panel__visual:hover img {
	transform: scale(1.04);
	transition: transform 1.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* -----------------------------------
  Section title shimmer
----------------------------------- */

.section-title-shimmer {
	display: inline-block;
	position: relative;
}

.section-title-shimmer::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 25%, rgba(236, 227, 208, 0.6) 50%, transparent 75%);
	background-position: 200% 0;
	background-size: 200% 100%;
	content: "";
	animation: shimmer 4s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
	mix-blend-mode: overlay;
	pointer-events: none;
}

/* -----------------------------------
  Reduce motion
----------------------------------- */

@media (prefers-reduced-motion: reduce) {

html {
	scroll-behavior: auto;
}

.reveal,
.reveal-stagger > *,
.image-reveal img,
.text-reveal,
.top-mv__inner .visual .photo-grid .photo,
.top-mv__inner .visual .catch,
.top-mv__inner .visual .catch .lead,
.top-mv__inner .visual .catch .date,
.top-mv__inner .note,
.header,
.header-sp {
	transform: none !important;
	animation: none !important;
	filter: none !important;
	opacity: 1 !important;
	transition: none !important;
}

}

@media only screen and (max-width:1279px) {

/* -----------------------------------
    basic
  ----------------------------------- */

body {
	font-size: 1.55rem;
}

body .l-container {
	padding: 0 3rem;
}

body .m-container {
	padding: 0 3rem;
}

.layer-mv {
	padding: 10em 0 4em;
}

.layer-mv__inner .en {
	font-size: 2em;
}

.layer-mv__inner .ja {
	font-size: 1.1em;
}

/* -----------------------------------
    header
  ----------------------------------- */

.header__inner__menu li {
	margin-left: 1.4em;
}

.header__inner__menu li a .en {
	font-size: 0.72em;
}

.header__inner__menu li a .ja {
	font-size: 0.85em;
}

/* -----------------------------------
    footer
  ----------------------------------- */

.footer__menu__left {
	gap: 0 1.8em;
}

.footer__btm__inner {
	padding: 2em 3rem 0 !important;
}

/* -----------------------------------
    top - main visual
  ----------------------------------- */

.top-mv {
	padding: 7em 0 5em;
}

.top-mv__inner .visual .catch {
	max-width: 620px;
	padding: 2em 2em;
}

.top-mv__inner .visual .catch .lead {
	font-size: 1.3em;
}

.top-mv__inner .visual .catch .date {
	font-size: 4.4em;
}

/* -----------------------------------
    top - about
  ----------------------------------- */

.top-about {
	padding: 8em 0;
}

.top-about__inner {
	gap: 4em;
}

.top-about__inner .catch {
	font-size: 1.35em;
}

/* -----------------------------------
    top - pre-open
  ----------------------------------- */

.top-preopen {
	padding: 8em 0;
}

.top-preopen__inner .panel {
	padding: 3.5em 3em 3em;
}

.top-preopen__inner .panel .schedule .days {
	gap: 2.5em;
}

.top-preopen__inner .panel .schedule .days .day {
	min-width: 90px;
}

.top-preopen__inner .panel .schedule .days .day:not(:last-child)::after {
	right: -1.5em;
}

.top-preopen__inner .panel .schedule .days .day .num {
	font-size: 4.2em;
}

/* -----------------------------------
    top - access
  ----------------------------------- */

.top-access {
	padding: 8em 0;
}

.top-access__inner .container {
	gap: 3em;
}

/* -----------------------------------
    top - blog
  ----------------------------------- */

.top-blog {
	padding: 8em 0;
}

.top-blog__inner .list {
	gap: 1.5em;
}

/* -----------------------------------
    blog archive
  ----------------------------------- */

.blog-archive__inner .box a {
	grid-template-columns: 200px 1fr;
	gap: 1.2em;
}

}

@media only screen and (max-width:767px) {

/* -----------------------------------
    basic
  ----------------------------------- */

body {
	font-size: 1.5rem;
}

body .l-container {
	padding: 0 2rem;
}

body .m-container {
	padding: 0 2rem;
}

body .sp {
	display: block;
}

body .pc {
	display: none;
}

.layer-mv {
	padding: 9em 0 3em;
}

.layer-mv__inner .en {
	font-size: 1.6em;
}

.layer-mv__inner .ja {
	font-size: 1em;
}

/* -----------------------------------
    header (PC)
  ----------------------------------- */

.header {
	display: none;
}

/* -----------------------------------
    header (SP)
  ----------------------------------- */

.header-sp {
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	display: flex;
	z-index: 9999;
	position: fixed;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	border-bottom: solid 1px transparent;
	backdrop-filter: saturate(180%) blur(12px);
	background: rgba(236, 227, 208, 0.9);
	transition: 0.3s;
}

.header-sp.scroll-nav {
	border-bottom-color: rgba(44, 37, 32, 0.18);
}

.header-sp__btm {
	display: flex;
	z-index: 9999;
	align-items: center;
	justify-content: space-between;
}

.header-sp__btm__logo {
	margin: 0.8em 1em;
}

.header-sp__btm__logo a {
	display: block;
	text-decoration: none;
}

.header-sp__btm__logo img {
	display: block;
	width: auto;
	height: 44px;
}

.header-sp__btm__hamb {
	display: flex;
	z-index: 9999;
	align-items: center;
	padding: 1em 1.2em;
	background: rgba(255, 255, 255, 0);
	cursor: pointer;
}

.header-sp__btm__hamb__inner {
	display: flex;
	align-items: center;
	gap: 0.8em;
}

.header-sp__btm__hamb__inner__span {
	position: relative;
	width: 24px;
	height: 18px;
}

.header-sp__btm__hamb__inner__span span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: #2c2520;
	transition: 0.3s;
}

.header-sp__btm__hamb__inner__span span:nth-child(1) {
	top: 0;
}

.header-sp__btm__hamb__inner__span span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.header-sp__btm__hamb__inner__span span:nth-child(3) {
	bottom: 0;
}

.header-sp__btm__hamb__inner__txt p {
	color: #2c2520;
	font-size: 0.9em;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.2em;
}

.header-sp.active .header-sp__btm__hamb__inner__span span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.header-sp.active .header-sp__btm__hamb__inner__span span:nth-child(2) {
	opacity: 0;
}

.header-sp.active .header-sp__btm__hamb__inner__span span:nth-child(3) {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%) rotate(-45deg);
}

.header-sp__nav {
	-webkit-backdrop-filter: blur(8px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 6em 2em 2em;
	overflow-y: auto;
	transform: translateX(100%);
	backdrop-filter: blur(8px);
	background: rgba(236, 227, 208, 0.98);
	transition: 0.4s;
}

.header-sp__nav.active {
	transform: translateX(0);
}

.header-sp__nav__list li {
	border-bottom: solid 1px rgba(44, 37, 32, 0.18);
}

.header-sp__nav__list li a {
	display: block;
	padding: 1.4em 0.5em;
	color: #2c2520;
	font-weight: 500;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.header-sp__nav__list li a .jost {
	margin-left: 1em;
	color: #6b5544;
	font-size: 0.65em;
	letter-spacing: 0.25em;
}

/* -----------------------------------
    footer
  ----------------------------------- */

.footer {
	padding: 4em 0 2em;
}

.footer__menu {
	margin: 3em auto 0 !important;
}

.footer__menu__left {
	flex-direction: column;
	align-items: center;
	gap: 0;
	line-height: 2.5em;
}

.footer__btm__inner {
	flex-direction: column;
	padding: 2em 2rem 0 !important;
	gap: 1em;
}

/* -----------------------------------
    top - main visual
  ----------------------------------- */

.top-mv {
	padding: 6em 0 5em;
}

.top-mv__inner .visual .photo-grid {
	grid-template-rows: repeat(4, minmax(0, 1fr));
	grid-template-columns: 1fr 1fr;
	aspect-ratio: 1/1.45;
}

.top-mv__inner .visual .photo-grid .photo.corridor {
	grid-row: 1;
	grid-column: 1;
}

.top-mv__inner .visual .photo-grid .photo.front {
	grid-row: 1/span 2;
	grid-column: 2;
}

.top-mv__inner .visual .photo-grid .photo.menu {
	grid-row: 2;
	grid-column: 1;
}

.top-mv__inner .visual .photo-grid .photo.lounge {
	grid-row: 3;
	grid-column: 1;
}

.top-mv__inner .visual .photo-grid .photo.window {
	grid-row: 3;
	grid-column: 2;
}

.top-mv__inner .visual .photo-grid .photo.audio {
	grid-row: 4;
	grid-column: 1/span 2;
}

.top-mv__inner .visual .catch {
	width: calc(100% - 1.5em);
	max-width: none;
	padding: 1.8em 1.2em;
}

.top-mv__inner .visual .catch .lead {
	margin-bottom: 0.4em;
	font-size: 1.05em;
	letter-spacing: 0.1em;
}

.top-mv__inner .visual .catch .date {
	font-size: 2.8em;
}

/* -----------------------------------
    top - about
  ----------------------------------- */

.top-about {
	padding: 6em 0;
}

.top-about__inner {
	grid-template-columns: 1fr;
	gap: 3em;
}

.top-about__inner .catch {
	font-size: 1.2em;
}

.top-about__inner .collection {
	gap: 0.6rem;
}

/* -----------------------------------
    top - pre-open
  ----------------------------------- */

.top-preopen {
	padding: 6em 0;
}

.top-preopen__inner .title .ja {
	font-size: 1.3em;
}

.top-preopen__inner .panel {
	padding: 2.8em 1.6em 2.4em;
}

.top-preopen__inner .panel__visual {
	aspect-ratio: 16/10;
	margin: 0 -0.6em 1.8em;
}

.top-preopen__inner .panel__top {
	margin-bottom: 1.8em;
}

.top-preopen__inner .panel__top .kicker {
	gap: 0.6em;
	font-size: 0.9em;
}

.top-preopen__inner .panel__top .kicker::before,
.top-preopen__inner .panel__top .kicker::after {
	width: 18px;
}

.top-preopen__inner .panel__top .invitation {
	font-size: 0.98em;
	letter-spacing: 0.08em;
}

.top-preopen__inner .panel .schedule {
	margin-bottom: 1.6em;
	padding: 1.8em 0 1.5em;
}

.top-preopen__inner .panel .schedule .month {
	margin-bottom: 1em;
	gap: 0.8em;
	font-size: 0.85em;
}

.top-preopen__inner .panel .schedule .month::before,
.top-preopen__inner .panel .schedule .month::after {
	width: 22px;
}

.top-preopen__inner .panel .schedule .days {
	gap: 1.6em;
}

.top-preopen__inner .panel .schedule .days .day {
	min-width: 0;
}

.top-preopen__inner .panel .schedule .days .day:not(:last-child)::after {
	right: -1em;
	width: 0.4em;
	height: 0.4em;
}

.top-preopen__inner .panel .schedule .days .day .num {
	font-size: 3.4em;
}

.top-preopen__inner .panel .schedule .days .day .dow {
	font-size: 0.82em;
	letter-spacing: 0.1em;
}

.top-preopen__inner .panel .schedule .ja-date {
	font-size: 0.82em;
	letter-spacing: 0.08em;
}

.top-preopen__inner .panel .lead {
	font-size: 0.85em;
}

/* -----------------------------------
    top - access
  ----------------------------------- */

.top-access {
	padding: 6em 0;
}

.top-access__inner .title .ja {
	font-size: 1.3em;
}

.top-access__inner .container {
	grid-template-columns: 1fr;
	gap: 2.5em;
}

.top-access__inner .container__map .map {
	aspect-ratio: 4/3;
}

.top-access__inner .container__info dl .row {
	grid-template-columns: 90px 1fr;
	padding-bottom: 1em;
	gap: 0.8em;
}

/* -----------------------------------
    top - blog
  ----------------------------------- */

.top-blog {
	padding: 6em 0;
}

.top-blog__inner .title .ja {
	font-size: 1.3em;
}

.top-blog__inner .list {
	grid-template-columns: 1fr;
	gap: 1.5em;
}

/* -----------------------------------
    blog archive
  ----------------------------------- */

.blog-archive {
	padding: 3em 0 5em;
}

.blog-archive__inner .box a {
	grid-template-columns: 1fr;
	gap: 0;
}

/* -----------------------------------
    blog single
  ----------------------------------- */

.blog-single {
	padding: 3em 0 5em;
}

.blog-single__inner__top .right__title {
	font-size: 1.4em;
}

#post-style h2 {
	font-size: 1.3em;
}

#post-style h3 {
	font-size: 1.15em;
}

#post-style .img img {
	width: 100%;
}

.top-faq {
	padding: 6em 0;
}

.top-faq__inner .title .ja {
	font-size: 1.3em;
}

.top-faq__inner .faq-list .row {
	padding: 1.4em 0;
}

.top-faq__inner .faq-list .row dt {
	gap: 0.4em;
	font-size: 0.98em;
}

.top-faq__inner .faq-list .row dd {
	gap: 0.4em;
	font-size: 0.9em;
}

}

@media only screen and (max-width:479px) {

/* -----------------------------------
    basic
  ----------------------------------- */

body .l-container {
	padding: 0 1.6rem;
}

body .m-container {
	padding: 0 1.6rem;
}

/* -----------------------------------
    top - main visual
  ----------------------------------- */

.top-mv {
	padding: 5em 0 3em;
}

.top-mv__inner .visual .catch {
	padding: 1.4em 1em;
}

.top-mv__inner .visual .catch .lead {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.top-mv__inner .visual .catch .date {
	font-size: 2.2em;
}

/* -----------------------------------
    top - access
  ----------------------------------- */

.top-access__inner .container__info dl .row {
	grid-template-columns: 1fr;
	gap: 0.4em;
}

.top-access__inner .container__info dl .row dt {
	padding-top: 0;
}

}

@keyframes heroPhotoIn {

from {
	transform: scale(1.06);
	opacity: 0;
}

to {
	transform: scale(1);
	opacity: 1;
}

}

@keyframes heroFadeIn {

to {
	transform: none;
	opacity: 1;
}

}

@keyframes catchPanelIn {

from {
	transform: translate(-50%, -46%);
	opacity: 0;
}

to {
	transform: translate(-50%, -50%);
	opacity: 1;
}

}

@keyframes headerIn {

from {
	transform: translateY(-12px);
	opacity: 0;
}

to {
	transform: none;
	opacity: 1;
}

}

@keyframes shimmer {

to {
	background-position: -200% 0;
}

}

