@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');




.h2-top {
    background: #FA617D;
    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, #F0F7FB 25%, #E6F2F8 25%, #E6F2F8 50%, #F0F7FB 50%, #F0F7FB 75%, #E6F2F8 75%, #E6F2F8);
    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(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/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, .bonus-box-04 .warp-2::before, .bonus-box-04 .warp-3::before {
    background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus_04.svg);
    width: 120px;
    height: 120px;
    left: 30%;
    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-com, .bonus-box-04 .warp-2 .top-com, .bonus-box-04 .warp-3 .top-com {
    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-com span, .bonus-box-04 .warp-2 .top-com span, .bonus-box-04 .warp-3 .top-com span {
    display: block;
    text-align: center;
}

.bonus-box-04 .warp-1 .top-com span, .bonus-box-04 .warp-1 p span {
    color: #FFAA00;
}

.bonus-box-04 .warp-2 .top-com span, .bonus-box-04 .warp-2 p span {
    color: #2680EB;
}

.bonus-box-04 .warp-3 .top-com 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(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus_0.svg);
    width: 120px;
    height: 120px;
    left: 50%;
    top: 0;
}

.h2-top::before {
    background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus_01.svg);
    width: 70px;
    height: 70px;
    left: 15%;
}

.h2-top::after {
    background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus_01_2.svg);
    width: 70px;
    height: 70px;
    left: 90%;
}
.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;
}
@media screen and (max-width:999px) {


    .h2-top {
        font-size: 22px;
        padding: 0.5rem 0rem;
        margin-top: 30px;
    }

    .h1-top {
        max-width: 600px;
        margin: 0 auto;
    }

    .ribbon {
        font-size: 20px;
    }

    .bonus {
        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-03 h3 {
        font-size: 20px;
    }

    .bonus-box-03::before {
        background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus_03.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 {
    padding: 2rem;
}



.bonus-end h2 {
    position: relative;
    padding: 0.5rem;
    line-height: 1.2;
    border-bottom: 3px solid #FA617D;
    color: #333333;
}

.bonus-end P {
    line-height: 2;
    padding: 2rem 1rem;
}

.bonus-end h2::before,
.bonus-end h2::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.bonus-end h2::before {
    background-color: #FA617D;
}

.bonus-end h2::after {
    bottom: -11px;
    background-color: #fff;
}

.bonus-end a {
    background: #FA617D;
    color: #fff;
    padding: 0.5rem 1rem;
    margin: 10px;
    border-radius: 5px;
}

.bonus-end div:nth-of-type(2) p {
    text-align: left;
}

.bonus-end div:nth-of-type(2) h2 {
    text-align: left;
}

.bonus-end div:nth-of-type(2) {
    text-align: right;
}

.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;
}
.pd-b60p{
    padding-bottom: 60px;
}
.over-f-x-hid{
    overflow-x: hidden;
}