
.recipe-page .page-title {
  margin-top: 220px;
  font-size: 6rem;
  font-weight: 600;
  line-height: 2;
  text-align: center
}

@media screen and (max-width:1024px) {
  .recipe-page .page-title {
    margin-top: 90px;
    font-size: 3.5rem
  }
}

@media screen and (max-width:599px) {
  .recipe-page .page-title {
    font-size: 2.5rem
  }
}

.recipe-page .page-link {
  max-width: 900px;
  margin: auto;
  margin-top: 75px;


  /*display: none;*/


}

@media screen and (max-width:1024px) {
  .recipe-page .page-link {
    padding: 0 15px;
    margin-top: 35px
  }
}

@media screen and (max-width:321px) {
  .recipe-page .page-link {
    padding: 0
  }
}

.recipe-page .page-link .link-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  -ms-flex-direction: column;
  flex-direction: column;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 370px
}

.recipe-page .page-link .link-lists__item {
  width: 180px;

  background-color: #000;
}

.recipe-page .page-link .link-lists__item img {
  width: 100%
}

@media screen and (max-width:599px) {
  .recipe-page .page-link .link-lists__item {
    width: 150px
  }
}

@media screen and (max-width:321px) {
  .recipe-page .page-link .link-lists__item {
    width: 47%
  }
}

@media screen and (max-width:768px) {
  .recipe-page .page-link .link-lists {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 550px
  }
}

@media screen and (max-width:599px) {
  .recipe-page .page-link .link-lists {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 480px
  }
}

.recipe-page .top-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

    display: none;

}

.recipe-page .top-link .link-btn {
  position: fixed;
  top: 610px;
  bottom: 100px;
  z-index: 1
}

.recipe-page .recipe {
  margin-bottom: 185px
}

.recipe-page .recipe .recipe-lists__item {
  position: relative;
  margin-top: 140px
}

@media screen and (max-width:1024px) {
  .recipe-page .recipe .recipe-lists__item {
    margin-top: 70px
  }
}

.recipe-page .recipe .recipe-lists__item img {
  width: 100%;
  height: auto
}

.recipe-title {
  margin-top: 45px;
  font-size: 8rem;
  /*color: #231815;*/
  text-align: center;
  font-weight:normal;

  position: absolute;
  margin:0 auto;
  color:#fff;
}
@media screen and (max-width:1024px) {
  .recipe-title {
    font-size: 6rem;
  }
}
@media screen and (max-width:599px) {
  .recipe-title {
    font-size: 3rem;
  }
}
#shabushabu .recipe-title{
  top:36vw;
  left:0;
  right:0;
  bottom:0;
}
#butakushi .recipe-title{
  top:7vw;
  left:30vw;
  right:0;
  bottom:0;
}

.recipe-title-02 {
  font-size:3rem;
  font-weight:normal;
  color:#333;
  text-align: center;
  margin-top: 50px;
}



.recipe-page .recipe .recipe-lists__item .recipe-txt {
  margin-top: 30px;
  text-align: center;
	padding:0 100px;
	line-height: 2;
}

@media screen and (max-width:768px) {
  .recipe-page .recipe .recipe-lists__item .recipe-txt {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 2
  }
}

@media screen and (max-width:599px) {
  .recipe-page .recipe .recipe-lists__item .recipe-txt {
    font-size: 1rem;
    line-height: 1.5
  }
}

.recipe-page .recipe .recipe-lists__item .lp-link {
  position: absolute;
  /*top: 520px;*/
  bottom:170px;
  right: 120px;
  width: 240px
}

.recipe-page .recipe .recipe-lists__item .lp-link img {
  width: 100%
}

@media screen and (max-width:1180px) {
  .recipe-page .recipe .recipe-lists__item .lp-link {
    top: calc(560 / 1200 * 100vw);
    right: calc(120 / 1200 * 100vw);
    width: 150px
  }
}

@media screen and (max-width:599px) {
  .recipe-page .recipe .recipe-lists__item .lp-link {
    width: 100px
  }
}

@media screen and (max-width:428px) {
  .recipe-page .recipe .recipe-lists__item .lp-link {
    width: 80px
  }
}



/*.link-lists li:nth-child(1) {
}
.link-lists li:nth-child(4) {
  transition-delay: .2s;
}
.link-lists li:nth-child(7) {
  transition-delay: .4s;
}
.link-lists li:nth-child(10) {
  transition-delay: .6s;
}
.link-lists li:nth-child(2) {
  transition-delay: .8s;
}
.link-lists li:nth-child(5) {
  transition-delay: 1s;
}
.link-lists li:nth-child(8) {
  transition-delay: 1.2s;
}
.link-lists li:nth-child(3) {
  transition-delay: 1.4s;
}
.link-lists li:nth-child(6) {
  transition-delay: 1.6s;
}
.link-lists li:nth-child(9) {
  transition-delay: 1.8s;
}
.link-lists li:nth-child(11) {
  transition-delay: 2s;
}
*/


.link-lists li:nth-child(1) {
}
.link-lists li:nth-child(2) {
  transition-delay: .2s;
}
.link-lists li:nth-child(3) {
  transition-delay: .4s;
}
.link-lists li:nth-child(4) {
  transition-delay: .6s;
}
.link-lists li:nth-child(5) {
  transition-delay: .8s;
}
.link-lists li:nth-child(6) {
  transition-delay: 1s;
}
.link-lists li:nth-child(7) {
  transition-delay: 1.2s;
}
.link-lists li:nth-child(8) {
  transition-delay: 1.4s;
}
.link-lists li:nth-child(9) {
  transition-delay: 1.6s;
}
.link-lists li:nth-child(10) {
  transition-delay: 1.8s;
}
.link-lists li:nth-child(11) {
  transition-delay: 2s;
}
.link-lists li img{
  opacity:.5;
}

.link-lists li a img{
  transition:all 0.2s ease;
  opacity:1;
}
.link-lists li a img:hover{
  opacity:.6;
}



