@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v3.0.2 | 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;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove grey 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 grey 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;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * 1. 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 */
}

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

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/*
======== table of content. ===============

summary:ワイヤーフレーム要素

==========================================
*/
/*----------------------------------------
inline
------------------------------------------*/
img {
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: top;
}

span,
strong {
  display: inline-block;
  vertical-align: baseline;
}

/*----------------------------------------
base link color
------------------------------------------*/
a {
  display: inline-block;
  vertical-align: baseline;
  color: #555757;
  text-decoration: none;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
a::before, a::after {
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover) {
  a:hover {
    color: #555757;
    text-decoration: none;
  }
}

/*----------------------------------------
html
------------------------------------------*/
html {
  font-size: 62.5%;
}

/*----------------------------------------
body
------------------------------------------*/
body {
  position: relative;
  color: #232323;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: clamp(1.1rem, 1.1666666667vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.0714285714em;
  line-break: strict;
  line-height: 1.66;
  -webkit-text-size-adjust: 100%;
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.1s cubic-bezier(0.19, 1, 0.22, 1), filter 0.1s cubic-bezier(0.19, 1, 0.22, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html[lang=zh-CN] body, html[lang=zh-TW] body, html[lang=ko] body, html[lang=en] body {
  font-size: clamp(1.1rem, 1vw, 1.4rem);
}
@media screen and (min-width: 1440px) {
  body {
    font-size: clamp(1.4rem, 0.9722222222vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: clamp(1.1rem, 3.7333vw, 1.6rem);
  }
  html[lang=zh-CN] body, html[lang=zh-TW] body, html[lang=ko] body, html[lang=en] body {
    font-size: clamp(1.1rem, 3.2vw, 1.6rem);
  }
}
body.is-loading {
  opacity: 0;
}

/*----------------------------------------
div#wrapper
------------------------------------------*/
#wrapper {
  display: block grid;
  grid-template: "main" 1fr "footer";
  min-block-size: 100vh;
}

.inner {
  max-inline-size: 93.7142857143em;
  margin: 0 auto;
  padding: 0 5.7142857143em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    padding-inline: 2.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 1.4285714286em;
  }
}

/*----------------------------------------
content
------------------------------------------*/
main {
  grid-area: main;
  position: relative;
  inline-size: 100%;
}
@media screen and (max-width: 767px) {
  main {
    inline-size: 100%;
    margin: 0;
  }
}

h2 {
  margin-block: var(--leading-trim) calc(4.2857142857em + var(--leading-trim));
  font-weight: 500;
  line-height: 1.5;
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-block-end: calc(3em + var(--leading-trim));
  }
}

h3 {
  margin-block: var(--leading-trim);
  font-weight: 500;
  line-height: 1.5;
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
}
h4 {
  margin-block: var(--leading-trim);
  font-weight: 700;
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
}

h5 {
  margin-block: var(--leading-trim);
  font-weight: 500;
}

h6 {
  margin-block: var(--leading-trim);
  font-weight: 500;
}

p {
  margin-block: calc(1.4285714286em + var(--leading-trim)) var(--leading-trim);
}
p:first-child {
  margin-block-start: var(--leading-trim);
}

hr {
  margin: 3.75em auto;
  border: none;
  border-block-start: 0.1rem solid #797979;
  outline: none;
}
@media screen and (max-width: 767px) {
  hr {
    margin: 6.25vw auto;
  }
}

sup {
  vertical-align: super;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 57.1428571429%;
  font-weight: 700;
}

figure {
  position: relative;
}

figcaption {
  position: absolute;
  inset-inline-end: 0.5em;
  inset-block-end: 0.5em;
  color: #fff;
  font-size: 85.7142857143%;
  text-shadow: 0 0 0.9rem rgba(5, 5, 5, 0.97);
  z-index: 4;
}

.flex__break {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .flex__break {
    display: none;
  }
}

#btnPageTop {
  position: fixed;
  inset: auto 2.8571428571em 3.4285714286em auto;
  opacity: 0;
  /* 非表示 */
  visibility: hidden;
  /* 表示状態もオフ */
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 20;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #btnPageTop {
    inset: auto 0 3.4285714286em 0;
    margin-inline: auto;
  }
}
#btnPageTop.is-visible {
  opacity: 1;
  visibility: visible;
}
#btnPageTop a {
  display: block grid;
  place-items: center;
  place-content: center;
}
#btnPageTop img {
  inline-size: 1.0714285714em;
}
@media screen and (max-width: 767px) {
  #btnPageTop img {
    inline-size: 0.8571428571em;
  }
}
#btnPageTop span {
  font-size: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #btnPageTop span {
    font-size: 85.7142857143%;
  }
}

.mv {
  position: relative;
  block-size: 100svh;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .mv {
    min-block-size: 42.8571428571em;
  }
}
.mv__inner {
  display: block grid;
  place-items: center;
  align-content: center;
  row-gap: 1.4285714286em;
  position: absolute;
  inset: 0 auto auto 0;
  inline-size: 100%;
  block-size: 100%;
  padding-block-start: 5.7142857143em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    align-content: end;
    padding-block: 3.7142857143em 2.1428571429em;
  }
}
.mv__ttl {
  display: block flex;
  align-items: center;
  -moz-column-gap: 0.7142857143em;
       column-gap: 0.7142857143em;
  color: #fff;
  font-family: YakuHanMP, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 0.7142857143em;
  }
}
.mv__ttl span {
  font-size: 142.8571428571%;
}
.mv__ttl span.strong {
  margin-block-start: var(--leading-trim);
  font-size: 285.7142857143%;
}
.mv .logo__koko-hotel {
  inline-size: 5.3571428571em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mv .logo__koko-hotel {
    inline-size: 5.1428571429em;
  }
}
.mv .logo__wing {
  align-self: start;
  flex-shrink: 0;
  inline-size: 5.3571428571em;
  border: 0.1em solid #fff;
}
@media screen and (max-width: 767px) {
  .mv .logo__wing {
    inline-size: 5.1428571429em;
  }
}
.mv__num {
  display: block flex;
  align-items: center;
  -moz-column-gap: 0.7142857143em;
       column-gap: 0.7142857143em;
  margin-block: 0;
  padding: 1.7142857143em 7.1428571429em;
  border: 0.3rem solid #fff;
  border-radius: 0.3571428571em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv__num {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.7142857143em;
    margin-inline: 1.4285714286em;
    padding: 1.4285714286em;
  }
}
.mv__num span {
  margin-block: var(--leading-trim);
}
.mv__num .num {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 200%;
}
.mv__num .unit {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.mv__num__koko::before, .mv__num__wing::before {
  content: "[";
  margin-inline-end: 0.5em;
  font-size: 228.5714285714%;
}
@media screen and (max-width: 767px) {
  .mv__num__koko::before, .mv__num__wing::before {
    margin-inline-end: 0.33em;
  }
}
.mv__num__koko::after, .mv__num__wing::after {
  content: "]";
  margin-inline-start: 0.5em;
  font-size: 228.5714285714%;
}
@media screen and (max-width: 767px) {
  .mv__num__koko::after, .mv__num__wing::after {
    margin-inline-start: 0.33em;
  }
}
.mv__num__sign {
  font-size: 142.8571428571%;
}
.mv__num__amount {
  font-weight: 700;
}
.mv__num__amount .num {
  font-size: 400%;
}
.mv__num__amount .unit {
  font-size: 171.4285714286%;
}
.mv .txt_note_comment {
  margin-block: var(--leading-trim);
  color: #fff;
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
  font-size: 85.7142857143%;
}
@media screen and (max-width: 767px) {
  .mv .txt_note_comment {
    margin-inline: 1.4285714286em;
  }
}
.mv__nav {
  display: block flex;
  -moz-column-gap: 1.4285714286em;
       column-gap: 1.4285714286em;
  margin-block-start: 1.7142857143em;
}
@media screen and (max-width: 767px) {
  .mv__nav {
    margin-block-start: 1.7142857143em;
    padding-inline: 1.4285714286em;
  }
}
html[lang=en] .mv__nav a .notranslate {
  margin-inline-start: 0.33em;
}

.mv__img {
  inline-size: 100%;
  block-size: 100svh;
}
@media screen and (min-width: 768px) {
  .mv__img {
    min-block-size: 42.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  .mv__img {
    inline-size: 100vw;
    block-size: 100svh;
    overflow: hidden;
  }
}
.mv__img .mv-gallery {
  block-size: 100svh;
}
.mv__img img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.mv .splide,
.mv .splide__track,
.mv .splide__list,
.mv .splide__slide {
  inline-size: 100%;
  block-size: 100svh;
}
@media screen and (min-width: 768px) {
  .mv .splide,
  .mv .splide__track,
  .mv .splide__list,
  .mv .splide__slide {
    min-block-size: 42.8571428571em;
  }
}
.mv .mv__ttl,
.mv .mv__num,
.mv .txt_note_comment,
.mv .mv__nav {
  visibility: hidden;
}
.mv .mv__img picture,
.mv .mv__img img {
  visibility: hidden;
}

.concept {
  padding-block: 8.1428571429em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-block: 5.1428571429em;
  }
}
.concept__ttl {
  display: block grid;
  place-items: center;
  row-gap: 6.4285714286em;
  margin-block-end: 3.4285714286em;
}
@media screen and (max-width: 767px) {
  .concept__ttl {
    row-gap: 4.2857142857em;
    margin-block-end: 2.5714285714em;
  }
}
@media screen and (max-width: 767px) {
  .concept__ttl__en {
    display: block grid;
    gap: 2.0714285714em;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    line-height: 1;
  }
}
.concept__ttl__en span {
  vertical-align: bottom;
}
.concept__ttl__here img,
.concept__ttl__here svg {
  aspect-ratio: 753/500;
  inline-size: auto;
  block-size: 7.5714285714em;
}
@media screen and (max-width: 767px) {
  .concept__ttl__here img,
  .concept__ttl__here svg {
    block-size: 5.9285714286em;
  }
}
.concept__ttl__here .group-2 rect {
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .concept__ttl__discovery {
    margin-inline: 3.4285714286em;
  }
}
.concept__ttl__discovery img,
.concept__ttl__discovery svg {
  inline-size: auto;
  block-size: 3em;
}
@media screen and (max-width: 767px) {
  .concept__ttl__discovery img,
  .concept__ttl__discovery svg {
    block-size: 2.3571428571em;
  }
}
.concept__ttl__begins img,
.concept__ttl__begins svg {
  inline-size: auto;
  block-size: 3em;
}
@media screen and (max-width: 767px) {
  .concept__ttl__begins img,
  .concept__ttl__begins svg {
    block-size: 2.3571428571em;
  }
}
.concept__ttl__ja {
  padding: 0.1428571429em 0.5714285714em 0.0714285714em;
  background-color: #bc955b;
  color: #fff;
  font-size: 128.5714285714%;
  font-weight: 500;
}
.concept__ttl.standby .concept__ttl__en span {
  opacity: 0;
  transform: translateY(0.8571428571em);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .concept__ttl.standby .concept__ttl__en span {
    transform: translateY(0.5em);
  }
}
.concept__ttl.standby .concept__ttl__en span:nth-child(2) {
  transition-delay: 1.1s;
}
@media screen and (min-width: 768px) {
  .concept__ttl.standby .concept__ttl__en span:nth-child(2) {
    transition-delay: 1s;
  }
}
.concept__ttl.standby .concept__ttl__en span:nth-child(3) {
  transition-delay: 1.7s;
}
@media screen and (min-width: 768px) {
  .concept__ttl.standby .concept__ttl__en span:nth-child(3) {
    transition-delay: 1.5s;
  }
}
.concept__ttl.standby .concept__ttl__ja {
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 3s cubic-bezier(0.19, 1, 0.22, 1), filter 3s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 2s;
}
@media screen and (min-width: 768px) {
  .concept__ttl.standby .concept__ttl__ja {
    transition: opacity 4s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 4s cubic-bezier(0.19, 1, 0.22, 1), filter 4s cubic-bezier(0.19, 1, 0.22, 1), transform 4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 1.7s;
  }
}
.concept__ttl.standby.appear {
  /* アニメーション適用 */
  /* フェードインキーフレーム */
}
.concept__ttl.standby.appear .concept__ttl__en span {
  opacity: 1;
  transform: translateY(0);
}
.concept__ttl.standby.appear .group-2 rect:nth-child(1) {
  animation: fadeIn 0.5s forwards;
  animation-delay: 0.3s;
}
.concept__ttl.standby.appear .group-2 rect:nth-child(2) {
  animation: fadeIn 0.5s forwards;
  animation-delay: 0.4s;
}
.concept__ttl.standby.appear .group-2 rect:nth-child(3) {
  animation: fadeIn 0.5s forwards;
  animation-delay: 0.5s;
}
.concept__ttl.standby.appear .group-2 rect:nth-child(4) {
  animation: fadeIn 0.5s forwards;
  animation-delay: 0.6s;
}
.concept__ttl.standby.appear .group-2 rect:nth-child(5) {
  animation: fadeIn 0.5s forwards;
  animation-delay: 0.7s;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.concept__ttl.standby.appear .concept__ttl__ja {
  opacity: 1;
}
.concept p {
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
  font-size: 142.8571428571%;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept p {
    font-size: 114.2857142857%;
    line-height: 1.8;
  }
}
.concept p:nth-child(n+3) {
  margin-block-start: calc(3em + var(--leading-trim));
}
html[lang=en] .concept p .notranslate {
  margin-inline-end: 0.33em;
}

.concept p.mt0 {
  margin-block-start: 0;
}
.concept p.mb0 {
  margin-block-end: 0;
}
@media screen and (min-width: 768px) {
  .concept p:last-of-type span {
    margin-inline-start: 1em;
  }
}
@media screen and (max-width: 767px) {
  .concept p:last-of-type span {
    display: block;
  }
}
.concept__txt__logo {
  display: block;
}
.concept__txt__logo img {
  block-size: 1em;
  vertical-align: baseline;
}
.concept__fig {
  max-inline-size: 61em;
  margin-inline: auto;
  margin-block-start: 5.7142857143em;
}
@media screen and (max-width: 767px) {
  .concept__fig {
    margin-block-start: 3.8571428571em;
  }
}
.concept__fig iframe {
  inline-size: 100%;
  aspect-ratio: 16/9;
}

.brand {
  padding-block: 8.1428571429em;
  background-color: #232323;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .brand {
    padding-block: 5.1428571429em;
  }
}
.brand__ttl.ttl_en::after {
  color: #fff;
}
.brand__list {
  display: block grid;
  gap: 5.7142857143em;
}
@media screen and (min-width: 768px) {
  .brand__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .brand__list {
    rowgap: 4.2857142857em;
    padding-inline: 1.4285714286em;
  }
}
.brand__list li {
  display: block grid;
  place-items: center;
  row-gap: 1.4285714286em;
}
@media screen and (max-width: 767px) {
  .brand__list li {
    row-gap: 0.7142857143em;
  }
}
.brand__list figure {
  inline-size: 100%;
}
.brand__list figure img {
  inline-size: 100%;
}
.brand__list h3 {
  margin-block: 0;
  text-align: center;
}
.brand__list h3 span {
  display: block;
}
.brand__list h3 span:first-child {
  font-size: 171.4285714286%;
}
.brand__list h3 span:first-child::before, .brand__list h3 span:first-child::after {
  content: '"';
  margin-inline: 0.25em;
}
.brand__list h3 span:last-child {
  margin-block-start: calc(0.7142857143em + var(--leading-trim));
}
.brand__list h4 {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-block: 0;
  padding: calc((2.2857142857em - 1lh) / 2) 1em;
  background-color: #373534;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 128.5714285714%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .brand__list h4 {
    margin-block-start: calc(0.625em + var(--leading-trim));
    font-size: 114.2857142857%;
  }
}
.brand__list p {
  margin-block-start: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .brand__list p {
    font-size: 92.8571428571%;
  }
}
.brand__item__premier h4 {
  background-color: #bc955b;
}
.brand__item__residence h4 {
  background-color: #174a73;
}
.brand__item__stay h4 {
  background-color: #f36e21;
}

.future {
  position: relative;
  padding-block: 8.1428571429em;
  background-color: #fbfbfb;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .future {
    aspect-ratio: 1440/915;
  }
}
@media screen and (max-width: 767px) {
  .future {
    padding-block: 5em;
    aspect-ratio: 375/760;
  }
}
.future__ttl {
  padding-inline: 0.4166666667em;
  font-size: 171.4285714286%;
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .future__ttl {
    max-inline-size: 75%;
    margin-inline: auto;
  }
}
html[lang=en] .future__ttl .notranslate {
  margin-inline-start: 0.33em;
}
html[lang=en] .future__ttl .delay-pc-14 {
  display: block;
}

.image-container {
  display: block flex;
  position: relative;
  block-size: 100%;
  contain: paint;
}

.floating-image {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
  z-index: 1;
}
@media screen and (hover) {
  .floating-image:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  }
  .floating-image:hover::before {
    inline-size: 2.5714285714em;
    block-size: 2.5714285714em;
    background-color: #C6A154;
    transform: rotate(180deg);
  }
  .floating-image:hover::after {
    border-top-color: #C6A154;
  }
  .floating-image:hover .floating-image__caption {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .floating-image.no1 {
    inset-inline-start: 27.7777777778%;
    inset-block-end: 7.8602620087%;
    inline-size: 12.0833333333%;
    block-size: 18.9956331878%;
  }
}
@media screen and (max-width: 767px) {
  .floating-image.no1 {
    inset-inline-start: 42.6666666667%;
    inset-block-start: 42.1052631579%;
    inline-size: 10em;
    block-size: 10em;
    z-index: 2;
  }
}
.floating-image.no1-2 {
  inset-inline-end: -3.4722222222%;
  inset-block-start: -4.3668122271%;
  inline-size: 19.4444444444%;
  block-size: 30.5676855895%;
}
@media screen and (max-width: 767px) {
  .floating-image.no1-2 {
    display: none;
  }
}
.floating-image.no1-2::before {
  inset: 0.5714285714em 0.5714285714em auto auto;
}
.floating-image.no1-2::after {
  inset: 1.5714285714em 1.5714285714em auto auto;
}
@media screen and (min-width: 768px) {
  .floating-image.no2 {
    inset-inline-start: 11.1111111111%;
    inset-block-start: 28.9473684211%;
    inline-size: 12.0833333333%;
    block-size: 18.9956331878%;
    inline-size: 24.2857142857em;
    block-size: 24.2857142857em;
  }
}
@media screen and (max-width: 767px) {
  .floating-image.no2 {
    inset-inline-end: -8%;
    inset-block-start: 23.6842105263%;
    inline-size: 10em;
    block-size: 10em;
  }
}
.floating-image.no2::before {
  inset: 0.4285714286em 0.4285714286em auto auto;
}
.floating-image.no2::after {
  inset: 1.4285714286em 1.4285714286em auto auto;
}
.floating-image.no2 .floating-image__caption::before {
  inset: -1.4285714286em -0.7857142857em auto auto;
}
.floating-image.no2-2 {
  inset-inline-end: 3.4722222222%;
  inset-block-end: 8.7336244541%;
  inline-size: 12.5%;
  block-size: 19.6506550218%;
}
@media screen and (max-width: 767px) {
  .floating-image.no2-2 {
    display: none;
  }
}
.floating-image.no3 {
  inset-inline-end: 23.6111111111%;
  inset-block-end: 1.0917030568%;
  inline-size: 20%;
  block-size: 31.4410480349%;
}
.floating-image.no3::before {
  inset: 0em 0em auto auto;
}
.floating-image.no3::after {
  inset: 1em 1em auto auto;
}
@media screen and (max-width: 767px) {
  .floating-image.no3 {
    inset-inline-start: -17.6%;
    inset-block-end: 17.1052631579%;
    inline-size: 15.7142857143em;
    block-size: 15.7142857143em;
  }
}
.floating-image.no3 .floating-image__caption::before {
  inset: -1.8571428571em -1.2142857143em auto auto;
}
@media screen and (min-width: 768px) {
  .floating-image.no4 {
    inset-inline-end: 20.8333333333%;
    inset-block-start: 24.0174672489%;
    inline-size: 21.1111111111%;
    block-size: 33.1877729258%;
  }
}
@media screen and (max-width: 767px) {
  .floating-image.no4 {
    inset-inline-end: -5.3333333333%;
    inset-block-end: 13.8157894737%;
    inline-size: 12.4285714286em;
    block-size: 12.4285714286em;
  }
}
.floating-image.no4::before {
  inset: 0.4285714286em 0.4285714286em auto auto;
}
.floating-image.no4::after {
  inset: 1.4285714286em 1.4285714286em auto auto;
}
.floating-image.no4 .floating-image__caption::before {
  inset: -1.4285714286em -0.7857142857em auto auto;
}
@media screen and (min-width: 768px) {
  .floating-image.no5 {
    inset-inline-end: 44.4444444444%;
    inset-block-start: 42.7947598253%;
    inline-size: 12.0833333333%;
    block-size: 18.9956331878%;
  }
}
@media screen and (max-width: 767px) {
  .floating-image.no5 {
    inset-inline-start: 16%;
    inset-block-end: -5.2631578947%;
    inline-size: 12.4285714286em;
    block-size: 12.4285714286em;
  }
}
.floating-image.no5-2 {
  inset-inline-start: -3.4722222222%;
  inset-block-end: -8.7336244541%;
  inline-size: 22.0833333333%;
  block-size: 34.7161572052%;
}
@media screen and (max-width: 767px) {
  .floating-image.no5-2 {
    display: none;
  }
}
.floating-image.no5-2::before {
  inset: 0.5714285714em 0.5714285714em auto auto;
}
.floating-image.no5-2::after {
  inset: 1.5714285714em 1.5714285714em auto auto;
}
.floating-image.no5-2 .floating-image__caption::before {
  inset: -1.4285714286em -0.7857142857em auto auto;
}
@media screen and (min-width: 768px) {
  .floating-image.no6 {
    inset-inline-start: -4.1666666667%;
    inset-block-start: 4.3668122271%;
    inline-size: 11.8055555556%;
    block-size: 18.5589519651%;
  }
}
@media screen and (max-width: 767px) {
  .floating-image.no6 {
    inset-inline-start: -5.3333333333%;
    inset-block-start: 22.3684210526%;
    inline-size: 13.7142857143em;
    block-size: 13.7142857143em;
  }
}
.floating-image.no6-2 {
  inset-inline-end: -2.7777777778%;
  inset-block-start: 45.8515283843%;
  inline-size: 11.8055555556%;
  block-size: 18.5589519651%;
}
@media screen and (max-width: 767px) {
  .floating-image.no6-2 {
    display: none;
  }
}
.floating-image::before {
  content: "＋";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: -0.7142857143em -0.7142857143em auto auto;
  cursor: pointer;
  inline-size: 2em;
  block-size: 2em;
  border-radius: 50%;
  background: #373534;
  color: #fff;
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.floating-image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.2857142857em 0.2857142857em auto auto;
  cursor: pointer;
  inline-size: 0;
  block-size: 0;
  border-left: 0.4285714286em solid transparent;
  border-right: 0.4285714286em solid transparent;
  border-top: 1.4285714286em solid #373534;
  transform: rotate(38deg);
  z-index: 1;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.floating-image img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.floating-image__caption {
  display: block flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0 auto auto 0;
  inline-size: 100%;
  block-size: 100%;
  padding: 1.4285714286em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  opacity: 0;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .floating-image__caption {
    display: none;
  }
}
.floating-image__caption::before {
  content: "";
  display: block;
  position: absolute;
  inset: -2.5714285714em -2em auto auto;
  inline-size: 5em;
  block-size: 1.8571428571em;
  margin-inline: auto;
  background: url(../img/icon__radiant-lines.svg) no-repeat center center/contain;
}
.floating-image__caption span {
  white-space: nowrap;
}

.parallax-section {
  position: relative;
  inline-size: 100%;
  max-inline-size: 100vw;
  block-size: 66.667svh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .parallax-section {
    block-size: 90svh;
  }
}

.splide {
  contain: inline-size;
}

.parallax-gallery {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  pointer-events: none;
  /* クリックなどさせたくない場合 */
}

.parallax-gallery img {
  inline-size: 100%;
  block-size: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  contain: inline-size;
}
@media screen and (max-width: 767px) {
  .parallax-gallery img {
    block-size: 115vh;
  }
}

.hotels {
  padding-block: 8.1428571429em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .hotels {
    padding-block: 5.1428571429em;
  }
}
.hotels__map {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hotels__map {
    margin-block-end: 4.2857142857em;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__intro {
    position: absolute;
    inset: o auto auto 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__amount {
    text-align: center;
  }
}
.hotels__map__amount__num {
  margin-block: var(--leading-trim);
  color: #bc955b;
  font-family: YakuHanMP, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 685.7142857143%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hotels__map__amount__num {
    font-size: 400%;
  }
}
.hotels__map__amount__txt {
  font-size: 228.5714285714%;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hotels__map__amount__txt {
    font-size: 171.4285714286%;
  }
}
.hotels__map__brand {
  display: block flex;
  flex-wrap: wrap;
  gap: 1.4285714286em;
  inline-size: 22.8571428571em;
  margin-inline: auto;
  margin-block-start: 1.4285714286em;
}
@media screen and (max-width: 767px) {
  .hotels__map__brand {
    justify-content: center;
    gap: 1em;
    inline-size: 16.4285714286em;
  }
}
.hotels__map__brand li {
  flex-basis: calc((100% - 4.2857142857em) / 4);
}
@media screen and (max-width: 767px) {
  .hotels__map__brand li {
    flex-basis: calc((100% - 3em) / 4);
  }
}
.hotels__map__img {
  position: relative;
  inline-size: 84.375%;
  margin-inline-start: auto;
}
@media screen and (max-width: 767px) {
  .hotels__map__img {
    aspect-ratio: 335/416;
    inline-size: 100%;
    margin-block-start: 1.7142857143em;
  }
}
.hotels__map__region li {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .hotels__map__hokkaido {
    inset: 11.7096018735% auto auto 30.2469135802%;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__hokkaido {
    inset: 17.3076923077% auto auto 19.7014925373%;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__tohoku {
    inset: 39.81264637% 23.5416666667% auto auto;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__tohoku {
    inset: 30.7692307692% 0 auto auto;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__kanto {
    inset: auto 26.7489711934% 31.6159250585% auto;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__kanto {
    inset: 46.1538461538% 4.776119403% auto auto;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__chubu {
    inset: 48.243559719% auto auto 18.5185185185%;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__chubu {
    inset: 33.1730769231% auto auto 16.7164179104%;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__kinki {
    inset: auto 46.2962962963% 16.393442623% auto;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__kinki {
    inset: auto 24.4776119403% 30.7692307692% auto;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__chugoku {
    inset: auto auto 31.3817330211% -5.1440329218%;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__chugoku {
    inset: auto auto 44.2307692308% 0;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__shikoku {
    inset: auto auto 6.0889929742% 14.4032921811%;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__shikoku {
    inset: auto auto 15.8653846154% 15.5223880597%;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__kyushu {
    inset: auto auto 11.7096018735% -18.5185185185%;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__kyushu {
    inset: auto auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .hotels__map__okinawa {
    inset: auto 5.3497942387% 4.2154566745% auto;
  }
}
@media screen and (max-width: 767px) {
  .hotels__map__okinawa {
    inset: auto 0 0 auto;
  }
}
.hotels .btn_bullet {
  cursor: pointer;
}
.hotels .btn_bullet span {
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (min-width: 768px) {
  .hotels .btn_bullet span {
    min-inline-size: 10em;
    padding-block: calc((2.75em - 1lh) / 2);
  }
}
@media screen and (max-width: 767px) {
  .hotels .btn_bullet span {
    padding-block: calc((2.4615384615em - 1lh) / 2);
    font-size: 92.8571428571%;
  }
}
.hotels .btn_wrap_center {
  margin-block-start: 5.7142857143em;
}
@media screen and (min-width: 768px) {
  .hotels .btn_bullet_black span {
    min-inline-size: 22.8571428571em;
  }
}
.hotels__index {
  display: block grid;
  gap: 5.7142857143em 2.8571428571em;
  grid-template-columns: repeat(4, 1fr);
  margin-block-start: 5.1428571429em;
  padding-block-start: 5.1428571429em;
  border-block-start: 0.1rem solid #e7e7e7;
  text-align: start;
}
.hotels__index__section h3 {
  margin-block-end: calc(1em + var(--leading-trim));
  color: #806868;
  font-size: 128.5714285714%;
}
.hotels__index__prefecture {
  padding: 0.1428571429em 1em;
  background-color: #232323;
  color: #fff;
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
  font-size: 114.2857142857%;
}
.hotels__index__list li {
  border-block-end: 0.1rem solid #d9dadb;
}
.hotels__index__list a {
  display: block flex;
  -moz-column-gap: 1.4285714286em;
       column-gap: 1.4285714286em;
  justify-content: space-between;
  padding-inline: 1em;
  padding-block: 1.4285714286em;
}
@media screen and (hover) {
  .hotels__index__list a:hover {
    background-color: rgba(198, 161, 84, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .hotels__index__list a {
    flex-wrap: wrap;
    -moz-column-gap: 0em;
         column-gap: 0em;
    row-gap: 1.0714285714em;
    justify-content: flex-start;
    position: relative;
    padding-inline-end: 1.4285714286em;
    font-size: 92.8571428571%;
  }
}
.hotels__index__list a.comingsomn {
  pointer-events: none;
}
.hotels__index__list a::before {
  content: "";
  align-self: center;
  inline-size: 1.5714285714em;
  block-size: 2.1428571429em;
  margin-block: calc(1lh - 2.1428571429em);
  background: no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .hotels__index__list a::before {
    inline-size: 2.4285714286em;
    block-size: 3.1428571429em;
    margin-inline-end: 1.2857142857em;
    margin-block: calc(1lh - 3.1428571429em);
  }
}
.hotels__index__list a::after {
  content: "";
  display: inline-block;
  position: relative;
  inline-size: 0.6em;
  block-size: 0.6em;
  border-block-start: 0.1rem solid #232323;
  border-inline-end: 0.1rem solid #232323;
  vertical-align: baseline;
  transform: scaleY(1) rotate(45deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  margin-block-start: calc((1lh - 0.6em) / 2);
}
@media screen and (max-width: 767px) {
  .hotels__index__list a::after {
    position: absolute;
    inset: 0 0 0 auto;
    margin-block: auto;
  }
}
.hotels__index__list .hotels__index__koko a::before {
  background-image: url(../img/brand__logo-kokohotels.webp);
}
.hotels__index__list .hotels__index__koko-premier a::before {
  background-image: url(../img/brand__logo-kokohotel-premier.webp);
}
.hotels__index__list .hotels__index__koko-residence a::before {
  background-image: url(../img/brand__logo-kokohotel-residence.webp);
}
.hotels__index__list .hotels__index__wing a::before {
  background-image: url(../img/brand__logo-wing.webp);
}
.hotels__index__list .hotels__index__wing-select a::before {
  background-image: url(../img/brand__logo-wing-select.webp);
}
.hotels__index__list .hotels__index__wing-premium a::before {
  background-image: url(../img/brand__logo-wing-premium.webp);
}
.hotels__index__list .hotels__index__tenza a::before {
  background-image: url(../img/brand__logo-tenza.webp);
}
.hotels__index__list .hotels__index__best-western a::before {
  background-image: url(../img/brand__logo-best-western.webp);
}
.hotels__index__list .hotels__index__best-western-plus a::before {
  background-image: url(../img/brand__logo-best-western-plus.webp);
}
.hotels__index__list .hotels__index__signature-collection a::before {
  background-image: url(../img/brand__logo-signature-collection.webp);
}
.hotels__index__list .hotels__index__surestay-plus a::before {
  background-image: url(../img/brand__logo-surestay-plus.webp);
}
.hotels__index__list .hotels__index__value-the-hotel a::before {
  background-image: url(../img/brand__logo-value-the-hotel.webp);
}
@media screen and (max-width: 767px) {
  .hotels__index__list span {
    line-height: 1.33;
  }
}
.hotels__index__list span:first-child {
  flex-basis: 44.1860465116%;
}
@media screen and (max-width: 767px) {
  .hotels__index__list span:first-child {
    flex-basis: calc(100% - 1.7142857143em - 2.4285714286em);
  }
}
@media screen and (max-width: 767px) {
  .hotels__index__list span:nth-child(2) {
    flex-basis: 3.5595238095em;
    margin-inline-end: 0.4642857143em;
    font-size: 92%;
  }
}
@media screen and (min-width: 768px) {
  .hotels__index__list span:nth-child(3) {
    flex-basis: 34.8837209302%;
  }
}
@media screen and (max-width: 767px) {
  .hotels__index__list span:nth-child(3) {
    flex-basis: calc(100% - 0.4642857143em - 3.5595238095em);
    font-size: 92%;
  }
}

.gallery {
  background-color: #fff;
  padding-block-end: 8.1428571429em;
  /* スライダー親 */
  /* wrapper は flexになる必要がある */
  /* スライド幅を画像サイズに任せる（必要に応じて調整） */
  /* 画像は高さは自動で、横幅を基準にする */
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-block-end: 5.1428571429em;
  }
}
.gallery img {
  border-radius: 1em;
}
.gallery .swiper {
  width: 100%;
  overflow: hidden;
}
.gallery .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.gallery .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .swiper-slide img {
  height: auto;
  width: 100%;
  max-inline-size: 32rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .gallery .swiper-slide img {
    max-inline-size: 18rem;
  }
}

.fade-in:not(.delay-child) {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .fade-in.delay-child [class^=delay-pc] {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .fade-in.delay-child [class^=delay-sp] {
    opacity: 0;
  }
}

.fade-up:not(.delay-child) {
  opacity: 0;
  transform: translateY(1em);
}
.concept__ttl__en .fade-up:not(.delay-child) {
  transform: translateY(0.21875em);
}
.future__ttl .fade-up:not(.delay-child) {
  transform: translateY(0.5833333333em);
}
@media screen and (min-width: 768px) {
  .fade-up.delay-child [class^=delay-pc] {
    opacity: 0;
    transform: translateY(1em);
  }
}
@media screen and (max-width: 767px) {
  .fade-up.delay-child [class^=delay-sp] {
    opacity: 0;
    transform: translateY(1em);
  }
}
.fade-up.concept__ttl__en [class^=delay-pc] {
  opacity: 0;
  transform: translateY(0.21875em);
}
.fade-up.future__ttl [class^=delay-pc] {
  opacity: 0;
  transform: translateY(0.5833333333em);
}

.hidden-content {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

/* 軽快なポップアップモーダルスタイル */
.modal {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-inline: 1.4285714286em;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .modal {
    padding-inline: 1.4285714286em;
  }
}
.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal.show .modal-content {
  transform: scale(1) translateY(0);
}
.modal-content {
  position: relative;
  inline-size: 100%;
  max-inline-size: 64rem;
  max-block-size: 94svh;
  margin-block: auto;
  padding: 2.8571428571em 1.4285714286em 1.4285714286em;
  border-radius: 0.2142857143em;
  background: #fff;
  /* 軽快なポップアップアニメーション */
  transform: scale(0.8) translateY(1.4285714286em);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0px 0px 2.2857142857em 0px rgba(5, 5, 5, 0.14);
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .modal-content {
    block-size: 56rem;
    max-block-size: 56rem;
  }
}
@media screen and (min-width: 1023px) and (min-height: 640px) {
  .modal-content {
    block-size: 47.1428571429em;
    max-block-size: 62rem;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    block-size: 94svh;
    max-block-size: 94svh;
    padding: 1.4285714286em 0.7142857143em 1.4285714286em;
  }
}
.modal-wide .modal-content {
  max-inline-size: 96rem;
}
.modal-content-main {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  max-block-size: calc(94svh - 2.8571428571em - 1.4285714286em);
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .modal-content-main {
    block-size: 56rem;
    max-block-size: 56rem;
  }
}
@media screen and (min-width: 1023px) and (min-height: 640px) {
  .modal-content-main {
    block-size: 42.8571428571em;
    max-block-size: calc(62rem - 2.8571428571em - 1.4285714286em);
  }
}
@media screen and (max-width: 767px) {
  .modal-content-main {
    block-size: calc(94svh - 2.8571428571em - 1.4285714286em);
    max-block-size: calc(94svh - 2.8571428571em - 1.4285714286em);
  }
}
.modal-content-main.transitioning {
  overflow: hidden;
  position: relative;
}
.modal-content-main-inner {
  flex: 1;
  max-block-size: 100%;
  overflow: auto;
  padding: 0.7142857143em 1.4285714286em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-content-main-inner {
    padding-inline: 0.7142857143em;
  }
}
.modal-content-main-inner::-webkit-scrollbar {
  inline-size: 0.2142857143em;
}
.modal-content-main-inner::-webkit-scrollbar-track {
  background-color: #cfcfcf;
}
.modal-content-main-inner::-webkit-scrollbar-thumb {
  background-color: #232323;
  border-radius: 3px;
  /* padding感を出す */
  background-clip: content-box;
}
.modal-header {
  position: relative;
}
.modal-title {
  margin-block-end: calc(1.4285714286em + var(--leading-trim));
  font-size: 142.8571428571%;
  text-align: center;
}
.modal-wide .modal-title {
  text-align: start;
}
.modal .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0.5em 0.5em auto auto;
  cursor: pointer;
  inline-size: 2.2857142857em;
  block-size: 2.2857142857em;
  border-radius: 50%;
  background: #232323;
  color: #fff;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .modal .close {
    inset: -1.1428571429em -1.1428571429em auto auto;
  }
}
@media screen and (hover) {
  .modal .close:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
  }
}
.modal-body {
  text-align: center;
}
.modal-wide .modal-body {
  text-align: start;
}
.modal-image {
  margin: 0 0 1.4285714286em;
}
@media screen and (min-width: 768px) {
  .modal-image {
    aspect-ratio: 560/315;
    inline-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modal-text {
  text-align: start;
}
.modal-nav {
  position: absolute;
  top: 50%;
  inline-size: 2.5714285714em;
  block-size: 2.5714285714em;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  color: #333;
  transform: translateY(-50%);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (hover) {
  .modal-nav:hover {
    background: white;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .modal-nav {
    inline-size: 2.2857142857em;
    block-size: 2.2857142857em;
    background: #232323;
  }
}
.modal-nav.prev {
  inset-inline-start: -3.5714285714em;
}
@media screen and (max-width: 767px) {
  .modal-nav.prev {
    inset-inline-start: -1.4285714286em;
  }
}
.modal-nav.prev::after {
  border-width: 0;
  content: "";
  display: inline-block;
  position: relative;
  inline-size: 1rem;
  block-size: 1rem;
  border-block-start: 0.1rem solid #232323;
  border-inline-end: 0.1rem solid #232323;
  vertical-align: baseline;
  transform: scaleY(1) rotate(225deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateX(0.1428571429em) rotate(225deg);
}
@media screen and (max-width: 767px) {
  .modal-nav.prev::after {
    border-color: #fff;
  }
}
.modal-nav.next {
  inset-inline-end: -3.5714285714em;
}
@media screen and (max-width: 767px) {
  .modal-nav.next {
    inset-inline-end: -1.4285714286em;
  }
}
.modal-nav.next::after {
  border-width: 0;
  content: "";
  display: inline-block;
  position: relative;
  inline-size: 1rem;
  block-size: 1rem;
  border-block-start: 0.1rem solid #232323;
  border-inline-end: 0.1rem solid #232323;
  vertical-align: baseline;
  transform: scaleY(1) rotate(45deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateX(-0.1428571429em) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .modal-nav.next::after {
    border-color: #fff;
  }
}
.modal-nav:disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/*
======== table of content. ===============

summary:ヘッダー、フッター設定

==========================================
*/
.header {
  position: fixed;
  inset-inline-start: 0;
  inset-block-start: 0;
  inline-size: 100%;
  z-index: 10;
}
.header__inner {
  display: block flex;
  justify-content: center;
  position: relative;
  inline-size: 100%;
  padding: 1.7142857143em 2.8571428571em;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0.8571428571em;
  }
}
.header:has(.-active) {
  z-index: 12;
}
.header:has(+ .-active) .header__inner {
  opacity: 0;
  visibility: hidden;
}
.header__logo {
  aspect-ratio: 174/32;
  block-size: 2.2857142857em;
}
@media screen and (max-width: 767px) {
  .header__logo {
    block-size: 2em;
  }
}
.header__logo a {
  inline-size: 100%;
}
.header__logo img {
  block-size: 100%;
  filter: brightness(0) invert(1);
}

#gt_float_wrapper {
  z-index: 10 !important;
}
@media screen and (min-width: 768px) {
  #gt_float_wrapper {
    inset-inline-end: 2.8571428571em !important;
    inset-block-start: 1.7142857143em !important;
  }
}
@media screen and (max-width: 767px) {
  #gt_float_wrapper {
    inset-inline-end: 0.8571428571em !important;
    inset-block-start: 0.8571428571em !important;
  }
}
#gt_float_wrapper .gt_float_switcher {
  display: block flex;
  flex-direction: column-reverse;
  padding: 0;
  box-shadow: none;
  border: 0.1rem solid #fff;
  border-radius: 0.2857142857em;
  background-color: transparent;
  font-size: 85.7142857143%;
}
#gt_float_wrapper .gt_float_switcher:has(.gt-open) {
  border-color: transparent;
  background-color: #fff;
}
#gt_float_wrapper .gt_options {
  transform: translateY(0);
  transition: none;
  transition-delay: 0s;
}
#gt_float_wrapper .gt_options.gt-open {
  background-color: #fff;
}
#gt_float_wrapper .gt_options.gt-open + .gt-selected {
  border-color: transparent;
  background-color: #fff;
}
#gt_float_wrapper .gt_options.gt-open + .gt-selected .gt-current-lang {
  color: #232323;
}
#gt_float_wrapper .gt_options a {
  padding: 0.2857142857em 1.4285714286em;
  color: #232323;
}
#gt_float_wrapper .gt_options a img {
  display: none;
}
@media screen and (hover) {
  #gt_float_wrapper .gt_options a:hover {
    background-color: #373534;
    color: #fff;
  }
}
#gt_float_wrapper .gt-selected {
  position: relative;
  padding: 0.2857142857em 1.4285714286em;
  background-color: transparent;
  color: #fff;
  font-size: 85.7142857143%;
}
#gt_float_wrapper .gt-selected .gt-current-lang {
  padding: 0;
  color: #fff;
}
#gt_float_wrapper .gt-selected .gt-current-lang img,
#gt_float_wrapper .gt-selected .gt-current-lang .gt_float_switcher-arrow {
  display: none;
}

.footer {
  position: relative;
  inline-size: 100%;
  padding-block: 3.8571428571em 1.4285714286em;
  background: #232323;
  color: #fff;
  position: relative;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  inline-size: 100%;
  block-size: 0.1rem;
  background-color: #d9dadb;
  inset-block-end: 3.8571428571em;
}
@media screen and (max-width: 767px) {
  .footer::after {
    inset-block-end: 3.8571428571em;
  }
}
.footer .inner {
  display: block grid;
  place-items: center;
}
.footer__group__ttl {
  position: relative;
  padding-block-end: 3.2857142857em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__group__ttl {
    padding-block-end: 2.5714285714em;
  }
}
.footer__group__ttl::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  inline-size: 6.5714285714em;
  block-size: 0.1rem;
  background-color: #fff;
  inset: auto 0 0 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__group__ttl::after {
    inline-size: 6.8571428571em;
  }
}
.footer__group__ttl img {
  block-size: 1.7142857143em;
}
.footer__group__list {
  grid-area: list;
  display: block flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 1.7142857143em;
       column-gap: 1.7142857143em;
  margin-block: 4.2857142857em 6.2857142857em;
}
@media screen and (max-width: 767px) {
  .footer__group__list {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 1.1428571429em;
         column-gap: 1.1428571429em;
  }
}
.footer__group__list a,
.footer__group__list img {
  inline-size: 100%;
}
.footer__group [class*=koko] {
  flex-basis: 6.7708333333%;
}
@media screen and (max-width: 767px) {
  .footer__group [class*=koko] {
    flex-basis: 4.2857142857em;
  }
}
.footer__group [class*=wing],
.footer__group [class*=tenza] {
  flex-basis: 6.7708333333%;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .footer__group [class*=wing],
  .footer__group [class*=tenza] {
    flex-basis: 4.2857142857em;
  }
}
.footer__group__best-western {
  flex-basis: 6.9444444444%;
}
@media screen and (max-width: 767px) {
  .footer__group__best-western {
    flex-basis: 4.3571428571em;
  }
}
.footer__group__best-western-plus {
  flex-basis: 11.8055555556%;
}
@media screen and (max-width: 767px) {
  .footer__group__best-western-plus {
    flex-basis: 7.3571428571em;
  }
}
.footer__group__signature-collection {
  flex-basis: 5.0347222222%;
}
@media screen and (max-width: 767px) {
  .footer__group__signature-collection {
    flex-basis: 3.1428571429em;
  }
}
.footer__group__surestay-plus {
  flex-basis: 6.9444444444%;
}
@media screen and (max-width: 767px) {
  .footer__group__surestay-plus {
    flex-basis: 4.2142857143em;
  }
}
.footer__group__value-the-hotel {
  flex-basis: 8.5069444444%;
  padding-block-start: 0.3571428571em;
}
@media screen and (max-width: 767px) {
  .footer__group__value-the-hotel {
    flex-basis: 5.2857142857em;
  }
}
.footer__copyright {
  align-self: center;
  margin-block: 0;
  font-size: 71.4285714286%;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    text-align: end;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-block-start: 1.4285714286em;
    color: #737373;
  }
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* global navigation */
.hamburger {
  display: block;
  position: fixed;
  inset: 0 auto auto 1.0714285714em;
  inline-size: 5.7142857143em;
  block-size: 5.7142857143em;
  z-index: 30;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 1s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 1s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 1s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 1s cubic-bezier(0.23, 1, 0.32, 1), inline-size 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 1s cubic-bezier(0.23, 1, 0.32, 1), border-radius 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1), background-size 1s cubic-bezier(0.23, 1, 0.32, 1), background-position 1s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 1s cubic-bezier(0.23, 1, 0.32, 1), filter 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 768px) {
  .hamburger#js-hamburger {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    inset-inline-start: 0;
    inline-size: 3.7142857143em;
    block-size: 3.7142857143em;
  }
  .is-active .hamburger {
    opacity: 0;
    transform: translateY(1em);
  }
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  inset-block-start: 0;
  transform: rotate(45deg);
  background-color: #232323;
}
.hamburger.-active .hamburger__line::after {
  inset-block-start: 0;
  transform: rotate(-45deg);
  background-color: #232323;
}
.hamburger__line {
  display: block;
  position: absolute;
  inline-size: 2.1428571429em;
  block-size: 0.3rem;
  inset: 0;
  margin: auto;
  background: #fff;
  transition: inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0, 0, 0.58, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .hamburger__line {
    inline-size: 1.7142857143em;
    block-size: 0.2rem;
  }
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  display: block;
  block-size: 100%;
  position: absolute;
  inline-size: 100%;
  background: #fff;
  transition: inherit;
}
.hamburger__line::before {
  inset-block-start: -1rem;
}
@media screen and (max-width: 767px) {
  .hamburger__line::before {
    inset-block-start: -0.7rem;
  }
}
.hamburger__line::after {
  inset-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .hamburger__line::after {
    inset-block-start: 0.7rem;
  }
}

.menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  /* 半透明な黒背景 */
  z-index: 11;
  /* メニューの背景として一番下になるように設定 */
}

.header__nav-area {
  display: flex;
  position: fixed;
  inset-block-start: 0;
  z-index: 12;
  inline-size: 100%;
  block-size: 100svh;
  visibility: hidden;
  overflow: auto;
  contain: paint;
  opacity: 0;
  transition: inset-inline-end 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
}
.header__nav-area.-active {
  inset-inline-end: 0;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header__nav-area.-active {
    overflow: hidden;
  }
}
.header__nav-area:not(.-active) * {
  transition: none !important;
  transition-delay: 0;
}
.header__nav-area__lead {
  display: block flex;
  flex-direction: column;
  justify-content: center;
  margin-block: 0;
}
@media screen and (min-width: 768px) {
  .header__nav-area__lead {
    flex-basis: 50%;
    row-gap: 2.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-area__lead {
    flex-basis: 3.8571428571em;
    gap: 2.1428571429em;
  }
}
.header__nav-area__lead span {
  color: #fff;
  contain: paint;
}
@media screen and (min-width: 768px) {
  .header__nav-area__lead span img {
    inline-size: 101.25%;
    max-inline-size: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-area__lead span img {
    inline-size: 2.0714285714em;
  }
}

.global-navigation {
  place-items: center;
  place-content: center;
  flex-basis: 50%;
  padding: 2.2857142857em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .global-navigation {
    max-inline-size: none;
    flex-basis: auto;
    flex-grow: 1;
    padding-inline: 2.8571428571em;
    padding-block: 4.2857142857em;
  }
}
.global-navigation__list {
  display: block grid;
  row-gap: 2.5714285714em;
}
@media screen and (max-width: 767px) {
  .global-navigation__list {
    inline-size: 100%;
    row-gap: 1.9285714286em;
  }
}
.global-navigation__item {
  position: relative;
}
.global-navigation__link {
  display: block;
  position: relative;
  padding-inline-start: 1em;
  font-size: 114.2857142857%;
  font-weight: 700;
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .global-navigation__link {
    font-size: 100%;
  }
}
.global-navigation__link::before {
  content: attr(data-en);
  display: block;
  color: #232323;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 0.625em;
  text-align: start;
}
html[lang=en] .global-navigation__link::before {
  content: none;
}
.global-navigation__link::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  inline-size: 0.5714285714em;
  block-size: 0.5714285714em;
  background-color: #232323;
  z-index: -1;
  inset: calc((1lh - 0.5714285714em) / 2) auto auto 0;
  z-index: 1;
}
.global-navigation__link[data-en]::after {
  inset: 1.0375em auto auto 0;
}
html[lang=en] .global-navigation__link[data-en]::after {
  inset: calc((1lh - 0.5714285714em) / 2) auto auto 0;
}
@media screen and (hover) {
  .global-navigation__link:hover {
    color: #8c8c8c;
  }
}
.global-navigation .logo__koko-hotel__full {
  inline-size: 29.7142857143em;
  margin-block-start: 5.7142857143em;
}
@media screen and (max-width: 767px) {
  .global-navigation .logo__koko-hotel__full {
    inline-size: 100%;
    margin-block-start: 2.1428571429em;
  }
}
.global-navigation .header__nav-area__lead,
.global-navigation .global-navigation__list li,
.global-navigation .logo__koko-hotel__full {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .footer__nav__list {
    display: block flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav__list.list_divide {
    row-gap: 0.7142857143em;
  }
}
.footer__nav__list a {
  color: #fff;
  font-size: 85.7142857143%;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

.forpc {
  display: block;
}

.forsp {
  display: none;
}

img.forpc,
br.forpc {
  display: inline;
}

a.forpc,
span.forpc {
  display: inline-block;
}

img.forsp,
br.forsp,
a.forsp,
span.forsp {
  display: none;
}

@media screen and (max-width: 767px) {
  .forsp {
    display: block;
  }
  .forpc {
    display: none;
  }
  img.forsp,
  br.forsp {
    display: inline;
  }
  a.forsp,
  span.forsp {
    display: inline-block;
  }
  img.forpc,
  br.forpc,
  a.forpc,
  span.forpc {
    display: none;
  }
}
.ttl_en {
  margin-block-end: calc(5.7142857143em + var(--leading-trim));
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_en {
    margin-block-end: calc(5.1428571429em + var(--leading-trim));
  }
}
.ttl_en::after {
  content: attr(data-en);
  display: block;
  color: #232323;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-block: calc(0.45em + var(--leading-trim)) var(--leading-trim);
  font-size: 142.8571428571%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ttl_en::after {
    margin-block-end: calc(0.2em + var(--leading-trim));
  }
}
.ttl_en > span {
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
  font-size: 171.4285714286%;
}

/*----------------------------------------
accordion
------------------------------------------*/
.ac_wrap {
  position: relative;
  margin: 3rem auto;
}

.ac_trigger {
  position: relative;
  padding-inline-end: 1.1428571429em;
  color: #232323;
  text-decoration: none;
  cursor: pointer;
}

.ac_trigger_wrap {
  display: block;
  position: relative;
  margin-block-end: 0 !important;
}

.ac_trigger_wrap > span {
  display: block;
  padding-inline-end: 2.8571428571em;
  cursor: pointer;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .ac_trigger_wrap > span {
    padding-inline-end: 2.1428571429em;
  }
}

.ac_trigger::before,
.ac_trigger::after,
.ac_close::before,
.ac_close::after,
.ac_trigger_wrap > span::before,
.ac_trigger_wrap > span::after {
  content: "";
  display: block;
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: 0.5714285714em;
  inset-block-start: 0;
  inset-block-end: 0;
  inline-size: 1.1428571429em;
  block-size: 0.1rem;
  margin: auto 0;
  background-color: #232323;
  transform: rotate(0);
  transform-origin: center center;
  transition: inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0, 0, 0.58, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .ac_trigger::before,
  .ac_trigger::after,
  .ac_close::before,
  .ac_close::after,
  .ac_trigger_wrap > span::before,
  .ac_trigger_wrap > span::after {
    inset-inline-end: 0;
  }
}

.ac_trigger_wrap > span:before,
.ac_trigger_wrap > span::after {
  inline-size: 1.1428571429em;
}

.ac_trigger::before,
.ac_close::before,
.ac_trigger_wrap > span::before {
  transform: rotate(90deg);
}

.ac_trigger.on::before,
.ac_close::before,
.ac_trigger_wrap.on span::before {
  transform: rotate(0);
}

.ac_trigger.on::before,
.ac_trigger.on::after,
.ac_trigger_wrap.on span::before,
.ac_trigger_wrap.on span::after {
  background-color: #806868;
}

.ac_body {
  display: none;
  position: relative;
  margin: 0;
  padding: 1rem 0 0;
}
.ac_body::before {
  content: "";
  display: block;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.5rem;
  inline-size: 100%;
  border-block-start: 0.1rem dashed #232323;
}

/*----------------------------------------
box model
------------------------------------------*/
.bg_white_full,
.bg_black_full,
.bg_bg1_full,
.bg_bg2_full {
  position: relative;
  padding-block: calc(8.5714285714em + var(--leading-trim));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg_white_full,
  .bg_black_full,
  .bg_bg1_full,
  .bg_bg2_full {
    padding-block: 3.4285714286em;
  }
}
.bg_white_full::before,
.bg_black_full::before,
.bg_bg1_full::before,
.bg_bg2_full::before {
  content: "";
  display: block;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  block-size: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg_white_full::before,
  .bg_black_full::before,
  .bg_bg1_full::before,
  .bg_bg2_full::before {
    inline-size: calc(100vw - var(--scrollbar-width));
    margin-inline: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  }
}
@media screen and (max-width: 767px) {
  .bg_white_full::before,
  .bg_black_full::before,
  .bg_bg1_full::before,
  .bg_bg2_full::before {
    inline-size: 100vw;
    margin-inline: -2.8571428571em;
  }
}

.bg_white_full::before {
  background-color: #fff;
}

.bg_black_full {
  color: #fff;
}
.bg_black_full::before {
  background-color: #806868;
}

.bg_bg1_full::before {
  background-color: #fbfbfb;
}

.bg_bg2_full::before {
  background-color: #232323;
}

.bg_rounded_cushion {
  position: relative;
  z-index: 1;
}
.bg_rounded_cushion::after {
  content: "";
  display: block;
  position: absolute;
  inline-size: 66.6666666667vw;
  block-size: 66.6666666667vw;
  background: radial-gradient(ellipse at center, #97684d 0%, #ffffff 66.6666%);
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_rounded_cushion::after {
    inline-size: 128vw;
    block-size: 128vw;
  }
}
@media screen and (min-width: 768px) {
  .bg_rounded_cushion::after {
    inset-inline-end: -33.3333333333vw;
    inset-block-start: -33.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .bg_rounded_cushion::after {
    inset-inline-start: -64vw;
    inset-block-start: -64vw;
  }
}
@media screen and (min-width: 768px) {
  .bg_rounded_cushion.inversion::after {
    inset-inline-start: -33.3333333333vw;
    inset-inline-end: auto;
  }
}
@media screen and (max-width: 767px) {
  .bg_rounded_cushion.inversion::after {
    inset-inline-start: auto;
    inset-inline-end: -64vw;
  }
}
@media screen and (max-width: 767px) {
  .bg_rounded_cushion.both_sp::before {
    content: "";
    display: block;
    position: absolute;
    inline-size: 66.6666666667vw;
    block-size: 66.6666666667vw;
    background: radial-gradient(ellipse at center, #97684d 0%, #ffffff 66.6666%);
    opacity: 0.2;
    z-index: -1;
    inset-inline-start: -8vw;
    inset-block-start: 72vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bg_rounded_cushion.both_sp::before {
    inline-size: 128vw;
    block-size: 128vw;
  }
}

.flex_img_l,
.flex_img_r {
  display: flex;
  inline-size: 100%;
  justify-content: center;
  gap: 0em;
}
@media screen and (max-width: 767px) {
  .flex_img_l,
  .flex_img_r {
    flex-direction: column;
  }
}
.flex_img_l .flex_item,
.flex_img_r .flex_item {
  inline-size: 50%;
  padding: 3.5714285714em;
}
@media screen and (max-width: 767px) {
  .flex_img_l .flex_item,
  .flex_img_r .flex_item {
    inline-size: 100%;
  }
}
.flex_img_l .flex_img,
.flex_img_r .flex_img {
  position: relative;
  flex-shrink: 0;
  inline-size: 50%;
  text-align: center;
}
.flex_img_l .flex_img figcaption,
.flex_img_r .flex_img figcaption {
  position: absolute;
  inset: auto 0.7142857143em 0.7142857143em auto;
  margin: var(--leading-trim);
  font-size: 85.7142857143%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flex_img_l .flex_img,
  .flex_img_r .flex_img {
    inline-size: 100%;
  }
}

.flex_img_l .flex_item {
  order: 2;
}
.flex_img_l .flex_img {
  order: 1;
}

.flex_img_r .flex_item {
  order: 1;
}
.flex_img_r .flex_img {
  order: 2;
}

.flex_2col_1col_eq,
.flex_2col_2col_eq,
.flex_3col_1col_eq,
.flex_3col_2col_eq,
.flex_4col_1col_eq,
.flex_4col_2col_eq,
.flex_5col_1col_eq,
.flex_5col_2col_eq {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8571428571em;
}
@media screen and (max-width: 767px) {
  .flex_2col_1col_eq,
  .flex_2col_2col_eq,
  .flex_3col_1col_eq,
  .flex_3col_2col_eq,
  .flex_4col_1col_eq,
  .flex_4col_2col_eq,
  .flex_5col_1col_eq,
  .flex_5col_2col_eq {
    gap: 1.4285714286em;
  }
}

@media screen and (min-width: 768px) {
  .flex_2col_1col_eq > *,
  .flex_2col_2col_eq > * {
    flex-basis: calc((100% - 2.8571428571em) / 2);
  }
}

@media screen and (min-width: 768px) {
  .flex_3col_1col_eq > *,
  .flex_3col_2col_eq > * {
    flex-basis: calc((100% - 5.7142857143em) / 3);
  }
}

@media screen and (min-width: 768px) {
  .flex_4col_1col_eq > *,
  .flex_4col_2col_eq > * {
    flex-basis: calc((100% - 8.5714285714em) / 4);
  }
}

@media screen and (min-width: 768px) {
  .flex_5col_1col_eq > *,
  .flex_5col_2col_eq > * {
    flex-basis: calc((100% - 11.4285714286em) / 5);
  }
}

@media screen and (min-width: 768px) {
  .flex_2col_1col_eq.gap_s,
  .flex_2col_2col_eq.gap_s,
  .flex_3col_1col_eq.gap_s,
  .flex_3col_2col_eq.gap_s,
  .flex_4col_1col_eq.gap_s,
  .flex_4col_2col_eq.gap_s,
  .flex_5col_1col_eq.gap_s,
  .flex_5col_2col_eq.gap_s {
    gap: 1.1428571429em;
  }
}

@media screen and (min-width: 768px) {
  .flex_2col_1col_eq.gap_s > *,
  .flex_2col_2col_eq.gap_s > * {
    flex-basis: calc((100% - 1.1428571429em) / 2);
  }
}

@media screen and (min-width: 768px) {
  .flex_3col_1col_eq.gap_s > *,
  .flex_3col_2col_eq.gap_s > * {
    flex-basis: calc((100% - 2.2857142857em) / 3);
  }
}

@media screen and (min-width: 768px) {
  .flex_4col_1col_eq.gap_s > *,
  .flex_4col_2col_eq.gap_s > * {
    flex-basis: calc((100% - 3.4285714286em) / 4);
  }
}

@media screen and (min-width: 768px) {
  .flex_5col_1col_eq.gap_s > *,
  .flex_5col_2col_eq.gap_s > * {
    flex-basis: calc((100% - 4.5714285714em) / 5);
  }
}

@media screen and (max-width: 767px) {
  .flex_2col_1col_eq > *,
  .flex_3col_1col_eq > *,
  .flex_4col_1col_eq > *,
  .flex_5col_1col_eq > * {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flex_2col_2col_eq > *,
  .flex_3col_2col_eq > *,
  .flex_4col_2col_eq > *,
  .flex_5col_2col_eq > * {
    flex-basis: calc((100% - 1.4285714286em) / 2);
  }
}

.box {
  padding: calc((2.8571428571em + var(--leading-trim)) / 2) 2.8571428571em;
}

.box_narrow {
  max-inline-size: 45em;
  margin-inline: auto;
  padding: calc((2.8571428571em + var(--leading-trim)) / 2) 2.8571428571em;
}

@media screen and (min-width: 768px) {
  .box_full {
    inline-size: calc(100vw - var(--scrollbar-width));
    margin-inline: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  }
}
@media screen and (max-width: 767px) {
  .box_full {
    inline-size: 100vw;
    margin-inline: -2.8571428571em;
  }
}

@media screen and (max-width: 767px) {
  .sp_box_full {
    inline-size: 100vw;
    margin-inline: -2.8571428571em;
  }
}

@media screen and (max-width: 767px) {
  .sp_box_swipe {
    position: relative;
    inline-size: calc(100vw - 5.7142857143em);
    overflow-x: hidden;
  }
  .sp_box_swipe::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0 auto auto 0;
    inline-size: 7.1428571429em;
    block-size: 7.1428571429em;
    background: url(../img/icon__swipe.svg) no-repeat center center/4.2857142857em auto;
  }
  .sp_box_swipe figure {
    inline-size: auto;
    block-size: 75svh;
    overflow: auto;
  }
  .sp_box_swipe img {
    max-inline-size: none;
    height: 100%;
  }
}

.box_embed {
  position: relative;
  inline-size: 100%;
  padding-block-start: 56.25%;
  margin: 4.2857142857em 0 0;
}
.box_embed iframe {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inline-size: 100%;
  aspect-ratio: 16/9;
}

.dl_list {
  display: block grid;
}
@media screen and (min-width: 768px) {
  .dl_list {
    grid-template-columns: 165fr 935fr;
  }
}
.dl_list dt,
.dl_list dd {
  padding-block: calc(2em + var(--leading-trim));
  border-block-end: 0.1rem solid #e7e7e7;
}
@media screen and (max-width: 767px) {
  .dl_list dt,
  .dl_list dd {
    padding-block: calc(2.5714285714em + var(--leading-trim));
  }
}
.dl_list dt {
  position: relative;
  padding-inline: 2.1428571429em 1.1428571429em;
  font-family: YakuHanMP, "Times New Roman", "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .dl_list dt {
    padding-inline: 2.1428571429em 0;
    padding-block: calc(2.2857142857em + var(--leading-trim)) 0.3571428571em;
    border-block-end: none;
  }
}
.dl_list dt::before {
  content: "";
  display: block;
  position: absolute;
  inset-block: 0;
  inline-size: 0.3rem;
  block-size: 1em;
  margin-block: auto;
  background-color: #020202;
  position: absolute;
  inset: 2em auto auto 0;
}
@media screen and (max-width: 767px) {
  .dl_list dt::before {
    inset-block-start: 2.2857142857em;
  }
}
@media screen and (max-width: 767px) {
  .dl_list dd {
    padding-block: 0 calc(2.5714285714em + var(--leading-trim));
    border-block-start: none;
    font-size: 85.7142857143%;
  }
}
.dl_list dd p {
  margin-block: 0;
}

/*----------------------------------------
list  model
------------------------------------------*/
[class*=txt_note],
[class*=list_note] li {
  position: relative;
  padding-inline-start: 1.5em;
}

[class*=list_note] li:not(:first-child) {
  margin-block: calc(1em + var(--leading-trim)) var(--leading-trim);
}
@media screen and (max-width: 767px) {
  [class*=list_note] li:not(:first-child) {
    margin-block-start: calc(0.75em + var(--leading-trim));
  }
}

[class*=txt_note]::before,
[class*=list_note] li::before {
  display: block;
  position: absolute;
  inset-inline-start: 0;
}

.txt_note_dot::before,
.list_note_dot li::before {
  content: "・";
}

.txt_note_comment::before,
.list_note_comment li::before {
  content: "※";
}

.txt_note_circle::before,
.list_note_circle li::before {
  content: "";
  inset-block-start: calc(0.5lh - 0.45em);
  inline-size: 0.9em;
  block-size: 0.9em;
  border-radius: 50%;
  background-color: #232323;
}

.txt_note_square::before,
.list_note_square li::before {
  content: "";
  inset-block-start: calc(0.5lh - 0.45em);
  inline-size: 0.9em;
  block-size: 0.9em;
  background-color: #232323;
}

.list_number {
  counter-reset: numbering;
}
.list_number li {
  position: relative;
  padding-inline-start: 1.5em;
  padding-block: calc(1.1428571429em + var(--leading-trim));
  border-block-end: 0.1rem solid #e7e7e7;
}
.list_number li::before {
  display: block;
  position: absolute;
  inset-inline-start: 0;
  counter-increment: numbering;
  content: counter(numbering) ".";
}

.list_number_rounded {
  counter-reset: numbering;
}
.list_number_rounded li {
  position: relative;
  padding-inline-start: 1.5em;
  padding-block: calc(1.1428571429em + var(--leading-trim));
  border-block-end: 0.1rem solid #e7e7e7;
}
.list_number_rounded li::before {
  content: counter(numbering);
  counter-increment: numbering;
  display: block grid;
  place-items: center;
  position: absolute;
  inset: calc(1.3714285714em + var(--leading-trim)) auto auto 0;
  inline-size: 1.6em;
  block-size: 1.6em;
  color: #fff;
  font-size: 85.7142857143%;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.list_number_rounded li::after {
  content: "";
  display: block;
  position: absolute;
  inset: calc((1lh - 1.2em) / 2 + 1.1428571429em + var(--leading-trim)) auto auto 0;
  inline-size: 1.2em;
  block-size: 1.2em;
  border-radius: 50%;
  background-color: #232323;
}

.list_divide {
  display: block flex;
  flex-wrap: wrap;
  gap: 1.4285714286em 2.8571428571em;
}
.list_divide li {
  position: relative;
}
.list_divide li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  inset-block: 0;
  inline-size: 0.1rem;
  block-size: 1em;
  margin-block: auto;
  background-color: #e7e7e7;
  inset-inline-end: -1.4285714286em;
}

@media screen and (max-width: 767px) {
  .scroll__wrapper {
    inline-size: calc(100vw - 2.8571428571em);
    margin-inline-end: -2.8571428571em;
    padding-block-end: 1.4285714286em;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    cursor: move;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /* スクロールバー見せる場合 */
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
  }
  .scroll__wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.5rem;
  }
  .scroll__wrapper::-webkit-scrollbar-track {
    background: #ddd;
  }
}

@media screen and (max-width: 767px) {
  .scroll__wrapper__list {
    display: block flex;
    gap: 2.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  .scroll__wrapper__list::after {
    content: "";
    display: block;
    flex-shrink: 0;
    inline-size: 1.4285714286em;
  }
}
@media screen and (max-width: 767px) {
  .scroll__wrapper__list li {
    flex-basis: 21.4285714286em;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .scroll__wrapper__list li p {
    font-size: 85.7142857143%;
  }
}

/*----------------------------------------
link  model
------------------------------------------*/
[class*=btn_wrap] {
  display: flex;
  gap: 1.4285714286em;
  margin-block-start: 1em;
}
@media screen and (max-width: 767px) {
  [class*=btn_wrap] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.btn_wrap_left {
  justify-content: flex-start;
}

.btn_wrap_center {
  justify-content: center;
}

.btn_wrap_right {
  justify-content: flex-end;
}

.btn_plain {
  position: relative;
  inline-size: auto;
  border-radius: 2lh;
}
.btn_plain > span {
  display: inline grid;
  place-items: center;
  grid-template-columns: calc(20em / 16) auto calc(20em / 16);
  -moz-column-gap: calc(14em / 16);
       column-gap: calc(14em / 16);
  position: relative;
  inline-size: 100%;
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
  padding: calc((56em / 16 - 1lh) / 2) calc(10em / 16);
  border: 0.1rem solid #806868;
  border-radius: 2lh;
  background-color: #806868;
  color: #fff;
  font-size: calc(16 / 14 * 100%);
  letter-spacing: 0.1428571429em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-indent: -0.0714285714em;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .btn_plain > span {
    grid-template-columns: calc(20em / 14) auto calc(20em / 14);
    -moz-column-gap: calc(14em / 16);
         column-gap: calc(14em / 16);
    padding: calc((40em / 14 - 1lh) / 2) calc(10em / 16);
    font-size: calc(14 / 14 * 100%);
  }
}
.btn_plain > span::before, .btn_plain > span::after {
  content: "";
  inline-size: calc(20em / 16);
  block-size: calc(20em / 16);
  background: no-repeat center center/contain;
  filter: brightness(0) invert(1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover) {
  .btn_plain:hover {
    filter: brightness(1.2);
    transform: scale(1.08);
  }
}
.btn_plain > span {
  grid-template-columns: auto;
  padding-inline: 1.125em;
}
.btn_plain > span::before, .btn_plain > span::after {
  content: none;
}

.btn_bullet {
  position: relative;
  inline-size: auto;
  border-radius: 2lh;
}
.btn_bullet > span {
  display: inline grid;
  place-items: center;
  grid-template-columns: calc(20em / 16) auto calc(20em / 16);
  -moz-column-gap: calc(14em / 16);
       column-gap: calc(14em / 16);
  position: relative;
  inline-size: 100%;
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
  padding: calc((56em / 16 - 1lh) / 2) calc(10em / 16);
  border: 0.1rem solid #232323;
  border-radius: 2lh;
  background-color: #fff;
  color: #232323;
  font-size: calc(16 / 14 * 100%);
  letter-spacing: 0.1428571429em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-indent: -0.0714285714em;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .btn_bullet > span {
    grid-template-columns: calc(20em / 14) auto calc(20em / 14);
    -moz-column-gap: calc(14em / 16);
         column-gap: calc(14em / 16);
    padding: calc((40em / 14 - 1lh) / 2) calc(10em / 16);
    font-size: calc(14 / 14 * 100%);
  }
}
.btn_bullet > span::before, .btn_bullet > span::after {
  content: "";
  inline-size: calc(20em / 16);
  block-size: calc(20em / 16);
  background: no-repeat center center/contain;
  filter: brightness(0) invert(1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover) {
  .btn_bullet:hover {
    filter: brightness(1.2);
    transform: scale(1.08);
  }
}
.btn_bullet > span::after {
  content: "";
  display: inline-block;
  position: relative;
  inline-size: 0.4em;
  block-size: 0.4em;
  border-block-start: 0.15rem solid #fff;
  border-inline-end: 0.15rem solid #fff;
  vertical-align: baseline;
  transform: scaleY(1) rotate(45deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  filter: brightness(0);
}

.btn_anchor {
  position: relative;
  inline-size: auto;
  border-radius: 2lh;
}
.btn_anchor > span {
  display: inline grid;
  place-items: center;
  grid-template-columns: calc(20em / 16) auto calc(20em / 16);
  -moz-column-gap: calc(14em / 16);
       column-gap: calc(14em / 16);
  position: relative;
  inline-size: 100%;
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
  padding: calc((56em / 16 - 1lh) / 2) calc(10em / 16);
  border: 0.1rem solid #fff;
  border-radius: 2lh;
  background-color: #fff;
  color: #232323;
  font-size: calc(16 / 14 * 100%);
  letter-spacing: 0.1428571429em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-indent: -0.0714285714em;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .btn_anchor > span {
    grid-template-columns: calc(20em / 14) auto calc(20em / 14);
    -moz-column-gap: calc(14em / 16);
         column-gap: calc(14em / 16);
    padding: calc((40em / 14 - 1lh) / 2) calc(10em / 16);
    font-size: calc(14 / 14 * 100%);
  }
}
.btn_anchor > span::before, .btn_anchor > span::after {
  content: "";
  inline-size: calc(20em / 16);
  block-size: calc(20em / 16);
  background: no-repeat center center/contain;
  filter: brightness(0) invert(1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover) {
  .btn_anchor:hover {
    filter: brightness(1.2);
    transform: scale(1.08);
  }
}
.btn_anchor > span::after {
  content: "";
  display: inline-block;
  position: relative;
  inline-size: 0.5em;
  block-size: 0.5em;
  border-block-start: 0.15rem solid #fff;
  border-inline-end: 0.15rem solid #fff;
  vertical-align: baseline;
  transform: scaleY(1) rotate(135deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  filter: brightness(0);
}
@media screen and (hover) {
  .btn_anchor:hover {
    filter: brightness(1);
    transform: scale(1);
  }
  .btn_anchor:hover > span {
    background-color: transparent;
    color: #fff;
  }
  .btn_anchor:hover > span::after {
    animation: arrowLoopOnce 0.5s ease-in-out forwards;
  }
}
@keyframes arrowLoopOnce {
  0% {
    transform: translateY(0) rotate(135deg);
    opacity: 1;
  }
  40% {
    transform: translateY(150%) rotate(135deg);
    opacity: 0;
    filter: brightness(0);
  }
  41% {
    transform: translateY(-150%) rotate(135deg);
    opacity: 0;
    filter: brightness(1);
  }
  100% {
    transform: translateY(0) rotate(135deg);
    opacity: 1;
    filter: brightness(1);
  }
}

.btn_arrow {
  position: relative;
  inline-size: auto;
  border-radius: 2lh;
}
.btn_arrow > span {
  display: inline grid;
  place-items: center;
  grid-template-columns: calc(20em / 16) auto calc(20em / 16);
  -moz-column-gap: calc(14em / 16);
       column-gap: calc(14em / 16);
  position: relative;
  inline-size: 100%;
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
  padding: calc((56em / 16 - 1lh) / 2) calc(10em / 16);
  border: 0.1rem solid #806868;
  border-radius: 2lh;
  background-color: #806868;
  color: #fff;
  font-size: calc(16 / 14 * 100%);
  letter-spacing: 0.1428571429em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-indent: -0.0714285714em;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .btn_arrow > span {
    grid-template-columns: calc(20em / 14) auto calc(20em / 14);
    -moz-column-gap: calc(14em / 16);
         column-gap: calc(14em / 16);
    padding: calc((40em / 14 - 1lh) / 2) calc(10em / 16);
    font-size: calc(14 / 14 * 100%);
  }
}
.btn_arrow > span::before, .btn_arrow > span::after {
  content: "";
  inline-size: calc(20em / 16);
  block-size: calc(20em / 16);
  background: no-repeat center center/contain;
  filter: brightness(0) invert(1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover) {
  .btn_arrow:hover {
    filter: brightness(1.2);
    transform: scale(1.08);
  }
}
.btn_arrow > span {
  grid-template-columns: 0.875em auto 1.75em;
  padding-inline: 1.375em;
}
.btn_arrow > span::before {
  inline-size: 0.875em;
}
.btn_arrow > span::after {
  inline-size: 1.75em;
  background-image: url(../img/icon__arrow.svg);
  background-position: calc(100% - 0.1em) 48%;
  background-size: 200% auto;
}
@media screen and (min-width: 768px) {
  .btn_arrow {
    inline-size: 16.0714285714em;
  }
}
@media screen and (hover) {
  .btn_arrow:hover span::after {
    background-position: 0.1em 48%;
  }
}

.btn_bullet_black {
  position: relative;
  inline-size: auto;
  border-radius: 2lh;
}
.btn_bullet_black > span {
  display: inline grid;
  place-items: center;
  grid-template-columns: calc(20em / 16) auto calc(20em / 16);
  -moz-column-gap: calc(14em / 16);
       column-gap: calc(14em / 16);
  position: relative;
  inline-size: 100%;
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
  padding: calc((56em / 16 - 1lh) / 2) calc(10em / 16);
  border: 0.1rem solid #232323;
  border-radius: 2lh;
  background-color: #232323;
  color: #fff;
  font-size: calc(16 / 14 * 100%);
  letter-spacing: 0.1428571429em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-indent: -0.0714285714em;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .btn_bullet_black > span {
    grid-template-columns: calc(20em / 14) auto calc(20em / 14);
    -moz-column-gap: calc(14em / 16);
         column-gap: calc(14em / 16);
    padding: calc((40em / 14 - 1lh) / 2) calc(10em / 16);
    font-size: calc(14 / 14 * 100%);
  }
}
.btn_bullet_black > span::before, .btn_bullet_black > span::after {
  content: "";
  inline-size: calc(20em / 16);
  block-size: calc(20em / 16);
  background: no-repeat center center/contain;
  filter: brightness(0) invert(1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover) {
  .btn_bullet_black:hover {
    filter: brightness(1.2);
    transform: scale(1.08);
  }
}
.btn_bullet_black > span::after {
  content: "";
  display: inline-block;
  position: relative;
  inline-size: 0.4em;
  block-size: 0.4em;
  border-block-start: 0.15rem solid #fff;
  border-inline-end: 0.15rem solid #fff;
  vertical-align: baseline;
  transform: scaleY(1) rotate(45deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn_white > span {
  border-color: #fff;
  background-color: #fff;
  color: #8c8c8c;
}
.btn_white > span::before, .btn_white > span::after {
  filter: brightness(1) invert(0);
}
@media screen and (hover) {
  .btn_white:hover span {
    border-color: #8c8c8c;
    background-color: #8c8c8c;
    color: #fff;
  }
  .btn_white:hover span::before, .btn_white:hover span::after {
    filter: brightness(0) invert(1);
  }
}

.slider-wrap > * {
  min-height: 0;
  min-width: 0;
}

.slick-slider {
  /* Dots */
}
.slick-slider.slick-dotted {
  margin-block-end: 0;
}
@media screen and (min-width: 768px) {
  .slick-slider.full-slider figure {
    margin-inline: 1.4285714286em;
  }
}
.slick-slider.full-slider .slick-dots {
  position: relative;
  inset-block-end: auto;
  margin-block-start: 2.8571428571em;
}
@media screen and (max-width: 767px) {
  .slick-slider.full-slider .slick-dots {
    margin-block-start: 2.8571428571em;
  }
}
.slick-slider.arrow-slider .slick-slide {
  padding-inline: 0.7142857143em;
}
.slick-slider.arrow-slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .slick-slider.sp-slider {
    display: block;
  }
  .slick-slider.sp-slider .slick-dots {
    position: relative;
    inset-block-end: auto;
    margin-block-start: 2.8571428571em;
  }
}

.slick-dots {
  display: block;
  position: absolute;
  inset-block-end: 1.4285714286em;
  inline-size: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    inset-block-end: 1.4285714286em;
  }
}
.slick-dots li {
  display: inline grid;
  place-items: center;
  position: relative;
  inline-size: 1.1428571429em;
  block-size: 1.1428571429em;
  margin: 0 0.2857142857em;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  inline-size: 50%;
  block-size: 50%;
  border-radius: 50%;
  background: #f3efe7;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background: #555757;
}
.slick-dots li.slick-active button {
  background: #555757;
}

.slick-prev,
.slick-next {
  all: unset;
  position: absolute;
  inset-block-start: 40%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  inline-size: 4rem;
  block-size: 4rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-start 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), inset-inline-end 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), inset-block-end 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), inset-inline-start 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    padding-inline: 1.3333333333vw;
  }
}

.slick-prev {
  inset-inline-start: -2.9166666667vw;
  padding-inline-start: 0.1388888889vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    inset-inline-start: -2.6666666667vw;
    padding-inline-start: 0.5333333333vw;
    text-align: start;
  }
}
@media screen and (hover) {
  .slick-prev:hover {
    inset-inline-start: -3.4722222222vw;
  }
}

.slick-next {
  inset-inline-end: -2.9166666667vw;
}
@media screen and (max-width: 767px) {
  .slick-next {
    inset-inline-end: -2.6666666667vw;
    text-align: end;
  }
}
@media screen and (hover) {
  .slick-next:hover {
    inset-inline-end: -3.4722222222vw;
  }
}

.slick-prev::after,
.slick-next::after {
  position: absolute;
  inset: 0;
  margin: auto;
}

.slick-prev::after {
  content: "";
  display: inline-block;
  position: relative;
  inline-size: 2rem;
  block-size: 2rem;
  border-block-start: 0.1rem solid #454651;
  border-inline-end: 0.1rem solid #454651;
  vertical-align: baseline;
  transform: scaleY(1) rotate(-135deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.slick-next::after {
  content: "";
  display: inline-block;
  position: relative;
  inline-size: 2rem;
  block-size: 2rem;
  border-block-start: 0.1rem solid #454651;
  border-inline-end: 0.1rem solid #454651;
  vertical-align: baseline;
  transform: scaleY(1) rotate(45deg);
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), inset-block-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-block-end 0.5s cubic-bezier(0.23, 1, 0.32, 1), inset-inline-start 0.5s cubic-bezier(0.23, 1, 0.32, 1), inline-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), block-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-position 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}/*# sourceMappingURL=common.css.map */