@charset "UTF-8";
/* voice.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  sec-charmant
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-charmant {
  padding: 180px 0 90px;
}
@media only screen and (max-width: 767px) {
  .sec-charmant {
    padding: 100px 0 65px;
  }
}
.sec-charmant__hdg {
  margin-bottom: 58px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 4px;
  text-align: center;
  background: var(--color-grade-brand, linear-gradient(90deg, #242424 0%, #65B3E3 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sec-charmant__hdg {
    margin-bottom: 40px;
    font-size: 27px;
    text-align: left;
  }
}
.sec-charmant__txt {
  margin-bottom: 130px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(12px, 2.4vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  .sec-charmant__txt {
    margin-bottom: 80px;
    font-size: 18px;
  }
}
.sec-charmant__listarea {
  position: relative;
  max-width: 1092px;
  margin: 0 auto;
  padding: 0 20px;
}
.sec-charmant__listarea-inline {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-charmant__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px 15px;
  }
}
.sec-charmant__item {
  position: absolute;
  width: clamp(160px, 29.304029304vw, 320px);
  translate: 0 calc(clamp(30px, 5.4945054945vw, 60px) * -1);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec-charmant__item {
    position: static;
    width: calc(50% - 8px);
  }
}
.sec-charmant__item-img {
  margin-bottom: clamp(4px, 0.7326007326vw, 8px);
}
@media only screen and (max-width: 767px) {
  .sec-charmant__item-img {
    margin-bottom: 10px;
  }
}
.sec-charmant__item-img img {
  width: 100%;
  height: auto;
}
.sec-charmant__item-hdg {
  margin-bottom: 2px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(7.5px, 1.3736263736vw, 15px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-align: center;
  background: var(--color-grade-brand, linear-gradient(90deg, #242424 0%, #65B3E3 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sec-charmant__item-hdg {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.7px;
  }
}
.sec-charmant__item-txt {
  font-size: clamp(6.5px, 1.1904761905vw, 13px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.65px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-charmant__item-txt {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
  }
}
.sec-charmant__item--04 {
  top: clamp(48.5px, 8.8827838828vw, 97px);
  left: 0;
}
.sec-charmant__item--07 {
  top: clamp(148.5px, 27.1978021978vw, 297px);
  left: 0;
}
.sec-charmant__item--05 {
  top: clamp(251px, 45.9706959707vw, 502px);
  left: 0;
}
.sec-charmant__item--08 {
  top: clamp(347.5px, 63.6446886447vw, 695px);
  left: 0;
}
.sec-charmant__item--06 {
  top: clamp(54px, 9.8901098901vw, 108px);
  right: 0;
}
.sec-charmant__item--02 {
  top: clamp(161px, 29.4871794872vw, 322px);
  right: 0;
}
.sec-charmant__item--01 {
  top: clamp(258.5px, 47.3443223443vw, 517px);
  right: 0;
}
.sec-charmant__item--03 {
  top: clamp(362.5px, 66.3919413919vw, 725px);
  right: 0;
}
.sec-charmant__list-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-charmant__list-img {
    display: none;
  }
}

/*--------------------------------------------------------------------------
  sec-follow
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-follow {
  padding: 90px 0 180px;
}
@media only screen and (max-width: 767px) {
  .sec-follow {
    padding: 65px 0 100px;
  }
}
.sec-follow__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-follow__inner {
    display: block;
  }
}
.sec-follow__imgarea {
  width: clamp(275px, 45.8333333333vw, 550px);
}
@media only screen and (max-width: 767px) {
  .sec-follow__imgarea {
    display: none;
  }
}
.sec-follow__img {
  position: sticky;
  top: 88px;
  width: clamp(275px, 45.8333333333vw, 550px);
}
.sec-follow__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-follow__img {
    display: none;
  }
}
.sec-follow__txtarea {
  width: clamp(275px, 45.8333333333vw, 550px);
}
@media only screen and (max-width: 767px) {
  .sec-follow__txtarea {
    width: 100%;
  }
}
.sec-follow__txtarea img {
  width: 100%;
  height: auto;
}
.sec-follow__hdg {
  margin-bottom: 100px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 4px;
  text-align: center;
  background: var(--color-grade-brand, linear-gradient(90deg, #242424 0%, #65B3E3 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sec-follow__hdg {
    margin-bottom: 60px;
    font-size: 27px;
    line-height: 1.9;
    letter-spacing: 2.7px;
    text-align: left;
  }
}
.sec-follow__txt {
  margin-bottom: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 767px) {
  .sec-follow__txt {
    margin-bottom: 60px;
    font-size: 15px;
  }
}
.sec-follow__img1 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-follow__img1 {
    position: static;
    margin-bottom: 60px;
    width: 100%;
  }
}
.sec-follow__img3 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-follow__img3 {
    margin-top: 30px;
  }
}
.sec-follow__img2, .sec-follow__img3 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-follow__img2, .sec-follow__img3 {
    width: 100%;
  }
}
.sec-follow__img2 figcaption, .sec-follow__img3 figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-follow__img2 figcaption, .sec-follow__img3 figcaption {
    font-size: 11px;
  }
}
.sec-follow__img3 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=brand.css.map */