.c-news-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-news-item {
    padding-bottom: max(2.7rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item {
    padding-bottom: max(2.6rem, 1px);
  }
}
.c-news-item-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .c-news-item-header {
    gap: max(1.1rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item-header {
    gap: max(1rem, 1px);
  }
}
.c-news-item-category {
  display: flex;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .c-news-item-category {
    gap: max(0.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item-category {
    gap: max(0.5rem, 1px);
  }
}
.c-news-item-category-item {
  background-color: var(--color-white);
  border: 0 solid var(--color-beige-pale);
  border-radius: var(--border-radius-full);
  line-height: var(--leading-tight);
}
@media screen and (min-width: 768px) {
  .c-news-item-category-item {
    border-width: max(0.1rem, 1px);
    font-size: max(1.3rem, 1px);
    padding: max(0.7rem, 1px) max(1.1rem, 1px) max(0.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item-category-item {
    border-width: max(0.1rem, 1px);
    font-size: max(1.1rem, 1px);
    padding: max(0.5rem, 1px) max(0.9rem, 1px);
  }
}
.c-news-item-date {
  letter-spacing: var(--tracking-none);
}
@media screen and (min-width: 768px) {
  .c-news-item-date {
    font-size: max(1.5rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item-date {
    font-size: max(1.3rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .c-news-item-ttl {
    margin-top: max(1.7rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item-ttl {
    margin-top: max(1.4rem, 1px);
  }
}
.c-news-item-link {
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 0.3s var(--ease-power1-out);
}
@media screen and (min-width: 768px) {
  .c-news-item-link {
    padding-right: max(3.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item-link {
    padding-right: max(3.2rem, 1px);
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .c-news-item-link:hover,
  .c-news-item-link:hover .c-news-item-icon {
    color: var(--color-red);
  }
}
.c-news-item-txt {
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-base);
  line-height: var(--leading-normal);
}
@media screen and (min-width: 768px) {
  .c-news-item-txt {
    font-size: max(2.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item-txt {
    font-size: max(2rem, 1px);
  }
}
.c-news-item-icon {
  aspect-ratio: 1/1;
  bottom: 0;
  color: var(--color-beige);
  margin-block: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.3s var(--ease-power1-out);
}
@media screen and (min-width: 768px) {
  .c-news-item-icon {
    height: max(1.2rem, 1px);
    width: max(1.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item-icon {
    height: max(1.2rem, 1px);
    width: max(1.2rem, 1px);
  }
}
.c-news-item:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-news-item:after {
    background-image: linear-gradient(
      to right,
      var(--color-beige) max(0.3rem, 1px),
      #0000 max(0.3rem, 1px)
    );
    background-repeat: repeat-x;
    background-size: calc(max(0.3rem, 1px) + max(0.3rem, 1px)) 100%;
    height: max(0.1rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-news-item:after {
    background-image: linear-gradient(
      to right,
      var(--color-beige) max(0.3rem, 1px),
      #0000 max(0.3rem, 1px)
    );
    background-repeat: repeat-x;
    background-size: calc(max(0.3rem, 1px) + max(0.3rem, 1px)) 100%;
    height: max(0.1rem, 1px);
  }
}
.c-shop {
  mask-composite: add;
  mask-repeat: repeat-x;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-shop {
    height: max(87.6rem, 1px);
    margin-top: -15.7rem;
    mask-image:
      url(../images/common/mask_concave_top_pc.svg), var(--gradient-mask);
    mask-position:
      50% 0,
      50% max(16.6rem, 1px);
    mask-size:
      clamp(max(192rem, 1px), 100vw, 100%) max(16.8rem, 1px),
      100% calc(100% - max(16.6rem, 1px));
  }
}
@media screen and (max-width: 767px) {
  .c-shop {
    height: max(71.6rem, 1px);
    margin-top: -2.4rem;
    mask-image:
      url(../images/common/mask_concave_top_sp.svg), var(--gradient-mask);
    mask-position:
      50% 0,
      50% max(3.4rem, 1px);
    mask-size:
      100% max(3.6rem, 1px),
      100% calc(100% - max(3.4rem, 1px));
  }
}
.c-shop-img,
.c-shop-img img {
  height: 100%;
  width: 100%;
}
.c-shop-img img {
  object-fit: cover;
}
.c-shop-inner {
  color: var(--color-white);
  height: 100%;
  inset: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-shop-inner {
    margin: 0 auto;
    max-width: max(122.4rem, 1px);
    padding-top: max(36.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-shop-inner {
    padding-top: max(38.7rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .c-shop-ttl {
    filter: drop-shadow(
      0 max(0.4rem, 1px) max(1.2rem, 1px)
        rgb(var(--color-beige-deepest-rgb) / 20%)
    );
    width: max(36.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-shop-ttl {
    filter: drop-shadow(
      0 max(0.4rem, 1px) max(1.2rem, 1px)
        rgb(var(--color-beige-deepest-rgb) / 20%)
    );
    margin: 0 auto;
    width: max(24.7rem, 1px);
  }
}
.c-shop-txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-shop-txt {
    font-family: var(--font-family-base);
    font-size: max(2rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-base);
    line-height: var(--leading-base);
  }
}
@media screen and (max-width: 767px) {
  .c-shop-txt {
    font-family: var(--font-family-base);
    font-size: max(1.6rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-base);
    line-height: var(--leading-base);
  }
}
@media screen and (min-width: 768px) {
  .c-shop-txt {
    margin-top: max(3.7rem, 1px);
    width: max(36.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-shop-txt {
    margin-top: max(3.1rem, 1px);
  }
}
.c-shop-link {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-shop-link {
    margin-top: max(4.4rem, 1px);
    width: max(36.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-shop-link {
    margin-top: max(3.4rem, 1px);
  }
}
.c-modal {
  --duration: 300ms;
  --delay: 150ms;
  inset: 0;
  padding: 2em;
  position: fixed;
  transition: opacity var(--duration) var(--delay) ease allow-discrete;
  -webkit-user-select: text;
  user-select: text;
  z-index: var(--zindex-modal);
}
.c-modal[open] {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
}
@starting-style {
  .c-modal[open] {
    opacity: 0;
  }
}
.c-modal[open]::backdrop {
  opacity: 1;
}
@starting-style {
  .c-modal[open]::backdrop {
    opacity: 0;
  }
}
.c-modal.is-closing {
  pointer-events: none;
}
.c-modal.is-closing,
.c-modal.is-closing::backdrop {
  opacity: 0;
  transition-delay: 0s;
}
.c-modal::backdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgb(var(--color-black-rgb) / 70%);
  inset: 0;
  position: fixed;
  transition: opacity var(--duration) var(--delay) ease;
}
.c-modal-content {
  max-height: 100%;
  overscroll-behavior-y: none;
  pointer-events: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-modal-content {
    width: max(96rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-modal-content {
    width: max(36rem, 1px);
  }
}
.is-mode-youtube .c-modal-content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
}
.c-modal-body,
.c-modal-player {
  border-radius: var(--border-radius);
  pointer-events: auto;
  position: relative;
  transition: transform calc(var(--duration) + 0.2s) var(--delay)
    cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-modal-body,
  .c-modal-player {
    box-shadow:
      0 max(15rem, 1px) max(4.2rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 0),
      0 max(9.6rem, 1px) max(3.8rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 2%),
      0 max(5.4rem, 1px) max(3.2rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 8%),
      0 max(2.4rem, 1px) max(2.4rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 13%),
      0 max(0.6rem, 1px) max(1.3rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 15%);
  }
}
@media screen and (max-width: 767px) {
  .c-modal-body,
  .c-modal-player {
    box-shadow:
      0 max(5.6rem, 1px) max(1.6rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 0),
      0 max(3.6rem, 1px) max(1.4rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 2%),
      0 max(2rem, 1px) max(1.2rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 8%),
      0 max(0.9rem, 1px) max(0.9rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 13%),
      0 max(0.2rem, 1px) max(0.5rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 15%);
  }
}
[open] .c-modal-body,
[open] .c-modal-player {
  transform: translate3d(0, 0, 0);
}
@starting-style {
  [open] .c-modal-body,
  [open] .c-modal-player {
    transform: translate3d(0, -10%, 0);
  }
}
.is-closing .c-modal-body,
.is-closing .c-modal-player {
  transform: translate3d(0, 10%, 0);
  transition-delay: 0s;
}
.c-modal-body {
  background-color: var(--color-white);
  color: var(--color-black);
  max-height: calc(100dvh - 4em);
  overflow: auto;
}
.c-modal-body-inner:not(.is-active),
.is-mode-youtube .c-modal-body {
  display: none;
}
.c-modal-player {
  aspect-ratio: 16/9;
  background-color: #0c1324;
  overflow: hidden;
}
.c-modal-player div,
.c-modal-player iframe {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.is-mode-text .c-modal-player {
  display: none;
}
.c-modal-close {
  aspect-ratio: 1/1;
  background-color: rgb(var(--color-black-rgb) / 50%);
  border: 0 solid rgb(var(--color-white-rgb) / 20%);
  border-radius: var(--border-radius-full);
  color: var(--color-white);
  cursor: pointer;
  display: grid;
  display: flex;
  place-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition:
    transform 0.3s var(--ease-power1-out),
    background 0.3s var(--ease-power1-out);
}
@media screen and (min-width: 768px) {
  .c-modal-close {
    border-width: max(0.1rem, 1px);
    right: max(4.8rem, 1px);
    top: max(4.8rem, 1px);
    width: max(9.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-modal-close {
    border-width: max(0.1rem, 1px);
    left: 0;
    margin-inline: auto;
    margin-top: max(17.3rem, 1px);
    right: 0;
    top: 50%;
    width: max(9.6rem, 1px);
  }
}
.c-modal-close:focus-visible {
  outline: 0;
}
.c-modal-close:hover {
  background-color: #ffffff14;
  transform: scale(0.95);
}
.c-modal-close .c-icon {
  aspect-ratio: 1/1;
  line-height: var(--leading-none);
}
@media screen and (min-width: 768px) {
  .c-modal-close .c-icon {
    width: max(2.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-modal-close .c-icon {
    width: max(2.4rem, 1px);
  }
}
.visual {
  position: relative;
  z-index: var(--zindex-middle);
}
.visual-mask {
  display: grid;
  mask-composite: add;
  mask-repeat: repeat-x;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .visual-mask {
    mask-image:
      var(--gradient-mask), url(../images/common/mask_convex_bottom_pc.svg);
    mask-position:
      50% 0,
      50% 100%;
    mask-size:
      100% calc(100% - max(16.6rem, 1px)),
      clamp(max(192rem, 1px), 100vw, 100%) max(16.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .visual-mask {
    height: max(22.5rem, 1px);
  }
}
.visual-mask-inner {
  inset: 0;
  margin: 0 auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .visual-mask-inner {
    width: max(144rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .visual-mask-inner {
    width: 100%;
  }
}
.visual-video {
  grid-column: 1/2;
  grid-row: 1/2;
  pointer-events: none;
}
.visual-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.visual-poster {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  transition: opacity 0.2s var(--ease-power1-out);
}
.visual-poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.visual-poster img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.visual-sound {
  align-items: center;
  aspect-ratio: 1/1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: var(--border-radius-full);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  position: absolute;
  transition: transform 0.4s var(--ease-power4-out);
}
@media screen and (min-width: 768px) {
  .visual-sound {
    bottom: max(14.4rem, 1px);
    left: max(4.8rem, 1px);
    width: max(9.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .visual-sound {
    bottom: max(2rem, 1px);
    left: max(2rem, 1px);
    width: max(4rem, 1px);
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .visual-sound:hover {
    transform: scale(0.95);
  }
}
.visual-sound:before {
  border: 0 solid;
  border-radius: var(--border-radius-full);
  content: "";
  display: block;
  inset: 0;
  opacity: 0.2;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .visual-sound:before {
    border-width: max(0.1rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .visual-sound:before {
    border-width: max(0.1rem, 1px);
  }
}
.visual-sound .c-icon {
  line-height: var(--leading-none);
}
@media screen and (min-width: 768px) {
  .visual-sound .c-icon {
    width: max(3.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .visual-sound .c-icon {
    width: max(1.6rem, 1px);
  }
}
.visual-sound-off {
  display: block;
}
.visual-sound-on,
.visual-sound.is-unmuted .visual-sound-off {
  display: none;
}
.visual-sound.is-unmuted .visual-sound-on {
  display: block;
}
.visual-links {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .visual-links {
    bottom: -7.2rem;
    column-gap: max(2.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .visual-links {
    bottom: -13.7rem;
    column-gap: max(1.6rem, 1px);
  }
}
.menu {
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu {
    padding-bottom: max(19.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu {
    padding-bottom: max(8rem, 1px);
  }
}
.menu:before {
  background-color: #f9c518;
  border-radius: 100%;
  content: "";
  left: 0;
  margin: 0 auto;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .menu:before {
    filter: blur(max(14.4rem, 1px));
    height: max(96rem, 1px);
    top: max(12rem, 1px);
    width: max(48rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu:before {
    filter: blur(max(6.8rem, 1px));
    height: max(45rem, 1px);
    top: max(41.2rem, 1px);
    width: max(22.5rem, 1px);
  }
}
.menu-bg {
  background-image: url(../images/common/bg_wood.jpg);
  background-position: 50% 0;
  background-repeat: repeat;
  left: 0;
  mask-composite: add;
  mask-repeat: repeat-x;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu-bg {
    background-size: max(48rem, 1px) max(48rem, 1px);
    height: calc(100% - max(49.8rem, 1px));
    mask-image:
      url(../images/common/mask_convex_top_pc.svg), var(--gradient-mask);
    mask-position:
      50% 0,
      50% max(16.6rem, 1px);
    mask-size:
      clamp(max(192rem, 1px), 100vw, 100%) max(16.8rem, 1px),
      100% calc(100% - max(16.6rem, 1px));
    top: max(49.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-bg {
    background-size: max(48rem, 1px) max(48rem, 1px);
    height: calc(100% - max(56.7rem, 1px));
    mask-image:
      url(../images/common/mask_convex_top_sp.svg), var(--gradient-mask);
    mask-position:
      50% 0,
      50% max(3.4rem, 1px);
    mask-size:
      clamp(max(192rem, 1px), 100vw, 100%) max(3.6rem, 1px),
      100% calc(100% - max(3.4rem, 1px));
    top: max(56.7rem, 1px);
  }
}
.menu-head {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .menu-head {
    max-width: max(124.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-head {
    width: 100%;
  }
}
.menu-ttl {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .menu-ttl {
    right: 0;
    top: max(9.6rem, 1px);
    width: max(6.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-ttl {
    right: max(7.8rem, 1px);
    top: max(17.7rem, 1px);
    width: max(4.8rem, 1px);
  }
}
.menu-txt {
  position: absolute;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .menu-txt {
    font-family: var(--font-family-shuei);
    font-feature-settings: normal;
    font-size: max(2rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-none);
    line-height: var(--leading-relaxed);
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .menu-txt {
    font-family: var(--font-family-shuei);
    font-feature-settings: normal;
    font-size: max(1.6rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-none);
    line-height: var(--leading-base);
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  .menu-txt {
    right: max(10.6rem, 1px);
    top: max(10rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-txt {
    left: max(7rem, 1px);
    top: max(19.7rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .menu-img {
    left: -19.2rem;
    position: absolute;
    top: -1.2rem;
    width: max(60.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-img {
    display: none;
  }
}
.menu-slider {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu-slider {
    --menu-slide-scale-active: 1.5;
    --menu-slide-name-scale-active: 1.5;
    --menu-slide-scale-middle: 1;
    --menu-slide-scale-edge: 0.5;
    padding-top: max(39.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-slider {
    --menu-slide-scale-active: 1.25;
    --menu-slide-name-scale-active: 1.4;
    --menu-slide-scale-middle: 1;
    --menu-slide-scale-edge: 0.75;
    padding-top: max(50rem, 1px);
  }
}
.menu-slider-list {
  align-items: flex-end;
  display: flex;
}
.is-slider-active .menu-slider-list {
  cursor: grab;
}
.menu-slider-list.is-list-dragging {
  cursor: grabbing;
}
.menu-slider-item {
  --slide-progress: 0;
  --slide-progress-abs: max(
    var(--slide-progress),
    calc(var(--slide-progress) * -1)
  );
  --slide-progress-step-1: clamp(0, var(--slide-progress-abs), 1);
  --slide-progress-step-2: clamp(0, calc(var(--slide-progress-abs) - 1), 1);
  --menu-slide-scale-step-1: calc(
    (var(--menu-slide-scale-active) - var(--menu-slide-scale-middle)) *
      var(--slide-progress-step-1)
  );
  --menu-slide-scale-step-2: calc(
    (var(--menu-slide-scale-middle) - var(--menu-slide-scale-edge)) *
      var(--slide-progress-step-2)
  );
  --menu-slide-scale-current: calc(
    var(--menu-slide-scale-active) - var(--menu-slide-scale-step-1) -
      var(--menu-slide-scale-step-2)
  );
  --menu-slide-name-scale-step-1: calc(
    (var(--menu-slide-name-scale-active) - var(--menu-slide-scale-middle)) *
      var(--slide-progress-step-1)
  );
  --menu-slide-name-scale-step-2: var(--menu-slide-scale-step-2);
  --menu-slide-name-scale-current: calc(
    var(--menu-slide-name-scale-active) - var(--menu-slide-name-scale-step-1) -
      var(--menu-slide-name-scale-step-2)
  );
  --menu-slide-rise-factor: clamp(0, calc(1.5 - var(--slide-progress-abs)), 1);
  flex: 0 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu-slider-item {
    opacity: clamp(0, 2 - var(--slide-progress-abs), 1);
    width: max(57.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-item {
    width: max(27.8rem, 1px);
  }
}
.menu-slider-img {
  transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
  .menu-slider-img {
    margin-left: max(3.8rem, 1px);
    transform: scale(var(--menu-slide-scale-current))
      translateY(calc(var(--menu-slide-rise-factor) * -1 * max(2rem, 1px)));
    width: max(46rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-img {
    margin-left: max(1rem, 1px);
    transform: scale(var(--menu-slide-scale-current))
      translateY(calc(var(--menu-slide-rise-factor) * -1 * max(1.6rem, 1px)));
    width: max(23rem, 1px);
  }
}
.menu-slider-steam {
  aspect-ratio: 1/1;
  display: block;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .menu-slider-steam {
    left: 5%;
    top: -5%;
    transform: scale(var(--menu-slide-scale-current))
      translateX(calc(var(--menu-slide-rise-factor) * -1 * -1.5rem))
      translateY(calc(var(--menu-slide-rise-factor) * -1 * max(18rem, 1px)));
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-steam {
    left: 1%;
    top: -2%;
    transform: scale(var(--menu-slide-scale-current))
      translateX(calc(var(--menu-slide-rise-factor) * -1 * -1.5rem))
      translateY(calc(var(--menu-slide-rise-factor) * -1 * max(8rem, 1px)));
    width: 60%;
  }
}
.menu-slider-label {
  position: absolute;
  transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
  .menu-slider-label {
    left: max(10.7rem, 1px);
    top: max(35.1rem, 1px);
    transform: scale(var(--menu-slide-scale-current))
      translate(
        calc(var(--menu-slide-rise-factor) * -1 * max(4.6rem, 1px)),
        calc(var(--menu-slide-rise-factor) * -1 * max(1.5rem, 1px))
      );
    width: max(8.5rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-label {
    left: max(2rem, 1px);
    top: max(16.3rem, 1px);
    transform: scale(var(--menu-slide-scale-current))
      translate(
        calc(var(--menu-slide-rise-factor) * -1 * max(1.8rem, 1px)),
        calc(var(--menu-slide-rise-factor) * -1 * max(1.5rem, 1px))
      );
    width: max(5rem, 1px);
  }
}
.menu-slider-name {
  transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
  .menu-slider-name {
    margin: -0.5rem auto 0;
    transform: scale(var(--menu-slide-name-scale-current));
    width: max(19.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-name {
    margin: max(1.3rem, 1px) auto 0;
    opacity: clamp(0, 1 - var(--slide-progress-abs), 1);
    transform: scale(var(--menu-slide-name-scale-current));
    width: max(15.4rem, 1px);
  }
}
.menu-slider-txt {
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .menu-slider-txt {
    font-size: max(1.9rem, 1px);
    margin-top: max(3.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-txt {
    font-size: max(1.5rem, 1px);
    margin: max(2.3rem, 1px) calc((100vw - max(27.8rem, 1px)) / -2) 0;
    opacity: clamp(0, 1 - var(--slide-progress-abs), 1);
  }
}
.menu-slider-btn {
  left: 50%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .menu-slider-btn {
    bottom: max(11.6rem, 1px);
    width: max(5.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-btn {
    bottom: max(12.4rem, 1px);
    width: max(2.6rem, 1px);
  }
}
.menu-slider-btn svg {
  display: block;
}
.menu-slider-btn svg path {
  transition: opacity 0.3s var(--ease-power1-out);
}
@media screen and (hover: hover) and (min-width: 768px) {
  .menu-slider-btn:hover svg path[style*="opacity: .1;"] {
    opacity: 0.3 !important;
  }
}
@media screen and (min-width: 768px) {
  .menu-slider-btn-prev {
    margin-left: -36rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-btn-prev {
    margin-left: -16rem;
  }
}
.menu-slider-btn-prev svg {
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .menu-slider-btn-next {
    margin-left: max(30.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-slider-btn-next {
    margin-left: max(13.4rem, 1px);
  }
}
.menu-category {
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu-category {
    gap: max(2.4rem, 1px);
    grid-template-columns: max(40rem, 1px) max(18.8rem, 1px) max(
        18.8rem,
        1px
      ) max(40rem, 1px);
    margin: max(7.2rem, 1px) auto 0;
    width: max(124.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-category {
    gap: max(2rem, 1px);
    grid-template-columns: 1fr;
    margin: max(3.9rem, 1px) max(2rem, 1px) 0;
  }
}
@media screen and (min-width: 768px) {
  .menu-category-item:first-of-type,
  .menu-category-item:nth-of-type(2) {
    height: max(36.7rem, 1px);
    width: max(61.2rem, 1px);
  }
  .menu-category-item:nth-of-type(3),
  .menu-category-item:nth-of-type(4),
  .menu-category-item:nth-of-type(5) {
    height: max(24rem, 1px);
    width: max(40rem, 1px);
  }
  .menu-category-item:first-of-type {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .menu-category-item:nth-of-type(2) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .menu-category-item:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .menu-category-item:nth-of-type(4) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .menu-category-item:nth-of-type(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .menu-category-item {
    width: 100%;
  }
}
.menu-category-link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (hover: hover) and (min-width: 768px) {
  .menu-category-link:hover .menu-category-link-inner {
    box-shadow: 0 max(0.4rem, 1px) max(0.6rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
    transform: scale(0.98);
  }
}
.menu-category-link-inner {
  background: var(--color-black);
  border-radius: var(--border-radius);
  overflow: hidden;
  transition:
    box-shadow 0.4s var(--ease-power4-out),
    transform 0.4s var(--ease-power4-out);
}
@media screen and (min-width: 768px) {
  .menu-category-link-inner {
    box-shadow: 0 max(1.6rem, 1px) max(2.4rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
  }
}
@media screen and (max-width: 767px) {
  .menu-category-link-inner {
    box-shadow: 0 max(1.6rem, 1px) max(2.4rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
  }
}
.menu-category-img {
  height: 100%;
  transform-origin: 75% 50%;
  transition: transform 0.4s var(--ease-power4-out);
  width: 100%;
}
.menu-category-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.menu-category-ttl {
  position: absolute;
}
.menu-category-ttl img {
  filter: drop-shadow(
    0 0.12rem 0.44rem color-mix(in srgb, var(--color-beige-deepest), #000 28%)
  );
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .menu-category-item:first-of-type .menu-category-ttl,
  .menu-category-item:nth-of-type(2) .menu-category-ttl {
    height: max(29.2rem, 1px);
    left: max(3.6rem, 1px);
    top: max(3.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-category-item:first-of-type .menu-category-ttl,
  .menu-category-item:nth-of-type(2) .menu-category-ttl {
    height: max(20.5rem, 1px);
    left: max(2.4rem, 1px);
    top: max(2.4rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .menu-category-item:nth-of-type(3) .menu-category-ttl,
  .menu-category-item:nth-of-type(4) .menu-category-ttl,
  .menu-category-item:nth-of-type(5) .menu-category-ttl {
    height: max(19.2rem, 1px);
    left: max(2.4rem, 1px);
    top: max(2.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-category-item:nth-of-type(3) .menu-category-ttl,
  .menu-category-item:nth-of-type(4) .menu-category-ttl,
  .menu-category-item:nth-of-type(5) .menu-category-ttl {
    height: max(14.2rem, 1px);
    left: max(2.4rem, 1px);
    top: max(2.4rem, 1px);
  }
}
.menu-category .c-btn {
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .menu-category .c-btn {
    bottom: max(1.2rem, 1px);
    right: max(1.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-category .c-btn {
    bottom: max(1rem, 1px);
    right: max(1rem, 1px);
  }
  .menu-category .c-btn[data-shape="circle"][data-size="small"] .c-btn-inner {
    width: max(4rem, 1px);
  }
  .menu-category .c-btn[data-shape="circle"][data-size="small"] .c-btn-icon {
    width: max(1.2rem, 1px);
  }
}
.menu-season {
  background-color: rgb(var(--color-gold-deep-rgb) / 10%);
  border: 0 solid rgb(var(--color-gold-deep-rgb) / 30%);
  border-radius: var(--border-radius);
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu-season {
    align-items: center;
    border-width: max(0.1rem, 1px);
    gap: max(5.2rem, 1px);
    grid-template-columns: max(32rem, 1px) 1fr;
    margin: max(7.2rem, 1px) auto 0;
    padding: max(4.8rem, 1px) max(4.8rem, 1px) max(4.8rem, 1px) max(5.2rem, 1px);
    width: max(124.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .menu-season {
    border-width: max(0.1rem, 1px);
    gap: max(1.7rem, 1px);
    grid-template-columns: 1fr;
    margin: max(4rem, 1px) max(2rem, 1px) 0;
    padding: max(3rem, 1px) max(1rem, 1px) max(1rem, 1px);
  }
  .menu-season-ttl {
    margin: 0 auto;
    width: max(15.5rem, 1px);
  }
}
.menu-season-link {
  display: block;
}
@media screen and (hover: hover) and (min-width: 768px) {
  .menu-season-link:hover .menu-season-img {
    box-shadow: 0 max(0.4rem, 1px) max(0.6rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
    transform: scale(0.98);
  }
}
.menu-season-img {
  border-radius: var(--border-radius);
  overflow: hidden;
  transform-origin: 75% 50%;
  transition:
    box-shadow 0.2s var(--ease-power4-out),
    transform 0.4s var(--ease-power4-out);
}
@media screen and (min-width: 768px) {
  .menu-season-img {
    box-shadow: 0 max(1.6rem, 1px) max(2.4rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
  }
}
@media screen and (max-width: 767px) {
  .menu-season-img {
    box-shadow: 0 max(0.8rem, 1px) max(1.2rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
  }
}
@media screen and (min-width: 768px) {
  .l-contents-bg:before {
    top: 30.20834vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-bg:before {
    top: -6.25vw;
  }
}
.info {
  overflow: clip;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info {
    margin-top: -1.6rem;
    padding-bottom: max(30.7rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .info {
    margin-top: -3.1rem;
    padding-bottom: max(11.4rem, 1px);
  }
}
.info:before {
  aspect-ratio: 1/1;
  background-image: url(../images/top/info_bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  mix-blend-mode: color-burn;
  opacity: 0.5;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .info:before {
    left: 0;
    top: max(1.6rem, 1px);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .info:before {
    right: -8rem;
    top: max(3.1rem, 1px);
    width: max(80rem, 1px);
  }
}
.info-bg {
  display: grid;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .info-bg {
    grid-template-rows: max(20.4rem, 1px) 1fr;
    height: calc(100% - max(76.8rem, 1px));
    top: max(76.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .info-bg {
    grid-template-rows: max(40rem, 1px) 1fr;
    height: calc(100% - max(100.4rem, 1px));
    top: max(100.4rem, 1px);
  }
}
.info-bg:after,
.info-bg:before {
  content: "";
  width: 100%;
}
.info-bg:before {
  background: linear-gradient(180deg, #f9c51800, #f9c518);
  opacity: 0.2;
}
.info-bg:after {
  background: #f9c518;
  opacity: 0.2;
}
.about {
  overflow: clip;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about {
    padding: max(16.2rem, 1px) 0 max(49.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: max(18.6rem, 1px) 0 max(57.8rem, 1px);
  }
}
.about-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-inline: auto;
    width: max(60.3rem, 1px);
  }
  .about-ttl {
    width: max(11.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .about-ttl {
    margin-inline: auto;
    width: max(18rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .about-txt {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .about-txt {
    margin-top: max(4.6rem, 1px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about-txt p {
    font-family: var(--font-family-shuei);
    font-feature-settings: normal;
    font-size: max(2rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-none);
    line-height: var(--leading-relaxed);
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .about-txt p {
    font-family: var(--font-family-shuei);
    font-feature-settings: normal;
    font-size: max(1.6rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-none);
    line-height: var(--leading-base);
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .about-txt p {
    font-family: var(--font-family-shuei);
    font-size: max(1.6rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-base);
    line-height: var(--leading-base);
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .about-txt p + p {
    margin-right: max(2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .about-txt p + p {
    margin-top: max(1.7rem, 1px);
  }
  .about-link {
    margin-top: max(4.5rem, 1px);
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .about-link .c-btn-inner {
    aspect-ratio: 1/1;
    background-image: var(--gradient-red);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow:
      0 max(0.8rem, 1px) max(1.6rem, 1px) 0
        rgb(var(--color-beige-deepest-rgb) / 20%),
      0 -0.3rem 0 0 var(--color-red-deep) inset,
      0 max(0.3rem, 1px) 0 0 var(--color-red-soft) inset;
    flex-direction: column;
    padding: 0;
    width: max(14.4rem, 1px);
  }
  .about-link .c-btn-txt {
    font-size: max(2rem, 1px);
    line-height: var(--leading-normal);
  }
}
.about-img {
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about-img01 {
    left: 50%;
    margin-left: -79rem;
    top: max(36.2rem, 1px);
    width: max(70.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .about-img01 {
    left: -4.8rem;
    top: max(101.3rem, 1px);
    width: max(35.4rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .about-img02 {
    left: 50%;
    margin-left: max(24.7rem, 1px);
    top: max(48.8rem, 1px);
    width: max(60.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .about-img02 {
    left: max(19.6rem, 1px);
    top: max(81.7rem, 1px);
    width: max(30.3rem, 1px);
  }
}
.about-illust {
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about-illust01 {
    left: 50%;
    margin-left: max(40.5rem, 1px);
    top: 0;
    width: max(41rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .about-illust01 {
    left: max(24.2rem, 1px);
    top: 0;
    width: max(21.6rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .about-illust02 {
    left: 50%;
    margin-left: -6.8rem;
    top: max(63.9rem, 1px);
    width: max(26.5rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .about-illust02 {
    left: -0.5rem;
    top: max(29.9rem, 1px);
    width: max(13.9rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .about-illust03 {
    left: 50%;
    margin-left: -68.8rem;
    top: max(10.6rem, 1px);
    width: max(30.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .about-illust03 {
    left: max(1.9rem, 1px);
    top: max(80.7rem, 1px);
    width: max(16rem, 1px);
  }
}
.campaign {
  position: relative;
}
@media screen and (min-width: 768px) {
  .campaign {
    margin: max(7.2rem, 1px) auto 0;
    padding-top: max(4.8rem, 1px);
    width: max(129.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    margin: max(4rem, 1px) max(2rem, 1px) 0;
    padding-top: max(3rem, 1px);
  }
}
.campaign-bg {
  background-color: rgb(var(--color-gold-deep-rgb) / 10%);
  border: 0 solid rgb(var(--color-gold-deep-rgb) / 30%);
  border-radius: var(--border-radius);
  inset: 0;
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .campaign-bg {
    border-width: max(0.1rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign-bg {
    border-width: max(0.1rem, 1px);
  }
}
.campaign-ttl {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .campaign-ttl {
    width: max(23.9rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign-ttl {
    width: max(16.3rem, 1px);
  }
}
.campaign-slider {
  position: relative;
}
.campaign-slider-mask {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .campaign-slider-mask {
    padding-bottom: max(9.2rem, 1px);
    padding-top: max(3.7rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-mask {
    padding-bottom: max(5.4rem, 1px);
    padding-top: max(1.6rem, 1px);
  }
}
.campaign-slider-list {
  display: flex;
}
.is-slider-active .campaign-slider-list {
  cursor: grab;
}
.campaign-slider-list.is-list-dragging {
  cursor: grabbing;
}
.campaign-slider:not(.is-slider-active) .campaign-slider-list {
  justify-content: center;
}
.campaign-slider-item {
  --slide-progress: 0;
  --slide-progress-abs: max(
    var(--slide-progress),
    calc(var(--slide-progress) * -1)
  );
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .campaign-slider-item {
    opacity: clamp(0, 2 - var(--slide-progress-abs), 1);
    width: max(39.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-item {
    opacity: clamp(0, 1 - var(--slide-progress-abs), 1);
    width: max(36rem, 1px);
  }
}
.campaign-slider-link {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .campaign-slider-link {
    height: max(21.6rem, 1px);
    width: max(36rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-link {
    height: max(18rem, 1px);
    width: max(30rem, 1px);
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .campaign-slider-link[href]:hover .campaign-slider-img {
    box-shadow: 0 max(0.2rem, 1px) max(0.3rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
    transform: scale(0.98);
  }
}
.campaign-slider-img {
  border-radius: var(--border-radius);
  height: 100%;
  overflow: hidden;
  transition:
    box-shadow 0.2s var(--ease-power4-out),
    transform 0.4s var(--ease-power4-out);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .campaign-slider-img {
    box-shadow: 0 max(0.8rem, 1px) max(1.2rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-img {
    box-shadow: 0 max(0.8rem, 1px) max(1.2rem, 1px) 0
      rgb(var(--color-beige-deepest-rgb) / 24%);
  }
}
.campaign-slider-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.campaign-slider-pager {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .campaign-slider-pager {
    bottom: max(4.8rem, 1px);
    gap: max(0.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-pager {
    bottom: max(3rem, 1px);
    gap: max(0.6rem, 1px);
  }
}
.campaign-slider-pager li {
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  border-radius: var(--border-radius-full);
  line-height: var(--leading-none);
}
@media screen and (min-width: 768px) {
  .campaign-slider-pager li {
    width: max(0.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-pager li {
    width: max(0.8rem, 1px);
  }
}
.campaign-slider-pager li:is(.is-active, .is-number-active) {
  background-color: var(--color-red);
}
.campaign-slider-pager li button {
  background: #0000;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}
.campaign-slider-btn {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .campaign-slider-btn {
    top: max(12.5rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-btn {
    top: max(9.1rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .campaign-slider-btn-prev {
    left: -1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-btn-prev {
    left: -1.2rem;
  }
}
.campaign-slider-btn-prev .c-btn-icon {
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .campaign-slider-btn-next {
    right: -1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .campaign-slider-btn-next {
    right: -1.2rem;
  }
}
.campaign-slider:not(.is-slider-active) .campaign-slider-btn {
  visibility: hidden;
}
.news {
  position: relative;
}
@media screen and (min-width: 768px) {
  .news {
    display: flex;
    margin: max(12rem, 1px) auto 0;
    width: max(115.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .news {
    margin: max(6rem, 1px) max(4rem, 1px) 0;
  }
  .news-head {
    align-items: end;
    display: grid;
    gap: max(3.4rem, 1px) max(4.4rem, 1px);
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 768px) {
  .news-ttl {
    width: max(24.9rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .news-ttl {
    grid-column: 1/3;
    grid-row: 1/2;
    width: max(18.7rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .news-txt {
    font-family: var(--font-family-base);
    font-size: max(1.6rem, 1px);
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--tracking-base);
    line-height: var(--leading-base);
  }
}
@media screen and (max-width: 767px) {
  .news-txt {
    font-family: var(--font-family-base);
    font-size: max(1.4rem, 1px);
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--tracking-base);
    line-height: var(--leading-base);
  }
}
@media screen and (min-width: 768px) {
  .news-txt {
    margin-top: max(4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .news-txt {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .news-link {
    margin-top: max(4.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .news-link {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-bottom: max(0.7rem, 1px);
  }
}
.news-list {
  align-content: start;
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .news-list {
    gap: max(2.4rem, 1px);
    margin-left: auto;
    width: max(76.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .news-list {
    gap: max(3rem, 1px);
    margin-top: max(5.4rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .news .c-news-item {
    padding-bottom: max(1.7rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .news .c-news-item {
    padding-bottom: max(2.2rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .news .c-news-item-txt {
    font-size: max(2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .news .c-news-item-txt {
    font-size: max(1.6rem, 1px);
  }
}
.app {
  color: var(--color-white);
  position: relative;
}
@media screen and (min-width: 768px) {
  .app {
    margin-top: -16.6rem;
    padding: max(12rem, 1px) 0 max(9.6rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app {
    margin-top: -3.4rem;
    padding: max(8rem, 1px) max(3.4rem, 1px) max(7.9rem, 1px);
  }
}
.app-bg {
  background-image: url(../images/common/bg_red.jpg);
  background-position: 50% 0;
  background-repeat: repeat;
  inset: 0;
  mask-composite: add;
  mask-repeat: repeat-x;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .app-bg {
    background-size: max(48rem, 1px) max(48rem, 1px);
    mask-image:
      url(../images/common/mask_convex_top_pc.svg), var(--gradient-mask);
    mask-position:
      50% 0,
      50% max(16.6rem, 1px);
    mask-size:
      clamp(max(192rem, 1px), 100vw, 100%) max(16.8rem, 1px),
      100% calc(100% - max(16.6rem, 1px));
  }
}
@media screen and (max-width: 767px) {
  .app-bg {
    background-size: max(48rem, 1px) max(48rem, 1px);
    mask-image:
      url(../images/common/mask_convex_top_sp.svg), var(--gradient-mask);
    mask-position:
      50% 0,
      50% max(3.4rem, 1px);
    mask-size:
      100% max(3.6rem, 1px),
      100% calc(100% - max(3.4rem, 1px));
  }
}
.app-bg:before {
  aspect-ratio: 1/1;
  background: radial-gradient(
    158.02% 50% at 50% 50%,
    rgb(var(--color-black-rgb) / 20%) 0,
    var(--color-black) 100%
  );
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0;
  mix-blend-mode: overlay;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .app-bg:before {
    top: -31.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .app-bg:before {
    left: -104rem;
    top: -31.5rem;
    width: max(144rem, 1px);
  }
}
.app-inner {
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .app-inner {
    max-width: max(106rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-inner {
    padding-top: max(42.3rem, 1px);
  }
}
.app-img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .app-img {
    filter: drop-shadow(
        -9rem max(15.7rem, 1px) max(7.2rem, 1px) rgba(24, 1, 1, 0.02)
      )
      drop-shadow(
        -5.1rem max(8.8rem, 1px) max(6.1rem, 1px) rgba(24, 1, 1, 0.08)
      )
      drop-shadow(
        -2.3rem max(3.9rem, 1px) max(4.5rem, 1px) rgba(24, 1, 1, 0.14)
      )
      drop-shadow(-0.6rem max(1rem, 1px) max(2.5rem, 1px) rgba(24, 1, 1, 0.16));
    width: max(28rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-img {
    filter: drop-shadow(
        -5.5rem max(9.6rem, 1px) max(4.4rem, 1px) rgba(24, 1, 1, 0.02)
      )
      drop-shadow(
        -3.1rem max(5.4rem, 1px) max(3.7rem, 1px) rgba(24, 1, 1, 0.08)
      )
      drop-shadow(
        -1.4rem max(2.3rem, 1px) max(2.7rem, 1px) rgba(24, 1, 1, 0.14)
      )
      drop-shadow(
        -0.3rem max(0.6rem, 1px) max(1.5rem, 1px) rgba(24, 1, 1, 0.16)
      );
    width: max(17.2rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .app-img-01 {
    left: -1rem;
    top: max(6.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-img-01 {
    left: max(0.6rem, 1px);
    top: max(1.6rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .app-img-02 {
    left: max(23.4rem, 1px);
    top: -2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .app-img-02 {
    right: max(0.6rem, 1px);
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .app-info {
    margin: max(2.4rem, 1px) 0 0 auto;
    width: max(41.4rem, 1px);
  }
}
.app-label {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .app-label {
    width: max(16.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-label {
    width: max(12.4rem, 1px);
  }
}
.app-ttl {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .app-ttl {
    margin-top: max(3.2rem, 1px);
    width: max(41rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-ttl {
    margin-top: max(3rem, 1px);
    width: max(32rem, 1px);
  }
}
.app-txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .app-txt {
    font-family: var(--font-family-base);
    font-size: max(1.8rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-base);
    line-height: var(--leading-base);
  }
}
@media screen and (max-width: 767px) {
  .app-txt {
    font-family: var(--font-family-base);
    font-size: max(1.5rem, 1px);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--tracking-base);
    line-height: var(--leading-base);
  }
}
@media screen and (min-width: 768px) {
  .app-txt {
    margin-top: max(2.7rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-txt {
    margin-top: max(2.4rem, 1px);
  }
}
.app-link {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .app-link {
    margin-top: max(3rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-link {
    margin-top: max(2.5rem, 1px);
  }
}
.app-download {
  background-color: var(--color-white);
  border: 0 solid var(--color-beige);
  border-radius: var(--border-radius);
  color: var(--color-red);
}
@media screen and (min-width: 768px) {
  .app-download {
    border-width: max(0.1rem, 1px);
    margin-top: max(2.5rem, 1px);
    padding: max(1.6rem, 1px) max(2rem, 1px) max(2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-download {
    border-width: max(0.1rem, 1px);
    margin-top: max(2.4rem, 1px);
    padding: max(1.1rem, 1px) max(1.5rem, 1px) max(1.5rem, 1px);
  }
}
.app-download-ttl {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .app-download-ttl {
    gap: max(0.8rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-download-ttl {
    gap: max(0.8rem, 1px);
  }
}
.app-download-ttl i {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--color-red);
  border-radius: var(--border-radius-full);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  line-height: var(--leading-none);
}
@media screen and (min-width: 768px) {
  .app-download-ttl i {
    width: max(2.4rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-download-ttl i {
    width: max(1.7rem, 1px);
  }
}
@media screen and (min-width: 768px) {
  .app-download-ttl i svg {
    width: max(1.2rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-download-ttl i svg {
    width: max(0.8rem, 1px);
  }
}
.app-download-ttl span {
  font-weight: var(--font-weight-bold);
}
@media screen and (min-width: 768px) {
  .app-download-ttl span {
    font-size: max(1.7rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-download-ttl span {
    font-size: max(1.4rem, 1px);
  }
}
.app-download-list {
  display: grid;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .app-download-list {
    grid-template-columns: max(16.3rem, 1px) max(20.2rem, 1px);
    margin-top: max(1.3rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .app-download-list {
    grid-template-columns: max(13rem, 1px) max(16.2rem, 1px);
    margin-top: max(0.8rem, 1px);
  }
}
.app-download-item a {
  display: block;
  transition: opacity 0.3s var(--ease-power1-out);
}
@media screen and (hover: hover) and (min-width: 768px) {
  .app-download-item a:hover {
    opacity: 0.8;
  }
}
.popup-link {
  display: block;
}
