
.lineup__list.theme_01 { background-image: url(/images/otoriyose/theme/beef/cat01_bg_pc.svg); }
.lineup__list.theme_02 { background-image: url(/images/otoriyose/theme/beef/cat02_bg_pc.svg); }
.lineup__list.theme_03 { background-image: url(/images/otoriyose/theme/beef/cat03_bg_pc.svg); }
.lineup__list.theme_04 { background-image: url(/images/otoriyose/theme/beef/cat04_bg_pc.svg); }
.lineup__list.theme_05 { background-image: url(/images/otoriyose/theme/beef/cat05_bg_pc.svg); }

.top .top__text {
    transform: translate(-50%, 28%);
    -webkit-transform: translate(-50%, 28%);
    -ms-transform: translate(-50%, 28%);
}
.column {
    background-image: url(/images/otoriyose/theme/beef/col_bg.svg);
    background-size: auto 26px;
    background-position: left calc(100% - 20px);
    background-repeat: repeat-x;
    background-color: #F5EEDF;
    padding: 40px 0 46px 0;
    box-sizing: border-box;
}
.column .container {
    display: flex;
    justify-content: space-between;
}
.column img {
    vertical-align: top;
}
.col_txt {
    max-width: 680px;
    width: 58%;
    line-height: 1.5;
}
.col_ttl {
    margin-bottom: 20px;
}
.col_img {
    max-width: 400px;
    width: 34%;
    margin: 0 5%;
}
.col_img img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
.search_img {
    margin-top: 80px;
}

@media screen and (max-width: 599px) {
    .lineup__list.theme_01 { background-image: url(/images/otoriyose/theme/beef/cat01_bg_sp.png); background-size: 100%; }
    .lineup__list.theme_02 { background-image: url(/images/otoriyose/theme/beef/cat02_bg_sp.png); background-size: 100%; }
    .lineup__list.theme_03 { background-image: url(/images/otoriyose/theme/beef/cat03_bg_sp.png); background-size: 100%; }
    .lineup__list.theme_04 { background-image: url(/images/otoriyose/theme/beef/cat04_bg_sp.png); background-size: 100%; }
    .lineup__list.theme_05 { background-image: url(/images/otoriyose/theme/beef/cat05_bg_sp.png); background-size: 100%; }
    
    .top .top__text {
        top: 58%;
        left: 4%;
        transform: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
    }
    .lineup__list .wrap .lineup__top .lineup__top_text {
        height: auto;
    }
    .lineup__list .wrap .lineup__top .lineup__top_text p {
        margin: 20px 0;
    }
    
    .column {
        padding: 40px 15px 58px;
        background-size: auto 18px;
        background-position: left calc(100% - 20px);
    }
    .column .container {
        flex-direction: column;
    }
    .col_ttl {
        margin-bottom: 20px;
    }
    .col_txt, .col_img {
        width: 100%;
    }
    .col_txt {
        padding: 0;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.6;
    }
    .col_img {
        margin: 0;
    }
    .search_img {
        margin-top: 40px;
    }
}