@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  font-size:62.5%;
  width: 100%;
}
*, *::after, *::before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
body {
  background-color: #051F3B;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
main {
  display: block;
  width:100%;
  z-index: 1;
  overflow-x: hidden;
}
img{
  max-width:100%;
  height:auto;
  vertical-align:bottom;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.sp-only{
    display:none;
}
@media screen and (max-width: 767px){
    .sp-only{
        display:block;
    }
}
@media screen and (max-width: 767px){
    .pc-only{
        display:none;
    }
}
/* header --------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #000;
  }
  .page-width{
    max-width: 1240px;
    padding:0 20px;
    margin:0 auto;
  }
  .header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 75px;
  }
  .header_logo{
    z-index: 2;
    max-width: 250px;
  }
  .nav_list{
    display: flex;
    align-items: center;
    gap:3rem;
  }
  .nav_link{
    display: flex;
    flex-direction: column;
  }
.nav-ja{
    font-size:14px;
    font-weight:700;
    line-height:1.5;
}
.nav-en{
    font-size:12px;
    font-weight:700;
    line-height:1.5;
    color:#E2B35F;
}
  .hamburger,
  .nav-sp {
    display: none;
  }
  
  /* ------ バーガー ---------------- */  
  .hamburger span {
    position: absolute;
    transition: .3s;
  }
  .hamburger span:nth-child(1),
  .hamburger span:nth-child(2) {
    background: #fff;
    height: 1px;
    width:38px;
    right:2rem;
  }
  .hamburger span:nth-child(1) {
    top:14px;
  }
  .hamburger span:nth-child(2) {
    top:25px;
  }
  .hamburger.bgactive span:nth-child(1) {
    transform: translateY(5.5px) rotate(15deg);
    width:40px;
  }
  .hamburger.bgactive span:nth-child(2) {
    transform:translateY(-5.5px) rotate(-15deg);
    width:40px;
  }
  .nav_sp{
  display: block;
  position: fixed;
  top  : 40px;
  left : 0;
  background-color: #051F3B;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  z-index : 1;
  visibility: hidden;
  }
  .nav_list_sp{
    display: flex;
    flex-direction: column;
    gap:5rem;
    padding: 0;
    position: absolute;
    top: calc(50% - 40px);
    left:50%;
    transform: translate(-50%,-50%);
    text-align: left;
  }
  .nav_list_sp .nav-ja{
    font-size:18px;
    white-space: nowrap;
  }
  .nav_list_sp .nav-en{
    font-size:15px;
    white-space: nowrap;
  }
  .nav_sp.bgactive {
  opacity: 1;
  visibility: visible;
  }
/* fv -------------------------------------------*/
.fv{
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.fv-img img{
    width: 100%; 
    height: 100vh;
    min-height:880px;
    object-fit: cover;
    object-position: center;
    opacity: .5;
}
.fv-inner{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display:flex;
    flex-direction: column;
    max-width:1240px;
    padding:0 20px;
    width:100%;
    height:100%;
    margin:0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fv-logo img{
    max-width: 224px;
    width:100%;
}
.fv-ttl img{
  max-width: 1000px;
  width:100%;
}
.fv-day{
    line-height: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
.fv-day-l{
    font-size:78px;
    font-weight:500;
}
.fv-day-s{
    font-size:59px;
    font-weight:500;
}
.fv-time{
    font-size:30px;
    font-weight:500;
    margin-top:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
.attention{
  display:flex;
  background-color: rgba(0,0,0,0.5);
  border:1px solid #fff;
  padding:10px 15px;
  max-width: 500px;
  text-align: left;
  align-items: center;
  margin-top:3rem;
  gap:1rem;
}
.attention img{
  max-width: 80px;
  width: 100%;
}
.fv-btn{
    margin-top:40px;
    font-size:19px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline-block;
    border:1px solid #fff;
    background-color: #B98425;
    padding:19px 20px;
    line-height: 1;
    border-radius:999px;
    transition : all 0.5s ease 0s;
    max-width:418px;
    width:100%;
    text-align: center;
    position: relative;
}
.fv-btn:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
  /*スクロール*/
.scrolldown1{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:50px;
}
.scrolldown1 span{
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.scrolldown1::after{
  content : '';
  display : inline-block;
  position : absolute;
  background-color: #fff;
  right : 50%;
  bottom : -37px;
  transform : translateX(-50%);
  width : 1px;
  height : 37px;
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*contents*/
.contents{
    margin:107px 0 100px;
}
.section-ttl{
    text-align: center;
    color:#E2B35F;
    font-size:50px;
    font-weight:500;
}
.flex-box{
    display: flex;
    gap:4%;
    margin-top:90px;
}
.flex-img{
    width:60%;
}
.flex-info{
    width:36%;
}
.flex-ttl{
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
    line-height: 1.5;
}
.flex-ttl-s{
    font-size:16px;
    padding-right:10px;
}
.flex-ttl-en{
    font-size:20px;
    font-weight:700;
    color:#779ABF;
    margin-bottom:20px;
}
.flex-txt-en{
    color:#779ABF;
    margin-top:20px;
}
.form-box{
    max-width: 784px;
    margin:176px auto 0;
    text-align: center;
}
.form-ttl{
    font-size: 35px;
    font-weight: 500;
    color:#E2B35F;
line-height:1.5;
}
.form-ttl-en{
    font-size: 21px;
    font-weight: 500;
    color:#E2B35F;
border-bottom:1px solid #E2B35F;
 padding: 10px 0 20px;
line-height:1.5;
}
.form-thanks{
    font-size: 28px;
    font-weight: 500;
line-height:1.5;
margin-top:20px;
}
.form-attention{
  font-size: 18px;
    font-weight: 500;
line-height:1.5;
margin-top:80px;
}
.form-btn{
cursor: not-allowed;
    margin-top:60px;
    font-size:40px;
    font-weight: 500;
    display: inline-block;
    border:1px solid #E2B35F;
    background-color: #B98425;
    padding:40px;
    line-height: 1;
    border-radius:18px;
    transition : all 0.5s ease 0s;
    width:100%;
    text-align: center;
    position: relative;
    background-image: linear-gradient(180deg, rgba(18, 72, 129, 1), rgba(4, 27, 51, 1));
}
.form-btn:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
  }
.footer{
    text-align: center;
    background-color: #000;
    height:75px;
}

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}
.fadein-bottom{
      transform: translate(0,30px);
  }
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
@media screen and (max-width: 767px){
    body {
        font-size: 14px;
    }
    .header_inner{
        height: 40px;
      }
      .nav_list{
        display: none;
    }
    .header_logo{
        max-width: 135px;
      }
    .hamburger {
      position: absolute;
      right : 0;
      top   : 0;
      text-align: center;
      display: inline-block;
      width: 60px;
      height: 40px;
      z-index: 2;
    }
    .fv-img img{
    min-height:100vh;
}
    .fv-logo img{
        max-width: 116px;
    }
     .fv-ttl img{
      max-width: 450px;
      width:100%;
    }
    .fv-day-l{
        font-size:37px;
    }
    .fv-day-s{
        font-size:28px;
    }
    .fv-time{
        font-size:16px;
    }
    .attention{
      margin-top:2rem;
      font-size:1.3rem;
      max-width: 380px;
    }
    .attention img{
      max-width: 70px;
    }
    .fv-btn{
        font-size:14px;
        padding:13px 20px;
        max-width:274px;
        margin-top:2.4rem;
    }
    .scrolldown1{
  bottom:40px;
}
.scrolldown1 span{
  font-size: 12px;
}
.scrolldown1::after{
  bottom : -30px;
  height : 30px;
}
      .contents{
        margin:62px 0 80px;
    }
    .section-ttl{
        font-size:26px;
    }
    .flex-box{
        flex-direction: column;
        gap:20px;
        margin-top:60px;
    }
    .flex-img,
    .flex-info{
        width:100%;
    }
    .flex-ttl{
        font-size:20px;
    }
    .flex-ttl-s{
        font-size:12px;
    }
    .flex-ttl-en{
        font-size:16px;
        margin-bottom:10px;
    }
    .flex-txt-en{
        margin-top:10px;
    }
    .form-box{
        margin:132px auto 0;
    }
    .form-ttl{
        font-size: 29px;
    }
    .form-ttl-en{
        font-size: 16px;
    }
.form-thanks{
    font-size: 20px;
}
.form-attention{
  font-size: 16px;
margin-top:50px;
}
    .form-btn{
        margin-top:40px;
        font-size:23px;
        padding:25px;
        border-radius:10px;
    }
    .form-btn:before {
        width: 14px;
        height: 14px;
        right: 25px;
      }
}