/*!
Theme Name: minette
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: 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: minette
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

minette 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);
	--fz48: calc(48 / 16 * 1rem);
	--fz42: calc(42 / 16 * 1rem);
	--fz40: calc(40 / 16 * 1rem);
	--fz35: calc(35 / 16 * 1rem);
	--fz34: calc(34 / 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);

/*	--red: #CF372C;*/
/*	--red: #d82d24;*/
	--red: #e0201d;
	--yellow: #efc659;

}

@media (max-width: 768px) {
	:root {
		--fz70: clamp(10px, 19.0vw, 70px);
		--fz60: clamp(10px, 17.0vw, 60px);
		--fz48: clamp(10px, 14.31vw, 48px);
		--fz42: clamp(10px, 12.31vw, 42px);
		--fz40: clamp(10px, 11.31vw, 40px);
		--fz35: clamp(10px, 9.31vw, 35px);
		--fz34: clamp(10px, 9.0vw, 34px);
		--fz30: clamp(10px, 8.54vw, 32px);
		--fz30: clamp(10px, 7.99vw, 30px);
		--fz29: clamp(10px, 7.74vw, 29px);
		--fz28: clamp(10px, 7.43vw, 28px);
		--fz27: clamp(10px, 7.19vw, 27px);
		--fz26: clamp(10px, 6.92vw, 26px);
		--fz25: clamp(10px, 6.66vw, 25px);
		--fz24: clamp(10px, 6.40vw, 24px);
		--fz23: clamp(10px, 6.13vw, 23px);
		--fz22: clamp(10px, 5.84vw, 22px);
		--fz21: clamp(10px, 5.43vw, 21px);
		--fz20: clamp(10px, 5.33vw, 20px);
		--fz19: clamp(10px, 5.05vw, 19px);
		--fz18: clamp(10px, 4.78vw, 18px);
		--fz17: clamp(10px, 4.54vw, 17px);
		--fz16: clamp(10px, 4.25vw, 16px);
		--fz15: clamp(10px, 4.0vw, 15px);
		--fz14: clamp(10px, 3.72vw, 14px);
		--fz13: clamp(10px, 3.47vw, 13px);
		--fz12_5: clamp(10px, 3.32vw, 12.5px);
		--fz12: clamp(10px, 3.19vw, 12px);
		--fz11: clamp(10px, 2.94vw, 11px);
		--fz10: clamp(9px, 2.70vw, 10px);
		--fz9: clamp(8px, 2.5vw, 9px);
		--fz8: clamp(7px, 2.2vw, 8px);
	}
}


/* 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%;
}

/* Page遷移時のアニメーション
--------------------------------------------- */
body{
	animation: fadein 1.5s 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: var(--fz20);
	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;
	transition:all 0.3s ease-in-out 0s;
	cursor: pointer;
	
	text-decoration: none;
	outline: none!important;
	-moz-outline-style: none;
}

/**
 * 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: border-box;
}

html {

}

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

/* Typography
--------------------------------------------- */
html { font-size: 100%; }

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: var(--fz15);
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	line-height: 1.6;
	clear: both;
	margin:0;
}

p {
	margin:0;
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	font-style: normal;
	margin: 0 0;
}

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 (min-width: 769px) {

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

/* Elements
--------------------------------------------- */
body {
	line-height: 1.8;
	background: #fff;
}

hr {
	background-color: rgba(255,255,255,0.2);
	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;
}

dl{
	margin:0;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0;
}

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

img,
svg {
	display: block;
	height: auto;
	vertical-align:middle;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--red);
}

a:visited {
	color: var(--red);
}

a:hover,
a:focus,
a:active {
	color: var(--red);
}

a:focus {
	outline: thin dotted;
}

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

@media (min-width: 769px) {
	a[href*="tel:"] {
	    pointer-events: none;
	    cursor: default;
	    text-decoration: none;
	}
}
@media (max-width: 768px) {

}

/* 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 {
	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 li.nav-sns {
	font-size: 1.5em;
}

.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 {

	}
}

.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 50%;
}

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

/* 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;
}

.center{
	text-align:center;
}



/* Common / Parts
--------------------------------------------- */
.w1600 {
	width: 1600px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1500 {
	width: 1500px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1400 {
	width: 1400px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1300 {
	width: 1300px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1200 {
	width: 1200px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1100 {
	width: 1100px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.content-width-wide{
	width: 1060px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1000,
.content-width {
	width: 1000px;
	max-width: 88%;
	margin: 0 auto;
}
.w900,
.w-narrow {
	width: 900px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w-narrow {
	max-width: 80%;
}
.w800 {
	width: 800px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.content-width-narrow,
.w780 {
	width: 780px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}

.content-width-wide .content-width{
	max-width:100%;
}


.small{
	font-size:0.87em;
	letter-spacing:0;
	margin:0;
}
.medium{

}

.heading{
/* 	line-height:1.3; */
}

.white{
	color:#fff;
}

.right{
	text-align: right;
}

.main-header{
	text-align:center;
	margin-bottom:80px;
}
.main-title{
	font-size:var(--fz25);
	letter-spacing: 0.25em;
}
.main-title + p{
	margin-top:1.5em;
}

.color,
.red{
	color:var(--red);
}

.content-block > .inner{
	padding:80px 0 130px;
}

.flex{
	display:flex;
}
.flex-center{
	justify-content: center;
	align-items:center;
}
.flex-between{
	justify-content: space-between;
}
.flex-revs{
	flex-direction: row-reverse;
}
ul.flex,
ol.flex,
ul.pc-flex,
ol.pc-flex{
	padding:0;
	margin:0;
	list-style:none;
}

.tel-num::before{
/*
	content:'\f095';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	
	font-size:0.85em;
	margin-right:0.15em;
*/
}

.textillate{
	visibility: hidden;
}

.text-dot{
	position:relative;
}
.text-dot::before{
	content:"・";
	line-height: 1;
	position:absolute;
	left:50%;
	top: -0.65em;
	transform: translate(-50%, 0);
}

.movie-wrap{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-wrap{
	display: flex;
	justify-content: center;
	margin-top: 1.8em;
	position:relative;
}
.btn-wrap a,
a .btn-wrap > span,
.btn-wrap > span.more,
.btn-wrap input[type="submit"],
.btn-wrap input[type="button"]{
	display: flex;
	justify-content: center;
	align-items:center;
	width:100%;
	font-size:var(--fz19);
	text-decoration:none;
	color:#fff;
	line-height:1.3;
	background-color:var(--red);
	border:1px solid var(--red);
	padding:19px 30px;
	position:relative;
	cursor: pointer;
	transition:all 0.3s ease-in-out 0s;
}
.btn-wrap input[type="submit"],
.btn-wrap input[type="button"]{
	min-width: 200px;
	padding:12px 40px;
	cursor: pointer;
}
.btn-wrap a:hover,
a:hover .btn-wrap > span,
.btn-wrap > span.more:hover,
.btn-wrap input[type="submit"]:hover,
.btn-wrap input[type="button"]{
	color:var(--red);
	background:#fff;
}
.btn-wrap a:hover::before,
.btn-wrap > span.more:hover::before,
a:hover .btn-wrap > span::before,
.btn-wrap input[type="submit"]:hover::before,
.btn-wrap input[type="button"]:hover{
}

.btn-wrap input[type="button"].wpcf7-previous{
	min-width: 100px;
	color:#808080;
}
.btn-wrap input[type="button"].wpcf7-previous:hover{
	color:#fff;
	background:#808080;
}

.btn-arrow > *{
	display:block;
	width:26px;
	height:26px;
	border-radius:50%;
	border:1px solid #fff;
	background:url(img/btn_arrow_white.svg) center 47% no-repeat;
	background-size:65%;
	margin-left:auto;
	transition: all 0.3s ease-in-out 0s;
}
a:hover .btn-arrow > *{
	background-image:url(img/btn_arrow.svg);
	background-color:#fff;
}
.btn-arrow2{
	text-align:center;
	margin-top: 5em;
}
.btn-arrow2 > *{
	display:inline-block;
	font-size:var(--fz19);
	line-height:1;
	
	background:url(img/btn_arrow2.svg) center bottom no-repeat;
	background-size:contain;
	padding: 0 30px 15px 0;
}

.title-wrap{
	margin-bottom: 50px;
}
.title-wrap .title{
	font-size:var(--fz16);
	letter-spacing: 0.2em;
}

.page-title-wrap{
	margin-bottom:100px;
}

.heading{
	font-size:var(--fz23);
}

.form dl{
	display:flex;
	flex:wrap;
	padding:15px 0;
	margin: 0;
}
.form dl:first-child{

}
.form dl dt{
	width:250px;
	font-size: var(--fz16);
}
.form dl dd{
	width:calc(100% - 250px);
	margin: 0;
}
.form dl dd input{
}
.form dl dd input[type="text"],
.form dl dd input[type="email"],
.form dl dd textarea{
	width:100%;
	background:#F9F9F8;
	border:1px solid #211815;
	padding: 10px 12px;
}
.form .required dt::after{
	content:"※";
    font-size: 0.7em;
	margin-left: 0.5em;
    position: relative;
    top: -0.4em;
}


.wpcf7-list-item.first {
	margin-left: 0;
}
.btn-wrap .wpcf7-spinner{
	position:absolute;
	right:0;
}

.tategaki{
	writing-mode: vertical-rl;
}

.swiper-wrapper{
	margin:0;
	padding:0;
}

@media (min-width: 769px) {
	.pc-none{
		display:none;
	}
	.pc-flex{
		display:flex;
	}
	
	.font-script{
		font-size:72px;
	}

}
@media (max-width: 768px) {
	.sp-none{
		display:none;
	}
	.sp-flex{
		display:flex;
	}

	.main-header {
		margin-bottom: 30px;
	}
	.main-title {
		font-size: var(--fz16);
	}
	.main-title + p {
		width:80%;
		text-align:left;
		margin: 1.5em auto 0;
	}

	.title-wrap {
	    margin-bottom: 30px;
	}

	.content-block > .inner{
		padding:50px 0 80px;
	}
	
	.btn-wrap a{
		font-size:var(--fz15);
	}
	.btn-wrap a span.btn-inner{
		padding: 5px 20px;
	}
	
	.btn-arrow{
		margin-top:1em;
	}
	.btn-arrow > *{
		margin-left: 0;
		margin-right: auto;
	}
	
	.btn-arrow2 > *{
		font-size: inherit;
	}
	
	
	
	.font-script{
		font-size:var(--fz44);
	}
	
	#photo-gallery {
		padding: 80px 0;
	}
	.home #photo-gallery,
	.en #photo-gallery{
		padding: 6% 0;
	}
	#photo-gallery .photo-list > *,
	#photo-gallery .photo-list3 > * {
		width: 100%;
	}
	#photo-gallery .photo-list img,
	#photo-gallery .photo-list3 img{
		aspect-ratio: 5/3 !important;
	}
	#photo-gallery .photo-list2{
		display: flex;
		flex-wrap: wrap;
	}
	
	.form dl{
		display:block;
		    padding: 15px 0;
	}
	.form dl dt,
	.form dl dd {
		width: 100%;
	}
	.form dl dt{
		margin-bottom: 0.25em;
	}
	.form dl dd input[type="text"],
	.form dl dd input[type="email"],
	.form dl dd textarea{
		font-size: var(--fz18);
	}
}


/*scrl*/
.scrl {
    opacity: 0;
    position: relative;
}

.bt-anim {
    top: 50px;
}
@keyframes bt-anim {
	0% {
		opacity: 0;
		top: 50px;
	}
	60% {
		opacity: 1;
		top: 0;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
.bt-anim.scrl_in {
    animation: bt-anim 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
/*//scrl*/



a:hover .shake-o-h,
.shake-o-h:hover {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}



/* Layout
--------------------------------------------- */

#masthead{
	display:flex;
	justify-content: space-between;
	width:100%;
	padding: 20px 3% 0;
	position:fixed;
	top:0;
	left:0;
	z-index:4;
	transition: all 0.3s ease-in-out 0s;
}
.home #masthead.hav-onword{
/* 	padding-top:40px; */
}
.home #masthead.hav-onword .hamburger-overlay{
/* 	top: 35px; */
}

#masthead .site-branding{
	width:56px;
	position: relative;
    z-index: 2;
}
#masthead .site-branding img{
	width:100%;
}

main#primary{
	padding:0px 0 200px;
}


.fixed-menu{
	font-size: var(--fz13);
    position: fixed;
    top: 90px;
    right: 32px;
    transition: all 0.3s ease-in-out 0s;
}
.fixed-menu a,
.footer-sns-link a{
	display:flex;
	justify-content: center;
	align-items:center;
	width:38px;
	min-height:38px;
	text-align:center;
    border:1px solid var(--red);
    background:transparent;
    border-radius:19px;
    padding: 6px;
    margin-bottom:10px;
}
.fixed-menu a:hover,
.footer-sns-link a:hover{
	color:#fff;
    background:var(--red);
}
.fixed-menu a.insta-link{
    padding: 10px 5px;
}
.fixed-menu a img,
.fixed-menu a svg,
.footer-sns-link a svg{
	width:100%;
	max-width:19px;
	margin: auto;
}
.fixed-menu a.shopping-link img,
.fixed-menu a.shopping-link svg,
.footer-sns-link a.shopping-link svg{
	max-width:24px;
	position:relative;
	left:-2px;
}
.fixed-menu a.insta-link .tategaki{
	line-height:1;
    margin:0.75em auto 0;
}
svg .line{
	fill:none;
	stroke:var(--red);
	stroke-width:0.8496;
	stroke-miterlimit:10;
    transition: all 0.3s ease-in-out 0s;
}
svg .paint{
	fill:var(--red);
    transition: all 0.3s ease-in-out 0s;
}
.fixed-menu a:hover svg .line,
.footer-sns-link a:hover svg .line,
.nav-overlay.active + .fixed-menu a svg .line{
	stroke:#fff;
}
.fixed-menu a:hover svg .paint,
.footer-sns-link a:hover svg .paint,
.nav-overlay.active + .fixed-menu a svg .paint{
	fill:#fff;
}

.nav-overlay.active + .fixed-menu a{
	color:#fff;
	border-color:#fff;
}



.page-header{
	margin-bottom:80px;
}
.page-header.flex{
	display:flex;
	justify-content: space-between;
	align-items:flex-end;
	flex-wrap: wrap;
}
.page-header .text{
	text-align:center;
}
.page-header.flex .text{
	width:35%;
	text-align:left;
}
.page-header.flex .text .inner{
	margin-left: auto;
	max-width: 400px;
	width: 70%;
	padding-right: 30px;
}
.page-header .text h1.page-title{
	font-size: var(--fz27);
}
.page-header .text p.page-title{
	font-size: var(--fz14);
}
.page-header.flex .text p.page-title{
	font-size: var(--fz20);
	margin-top:2em;
}
.page-header.flex .post-thumbnail{
	width:65%;
}
.page-header.flex .post-thumbnail img{
	aspect-ratio: 9 / 4;
    object-fit: cover;
}


#menu-category{
	color:#fff;
	background-color: var(--yellow);
	padding:130px 0 150px;
}
#menu-category .block-title-wrap{
	display: block;
	color:#fff;
	text-align:center;
	margin-bottom:70px;
}
#menu-category .block-title-wrap .block-tittle-en{
	margin-bottom: 1em;
}
#menu-category .menu-cate-list{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
#menu-category .menu-cate-list a{
	display:flex;
	align-items:center;
	width:calc(50% - 10px);
	height:190px;
	font-size: var(--fz20);
	color:#fff;
	line-height: 1.2;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background-color:#D6CDCD;
	background-position:center center;
	background-size:cover;
	border-radius:30px;
	padding:10px;
	position:relative;
	overflow: hidden;
}
#menu-category .menu-cate-list a::before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	transition: all 0.3s ease-in-out 0s;
}
#menu-category .menu-cate-list a:hover::before{
	background:rgba(0,0,0,0.0);
}
#menu-category .menu-cate-list a > div{
	margin-left: 55%;
	position: relative;
}
#menu-category .menu-cate-list a .text-en{
	font-size: var(--fz25);
}
#menu-category .menu-cate-list a .text-ja{
	font-size: var(--fz20);
	margin-top:0.3em;
}


#shop-info{
	color:#fff;
	background-color: var(--red);
	padding:160px 0 180px;
}
#shop-info .logo{
	width:113px;
	margin-bottom:40px;
}
#shop-info .shop-name-tel{
	margin-bottom:60px;
}
#shop-info .shop-name-tel .shop-name{
	font-size: var(--fz23);
	margin-bottom:0.5em;
}
#shop-info .shop-name-tel .tel-num{
	font-size: var(--fz21);
	letter-spacing: 0.3em;
}
#shop-info .shop-name-tel .tel-num span,
#shop-info .shop-name-tel .tel-num a{
	color:#fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	white-space:nowrap;
}
#shop-info .shop-name-tel .tel-num span img,
#shop-info .shop-name-tel .tel-num a img{
    max-width: 21px;
    display: inline-block;
    margin-right: 1em;
}
#shop-info .shop-data dl{
	display:flex;
}
#shop-info .shop-data{
	margin-bottom:90px;
}
#shop-info .shop-data dl{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:60px;
}
#shop-info .shop-data dl dt{
	width:185px;
	font-size: var(--fz20);
}
#shop-info .shop-data dl dd{
	width:calc(100% - 185px);
}

#access-map{
	
}
#access-map iframe{
	width:100%;
	height:470px;
}

footer#colophon{
	color: var(--red);
	background:#fff;
	padding:85px 0 45px;
}
footer#colophon a{
	color:var(--blue);
}
footer#colophon .inner{
	text-align:center;
}
footer#colophon .logo{
	max-width:112px;
	margin:0 auto 40px;
}

.footer-sns-link{
	display:flex;
	justify-content: center;
	gap:10px;
	margin-bottom:40px;
}
.footer-sns-link a {
    width: 40px;
    min-height: 40px;
    border-radius: 20px;
    margin:0;
}
.footer-sns-link a svg {
    max-width: 20px;
}
.footer-sns-link a.shopping-link svg {
    max-width: 26px;
}

footer#colophon nav *{
	display:flex;
	justify-content: center;
	align-items:center;
}
footer#colophon nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
footer#colophon nav > ul > li{
	font-size: var(--fz24);
}
footer#colophon nav > ul > li + li::before{
	content:"／";
	margin-right:0.25em;
}
footer#colophon nav > ul > li ul{
	font-size: var(--fz15);
	margin-left:1em;
	margin-top:0.4em;
}
footer#colophon nav > ul > li + li{
	margin-left:0.25em;
}
footer#colophon nav > ul ul > li + li{
	margin-left:1em;
}

footer#colophon nav > ul.footer-sub-nav{
	gap: 40px;
	margin-top:60px;
}
footer#colophon nav > ul.footer-sub-nav li{
	font-size: var(--fz15);
	margin: 0;
}
footer#colophon nav > ul.footer-sub-nav li + li::before{
	display:none;
}

footer#colophon .site-info{
	margin-top:100px;
}
footer#colophon address{
	font-size: var(--fz13);
	line-height: 1.5;
}

@media (min-width: 769px) {
	.fixed-menu a.tel-link{
	    display:none;
	}
}
@media (max-width: 768px) {
	#masthead{
		padding: 15px 4% 0;
		transition: all 0.3s ease-in-out 0s;
	}
	#masthead .site-branding .logo {

	}
	#masthead .site-branding .site-copy {
	    font-size: var(--fz10);
	}

	#masthead .fixed-address{
/* 		display:none; */
		width: 60%;
		font-size: var(--fz10);
        letter-spacing: 0;
		transform: rotate(0);
        bottom: auto;
        top: 18px;
        left:90px;
        
        opacity: 0;
		transition: opacity 0.6s ease;
	}
	#masthead .fixed-address br.scroll-none {
		display: none;
	}
	#masthead .fixed-address.is-visible {
		opacity: 1;
	}

	.fixed-menu{
		top: 60px;
		right:15px;
	}
	.fixed-menu a,
	.footer-sns-link a{
		width: 32px;
		min-height: 32px;
		padding: 4px;
	}
	.fixed-menu a img,
	.fixed-menu a svg,
	.footer-sns-link a svg{
		max-width: 17px;
	}
	.fixed-menu a.shopping-link img,
	.fixed-menu a.shopping-link svg,
	.footer-sns-link a.shopping-link svg{
		max-width: 22px;
	}

	main#primary {
/* 	    padding: 100px 0 150px; */
	}
	
	#menu-category{
		padding: 90px 0;
	}
	#menu-category .block-title-wrap {
	    text-align: left;
	    margin-bottom: 50px;
	}
	#menu-category .block-title-wrap .block-tittle-en{
		margin-bottom: 0.5em;
	}
	#menu-category .menu-cate-list a{
		width:100%;
		height:37vw;
	}
	#menu-category .menu-cate-list a > div {
	    margin-left: 50%;
	}
	#menu-category .menu-cate-list a .text-en {
	    font-size: var(--fz198);
	}
	#menu-category .menu-cate-list a .text-ja {
	    font-size: var(--fz14);
	}
	
	#shop-info{
		padding: 90px 0 0px;
	}
	#shop-info .logo {
	    width: 100px;
	    margin-bottom: 30px;
	}
	#shop-info .shop-name-tel {
	    margin-bottom: 40px;
	}
	#shop-info .shop-name-tel .shop-name {
	    font-size: var(--fz16);
	    margin-bottom: 0.3em;
	}
	#shop-info .shop-name-tel .tel-num {
	    letter-spacing: 0.2em;
	}
	#shop-info .shop-data dl{
		display:block;
		margin-bottom: 3em;
	}
	#shop-info .shop-data dl dt,
	#shop-info .shop-data dl dd{
		width:100%;
	}
	#shop-info .shop-data dl dt {
	    font-size: var(--fz16);
	}
	#access-map{
		max-width: 100%;
	}
	#access-map iframe {
	    height: 65vw;
	}
	
	footer#colophon{
		padding: 60px 0 80px;
	}
	footer#colophon .logo {
	    max-width: 100px;
	}
	footer#colophon nav *{
		display:block;
	}
	footer#colophon nav .footer-sub-nav{
		display:flex;
	}
	footer#colophon nav > ul > li {
	    font-size: var(--fz20);
	}
	footer#colophon nav > ul > li + li {
	    margin-top:2em;
	}
	footer#colophon nav > ul > li + li::before {
	    display:none;
	}
	footer#colophon nav > ul > li ul {
	    font-size: var(--fz14);
	    margin: 0;
	}
	footer#colophon .site-info {
	    margin-top: 50px;
	}
}


/* nav
--------------------------------------------- */

/* ハンバーガーメニュー */
.hamburger-overlay {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
	width: 64px;
	height: 45px;
	padding: 20px;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.hamburger-overlay__line {
	position: absolute;
	left: 11px;
	width: 44px;
	height: 1px;
	background-color: #CF372C;
	transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
	background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
	transform: translateY(9px) rotate(-20deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
	opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
	transform: translateY(-9px) rotate(20deg);
}

.nav-overlay {
	position: fixed;
	top: 0;
	right: -435px;
	z-index:3;
	width: 435px;
	height: 100vh;
	color:#fff;
	background-color: var(--red);
	padding: 40px 45px;
	transition: all 0.3s ease-in-out 0s;
}

.nav-overlay.active {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.nav-overlay__content a{
	display: block;
	color:#fff;
}
.nav-overlay__content nav{

}
.nav-overlay__content nav > *{

}
.nav-overlay__content nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
.nav-overlay__content nav > ul > li > a,
#recommend-wrap > span{
	font-size: var(--fz19);
	letter-spacing: 0.2em;
	line-height:1.5;
}
.nav-overlay__content nav > ul > li + li{
	margin-top:2.75em;
}
.nav-overlay__content nav ul.nav-menu-sub > li{
	margin-top:0.5em;
}
.nav-overlay__content nav ul.nav-menu-sub > li + li{
	margin-top:1em;
}
.nav-overlay__content nav ul.nav-menu-sub > li > a{
	display:flex;
	align-items:center;
}
.nav-overlay__content nav ul.nav-menu-sub > li > a::before{
	content:"";
	display:block;
	width:20px;
	height:1px;
	background:rgba(255,255,255,0.5);
	margin-right: 15px;
}
.nav-overlay__content .nav-group ul li a{
	width:calc(100% - 35px);
}
.nav-overlay__content nav ul.nav-menu-sub-sub{
	font-size: var(--fz12);
	padding-left: 35px;
}

#recommend-wrap{
/* 	margin-top:3em; */
}
#recommend-wrap .recommend-item{
	display:flex;
	align-items:flex-end;
	gap:20px;
	margin-top:5px;
}
#recommend-wrap .recommend-item .img{
	width:48%;
}
#recommend-wrap .recommend-item .img img{
	border-radius: 10px;
	aspect-ratio:3/2;
	object-fit:cover;
}
#recommend-wrap .recommend-item .text{
	width:52%;
	font-size: var(--fz14);
}
#recommend-wrap ul{
	font-size: var(--fz12);
	margin-top: 2em;
}


@media (max-width: 768px) {
	.hamburger-overlay__line {
	    width: 34px;
	}
	.hamburger-overlay{
		top: 10px;
		right: 5px;
		width: 56px;
		height: 42px;
	}
	.hamburger-overlay__line:nth-of-type(2) {
	    top: 21px;
	}
	.hamburger-overlay__line:nth-of-type(3) {
	    top: 28px;
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
	    transform: translateY(7px) rotate(-19deg);
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
	    transform: translateY(-7px) rotate(19deg);
	}
	
	.nav-overlay{
		overflow-y: scroll;
		display:block;
		right: -100vw;
		width: 100vw;
		padding: 50px 10% 80px;
	}
	.nav-overlay__content{
		display:block;
		padding: 0;
        margin: 0 auto;
	}
	.nav-overlay__content .nav-menu,
	.nav-overlay__content .nav-shop {
	    margin-top: 30px;
	}
	.nav-overlay__content nav {
	    column-count: auto;
	    display: block;
	    width: 100%;
	}
	.nav-overlay__content nav > *,
	.nav-overlay__content nav > *:last-child,
	.nav-overlay__content .site-info.nav-group {
	    width: 100%;
	}
	.nav-overlay__content .nav-group + .nav-group,
	.nav-overlay__content .site-info.nav-group {
	    margin-top:1.5em;
	}
	.nav-overlay__content .nav-group dt {
	    font-size: var(--fz22);
	}
	.nav-overlay__content nav .nav-group dd {
	    display:none;
	}
	.nav-overlay__content .nav-group ul {
		padding-left:1.5em;
	    margin: 0.3em 0 0;
	}
	.nav-overlay__content .site-info.nav-group dd{
		padding-left:1.5em;
	}
}



/* Common parts
--------------------------------------------- */
.page .entry-content{
	margin-bottom: 80px;
}

.block-title-wrap{
	display: flex;
    align-items: flex-end;
    color:var(--red);
    line-height: 1.2;
	margin-bottom: 25px;
}
.block-title-wrap *{

}
.block-title-wrap .block-tittle-en{
	font-size: var(--fz30);
}
.block-title-wrap .block-tittle-ja{
	font-size: var(--fz13);
	margin: 0 0 0.25em 0.5em;
}

article section{

}
article section + section{
	margin-top:150px;
}

#primary section{
/*
	padding-top:130px;
	padding-bottom:130px;
*/
}
#primary section section{
	padding-bottom:0px;
}
#primary section:last-child{
/* 	padding-bottom:240px; */
}

#second-hero{
	max-width: 95%;
	padding: 5% 0 0;
	position:relative;
}
#second-hero svg{
	width:100%;
	height:auto;
}
#second-hero .page-title{
	font-size: var(--fz34);
	position:absolute;
	left:12%;
	bottom:12%;
}
#second-page-header{
	color:#fff;
	padding-bottom: 150px;
}
#second-page-header .page-title{
	letter-spacing: 0.2em;
}

.wp-pagenavi{
	display:flex;
	justify-content: center;
	align-items:center;
	gap: 3.5em;
	font-size: var(--fz20);
	line-height:1;
	letter-spacing: 0;
	margin-top: 4em;
}
.wp-pagenavi .current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
/* 	color: var(--blue); */
	border-radius: 50%;
/* 	background:#fff; */
	border:1px solid rgba(255,255,255,0.25);
	border-radius:50%;
/* 	margin: 0 0.25em; */
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend,
.wp-pagenavi .extend + .larger.page{
	display:none;
}

@media (min-width: 769px) {
	#second-page-header .fixed-address{
		display:none;
	}
}
@media (max-width: 768px) {
	.block-title-wrap{
		display:block;
	}
	
	#second-page-header{
		padding-bottom: 100px;
	}
	#second-hero {
	    padding: 8% 0 0;
	}
	#second-hero .page-title {
		width: 60%;
	    font-size: var(--fz30);
	    left: 10%;
	    bottom: auto;
	    top: 20%;
	}

	.block-title-wrap .block-tittle-en {
		font-size: var(--fz24);
	}
	.block-title-wrap .block-tittle-ja {
	    font-size: var(--fz13);
	    margin: 0;
	}

	.sp-r-padding{
		padding-right:60px !important;
	}
	.content-width-wide.sp-r-padding,
	.content-width.sp-r-padding,
	#about.sp-r-padding{
		padding-right:40px !important;
	}

	.wp-pagenavi{
		justify-content: space-around;
		gap:0;
		font-size: var(--fz13);
	}
	.wp-pagenavi .current{
		width: 3em;
		height: 3em;
	}
}


/* Slider
--------------------------------------------- */

.swiper-fade .swiper-container-free-mode .swiper-slide {
      transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide.swiper-slide-visible {
    pointer-events: auto;
}
.swiper-fade .swiper-container-free-mode .swiper-slide {
      pointer-events: none;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
}

.infinity-smooth-slide .swiper-wrapper,
.infinity-smooth-slide-mini .swiper-wrapper {
	transition-timing-function: linear;
}

.carousel-slide{
	position:relative;
}
.carousel-slide .swiper-button-prev,
.carousel-slide .swiper-button-next{
	display:block;
	width: 20px;
	height: 40px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.carousel-slide .swiper-button-prev{
	left: -50px;
}
.carousel-slide .swiper-button-next{
	right: -50px;
}
.carousel-slide .swiper-button-prev span,
.carousel-slide .swiper-button-next span{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.carousel-slide .swiper-button-prev span::before,
.carousel-slide .swiper-button-prev span::after,
.carousel-slide .swiper-button-next span::before,
.carousel-slide .swiper-button-next span::after{
	content: "";
	position: absolute;
	top: calc(50% - 0px);
	width: 27px;
	height: 1px;
	border-radius: 9999px;
	background-color: var(--red);
}
#home-cake .carousel-slide .swiper-button-prev span::before,
#home-cake .carousel-slide .swiper-button-prev span::after,
#home-cake .carousel-slide .swiper-button-next span::before,
#home-cake .carousel-slide .swiper-button-next span::after{
	background-color: #fff;
}
.carousel-slide .swiper-button-prev span::before,
.carousel-slide .swiper-button-prev span::after{
	left: 0;
	transform-origin: 0px 50%;
}
.carousel-slide .swiper-button-next span::before,
.carousel-slide .swiper-button-next span::after{
	right: 0;
	transform-origin: calc(100% - 0px) 50%;
}
.carousel-slide .swiper-button-prev span::before{
	transform: rotate(45deg);
}
.carousel-slide .swiper-button-prev span::after{
	transform: rotate(-45deg);
}
.carousel-slide .swiper-button-next span::before{
	transform: rotate(-45deg);
}
.carousel-slide .swiper-button-next span::after{
	transform: rotate(45deg);
}
.swiper-button-disabled{
	opacity:0.5;
}
.swiper-button-prev:not(.swiper-button-disabled),
.swiper-button-next:not(.swiper-button-disabled){
	cursor: pointer;
}

#home-cake.home-menu-content-wrap .inner.pc-flex .img-wrap.rotate{
	top: 20px;
}
.carousel-slide1 .swiper-pagination{
	font-size: var(--fz16);
	text-align:center;
	margin-top:0.5em;
}
.carousel-slide1.carousel-slide .swiper-button-prev {
    left: -40px;
}
.carousel-slide1.carousel-slide .swiper-button-next {
    right: -40px;
}

@media (min-width: 769px) {

}
@media (max-width: 768px) {
	
	.carousel-slide .swiper-button-prev {
	    left: -22px;
	}
	.carousel-slide .swiper-button-next {
	    right: -22px;
	}
	.carousel-slide .swiper-button-prev,
	.carousel-slide .swiper-button-next {
	    width: 14px;
	    height: 25px;
	    top:auto;
	    bottom:0;
	    transform: translate(-50%, 0%);
	}
	.carousel-slide .swiper-button-prev span::before,
	.carousel-slide .swiper-button-prev span::after,
	.carousel-slide .swiper-button-next span::before,
	.carousel-slide .swiper-button-next span::after {
	    width: 10px;
	}

	.carousel-slide1 .swiper-pagination{
		font-size: var(--fz13);
	}
	.carousel-slide1.carousel-slide .swiper-button-prev {
	    left: 50%;
	    transform: translate(-3.5em, 0%);
	}
	.carousel-slide1.carousel-slide .swiper-button-next {
	    right: 50%;
	    transform: translate(3.5em, 0%);
	}
}




/* scroll
--------------------------------------------- */
/* デフォルト（#one-word が非表示時） */
#masthead.hav-onword {
  padding-top: 15px;
}
.hamburger-overlay {
  top: 15px;
}
.fixed-menu {
  top: 70px;
  z-index:4;
}

/* #one-word 表示時 */
#masthead.hav-onword.show-oneword {
  padding-top: 40px;
}
.hamburger-overlay.show-oneword {
  top: 35px;
}
.fixed-menu.show-oneword {
  top: 90px;
}
@media (max-width: 768px) {
	/* デフォルト（#one-word が非表示時） */
	#masthead.hav-onword {
		padding-top: 10px;
	}
	.hamburger-overlay {
		top: 10px;
	}
	.fixed-menu {
		top: 55px;
	}
	
	/* #one-word 表示時 */
	#masthead.hav-onword.show-oneword {
		padding-top: 40px;
	}
	.hamburger-overlay.show-oneword {
		top: 35px;
	}
	.fixed-menu.show-oneword {
		top: 85px;
	}
}




/* Home
--------------------------------------------- */
.home main#primary {
    padding: 0;
    position:relative;
}
.home .site-branding .home-header-copy-ja{
	font-size: var(--fz20);
	margin-bottom: 0.7em;
}
.home .site-branding .home-header-copy-en{
	font-size: var(--fz11);
	line-height: 1.7;
}
#home-main-text{
	width:60%;
	max-width:380px;
	position:absolute;
	top:50%;
	left:50%;
	z-index: 3;
	transform:translate(-50%,-50%);
	pointer-events: none;
	margin:0;
}
#home-main-text img:last-child{
    width: 66%;
    margin: 1.5em auto 0;
}

#mv-wrap{
	width:100%;
	height:100svh;
}

#mv-wrap #mv-slider,
#mv-wrap #mv-slider > div,
#mv-wrap .swiper,
#mv-wrap .swiper .swiper-slide img{
	height:100%;
}

#mv-wrap #mv-slider{
	display:flex;
	position:relative;
}
#mv-wrap #mv-slider > div{
	width:100%;
}
#mv-wrap .swiper{
}
#mv-wrap .swiper .swiper-slide img{
	width:100%;
	object-fit:cover;
}


.fixed-address{
	font-size: var(--fz13);
	color:var(--red);
	line-height:1.3;
	position:fixed;
	bottom:0;
	left:3%;
	z-index: 3;
	transform: translate(0%, 0%) rotate(-90deg);
	transform-origin: left top;
	pointer-events: none;
}

#one-word{
	display:flex;
	justify-content: center;
	gap:1em;
	font-size: var(--fz12);
	color:#fff;
	line-height:1.3;
	background-color:var(--red);
	padding:5px 5%;
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

#home-pickup{
    max-width: 400px;
    width: 50%;
    height: auto !important;
    color:#fff;
    background-color:var(--red);
    padding:20px 20px 20px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
#home-pickup .title{
	font-size: var(--fz13);
	line-height:1;
	margin-bottom:10px;
}
#home-pickup a{
	display:flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
    color:#fff;
}
#home-pickup .pickup-title{
	display: block;
	overflow: hidden;
	width:100%;
	font-size: var(--fz15);
}
#home-pickup .pickup-title span{
	white-space: nowrap;
	display: inline-block;
}
#home-pickup .btn-detail{
	font-size: var(--fz13);
	white-space: nowrap;
	line-height:1;
	background:url(img/pickup_text_arrow.svg) right bottom no-repeat;
	background-size:contain;
	padding: 0 20px 10px 0;
}
.scroll-text {
	display: inline-block;
	animation: scrollText linear 1 forwards;
}
/*
@keyframes scrollText {
  0%   { transform: translateX(0); }
  100% { transform: translateX(var(--scroll-distance)); }
}

#home-pickup .pickup-title span.scroll-text {
  display: inline-block;
}
*/


.home #pickup{
	padding-top:200px;
}
#pickup .pickup-list.no-slide ul{
	display:flex;
	gap:21px;
	padding:0;
	margin:0;
	list-style:none;
}
#pickup .pickup-list.no-slide ul li {
	width:calc(33.333% - 14px);
}
#pickup .pickup-list ul li .img {
	margin-bottom:40px;
}
#pickup .pickup-list ul li .pickup-title {
	max-width:240px;
	font-size: var(--fz19);
	text-align:center;
	line-height: 1.8;
	margin:0 auto;
}

#pickup .pickup-list .img img{
	aspect-ratio: 6 / 5;
	object-fit: cover;
}
#pickup .carousel-slide3 .swiper-button-prev,
#pickup .carousel-slide3 .swiper-button-next{
	top: 33%;
}

.home #menu{
	padding-top:200px;
}
.home-menu-content-wrap{
	background:url(img/content_bg_cake.png) center center no-repeat;
	background-size:100% 100%;
	padding:0;
	position:relative;
}
.home-menu-content-wrap > div,
.home-menu-content-wrap > a{
	display: block;
	padding:65px 100px 90px;
}
.home-menu-content-wrap,
.home-menu-content-wrap a,
.home-menu-content-wrap a:hover{
	color:#fff !important;
}
.home-menu-content-wrap + .home-menu-content-wrap{
	margin-top:130px;
}
#home-sweets{
	background-image:url(img/content_bg_sweets.png);
}
#home-gift{
	background-image:url(img/content_bg_gift.png);
}
.home-menu-content-wrap .content-title-wrap{
	display: flex;
	gap: 20px;
	font-size: var(--fz21);
	line-height: 1.4;
	white-space:nowrap;
	padding-right:70px;
	margin-bottom:30px;
	position:relative;
}
.home-menu-content-wrap .content-title-wrap span{
	display:block;
	font-size: var(--fz13);
}
.home-menu-content-wrap .content-title-wrap::after{
	content:"";
	display:flex;
	width:100%;
	background:url(img/line01.png) left center no-repeat;
	background-size:contain;
}
#home-sweets.home-menu-content-wrap .content-title-wrap::after{
	background-image:url(img/line02.png);
}
#home-gift.home-menu-content-wrap .content-title-wrap::after{
	background-image:url(img/line03.png);
}
.home-menu-content-wrap .content-title-wrap .num{
	order:3;
	display:flex;
	justify-content: center;
	align-items: center;
	width:45px;
	height:45px;
	font-size: var(--fz20);
	font-weight:normal;
	letter-spacing: 0;
	border:1px solid #fff;
	border-radius:50%;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	transition: all 0.3s ease-in-out 0s;
}
.home-menu-content-wrap a:hover .content-title-wrap .num{
	color:var(--red);
	background:#fff;
}
#home-sweets.home-menu-content-wrap a:hover .content-title-wrap .num{
	color:var(--yellow);
}

.home-menu-content-wrap .inner.pc-flex{
	align-items:flex-end;
	gap:70px;
}
.home-menu-content-wrap .inner.pc-flex .img-wrap{
	width:55%;
}
.home-menu-content-wrap .inner.pc-flex .text{
	width:45%;
}
.home-menu-content-wrap .text,
.home-menu-content-wrap .text{
	line-height: 1.5;
}
.home-menu-content-wrap .text .title-wrap{
	text-align:center;
	margin-bottom:1.5em;
}
#home-cake.home-menu-content-wrap .text .title-wrap{
	display: flex;
    align-items: center;
    justify-content: space-between;
	text-align:left;
	margin-bottom: 2.5em;
}
#home-cake.home-menu-content-wrap .text p{
	margin:0;
}
#home-cake.home-menu-content-wrap .text .illust-cat{
	max-width:135px;
	width:100%;
}
#home-cake.home-menu-content-wrap .text .illust-cat img{
	width:100%;
}
.home-menu-content-wrap .text .title,
.home-menu-content-wrap .text .title{
	font-size: var(--fz22);
}
.home-menu-content-wrap .inner2 .img-wrap{
	margin-bottom:1.5em;
}
.home-menu-content-wrap .text .title-wrap{
	margin-bottom:1.0em;
}
.home-menu-content-wrap .inner2.pc-flex{
	gap:80px;
	margin-top: 100px;
}
.home-menu-content-wrap .inner2 > *{
	width:100%;
}

.home-menu-content-wrap .img-wrap.rotate{
	position:relative;
}
.home-menu-content-wrap .img-wrap.rotate .img{
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out 0s;
	position:relative;
}
.home-menu-content-wrap .img-wrap.rotate::before{
	content:"";
	display:block;
	width:29px;
	height:56px;
	background:url(img/pin.png) center center no-repeat;
	background-size:contain;
	position:absolute;
	top: -20px;
	left:50%;
	transform:translateX(-50%);
    z-index: 2;
}
.home-menu-content-wrap .img-wrap .img img{
	width: 100%;
	aspect-ratio:3/2;
	object-fit:cover;
}

#home-cake .illust-cat{
	position:relative;
}
#home-cake .illust-cat #cat-hand{
	position:absolute;
	top: 45%;
    left: 20%;
    width: 20%;
}

#home-sweets .illust-cat{
	width:77px;
	aspect-ratio: auto;
	position:absolute;
	left: -60px;
	bottom: 80px;
	z-index:2;
}
/*
#home-sweets .img:hover .illust-cat {
	bottom: 120px !important;
}
*/
#home-gift .illust-cat{
	width:132px;
	position:absolute;
	left: 123px;
    bottom: 10px;
	z-index:-1;
}


#about .inner{
	padding:160px 0 0px;
}
.home #about .inner{
	padding:230px 0 260px;
}
#about .about-illust-title-wrap .illust{
	max-width:386px;
	width:70%;
	margin: 0 auto 10px;
}
#about .about-illust-title-wrap .tittle{
	max-width:275px;
	width:65%;
	margin: 0 auto 70px;
}
#about .text{
	text-align:center
}
#about .text p{
	font-size: var(--fz19);
}

#home-galley .swiper-slide{
	aspect-ratio:1/1;
	object-fit:cover;
}

@media (min-width: 769px) {
	#mv-wrap .fixed-address{
		display:none;
	}
}
@media (max-width: 768px) {
	#one-word{
		justify-content: flex-start;
		padding: 8px 5%;
	}

	#mv-wrap{
		border-bottom:1px solid var(--red);
	}
	#mv-wrap #mv-slider{
		display:block;
		height: calc(100svh - 82px);
	}
	#mv-wrap #mv-slider > div {
	    height: 50%;
	}
	#mv-wrap .swiper-pagination{
		display:none;
	}
	#home-main-text {
    	width: 60%;
	}
	#home-main-text img:last-child{
		width: 80%;
		margin: 1em auto 0;
	}
	
	.fixed-address{
		font-size: var(--fz11);
		/*bottom: -2.3em;*/
		letter-spacing: 0.05em;
		bottom: -2.3em;
		position:absolute;
	}
	.home .fixed-address{
/* 		bottom: calc(-2.3em + 82px); */
	}
	
	#home-pickup{
		position:static;
		max-width: none;
		width: 100%;
		color: var(--red);
		background-color:#fff;
	}
	#home-pickup .title{
		font-size: var(--fz12);
		margin-bottom: 4px;
	}
	#home-pickup a{
		color: var(--red);
	}
	#home-pickup .btn-detail{
		font-size: var(--fz12);
		letter-spacing:0;
		background-image: url(img/pickup_text_arrow_red.svg);
		padding: 0 15px 5px 0;
	}
	
	.home #pickup,
	.home #menu {
	    padding-top: 100px;
	}
	
	#pickup .inner{
		max-width:100%;
	}
	#pickup .pickup-list.swiper{
		padding-left: 6%;
		padding-right: 6%;
	}
	#pickup .block-title-wrap{
		padding: 0 6%;
	}
	#pickup .pickup-list ul li .img {
	    margin-bottom: 15px;
	}
	#pickup .pickup-list ul li .pickup-title {
	    max-width: none;
	    font-size: inherit;
	    text-align: left;
	    line-height: 1.5;
	    padding-right: 1em;
	}
	#pickup .carousel-slide3 .swiper-button-prev,
	#pickup .carousel-slide3 .swiper-button-next{
		display:none;
	}
	
	#menu > .inner{
		max-width:100%;
	}
	#menu .block-title-wrap{
		padding: 0 5%;
	}
	.home-menu-content-wrap + .home-menu-content-wrap {
	    margin-top: 100px;
	}
	.home-menu-content-wrap .content-title-wrap{
		display: block;
		padding-right: 0;
	}
	.home-menu-content-wrap .content-title-wrap::after{
		height: 10vw;
	}
	.home-menu-content-wrap .content-title-wrap .num{
		display:none;
	}
	.home-menu-content-wrap > div,
	.home-menu-content-wrap > a {
	    padding: 20px 8% 50px;
	}
	.home-menu-content-wrap{
		background-image:none !important;
	}
	.home-menu-content-wrap > div,
	.home-menu-content-wrap > a{
		background-color:var(--red);
	}
	#home-sweets.home-menu-content-wrap > a{
		background-color:var(--yellow);
	}
	.home-menu-content-wrap::before,
	.home-menu-content-wrap::after{
		content:"";
		display:block;
		width:100%;
		height:12vw;
	}
	.home-menu-content-wrap::before{
		background:url(img/content_bg_red_top.png) center bottom no-repeat;
		background-size:100% 100%;
	}
	.home-menu-content-wrap::after{
		background:url(img/content_bg_red_bottom.png) center top no-repeat;
		background-size:100% 100%;
	}
	#home-sweets.home-menu-content-wrap::before{
		background:url(img/content_bg_yellow_top.png) center bottom no-repeat;
		background-size:100% 100%;
	}
	#home-sweets.home-menu-content-wrap::after{
		background:url(img/content_bg_yellow_bottom.png) center top no-repeat;
		background-size:100% 100%;
	}
	#home-gift.home-menu-content-wrap::after{
		height:31vw;
		background-image:url(img/content_bg_red_bottom2.png);
	}
	#home-gift.home-menu-content-wrap > a{
		padding-bottom:0;
	}
	#home-cake.home-menu-content-wrap .inner.pc-flex .img-wrap.rotate,
	.home-menu-content-wrap .inner.pc-flex .text,
	.home-menu-content-wrap .inner.pc-flex .img-wrap{
		width:100%;
	}
	.home-menu-content-wrap .inner.pc-flex .img-wrap{
		margin-bottom:1.5em;
	}
	.home-menu-content-wrap .img-wrap.rotate::before{
		width: 20px;
		height: 39px;
	}
	.home-menu-content-wrap .text .title-wrap,
	#home-cake.home-menu-content-wrap .text .title-wrap{
		text-align:left;
		margin-bottom: 1.5em;
	}
	.home-menu-content-wrap .text .title,
	.home-menu-content-wrap .text .title {
	    font-size: var(--fz18);
	}
	.home-menu-content-wrap .inner2.pc-flex {
	    margin-top: 70px;
	}
	.home-menu-content-wrap .inner2 > * {
	    width: 100%;
	    display: block;
	}
	.home-menu-content-wrap .inner2 > a + a {
	    margin-top: 70px;
	}
	
	#home-cake.home-menu-content-wrap .text .illust-cat {
	    max-width: 100px;
	}
	
	#home-sweets .illust-cat{
		display:none;
	}
	#home-sweets.home-menu-content-wrap .text .title-wrap{
		display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	#home-sweets.home-menu-content-wrap .text .title-wrap::after{
		content:"";
		display: block;
		height: 60px;
        width: 107px;
		background:url(img/illust_cat02_2.png) center center no-repeat;
		background-size:contain;
	}
	
	#home-gift.home-menu-content-wrap .inner.pc-flex .text p::after{
		content: "";
        display: inline-block;
        width: 6em;
        height: 1.5em;
        float: left;
	}
	
	#home-gift .illust-cat{
		width: 31%;
	}
	
	.home #about .inner {
	    padding: 160px 0;
	}
}



/* About
--------------------------------------------- */
body.about #second-page-header,
#about-top{
	color:#fff;
	background-color:var(--yellow);
}

#about-top{
	padding:0 0 100px !important;
}
#about-top .block-title-wrap{
	text-align:center;
	margin-bottom:30px;
}

#about-lead .wp-block-heading{
	font-size: var(--fz25);
	margin-bottom:1em;
}
#about-lead .wp-block-heading strong{
	font-size: var(--fz29);
}
#about-lead p{
	font-size: var(--fz19);
}

#about-lead + #profile{
	margin-top:130px;
}
#profile{
	display:flex;
	align-items:flex-end;
	gap:80px;
}
#profile > *{
	width:100%;
}
#profile .img{
	transform: rotate(-2deg);
}
#profile dt{
	font-size: var(--fz19);
	margin-bottom:1em;
}

#about-galley{
	margin-top:70px;
}


@media (min-width: 769px) {

}
@media (max-width: 768px) {
	body.about .page-header {
	    margin-bottom: 60px;
	}

	#about-lead .has-text-align-center{
		text-align:left;
	}
	#about-lead h3.wp-block-heading{
		font-size: var(--fz19);
	}
	#about-lead p {
	    font-size: var(--fz14);
	}

	#profile{
		display:block;
	}
	#profile .img{
		margin-bottom:2em;
	}
	
	#about-galley{
		margin-top:35px;
	}
	
	body.about #about{
		padding-top:130px;
		padding-bottom: 0;
	}
	#about .about-illust-title-wrap .illust{
		width:95%;
	}
	#about .text p{
		font-size: inherit;
	}
}




/* Menu（一覧）
--------------------------------------------- */

.menu-cat-list{
	padding:0;
	margin:0;
	list-style:none;

	display:flex;
	justify-content: center;
	gap:15px;
	
	margin-bottom:150px;
}
.menu-cat-list a{
	display:block;
	font-size: var(--fz19);
	line-height:1;
	padding: 0.55em 1.5em;
	border:1px solid var(--red);
}
.menu-cat-list a:hover,
.menu-cat-list .current-cat a{
	color:#fff;
	background:var(--red);
	border-color:var(--red);
}

.menu-cat-title{
	border-bottom:1px solid var(--red);
	padding-top: 20px;
	margin-bottom:75px;
}
.menu-cat-title .title{
	font-size: var(--fz30);
	line-height:1.3;
	border-bottom:1px solid var(--red);
	padding-bottom: 0.35em;
	margin-bottom:7px;
}
.menu-cat-title .title small{
	font-size:0.55em;
}

#primary section.menu-section{
	padding:20px 0 0;
	margin-top:0;
}
#primary section.menu-section + .menu-section{
	margin-top:250px;
}
.menu-section-title{
	font-size: var(--fz22);
	border-left: 1px solid var(--red);
	padding-left:0.75em;
	margin-bottom:0.75em;
}

.menu-list{
	display:flex;
	flex-wrap:wrap;
	gap:90px 39px;
	padding:0;
	margin:0;
}
.menu-list > *{
	width:calc(33.33% - 26px);
}
.menu-list .img{
	margin-bottom:25px;
	position:relative;
}
.menu-list img{
	width: 100%;
	aspect-ratio:1/1;
	object-fit:cover;
}
.menu-list .limited-time{
	font-size: var(--fz14);
	color:#fff;
	line-height:1.2;
	background:var(--red);
	padding:5px 10px;
	position:absolute;
	top:0;
	right:0;
}
.menu-list .menu-name,
.menu-list .text p{
	font-size: var(--fz20);
	
}


.menu-list-title-wrap .inner{
	border-bottom:1px solid #fff;
	padding-bottom:0.5em;
}
.menu-list-title-wrap .inner *{
	font-size: var(--fz20);
}
.menu-list-comment{
	font-size: var(--fz14);
	margin-top:2.0em;
}
.menu-list-item{
	display:flex;
}
.menu-list-item{
	flex-wrap:wrap;
	border-top:1px solid rgba(255,255,255,0.25);
	padding:15px 0;
	position:relative;
}
.menu-list-item::before{
	content:"";
	width:25px;
	border-top:1px solid #fff;
	position:absolute;
	top:-1px;
	left:0;
}
.menu-list.normal-menu .menu-list-item{
	justify-content: space-between;
}
.menu-list-item p{
	margin:0;
}

@media (min-width: 769px) {

}
@media (max-width: 768px) {
	.menu-cat-list{
		gap:0;
		margin-bottom: 50px;
	}
	.menu-cat-list li + li a {
		border-left:0px;
	}
	.menu-cat-list a {
	    font-size: inherit;
	    line-height: 1.2;
	    text-align: center;
	    padding: 0.55em 0.5em;
	}

	.menu-cat-title{
		margin-bottom: 40px;
	}
	.menu-cat-title .title {
	    font-size: var(--fz26);
    }
    .menu-cat-title .title small {
	    display:block;
    }

	.menu-section-title{
		font-size: var(--fz20);
	}

	.menu-list-comment + .menu-list{
		margin-top:1em;
	}
	.menu-list{
		gap: 50px 0;
	}
	.menu-list > * {
	    width: 100%;
	}
	.menu-list .img {
	    margin-bottom: 15px;
	}
	.menu-list .menu-name,
	.menu-list .text p {
	    font-size: var(--fz16);
	}
}


/* Menu（詳細）
--------------------------------------------- */

body.single-menu main#primary{
	padding-top:230px;
}
.entry-header .entry-meta{
	display: flex;
    align-items: center;
}
.entry-header .entry-meta .cat-data{
	margin-left:2em;
}
body.single-menu article .entry-header{
	border-bottom:1px solid rgba(255,255,255,0.5);
	margin-bottom: 60px;
}
body.single-menu article .entry-header .entry-title{
	font-size: var(--fz25);
	margin:0.65em 0;
}

body.single-menu .limited-time{
	margin:0 0 1.5em;
}
body.single-menu .limited-time span{
	display:inline-block;
	font-size: var(--fz14);
	color:#fff;
	line-height:1.2;
	border-radius:30px;
	background:var(--red);
	padding: 8px 20px;
}

.item-detail{
	border-top:1px solid rgba(35,24,21,0.5);
	border-bottom:1px solid rgba(35,24,21,0.5);
	padding:40px 0;
}
.item-detail dl{
	display:flex;
	flex-wrap:wrap;
}
.item-detail dl + dl{
	margin-top:2em;
}
.item-detail dl dt{
	width:120px;
	font-size: var(--fz16);
}
.item-detail dl dd{
	width:calc(100% - 120px);
}

.menu-gallery-flex{
	display:flex;
	gap:10px;
}
.menu-gallery-flex .img{
	width:100%;
}


@media (max-width: 768px) {
	body.single-menu main#primary {
	    padding-top: 120px;
	}
	.item-detail dl {
	    display: block;
	}
	.item-detail dl dt,
	.item-detail dl dd {
	    width: 100%;
	}
}


.back-list-link{
	margin-top:200px;
}
.back-list-link a{
	font-size: var(--fz20);
	padding-left: 2.5em;
	position:relative;
}
.back-list-link a::before,
.back-list-link a::after{
	content: "";
    position: absolute;
    top: calc(45% - 0px);
    left: 0;
    transform-origin: 0px 50%;
    width: 19px;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
}
.back-list-link a::before{
	transform: rotate(45deg);
}
.back-list-link a::after{
	transform: rotate(-45deg);
}

@media (max-width: 768px) {
	.back-list-link {
	    margin-top: 80px;
	}
	.back-list-link a {
	    font-size: var(--fz12);
	}
}


/* Shopping
--------------------------------------------- */
.shopping-detail{
	flex-wrap:wrap;
	justify-content: space-between;
}
.shopping-detail .shopping-img,
.shopping-detail .entry-content{
	width:47%;
	margin:0;
}
.thumbnail-slide-thum{
	overflow:visible;
	margin-top: 25px;
}
.thumbnail-slide-thum .swiper-wrapper{
	display: flex;
    flex-wrap: wrap;
    gap:16px;
}
.thumbnail-slide-thum .swiper-wrapper .swiper-slide{
	width:calc(25% - 12px) !important;
	cursor: pointer;
}
.thumbnail-slide-thum .swiper-wrapper .swiper-slide img{
	aspect-ratio:1/1;
	object-fit:cover;
}

.shopping-detail .entry-content .entry-header{
	border:0;
	margin:0 0 2em;
}
.shopping-detail .entry-content .entry-header *{
	
}
.shopping-detail .entry-content .entry-header .entry-title{
	font-size: var(--fz25);
	margin:0;
}

.shopping-dokodemo-tag{
	margin-bottom:40px;
}
.shopping-dokodemo-tag .cartjs_box .cartjs_cart_in{
	margin-bottom:20px !important;
	position:relative;
}
.shopping-dokodemo-tag .cartjs_box .cartjs_cart_in::before{
	content:"";
	display:block;
	width:35px;
	height:27px;
	background: url(img/icon_cart.svg) center center no-repeat;
    background-size: contain;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-8em, -50%);
	pointer-events: none;
}
.shopping-dokodemo-tag .cartjs_box .cartjs_cart_in input[type="submit"]{
	width: 100% !important;
	height: auto !important;
    padding: 19px 30px;
    font-size: var(--fz19) !important;
    line-height: 1.3;
	background-color: var(--red) !important;
    border-radius: 0 !important;
    margin-bottom:0 !important;
}
.shopping-dokodemo-tag .cartjs_sk_link_other{
	width: 100% !important;
	text-align:center !important;
}

.shopping-mail-type-tag{
	padding: 20px 0;
	margin-bottom: 40px;
}
.shopping-mail-type-tag .wp-block-heading + p{
	margin-top: 1em;
}

.shopping-mail-type-tag dl{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.shopping-mail-type-tag dl dd{
	font-size: var(--fz25);
}

.mail-btn a::before{
	content:"\f0e0";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	transform: rotate(0deg);
}
.tel-btn a::before{
	content:"";
	display:block;
	width:27px;
	height:27px;
	background:url(img/icon_tel.svg) center center no-repeat;
	background-size:contain;
	margin-right:1em;
}

.shopping-other-item{
	margin-top:150px;
}
.shopping-other-item .title{
	font-size: var(--fz20);
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:1em;
	margin-bottom:2em;
}
.shopping-other-item .item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.shopping-other-item .item-list .item{
	width:calc(50% - 20px);
}
.shopping-other-item .item-list .item .item-name{
	font-size: var(--fz18);
	margin-top:1em;
}

@media (max-width: 768px) {
	.shopping-detail .shopping-img,
	.shopping-detail .entry-content {
	    width: 100%;
	}
	.shopping-detail .shopping-img{
		margin-bottom: 35px;
	}
	.thumbnail-slide-thum {
	    overflow: visible;
	    margin-top: 15px;
	}
	.thumbnail-slide-thum .swiper-wrapper {
	    gap: 5px;
	}
	.thumbnail-slide-thum .swiper-wrapper .swiper-slide {
	    width: calc(20% - 4px) !important;
	}
	
	.shopping-detail .entry-content .entry-header {
	    border: 0;
	    margin: 0;
	}
	.shopping-detail .entry-content .entry-header .entry-title {
	    font-size: var(--fz20);
	}
	.shopping-dokodemo-tag {
	    margin-bottom: 20px;
	}
	.shopping-dokodemo-tag .cartjs_box .cartjs_cart_in {
	    width: 100% !important;
	    margin-bottom: 15px !important;
	}
}

