@charset "utf-8";

* {
    --link: #FF00C7;
    --font-title: "fot-tsukuardgothic-std", sans-serif;
}

.pcon {
    display: block;
}

.br1021,
.sp767on,
.sp430on,
.sp320on,
.topimg_sp,
.topbr,
.sp1024on .spbr {
    display: block;
}
.pcbr {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #2D2F35;
    line-height: 180%;
    font-family: "Noto Sans JP", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
.c-standby{
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    position: fixed;
    display: none;
    top:0;left:0;
    text-align: center;
    z-index: 99999;
}
.c-standby span{
    width: 100vw;
    height: 100vh;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
img {
    width: auto;
    height: auto;
}

h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
}

a:hover,
a:visited {
    color: var(--link)
}

.padding-container {
    padding-left: 30px;
    padding-right: 30px;
}

/* .grid-container {
    display: grid;
    grid-template-columns: [container-start] 30px [subcontainer-start] 1fr [sp-start] 50% [sp-end] 1fr [subcontainer-end] 30px [container-end];
    grid-template-rows: auto;
    padding: 0;
} */

header {
    max-width: 490px;

}
.top_end_p{
    font-size: 12px;
    text-align: center;
    color: #000;
    margin: 1em auto;
}
.follorepo__top-container {
    margin: 0 auto;
    width: 100%;
}


.follorepo__top-kikan {
    display: flex;
    width: 100%;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #444;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    grid-column-start: container-start;
    grid-column-end: container-end;
}

@media screen and (min-width: 768px) {
    .padding-container {
        padding-left: 0;
        padding-right: 0;
    }

}

.wrap_side {
    background: url(https://eeo.today/pr/cpn-rp240807/images/bg.webp) top center / contain;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    border-top: 1.25px solid #D2D2D2;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 12.5px 0px rgba(0, 0, 0, 0.10);
}

.wrap p {
    font-family: "Noto Sans JP", Sans-serif;
    font-weight: 400;
}


main {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

section {
    padding: 48px 0 32px;
}

.section-tegami {
    display: grid;
    grid-template-columns: [container-start] 32px [content-start] 1fr [content-end] 32px [container-end];
    align-items: center;
    row-gap: 32px;
    align-self: stretch;
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.section-tegami>* {
    grid-column: 1/4;
}

.tegami__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px;
    align-self: stretch;
    grid-column: [container-start] / [container-end];
}

.tegami__title-h2 {
    color: var(--gray, #5A5F6E);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.section__title-line {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    margin: unset;
}

.tegami__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    position: relative;
    max-width: 490px;
}

.campaign-bg {
    position: absolute;
    top: -20px;
    width: 420px;
}
.tegami__body-campaign-coupon{
    text-align: center;
}
.campaign-coupon {
    margin: 0 auto;
    width: 96%;
    max-width: 400px;
    position: relative;
    top: -20px;
}
.tegami_white_rei{
    width: 98%;
    max-width: 380px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
}
.tegami_white_img{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
}
.tegami_white_l_div{
    width: 50px;
    margin-right: 10px;
}
.tegami_white_r_div{
    width: auto;
}
.tegami_white_a{
    color: #2D2F35 !important;
    text-decoration: none;
}
.tegami_white_name{
    text-align: left;
    font-size: 13px;
    padding-bottom:2px;
}
.tegami_white_div{
    display: flex;
    width: 99%;
    max-width: 380px;
    background-color: #FFF;
    border: 1px solid #ccc;
    margin :0 auto;
    margin-bottom: 1em;
    padding: 8px 16px;
}
.tegami_white_p{
    line-height: 1.5em;
    font-size: 14px;
    text-align: left;
}
.tegami_white_span{
    color: rgb(29, 155, 240);
    font-weight: 700;
}
.tegami__body-campaign-p {
    text-align: center;
    position: relative;
    z-index: 9;
}
.tegami_white_btn_div{
    text-align: right;
    position: relative;
}
.tegami_white_btn_div img{
    position: relative;
    vertical-align: 1px;
    height: 20px;
    width: auto;
    opacity: 0.7;
}
.bold {
    font-size: 16px;
    font-weight: 700;
}

.bold-big {
    font-size: 18px;
    font-weight: 700;
}

.highlight {
    color: var(--link, #FF00C7);
    font-size: 16px;
    text-decoration-line: underline;
}

.tegami__body-oubo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 0;
    margin: 0 auto;
    width: 90%;
}

.oubo-ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.oubo-li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.oubo-li{width: 100%;}
.oubo-bango {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: white;
    background: linear-gradient(225deg, #FF5BE8 -0.09%, #3C9AFF 99.91%);
}
.oubo-moji{
    text-align: left;
    font-size: 18px;
    width: auto;
    word-break: break-all;
    overflow-wrap: break-word;
}
.oubo-buttondiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 16px;
    max-width: 320px;
}

.oubo-button:hover{opacity: 0.8;}

.oubo-button:hover,
.oubo-button:visited {
    color: white;
}

.oubo-button-icon {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 30px;
    height: 40px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
}

.oubo-button-p {
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
}

.tegami__body-kikan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: 100%;
    /*grid-column: 2/3;*/
}

.kikan-p {
    text-align: center;
    font-size: 48px;
    background: linear-gradient(254deg, #FF5BE8 4.97%, #3C9AFF 96.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: keep-all;
}

.kikan-p span {
    font-weight: 700;
    line-height: 1;
    font-family: var(--font-title);
    word-break: keep-all;
    white-space: nowrap;
}

.kikan-bar {
    width: 1px;
    height: 30px;
    background: #000;
}

.kanji {
    font-size: 32px;
}

.qpn_tyui_div,
.last_tyui_div {
    width: 100%;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    grid-column: 2/3;
}

.qpn_tyui_div p,
.last_tyui_div p {
    text-align: left;
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 6px;
}

.qpn_innerdiv {
    padding-left: 1em;
}

.qpn_innerdiv p {
    text-align: left;
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 6px;
}

.qpn_tyui_div a,
.qpn_tyui_div a:hover,
.qpn_tyui_div a:active,
.qpn_tyui_div a:visited,
.last_tyui_div a,
.last_tyui_div a:hover,
.last_tyui_div a:active,
.last_tyui_div a:visited {
    color: #FF00C7;
}

.section-clip {
    padding: 100px 20px;
    background: white;
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
}

.clip-subcontainer {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
    max-width: 490px;
    margin: 0 auto
}

.clip-banner-container {
    position: relative;
    width: 100%;
    max-width: 490px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.clip-banner {
    width: 100%;
}

.clip-seal {
    position: absolute;
    left: -10px;
    top: 25%;
    width: 8vw;
    max-width: 50px;
    max-height: 50px;
    rotate: -15deg;
}

.clip-subcontainer p {
    color: var(--gray, #444);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    margin-top: 20px;
}

.clip__description-container {}

.roulette-button {
    display: block;
    margin-top: 30px;
}

.eeostore-button {
    color: #333;
    display: flex;
    width: 260px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 70px;
    border-radius: 70px;
    background: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    margin: 0 auto;
    margin-top: 32px;
    text-decoration: none;
}

.eeostore-button:hover {
    opacity: 0.8;
    color: #858585;
    fill: #858585;
}

.eeostore-button:visited {
    color: #858585;
    fill: #858585;
}

.eeostore-button svg,
.eeostore-button:visited svg {
    color: #858585;
    fill: #858585;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

footer p {
    text-align: center;
    padding: 8px;
    filter: none;
}
@media screen and (max-width: 440px) {
.oubo-button:hover{opacity: 1;}    
}
@media screen and (max-width: 390px) {
.kikan-p{font-size: 36px;}
.kanji{font-size: 28px;}

}
@media screen and (max-width: 375px) {
.oubo-moji{font-size: 4.5vw;}
}
@media screen and (max-width: 360px) {
    .tegami_white_div,.tegami_white_rei{
        width: 90%;
    }
    .top_end_p{
    font-size: 10px;
    }
}
@media screen and (min-width: 511px) {
    .wrap_side {
        background: url(https://eeo.today/pr/cpn-rp240807/images/bg-pc.png) top center / contain;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    .spbr {
        display: none;
    }

    .pcbr {
        display: block;
    }




    main {
        text-align: center;
        max-width: 490px;
    }

    header h1 {
        margin-top: 0;
    }

    header h1 img {
        width: 115%;
        position: relative;
        left: -8%;
        top: -5%;
        z-index: 0;
    }

    .header__kv-bg {
        display: block;
        max-height: 490px;
        width: 90%;
        position: relative;
    }

    .header__kv-bgleft {
        left: 2.3vw;
        z-index: 1;
    }

    .header__kv-bgright {
        display: flex;
        justify-content: flex-end;
    }

    .campaign-description {
        max-width: 179px;
    }


    .kikan-bar {
        width: 30px;
        height: 1px;
        background: #000;
    }

    .oubo-buttondiv {
        margin: 0;
    }

    .oubo-button img {
        max-width: 320px;
    }
}

@media screen and (min-width: 1021px) {
    .br1021 {
        display: none;
    }

    .section-clip {
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    }

    .clip-banner-container {
        position: relative;
        width: 70%;
        max-width: 100%;
    }

    .clip-subcontainer {
        flex-direction: row;
        max-width: 1000px;
        padding: 0;
    }

    .clip__description-container {
        width: 50%;
    }
}