.wrap:not(.page--home){
    padding-top: 4em;
}
.mainvisual .a_detail{
    background: var(--color-white);
    /* background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    margin-top: -10em; */
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
    margin-top: -3.5em;
}
.mainvisual .a_detail .button-exmaple{
    bottom: auto;
}
.mainvisual .a_detail .main--logo{
    position: relative;
    z-index: 2;
    animation: 1s fadein forwards ease-in;
}
.mainvisual .a_detail .artist--name{
    position: relative;
    margin-bottom: 7vw;
    z-index: 1;
    font-size: 1.2em;
    font-weight: normal;
    color: var(--color-black);
    letter-spacing: 0.1em;
    padding: 0 2em;
    line-height: 1.4;
    animation: 1s fadein forwards ease-in;
}
.mainvisual .a_detail .artist--comingsoon{
    display: inline-block;
    width: 280px;
    padding: 20px 2em 20px;
    border-radius: 4em;
    margin: 0 auto;
    color: var(--color-black);
    font-weight: bold;
    display: block;
    animation: 1s fadein forwards ease-in;
}
.mainvisual .a_detail:after{
    display: none;
}
.mainvisual .mainara .thumb{
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}
.mainvisual .mainara .thumb img{
    z-index: 1;
    object-fit: contain;
}
.mainvisual .mainara .thumb img+img{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    filter: blur(30px);
    transform: translate(-50%,-50%) scale(2);
}
@media screen and (min-width: 961px){
/*.wrap:not(.page--home) .header{
        padding: 4em 3em;
}
.topmv.main--bg--animation {
    height: 720px;
    width: calc(100% - 5em);
    margin-top: calc(0px + 2.5em);
    transition: .5s 1.5s;
    min-height: 530px;
}*/
.mainvisual{
    /*height: 720px;*/
    width: calc(100% - 5em);
    margin-top: calc(0px + 6em);
    transition: .5s 1.5s;
    animation: none;
}
.mainvisual .a_detail{
    min-height: calc(30svh - -10em);
    animation: none;
    padding: 8em 0 6em;
    z-index: 2;
}
.mainvisual .a_detail .main--logo{
    width: 170px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.mainvisual .a_detail .artist--name{
    margin-bottom: 15px;
}
}
@media screen and (max-width: 768px){
    .drawer__btn {
        width: 25px;
        height: 16px;
        right: 1.2em;
        top: 1.2em;
    }
    .page--artisttop .mainvisual{
        width: 90%;
        margin: 3.5em auto 1em;
    }
    .mainvisual .a_detail{
        padding: 5em 0 2.5em;
        z-index: 10;
        background: var(--color-white);
        background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
        margin-top: -5em;
    }
    /*.mainvisual .a_detail:before{
        background: var(--color-white);
        content: '';
        display: block;
        width: 130%;
        height: 50%;
        filter: blur(20px);
        position: absolute;
        transform: translate(-50%, 0);
        top: -12vw;
        left: 50%;
        z-index: 0;
    }*/
    .mainvisual .a_detail .main--logo{
        width: 30vw;
        margin-bottom: 2%;
        margin-top: -4vw;
    }
    .button-exmaple a:first-child {
        /*padding: 16px 20px;*/
        max-width: 210px;
        font-size: 14px;
    }
    .button-exmaple a:last-child {
        margin-top: 20px;
        font-size: 14px;
    }
}
