@charset "UTF-8";

/*共通---------------------------------------------------------------------------------------------------------------*/
#contents * {
    box-sizing: border-box;
}

#contents p,
#contents h2,
#contents h3,
#contents h4,
#contents a,
#contents li,
#contents dt,
#contents dd {
    line-height: 30px;
    font-size: 16px;
    font-family: "メイリオ", sans-serif;
}

a {
    text-decoration: none;
}

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

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

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

/*---------title---------*/
#contents .title {
    margin: 0 0 70px;
}

#contents .title img {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

/*---------main---------*/
#contents .main {
    background: url(../img/bg.png) 0 0 repeat;
    background: 1000px auto;
    background-attachment: fixed;
}

/*---------banner---------*/
#contents .banner {
    width: 900px;
    margin: 20px auto 10px;
}

#contents .banner img {
    width: 100%;
    margin: 0 auto 50px;
}

#contents .banner a:hover {
    transition: 0.6s;
    opacity: 0.7;
}

/*---------two_banner---------*/
#contents .two_banner {
    background: #d0c379;
    padding: 20px 0;
    margin: 0 auto 80px;
    border-top: #041a72 1px dashed;
    border-bottom: #041a72 1px dashed;
}

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

#contents .two_banner ul li {
    width: 50%;
    padding: 0 10px;
}


#contents .two_banner img {
    width: 100%;
}

#contents .two_banner a:hover {
    transition: 0.6s;
    opacity: 0.7;
}

/*---------three_banner---------*/
#contents .three_banner {
    background: #d0c379;
    padding: 20px 0;
    margin: 0 auto 80px;
    border-top: #041a72 1px dashed;
    border-bottom: #041a72 1px dashed;
}

#contents .three_banner ul {
    width: 1260px;
    display: flex;
    flex-flow: wrap;
    margin: 0 auto;
}

#contents .three_banner ul li {
    width: 33%;
    padding: 0 10px;
}


#contents .three_banner img {
    width: 100%;
}

#contents .three_banner a:hover {
    transition: 0.6s;
    opacity: 0.7;
}


/*---------mejirusi---------*/
#contents .main .mejirusi {
    padding: 10px 0 50px;
}

#contents .main .mejirusi h2 img {
    width: 630px;
    margin: 0 auto 40px;
    display: block;
}

#contents .main .mejirusi .box {
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
}

#contents .main .mejirusi .center {
    padding: 50px 0;
}

#contents .main .mejirusi .box_center {
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;

}

#contents .main .mejirusi .box .txt {
    width: 290px;
    background: url(../img/bg_hokkaido.png) center 0 no-repeat;
    background-size: 230px auto;
    padding: 50px 10px 70px;
    margin: 0 120px 0 0;
}

#contents .main .mejirusi .box .txt p {
    color: #041a72;
    font-size: 20px;
    text-align: left;
    line-height: 36px;
}

#contents .main .mejirusi .box .pkg {
    width: 340px;
    text-align: center;
}

#contents .main .mejirusi .box img {
    width: 340px;
}

#contents .main .mejirusi .box.new_item {
    margin-top: 30px;
}

#contents .main .mejirusi .box .new {
    background-color: crimson;
    position: absolute;
    color: #fff;
    padding: 14px 10px;
    border-radius: 50px;
    top: 30px;
    right: 0;
}

#contents .main .mejirusi {
    padding: 10px 0 50px;
}

#contents .main .mejirusi h2 img {
    width: 630px;
    margin: 0 auto 40px;
    display: block;
}

#contents .main .mejirusi .img_cheesemushi {
    width: 700px;
    text-align: center;
    margin: 0 auto;
}

#contents .main .mejirusi .img_cheesemushi img {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}

#contents .main .mejirusi .img_cheesemushi .mejirusi-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #8a750b;
    display: inline-block;
    padding: 0 ;
    text-align: center;
}
#contents .main .mejirusi .img_cheesemushi .mejirusi-title img{
    max-width:320px;
    width:100%;
    margin-top:-15px;
}


/*
#contents .main .mejirusi .img_cheesemushi .mejirusi-title::before,
#contents .main .mejirusi .img_cheesemushi .mejirusi-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #8a750b;
}

#contents .main .mejirusi .img_cheesemushi .mejirusi-title::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

#contents .main .mejirusi .img_cheesemushi .mejirusi-title::after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
}
    */

.img_cheesemushi.mini {
    max-width: 660px;
    margin: 100px auto 0;
    position: relative;
    overflow: visible;
}

.balloon3-right-btm {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%, -30%);
    width: 120px;
    height: 120px;
    background: #041A72;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.4;
    z-index: 10;
}

.balloon3-right-btm::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    border: 15px solid transparent;
    border-top: 15px solid #041A72;
    transform: rotate(-45deg);
}

.product-description {
    text-align: center;
    margin: 5px auto 40px;
    line-height: 1.6;
}

.product-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #4c3500;
}

.product-text {
    display: inline-block;
    font-size: 16px;
    color: #4c3500;
    max-width: 500px;
    text-align: center;
    line-height: 1.8;
}

/*----------------------------
  シリーズセクション
-----------------------------*/

#contents .main .series {
    width: 80%;
    margin: 0 auto 80px;
    text-align: center;
}

#contents .main .series h2 img {
    width: 630px;
    margin: 0 auto;
    display: block;
}

#contents .main .series .series-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #8a750b;
    display: inline-block;
    padding: 0 60px;
    margin: 50px auto 0;
    text-align: center;
}

#contents .main .series .series-title img{
    max-width: 300px;
    width: 100%;
    margin-top: -20px;
    display: block;
}

#contents .main .series .series-title.small {
    font-size: 18px;
    margin-top: 40px;
}

/* 左右の斜め線
#contents .main .series .series-title::before,
#contents .main .series .series-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #8a750b;
}

#contents .main .series .series-title::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

#contents .main .series .series-title::after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
} */

/* 商品リスト */
#contents .main .series ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px auto 50px;
    padding: 0;
    list-style: none;
}

#contents .main .series li {
    width: 45%;
    margin-top: 30px;
    text-align: center;
}

#contents .main .series li img {
    width: 80%;
    margin-bottom: 10px;
}


/*---------himitu---------*/

#contents .main .himitu h2 img {
    width: 630px;
    margin: 0 auto 70px;
    display: block;
}

#contents .main .himitu ul {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    width: 1024px;
    margin: 0 auto;
}

#contents .main .himitu ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

#contents .main .himitu ul li img {
    width: 180px;
}

#contents .main .himitu ul li p {
    margin: 10px 0 0;
    color: #4c3500;
    text-align: left;
}

/*---------topic---------*/
#contents .main .topic {
    width: 1024px;
    border: #cfc784 6px solid;
    background: #fff;
    margin: 70px auto 0;
    padding: 0 0 10px;
}

#contents .main .topic h2 img {
    width: 150px;
    margin: 0 0 15px;
}

#contents .main .topic .box {
    width: 950px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
}

#contents .main .topic .box img {
    width: 420px;
    margin: 15px 50px 0 0;
}

#contents .main .topic .box .txt {
    width: 470px;
    order: 2;
}

#contents .main .topic .box .tit h3 {
    color: #00005b;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}

#contents .main .topic .box .tit p {
    color: #5f4a0b;
    font-weight: bold;
}

#contents .main .topic .box p {
    color: #00005b;
}

#contents .main .topic .box dl {
    margin: 15px 0 0;
}

#contents .main .topic .box dt {
    color: #00005b;
    font-weight: bold;
}

#contents .main .topic .box dt img {
    margin: 0 0 0 10px;
    width: 28px;
}

#contents .main .topic .box dd {
    color: #00005b;
}

/*---------history---------*/
#contents .main .history {
    background: #e5da9c;
    padding: 45px 0 50px;
    margin: 60px 0 0;
    border-top: #041a72 1px dashed;
    border-bottom: #041a72 1px dashed;

}

#contents .main .history .box {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-flow: row-reverse;
}

#contents .main .history .box .txt {
    width: 734px;
}

#contents .main .history .box .img {
    width: 250px;
    text-align: center;
    padding: 60px 0 0 20px;
}

#contents .main .history .box .img li:first-child {
    margin: 0 0 20px;
}

#contents .main .history .box .img img {
    width: 100%;
}

#contents .main .history h2 img {
    width: 150px;
    margin: 0 auto 20px;
}

#contents .main .history p {
    color: #041a72;
    line-height: 28px;
}

/*---------arenge---------*/

#contents .main .arenge {
    padding: 70px 0;
}

#contents .main .arenge h2 img {
    width: 370px;
    display: block;
    margin: 0 auto 20px;
}

#contents .main .arenge .sub {
    text-align: center;
    color: #11146d;
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 38px;
}

#contents .main .arenge ul.howto {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto 50px;
}

#contents .main .arenge ul.howto li {
    width: 33%;
    text-align: center;
}

#contents .main .arenge ul.howto li img {
    width: 230px;
    margin: 0 0 20px;
}

#contents .main .arenge ul.howto li p {
    color: #11146d;
}

#contents .main .arenge ul.recipe {
    width: 1024px;
    margin: 0 auto 60px;
}

#contents .main .arenge ul.recipe>li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 20px;
}

#contents .main .arenge ul.recipe>li .box {
    display: flex;
    flex-flow: wrap;
}

#contents .main .arenge ul.recipe h3 {
    color: #4c3500;
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0 20px;
}

#contents .main .arenge ul.recipe>li .img {
    margin: 0 30px 0 0;
    width: 400px;
}

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

#contents .main .arenge ul.recipe>li .img .pkg .tit {
    text-align: center;
    margin: 25px 0 0;
    font-weight: bold;
    color: #4c3500;
}

#contents .main .arenge ul.recipe>li .img .pkg ul {
    display: flex;
    flex-flow: wrap;
    width: 340px;
    margin: 10px auto 0;
}

#contents .main .arenge ul.recipe>li .img .pkg ul li {
    text-align: center;
}

#contents .main .arenge ul.recipe>li .img .pkg ul li img {
    width: 150px;
}

#contents .main .arenge ul.recipe>li .img .pkg ul li:first-child {
    margin: 0 30px 0 0;
}

#contents .main .arenge ul.recipe>li .img .pkg ul p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0;
    color: #4c3500;
}

#contents .main .arenge ul.recipe>li .text {
    width: 550px;
}

#contents .main .arenge ul.recipe>li .text li {
    color: #4c3500;
}

#contents .main .arenge ul.recipe>li .text h4 {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 1px 38px 0 18px;
    font-size: 14px;
    background: #041A72;
    color: #FFF;
    box-sizing: border-box;
    margin: 0 0 14px;
    line-height: 26px;
}

#contents .main .arenge ul.recipe>li .text h4:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#contents .main .arenge ul.recipe>li .text h4:after {
    top: 0;
    right: 0;
    border-width: 14px 6px 16px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

#contents .main .arenge ul.recipe>li .material {
    margin: 0 0 20px;
}

#contents .main .arenge ul.recipe>li .material li {
    line-height: 24px;
}

#contents .main .arenge ul.recipe>li .step li {
    margin: 0 0 5px 1.8em;
    text-indent: -1.8em;
    line-height: 26px;
}

#contents .main .arenge ul.recipe>li .step span {
    font-size: 12px;
    background: #041A72;
    color: #fff;
    padding: 0 3px;
    border-radius: 20px;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
}

/*---------sns---------*/
#contents .sns {
    background: #f7f7f7;
    padding: 15px 0;
    margin: 0 auto 0;
}

#contents .sns ul {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#contents .sns ul li {
    width: 31%;
    margin: 0 2% 0 0;
    background: #fff;
    border-radius: 5px;
}

#contents .sns ul li:hover {
    opacity: 0.6;
    transition: 0.4s;
}

#contents .sns ul li a {
    display: block;
    border-right: 10px;
    padding: 10px;
    line-height: 48px;
    font-size: 16px;
}

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

#contents .sns ul li img {
    width: 45px;
    margin: 0 10px 0 0;
}

/*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: 0;
    }


    /*---------title---------*/
    #contents .title {
        margin: 0 0 40px;
    }

    #contents .title img {
        width: 100%;
        margin: 0 auto;
    }

    /*---------banner---------*/
    #contents .banner {
        width: 95%;
        margin: 40px auto 40px;
    }

    #contents .banner img {
        width: 100%;
        margin: 0 auto;
    }

    /*---------two_banner---------*/
    #contents .two_banner {
        padding: 14px 0;
        margin: 0 auto 70px;
    }

    #contents .two_banner ul {
        width: 100%;
        display: block;
    }

    #contents .two_banner ul li {
        width: 100%;
        padding: 0 10px;
    }

    #contents .two_banner ul li:first-child {
        margin: 0 auto 10px;
    }

    /*---------three_banner---------*/
    #contents .three_banner {
        padding: 14px 0;
        margin: 0 auto 70px;
    }

    #contents .three_banner ul {
        width: 100%;
        display: block;
    }

    #contents .three_banner ul li {
        width: 100%;
        padding: 0 10px;
    }


    /*---------mejirusi---------*/
    #contents .main .mejirusi,
    #contents .main .series {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    #contents .main .mejirusi h2 img{
        width: 100%;
        margin: 0 auto 60px;
    }


    #contents .main .mejirusi .box {
        width: 100%;
        display: block;

    }

    #contents .main .mejirusi .center {
        padding: 0 !important;
    }

    #contents .main .mejirusi .box .txt {
        width: 100%;
        background-size: 180px auto;
        padding: 30px 10px 20px;
    }


    #contents .main .mejirusi .box .pkg {
        width: 100%;
        text-align: center;
    }

    #contents .main .mejirusi .box .pkg p {
        margin: 20px auto 0;
        font-size: 20px;
    }


    #contents .main .mejirusi .box .pkg p.new {
        padding: 10px 10px;
        margin: 0 auto 0;
    }

    #contents .main .mejirusi .box img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }


    #contents .main .mejirusi .img_cheesemushi {
        width: 80%
    }


    #contents .main .mejirusi .img_cheesemushi .mejirusi-title {
        font-size: 18px;
    }

    /* 左側の斜め線 
    #contents .main .mejirusi .img_cheesemushi .mejirusi-title::before,
    #contents .main .mejirusi .img_cheesemushi .mejirusi-title::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 30px;
        height: 2px;
        background-color: #8a750b;
    }*/

    /* 左：＼ 
    #contents .main .mejirusi .img_cheesemushi .mejirusi-title::before {
        left: 0;
        transform: translateY(-50%) rotate(45deg);
    }*/

    /* 右：／ 
    #contents .main .mejirusi .img_cheesemushi .mejirusi-title::after {
        right: 0;
        transform: translateY(-50%) rotate(-45deg);
    }*/


    /*---------シリーズ---------*/

    #contents .main .series h2 img {
        width: 100%;
        margin: 100px auto 20px;
    }


    #contents .main .series ul {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    #contents .main .series li {
        width: 90%;
        margin-top: 10px;
    }

    #contents .main .series li img {
        width: 100%;
    }

    #contents .main .series .series-title {
        font-size: 20px;
        padding: 0;
        margin-top: 0;
    }

    /*
    #contents .main .series .series-title::before,
    #contents .main .series .series-title::after {
        width: 30px;
    }
        */

    #contents .main .series .series-title.small {
        font-size: 16px;
        margin-top:0;
    }



    /*---------himitu---------*/

    #contents .main .himitu {
        width: 90%;
        margin: 20px auto 0;
    }

    #contents .main .himitu h2 img {
        width: 100%;
        margin: 0 auto 30px;
    }

    #contents .main .himitu ul {
        width: 100%;
    }

    #contents .main .himitu ul li {
        width: 50%;
        padding: 0 8px;
    }

    #contents .main .himitu ul li img {
        width: 90%;
    }

    /*---------topic---------*/
    #contents .main .topic {
        width: 90%;
        margin: 60px auto 0;
        padding: 0;
    }

    #contents .main .topic h2 img {
        width: 130px;
        margin: 0 0 25px;
    }

    #contents .main .topic .box .tit h3 {
        font-size: 22px;
        line-height: 34px;
    }

    #contents .main .topic .box {
        width: 90%;
        display: block;
    }

    #contents .main .topic .box img {
        width: 100%;
        margin: 25px 0 0 0;
    }

    #contents .main .topic .box .txt {
        width: 100%;
    }

    #contents .main .topic .box dl {
        margin: 10px 0 0;
    }

    #contents .main .topic .box dt {
        color: #00005b;
        font-weight: bold;
    }

    /*---------history---------*/
    #contents .main .history {
        padding: 45px 0 40px;
    }

    #contents .main .history h2 img {
        width: 60%;
        margin: 0 auto 20px;
    }

    #contents .main .history .box {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    #contents .main .history .box .txt {
        width: 100%;
    }

    #contents .main .history .box .img {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 20px 0 0;

    }

    #contents .main .history .box .img li img {
        width: 100%;
        margin: 0 0 5px;
    }

    #contents .main .history .box .img li {
        width: 50%;
        line-height: 24px;
    }

    #contents .main .history .box .img li:first-child {
        margin: 0;
    }

    /*---------arenge---------*/

    #contents .main .arenge {
        width: 90%;
        margin: 0 auto;
        padding: 70px 0 30px;
    }

    #contents .main .arenge h2 img {
        width: 90%;
    }

    #contents .main .arenge .sub {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 34px;
    }

    #contents .main .arenge ul.howto {
        display: block;
        width: 90%;
    }

    #contents .main .arenge ul.howto li {
        width: 100%;
        margin: 0 0 40px;
    }

    #contents .main .arenge ul.howto li img {
        width: 60%;
        margin: 0 auto 10px;
    }

    #contents .main .arenge ul.recipe {
        width: 100%;
        margin: 0 auto 60px;
    }

    #contents .main .arenge ul.recipe>li {
        background: #fff;
        padding: 26px;
        margin: 0 0 20px;
    }

    #contents .main .arenge ul.recipe>li .box {
        display: block;
    }

    #contents .main .arenge ul.recipe h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    #contents .main .arenge ul.recipe>li .step span {
        padding: 4px;
    }

    #contents .main .arenge ul.recipe>li .img {
        margin: 0 0 10px;
        width: 100%;
    }

    #contents .main .arenge ul.recipe>li .img img {
        width: 100%;
    }

    #contents .main .arenge ul.recipe>li .text {
        width: 100%;
    }

    #contents .main .arenge ul.recipe>li .img .pkg .tit {
        margin: 20px 0 0;
    }

    #contents .main .arenge ul.recipe>li .img .pkg ul {
        width: 100%;
    }

    #contents .main .arenge ul.recipe>li .img .pkg ul li {
        width: 46%;
    }

    #contents .main .arenge ul.recipe>li .img .pkg ul li img {
        width: 100%;
    }

    #contents .main .arenge ul.recipe>li .img .pkg ul li:first-child {
        margin: 0 4% 0 0;
    }

    /*---------sns---------*/

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

    #contents .sns ul {
        width: 100%;
        display: block;
    }

    #contents .sns ul li {
        width: 90%;
        margin: 0 auto 20px;
        background: #fff;
    }

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

}