body {
//overflow:hidden;
}
body::before {
    //content: "";
    //width: 100vw;
    //height: 100vh;
    //background: rgba(0, 0, 0, 0.6);
    //position: fixed;
    //top: 0;
    //left: 1;
}
body::after {
    //content: "ご好評につきキャンペーン受付を終了いたしました。";
    //position: absolute;
    //top: 50%;
    //left: 50%;
    //transform: translate(-50%, -50%);
    //color: #fff;
    //font-size: 1.6em;
    //width: 80%;
    //text-align: center;
}
.campaign_end_txt {
    font-size: max(20px,2vw);
    margin: 0 calc(50% - 50vw);
    text-align: center;
    background: #ff0000;
    color: #fff;
    padding: 10vw;
    margin-bottom: 10vw;
}
.store_box_tel a {
    pointer-events: none;
}
a.store_box_form {
	pointer-events: none;
	background:#ddd;
}



body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background: #fafafa;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a.store_box_form {
    background: #e73533;
    text-align: center;
    width: 100%;
    max-width: 300px;
    padding: 4px;
    text-decoration: none;
    position: relative;
    margin-top: 8px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;

    //pointer-events: none;
    //background: #ddd;
}

a.store_box_form::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 6px #fff;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}



@media screen and (max-width:768px) {
    .sp_none {
        display: none !important;
    }


    main {
        max-width: 1000px;
        margin: 0 auto 100px;
        padding: 0 20px;
    }


    img.fv_main {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        max-width: 100vw;
    }


    section#campaign_wrap00 {
        margin: 0 0 50px;
    }

    img.campaign_ttl00 {
        max-width: 322px;
        margin: 0 auto 30px;
        display: block;
    }

    .campaign_wrap00_txt01 {
        font-size: 25px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }




    section#campaign_wrap01 {}

    img.campaign_ttl01 {
        max-width: 322px;
        margin: 0 auto 30px;
        display: block;
    }

    img.campaign_cts01 {
        margin: 0 auto 50px;
        display: block;
        width: 92%;
    }



    section#campaign_wrap02 {}

    img.campaign_ttl02 {
        max-width: 322px;
        margin: 0 auto 30px;
        display: block;
    }

    .campaign_wrap02_txt01 {
        font-size: 25px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }

    .campaign_wrap02_txt02 {
        font-size: 22px;
        color: #333;
        text-align: center;
        font-weight: bold;
        margin: 0 0 30px;
    }

    img.campaign_cts02 {
        margin: 0 auto 20px;
        display: block;
    }

    img.step_cts02 {
        margin: 0 auto 60px;
        display: block;
    }



    section#campaign_wrap03 {}

    img.campaign_ttl03 {
        max-width: 322px;
        margin: 0 auto 30px;
        display: block;
    }

    .campaign_wrap03_txt01 {
        font-size: 22px;
        color: #333;
        text-align: center;
        font-weight: bold;
        margin: 0 0 30px;
    }



    section#campaign_wrap04 {
        background: #FFFCB5;
        margin: 0 calc(50% - 50vw);
        padding: 40px 20px;
        text-align: center;
    }

    img.paypay_hp_btn {}




    .step_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin: 0 0 80px;
    }

    .step_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        gap: 20px;
    }

    img.step_ttl01,
    img.step_ttl02,
    img.step_ttl03 {
        width: 200px;
        margin: 0 auto;
    }

    img.step_01,
    img.step_02,
    img.step_03 {
        width: 128px;
        margin: 0 auto;
    }

    .step_ttl {
        font-size: 24px;
        line-height: 1.2em;
    }




    .fukidashi_wrap {
        background: #5FA9E0;
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin: 0 calc(50% - 50vw) 20px;
        padding: 40px 20px;
        position: relative;
    }

    .fukidashi_wrap::after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 50%;
        width: 30px;
        height: 30px;
        transform: rotate(45deg) translateX(-50%);
        background: #5FA9E0;
    }






    .store_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .store_wrap section {
        display: grid;
        grid-template-rows: auto;
        grid-gap: 10px;
        border-bottom: solid 1px #222;
        padding: 20px 0 0;
    }

    .store_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 calc(50% - 50vw);
    }


    h2.campaign_title {
        font-size: 28px;
        margin: 0;
        padding: 0 0 0;
        text-align: center;
        font-weight: bold;
    }

    h3.store_list_ttl {
        font-size: 18px;
        color: #fff;
        background: #5FA9E0;
        text-align: center;
        padding: 20px;
        margin: 0;
    }

    .store_list div:nth-of-type(4n+3) {
        background: #E5F4FF;
    }

    .store_list div:nth-of-type(4n+4) {
        background: #E5F4FF;
    }

    .store_list div a {
        font-size: 25px;
        text-align: center;
        text-decoration: none;
        color: #000;
        border: solid 2px #5FA9E0;
        border-radius: 2em;
        box-shadow: 0 4px 0 0px rgb(95 169 224 / 40%);
        padding: 4px 0;
        margin: 10px;
        display: block;
    }

    .store_box {
        display: grid;
        border-bottom: dotted 2px #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .store_box:last-child {
        border: none;
    }

    .store_ttl {
        font-size: 28px;
    }

    .store_box_zip {
        display: none;
    }

    .store_box_address01 {
        grid-row: 2;
        font-size: 16px;
        display: grid;
        grid-template-columns: auto 1fr;
        line-height: 1.2em;
    }

    .store_box_address01::before {
        content: "住所";
        font-size: 16px;
        color: #fff;
        background: #5FA9E0;
        align-self: center;
        padding: 3px 15px;
        border-radius: 5px;
        margin-right: 10px;
        width: 68px;
        text-align: center;
        line-height: 20px;
    }

    .store_box_name {
        grid-row: 1;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .store_box_tel {
        grid-row: 3;
        font-size: 24px;
        display: flex;
        font-family: futura;
        color: #333;
    }

    .store_box_tel a {
        text-decoration: none;
        color: #333;
    }

    .store_box_tel::before {
        content: "電話番号";
        font-size: 16px;
        color: #fff;
        background: #5FA9E0;
        align-self: center;
        padding: 3px 15px;
        border-radius: 5px;
        margin-right: 10px;
        width: 68px;
        text-align: center;
        line-height: 20px;
    }

    .store_box_headquarters {
        display: none;
    }

    .store_box_area {
        display: none;
    }

    .store_box_code {
        display: none;
    }

    .store_box_company {
        display: none;
    }




    footer {
        background: #fff;
        padding: 20px;
    }

    .footer_inner_wrap {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_inner_wrap_ul {
        font-size: 16px;
        padding: 0;
        width: fit-content;
        margin: 0 auto 40px;
    }

    .footer_inner_wrap_ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .footer_inner_wrap_ul li a {
        color: #333333;
        text-decoration: none;
    }

    .footer_inner_wrap_ul li a::after {
        content: "";
        width: 0;
        height: 0;
        border: solid 5px#5FA9E0;
        border-left: solid 5px transparent;
        border-bottom: solid 5px transparent;
        transform: rotate(45deg) translateY(-3px);
        display: inline-block;
        margin-left: 4px;
    }

    img.footer_logo_01 {
        width: 123px;
    }

    img.footer_logo_02 {
        width: 123px;
    }



    #iframe_parent {
        margin-bottom: 200px;
        padding: 0 20px;
        box-sizing: border-box;
    }

}























@media screen and (min-width:769px) {
    .pc_none {
        display: none !important;
    }

    main {
        max-width: 1000px;
        margin: 0 auto 100px;
        padding: 0 100px;
    }


    img.fv_main {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        max-width: 100vw;
    }



    section#campaign_wrap00 {
        margin: 0 0 50px;
    }

    img.campaign_ttl00 {
        max-width: 550px;
        margin: 0 auto 30px;
        display: block;
    }

    .campaign_wrap00_txt01 {
        font-size: 40px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }



    section#campaign_wrap01 {}

    img.campaign_ttl01 {
        max-width: 550px;
        margin: 0 auto 30px;
        display: block;
    }

    img.campaign_cts01 {
        max-width: 875px;
        margin: 0 auto 50px;
        display: block;
    }



    section#campaign_wrap02 {}

    img.campaign_ttl02 {
        max-width: 550px;
        margin: 0 auto 30px;
        display: block;
    }

    .campaign_wrap02_txt01 {
        font-size: 30px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }

    .campaign_wrap02_txt02 {
        font-size: 22px;
        color: #333;
        text-align: center;
        font-weight: bold;
        margin: 0 0 30px;
    }

    img.campaign_cts02 {
        max-width: 833px;
        margin: 0 auto 50px;
        display: block;
    }

    img.step_cts02 {
        max-width: 894px;
        margin: 0 auto 60px;
        display: block;
    }



    section#campaign_wrap03 {}

    img.campaign_ttl03 {
        max-width: 550px;
        margin: 0 auto 30px;
        display: block;
    }

    .campaign_wrap03_txt01 {
        font-size: 22px;
        color: #333;
        text-align: center;
        font-weight: bold;
        margin: 0 0 30px;
    }



    section#campaign_wrap04 {
        background: #FFFCB5;
        margin: 0 calc(50% - 50vw);
        padding: 60px 0;
        text-align: center;
    }

    img.paypay_hp_btn {
        max-width: 477px;
    }




    .step_wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin: 0 0 80px;
    }

    .step_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        gap: 20px;
    }

    img.step_ttl01,
    img.step_ttl02,
    img.step_ttl03 {
        width: 200px;
        margin: 0 auto;
    }

    img.step_01,
    img.step_02,
    img.step_03 {
        width: 135px;
        margin: 0 auto;
    }

    .step_ttl {
        font-size: 24px;
        line-height: 1.2em;
    }




    .fukidashi_wrap {
        background: #5FA9E0;
        font-size: 30px;
        color: #fff;
        text-align: center;
        margin: 0 calc(50% - 50vw) 120px;
        padding: 40px 100px;
        position: relative;
    }

    .fukidashi_wrap::after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 50%;
        width: 30px;
        height: 30px;
        transform: rotate(45deg) translateX(-50%);
        background: #5FA9E0;
    }






    .store_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .store_wrap section {
        display: grid;
        grid-template-columns: 25% 1fr;
        grid-gap: 20px;
        border-bottom: solid 1px #222;
        padding: 20px 0 0;
    }

    .store_list {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px;
        margin-bottom: 220px;
    }

    h2.campaign_title {
        font-size: 45px;
        margin: 0;
        padding: 0 0 50px;
        text-align: center;
        font-weight: normal;
    }

    h3.store_list_ttl {
        font-size: 18px;
        color: #fff;
        background: #5FA9E0;
        text-align: center;
        padding: 10px;
        margin: 0 0 27px;
    }

    .store_list div a {
        font-size: 25px;
        text-align: center;
        text-decoration: none;
        color: #000;
        border: solid 2px #5FA9E0;
        border-radius: 2em;
        box-shadow: 0 4px 0 0px rgb(95 169 224 / 40%);
        padding: 4px 0;
        display: block;
    }

    .store_box {
        display: grid;
        border-bottom: dotted 2px #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .store_box:last-child {
        border: none;
    }

    .store_ttl {
        font-size: 30px;
    }

    .store_box_zip {
        display: none;
    }

    .store_box_address01 {
        grid-row: 2;
        font-size: 20px;
        display: flex;
    }

    .store_box_address01::before {
        content: "住所";
        font-size: 16px;
        color: #fff;
        background: #5FA9E0;
        align-self: center;
        padding: 3px 15px;
        border-radius: 5px;
        margin-right: 10px;
        width: 64px;
        text-align: center;
    }

    .store_box_name {
        grid-row: 1;
        font-size: 25px;
        margin-bottom: 5px;
    }

    .store_box_tel {
        grid-row: 3;
        font-size: 30px;
        display: flex;
        font-family: futura;
        color: #333;
    }

    .store_box_tel a {
        text-decoration: none;
        color: #333;
    }

    .store_box_tel::before {
        content: "電話番号";
        font-size: 16px;
        color: #fff;
        background: #5FA9E0;
        align-self: center;
        padding: 3px 15px;
        border-radius: 5px;
        margin-right: 10px;
        width: 64px;
        text-align: center;
    }

    .store_box_headquarters {
        display: none;
    }

    .store_box_area {
        display: none;
    }

    .store_box_code {
        display: none;
    }

    .store_box_company {
        display: none;
    }




    footer {
        background: #fff;
        padding: 20px 0;
    }

    .footer_inner_wrap {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_inner_wrap_ul {
        display: flex;
        font-size: 20px;
    }

    .footer_inner_wrap_ul li {
        padding: 0 30px;
        list-style: none;
    }

    .footer_inner_wrap_ul li a {
        color: #333333;
        text-decoration: none;
    }

    .footer_inner_wrap_ul li a::after {
        content: "";
        width: 0;
        height: 0;
        border: solid 5px#5FA9E0;
        border-left: solid 5px transparent;
        border-bottom: solid 5px transparent;
        transform: rotate(45deg) translateY(-3px);
        display: inline-block;
        margin-left: 4px;
    }

    img.footer_logo_01 {
        width: 123px;
    }

    img.footer_logo_02 {
        width: 123px;
    }



    #iframe_parent {
        margin-bottom: 200px;
    }

}