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

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

@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;
}

/* loadが完了するまで非表示 */
body {
  visibility: hidden;
}
body.visible{
  visibility: visible;
}

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

/*=============== ▼共通(LANDSCAPE・▼PORTRAIT) ===============*/
.mv {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.mv.js-none {
  display: none;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.scroll-item[data-anime="fade-in-bottom01"] {
  /* top: -40%; */
}


.scroll-item picture {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.scroll-item picture img {
  width: auto;
  height: auto;
}

.sec-container {
  position: relative;
  margin-top: 200vh;
  width: 100vw;
  height: 100vh;
}

.sec02,
.sec03,
.sec04,
.sec05,
.sec06 {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.sec03,
.sec04,
.sec05,
.sec06 {
  top: 100vh;
}

.sec06 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(255 255 255 / 0.8);
}

.sec06 picture {
  display: flex;
  justify-content: center;
}

.sec06 .link {
  margin-inline: auto;
}

.sec02 .inner,
.sec03 .inner,
.sec04 .inner,
.sec05 .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/*=============== ▼LANDSCAPE(PC) ===============*/
@media screen and (orientation: landscape) {
  .sec02 img,
  .sec03 img,
  .sec04 img,
  .sec05 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec06 picture img {
    width: 52%;
    height: auto;
  }
  .sec06 .link {
    width: 15.2%;
  }
  .sec06 .link img {
    width: 100%;
    height: auto;
  }

}
/*=============== ▲LANDSCAPE(PC) ===============*/

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

@media screen and (orientation: portrait) {
  .sec02 {
    background: url(/product/closeup/assets/img/fjr/sec02-bg-P.jpg) no-repeat center center / cover;
  }
  .sec02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
  }

  .sec03 {
    background: url(/product/closeup/assets/img/fjr/sec03-bg-P.jpg) no-repeat center center / cover;
  }
  .sec03 img {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    height: auto;
  }

  .sec04 {
    background: url(/product/closeup/assets/img/fjr/sec04-bg-P.jpg) no-repeat center center / cover;
  }
  .sec04 img {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
  }

  .sec05 {
    background: url(/product/closeup/assets/img/fjr/sec05-bg-P.jpg) no-repeat center center / cover;
  }
  .sec05 img {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    height: auto;
  }

  .sec06 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sec06 picture img {
    height: auto;
  }
  .sec06 .link {
    width: 36%;
  }
  .sec06 .link img {
    width: 100%;
    height: auto;
  }
}
/*=============== ▲PORTRAIT(SP) ===============*/
