@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-baige);
  --color-black: #2b303d;
  --color-black-bg: #1a1e29;
  --color-white: #fff;
  --color-baige: #f9f3f3;
  --color-baige-btn: #e9e4d4;
  --color-green: #5D8A45;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  html {
    font-size: max(0.7142857143vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12.8571428571px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--color-text);
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap__loader {
  width: 4rem;
  height: 4rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border-radius: 50%;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    width: 3rem;
    height: 3rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 1s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid var(--color-text);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
  background: var(--color-baige);
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_out);
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  padding: 9.2rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4.7rem 0;
  }
}
.l-footer__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__brand {
  width: 27rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__brand {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 17rem;
    margin: 0 auto;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.7;
  }
}
.l-footer__help {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    width: 100%;
    margin: 2.6rem auto 0;
  }
}
.l-footer__legal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin: 2rem auto 0;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    text-align: center;
    font-size: 0.8rem;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 1em;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
    gap: 3rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 100%;
  height: 65%;
  display: block;
  position: absolute;
  top: 55%;
  left: -1.6rem;
  transform: translate(0, -50%);
  border-left: 1px solid var(--color-text);
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    left: -1.5rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  font-family: "Gilda Display", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.4rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 6.3rem 0 3rem;
  }
}
.p-hero__container {
  display: block;
  position: relative;
}
.p-hero__brand {
  width: 8.1rem;
  display: block;
  position: absolute;
  top: 1.55rem;
  left: 1.55rem;
}
@media screen and (min-width: 961px) {
  .p-hero__brand {
    display: none;
  }
}
.p-hero__cap {
  width: 20rem;
  display: block;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-hero__cap {
    top: 3rem;
    left: 3rem;
    position: fixed;
    mix-blend-mode: difference;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__cap {
    width: 12rem;
    top: 1.6rem;
    right: 1.4rem;
  }
}
.p-hero__title {
  width: 72.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 36rem;
  }
}
.p-hero__lead {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.95;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    line-height: 2.1;
    letter-spacing: 0.05rem;
  }
}
.p-hero__kv {
  width: 90%;
  max-width: 86rem;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__kv {
    width: 114%;
    margin-top: 2.7rem;
    margin-left: -7%;
  }
}
.p-hero__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__share {
    position: fixed;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__share {
    width: 90%;
    margin: 2.8rem auto 0;
  }
}

.p-hero_share {
  display: block;
  position: relative;
}
.p-hero_share__cap {
  display: block;
  position: relative;
  font-family: "Gilda Display", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (min-width: 961px) {
  .p-hero_share__cap {
    width: 2.5rem;
    margin: 0 auto 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    text-align: center;
    writing-mode: vertical-lr;
    color: #000;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_share__cap {
    margin: 0 auto 0.8rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-hero_share__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_share__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
  }
}
.p-hero_share__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero_share__list-item + .p-hero_share__list-item {
    margin-top: 1rem;
  }
}
.p-hero_share__link {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-baige-btn);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-hero_share__link {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_share__link {
    transition: opacity 0.5s var(--ease_out);
  }
  .p-hero_share__link:hover {
    opacity: 0.6;
  }
}
.p-hero_share__link-icon {
  width: 2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_share__link-icon {
    width: 1.7rem;
  }
}

.p-map {
  display: block;
  position: relative;
  color: var(--color-baige);
  background: var(--color-black);
  z-index: 0;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-map {
    margin-top: 2.3rem;
    padding: 1.4rem 0;
  }
}
.p-map::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("../img/bg_map_pc.png") no-repeat center bottom/100% auto;
  transform: translate(0, -100%);
  pointer-events: none;
}
.p-map::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--color-baige);
  -webkit-mask: url("../img/bg_map_pc.png") no-repeat center bottom/100% auto;
  mask: url("../img/bg_map_pc.png") no-repeat center bottom/100% auto;
  pointer-events: none;
}
.p-map__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-map__container {
    width: 92%;
    background-color: var(--color-black-bg);
    border-radius: 2rem;
  }
}
.p-map__content {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-map_content {
  display: block;
  position: relative;
  padding: 8.5rem 0 10rem;
}
@media screen and (min-width: 961px) {
  .p-map_content {
    overflow: visible !important;
  }
}
@media screen and (max-width: 960px) {
  .p-map_content {
    padding: 5.2rem 3.75%;
    border-radius: 2rem;
  }
}
.p-map_content__main {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-map_content__main {
    cursor: default !important;
    transform: scale(1) !important;
    transform-origin: center !important;
  }
}
.p-map_content__main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/map.png") no-repeat center/contain;
  pointer-events: none;
}
.p-map_content__cap {
  display: block;
  position: absolute;
  top: 12.5rem;
  left: -1rem;
  padding-bottom: 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-map_content__cap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-map_content__cap {
    top: 2.5rem;
    left: 1.4rem;
    padding-bottom: 0.2rem;
  }
}
.p-map_content__cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/line_white.png") repeat-x 0 100%/32rem auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-map_content__cap::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/line_white.png") repeat-x 0 calc(100% - 3.4rem)/32rem auto;
    pointer-events: none;
    z-index: -1;
  }
}
.p-map_content__cap-icon {
  width: 3rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-map_content__cap-icon {
    width: 1.4rem;
    position: absolute;
    top: 0.7rem;
    left: 0.3rem;
  }
}
.p-map_content__cap-text {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-map_content__cap-text {
    text-indent: 2.2rem;
    font-size: 1.3rem;
    line-height: 3.4rem;
  }
}
.p-map_content__base {
  display: block;
  position: relative;
  z-index: 0;
}
.p-map_content__area {
  display: block;
  position: relative;
  transform-box: fill-box;
  transform-origin: center;
  fill: transparent;
}
.p-map_content__area[data-modal-open] {
  cursor: pointer;
}
.p-map_content__pin {
  --translateX: 0;
  --translateY: 0;
  transform-box: fill-box;
  transform-origin: center;
  pointer-events: none;
  transform: translate(var(--translateX), var(--translateY));
}
.--area1 .p-map_content__pin {
  --translateX: 38%;
  --translateY: 60%;
}
.--area2 .p-map_content__pin {
  --translateX: 20%;
  --translateY: 35%;
}
.--area3 .p-map_content__pin {
  --translateX: 30%;
  --translateY: 45%;
}
.--area4 .p-map_content__pin {
  --translateX: -5%;
  --translateY: 30%;
}
.--area5 .p-map_content__pin {
  --translateX: -5%;
  --translateY: 30%;
}
.--area6 .p-map_content__pin {
  --translateX: -5%;
  --translateY: 20%;
}
.--area7 .p-map_content__pin {
  --translateX: 55%;
  --translateY: 10%;
}
.--area8 .p-map_content__pin {
  --translateX: 10%;
  --translateY: 30%;
}
.--area9 .p-map_content__pin {
  --translateX: 0%;
  --translateY: 30%;
}
.--area10 .p-map_content__pin {
  --translateX: 5%;
  --translateY: 35%;
}
.--area11 .p-map_content__pin {
  --translateX: 10%;
  --translateY: 25%;
}
.--area12 .p-map_content__pin {
  --translateX: -15%;
  --translateY: 30%;
}
.--area13 .p-map_content__pin {
  --translateX: 35%;
  --translateY: 30%;
}
.--area14 .p-map_content__pin {
  --translateX: -5%;
  --translateY: 30%;
}
.--area15 .p-map_content__pin {
  --translateX: 30%;
  --translateY: 40%;
}
.--area16 .p-map_content__pin {
  --translateX: 10%;
  --translateY: 20%;
}
.--area17 .p-map_content__pin {
  --translateX: -40%;
  --translateY: 45%;
}
.--area18 .p-map_content__pin {
  --translateX: -20%;
  --translateY: 30%;
}
.--area19 .p-map_content__pin {
  --translateX: 5%;
  --translateY: 20%;
}
.--area20 .p-map_content__pin {
  --translateX: 15%;
  --translateY: 30%;
}
.--area21 .p-map_content__pin {
  --translateX: 0;
  --translateY: 45%;
}
.--area22 .p-map_content__pin {
  --translateX: -15%;
  --translateY: 5%;
}
.--area23 .p-map_content__pin {
  --translateX: 10%;
  --translateY: 15%;
}
.--area24 .p-map_content__pin {
  --translateX: 15%;
  --translateY: 30%;
}
.--area25 .p-map_content__pin {
  --translateX: 15%;
  --translateY: 35%;
}
.--area26 .p-map_content__pin {
  --translateX: 5%;
  --translateY: 25%;
}
.--area27 .p-map_content__pin {
  --translateX: 15%;
  --translateY: 25%;
}
.--area28 .p-map_content__pin {
  --translateX: 0%;
  --translateY: 30%;
}
.--area29 .p-map_content__pin {
  --translateX: 0%;
  --translateY: 40%;
}
.--area30 .p-map_content__pin {
  --translateX: -15%;
  --translateY: 35%;
}
.--area31 .p-map_content__pin {
  --translateX: 20%;
  --translateY: 15%;
}
.--area32 .p-map_content__pin {
  --translateX: 30%;
  --translateY: 15%;
}
.--area33 .p-map_content__pin {
  --translateX: -10%;
  --translateY: 35%;
}
.--area34 .p-map_content__pin {
  --translateX: -15%;
  --translateY: 40%;
}
.--area35 .p-map_content__pin {
  --translateX: -5%;
  --translateY: 10%;
}
.--area36 .p-map_content__pin {
  --translateX: -5%;
  --translateY: 30%;
}
.--area37 .p-map_content__pin {
  --translateX: 15%;
  --translateY: 30%;
}
.--area38 .p-map_content__pin {
  --translateX: -55%;
  --translateY: 20%;
}
.--area39 .p-map_content__pin {
  --translateX: 5%;
  --translateY: -10%;
}
.--area40 .p-map_content__pin {
  --translateX: 15%;
  --translateY: 15%;
}
.--area41 .p-map_content__pin {
  --translateX: 15%;
  --translateY: 15%;
}
.--area42 .p-map_content__pin {
  --translateX: -15%;
  --translateY: 45%;
}
.--area43 .p-map_content__pin {
  --translateX: 20%;
  --translateY: 45%;
}
.--area44 .p-map_content__pin {
  --translateX: 10%;
  --translateY: 15%;
}
.--area45 .p-map_content__pin {
  --translateX: -10%;
  --translateY: 45%;
}
.--area46 .p-map_content__pin {
  --translateX: -45%;
  --translateY: 25%;
}
.--area47 .p-map_content__pin {
  --translateX: -5%;
  --translateY: 25%;
}
.p-map_content__pin-img {
  width: 2.7%;
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(-50%, -100%);
}
@media (hover: hover) and (pointer: fine) {
  .p-map_content__pin-img {
    transition: transform 0.3s var(--ease_out);
  }
  .p-map_content__area:hover .p-map_content__pin-img {
    transform: translate(-50%, calc(-100% - 1.5rem)) scale(1.1);
  }
}
.p-map_content__nav {
  display: block;
  position: absolute;
  bottom: 2.2rem;
  right: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-map_content__nav {
    display: none;
  }
}
.p-map_content__nav-btn {
  width: 3rem;
  height: 3rem;
  display: block;
  position: relative;
  color: var(--color-text);
  background-color: var(--color-baige-btn);
  border-radius: 50%;
  font-size: 0;
}
.p-map_content__nav-btn::before {
  content: "";
  width: 40%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-text);
}
.p-map_content__nav-btn.--in::after {
  content: "";
  width: 40%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: var(--color-text);
}
.p-map_content__nav-btn + .p-map_content__nav-btn {
  margin-top: 1rem;
}
.p-map_content__nav-text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  border: 1px solid var(--color-text);
  box-sizing: content-box;
  border-radius: 50%;
}
.p-map_content__nav-range {
  width: 0.5rem;
  height: 10rem;
  display: block;
  position: relative;
  -webkit-margin-after: 2rem;
  margin-block-end: 2rem;
  writing-mode: vertical-lr;
  direction: rtl;
  -webkit-appearance: slider-vertical;
  -moz-appearance: slider-vertical;
  appearance: slider-vertical;
  margin: 1rem auto;
  background-color: var(--color-baige);
  accent-color: var(--color-green);
}

.p-map_data {
  display: block;
  position: relative;
  background: url("../img/modal_bg_repeat_pc.png") repeat center top/100% auto;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-map_data {
    padding: 2rem 0 4rem;
  }
}
.p-map_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("../img/modal_bg_top_pc.png") no-repeat center bottom/100% auto;
  transform: translate(0, -100%);
  pointer-events: none;
}
.p-map_data::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  background: url("../img/modal_bg_top_pc.png") no-repeat center bottom/100% auto;
  transform: translate(0, 100%) scale(1, -1);
  pointer-events: none;
}
.p-map_data__container {
  width: 90%;
  max-width: 82rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-map_data__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-map_data__container {
    width: 88%;
    padding: 4.6rem 0 0;
  }
}
.p-map_data__container + .p-map_data__container {
  margin-top: 8rem;
}
.p-map_data__container + .p-map_data__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -4rem;
  left: 0;
  background: url("../img/line_black.png") repeat-x 0 0/32rem auto;
  pointer-events: none;
}
.p-map_data__header {
  width: 38rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-map_data__header {
    width: 100%;
  }
}
.p-map_data__inner {
  display: block;
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 961px) {
  .p-map_data__inner {
    min-width: 0;
    flex: 1 1 0;
  }
}
@media screen and (max-width: 960px) {
  .p-map_data__inner {
    position: static;
  }
}
.p-map_data__area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-map_data__area {
    position: absolute;
    top: 0.2rem;
    left: 50%;
    gap: 0.5rem;
    transform: translate(-50%, 0);
  }
}
.p-map_data__area-icon {
  width: 2.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-map_data__area-icon {
    width: 1.6rem;
  }
}
.p-map_data__area-text {
  flex-shrink: 0;
  display: block;
  position: relative;
  top: -0.1em;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--color-green);
}
@media screen and (max-width: 960px) {
  .p-map_data__area-text {
    top: 0;
    font-size: 2rem;
  }
}
.p-map_data__title {
  display: block;
  position: relative;
  margin-top: 2.2rem;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-map_data__title {
    margin-top: 3.5rem;
    font-size: 1.8rem;
  }
}
.p-map_data__place {
  max-width: 37rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 1.2rem;
  gap: 1rem;
  padding: 1.3rem 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-map_data__place {
    margin-top: 1.5rem;
    padding: 1rem 0.2rem;
  }
}
.p-map_data__place::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/line_black.png") repeat-x 0 0/32rem auto;
}
.p-map_data__place::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/line_black.png") repeat-x 0 100%/32rem auto;
  transform: scale(-1, 1);
}
.p-map_data__place-cap {
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.3rem 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--color-baige);
  background: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-map_data__place-cap {
    font-size: 1.2rem;
  }
}
.p-map_data__place-text {
  flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-map_data__place-text {
    font-size: 1.3rem;
  }
}
.p-map_data__text {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-map_data__text {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.p-map_data__text a {
  color: var(--color-green);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-map_data__text a:hover {
    text-decoration: none;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(43, 48, 61, 0.95);
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: 0;
  transition: all 0.4s var(--ease_inout);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 7rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 5.5rem 0;
  }
}
.m-modal__bg {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__content {
  width: 90%;
  max-width: 91.6rem;
  display: block;
  position: relative;
  height: auto !important;
}
.m-modal__close {
  width: 4rem;
  height: 4rem;
  display: block;
  position: fixed;
  top: 4rem;
  right: 4rem;
  font-size: 0;
  z-index: 1;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 3.5rem;
    height: 3.5rem;
    top: 1rem;
    right: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: opacity 0.6s var(--ease_out);
  }
  .m-modal__close:hover {
    opacity: 0.7;
  }
}
.m-modal__close::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: var(--color-white);
}
.m-modal__close::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-white);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}