@charset "utf-8";
/* plan sh-type page
 * ========================================================================== */
* {
  border-width: 0;
  box-sizing: border-box;
}

.main {
  background-color: #FFF;
  line-height: 1;
  overflow-x: hidden;
  overscroll-behavior: none;
}
.ster_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.ster_wrap .starry_sky {
  /* background: linear-gradient(to bottom, rgb(9, 8, 30) 40%, rgb(3, 29, 54) 80%, rgb(1, 29, 74)); */
  background: linear-gradient(to bottom, rgb(109, 109, 144) 25%, rgb(157, 171, 180) 50%, rgb(157, 171, 180) 75%, rgb(109, 109, 144));
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
.ster_wrap .constellation {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(141.5vmax + 10vmax);
  height: calc(141.5vmax + 10vmax);
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(0deg);
  will-change: transform;
  contain: layout paint style;
  z-index: 1;
}
.star {
  background-color: white;
  border-radius: 50%;
  position: absolute;
  will-change: opacity, transform, filter;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.star.style1 { animation-duration: 6s; animation-name: star; }
.star.style2 { animation-duration: 5.5s; animation-name: starFeat; }
.star.style3 { animation-duration: 4s; animation-name: star; }
/* .star.style4 { animation-duration: 4.5s; animation-name: starFeat; } */

.star.tam1 { width: 1px; height: 1px; border-radius: 10px; }
.star.tam2 { width: 2px; height: 2px; border-radius: 10px; }
.star.tam3 { width: 2.5px; height: 2.5px; border-radius: 10px; }

.star.opacity1 { opacity: 1; }
.star.opacity2 { opacity: 0.5; }
.star.opacity3 { opacity: 0.1; }

/* @keyframes star {
  0%, 100% { box-shadow: 0 0 6px 0px rgba(255, 255, 255, 0.05); }
  50% { box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.4); }
} */

/* @keyframes starFeat {
  0% {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px 0px rgba(255, 255, 255, 1);
  }
  20% {
    background-color: #FFC4C4;
    box-shadow: 0 0 10px 0px rgba(255, 196, 196, 1);
  }
  80% {
    background-color: #C4CFFF;
    box-shadow: 0 0 20px 0px rgba(196, 207, 255, 1);
  }
  100% {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
  }
} */
@keyframes starFeat {
  0% { transform: scale(0.4); background-color: #FFF; }
  20% { transform: scale(1.3); background-color: #FFC4C4; }
  80% { transform: scale(1.3); background-color: #C4CFFF; }
  100% { transform: scale(0.4); background-color: #FFF; }
}

#sh-type img {
  display: block;
  max-width: none;
}
.mainvisual {
  position: relative;
  height: auto;
  z-index: 0;
}
.step {
  height: 400vh;
  width: 100%;
}
#background-img {
  position: absolute;
  background-size: auto 100vh;
  min-height: 100vh;
  width: 100vw;
  z-index: 0;
  overflow-x: hidden;
}
.bi-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.fast-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: flex;
  align-items: center;
}
#overlay-step1.fast-content {
  justify-content: center;
  transform: translate(-360px, -100px);
}
#overlay-step2.fast-content {
  justify-content: center;
  transform: translate(360px, 100px);
}

#overlay-step1.fast-content.active,
#overlay-step2.fast-content.active {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.fast-content.remove {
  display: none;
}
.special-plan {
  text-align: center;
  padding: 0 30px;
}
.special-plan h2 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 57px;
}
.special-plan p {
  font-size: 26px;
}
.special-plan-area-wrap {
  padding: 0 30px;
  max-width: 1080px;
  width: 100%;
}
.special-plan-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .special-plan-area .region {
} */
.special-plan-area .region .region-label {
  margin-bottom: 21px;
  font-size: 62px;
}
.special-plan-area .region .region-tagline {
  font-size: 127px;
  white-space: nowrap;
}
.special-plan-area .region .region-tagline span {
  font-size: 39px;
  position: relative;
  top: -75px;
}
.special-plan-area .area .area-label {
  font-size: 26px;
  margin-bottom: 7px;
  color: #836634;
}
.plan-badge-wrap {
  padding: 0 30px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.plan-badge-content {
  width: 100%;
  max-width: 1080px;
}
.plan-badge-content .plan-badge {
  color: #836634;
  font-size: 26px;
  margin-bottom: 14px;
}
.plan-badge-content .plan-badge-info {
  font-size: 50px;
}
.special-plan-area .area .area-size {
  font-size: 81px;
}
.special-plan-area .area .area-size span {
  font-size: 54px;
}
.overlay-map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transform: translate(-360px, 100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.overlay-map.active {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.overlay-map.remove {
  display: none;
}
#background-map {
  position: absolute;
  min-height: 100vh;
  width: 100vw;
  /* z-index: -10; */
  overflow-x: hidden;
}
.bm-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
#background-map {
  position: absolute;
  min-height: 100vh;
  width: 100vw;
  z-index: -1;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-image {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  transition: transform 0.4s ease-out;
  will-change: transform;
  transform: 'scale(1) translate(0, 0)';
  object-fit: contain;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.7) 85%,
    rgba(0, 0, 0, 1) 100%
  );
}
.overlay.active {
  opacity: 1;
}
.overlay.remove {
  display: none;
}
.overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
}
.overlay-img {
  padding: 0 50px;
  max-width: 40%;
}
.overlay-img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 300px;
}
.overlay-detail {
  color: #FFF;
  padding: 27px 50px 63px;
  font-size: 28px;
}
.overlay-detail p {
  margin-top: 20px;
  font-size: 18px;
}
.plan-info .plan-info-txt {
  display: flex;
  align-items: flex-end;
}
#plan-detail {
  position: relative;
  z-index: 4;
  background-color: #FFF;
}
.plan-detail-fig img.sh-type {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .special-plan-area {
    flex-direction: column;
    text-align: center;
  }
  .special-plan-area .region .region-label {
    font-size: 48px;
    margin-bottom: 17px;
  }
  .special-plan-area .region .region-tagline {
    font-size: 95px;
    margin-bottom: 35px;
  }
  .special-plan-area .region .region-tagline span {
    font-size: 30px;
    top: -56px;
  }
  .special-plan-area .area .area-label {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .special-plan-area .area .area-size {
    font-size: 45px;
  }
  .special-plan-area .area .area-size span {
    font-size: 36px;
  }
  .plan-badge-wrap {
    align-items: flex-start;
    padding-top: 19vh;
  }
  .plan-badge-content {
    text-align: center;
  }
  .plan-badge-content .plan-badge {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .plan-badge-content .plan-badge-info {
    font-size: 36px;
  }
  .overlay-img {
    max-width: 55%;
}
  .overlay-detail p {
    line-height: 2.2;
  }

  /* plan-detail */
  .plan-info .plan-info-txt {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .plan-badge-wrap {
    padding-top: 23vh;
  }
  #overlay-step1.fast-content {
    justify-content: flex-start;
  }
  #overlay-step1 .special-plan {
    text-align: start;
    line-height: 1.16;
    padding: 0 50px;
  }
  #overlay-step1 .special-plan h2 {
    margin-bottom: 37px;
  }
  #overlay-step1 .special-plan p {
    font-size: 22px;
  }
}
@media screen and (max-width: 619px) {
  #overlay-step1 .special-plan {
    padding: 0 20px;
  }
  .plan-badge-wrap {
    padding-top: 30%;
  }
  .overlay-img {
    max-width: 100%;
  }
  .overlay-detail {
    font-size: 20px;
    padding: 19px 20px 63px;
  }
  .overlay-detail p {
    font-size: 12px;
    line-height: 2.2;
  }
}