@charset "utf-8";

/*=============== ▼Webフォント ===============*/

@font-face {
  font-family: "mplus";
  src: url("/product/closeup/assets/font/mplus/mplus-1p-thin.woff")
      format("woff"),
    url("/product/closeup/assets/font/mplus/mplus-1p-thin.ttf")
      format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "mplus";
  src: url("/product/closeup/assets/font/mplus/mplus-1p-light.woff")
      format("woff"),
    url("/product/closeup/assets/font/mplus/mplus-1p-light.ttf")
      format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "mplus";
  src: url("/product/closeup/assets/font/mplus/mplus-1p-regular.woff")
      format("woff"),
    url("/product/closeup/assets/font/mplus/mplus-1p-regular.ttf")
      format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "mplus";
  src: url("/product/closeup/assets/font/mplus/mplus-1p-medium.woff")
      format("woff"),
    url("/product/closeup/assets/font/mplus/mplus-1p-medium.ttf")
      format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "mplus";
  src: url("/product/closeup/assets/font/mplus/mplus-1p-bold.woff")
      format("woff"),
    url("/product/closeup/assets/font/mplus/mplus-1p-bold.ttf")
      format("truetype");
  font-weight: 700;
}

/*=============== ▲Webフォント ===============*/

/*=============== ▼BASE ===============*/

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

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

.footer {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #F3F3F3;
}

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

.row {
  margin: 0 auto;
  width: 100%;
}

#jbr_contents {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.sec001 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  overflow: hidden;
}

.sec002 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  overflow: hidden;
}

.sec003 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  overflow: hidden;
}

.sec004 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  overflow: hidden;
}

.sec005 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/*=============== ▼LANDSCAPE(PC) ===============*/

@media screen and (orientation: landscape) {

  .bg001 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("/product/closeup/assets/img/jbr2022/bg001_L.jpg") center top /
      cover no-repeat;
    overflow: hidden;
  }

  .bg001_blur {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("/product/closeup/assets/img/jbr2022/bg001_blur_L.jpg") center
      top / cover no-repeat;
    overflow: hidden;
  }

  .bg002 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg002_L.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg002_blur {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("/product/closeup/assets/img/jbr2022/bg002_blur_L.jpg") center
      top / cover no-repeat;
    overflow: hidden;
  }

  .bg003 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg003_L.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg003_blur {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg003_blur_L.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg004 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg004_L.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg004_blur {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg004_blur_L.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg005 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg005_L.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .obj001 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .obj002 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj002_L.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj003 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj003_L.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj004 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj004_L.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj005 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj005_L.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj006 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj006_L.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj007 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj007_L.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj008 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj008_L.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj009 {
    position: absolute;
    top: 14%;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
  }

  .obj010 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 42%;
  }

  .obj011 {
    position: absolute;
    top: 46%;
    right: 0%;
    width: 42%;
  }
}

/*=============== ▲LANDSCAPE ===============*/

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

@media screen and (orientation: portrait) {

  .bg001 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("/product/closeup/assets/img/jbr2022/bg001_P.jpg") center top /
      cover no-repeat;
    overflow: hidden;
  }

  .bg001_blur {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("/product/closeup/assets/img/jbr2022/bg001_blur_P.jpg") center
      top / cover no-repeat;
    overflow: hidden;
  }

  .bg002 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg002_P.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg002_blur {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("/product/closeup/assets/img/jbr2022/bg002_blur_P.jpg") center
      top / cover no-repeat;
    overflow: hidden;
  }

  .bg003 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg003_P.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg003_blur {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg003_blur_P.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg004 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg004_P.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg004_blur {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg004_blur_P.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg005 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/bg005_P.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .obj001 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .obj002 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj002_P.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj003 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj003_P.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj004 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj004_P.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj005 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj005_P.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj006 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj006_P.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj007 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj007_P.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj008 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/jbr2022/obj008_P.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .obj009 {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }

  .obj010 {
    position: absolute;
    top: 26%;
    left: 0;
    width: 100%;
  }

  .obj011 {
    position: absolute;
    top: 56%;
    right: 0;
    width: 100%;
  }
}

/*=============== ▲PORTRAIT ===============*/

/*=============== ▼クローズアップサーモス用 ===============*/

.archive-content .divider {
  height: 1px !important;
  background: #000 !important;
}

.archive-content p {
  color: #fff !important;
}

.archive-content p a {
  color: #fff !important;
}

.archive-content p a:hover {
  text-decoration: underline !important;
}