@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.btn {
  width: 46.6666666667vw;
  height: 14.6666666667vw;
  font-size: 4.8vw;
  border-radius: 60px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 232px;
    height: 78px;
  }
}

.btn.pc-only-btn {
  font-size: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn.pc-only-btn:hover {
  margin-top: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 750px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background: url("../../assets/img/pc_bg_tile.jpg") center/101px 94px repeat fixed;
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #111;
}

/* ==============================
   PCのみ 背景全面画像
   - あなたの画像パスに差し替え可
============================== */
.pc-only-bg {
  min-height: 100dvh;
  width: 100%;
  background: #000;
}

@media (min-width: 768px) {
  .pc-only-bg {
    background: url("../../assets/img/pc_bg_tile.jpg") center/101px 94px repeat fixed;
  }
}
.btn-pc {
  width: 500px;
  position: fixed;
  left: 50%;
  /* ★ここを少しだけ修正 */
  top: calc(10px + 786px * var(--swiper-scale, 1) + 16px * var(--swiper-scale, 1));
  -webkit-transform: translateX(-50%) scale(var(--swiper-scale, 1));
          transform: translateX(-50%) scale(var(--swiper-scale, 1));
  -webkit-transform-origin: top center;
          transform-origin: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .btn-pc {
    display: none;
  }
}

.swiper-wrap {
  width: 100%;
  height: 100dvh;
  position: relative;
}

@media (min-width: 768px) {
  .swiper-wrap {
    position: fixed;
    left: 50%;
    top: 10px;
    width: 500px;
    height: 888px;
    -webkit-transform: translateX(-50%) scale(var(--swiper-scale, 1));
            transform: translateX(-50%) scale(var(--swiper-scale, 1));
    -webkit-transform-origin: top center;
            transform-origin: top center;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0px 16px rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
}
/* ==============================
   Swiperが要求する階層（JSでクラス付与済）
============================== */
.swiper-slide {
  /* 各スライドは“枠”いっぱい */
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    padding: 0 0vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* スライド内の画像の見せ方
  - ポスター的に“面で見せる”想定なら cover
   - 全部見せたいなら contain に変更してください */
.swipe-list-item img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-wrap {
  background: url("../../assets/img/pc_bg_tile.jpg") center/101px 94px repeat fixed;
}

.js-hslider-item, .js-hslider {
  background: none !important;
}

.js-hslider {
  position: relative;
  z-index: 1000;
}

/* ==============================
   縦ドット・ページネーション
   - SP：枠の"内側"右寄せ
   - PC：枠の"外側"に固定表示（窓の外）
============================== */
/* 共通の見た目（細長いカプセル型ドット） */
.swiper-pagination {
  /* SPでは absolute、PCでは fixed に切替（下のメディアクエリ） */
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  display: none;
}

.lp-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.9;
}

.lp-bullet--active {
  height: 24px;
  background: #fff;
  opacity: 1;
}

/* --- SPビュー：内側右寄せ --- */
@media (max-width: 767.98px) {
  .swiper-pagination {
    position: absolute;
    right: 12px; /* 内側 */
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* --- PCビュー：窓の外側に固定配置 --- */
@media (min-width: 768px) {
  .swiper-pagination {
    position: fixed;
    top: 50%;
    right: calc(50% - 250px - 24px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* ==============================
   細かい演出（任意）
============================== */
.swiper,
.swiper * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper ::-webkit-scrollbar {
  display: none;
}

.swipe-list,
.swipe-list-in-list,
.js-hslider-list {
  padding: 0 !important;
  margin: 0 !important;
}

/* --- ページネーション（横ドット） --- */
.js-hslider-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 5;
  width: auto;
  top: 356px;
}
@media screen and (max-width: 767px) {
  .js-hslider-pagination {
    top: 71.2vw;
  }
}

.h-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.h-bullet--active {
  width: 24px;
  background: #fff;
}

/* --- 矢印 --- */
.js-hslider-prev,
.js-hslider-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: #fc98b6;
  cursor: pointer;
  z-index: 100000 !important;
  top: 400px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .js-hslider-prev,
  .js-hslider-next {
    top: 73.3333333333vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}

.js-hslider-prev:hover,
.js-hslider-next:hover {
  background: #fc98b6;
}

.js-hslider-prev {
  left: 12px;
}
@media screen and (max-width: 767px) {
  .js-hslider-prev {
    left: 1.0666666667vw;
  }
}

.js-hslider-next {
  right: 12px;
}
@media screen and (max-width: 767px) {
  .js-hslider-next {
    right: 1.0666666667vw;
  }
}

.js-hslider-prev::before,
.js-hslider-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  z-index: 100000 !important;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .js-hslider-prev::before,
  .js-hslider-next::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-top: 1.0666666667vw solid #fff;
    border-left: 1.0666666667vw solid #fff;
  }
}

.js-hslider-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 10px 0;
}
@media screen and (max-width: 767px) {
  .js-hslider-prev::before {
    margin: 0 1.6vw 0;
  }
}

.js-hslider-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: 0 4px 0;
}
@media screen and (max-width: 767px) {
  .js-hslider-next::before {
    margin: 0 0.2666666667vw 0;
  }
}

/* 縦の窓(500x890)の中でもレイアウトが崩れにくいように */
@media (min-width: 768px) {
  .hslider {
    padding: 20px;
  }
  .js-hslider-prev,
  .js-hslider-next {
    width: 40px;
    height: 40px;
  }
}
.js-hslider-list,
.js-hslider {
  padding: 0 !important;
  margin: 0 !important;
}

.swiper-pagination-horizontal {
  display: none;
}

.item {
  position: relative;
}

/* ★ここも修正：スマホでも width:100% にして、左右はスライド側の padding に任せる */
.slide-img {
  width: 100%;
  margin: 0;
  z-index: 1;
}
.slide-img img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .swiper-slide:not(.map-item) {
    padding: 0vw 0vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* ==============================
   SP専用：最後の .map-item 以外の全スライドで
   「スライドの高さいっぱいに画像をフィット」
============================== */
@media screen and (max-width: 767px) {
  /* 縦スライド本体（.map-item は除外） */
  .swipe-list-item:not(.map-item) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* 中の横スライダー枠ごと高さ100%にする */
  .swipe-list-item:not(.map-item) .js-hslider {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* 横スライダーの各スライド li もキャンバス化 */
  .swipe-list-item:not(.map-item) .js-hslider-list {
    width: 100%;
    height: 100%;
  }
  .swipe-list-item:not(.map-item) .js-hslider-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  /* 画像ラッパー：スライドの高さいっぱい */
  .swipe-list-item:not(.map-item) .slide-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* 画像：高さ100%でフィット（左右は余白が出てもOK） */
  .swipe-list-item:not(.map-item) .slide-img img {
    height: 100%;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}
.map-wrap {
  position: relative;
  width: 500px;
  height: 666.6666666667px;
}
@media screen and (max-width: 767px) {
  .map-wrap {
    width: 100vw;
    height: 133.3333333333vw;
  }
}

.map-item {
  background: #fff !important;
}

.map-ttl {
  text-align: center;
  padding-top: 53.3333333333px;
  padding-bottom: 26.6666666667px;
  font-size: 37.3333333333px;
  color: #de4273;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .map-ttl {
    padding-top: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
    font-size: 7.4666666667vw;
  }
}

.map-btn {
  height: 48px;
  border-radius: 4px;
  font-size: 0;
  position: absolute;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .map-btn {
    height: 9.6vw;
    border-radius: 0.8vw;
    font-size: 0vw;
  }
}
.map-btn.hokkaido_tohoku {
  width: 185.3333333333px;
  left: 28px;
  top: 198.6666666667px;
}
@media screen and (max-width: 767px) {
  .map-btn.hokkaido_tohoku {
    width: 37.0666666667vw;
    left: 5.6vw;
    top: 39.7333333333vw;
  }
}
.map-btn.kanto {
  width: 110px;
  left: 358.6666666667px;
  top: 404.6666666667px;
}
@media screen and (max-width: 767px) {
  .map-btn.kanto {
    width: 22vw;
    left: 71.7333333333vw;
    top: 80.9333333333vw;
  }
}
.map-btn.chubu_toukai {
  width: 185.3333333333px;
  left: 27.3333333333px;
  top: 290px;
}
@media screen and (max-width: 767px) {
  .map-btn.chubu_toukai {
    width: 37.0666666667vw;
    left: 5.4666666667vw;
    top: 58vw;
  }
}
.map-btn.chugoku_shikoku {
  width: 185.3333333333px;
  left: 283.3333333333px;
  top: 473.3333333333px;
}
@media screen and (max-width: 767px) {
  .map-btn.chugoku_shikoku {
    width: 37.0666666667vw;
    left: 56.6666666667vw;
    top: 94.6666666667vw;
  }
}
.map-btn.kinki {
  width: 110px;
  left: 28px;
  top: 355.3333333333px;
}
@media screen and (max-width: 767px) {
  .map-btn.kinki {
    width: 22vw;
    left: 5.6vw;
    top: 71.0666666667vw;
  }
}
.map-btn.kyushu {
  width: 110px;
  left: 358.6666666667px;
  top: 538px;
}
@media screen and (max-width: 767px) {
  .map-btn.kyushu {
    width: 22vw;
    left: 71.7333333333vw;
    top: 107.6vw;
  }
}

.map-cv-btn {
  position: absolute;
  width: 348px;
  height: 64.6666666667px;
  left: 76.6666666667px;
  top: 688px;
}
@media screen and (max-width: 767px) {
  .map-cv-btn {
    width: 69.6vw;
    height: 12.9333333333vw;
    left: 15.3333333333vw;
    top: 137.6vw;
  }
}

.swiper-slide.map-item {
  height: 100%;
  padding: 0 !important;
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .swiper-slide.map-item {
    padding-bottom: 30.6666666667vw;
  }
}

.map-scroll {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .map-scroll {
    padding-bottom: 0vw;
  }
}

.tab-container {
  width: 446.6666666667px;
  margin: 0 auto 21.3333333333px;
}
@media screen and (max-width: 767px) {
  .tab-container {
    width: 89.3333333333vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.tab-container .shop-menu-ttl {
  margin-bottom: 8px;
  font-size: 17.3333333333px;
}
@media screen and (max-width: 767px) {
  .tab-container .shop-menu-ttl {
    font-size: 3.4666666667vw;
  }
}

.prefecture-select {
  width: 100%;
  padding: 8px 40px 8px 12px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23666'/%3E%3C/svg%3E");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prefecture-select:focus {
  outline: none;
  border-color: #0072c6;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 114, 198, 0.2);
          box-shadow: 0 0 0 2px rgba(0, 114, 198, 0.2);
}
.prefecture-select option {
  width: 446.6666666667px;
}
@media screen and (max-width: 767px) {
  .prefecture-select option {
    width: 89.3333333333vw;
  }
}

.prefecture-select-wrap {
  position: relative;
  width: 100%;
}

.prefecture-select-display {
  width: 100%;
  padding: 8px 40px 8px 12px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23666'/%3E%3C/svg%3E");
  text-align: left;
  cursor: pointer;
}

/* プルダウンリスト本体 */
.prefecture-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 240px;
  margin: 4px 0 0;
  padding: 4px 0;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 20;
  overflow-y: auto;
  display: none;
}

.prefecture-select-wrap.is-open .prefecture-select-dropdown {
  display: block;
}

.prefecture-select-dropdown li {
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
}
.prefecture-select-dropdown li:hover {
  background-color: #f0f8ff;
}

.prefecture-select-native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.info-box .shop-info-detail {
  display: none;
}
.info-box .shop-info-detail.is-show {
  display: block;
}
.info-box .shop-info-detail + .shop-info-detail {
  margin-top: 16px;
  padding-top: 16px;
}
.info-box .shop-info-ttl {
  font-weight: bold;
  text-align: center;
  color: #de4273;
  font-size: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .info-box .shop-info-ttl {
    font-size: 5.3333333333vw;
  }
}
.info-box .shop-info-txt {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 1em;
  font-size: 17.3333333333px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-box .shop-info-txt {
    font-size: 3.4666666667vw;
  }
}
.info-box .shop-info-btn {
  width: 65.3333333333vw;
  height: 16vw;
  font-size: 4.2666666667vw;
  border-radius: 60px;
  color: #fff;
  background: #ff4f86;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 auto 2em;
  -webkit-box-shadow: 0px 2.1333333333vw 0px 0px #b4385f;
          box-shadow: 0px 2.1333333333vw 0px 0px #b4385f;
}
@media screen and (min-width: 768px) {
  .info-box .shop-info-btn {
    width: 326.6666666667px;
    height: 80px;
    font-size: 21.3333333333px;
    -webkit-box-shadow: 0px 10.6666666667px 0px 0px #b4385f;
            box-shadow: 0px 10.6666666667px 0px 0px #b4385f;
  }
}
.info-box .shop-info-btn p {
  margin: 0;
}
.info-box .shop-info-btn img {
  display: block;
  width: 4.1333333333vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .info-box .shop-info-btn img {
    width: 20.6666666667px;
  }
}

.info-box .shop-info-detail {
  display: none;
  width: 446.6666666667px;
  margin: 0 auto;
  border: #242424 1.3333333333px solid;
  border-radius: 4px;
  padding-top: 21.3333333333px;
}
@media screen and (max-width: 767px) {
  .info-box .shop-info-detail {
    width: 89.3333333333vw;
    border: #242424 0.2666666667vw solid;
    padding-top: 4.2666666667vw;
  }
}
.info-box .shop-info-detail.is-show {
  display: block;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-list {
    font-size: 3.2vw;
  }
}
.footer-list a {
  -webkit-transition: all;
  transition: all;
  margin: 0 0.6em;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer-list a:hover {
    opacity: 0.8;
  }
}
.footer-list a:first-child {
  border-right: #fff 1px solid;
  margin-right: 0;
  padding-right: 0.6em;
}

.footer {
  text-align: center;
  background: #bf8bc4;
  color: #fff;
  padding: 1.2em 0;
  line-height: 1;
  font-size: 13.3333333333px;
  margin-top: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

/* 画面下部に固定 */
.btn-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none; /* 中のactiveだけクリックさせる */
}

/* 3種類を同じ場所に重ねる */
.btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0 4px calc(8px + env(safe-area-inset-bottom));
  -webkit-transform: translateY(110%);
          transform: translateY(110%); /* 下に隠す */
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 180ms ease, -webkit-transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 180ms ease, -webkit-transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 180ms ease;
  transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 180ms ease, -webkit-transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity; /* 最適化（軽くするおまじない） */
}

.btn-wrap.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* 退場中（下に沈む） */
.btn-wrap.is-leaving {
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

.mv-item {
  position: relative;
}

/* FitCanvas の基準箱 */
.js-fit-canvas {
  position: relative;
  overflow: hidden;
}

/* JSで absolute 配置する前提。display:blockで余計な隙間防止 */
.js-fit-canvas > img {
  display: block;
}

/* ホットスポットの重ねレイヤ */
.js-fit-canvas .hotspot-layer {
  position: absolute;
  z-index: 2;
}

/* ホットスポット自体 */
.js-fit-canvas .hotspot-layer .hotspot {
  position: absolute; /* 念のため（JSでも付与） */
  display: block;
  z-index: 3;
}

/* レイヤ全体はクリックを邪魔しない、ホットスポットだけ拾う */
.js-fit-canvas .hotspot-layer {
  pointer-events: none;
}

.js-fit-canvas .hotspot-layer .hotspot {
  pointer-events: auto;
}

/* 画像をabsoluteにしても親の高さが0にならないようにする */
@media (min-width: 768px) {
  .js-fit-canvas img {
    width: 100%;
    height: 100%;
    position: relative !important;
  }
  /* もし .js-fit-canvas の親が高さ未定なら、親にも高さを渡す */
  .swiper-slide {
    height: 100%;
  }
}