.intro{
  background-color: #142f5a;
  padding: 20px 0;
}
.intro .inner{
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
.intro .inner .midashi{
  max-width: 870px;
  width: 100%;
  margin: 0 auto 40px;
}
.intro .inner .text{
  color: #fff;
  font-size: clamp(20px, 3.4vw, 42px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .intro{
    background-color: #142f5a;
    padding: 10px 0;
  }
  .intro .inner .midashi{
    max-width: 400px;
    width: 90%;
    margin: 0 auto 30px;
  }
}

.features{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features .box{
  width: calc(100% / 3);
  position: relative;
}
.features .box .img strong{
  position: relative;
  display: block;
}
.features .box .img strong:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, .5);
}
.features .box .num{
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
  font-size: clamp(11px, 2.2vw, 24px);
  line-height: 1;
  color: #fff;
  text-align: center;
}
.features .box .text{
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: clamp(11px, 2.8vw, 32px);
  line-height: 1.4;
  letter-spacing: .25rem;
}
.features .box .text .t1{
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-feature-settings: "palt";
}
.features .box .text .t1 .time{
  font-size: clamp(13px, 2.8vw, 48px);
  line-height: 1;
}
.features .box .text .t1 span{
  letter-spacing: 0;
}
.features .box .text .t1 .small1{
  display: block;
  font-size: clamp(10px, 1.2vw, 14px);
}
.features .box .text .t1 .small2{
  font-size: clamp(10px, 1.7vw, 20px);
}
.features .box .text .t1 .eki{
  font-size: clamp(10px, 1.1vw, 12px);
  position: absolute;
  top: -1rem;
  left: 0;
}
.features .box .text .t1 .notes{
  display: block;
  font-size: clamp(10px, 1.1vw, 12px);
  text-align: left;
  margin: 10px 0 0 ;
}
.features .box .text .t1 sup{
  font-size: 10px;
  vertical-align: text-top;
}
.features .box .text .t1 sup.sup_sp{
  display: none;
}
.features .box .text .cross{
  max-width: 50px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .features{
  }
  .features .box{
    position: relative;
  }
  .features .box .num{
    top: 6%;
  }
  .features .box .img{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 200%;
    overflow: hidden;
  }
  .features .box .img strong{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160%;
    transform: translate(-50%,-50%);
  }
  .features .box .text{
    letter-spacing: 0;
    top: 18%;
  }
  .features .box .text .cross{
    max-width: 10px;
    margin: 5px auto;
  }
  .features .box .text .t1 .notes{
    margin: 5px 0 0;
    text-indent: 0;
  }
  .features .notes{
    padding: 0 10px;
    /*background-color: #142f5a;
    color: #fff;
    font-size: 10px;
    text-align: left;
    padding: 10px;
    width: 100%;
    line-height: 1.4;*/
  }
  .features .box .text .t1 sup.sup_pc{
    display: none;
  }
  .features .box .text .t1 sup.sup_sp{
    display: inline-block;
  }
}

.limited{
  padding: 80px 0 30px;
  position: relative;
  background-color:  #dddad2;
}
.limited:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37%;
  height: 0;
  padding-top: 26%;
  max-width: 600px;
  background: url(../img/top/limited-bg.png) no-repeat bottom left / contain;
}
.limited .midashi{
  max-width: 680px;
  width: 90%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
.limited .text{
  text-align: center;
  font-size: clamp(16px, 2.4vw, 26px);
  line-height: 1.6;
  color: #142f5a;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
.limited .btn{
  max-width: 600px;
  width: 90%;
  margin: 0 auto ;
  position: relative;
  z-index: 1;
}
.limited .btn a{
  display: block;
  text-align: center;
  position: relative;
  font-size: clamp(14px, 2vw, 24px);
  line-height: 1;
  padding: 20px 55px 20px 5px;
  text-indent: 30px;
  color: #142f5a;
  background-color: #fff;
  border: solid 1px #142f5a;
  text-decoration: none;
  margin-bottom: 30px;
}
.limited .btn a span{
  font-size: clamp(11px, 1.5vw, 18px);
  display: block;
  margin-top: 5px;
}
.limited .btn a:hover{
  opacity: .7;
}
.limited .btn a:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url(../img/top/arw-blue.svg) no-repeat center center /contain;
}
.limited .btn a.js-modal-open{
  color: #fff;
  background-color: #142f5a;
}
.limited .btn a.js-modal-open:after{
  background-image: url(../img/top/arw-gray.svg);
}
@media screen and (max-width: 767px) {
  .limited{
    padding: 40px 0 20%;
    overflow: hidden;
  }
  .limited:after{
    width: 70%;
    padding-top: 49%;
    max-width: 600px;
    bottom: -15%;
  }
  .limited .midashi{
    max-width: 320px;
    width: 80%;
    margin: 0 auto 20px;
  }
  .limited .text{
    margin: 0 auto 20px;
  }
  .limited .btn{
    max-width: 400px;
  }
  .limited .btn a{
    padding: 10px 5px 5px;
    margin-bottom: 20px;
    text-indent: 0;
  }
  .limited .btn a:after{
    position: relative;
    top: initial;
    right: initial;
    display: block;
    margin: 5px auto 0;
    width: 20px;
    height: 20px;
    transform: none;
  }
}

.conts{
  padding: 1px 0 1px;
  background-color: #142f5a;
}
.conts .box{
  display: block;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.conts .box:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  width: 46px;
  height: 70px;
  transform: translateY(-50%);
  background: url(../img/top/arw-white.svg) no-repeat center center /contain;
  z-index: 1;
  transition: .3s;
}
.conts .box:hover:after{
  right: 9%;
}
.conts .box .inner{
  position: absolute;
  max-width: 1000px;
  width: 90%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  display: flex;
}
.conts .box .inner .text{
  font-size: clamp(14px, 2vw, 24px);
  line-height: 1.6;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.conts .box .inner .text strong{
  display: block;
  margin-bottom: 20px;
}
.conts .box.concept .inner .text{
  color: #142f5a;
}
.conts .box.concept .inner .text strong{
  max-width: 350px;
}
.conts .box.access .inner .text{
}
.conts .box.access .inner .text strong{
  max-width: 290px;
}
.conts .box.location .inner .text{
  justify-content: flex-end;
  color: #142f5a;
}
.conts .box.location .inner .text strong{
  max-width: 370px;
}
.conts .box .notes{
  font-size: 12px;
  z-index: 1;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: block;
  padding: 5px 10% 5px 5%;
  background: linear-gradient(to right,  rgba(51,51,51,0) 0%,rgba(51,51,51,0.5) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 767px) {
  .conts{
    padding: 1px 0 1px;
  }
  .conts .box{
    margin-top: 5px;
  }
  .conts .box:after{
    right: 20px;
    width: 24px;
    height: 35px;
  }
  .conts .box:hover:after{
    right: 9%;
  }
  .conts .box .inner{
    width: 80%;
    height: 90%;
  }
  .conts .box .inner .text{
    font-size: clamp(12px, 3vw, 24px);
  }
  .conts .box .inner .text strong{
    display: block;
    margin-bottom: 10px;
  }
  .conts .box.concept .inner .text{
    color: #142f5a;
  }
  .conts .box.concept .inner .text strong{
    margin-bottom: 5px;
    width: 70%;
  }
  .conts .box.access .inner .text{
    justify-content: flex-end;
    margin: 0 15% 0 auto;
  }
  .conts .box.access .inner .text strong{
    width: 70%;
  }
  .conts .box.location .inner .text{
    justify-content: flex-end;
    padding-bottom: 15%;
  }
  .conts .box.location .inner .text strong{
    width: 70%;
  }
  .conts .box .notes{
    font-size: 10px;
    padding: 5px 20px 5px 5%;
    text-align: right;
    line-height: 1.2;
  }
}

.captionArea{
  background-color: #142f5a;
  color: #fff;
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
}
.modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal_content{
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 1600px;
  width: 90%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}
.modal_content .box{
  border: solid 3px #142f5a;
  text-align: center;
  padding: 50px 0;
  color: #142f5a;
}
.modal_content .box .t1{
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.modal_content .box .t1 span{
  display: block;
  font-size: 48px;
  letter-spacing: .75rem;
}
.modal_content .box .t2{
  font-size: 36px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.modal_content .box .in{
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.modal_content .box p{
  margin-top: 10px;
}
.modal_content .box input[type="password"]{
  border: solid 1px #e9e9e9;
  background-color: #fff!important;
  padding: 1px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 30px;
  text-align: center;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal_content .box input[type="password"]:focus{
  background-color: #fff;
}
.modal_content .box button[type="submit"] {
  background-color: #142f5a;
  border: solid 1px #142f5a;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: block;
  padding: 15px 5px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal_content .box button[type="submit"]:hover{
  background-color: #fff;
  color: #142f5a;
}
.closeBtn{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translate(50%,-50%);
}
.closeBtn:before,
.closeBtn:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
.closeBtn:before {
  transform: rotate(45deg);
}
.closeBtn:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1250px) {
  .modal_content .box .t1{
    font-size: 4vw;
  }
  .modal_content .box .t1 span{
    font-size: 3vw;
  }
  .modal_content .box .t2{
    font-size: 2vw;
  }
  .modal_content .box input[type="password"],
  .modal_content .box button[type="submit"] {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .modal_content{
    padding: 10px;
    background: url(../img/top/limited-bg_sp.jpg) no-repeat top right / cover;
  }
  .modal_content .box{
    border: solid 1px #142f5a;
    padding: 9% 0;
  }
  .modal_content .box .t1{
    font-size: 6.4vw;
    margin: 0 0 5%;
  }
  .modal_content .box .t1 span{
    font-size: 3.8vw;
    letter-spacing: .5rem;
    margin-bottom: 3%;
  }
  .modal_content .box .t2{
    font-size: 3.6vw;
    margin: 0 0 5%;
  }
  .modal_content .box input[type="password"],
  .modal_content .box button[type="submit"] {
    font-size: 3.6vw;
  }
}