/*********** sp_index CSS ***********/

/* header */
header {
    height: 93px;
    border-bottom: solid 1px #d5d5d5;
}

header .button p.member {
    top: 12px;
}

header .button p.menu {
    top: 10.5px;
}

header nav {
    overflow-x: hidden;
}


header nav ul {
    width: 100%;
}

header nav ul li a {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding-bottom: 8px;
    padding-right: 0;
    padding-left: 0;
}

header nav ul li:first-child {
    padding-left: 5.3vw;
    padding-right: 5.87vw;
}

header nav ul li:nth-child(2) {
    padding-left: 6.1vw;
    padding-right: 6.1vw;
}

header nav ul li:nth-child(3) {
    padding-left: 6.1vw;
    padding-right: 5.87vw;
}

header nav ul li:last-child {
    padding-left: 5.87vw;
    padding-right: 0;
}

@media screen and (max-width: 340px) {
    header nav ul li:first-child {
        padding-left: 3.3vw;
    }

    header nav ul li:last-child {
        padding-left: 3.87vw;
    }
}

.header-static {
    position: static;
    height: auto;
    transition: .3s;
    border: none;
    margin-top: 3px;
    margin-bottom: 15px;
}

.header-static .main_nav {
    position: unset;
    width: 100%;
    height: 56.5px;
    margin-top: 0;
    border-bottom: solid 1px #d5d5d5;
}

.header-static .main_nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;

}

.header-static .main_nav ul:after {
    display: none;
}

.header-static .main_nav ul li {
    height: 49px;
    float: none;
    position: unset;
    width: calc(100% / 6);
    padding-left: 4px;
    text-align: center;
    padding: 0;
}

.header-static .main_nav ul li:last-child {
    padding-right: 4px;
}

.header-static .main_nav ul li:after,
.header-static .main_nav ul li:last-child:after {
    display: none;
}

.header-static .main_nav ul li a {
    color: #707070;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    display: block;
}

.header-static .main_nav ul li a span {
    display: block;
    transform: scale(0.9);
    white-space: nowrap;
    font-size: 10px;
}

.header-static .main_nav ul li img {
    display: block;
    width: auto;
    height: 24px;
    object-fit: contain;
    margin: 6px auto 8px;
}

.header-static .sub_nav {
    position: unset;
    width: 100%;
    height: 20px;
    margin-top: 8px;
}

.header-static .sub_nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header-static .sub_nav ul:after {
    display: none;
}

.header-static .sub_nav ul li {
    background-color: #FF868C;
    height: 100%;
    float: none;
    position: unset;
    width: calc((100% - 16px) / 5);
    margin-right: 0;
    padding: 0;
}

.header-static .sub_nav ul li:after,
.header-static .sub_nav ul li:last-child:after {
    display: none;
}

.header-static .sub_nav ul li a {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    display: block;
    line-height: 18px;
    text-align: center;
    transform: scale(0.8);
    white-space: nowrap;
}

.header-static .search_area {
    width: 90%;
    border-radius: 4px;
    margin: 10px auto 10px;
    padding: 5px 10px 5px;
}

.header-static button.gsc-search-button.gsc-search-button-v2 {
    padding: 4px !important;
}

/* shopping&記事ページ用ヘッダー下マージン */
.header-mb35 {
    margin-bottom: 35px;
}

.header-mb50 {
    margin-bottom: 50px;
}

/* サイドメニュー */
#menu #m-service ul li:nth-child(3) a {
    padding: 20px 0 26px 0;
    border-right: none;
}


/* slider用 */
.slider-01 .slick-list,
.slider-02 .slick-list {
    padding: 0 !important;
}

.slider-02 li {
    margin-right: 5px;
}


/* 最新号ボタン用 */
#book {
    border: none;
}

/* 最新号スクロールスライド用 */
.scroll-slide {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-left: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-slide::-webkit-scrollbar{
    display: none;
}

.scroll-slide li {
    scroll-snap-align: start;
    flex-shrink: 0;
    margin-right: 5px;
}


/*********** 下層ページ CSS ***********/
.nav-color a {
    color: #FF868C;
    font-weight: bold;
    border-bottom: 4px solid #FF868C;
}


/*********** 最新号ボタン CSS ***********/
.category_top aside,
.theme_detail aside {
    width: 100%;
    overflow: hidden;
}

.category_top aside #book,
.theme_detail aside #book{
    padding: 0 0 40px 0;
    margin: 30px 0 0 0;
}

.category_top aside #book .tab_list,
.theme_detail aside #book .tab_list {
    padding: 0 30px;
}

.category_top aside #book .tab_list>*,
.theme_detail aside #book .tab_list>* {
    min-width: 10px;
    min-width: 1rem;
    min-height: 10px;
    min-height: 1rem;
    padding-right: 5px;
    padding-right: 0.5rem;
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: stretch;
}

.category_top aside #book .tab_list a,
.theme_detail aside #book .tab_list a {
    display: block;
    border-radius: 50px;
    font-size: 12px;
    padding: 7px 0 7px 20px;
    background: #FFF url(https://st.benesse.ne.jp/resources/share2018/img/sp/cmn_arwr_s_b.png) right 18px top 8px no-repeat;
    background-size: 10px auto;
    margin: 0 2px;
}
