@charset "UTF-8";
:root {
  --designwidth:1366;
}
@media screen and (max-width: 768px) {
  :root {
    --designwidth:375;
  }
}

/*
	Base
	-base
*/
html {
  font-size: 1rem;
  scroll-behavior: smooth;
  overflow-y: hidden;
}
html.is-scroll-enable {
  overflow: auto !important;
  overflow-y: auto !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt" 1;
  color: rgb(33 33 33 / 1);
  line-height: 1;
  overflow-x: clip;
  overflow-y: hidden;
}
body.is-scroll-enable {
  overflow: auto !important;
  overflow-y: auto !important;
  overflow-x: clip !important;
}
body#page-top.fixed {
  height: 100%;
  overflow: hidden;
}
body :where(a) {
  color: inherit;
  text-decoration: none;
}
body :where(ul, ol) {
  list-style-type: "";
  padding: unset;
}
body :where(img) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body :where(button) {
  color: inherit;
  letter-spacing: 0.1em;
  touch-action: manipulation;
}

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

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

.leading-trim::before, .leading-trim::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
}
.leading-trim::before {
  -webkit-margin-after: var(--leading-trim);
          margin-block-end: var(--leading-trim);
}
.leading-trim::after {
  -webkit-margin-before: var(--leading-trim);
          margin-block-start: var(--leading-trim);
}

/*
	Layouts
	-general
*/
:root {
  --color-base-white: 255 255 255;
  --color-base-black: 0 0 0;
  --color-base-text: 34 34 34;
  --color-base-link: 7 51 172;
  --color-base-tag: 234 234 234;
  --color-base-line: 227 227 227;
  --color-base-bg: 245 245 245;
  --color-base-box: 112 112 112;
  --color-accent-shadow: 54 45 45;
  --border-radius-max: 100vmax;
  --font-mincho: "Hina Mincho", serif;
  --font-gothic: "Zen Kaku Gothic New", sans-serif;
  --font-serif: "Libre Baskerville", serif;
}

.l-section {
  position: relative;
  padding-inline: 0;
  overflow-x: hidden;
  z-index: 2;
}
.l-section__header {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(238 186 49 / 1);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-section__header {
    display: block;
    width: calc(100% - 500px);
    background: url(../img/common/header_illust_top_tab.png), url(../img/common/header_illust_bottom_tab.png), url(../img/common/header_illust_line_tab.png) rgb(238 186 49 / 1);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% auto, 100% auto, cover;
    background-position: top center, bottom center, center center;
  }
}
@media print, screen and (min-width: 981px) {
  .l-section__header {
    display: block;
    background: url(../img/common/header_illust_top_pc.png), url(../img/common/header_illust_bottom_pc.png), url(../img/common/header_illust_line_pc.png) rgb(238 186 49 / 1);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% auto, 100% auto, cover;
    background-position: top center, bottom center, center center;
  }
}
.l-section__header .p-outline-inner {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - 250px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-section__header .p-outline-inner.left {
  left: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-section__header .p-outline-inner.left {
    width: 100%;
  }
}
.l-section__header .p-outline-inner.right {
  right: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-section__header .p-outline-inner.right {
    display: none;
  }
}
.l-section__header .p-outline__logo {
  width: 81.6902%;
}
.l-section__header .p-outline-nav {
  position: relative;
  width: 71.5493%;
}
.l-section__header .p-outline-nav::before {
  content: "";
  position: absolute;
  top: 42.2728%;
  left: 0;
  width: 27.5591%;
  aspect-ratio: 140/80;
  background: url(../img/common/header_nav_capsule_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.l-section__header .p-outline-nav::after {
  content: "";
  position: absolute;
  top: 10.6819%;
  right: 7.2835%;
  width: 27.5591%;
  aspect-ratio: 140/80;
  background: url(../img/common/header_nav_capsule_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.l-section__header .p-outline-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.l-section__header .p-outline-nav-list > li {
  position: relative;
  width: 100%;
}
.l-section__header .p-outline-nav-list > li a {
  display: block;
  transition: all 0.2s ease-in-out;
}
.l-section__header .p-outline-nav-list > li a > img {
  width: 100%;
}
.l-section__header .p-outline-nav-list > li:nth-child(1) a {
  margin: 0.6819% auto 0 2.9528%;
  width: 59.6457%;
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
}
.l-section__header .p-outline-nav-list > li:nth-child(1) a:focus-visible {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .l-section__header .p-outline-nav-list > li:nth-child(1) a:where(:-webkit-any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .l-section__header .p-outline-nav-list > li:nth-child(1) a:where(:-moz-any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .l-section__header .p-outline-nav-list > li:nth-child(1) a:where(:any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-section__header .p-outline-nav-list > li:nth-child(1) a.touch-active {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}
.l-section__header .p-outline-nav-list > li:nth-child(2) a {
  margin: -17.5% 0 0 auto;
  width: 43.8977%;
  filter: drop-shadow(0px 4px 0px rgb(32 63 126 / 1));
}
.l-section__header .p-outline-nav-list > li:nth-child(2) a:focus-visible {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
}
@media (any-hover: hover) {
  .l-section__header .p-outline-nav-list > li:nth-child(2) a:where(:-webkit-any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
  .l-section__header .p-outline-nav-list > li:nth-child(2) a:where(:-moz-any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
  .l-section__header .p-outline-nav-list > li:nth-child(2) a:where(:any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-section__header .p-outline-nav-list > li:nth-child(2) a.touch-active {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
    }
  }
}
.l-section__header .p-outline-nav-list > li:nth-child(3) {
  z-index: 1;
}
.l-section__header .p-outline-nav-list > li:nth-child(3) a {
  margin: -5.2273% auto 0 25%;
  width: 43.8977%;
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
}
.l-section__header .p-outline-nav-list > li:nth-child(3) a:focus-visible {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .l-section__header .p-outline-nav-list > li:nth-child(3) a:where(:-webkit-any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .l-section__header .p-outline-nav-list > li:nth-child(3) a:where(:-moz-any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .l-section__header .p-outline-nav-list > li:nth-child(3) a:where(:any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-section__header .p-outline-nav-list > li:nth-child(3) a.touch-active {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}
.l-section__header .p-outline-nav-list > li:nth-child(4) {
  margin: -9% auto 0 3.9371%;
}
.l-section__header .p-outline-nav-list > li .social-block {
  position: relative;
  width: 37.9922%;
}
.l-section__header .p-outline-nav-list > li .social__title {
  filter: drop-shadow(0px 4px 0px rgb(32 63 126 / 1));
}
.l-section__header .p-outline-nav-list > li .social__title > img {
  width: 100%;
}
.l-section__header .p-outline-nav-list > li .social-list {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.2784%;
}
.l-section__header .p-outline-nav-list > li .social-list > li {
  width: 20.6186%;
  line-height: 0;
}
.l-section__header .p-outline-nav-list > li .social-list > li a {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.l-section__header .p-outline-nav-list > li .social-list > li a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .l-section__header .p-outline-nav-list > li .social-list > li a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-section__header .p-outline-nav-list > li .social-list > li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-section__header .p-outline-nav-list > li .social-list > li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-section__header .p-outline-nav-list > li .social-list > li a.touch-active {
      opacity: 0.8;
    }
  }
}
.l-section__header .p-outline-nav-list > li .social-list > li a > img {
  width: 100%;
}
.l-section__contents {
  position: relative;
  margin-inline: auto;
  width: 100%;
  color: rgb(33 33 33 / 1);
  background-color: rgb(255 255 255 / 1);
  filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.25));
  z-index: 10;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-section__contents {
    margin-inline: auto 0;
    width: 500px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-section__contents {
    width: 500px;
  }
}

.l-loading {
  position: fixed;
  inset: 0;
  display: grid;
  place-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  background-color: rgb(238 186 49 / 1);
  z-index: 8000;
}
.l-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-loading .p-object {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.l-loading .p-object.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.l-nav {
  position: relative;
}
.l-nav .p-nav-btn {
  position: fixed;
  top: -2px;
  right: -2px;
  display: block;
  padding: 18px;
  width: 64px;
  aspect-ratio: 1;
  background-image: url(../img/common/nav_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
  transform: translateZ(0);
  z-index: 5500;
}
.l-nav .p-nav-btn[aria-expanded=true] {
  background-size: 0 0;
  filter: unset;
}
.l-nav .p-nav-btn[aria-expanded=true] .p-nav-btn__line {
  background: transparent;
}
.l-nav .p-nav-btn[aria-expanded=true] .p-nav-btn__line::before {
  top: 0;
  transform: rotate(45deg);
}
.l-nav .p-nav-btn[aria-expanded=true] .p-nav-btn__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-nav .p-nav-btn__line {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgb(150 34 30 / 1);
  transition: all 0.4s ease-out;
}
.l-nav .p-nav-btn__line::before, .l-nav .p-nav-btn__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgb(150 34 30 / 1);
  transition: all 0.4s ease-out;
}
.l-nav .p-nav-btn__line::before {
  top: 7px;
}
.l-nav .p-nav-btn__line::after {
  top: -7px;
}
.l-nav .p-nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 105px 30px;
  width: 100%;
  min-height: 100dvh;
  max-height: 100dvh;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(255 237 171 / 1);
  z-index: 5000;
  scrollbar-width: none;
}
.l-nav .p-nav-menu.show {
  opacity: 1;
  visibility: visible;
}
.l-nav .p-nav-menu-list {
  display: grid;
  gap: 3.2vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-nav .p-nav-menu-list {
    gap: 12px;
  }
}
.l-nav .p-nav-menu-list > li a {
  display: block;
}
.l-nav .p-nav-menu-list > li a > img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
  transform: translateZ(0);
}
.l-nav .p-nav-menu-list > li a:focus-visible > img {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .l-nav .p-nav-menu-list > li a:where(:-webkit-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .l-nav .p-nav-menu-list > li a:where(:-moz-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .l-nav .p-nav-menu-list > li a:where(:any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-nav .p-nav-menu-list > li a.touch-active > img {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}
.l-nav .p-nav-menu-list > li:nth-child(even) a > img {
  filter: drop-shadow(0px 4px 0px rgb(32 63 126 / 1));
}
.l-nav .p-nav-menu-list > li:nth-child(even) a:focus-visible > img {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
}
@media (any-hover: hover) {
  .l-nav .p-nav-menu-list > li:nth-child(even) a:where(:-webkit-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
  .l-nav .p-nav-menu-list > li:nth-child(even) a:where(:-moz-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
  .l-nav .p-nav-menu-list > li:nth-child(even) a:where(:any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-nav .p-nav-menu-list > li:nth-child(even) a.touch-active > img {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
    }
  }
}
.l-nav .p-nav-menu-social {
  margin-top: 9.091%;
}
.l-nav .p-nav-menu-social__title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 4.26667vw;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-nav .p-nav-menu-social__title {
    gap: 16px;
  }
}
.l-nav .p-nav-menu-social__title::before {
  content: "";
  margin-top: 0.2em;
  inline-size: 3.2vw;
  aspect-ratio: 12/14;
  background-image: url(../img/common/icon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-nav .p-nav-menu-social__title::before {
    inline-size: 12px;
  }
}
.l-nav .p-nav-menu-social__title::after {
  content: "";
  margin-top: 0.2em;
  inline-size: 3.2vw;
  aspect-ratio: 12/14;
  transform: scaleY(-1);
  background-image: url(../img/common/icon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-nav .p-nav-menu-social__title::after {
    inline-size: 12px;
  }
}
.l-nav .p-nav-menu-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.3334vw;
  margin-top: 1.8182%;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-nav .p-nav-menu-social-list {
    gap: 20px;
  }
}
.l-nav .p-nav-menu-social-list > li {
  width: 10.6667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-nav .p-nav-menu-social-list > li {
    width: 40px;
  }
}
.l-nav .p-nav-menu-social-list > li a {
  display: block;
  transition: all 0.2s ease-in-out;
}
.l-nav .p-nav-menu-social-list > li a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .l-nav .p-nav-menu-social-list > li a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-nav .p-nav-menu-social-list > li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-nav .p-nav-menu-social-list > li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-nav .p-nav-menu-social-list > li a.touch-active {
      opacity: 0.8;
    }
  }
}
.l-nav .p-nav-menu-social-list > li a img {
  width: 100%;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-nav .p-nav-menu {
    width: 500px;
  }
}
.l-nav .p-nav-mask {
  position: fixed;
  inset: 0;
  background-color: rgb(234 159 62 / 0.9);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 4000;
}
.l-nav .p-nav-mask.show {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 981px) {
  .l-nav {
    display: none;
  }
}

.l-footer {
  padding-block: 16% 8%;
}
.l-footer .p-footer-list {
  display: grid;
  grid-template-columns: repeat(2, 19.2vw);
  gap: 8vw;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-footer .p-footer-list {
    grid-template-columns: repeat(2, 96px);
    gap: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer .p-footer-list {
    grid-template-columns: repeat(2, 96px);
    gap: 40px;
  }
}
.l-footer .p-footer-list a {
  display: block;
  transition: all 0.2s ease-in-out;
}
.l-footer .p-footer-list a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .l-footer .p-footer-list a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-footer .p-footer-list a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-footer .p-footer-list a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-footer .p-footer-list a.touch-active {
      opacity: 0.8;
    }
  }
}
.l-footer .p-footer-list a > img {
  width: 100%;
}
.l-footer .p-footer-info {
  display: grid;
  justify-items: center;
  gap: 4.26667vw;
  margin-top: 13.2%;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-footer .p-footer-info {
    gap: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer .p-footer-info {
    gap: 16px;
  }
}
.l-footer .p-footer-link a {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2.13334vw;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-footer .p-footer-link a {
    gap: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer .p-footer-link a {
    gap: 8px;
  }
}
.l-footer .p-footer-link a::after {
  content: "";
  inline-size: 3.2vw;
  aspect-ratio: 1;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-footer .p-footer-link a::after {
    inline-size: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-footer .p-footer-link a::after {
    inline-size: 12px;
  }
}
.l-footer .p-footer-link a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .l-footer .p-footer-link a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-footer .p-footer-link a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-footer .p-footer-link a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-footer .p-footer-link a.touch-active {
      opacity: 0.8;
    }
  }
}

.l-pagetop {
  position: fixed;
  bottom: 30px;
  right: 6%;
  width: 56px;
  aspect-ratio: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 100;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .l-pagetop {
    right: 30px;
  }
}
@media print, screen and (min-width: 981px) {
  .l-pagetop {
    right: 30px;
  }
}
.l-pagetop.show {
  opacity: 1;
  visibility: visible;
}
.l-pagetop a {
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.l-pagetop a > img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: translateZ(0);
  filter: drop-shadow(0px 2px 0px rgb(150 34 30 / 1));
}
.l-pagetop a:focus-visible > img {
  transform: translateY(2px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .l-pagetop a:where(:-webkit-any-link, :enabled, summary):hover > img {
    transform: translateY(2px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .l-pagetop a:where(:-moz-any-link, :enabled, summary):hover > img {
    transform: translateY(2px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .l-pagetop a:where(:any-link, :enabled, summary):hover > img {
    transform: translateY(2px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .l-pagetop a.touch-active > img {
      transform: translateY(2px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}

/*
	Components
	-modal
*/
html.is-fixed,
body.is-fixed {
  overflow: hidden !important;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  justify-content: center;
  padding-block: 100px;
  background-color: rgb(234 159 62 / 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  pointer-events: none;
  z-index: 7000;
}
.modal-overlay[aria-hidden=false] {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  pointer-events: all;
}
.modal-overlay[aria-hidden=false] .modal-inner {
  opacity: 1;
}
.modal-overlay .modal-inner {
  --_border-radius: 4.26667vw;
  position: relative;
  margin: auto;
  padding-block: 0;
  width: 89.3334%;
  height: 100%;
  border-radius: var(--_border-radius);
  background-color: rgb(255 237 171 / 1);
  opacity: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .modal-overlay .modal-inner {
    width: 88.8889% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner {
    --_border-radius: 16px;
    width: 800px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner {
    --_border-radius: 16px;
    width: 800px;
  }
}
.modal-overlay .modal-inner .modal-content {
  padding: 65px 5%;
  height: 100%;
  overflow-y: auto;
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content {
    padding-inline: 180px;
  }
}
.modal-overlay .modal-inner .modal-content .way__lead {
  margin-top: 1.8667vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .way__lead {
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .way__lead {
    margin-top: 7px;
  }
}
.modal-overlay .modal-inner .modal-content .way__sub {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 4.26667vw;
  margin: 10.6667vw auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(150 34 30 / 1);
  text-align: center;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .way__sub {
    gap: 16px;
    margin: 40px auto 0;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .way__sub {
    gap: 16px;
    margin: 40px auto 0;
  }
}
.modal-overlay .modal-inner .modal-content .way__sub::before {
  content: "";
  margin-top: 0.2em;
  inline-size: 11.46667vw;
  aspect-ratio: 43/52;
  background-image: url(../img/common/icon_line_long.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .way__sub::before {
    inline-size: 43px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .way__sub::before {
    inline-size: 43px;
  }
}
.modal-overlay .modal-inner .modal-content .way__sub::after {
  content: "";
  margin-top: 0.2em;
  inline-size: 11.46667vw;
  aspect-ratio: 43/52;
  transform: scaleY(-1);
  background-image: url(../img/common/icon_line_long.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .way__sub::after {
    inline-size: 43px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .way__sub::after {
    inline-size: 43px;
  }
}
.modal-overlay .modal-inner .modal-content .way__visual {
  margin-top: 4.8vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .way__visual {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .way__visual {
    margin-top: 18px;
  }
}
.modal-overlay .modal-inner .modal-content .way-lineup {
  --_border-radius: 2.13334vw;
  margin-top: 10.6667vw;
  padding: 8vw 6% 6.93334vw;
  background-color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .way-lineup {
    --_border-radius: 8px;
    margin-top: 40px;
    padding: 30px 79px 26px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .way-lineup {
    --_border-radius: 8px;
    margin-top: 40px;
    padding: 30px 79px 26px;
  }
}
.modal-overlay .modal-inner .modal-content .way-lineup__point {
  margin: 2.6667vw auto 0;
  padding-inline: 1.06667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 60%, rgb(255 242 38 / 1) 60%);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .way-lineup__point {
    margin: 10px auto 0;
    padding-inline: 4px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .way-lineup__point {
    margin: 10px auto 0;
    padding-inline: 4px;
  }
}
.modal-overlay .modal-inner .modal-content .way-order-group {
  display: grid;
  grid-template-columns: 18.4398% 1fr auto;
  align-items: center;
}
.modal-overlay .modal-inner .modal-content .way-order-group .dot-short {
  width: 100%;
  height: 1px;
  background-image: url(../img/common/icon_line_dot_short.svg);
  background-repeat: no-repeat;
}
.modal-overlay .modal-inner .modal-content .way-order-group .dot-long {
  width: 100%;
  height: 1px;
  background-image: url(../img/common/icon_line_dot_long.svg);
  background-repeat: no-repeat;
}
.modal-overlay .modal-inner .modal-content .way-order-group .number {
  padding-left: 3.2vw;
  text-align: right;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .way-order-group .number {
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .way-order-group .number {
    padding-left: 12px;
  }
}
.modal-overlay .modal-inner .modal-content .conditions-list {
  --_border-radius: 2.13334vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8.53334vw;
  padding: 8vw 14.13334vw;
  background-color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .conditions-list {
    --_border-radius: 8px;
    margin-top: 32px;
    padding: 30px 53px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .conditions-list {
    --_border-radius: 8px;
    margin-top: 32px;
    padding: 30px 53px;
  }
}
.modal-overlay .modal-inner .modal-content .conditions-list dd {
  text-align: center;
}
.modal-overlay .modal-inner .modal-content .conditions-list dd + dt {
  margin-top: 5.3334vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .conditions-list dd + dt {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .conditions-list dd + dt {
    margin-top: 20px;
  }
}
.modal-overlay .modal-inner .modal-content .conditions__sub {
  margin-top: 10.6667vw;
  color: rgb(150 34 30 / 1);
  text-align: center;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .conditions__sub {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .conditions__sub {
    margin-top: 40px;
  }
}
.modal-overlay .modal-inner .modal-content .conditions-note {
  margin-top: 5.3334vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .conditions-note {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .conditions-note {
    margin-top: 20px;
  }
}
.modal-overlay .modal-inner .modal-content .conditions-note > li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.modal-overlay .modal-inner .modal-content .conditions-note > li::before {
  content: "・";
}
.modal-overlay .modal-inner .modal-content .place-list {
  margin-top: 9.06667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .place-list {
    margin-top: 34px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .place-list {
    margin-top: 34px;
  }
}
.modal-overlay .modal-inner .modal-content .place-list dd + dt {
  margin-top: 10.6667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .place-list dd + dt {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .place-list dd + dt {
    margin-top: 40px;
  }
}
.modal-overlay .modal-inner .modal-content .place-map {
  margin-top: 3.2vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .place-map {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .place-map {
    margin-top: 12px;
  }
}
.modal-overlay .modal-inner .modal-content .place-note {
  margin-top: 10.6667vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .place-note {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .place-note {
    margin-top: 40px;
  }
}
.modal-overlay .modal-inner .modal-content .store-thumbnail {
  --_border-radius: 2.13334vw;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-thumbnail {
    --_border-radius: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-thumbnail {
    --_border-radius: 8px;
  }
}
.modal-overlay .modal-inner .modal-content .store-thumbnail > img {
  width: 100%;
}
.modal-overlay .modal-inner .modal-content .store__title {
  padding-top: 65px;
}
.modal-overlay .modal-inner .modal-content .store-tag {
  --_border-size: 1px;
  --_border-radius: 4px;
  display: block;
  margin-top: 10.6667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border: var(--_border-size) solid rgb(33 33 33 / 1);
  border-radius: var(--_border-radius);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-tag {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-tag {
    margin-top: 40px;
  }
}
.modal-overlay .modal-inner .modal-content .store-title {
  margin-top: 3.2vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-title {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-title {
    margin-top: 12px;
  }
}
.modal-overlay .modal-inner .modal-content .store-lead {
  margin-top: 3.2vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-lead {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-lead {
    margin-top: 12px;
  }
}
.modal-overlay .modal-inner .modal-content .store-visual {
  margin-top: 10.6667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-visual {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-visual {
    margin-top: 40px;
  }
}
.modal-overlay .modal-inner .modal-content .store-visual > img {
  --_border-radius: 2.13334vw;
  width: 100%;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-visual > img {
    --_border-radius: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-visual > img {
    --_border-radius: 8px;
  }
}
.modal-overlay .modal-inner .modal-content .store-visual-caption {
  margin-top: 4.26667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-visual-caption {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-visual-caption {
    margin-top: 16px;
  }
}
.modal-overlay .modal-inner .modal-content .store-info {
  --_border-size: 1px;
  margin-top: 10.6667vw;
  border-top: var(--_border-size) solid rgb(33 33 33 / 1);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-info {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-info {
    margin-top: 40px;
  }
}
.modal-overlay .modal-inner .modal-content .store-info-group {
  display: grid;
  grid-template-columns: 8vw 1fr;
  gap: 4.2667vw;
  padding-block: 4.2667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-info-group {
    grid-template-columns: 30px 1fr;
    gap: 16px;
    padding-block: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-info-group {
    grid-template-columns: 30px 1fr;
    gap: 16px;
    padding-block: 16px;
  }
}
.modal-overlay .modal-inner .modal-content .store-info-group + .store-info-group {
  --_border-size: 1px;
  border-top: var(--_border-size) solid rgb(33 33 33 / 1);
}
.modal-overlay .modal-inner .modal-content .store-info-group dt > span {
  display: block;
  width: 100%;
}
.modal-overlay .modal-inner .modal-content .store-info-group dt > span > img {
  width: 100%;
}
.modal-overlay .modal-inner .modal-content .store-info-group a[href^="tel:"] {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.modal-overlay .modal-inner .modal-content .store-info-note {
  margin-top: 2.6667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-info-note {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-info-note {
    margin-top: 10px;
  }
}
.modal-overlay .modal-inner .modal-content .store-info-note > li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.modal-overlay .modal-inner .modal-content .store-info-note > li::before {
  content: "※";
}
.modal-overlay .modal-inner .modal-content .store-map {
  --_border-radius: 2.13334vw;
  margin-top: 2.13334vw;
  width: 100%;
  aspect-ratio: 440/299;
  border-radius: var(--_border-radius);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-map {
    --_border-radius: 8px;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-map {
    --_border-radius: 8px;
    margin-top: 8px;
  }
}
.modal-overlay .modal-inner .modal-content .store-map > iframe {
  width: 100%;
  height: 100%;
}
.modal-overlay .modal-inner .modal-content .store-social {
  --_border-size: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.26667vw;
  margin-top: 4.26667vw;
  padding-top: 4.26667vw;
  border-top: var(--_border-size) solid rgb(33 33 33 / 1);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-social {
    gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-social {
    gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
  }
}
.modal-overlay .modal-inner .modal-content .store-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.26667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-social-list {
    gap: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-social-list {
    gap: 16px;
  }
}
.modal-overlay .modal-inner .modal-content .store-social-list > li {
  width: 8vw;
  aspect-ratio: 1;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal-overlay .modal-inner .modal-content .store-social-list > li {
    width: 30px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal-overlay .modal-inner .modal-content .store-social-list > li {
    width: 30px;
  }
}
.modal-overlay .modal-inner .modal-content .store-social-list > li a {
  display: block;
  transition: all 0.2s ease-in-out;
}
.modal-overlay .modal-inner .modal-content .store-social-list > li a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .modal-overlay .modal-inner .modal-content .store-social-list > li a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .modal-overlay .modal-inner .modal-content .store-social-list > li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .modal-overlay .modal-inner .modal-content .store-social-list > li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .modal-overlay .modal-inner .modal-content .store-social-list > li a.touch-active {
      opacity: 0.8;
    }
  }
}
.modal-overlay .modal-inner .modal-content .store-social-list > li a > img {
  width: 100%;
}
.modal-overlay .modal-inner .modal-slide-item {
  padding-inline: 4px;
}

.modal-close {
  --_border-radius: 100vmax;
  position: absolute;
  top: 40px;
  right: 5%;
  width: 44px;
  aspect-ratio: 1;
  background-color: rgb(255 237 171 / 1);
  border-radius: var(--_border-radius);
}
@media print, screen and (min-width: 981px) {
  .modal-close {
    right: calc(50% - 400px);
  }
}
.modal-close-line {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-close-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40.9091%;
  height: 4px;
  background-color: rgb(150 34 30 / 1);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40.9091%;
  height: 4px;
  background-color: rgb(150 34 30 / 1);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.splide .splide__arrows {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 84.3334%;
  display: grid;
  grid-template-columns: repeat(2, 35.2273%);
  justify-content: center;
  gap: 40px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .splide .splide__arrows {
    width: 440px;
  }
}
@media print, screen and (min-width: 981px) {
  .splide .splide__arrows {
    width: 440px;
  }
}
.splide .splide__arrow {
  width: 100%;
  aspect-ratio: 155/45;
}
.splide .splide__arrow svg {
  display: none;
}
.splide .splide__arrow--prev {
  transition: all 0.2s ease-in-out;
}
.splide .splide__arrow--prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/modal/modal_btn_prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
}
.splide .splide__arrow--prev:focus-visible::before {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .splide .splide__arrow--prev:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .splide .splide__arrow--prev:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .splide .splide__arrow--prev:where(:any-link, :enabled, summary):hover::before {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .splide .splide__arrow--prev.touch-active::before {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}
.splide .splide__arrow--next {
  transition: all 0.2s ease-in-out;
}
.splide .splide__arrow--next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/modal/modal_btn_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
}
.splide .splide__arrow--next:focus-visible::before {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .splide .splide__arrow--next:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .splide .splide__arrow--next:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .splide .splide__arrow--next:where(:any-link, :enabled, summary):hover::before {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .splide .splide__arrow--next.touch-active::before {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}

/*
	Utilities
	-color
*/
.u-color-gold {
  color: rgb(134 92 1 / 1);
}
.u-color-blue {
  color: rgb(32 63 126 / 1);
}
.u-color-green {
  color: rgb(55 119 60 / 1);
}
.u-color-red {
  color: rgb(150 34 30 / 1);
}
.u-color-orange {
  color: rgb(234 85 6 / 1);
}

/*
	Utilities
	-font
*/
.u-font-jost {
  font-family: "Jost", sans-serif;
}

.u-font-mplus {
  font-family: "M PLUS 1", sans-serif;
}

.font-40bl-150 {
  font-size: 10.66667vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-40bl-150 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-40bl-150 {
    font-size: 40px;
  }
}

.font-32bl-150 {
  font-size: 8.53334vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-32bl-150 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-32bl-150 {
    font-size: 32px;
  }
}

.font-24bl-150 {
  font-size: 6.4vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-24bl-150 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-24bl-150 {
    font-size: 24px;
  }
}

.font-18bl-150 {
  font-size: 4.8vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-18bl-150 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-18bl-150 {
    font-size: 18px;
  }
}

.font-24b-150 {
  font-size: 6.4vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-24b-150 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-24b-150 {
    font-size: 24px;
  }
}

.font-18b-175 {
  font-size: 4.8vw;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-18b-175 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-18b-175 {
    font-size: 18px;
  }
}

.font-16b-175 {
  font-size: 4.26667vw;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-16b-175 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-16b-175 {
    font-size: 16px;
  }
}

.font-26m-175 {
  font-size: 26px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-26m-175 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-26m-175 {
    font-size: 40px;
  }
}

.font-16m-175 {
  font-size: 4.26667vw;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-16m-175 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-16m-175 {
    font-size: 16px;
  }
}

.font-14m-175 {
  font-size: 3.73334vw;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-14m-175 {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-14m-175 {
    font-size: 14px;
  }
}

.font-14m-150 {
  font-size: 3.73334vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .font-14m-150 {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 981px) {
  .font-14m-150 {
    font-size: 14px;
  }
}

.modal_font_lg {
  font-size: 4.8vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .modal_font_lg {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .modal_font_lg {
    font-size: 24px;
  }
}

/*
	Utilities
	-text
*/
.u-text-center {
  text-align: center;
}

.u-text-link {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 4px;
}
.u-text-link:focus-visible {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@media (any-hover: hover) {
  .u-text-link:where(:-webkit-any-link, :enabled, summary):hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .u-text-link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
  .u-text-link:where(:any-link, :enabled, summary):hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .u-text-link.touch-active {
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent;
    }
  }
}

/*
	Utilities
	-display
*/
.u-display-sp-only {
  display: block !important;
}

.u-display-pc-only {
  display: none !important;
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .u-display-sp-only {
    display: none !important;
  }
  .u-display-pc-only {
    display: block !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-display-sp-only {
    display: none !important;
  }
  .u-display-pc-only {
    display: block !important;
  }
}
.u-hidden {
  display: none !important;
}

/*
	Utilities
	-space
*/
.u-mt-72 {
  margin-top: 72px !important;
}

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

@media screen and (max-width: 768px) {
  .u-mt-72 {
    margin-top: 17vw !important;
  }
  .u-mt-74 {
    margin-top: 24vw !important;
  }
}
/*
	Animation
	-an-main
*/
.fadeIn {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
.fadeIn.is-show {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}

@-webkit-keyframes waveFlowRight {
  0% {
    -webkit-mask-position: 100% 0%;
    mask-position: 100% 0%;
  }
  100% {
    -webkit-mask-position: -100% 0%;
    mask-position: -100% 0%;
  }
}

@keyframes waveFlowRight {
  0% {
    -webkit-mask-position: 100% 0%;
    mask-position: 100% 0%;
  }
  100% {
    -webkit-mask-position: -100% 0%;
    mask-position: -100% 0%;
  }
}
@-webkit-keyframes waveFlowLeft {
  0% {
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%;
  }
  100% {
    -webkit-mask-position: -100% 100%;
    mask-position: -100% 100%;
  }
}
@keyframes waveFlowLeft {
  0% {
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%;
  }
  100% {
    -webkit-mask-position: -100% 100%;
    mask-position: -100% 100%;
  }
}
@-webkit-keyframes waveBlurRight {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
@keyframes waveBlurRight {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/*
	Pages
	-page
*/
.page .l-mv {
  background-color: rgb(238 186 49 / 1);
}
.page .l-mv .p-mv-list {
  display: grid;
  grid-template-columns: repeat(3, 31.1364%);
  justify-content: space-between;
  margin: -6% auto 0;
  width: 88%;
}
.page .l-mv .p-mv-item a {
  display: block;
}
.page .l-mv .p-mv-item a > img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: translateZ(0);
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
}
.page .l-mv .p-mv-item a:focus-visible > img {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .page .l-mv .p-mv-item a:where(:-webkit-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .page .l-mv .p-mv-item a:where(:-moz-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .page .l-mv .p-mv-item a:where(:any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-mv .p-mv-item a.touch-active > img {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}
.page .l-mv .p-mv-item:nth-child(even) a > img {
  filter: drop-shadow(0px 4px 0px rgb(32 63 126 / 1));
}
.page .l-mv .p-mv-item:nth-child(even) a:focus-visible > img {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
}
@media (any-hover: hover) {
  .page .l-mv .p-mv-item:nth-child(even) a:where(:-webkit-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
  .page .l-mv .p-mv-item:nth-child(even) a:where(:-moz-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
  .page .l-mv .p-mv-item:nth-child(even) a:where(:any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-mv .p-mv-item:nth-child(even) a.touch-active > img {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(32 63 126 / 1));
    }
  }
}
.page .l-intro {
  margin-bottom: -18.8%;
  padding: 8% 6% 23.6%;
  background-color: rgb(238 186 49 / 1);
}
.page .l-intro .p-intro__lead {
  margin-top: 4.8%;
}
.page .l-intro .p-intro__video {
  margin-top: 4.8%;
  width: 100%;
  aspect-ratio: 16/9;
}
.page .l-intro .p-intro__video iframe {
  width: 100%;
  height: 100%;
}
.page .l-intro .p-intro__text {
  position: relative;
  margin-top: 14%;
  padding-inline: 16.3637%;
}
.page .l-intro .p-intro__text:first-of-type::before {
  content: "";
  position: absolute;
  top: -8%;
  left: -7%;
  right: 0;
  width: 100vw;
  aspect-ratio: 500/170;
  background: url(../img/intro_text_illust_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-intro .p-intro__text:first-of-type::before {
    top: -34px;
    left: -30px;
    width: 500px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-intro .p-intro__text:first-of-type::before {
    top: -34px;
    left: -30px;
    width: 500px;
  }
}
.page .l-intro .p-intro__text:last-of-type::before {
  content: "";
  position: absolute;
  top: -24%;
  left: -6%;
  right: 0;
  width: 100vw;
  aspect-ratio: 500/210;
  background: url(../img/intro_text_illust_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-intro .p-intro__text:last-of-type::before {
    top: -46px;
    left: -28px;
    width: 500px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-intro .p-intro__text:last-of-type::before {
    top: -46px;
    left: -28px;
    width: 500px;
  }
}
.page .l-intro .p-intro__text:not(:first-of-type) {
  margin-top: 1em;
}
.page .l-intro .p-intro-note {
  margin-top: 2%;
  padding-inline: 14.4%;
}
.page .l-coupon {
  position: relative;
  margin-bottom: -21.6%;
  padding-block: 15.4% 17%;
  background: url(../img/coupon_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.page .l-coupon .p-coupon__lead {
  color: rgb(32 63 126 / 1);
  text-align: center;
}
.page .l-coupon .p-coupon__banner {
  margin: 0.8% auto 0;
  width: 60%;
}
.page .l-coupon .p-coupon__period {
  margin-top: 4.8%;
}
.page .l-place {
  display: flex;
  flex-direction: column;
  padding-block: 25.6% 28.4%;
  background: url(../img/place_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top center;
}
.page .l-place .p-place__title {
  margin-top: 13.6%;
  order: 1;
}
.page .l-place .p-place__lead {
  color: rgb(32 63 126 / 1);
  text-align: center;
  order: 2;
}
.page .l-place .p-place-list {
  display: grid;
  grid-template-columns: repeat(3, 32.1257%);
  justify-content: space-between;
  margin: 11.2% 0 0;
  padding-inline: 8.6%;
  order: 3;
}
.page .l-place .p-place-list li {
  position: relative;
}
.page .l-place .p-place-list li > button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 75.188%;
}
.page .l-place .p-place-list li > button > img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: translateZ(0);
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
}
.page .l-place .p-place-list li > button:focus-visible > img {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .page .l-place .p-place-list li > button:where(:-webkit-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .page .l-place .p-place-list li > button:where(:-moz-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .page .l-place .p-place-list li > button:where(:any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-place .p-place-list li > button.touch-active > img {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}
.page .l-place .p-place-btns {
  display: grid;
  gap: 4.8vw;
  padding-inline: 6%;
  order: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-place .p-place-btns {
    gap: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-place .p-place-btns {
    gap: 24px;
  }
}
.page .l-place .p-place-btns > li button {
  display: block;
  width: 100%;
}
.page .l-place .p-place-btns > li button > img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: translateZ(0);
  filter: drop-shadow(0px 4px 0px rgb(150 34 30 / 1));
}
.page .l-place .p-place-btns > li button:focus-visible > img {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
}
@media (any-hover: hover) {
  .page .l-place .p-place-btns > li button:where(:-webkit-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .page .l-place .p-place-btns > li button:where(:-moz-any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
  .page .l-place .p-place-btns > li button:where(:any-link, :enabled, summary):hover > img {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-place .p-place-btns > li button.touch-active > img {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(150 34 30 / 1));
    }
  }
}
.page .l-place .p-place-note {
  margin-top: 4%;
  padding-inline: 6%;
  text-align: center;
  order: 4;
}
.page .l-store {
  position: relative;
  padding-block: 26% 11.2%;
  background-color: rgb(255 237 171 / 1);
}
.page .l-store .p-store-note {
  margin: 1.6% 0 0;
  padding-inline: 6%;
}
.page .l-store .p-store-note:first-of-type > li:first-child::before {
  content: "";
}
.page .l-store .p-store-note:last-of-type {
  margin-top: 8%;
}
.page .l-store .p-store-note > li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.page .l-store .p-store-note > li::before {
  content: "※";
}
.page .l-store .p-store-profile-collaboration {
  margin-top: 8%;
  padding-inline: 6%;
}
.page .l-store .p-store-profile-collaboration__title {
  color: rgb(150 34 30 / 1);
  text-align: center;
}
.page .l-store .p-store-profile-collaboration-list {
  display: grid;
  grid-template-columns: repeat(2, 36.3639%);
  justify-content: center;
  gap: 2.6667vw;
  margin-top: 6.4vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-profile-collaboration-list {
    grid-template-columns: repeat(2, 160px);
    gap: 10px;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-profile-collaboration-list {
    grid-template-columns: repeat(2, 160px);
    gap: 10px;
    margin-top: 24px;
  }
}
.page .l-store .p-store-profile-collaboration-list > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
}
.page .l-store .p-store-profile-collaboration-list > li > a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .page .l-store .p-store-profile-collaboration-list > li > a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .page .l-store .p-store-profile-collaboration-list > li > a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .page .l-store .p-store-profile-collaboration-list > li > a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-store .p-store-profile-collaboration-list > li > a.touch-active {
      opacity: 0.8;
    }
  }
}
.page .l-store .p-store-profile-collaboration-list > li .visual {
  margin-inline: auto;
  width: 75%;
}
.page .l-store .p-store-profile-collaboration-list > li .name {
  flex-grow: 1;
  margin-top: 5%;
  text-align: center;
}
.page .l-store .p-store-profile-collaboration-list > li .btn {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.6vw;
  margin-top: 7.5%;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-profile-collaboration-list > li .btn {
    gap: 6px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-profile-collaboration-list > li .btn {
    gap: 6px;
  }
}
.page .l-store .p-store-profile-collaboration-list > li .btn::after {
  content: "";
  inline-size: 6.4vw;
  aspect-ratio: 1;
  background: url(../img/common/icon_anchor.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-profile-collaboration-list > li .btn::after {
    inline-size: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-profile-collaboration-list > li .btn::after {
    inline-size: 24px;
  }
}
.page .l-store .p-store__category {
  margin-top: 8%;
}
.page .l-store .p-store__map {
  margin-top: 4.8%;
}
.page .l-store .p-store-list {
  display: grid;
  gap: 10.6667vw;
  padding: 8.4% 6% 0;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-list {
    gap: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-list {
    gap: 40px;
  }
}
.page .l-store .p-store-list > li {
  margin-top: -8%;
  padding-top: 8%;
}
.page .l-store .p-store-list > li:nth-child(1) button::before {
  background: url(../img/store_accordion_btn_01_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page .l-store .p-store-list > li:nth-child(2) button::before {
  background: url(../img/store_accordion_btn_02_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page .l-store .p-store-list > li:nth-child(3) button::before {
  background: url(../img/store_accordion_btn_03_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page .l-store .p-store-list > li:nth-child(4) button::before {
  background: url(../img/store_accordion_btn_04_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page .l-store .p-store-list > li:nth-child(5) button::before {
  background: url(../img/store_accordion_btn_05_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page .l-store .p-store-list > li:nth-child(6) button::before {
  background: url(../img/store_accordion_btn_06_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page .l-store .p-store-list > li:nth-child(7) button::before {
  background: url(../img/store_accordion_btn_07_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page .l-store .p-store-list > li > button {
  position: relative;
  display: block;
  width: 100%;
}
.page .l-store .p-store-list > li > button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.1364%;
  z-index: 1;
  aspect-ratio: 93/112;
}
.page .l-store .p-store-list > li > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15.9091%;
  width: 5.4546%;
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.4s ease-in;
  background: url(../img/common/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.page .l-store .p-store-list > li > button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
.page .l-store .p-store-list > li > button[aria-expanded=true] + .accordion__content {
  grid-template-rows: 1fr;
}
.page .l-store .p-store-list > li > button[aria-expanded=false] + .accordion__content {
  grid-template-rows: 0fr;
}
.page .l-store .p-store-list > li > button:focus-visible > img {
  filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
}
@media (any-hover: hover) {
  .page .l-store .p-store-list > li > button:where(:-webkit-any-link, :enabled, summary):hover > img {
    filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
  }
  .page .l-store .p-store-list > li > button:where(:-moz-any-link, :enabled, summary):hover > img {
    filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
  }
  .page .l-store .p-store-list > li > button:where(:any-link, :enabled, summary):hover > img {
    filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-store .p-store-list > li > button.touch-active > img {
      filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
    }
  }
}
.page .l-store .p-store-list > li > button > img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: translateZ(0);
  filter: drop-shadow(0px 4px 4px rgb(33 33 33 / 0.25));
}
.page .l-store .p-store-list > li .accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-in;
}
.page .l-store .p-store-list > li .accordion__inner {
  overflow: hidden;
}
.page .l-store .p-store-articles {
  display: grid;
  grid-template-columns: repeat(2, 47.7273%);
  justify-content: space-between;
  row-gap: 5.3334vw;
  padding-block: 4% 8px;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-articles {
    row-gap: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-articles {
    row-gap: 20px;
  }
}
.page .l-store .p-store-article > button {
  --_border-radius: 2.13334vw;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: var(--_border-radius);
  transition: all 0.2s ease-in-out;
  filter: drop-shadow(0px 4px 4px rgb(33 33 33 / 0.25));
  transform: translateZ(0);
  overflow: hidden;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-article > button {
    --_border-radius: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-article > button {
    --_border-radius: 8px;
  }
}
.page .l-store .p-store-article > button:focus-visible {
  transform: translateY(4px);
  filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
}
@media (any-hover: hover) {
  .page .l-store .p-store-article > button:where(:-webkit-any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
  }
  .page .l-store .p-store-article > button:where(:-moz-any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
  }
  .page .l-store .p-store-article > button:where(:any-link, :enabled, summary):hover {
    transform: translateY(4px);
    filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-store .p-store-article > button.touch-active {
      transform: translateY(4px);
      filter: drop-shadow(0px 0px 0px rgb(33 33 33 / 0.25));
    }
  }
}
.page .l-store .p-store-article > button .visual {
  width: 100%;
  aspect-ratio: 210/140;
  background-color: #707070;
}
.page .l-store .p-store-article > button .detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 7.6191%;
  background-color: rgb(255 255 255 / 1);
}
.page .l-store .p-store-article > button .tag {
  --_border-size: 1px;
  --_border-radius: 1.06667vw;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.06667vw 2.13334vw;
  color: rgb(33 33 33 / 1);
  border: var(--_border-size) solid rgb(33 33 33 / 1);
  border-radius: var(--_border-radius);
  text-align: left;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-article > button .tag {
    --_border-radius: 4px;
    padding: 4px 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-article > button .tag {
    --_border-radius: 4px;
    padding: 4px 8px;
  }
}
.page .l-store .p-store-article > button .name {
  flex-grow: 1;
  margin-top: 2%;
  padding-bottom: 4.26667vw;
  color: rgb(33 33 33 / 1);
  text-align: left;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-article > button .name {
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-article > button .name {
    padding-bottom: 16px;
  }
}
.page .l-store .p-store-article > button .btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.6vw;
  margin-top: auto;
  color: rgb(150 34 30 / 1);
  text-align: right;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-article > button .btn {
    gap: 6px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-article > button .btn {
    gap: 6px;
  }
}
.page .l-store .p-store-article > button .btn::after {
  content: "";
  inline-size: 6.4vw;
  aspect-ratio: 1;
  background-image: url(../img/common/icon_modal.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-article > button .btn::after {
    inline-size: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-article > button .btn::after {
    inline-size: 24px;
  }
}
.page .l-store .p-store-collaboration {
  margin-top: 8%;
  padding-inline: 6%;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration {
    gap: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration {
    gap: 40px;
  }
}
.page .l-store .p-store-collaboration__title {
  text-align: center;
}
.page .l-store .p-store-collaboration-list {
  display: grid;
  gap: 4.26667vw;
  margin-top: 3.6364%;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration-list {
    gap: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration-list {
    gap: 16px;
  }
}
.page .l-store .p-store-collaboration-list > li {
  --_border-radius: 2.13334vw;
  display: grid;
  grid-template-columns: 20.4082% 74.4898%;
  justify-content: space-between;
  padding: 5.4546%;
  background-color: rgb(255 220 128 / 1);
  border-radius: var(--_border-radius);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration-list > li {
    --_border-radius:8px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration-list > li {
    --_border-radius: 8px;
  }
}
.page .l-store .p-store-collaboration-list > li .social {
  margin-top: 1.06667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration-list > li .social {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration-list > li .social {
    margin-top: 4px;
  }
}
.page .l-store .p-store-collaboration-list > li .social > a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2.13334vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.2s ease-in-out;
}
.page .l-store .p-store-collaboration-list > li .social > a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .page .l-store .p-store-collaboration-list > li .social > a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .page .l-store .p-store-collaboration-list > li .social > a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .page .l-store .p-store-collaboration-list > li .social > a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-store .p-store-collaboration-list > li .social > a.touch-active {
      opacity: 0.8;
    }
  }
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration-list > li .social > a {
    gap: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration-list > li .social > a {
    gap: 8px;
  }
}
.page .l-store .p-store-collaboration-list > li .social > a:not(:first-child) {
  margin-top: 1.0667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration-list > li .social > a:not(:first-child) {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration-list > li .social > a:not(:first-child) {
    margin-top: 4px;
  }
}
.page .l-store .p-store-collaboration-list > li .social > a.i-ig::before {
  content: "";
  inline-size: 5.3334vw;
  aspect-ratio: 1;
  background: url(../img/common/icon_social_ig_transparent.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration-list > li .social > a.i-ig::before {
    inline-size: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration-list > li .social > a.i-ig::before {
    inline-size: 20px;
  }
}
.page .l-store .p-store-collaboration-list > li .social > a.i-youtube::before {
  content: "";
  inline-size: 5.3334vw;
  aspect-ratio: 1;
  background: url(../img/common/icon_social_youtube_transparent.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration-list > li .social > a.i-youtube::before {
    inline-size: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration-list > li .social > a.i-youtube::before {
    inline-size: 20px;
  }
}
.page .l-store .p-store-collaboration-list > li .text {
  margin-top: 2.6667vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .p-store-collaboration-list > li .text {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .p-store-collaboration-list > li .text {
    margin-top: 10px;
  }
}
.page .l-store .illust {
  position: absolute;
  top: -15.8667vw;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-store .illust {
    top: -82px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-store .illust {
    top: -82px;
  }
}
.page .l-faq {
  padding-block: 11.2%;
  background: url(../img/faq_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top center;
}
.page .l-faq .p-faq-list {
  display: grid;
  gap: 4.26667vw;
  margin-top: 4.4%;
  padding-inline: 6%;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-faq .p-faq-list {
    gap: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-faq .p-faq-list {
    gap: 16px;
  }
}
.page .l-faq .p-faq-list > li {
  --_border-radius: 2.1334vw;
  border-radius: var(--_border-radius);
  background-color: rgb(255 255 255 / 1);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-faq .p-faq-list > li {
    --_border-radius: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-faq .p-faq-list > li {
    --_border-radius: 8px;
  }
}
.page .l-faq .p-faq-list > li .accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-in;
}
.page .l-faq .p-faq-list > li .accordion__inner {
  padding-top: unset;
  overflow: hidden;
  transition: padding-top 0.4s ease-in;
}
.page .l-faq .p-faq-list > li .accordion__area {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 2.6667vw;
  padding: 0 3.2% 3.2%;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-faq .p-faq-list > li .accordion__area {
    gap: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-faq .p-faq-list > li .accordion__area {
    gap: 10px;
  }
}
.page .l-faq .p-faq-list > li .accordion__area::after {
  content: "";
  inline-size: 6.4vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-faq .p-faq-list > li .accordion__area::after {
    inline-size: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-faq .p-faq-list > li .accordion__area::after {
    inline-size: 24px;
  }
}
.page .l-faq .p-faq-list > li:has(button[aria-expanded=true]) .accordion__content {
  grid-template-rows: 1fr;
}
.page .l-faq .p-faq-item__title {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 2.6667vw;
  padding: 3.2%;
  width: 100%;
  color: rgb(150 34 30 / 1);
  text-align: left;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-faq .p-faq-item__title {
    gap: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-faq .p-faq-item__title {
    gap: 10px;
  }
}
.page .l-faq .p-faq-item__title:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .page .l-faq .p-faq-item__title:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .page .l-faq .p-faq-item__title:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .page .l-faq .p-faq-item__title:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .page .l-faq .p-faq-item__title.touch-active {
      opacity: 0.8;
    }
  }
}
.page .l-faq .p-faq-item__title > span {
  inline-size: 8vw;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-faq .p-faq-item__title > span {
    inline-size: 30px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-faq .p-faq-item__title > span {
    inline-size: 30px;
  }
}
.page .l-faq .p-faq-item__title::after {
  content: "";
  inline-size: 6.4vw;
  aspect-ratio: 1;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in;
  background: url(../img/common/icon_arrow_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-faq .p-faq-item__title::after {
    inline-size: 24px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-faq .p-faq-item__title::after {
    inline-size: 24px;
  }
}
.page .l-faq .p-faq-item__title[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.page .l-faq .p-faq-item__answer {
  inline-size: 8vw;
  color: rgb(32 63 126 / 1);
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .page .l-faq .p-faq-item__answer {
    inline-size: 30px;
  }
}
@media print, screen and (min-width: 981px) {
  .page .l-faq .p-faq-item__answer {
    inline-size: 30px;
  }
}
.page .l-faq .p-faq-item__text {
  color: rgb(32 63 126 / 1);
  text-align: left;
}
.page .l-faq .p-faq-item__text .text-link {
  display: block;
  margin-top: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page .l-faq .p-faq-item-note > li {
  display: grid;
  grid-template-columns: auto 1fr;
  color: rgb(32 63 126 / 1);
}
.page .l-faq .p-faq-item-note > li::before {
  content: "・";
}

/*
	Accessibility
	-a-main
*/
*:focus-visible {
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-color: rgb(66 139 202 / 1);
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

a[href^="tel:"] {
  pointer-events: all;
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 981px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*# sourceMappingURL=style.css.map */