@charset "UTF-8";
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
.header.is-open .drawer-btn__border::before, .header.is-open .drawer-btn__border::after {
  background: #000;
}

.nimbus {
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

#header {
  position: fixed;
}

#header .header__inner svg {
  fill: #fff;
}

.header .cls-4 {
  stroke: #fff;
}

.header .navigation__list {
  color: #fff;
}

.header .drawer-btn__border,
.header .drawer-btn__border::after,
.header .drawer-btn__border::before {
  background: #fff;
}

@media (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

#AU250108DEVICE1NERO {
  font-family: “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “Hiragino Sans W3”, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
  font-weight: 500;
  background-color: #000;
}
#AU250108DEVICE1NERO .mv {
  background-image: url(../img/pc/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 105rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  filter: blur(10px); /* 初期状態でぼかしを追加 */
  transition: all 0.5s;
}
#AU250108DEVICE1NERO .mv.is-init {
  opacity: 1;
  filter: blur(0); /* ぼかしを解除 */
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .mv {
    background-image: url(../img/sp/mv.jpg);
    height: 100vw;
  }
}
#AU250108DEVICE1NERO .mv hgroup {
  padding-top: 48.9rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .mv hgroup {
    padding-top: 52.2666666667vw;
  }
}
#AU250108DEVICE1NERO .mv hgroup .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#AU250108DEVICE1NERO .mv hgroup .ttl .img {
  width: 20rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .mv hgroup .ttl .img {
    width: 40vw;
  }
}
#AU250108DEVICE1NERO .mv hgroup .ttl .top {
  color: #fff;
  font-size: 5.5rem;
  letter-spacing: 0.09em;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .mv hgroup .ttl .top {
    font-size: calc(78*100vw/750);
    letter-spacing: 0.05em;
  }
}
#AU250108DEVICE1NERO .mv hgroup .ttl .bottom {
  color: #fff;
  letter-spacing: 0.3em;
  font-feature-settings: "palt";
  margin-top: 1rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .mv hgroup .ttl .bottom {
    margin-top: calc(12*100vw/750);
  }
}
#AU250108DEVICE1NERO .mv hgroup .subTtl {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.9142857143;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 2.7rem;
  padding-left: 0.4rem;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .mv hgroup .subTtl {
    font-size: 3.3333333333vw;
    line-height: 2;
    margin-top: 4.6666666667vw;
  }
}
#AU250108DEVICE1NERO .sec01 {
  width: 70rem;
  margin: 0 auto;
  padding-top: 25.8rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec01 {
    width: 100%;
    padding-top: 19.6vw;
  }
}
#AU250108DEVICE1NERO .sec01 .secInner .txtArea {
  width: fit-content;
  position: relative;
  z-index: 1;
  top: -4.6rem;
  left: 6.5rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec01 .secInner .txtArea {
    width: 92.2666666667vw;
    margin: 0 auto;
    top: calc(-7* 100vw / 750);
    left: calc(0* 100vw / 750);
  }
}
#AU250108DEVICE1NERO .sec01 .secInner .txtArea .txt {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  text-align: center;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec01 .secInner .txtArea .txt {
    font-size: 2.9333333333vw;
  }
}
#AU250108DEVICE1NERO .sec01 .secInner .imgArea {
  margin-top: -1.7rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec01 .secInner .imgArea {
    margin-top: calc(21*100vw/750);
  }
}
#AU250108DEVICE1NERO .sec01 .secInner .imgArea .img {
  width: 70rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec01 .secInner .imgArea .img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec01 .secInner .imgArea .list {
    width: 78.9333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6.5333333333vw auto;
  }
  #AU250108DEVICE1NERO .sec01 .secInner .imgArea .list_item a {
    color: #fff;
    font-size: 3.2vw;
    font-feature-settings: "palt";
    letter-spacing: 0.002em;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 4px; /* 下線をテキストから6px離す */
    text-decoration-color: #fff; /* 下線の色を青に設定 */
  }
}
#AU250108DEVICE1NERO .sec02 {
  padding-top: 22.3rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec02 {
    padding-top: 13.8666666667vw;
  }
}
#AU250108DEVICE1NERO .sec02 .secInner {
  width: 70rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec02 .secInner {
    width: 100%;
  }
}
#AU250108DEVICE1NERO .sec02 .secInner .imgArea .img {
  width: 70rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec02 .secInner .imgArea .img {
    width: 100%;
  }
}
#AU250108DEVICE1NERO .sec02 .secInner .txtArea {
  padding: 3.7rem 2.3rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec02 .secInner .txtArea {
    padding: 9.3333333333vw 6.5333333333vw;
  }
}
#AU250108DEVICE1NERO .sec02 .secInner .txtArea .txt {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.07em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec02 .secInner .txtArea .txt {
    font-size: 3.0666666667vw;
    line-height: 1.8695652174;
    letter-spacing: 0.1em;
  }
}
#AU250108DEVICE1NERO .sec03 {
  padding-top: 14.1rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec03 {
    padding-top: 9.3333333333vw;
  }
}
#AU250108DEVICE1NERO .sec03 .secInner {
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec03 .flexWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
#AU250108DEVICE1NERO .sec03 .txtArea {
  width: 48rem;
  margin: 10.9rem 0 0 22.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec03 .txtArea {
    width: 100%;
    margin: 7.8666666667vw 0 0 0;
    padding: 0 6.6666666667vw;
  }
}
#AU250108DEVICE1NERO .sec03 .txtArea .txt {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0;
  text-align: justify;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec03 .txtArea .txt {
    font-size: 3.0666666667vw;
    line-height: 1.8695652174;
    letter-spacing: 0.01em;
  }
}
#AU250108DEVICE1NERO .sec03 .imgArea {
  position: absolute;
  top: -10.9rem;
  right: 0;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec03 .imgArea {
    position: static;
  }
}
#AU250108DEVICE1NERO .sec03 .imgArea .img {
  width: 80rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec03 .imgArea .img {
    width: 100%;
  }
}
#AU250108DEVICE1NERO .sec03_bottomImgArea {
  margin: 34.6rem auto 0 22.6rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec03_bottomImgArea {
    margin: 9.4666666667vw 0 0 0;
    padding: 0 10vw;
  }
}
#AU250108DEVICE1NERO .sec03_bottomImgArea .img {
  width: 60rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec03_bottomImgArea .img {
    width: 100%;
  }
}
#AU250108DEVICE1NERO .sec04 {
  padding-top: 21.5rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec04 {
    padding-top: calc(216*100vw/750);
  }
}
#AU250108DEVICE1NERO .sec04 .secInner {
  width: 89.7rem;
  margin: 0 auto 0 30.3rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec04 .secInner {
    width: 100%;
    padding: 0 calc(50*100vw/750);
    margin: 0;
  }
}
#AU250108DEVICE1NERO .sec04 .secInner .txtArea {
  width: fit-content;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec04 .secInner .txtArea {
    width: 100%;
  }
}
#AU250108DEVICE1NERO .sec04 .secInner .txtArea .txt {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.071em;
  font-feature-settings: "palt";
  position: relative;
  left: 0.8rem;
  top: -0.6rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec04 .secInner .txtArea .txt {
    font-size: 3.0666666667vw;
    letter-spacing: 0.091em;
    left: calc(0*100vw/750);
    top: calc(-21*100vw/750);
  }
}
#AU250108DEVICE1NERO .sec04 .secInner .imgArea {
  margin-top: -5.9rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec04 .secInner .imgArea {
    margin-top: calc(0*100vw/750);;
  }
}
#AU250108DEVICE1NERO .sec04 .secInner .imgArea .img {
  width: 55rem;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .sec04 .secInner .imgArea .img {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#AU250108DEVICE1NERO .bg-white {
  padding: 0.8rem 1.2rem;
  display: block;
  color: #fff;
  margin-top: 0.37rem;
  white-space: nowrap;
  letter-spacing: 0.09em;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .bg-white {
    letter-spacing: 0.11em;
    padding: calc(0*100vw/750) calc(0*100vw/750);
    margin-top: calc(23*100vw/750);
  }
}
#AU250108DEVICE1NERO .btnWrap {
  padding: 16.8rem 0 17.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .btnWrap {
    padding: 27.4666666667vw 0 12.5333333333vw;
  }
}
#AU250108DEVICE1NERO .btnWrap .viewAll {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-feature-settings: "palt";
  padding-right: 1.8rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .btnWrap .viewAll {
    font-size: 3.8666666667vw;
    padding-right: 0;
    letter-spacing: 0.03em;
  }
}
#AU250108DEVICE1NERO .btnWrap .viewAll::after {
  content: "";
  width: 9rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  bottom: -19%;
  left: 40.3%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 750px) {
  #AU250108DEVICE1NERO .btnWrap .viewAll::after {
    width: 18.6666666667vw;
    bottom: -15%;
    left: 50.3%;
  }
}

@media (max-width: 750px) {
  #Foot {
    background: #000000;
  }
}

.fadein-point {
  opacity: 0;
  filter: blur(10px); /* 初期状態でぼかしを追加 */
  transition: all 0.5s;
}
.fadein-point.js-fadein {
  opacity: 1;
  filter: blur(0); /* ぼかしを解除 */
  display: inline-block;
}
.fadein-point.txt {
  opacity: 0;
  filter: blur(10px); /* 初期状態でぼかしを追加 */
  transform: translateX(-5%); /* 初期状態で右に50pxオフセット */
  transition: all 1s;
}
.fadein-point.txt.js-fadein {
  opacity: 1;
  filter: blur(0); /* ぼかしを解除 */
  transform: translateX(0%);
}

.clip-path {
  clip-path: inset(0 100% 0 0);
  transition-duration: 2s;
}
.clip-path.scroll-in {
  clip-path: inset(0);
}

.anime-up {
  opacity: 0;
}

.anime-up .letter {
  display: inline-block;
  opacity: 0; /* 初期状態で非表示 */
  transform: translateY(1rem); /* 下からの位置に配置 */
}

.anime-up.displayed {
  opacity: 1;
}
.anime-up.displayed .letter,
.anime-up.displayed + .displayed .letter {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: var(--delay, 0s); /* 個別に遅延を設定可能 */
}
.sub-text .letter {
  opacity: 0;
  display: inline-block;
}
.sub-text .letter:first-of-type {width: 2.1rem;}
.sub-text .letter:nth-of-type(2) {width: 1.5rem;}
.sub-text .letter:nth-of-type(3) {width: 1.8rem;}
.sub-text .letter:last-of-type {width: 2.7rem;}

@media (max-width: 750px) {
  .sub-text .letter:first-of-type {width: calc(30*100vw/750);}
  .sub-text .letter:nth-of-type(2) {width: calc(21*100vw/750);}
  .sub-text .letter:nth-of-type(3) {width: calc(26*100vw/750);}
  .sub-text .letter:last-of-type {width: calc(38*100vw/750);}
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */
