:root {
	--bp-spm: 440px;
}

:root {
	--bp-sp: 767px;
}

:root {
	--bp-tb: 960px;
}

:root {
	--bp-portrait: 1200px;
}

:root {
	--bp-pc: 1450px;
}

:root {
	--bp-l2: 1200px;
}

:root {
	--bp-l3: 1300px;
}

/*! 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/******************************************************************
foundation - base
******************************************************************/
html {
	scroll-behavior: smooth;
}

body {
	min-width: 375px;
	font-family: "Noto Serif JP", serif;
	overflow-wrap: break-word;
	overflow-y: scroll;
	color: #5b5050;
	font-size: 1rem;
	line-height: 1.4;
	background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1rem;
	}
}
@media print {
	body {
		width: 1390px;
		zoom: 0.8;
	}
}

main {
	letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

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

iframe {
	border: 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
	color: inherit;
	text-decoration: none;
	line-height: 1.4;
	outline-color: #999999;
}
@media (any-hover: hover) {
	button:hover {
		text-decoration: none;
	}
}
button:not(.js-dialog):focus {
	text-decoration: none;
}

input, select {
	line-height: 1.4;
	outline-color: #999999;
}

em {
	font-style: normal;
	font-weight: bold;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

address {
	font-style: normal;
}

a {
	color: #3865e0;
	text-decoration: underline;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.1em;
	outline-color: #999999;
}
@media (any-hover: hover) {
	a:hover {
		text-decoration: none;
	}
}
a:not(.js-dialog):focus {
	text-decoration: none;
}

a[href^="tel:"] {
	color: #000;
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #000;
		text-decoration: underline;
	}
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

svg {
	vertical-align: middle;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
}

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper {
	width: 100%;
	overflow: clip;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}
.l-wrapper main {
	flex-grow: 1;
}

/******************************************************************
layout - header-fixed
******************************************************************/
html:has(.l-header-fixed) {
	scroll-padding-top: var(--header-height);
}

@media screen and (max-width: 1200px) {
	html:has(.l-header-fixed--portrait-over) {
		scroll-padding-top: initial;
	}
}

@media print, screen and (min-width: 1201px) {
	html:has(.l-header-fixed--portrait) {
		scroll-padding-top: initial;
	}
}
@media print {
	body:has(.l-header-fixed) {
		padding-top: initial;
	}
}

@media screen and (max-width: 1200px) {
	body:has(.l-header-fixed--portrait-over) {
		padding-top: initial;
	}
}

@media print, screen and (min-width: 1201px) {
	body:has(.l-header-fixed--portrait) {
		padding-top: initial;
	}
}
.l-header-fixed {
	position: relative;
	z-index: 100;
}
.l-header-fixed__inner[data-header-fixed=true] {
	position: fixed;
	top: 0;
	width: 100%;
}
@media print {
	.l-header-fixed__inner[data-header-fixed=true] {
		position: relative;
	}
}

/******************************************************************
layout - header
******************************************************************/
:root {
	--header-height: 0;
}

.l-header {
	background-color: rgba(255, 255, 255, 0.75);
}
.l-header__content-inner {
	padding-left: 30px;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
@media screen and (max-width: 1200px) {
	.l-header__content-inner {
		gap: 0.75rem;
		padding-left: 20px;
	}
}
.l-header__head {
	flex-grow: 1;
	max-width: 30%;
	align-self: center;
}
.l-header__logo {
	font-size: 1rem;
}
.l-header__logo img {
	width: auto;
	height: 54px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(46%) saturate(618%) hue-rotate(9deg) brightness(97%) contrast(92%);
}
@media screen and (max-width: 767px) {
	.l-header__logo img {
		height: 40px;
	}
}
.l-header__body-landscape {
	display: flex;
}
.l-header__body-landscape > *:not(:last-child) {
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
	.l-header__body-landscape {
		display: none;
	}
}
.l-header__body-landscape .l-header__column {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: flex-end;
}
.l-header__body-portrait {
	display: none;
}
@media screen and (max-width: 1200px) {
	.l-header__body-portrait {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 0.75rem;
	}
}
.l-header__nav {
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
}
.l-header__nav-inner {
	max-width: 1390px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.l-header__nav-inner {
		padding-inline: 20px;
	}
}
.l-main-2column .l-header__nav-inner, .l-main-3column .l-header__nav-inner {
	padding-inline: 0 !important;
}

@media screen and (max-width: 1200px) {
	.l-header__nav {
		display: none;
	}
}

/******************************************************************
layout - header-dropdown
******************************************************************/
body:has(.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown > [aria-hidden=false]) {
	overflow: hidden;
}

@media print, screen and (min-width: 1201px) {
	body:has(.l-header-fixed--portrait-over .l-header-dropdown > [aria-hidden=false]) {
		overflow: hidden;
	}
}
@media screen and (max-width: 1200px) {
	body:has(.l-header-fixed--portrait .l-header-dropdown > [aria-hidden=false]) {
		overflow: hidden;
	}
}
.l-header-dropdown__button {
	width: 65px;
	height: 60px;
	position: relative;
	z-index: 111;
	background: linear-gradient(to bottom, rgb(171, 142, 74) 0%, rgb(145, 126, 68) 100%);
}
.l-header-dropdown__button > span {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 25px;
}
.l-header-dropdown__button > span span {
	position: absolute;
	display: block;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.l-header-dropdown__button > span span:first-child {
	top: 0;
}
.l-header-dropdown__button > span span:nth-child(2) {
	top: 0;
	bottom: 0;
}
.l-header-dropdown__button > span span:last-child {
	bottom: 0;
}
.l-header-dropdown__button > span span:first-child {
	transition: top 0.24s 0.16s, transform 0.16s;
}
.l-header-dropdown__button > span span:nth-child(2) {
	transition: opacity 0.24s 0.16s;
}
.l-header-dropdown__button > span span:last-child {
	transition: bottom 0.24s 0.16s, transform 0.16s;
}
.l-header-dropdown__button[aria-expanded=true] > span span:first-child {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: top 0.16s, transform 0.24s 0.16s;
}
.l-header-dropdown__button[aria-expanded=true] > span span:nth-child(2) {
	opacity: 0;
	transition: opacity 0.16s;
}
.l-header-dropdown__button[aria-expanded=true] > span span:last-child {
	bottom: 50%;
	transform: translateY(50%) rotate(45deg);
	transition: bottom 0.16s, transform 0.24s 0.16s;
}
.l-header-dropdown__body {
	display: none;
	position: absolute;
	inset-inline: 0;
	top: var(--header-height);
	z-index: 110;
	max-height: calc(100dvh - var(--header-height));
	overflow-y: auto;
	scroll-behavior: smooth;
	overscroll-behavior: contain;
	box-sizing: border-box;
	top: 0;
	max-height: 100dvh;
	padding-top: 1rem;
	background-color: #efede5;
}
.l-header-dropdown__body-inner {
	max-width: 500px;
	margin-inline: auto;
	padding: 3em;
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	.l-header-dropdown__body-inner {
		padding: 1em 1em 1.5em 1em;
	}
}
.l-header-dropdown__body-inner > *:not(:last-child) {
	margin-bottom: 2rem;
}
.l-header-dropdown__body-inner nav > *:not(:last-child) {
	margin-bottom: 2rem;
}
.l-header-dropdown__body > * {
	transition-property: opacity, transform;
	transition-duration: 0.6s;
	opacity: 0;
	transform: translateY(-15px);
}
.l-header-dropdown__body[aria-hidden=false] > * {
	opacity: 1;
	transform: translateY(0);
}
.l-header-dropdown__logo {
	text-align: center;
}
.l-header-dropdown__logo img {
	height: 54px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(46%) saturate(618%) hue-rotate(9deg) brightness(97%) contrast(92%);
}

.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	position: fixed;
	z-index: 109;
	inset-inline: 0;
	background-color: rgba(0, 0, 0, 0.7);
	top: var(--header-height);
	transition: opacity 0.4s, height 0s 0.4s;
	opacity: 0;
	height: 0;
}
.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown:has(> [aria-hidden=false])::after {
	transition: opacity 0.4s, height 0s 0s;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	opacity: 1;
	height: 100vh;
	height: 100dvh;
}

@media screen and (max-width: 1200px) {
	.l-header-fixed--portrait .l-header-dropdown::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		position: fixed;
		z-index: 109;
		inset-inline: 0;
		background-color: rgba(0, 0, 0, 0.7);
		top: var(--header-height);
		transition: opacity 0.4s, height 0s 0.4s;
		opacity: 0;
		height: 0;
	}
	.l-header-fixed--portrait .l-header-dropdown:has(> [aria-hidden=false])::after {
		transition: opacity 0.4s, height 0s 0s;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		opacity: 1;
		height: 100vh;
		height: 100dvh;
	}
}
/******************************************************************
layout - header-dropdown-nav
******************************************************************/
.l-header-dropdown-nav {
	border-bottom: 1px solid #cccccc;
}
.l-header-dropdown-nav > li > a:not([role=button]), .l-header-dropdown-nav > li > button,
.l-header-dropdown-nav > li > a[role=button] {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-top: 1px solid #cccccc;
	padding: 1em 30px 1em 4px;
	text-align: left;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-dropdown-nav > li > a:hover:not([role=button]), .l-header-dropdown-nav > li > button:hover,
	.l-header-dropdown-nav > li > a[role=button]:hover {
		text-decoration: none;
	}
}
.l-header-dropdown-nav > li > a:not(.js-dialog):focus:not([role=button]), .l-header-dropdown-nav > li > button:not(.js-dialog):focus,
.l-header-dropdown-nav > li > a[role=button]:not(.js-dialog):focus {
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-dropdown-nav > li > a:hover:not([role=button]), .l-header-dropdown-nav > li > button:hover,
	.l-header-dropdown-nav > li > a[role=button]:hover {
		opacity: 0.6;
	}
}
.l-header-dropdown-nav > li > a:not(.js-dialog):focus:not([role=button]), .l-header-dropdown-nav > li > button:not(.js-dialog):focus,
.l-header-dropdown-nav > li > a[role=button]:not(.js-dialog):focus {
	opacity: 0.6;
}
.l-header-dropdown-nav > li > button,
.l-header-dropdown-nav > li > a[role=button] {
	position: relative;
}
.l-header-dropdown-nav > li > button::before, .l-header-dropdown-nav > li > button::after,
.l-header-dropdown-nav > li > a[role=button]::before,
.l-header-dropdown-nav > li > a[role=button]::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
}
.l-header-dropdown-nav > li > button::before,
.l-header-dropdown-nav > li > a[role=button]::before {
	background-color: #333333;
	width: 14px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 2px;
}
.l-header-dropdown-nav > li > button::after,
.l-header-dropdown-nav > li > a[role=button]::after {
	background-color: #333333;
	width: 2px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 8px;
}
.l-header-dropdown-nav > li > button[aria-expanded=true]:after,
.l-header-dropdown-nav > li > a[role=button][aria-expanded=true]:after {
	height: 0;
}
.l-header-dropdown-nav > li > a:not([role=button]) {
	position: relative;
}
.l-header-dropdown-nav > li > a:not([role=button])::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.l-header-dropdown-nav > li > a:not([role=button])::after {
	top: 0;
	bottom: 0;
	right: 4px;
	transform-origin: center center;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	transform: translateX(-2.0710678119px) rotate(45deg);
}
.l-header-dropdown-nav > li > ul {
	display: none;
}
.l-header-dropdown-nav > li > ul li:last-child {
	padding-bottom: 0.75em;
}
.l-header-dropdown-nav > li > ul li a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0.5em 30px 0.5em 1em;
	position: relative;
	color: inherit;
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.4s;
}
.l-header-dropdown-nav > li > ul li a::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.l-header-dropdown-nav > li > ul li a::after {
	top: 0;
	bottom: 0;
	right: 6px;
	transform-origin: center center;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	transform: translateX(-1.4497474683px) rotate(45deg);
}
@media (any-hover: hover) {
	.l-header-dropdown-nav > li > ul li a:hover {
		text-decoration: none;
	}
}
.l-header-dropdown-nav > li > ul li a:not(.js-dialog):focus {
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-dropdown-nav > li > ul li a:hover {
		opacity: 0.6;
	}
}
.l-header-dropdown-nav > li > ul li a:not(.js-dialog):focus {
	opacity: 0.6;
}

/******************************************************************
layout - header-menu
******************************************************************/
@media print, screen and (min-width: 1201px) {
	.l-header-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		font-size: 15px;
	}
	.l-header-menu li.reservation {
		margin-left: 1em;
	}
	.l-header-menu li.reservation a {
		color: #fff;
		padding-inline: 1.5em 2.5em;
		background: url(../img/arrow.png) right 1em center/11px auto no-repeat, linear-gradient(to bottom, rgb(171, 142, 74) 0%, rgb(145, 126, 68) 100%);
	}
	.l-header-menu a {
		display: block;
		width: fit-content;
		padding: 2em 1em;
		color: #a28500;
		text-decoration: none;
		transition-property: opacity;
		transition-duration: 0.4s;
	}
}
@media print and (any-hover: hover), screen and (min-width: 1201px) and (any-hover: hover) {
	.l-header-menu a:hover {
		text-decoration: none;
	}
}
@media print, screen and (min-width: 1201px) {
	.l-header-menu a:not(.js-dialog):focus {
		text-decoration: none;
	}
}
@media print and (any-hover: hover), screen and (min-width: 1201px) and (any-hover: hover) {
	.l-header-menu a:hover {
		opacity: 0.6;
	}
}
@media print, screen and (min-width: 1201px) {
	.l-header-menu a:not(.js-dialog):focus {
		opacity: 0.6;
	}
}
@media screen and (max-width: 1200px) {
	.l-header-menu a {
		box-sizing: border-box;
		display: block;
		padding: 1em 0.5em;
		font-weight: bold;
		font-size: 17px;
		text-align: center;
		color: #a28500;
		text-decoration: none;
	}
}
@media screen and (max-width: 1200px) and (any-hover: hover) {
	.l-header-menu a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 1200px) {
	.l-header-menu a:not(.js-dialog):focus {
		text-decoration: none;
	}
}

/******************************************************************
layout - header-button-list
******************************************************************/
@media print, screen and (min-width: 1201px) {
	.l-header-button-list {
		display: flex;
		gap: 10px;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 1200px) {
	.l-header-button-list {
		display: flex;
		gap: 1rem;
		flex-direction: column;
	}
}

/******************************************************************
layout - header-button
******************************************************************/
.l-header-button {
	box-sizing: border-box;
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 18px;
	padding: 1.25rem 0.75rem;
	background: url(../img/arrow.png) right 1em center/11px auto no-repeat, linear-gradient(to bottom, rgb(171, 142, 74) 0%, rgb(145, 126, 68) 100%);
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-button:hover {
		text-decoration: none;
	}
}
.l-header-button:not(.js-dialog):focus {
	text-decoration: none;
}

/******************************************************************
layout - visual
******************************************************************/
.l-visual {
	position: relative;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.l-visual__main {
		margin-top: -10vw;
	}
}
.l-visual__main-img img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.l-visual__main-img img {
		height: 153vw;
		object-fit: cover;
	}
}
.l-visual__main-title {
	text-align: center;
	margin-top: -4%;
}
.l-visual__main-copy {
	margin-inline: auto;
	width: fit-content;
	max-width: 76vw;
	background-color: #9e8141;
	padding: 0.5em 3em;
	text-align: center;
	color: #faf1d9;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
	font-size: 20px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.l-visual__main-copy {
		padding: 0.5em 1.5em;
	}
}
@media screen and (max-width: 767px) {
	.l-visual__main-copy {
		font-size: 18px;
	}
}
.l-visual__main-copy::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/visual-copy-bg1.png) left top no-repeat;
	transform: translate(-14px, -10px);
}
.l-visual__main-copy::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/visual-copy-bg2.png) right bottom no-repeat;
}
.l-visual__info {
	max-width: 1390px;
	margin-inline: auto;
	padding-inline: 30px;
	margin-block: 40px;
}
@media screen and (max-width: 767px) {
	.l-visual__info {
		padding-inline: 20px;
	}
}
.l-main-2column .l-visual__info, .l-main-3column .l-visual__info {
	padding-inline: 0 !important;
}

@media screen and (max-width: 1200px) {
	.l-visual__info {
		margin-block: 0;
	}
}
.l-visual__info > ul {
	display: flex;
}
@media screen and (max-width: 1200px) {
	.l-visual__info > ul {
		flex-direction: column;
	}
}
.l-visual__info > ul > li {
	box-sizing: border-box;
	width: 50%;
	display: flex;
	gap: 35px;
}
@media screen and (max-width: 1200px) {
	.l-visual__info > ul > li {
		width: 100%;
	}
}
.l-visual__info > ul > li:first-child {
	padding: 40px 50px 40px 0;
	border-right: 1px solid #c7b666;
}
@media screen and (max-width: 1200px) {
	.l-visual__info > ul > li:first-child {
		border-right: 0;
		border-bottom: 1px solid #c7b666;
		padding: 40px 0;
	}
}
.l-visual__info > ul > li:last-child {
	padding: 40px 0 40px 50px;
}
@media screen and (max-width: 1200px) {
	.l-visual__info > ul > li:last-child {
		padding: 40px 0;
	}
}
@media screen and (max-width: 1200px) {
	.l-visual__info > ul > li {
		flex-direction: column;
	}
}
.l-visual__info > ul > li h2 {
	text-align: center;
	line-height: 1;
}
.l-visual__info > ul > li h2 .en {
	font-family: "Petit Formal Script", cursive;
	font-weight: 400;
	font-style: normal;
	color: #a28500;
	font-size: 52px;
}
@media screen and (max-width: 767px) {
	.l-visual__info > ul > li h2 .en {
		font-size: 55px;
	}
}
@media screen and (max-width: 440px) {
	.l-visual__info > ul > li h2 .en {
		font-size: 48px;
	}
}
.l-visual__info > ul > li h2 .ja {
	margin-top: 18px;
	display: block;
	font-weight: 600;
	font-size: 18px;
}
.l-visual__info > ul > li ul li {
	font-size: 17px;
	line-height: 2;
	position: relative;
	padding-left: 1.4em;
}
.l-visual__info > ul > li ul li::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0.55em;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #a28500;
	border-radius: 100vw;
}
@media screen and (max-width: 1200px) {
	.l-visual__info > ul > li ul li {
		font-size: 16px;
		width: fit-content;
		margin-inline: auto;
	}
}
.l-visual__info > ul > li p {
	font-size: 17px;
	line-height: 2;
}
@media screen and (max-width: 1200px) {
	.l-visual__info > ul > li p {
		font-size: 16px;
		text-align: center;
	}
}
/******************************************************************
layout - footer
******************************************************************/
.l-footer {
	background-color: #a9976d;
}
.l-footer__content {
	padding-block: 80px 80px;
}
@media screen and (max-width: 767px) {
	.l-footer__content {
		padding-block: 40px 15px;
	}
}
.l-footer__content-inner {
	max-width: 1390px;
	margin-inline: auto;
	padding-inline: 30px;
	text-align: center;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.l-footer__content-inner {
		padding-inline: 20px;
	}
}
.l-main-2column .l-footer__content-inner, .l-main-3column .l-footer__content-inner {
	padding-inline: 0 !important;
}

.l-footer__content-inner a {
	color: #fff;
	text-decoration: none;
}
.l-footer__content-inner .f_logo {
	margin-bottom: 30px;
}
.l-footer__content-inner .f_logo img {
	width: 160px;
	height: auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.l-footer__content-inner p {
	font-size: 1rem;
	margin-bottom: 10px;
}
.l-footer__content-inner .f_address {
	margin-bottom: 40px;
}
.l-footer__content-inner .f_address address {
	font-style: normal;
	margin-bottom: 5px;
}
.l-footer__content-inner .f_address a {
	text-decoration: underline;
	font-size: 13px;
}
.l-footer__content-inner .f_address a:hover {
	text-decoration: none;
}
.l-footer__content-inner .f_tel p {
	font-size: 15px;
	letter-spacing: 0.05em;
}
.l-footer__content-inner .f_tel a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 1;
}
.l-footer__content-inner .f_tel a::before {
	content: "";
	background: url("https://ikebukuro.metropolitan.jp/wedding/images/icon_tel.svg") center no-repeat;
	display: inline-block;
	width: 25px;
	height: 30px;
	margin-right: 2px;
	background-size: contain;
}
.l-footer__content-inner .f_tel dl {
	font-size: 14px;
}
.l-footer__content-inner .f_tel dl:not(:last-child) {
	margin-bottom: 18px;
}
.l-footer__content-inner .f_tel dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 6px;
}
.l-footer__content-inner .f_tel dl dt::after, .l-footer__content-inner .f_tel dl dt::before {
	border-top: 1px solid;
	content: "";
	width: 20px;
}
.l-footer__content-inner .f_tel dl dt::after {
	margin-left: 12px;
}
.l-footer__content-inner .f_tel dl dt::before {
	margin-right: 12px;
}
.l-footer__content-inner .f_tel dl dd {
	white-space: nowrap;
}
.l-footer__content-inner .f_tel .item:first-child::after {
	content: " / ";
}
@media screen and (max-width: 1024px) {
	.l-footer__content-inner .f_info {
		margin-right: 5%;
	}
	.l-footer__content-inner .f_tel dl dd {
		white-space: normal;
		line-height: 1.4545454545;
	}
	.l-footer__content-inner .f_tel .item {
		display: block;
	}
	.l-footer__content-inner .f_tel .item:first-child::after {
		display: none;
	}
	.l-footer__content-inner .f_btn {
		max-width: inherit;
	}
}
.l-footer__copy {
	display: block;
	text-align: center;
	font-family: "EB Garamond", serif;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1rem;
	font-size: 11px;
	padding-top: 50px;
}
@media screen and (max-width: 767px) {
	.l-footer__copy {
		font-size: 10px;
		padding-top: 30px;
	}
}
.l-footer__logo {
	background-color: #fff;
	text-align: center;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.l-footer__logo img {
		width: 242px;
	}
}

/******************************************************************
component - section
******************************************************************/
.c-section {
	position: relative;
}
.c-section--offset-cut {
	padding-top: 0.1px;
	padding-bottom: 0.1px;
}
.c-section--italic {
	clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
	padding-block: 10vw;
}
.c-section__fit {
	max-width: 1390px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__fit {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__fit, .l-main-3column .c-section__fit {
	padding-inline: 0 !important;
}

.c-section__fit--slim {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__fit--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__fit--slim, .l-main-3column .c-section__fit--slim {
	padding-inline: 0 !important;
}

.c-section__fit--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__top {
	max-width: 1390px;
	margin-inline: auto;
	padding-inline: 30px;
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.c-section__top {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__top, .l-main-3column .c-section__top {
	padding-inline: 0 !important;
}

@media screen and (max-width: 767px) {
	.c-section__top {
		margin-top: 60px;
	}
}
.c-section__top--slim {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__top--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__top--slim, .l-main-3column .c-section__top--slim {
	padding-inline: 0 !important;
}

.c-section__top--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__bottom {
	max-width: 1390px;
	margin-inline: auto;
	padding-inline: 30px;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.c-section__bottom {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__bottom, .l-main-3column .c-section__bottom {
	padding-inline: 0 !important;
}

@media screen and (max-width: 767px) {
	.c-section__bottom {
		margin-bottom: 60px;
	}
}
.c-section__bottom--slim {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__bottom--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__bottom--slim, .l-main-3column .c-section__bottom--slim {
	padding-inline: 0 !important;
}

.c-section__bottom--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__vertical {
	max-width: 1390px;
	margin-inline: auto;
	padding-inline: 30px;
	margin-block: 100px;
}
@media screen and (max-width: 767px) {
	.c-section__vertical {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__vertical, .l-main-3column .c-section__vertical {
	padding-inline: 0 !important;
}

@media screen and (max-width: 767px) {
	.c-section__vertical {
		margin-block: 60px;
	}
}
.c-section__vertical--slim {
	max-width: 1000px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__vertical--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__vertical--slim, .l-main-3column .c-section__vertical--slim {
	padding-inline: 0 !important;
}

.c-section__vertical--full {
	max-width: none;
	padding-inline: 0;
}

/******************************************************************
component - c-flexbox
******************************************************************/
.c-flexbox {
	display: flex;
	flex-wrap: wrap;
	--flexbox-gap-y: 1rem;
	--flexbox-gap-x: 1rem;
	margin-right: calc(var(--flexbox-gap-x) * -1);
	gap: var(--flexbox-gap-y) var(--flexbox-gap-x);
}
.c-flexbox > [class*=c-flexbox__item], .c-flexbox > .c-flexbox__item5col {
	position: relative;
	box-sizing: border-box;
}
.c-flexbox > [class*=c-flexbox__item]:has(> .c-button:first-child):has(> .c-button:last-child), .c-flexbox > .c-flexbox__item5col:has(> .c-button:first-child):has(> .c-button:last-child) {
	display: flex;
}
.c-flexbox--center {
	justify-content: center;
}
.c-flexbox--right {
	justify-content: flex-end;
}
.c-flexbox--bottom {
	align-items: flex-end;
}
.c-flexbox--vertical > [class*=c-flexbox__item], .c-flexbox--vertical > .c-flexbox__item5col {
	display: flex;
	align-items: center;
}
.c-flexbox--center {
	margin-right: calc(var(--flexbox-gap-x) * -0.5);
	margin-left: calc(var(--flexbox-gap-x) * -0.5);
}
.c-flexbox--right {
	margin-right: initial;
	margin-left: calc(var(--flexbox-gap-x) * -1);
}
.c-flexbox > .c-flexbox__item1 {
	width: calc(8.3333333333% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item2 {
	width: calc(16.6666666667% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item3 {
	width: calc(25% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item4 {
	width: calc(33.3333333333% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item5 {
	width: calc(41.6666666667% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item6 {
	width: calc(50% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item7 {
	width: calc(58.3333333333% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item8 {
	width: calc(66.6666666667% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item9 {
	width: calc(75% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item10 {
	width: calc(83.3333333333% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item11 {
	width: calc(91.6666666667% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item12 {
	width: calc(100% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item5col {
	width: calc(20% - var(--flexbox-gap-x));
}
@media screen and (max-width: 1450px) {
	.c-flexbox.pc-vw {
		--flexbox-gap-y: 1.1034482759vw;
		--flexbox-gap-x: 1.1034482759vw;
	}
}
.c-flexbox--s {
	--flexbox-gap-y: 0.75rem;
	--flexbox-gap-x: 0.75rem;
}

.c-flexbox--2x {
	--flexbox-gap-y: 2rem;
	--flexbox-gap-x: 2rem;
}

@media screen and (max-width: 1450px) {
	.c-flexbox--2x.pc-vw {
		--flexbox-gap-y: 2.2068965517vw;
		--flexbox-gap-x: 2.2068965517vw;
	}
}
.c-flexbox--35x {
	--flexbox-gap-y: 3.5rem;
	--flexbox-gap-x: 3.5rem;
}

@media screen and (max-width: 1450px) {
	.c-flexbox--35x.pc-vw {
		--flexbox-gap-y: 3.8620689655vw;
		--flexbox-gap-x: 3.8620689655vw;
	}
}
.c-flexbox--10vw {
	--flexbox-gap-y: 5vw;
	--flexbox-gap-x: 10vw;
}

.c-flexbox--10px {
	--flexbox-gap-y: 30px;
	--flexbox-gap-x: 10px;
}

@media screen and (max-width: 1200px) {
	.c-flexbox.portrait-destroy {
		display: initial;
		flex-wrap: initial;
		margin-right: initial;
		margin-left: initial;
		gap: initial;
	}
	.c-flexbox.portrait-destroy > * {
		position: initial;
		box-sizing: initial;
		width: initial;
	}
	.c-flexbox > .portrait-item1 {
		width: calc(8.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item2 {
		width: calc(16.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item3 {
		width: calc(25% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item4 {
		width: calc(33.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item5 {
		width: calc(41.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item6 {
		width: calc(50% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item7 {
		width: calc(58.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item8 {
		width: calc(66.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item9 {
		width: calc(75% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item10 {
		width: calc(83.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item11 {
		width: calc(91.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item12 {
		width: calc(100% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item5col {
		width: calc(20% - var(--flexbox-gap-x));
	}
	.c-flexbox--s {
		--flexbox-gap-y: 0.75rem;
		--flexbox-gap-x: 0.75rem;
	}
	.c-flexbox.portrait-s {
		--flexbox-gap-y: 0.75rem;
		--flexbox-gap-x: 0.75rem;
	}
	.c-flexbox--2x {
		--flexbox-gap-y: 2rem;
		--flexbox-gap-x: 2rem;
	}
	.c-flexbox.portrait-2x {
		--flexbox-gap-y: 2rem;
		--flexbox-gap-x: 2rem;
	}
	.c-flexbox--35x {
		--flexbox-gap-y: 3.5rem;
		--flexbox-gap-x: 3.5rem;
	}
	.c-flexbox.portrait-35x {
		--flexbox-gap-y: 3.5rem;
		--flexbox-gap-x: 3.5rem;
	}
	.c-flexbox--10vw {
		--flexbox-gap-y: 5vw;
		--flexbox-gap-x: 10vw;
	}
	.c-flexbox.portrait-10vw {
		--flexbox-gap-y: 5vw;
		--flexbox-gap-x: 10vw;
	}
	.c-flexbox--10px {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox.portrait-10px {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
}
@media screen and (max-width: 767px) {
	.c-flexbox {
		--flexbox-gap-y: 0.75rem;
		--flexbox-gap-x: 0.75rem;
	}
	.c-flexbox.sp-destroy {
		display: initial;
		flex-wrap: initial;
		margin-right: initial;
		margin-left: initial;
		gap: initial;
	}
	.c-flexbox.sp-destroy > * {
		position: initial;
		box-sizing: initial;
		width: initial;
	}
	.c-flexbox > .sp-item1 {
		width: calc(8.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item2 {
		width: calc(16.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item3 {
		width: calc(25% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item4 {
		width: calc(33.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item5 {
		width: calc(41.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item6 {
		width: calc(50% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item7 {
		width: calc(58.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item8 {
		width: calc(66.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item9 {
		width: calc(75% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item10 {
		width: calc(83.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item11 {
		width: calc(91.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item12 {
		width: calc(100% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item5col {
		width: calc(20% - var(--flexbox-gap-x));
	}
	.c-flexbox--s {
		--flexbox-gap-y: 0.5625rem;
		--flexbox-gap-x: 0.5625rem;
	}
	.c-flexbox.sp-s {
		--flexbox-gap-y: 0.5625rem;
		--flexbox-gap-x: 0.5625rem;
	}
	.c-flexbox--2x {
		--flexbox-gap-y: 1.5rem;
		--flexbox-gap-x: 1.5rem;
	}
	.c-flexbox.sp-2x {
		--flexbox-gap-y: 1.5rem;
		--flexbox-gap-x: 1.5rem;
	}
	.c-flexbox--35x {
		--flexbox-gap-y: 2.625rem;
		--flexbox-gap-x: 2.625rem;
	}
	.c-flexbox.sp-35x {
		--flexbox-gap-y: 2.625rem;
		--flexbox-gap-x: 2.625rem;
	}
	.c-flexbox--10vw {
		--flexbox-gap-y: 5vw;
		--flexbox-gap-x: 10vw;
	}
	.c-flexbox.sp-10vw {
		--flexbox-gap-y: 5vw;
		--flexbox-gap-x: 10vw;
	}
	.c-flexbox--10px {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox.sp-10px {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
}

/******************************************************************
component - card
******************************************************************/
[class*=c-flexbox__item]:has(> .c-card),
.c-flexbox__item5col:has(> .c-card) {
	display: flex;
}

.c-card {
	flex-grow: 1;
	display: flex;
	flex-direction: column-reverse;
}
.c-card > a {
	flex-grow: 1;
	display: flex;
	flex-direction: column-reverse;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-card > a:hover {
		text-decoration: none;
	}
}
.c-card > a:not(.js-dialog):focus {
	text-decoration: none;
}
.c-card__body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.c-card__copy {
	flex-grow: 1;
}
.c-card__head img {
	width: 100%;
}
.c-card--column {
	flex-direction: row-reverse;
}
.c-card--column > a {
	flex-direction: row-reverse;
}
.c-card--column .c-card__head {
	flex-shrink: 0;
	max-width: 30%;
}
@media print, screen and (min-width: 768px) {
	.c-card--spover-column {
		flex-direction: row-reverse;
	}
	.c-card--spover-column > a {
		flex-direction: row-reverse;
	}
	.c-card--spover-column .c-card__head {
		flex-shrink: 0;
		width: 30%;
	}
}
@media screen and (max-width: 767px) {
	.c-card--sp-column {
		flex-direction: row-reverse;
	}
	.c-card--sp-column > a {
		flex-direction: row-reverse;
	}
	.c-card--sp-column .c-card__head {
		flex-shrink: 0;
		width: 30%;
	}
}
.c-card--basic .c-card__body {
	padding: 50px;
}
@media screen and (max-width: 1450px) {
	.c-card--basic .c-card__body {
		padding: 3.4482758621vw;
	}
}
@media screen and (max-width: 767px) {
	.c-card--basic .c-card__body {
		padding: 24px;
	}
}
.c-card--basic .c-card__body > *:not(:last-child) {
	margin-bottom: 20px;
}
.c-card--basic .c-card__title {
	margin-top: -0.2em;
	line-height: 1.8;
	font-weight: normal;
	text-align: center;
	font-size: 24px;
}
.c-card--basic .c-card__title span {
	display: block;
	font-size: 16px;
}
.c-card--basic .c-card__copy {
	line-height: 2;
}
.c-card--basic .c-card__note {
	background-color: #fff;
	line-height: 2;
	padding: 0.5em 0.8em;
	font-size: 13px;
}
.c-card--basic .c-card__note a {
	color: #a28500;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-card--basic .c-card__note a:hover {
		text-decoration: none;
	}
}
.c-card--basic .c-card__note a:not(.js-dialog):focus {
	text-decoration: none;
}
.c-card--basic:not(:has(> a)) {
	background-color: #f1efe8;
}
.c-card--basic > a {
	background-color: #f1efe8;
}
/******************************************************************
component - image-column
******************************************************************/
.c-image-column {
	display: grid;
	grid-template-areas: "img body";
	grid-template-columns: fit-content(57%) 1fr;
	--image-column-gap: 1rem;
	gap: var(--image-column-gap);
}
@media screen and (max-width: 767px) {
	.c-image-column {
		grid-template-columns: fit-content(40%) 1fr;
	}
}
.c-image-column--right {
	grid-template-areas: "body img";
	grid-template-columns: 1fr fit-content(57%);
}
@media screen and (max-width: 767px) {
	.c-image-column--right {
		grid-template-columns: 1fr fit-content(40%);
	}
}
.c-image-column__body {
	grid-area: body;
}
.c-image-column__img {
	grid-area: img;
}
.c-image-column__img > *:not(:last-child) {
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.c-image-column__img > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
}
.c-image-column--vertical {
	align-items: center;
}
@media screen and (max-width: 1450px) {
	.c-image-column.pc-vw {
		--image-column-gap: 1.1034482759vw;
	}
}
.c-image-column--2x {
	--image-column-gap: 2rem;
}

@media screen and (max-width: 1450px) {
	.c-image-column--2x.pc-vw {
		--image-column-gap: 2.2068965517vw;
	}
}
.c-image-column--10vw {
	--image-column-gap: 10vw;
}

@media screen and (max-width: 1200px) {
	.c-image-column.portrait-top {
		align-items: stretch;
	}
	.c-image-column.portrait-vertical {
		align-items: center;
	}
	.c-image-column.portrait-row {
		grid-template-areas: "img" "body";
		grid-template-columns: 1fr;
	}
	.c-image-column.portrait-row .c-image-column__img {
		width: fit-content;
		margin-inline: auto;
	}
	.c-image-column.portrait-row-reverse {
		grid-template-areas: "body" "img";
	}
	.c-image-column--2x {
		--image-column-gap: 2rem;
	}
	.c-image-column.portrait-2x {
		--image-column-gap: 2rem;
	}
	.c-image-column--10vw {
		--image-column-gap: 10vw;
	}
	.c-image-column.portrait-10vw {
		--image-column-gap: 10vw;
	}
}
@media screen and (max-width: 767px) {
	.c-image-column {
		--image-column-gap: 0.75rem;
	}
	.c-image-column.sp-top {
		align-items: stretch;
	}
	.c-image-column.sp-vertical {
		align-items: center;
	}
	.c-image-column.sp-row {
		grid-template-areas: "img" "body";
		grid-template-columns: 1fr;
	}
	.c-image-column.sp-row .c-image-column__img {
		width: fit-content;
		margin-inline: auto;
	}
	.c-image-column.sp-row-reverse {
		grid-template-areas: "body" "img";
	}
	.c-image-column--2x {
		--image-column-gap: 1.5rem;
	}
	.c-image-column.sp-2x {
		--image-column-gap: 1.5rem;
	}
	.c-image-column--10vw {
		--image-column-gap: 10vw;
	}
	.c-image-column.sp-10vw {
		--image-column-gap: 10vw;
	}
}

/******************************************************************
component - heading
******************************************************************/
.c-heading {
	text-align: center;
	line-height: 1;
}
.c-heading .en {
	font-family: "Petit Formal Script", cursive;
	font-weight: 400;
	font-style: normal;
	color: #a28500;
	font-size: 70px;
}
@media screen and (max-width: 767px) {
	.c-heading .en {
		font-size: 55px;
	}
}
@media screen and (max-width: 440px) {
	.c-heading .en {
		font-size: 48px;
	}
}
.c-heading .en span {
	padding-right: 0.35em;
	font-size: 38px;
}
@media screen and (max-width: 767px) {
	.c-heading .en span {
		font-size: 32px;
	}
}
.c-heading .ja {
	margin-top: 25px;
	display: block;
	font-weight: 600;
	font-size: 20px;
}

/******************************************************************
component - button
******************************************************************/
.c-button-list .c-button {
	width: 100% !important;
	min-width: auto !important;
}

.c-button {
	color: inherit;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
@media (any-hover: hover) {
	.c-button:hover {
		text-decoration: none;
	}
}
.c-button:not(.js-dialog):focus {
	text-decoration: none;
}
span.c-button {
	pointer-events: none;
}

.c-button--full {
	width: 100% !important;
	min-width: auto !important;
}
.c-button--label {
	position: relative;
}

/******************************************************************
component - button--basic
******************************************************************/
.c-button--basic {
	min-width: min(25em, 100%);
	padding: 1.24em 2em;
	border-radius: 100vw;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	background: url(../img/arrow2.png) right 1em center/21px auto no-repeat, linear-gradient(to bottom, rgb(171, 142, 74) 0%, rgb(145, 126, 68) 100%);
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-button--basic:hover {
		text-decoration: none;
	}
}
.c-button--basic:not(.js-dialog):focus {
	text-decoration: none;
}
@media screen and (max-width: 440px) {
	.c-button--basic {
		font-size: 5vw;
	}
}
@media (any-hover: hover) {
	.c-button--basic:hover {
		opacity: 0.6;
	}
}
.c-button--basic:not(.js-dialog):focus {
	opacity: 0.6;
}

/******************************************************************
component - data-scroll-ani
******************************************************************/
[data-scroll-ani=fadeIn],
[data-scroll-ani-parent=fadeIn] > * {
	opacity: 0;
}
[data-scroll-ani=fadeIn].is-scroll-ani,
[data-scroll-ani-parent=fadeIn] > *.is-scroll-ani {
	animation: fadeIn 1s ease-out both;
}

[data-scroll-ani-child=fadeIn] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=fadeIn] {
	animation: fadeIn 1s ease-out both;
}

[data-scroll-ani=fadeInUp],
[data-scroll-ani-parent=fadeInUp] > * {
	opacity: 0;
}
[data-scroll-ani=fadeInUp].is-scroll-ani,
[data-scroll-ani-parent=fadeInUp] > *.is-scroll-ani {
	animation: fadeInUp 1s ease-out both;
}

[data-scroll-ani-child=fadeInUp] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=fadeInUp] {
	animation: fadeInUp 1s ease-out both;
}

[data-scroll-ani=bounceInUp],
[data-scroll-ani-parent=bounceInUp] > * {
	opacity: 0;
}
[data-scroll-ani=bounceInUp].is-scroll-ani,
[data-scroll-ani-parent=bounceInUp] > *.is-scroll-ani {
	animation: bounceInUp 1s ease-out both;
}

[data-scroll-ani-child=bounceInUp] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=bounceInUp] {
	animation: bounceInUp 1s ease-out both;
}

[data-scroll-ani=flipInX],
[data-scroll-ani-parent=flipInX] > * {
	opacity: 0;
}
[data-scroll-ani=flipInX].is-scroll-ani,
[data-scroll-ani-parent=flipInX] > *.is-scroll-ani {
	animation: flipInX 1s ease-out both;
}

[data-scroll-ani-child=flipInX] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=flipInX] {
	animation: flipInX 1s ease-out both;
}

[data-scroll-ani=rotateIn],
[data-scroll-ani-parent=rotateIn] > * {
	opacity: 0;
}
[data-scroll-ani=rotateIn].is-scroll-ani,
[data-scroll-ani-parent=rotateIn] > *.is-scroll-ani {
	animation: rotateIn 1s ease-out both;
}

[data-scroll-ani-child=rotateIn] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=rotateIn] {
	animation: rotateIn 1s ease-out both;
}

[data-scroll-ani=jackInTheBox],
[data-scroll-ani-parent=jackInTheBox] > * {
	opacity: 0;
}
[data-scroll-ani=jackInTheBox].is-scroll-ani,
[data-scroll-ani-parent=jackInTheBox] > *.is-scroll-ani {
	animation: jackInTheBox 1s ease-out both;
}

[data-scroll-ani-child=jackInTheBox] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=jackInTheBox] {
	animation: jackInTheBox 1s ease-out both;
}

[data-scroll-ani=zoomIn],
[data-scroll-ani-parent=zoomIn] > * {
	opacity: 0;
}
[data-scroll-ani=zoomIn].is-scroll-ani,
[data-scroll-ani-parent=zoomIn] > *.is-scroll-ani {
	animation: zoomIn 1s ease-out both;
}

[data-scroll-ani-child=zoomIn] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=zoomIn] {
	animation: zoomIn 1s ease-out both;
}

[data-scroll-ani=blur],
[data-scroll-ani-parent=blur] > * {
	opacity: 0;
}
[data-scroll-ani=blur].is-scroll-ani,
[data-scroll-ani-parent=blur] > *.is-scroll-ani {
	animation: blur 1s ease-out both;
}

[data-scroll-ani-child=blur] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=blur] {
	animation: blur 1s ease-out both;
}

[data-scroll-ani=clipPath],
[data-scroll-ani-parent=clipPath] > * {
	opacity: 0;
}
[data-scroll-ani=clipPath].is-scroll-ani,
[data-scroll-ani-parent=clipPath] > *.is-scroll-ani {
	animation: clipPath 1s ease-out both;
}

[data-scroll-ani-child=clipPath] {
	opacity: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=clipPath] {
	animation: clipPath 1s ease-out both;
}

/******************************************************************
component - keyframes
******************************************************************/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(100vw);
	}
	60% {
		opacity: 1;
		transform: translateY(-20px);
	}
	80% {
		opacity: 1;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes flipInX {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		opacity: 1;
		transform: perspective(400px) rotateX(0deg);
	}
}
@keyframes rotateIn {
	0% {
		opacity: 0;
		transform: rotate(-200deg);
		transform-origin: center center;
	}
	100% {
		opacity: 1;
		transform: rotate(0);
		transform-origin: center center;
	}
}
@keyframes jackInTheBox {
	0% {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(3deg);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
@keyframes blur {
	0% {
		opacity: 0;
		filter: blur(20px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
@keyframes clipPath {
	0% {
		opacity: 0;
		clip-path: inset(40px round 15px);
	}
	100% {
		opacity: 1;
		clip-path: inset(0);
	}
}
/******************************************************************
project - movie
******************************************************************/
.p-movie {
	background-color: #f2efe8;
	padding-block: 8vw;
}
@media screen and (max-width: 1200px) {
	.p-movie {
		padding-block: 8vw;
	}
}
@media screen and (max-width: 767px) {
	.p-movie {
		padding-block: 8vw;
		padding-inline: 20px;
	}
}
.p-movie div {
	box-sizing: border-box;
	margin-inline: auto;
	width: 100%;
	max-width: 760px;
}
@media screen and (max-width: 767px) {
	.p-movie div {
		max-width: 460px;
	}
}
.p-movie div iframe {
	width: 100%;
	vertical-align: bottom;
	height: auto;
	aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
	.p-movie div iframe {
		aspect-ratio: 9/16;
	}
}
/******************************************************************
project - s1
******************************************************************/
.p-s1 > * > *:not(:last-child) {
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.p-s1 > * > *:not(:last-child) {
		margin-bottom: 35px;
	}
}
.p-s1__copy {
	text-align: center;
	font-weight: 600;
	line-height: 2;
}
/******************************************************************
project - s2
******************************************************************/
.p-s2 {
	background-color: #f1efe8;
}
.p-s2 > * > *:not(:last-child) {
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.p-s2 > * > *:not(:last-child) {
		margin-bottom: 35px;
	}
}
.p-s2 .p-s2-block > *:not(:last-child) {
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.p-s2 .p-s2-block > *:not(:last-child) {
		margin-bottom: 35px;
	}
}
.p-s2 .c-image-column {
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.p-s2 .c-image-column {
		display: grid !important;
	}
}
.p-s2 .c-image-column__body {
	padding: 50px 40px;
}
@media screen and (max-width: 1450px) {
	.p-s2 .c-image-column__body {
		padding: 3.4482758621vw 2.7586206897vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s2 .c-image-column__body {
		padding: 15px 30px 30px 30px;
	}
}
.p-s2 .c-image-column__body > *:not(:last-child) {
	margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
	.p-s2 .c-image-column__img {
		width: 100% !important;
	}
	.p-s2 .c-image-column__img img {
		width: 100%;
	}
}
.p-s2__title {
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.p-s2__title {
		text-align: center;
	}
}
.p-s2__title .en {
	font-size: 28px;
}
@media print, screen and (min-width: 768px) {
	.p-s2__title .en {
		padding-right: 0.6em;
	}
}
@media screen and (max-width: 767px) {
	.p-s2__title .en {
		display: block;
	}
}
.p-s2__title .jp {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-s2__title .jp {
		display: block;
	}
}
.p-s2__copy {
	line-height: 2;
}
@media screen and (max-width: 440px) {
	.p-s2__copy {
		font-size: 14px;
	}
}
.p-s2__note {
	background-color: #f1efe8;
	width: fit-content;
	padding: 0.5em 0.8em;
	line-height: 1.6;
	font-size: 14px;
}
/******************************************************************
project - s3
******************************************************************/
.p-s3 > * > *:not(:last-child) {
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.p-s3 > * > *:not(:last-child) {
		margin-bottom: 35px;
	}
}
.p-s3__copy {
	text-align: center;
	font-weight: 600;
	line-height: 2;
}
.p-s3 .c-image-column-overlap__body {
	line-height: 2;
}
@media print, screen and (min-width: 1201px) {
	.p-s3 .c-image-column-overlap {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.p-s3 .c-image-column-overlap--right {
		flex-direction: row;
	}
	.p-s3 .c-image-column-overlap__body {
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		margin-right: -10%;
		background-color: #f1efe8;
		padding: 50px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1450px) {
	.p-s3 .c-image-column-overlap__body {
		padding: 3.4482758621vw;
	}
}
@media print, screen and (min-width: 1201px) {
	.p-s3 .c-image-column-overlap--right .p-s3 .c-image-column-overlap__body {
		margin-right: 0;
		margin-left: -10%;
	}
	.p-s3 .c-image-column-overlap__img {
		flex-shrink: 0;
		width: 70%;
	}
	.p-s3 .c-image-column-overlap__img img {
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.p-s3 .c-image-column-overlap {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.p-s3 .c-image-column-overlap__body {
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		margin-top: -10%;
		width: 80%;
		background-color: #f1efe8;
		padding: 4.1666666667vw;
	}
	.p-s3 .c-image-column-overlap__img {
		width: 100%;
	}
	.p-s3 .c-image-column-overlap__img img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-s3 .c-image-column-overlap {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.p-s3 .c-image-column-overlap__body {
		box-sizing: border-box;
		margin-top: 0;
		width: 100%;
		background-color: #f1efe8;
		padding: 25px;
	}
	.p-s3 .c-image-column-overlap__img {
		width: 100%;
	}
	.p-s3 .c-image-column-overlap__img img {
		width: 100%;
	}
}
/******************************************************************
project - s4
******************************************************************/
.p-s4 {
	background-color: #f1efe8;
}
.p-s4 > * > *:not(:last-child) {
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.p-s4 > * > *:not(:last-child) {
		margin-bottom: 35px;
	}
}
.p-s4 .p-s4-1 {
	border: 1px solid #bbbdba;
	background-color: #ffffff;
}
.p-s4 .p-s4-1 h3 {
	font-weight: normal;
	padding: 1em;
	text-align: center;
	color: #5b5050;
	background: linear-gradient(to bottom, rgb(224, 220, 208) 0%, rgb(219, 215, 201) 100%);
	font-size: 24px;
}
.p-s4 .p-s4-1 h3 small {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-1 h3 small {
		display: block;
	}
}
.p-s4 .p-s4-1__body {
	padding: 40px;
	display: flex;
	align-items: start;
	gap: 40px;
}
@media screen and (max-width: 1450px) {
	.p-s4 .p-s4-1__body {
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-1__body {
		gap: 18px;
		padding: 18px;
	}
}
.p-s4 .p-s4-1__left {
	width: 55%;
}
@media screen and (max-width: 1450px) {
	.p-s4 .p-s4-1__left {
		width: fit-content;
		margin-inline: auto;
	}
}
.p-s4 .p-s4-1__right {
	box-sizing: border-box;
	width: 45%;
	border: 1px solid #da9395;
	padding: 2px;
	background-color: #fff;
}
@media screen and (max-width: 1450px) {
	.p-s4 .p-s4-1__right {
		width: 100%;
		max-width: 680px;
		margin-inline: auto;
	}
}
.p-s4 .p-s4-1__right-inner {
	border: 2px solid #e6b7b8;
	background-color: #faeded;
	padding: 25px;
}
@media screen and (max-width: 1450px) {
	.p-s4 .p-s4-1__right-inner {
		padding: 1.724137931vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s4 .p-s4-1__right-inner {
		padding: 25px;
	}
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-1__right-inner {
		padding: 16px;
	}
}
.p-s4 .p-s4-1__right-inner > *:not(:last-child) {
	margin-bottom: 1rem;
}
.p-s4 .p-s4-1__right h4 {
	color: #cc584b;
	text-align: center;
	font-size: 19px;
	text-align: center;
}
.p-s4 .p-s4-1__right-list {
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-1__right-list {
		font-size: 15px;
	}
}
.p-s4 .p-s4-1__right-list li {
	position: relative;
	padding-left: 1.4em;
}
.p-s4 .p-s4-1__right-list li::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0.55em;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #cc584b;
	border-radius: 100vw;
}
.p-s4 .p-s4-1__right-note {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	gap: 0.75em 0;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-1__right-note {
		font-size: 13px;
	}
}
.p-s4 .p-s4-1__right-note li {
	border-right: 1px solid #5b5050;
	padding-right: 0.8em;
	margin-right: 0.8em;
}
.p-s4 .p-s4-2 > *:not(:last-child) {
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-2 > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
}
.p-s4 .p-s4-2 h3 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}
.p-s4 .p-s4-2 h3 span {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-2 h3 {
		font-size: 23px;
	}
}
.p-s4 .p-s4-2 p {
	text-align: center;
}
.p-s4 .p-s4-2 div {
	margin-top: 2rem;
	border: 1px solid #da9395;
	padding: 2px;
	background-color: #fff;
	width: fit-content;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-2 div {
		margin-bottom: 1.5rem;
	}
}
.p-s4 .p-s4-2 div ul {
	display: inline-flex;
	justify-content: center;
	border: 2px solid #e6b7b8;
	background-color: #faeded;
}
@media screen and (max-width: 1200px) {
	.p-s4 .p-s4-2 div ul {
		flex-direction: column;
	}
}
.p-s4 .p-s4-2 div li {
	padding: 20px;
	color: #cc584b;
	font-size: 18px;
	text-align: center;
	min-width: 18em;
}
@media screen and (max-width: 1450px) {
	.p-s4 .p-s4-2 div li {
		padding: 1.3793103448vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s4 .p-s4-2 div li {
		padding: 20px;
	}
}
@media screen and (max-width: 440px) {
	.p-s4 .p-s4-2 div li {
		box-sizing: border-box;
		min-width: auto;
		width: 100%;
	}
}
.p-s4 .p-s4-2 div li:not(:last-child) {
	border-right: 2px solid #e6b7b8;
}
@media screen and (max-width: 1200px) {
	.p-s4 .p-s4-2 div li:not(:last-child) {
		border-right: 0;
		border-bottom: 2px solid #e6b7b8;
	}
}
.p-s4 .p-s4-3 {
	border: 1px solid #bbbdba;
	background-color: #ffffff;
}
.p-s4 .p-s4-3 h3 {
	font-weight: normal;
	padding: 1em;
	text-align: center;
	color: #5b5050;
	background: linear-gradient(to bottom, rgb(224, 220, 208) 0%, rgb(219, 215, 201) 100%);
	font-size: 24px;
}
.p-s4 .p-s4-3 h3 small {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-3 h3 {
		font-size: 21px;
	}
	.p-s4 .p-s4-3 h3 small {
		font-size: 18px;
		display: block;
	}
}
.p-s4 .p-s4-3__body {
	padding: 40px 50px 30px 50px;
}
@media screen and (max-width: 1450px) {
	.p-s4 .p-s4-3__body {
		padding: 2.7586206897vw 3.4482758621vw 2.0689655172vw 3.4482758621vw;
	}
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-3__body {
		padding: 18px;
	}
}
.p-s4 .p-s4-3__body ul {
	display: flex;
	gap: 45px;
}
@media screen and (max-width: 1450px) {
	.p-s4 .p-s4-3__body ul {
		gap: 3.1034482759vw;
	}
}
.p-s4 .p-s4-3__body li {
	text-align: center;
}
.p-s4 .p-s4-3__body li img {
	width: 100%;
	margin-bottom: 20px;
}
.p-s4 .p-s4-3__body li h4 {
	color: #cc584b;
	font-size: 22px;
	margin-bottom: 0.4em;
}
.p-s4 .p-s4-3__body > p {
	text-align: right;
	margin-top: 22px;
}
@media screen and (max-width: 767px) {
	.p-s4 .p-s4-3__body > p {
		margin-top: 0;
	}
}
.p-s4 .p-s4-3__body > p a {
	display: inline-block;
	color: #a88e23;
	text-decoration: none;
	font-size: 14px;
	padding-right: 25px;
	background: url(../img/arrow3.png) right center/11px auto no-repeat;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.p-s4 .p-s4-3__body > p a:hover {
		text-decoration: none;
	}
}
.p-s4 .p-s4-3__body > p a:not(.js-dialog):focus {
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-s4 .p-s4-3__body > p a:hover {
		opacity: 0.6;
	}
}
.p-s4 .p-s4-3__body > p a:not(.js-dialog):focus {
	opacity: 0.6;
}
/******************************************************************
project - s5
******************************************************************/
.p-s5 {
	padding-block: 100px;
}
@media screen and (max-width: 767px) {
	.p-s5 {
		padding-block: 60px;
	}
}
.p-s5 > *:not(:last-child) {
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.p-s5 > *:not(:last-child) {
		margin-bottom: 35px;
	}
}
.p-s5__copy {
	text-align: center;
	font-weight: 600;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-s5__copy {
		padding-inline: 20px;
	}
}
.p-s5 iframe {
	width: 100%;
	border: 0;
	height: 600px;
}
@media screen and (max-width: 767px) {
	.p-s5 iframe {
		height: 100vw;
	}
}
.p-s5__btn {
	text-align: center;
}
.p-s5__btn a {
	display: inline-block;
	padding: 1em 2.5em;
	min-width: min(18em, 100%);
	background: url(../img/arrow.png) right 1em center/11px auto no-repeat, linear-gradient(to bottom, rgb(171, 142, 74) 0%, rgb(145, 126, 68) 100%);
	color: #fff;
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.p-s5__btn a:hover {
		text-decoration: none;
	}
}
.p-s5__btn a:not(.js-dialog):focus {
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-s5__btn a:hover {
		opacity: 0.8;
	}
}
.p-s5__btn a:not(.js-dialog):focus {
	opacity: 0.8;
}
/******************************************************************
project - slick
******************************************************************/
.slide_target {
	pointer-events: none;
}

.slick-list {
	display: flex;
	margin-left: -0.375rem;
	margin-right: -0.375rem;
}

.slick-track {
	display: flex;
}

.slick-initialized .slick-slide {
	display: grid;
}

.slick-slide {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
	grid-template-rows: auto 1fr;
}

.slick-dots {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: center;
	bottom: -26px;
	height: 12px;
}
@media screen and (max-width: 767px) {
	.slick-dots {
		bottom: -22px;
		height: 8px;
	}
}
.slick-dots li {
	margin: 0 8px;
}
@media screen and (max-width: 767px) {
	.slick-dots li {
		margin: 0 6px;
	}
}
.slick-dots li button {
	display: block;
	outline: none;
	transition-property: background;
	transition-duration: 0.4s;
	overflow: hidden;
	text-indent: -999px;
	background: #d6d6d6;
	border-radius: 100%;
	width: 12px;
	height: 12px;
}
@media screen and (max-width: 767px) {
	.slick-dots li button {
		width: 8px;
		height: 8px;
	}
}
.slick-dots li button:hover {
	background: #bdbdbd;
}
.slick-dots li.slick-active button {
	background: #a9976d;
}

/******************************************************************
utility - mediaquery
******************************************************************/
.u-portrait-media {
	display: none;
}

@media screen and (max-width: 1200px) {
	.u-landscape-media {
		display: none;
	}
	.u-portrait-media {
		display: block;
	}
	img.u-portrait-media {
		display: inline-block;
	}
	br.u-portrait-media {
		display: inline-block;
	}
	table.u-portrait-media {
		display: table;
	}
}
.u-sp-media {
	display: none;
}

@media screen and (max-width: 767px) {
	.u-pc-media {
		display: none;
	}
	.u-sp-media {
		display: block;
	}
	img.u-sp-media {
		display: inline-block;
	}
	br.u-sp-media {
		display: inline-block;
	}
	table.u-sp-media {
		display: table;
	}
}
/******************************************************************
utility - u-gutter
******************************************************************/
.u-gutter > *:not(:last-child) {
	margin-bottom: 1rem;
}

.u-gutter-s > *:not(:last-child) {
	margin-bottom: 0.75rem;
}

.u-gutter-2x > *:not(:last-child) {
	margin-bottom: 2rem;
}

.u-gutter-10px > *:not(:last-child) {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.u-gutter > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.u-gutter-s > *:not(:last-child) {
		margin-bottom: 0.5625rem;
	}
	.u-gutter-2x > *:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.u-sp-gutter > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.u-sp-gutter-s > *:not(:last-child) {
		margin-bottom: 0.5625rem;
	}
	.u-sp-gutter-2x > *:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.u-sp-gutter-10px > *:not(:last-child) {
		margin-bottom: 10px;
	}
}
/******************************************************************
utility - display
******************************************************************/
.u-block {
	display: block;
}

.u-none {
	display: none;
}

.u-inline {
	display: inline;
}

.u-inline-block {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.u-sp-block {
		display: block;
	}
	.u-sp-none {
		display: none;
	}
	.u-sp-inline {
		display: inline;
	}
	.u-sp-inline-block {
		display: inline-block;
	}
}
/******************************************************************
utility - display-off
******************************************************************/
.u-display-off {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

/******************************************************************
utility - text-align
******************************************************************/
.u-center {
	text-align: center !important;
}

.u-right {
	text-align: right !important;
}

.u-left {
	text-align: left !important;
}