/* homeのCSS */
.ly_homeNewsLabel {
    background-color: var(--custom-gray-11);
}

.ly_homeTopview {
    background-image: var(--custom-theme-topview);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ly_homeTopview_container {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}

.ly_homeTopview_container_right {
    display: flex;
    justify-content: center;
        align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.ly_homeTopview_container_right_item_btn {
    max-width: 200px;
}

@media screen and (max-width:846px) {
    .ly_homeTopview_container {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }
    .ly_homeTopview_container_left {
        width: 100%;
    }
    .ly_homeTopview_container_right {
        flex-direction: column;
        align-items: stretch;
    }
    .ly_homeTopview_container_right_item {
        width: 100%;
    }
}
