.title_wrapper{
    /* padding-top: 2vw; */
    width: 98%;
    margin: 0 auto;
    font-family: Playfair Display;
}
.title_contain{
    display: flex;
    column-gap:1vw ;
    align-items: end;
    width: 70vw;
    aspect-ratio: 6/1;
    margin: 0 auto;
    position: relative;
}
.title_contain_deco{
    width: 100%;
    height: 100%;
    background-image: url(../img/decoration/asset13.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
}
.title_contain_deco1{
    position: absolute;
    bottom: 1vw;
    width: 100%;
    height: 0.5vw;
    background: transparent linear-gradient(90deg, white 0%, #E60540 25%, #601F24 100%) 0% 0% no-repeat padding-box;
}
.title_h1{
    position: absolute;
    left: 2vw;
    font-size: 4vw;
    bottom: 1.3vw;
    color: #d4083e;
    font-family: BIZ UDPMincho;
    z-index: 1;
    -webkit-text-stroke: 0.1vw white;
    paint-order: stroke;
    font-weight: 2vw;
}
.title_contain>p{
    position: absolute;
    left: 0;
    bottom: 1.5vw;
    font-size: 8vw;
    opacity: 0.2;
}
@media screen and (max-width: 768px) {
    .title_contain{
        display: flex;
        column-gap:1vw ;
        align-items: end;
        width: 95%;
        aspect-ratio: 5/1;
        margin: 0 auto;
        position: relative;
    }
    .title_h1{
        position: absolute;
        left: 2vw;
        font-size: 6vw;
        bottom: 1.3vw;
        color: #d4083e;
        font-family: BIZ UDPMincho;
        z-index: 1;
        -webkit-text-stroke: 0.2vw white;
        paint-order: stroke;
    }
    .title_contain>p{
        position: absolute;
        left: 0;
        bottom: 1.5vw;
        font-size: 11vw;
        opacity: 0.2;
    }
}