@charset "UTF-8";
/* ==========================================================================//
// Foundation
// ========================================================================== */
/* stylelint-disable */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

html.is-locked {
  overflow-y: scroll;
  position: fixed;
  left: 0;
  width: 100%;
}

body {
  background-color: #fff7f7;
  font-family: "Zen Kaku Gothic New", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #3c3c3c;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
  background: none;
  font-family: inherit;
  font-size: 100%;
}

textarea {
  resize: none;
}

strong {
  font-weight: 700;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

/* ==========================================================================//
// Libs
// ========================================================================== */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* ==========================================================================//
// Layout
// ========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 105px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 1000;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1180px) {
  .header {
    position: fixed;
    height: 64px;
    border-bottom: 1px solid #f0f0f0;
  }
}
.header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: min(20px, 1.0416666667vw);
  padding-inline: min(52px, 2.7083333333vw) min(55px, 2.8645833333vw);
}
@media all and (max-width: 1180px) {
  .header > .inner {
    padding-inline: 15px;
  }
}
.header[data-header=fixed] {
  position: fixed;
  top: 8px;
  left: 25px;
  right: 25px;
  width: calc(100% - 50px);
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  border-color: #f0f0f0;
}
@media all and (max-width: 1180px) {
  .header[data-header=fixed] {
    left: 8px;
    right: 8px;
    width: calc(100% - 16px);
    height: 56px;
    border-radius: 8px;
    border: none;
  }
}
.header[data-header=fixed] > .inner {
  align-items: center;
}
@media all and (min-width: 1181px) {
  .header[data-header=fixed] > .inner {
    padding: 16px min(51px, 2.65625vw) 16px min(64px, 3.3333333333vw);
  }
}
.header[data-header=fixed] .header-logo > h1 > .logo {
  width: 263px;
}
@media all and (max-width: 1180px) {
  .header[data-header=fixed] .header-logo > h1 > .logo {
    width: 150px;
  }
}

.header-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px min(40px, 2.0833333333vw);
}
@media all and (max-width: 1180px) {
  .header-logo {
    gap: 16px;
    flex-wrap: nowrap;
  }
}
.header-logo > h1 > .logo {
  display: block;
  width: min(335px, 21.4743589744vw);
}
@media all and (max-width: 1180px) {
  .header-logo > h1 > .logo {
    width: 175px;
    flex: 1 0 auto;
  }
}
.header-logo > h1 > .logo > img {
  width: 100%;
}
.header-logo > .text {
  white-space: nowrap;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: min(18px, 0.9375vw);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: left;
  color: #c34a65;
}
@media all and (max-width: 1180px) {
  .header-logo > .text {
    font-size: 0.75rem;
  }
}

.header-menu {
  display: none;
}
@media all and (max-width: 1180px) {
  .header-menu {
    display: block;
  }
}
.header-menu > button {
  position: relative;
  z-index: 7;
  display: block;
  width: 32px;
  height: 30px;
  margin: 2px 0 0;
  padding: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media all and (min-width: 769px) {
  .header-menu > button:hover {
    opacity: 0.7;
  }
}
.header-menu > button[aria-expanded=true] > span::before {
  width: 28px;
}
.header-menu > button[aria-expanded=true] > span:nth-child(1)::before {
  top: 8px;
  transform: rotate(30deg);
}
.header-menu > button[aria-expanded=true] > span:nth-child(2)::before {
  opacity: 0;
}
.header-menu > button[aria-expanded=true] > span:nth-child(3)::before {
  top: 8px;
  transform: rotate(-30deg);
}
.header-menu > button > span {
  display: flex;
  width: 30px;
  height: 1px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.header-menu > button > span::before {
  position: absolute;
  right: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background-color: #c34a65;
  content: "";
  transition: all 0.3s ease-out;
}
.header-menu > button > span:nth-child(1)::before {
  top: 0;
}
.header-menu > button > span:nth-child(2)::before {
  top: 7px;
}
.header-menu > button > span:nth-child(3)::before {
  top: 14px;
}
.header-menu > button > em {
  display: block;
  margin-top: 16px;
  font-size: 0.5rem;
  font-weight: 500;
  text-align: center;
  color: #c34a65;
}

@media all and (max-width: 1180px) {
  .header-nav {
    display: none;
  }
}
@media all and (max-width: 1180px) {
  .header-nav[aria-hidden=false] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 64px);
    overflow-y: auto;
    padding: 8px 25px 120px 30px;
    background-color: #fff7f7;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 30px;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .footer {
    padding: 12px 15px 80px;
  }
}
.footer > .logo {
  display: block;
  width: 267px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .footer > .logo {
    width: 128px;
  }
}
.footer > .copyright {
  font-size: 0.6875rem;
  color: #676767;
}
@media all and (max-width: 768px) {
  .footer > .copyright {
    font-size: 0.625rem;
  }
}

.l-contents {
  overflow: hidden;
}

.no-js noscript .no_js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: #000;
  z-index: 2000;
}
@media all and (max-width: 1180px) {
  .no-js noscript .no_js {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 87px;
  }
}

.no-js noscript .no_js p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.no-js .header {
  position: static;
  margin-top: 42px;
}
@media all and (max-width: 1180px) {
  .no-js .header {
    margin-top: 87px;
  }
}

.no-js .l-contents {
  padding-top: 0;
}

/* ==========================================================================//
// Components
// ========================================================================== */
.nav-global > ul {
  display: flex;
  align-items: center;
  gap: 5px min(48px, 2.5vw);
  justify-content: flex-end;
}
@media all and (max-width: 1180px) {
  .nav-global > ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
.nav-global > ul > li {
  position: relative;
}
@media all and (max-width: 1180px) {
  .nav-global > ul > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.nav-global > ul > li > .link {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  border: none;
  font-size: min(16px, 1.1111111111vw);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
@media all and (min-width: 933px) {
  .nav-global > ul > li > .link {
    transition: all 0.3s ease-out;
  }
  .nav-global > ul > li > .link:hover {
    color: #c34a65;
  }
}
@media all and (max-width: 1180px) {
  .nav-global > ul > li > .link {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding-block: 15px;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.nav-global > ul > li > .link::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background: url("/teaser/assets/images/icon-arrow-down-01.svg") center right no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1180px) {
  .nav-global > ul > li > .link::after {
    width: 14px;
    height: 14px;
    background-image: url("/teaser/assets/images/icon-arrow-right-01.svg");
  }
}

/* ---------------------------------------------
  .button-pink
------------------------------------------------ */
.button-pink, .button-pink-round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  padding: 5px 10px;
  background-color: #d9285f;
  border-radius: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 768px) {
  .button-pink, .button-pink-round {
    min-height: 48px;
    border-radius: 12px;
    font-size: min(0.875rem, 3.7333333333vw);
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.button-pink[target=_blank], [target=_blank].button-pink-round {
  padding-inline: 40px;
}
@media all and (max-width: 768px) {
  .button-pink[target=_blank], [target=_blank].button-pink-round {
    padding-inline: min(24px, 6.4vw);
  }
}
.button-pink[target=_blank]::after, [target=_blank].button-pink-round::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("/teaser/assets/images/icon-external-link-03-pc.svg") left top no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
@media all and (max-width: 768px) {
  .button-pink[target=_blank]::after, [target=_blank].button-pink-round::after {
    right: min(12px, 3.2vw);
    width: min(12px, 3.2vw);
    height: min(12px, 3.2vw);
    background-image: url("/teaser/assets/images/icon-external-link-03-sp.svg");
  }
}
@media all and (min-width: 769px) {
  .button-pink:hover, .button-pink-round:hover {
    background-color: #bf163c;
    border-color: #bf163c;
  }
}
@media all and (min-width: 769px) {
  .button-pink[data-button-variant=reservation][target=_blank], [data-button-variant=reservation][target=_blank].button-pink-round {
    padding-inline: 50px;
  }
}
@media all and (min-width: 769px) {
  .button-pink[data-button-variant=reservation][target=_blank]::after, [data-button-variant=reservation][target=_blank].button-pink-round::after {
    right: 24px;
  }
}

/* ---------------------------------------------
  .button-outline-pink
------------------------------------------------ */
.button-outline-pink, .button-outline-pink-round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  padding: 5px 50px;
  background-color: #fff;
  border: 1px solid #e899ab;
  border-radius: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #c34a65;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 768px) {
  .button-outline-pink, .button-outline-pink-round {
    min-height: 48px;
    padding: 5px min(40px, 10.6666666667vw);
    border-radius: 12px;
    font-size: min(0.875rem, 3.7333333333vw);
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.button-outline-pink::after, .button-outline-pink-round::after {
  position: absolute;
  top: 50%;
  right: min(15px, 4vw);
  width: 32px;
  height: 32px;
  background: url("/teaser/assets/images/icon-arrow-right-02-pc.svg") left top no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: background-image 0.3s ease-out;
  content: "";
}
@media all and (max-width: 768px) {
  .button-outline-pink::after, .button-outline-pink-round::after {
    width: min(24px, 6.4vw);
    height: min(24px, 6.4vw);
    background-image: url("/teaser/assets/images/icon-arrow-right-02-sp.svg");
  }
}
.button-outline-pink[target=_blank], [target=_blank].button-outline-pink-round {
  padding-inline: 40px;
}
@media all and (max-width: 768px) {
  .button-outline-pink[target=_blank], [target=_blank].button-outline-pink-round {
    padding-inline: min(24px, 6.4vw);
  }
}
.button-outline-pink[target=_blank]::after, [target=_blank].button-outline-pink-round::after {
  width: 24px;
  height: 24px;
  background-image: url("/teaser/assets/images/icon-external-link-01-pc.svg");
  z-index: 2;
}
@media all and (max-width: 768px) {
  .button-outline-pink[target=_blank]::after, [target=_blank].button-outline-pink-round::after {
    right: min(11px, 2.9333333333vw);
    width: min(12px, 3.2vw);
    height: min(12px, 3.2vw);
    background-image: url("/teaser/assets/images/icon-external-link-01-sp.svg");
  }
}
@media all and (min-width: 769px) {
  .button-outline-pink:hover, .button-outline-pink-round:hover {
    background-color: #c34a65;
    border-color: #c34a65;
    color: #fff;
  }
}
@media all and (min-width: 769px) {
  .button-outline-pink:hover::after, .button-outline-pink-round:hover::after {
    background-image: url("/teaser/assets/images/icon-arrow-right-03.svg");
  }
}
@media all and (min-width: 769px) {
  .button-outline-pink[target=_blank]:hover::after, [target=_blank].button-outline-pink-round:hover::after {
    background-image: url("/teaser/assets/images/icon-external-link-02.svg");
  }
}

/* ---------------------------------------------
  .button-pink-round
------------------------------------------------ */
.button-pink-round {
  min-height: 58px;
  border-radius: 35px;
  font-size: 1rem;
}
@media all and (max-width: 768px) {
  .button-pink-round {
    min-height: 48px;
  }
}
@media all and (max-width: 768px) {
  .button-pink-round[target=_blank]::after {
    right: 13px;
    width: 16px;
    height: 16px;
  }
}

/* ---------------------------------------------
  .button-outline-pink-round
------------------------------------------------ */
.button-outline-pink-round {
  min-height: 58px;
  border-radius: 35px;
  font-size: 1rem;
}
@media all and (max-width: 768px) {
  .button-outline-pink-round {
    min-height: 52px;
  }
}
.button-outline-pink-round::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(13px, 3.4666666667vw);
  width: 28px;
  height: 28px;
  background-color: #c34a65;
  border-radius: 30px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .button-outline-pink-round::before {
    right: 11px;
    width: 24px;
    height: 24px;
  }
}
.button-outline-pink-round[target=_blank] {
  padding-inline: 14px 40px;
}
@media all and (max-width: 768px) {
  .button-outline-pink-round[target=_blank] {
    padding-inline: 40px;
  }
}
.button-outline-pink-round[target=_blank]::after {
  background-image: url("/teaser/assets/images/icon-external-link-03-pc.svg");
}
@media all and (max-width: 768px) {
  .button-outline-pink-round[target=_blank]::after {
    right: 11px;
    width: 24px;
    height: 24px;
  }
}
@media all and (min-width: 769px) {
  .button-outline-pink-round[target=_blank]:hover::after {
    background-image: url("/teaser/assets/images/icon-external-link-03-pc.svg");
  }
}

/* ---------------------------------------------
  .heading-underline
------------------------------------------------ */
.heading-underline {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
}
@media all and (max-width: 768px) {
  .heading-underline {
    padding-bottom: 7px;
    margin-bottom: 30px;
    font-size: 1.375rem;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
  }
}
.heading-underline::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 1px;
  background-color: #c34a65;
  transform: translateX(-50%);
  content: "";
}
@media all and (max-width: 768px) {
  .heading-underline::before {
    width: 36px;
  }
}

/* ---------------------------------------------
  .heading-dot
------------------------------------------------ */
.heading-dot {
  margin-bottom: 29px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .heading-dot {
    margin-bottom: 13px;
  }
}
.heading-dot > span {
  position: relative;
  padding-left: 20px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
}
@media all and (max-width: 768px) {
  .heading-dot > span {
    font-size: 1.25rem;
  }
}
.heading-dot > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("/teaser/assets/images/icon-circle-01.svg") center left no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  .heading-dot > span::before {
    top: 8px;
    width: 12px;
    height: 12px;
  }
}

.link-text {
  position: relative;
  padding-left: 24px;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .link-text {
    padding-left: 18px;
  }
}
.link-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("/teaser/assets/images/icon-circle-01.svg") center left no-repeat;
  background-size: contain;
}
.link-text > a {
  position: relative;
  padding-right: 30px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media all and (min-width: 769px) {
  .link-text > a {
    transition: all 0.3s ease-out;
  }
  .link-text > a:hover {
    color: #c34a65;
  }
}
@media all and (max-width: 768px) {
  .link-text > a {
    font-size: 0.875rem;
    letter-spacing: normal;
  }
}
.link-text > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #c34a65;
  -webkit-mask: url("/teaser/assets/images/icon-arrow-right-04.svg") right center no-repeat;
          mask: url("/teaser/assets/images/icon-arrow-right-04.svg") right center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.link-text > a[target=_blank]::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/teaser/assets/images/icon-external-link-01-pc.svg");
          mask-image: url("/teaser/assets/images/icon-external-link-01-pc.svg");
}
.link-text > a[href$=".pdf"] {
  padding-right: 21px;
}
@media all and (max-width: 768px) {
  .link-text > a[href$=".pdf"] {
    padding-right: 24px;
  }
}
.link-text > a[href$=".pdf"]::after {
  width: 16px;
  height: 20px;
  -webkit-mask: none;
          mask: none;
  background: url("/teaser/assets/images/icon-pdf-01.svg") right center no-repeat;
}
@media all and (min-width: 769px) {
  .link-text > a:hover {
    padding-right: 36px;
  }
}
@media all and (min-width: 769px) {
  .link-text > a[target=_blank]:hover {
    padding-right: 30px;
  }
}
@media all and (min-width: 769px) {
  .link-text > a[href$=".pdf"]:hover {
    padding-right: 21px;
  }
}

/* ==========================================================================//
// Pages
// ========================================================================== */
/* ---------------------------------------------
  .teaser-mv
------------------------------------------------ */
.teaser-mv {
  position: relative;
  overflow: hidden;
  padding-bottom: 97px;
}
@media all and (max-width: 768px) {
  .teaser-mv {
    padding-bottom: 0;
  }
}
.teaser-mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1080px;
  transform: translateX(-50%);
  background: url("/teaser/assets/images/bg-mv-pc.png") top center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .teaser-mv::after {
    top: 64px;
    height: 748px;
    background-image: url("/teaser/assets/images/bg-mv-sp.png");
  }
}
.teaser-mv > .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-block: 193px 35px;
}
@media all and (max-width: 1180px) {
  .teaser-mv > .inner {
    padding-top: 120px;
  }
}
@media all and (max-width: 768px) {
  .teaser-mv > .inner {
    display: block;
    padding-block: 81px 40px;
  }
}
.teaser-mv > .inner > .box {
  position: relative;
  order: 1;
  padding: min(60px, 3.125vw) 0 0 9.4791666667vw;
}
@media all and (max-width: 768px) {
  .teaser-mv > .inner > .box {
    padding: 0;
    text-align: center;
  }
}
.teaser-mv > .inner > .box::after {
  content: "";
  display: block;
  position: absolute;
  top: max(-60px, -3.125vw);
  right: max(-170px, -8.8541666667vw);
  width: min(742px, 38.6458333333vw);
  height: min(711px, 37.03125vw);
  background: url("/teaser/assets/images/bg-light-01.png") top right no-repeat;
  background-size: contain;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .teaser-mv > .inner > .box::after {
    top: -26.6666666667vw;
    right: -6.6666666667vw;
    width: 80vw;
    height: 76.8vw;
  }
}
.teaser-mv > .inner > .box > .title {
  width: min(600px, 31.25vw);
}
@media all and (max-width: 768px) {
  .teaser-mv > .inner > .box > .title {
    width: 86.9333333333vw;
    margin: 0 auto;
  }
}
.teaser-mv > .inner > .box > .title > picture > img {
  display: block;
  width: 100%;
  height: auto;
}

.teaser-mv-list {
  display: flex;
  gap: min(17px, 0.8854166667vw);
  margin-top: min(56px, 2.9166666667vw);
}
@media all and (max-width: 768px) {
  .teaser-mv-list {
    justify-content: center;
    margin-top: 48px;
    gap: 4px;
  }
}
.teaser-mv-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(190px, 9.8958333333vw);
  min-height: min(100px, 5.2083333333vw);
  border-radius: min(16px, 0.8333333333vw);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(169, 56, 63, 0.4);
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: min(18px, 0.9375vw);
  text-align: center;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-mv-list > li {
    width: 29.8666666667vw;
    min-height: 67px;
    font-size: 0.75rem;
    border-radius: 8px;
  }
}
.teaser-mv-list > .dot {
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .teaser-mv-list > .dot {
    line-height: 1;
  }
}

.teaser-mv-open {
  margin-bottom: min(40px, 2.0833333333vw);
  font-family: "EB Garamond", serif;
}
@media all and (max-width: 768px) {
  .teaser-mv-open {
    margin-bottom: 14px;
  }
}
.teaser-mv-open > .date {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: min(8px, 0.4166666667vw);
}
@media all and (max-width: 768px) {
  .teaser-mv-open > .date {
    gap: 4px;
    line-height: 1.3;
  }
}
.teaser-mv-open > .date > .num {
  font-size: min(33px, 1.71875vw);
}
@media all and (max-width: 768px) {
  .teaser-mv-open > .date > .num {
    font-size: 1.375rem;
  }
}
.teaser-mv-open > .date > .unit {
  font-size: min(21px, 1.09375vw);
}
@media all and (max-width: 768px) {
  .teaser-mv-open > .date > .unit {
    font-size: 0.875rem;
  }
}
.teaser-mv-open > .text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: min(6px, 0.3125vw);
  line-height: 1.3;
}
.teaser-mv-open > .text > .small {
  font-size: min(29px, 1.5104166667vw);
}
@media all and (max-width: 768px) {
  .teaser-mv-open > .text > .small {
    font-size: 1.125rem;
  }
}
.teaser-mv-open > .text > .large {
  font-size: min(31px, 1.6145833333vw);
}
@media all and (max-width: 768px) {
  .teaser-mv-open > .text > .large {
    font-size: 1.25rem;
  }
}

/* ---------------------------------------------
  .teaser-mv-slide
------------------------------------------------ */
.teaser-mv-slide {
  order: 2;
  width: min(960px, 50vw);
}
@media all and (max-width: 768px) {
  .teaser-mv-slide {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 15px;
  }
}
.teaser-mv-slide .splide__list {
  width: 100%;
}
.teaser-mv-slide .splide__slide {
  width: 100%;
  overflow: hidden;
  border-radius: min(100px, 5.2083333333vw) 0 0 min(100px, 5.2083333333vw);
  height: min(700px, 36.4583333333vw);
}
@media all and (max-width: 768px) {
  .teaser-mv-slide .splide__slide {
    border-radius: 4.2666666667vw 0 0 4.2666666667vw;
    height: 67.7333333333vw;
  }
}
.teaser-mv-slide .splide__slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.teaser-mv-slide .splide__slide.is-active > img, .teaser-mv-slide .splide__slide.is-prev > img {
  animation: teaser-zoom-in 10s linear 0s 1 normal both;
}
@keyframes teaser-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.teaser-mv-slide .splide__pagination {
  position: static;
  gap: 8px;
  padding: 0;
  font-size: 0;
}
@media all and (max-width: 768px) {
  .teaser-mv-slide .splide__pagination {
    gap: 6px;
  }
}
.teaser-mv-slide .splide__pagination li {
  display: block;
}
.teaser-mv-slide.is-rewinding .splide__slide:first-child {
  opacity: 1 !important;
  z-index: 1;
}
.teaser-mv-slide .splide__pagination__page {
  width: 40px;
  height: 2px;
  margin: 0;
  background-color: #c9caca;
  border: none;
  border-radius: 3px;
  opacity: 1;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.teaser-mv-slide .splide__pagination__page:hover, .teaser-mv-slide .splide__pagination__page.is-active {
  transform: none;
  background-color: #c34a65;
}
.teaser-mv-slide > .controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}
@media all and (max-width: 768px) {
  .teaser-mv-slide > .controls {
    gap: 12px;
    padding-inline: 15px;
    margin-top: 17px;
    justify-content: flex-end;
  }
}
.teaser-mv-slide > .controls > .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  padding: 3px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(140deg, #d5d5d5 0%, #edf1f5 49.75%, #fff 100%);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media all and (max-width: 768px) {
  .teaser-mv-slide > .controls > .button {
    width: 26px;
    height: 26px;
    background: linear-gradient(145deg, #d5d5d5 0%, #edf1f5 49.75%, #fff 100%);
  }
}
.teaser-mv-slide > .controls > .button::after {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  display: block;
  width: 31px;
  height: 31px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  content: "";
}
@media all and (max-width: 768px) {
  .teaser-mv-slide > .controls > .button::after {
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
  }
}
@media all and (min-width: 769px) {
  .teaser-mv-slide > .controls > .button:hover::after {
    background-color: #faf5f7;
  }
}
.teaser-mv-slide > .controls > .button[aria-pressed=true] > .play {
  display: block;
}
.teaser-mv-slide > .controls > .button[aria-pressed=false] > .play, .teaser-mv-slide > .controls > .button[aria-pressed=true] > .pause {
  display: none;
}
.teaser-mv-slide > .controls > .button > .pause {
  display: flex;
  gap: 5px;
}
@media all and (max-width: 768px) {
  .teaser-mv-slide > .controls > .button > .pause {
    gap: 4px;
    padding-bottom: 1px;
  }
}
.teaser-mv-slide > .controls > .button > .pause::before, .teaser-mv-slide > .controls > .button > .pause::after {
  display: block;
  width: 2px;
  height: 10px;
  background-color: #c34a65;
  z-index: 2;
  content: "";
}
@media all and (max-width: 768px) {
  .teaser-mv-slide > .controls > .button > .pause::before, .teaser-mv-slide > .controls > .button > .pause::after {
    height: 9px;
  }
}
.teaser-mv-slide > .controls > .button > .play {
  position: relative;
  display: none;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #c34a65;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .teaser-mv-slide > .controls > .button > .play {
    border-width: 4px 0 4px 7px;
  }
}

/* ---------------------------------------------
  .teaser-box-notice
------------------------------------------------ */
.teaser-box-notice {
  position: relative;
  max-width: 1560px;
  width: 100%;
  margin: -97px auto 0;
  padding: 0 30px 80px;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .teaser-box-notice {
    max-width: 100%;
    padding: 41px 15px 56px;
    margin-top: 0;
  }
}
.teaser-box-notice > .inner {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(120px, 7.6923076923vw);
  position: relative;
  width: 100%;
  padding: 64px 0 64px min(132px, 8.4615384615vw);
  border-radius: 10px;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner {
    flex-direction: column;
    gap: 24px;
    padding: 53px 0 40px;
    border-radius: 13px;
  }
}
.teaser-box-notice > .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  background: linear-gradient(#e3d587 0%, #dd986e 100%);
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner::before {
    width: 100%;
    height: 13px;
    border-radius: 13px 13px 0px 0;
    background: linear-gradient(to left, #e3d587 0%, #dd986e 100%);
  }
}
.teaser-box-notice > .inner > .box {
  width: 100%;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .box {
    padding-inline: 15px;
  }
}
.teaser-box-notice > .inner > .box > .label {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .box > .label {
    margin-bottom: 31px;
  }
}
.teaser-box-notice > .inner > .box > .label > span {
  padding: 15px min(38px, 2.4358974359vw);
  border-radius: 39px;
  background-color: #fff5c9;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .box > .label > span {
    display: block;
    width: 100%;
    padding: 11px 20px 10px;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
.teaser-box-notice > .inner > .box > .text {
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .box > .text {
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: center;
  }
}
.teaser-box-notice > .inner > .box > .text + .text {
  margin-top: 7px;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .box > .text + .text {
    margin-top: 13px;
  }
}
.teaser-box-notice > .inner > .box > .text > .highlight {
  content: "";
  background: linear-gradient(transparent 70%, #fff5c9 65%);
  font-weight: 700;
}
.teaser-box-notice > .inner > .box > .list {
  margin-top: 19px;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .box > .list {
    margin-top: 6px;
  }
}
.teaser-box-notice > .inner > .box > .list > li {
  position: relative;
  padding-left: 23px;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .box > .list > li {
    padding-left: 20px;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
  }
}
.teaser-box-notice > .inner > .box > .list > li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 19px;
}
.teaser-box-notice > .inner > .image {
  overflow: hidden;
  width: min(721px, 46.2179487179vw);
  flex: 1 0 auto;
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .image {
    width: 100%;
    padding-left: 15px;
  }
}
.teaser-box-notice > .inner > .image > picture > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: min(30px, 1.9230769231vw) 0 0 min(30px, 1.9230769231vw);
}
@media all and (max-width: 768px) {
  .teaser-box-notice > .inner > .image > picture > img {
    border-radius: 20px 0 0 20px;
  }
}

.teaser-box-notice-discount {
  margin-top: 35px;
  padding: 30px 40px 24px;
  border-radius: 16px;
  background-color: #f7f4f2;
}
@media all and (max-width: 768px) {
  .teaser-box-notice-discount {
    margin-top: 30px;
    padding: 15px 16px 14px;
  }
}
.teaser-box-notice-discount > .item {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px 20px;
}
@media all and (max-width: 768px) {
  .teaser-box-notice-discount > .item {
    gap: 3px;
  }
}
.teaser-box-notice-discount > .item + .item {
  flex-direction: row;
  margin-top: 6px;
}
@media all and (max-width: 768px) {
  .teaser-box-notice-discount > .item + .item {
    flex-direction: column;
    margin-top: 10px;
  }
}
.teaser-box-notice-discount > .item > .title {
  width: 110px;
  flex: 0 0 auto;
  font-size: 1.125rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .teaser-box-notice-discount > .item > .title {
    width: 100%;
    font-size: 0.9375rem;
    font-size: 15px;
  }
}
.teaser-box-notice-discount > .item > .box {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}
@media all and (max-width: 768px) {
  .teaser-box-notice-discount > .item > .box {
    gap: 5px;
  }
}
.teaser-box-notice-discount > .item > .box > .num {
  font-family: "EB Garamond", serif;
  font-size: 2.375rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-box-notice-discount > .item > .box > .num {
    font-size: 1.875rem;
    font-size: 30px;
  }
}
.teaser-box-notice-discount > .item > .box > .unit {
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.125rem;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-box-notice-discount > .item > .box > .unit {
    font-size: 1rem;
    font-weight: bold;
  }
}
.teaser-box-notice-discount > .item > .box > .text {
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-box-notice-discount > .item > .box > .text {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
  }
}

/* ---------------------------------------------
  .teaser-section-experience
------------------------------------------------ */
.teaser-section-experience {
  background-color: #fff;
  overflow: hidden;
}
.teaser-section-experience > .inner {
  width: 100%;
  padding: 56px 15px 53px;
}
@media all and (min-width: 769px) {
  .teaser-section-experience > .inner {
    max-width: 1560px;
    padding: 80px 30px 128px;
    margin: 0 auto;
  }
}

/* ---------------------------------------------
  .teaser-box-experience
------------------------------------------------ */
.teaser-box-experience {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media all and (min-width: 1000px) {
  .teaser-box-experience {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.teaser-box-experience > .box-image {
  display: grid;
  row-gap: 16px;
}
@media all and (min-width: 1000px) {
  .teaser-box-experience > .box-image {
    flex: 0 0 50vw;
    row-gap: 24px;
    width: 50vw;
    padding-right: min(80px, 5.1282051282vw);
    margin-left: calc(50% - 50vw);
  }
}
.teaser-box-experience > .box-image > .image-top,
.teaser-box-experience > .box-image > .image-bottom {
  display: block;
  width: 100%;
}
.teaser-box-experience > .box-image > .image-top {
  max-width: 23.28125vw;
}
@media all and (max-width: 999px) {
  .teaser-box-experience > .box-image > .image-top {
    max-width: 447px;
    margin-left: -30px;
  }
}
@media all and (max-width: 768px) {
  .teaser-box-experience > .box-image > .image-top {
    max-width: 53.3333333333vw;
    margin-left: -15px;
  }
}
.teaser-box-experience > .box-image > .image-bottom {
  max-width: 38.0729166667vw;
  margin-left: auto;
}
@media all and (max-width: 999px) {
  .teaser-box-experience > .box-image > .image-bottom {
    max-width: 731px;
  }
}
@media all and (max-width: 768px) {
  .teaser-box-experience > .box-image > .image-bottom {
    max-width: 76.2666666667vw;
  }
}
.teaser-box-experience > .box-image > .image-top > img,
.teaser-box-experience > .box-image > .image-bottom > img {
  width: 100%;
}
.teaser-box-experience > .box-image > .image-top > img {
  border-radius: 0 32px 32px 0;
}
@media all and (max-width: 768px) {
  .teaser-box-experience > .box-image > .image-top > img {
    border-radius: 0 16px 16px 0;
  }
}
.teaser-box-experience > .box-image > .image-bottom > img {
  border-radius: 32px;
}
@media all and (max-width: 768px) {
  .teaser-box-experience > .box-image > .image-bottom > img {
    border-radius: 16px;
  }
}
@media all and (min-width: 1000px) {
  .teaser-box-experience > .detail {
    padding-bottom: min(76px, 4.8717948718vw);
  }
}
.teaser-box-experience > .detail > .title {
  margin-bottom: 24px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.5952380952;
  letter-spacing: 0.02em;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-box-experience > .detail > .title {
    margin-bottom: 21px;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
.teaser-box-experience > .detail > .text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media all and (max-width: 768px) {
  .teaser-box-experience > .detail > .text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.teaser-box-experience > .detail > .text + .text {
  margin-top: 6px;
}
@media all and (max-width: 768px) {
  .teaser-box-experience > .detail > .text + .text {
    margin-top: 13px;
  }
}

/* ---------------------------------------------
  .teaser-section-facility
------------------------------------------------ */
.teaser-section-facility {
  padding-bottom: 120px;
  background-color: #fff;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .teaser-section-facility {
    padding-bottom: 56px;
  }
}
.teaser-section-facility > .heading-underline {
  margin-bottom: 39px;
}
@media all and (max-width: 768px) {
  .teaser-section-facility > .heading-underline {
    margin-bottom: 31px;
  }
}

/* ---------------------------------------------
  .teaser-box-facility
------------------------------------------------ */
.teaser-box-facility .splide__slide {
  width: 34.896vw;
}
@media all and (max-width: 768px) {
  .teaser-box-facility .splide__slide {
    width: 84vw;
  }
}
.teaser-box-facility .splide__slide > img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.teaser-box-facility .splide__slide:not(.is-active) > img {
  opacity: 0.28;
}
.teaser-box-facility .splide__pagination {
  position: static;
  gap: 8px;
  padding: 0;
  font-size: 0;
}
@media all and (max-width: 768px) {
  .teaser-box-facility .splide__pagination {
    gap: 6px;
  }
}
.teaser-box-facility .splide__pagination li {
  display: block;
}
.teaser-box-facility .splide__pagination__page {
  width: 40px;
  height: 2px;
  margin: 0;
  background-color: #c9caca;
  border: none;
  border-radius: 3px;
  opacity: 1;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .teaser-box-facility .splide__pagination__page {
    width: 20px;
  }
}
.teaser-box-facility .splide__pagination__page:hover, .teaser-box-facility .splide__pagination__page.is-active {
  transform: none;
  background-color: #c34a65;
}
.teaser-box-facility > .controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 40px;
  padding-inline: 30px;
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  .teaser-box-facility > .controls {
    gap: 8px;
    padding-inline: 15px;
    margin-top: 17px;
  }
}
.teaser-box-facility > .controls > .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  padding: 3px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(140deg, #d5d5d5 0%, #edf1f5 49.75%, #fff 100%);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media all and (max-width: 768px) {
  .teaser-box-facility > .controls > .button {
    width: 26px;
    height: 26px;
    background: linear-gradient(145deg, #d5d5d5 0%, #edf1f5 49.75%, #fff 100%);
  }
}
.teaser-box-facility > .controls > .button::after {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  display: block;
  width: 31px;
  height: 31px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  content: "";
}
@media all and (max-width: 768px) {
  .teaser-box-facility > .controls > .button::after {
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
  }
}
@media all and (min-width: 769px) {
  .teaser-box-facility > .controls > .button:hover::after {
    background-color: #faf5f7;
  }
}
.teaser-box-facility > .controls > .button[aria-pressed=true] > .play {
  display: block;
}
.teaser-box-facility > .controls > .button[aria-pressed=false] > .play, .teaser-box-facility > .controls > .button[aria-pressed=true] > .pause {
  display: none;
}
.teaser-box-facility > .controls > .button > .pause {
  display: flex;
  gap: 5px;
}
@media all and (max-width: 768px) {
  .teaser-box-facility > .controls > .button > .pause {
    gap: 4px;
    padding-bottom: 1px;
  }
}
.teaser-box-facility > .controls > .button > .pause::before, .teaser-box-facility > .controls > .button > .pause::after {
  display: block;
  width: 2px;
  height: 10px;
  background-color: #c34a65;
  z-index: 2;
  content: "";
}
@media all and (max-width: 768px) {
  .teaser-box-facility > .controls > .button > .pause::before, .teaser-box-facility > .controls > .button > .pause::after {
    height: 9px;
  }
}
.teaser-box-facility > .controls > .button > .play {
  position: relative;
  display: none;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #c34a65;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .teaser-box-facility > .controls > .button > .play {
    border-width: 4px 0 4px 7px;
  }
}

/* ---------------------------------------------
  .teaser-section-services
------------------------------------------------ */
.teaser-section-services {
  background: url("/teaser/assets/images/bg-teaser-services-pc.png") top center no-repeat;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .teaser-section-services {
    background-image: url("/teaser/assets/images/bg-teaser-services-sp.png");
  }
}
.teaser-section-services > .inner {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 128px 30px 120px;
}
@media all and (max-width: 768px) {
  .teaser-section-services > .inner {
    padding: 54px 15px 56px;
  }
}
.teaser-section-services > .inner > .text {
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .teaser-section-services > .inner > .text {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.teaser-box-services {
  margin-top: 62px;
  padding: 80px min(64px, 4.1025641026vw);
  background-color: #fff;
  border-radius: min(30px, 1.9230769231vw);
}
@media all and (max-width: 768px) {
  .teaser-box-services {
    margin-top: 30px;
    padding: 24px 15px;
    border-radius: 16px;
  }
}
.teaser-box-services > .item + .item {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #c9caca;
}
@media all and (max-width: 768px) {
  .teaser-box-services > .item + .item {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.teaser-box-services-info {
  display: flex;
  gap: min(80px, 5.1282051282vw);
}
@media all and (max-width: 768px) {
  .teaser-box-services-info {
    flex-direction: column;
    gap: 24px;
  }
}
.teaser-box-services-info + * {
  margin-top: 64px;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info + * {
    margin-top: 32px;
  }
}
.teaser-box-services-info > .box {
  width: 100%;
}
.teaser-box-services-info > .box > .heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .box > .heading {
    flex-direction: column;
    gap: 1px;
    justify-content: center;
    margin-bottom: 22px;
  }
}
.teaser-box-services-info > .box > .heading > .icon {
  display: block;
  width: 50px;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .box > .heading > .icon {
    width: 36px;
  }
}
.teaser-box-services-info > .box > .heading > .text {
  display: block;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .box > .heading > .text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.teaser-box-services-info > .box > .title {
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .box > .title {
    margin-bottom: 13px;
    font-size: 1.125rem;
    line-height: 1.55;
  }
}
.teaser-box-services-info > .box > .text {
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .box > .text {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.teaser-box-services-info > .box > .text + .text {
  margin-top: 6px;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .box > .text + .text {
    margin-top: 5px;
  }
}
.teaser-box-services-info > .box > .text > sup {
  font-size: 0.75rem;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .box > .text > sup {
    font-size: 0.625rem;
  }
}
.teaser-box-services-info > .box > .link-text {
  margin-top: 32px;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .box > .link-text {
    margin-top: 7px;
  }
}
.teaser-box-services-info > .image {
  overflow: hidden;
  width: min(606px, 38.8461538462vw);
  flex: 1 0 auto;
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .image {
    width: 100%;
  }
}
.teaser-box-services-info > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: min(30px, 1.9230769231vw);
}
@media all and (max-width: 768px) {
  .teaser-box-services-info > .image > img {
    border-radius: 16px;
  }
}

.teaser-box-services-course {
  padding: 36px 40px 40px;
  border-radius: min(30px, 1.9230769231vw);
  background-color: #fff7f7;
}
@media all and (max-width: 768px) {
  .teaser-box-services-course {
    padding: 21px 15px;
    border-radius: 16px;
  }
}
.teaser-box-services-course + .teaser-box-services-course {
  margin-top: 24px;
}
@media all and (max-width: 768px) {
  .teaser-box-services-course + .teaser-box-services-course {
    margin-top: 41px;
  }
}
.teaser-box-services-course > .link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.teaser-list-services-course {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media all and (max-width: 1180px) {
  .teaser-list-services-course {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .teaser-list-services-course {
    grid-template-columns: 1fr;
  }
}
.teaser-list-services-course > .card {
  overflow: hidden;
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  grid-gap: 0;
  border-radius: min(30px, 1.9230769231vw);
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .teaser-list-services-course > .card {
    display: block;
    border-radius: 16px;
  }
}
.teaser-list-services-course > .card > .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px 15px;
  border-radius: min(30px, 1.9230769231vw) min(30px, 1.9230769231vw) 0px 0px;
  background-color: #ffeaea;
}
@media all and (max-width: 768px) {
  .teaser-list-services-course > .card > .heading {
    padding: 7px 10px 6px;
    border-radius: 16px 16px 0px 0px;
  }
}
.teaser-list-services-course > .card > .heading > .title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-list-services-course > .card > .heading > .title {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.teaser-list-services-course > .card > .box {
  display: flex;
  gap: min(24px, 1.5384615385vw);
  padding: min(24px, 1.5384615385vw);
}
@media all and (max-width: 768px) {
  .teaser-list-services-course > .card > .box {
    flex-direction: column;
    gap: 18px;
    padding: 16px;
  }
}
.teaser-list-services-course > .card > .box > .image {
  overflow: hidden;
  width: 138px;
  flex: 1 0 auto;
  border-radius: min(16px, 1.0256410256vw);
}
@media all and (max-width: 768px) {
  .teaser-list-services-course > .card > .box > .image {
    width: 100%;
    height: 24vw;
    border-radius: 16px;
  }
}
.teaser-list-services-course > .card > .box > .image > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser-list-services-course > .card > .box > .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.teaser-list-services-course > .card > .box > .detail > .title {
  margin-bottom: 13px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media all and (max-width: 768px) {
  .teaser-list-services-course > .card > .box > .detail > .title {
    margin-bottom: 9px;
    font-size: 1.125rem;
    line-height: 1.25;
    letter-spacing: 0.06em;
  }
}
.teaser-list-services-course > .card > .box > .detail > .text {
  flex: 1;
}
@media all and (max-width: 768px) {
  .teaser-list-services-course > .card > .box > .detail > .text {
    font-size: 0.875rem;
  }
}
.teaser-list-services-course[data-card-variant=pink] {
  grid-gap: 24px;
}
@media all and (max-width: 768px) {
  .teaser-list-services-course[data-card-variant=pink] {
    grid-gap: 16px;
  }
}
.teaser-list-services-course[data-card-variant=pink] > .card > .box {
  background-color: #fff7f7;
}
.teaser-list-services-course[data-column-variant="2"] {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 16px;
}
@media all and (max-width: 768px) {
  .teaser-list-services-course[data-column-variant="2"] {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.teaser-box-services-price {
  max-width: 210px;
  width: 100%;
  margin-top: 16px;
  padding: 11px 0 12px min(16px, 1.0256410256vw);
  border-radius: min(16px, 1.0256410256vw);
  background-color: #fff7f7;
}
@media all and (max-width: 768px) {
  .teaser-box-services-price {
    max-width: 100%;
    margin-top: 14px;
    padding: 7px 8px 11px;
    border-radius: 12px;
  }
}
.teaser-box-services-price > .text {
  display: block;
  margin-bottom: 11px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-box-services-price > .text {
    margin-bottom: 7px;
  }
}
.teaser-box-services-price > .box {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.teaser-box-services-price > .box + .text {
  margin-top: 11px;
}
@media all and (max-width: 768px) {
  .teaser-box-services-price > .box + .text {
    margin-top: 7px;
  }
}
.teaser-box-services-price > .box > .plan {
  display: block;
  flex: 1 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: min(22px, 1.8644067797vw);
  color: #3d3d3d;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .teaser-box-services-price > .box > .plan {
    font-size: 1rem;
  }
}
.teaser-box-services-price > .box > .price {
  display: flex;
  flex-wrap: wrap;
  align-items: self-end;
  gap: 0 7px;
  width: 100%;
}
.teaser-box-services-price > .box > .price + .price {
  margin-top: 8px;
}
@media all and (max-width: 768px) {
  .teaser-box-services-price > .box > .price + .price {
    margin-top: 6px;
  }
}
.teaser-box-services-price > .box > .price > .plus {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2;
}
.teaser-box-services-price > .box > .price > .num {
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  color: #3d3d3d;
}
@media all and (max-width: 768px) {
  .teaser-box-services-price > .box > .price > .num {
    font-size: 1.5rem;
  }
}
.teaser-box-services-price > .box > .price > .unit {
  font-size: 1rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .teaser-box-services-price > .box > .price > .unit {
    font-size: 0.875rem;
  }
}
.teaser-box-services-price > .box > .price > .tax {
  margin-left: -8px;
  font-size: 0.875rem;
}
@media all and (max-width: 768px) {
  .teaser-box-services-price > .box > .price > .tax {
    font-size: 0.75rem;
  }
}
.teaser-box-services-price[data-background-variant=white] {
  background-color: #fff;
}

/* ---------------------------------------------
  .teaser-section-book
------------------------------------------------ */
.teaser-section-book > .inner {
  width: 100%;
  padding: 56px 15px;
}
@media all and (min-width: 769px) {
  .teaser-section-book > .inner {
    max-width: 1560px;
    padding: 120px 30px;
    margin: 0 auto;
  }
}
.teaser-section-book[data-background-variant=image] {
  background: url("/teaser/assets/images/bg-teaser-book-pc.png") top center no-repeat;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .teaser-section-book[data-background-variant=image] {
    background-image: url("/teaser/assets/images/bg-teaser-book-sp.png");
  }
}

/* ---------------------------------------------
  .teaser-box-book
------------------------------------------------ */
@media all and (min-width: 769px) {
  .teaser-box-book {
    position: relative;
    padding: 80px 30px 80px min(120px, 7.6923076923vw);
    border-radius: 30px;
    overflow: hidden;
  }
}
@media all and (max-width: 1180px) {
  .teaser-box-book {
    padding-left: 30px;
  }
}
@media all and (max-width: 768px) {
  .teaser-box-book {
    padding-left: 0;
  }
}
.teaser-box-book > .image {
  display: block;
}
@media all and (min-width: 769px) {
  .teaser-box-book > .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.teaser-box-book > .image > img {
  width: 100%;
  border-radius: 16px;
}
@media all and (min-width: 769px) {
  .teaser-box-book > .image > img {
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
}
.teaser-box-book > .box {
  position: relative;
  width: 100%;
  max-width: min(540px, 45.7627118644vw);
  padding: 59px 20px 64px;
  background-color: #fff;
  border-radius: 30px;
}
@media all and (max-width: 768px) {
  .teaser-box-book > .box {
    width: calc(100% - 30px);
    max-width: none;
    padding: 24px 16px;
    margin: max(-74px, -19.7333333333vw) auto 0;
    border-radius: 20px;
  }
}
.teaser-box-book > .box > .title {
  margin-bottom: 19px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.7857142857;
  letter-spacing: 0.03em;
  color: #c34a65;
  text-align: center;
}
@media all and (max-width: 768px) {
  .teaser-box-book > .box > .title {
    margin-bottom: 15px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
.teaser-box-book > .box > .button {
  padding-inline: 8px;
}
@media all and (min-width: 769px) {
  .teaser-box-book > .box > .button {
    width: 100%;
    max-width: 400px;
    padding-inline: 0;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .teaser-box-book > .box > .button > a {
    letter-spacing: normal;
  }
}
.teaser-box-book[data-box-variant=recruit] {
  margin-top: 56px;
}
@media all and (min-width: 769px) {
  .teaser-box-book[data-box-variant=recruit] {
    padding-block: 56px;
    margin-top: 121px;
  }
}
@media all and (min-width: 769px) {
  .teaser-box-book[data-box-variant=recruit] > .box {
    max-width: min(695px, 58.8983050847vw);
    padding: 35px 20px 40px;
  }
}
.teaser-box-book[data-box-variant=recruit] > .box > .title {
  color: #3c3c3c;
  text-align: left;
}
@media all and (min-width: 769px) {
  .teaser-box-book[data-box-variant=recruit] > .box > .title {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .teaser-box-book[data-box-variant=recruit] > .box > .button > a {
    font-size: min(0.9375rem, 4vw);
    line-height: 1.8666666667;
    letter-spacing: 0.1em;
  }
}

/* ---------------------------------------------
  .teaser-section-features
------------------------------------------------ */
.teaser-section-features {
  background: url("/teaser/assets/images/bg-teaser-features-pc.png") top center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .teaser-section-features {
    background-image: url("/teaser/assets/images/bg-teaser-features-sp.png");
  }
}
.teaser-section-features > .inner {
  width: 100%;
  padding: 10px 15px 56px;
}
@media all and (min-width: 769px) {
  .teaser-section-features > .inner {
    max-width: 1560px;
    padding: 121px 30px 120px;
    margin: 0 auto;
  }
}
.teaser-section-features > .inner > .heading-underline {
  margin-bottom: 39px;
}
@media all and (max-width: 768px) {
  .teaser-section-features > .inner > .heading-underline {
    margin-bottom: 33px;
  }
}

/* ---------------------------------------------
  .teaser-list-features
------------------------------------------------ */
.teaser-list-features > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0 65px;
}
@media all and (max-width: 899px) {
  .teaser-list-features > li {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 22px;
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .teaser-list-features > li {
    padding: 42px 0 41px;
  }
}
.teaser-list-features > li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1500px;
  height: 1px;
  background-color: #c9caca;
  content: "";
}
@media all and (max-width: 899px) {
  .teaser-list-features > li::after {
    max-width: 100%;
  }
}
@media all and (min-width: 900px) {
  .teaser-list-features > li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 900px) {
  .teaser-list-features > li:nth-child(odd) > .detail {
    padding: 0 0 0 min(80px, 5.1282051282vw);
  }
}
@media all and (max-width: 899px) {
  .teaser-list-features > li:nth-child(odd) > .image {
    margin: 0 0 0 -30px;
  }
}
@media all and (max-width: 768px) {
  .teaser-list-features > li:nth-child(odd) > .image {
    margin: 0 0 0 -15px;
  }
}
.teaser-list-features > li:nth-child(odd) > .image > img {
  border-radius: 0 32px 32px 0;
}
@media all and (max-width: 768px) {
  .teaser-list-features > li:nth-child(odd) > .image > img {
    border-radius: 0 16px 16px 0;
  }
}
.teaser-list-features > li:first-child {
  padding-top: 0;
}
.teaser-list-features > li:last-child {
  padding-bottom: 0;
}
.teaser-list-features > li:last-child::after {
  display: none;
}
.teaser-list-features > li[data-item-variant=profile] > .detail > .image {
  margin: 22px -15px 0 0;
}
@media all and (min-width: 900px) {
  .teaser-list-features > li[data-item-variant=profile] > .detail > .image {
    display: none;
  }
}
.teaser-list-features > li[data-item-variant=profile] > .detail > .image > img {
  width: 100%;
}
@media all and (max-width: 899px) {
  .teaser-list-features > li[data-item-variant=profile] > .detail > .image > img {
    border-radius: 32px 0 0 32px;
  }
}
@media all and (max-width: 768px) {
  .teaser-list-features > li[data-item-variant=profile] > .detail > .image > img {
    border-radius: 16px 0 0 16px;
  }
}
@media all and (max-width: 899px) {
  .teaser-list-features > li[data-item-variant=profile]:nth-child(odd) > .detail > .image {
    margin: 22px 0 0 -30px;
  }
}
@media all and (max-width: 768px) {
  .teaser-list-features > li[data-item-variant=profile]:nth-child(odd) > .detail > .image {
    margin: 22px 0 0 -15px;
  }
}
@media all and (max-width: 899px) {
  .teaser-list-features > li[data-item-variant=profile]:nth-child(odd) > .detail > .image > img {
    border-radius: 0 32px 32px 0;
  }
}
@media all and (max-width: 768px) {
  .teaser-list-features > li[data-item-variant=profile]:nth-child(odd) > .detail > .image > img {
    border-radius: 0 16px 16px 0;
  }
}
@media all and (max-width: 899px) {
  .teaser-list-features > li[data-item-variant=profile] > .image {
    display: none;
  }
}
@media all and (min-width: 900px) {
  .teaser-list-features > li > .detail {
    width: 50%;
    flex: 0 0 50%;
    padding-right: min(80px, 5.1282051282vw);
  }
}
.teaser-list-features > li > .detail > .title {
  margin-bottom: 22px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-list-features > li > .detail > .title {
    margin-bottom: 24px;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
}
.teaser-list-features > li > .detail > .text {
  font-size: 1.125rem;
  line-height: 1.6111111111;
  letter-spacing: 0.03em;
}
@media all and (max-width: 768px) {
  .teaser-list-features > li > .detail > .text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.teaser-list-features > li > .detail > .text + .text {
  margin-top: 13px;
}
@media all and (min-width: 900px) {
  .teaser-list-features > li > .image {
    flex: 0 0 50vw;
    width: 50vw;
  }
}
@media all and (max-width: 899px) {
  .teaser-list-features > li > .image {
    margin-right: -30px;
  }
}
@media all and (max-width: 768px) {
  .teaser-list-features > li > .image {
    margin-right: -15px;
  }
}
.teaser-list-features > li > .image > img {
  width: 100%;
  border-radius: 32px 0 0 32px;
}
@media all and (max-width: 768px) {
  .teaser-list-features > li > .image > img {
    border-radius: 16px 0 0 16px;
  }
}

/* ---------------------------------------------
  .teaser-box-profile
------------------------------------------------ */
.teaser-box-profile {
  padding: 18px 20px 16px 40px;
  margin-top: 37px;
  background-color: #f7f4f2;
  border-radius: 16px;
}
@media all and (max-width: 768px) {
  .teaser-box-profile {
    padding: 18px 16px 15px;
    margin-top: 16px;
  }
}
.teaser-box-profile > .head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 23px;
  margin-bottom: 16px;
}
@media all and (max-width: 768px) {
  .teaser-box-profile > .head {
    gap: 8px 16px;
    margin-bottom: 18px;
  }
}
.teaser-box-profile > .head > .position {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media all and (max-width: 768px) {
  .teaser-box-profile > .head > .position {
    position: relative;
    bottom: -2px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.teaser-box-profile > .head > .name {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  color: #c34a65;
  text-align: center;
}
@media all and (max-width: 768px) {
  .teaser-box-profile > .head > .name {
    gap: 4px 8px;
  }
}
.teaser-box-profile > .head > .name > .column > .hiragana {
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
@media all and (max-width: 768px) {
  .teaser-box-profile > .head > .name > .column > .hiragana {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.teaser-box-profile > .head > .name > .column > .kanji {
  font-size: 1.6875rem;
  line-height: 1.1111111111;
}
@media all and (max-width: 768px) {
  .teaser-box-profile > .head > .name > .column > .kanji {
    font-size: 1.25rem;
    line-height: 1.15;
  }
}
.teaser-box-profile > .text {
  font-size: 1rem;
  line-height: 1.5625;
}
@media all and (max-width: 768px) {
  .teaser-box-profile > .text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

/* ---------------------------------------------
  .teaser-section-map
------------------------------------------------ */
.teaser-section-map {
  background-color: #f0ece9;
}
.teaser-section-map > .inner {
  width: 100%;
  padding: 56px 15px 55px;
}
@media all and (min-width: 769px) {
  .teaser-section-map > .inner {
    max-width: 1560px;
    padding: 120px 30px;
    margin: 0 auto;
  }
}
.teaser-section-map > .inner > .box {
  background-color: #fff;
  border-radius: 30px;
}
@media all and (max-width: 768px) {
  .teaser-section-map > .inner > .box {
    border-radius: 16px;
  }
}

/* ---------------------------------------------
  .teaser-box-map
------------------------------------------------ */
.teaser-box-map {
  padding: 72px 30px;
  background-color: #fff;
  border-radius: 30px;
}
@media all and (max-width: 768px) {
  .teaser-box-map {
    padding: 40px 15px 40px;
    border-radius: 16px;
  }
}
.teaser-box-map > .inner {
  display: flex;
  flex-direction: column;
  gap: 31px 30px;
  width: 100%;
}
@media all and (min-width: 900px) {
  .teaser-box-map > .inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media all and (min-width: 900px) {
  .teaser-box-map > .inner > .detail {
    padding-top: 2px;
  }
}
.teaser-box-map > .inner > .detail > .heading {
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.08em;
}
@media all and (max-width: 768px) {
  .teaser-box-map > .inner > .detail > .heading {
    margin-bottom: 23px;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
  }
}
.teaser-box-map > .inner > .detail > .title {
  margin-bottom: 27px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.6071428571;
  letter-spacing: 0.03em;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-box-map > .inner > .detail > .title {
    margin-bottom: 22px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.teaser-box-map > .inner > .detail > .address {
  margin-bottom: 23px;
}
.teaser-box-map > .inner > .detail > .address > .title {
  margin-bottom: 13px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  letter-spacing: 0.07em;
}
@media all and (max-width: 768px) {
  .teaser-box-map > .inner > .detail > .address > .title {
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.06em;
  }
}
.teaser-box-map > .inner > .detail > .address > .text {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
}
@media all and (max-width: 768px) {
  .teaser-box-map > .inner > .detail > .address > .text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    letter-spacing: 0.06em;
  }
}
.teaser-box-map > .inner > .detail > .station > .title {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.07em;
}
@media all and (max-width: 768px) {
  .teaser-box-map > .inner > .detail > .station > .title {
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.06em;
  }
}
.teaser-box-map > .inner > .detail > .station > .text {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .teaser-box-map > .inner > .detail > .station > .text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    letter-spacing: 0.06em;
  }
}
.teaser-box-map > .inner > .map {
  position: relative;
  width: 100%;
  aspect-ratio: 315/182;
  overflow: hidden;
}
@media all and (min-width: 900px) {
  .teaser-box-map > .inner > .map {
    width: 49%;
    aspect-ratio: 588/558;
  }
}
.teaser-box-map > .inner > .map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* ---------------------------------------------
  .teaser-section-faq
------------------------------------------------ */
.teaser-section-faq > .inner {
  width: 100%;
  padding: 56px 15px;
}
@media all and (min-width: 769px) {
  .teaser-section-faq > .inner {
    max-width: 1560px;
    padding: 120px 30px;
    margin: 0 auto;
  }
}
.teaser-section-faq > .inner > .title {
  margin-bottom: 32px;
  font-family: "Zen Old Mincho", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.08em;
  color: #000;
}
@media all and (max-width: 768px) {
  .teaser-section-faq > .inner > .title {
    margin-bottom: 25px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
  }
}

/* ---------------------------------------------
  .teaser-list-faq
------------------------------------------------ */
.teaser-list-faq {
  border-top: 1px solid #c9caca;
}
.teaser-list-faq > li {
  border-bottom: 1px solid #c9caca;
}
.teaser-list-faq > li > .question {
  position: relative;
  display: block;
  width: 100%;
  padding: 32px 45px 30px 25px;
  border: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6111111111;
  color: #333;
  text-align: left;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .teaser-list-faq > li > .question {
    padding: 26px 40px 24px 0;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.teaser-list-faq > li > .question::before,
.teaser-list-faq > li > .question::after {
  position: absolute;
  background-color: #c34a65;
  content: "";
}
.teaser-list-faq > li > .question::before {
  top: 45px;
  right: 23px;
  width: 18px;
  height: 2px;
}
@media all and (max-width: 768px) {
  .teaser-list-faq > li > .question::before {
    top: 36px;
    right: 10px;
    width: 15px;
  }
}
.teaser-list-faq > li > .question::after {
  top: 37px;
  right: 31px;
  width: 2px;
  height: 18px;
  transition: opacity 0.3s ease-out;
}
@media all and (max-width: 768px) {
  .teaser-list-faq > li > .question::after {
    top: 30px;
    right: 17px;
    height: 15px;
  }
}
.teaser-list-faq > li > .question[aria-expanded=true]::after {
  opacity: 0;
}
.teaser-list-faq > li > .question > span {
  position: relative;
  display: block;
  padding-left: 43px;
}
@media all and (max-width: 768px) {
  .teaser-list-faq > li > .question > span {
    padding-left: 27px;
  }
}
.teaser-list-faq > li > .question > span::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "EB Garamond", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  color: #c34a65;
  content: "Q.";
}
@media all and (max-width: 768px) {
  .teaser-list-faq > li > .question > span::before {
    top: 3px;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
  }
}
.teaser-list-faq > li > .answer {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media all and (max-width: 768px) {
  .teaser-list-faq > li > .answer {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.teaser-list-faq > li > .answer[data-state=open] {
  opacity: 1;
}
.teaser-list-faq > li > .answer[data-state=closed] {
  opacity: 0;
}
.teaser-list-faq > li > .answer > .answer-inner {
  padding: 0 45px 29px 67px;
  margin-top: -5px;
}
@media all and (max-width: 768px) {
  .teaser-list-faq > li > .answer > .answer-inner {
    padding: 0 40px 23px 27px;
    margin-top: -4px;
  }
}
.teaser-list-faq > li > .answer > .answer-inner::before {
  position: absolute;
  top: -3px;
  left: 24px;
  font-family: "EB Garamond", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  color: #3c3c3c;
  content: "A.";
}
@media all and (max-width: 768px) {
  .teaser-list-faq > li > .answer > .answer-inner::before {
    top: 1px;
    left: 0;
    font-size: 1.125rem;
  }
}

/* ---------------------------------------------
  .teaser-section-reservation
------------------------------------------------ */
.teaser-section-reservation {
  padding: 116px 30px 124px;
  background: url("/teaser/assets/images/bg-teaser-reservation-pc.jpg") top center no-repeat;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .teaser-section-reservation {
    padding: 56px 15px;
    background-image: url("/teaser/assets/images/bg-teaser-reservation-sp.jpg");
  }
}
.teaser-section-reservation > .content {
  width: 100%;
  padding: 23px 15px 24px;
  background-color: #fff;
  border-radius: 16px;
}
@media all and (min-width: 769px) {
  .teaser-section-reservation > .content {
    max-width: 1500px;
    padding: 72px 30px 64px;
    margin: 0 auto;
    border-radius: 30px;
  }
}
.teaser-section-reservation > .content > .inner {
  width: 100%;
}
@media all and (min-width: 769px) {
  .teaser-section-reservation > .content > .inner {
    max-width: 1260px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) {
  .teaser-section-reservation > .content > .inner > .heading-underline {
    margin-bottom: 39px;
  }
}
.teaser-section-reservation > .content > .inner > .text {
  margin-bottom: 30px;
  font-size: 1.125rem;
  line-height: 1.6111111111;
  letter-spacing: 0.03em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .teaser-section-reservation > .content > .inner > .text {
    margin-bottom: 22px;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: left;
  }
}
.teaser-section-reservation > .content > .inner > .box {
  padding: 29px 30px 32px;
  background-color: #fff7f7;
  border-radius: 30px;
}
@media all and (max-width: 768px) {
  .teaser-section-reservation > .content > .inner > .box {
    padding: 24px 15px 24px;
    border-radius: 16px;
  }
}
.teaser-section-reservation > .content > .inner > .box > .title {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media all and (max-width: 768px) {
  .teaser-section-reservation > .content > .inner > .box > .title {
    margin-bottom: 22px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

/* ---------------------------------------------
  .teaser-list-reservation
------------------------------------------------ */
.teaser-list-reservation {
  display: grid;
  width: 100%;
}
@media all and (min-width: 960px) {
  .teaser-list-reservation {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1148px;
    margin: 0 auto;
  }
}
.teaser-list-reservation > li {
  position: relative;
}
.teaser-list-reservation > li:nth-child(odd) {
  padding-right: min(50px, 3.9682539683vw);
}
@media all and (max-width: 959px) {
  .teaser-list-reservation > li:nth-child(odd) {
    padding: 0 0 16px;
  }
}
.teaser-list-reservation > li:nth-child(odd)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #c9caca;
  content: "";
}
@media all and (max-width: 959px) {
  .teaser-list-reservation > li:nth-child(odd)::after {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.teaser-list-reservation > li:nth-child(even) {
  padding-left: min(50px, 3.9682539683vw);
}
@media all and (max-width: 959px) {
  .teaser-list-reservation > li:nth-child(even) {
    padding: 16px 0 0;
  }
}
.teaser-list-reservation > li > .tel {
  margin-top: 24px;
  font-family: "EB Garamond", serif;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .teaser-list-reservation > li > .tel {
    margin-top: 16px;
    font-size: 1.125rem;
    line-height: 1.2777777778;
  }
}
.teaser-list-reservation > li > .tel > a {
  margin-left: 7px;
  font-size: 1.5rem;
  line-height: 1.2916666667;
  letter-spacing: 0.05em;
}
@media all and (min-width: 769px) {
  .teaser-list-reservation > li > .tel > a {
    font-size: 1.75rem;
    line-height: 1.2857142857;
    pointer-events: none;
    cursor: default;
  }
}
.teaser-list-reservation > li > .open {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 8px;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  color: #3d3d3d;
}
@media all and (max-width: 768px) {
  .teaser-list-reservation > li > .open {
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 7px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.teaser-list-reservation > li > .open > .hours {
  margin-right: 16px;
}
@media all and (min-width: 769px) {
  .teaser-list-reservation > li > .open > .hours {
    position: relative;
    top: 1px;
    margin-right: 8px;
  }
}
.teaser-list-reservation > li > .open > .time {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media all and (max-width: 768px) {
  .teaser-list-reservation > li > .open > .time {
    font-size: 1rem;
  }
}
.teaser-list-reservation > li > .open > .day {
  position: relative;
  top: 1px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8461538462;
}

/* ---------------------------------------------
  .teaser-box-cta
------------------------------------------------ */
.teaser-box-cta {
  position: relative;
  z-index: 1001;
}
.teaser-box-cta > .button {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 16px 24px;
  background-color: #d9285f;
  border-radius: 40px;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media all and (min-width: 769px) {
  .teaser-box-cta > .button {
    display: none;
  }
}
.teaser-box-cta > .button > .text {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.teaser-box-cta-reservation {
  position: fixed;
  right: 0;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation {
    display: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100dvh;
  }
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
}
.teaser-box-cta-reservation[data-state=active] {
  opacity: 1;
  visibility: visible;
}
.teaser-box-cta-reservation.is-visible {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.teaser-box-cta-reservation > .inner > .close {
  display: block;
  position: absolute;
  top: -34px;
  right: 0;
  width: 26px;
  height: 26px;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media all and (min-width: 769px) {
  .teaser-box-cta-reservation > .inner > .close {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .teaser-box-cta-reservation > .inner > .close:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (min-width: 769px) {
  .teaser-box-cta-reservation > .inner > .close {
    display: none;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail {
  position: relative;
  padding: 32px 24px;
  width: 300px;
  border-radius: 30px 0px 0px 30px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail {
    width: calc(100vw - 30px);
    max-height: 80dvh;
    height: auto;
    overflow-y: auto;
    margin: 0 auto;
    padding: 23px 15px;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: #fff;
    border-radius: 16px;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail > .title {
  margin-bottom: 16px;
  padding-inline: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  color: #c34a65;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail > .title {
    margin-bottom: 24px;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail > .box {
  margin-block: 13px 16px;
  padding: 0 0 16px 54px;
  border-bottom: 1px solid #f0f0f0;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail > .box {
    margin-block: 14px 24px;
    padding: 0 0 21px;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail > .box > .tel {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail > .box > .tel {
    justify-content: center;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail > .box > .tel > span {
  font-family: "EB Garamond", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail > .box > .tel > span {
    font-size: 1.125rem;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail > .box > .tel > a {
  font-family: "EB Garamond", serif;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail > .box > .tel > a {
    font-size: 1.5rem;
    pointer-events: auto;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail > .box > dl {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 2px;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail > .box > dl {
    justify-content: center;
    gap: 12px;
    margin-top: 1px;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail > .box > dl > dt {
  font-size: 0.75rem;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail > .box > dl > dt {
    font-size: 0.8125rem;
  }
}
.teaser-box-cta-reservation > .inner > .box-detail > .box > dl > dd {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
}
.teaser-box-cta-reservation > .inner > .box-detail > .box > dl > dd > span {
  font-family: "Zen Kaku Gothic New", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 0.625rem;
}
@media all and (max-width: 768px) {
  .teaser-box-cta-reservation > .inner > .box-detail > .box > dl > dd > span {
    font-size: 0.75rem;
  }
}

/* ==========================================================================//
// Utility
// ========================================================================== */
.u-d-none {
  display: none !important;
}

.u-v-hidden {
  visibility: hidden !important;
}

@media all and (max-width: 768px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-v-sm-hidden {
    visibility: hidden !important;
  }
}
@media all and (min-width: 769px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-v-md-hidden {
    visibility: hidden !important;
  }
}
@media all and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

@media all and (max-width: 768px) {
  .u-mt-sm-0 {
    margin-top: 0px !important;
  }
  .u-pt-sm-0 {
    padding-top: 0px !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .u-ml-sm-0 {
    margin-left: 0px !important;
  }
  .u-pl-sm-0 {
    padding-left: 0px !important;
  }
  .u-mr-sm-0 {
    margin-right: 0px !important;
  }
  .u-pr-sm-0 {
    padding-right: 0px !important;
  }
  .u-mt-sm-5 {
    margin-top: 5px !important;
  }
  .u-pt-sm-5 {
    padding-top: 5px !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .u-pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .u-ml-sm-5 {
    margin-left: 5px !important;
  }
  .u-pl-sm-5 {
    padding-left: 5px !important;
  }
  .u-mr-sm-5 {
    margin-right: 5px !important;
  }
  .u-pr-sm-5 {
    padding-right: 5px !important;
  }
  .u-mt-sm-10 {
    margin-top: 10px !important;
  }
  .u-pt-sm-10 {
    padding-top: 10px !important;
  }
  .u-mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .u-pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .u-ml-sm-10 {
    margin-left: 10px !important;
  }
  .u-pl-sm-10 {
    padding-left: 10px !important;
  }
  .u-mr-sm-10 {
    margin-right: 10px !important;
  }
  .u-pr-sm-10 {
    padding-right: 10px !important;
  }
}
@media all and (min-width: 769px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
  .u-mt-md-5 {
    margin-top: 5px !important;
  }
  .u-pt-md-5 {
    padding-top: 5px !important;
  }
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }
  .u-ml-md-5 {
    margin-left: 5px !important;
  }
  .u-pl-md-5 {
    padding-left: 5px !important;
  }
  .u-mr-md-5 {
    margin-right: 5px !important;
  }
  .u-pr-md-5 {
    padding-right: 5px !important;
  }
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
  .u-ml-md-10 {
    margin-left: 10px !important;
  }
  .u-pl-md-10 {
    padding-left: 10px !important;
  }
  .u-mr-md-10 {
    margin-right: 10px !important;
  }
  .u-pr-md-10 {
    padding-right: 10px !important;
  }
}