
.lineup__list.theme_01 { background-image: url(/images/otoriyose/theme/seasoning/cat01_bg_pc.svg); background-color: #D5C7C0;}
.lineup__list.theme_02 { background-image: url(/images/otoriyose/theme/seasoning/cat02_bg_pc.svg); background-color: #E8D6A7;}
.lineup__list.theme_03 { background-image: url(/images/otoriyose/theme/seasoning/cat03_bg_pc.svg); background-color: #EDE8C9;}
.lineup__list.theme_04 { background-image: url(/images/otoriyose/theme/seasoning/cat04_bg_pc.svg); background-color: #D3C3DD;}
.lineup__list.theme_05 { background-image: url(/images/otoriyose/theme/seasoning/cat05_bg_pc.svg); background-color: #E6CAD1;}
.lineup__list.theme_06 { background-image: url(/images/otoriyose/theme/seasoning/cat06_bg_pc.svg); background-color: #BEDBD2;}
.lineup__list.theme_07 { background-image: url(/images/otoriyose/theme/seasoning/cat07_bg_pc.svg); background-color: #D1E0CD;}

.anc {
    background-image: url(/images/otoriyose/theme/seasoning/anc_bg.jpg);
    background-position: center;
    background-size: auto 100%;
    padding: 50px 0;
}
.anc_ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.anc_ttl img {
    vertical-align: bottom;
}
.anc_link {
    display: flex;
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.anc_link img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    vertical-align: bottom;
}
.anc_link .item {
    width: 24%;
    max-width: 285px;
}
.anc_link .item a {
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
    position: relative;
    display: block;
}
.anc_link p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.anc_link .item:not(:last-child) p {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.anc_link .item:not(:last-child) a::before {
    content: '';
    position: absolute;
    background: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
}
.anc_link .item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
.anc_link .anc_btn {
    width: 100%;
    height: 60px;
    position: unset;
    background: #008FBF;
    border-radius: 10px;
}
.anc_link .anc_btn p {
    font-size: 18px;
    padding-right: 20px;
    position: relative;
    line-height: 60px;
}
.anc_link .anc_btn p::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 19%;
    top: 45%;
}

#search_list {
    padding-top: 80px;
}
.search_img {
    margin-top: 0;
}
.search_img img {
    width: 563px;
    height: auto;
}

@media screen and (max-width: 1366px) {
    .anc_link {
        column-gap: 1.3%;
    }
}
@media screen and (max-width: 599px) {
    .lineup__list.theme_01 { background-image: url(/images/otoriyose/theme/seasoning/cat01_bg_sp.svg); }
    .lineup__list.theme_02 { background-image: url(/images/otoriyose/theme/seasoning/cat02_bg_sp.svg); }
    .lineup__list.theme_03 { background-image: url(/images/otoriyose/theme/seasoning/cat03_bg_sp.svg); }
    .lineup__list.theme_04 { background-image: url(/images/otoriyose/theme/seasoning/cat04_bg_sp.svg); }
    .lineup__list.theme_05 { background-image: url(/images/otoriyose/theme/seasoning/cat05_bg_sp.svg); }
    .lineup__list.theme_06 { background-image: url(/images/otoriyose/theme/seasoning/cat06_bg_sp.svg); }
    .lineup__list.theme_07 { background-image: url(/images/otoriyose/theme/seasoning/cat07_bg_sp.svg); }
    
    .anc {
        padding: 40px 0;
        background-size: 100%;
    }
    .anc_link {
        gap: 15px;
    }
    .anc_link .item {
        width: 165px;
    }
    .anc_link p {
        font-size: 14px;
    }
    .anc_link .item:last-child {
        width: 165px;
        flex-grow: 0;
    }
    .anc_link .anc_btn p {
        font-size: 14px;
        padding-right: 15px;
    }
    .anc_link .anc_btn p::after {
        border-width: 6px 5px 0 5px;
        top: 46%;
        right: 8%;
    }

    #search_list {
        padding-top: 50px;
    }
    .lineup__list .wrap .lineup__top .lineup__top_text {
        height: auto;
    }
    .lineup__list .wrap .lineup__top .lineup__top_text p {
        margin: 20px 0;
    }
    .search_img img {
        width: 325px;
        max-width: 92%;
    }
}