@charset "UTF-8";

body {
  color: #fff !important;
  background-color: #000;
}

/* section_header */
.section_header {
  text-align: center;

  .section_title {
    margin: 0 0 42px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: bold;
  }

  .section_lead {
    line-height: 2;
    font-size: 15px;
    margin: 27px 0 0;
  }

  .section_figure {
    margin: 0;

    img {
      width: min(640px, 100%);
      height: auto;
      display: block;
      margin: 0 auto;
    }
  }
}

/* 背景画像固定 */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;

  /* MV 背景 */
  &.mv_bg {
    background-image: url("../img/clevaryhome/mv_01.webp");
    height: 100vh;
  }

  /* PARTNER 背景 */
  &.partner_bg {
    background-image: url("../img/clevaryhome/partner_01.webp");
    height: 100%;
  }

  /* CONTACT 背景 */
  &.contact_bg {
    background-image: url("../img/clevaryhome/contact_01.webp");
    height: 100%;
  }
}

/* MV  */
.mv {
  position: relative;
  height: calc(100vh - 65px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  pointer-events: none;

  .mv_inner {
    position: absolute;
    z-index: 1;
    padding: 0 20px;
    bottom: 110px;

    .mv_catch {
      font-family: "Bebas Neue", sans-serif;
      font-size: 80px;
      font-weight: 100;
      margin-bottom: 7px;
      line-height: 1.5;
    }

    .mv_text {
      font-size: 24px;
      font-weight: bold;
    }
  }
}

/* SUPPORT */
.support {
  padding: 30px 0 0;
  background-color: #000;
}

/* grid_gallery */
.grid_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  margin: 0 auto;

  .grid_gallery_item {
    overflow: hidden;

    .grid_gallery_thumb {
      position: relative;

      img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
      }

      .grid_gallery_info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 23px 21px 20px;
        color: #fff;
        text-align: left;

        .grid_gallery_info_title {
          line-height: 1.5;
          font-size: 22px;
          font-weight: bold;
        }

        .grid_gallery_info_text {
          margin-top: 18px;
          line-height: 1.3;
          font-size: 14px;
        }
      }
    }

    .grid_gallery_desc {
      text-align: center;
      margin-top: 14px;
      line-height: 1.5;
      font-size: 18px;
    }
  }
}

/* CONCEPT */
.concept {
  padding: 0 0 50px;
  background-color: #000;

  .section_header {
    .section_title {
      margin: 0 0 30px;
      font-size: 40px;
    }
  }
}

/* PARTNER */
.partner {
  position: relative;
  height: 676px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  pointer-events: none;

  .partner_inner {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    z-index: 1;

    .partner_grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 40px 60px;
      align-items: start;
      margin-top: 115px;

      .partner_feature {
        line-height: 1.5;

        .partner_featureTitle {
          font-size: 20px;
          font-weight: bold;
          margin: 0 0 40px;
        }

        .partner_featureText {
          font-size: 15px;
          margin: 0;
        }
      }
    }
  }
}

/* LINEUP */
.lineup {
  padding: 50px 0 100px;
  background-color: #000;

  .section_header {
    .section_title {
      margin: 0 0 30px;
      font-size: 40px;
    }
  }
}

/* WORKS */
.works {
  background-color: #000;
  padding-bottom: 200px;

  .works_inner {
    .title_wrap {
      margin-top: 0;
      margin-bottom: 32px;

      &.title_flex {
        display: flex;
        gap: 24px;
        justify-content: left;
        align-items: baseline;

        .title_desc {
          width: auto;
          margin: 0;
        }
      }

      h2 {
        line-height: 1.5;
        font-size: 30px;
        text-align: center;
      }

      .title_desc {
        margin: 10px auto;
        text-align: center;
        font-size: 16px;
        line-height: 2;
      }

      .title_link {
        margin-left: auto;
      }
    }
  }
}

/* CONTACT */
.contact {
  position: relative;
  height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  pointer-events: none;

  .contact_inner {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    z-index: 1;
  }

  .contact_eyebrow {
    margin-bottom: 76px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .contact_title {
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 18px;
  }

  .contact_body {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 768px) {
  /* section_header */
  .section_header {
    padding: 50px 0 0;

    .section_title {
      width: 93%;
      margin: 0 auto 25px;
      font-size: clamp(20px, 6vw, 25px);
      text-align: left;
      line-height: 1.4;
    }

    .section_lead {
      width: 93%;
      margin: 20px auto 40px !important;
      line-height: 1.8;
      font-size: clamp(12px, 3.4vw, 15px);
      text-align: left;
    }
  }

  /* MV  */
  .mv {
    height:60vh;

    .mv_inner {
      max-width: 100%;

      .mv_catch {
        font-size: clamp(40px, 14vw, 55px);
        margin-bottom: 10px;
      }

      .mv_text {
        font-size: clamp(15px, 4.1vw, 18px);
      }
    }
  }
.bg {
  &.mv_bg {
    background-image: url("../img/clevaryhome/mv_01.webp");
    height: 60vh;
  }
}
  /* SUPPORT */
  .support {
    padding: 0;
  }

  /* grid_gallery */
  .grid_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /*min-width: max-content;*/

    .section_header {
      padding: 0;

      .section_title {
        text-align: center;
        font-size: clamp(24px, 8vw, 30px);
        margin: 0 auto 25px;
      }
    }

    .grid_gallery_item {
      justify-content: space-between;
      gap: 40px;

      .grid_gallery_thumb {
	width: 90%;
        margin: 5%;
        /*img {
          height: 280px;
          width: 240px;
        }*/

        .grid_gallery_info {
          padding: 15px;

          .grid_gallery_info_title {
            font-size: clamp(12px, 4.6vw, 18px);
          }

          .grid_gallery_info_text {
            margin-top: 10px;
            line-height: 1.6;
            font-size: clamp(10px, 3.6vw, 14px);
          }
        }
      }

      .grid_gallery_desc {
        margin-top: 7px;
        font-size: clamp(16px, 4.6vw, 18px);
      }
    }
  }

  .grid_gallery_slider {
        display: flex;
        flex-wrap: wrap;

/*
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    gap: 28px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
*/
  }

  /* CONCEPT */

  /* PARTNER */
  .partner {
    height: 600px;

    .partner_inner {
      .section_header {
        padding: 0;
        .section_title {
          width: 95%;
        }
      }

      .partner_grid {
        width: 95%;
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: left;
        margin-top: 30px;

        .partner_feature {
          .partner_featureTitle {
            font-size: clamp(16px, 5.5vw, 22px);
            margin: 0 0 20px;
          }

          .partner_featureText {
            font-size: clamp(13px, 3vw, 15px);
            margin: 0;
          }
        }
      }
    }
  }

  /* LINEUP */
  .lineup {
    padding: 50px 0 80px;
  }

  /* WORKS */
  .works {
    padding-bottom: 80px;

    .works_inner {
      .title_wrap {
        h2 {
          font-size: clamp(24px, 8vw, 30px);
        }

        .title_desc {
          font-size: clamp(12px, 4vw, 16px);
        }
      }
    }
  }

  /* CONTACT */
  .contact {
    height: max-content;
    padding-top: 100px;
    padding-bottom: 100px;

    .contact_inner {
      max-width: 93%;
    }

    .contact_eyebrow {
      margin-bottom: 40px;
      font-size: clamp(30px, 10vw, 40px);
      line-height: 1.2;
    }

    .contact_title {
      font-size: clamp(18px, 5.3vw, 23px);
      margin-bottom: 35px;
    }

    .contact_body {
      font-size: clamp(12px, 3.5vw, 15px);
      margin-bottom: 60px;
      line-height: 1.8;
    }
  }
}
