@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}

img{
    max-width: 100%;
    height: auto;
}

ul{
    padding-left: 0;
}
li{
    list-style: none;
}

body{
    font-family: 'Noto Suns JP',"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    background: url('../img/bg.png') repeat-y;
}

header{
    width: 100%;
    padding-bottom: 15em;
    background: url('../img/header_pc.png') no-repeat top center;
    background-size: cover;
}
header h1{
    width: 58%;
    margin: 0 auto;
    text-align: center;
}
header h1 img{
    width: 100%;
}
.wrap{
    margin: -200px auto;
    padding: 0 1em 2em;
}

/* **************************************************
coupon box common
************************************************** */
.cont01,
.cont02,
.cont03,
.cont04{
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: 6em auto;
    gap: 1em;
    max-width: 1000px;
    margin: 0 auto 3em;
    padding: 1em;
    background: #fff;
    border: 6px solid #8ad2ec;
    border-radius: 20px;
}

/* ------------ inner flame common ------------ */
.item01{
    grid-area: 1/1/2/3;
    text-align: center;
}
.item02{
    grid-area: 2/1/3/2;
    padding: 1em 0 1em 1em;
}
.item03{
    grid-area: 2/2/3/3;
    padding: 1em 1em 1em 0;
    text-align: center;
}

/* ***************** item01 common ***************** */
.cont01 .item01,
.cont02 .item01,
.cont03 .item01,
.cont04 .item01{
    width: 100%;
    /*height: 6.5em;*/
    text-align: center;
    background: url('../img/cont_01.png') no-repeat left top;
    background-size: 10%;
}
.item01 img{
    width: 30%;
    margin: 0 auto;
    padding: 1em 0 0;
}
.cont04 .item01 img{
    width: 26%;
    margin: 0 auto;
    padding: 1em 0 0;
}
/* ----- background overwrite ----- */
.cont02 .item01{
    background: url('../img/cont_02.png') no-repeat left top;
    background-size: 10%;
}
.cont03 .item01{
    background: url('../img/cont_03.png') no-repeat left top;
    background-size: 10%;
}
.cont04 .item01{
    background: url('../img/cont_04.png') no-repeat left top;
    background-size: 10%;
}

/* ***************** item02 common ***************** */
.item02 h2{
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #e147b8;
    border-radius: 0.3em;
}
.item02 .codebox{
    padding: 1em;
    text-align: center;
    border: 6px solid #5ecdf6;
    border-radius: 0.3em;
}
.item02 .codebox p{
    font-weight: bold;
    font-size: 1.3rem;
}
.item02 .codebox p span{
    font-size: 2rem;
}
.item02 dt{
    margin: 1em 0 0.2em;
    padding: 0 0 0.2em 1.5em;
    font-size: 1.3rem;
    font-weight: bold;
    background: url('../img/ttl_ico.png') no-repeat left;
    background-size: 1em auto;
    border-bottom: 4px dotted #f5c2d2;
}
.item02 dd{
    margin-top: 1em;
}
.item02 dd .att li{
    padding-left: 1.2em;
    text-indent: -1em;
}

/* ***************** item03 common ***************** */
.item03 img{
    width: 90%;
    border: 1px solid #999;
}

/* **************************************************
cont02 item02
************************************************** */
.qr{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    gap: 1em;
}
@media screen and (max-width:640px) {
    .qr{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 0;
    }
}

/* **************************************************
cont03 item02
************************************************** */
.item02 .conditions_box{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1em;
}
.item02 dd dt{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    background: none;
    border-bottom: none;
}
.item02 dd dd{
    margin: 0 0 0.5em;
}

/* **************************************************
footer
************************************************** */
footer{
    margin-top: 13em;
    background: #b3e7fc;
}

/* ***************** app area ***************** */
.app_area{
    padding: 3.5em 0 2em;
    background: url('../img/footer_bg_pc.png')repeat-x top left;
    background-size: 16%;
}
.app_area h2{
    padding: 0 0.4em;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    text-shadow: 1px 3px #3c7c94;
}
.app_area h2 span{
    font-size: 2rem;
    text-shadow: none;
}

.app{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 7em;
    max-width: 900px;
    margin: 3em auto;
    padding: 0 2em;
}
.app_qr{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    column-gap: 5em;
    row-gap: 1em;
}
.app_qr .ttl{
    grid-area: 1/1/2/3;
    margin-bottom: 0.5em;
    font-size: 1.5rem;
    font-weight: bold;
}
.app_qr .ttl{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    color: #fff;
}
.app_qr .ttl::before,
.app_qr .ttl::after{
    width: 2px;
    height: 1.3em;
    content: "";
    background-color: #fff;
}  
.app_qr .ttl::before{
    margin-right: 0.5em;
    transform: rotate(-30deg);
}
.app_qr .ttl::after{
    margin-left: 0.5em;
    transform: rotate(30deg);
}

.app_qr .QR01-1{
    grid-area: 2/1/3/2;
    width: 80%;
    margin: 0 auto;
}
.app_qr .QR02-1{
    grid-area: 2/2/3/3;
    width: 80%;
    margin: 0 auto;
}
.app_qr .QR01-2{
    grid-area: 3/1/4/2;
    width: 70%;
    margin: 0 auto;
}
.app_qr .QR02-2{
    grid-area: 3/2/4/3;
    width: 80%;
    margin: 0 auto;
}
.app_qr .bread{
    grid-area: 4/1/5/3;
    padding: 1em;
    background: #fff;
    border-radius: 1em;
}
.bread li{
    padding-left: 1.5em;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: bold;
    background: url('../img/ttl_ico.png')no-repeat left 50%;
    background-size: 4%;
}
.bread li:first-child{
    padding: 0 0 0.5em 0;
    color: #e147b8;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background: none;
}

/* ***************** att area ***************** */
footer .att{
    padding: 3em 1em 20em;
    background: url('../img/footer_ill_pc.png') repeat-x bottom center;
    background-size: contain;
}
footer .att ul{
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em;
    background: #fff;
    border: 5px solid #8ad2ec;
    border-radius: 1em;
}
footer .att li{
    list-style: disc;
    margin-left: 2.5em;
}
footer .att li:first-child{
    list-style: none;
    margin-left: 0;
    padding-bottom: 0.5em;
    color: #e147b8;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}


/* ***************************************************
  SP
*************************************************** */
@media screen and (max-width:640px){
    header{
        width: 100%;
        padding-bottom: 15em;
        background: url('../img/header_sp.png') no-repeat top center;
        background-size: contain;
    }
    header h1{
        width: 65%;
    }

    .wrap{
        margin: -230px auto;
    }

    /* **************************************************
    coupon box common
    ************************************************** */
    .cont01,
    .cont02,
    .cont03,
    .cont04{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto auto;
        gap: 0.5em;
        margin-bottom: 1em;
        padding: 0.5em;
        border: 4px solid #8ad2ec;
        border-radius: 16px;
    }
    /* ------------ inner flame common ------------ */
    .item01{
        grid-area: 1/1/2/3;
    }
    .item02{
        grid-area: 3/1/4/3;
        padding: 0 0.5em 1em;
    }
    .item03{
        grid-area: 2/1/3/3;
        padding: 0 1em 1em;
    }

    /* ***************** item01 common ***************** */
    .cont01 .item01,
    .cont02 .item01,
    .cont03 .item01,
    .cont04 .item01{
        background-size: 16%;
    }
    .item01{
        height: 50px;
        padding-bottom: 0.5em;
    }
    .item01 img{
        width: 50%;
        padding-top: 0.5em;
    }
    .cont04 .item01 img{
        width: 35%;
        margin: 0 auto;
        padding: 0.5em 0 0;
    }
    /* ***************** item02 common ***************** */
    .item02 h2{
        padding: 0.3em;
        font-size: 1.3rem;
        border-radius: 0.2em;
    }
    .item02 .codebox{
        padding: 0.5em;
        border: 5px solid #5ecdf6;
    }
    .item02 .codebox p{
        font-size: 1.4rem;
    }
    .item02 .codebox p span{
        font-size: 1.5rem;
    }
    .item02 dt{
        margin: 1em 0 0.2em;
        font-size: 1.5rem;
    }
    .item02 dd{
        font-size: 1.2rem;
    }
    .item02 dd .att li{
        padding-left: 1.2em;
        text-indent: -1em;
    }

    /* *************** btn ******************/
    .btn{
        padding: 0 1em;
        text-align: center;
    }
    .btn a{
        display: block;
        padding: 0.3em 2.5em;
        color: #fff;
        text-align: center;
        background: #f182a9;
        border-radius: 0.3em;
        text-decoration: none;
    }
    .btn span{
        font-size: 0.7rem;
        vertical-align: middle;
    }

    /* **************************************************
    cont02 item02
    ************************************************** */
    .item02 .app_btn{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        margin-top: 1em;
    }
    .app_btn li:first-child{
        width: 85%;
    }

    /* **************************************************
    cont03 item02
    ************************************************** */
    .item02 .conditions_box{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }

    /* **************************************************
    footer
    ************************************************** */
    footer{
        margin-top: 14em;
    }
    footer .att{
        padding: 2.5em 1em 7em;
        background: url('../img/footer_bg_pc.png') repeat-x top left, url('../img/footer_ill_sp.png') no-repeat bottom center;
        background-size: 50%, contain;
    }
    footer .att li{
        margin-left: 1.1em;
        font-size: 1.2rem;
    }
}


/* 汎用 */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width:640px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
.bold{ font-weight: bold; }
.red{ color: #f00; }