@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){

    /*------------------------------------------------------------
    [SP] recipe_mainvisual
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_mainvisual {
        width: 100%;
        margin: 0 auto;
    }

    #suntory_contents .arrangerecipe .recipe_mainvisual img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    /*------------------------------------------------------------
    [SP] recipe_banner
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_banner {
        width: 100%;
        margin: 0 auto;
    }

    #suntory_contents .arrangerecipe .recipe_banner img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    /*------------------------------------------------------------
    [SP] recipe_nav
    ------------------------------------------------------------ */
    #suntory_contents .recipe_nav {
        margin: 10.666666666666667vw 4vw 10.666666666666667vw;
    }
    #suntory_contents .recipe_nav input {
        display: none;
    }
    #suntory_contents .recipe_nav ul {
        display: none;
        list-style: none;
        position: relative;
    }
    #suntory_contents .recipe_nav li {
        text-align: center;
    }
    #suntory_contents .recipe_nav .recipe_nav_check:checked + .recipe_nav_label + ul {
        display: block;
        margin-bottom: 16vw;
    }
    #suntory_contents .recipe_nav ul::after {
        content: '';
        background: #B49655;
        width: 92vw;
        height: 5.6vw;
        border-radius: 0 0 5.6vw 5.6vw;
        position: absolute;
        bottom: -5.6vw;
    }
    #suntory_contents .recipe_nav .recipe_nav_label {
        font-size: 3.466666666666667vw;
        width: 92vw;
        height: 12vw;
        background: #B49655 url(../images/triangle_down_wh.svg) no-repeat 5.6vw center;
        background-size: 2vw auto;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5.6vw;
    }
    #suntory_contents .recipe_nav .recipe_nav_check:checked + .recipe_nav_label {
        background: #B49655 url(../images/triangle_up_wh.svg) no-repeat 5.6vw center;
        background-size: 2vw auto;
        border-radius: 5.6vw 5.6vw 0 0;
    }
    #suntory_contents .recipe_nav li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10.666666666666667vw;
        background: #A1813B;
        color: #fff;
        font-size: 3.466666666666667vw;
        text-decoration: none;
    }

    /*------------------------------------------------------------
    [SP] recipe_list
    ------------------------------------------------------------ */
    #suntory_contents .recipe_list {
        margin: 0 4vw 8vw;
        width: 92vw;
    }
    #suntory_contents .recipe_list h2 {
        margin-bottom: 8vw;
        padding-bottom: 3.2vw;
        font-size: 4.266666666666667vw;
        font-weight: bold;
        position: relative;
    }
    #suntory_contents .recipe_list h2::after {
        content: '';
        width: 92vw;
        height: 0.533333333333333vw;
        background: #800039;
        background: -moz-linear-gradient(left,  #800039 0%, #800039 36%, #ebe6e1 36%, #ebe6e1 100%);
        background: -webkit-linear-gradient(left,  #800039 0%,#800039 36%,#ebe6e1 36%,#ebe6e1 100%);
        background: linear-gradient(to right,  #800039 0%,#800039 36%,#ebe6e1 36%,#ebe6e1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800039', endColorstr='#ebe6e1',GradientType=1 );
        position: absolute;
        bottom: -0.533333333333333vw;
        left: 0;
    }


    /*------------------------------------------------------------
    [SP] recipe_outer
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_outer {
        margin-bottom: 10vw;
    }

    #suntory_contents .arrangerecipe .recipe_outer:last-child {
        margin-bottom: 0;
    }

    /*------------------------------------------------------------
    [SP] recipe
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_header .text_block .sauce {
        margin-bottom: 6.4vw;
        height: 12vw;
        display: flex;
        align-items: center;
        font-size: 4vw;
        color: #fff;
        padding: 0 4vw;
    }

    #suntory_contents .arrangerecipe .recipe_header {
        background: #F6F4EB;
    }

    #suntory_contents .arrangerecipe .recipe_process {
        background: #F6F4EB;
    }

    /*------------------------------------------------------------
    [SP] basil
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_header .text_block .basil {
        background: #C4D9A2;
        color: #40210F;
    }

    /*------------------------------------------------------------
    [SP] cheese
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_header .text_block .cheese {
        background: #E6C783;
        color: #40210F;
    }

    /*------------------------------------------------------------
    [SP] garlic
    ------------------------------------------------------------ */

    #suntory_contents .arrangerecipe .recipe_header .text_block .garlic {
        background: #E39E82;
        color: #40210F;
    }



}



/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

    /*------------------------------------------------------------
    [PC] recipe_mainvisual
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_mainvisual {
        width: 1280px;
        margin: 0 auto;
    }

    #suntory_contents .arrangerecipe .recipe_mainvisual img {
        vertical-align: bottom;
    }

    /*------------------------------------------------------------
    [PC] recipe_banner
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_banner {
        width: 1280px;
        margin: 0 auto;
    }

    #suntory_contents .arrangerecipe .recipe_banner img {
        vertical-align: bottom;
    }

    /*------------------------------------------------------------
    [PC] recipe_nav
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_nav {
        margin: 45px auto 20px;
        width: 1160px;
    }

    #suntory_contents .arrangerecipe .recipe_nav ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin-left: -25px;
        justify-content: center;
    }

    #suntory_contents .arrangerecipe .recipe_nav li {
        margin: 0 25px 20px;
        width: 345px;
    }

    #suntory_contents .arrangerecipe .recipe_nav li a {
        width: 345px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #B49655 url(../images/triangle_down_wh.svg) no-repeat 15px center;
        background-size: 6px auto;
        border-radius: 20px;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        padding: 0 35px 0 45px;
        box-sizing: border-box;
        text-align: center;
    }

    #suntory_contents .arrangerecipe .recipe_nav li a:hover {
        background: #A1813B url(../images/triangle_down_wh.svg) no-repeat 15px center;
        background-size: 6px auto;
    }

    /*------------------------------------------------------------
    [PC] recipe_outer
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_outer {
        margin-bottom: 100px;
    }

    #suntory_contents .arrangerecipe .recipe_outer:last-child {
        margin-bottom: 0;
    }

    /*------------------------------------------------------------
    [PC] recipe
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_header .text_block .sauce {
        margin-bottom: 50px;
        height: 60px;
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #fff;
        padding: 0 40px;
    }

    #suntory_contents .arrangerecipe .recipe_header {
        background: #F6F4EB;
    }

    #suntory_contents .arrangerecipe .recipe_process {
        background: #F6F4EB;
    }

    /*------------------------------------------------------------
    [PC] basil
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_header .text_block .basil {
        background: #C4D9A2;
        color: #40210F;
    }

    /*------------------------------------------------------------
    [PC] cheese
    ------------------------------------------------------------ */
    #suntory_contents .arrangerecipe .recipe_header .text_block .cheese {
        background: #E6C783;
        color: #40210F;
    }

    /*------------------------------------------------------------
    [PC] garlic
    ------------------------------------------------------------ */

    #suntory_contents .arrangerecipe .recipe_header .text_block .garlic {
        background: #E39E82;
        color: #40210F;
    }



}