
.lineup__list.theme_01 { background-image: url(/images/otoriyose/theme/orange/cat01_bg_pc.png); background-color: #F9992C; background-size: 32px 32px; }
.lineup__list.theme_02 { background-image: url(/images/otoriyose/theme/orange/cat02_bg_pc.png); background-color: #F7E53F; background-size: 85px 43px; }
.lineup__list.theme_03 { background-image: url(/images/otoriyose/theme/orange/cat03_bg_pc.png); background-color: #F7D233; background-size: 49px 84px; }
.lineup__list.theme_04 { background-image: url(/images/otoriyose/theme/orange/cat04_bg_pc.png); background-color: #71D65F; background-size: 78px 78px; }
.lineup__list.theme_05 { background-image: url(/images/otoriyose/theme/orange/cat05_bg_pc.png); background-color: #EBF05B; background-size: 89px 74px; }

.top .top__img {
    position: relative;
    z-index: 0;
}
.top .top__img::before {
    content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    height: 500px;
	background-image: url("/images/otoriyose/theme/orange/fv_border_left.svg");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}
.top .top__img::after {
    content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    height: 500px;
	background-image: url("/images/otoriyose/theme/orange/fv_border_right.svg");
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 1;
}

.column {
    background-image: url("/images/otoriyose/theme/orange/col_bg.png");
    background-size: 60px 60px;
    padding: 60px 0;
}
.column .wrap {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
}
.column .col_content {
    max-width: 646px;
    width: 54%;
    margin-right: 40px;
}
.column .col_ttl {
    width: 100%;
    margin-bottom: 20px;
}
.column img {
    display: block;
    width: 100%;
}
.column .col_text {
    color: #F5B231;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-right: 23px;
}
.column .col_text_bottom {
    background: #F5B231;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 30px 36px 57px;
    position: relative;
    margin-right: 23px;
}
.column .col_text_bottom_text {
    margin: 0 auto 30px;
    max-width: 387px;
}
.column .col_text_bottom p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    z-index: 0;
}
.column .col_illust {
    position: absolute;
    bottom: -43px;
    left: 0;
}
.column .col_img_pc {
    max-width: 536px;
    width: 45%;
    height: auto;
}
.column .col_img_sp {
    display: none;
}

.anc {
    background-color: #F5B231;
    padding: 50px 0;
}
.anc_ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.anc_ttl img {
    vertical-align: bottom;
}
.anc_link {
    display: flex;
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.anc_link img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    vertical-align: bottom;
    object-fit: cover;
}
.anc_link .item {
    width: 20%;
    max-width: 220px;
}
.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 p br {
    display: none;
}
.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 .anc_btn {
    width: 282px;
    height: 60px;
    position: unset;
    background: #008FBF;
    border-radius: 10px;
    padding: 16px 0;
    box-sizing: border-box;
    display: block;
    margin: 30px auto 0;
}
.anc .anc_btn:hover {
    text-decoration: none;
}
.anc .anc_btn p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding-right: 20px;
    position: relative;
}
.anc .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: 60px;
}
.search_img {
    margin-top: 0;
}
.sp_only {
    display: none;
}

@media screen and (max-width: 1366px) {
    .anc_link {
        column-gap: 1.3%;
    }
}
@media screen and (max-width: 699px) {
    .lineup__list.theme_03 { background-size: 35px 70px;}
    
    .top .top__img::before, 
    .top .top__img::after {
        display: none;
    }
    .column {
        padding: 30px 0 40px;
    }
    .column .wrap {
        display: block;
    }
    .column .col_content {
        width: 100%;
        margin: 0;
    }
    .column .col_ttl {
        margin-bottom: 15px;
    }
    .column .col_text {
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .column .col_img_pc {
        display: none;
    }
    .column .col_img_sp {
        display: block;
        margin-bottom: 20px;
    }
    .column .col_text_bottom  {
        padding: 20px 20px 30px;
        margin: 0;
        border-radius: 30px;
    }
    .column .col_text_bottom_text {
        margin-bottom: 15px;
        width: 285px;
    }
    .column .col_text_bottom p {
        font-size: 14px;
    }
    .column .col_illust {
        left: auto;
        right: 0;
        bottom: -8px;
    }
    .anc {
        padding: 40px 0;
    }
    .anc_link {
        gap: 15px;
    }
    .anc_link .item {
        width: 165px;
    }
    .anc_link img {
        width: 165px;
        height: 70px;
    }
    .anc_link p {
        font-size: 14px;
    }
    .anc .anc_btn {
        margin-top: 20px;
        padding: 18px 0;
        width: 320px;
        max-width: 320px;
    }
    .anc .anc_btn p {
        font-size: 16px;
        padding-right: 15px;
    }
    .anc .anc_btn p::after {
        border-width: 6px 5px 0 5px;
        top: 46%;
        right: 24%;
    }

    #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;
    }
    .sp_only {
        display: block;
    }
}