@charset "utf-8";
/*=============== ▼BASE ===============*/

.negativemargin_main {
  margin: -90px 0 0 0;
  overflow: hidden;
}

.negativemargin_main img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 64em) {
  .negativemargin_main {
    margin: -60px 0 0 0;
  }
}

header {
  transition: 0.3s;
}

header.hide {
  transform: translateY(-100%);
}

.header {
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0.95);
}

*:focus {
  outline: none;
}

/*=============== ▼コンテンツ挿入部分 ===============*/

/*=============== ▼共通(LANDSCAPE・▼PORTRAIT) ===============*/

.mv-bg {
  position: relative;
  height: 200vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mv {
  position: relative;
  height: 100vh;
}
.mv picture {
  position: absolute;
  z-index: 2;
}

.feature01 {
  position: relative;
  height: 100vh;
}
.feature01 .title {
  position: absolute;
  z-index: 3;
}
.feature01 .comment {
  position: absolute;
  z-index: 3;
}
.feature01 picture {
  position: absolute;
}

.feature02 {
  position: relative;
}
.feature02-bg {
  position: relative;
  max-height: initial !important;
  height: 100vh !important;
}
.feature02 .title {
  position: absolute;
  z-index: 1;
}
.feature02 .comment {
  position: absolute;
  z-index: 1;
}
.feature02 .tumbler {
  position: absolute;
  left: 0;
}
.feature02 .tumbler01 {
  z-index: 2;
}
.feature02 .tumbler02 {
  z-index: 1;
}

.use {
  position: relative;
}
.use-bg {
  position: relative;
  max-height: initial !important;
  height: 100vh !important;
  z-index: 3;
}
.use p {
  position: absolute;
}

.products {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh !important;
  max-height: initial !important;
  background-color: rgb(255 255 255 / 0.9);
}
.products a {
  width: fit-content;
  transition: opacity 0.3s ease;
}
.products a:hover {
  opacity: 0.75;
}

/*=============== ▼LANDSCAPE(PC) ===============*/
@media screen and (orientation: landscape) {
  .mv-bg {
    /* aspect-ratio: 3075 / 1912; */
    background-image: url("/product/closeup/assets/img/jdu/mv-bg.png");
  }
  .mv {
    height: 100vh;
  }

  .feature01 .title {
    top: 2vw;
    left: 28%;
    width: 22%;
  }

  .feature01 .comment {
    top: 11vw;
    left: 21%;
    width: 11%;
  }

  .feature02 {
    height: 250vh;
  }
  .feature02 .title {
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
  }
  .feature02 .comment {
    top: 24.8vw;
    left: 60.7%;
    width: 13%;
  }
  .feature02-bg {
    background: url(/product/closeup/assets/img/jdu/feature-bg.png) no-repeat center / cover;
  }

  .use {
    height: 200vh;
  }
  .use-bg {
    background: url(/product/closeup/assets/img/jdu/use-bg.jpg) no-repeat top center / cover;
  }
  .use p {
    top: 6vh;
    left: 35%;
    width: 37%;
  }
}
/*=============== ▲LANDSCAPE(PC) ===============*/

/*=============== ▼PORTRAIT(SP) ===============*/

@media screen and (orientation: portrait) {
  .mv-bg {
    /* aspect-ratio: 1281 / 2714; */
    background-image: url("/product/closeup/assets/img/jdu/mv-bg-sp.png");
  }
  .mv {
    height: 103vh;
  }

  .feature01 .title {
    top: 3vh;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .feature01 .comment {
    top: 25vh;
    left: 10%;
    width: 29%;
  }

  .feature02 {
    height: 240vh;
  }
  .feature02 .title {
    top: 35vh;
    left: 13%;
    width: 78%;
  }
  .feature02 .comment {
    top: 48vh;
    left: 63%;
    width: 32%;
  }
  .feature02-bg {
    background: url(/product/closeup/assets/img/jdu/feature-bg-sp.png) no-repeat center / cover;
  }

  .use {
    height: 150vh;
  }
  .use-bg {
    background: url(/product/closeup/assets/img/jdu/use-bg-sp.jpg) no-repeat top center / cover;
  }
  .use p {
    top: 2vh;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
}
/*=============== ▲PORTRAIT(SP) ===============*/
