html{
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
.cp-2026{
  text-align: left;
  a:hover img{
    opacity: 1;
  }
  .forpc{
    display: block;
    @media screen and (max-width: 767px){
      display: none;
    }
  }
  .forsp{
    display: none;
    @media screen and (max-width: 767px){
      display: block;
    }
  }
}

.fv{
  position: relative;
  .fv-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    @media screen and (max-width: 767px){
      width: 90%;
    }
  }
  .fv-video{
    width: 100vw;
    max-height: calc(100vh - 105px);
    overflow: hidden;
    video{
      width: 100vw;
    }
    &:after{
      content: "";
      display: grid;
      place-items: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      max-height: 100vh;
      /* 背景設定 */
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='2' height='2' fill='white' opacity='0.5'/%3E%3Crect x='2' width='2' height='2' fill='none'/%3E%3C/svg%3E");
      background-size: 4px 4px;
      @media screen and (max-width: 767px){
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='2' height='2' fill='white' opacity='0.5'/%3E%3Crect x='2' width='1' height='1' fill='none'/%3E%3C/svg%3E");
        background-size: 2px 2px;
      }
    }
  }
}

.page-read{
  width: 100%;
  max-width: 1100px;
  margin: 80px auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
  @media screen and (max-width: 767px){
    display: block;
    margin: 20px auto 40px;
    position: relative;
    .fv-read-text-pict{
      position: absolute;
      top: 50%;
      right: 0;
      width: 30%;
    }
  }
  .fv-read-pict{
    width: calc(55% - 20px);
    @media screen and (max-width: 767px){
      width: calc(100% - 32px);
      margin: 0 auto;
    }
  }
  .fv-read-text{
    width: 37.5%;
    display: flex;
    align-items: center;
    padding-top: 40px;
    @media screen and (max-width: 767px){
      width: calc(100% - 32px);
      margin: 25px auto 0;
      display: block;
      padding-top: 0;
      .fv-read-text-pict{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
        margin-top: 10%;
        p{
          width: 55%;
          margin-top: 0;
        }
      }
    }
  }
  h2,p{
    font-size: 18px;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
  }
  h2{
    color: #0b7ed3;
    letter-spacing: 3px;
    line-height: 1.8;
    @media screen and (max-width: 767px){
      letter-spacing: 2px;
    }
  }
  p{
    margin-top: 2em;
    letter-spacing: 5px;
    @media screen and (max-width: 767px){
      letter-spacing: 1px;
    }
  }
}

.page-nav{
  background: url(../images/bg-grid.png) repeat;
  padding: 4px 0;
  .page-nav-lists{
    margin: 60px auto;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    @media screen and (max-width: 767px){
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
      margin: 32px auto;
      padding: 0 16px;
      li{
        width: calc(50% - 8px);
        img{width: 100%;}
      }
    }
  }
}

.contents{
  padding: 100px 0;
  @media screen and (max-width: 767px){
    padding: 50px 0;
  }
}

.cont-title{
  text-align: center;
}
.cont-stitle{
  font-size: 16px;
  color: #0b7ed3;
  font-weight: 700;
  text-align: center;
  margin-top: 28px;
}
.cont-read{
  font-size: 18px;
  text-align: center;
  margin-top: 32px;
  @media screen and (max-width: 767px){
    font-size: 14px;
  }
}
.props-items{
  text-align: center;
  li{
    margin-top: 40px;
  }
}

.cta{
  max-width: 730px;
  font-size: 10px;
  margin: 24px auto 0;
  .cta-button{
    text-align: center;
    @media screen and (max-width: 767px){
      width: 90%;
      margin: 0 auto;
    }
  }
  .cta-offer{
    margin-top: 24px;
    line-height: 1.8;
    @media screen and (max-width: 767px){
      padding: 0 16px;
      li{
        text-indent: -1em;
        padding-left: 1em;
      }
    }
  }
}

.cont-gallery{
  .cont-title{
    background: url(../images/bg-grid.png) repeat;
    padding: 8px 0;
  }
  .title-inner{
    display: block;
    border-top: 2px solid #0b7ed3;
    border-bottom: 2px solid #0b7ed3;
    padding: 40px 0;
  }
}
.gallery-blocks{
  width: 1100px;
  margin: 100px auto 0;
  @media screen and (max-width: 767px){
    margin-top: 0;
    width: 100%;
  }
}
.gallery-blocks-inner{
  width: 960px;
  margin: 0 auto;
  padding: 76px 0;
  box-sizing: border-box;
  @media screen and (max-width: 767px){
    width: 100%;
    padding: 36px 0;
  }
}

.gallery-first{
  background: url(../images/bg-white.png) repeat;
}
.gallery-kids{
  background: url(../images/bg-grid.png) repeat;
}

@media screen and (min-width: 768px){
  .gallery-pict-block-first,
  .gallery-pict-block-kids{
    position: relative;
    .img-btn{
      transition: opacity .3s;
      &:hover{
        opacity: .8;
      }
    }
  }
  .gallery-pict-block-first{
    height: 1480px;
    .gallery-pict-block-img{
      position: absolute;
    }
    .img01{
      top: 60px;
      left: 0;
    }
    .img02{
      top: -200px;
      right: 0;
    }
    .img03{
      top: 850px;
      left: 0;
    }
    .img04{
      top: 750px;
      right: -70px;
    }
  }
}
@media screen and (max-width: 767px){
  .gallery-blocks-title{
    width: 37.5%;
    padding: 0 16px;
  }
  .gallery-pict-block-first{
    padding: 0 16px;
    picture{
      display: block;
    }
    .img01{
      width: 60%;
      margin-top: -35%;
      margin-left: 42.5%;
      position: relative;
      z-index: 2;
    }
    .img02{
      width: 90%;
      margin-top: -30%;
      margin-left: 16px;
    }
    .img03{
      margin-top: 5%;
      margin-right: -16px;
    }
    .img04{
      width: 90%;
      margin: 5% auto 0;
    }
  }
}


.cont-concept{
  margin-top: 120px;
  background: url(../images/bg-pict.jpg) no-repeat 50% 50%;
  background-size: cover;
  @media screen and (max-width: 767px){
    margin-top: 0;
    background: url(../images/bg-pict@2x.jpg) no-repeat 50% 0;
    background-size: contain;
    padding-top: 80%;
  }
}
.concept-inner{
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  @media screen and (max-width: 767px){
    display: block;
  }
  .cont-read{
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 2px;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
  }
}
.concept-text,
.concept-pict{
  width: 50%;
  @media screen and (max-width: 767px){
    width: 100%;
  }
}


.cont-acstyle{
  background: url(../images/bg-grid.png) repeat;
  padding: 8px 0;
  @media screen and (max-width: 767px){
    margin-top: 80px;
  }
}
.cont-acstyle-wrap{
  border-top: 2px solid #0b7ed3;
  border-bottom: 2px solid #0b7ed3;
}
.cont-acstyle-inner{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  @media screen and (max-width: 767px){
    display: block;
  }
}
.cont-acstyle-pict{
  position: absolute;
  @media screen and (max-width: 767px){
    position: relative;
    figure{
      position: absolute;
      top: -80px;
      left: 50%;
      transform: translateX(-50%);
    }
  }
}
.cont-acstyle-text{
  padding: 100px 0;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-left: 448px;
  @media screen and (max-width: 767px){
    padding: 50% 10% 50px;
    box-sizing: border-box;
  }
  p{
    margin-top: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    @media screen and (max-width: 767px){
      text-align: center;
      font-size: 14px;
    }
  }
}

.cont-lineup{
  padding-bottom: 0;
  @media screen and (max-width: 767px){
    background: url(../images/bg-blue.png) repeat 0 30%;
    margin-top: 100%;
    .cont-title{
      margin-top: -100%;
    }
  }
}
.lineup-nav{
  display: flex;
  justify-content: center;
  gap: 28px;
  width: 100%;
  max-width: 1024px;
  margin: 52px auto 0;
  @media screen and (max-width: 767px){
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0;
    width: 90%;
    li{
      margin-top: 24px;
    }
  }
}

.clb{
  background: url(../images/bg-blue.png) repeat;
  margin-top: -15%;
  padding-top: 22.5%;
  padding-bottom: 100px;
  @media screen and (max-width: 767px){
    margin-top: 0;
  }
}
.nts{
  width: 100%;
  max-width: 800px;
  margin: 36px auto;
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  gap: 32px;
  @media screen and (max-width: 767px){
    display: block;
    width: calc(100% - 48px);
    padding: 24px;
  }
  h3{
    width: 200px;
    @media screen and (max-width: 767px){
      margin: 0 auto;
    }
  }
  .nts-read{
    width: calc(100% - 232px);
    @media screen and (max-width: 767px){
      width: 100%;
      margin-top: 24px;
    }
  }
  p{
    letter-spacing: .5px;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
  }
  .nts-main-read{
    font-size: 18px;
    font-weight: 700;
    @media screen and (max-width: 767px){
      font-size: 15px;
    }
  }
  h4{
    font-size: 20px;
    margin: 20px 0;
    display: inline-block;
    border-bottom: 4px solid #e2b844;
    @media screen and (max-width: 767px){
      text-align: center;
      display: block;
      border: none;
      margin-top: 24px;
      span{
        border-bottom: 4px solid #e2b844;
      }
    }
  }
}

@media screen and (max-width: 767px){
  .cont-props .cont-title img{
    max-width: 182px;
    margin: 0 auto;
  }
  .cont-gallery .cont-title img{
    max-width: 223px;
    margin: 0 auto;
  }
  .cont-concept .cont-title img{
    max-width: 227px;
    margin: 0 auto;
  }
  .cont-lineup .cont-title img{
    max-width: 150px;
    margin: 0 auto;
  }
  .clb .cont-title img{
    max-width: 250px;
    margin: 0 auto;
  }
}
.view{
  opacity: 0;
  transition: opacity .5s;
}
.view-on{
  opacity: 0;
  transition: opacity .5s;
}
.fade_on{
  opacity: 1;
}