@charset "UTF-8";

/* Scss Document */

/* 第一ﾌｪｰｽﾞでは使用しない
.sideblock_banner{
  + .sideblock_ranking{
    margin-bottom: 35px;
    padding-bottom:35px;
    border-bottom: 1px solid #999;
  }
}
*/

/* -----------------------
ﾒｲﾝｺﾝﾃﾝﾂ用start　05/30納品分使用箇所
----------------------- */

#item_search_form #headerblock_search {
    background: #fafafa;
    display: flex;
    padding: 4px 4px 4px 30px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px;
    height: 34px;
    position: relative;
}

#item_search_form #headerblock_search input,
#item_search_form #headerblock_search button,
#item_search_form #headerblock_search textarea,
#item_search_form #headerblock_search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#item_search_form #headerblock_search .searchkey {
    font-size: 12px;
    padding: 0 14px;
    width: 90%;
    height: 34px;
}

#item_search_form #headerblock_search input[type="submit"] {
    height: 34px;
    width: 45px;
    right: 20px;
    display: block;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_search_g.svg") no-repeat center
        center;
    background-size: 22px auto;
    cursor: pointer;
    position: absolute;
}

.item_ranking .rank_score .item {
    display: block;
    font-size: 14px;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_rank_1.svg") no-repeat left center;
    background-size: 22px auto;
    padding-left: 36px;
    margin-bottom: 10px;
    color: #000;
}

.item_ranking .rank_score .item:last-child {
    margin-bottom: 0;
}

.item_ranking .rank_score a.item:hover {
    color: #999;
}

.item_ranking .rank_score .item span {
    vertical-align: middle;
}

.item_ranking .rank_score .item span:last-child {
    word-break: break-all;
    margin-left: 15px;
}

.newest_ranking {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    background: #f7f7f7;
    padding: 10px 20px;
}

.newest_ranking .col1 {
    width: 40%;
    text-align: center;
}

.newest_ranking .col1 strong {
    color: #fb528d;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 35px;
}

.newest_ranking--grand .col1 strong {
    color: #b28a49;
}

.newest_ranking--hen .col1 strong {
    color: #88caac;
}

.newest_ranking .rank_score {
    box-sizing: border-box;
    margin-left: 10px;
    justify-content: flex-end;
    width: 60%;
}

.past_ranking_block {
    margin-bottom: 40px;
}

.past_ranking_block h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_rank_1.svg") no-repeat left center;
    background-size: auto 14px;
    padding-left: 26px;
}

.past_ranking_block .past_ranking .rank_score {
    margin-bottom: 10px;
}

th,
td {
    border: 1px solid black;
    word-break: break-all;
}

.item_text {
    margin-bottom: 40px;
}

.item_text h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.item_text p {
    font-size: 14px;
    line-height: 1.7;
    padding-top: 10px;
}

.item_variant h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 30px 0 10px;
}

.item_variant .variant_image_area {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 13px;
}

.item_variant .variant_image_area .variant_info {
    text-align: center;
    width: 80px;
}

.item_variant .variant_image_area .variant_attr {
    margin-top: 5px;
}

.item_variant .variant_image_area .variant_new {
    color: #ff6b9f;
    margin-top: 5px;
}

.item_best_cosmetic_area h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 30px 0 10px;
}

.item_best_cosmetic_area .item_bestcosmetic_award .item_bestcosmetic_award_title {
    font-weight: bold;
    color: #ff6b9f;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.item_best_cosmetic_area .item_bestcosmetic_award.ranking--grand .item_bestcosmetic_award_title {
    color: #987932;
}

.item_best_cosmetic_area .item_bestcosmetic_award.ranking--hen .item_bestcosmetic_award_title {
    color: #88caac;
}

.item_best_cosmetic_area .bestcosmetic_selectors {
    margin-bottom: 30px;
    font-size: 14px;
    width: auto;
}

.item_best_cosmetic_area .bestcosmetic_selectors .selectors_label {
    display: inline-block;
    background-color: #fadee7;
    padding: 6px 20px;
    border-radius: 20px;
    margin-left: 20px;
    position: relative;
	line-height: 1.3;
    z-index: 2;
}

.item_best_cosmetic_area .ranking--grand .bestcosmetic_selectors .selectors_label {
    background-color: #f7f6ec;
}

.item_best_cosmetic_area .ranking--hen .bestcosmetic_selectors .selectors_label {
    background-color: #e6fbf1;
}

.item_best_cosmetic_area .bestcosmetic_selectors .selectors_label::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 40px;
    border-top: 10px solid #fadee7;
    border-left: 18px solid transparent;
    border-right: 0 solid transparent;
    transform: rotate(210deg);
    z-index: -1;
}

.item_best_cosmetic_area .ranking--grand .bestcosmetic_selectors .selectors_label::after {
	border-top: 10px solid #f7f6ec;
}

.item_best_cosmetic_area .ranking--hen .bestcosmetic_selectors .selectors_label::after {
	border-top: 10px solid #e6fbf1;
}

.item_best_cosmetic_area .bestcosmetic_selectors .selectors_text {
    border: 1px solid #777;
    border-radius: 8px;
    padding: 25px 20px 15px;
    margin-top: -15px;
    background-color: #fff;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.item_best_cosmetic_area .item_bestcosmetic_info .rank_score {
    background-color: #fadee7;
    padding: 10px 20px;
    align-items: center;
    margin-bottom: 15px;
}

.item_best_cosmetic_area .ranking--grand .item_bestcosmetic_info .rank_score {
    background-color: #f7f6ec;
}

.item_best_cosmetic_area .ranking--hen .item_bestcosmetic_info .rank_score {
    background-color: #e6fbf1;
}

.item_best_cosmetic_area .item_bestcosmetic_info .rank_score .item {
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_rank_1.svg") no-repeat left center;
    background-size: 22px auto;
    padding-left: 36px;
    display: flex;
    align-items: center;
    font-size: 16px;
	gap: 20px;
    line-height: 1.3;
}

.item_best_cosmetic_area .item_bestcosmetic_info .rank_score .item .rank {
    width: 10%;
}

.item_best_cosmetic_area .item_bestcosmetic_info .award_color {
    font-size: 12px;
    margin-bottom: 20px;
}

.item_best_cosmetic_area .item_bestcosmetic_info h3.lead_text {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.item_best_cosmetic_area .item_bestcosmetic_info .content {
    font-size: 14px;
    line-height: 1.7;
}

.item_best_cosmetic_area .item_bestcosmetic_info .block_bestcosme_comment h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 10px;
    padding-bottom: 10px;
}

.item_best_cosmetic_area .item_bestcosmetic_info .block_bestcosme_comment ul li {
    line-height: 1.4;
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.item_best_cosmetic_area .item_bestcosmetic_info .block_bestcosme_comment ul li:last-child {
    border-bottom: none;
}

/* --------------------------------------------------
   1. アイテムTOPに戻るボタン（フローティングバー）
-------------------------------------------------- */

.variant-reset-bar {
    position: fixed;
    bottom: 0;
    z-index: 999;
    margin-bottom: 60px;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.variant-reset-bar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.variant-reset-bar.is-hidden-by-scroll {
    transform: translateY(300%);
}

.variant-reset-btn {
    display: block;
    width: 100%;
    background-color: rgb(255 107 159 / 80%);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.variant-reset-btn:hover {
    background-color: rgb(255 107 159 / 100%);
}

/* --------------------------------------------------
   2. クリックされた画像のピンクオーバーレイ（修正版）
-------------------------------------------------- */

.variant_img_wrapper {
    position: relative;
    display: block;
    line-height: 0;
}

.variant_info.is-active .variant_img_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 107 159 / 40%);
    pointer-events: none;
}

/* -----------------------
ﾒｲﾝｺﾝﾃﾝﾂ用end
----------------------- */

/* -----------------------
ﾘﾝｸﾘｽﾄ用start　05/30納品分使用箇所
----------------------- */

#CustomizeArea {
    margin-bottom: 60px;
}

#CustomizeArea .section.brandList ul:last-child {
    margin-bottom: 0;
}

#CustomizeArea .section.brandList {
    padding-bottom: 0;
}

/* -----------------------
ﾘﾝｸﾘｽﾄ用end
----------------------- */

/* -----------------------
賢者ｺﾒﾝﾄ用start　05/30納品分使用箇所
----------------------- */

.block_bestcosme_comment {
    margin: 60px 0 40px;
    padding-top: 0;
}

/* .block_bestcosme_comment dl dt:first-child, .block_bestcosme_comment dl dd:first-child { */

/*    border-top: 1px solid #ebebeb; */

/* padding-top: 20px; */

/* } */
.block_bestcosme_comment a.pro_comment_author p:first-child {
    margin-top: 10px;
}

.block_bestcosme_comment a.pro_comment_author p:first-child::before {
    content: "▶︎";
    margin-right: 0.3em;
    color: #ff6b9f;
    margin-top: 10px;
}

/* -----------------------
賢者ｺﾒﾝﾄ用end
----------------------- */

/* -----------------------
ｼｪｱ用start　05/30納品分使用箇所
----------------------- */

.block_list_relatedTag {
    margin-top: 60px;
}

.block_share {
    margin-top: 30px;
}

.btn_back_to_list {
    margin: 40px 0 80px;
}

.block_list_relatedTag .list {
    margin-top: 0;
}

/* -----------------------
ｼｪｱ用end
----------------------- */

/* -----------------------
ﾚｺﾒﾝﾄﾞ用start　第一ﾌｪｰｽﾞでは使用しない
----------------------- */

/* .block_list_recommend_4you .titleS{
  display: none;
}
#logly-lift-widget:before{
  display: none !important;
}
._popIn_recommend_header{
  display: none !important;
}
.organic-thumbnails-a-pc .trc_rbox_header{
  text-align: center;
  margin-bottom: 20px;
}
.organic-thumbnails-a-pc [class*=span]{
  display: none;
}
.recommend_title{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
} */

/* -----------------------
ﾚｺﾒﾝﾄﾞ用end
----------------------- */

/* -----------------------
ﾒｲﾝｺﾝﾃﾝﾂ用end
----------------------- */

/* -----------------------
ﾘﾝｸﾘｽﾄ用start　05/30納品分使用箇所
----------------------- */

#CustomizeArea {
    margin-bottom: 60px;
}

#CustomizeArea .section.brandList ul:last-child {
    margin-bottom: 0;
}

#CustomizeArea .section.brandList {
    padding-bottom: 0;
}

/* -----------------------
ﾘﾝｸﾘｽﾄ用end
----------------------- */

/* -----------------------
賢者ｺﾒﾝﾄ用start　05/30納品分使用箇所
----------------------- */

.block_bestcosme_comment {
    margin: 0;
    padding-top: 0;
}

/* .block_bestcosme_comment dl dt:first-child { */

/*    border-top: 1px solid #ebebeb; */

/* padding-top: 20px; */

/* } */
.block_bestcosme_comment ul {
    list-style: disc;
    padding: 0 20px;
}

.block_bestcosme_comment ul li {
    margin: 10px 0;
}

.block_bestcosme_comment h2 {
    /* text-align: center; */
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 10px;
    padding-bottom: 10px;
}

/* -----------------------
賢者ｺﾒﾝﾄ用end
----------------------- */

/* -----------------------
ｼｪｱ用start　05/30納品分使用箇所
----------------------- */

.block_list_relatedTag {
    margin-top: 60px;
}

.block_share {
    margin-top: 30px;
}

.btn_back_to_list {
    margin: 40px 0 80px;
}

.block_list_relatedTag .list {
    margin-top: 0;
}

/* -----------------------
ｼｪｱ用end
----------------------- */

.no_tag {
    height: 290px;
}

/* -----------------------
ﾚｺﾒﾝﾄﾞ用start　第一ﾌｪｰｽﾞでは使用しない
----------------------- */

.block_list_recommend_4you .titleS {
    display: none;
}

#logly-lift-widget::before {
    display: none !important;
}

._popIn_recommend_header {
    display: none !important;
}

.organic-thumbnails-a-pc .trc_rbox_header {
    text-align: center;
    margin-bottom: 20px;
}

.organic-thumbnails-a-pc [class*="span"] {
    display: none;
}

.recommend_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

/* -----------------------
ﾚｺﾒﾝﾄﾞ用end
----------------------- */

/* -----------------------
ｶﾃｺﾞﾘｰﾍﾟｰｼﾞ用start
----------------------- */

.entry_MainArea {
    margin-top: 50px !important;
}

#CategoryTitleArea .block_title_category {
    margin-top: 50px;
}

#CategoryTitleArea .block_title_category * {
    font-size: 16px;
}

#CategoryTitleArea .block_title_category h1 {
    margin-bottom: 30px;
    font-size: 38px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

#CategoryTitleArea .block_title_category strong {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

#CategoryTitleArea .block_list_subcategor {
    background: #fff;
}

#CategoryTitleArea .block_list_subcategor ul {
    text-align: center;
    margin-bottom: 30px;
}

#CategoryTitleArea .block_list_subcategor ul li {
    background: #eee;
    border-radius: 6px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

#CategoryTitleArea .block_list_subcategor ul li a {
    color: #333;
    font-size: 11px;
    padding: 6px 14px;
}

#CategoryTitleArea .block_list_subcategor ul li a:hover {
    color: #999;
    background: #eee;
    border-radius: 6px;
}

.block_entrylist .block_entrylist_title {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.block_entrylist .block_entrylist_title--xmas_coffret {
    display: block;
}

.block_entrylist .block_entrylist_title h2 {
    font-size: 22px;
    font-weight: bold;
}

.block_entrylist .block_entrylist_title h2.xmas-page-list-header {
    border-top: 1px solid #9b7b3b;
    padding-top: 15px;
    color: #9b7b3b;
}

.block_entrylist .block_entrylist_title span {
    text-align: right;
    color: #999;
    font-size: 12px;
}

.block_entrylist .items .item .read {
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_arrow.svg") right center no-repeat;
    background-size: auto 18px;
    padding: 0 18px 0 0;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
}

.block_entrylist .items .item .mod_taglist {
    margin-top: 40px;
}

.block_list_relatedMovie {
    margin-bottom: 60px;
}

.block_list_relatedMovie .titleS,
.block_list_relatedMovie .titleS .en {
    font-weight: bold;
}

.icon_movie {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;

    /* background: url(images/icon_movie_new.png) left top no-repeat; */
}

.block_relationCategory {
    margin-bottom: 20px;
    margin-top: 20px;
}

.block_relationCategory .titleS {
    font-weight: bold;
    margin-bottom: 30px;
}

.block_relationCategory ul {
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.block_relationCategory ul li {
    width: 150px;
    margin-left: 5px;
    margin-top: 10px;
    display: inline-block;
}

.block_relationCategory ul li a p {
    font-size: 11px;
    margin-top: 6px;
    line-height: 1.4;
    height: 30px;
    overflow: hidden;
}

.mainblock_hotKeyword {
    width: 500px;
    margin: 20px auto;
}

.mainblock_hotKeyword .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

.mainblock_hotKeyword .title .en {
    font-weight: bold;
}

.mainblock_hotKeyword .textwidget {
    text-align: center;
}

/* -----------------------
ｶﾃｺﾞﾘｰﾍﾟｰｼﾞ用end
----------------------- */

/* -----------------------
記事ﾍﾟｰｼﾞ用start
----------------------- */

/* プラグインPasssterの入力フォーム */
.passster-form input[type="password"] {
    box-sizing: border-box;
}

.block_title_entry .title {
    margin: 0;
}

.block_entry .block_sectionTop {
    border-bottom: 1px #333 solid;
    padding-bottom: 6px;
}

.block_entry .block_sectionTop span {
    font-size: 12pt;
}

.slider6box_inner {
    width: 540px;
    margin: 30px auto 0;
}

.slider6box_inner .slider6box_item .slider6box_item_inner {
    width: 171px;
}

.slider6box_inner .slider6box_item .slider6box_item_inner:first-child {
    margin-bottom: 20px;
}

.slider6box_inner .slider6box_item .slider6box_item_inner .slider6box_item_txt {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}

.slider6box_inner .slick-next {
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: -40px;
    width: 44px;
    height: 44px;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_arrow_big_next.svg") center center
        no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

.slider6box_inner .slick-prev {
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: -49px;
    width: 44px;
    height: 44px;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_arrow_big_prev.svg") center center
        no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

.block_pager_next {
    border: none;
    margin-top: 40px;
    margin-bottom: 50px;
    position: relative;
    height: 56px;
    text-align: center;
}

.block_pager_next .btn_prev,
.block_pager_next .btn_next {
    border-right: none;
    border: 1px solid #999;
    border-radius: 3px;
    width: 275px;
    height: 45px;
    padding: 0;
    line-height: 45px;
}

.block_pager_next .btn_prev {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.block_pager_next .btn_next {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.including_tax {
    margin-top: 30px;
    font-size: 10px;
    color: #999;
    line-height: 1.8;
}

.block_tax_text p {
    line-height: 1.8;
}

.block_tax_text_special p {
    text-align: center;
}

figure.wp-block-table {
    margin-bottom: 0;
}

table.tabledeco,
figure.is-style-table-yellow table.has-fixed-layout {
    margin: auto;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 70%;
    border: solid 2px #babab8;
}

.tabledeco tr th,
.is-style-table-yellow tr th {
    font-size: 13px;
    font-weight: bold;
    background: #fcf0b8;
    text-align: center;
}

.tabledeco td:nth-child(1),
.is-style-table-yellow td:nth-child(1) {
    font-weight: bold;
    background: #fbf5db;
}

.tabledeco th,
.tabledeco td,
.is-style-table-yellow th,
.is-style-table-yellow td {
    border: dashed 0.5px #babab8;
}

.tabledeco td:nth-child(n + 2),
.is-style-table-yellow td:nth-child(n + 2) {
    text-align: right;
}

table.tabledeco_2,
figure.is-style-table-pink table.has-fixed-layout {
    margin: auto;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 70%;
}

.tabledeco_2 th,
.is-style-table-pink th {
    font-size: 13px;
    background: #fadee7;
    text-align: center;
    width: 30%;
    vertical-align: middle;
    border: 0.5px solid black;
}

.tabledeco_2 td,
.is-style-table-pink td {
    font-size: 13px;
    border: 0.5px solid black;
    vertical-align: middle;
}

.block_entry h2.pattern01 {
    position: relative;
    padding: 0.6em;
    margin-bottom: 40px;
    background: repeating-linear-gradient(-45deg, #fff0f2, #fff0f2 4px, #ffdbe7 3px, #ffdbe7 8px);
    border-radius: 7px;
    color: #000;
}

.block_entry h2.pattern01::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffdbe7;
    width: 0;
    height: 0;
}

/* -----------------------
記事ﾍﾟｰｼﾞ用end
----------------------- */

.block_topImg img {
    max-width: 100%;
    display: block;
    height: 100%;
    margin: 20px auto 10px;
}

.headline-border {
    border-bottom: 1px #ff789f solid !important;
}

.block_bestcosme_purchase_buttons {
    padding-top: 0;
}

.block_bestcosme_purchase_buttons h2 {
    /* text-align: center; */
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 10px;
    padding-bottom: 10px;
}

.block_bestcosme_purchase_buttons .purchase-button {
    margin-bottom: 10px;
    display: block;
    border-radius: 5px;
    text-align: center;
    position: relative;
    width: 47%;
    float: left;
}

.block_bestcosme_purchase_buttons .buttons .purchase-button:nth-child(2n + 2) {
    margin-left: 6%;
}

.block_bestcosme_purchase_buttons .buttons {
    display: flex;
    flex-wrap: wrap;
}

.block_bestcosme_purchase_buttons .buttons .break {
    flex-basis: 100%;
    height: 0;
}

.block_bestcosme_purchase_buttons .purchase-button img {
    width: 100%;
}

.block_list_relatedArticles {
    margin-top: 40px;
}

.block_entrylist h2.headline-border {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 10px;
}

.block_bestcosme_comment .comment-separator {
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    padding-top: 10px;
}

.clearfix {
    clear: both;
}

.block_bestcosme_comment .not-specialist {
    margin-top: 10px;
}

.item_lead {
    margin-top: 10px;
}

.itemimg.slick-slide {
    max-height: 640px;
}

.thumbs .itemimg.slick-slide {
    height: 158px;
}
