.jszs{
    width: 100vw;
    aspect-ratio: 2560/2882;
    overflow-y: scroll;
}
.jszs_content{
    width: 100%;
    height: 100%;
    background: url(https://jp-static-jd.gameduchy.com/gedou_jp/pc/images/jszs/bg.png) no-repeat center center/cover;
    position: relative;
}
.jszs_title{
    max-width: 486px;
    width: 18.984375vw;
    aspect-ratio: 486/166;
    position: absolute;
    left: 3%;
    top: 8%;

}
.jszs_title img{
    width: 100%;
    height: auto;
}
.jszs_box{
    margin: 22.6% auto;
    width: 60%;
    max-width: 1536px;
    aspect-ratio: 1536/2110;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.jszs_box a{
    margin-top: -7%;
    display: block;
    width: 13.4765625vw;
    max-width: 345px;
    aspect-ratio: 345/821;
    transform: rotate(21deg);
}
.jszs_box a:hover{
    opacity: .6;
}
.jszs_box a img{
    width: 100%;
    height: auto;
}