@charset "utf-8";

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*========= レイアウトのためのCSS ===============*/
html, body{
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  line-height: 0;
  color:#1F3768;
  scroll-behavior: smooth;
}

a{
  color: #fff;
  font-weight: 700;
  text-decoration: none;

}
a:hover,
a:active{
  text-decoration: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  font-weight: bold;
  transition: 0.3s;
  background-image: linear-gradient(90deg, rgba(156, 71, 119, 1), rgba(31, 55, 104, 1));
}

.btn:hover {
  background-image: linear-gradient(270deg, rgba(156, 71, 119, 1), rgba(31, 55, 104, 1));
  opacity: 0.8;
  animation-duration: 0.3s;
}
.onlocation{
  background-color: #fff;
  padding: 30px;
  text-align: right;
}
.onlocation img{
  width: 270px;
}
.header{
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 660px;
  background-image: url(../img/top2.png);
  background-size: cover;
  background-position: top;
}
.header_container{
  padding: 100px 0 0;
  width: 100%;
  height: 510px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hos_header{
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 660px;
  background-image: url(../img/hos_head.png);
  background-size: cover;
  background-position: top;
}
.ov_header{
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 660px;
  background-image: url(../img/over_head.png);
  background-size: cover;
  background-position: top;
}

h1{
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-left: 40px;
}

h1 img{
  width: 550px; /* イメージの高さを50%に設定 */
}

h2{
  color:#fff;
  font-size: 32px;
  font-weight: bold;
  margin-left: 40px;

 }
 .title_h1{
   font-weight: 700;
   font-size: 48px;
   line-height: 0.5;
   margin-bottom: 0;
   padding-bottom: 0;
 }
 .title_h2{
   font-family: "Poppins", sans-serif;
   line-height: 1;
   padding-bottom: 100px;
 }
 .date{
   color:#fff;
   font-size: 18px;
   line-height: 1.5;
   margin-left: 40px;
 }
 .knt{
   width: 600px;
   background-image: linear-gradient(90deg, rgba(156, 71, 119, 1), rgba(31, 55, 104, 1));
   border-radius: 20px;
   padding: 20px 40px;
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   margin-left: -40px;
   margin-top: 80px;
 }
 .knt_logo{
   width: 130px;
   padding: 0 40px;
 }
 .knt_logo img{
   width: 130px;
 }
.knt_txt{
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.count{
  background-image: linear-gradient(90deg, rgba(156, 71, 119, 1), rgba(31, 55, 104, 1));
  border-radius: 20px;
  border: #fff 3px solid;
  padding: 0px 20px;
  text-align: center;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 40px;
}
.highlight {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #fff;
  line-height: 1;
}

.mb10{
  margin-bottom: 100px;
}
.mb5{
  margin-bottom: 50px;
}
.mb3{
  margin-bottom: 30px;
}

.container{
  background:#fff;
  padding: 100px 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.block2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.block3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.block3_box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.private{
  border: 5px solid #382294;
  padding: 30px 20px;
  color: #382294;
}
.private_mid{
  font-size: 16px;
  color:#382294;
  line-height: 1.6;
  border-top: 2px solid #382294;
  padding: 30px 0;
  font-weight: bold;
}
.premiun{
  border: 5px solid #940B73;
  padding: 30px 20px;
  color: #940B73;
}
.premiun_mid{
  font-size: 16px;
  color:#940A73;
  line-height: 1.6;
  border-top: 2px solid #940A73;
  padding: 30px 0;
  font-weight: bold;
}

.classic{
  border: 5px solid #A06AE2;
  padding: 30px 20px;
  color: #A06AE2;
}
.classic_mid{
  font-size: 16px;
  color:#A06AE2;
  line-height: 1.6;
  border-top: 2px solid #A06AE2;
  padding: 30px 0;
  font-weight: bold;
}
.club{
  border: 5px solid #009482;
  padding: 30px 20px;
  color: #009482;
}
.club_mid{
  font-size: 16px;
  color:#009482;
  line-height: 1.6;
  border-top: 2px solid #009482;
  padding: 30px 0;
  font-weight: bold;
}
.club_line{
  border-top: 2px solid #009482;
}
.take{
  border: 5px solid #0F2543;
  padding: 30px 20px;
  color: #0F2543;
}
.take_mid{
  font-size: 16px;
  color:#0F2543;
  line-height: 1.6;
  padding: 0 0 30px;
  font-weight: bold;
}

.over{
  border: 5px solid #DE912F;
  padding: 30px 20px;
  color: #DE912F;
  width: 27%;
}
.over2{
  border: 5px solid #DE912F;
  padding: 30px 20px;
  color: #DE912F;
}
.over_mid{
  font-size: 16px;
  color:#DE912F;
  line-height: 1.6;
  border-top: 2px solid #DE912F;
  padding: 30px 0;
  font-weight: bold;
}
.over_line{
  border-top: 2px solid #DE912F;
  padding: 30px 0;
}
.icon_ex{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.icon_ex_row{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.icon_ex_icon{
  max-width: 320px;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.icon_ex_icon img{
  width: 50px;
}
.icon_ex_icon p{
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.icon_ex_icon2{
  width: 360px;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.icon_ex_icon2 img{
  width: 50px;
}
.icon_ex_icon2 p{
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.w560{
  width: 560px;
}
.w560_img{
  width: 560px;
}
.w360{
  width: 32%;
}
.w360_img{
  width: 100%;
}
.w300_img{
  width: 320px;
}
.video_w{
  width: 100%;
}
.title_top{
  font-size: 32px;
  color: #1F3768;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #9C4877;
}
.title_hospitality1{
  font-size: 32px;
  color: #940A73;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #940A73;
}
.title_hospitality2{
  font-size: 32px;
  color: #009482;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #009482;
}
.title_hospitality3{
  font-size: 32px;
  color: #0F2544;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #0F2544;
}
.title_ov{
  font-size: 32px;
  color: #1F3768;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #DE912F;
}

.title_h4{
  font-size: 24px;
  color:#9C4777;
  line-height: 0.5;
  padding-bottom: 10px;
  font-weight: bold;
}

.title_hos_1{
  font-size: 24px;
  color:#940A73;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #940A73;
}

.title_hos_2{
  font-size: 24px;
  color:#009482;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #009482;
}

.title_hos_3{
  font-size: 24px;
  color:#0F2544;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #0F2544;
}
.hos_mid{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.h4eng{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #1F3768;
  padding-bottom: 10px;
  border-bottom: 1px solid #9C4877;
}
.txt{
  font-size: 16px;
  line-height: 1.6;
}
.credit{
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.bold{
  font-weight: bold;
}
.icons{
  height: 45px;
  width: auto;
}
.btn_center{
  margin: 30px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}


.buy_circle{
  width: 640px;
  height: 50px;
  border-radius: 30px;
  border: 5px solid #9C4777;
  color: #9C4777;
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 2;
}
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}


.footer{
  background-image: linear-gradient(90deg, rgba(156, 71, 119, 1), rgba(31, 55, 104, 1));
  padding: 50px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.footer img{
  height: 36px;
}


@media screen and (min-width: 768px) { .sp { display: none !important; } }
@media screen and (max-width: 767px) { .pc { display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .container{
    padding: 100px 40px;
    width: 90%;
    margin: 0 auto;
  }
  .w560{
    width: 48%;
  }
  .w560_img{
    width: 100%;
  }
  .w360{
    width: 32%;
  }
  .w360_img{
    width: 100%;
  }
  .w300_img{
    width: 100%;
  }
  .premiun{
    margin: 0 30px;
  }
  .icon_ex{
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .icon_ex_icon{
    max-width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .w360 .btn_center .btn {
    width: 230px;
 }
}

@media screen and (max-width: 767px) {
  .onlocation{
    background-color: #fff;
    padding: 20px;
    text-align: right;
  }
  .onlocation img{
    width: 200px;
  }
  .header{
    margin: 0 auto 50px;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/header_sp_top.png);
    background-size: cover;
    background-position: top;
  }
  .header_container{
    padding: 0 20px;
    width: calc(100% - 40px);
    height: 100vh;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .hos_header{
    margin: 0 auto 50px;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/header_sp_hos.png);
    background-size: cover;
    background-position: top;
  }
  .ov_header{
    margin: 0 auto 50px;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/header_sp_ov.png);
    background-size: cover;
    background-position: top;
  }
  h1{
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 50px 0px;
  }

  h1 img{
    width: 100%; /* イメージの高さを50%に設定 */
  }

  h2{
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 0;

   }
   .date{
     color:#fff;
     font-size: 16px;
     line-height: 1.5;
     margin-left: 0px;
   }

   .title_h1{
     font-weight: 700;
     font-size: 28px;
     line-height: 1;
     margin-bottom: 0;
     padding-bottom: 0;
   }
   .title_h2{
     font-family: "Poppins", sans-serif;
     line-height: 1;
     padding-bottom: 100px;
     font-size: 18px;
   }
  .knt{
    width: 100%;
    background-image: linear-gradient(90deg, rgba(156, 71, 119, 1), rgba(31, 55, 104, 1));
    border-radius: 0px;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: -20px;
    margin-top: 80px;
    align-items: center;
  }
  .knt_logo{
    width: 110px;
    padding: 0;
    margin: 0 20px 0 0;
  }
  .knt_logo img{
    width: 110px;
  }
 .knt_txt{
   font-size: 14px;
   line-height: 1.5;
   color: #fff;
 }
 .count{
   border-radius: 10px;
   border: #fff 2px solid;
   padding: 0px 10px;
   text-align: center;
   color:#fff;
   font-size: 14px;
   font-weight: bold;
   line-height: 1.6;
   margin-right: 0;
   width: 150px;
 }
 .highlight {
   font-family: "Poppins", sans-serif;
   font-weight: 700;
   font-size: 40px;
   color: #fff;
   line-height: 1;
 }



  .container{
    padding: 100px 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .block2{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .block3{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .block3_box{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .over{
    border: 5px solid #DE912F;
    padding: 30px 20px;
    color: #DE912F;
    width: calc(100% - 50px);
    margin-bottom: 50px;
  }
  .title_top{
    font-size: 24px;
  }
  .title_hospitality1{
    font-size: 24px;
  }
  .title_hospitality2{
    font-size: 24px;
  }
  .title_hospitality3{
    font-size: 24px;
  }

  .icon_ex{
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .private{
    margin-bottom: 50px;
  }
  .premiun{
    margin: 0 0 50px;
  }
  .w560{
    width: 100%;
  }
  .w560_img{
    width: 100%;
  }
  .w360{
    width: 100%;
  }
  .w360_img{
    width: 100%;
  }
  .w300_img{
    width: 100%;
  }
  .buy_circle{
    width: calc(100% - 70px);
    height: auto;
    line-height: 1.2;
    padding: 15px 30px;
    font-size: 18px;
  }
  .footer{
    background-image: linear-gradient(90deg, rgba(156, 71, 119, 1), rgba(31, 55, 104, 1));
    padding: 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .footer img{
    height: 30px;
  }
  .btn {
    margin: auto;
  }

}
