@media screen and (1024px <= width) {
  #recipe_detail {
    width: 1000px;
    margin: 30px auto 0;
  }
  #recipe_detail .headline {
    padding-bottom: 35px;
    border-radius: 21px 21px 0 0;
    font-feature-settings: "palt";
  }
  #recipe_detail .headline .category {
    text-align: center;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
  }
  #recipe_detail .headline .recipe_name {
    margin-top: 7px;
  }
  #recipe_detail .headline .recipe_name h1 {
    display: block;
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
  }
  #recipe_detail .headline .catchphrase {
    margin-top: 6px;
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
  }
  #recipe_detail .headline .photo {
    margin-top: 10px;
    text-align: center;
  }
  #recipe_detail .headline .photo img {
    width: 610px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  }
  #recipe_detail .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 38px 0;
    border-radius: 0 0 21px 21px;
    gap: 0 58px;
  }
  #recipe_detail .content .material {
    width: 421px;
  }
  #recipe_detail .content .material h2 {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 421px;
    height: 37px;
    padding-left: 12px;
    background-size: cover;
  }
  #recipe_detail .content .material h2 span {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .material h2 span:nth-child(1) {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
  }
  #recipe_detail .content .material h2 span:nth-child(2) {
    margin-left: 3px;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 1px;
  }
  #recipe_detail .content .material > ul {
    margin-top: 3px;
  }
  #recipe_detail .content .material > ul > li {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .material > ul > li .sub_group {
    margin-top: 15px;
  }
  #recipe_detail .content .material > ul > li .sub_group > dt {
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
  }
  #recipe_detail .content .material > ul > li .sub_group > dt h3 {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  #recipe_detail .content .material > ul > li .line {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 7px 0;
    background-image: linear-gradient(to right, #bcbcbc, #bcbcbc 1px, transparent 1px, transparent);
    background-position: left bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  #recipe_detail .content .material > ul > li .line > dt {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  #recipe_detail .content .material > ul > li .line > dd {
    text-align: right;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  #recipe_detail .content .howto {
    width: 421px;
  }
  #recipe_detail .content .howto h2 {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 421px;
    height: 37px;
    padding-left: 12px;
    background-size: cover;
  }
  #recipe_detail .content .howto h2 span {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .howto h2 span:nth-child(1) {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
  }
  #recipe_detail .content .howto > ul {
    margin-top: 3px;
  }
  #recipe_detail .content .howto > ul > li {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .howto > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 7px 0;
    background-image: linear-gradient(to right, #bcbcbc, #bcbcbc 1px, transparent 1px, transparent);
    background-position: left bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  #recipe_detail .content .howto > ul > li > dl > dt {
    box-sizing: border-box;
    min-width: 15px;
    flex-shrink: 0;
    padding-right: 5px;
    color: #bd0000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
  }
  #recipe_detail .content .howto > ul > li > dl > dd {
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li > dl > dd .sub_block.opt_pad_bottom {
    padding-bottom: 10px;
  }
  #recipe_detail .content .howto > ul > li > dl > dd .sub_block > dt {
    font-style: normal;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full > dt {
    width: 100%;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full > dd {
    padding-left: 15px;
  }
  #recipe_detail .content .howto > ul > li .annotation {
    padding-top: 7px;
    padding-left: 1em;
    text-indent: -1em;
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 7px;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto span {
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto span:nth-child(1) {
    margin-right: 10px;
    flex-shrink: 0;
  }
  #recipe_detail .navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 440px;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  #recipe_detail .navigation .prev,
  #recipe_detail .navigation .next {
    width: 50px;
    height: 50px;
    position: relative;
  }
  #recipe_detail .navigation .prev::before, #recipe_detail .navigation .prev::after,
  #recipe_detail .navigation .next::before,
  #recipe_detail .navigation .next::after {
    content: "";
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
  }
  #recipe_detail .navigation .prev::before,
  #recipe_detail .navigation .next::before {
    z-index: 0;
  }
  #recipe_detail .navigation .prev::after,
  #recipe_detail .navigation .next::after {
    opacity: 0;
    z-index: 1;
  }
  #recipe_detail .navigation .prev:hover::before,
  #recipe_detail .navigation .next:hover::before {
    opacity: 0;
  }
  #recipe_detail .navigation .prev:hover::after,
  #recipe_detail .navigation .next:hover::after {
    opacity: 1;
  }
  #recipe_detail .navigation .prev::before {
    background-image: url(../../b6c57e14e0688bd07131.svg);
  }
  #recipe_detail .navigation .prev::after {
    background-image: url(../../ae16461dfacabc747234.svg);
  }
  #recipe_detail .navigation .next::before {
    background-image: url(../../c78f96561539e5d4df91.svg);
  }
  #recipe_detail .navigation .next::after {
    background-image: url(../../e8c4d3c6c5d2a2202f44.svg);
  }
  #recipe_detail .navigation .top {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 300px;
    height: 50px;
    border: 2px solid #721518;
    border-radius: 25px;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: background 0.4s ease, color 0.4s ease;
  }
  #recipe_detail .navigation .top:hover {
    background: #721518;
    color: #ffffff;
  }
  #recipe_detail.ebigratin .headline {
    padding-top: 53px;
    background-color: #fbe9e7;
    background-image: url(../../a09f84dea9b5034c3cb3.png);
    background-size: 100% 12px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #recipe_detail.ebigratin .headline .recipe_name {
    color: #bd0000;
  }
  #recipe_detail.ebigratin .content {
    background-color: #fef9f8;
  }
  #recipe_detail.ebigratin .content .material h2 {
    background-image: url(../../97da2d4211d7079ccd55.png);
  }
  #recipe_detail.ebigratin .content .howto h2 {
    background-image: url(../../97da2d4211d7079ccd55.png);
  }
  #recipe_detail.ebidoria .headline {
    padding-top: 53px;
    background-color: #fbece5;
    background-image: url(../../522eb8663a36cd503256.png);
    background-size: 100% 12px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #recipe_detail.ebidoria .headline .recipe_name {
    color: #e9621c;
  }
  #recipe_detail.ebidoria .content {
    background-color: #fef8f6;
  }
  #recipe_detail.ebidoria .content .material h2 {
    background-image: url(../../5df548ad641dd0dc0815.png);
  }
  #recipe_detail.ebidoria .content .howto h2 {
    background-image: url(../../5df548ad641dd0dc0815.png);
  }
  #recipe_detail.side_dish .headline {
    padding-top: 28px;
    background-image: url(../../2ac65fff00062dd3e065.svg);
    background-position: center top;
    background-size: 31.5px auto;
  }
  #recipe_detail.side_dish .headline .recipe_name {
    color: #d84512;
  }
  #recipe_detail.side_dish .content {
    background-color: #fcf6eb;
  }
  #recipe_detail.side_dish .content .material h2 {
    background-image: url(../../ce8c76ecc00031eefa61.png);
  }
  #recipe_detail.side_dish .content .howto h2 {
    background-image: url(../../ce8c76ecc00031eefa61.png);
  }
  #recipe_detail.dessert .headline {
    padding-top: 28px;
    background-image: url(../../bcd9bc182ac5c505016c.svg);
    background-position: center top;
    background-size: 30px auto;
  }
  #recipe_detail.dessert .headline .recipe_name {
    color: #bd0000;
  }
  #recipe_detail.dessert .headline .catchphrase {
    color: #bd0000;
  }
  #recipe_detail.dessert .content {
    background-color: #fff8fb;
  }
  #recipe_detail.dessert .content .material h2 {
    background-image: url(../../b0e23bafd0c525bef22c.png);
  }
  #recipe_detail.dessert .content .howto h2 {
    background-image: url(../../b0e23bafd0c525bef22c.png);
  }
  #recipe_detail.collaboration .headline {
    padding-top: 28px;
    background-image: url(../../68f836d7c891d8acb28c.svg);
    background-position: center top;
    background-size: 30px auto;
  }
  #recipe_detail.collaboration .headline .recipe_name {
    color: #00a296;
  }
  #recipe_detail.collaboration .content {
    background-color: #f7faf1;
  }
  #recipe_detail.collaboration .content .material h2 {
    background-image: url(../../39b9f0f8ea784c12c508.png);
  }
  #recipe_detail.collaboration .content .howto h2 {
    background-image: url(../../39b9f0f8ea784c12c508.png);
  }
}
@media screen and (width < 768px) {
  #recipe_detail {
    width: 94.6666666667vw;
    margin: 7.2vw auto 0;
  }
  #recipe_detail .headline {
    padding-bottom: 5.3333333333vw;
    border-radius: 1.8666666667vw 1.8666666667vw 0 0;
    font-feature-settings: "palt";
  }
  #recipe_detail .headline .category {
    text-align: center;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
  #recipe_detail .headline .recipe_name {
    margin-top: 0.9333333333vw;
  }
  #recipe_detail .headline .recipe_name h1 {
    display: block;
    text-align: center;
    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: 6.1333333333vw;
  }
  #recipe_detail .headline .catchphrase {
    margin-top: 2vw;
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  #recipe_detail .headline .photo {
    margin-top: 2.4vw;
    text-align: center;
  }
  #recipe_detail .headline .photo img {
    width: 81.3333333333vw;
    filter: drop-shadow(0 0 0.2666666667vw rgba(0, 0, 0, 0.5));
  }
  #recipe_detail .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;
    padding: 5.7333333333vw 0 6.9333333333vw;
    border-radius: 0 0 1.8666666667vw 1.8666666667vw;
    gap: 5.0666666667vw 0;
  }
  #recipe_detail .content .material {
    width: 84.1333333333vw;
  }
  #recipe_detail .content .material h2 {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 84.1333333333vw;
    height: 7.3333333333vw;
    padding-left: 2.5333333333vw;
    background-size: cover;
  }
  #recipe_detail .content .material h2 span {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .material h2 span:nth-child(1) {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4vw;
    line-height: 1;
  }
  #recipe_detail .content .material h2 span:nth-child(2) {
    margin-left: 0.6666666667vw;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 1;
    position: relative;
    top: 0.2vw;
  }
  #recipe_detail .content .material > ul {
    margin-top: 2.1333333333vw;
  }
  #recipe_detail .content .material > ul > li {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .material > ul > li .sub_group {
    margin-top: 2.9333333333vw;
  }
  #recipe_detail .content .material > ul > li .sub_group > dt {
    padding-bottom: 0.9333333333vw;
    border-bottom: 0.2vw solid #333333;
  }
  #recipe_detail .content .material > ul > li .sub_group > dt h3 {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  #recipe_detail .content .material > ul > li .line {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 1.3333333333vw 0;
    background-image: linear-gradient(to right, #bcbcbc, #bcbcbc 0.2vw, transparent 0.2vw, transparent);
    background-position: left bottom;
    background-size: 0.6vw 0.2vw;
    background-repeat: repeat-x;
  }
  #recipe_detail .content .material > ul > li .line > dt {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  #recipe_detail .content .material > ul > li .line > dd {
    text-align: right;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  #recipe_detail .content .howto {
    width: 84.1333333333vw;
  }
  #recipe_detail .content .howto h2 {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 84.1333333333vw;
    height: 7.3333333333vw;
    padding-left: 2.5333333333vw;
    background-size: cover;
  }
  #recipe_detail .content .howto h2 span {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .howto h2 span:nth-child(1) {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4vw;
    line-height: 1;
  }
  #recipe_detail .content .howto > ul {
    margin-top: 2.1333333333vw;
  }
  #recipe_detail .content .howto > ul > li {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .howto > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 1.3333333333vw 0;
    background-image: linear-gradient(to right, #bcbcbc, #bcbcbc 0.2vw, transparent 0.2vw, transparent);
    background-position: left bottom;
    background-size: 0.6vw 0.2vw;
    background-repeat: repeat-x;
  }
  #recipe_detail .content .howto > ul > li > dl > dt {
    box-sizing: border-box;
    min-width: 3.3333333333vw;
    flex-shrink: 0;
    padding-right: 1vw;
    color: #bd0000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 4.4vw;
    white-space: nowrap;
  }
  #recipe_detail .content .howto > ul > li > dl > dd {
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.4vw;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li > dl > dd .sub_block.opt_pad_bottom {
    padding-bottom: 2vw;
  }
  #recipe_detail .content .howto > ul > li > dl > dd .sub_block > dt {
    font-style: normal;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full > dt {
    width: 100%;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full > dd {
    padding-left: 3.3333333333vw;
  }
  #recipe_detail .content .howto > ul > li .annotation {
    padding-top: 1.3333333333vw;
    padding-left: 1em;
    text-indent: -1em;
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.4vw;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 1.3333333333vw;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto span {
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.4vw;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto span:nth-child(1) {
    margin-right: 2vw;
    flex-shrink: 0;
  }
  #recipe_detail .navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 76.2666666667vw;
    margin: 0 auto;
    padding: 6.6666666667vw 0 8vw;
  }
  #recipe_detail .navigation .prev,
  #recipe_detail .navigation .next {
    width: 8.6666666667vw;
    height: 8.6666666667vw;
    position: relative;
  }
  #recipe_detail .navigation .prev::before, #recipe_detail .navigation .prev::after,
  #recipe_detail .navigation .next::before,
  #recipe_detail .navigation .next::after {
    content: "";
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
  }
  #recipe_detail .navigation .prev::before,
  #recipe_detail .navigation .next::before {
    z-index: 0;
  }
  #recipe_detail .navigation .prev::after,
  #recipe_detail .navigation .next::after {
    opacity: 0;
    z-index: 1;
  }
  #recipe_detail .navigation .prev:hover::before,
  #recipe_detail .navigation .next:hover::before {
    opacity: 0;
  }
  #recipe_detail .navigation .prev:hover::after,
  #recipe_detail .navigation .next:hover::after {
    opacity: 1;
  }
  #recipe_detail .navigation .prev::before {
    background-image: url(../../b6c57e14e0688bd07131.svg);
  }
  #recipe_detail .navigation .prev::after {
    background-image: url(../../ae16461dfacabc747234.svg);
  }
  #recipe_detail .navigation .next::before {
    background-image: url(../../c78f96561539e5d4df91.svg);
  }
  #recipe_detail .navigation .next::after {
    background-image: url(../../e8c4d3c6c5d2a2202f44.svg);
  }
  #recipe_detail .navigation .top {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 52vw;
    height: 8.6666666667vw;
    border: 0.3466666667vw solid #721518;
    border-radius: 8.6666666667vw;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.0666666667vw;
    line-height: 1;
    transition: background 0.4s ease, color 0.4s ease;
  }
  #recipe_detail .navigation .top:hover {
    background: #721518;
    color: #ffffff;
  }
  #recipe_detail.ebigratin .headline {
    padding-top: 8vw;
    background-color: #fbe9e7;
    background-image: url(../../9dffa89385a979c8ab70.png);
    background-size: 100% 2.5333333333vw;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #recipe_detail.ebigratin .headline .recipe_name {
    color: #bd0000;
  }
  #recipe_detail.ebigratin .content {
    background-color: #fef9f8;
  }
  #recipe_detail.ebigratin .content .material h2 {
    background-image: url(../../8661ee441d939c085355.png);
  }
  #recipe_detail.ebigratin .content .howto h2 {
    background-image: url(../../20a6c2b6e7e1df57d40e.png);
  }
  #recipe_detail.ebidoria .headline {
    padding-top: 8vw;
    background-color: #fbece5;
    background-image: url(../../1956e97b9b2890385ac7.png);
    background-size: 100% 2.5333333333vw;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #recipe_detail.ebidoria .headline .recipe_name {
    color: #e9621c;
  }
  #recipe_detail.ebidoria .content {
    background-color: #fef8f6;
  }
  #recipe_detail.ebidoria .content .material h2 {
    background-image: url(../../e872007267351961ab22.png);
  }
  #recipe_detail.ebidoria .content .howto h2 {
    background-image: url(../../df19b772613cbc49dbac.png);
  }
  #recipe_detail.side_dish .headline {
    padding-top: 8vw;
    background-image: url(../../2ac65fff00062dd3e065.svg);
    background-position: center top;
    background-size: 4.2vw auto;
  }
  #recipe_detail.side_dish .headline .recipe_name {
    color: #d84512;
  }
  #recipe_detail.side_dish .content {
    background-color: #fcf6eb;
  }
  #recipe_detail.side_dish .content .material h2 {
    background-image: url(../../cb8a2f27a5cc3d018d48.png);
  }
  #recipe_detail.side_dish .content .howto h2 {
    background-image: url(../../906665f12dce37ec2ec9.png);
  }
  #recipe_detail.dessert .headline {
    padding-top: 8vw;
    background-image: url(../../bcd9bc182ac5c505016c.svg);
    background-position: center top;
    background-size: 4vw auto;
  }
  #recipe_detail.dessert .headline .recipe_name {
    color: #bd0000;
  }
  #recipe_detail.dessert .headline .catchphrase {
    color: #bd0000;
  }
  #recipe_detail.dessert .content {
    background-color: #fff8fb;
  }
  #recipe_detail.dessert .content .material h2 {
    background-image: url(../../42bfd58494082b7af63d.png);
  }
  #recipe_detail.dessert .content .howto h2 {
    background-image: url(../../9c1da2688d5d68b9efed.png);
  }
  #recipe_detail.collaboration .headline {
    padding-top: 8vw;
    background-image: url(../../68f836d7c891d8acb28c.svg);
    background-position: center top;
    background-size: 4vw auto;
  }
  #recipe_detail.collaboration .headline .recipe_name {
    color: #00a296;
  }
  #recipe_detail.collaboration .content {
    background-color: #f7faf1;
  }
  #recipe_detail.collaboration .content .material h2 {
    background-image: url(../../285a3520ef6de68ac346.png);
  }
  #recipe_detail.collaboration .content .howto h2 {
    background-image: url(../../ade7eb287c99fb7bb740.png);
  }
}
@media screen and (768px <= width < 1024px) {
  #recipe_detail {
    width: 90.9090909091vw;
    margin: 2.7272727273vw auto 0;
  }
  #recipe_detail .headline {
    padding-bottom: 3.1818181818vw;
    border-radius: 1.9090909091vw 1.9090909091vw 0 0;
    font-feature-settings: "palt";
  }
  #recipe_detail .headline .category {
    text-align: center;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.6363636364vw;
    line-height: 1;
  }
  #recipe_detail .headline .recipe_name {
    margin-top: 0.6363636364vw;
  }
  #recipe_detail .headline .recipe_name h1 {
    display: block;
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 2.9090909091vw;
    line-height: 1;
  }
  #recipe_detail .headline .catchphrase {
    margin-top: 0.5454545455vw;
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.8181818182vw;
    line-height: 1;
  }
  #recipe_detail .headline .photo {
    margin-top: 0.9090909091vw;
    text-align: center;
  }
  #recipe_detail .headline .photo img {
    width: 55.4545454545vw;
    filter: drop-shadow(0 0 0.1818181818vw rgba(0, 0, 0, 0.5));
  }
  #recipe_detail .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 3.4545454545vw 0;
    border-radius: 0 0 1.9090909091vw 1.9090909091vw;
    gap: 0 5.2727272727vw;
  }
  #recipe_detail .content .material {
    width: 38.2727272727vw;
  }
  #recipe_detail .content .material h2 {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 38.2727272727vw;
    height: 3.3636363636vw;
    padding-left: 1.0909090909vw;
    background-size: cover;
  }
  #recipe_detail .content .material h2 span {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .material h2 span:nth-child(1) {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.8181818182vw;
    line-height: 1;
  }
  #recipe_detail .content .material h2 span:nth-child(2) {
    margin-left: 0.2727272727vw;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.4545454545vw;
    line-height: 1;
    position: relative;
    top: 0.0909090909vw;
  }
  #recipe_detail .content .material > ul {
    margin-top: 0.2727272727vw;
  }
  #recipe_detail .content .material > ul > li {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .material > ul > li .sub_group {
    margin-top: 1.3636363636vw;
  }
  #recipe_detail .content .material > ul > li .sub_group > dt {
    padding-bottom: 0.4545454545vw;
    border-bottom: 1px solid #333333;
  }
  #recipe_detail .content .material > ul > li .sub_group > dt h3 {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.4545454545vw;
    line-height: 2vw;
  }
  #recipe_detail .content .material > ul > li .line {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0.6363636364vw 0;
    background-image: linear-gradient(to right, #bcbcbc, #bcbcbc 0.0909090909vw, transparent 0.0909090909vw, transparent);
    background-position: left bottom;
    background-size: 0.3636363636vw 1px;
    background-repeat: repeat-x;
  }
  #recipe_detail .content .material > ul > li .line > dt {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.4545454545vw;
    line-height: 2vw;
  }
  #recipe_detail .content .material > ul > li .line > dd {
    text-align: right;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.4545454545vw;
    line-height: 2vw;
  }
  #recipe_detail .content .howto {
    width: 38.2727272727vw;
  }
  #recipe_detail .content .howto h2 {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 38.2727272727vw;
    height: 3.3636363636vw;
    padding-left: 1.0909090909vw;
    background-size: cover;
  }
  #recipe_detail .content .howto h2 span {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .howto h2 span:nth-child(1) {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.8181818182vw;
    line-height: 1;
  }
  #recipe_detail .content .howto > ul {
    margin-top: 0.2727272727vw;
  }
  #recipe_detail .content .howto > ul > li {
    font-feature-settings: "palt";
  }
  #recipe_detail .content .howto > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0.6363636364vw 0;
    background-image: linear-gradient(to right, #bcbcbc, #bcbcbc 0.0909090909vw, transparent 0.0909090909vw, transparent);
    background-position: left bottom;
    background-size: 0.3636363636vw 1px;
    background-repeat: repeat-x;
  }
  #recipe_detail .content .howto > ul > li > dl > dt {
    box-sizing: border-box;
    min-width: 1.3636363636vw;
    flex-shrink: 0;
    padding-right: 0.4545454545vw;
    color: #bd0000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.4545454545vw;
    line-height: 2vw;
    white-space: nowrap;
  }
  #recipe_detail .content .howto > ul > li > dl > dd {
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.4545454545vw;
    line-height: 2vw;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li > dl > dd .sub_block.opt_pad_bottom {
    padding-bottom: 0.9090909091vw;
  }
  #recipe_detail .content .howto > ul > li > dl > dd .sub_block > dt {
    font-style: normal;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full > dt {
    width: 100%;
  }
  #recipe_detail .content .howto > ul > li > dl.dt_full > dd {
    padding-left: 1.3636363636vw;
  }
  #recipe_detail .content .howto > ul > li .annotation {
    padding-top: 0.6363636364vw;
    padding-left: 1em;
    text-indent: -1em;
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.4545454545vw;
    line-height: 2vw;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 0.6363636364vw;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto span {
    color: #3c3c3c;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.4545454545vw;
    line-height: 2vw;
    word-break: break-all;
  }
  #recipe_detail .content .howto > ul > li .annotation_auto span:nth-child(1) {
    margin-right: 0.9090909091vw;
    flex-shrink: 0;
  }
  #recipe_detail .navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 40vw;
    margin: 0 auto;
    padding: 2.7272727273vw 0 4.5454545455vw;
  }
  #recipe_detail .navigation .prev,
  #recipe_detail .navigation .next {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
    position: relative;
  }
  #recipe_detail .navigation .prev::before, #recipe_detail .navigation .prev::after,
  #recipe_detail .navigation .next::before,
  #recipe_detail .navigation .next::after {
    content: "";
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
  }
  #recipe_detail .navigation .prev::before,
  #recipe_detail .navigation .next::before {
    z-index: 0;
  }
  #recipe_detail .navigation .prev::after,
  #recipe_detail .navigation .next::after {
    opacity: 0;
    z-index: 1;
  }
  #recipe_detail .navigation .prev:hover::before,
  #recipe_detail .navigation .next:hover::before {
    opacity: 0;
  }
  #recipe_detail .navigation .prev:hover::after,
  #recipe_detail .navigation .next:hover::after {
    opacity: 1;
  }
  #recipe_detail .navigation .prev::before {
    background-image: url(../../b6c57e14e0688bd07131.svg);
  }
  #recipe_detail .navigation .prev::after {
    background-image: url(../../ae16461dfacabc747234.svg);
  }
  #recipe_detail .navigation .next::before {
    background-image: url(../../c78f96561539e5d4df91.svg);
  }
  #recipe_detail .navigation .next::after {
    background-image: url(../../e8c4d3c6c5d2a2202f44.svg);
  }
  #recipe_detail .navigation .top {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 27.2727272727vw;
    height: 4.5454545455vw;
    border: 0.1818181818vw solid #721518;
    border-radius: 2.2727272727vw;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.6363636364vw;
    line-height: 1;
    transition: background 0.4s ease, color 0.4s ease;
  }
  #recipe_detail .navigation .top:hover {
    background: #721518;
    color: #ffffff;
  }
  #recipe_detail.ebigratin .headline {
    padding-top: 4.8181818182vw;
    background-color: #fbe9e7;
    background-image: url(../../a09f84dea9b5034c3cb3.png);
    background-size: 100% 1.0909090909vw;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #recipe_detail.ebigratin .headline .recipe_name {
    color: #bd0000;
  }
  #recipe_detail.ebigratin .content {
    background-color: #fef9f8;
  }
  #recipe_detail.ebigratin .content .material h2 {
    background-image: url(../../97da2d4211d7079ccd55.png);
  }
  #recipe_detail.ebigratin .content .howto h2 {
    background-image: url(../../97da2d4211d7079ccd55.png);
  }
  #recipe_detail.ebidoria .headline {
    padding-top: 4.8181818182vw;
    background-color: #fbece5;
    background-image: url(../../522eb8663a36cd503256.png);
    background-size: 100% 1.0909090909vw;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #recipe_detail.ebidoria .headline .recipe_name {
    color: #e9621c;
  }
  #recipe_detail.ebidoria .content {
    background-color: #fef8f6;
  }
  #recipe_detail.ebidoria .content .material h2 {
    background-image: url(../../5df548ad641dd0dc0815.png);
  }
  #recipe_detail.ebidoria .content .howto h2 {
    background-image: url(../../5df548ad641dd0dc0815.png);
  }
  #recipe_detail.side_dish .headline {
    padding-top: 2.5454545455vw;
    background-image: url(../../2ac65fff00062dd3e065.svg);
    background-position: center top;
    background-size: 2.8636363636vw auto;
  }
  #recipe_detail.side_dish .headline .recipe_name {
    color: #d84512;
  }
  #recipe_detail.side_dish .content {
    background-color: #fcf6eb;
  }
  #recipe_detail.side_dish .content .material h2 {
    background-image: url(../../ce8c76ecc00031eefa61.png);
  }
  #recipe_detail.side_dish .content .howto h2 {
    background-image: url(../../ce8c76ecc00031eefa61.png);
  }
  #recipe_detail.dessert .headline {
    padding-top: 2.5454545455vw;
    background-image: url(../../bcd9bc182ac5c505016c.svg);
    background-position: center top;
    background-size: 2.7272727273vw auto;
  }
  #recipe_detail.dessert .headline .recipe_name {
    color: #bd0000;
  }
  #recipe_detail.dessert .headline .catchphrase {
    color: #bd0000;
  }
  #recipe_detail.dessert .content {
    background-color: #fff8fb;
  }
  #recipe_detail.dessert .content .material h2 {
    background-image: url(../../b0e23bafd0c525bef22c.png);
  }
  #recipe_detail.dessert .content .howto h2 {
    background-image: url(../../b0e23bafd0c525bef22c.png);
  }
  #recipe_detail.collaboration .headline {
    padding-top: 2.5454545455vw;
    background-image: url(../../68f836d7c891d8acb28c.svg);
    background-position: center top;
    background-size: 2.7272727273vw auto;
  }
  #recipe_detail.collaboration .headline .recipe_name {
    color: #00a296;
  }
  #recipe_detail.collaboration .content {
    background-color: #f7faf1;
  }
  #recipe_detail.collaboration .content .material h2 {
    background-image: url(../../39b9f0f8ea784c12c508.png);
  }
  #recipe_detail.collaboration .content .howto h2 {
    background-image: url(../../39b9f0f8ea784c12c508.png);
  }
}
