@media screen and (1024px <= width) {
  #recipe {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 66px;
  }
  #recipe .item:nth-child(n+2) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d7c4c4;
  }
  #recipe .item .headline h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  #recipe .item .headline h2 span {
    padding-left: 8px;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
  }
  #recipe .item .content {
    margin-top: 20px;
  }
  #recipe .item#ebigratin .headline img {
    width: 23.93px;
  }
  #recipe .item#ebigratin .content img {
    width: 100%;
  }
  #recipe .item#ebidoria .headline img {
    width: 23.93px;
  }
  #recipe .item#ebidoria .content img {
    width: 100%;
  }
  #recipe .item#pie .headline img {
    width: 25.992px;
  }
  #recipe .item#pie .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  #recipe .item#pie .content a:nth-child(1) img, #recipe .item#pie .content a:nth-child(2) img, #recipe .item#pie .content a:nth-child(3) img {
    width: 300px;
  }
  #recipe .item#pie .content a:nth-child(4) img {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  #recipe {
    width: 94.6666666667vw;
    margin: 0 auto;
    padding: 6.6666666667vw 0 11.2vw;
  }
  #recipe .item:nth-child(n+2) {
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: 0.2vw solid #d7c4c4;
  }
  #recipe .item .headline h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  #recipe .item .headline h2 span {
    padding-left: 1.3333333333vw;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
  #recipe .item .content {
    margin-top: 4vw;
    text-align: center;
  }
  #recipe .item#ebigratin .headline img {
    width: 4.8vw;
  }
  #recipe .item#ebigratin .content img {
    width: 86.6666666667vw;
  }
  #recipe .item#ebidoria .headline img {
    width: 4.8vw;
  }
  #recipe .item#ebidoria .content img {
    width: 86.6666666667vw;
  }
  #recipe .item#pie .headline img {
    width: 5.2vw;
  }
  #recipe .item#pie .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 6.6666666667vw 0;
  }
  #recipe .item#pie .content a img {
    width: 86.6666666667vw;
  }
}
@media screen and (768px <= width < 1024px) {
  #recipe {
    width: 90.9090909091vw;
    margin: 0 auto;
    padding: 2.7272727273vw 0 6vw;
  }
  #recipe .item:nth-child(n+2) {
    margin-top: 3.6363636364vw;
    padding-top: 3.6363636364vw;
    border-top: 1px solid #d7c4c4;
  }
  #recipe .item .headline h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  #recipe .item .headline h2 span {
    padding-left: 0.7272727273vw;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 2.5454545455vw;
    line-height: 1;
  }
  #recipe .item .content {
    margin-top: 1.8181818182vw;
  }
  #recipe .item#ebigratin .headline img {
    width: 2.1754545455vw;
  }
  #recipe .item#ebigratin .content img {
    width: 100%;
  }
  #recipe .item#ebidoria .headline img {
    width: 2.1754545455vw;
  }
  #recipe .item#ebidoria .content img {
    width: 100%;
  }
  #recipe .item#pie .headline img {
    width: 2.3629090909vw;
  }
  #recipe .item#pie .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.6363636364vw 0;
  }
  #recipe .item#pie .content a:nth-child(1) img, #recipe .item#pie .content a:nth-child(2) img, #recipe .item#pie .content a:nth-child(3) img {
    width: 27.2727272727vw;
  }
  #recipe .item#pie .content a:nth-child(4) img {
    width: 100%;
  }
}
