@charset "utf-8";

main {
    position: relative;
}


main::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
    width: 100%;
    height: 50vw;
    background: url(../images/second/second-bg-top.webp)no-repeat center/cover;
}

main::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: 50vw;
    background: url(../images/second/second-bg-bottom.webp)no-repeat center/cover;
}

.second_title_img img {
    position: relative;
    z-index: 2;
}

.second_title_img {
    position: relative;
}

.second_title_img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
    width: 100%;
    height: 120px;
    background: url(../images/second/light.png)no-repeat center/contain;
    mix-blend-mode: screen;
}