@charset "UTF-8";
#pageTop {
  position: relative;
}
#pageTop main {
  overflow: clip;
}
#pageTop .p_desc {
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.14em;
  line-height: 2.6956521739;
}
@media screen and (max-width: 750px) {
  #pageTop .p_desc {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
}
#pageTop .p_cap {
  font-size: 1.7rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.7647058824;
  border-left: 1px solid #fff;
  height: 35rem;
  color: #fff;
  position: absolute;
}
#pageTop .movie_bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
#pageTop .movie_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 126, 134, 0.9);
  mix-blend-mode: multiply;
  z-index: 2;
}
#pageTop .movie_bg img,
#pageTop .movie_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  margin: 0 auto;
  display: block;
  position: relative;
}
#pageTop .movie_bg .video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#pageTop .movie_bg .video iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
}
#pageTop .loading_wrap {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #267981;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#pageTop .loading_wrap.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#pageTop .loading_logo {
  width: 30.5rem;
}
#pageTop .scroll_box {
  position: relative;
}
#pageTop .scroll_box .fixed_cnt {
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-image: url("../img/top/plan_bg.jpg");
  background-position-x: center;
  background-position-y: 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  #pageTop .scroll_box .fixed_cnt {
    background-image: url("../img/top/plan_bg-sp.jpg");
  }
}
#pageTop .scroll_box .abs {
  position: absolute;
}
#pageTop .scroll_box .txt-1,
#pageTop .scroll_box .txt-2 {
  width: 15%;
}
@media screen and (max-width: 1024px) {
  #pageTop .scroll_box .txt-1,
  #pageTop .scroll_box .txt-2 {
    width: 20%;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .scroll_box .txt-1,
  #pageTop .scroll_box .txt-2 {
    width: 25%;
  }
}
#pageTop .scroll_box .txt-1 .redline,
#pageTop .scroll_box .txt-2 .redline {
  position: absolute;
  bottom: 0;
  left: 0;
}
#pageTop .scroll_box .txt-1 {
  top: 47%;
  left: 8%;
}
@media screen and (max-width: 1024px) {
  #pageTop .scroll_box .txt-1 {
    top: 18%;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .scroll_box .txt-1 {
    top: 10%;
    left: 5%;
  }
}
#pageTop .scroll_box .txt-2 {
  top: 24%;
  right: 14%;
}
@media screen and (max-width: 1024px) {
  #pageTop .scroll_box .txt-2 {
    top: 10%;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .scroll_box .txt-2 {
    top: 2%;
    right: 12%;
  }
}
#pageTop .scroll_box .circle {
  width: 20%;
  right: 2%;
  bottom: 2%;
}
@media screen and (max-width: 750px) {
  #pageTop .scroll_box .circle {
    width: 34%;
  }
}
#pageTop .scroll_box .scroll_space {
  height: 250vh;
}
#pageTop .mv_wrap {
  width: 100vw;
  position: relative;
  background: #e8e8e5;
}
#pageTop .mv_wrap .skip_btn {
  position: absolute;
  font-size: 2rem;
  bottom: 3rem;
  left: 4rem;
  z-index: 4;
  color: #000;
  padding: 1rem 3rem;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 1rem 1rem 0px -0.4rem rgba(0, 0, 0, 0.7);
          box-shadow: 1rem 1rem 0px -0.4rem rgba(0, 0, 0, 0.7);
}
#pageTop .mv_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#pageTop .mv_txt {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#pageTop .mv_txt .redline {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#pageTop .mv_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out;
  opacity: 0;
}
#pageTop .mv_slide.show {
  opacity: 1;
}
#pageTop .mv_slide.hide {
  opacity: 0;
}
#pageTop .mv_slide-1 {
  opacity: 1 !important;
}
#pageTop .mv_slide-1 .mv_bg {
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-1 .mv_bg {
    -o-object-position: bottom 100% left 93%;
       object-position: bottom 100% left 93%;
  }
}
#pageTop .mv_slide-1 .mv_yellow,
#pageTop .mv_slide-1 .mv_blue,
#pageTop .mv_slide-1 .mv_endscene {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pageTop .mv_slide-1 .mv_yellow img,
#pageTop .mv_slide-1 .mv_blue img,
#pageTop .mv_slide-1 .mv_endscene img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-1 .mv_yellow img,
  #pageTop .mv_slide-1 .mv_blue img,
  #pageTop .mv_slide-1 .mv_endscene img {
    -o-object-position: bottom 100% left 93%;
       object-position: bottom 100% left 93%;
  }
}
#pageTop .mv_slide-1 .mv_yellow {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: 3s ease;
  transition: 3s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#pageTop .mv_slide-1 .mv_blue {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: 4s ease;
  transition: 4s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .mv_slide-1 .mv_endscene {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: 3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#pageTop .mv_slide-1 .mv_plot {
  position: absolute;
  width: 12.6363636364%;
  opacity: 0;
  right: 34%;
  bottom: 4%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-1 .mv_plot {
    right: 43%;
    bottom: 15%;
    width: 14%;
  }
}
#pageTop .mv_slide-1 .mv_txt {
  width: 22.5454545455%;
  left: 4%;
  top: 22%;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-1 .mv_txt {
    width: 50%;
    left: 25%;
    top: 20%;
  }
}
#pageTop .mv_slide-1.play .mv_endscene {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
#pageTop .mv_slide-1.play .mv_yellow {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
#pageTop .mv_slide-1.play .mv_blue {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
#pageTop .mv_slide-1.play .mv_plot {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#pageTop .mv_slide-1.play .mv_txt {
  opacity: 1;
}
#pageTop .mv_slide-1.play .mv_txt .redline {
  -webkit-animation: brush 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.5s backwards;
          animation: brush 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.5s backwards;
}
#pageTop .mv_slide-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #267981;
}
#pageTop .mv_slide-2 .lbox,
#pageTop .mv_slide-2 .rbox {
  width: 50%;
  height: 100%;
  position: relative;
}
#pageTop .mv_slide-2 .lbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-2 .lbox {
    display: none;
  }
}
#pageTop .mv_slide-2 .lbox img {
  width: 47.6363636364%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s ease-in-out 1.5s;
  transition: 1s ease-in-out 1.5s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-2 .rbox {
    width: 100%;
  }
}
#pageTop .mv_slide-2 .mv_plot {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-2 .mv_plot {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#pageTop .mv_slide-2 .mv_txt {
  width: 20%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-2 .mv_txt {
    width: 25%;
  }
}
#pageTop .mv_slide-2 .mv_txt-1 {
  left: 5%;
  top: 22%;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-2 .mv_txt-1 {
    top: 7%;
  }
}
#pageTop .mv_slide-2 .mv_txt-2 {
  right: 15%;
  top: 15%;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-2 .mv_txt-2 {
    right: 14%;
    top: 1%;
  }
}
#pageTop .mv_slide-2 .mv_circle {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-2 .mv_circle {
    width: 34.3%;
    right: 2%;
    bottom: 2%;
  }
}
#pageTop .mv_slide-2.play .lbox img {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#pageTop .mv_slide-2.play .mv_plot {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pageTop .mv_slide-2.play .mv_txt {
  opacity: 1;
}
#pageTop .mv_slide-2.play .mv_txt .redline {
  -webkit-animation: brush 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s backwards;
          animation: brush 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s backwards;
}
#pageTop .mv_slide-2.play .mv_circle {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pageTop .mv_slide-3 .mv_txt {
  width: 27.6363636364%;
  left: 8%;
  top: 20%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#pageTop .mv_slide-3 .mv_txt .redline {
  width: 90%;
  left: 5%;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-3 .mv_txt {
    width: 71%;
    left: 14.5%;
    top: 25%;
  }
}
#pageTop .mv_slide-3.play .mv_txt {
  opacity: 1;
}
#pageTop .mv_slide-3.play .mv_txt .redline {
  -webkit-animation: brush 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s backwards;
          animation: brush 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s backwards;
}
#pageTop .mv_slide-4 {
  background: #fff;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 {
    background: #e8e8e5;
  }
}
#pageTop .mv_slide-4 .mv_txt {
  width: 22.6923076923%;
  left: 13%;
  top: 40%;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_txt {
    width: 58%;
    left: 21%;
    top: unset;
    bottom: 13%;
  }
}
#pageTop .mv_slide-4 .mv_box {
  width: 45%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 7.5%;
  margin-left: auto;
  padding-top: 10rem;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_box {
    width: 62%;
    margin-inline: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 40%;
  }
}
#pageTop .mv_slide-4 .mv_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_logo {
    mix-blend-mode: multiply;
  }
}
#pageTop .mv_slide-4 .mv_logo-1 {
  width: 15%;
  margin: 0 42.5% -5%;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_logo-1 {
    width: 30%;
    margin: 0 35% -3%;
  }
}
#pageTop .mv_slide-4 .mv_logo-2 {
  width: 31%;
  margin-left: 15%;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_logo-2 {
    width: 48%;
    margin-left: 0;
  }
}
#pageTop .mv_slide-4 .mv_logo-3 {
  width: 24%;
  margin-right: 22%;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_logo-3 {
    width: 43%;
    margin-right: 1%;
  }
}
#pageTop .mv_slide-4 .mv_logo-4 {
  width: 32%;
  margin: 5% auto 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_logo-4 {
    width: 60%;
    margin: 11% auto 2rem;
  }
}
#pageTop .mv_slide-4 .mv_xicon {
  text-align: center;
  width: 12.8%;
  margin-top: 2rem;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out 2s;
  transition: 0.5s ease-in-out 2s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_xicon {
    width: 15%;
  }
}
#pageTop .mv_slide-4 .mv_plot {
  width: 59.6%;
  text-align: center;
  margin-top: 4rem;
  -webkit-transform: translateY(50px) scale(0.7);
          transform: translateY(50px) scale(0.7);
  opacity: 0;
  -webkit-transition: 0.7s ease-in-out 2s;
  transition: 0.7s ease-in-out 2s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-4 .mv_plot {
    width: 75%;
  }
}
#pageTop .mv_slide-4.play .mv_xicon {
  opacity: 1.5;
}
#pageTop .mv_slide-4.play .mv_txt {
  opacity: 1;
}
#pageTop .mv_slide-4.play .mv_txt .redline {
  -webkit-animation: brush 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s backwards;
          animation: brush 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s backwards;
}
#pageTop .mv_slide-4.play .mv_logo {
  -webkit-animation: ponponFadeIn 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s backwards;
          animation: ponponFadeIn 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s backwards;
}
#pageTop .mv_slide-4.play .mv_logo-1 {
  -webkit-animation: ponponFadeIn 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s backwards;
          animation: ponponFadeIn 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s backwards;
}
#pageTop .mv_slide-4.play .mv_logo-2 {
  -webkit-animation: ponponFadeIn2 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s backwards;
          animation: ponponFadeIn2 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s backwards;
}
#pageTop .mv_slide-4.play .mv_logo-3 {
  -webkit-animation: ponponFadeIn 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s backwards;
          animation: ponponFadeIn 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s backwards;
}
#pageTop .mv_slide-4.play .mv_logo-4 {
  -webkit-animation: ponponFadeIn2 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s backwards;
          animation: ponponFadeIn2 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s backwards;
}
#pageTop .mv_slide-4.play .mv_plot {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}
#pageTop .mv_slide-5 {
  background: #efefec;
}
#pageTop .mv_slide-5 .mv_building {
  width: 58%;
  position: absolute;
  bottom: -100%;
  left: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-5 .mv_building {
    width: 100%;
  }
}
#pageTop .mv_slide-5 .mv_decor {
  position: absolute;
  width: 37.1%;
  right: 14.3%;
  top: 20%;
  opacity: 0;
  -webkit-transform: translateY(-100px) scale(0.5);
          transform: translateY(-100px) scale(0.5);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: 2;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
@media screen and (max-width: 750px) {
  #pageTop .mv_slide-5 .mv_decor {
    width: 73%;
    top: 25%;
    right: 10%;
  }
}
#pageTop .mv_slide-5.play .mv_building {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  bottom: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pageTop .mv_slide-5.play .mv_decor {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}
#pageTop .merit_wrap {
  background: #e8e8e5;
}
#pageTop .merit_wrap .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
  background: #30616b;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .price {
    padding: 4rem 4rem 3rem;
  }
}
#pageTop .merit_wrap .price .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border: 1px solid rgba(255, 255, 255, 0.6196078431);
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .price .ttl {
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 0.3em;
    border: 1px solid rgba(255, 255, 255, 0.5411764706);
    padding: 1.6rem 2rem;
  }
}
#pageTop .merit_wrap .price .txt {
  font-size: 3.4rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .price .txt {
    font-size: 3.6rem;
    margin: 2rem 0 0;
  }
}
#pageTop .merit_wrap .price .txt .s1 {
  font-size: 5.1rem;
  letter-spacing: 0.02em;
  color: #e0d898;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .price .txt .s1 {
    font-size: 5.4rem;
    letter-spacing: 0;
  }
}
#pageTop .merit_wrap .price .note {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .price .note {
    font-size: 2rem;
    width: 100%;
    display: block;
    text-align: right;
    margin: 1rem 0 0;
  }
}
#pageTop .merit_lead {
  text-align: center;
  font-size: 2.7rem;
  background: #3a7e86;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.18em;
  padding: 1rem 0;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_lead {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 2rem 0;
  }
  #pageTop .merit_lead span {
    font-size: 2.3rem;
  }
}
#pageTop .merit_lead .s1 {
  font-size: 3.6rem;
}
#pageTop .merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem 1.3rem;
  padding: 3rem 0;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_list {
    gap: 0;
  }
}
#pageTop .merit_list img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item {
    padding: 2rem 0 !important;
    border-bottom: 1px dashed #3c3d42;
    position: relative;
  }
}
#pageTop .merit_item-1 {
  width: 100%;
  border-bottom: 1px dashed #3c3d42;
  padding: 0 0 1.4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-1 {
    width: 100%;
  }
}
#pageTop .merit_item-1 img {
  width: 76.6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-1 img {
    width: 53.3rem;
  }
}
#pageTop .merit_item-2 {
  width: 100%;
  border-bottom: 1px dashed #3c3d42;
  padding: 0 0 1.4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-2 {
    width: 100%;
  }
}
#pageTop .merit_item-2 img {
  width: 99rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-2 img {
    width: 47.7rem;
  }
}
#pageTop .merit_item-3 {
  width: 37.5rem;
  border-right: 1px dashed #3c3d42;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-3 {
    width: 100%;
    border-right: unset;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-3 img {
    width: 100%;
  }
}
#pageTop .merit_item-4 {
  width: 30rem;
  border-right: 1px dashed #3c3d42;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-4 {
    width: 100%;
    border-right: unset;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-4 img {
    width: 49rem;
  }
}
#pageTop .merit_item-5 {
  width: 24rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-5 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-5 img {
    width: 45rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-6 {
    width: 100%;
    border-bottom: unset;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .merit_item-6 img {
    width: 43.2rem;
  }
}
#pageTop .info_wrap {
  color: #fff;
  text-align: center;
  padding-bottom: 4rem;
  border-bottom: 0.6rem solid #6293ae;
}
#pageTop .info_wrap .holiday {
  display: inline-block;
  line-height: 1.7;
  font-size: 1.5rem;
  margin: 3rem 0;
  border: 1px solid #fff;
  padding: 1rem;
}
#pageTop .info_wrap .holiday span {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .holiday {
    font-size: 2.5rem;
    margin: 3rem 1rem;
  }
  #pageTop .info_wrap .holiday span {
    font-size: 3rem;
  }
}
#pageTop .info_wrap .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto 0;
  width: 80rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .btn_wrap {
    width: 90%;
  }
}
#pageTop .info_wrap .btn_wrap .btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1rem;
  position: relative;
  margin: 0 1rem;
  border: 0.15rem solid #fff;
}
#pageTop .info_wrap .btn_wrap .btn span {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .btn_wrap .btn span {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
  }
}
#pageTop .info_wrap .btn_wrap .btn.reserve, #pageTop .info_wrap .btn_wrap .btn.request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .btn_wrap .btn.reserve, #pageTop .info_wrap .btn_wrap .btn.request {
    height: 8rem;
  }
}
#pageTop .info_wrap .btn_wrap .btn.reserve .icon, #pageTop .info_wrap .btn_wrap .btn.request .icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
#pageTop .info_wrap .btn_wrap .btn.reserve {
  width: 30rem;
  background: #d44e44;
}
#pageTop .info_wrap .btn_wrap .btn.reserve span {
  color: #fff;
}
#pageTop .info_wrap .btn_wrap .btn.reserve .icon {
  width: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .btn_wrap .btn.reserve .icon {
    width: 2rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .btn_wrap .btn.reserve {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#pageTop .info_wrap .btn_wrap .btn.request {
  width: 30rem;
  background: #719aa7;
}
#pageTop .info_wrap .btn_wrap .btn.request span {
  color: #fff;
}
#pageTop .info_wrap .btn_wrap .btn.request .icon {
  width: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .btn_wrap .btn.request .icon {
    width: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .btn_wrap .btn.request {
    width: 100%;
  }
}
#pageTop .info_wrap .btn_wrap .btn.reserve:hover {
  background: #802c26;
}
#pageTop .info_wrap .btn_wrap .btn.request:hover {
  background: #4d6972;
}
#pageTop .info_cap {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  background: #6293ae;
  letter-spacing: 0.9em;
  margin-bottom: 3rem;
}
#pageTop .info_date {
  color: #fff;
  font-weight: 600;
  font-size: 2.7rem;
  letter-spacing: 0.3em;
  margin: 1.4em 0 0.2em;
}
#pageTop .info_note {
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pageTop .info_note {
    font-size: 2.4rem;
  }
}
#pageTop .info_lead {
  font-size: 5rem;
  margin-top: 0.2em;
  font-weight: 600;
  line-height: 1.5;
}
#pageTop .info_lead hr {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  #pageTop .info_lead {
    font-size: 4.5rem;
  }
}
#pageTop .info_lead span {
  font-family: serif;
}
#pageTop .info_online {
  margin: 5rem auto;
  padding: 3rem;
  width: 100rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 5px solid rgb(255, 255, 255);
}
@media screen and (max-width: 750px) {
  #pageTop .info_online {
    width: 90%;
  }
}
#pageTop .info_online_ttl {
  background-color: #3db4a9;
  font-size: 2.2rem;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_ttl {
    font-size: 3.3rem;
  }
}
#pageTop .info_online_txt {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_txt {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
}
#pageTop .info_online_txt span {
  color: #d55451;
  font-weight: 800;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_txt span {
    font-size: 2.8rem;
  }
}
#pageTop .info_online_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto 0;
  width: 80rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_btn {
    width: 90%;
  }
}
#pageTop .info_online_btn_link {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1rem;
  position: relative;
  margin: 0 1rem;
}
#pageTop .info_online_btn_link span {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_btn_link span {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}
#pageTop .info_online_btn_link.limited, #pageTop .info_online_btn_link.request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_btn_link.limited, #pageTop .info_online_btn_link.request {
    height: 6rem;
  }
}
#pageTop .info_online_btn_link.limited .icon, #pageTop .info_online_btn_link.request .icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
#pageTop .info_online_btn_link.limited {
  width: 35rem;
  background: #d44e44;
}
#pageTop .info_online_btn_link.limited span {
  color: #fff;
  padding-left: 2rem;
}
#pageTop .info_online_btn_link.limited .icon {
  width: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_btn_link.limited .icon {
    width: 2rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_btn_link.limited {
    width: 100%;
  }
}
#pageTop .info_online_btn_link.request {
  width: 30rem;
  background: #719aa7;
}
#pageTop .info_online_btn_link.request span {
  color: #fff;
}
#pageTop .info_online_btn_link.request .icon {
  width: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_btn_link.request .icon {
    width: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .info_online_btn_link.request {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#pageTop .info_online_btn_link.limited:hover {
  background: #802c26;
}
#pageTop .info_online_btn_link.request:hover {
  background: #4d6972;
}
#pageTop .award_wrap {
  background: #fff;
  padding: 4rem 0 3rem;
}
@media screen and (max-width: 750px) {
  #pageTop .award_wrap {
    padding: 6rem 0;
  }
}
#pageTop .award_list {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 9rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 9rem;
  width: 53rem;
}
@media screen and (max-width: 750px) {
  #pageTop .award_list {
    gap: 5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 35rem;
  }
}
#pageTop .award_item p {
  font-size: 0.9rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto 0;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #pageTop .award_item p {
    font-size: 1.6rem;
  }
}
#pageTop .limited_wrap {
  padding: 0 0 5rem;
}
#pageTop .limited_lead {
  text-align: center;
  font-weight: 700;
  font-size: 5.1rem;
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 2;
  background: #3db4a9;
}
@media screen and (max-width: 750px) {
  #pageTop .limited_lead {
    font-size: 4.5rem;
  }
}
#pageTop .limited_box-1 {
  padding-block: 3.2rem;
}
#pageTop .limited_box-1 .cnt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 65rem;
  margin: 7rem auto 0;
}
#pageTop .limited_box-1 .cnt_area .cnt_box {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 27rem;
  height: 16rem;
  background: #fff;
  padding: 0.6rem;
  position: relative;
}
#pageTop .limited_box-1 .cnt_area .cnt_box .cnt_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #267981;
  position: relative;
}
#pageTop .limited_box-1 .cnt_area .cnt_box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#pageTop .limited_box-1 .cnt_area .cnt_box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#pageTop .limited_box-1 .cnt_area .cnt_box .p1 {
  font-size: 2rem;
  letter-spacing: 0.25em;
  line-height: 1.3;
  color: #eee93a;
  text-align: center;
}
#pageTop .limited_box-1 .cnt_area .cnt_box .p1 span {
  color: #417780;
  background-color: #eee93a;
  display: block;
  width: 17rem;
  margin: 0 auto 5px;
}
#pageTop .limited_box-1 .cnt_area .cnt_box.dis {
  pointer-events: none;
}
#pageTop .limited_box-1 .cnt_area .cnt_box.dis::before {
  content: "COMING SOON";
  width: 100%;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  background: rgba(210, 202, 102, 0.8);
  padding: 0.9rem 0 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
#pageTop .limited_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1rem 1fr 1.1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  width: 65rem;
  margin: 3rem auto 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .limited_list {
    width: 60rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#pageTop .limited_btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 71.5rem;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageTop .limited_btn {
    width: 100%;
  }
}
#pageTop .limited_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #pageTop .limited_btn:hover {
    opacity: 1;
  }
}
#pageTop .concept_wrap {
  padding-bottom: 9rem;
}
@media screen and (min-width: 751px) {
  #pageTop .concept_wrap .com-content {
    width: 118rem;
  }
}
#pageTop .concept_wrap .com-content .p_cap {
  top: 1rem;
}
#pageTop .concept_lead {
  text-align: center;
  font-size: 13rem;
  color: #fff;
  letter-spacing: 0;
  font-family: "Allura", cursive;
  font-weight: 400;
  background: #d55451;
  line-height: 0.7;
  padding-top: 0.2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_lead {
    background: transparent;
    font-size: 9.6rem;
  }
}
#pageTop .concept_ttl {
  font-size: 4.8rem;
  width: 66rem;
  letter-spacing: 0.14em;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0.5em;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_ttl {
    font-size: 3.5rem;
    width: 50rem;
  }
}
#pageTop .concept_btn {
  display: block;
  width: 64.6rem;
  margin: 4rem auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pageTop .concept_btn:hover {
  opacity: 0.8;
}
#pageTop .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  /* top, right, bottom, left = 0 */
  background-color: rgba(0, 0, 0, 0.7);
  /* 半透明の黒背景 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageTop .modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageTop .modal__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#pageTop .modal__container {
  position: relative;
  background-color: #fff;
  padding: 0;
  width: 100%;
  max-width: 900px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  overflow: visible;
}
#pageTop .modal__content {
  margin: 0;
  aspect-ratio: 19/10.6;
}
#pageTop .modal__close {
  position: absolute;
  top: -5.8rem;
  right: 0;
  font-size: 6.4rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pageTop .modal__close:hover {
  opacity: 0.6;
}
#pageTop .modal__content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#pageTop .sec_wrap {
  overflow: clip;
}
#pageTop .sec_wrap .sup_outer {
  position: relative;
}
#pageTop .sec_lead {
  margin-left: auto;
}
#pageTop .sec_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6.5rem;
  padding-left: 7.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_txt {
    padding-left: 0;
    gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#pageTop .sec_ttl {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2;
}
#pageTop .sec_ttl sup {
  font-size: 2rem;
  letter-spacing: 0;
}
#pageTop .sec_desc {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  letter-spacing: 0.2em;
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_desc {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
#pageTop .sec_imgs {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_imgs {
    width: 80%;
    margin-left: -4rem;
  }
}
#pageTop .sec_imgs img:first-child {
  width: 52.4%;
}
#pageTop .sec_imgs img:nth-child(2) {
  width: 42.5%;
}
#pageTop .sec_imgs figure:first-child {
  width: 52.4%;
}
#pageTop .sec_imgs figure:first-child img {
  width: 100%;
}
#pageTop .sec_imgs figure:nth-child(2) {
  width: 42.5%;
}
#pageTop .sec_imgs figure:nth-child(2) img {
  width: 100%;
}
#pageTop .sec_imgs .com-note {
  width: 100%;
  margin-top: 0.5rem;
}
#pageTop .sec_btn {
  width: 38.7rem;
  display: block;
  position: absolute;
  right: -2rem;
  bottom: 28rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_btn {
    right: 5rem;
  }
}
#pageTop .sec_btn .p1 {
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #e0d898;
  line-height: 0.7;
}
#pageTop .sec_btn img {
  margin-top: -1.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#pageTop .sec_btn .p2 {
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  margin-top: 0.5em;
}
#pageTop .sec_btn:hover img {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#pageTop .sec_content {
  width: 93rem;
  padding: 5rem 4rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_content {
    width: 75rem;
    padding: 2rem 4rem 5rem;
  }
}
#pageTop .sec_content .p_cap {
  left: 4rem;
}
#pageTop .sec_content.reverse .sec_lead {
  margin-left: 0;
  margin-right: auto;
}
#pageTop .sec_content.reverse .sec_txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: unset;
  padding-right: 7.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_content.reverse .sec_txt {
    padding-right: 0px;
  }
}
#pageTop .sec_content.reverse .sec_imgs {
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_content.reverse .sec_imgs {
    margin-left: auto;
    margin-right: -4rem;
  }
}
#pageTop .sec_content.reverse .sec_btn {
  right: unset;
  left: -2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_content.reverse .sec_btn {
    left: 5rem;
  }
}
#pageTop .sec_content.reverse .p_cap {
  left: unset;
  right: 4rem;
  border-left: unset;
  border-right: 1px solid #fff;
}
#pageTop .residence .sec_lead {
  width: 54rem;
}
#pageTop .location .sec_lead {
  width: 50.4rem;
}
#pageTop .plan .sec_lead {
  width: 30rem;
}
#pageTop .plan .sec_desc .sup {
  right: 10.3rem;
  top: -0.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .plan .sec_desc .sup {
    right: 11rem;
    top: -2rem;
  }
}
#pageTop .plan .plan_list {
  width: 93rem;
  padding: 0 4rem 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .plan .plan_list {
    width: 75rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 0 4rem 8rem;
  }
}
#pageTop .plan .plan_item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
#pageTop .plan .plan_item:hover {
  opacity: 0.7;
}
@-webkit-keyframes brush {
  from {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes brush {
  from {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ponponFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5%, 10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ponponFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5%, 10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ponponFadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5%, 10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ponponFadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5%, 10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#pageTop .apology_wrap {
  padding: 2rem 0;
  background-color: #fff;
}
#pageTop .apology_wrap .com-content {
  width: 90rem;
  border: 1px solid #555;
  padding: 1rem;
}
#pageTop .apology_wrap .com-content p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pageTop .apology_wrap {
    padding: 2rem 0;
    background-color: #fff;
  }
  #pageTop .apology_wrap .com-content {
    width: 90%;
    padding: 2rem;
  }
  #pageTop .apology_wrap .com-content p {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}