.lineup__list.theme_01,
.lineup__list.theme_04,
.lineup__list.theme_07 { background-image: url(/images/otoriyose/theme/furusato_henreihin/cat_bg01.png); background-size: 145px 145px; }
.lineup__list.theme_02,
.lineup__list.theme_05,
.lineup__list.theme_08 { background-image: url(/images/otoriyose/theme/furusato_henreihin/cat_bg02.png); background-size: 129px 129px; }
.lineup__list.theme_03,
.lineup__list.theme_06,
.lineup__list.theme_09 { background-image: url(/images/otoriyose/theme/furusato_henreihin/cat_bg03.png); background-size: 36px 36px; }

.lineup__list.theme_01 { background-color: #E5C9C9; }
.lineup__list.theme_02 { background-color: #C9E2E5; }
.lineup__list.theme_03 { background-color: #E5D3C9; }
.lineup__list.theme_04 { background-color: #E5C9D8; }
.lineup__list.theme_05 { background-color: #E5E4C9; }
.lineup__list.theme_06 { background-color: #CFE5C9; }
.lineup__list.theme_07 { background-color: #E5D3C9; }
.lineup__list.theme_08 { background-color: #C9D2E5; }
.lineup__list.theme_09 { background-color: #E5DAC9; }

.anc {
    background-color: #BFB179;
    background-position: center;
    background-size: auto 100%;
    padding: 65px 0 60px;
}
.anc_ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.anc_ttl img {
    vertical-align: bottom;
}
.anc_link {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.anc_link img {
    display: block;
}
.anc_link .item {
    width: calc((100% - 25px * 4 )/5);
    max-width: 220px;
    box-sizing: border-box;
}
.anc_link .item a {
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
    position: relative;
}
.anc_link p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.anc_link .item:not(:last-child) {
    background: #95864A;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}
.anc_link .item:not(:last-child) a {
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.anc_link .item:not(:last-child) p {
    margin-top: 5px;
}
.anc_link .item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
.anc_link .anc_btn {
    display: block;
    width: 100%;
    height: 60px;
    position: unset;
    background: #008FBF;
    border-radius: 10px;
}
.anc_link .anc_btn p {
    font-size: 18px;
    position: relative;
    line-height: 60px;
}
.anc_link .anc_btn p::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    margin-left: 5px;
    margin-bottom: 3px;
}

.column {
    background-color: #EAE3C7;
    padding: 30px 0 40px;
}
.column .wrap {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}
.column .col_content {
    max-width: 580px;
    width: 48.5%;
}
.column .col_ttl {
    width: 100%;
    margin-bottom: 38px;
    padding-right: 7.76%;
    box-sizing: border-box;
}
.column img {
    display: block;
    width: 100%;
}
.column .col_text {
    color: #333333;
    font-size: 16px;
    line-height: 1.75;
}
.column .col_illust {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.column .col_img {
    margin-top: 30px;
    max-width: 558px;
    width: 46.5%;
    height: auto;
}

#search_list {
    padding-top: 80px;
}
.search_img {
    margin-top: 0;
}
.search_img img {
    width: 100%;
    max-width: 535px;
    height: auto;
}

@media screen and (max-width: 1440px) {
    .top .top__img img {
        height: 40vw;
    }
    .top .top__text {
        top: 25.5vw;
    }
    .anc_link {
        column-gap: 1.3%;
    }
}
@media screen and (max-width: 1199px) {
    .top .top__img img {
        height: 48vw;
    }
    .top .top__text {
        top: 31.5vw;
    }
}
@media screen and (max-width: 1024px) {
    .top .top__img img {
        height: 57vw;
    }
    .top .top__text {
        top: 38vw;
    }
}
@media screen and (max-width: 599px) {
    .top .top__img img {
        height: auto;
    }
    .top .top__text {
        top: 58%;
    }

    .lineup__list.theme_01,
    .lineup__list.theme_04,
    .lineup__list.theme_07 { background-size: 103px 103px; }
    .lineup__list.theme_02,
    .lineup__list.theme_05,
    .lineup__list.theme_08 { background-size: 86px 86px; }
    .lineup__list.theme_03,
    .lineup__list.theme_06,
    .lineup__list.theme_09 { background-size: 24px 24px; }
    
    .anc {
        padding: 40px 0;
        background-size: 100%;
    }
    .anc_link {
        width: 92%;
        gap: 15px 23px;
    }
    .anc_link .item {
        width: calc((92vw - 23px*2) /3);
        height: calc((92vw - 23px*2) /3);
    }
    .anc_link p {
        font-size: 14px;
    }
    .anc_link .item:last-child {
        width: 100%;
        max-width: 100%;
        flex-grow: 0;
        height: auto;
        margin-top: 5px;
    }
    .anc_link .anc_btn {
        width: 320px;
    }
    .anc_link .anc_btn p {
        font-size: 16px;
    }
    .anc_link .anc_btn p::after {
        border-width: 6px 5px 0 5px;
    }
    .anc_link .item:not(:last-child) a {
        height: 100%;
    }
    .anc_link .item:not(:last-child) p span {
        display: block;
    }

    .column {
        padding: 17px 0 30px;
    }
    .column .wrap {
        display: block;
    }
    .column .col_content {
        width: 100%;
        margin: 0;
    }
    .column .col_ttl {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .column .col_text {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .column .col_img {
        margin-top: 15px;
        display: block;
        width: 100%;
    }
    .column .col_illust {
        top: 43px;
    }

    #search_list {
        padding-top: 40px;
    }
    .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 {
        max-width: 331px;
    }
}