*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #565656;
  line-height: 1.7;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
}

.pc {
  display: block;
}
@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 1023px) {
  .sp {
    display: block !important;
  }
}

.c-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.c-section-title .c-title-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 30px;
  background: #fff;
  border: 2px solid #4c4948;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .c-section-title .c-title-box {
    padding: 8px 8px;
    min-height: 44px;
  }
}
.c-section-title .c-title-text {
  font-family: "Noto Sans", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #fa630e;
  letter-spacing: 0.32px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .c-section-title .c-title-text {
    font-size: 18px;
    white-space: normal;
    text-align: center;
  }
}
.c-section-title {
  overflow-x: clip;
  max-width: 1080px;
  margin: auto;
}

.c-rail-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}
.c-rail-line img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-rail-line--left {
  left: 0;
  right: calc(50% + 160px);
}
@media (max-width: 1023px) {
  .c-rail-line--left {
    right: calc(50% + 80px);
  }
}
.c-rail-line--right {
  right: 0;
  left: calc(50% + 160px);
  transform: translateY(-50%) rotateY(180deg);
}
@media (max-width: 1023px) {
  .c-rail-line--right {
    left: calc(50% + 80px);
  }
}

.c-ticket-deco {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: -30px;
  right: calc(50% - 220px);
  width: 71px;
  z-index: 0;
}
.c-ticket-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-ticket-deco--train {
  top: -20px;
  left: -71px;
  right: auto;
  width: 71px;
  z-index: 0;
}
.c-ticket-deco--train.is-running {
  animation: trainRun 20s linear infinite;
}
@media (max-width: 1023px) {
  .c-ticket-deco--train {
    width: 50px;
    top: -15px;
  }
  .c-ticket-deco--train.is-running {
    animation: trainRun 14s linear infinite;
  }
}

.c-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1023px) {
  .c-two-col {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.c-feature__number {
  font-family: "AXIS", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #3366cc;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .c-feature__number {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.c-feature__image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.c-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-feature__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 1.7;
  margin-top: 16px;
}

.c-subtitle {
  font-family: "Noto Sans", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #3366cc;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .c-subtitle {
    font-size: 16px;
  }
}

.c-subtitle-oneline {
  min-height: 40px;
}

.c-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background: #3366cc;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  white-space: nowrap;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 80px;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media (max-width: 1023px) {
  .c-btn {
    width: 100%;
    max-width: 320px;
    height: 64px;
  }
}
.c-btn--yellow {
  background: #ffed61;
  color: #565656;
}
.c-btn--gold {
  background: #d9ca9c;
  color: #333;
}
.c-btn--pill {
  border-radius: 56px;
  background: #0c2e91;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 2.56px;
  border: 1px solid #fff;
  width: fit-content;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .c-btn--pill {
    font-size: 16px;
    letter-spacing: 1px;
    max-width: none;
    height: auto;
    padding: 10px 20px;
  }
}

.c-hero-img {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
.c-hero-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .c-hero-img {
    border-radius: 16px;
  }
}

.c-info-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.c-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-left {
  text-align: left;
}

.hero {
  position: relative;
  width: 100%;
  height: 848px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero {
    height: auto;
    min-height: 400px;
    padding-bottom: 60px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 28, 28, 0.4);
  mix-blend-mode: multiply;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero__overlay {
    height: 100%;
  }
}
.hero__logo {
  position: absolute;
  top: 31px;
  left: 28px;
  width: 256px;
  height: 58px;
  z-index: 999;
}
.hero__logo a {
  pointer-events: visible;
}
.hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .hero__logo {
    width: 160px;
    height: auto;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__content {
  position: relative;
  top: 80px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  height: fit-content;
  text-align: center;
  color: #fff;
  margin: auto;
}
.hero__catch {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  letter-spacing: 3.2px;
  line-height: 1.2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 1023px) {
  .hero__catch {
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1px;
    line-height: normal;
  }
}
.hero__title {
  font-family: "Noto Sans", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 138px;
  letter-spacing: 16.56px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 48px;
    letter-spacing: 4px;
    margin-top: 0;
  }
}
.hero__subtitle {
  font-family: "Noto Sans", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 3.36px;
  margin-top: 16px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 1023px) {
  .hero__subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1px;
  }
}
.hero__date {
  margin-top: 32px;
}
.hero__date .c-btn--pill {
  pointer-events: none;
}
.hero__deco {
  position: absolute;
  pointer-events: none;
  z-index: 11;
}
.hero__deco--train-left {
  bottom: 0;
  left: 0;
  width: fit-content;
  height: 490px;
  transform: rotateY(180deg);
  z-index: 0;
}
@media (max-width: 1023px) {
  .hero__deco--train-left {
    height: 30vw;
    width: 65vw;
  }
}
.hero__deco--train-right {
  bottom: 0;
  right: 0;
  width: fit-content;
  height: 490px;
  z-index: 0;
}
@media (max-width: 1023px) {
  .hero__deco--train-right {
    height: 30vw;
    width: 65vw;
  }
}
.hero__deco--ticket {
  top: 30%;
  right: -15%;
  width: 183px;
}
@media (max-width: 1023px) {
  .hero__deco--ticket {
    width: 48px;
    right: -5px;
    top: 27%;
  }
}
.hero__deco--signal {
  bottom: 15%;
  right: -4%;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 1023px) {
  .hero__deco--signal {
    display: none;
  }
}
.hero__deco--trainhold {
  top: 35%;
  left: -10%;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 1023px) {
  .hero__deco--trainhold {
    width: 10%;
    height: 30%;
    top: 25%;
    left: 0;
  }
}

.section {
  position: relative;
  padding-top: 20px;
}
.section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.section--yellow {
  background: #fcf093;
  position: relative;
  z-index: 0;
}
.section--white {
  background: #fff;
}

.s-intro {
  padding: 0 0 128px;
  background: #fff;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .s-intro {
    padding: 40px 0;
  }
}
.s-intro__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.s-intro__lead {
  font-family: "Noto Sans", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #565656;
  letter-spacing: 0.32px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .s-intro__lead {
    font-size: 20px;
  }
}
.s-intro__lead-highlight {
  display: inline;
  background: linear-gradient(transparent 50%, #fcf093 60%);
}
.s-intro__text {
  position: relative;
  padding: 54px 0 66px;
  margin-bottom: 12px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .s-intro__text {
    padding: 0 0 66px;
  }
}
.s-intro__text::before {
  position: absolute;
  content: "";
  background: url(../img/svg/intro--text-decor.svg) no-repeat;
  background-size: contain;
  width: 11vw;
  height: 21vw;
  top: 50%;
  transform: translateY(-50%);
  left: -5vw;
  z-index: 0;
}
@media (max-width: 1023px) {
  .s-intro__text::before {
    content: none;
  }
}
.s-intro__text::after {
  position: absolute;
  content: "";
  background: url(../img/svg/intro--text-decor.svg) no-repeat;
  background-size: contain;
  width: 11vw;
  height: 21vw;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  right: -5vw;
  z-index: 0;
}
@media (max-width: 1023px) {
  .s-intro__text::after {
    content: none;
  }
}
.s-intro__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #565656;
  line-height: 1.8;
  text-align: center;
  max-width: 864px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .s-intro__desc {
    font-size: 16px;
  }
}
.s-intro__slider {
  position: relative;
  max-width: 864px;
  margin: 0 auto 40px;
}
@media (max-width: 1023px) {
  .s-intro__slider {
    margin-bottom: 32px;
  }
}
.s-intro__swiper {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .s-intro__swiper {
    border-radius: 16px;
  }
}
.s-intro__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.s-intro__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 9px;
  bottom: 20px !important;
}
.s-intro__pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  margin: 0 !important;
}
.s-intro__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.s-intro__arrow {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.s-intro__arrow:hover {
  opacity: 0.6;
}
.s-intro__arrow--prev {
  left: calc(50% - 80px);
}
@media (max-width: 1023px) {
  .s-intro__arrow--prev {
    left: calc(50% - 60px);
  }
}
.s-intro__arrow--next {
  right: calc(50% - 80px);
}
@media (max-width: 1023px) {
  .s-intro__arrow--next {
    right: calc(50% - 60px);
  }
}
.s-intro__arrow svg {
  width: 44px;
  height: 8px;
}
@media (max-width: 1023px) {
  .s-intro__arrow svg {
    width: 32px;
    height: 6px;
  }
}
.s-intro__period {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 16px;
  margin: 0 auto 15px;
  max-width: 600px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .s-intro__period {
    align-items: center;
  }
}
.s-intro__period-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 1.7;
}
.s-intro__member-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 1.7;
  margin: 0 auto 32px;
  max-width: 600px;
}
@media (max-width: 1023px) {
  .s-intro__member-note {
    text-align: left;
  }
}
.s-intro__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .s-intro__cta {
    flex-direction: column;
    gap: 16px;
  }
}
.s-intro__cta-sub {
  text-align: center;
  line-height: 1.3;
}
.c-btn--gold .s-intro__cta-sub {
  font-size: 16px;
}

.s-features {
  margin: 104px 0;
}
.s-features .s-elipse-top {
  position: absolute;
  background: #fcf093;
  height: 104px;
  clip-path: ellipse(55% 100% at 50% 100%);
  width: 100%;
  top: -104px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .s-features .s-elipse-top {
    height: 60px;
    top: -60px;
  }
}
.s-features .s-elipse-bottom {
  position: absolute;
  background: #fcf093;
  height: 104px;
  clip-path: ellipse(55% 100% at 50% 0%);
  width: 100%;
  bottom: -104px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .s-features .s-elipse-bottom {
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 1023px) {
  .s-features {
    margin: 60px 0;
  }
}
.s-features__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 20px;
}
.s-features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
  margin-bottom: 128px;
}
@media (max-width: 1023px) {
  .s-features__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.s-features::after {
  position: absolute;
  content: "";
  background: url(../img/svg/train_white.svg) no-repeat;
  background-size: contain;
  width: 234px;
  height: 156px;
  left: 5%;
  bottom: 0;
}
@media (max-width: 1023px) {
  .s-features::after {
    width: 100px;
    height: 55px;
  }
}

.s-simulator {
  padding: 120px 0 80px;
}
@media (max-width: 1023px) {
  .s-simulator {
    padding: 60px 0;
  }
}
.s-simulator__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 96px auto 128px;
}
@media (max-width: 1023px) {
  .s-simulator__inner {
    margin: 30px auto 0;
  }
}
.s-simulator__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1023px) {
  .s-simulator__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.s-simulator__item {
  display: flex;
  flex-direction: column;
}

.s-support {
  margin: 104px 0;
}
.s-support .s-elipse-top {
  position: absolute;
  background: #fcf093;
  height: 104px;
  clip-path: ellipse(55% 100% at 50% 100%);
  width: 100%;
  top: -104px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .s-support .s-elipse-top {
    height: 60px;
    top: -60px;
  }
}
.s-support .s-elipse-bottom {
  position: absolute;
  background: #fcf093;
  height: 104px;
  clip-path: ellipse(55% 100% at 50% 0%);
  width: 100%;
  bottom: -104px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .s-support .s-elipse-bottom {
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 1023px) {
  .s-support {
    margin: 60px 0;
  }
}
.s-support__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 20px;
}
.s-support__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1023px) {
  .s-support__content {
    grid-template-columns: 1fr;
  }
}
.s-support__text-block {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 1.7;
}
.s-support__list {
  font-family: "Noto Sans", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #565656;
  line-height: 1.85;
  margin-top: 40px;
}

.s-challenge {
  padding: 120px 0 80px;
}
@media (max-width: 1023px) {
  .s-challenge {
    padding: 60px 0;
  }
}
.s-challenge__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 96px auto 128px;
}
@media (max-width: 1023px) {
  .s-challenge__inner {
    margin: 30px auto 60px;
  }
}
.s-challenge__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 1023px) {
  .s-challenge__top {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.s-challenge__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .s-challenge__bottom {
    grid-template-columns: 1fr;
  }
}
.s-challenge__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-gift .s-elipse-top {
  position: absolute;
  background: #fcf093;
  height: 104px;
  clip-path: ellipse(55% 100% at 50% 100%);
  width: 100%;
  top: -104px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .s-gift .s-elipse-top {
    height: 60px;
    top: -60px;
  }
}
.s-gift .s-elipse-bottom {
  position: absolute;
  background: #fcf093;
  height: 104px;
  clip-path: ellipse(55% 100% at 50% 0%);
  width: 100%;
  bottom: -104px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .s-gift .s-elipse-bottom {
    height: 60px;
    bottom: -60px;
  }
}
.s-gift__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 96px auto 128px;
}
@media (max-width: 1023px) {
  .s-gift__inner {
    margin: 30px auto 60px;
  }
}
.s-gift__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .s-gift__grid {
    grid-template-columns: 1fr;
  }
}
.s-gift__item {
  display: flex;
  flex-direction: column;
}
.s-gift__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 1.7;
  margin-top: 16px;
}

.s-benefits {
  padding: 120px 0 0;
}
@media (max-width: 1023px) {
  .s-benefits {
    padding: 60px 0 20px;
  }
}
.s-benefits__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 96px auto 128px;
}
@media (max-width: 1023px) {
  .s-benefits__inner {
    margin: 30px auto 0;
  }
}
.s-benefits__main-image {
  max-width: 864px;
  margin: 0 auto 94px;
  overflow: hidden;
}
.s-benefits__main-image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .s-benefits__main-image {
    border-radius: 16px;
    margin-bottom: 48px;
  }
}
.s-benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1023px) {
  .s-benefits__grid {
    grid-template-columns: 1fr;
  }
}
.s-benefits__item {
  display: flex;
  flex-direction: column;
}

.s-app {
  padding: 120px 0 80px;
}
@media (max-width: 1023px) {
  .s-app {
    padding: 60px 0;
  }
}
.s-app__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-app__title {
  font-family: "Noto Sans", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #bf8e42;
  letter-spacing: 0.64px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .s-app__title {
    font-size: 20px;
  }
}
.s-app__image {
  max-width: 845px;
  margin: 0 auto 40px;
}
.s-app__image img {
  width: 100%;
  height: auto;
}
.s-app__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 1.7;
  text-align: center;
  max-width: 595px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .s-app__desc {
    text-align: left;
  }
}

.footer {
  padding: 57px 0 42px;
  background: #fcf093;
  position: relative;
  z-index: 0;
}
@media (max-width: 1023px) {
  .footer {
    padding: 60px 0 40px;
  }
}
.footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__address {
  text-align: center;
  font-size: 21px;
  line-height: 1.7;
  color: #231815;
  letter-spacing: 2.77px;
  margin-bottom: 40px;
}
.footer__logo {
  margin-bottom: 32px;
}
.footer__logo img {
  width: auto;
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .footer__links {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #565656;
  padding: 0 22px;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
}
.footer__link:first-child {
  border-right: none;
}
@media (max-width: 1023px) {
  .footer__link:first-child {
    border-right: 1px solid #231815;
  }
}

.copyright {
  text-align: center;
  padding: 16px 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #565656;
}
@media (max-width: 1023px) {
  .copyright {
    font-size: 14px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3366cc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1030;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.back-to-top:hover {
  transform: translateY(-3px);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.back-to-top__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes trainRun {
  0% {
    left: -71px;
  }
  100% {
    left: 100%;
  }
}

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