/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
.meito {
  --color-white: #ffffff;
  --color-primary: #a66363;
  --color-secondary: #878b63;
  --color-text-base: #333333;
  --color-dark-gray: #777777;
  --color-light-gray: #d9d9d9;
  --color-primary-gray: #f1eded;
  --color-secondary-gray: #f2f1ee;
  --color-tertiary-gray: #f6f1ef;
  --color-series-01: #d95454;
  --color-series-02: #b8a650;
  --color-series-03: #ac5b2d;
  --color-noboribetsu: #c7c2bc;
  --color-noboribetsu-shadow: #a29990;
  --color-tokachigawa: #e0cab3;
  --color-tokachigawa-shadow: #cba780;
  --color-towadatsuta: #cddec5;
  --color-towadatsuta-shadow: #81ad6f;
  --color-nyuto: #b8c7d4;
  --color-nyuto-shadow: #4e7494;
  --color-naruko: #dccaa6;
  --color-naruko-shadow: #c5a66a;
  --color-okuaizukaneyama: #c6d6cd;
  --color-okuaizukaneyama-shadow: #709882;
  --color-nasushiobara: #d9dfc4;
  --color-nasushiobara-shadow: #9faf6b;
  --color-atami: #e6c8c3;
  --color-atami-shadow: #d5a39b;
  --color-shuzenji: #d0cad9;
  --color-shuzenji-shadow: #b0a6c0;
  --color-kisofukushima: #e6bfc1;
  --color-kisofukushima-shadow: #d59497;
  --color-nozawa: #b8d1cb;
  --color-nozawa-shadow: #89b3a8;
  --color-okuhidashinhodaka: #c6d5cf;
  --color-okuhidashinhodaka-shadow: #709786;
  --color-nigorigo: #e8d4c3;
  --color-nigorigo-shadow: #c69469;
  --color-yamashiro: #c5d4e4;
  --color-yamashiro-shadow: #6e94bb;
  --color-kishuryujin: #e3bcca;
  --color-kishuryujin-shadow: #d08fa6;
  --color-yubara: #bccaa5;
  --color-yubara-shadow: #8fa669;
  --color-dogo: #b6c9d6;
  --color-dogo-shadow: #85a5ba;
  --color-ureshino: #dcd0b3;
  --color-ureshino-shadow: #c4b181;
  --color-beppu: #c9ccc4;
  --color-beppu-shadow: #a5aa9d;
  --color-oitanagayu: #b6cbd7;
  --color-oitanagayu-shadow: #86a9bc;
  --color-kurokawa: #d3d0b2;
  --color-kurokawa-shadow: #b6b17f;
  --color-hokkaido: #8d7f74;
  --color-hokkaido-light: #e8e5e3;
  --color-kanto: #c28077;
  --color-kanto-light: #f3e6e4;
  --color-hokuriku: #4e7494;
  --color-hokuriku-light: #dce3ea;
  --color-chugoku: #367b58;
  --color-chugoku-light: #d7e5de;
  --color-kyushu: #b57b2e;
  --color-kyushu-light: #f0e5d5;
  --width-max-content: 60rem;
  --width-max-layout: 160rem;
  --opacity-hover: 0.8;
  --duration-hover: 0.3s;
  --duration-js-animation: 0.6s;
  --icon-arrow-right: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M5.94219 13L5.05469 12.1125L9.16719 8L5.05469 3.8875L5.94219 3L10.9422 8L5.94219'/></svg>");
  --icon-arrow-anchor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M5.83333 0V10.1458L1.16667 5.47917L0 6.66667L6.66667 13.3333L13.3333 6.66667L12.1667 5.47917L7.5 10.1458V0H5.83333Z'/></svg>");
  --icon-window: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M12.3333 3.6665V9.6665H6.33325V3.6665H12.3333ZM13.3333 2.6665H5.33325V10.6665H13.3333V2.6665Z'/><path d='M3.66675 5.3335H2.66675V13.3335H10.6667V12.3335H3.66675V5.3335Z'/></svg>");
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-text-base);
  letter-spacing: 0.001em;
}
.meito img {
  height: auto;
  vertical-align: bottom;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .meito img {
    image-rendering: -webkit-optimize-contrast;
  }
  .meito img _::-webkit-full-page-media,
  .meito img _:future, :root .meito img {
    image-rendering: auto;
  }
}
.meito em {
  font-style: normal;
}
.meito sup {
  font-size: 0.6em;
}
@media (hover: hover) {
  .meito a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .meito a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.meito dialog {
  position: fixed;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
.meito dialog::backdrop {
  background: transparent;
}
.meito summary {
  cursor: pointer;
  list-style: none;
}
.meito summary::-webkit-details-marker {
  display: none;
}

@media screen and (min-width: 60em), print {
  .u-pc-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 59.99em) {
  .u-sp-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 60em) and (max-width: 79.99em) {
  .u-pc-small-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 80em), print {
  .u-pc-large-hidden {
    display: none !important;
  }
}

.u-mt-16 {
  margin-top: 1.6rem !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.main-layout {
  background-color: var(--color-primary-gray);
}

.main-layout__inner {
  position: relative;
  display: grid;
  width: 100%;
  margin-inline: auto;
  overflow-y: clip;
}
@media screen and (min-width: 60em), print {
  .main-layout__inner {
    grid-template-columns: minmax(34rem, 1fr) var(--width-max-content) minmax(auto, 1fr);
    max-width: var(--width-max-layout);
  }
}
@media screen and (min-width: 60em) and (max-width: 79.99em) {
  .main-layout__inner {
    grid-template-columns: minmax(26rem, 1fr) var(--width-max-content) auto;
  }
}
@media screen and (max-width: 59.99em) {
  .main-layout__inner {
    max-width: var(--width-max-content);
  }
}

.main-layout__logo-area,
.main-layout__menu-area {
  position: sticky;
  top: 0;
  display: grid;
  height: 100dvh;
}

.main-layout__logo-area {
  place-items: center;
}

.main-layout__logo {
  position: relative;
  z-index: 1;
}

.main-layout__steam-top {
  position: absolute;
  top: 16px;
  right: 0;
  transform: translateX(56%);
}

.main-layout__steam-bottom {
  position: absolute;
  bottom: 34px;
  left: -68px;
  transform: translateY(-50%);
}

.main-layout__content-area {
  background-color: var(--color-primary-gray);
  box-shadow: 0 0 2.4rem 0 #cccccc;
}
@media screen and (min-width: 60em), print {
  .main-layout__content-area {
    position: relative;
  }
}

@media screen and (min-width: 60em), print {
  .main-layout__menu-button {
    margin-inline: 2rem;
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 59.99em) {
  .main-layout__menu-button {
    position: fixed;
    right: 1.6rem;
    z-index: 10;
    transform: translateY(2rem);
  }
}

.main-layout__menu-list {
  display: grid;
  align-self: center;
}

.menu-button {
  width: 6.2rem;
  height: 6.2rem;
}
.menu-button button {
  width: 100%;
  height: 100%;
  padding: 2.4rem 1.4rem;
  opacity: 1;
  backdrop-filter: blur(10px);
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
@media (hover: hover) {
  .menu-button button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .menu-button button:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}
.menu-button:not(.menu-button--close) button {
  background: rgba(255, 255, 255, 0.4);
}

.menu-button__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.menu-button__icon span {
  position: absolute;
  right: 0;
  display: block;
  height: 3px;
  background-color: var(--color-series-03);
  transition-duration: 0.4s;
  transition-property: width, top, bottom, transform;
}
.menu-button__icon span:first-child {
  top: 0;
  width: 100%;
}
.menu-button__icon span:last-child {
  bottom: 0;
  width: 50%;
}
.menu-button.menu-button--close .menu-button__icon span:first-child {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(20deg);
}
.menu-button.menu-button--close .menu-button__icon span:last-child {
  bottom: 50%;
  width: 100%;
  transform: translateY(50%) rotate(-20deg);
}

.menu-list ul {
  display: grid;
  row-gap: 1.2rem;
}
.menu-list:not(.menu-list--in-hamburger) {
  padding-inline: 2.8rem;
}

.menu-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #a46f5d;
  letter-spacing: 0.005em;
  border-bottom: 1px solid currentColor;
  opacity: 1;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.menu-list__link::after {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .menu-list__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #a46f5d;
    opacity: 0.8;
  }
  .menu-list__link:where(:any-link, :enabled, summary):hover {
    color: #a46f5d;
    opacity: 0.8;
  }
}
.menu-list__link.menu-list__link--anchor::after {
  transform: rotate(90deg);
}

.menu-list__to-top {
  margin-top: 3.6rem;
  text-align: center;
}

.menu-list__to-top-link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 3.2rem 0.8rem 2rem;
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #a46f5d;
  letter-spacing: 0.04em;
  opacity: 1;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.menu-list__to-top-link::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%) rotate(-90deg);
}
@media (hover: hover) {
  .menu-list__to-top-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #a46f5d;
    opacity: var(--opacity-hover);
  }
  .menu-list__to-top-link:where(:any-link, :enabled, summary):hover {
    color: #a46f5d;
    opacity: var(--opacity-hover);
  }
}

.menu-dialog[open] {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  animation: dialog-show 0.6s;
}
.menu-dialog[open]::backdrop {
  background-color: rgba(38, 38, 38, 0.9);
  animation: background-show 0.6s;
}
@keyframes dialog-show {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes background-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-dialog[open].is-closing {
  animation: dialog-hide 0.6s;
}
.menu-dialog[open].is-closing::backdrop {
  animation: background-hide 0.6s;
}
@keyframes dialog-hide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100vw);
  }
}
@keyframes background-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.menu-dialog__contents {
  position: relative;
  display: grid;
  width: 34rem;
  height: 100%;
  padding: 8.8rem 2rem 2.6rem;
  margin-left: auto;
  background-color: var(--color-primary-gray);
}

.menu-dialog__button {
  position: absolute;
  top: 2.6rem;
  right: 2rem;
}

.menu-dialog__list {
  align-self: center;
}

.note {
  display: grid;
  row-gap: 0.4rem;
  margin-bottom: 1.2rem;
}
.note li {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--color-dark-gray);
  letter-spacing: 0.01em;
}

.square-button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1.6rem 1.2rem 1.6rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.05em;
  background-color: var(--color-primary);
  border-radius: 0.4rem;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.square-button::after {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .square-button:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color-white);
    opacity: var(--opacity-hover);
  }
  .square-button:where(:any-link, :enabled, summary):hover {
    color: var(--color-white);
    opacity: var(--opacity-hover);
  }
}

.button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-width: 12.2rem;
  height: 3.6rem;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--button-base-color);
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid currentColor;
  border-radius: calc(infinity * 1px);
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.button.button--secondary {
  --button-base-color: var(--color-secondary);
}
.button.button--hokkaido {
  --button-base-color: var(--color-hokkaido);
}
.button.button--kanto {
  --button-base-color: var(--color-kanto);
}
.button.button--hokuriku {
  --button-base-color: var(--color-hokuriku);
}
.button.button--chugoku {
  --button-base-color: var(--color-chugoku);
}
.button.button--kyushu {
  --button-base-color: var(--color-kyushu);
}
.button::after {
  display: block;
  width: 1.2rem;
  height: 1px;
  margin-inline: 0.2rem;
  content: "";
  background-color: currentColor;
}
@media (hover: hover) {
  .button:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--button-base-color);
    opacity: var(--opacity-hover);
  }
  .button:where(:any-link, :enabled, summary):hover {
    color: var(--button-base-color);
    opacity: var(--opacity-hover);
  }
}

.image {
  max-width: 40rem;
  margin-inline: auto;
}
.image img {
  width: 100%;
  height: auto;
}

.image__note {
  margin-top: 0.8rem;
}

.share-area {
  position: relative;
  padding-block: 12.4rem;
  background-color: var(--color-primary-gray);
  background-image: url("/meito/assets/images/img-gradation-03.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.share-area__title {
  margin-bottom: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-primary);
  text-align: center;
}

.share-area__list {
  display: grid;
  grid-template-columns: repeat(3, 5.8rem);
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  justify-content: center;
}
.share-area__list li a {
  display: block;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.share-area__list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) {
  .share-area__list li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .share-area__list li a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}

.hero {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 8.8rem;
  overflow: hidden;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 11rem;
}

.hero__logo {
  padding: 3.2rem 2rem 3.2rem 2rem;
}

.hero__title {
  display: grid;
  justify-content: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 47.99em) {
  .hero__title {
    grid-auto-flow: column;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 47.99em) {
  .hero__title img {
    width: 2rem;
  }
}
@media screen and (max-width: 47.99em) {
  .hero__title img:first-child {
    order: 1;
  }
}
@media screen and (max-width: 47.99em) {
  .hero__title img:last-child {
    margin-top: 3rem;
  }
}

.hero__steam-top {
  position: absolute;
  top: 14px;
  left: -114px;
}
@media screen and (max-width: 47.99em) {
  .hero__steam-top {
    left: -19vw;
    width: 72vw;
    height: auto;
  }
}

.hero__steam-bottom {
  position: absolute;
  right: -272px;
  bottom: 30px;
}
@media screen and (max-width: 47.99em) {
  .hero__steam-bottom {
    right: -45.3333333333vw;
    width: 92.3333333333vw;
    height: auto;
  }
}

.hero__slider .splide__slide {
  min-height: 43.7rem;
  max-height: 80rem;
  aspect-ratio: 245/404;
}
@media screen and (max-width: 47.99em) {
  .hero__slider .splide__slide {
    aspect-ratio: 265/437;
  }
}
.hero__slider .splide__pagination {
  gap: 1.6rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.hero__slider .splide__pagination__page {
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--color-light-gray);
  border-radius: 50%;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.hero__slider .splide__pagination__page.is-active {
  background-color: var(--color-primary);
}
@media (hover: hover) {
  .hero__slider .splide__pagination__page:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .hero__slider .splide__pagination__page:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}
.hero__slider .hero__slide-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__slider .hero__slide-image {
  width: 100%;
  height: 100%;
}
.hero__slider .hero__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__slider .hero__slide-text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--color-white);
}

.about {
  position: relative;
  left: initial !important;
  padding-top: 17rem;
  padding-bottom: 37rem;
  margin-block: auto;
  overflow: hidden;
}
@media screen and (max-width: 47.99em) {
  .about {
    padding-top: 28.3333333333vw;
    padding-bottom: 61.6666666667vw;
  }
}

.about__inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  height: 100%;
  padding: 3rem 3.6rem;
}
@media screen and (max-width: 47.99em) {
  .about__inner {
    padding: 5vw 6vw;
  }
}

.about__text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.08em;
}

.about__note {
  margin-top: 1.2rem;
}
@media screen and (max-width: 47.99em) {
  .about__note {
    margin-top: 2vw;
  }
}

.about__button {
  margin-top: 3.6rem;
}
@media screen and (max-width: 47.99em) {
  .about__button {
    margin-top: 6vw;
  }
}

.about__place-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 47.99em) {
  .about__place-01 {
    width: 50.6666666667vw;
    max-width: 30.4rem;
    height: auto;
  }
}

.about__place-02 {
  position: absolute;
  top: 4.2rem;
  right: 3.6rem;
  z-index: 1;
}
@media screen and (max-width: 47.99em) {
  .about__place-02 {
    top: 7vw;
    right: 6vw;
    width: 32vw;
    max-width: 19.2rem;
    height: auto;
  }
}

.about__place-03 {
  position: absolute;
  bottom: 8.8rem;
  left: 3.6rem;
  z-index: 1;
}
@media screen and (max-width: 47.99em) {
  .about__place-03 {
    bottom: 14.6666666667vw;
    left: 6vw;
    width: 35.1666666667vw;
    max-width: 21.1rem;
    height: auto;
  }
}

.about__place-04 {
  position: absolute;
  right: 0;
  bottom: 14.6rem;
  z-index: 1;
}
@media screen and (max-width: 47.99em) {
  .about__place-04 {
    bottom: 24.3333333333vw;
    width: 46.3333333333vw;
    max-width: 27.8rem;
    height: auto;
  }
}

.about__steam-01 {
  position: absolute;
  top: 6rem;
  left: 4rem;
}
@media screen and (max-width: 47.99em) {
  .about__steam-01 {
    top: 10vw;
    left: 6.6666666667vw;
    width: 110vw;
    height: auto;
  }
}

.about__steam-02 {
  position: absolute;
  bottom: 24rem;
  left: 22rem;
}
@media screen and (max-width: 47.99em) {
  .about__steam-02 {
    bottom: 40vw;
    left: 36.6666666667vw;
    width: 121vw;
    height: auto;
  }
}

.about__steam-03 {
  position: absolute;
  bottom: 3.6rem;
  left: -24.8rem;
}
@media screen and (max-width: 47.99em) {
  .about__steam-03 {
    bottom: 6vw;
    left: -41.3333333333vw;
    width: 110vw;
    height: auto;
  }
}

.commitment {
  --hero-padding-bottom: 3.2rem;
  left: initial !important;
  background-color: var(--color-secondary-gray);
}

.commitment__hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(46.4rem + var(--hero-padding-bottom));
  overflow: hidden;
}

.meito .commitment__hero-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.commitment__hero-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  row-gap: 1.2rem;
  align-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 14rem;
  margin-inline: auto;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-white);
  letter-spacing: 0.2em;
  text-shadow: rgba(49, 83, 95, 0.85) 1px 0 10px;
  writing-mode: vertical-rl;
}
.commitment__hero-title span:last-child {
  margin-top: 4rem;
}

.commitment__hero-steam-01 {
  position: absolute;
  top: 8rem;
  left: -6rem;
}

.commitment__hero-steam-02 {
  position: absolute;
  right: -9rem;
  bottom: -4rem;
}

.commitment__content {
  position: relative;
  z-index: 2;
  padding-top: 14rem;
  padding-bottom: 5dvh;
  margin-top: calc((14rem + var(--hero-padding-bottom)) * -1);
  isolation: isolate;
}
.commitment__content::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 14rem;
  content: "";
  background-image: url("/meito/assets/images/img-gradation-01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.commitment-box {
  position: relative;
  z-index: 1;
  padding-top: 3.2rem;
  background-color: var(--color-secondary-gray);
}
.commitment-box:not(:last-child) {
  border-bottom: 1px solid var(--color-light-gray);
}

.commitment-box__head {
  display: grid;
}
.commitment-box:nth-child(odd) .commitment-box__head {
  grid-template-columns: 1fr auto;
  padding-right: 3.6rem;
}
.commitment-box:nth-child(even) .commitment-box__head {
  grid-template-columns: auto 1fr;
  padding-left: 3.6rem;
}
.commitment-box:first-child .commitment-box__head {
  padding-inline: 3.6rem;
}
.commitment-box:not(:first-child) .commitment-box__head {
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}

.commitment-box__title {
  display: grid;
  row-gap: 0.8rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.commitment-box:nth-child(odd) .commitment-box__title {
  order: 1;
}
.commitment-box__title span {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.2;
}
.commitment-box__title span:first-child {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.commitment-box__title span:last-child {
  font-size: 3.2rem;
  font-weight: 500;
  color: var(--color-secondary);
  letter-spacing: 0.2em;
}

.commitment-box:not(:first-child) .commitment-box__image {
  aspect-ratio: 488/314;
}
.commitment-box:not(:first-child) .commitment-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commitment-box:first-child .commitment-box__image {
  margin-top: 2.8rem;
  text-align: center;
}
.commitment-box:first-child .commitment-box__image img {
  width: 16rem;
  height: 16rem;
}

.commitment-box__content {
  padding-inline: 2.4rem;
  padding-bottom: 2.4rem;
  margin-top: 3.2rem;
}

.view-more-box {
  --gradation-padding-top: 2.4rem;
  position: relative;
}

.view-more-box__title {
  margin-bottom: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-secondary);
  letter-spacing: 0.01em;
}

.view-more-box__content {
  position: relative;
  overflow: hidden;
}
.view-more-box__content::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(11rem - var(--gradation-padding-top));
  content: "";
  background-color: var(--color-secondary-gray);
}
.view-more-box__content.is-open::after {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.view-more-box__gradation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-top: var(--gradation-padding-top);
  padding-bottom: 2.6rem;
  margin-bottom: 4rem;
  background-image: url("/meito/assets/images/img-accordion-gradation-pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 7rem;
  transition-timing-function: ease-in-out;
  transition-duration: calc(var(--duration-js-animation) / 2);
  transition-property: visibility, opacity;
}
@media screen and (max-width: 47.99em) {
  .view-more-box__gradation {
    background-image: url("/meito/assets/images/img-accordion-gradation-sp.png");
  }
}
.view-more-box__gradation span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-secondary);
  text-align: center;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.view-more-box__gradation span::before, .view-more-box__gradation span::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1.1rem;
  height: 1px;
  content: "";
  background-color: currentColor;
}
.view-more-box__gradation span::before {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .view-more-box__gradation:where(:-moz-any-link, :enabled, summary):hover span {
    color: var(--color-secondary);
    opacity: var(--opacity-hover);
  }
  .view-more-box__gradation:where(:any-link, :enabled, summary):hover span {
    color: var(--color-secondary);
    opacity: var(--opacity-hover);
  }
}
.view-more-box__gradation:is(.is-open *) {
  visibility: hidden;
  opacity: 0;
}

.view-more-box__button {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}

.products {
  transform: translate3d(0, 0, 0);
}

.products__hero {
  position: relative;
  width: 100%;
  height: 50.4rem;
  overflow: hidden;
}

.products__hero-title {
  position: absolute;
  inset: 0;
  display: grid;
  row-gap: 1.2rem;
  align-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 13.6rem;
  margin-inline: auto;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
.products__hero-title span:nth-child(2) {
  margin-top: 4rem;
}
.products__hero-title span:last-child {
  margin-top: 8rem;
}

.products__hero-steam-01 {
  position: absolute;
  top: 8rem;
  left: -6rem;
}

.products__hero-steam-02 {
  position: absolute;
  right: -9rem;
  bottom: -4rem;
}

.products__anchors {
  position: relative;
  display: grid;
  row-gap: 1.6rem;
  padding: 2.4rem 2.4rem 4.8rem;
  background-color: #f5efeb;
}
.products__anchors::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 16rem;
  content: "";
  background-image: url("/meito/assets/images/img-gradation-02.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: translateY(-100%);
}

.anchor-link {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 8.2rem;
  padding: 1.6rem 6.4rem 1.6rem 4.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: var(--color-white);
  border-radius: calc(infinity * 1px);
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
@media (hover: hover) {
  .anchor-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .anchor-link:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}
.anchor-link::after, .anchor-link::before {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.anchor-link::before {
  right: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: currentColor;
  border-radius: 50%;
}
.anchor-link::after {
  right: 3.25rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--color-white);
  -webkit-mask-image: var(--icon-arrow-anchor);
          mask-image: var(--icon-arrow-anchor);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.anchor-link.anchor-link--series-01 {
  color: var(--color-series-01);
}
.anchor-link.anchor-link--series-02 {
  color: var(--color-series-02);
}
.anchor-link.anchor-link--series-03 {
  color: var(--color-series-03);
}

.product-item {
  padding: 4rem 2rem;
  background-color: var(--color-white);
}

.product-item__image {
  width: 16.4rem;
  height: 19.6rem;
  margin-inline: auto;
  margin-bottom: 2.4rem;
}
.product-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-item__title {
  margin-bottom: 0.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.product-item.product-item--series-01 .product-item__title {
  color: var(--color-series-01);
}
.product-item.product-item--series-02 .product-item__title {
  color: var(--color-series-02);
}
.product-item.product-item--series-03 .product-item__title {
  color: var(--color-series-03);
}

.product-item__label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 0.8rem;
  margin-inline: auto;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--color-dark-gray);
  border: 1px solid currentColor;
}

.product-item__sales-name {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--color-dark-gray);
}

.product-item__quantity {
  margin-top: 0.8rem;
}

.product-item__note {
  margin-top: 0.4rem;
}

.product-accordion {
  position: relative;
  margin-top: 1.2rem;
}

.product-accordion__content {
  overflow: hidden;
}

.product-accordion__hr {
  margin-block: 1.6rem;
  color: var(--color-light-gray);
}

.product-accordion__close-button-wrapper {
  display: grid;
  justify-content: center;
}

.product-accordion__close-button {
  position: relative;
  min-width: 20rem;
  min-height: 4.6rem;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: var(--color-white);
  border: 1px solid currentColor;
  border-radius: calc(infinity * 1px);
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.product-accordion__close-button::after {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  display: block;
  width: 1.2rem;
  height: 1px;
  content: "";
  background-color: currentColor;
}
@media (hover: hover) {
  .product-accordion__close-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .product-accordion__close-button:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}
.product-accordion--series-01 .product-accordion__close-button {
  color: var(--color-series-01);
}
.product-accordion--series-02 .product-accordion__close-button {
  color: var(--color-series-02);
}
.product-accordion--series-03 .product-accordion__close-button {
  color: var(--color-series-03);
}

.product-accordion__open-button-wrapper {
  position: absolute;
  inset: 0;
  text-align: center;
  background-color: var(--color-white);
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: visibility, opacity;
}
.product-accordion__open-button-wrapper:is(.is-open *) {
  visibility: hidden;
  opacity: 0;
}

.product-accordion__open-button {
  position: relative;
  min-width: 18.8rem;
  min-height: 4.6rem;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: calc(infinity * 1px);
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.product-accordion__open-button::before, .product-accordion__open-button::after {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  display: block;
  width: 1.2rem;
  height: 1px;
  content: "";
  background-color: currentColor;
}
.product-accordion__open-button::before {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .product-accordion__open-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .product-accordion__open-button:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}
.product-accordion--series-01 .product-accordion__open-button {
  background-color: var(--color-series-01);
}
.product-accordion--series-02 .product-accordion__open-button {
  background-color: var(--color-series-02);
}
.product-accordion--series-03 .product-accordion__open-button {
  background-color: var(--color-series-03);
}

.shop-list {
  margin-block: 2.8rem;
}

.shop-list__details {
  margin-top: 2.4rem;
}
.shop-list__details a {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
@media (hover: hover) {
  .shop-list__details a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color-text-base);
    opacity: var(--opacity-hover);
  }
  .shop-list__details a:where(:any-link, :enabled, summary):hover {
    color: var(--color-text-base);
    opacity: var(--opacity-hover);
  }
}
.shop-list__details a::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: currentColor;
}
.shop-list__details a::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-window);
          mask-image: var(--icon-window);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.shop-list__ecs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.shop-list__ecs li a {
  display: block;
  padding: 1.2rem;
  text-align: center;
  border: 1px solid var(--color-light-gray);
  border-radius: 0.4rem;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.shop-list__ecs li a img {
  width: auto;
  height: 2.9rem;
}
@media (hover: hover) {
  .shop-list__ecs li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .shop-list__ecs li a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}

.authorized-places__title {
  margin-bottom: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.authorized-places--series-01 .authorized-places__title {
  color: var(--color-series-01);
}
.authorized-places--series-02 .authorized-places__title {
  color: var(--color-series-02);
}
.authorized-places--series-03 .authorized-places__title {
  color: var(--color-series-03);
}

.authorized-places__list {
  padding-left: 1.2em;
  margin-block: 1.6rem;
}
.authorized-places__list li {
  list-style: disc;
}
.authorized-places__list li::marker {
  font-size: 1rem;
}

.series-section {
  position: relative;
  padding-inline: 2.2rem;
  padding-top: 6.4rem;
  padding-bottom: 6rem;
  background-repeat: no-repeat;
  background-position: top center;
}
.series-section.series-section--01 {
  background-color: var(--color-primary-gray);
  background-image: url("/meito/assets/images/img-gradation-series-01.png");
}
.series-section.series-section--02 {
  background-color: var(--color-secondary-gray);
  background-image: url("/meito/assets/images/img-gradation-series-02.png");
}
.series-section.series-section--03 {
  background-color: var(--color-tertiary-gray);
  background-image: url("/meito/assets/images/img-gradation-series-03.png");
}

.series-section__title {
  padding-bottom: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.meito .series-section__bubble {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: 23rem;
  aspect-ratio: 374/229;
  margin-inline: auto;
}

.series-section__lead-wrapper {
  margin-bottom: 1.6rem;
}

.series-section__lead {
  font-size: 1.4rem;
  line-height: 1.65;
  text-align: center;
}

.series-section__note {
  display: grid;
  justify-content: center;
  margin-top: 0.4rem;
}

.series-section__items {
  display: grid;
  row-gap: 2.4rem;
  padding-top: 0.8rem;
}

.onsen21__text-area {
  position: relative;
  z-index: 0;
  padding-inline: 3.6rem;
  padding-top: 10.6rem;
  padding-bottom: 9rem;
  overflow: hidden;
}

.onsen21__title {
  padding-inline: 0.6rem;
  margin-bottom: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-primary);
  text-align: center;
}

.onsen21__note {
  margin-top: 1.2rem;
}

.onsen21__image-steam-top {
  position: absolute;
  top: 0;
  left: -12.2rem;
  z-index: -1;
}

.onsen21__image-steam-bottom {
  position: absolute;
  right: -19.3rem;
  bottom: 0;
  z-index: -1;
}

.onsen21__image-loop {
  height: 12rem;
  background-repeat: repeat-x;
  background-size: auto 12rem;
  animation-duration: 300s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.onsen21__image-loop + .onsen21__image-loop {
  margin-top: 2.4rem;
}
.onsen21__image-loop:first-child {
  background-image: url("/meito/assets/images/pht-scroll-01.png");
  animation-name: loop-01;
  animation-direction: reverse;
}
.onsen21__image-loop:last-child {
  background-image: url("/meito/assets/images/pht-scroll-02.png");
  animation-name: loop-02;
}
@keyframes loop-01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4737px 0;
  }
}
@keyframes loop-02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5220px 0;
  }
}

.onsen21__button-area {
  padding-inline: 3.6rem;
  padding-top: 5.8rem;
  padding-bottom: 6.8rem;
}
@media screen and (max-width: 47.99em) {
  .onsen21__button-area {
    padding-inline: 3.2rem;
  }
}

.onsen21__anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.onsen21__anchor-list li {
  width: 14.2rem;
}
.onsen21__anchor-list li:last-child {
  width: 15.4rem;
}

.onsen21__square-button {
  margin-top: 4.4rem;
}

.square-anchor-link {
  display: grid;
  align-items: center;
  min-height: 5.4rem;
  box-shadow: 0 0 12px 0 rgba(169, 166, 166, 0.5);
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
@media (hover: hover) {
  .square-anchor-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .square-anchor-link:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}
.square-anchor-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area-section {
  position: relative;
  --base-color: var(--base-color);
  --base-color-light: var(--base-color-light);
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: var(--base-color-light);
  background-image: url("/meito/assets/images/img-gradation-03.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.area-section.area-section--hokkaido {
  --base-color: var(--color-hokkaido);
  --base-color-light: var(--color-hokkaido-light);
}
.area-section.area-section--kanto {
  --base-color: var(--color-kanto);
  --base-color-light: var(--color-kanto-light);
}
.area-section.area-section--hokuriku {
  --base-color: var(--color-hokuriku);
  --base-color-light: var(--color-hokuriku-light);
}
.area-section.area-section--chugoku {
  --base-color: var(--color-chugoku);
  --base-color-light: var(--color-chugoku-light);
}
.area-section.area-section--kyushu {
  --base-color: var(--color-kyushu);
  --base-color-light: var(--color-kyushu-light);
}

.area-section__hero {
  position: relative;
  padding-top: 2rem;
  padding-right: 4.8rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.area-section__image-wrapper {
  overflow: hidden;
}
.area-section__image-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 42.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

.area-section__title {
  position: absolute;
  top: 0;
  right: 2rem;
  padding: 0.8rem 0.2rem 0.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-white);
  letter-spacing: 0.34em;
  background-color: var(--base-color);
  writing-mode: vertical-rl;
}

.area-section__steam-top {
  position: absolute;
  right: 0;
  bottom: 0;
}

.area-section__content {
  margin-top: 1.4rem;
}

.area-section__to-top-link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 3.2rem 0.8rem 2rem;
  margin-inline: auto;
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--base-color);
  letter-spacing: 0.04em;
  opacity: 1;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.area-section__to-top-link::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%) rotate(-90deg);
}
@media (hover: hover) {
  .area-section__to-top-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--base-color);
    opacity: var(--opacity-hover);
  }
  .area-section__to-top-link:where(:any-link, :enabled, summary):hover {
    color: var(--base-color);
    opacity: var(--opacity-hover);
  }
}

.area-section__steam-bottom {
  position: absolute;
  bottom: -5rem;
  left: 0;
  z-index: 1;
  transform: scale(-1, 1);
}

.onsen-item {
  --base-color: var(--base-color);
  --base-color-shadow: var(--base-color-shadow);
  display: grid;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-inline: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 47.99em) {
  .onsen-item {
    display: block;
    grid-template: initial;
    -moz-column-gap: initial;
         column-gap: initial;
    padding-inline: 2.4rem;
    padding-bottom: initial;
  }
}
.onsen-item:nth-child(odd) {
  grid-template: "hero content" auto "note content" 1fr/1fr 25.4rem;
}
.onsen-item:nth-child(even) {
  grid-template: "content hero" auto "content note" 1fr/25.4rem 1fr;
}
.onsen-item.onsen-item--noboribetsu {
  --base-color: var(--color-noboribetsu);
  --base-color-shadow: var(--color-noboribetsu-shadow);
}
.onsen-item.onsen-item--tokachigawa {
  --base-color: var(--color-tokachigawa);
  --base-color-shadow: var(--color-tokachigawa-shadow);
}
.onsen-item.onsen-item--towadatsuta {
  --base-color: var(--color-towadatsuta);
  --base-color-shadow: var(--color-towadatsuta-shadow);
}
.onsen-item.onsen-item--nyuto {
  --base-color: var(--color-nyuto);
  --base-color-shadow: var(--color-nyuto-shadow);
}
.onsen-item.onsen-item--naruko {
  --base-color: var(--color-naruko);
  --base-color-shadow: var(--color-naruko-shadow);
}
.onsen-item.onsen-item--okuaizukaneyama {
  --base-color: var(--color-okuaizukaneyama);
  --base-color-shadow: var(--color-okuaizukaneyama-shadow);
}
.onsen-item.onsen-item--nasushiobara {
  --base-color: var(--color-nasushiobara);
  --base-color-shadow: var(--color-nasushiobara-shadow);
}
.onsen-item.onsen-item--atami {
  --base-color: var(--color-atami);
  --base-color-shadow: var(--color-atami-shadow);
}
.onsen-item.onsen-item--shuzenji {
  --base-color: var(--color-shuzenji);
  --base-color-shadow: var(--color-shuzenji-shadow);
}
.onsen-item.onsen-item--kisofukushima {
  --base-color: var(--color-kisofukushima);
  --base-color-shadow: var(--color-kisofukushima-shadow);
}
.onsen-item.onsen-item--nozawa {
  --base-color: var(--color-nozawa);
  --base-color-shadow: var(--color-nozawa-shadow);
}
.onsen-item.onsen-item--okuhidashinhodaka {
  --base-color: var(--color-okuhidashinhodaka);
  --base-color-shadow: var(--color-okuhidashinhodaka-shadow);
}
.onsen-item.onsen-item--nigorigo {
  --base-color: var(--color-nigorigo);
  --base-color-shadow: var(--color-nigorigo-shadow);
}
.onsen-item.onsen-item--yamashiro {
  --base-color: var(--color-yamashiro);
  --base-color-shadow: var(--color-yamashiro-shadow);
}
.onsen-item.onsen-item--kishuryujin {
  --base-color: var(--color-kishuryujin);
  --base-color-shadow: var(--color-kishuryujin-shadow);
}
.onsen-item.onsen-item--yubara {
  --base-color: var(--color-yubara);
  --base-color-shadow: var(--color-yubara-shadow);
}
.onsen-item.onsen-item--dogo {
  --base-color: var(--color-dogo);
  --base-color-shadow: var(--color-dogo-shadow);
}
.onsen-item.onsen-item--ureshino {
  --base-color: var(--color-ureshino);
  --base-color-shadow: var(--color-ureshino-shadow);
}
.onsen-item.onsen-item--beppu {
  --base-color: var(--color-beppu);
  --base-color-shadow: var(--color-beppu-shadow);
}
.onsen-item.onsen-item--oitanagayu {
  --base-color: var(--color-oitanagayu);
  --base-color-shadow: var(--color-oitanagayu-shadow);
}
.onsen-item.onsen-item--kurokawa {
  --base-color: var(--color-kurokawa);
  --base-color-shadow: var(--color-kurokawa-shadow);
}

.onsen-item__hero {
  position: relative;
  grid-area: hero;
  padding-top: 2rem;
}
@media screen and (max-width: 47.99em) {
  .onsen-item__hero {
    grid-area: initial;
  }
}

.onsen-item__image-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.onsen-item__image-wrapper img {
  width: 100%;
  max-width: 50rem;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.onsen-item:nth-child(odd) .onsen-item__image-wrapper {
  margin-right: auto;
  margin-left: 2.4rem;
  box-shadow: -0.8rem 0.8rem 0 0 var(--base-color-shadow);
}
.onsen-item:nth-child(even) .onsen-item__image-wrapper {
  margin-right: 2.4rem;
  margin-left: auto;
  box-shadow: 0.8rem 0.8rem 0 0 var(--base-color-shadow);
}

.onsen-item__title {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
  row-gap: 0.8rem;
  min-height: 17.8rem;
  padding: 1.6rem 1.6rem 2.8rem;
  font-family: "Shippori Mincho B1", serif;
  background-color: var(--base-color);
}
.onsen-item:nth-child(odd) .onsen-item__title {
  left: 0;
}
.onsen-item:nth-child(even) .onsen-item__title {
  right: 0;
}
.onsen-item__title::after {
  display: block;
  order: 2;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--color-white);
  opacity: 0.25;
}
.onsen-item__title span:first-child {
  order: 1;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
.onsen-item__title span:last-child {
  order: 3;
  padding-left: 0.4rem;
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "vert" on;
  line-height: 1.2;
  color: #67574d;
  letter-spacing: 0.22em;
  ruby-align: center;
  writing-mode: vertical-rl;
}
.onsen-item__title ruby rt {
  margin-left: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.22em;
}

.onsen-item__note {
  grid-area: note;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--color-dark-gray);
  letter-spacing: 0.001em;
}
@media screen and (max-width: 47.99em) {
  .onsen-item__note {
    grid-area: initial;
  }
}
.onsen-item:nth-child(odd) .onsen-item__note {
  text-align: right;
}
.onsen-item:nth-child(even) .onsen-item__note {
  text-align: left;
}
.onsen-item__note a {
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
@media (hover: hover) {
  .onsen-item__note a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color-dark-gray);
    opacity: var(--opacity-hover);
  }
  .onsen-item__note a:where(:any-link, :enabled, summary):hover {
    color: var(--color-dark-gray);
    opacity: var(--opacity-hover);
  }
}

.onsen-item__content {
  grid-area: content;
  padding-top: 2rem;
}
@media screen and (max-width: 47.99em) {
  .onsen-item__content {
    grid-area: initial;
    padding-top: 0.8rem;
  }
}

.onsen-accordion {
  --base-color-shadow: var(--base-color-shadow);
  --gradation-padding-top: 2rem;
  position: relative;
}
.onsen-accordion.onsen-accordion--noboribetsu {
  --base-color: var(--color-noboribetsu);
  --base-color-shadow: var(--color-noboribetsu-shadow);
}
.onsen-accordion.onsen-accordion--tokachigawa {
  --base-color: var(--color-tokachigawa);
  --base-color-shadow: var(--color-tokachigawa-shadow);
}
.onsen-accordion.onsen-accordion--towadatsuta {
  --base-color: var(--color-towadatsuta);
  --base-color-shadow: var(--color-towadatsuta-shadow);
}
.onsen-accordion.onsen-accordion--nyuto {
  --base-color: var(--color-nyuto);
  --base-color-shadow: var(--color-nyuto-shadow);
}
.onsen-accordion.onsen-accordion--naruko {
  --base-color: var(--color-naruko);
  --base-color-shadow: var(--color-naruko-shadow);
}
.onsen-accordion.onsen-accordion--okuaizukaneyama {
  --base-color: var(--color-okuaizukaneyama);
  --base-color-shadow: var(--color-okuaizukaneyama-shadow);
}
.onsen-accordion.onsen-accordion--nasushiobara {
  --base-color: var(--color-nasushiobara);
  --base-color-shadow: var(--color-nasushiobara-shadow);
}
.onsen-accordion.onsen-accordion--atami {
  --base-color: var(--color-atami);
  --base-color-shadow: var(--color-atami-shadow);
}
.onsen-accordion.onsen-accordion--shuzenji {
  --base-color: var(--color-shuzenji);
  --base-color-shadow: var(--color-shuzenji-shadow);
}
.onsen-accordion.onsen-accordion--kisofukushima {
  --base-color: var(--color-kisofukushima);
  --base-color-shadow: var(--color-kisofukushima-shadow);
}
.onsen-accordion.onsen-accordion--nozawa {
  --base-color: var(--color-nozawa);
  --base-color-shadow: var(--color-nozawa-shadow);
}
.onsen-accordion.onsen-accordion--okuhidashinhodaka {
  --base-color: var(--color-okuhidashinhodaka);
  --base-color-shadow: var(--color-okuhidashinhodaka-shadow);
}
.onsen-accordion.onsen-accordion--nigorigo {
  --base-color: var(--color-nigorigo);
  --base-color-shadow: var(--color-nigorigo-shadow);
}
.onsen-accordion.onsen-accordion--yamashiro {
  --base-color: var(--color-yamashiro);
  --base-color-shadow: var(--color-yamashiro-shadow);
}
.onsen-accordion.onsen-accordion--kishuryujin {
  --base-color: var(--color-kishuryujin);
  --base-color-shadow: var(--color-kishuryujin-shadow);
}
.onsen-accordion.onsen-accordion--yubara {
  --base-color: var(--color-yubara);
  --base-color-shadow: var(--color-yubara-shadow);
}
.onsen-accordion.onsen-accordion--dogo {
  --base-color: var(--color-dogo);
  --base-color-shadow: var(--color-dogo-shadow);
}
.onsen-accordion.onsen-accordion--ureshino {
  --base-color: var(--color-ureshino);
  --base-color-shadow: var(--color-ureshino-shadow);
}
.onsen-accordion.onsen-accordion--beppu {
  --base-color: var(--color-beppu);
  --base-color-shadow: var(--color-beppu-shadow);
}
.onsen-accordion.onsen-accordion--oitanagayu {
  --base-color: var(--color-oitanagayu);
  --base-color-shadow: var(--color-oitanagayu-shadow);
}
.onsen-accordion.onsen-accordion--kurokawa {
  --base-color: var(--color-kurokawa);
  --base-color-shadow: var(--color-kurokawa-shadow);
}
.onsen-accordion.onsen-accordion--hokkaido {
  --base-color-area: var(--color-hokkaido);
}
.onsen-accordion.onsen-accordion--kanto {
  --base-color-area: var(--color-kanto);
}
.onsen-accordion.onsen-accordion--hokuriku {
  --base-color-area: var(--color-hokuriku);
}
.onsen-accordion.onsen-accordion--chugoku {
  --base-color-area: var(--color-chugoku);
}
.onsen-accordion.onsen-accordion--kyushu {
  --base-color-area: var(--color-kyushu);
}

.onsen-accordion__title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  align-items: center;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.65;
  color: #67574d;
  letter-spacing: 0.02em;
}
.onsen-accordion__title::before, .onsen-accordion__title::after {
  display: block;
  width: 100%;
  height: 1.1rem;
  content: "";
  background-color: var(--base-color-shadow);
  background-blend-mode: multiply;
  opacity: 0.2;
}

.onsen-accordion__content {
  position: relative;
  overflow: hidden;
}
.onsen-accordion__content::after {
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  height: calc(7.5rem - var(--gradation-padding-top));
  content: "";
}
.onsen-accordion--hokkaido .onsen-accordion__content::after {
  background-color: var(--color-hokkaido-light);
}
.onsen-accordion--kanto .onsen-accordion__content::after {
  background-color: var(--color-kanto-light);
}
.onsen-accordion--hokuriku .onsen-accordion__content::after {
  background-color: var(--color-hokuriku-light);
}
.onsen-accordion--chugoku .onsen-accordion__content::after {
  background-color: var(--color-chugoku-light);
}
.onsen-accordion--kyushu .onsen-accordion__content::after {
  background-color: var(--color-kyushu-light);
}
.onsen-accordion__content.is-open::after {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
@media screen and (max-width: 47.99em) {
  .onsen-accordion__content::after {
    display: block;
  }
}

.onsen-accordion__gradation {
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  z-index: 1;
  display: none;
  padding-top: var(--gradation-padding-top);
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 7rem;
  transition-timing-function: ease-in-out;
  transition-duration: calc(var(--duration-js-animation) / 2);
  transition-property: visibility, opacity;
}
.onsen-accordion__gradation span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--base-color-area);
  text-align: center;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
.onsen-accordion__gradation span::before, .onsen-accordion__gradation span::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1.1rem;
  height: 1px;
  content: "";
  background-color: currentColor;
}
.onsen-accordion__gradation span::before {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .onsen-accordion__gradation:where(:-moz-any-link, :enabled, summary):hover span {
    color: var(--base-color-area);
    opacity: var(--opacity-hover);
  }
  .onsen-accordion__gradation:where(:any-link, :enabled, summary):hover span {
    color: var(--base-color-area);
    opacity: var(--opacity-hover);
  }
}
.onsen-accordion__gradation:is(.is-open *) {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 47.99em) {
  .onsen-accordion__gradation {
    display: block;
  }
}
.onsen-accordion--hokkaido .onsen-accordion__gradation {
  background-image: url("/meito/assets/images/img-onsen-accordion-gradation-01.png");
}
.onsen-accordion--kanto .onsen-accordion__gradation {
  background-image: url("/meito/assets/images/img-onsen-accordion-gradation-02.png");
}
.onsen-accordion--hokuriku .onsen-accordion__gradation {
  background-image: url("/meito/assets/images/img-onsen-accordion-gradation-03.png");
}
.onsen-accordion--chugoku .onsen-accordion__gradation {
  background-image: url("/meito/assets/images/img-onsen-accordion-gradation-04.png");
}
.onsen-accordion--kyushu .onsen-accordion__gradation {
  background-image: url("/meito/assets/images/img-onsen-accordion-gradation-05.png");
}

.onsen-accordion__button {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 47.99em) {
  .onsen-accordion__button {
    display: block;
  }
}

.onsen-accordion__links {
  --links-column-gap: 1.2rem;
  display: grid;
  gap: var(--links-column-gap);
  margin-top: 2rem;
}
@media screen and (max-width: 47.99em) {
  .onsen-accordion__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.onsen-accordion__link-item {
  display: grid;
  align-items: center;
  min-height: 3.6rem;
  padding: 0.8rem 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--base-color-area);
  text-align: center;
  letter-spacing: 0.02em;
  background-color: var(--color-white);
  border-radius: 0.4rem;
  transition-duration: var(--duration-hover);
  transition-property: opacity;
}
@media (hover: hover) {
  .onsen-accordion__link-item:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--base-color-area);
    opacity: var(--opacity-hover);
  }
  .onsen-accordion__link-item:where(:any-link, :enabled, summary):hover {
    color: var(--base-color-area);
    opacity: var(--opacity-hover);
  }
}
@media screen and (max-width: 47.99em) {
  .onsen-accordion__link-item {
    flex-basis: calc((100% - var(--links-column-gap)) / 2);
  }
}
@media screen and (max-width: 47.99em) {
  .onsen-accordion__link-item:nth-child(odd):last-child {
    flex-basis: 100%;
  }
}

.movie-dialog[open] {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  animation: dialog-show 0.6s;
}
.movie-dialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  animation: background-show 0.6s;
}
@keyframes dialog-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes background-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.movie-dialog[open].is-closing {
  animation: dialog-hide 0.4s;
}
.movie-dialog[open].is-closing::backdrop {
  animation: background-hide 0.4s;
}
@keyframes dialog-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes background-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.movie-dialog__contents {
  --padding-inline: 2.4rem;
  position: relative;
  display: grid;
  width: 100%;
  max-width: calc(80rem + var(--padding-inline) * 2);
  height: 100%;
  padding-inline: var(--padding-inline);
  margin: auto;
}

.movie-dialog__movie {
  width: 100%;
  height: auto;
  aspect-ratio: 327/184;
}

.movie-dialog__button {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: auto;
  margin-bottom: 1.2rem;
  margin-left: auto;
}

.movie-dialog__button-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.movie-dialog__button-icon span {
  position: absolute;
  right: 0;
  display: block;
  height: 3px;
  background-color: var(--color-white);
  transition-duration: 0.4s;
  transition-property: width, top, bottom, transform;
}
.movie-dialog__button-icon span:first-child {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
}
.movie-dialog__button-icon span:last-child {
  bottom: 50%;
  width: 100%;
  transform: translateY(50%) rotate(-45deg);
}