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

#kfh_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: 250vh;
  overflow: hidden;
}

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

@media screen and (orientation: landscape) {

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

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

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

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

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

  .obj003 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/kfh/obj003_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/kfh/bg004_L.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .obj004 {
    position: absolute;
    left: 50%;
    margin: 55% 0 0 0;
    width: 100%;
    transform: translateX(-50%);
  }

  .relative-wrap {
    position: relative;
  }

  .obj005 {
    position: absolute;
    top: 45%;
    left: 47.5%;
    width: 15%;
  }

  .obj006 {
    position: absolute;
    top: 73.5%;
    left: 48%;
    width: 18%;
  }
}

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

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

@media screen and (orientation: portrait) {

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

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

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

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

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

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

  .obj003 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("/product/closeup/assets/img/kfh/obj003_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/kfh/bg004_P.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .obj004 {
    position: absolute;
    left: 50%;
    margin: 200% 0 0 0;
    width: 100%;
    transform: translateX(-50%);
  }

  .relative-wrap {
    position: relative;
  }

  .obj005 {
    position: absolute;
    top: 42%;
    left: 3%;
    width: 32%;
  }

  .obj006 {
    position: absolute;
    top: 84.5%;
    left: 56%;
    width: 40%;
  }
}

/*=============== ▲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;
}