@charset "UTF-8";
/* Recipe CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .recipe_top #main_title_area .mtitle:before {
    background: url("../images/recipe/recipe_top_title_eng.png?id=20210325") center 0/100% no-repeat;
    width: 213px;
    height: 11px;
  }
  .recipe_top .sec_title {
    position: relative;
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    text-align: center;
    letter-spacing: .04em;
    margin-bottom: 60px;
  }
  .recipe_top .sec_title:before, .recipe_top .sec_title:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 31%;
    height: 1px;
    background-color: #16ae41;
  }
  .recipe_top .sec_title:before {
    right: 0;
  }
  .recipe_top .sec_title:after {
    left: 0;
  }
  .recipe_top #recipe {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .recipe_top #recipe .sec_title:before, .recipe_top #recipe .sec_title:after {
    width: 445px;
  }
  .recipe_top #recipe .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recipe_top #recipe .item {
    width: 320px;
    margin-bottom: 60px;
  }
  .recipe_top #recipe .item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  .recipe_top #recipe .item:last-child {
    margin-right: 0;
  }
  .recipe_top #recipe .item .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recipe_top #recipe .item .wrap:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: center 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .recipe_top #recipe .item .wrap .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .recipe_top #recipe .item .wrap .image img {
    width: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .recipe_top #recipe .item .wrap .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.7rem;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: .035em;
    color: #16ae41;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 5px;
  }
  .recipe_top #recipe .item .wrap .desc {
    font-size: 1.4rem;
    letter-spacing: .035em;
    font-family: "Noto Serif JP", serif;
    line-height: 1.66;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .recipe_top #recipe .item a {
    display: block;
  }
  .recipe_top #recipe .item a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .recipe_top #recipe .item a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recipe_top #entertainment {
    padding-bottom: 68px;
  }
  .recipe_top #entertainment .sec_title:before, .recipe_top #entertainment .sec_title:after {
    width: 430px;
  }
  .recipe_top #entertainment .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recipe_top #entertainment .item {
    width: 235px;
    margin-bottom: 60px;
  }
  .recipe_top #entertainment .item:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
  .recipe_top #entertainment .item:last-child {
    margin-right: 0;
  }
  .recipe_top #entertainment .item a {
    display: block;
  }
  .recipe_top #entertainment .item a:hover {
    opacity: .8;
    text-decoration: none;
  }
  .recipe_top #entertainment .item a:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recipe_top #entertainment .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recipe_top #entertainment .item .wrap .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 13px;
    overflow: hidden;
    border: 1px solid #c1c1c1;
  }
  .recipe_top #entertainment .item .wrap .image img {
    width: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .recipe_top #entertainment .item .wrap .cat {
    font-size: 1.2rem;
    line-height: 1.4;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 5px;
  }
  .recipe_top #entertainment .item .wrap .title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .categories {
    margin-top: 60px;
  }
  .categories .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 80px;
  }
  .categories .list .item {
    min-width: 155px;
    padding: 0 10px 5px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .categories .list .item a {
    display: block;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #ccc;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
  }
  .categories .list .item button {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #ccc;
    text-align: center;
    padding-bottom: 5px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    background: transparent;
  }
  .categories .list .item:hover a {
    color: #ccc;
    text-decoration: none;
    border-bottom: 2px solid #16ae41;
  }
  .categories .list .item:hover button {
    color: #16ae41;
    text-decoration: none;
    border-bottom: 2px solid #16ae41;
  }
  .categories .list .item.on a {
    color: #16ae41;
    border-bottom: 2px solid #16ae41;
  }
  .categories .list .item.on button {
    color: #16ae41;
    border-bottom: 2px solid #16ae41;
  }

  .features .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .features .list .item {
    width: 310px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .features .list .item.on .feature_name {
    color: #16ae41;
  }
  .features .list .item.on .image {
    opacity: 1;
  }
  .features .list a {
    display: block;
  }
  .features .list a:hover .feature_name {
    color: #16ae41;
  }
  .features .list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features .list .image {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    overflow: hidden;
    opacity: .5;
  }
  .features .list .image img {
    width: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .features .list .feature_name {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #999;
  }
  .features .list a:hover {
    text-decoration: none;
  }
  .features .list a:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .entries .list {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 45px;
    margin: 0 auto;
  }
  .entries .item {
    position: relative;
    width: 235px;
    width: 310px;
    margin-right: 15px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .entries .item:last-child {
    margin-right: 0;
  }
  .entries .item a {
    display: block;
  }
  .entries .item a:hover {
    text-decoration: none;
  }
  .entries .item a:hover .image span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .entries .item .image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .entries .item .image:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: center 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .entries .item .image span {
    display: block;
    width: 100%;
    padding-top: 74%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .entries .item .entry_title {
    height: 4.3rem;
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .035em;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .entries .item .used {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.3rem;
    margin-bottom: 13px;
  }
  .entries .item .used p {
    font-family: "Noto Serif JP", serif;
    display: -webkit-box;
  }
  .entries .item .used .product {
    width: 63px;
  }
  .entries .item .used .product p {
    line-height: 1.4;
  }
  .entries .item .used .product p span {
    display: inline-block;
    position: relative;
    top: -1px;
  }
  .entries .item .used .product_name {
    height: 3.2rem;
    width: calc(100% - 68px);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .entries .item .used .product_name p {
    max-height: 3.2rem;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: .035em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .entries .item .used .product_name p span:not(:first-of-type):before {
    content: '、';
    display: inline-block;
    margin-left: 3px;
  }
  .entries .item .item_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3px;
  }
  .entries .item .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .entries .item .cats .cat {
    font-size: 1.3rem;
    text-align: center;
    padding: 5px 6px;
    font-size: 1rem;
    margin-right: 5px;
    color: #16ae41;
    border: 1px solid #16ae41;
  }
  .entries .item .time_required {
    margin-left: 5px;
  }
  .entries .item .time_required .time {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    color: #16ae41;
    top: -2px;
  }
  .entries .item .time_required:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_timer.png) center 0/100% no-repeat transparent;
    width: 12px;
    height: 19px;
    margin-right: 5px;
    vertical-align: bottom;
  }
  .entries .item .link {
    position: relative;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    border: 1px solid #666;
    padding: 20px 0;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .entries .item .link:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #16ae41;
    border-right: 1px solid #16ae41;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .entries .item.is_spring .image:after {
    background-image: url("../images/recipe/icon_spring.png");
  }
  .entries .item.is_summer .image:after {
    background-image: url("../images/recipe/icon_summer.png");
  }
  .entries .item.is_autumn .image:after {
    background-image: url("../images/recipe/icon_autumn.png");
  }
  .entries .item.is_winter .image:after {
    background-image: url("../images/recipe/icon_winter.png");
  }

  .single #bc {
    border-top: 1px solid #e5e5e5;
  }
  .single #article {
    padding-top: 40px;
    vertical-align: middle;
  }
  .single #article .product_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13px;
  }
  .single #article .product_info .product_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 3.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .05em;
    margin-bottom: 7px;
  }
  .single #article .product_info .product_desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 2.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    color: #16ae41;
  }
  .single #article .cat_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .single #article .cat_area .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 4px 10px 4px 0;
  }
  .single #article .cat_area .cats .cat {
    color: #16ae41;
    font-size: 1.4rem;
    border: 1px solid #16ae41;
    text-align: center;
    padding: 5px 7px;
    margin-right: 5px;
  }
  .single #article .cat_area .time_required .time {
    display: inline-block;
    font-size: 1.7rem;
    color: #16ae41;
    padding-top: 4px;
  }
  .single #article .cat_area .time_required:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_timer_large.png) center 0/100% no-repeat transparent;
    width: 15px;
    height: 26px;
    vertical-align: top;
  }
  .single #article .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single #article #entry_image {
    width: 500px;
    height: 296px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .single #article #entry_image img {
    width: 100%;
    max-height: 100%;
  }
  .single #article .ingredient {
    width: 480px;
  }
  .single #article .ingredient .heading {
    font-size: 2.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    color: #16ae41;
    margin-bottom: 8px;
  }
  .single #article .ingredient span {
    font-size: 1.8rem;
    color: #16ae41;
  }
  .single #article .ingredient .list {
    margin-bottom: 13px;
  }
  .single #article .ingredient .item {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .05em;
    padding: 8px 5px 8px 3px;
    border-bottom: 1px solid #e6e6e6;
  }
  .single #article .ingredient .item:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .single #article .ingredient .note {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: .05em;
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .single #article .ingredient .note a {
    font-size: 1.6rem;
    line-height: 1.9;
    text-decoration: underline;
  }
  .single #article .ingredient .note a:hover {
    text-decoration: none;
  }
  .single #article .cook .heading {
    position: relative;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    letter-spacing: .04em;
    margin-bottom: 55px;
  }
  .single #article .cook .heading:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 920px;
    height: 1px;
    background-color: #16ae41;
  }
  .single #article .cook .watch_movie {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 50px;
    margin-bottom: 40px;
  }
  .single #article .cook .watch_movie:before, .single #article .cook .watch_movie:after {
    content: '';
    display: inline-block;
    position: absolute;
  }
  .single #article .cook .watch_movie:before {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ef4928;
  }
  .single #article .cook .watch_movie:after {
    top: 17px;
    left: 14px;
    background: url("../images/recipe/icon_cook_movie.png") center 0/100% no-repeat;
    width: 26px;
    height: 17px;
  }
  .single #article .cook .watch_movie .movie_play {
    color: #ef4928;
    font-size: 1.6rem;
    text-align: center;
    line-height: 46px;
    display: block;
    width: 230px;
    height: 50px;
    border: 1px solid #ef4928;
    color: #ef4928;
    padding-left: 50px;
    outline: none;
    background: transparent;
  }
  .single #article .cook .watch_movie .movie_play:hover {
    background: rgba(239, 73, 40, 0.1);
  }
  .single #article .cook .watch_movie_bnr {
    width: 244px;
    margin-bottom: 50px;
  }
  .single #article .cook .watch_movie_bnr:hover {
    opacity: .8;
  }
  .single #article .cook .watch_movie_bnr::before, .single #article .cook .watch_movie_bnr::after {
    display: none;
  }
  .single #article .cook .watch_movie_bnr img {
    width: 100%;
  }
  .single #article .cook .flows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single #article .cook .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 480px;
    margin: 0 0 70px;
  }
  .single #article .cook .flow .image {
    width: 245px;
    max-height: 200px;
    text-align: center;
  }
  .single #article .cook .flow .image img {
    max-width: 100%;
    max-height: 100%;
  }
  .single #article .cook .flow .desc_area {
    width: 100%;
  }
  .single #article .cook .flow.has_img .desc_area {
    width: 215px;
  }
  .single #article .cook .flow .step {
    display: inline-block;
    background-color: #16ae41;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    font-size: 1.1rem;
    letter-spacing: .05em;
    margin-bottom: 8px;
  }
  .single #article .cook .flow .desc {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: .05em;
    word-break: break-all;
    margin-bottom: 15px;
  }
  .single #article .cook .flow .note {
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1.5;
  }
  .single #article .cook .point {
    position: relative;
    padding: 25px;
    border: 1px solid #16ae41;
    letter-spacing: .05em;
    margin-bottom: 100px;
  }
  .single #article .cook .point:before {
    position: absolute;
    top: -30px;
    left: -30px;
    content: 'POINT';
    display: block;
    color: #16ae41;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    width: 60px;
    height: 60px;
    padding-top: 23px;
    border-radius: 50%;
    border: 1px solid #16ae41;
    background-color: #fff;
  }
  .single #article .cook .point p {
    font-size: 1.8rem;
    color: #50b953;
    line-height: 1.6;
  }
  .single .sec {
    margin-bottom: 30px;
  }
  .single .sec .stitle {
    position: relative;
    font-size: 2.2rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .04em;
    color: #16ae41;
    margin-bottom: 45px;
  }
  .single .sec .stitle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #16ae41;
  }
  .single .sec.new_recipe .stitle:after {
    width: 860px;
  }
  .single .sec.new_recipe .entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .sec.new_recipe .entries .item {
    width: 235px;
    margin-right: 20px;
  }
  .single .sec.new_recipe .entries .item:nth-child(4n) {
    margin-right: 0;
  }
  .single .sec.new_recipe .entries .item:last-child {
    margin-right: 0;
  }
  .single .sec.new_recipe .entries .item .image {
    width: 100%;
    max-height: 140px;
    overflow: hidden;
  }
  .single .sec.new_recipe .entries .item .image img {
    width: 100%;
    max-height: 100%;
  }
  .single .sec.new_recipe .mcat .cat {
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    color: #16ae41;
    margin-bottom: 3px;
  }
  .single .sec.related .stitle {
    margin-bottom: 50px;
  }
  .single .sec.related .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .sec.related .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 175px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .single .sec.related .list .item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    height: 120px;
    margin-bottom: 13px;
    margin-bottom: 15px;
  }
  .single .sec.related .list .item .image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .single .sec.related .list .item .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: .04em;
    color: #444;
    text-align: center;
    margin-bottom: 20px;
  }
  .single .sec.related .list .item a {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    padding: 10px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .single .sec.related .list .item a:hover {
    text-decoration: none;
  }
  .single .sec.related .list .item .more {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    color: #16ae41;
    margin-bottom: 10px;
  }
  .single .sec.related .list .item .purchase {
    padding-left: 10px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    color: #31622c;
  }
  .single .sec.related .list .item .purchase:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_cart.png") center 0/100% no-repeat;
    width: 19px;
    height: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
  }
  .single .sec.related .stitle:after {
    width: 880px;
  }
  .single .features .list .item:not(.on) a:hover {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    opacity: 1;
  }
  .single .features .list .item:not(.on) a:hover .feature_name {
    color: #16ae41;
  }

  .single #main_title_area .mtitle:before, .archive #main_title_area .mtitle:before {
    background: url("../images/recipe/recipe_top_title_eng.png") center 0/100% no-repeat;
    width: 237px;
    height: 11px;
  }

  .archive.usage #entries,
  .archive.sort_products #entries {
    margin-top: 60px;
  }

  #modal_movie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #modal_movie .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal_movie .btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: calc(50% - 260px);
    left: calc(50% + 373px);
    border-radius: 4px;
    cursor: pointer;
  }
  #modal_movie .btn:hover {
    opacity: .8;
  }
  #modal_movie .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal_movie .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal_movie .movie_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    z-index: 2;
  }
  #modal_movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }

  .cocktail_archive #main_title_area {
    width: 100%;
    background-color: #000;
    border-top: none;
    border-bottom: none;
  }
  .cocktail_archive #main_title_area .mtitle, .cocktail_archive #main_title_area .desc {
    color: #fff;
  }
  .cocktail_archive #bc {
    width: 100%;
    background-color: #000;
    padding-bottom: 70px;
  }
  .cocktail_archive #bc .list {
    width: 1000px;
    margin: 0 auto;
  }
  .cocktail_archive #bc .list li {
    color: #fff;
  }
  .cocktail_archive #bc .list li a {
    color: #fff;
  }
  .cocktail_archive .entries {
    background: #000;
    margin-bottom: 100px;
  }
  .cocktail_archive .entries .item:nth-child(3n) {
    margin-right: 0;
  }
  .cocktail_archive .entries .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cocktail_archive .entries .wrap .entry_title {
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 22px;
  }
  .cocktail_archive .entries .wrap .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 310px;
    height: 250px;
    margin-bottom: 0;
  }
  .cocktail_archive .entries .wrap .image img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 230px;
    margin: 0 auto;
  }
  .cocktail_archive .entries .wrap .link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border: 1px solid #fff;
    color: #fff;
  }

  .cocktail .main_bg {
    background-color: #000;
  }
  .cocktail #main_visual {
    width: 100%;
    height: 707px;
    background: url("../images/recipe/cocktail_kv.png") center 0/cover no-repeat;
    margin: 0 auto;
  }
  .cocktail #main_visual .mtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  .cocktail #bc {
    margin-bottom: 115px;
  }
  .cocktail #bc * {
    color: #fff;
  }
  .cocktail #article {
    width: 100%;
    color: #fff;
    line-height: 1.3;
    padding-bottom: 160px;
    margin-bottom: 150px;
  }
  .cocktail #article * {
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }
  .cocktail .main_title_wrap {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .cocktail .main_title_wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 20px;
    left: 0;
    text-align: center;
    background-color: #fff;
  }
  .cocktail .main_title_wrap .main_title {
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    padding: 0 20px;
    margin-bottom: 60px;
    z-index: 1;
    background-color: #000;
  }
  .cocktail .base_product {
    margin-bottom: 120px;
  }
  .cocktail .base_product .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cocktail .base_product .wrap .image {
    width: 480px;
    height: 400px;
    text-align: center;
  }
  .cocktail .base_product .wrap .image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cocktail .base_product .wrap .detail {
    width: 480px;
  }
  .cocktail .base_product .wrap .detail .product_title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .cocktail .base_product .wrap .detail .desc {
    font-size: 1.6rem;
    line-height: 1.85;
    margin-bottom: 15px;
  }
  .cocktail .base_product .wrap .detail .info {
    background-color: #1a1a1a;
    padding: 15px 30px;
  }
  .cocktail .base_product .wrap .detail .info p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .cocktail .base_product .wrap .detail .info dl {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .cocktail .base_product .wrap .detail .info dt, .cocktail .base_product .wrap .detail .info dd {
    display: inline-block;
  }
  .cocktail .base_product .wrap .detail .info dt {
    position: relative;
  }
  .cocktail .base_product .wrap .detail .info dt:after {
    content: ' : ';
    display: inline-block;
  }
  .cocktail .base_product.desc_wrap .detail {
    width: 100%;
  }
  .cocktail .products {
    margin-bottom: 50px;
  }
  .cocktail .products .list {
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .cocktail .products .item {
    width: 48.43%;
    margin-bottom: 60px;
  }
  .cocktail .products .item .title_area {
    margin-bottom: 20px;
  }
  .cocktail .products .item .title_area .sub_title {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .cocktail .products .item .title_area .katakana {
    font-size: 1.4rem;
  }
  .cocktail .products .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cocktail .products .item .wrap .image {
    width: 58.06%;
    text-align: center;
  }
  .cocktail .products .item .wrap .image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cocktail .products .item .wrap .image figcaption {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 3px;
  }
  .cocktail .products .item .wrap .detail {
    width: 230px;
    width: 37.09%;
  }
  .cocktail .products .item .wrap .recipe {
    width: 100%;
    margin-bottom: 10px;
  }
  .cocktail .products .item .wrap .recipe dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #4d4d4d;
  }
  .cocktail .products .item .wrap .recipe dl:first-child {
    border-top: 1px solid #4d4d4d;
  }
  .cocktail .products .item .wrap .recipe dl dt, .cocktail .products .item .wrap .recipe dl dd {
    width: 114px;
    display: inline-block;
    font-size: 1.4rem;
  }
  .cocktail .products .item .wrap .recipe dl dd {
    text-align: right;
  }
  .cocktail .products .item .wrap .desc {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .cocktail .link_bnr {
    text-align: center;
  }
  .cocktail .link_bnr a {
    display: inline-block;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #main_title_area {
    padding: 35px 0 45px;
  }

  .categories {
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .categories .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 15px;
  }
  .categories .list .item {
    width: 21.49%;
    min-width: 70px;
  }
  .categories .list .item:not(:last-child) {
    margin-right: 4%;
  }
  .categories .list .item a {
    display: block;
    font-size: 1.3rem;
    color: #ccc;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
  }
  .categories .list .item button {
    width: 100%;
    display: block;
    font-size: 1.3rem;
    color: #ccc;
    text-align: center;
    padding-bottom: 5px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    line-height: 1.3;
    background: transparent;
  }
  .categories .list .item.on a {
    color: #16ae41;
    border-bottom: 2px solid #16ae41;
  }
  .categories .list .item.on button {
    color: #16ae41;
    border-bottom: 2px solid #16ae41;
  }

  .search {
    margin-bottom: 75px;
  }
  .search h3 {
    font-size: 1.1rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
  }
  .search .form_wrap {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 40px;
    padding: 0 15px;
    margin: 0 auto 30px;
  }
  .search .input_text {
    width: 71vw;
    height: 40px;
    border: none;
    outline: none;
    font-size: 1.2rem;
    line-height: 40px;
    background-color: transparent;
  }
  .search .input_btn {
    border: none;
    display: inline-block;
    background-repeat: no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/product/search_icon.png) center 0/100% no-repeat transparent;
    width: 24px;
    height: 24px;
    padding: 0;
  }
  .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 4px;
  }

  .features .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .features .list .item {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .features .list .item:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .features .list .item.on .feature_name {
    color: #16ae41;
  }
  .features .list .item.on .image {
    opacity: 1;
  }
  .features .list a {
    display: block;
  }
  .features .list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features .list .image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    opacity: .5;
  }
  .features .list .feature_name {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    color: #999;
  }

  .entries .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .entries .item {
    width: 47%;
    margin-bottom: 50px;
  }
  .entries .item a {
    display: block;
  }
  .entries .item a:hover {
    text-decoration: none;
  }
  .entries .item a:hover .image img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .entries .item .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .entries .item .image span {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
  }
  .entries .item .entry_title {
    height: 4.1rem;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .04em;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .entries .item .used {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
  .entries .item .used p {
    display: inline;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
  }
  .entries .item .used .product {
    width: 60px;
  }
  .entries .item .used .product_name {
    width: calc(100% - 68px);
  }
  .entries .item .used .product_name p {
    height: 3.4rem;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: .04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .entries .item .used .product_name p span:not(:first-of-type):before {
    content: '、';
    display: inline-block;
    margin-left: 3px;
  }
  .entries .item .item_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3px;
  }
  .entries .item .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .entries .item .cats .cat {
    font-size: 1.1rem;
    text-align: center;
    padding: 5px 6px;
    margin-right: 5px;
    color: #16ae41;
    border: 1px solid #16ae41;
  }
  .entries .item .time_required .time {
    font-size: 1.1rem;
    color: #16ae41;
  }
  .entries .item .time_required:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_timer_large.png) center 0/100% no-repeat transparent;
    width: 10px;
    height: 18px;
    vertical-align: middle;
  }
  .entries .item .link {
    position: relative;
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    border: 1px solid #666;
    padding: 15px .5em 15px 0;
  }
  .entries .item .link:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #16ae41;
    border-right: 1px solid #16ae41;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .entries .item:first-child .image {
    background: none !important;
    padding-top: 0;
  }
  .entries .item:first-child .image span.pc {
    display: none;
  }
  .entries .item.first_recipe .entry_title {
    font-size: 1.8rem;
  }
  .entries .item.is_spring .image:after {
    background-image: url("../images/recipe/icon_spring.png");
  }
  .entries .item.is_summer .image:after {
    background-image: url("../images/recipe/icon_summer.png");
  }
  .entries .item.is_autumn .image:after {
    background-image: url("../images/recipe/icon_autumn.png");
  }
  .entries .item.is_winter .image:after {
    background-image: url("../images/recipe/icon_winter.png");
  }

  .recipe_top #main_title_area .mtitle:before {
    background: url("../images/recipe/sp_recipe_top_title_eng.png?id=20210325") center 0/100% no-repeat;
    width: 151px;
    height: 8px;
  }
  .recipe_top .sec_title {
    position: relative;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    text-align: center;
    letter-spacing: .07em;
    margin-bottom: 30px;
  }
  .recipe_top .sec_title:before, .recipe_top .sec_title:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 31%;
    height: 1px;
    background-color: #16ae41;
  }
  .recipe_top .sec_title:before {
    right: 0;
  }
  .recipe_top .sec_title:after {
    left: 0;
  }
  .recipe_top #recipe {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .recipe_top #recipe .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recipe_top #recipe .item {
    width: 100%;
  }
  .recipe_top #recipe .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .recipe_top #recipe .item .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recipe_top #recipe .item .wrap:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: center 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .recipe_top #recipe .item .wrap .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
  }
  .recipe_top #recipe .item .wrap .image img {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .recipe_top #recipe .item .wrap .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: .01em;
    color: #16ae41;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 5px;
  }
  .recipe_top #recipe .item .wrap .desc {
    font-size: 1.3rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.66;
    letter-spacing: .01em;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .recipe_top #recipe .item a:hover {
    text-decoration: none;
  }
  .recipe_top #recipe .item a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recipe_top #entertainment {
    padding-bottom: 68px;
  }
  .recipe_top #entertainment .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recipe_top #entertainment .item {
    width: 47%;
  }
  .recipe_top #entertainment .item a {
    display: block;
  }
  .recipe_top #entertainment .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recipe_top #entertainment .item .wrap .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 8px;
  }
  .recipe_top #entertainment .item .wrap .cat {
    font-size: 1.2rem;
    line-height: 1.4;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 5px;
  }
  .recipe_top #entertainment .item .wrap .title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .single #bc {
    border-top: 1px solid #e5e5e5;
  }
  .single #article {
    padding-top: 30px;
    vertical-align: middle;
  }
  .single #article .product_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13px;
  }
  .single #article .product_info .product_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.1rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .04em;
    margin-bottom: 7px;
  }
  .single #article .product_info .product_desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    color: #16ae41;
  }
  .single #article .cat_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .single #article .cat_area .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 4px 0;
  }
  .single #article .cat_area .cats .cat {
    color: #16ae41;
    font-size: 1.1rem;
    border: 1px solid #16ae41;
    text-align: center;
    line-height: 17px;
    padding: 0 5px;
    margin-right: 5px;
  }
  .single #article .cat_area .time_required .time {
    font-size: 1rem;
    color: #16ae41;
  }
  .single #article .cat_area .time_required:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_timer_large.png) center 0/100% no-repeat transparent;
    width: 10px;
    height: 18px;
    vertical-align: middle;
  }
  .single #article #entry_image {
    margin-bottom: 25px;
  }
  .single #article .ingredient .heading {
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .05em;
    color: #16ae41;
    margin-bottom: 8px;
  }
  .single #article .ingredient span {
    font-size: 1.2rem;
    color: #16ae41;
  }
  .single #article .ingredient .list {
    margin-bottom: 5px;
  }
  .single #article .ingredient .item {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 6px 5px 6px 3px;
    border-bottom: 1px solid #e6e6e6;
  }
  .single #article .ingredient .item:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .single #article .ingredient .note {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: .05em;
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .single #article .ingredient .note a {
    font-size: 1.4rem;
    line-height: 1.9;
    text-decoration: underline;
  }
  .single #article .ingredient .note a:hover {
    text-decoration: none;
  }
  .single #article .cook {
    margin-top: 40px;
  }
  .single #article .cook .heading {
    position: relative;
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .04em;
    color: #16ae41;
    margin-bottom: 37px;
  }
  .single #article .cook .heading:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 80.32%;
    height: 1px;
    background-color: #16ae41;
  }
  .single #article .cook .watch_movie {
    position: relative;
    display: block;
    width: 77.14%;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .single #article .cook .watch_movie:before, .single #article .cook .watch_movie:after {
    content: '';
    display: inline-block;
    position: absolute;
  }
  .single #article .cook .watch_movie:before {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ef4928;
  }
  .single #article .cook .watch_movie:after {
    top: 17px;
    left: 14px;
    background: url("../images/recipe/icon_cook_movie.png") center 0/100% no-repeat;
    width: 26px;
    height: 17px;
  }
  .single #article .cook .watch_movie .movie_play {
    color: #ef4928;
    font-size: 1.6rem;
    text-align: center;
    line-height: 46px;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ef4928;
    color: #ef4928;
    padding-left: 50px;
    outline: none;
    background: transparent;
  }
  .single #article .cook .watch_movie .movie_play:hover {
    background: rgba(239, 73, 40, 0.1);
  }
  .single #article .cook .watch_movie_bnr {
    height: auto;
  }
  .single #article .cook .watch_movie_bnr::before, .single #article .cook .watch_movie_bnr::after {
    display: none;
  }
  .single #article .cook .flows {
    list-style-type: none;
  }
  .single #article .cook .flow {
    width: 77.14%;
    margin: 0 auto;
  }
  .single #article .cook .flow:not(:last-child) {
    margin-bottom: 33px;
  }
  .single #article .cook .flow:last-child {
    margin-bottom: 45px;
  }
  .single #article .cook .flow .image {
    text-align: center;
    margin-bottom: 10px;
  }
  .single #article .cook .flow .step {
    display: inline-block;
    background-color: #16ae41;
    color: #fff;
    font-weight: bold;
    letter-spacing: .05em;
    padding: 5px;
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
  .single #article .cook .flow .desc {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .05em;
    word-break: break-all;
    margin-bottom: 6px;
  }
  .single #article .cook .flow .note {
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.5;
  }
  .single #article .cook .point {
    position: relative;
    padding: 25px;
    border: 1px solid #16ae41;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .05em;
    margin-bottom: 70px;
  }
  .single #article .cook .point:before {
    position: absolute;
    top: -25px;
    left: -13px;
    content: 'POINT';
    display: block;
    color: #16ae41;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 17px;
    border-radius: 50%;
    border: 1px solid #16ae41;
    background-color: #fff;
  }
  .single #article .cook .point p {
    color: #50b953;
  }
  .single .sec {
    margin-bottom: 30px;
  }
  .single .sec .stitle {
    position: relative;
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .04em;
    color: #16ae41;
    margin-bottom: 45px;
  }
  .single .sec .stitle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #16ae41;
  }
  .single .sec.new_recipe .stitle:after {
    width: 70.35%;
  }
  .single .sec.new_recipe .entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .sec.new_recipe .mcat .cat {
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    color: #16ae41;
    margin-bottom: 3px;
  }
  .single .sec.related .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .sec.related .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 47%;
    margin-bottom: 20px;
  }
  .single .sec.related .list .item:nth-child(even) {
    margin-left: 3%;
  }
  .single .sec.related .list .item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 120px;
    margin-bottom: 15px;
  }
  .single .sec.related .list .item .image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .single .sec.related .list .item .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #444;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: 13px;
  }
  .single .sec.related .list .item a {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    padding: 10px;
    border: 1px solid #e6e6e6;
  }
  .single .sec.related .list .item .more {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    color: #16ae41;
    margin-bottom: 10px;
  }
  .single .sec.related .list .item .purchase {
    padding-left: 10px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    color: #31622c;
  }
  .single .sec.related .list .item .purchase:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_cart.png") center 0/100% no-repeat;
    width: 19px;
    height: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
  }
  .single .sec.related .stitle:after {
    width: 74.62%;
  }
  .single .features .list .item.on .feature_name {
    color: #16ae41;
  }
  .single .features .list .item a {
    text-decoration: none;
  }
  .single .features .list .item a:hover {
    opacity: 1;
  }
  .single .features .list .item a:hover .feature_name {
    color: #16ae41;
  }

  .archive .entries.show_all .item:first-child {
    width: 100%;
  }
  .archive .entries .list .item .image .sp {
    display: none;
  }
  .archive .entries .list .choose_cat_first {
    width: 100%;
  }
  .archive .entries .list .choose_cat_first .image .sp {
    display: block;
  }
  .archive .entries .list .choose_cat_first .image span {
    display: none;
  }
  .archive .entries .list .first_recipe .image .first_recipe_img {
    display: block;
  }

  .single #main_title_area .mtitle:before, .archive #main_title_area .mtitle:before {
    background: url("../images/recipe/sp_recipe_top_title_eng.png") center 0/100% no-repeat;
    width: 151px;
    height: 8px;
  }

  .archive.usage #entries,
  .archive.sort_products #entries {
    margin-top: 60px;
  }

  #modal_movie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  #modal_movie .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal_movie .btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 24%;
    right: 0;
    border-radius: 4px;
    cursor: pointer;
  }
  #modal_movie .btn:hover {
    opacity: .8;
  }
  #modal_movie .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal_movie .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal_movie .movie_wrap {
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    position: relative;
  }
  #modal_movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #modal_movie .specific_sp {
    padding: 100% 0 0 0;
  }

  .cocktail_archive #main_title_area {
    width: 100%;
    background-color: #000;
    border-top: none;
    border-bottom: none;
  }
  .cocktail_archive #main_title_area .mtitle, .cocktail_archive #main_title_area .desc {
    color: #fff;
  }
  .cocktail_archive #bc {
    width: 100%;
    background-color: #000;
    padding-bottom: 70px;
  }
  .cocktail_archive #bc .list {
    width: 94.66%;
    margin: 0 auto;
  }
  .cocktail_archive #bc .list li {
    color: #fff;
  }
  .cocktail_archive #bc .list li a {
    color: #fff;
  }
  .cocktail_archive .entries {
    background: #000;
    margin-bottom: 50px;
  }
  .cocktail_archive .entries .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cocktail_archive .entries .list .item:nth-child(odd) {
    margin-right: 10px;
  }
  .cocktail_archive .entries .list .item:last-child {
    margin-right: 0;
  }
  .cocktail_archive .entries .item:nth-child(3n) {
    margin-right: 0;
  }
  .cocktail_archive .entries .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cocktail_archive .entries .wrap .entry_title {
    height: 3.6rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .cocktail_archive .entries .wrap .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    height: 165px;
    margin-bottom: 0;
  }
  .cocktail_archive .entries .wrap .image img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 165px;
    margin: 0 auto;
  }
  .cocktail_archive .entries .wrap .link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border: 1px solid #fff;
    color: #fff;
  }

  .cocktail .main_bg {
    background-color: #000;
  }
  .cocktail #main_visual {
    width: 100%;
    height: 0;
    background: url("../images/recipe/sp_cocktail_kv.png") center 0/100% no-repeat;
    padding-top: 71.06%;
  }
  .cocktail #main_visual .mtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  .cocktail #bc {
    margin-bottom: 60px;
  }
  .cocktail #bc * {
    color: #fff;
  }
  .cocktail #article {
    width: 100%;
    color: #fff;
    line-height: 1.3;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .cocktail #article * {
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }
  .cocktail .main_title_wrap {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .cocktail .main_title_wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 11px;
    left: 0;
    text-align: center;
    background-color: #fff;
  }
  .cocktail .main_title_wrap .main_title {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    padding: 0 8px;
    margin-bottom: 35px;
    z-index: 1;
    background-color: #000;
  }
  .cocktail .base_product {
    margin-bottom: 80px;
  }
  .cocktail .base_product .wrap .image {
    text-align: center;
    margin-bottom: 30px;
  }
  .cocktail .base_product .wrap .image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 230px;
  }
  .cocktail .base_product .wrap .detail {
    width: 100%;
  }
  .cocktail .base_product .wrap .detail .product_title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .cocktail .base_product .wrap .detail .desc {
    font-size: 1.4rem;
    line-height: 1.85;
    margin-bottom: 20px;
  }
  .cocktail .base_product .wrap .detail .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #1a1a1a;
    padding: 18px 10px 8px 12px;
  }
  .cocktail .base_product .wrap .detail .info p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .cocktail .base_product .wrap .detail .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.2rem;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .cocktail .base_product .wrap .detail .info dt, .cocktail .base_product .wrap .detail .info dd {
    display: inline-block;
  }
  .cocktail .base_product .wrap .detail .info dt {
    position: relative;
    display: inline-block;
    min-width: 50px;
  }
  .cocktail .base_product .wrap .detail .info dt:after {
    content: ' : ';
    display: inline-block;
    padding: 0 2px;
  }
  .cocktail .products {
    width: 92.33%;
    margin: 0 auto;
  }
  .cocktail .products .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cocktail .products .item {
    margin-bottom: 70px;
  }
  .cocktail .products .item .title_area {
    text-align: center;
    margin-bottom: 20px;
  }
  .cocktail .products .item .title_area .sub_title {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .cocktail .products .item .title_area .katakana {
    font-size: 1rem;
  }
  .cocktail .products .item .wrap .image {
    width: 100%;
    margin: 0 auto 30px;
  }
  .cocktail .products .item .wrap .image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cocktail .products .item .wrap .image figcaption {
    text-align: left;
    font-size: 1rem;
    margin-top: 3px;
  }
  .cocktail .products .item .wrap .detail {
    width: 100%;
  }
  .cocktail .products .item .wrap .recipe {
    width: 100%;
    margin-bottom: 10px;
  }
  .cocktail .products .item .wrap .recipe dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #4d4d4d;
  }
  .cocktail .products .item .wrap .recipe dl:first-child {
    border-top: 1px solid #4d4d4d;
  }
  .cocktail .products .item .wrap .recipe dl dt, .cocktail .products .item .wrap .recipe dl dd {
    width: 48% px;
    display: inline-block;
    font-size: 1.3rem;
  }
  .cocktail .products .item .wrap .recipe dl dd {
    text-align: right;
  }
  .cocktail .products .item .wrap .desc {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .cocktail .link_bnr {
    width: 82.66%;
    margin: 0 auto 50px;
  }
  .cocktail .link_bnr a {
    display: block;
  }
}
