@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: "huifont";
  src: url("/product/closeup/assets/font/huifont/HuiFontP109.woff") format("woff"), url("/product/closeup/assets/font/huifont/HuiFontP109.ttf") format("truetype");
  font-weight: 400; }
.huifont {font-family: "huifont" !important;}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/product/closeup/assets/font/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/product/closeup/assets/font/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(/product/closeup/assets/font/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(/product/closeup/assets/font/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /*inherit*/
  line-height: 1; /*inherit*/
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

i.material-icons.home:before { content: "\e88a";  font-size: inherit; line-height: 1; vertical-align: -22%; margin-right: 5px; }

i.material-icons.archive:before { content: "\e03b";  font-size: inherit; line-height: 1; vertical-align: -24%; margin-right: 5px; }

i.material-icons.link:after { content: "\e315";  font-size: inherit; line-height: 1; vertical-align: -28%;}

i.material-icons.totop:before { content: "\e25a";  font-size: inherit; line-height: 1; vertical-align: ; margin-right: 5px; }

.rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

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


*:focus {
  outline: none;
}

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

.slider_limit { width: 100%; margin: 0 auto;}
.slider_negative_m {margin-top: -60px !important;}
@media screen and (min-width:47.938em){
.slider_limit { max-width: 70%; margin: 0 auto;}
.slider_negative_m {margin-top: -120px !important;}
}


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


.containerInner {
  width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	}
  .containerInner.jbj-height { height: 100vh; }
  .containerInner.secape-height { height: 100%; }
  .containerInner.secinsta-height { height: 100%; }
  .containerInner.secproducts-height { height: 100%; }
	@media only screen and (min-width: 340px) {
	}
	@media only screen and (min-width: 370px) {
	}
	@media only screen and (min-width: 400px) {
	}
	@media only screen and (min-width: 430px) {
	}
	@media only screen and (min-width: 500px) {
	}
	@media only screen and (min-width: 580px) {
	}
	@media only screen and (min-width: 601px) {
	}
	@media only screen and (min-width: 760px) {
	}
	@media only screen and (min-width: 800px) {
	}
	@media only screen and (min-width: 993px) {
	}
	@media only screen and (min-width: 1024px) {
	}
	@media only screen and (min-width: 1200px) {
	}
	@media only screen and (min-width: 1300px) {
	}
	@media only screen and (min-width: 1400px) {
	}




.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.scene {
  min-height: 460px;
  position: relative;
  overflow: hidden;
}
.layer {
  position: absolute;
}
.layer div {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.background01a {
  background: url("/product/closeup/assets/img/jbj/background01a.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.background01b {
  background: url("/product/closeup/assets/img/jbj/background01b.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.background01c {
  background: url("/product/closeup/assets/img/jbj/background01c.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.background02a {
  background: url("/product/closeup/assets/img/jbj/background02a.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.background03a {
  background: url("/product/closeup/assets/img/jbj/background03a.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.background03b {
  background: url("/product/closeup/assets/img/jbj/background03b.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}

.landscape .background04a {
  background: url("/product/closeup/assets/img/jbj/background04a.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.landscape .background04b {
  background: url("/product/closeup/assets/img/jbj/background04b.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.landscape .background04c {
  background: url("/product/closeup/assets/img/jbj/background04c.png") no-repeat center center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}

.portrait .background04a {
  background: url("/product/closeup/assets/img/jbj/background04a.png") no-repeat right center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.portrait .background04b {
  background: url("/product/closeup/assets/img/jbj/background04b.png") no-repeat right center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.portrait .background04c {
  background: url("/product/closeup/assets/img/jbj/background04c.png") no-repeat right center;
  bottom: -5%;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}

/*** Section-JBJ/Landscape ***/
#sectionjbj .landscape .slider-slick { position: absolute; top:0; left: 0; width: 100%; height: 100vh; padding:0; z-index: 30; background: ; }

#sectionjbj .landscape .descbox { position: relative; overflow: hidden; top:6%; left: 5%; width: 45%; height: 58%; padding:5%; color:#fff; }
@media only screen and (min-width: 600px) {
#sectionjbj .landscape .descbox { top:7%; left: 5%; width: 45%; height: 68%; }
}
@media only screen and (min-width: 680px) {
#sectionjbj .landscape .descbox { top:8%; left: 5%; width: 45%; height: 72%; }
}
@media only screen and (min-width: 700px) {
#sectionjbj .landscape .descbox { top:8%; left: 5%; width: 45%; height: 74%; }
}
@media only screen and (min-width: 800px) {
#sectionjbj .landscape .descbox { top:10%; left: 5%; width: 45%; height: 80%; }
}

#sectionjbj .landscape .subtitle { position: absolute; top:5%; left:5%; width: 60%; height: ; padding:0; color:;}

#sectionjbj .landscape .desc { position: absolute; top:26%; left:5%; width: 60%; padding:0; color: #fff; font-size: .8em;}
@media only screen and (min-width: 600px) {
#sectionjbj .landscape .desc { font-size: .9em;}
}
@media only screen and (min-width: 800px) {
#sectionjbj .landscape .desc { font-size: 1em;}
}
@media only screen and (min-width: 993px) {
#sectionjbj .landscape .desc { font-size: 1.2em;}
}
#sectionjbj .landscape .desc a { color: #fff; }

#sectionjbj .landscape .productlink { position: relative; width: 15%; padding: 1em 0 0 0;}

#sectionjbj .landscape .recipebox { position: absolute; bottom:-12%; left:-12%; width: 60%; padding:0; }
@media only screen and (min-width: 500px) {
#sectionjbj .landscape .recipebox { bottom:-16%; left:-12%; width: 60%; }
}
@media only screen and (min-width: 800px) {
#sectionjbj .landscape .recipebox { bottom:-15%; left:-12%; width: 60%; }
}
@media only screen and (min-width: 993px) {
#sectionjbj .landscape .recipebox { bottom:-12%; left:-12%; width: 60%; }
}

#sectionjbj .landscape .recipelink { position: absolute; bottom:6%; left:8%; width: 40%; padding:0; }
@media only screen and (min-width: 800px) {
#sectionjbj .landscape .recipelink { bottom:12%; left:14%; width: 26%; }
}

#sectionjbj .landscape .product { position: absolute; top:50%; left: 38%; width: 24%; -webkit-transform: translateY(-80%); -ms-transform: translateY(-80%); transform: translateY(-80%);}
@media only screen and (min-width: 600px) {
#sectionjbj .landscape .product { top:50%; left: 38%; width: 24%; -webkit-transform: translateY(-60%); -ms-transform: translateY(-60%); transform: translateY(-60%);}
}
@media only screen and (min-width: 700px) {
#sectionjbj .landscape .product { top:50%; left: 38%; width: 24%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
}

/*** Section-JBJ/Portrait ***/
#sectionjbj .portrait .slider-slick { position: absolute; top:0; left: 0; width: 100%; height: 100vh; padding:0; z-index: 30; background: ; }

#sectionjbj .portrait .descbox { position: relative; overflow: hidden; top:65%; left: 5%; width: 90%; height: 35%; padding:5%; color:#fff; }
@media only screen and (min-width: 360px) {
#sectionjbj .portrait .descbox { top:70%; left: 5%; width: 90%; height: 30%; }
}

#sectionjbj .portrait .subtitle { position: absolute; top:10%; right:5%; width: 50%; height: ; padding:0; color:;}

#sectionjbj .portrait .desc { position: absolute; top:43%; right:5%; width: 50%; padding:0; color: #fff; font-size: .8em; text-align: right;}
@media only screen and (min-width: 500px) {
#sectionjbj .portrait .desc { font-size: 1em;}
}
@media only screen and (min-width: 700px) {
#sectionjbj .portrait .desc { top:48%; font-size: 1.1em;}
}
@media only screen and (min-width: 993px) {
#sectionjbj .portrait .desc { font-size: 1.2em;}
}
#sectionjbj .portrait .desc a { color: #fff; }

#sectionjbj .portrait .productlink { position: relative; width: 18%; padding: .5em 0 0 0; float: right;}

#sectionjbj .portrait .recipebox { position: absolute; bottom:-30%; left:-18%; width: 60%; padding:0; }
@media only screen and (min-width: 500px) {
#sectionjbj .portrait .recipebox { bottom:-30%; left:-12%; width: 60%; }
}
@media only screen and (min-width: 700px) {
#sectionjbj .portrait .recipebox { bottom:-30%; left:-12%; width: 50%; }
}

#sectionjbj .portrait .recipelink { position: absolute; bottom:6%; left:6%; width: 40%; padding:0; }
@media only screen and (min-width: 700px) {
#sectionjbj .portrait .recipelink { bottom:12%; left:8%; width: 26%; }
}

#sectionjbj .portrait .product { position: absolute; top:50%; left: 25%; width: 50%; -webkit-transform: translateY(-72%); -ms-transform: translateY(-72%); transform: translateY(-72%);}
@media only screen and (min-width: 600px) {
#sectionjbj .portrait .product { top:50%; left: 25%; width: 50%; -webkit-transform: translateY(-70%); -ms-transform: translateY(-70%); transform: translateY(-70%);}
}



/*** Section APE ***/

#sectionape .background { position: relative; padding: 0; margin: 0; }
#sectionape .background img { display: block; }

#sectionape .subtitle { position: absolute; top:15%; left:25%; width: 50%; padding:0; color: #000; font-size: 1.3em; text-align: center;}
@media only screen and (min-width: 400px) {
#sectionape .subtitle { top:15%; left:25%; width: 50%; font-size: 1.6em; }
}
@media only screen and (min-width: 500px) {
#sectionape .subtitle { top:15%; left:25%; width: 50%; font-size: 1.8em; }
}
@media only screen and (min-width: 700px) {
#sectionape .subtitle { top:15%; left:25%; width: 50%; font-size: 2.2em; }
}
@media only screen and (min-width: 993px) {
#sectionape .subtitle { top:18%; left:25%; width: 50%; font-size: 3em; }
}

#sectionape .desc { position: absolute; top:30%; left:25%; width: 50%; padding:0; color: #000; font-size: .8em; text-align: center;}
@media only screen and (min-width: 400px) {
#sectionape .desc { top:30%; left:25%; width: 50%; font-size: .9em; }
}
@media only screen and (min-width: 500px) {
#sectionape .desc { top:30%; left:25%; width: 50%; font-size: 1em; }
}
@media only screen and (min-width: 700px) {
#sectionape .desc { top:30%; left:25%; width: 50%; font-size: 1.2em; }
}
@media only screen and (min-width: 993px) {
#sectionape .desc { top:31%; left:25%; width: 50%; font-size: 1.2em; }
}

#sectionape .instalink { position: absolute; top:55%; left:46%; width: 8%; padding:0; }
@media only screen and (min-width: 993px) {
#sectionape .instalink { top:40%; left:47%; width: 6%; }
}



/*** #sectioninsta ***/
#sectioninsta .insta { position: relative; width: 80%; top: 0; left: 10%; background: ; padding: 0; }

#sectioninsta .secinsta_title { position: relative; width: 100%; text-align: center; font-size: 1.3em; margin-top: 1.6em; color: #fff;}
@media only screen and (min-width: 400px) {
#sectioninsta .secinsta_title { font-size: 1.6em; margin-top: 1.6em; }
}
@media only screen and (min-width: 500px) {
#sectioninsta .secinsta_title { font-size: 1.8em; margin-top: 1.6em; }
}
@media only screen and (min-width: 700px) {
#sectioninsta .secinsta_title { font-size: 2.2em; margin-top: 1.8em; }
}
@media only screen and (min-width: 993px) {
#sectioninsta .secinsta_title { font-size: 3em; margin-top: 2em; }
}


#sectioninsta .secinsta_icon { margin: 1% auto; width: 15%; }
@media only screen and (min-width: 400px) {
  #sectioninsta .secinsta_icon { width: 12%; }
}
@media only screen and (min-width: 601px) {
  #sectioninsta .secinsta_icon { width: 10%; }
}
@media only screen and (min-width: 993px) {
  #sectioninsta .secinsta_icon { width: 6%;}
}


/*** Section Products ***/

#sectionproducts .secproducts_title { position: relative; width: 100%; text-align: center; font-size: 1.3em; margin: 1.6em 0 1em 0; color: #000;}
@media only screen and (min-width: 400px) {
#sectionproducts .secproducts_title { font-size: 1.6em; margin: 1.6em 0 1em 0;}
}
@media only screen and (min-width: 500px) {
#sectionproducts .secproducts_title { font-size: 1.8em; margin: 1.6em 0 1em 0;}
}
@media only screen and (min-width: 700px) {
#sectionproducts .secproducts_title { font-size: 2.2em; margin: 1.8em 0 1em 0;}
}
@media only screen and (min-width: 993px) {
#sectionproducts .secproducts_title { font-size: 3em; margin: 2em 0 1em 0;}
}

#sectionproducts .background { position: relative; padding: 0; margin: 0 0 2em 0; }
#sectionproducts .background img { display: block; }

#sectionproducts .productslink { position: absolute; top:48%; left:46%; width: 8%; padding:0;}
@media only screen and (min-width: 993px) {
#sectionproducts .productslink { top:50%; left:46%; width: 8%;}
}



/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/product/closeup/assets/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/product/closeup/assets/slick/fonts/slick.eot');
    src: url('/product/closeup/assets/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/product/closeup/assets/slick/fonts/slick.woff') format('woff'), url('/product/closeup/assets/slick/fonts/slick.ttf') format('truetype'), url('/product/closeup/assets/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: #000; /*color: transparent;*/
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #f00; /*color: transparent;*/
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute; left: 40px;
    z-index: 200;
}
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute; right: 40px;
    z-index: 200;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}



