@charset "utf-8";

#contents {
    width: 100%;
    margin: 0 auto;
    font-family: 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#contents * {
    box-sizing: border-box;
}


.sp {
    display: none !important;
}

.pc {
    display: block !important;
}


/*PC---------------------------------------------------------------------------------------------------------------*/

/*main*/
#contents .main {
    padding: 0 0 40px;
    background-color: #FFE327;
}

/*title*/
#contents .title {
    padding: 30px 0 0;
    background: url(../img/bg_title.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top 0;
}

#contents .title h1 img {
    width: 60%;
    display: block;
    margin: 0 auto;

}

/*copy*/
#contents .copy {
    position: relative;
    width: 1000px;
    margin: 100px auto 40px;
}

#contents .copy p {
    color: #315B05;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
}


#contents .copy ul li:first-child {
    position: absolute;
    top: -40px;
    left: 0;
}

#contents .copy ul li:last-child {
    position: absolute;
    top: -40px;
    right: 0;
}

#contents .copy ul img {
    width: 142px;
}


/*mv*/
#contents .mv {
    margin: 0 auto 30px;
    padding: 20px 0;
    width: 700px;
}

#contents .mv .size_tvcm {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70.25%;
}

#contents .mv .size_tvcm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#contents .mv #tvcm_topBox iframe,
#contents .mv #tvcm_topBox_pink iframe {
    margin: 0 auto;
    display: block;
}

/*recipe*/
#contents .recipe {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

#contents .recipe .deco img {
    width: 330px;
    position: relative;
    top: 10px;
    margin: 0;
}

#contents .recipe .wrap {
    background: url(../img/bg.png) 0 bottom repeat-x;
    background-size: 1024px auto;
    border: #fff solid 6px;
    width: 1024px;
    margin: 0 auto 20px;
    padding: 30px 0;
    border-radius: 15px;
    display: flex;
    flex-flow: wrap;
}

#contents .recipe .txt_area {
    width: 620px;
}

#contents .recipe .tit {
    position: relative;
}

#contents .recipe .tit.short {
    width: 380px;
}

#contents .recipe .tit.long {
    width: 450px;
}

#contents .recipe .tit h2 {
    background: #3A8E38;
    font-size: 26px;
    font-weight: bold;
    padding: 18px 0 14px 34px;
    color: #fff;
    margin: 0 0 30px;
}

#contents .recipe .tit.short h2 {
    width: 280px;
}

#contents .recipe .tit.long h2 {
    width: 350px;
}

#contents .recipe .tit img {
    position: absolute;
    top: 0;
    right: 0;
    width: 94px;
}

#contents .recipe .box {
    margin: 0 0 0 40px;
}

#contents .recipe .box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin: 0 0 10px;
}

#contents .recipe .box ul {
    margin: 0 auto 30px;
}

#contents .recipe .box li {
    font-size: 16px;
    line-height: 28px;
    color: #111;
    padding-left: 2em;
    text-indent: -2em;
}

#contents .recipe img {
    width: 370px;
}

#contents .recipe .deco li:first-child img {
    position: absolute;
    width: 160px;
    top: 130px;
    left: -230px;
}

#contents .recipe .deco li:last-child img {
    position: absolute;
    width: 160px;
    top: 30px;
    right: -230px;
}


/*banner--------------------------------------*/


#contents .banner a {
    display: block;
    border-radius: 10px;
    padding: 10px 20px;
    width: 500px;
    margin: 50px auto 0;
    background: #fff;
    display: flex;
    flex-flow: wrap;
    border: #F9C426 6px solid;
}

#contents .banner a img {
    width: 80px;
}

#contents .banner a p {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin: 10% 0 0 30px;
    position: relative;
    padding: 0 0 0 30px;
}

#contents .banner a:hover {
    text-decoration: none;
}

#contents .banner a p:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #E50012;
    border-right: solid 2px #E50012;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: -20px;
    margin: 0 20px;
}







/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    /*title*/
    #contents .title {
        padding: 30px 0 20px;
        background-size: 220% auto;
    }

    #contents .title h1 img {
        width: 100%;

    }

    /*copy*/
    #contents .copy {
        position: relative;
        width: 90%;
        margin: 20px auto 20px;
    }

    #contents .copy p {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        padding: 80px 0 0;
    }


    #contents .copy ul li:first-child {
        top: 0;
        left: -40px;
    }

    #contents .copy ul li:last-child {
        position: absolute;
        top: 0;
        right: -40px;
    }

    #contents .copy ul img {
        width: 100px;
    }


    /*mv*/
    #contents .mv {
        width: 90%;
        margin: 0 auto 30px;
        padding: 20px 0;
    }

    /*recipe*/
    #contents .recipe {
        width: 90%;
        margin: 0 auto;
    }

    #contents .recipe .deco img {
        width: 80%;
        top: 10px;
    }

    #contents .recipe .wrap {
        background-size: 200% auto;
        width: 100%;
        margin: 0 auto 20px;
        padding: 20px 0 30px;
        border: #fff solid 4px;
    }

    #contents .recipe .txt_area {
        width: 100%;
    }

    #contents .recipe .tit.short {
        width: 85%;
    }

    #contents .recipe .tit.long {
        width: 95%;
    }

    #contents .recipe .tit h2 {
        font-size: 16px;
        padding: 12px 0 10px 15px;
    }

    #contents .recipe .tit.short h2 {
        width: 72%;
    }

    #contents .recipe .tit.long h2 {
        width: 76%;
    }

    #contents .recipe .tit img {
        width: 60px;
        padding: 4px 0 0;
    }

    #contents .recipe .box {
        margin: 0 20px;
    }

    #contents .recipe img {
        width: 90%;
        display: block;
        margin: 0 auto 30px;
    }

    #contents .recipe .deco li:first-child img,
    #contents .recipe .deco li:last-child img {

        display: none;
    }


    /*banner--------------------------------------*/


    #contents .banner a {
        padding: 10px;
        width: 100%;
        margin: 50px auto 0;
        text-decoration: none;
        border: #F9C426 4px solid;
    }

    #contents .banner a img {
        width: 40%;
        margin: 0 auto;
    }

    #contents .banner a p {
        width: 60%;
        font-size: 16px;
        line-height: 25px;
        margin: 15% auto 0;
        padding: 0 0 0 30px;
    }

    #contents .banner a p:before {
        top: 5px;
        left: -14px;
    }






}

@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1500px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }
}