@charset "utf-8";

#contents {
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif !important;
}

#contents * {
    box-sizing: border-box;
}

#contents p,
#contents h2,
#contents h3,
#contents li,
#contents a,
#contents dt,
#contents dd {
    color: #111;
    font-size: 26px;
    font-weight: 800;
    line-height: 44px;
    font-feature-settings: "palt" !important;
    font-family: 'Zen Kaku Gothic New', "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif !important;
}


#contents a {
    text-decoration: none;
}

#contents a:hover {
    text-decoration: none !important;
}

#contents .sp {
    display: none !important;
}

#contents .pc {
    display: block !important;
}

/*h2------------------------*/

#contents .tit {
    width: 700px;
    margin: 0 auto;
    padding: 23px 0 28px;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    border: 2px solid #111;
    position: relative;
    z-index: 5;
}

#contents .tit h2 {
    width: 100%;
    font-size: 50px;
    letter-spacing: 2px;
}

#contents .tit h2:before {
    position: absolute;
    top: 28px;
    left: 30px;
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(../img/check.png) no-repeat;
    background-size: contain;
}

#contents span.spacing {
    letter-spacing: -8px;
}

/*title------------------------*/
#contents .title {
    text-align: center;
}

#contents .title h1 img {
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
}

/*---------campaign---------*/
#contents .campaign {
    text-align: center;
}

#contents .campaign img {
    display: inline-block;
    margin: 70px auto 0;
    width: 500px;
    border-radius: 10px;
    transition: 0.6s;
}

#contents .campaign img:hover {
    opacity: 0.8;
}


/*menu------------------------*/
#contents .menu ul {
    width: 95%;
    max-width: 1100px;
    margin: 50px auto 0;
    display: flex;
    flex-flow: wrap;
}

#contents .menu ul li {
    width: 25%;
    padding: 0 20px;
    position: relative;
    transition: 0.4s;
    bottom: 0;
}

#contents .menu ul li:hover {
    bottom: -6px;
    opacity: 0.7;
}

#contents .menu ul li img {
    width: 100%;
}

/*point------------------------*/
#contents .point {
    margin: 100px auto 0;
}

#contents .point .wrap {
    text-align: center;
    position: relative;
}

#contents .point .wrap>img {
    position: relative;
    top: -50px;
    left: 0;
    right: 0;
    width: 1024px;
    border-radius: 20px;
    margin: 0 auto;
}

#contents .point ul {
    position: absolute;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    bottom: -50px;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: wrap;
}

#contents .point ul li {
    position: relative;
    width: 29.333%;
    margin: 0 2%;
    padding: 40px 0;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #111;
    opacity: 0;
    transition: 0.8s;
    transform: translate(0, 40px);
}



#contents .point ul li img {
    width: 140px;
    position: absolute;
    top: -24px;
    left: -20px;
}

#contents .point ul li.in {
    opacity: 1;
    transform: translate(0, 0);
}

#contents .point .renewal {
    width: 900px;
    margin: 120px auto 0;
    border: 2px solid #111;
    padding: 30px 50px;
    border-radius: 20px;
}

#contents .point .renewal h3 {
    background: #E40012;
    border: 2px solid #111;
    color: #fff;
    border-radius: 60px;
    margin: 0 auto 20px;
}

#contents .point .renewal dd {
    font-size: 18px;
    line-height: 34px;
    text-align: left;
    margin: 14px auto 0;
}


/*product------------------------*/

#contents .product {
    margin: 120px auto 0;
    padding: 190px 0 240px;
    background-color: #ffee37;
    background-image: url(../img/wava01.png), url(../img/wava02.png);
    background-repeat: repeat-x, repeat-x;
    background-size: 2600px auto, 2600px auto;
    background-position: top left, bottom left;
}

#contents .product ul {
    width: 95%;
    max-width: 1000px;
    margin: 50px auto 0;
    display: flex;
    flex-flow: wrap;
}

#contents .product ul li {
    width: 33.333%;
    padding: 0 10px;
    opacity: 0;
    transition: 0.8s;
    text-align: center;
    transform: translate(0, 40px);
    margin: 0 auto;
}

#contents .product ul.zenryuhun {
    max-width: 95%;
}

#contents .product ul.zenryuhun li {
    width: 33%;
}

#contents .product ul li img {
    width: 80%;
    margin: 0 auto 20px;
}

#contents .product ul li.in {
    opacity: 1;
    transform: translate(0, 0);
}

#contents .product ul li p {
    line-height: 35px;
    font-size: 24px;
}

/*recipe------------------------*/
#contents .recipe {
    margin: 40px auto 0;
    width: 95%;
    max-width: 1200px;
}

/*detail------*/

#contents .recipe .detail_w {
    display: flex;
}

#contents .recipe .detail_w .left {
    flex-basis: 80%;
}

#contents .recipe .detail_w .right {
    flex-basis: 20%;
}

#contents .recipe .detail_w .right .img {
    width: 100%;
}

#contents .recipe .detail_w .right img {
    width: 100%;
}

#contents .recipe .detail_w :first-child {
    width: 150px;
}


#contents .recipe .detail {
    text-align: center;
}

#contents .recipe .detail img {
    width: 500px;
    margin: 40px auto 26px;
}

#contents .recipe .detail span {
    color: #ff0000;
}



/*pickup------*/
#contents .recipe .pickup {
    margin: 40px auto 80px;
    padding: 30px 0px 30px 70px;
    width: 1024px;
    border: 2px solid #ffe242;
    border-radius: 20px;
}

#contents .recipe .pickup ul {
    display: flex;
    flex-flow: wrap;
}

#contents .recipe .pickup ul li {
    width: 31.333%;
    position: relative;
    text-align: left;
}


#contents .recipe .pickup ul li:nth-child(2) {
    width: 27.333%;
}

#contents .recipe .pickup ul li:nth-child(3) {
    width: 38.333%;
}

#contents .recipe .pickup ul li:before {
    position: absolute;
    top: 15px;
    left: -40px;
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../img/check.png) no-repeat;
    background-size: contain;
}

/*lineup------*/
#contents .recipe .lineup {
    width: 95%;
    max-width: 1200px;
}

#contents .recipe .lineup li {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto 50px;
}

#contents .recipe .lineup li:nth-child(even) {
    flex-direction: row-reverse;
}

#contents .recipe .lineup .img_area {
    width: 50%;
}

#contents .recipe .lineup .img_area img {
    width: 100%;
}

#contents .recipe .lineup .txt_area {
    width: 50%;
    text-align: left;
    padding: 30px 0 0 50px;
}

#contents .recipe .lineup .txt_area p.type {
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    color: #E40012;
}

#contents .recipe .lineup .txt_area p.detail {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
}

#contents .recipe .lineup li:nth-child(even) .txt_area {
    padding: 30px 0 0 0;
}

#contents .recipe .lineup .txt_area img {
    width: 150px;
    display: block;
    margin: 0 0 20px
}

#contents .recipe .lineup .txt_area h3 {
    font-size: 32px;
    letter-spacing: -1px;
    display: inline-block;
    padding: 0 0 8px;
    margin: 0 auto 30px;
    background: url(../img/bg.jpg) repeat-x 0 bottom;
    background-size: 18px auto;

}

@media only screen and (max-width: 1200px) {
    #contents .recipe .lineup .img_area {
        width: 45%;
    }

    #contents .recipe .lineup .txt_area {
        width: 55%;
        text-align: left;
        padding: 30px 0 0 50px;
    }

    #contents .recipe .lineup li:nth-child(even) .txt_area {
        padding: 30px 0 0 0;
    }

    #contents .recipe .lineup .txt_area h3 {
        font-size: 36px;
    }

    #contents .recipe .lineup .txt_area .sub {
        font-size: 16px;
    }


    #contents .recipe .lineup .txt_area .sub {
        font-size: 16px;
    }



}

/*banner------*/
#contents .recipe .banner {
    margin: 100px auto 80px;
}

#contents .recipe .banner h3 img {
    width: 420px;
    display: block;
    margin: 0 auto 50px;
}

#contents .recipe .banner ul {
    width: 700px;
    margin: 0 auto;
}

#contents .recipe .banner li {
    width: 100%;
    transition: 0.5s;
}

#contents .recipe .banner li:first-child {
    margin: 0 auto 30px;
}

/*
#contents .recipe .banner ul {
    width: 95%;
    max-width: 1100px;
    display: flex;
    flex-flow: wrap;
    margin: 0 auto;
}

#contents .recipe .banner li {
    width: 48%;
    transition: 0.5s;
}

#contents .recipe .banner li:first-child {
    margin: 0 2% 0 0;
}
banner------*/
#contents .recipe .banner li:hover {
    opacity: 0.6;
}

#contents .recipe .banner img {
    width: 100%;
}

/*cm------*/
#contents .cm {
    background: url(../img/bg.jpg) repeat-x 0 top;
    background-size: 18px auto;
    padding: 90px 0 0;
}

#contents .cm ul {
    display: flex;
    flex-flow: wrap;
    width: 800px;
    max-width: 1200px;
    margin: 0 auto;
}

#contents .cm ul li {
    width: 100%;
}

#contents .cm .wrap {
    width: 90%;
    margin: 60px auto;
}

#contents .cm .size_tvcm {
    position: relative;
    width: 100%;
    padding-top: 56.5%;
}

#contents .cm .size_tvcm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#contents .cm #tvcm_topBox iframe {
    margin: auto;
    display: block;
}

#contents .cm .name {
    margin: 40px auto 0;
    padding: 0 0 0 20px;
    text-align: left;
    border-left: 4px solid #ff0000;

}

#contents .cm .name p {
    font-size: 18px;
    line-height: 28px;
}

#contents .cm .name h3 {
    font-size: 26px;
    letter-spacing: -2px;
}

/*topic------*/

#contents .topic {
    margin: 20px auto 0;
    padding: 200px 0 20px;
    background-color: #ffee37;
    background-image: url(../img/wava01.png);
    background-repeat: repeat-x;
    background-size: 2400px auto;
    background-position: top left;
}

#contents .topic ul {
    margin: 70px auto 0;
}

#contents .topic li {
    text-align: left;
    width: 1000px;
    border-radius: 20px;
    padding: 50px;
    margin: 0 auto 30px;
    background: #fff;
}

#contents .topic li .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#contents .topic li:nth-child(1) .wrap img {
    margin: 0 0 30px 60px;
}

#contents .topic li .wrap .txt_area {
    width: 580px;
    margin: 0 60px 0 0;
}

#contents .topic li img {
    width: 260px;
    display: block;
}


#contents .topic h3 {
    font-size: 44px;
    line-height: 62px;
    padding: 0 0 8px;
    margin: 0 0 20px;

}


#contents .topic h3 span {
    background: url(../img/bg.jpg) repeat-x 0 bottom;
    background-size: 18px auto;
}

#contents .topic li p {
    font-size: 20px;
    line-height: 36px;
}

.fadein {
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 0.8s;
}

.fadein.active {
    opacity: 1;
    transform: translate(0, 0);
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
}

#page_top a {
    background: #E40012;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 16px;
}

#page_top a:hover {
    background-color: #b10000;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}

/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    #contents .pc {
        display: none !important;
    }

    #contents .sp {
        display: block !important;
    }


    #contents img {
        width: 100%;
        height: auto;
    }

    #contents .main {
        width: 100%;
    }

    #contents p,
    #contents h2,
    #contents h3,
    #contents li,
    #contents a {
        font-size: 16px;
        line-height: 28px;

    }

    /*h2------------------------*/

    #contents .tit {
        width: 92%;
        padding: 10px 0 12px;

    }

    #contents .tit h2 {
        font-size: 22px;
        letter-spacing: -1px;
    }

    #contents .tit h2:before {
        top: 18px;
        left: 20px;
        width: 20px;
        height: 20px;
    }

    #contents span.spacing {
        letter-spacing: -3px;
    }

    /*title------------------------*/
    #contents .title h1 img {
        width: 100%;
    }

    /*menu------------------------*/
    #contents .menu ul {
        width: 95%;
        margin: 30px auto 0;
    }

    #contents .menu ul li {
        width: 50%;
        padding: 0 4px;
        margin: 0 auto 30px;
        position: relative;
        transition: 0.4s;
        bottom: 0;
    }


    /*---------campaign---------*/

    #contents .campaign img {
        margin: 30px auto;
        width: 90%;

    }


    /*point------------------------*/
    #contents .point {
        margin: 20px auto 0;
    }

    #contents .point .wrap>img {
        top: -20px;
        width: 96%;
        border-radius: 20px;

    }

    #contents .point ul {
        position: relative;
        width: 84%;
        bottom: 0px;
        top: 20px;
        display: block;
    }

    #contents .point ul li {
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
        padding: 20px 0;
        border-radius: 10px;
    }

    #contents .point ul li img {
        top: -20px;
        left: -10px;
        width: 100px;
    }

    #contents .point .renewal {
        width: 84%;
        margin: 70px auto 0;
        padding: 20px 20px;
        border-radius: 10px;
    }

    #contents .point .renewal h3 {
        padding: 10px 0;
        border-radius: 10px;
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 26px;
    }

    #contents .point .renewal dt {
        font-size: 18px;
        line-height: 32px;
    }

    #contents .point .renewal dd {
        font-size: 16px;
        line-height: 30px;
    }


    /*product------------------------*/

    #contents .product {
        margin: 80px auto 0;
        padding: 80px 0 70px;
        background-image: url(../img/sp_wava01.jpg), url(../img/sp_wava02.jpg);
        background-repeat: repeat-x, repeat-x;
        background-size: 100% auto, 100% auto;
        background-position: top left, bottom left;
    }

    #contents .product ul,
    #contents .product ul.zenryuhun {
        width: 90%;
        margin: 30px auto 0;
    }

    #contents .product ul li,
    #contents .product ul.zenryuhun li {
        width: 50%;
        padding: 0 4px;
        margin: 0 auto 0;
    }

    #contents .product ul li img {
        width: 100%;
        margin: 0 auto 10px;
    }

    #contents .product ul li p {
        font-size: 16px;
        line-height: 22px;
    }

    /*recipe------------------------*/
    #contents .recipe {
        margin: 40px auto 0;
        width: 90%;
    }

    /*detail------*/
    #contents .recipe .detail img {
        width: 90%;
        margin: 30px auto 20px;
    }

    /*pickup------*/
    #contents .recipe .pickup {
        margin: 20px auto 40px;
        padding: 20px 30px 10px 50px;
        width: 94%;
        border-radius: 10px;
    }

    #contents .recipe .pickup ul {
        display: block;
    }

    #contents .recipe .pickup ul li,
    #contents .recipe .pickup ul li:nth-child(2),
    #contents .recipe .pickup ul li:nth-child(3) {
        width: 100%;
        margin: 0 auto 10px;
        line-height: 22px;
    }


    #contents .recipe .pickup ul li:before {
        position: absolute;
        top: 10px;
        left: -30px;
        content: "";
        width: 18px;
        height: 18px;
    }

    /*lineup------*/
    #contents .recipe .lineup {
        width: 100%;

    }

    #contents .recipe .lineup li {
        display: block;
        margin: 0 auto 50px;
    }

    #contents .recipe .lineup li:nth-child(even) {
        flex-direction: unset;
    }

    #contents .recipe .lineup .img_area {
        width: 100%;
    }

    #contents .recipe .lineup .txt_area {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #contents .recipe .lineup li:nth-child(even) .txt_area {
        padding: 0;
    }

    #contents .recipe .lineup .txt_area img {
        width: 110px;
        display: block;
        margin: 20px auto 10px
    }

    #contents .recipe .lineup .txt_area h3 {
        font-size: 25px;
        margin: 0 auto 10px;
        background: url(../img/bg.jpg) repeat-x 0 bottom;
        background-size: 10px auto;
    }


    #contents .recipe .lineup .txt_area p.type {
        margin: 0 auto 10px;
        font-size: 18px;
    }

    #contents .recipe .lineup .txt_area p.detail {
        font-size: 18px;
        margin: 14px auto 20px;
        line-height: 30px;
        text-align: left;
        width: 90%;
    }


    /*banner------*/
    #contents .recipe .banner {
        width: 95%;
        margin: 40px auto 50px;
    }

    #contents .recipe .banner h3 img {
        width: 100%;
        display: block;
        margin: 0 auto 30px;
    }

    #contents .recipe .banner ul {
        width: 100%;
    }

    #contents .recipe .banner li {
        width: 100%;
    }

    #contents .recipe .banner li:first-child {
        margin: 0 auto 20px;
    }



    /*cm------*/
    #contents .cm {
        padding: 50px 0 0;
        background: url(../img/bg.jpg) repeat-x 0 top;
        background-size: 10px auto;
    }

    #contents .cm ul {
        display: block;
        width: 90%;
    }

    #contents .cm ul li {
        width: 100%;
    }

    #contents .cm .wrap {
        width: 100%;
        margin: 40px auto 60px;
    }

    #contents .cm .name {
        margin: 20px auto 0;
        padding: 0 0 0 20px;

    }

    #contents .cm .name p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 auto 4px;
    }

    #contents .cm .name h3 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -2px;
    }

    /*topic------*/

    #contents .topic {
        margin: 20px auto 0;
        padding: 100px 0 20px;
        background-image: url(../img/sp_wava01.jpg);
        background-repeat: repeat-x;
        background-size: 100% auto;
        background-position: top left;
    }

    #contents .topic ul {
        margin: 30px auto 0;
    }

    #contents .topic li {
        width: 95%;
        padding: 20px 30px 30px;
        margin: 0 auto 30px;
        border-radius: 10px;
    }

    #contents .topic li .wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #contents .topic li:nth-child(1) .wrap img {
        margin: 10px auto 20px;
    }

    #contents .topic li .wrap .txt_area {
        width: 100%;
        margin: 0;
    }

    #contents .topic li img {
        width: 80%;
        margin: 20px auto 0;
    }

    #contents .topic h3 {
        font-size: 22px;
        line-height: 42px;
        padding: 0;
        margin: 0 0 10px;

    }

    #contents .topic h3 span {
        background: url(../img/bg.jpg) repeat-x 0 bottom;
        background-size: 10px auto;
    }

    #contents .topic li p {
        font-size: 16px;
        line-height: 26px;
    }

    #page_top {
        bottom: 0;
        right: 10px;
    }

    #page_top a {
        padding: 10px 10px 30px;
        border-radius: 10px 10px 0 0;
        font-size: 13px;
    }
}