/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.25.1750383445
Updated: 2025-06-20 10:37:25

*/
/* マイアカウントページで同意チェックボックスを完全に非表示 */
body.page-id-1100 div[data-field-id="check_box_doui"],
body.page-id-1100 .ur-form-row[data-row-id="5"] {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 初期状態：白抜き星 */
.my-fav-btn .favorites-button {
  font-size: 24px;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
}

.my-fav-btn .favorites-button::before {
  content: "☆"; /* 白抜き星 */
}

/* お気に入り済み状態：色付き星 */
.my-fav-btn .favorites-button.favorites-active::before {
  content: "★"; /* 塗りつぶし星 */
  color: gold;
}
