@charset "UTF-8";
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/*======================
  reset
======================*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  overflow-x: hidden; /* 横スクロール防止 */
  width: 100%;
  position: relative;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/*=======================
  breakpoints
=======================*/
/*=======================
  animation
=======================*/
@-webkit-keyframes fadeInPath {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInPath {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
/*======================
  base
======================*/
body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4; /* 140% */
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw; /* ビューポート幅を超えないように */
}
body.backlayer {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*======================
  svg
======================*/
.svg, .svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon_arrow {
  width: 14px;
  height: 14px;
}
.icon_arrow.rotate90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*=======================
  header
=======================*/
.l-header {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 0;
    left: 0;
    bottom: auto;
  }
}
.l-header__wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__wrap {
    display: block;
    width: 100%;
    height: 68px;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.08);
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 36px);
  max-width: 1120px;
  margin-inline: auto;
  height: 100%;
}
.l-header__logo {
  width: 12.9%;
  max-width: 145px;
  min-width: 120px;
}
.l-header__logo a {
  display: block;
  height: auto;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, -1.393rem + 4.46vw, 2.625rem);
  /* 12 - 42 */
}
.l-header__nav-link {
  font-size: clamp(0.75rem, 0.536rem + 0.45vw, 0.938rem);
  /* 12 - 15 */
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-header__nav-link:hover {
  color: #FB6D00;
}

.l-nav {
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-nav {
    display: none;
  }
}
.l-nav__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4px;
}
.l-nav__link img {
  width: 24px;
  aspect-ratio: 1/1;
}
.l-nav__link .text {
  font-size: clamp(0.563rem, 0.428rem + 0.67vw, 0.75rem);
  /* 9 - 12 */
}

/*=======================
  footer
=======================*/
.l-footer {
  position: relative;
  padding-top: clamp(3.125rem, 2.411rem + 3.57vw, 5.625rem);
  /* 50 - 90 */
  margin-bottom: 54px;
  background-color: #3EA84C;
  color: #fff;
  text-align: center;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-bottom: 0;
  }
}
.l-footer__top {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    position: absolute;
    top: calc(clamp(2.813rem, 2.027rem + 1.64vw, 3.5rem) * -1);
    /* -45 - -56 */
    right: 4.9%;
    background-color: #fff;
    border-radius: 50%;
    width: clamp(5.688rem, 4.188rem + 3.13vw, 7rem);
    /* 91 - 112 */
    aspect-ratio: 1/1;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: clamp(1.188rem, 0.83rem + 0.74vw, 1.5rem);
    /* 19 - 24 */
    color: #000;
    line-height: 1;
  }
}
.l-footer__top img {
  width: clamp(1.375rem, 1.018rem + 0.74vw, 1.688rem);
  /* 22 - 27 */
  aspect-ratio: 27/15;
}
.l-footer-info__head {
  display: inline-block;
  padding: 10px 70px;
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3EA84C;
}
@media screen and (min-width: 768px) {
  .l-footer-info__head {
    padding: 7px 56px;
    font-size: unwuote("clamp(1.188rem, 0.83rem + 0.74vw, 1.5rem)");
    /* 19 - 24 */
  }
}
.l-footer-info__tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.l-footer-info__tel .tel img {
  width: clamp(1.5rem, 1.143rem + 0.74vw, 1.813rem);
  /* 24 - 29 */
  aspect-ratio: 1/1;
}
.l-footer-info__tel .num {
  font-family: "Outfit", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .l-footer-info__tel .num {
    font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
    /* 32 - 40 */
  }
}
.l-footer-info__tel .time {
  font-size: clamp(0.813rem, 0.67rem + 0.3vw, 0.938rem);
  /* 13 - 15 */
}
.l-footer-info__org {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.312;
}
@media screen and (min-width: 768px) {
  .l-footer-info__org {
    margin-top: 16px;
    font-size: 1.0625rem;
  }
}
.l-footer-info__org .small {
  font-size: 0.75rem;
  font-weight: 500;
}
.l-footer-info__org .sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer-info__org .sp-only {
    display: none;
  }
}
.l-footer-sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  margin-top: 56px;
  margin-inline: auto;
  width: calc(100% - 16px);
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-footer-sns {
    grid-template-columns: repeat(4, 161px);
    grid-template-rows: 1fr;
    gap: 1.8%;
    margin-top: 62px;
  }
}
.l-footer-sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  gap: 9px;
  line-height: 1.25;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link {
    font-size: 0.75rem;
  }
}
.l-footer-sns__link.official img {
  width: 33px;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link.official img {
    width: 37px;
  }
}
.l-footer-sns__link.x {
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link.x {
    gap: 13px;
  }
}
.l-footer-sns__link.x img {
  width: 28px;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link.x img {
    width: 32px;
  }
}
.l-footer-sns__link.youtube {
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link.youtube {
    gap: 20px;
  }
}
.l-footer-sns__link.youtube img {
  width: 34px;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link.youtube img {
    width: 39px;
  }
}
.l-footer-sns__link.instagram {
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link.instagram {
    gap: 22px;
  }
}
.l-footer-sns__link.instagram img {
  width: 26px;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link.instagram img {
    width: 31px;
  }
}
.l-footer__bg {
  width: 100%;
  max-width: 1120px;
  aspect-ratio: 375/91;
  margin-top: 4px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    aspect-ratio: 1120/178;
    margin-top: 16px;
  }
}
.l-footer__copyright {
  padding-block: 8px;
  background-color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 0.5rem;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow-x: hidden; /* 横スクロール防止 */
  overflow-y: visible;
  width: 100%;
  max-width: 100vw; /* ビューポート幅を超えないように */
}

/*=======================
  inner
=======================*/
.l-inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 18px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 620px) {
  .l-inner {
    padding-inline: 5.22%;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 7%;
    max-width: 920px;
  }
}

.l-inner-sm {
  position: relative;
  margin-inline: auto;
  padding-inline: 12.8%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 620px) {
  .l-inner-sm {
    padding-inline: 5.22%;
    max-width: 770px;
  }
}

.l-inner-lg {
  position: relative;
  margin-inline: auto;
  padding-inline: 18px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 620px) {
  .l-inner-lg {
    padding-inline: 5.22%;
    max-width: 1120px;
  }
}

.l-inner-xl {
  position: relative;
  margin-inline: auto;
  padding-inline: 12.8%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 620px) {
  .l-inner-xl {
    padding-inline: 5.22%;
    max-width: 1120px;
  }
}

/*=======================
  card
=======================*/
.l-card__ticket {
  position: absolute;
  top: -28px;
  right: -13px;
  width: 100%;
  max-width: 68px;
  aspect-ratio: 1/1;
}
.l-card__thumbnail {
  width: 100%;
  aspect-ratio: 232/184;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-card__thumbnail {
    border-radius: 10px;
  }
}
.l-card__body {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .l-card__body {
    margin-top: 24px;
  }
}
.l-card__body.sub {
  margin-top: 12px;
}
.l-card__tag {
  display: inline-block;
  background-color: #000;
  padding: 3px 7px 4px 7px;
  border-radius: 2px;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  /* 12 - 14 */
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 620px) {
  .l-card__tag {
    border-radius: 4px;
  }
}
.l-card__title {
  margin-top: 8px;
  font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
  /* 16 - 20 */
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 620px) {
  .l-card__title {
    margin-top: 13px;
  }
}
.l-card__title .small {
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
  /* 14 - 18 */
}
.l-card__title.sub {
  font-size: clamp(0.75rem, 0.643rem + 0.54vw, 1.125rem);
  /* 12 - 18 */
  font-weight: 700;
}
.l-card__description {
  margin-top: 8px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.53;
}
@media screen and (min-width: 620px) {
  .l-card__description {
    margin-top: 16px;
    font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
    /* 13 - 16 */
  }
}
.l-card__description .mt-10 {
  display: inline-block;
  margin-top: 10px;
}
.l-card__description .small {
  font-size: 0.75rem;
}
.l-card__description .bold {
  font-weight: 700;
}
.l-card__description.sub {
  margin-top: 10px;
  font-size: clamp(0.688rem, 0.634rem + 0.27vw, 0.875rem);
  /* 11 - 14 */
  font-weight: 400;
}
.l-card__link {
  text-align: right;
}
.l-card__link .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: clamp(1.875rem, 1.554rem + 1.61vw, 3rem);
  /* 30 - 48 */
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-card__link .link {
    font-size: 0.9375rem;
  }
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*=======================
  btn
=======================*/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #000;
  border-radius: 8px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 620px) {
  .c-btn {
    max-width: 267px;
    padding: 22px;
    font-size: 1.125rem;
  }
}
.c-btn.center {
  margin-inline: auto;
}
.c-btn:hover {
  background-color: #2E2D2D;
}

.c-dl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 9px 16px;
  width: 100%;
  background-color: #FFDB00;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 620px) {
  .c-dl-btn {
    max-width: 267px;
    padding: 12px;
    border-radius: 8px;
    font-size: clamp(0.875rem, 0.589rem + 0.6vw, 1.125rem);
    /* 14 - 18 */
  }
}
.c-dl-btn img {
  width: clamp(1.875rem, 1.732rem + 0.71vw, 2.375rem);
  /* 30 - 38 */
}
.c-dl-btn:hover {
  background-color: #FFE347;
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
.fv-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F4EA;
  z-index: 9999;
  pointer-events: none;
}

.fv {
  position: relative;
  width: 100%;
  background-image: url(../img/fv/bg.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.fv__attention {
  position: relative;
  padding-block: clamp(0.938rem, 0.723rem + 0.45vw, 1.125rem);
  /* 15 - 18 */
  background-color: #FB6D00;
  z-index: 1;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__attention {
    font-size: clamp(0.813rem, 0.527rem + 0.6vw, 1.063rem);
    /* 13 - 17 */
  }
}
.fv__inner {
  position: relative;
  overflow-x: clip;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-top: 74px;
  }
}
.fv__title {
  position: relative;
  width: 100%;
}
.fv__title .svg-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__title .svg-title-container {
    width: calc(100% - 40px);
    max-width: 1267px;
  }
}
.fv__title .svg-title-container .svg-title {
  display: block;
  width: 100%;
  height: auto;
}

.news {
  padding-top: clamp(2.938rem, 1.991rem + 4.73vw, 6.25rem);
  /* 47 - 100 */
  padding-bottom: clamp(4.438rem, 3.92rem + 2.59vw, 6.25rem);
  /* 71 - 100 */
  background-color: #FFFBE5;
}
.news__head {
  margin-bottom: 50px;
  font-size: clamp(1.25rem, 1.161rem + 0.45vw, 1.563rem);
  /* 20 - 25 */
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__head {
    margin-bottom: 0;
    text-align: left;
  }
}
.news__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .news__content {
    grid-template-columns: 21.1% 1fr;
  }
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 11.3%;
  font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
  /* 13 - 16 */
  line-height: 1.53;
}
@media screen and (min-width: 768px) {
  .news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news__item:not(:first-of-type) {
  margin-top: 30px;
}
.news__item .date {
  font-family: "Outfit", sans-serif;
}
.news__item .link {
  border-bottom: 1px solid #000;
}
.news__item .link:hover {
  color: #FB6D00;
  border-color: #FB6D00;
}

.thanks {
  padding-top: clamp(3.125rem, 2.464rem + 3.3vw, 5.438rem);
  /* 50 - 87 */
  padding-bottom: clamp(5.625rem, 4.375rem + 6.25vw, 10rem);
  /* 90 - 160 */
  background-color: #FFDA20;
}
.thanks-overall__head {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-size: clamp(1.125rem, 1.036rem + 0.45vw, 1.25rem);
  /* 18 - 20 */
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks-overall__head {
    padding-bottom: 15px;
    font-size: clamp(1.313rem, 0.241rem + 2.23vw, 2.25rem);
    /* 21 - 36 */
    text-align: left;
  }
}
.thanks-overall__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .thanks-overall__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
  }
}
.thanks-overall__logo {
  width: 100%;
  max-width: clamp(12.5rem, 6.357rem + 12.8vw, 17.875rem);
  /* 200 - 286 */
  margin-inline: auto;
}
.thanks-overall__text {
  width: 100%;
  font-size: clamp(0.813rem, 0.598rem + 0.45vw, 1rem);
  /* 13 - 16 */
  line-height: 1.81;
}
@media screen and (min-width: 768px) {
  .thanks-overall__text {
    width: 61%;
  }
}
.thanks-overall__text p + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .thanks-overall__text p + p {
    margin-top: 32px;
  }
}
.thanks__carousel {
  margin-top: clamp(5rem, 4rem + 5vw, 8.5rem);
  /* 80 - 136 */
  width: 100%;
  overflow: hidden;
}
.thanks__carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
}
.thanks__carousel-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 24px;
  width: clamp(34.625rem, 19.982rem + 73.21vw, 85.875rem);
  /* 554 - 1374 */
  white-space: nowrap;
}
.thanks-report {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .thanks-report {
    margin-top: 40px;
  }
}
.thanks-report__head {
  width: 100%;
  max-width: clamp(13rem, 12.107rem + 4.46vw, 16.125rem);
  /* 208 - 258 */
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .thanks-report__head {
    width: 29.9%;
    min-width: 258px;
    max-width: 430px;
  }
}
.thanks-report__section:first-of-type {
  margin-top: clamp(3.125rem, 2.589rem + 2.68vw, 5rem);
  /* 50 - 80 */
}
.thanks-report__section:not(:first-of-type) {
  margin-top: clamp(4.375rem, 3.125rem + 6.25vw, 8.75rem);
  /* 70 - 140 */
}
.thanks-report__title {
  margin-bottom: clamp(1.25rem, 0.821rem + 2.14vw, 2.75rem);
  /* 20 - 44 */
  margin-inline: auto;
}
.thanks-report__title.taste {
  width: calc(100% - 36px);
  max-width: clamp(11.063rem, 10.991rem + 0.36vw, 11.313rem);
  /* 177 - 181 */
}
@media screen and (min-width: 768px) {
  .thanks-report__title.taste {
    width: 21%;
    min-width: 181px;
    max-width: 301px;
  }
}
.thanks-report__title.enjoy {
  width: calc(100% - 36px);
  max-width: clamp(11.063rem, 10.991rem + 0.36vw, 11.313rem);
  /* 177 - 181 */
}
@media screen and (min-width: 768px) {
  .thanks-report__title.enjoy {
    width: 21%;
    min-width: 181px;
    max-width: 302px;
  }
}
.thanks-report__title.experience {
  width: calc(100% - 36px);
  max-width: 262px;
}
@media screen and (min-width: 768px) {
  .thanks-report__title.experience {
    width: 29.2%;
    min-width: 252px;
    max-width: 420px;
  }
}
.thanks-report__title.message {
  width: calc(100% - 36px);
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .thanks-report__title.message {
    width: 51.4%;
    min-width: 444px;
    max-width: 740px;
  }
}
.thanks-report__img {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .thanks-report__img {
    border-radius: 23px;
  }
}
.thanks-report__swiper .swiper {
  overflow: visible;
}
.thanks-report__swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .thanks-report__swiper .swiper-slide {
    width: 26%;
  }
}
@media screen and (min-width: 1440px) {
  .thanks-report__swiper .swiper-slide {
    width: 18.1%;
  }
}

.event {
  position: relative;
  padding-top: clamp(3.75rem, 3.036rem + 3.57vw, 6.25rem);
  /* 60 - 100 */
  overflow-x: clip;
}
.event__head {
  width: 100%;
  max-width: clamp(21.25rem, 15.344rem + 29.53vw, 29.5rem);
  /* 340 - 472 */
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event__head {
    width: 70.3%;
    max-width: 787px;
    min-width: 472px;
  }
}
.event__head .attention {
  display: inline-block;
  margin-top: 8px;
  font-size: clamp(0.625rem, 0.518rem + 0.54vw, 1rem);
  /* 10 - 16 */
}
@media screen and (min-width: 768px) {
  .event__head .attention {
    margin-top: 20px;
  }
}
.event__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 3.7%;
  max-width: 920px;
  width: 100%;
}
@media screen and (min-width: 620px) {
  .event__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 3.7%;
  }
}
@media screen and (min-width: 768px) {
  .event__list {
    width: 86.6%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .event__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.event__item {
  position: relative;
}
.event__item.deco {
  margin-top: 0;
  padding-bottom: 380px;
}
@media screen and (min-width: 620px) {
  .event__item.deco {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .event__item.deco {
    margin-top: -110px;
  }
}
.event__item-illust {
  position: absolute;
  width: 100%;
  max-width: 223px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
}
@media screen and (min-width: 620px) {
  .event__item-illust {
    width: 50%;
    bottom: 0;
    right: -10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .event__item-illust {
    width: 90.8%;
    top: -10px;
    bottom: auto;
    right: -76%;
    max-width: 257px;
  }
}

.event-taste {
  padding-top: clamp(3.125rem, 2.768rem + 1.79vw, 4.375rem);
  /* 40 - 70 */
  padding-bottom: clamp(5rem, 3.393rem + 8.04vw, 10.625rem);
  /* 80 - 170 */
  overflow-x: clip;
}
.event-taste__title {
  width: calc(100% - 36px);
  max-width: clamp(12.875rem, 11.354rem + 7.61vw, 15rem);
  /* 206 - 240 */
  margin-bottom: clamp(2.5rem, 1.964rem + 2.68vw, 4.375rem);
  /* 40 - 70 */
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .event-taste__title {
    width: 35.7%;
    min-width: 240px;
    max-width: 400px;
    margin-left: 0;
    margin-right: auto;
  }
}

.event-enjoy {
  position: relative;
  background-color: #FFDA20;
  padding-top: 18px;
  padding-bottom: calc(clamp(0rem, -2.411rem + 12.05vw, 8.438rem) + 18.1vw);
  /* 0 - 135  + bg */
  margin-top: 18.1vw;
  overflow-x: clip;
}
@media screen and (min-width: 620px) {
  .event-enjoy {
    margin-top: 8.7vw;
    padding-bottom: calc(clamp(0rem, -2.411rem + 12.05vw, 8.438rem) + 8.3vw);
  }
}
.event-enjoy::before {
  content: "";
  background-image: url(../img/event/enjoy_bg_sp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 101%;
  aspect-ratio: 375/68;
  position: absolute;
  left: 0;
  top: calc(-18.1vw + 2px);
}
@media screen and (min-width: 620px) {
  .event-enjoy::before {
    background-image: url(../img/event/enjoy_bg.svg);
    aspect-ratio: 1440/125;
    top: calc(-8.7vw + 2px);
  }
}
.event-enjoy::after {
  content: "";
  background-image: url(../img/event/experience_bg_sp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 101%;
  aspect-ratio: 375/68;
  position: absolute;
  bottom: -2px;
}
@media screen and (min-width: 620px) {
  .event-enjoy::after {
    background-image: url(../img/event/experience_bg.svg);
    aspect-ratio: 1440/120;
    bottom: -2px;
  }
}
.event-enjoy__title {
  width: 100%;
  max-width: clamp(12.875rem, 7.416rem + 27.29vw, 20.5rem);
  /* 206 - 328 */
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 1.964rem + 2.68vw, 4.375rem);
  /* 40 - 70 */
}
@media screen and (min-width: 768px) {
  .event-enjoy__title {
    width: 35.9%;
    max-width: 402px;
    min-width: 328px;
    margin-left: 0;
    margin-right: auto;
  }
}

.event-experience {
  position: relative;
  padding-top: clamp(4.875rem, 4.125rem + 3.75vw, 7.5rem);
  /* 78 - 120 */
  padding-bottom: calc(clamp(4.375rem, 3.839rem + 2.68vw, 6.25rem) + 19.7vw);
  /* 70 - 100  + bg */
  background-color: #F9F4EA;
  overflow-x: clip;
}
@media screen and (min-width: 620px) {
  .event-experience {
    padding-bottom: calc(clamp(4.375rem, 3.839rem + 2.68vw, 6.25rem) + 8.9vw);
    /* 70 - 100  + bg */
  }
}
.event-experience__title {
  max-width: clamp(18.875rem, 17.041rem + 9.17vw, 21.438rem);
  /* 302 - 343 */
  width: 100%;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 1.964rem + 2.68vw, 4.375rem);
  /* 40 - 70 */
}
@media screen and (min-width: 768px) {
  .event-experience__title {
    max-width: 573px;
    min-width: 343px;
    width: 51.2%;
    margin-left: 0;
    margin-right: auto;
  }
}

.event-other {
  background-color: #fff;
  padding-top: clamp(1.25rem, 0.536rem + 3.57vw, 3.75rem);
  /* 20 - 60 */
  padding-bottom: 90px;
  position: relative;
  overflow-x: clip;
}
.event-other__content {
  position: relative;
  z-index: 2;
}
.event-other__content:not(:first-of-type) {
  margin-top: clamp(4.375rem, 3.839rem + 2.68vw, 6.25rem);
  /* 70 - 100 */
}
.event-other__content.content01 {
  margin-top: 0;
}
.event-other__content.content01 .event-other__title::before {
  background-color: #2AAA82;
}
.event-other__content.content02 .event-other__title::before {
  background-color: #FF7E00;
}
.event-other__content.content03 .event-other__title::before {
  background-color: #E96390;
}
.event-other__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 620px) {
  .event-other__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px;
    font-size: clamp(1.313rem, 0.955rem + 0.74vw, 1.625rem);
    /* 21 - 26 */
  }
}
.event-other__title::before {
  content: "";
  display: inline-block;
  width: clamp(0.875rem, 0.591rem + 0.73vw, 1.25rem);
  /* 14 - 20 */
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.event-other__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 3.9%;
}
@media screen and (min-width: 620px) {
  .event-other__item {
    grid-template-columns: 36.4% 1fr;
  }
}
.event-other__item:not(:first-of-type) {
  margin-top: 50px;
}

.shop {
  position: relative;
  padding-top: 50px;
  padding-bottom: clamp(4.063rem, 1.652rem + 12.05vw, 12.5rem);
  /* 65 - 200 */
  background-color: #F9F4EA;
  overflow-x: clip;
}
@media screen and (min-width: 620px) {
  .shop {
    padding-top: 80px;
  }
}
.shop__head {
  width: 100%;
  max-width: clamp(14.75rem, 12.423rem + 11.63vw, 18rem);
  /* 236 - 288 */
  margin-bottom: clamp(3rem, 2.071rem + 4.64vw, 6.25rem);
  /* 48 - 100 */
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop__head {
    width: 55.9%;
    max-width: 626px;
    min-width: 375px;
  }
}
.shop__title {
  margin-bottom: clamp(0.875rem, -0.089rem + 4.82vw, 4.25rem);
  /* 14 - 68 */
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .shop__title {
    font-size: clamp(1.313rem, 0.955rem + 0.74vw, 1.625rem);
    /* 21 - 26 */
  }
}
.shop-vendor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 6px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding-inline: max(18px, 4.1%);
  padding-top: clamp(1.875rem, -0.268rem + 4.46vw, 3.75rem);
  /* 30 - 60 */
  padding-bottom: 40px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .shop-vendor__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    background-color: transparent;
  }
}
.shop-vendor__content > .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 24px;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  border-radius: 6px;
  background-color: #F1E6CA;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, border-radius 0.3s ease;
  transition: opacity 0.3s ease, border-radius 0.3s ease;
}
@media screen and (min-width: 768px) {
  .shop-vendor__content > .tab {
    gap: 8px;
    width: calc((96.4% - 16px) / 3);
    height: 40px;
    padding: 10px 14px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-radius: 16px 16px 0 0;
    font-size: clamp(0.813rem, 0.598rem + 0.45vw, 1rem);
    /* 13 - 16 */
  }
}
@media screen and (min-width: 1024px) {
  .shop-vendor__content > .tab {
    gap: 16px;
    width: 280px;
    height: 50px;
    padding: 14px 24px;
    border-radius: 22px 22px 0 0;
  }
}
.shop-vendor__content > .tab:first-of-type {
  margin-left: 0%;
}
@media screen and (min-width: 768px) {
  .shop-vendor__content > .tab:first-of-type {
    margin-left: 1.8%;
  }
}
.shop-vendor__content > .tab:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .shop-vendor__content > .tab:not(:first-of-type) {
    margin-top: 0;
  }
}
.shop-vendor__content > .tab input {
  display: none;
}
.shop-vendor__content > .tab .icon {
  width: 10px;
}
.shop-vendor__content > .tab .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.shop-vendor__content > .tab.is-active {
  background-color: #000;
  color: #fff;
}
.shop-vendor__content > .tab.is-active .icon {
  stroke: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.shop-vendor__content > .tab.is-open {
  background-color: #000;
  color: #fff;
}
.shop-vendor__content > .tab.is-open .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.shop-vendor__content > .tab__content {
  display: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-top: clamp(1.875rem, -0.268rem + 4.46vw, 3.75rem);
  /* 30 - 60 */
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .shop-vendor__content > .tab__content {
    padding-inline: max(18px, 4.1%);
    border-radius: 16px;
  }
}
.shop-vendor__content > .tab__content.is-active {
  display: block;
}
.shop-vendor__content > .tab__content .coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.75rem, 1.357rem + 1.96vw, 3.125rem);
  /* 28 - 58 */
  font-weight: 600;
  color: #979C9F;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop-vendor__content > .tab__content .coming-soon {
    min-height: 300px;
  }
}
.shop-vendor__deco {
  display: block;
  position: absolute;
  left: calc(50% + 56px);
  top: calc(clamp(3.25rem, 1.908rem + 6.71vw, 5.125rem) * -1);
  /* 52 - 82 */
  width: 100%;
  max-width: clamp(3.938rem, 2.282rem + 8.28vw, 6.25rem);
  /* 63 - 100 */
  aspect-ratio: 63/53;
}
@media screen and (min-width: 768px) {
  .shop-vendor__deco {
    display: none;
  }
}
.shop-cast {
  margin-top: clamp(4.375rem, 3.482rem + 4.46vw, 7.5rem);
  /* 70 - 120 */
}
.shop-cast__inner {
  position: relative;
}
.shop-cast__deco {
  position: absolute;
  left: 10px;
  top: calc(clamp(2.813rem, 0.486rem + 11.63vw, 6.063rem) * -1);
  /* 45 - 97 */
  width: 100%;
  max-width: clamp(3.75rem, 0.663rem + 15.44vw, 8.063rem);
  /* 60 - 129 */
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .shop-cast__deco {
    max-width: 215px;
    min-width: 129px;
    width: 19.2%;
    left: -4.8%;
    top: calc(clamp(6.063rem, 1.563rem + 9.38vw, 10rem) * -1);
    /* 97 - 160 */
  }
}
.shop-cast__content {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding-inline: max(18px, 4.1%);
  padding-top: clamp(1.875rem, -0.268rem + 4.46vw, 3.75rem);
  /* 30 - 60 */
  padding-bottom: 40px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .shop-cast__content {
    border-radius: 16px;
  }
}
.shop__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 13px;
}
@media screen and (min-width: 768px) {
  .shop__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 2.3%;
  }
}
@media screen and (min-width: 1024px) {
  .shop__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.timetable {
  background-color: #FFDA20;
  padding-top: clamp(5rem, 4.464rem + 2.68vw, 6.875rem);
  /* 80 - 110 */
  padding-bottom: clamp(4.375rem, 3.946rem + 2.14vw, 5.875rem);
  /* 70 - 94 */
}
.timetable__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 47px 4.5%;
}
@media screen and (min-width: 768px) {
  .timetable__inner {
    grid-template-columns: 1fr 66.5%;
    gap: 47px 4.5%;
  }
}
.timetable__side {
  -ms-flex-item-align: center;
      align-self: center;
}
.timetable__head {
  max-width: 270px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .timetable__head {
    max-width: 273px;
    min-width: 163px;
  }
}
.timetable__img {
  width: 100%;
  max-width: clamp(6.688rem, 1.676rem + 25.06vw, 13.688rem);
  /* 107 - 219 */
  margin-inline: auto;
  margin-top: 16px;
  aspect-ratio: 269/220;
}
@media screen and (min-width: 768px) {
  .timetable__img {
    max-width: 269px;
    margin-top: 32px;
  }
}
.timetable__main .coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  min-height: 200px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.75rem, 1.357rem + 1.96vw, 3.125rem);
  /* 28 - 58 */
  font-weight: 600;
  color: #979C9F;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .timetable__main .coming-soon {
    min-height: 400px;
  }
}
.timetable__title {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .timetable__title {
    margin-bottom: 10px;
    font-size: clamp(1.375rem, 0.946rem + 0.89vw, 1.75rem);
    /* 22 - 28 */
  }
}
.timetable__list {
  width: 100%;
  max-width: 536px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .timetable__list {
    max-width: none;
  }
}
.timetable__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 12px;
  padding: 13px 16px;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (min-width: 390px) {
  .timetable__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .timetable__item {
    gap: 32px;
    padding: 17px 5%;
    border-radius: 8px;
  }
}
.timetable__item:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .timetable__item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.timetable__item .time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 120px;
  min-width: 82px;
  width: 22.4%;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
  color: #FF7E00;
}
@media screen and (min-width: 768px) {
  .timetable__item .time {
    font-size: clamp(1.063rem, 0.705rem + 0.74vw, 1.375rem);
    /* 17 - 22 */
  }
}
.timetable__item .title {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .timetable__item .title {
    font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
    /* 16 - 20 */
  }
}
.timetable__item-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .timetable__item-last {
    margin-top: 32px;
  }
}
.timetable__item-last::before, .timetable__item-last::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}
.timetable__item-last::before {
  margin-right: 10px;
}
.timetable__item-last::after {
  margin-left: 10px;
}
.timetable__item-last .time {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.063rem, 0.563rem + 1.04vw, 1.5rem);
  /* 17 - 24 */
  font-weight: 600;
  color: #FF7E00;
}
.timetable__item-last .title {
  margin-left: 6px;
  font-size: clamp(1rem, 0.571rem + 0.89vw, 1.375rem);
  /* 16 - 22 */
  font-weight: 700;
}

.floor {
  padding-top: clamp(3.75rem, 1.964rem + 8.93vw, 10rem);
  /* 60 - 160 */
  padding-bottom: clamp(5.25rem, 4.786rem + 2.32vw, 6.875rem);
  /* 84 - 110 */
  background-color: #fff;
}
.floor__head {
  width: 100%;
  max-width: clamp(11.5rem, 8.592rem + 14.54vw, 15.563rem);
  /* 184 - 249 */
  margin-bottom: clamp(2rem, 1.25rem + 3.75vw, 4.625rem);
  /* 32 - 74 */
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .floor__head {
    width: 37.1%;
    max-width: 415px;
    min-width: 249px;
  }
}
.floor__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: calc(100% - 20px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .floor__list {
    grid-template-columns: repeat(4, 15.9%);
    gap: 1.7%;
  }
}
.floor__link {
  display: block;
  padding: clamp(0.438rem, 0.384rem + 0.27vw, 0.625rem);
  /* 7 - 10 */
  background-color: #F1E6CA;
  border-radius: 4px;
  font-size: clamp(0.813rem, 0.688rem + 0.63vw, 1.25rem);
  /* 13 - 20 */
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .floor__link {
    border-radius: 8px;
  }
}
.floor__link.is-active {
  background-color: #000;
  color: #fff;
}
.floor-map {
  position: relative;
  padding-block: 200px;
  background-color: #F5F5F5;
  margin-top: 36px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .floor-map {
    width: 100%;
    margin-top: 48px;
    margin-inline: auto;
  }
}
.floor-map__content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.floor-map__content.is-active {
  display: block;
}
.floor-map__content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
}
.floor-map__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px 2.3%;
  margin-top: clamp(3.563rem, 3.045rem + 2.59vw, 5.375rem);
  /* 57 - 86 */
}
@media screen and (min-width: 620px) {
  .floor-map__dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.floor-attention {
  width: 100%;
  max-width: 790px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .floor-attention {
    width: 70.5%;
  }
}
.floor-attention__head {
  margin-top: clamp(4.375rem, 3.482rem + 4.46vw, 7.5rem);
  /* 70 - 120 */
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .floor-attention__head {
    font-size: clamp(1.375rem, 0.946rem + 0.89vw, 1.75rem);
    /* 22 - 28 */
  }
}
.floor-attention__list {
  margin-top: 50px;
}
.floor-attention__item {
  position: relative;
  padding-left: 20px;
  font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
  /* 13 - 16 */
  line-height: 1.53;
}
.floor-attention__item:first-of-type {
  color: #E6354A;
}
.floor-attention__item:first-of-type::before {
  background-color: #E6354A;
}
.floor-attention__item:not(:first-of-type) {
  margin-top: 24px;
}
.floor-attention__item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 6px;
}
.floor-schedule__list {
  margin-top: 64px;
  width: 100%;
  max-width: 505px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .floor-schedule__list {
    margin-top: 78px;
  }
}
.floor-schedule__item {
  display: grid;
  grid-template-columns: 17% 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-block: 16px;
  padding-left: 40px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .floor-schedule__item {
    padding-left: 30px;
  }
}
.floor-schedule__item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFDB00;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .floor-schedule__item::before {
    left: 10px;
  }
}
.floor-schedule__item dt {
  font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
  /* 13 - 16 */
  font-weight: 500;
}
.floor-schedule__item dd {
  font-size: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
  /* 12 - 16 */
}
.floor-schedule__item dd .sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .floor-schedule__item dd .sp-only {
    display: none;
  }
}

.access {
  position: relative;
  padding-top: 10px;
  padding-bottom: clamp(5rem, 2.5rem + 12.5vw, 13.75rem);
  /* 80 - 220 */
  background-color: #FFDA20;
  margin-top: 19.2vw;
  overflow-x: clip;
}
@media screen and (min-width: 620px) {
  .access {
    margin-top: 8.5vw;
    padding-top: 80px;
  }
}
.access::before {
  content: "";
  background-image: url(../img/access/access_bg_sp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 101%;
  aspect-ratio: 375/72;
  position: absolute;
  left: 0;
  top: -19.1vw;
}
@media screen and (min-width: 620px) {
  .access::before {
    background-image: url(../img/access/access_bg.svg);
    aspect-ratio: 1440/123;
    top: -8.5vw;
  }
}
.access__head {
  width: 100%;
  max-width: clamp(8.5rem, 5.234rem + 16.33vw, 13.063rem);
  /* 136 - 209 */
  margin-bottom: clamp(2rem, 1.536rem + 2.32vw, 3.625rem);
  /* 32 - 58 */
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .access__head {
    width: 31.1%;
    max-width: 348px;
    min-width: 209px;
  }
}
.access__address {
  text-align: center;
  font-size: clamp(1rem, 0.893rem + 0.54vw, 1.375rem);
  /* 16 - 22 */
  font-weight: 700;
  line-height: 1.25;
}
.access__address .small {
  font-size: 0.8125rem;
  font-weight: 400;
}
.access-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11.8%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .access-route {
    gap: 6.7%;
    margin-top: 62px;
  }
}
.access-route__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 116px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .access-route__icon {
    row-gap: 8px;
    width: 141px;
    font-size: 0.9375rem;
  }
}
.access-route__icon.bus {
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .access-route__icon.bus {
    padding-bottom: 20px;
  }
}
.access-route__icon img {
  width: 33px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .access-route__icon img {
    width: 41px;
  }
}
.access-map {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .access-map {
    margin-top: 62px;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 340/304;
}
@media screen and (min-width: 768px) {
  .access-map iframe {
    aspect-ratio: 1120/520;
  }
}
.access-map__btn {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 620px) {
  .access-map__btn {
    margin-top: 48px;
  }
}
.access-parking {
  overflow: hidden;
  width: 100%;
  padding: 18px 13px 14px 13px;
  margin-inline: auto;
  margin-top: 70px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .access-parking {
    padding: 40px 4.6% 30px 4.6%;
    margin-top: 65px;
    max-width: 664px;
    border-radius: 22px;
  }
}
.access-parking__head {
  font-size: clamp(1rem, 0.553rem + 2.24vw, 1.625rem);
  /* 16 - 26 */
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access-parking__head {
    font-size: clamp(1.625rem, 1.196rem + 0.89vw, 2rem);
    /* 26 - 32 */
  }
}
.access-parking__img {
  margin-inline: auto;
  margin-top: 20px;
  width: 100%;
  aspect-ratio: 664/415;
}
@media screen and (min-width: 768px) {
  .access-parking__img {
    margin-top: 34px;
  }
}

[class^=bg__deco] {
  position: absolute;
}

.bg__deco01 {
  width: 16.5%;
  max-width: 185px;
  min-width: 115px;
  bottom: calc(clamp(6.25rem, 3.574rem + 13.38vw, 8.75rem) * -1);
  /* 100 - 140 */
  left: 5.5%;
}
@media screen and (min-width: 620px) {
  .bg__deco01 {
    bottom: calc(clamp(8rem, 3.652rem + 11.22vw, 13.75rem) * -1);
    /* 120 - 210 */
  }
}

.bg__deco02 {
  max-width: 178px;
  min-width: 96px;
  width: 15.9%;
  top: 60%;
  right: -30px;
}
@media screen and (min-width: 620px) {
  .bg__deco02 {
    right: auto;
    top: 24%;
    left: calc(clamp(1.875rem, -2.378rem + 10.98vw, 7.5rem) * -1);
    /* 30 - 120 */
  }
}

.bg__deco03 {
  max-width: 227px;
  min-width: 96px;
  width: 20.3%;
  right: calc(clamp(2.5rem, -2.698rem + 13.41vw, 9.375rem) * -1);
  /* 40 - 150 */
  bottom: calc(clamp(3.125rem, -1.557rem + 23.41vw, 7.5rem) * -1);
  /* 50 - 120 */
  z-index: 1;
}
@media screen and (min-width: 620px) {
  .bg__deco03 {
    bottom: calc(clamp(7.5rem, 0.412rem + 18.29vw, 16.875rem) * -1);
    /* 120 - 270 */
  }
}

.bg__deco04 {
  width: 16.2%;
  min-width: 95px;
  max-width: 181px;
  top: 22%;
  right: -20px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .bg__deco04 {
    top: 16%;
    left: -10px;
    right: auto;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.bg__deco05 {
  width: 31.6%;
  max-width: 354px;
  min-width: 135px;
  right: calc(clamp(3.125rem, -2.546rem + 14.63vw, 10.625rem) * -1);
  /* 50 - 170 */
  top: 60%;
}

.bg__deco06 {
  width: 31.6%;
  min-width: 155px;
  max-width: 354px;
  left: calc(clamp(4.375rem, 2.368rem + 10.03vw, 6.25rem) * -1);
  /* 70 - 100 */
  bottom: calc(clamp(6.25rem, 3.415rem + 7.32vw, 10rem) * -1);
  /* 100 - 160 */
}
@media screen and (min-width: 620px) {
  .bg__deco06 {
    left: calc(clamp(6.25rem, -1.311rem + 19.51vw, 16.25rem) * -1);
    /* 160 - 260 */
  }
}

.bg__deco07 {
  width: 18.7%;
  max-width: 209px;
  min-width: 109px;
  right: 0;
  bottom: -120px;
}
@media screen and (min-width: 620px) {
  .bg__deco07 {
    bottom: calc(clamp(7.5rem, 4.665rem + 7.32vw, 11.25rem) * -1);
    /* 120 - 160 */
  }
}

.bg__deco08 {
  width: 25.8%;
  max-width: 199px;
  left: -20px;
  top: 40%;
  z-index: 0;
}
@media screen and (min-width: 620px) {
  .bg__deco08 {
    top: 10%;
    left: calc(clamp(2.5rem, -9.787rem + 31.71vw, 18.75rem) * -1);
    /* 40 - 300 */
  }
}

.bg__deco09 {
  width: 12.8%;
  max-width: 143px;
  min-width: 57px;
  top: calc(clamp(11.25rem, 10.179rem + 5.36vw, 15rem) * -1);
  /* 180 - 240 */
  left: 5.5%;
}
@media screen and (min-width: 620px) {
  .bg__deco09 {
    top: calc(clamp(10.625rem, -0.244rem + 28.05vw, 25rem) * -1);
    /* 170 - 400 */
  }
}

.bg__deco10 {
  width: 21.2%;
  min-width: 82px;
  max-width: 237px;
  right: calc(clamp(1.875rem, -1.433rem + 8.54vw, 6.25rem) * -1);
  /* 30 - 100 */
  top: calc(-20.5vw - 50px);
}
@media screen and (min-width: 620px) {
  .bg__deco10 {
    top: calc(-8.5vw - clamp(4.063rem, 1.652rem + 12.05vw, 12.5rem));
  }
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-d-none {
  display: none;
}