@charset "utf-8";

img {
  width: auto;
  max-width: 100%;
}

#top-body{
  text-align: center;
}
#top-body h2{

}

.box_btn .btn_link{
  margin-bottom: 50px;
}

#top-body section{
    position: relative;
    padding: 6% 20px;
    overflow: hidden;
}

#top-body section#vegetable{
  padding: 0;
  padding-bottom: 60px;
  /*margin-bottom: -60px;*/
}

#top-body section#cook-steps{
  padding-top: 0;
}

#v-img{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1366px;
    min-height: 850px;
}
#v-img img{
  position: absolute;
}

#v-ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#maincopy2{
    position: relative;
    top: -8px;
    z-index: -1;
}

#v-ttl .white{
  margin-top: 50px;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
}
#v-ttl .white p{
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    line-height: 1.6em;
}

#v-ap{top: 0;left: 1140px;}
#v-bk{top: -180px;left: 360px;}
#v-ct{top: 330px;left: 590px;}
#v-gn{top: 340px;left: 230px;}
#v-km{top: -110px;left: -280px;}
#v-ns{top: 70px;left: 720px;}
#v-pp{top: 510px;left: 80px;}
#v-pt{top: 340px;left: 490px;}
#v-sm{top: 540px;left: 700px;}
#v-st{top: 230px;left: 1200px;}
#v-tm{top: 200px;left: 1020px;}
#v-tn{top: 530px;left: 360px;}
#v-bn{top: 240px;left: -150px;}
#v-cb{top: 360px;left: 1020px;}


.scrolldown-arrow{
  position:absolute;
  bottom:1%;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
  margin-bottom: 3%;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

.scrolldown-arrow span{
  position: absolute;
  left:-20px;
  bottom:10px;
  color: #333;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown-arrow span:before {
  /*background: #9999994f;*/
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: -50px;
    right: -50px;
    top: -30px;
}

.scrolldown-arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #333;
    transform: skewX(-31deg);
}

.scrolldown-arrow:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:1px;
  height: 50px;
  background:#333;
}

#cook-steps .under-line{
  margin-bottom: 15px;
}

#cook-steps ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 6% auto;
  justify-content: space-between;
}
#cook-steps li{
  width: 20%;
}

#cook-steps li img{
  max-width: 200px;
}

#cook-steps-list .font-m{
  line-height: 1.6em;
  margin-bottom: 30px;
  font-size: 20px;
}
#cook-steps-list .font-m:after{
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 4px;
    display: block;
    width: 0%;
    transition: all .5s 2s ease;
}
#cook-steps-list.done .font-m:after{
  width: 100%;
}

#cook-steps-list li:nth-of-type(1) .font-m:after{background:#f4e7c6;}
#cook-steps-list li:nth-of-type(2) .font-m:after{background:#ea5514;}
#cook-steps-list li:nth-of-type(3) .font-m:after{background:#faed00;}
#cook-steps-list li:nth-of-type(4) .font-m:after{background:#00a543;}
#cook-steps-list p{
  text-align: left;
  line-height: 2em;
  font-size:90%;

}

#cook-icons h2{
  font-size: 78px;
  color: #5d5d5d;
}
#cook-icons g{
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 800px;
  margin: 3% auto;
}

#dish-table{
  padding: 200px 20px!important;
}
.text-white-bg{
  margin-bottom: 3%;
}
.text-white-bg span{
    position: relative;
    display: table;
    margin: 0 auto;
}

.text-white-bg span{
  background: #fff;
  padding: 5px;
  margin-top: -5px;
}


#dish-table h3 span span{
  background: -webkit-linear-gradient( left, #faee00, #49b993,#2ea7e0, #601986, #e4007f );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-size: 40px;
  line-height: 1.6em;
  font-weight: bold;
}
#dish-table .under-line span::before {
  bottom: -49px;
}
#dish-table .under-line span::after {
  bottom: -54px;
}


#dish-ul p{
  max-width: 200px;
  text-align: left;
  font-size: 90%;
  line-height: 2em;
}
#dish-ul b{
  display: block;
  margin-bottom:10px; 
}


/*pc*/
@media only screen and (min-width: 1030px){
  #dish-ul{
      position: relative;
      display: block;
      margin: 0 auto;
      max-width: 1366px;
      height: 900px;

    transform-origin: left top;
    width: 130%;
  }
  #dish-ul img{
    z-index: 1;
    transition: all 1s  ease;
    transform: rotate(-15deg) scale(0);
  }
  #dish-ul.done img{
    transform: rotate(0) scale(1);
  }

  #dish-ul img,
  #dish-ul p{
    position: absolute;
  }

  #dish-ul li:nth-of-type(1) img{top: 0; left: 370px;}
  #dish-ul li:nth-of-type(2) img{top: 100px; left: 860px;}
  #dish-ul li:nth-of-type(3) img{top: 500px; left: 220px;}
  #dish-ul li:nth-of-type(4) img{top: 500px; left: 550px;}

  #dish-ul li:nth-of-type(1) p{top: 130px;left: 80px;}
  #dish-ul li:nth-of-type(2) p{top: 420px;left: 1050px;}
  #dish-ul li:nth-of-type(3) p{top: 420px;left: 80px;}
  #dish-ul li:nth-of-type(4) p{top: 600px;left: 1050px;}

  #dish-ul b{position: relative;}
  #dish-ul b:before,
  #dish-ul b i:before{
    transition: transform 1s .2s;
    transform-origin: right center;
    background-color: #000000;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: scale(0, 1);
  }

  #dish-ul .done b:before,
  #dish-ul .done b i:before{
    transition-delay: 1.5s;
    transform: scale(1, 1);
  }

  #dish-ul li b i{
    right: 0;
    transform-origin: right center;
    transform: rotate( 225deg);
    display: block;
  }
  #dish-ul li:nth-of-type(4) b i{
    transform: rotate( 140deg);
  }
  #dish-ul li:nth-of-type(even) b i{
    left:0;
    transform-origin: left center;
  }
  #dish-ul li:nth-of-type(even){
    color: #fff;
  }
  #dish-ul li:nth-of-type(even) b:before,
  #dish-ul li:nth-of-type(even) b i:before{
    background-color:#fff;
    transform-origin: left center;
  }

}

@media only screen and (max-width: 1366px){
#dish-ul{
    transform: scale(.9)!important;
}
}

@media only screen and (max-width: 1160px){
#dish-ul{
    transform: scale(.8)!important;
}
}


@media only screen and (max-width: 1030px){
  #dish-ul{
      display: flex;
      flex-wrap: wrap;
      transform: scale(1)!important;
  }
  #dish-ul img{
    width: 100%;
    max-width: 300px;
  }
  #dish-ul p{
    max-width: 100%;
  }
  #dish-ul li {
      width: 45%;
      margin: 0 auto;
  }
}

@media only screen and (max-width: 599px){

  #dish-ul li {
    width: 100%;
    display: flex;
    padding: 15px 0;
    align-items: center;
  }
  #dish-ul img{
    width: 30%;
    margin-right: 15px;
  }
}


#big-text{
    padding-bottom: 0!important
}
#big-text img{
  margin:6% 0;
}
.scrolldown{
    position: relative;
    height: 50vw;
    max-height: 300px;
    overflow: hidden;
    margin-top: 20px;
}
.scrolldown::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height:50vw;
    max-height: 300px;
    background: #ccc;
    animation: pathmove 3s ease-in-out infinite;
    opacity: 1;

}

@keyframes pathmove{
    0%{top:-100%;}
    100%{top:100%;}
}
.font-m{
   font-size: 20px;
    font-size: min(4vw, 20px);
    font-weight: 500;
    line-height: 2em;

    margin: 3% 0;
    position: relative;
}
#slogan-text{
  padding-top: 0!important
}
#slogan-text .rgb-bg{
  top:25vw;
}

.paper-bg{
    background: url(../img-top/kami.png);
    max-width: 1080px;
    margin: 6% auto;
    padding: 6% 3%;
    position: relative;
}
.paper-bg::before{
  content: url(../img-top/clip.png);
    position: absolute;
    left: -10px;
    top: -15px;
}
.paper-bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2vw;
    left: 2vw;
    background: linear-gradient(115deg, #49b993, #2ea7e0, #601986 );
    z-index: -1;
    clip-path: polygon(100% 0, 100% 97%, 97% 100%, 0 100%, 1% 0);
}

.paper-bg i{
    background: #5e1f8a;
    height: 1.5vw;
    width: 2vw;
    position: absolute;
    right: -1px;
    bottom: 0;  
}
.paper-bg i:after {
    position: absolute;
    right: 0;
    content: "";
    border-top: solid 2vw rgb(207 1 127);
    border-right: solid 2vw transparent;
    bottom: -2vw;
}

/******/
#front{
  position: relative;
}
#star{
    position: absolute;
    bottom: -70px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
}
#star img{
  transition: all .3s;
}
#star-text{
  position: absolute;
  background: url(../img-top/star-rgb1.png);
}
#star-bg{
    animation: 24s linear 0s infinite running anime_ui_txt;
    display: block;
    z-index: -1;
    position: relative;
    /*background: url(../img-top/star-rgb2.png);*/
}
#star-bg2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  }
#star:hover #star-text img{
  opacity: 0;
}
#star:hover #star-bg{
  
}
#star:hover #star-bg img{
  opacity: 0;
}
#star:hover img#star-bg2{
  opacity: 1;
}
@keyframes anime_ui_txt {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}


@media only screen and (max-width: 1030px){
#cook-steps li {
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
}
}

@media only screen and (max-width: 599px){
#vegetable{
  background-size: 100%!important;
}

#v-ttl b {
    font-size: 200%;
}
#v-ttl h4{
  font-size: 16px;
}
#v-img {
    transform: scale(.4)!important;
    transform-origin: left top;
    min-height: 550px;
}
#v-tn {
    top: 750px;
    left: 230px;
}
#v-gn {
    top: 530px;
    left: 360px;
}
#v-bk {
    top: 100px;
    left: 380px;
}
#v-km {
    top: 0;
    left: 0px;
}
#v-pt {
    top: 300px;
    left: 150px;
}
#v-cb {
    top: 900px;
    left: 500px;
}
#v-tm {
    top: 800px;
    left: 0;
}
#v-st {
    top: 1100px;
    left: 350px;
}
#v-sm {
    top: 1050px;
    left: 50px;
}
#v-ct {
    top: 630px;
    left: 520px;
}
#v-ap {
top: 300px;
    left: 700px;
}
#v-ns {
    top: 0;
    left: 700px;
}
#cook-steps li {
    width: 100%;
}
#cook-icons h2 {
    font-size: 32px;
}
#cook-icons g{
  transform: scale(.5)!important;
}
#cook-icons g img{

}
#dish-table h3 span span {
    font-size: 24px;
}

.paper-bg::before {
    left: -22px;
    top: -24px;
    transform: scale(.5);
}

#star{
    transform: scale(.6);
    transform-origin: right;
}

}