@font-face {
  font-family: "mplus";
  src: url("/recipe/new/assets/font/mplus-1p-light.woff") format("woff"), url("/recipe/new/assets/font/mplus-1p-light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "mplus";
  src: url("/recipe/new/assets/font/mplus-1p-regular.woff") format("woff"), url("/recipe/new/assets/font/mplus-1p-regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/recipe/new/assets/font/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/recipe/new/assets/font/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(/recipe/new/assets/font/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(/recipe/new/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);
}

.negativemargin_main { margin-top: -90px;}
@media screen and (max-width:64em){
.negativemargin_main { margin-top: -60px;}  
}

#wrapper {overflow: hidden !important; max-width: 1600px; margin: 0 auto;}

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

.yurayura1 {
-moz-animation: yurayura1 5s ease-in-out -2s infinite alternate;
-webkit-animation: yurayura1 5s ease-in-out -2s infinite alternate;
-o-animation: yurayura1 5s ease-in-out -2s infinite alternate;
-ms-animation: yurayura1 5s ease-in-out -2s infinite alternate;
}

@-moz-keyframes yurayura1 {
0% {
  -webkit-transform: rotateX(6deg) rotateY(10deg);
  -moz-transform: rotateX(6deg) rotateY(10deg);
  -o-transform: rotateX(6deg) rotateY(10deg);
  -ms-transform: rotateX(6deg) rotateY(10deg);
  transform: rotateX(6deg) rotateY(10deg);
  }
100% {
  -webkit-transform: rotateX(-5deg) rotateY(-8deg);
  -moz-transform: rotateX(-5deg) rotateY(-8deg);
  -o-transform: rotateX(-5deg) rotateY(-8deg);
  -ms-transform: rotateX(-5deg) rotateY(-8deg);
  transform: rotateX(-5deg) rotateY(-8deg);
  }
}

@-webkit-keyframes yurayura1 {
0% {
  -webkit-transform: rotateX(6deg) rotateY(10deg);
  -moz-transform: rotateX(6deg) rotateY(10deg);
  -o-transform: rotateX(6deg) rotateY(10deg);
  -ms-transform: rotateX(6deg) rotateY(10deg);
  transform: rotateX(6deg) rotateY(10deg);
  }
100% {
  -webkit-transform: rotateX(-5deg) rotateY(-8deg);
  -moz-transform: rotateX(-5deg) rotateY(-8deg);
  -o-transform: rotateX(-5deg) rotateY(-8deg);
  -ms-transform: rotateX(-5deg) rotateY(-8deg);
  transform: rotateX(-5deg) rotateY(-8deg);
  }
}

@-o-keyframes yurayura1 {
0% {
  -webkit-transform: rotateX(6deg) rotateY(10deg);
  -moz-transform: rotateX(6deg) rotateY(10deg);
  -o-transform: rotateX(6deg) rotateY(10deg);
  -ms-transform: rotateX(6deg) rotateY(10deg);
  transform: rotateX(6deg) rotateY(10deg);
  }
100% {
  -webkit-transform: rotateX(-5deg) rotateY(-8deg);
  -moz-transform: rotateX(-5deg) rotateY(-8deg);
  -o-transform: rotateX(-5deg) rotateY(-8deg);
  -ms-transform: rotateX(-5deg) rotateY(-8deg);
  transform: rotateX(-5deg) rotateY(-8deg);
  }
}

@-ms-keyframes yurayura1 {
0% {
  -webkit-transform: rotateX(6deg) rotateY(10deg);
  -moz-transform: rotateX(6deg) rotateY(10deg);
  -o-transform: rotateX(6deg) rotateY(10deg);
  -ms-transform: rotateX(6deg) rotateY(10deg);
  transform: rotateX(6deg) rotateY(10deg);
  }
100% {
  -webkit-transform: rotateX(-5deg) rotateY(-8deg);
  -moz-transform: rotateX(-5deg) rotateY(-8deg);
  -o-transform: rotateX(-5deg) rotateY(-8deg);
  -ms-transform: rotateX(-5deg) rotateY(-8deg);
  transform: rotateX(-5deg) rotateY(-8deg);
  }
}

@-webkit-keyframes chevron-pulse {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes chevron-pulse {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.tcon-svgchevron {
  height: 40px;
  width: 40px; }

.tcon-svgchevron path {
  -webkit-animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px; }

.tcon-svgchevron path.a1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.tcon-svgchevron path.a2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.tcon-svgchevron path.a3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }
  
.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;}
}
  
.containerInner {
  width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	}
  .containerInner.secIntro-height {
		height: 4200px;
	}
  @media only screen and (min-width: 400px) {
  .containerInner.secIntro-height { height: 4600px;}
  }
  @media only screen and (min-width: 420px) {
  .containerInner.secIntro-height { height: 4500px;}
  }
  @media only screen and (min-width: 520px) {
  .containerInner.secIntro-height { height: 4400px;}
  }
  @media only screen and (min-width: 601px) {
  .containerInner.secIntro-height { height: 4400px;}
  }
	@media only screen and (min-width: 993px) {
  .containerInner.secIntro-height { height: 5200px; }
  } 
	@media only screen and (min-width: 1025px) {
  .containerInner.secIntro-height { height: 5700px; }
  } 

  .containerInner.sec-end-height {
		height: 100%;
	}
	

#header-image h2 {
	position: absolute;
	left: 50%;
	bottom: 5%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: ;
	color: #fff;
	z-index: 2;
}
#header-image h2 i {
	font-size: .8em; line-height: 1; vertical-align: 16%; margin-right: 0; margin-top: ;
	}
#header-image .logo { position: absolute; top: 3.5rem; left: 2rem; background: ; width: 100px; }
@media only screen and (min-width: 601px) {
  #header-image .logo { width: 180px; }
  }
@media only screen and (min-width: 993px) {
  #header-image .logo { width: 200px; }
  } 

.title { position: absolute; width: 250px; top: -260px; right: -5px; }
@media only screen and (min-width: 601px) {
  .title { width: 350px; top: -180px; right: -5px;}
}
@media only screen and (min-width: 993px) {
  .title { width: 450px; top: -240px; right: -5px;}
}

/*** #sectionIntro ***/
#sectionIntro table {
    border: none;
  }
#sectionIntro table thead {
    display: none;
  }
#sectionIntro table tr {
    display: block;
    margin-bottom: 0px;
  }
#sectionIntro table td {
    display: block;
    padding: 4px;
    text-align: right;
  }
#sectionIntro table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

#sectionIntro .logo { position: absolute; width: 27%; top: 60px; right: 8%;}
@media only screen and (min-width: 400px) {
  #sectionIntro .logo { top: 60px; right: 8%; width: 22%;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .logo { top: 50px; right: 8%; width: 20%;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .logo { top: 60px; right: 10%; width: 17%;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .logo { top: 80px; right: 10%; width: 17%;}
}


#sectionIntro .mainpic { position: absolute; top: 0; left: 0; width: 100%;}
@media only screen and (min-width: 601px) {
  #sectionIntro .mainpic { top: 0; left: 0; width: 100%; }
}
@media only screen and (min-width: 993px) {
  #sectionIntro .mainpic { top: 0; left: 0; width: 100%; }
}

#sectionIntro .maincopy { position: absolute; top: 180px; right: 20%; width: 60%;}
@media only screen and (min-width: 400px) {
  #sectionIntro .maincopy { top: 180px; right: 20%; width: 60%; }
}
@media only screen and (min-width: 520px) {
  #sectionIntro .maincopy { top: 220px; right: 20%; width: 60%; }
}
@media only screen and (min-width: 601px) {
  #sectionIntro .maincopy { top: 220px; right: 2%; width: 50%; }
}
@media only screen and (min-width: 993px) {
  #sectionIntro .maincopy { top: 360px; right: 2%; width: 50%; }
}


#sectionIntro .text00 {margin-top: 300px; background: rgba(0, 0, 0, 0); color: #fff; text-align: center;}
#sectionIntro .text00 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1; font-size: 30px; text-align: center;}
#sectionIntro .text01 {margin-top: 220px; padding: .5em 1em; background: rgba(0, 0, 0, .3); color: #fff;}
#sectionIntro .text01 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 20px;}
#sectionIntro .text02 {margin-top: 10px; padding: .5em 1em; background: rgba(0, 0, 0, .3); color: #fff;}
#sectionIntro .text03 {margin-top: 40px; background: rgba(255, 255, 255, .5); color: #fff; padding: 1em 8em 1em 2em; line-height: 1.5; line-height: 1.5;}
#sectionIntro .text04 {margin-top: 700px; background: rgba(0, 0, 0, .3); color: #fff; padding: .5em 1em; line-height: 1.5;}
#sectionIntro .text05 {margin-top: 20px; background: rgba(0, 0, 0, .3); color: #fff; padding: .5em 1em; line-height: 1.5;}
#sectionIntro .text06 {margin-top: 420px; background: rgba(255, 255, 255, 0); color: #6f848d; padding: 0; line-height: 1.5;}
#sectionIntro .intro_number { width: 30%;}

@media only screen and (min-width: 400px) {
  #sectionIntro .text00 {margin-top: 360px; background: rgba(0, 0, 0, 0); color: #fff; text-align: center;}
  #sectionIntro .text00 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1; font-size: 30px; text-align: center;}
  #sectionIntro .text01 {margin-top: 260px; padding: .5em 1em; background: rgba(0, 0, 0, .3);}
  #sectionIntro .text01 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 20px;}
  #sectionIntro .text02 {margin-top: 10px; padding: .5em 1em; background: rgba(0, 0, 0, .3); }
  #sectionIntro .text03 {margin-top: 40px; background: rgba(255, 255, 255, .5); padding: 1em 8em 1em 2em; line-height: 1.5; line-height: 1.5;}
  #sectionIntro .text04 {margin-top: 880px; background: rgba(0, 0, 0, .3); padding: .5em 1em; line-height: 1.5;}
  #sectionIntro .text05 {margin-top: 20px; background: rgba(0, 0, 0, .3); padding: .5em 1em; line-height: 1.5;}
  #sectionIntro .text06 {margin-top: 500px; background: rgba(255, 255, 255, 0); color: #6f848d; padding: 0; line-height: 1.5;}
  #sectionIntro .intro_number { width: 30%;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .text00 {margin-top: 450px; background: rgba(0, 0, 0, 0); color: #fff; text-align: center;}
  #sectionIntro .text00 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1; font-size: 40px; text-align: center;}
  #sectionIntro .text01 {margin-top: 260px; padding: .5em 1em; background: rgba(0, 0, 0, .3); }
  #sectionIntro .text01 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 20px;}
  #sectionIntro .text02 {margin-top: 10px; padding: .5em 1em; background: rgba(0, 0, 0, .3); }
  #sectionIntro .text03 {margin-top: 40px; background: rgba(0, 0, 0, .3); padding: 1em 8em 1em 2em; line-height: 1.5; line-height: 1.5;}
  #sectionIntro .text04 {margin-top: 440px; background: rgba(0, 0, 0, .3); padding: .5em 1em; line-height: 1.5;}
  #sectionIntro .text05 {margin-top: 20px; background: rgba(0, 0, 0, .3); padding: .5em 1em; line-height: 1.5;}
  #sectionIntro .text06 {margin-top: 620px; background: rgba(255, 255, 255, 0); color: #6f848d; padding: 0; line-height: 1.5;}
  #sectionIntro .intro_number { width: 25%;}
}

@media only screen and (min-width: 601px) {
  #sectionIntro .text00 {margin-top: 440px; padding-right: 1em; background: rgba(0, 0, 0, 0); text-align: left;}
  #sectionIntro .text00 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 35px; text-align: left;}
  #sectionIntro .text01 {margin-top: 300px; padding: .5em 1em; background: rgba(0, 0, 0, .3);}
  #sectionIntro .text01 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 20px;}
  #sectionIntro .text02 {margin-top: 300px; padding: .5em 1em; background: rgba(0, 0, 0, .3);}
  #sectionIntro .text03 {margin-top: 40px; background: rgba(255, 255, 255, .8); padding: 1em 8em 1em 2em; line-height: 1.5; line-height: 1.5;}
  #sectionIntro .text04 {margin-top: 235px; background: rgba(0, 0, 0, 0.3); padding: .5em 1em; line-height: 1.5;}
  #sectionIntro .text05 {margin-top: 40px; background: rgba(255, 255, 255, 0); padding: 0; line-height: 1.5;}
  #sectionIntro .text06 {margin-top: 750px; background: rgba(255, 255, 255, 0); color: #6f848d; padding: 0; line-height: 1.5;}
  #sectionIntro .intro_number { width: 50%;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .text00 {margin-top: 60%; background: rgba(0, 0, 0, 0);}
  #sectionIntro .text00 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 40px;}
  #sectionIntro .text01 {margin-top: 340px; background: rgba(0, 0, 0, 0);}
  #sectionIntro .text01 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 30px;}
  #sectionIntro .text02 {margin-top: 340px; background: rgba(0, 0, 0, 0);}
  #sectionIntro .text03 {margin-top: 40px; background: rgba(255, 255, 255, 0); padding: 1em 8em 1em 2em; line-height: 1.5; line-height: 1.5;}
  #sectionIntro .text04 {margin-top: 300px; background: rgba(255, 255, 255, 0); padding: 0; line-height: 1.5;}
  #sectionIntro .text05 {margin-top: 40px; background: rgba(255, 255, 255, 0); padding: 0; line-height: 1.5;}
  #sectionIntro .text06 {margin-top: 1020px; background: rgba(255, 255, 255, .2); color: #6f848d; padding: 0; line-height: 1.5;}
  #sectionIntro .intro_number { width: 50%;}
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .text00 {margin-top: 60%; background: rgba(0, 0, 0, 0);}
  #sectionIntro .text00 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 50px;}
  #sectionIntro .text01 {margin-top: 420px; background: rgba(0, 0, 0, 0);}
  #sectionIntro .text01 h2 {margin-top: 0; background: rgba(0, 0, 0, 0); line-height: 1.5; font-size: 30px;}
  #sectionIntro .text02 {margin-top: 420px; background: rgba(0, 0, 0, 0);}
  #sectionIntro .text03 {margin-top: 40px; background: rgba(255, 255, 255, 0); padding: 1em 8em 1em 2em; line-height: 1.5; line-height: 1.5;}
  #sectionIntro .text04 {margin-top: 380px; background: rgba(255, 255, 255, 0); padding: 0; line-height: 1.5;}
  #sectionIntro .text05 {margin-top: 40px; background: rgba(255, 255, 255, 0); padding: 0; line-height: 1.5;}
  #sectionIntro .text06 {margin-top: 1180px; background: rgba(255, 255, 255, 0); color: #6f848d; padding: 0; line-height: 1.5;}
  #sectionIntro .intro_number { width: 50%;}
}

#sectionIntro .fw_400_300 { font-weight: 400; }
@media only screen and (min-width: 601px) {
  #sectionIntro .fw_400_300 { font-weight: 300; }
}
@media only screen and (min-width: 993px) {
  #sectionIntro .fw_400_300 { font-weight: 300; }
}

#sectionIntro .subtitle01 { position: absolute; width: 70%; top: 500px; left: 15%; color: #6f848d;}
@media only screen and (min-width: 400px) {
  #sectionIntro .subtitle01 { top: 620px; left: 27%; width: 46%;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .subtitle01 { top: 720px; left: 27%; width: 46%;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .subtitle01 { top: 700px; left: 30%; width: 40%;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .subtitle01 { top: 900px; left: 30%; width: 40%;}
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .subtitle01 { top: 1100px; left: 30%; width: 40%;}
}

#sectionIntro .meat { position: absolute; top: 600px; right: -50px; width: 150px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .meat { top: 600px; right: -90px;  width: 200px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .meat { top: 620px; right: -90px;  width: 200px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .meat { top: 700px; right: -130px;  width: 300px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .meat { top: 900px; right: -120px;  width: 350px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .meat { top: 1100px; right: -120px;  width: 400px; }
}

#sectionIntro .tare { position: absolute; top: 600px; left: -30px; width: 140px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .tare { top: 700px; left: -80px; width: 200px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .tare { top: 700px; left: -80px; width: 200px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .tare { top: 680px; left: -80px; width: 240px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .tare { top: 900px; left: -50px; width: 260px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .tare { top: 1100px; left: -50px; width: 300px; }
}

#sectionIntro .curry { position: absolute; top: 840px; left: 100px; width: 120px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .curry { top: 930px; left: 40px; width: 150px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .curry { top: 930px; left: 40px; width: 150px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .curry { top: 930px; left: -90px; width: 170px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .curry { top: 1150px; left: 40px; width: 200px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .curry { top: 1400px; left: 40px; width: 200px; }
}

#sectionIntro .kiwi { position: absolute; top: 1200px; left: -5px; width: 150px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .kiwi { top: 1250px; left: 10px;  width: 200px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .kiwi { top: 1250px; left: 10px;  width: 200px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .kiwi { top: 1100px; left: 30px;  width: 200px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .kiwi { top: 1380px; left: -15px;  width: 260px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .kiwi { top: 1680px; left: -15px;  width: 260px; }
}

#sectionIntro .sec01_apple { position: absolute; top: 1350px; right: -5px; width: 120px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .sec01_apple { top: 1200px; right: -10px; width: 140px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .sec01_apple { top: 1200px; right: -10px; width: 140px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .sec01_apple { top: 1200px; right: -10px; width: 140px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .sec01_apple { top: 1550px; right: -10px; width: 160px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .sec01_apple { top: 1650px; right: -10px; width: 180px; }
}

#sectionIntro .subtitle02 { position: absolute; width: 70%; top: 1750px; left: 15%; }
@media only screen and (min-width: 400px) {
  #sectionIntro .subtitle02 { top: 1880px; left: 20%; width: 60%;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .subtitle02 { top: 2030px; left: 27%; width: 46%;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .subtitle02 { top: 1500px; left: 30%; width:40%; }
}
@media only screen and (min-width: 993px) {
  #sectionIntro .subtitle02 { top: 1800px; left: 30%; width:40%; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .subtitle02 { top: 2100px; left: 30%; width:40%; }
}

#sectionIntro .materialA { position: absolute; top: 1910px; left: 10%; width: 80%; }
@media only screen and (min-width: 400px) {
  #sectionIntro .materialA { top: 2060px; left: 15%; width: 70%;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .materialA { top: 2200px; left: 9%; width: 40%;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .materialA { top: 1700px; left: 55%;  width: 300px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .materialA { top: 2030px; left: 55%;  width: 400px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .materialA { top: 2400px; left: 55%;  width: 400px; }
}

#sectionIntro .materialB { position: absolute; top: 2140px; left: 10%; width: 80%; }
@media only screen and (min-width: 400px) {
  #sectionIntro .materialB { top: 2360px; left: 15%; width: 70%;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .materialB { top: 2200px; left: 52%; width: 40%;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .materialB { top: 1940px; left: 55%;  width: 300px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .materialB { top: 2340px; left: 55%;  width: 400px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .materialB { top: 2740px; left: 55%;  width: 400px; }
}

#sectionIntro .tray { position: absolute; top: 2300px; left: -60px; width: 160px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .tray { top: 2580px; left: -20px; width: 200px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .tray { top: 2350px; left: -20px; width: 200px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .tray { top: 2000px; left: -20px; width: 350px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .tray { top: 2350px; left: 20px; width: 500px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .tray { top: 2650px; left: 20px; width: 550px; }
}

#sectionIntro .garlic { position: absolute; top: 2550px; left: 200px; width: 120px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .garlic { top: 2600px; left: 50%; width: 100px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .garlic { top: 2500px; left: 38%; width: 100px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .garlic { top: 2150px; left: 35%; width: 150px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .garlic { top: 2750px; left: 35%; width: 200px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .garlic { top: 3050px; left: 35%; width: 200px; }
}

#sectionIntro .onion { position: absolute; top: 2300px; right: -40px; width: 180px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .onion { top: 2680px; right: -30px; width: 160px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .onion { top: 2400px; right: -30px; width: 180px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .onion { top: 2100px; right: -30px; width: 220px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .onion { top: 2650px; right: -30px; width: 280px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .onion { top: 2900px; right: -30px; width: 300px; }
}

#sectionIntro .subtitle03 { position: absolute; width: 70%; top: 2800px; left: 15%; }
@media only screen and (min-width: 400px) {
  #sectionIntro .subtitle03 { top: 3080px; left: 20%; width: 60%; }
}
@media only screen and (min-width: 520px) {
  #sectionIntro .subtitle03 { top: 2860px; left: 27%; width: 46%; }
}
@media only screen and (min-width: 601px) {
  #sectionIntro .subtitle03 { top: 2550px; left: 30%; width: 40%; }
}
@media only screen and (min-width: 993px) {
  #sectionIntro .subtitle03 { top: 3100px; left: 30%; width: 40%; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .subtitle03 { top: 3400px; left: 30%; width: 40%; }
}

#sectionIntro .chef_inner { position: absolute; top: 2750px; left: -60px; width: 150px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .chef_inner { top: 3030px; left: -70px;  width: 160px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .chef_inner { top: 2750px; left: -70px;  width: 200px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .chef_inner { top: 2450px; left: -120px;  width: 260px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .chef_inner { top: 3100px; left: -140px;  width: 360px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .chef_inner { top: 3350px; left: -140px;  width: 380px; }
}

#sectionIntro .chef { position: absolute; top: 2730px; right: -60px; width: 160px; }
@media only screen and (min-width: 400px) {
  #sectionIntro .chef { top: 3020px; right: -50px;  width: 160px;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .chef { top: 2720px; right: -50px;  width: 200px;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .chef { top: 2400px; right: -50px;  width: 270px;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .chef { top: 3050px; right: -120px;  width: 360px; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .chef { top: 3300px; right: -120px;  width: 400px; }
}

#sectionIntro .video {margin-top: 250px; background: rgba(0, 0, 0, 0); color: #000;}
@media only screen and (min-width: 400px) {
  #sectionIntro .video {margin-top: 300px; background: rgba(0, 0, 0, 0);}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .video {margin-top: 340px; background: rgba(0, 0, 0, 0);}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .video {margin-top: 750px; background: rgba(0, 0, 0, 0);}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .video {margin-top: 1050px; background: rgba(0, 0, 0, 0);}
}

#sectionIntro .subtitle04 { position: absolute; width: 70%; top: 3640px; left: 15%; }
@media only screen and (min-width: 400px) {
  #sectionIntro .subtitle04 { top: 3980px; left: 20%; width: 60%; }
}
@media only screen and (min-width: 420px) {
  #sectionIntro .subtitle04 { top: 3920px; left: 20%; width: 60%; }
}
@media only screen and (min-width: 520px) {
  #sectionIntro .subtitle04 { top: 3700px; left: 27%; width: 46%; }
}
@media only screen and (min-width: 601px) {
  #sectionIntro .subtitle04 { top: 3465px; left: 30%; width: 40%; }
}
@media only screen and (min-width: 993px) {
  #sectionIntro .subtitle04 { top: 4100px; left: 30%; width: 40%; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .subtitle04 { top: 4450px; left: 30%; width: 40%; }
}


#sectionIntro .appetite { position: absolute; top: 3710px; left: 0; width: 100%; padding-bottom: 400px; background: #f6f6f6; }
@media only screen and (min-width: 400px) {
  #sectionIntro .appetite { top: 4060px; left: 0;  width: 100%;}
}
@media only screen and (min-width: 420px) {
  #sectionIntro .appetite { top: 4000px; left: 0;  width: 100%;}
}
@media only screen and (min-width: 520px) {
  #sectionIntro .appetite { top: 3775px; left: 0;  width: 100%;}
}
@media only screen and (min-width: 601px) {
  #sectionIntro .appetite { top: 3550px; left: 0;  width: 100%;}
}
@media only screen and (min-width: 993px) {
  #sectionIntro .appetite { top: 4210px; left: 0;  width: 100%; }
}
@media only screen and (min-width: 1025px) {
  #sectionIntro .appetite { top: 4590px; left: 0;  width: 100%; }
}



.list { margin: 40px 0 40px 0;}
@media only screen and (min-width: 601px) {
  .list { margin: 40px 0 40px 0; }
}
@media only screen and (min-width: 993px) {
  .list { margin: 60px 0 40px 0; }
}


/*** #section_end ***/
#section_end .subtitle { position: absolute; top: 50px; left: 120px; color: #6f848d;}
#section_end .subtitle h2 { font-weight: 300; font-size: 3em; margin: 0; padding: 0; }
#section_end .subtitle p { font-weight: 300; font-size: 1.2em; margin: 0; padding: 0; }
@media only screen and (min-width: 601px) {
  #section_end .subtitle { top: 80px; left: 30%;}
  #section_end .subtitle h2 { font-weight: 300; font-size: 4em; margin: 0; padding: 0; }
}
@media only screen and (min-width: 993px) {
  #section_end .subtitle { top: 100px; left: 20%;}
  #section_end .subtitle h2 { font-weight: 300; font-size: 5.5em; margin: 0; padding: 0; }
}
#section_end .number { position: absolute; top: 1.5rem; left: 1rem; width: 100px;}
@media only screen and (min-width: 601px) {
  #section_end .number { top: 2rem; left: 1.5rem; width: 145px;}
}
@media only screen and (min-width: 993px) {
  #section_end .number { top: 3rem; left: 2rem; width: 190px;}
}
#section_end .text01 {margin-top: 100px; background: rgba(0, 0, 0, 0); color: #000;}
@media only screen and (min-width: 601px) {
  #section_end .text01 {margin-top: 20px; padding-right: 2em; background: rgba(0, 0, 0, 0);}
}
@media only screen and (min-width: 993px) {
  #section_end .text01 {margin-top: 30px; background: rgba(0, 0, 0, 0);}
}
#section_end .video {margin-top: 280px; background: rgba(0, 0, 0, 0); color: #000;}
@media only screen and (min-width: 601px) {
  #section_end .video {margin-top: 280px; background: rgba(0, 0, 0, 0);}
}
@media only screen and (min-width: 993px) {
  #section_end .video {margin-top: 280px; background: rgba(0, 0, 0, 0);}
}
  

.plyr input[type=range]::-ms-fill-lower {
	background:#FFE900;
}
.plyr input[type=range]:active::-webkit-slider-thumb {
	background:#FFE900;
}
.plyr input[type=range]:active::-moz-range-thumb {
	background:#FFE900;
}
.plyr input[type=range]:active::-ms-thumb {
	background:#FFE900;
}
.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover {
	background:#FFE900;
}
.plyr--audio .plyr__controls {
	padding:10px;
	border-radius:inherit;
	background:#fff;
	border:1px solid #e6e8da;
	color:#606355;
}
.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large {
	background:#FFE900;
}
.plyr__progress--played,.plyr__volume--display {
	color:#FFE900;
}
.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display {
	background: rgba(215, 220, 199, 0.66);
}

.plyr--audio .plyr__progress--buffer {
	color: rgba(215, 220, 199, 0.66);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
	background-color:rgba(215, 220, 199, 0.66);
}