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

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

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

.mv {
  position: relative;
}

.mv .bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.mv h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 10;
}

.mv h1.fixed {
  position: fixed;
}

.mv ul.fixed {
  position: fixed;
  transform: translate(0, 0) !important;
}

.mv ul {
  position: relative;
  z-index: 8;
}

.mv ul li {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
}

.tumbler01 {
  z-index: 4;
  background-image: url("/product/closeup/assets/img/jnl/tumbler01.png");
}
.tumbler02 {
  z-index: 5;
  background-image: url("/product/closeup/assets/img/jnl/tumbler02.png");
}
.tumbler03 {
  z-index: 7;
  padding-top: 1px;
  background-image: url("/product/closeup/assets/img/jnl/tumbler03.png");
}
.tumbler04 {
  z-index: 6;
  background-image: url("/product/closeup/assets/img/jnl/tumbler04.png");
}
.tumbler05 {
  z-index: 3;
  background-image: url("/product/closeup/assets/img/jnl/tumbler05.png");
}
.tumbler06 {
  z-index: 2;
  background-image: url("/product/closeup/assets/img/jnl/tumbler06.png");
}

.mv .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.mv .catch.fixed {
  position: fixed;
}

.sec02 {
  position: relative;
  z-index: 10;
  height: 295vh;
}

.sec02 .longseller {
  position: relative;
  z-index: 7;
  width: 100%;
}

.sec02 .longseller img {
  transform: translateY(1vw);
  height: auto;
}

.sec02 .bg {
  position: absolute;
  z-index: 1;
}

.sec02 .bg::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
}

.sec02 .bg.fixed {
  position: fixed;
}

.sec02 .bg > img {
  display: block;
  width: fit-content;
  margin-inline: auto;
  object-fit: contain;
}

.sec02 .color-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50%));
  max-width: 344px;
  z-index: 3;
  object-fit: contain;
}

.sec03 {
  position: relative;
  z-index: 11;
}

.sec03 .bg {
  position: relative;
  z-index: 11;
  width: 100%;
}

.sec03 .bg img {
  height: auto;
}

.sec04 {
  position: relative;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec04 a {
  transition: opacity 0.3s ease;
}

.sec04 a:hover {
  opacity: 0.75;
}

/*=============== ▼LANDSCAPE(PC) ===============*/
@media screen and (orientation: landscape) {
  .mv {
    height: 250vh;
  }

  .mv .bg {
    background-image: url("/product/closeup/assets/img/jnl/bg01.png");
  }

  .mv h1 {
    top: 87vh;
  }

  .mv ul li {
    background-size: 10% auto;
  }

  .sec02 .bg {
    top: 47vw;
    width: 100%;
    padding-block: 20vh;
  }

  .sec02 .bg::before {
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/product/closeup/assets/img/jnl/color-bg.png);
    background-size: cover;
  }

  .sec02 .bg > img {
    max-height: 130vh;
  }

  .sec02 .color-text {
    width: 16%;
  }

  .sec03 .bg {
    height: 46vw;
  }

  .sec04 {
    background-image: url(/product/closeup/assets/img/jnl/link-bg.jpg);
  }
}
/*=============== ▲LANDSCAPE(PC) ===============*/

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

@media screen and (orientation: portrait) {
  .mv {
    height: 250vh;
  }

  .mv .bg {
    background-image: url("/product/closeup/assets/img/jnl/bg01-sp.png");
  }

  .mv h1 {
    top: 86vh;
  }

  .mv ul li {
    background-size: auto 70vh;
  }

  .sec02 .bg {
    top: 40vw;
    left: 50%;
    transform: translateX(-50%);
    width: 245vw;
  }

  .sec02 .bg::before {
    top: 15%;
    width: min(50%, 750px);
    height: 140vh;
    aspect-ratio: 640 / 960;
    background-image: url(/product/closeup/assets/img/jnl/color-bg-sp.png);
    background-size: cover;
  }

  .sec02 .bg > img {
    max-height: initial;
  }

  .sec02 .color-text {
    width: 23%;
  }

  .sec03 {
    position: relative;
  }

  .sec03 .bg {
    height: 121vw;
  }

  .sec03 .tumblers {
    height: 100%;
  }

  .sec04 {
    background-image: url(/product/closeup/assets/img/jnl/link-bg-sp.jpg);
  }

  #archive {
    margin-top: -1px;
  }
}
/*=============== ▲PORTRAIT(SP) ===============*/
