/* ブラウザデフォルトのスタイルの上書き */
form {
    margin-block-end: 0;
}

/* ヘッダー */
.headerblock_grand {
    border-bottom: 1px solid #b28a49;
}

.headerblock_grand__inner {
    width: 970px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerblock_grand__text {
    padding-left: 100px;
    position: relative;
    display: inline-block;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-weight: 600;
}

.headerblock_grand__text::before,
.headerblock_grand__text::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #000;
}

.headerblock_grand__text::before {
    left: 85px;
}

.headerblock_grand__text::after {
    right: -15px;
}

.headerblock_title_sub {
    background: none;
}

.header_social_items {
    position: absolute;
    right: 0;
    top: 7px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: initial;
    align-items: center;
}

.header_social_items a {
    width: 20px;
    margin-top: 10px;
    margin-right: 20px;
}

.header_social_items a:last-child {
    margin-right: 0;
}

.logo_grand {
    margin-right: 35px;
}

.logo_grand img {
    width: 195px;
    height: 53px;
}

.search_grand_area {
    position: relative;
    outline: none;
}

.search_grand__text {
    min-height: 34px;
    padding-left: 10px;
    outline: none;
    border: 2px solid #999;
    border-radius: 1px;
}

.search_grand__button {
    border: none;
    background-color: #fff;
    position: absolute;
    right: 3%;
    top: 10%;
    width: 34px;
    height: 34px;
    padding: 0;
}

.search_grand__button::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #999;
}

.search_grand__button::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: calc(50% + 3px);
    left: calc(50% + -2px);
    border-top: solid 1px #999;
    transform: rotate(45deg);
}

/* ヘッダー下エリア */
.biteki_grand_underHeader {
    background: url("/wp-content/themes/biteki-pc/common/images/bg_underHeader.png") left top
        no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}

.biteki_grand_underHeader__inner {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-top: 30px;
    padding-bottom: 20px;
    height: 636px;
}

/* カルーセル */
.biteki_grand_slider {
    width: 640px;
    min-width: 640px;
    margin-right: 30px;
}

.biteki_grand_slider_item_image {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.biteki_grand_slider_txt {
    width: 600px;
    height: 170px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: -94px;
    padding: 24px 36px;
    opacity: 0.8;
}

.biteki_grand_slider_maintxt,
.biteki_grand_slider_subtxt {
    font-family:
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体",
        "Yu Mincho", YuMincho, "HG明朝E", serif;
    font-weight: 700;
    line-height: 1.2;
}

.biteki_grand_slider_txt_inner {
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    padding: 20px 32px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.biteki_grand_slider_txt_inner p {
    font-size: 24px;
}

.biteki_grand_slider .slick-dots {
    bottom: 63px;
}

.biteki_grand_slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.biteki_grand_slider .slick-dots li button::before {
    background: #b28a49;
    width: 10px;
    height: 10px;
}

.biteki_grand_slider .slick-button {
    position: absolute;
    top: 70%;
    width: 40px;
    height: 40px;
    background-color: #e9dacb;
    border: none;
    z-index: 1;
    cursor: pointer;
}

.biteki_grand_slider .slick-prev {
    left: 0;
}

.biteki_grand_slider .slick-next {
    right: 0;
}

.biteki_grand_slider .slick-button-allow {
    width: 9px;
    height: 9px;
    position: relative;
    left: 25%;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.biteki_grand_slider .slick-prev .slick-button-allow {
    left: 35%;
    transform: rotate(225deg);
}

.main_slider_items .main_slider_item .main_slider_txt::after {
    display: none;
}

/* 本誌 */
.biteki_grand_sideblock_backnumber {
    width: 300px;
    background: url("/wp-content/themes/biteki-pc/common/images/bg_newmagazine.png") left top
        no-repeat;
    background-size: cover;
    margin-top: 0;
}

.biteki_grand_sideblock_backnumber .cols {
    display: flex;
    align-items: center;
}

.biteki_grand_sideblock_backnumber .cols .col1 {
    width: 128px;
    float: none;
}

.biteki_grand_sideblock_backnumber .cols .col2 {
    float: none;
}

.sideblock_backnumber__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.releaseDate {
    margin-bottom: 14px;
    text-align: center;
}

.icon_arrow {
    background: none;
    position: relative;
}

.icon_arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-top: 1px solid #b28a49;
    border-right: 1px solid #b28a49;
    transform: rotate(45deg);
    display: inline-block;
}

.sideblock_backnumber span {
    color: #b28a49 !important;
}

/* mainエリア共通 */
.biteki_grand_ContentArea {
    margin-bottom: 120px;
}

.biteki_grand_ContentArea_title {
    text-align: center;
    margin-bottom: 25px;
}

.biteki_grand_ContentArea_title h2 {
    margin-bottom: 11px;
    font-family:
        paganini, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
        "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", serif;
    font-size: 36px;
}

.biteki_grand_ContentArea_title span {
    font-family:
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体",
        "Yu Mincho", YuMincho, "HG明朝E", serif;
    font-weight: 700;
    font-size: 18px;
    color: #b28a49;
}

/* HOT KEYWORDS */
.biteki_grand_keywordList {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 50px;
}

.keywordList__items {
    display: flex;
    flex-wrap: wrap;
}

.keywordList__item {
    border: 1px solid #94908d;
    margin-right: 10px;
    margin-bottom: 10px;
}

.keywordList__itemLink {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
}

.keywordList__item:hover {
    background-color: #000;
    border: 1px solid #000;
}

.keywordList__item:hover .keywordList__itemLink {
    color: #fff;
}

/* BEURTY NEWS */
.biteki_grand_news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.biteki_grand_news::after {
    content: "";
    display: block;
    height: 0;
    width: 210px;
}

.biteki_grand_news_item {
    width: 210px;
    position: relative;
}

.biteki_grand_news_item {
    margin-bottom: 48px;
}

.biteki_grand_news_item-pr {
    margin-bottom: 32px;
}

.biteki_grand_news_image {
    position: relative;
}

.biteki_grand_news_item img {
    width: 212px;
    height: 212px;
    min-height: 212px;
    -o-object-fit: cover;
    object-fit: cover;
}

.biteki_grand_news_textarea {
    padding: 9px 4px 35px 16px;
    margin-left: 15px;
    background-color: #fff;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

.biteki_grand_news_textarea h3 {
    font-family:
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体",
        "Yu Mincho", YuMincho, "HG明朝E", serif;
    font-weight: bold;
    margin-bottom: 9px;
    min-height: 39px;
}

.biteki_grand_news_info {
    font-size: 11px;
}

.biteki_grand_news_post_name {
    color: #b28a49;
    padding-right: 11px;
    position: relative;
}

.biteki_grand_news_post_name::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #b28a49;
}

.biteki_grand_news_item-pr .biteki_grand_news_post_name::after {
    content: none;
}

.biteki_grand_news_post_date {
    color: #999;
    padding-left: 11px;
}

.biteki_grand_news_link:hover img {
    opacity: 1;
}

.biteki_grand_news_link:hover .biteki_grand_news_image::before {
    width: 212px;
    background-color: #000;
    inset: 0;
    content: "";
    display: inline-block;
    opacity: 0.3;
    position: absolute;
}

.biteki_grand_news_link:hover .biteki_grand_news_textarea {
    color: #fff;
    background-color: rgb(0 0 0 / 60%);
}

.biteki_grand_news_link:hover .biteki_grand_news_post_name,
.biteki_grand_news_link:hover .biteki_grand_news_post_date {
    color: #fff;
}

.biteki_grand_news .mod_share {
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_sharebox.svg") left top no-repeat;
    bottom: -16px;
    width: 32px;
    height: 32px;
}

.biteki_grand_news .mod_share ul {
    width: 185px;
}

.biteki_grand_news .mod_share:hover ul {
    display: flex;
    right: -40px;
    left: auto;
}

.biteki_grand_news .mod_share li {
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

.biteki_grand_ContentArea .block_pager {
    margin-top: 28px;
}

.biteki_grand_ContentArea .block_pager .page.current {
    background-color: #b28a49;
    color: #fff;
}

.biteki_grand_ContentArea .block_pager .btn_prev,
.biteki_grand_ContentArea .block_pager .btn_next {
    width: 35px;
    height: 35px;
    background-color: #e9dacb;
    position: relative;
}

.biteki_grand_ContentArea .block_pager .btn_prev:hover,
.biteki_grand_ContentArea .block_pager .btn_next:hover {
    opacity: 0.8;
}

.biteki_grand_ContentArea .block_pager .btn_prev a,
.biteki_grand_ContentArea .block_pager .btn_next a {
    display: block;
    width: 100%;
    height: 100%;
}

.biteki_grand_ContentArea .block_pager .btn_prev::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 14px;
    left: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(225deg);
}

.biteki_grand_ContentArea .block_pager .btn_next::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 14px;
    right: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

/* SPECIALIST & BLOGGER */
.biteki_grand_ContentArea.biteki_grand_writer {
    margin-bottom: 50px;
}

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

.biteki_grand_writer__items::before {
    content: "";
    display: block;
    width: 146px;
    height: 0;
    order: 1;
}

.biteki_grand_writer__items::after {
    content: "";
    display: block;
    height: 0;
    width: 146px;
}

.biteki_grand_writer__item {
    width: 146px;
    text-align: center;
    min-height: 205px;
    margin-bottom: 25px;
}

.biteki_grand_writer__image {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 13px;
}

.biteki_grand_writer__job {
    font-size: 11px;
    margin-bottom: 8px;
}

.biteki_grand_writer__name {
    font-size: 15px;
}

.biteki_grand_writer__serial {
    margin-top: 15px;
}

.biteki_grand_writer__serial a {
    color: #b28a49;
    display: inline-block;
    position: relative;
}

::-webkit-full-page-media,
:future,
:root .biteki_grand_writer__serial a {
    vertical-align: -webkit-baseline-middle;
}

.biteki_grand_writer__serial a::after {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #b28a49;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    margin-left: 5px;
}

::-webkit-full-page-media,
:future,
:root .biteki_grand_writer__serial a::after {
    margin-top: -7px;
}

.biteki_grand_writer__serial a:hover {
    color: #b28a49;
    opacity: 0.8;
}

/* SERIAL */
.biteki_grand_ContentArea.biteki_grand_serial {
    margin-bottom: 95px;
}

.biteki_grand_serial__items {
    display: flex;
    flex-wrap: wrap;
}

.biteki_grand_serial__item {
    background-color: #e9dacb;
    padding: 8px 40px 8px 24px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.biteki_grand_serial__item a {
    position: relative;
    display: inline-block;
}

::-webkit-full-page-media,
:future,
:root .biteki_grand_serial__item a {
    vertical-align: -webkit-baseline-middle;
}

.biteki_grand_serial__item a::after {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -16px;
}

::-webkit-full-page-media,
:future,
:root .biteki_grand_serial__item a::after {
    margin-top: -7px;
}

.biteki_grand_serial__item a:hover::after {
    border-color: transparent transparent transparent #999;
}

/* EDITOR'S SELECTION */
.biteki_grand_editorSelection #logly-lift-widget-title {
    display: none;
}

.biteki_grand_editorSelection_upper_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.biteki_grand_editorSelection_upper_item {
    flex-basis: 310px;
}

.biteki_grand_editorSelection_upper_image {
    width: 310px;
    height: 233px;
    margin-bottom: 10px;
}

.biteki_grand_editorSelection_slider_item {
    position: relative;
}

.biteki_grand_editorSelection_upper_txt {
    font-family:
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体",
        "Yu Mincho", YuMincho, "HG明朝E", serif;
    font-weight: 700;
}

.biteki_grand_editorSelection_slider_image {
    width: 400px;
}

.biteki_grand_editorSelection_slider_txt {
    width: 220px;
    min-height: 170px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 2px solid #000;
    padding: 18px 15px;
}

.biteki_grand_editorSelection_slider_maintxt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-family:
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体",
        "Yu Mincho", YuMincho, "HG明朝E", serif;
    font-weight: 700;
}

.biteki_grand_editorSelection_slider_subtxt {
    line-height: 1.4em;
    font-family:
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体",
        "Yu Mincho", YuMincho, "HG明朝E", serif;
    font-weight: 700;
}

.biteki_grand_editorSelection_slider .slick-dots {
    bottom: -25px;
}

.biteki_grand_editorSelection_slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.biteki_grand_editorSelection_slider .slick-dots li button::before {
    background: #b28a49;
    width: 10px;
    height: 10px;
}

.biteki_grand_editorSelection_slider .slick-button {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    background-color: #323232;
    border: none;
    z-index: 1;
    cursor: pointer;
}

.biteki_grand_editorSelection_slider .slick-prev {
    left: 0;
}

.biteki_grand_editorSelection_slider .slick-next {
    right: 0;
}

.biteki_grand_editorSelection_slider .slick-button-allow {
    width: 9px;
    height: 9px;
    position: relative;
    left: 25%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.biteki_grand_editorSelection_slider .slick-prev .slick-button-allow {
    left: 35%;
    transform: rotate(225deg);
}

.biteki_grand_editorSelection_slider_bg {
    width: 240px;
    height: 170px;
    position: absolute;
    top: 85px;
    right: 0;
    background: url("/wp-content/themes/biteki-pc/common/images/bg_editorSelection.png") left top
        no-repeat;
    z-index: -10;
}

/* サイドバー */
div[class^="sideblock_"] .title.en {
    margin-bottom: 20px;
    font-weight: 400;
}

.sideblock_ranking .title,
.sideblock_ranking .en {
    font-family:
        paganini, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
        "HG明朝E", serif;
}

.sideblock_ranking .item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9dacb;
}

.sideblock_ranking .item .image {
    margin-right: 15px;
    margin-bottom: 0;
}

.sideblock_ranking .item .texts {
    margin: 0;
    position: relative;
}

.sideblock_ranking .item .t1 {
    position: absolute;
    left: 0;
    top: 0;
    background: #323232;
}

.sideblock_cosmeCalendar .title {
    font-family:
        paganini, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
        "HG明朝E", serif;
}

.sideblock_present .title {
    font-family:
        paganini, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
        "HG明朝E", serif;
}

.sideblock_social .title {
    font-family:
        paganini, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
        "HG明朝E", serif;
}

.sideblock_social_inner {
    display: flex;
    justify-content: space-around;
}

.sideblock_social .sideblock_social_inner .text {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.sideblock_social {
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #999;
}

.sideblock_social .items {
    width: 91px;
    height: 91px;
    margin: 0;
}
