@charset "euc-jp";

/* ==========================================================================
   1. インポートフォント設定（Google Fonts）
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,400&family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

/* ==========================================================================
   2. ベースリセット & レスポンス可変土台設定（スマホ基準）
   ========================================================================== */
body {
  background-color: #f7f5f0 !important;
  color: #165c7d !important;
  -webkit-font-smoothing: antialiased;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px !important; 
  line-height: 1.8 !important; 
}
a {
  color: #165c7d !important; 
  text-decoration: none;
}
a:hover { opacity: 0.8; }
form { margin: 0; }

#wrapper {
  width: 100% !important;
  max-width: 480px;
  margin: 0 auto !important;
  background-color: #fffbef;
  overflow-x: hidden;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.visible-desktop { display: none !important; }
.hidden-desktop { display: block !important; }
.visible-phone { display: block !important; }
.hidden-phone { display: none !important; }

/* ==========================================================================
   3. ヘッダー & 三本線メニュー設定（スマホ優先）
   ========================================================================== */
#header {
  margin-bottom: 0 !important;
  background-color: #fffbef;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  width: 100%;
}
.header_main_bar {
  display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; height: 60px; box-sizing: border-box;
}
.header_action_left { width: 25%; }
.header_logo_area { width: 50%; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.header_logo_area img { max-height: 42px !important; width: auto !important; display: block; margin: 0 auto; }
.header_action_right { width: 25%; display: flex; justify-content: flex-end; gap: 15px; }

.nav_btn_phone { background: none; border: none; padding: 0; color: #165c7d !important; display: flex; align-items: center; gap: 8px; cursor: pointer; }
.hamburger_lines_new { display: inline-flex; flex-direction: column; justify-content: space-between; width: 18px; height: 12px; }
.hamburger_lines_new span { display: block; width: 100%; height: 1px; background-color: #165c7d; }

.header_search_slide { padding: 10px 15px; background-color: #f7f5f0; border-bottom: 1px solid #e0dcd3; }
.search_form_new { display: flex; position: relative; width: 100%; }
.search_box_new { width: 100% !important; padding: 8px 40px 8px 12px !important; border: 1px solid #ccc !important; border-radius: 4px; font-size: 14px; box-sizing: border-box; }
.btn_search_new { position: absolute; right: 0; top: 0; height: 100%; width: 40px; background: none; border: none; color: #165c7d; font-size: 16px; }

.header_tabs_nav { display: flex; border-top: 1px solid #e6e3da; border-bottom: 1px solid #165c7d; }
.tab_item { width: 50%; text-align: center; padding: 12px 0; box-sizing: border-box; }
.tab_item.active { background-color: #fffbef; color: #165c7d !important; }
.tab_item.alt_tab { background-color: #165c7d; color: #ffffff !important; }

.pc-global-nav { display: none !important; }

/* ==========================================================================
   4. アルファベット・数字のフォント共通指定
   ========================================================================== */
.info_ranking_heading, .tab_item, .nav_btn_phone span, .footer_pagetop_new a, .info_date, .btn_more_view_new {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif !important; font-weight: 600 !important; text-transform: uppercase !important; 
}
h2.info_ranking_heading {
  font-family: 'Cormorant Garamond', serif !important; font-weight: 600 !important; text-transform: uppercase !important; font-size: 24px !important; letter-spacing: 0.12em !important; text-align: center !important; margin: 40px 0 20px 0 !important; color: #165c7d !important; 
}

/* ==========================================================================
   5. メインコンテンツ（スマホ基本設定：縦型1列並び）
   ========================================================================== */
.top_main_content { padding: 15px; background-color: #fffbef; box-sizing: border-box; }

.cocomoon_main_visual_responsive_container { width: 100% !important; }
.main_collection_block_item { display: flex; align-items: center; margin-bottom: 25px; gap: 15px; }
.main_collection_block_item.alt_layout_reverse { flex-direction: row-reverse; }

.collection_image_box { width: 50%; }
.collection_image_box img { width: 100%; height: auto; display: block; object-fit: cover; aspect-ratio: 1 / 1; }
.collection_text_layer_box { width: 50%; text-align: left; }
.collection_catch_text { font-size: 16px !important; font-weight: bold !important; line-height: 1.5 !important; color: #165c7d; margin: 0 0 4px 0; }
.collection_sub_text { font-size: 11px !important; letter-spacing: 0.15em !important; color: #a6836e !important; margin: 0 0 10px 0; }
.btn_collection_action_link { display: inline-block; background-color: #165c7d; color: #ffffff !important; font-size: 12px !important; padding: 6px 16px; }

.keiki_banner_wrapper_new img { width: 100%; height: auto; display: block; border-radius: 4px; }

/* INFORMATION（スマホ基本スタイル） */
.middle_right_info_part { padding: 15px 0; }
.info_section_title_label { font-family: 'Cormorant Garamond', serif !important; font-size: 24px !important; text-align: center; margin: 20px 0; color: #165c7d !important; text-transform: uppercase; letter-spacing: 0.1em; }
.info_list_items { list-style: none; padding: 0; margin: 0 0 20px 0; }
.info_list_items li { font-size: 15px !important; margin-bottom: 12px !important; color: #165c7d !important; }
.info_item_date { color: #a6836e !important; font-weight: bold; margin-right: 10px; }
.btn_info_more_view_style { display: block !important; width: 160px !important; margin: 25px auto !important; padding: 12px 0 !important; border: 1px solid #165c7d !important; color: #165c7d !important; font-size: 13px !important; text-align: center !important; text-transform: uppercase !important; letter-spacing: 0.15em; font-family: 'Cormorant Garamond', serif; }

/* LINE連携ボタン（スマホ） */
.btn_sp_line_trigger_style { display: block; background: #71cc98; color: #FFFFFF; border-radius: 5px; box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px; padding: 12px 18px; text-align: center; cursor: pointer; font-weight: bold; width: 100%; max-width: 320px; font-size: 14px; }

/* スマホ用自動連動ランキングの3列表示 */
.sp_ranking_grid_ul_list { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 15px 10px !important; list-style: none; padding: 0; margin: 0; }
.sp_ranking_grid_ul_list .ranking-item { position: relative !important; text-align: left; }
.sp_ranking_grid_ul_list .rank-badge { position: absolute !important; top: 0; left: 0; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 7px; z-index: 10; }
.sp_ranking_grid_ul_list .ranking-item:nth-child(n+7) { display: none !important; }
.sp_ranking_grid_ul_list.is-expanded .ranking-item:nth-child(n+7) { display: block !important; }

/* ==========================================================================
   6. フッター設定 & MENUドロワー
   ========================================================================== */
.footer_new { width: 100%; background-color: #165c7d; margin-top: 50px; }
.footer_pagetop_new { text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.footer_pagetop_new a { display: block; padding: 15px 0; color: #fffbef !important; font-size: 11px; letter-spacing: 0.1em; }
.footer_nav_container { padding: 20px 0; }
.footer_menu_list_vertical { list-style: none; padding: 0; margin: 0; }
.footer_menu_list_vertical li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer_menu_list_vertical li a { display: block; padding: 16px 20px !important; color: #fffbef !important; font-size: 14px !important; position: relative; }
.footer_arrow_r { position: absolute !important; right: 20px !important; top: 50% !important; transform: translateY(-50%) !important; font-size: 14px !important; opacity: 0.5; color: #fffbef; }
.footer_copyright_new { background-color: #0f445d; text-align: center; padding: 25px 0; color: rgba(255, 255, 255, 0.5) !important; font-size: 10px; font-style: normal; }

.header_nav_lst_phone_new { position: fixed !important; top: 0 !important; left: -280px !important; width: 280px !important; height: 100vh !important; background-color: #fffbef !important; z-index: 1000 !important; box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease !important; overflow-y: auto; box-sizing: border-box; display: block !important; }
.header_nav_lst_phone_new.is-open { transform: translateX(280px) !important; }
.drawer_menu_header { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid rgba(22, 92, 125, 0.1); }
.drawer_title { font-family: 'Cormorant Garamond', serif !important; font-size: 20px !important; font-weight: 600 !important; color: #165c7d !important; }
.drawer_close_btn { background: none; border: none; font-size: 20px; color: #165c7d; cursor: pointer; }
.drawer_menu_main_list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.drawer_menu_main_list li a { display: block !important; padding: 16px 20px !important; color: #165c7d !important; font-size: 14px !important; font-weight: bold; position: relative; }
.menu_sub_arrow { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 12px; opacity: 0.4; }
.drawer_menu_overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.4); z-index: 999; opacity: 0; visibility: hidden; }
.drawer_menu_overlay.is-visible { opacity: 1; visibility: visible; }

/* 丸型アイコン */
.gift_price_section_wrapper { display: flex !important; justify-content: center !important; gap: 40px !important; padding: 40px 15px !important; background-color: #fffbef !important; max-width: 1200px !important; margin: 0 auto !important; box-sizing: border-box !important; }
.gp_unit { display: flex !important; flex-direction: column !important; align-items: center !important; width: 140px !important; }
.gp_english_title { font-family: 'Cormorant Garamond', serif !important; font-size: 16px !important; color: #165c7d !important; margin: 0 0 12px 0; font-weight: 600 !important; }
.gp_image_link { text-decoration: none !important; display: flex !important; flex-direction: column !important; align-items: center !important; width: 100% !important; }
.gp_image_circle { width: 120px !important; height: 120px !important; border-radius: 50% !important; overflow: hidden !important; margin-bottom: 12px !important; border: 1px solid rgba(22, 92, 125, 0.1) !important; }
.gp_image_circle img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.gp_japanese_link { font-size: 11px !important; color: #165c7d !important; font-weight: bold !important; border-bottom: 1px solid #165c7d !important; }

/* 6枚バナー */
.reading_cards_section_container { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 20px 15px !important; padding: 30px 15px 40px 15px !important; background-color: #fffbef !important; max-width: 1200px !important; margin: 0 auto !important; box-sizing: border-box !important; }
.reading_card_item { width: 100% !important; }
.rc_link { display: flex !important; flex-direction: column !important; text-decoration: none !important; }
.rc_image_box { width: 100% !important; aspect-ratio: 4 / 3 !important; overflow: hidden !important; border-radius: 4px !important; margin-bottom: 8px !important; border: 1px solid rgba(22, 92, 125, 0.08) !important; }
.rc_image_box img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.rc_text_box { display: flex !important; flex-direction: column !important; text-align: left !important; }
.rc_eng_title { font-family: 'Cormorant Garamond', serif !important; font-size: 14px !important; font-weight: 600 !important; color: #165c7d !important; }
.rc_jap_title { font-size: 10px !important; color: #666666 !important; }

/* Journal */
.wordpress_blog_section_wrapper { padding: 30px 15px 60px 15px !important; background-color: #fffbef !important; max-width: 1200px !important; margin: 0 auto !important; box-sizing: border-box !important; }
.blog_section_heading { font-family: 'Cormorant Garamond', serif !important; font-weight: 600 !important; text-transform: uppercase !important; font-size: 22px !important; letter-spacing: 0.1em !important; text-align: center !important; margin: 0 0 25px 0 !important; color: #165c7d !important; }
.wp_blog_lists { list-style: none !important; padding: 0 !important; margin: 0 auto 30px auto !important; max-width: 800px !important; }
.wp_blog_list_item { border-bottom: 1px solid rgba(22, 92, 125, 0.1) !important; padding: 14px 4px !important; }
.wp_blog_link { display: flex !important; flex-direction: column !important; }
.wp_blog_date { font-family: 'Cormorant Garamond', serif !important; font-size: 12px !important; color: #a6836e !important; font-weight: 600 !important; }
.wp_blog_title { font-size: 12px !important; color: #165c7d !important; font-weight: normal !important; line-height: 1.4 !important; }
.blog_more_btn_box { text-align: center !important; }

.pc_only_ranking_section_wrapper { display: none !important; }

/* ==========================================================================
   7. 【PC大画面専用（768px以上）】一括レスポンシブ命令（完全同期）
   ========================================================================== */
@media screen and (min-width: 768px) {
  #wrapper { max-width: 1200px !important; width: 100% !important; }
  .nav_btn_phone, .header_tabs_nav, .header_action_left, .sp_only_line_btn_box_wrap, .sp_only_btn, .sp_only_automatic_ranking_wrapper { display: none !important; }
  .header_logo_area { width: 100% !important; }
  .header_action_right { position: absolute; right: 30px; top: 18px; }

  /* ドロップダウンナビ開放 */
  .pc-global-nav { display: block !important; width: 100%; background-color: #fffbef; border-top: 1px solid rgba(22, 92, 125, 0.1); border-bottom: 1px solid rgba(22, 92, 125, 0.1); padding: 14px 0; margin-top: 5px; }
  .pc-global-nav .nav-links { display: flex; justify-content: center; align-items: center; list-style: none; margin: 0; padding: 0; gap: 60px; }
  .pc-global-nav .nav-links > li { position: relative; }
  .dropdown-menu { position: absolute !important; top: 100% !important; left: 50% !important; transform: translateX(-50%) translateY(10px) !important; background-color: #fffbef !important; border: 1px solid rgba(22, 92, 125, 0.08) !important; padding: 12px 0 !important; margin: 0 !important; list-style: none !important; width: 220px !important; box-shadow: 0 10px 30px rgba(22, 92, 125, 0.08) !important; border-radius: 4px !important; opacity: 0 !important; visibility: hidden !important; transition: all 0.3s ease !important; z-index: 999 !important; }
  .pc-global-nav .nav-links > li:hover .dropdown-menu { opacity: 1 !important; visibility: visible !important; transform: translateX(-50%) translateY(0) !important; }
  .dropdown-menu li a { display: block !important; padding: 10px 24px !important; font-size: 13px !important; color: #165c7d !important; text-align: left !important; }
  .dropdown-menu li a:hover { background-color: #ffffff !important; color: #a6836e !important; padding-left: 28px !important; transition: all 0.2s ease !important; }

  /* 最上段：コレクションPC用50:50並び */
  .cocomoon_main_visual_responsive_container { display: flex !important; flex-direction: row !important; gap: 24px !important; margin: 40px auto !important; }
  .main_collection_block_item { width: calc(50% - 12px) !important; position: relative !important; display: block !important; margin-bottom: 0 !important; overflow: hidden !important; }
  .collection_image_box { width: 100% !important; height: 540px !important; }
  .collection_image_box img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
  .collection_text_layer_box { position: absolute !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; width: 90% !important; text-align: center !important; text-shadow: 0 0 10px #fffbef, 0 0 20px #fffbef, 0 2px 6px rgba(22, 92, 125, 0.25) !important; }
  .collection_catch_text { font-size: 26px !important; color: #165c7d !important; font-weight: 700 !important; }
  .collection_sub_text { font-size: 13px !important; color: #a6836e !important; font-weight: 700 !important; }

  /* 中段：バナー ＆ INFO横並び */
  .cocomoon_middle_responsive_flex_container { display: flex !important; flex-direction: row !important; gap: 40px !important; margin: 0 auto 50px auto !important; width: 100% !important; align-items: stretch !important; }
  .middle_left_banner_part { width: calc(50% - 20px) !important; }
  .middle_left_banner_part img { width: 100% !important; height: 100% !important; object-fit: cover !important; border-radius: 4px; }
  .middle_right_info_part { width: calc(50% - 20px) !important; display: flex !important; flex-direction: column !important; justify-content: center !important; }
  .info_section_title_label { text-align: left !important; font-size: 26px !important; margin: 0 0 20px 0 !important; }
  .info_list_items li { margin-bottom: 16px !important; }
  .btn_info_more_view_style { margin: 0 !important; }

  /* 後半共通パーツのPC拡張 */
  .gift_price_section_wrapper { gap: 80px !important; padding: 60px 15px !important; }
  .gp_unit { width: 180px !important; }
  .gp_image_circle { width: 150px !important; height: 150px !important; }
  .gp_english_title { font-size: 18px !important; }
  .reading_cards_section_container { grid-template-columns: repeat(3, 1fr) !important; gap: 40px 24px !important; padding: 40px 30px 60px 30px !important; }
  .rc_eng_title { font-size: 16px !important; }
  .rc_jap_title { font-size: 11px !important; }
  .wp_blog_link { flex-direction: row !important; align-items: center !important; }
  .wp_blog_date { margin-bottom: 0 !important; width: 110px !important; flex-shrink: 0 !important; }
  .wp_blog_title { font-size: 13px !important; }

  /* 古い手動の表示エリアは、完全に非表示のままにします */
  .pc_only_ranking_section_wrapper { display: none !important; }

  /* 中段：KEIKIバナー（左） ＆ INFORMATION（右）の横並び */
  .info_banner_flex_container_wrapper {
    max-width: 1200px !important;
    margin: 50px auto !important;
    padding: 0 15px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .keiki_banner_left_side_box {
    display: block !important;
    width: calc(50% - 20px) !important;
    margin: 0 !important;
  }
  .keiki_banner_left_side_box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 4px !important;
  }
  .information_right_side_box {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: calc(50% - 20px) !important;
    margin: 0 !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  /* PC版：一番下のLINEワイドバナー */
  .pc_only_line_btn_wrap {
    display: block !important;
    max-width: 600px !important;
    margin: 30px auto 0 auto !important;
    text-align: center !important;
    width: 100% !important;
  }
  .btn_pc_line_style {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #71cc98 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px !important;
    padding: 14px 30px !important;
    text-align: center !important;
    cursor: pointer !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-weight: bold !important;
    font-size: 13px !important;
    letter-spacing: 0.05em !important;
  }
}

/* ==========================================================================
   スマホ版デザイン微調整：フォント・バッジ・ボタンの完全復元
   ========================================================================== */
.collection_sub_text,
.info_item_date,
.btn_info_more_view_style,
.btn_more_view_new,
.btn_collection_action_link,
.sp_only_automatic_ranking_wrapper .info_ranking_heading,
.sp_only_automatic_ranking_wrapper .rank-badge,
.sp_only_automatic_ranking_wrapper .ranking-item div[style*="font-size: 12px"],
#ranking-more-btn {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif !important;
  text-transform: uppercase !important;
}
.btn_collection_action_link {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
}

/* スマホ用：MORE VIEWボタンのネイビー細枠統一 */
.btn_info_more_view_style,
#ranking-more-btn,
.wordpress_blog_section_wrapper .btn_more_view_new {
  display: block !important;
  width: 160px !important;
  margin: 25px auto !important;
  padding: 12px 0 !important;
  border: 1px solid #165c7d !important;
  color: #165c7d !important;
  background-color: transparent !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
  height: auto !important;
  line-height: 1 !important;
}
.btn_info_more_view_style:hover,
#ranking-more-btn:hover,
.wordpress_blog_section_wrapper .btn_more_view_new:hover {
  background-color: #165c7d !important;
  color: #fffbef !important;
}

/* ==========================================================================
   【CSSホバー開閉・完全数値固定版】5件目を1pxも見せずに完全シャットアウト！
   ========================================================================== */
@media screen and (max-width: 767px) {
  .pc_only_automatic_ranking_wrapper {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_only_automatic_ranking_wrapper {
    display: block !important;
    max-width: 1200px !important;
    margin: 40px auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    position: relative !important;
  }
  .pc_only_automatic_ranking_wrapper .ranking-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 30px 20px !important; 
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-height: 370px !important; 
    overflow: hidden !important;
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important; 
  }
  .pc_only_automatic_ranking_wrapper #pc-ranking-more-btn {
    display: block !important;
    width: 160px !important;
    margin: 30px auto 50px auto !important;
    padding: 12px 0 !important;
    border: 1px solid #165c7d !important;
    color: #165c7d !important;
    background-color: #fffbef !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 12px !important;
    letter-spacing: 0.15em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
    pointer-events: auto !important;
  }
  .pc_only_automatic_ranking_wrapper:hover .ranking-grid {
    max-height: 1140px !important; 
  }
  .pc_only_automatic_ranking_wrapper:hover #pc-ranking-more-btn {
    opacity: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: none !important;
    pointer-events: none !important;
  }
  .pc_only_automatic_ranking_wrapper .ranking-item {
    display: block !important;
    width: calc(25% - 15px) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  .pc_only_automatic_ranking_wrapper .pc_rank_img_box {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    margin-bottom: 12px !important;
    position: relative !important;
  }
  .pc_only_automatic_ranking_wrapper .pc_rank_img_box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .pc_only_automatic_ranking_wrapper .ranking-item:nth-child(1) .pc_rank_badge { background-color: #f18070 !important; display: flex !important; }
  .pc_only_automatic_ranking_wrapper .ranking-item:nth-child(2) .pc_rank_badge { background-color: #6bbbae !important; display: flex !important; }
  .pc_only_automatic_ranking_wrapper .ranking-item:nth-child(3) .pc_rank_badge { background-color: #f3d03e !important; display: flex !important; }
  .pc_only_automatic_ranking_wrapper .ranking-item:nth-child(n+4) .pc_rank_badge { background-color: #666666 !important; display: flex !important; }

  .pc_only_automatic_ranking_wrapper .pc_rank_badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    color: #ffffff !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    width: 22px !important;
    height: 22px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    z-index: 10 !important;
  }
  .pc_only_automatic_ranking_wrapper .pc_rank_prod_name {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    height: 34px !important;
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 1.4 !important;
    margin-bottom: 6px !important;
    text-align: left !important;
  }
  .pc_only_automatic_ranking_wrapper .pc_rank_prod_price {
    display: block !important;
    font-size: 13px !important;
    color: #165c7d !important;
    font-weight: bold !important;
    text-align: left !important;
  }
}

/* ==========================================================================
   スマホ版ランキング：バッジ丸型化・数字拡大・価格のサンセリフ化
   ========================================================================== */
@media screen and (max-width: 767px) {
  .sp_ranking_grid_ul_list .rank-badge {
    position: absolute !important;
    top: 6px !important;
    left: 6px !important;
    width: 24px !important;
    height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important; 
    padding: 0 !important; 
    font-size: 13px !important; 
    font-weight: bold !important;
    line-height: 1 !important;
    z-index: 10 !important;
  }
  .sp_ranking_grid_ul_list .ranking-item div[style*="color: #165c7d"] {
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.02em !important;
  }
}

/* ==========================================================================
   【スマホ・PC最終決定版】2重表示のバグを解消し、文字バランスを完璧に整える
   ========================================================================== */
@media screen and (max-width: 767px) {
  .sp_ranking_grid_ul_list .ranking-item a > div[style*="color: #165c7d"] {
    display: none !important;
  }
  .sp_ranking_grid_ul_list .ranking-item .sp_rank_prod_name {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    height: 34px !important;
    font-size: 12px !important; 
    font-weight: bold !important; 
    color: #165c7d !important; 
    margin-bottom: 4px !important;
    text-align: left !important;
    line-height: 1.4 !important;
  }
  .sp_ranking_grid_ul_list .ranking-item .sp_rank_prod_price {
    display: block !important;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
    font-weight: normal !important; 
    font-size: 11px !important; 
    color: #557c91 !important; 
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_only_automatic_ranking_wrapper .pc_rank_prod_name {
    font-size: 13px !important;
    font-weight: bold !important;
    color: #165c7d !important;
    height: 36px !important;
    margin-bottom: 8px !important;
  }
  .pc_only_automatic_ranking_wrapper .pc_rank_prod_price {
    font-weight: normal !important;
    font-size: 12px !important;
    color: #557c91 !important;
  }
}

/* ==========================================================================
   最終調整：JOURNAL（ブログ）のタイトルを細字（通常体）にしてINFORMATIONと統一
   ========================================================================== */
@media screen and (max-width: 767px) {
  .wp_blog_section_wrapper .wp_blog_title {
    font-weight: normal !important; 
    color: #165c7d !important;
  }
}
@media screen and (min-width: 768px) {
  .wp_blog_link .wp_blog_title {
    font-weight: normal !important; 
    color: #165c7d !important;
  }
}

/* ==========================================================================
   【下層ページ共通】商品一覧ページ（カテゴリ／グループ）完全装飾CSS
   ========================================================================== */
.product_list_page_root {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}
.category_dynamic_banner_space, 
.category_dynamic_bottom_freespace {
  width: 100% !important;
  margin: 20px auto !important;
  text-align: center !important;
}
.category_dynamic_banner_space img,
.category_dynamic_bottom_freespace img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 4px !important;
}
.cocomoon_section_heading_title {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: #165c7d !important;
  text-align: center !important;
  margin: 40px 0 25px 0 !important;
}
.productlist_utility_bar_flex {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(22, 92, 125, 0.1) !important;
  padding-bottom: 12px !important;
  margin-bottom: 30px !important;
}
.product_count_total_label {
  font-size: 12px !important;
  color: #666666 !important;
  font-family: 'Cormorant Garamond', serif !important;
  letter-spacing: 0.05em !important;
  margin: 0 !important;
}
.product_sort_links_group {
  font-size: 12px !important;
}
.product_sort_links_group a, 
.product_sort_links_group span {
  margin-left: 15px !important;
  color: #999999 !important;
}
.product_sort_links_group .active_sort, 
.product_sort_links_group a:hover {
  color: #165c7d !important;
  font-weight: bold !important;
}
.sub_navigation_links_container {
  text-align: center !important;
  margin: 20px 0 30px 0 !important;
}
.sub_nav_pill_lists {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sub_nav_pill_lists li a {
  display: block !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(22, 92, 125, 0.15) !important;
  padding: 8px 18px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  color: #165c7d !important;
  transition: all 0.2s ease !important;
}
.sub_nav_pill_lists li a:hover {
  background-color: #165c7d !important;
  color: #fffbef !important;
}
.cocomoon_main_product_grid_lists {
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto 50px auto !important;
  width: 100% !important;
}
.product_grid_item_card {
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  position: relative !important;
}
.product_card_image_box {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  position: relative !important;
}
.product_card_image_box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.product_card_text_meta_area {
  padding: 12px 0 !important;
}
.product_card_soldout_badge {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: rgba(15, 68, 93, 0.85) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: bold !important;
  padding: 8px 16px !important;
  letter-spacing: 0.1em !important;
  z-index: 5 !important;
  border-radius: 2px !important;
}
.btn_pager_link, .btn_pager_disabled {
  display: inline-block !important;
  width: 100px !important;
  padding: 10px 0 !important;
  border: 1px solid #165c7d !important;
  font-size: 11px !important;
  font-family: 'Cormorant Garamond', serif !important;
  letter-spacing: 0.1em !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
.btn_pager_link {
  color: #165c7d !important;
  background-color: transparent !important;
}
.btn_pager_disabled {
  color: #cccccc !important;
  border-color: #eeeeee !important;
  background-color: transparent !important;
}
.pc_bottom_numeric_pager_container {
  margin: 40px auto 60px auto !important;
  text-align: center !important;
}
.numeric_pager_flex_lists {
  display: inline-flex !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center !important;
  gap: 5px !important;
}
.numeric_pager_flex_lists li a,
.numeric_pager_flex_lists li span {
  display: flex !important;
  width: 36px !important;
  height: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  color: #165c7d !important;
}
.numeric_pager_flex_lists .current_p {
  background-color: #165c7d !important;
  color: #fffbef !important;
  border-radius: 50% !important;
  font-weight: bold !important;
}
.numeric_pager_flex_lists .dots_p,
.numeric_pager_flex_lists .disabled_p {
  color: #cccccc !important;
}
.productlist_noitem_empty_message {
  text-align: center !important;
  padding: 80px 0 !important;
  color: #999999 !important;
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .cocomoon_main_product_grid_lists {
    gap: 15px 10px !important; 
  }
  .product_grid_item_card {
    width: calc(33.333% - 7px) !important; 
  }
  .sp_top_pager_bar, .sp_bottom_pager_bar {
    margin: 20px 0 !important;
  }
  .pager_action_flex {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }
  .pager_current_position_label {
    font-size: 11px !important;
    color: #666666 !important;
  }
}
@media screen and (min-width: 768px) {
  .cocomoon_main_product_grid_lists {
    gap: 40px 20px !important; 
  }
  .product_grid_item_card {
    width: calc(25% - 15px) !important; 
  }
  .sp_top_pager_bar, .sp_bottom_pager_bar {
    display: none !important;
  }
}

/* ==========================================================================
   最終リファイン：見出しの日本語（漢字・円）のフォントチグハグを解消
   ========================================================================== */
.cocomoon_section_heading_title {
  font-family: 'Cormorant Garamond', 'Times New Roman', 'Noto Serif JP', 'ヒラギノ明朝 ProN', serif !important;
  font-weight: 300 !important; 
}

/* ==========================================================================
   商品一覧：アイテム名と価格のフォントをランキングと完全に同期
   ========================================================================== */
.product_list_new .prd_lst_name,
.product_item_box_new .prd_name,
.cocomoon_clean_main_content_area ul li a span,
div[class*="item"] .name,
.product_list_new a {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギゴ角ゴ ProN W3", Arial, sans-serif !important;
  font-size: 15px !important;            
  font-weight: 400 !important;            
  color: #165c7d !important;              
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
}
.product_list_new .prd_lst_price,
.product_item_box_new .prd_price,
div[class*="item"] .price,
.product_list_new a span[class*="price"] {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギゴ角ゴ ProN W3", Arial, sans-serif !important;
  font-size: 15px !important;            
  font-weight: 400 !important;
  color: #165c7d !important;              
  margin-top: 6px !important;             
  display: block !important;
}

/* ==========================================================================
   &#10024; 【文字調整】商品名・価格のフォントサイズ＆太さの上書き設定
   ========================================================================== */
.product_name, 
div.product_name h2,
h1.product_name,
.product_info_main h2 {
  font-weight: normal !important; 
}
.product_price,
.product_info_main .price,
.product_info_main .sales_price {
  font-size: 18px !important;    
  font-weight: bold !important;  
}
.product_list .price,
.product_item .price,
ul.product_list_box li .sales_price,
.shop_by_price_list .price {
  font-size: 12px !important;    
  font-weight: normal !important; 
  margin-top: 4px !important;     
}

/* ==========================================================================
   &#128293; 【強力版・上書き用】商品詳細ページの文字サイズ＆太さ調整
   ========================================================================== */
#product_name,
.product_name,
h1.product_name,
.product_info_main h1,
.product_info_main h2,
div.product_inner h2 {
  font-weight: 400 !important;   
}
#product_price,
.product_price,
.price_sales,
.sales_price,
.product_info_main .price,
.product_info_main .sales_price,
div.product_inner .price {
  font-size: 18px !important;    
  font-weight: bold !important;  
}

/* ==========================================================================
   &#128722; 【100%確定版】商品一覧ページの「価格だけ」を一回り小さく・細字に固定
   ========================================================================== */
.product_list .price,
.product_item .price,
.shop_by_price_list .price,
.product_list_box .price,
[class*="product_list"] [class*="price"],
[class*="product_item"] [class*="price"],
.cocomoon_hybrid_detail_root ~ div [class*="price"] {
  font-size: 12px !important;    
  font-weight: normal !important; 
  color: #165c7d !important;     
  margin-top: 5px !important;     
  display: block !important;
}

/* ==========================================================================
   &#127965;&#65039; 【トップページ大改造】2枚バナー横並び ＆ INFORMATION中央寄せ同期
   ========================================================================== */
.cocomoon_twin_banners_container {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  padding: 15px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.twin_banner_item_box {
  width: 100% !important;
}
.twin_banner_item_box img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 4px !important;
}
.cocomoon_centered_info_container {
  padding: 30px 15px 40px 15px !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  text-align: center !important;
}
.info_list_items_centered {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto 30px auto !important;
  width: 100% !important;
  text-align: left !important; 
}
.info_list_items_centered li {
  border-bottom: 1px solid rgba(22, 92, 125, 0.1) !important;
  padding: 14px 4px !important;
  font-size: 13px !important;
  color: #165c7d !important;
  display: flex !important;
  flex-direction: column !important; 
}
.info_list_items_centered .info_item_date {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 12px !important;
  color: #a6836e !important;
  font-weight: 600 !important;
}
.info_list_items_centered .info_item_txt {
  font-size: 12px !important;
  color: #165c7d !important;
  line-height: 1.4 !important;
  margin-top: 2px !important;
}
.info_more_btn_box {
  text-align: center !important;
}
.btn_info_more_view_style_new {
  display: block !important;
  width: 160px !important;
  margin: 0 auto !important;
  padding: 12px 0 !important;
  border: 1px solid #165c7d !important;
  color: #165c7d !important;
  background-color: transparent !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  text-align: center !important;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
}
.btn_info_more_view_style_new:hover {
  background-color: #165c7d !important;
  color: #fffbef !important;
}
@media screen and (min-width: 768px) {
  .info_banner_flex_container_wrapper {
    display: none !important;
  }
  .cocomoon_twin_banners_container {
    flex-direction: row !important;
    gap: 24px !important;
    max-width: 1200px !important;
    margin: 40px auto !important;
    padding: 0 15px !important;
    align-items: stretch !important;
  }
  .twin_banner_item_box {
    width: calc(50% - 12px) !important;
  }
  .twin_banner_item_box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .info_list_items_centered li {
    flex-direction: row !important;
    align-items: center !important;
  }
  .info_list_items_centered .info_item_date {
    width: 110px !important;
    flex-shrink: 0 !important;
  }
  .info_list_items_centered .info_item_txt {
    margin-top: 0 !important;
    font-size: 13px !important;
  }
}
.cocomoon_centered_info_container .info_section_title_label {
  text-align: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* スマホ画面（767px以下）の時、LINE連携ボタンの位置をど真ん中にキープしたまま、上下の余白をジャストサイズに縮めます */
@media screen and (max-width: 767px) {
  .top_line_integration_block,
  .sp_only_line_btn_box_wrap {
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 25px !important;    
    margin-bottom: 10px !important; 
    margin-left: auto !important;   
    margin-right: auto !important;
  }
} 

/* ==========================================================================
   &#128680;【最終解決】カラーミーのシステム上書きをさらにねじ伏せる強制カラー適用
   ========================================================================== */
@media screen and (max-width: 767px) {
  /* 1位の枠にあるバッジの背景色を、何が何でもピンクオレンジにする */
  .sp_ranking_grid_ul_list .ranking-item:nth-child(1) .rank-badge,
  #ranking-list .ranking-item:nth-child(1) .rank-badge {
    background-color: #f18070 !important;
  }
  
  /* 2位の枠にあるバッジの背景色を、何が何でもミントグリーンにする */
  .sp_ranking_grid_ul_list .ranking-item:nth-child(2) .rank-badge,
  #ranking-list .ranking-item:nth-child(2) .rank-badge {
    background-color: #6bbbae !important;
  }
  
  /* 3位の枠にあるバッジの背景色を、何が何でもハワイアンイエローにする */
  .sp_ranking_grid_ul_list .ranking-item:nth-child(3) .rank-badge,
  #ranking-list .ranking-item:nth-child(3) .rank-badge {
    background-color: #f3d03e !important;
  }
  
  /* 4位以降の枠にあるバッジの背景色を、何が何でもグレーにする */
  .sp_ranking_grid_ul_list .ranking-item:nth-child(n+4) .rank-badge,
  #ranking-list .ranking-item:nth-child(n+4) .rank-badge {
    background-color: #999999 !important;
  }
}

/* グループ名・シリーズ名などのセクション見出しは、入力通りの大文字・小文字で表示する */
.cocomoon_section_heading_title {
  text-transform: none !important;
}