@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;700&display=swap');
.bonus-main-warp {
position: absolute;
left: 0;
top: 0;
width: 100%;
}

.bonus-main-warp img {
left: 50%;
position: relative;
display: block;
transform: translateX(-50%);
z-index: 1;
animation: topimg 2s ease;
}

@keyframes topimg {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.bonus-main::before {
animation: batch2 1s ease;
}

.bonus-main::after {
animation: batch 1.5s ease;
}

@keyframes batch {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes batch2 {
0% {
opacity: 0;
margin-top: -10px;
}
20% {
margin-top: 10px;
}
40% {
margin-top: -10px;
}
60% {
margin-top: 10px;
}
80% {
margin-top: -10px;
}
100% {}
}

@media screen and (max-width:1199px) {
.bonus-main {
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-2-sp.webp);
background-size: contain;
background-position: top;
padding-top: 86.7%;
background-repeat: no-repeat;
width: 100%;
position: relative;
}
.sp-block {
display: block;
}
.pc-block {
display: none;
}
.bonus-main-warp img {
width: 95%;
}
.bonus-main-warp::before {
width: 100%;
height: 220px;
left: 88%;
top: 150%;
transform: rotate(5deg) translateX(-50%) translateY(-50%);
z-index: 3;
}
.bonus-block-title {
margin: 2rem auto;
padding: 2rem;
border-radius: 10px;
width: 85%;
margin-top: 60px;
margin-bottom: 160px;
}
.bonus-block-title .bonus-block-title-warp {
font-size: 2rem;
padding: 0 5px;
line-height: 1;
top: -20px;
left: 30px;
}
.bonus-block-title::before {
content: '';
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-4-sp.svg);
position: absolute;
width: 90%;
height: 300px;
background-size: contain;
background-repeat: no-repeat;
left: 50%;
top: 115%;
transform: translateX(-50%);
z-index: 3;
}
.bonus-main::before {
width: 50%;
max-width: 350px;
height: 100%;
left: 70%;
top: 90%;
transform: rotate(-0deg) translateX(-50%) translateY(-50%);
content: '';
display: inline-block;
position: absolute;
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-3-pc2.svg);
background-size: contain;
z-index: 3;
background-repeat: no-repeat;
}
.bonus-main::after {
width: 35%;
max-width: 350px;
height: 100%;
left: 40%;
top: 95%;
transform: rotate(-10deg) translateX(-50%) translateY(-50%);
content: '';
display: inline-block;
position: absolute;
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-9.svg);
background-size: contain;
z-index: 2;
background-repeat: no-repeat;
}
.bonus-box {
margin: 2rem auto;
background-color: #fff;
padding: 4rem 1rem 1rem;
position: relative;
border: 2px solid #333;
border-radius: 10px;
color: #333;
margin-bottom: 60px;
}
.bonus-box .bonus-box-title {
    border: solid 2px #333;
background-image: linear-gradient(to right,#5ed1e1, #bfc2fe,#bfc2fe);
font-size: 1.5rem;
color: #fff;
padding: 0.5rem 2rem;
line-height: 1;
position: absolute;
top: -1.5rem;
left: -3px;
}
.bonus-box table th {
padding: 1rem 0.5rem;
font-size: 1rem;
}
.bonus-box table td {
padding: 0.7rem 0.5rem;
font-size: 0.9rem;
}
.bonus-box h3 {
font-size: 1.5rem;
padding: 1rem;
margin-top: 60px;
line-height: 1.2;
}
.bonus-box table::before {
content: '';
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-6.svg);
position: absolute;
width: 100px;
height: 100px;
background-size: contain;
background-repeat: no-repeat;
left: 97%;
top: -5rem;
transform: translateX(-50%);
z-index: 3;
}
.bonus-box table::after {
content: '';
display: inline-block;
background-size: contain;
width: 20px;
height: 20px;
margin-top: 20px;
position: absolute;
border-bottom: solid;
left: 50%;
border-color: #333;
transform: translateX(-50%) rotate(-90deg);
animation: table-border 1.3s infinite;
transition: 0.5s;
}
@keyframes table-border {
0% {
width: 20px;
height: 20px;
}
100% {
width: 30px;
height: 20px;
}
}
.bonus-box li::before {
content: '';
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-7.svg);
position: absolute;
width: 50px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
left: 8%;
top: 0;
transform: translateX(-50%);
z-index: 3;
}
.bonus-box li {
padding-bottom: 2rem;
margin: 0rem 1rem 2rem;
}
}

@media screen and (min-width:900px) {
.bonus-block-title::before {
content: '';
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-4-sp.svg);
position: absolute;
width: 70%;
height: 300px;
background-size: contain;
background-repeat: no-repeat;
left: 50%;
top: 115%;
transform: translateX(-50%);
z-index: 3;
}
}

@media screen and (min-width:1200px) {
.bonus-main {
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-2-pc-2.svg);
background-size: contain;
background-position: top;
padding-top: 32.7%;
background-repeat: no-repeat;
width: 100%;
position: relative;
}
.sp-block {
display: none;
}
.pc-block {
display: block;
}
.bonus-main-warp img {
width: 50%;
}
.bonus-main-warp::before {
width: 25%;
max-width: 350px;
height: 100%;
left: 30%;
top: 95%;
transform: rotate(-0deg) translateX(-50%) translateY(-50%);
}
.bonus-block-warp {
max-width: 1200px;
margin: 0 auto;
}
.bonus-block-title {
margin: 2rem auto;
padding: 3rem 2.5rem;
border-radius: 20px;
width: 85%;
max-width: 800px;
margin-top: 80px;
font-size: 1.3rem;
position: relative;
}
.bonus-block-title .bonus-block-title-warp {
font-size: 4rem;
padding: 0 20px;
line-height: 1;
top: -40px;
left: 30px;
}
.bonus-block-title::before {
content: '';
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-5-1-pc.svg);
position: absolute;
width: 200px;
height: 200px;
background-size: contain;
background-repeat: no-repeat;
left: -13%;
top: 0;
transform: translateX(-50%);
}
.bonus-block-title::after {
content: '';
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-5-2-pc.svg);
position: absolute;
width: 200px;
height: 200px;
background-size: contain;
background-repeat: no-repeat;
left: 115%;
top: 0;
transform: translateX(-50%);
}
.bonus-main::before {
width: 25%;
max-width: 300px;
height: 100%;
left: 75%;
top: 80%;
transform: rotate(-0deg) translateX(-50%) translateY(-50%);
content: '';
display: inline-block;
position: absolute;
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-3-pc2.svg);
background-size: contain;
z-index: 3;
background-repeat: no-repeat;
}
.bonus-main::after {
width: 20%;
max-width: 250px;
height: 100%;
left: 27%;
top: 90%;
transform: rotate(-10deg) translateX(-50%) translateY(-50%);
content: '';
display: inline-block;
position: absolute;
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-9.svg);
background-size: contain;
z-index: 2;
background-repeat: no-repeat;
}
.bonus-box {
margin: 2rem auto;
background-color: #fff;
padding: 8rem 6rem 6rem 6rem;
position: relative;
border: 2px solid #333;
border-radius: 20px;
font-size: 1.5rem;
margin-bottom: 80px;
}
.bonus-box .bonus-box-title {
    background-image: linear-gradient(to right,#5ed1e1, #bfc2fe,#bfc2fe);
    border: solid 2px #333;
font-size: 2.5rem;
color: #fff;
padding: 1rem 2rem;
line-height: 1;
position: absolute;
top: -2rem;
left: -3px;
}
.bonus-box table th {
padding: 1.5rem 0.5rem;
}
.bonus-box table td {
padding: 1rem 0.5rem;
}
.bonus-box h3 {
font-size: 2.5rem;
padding: 1rem;
margin-top: 80px;
}
.bonus-box table::before {
content: '';
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-6.svg);
position: absolute;
width: 130px;
height: 130px;
background-size: contain;
background-repeat: no-repeat;
left: 97%;
top: -6rem;
transform: translateX(-50%);
z-index: 3;
}
.bonus-box table::after {
content: '';
display: inline-block;
background-size: contain;
width: 40px;
height: 40px;
margin-top: 20px;
position: absolute;
border-bottom: solid;
left: 50%;
border-color: #333;
transform: translateX(-50%) rotate(-90deg);
animation: table-border 1.3s infinite;
transition: 0.5s;
}
@keyframes table-border {
0% {
width: 20px;
height: 40px;
}
100% {
width: 50px;
height: 40px;
}
}
.bonus-box li::before {
content: '';
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-7.svg);
position: absolute;
width: 70px;
height: 70px;
background-size: contain;
background-repeat: no-repeat;
left: 10%;
top: -1rem;
transform: translateX(-50%);
z-index: 3;
}
.bonus-box li {
padding-bottom: 3rem;
margin: 0rem 1rem 3rem;
}
.bonus-contents::before {
content: '';
display: inline;
position: absolute;
left: 10%;
transform: translateX(-50%);
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-bg.svg);
background-size: contain;
width: 10%;
height: 100%;
background-repeat: repeat-y;
mix-blend-mode: soft-light;
background-position: top;
top: 60px;
}
@media screen and (min-width:1920px) {
.bonus-main::before {
width: 20%;
max-width: 25%;
height: 100%;
left: 75%;
top: 80%;
transform: rotate(-0deg) translateX(-50%) translateY(-50%);
content: '';
display: inline-block;
position: absolute;
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-3-pc2.svg);
background-size: contain;
z-index: 3;
background-repeat: no-repeat;
}
.bonus-main::after {
width: 15%;
max-width: 20%;
height: 100%;
left: 27%;
top: 90%;
transform: rotate(-10deg) translateX(-50%) translateY(-50%);
content: '';
display: inline-block;
position: absolute;
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-9.svg);
background-size: contain;
z-index: 2;
background-repeat: no-repeat;
}
}
.bonus-contents::after {
content: '';
display: inline;
position: absolute;
left: 90%;
transform: translateX(-50%);
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-bg.svg);
background-size: contain;
width: 10%;
height: 100%;
background-repeat: repeat-y;
mix-blend-mode: overlay;
background-position: top;
top: 60px;
}
}

.bonus-box table {
width: 100%;
border: solid 2px #333;
position: relative;
}

.bonus-box table tr {
text-align: center;
width: calc(100%/3);
}

.bonus-box table th {
background: #FE7690;
color: #fff;

}

.bonus-box table td {
color: #333;
border: solid 2px #333;
}

.bonus-box h3 {
background: #FF7976;
color: #fff;
text-align: center;
}

.bonus-block {
font-family: 'M PLUS 2', sans-serif;
}

.bonus-block-warp {}

.bonus-block-title {
background-color: #fff;
position: relative;
border: 2px solid #333;
color: #333;
}

.bonus-block-title .bonus-block-title-warp {
background-color: #fff;
font-weight: 700;
color: #333;
line-height: 1;
position: absolute;
}

.bonus-contents {
background-image: linear-gradient(#a4ebf5, #dfe1fc,#fceaf6);
position: relative;
font-family: 'M PLUS 2', sans-serif;
}

.bonus-contents-warp {
width: 90%;
margin: 0 auto;
max-width: 1000px;
padding-top: 60px;
padding-bottom: 60px;
}

.bonus-box li {
border-bottom: solid 2px #333;
color: #333;
list-style: none;
position: relative;
}

.bonus-box li span {
margin-left: 20%;
display: block;
line-height: 1.2;
}

.bonus-box h4 {
background: #FC7593;
color: #fff;
display: inline-block;
}

.bonus-box h5 {
border-bottom: solid 2px;
display: inline-block;
color: #333;
}

.bonus-box-item {
border: solid 2px #333;
padding: 1rem;
color: #333;
margin: 1rem 0.5rem;
font-weight: 700;
}

.c-FF7976 {
color: #FF7976;
font-weight: 700;
}

@media screen and (max-width:1199px) {
.bonus-box p {
line-height: 1.5;
padding: 0.5rem;
color: #333;
}
.bonus-box h4 {
padding: 0.5rem;
font-size: 1rem;
margin: 1rem 0.5rem;
}
.bonus-box h5 {
font-size: 1.1rem;
margin: 1rem 0.5rem;
}
.bonus-box-catch::before {
width: 40%;
max-width: 300px;
height: 100%;
left: 110%;
top: 80%;
transform: translateX(-50%) translateY(-50%);
content: '';
display: inline-block;
position: absolute;
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-8.svg);
background-size: contain;
z-index: 2;
background-repeat: no-repeat;
}
.bonus-box-catch {
width: 80%;
position: relative;
}
}

@media screen and (min-width:1200px) {
.bonus-box h4 {
padding: 1rem;
font-size: 1.6rem;
margin: 1rem 0.5rem;
}
.bonus-box h5 {
font-size: 2rem;
margin: 1rem 0.5rem;
}
.bonus-box p {
font-size: 1.2rem;
line-height: 2;
padding: 0.5rem;
color: #333;
}
.bonus-box-catch {
width: 100%;
position: relative;
}
.bonus-box-catch::before {
width: 35%;
max-width: 350px;
height: 350px;
left: 90%;
top: 80%;
transform: translateX(-50%) translateY(-50%);
content: '';
display: inline-block;
position: absolute;
background-image: url(https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/bonus-8.svg);
background-size: contain;
z-index: 2;
background-repeat: no-repeat;
}
}