@charset "UTF-8";
@font-face {
  font-family: "DIN Pro Black";
  src: url("../fonts/dinpro900.otf") format("opentype"), url("../fonts/dinpro900.woff2") format("woff2"), url("../fonts/dinpro900.woff") format("woff"), url("../fonts/dinpro900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
}
@media (max-width: 749px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1.75rem;
  color: #333333;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

em {
  font-style: normal;
  font-weight: 900;
}

#page {
  position: relative;
  background-image: url("../img/bg_pc.png");
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-color: #f9f9f9;
}

#container {
  margin-inline: auto;
  width: 100%;
  max-width: 750px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

#contents {
  width: 100%;
  max-width: 750px;
  display: block;
  margin: 0 auto;
  padding-bottom: 18.5rem;
  background: url(../img/page_footer.svg) no-repeat center bottom 2.375rem;
  background-size: 69.7333% auto;
}

.fadein {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s ease, transform 0.5s ease;
  will-change: opacity, transform;
}
@media (prefers-reduced-motion: reduce) {
  .fadein {
    transform: none;
    opacity: 1;
  }
}
.fadein.fadein-active {
  opacity: 1;
  transform: translateY(0);
}

.nav-menu {
  position: fixed;
  top: 50%;
  left: calc(750px + (100vw - 750px) / 2);
  box-sizing: border-box;
  width: calc((100vw - 750px) / 2);
  padding: 0 1rem;
  transform: translateY(-50%);
}
.nav-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1.15em;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.2;
}
.nav-menu ul li {
  text-align: center;
}
.nav-menu ul li a {
  display: block;
  width: 100%;
  max-width: 21.5rem;
  margin-inline: auto;
  padding: 0.535em 0;
  border-radius: 100rem;
  background-color: #fff;
  box-shadow: 0.1875rem 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  color: #453f3f;
  text-decoration: none;
}
@media (max-width: 1480px) and (min-width: 768px) {
  .nav-menu ul {
    font-size: calc((100vw - 750px) / 2 / 15);
  }
}
@media (max-width: 1100px) {
  .nav-menu {
    display: none;
  }
}

.pc-campaign-button {
  display: none;
  position: fixed;
  bottom: 20%;
  left: calc((100vw - 750px) / 4);
  box-sizing: border-box;
  max-width: 416px;
  width: calc((100vw - 750px) / 2);
  padding: 0 1rem;
  transform: translateX(-50%);
  z-index: 100;
}
.pc-campaign-button a {
  display: block;
}
@media (max-width: 1100px) {
  .pc-campaign-button {
    display: none;
  }
}

#section-mv {
  position: relative;
  padding-top: 5.75rem;
}
@media (max-width: 749px) {
  #section-mv {
    margin-bottom: 20.2666666667vw;
  }
}
@media (min-width: 750px) {
  #section-mv {
    margin-bottom: 152px;
  }
}
#section-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.catchcopy {
  position: absolute;
  left: 1em;
  top: 6.25rem;
  z-index: 100;
  font-family: "DIN Pro Black";
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 0.7;
  color: #333333;
  letter-spacing: -0.025em;
  transform: rotate(90deg);
  transform-origin: left top;
}

.main-visual {
  position: relative;
}
.main-visual .campaign-button {
  position: fixed;
  bottom: 0;
  left: auto;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.main-visual .campaign-button img {
  width: 14.16rem;
  transform: scale(1);
}
.main-visual .campaign-button .close-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 3.25rem;
  height: 3.25rem;
  border: 0.125rem solid #333333;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.main-visual .campaign-button .close-button::before, .main-visual .campaign-button .close-button::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: 2.5rem;
  border-top: 0.1875rem solid #333333;
}
.main-visual .campaign-button .close-button::before {
  transform: translateX(-50%) rotate(45deg);
}
.main-visual .campaign-button .close-button::after {
  transform: translateX(-50%) rotate(-45deg);
}
.main-visual .campaign-button.scrolled {
  transform: scale(0.6);
}
.main-visual .campaign-button.scrolled .close-button {
  display: block;
}
.main-visual .campaign-button.hidden {
  opacity: 0;
}

.sparkle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sparkle img {
  position: absolute;
  z-index: 50;
  width: auto;
}
.sparkle .blue_01 {
  top: 86.6%;
  left: 82.1%;
}
@media (max-width: 749px) {
  .sparkle .blue_01 {
    width: 14vw;
  }
}
@media (min-width: 750px) {
  .sparkle .blue_01 {
    width: 105px;
  }
}
.sparkle .blue_02 {
  top: -8.3%;
  left: 60.2%;
}
@media (max-width: 749px) {
  .sparkle .blue_02 {
    width: 17.3333333333vw;
  }
}
@media (min-width: 750px) {
  .sparkle .blue_02 {
    width: 130px;
  }
}
.sparkle .skyblue_01 {
  top: 110.8%;
  left: 0;
}
@media (max-width: 749px) {
  .sparkle .skyblue_01 {
    width: 9.2vw;
  }
}
@media (min-width: 750px) {
  .sparkle .skyblue_01 {
    width: 69px;
  }
}
.sparkle .gray_01 {
  top: -9.1%;
  left: 14.4%;
}
@media (max-width: 749px) {
  .sparkle .gray_01 {
    width: 22.1333333333vw;
  }
}
@media (min-width: 750px) {
  .sparkle .gray_01 {
    width: 166px;
  }
}
.sparkle .gray_02 {
  top: 96.2%;
  left: 1.8%;
  transform: rotate(-14deg);
}
@media (max-width: 749px) {
  .sparkle .gray_02 {
    width: 17.6vw;
  }
}
@media (min-width: 750px) {
  .sparkle .gray_02 {
    width: 132px;
  }
}
.sparkle .green_01 {
  top: 97.7%;
  left: 84%;
}
@media (max-width: 749px) {
  .sparkle .green_01 {
    width: 12.4vw;
  }
}
@media (min-width: 750px) {
  .sparkle .green_01 {
    width: 93px;
  }
}
.sparkle .green_02 {
  top: -1.7%;
  left: 35.8%;
}
@media (max-width: 749px) {
  .sparkle .green_02 {
    width: 7.0666666667vw;
  }
}
@media (min-width: 750px) {
  .sparkle .green_02 {
    width: 53px;
  }
}
.sparkle .lightgreen_01 {
  top: 107.7%;
  right: 0;
}
@media (max-width: 749px) {
  .sparkle .lightgreen_01 {
    width: 8.8vw;
  }
}
@media (min-width: 750px) {
  .sparkle .lightgreen_01 {
    width: 66px;
  }
}
.sparkle .orange_01 {
  top: -2.6%;
  right: 0;
}
@media (max-width: 749px) {
  .sparkle .orange_01 {
    width: 20.1333333333vw;
  }
}
@media (min-width: 750px) {
  .sparkle .orange_01 {
    width: 151px;
  }
}
.sparkle .orange_02 {
  top: 115%;
  left: 90%;
}
@media (max-width: 749px) {
  .sparkle .orange_02 {
    width: 9.3333333333vw;
  }
}
@media (min-width: 750px) {
  .sparkle .orange_02 {
    width: 70px;
  }
}
.sparkle .pink_01 {
  top: 0.4%;
  left: 0;
}
@media (max-width: 749px) {
  .sparkle .pink_01 {
    width: 11.8666666667vw;
  }
}
@media (min-width: 750px) {
  .sparkle .pink_01 {
    width: 89px;
  }
}
.sparkle .pink_02 {
  top: 124%;
  left: 0%;
}
@media (max-width: 749px) {
  .sparkle .pink_02 {
    width: 5.4666666667vw;
  }
}
@media (min-width: 750px) {
  .sparkle .pink_02 {
    width: 41px;
  }
}
.sparkle .red_01 {
  top: 0.2%;
  left: 9.6%;
}
@media (max-width: 749px) {
  .sparkle .red_01 {
    width: 7.2vw;
  }
}
@media (min-width: 750px) {
  .sparkle .red_01 {
    width: 54px;
  }
}
.sparkle .white_01 {
  top: 1%;
  left: 49.6%;
}
@media (max-width: 749px) {
  .sparkle .white_01 {
    width: 4.2666666667vw;
  }
}
@media (min-width: 750px) {
  .sparkle .white_01 {
    width: 32px;
  }
}
.sparkle .yellow_01 {
  top: 0.4%;
  left: 72.2%;
}
@media (max-width: 749px) {
  .sparkle .yellow_01 {
    width: 7.7333333333vw;
  }
}
@media (min-width: 750px) {
  .sparkle .yellow_01 {
    width: 58px;
  }
}
.sparkle .yellow_02 {
  top: 76.9%;
  left: -7.5%;
}
@media (max-width: 749px) {
  .sparkle .yellow_02 {
    width: 21.4666666667vw;
  }
}
@media (min-width: 750px) {
  .sparkle .yellow_02 {
    width: 161px;
  }
}

.mv-slide-item {
  position: relative;
  width: 100%;
}
.mv-slide-item .slide-image {
  position: relative;
  display: block;
  width: 100%;
}
.mv-slide-item .slide-text {
  position: absolute;
  top: 8.7%;
  left: 7.8%;
}

.mv-title {
  width: 75.6%;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 749px) {
  .mv-title {
    margin-top: 9.3333333333vw;
  }
}
@media (min-width: 750px) {
  .mv-title {
    margin-top: 70px;
  }
}
@media (max-width: 749px) {
  .mv-title {
    margin-bottom: 7.2vw;
  }
}
@media (min-width: 750px) {
  .mv-title {
    margin-bottom: 54px;
  }
}

.mv-introduction {
  padding-inline: 10%;
  text-align: center;
  font-weight: 700;
  line-height: 230%;
  background: url(../img/mv/bg_intro.png) no-repeat center 4.9rem;
  background-size: 100% auto;
}
@media (max-width: 749px) {
  .mv-introduction {
    margin-bottom: 15.3333333333vw;
  }
}
@media (min-width: 750px) {
  .mv-introduction {
    margin-bottom: 115px;
  }
}
.mv-introduction p {
  margin-top: 0;
}
.mv-introduction p:not(:last-child) {
  margin-bottom: 1.45em;
}
.mv-introduction p span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 900;
  font-size: 1.14285em;
  line-height: 230%;
  transform: translateY(0.08em);
}

.intro-slide .slide-wrapper {
  gap: 1.25rem;
  padding-right: 1.25rem;
}
.intro-slide .slide-image {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/**
 * 自動スクロールスライダー
 */
.auto-scroll {
  display: flex;
}
.auto-scroll .slide-wrapper {
  display: flex;
  flex: 0 0 auto;
  will-change: transform;
}
.auto-scroll .slide-wrapper .slide-image img,
.auto-scroll .slide-wrapper .slide-image video {
  border-radius: 1rem;
  object-fit: cover;
}
@media (max-width: 749px) {
  .auto-scroll .slide-wrapper .slide-image img,
  .auto-scroll .slide-wrapper .slide-image video {
    width: 47.7333333333vw;
  }
}
@media (min-width: 750px) {
  .auto-scroll .slide-wrapper .slide-image img,
  .auto-scroll .slide-wrapper .slide-image video {
    width: 358px;
  }
}
@media (max-width: 749px) {
  .auto-scroll .slide-wrapper .slide-image img,
  .auto-scroll .slide-wrapper .slide-image video {
    height: 84.8vw;
  }
}
@media (min-width: 750px) {
  .auto-scroll .slide-wrapper .slide-image img,
  .auto-scroll .slide-wrapper .slide-image video {
    height: 636px;
  }
}
@media (max-width: 749px) {
  .auto-scroll .slide-wrapper .slide-image:has(* + *) img,
  .auto-scroll .slide-wrapper .slide-image:has(* + *) video {
    width: 64vw;
  }
}
@media (min-width: 750px) {
  .auto-scroll .slide-wrapper .slide-image:has(* + *) img,
  .auto-scroll .slide-wrapper .slide-image:has(* + *) video {
    width: 480px;
  }
}
@media (max-width: 749px) {
  .auto-scroll .slide-wrapper .slide-image:has(* + *) img,
  .auto-scroll .slide-wrapper .slide-image:has(* + *) video {
    height: 41.0666666667vw;
  }
}
@media (min-width: 750px) {
  .auto-scroll .slide-wrapper .slide-image:has(* + *) img,
  .auto-scroll .slide-wrapper .slide-image:has(* + *) video {
    height: 308px;
  }
}
.auto-scroll.active .slide-wrapper {
  animation: scroll 20s linear infinite;
}
.auto-scroll:hover .slide-wrapper {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/**
 * コンテンツスライダー
 */
#contents {
  counter-set: slide-container;
}

.slide-list .slide-container {
  position: relative;
  counter-increment: slide-container;
}
@media (max-width: 749px) {
  .slide-list .slide-container:not(:last-child) {
    margin-bottom: 13.6vw;
  }
}
@media (min-width: 750px) {
  .slide-list .slide-container:not(:last-child) {
    margin-bottom: 102px;
  }
}
.slide-list .slide-container::before {
  content: counter(slide-container);
  position: absolute;
  z-index: 2;
  top: -0.3rem;
  left: 4rem;
  transform: translate(-34%, -16%);
  display: block;
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg width="70" height="70" viewBox="0 0 70 70" xmlns="http://www.w3.org/2000/svg"><path d="M17.1 1.97123C4.196 8.614 -13.87 29.7955 17.1 61.3799C55.8128 100.86 111.485 -11.941 17.1 1.97123Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #000;
  text-align: center;
  color: #ffffff;
  font-family: "DIN Pro Black";
  line-height: 1.465;
}
@media (max-width: 749px) {
  .slide-list .slide-container::before {
    font-size: 5.7333333333vw;
  }
}
@media (min-width: 750px) {
  .slide-list .slide-container::before {
    font-size: 43px;
  }
}
@media (max-width: 749px) {
  .slide-list .slide-container::before {
    width: 9.3333333333vw;
  }
}
@media (min-width: 750px) {
  .slide-list .slide-container::before {
    width: 70px;
  }
}
@media (max-width: 749px) {
  .slide-list .slide-container::before {
    height: 9.3333333333vw;
  }
}
@media (min-width: 750px) {
  .slide-list .slide-container::before {
    height: 70px;
  }
}
.slide-list .slide-container .slide-note {
  margin-left: 4rem;
  margin-right: 5rem;
}
@media (max-width: 749px) {
  .slide-list .slide-container .slide-note {
    margin-top: 1.4666666667vw;
  }
}
@media (min-width: 750px) {
  .slide-list .slide-container .slide-note {
    margin-top: 11px;
  }
}

.common-slide .slide-wrapper {
  cursor: grab;
}
@media (max-width: 749px) {
  .common-slide .slide-wrapper {
    gap: 5.3333333333vw;
  }
}
@media (min-width: 750px) {
  .common-slide .slide-wrapper {
    gap: 40px;
  }
}
@media (max-width: 749px) {
  .common-slide .slide-wrapper {
    padding-right: 5.3333333333vw;
  }
}
@media (min-width: 750px) {
  .common-slide .slide-wrapper {
    padding-right: 40px;
  }
}
.common-slide .slide-wrapper:active {
  cursor: grabbing;
}
@media (max-width: 749px) {
  .common-slide .slide-wrapper figure img {
    width: 81.8666666667vw;
  }
}
@media (min-width: 750px) {
  .common-slide .slide-wrapper figure img {
    width: 614px;
  }
}
.common-slide .splide__arrows .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  margin-top: -1rem;
  padding: 0;
  border: 0;
  border-radius: 100%;
  transition: filter 0.2s ease;
}
.common-slide .splide__arrows .splide__arrow:hover {
  filter: brightness(120%);
}
.common-slide .splide__arrows .splide__arrow svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  fill: #ffffff;
}
.common-slide .splide__arrows .splide__arrow--prev {
  left: 2.7rem;
  transform: translateY(-50%) rotate(180deg);
}
.common-slide .splide__arrows .splide__arrow--next {
  right: 3.2rem;
}
.common-slide .splide__pagination {
  justify-content: flex-end;
  gap: 0.64rem;
  margin-top: 1.2rem;
  margin-right: 5.75rem;
}
.common-slide .splide__pagination .splide__pagination__page {
  display: block;
  box-sizing: border-box;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: 0.125rem solid #000000;
  border-radius: 50%;
  background-color: #ffffff;
}

.section {
  position: relative;
}

.lead-text {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.475;
  margin-bottom: 3.125rem;
}
.lead-text em {
  display: inline-block;
  padding-left: 0.25em;
  background: url(../img/highlight.svg) no-repeat left bottom 15%;
  background-size: 100% auto;
  font-size: 3rem;
  font-style: normal;
}

.button {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 100rem;
  background: url(../img/arrow.svg) no-repeat right 2.25rem center;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.button:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .button {
    background-size: 3.0666666667vw auto;
  }
}

.deco {
  position: absolute;
  z-index: 200;
  width: auto;
  pointer-events: none;
}

.deco-girl {
  top: 40%;
  left: 0;
}
@media (max-width: 749px) {
  .deco-girl {
    width: 17.3333333333vw;
  }
}
@media (min-width: 750px) {
  .deco-girl {
    width: 130px;
  }
}

.deco-cheers {
  top: 98.5%;
  left: 74%;
}
@media (max-width: 749px) {
  .deco-cheers {
    width: 25.3333333333vw;
  }
}
@media (min-width: 750px) {
  .deco-cheers {
    width: 190px;
  }
}

.deco-case {
  bottom: -3.8rem;
  right: 0.3rem;
}
@media (max-width: 749px) {
  .deco-case {
    width: 16.2666666667vw;
  }
}
@media (min-width: 750px) {
  .deco-case {
    width: 122px;
  }
}

#section-activity .slide-container::before {
  background-color: #33ad39;
}
@media (max-width: 749px) {
  #section-activity .section-title {
    margin-bottom: 4vw;
  }
}
@media (min-width: 750px) {
  #section-activity .section-title {
    margin-bottom: 30px;
  }
}
#section-activity .splide__arrow {
  background-color: #33ad39;
}
#section-activity .splide__pagination__page {
  border-color: #33ad39;
}
#section-activity .splide__pagination__page.is-active {
  background-color: #33ad39;
}

#section-food {
  margin-top: 10.5rem;
}
#section-food .slide-container::before {
  background-color: #e7287a;
}
#section-food .slide-container .slide-note {
  margin-right: 4.4rem;
}
@media (max-width: 749px) {
  #section-food .section-title {
    margin-bottom: 8.5333333333vw;
  }
}
@media (min-width: 750px) {
  #section-food .section-title {
    margin-bottom: 64px;
  }
}
#section-food .splide__arrow {
  background-color: #e7287a;
}
#section-food .splide__pagination__page {
  border-color: #e7287a;
}
#section-food .splide__pagination__page.is-active {
  background-color: #e7287a;
}

#section-access {
  margin-top: 12.2rem;
}
@media (max-width: 749px) {
  #section-access .section-title {
    margin-bottom: 8.5333333333vw;
  }
}
@media (min-width: 750px) {
  #section-access .section-title {
    margin-bottom: 64px;
  }
}

.access-contents {
  margin-top: -5.3125rem;
  text-align: center;
}
.access-contents h3 {
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}
.access-contents p {
  font-weight: 700;
}

.access-by-car,
.access-by-train {
  position: relative;
}

.car-direction {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
  margin: 2.125rem auto 2.875rem 0.5rem;
}
.car-direction::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 0.5rem;
  background-color: #0092d8;
}
.car-direction .car-direction-item {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
}
.car-direction .car-direction-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 2.5rem;
  background: url(../img/bg_direction_pipe.svg) no-repeat 60% center;
  background-size: contain;
}
.car-direction .car-direction-item .item-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="189"><path d="M5.985 53.94C21.078-8.164 84.913-3.99 114.943 5.86c54.243 4.205 73.111 36.06 74.997 97.664 1.887 61.604-41.036 94.159-108.958 82.138C13.06 173.642-12.882 131.571 5.985 53.94"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #0092d8;
}
@media (max-width: 749px) {
  .car-direction .car-direction-item .item-mask {
    width: 25.3333333333vw;
  }
}
@media (min-width: 750px) {
  .car-direction .car-direction-item .item-mask {
    width: 190px;
  }
}
@media (max-width: 749px) {
  .car-direction .car-direction-item .item-mask {
    height: 25.2vw;
  }
}
@media (min-width: 750px) {
  .car-direction .car-direction-item .item-mask {
    height: 189px;
  }
}
.car-direction .car-direction-item.destination {
  font-size: 1.875rem;
  font-weight: 700;
}
.car-direction .car-direction-item.destination .item-mask {
  background-color: #fedc5e;
  color: #0092d8;
}
.car-direction .car-direction-item .time {
  font-size: 1.875rem;
  line-height: 0.75;
  color: #fedc5e;
}
.car-direction .car-direction-item .time em {
  display: inline-block;
  margin-inline: 0.125rem;
  transform: translateY(0.125rem);
  font-family: "DIN Pro Black";
  font-size: 3.125rem;
}

.train-direction {
  margin: 1.5rem auto;
}
.train-direction li {
  margin: 1.2rem 0;
  font-weight: 700;
}
.train-direction li em {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1;
}

#section-map {
  margin-top: 8.3rem;
}
@media (max-width: 749px) {
  #section-map .section-title {
    margin-bottom: 2.6666666667vw;
  }
}
@media (min-width: 750px) {
  #section-map .section-title {
    margin-bottom: 20px;
  }
}
#section-map .lead-text {
  margin-bottom: 1.8rem;
  letter-spacing: -0.11rem;
}
#section-map .lead-text span {
  font-size: 2.75rem;
  letter-spacing: -0.14rem;
}
#section-map .lead-text em {
  padding: 0 1.5rem 0.4rem 1.5rem;
  letter-spacing: -0.14rem;
  font-size: 2.75rem;
}

.spot-map {
  margin-inline: 2.5rem;
}

#section-campaign {
  margin-top: 9.5rem;
  background-color: #f1f8ff;
  background-image: url(../img/campaign/bg_campaign.png), url(../img/campaign/deco_circle_09.svg), url(../img/campaign/deco_circle_08.svg), url(../img/campaign/deco_circle_07.svg), url(../img/campaign/deco_circle_06.svg), url(../img/campaign/deco_circle_05.svg), url(../img/campaign/deco_circle_04.svg), url(../img/campaign/deco_circle_03.svg), url(../img/campaign/deco_circle_02.svg), url(../img/campaign/deco_circle_01.svg);
  background-repeat: no-repeat;
  background-position: center bottom, left 328.8rem, left 325.5rem, left 207.2rem, left 202.1rem, right 192.9rem, left 116.5rem, left 110.8rem, 5.3rem 95.5rem, right 90.5rem;
  background-size: 100% auto, 7.5rem auto, 9.5rem auto, 10.8rem auto, 7.9rem auto, 11.2rem auto, 8.8rem auto, 5rem auto, 11.675rem auto, 5.675rem auto;
  padding-bottom: 8.5rem;
}

.campaign-container {
  margin-inline: 2.5rem;
}

.campaign-outline {
  margin-top: -1.25rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.campaign-subtitle {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 900;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #1f7ac3;
}
.campaign-subtitle.application-title {
  color: #ff4747;
  font-size: 3.625rem;
}

.campaign-flow {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.flow-content {
  position: relative;
  display: grid;
  grid-template-areas: "step title image" "text text image" "button button image" "note note note";
  grid-template-columns: auto 1fr 9.375rem;
  padding: 2.3125rem 2rem 2.3125rem 1.5625rem;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.flow-content:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  width: 7.5rem;
  height: 1.675rem;
  background-color: #333333;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.flow-content .flow-step {
  grid-area: step;
}
.flow-content .flow-title {
  grid-area: title;
}
.flow-content .flow-text {
  grid-area: text;
}
.flow-content .flow-image {
  grid-area: image;
}
.flow-content .flow-button {
  grid-area: button;
}
.flow-content .flow-note {
  grid-area: note;
}
.flow-content .flow-step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="189"><path d="M5.985 53.94C21.078-8.164 84.913-3.99 114.943 5.86c54.243 4.205 73.111 36.06 74.997 97.664 1.887 61.604-41.036 94.159-108.958 82.138C13.06 173.642-12.882 131.571 5.985 53.94"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #ff4747;
  font-family: "DIN Pro Black";
  font-size: 1.875rem;
  line-height: 0.8;
  color: #ffffff;
}
@media (max-width: 749px) {
  .flow-content .flow-step {
    height: 15.2vw;
  }
}
@media (min-width: 750px) {
  .flow-content .flow-step {
    height: 114px;
  }
}
@media (max-width: 749px) {
  .flow-content .flow-step {
    width: 15.3333333333vw;
  }
}
@media (min-width: 750px) {
  .flow-content .flow-step {
    width: 115px;
  }
}
.flow-content .flow-step span {
  display: block;
  font-size: 2em;
}
.flow-content .flow-title {
  display: flex;
  align-items: center;
  margin-left: 1.375rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.flow-content .flow-text {
  padding: 1rem 0.5rem;
  font-weight: 700;
}
.flow-content .flow-text span {
  font-weight: 400;
  letter-spacing: -0.03em;
}
.flow-content .flow-image {
  display: flex;
  align-items: center;
}
.flow-content .flow-image img {
  width: auto;
}
.flow-content .flow-button {
  margin: 1.4rem 2.8rem 0 0.6rem;
}
.flow-content .flow-button .button {
  padding: 0.75rem 2rem 0.75rem 0rem;
  background-color: #ff4747;
  background-size: 1.5rem auto;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
.flow-content .flow-note {
  margin-top: 1.125rem;
  margin-left: 0.5rem;
  font-size: 1.5rem;
}
.flow-content .flow-note .note-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
.flow-content .flow-note .note-detail dt {
  display: flex;
  align-items: center;
  padding: 0.25rem 1.6rem;
  border: 0.125rem solid #1f7ac3;
  border-radius: 0.25rem;
  color: #1f7ac3;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
}
.flow-content .flow-note .note-detail dd {
  line-height: 1;
}

.application-flow .flow-content.step-1 {
  padding-bottom: 1.5rem;
}
@media (max-width: 749px) {
  .application-flow .flow-content.step-1 .flow-image img {
    width: 20vw;
  }
}
@media (min-width: 750px) {
  .application-flow .flow-content.step-1 .flow-image img {
    width: 150px;
  }
}
.application-flow .flow-content.step-2 {
  padding-bottom: 4rem;
}
@media (max-width: 749px) {
  .application-flow .flow-content.step-2 .flow-image img {
    width: 17.4666666667vw;
  }
}
@media (min-width: 750px) {
  .application-flow .flow-content.step-2 .flow-image img {
    width: 131px;
  }
}
.application-flow .flow-content.step-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 749px) {
  .application-flow .flow-content.step-3 .flow-image img {
    width: 17.4666666667vw;
  }
}
@media (min-width: 750px) {
  .application-flow .flow-content.step-3 .flow-image img {
    width: 131px;
  }
}

.application-terms {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem 0.7rem;
  margin-top: 3.4rem;
  margin-bottom: 3.25rem;
}
.application-terms dt {
  padding: 0.35rem 0.5rem;
  background-color: #ff4747;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.application-terms dd {
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 900;
}

.participatings-map {
  margin-top: 2.25rem;
  margin-bottom: 2.275rem;
}
.participatings-map iframe {
  border: none;
  border-radius: 2rem;
}
@media (max-width: 749px) {
  .participatings-map iframe {
    height: 68.9333333333vw;
  }
}
@media (min-width: 750px) {
  .participatings-map iframe {
    height: 517px;
  }
}

.usage-title {
  margin-bottom: 2rem;
}

.usage-flow {
  gap: 4.9rem;
}
.usage-flow .flow-content {
  grid-template-columns: auto 1fr 7.575rem;
  padding-left: 1.9rem;
  padding-top: 1.2rem;
}
.usage-flow .flow-content.step-1 {
  padding-bottom: 1.25rem;
}
@media (max-width: 749px) {
  .usage-flow .flow-content.step-1 .flow-image img {
    width: 14.1333333333vw;
  }
}
@media (min-width: 750px) {
  .usage-flow .flow-content.step-1 .flow-image img {
    width: 106px;
  }
}
.usage-flow .flow-content.step-2 {
  padding-bottom: 2.1rem;
  padding-right: 1.2rem;
}
@media (max-width: 749px) {
  .usage-flow .flow-content.step-2 .flow-image img {
    width: 16.4vw;
  }
}
@media (min-width: 750px) {
  .usage-flow .flow-content.step-2 .flow-image img {
    width: 123px;
  }
}
.usage-flow .flow-content.step-3 {
  padding-bottom: 1.75rem;
}
@media (max-width: 749px) {
  .usage-flow .flow-content.step-3 .flow-image img {
    width: 18vw;
  }
}
@media (min-width: 750px) {
  .usage-flow .flow-content.step-3 .flow-image img {
    width: 135px;
  }
}
.usage-flow .flow-content.step-4 {
  padding-bottom: 1.5rem;
}
@media (max-width: 749px) {
  .usage-flow .flow-content.step-4 .flow-image img {
    width: 11.6vw;
  }
}
@media (min-width: 750px) {
  .usage-flow .flow-content.step-4 .flow-image img {
    width: 87px;
  }
}
.usage-flow .flow-content.step-5 {
  padding-bottom: 1.25rem;
}
@media (max-width: 749px) {
  .usage-flow .flow-content.step-5 .flow-image img {
    width: 18.4vw;
  }
}
@media (min-width: 750px) {
  .usage-flow .flow-content.step-5 .flow-image img {
    width: 138px;
  }
}
.usage-flow .flow-content .flow-step {
  background-color: #1f7ac3;
}
@media (max-width: 749px) {
  .usage-flow .flow-content .flow-step {
    height: 13.8666666667vw;
  }
}
@media (min-width: 750px) {
  .usage-flow .flow-content .flow-step {
    height: 104px;
  }
}
@media (max-width: 749px) {
  .usage-flow .flow-content .flow-step {
    width: 14vw;
  }
}
@media (min-width: 750px) {
  .usage-flow .flow-content .flow-step {
    width: 105px;
  }
}
.usage-flow .flow-content .flow-step span {
  line-height: 0.75;
}
.usage-flow .flow-content .flow-title {
  margin-left: 1.75rem;
}
.usage-flow .flow-content .flow-text {
  padding: 0.2rem 0.1rem;
}
.usage-flow .flow-content .flow-image {
  justify-content: right;
}
.usage-flow .flow-content .flow-note {
  margin-top: 0.9rem;
  margin-left: 0.2rem;
}
.usage-flow .flow-content .flow-note ol li {
  margin-bottom: 0.5rem;
}

.condition-contents {
  text-align: center;
}

.condition-note {
  font-size: 1.4rem;
}

.note-contents {
  font-size: 1.5rem;
}

.contact-contents {
  font-size: 1.5rem;
}
.contact-contents .lead {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
}

#section-links {
  margin-top: 4.7rem;
  margin-inline: 1.9rem;
}

.links-title {
  margin-bottom: 2.125rem;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.links-list {
  margin-right: 0.2rem;
}
.links-list li {
  margin-bottom: 2.4rem;
}
.links-list .button {
  padding: 1.4rem 2rem 1.7rem 1rem;
  background-color: #fddd44;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: 900;
  color: #333333;
  box-shadow: 0.25rem 0.5rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
}
.links-list .button.attention {
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
  background-color: #f75502;
  color: #ffffff;
}
.links-list .button span {
  display: block;
  font-size: 1.5rem;
}

#overlay-toggle {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
}

#contents {
  position: relative;
}
#contents::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/site.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 99999;
  pointer-events: none;
  opacity: 0.4;
  display: none;
}
#contents.overlay-active::before {
  display: block;
}

/*# sourceMappingURL=style.css.map */




/*ヘッダー・フッター追加*/

/*header：PC*/
.header-desktop[data-v-aea604ca] {
    display: flex;
}
header {
    display: none;
}
.header-desktop[data-v-aea604ca] {
    height: 60px;
    width: 100%;
    background-color: #FFFFFF;
}
.logo[data-v-aea604ca] {
    padding-left: 2%;
    width: 200px;
    margin-left: 0;
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.max-w-\[100\%\] {
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.logo[data-v-aea604ca] {
    padding-left: 2%;
    width: 200px;
}
.header-desktop nav[data-v-aea604ca] {
    margin-left: auto;
}
.header-desktop nav ul[data-v-aea604ca] {
    height: 60px;
    align-items: center;
    display: flex;
}
.header-desktop nav ul li[data-v-aea604ca] {
    font-size: 10pt;
    list-style-type: none;
    padding-right: 25px;
}
.header-desktop nav ul li a[data-v-aea604ca] {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    transition: .2sease-in-out;
}
/*header：sp*/
@media screen and (max-width: 480px) {

.header-desktop[data-v-aea604ca] {
    display: none;
}
header {
    display: flex;
    width: 100%;
}
header .wrap {
    width: 100%;
}
header .shadow-\[0_3px_6px_rgba\(0\,0\,0\,0\.16\)\],header .shadow-xl {
    --tw-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
header .relative {
    position: relative;
}
header .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
header .justify-between {
    justify-content: space-between;
}
header .items-center {
    align-items: center;
}
header .items-right {
    align-items: end;
}
header .h-50 {
    height: 50px;
}
header .flex {
    display: flex;
}
header .justify-center {
    justify-content: center;
}
header .flex-col {
    flex-direction: column;
}
header .max-w-\[130px\] {
    max-width: 130px;
}
header .right-\[40px\] {
    right: 40px;
}
header .left-\[15px\] {
    left: 15px;
}
header .items-center {
    align-items: center;
}
header [type=button], header [type=reset], header [type=submit], header button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
header [role=button], button {
    cursor: pointer;
}
header button, select {
    text-transform: none;
    border: none;
}
header img, header video {
    height: auto;
    max-width: 100%;
}

header .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
    background-color: #00000080;
}

header .w-screen {
    width: 100vw;
}
header .h-screen {
    height: 100vh;
}
header .z-40 {
    z-index: 40;
}
header .top-0 {
    top: 0;
}
header .left-0 {
    left: 0;
}
header .fixed {
    position: fixed;
}
header .transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
header .opacity-100 {
    opacity: 1;
}
header .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
header .w-350 {
    width: 350px;
}
header .h-screen {
    height: 100vh;
}
header .z-50 {
    z-index: 50;
}
header .top-0 {
    top: 0;
}
header .right-0 {
    right: 0;
}
header .visible {
    visibility: visible;
}
header .top-3 {
    top: 1.75rem;
}
header .right-3 {
    right: .75rem;
}
header .text-title_home_yellow {
    --tw-text-opacity: 1;
    color: rgb(177 165 117 / var(--tw-text-opacity));
}
header .font-semibold {
    font-weight: 600;
}
header .text-14 {
    font-size: 14px;
}
header .text-center {
    text-align: center;
}
header .pt-7 {
    padding-top: 2.75rem;
}
header .pb-5 {
    padding-bottom: 2.25rem;
}
header .border-b {
    border-bottom-width: 1px;
}
header .leading-none {
    line-height: 1;
}
header .font-semibold {
    font-weight: 600;
}
header .text-15 {
    font-size: 15px;
}
header .p-17 {
    padding: 17px;
}

header .border-\[\#EFEFEF\] {
    --tw-border-opacity: 1;
    border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
header .border-b {
    border-bottom-width: 1px;
}
header .w-full {
    width: 100%;
}
header .block {
    display: block;
}
header a {
    color: inherit;
    text-decoration: inherit;
}
/* nav を最初は非表示に */
.header-mobile nav {
  display: none;
}

/* openNav() で付与される .visible クラスがついたら表示 */
.header-mobile nav.visible {
  display: block;
  z-index: 101;
}


.header-mobile nav ul {
    border-top: 1px solid #e5e7eb;
    box-sizing: border-box;
}
.header-mobile nav ul li {
    border-bottom: 1px solid #e5e7eb;
    box-sizing: border-box;
}

.header-mobile nav {
  /* 必要な基本設定 */
  display: block;          /* 常にブロック要素として存在 */
  width: 350px;            /* ドロワーの幅 */
  height: 100vh;           /* 画面いっぱいの高さ */

  /* 初期は右端へオフセットして透明 */
  transform: translateX(100%);
  opacity: 0;

  /* 閉じるときもこの duration でアニメーション */
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.header-mobile nav.visible {
  /* 開くときの状態 */
  transform: translateX(0);
  opacity: 1;
}


}

/*footer*/
footer[data-v-ddbaf705] {
    background: #fff;
    padding-top: 50px;
}
footer .logo[data-v-ddbaf705] {
    text-align: center;
}
footer .logo img[data-v-ddbaf705] {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
footer .logo p[data-v-ddbaf705] {
    color: #454545;
    font-size: 10pt;
    line-height: 1.4em;
    margin-bottom: 50px;
}
footer .sub-menu[data-v-ddbaf705] {
    background-color: gray;
    color: #fff;
}
footer .sub-menu div.wrap[data-v-ddbaf705] {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
footer .sub-menu div a[data-v-ddbaf705] {
    color: #fff;
    font-size: 10pt;
    line-height: 1.4em;
    padding-left: 10px;
    padding-right: 10px;
}
footer .sub-menu p[data-v-ddbaf705] {
    font-size: 8pt;
    line-height: 1.4em;
    padding-bottom: 80px;
    text-align: center;
}



