@charset "UTF-8";@import "kiso.css";

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
:root {
  /* --- container --- */
  --container: min(1200px, 100%);
  --container-spacing: 1.6rem;
  /* --- z-index --- */
  --z-index-header: 900;
  /* --- color --- */
  /* base */
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #f5f0f0;
  /* main */
  --color-primary: #f6c4b0;
  --color-secondary: #6a9485;
  --color-tertiary: #4e2510;
  --color-accent: #d89978, #b96336;
  /* text */
  --color-text: #222;
  /* border */
  --color-border: #333;
  /* background */
  --color-bg: #fff;
  --color-bg-primary: var(--color-primary);
  --color-bg-secondary: var(--color-secondary);
  --color-bg-tertiary: var(--color-tertiary);
  /* radius */
  --radius-xsmall: 0.8rem;
  --radius-small: 1.6rem;
  --radius-medium: 2.4rem;
  --radius-circle: 50%;
  --radius-max: 100vmax;
  /* shadow */
  --shadow-lv1: 0 0 0 0 rgb(0 0 0 / 20%);
  --shadow-text: 0 0 2rem rgb(4 40 47 / 90%);
  /* font-weight */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  /* font-family */
  --family-sans: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", yugothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, meiryo, osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  --family-serif: "游明朝", yumincho, "ヒイラギ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  --family-english: "Cormorant Garamond", serif;
  /* spacing */
  --spacing: 0.075em;
  /* transition duration */
  --duration: 0.3s;
  /* header height */
  --header-height: 12rem;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 6rem;
  }
}

/* ----------------------------------------------------
settings
---------------------------------------------------- */
html {
  scroll-padding-top: var(--header-height);
  font-size: 10px;
}
@media screen and (max-width: 1232px) {
  html {
    font-size: 0.8928571429vw;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html.is-scroll-hide {
  overflow: hidden;
}

a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:not([class]),
button:not([class]) {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:not([class]):hover,
  button:not([class]):hover {
    opacity: 0.7;
  }
}

img,
svg {
  vertical-align: middle;
}

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

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

input[type=text] {
  font-size: 1rem;
  /* = 16px */
}

textarea {
  field-sizing: content;
}

body {
  font-family: var(--family-serif);
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1;
  color: var(--color-text);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-scroll-hide {
  overflow: hidden;
}

* {
  letter-spacing: var(--spacing);
}

html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  border-color: inherit;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
input,
select,
textarea {
  appearance: none;
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: "";
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* ---------- container ---------- */
.l-container {
  max-width: calc(var(--container) + var(--container-spacing) * 2);
  padding-inline: var(--container-spacing);
  margin-inline: auto;
}

/* ---------- header ---------- */
.l-header {
  position: fixed;
  inset: 0;
  z-index: var(--z-index-header);
  width: 100%;
  height: var(--header-height);
}

/* ---------- button ---------- */
.c-btn-primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 70rem;
  height: 10rem;
  color: var(--color-white);
  text-align: center;
  background-image: linear-gradient(to left, var(--color-accent));
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .c-btn-primary {
    max-width: 34.2rem;
    height: 5rem;
  }
}
.c-btn-primary::before {
  position: absolute;
  top: 50%;
  right: 5.6rem;
  z-index: 2;
  display: inline-block;
  width: 4.3rem;
  aspect-ratio: 43/9;
  content: "";
  background: currentcolor;
  mask-image: url("../img/icon_arrow.webp");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform var(--duration) ease;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn-primary::before {
    right: 1.6rem;
    width: 2.1rem;
  }
}
.c-btn-primary::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to right, var(--color-accent));
  border-radius: inherit;
  transition: opacity var(--duration) ease;
}
.c-btn-primary span {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn-primary span {
    font-size: 1.8rem;
    letter-spacing: 0em;
  }
}
@media (hover: hover) {
  .c-btn-primary:hover::before {
    transform: translate(0.4rem, -50%);
  }
  .c-btn-primary:hover::after {
    opacity: 0;
  }
}

/* ---------- about ---------- */
.p-about__container {
  padding-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-about__container {
    padding-top: 3.3rem;
  }
}

.p-about__title {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  letter-spacing: 0.295em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
}

.p-about__trouble {
  padding: 7.7rem 4rem 10rem;
  margin-top: 6.4rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-about__trouble {
    width: 100vw;
    padding: 4.7rem 3.2rem 5rem;
    margin-top: 3.3rem;
    margin-left: calc(-1 * var(--container-spacing));
  }
}

.p-about__sub {
  font-size: 3.2rem;
  line-height: 1.1875;
  letter-spacing: 0.295em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__sub {
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.12em;
  }
}

.p-about__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
  max-width: 104rem;
  margin-inline: auto;
  margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    gap: 1.6rem;
    justify-content: flex-start;
    max-width: 31.1rem;
    margin-top: 3rem;
  }
}

.p-about__item {
  width: 24.2rem;
  aspect-ratio: 1;
  padding: 2.7rem 2rem;
  background-color: color-mix(in srgb, var(--color-tertiary) 20%, transparent);
  border: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-about__item {
    width: 14.7rem;
    padding: 1.2rem 0.4rem;
  }
}

.p-about__item-title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.295em;
  font-weight: 400;
  min-height: 4.6666666667em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__item-title {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    min-height: 4.2em;
  }
}

.p-about__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__item-img {
    width: 6.6rem;
    aspect-ratio: 66/50;
    margin-inline: auto;
    margin-top: 0.7rem;
  }
  .p-about__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.p-about__content {
  position: relative;
  padding-block: 10.5rem 11.7rem;
  padding-left: 8rem;
}
@media screen and (max-width: 1023px) {
  .p-about__content {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    padding-block: 4.4rem 5rem;
    padding-left: 0;
  }
}

.p-about__desc {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    padding-inline: 1.6rem;
  }
}

.p-about__text {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.215em;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-about__text + .p-about__text {
  margin-top: 1.5555555556em;
}
@media screen and (max-width: 767px) {
  .p-about__text + .p-about__text {
    margin-top: 1.4em;
  }
}

.p-about__text-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 28rem;
  padding-block: 0.8rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__text-list {
    gap: 0.9rem;
    padding-block: 1rem;
  }
}
.p-about__text-list span {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.215em;
  padding-inline: 0.9rem;
  border: 0.1rem solid currentcolor;
}
@media screen and (max-width: 767px) {
  .p-about__text-list span {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-inline: 0.6rem;
  }
}

.p-about__img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  max-width: 66.3rem;
  aspect-ratio: var(--img-width)/var(--img-height);
  margin-right: calc(50% - 50vw);
  transform: translateY(-50%);
  --img-width: 663;
  --img-height: 693;
}
@media screen and (max-width: 1023px) {
  .p-about__img {
    max-width: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__img {
    --img-width: 343;
    --img-height: 347;
    position: relative;
    top: auto;
    max-width: 34.3rem;
    margin-right: 0;
    transform: translateY(0);
  }
}

.p-about__img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(416 / var(--img-width) * 100%);
}
@media screen and (max-width: 767px) {
  .p-about__img01 {
    width: calc(208 / var(--img-width) * 100%);
  }
}

.p-about__img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58rem;
  width: calc(580 / var(--img-width) * 100%);
}
@media screen and (max-width: 767px) {
  .p-about__img02 {
    width: calc(290 / var(--img-width) * 100%);
  }
}

/* ---------- amenies ---------- */
.p-amenies__container {
  max-width: none;
  padding-block: 9.5rem 9.7rem;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-amenies__container {
    padding-block: 4.4rem 4.8rem;
  }
}

.p-amenies__head {
  color: #d89978;
  text-align: center;
}

.p-amenies__head-en {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-amenies__head-en {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-amenies__head-ja {
  margin-top: 1.2rem;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-amenies__head-ja {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-amenies__sub {
  padding-inline: 3.2rem;
  margin-top: 5.4rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.155em;
}
@media screen and (max-width: 767px) {
  .p-amenies__sub {
    margin-top: 1.9rem;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.135em;
  }
}

.p-amenies__text {
  padding-inline: 3.2rem;
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.155em;
}
@media screen and (max-width: 767px) {
  .p-amenies__text {
    margin-top: 1.7rem;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.135em;
  }
}

.p-amenies__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-amenies__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.3rem;
    margin-top: 5.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-amenies__item:nth-of-type(even) .p-amenies__item-content {
    padding-inline: 0.6rem 1.4rem;
  }
}

.p-amenies__item-img img {
  width: 100%;
  aspect-ratio: 1;
}

.p-amenies__item-content {
  padding-inline: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-amenies__item-content {
    padding-inline: 1.4rem 0.6rem;
    margin-top: 1.3rem;
  }
}

.p-amenies__item-title {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-amenies__item-title {
    font-size: 1.8rem;
  }
}
.p-amenies__item-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 4.3rem;
  height: 0.1rem;
  content: "";
  background-color: #c8c8c8;
}
@media screen and (max-width: 767px) {
  .p-amenies__item-title::before {
    width: 3.2rem;
  }
}

.p-amenies__item-text {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-amenies__item-text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    letter-spacing: 0em;
  }
}
.p-amenies__item-text + .p-amenies__item-text {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-amenies__item-text + .p-amenies__item-text {
    margin-top: 1em;
  }
}

.p-amenies__more {
  margin-top: 6.4rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-amenies__more {
    margin-top: 3.6rem;
    font-size: 1.5rem;
  }
}

/* ---------- feature ---------- */
.p-feature__container {
  padding-block: 9rem;
}
@media screen and (max-width: 767px) {
  .p-feature__container {
    padding-block: 4.5rem 4.4rem;
  }
}

.p-feature__title {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.13em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-feature__text {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.215em;
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    margin-top: 1.7rem;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.135em;
  }
}

.p-feature__list {
  display: flex;
  margin-top: 3.7rem;
  border: 0.1rem solid var(--color-border);
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    flex-direction: column;
    margin-top: 2.1rem;
  }
}

.p-feature__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 6rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    padding: 1.5rem 1.3rem 1.5rem 1.6rem;
  }
}
.p-feature__item + .p-feature__item {
  border-left: 0.1rem solid var(--color-border);
}
@media screen and (max-width: 767px) {
  .p-feature__item + .p-feature__item {
    border-top: 0.1rem solid var(--color-border);
    border-left: none;
  }
}

.p-feature__item-num {
  position: absolute;
  top: 0.9rem;
  right: 1.3rem;
  display: inline-block;
  color: var(--color-primary);
  font-size: 8rem;
  line-height: 0.4;
}
@media screen and (max-width: 767px) {
  .p-feature__item-num {
    top: 0.4rem;
    right: 0.6rem;
    font-size: 4rem;
    opacity: 0.4;
  }
}

.p-feature__item-title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__item-title {
    font-size: 2rem;
  }
}

.p-feature__item-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-feature__item-inner {
    flex-direction: row;
    gap: 2.7rem;
    margin-top: 1.7rem;
  }
}

.p-feature__item-text {
  flex-grow: 1;
  margin-top: 3.3rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-feature__item-text {
    flex: 1;
    margin-top: 0;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0.04em;
  }
}
.p-feature__item-text span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__item-text span {
    text-align: justify;
  }
}

.p-feature__item-img {
  margin-top: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-feature__item-img {
    width: 100%;
    max-width: 12rem;
    margin-top: 0.5rem;
  }
}

.p-feature__sub {
  margin-top: 5.4rem;
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.215em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__sub {
    margin-top: 2.6rem;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.135em;
  }
}

/* ---------- flow ---------- */
.p-flow {
  background-color: var(--color-secondary);
}

.p-flow__container {
  padding-block: 8.8rem 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__container {
    padding-block: 4.3rem 4.9rem;
  }
}

.p-flow__head {
  color: var(--color-primary);
  text-align: center;
}

.p-flow__head-en {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-flow__head-en {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-flow__head-ja {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-flow__head-ja {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-flow__list {
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__list {
    padding-inline: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 5.5rem;
  }
}
.p-flow__list::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0.1rem;
  height: calc(100% - 6.6rem);
  content: "";
  background-color: var(--color-primary);
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .p-flow__list::before {
    left: 1.6rem;
    transform: translateX(0);
  }
}
.p-flow__list::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0.1rem;
  height: 6.6rem;
  content: "";
  background-image: linear-gradient(to bottom, var(--color-primary), color-mix(in srgb, var(--color-primary) 0%, transparent));
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .p-flow__list::after {
    left: 1.6rem;
    transform: translateX(0);
  }
}

.p-flow__item {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-flow__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    gap: 2.7rem;
  }
}
.p-flow__item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  content: "";
  background-color: var(--color-primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .p-flow__item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
  }
}
.p-flow__item:nth-of-type(odd) .p-flow__item-content {
  padding-left: 3.1rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-of-type(odd) .p-flow__item-content {
    padding-inline: 1.6rem 0;
  }
}
.p-flow__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-flow__item:nth-of-type(even) .p-flow__item-img {
  padding-left: 7rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-of-type(even) .p-flow__item-img {
    padding-left: 0;
  }
}
.p-flow__item:nth-of-type(even) .p-flow__item-figure {
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item:nth-of-type(even) .p-flow__item-figure {
    max-width: 20rem;
  }
}
.p-flow__item:nth-of-type(even) .p-flow__item-content {
  padding-right: 3rem;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-of-type(even) .p-flow__item-content {
    padding-inline: 1.6rem 0;
    text-align: left;
  }
}
.p-flow__item:nth-of-type(even) .p-flow__item-num {
  top: -21%;
  left: -17%;
}
.p-flow__item:nth-of-type(4n + 1) .p-flow__item-img {
  padding-left: 9.2rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-of-type(4n + 1) .p-flow__item-img {
    padding-left: 0;
  }
}
.p-flow__item:nth-of-type(4n + 1) .p-flow__item-figure {
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item:nth-of-type(4n + 1) .p-flow__item-figure {
    max-width: 20rem;
  }
}
.p-flow__item:nth-of-type(4n + 1) .p-flow__item-num {
  top: -33%;
  right: -16%;
}
.p-flow__item:nth-of-type(4n + 3) .p-flow__item-img {
  padding-left: 12.3rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-of-type(4n + 3) .p-flow__item-img {
    padding-left: 0;
  }
}
.p-flow__item:nth-of-type(4n + 3) .p-flow__item-figure {
  max-width: 28.3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item:nth-of-type(4n + 3) .p-flow__item-figure {
    max-width: 14.1rem;
  }
}
.p-flow__item[data-flow="02"] {
  margin-top: 12.1rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item[data-flow="02"] {
    margin-top: 7.4rem;
  }
}
.p-flow__item[data-flow="03"] {
  margin-top: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item[data-flow="03"] {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item[data-flow="03"] {
    margin-top: 4.2rem;
  }
}
.p-flow__item[data-flow="03"] .p-flow__item-num {
  position: absolute;
  top: 40%;
  right: -40%;
  transform: translateY(-50%);
}
.p-flow__item[data-flow="04"] {
  margin-top: 6.3rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item[data-flow="04"] {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item[data-flow="04"] {
    margin-top: 7.6rem;
  }
}
.p-flow__item[data-flow="05"] {
  margin-top: 8.1rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item[data-flow="05"] {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item[data-flow="05"] {
    margin-top: 6rem;
  }
}
.p-flow__item[data-flow="06"] {
  margin-top: 10.8rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item[data-flow="06"] {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item[data-flow="06"] {
    margin-top: 8.8rem;
  }
}
.p-flow__item[data-flow="07"] {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item[data-flow="07"] {
    margin-top: 3.8rem;
  }
}
.p-flow__item[data-flow="07"] .p-flow__item-num {
  position: absolute;
  top: -6%;
  right: -58%;
}
.p-flow__item:first-of-type {
  align-items: flex-start;
}
.p-flow__item:first-of-type::after {
  top: 0;
  left: 50%;
  width: 3rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .p-flow__item:first-of-type::after {
    left: 0;
    width: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__item:last-of-type {
    padding-bottom: 3rem;
  }
}

.p-flow__item-img {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-flow__item-img {
    width: 100%;
  }
}

.p-flow__item-figure {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-flow__item-figure {
    margin-inline: auto;
  }
}

.p-flow__item-picture {
  overflow: hidden;
}

.p-flow__item-num {
  position: absolute;
  z-index: 2;
  display: inline-block;
  color: var(--color-primary);
  font-size: 21rem;
  line-height: 0.4761904762;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-flow__item-num {
    font-size: 10.5rem;
    line-height: 0.4761904762;
  }
}

.p-flow__item-content {
  width: 50%;
  margin-top: -0.8rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-content {
    margin-top: 0;
  }
}

.p-flow__item-title {
  color: var(--color-primary);
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-flow__item-title {
    font-size: 3.2rem;
  }
}
.p-flow__item-title span {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-title span {
    font-size: 1.5rem;
  }
}

.p-flow__item-menu {
  margin-top: 1.7rem;
  color: var(--color-white);
  font-size: 3.2rem;
  line-height: 1.1875;
  letter-spacing: 0.115em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-flow__item-menu {
    margin-top: 1.3rem;
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
.p-flow__item-menu span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.115em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-menu span {
    font-size: 1.3rem;
    line-height: 1.9230769231;
    letter-spacing: 0.1em;
  }
}

.p-flow__item-text {
  margin-top: 1.2rem;
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.155em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-flow__item-text {
    margin-top: 1.1rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.p-flow__item-caution {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.155em;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-flow__item-caution {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}

.p-flow__end {
  position: relative;
  margin-top: 2rem;
}
.p-flow__end::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 1;
  content: "";
  background-color: var(--color-primary);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .p-flow__end::after {
    top: 1.2rem;
    left: 1.6rem;
    width: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__end::after {
    top: 0.5rem;
  }
}

.p-flow__end-content {
  padding-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-flow__end-content {
    padding-inline: 3.2rem 1.6rem;
    padding-top: 0;
    text-align: left;
  }
}
.p-flow__end-content .p-flow__item-text {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-flow__end-content .p-flow__item-text {
    text-align: justify;
  }
}
.p-flow__end-content .p-flow__item-menu {
  margin-top: 0;
}

/* ---------- footer ---------- */
.p-footer__container {
  padding-block: 6.9rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-footer__container {
    padding-block: 5.8rem 1.9rem;
  }
}

.p-footer__content {
  text-align: center;
}

.p-footer__title {
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0.16em;
  font-weight: 400;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    font-size: 2.4rem;
    line-height: 1.0833333333;
  }
}

.p-footer__btn {
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    margin-top: 1.8rem;
  }
}
.p-footer__btn a {
  margin-inline: auto;
}

.p-footer__copyright {
  margin-top: 7.3rem;
  color: var(--color-white);
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 4.6rem;
    font-size: 1.2rem;
  }
}

/* ---------- fv ---------- */
.p-fv {
  position: relative;
  height: 100svh;
  min-height: 64rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: 66.7rem;
  }
}

.p-fv__bg {
  position: absolute;
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-fv__bg::before {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: color-mix(in srgb, var(--color-black) 10%, transparent);
}
.p-fv__bg img {
  width: 100%;
  height: 100%;
}

.p-fv__container {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-block: 14rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-fv__container {
    padding-block: 12.9rem 4rem;
  }
}

.p-fv__logo {
  position: absolute;
  top: 4.9rem;
  left: var(--container-spacing);
  width: 100%;
  max-width: 26.8rem;
  filter: drop-shadow(var(--shadow-text));
}
@media screen and (max-width: 767px) {
  .p-fv__logo {
    top: 1.5rem;
    max-width: 16.7rem;
  }
}

.p-fv__content {
  height: inherit;
  color: var(--color-white);
  text-align: center;
  text-shadow: var(--shadow-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-fv__sub {
  display: block;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.255em;
}
@media screen and (max-width: 767px) {
  .p-fv__sub {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.13em;
  }
}

.p-fv__title {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    gap: 1.6rem;
    margin-top: 2.2rem;
  }
}
.p-fv__title img {
  width: 100%;
  max-width: 95.6rem;
  filter: drop-shadow(0 0 3.2rem rgba(5, 41, 25, 0.64));
}
@media screen and (max-width: 767px) {
  .p-fv__title img {
    max-width: 24.5rem;
  }
}

.p-fv__title-ja {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.255em;
}
@media screen and (max-width: 767px) {
  .p-fv__title-ja {
    letter-spacing: 0.15em;
  }
}

.p-fv__text {
  margin-top: 5.2rem;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 2.7rem;
    font-size: 1.3rem;
    line-height: 1.9230769231;
    letter-spacing: 0.295em;
  }
}

/* ---------- header ---------- */
.p-header__container {
  display: flex;
  justify-content: flex-end;
  height: inherit;
}

.p-header__nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: inherit;
}

.p-header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12rem;
  aspect-ratio: 1;
  color: var(--color-white);
  text-align: center;
  text-shadow: var(--shadow-text);
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    width: 8rem;
    aspect-ratio: 80/60;
    font-size: 1.1rem;
    line-height: 1.1818181818;
    letter-spacing: 0.075em;
  }
}
.p-header__btn[data-type=ticket] {
  position: relative;
  z-index: 1;
  border: 0.1rem solid var(--color-white);
  transition: border-color var(--duration);
}
.p-header__btn[data-type=ticket]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  content: "";
  background: url("../img/bg_base_green.webp") repeat center/4rem 4rem;
  opacity: 0;
  transition: opacity var(--duration);
  transform: translate(-50%, -50%);
}
.p-header__btn[data-type=booking] {
  background: url("../img/btn_bg_booking.webp") no-repeat center/cover;
}

.p-header__btn-en {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-header__btn-en {
    font-size: 1.2rem;
    line-height: 1.0833333333;
  }
}

/* ---------- map ---------- */
.p-map {
  background-color: var(--color-gray);
}

.p-map__container {
  padding-block: 5.3rem 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-map__container {
    padding-block: 4.4rem 5.7rem;
  }
}

.p-map__wrap {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-map__wrap {
    flex-direction: column-reverse;
    gap: 2.9rem;
  }
}

.p-map__access {
  display: flex;
  flex: 1;
  justify-content: center;
}

.p-map__img {
  max-width: 50.4rem;
}
@media screen and (max-width: 767px) {
  .p-map__img {
    padding-inline: 1.6rem;
  }
}

.p-map__link {
  display: block;
  padding-inline: 4.2rem;
  margin-top: 2.6rem;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-map__link {
    margin-top: 1.7rem;
    font-size: 1.3rem;
    text-align: center;
    text-underline-offset: 0.1rem;
  }
}

.p-map__content {
  flex: 1;
}

.p-map__title {
  padding-top: 0.6rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.295em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-map__title {
    padding-top: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-map__dl {
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-map__dl {
    margin-top: 3rem;
  }
}

.p-map__col {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-map__col {
    gap: 0.8rem;
  }
}
.p-map__col:first-of-type .p-map__dt,
.p-map__col:first-of-type .p-map__dd {
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-map__col:first-of-type .p-map__dt,
  .p-map__col:first-of-type .p-map__dd {
    padding-bottom: 1.6rem;
  }
}
.p-map__col + .p-map__col .p-map__dt,
.p-map__col + .p-map__col .p-map__dd {
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-map__col + .p-map__col .p-map__dt,
  .p-map__col + .p-map__col .p-map__dd {
    padding-block: 1.3rem;
  }
}
.p-map__col:last-of-type .p-map__dt,
.p-map__col:last-of-type .p-map__dd {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-map__col:last-of-type .p-map__dt::before,
  .p-map__col:last-of-type .p-map__dd::before {
    content: none;
  }
}

.p-map__dt {
  width: 9.4rem;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 700;
  border-bottom: 0.1rem solid currentcolor;
}
@media screen and (max-width: 767px) {
  .p-map__dt {
    width: 6.7rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.p-map__dd {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-align: justify;
  border-bottom: 0.1rem solid currentcolor;
}
@media screen and (max-width: 767px) {
  .p-map__dd {
    position: relative;
    line-height: 1.3333333333;
    letter-spacing: 0;
    border-bottom: 0.1rem solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-map__dd::before {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    display: inline-block;
    width: 21.5rem;
    height: 0.1rem;
    content: "";
    background-color: currentcolor;
  }
}
.p-map__dd a {
  text-decoration: underline;
  text-underline-offset: 0.9rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-map__dd a {
    text-underline-offset: 0.6rem;
    letter-spacing: 0;
  }
}

/* ---------- message ---------- */
.p-message {
  margin-top: 10rem;
  background: url("../img/message_bg.webp") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin-top: 4rem;
    background: url("../img/message_bg_sp.webp") no-repeat center/cover;
  }
}

.p-message__container {
  padding-block: 8.6rem 26.4rem;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    padding-block: 4.4rem 31.1rem;
  }
}

.p-message__content {
  width: 100%;
  max-width: 41.6rem;
  margin-inline: auto 0;
  color: var(--color-white);
  text-shadow: var(--shadow-text);
}
@media screen and (max-width: 767px) {
  .p-message__content {
    max-width: none;
    padding-inline: 1.6rem;
    margin-inline: 0;
  }
}

.p-message__title {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-message__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    margin-top: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.9333333333;
  }
}

/* ---------- price ---------- */
.p-price__container {
  padding-block: 7.3rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-price__container {
    padding-block: 4.2rem 5rem;
  }
}

.p-price__title {
  color: var(--color-white);
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.295em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 2.4rem;
    line-height: 1.625;
    letter-spacing: 0.135em;
  }
}

.p-price__sub {
  display: flex;
  flex: 1;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  color: var(--color-white);
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.295em;
}
@media screen and (max-width: 767px) {
  .p-price__sub {
    gap: 2.5rem;
    margin-top: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.215em;
  }
}
.p-price__sub::before, .p-price__sub::after {
  display: inline-block;
  width: 100%;
  max-width: 8rem;
  height: 0.1rem;
  content: "";
  background-image: linear-gradient(to right, var(--color-white), color-mix(in srgb, var(--color-white) 0%, transparent));
}
@media screen and (max-width: 767px) {
  .p-price__sub::before, .p-price__sub::after {
    align-self: stretch;
    width: 0.1rem;
    max-width: none;
    height: auto;
    background: var(--color-white);
    rotate: 15deg;
  }
}
.p-price__sub::before {
  transform: scale(-1, 1);
}

.p-price__wrap {
  position: relative;
  z-index: 1;
  max-width: 104rem;
  padding: 1rem;
  margin-inline: auto;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    padding: 0.5rem;
    margin-top: 2.5rem;
  }
}
.p-price__wrap::before, .p-price__wrap::after {
  position: absolute;
  z-index: -1;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  content: "";
  border: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-price__wrap::before, .p-price__wrap::after {
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
  }
}
.p-price__wrap::before {
  top: 0;
  left: 0;
}
.p-price__wrap::after {
  right: 0;
  bottom: 0;
}

.p-price__body {
  max-width: 101.8rem;
  padding: 4.6rem 1.6rem 2.6rem;
  margin-inline: auto;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-price__body {
    padding-block: 3.5rem 3.3rem;
  }
}

.p-price__inner {
  text-align: center;
}

.p-price__menu {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0.01em;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-price__menu {
    display: block;
    font-size: 2rem;
    line-height: 1.3;
    margin-right: 0;
  }
}

.p-price__cost {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-price__cost {
    display: block;
    margin-top: 1rem;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.p-price__cost span {
  font-size: 2.4rem;
  line-height: 2.1666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-price__cost span {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.p-price__camp {
  margin-top: 1rem;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 400;
  background: linear-gradient(to right, #b96336, #f3be2d);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-price__camp {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.p-price__camp span {
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-price__camp span {
    font-size: 2.4rem;
    line-height: 1.0833333333;
  }
}
.p-price__camp b {
  font-size: 5.6rem;
  line-height: 0.9285714286;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-price__camp b {
    font-size: 3.6rem;
    line-height: 0.7222222222;
  }
}

.p-price__text {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    margin-top: 1.1rem;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.p-price__text span {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-price__text span {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}

/* ---------- tuning ---------- */
.p-tuning__container {
  padding-block: 11.2rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-tuning__container {
    padding-block: 4.7rem 5rem;
  }
}

.p-tuning__head {
  display: flex;
  gap: 2.6rem;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-tuning__head {
    flex-direction: column;
    gap: 1.1rem;
  }
}

.p-tuning__en {
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-tuning__en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tuning__en {
    font-size: 5rem;
  }
}

.p-tuning__ja {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.215em;
}
@media screen and (max-width: 767px) {
  .p-tuning__ja {
    gap: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
}
.p-tuning__ja::before {
  display: inline-block;
  width: 8.8rem;
  height: 0.1rem;
  content: "";
  background-color: currentcolor;
}
@media screen and (max-width: 767px) {
  .p-tuning__ja::before {
    width: 3.5rem;
  }
}

.p-tuning__body {
  padding: 6.8rem 1.6rem 10rem;
  margin-top: 8.8rem;
  color: var(--color-white);
  text-align: center;
  background: url("../img/tuning_bg.webp") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-tuning__body {
    width: 100vw;
    padding-block: 3.4rem 3.9rem;
    margin-top: 3.3rem;
    margin-left: calc(-1 * var(--container-spacing));
    background: url("../img/tuning_bg_sp.webp") no-repeat center/cover;
  }
}

.p-tuning__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.215em;
}
@media screen and (max-width: 767px) {
  .p-tuning__text {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-inline: 1.6rem;
  }
}

.p-tuning__text-list {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  padding-block: 1.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-tuning__text-list {
    gap: 0.9rem;
    padding-block: 1.4rem;
  }
}
.p-tuning__text-list span {
  display: block;
  width: 100%;
  max-width: 9rem;
  padding-inline: 0.6rem;
  border: 0.1rem solid currentcolor;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.215em;
}
@media screen and (max-width: 767px) {
  .p-tuning__text-list span {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 8.4rem;
    padding-inline: 0.4rem;
    text-align: center;
  }
}

.p-tuning__title {
  margin-top: 1.9rem;
  font-size: 4rem;
  line-height: 1.65;
  letter-spacing: 0.215em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-tuning__title {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-tuning__change {
  max-width: 95.8rem;
  padding: 3.8rem 1.6rem 5.4rem;
  margin-inline: auto;
  margin-top: 3.3rem;
  border: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-tuning__change {
    padding: 2.6rem 1.5rem 3.2rem;
    margin-top: 3.4rem;
  }
}

.p-tuning__sub {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: 0.115em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-tuning__sub {
    font-size: 1.8rem;
    line-height: 1.1111111111;
  }
}

.p-tuning__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  justify-content: center;
  max-width: 84rem;
  margin-inline: auto;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-tuning__list {
    gap: 1.6rem;
    gap: 3rem 2.5rem;
    justify-content: flex-start;
    max-width: 31.1rem;
    margin-top: 3.6rem;
  }
}

.p-tuning__item {
  display: flex;
  flex-direction: column;
  width: 14.2rem;
}
.p-tuning__item:nth-of-type(even) .p-tuning__item-img {
  width: 90%;
  margin-inline: auto;
}

.p-tuning__item-img {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.p-tuning__item-text {
  margin-top: 1.8rem;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.135em;
}
@media screen and (max-width: 767px) {
  .p-tuning__item-text {
    margin-top: 1.9rem;
    font-size: 1.5rem;
    line-height: 1.2666666667;
  }
}

/* ---------- visit ---------- */
.p-visit {
  background: url("../img/visit_bg.webp") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-visit {
    background: url("../img/visit_bg_sp.webp") no-repeat center/cover;
  }
}

.p-visit__container {
  padding-block: 17.2rem 17.8rem;
}
@media screen and (max-width: 767px) {
  .p-visit__container {
    padding-block: 5.5rem 33.3rem;
  }
}

.p-visit__content {
  width: 100%;
  max-width: 59rem;
}
@media screen and (max-width: 767px) {
  .p-visit__content {
    max-width: none;
    padding-inline: 1.6rem;
  }
}

.p-visit__title {
  font-size: 3.2rem;
  line-height: 1.875;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-visit__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-visit__text {
  margin-top: 3.5rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.135em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-visit__text {
    margin-top: 2.1rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

/* ---------- animation ---------- */
.js-fv-blur {
  visibility: hidden;
  filter: blur(20px);
  opacity: 0;
  transform: translateY(10px);
}

.js-fadeIn,
.js-fadeIn-st-item {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}

.js-fade-st-item {
  visibility: hidden;
  opacity: 0;
}

.js-blur-st-item {
  filter: brightness(0.3);
  transform: scale(1.05);
}

.js-slide {
  clip-path: inset(0 100% 0 0);
  filter: brightness(0.3);
  transform: scale(1.05);
}

/* ---------- align ---------- */
.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

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

.u-align-justify {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .u-align-left-sp {
    text-align: left;
  }
  .u-align-center-sp {
    text-align: center;
  }
  .u-align-right-sp {
    text-align: right;
  }
  .u-align-justify-sp {
    text-align: justify;
  }
}
/* ---------- background color ---------- */
.u-bgcolor-base-orange {
  background: url("../img/bg_base_orange.webp") repeat center/4rem 4rem;
}

.u-bgcolor-base-green {
  background: url("../img/bg_base_green.webp") repeat center/4rem 4rem;
}

.u-bgcolor-primary {
  background-color: var(--color-bg-primary);
}

.u-bgcolor-secondary {
  background-color: var(--color-bg-secondary);
}

.u-bgcolor-tertiary {
  background-color: var(--color-bg-tertiary);
}

.u-bgcolor-white {
  background-color: var(--color-white);
}

.u-bgcolor-black {
  background-color: var(--color-black);
}

:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-bottom-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-top-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-bottom-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-top-right: polygon(0 0, 100% 0, 100% 100%);
}

/* ---------- color ---------- */
.u-color-primary {
  color: var(--color-primary);
}

.u-color-secondary {
  color: var(--color-secondary);
}

.u-color-tertiary {
  color: var(--color-tertiary);
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-color-text {
  color: var(--color-text);
}

/* ---------- font ---------- */
.u-font-sans {
  font-family: var(--family-sans);
}

.u-font-serif {
  font-family: var(--family-serif);
}

.u-font-en {
  font-family: var(--family-english);
}

/* ---------- margin ---------- */
.u-mt-0 {
  margin-top: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-my-0 {
  margin-block: 0;
}

.u-mt-5 {
  margin-top: 0.5rem;
}

.u-mb-5 {
  margin-bottom: 0.5rem;
}

.u-my-5 {
  margin-block: 0.5rem;
}

.u-mt-10 {
  margin-top: 1rem;
}

.u-mb-10 {
  margin-bottom: 1rem;
}

.u-my-10 {
  margin-block: 1rem;
}

.u-mt-15 {
  margin-top: 1.5rem;
}

.u-mb-15 {
  margin-bottom: 1.5rem;
}

.u-my-15 {
  margin-block: 1.5rem;
}

.u-mt-20 {
  margin-top: 2rem;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-my-20 {
  margin-block: 2rem;
}

.u-mt-25 {
  margin-top: 2.5rem;
}

.u-mb-25 {
  margin-bottom: 2.5rem;
}

.u-my-25 {
  margin-block: 2.5rem;
}

.u-mt-30 {
  margin-top: 3rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}

.u-my-30 {
  margin-block: 3rem;
}

.u-mt-35 {
  margin-top: 3.5rem;
}

.u-mb-35 {
  margin-bottom: 3.5rem;
}

.u-my-35 {
  margin-block: 3.5rem;
}

.u-mt-40 {
  margin-top: 4rem;
}

.u-mb-40 {
  margin-bottom: 4rem;
}

.u-my-40 {
  margin-block: 4rem;
}

.u-mt-45 {
  margin-top: 4.5rem;
}

.u-mb-45 {
  margin-bottom: 4.5rem;
}

.u-my-45 {
  margin-block: 4.5rem;
}

.u-mt-50 {
  margin-top: 5rem;
}

.u-mb-50 {
  margin-bottom: 5rem;
}

.u-my-50 {
  margin-block: 5rem;
}

.u-mt-55 {
  margin-top: 5.5rem;
}

.u-mb-55 {
  margin-bottom: 5.5rem;
}

.u-my-55 {
  margin-block: 5.5rem;
}

.u-mt-60 {
  margin-top: 6rem;
}

.u-mb-60 {
  margin-bottom: 6rem;
}

.u-my-60 {
  margin-block: 6rem;
}

.u-mt-65 {
  margin-top: 6.5rem;
}

.u-mb-65 {
  margin-bottom: 6.5rem;
}

.u-my-65 {
  margin-block: 6.5rem;
}

.u-mt-70 {
  margin-top: 7rem;
}

.u-mb-70 {
  margin-bottom: 7rem;
}

.u-my-70 {
  margin-block: 7rem;
}

.u-mt-75 {
  margin-top: 7.5rem;
}

.u-mb-75 {
  margin-bottom: 7.5rem;
}

.u-my-75 {
  margin-block: 7.5rem;
}

.u-mt-80 {
  margin-top: 8rem;
}

.u-mb-80 {
  margin-bottom: 8rem;
}

.u-my-80 {
  margin-block: 8rem;
}

.u-mt-85 {
  margin-top: 8.5rem;
}

.u-mb-85 {
  margin-bottom: 8.5rem;
}

.u-my-85 {
  margin-block: 8.5rem;
}

.u-mt-90 {
  margin-top: 9rem;
}

.u-mb-90 {
  margin-bottom: 9rem;
}

.u-my-90 {
  margin-block: 9rem;
}

.u-mt-95 {
  margin-top: 9.5rem;
}

.u-mb-95 {
  margin-bottom: 9.5rem;
}

.u-my-95 {
  margin-block: 9.5rem;
}

.u-mt-100 {
  margin-top: 10rem;
}

.u-mb-100 {
  margin-bottom: 10rem;
}

.u-my-100 {
  margin-block: 10rem;
}

.u-mt-105 {
  margin-top: 10.5rem;
}

.u-mb-105 {
  margin-bottom: 10.5rem;
}

.u-my-105 {
  margin-block: 10.5rem;
}

.u-mt-110 {
  margin-top: 11rem;
}

.u-mb-110 {
  margin-bottom: 11rem;
}

.u-my-110 {
  margin-block: 11rem;
}

.u-mt-115 {
  margin-top: 11.5rem;
}

.u-mb-115 {
  margin-bottom: 11.5rem;
}

.u-my-115 {
  margin-block: 11.5rem;
}

.u-mt-120 {
  margin-top: 12rem;
}

.u-mb-120 {
  margin-bottom: 12rem;
}

.u-my-120 {
  margin-block: 12rem;
}

.u-mt-125 {
  margin-top: 12.5rem;
}

.u-mb-125 {
  margin-bottom: 12.5rem;
}

.u-my-125 {
  margin-block: 12.5rem;
}

.u-mt-130 {
  margin-top: 13rem;
}

.u-mb-130 {
  margin-bottom: 13rem;
}

.u-my-130 {
  margin-block: 13rem;
}

.u-mt-135 {
  margin-top: 13.5rem;
}

.u-mb-135 {
  margin-bottom: 13.5rem;
}

.u-my-135 {
  margin-block: 13.5rem;
}

.u-mt-140 {
  margin-top: 14rem;
}

.u-mb-140 {
  margin-bottom: 14rem;
}

.u-my-140 {
  margin-block: 14rem;
}

.u-mt-145 {
  margin-top: 14.5rem;
}

.u-mb-145 {
  margin-bottom: 14.5rem;
}

.u-my-145 {
  margin-block: 14.5rem;
}

.u-mt-150 {
  margin-top: 15rem;
}

.u-mb-150 {
  margin-bottom: 15rem;
}

.u-my-150 {
  margin-block: 15rem;
}

.u-mt-155 {
  margin-top: 15.5rem;
}

.u-mb-155 {
  margin-bottom: 15.5rem;
}

.u-my-155 {
  margin-block: 15.5rem;
}

.u-mt-160 {
  margin-top: 16rem;
}

.u-mb-160 {
  margin-bottom: 16rem;
}

.u-my-160 {
  margin-block: 16rem;
}

.u-mt-165 {
  margin-top: 16.5rem;
}

.u-mb-165 {
  margin-bottom: 16.5rem;
}

.u-my-165 {
  margin-block: 16.5rem;
}

.u-mt-170 {
  margin-top: 17rem;
}

.u-mb-170 {
  margin-bottom: 17rem;
}

.u-my-170 {
  margin-block: 17rem;
}

.u-mt-175 {
  margin-top: 17.5rem;
}

.u-mb-175 {
  margin-bottom: 17.5rem;
}

.u-my-175 {
  margin-block: 17.5rem;
}

.u-mt-180 {
  margin-top: 18rem;
}

.u-mb-180 {
  margin-bottom: 18rem;
}

.u-my-180 {
  margin-block: 18rem;
}

.u-mt-185 {
  margin-top: 18.5rem;
}

.u-mb-185 {
  margin-bottom: 18.5rem;
}

.u-my-185 {
  margin-block: 18.5rem;
}

.u-mt-190 {
  margin-top: 19rem;
}

.u-mb-190 {
  margin-bottom: 19rem;
}

.u-my-190 {
  margin-block: 19rem;
}

.u-mt-195 {
  margin-top: 19.5rem;
}

.u-mb-195 {
  margin-bottom: 19.5rem;
}

.u-my-195 {
  margin-block: 19.5rem;
}

.u-mt-200 {
  margin-top: 20rem;
}

.u-mb-200 {
  margin-bottom: 20rem;
}

.u-my-200 {
  margin-block: 20rem;
}

.u-mx-left {
  margin-inline: 0 auto;
}

.u-mx-center {
  margin-inline: auto;
}

.u-mx-right {
  margin-inline: auto 0;
}

@media screen and (max-width: 767px) {
  .u-mt-0-sp {
    margin-top: 0;
  }
  .u-mb-0-sp {
    margin-bottom: 0;
  }
  .u-my-0-sp {
    margin-block: 0;
  }
  .u-mt-5-sp {
    margin-top: 0.5rem;
  }
  .u-mb-5-sp {
    margin-bottom: 0.5rem;
  }
  .u-my-5-sp {
    margin-block: 0.5rem;
  }
  .u-mt-10-sp {
    margin-top: 1rem;
  }
  .u-mb-10-sp {
    margin-bottom: 1rem;
  }
  .u-my-10-sp {
    margin-block: 1rem;
  }
  .u-mt-15-sp {
    margin-top: 1.5rem;
  }
  .u-mb-15-sp {
    margin-bottom: 1.5rem;
  }
  .u-my-15-sp {
    margin-block: 1.5rem;
  }
  .u-mt-20-sp {
    margin-top: 2rem;
  }
  .u-mb-20-sp {
    margin-bottom: 2rem;
  }
  .u-my-20-sp {
    margin-block: 2rem;
  }
  .u-mt-25-sp {
    margin-top: 2.5rem;
  }
  .u-mb-25-sp {
    margin-bottom: 2.5rem;
  }
  .u-my-25-sp {
    margin-block: 2.5rem;
  }
  .u-mt-30-sp {
    margin-top: 3rem;
  }
  .u-mb-30-sp {
    margin-bottom: 3rem;
  }
  .u-my-30-sp {
    margin-block: 3rem;
  }
  .u-mt-35-sp {
    margin-top: 3.5rem;
  }
  .u-mb-35-sp {
    margin-bottom: 3.5rem;
  }
  .u-my-35-sp {
    margin-block: 3.5rem;
  }
  .u-mt-40-sp {
    margin-top: 4rem;
  }
  .u-mb-40-sp {
    margin-bottom: 4rem;
  }
  .u-my-40-sp {
    margin-block: 4rem;
  }
  .u-mt-45-sp {
    margin-top: 4.5rem;
  }
  .u-mb-45-sp {
    margin-bottom: 4.5rem;
  }
  .u-my-45-sp {
    margin-block: 4.5rem;
  }
  .u-mt-50-sp {
    margin-top: 5rem;
  }
  .u-mb-50-sp {
    margin-bottom: 5rem;
  }
  .u-my-50-sp {
    margin-block: 5rem;
  }
  .u-mt-55-sp {
    margin-top: 5.5rem;
  }
  .u-mb-55-sp {
    margin-bottom: 5.5rem;
  }
  .u-my-55-sp {
    margin-block: 5.5rem;
  }
  .u-mt-60-sp {
    margin-top: 6rem;
  }
  .u-mb-60-sp {
    margin-bottom: 6rem;
  }
  .u-my-60-sp {
    margin-block: 6rem;
  }
  .u-mt-65-sp {
    margin-top: 6.5rem;
  }
  .u-mb-65-sp {
    margin-bottom: 6.5rem;
  }
  .u-my-65-sp {
    margin-block: 6.5rem;
  }
  .u-mt-70-sp {
    margin-top: 7rem;
  }
  .u-mb-70-sp {
    margin-bottom: 7rem;
  }
  .u-my-70-sp {
    margin-block: 7rem;
  }
  .u-mt-75-sp {
    margin-top: 7.5rem;
  }
  .u-mb-75-sp {
    margin-bottom: 7.5rem;
  }
  .u-my-75-sp {
    margin-block: 7.5rem;
  }
  .u-mt-80-sp {
    margin-top: 8rem;
  }
  .u-mb-80-sp {
    margin-bottom: 8rem;
  }
  .u-my-80-sp {
    margin-block: 8rem;
  }
  .u-mt-85-sp {
    margin-top: 8.5rem;
  }
  .u-mb-85-sp {
    margin-bottom: 8.5rem;
  }
  .u-my-85-sp {
    margin-block: 8.5rem;
  }
  .u-mt-90-sp {
    margin-top: 9rem;
  }
  .u-mb-90-sp {
    margin-bottom: 9rem;
  }
  .u-my-90-sp {
    margin-block: 9rem;
  }
  .u-mt-95-sp {
    margin-top: 9.5rem;
  }
  .u-mb-95-sp {
    margin-bottom: 9.5rem;
  }
  .u-my-95-sp {
    margin-block: 9.5rem;
  }
  .u-mt-100-sp {
    margin-top: 10rem;
  }
  .u-mb-100-sp {
    margin-bottom: 10rem;
  }
  .u-my-100-sp {
    margin-block: 10rem;
  }
  .u-mt-105-sp {
    margin-top: 10.5rem;
  }
  .u-mb-105-sp {
    margin-bottom: 10.5rem;
  }
  .u-my-105-sp {
    margin-block: 10.5rem;
  }
  .u-mt-110-sp {
    margin-top: 11rem;
  }
  .u-mb-110-sp {
    margin-bottom: 11rem;
  }
  .u-my-110-sp {
    margin-block: 11rem;
  }
  .u-mt-115-sp {
    margin-top: 11.5rem;
  }
  .u-mb-115-sp {
    margin-bottom: 11.5rem;
  }
  .u-my-115-sp {
    margin-block: 11.5rem;
  }
  .u-mt-120-sp {
    margin-top: 12rem;
  }
  .u-mb-120-sp {
    margin-bottom: 12rem;
  }
  .u-my-120-sp {
    margin-block: 12rem;
  }
  .u-mt-125-sp {
    margin-top: 12.5rem;
  }
  .u-mb-125-sp {
    margin-bottom: 12.5rem;
  }
  .u-my-125-sp {
    margin-block: 12.5rem;
  }
  .u-mt-130-sp {
    margin-top: 13rem;
  }
  .u-mb-130-sp {
    margin-bottom: 13rem;
  }
  .u-my-130-sp {
    margin-block: 13rem;
  }
  .u-mt-135-sp {
    margin-top: 13.5rem;
  }
  .u-mb-135-sp {
    margin-bottom: 13.5rem;
  }
  .u-my-135-sp {
    margin-block: 13.5rem;
  }
  .u-mt-140-sp {
    margin-top: 14rem;
  }
  .u-mb-140-sp {
    margin-bottom: 14rem;
  }
  .u-my-140-sp {
    margin-block: 14rem;
  }
  .u-mt-145-sp {
    margin-top: 14.5rem;
  }
  .u-mb-145-sp {
    margin-bottom: 14.5rem;
  }
  .u-my-145-sp {
    margin-block: 14.5rem;
  }
  .u-mt-150-sp {
    margin-top: 15rem;
  }
  .u-mb-150-sp {
    margin-bottom: 15rem;
  }
  .u-my-150-sp {
    margin-block: 15rem;
  }
  .u-mt-155-sp {
    margin-top: 15.5rem;
  }
  .u-mb-155-sp {
    margin-bottom: 15.5rem;
  }
  .u-my-155-sp {
    margin-block: 15.5rem;
  }
  .u-mt-160-sp {
    margin-top: 16rem;
  }
  .u-mb-160-sp {
    margin-bottom: 16rem;
  }
  .u-my-160-sp {
    margin-block: 16rem;
  }
  .u-mt-165-sp {
    margin-top: 16.5rem;
  }
  .u-mb-165-sp {
    margin-bottom: 16.5rem;
  }
  .u-my-165-sp {
    margin-block: 16.5rem;
  }
  .u-mt-170-sp {
    margin-top: 17rem;
  }
  .u-mb-170-sp {
    margin-bottom: 17rem;
  }
  .u-my-170-sp {
    margin-block: 17rem;
  }
  .u-mt-175-sp {
    margin-top: 17.5rem;
  }
  .u-mb-175-sp {
    margin-bottom: 17.5rem;
  }
  .u-my-175-sp {
    margin-block: 17.5rem;
  }
  .u-mt-180-sp {
    margin-top: 18rem;
  }
  .u-mb-180-sp {
    margin-bottom: 18rem;
  }
  .u-my-180-sp {
    margin-block: 18rem;
  }
  .u-mt-185-sp {
    margin-top: 18.5rem;
  }
  .u-mb-185-sp {
    margin-bottom: 18.5rem;
  }
  .u-my-185-sp {
    margin-block: 18.5rem;
  }
  .u-mt-190-sp {
    margin-top: 19rem;
  }
  .u-mb-190-sp {
    margin-bottom: 19rem;
  }
  .u-my-190-sp {
    margin-block: 19rem;
  }
  .u-mt-195-sp {
    margin-top: 19.5rem;
  }
  .u-mb-195-sp {
    margin-bottom: 19.5rem;
  }
  .u-my-195-sp {
    margin-block: 19.5rem;
  }
  .u-mt-200-sp {
    margin-top: 20rem;
  }
  .u-mb-200-sp {
    margin-bottom: 20rem;
  }
  .u-my-200-sp {
    margin-block: 20rem;
  }
  .u-mx-left-sp {
    margin-inline: 0 auto;
  }
  .u-mx-center-sp {
    margin-inline: auto;
  }
  .u-mx-right-sp {
    margin-inline: auto 0;
  }
}
@media (width <= 767px) {
  [data-only-device=md] {
    display: none;
  }
}

@media (width >= 768px) {
  [data-only-device=sm] {
    display: none;
  }
}

/* ---------- padding ---------- */
.u-pt-0 {
  padding-top: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-py-0 {
  padding-block: 0;
}

.u-pt-5 {
  padding-top: 0.5rem;
}

.u-pb-5 {
  padding-bottom: 0.5rem;
}

.u-py-5 {
  padding-block: 0.5rem;
}

.u-pt-10 {
  padding-top: 1rem;
}

.u-pb-10 {
  padding-bottom: 1rem;
}

.u-py-10 {
  padding-block: 1rem;
}

.u-pt-15 {
  padding-top: 1.5rem;
}

.u-pb-15 {
  padding-bottom: 1.5rem;
}

.u-py-15 {
  padding-block: 1.5rem;
}

.u-pt-20 {
  padding-top: 2rem;
}

.u-pb-20 {
  padding-bottom: 2rem;
}

.u-py-20 {
  padding-block: 2rem;
}

.u-pt-25 {
  padding-top: 2.5rem;
}

.u-pb-25 {
  padding-bottom: 2.5rem;
}

.u-py-25 {
  padding-block: 2.5rem;
}

.u-pt-30 {
  padding-top: 3rem;
}

.u-pb-30 {
  padding-bottom: 3rem;
}

.u-py-30 {
  padding-block: 3rem;
}

.u-pt-35 {
  padding-top: 3.5rem;
}

.u-pb-35 {
  padding-bottom: 3.5rem;
}

.u-py-35 {
  padding-block: 3.5rem;
}

.u-pt-40 {
  padding-top: 4rem;
}

.u-pb-40 {
  padding-bottom: 4rem;
}

.u-py-40 {
  padding-block: 4rem;
}

.u-pt-45 {
  padding-top: 4.5rem;
}

.u-pb-45 {
  padding-bottom: 4.5rem;
}

.u-py-45 {
  padding-block: 4.5rem;
}

.u-pt-50 {
  padding-top: 5rem;
}

.u-pb-50 {
  padding-bottom: 5rem;
}

.u-py-50 {
  padding-block: 5rem;
}

.u-pt-55 {
  padding-top: 5.5rem;
}

.u-pb-55 {
  padding-bottom: 5.5rem;
}

.u-py-55 {
  padding-block: 5.5rem;
}

.u-pt-60 {
  padding-top: 6rem;
}

.u-pb-60 {
  padding-bottom: 6rem;
}

.u-py-60 {
  padding-block: 6rem;
}

.u-pt-65 {
  padding-top: 6.5rem;
}

.u-pb-65 {
  padding-bottom: 6.5rem;
}

.u-py-65 {
  padding-block: 6.5rem;
}

.u-pt-70 {
  padding-top: 7rem;
}

.u-pb-70 {
  padding-bottom: 7rem;
}

.u-py-70 {
  padding-block: 7rem;
}

.u-pt-75 {
  padding-top: 7.5rem;
}

.u-pb-75 {
  padding-bottom: 7.5rem;
}

.u-py-75 {
  padding-block: 7.5rem;
}

.u-pt-80 {
  padding-top: 8rem;
}

.u-pb-80 {
  padding-bottom: 8rem;
}

.u-py-80 {
  padding-block: 8rem;
}

.u-pt-85 {
  padding-top: 8.5rem;
}

.u-pb-85 {
  padding-bottom: 8.5rem;
}

.u-py-85 {
  padding-block: 8.5rem;
}

.u-pt-90 {
  padding-top: 9rem;
}

.u-pb-90 {
  padding-bottom: 9rem;
}

.u-py-90 {
  padding-block: 9rem;
}

.u-pt-95 {
  padding-top: 9.5rem;
}

.u-pb-95 {
  padding-bottom: 9.5rem;
}

.u-py-95 {
  padding-block: 9.5rem;
}

.u-pt-100 {
  padding-top: 10rem;
}

.u-pb-100 {
  padding-bottom: 10rem;
}

.u-py-100 {
  padding-block: 10rem;
}

.u-pt-105 {
  padding-top: 10.5rem;
}

.u-pb-105 {
  padding-bottom: 10.5rem;
}

.u-py-105 {
  padding-block: 10.5rem;
}

.u-pt-110 {
  padding-top: 11rem;
}

.u-pb-110 {
  padding-bottom: 11rem;
}

.u-py-110 {
  padding-block: 11rem;
}

.u-pt-115 {
  padding-top: 11.5rem;
}

.u-pb-115 {
  padding-bottom: 11.5rem;
}

.u-py-115 {
  padding-block: 11.5rem;
}

.u-pt-120 {
  padding-top: 12rem;
}

.u-pb-120 {
  padding-bottom: 12rem;
}

.u-py-120 {
  padding-block: 12rem;
}

.u-pt-125 {
  padding-top: 12.5rem;
}

.u-pb-125 {
  padding-bottom: 12.5rem;
}

.u-py-125 {
  padding-block: 12.5rem;
}

.u-pt-130 {
  padding-top: 13rem;
}

.u-pb-130 {
  padding-bottom: 13rem;
}

.u-py-130 {
  padding-block: 13rem;
}

.u-pt-135 {
  padding-top: 13.5rem;
}

.u-pb-135 {
  padding-bottom: 13.5rem;
}

.u-py-135 {
  padding-block: 13.5rem;
}

.u-pt-140 {
  padding-top: 14rem;
}

.u-pb-140 {
  padding-bottom: 14rem;
}

.u-py-140 {
  padding-block: 14rem;
}

.u-pt-145 {
  padding-top: 14.5rem;
}

.u-pb-145 {
  padding-bottom: 14.5rem;
}

.u-py-145 {
  padding-block: 14.5rem;
}

.u-pt-150 {
  padding-top: 15rem;
}

.u-pb-150 {
  padding-bottom: 15rem;
}

.u-py-150 {
  padding-block: 15rem;
}

.u-pt-155 {
  padding-top: 15.5rem;
}

.u-pb-155 {
  padding-bottom: 15.5rem;
}

.u-py-155 {
  padding-block: 15.5rem;
}

.u-pt-160 {
  padding-top: 16rem;
}

.u-pb-160 {
  padding-bottom: 16rem;
}

.u-py-160 {
  padding-block: 16rem;
}

.u-pt-165 {
  padding-top: 16.5rem;
}

.u-pb-165 {
  padding-bottom: 16.5rem;
}

.u-py-165 {
  padding-block: 16.5rem;
}

.u-pt-170 {
  padding-top: 17rem;
}

.u-pb-170 {
  padding-bottom: 17rem;
}

.u-py-170 {
  padding-block: 17rem;
}

.u-pt-175 {
  padding-top: 17.5rem;
}

.u-pb-175 {
  padding-bottom: 17.5rem;
}

.u-py-175 {
  padding-block: 17.5rem;
}

.u-pt-180 {
  padding-top: 18rem;
}

.u-pb-180 {
  padding-bottom: 18rem;
}

.u-py-180 {
  padding-block: 18rem;
}

.u-pt-185 {
  padding-top: 18.5rem;
}

.u-pb-185 {
  padding-bottom: 18.5rem;
}

.u-py-185 {
  padding-block: 18.5rem;
}

.u-pt-190 {
  padding-top: 19rem;
}

.u-pb-190 {
  padding-bottom: 19rem;
}

.u-py-190 {
  padding-block: 19rem;
}

.u-pt-195 {
  padding-top: 19.5rem;
}

.u-pb-195 {
  padding-bottom: 19.5rem;
}

.u-py-195 {
  padding-block: 19.5rem;
}

.u-pt-200 {
  padding-top: 20rem;
}

.u-pb-200 {
  padding-bottom: 20rem;
}

.u-py-200 {
  padding-block: 20rem;
}

@media screen and (max-width: 767px) {
  .u-pt-0-sp {
    padding-top: 0;
  }
  .u-pb-0-sp {
    padding-bottom: 0;
  }
  .u-py-0-sp {
    padding-block: 0;
  }
  .u-pt-5-sp {
    padding-top: 0.5rem;
  }
  .u-pb-5-sp {
    padding-bottom: 0.5rem;
  }
  .u-py-5-sp {
    padding-block: 0.5rem;
  }
  .u-pt-10-sp {
    padding-top: 1rem;
  }
  .u-pb-10-sp {
    padding-bottom: 1rem;
  }
  .u-py-10-sp {
    padding-block: 1rem;
  }
  .u-pt-15-sp {
    padding-top: 1.5rem;
  }
  .u-pb-15-sp {
    padding-bottom: 1.5rem;
  }
  .u-py-15-sp {
    padding-block: 1.5rem;
  }
  .u-pt-20-sp {
    padding-top: 2rem;
  }
  .u-pb-20-sp {
    padding-bottom: 2rem;
  }
  .u-py-20-sp {
    padding-block: 2rem;
  }
  .u-pt-25-sp {
    padding-top: 2.5rem;
  }
  .u-pb-25-sp {
    padding-bottom: 2.5rem;
  }
  .u-py-25-sp {
    padding-block: 2.5rem;
  }
  .u-pt-30-sp {
    padding-top: 3rem;
  }
  .u-pb-30-sp {
    padding-bottom: 3rem;
  }
  .u-py-30-sp {
    padding-block: 3rem;
  }
  .u-pt-35-sp {
    padding-top: 3.5rem;
  }
  .u-pb-35-sp {
    padding-bottom: 3.5rem;
  }
  .u-py-35-sp {
    padding-block: 3.5rem;
  }
  .u-pt-40-sp {
    padding-top: 4rem;
  }
  .u-pb-40-sp {
    padding-bottom: 4rem;
  }
  .u-py-40-sp {
    padding-block: 4rem;
  }
  .u-pt-45-sp {
    padding-top: 4.5rem;
  }
  .u-pb-45-sp {
    padding-bottom: 4.5rem;
  }
  .u-py-45-sp {
    padding-block: 4.5rem;
  }
  .u-pt-50-sp {
    padding-top: 5rem;
  }
  .u-pb-50-sp {
    padding-bottom: 5rem;
  }
  .u-py-50-sp {
    padding-block: 5rem;
  }
  .u-pt-55-sp {
    padding-top: 5.5rem;
  }
  .u-pb-55-sp {
    padding-bottom: 5.5rem;
  }
  .u-py-55-sp {
    padding-block: 5.5rem;
  }
  .u-pt-60-sp {
    padding-top: 6rem;
  }
  .u-pb-60-sp {
    padding-bottom: 6rem;
  }
  .u-py-60-sp {
    padding-block: 6rem;
  }
  .u-pt-65-sp {
    padding-top: 6.5rem;
  }
  .u-pb-65-sp {
    padding-bottom: 6.5rem;
  }
  .u-py-65-sp {
    padding-block: 6.5rem;
  }
  .u-pt-70-sp {
    padding-top: 7rem;
  }
  .u-pb-70-sp {
    padding-bottom: 7rem;
  }
  .u-py-70-sp {
    padding-block: 7rem;
  }
  .u-pt-75-sp {
    padding-top: 7.5rem;
  }
  .u-pb-75-sp {
    padding-bottom: 7.5rem;
  }
  .u-py-75-sp {
    padding-block: 7.5rem;
  }
  .u-pt-80-sp {
    padding-top: 8rem;
  }
  .u-pb-80-sp {
    padding-bottom: 8rem;
  }
  .u-py-80-sp {
    padding-block: 8rem;
  }
  .u-pt-85-sp {
    padding-top: 8.5rem;
  }
  .u-pb-85-sp {
    padding-bottom: 8.5rem;
  }
  .u-py-85-sp {
    padding-block: 8.5rem;
  }
  .u-pt-90-sp {
    padding-top: 9rem;
  }
  .u-pb-90-sp {
    padding-bottom: 9rem;
  }
  .u-py-90-sp {
    padding-block: 9rem;
  }
  .u-pt-95-sp {
    padding-top: 9.5rem;
  }
  .u-pb-95-sp {
    padding-bottom: 9.5rem;
  }
  .u-py-95-sp {
    padding-block: 9.5rem;
  }
  .u-pt-100-sp {
    padding-top: 10rem;
  }
  .u-pb-100-sp {
    padding-bottom: 10rem;
  }
  .u-py-100-sp {
    padding-block: 10rem;
  }
  .u-pt-105-sp {
    padding-top: 10.5rem;
  }
  .u-pb-105-sp {
    padding-bottom: 10.5rem;
  }
  .u-py-105-sp {
    padding-block: 10.5rem;
  }
  .u-pt-110-sp {
    padding-top: 11rem;
  }
  .u-pb-110-sp {
    padding-bottom: 11rem;
  }
  .u-py-110-sp {
    padding-block: 11rem;
  }
  .u-pt-115-sp {
    padding-top: 11.5rem;
  }
  .u-pb-115-sp {
    padding-bottom: 11.5rem;
  }
  .u-py-115-sp {
    padding-block: 11.5rem;
  }
  .u-pt-120-sp {
    padding-top: 12rem;
  }
  .u-pb-120-sp {
    padding-bottom: 12rem;
  }
  .u-py-120-sp {
    padding-block: 12rem;
  }
  .u-pt-125-sp {
    padding-top: 12.5rem;
  }
  .u-pb-125-sp {
    padding-bottom: 12.5rem;
  }
  .u-py-125-sp {
    padding-block: 12.5rem;
  }
  .u-pt-130-sp {
    padding-top: 13rem;
  }
  .u-pb-130-sp {
    padding-bottom: 13rem;
  }
  .u-py-130-sp {
    padding-block: 13rem;
  }
  .u-pt-135-sp {
    padding-top: 13.5rem;
  }
  .u-pb-135-sp {
    padding-bottom: 13.5rem;
  }
  .u-py-135-sp {
    padding-block: 13.5rem;
  }
  .u-pt-140-sp {
    padding-top: 14rem;
  }
  .u-pb-140-sp {
    padding-bottom: 14rem;
  }
  .u-py-140-sp {
    padding-block: 14rem;
  }
  .u-pt-145-sp {
    padding-top: 14.5rem;
  }
  .u-pb-145-sp {
    padding-bottom: 14.5rem;
  }
  .u-py-145-sp {
    padding-block: 14.5rem;
  }
  .u-pt-150-sp {
    padding-top: 15rem;
  }
  .u-pb-150-sp {
    padding-bottom: 15rem;
  }
  .u-py-150-sp {
    padding-block: 15rem;
  }
  .u-pt-155-sp {
    padding-top: 15.5rem;
  }
  .u-pb-155-sp {
    padding-bottom: 15.5rem;
  }
  .u-py-155-sp {
    padding-block: 15.5rem;
  }
  .u-pt-160-sp {
    padding-top: 16rem;
  }
  .u-pb-160-sp {
    padding-bottom: 16rem;
  }
  .u-py-160-sp {
    padding-block: 16rem;
  }
  .u-pt-165-sp {
    padding-top: 16.5rem;
  }
  .u-pb-165-sp {
    padding-bottom: 16.5rem;
  }
  .u-py-165-sp {
    padding-block: 16.5rem;
  }
  .u-pt-170-sp {
    padding-top: 17rem;
  }
  .u-pb-170-sp {
    padding-bottom: 17rem;
  }
  .u-py-170-sp {
    padding-block: 17rem;
  }
  .u-pt-175-sp {
    padding-top: 17.5rem;
  }
  .u-pb-175-sp {
    padding-bottom: 17.5rem;
  }
  .u-py-175-sp {
    padding-block: 17.5rem;
  }
  .u-pt-180-sp {
    padding-top: 18rem;
  }
  .u-pb-180-sp {
    padding-bottom: 18rem;
  }
  .u-py-180-sp {
    padding-block: 18rem;
  }
  .u-pt-185-sp {
    padding-top: 18.5rem;
  }
  .u-pb-185-sp {
    padding-bottom: 18.5rem;
  }
  .u-py-185-sp {
    padding-block: 18.5rem;
  }
  .u-pt-190-sp {
    padding-top: 19rem;
  }
  .u-pb-190-sp {
    padding-bottom: 19rem;
  }
  .u-py-190-sp {
    padding-block: 19rem;
  }
  .u-pt-195-sp {
    padding-top: 19.5rem;
  }
  .u-pb-195-sp {
    padding-bottom: 19.5rem;
  }
  .u-py-195-sp {
    padding-block: 19.5rem;
  }
  .u-pt-200-sp {
    padding-top: 20rem;
  }
  .u-pb-200-sp {
    padding-bottom: 20rem;
  }
  .u-py-200-sp {
    padding-block: 20rem;
  }
}
/* ---------- screen reader only ---------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}