@charset "UTF-8";
/* CSS Document */

.h2_oburoshiki {
    color: #780000;
    font-size: 33px;
    margin: 0.65em 0;
    line-height: 1.6em;
    letter-spacing: 1.5px;
}
.h2_oburoshiki .bgcolor {
    background: #780000;
    color: #FFF;
    display: inline-block;
    padding: 0 0.5em;
    margin-left: 7px;
}
.h2_oburoshiki .indent {
    padding-left: 35%;
}

/*紹介*/
#section01 {
    background: url("../img/bg01.jpg") repeat;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 80px;
}
/*#section01 .inner01 {
    background: url("../img/img_oburoshiki01.png") no-repeat top right;
}*/
/*#section01 .img_furoshiki {
    background: url("../img/img_oburoshiki01.png") no-repeat top right;
}
#section01 .inner01 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 95px 50% 95px 0;
}*/
#section01 p {
    line-height: 2.5em;
}

#section01 .inner01 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1000px;
    margin: 0 auto;
}
#section01 .inner01 figure {
    width: 60%;
    text-align: center;
}
#section01 .inner01 figcaption {
    width: 42%;
}
#section01 .inner02 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 95px 20px;
    text-align: center;
}

#section01 .col-3 {
    display: flex;
    text-align: center;
    padding: 30px 4%;
}
#section01 .col-3 li {
    width: calc((100% - 4%) / 3);
    margin-right: 2%;
}
#section01 .col-3 li:last-child {
    margin-right: 0;
}



/*こだわり*/
#section02 {
    background-color: #F9EFE0;
    background-image: url("../img/bg02.png"), url("../img/bg03.png"), url("../img/bg05.png"), url("../img/bg04.png");
    background-position: top right, bottom left, bottom right, left bottom 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 80px 0;
    font-size: 20px;
    font-weight: 600;
}
#section02 .Limg {
    width: 50%;
}
#section02 .textbox {
    padding-left: 10%;
}
#section02 .Limg p {
    line-height: 2.5em;
    letter-spacing: 1.5px;
}
#section02 .img01 {
    width: 45%;
    padding-top: 20%;
    text-align: right;
    position: relative;
}
#section02 .img02 {
    padding: 5%;
    position: relative;
}
#section02 .img03 {
    width: 52%;
    position: relative;
}

#section02 .img01:before {
    /*content: "県産のもち米";
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.4;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    background: #FFF;
    color: #640000;
    padding: 10px 7px;*/
    /*content: url("../img/txt_oburoshiki01.png");*/
    content: "";
    background: url("../img/txt_oburoshiki01.png") no-repeat center;
    background-size: contain;
    display: block;
    width: 130px;
    height: 381px;
    position: absolute;
    left: 50px;
    top: 42%;
}
#section02 .img02:before {
    content: "";
    background: url("../img/txt_oburoshiki02.png") no-repeat center;
    background-size: contain;
    display: block;
    width: 130px;
    height: 442px;
    position: absolute;
    right: 120px;
    top: 22%;
}
#section02 .img03:before {
    content: "";
    background: url("../img/txt_oburoshiki03.png") no-repeat center;
    background-size: contain;
    display: block;
    width: 130px;
    height: 492px;
    position: absolute;
    left: 120px;
    top: -5%;
}

@media screen and (max-width: 1580px) {
    #section02 .img01:before {
        width: 110px;
        height: 322px;
    }
    #section02 .img02:before {
        width: 110px;
        height: 374px;
    }
    #section02 .img03:before {
        width: 110px;
        height: 416px;
    }
}

@media screen and (max-width: 1280px) {
    #section02 .img01:before {
        width: 95px;
        height: 278px;
    }
    #section02 .img02:before {
        width: 95px;
        height: 323px;
    }
    #section02 .img03:before {
        width: 95px;
        height: 359px;
    }
}

@media screen and (max-width: 1150px) {
    #section02 .img01:before {
        width: 85px;
        height: 249px;
    }
    #section02 .img02:before {
        width: 95px;
        height: 289px;
        right: 80px;
    }
    #section02 .img03:before {
        width: 85px;
        height: 321px;
    }
}


/*セレクション*/
#section03 {
    background: #FFF;
    padding: 80px 0 0;
}
#section03 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section03 .inner figure {
    width: 40%;
}
#section03 .inner figcaption {
    width: 57%;
}
#section03 .list {
    font-size: 16px;
    letter-spacing: -0.8px;
}
#section03 .list li:before {
    content: "";
    background: url("../img/ico01.svg") no-repeat left center;
    background-size: contain;
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}
#section03 .list li {
    padding-left: 18px;
    text-indent: -18px;
    margin-bottom: 12px;
    color: #4a4027;
}
/*#section03 .list li:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 18px);
    background: #640000;
}*/
#section03 .list li span {
    border-bottom: 1px solid #640000;
}
/*#section03 h3 {
    color: #640000;
    font-size: 30px;
    margin-top: 0.5em;
}
#section03 h3 span {
     font-size: 40px;
}
#section03 h3 span:before {
    content: "※";
    font-size: 18px;
    vertical-align: text-top;
}
#section03 h3:before {
    content: "2万人の食のプロに選ばれました。";
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 0;
    margin-bottom: -0.3em;
}*/


/*CM*/
#section04 {
    background: #F9EFE0;
    text-align: center;
    padding: 80px 0;
}
#section04 .videobox {
    max-width: 800px;
    margin: 1em auto;
    aspect-ratio: 16 / 9;
}
#section04 .videobox iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    #section01 .inner01 {
        padding: 0 1.2em;
    }
    #section03 .inner {
        display: block;
    }
    #section03 .inner figure {
        text-align: center;
        width: 100%;
    }
    #section03 .inner figcaption {
        width: 100%;
        margin-top: 2em;
    }
    #section03 h3 {
        text-align: center;
        margin-bottom: 0.5em;
    }
    #section04 {
        padding: 40px 1.2em;
    }
}

@media screen and (max-width: 780px) {
    #section01 .inner01 {
        display: block;
    }
    #section01 .inner01 figure,
    #section01 .inner01 figcaption {
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .h2_oburoshiki .indent {
        padding-left: 0;
    }
    .h2_oburoshiki br {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .h2_oburoshiki {
        font-size: 26px;
    }
    .h2_oburoshiki br{
        display: none;
    }
    #section01 .col-3,
    #section02{
        display: block;
    }
    #section01 .col-3 li {
        width: 100%;
        margin: 1em 0 0;
    }
    #section02 {
        background-position: top right/*唐草上*/, bottom left/**/, bottom right, left bottom 50%;
    }
    #section02 .Limg,
    #section02 .img03{
        width: 100%;
    }
    #section02 .textbox {
        padding: 1.2em;
    }
    #section02 .img01 {
        display: none;
    }
    
    #section03 h3 {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.2em;
        margin-bottom: 1em;
    }
    #section03 h3:before {
        margin-bottom: 1em;
    }
    
    #section03 h3 span{
        display: block;
    }
}

