@charset "UTF-8";

/**********************

// style.css

**********************/

/* ie11 */
_:-ms-lang(x)::-ms-backdrop,img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.main{
  display: block;/* for ie 11 */
  margin: auto;
  max-width: 1360px;
  min-width: 1280px;
  overflow-x: hidden;
  width: 100%;
}

.main img{
  display : block;
  max-width : 100%;
}

.main a{
  color:#000;
  display: block;
  text-decoration: none;
  transition: .2s;
}

.main a:hover{
  filter: brightness(0.9);
}

/* ie11 */
_:-ms-lang(x)::-ms-backdrop, .main a:hover{
  opacity:0.8;
}


/*
// common style
*/

.onsp{
  display: none;
}

.section{
  margin:auto;
  width: 1360px;
}

@media screen and (min-width:1281px) and (max-width:1360px){
  .section{
    margin-left:calc((100vw - 1360px) * 0.5) !important;
  }
}
@media screen and (min-width:1025px) and (max-width:1280px){
  .section{
    margin-left:calc((1280px - 1360px) * 0.5) !important;
  }
}

.mv{
  position:relative;
}

.mv__sns{
  align-items: center;
  bottom: 78px;
  display: flex;
  right: 0;
  padding: 0 15px 0 0;
  position: absolute;
  justify-content: flex-end;
  width: 100%;
}

@media screen and (min-width:1281px) and (max-width:1360px){
  .mv__sns{
    right:calc(15px + (1360px - 100vw) * 0.5);
  }
}
@media screen and (min-width:1025px) and (max-width:1280px){
  .mv__sns{
    right:calc(15px + (1360px - 1280px) * 0.5);
  }
}

.mv__sns li{
  margin:0 5px;
  width:50px;
}


.content01{
  background: url("../images/content01--bg.jpg") repeat top center/100% auto;
  margin: -63px auto 0;
  padding: 115px 0 110px;
}

.content01__product{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 55px;
  width: 1080px;
}

.content01__product__image{
  width: 352px;
}
.content01__product__character--wrapper{
  margin: 5px 20px 0 0;
}

.content01__product__title{
  margin: 0 auto 55px;
  width: 650px;
}

.content01__product__character{
  width: 668px;
}

.content01__link{
  margin: auto;
  width: 400px;
}
      
.content02--wrapper{
  background: url("../images/content02--bg--pc.png") no-repeat top center/1360px auto;
  height: 1794px;
  padding: 105px 0 0;
  position: relative;
  z-index: 2;
}

.content02--wrapper:before{
  background: url(../images/icon--chopsticks.png) no-repeat center center/100% auto;
  content: '';
  height: 322px;
  position: absolute;
  right: 75px;
  top: 284px;
  width: 189px;
  z-index: 4;
}

.content02--wrapper:after{
  background:
    url("../images/icon--frying-pan.png") no-repeat bottom left -43px/380px auto,
    url("../images/icon--knife.png") no-repeat bottom right -25px/350px auto;
  bottom: -30px;
  content: '';
  height: 260px; 
  left: 0;
  position: absolute;
  width: 1360px;
  z-index: 2;
}

.content02{
  position: relative;
  z-index: 3;
}

.content02__title{
  margin: 0 auto 40px;
  width: 658px;
}

.content02__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 0 55px;
  width: 996px;
}

.content02__list li{
  margin: 0 0 58px;
  position: relative;
  width: 460px;
}

.content02__list li:nth-child(1):after{
  background:url("../images/icon--spatula.png") no-repeat center center/100% auto;
  content:'';
  height:354px; 
  left:-183px;
  position: absolute;
  top:210px;
  width: 220px;
  z-index: 2;
}

.content02__list li:nth-child(2):after{
  background: url("../images/icon--spoon.png") no-repeat center center/100% auto;
  content: '';
  height: 165px; 
  position: absolute;
  right: -194px;
  top: 270px;
  width: 228px;
  z-index: 2;
}

.content02__list li:nth-child(3):after{
  background: url("../images/icon--cup.png") no-repeat center center/100% auto;
  content: '';
  height: 285px;
  left: -275px;
  position: absolute;
  top: -135px;
  width: 293px;
  z-index: 2;
}

.content02__list li:nth-child(4):after{
  background: url("../images/icon--slicing.png") no-repeat center center/100% auto;
  content: '';
  height: 296px; 
  position: absolute;
  right: -140px;
  top: -180px;
  width: 241px;
  z-index: 2;
}


.content02__list li img{
  margin: 0 0 30px;
}

.content02__list li a{
  margin: auto;
  width: 240px;
}

.content02__list li a > img{
  margin: 0;
}
      
.content03{
  background: url("../images/content03--bg.png");
  margin: -130px auto 0;
  padding: 250px 0 100px;
  position: relative;
}

.content03:before{
  background:
    url("../images/icon--cabbage.png") no-repeat bottom left -129px/343px auto,
    url("../images/icon--tofu.png") no-repeat top 0 right -71px/193px auto;
  content: '';
  height: 336px; 
  left: 0;
  position: absolute;
  top:339px;
  width: 1360px;
  z-index: 2;
}

.content03:after{
  background: url("../images/icon--fish.png") no-repeat center center/100% auto;
  bottom: 185px;
  content: '';
  height: 218px; 
  position: absolute;
  right: -42px;
  width: 307px;
  z-index: 2;
}

.content03__title{
  margin: 0 auto 100px;
  width: 768px;
}

.content03__item01{
  margin: 0 0 120px;
}

.content03__item01__title{
  margin: 0 auto 58px;
  position: relative;
  width:458px;
}

.content03__item01__title:after{
  background:url("../images/icon--meat.png") no-repeat center center/100% auto;
  content: '';
  height: 261px;
  position: absolute;
  right: -530px;
  top: -64px;
  width: 436px;
  z-index: 2;
}

.content03__item01__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 738px;
}

.content03__item01__list:before{
  background:url("../images/kazari--01.png") no-repeat center center/100% auto;
  content: '';
  height: 257px; 
  left: -113px;
  position: absolute;
  top: -125px;
  width: 124px;
  z-index: 2;
}

.content03__item01__list:after{
  background:url("../images/kazari--02.png") no-repeat center center/100% auto;
  bottom: 160px;
  content: '';
  height: 199px;
  position: absolute;
  right: -180px;
  width: 159px;
  z-index: 2;
}

.content03__item01__list li{
  margin: 0 0 55px;
  position: relative;
  width: 330px;
}

.content03__item01__list li:nth-child(2):after{
  background:url("../images/icon--carrot.png") no-repeat center center/100% auto;
  bottom: -60px;
  content: '';
  height: 296px;
  left: 401px;
  position: absolute;
  width: 270px;
  z-index: 2;
}

.content03__item01__list li:nth-child(3):before{
  background:url("../images/icon--tomato.png") no-repeat center center/100% auto;
  content: '';
  height: 156px;
  left: -320px;
  position: absolute;
  top: -90px;
  width: 170px;
  z-index: 2;
}

.content03__item01__list li:nth-child(3):after{
  background:url("../images/icon--egg.png") no-repeat center center/100% auto;
  content: '';
  height: 169px;
  left: -235px;
  position: absolute;
  top: 112px;
  width: 144px;
  z-index: 2;
}


.content03__item01__list img{
  margin: 0 0 30px;
}

.content03__item01__list a{
  margin: auto;
  width: 240px;
}

.content03__item01__list a > img{
  margin: 0;
}
 
.content03__item02{
  margin: 0 0 0;
}

.content03__item02__title{
  margin: 0 auto 58px;
  position: relative;
  width:494px;
}

.content03__item02__title:before{
  background: url("../images/icon--spinach.png") no-repeat top right/100% auto;
  content: '';
  height: 388px; 
  left: -514px;
  position: absolute;
  top: 10px;
  width: 326px;
  z-index: 2;
}

.content03__item02__title:after{
  background: url("../images/icon--green-pepper.png") no-repeat top right/100% auto;
  content: '';
  height: 175px; 
  position: absolute;
  right: -330px;
  top: 40px;
  width: 173px;
  z-index: 2;
}


.content03__item02__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 738px;
}

.content03__item02__list:after{
  background:url("../images/kazari--03.png") no-repeat bottom left/100% auto;
  bottom: 153px;
  content: '';
  height: 174px;
  left: -141px;
  position: absolute;
  width: 208px;
  z-index: 2;
}

.content03__item02__list li{
  margin: 0;
  width: 330px;
}

.content03__item02__list img{
  margin: 0 0 30px;
}

.content03__item02__list a{
  margin: auto;
  width: 240px;
}
            


.content04{
  background: url("../images/content04--bg.png");
  padding: 100px 0;
}

.content04__link{
  margin: auto;
  width: 600px;
}



@media screen and (max-width:1024px){
  .main{
    max-width: 480px;
    min-width: auto;
  }
  
  /*
  // common style
  */
  
  .onpc{
    display: none;
  }

  .onsp{
    display: block;
  }

  .section{
    width: 100%;
  }
  
.mv{
  position:relative;
}

.mv__sns{
  align-items: center;
  bottom: 17.5%;
  display: flex;
  right: 0;
  padding: 0 1.6% 0 0;
  position: absolute;
  justify-content: flex-end;
  width: 100%;
}


.mv__sns li{
  margin:0 1.066%;
  width: 6.666%;
}


.content01{
  background: url("../images/content01--bg.jpg") repeat top center/100% auto;
  margin: -23.2% auto 0;
  padding: 25.266% 0 14.8%;
}

.content01__product{
  display: block;
  margin: 0 auto 6.666%;
  width: 88.333%;
}

.content01__product__image{
  margin: 0 auto 3.168%;
  width: 29.585%;
}
  
.content01__product__character--wrapper{
  margin: 0;
}

.content01__product__title{
  margin: 0 auto 7.146%;
  width: 100%;
}

.content01__product__character{
  width: 100%;
}

.content01__link{
  margin: auto;
  width: 53.333%;
}
      
.content02--wrapper{
  background: url("../images/content02--bg--sp.png") no-repeat top center/100% auto;
  height: 457.2%;
  padding: 13.333% 0;
  position: relative;
  z-index: 2;
}

.content02--wrapper:before{
  background: url(../images/icon--chopsticks.png) no-repeat center center/100% auto;
  content: '';
  height: 10%;
  position: absolute;
  right: 4%;
  top: 8.5%;
  width: 25.333%;
  z-index: 4;
}

.content02--wrapper:after{
  background: 
    url(../images/icon--frying-pan.png) no-repeat bottom left -18%/46% auto,
    url(../images/icon--knife.png) no-repeat bottom right -6%/42.666% auto;
  bottom: -2.1%;
  content: '';
  height: 7%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.content02{
  position: relative;
  z-index: 3;
}

.content02__title{
  margin: 0 auto 6.666%;
  width: 85.066%;
}

.content02__list{
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 66.666%;
}

.content02__list li{
  margin: 0 0 11%;
  position: relative;
  width: 100%;
}
  
.content02__list li:nth-child(1),
.content02__list li:nth-child(3){
  z-index:3;
}

.content02__list li:nth-child(1):after{
  background:url("../images/icon--spatula.png") no-repeat center center/100% auto;
  content:'';
  height: 52%;
  left: -22%;
  position: absolute;
  top: 71%;
  width: 43.6%;
  z-index: -1;
}
  
.content02__list li:nth-child(2):after{
  content: none;
}

.content02__list li:nth-child(3):before{
  background: url("../images/icon--spoon.png") no-repeat center center/100% auto;
  content: '';
  height: 26%;
  position: absolute;
  right: -27%;
  top: -6.8%;
  width: 45.6%;
  z-index: 2;
}

.content02__list li:nth-child(3):after{
  background: url("../images/icon--cup.png") no-repeat center center/100% auto;
  content: '';
  height: 39%;
  left: -40%;
  position: absolute;
  top: -19%;
  width: 54%;
  z-index: 2;
}

.content02__list li:nth-child(4):after{
  background: url("../images/icon--slicing.png") no-repeat center center/100% auto;
  content: '';
  height: 45%;
  position: absolute;
  right: -22%;
  top: -27%;
  width: 48.6%;
  z-index: 2;
}


.content02__list li img{
  margin: 0 0 6%;
}

.content02__list li a{
  margin: auto;
  width: 66.799%;
}

.content02__list li a > img{
  margin: 0;
}
      
.content03{
  background: url("../images/content03--bg.png");
  margin: -9% auto 0;
  padding: 28.533% 0 12%;
  position: relative;
}

.content03:before{
  background: 
    url(../images/icon--cabbage.png) no-repeat bottom left -25%/32.666% auto,
    url(../images/icon--tofu.png) no-repeat top 0 right -11%/24.333% auto;
  content: '';
  height: 18.2%;
  left: 0;
  position: absolute;
  top: 6.2%;
  width: 100%;
  z-index: 2;
}

.content03:after{
  background: url("../images/icon--fish.png") no-repeat center center/100% auto;
  bottom: -5%;
  content: '';
  height: 8.5%;
  position: absolute;
  right: -5.5%;
  width: 40.933%;
  z-index: 2;
}

.content03__title{
  margin: 0 auto 13.333%;
  width: 89.333%;
}

.content03__item01{
  margin: 0 0 6%;
}

.content03__item01__title{
  margin: 0 auto 6%;
  position: relative;
  width:61.066%;
}

.content03__item01__title:after{
  background:url("../images/icon--meat.png") no-repeat center center/100% auto;
  content: '';
  height: 72%;
  position: absolute;
  right: -39%;
  top: 77%;
  width: 51.092%;
  z-index: 3;
}

.content03__item01__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 81.6%;
  z-index: 2;
}

.content03__item01__list:before{
  background:url("../images/kazari--01.png") no-repeat center center/100% auto;
  content: '';
  height: 34.3%;
  left: -8%;
  position: absolute;
  top: -21%;
  width: 16.333%;
  z-index: 2;
}

.content03__item01__list:after{
  background:url("../images/kazari--02.png") no-repeat center center/100% auto;
  bottom: 24px;
  content: '';
  height: 32.503%;
  position: absolute;
  right: -42px;
  width: 25.97%;
  z-index: -1;
}

.content03__item01__list li{
  margin: 0 0 9.803%;
  position: relative;
  width: 48.365%;
}

.content03__item01__list li:nth-child(2):after{
  background:url("../images/icon--carrot.png") no-repeat center center/100% auto;
  bottom: -48%;
  content: '';
  height: 43%;
  left: 87%;
  position: absolute;
  width: 59.188%;
  z-index: 2;
}

.content03__item01__list li:nth-child(3):before{
  background:url("../images/icon--tomato.png") no-repeat center center/100% auto;
  content: '';
  height: 23%;
  left: -29%;
  position: absolute;
  top: 57%;
  width: 37.204%;
  z-index: 2;
}

.content03__item01__list li:nth-child(3):after{
  background:url("../images/icon--egg.png") no-repeat center center/100% auto;
  content: '';
  height: 35%;
  left: -29%;
  position: absolute;  
  top: -53%;
  width: 44.422%;
  z-index: -1;
}


.content03__item01__list img{
  margin: 0 0 10.135%;
}

.content03__item01__list a{
  margin: auto;
  width: 90.541%;
}
  
.content03__item01__list a > img{
  margin: 0;
}
  
.content03__item02{
  margin: 0 0 0;
}

.content03__item02__title{
  margin: 0 auto 6%;
  position: relative;
  width:61.066%;
}

.content03__item02__title:before{
  background: url("../images/icon--spinach.png") no-repeat center center/100% auto;
  content: '';
  height: 139.2%;
  left: -53%;
  position: absolute;
  top: -43%;
  width: 47.378%;
  z-index: 2;
}

.content03__item02__title:after{
  background: url("../images/icon--green-pepper.png") no-repeat center center/100% auto;
  content: '';
  height: 71.475%;
  position: absolute;
  right: -39%;
  top: 53%;
  width: 28.82%;
  z-index: 2;
}


.content03__item02__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 81.6%;
}

.content03__item02__list:after{
  background:url("../images/kazari--03.png") no-repeat bottom left/100% auto;
  bottom: 25%;
  content: '';
  height: 28.42%;
  left: -20%;
  position: absolute;
  width: 33.483%;
  z-index: 2;
}

.content03__item02__list li{
  margin: 0;
  width: 48.365%;
}

.content03__item02__list img{
  margin: 0 0 10.135%;
}

.content03__item02__list a{
  margin: auto;
  width: 90.541%;
}
            


.content04{
  background: url("../images/content04--bg.png");
  padding: 18.666% 0;
}

.content04__link{
  margin: auto;
  width: 80%;
}
  
}