/* TOPのみに適用するユニーククラス */
/* top固有 */
body.top .el_heading-l .el_heading-l__small{
  font-size: var(--h2-m);
}
/* FV */
.ly_fv{
  padding-top: 140px;
  overflow: hidden;
}
.ly_fv__inner{
  width: 100%;
}
.m_fv__heading{
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  font-size: var(--h1-m);
  line-height: var(--line-height-s);
  margin-bottom: 30px;
}
.m_fv{
  position: relative;
}
.m_fv__heading-em{
  font-size: 44px;
  color: var(--primary-700);
}
.m_fv__heading-large{
  font-size: 44px;
}
.m_fv__heading-small{
  font-size: 30px;
  font-weight: normal;
}
.m_fv__heading-br{
  display: block;
  margin-bottom: 10px;
}
.m_fv__heading-sub {
  position: relative;
  font-size: var(--fz-l);
  display: inline-block;
  margin-bottom: 15px;
  line-height: var(--line-height-l);
}
.m_fv__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_fv__main{
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.m_fv__main-logo{
  margin-bottom: 50px;
  margin-inline: auto;
}
.m_fv-record{
  margin-bottom: 30px;
}
.m_fv-record__copy{
  font-size: 24px;
}
.m_fv-record__copy-em{
  font-size: 25px;
  font-weight: bold;
}
.m_fv-record__copy--txspace{
  letter-spacing: 1.4px;
}
.m_fv-record__no1{
  font-size: 120px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
  color: var(--primary-700);
  line-height: 1;
}
.m_fv-movie{
  position: relative;
}
.m_fv-movie__label{
  position: absolute;
  top: -50px;
  right: 0;
  width: 110px;
  height: 110px;
}
.m_fv-movie_button:after{
  position: absolute;
  content: "";
  background: url(/asset/image/new_design/icon_youtube-play.svg);
  background-size: cover;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 80px;
  height: 59px;
  transition: .3s;
}
.m_fv-movie_button:hover:after{
  transform: translate(-50%, -70%) scale(1.1);
}
.m_fv__sub{
  position: relative;
  max-width: 560px;
  width: 100%;
}
.m_fv__sub.m_fv__sub--sp{
  display: none;
}
.m_fv__sub-image{
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.m_fv__sub-movie{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 3% 12% 0%;
}
.m_fv__sub-movie video{
  width: 100%;
  height: 100%;
}
.m_fv__sub-small{
  line-height: 1;
}
.m_fv__sub-small small{
  font-size: 10px;
}
.m_fv__sub-small.m_fv__sub-small--sp{
  display: none;
}
.m_fv__image-left{
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 189px;
}
.m_fv__image-right{
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 125px;
}
.m_fv__image-left.m_fv__image-left--sp,.m_fv__image-right.m_fv__image-right--sp{
  display: none;
}

@media (max-width: 768px) {
  /* FV */
  .ly_fv{
    padding-top: 50px;
  }
  .ly_fv__inner{
    padding-top: 30px;
  }
  .m_fv__heading{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .m_fv__heading em{
    font-size: 40px;
  }
  .m_fv__heading-large{
    font-size: 40px;
  }
  .m_fv__heading-small{
    font-size: 20px;
  }
  .m_fv__content{
    display: block;
  }
  .m_fv__main,.m_fv__sub{
    max-width: 100%;
  }
  .m_fv__main{
    margin-bottom: 0;
  }
  .m_fv-movie__label{
    width: 90px;
    height: 90px;
    top: -40px;
    right: 10px;
  }
  .m_fv-movie_button:after{
    width: 49px;
    height: 36px;
    transform: translate(-50%, -80%);
  }
  .m_fv-movie_button:hover:after {
    transform: translate(-50%, -80%) scale(1.1);
  }
  .m_fv-movie{
    padding-bottom: 20px;
  }
  .m_fv__sub-image{
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .m_fv__sub.m_fv__sub--pc{
    display: none;
  }
  .m_fv__sub.m_fv__sub--sp{
    display: block;
    margin-bottom: 20px;
  }
  .m_fv__sub-movie{
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 10px 36px;
  }
  .m_fv__sub-small.m_fv__sub-small--sp{
    display: block;
  }
  .m_fv-record{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    margin-bottom: 20px;
  }
  .m_fv__main-logo{
    margin: 0 auto 20px;
  }
  .m_fv-record__copy{
    font-size: 12px;
  }
  .m_fv-record__copy--txspace{
    letter-spacing: initial;
  }
  .m_fv-record__copy-em{
    font-size: 13px;
  }
  .m_fv-record__no1{
    font-size: 70px;
  }
  .m_fv__image-left{
    left: -30px;
    bottom: 0;
    width: 50px;
  }
  .m_fv__image-right{
    right: -32px;
    bottom: 0;
    width: 32px;
  }
  .m_fv__image-left.m_fv__image-left--pc,.m_fv__image-right.m_fv__image-right--pc{
    display: none;
  }
  .m_fv__image-left.m_fv__image-left--sp,.m_fv__image-right.m_fv__image-right--sp{
    display: block;
  }
}