main{
    display: flex;
    flex-direction: column;
    column-gap: 3vw;
    row-gap: 3vw;
    font-family: BIZ UDPMincho;
}
#PlayDetails_comment{
    width: 98%;
    aspect-ratio: 1920/2400;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/background/kota_AdobeStock_53378016.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
    padding: 1vw;
}
#PlayDetails_comment_contain{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.3vw solid #E60540;
    row-gap: 1.2vw;
    font-size: 1.5vw;
}
.PlayDetails_comment_title{
    padding: 4vw 0 1.5vw 0;
    background: transparent linear-gradient(180deg, #FF0045 0%, #E2859E 54%, #FF0044 100%, #A91133 100%, #601F24 100%) 0% 0% no-repeat padding-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5vw;
}
#PlayDetails_option{
    width: 98%;
    background-image: url(../img/background/AdobeStock_1025377788.webp);
    background-size: cover;
    background-color: rgba(255,255,255,0.9);
    background-blend-mode: lighten;
    margin:  0 auto;
}
#PlayDetails_option_contain{
    display: flex;
    width: 100%;
    aspect-ratio: 2/0.7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 2.5vw;
    background-image: url(../img/decoration/asset8_1.webp),url(../img/decoration/asset8_2.webp),url(../img/decoration/asset8_3.webp),url(../img/decoration/asset8_4.webp);
    background-size: 37%;
    background-position: top 0.5vw left 0.5vw,top 0.5vw right 0.5vw,bottom 0.5vw left 0.5vw,bottom 0.5vw right 0.5vw;
    background-repeat: no-repeat;
}
#PlayDetails_option_title{
    margin-top: 2vw;
    width: fit-content;
    font-size: 2.5vw;
}
#PlayDetails_option_title_sub{
    margin-top: 0.5vw;
    width: fit-content;
    font-size: 3.5vw;
    background: transparent linear-gradient(180deg, #FF0045 0%, #E2859E 54%, #FF0044 100%, #A91133 100%, #601F24 100%) 0% 0% no-repeat padding-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#PlayDetails_option_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 0.8vw;
    width: fit-content;
    margin: 3vw auto;
    font-size: 1.5vw;
}
#PlayDetails_comment_contain_smart{
    display: none;
}
@media screen and (max-width: 768px) {
    #PlayDetails_comment{
        width: 98%;
        aspect-ratio: 1920/3100;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url(../img/background/kota_AdobeStock_53378016.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        background-color: rgba(255,255,255,0.9);
        background-blend-mode: lighten;
        padding: 1vw;
    }
    #PlayDetails_comment_contain_smart{
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 0.3vw solid #E60540;
        row-gap: 1.2vw;
        font-size: 2.5vw;
    }
    #PlayDetails_comment_contain{
        display: none;
    }
    .PlayDetails_comment_title{
        padding: 2vw 0 0 0;
        background: transparent linear-gradient(180deg, #FF0045 0%, #E2859E 54%, #FF0044 100%, #A91133 100%, #601F24 100%) 0% 0% no-repeat padding-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4vw;
    }
    #PlayDetails_option_title{
        margin-top: 2vw;
        width: fit-content;
        font-size: 3vw;
    }
    #PlayDetails_option_title_sub{
        margin-top: 0.5vw;
        width: fit-content;
        font-size: 4.5vw;
        background: transparent linear-gradient(180deg, #FF0045 0%, #E2859E 54%, #FF0044 100%, #A91133 100%, #601F24 100%) 0% 0% no-repeat padding-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    #PlayDetails_option_list{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        row-gap: 0.8vw;
        width: fit-content;
        margin: 3vw auto;
        font-size: 2.3vw;
    }
}