/*!
Theme Name: kozorasou
Author: 12ban
Author URI: https://12ban.jp/
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kozorasou
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kozorasou is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


:root {
	--fz70: calc(70 / 16 * 1rem);
	--fz60: calc(60 / 16 * 1rem);
	--fz50: calc(50 / 16 * 1rem);
	--fz48: calc(48 / 16 * 1rem);
	--fz42: calc(42 / 16 * 1rem);
	--fz40: calc(40 / 16 * 1rem);
	--fz35: calc(35 / 16 * 1rem);
	--fz32: calc(32 / 16 * 1rem);
	--fz30: calc(30 / 16 * 1rem);
	--fz29: calc(29 / 16 * 1rem);
	--fz28: calc(28 / 16 * 1rem);
	--fz27: calc(27 / 16 * 1rem);
	--fz26: calc(26 / 16 * 1rem);
	--fz25: calc(25 / 16 * 1rem);
	--fz24: calc(24 / 16 * 1rem);
	--fz23: calc(23 / 16 * 1rem);
	--fz22: calc(22 / 16 * 1rem);
	--fz21: calc(21 / 16 * 1rem);
	--fz20: calc(20 / 16 * 1rem);
	--fz19: calc(19 / 16 * 1rem);
	--fz18: calc(18 / 16 * 1rem);
	--fz17: calc(17 / 16 * 1rem);
	--fz16: calc(16 / 16 * 1rem);
	--fz15: calc(15 / 16 * 1rem);
	--fz14: calc(14 / 16 * 1rem);
	--fz13: calc(13 / 16 * 1rem);
	--fz12_5: calc(12.5 / 16 * 1rem);
	--fz12: calc(12 / 16 * 1rem);
	--fz11: calc(11 / 16 * 1rem);
	--fz10: calc(10 / 16 * 1rem);
	--fz9: calc(9 / 16 * 1rem);
	--fz8: calc(8 / 16 * 1rem);

	--lh-body: 2.2;
	--lh-heading: 1.5;
	--lh-tight: 1.2;

	--blue: #042C76;
	--blue-translucent: rgba(4,44,118,0.5);
	--beige: #E9E3DB;

	--space-side-sp: 5%;
}

@media (max-width: 767px) {
	:root {
		--fz70: clamp(0.625rem, 19.0vw, 4.375rem);
		--fz60: clamp(0.625rem, 17.0vw, 3.75rem);
		--fz50: clamp(0.625rem, 14.8vw, 3.125rem);
		--fz48: clamp(0.625rem, 14.31vw, 3rem);
		--fz42: clamp(0.625rem, 12.31vw, 2.625rem);
		--fz40: clamp(0.625rem, 11.31vw, 2.5rem);
		--fz35: clamp(0.625rem, 9.31vw, 2.1875rem);
		--fz32: clamp(0.625rem, 8.54vw, 2rem);
		--fz30: clamp(0.625rem, 7.99vw, 1.875rem);
		--fz29: clamp(0.625rem, 7.74vw, 1.8125rem);
		--fz28: clamp(0.625rem, 7.43vw, 1.75rem);
		--fz27: clamp(0.625rem, 7.19vw, 1.6875rem);
		--fz26: clamp(0.625rem, 6.92vw, 1.625rem);
		--fz25: clamp(0.625rem, 6.66vw, 1.5625rem);
		--fz24: clamp(0.625rem, 6.40vw, 1.5rem);
		--fz23: clamp(0.625rem, 6.13vw, 1.4375rem);
		--fz22: clamp(0.625rem, 5.84vw, 1.375rem);
		--fz21: clamp(0.625rem, 5.43vw, 1.3125rem);
		--fz20: clamp(0.625rem, 5.33vw, 1.25rem);
		--fz19: clamp(0.625rem, 5.05vw, 1.1875rem);
		--fz18: clamp(0.625rem, 4.78vw, 1.125rem);
		--fz17: clamp(0.625rem, 4.54vw, 1.0625rem);
		--fz16: clamp(0.625rem, 4.25vw, 1rem);
		--fz15: clamp(0.625rem, 4.0vw, 0.9375rem);
		--fz14: clamp(0.625rem, 3.72vw, 0.875rem);
		--fz13: clamp(0.625rem, 3.47vw, 0.8125rem);
		--fz12_5: clamp(0.625rem, 3.32vw, 0.78125rem);
		--fz12: clamp(0.625rem, 3.19vw, 0.75rem);
		--fz11: clamp(0.5625rem, 2.94vw, 0.6875rem);
		--fz10: clamp(0.5rem, 2.70vw, 0.625rem);
		--fz9: clamp(0.4375rem, 2.5vw, 0.5625rem);
		--fz8: clamp(0.375rem, 2.2vw, 0.5rem);
	}
}



/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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


/* 表示アニメーション
--------------------------------------------- */
body{
	animation: fadein 2s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}



/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size:var(--fz16);
	line-height: var(--lh-body);
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.12em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


@media (max-width: 767px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size:var(--fz14);
	}
}


/* Elements
--------------------------------------------- */
body {
	background-color: #fff;
	margin:0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
/* 	color: #000; */
}

a:hover,
a:focus,
a:active {
/* 	color: #191919; */
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 49%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 49%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/* 	margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* Kozorasou
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd {
	font-weight:400;
	margin:0;
	clear: both;
}

p {
	margin-bottom: 0;
}

p + h2, p + h3, p + h4,
table + h2, table + h3, table + h4{
	margin-top:50px;
}

p + p {
	margin-top: 2.75em;
}

a{
	color: #000;
	text-decoration:none;
	background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

img{
	display:block;
	max-width:100%;
	vertical-align:middle;
}

address{
	font-style:normal;
}

@media (max-width: 767px) {
	
}


.u-serif-ja,
.wp-block-heading{
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-style: normal;
}
.u-serif-ja b{
	font-weight: 600;
}
.u-serif-en{
	font-family: "adobe-caslon-pro", serif;
	font-weight: 600;
	font-style: normal;
}

.u-sansserif{
	font-family:sans-serif;
}


/* parts */
.u-contents-width{
	max-width:950px;
	width:90%;
	margin:0 auto
}
.u-contents-width-wide{
	max-width:1100px;
	width:90%;
	margin:0 auto
}

.u-small{
	font-size:0.7em;
}

.u-text-center{
	text-align:center;
}
.u-text-right{
	text-align:right;
}
.u-object-right{
	margin-left:auto;
}
.u-object-center{
	margin-left: auto;
	margin-right: auto;
}

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

.u-tategaki{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.is-flex {
	display: flex;
}
.u-row-reverse{
	flex-direction: row-reverse;
}
ul.is-flex,
ul.is-flex-pc,
ol.is-flex,
ol.is-flex-pc{
	padding:0;
	margin:0;
	list-style:none;
}

.c-btn-group{
	margin-top: 3rem;
}
.c-btn-group--center{
	text-align: center;
}
.c-btn{
	display:inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration:none;
	line-height: 1.4;
	vertical-align: middle;
	border:1px solid rgba(0,0,0,0.25);
	border-radius:999px;
	padding:0.75em 1.5em;
}
a.c-btn:hover{
	color:#fff;
	background:#000;
}
.c-btn--arrow::after{
	content:"";
	display:block;
	width:8px;
	height:auto;
	aspect-ratio:8/6;
	background:url(img/icon_arrow_right.svg) center center no-repeat;
	margin-left: 1em;
}
.c-btn.c-btn--arrow:hover::after{
	background:url(img/icon_arrow_white_right.svg) center center no-repeat;
}
.c-btn.c-btn--arrow-left::before{
	content:"";
	display:block;
	width:8px;
	height:auto;
	aspect-ratio:8/6;
	background:url(img/icon_arrow_left.svg) center center no-repeat;
	margin-right: 1em;
}
.c-btn.c-btn--arrow-left:hover::before{
	background:url(img/icon_arrow_white_left.svg) center center no-repeat;
}

@media (min-width: 768px) {
	.u-tategaki-pc{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.u-object-right-pc{
		margin-left:auto;
	}
	.u-object-center-pc{
		margin-left: auto;
		margin-right: auto;
	}
	
	.is-flex-pc {
		display: flex;
	}

}
@media (max-width: 767px) {
	.u-tategaki-sp{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.u-object-right-sp{
		margin-left:auto;
	}
	.u-object-center-sp{
		margin-left: auto;
		margin-right: auto;
	}
	
	.is-flex-sp {
		display: flex;
	}
}

.effect {
	opacity: 0;
}

.effect.is-active {
	-webkit-animation-name: fadeup;
	animation-name: fadeup;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.u-flex-cols{
	display:flex;
	flex-wrap:wrap;
	gap:var(--row-gap, 60px) var(--col-gap, 8.5%);
}
.u-flex-cols > *{
	flex:0 0 calc((100% - (var(--col-gap) * (var(--cols) - 1))) / var(--cols));
}

.u-cols-2{
	--cols:2;
	--col-gap:8.5%;
	--row-gap:80px;
}
.u-cols-3{
	--cols:3;
	--col-gap:5%;
	--row-gap:60px;
}

.c-inner{
	max-width: 950px;
	width: 85%;
	padding:15vw 0;
	margin: 0 auto;
	transition: all 0.3s ease-in-out 0s;
}

.c-inner--wide{
	max-width: 1100px;
}

@media (min-width: 1440px){
	.c-inner{
		max-width: 1050px;
	}
	.c-inner--wide{
		max-width: 1200px;
	}
}

@media (min-width: 1600px){
	.c-inner{
		max-width: 1200px;
	}
	.c-inner--wide{
		max-width: 1350px;
	}
}

.c-title{
	display: grid;
	gap: .5em;
	margin-bottom: 8vw;
}
.c-title__main{
	font-size: var(--fz50);
	line-height: var(--lh-heading);
	letter-spacing: 0.12em;
}
.c-title__sub{
	font-size: var(--fz24);
	line-height: 1.6;
}
.c-title--center{
	text-align:center;
}
@media (max-width: 767px) {
	.c-title__main{
		font-size: var(--fz30);
		letter-spacing: 0.1em;
	}
}

.tag-list{
	display:flex;
	flex-wrap:wrap;
	gap:0.5em;
}
.tag-list .tag-item{
	display:flex;
	font-size: var(--fz12);
	font-family:sans-serif;
	line-height:1;
	letter-spacing:0;
	background: var(--beige);
	border-radius:999px;
	padding:0.35em 1.35em;
}

@media (max-width: 767px) {
	.tag-list .tag-item{
		font-size: var(--fz11);
		padding:0.35em 1.0em;
		word-break: break-all;
	}
}


.acc-wrap {
	overflow: hidden;
}
.acc-btn {
	display: flex;
    justify-content: space-between;
    align-items: center;
	cursor: pointer;
	line-height: 1.45;
	position: relative;
}
.acc-btn > span{
	display:block;
	width:20px;
	aspect-ratio:1/1;
	margin-left: 0.5em;
	position:relative;
}
.acc-btn > span::before,
.acc-btn > span::after{
	content: '';
	display: block;
	background:rgba(0,0,0,0.75);
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.acc-btn > span::before {
	width:100%;
	height:1px;
}
.acc-btn > span::after {
	width:1px;
	height:100%;
}
.acc-btn.acc-open > span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.acc-cont {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
	.acc-btn > span{
		width:15px;
	}
}

.filter{
	position:relative;
}
.filter::before{
	content:"";
	display:block;
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	inset:0;
	z-index:1;
}
.filter > *{
	position:relative;
	z-index:2;
}

.fix-bnr{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:3;
}
.fix-bnr a{
	display:flex;
	justify-content: center;
	align-items:center;
	width:200px;
	height:120px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}

svg|a:link,
svg|a:visited {
	cursor: pointer;
}

@media (min-width: 768px) {
	.is-pc-none {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.is-sp-none {
		display: none !important;
	}
	
	.fix-bnr{
		bottom: 110px;
	}
}








/* Header */
.c-header{
	background:#fff;
	padding: 0.8rem 0;

	position:sticky;
	top:0;
	left:0;
	right:0;
    z-index: 6;
	
/* 	transform:translateY(-100%); */
	transform: translateY(0);

	transition:transform .5s cubic-bezier(.22,.61,.36,1), background-color 0.5s ease;
	will-change:transform;
}
.c-header__inner{
	display:flex;
	justify-content: space-between;
	align-items: center;
    width: 95%;
    max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
body.header-hide .c-header{
	transform: translateY(-100%);
}
body.header-show .c-header{
	transform: translateY(0);
}
.c-header__logo{
/* 	max-width:230px; */
	font-size: var(--fz18);
	position: relative;
	z-index: 4;
}
.c-header__nav,
.c-header__cta,
.c-header__actions{
	align-items:center;
	gap:1rem;
}
.c-header__action-item.c-btn{
	height: 100%;
	font-size: var(--fz12);
	padding: 0.5em 2em;
}
.nav-overlay .c-header__action-item.c-btn{
}
.c-header__action-item.c-btn::before,
.c-fixed-actions__link::before{
	content:"";
	display:block;
	width:25px;
	height:17px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.75em;
}
/*
.c-header__action-item--calendar::before,
.c-header__action-item--reserve::before{
	content:"";
	display:block;
	width:25px;
	height:17px;
	background:url(img/icon_cart.svg) center center no-repeat;
	background-size:contain;
	margin-right:0.75em;
}
*/
.c-header__action-item--calendar::before,
.c-fixed-actions__link--calendar::before{
	background-image:url(img/icon_calendar.svg);
}
a.c-header__action-item--calendar:hover::before,
a.c-fixed-actions__link--calendar:hover::before{
	background-image:url(img/icon_calendar_white.svg);
}

.c-header__action-item--reserve::before,
.c-fixed-actions__link--reserve::before{
	background-image:url(img/icon_bed.svg);
}
a.c-header__action-item--reserve:hover::before,
a.c-fixed-actions__link--reserve:hover::before{
	background-image:url(img/icon_bed_white.svg);
}

.c-header__action-item--shop::before,
.c-fixed-actions__link--shop::before{
	background-image:url(img/icon_cafe.svg);
}
a.c-header__action-item--shop:hover::before,
a.c-fixed-actions__link--shop:hover::before{
	background-image:url(img/icon_cafe_white.svg);
}

.c-header__action-item--tel::before,
.c-fixed-actions__link--tel::before{
	background-image:url(img/icon_tel.svg);
}
a.c-header__action-item--tel:hover::before,
a.c-fixed-actions__link--tel:hover::before{
	background-image:url(img/icon_tel_white.svg);
}

.c-header__action-item--shopping{
	margin:0 1rem;
}
.c-header__action-item--shopping img{
	min-width:26px;
}
body header .c-header__nav .c-header__actions{
	transition: all 0.3s ease-in-out 0s;
}
body.is-menu-open header .c-header__nav .c-header__actions{
	opacity: 0;
	pointer-events: none;
}

.c-header__action-acc{
	position:relative;
}
.c-header__action-acc-btn{
	cursor: pointer;
	position:relative;
	z-index:2;
}
.c-header__action-acc-cont{
	padding-top:7px;
	opacity:0;
	pointer-events: none;
	position:absolute;
	top: 100%;
	z-index:1;
	transform:translateY(-20%);
	transition: all 0.3s ease-in-out 0s;
}
.c-header__action-acc-cont > .c-btn{
	width: 100%;
	font-size: var(--fz13);
	background:#fff;
	padding: 0.5em 1em;
}
.c-header__action-acc-cont > .c-btn + .c-btn{
	margin-top:7px;
}
.c-header__action-acc.is-open .c-header__action-acc-cont{
	opacity:1;
	pointer-events:auto;
	transform:translateY(0);
}

@media (min-width: 769px) {
	body.header-show.active #masthead {
		background:rgba(255,255,255,1);
	}
	body.header-show.active .main-navigation ul li *{
		color:#000;
		text-shadow:none;
	}
}
@media (max-width: 768px) {
	.c-header__action-item.c-btn::before,
	.c-fixed-actions__link::before{
		margin-right:0.35em;
	}
}


/* Hamburger menu */
.c-hamburger {
	position: relative;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 25px;
	height: 14px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.c-hamburger__line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: all .6s;
}
/* light zone（黒） */
body.is-header-logo-black .c-hamburger__line{
/* 	background-color:var(--blue); */
}
body.is-menu-open .c-hamburger__line{
/* 	background-color:#fff; */
}
.c-hamburger__line:nth-of-type(1) { top: 0; }
.c-hamburger__line:nth-of-type(2) { top: 50%; }
.c-hamburger__line:nth-of-type(3) { top: 100%; }
.c-hamburger.active .c-hamburger__line {
/* 	background-color: #fff; */
}
.c-hamburger.active .c-hamburger__line:nth-of-type(1) {
    transform: translateY(7px) rotate(-30deg);
}
.c-hamburger.active .c-hamburger__line:nth-of-type(2) {
    opacity:0;
}
.c-hamburger.active .c-hamburger__line:nth-of-type(3) {
    transform: translateY(-7px) rotate(30deg);
}

.nav-overlay {
	position: fixed;
	top: 0;
	right: 0;
	z-index:4;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.0);
	transition: all 0.3s ease-in-out 0s;
	pointer-events: none;
}
.nav-overlay.active{
	background-color: rgba(255,255,255,0.5);
	pointer-events:auto;
}
.nav-overlay .nav-overlay__content {
	position: relative;
	inset:0;
	z-index:3;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	padding: 80px 3% 80px;
	margin-left: auto;
	transition: all 0.3s ease-in-out 0s;
	opacity:0;
}
.nav-overlay.active .nav-overlay__content {
	right: 0;
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;
}
.nav-overlay__content a{
/* 	color:#000; */
}
.nav-overlay__content nav{

}
.nav-overlay__content nav .c-header__nav-list{
	padding:0;
	margin:0;
	list-style:none;
}
.nav-overlay__content nav .c-header__nav-item{
	width:100%;
}
.nav-overlay__content nav .c-header__nav-item.acc-wrap{
	border-bottom:1px solid rgba(0,0,0,0.5);
}
.nav-overlay__content nav .c-header__nav-item.acc-wrap .acc-btn{
	padding-bottom:1.5em;
}
.nav-overlay__content nav .c-header__nav-item + .c-header__nav-item{
	margin-top:2em;
}
.nav-overlay__content nav .c-header__nav-list .c-header__nav-item > a{

}
.nav-overlay .nav-overlay__content .c-contact__area-group-address li + li{
	margin-top:0;
}

.c-header__nav-item-title{
	line-height:var(--lh-tight);
}
.c-header__nav-item-title .u-serif-en{
	font-size: var(--fz24);
}
.c-header__nav-item-title span{
	font-size: var(--fz13);
}

.c-header__nav-contact .c-header__nav-item-title{
	margin-bottom:1.5em;
}
.c-header__nav-contact .c-header__nav-item-title + p{
	font-size: var(--fz14);
	line-height:var(--lh-heading);
	margin-bottom:3.5em;
}

.nav-overlay .nav-overlay__content nav{
	position:relative;
}
.nav-overlay .nav-overlay__content nav .c-header__actions{

}
.nav-overlay .nav-overlay__content nav .c-header__actions .c-btn{
	display:flex;
	padding: 0.5em 1em;
	margin: 0 0 0.65em;
}
.nav-overlay .nav-overlay__content nav .c-header__actions .c-btn::before{
	display:none;
}
.nav-overlay .nav-overlay__content nav .c-header__actions .c-header__action-item--shopping::before{
	content:"";
	display:block;
	width:25px;
	height:17px;
	background:url(img/icon_cart.svg) center center no-repeat;
	background-size:contain;
	margin-right:0.75em;
}
.nav-overlay .nav-overlay__content nav .c-header__actions a.c-header__action-item--shopping:hover::before{
	background-image:url(img/icon_cart_white.svg);
}

.nav-overlay .nav-overlay__content nav .c-fixed-actions__link{
	align-items:center;
	font-size: var(--fz14);
}

@media (min-width: 768px) {
	.nav-overlay .nav-overlay__content nav,
	.c-header__nav-contact{
		flex-wrap: wrap;
        align-items: flex-start;
		gap: 12%;
		max-width: 1200px;
        margin: auto;
	}
	.nav-overlay .c-header__nav-list,
	.c-header__nav-contact .c-header__nav-item-title-set{
		flex:0 0 250px;
	}
	.nav-overlay .c-header__nav-store,
	.c-contact__area-groups{
		flex:1;
	}
	.c-header__nav-item-title{
		align-items: center;
		gap: 1em;
	}
	.c-header__nav-item-title .u-serif-en {
	    font-size: var(--fz28);
	}
	.c-header__nav-item-title span {
	    font-size: var(--fz12);
	    margin-top: -0.2em;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions{
		border-top: 1px solid rgba(0, 0, 0, 0.5);
		border-bottom: 1px solid rgba(0, 0, 0, 0.5);
		padding-bottom: 0.5em;
	}
	.nav-overlay .nav-overlay__content nav .c-fixed-actions__link{
		border-top: 1px solid rgba(0, 0, 0, 0.5);
		padding: 1.5em 0.25em 0;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions .c-btn{
		justify-content: flex-start;
		border:0;
		border-radius:0;
		padding: 1.5em 0.25em;
		margin:0;
		position:relative;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions .c-btn__no-icon{
		padding: 0.75em 0.25em;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions .c-btn:hover{
		color:#000;
		background-color:transparent;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions .c-header__action-item--shopping:hover::before{
		background-image:url(img/icon_cart.svg) !important;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions .c-header__action-item--shopping::before,
	.nav-overlay .c-fixed-actions__link--reserve::before{
		width:30px;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions .c-btn::after{
		content:"";
		display:block;
		width:18px;
		height:18px;
		background:url(img/icon_arrow_right.svg) center center no-repeat;
		background-size: 50%;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        position:absolute;
        top:50%;
        right:0.25em;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out 0s;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions .c-btn:hover::after{
		background-image:url(img/icon_arrow_white_right.svg);
        background-color:#000;
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions .c-btn.c-btn__no-icon{
		padding-left: calc(30px + 1em);
	}
	.nav-overlay__content nav .c-header__nav-item.acc-wrap{
		border:0;
	}
	.nav-overlay__content nav .c-header__nav-item.acc-wrap .acc-btn {
	    padding-bottom: 0;
	}
	.nav-overlay__content .c-header__nav-store .acc-cont{
		max-height:none !important;
	}
	.nav-overlay__content nav .c-header__nav-contact{
		margin-top: 8vw !important;
	}
	.c-contact__area-groups .c-contact__area-group{
		max-width: none;
	}
	.c-header__nav-contact .c-header__nav-item-title span,
	.nav-overlay__content .c-header__nav-store .acc-btn > span{
		display:none;
	}
}
@media (max-width: 767px) {
	.c-header {
    }
    .c-header__inner{
	    width: 90%;
    }
    .c-header__inner::before{
	    content:"";
    }
    .c-header__logo{
		font-size: var(--fz15);
    }
    .c-header__inner::before,
    .c-header__nav{
	    flex:1;
    }
    .c-header__nav{
	    justify-content: flex-end;
    }
	.nav-overlay__content nav > ul > li > a {

	}
	.nav-overlay .nav-overlay__content {
		padding: 80px 5%;
	}
	.c-header__nav-store {
	    margin-top: 2em;
	}
	.c-header__nav-contact .c-header__nav-item-title + p{
		font-size: var(--fz12);
	}
	.nav-overlay .nav-overlay__content nav .c-header__actions{
		max-width:calc(200px + 10%);
		width: calc(42vw + 10%);
		padding-left: 10%;
		margin-top:0;
		position:absolute;
		top:0;
		right:0;
	}
	
	.nav-overlay__content nav .c-header__nav-store .acc-wrap{
		border-bottom:1px solid rgba(0,0,0,0.5);
	}
	.nav-overlay__content nav .c-header__nav-store .acc-wrap .acc-btn{
		padding-bottom:1.5em;
	}
}



/* =========================================
	Concept Hero (Home)
========================================= */
.c-concept{
	position:relative;
	height:100svh;
	background:#fff;
	overflow:hidden;
/* 	z-index:10; */
}

.c-concept .c-inner{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	position:absolute;
	inset:0;
	z-index:2;
	pointer-events:none;
}

.c-concept .text{
	font-size: clamp(0.95rem, 1.2vw, 1.15rem);
	color:#fff;
	letter-spacing: 0.15em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	opacity:0;
	transform: translateY(10px);
	transition: opacity .6s ease, transform .6s ease;
}

.c-concept.is-text-show .text{
	opacity:1;
	transform: translateY(0);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.c-concept .text p{
	line-height: 2.1;
	margin:0;
}

.c-concept .text p + p{
/* 	margin-right: 2.2em; */
}

.c-concept .bg{
	position:absolute;
	inset:0;
	z-index:1;
}

.c-concept .bg .bg__mask::before{
	content:"";
	display:block;
	background:rgba(0,0,0,0.1);
	position:absolute;
	inset:0;
	z-index: 1;
}

.c-concept .bg .bg__mask,
.c-concept .bg .bg__mask img{
	width:100%;
	height:100%;
}
.c-concept .bg .bg__mask img{
	object-fit:cover;
}

.c-concept .bg__item{
	position:absolute;
	inset:0;
	opacity:0;
	transition: opacity 2.5s ease;
	will-change: opacity;
	clip-path: inset(0 0 0 0);
}

.c-concept .bg__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.c-concept .bg__item.is-active{
	opacity: 1;
}


@media (min-width: 768px) {
	.c-concept .c-inner{
		padding: 15vh 0 0;
	}
	.c-concept.is-text-show .text{
		height: 100%;
		margin-right:auto;
	}
	.c-concept.is-text-show .text p:nth-of-type(2){
		margin-right: 8vw;
		margin-top: 8vh;
	}
}
@media (max-width: 767px) {
	.c-concept .text{
		height:85svh;
	}
}


/* =========================================
   マスクズーム（画面比率で中央から開く）
========================================= */

.c-concept .bg__item.is-reveal{
	opacity: 1;
	transition: none;
	clip-path: inset(50% 50% 50% 50%);
	animation: heroOpen 2.0s cubic-bezier(.77, 0, .18, 1) forwards;
	will-change: clip-path;
}

@keyframes heroOpen{
	to{
		clip-path: inset(0 0 0 0);
	}
}

.c-concept .bg__item img{
	transform: translateZ(0);
	backface-visibility: hidden;
}

.c-concept .bg__item img{
	transition: transform 5s ease;
}
.c-concept .bg__item.is-active img{
	transform: scale(1.03);
}

.c-concept[data-transition="vertical"] .bg__item{
	transform: translateY(6%);
}
.c-concept[data-transition="vertical"] .bg__item.is-active{
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
	.c-concept .bg__item,
	.c-concept .text{
		transition:none !important;
	}
	.c-concept .bg__item.is-reveal{
		animation:none !important;
		clip-path: inset(0 0 0 0) !important;
	}
}

/* =========================================
	1文字ずつ表示（縦書き対応）
========================================= */
.c-concept .text .char{
	display:inline-block;
	opacity:0;
	transform: translateY(0.25em);
	filter: blur(2px);
	transition: opacity 1.45s ease, transform 1.45s ease, filter 1.45s ease;
	will-change: opacity, transform, filter;
}

.c-concept.is-char-show .text .char.is-on{
	opacity:1;
	transform: translateY(0);
	filter: blur(0);
}

@media (prefers-reduced-motion: reduce){
	.c-concept .text .char{
		transition:none !important;
		opacity:1 !important;
		transform:none !important;
		filter:none !important;
	}
}

/* =========================================
	スクロールダウンアニメーション
========================================= */
.scroll {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.5s ease, transform 1.5s ease;
}
.scroll.is-show{
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 30px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}




/* =========================================
	Common Layout
========================================= */

main > section,
.c-information__contents > section{
	padding-top:5vw;
}

@media (max-width: 767px) {
	main > section{
		padding-top:8vw;
	}
}

.c-siteTitle{
	display:flex;
	justify-content: center;
	align-items:center;
	height:50vh;
	text-align:center;
}

.c-block-title .text{
	padding:0 7.5%;
	position:relative;
	z-index: 1;
}
.c-block-title .title{
	font-size: var(--fz25);
	font-weight:bold;
	line-height:var(--lh-heading);
	letter-spacing: 0.15em;
}
.c-block-title .lead{
	font-size:0.9em;
	margin-top: 1em;
}
.u-tategaki .lead{
	margin-top:0;
	margin-right:1em;
}
.c-block-title .image{
	width:100%;
}
@media (max-width: 767px){
	.c-block-title .title{
		font-size: var(--fz18);
	}
	.c-block-title.is-has-image{
		height:60vh;
		position:relative;
	}
	.c-block-title .image{
		width:100%;
		height:48svh;
		position:absolute;
		left:0;
		bottom:0;
	}
	.c-block-title .image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.c-block-title .lead{
		margin-top: 0.5em;
	}
	.u-tategaki .lead{
		margin-top:0;
		margin-right:0.4em;
	}
}

.c-pageTitleImage{
	width:100%;
	position:relative;
}
.c-pageTitleImage img{
	width:100%;
	max-height:590px;
	
	height:70vh;
	object-fit:cover;
}
.c-pageTitleImage::before{
	content:"";
	display:block;
	background:rgba(0,0,0,0.3);
	position:absolute;
	inset:0;
}

.item > a{
	display:block;
}

@media (max-width: 767px){
	.c-pageTitleImage img{
		height:50vh;
	}
}



/* =========================================
	store calendar base
========================================= */

.store-calendar {
	margin-top: 20px;
	font-size: var(--fz14);
}

/* =========================================
	header
========================================= */

.store-calendar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height:1;
	margin-bottom: 20px;
}

.store-calendar__head-center {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.store-calendar__title {
	font-size: var(--fz32);
	font-weight: 600;
}

.store-calendar__title big {
	font-size: 1.6em;
}

.store-calendar__nav {
/* 	width: 80px; */
	text-align: center;
}

.store-calendar__month-button {
	display: inline-block;
	padding: 6px 1.5em;
	border: 1px solid #ccc;
	border-radius: 999px;
	font-size: var(--fz13);
	text-decoration: none;
	color: #333;
	transition: 0.2s;
}

.store-calendar__month-button:hover {
	background: #f5f5f5;
}

@media (max-width: 767px){
	.store-calendar__title big {
		font-size: 1.4em;
	}
}


/* =========================================
	board
========================================= */

.store-calendar__board {
	overflow-x: auto;
}

/* グリッド本体 */
.store-calendar__grid {
	display: grid;
	grid-template-columns: 220px repeat(var(--store-calendar-days), minmax(0, 1fr));
	min-width: 900px;
}

@media (max-width: 767px){
	body.single-store .store-calendar__grid {
		grid-template-columns: 160px repeat(var(--store-calendar-days), minmax(0, 1fr));
	}
}


/* =========================================
	header（日付行）
========================================= */

.store-calendar__grid--days {
	line-height:1.5;
	border-bottom: 1px solid #ddd;
}

.store-calendar__label--blank {
	border-right: 1px solid #ddd;
}

.store-calendar__day {
	padding: 6px 0;
	text-align: center;
	border-right: 1px solid #eee;
}

.store-calendar__day-num {
	font-size: var(--fz12);
}

.store-calendar__day-week {
	font-size: var(--fz10);
	color: #666;
}

/* 土日色 */
.store-calendar__day.is-sun .store-calendar__day-week {
	color: #d33;
}
.store-calendar__day.is-sat .store-calendar__day-week {
	color: #36c;
}


/* =========================================
	body
========================================= */

.store-calendar__grid--body {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	align-items: stretch;
}

.store-calendar__label--store {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
}

.c-store__detail .store-calendar__label--store,
.store-calendar__store-link--single {
	display: flex;
    align-items: center;
    height: 100%;
	font-size: var(--fz14);
	font-weight: 600;
	padding:0 10px;
}
.store-calendar__store-link--single:hover {
	color:#fff;
	background:#444;
}

.store-calendar__label--group-store .store-calendar__store-heading{
	padding:5px 10px 0;
}
.store-calendar__label--group-store .store-calendar__store-list{
	display:flex;
	flex-wrap:wrap;
	font-size: var(--fz11);
	line-height:var(--lh-heading);
	padding:0;
	margin:0 0 5px;
	list-style:none;
}
.store-calendar__label--group-store .store-calendar__store-list .tag-item{
	padding: 0.25em 0.75em;
}

.store-calendar__track {
	position: relative;
	min-width: 0;
	height: 50px;
	border-bottom: 1px solid #eee;
}
.store-calendar__label--group-store + .store-calendar__track {
	height: 90px;
}

.store-calendar__cells {
	display: grid;
	grid-template-columns: repeat(var(--store-calendar-days), minmax(0, 1fr));
	height: 100%;
}

.store-calendar__cell {
	border-right: 1px solid #eee;
	height: 100%;
}

.store-calendar__cell.is-sun {
	background: rgba(255, 0, 0, 0.04);
}

.store-calendar__cell.is-sat {
	background: rgba(0, 0, 255, 0.04);
}

.store-calendar__cell.is-today {
	position: relative;
}

.store-calendar__cell.is-today::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: red;
	transform: translateX(-50%);
}

@media (max-width: 767px){
	body.single-store .store-calendar__grid--body {
		grid-template-columns: 160px minmax(0, 1fr);
	}
}


/* =========================================
	holiday
========================================= */

.store-calendar__holidays {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.store-calendar__holiday-mark {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
}

.store-calendar__holiday-mark span {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 90%;
    max-width: 18px;
    height: auto;
	font-size: var(--fz10);
	color: #fff;
    line-height:1;
    aspect-ratio: 1 / 1;
	background: #c33;
	border-radius: 999px;
	white-space: nowrap;
}


/* =========================================
	event bar
========================================= */

.store-calendar__events {
	position: absolute;
	inset: 0;
}

.store-calendar__event {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	min-width: 0;
}

.store-calendar__event-link,
.store-calendar__event-button {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	max-width: 100%;
	background: #444;
	color: #fff;
	border-radius: 6px;
	padding: 0 8px;
	font-size: var(--fz12);
	text-decoration: none;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}

.store-calendar__event-link:hover,
.store-calendar__event-button:hover {
	opacity: 0.85;
}

.store-calendar__event-text {
	display: block;
	min-width: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* =========================================
	empty
========================================= */

.store-calendar__empty {
	margin-top: 20px;
	color: #888;
}

.store-calendar__notice {
	margin: 12px 0 16px;
	font-size: var(--fz13);
	color: #666;
	position: absolute;
    width: 100%;
    text-align: center;
}

.store-calendar__note{
	font-size: var(--fz12);
	margin-top:0.5em;
}

/* =========================================
	store calendar modal
========================================= */

.store-calendar-modal[hidden] {
	display: none;
}

.store-calendar-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
}

.store-calendar-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.store-calendar-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(640px, calc(100% - 32px));
	margin: 60px auto;
	background: #fff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.store-calendar-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	background: transparent;
	font-size: var(--fz24);
	line-height: 1;
	cursor: pointer;
}

.store-calendar-modal__date {
	margin-bottom: 10px;
	font-size: var(--fz13);
	color: #666;
}

.store-calendar-modal__title {
	margin-bottom: 16px;
	font-size: var(--fz22);
	font-weight: 600;
}

.store-calendar-modal__description {
	font-size: var(--fz14);
	line-height: 1.8;
}

.store-calendar-modal__link-wrap {
	margin-top: 20px;
}

.is-store-calendar-modal-open {
	overflow: hidden;
}

/* =========================================
	store calendar ajax
========================================= */

.js-store-calendar-ajax-wrap {
	padding-top: 1px;
	position: relative;
}

.js-store-calendar-ajax-wrap.is-loading {
	pointer-events: none;
}

.js-store-calendar-ajax-wrap.is-loading::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 5;
}

.store-calendar {
	opacity: 1;
	transform: translateX(0);
	transition:
		opacity 0.28s ease,
		transform 0.28s ease;
}

.store-calendar.is-leaving {
	opacity: 0;
}

.js-store-calendar-ajax-wrap.is-slide-next .store-calendar {
	opacity: 0;
	transform: translateX(20px);
}

.js-store-calendar-ajax-wrap.is-slide-next .store-calendar.is-entered {
	opacity: 1;
	transform: translateX(0);
}

.js-store-calendar-ajax-wrap.is-slide-prev .store-calendar {
	opacity: 0;
	transform: translateX(-20px);
}

.js-store-calendar-ajax-wrap.is-slide-prev .store-calendar.is-entered {
	opacity: 1;
	transform: translateX(0);
}






/* =========================
	Access (Home)
========================= */

.c-access{

}
.c-access__map{
	padding-left: 8vw;
    position: relative;
}
.c-access__map-legend{
	font-size: var(--fz15);
	padding:0;
	margin:0;
	list-style:none;
	position: absolute;
    top: 0;
    left: 0;
}
.c-access__map-legend li{
	display:flex;
	align-items:center;
}
.c-access__map-legend li .icon{
	flex:0 0 20px;
}
.c-access__map-legend li .text::before{
	content:"…";
	margin:0 0.5em;
}

@media (max-width: 767px){
	.c-access__map{
		padding-left: 0;
	}
}




/* =========================
	Information (Home)
========================= */

.c-news__cattitle{
	font-size: var(--fz22);
	font-weight:500;
	margin-bottom:2.5em;
}

.c-information__nav > ol{
	padding:0;
	margin:0;
	position: sticky;
	top: 5vw;
	list-style: none;
	counter-reset: li;
}
.c-information__nav > ol li{
	display: flex;
	align-items: center;
}
.c-information__nav > ol li::before{
	font-size: 0.7em;
	counter-increment: li;
	content: '0' counter(li)' /';
	margin-right:0.5em;
}

.c-news__exhibition-list{
	padding:0;
	margin:0;
	list-style:none;
}
.c-news__exhibition-list li > a{
	gap:12%;
}
.c-news__exhibition-list li .image{

}
.c-news__exhibition-list li .image img{
	width:100%;
	height:auto;
	aspect-ratio:6/7;
	 object-fit:cover;
}
.c-news__exhibition-list li .text{
	padding-top:5vw;
	position:relative;
}
.c-news__exhibition-list li .article-date{
	font-size: var(--fz13);
	line-height:1.5;
}
.c-news__exhibition-list li .c-exhibition__artist{
	font-size: var(--fz14);
	line-height:var(--lh-heading);
}
.c-news__exhibition-list li .heading{
	font-size: var(--fz20);
	line-height:var(--lh-heading);
	margin-bottom:0.75em;
}
.c-news__exhibition-list li .text .c-news__event-readmore{
	display: flex;
    justify-content: space-between;
	width:100%;
	font-size: var(--fz14);
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding-bottom: 0.75em;
	position:absolute;
	left:0;
	bottom:0;
}

@media (min-width: 768px){
	.c-information .c-block-title{
/*
		max-width: 1700px;
	    margin: 0 auto;
	    width: 100%;
*/
	}
	.c-information .c-block-title .image img{
		max-width:1200px;
		width:100%;
	}
	.c-information__inner{
/*
		max-width: 1600px;
        width: 85%;
*/
        padding-top: 10vw;
	}
	
	.c-information .c-block-title::before,
	.c-information__inner::before,
	.c-information__inner::after{
		content:"";
		flex:0 0 7.5vw;
	}
	.c-information .c-block-title .text{
		display: flex;
		align-items: flex-end;
	}
	.c-information .c-block-title .text,
	.c-information__nav{
		flex: 0 0 320px;
		padding:0;
	}
	.c-information__nav > ol li{
		opacity:0.25;
		transition: all 0.3s ease-in-out 0s;
	}
	.c-information__nav > ol li:hover,
	.c-information__nav > ol li.is-active{
		opacity:1;
	}
	.c-information__contents{
		flex: 1;
		padding-top: 20vw;
	}
	.c-information__contents .c-inner{
		width:100%;
		padding-top:0;
	}
	.c-information__contents .c-inner section + section{
		margin-top:8vw;
	}
	
	.c-news__cattitle{
		display: flex;
	    align-items: center;
	}
	.c-news__cattitle::before{
		content:"●";
		font-size: 0.6em;
		margin-right:1em;
	}
	
	.c-news__exhibition-list li + li{
		margin-top:5rem;
	}
	.c-news__exhibition-list li .image{
		width:45%;
	}
	.c-news__exhibition-list li .text{
		width:55%;
	}
	.c-news__exhibition-title{
		margin-top:3em;
	}
}
@media (max-width: 767px){
	.c-information__nav{
		padding:18vw 7.5vw 25vw;
	}
	.c-information__nav ol{
		margin: 0;
	}
	
	.c-news__cattitle{
		font-size: var(--fz17);
		margin-bottom:1.5em;
	}
	.c-news__exhibition-list{
		flex-wrap:wrap;
		gap:15vw 5%;
	}
	.c-news__exhibition-list li{
		width:calc((100% - 5%) / 2);
	}
	.c-news__exhibition-list li > a{
		display: block;
		height: 100%;
		padding-bottom: 45px;
		position:relative;
	}
	.c-news__exhibition-list li .article-date{
		font-size: var(--fz12);
		margin-bottom:0.5em;
	}
	.c-news__exhibition-list li .c-exhibition__artist{
		font-size: var(--fz13);
	}
	.c-news__exhibition-list li .text {
	    position: static;
	}
	.c-news__exhibition-list li .heading{
		font-size: var(--fz15);
	}
	.c-news__exhibition-list li .text .c-news__event-readmore{
		padding-bottom: 0.15em;
	}
}



/* =========================
	Store (Home)
========================= */

.c-store-group + .c-store-group{
	margin-top:10vw;
}
.c-store-group .group-title{
	font-size: var(--fz20);
	font-weight:600;
	margin-bottom:3em;
}
.c-store-card__link{
	display:flex;
	justify-content: flex-end;
	align-items:flex-end;
	aspect-ratio:2/0.9;
	color:#fff;
	text-align:right;
	background-position:center center;
	background-size:cover;
	padding:1.5em 2em;
	position:relative;
}
.c-store-card__link::before{
	content:"";
	display:block;
	background:rgba(0,0,0,0.3);
	position:absolute;
	inset:0;
}
.c-store-card__link .area{
	font-size: var(--fz13);
	line-height:1;
	border:1px solid rgba(255,255,255,0.75);
	border-radius:999px;
	padding:0.5em 1em;
	position:absolute;
	top:1.5em;
	right:2em;
}
.c-store-card__link .text{
	line-height:var(--lh-heading);
	position:relative;
}
.c-store-card__link .text dt{
	font-size: var(--fz13);
	margin-bottom: 0.25em;
}
.c-store-card__link .c-store__logo{
	width:18%;
	position:absolute;
	top:1.2em;
	left:1.2em;
}

@media (min-width: 768px){
	.c-store-cards{
		flex-wrap:wrap;
		gap:4vw;
	}
	.c-store-card{
		width:calc((100% - 4vw) / 2);
	}
}
@media (max-width: 767px){
	.c-store-card + .c-store-card{
		margin-top:7vw;
	}
	.c-store-group + .c-store-group{
		margin-top:15vw;
	}
	.c-store-group .group-title{
		font-size: var(--fz14);
		margin-bottom:1em;
	}
	
	.c-store-card__link{
		padding: 1.2em 1.25em;
	}
	.c-store-card__link .area {
	    font-size: var(--fz11);
	    top: 1.5em;
	    right: 1.75em;
	}
	.c-store-card__link .text dt{
		font-size: var(--fz12);
		margin-bottom: 0.15em;
	}
	.c-store-card__link .c-store__logo{
		top:1.0em;
		left:1.0em;
	}
}



/* =========================
	About (Home)
========================= */
.c-about{
	--about-inset-from: 120px;
}
@media (max-width: 767px){
	.c-about{
		--about-inset-from: 20px;
	}
}

.c-about{
	position: relative;
}

.c-about__inner{
	position: relative;
}

.c-about__stage{
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}

.c-about__bg{
	position: absolute;
	inset: 0;
	clip-path: inset(var(--about-inset-from));
	will-change: clip-path;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.c-about__bg-item{
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	backface-visibility: hidden;
	transform: translateZ(0);
	will-change: opacity;
}

.c-about__bg-item::before{
	content:"";
	display:block;
	background:rgba(0,0,0,0.3);
	position:absolute;
	inset:0;
}

.c-about__bg-item.is-active{
	opacity: 1;
}

.c-about__bg-image,
.c-about__bg-image img{
	width: 100%;
	height: 100%;
}

.c-about__bg-image picture{
	display:block;
	width:100%;
	height:100%;
}

.c-about__bg-image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

/* -------------------------
	scroll area
------------------------- */
.c-about__scroll-area{
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 25vh;
	padding-bottom: 10vh;
}

.c-about__scroll-inner{
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 0;
}

/* -------------------------
	text
------------------------- */
.c-about__text-wrap{
	position: relative;
	min-height: 140vh; /* 1スライドぶんのスクロール量 */
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-about__text{
	font-size: clamp(0.95rem, 1.2vw, 1.15rem);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	position: relative;
	opacity: 0;
	transform: translateY(60px);
	will-change: transform, opacity;
	pointer-events: none;
	color:#fff;
}

.c-about__text{
	text-orientation: mixed;
}

/* 最後のテキストだけ余韻調整したい場合 */
.c-about__text-wrap:last-child{
	min-height: 160svh;
}

.c-about__scroll-area .c-btn{
	color:#fff;
	border-color:#fff;
}
.c-about__scroll-area .c-btn--arrow::after{
	background-image:url(img/icon_arrow_white_right.svg);
}


@media (min-width: 768px){
	.c-about{
		margin-top: -5vw;
	}
	.c-about__text-wrap:nth-of-type(2){
		transform: translateX(-30%);
	}
	.c-about__text-wrap:nth-of-type(3){
		transform: translateX(-20%);
	}
	.c-about__text-wrap:nth-of-type(3) .c-about__text p:nth-of-type(2){
		margin-right: 8vw;
		margin-top: 10vh;
	}
}
@media (max-width: 767px){
	.c-about__bg{
		clip-path: inset(20px);
	}
	
	.c-about__scroll-area{
		padding-top: 18vh;
		padding-bottom: 30vh;
	}

	.c-about__text-wrap{
		min-height: 120vh;
	}

	.c-about__text-wrap:last-child{
		min-height: 140vh;
	}
}




/* =========================
	Calendar (Home)
========================= */

.c-calendar > .c-inner{
	padding-top:0;
}





/* =========================
	About (page)
========================= */
.c-about__header{
	padding:0;
	position:relative;
}
.c-about__header.is-has-image{
	color:#fff;
}
.c-about__header-inner{
	display: flex;
	justify-content: center;
    align-items: center;
	width: 90%;
    max-width: 1300px;
    height: 100%;
	position:absolute;
	left:50%;
	z-index:1;
	transform:translateX(-50%);
}
.c-about__header .c-about__name{
    font-size: var(--fz17);
	margin:auto;
}
.c-about__header .c-pageTitleImage img{
	max-height: 850px;
    height: 80vh;
}

.c-about__lead .c-about__lead-01{
	justify-content: space-between;
	flex-wrap:wrap;
}
.c-about__lead .c-about__lead-01 .image{
	width:43%;
}
.c-about__lead .c-about__lead-01 .text{
	padding-bottom:3em;
}
.c-about__lead .c-about__lead-01 .c-about__page-title{
	font-size: var(--fz26);
}
.c-about__lead .c-about__lead-02 .image{
	width:35%;
}
.c-about__lead .c-about__lead-02 .image img{
	width:55%;
	margin-left:auto;
}
.c-about__lead .c-about__lead-02 .text{
	width:43%;
	margin-top: -3em;
	margin-left:auto;
}
.c-about__lead .c-about__lead-03{
	margin-top: 10vw;
}
.c-about__lead .c-about__lead-03 .image{
	width:75%;
	margin-left:auto;
}
.c-about__lead .c-about__lead-04{
	justify-content: space-between;
	margin-top: 12vw;
}
.c-about__lead .c-about__lead-04 .image{
	width:35%;
}
.c-about__lead .c-about__lead-04 .image img{
	width:40%;
}
.c-about__lead .c-about__lead-04 .text{
	margin-left: 12%;
}
.c-about__lead .c-about__lead-05{
	justify-content: space-between;
	align-items:center;
	margin-top: 15vw;
}
.c-about__lead .c-about__lead-05 .image{
	width:40%;
}
.c-about__lead .c-about__lead-05 .image img{
	width: 70%;
    margin-left: auto;
}
.c-about__lead .c-about__lead-05 .text{
	width:40%;
}

.c-contributors .c-inner{
	padding-top:0;
}
.c-contributors .c-block-title{
	flex:0 0 350px;
}
.c-contributors__item .content{
	flex:1;
}
.c-contributors__item{
	align-items: center;
	gap:8%;
}
.c-contributors__item + .c-contributors__item{
	margin-top:5vw;
}
.c-contributors__item .image{
	flex:0 0 45%;
}
.c-contributors__item .text{
	line-height:1.8;
}
.c-contributors__item .text dt{
	font-size: var(--fz18);
	margin-bottom:1.5em;
}
.c-contributors__item .text dd{
	font-size: var(--fz15);
}

@media (max-width: 767px){
	.c-about__header .c-pageTitleImage img {
	    max-height: none;
	    height: 100svh;
	}
	
	.c-about__lead .c-about__lead-01{
		position:relative;
	}
	.c-about__lead .c-about__lead-01 .c-about__page-title{
		font-size: var(--fz18);
		line-height: 1;
		writing-mode: vertical-rl;
		position:absolute;
		top:0;
		left:0;
	}
	.c-about__lead .c-about__lead-01 .image{
		margin-left:auto;
	}
	.c-about__lead .c-about__lead-01 .text {
	    padding-bottom: 0;
	    margin-top: 15vw;
	}
	.c-about__lead .c-about__lead-02{
		margin-top: 25vw;
	}
	.c-about__lead .c-about__lead-02 .image img {
	    width: 100%;
	    margin-left: -7.5vw;
	}
	.c-about__lead .c-about__lead-02 .text {
	    width: 65%;
        margin-top: -8em;
        margin-right: -2vw;
	}
	.c-about__lead .c-about__lead-03 {
	    margin-top: 25vw;
	}
	.c-about__lead .c-about__lead-03 .image {
	    width: 90%;
	    margin-right: -7.5vw;
	}
	.c-about__lead .c-about__lead-04 {
	    margin-top: 25vw;
	}
	.c-about__lead .c-about__lead-04 .text {
	    margin-left: 0;
	}
	.c-about__lead .c-about__lead-04 .image {
	    margin: 3vw 0 20vw auto;
	}
	.c-about__lead .c-about__lead-04 .image img {
	    width: 100%;
	}
	.c-about__lead .c-about__lead-05 {
	    margin-top: 25vw;
	}
	.c-about__lead .c-about__lead-05 .image {
	    width: 50%;
	}
	.c-about__lead .c-about__lead-05 .image img {
	    width: 100%;
	}
	.c-about__lead .c-about__lead-05 .text {
	    width: 100%;
	    margin-top: 15vw;
	}
	
	.c-contributors{
		padding-top: 30vw;
	}
	.c-contributors .c-block-title{
		margin-bottom:10vw;
	}
	.c-contributors__item{
		width: 70%;
	}
	.c-contributors__item + .c-contributors__item {
	    margin-top: 20vw;
	}
	.c-contributors__item .image {
	    margin-bottom: 1.5em;
	}
	.c-contributors__item .text dt {
	    font-size: var(--fz16);
	}
}


/* =========================
	Store (single-page)
========================= */
.c-store__header{
	padding:0;
	position:relative;
}
.c-store__header.is-has-image{
	color:#fff;
}
.c-store__header-inner{
	width: 90%;
    max-width: 1300px;
    height: 50%;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
.c-store__header-inner.is-inner-top{
	padding-top: 5vw;
	top:0;
	z-index:1;
}
.c-store__header-inner.is-inner-bottom{
	display: flex;
    align-items: flex-end;
    font-size: var(--fz14);
	padding-bottom: 5vw;
	bottom:0;
	z-index:1;
}
.c-store__header-biztime + .c-store__header-holiday{
	margin-top:1em;
}
.c-store__header-anchor-link{
	display: inline-block;
	font-size:0.9em;
	line-height:1;
	background:#fff;
    border-radius:999px;
	padding:0.4em 0.5em 0.3em 0.9em;
	margin-right:0.25em;
}

.c-store__detail > section{
	padding-top:5vw;
	padding-bottom:12vw;
}

.c-store__inner{
	max-width:1300px;
	width:85%;
	margin:0 auto;
}
.c-store__inner-wide{
	max-width: calc(1300px + 15vw);
	width:100%;
}
.c-store__inner-wide::before{
	content:"";
	flex:0 0 7.5vw;
/* 	width:7.5vw; */
}
.c-store__inner .c-block-title{
	flex:0 0 260px;
}
.c-store__inner .c-block-title .text{
	padding:0;
}
.u-row-reverse .c-block-title .text{
	margin-left:auto;
}
.c-store__inner .content{
	flex:1;
	max-width: calc(100% - 260px);
}
.c-store__inner-wide .content{
	flex:1;
	max-width: calc((100% - 7.5vw) - 260px);
}

.c-store__lead .c-store__logo-image{
	max-width:200px;
	width:60%;
}

.c-store__commitment .content{
	position:relative;
}

.c-store__commitment .c-store__inner + .c-store__inner{
	margin-top:8vw;
}
.c-store__commitment-slider .swiper-slide .image{
	margin-bottom:25px;
}
.c-store__commitment-slider .swiper-slide .image img{
	width:100%;
	height:auto;
}
.c-store__commitment-single-image .image img{
	max-height: 800px;
    width: auto;
    object-fit: contain;
    margin: auto;
}
.is-img-ratio-fix .c-store__commitment-slider .swiper-slide .image img{
	aspect-ratio:3/2;
	object-fit:cover;
}
.c-store__commitment-slider .swiper-slide .slider-caption{
	position:relative;
}
.c-store__commitment-slider .swiper-slide .slider-caption > p{
/* 	width: calc(100% - 130px); */
}

.c-store__commitment-single-image .swiper-slide + .swiper-slide{
	margin-top:7vw;
}
.c-store__commitment-single-image .image{
	margin-bottom:50px;
}
.c-store__commitment-single-image .slider-caption .heading{
	font-size: var(--fz22);
	margin-bottom:1.2em;
}

.c-store__commitment-slider .swiper-nav,
.c-store__commitment-slider-nav{
	display:flex;
	justify-content: flex-end;
	align-items:center;
	position: absolute;
    left: 66.5%;
    top: 88%;
}
.c-store__commitment-slider .swiper-nav > *,
.c-store__commitment-slider-nav > *{
	position:static;
	margin: 0;
}
.c-store__commitment-slider .swiper-nav .swiper-pagination,
.c-store__commitment-slider-nav .swiper-pagination{
	width:auto;
}

.c-store__commitment-slider .swiper-button-next,
.c-store__commitment-slider .swiper-button-prev,
.c-store__commitment-slider-nav .swiper-button-next,
.c-store__commitment-slider-nav .swiper-button-prev{
	height:auto;
}
.c-store__commitment-slider .swiper-button-next:after,
.c-store__commitment-slider .swiper-button-prev:after,
.c-store__commitment-slider-nav .swiper-button-next:after,
.c-store__commitment-slider-nav .swiper-button-prev:after{
	font-size: var(--fz16);
	color:#000;
}

.c-store__commitment-slider-nav{
	justify-content: space-between;
	width:100%;
	top: min(45%, 300px);
	left:0;
	padding-right:25%;
}
.c-store__commitment-slider-nav > *{
	position:relative !important;
}
.c-store__commitment-slider-nav .swiper-button-prev{
	left:-5%;
}
.c-store__commitment-slider-nav .swiper-button-next{
	right:-5%;
}
@media (max-width: 767px){
	.c-store__commitment-slider-nav{
		padding-right: 22%;
		top: 28vw;
	}
	.c-store__commitment-slider-nav .swiper-button-prev{
		left:-7vw;
	}
	.c-store__commitment-slider-nav .swiper-button-next{
		right:-7vw;
	}
}

.c-store__menu .cards{
	flex-wrap:wrap;
	gap:7vw 11%;
}
.c-store__menu .cards .item {
	width:calc((100% - 11%) / 2);
	padding-bottom:1.5em;
	border-bottom:1px solid rgba(0,0,0,0.5);
}
.c-store__menu .cards .item.is-w-wide{
	width:100%;
}
.c-store__menu .cards .item .image{
	margin-bottom:25px;
}
.c-store__menu .cards .item .image img {
	width:100%;
	height:auto;
	aspect-ratio:1/1;
	object-fit:cover;
}
.c-store__menu .cards .item .text{
	line-height:1.6;
}
.c-store__menu .text-comment-price{
	justify-content: space-between;
	gap: 2em;
}
.c-store__menu .text-comment-price .item-price{
	white-space:nowrap;
}
.c-store__menu .text-price-comment > .item-name + .item-price{
	margin-top:1.5em;
}
.c-store__menu .cards .item .store-possible{
	margin-top: 1em;
}

.c-store__gallery .c-store__inner{
	position: relative;
}
.c-store__gallery .c-store__inner .c-block-title{
	position: absolute;
	right:0;
}
.c-store__gallery .content{
/* 	padding-top: 5vw; */
}
.c-store__gallery .content ul{
	display:flex;
	padding:0;
	margin:0;
	list-style:none;
}
.c-store__gallery-marquee{
	--gallery-gap: 0px;
	--gallery-h: 70vw;
	overflow: hidden;
	width: 100%;
/*
	mask-image: linear-gradient(
		to right,
		transparent,
		#000 5%,
		#000 95%,
		transparent
	);
*/
}

.c-store__gallery-track{
	display: flex;
	width: max-content;
	will-change: transform;
}

.c-store__gallery-list{
	display: flex;
	flex-shrink: 0;
	gap: var(--gallery-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-store__gallery-item{
	flex: 0 0 auto;
}

.c-store__gallery-item img{
	display: block;
	height: var(--gallery-h);
	width: auto;
	object-fit: cover;
}

@media (max-width: 767px){
	.c-store__gallery-marquee{
		--gallery-gap: 0;
		--gallery-h: 80vh;
	}
	.c-store__gallery .c-store__inner .c-block-title{
		right:auto;
	}
}

.c-store__information .c-store__map iframe{
	width:100%;
	min-height:450px;
	border:0;
}
.c-store__information .c-store__map + .text{
	margin-top:4vw;
}
.c-store__information .text{
	gap:5%;
}
.c-store__information .c-store__map-note{
	flex:0 0 55%;
	font-size: var(--fz14);
}
.c-store__information-data{
	flex:1;
	word-break: break-all;
}
.c-store__information .c-store__name{
	font-size: var(--fz20);
	margin-bottom:0.25em;
}
.c-store__information address{
	font-size: var(--fz14);
	margin-bottom: 3em;
}
.c-store__information-data p{
	font-size: var(--fz14);
	margin-top:1em;
}
.c-store__information-icon{
	display:flex;
	align-items: center;
	line-height: 1.6;
}
.c-store__information-icon::before{
    content: "";
    display: block;
    flex:0 0 25px;
    width: 25px;
    height: 17px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.75em;
}
.c-store__address.c-store__information-icon::before{
	background-image: url(img/icon_flag.svg);
}
.c-store__sns.c-store__information-icon::before{
	background-image: url(img/icon_instagram.svg);
}
.c-store__tel.c-store__information-icon::before{
	background-image: url(img/icon_tel.svg);
}
.c-store__biztime.c-store__information-icon::before{
	background-image: url(img/icon_clock.svg);
}

.postid-69 .fix-bnr a,
.morinoyado-story-bnr a{
	color:#fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	background:url(/wp-content/uploads/2026/03/DSC00831-600x400.jpg) center center no-repeat;
	background-size:cover;
}
.morinoyado-story-bnr{
	margin-bottom:5vw;
}
.morinoyado-story-bnr a{
    display: flex;
    justify-content: center;
    align-items:center;
	width: 100%;
	height:auto;
	aspect-ratio:3/1;
	font-size: var(--fz18);
    text-align:center;
    padding:3%;
}



@media (max-width: 1550px){
	.c-store__commitment-slider .swiper-nav{
	    top: 39vw;
	}
}

@media (min-width: 768px){
	.c-store__lead{
/* 		padding-left:300px; */
	}
	
	.c-store__detail .c-store__news .c-news__list .item:nth-of-type(4){
		display:none;
	}
}
@media (max-width: 767px){
	.c-store__inner.c-store__commitment-slider-off{
		width: 92.5%;
		margin-left: 0;
	}
	.c-store__inner .c-block-title{
		margin-bottom:2rem;
	}
	.c-store__inner .content {
	    max-width:none;
	}
	.c-store__header-inner.is-inner-bottom{
		width:85%;
		padding-bottom: 5vw;
	}
	.c-store__header-inner.is-inner-bottom .content{
		width:100%;
	}
	.c-store__header-inner.is-inner-bottom .c-store__logo-image img{
		width:30%;
		margin-left:auto;
	}
	
	.c-store__lead .c-store__biztime-cal-info{
		margin-bottom: 15vw;
	}
	.c-store__lead .c-store__header-anchor-link{
		background: var(--beige);
	}
	
	.c-store__detail .c-store__news .c-block-title .text,
	.c-store__menu .c-block-title .text,
	.c-store__information .c-block-title .text {
		margin-left:auto;
	}
	.c-store__detail .c-store__news .c-news__list .item:nth-child(2n){
		position: relative;
		top: 13vh;
	}
	.c-store__detail .c-store__news .c-btn-group{
		margin-top: calc(2rem + 13vh);
	}
	
	.c-store__commitment{
		padding-left: 7.5vw;
	}
	.c-store__commitment-slider .swiper-slide .image {
	    margin-bottom: 5vw;
	}
	.c-store__commitment-slider .swiper-slide .image img{
		aspect-ratio:1/1;
	}
	.c-store__commitment-slider .swiper-slide .slider-caption > p{
		width:100%;
	}
	.c-store__commitment-slider .swiper-nav{
        width: 79%;
        top: 72vw;
	    left: 0;
        justify-content: center;
	}
	
	.c-store__menu .cards{
		gap: 12vw 6%;
	}
	.c-store__menu .cards .item{
		width: calc((100% - 6%) / 2);
		padding-bottom: 1.0em;
	}
	.c-store__menu .cards .item .image{
		margin-bottom: 15px;
	}
	.c-store__menu .text .item-name{
		font-size: var(--fz15);
	}
	.c-store__menu .text-comment-price > .item-price +.item-name,
	.c-store__menu .text-price-comment > .item-name + .item-price {
		margin-top:0.65em;
	}
	.c-store__information .c-store__map-note{
		font-size: var(--fz12);
		margin-bottom: 1.5em;
	}
	.c-store__information .c-store__map iframe {
		height: auto;
	    aspect-ratio:1/1;
	}
}



/* =========================
	News (Archives)
========================= */
.c-news__header .image{
	max-width:220px;
	width:40%;
}

.c-news__archives{
	flex-wrap:wrap;
	gap:50px;
}
.c-news__header{
	justify-content: space-between;
	width:100%;
	margin-bottom:5vw;
}
.c-news__archives > aside{
	flex:0 0 320px;
}
.c-news__archives > .content{
	flex:1;
}
.c-news__archives > aside .post-category-list{
	flex-wrap:wrap;
	gap:8px;
	margin-top:1.5rem;
}
.c-news__archives > aside .post-category-list a{
	display:block;
	font-size: var(--fz13);
	line-height:1.4;
	border-radius:999px;
	background:#fff;
	border:1px solid rgba(0,0,0,0.3);
	padding:0.35em 1.0em;
}
.c-news__archives > aside .post-category-list .current a{
	background: var(--beige);
	border:1px solid var(--beige);
}

.c-news__list{
	flex-wrap:wrap;
	gap: 6vw 13%;
}
.c-news__list .item{
	width: calc((100% - 26%) / 3);
}
.c-news__list .item .image{
	margin-bottom:15px;
}
.c-news__list .item .image img{
	width:100%;
	height:auto;
	aspect-ratio:3/4;
	object-fit:cover;
}
.c-news__list .item .date{
	font-size: var(--fz13);
	color:rgba(0,0,0,0.6);
}
.c-news__list .item .c-news__list-title{
	margin-top:1.0em;
}
.c-news__list .item .heading{
	font-size: var(--fz17);
	line-height:var(--lh-heading);
}
.c-news__list .item .c-exhibition__artist{
	font-size:0.8em;
	line-height:var(--lh-heading);
}

.wp-pagenavi{
	display:flex;
	align-items:center;
	justify-content: flex-end;
	gap: 10px;
	margin-top:5vw;
}
.wp-pagenavi .current,
.wp-pagenavi .page{
	display: flex;
	justify-content: center;
    align-items: center;
    width: 2.2rem;
	height:auto;
	font-size: var(--fz12);
	line-height:1;
	aspect-ratio:1/1;
	border-radius:50%;
	border:1px solid rgba(0,0,0,0.25);
}
.wp-pagenavi .current{
	background:var(--beige);
	border-color:var(--beige);
}


@media (max-width: 767px){
	.c-news__header{
		margin-bottom:10vw;
	}
	
	.c-news__header .text .lead{
		white-space: nowrap;
		position:absolute;
		top:0;
		right:2.1em;
	}
	
	
	.c-news__archives > aside{
		margin-bottom: 8vw;
	}
	.c-news__archives > aside .post-category-list {
	    margin-top: 0.5rem;
	}
	.c-news__archives > aside .post-category-list a{
		font-size: var(--fz12);
	}
	
	.c-news__article + .c-news__exhibition{
		margin-top:25vw;
	}
	.c-news__list{
		gap: 10vw 13%;
	}
	.c-news__list .item{
		width: calc((100% - 13%) / 2);
	}
	.c-news__list .item .image{
		margin-bottom: 5px;
	}
	.c-news__list .item .heading{
		font-size: var(--fz15);
	}
	
	body.blog .cards.c-news__list .item:nth-child(2n),
	body.archive .cards.c-news__list .item:nth-child(2n){
		margin-top:12vw;
	}
	body.post-type-archive-event .cards.c-news__list .item:nth-child(2n){
		margin-top:0vw;
	}
	
	.home .c-news__list .item{
		width: 100%;
	}
	.home .c-news__list .item + .item{
		margin-top:12vw;
	}
	.home .c-news__list .item a{
		display:flex;
		align-items:flex-end;
		gap: 5%;
		position:relative;
		padding-left: 30%;
	}
	.home .c-news__list .item a .image{
		flex: 0 0 50%;
		margin:0;
	}
	.home .c-news__list .item a .c-news__list-title{
		flex: 1;
	}
	.home .c-news__list .item a .date,
	.home .c-news__list .item a .cat-data{
		position:absolute;
		top:0;
		left:0;
	}
	.home .c-news__list .item a .cat-data{
		width: 25%;
        top: 2.0em;
	}
}


/* =========================
	News (Single)
========================= */
.c-news__detail-header{
	gap:4%;
	margin-bottom:5rem;
}
.c-news__detail-header .image{
	flex:0 0 58%;
}
.c-news__detail-header .text{
	flex:1;
}
.c-news__detail-header .text .heading{
	font-size: var(--fz24);
	line-height:var(--lh-heading);
}

.c-news__detail .post-navigation{
	margin-top:12vw;
}

.c-related{
	border:1px solid rgba(0,0,0,0.25);
	border-radius:15px;
	padding:50px;
	margin-top:10vw;
}
.c-related ul{
	flex-wrap:wrap;
	gap:10%;
}
.c-related .item{
	width:calc((100% - 10%) / 2);
	text-align:center;
	line-height:var(--lh-heading);
}
.c-related .item .image{
	margin-bottom:20px;
}
.c-related .item .heading{
	font-size: var(--fz16);
}
.c-related .item .c-price{
	margin-top:1em;
}

@media (max-width: 767px){
	body.single{
		
	}
	.c-news__detail-header {
	    margin-bottom: 12vw;
	}
	.c-news__detail-header .image,
	.c-news__detail-header .text{
		
	}
	body.single .c-news__header .image{
		opacity:0;
	}
	.c-news__detail-header .image + .text{
		margin-top:5vw;
	}
	.c-news__detail-header .text{
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
	}
	.c-news__detail-header .date,
	.c-news__detail-header .article-date{
		order:2;
	}
	.c-news__detail-header .cat-data{
		order:1;
	}
	.c-news__detail-header .c-news__exhibition-title{
		order: 3;
		width:100%;
		margin-top:12vw;
	}
	.c-news__detail-header .c-news__exhibition-title .heading{
		font-size: var(--fz20);
	}
	
	.c-related .item{
		width:100%;
	}
	.c-related .item + .item{
		margin-top:10vw;
	}
}


/* =========================
	森の宿の物語
========================= */
.c-story-mv{
	margin-bottom:3vw;
}

.c-story__archives,
.c-story__single {
    flex-wrap: wrap;
    gap: 50px;
}
.c-story__aside {
    flex: 0 0 280px;
}
.c-story__archives > .content,
.c-story__single > .content {
    flex: 1;
}

.c-story__archives .about-story{
	font-size: var(--fz14);
	margin-bottom:1.5vw;
}

.c-story__list{
	flex-wrap:wrap;
	gap: 6vw 3%;
}
.c-story__list .item{
	width: calc((100% - 6%) / 3);
}
.c-story__list .item .image{
	margin-bottom:15px;
}
.c-story__list .item .image img{
	width:100%;
	height:auto;
	aspect-ratio:4/3;
	object-fit:cover;
}
.c-story__list .item .date{
	font-size: var(--fz13);
	color:rgba(0,0,0,0.6);
}
.c-story__list .item .heading{
	font-size: var(--fz17);
	line-height:var(--lh-heading);
	margin-top:1.0em;
}
.c-story__list .item p{
	font-size: var(--fz13);
	line-height:var(--lh-heading);
	margin-top:1em;
}

.c-story__aside > div {
	font-size: var(--fz17);
    margin-bottom:1.2em;
}
.c-story__aside .c-story-post-list {
	font-size: var(--fz15);
    padding:0;
    margin:0;
    list-style:none;
}

.c-story__single .heading{
	font-size: var(--fz22);
    margin-bottom:1.2em;
}
.c-story__single .image{
    margin-bottom:2em;
}


.post-navigation{
	margin-top:10vw;
}
.post-navigation .nav-links{
	gap:2%;
}
.post-navigation .nav-links a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 1.4;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    padding: 0.75em 1.5em;
}
.post-navigation .nav-links a:hover{
	color:#fff;
	background:#000;
}
.post-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-next a::after{
	content: "";
    display: block;
    width: 8px;
    height: auto;
    aspect-ratio: 8 / 6;
}
.post-navigation .nav-links .nav-previous a::before{
    background: url(img/icon_arrow_left.svg) center center no-repeat;
    margin-right: 1em;
}
.post-navigation .nav-links .nav-previous a:hover::before{
    background-image: url(img/icon_arrow_white_left.svg);
}
.post-navigation .nav-links .nav-next a::after{
    background: url(img/icon_arrow_right.svg) center center no-repeat;
    margin-left: 1em;
}
.post-navigation .nav-links .nav-next a:hover::after{
    background-image: url(img/icon_arrow_white_right.svg);
}

@media (max-width: 767px){
	.post-navigation .nav-links a{
		font-size: var(--fz13);
		padding: 0.75em 1.25em;
	}
	.post-navigation .nav-links .nav-previous a::before {
	    margin-right: 0.5em;
	}
	.post-navigation .nav-links .nav-next a::after {
	    margin-left: 0.5em;
	}
	
	.c-story__aside{
		margin-top:15vw;
	}
}


/* =========================
	Contact (全ページ)
========================= */
.c-contact .c-inner{
	padding-top: 5vw;
}
.c-contact__area-group{
	max-width:800px;
	margin-left:auto;
}
.c-contact__area-group + .c-contact__area-group{
	margin-top:80px;
}
.c-contact__area-group-address{
	margin-bottom:0.5em;
}
.c-contact__area-group-address ul{
	padding:0;
	margin:0;
	list-style:none;
}
.c-contact__area-group-address ul address{
	margin:0;
}

.c-contact__store-group-name{
	justify-content: space-between;
	align-items: center;
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding:1.5em 0;
}
.c-contact__content .c-store__sns{
	min-width:28px;
}

.c-contact__store-group-name + .c-contact__area-group-store{
	padding-left:15%;
}
.c-contact__area-group-store-item{
	border-bottom:1px solid rgba(0,0,0,0.5);
}
.c-contact__area-group-store-item.acc-wrap .acc-btn{
	gap:5%;
	padding:1.8em 0;
}
.c-contact__area-group-store-item.acc-wrap .acc-btn .c-store__name{
	flex:1;
}
.c-contact__area-group-store-item.acc-wrap .acc-btn .c-store__sns{
	flex:0 0 28px;
}
.c-contact__area-group-store-item.acc-wrap .acc-btn > span{
	flex:0 0 20px;
}
.c-contact__area-group-store-item.acc-wrap .acc-cont{

}
.c-contact__area-group-store-item p{
	font-size: var(--fz14);
	margin:0;
}
.c-contact__area-group-store-item p + p{
	margin-top:0.5em;
}
.c-contact__area-group-store-item p:last-child{
	margin-bottom:1.8em;
}
@media (max-width: 767px){
	.c-contact__area-group + .c-contact__area-group{
		margin-top:40px;
	}
	.c-contact__area-group-address ul address{
		font-size: var(--fz12);
	}
	.c-contact__store-group-name{
		padding: 1.0em 0;
	}
	.c-contact__area-group-store-item.acc-wrap .acc-btn {
	    gap: 4%;
	    padding: 1.5em 0.5em 1.5em 0;
	}
	.c-contact__content .c-store__sns{
		min-width:22px;
	}
	.c-contact__area-group-store-item.acc-wrap .acc-btn .c-store__sns {
	    flex: 0 0 22px;
	}
	.c-contact__area-group-store-item.acc-wrap .acc-btn > span{
		flex:0 0 15px;
	}
	.c-contact__area-group-store-item p {
	    font-size: var(--fz12);
	}
}


/* =========================
	固定リンクボタン（SPのみ表示）
========================= */
.c-fixed-actions{
	display:none;
}

@media (max-width: 767px){
	.c-fixed-actions{
		position:fixed;
		left:0;
		bottom:0;
		
		transform: translateY(100%);
		opacity: 0;
		pointer-events: none;
		transition: transform .5s ease, opacity .5s ease;
		will-change: transform, opacity;
		
		width:100%;
		z-index: 2;
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
		gap:0.3em;
		padding: 0 2% 5px;
	}
	body.is-fixed-actions-ready .c-fixed-actions{
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
/*
	body.is-fixed-actions-show .c-fixed-actions{
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
	body.is-fixed-actions-hide .c-fixed-actions{
		transform: translateY(120%);
		opacity: 0;
		pointer-events: none;
	}
*/
	.c-fixed-actions > *{
		flex:1;
		display: flex;
        align-items: center;
        justify-content: center;
		line-height:1;
		text-align:center;
	}
	.c-fixed-actions > a,
	.c-fixed-actions .c-header__action-acc-btn{
		min-height: 35px;
		font-size: var(--fz12);
		background:#fff;
		border:1px solid rgba(0,0,0,0.25);
		border-radius:999px;
		padding: 0.2em 0.75em;
	}
	.c-fixed-actions .c-header__action-acc-btn{
		width:100%;
	}
	.c-fixed-actions .c-header__action-acc-cont{
		padding-top: 0px;
		padding-bottom: 7px;
		bottom: 100%;
		top: auto;
		transform: translateY(20%);
	}
	.c-fixed-actions .c-header__action-acc.is-open .c-header__action-acc-cont{
		opacity:1;
		pointer-events:auto;
		transform:translateY(0);
	}
	.c-fixed-actions__link--tel small{
		letter-spacing:0;
	}
	.c-fixed-actions > *:nth-child(3n){
		flex:0 0 100%;
	}
}



/* =========================
	Footer
========================= */
.c-footer{
	padding: 5vw 5% 10vw;
	background:url(img/footer_bg_pc.webp) center center no-repeat;
	background-size:cover;
}
.c-footer__inner{
	justify-content: space-between;
	max-width:1300px;
}
.c-footer__inner,
.c-footer__inner a{
	color:#fff;
}
.c-footer__nav ul{
	font-size: var(--fz15);
	padding:0;
	margin:0;
	list-style:none;
}
.c-footer__nav ul li + li{
	margin-top:0.65em;
}



@media (max-width: 767px) {
	.c-footer {
	    padding: 12vw 7.5% 50vw;
	    background-image:url(img/footer_bg_sp.webp);
	}
}




