/* 2022 add */
.books-container #main-container-wrap
{
    width: 1000px;
    margin: 10px auto 30px;

    flex-wrap: wrap;
    justify-content: space-between;
}

.books-container .col-main-full
{
    width: 100%;
}

.books-container .col-main.two-column
{
    margin-top: 50px;
    margin-left: 0;
}

.books-container .col-r
{
    margin-left: 60px;
}

.books-container .header--top
{
    padding: 30px 0;
}
.books-container .header--top .header__inner
{
    display: flex;

    justify-content: space-between;
    align-items: center;
}
.books-container .header--middle
{
    padding: 8px 0;

    background: #187abc;
}
.books-container .header__inner
{
    width: 1000px;
    margin: 0 auto;
}
.books-container .header__logo a
{
    display: block;
}
.books-container .header__logo a:hover
{
    opacity: .7;
}
.books-container .header__link_list
{
    display: flex;

    justify-content: flex-end;
    align-items: center;
}
.books-container .header__link_list__item + .header__link_list__item
{
    margin-left: 22px;
}
.books-container .header__link_list__item a
{
    font-family: Meiryo;
    font-size: 13px;
    font-weight: normal;

    position: relative;

    padding-left: 18px;

    text-decoration: none;

    color: #666;
}
.books-container .header__link_list__item a:hover
{
    opacity: .7;
}
.books-container .header__link_list__item a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';
    transform: translate(0, -50%);

    border-width: 5.5px 0 5.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
.books-container .header__sns_list
{
    display: flex;

    margin-top: 16px;

    justify-content: flex-end;
    align-items: center;
}
.books-container .header__sns_list__item + .header__sns_list__item
{
    margin-left: 18px;
}
.books-container .header__sns_list__item a
{
    display: block;
}
.books-container .header__sns_list__item a:hover
{
    opacity: .7;
}
.books-container .header__icon_link_list
{
    display: flex;

    justify-content: flex-end;
    align-items: center;
}
.books-container .header__icon_link_list__item + .header__icon_link_list__item
{
    margin-left: 28px;
}
.books-container .header__icon_link_list__item a
{
    display: flex;

    text-decoration: none;

    color: #fff;

    justify-content: flex-start;
    align-items: center;
}
.books-container .header__icon_link_list__item a:hover
{
    opacity: .7;
}
.books-container .header__icon_link_list__item a img
{
    margin-left: 8px;
}
.books-container .header__main_menu
{
    display: flex;

    margin-top: 10px;

    justify-content: stretch;
    align-items: stretch;
}
.books-container .header__main_menu__item
{
    display: flex;
    flex-direction: column;

    width: 100%;

    border-right: 1px solid #e1e1e1;

    justify-content: center;
    align-items: center;
}
.books-container .header__main_menu__item--bnr
{
    padding-right: 8px;
}
.books-container .header__main_menu__item--en
{
    font-family: CenturyGothic;
    font-size: 18px;
    font-weight: normal;

    display: block;

    text-align: center;
}
.books-container .header__main_menu__item--ja
{
    font-family: KozGoPr6N-Medium;
    font-size: 12px;
    font-weight: normal;

    display: block;

    margin-top: 6px;

    text-align: center;
}
.books-container .header__main_menu__item--recommend .header__main_menu__item--en,
.books-container .header__main_menu__item--recommend .header__main_menu__item--ja
{
    color: #933;
}
.books-container .header__main_menu__item--book .header__main_menu__item--en,
.books-container .header__main_menu__item--book .header__main_menu__item--ja
{
    color: #79914a;
}
.books-container .header__main_menu__item--magazine .header__main_menu__item--en,
.books-container .header__main_menu__item--magazine .header__main_menu__item--ja
{
    color: #296eb3;
}
.books-container .header__main_menu__item--comic .header__main_menu__item--en,
.books-container .header__main_menu__item--comic .header__main_menu__item--ja
{
    color: #db774c;
}
.books-container .header__main_menu__item--photo .header__main_menu__item--en,
.books-container .header__main_menu__item--photo .header__main_menu__item--ja
{
    color: #9c76b7;
}
.books-container .header__main_menu__item--goods .header__main_menu__item--en,
.books-container .header__main_menu__item--goods .header__main_menu__item--ja
{
    color: #ce5c82;
}
.books-container .header__main_menu__item a
{
    text-decoration: none;
}
.books-container .header__main_menu__item a:hover
{
    opacity: .7;
}
.books-container .content_inner
{
    width: 1000px;
    margin: 0 auto;
}
.books-container .content_inner--760
{
    width: 760px;
}
.books-container .content_inner--600
{
    width: 600px;
}
.books-container .btn
{
    display: block;

    margin: 0 auto;

    text-decoration: none;
}
.books-container .btn:hover
{
    opacity: .7;
}
.books-container .btn--more
{
    font-size: 14px;
    line-height: 1;

    position: relative;

    width: 174px;
    margin-top: 30px;
    padding: 10px;

    text-align: center;

    color: #666;
    border: 1px solid #b6b6b6;
}
.books-container .btn--more:after
{
    position: absolute;
    top: 50%;
    right: 14px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    transform: translate(0, -50%);

    border-width: 6px 0 6px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #787878;
}
.books-container .top_slider
{
    display: none;
}
.books-container .top_slider.slick-initialized
{
    display: block;
}
.books-container .top_slider .top_slider__item
{
    background: #000;
}
.books-container .top_slider .top_slider__item a
{
    display: block;
}
.books-container .top_slider .top_slider__item > *
{
    transition: opacity .3s;

    opacity: .5;
}
.books-container .top_slider .top_slider__item.slick-current > *
{
    opacity: 1;
}
.books-container .top_slider .slide-arrow
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;

    width: 30px;
    margin: auto;

    cursor: pointer;
}
.books-container .top_slider .prev-arrow
{
    left: 70px;
}
.books-container .top_slider .next-arrow
{
    right: 70px;
}
.books-container .search_box
{
    position: relative;

    width: 500px;
    margin: 0 auto;
}
.books-container .search_box:before
{
    position: absolute;
    top: 50%;
    left: 14px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    transform: translate(0, -50%);

    background: url('/user_data/books/assets/img/ico_search.png');
    background-position: center center;
}
.books-container .search_box input
{
    font-size: 16px;

    display: block;

    width: 100%;
    padding: 8px 8px 8px 50px;

    text-align: left;

    border: none;
    border-radius: 9999px;
    background: #eee;
}
.books-container .books_h2_wrap
{
    display: flex;

    padding-top: 10px;

    border-top: 5px solid #ccc;

    justify-content: flex-start;
    align-items: center;
}
.books-container .books_h2_wrap .books_h2
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
}
.books-container .books_h2_wrap .books_h2__right
{
    margin-left: 12px;
}
.books-container .books_h2_wrap .books_h2--en
{
    font-family: CenturyGothic;
    font-size: 36px;
}
.books-container .books_h2_wrap .books_h2--ja
{
    font-family: KozGoPr6N-Medium;
    font-size: 16px;

    margin-left: 12px;

    letter-spacing: .05em;
}
.books-container .books_h2_wrap--recommend
{
    border-color: #933;
}
.books-container .books_h2_wrap--recommend .books_h2
{
    color: #933;
}
.books-container .books_h2_wrap--book
{
    border-color: #79914a;
}
.books-container .books_h2_wrap--book .books_h2
{
    color: #79914a;
}
.books-container .books_h2_wrap--magazine
{
    border-color: #296eb3;
}
.books-container .books_h2_wrap--magazine .books_h2
{
    color: #296eb3;
}
.books-container .books_h2_wrap--comic
{
    border-color: #db774c;
}
.books-container .books_h2_wrap--comic .books_h2
{
    color: #db774c;
}
.books-container .books_h2_wrap--photo
{
    border-color: #9c76b7;
}
.books-container .books_h2_wrap--photo .books_h2
{
    color: #9c76b7;
}
.books-container .books_h2_wrap--goods
{
    border-color: #ce5c82;
}
.books-container .books_h2_wrap--goods .books_h2
{
    color: #ce5c82;
}
.books-container .books_h2_wrap--subscription
{
    padding-top: 0;

    border: none;
}
.books-container .books_h3--ja
{
    font-family: KozGoPr6N-Bold;
    font-size: 14px;
    line-height: 1;

    display: block;

    margin-top: 4px;

    text-align: center;
    letter-spacing: .2em;

    color: #666;
}
.books-container .books_h3--en
{
    font-family: CenturyGothic;
    font-size: 28px;
    line-height: 1;

    display: block;

    text-align: center;
    letter-spacing: .08em;

    color: #000;
}
.books-container .books_h4
{
    font-family: KozGoPr6N-Regular;
    font-size: 26px;
    line-height: 1;

    padding: 20px 0;

    text-align: center;

    border-top: 5px solid #ccc;
}
.books-container .books_h4--recommend
{
    color: #933;
    border-color: #933;
}
.books-container .books_h4--book
{
    color: #79914a;
    border-color: #79914a;
}
.books-container .books_h4--magazine
{
    color: #296eb3;
    border-color: #296eb3;
}
.books-container .books_h4--comic
{
    color: #db774c;
    border-color: #db774c;
}
.books-container .books_h4--photo
{
    color: #9c76b7;
    border-color: #9c76b7;
}
.books-container .books_h4--goods
{
    color: #ce5c82;
    border-color: #ce5c82;
}
.books-container .books_h4--lineup
{
    color: #187abc;
    border: none;
}
.books-container .news_list
{
    position: relative;

    margin-top: 16px;

    border-bottom: 1px solid #999;
}
.books-container .news_list__acc_btn
{
    position: absolute;
    bottom: -30px;
    left: 50%;

    display: block;

    width: 22px;
    height: 14px;

    content: '';
    cursor: pointer;
    transform: translate(-50%, 0);

    background: url('/user_data/books/assets/img/ico_accordion_arrow.png');
}
.books-container .news_list.open .news_list__acc_btn
{
    transform: translate(-50%, 0) rotate(180deg);
}
.books-container .news_list__item
{
    font-size: 16px;
    line-height: 1.2;

    border-top: 1px solid #999;
}
.books-container .news_list__item__title {
    font-weight: bold;
}

.books-container .news_list__item > a
{
    position: relative;
    display: block;
    padding: 18px 26px 18px 18px;
    text-decoration: none;
    color: #333;
}
.books-container .news_list__item > a:hover
{
    opacity: .7;
}
.books-container .news_list__item > a:after
{
    position: absolute;
    top: 50%;
    right: 16px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    transform: translate(0, -50%);

    border-width: 5.5px 0 5.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}
.books-container .news_list__item .no-arrow
{
    padding: 18px 26px 18px 18px;
    color: #333;
}


.books-container .topics_list
{
    display: flex;

    margin: 16px 0 0 -10px;

    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.books-container .topics_list__item
{
    font-size: 16px;

    display: block;

    margin: 10px 0 0 10px;
}
.books-container .topics_list__item a
{
    display: block;

    padding: 10px 24px;

    white-space: nowrap;
    text-decoration: none;

    border-radius: 9999px;
    background: #e9f6ff;
}
.books-container .topics_list__item a:hover
{
    opacity: .7;
}
.books-container .bnr_wrap
{
    margin: 50px auto 0;

    text-align: center;
}
.books-container .bnr_wrap a
{
    display: inline-block;
}
.books-container .page_link_list
{
    display: flex;

    margin-top: 50px;

    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.books-container .page_link_list__item
{
    width: 48%;

    border-top: 1px solid;
}
.books-container .page_link_list__item > a
{
    position: relative;

    display: flex;

    padding: 12px 0;

    text-decoration: none;

    justify-content: flex-start;
    align-items: flex-start;
}
.books-container .page_link_list__item > a:hover
{
    opacity: .7;
}
.books-container .page_link_list__item > a:before
{
    position: absolute;
    top: 12px;
    right: 12px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    border-radius: 9999px;
}
.books-container .page_link_list__item > a:after
{
    position: absolute;
    top: 16px;
    right: 18px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 6px 0 6px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.books-container .page_link_list__item__right
{
    margin-left: 10px;
}
.books-container .page_link_list__item__en
{
    font-family: CenturyGothic;
    font-size: 24px;

    display: block;

    margin-top: 4px;
}
.books-container .page_link_list__item__ja
{
    font-family: KozGoPr6N-Medium;
    font-size: 14px;

    display: block;

    margin-top: 4px;
}
.books-container .page_link_list__item__text
{
    font-size: 14px;
    line-height: 1.2;

    display: block;

    margin-top: 12px;

    color: #000;
}
.books-container .page_link_list__item--recommend
{
    border-color: #933;
}
.books-container .page_link_list__item--recommend .page_link_list__item__en,
.books-container .page_link_list__item--recommend .page_link_list__item__ja
{
    color: #933;
}
.books-container .page_link_list__item--recommend > a:before
{
    background: #933;
}
.books-container .page_link_list__item--book
{
    border-color: #79914a;
}
.books-container .page_link_list__item--book .page_link_list__item__en,
.books-container .page_link_list__item--book .page_link_list__item__ja
{
    color: #79914a;
}
.books-container .page_link_list__item--book > a:before
{
    background: #79914a;
}
.books-container .page_link_list__item--magazine
{
    border-color: #296eb3;
}
.books-container .page_link_list__item--magazine .page_link_list__item__en,
.books-container .page_link_list__item--magazine .page_link_list__item__ja
{
    color: #296eb3;
}
.books-container .page_link_list__item--magazine > a:before
{
    background: #296eb3;
}
.books-container .page_link_list__item--comic
{
    border-color: #db774c;
}
.books-container .page_link_list__item--comic .page_link_list__item__en,
.books-container .page_link_list__item--comic .page_link_list__item__ja
{
    color: #db774c;
}
.books-container .page_link_list__item--comic > a:before
{
    background: #db774c;
}
.books-container .page_link_list__item--photo
{
    border-color: #9c76b7;
}
.books-container .page_link_list__item--photo .page_link_list__item__en,
.books-container .page_link_list__item--photo .page_link_list__item__ja
{
    color: #9c76b7;
}
.books-container .page_link_list__item--photo > a:before
{
    background: #9c76b7;
}
.books-container .page_link_list__item--goods
{
    border-color: #ce5c82;
}
.books-container .page_link_list__item--goods .page_link_list__item__en,
.books-container .page_link_list__item--goods .page_link_list__item__ja
{
    color: #ce5c82;
}
.books-container .page_link_list__item--goods > a:before
{
    background: #ce5c82;
}
.books-container .banner_list
{
    display: flex;

    margin-top: 24px;

    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}
.books-container .banner_list__item
{
    width: 48%;
}
.books-container .banner_list__item > a
{
    display: block;
}
.books-container .yt-wrap
{
    margin-top: 60px;
}
.books-container .yt-wrap .yt-content
{
    width: 640px;
    height: 360px;
    margin: 0 auto;
}
.books-container .yt-wrap .yt-content iframe
{
    width: 100%;
    height: 100%;
}
.books-container .yt-wrap .yt-caption
{
    font-size: 16px;

    margin-top: 24px;

    text-align: center;

    color: #333;
}
.books-container .page_previews
{
    width: 700px;
    margin: 0 auto;
    padding-bottom: 48px;
}
.books-container .page_previews__item
{
    padding-top: 48px;
}
.books-container .page_previews__item__link_bar
{
    margin-bottom: 24px;
    padding: 16px 20px;

    background: #fff;
}
.books-container .page_previews__item__link_bar > a
{
    position: relative;

    display: flex;

    padding-right: 30px;

    text-decoration: none;

    border-bottom: 1px solid;

    justify-content: space-between;
    align-items: center;
}
.books-container .page_previews__item__link_bar > a:hover
{
    opacity: .7;
}
.books-container .page_previews__item__link_bar > a:before
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    transform: translate(0px, -50%);

    border-radius: 9999px;
}
.books-container .page_previews__item__link_bar > a:after
{
    position: absolute;
    top: 50%;
    right: 6px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    transform: translate(0px, -50%);

    border-width: 6px 0 6px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.books-container .page_previews__item__link_bar--en
{
    font-family: CenturyGothic;
    font-size: 30px;
    line-height: 1.2;
}
.books-container .page_previews__item__link_bar--ja
{
    font-family: KozGoPr6N-Medium;
    font-size: 14px;
}
.books-container .page_previews__item--recommend .page_previews__item__link_bar > a
{
    border-color: #933;
}
.books-container .page_previews__item--recommend .page_previews__item__link_bar > a:before
{
    background: #933;
}
.books-container .page_previews__item--recommend .page_previews__item__link_bar--en,
.books-container .page_previews__item--recommend .page_previews__item__link_bar--ja
{
    color: #933;
}
.books-container .page_previews__item--book .page_previews__item__link_bar > a
{
    border-color: #79914a;
}
.books-container .page_previews__item--book .page_previews__item__link_bar > a:before
{
    background: #79914a;
}
.books-container .page_previews__item--book .page_previews__item__link_bar--en,
.books-container .page_previews__item--book .page_previews__item__link_bar--ja
{
    color: #79914a;
}
.books-container .page_previews__item--magazine .page_previews__item__link_bar > a
{
    border-color: #296eb3;
}
.books-container .page_previews__item--magazine .page_previews__item__link_bar > a:before
{
    background: #296eb3;
}
.books-container .page_previews__item--magazine .page_previews__item__link_bar--en,
.books-container .page_previews__item--magazine .page_previews__item__link_bar--ja
{
    color: #296eb3;
}
.books-container .page_previews__item--comic .page_previews__item__link_bar > a
{
    border-color: #db774c;
}
.books-container .page_previews__item--comic .page_previews__item__link_bar > a:before
{
    background: #db774c;
}
.books-container .page_previews__item--comic .page_previews__item__link_bar--en,
.books-container .page_previews__item--comic .page_previews__item__link_bar--ja
{
    color: #db774c;
}
.books-container .page_previews__item--photo .page_previews__item__link_bar > a
{
    border-color: #9c76b7;
}
.books-container .page_previews__item--photo .page_previews__item__link_bar > a:before
{
    background: #9c76b7;
}
.books-container .page_previews__item--photo .page_previews__item__link_bar--en,
.books-container .page_previews__item--photo .page_previews__item__link_bar--ja
{
    color: #9c76b7;
}
.books-container .page_previews__item--goods .page_previews__item__link_bar > a
{
    border-color: #ce5c82;
}
.books-container .page_previews__item--goods .page_previews__item__link_bar > a:before
{
    background: #ce5c82;
}
.books-container .page_previews__item--goods .page_previews__item__link_bar--en,
.books-container .page_previews__item--goods .page_previews__item__link_bar--ja
{
    color: #ce5c82;
}
.books-container .preview_banner_list
{
    display: flex;

    margin-top: -20px;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.books-container .preview_banner_list__item
{
    width: 340px;
    margin-top: 20px;
}
.books-container .prod_list
{
    display: flex;

    margin-top: -20px;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.books-container .prod_list__item
{
    width: 22%;
    margin-top: 20px;
}
.books-container .prod_list__item > a
{
    text-decoration: none;

    color: #333;
}
.books-container .prod_list__item > a:hover
{
    opacity: .7;
}
.books-container .prod_list__item__img
{
    position: relative;

    width: 100%;
    padding-top: 100%;

    background: #fff;
    box-shadow: 0 0 3px 2px #eaeaea;
}
.books-container .prod_list__item__img img
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);

    -o-object-fit: contain;

       object-fit: contain;
}
.books-container .prod_list__item__media_name
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    bottom: 0;
    left: 0;

    padding: 4px 10px;

    color: #fff;
    background: rgba(119, 119, 119, .8);
}
.books-container .prod_list__item__name
{
    font-size: 14px;

    display: block;
    overflow: hidden;

    margin-top: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.books-container .prod_list__item__price
{
    font-size: 14px;

    display: block;

    margin-top: 4px;
}
.books-container .prod_list__item .item_soldout
{
    color: #f00;
    font-weight: bold;
    margin-top: 8px;
}
.books-container .prod_list__item .icon {
    margin-top: 8px;
    font-size: 0;
}
.books-container .prod_list__item .icon img {
    margin-top: 2px;
    margin-right: 2px;
    display: inline-block;
}
.books-container .prod_list--3col {
    justify-content: flex-start;
    gap: 20px 14px;
    margin-top: 0;
}
.books-container .prod_list--3col .prod_list__item
{
    width: 32%;
    margin-top: 0;
}
.books-container .prod_list::before
{
    display: block;

    width: 22%;

    content: '';

    order: 1;
}
.books-container .prod_list::after
{
    display: block;

    width: 22%;

    content: '';
}
.books-container .prod_list + .books_h4
{
    margin-top: 70px;
}

.books-container .pickup_list
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px calc(88px/3);
}
.books-container .pickup_list__item
{
    width: 168px;
}
.books-container .pickup_list__item > a
{
    text-decoration: none;
    color: #333;
}
.books-container .pickup_list__item > a:hover
{
    opacity: .7;
}
.books-container .pickup_list__item__img
{
    position: relative;
    width: 100%;
    padding-top: 140px;
    background: #fff;
}
.books-container .pickup_list__item__img img
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}
.books-container .pickup_list__item__txt
{
    font-size: 14px;
    display: block;
    margin-top: 8px;
}

.books-container .info_list
{
    position: relative;

    margin-top: 16px;

    border-bottom: 1px solid #999;

    font-size: 0;
    line-height: 0;
}
.books-container .info_list__acc_btn
{
    position: absolute;
    bottom: -30px;
    left: 50%;

    display: block;

    width: 22px;
    height: 14px;

    content: '';
    cursor: pointer;
    transform: translate(-50%, 0);

    background: url('/user_data/books/assets/img/ico_accordion_arrow.png');
}
.books-container .info_list.open .info_list__acc_btn
{
    transform: translate(-50%, 0) rotate(180deg);
}
.books-container .info_list__item
{
    font-size: 16px;
    line-height: 1.2;

    border-top: 1px solid #999;
}
.books-container .info_list__item > a
{
    position: relative;

    display: block;

    padding: 18px 26px 18px 18px;

    text-decoration: none;

    color: #333;
}
.books-container .info_list__item > a:hover
{
    opacity: .7;
}
.books-container .info_list__item > a:after
{
    position: absolute;
    top: 50%;
    right: 16px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    transform: translate(0, -50%);

    border-width: 5.5px 0 5.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}
.books-container .navi_list_wrap
{
    padding: 40px;
}
.books-container .navi_list_wrap .navi_list
{
    display: flex;

    margin-top: -16px;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.books-container .navi_list_wrap .navi_list__item
{
    width: 30%;
    margin-top: 16px;
}
.books-container .navi_list_wrap .navi_list__item a
{
    font-size: 16px;

    position: relative;

    display: block;

    width: 100%;
    padding-right: 20px;
    padding-bottom: 12px;

    text-align: center;
    text-decoration: none;

    border-bottom: 1px solid;
}
.books-container .navi_list_wrap .navi_list__item a:hover
{
    opacity: .7;
}
.books-container .navi_list_wrap .navi_list__item a:before
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    transform: translate(0, -70%);

    border-radius: 9999px;
}
.books-container .navi_list_wrap .navi_list__item a:after
{
    position: absolute;
    top: 50%;
    right: 6px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    transform: translate(0, -80%);

    border-width: 6px 0 6px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.books-container .navi_list_wrap .navi_list:after
{
    display: block;

    width: 30%;

    content: '';
}
.books-container .navi_list_wrap--recommend
{
    background: #f8ebeb;
}
.books-container .navi_list_wrap--recommend .navi_list a
{
    color: #933;
    border-color: #933;
}
.books-container .navi_list_wrap--recommend .navi_list a:before
{
    background: #933;
}
.books-container .navi_list_wrap--book
{
    background: #fff5f1;
}
.books-container .navi_list_wrap--book .navi_list a
{
    color: #79914a;
    border-color: #79914a;
}
.books-container .navi_list_wrap--book .navi_list a:before
{
    background: #79914a;
}
.books-container .navi_list_wrap--magazine
{
    background: #f3f9fe;
}
.books-container .navi_list_wrap--magazine .navi_list a
{
    color: #296eb3;
    border-color: #296eb3;
}
.books-container .navi_list_wrap--magazine .navi_list a:before
{
    background: #296eb3;
}
.books-container .navi_list_wrap--comic
{
    background: #fff5f1;
}
.books-container .navi_list_wrap--comic .navi_list a
{
    color: #db774c;
    border-color: #db774c;
}
.books-container .navi_list_wrap--comic .navi_list a:before
{
    background: #db774c;
}
.books-container .navi_list_wrap--photo
{
    background: #f8f3fb;
}
.books-container .navi_list_wrap--photo .navi_list a
{
    color: #9c76b7;
    border-color: #9c76b7;
}
.books-container .navi_list_wrap--photo .navi_list a:before
{
    background: #9c76b7;
}
.books-container .navi_list_wrap--goods
{
    background: #fcf5f7;
}
.books-container .navi_list_wrap--goods .navi_list a
{
    color: #ce5c82;
    border-color: #ce5c82;
}
.books-container .navi_list_wrap--goods .navi_list a:before
{
    background: #ce5c82;
}
.books-container .information_link
{
    font-family: Meiryo;
    font-size: 18px;
    font-weight: normal;

    display: block;

    text-align: center;
    text-decoration: underline;

    color: #c00;
}
.books-container .information_link:hover
{
    text-decoration: none;
}
.books-container .campaign_bnr
{
    display: flex;

    border: 1px solid #858585;
    border-radius: 5px;

    justify-content: space-between;
    align-items: center;
}
.books-container .campaign_bnr__right
{
    padding: 10px 60px 10px 0;
}
.books-container .campaign_bnr__text
{
    font-family: Meiryo;
    font-size: 16px;
    line-height: 24px;

    margin-top: 30px;
    padding-left: 40px;

    color: #000;
}
.books-container .campaign_bnr__text--red
{
    color: #ce0000;
}
.books-container .campaign_apply
{
    margin-top: 14px;
}
.books-container .campaign_apply__main
{
    font-family: Meiryo;
    font-size: 22px;
    line-height: 34px;

    margin-left: 20px;

    color: #000;
}
.books-container .campaign_apply__main__note
{
    font-size: 14px;
}
.books-container .campaign_apply__flow_list
{
    padding: 14px 0;

    border-top: 1px dotted #bdbdbd;
    border-bottom: 1px dotted #bdbdbd;
}
.books-container .campaign_apply__flow_list__item
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
}
.books-container .campaign_apply__flow_list__item + .campaign_apply__flow_list__item
{
    margin-top: 16px;
}
.books-container .campaign_apply__flow_list__item__icon
{
    width: 108px;
}
.books-container .campaign_apply__flow_list__item__text
{
    font-family: Meiryo;
    font-size: 16px;
    line-height: 24px;

    padding-left: 12px;

    color: #000;

    flex: 1;
}
.books-container .campaign_apply__flow_list__item__text--red
{
    color: #c00;
}
.books-container .campaign_apply__note
{
    font-family: Meiryo;
    font-size: 12px;
    line-height: 20px;

    margin-top: 22px;
    margin-left: 20px;

    color: #000;
}
.books-container .top_search_section
{
    margin-top: 30px;
}
.books-container .top_news_section
{
    margin-top: 30px;

    background: #e9f6ff;
}
.books-container .top_news_section .content_inner
{
    padding: 16px 22px 48px;
}
.books-container .top_topics_section
{
    margin-top: 50px;
}
.books-container .top_page_preview_section
{
    margin-top: 50px;

    background: #eee;
}
.books-container .top_information_section
{
    margin-top: 128px;
    margin-bottom: 50px;
}
.books-container .books_slider_section .top_slider
{
    margin-top: 12px;
}
.books-container .books_navi_section
{
    margin-top: 50px;
}
.books-container .books_navi_section + .books_content_section
{
    margin-top: 70px;
}
.books-container .books_content_section
{
    margin-top: 50px;
}
.books-container .books_item_list_section
{
    margin-top: 70px;
}
.books-container .books_lineup_section
{
    margin-top: 40px;
    padding: 0 25px 30px;

    border-top: 5px solid #187abc;
    background: #f3f9fe;
}
.books-container .books_campaign_section
{
    margin-top: 50px;
}

.books_footer
{
    padding: 54px 0 110px;

    background: #187abc;
}
.books_footer__inner
{
    width: 1000px;
    margin: 0 auto;
}
.books_footer__link_list
{
    display: flex;

    justify-content: center;
    align-items: center;
}
.books_footer__link_list__item
{
    border-right: 1px solid #fff;
}
.books_footer__link_list__item:first-child
{
    border-left: 1px solid #fff;
}
.books_footer__link_list__item a
{
    font-family: Meiryo;
    font-size: 16px;

    display: block;

    padding: 6px 22px;

    text-decoration: none;

    color: #fff;
}
.books_footer__link_list__item a:hover
{
    opacity: .7;
}
.books_footer__bg_border
{
    position: relative;

    margin-top: 28px;
}
.books_footer__bg_border:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
    height: 1px;

    content: '';
    transform: translate(-50%, -50%);

    background: #000;
}
.books_footer__bg_border p
{
    font-family: CenturyGothic;
    font-size: 22px;

    position: relative;

    display: inline-block;

    padding-right: 10px;

    color: #333;
    background: #187abc;
}
.books_footer__site_list
{
    display: flex;

    margin-top: 20px;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.books_footer__site_list__item
{
    width: 16%;
    height: 48px;

    background: #fff;
}
.books_footer__site_list__item a
{
    display: flex;

    width: 100%;
    height: 100%;

    text-decoration: none;

    justify-content: center;
    align-items: center;
}
.books_footer__site_list__item a:hover
{
    opacity: .7;
}

/* 2022 add end */
/* 2022 overwrite */
.col-main .tl-heading.item-list
{
    background: #4b94c8;
}

.col-main .sort-select-magazine
{
    background: #3a85bc;
}

.col-main .sort-select-form select
{
    color: #666;
    border-color: #7eb2d7;
}

.col-main .sort-select-form::after
{
    border-color: #7eb2d7;
}

.col-r .info-wrap
{
    margin-top: 50px;

    border: 1px solid #e0e0e0;
    background: transparent;
}

.col-r .info-wrap .tl-info
{
    font-family: CenturyGothic;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;

    text-align: center;

    color: #000;
}

.col-r .info-wrap .tl-info--ja
{
    font-family: KozGoPr6N-Bold;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;

    display: block;

    text-align: center;
    letter-spacing: .2em;

    color: #666;
}

.col-r .info-wrap .detail-list
{
    position: relative;

    margin-bottom: 5px;

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;

    font-size: 0;
    line-height: 0;
}
.col-r .info-wrap .detail-list__acc_btn
{
    position: absolute;
    bottom: -20px;
    left: 50%;

    display: block;

    width: 22px;
    height: 14px;

    content: '';
    cursor: pointer;
    transform: translate(-50%, 0);

    border: none !important;
    background: url('/user_data/books/assets/img/ico_accordion_arrow.png');
}
.col-r .info-wrap .detail-list.open .detail-list__acc_btn
{
    transform: translate(-50%, 0) rotate(180deg);
}

.col-r .info-wrap .detail-list li
{
    margin: 0;
}

.col-r .info-wrap .detail-list li + li
{
    border-top: 1px solid #e0e0e0;
}

.col-r .info-wrap a
{
    font-family: Meiryo;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;

    position: relative;

    display: block;

    padding: 12px 12px 12px 0;

    color: #333;
}

.col-r .info-wrap a:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';
    transform: translate(0, -50%);

    border-width: 5.5px 0 5.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #909090;
}

/* 2022 overwrite end */

#search_container {
    font-size: 16px;
}
#search_container .page-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px;
}
#search_container .detail-search-form-table {
    width: 100%;
    margin-bottom: 30px;
}
#search_container .detail-search-form-table__row {
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
}
#search_container .detail-search-form-table__head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
#search_container .detail-search-form-table__col {
    width: 70%;
    padding: 10px;
}

#search_container .detail-search-form-table__col .inline-block {
    display: inline-block;
    margin-left: 10px;
}

#search_container .detail-search-form-table input[type="text"] {
    width: 300px;
    font-size: 16px;
}
#search_container .detail-search-form-table select {
    width: 300px;
    font-size: 16px;
}
#search_container .detail-search-form-table label {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
#search_container .detail-search-form-table label input[type="checkbox"] {
    margin-right: 5px;
}

#search_container .detail-search-form__btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#search_container .detail-search-form__btn-area .cancel-btn {
    width: 180px;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0;
    text-decoration: none;
    text-align: center;
}
#search_container .detail-search-form__btn-area .submit-btn {
    width: 180px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

.col-main .product-item-block .ttl {
    margin-top: 5px;
}
.col-main .product-item-block .magazine-name {
    margin-top: 5px;
}

.books-container .search_box .search_box__link {
    text-decoration: underline;
    font-size: 16px;
    color: #4472C4;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translate(120%, -50%);
}



/* STAFFSTART add */
.books-container .staffstart {
    margin-top: 128px;
    font-size: 14px;
    color: #000;
}
.books-container .staffstart._under {
    margin: 30px 0;
}
.books-container .staffstart.wrap-bg {
    background-color: #eee;
    padding: 40px;
}
.books-container .staffstart a:hover {
    opacity: .7;
    text-decoration: none;
}
.books-container .staffstart.wrap-bg .content_inner {
    width: 100%;
    margin: 0;
}
.books-container .staffstart .product-item-container {
    margin-top: 30px;
}
.books-container .staffstart .books_h4 + .product-item-container {
    margin-top: 0;
}
.books-container .staffstart .product-item-block {
    display: flex;
    /* padding: 0 40px; */
}
.books-container .staffstart .books_h4 ~ .product-item-container .product-item-block {
    padding: 0;
}
.books-container .staffstart .product-item-block.col4 .product-item-inner {
    width: calc((100% - 120px) / 4);
    margin-bottom: 30px;
}
.books-container .staffstart .product-item-block.col4 .product-item-inner:not(:nth-of-type(4n+1)) {
    margin-left: 40px;
}
.books-container .staffstart .product-item_name {
    line-height: 1.4;
}
.books-container .staffstart .item_img {
    /* padding-bottom: 10px; */
}
.books-container .staffstart .item_img img {
    width: 100%;
}
.books-container .staffstart .review_title {
    padding-bottom: 10px;
    line-height: 1.4;
}
.books-container .staffstart .staff_wrap .staff_ic {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
}
.books-container .staffstart .staff_wrap .staff_ic img {
    width: 100%;
}
.books-container .staffstart .staff_wrap .staff_name {
    padding-left: 5px;
    line-height: 1.4;
}
.books-container .staffstart .btn-basic {
    width: 250px;
    margin: 0 auto;
}
.books-container .staffstart .btn-basic.btn-purchase {
    margin: 15px 0 0;
    position: relative;
}
.books-container .staffstart .btn-basic .more,
.books-container .staffstart .btn-basic .purchase {
    background-color: #333;
    color: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    text-align: center;
    display: block;
    font-family: KozGoPr6N-Regular;
}
.books-container .staffstart .btn-basic .purchase {
    background-color: #c31941;
}
.books-container .staffstart .books_h4--recommend ~ .product-item-container .btn-basic .more {
    background-color: #933;
}
.books-container .staffstart .books_h4--book ~ .product-item-container .btn-basic .more {
    background-color: #79914a;
}
.books-container .staffstart .books_h4--magazine ~ .product-item-container .btn-basic .more {
    background-color: #296eb3;
}
.books-container .staffstart .books_h4--comic ~ .product-item-container .btn-basic .more {
    background-color: #db774c;
}
.books-container .staffstart .books_h4--photo ~ .product-item-container .btn-basic .more {
    background-color: #9c76b7;
}
.books-container .staffstart .books_h4--goods ~ .product-item-container .btn-basic .more {
    background-color: #ce5c82;
}
.books-container .staffstart .btn-basic .arrow {
    position: relative;
    text-decoration: none;
    font-size: 15px;
}
.books-container .staffstart .btn-basic .more::after,
.books-container .staffstart .btn-basic.btn-purchase::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.books-container .staffstart .btn-basic.btn-purchase .arrow::before,
.books-container .staffstart .btn-basic.btn-purchase .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.books-container .staffstart .select {
    position: relative;
    display: inline-block;
    border: 1px solid #333;
    margin: 0 0 20px 40px;
}
.books-container .staffstart .select::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    top: -4px;
    bottom: 0;
    margin:  auto;
    right: 10px;
    cursor: pointer;
}
.books-container .staffstart .select::after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}
.books-container .staffstart select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: none;
    padding: 5px 30px 5px 10px;
    outline: none;
}
.books-container .staffstart select::-ms-expand {
    display: none;
}
.books-container .staffstart .sort-select ~ .sort-select {
    margin-left: 30px
}

.books-container .staffstart .flex {
    display: flex;
}
.books-container .staffstart .flex.ai_center {
    align-items: center;
}
.books-container .staffstart .flex.col4 .inner {
    width: calc((100% - 120px) / 4);
    margin-bottom: 40px;
}
.books-container .staffstart .flex.col4 .inner:not(:nth-of-type(4n+1)) {
    margin-left: 40px;
}
.books-container .col-main .staffstart .item-sort-area.jc_f-start {
    justify-content: flex-start;
}
.books-container .staffstart .books_h4.no_bd {
    border: none;
}

/* staffstart review */
.books-container .staffstart.staffreview .product-item_name {
    padding-bottom: 10px;
}
.books-container .staffstart.staffreview .staff_wrap {
    display: flex;
    align-items: center;
}

/* staffstart staff */
.books-container .staffstart.staff .staff_list {
    display: flex;
}
.books-container .staffstart.staff .staff_wrap {
    text-align: center;
}
.books-container .staffstart.staff .staff_name {
    line-height: 1.4;
    padding-top: 10px;
    padding-left: 0;
}
.books-container .staffstart.staff .staff_ic {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

/* staffstart staff_detail */
.books-container .staffstart.staff_detail .flex {
    flex-wrap: nowrap;
}
.books-container .staffstart.staff_detail .staff_wrap {
    margin-bottom: 30px;
}
.books-container .staffstart.staff_detail .staff_wrap .staff_intro {
    border-right: 1px solid #ccc;
}
.books-container .staffstart.staff_detail .staff_wrap .staff_ic {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}
.books-container .staffstart.staff_detail .staff_wrap .staff_name {
    padding: 0 20px 0 15px;
    max-width: 200px;
}
.books-container .staffstart.staff_detail.under_detail .staff_wrap .staff_name {
    max-width: none;
}
.books-container .staffstart.staff_detail .staff_wrap .staff_name span {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /* white-space: nowrap; */
}
.books-container .staffstart.staff_detail .flex {
    flex-wrap: nowrap;
}
.books-container .staffstart.staff_detail .staff_wrap .intro {
    text-align: left;
    padding-left: 20px;
    line-height: 1.4;
    font-size: 14px;
}
.books-container .staffstart.staff_detail .staff_wrap .intro {
    text-align: left;
    padding-left: 20px;
    line-height: 1.4;
    font-size: 14px;
    flex: 1;
}
.books-container .staffstart._under .heading.tl {
    font-size: 18px;
}
.books-container .staffstart._under .frame {
    width: 720px;
    margin: 0 auto;
}

/* 下層 */
.books-container .staffstart .books_h4 {
    padding: 30px 0;
}
.books-container .staffstart.staffreview .review_day {
    padding-bottom: 3px;
    font-size: 12px;
    color: #666;
}
.books-container .staffstart.ss-ic-list {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.books-container .staffstart .ss-ic {
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #333;
}
.books-container .staffstart .ss-ic a {
    display: block;
    padding: 4px 10px;
}
.books-container .staffstart.ss-ic-list .ss-ic a {
    padding: 6px 10px;
}
.books-container .staffstart .product-item-block .ss-ic,
.books-container .staffstart.staff_detail .ss-ic {
    padding: 4px 10px;
    color: #333;
}

.books-container .staffstart.under_detail .inner {
    margin-bottom: 30px;
}
.books-container .staffstart.under_detail .slidewrap {
    padding-right: 10px;
}
.books-container .staffstart.under_detail .slide.slider-item,
.books-container .staffstart.under_detail .slider-item-nav {
    width: 360px;
}
.books-container .staffstart.under_detail .slide.slider-item {
    margin-bottom: 15px;
}
.books-container .staffstart.under_detail .staff_wrap {
    margin-bottom: 15px;
}
.books-container .staffstart.under_detail .staff_wrap .staff_intro {
    border: none;
}
.books-container .staffstart.under_detail .staff_wrap .intro {
    padding-top: 15px;
    padding-left: 0;
}

.books-container .staffstart .slick-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.books-container .staffstart .slick-prev,
.books-container .staffstart .slick-next {
    width: 25px;
    height: 25px;
}

.books-container .staffstart .slick-prev::before,
.books-container .staffstart .slick-next::before {
    width: 20px;
    height: 20px;
}

.books-container .staffstart .slick-prev::before {
    left: 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(225deg);
}

.books-container .staffstart .slick-next::before {
    right: 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

.books-container .staffstart.under_detail .slick-prev {
    left: 5px;
}
.books-container .staffstart.under_detail .slick-next {
    right: 5px;
}
.books-container .staffstart.under_detail .slider-item-nav {
    padding: 0 30px; 
}
.books-container .staffstart.under_detail .slider-item-nav .item_img:hover {
    cursor: pointer;
    opacity: 1;
}
.books-container .staffstart.under_detail .slider-item-nav .item_img {
    opacity: .7;
}
.books-container .staffstart.under_detail .slider-item-nav .item_img.slick-slide.slick-current {
    opacity: 1;
}
.books-container .staffstart.under_detail .slider-item-nav .slick-slide {
    padding: 0 5px;
}
.books-container .staffstart .slide {
    margin: 0 auto 30px;
}
.books-container .staffstart .slick-slide {
    padding: 0 20px;
}
.books-container .staffstart .slick-slide img {
    width: 100%;
}
.books-container .staffstart .posted_date {
    text-align: left;
    padding-bottom: 15px;
    font-size: 12px;
}
.books-container .staffstart .review_intro_wrap {
    text-align: left;
    padding-top: 15px;
}
.books-container .staffstart .review_intro_wrap .review-title,
.books-container .staffstart .review_intro_wrap .review-intro {
    padding-bottom: 15px;
    line-height: 1.4;
}
.books-container .staffstart .product-pickup .catch-area {
    margin-top: 6px;
}
.books-container .staffstart .product-pickup .price {
    font-size: 14px;
    color: #777;
    line-height: 1.2;
}
.books-container .staffstart .p-name {
    line-height: 1.4;
}
.books-container .staffstart .p-name.upper {
    padding-bottom: 5px;
}
.books-container .tl-heading.parallel {
    background-color: #187abc;
}
.books-container .heading.tl {
    font-family: KozGoPr6N-Medium;
}
.books-container .staffstart .btn-basic.btn-type-b a {
    background-color: #187abc;
}
.books-container .staffstart .review-post-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #187abc;
    margin-bottom: 30px;
}
.books-container .staffstart .review-post-wrap .review-post-num {
    padding-bottom: 10px;
}
.books-container .staffstart .review-post-wrap .review_day {
    padding: 15px 0 0;
}
.books-container .staffstart .review-post-wrap .review-title {
    line-height: 1.4;
    padding: 5px 0 30px;
}
.books-container .staffstart .bd_line {
    margin: 30px 0;
}

/* 検索絞り込み用　toggle ボタン */
.books-container .staffstart .ss-ic-list .ss-ic.on {
    background: #333;
}
.books-container .staffstart .ss-ic-list .ss-ic.on a {
    color: #fff;
}