
.lineup__list.theme_01 { background-image: url(/images/otoriyose/theme/photogenic_sweets/cat01_bg.svg); }
.lineup__list.theme_02 { background-image: url(/images/otoriyose/theme/photogenic_sweets/cat02_bg.svg); }
.lineup__list.theme_03 { background-image: url(/images/otoriyose/theme/photogenic_sweets/cat03_bg.svg); }
.lineup__list.theme_04 { background-image: url(/images/otoriyose/theme/photogenic_sweets/cat04_bg.svg); }
.lineup__list.theme_05 { background-image: url(/images/otoriyose/theme/photogenic_sweets/cat05_bg.svg); }

.lineup__list .lineup__title img {
    width: 92%;
    height: auto;
    vertical-align: top;
}
.lineup__list.theme_01 .lineup__title img {
    max-width: 604px;
}
.lineup__list.theme_02 .lineup__title img {
    max-width: 550px;
}
.lineup__list.theme_03 .lineup__title img {
    max-width: 642px;
}
.lineup__list.theme_04 .lineup__title img {
    max-width: 566px;
}
.lineup__list.theme_05 .lineup__title img {
    max-width: 502px;
}
.top .top__text {
    transform: translate(-50%, 28%);
    -webkit-transform: translate(-50%, 28%);
    -ms-transform: translate(-50%, 28%);
}
.column {
    background-color: #BA4F7A;
    padding: 40px 0 46px 0;
    box-sizing: border-box;
}
.column .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin: 0 auto;
}
.column img {
    vertical-align: top;
}
.col_txt {
    color: #fff;
    max-width: 680px;
    width: 58%;
    line-height: 1.5;
}
.col_ttl {
    margin-bottom: 35px;
}
.col_img {
    max-width: 400px;
    width: 34%;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}
.col_img::after {
    content: '';
    position: absolute;
    background: #fff;
    z-index: -1;
    top: 10px;
    bottom: -10px;
    left: 10px;
    right: -10px;
}
.col_img img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
.search_img {
    margin-top: 80px;
}
.search_img img {
    width: 595px;
    height: auto;
}
@media screen and (max-width: 720px) {
    .column img {
        max-width: 570px;
        height: auto;
    }
}
@media screen and (max-width: 599px) {
    .lineup__list.theme_01 { background-size: auto 2px; }
    .lineup__list.theme_02 { background-size: auto 25px; }
    .lineup__list.theme_03 { background-size: auto 33px; }
    .lineup__list.theme_04 { background-size: auto 29px; }
    .lineup__list.theme_05 { background-size: auto 20px; }
    
    .lineup__list.theme_01 .lineup__title img {
        max-width: 300px;
    }
    .lineup__list.theme_02 .lineup__title img {
        max-width: 272px;
    }
    .lineup__list.theme_03 .lineup__title img {
        max-width: 307px;
    }
    .lineup__list.theme_04 .lineup__title img {
        max-width: 280px;
    }
    .lineup__list.theme_05 .lineup__title img {
        max-width: 251px;
    }
    .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 {
        width: 100%;
        flex-direction: column;
    }
    .col_ttl {
        margin-bottom: 20px;
        text-align: center;
    }
    .col_txt, .col_img {
        width: auto;
    }
    .col_txt {
        padding: 0;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.6;
    }
    .search_img {
        margin-top: 40px;
    }
    .search_img img {
        width: 345px;
        max-width: 92%;
    }
}