a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

p,
h2,
h3,
li,
dd,
dt,
td,
td {
    font-size: 16px;
    color: #001b74;
    font-family: "メイリオ, Meiryo, Osaka, " ＭＳ Ｐゴシック", " MS PGothic", sans-serif;

}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

#contents * {
    box-sizing: border-box;
}

/*PC---------------------------------------------------------------------------------------------------------------*/

/*---------見出し---------*/
#contents .tit .deco {
    position: relative;
    padding: 0 0 0 130px;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 50px 0;
    margin: 0 0 0 5%;
    font-weight: bold;
}

#contents .tit .deco:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 110px;
    height: 1.5px;
    content: '';
    background: #003c89;
}

/*---------title---------*/

/*slider*/
#contents .title .slider {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: url(../img/slide_01.jpg) 0 0 no-repeat;
    background-size: 100% auto;
}

/*slider*/
#contents .title .slider img {
    width: 100%;
}

/*---------menu---------*/
#contents .menu {
    width: 1000px;
    margin: 20px auto 0;
}

#contents .menu ul {
    display: flex;
    flex-flow: wrap;
}

#contents .menu ul li {
    width: 25%;
    text-align: center;
    position: relative;
}

#contents .menu ul li:last-child:after {
    content: none;
}

#contents .menu ul li a {
    display: block;
    color: #003c89;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 30px;
    line-height: 18px;
    font-family: 'Noto Serif JP', serif;
}

#contents .menu ul li:nth-child(n + 4) a {
    padding: 0 0;
    line-height: 28px;
    margin: 0 auto 0;
}

#contents .menu ul li::before {
    content: '・';
    font-size: 40px;
    margin: 25px 0 0;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -5px;
    left: 0;
}

#contents .menu ul li:first-child:before {
    content: none;
}

#contents .menu ul li a:after {
    content: '';
    margin: 25px auto 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #003c89;
    border-right: solid 2px #003c89;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: 0;
}

#contents .menu ul li:nth-child(n + 4) a:after {
    margin: 7px auto 0;
}

#contents .menu ul li:hover a {
    opacity: 0.5;
    transition: 0.5s;
}

#contents .menu ul li:hover a:after {
    top: 5px;
    transition: 0.5s;
}



/*---------renewal---------*/

#contents .renewal {
    position: relative;
    width: 900px;
    background: #f1f6fd;
    margin: 40px auto 0;
    padding: 50px 40px 35px;
    border-radius: 10px;
}

#contents .renewal img {
    position: absolute;
    width: 200px;
    top: -40px;
    right: -40px;
}

#contents .renewal h2 {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: bold;

}

#contents .renewal span {
    font-weight: bold;

}

#contents .renewal p {
    line-height: 28px;
}

/*---------campaign---------*/
#contents .campaign {
    text-align: center;
}

#contents .campaign img {
    display: inline-block;
    margin: 50px auto 0;
    width: 600px;
    border-radius: 10px;
    transition: 0.6s;
}

#contents .campaign img:hover {
    opacity: 0.8;
}

/*---------renew---------*/

#contents .renew {
    margin: 80px auto 0;
    width: 900px;
    border: 2px solid #003c89;
    padding: 20px;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

#contents .renew h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 20px auto;
}

#contents .renew .copy {
    width: 100%;
    text-align: left;
}


/*---------cm---------*/

#contents .cm {
    margin: 80px auto 0;
}

#contents .cm ul {
    width: 500px;
    margin: 60px auto 0;
    display: flex;
    flex-flow: wrap;
}

#contents .cm ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}

#contents .cm ul li .arrow {
    position: absolute;
    right: -10px;
    top: 30%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
}

#contents .cm ul li .arrow span {
    margin: 15px 0 0 12px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    transform: scale(0.8, 1);
    color: #001b74;
}

#contents .cm ul li img {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto 18px;
}

#contents .cm ul li:hover img {
    opacity: 0.7;
    transition: 0.5s;

}

#contents .cm ul li:hover .arrow {
    right: -15px;
    transition: 0.5s;
}

#contents .cm ul li p {
    font-size: 14px;
}

#contents .cm ul li h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 0 -7px;
}

/*---------point---------*/
#contents .point {
    margin: 120px auto 0;
}

#contents .point .tit h2 {
    font-size: 32px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin: 60px auto;
}



#contents .point .material_area img {
    width: 1024px;
    margin: 0 auto 20px;
}

#contents .point .wrap {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}

#contents .point .quality_area {
    margin: 0 auto 0;
    display: flex;
    flex-flow: wrap;
}

#contents .point .quality_area .img_box img {
    width: 250px;
    height: auto;
}

#contents .point .quality_area .txt_box {
    width: 710px;
    text-align: left;
    margin: 20px 40px 0 0;
}

#contents .point .quality_area .txt_box p {
    line-height: 30px;
    font-size: 16px;
    color: #000000;
}

#contents .point .quality_area .txt_box p.copy {
    font-size: 21px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin: 0px 0px 12px -4px;
    color: #001b74;
}

/*---------history---------*/

#contents .history {
    margin: 60px auto 0;
}

#contents .history .txt_area {
    width: 1000px;
    margin: 0 auto;
}

#contents .history h2 {
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin: 20px 0 30px;
}

#contents .history .txt_area p {
    line-height: 30px;
    font-size: 16px;
    color: #000000;
}

#contents .history .img_area img {
    width: 450px;
}

#contents .history ul {
    display: flex;
    flex-flow: wrap;
    width: 1024px;
    margin: 20px auto 0;
}

#contents .history li {
    width: 33.333%;
    margin: 60px 0 0;
}

#contents .history li:nth-child(3) {
    margin: 0;
}

#contents .history li img {
    width: 315px;
}

#contents .history li p {
    color: #000000;
    text-align: center;
    line-height: 24px;
    margin: 10px auto 0;
}


/*---------line_up---------*/

#contents .line_up {
    margin: 120px auto 0;
}

#contents .line_up .tit h2 {
    font-size: 32px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin: 60px auto 0;
}

#contents .line_up .tit p.copy {
    font-size: 20px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    margin: 30px 0 50px;
    color: #000000;
    line-height: 34px;
}

#contents .line_up ul.product {
    width: 1000px;
    margin: 0 auto 30px;
    display: flex;
    flex-flow: wrap;
}

#contents .line_up ul.product li {
    width: 320px;
    margin: 0 auto 30px;
}

#contents .line_up ul.product li img {
    width: 300px;
    margin: 0 auto;
}

#contents .line_up ul.product li .img_area {
    background: #E5EBF3;
    padding: 0 0 5px;
    box-sizing: border-box;
    text-align: center;
}

#contents .line_up ul.product p {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 0;
}

/* 栄養成分表 */
#contents .line_up .eiyouseibun .article-title {
    display: block;
    width: 900px;
    text-align: center;
    margin: 0 auto 0;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: bold;
    border-left: none;
    border: #003c89 1px solid;
    position: relative;
    cursor: pointer;

}

#contents .line_up .eiyouseibun .article-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 22px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #002f6d;
    border-right: solid 2px #003c89;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#contents .line_up .eiyouseibun .article-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#contents .line_up .eiyouseibun .container {
    position: relative;
    width: 900px;
    margin: 0 auto;
    border-top: none;
    outline: 0;
    display: none;
}

#contents .line_up .eiyouseibun table {
    border: 1px solid #003c89;
}

#contents .line_up .eiyouseibun table thead th {
    background: #003c89;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    width: 120px;
}

#contents .line_up .eiyouseibun table thead th:nth-of-type(1) {
    width: 180px;
}

#contents .line_up .eiyouseibun table tbody td {
    font-size: 14px;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #003c89;
}

#contents .line_up .eiyouseibun table tbody tr {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}

.cssacc:checked+label+.accshow {
    height: auto;
    opacity: 1;
}

.cssacc:checked+label:before {
    content: '\0bb';
    transform: rotate(-10deg);
}

/*---------recipe---------*/
#contents .recipe {
    margin: 120px auto 0;
}

#contents .recipe .tit h2 {
    font-size: 32px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin: 60px auto 0;
}

#contents .recipe .tit p.copy {
    font-size: 20px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    margin: 40px 0 50px;
    color: #000000;
}

#contents .recipe .wide img {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 100px;

}

/* 各レシピ */
#contents .recipe .recipe_box {
    position: relative;
    margin: 0 auto 50px;
}

#contents .recipe .recipe_box .bg {
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 45%;
    background: #ceae2d;
    z-index: 0;
}

#contents .recipe .recipe_box .wrap {
    display: flex;
    flex-flow: wrap;
    width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#contents .recipe .recipe_box .box {
    width: 250px;
    height: 250px;
    position: relative;
    margin: 0 74px 0 0;
}

#contents .recipe .recipe_box .box img {
    width: 170px;
    display: block;
    position: absolute;
    left: 40px;
    right: 0;
    bottom: 0;
}

#contents .recipe .recipe_box ul {
    display: flex;
    flex-flow: wrap;
}

#contents .recipe .recipe_box ul li {
    width: 335px;
    background: #fff;
}

#contents .recipe .recipe_box ul li .img_area {
    position: relative;
}

#contents .recipe .recipe_box ul li:first-child {
    margin: 0 20px 0 0;
}

#contents .recipe .recipe_box ul li img {
    width: 100%;
    border-radius: 10px;
}

#contents .recipe .recipe_box ul li:hover img {
    opacity: 0.7;
    transition: 0.5s;
}

#contents .recipe .recipe_box ul li .img_area img.arrow {
    width: 140px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#contents .recipe .recipe_box ul li:hover img.arrow {
    right: 5px;
    transition: 0.5s;
}

#contents .recipe .recipe_box ul li h3 {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

#contents .recipe .recipe_box ul li p {
    display: none;
}

/*スライスごとの設定*/
#contents .recipe .recipe_box .slice06 {
    background: url(../img/slice_6.jpg) no-repeat 0 0;
    background-size: 250px auto;
}

#contents .recipe .recipe_box .slice05 {
    background: url(../img/slice_5.jpg) no-repeat 0 0;
    background-size: 250px auto;
}

#contents .recipe .recipe_box .slice04 {
    background: url(../img/slice_4.jpg) no-repeat 0 0;
    background-size: 250px auto;
}

#contents .recipe .recipe_box .slice08 {
    background: url(../img/slice_8.jpg) no-repeat 0 0;
    background-size: 250px auto;
}

#contents .recipe .recipe_box .slice12 {
    background: url(../img/slice_12.jpg) no-repeat 0 0;
    background-size: 250px auto;
}

/*バナー*/
#contents .recipe .banner {
    width: 400px;
    margin: 0 auto 100px;
    text-align: center;
}

#contents .recipe .banner img {
    width: 100%;
}

#contents .recipe .banner img:hover {
    opacity: 0.7;
    transition: 0.5s;
}

#contents .recipe .banner p {
    color: #000;
    margin: 20px auto 0;
}

/*動画*/
#contents .recipe .movie {
    width: 100%;
    max-width: 1400px;
    padding: 30px 0 20px;
    box-sizing: border-box;
    background: #F5EFD7;
    margin: 40px auto;
}

#contents .recipe .movie .wrap {
    width: 600px;
    height: 337px;
    position: relative;
}

#contents .recipe .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#contents .recipe .movie a {
    display: block;
    border: 1px solid #b39212;
    width: 450px;
    margin: 10px auto 10px;
    text-align: center;
    padding: 20px 0;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    background: #b39212;
}

#contents .recipe .movie a:hover {
    background: #fff;
    color: #b39212;
    transition: 0.5s;
}


/*---------page_top---------*/
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 500;
}

#page_top a {
    background: #fff;
    color: #001b74;
    border: #001b74 1px solid;
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 50px;
}

#page_top a:hover {
    background-color: #001b74;
    color: #fff;
    transition: 0.4s;
}

/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    img {
        width: 100%;
        height: auto;
    }


    #contents .main {
        width: 100%;
        padding: 20px 0 40px;
    }

    /*---------Instagramキャンペーン---------*/
    #contents .inst_ban a {
        margin: 0 auto 60px;
        width: 90%;

    }


    /*---------見出し---------*/
    #contents .tit .deco {
        padding: 0 0 0 40px;
        font-size: 22px;
        margin: 0;
    }

    #contents .tit .deco:before {
        width: 30px;
    }

    /*---------title---------*/

    /*slider*/
    #contents .title .slider {
        width: 100%;
        overflow: hidden;
        max-width: 100%;
        margin: 0 auto;
        background: url(../img/sp_slide_01.jpg) 0 0 no-repeat;
        background-size: 100% auto;
    }

    /*---------menu---------*/

    #contents .menu {
        width: 100%;
        display: block;
        margin: 0 auto 60px;
    }

    #contents .menu ul li {
        width: 100%;
        text-align: left;
        border-bottom: #001b74 1px solid;
    }

    #contents .menu ul li a,
    #contents .menu ul li:nth-child(n + 4) a {
        font-size: 16px;
        padding: 14px 20px 24px 50px;
        margin: 0;
        line-height: 18px;
    }


    #contents .menu ul li a:after {
        display: none;
    }

    #contents .menu ul li a:before {
        content: '';
        margin: 0;
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #003c89;
        border-right: solid 2px #003c89;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: relative;
        top: 10px;
        left: -30px;
    }

    #contents .menu ul li:before {
        content: none;
    }

    #contents .menu ul li:nth-child(n + 4) a:before {
        top: 10px;
    }



    /*---------renewal---------*/

    #contents .renewal {
        width: 90%;
        padding: 30px;
    }

    #contents .renewal h2 {
        line-height: 32px;
    }

    #contents .renewal p {
        line-height: 28px;
    }


    #contents .renewal img {
        position: absolute;
        width: 100px;
        top: -30px;
        right: -20px;
    }


    /*---------campaign---------*/

    #contents .campaign img {

        width: 90%;

    }

    /*---------renew---------*/

    #contents .renew {
        width: 80%;
    }



    /*---------cm---------*/
    #contents .cm {
        margin: 70px auto 90px;
    }

    #contents .cm ul {
        width: 100%;
        display: block;
        margin: 40px auto 0;
    }

    #contents .cm ul li {
        width: 90%;
        margin: 0 auto 30px;
        padding: 0;
    }

    #contents .cm ul li .sp {
        position: relative;
        padding-top: 56.25%;
        margin: 0 auto 10px;
    }

    #contents .cm iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }


    /*---------point---------*/
    #contents .point {
        margin: 0 auto 0;
    }

    #contents .point .tit h2 {
        font-size: 28px;
        margin: 40px auto 30px;
        line-height: 38px;
    }

    #contents .point .material_area img {
        width: 98%;
        margin: 0 auto;
    }

    #contents .point .wrap {
        width: 100%;
    }

    #contents .point .quality_area {
        display: block;
    }

    #contents .point .quality_area .img_box img {
        width: 70%;
        margin: 20px auto 20px;
    }

    #contents .point .quality_area .txt_box {
        width: 90%;
        margin: 30px auto 0;
    }

    #contents .point .quality_area .txt_box .sub_box {

        display: block;
        margin: 20px 0 0;
    }

    #contents .point .quality_area .txt_box p {
        color: #000000;
    }

    #contents .point .quality_area .txt_box p.copy {
        font-size: 18px;
        margin: 0px 0px 10px 0;
    }

    #contents .point .quality_area .txt_box .sub_box p {
        width: 100%;
        margin: 0 auto;
    }

    #contents .point .quality_area .txt_box .sub_box img {
        width: 80%;
        display: block;
        margin: 20px auto 0;
    }

    /*---------history---------*/

    #contents .history {
        margin: 70px auto 70px;
    }

    #contents .history .txt_area {
        width: 90%;
        margin: 0 auto;
    }

    #contents .history h2 {
        font-size: 28px;
        text-align: center;
        margin: 0 0 30px;
    }

    #contents .history .img_area img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    #contents .history ul {
        width: 90%;
        margin: 20px auto 0;
    }

    #contents .history li,
    #contents .history li:last-child {
        width: 50%;
        margin: 0 auto 20px;
    }


    #contents .history li img {
        width: 100%
    }

    #contents .history li p {
        font-size: 14px;
        line-height: 22px;
    }


    /*---------line_up---------*/

    #contents .line_up {
        margin: 0 auto 90px;
    }

    #contents .line_up .tit h2 {
        font-size: 28px;
        margin: 30px auto 0px;
        line-height: 38px;
    }

    #contents .line_up .tit p.copy {
        font-size: 18px;
        text-align: left;
        line-height: 28px;
        margin: 20px auto 30px;
        width: 90%;
    }

    #contents .line_up ul.product {
        width: 90%;
        margin: 0 auto 30px;
    }

    #contents .line_up ul.product li {
        width: 48%;
        margin: 0 auto 20px;
    }

    #contents .line_up ul.product li img {
        width: 100%;
        margin: 0 auto;
    }

    #contents .line_up ul.product p {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 0;
    }


    /* 栄養成分表 */

    #contents .line_up .eiyouseibun .article-title {
        width: 90%;
    }

    #contents .line_up .eiyouseibun .container {
        width: 90%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #contents .line_up .eiyouseibun .wrap {
        width: 900px;
        margin: 0 auto;
    }

    #contents .line_up .eiyouseibun table tbody td {
        padding: 10px 0;
    }

    #contents .line_up .eiyouseibun .container::-webkit-scrollbar {
        background: #E5EBF3;
        width: 10px;
    }

    #contents .line_up .eiyouseibun .container::-webkit-scrollbar-thumb {
        background: #001B74;
        border-radius: 50px;
        height: 50px;
    }



    /*---------recipe---------*/

    #contents .recipe {
        margin: 0 auto 0;
    }

    #contents .recipe .tit h2 {
        font-size: 28px;
        margin: 30px auto 0px;
        line-height: 38px;
    }

    #contents .recipe .tit p.copy {
        font-size: 18px;
        text-align: left;
        line-height: 28px;
        margin: 20px auto 30px;
        width: 90%;
    }

    #contents .recipe .wide {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 auto 60px;
    }

    #contents .recipe .wide img {
        width: 500px;
        margin: 0 auto;
    }

    #contents .recipe .wide::-webkit-scrollbar {
        background: #E5EBF3;
        width: 10px;
    }

    #contents .recipe .wide::-webkit-scrollbar-thumb {
        background: #001B74;
        border-radius: 50px;
        height: 50px;
    }

    /* 各レシピ */

    #contents .recipe .recipe_box {
        position: relative;
        margin: 0px auto 20px;
    }

    #contents .recipe .recipe_box .bg {
        display: none;
    }

    #contents .recipe .recipe_box .wrap {
        display: flex;
        flex-flow: wrap;
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    #contents .recipe .recipe_box .box {
        display: none;
    }

    #contents .recipe .recipe_box ul li {
        width: 48%;
        text-align: left;
    }

    #contents .recipe .recipe_box ul li:first-child {
        margin: 0 4% 0 0;
    }

    #contents .recipe .recipe_box ul li .img_area img.arrow {
        width: 70px;
    }


    #contents .recipe .recipe_box ul li p {
        display: block;
        width: 50%;
        border: #001b74 1px solid;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0 0;
    }

    #contents .recipe .recipe_box ul li h3 {
        margin: 8px 0 0;
    }

    /*バナー*/
    #contents .recipe .banner {
        width: 100%;
        margin: 60px auto;
        text-align: center;
    }

    #contents .recipe .banner img {
        width: 90%;
        margin: 0 auto 20px;
    }

    /*動画*/
    #contents .recipe .movie {
        width: 100%;
        max-width: 100%;
        margin: 20px auto 20px;
    }

    #contents .recipe .movie .frame {
        width: 100%;
        padding: 10px;
        height: auto;
        margin: 0 auto 20px;
        border-radius: 0;
    }

    #contents .recipe .movie .wrap {
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 56.25%;
    }



    #contents .recipe .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    #contents .recipe .movie a {
        width: 80%;
        padding: 16px 0;
        font-size: 16px;
        margin: 20px auto 10px;
    }



    /* TOPへボタン */
    #page_top {
        bottom: 20px;
        right: 10px;
    }

    #page_top a {
        padding: 10px;
        font-size: 13px;
    }
}