@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .inner img {
    width: 2800px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .main_img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 2500px;
}


.event_wrap .e_top_visual {
    display: flex;
    flex-direction: column;
    justify-content: center;

}