@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');





.h2-top {
    background-image: radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
    text-align: center;
    color: #fff;
    line-height: 1.2;
    position: relative;
}

.h2-top::before, .h2-top::after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bonus {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.bonus_box-01 {
    margin: 0 auto;
}

.bonus_box-01 p {
    background: #fff;
    border-radius: 5px;
    line-height: 2;
}

.bonus_box {
    background-image: linear-gradient(-45deg, #faf5ff 25%, #f5eefd 25%, #f5eefd 50%, #faf5ff 50%, #faf5ff 75%, #f5eefd 75%, #f5eefd);
    background-size: 100px 100px;
    margin-top: 90px;
    padding: 1rem;
}

.ribbon {
    color: #fff;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 80px;
}

.ribbon {
    --s: 1em;
    /* the ribbon size */
    --d: .6em;
    /* the depth */
    --c: .4em;
    /* the cutout part */
    padding: 0 calc(var(--s) + 2rem) var(--d);
    line-height: 2;
    background: conic-gradient(at left var(--s) bottom var(--d), #0000 25%, #0008 0 37.5%, #0004 0) 0 /50% 100% no-repeat,
        conic-gradient(at right var(--s) bottom var(--d), #0004 62.5%, #0008 0 75%, #0000 0) 100%/50% 100% no-repeat;
    clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d)/2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d)/2));
    background-color: #000;
    /* the main color */
    width: fit-content;
}

.bonus_box-01 p::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
}

.bonus_box-02 .warp-1 h3::before, .bonus_box-02 .warp-2 h3::before, .bonus_box-02 .warp-3 h3::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
}

.bonus_box-02 .warp-1::before, .bonus_box-02 .warp-2::before, .bonus_box-02 .warp-3::before {
    position: absolute;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}

.bonus_box-02 .warp-1 {
    border: solid 1px #FFAA00;
}

.bonus_box-02 .warp-1 h3 {
    background: #FFAA00;
}

.bonus_box-02 .warp-2 {
    border: solid 1px #2680EB;
}

.bonus_box-02 .warp-2 h3 {
    background: #2680EB;
}

.bonus_box-02 .warp-3 {
    border: solid 1px #FA617D;
}

.bonus_box-02 .warp-3 h3 {
    background: #FA617D;
}

.bonus_box-02 .warp-1, .bonus_box-02 .warp-2, .bonus_box-02 .warp-3 {
    background: #fff;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.bonus_box-02 .warp-1 h3,
.bonus_box-02 .warp-2 h3,
.bonus_box-02 .warp-3 h3 {
    color: #fff;
    padding: 1rem 2rem;
    line-height: 1.2;
    position: relative;
    margin-top: 30px;
}

.bonus_box-02 .warp-1 p,
.bonus_box-02 .warp-2 p,
.bonus_box-02 .warp-3 p {
    padding: 2rem;
}

.bonus_box-02 .warp-1::before {
    content: '01';
    background: #FFAA00;
}

.bonus_box-02 .warp-2::before {
    content: '02';
    background: #2680EB;
}

.bonus_box-02 .warp-3::before {
    content: '03';
    background: #FA617D;
}

.bonus_box-02 .warp-1 h3::before,
.bonus_box-02 .warp-2 h3::before,
.bonus_box-02 .warp-3 h3::before {
    background-image: url(/assets/images/bonus-n/bonus_02.svg);
    width: 100px;
    height: 100px;
    left: 95%;
    top: 50%;
}

.bonus_box-03 {
    position: relative;
    background: #fff;
    padding: 2rem;
    border: 2px solid #2589d0;
    counter-reset: li;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.bonus_box-03 ul {
    list-style-type: none;
}

.bonus_box-03 h3 {
    position: relative;
    padding: 1rem 0.5rem 1rem 1rem;
    margin: 0rem 1rem 2rem 1rem;
    border-bottom: 3px solid #2589d0;
    color: #2589d0;
}

.bonus_box-03 h3::before,
.bonus_box-03 h3::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.bonus_box-03 h3::before {
    background-color: #2589d0;
}

.bonus_box-03 h3::after {
    bottom: -11px;
    background-color: #fff;
}

.bonus_box-03::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
}

.bonus_box-03 li {
    padding: 0.3rem 1rem;
    position: relative;
}

.bonus_box-03 li::before {
    display: inline-block;
    min-width: 1.5rem;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #2589d0;
    color: #fff;
    font-weight: bold;
    line-height: 1.5rem;
    text-align: center;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateX(-50%)translateY(-50%);
}

.bonus_box-01 b {
    position: relative;
    padding: 1rem 0.5rem 1rem 1rem;
    margin: 0rem 0rem 2rem 0rem;
    border-bottom: 3px solid #FA617D;
    display: block;
    line-height: 1;
}

.bonus_box-01 b::before,
.bonus_box-01 b::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.bonus_box-01 b::before {
    background-color: #FA617D;
}

.bonus_box-01 b::after {
    bottom: -11px;
    background-color: #fff;
}

.bonus_box-04 .warp-1::before, .bonus_box-04 .warp-2::before, .bonus_box-04 .warp-3::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
}

.bonus_box-04 .warp-1::before {
    background-image: url(/assets/images/bonus-n/poke_fu.svg);
    width: 120px;
    height: 120px;
    left: 25%;
    top: 10%;
}

.bonus_box-04 .warp-2::before {
    background-image: url(/assets/images/bonus-n/poke_sa.svg);
    width: 120px;
    height: 120px;
    left: 25%;
    top: 10%;
}

.bonus_box-04 .warp-3::before {
    background-image: url(/assets/images/bonus-n/poke_n.svg);
    width: 120px;
    height: 120px;
    left: 25%;
    top: 10%;
}

.bonus_box-04 .warp-1, .bonus_box-04 .warp-2, .bonus_box-04 .warp-3 {
    position: relative;
    background: #fff;
    padding: 1.5rem 2rem;
}

.bonus_box-04 .warp-1 .top-b, .bonus_box-04 .warp-2 .top-b, .bonus_box-04 .warp-3 .top-b {
    float: right;
}

.bonus_box-04 .warp-1 h3, .bonus_box-04 .warp-2 h3, .bonus_box-04 .warp-3 h3 {
    display: inline-block;
    margin-bottom: 0;
    border-radius: 60px;
    padding: 0.5rem 40px;
    color: #fff;
    font-size: 22px;
}

.bonus_box-04 .warp-1 h3 {
    background: #FFAA00;
}

.bonus_box-04 .warp-2 h3 {
    background: #2680EB;
}

.bonus_box-04 .warp-3 h3 {
    background: #FA617D;
}

.bonus_box-04 .warp-1 h4, .bonus_box-04 .warp-2 h4, .bonus_box-04 .warp-3 h4 {
    border-radius: 60px;
    text-align: center;
    padding: 0.5rem 0rem;
    color: #000;
    margin: 5px;
    font-size: 16px;
}

.bonus_box-04 .warp-1, .bonus_box-04 .warp-1 h4 {
    border: solid 1px #FFAA00;
}

.bonus_box-04 .warp-2, .bonus_box-04 .warp-2 h4 {
    border: solid 1px #2680EB;
}

.bonus_box-04 .warp-3, .bonus_box-04 .warp-3 h4 {
    border: solid 1px #FA617D;
}

.bonus_box-04 .warp-1 h4:nth-last-of-type(1) {
    background: #FFAA00;
    color: #fff;
    font-weight: 700;
}

.bonus_box-04 .warp-2 h4:nth-last-of-type(1) {
    background: #2680EB;
    color: #fff;
    font-weight: 700;
}

.bonus_box-04 .warp-3 h4:nth-last-of-type(1) {
    background: #FA617D;
    color: #fff;
}

.bonus_box-04 .warp-1 p, .bonus_box-04 .warp-2 p, .bonus_box-04 .warp-3 p {
    text-align: center;
    margin-top: 20px;
    line-height: 1.3;
}

.bonus_box-04 .warp-1 p span, .bonus_box-04 .warp-2 p span, .bonus_box-04 .warp-3 p span {
    font-size: 30px;
    font-weight: 700;
}

.bonus_box-04 .warp-1 .top-b span, .bonus_box-04 .warp-2 .top-b span, .bonus_box-04 .warp-3 .top-b span {
    display: block;
    text-align: center;
}

.bonus_box-04 .warp-1 .top-b span, .bonus_box-04 .warp-1 p span {
    color: #FFAA00;
}

.bonus_box-04 .warp-2 .top-b span, .bonus_box-04 .warp-2 p span {
    color: #2680EB;
}

.bonus_box-04 .warp-3 .top-b span, .bonus_box-04 .warp-3 p span {
    color: #FA617D;
}

.bonus_box-04 .warp-1 .under, .bonus_box-04 .warp-2 .under, .bonus_box-04 .warp-3 .under {
    margin-top: 100px;
}


    .bonus_box-01 p {
        padding: 70px 2rem 2rem 2rem;
        position: relative;
        margin-top: 30px;
    }

    .bonus_box-01 p::before {
        background-image: url(/assets/images/bonus-n/poke_se.svg);
        width: 120px;
        height: 120px;
        left: 50%;
        top: 0;
    }

    .h2-top::before {
        background-image: url(/assets/images/bonus-n/bonus_01.svg);
        width: 70px;
        height: 70px;
        left: 10%;
    }

    .h2-top::after {
        background-image: url(/assets/images/bonus-n/bonus_01_2.svg);
        width: 70px;
        height: 70px;
        left: 95%;
    }

    .h2-top {
        font-size: 18px;
        padding: 0.5rem 0rem;
        margin-top: 30px;
    }

    .h1-top {
        max-width: 600px;
        margin: 0 auto;
    }

    .ribbon {
        font-size: 20px;
    }

    .bonus {
        font-size: 14px
    }

    .bonus-p-box p {
        font-size: 14px
    }

    .bonus_box-02 .warp-1 h3,
    .bonus_box-02 .warp-2 h3,
    .bonus_box-02 .warp-3 h3 {
        font-size: 18px;
    }

    .bonus_box-02 .warp-1::before, .bonus_box-02 .warp-2::before, .bonus_box-02 .warp-3::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -20px;
        left: -20px;
    }

    .bonus_box-03 h3 {
        font-size: 20px;
    }

    .bonus_box-03::before {
        background-image: url(/assets/images/bonus-n/poke_yo.svg);
        width: 120px;
        height: 120px;
        left: 90%;
        top: 10%;
        z-index: 2;
    }

    .bonus_box-04 .warp-1, .bonus_box-04 .warp-2, .bonus_box-04 .warp-3 {
        margin: 30px 0px;
    }

    .bonus_box-01 b {
        font-size: 18px;
    }

    .bonus_box-03 ul {
        padding: 0rem 2rem;
    }

    .h2-top b {
        position: absolute;
        top: -20px;
        color: #FA617D;
        left: 80%;
        transform: translateX(-50%)translateY(-50%);
        width: 100%;
        font-size: 22px;
    }

    .h2-top b {
        animation: top-b 0.8s infinite;
    }

    @keyframes top-b {
        0% {
            transform: translateX(-50%) translateY(-50%) scale(1.0, 1.0);
        }

        15% {
            transform: translateX(-50%) translateY(-50%) scale(0.9, 0.9);
        }

        30% {
            transform: translateX(-50%) translateY(-50%) scale(1.1, 0.9);
        }

        50% {
            transform: translateX(-50%) translateY(-50%) scale(0.9, 1.1);
        }

        70% {
            transform: translateX(-50%) translateY(-50%) scale(1.1, 0.9);
        }

        100% {
            transform: translateX(-50%) translateY(-50%) scale(1.0, 1.0);
        }
    }



.bonus-end {
    display: flex;
    max-width: 1000px;
    padding: 2rem 0rem;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.bonus-end div:nth-of-type(1) {
    width: 20%;
    margin: 10px;
}

.bonus-end div:nth-of-type(2) {
    width: 80%;
    margin: 10px;
    ;
}

.c-yellow {
    color: #FEF539;
}

.c-pink {
    color: #FA617D;
    font-weight: 700;
}

.fade-body {
    animation: fade-body 0.5s ease-in-out;
}

@keyframes fade-body {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #fdf8ad 0%) repeat scroll 0 0;
    font-weight: 700;
}


.bonus-box02 {
    margin-top: 40px;
}

.bonus-box02 table, .bonus-box01 table {
    width: 90%;
    max-width: 1000px;
    border: solid 1px #eee;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-collapse: collapse;
    background: #fff;
}

.bonus-box02 th, .bonus-box01 th {
    padding: 1rem;
    background: #eee;
    border: solid 1px #eee;
}

.bonus-box02 th:nth-last-of-type(1) {
    background-image: linear-gradient(90deg, rgba(103, 126, 250, 1), rgba(142, 84, 219, 1));
    color: #fff;
}

.bonus-box01 th:nth-last-of-type(1) {
    background: #FA617D;
    color: #fff;
}

.bonus-box02 td, .bonus-box01 td {
    padding: 1rem;
    text-align: center;
    width: calc(100%/2);
    border: solid 1px #eee;
}

.bonus-box02 td:nth-last-of-type(1) {
    color: #FA617D;
    font-weight: 700;
}

.bonus-box01 td:nth-last-of-type(1) {
    color: #FA617D;
    font-weight: 700;
}

.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff200 0%) repeat scroll 0 0;
    font-weight: 500;
    text-shadow: 0px 0px 10px #fff;
    font-weight: 700;
}


    .bonus-box02 th, .bonus-box01 th {
        font-size: 15px;
    }

    .bonus-box02 td, .bonus-box01 td {
        font-size: 14px;
    }

    .bonus-box01 h3, .bonus-box02 h3 {
        font-size: 16px;
    }




.bonus-box02 h3 {
    border-bottom: 3px solid #2680EB;
}

.bonus-box01 h3, .bonus-box02 h3 {
    position: relative;
    padding: 1rem 1rem 0.5rem 1rem;
    color: #333333;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.bonus-box02 h3::before,
.bonus-box02 h3::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.bonus-box02 h3::before {
    background-color: #2680EB;
}

.bonus-box01 h3::after, .bonus-box02 h3::after {
    bottom: -11px;
    background-color: #F0F7FB;
}

.bonus_box-01 a {
    display: block;
    text-align: right;
}

.bonus-p-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 22px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.bonus-p-box img {
    max-width: 70px;
    height: 70px;
}

.bonus-p-box p {
    position: relative;
    max-width: 800px;
    line-height: 1.5;
    padding: 2rem;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
}

.bonus-p-box p::before {
    position: absolute;
    transform: translateY(-50%);
    left: -15px;
    width: 15px;
    height: 30px;
    top: 50%;
    background-color: #fff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}