.h2_deco{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 13vw;
    /* aspect-ratio: 10/2.8; */
    margin :0 auto;
    position: relative;
    /* padding-bottom: 3vw; */
}
.h2_deco>p{
    width: 100%;
    font-size: 6vw;
    text-align: center;
    position: absolute;
    top: 0%;
    color: rgb(223, 111, 111);
    opacity: 0.4;
    z-index: 1;
    text-shadow: 0.5vw 0.25vw #c0c0c0;
}
.h2{
    position: absolute;
    top:38%;
    font-size: 3.3vw;
    font-weight: bold;
    font-family: BIZ UDPMincho;
    z-index: 2;
    color: #d4083e;
    -webkit-text-stroke: 0.1em white;
    paint-order: stroke;
}
.h2_deco2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/decoration/asset11_3.webp);
    background-size: 15vw;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    opacity: 0.8;
    
}
.h2_deco1{
    position: absolute;
    width: 100%;
    aspect-ratio: 60/1;
    opacity: 0.7;
    top: 50%;
    border-radius: 2vw;
    background: transparent linear-gradient(90deg, #7b0423 0%,#FF0045 20%, white 40%,white 60%, #FF0045 80%, #7b0423 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
    .h2_deco{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 15vw;
        /* aspect-ratio: 10/2.8; */
        margin-bottom: 4vw;
        position: relative;
        /* padding-bottom: 3vw; */
    }
    .h2_deco>p{
        width: 100%;
        font-size: 8vw;
        text-align: center;
        position: absolute;
        top: 0%;
        color: rgb(223, 111, 111);
        opacity: 0.4;
        z-index: 1;
        text-shadow: 0.5vw 0.25vw #c0c0c0;
    }
    .h2{
        position: absolute;
        top:38%;
        font-size: 4vw;
        font-weight: bold;
        font-family: BIZ UDPMincho;
        z-index: 2;
        color: #d4083e;
    }
    .h2_deco2{
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/decoration/asset11_3.webp);
        background-size: 15vw;
        background-position: 50% bottom;
        background-repeat: no-repeat;
        opacity: 0.8;
        
    }
    .h2_deco1{
        position: absolute;
        width: 100%;
        aspect-ratio: 60/1;
        opacity: 0.7;
        top: 55%;
        background: transparent linear-gradient(90deg, #7b0423 0%,#FF0045 20%, white 40%,white 60%, #FF0045 80%, #7b0423 100%) 0% 0% no-repeat padding-box;
    }
}