:root {
  --c-ThkRed: hsl(356 88.6% 44.7%);
  --c-ThkRed80: hsl(356 71.7% 55.7%);
  --c-ThkRed60: hsl(357 71.6% 66.9%);
  --c-ThkRed40: hsl(356 71.7% 77.8%);
  --c-ThkRed20: hsl(357 71.4% 89%);
  --c-ThkGraphRed: hsl(356 88.6% 44.7%);
  --c-ThkGraphRed70: hsl(357 71.6% 61.4%);
  --c-ThkGraphRed40: hsl(356 71.7% 77.8%);
  --c-ThkGraphRed15: hsl(358 71.4% 91.8%);
  --c-ThkGraphGray45: hsl(0 0% 54.9%);
  --c-ThkGraphGray25: hsl(0 0% 74.9%);
  --c-grayBg: hsl(0 0% 90.2%);
  --c-gray11: hsl(0 0% 6.7%);
  --c-grayDC: hsl(0 0% 86.3%);
  --c-grayC2: hsl(0 0% 76.1%);
  --c-grayEB: hsl(0 0% 92.2%);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

@keyframes fadeInPop_1 {
  0% {
    scale: 0.5;
  }
  100% {
    scale: 1.2;
  }
}
@keyframes fadeInPop_2 {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@keyframes fadeOut {
  0% {
    translate: -50% -50%;
    opacity: 1;
  }
  100% {
    translate: -50% calc(-50% + 15px);
    opacity: 0;
  }
}
.map_container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  position: absolute;
  left: 26%;
  top: 30%;
  translate: -50% -50%;
}
@media screen and (max-width: 1239px) {
  .map_container .title {
    width: 220px;
    height: 220px;
    left: 24%;
    top: 26%;
  }
}
.map_container .title::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.map_container .title .text {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  padding-bottom: 0.3em;
  font-size: 34px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.map_container .title .text span {
  font-weight: 600;
}
.map_container .title .text {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .map_container .title .text {
    font-size: 29px;
  }
}
@media screen and (max-width: 639px) {
  .map_container .title .text {
    font-size: 24px;
  }
}
.map_container .title .text span.en {
  font-weight: 500;
}
.map_container .title .text span.en span {
  font-weight: 500;
}
.map_container .map {
  width: 100%;
}
.map_container .map img {
  width: 100%;
}
.map_container .base_ul {
  position: absolute;
  inset: 0;
}
.map_container .base_ul li {
  position: absolute;
}
.map_container .base_ul li .point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.map_container .base_ul li .point::before {
  content: "";
  display: inline-block;
  border-radius: inherit;
  background-color: var(--c-white);
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.map_container .base_ul li .point::after {
  content: "";
  display: inline-block;
  border-radius: inherit;
  background-color: var(--c-ThkRed);
  position: absolute;
  inset: 3px;
}
.map_container .base_ul li .balloon {
  display: flex;
  justify-content: center;
  pointer-events: none;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 20px + 5px);
}
.map_container .base_ul li .balloon .container {
  padding: 20px;
  white-space: nowrap;
  position: relative;
  left: 10px;
}
.map_container .base_ul li .balloon .container .bg {
  transition: opacity 0.5s, translate 0.5s var(--easeOutQuart), scale 0.5s var(--easeOutQuart);
  opacity: 0;
  translate: 0 15px;
  scale: 0.9;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, 0);
}
.map_container .base_ul li .balloon .container .bg::before {
  content: "";
  display: inline-block;
  background-color: var(--c-ThkRed);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, 0);
}
.map_container .base_ul li .balloon .container .bg::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: var(--c-ThkRed);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  translate: -50% 0;
  transform: translate3d(0, 0, 0);
}
.map_container .base_ul li .balloon .container .box {
  transition: opacity 0.5s, translate 0.5s var(--easeOutQuart), scale 0.5s var(--easeOutQuart);
  opacity: 0;
  translate: 0 15px;
  scale: 0.9;
  position: relative;
}
.map_container .base_ul li .balloon .container .box .name {
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.map_container .base_ul li .balloon .container .box .name span {
  font-weight: 600;
}
.map_container .base_ul li .balloon .container .box .name {
  color: var(--c-white);
  position: relative;
}
.map_container .base_ul li .balloon .container .box .address {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.map_container .base_ul li .balloon .container .box .address span {
  font-weight: 400;
}
.map_container .base_ul li .balloon .container .box .address {
  color: var(--c-white);
}
.map_container .base_ul li .balloon .container .box.box_2 {
  margin-top: 20px;
  padding-top: 20px;
}
.map_container .base_ul li .balloon .container .box.box_2::before {
  content: "";
  display: inline-block;
  height: 1px;
  background-image: linear-gradient(to right, var(--c-white), var(--c-white) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.map_container .base_ul li.li_yamagata {
  left: calc(66% - 10px);
  top: calc(51.6% - 10px);
}
.map_container .base_ul li.li_tokyo {
  left: calc(60.7% - 10px);
  top: calc(70.5% - 10px);
}
.map_container .base_ul li.li_yamanashi {
  left: calc(53.4% - 10px);
  top: calc(71.3% - 10px);
}
.map_container .base_ul li.li_aichi {
  left: calc(46.6% - 10px);
  top: calc(72.5% - 10px);
}
.map_container .base_ul li.li_gifu {
  left: calc(43.8% - 10px);
  top: calc(69.8% - 10px);
}
.map_container .base_ul li.li_mie {
  left: calc(42.3% - 10px);
  top: calc(75.5% - 10px);
}
.map_container .base_ul li.li_yamaguchi {
  left: calc(16.3% - 10px);
  top: calc(73.5% - 10px);
}
.map_container .base_ul li.li_fukuoka {
  left: calc(8.7% - 10px);
  top: calc(78% - 10px);
}
.map_container .base_ul li.fadeElem .point {
  opacity: 0;
}
.map_container .base_ul li.fadeIn .point {
  transition: opacity 0.3s 0.3s;
  opacity: 1;
  animation: fadeInPop_1 0.3s var(--easeOutCubic) 0.3s both, fadeInPop_2 0.2s var(--easeInCubic) 0.6s forwards;
}
.map_container .base_ul li:hover .balloon .container .bg {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}
.map_container .base_ul li:hover .balloon .container .box {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}
.map_container .base_ul li.active .balloon .container .bg {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}
.map_container .base_ul li.active .balloon .container .box {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}

section.section_map {
  padding-top: 50px;
  margin-inline: auto;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_map {
    width: 88vw;
  }
}
@media screen and (max-width: 1039px) {
  section.section_map {
    padding-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map {
    padding-top: 60px;
  }
}
section.section_map .map_container {
  margin-inline: auto;
  width: 928px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_map .map_container {
    width: 100%;
    max-width: 928px;
  }
}
@media screen and (max-width: 839px) {
  section.section_map .map_container {
    display: none;
  }
}
section.section_map .map_container_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  section.section_map .map_container_mb {
    display: block;
    width: 100%;
    position: relative;
  }
}
section.section_map .map_container_mb .thumb {
  width: 100%;
}
section.section_map .map_container_mb .thumb img {
  width: 100%;
  height: auto;
}
section.section_map .map_container_mb .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  pointer-events: none;
  position: absolute;
  left: 25%;
  top: 20%;
  translate: -50% -50%;
}
@media screen and (max-width: 639px) {
  section.section_map .map_container_mb .title {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 439px) {
  section.section_map .map_container_mb .title {
    width: 130px;
    height: 130px;
    top: 25%;
  }
}
section.section_map .map_container_mb .title::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.section_map .map_container_mb .title .text {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  padding-bottom: 0.3em;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_map .map_container_mb .title .text span {
  font-weight: 600;
}
section.section_map .map_container_mb .title .text {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 639px) {
  section.section_map .map_container_mb .title .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 439px) {
  section.section_map .map_container_mb .title .text {
    font-size: 16px;
  }
}
section.section_map .map_container_mb .title .text span.en {
  font-weight: 500;
}
section.section_map .map_container_mb .title .text span.en span {
  font-weight: 500;
}
section.section_map .map_container_mb .btn {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  pointer-events: none;
  translate: -50% -50%;
  position: absolute;
  left: 50%;
  top: 50%;
}
section.section_map .map_container_mb .btn::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: var(--c-white);
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.section_map .map_container_mb .btn .icon {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  position: relative;
}
section.section_map .map_container_mb .btn .icon::before, section.section_map .map_container_mb .btn .icon::after {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  content: "";
  display: inline-block;
  background-color: var(--c-ThkRed);
}
section.section_map .map_container_mb .btn .icon::before {
  width: 20px;
  height: 1.5px;
}
section.section_map .map_container_mb .btn .icon::after {
  width: 1.5px;
  height: 20px;
}
section.section_map .map_container_mb .btn.fadeIn {
  transition: opacity 0.3s 0.3s;
  opacity: 1;
  animation: fadeInPop_1 0.3s var(--easeOutCubic) 0.3s both, fadeInPop_2 0.2s var(--easeInCubic) 0.6s forwards, fadeOut 0.8s var(--easeOutCubic) 1.8s forwards;
}

section.section_base {
  margin-top: 100px;
  padding-top: 100px;
  margin-inline: auto;
  width: 1000px;
}
@media screen and (max-width: 1239px) {
  section.section_base {
    margin-top: 60px;
    padding-top: 70px;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_base {
    margin-top: 20px;
    padding-top: 40px;
  }
}
section.section_base .section_title .en h2 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.15em;
  font-size: 40px;
  line-height: 1.35em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
section.section_base .section_title .en h2 span {
  font-weight: 600;
}
section.section_base .section_title .en h2 {
  color: transparent;
  text-align: center;
  translate: 0 0.05em;
  -webkit-text-stroke: 1.5px var(--c-ThkRed);
  text-stroke: 1.5px var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  section.section_base .section_title .en h2 {
    font-size: 34px;
    -webkit-text-stroke: 1.25px var(--c-ThkRed);
    text-stroke: 1.25px var(--c-ThkRed);
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_title .en h2 {
    font-size: 28px;
    -webkit-text-stroke: 1px var(--c-ThkRed);
    text-stroke: 1px var(--c-ThkRed);
  }
}
section.section_base .section_title .jp {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_title .jp {
    column-gap: 18px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_title .jp {
    column-gap: 16px;
    margin-top: 20px;
  }
}
section.section_base .section_title .jp::before, section.section_base .section_title .jp::after {
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/_common/section_title_line_black.svg");
  background-repeat: no-repeat;
}
section.section_base .section_title .jp::before {
  background-position: right center;
}
section.section_base .section_title .jp::after {
  background-position: left center;
}
section.section_base .section_title .jp h5 {
  padding-left: 0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_base .section_title .jp h5 span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_title .jp h5 {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_title .jp h5 {
    font-size: 18px;
  }
}
section.section_base .section_title .jp.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section.section_base .section_title .jp.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section.section_base .section_title .jp.fadeElem h5 {
  opacity: 0;
  translate: 0 20px;
}
section.section_base .section_title .jp.fadeIn::before, section.section_base .section_title .jp.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.section_base .section_title .jp.fadeIn h5 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section_base .section_title_2 .jp {
  margin-top: 120px;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_title_2 .jp {
    margin-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_title_2 .jp {
    margin-top: 40px;
  }
}
section.section_base .section_photo {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_photo {
    margin-top: 55px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_photo {
    margin-top: 30px;
  }
}
section.section_base .section_photo .photo {
  margin-inline: auto;
  width: 840px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_photo .photo {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_photo .photo {
    width: 88vw;
  }
}
section.section_base .section_photo .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_base .section_catch {
  padding-top: 80px;
  margin-inline: auto;
  width: 800px;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_catch {
    padding-top: 60px;
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_catch {
    padding-top: 40px;
    width: 88vw;
  }
}
@media screen and (max-width: 439px) {
  section.section_base .section_catch {
    padding-top: 30px;
  }
}
section.section_base .section_catch h3 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 34px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_base .section_catch h3 span {
  font-weight: 600;
}
section.section_base .section_catch h3 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_catch h3 {
    font-size: 29px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_catch h3 {
    font-size: 24px;
    line-height: 1.55em;
  }
}
section.section_base .section_catch h3 span.en {
  font-weight: 500;
}
section.section_base .section_catch h3 span.en span {
  font-weight: 500;
}
section.section_base .section_lead {
  padding-top: 60px;
  margin-inline: auto;
  width: 800px;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_lead {
    padding-top: 45px;
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_lead {
    padding-top: 30px;
    width: 88vw;
  }
}
section.section_base .section_lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.section_base .section_lead p span {
  font-weight: 400;
}
section.section_base .section_lead p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_lead p {
    font-size: 15.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_lead p {
    font-size: 15px;
    line-height: 2em;
  }
}
section.section_base .section_content {
  padding-top: 120px;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content {
    padding-top: 40px;
  }
}
section.section_base .section_content .title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content .title {
    column-gap: 18px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content .title {
    column-gap: 16px;
  }
}
section.section_base .section_content .title::before, section.section_base .section_content .title::after {
  align-self: center;
  content: "";
  display: inline-block;
  height: 1px;
  background-color: var(--c-black);
}
section.section_base .section_content .title h4 {
  margin-right: -0.1em;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_base .section_content .title h4 span {
  font-weight: 600;
}
section.section_base .section_content .title h4 {
  translate: 0 0.05em;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content .title h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content .title h4 {
    font-size: 20px;
  }
}
section.section_base .section_content .title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section.section_base .section_content .title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section.section_base .section_content .title.fadeElem h4 {
  opacity: 0;
  translate: 0 20px;
}
section.section_base .section_content .title.fadeIn::before, section.section_base .section_content .title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.section_base .section_content .title.fadeIn h4 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section_base .section_content .content {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content .content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content .content {
    margin-top: 30px;
  }
}
section.section_base .section_content.section_content_charm .content {
  position: relative;
}
section.section_base .section_content.section_content_charm .content .slide {
  margin-inline: auto;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide {
    width: 600px;
  }
}
@media screen and (max-width: 839px) {
  section.section_base .section_content.section_content_charm .content .slide {
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_charm .content .slide {
    width: 65vw;
  }
}
@media screen and (max-width: 439px) {
  section.section_base .section_content.section_content_charm .content .slide {
    width: 70vw;
  }
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper {
  width: 100%;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .photo {
  width: 100%;
  aspect-ratio: 1/1;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head {
  padding-top: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head {
    padding-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head {
    padding-top: 20px;
  }
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 24px;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 span {
  font-weight: 600;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 {
    font-size: 20px;
  }
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 span.en {
  font-weight: 500;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 span.en span {
  font-weight: 500;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .body {
  padding-top: 20px;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .body p span {
  font-weight: 400;
}
section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
    font-size: 14.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
    font-size: 14px;
    line-height: 2em;
  }
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button {
  transition: opacity 0.5s;
  margin-top: 0;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 839px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button {
    top: 30vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button {
    width: 30px;
    height: 30px;
    top: 32.5vw;
  }
}
@media screen and (max-width: 439px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button {
    top: 35vw;
  }
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button .container::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border-radius: inherit;
  background-color: var(--c-ThkRed);
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button .container svg {
  transition: stroke 0.3s;
  width: auto;
  height: auto;
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
  object-fit: none;
  position: relative;
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button-prev {
  left: auto;
  right: calc(100% + 40px);
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button-prev {
    right: calc(100% + 30px);
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button-prev {
    right: calc(100% + 20px);
  }
}
@media screen and (max-width: 439px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button-prev {
    right: calc(100% + 3vw);
  }
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button-prev .container svg {
  translate: -1px 0;
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button-next {
  left: calc(100% + 40px);
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button-next {
    left: calc(100% + 30px);
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button-next {
    left: calc(100% + 20px);
  }
}
@media screen and (max-width: 439px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button-next {
    left: calc(100% + 3vw);
  }
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button-next .container svg {
  translate: 1px 0;
}
@media screen and (min-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button:hover .container::before {
    background-color: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  section.section_base .section_content.section_content_charm .content .slide .swiper-button:hover .container svg {
    stroke: var(--c-ThkRed);
  }
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button.fadeElem .container {
  opacity: 0;
  translate: 0 20px;
}
section.section_base .section_content.section_content_charm .content .slide .swiper-button.fadeIn .container {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section_base .section_content.section_content_voice .voice_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px;
  margin-inline: auto;
  width: 840px;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_voice .voice_ul {
    row-gap: 45px;
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_voice .voice_ul {
    row-gap: 30px;
    width: 88vw;
  }
}
section.section_base .section_content.section_content_voice .voice_ul li .balloon {
  display: flex;
}
section.section_base .section_content.section_content_voice .voice_ul li .balloon .arrow {
  margin-top: 40px;
  width: 28px;
  height: 22px;
  background-color: var(--c-ThkRed);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_voice .voice_ul li .balloon .arrow {
    margin-top: 35px;
    width: 24px;
    height: 19px;
  }
}
@media screen and (max-width: 839px) {
  section.section_base .section_content.section_content_voice .voice_ul li .balloon .arrow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_voice .voice_ul li .balloon .arrow {
    margin-top: 25px;
    width: 20px;
    height: 16px;
  }
}
section.section_base .section_content.section_content_voice .voice_ul li .balloon .box {
  padding: 40px;
  width: 620px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_voice .voice_ul li .balloon .box {
    padding: 35px 30px;
    width: 60vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_base .section_content.section_content_voice .voice_ul li .balloon .box {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_voice .voice_ul li .balloon .box {
    padding: 25px 20px;
    width: 68vw;
  }
}
section.section_base .section_content.section_content_voice .voice_ul li .balloon .box::before {
  content: "";
  display: inline-block;
  border-radius: 10px;
  background-color: var(--c-white);
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.section_base .section_content.section_content_voice .voice_ul li .balloon .box p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.section_base .section_content.section_content_voice .voice_ul li .balloon .box p span {
  font-weight: 400;
}
section.section_base .section_content.section_content_voice .voice_ul li .balloon .box p {
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_base .section_content.section_content_voice .voice_ul li .balloon .box p {
    font-size: 14.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.section_base .section_content.section_content_voice .voice_ul li .balloon .box p {
    font-size: 14px;
    line-height: 2em;
  }
}
section.section_base .section_content.section_content_voice .voice_ul li:nth-of-type(even) {
  justify-self: end;
}
section.section_base .section_content.section_content_voice .voice_ul li:nth-of-type(even) .balloon {
  flex-direction: row-reverse;
}
section.section_base .section_content.section_content_voice .voice_ul li:nth-of-type(even) .balloon .arrow {
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

section.section_base#yamagata {
  margin-top: 10px;
  padding-top: 90px;
}
@media screen and (max-width: 1239px) {
  section.section_base#yamagata {
    margin-top: 20px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  section.section_base#yamagata {
    margin-top: 20px;
    padding-top: 40px;
  }
}

_::-webkit-full-page-media,
_:future,
:root section.section_base .section_content.section_content_charm .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
  letter-spacing: -0.008em;
}

.anchor_fixed .container .content .anchor_fixed_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  pointer-events: none;
}
.anchor_fixed .container .content .anchor_fixed_ul li {
  transition: translate 0.5s var(--easeInOutQuart);
  translate: -100% 0;
}
.anchor_fixed .container .content .anchor_fixed_ul li a {
  transition: padding 0.3s var(--easeOutQuart);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  padding: 10px 20px 10px 30px;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .arrow {
  align-self: center;
  line-height: 0;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .arrow svg {
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span {
  font-weight: 600;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text {
  color: var(--c-white);
  translate: 0 0.03em;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span.en {
  font-weight: 500;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span.en span {
  font-weight: 500;
}

.anchor_fixed_bg .container .content .anchor_fixed_ul li a::before {
  content: "";
  display: inline-block;
  background-color: var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.anchor_fixed_bg .container .content .anchor_fixed_ul li a .arrow {
  opacity: 0;
}
.anchor_fixed_bg .container .content .anchor_fixed_ul li a .text {
  opacity: 0;
}

@media screen and (min-width: 1239px) {
  .anchor_fixed_main .container .content .anchor_fixed_ul li a:hover {
    padding-left: 35px;
  }
}

.anchor_fixed.on .container .content .anchor_fixed_ul {
  pointer-events: auto;
}
.anchor_fixed.on .container .content .anchor_fixed_ul li {
  transition: translate 0.4s var(--easeInOutQuart);
  translate: 0 0;
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(1) {
  transition-delay: calc(var(--anchorDelay) * 1);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(2) {
  transition-delay: calc(var(--anchorDelay) * 2);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(3) {
  transition-delay: calc(var(--anchorDelay) * 3);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(4) {
  transition-delay: calc(var(--anchorDelay) * 4);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(5) {
  transition-delay: calc(var(--anchorDelay) * 5);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(6) {
  transition-delay: calc(var(--anchorDelay) * 6);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(7) {
  transition-delay: calc(var(--anchorDelay) * 7);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(8) {
  transition-delay: calc(var(--anchorDelay) * 8);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(9) {
  transition-delay: calc(var(--anchorDelay) * 9);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(10) {
  transition-delay: calc(var(--anchorDelay) * 10);
}

.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li {
  padding-bottom: 20px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a {
  transition: opacity 0.5s, translate 0s var(--easeOutQuart) 0.5s;
  opacity: 0;
  translate: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .arrow {
  font-size: 15px;
  line-height: 1.55em;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .arrow svg {
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text {
  font-size: 15px;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span {
  font-weight: 600;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text {
  color: var(--c-white);
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span.en {
  font-weight: 500;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span.en span {
  font-weight: 500;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li::after {
  transition: opacity 0.5s, clip-path 0s 0.5s;
  opacity: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--c-white), var(--c-white) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li:nth-last-of-type(1)::after {
  display: none;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li a {
  transition: opacity 0.6s 0.2s, translate 0.8s var(--easeOutQuart) 0.2s;
  opacity: 1;
  translate: 0 0;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li::after {
  transition: opacity 0s, clip-path 0.6s var(--easeOutQuart) 0.2s;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(1)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(1) a {
  transition-delay: 0.2s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(2)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(2) a {
  transition-delay: 0.3s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(3)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(3) a {
  transition-delay: 0.4s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(4)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(4) a {
  transition-delay: 0.5s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(5)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(5) a {
  transition-delay: 0.6s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(6)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(6) a {
  transition-delay: 0.7s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(7)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(7) a {
  transition-delay: 0.8s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(8)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(8) a {
  transition-delay: 0.9s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(9)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(9) a {
  transition-delay: 1s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(10)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(10) a {
  transition-delay: 1.1s;
}

#modal_map {
  transition: left 0s 0.5s, right 0s 0.5s;
  overflow: hidden;
  position: fixed;
  left: -100vw;
  right: 200vw;
  top: 0;
  bottom: 0;
  z-index: 601;
}
#modal_map .modal_bg {
  transition: opacity 0.25s 0.25s;
  opacity: 0;
  background-color: var(--c-Black);
  position: absolute;
  inset: 0;
}
#modal_map .modal_wrap {
  display: grid;
  grid-template-columns: 1px 1fr 1px;
  margin-top: 60px;
  padding: 0 6vw 6vw;
  width: 100%;
  height: calc(100% - 60px);
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: contain;
  position: relative;
}
#modal_map .modal_wrap::before, #modal_map .modal_wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% + 1px);
}
#modal_map .modal_wrap .modal_container {
  transition: opacity 0.25s, translate 0s 0.25s;
  opacity: 0;
  translate: 0 20px;
  justify-self: center;
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  padding: 6vw;
  width: 100%;
  position: relative;
}
#modal_map .modal_wrap .modal_container::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayEB);
  position: absolute;
  inset: 0;
}
#modal_map .modal_wrap .modal_container .map_container {
  width: 900px;
  position: relative;
}
#modal_map .modal_wrap .modal_container .map_container .title {
  width: 220px;
  height: 220px;
  left: 24%;
  top: 26%;
}
@media screen and (max-width: 639px) {
  #modal_map .modal_wrap .modal_container .map_container .title {
    width: 180px;
    height: 180px;
    left: 38vw;
    top: 10%;
    translate: -50% 0;
  }
}
#modal_map .modal_wrap .modal_container .map_container .base_ul li.li_fukuoka .balloon {
  left: 60px;
}
#modal_map .modal_wrap .modal_container .map_container .base_ul li.li_fukuoka .balloon .container .bg::after {
  left: calc(50% - 60px);
  translate: 0 0;
  transform: translate3d(0, 0, 0);
}
#modal_map .close {
  transition: opacity 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  pointer-events: none;
  position: fixed;
  top: 10px;
  right: 15px;
}
#modal_map .close::before, #modal_map .close::after {
  content: "";
  display: inline-block;
  transition: background-color 0.3s;
  width: 24px;
  height: 1px;
  background-color: var(--c-white);
  position: absolute;
  top: 50%;
  left: 50%;
}
#modal_map .close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#modal_map .close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 1239px) {
  #modal_map .close:hover svg {
    stroke: var(--c-ThkRed);
  }
}

#modal_map.on {
  transition: left 0s, right 0s;
  left: 0;
  right: 0;
}
#modal_map.on .modal_bg {
  transition: opacity 0.4s 0s;
  opacity: 0.9;
}
#modal_map.on .modal_wrap .modal_container {
  transition: opacity 0.4s, translate 0.5s var(--easeOutQuart);
  transition-delay: 0.3s;
  opacity: 1;
  translate: 0 0;
}
#modal_map.on .close {
  transition: opacity 0.4s 0.5s;
  opacity: 1;
  pointer-events: auto;
}

#modal_map_0000 {
  transition: left 0s 0.5s;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 601;
}
#modal_map_0000 .modal_bg {
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  inset: 0;
}
#modal_map_0000 .modal_bg::before {
  content: "";
  display: inline-block;
  background-color: var(--c-Black);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -200px;
}
#modal_map_0000 .modal_wrap {
  display: grid;
  grid-template-columns: 1fr;
  overflow: scroll;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  overscroll-behavior-y: contain;
  position: absolute;
  inset: 0;
}
#modal_map_0000 .modal_wrap .modal_container {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr 1000px 1fr;
  position: relative;
}
#modal_map_0000 .modal_wrap .modal_container .modal_container_bg {
  position: absolute;
  inset: 0;
}
#modal_map_0000 .modal_wrap .modal_container::before, #modal_map_0000 .modal_wrap .modal_container::after {
  content: "";
  display: inline-block;
  pointer-events: none;
}
#modal_map_0000 .modal_wrap .modal_container .modal_content {
  transition: opacity 0.5s, translate 0s 0.5s;
  opacity: 0;
  translate: 0 20px;
  padding: 150px 0;
  position: relative;
}
#modal_map_0000 .modal_wrap .modal_container .modal_content .map_container {
  width: 900px;
  position: relative;
}
#modal_map_0000 .close {
  transition: opacity 0.5s;
  opacity: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 40px;
  height: 40px;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 18px;
}
#modal_map_0000 .close::before, #modal_map_0000 .close::after {
  transition: background-color 0.3s;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: var(--c-white);
}
#modal_map_0000 .close::before {
  rotate: 40deg;
}
#modal_map_0000 .close::after {
  rotate: -40deg;
}
#modal_map_0000 .close:hover::before, #modal_map_0000 .close:hover::after {
  background-color: var(--c-grayC2);
}

#modal_map_0000.on {
  transition: left 0s;
  left: 0;
  pointer-events: auto;
}
#modal_map_0000.on .modal_bg {
  transition: opacity 0.5s;
  opacity: 0.9;
}
#modal_map_0000.on .modal_wrap .modal_container .modal_content {
  transition: opacity 0.7s 0.3s, translate 0.7s var(--easeOutQuart) 0.3s;
  opacity: 1;
  translate: 0 0;
}
#modal_map_0000.on .close {
  transition: opacity 0.7s 0.3s;
  opacity: 1;
  pointer-events: auto;
}