@charset "UTF-8";

/* Scss Document */
.sideblock_banner + .sideblock_ranking {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #999;
}

.sideblock_present .cols {
    table-layout: fixed;
}

.block_list_imageNews .titleL {
    font-family:
        Urbanist, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-weight: 100;
}

.en {
    font-family:
        Urbanist, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.icon_arrow {
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_arrow.svg") no-repeat right center;
}

.block_list_editorSelection .titleL {
    font-family: Urbanist;
    font-weight: 100;
    padding-top: 17px;
    margin-bottom: 0;
    font-size: 36px;
    text-align: center;
}

.main_slider_items .slick-next,
.youtube_slider_items .slick-next {
    border: none;
    position: absolute;
    bottom: 38px;
    right: 38px;
    width: 24px;
    height: 44px;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_arrow_narrow_next.svg") center
        center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1000;
}

.main_slider_items .slick-prev,
.youtube_slider_items .slick-prev {
    border: none;
    position: absolute;
    bottom: 38px;
    left: 38px;
    width: 24px;
    height: 44px;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_arrow_narrow_prev.svg") center
        center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1000;
}

.main_slider_items {
    margin-bottom: 76px;
    min-height: 439px;
}

.main_slider_items .main_slider_item img {
    z-index: 1;
    position: relative;
    max-width: 100%;
}

.main_slider_items .main_slider_item .main_slider_txt {
    margin-left: auto;
    margin-right: auto;
    background: #f9fbfc;
    z-index: 10;
    position: relative;
    text-align: center;
    width: 480px;
    padding: 23px 20px;
    margin-top: -73px;
}

.main_slider_items .main_slider_item .main_slider_txt::after {
    width: 260px;
    height: 1px;
    display: block;
    content: "";
    background: #ff789f;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    bottom: 55px;
}

.main_slider_items .main_slider_item .main_slider_txt .maintxt {
    font-size: 24px;
    margin-bottom: 34px;
    position: relative;
    font-family:
        "ヒラギノ明朝 ProN", HiraMinProN, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 100;
}

.main_slider_items .main_slider_item .main_slider_txt .subtxt {
    font-size: 14px;
}

.main_slider_items .slick-dots {
    bottom: -37px;
}

.slick-dots li {
    width: 7px;
    height: 7px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button::before {
    width: 7px;
    height: 7px;
}

.block_contentTop {
    background: url("/wp-content/themes/biteki-pc/common/images/block_contentTop_bg.png") no-repeat
        center top;
    min-height: 389px;
}

.block_contentTop .block_contentTop_title {
    border-bottom: 1px #eee solid;
    width: 450px;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 35px;
}

.block_contentTop .block_contentTop_title h1 {
    font-size: 36px;
    color: #ff789f;
    margin-bottom: 10px;
    font-weight: 100;
}

.block_contentTop .block_contentTop_title p {
    font-size: 14px;
}

.block_contentTop ul li a div {
    border: 1px #eee solid;
    box-sizing: border-box;
    width: 190px;
    height: 190px;
}

.block_contentTop ul li a div img {
    width: 188px;
    height: 188px;
}

.col3_35 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.col3_35 li {
    width: 190px;
}

.col3_35 li p {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.block_list_imageNews {
    margin-top: 23px;
}

.block_list_imageNews .imageNews_date {
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
    font-weight: 100;
}

.block_list_imageNews .items .item:nth-child(n + 4) {
    margin-top: 35px;
}

.block_list_imageNews .text_more {
    margin-top: 20px;
}

.block_list_editorSelection h2 {
    margin-bottom: 25px;
}

.col2_20 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.col2_20 a {
    width: 310px;
    background: #fff;
    display: block;
}

.col2_20 a p {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.selection_slider_items {
    margin-bottom: 76px;
}

.selection_slider_items .slick-slide {
    position: relative;
}

.selection_slider_items .mod_share {
    z-index: 1000;
    right: auto;
    left: 360px;
}

.selection_slider_items .selection_slider_item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #f9fbfc;
}

.selection_slider_items .selection_slider_item .wrap img {
    z-index: 1;
    position: relative;
}

.selection_slider_items .selection_slider_item .selection_slider_txt {
    margin-left: auto;
    margin-right: auto;
    background: #f9fbfc;
    z-index: 10;
    position: relative;
    text-align: center;
    width: 245px;
    padding: 0 14px;
}

.selection_slider_items .selection_slider_item .selection_slider_txt::before {
    width: 190px;
    height: 1px;
    display: block;
    content: "";
    background: #bfbfbf;
    position: absolute;
    left: 14px;
    bottom: 65px;
}

.selection_slider_items .selection_slider_item .selection_slider_txt::after {
    width: 40px;
    height: 1px;
    display: block;
    content: "";
    background: #ff789f;
    position: absolute;
    left: 14px;
    bottom: 65px;
}

.selection_slider_items .selection_slider_item .selection_slider_txt .maintxt {
    font-size: 18px;
    margin-bottom: 34px;
    position: relative;
    text-align: left;
    line-height: 1.6;
    font-weight: 400;
}

.selection_slider_items .selection_slider_item .selection_slider_txt .subtxt {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
}

.block_list_latestMovie .type {
    font-weight: 300;
}

.text_more a {
    font-weight: 300;
}

.selection_slider_items .slick-next {
    border: none;
    position: absolute;
    bottom: -32px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_arrow_narrow_next.svg") center
        center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1000;
}

.selection_slider_items .slick-prev {
    border: none;
    position: absolute;
    bottom: -32px;
    left: 10px;
    width: 22px;
    height: 22px;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_arrow_narrow_prev.svg") center
        center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
}

.selection_slider_items .slick-dots {
    bottom: -26px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
}

.icon_movie {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 37px;
    height: 29px;
    background: url("/wp-content/themes/biteki-pc/common/images/icon_movie_new_dark.png") left top
        no-repeat;
}

.block_list_insta {
    margin-bottom: 56px;
}

/* -----------------------
Youtube slider Style
----------------------- */

.youtube_slider_items .slick-next,
.youtube_slider_items .slick-prev {
    bottom: -2.5rem;
    height: 24px;
}

.youtube_slider_items {
    margin-bottom: 50px;
}

.youtube_slider_items .youtube_slider_item img {
    z-index: 1;
    position: relative;
    max-width: 100%;
}

.youtube_slider_items .slick-dots {
    bottom: -2rem;
}
