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

: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 Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	overflow-wrap: break-word;
	overflow-y: scroll;
	color: #2f2f2f;
	font-size: 1rem;
	line-height: 1.4;
	background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 0.9rem;
	}
}
@media print {
	body {
		width: 1390px;
		zoom: 0.8;
	}
}

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 - visual
******************************************************************/
.l-visual {
	position: relative;
}
.l-visual__logo {
	position: absolute;
	top: 20px;
}
@media print, screen and (min-width: 768px) {
	.l-visual__logo {
		left: 25px;
	}
}
@media screen and (max-width: 767px) {
	.l-visual__logo {
		width: fit-content;
		left: 0;
		right: 0;
		margin: auto;
	}
}
.l-visual__logo img {
	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-visual__logo img {
		width: 120px;
	}
}
.l-visual__img img {
	width: 100%;
}
/******************************************************************
layout - side-fixed
******************************************************************/
.l-side-fixed a {
	color: inherit;
	text-decoration: none;
	display: block;
	background: linear-gradient(to top, #92742d 0%, #ac904c 100%);
}
@media (any-hover: hover) {
	.l-side-fixed a:hover {
		text-decoration: none;
	}
}
.l-side-fixed a:not(.js-dialog):focus {
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.l-side-fixed[data-sidefixed=false] .l-side-fixed__btn {
		position: absolute;
	}
	.l-side-fixed[data-sidefixed=true] .l-side-fixed__btn {
		position: fixed;
		top: 0;
	}
	.l-side-fixed__btn {
		position: absolute;
		z-index: 90;
		right: 0;
		margin-top: 20px;
	}
	.l-side-fixed__btn a {
		padding: 1.5em 1em;
		transition-property: filter;
		transition-duration: 0.4s;
	}
	.l-side-fixed__btn a img {
		width: 26px;
	}
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
	.l-side-fixed__btn a:hover {
		filter: brightness(120%);
	}
}
@media print, screen and (min-width: 768px) {
	.l-side-fixed__btn a:not(.js-dialog):focus {
		filter: brightness(120%);
	}
}
@media screen and (max-width: 767px) {
	.l-side-fixed__btn {
		z-index: 90;
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.l-side-fixed__btn a {
		text-align: center;
		padding: 1em 1em;
	}
	.l-side-fixed__btn a img {
		width: min(65vw, 250px);
	}
}

/******************************************************************
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: 40px;
	}
}
.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: 40px;
	}
}
.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: 40px;
	}
}
.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: 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;
}
@media screen and (max-width: 767px) {
	[class*=c-flexbox__item]:has(> .c-card),
	.c-flexbox__item5col:has(> .c-card) {
		display: block;
	}
}

.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--s4:not(:has(> a)) {
	background-color: #fff;
}
.c-card--s4 .c-card__body {
	letter-spacing: 0.1em;
	text-align: center;
	padding: 37px;
}
@media screen and (max-width: 1450px) {
	.c-card--s4 .c-card__body {
		padding: 2.5517241379vw;
	}
}
@media screen and (max-width: 767px) {
	.c-card--s4 .c-card__body {
		padding: 25px 35px 35px 35px;
	}
}
.c-card--s4 .c-card__title {
	margin-bottom: 30px;
	font-weight: 400;
	color: #593f00;
	font-size: 23px;
}
@media screen and (max-width: 767px) {
	.c-card--s4 .c-card__title {
		font-size: 20px;
	}
}
.c-card--s4 .c-card__title span {
	margin-top: 0.2em;
	display: block;
	color: #a88824;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.c-card--s4 .c-card__title span {
		font-size: 16px;
	}
}
.c-card--s4 .c-card__copy {
	line-height: 2;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.c-card--s4 .c-card__copy {
		font-size: 14px;
	}
}
/******************************************************************
component - image-column-overflow
******************************************************************/
.c-image-column-overflow {
	display: grid;
	grid-template-areas: "img body";
	grid-template-columns: 50% 1fr;
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 1200px) {
	.c-image-column-overflow {
		gap: 20px;
		grid-template-areas: "img" "body";
		grid-template-columns: 1fr;
	}
}
.c-image-column-overflow--right {
	grid-template-areas: "body img";
	grid-template-columns: 1fr 50%;
}
@media screen and (max-width: 1200px) {
	.c-image-column-overflow--right {
		grid-template-areas: "img" "body";
		grid-template-columns: 1fr;
	}
}
.c-image-column-overflow__body {
	grid-area: body;
	padding-right: calc((100vw - 1390px) / 2);
}
@media screen and (max-width: 1450px) {
	.c-image-column-overflow__body {
		padding-right: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.c-image-column-overflow__body {
		padding-inline: 30px;
	}
}
@media screen and (max-width: 767px) {
	.c-image-column-overflow__body {
		padding-inline: 20px;
	}
}
.c-image-column-overflow--right .c-image-column-overflow__body {
	padding-left: calc((100vw - 1390px) / 2);
	padding-right: 0;
}
@media screen and (max-width: 1450px) {
	.c-image-column-overflow--right .c-image-column-overflow__body {
		padding-left: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.c-image-column-overflow--right .c-image-column-overflow__body {
		padding-inline: 30px;
	}
}
@media screen and (max-width: 767px) {
	.c-image-column-overflow--right .c-image-column-overflow__body {
		padding-inline: 20px;
	}
}
.c-image-column-overflow__img {
	grid-area: img;
}
.c-image-column-overflow__img img {
	width: 100vw;
}

.p-s1 .c-image-column-overflow {
	gap: 100px;
}
@media print, screen and (min-width: 1201px) {
	.p-s1 .c-image-column-overflow {
		align-items: flex-start;
		grid-template-columns: 50% 1fr;
	}
	.p-s1 .c-image-column-overflow--right {
		grid-template-columns: 1fr 50%;
	}
}
@media screen and (max-width: 1450px) {
	.p-s1 .c-image-column-overflow {
		gap: 6.8965517241vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s1 .c-image-column-overflow {
		gap: 20px;
	}
	.p-s1 .c-image-column-overflow__img img {
		width: 95vw;
	}
}

.p-s2 .c-image-column-overflow {
	gap: 100px;
}
@media print, screen and (min-width: 1201px) {
	.p-s2 .c-image-column-overflow {
		grid-template-columns: 37% 1fr;
	}
	.p-s2 .c-image-column-overflow--right {
		grid-template-columns: 1fr 37%;
	}
}
@media screen and (max-width: 1450px) {
	.p-s2 .c-image-column-overflow {
		gap: 6.8965517241vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s2 .c-image-column-overflow {
		gap: 30px;
	}
	.p-s2 .c-image-column-overflow__img {
		text-align: right;
	}
	.p-s2 .c-image-column-overflow__img img {
		width: 75vw;
	}
}

.p-s3 .c-image-column-overflow {
	gap: 100px;
}
@media print, screen and (min-width: 1201px) {
	.p-s3 .c-image-column-overflow {
		grid-template-columns: 55% 1fr;
	}
	.p-s3 .c-image-column-overflow--right {
		grid-template-columns: 1fr 55%;
	}
}
@media screen and (max-width: 1450px) {
	.p-s3 .c-image-column-overflow {
		gap: 6.8965517241vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s3 .c-image-column-overflow {
		gap: 30px;
	}
	.p-s3 .c-image-column-overflow__img {
		text-align: right;
	}
	.p-s3 .c-image-column-overflow__img img {
		width: 95vw;
	}
}

.p-s5 .c-image-column-overflow {
	gap: 50px;
}
@media print, screen and (min-width: 1201px) {
	.p-s5 .c-image-column-overflow {
		grid-template-columns: 49% 1fr;
	}
	.p-s5 .c-image-column-overflow--right {
		grid-template-columns: 1fr 49%;
	}
}
@media screen and (max-width: 1450px) {
	.p-s5 .c-image-column-overflow {
		gap: 3.4482758621vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s5 .c-image-column-overflow {
		gap: 30px;
	}
	.p-s5 .c-image-column-overflow__img {
		text-align: right;
	}
	.p-s5 .c-image-column-overflow__img img {
		width: 95vw;
	}
	.p-s5 .c-image-column-overflow__body {
		text-align: center;
	}
	.p-s5 .c-image-column-overflow__body img {
		width: min(670px, 85%);
	}
}

/******************************************************************
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 - s1
******************************************************************/
.p-s1 {
	background: url(../img/s1-bg.png) top center no-repeat;
	padding-block: 100px 0;
}
@media screen and (max-width: 1450px) {
	.p-s1 {
		background-size: 110% auto;
	}
}
@media screen and (max-width: 767px) {
	.p-s1 {
		background-size: 210% auto;
	}
}
@media screen and (max-width: 767px) {
	.p-s1 {
		padding-block: 40px 0;
	}
}
.p-s1__title {
	text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-s1__title {
		margin-bottom: 40px;
	}
}
.p-s1__title img {
	width: 383px;
}
@media screen and (max-width: 767px) {
	.p-s1__title img {
		width: min(383px, 60%);
	}
}
.p-s1__copy {
	font-family: "Noto Sans JP";
	letter-spacing: 0.1em;
	line-height: 3.5;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
	display: inline;
	background-image: linear-gradient(180deg, transparent 55%, #e8e0db 55%, #e8e0db 90%, transparent 90%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 1450px) {
	.p-s1__copy {
		font-size: 1.6551724138vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s1__copy {
		line-height: 3;
		font-size: 18px;
	}
}
.p-s1__img {
	display: block;
	width: fit-content;
	margin-left: auto;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
	.p-s1__img {
		margin-inline: auto;
	}
}
/******************************************************************
project - s2
******************************************************************/
.p-s2 {
	padding-block: 50px 100px;
	background: url(../img/s2-bg1.png) left 5% bottom 5% no-repeat, url(../img/s2-bg2.png) right 5% bottom 2% no-repeat;
}
@media screen and (max-width: 767px) {
	.p-s2 {
		padding-block: 40px;
	}
}
@media screen and (max-width: 1450px) {
	.p-s2 {
		background-size: 15.724137931vw auto, 36.9655172414vw auto;
	}
}
@media screen and (max-width: 1200px) {
	.p-s2 {
		background-size: 20% auto, 40% auto;
	}
}
@media screen and (max-width: 767px) {
	.p-s2 {
		background-size: 26% auto, 60% auto;
		background-position: left bottom -8%, right bottom 2%;
	}
}
.p-s2__title {
	width: min(460px, 80%);
	transform: translateX(10%);
}
@media screen and (max-width: 767px) {
	.p-s2__title {
		width: min(460px, 70%);
		transform: none;
	}
}
.p-s2__img {
	text-align: center;
	margin-top: 10%;
}
@media screen and (max-width: 767px) {
	.p-s2__img {
		margin-top: 5%;
	}
}
.p-s2__img img {
	width: 60%;
	transform: translate(25%, 0);
}
@media screen and (max-width: 767px) {
	.p-s2__img img {
		width: 65%;
	}
}
/******************************************************************
project - s3
******************************************************************/
.p-s3 {
	padding-block: 100px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-s3 {
		padding-block: 40px;
	}
}
.p-s3::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - (100vw - 1390px) / 2);
	height: 100%;
	z-index: -1;
	background-color: #eeedea;
}
.p-s3__title {
	text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-s3__title {
		margin-bottom: 40px;
	}
}
.p-s3__title img {
	width: 519px;
}
@media screen and (max-width: 767px) {
	.p-s3__title img {
		width: min(519px, 70%);
	}
}
.p-s3__copy {
	width: min(500px, 100%);
}
@media screen and (max-width: 767px) {
	.p-s3__copy {
		width: min(400px, 90%);
	}
}
.p-s3__img1 {
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	.p-s3__img1 {
		padding-top: 40px;
	}
}
.p-s3__img1 img {
	width: min(1400px, 80vw);
}
@media screen and (max-width: 767px) {
	.p-s3__img1 img {
		width: 90vw;
	}
}
/******************************************************************
project - s4
******************************************************************/
.p-s4 {
	background: url(../img/s4-bg1.png) left 4% top 5% no-repeat;
}
@media print, screen and (max-width: 1300px) {
	.p-s4 {
		background-size: 30.7692307692vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s4 {
		background-position: center bottom 14px;
		background-size: min(467px, 60vw);
		padding-bottom: 25vw;
	}
}
.p-s4__title {
	text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-s4__title {
		margin-bottom: 40px;
	}
}
.p-s4__title img {
	width: 556px;
}
@media screen and (max-width: 767px) {
	.p-s4__title img {
		width: min(556px, 80%);
	}
}
.p-s4 .slick {
	width: 100%;
}
.p-s4 .slick img {
	width: 100%;
}
.p-s4 .slide_target {
	pointer-events: none;
}
.p-s4 .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) {
	.p-s4 .slick-dots {
		bottom: -22px;
		height: 8px;
	}
}
.p-s4 .slick-dots li {
	margin: 0 8px;
}
@media screen and (max-width: 767px) {
	.p-s4 .slick-dots li {
		margin: 0 6px;
	}
}
.p-s4 .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) {
	.p-s4 .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}
.p-s4 .slick-dots li button:hover {
	background: #bdbdbd;
}
.p-s4 .slick-dots li.slick-active button {
	background: #a9976d;
}
/******************************************************************
project - s5
******************************************************************/
.p-s5 {
	padding-block: 100px;
	background-color: #eeedea;
}
@media screen and (max-width: 767px) {
	.p-s5 {
		padding-block: 40px;
	}
}
.p-s5__title {
	text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-s5__title {
		margin-bottom: 40px;
	}
}
.p-s5__title img {
	width: 342px;
}
@media screen and (max-width: 767px) {
	.p-s5__title img {
		width: min(342px, 60%);
	}
}
.p-s5__main {
	display: grid;
	grid-template-columns: 71% minmax(0, 1fr);
	gap: 40px 100px;
	grid-template-areas: "price food" "price-main food-main" "plan plan";
	color: #593f00;
}
@media screen and (max-width: 1450px) {
	.p-s5__main {
		gap: 40px 6.8965517241vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s5__main {
		gap: 20px 0;
		grid-template-areas: "price price" "price-main price-main" "food food" "food-main food-main" "plan plan";
	}
}
.p-s5__price {
	grid-area: price;
}
.p-s5__price-main {
	grid-area: price-main;
	position: relative;
}
@media print, screen and (min-width: 1201px) {
	.p-s5__price-main {
		position: relative;
	}
	.p-s5__price-main::before, .p-s5__price-main::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);
	}
	.p-s5__price-main::before {
		background-color: #ac9f7f;
		width: 43px;
		height: 1px;
		top: 0;
		bottom: 0;
		right: -73px;
	}
	.p-s5__price-main::after {
		background-color: #ac9f7f;
		width: 1px;
		height: 43px;
		top: 0;
		bottom: 0;
		right: -52px;
	}
}
@media screen and (max-width: 1200px) {
	.p-s5__price-main {
		margin-bottom: 50px;
		position: relative;
	}
	.p-s5__price-main::before, .p-s5__price-main::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);
	}
	.p-s5__price-main::before {
		background-color: #ac9f7f;
		width: 36px;
		height: 1px;
		bottom: -36px;
		right: 0;
		left: 0;
	}
	.p-s5__price-main::after {
		background-color: #ac9f7f;
		width: 1px;
		height: 36px;
		bottom: -53px;
		right: 0;
		left: 0;
	}
}
.p-s5__food {
	grid-area: food;
}
.p-s5__food-main {
	grid-area: food-main;
}
.p-s5__plan {
	grid-area: plan;
	border-top: 1px solid #ac9f7f;
	padding-top: 40px;
}
@media screen and (max-width: 1200px) {
	.p-s5__plan {
		padding-top: 20px;
	}
}
.p-s5__price, .p-s5__food {
	text-align: center;
}
.p-s5__price h3, .p-s5__food h3 {
	font-weight: 500;
	font-size: 23px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-inline: 1em;
}
@media screen and (max-width: 767px) {
	.p-s5__price h3, .p-s5__food h3 {
		font-size: 20px;
	}
}
.p-s5__price h3 span, .p-s5__food h3 span {
	position: relative;
	display: block;
	width: fit-content;
	margin-inline: auto;
	padding-inline: 0.5em;
	text-align: center;
}
.p-s5__price h3 span::before, .p-s5__food h3 span::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 0;
	border-top: 1px solid #ac9f7f;
	transform: translateX(-100%);
}
.p-s5__price h3 span::after, .p-s5__food h3 span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 0;
	border-top: 1px solid #ac9f7f;
	transform: translateX(100%);
}
.p-s5__price p, .p-s5__food p {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.p-s5__price p, .p-s5__food p {
		font-size: 15px;
	}
}
.p-s5__price-main, .p-s5__food-main {
	display: flex;
}
.p-s5__price-main ul, .p-s5__food-main ul {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	gap: 45px;
}
@media screen and (max-width: 767px) {
	.p-s5__price-main ul, .p-s5__food-main ul {
		gap: 15px;
	}
}
.p-s5__price-main li, .p-s5__food-main li {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 15px;
}
@media screen and (max-width: 1200px) {
	.p-s5__price-main li, .p-s5__food-main li {
		max-width: calc((100% - 45px - 45px) / 3);
	}
}
@media screen and (max-width: 767px) {
	.p-s5__price-main li, .p-s5__food-main li {
		max-width: calc((100% - 15px - 15px) / 3);
		padding: 5px;
	}
}
.p-s5__price-main li img, .p-s5__food-main li img {
	display: block;
	width: 100%;
}
.p-s5__price-main li > div, .p-s5__food-main li > div {
	text-align: center;
	padding-block: 18px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-s5__price-main li > div, .p-s5__food-main li > div {
		padding-block: 12px;
		font-size: 14px;
	}
}
.p-s5__price-main li > div strong, .p-s5__food-main li > div strong {
	display: block;
	font-weight: normal;
	font-size: 28px;
}
@media screen and (max-width: 1450px) {
	.p-s5__price-main li > div strong, .p-s5__food-main li > div strong {
		font-size: 1.9310344828vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s5__price-main li > div strong, .p-s5__food-main li > div strong {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-s5__price-main li > div strong, .p-s5__food-main li > div strong {
		font-size: 15px;
	}
}
.p-s5__price-main li > div strong span, .p-s5__food-main li > div strong span {
	font-size: 20px;
}
@media screen and (max-width: 1450px) {
	.p-s5__price-main li > div strong span, .p-s5__food-main li > div strong span {
		font-size: 1.3793103448vw;
	}
}
@media screen and (max-width: 1200px) {
	.p-s5__price-main li > div strong span, .p-s5__food-main li > div strong span {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.p-s5__price-main li > div strong span, .p-s5__food-main li > div strong span {
		font-size: 13px;
	}
}
.p-s5__plan {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.p-s5__plan {
		flex-direction: column;
		gap: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.p-s5__plan-main {
		max-width: 60%;
	}
}
.p-s5__plan-main > *:not(:last-child) {
	margin-bottom: 0.5em;
}
.p-s5__plan-main h3 {
	font-size: 17px;
	font-weight: 500;
}
.p-s5__plan-main p {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-s5__plan-main p {
		font-size: 15px;
	}
}
.p-s5__plan-main small {
	display: block;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.p-s5__plan-main small {
		font-size: 12px;
	}
}
.p-s5__plan-pr {
	flex-shrink: 0;
	text-align: center;
}
.p-s5__plan-pr img {
	width: 299px;
}
@media screen and (max-width: 767px) {
	.p-s5__plan-pr img {
		width: 220px;
	}
}
/******************************************************************
project - s6
******************************************************************/
.p-s6 {
	position: relative;
}
.p-s6::after {
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 80px;
	height: 20px;
	border-color: #eeedea;
	border-style: solid;
	border-top-width: 20px;
	border-right: 40px solid transparent !important;
	border-bottom-width: 0;
	border-left: 40px solid transparent !important;
	top: 0;
	left: 0;
	right: 0;
}
.p-s6__btn {
	text-align: center;
}
.p-s6__btn a {
	box-sizing: border-box;
	margin-inline: auto;
	display: block;
	width: min(650px, 80%);
	background: linear-gradient(to top, #92742d 0%, #ac904c 100%);
	text-align: center;
	border-radius: 100vw;
	padding: 30px;
	transition-property: filter;
	transition-duration: 0.4s;
}
@media screen and (max-width: 767px) {
	.p-s6__btn a {
		padding: 20px;
	}
}
@media (any-hover: hover) {
	.p-s6__btn a:hover {
		filter: brightness(120%);
	}
}
.p-s6__btn a:not(.js-dialog):focus {
	filter: brightness(120%);
}
.p-s6__btn img {
	width: min(279px, 70%);
}
/******************************************************************
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);
}