#contents {
    width: 100%;
    margin: 0 auto;
    font-family: 'メイリオ, Osaka, ' MS PGothic', arial, helvetica, sans-serif;

}

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

#contents a {
    text-decoration: none;
}

#contents a:hover {
    text-decoration: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}


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

/*各種見出しの設定---------------------------------------------*/

#contents .prodct h2 {
    color: #0f0e88;
    font-size: 30px;
    text-align: center;
    margin: 0 0 50px;
}

#contents .prodct h3 {
    color: blue;
    font-size: 24px;
    margin: 30px 0 10px;
    line-height: 24px;
}

#contents .prodct p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

#contents .prodct {
    width: 100%;
    background: #10298a;
    background-image: url(../img/star_bg.png);
    background-repeat: repeat;
    background-position: center;
    padding: 50px 0;
}

/*TITLE---------------------------------------------*/

/*title_wide100*/
#contents .title_wide {
    background: #10298a;
    text-align: center;
    background-image: url(../img/star_bg.png);
    background-repeat: repeat;
    background-size: 60%;
}

#contents .title_wide img {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

/*title_short*/
#contents .title_short {
    width: 100%;
    background: #000;
    margin: 0 auto;
    text-align: center;
}

#contents .title_short img {
    width: 1024px;
    margin: 0 auto;
}


/*PRODUCT---------------------------------------------*/

#contents .prodct .white {
    width: 1024px;
    margin: 0 auto 40px;
    background: #fff;
    padding: 60px 50px;
    border-radius: 10px;
    box-shadow: 10px 5px rgb(89, 189, 225);
}

#contents .prodct .white ul {
    overflow: hidden;
}

#contents .prodct .white ul li {
    text-align: center;
    float: left;
}

#contents .prodct .white ul li p {
    text-align: left;
}

#contents .prodct .white ul li img {
    width: 100%;
}

/*商品斜めパターン*/

#contents {
    background: #10298a;
}

.lead {
    width: 1024px;
    margin: 20px auto;
    font-size: 18px;
    font-weight: 600;
    color: #ede1a0;
    text-align: center;
    line-height: 150%;
}

.section1,
.section2,
.section3 {
    padding: 1px 70px 70px 70px;
    position: relative;
}

.section1 {
    background: #10298a;
    position: relative;
}

.section2 {
    position: relative;
}

.section3 {
    background: #10298a;
}

.product2 .section2 {
    background: #fff9ea;
    background-image: url(../img/star_bg.png);
    background-repeat: repeat;
    background-size: 80%;
}

.product2 .section3,
.section1 {
    background: #10298a;
    background-image: url(../img/star_bg.png);
    background-repeat: repeat;
    background-size: 80%;
}

.section1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 100vw 0 0;
    border-color: transparent #fff9ea transparent transparent;
}

.section2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 100vw 0 0;
    border-color: transparent #10298a transparent transparent;
}

.section4 {
    background: repeating-linear-gradient(45deg,
            #c2f3f9,
            #c2f3f9 10px,
            #fff 0,
            #fff 30px);
}

.recipe {
    padding: 70px;
    width: 1024px;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    gap: 20px;
}

.recipe_item {
    flex: 1;
    color: #0f0e88
}

.recipe img {
    width: 100%;
}

.product2 .one_wide_box {
    width: 1024px;
    margin: 20px auto;
    text-align: center;
}

.product2 .recipe {
    text-align: left;
}

.section1 img {
    width: 40%;
}

.section3 img {
    width: 40%;
}

.section2 img {
    width: 40%;
}

.product2 h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px auto;
}

.product2 p {
    font-size: 16px;
    line-height: 150%;
}

.section1,
.section3 h2 {
    color: #bda52d;
}

.section2 h2 {
    color: #0f0e88;
}

.section1,
.section3 p {
    color: #fff;
}

.one_wide_box {
    background-image: url(../img/star_bg.png);
    padding-bottom:30px;
}

/*商品ひとつパターン①*/
#contents .prodct .one_box {
    overflow: hidden;
}

#contents .prodct .one_box .img {
    float: left;
    width: 40%;
}


#contents .prodct .one_box .img img {
    width: 100%;
}

#contents .prodct .one_box .txt {
    float: right;
    width: 55%;
    margin: 20px 0 0;
}

/*商品ひとつパターン②*/
#contents .prodct .one_wide_box {
    overflow: hidden;
}

#contents .prodct .one_wide_box .img {
    width: 40%;
    margin: 0 auto 10px;
}

#contents .prodct .one_wide_box .img2 {
    width: 60%;
    margin: 0 auto 40px;
}

#contents .prodct .one_wide_box .img img {
    width: 100%;
}

#contents .prodct .one_wide_box .img2 img {
    width: 100%;
}



#contents .prodct .one_wide_box h2 {
    margin: 0 0 20px;
}

#contents .prodct .one_wide_box p {
    width: 80%;
    margin: 0 auto;
}

/*横２個ならび*/
#contents .prodct .two_box {
    padding: 60px 50px 0;
}

#contents .prodct .two_box ul li {
    width: 50%;
    padding: 0 70px;
    margin: 0 0 70px;
}

/*横３個ならび*/
#contents .prodct .three_box {
    padding: 60px 50px 10px;
}

#contents .prodct .three_box ul li {
    width: 33.333%;
    padding: 0 20px;
    margin: 0 0 70px;
}



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

@media only screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

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

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

    /*各種見出しの設定---------------------------------------------*/

    #contents .prodct h2 {
        font-size: 22px;
        text-align: center;
        margin: 0 0 30px;
        line-height: 120%;
    }

    #contents .prodct h3 {
        font-size: 20px;
        margin: 30px 0 10px;
        line-height: 24px;
    }

    #contents .prodct p {
        font-size: 16px;
        line-height: 28px;
    }

    /*TITLE---------------------------------------------*/

    /*title_wide100*/
    #contents .title_wide img {
        width: 100%;
        max-width: 100%;
    }

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

    /*PRODUCT---------------------------------------------*/

    #contents .prodct .white {
        width: 90%;
        padding: 40px 40px;
    }

    #contents .prodct .white ul li {
        float: none;
    }

    #contents .prodct .white ul li img {
        width: 100%;
    }

    /*商品斜めパターン*/

    .lead {
        width: 95%;
        margin: 20px auto;
        font-size: 16px;
        display:block;
        padding-bottom:50px;
    }


    .product2,
    .section2 {
        background-size: 200%;
    }

    .section1{
        margin-top:-50px;
    }

    .product2 .one_wide_box {
        width: 100%;
    }
    .section2 img {
        width: 120% !important;
        margin-left: -10%;
    }

    .product2 h2 {
        font-size: 1.5em;
        line-height: 120%;
    }

    .recipe {
        padding: 70px;
        display: block;

    }

    .recipe_item {
        flex: 1;
        color: #0f0e88
    }

    /*商品ひとつパターン①*/
    #contents .prodct .one_box .img {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    #contents .prodct .one_box .img img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    #contents .prodct .one_box .txt {
        float: none;
        width: 100%;
        margin: 30px auto 0;
    }

    /*商品ひとつパターン②*/
    #contents .prodct .one_wide_box {
        overflow: hidden;
    }

    #contents .prodct .one_wide_box .img {
        width: 70%;
        margin: 0 auto 40px;
    }

    #contents .prodct .one_wide_box .img2 {
        width: 90%;
        margin: 0 auto 40px;
    }

    #contents .prodct .one_wide_box .img img {
        width: 100%;
    }

    #contents .prodct .one_wide_box .img2 img {
        width: 100%;
    }

    #contents .prodct .one_wide_box p {
        width: 100%;
    }

    /*横２個ならび*/
    #contents .prodct .two_box {
        padding: 40px 20px 10px;
    }

    #contents .prodct .two_box ul li {
        width: 48%;
        padding: 0;
        float: left;
        margin: 0 0 30px;

    }

    #contents .prodct .two_box ul li:nth-child(odd) {
        margin: 0 4% 0 0;
    }

    #contents .prodct .two_box ul li img {
        width: 100%;
        margin: 0;
    }

    /*横２個ならび(スマホだと縦一列)*/
    #contents .prodct .two_box.tate {
        padding: 40px 40px 0;
    }

    #contents .prodct .two_box.tate ul li {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }

    #contents .prodct .two_box.tate ul li:nth-child(odd) {
        margin: 0 0 30px;
    }

    #contents .prodct .two_box.tate ul li img {
        width: 70%;
    }

    /*横３個ならび*/
    #contents .prodct .three_box {
        padding: 40px 40px 0;
    }

    #contents .prodct .three_box ul li {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }

    #contents .prodct .three_box ul li img {
        width: 70%;
    }


}

@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;
    }
}

.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}