@charset "utf-8";
/* catch */
.catch_box h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(1.625rem, 1.281rem + 1.72vw, 3rem);
  line-height: 1.55;
  color: var(--color-white);
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 768px) {
  .catch_box h1 {
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.catch-wrap {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-bottom: 62px;
}
.catch-wrap.center {
  display: inherit;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .catch-wrap {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 48px;
  }
}
/*mainImg*/
#mainImg {
  position: relative;
}
.mainImg-wrap {
  position: relative;
  width: 100%;
  height: calc(100svh - 68px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mainImg-wrap {
    height: calc(100svh - 55px);
  }
}
.mainImg-wrap img {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}
#mainImg .catch_box {
  position: absolute;
  left: 5%;
  bottom: 10%;
}
.mv_cta {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: min(24%, 11rem);
  display: block;
}
.mv_cta .c-hover:hover {
  background-color: var(--color-gold);
}
.mv_cta a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 999px;
}
.mv_cta .c-hover:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #mainImg .catch_box {
    left: 80%;
    top: 6%;
    bottom: 0;
  }
  .mv_cta {
    position: absolute;
    bottom: 4%;
    right: 70%;
    width: min(31%, 10rem);
  }
  .vertical-en {
    transform: rotate(-90deg);
    display: inline-block;
  }
  .vertical-after {
    margin-top: 4px;
  }
}
@media screen and (max-width: 480px) {
  #mainImg .catch_box {
    left: 73%;
    top: 6%;
    bottom: 0;
  }
  .mv_cta {
    position: absolute;
    bottom: 8%;
    right: 64%;
    width: min(31%, 10rem);
  }
}
#mainImg .catch_box h2 {
  font-size: clamp(55px, 6vw, 7vw);
  margin-bottom: 10px;
  font-family: "Damion", cursive;
  font-weight: 200;
  transform: rotate(-4deg);
}
#support .catch_box .title,
#benefits .catch_box .title,
#access .catch_box .title {
  border-bottom: 1px solid #fff;
}
