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

.negativemargin_main { margin-top: -90px;}
@media screen and (max-width:64em){
.negativemargin_main { margin-top: -60px;}  
}
header{ transition: .3s; }
header.hide{ transform: translateY(-100%); }

*:focus {
  outline: none;
}

@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
  .landscape { display: block !important; }
  .portrait { display: none !important; }
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
  .landscape { display: none !important; }
  .portrait { display: block !important; }
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(0deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(1deg);}
}
@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(0deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(1deg);}
}

#jdj_contents {
  width: 100%;
  height: ;
  overflow: hidden;
  position: relative;
  z-index: 0;
  }
.sec_outro {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #9ed8b3;
	}
  
@media screen and (orientation: landscape) {
.intro_bg {
  width: 100%;
  height: 100vh;
  position: relative;
  background:url('/product/closeup/assets/img/jdj/intro_bg_L.jpg') center center / cover no-repeat;
	}
.intro_title {
  position: absolute; width: 30%; top:50%; left: 50%; transform: translateY(-50%) translateX(-50%);
  }	
.obj_intro {
  position: absolute; width: 20%; top:50%; left: 20%; transform: translateY(-50%) translateX(-50%);
  }	
.obj_products {
  position: absolute; width: 50%; top:50%; left: 70%; transform: translateY(-50%) translateX(-50%);
  }	
.sub_title { position: absolute; width: 40%; top: 30%; left: 50%; transform: translateY(-50%) translateX(-50%);}
.sub_title_outro { position: absolute; width: 40%; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%);}
.obj_outro_products {
  position: absolute; width: 100%; top:100%; left: 50%; transform: translateY(-50%) translateX(-50%);
  }	
.obj_outro_smoothy {
  position: absolute; width: 100%; top:5%; left: 50%; transform: translateY(-50%) translateX(-50%);
  }	
.sec_001 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background:url('/product/closeup/assets/img/jdj/bg_sec_001_L.jpg') center center / cover no-repeat;
	}
.sec_002 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background:url('/product/closeup/assets/img/jdj/bg_sec_002_L.jpg') center center / cover no-repeat;
	}
.sec_003 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background:url('/product/closeup/assets/img/jdj/bg_sec_003_L.jpg') center center / cover no-repeat;
	}
.sec_004 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background:url('/product/closeup/assets/img/jdj/bg_sec_004_L.jpg') center center / cover no-repeat;
	}
}
@media screen and (min-width: 600px) and (orientation: landscape) {
.intro_title {
  width: 35%; top:50%; left: 50%;
  }	
}
@media screen and (min-width: 800px) and (orientation: landscape) {
.intro_title {
  width: 35%; top:50%; left: 50%;
  }	
}
@media screen and (min-width: 960px) and (orientation: landscape) {
.intro_title {
  width: 35%; top:50%; left: 50%;
  }	
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
.intro_title {
  width: 30%; top:50%; left: 50%;
  }	
}
@media screen and (min-width: 1280px) and (orientation: landscape) {
}
@media screen and (min-width: 1440px) and (orientation: landscape) {
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
}
/*landscape*/

/*portrait*/
@media screen and (orientation: portrait) {
.intro_bg {
  width: 100%;
  height: 100vh;
  position: relative;
  background:url('/product/closeup/assets/img/jdj/intro_bg_P.jpg') center center / cover no-repeat;
	}
.intro_title {
  position: absolute; width: 52%; top:43%; left: 30%; transform: translateY(-50%) translateX(-50%);
  }	
.obj_intro {
  position: absolute; width: 30%; top:30%; left: 30%; transform: translateY(-50%) translateX(-50%);
  }	
.obj_products {
  position: absolute; width: 90%; top:60%; left: 70%; transform: translateY(-50%) translateX(-50%);
  }	
.sub_title { position: absolute; width: 80%; top: 28%; left: 50%; transform: translateY(-50%) translateX(-50%); background: rgba(239, 27, 27, 0);}
.sub_title_outro { position: absolute; width: 80%; top: 40%; left: 50%; transform: translateY(-50%) translateX(-50%);}
.obj_outro_products {
  position: absolute; width: 145%; top:85%; left: 50%; transform: translateY(-50%) translateX(-50%);
  }	
.obj_outro_smoothy {
  position: absolute; width: 150%; top:8%; left: 50%; transform: translateY(-50%) translateX(-50%);
  }	
.sec_001 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background:url('/product/closeup/assets/img/jdj/bg_sec_001_P.jpg') center left / cover no-repeat;
	}
.sec_002 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background:url('/product/closeup/assets/img/jdj/bg_sec_002_P.jpg') center left / cover no-repeat;
	}
.sec_003 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background:url('/product/closeup/assets/img/jdj/bg_sec_003_P.jpg') center left / cover no-repeat;
	}
.sec_004 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background:url('/product/closeup/assets/img/jdj/bg_sec_004_P.jpg') center left / cover no-repeat;
	}
}
@media screen and (min-width: 350px) and (orientation: portrait) {
}
@media screen and (min-width: 400px) and (orientation: portrait) {
}
@media screen and (min-width: 450px) and (orientation: portrait) {
}
@media screen and (min-width: 540px) and (orientation: portrait) {
}
@media screen and (min-width: 760px) and (orientation: portrait) {
.intro_title {
  position: absolute; width: 45%; top:43%; left: 30%;
  }	
}
@media screen and (min-width: 900px) and (orientation: portrait) {
.intro_title {
  position: absolute; width: 40%; top:43%; left: 30%;
  }	
.obj_intro {
  position: absolute; width: 22%; top:30%; left: 30%;
  }	
}
/*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;}


