/*蜈ｱ騾�---------------------------------------------------------------------------------------------------------------*/

.center {
    text-align: center;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.sp {
    display: none;
}

.pc {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/*PC---------------------------------------------------------------------------------------------------------------*/

#contents {
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-family: 縲"Noto Sans JP";
}

#contents * {
    box-sizing: border-box;
}

#contents .prodact h2 {
    width: 950px;
    margin: 0 auto 70px;
    background: url(../img/bg_title.png) 0 0 repeat;
    background-size: 50% 50%;
    font-size: 34px;
    color: #00a0e9;
    letter-spacing: 2px;
}

#contents .prodact .w_bg {
    background-color: #ffffff;
    padding: 10px;
}

#contents .recipe h2 {
    width: 950px;
    margin: 0 auto 30px;
    padding-top: 50px;
    background-size: 50% 50%;
    font-size: 34px;
    color: #00a0e9;
    letter-spacing: 2px;
}

#contents .recipe h2 span {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
}

#contents .head_vs {
    width: 100%;
    height: 500px;
    background-color: #d6eefe;
}

/*---------title---------*/

#contents .head_vs .pc_main {
    width: 1100px;
    height: 500px;
    background: url(../img/main_img.png) 0 0 no-repeat;
    background-size: 1100px auto;
    background-position: center;
    margin: 0 auto;
}

#contents .title .copy {
    width: 1100px;
    background: url(../img/bokashi.png) 0 0 no-repeat;
    background-size: 1100px auto;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 16px;
    color: #00a0e9;
    line-height: 200%;
}

#contents .pc_main {
    display: block;
}

#contents .sp_main {
    display: none;
}

/*---------product---------*/

#contents .product {
    width: 1100px;
    height: 500px;
    background: url(../img/ill_pc.png) 0 0 no-repeat;
    background-size: 1100px auto;
    margin: 0 auto;
    color: #00a0e9;
    line-height: 200%;
    position: relative;
}

#contents .product .pk {
    position: absolute;
    top: 50px;
    left: 150px;
}

/*---------history---------*/

#contents .history {
    margin: 30px 0 60px;
}

#contents .history .history_box {
    background: #fff;
    width: 900px;
    margin: 0 auto 25px;
    border: #e2edf3 5px solid;
    box-sizing: border-box;
    padding: 40px 40px 30px;
}

#contents .history .history_box h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
}

#contents .history .history_box span {
    color: #00a0e9;
}

#contents .history .history_box .history_wrap {
    overflow: hidden;
    margin: 20px 0 0;
}

#contents .history .history_box .history_wrap p {
    font-size: 16px;
    float: left;
    text-align: left;
    width: 520px;
    line-height: 32px;
}

#contents .history .history_box .history_wrap img {
    float: right;
    width: 270px;
    margin: 60px 0 0 20px;
}


/*mv*/
#contents .mv {
    margin: 0 auto 100px;
    padding: 20px 0;
    width: 700px;
}

#contents .mv .size_tvcm {
    position: relative;
    width: 100%;
    height: 0;
    padding: calc(315 / 560 * 100%) 0 0;
}

#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_bg {
    width: 100%;
    background-color: #e2edf3;
}

#contents .recipe {
    width: 950px;
    margin: 20px auto 0;
    padding: 30px 0;
}

#contents .recipe h2 br {
    display: none;
}

#contents .recipe ul li {
    display: inline-block;
    width: 300px;
    margin: 0 20px 40px 0;
}

#contents .recipe ul li img {
    width: 300px;
    height: auto;
    border-radius: 10px;
}

#contents .recipe ul li:nth-child(3n) {
    margin: 0;
}

#contents .recipe ul li p {
    font-size: 18px;
    color: #00a0e9;
    line-height: 25px;
    margin: 15px 0 0;
}

#contents .recipe .bnr_area {
    margin: 45px 0 0;
}

#contents .recipe .bnr_area img {
    width: 300px;
    margin: 0 0 10px;
}

#contents .recipe .bnr_area p {
    font-size: 16px;
    color: #c30d23;
}

#contents .recipe a {
    display: inline-block;
}

#contents .recipe a:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.7;
}

/*---------prodact---------*/

#contents .prodact {
    width: 950px;
    margin: 50px auto 0;
}

#contents .prodact ul {
    text-align: left;
}

#contents .prodact ul li {
    display: inline-block;
    width: 300px;
    margin: 0 20px 40px 0;
    text-align: center;
}

#contents .prodact ul li img {
    width: 220px;
    height: auto;
}

#contents .prodact ul li:nth-child(3n) {
    margin: 0;
}

#contents .prodact ul li p {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin: 15px 0 0;
}

#contents .prodact .bnr_area {
    margin: 45px 0 0;
}

#contents .prodact .bnr_area img {
    width: 300px;
    margin: 0 0 10px;
}

#contents .prodact .bnr_area p {
    font-size: 16px;
    color: #c30d23;
}

/*lineup---------------------------------------------------------------------------------------------------------------*/

#lineup li {
    position: relative;
}

#lineup li .new {
    color: #ffffff;
    display: inline-block;
    background-color: #f43a3a;
    position: absolute;
    padding: 3px 10px;
    top: 20%;
    left: 20%;
    border-radius: 10px;

}



/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    img {
        width: 100%;
        height: auto;
    }

    p,
    h3 {
        font-size: 16px;
    }

    #contents .main {
        width: 100%;
        padding: 20px 0 40px;
    }

    #contents .recipe h2,
    #contents .prodact h2 {
        width: 100%;
        margin: 0 auto 30px;
        background-size: 50% 50%;
        color: #00a0e9;
        padding: 0;
        letter-spacing: 0;
        font-size: 20px;
    }

    #contents .recipe h2 span,
    #contents .prodact h2 span {
        height: 100%;
        font-size: 20px;
        padding: 0 10px;
    }

    /*---------title---------*/

    #contents .head_vs {
        width: 100%;
        height: auto;
        background-color: #ffffff;
    }

    #contents .head_vs .sp_main {
        width: 100%;
        height: auto;
        background: url(../img/main_img_sp.png) 0 0 no-repeat;
        background-size: 100% auto;
        margin: 0 auto;
    }

    #contents .title .copy {
        width: 85%;
        background: none;
        margin: 0 auto;
        padding-top: 20px;
        color: #00a0e9;
        font-size: 110%;
        line-height: 200%;
        text-align: left;
    }

    #contents .pc_main {
        display: none;
    }

    #contents .sp_main {
        display: block;
    }

    #contents hr {
        width: 100%;
    }

    /*---------prodact---------*/

    #contents .product {
        width: 100%;
        height: auto;
        background: none;
        margin: 0 auto;
    }

    #contents .product .pk_sp img {
        width: 50%;
    }

    /*---------history---------*/

    #contents .history .history_box {
        width: 94%;
        margin: 0 auto 25px;
        padding: 30px 0 30px;
    }

    #contents .history .history_box h3 {
        font-size: 19px;
        text-align: center;
        line-height: 30px;
    }

    #contents .history .history_box .history_wrap {
        margin: 10px 0 0;
    }

    #contents .history .history_box .history_wrap p {
        float: none;
        width: 90%;
        margin: 0 auto;
        line-height: 30px;
    }

    #contents .history .history_box .history_wrap img {
        float: none;
        width: 50%;
        margin: 0 0 10px;
    }

    /*mv*/
    #contents .mv {
        width: 90%;
        margin: 30px auto 80px;
        padding: 20px 0;
    }

    /*---------recipe---------*/

    #contents .recipe {
        width: 100%;
        margin: 40px auto 0;
        padding: 20px 0;
    }

    #contents .recipe h2 br {
        display: block;
    }

    #contents .recipe ul li {
        display: inline-flex;
        width: 46%;
        margin: 0 0 40px 0;
    }

    #contents .recipe ul li img {
        width: 100%;
        height: auto;
    }

    #contents .recipe ul li:nth-child(odd) {
        margin: 0 2% 20px 0;
    }

    #contents .recipe ul li p {
        font-size: 100%;
        color: #00a0e9;
        line-height: 23px;
        margin: 15px 0 0;
    }

    contents .recipe .bnr_area {
        margin: 30px 0 0;
    }

    #contents .recipe .bnr_area img {
        width: 50%;
        margin: 0 0 10px;
    }

    #contents .recipe .bnr_area p {
        font-size: 90%;
        color: #c30d23;
    }

    /*---------prodact---------*/

    #contents .prodact {
        width: 100%;
        margin: 40px auto 0;
    }

    #contents .prodact ul {
        text-align: left;
    }

    #contents .prodact ul li {
        display: inline-block;
        width: 48%;
        margin: 0 0 40px 0;
        text-align: center;
    }

    #contents .prodact ul li img {
        width: 80%;
        height: auto;
    }

    #contents .recipe ul li:nth-child(odd) {
        margin: 0 2% 40px 0;
    }

    #contents .prodact ul li p {
        font-size: 16px;
        color: #000000;
        line-height: 25px;
        margin: 15px 0 0;
    }

    #contents .prodact .bnr_area {
        margin: 45px 0 0;
    }

    #contents .prodact .bnr_area img {
        width: 300px;
        margin: 0 0 10px;
    }

    #contents .prodact .bnr_area p {
        font-size: 16px;
        color: #c30d23;
    }

}