@charset "UTF-8";
#main_inner {
  position: relative;
  z-index: 2;
}
/*#header,
#main_inner,
#footer{opacity: 0; filter: blur(20px); transition: 1s ease-out;}
body.page_show #header,
body.page_show #main_inner,
body.page_show #footer{opacity: 1; filter: blur(0);}*/
#footer {
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #header {
    background: #fff;
  }
}
#top_background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.top_background_image {
  position: relative;
  z-index: 2;
}
.top_background_image {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.top_background_image ul {
  width: 100%;
  height: 100%;
  display: flex;
  animation: infinity-scroll-left 180s infinite linear 0.5s both;
}
.top_background_image ul li {
  height: 100%;
  aspect-ratio: 38 / 9;
  background: url(../imgs/top/cloud_01.png) no-repeat center center;
  background-size: cover;
  opacity: 0.7;
}
.top_background_image2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.top_background_image2 {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.top_background_image2 ul {
  height: 100%;
  display: flex;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.top_background_image2 ul li {
  height: 100%;
  aspect-ratio: 38 / 9;
  background: url(../imgs/top/cloud_02.png) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}
.top_background_color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  animation: bg-color 80s ease 1s infinite forwards;
  background-color: rgba(184, 213, 241, 1);
}
.top_background_color ul {
  height: 100%;
  display: flex;
  /*animation: infinity-scroll-left 50s infinite linear 0.5s both;*/
}
@keyframes bg-color {
  10% {
    background-color: rgba(35, 106, 177, 1);
  }
  90% {
    background-color: rgba(184, 213, 241, 1);
  }
}
/*@keyframes bg-color {
  10% { background-color: rgba(252, 233, 215, 1);}
  30% { background-color: rgba(255, 199, 172, 1);}
  50% { background-color: rgb(144 143 191); }
  70% { background-color: rgba(149, 169, 216, 1);}
  90% { background-color: rgba(213, 234, 255, 1);}
}*/
/*.top_background_color ul li{height: 100%; aspect-ratio: 38 / 9;
    background: linear-gradient(to right, rgba(213, 234, 255, 1) 0%, rgba(252, 233, 215, 1) 15%, rgba(255, 199, 172, 1) 35%, rgba(206, 161, 200, 1) 60%, rgb(144 143 191) 75%, rgba(149, 169, 216, 1) 90%, rgba(213, 234, 255, 1) 100%);
}*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {}
/* top_mainVisual ========================*/
#top_mainVisual {
  position: relative;
  background: #fff;
}
.mv_image {
  position: relative;
  z-index: 1;
}
.mv_movie {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv_image img {
  width: 100%;
}
.mv_text {
  width: 40vw;
  position: absolute;
  top: 60px;
  left: 70px;
  z-index: 2;
}
.mv_text img {
  width: 100%;
}
.mv_inner {
  background: #fff;
  padding: 5px 0;
}
.mvBtn_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 100px;
  height: 30px;
}
.mvBtn_wrap > div {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  transition: 0.3s ease;
}
.mvBtn_wrap > div:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}
.mvBtn_wrap #skip_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.mvBtn_wrap #replay_btn {
  visibility: hidden;
  opacity: 0;
}
.mv_movie {
  transition: 1.5s ease 1s;
}
.mv_image, .mv_text {
  transition: 1.5s ease 3s;
}
@media screen and (min-width: 768px) {
  body.movie_clause .mv_movie {
    opacity: 0;
    visibility: hidden;
  }
  body.movie_clause .mv_image, body.movie_clause .mv_text {
    opacity: 1;
  }
  body.movie_clause .mvBtn_wrap #replay_btn {
    visibility: visible;
    opacity: 1;
  }
  body.movie_clause .mvBtn_wrap #skip_btn {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv_text {
    width: 80%;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
  }
  .mvBtn_wrap {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
  }
  body.movie_clause_sp .mv_movie {
    opacity: 0;
    visibility: hidden;
  }
  body.movie_clause_sp .mv_image, body.movie_clause_sp .mv_text {
    opacity: 1;
  }
  body.movie_clause_sp .mvBtn_wrap #replay_btn {
    visibility: visible;
    opacity: 1;
  }
  body.movie_clause_sp .mvBtn_wrap #skip_btn {
    visibility: hidden;
    opacity: 0;
  }
  .mv_movie.sp {
    overflow: hidden;
  }
  .mv_movie.sp iframe {
    transform: scale(1.3);
  }
}
#mv {
  background: #ffffff;
  position: relative;
  aspect-ratio: 243 / 100;
  overflow: hidden;
}
.mv00 {
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-name: main_fade01;
}
.mv00 .mv_txt {
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  margin: 0 auto;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-name: main_fade01;
}
.mv01 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-name: main_fade01;
}
.mv01 .mv_txt {
  width: 35%;
  position: absolute;
  left: 4.7vw;
  top: 6vw;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 4s;
  animation-name: main_fade01;
}
.mv02 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 7s;
  animation-name: main_fade01;
}
.mv02 .mv_txt {
  width: 31%;
  position: absolute;
  left: 3.5vw;
  top: 7vw;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 10s;
  animation-name: main_fade01;
}
.mv03 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 14s;
  animation-name: main_fade01;
}
.mv03 .mv_txt {
  width: 65%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  margin: 0 auto;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 18s;
  animation-name: main_fade01;
}
.mv04 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 13s;
  animation-name: main_fade01;
}
/*.mv04 picture {
	position: relative;
	left: 0;
	top: 0;
	transform: translateY(0);
	animation-fill-mode: forwards;
	animation-duration: 3s;
	animation-delay: 25s;
	animation-name: main_slide;
}*/
.mv04 .mv_txt {
  width: 17%;
  position: absolute;
  left: 4.7vw;
  top: 4.4vw;
  opacity: 0;
  margin: 0 auto;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 16s;
  animation-name: main_fade01;
}
.mv04 .mv_txt img {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, .5))drop-shadow(0 0 6px rgba(0, 0, 0, .5));
}
@media screen and (max-width: 767px) {
  #mv {
    aspect-ratio: 79 / 60;
  }
  .mv01 .mv_txt {
    width: 50%;
  }
  .mv02 .mv_txt {
    width: 40%;
  }
  .mv04 .mv_txt {
    width: 28%;
  }
}
@keyframes main_fade01 {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes main_slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-42.8%);
  }
}
/* top_mainVisual ========================*/
#callAction_area {
  background: #fff;
}
.callAction_read {
  background: linear-gradient(to right, #00387C 0%, #456E9F 50%, #00387C 100%);
  /*background: #156082;*/
  padding: 15px;
}
.callAction_read h2 {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
}
.callAction_copy {
  text-align: center;
  padding: 30px 0 50px;
}
.callAction_copy h2 {
  font-size: 30px;
  font-weight: 400;
  color: #002e54;
  position: relative;
  /*display: inline-block;*/
  letter-spacing: 0.05em;
}
.callAction_copy h2:first-child {
  /*display: inline-block;*/
  text-align: center;
}
.callAction_copy h2 + h2 {
  margin-top: 0.6em;
}
.callAction_copy h2 span {
  font-size: 40px;
  position: relative;
}
.callAction_copy h2 sup {
  color: #000;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: -5px;
}
.callAction_copy h2 small {
  color: #000;
  font-size: 11px;
  margin-right: 20px;
  display: block;
  text-align: right;
}
.callAction_copy h2 strong {
  font-size: 55px;
}
.callAction_copy h2.red, .callAction_copy h2 .red {
  color: #8b0000;
}
.callAction_copy h2.red small {
  color: #8b0000;
  display: inline-block;
  font-size: .6em;
  text-align: left;
}
.callAction_copy.copy02 h2 span {
  font-size: 30px;
  line-height: 1.6;
}
.callAction_copy.copy02 h2 span.large {
  font-size: 44px;
  letter-spacing: 0.05em;
}
.callAction_copy.copy02 h2 span.large strong {
  color: #C7000B;
}
.callAction_list_wrap {
  background-color: #002662;
  padding: 20px;
}
.callAction_list {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
.callAction_list ul {}
.callAction_list ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4);
  border-right: 1px solid #ffffff;
  padding: 30px 5px;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  background: linear-gradient(135deg, #083B78 0%, #001B56 50%, #083B78 100%);
}
.callAction_list ul li:nth-child(1) {
  border-left: 1px solid #ffffff;
}
.callAction_list ul li span.dec01 {
  font-size: 26px;
  color: #FFF16A;
}
.callAction_list ul li span.dec01 small {
  font-size: 20px;
}
.callAction_list ul li span.dec02 {
  font-size: 46px;
  line-height: 1;
}
.callAction_list ul li span.dec03 {
  font-size: 42px;
  line-height: 1;
}
.callAction_list ul li span.dec04 {
  font-size: 34px;
}
.callAction_list ul li small {
  font-size: 16px;
}
.callAction_list ul li small.num {
  font-size: 20px;
}
.callAction_list ul li small.num small {
  font-size: 14px;
}
.callAction_list ul li sup {
  font-size: 11px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .callAction_read h2 {
    font-size: 22px;
  }
  .callAction_copy {
    padding: 15px 0;
  }
  .callAction_copy h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .callAction_copy h2 span {
    font-size: 18px;
  }
  .callAction_copy h2 strong {
    font-size: 26px;
    line-height: 1;
  }
  .callAction_copy h2 sup {
    top: -8px;
  }
  .callAction_copy h2 small {
    text-align: center;
    margin: 0;
  }
  .callAction_copy.copy02 h2 span {
    font-size: 18px;
    line-height: 1.4;
  }
  .callAction_copy.copy02 h2 span.large {
    font-size: 24px;
  }
  .repay + .callAction_copy {
    padding-top: 0;
  }
  .repay + .callAction_copy h2 small {
    text-align: left;
    margin: 0 15px;
  }
  .repay + .callAction_copy h2 sup {
    position: relative;
  }
  .callAction_list_wrap {
    padding: 15px;
  }
  .callAction_list ul li {
    width: 100%;
    font-size: 14px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding: 10px 5px;
  }
  .callAction_list ul li:nth-child(1) {
    border-top: 1px solid #ffffff;
    border-left: none;
  }
  .callAction_list ul li span.dec01 {
    font-size: 20px;
  }
  .callAction_list ul li span.dec02 {
    font-size: 34px;
  }
  .callAction_list ul li span.dec03 {
    font-size: 32px;
  }
  .callAction_list ul li span.dec04 {
    font-size: 24px;
  }
  .callAction_list ul li small {
    font-size: 15px;
  }
  .callAction_list ul li small.num {
    font-size: 18px;
  }
  .callAction_list ul li small.num small {
    font-size: 13px;
  }
}
/* top_infoArea ========================*/
#top_infoArea {
  position: relative;
  z-index: 99;
}
.information_wrap {
  background: #002e54;
  padding: 40px 0;
}
.information_wrap .gold_en {
  color: #fff;
}
.information_wrap .inner > p {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.information_wrap .inner > p.information_txt {
  max-width: 800px;
  font-size: 40px;
  line-height: 1.6;
  text-align: left;
  margin: 10px auto 0;
}
.information_wrap .inner > p.information_txt small {
  font-size: 14px;
  display: block;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.information_wrap .inner > p.information_txt02 {
  max-width: 800px;
  font-size: 34px;
  line-height: 1.6;
  text-align: left;
  margin: 20px auto 0;
}
.information_btn {
  justify-content: center;
  margin: 20px 0 0;
}
.information_btn p {
  font-size: 40px;
  color: #fff;
  position: relative;
  padding-right: 90px;
}
.information_btn p::after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  display: block;
  position: absolute;
  top: 35px;
  right: 45px;
  transform: rotate(45deg);
}
.information_btn .entry_btn {
  width: 300px;
  height: 70px;
  margin: 25px 0 0;
}
.information_btn .entry_btn a {
  font-size: 30px;
}
.information_btn .reserve_btn {
  width: 300px;
  height: 70px;
  margin: 5px 0 0;
}
.information_btn .reserve_btn a {
  font-size: 30px;
  background: #8b0000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.limitedAbout_area {
  background: #365268;
  padding: 70px 0 100px;
}
.limited_content_list .limit_box_inner:hover:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .information_wrap .inner > p.information_txt {
    font-size: 25px;
    text-align: center;
    margin: 10px auto 0;
  }
  .information_wrap .inner > p.information_txt small {
    font-size: 13px;
    text-indent: 0;
    padding-left: 0;
  }
  .information_wrap .inner > p.information_txt02 {
    font-size: 22px;
    text-align: center;
    margin: 20px auto 0;
  }
  .information_btn p {
    font-size: 25px;
    padding-right: 50px;
  }
  .information_btn p::after {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 20px;
  }
  .information_btn .entry_btn {
    height: 60px;
    margin-top: 15px;
  }
  .information_btn .entry_btn a {
    font-size: 25px;
  }
  .information_btn .reserve_btn {
    height: 60px;
    margin-top: 15px;
  }
  .information_btn .reserve_btn a {
    font-size: 25px;
  }
}
/* top_concept_area ========================*/
#top_concept_area {
  background: #fff;
}
.top_concept_lead {
  background: #002e54;
  padding-top: 40px;
  padding-bottom: 40px;
}
.top_concept_lead h2 {
  text-align: center;
  color: #e7d888;
  font-size: 34px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.top_concept_lead h2 span {
  display: inline-block;
  border-bottom: 1px solid #e7d888;
  padding: 10px 100px;
}
.top_concept_lead p.lead_text {
  text-align: center;
  color: #fff;
  line-height: 2.2;
}
.top_concept_img picture, .top_concept_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_concept_lead h2 {
    font-size: 25px;
    letter-spacing: 0;
  }
  .top_concept_lead h2 span {
    padding: 10px;
  }
  .top_concept_lead p.lead_text {
    font-size: 14px;
  }
}
/* top_movie_area ========================*/
#top_movie_area {
  background: #e1e4e8;
  padding: 50px 0;
  position: relative;
  z-index: 99;
}
.top_movie_wrap {}
.topMovie_movie {
  width: 500px;
}
.topMovie_text {
  width: calc(100% - 500px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topMovie_text h2 {
  color: #9b7c1a;
  font-size: 38px;
  letter-spacing: 2px;
  border-bottom: 1px solid #9b7c1a;
  margin-bottom: 20px;
}
.topMovie_text h2 + p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top_movie_area {
    padding: 40px 0;
  }
  .topMovie_movie {
    width: 100%;
  }
  .topMovie_text {
    width: 100%;
    margin-bottom: 20px;
  }
  .topMovie_text h2 {
    font-size: 25px;
  }
  .topMovie_text h2 + p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
/* top_siteContent ======================== */
#top_siteContent {
  overflow: hidden;
  padding: 0 0 80px;
}
.siteContent_wrap {
  height: 100svh;
  position: relative;
}
.siteContent_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .siteContent_inner {
    margin-top: 140px;
    height: calc(100% - 140px);
  }
}
.siteContent_back {
  max-width: 700px;
  width: 100%;
  height: calc(100% - 100px);
  display: block;
  position: absolute;
  left: 40%;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.siteContent_back span {
  background: rgba(202, 228, 237, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  transform: translateY(-150%);
  opacity: 0;
}
.siteContent_box {
  background: #fff;
  max-width: 780px;
  width: 100%;
  height: calc(100% - 160px);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(150%);
}
.siteContent_box a {}
.siteContent_box a:hover {
  opacity: 0.7;
}
.siteContent_box h3 {
  color: #9b7c1a;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.siteContent_box .more {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 4px;
  font-size: 24px;
  color: #fff !important;
  background: #9b7c1a;
  transform: translateY(-50%);
}
.siteContent_box p {
  color: #000 !important;
  font-size: 17px;
  line-height: 2;
}
.page_linkBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}
#con_view .siteContent_back, #con_design .siteContent_back, #con_equipment .siteContent_back {
  right: 40%;
  left: auto;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .siteContent_inner {
    padding: 0 30px;
  }
  .siteContent_back {
    width: 80%;
    height: 540px;
  }
  .siteContent_box {
    padding: 10px;
    height: 500px;
  }
  .siteContent_box p {
    font-size: 14px;
  }
}
/* top_pageContent ======================== */
#top_pageContent {
  position: relative;
}
#top_pageContent .top_pageContent_inner {
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  height: calc(100svh - 140px);
  z-index: 2;
}
.pageContent_back_01 {
  max-width: 700px;
  width: 100%;
  height: calc(100% - 160px);
  display: block;
  position: absolute;
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.pageContent_back_01 span {
  background: rgba(202, 228, 237, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(-150%);
  opacity: 0;
  visibility: hidden;
}
.pageContent_back_02 {
  max-width: 780px;
  width: 100%;
  height: calc(100% - 160px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageContent_back_02 span {
  background: #fff;
  display: block;
  width: 95%;
  height: 100%;
  transform: translateY(150%);
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
}
.pageContent_linkBox {
  max-width: 780px;
  width: 100%;
  height: calc(100% - 160px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s ease;
}
.pageContent_linkBox a {
  padding: 0 25px;
  display: block;
}
.pageContent_linkBox a:hover {
  opacity: 0.7;
}
.pageContent_linkBox h3 {
  color: #9b7c1a;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.pageContent_linkBox .more {
  max-width: 160px;
  width: 100%;
  margin: 15px auto 0;
  padding: 8px 5px;
  font-size: 20px;
  color: #fff !important;
  background: #9b7c1a;
  transform: translateY(-50%);
}
.pageContent_linkBox p {
  color: #000 !important;
  font-size: 17px;
  line-height: 2;
}
.pageContent_linkBox a figcaption {
  text-shadow: 0 1px 3px #000;
}
.location_link > .back_color {
  transform: translateY(150%);
}
.view_link, .access_link, .design_link, .plan_link, .equipment_link {
  visibility: hidden;
}
#top_pageContent .spacer {
  height: 100svh;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top_pageContent .top_pageContent_inner {
    top: 0;
    height: 100svh;
  }
  .pageContent_back_01 {
    width: 80%;
    height: 540px;
  }
  .pageContent_back_02 {
    height: 500px;
  }
}
/* 2025.03.27 */
.annotation_mv {
  background-color: #ffffff;
  padding-top: 10px;
}
.annotation_mv p {
  font-size: 11px;
  line-height: 1.5;
  position: relative;
  /*padding-left: 15px;*/
}
.annotation_mv + .repay {
  margin: 40px auto 20px;
}
@media only screen and (max-width:767px) {
  .annotation_mv + .repay {
    margin: 20px auto;
  }
}
.repay {
  max-width: 960px;
  max-width: 860px;
  width: 90%;
  margin: 0 auto 20px;
}
.repay h3 {
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(to right, #00387C 0%, #456E9F 50%, #00387C 100%);
  padding: 8px;
}
.repay div {
  text-align: center;
  border: 1px solid #231815;
  border-top: none;
  padding: 20px;
}
.repay div p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
}
.repay div p .red {
  color: #e60027;
  font-size: 45px;
}
.repay div p .large {
  font-size: 55px;
}
.repay div p .medium {
  font-size: 40px;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .repay {
    width: 86%;
    margin: 0 auto 15px;
  }
  .repay_wrap {
    width: calc(100% - 30px);
    margin: 10px auto 40px;
  }
  .repay h3 {
    font-size: 15px;
    padding: 8px;
  }
  .repay div {
    padding: 10px;
  }
  .repay div p {
    font-size: 17px;
    text-align: center;
    line-height: 1;
  }
  .repay div p + p {
    margin-top: 10px;
  }
  .repay div p .red {
    font-size: 23px;
  }
  .repay div p .large {
    font-size: 29px;
  }
  .repay div p .medium {
    font-size: 23px;
  }
}
/*  */
.bnr_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1144px;
  max-width: 750px;
  /*max-width: 335px;*/
  width: 90%;
  margin: 40px auto 20px;
}
.bnr_wrap li {
  max-width: 355px;
  width: calc(355 / 1144 * 100%);
  width: calc(355 / 750 * 100%);
  width: 100%;
}
@media only screen and (max-width:767px) {
  .bnr_wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
  .bnr_wrap li {
    max-width: 355px;
    width: 100%;
  }
}
.modaal-overlay {
  z-index: 99999;
}
.modaal-inner-wrapper {
  padding: 60px 25px;
}
.modaal-wrapper {
  z-index: 999999;
}
.modaal-container {
  padding: 15px;
  max-width: 730px;
  max-height: 80vh;
  overflow-y: auto;
}
.modaal-container figure {
  display: block;
}
.modaal-container figure + figure {
  margin-top: 20px;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:before, .modaal-close:after {
  width: 3px;
  border-radius: 3px;
  top: 13px;
  left: 23px;
  height: 23px;
}
@media only screen and (max-width: 767px) {
  .modaal-container figure + figure {
    margin-top: 10px;
  }
}
/* 2025.12.17 */
.completion {
  max-width: 1400px;
  width: 90%;
  margin: 80px auto;
}
.completion p {
  text-align: center;
  color: #002e54;
  font-size: 32px;
  margin-bottom: 30px;
}
.completion_slider_wrap {
  position: relative;
}
.slider-img {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .completion {
    margin: 40px auto;
  }
  .completion p {
    font-size: 6vw;
    margin-bottom: 15px;
  }
  .slider-img {
    margin: 0 5px;
  }
}
.slick-slide {
  opacity: .5;
  transition: .3s;
}
.slick-slide.slick-active {
  opacity: 1;
}
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
  z-index: 1000;
}
.prev-arrow, .next-arrow {
  display: block;
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, .5);
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
}
.prev-arrow {
  transform: rotate(180deg);
}
.prev-arrow::before, .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt30_sp {
    margin-top: 30px !important;
  }
}
/*1104追加---------------------------------------*/
/*MVムービー*/
#mv {
  .box_movie {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1162 / 653;
    overflow: hidden;
    background: #fff;
    @media screen and (max-width: 767px) {
      display: none;
    }
    iframe {
      /*position: absolute;
      place-self: center;
      inset: 0;*/
	  top:-10%;
    }
  }
  .box_sp_image {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    &.is-active {
      .sp00 {
        opacity: 0;
      }
    }
    .sp00 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity 1.0s;
      opacity: 1;
    }
    .sp01 {
      z-index: 10;
      transition-delay: 1s;
    }
    .sp02 {
      z-index: 9;
      transition-delay: 2s;
    }
    .sp03 {
      z-index: 8;
      transition-delay: 3s;
    }
    .sp04 {
      z-index: 7;
      transition-delay: 4s;
    }
    .sp05 {
      z-index: 6;
      transition-delay: 5s;
    }
    .sp06 {
      z-index: 5;
      transition-delay: 6s;
    }
    .sp07 {
      z-index: 4;
      transition-delay: 7s;
    }
    .sp08 {
      z-index: 3;
      transition-delay: 8s;
    }
    .sp09 {
      z-index: 2;
      transition-delay: 9s;
    }
    .sp10 {
      z-index: 2;
      transition-delay:20s;
		.mv_txt{
			position: absolute;
  left: 4.7vw;
  top: 4.4vw;
  margin: 0 auto;
 
			width: 28%;
			img{
				filter: drop-shadow(0 0 6px rgba(0, 0, 0, .5))drop-shadow(0 0 6px rgba(0, 0, 0, .5));
			}
		}
		.cap{
			position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  font-size: 9px;
  color: #fff;
  padding: 9px 2px;
  text-align: right;
		}
    }
    @media screen and (max-width: 767px) {
      display: block;
    }
  }
}
/*竣工ムービー*/
.movie {
  padding: 48px 0;
  background: linear-gradient(90deg, #001f54 0%, #001135 100%);
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
  @media screen and (max-width: 767px) {
    padding: 32px 0;
    margin-bottom: 40px;
  }
  .ttl {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 890px;
    max-width: 90%;
    font-size: 40px;
    .sp-only {
      display: none;
    }
    @media screen and (max-width: 767px) {
      font-size: calc(50 / 767 * 100vw);
      line-height: 1.4;
      .sp-only {
        display: inline;
      }
    }
  }
  .text {
    margin: 24px auto;
    width: 890px;
    max-width: 90%;
    font-size: 32px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    @media screen and (max-width: 767px) {
      margin: calc(24 / 375 * 100vw) auto;
      font-size: calc(36 / 767 * 100vw);
    }
  }
  .movie_inner {
    margin: 0 auto;
    width: 890px;
    max-width: 90%;
    position: relative;
    /*aspect-ratio: 1162 / 653;
    overflow: hidden;*/
  }
  iframe {
    /*position: absolute;
    place-self: center;
    inset: 0;*/
  }
}

.gw_bnr_wrap {
	max-width: 1280px;
	width: calc(100% - 30px);
	margin: 60px auto 80px;
}
.gw_bnr_wrap img {
	filter: drop-shadow(0 0 20px rgba(0,0,0,.2));
}
.gw_bnr_wrap p {
	font-size: 11px;
	line-height: 1.5;
	position: relative;
	margin-top: 10px;
}

.bnr_wrap .limit_box {
	height: 100%;
	aspect-ratio: 350 / 222;
	background-size: cover;
	background-repeat: no-repeat;
}
.bnr_wrap .limit_box_inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.bnr_wrap .limit_box_inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #377a90;
	mix-blend-mode: multiply;
	z-index: 1;
	transition: 0.3s ease;
}
.bnr_wrap .limit_box_inner:hover {
	opacity: 1;
}
.bnr_wrap .limit_box_inner:hover:after {
	opacity: 0.7;
}
.bnr_wrap .limit_box_text {
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	padding: 0 40px;
}
.bnr_wrap .limit_box_text h4 {
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 26px;
	letter-spacing: 2px;
	padding-top: 10px;
	margin-top: 10px;
}
.bnr_wrap .limit_box_text .gold_en{
	line-height: 1;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
	.bnr_wrap .limit_box_text {
		padding: 0 30px;
	}
	.bnr_wrap .limit_box_text h4 {
		font-size: 24px;
	}
}

/*LIMITED CONTENT*/
/*限定サイトのログインページにも同じものがあったので、合わせて調整必要になります。
本来の記述元であるcommon.cssに改めて記述した方が早いかも？*/
.limit_box_inner .dec_parts01 {
  width: 34.87%;
}
.limit_box_view {
  background-image: url(../imgs/limited_content03.jpg);
}
@media screen and (max-width: 767px) {
  .limited_content_list .limit_box_text h4 {
    font-size: 23px;
  }
}
