@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
body.overflowhidden {
  height: 100vh;
  overflow: hidden; }
body.nonpointer {
  cursor: none !important; }
  body.nonpointer a {
    cursor: none !important; }



#cursor {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 120px;
  height: 120px;
  transition: transform .25s .1s, opacity .25s;
  color: #fff;
  background: #000;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: .1rem;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  box-shadow: 0px 0px 15px black; }
  #cursor::after {
    content: "";
    display: block;
    transition: transform 0.3s;
    font-family: "Material Symbols Outlined";
    font-weight: 100;
    font-size: 2.4rem;
    line-height: 1; }
  #cursor.is-active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  @media only screen and (max-width: 991px) {
    #cursor {
      display: none; } }

.loading-sec {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100000;
  transition: 1.2s ease; }
  .loading-sec.loadanim .load-frame {
    border: 0vw solid #fff; }
  .loading-sec.loadanim .load-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
    user-select: none; }
  .loading-sec.loadend {
    opacity: 0;
    pointer-events: none;
    user-select: none; }
  .loading-sec .load-frame {
    width: 100%;
    height: 100%;
    border: 10vw solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 1.2s ease; }
  .loading-sec .load-img {
    width: 100%;
    height: 100%; }
    .loading-sec .load-img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      z-index: 1;
      pointer-events: none;
      user-select: none;
      transition: 1.2s ease; }
    .loading-sec .load-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.design-sec {
  width: 100%;
  position: relative; }

img {
  max-width: 100%;
  vertical-align: bottom;
}

  /* contents
  ==================================== */
.inner {
  width: calc(100% - 60px);
  max-width: 1360px;
  margin: auto;
}
.main_title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.main_title .title_en {
  font-size: 16px;
  display: block;
}

@media only screen and (max-width:767px) {
  .contents {
    margin-top: 80px;
  }
  .main_title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .main_title .title_en {
    font-size: 16px;
    display: block;
  }
}

  /* mv_area
  ==================================== */
  .mv_area {
    position: relative;
  }
  .mv_area figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .mv_box {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mv_text {
    color: #fff;
    margin-top: 60px;
    font-size: 16px;
    line-height: 2.68;
    letter-spacing: 0.07em;
    text-align: center;
  }

  @media only screen and (max-width:1440px) {
    .mv_box {
      top: 56%;
    }
    .mv_text {
      margin-top: 14px;
      font-size: 14px;
      line-height: 2;
    }
  }
  @media only screen and (max-width:768px) {
    .mv_box {
      position: absolute;
      width: 90%;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .mv_text {
      color: #fff;
      margin-top: 20px;
      font-size: 12px;
      text-align: justify;
    }
  }

  /* gallery_area
  ==================================== */
  .gallery_area {
    padding: 100px 0;
    background-color: #000;
  }
  .gallery_wrap_title {
    color: #fff;
    font-size: 20px;
    margin-top: 60px;
    font-weight: 300;
  }
  .gallery_wrap {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 6%;
    row-gap: 80px;
  }
  .gallery_item a:hover {
    opacity: .7;
    transition: opacity .4s ease-in-out;
  }
  .gallery_item_title {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-top: 6px;
  }
  .gallery_item_cap {
    margin-top: 4px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  @media only screen and (max-width:768px) {
    .gallery_area {
      padding: 60px 0;
    }
    .gallery_wrap {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      column-gap: 3%;
      row-gap: 40px;
    }
    .modaal-video-wrap {
      margin: auto 0;
      position: relative;
  }
  }

  @media only screen and (max-width:425px) {
    .gallery_wrap {
      grid-template-columns: repeat(1,1fr);
      row-gap: 30px;
    }
  }


  .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3;
}

.move_top_img {
  /* transform: translate(100%, 0%); */
  transition-duration: 2s;
  opacity: 0;
}
.mv_area {
  background-color: #000;
}