@charset "utf-8";
:root{
  --gold:#D4AF37;
  --sub-color:#A4BBD2;
  --accent-color:#97757d;
  --bg-color:#eee9e9;
  --gold-gradient: linear-gradient(45deg, #B67B03 0%, #DAA520 50%, #FDF5E6 100%);
  --pmpro--color--base: transparent !important;
  --pmpro--color--accent: var(--gold) !important;
  --pmpro--box--background: transparent !important;
}

/*----------Reset CSS----------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, form,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body{
font-family: "Shippori Mincho", serif;
  color: #333;
  font-weight: 240;
  font-style: normal;
  font-size: 13px;
  line-height: 2em;
}
*{
  box-sizing: border-box;
}

/*----------レイアウト----------*/
#wrapper, .inner{
	margin: 0 auto;
	width: 100%;
  overflow: hidden;
}
#footer{
	clear: both;
} 

img{
	max-width: 100%;
	height: auto;
}
p{
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}
.small{
  font-size: 0.8rem;
}
.bg {
  background-image: url('../images/common/pc-bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.grecaptcha-badge {
  visibility: hidden;
}

.lp-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* ★重要：上端合わせにしてスクロール可能にする */
  
  width: 100%;
  height: 100dvh;
  
  /* ▼▼▼ 追加・変更：ここでスクロールさせる ▼▼▼ */
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch;
  isolation: isolate;
  z-index: 1;
}

.main {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 0 auto;
  width: 100%;
  max-width: 767px;
  height: auto;
  min-height: 100%;
  overflow-y: visible;
  background: transparent !important;
  z-index: auto;
  display: flex;
  flex-direction: column;
}

.main::before {
  content: "";
  display: block;
  position: fixed; /* ここで画面に対して固定 */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 767px;
  height: 100vh; /* 画面いっぱいに */
  height: 100dvh; /* 対応ブラウザ用 */
  
  background-image: url('../images/common/sp-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
  z-index: -1; /* コンテンツの後ろに配置 */
  pointer-events: none; /* クリック等を邪魔しないように */
}

.main.member-mode {
    background: none !important;
}

.main.member-mode::before {
    background-image: url('../images/common/sp-bg-member.png') !important;
}

a.link-gold{
    color: var(--gold);
    text-decoration: underline;
}

/* =========================================
   共通デザイン
   ========================================= */

.fortune-chapter {
  background-color: rgba(10, 7, 57, 0.85);
  background-image: none;
  position: relative;
  padding: 30px;
  margin: 30px 5px;
  border-radius: 4px;
  border: 1px solid rgba(180, 100, 255, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}

.fortune-chapter p{
  padding-bottom: 1rem;
}

.fortune-chapter a{
  color: #fff;
}

.fortune-chapter strong {
  color: var(--gold);
  font-weight: 500;
  background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.15) 60%);
  padding: 0 4px;
}

/* ヘッドライン：輝きを追加 */
h2.main-ttl {
  font-size: 1.3rem;
  color: var(--gold);
  line-height: 1.6;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.fortune-chapter h4.chapter-section-title {
  color: var(--gold) !important;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border-left: 6px solid var(--gold);
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
  padding: 12px 15px 12px 20px;
  margin: 40px 0 25px 0;
  position: relative;
  overflow: hidden;
}

.fortune-chapter h4.chapter-section-title::before {
  content: '✦';
  display: inline-block;
  margin-right: 12px;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

h5.section-ttl{
    color: #f4f7ff; 
    text-shadow: 0 0 8px rgba(180, 160, 255, 0.6);
    border-bottom: 1px solid rgba(180, 160, 255, 0.4);
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

h5.section-ttl::before  {
    content: '◆';
    font-size: 0.8em;
    color: #d8b4fe; /* 薄紫の場合 */
}


/* =========================================
   ビジュアルヘッダー・画像
   ========================================= */

.banner-container {
  width: 100%;
  margin: 20px 0 30px 0;
  text-align: center;
}

.banner-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid var(--gold);
  box-shadow: 
    0 0 10px rgba(255, 215, 0, 0.5),
    0 0 20px rgba(218, 165, 32, 0.4),
    0 5px 15px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-in-out;
}

/* =========================================
   Top Page Text Area Design (Shion Style)
   ========================================= */

/* エリア全体の配置 */
.top-txt-area {
  position: relative;
  margin-top: 60px; /* 上部の余白 */
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
  padding: 0 20px; /* 左右に少し余白 */
}
.top-txt-area a{
  color: #fff;
}

.shion-message-box {
  background: rgba(20, 10, 30, 0.75); /* 暗い紫の半透明 */
  backdrop-filter: blur(4px); /* すりガラス効果 */
  border: 1px solid rgba(197, 160, 89, 0.5); /* ゴールドの枠線 */
  border-radius: 8px;
  padding: 30px 25px;
  width: 100%;
  max-width: 500px; /* PCなどで広がりすぎないように */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), inset 0 0 30px rgba(0, 0, 0, 0.5);
  position: relative;
  text-align: center;
  animation: fadeInMessage 1.5s ease-out; /* ふわりと表示 */
}

.shion-message-box::before,
.shion-message-box::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid var(--gold);
  transition: all 0.5s ease;
}

.shion-message-box::before {
  top: -1px; left: -1px;
  border-right: none;
  border-bottom: none;
}

.shion-message-box::after {
  bottom: -1px; right: -1px;
  border-left: none;
  border-top: none;
}

.season-text {
  font-size: 1.05rem;
  color: #fff;
  line-height: 2.2;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.inquiry-text {
  font-size: 0.95rem;
  color: var(--gold); /* ゴールド */
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); /* 区切り線 */
  letter-spacing: 0.05em;
}

@keyframes fadeInMessage {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-btn-area {
  position: relative;
  margin: 40px auto 20px; 
  width: 100%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.top-btn {
  display: block;
  margin: 0 auto;
}

.btn-gold-purple {
  position: relative; 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;  /* ボタンの幅 */
  padding: 18px 0;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(164, 69, 201, 1), rgba(48, 53, 97, 1));
  color: var(--gold);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.btn-gold-purple::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid var(--gold);
  transition: all 0.3s ease;
  --mask-h: linear-gradient(to right, transparent 15px, #000 15px, #000 calc(100% - 15px), transparent calc(100% - 15px));
  --mask-v: linear-gradient(to bottom, transparent 15px, #000 15px, #000 calc(100% - 15px), transparent calc(100% - 15px));
  -webkit-mask: var(--mask-h), var(--mask-v);
  mask: var(--mask-h), var(--mask-v);
}

.btn-gold-purple:hover {
  background-color: var(--gold);
  color: #2a0a4a;
  transform: translateY(-3px); /* 浮き上がる */
}

.btn-gold-purple:hover::before {
  border-color: #2a0a4a;
}
@media screen and (max-width: 768px) {
  .btn-gold-purple {
    width: 80vw; /* スマホでは画面幅の80%にする */
    max-width: 300px;
  }
}
.bottom-img {
  position: relative; /* 自然な積み重ねにする */
  display: block;     /* ブロック要素にして右寄せを効かせる */
  margin: 0 20px 0 auto; /* 上0、右20px、下0、左自動（これで右寄せになります） */
  width: 150px;
  height: auto;
  z-index: 10; /* フッターより奥でOKなので数値は小さくて大丈夫です */
  filter: drop-shadow(5px 5px 5px #777);
}

/* =========================================
   PMPro ログインページ カスタマイズ
   ========================================= */

.pmpro_login_wrap h2 {
    display: none; /* 上で作った見出しを使うので、元々の見出しは消す */
}

.pmpro_card_actions {
    display: none !important;
}

.pmpro_login_wrap label {
    color: var(--gold); /* ゴールド */
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.pmpro_form_input{
    background: #fff !important;
}

.pmpro_login_wrap input[type="text"],
.pmpro_login_wrap input[type="password"] {
    background: rgba(0, 0, 0, 0.3) !important;
    border: none !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.5) !important;
    color: #fff !important;
    padding: 12px !important;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 4px;
}

.pmpro_login_wrap input[type="text"]:focus,
.pmpro_login_wrap input[type="password"]:focus {
    background: rgba(0, 0, 0, 0.5) !important;
    border-bottom: 1px solid var(--gold) !important;
    outline: none;
}

.pmpro_login_wrap input[type="submit"],
.pmpro_login_wrap button {
    width: 100%;
    padding: 14px 40px;
    border-radius: 50px;
    border: 1px solid #fff3cd !important;
    background: linear-gradient(to bottom, var(--gold), #8a6d3b) !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin-top: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.pmpro_login_wrap input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    filter: brightness(1.1);
}

.pmpro_login_wrap .pmpro_login_rememberme,
.pmpro_login_wrap .pmpro_login_lost_password {
    color: #e0d4ff;
    font-size: 0.9rem;
    margin-top: 10px;
    display: block;
}

.pmpro_login_wrap a {
    color: var(--gold);
    text-decoration: none;
}

div.pmpro_message {
    background: rgba(255, 0, 0, 0.2);
    border: 1px solid #ff4d4d;
    color: #ffcccc;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* =========================================
   PMPro カードデザインの紫苑化 (pmpro_card)
   ========================================= */

.pmpro-box{
  margin: 50px 20px;
}

.honorific{
  color: #fff;
}

.pmpro_card {
    background: linear-gradient(135deg, rgba(20, 10, 40, 0.85), rgba(45, 20, 80, 0.9)) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important; /* ゴールドの枠 */
    border-radius: 8px !important;
    box-shadow: 0 0 20px rgba(100, 0, 150, 0.3) !important;
    backdrop-filter: blur(5px);
    color: #e0d4ff !important; /* 薄紫の文字 */
}

.pmpro_card_title,
.pmpro_card h3,
.pmpro_card h2 {
    color: var(--gold) !important; /* ゴールド */
    padding-bottom: 10px;
    letter-spacing: 0.05em;
}

.pmpro_card_title a {
    color: var(--gold) !important; /* ゴールド */
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    padding-bottom: 1px;
}
.pmpro_card_actions a,
.pmpro_card a,
.pmpro_table a{
  color: var(--gold) !important; /* ゴールド */
}
.pmpro_table th,
.pmpro_table td{
  padding: 25px !important;
}

.pmpro_card_content {
    color: #e0d4ff !important;
    line-height: 1.8 !important;
}

.pmpro_card_content li {
    list-style-type: none;
    position: relative;
    padding-left: 1.2em;
}
.pmpro_card_content li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--gold);
}

.pmpro_level-price {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.1em;
}

.pmpro_btn,
.pmpro_card_actions .pmpro_btn {
    display: inline-block;
    background: linear-gradient(to bottom, var(--gold), #8a6d3b) !important;
    color: #fff !important;
    border: 1px solid #fff3cd !important;
    border-radius: 50px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}

.pmpro_btn:hover,
.pmpro_card_actions .pmpro_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6) !important;
    filter: brightness(1.1);
    background: linear-gradient(to bottom, var(--gold), #b8860b) !important;
    color: #fff !important;
}

.pmpro_checkout-fields label {
    color: var(--gold) !important;
}

.pmpro_checkout-fields input[type="text"],
.pmpro_checkout-fields input[type="email"],
.pmpro_checkout-fields input[type="password"],
.pmpro_checkout-fields select,
.pmpro_checkout-fields textarea {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px;
}

.pmpro_asterisk {
    color: #ff6b6b !important;
}

/* =========================================
   PMPro プラン選択ページのテーブル修正
   ========================================= */

.pmpro-levels-custom-wrapper table,
.pmpro_levels_table {
    background: transparent !important; /* 白背景を消す */
    border: none !important;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px; /* 行ごとの間隔 */
}

.pmpro_level-select {
    text-align: center;
    margin-top: 10px;
}

.pmpro_btn,
.pmpro_btn:link, 
input[type="button"].pmpro_btn {
    background: linear-gradient(to bottom, var(--gold), #8a6d3b) !important;
    color: #fff !important;
    border: 1px solid #fff3cd !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 50px !important;
    padding: 10px 30px !important;
    font-weight: bold;
    display: inline-block;
}

/* =========================================
   スマホ用: プラン選択テーブルの崩れ修正
   ========================================= */

@media (max-width: 600px) {
    /* 1. テーブルの構造をブロック崩し（縦積みにする） */
    .pmpro-levels-custom-wrapper table, 
    .pmpro-levels-custom-wrapper tbody, 
    .pmpro-levels-custom-wrapper tr, 
    .pmpro-levels-custom-wrapper th, 
    .pmpro-levels-custom-wrapper td,
    .pmpro_levels_table tbody,
    .pmpro_levels_table tr,
    .pmpro_levels_table th,
    .pmpro_levels_table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
}

/* =========================================
   新・マイページ用デザイン
   ========================================= */

.header-decoration {
    color: var(--gold);
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
    animation: starPulse 2s infinite alternate; 
}

.header-subtitle {
    color: var(--gold) !important;
    letter-spacing: 0.3em;
    font-size: 0.8rem;
    margin-bottom: 15px !important;
}

.header-catchphrase {
    display: block;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 8px;
    opacity: 0.9;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.mypage-special-header h2 .honorific {
    font-size: 2.2rem;
    color: var(--gold);
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
    letter-spacing: 0.1em;
    display: block;
    margin-top: 5px;
}

.header-greeting-box {
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding-top: 20px;
    min-width: 280px;
    max-width: 600px;
}

.user-greeting {
    color: #e0d4ff;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    font-weight: bold;
}

.season-greeting-text {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho", serif;
    font-style: italic;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 600px) {
    .mypage-special-header h2 .honorific {
        font-size: 1.6rem;
    }
}

.certificate-access-box {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px;
    background: rgba(20, 10, 40, 0.6); /* 少し濃く */
    border: 1px solid rgba(212, 175, 55, 0.5); /* ゴールド枠 */
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(100, 0, 150, 0.2);
}
.box-title {
    color: var(--gold);
    margin-bottom: 15px;
    font-size: 1.3rem;
    border-bottom: none;
    letter-spacing: 0.1em;
}
.box-desc {
    color: #e0d4ff;
    font-size: 0.95rem;
    margin-bottom: 25px;
    line-height: 1.8;
}

/* --- 見出し共通 --- */
.section-heading {
    font-size: 1.1rem;
    color: #aaa; /* 少し控えめな色 */
    border-left: 3px solid var(--gold);
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 40px;
    letter-spacing: 0.1em;
}

/* --- 2. 登録情報リスト (定義リスト dl/dt/dd) --- */
.profile-list {
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px 20px;
}

.profile-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.profile-row:last-child {
    border-bottom: none;
}

.profile-row dt {
    color: var(--gold); /* 項目名はゴールド */
    font-weight: 600;
    width: 40%;
    text-align: left;
}
.profile-row dd {
    width: 60%;
    text-align: right;
    color: #fff;
    margin: 0;
    word-break: break-all;
}

/* --- 3. 設定ボタン群 --- */
.mypage-menu-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ボタン共通（前回定義済みの場合は重複しても大丈夫です） */
.mypage-btn-gold {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 16px;
    border-radius: 50px;
    font-weight: 600;
    background: linear-gradient(to bottom, var(--gold), #b8860b);
    color: #fff !important;
    border: 1px solid #fff3cd;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: 0.3s;
}

.mypage-btn-normal {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e0d4ff !important;
    transition: 0.3s;
}

.mypage-btn-logout {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    margin-top: 10px;
    color: #888 !important;
    font-size: 0.9rem;
    transition: 0.3s;
}

/* =========================================
   プロフィール編集
   ========================================= */

.pmpro_form_field.pmpro_form_field-first_name,
.pmpro_form_field.pmpro_form_field-last_name,
.pmpro_form_field.pmpro_form_field-display_name{
    display: none !important;
   }

/* =========================================
   請求書
   ========================================= */

.pmpro-invoice-custom-wrapper .pmpro_actions_nav {
    display: none !important;
}
.pmpro-invoice-custom-wrapper h2.pmpro_section_title{
    color: var(--gold);
}
.pmpro-invoice-custom-wrapper h2.pmpro_card_title{
    display: none !important;
}

/* =========================================
    ユーザー登録
   ========================================= */

#pmpro_pricing_fields {
    display: none !important;
}

/* 2. 追加するプラン名と価格のデザイン */
.custom-plan-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.custom-plan-header h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.custom-plan-price {
    color: var(--gold); /* ゴールド */
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.custom-plan-price .yen {
    font-size: 1.2rem;
    margin-left: 5px;
    vertical-align: middle;
    color: #ccc;
}

.pmpro-checkout-custom-wrapper .pmpro_card_title{
    display: none !important;
}

/* パスワード表示切り替えボタン（目のアイコン）を白にする */
.pmpro_btn-password-toggle svg,
.pmpro_form_field-password-toggle svg {
    stroke: #ffffff !important;
}

/* （任意）もし横の「Show Password」という文字も白にしたい場合 */
.pmpro_btn-password-toggle .pmpro_form_field-password-toggle-state,
.pmpro_form_field-password-toggle .pmpro_form_field-password-toggle-state {
    color: #ffffff !important;
}
/* チェックアウトページの購入ボタンエリアを中央寄せにする */
.pmpro_form_submit {
    justify-content: center;
    display: flex;
    flex-direction: column !important; /* ボタンと「処理中」メッセージを縦に並べる */
    margin-top: 20px;       /* 上に少し余白 */
}

/* 購入ボタン下のメッセージBOXデザイン */
.after-purchase-message-box {
    margin-top: 30px;            /* 上の余白 */
    padding: 20px;               /* 内側の余白 */
    background: rgba(0, 0, 0, 0.2); /* 背景：少し暗くして文字を見やすく */
    border: 1px solid #c4a968;   /* 枠線：落ち着いたゴールド */
    border-radius: 6px;          /* 角を少し丸く */
    text-align: center;          /* 中央寄せ */
    color: #ffffff;              /* 文字色：白（ネイビー背景用） */
    font-size: 0.95rem;          /* 文字サイズ */
    line-height: 1.8;            /* 行間 */
    letter-spacing: 0.05em;      /* 文字間隔 */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); /* ふんわりとした影 */
}

/* メッセージ内の段落調整 */
.after-purchase-message-box p {
    margin: 0;
}

[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal{
  margin: 0 auto !important;
}

/* =========================================
    購入完了
   ========================================= */

#pmpro_confirmation-2 {
  display: none !important;
}

/* =========================================
   table
   ========================================= */

/* テーブルデザイン */
.main-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.main-table a{
    color: var(--gold);
}

.main-table th,
.main-table td {
  padding: 18px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}

/* 見出しセル */
.main-table th {
  width: 30%; /* PCでの幅 */
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap; /* 見出しが折り返さないように */
}

/* データセル */
.main-table td {
  font-size: 0.95rem;
}

.main-table .note {
  font-size: 0.8em;
  color: #aaa;
  display: block;
  margin-top: 5px;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 600px) {
  .main-table, 
  .main-table tbody, 
  .main-table tr, 
  .main-table th, 
  .main-table td {
    display: block;
    width: 100%;
  }
  
  .main-table tr {
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  }
  .main-table tr:last-child {
    border-bottom: none;
  }
  
  .main-table th {
    padding: 0 0 10px 0;
    border-bottom: none;
    color: var(--gold);
    font-size: 1rem;
    white-space: normal;
  }
  
  .main-table td {
    padding: 0 0 15px 0;
    border-bottom: none;
  }

  .pc-only { display: none; }
}

@media (min-width: 601px) {
  .sp-only { display: none; }
}


/*----------contactform----------*/

dl.contact-table{
	width: 100%;
}
.contact-table dt{
  padding-top: 30px;
}
.contact-table dd{
  padding-bottom: 30px;
  border-bottom: 1px solid #acacac;
}
.wpcf7 label{
	display: block;
}
.label_must{
	background-color: red;
	color: #ffffff;
	font-size: 0.7em;
	padding: 3px 5px;
	margin-left: 5px;
}
.contact-link{
  text-decoration: underline;
  padding-right: 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
	background: #fcfcfc;
	border: 1px solid #acacac;
	width: 100%;
	height: 50px;
  font-size: 14px;
}
.wpcf7 textarea{
	background: #fcfcfc;
	border: 1px solid #acacac;
	width: 100%;
  padding: 0.5em;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus{
	background: #f0f8ff;
	border: 1px solid #333333;
  outline: 0;
}
.wpcf7 input[name="post-code"],
.wpcf7 input[name="country"]{
	width: 50%;
}
.contact-post{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-post p{
  font-size: 1.1em;
  padding-right: 10px;
}
span.wpcf7-list-item{
  margin-top:5px;
  display: block;
}
.wpcf7-submit{
font-size: 1.2rem;
 color: #fff;
 background-color: inherit !important;
 border: none !important;
}
div.wpcf7 .wpcf7-spinner{
	display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
a.contact-link{
    color: var(--gold);
}
.btn-send.submit-btn {
    text-align: center;
    margin-top: 20px;
}

.btn-send.submit-btn input[type="submit"] {
    background: linear-gradient(to bottom, #f3d677 0%, #d4af37 100%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 1px solid #d4af37;
    border-radius: 30px;
    padding: 15px 60px;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
    width: auto;
    max-width: 300px;
}
/* =========================================
   Footer Design (Simple & Text Only)
   ========================================= */

/* フッター全体 */
.footer-section {
    background: #0d0515;
    margin-top: auto;
    padding-bottom: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    position: relative;
    z-index: 200;
}

/* ナビゲーションリスト（2列レイアウト） */
.footer-nav-list {
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* 下線 */
}

/* 各項目の枠組み */
.footer-nav-item {
    width: 50%; /* 2列にする */
    box-sizing: border-box;
}

/* リンクのデザイン */
.footer-nav-item a {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #a89078; /* 落ち着いたゴールドベージュ */
    text-decoration: none;
    font-family: "Times New Roman", serif; /* 高級感のある明朝系 */
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase; /* すべて大文字に */
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* 上線 */
    border-right: 1px solid rgba(255, 255, 255, 0.1); /* 右線 */
    transition: all 0.3s ease;
}

.footer-nav-item:nth-child(even) a {
    border-right: none;
}

.footer-copyright {
    text-align: center;
    color: #555;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    padding: 0 20px;
    font-family: sans-serif;
}

body.home .footer-section,
body.front-page .footer-section {
    padding-top: 0;
}