@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@700&display=swap');

/* パックごはんブランドページ */

/* common setting */

/* 画像リンク */
section a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
    transition:all .3s ease;
}

body {
    position:relative;
    overflow-x:hidden;
}

#navHeader {
    margin-bottom:0 !important;
    z-index:100;
}


section figure {
    margin: 0;
    padding: 0;
}


/* 注意バナー */
#notice_banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10%;
    width: 360px;
    margin: auto;
    z-index: 10;
}
#notice_banner img {
    max-width: 100%;
    height: auto;
}
#notice_banner .close {
    display: block;
    position: absolute;
    top: 14.5%;
    right: 18.5%;
    width: 7%;
    height: 5%;
    z-index: 1;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
    #notice_banner {
        bottom: 32vw;
        width: 46vw;
        margin: 2vw auto 0;
    }
}


/* common setting END */



/* PCレイアウト */
/*-------------------------------------------*/

.pc {}
.sp {display:none;}

section {
    position: relative;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    line-height: 1.6;
    font-size: 1.5em;
    color: #000000;
}
section img {
    max-width: 100%;
    height: auto;
}

section * {box-sizing:border-box;}


/* main visual */
#main h1 {
    position: relative;
    width: 100%;
    height: 687px;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url("../images/img_main_pc.jpg");
    text-indent:-9999px;
}
@media only screen and (max-width: 949px) {
    #main h1 {
        height: 0;
        background-size: cover;
        padding-top: 72.315%;
    }
}
@media only screen and (max-width: 750px) {
    #main h1 {
        display: none;
    }
}


/* 期間共通 */
section p.period {
    margin-bottom: 0.5em;
}

ul.note {
    margin-bottom: 1.5em;
}
ul.note li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
}
@media only screen and (max-width: 750px) {
    ul.note li {
        font-size: 2.8vw;
    }
}


/* 期間 */
#period {
    padding-top: 40px;
    padding-bottom: 40px;
}
#period .inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#period h2 {
    display: inline-block;
    width: 14em;
    background-color: #e60012;
    margin-right: auto;
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 1.8;
    font-family: "BIZ UDGothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff100;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 750px) {
    #period {
        padding-top: 8vw;
        padding-bottom: 6vw;
    }
    #period .inner {
        width: 86%;
        max-width: inherit;
    }
    #period h2 {
        font-size: 2.4vw;
    }
}


/* 対象商品と賞品 */
#prize {
    background-color: #fff4e8;
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 40px;
}
#prize h2 {
    margin-bottom: 0.5em;
}
#prize p {
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: 700;
}
@media only screen and (max-width: 750px) {
    #prize {
        margin-bottom: 14vw;
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
    #prize .inner {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
    #prize p {
        text-align: left;
        font-size: 2.8vw;
    }
}


/* h2共通 */
section:not(#period):not(#prize) h2 {
    display: block;
    width: 628px;
    background-color: #fffccc;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75em;
    padding: 0.5em;
    text-align: center;
}
@media only screen and (max-width: 750px) {
    section:not(#period):not(#prize) h2 {
        width: 100%;
    }
}


/* 応募方法 */
#howto {
    width: 628px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}
#howto h2 {
    margin-bottom: 0;
}
#howto ol {
    margin-bottom: 40px;
}
#howto ol li {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 216px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 16%;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #e84709;
}
#howto ol li:nth-child(1) {background-image: url("../images/howto01_bg.jpg");}
#howto ol li:nth-child(2) {background-image: url("../images/howto02_bg.jpg");}
#howto ol li:nth-child(3) {background-image: url("../images/howto03_bg.jpg");}
#howto ol li:nth-child(4) {background-image: url("../images/howto04_bg.jpg");}
#howto ol li:nth-child(5) {background-image: url("../images/howto05_bg.jpg");}
#howto ol li:nth-child(6) {background-image: url("../images/howto06_bg.jpg");}

#howto ol li:not(:last-child):after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 69px;
    height: 20px;
    background-color: #e84709;
    margin: auto;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: 1;
    content: "";
}
@media only screen and (max-width: 750px) {
    #howto {
        width: 100%;
        padding-bottom: 14vw;
    }
    section#howto h2 {
        width: 86% !important;
    }
    #howto ol {
        margin-bottom: 6vw;
    }
    #howto ol li {
        height: 33.333vw;
        font-size: 3.2vw;
    }
    #howto ol li:not(:last-child):after {
        bottom: -1.7vw;
        width: 11.6vw;
        height: 3.4vw;
    }
    #howto p.btn {
        width: 58.3vw;
        margin-left: auto;
        margin-right: auto;
    }
}


/* 実施期間 */
#period2 {
    width: 628px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    text-align: left;
}
#period2 h3 {
    display: inline-block;
    width: 14em;
    background-color: #000000;
    margin-right: auto;
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 1.8;
    font-family: "BIZ UDGothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
#period2 .note {
    margin-bottom: 1.5em;
    font-size: 14px;
}
@media only screen and (max-width: 750px) {
    #period2 {
        width: 86%;
        padding-bottom: 14vw;
    }
    #period2 h3 {
        font-size: 2.4vw;
    }
}


/* お問い合わせ */
#contact {
    width: 628px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    text-align: left;
}
#contact p {
    font-size: 28px;
    font-weight: 700;
}
#contact figure {
    margin-bottom: 10px;
}
#contact ul {
    font-size: 21px;
    font-weight: 700;
}
@media only screen and (max-width: 750px) {
    #contact {
        width: 86%;
        padding-bottom: 14vw;
    }
    #contact p {
        font-size: 4.2vw;
    }
    #contact figure {
        margin-bottom: 3vw;
    }
    #contact ul {
        font-size: 3.0vw;
    }
}


/* 注意事項 */
#notice {
    width: 628px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    text-align: left;
}
#notice ul {
    padding-left: 1.5em;
    font-size: 16px;
    list-style: disc;
}
#notice ul li {
    margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
    #notice {
        width: 86%;
        padding-bottom: 14vw;
    }
    #notice ul {
        font-size: 2.4vw;
    }
}







/* 949px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 949px) {

/* common setting */

img, object, embed, video {
    max-width:100%;
    height:auto;
}

#navHeader {
    height:20px;
}


/* common setting END */


/* キャンペーン終了*/
#fin_banner {
    left:0;
    bottom:3%;
    width:100%;
    margin-left:0;
    z-index:9999;
}
#fin_banner.posfix {
    position:fixed;
    bottom:0;
    top:auto;
}
#fin_banner .bnr_close {
    top:-1%;
    left:4%;
    font-size:0.8em;
}


}
/*-------------------------------------------*/
/* 949px以下 END */



/* 768px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 768px) {



}
/*-------------------------------------------*/
/* 768px以下 END */



/* 750px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 750px) {

.pc {display:none;}
.sp {display:block;}




}
/*-------------------------------------------*/
/* 750px以下 END */



/* 640px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 640px) {

/* common setting */

#navHeader {
    height:auto;
}

.pagetop_sp {z-index:9999;}


/* common setting END */






}
/*-------------------------------------------*/
/* 640px以下 END */





