/* ============================================================================================== */
/* PC Size Style                                                                                  */
/* ============================================================================================== */
@media screen and (1024px <= width) {
  .children_cmd_headline .front .title img {
    width: 130.06px;
    aspect-ratio: 130.06/40.946;
  }

  #content {
    margin-top: -83px;
    padding-bottom: 47px;
    position: relative;
    z-index: 200;
  }
  #content .content_bg {
    width: calc(100% - 41px);
    height: calc(100% - 116.5px);
    background-image: url("../../../img/common/other/bg_line_pc.png");
    background-size: 1359px 15px;
    background-position: top center;
    transform: translateX(-50%);
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
  }
  #content .content_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 42px 0 34px;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    z-index: 100;
  }
  #content .content_inner .recipe_wrapper h1 {
    display: block;
    padding-bottom: 23px;
    text-align: center;
    color: #002f80;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    background-image: url("../../../img/recipe/detail/common/title_underline_pc.png");
    background-position: center bottom;
    background-size: 85px 3px;
    background-repeat: no-repeat;
  }
  #content .content_inner .recipe_wrapper .photo {
    margin-top: 30px;
    text-align: center;
  }
  #content .content_inner .recipe_wrapper .photo img {
    width: 880px;
    aspect-ratio: 880/500;
    border-radius: 10px;
  }
  #content .content_inner .recipe_wrapper .detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 880px;
    margin: 40px auto 0;
  }
  #content .content_inner .recipe_wrapper .detail .material,
  #content .content_inner .recipe_wrapper .detail .howto {
    width: 410px;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dt,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dt {
    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: 412px;
    height: 38px;
    padding-left: 16px;
    background-image: url("../../../img/recipe/detail/common/detail_headline_bg_pc.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    left: -1px;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dt h2,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dt h2 {
    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;
    font-feature-settings: "palt";
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dd > ul > li {
    padding: 12px 0;
    border-bottom: 1px solid #d2d2d2;
    color: #002f80;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "palt";
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li.opt_dish_name {
    padding-bottom: 5px;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li.opt_dish_name:not(:first-child) {
    padding-top: 30px;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl > dt {
    padding-left: 5px;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl > dd {
    padding-right: 5px;
    text-align: right;
  }
  #content .content_inner .recipe_wrapper .detail .howto > dl > dd > ul > li {
    padding-left: calc(1em + 3px);
    text-indent: -1em;
    white-space: pre-wrap;
  }
  #content .content_inner .back {
    margin-top: 28px;
  }
  #content .content_inner .back a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 170px;
    height: 38px;
    margin: 0 auto;
    border: 1px solid #002f80;
    border-radius: 30px;
    transition: background 0.4s ease;
    position: relative;
  }
  #content .content_inner .back a::before, #content .content_inner .back a::after {
    content: "";
    width: 14px;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 23px;
    top: 0;
  }
  #content .content_inner .back a::before {
    background-image: url("../../../img/recipe/detail/common/icon_arrow.png");
    opacity: 1;
  }
  #content .content_inner .back a::after {
    background-image: url("../../../img/recipe/detail/common/icon_arrow_w.png");
    opacity: 0;
  }
  #content .content_inner .back a span {
    display: block;
    padding-left: 74px;
    color: #002f80;
    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;
    transition: color 0.4s ease;
  }
  #content .content_inner .back a:hover {
    background: #002f80;
  }
  #content .content_inner .back a:hover::before {
    opacity: 0;
  }
  #content .content_inner .back a:hover::after {
    opacity: 1;
  }
  #content .content_inner .back a:hover span {
    color: #ffffff;
  }
}
/* ============================================================================================== */
/* Tablet Size Style                                                                              */
/* ============================================================================================== */
@media screen and (768px <= width < 1024px) {
  .children_cmd_headline .front .title img {
    width: 9.29vw;
    aspect-ratio: 130.06/40.946;
  }

  #content {
    margin-top: -5.9285714286vw;
    padding-bottom: 3.3571428571vw;
    position: relative;
    z-index: 200;
  }
  #content .content_bg {
    width: calc(100% - 2.9285714286vw);
    height: calc(100% - 8.3214285714vw);
    background-image: url("../../../img/common/other/bg_line_pc.png");
    background-size: 97.0714285714vw 1.0714285714vw;
    background-position: top center;
    transform: translateX(-50%);
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
  }
  #content .content_inner {
    width: 71.4285714286vw;
    margin: 0 auto;
    padding: 3vw 0 2.4285714286vw;
    background: #ffffff;
    border-radius: 1.4285714286vw;
    position: relative;
    z-index: 100;
  }
  #content .content_inner .recipe_wrapper h1 {
    display: block;
    padding-bottom: 1.6428571429vw;
    text-align: center;
    color: #002f80;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 2.5714285714vw;
    line-height: 1;
    background-image: url("../../../img/recipe/detail/common/title_underline_pc.png");
    background-position: center bottom;
    background-size: 6.0714285714vw 0.2142857143vw;
    background-repeat: no-repeat;
  }
  #content .content_inner .recipe_wrapper .photo {
    margin-top: 2.1428571429vw;
    text-align: center;
  }
  #content .content_inner .recipe_wrapper .photo img {
    width: 62.8571428571vw;
    aspect-ratio: 880/500;
    border-radius: 0.7142857143vw;
  }
  #content .content_inner .recipe_wrapper .detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 62.8571428571vw;
    margin: 2.8571428571vw auto 0;
  }
  #content .content_inner .recipe_wrapper .detail .material,
  #content .content_inner .recipe_wrapper .detail .howto {
    width: 29.2857142857vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dt,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dt {
    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: 29.4285714286vw;
    height: 2.7142857143vw;
    padding-left: 1.1428571429vw;
    background-image: url("../../../img/recipe/detail/common/detail_headline_bg_pc.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    left: -0.0714285714vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dt h2,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dt h2 {
    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.4285714286vw;
    line-height: 1;
    font-feature-settings: "palt";
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dd > ul > li {
    padding: 0.8571428571vw 0;
    border-bottom: 1px solid #d2d2d2;
    color: #002f80;
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
    font-feature-settings: "palt";
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li.opt_dish_name {
    padding-bottom: 0.3571428571vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li.opt_dish_name:not(:first-child) {
    padding-top: 2.1428571429vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl > dt {
    padding-left: 0.3571428571vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl > dd {
    padding-right: 0.3571428571vw;
    text-align: right;
  }
  #content .content_inner .recipe_wrapper .detail .howto > dl > dd > ul > li {
    padding-left: calc(1em + 0.2142857143vw);
    text-indent: -1em;
    white-space: pre-wrap;
  }
  #content .content_inner .back {
    margin-top: 2vw;
  }
  #content .content_inner .back a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 12.1428571429vw;
    height: 2.7142857143vw;
    margin: 0 auto;
    border: 1px solid #002f80;
    border-radius: 2.1428571429vw;
    transition: background 0.4s ease;
    position: relative;
  }
  #content .content_inner .back a::before, #content .content_inner .back a::after {
    content: "";
    width: 1vw;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 1.6428571429vw;
    top: 0;
  }
  #content .content_inner .back a::before {
    background-image: url("../../../img/recipe/detail/common/icon_arrow.png");
    opacity: 1;
  }
  #content .content_inner .back a::after {
    background-image: url("../../../img/recipe/detail/common/icon_arrow_w.png");
    opacity: 0;
  }
  #content .content_inner .back a span {
    display: block;
    padding-left: 5.2857142857vw;
    color: #002f80;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.4285714286vw;
    line-height: 1;
    transition: color 0.4s ease;
  }
  #content .content_inner .back a:hover {
    background: #002f80;
  }
  #content .content_inner .back a:hover::before {
    opacity: 0;
  }
  #content .content_inner .back a:hover::after {
    opacity: 1;
  }
  #content .content_inner .back a:hover span {
    color: #ffffff;
  }
}
/* ============================================================================================== */
/* SP Size Style                                                                                  */
/* ============================================================================================== */
@media screen and (width < 768px) {
  .children_cmd_headline .front .title img {
    width: 24.4vw;
    aspect-ratio: 130.06/40.946;
  }

  #content {
    margin-top: -11.0666666667vw;
    padding-bottom: 8vw;
    position: relative;
    z-index: 200;
  }
  #content .content_bg {
    width: 100%;
    height: calc(100% - 13.7333333333vw);
    background-image: url("../../../img/common/other/bg_line_sp.png");
    background-size: 100vw 2vw;
    background-position: top center;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  #content .content_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
    padding: 6.5333333333vw 0 6.6666666667vw;
    background: #ffffff;
    border-radius: 2.6666666667vw;
    position: relative;
    z-index: 100;
  }
  #content .content_inner .recipe_wrapper h1 {
    display: block;
    padding-bottom: 2.6666666667vw;
    text-align: center;
    color: #002f80;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 6.1333333333vw;
    line-height: 7.4666666667vw;
    background-image: url("../../../img/recipe/detail/common/title_underline_sp.png");
    background-position: center bottom;
    background-size: 11.4vw 0.4vw;
    background-repeat: no-repeat;
  }
  #content .content_inner .recipe_wrapper .photo {
    margin-top: 4.6666666667vw;
    text-align: center;
  }
  #content .content_inner .recipe_wrapper .photo img {
    width: 82.6666666667vw;
    aspect-ratio: 880/500;
    border-radius: 1.3333333333vw;
  }
  #content .content_inner .recipe_wrapper .detail {
    width: 82vw;
    margin: 6vw auto 0;
  }
  #content .content_inner .recipe_wrapper .detail .material,
  #content .content_inner .recipe_wrapper .detail .howto {
    width: 82vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dt,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dt {
    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: 82.3333333333vw;
    height: 7.6vw;
    padding-left: 3.0666666667vw;
    background-image: url("../../../img/recipe/detail/common/detail_headline_bg_sp.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    left: -0.1333333333vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dt h2,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dt h2 {
    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;
    font-feature-settings: "palt";
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li,
  #content .content_inner .recipe_wrapper .detail .howto > dl > dd > ul > li {
    padding: 2.9333333333vw 0;
    border-bottom: 0.2vw solid #d2d2d2;
    color: #002f80;
    font-size: 3.2vw;
    line-height: 4.8vw;
    font-feature-settings: "palt";
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li.opt_dish_name {
    padding-bottom: 1.0666666667vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li.opt_dish_name:not(:first-child) {
    padding-top: 5.3333333333vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl > dt {
    padding-left: 0.9333333333vw;
  }
  #content .content_inner .recipe_wrapper .detail .material > dl > dd > ul > li > dl > dd {
    padding-right: 0.9333333333vw;
    text-align: right;
  }
  #content .content_inner .recipe_wrapper .detail .howto {
    margin-top: 6vw;
  }
  #content .content_inner .recipe_wrapper .detail .howto > dl > dd > ul > li {
    padding-left: calc(1em + 0.5333333333vw);
    text-indent: -1em;
    white-space: pre-wrap;
  }
  #content .content_inner .back {
    margin-top: 5.3333333333vw;
  }
  #content .content_inner .back a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 34vw;
    height: 7.6vw;
    margin: 0 auto;
    border: 0.2vw solid #002f80;
    border-radius: 4vw;
    position: relative;
  }
  #content .content_inner .back a::before, #content .content_inner .back a::after {
    content: "";
    width: 2.6666666667vw;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 4.5333333333vw;
    top: 0;
  }
  #content .content_inner .back a::before {
    background-image: url("../../../img/recipe/detail/common/icon_arrow.png");
    opacity: 1;
  }
  #content .content_inner .back a::after {
    background-image: url("../../../img/recipe/detail/common/icon_arrow_w.png");
    opacity: 0;
  }
  #content .content_inner .back a span {
    display: block;
    padding-left: 14.6666666667vw;
    color: #002f80;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 2.8vw;
    line-height: 1;
  }
  #content .content_inner .back a:hover {
    background: #002f80;
  }
  #content .content_inner .back a:hover::before {
    opacity: 0;
  }
  #content .content_inner .back a:hover::after {
    opacity: 1;
  }
  #content .content_inner .back a:hover span {
    color: #ffffff;
  }
}

