
#contentsBlock{
    position: relative;
    background-color: #f8f0bd;
    padding-bottom: 100px;
    z-index: 0;
}

#contentsBlock::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: url(/gold/tokuten/img/img_background_01.png) no-repeat center top;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.sp{
    display: none;
}

.pc{
    display: block;
}

@media screen and (max-width: 750px) {
    #contentsBlock{
        padding-bottom: 13.33vw;
    }

    .sp{
        display: block;
    }

    .pc{
        display: none;
    }
}

a.logo{
    position: absolute;
    display: block;
    width: 120px;
    margin-top: 10px;
}

h1 img{
   padding-top: 135px;
    display: block;
    margin-inline  : auto;
    margin-bottom: 30px;
}

p{
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 600;
}

.note{
    margin-top: 40px;
}

.note li{
    font-size: 1.6rem;
    font-weight: 600;
}

.menu{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.menu li{
    max-width: 320px;
}

.menu li a{
    max-width: 100%;
    display: block;
}

.menu li a img{
    width: 100%;
}

@media screen and (max-width: 750px) {
    a.logo{
        width: 13vw;
    }

    h1 img{
        padding-top: 19.67vw;
        margin-bottom: 2.67vw;
    }

    p{
        font-size: 4.27vw;
        line-height: 6.4vw;
    }

    .note{
        margin-top: 5.33vw;
    }

    .note li{
        font-size: 3.73vw;
    }

	.menu{
        margin-top: 10.67vw;
        gap:2vw;
	}

    .menu li{
        max-width: 220px;
        width: 29.33vw;
    }
    .menu li a{
        width: 100%;
    }


}


.royal{
    margin-top: 50px;
}

.bonus{
    margin-top: 10px;
}

.point{
    margin-top: 10px;
}

.preferential{
    margin-top: 10px;
}

.preferential a{
    margin-top: 40px;
    display: block;
}

@media screen and (max-width: 750px) {
    .royal{
        margin-top: 13.33vw;
    }

    .bonus{
        margin-top: 5.33vw;
    }

    .point{
        margin-top: 5.33vw;
    }

    .preferential{
        margin-top: 5.33vw;
    }

    .preferential a{
        margin-top: 5.33vw;
    }

    footer{
        height: 20vw;
    }

    footer .copy{
        font-size: 2.67vw;
    }
}

footer{
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .copy{
    text-align: center;
    font-size: 12px;
    color: #b3b3b3;
}
