/* RE:AL METHOD CTA */
.rm-cta-bar {
	  background: linear-gradient(90deg, #d4a843, #f0c96a, #d4a843);
	  padding: 12px 20px;
	  text-align: center;
	  font-size: 14px;
	  font-weight: 700;
	  color: #0d0620;
	  letter-spacing: 1px;
	  position: relative;
	  z-index: 9999;
	  font-family: 'Noto Sans JP', sans-serif;
}
.rm-cta-bar a.rm-cta-link {
	  background: #0d0620;
	  color: #f0c96a !important;
	  padding: 7px 20px;
	  border-radius: 30px;
	  text-decoration: none !important;
	  font-weight: 900;
	  font-size: 13px;
	  margin-left: 12px;
	  display: inline-block;
}
.rm-event-section {
	  background: linear-gradient(135deg, #0d0620, #1a0a40);
	  padding: 72px 20px;
	  text-align: center;
	  font-family: 'Noto Sans JP', sans-serif;
}
.rm-event-section .rm-label {
	  font-size: 11px;
	  letter-spacing: 5px;
	  color: #d4a843;
	  text-transform: uppercase;
	  margin-bottom: 14px;
}
.rm-event-section h2 {
	  font-size: clamp(22px,4vw,36px);
	  font-weight: 900;
	  color: #fff;
	  margin-bottom: 16px;
	  line-height: 1.4;
}
.rm-event-section h2 em { color: #f0c96a; font-style: normal; }
.rm-event-section p.rm-desc {
	  font-size: 15px;
	  color: rgba(255,255,255,0.7);
	  margin-bottom: 36px;
	  line-height: 1.9;
	  max-width: 560px;
	  margin-left: auto;
	  margin-right: auto;
}
.rm-event-cards {
	  display: flex;
	  gap: 16px;
	  justify-content: center;
	  flex-wrap: wrap;
	  margin-bottom: 36px;
	  max-width: 860px;
	  margin-left: auto;
	  margin-right: auto;
}
.rm-event-card {
	  background: rgba(255,255,255,0.05);
	  border: 1px solid rgba(212,168,67,0.3);
	  border-radius: 14px;
	  padding: 24px 20px;
	  flex: 1;
	  min-width: 200px;
	  max-width: 250px;
	  text-align: left;
}
.rm-event-card .icon { font-size: 28px; margin-bottom: 10px; }
.rm-event-card .title { font-size: 15px; font-weight: 700; color: #f0c96a; margin-bottom: 8px; }
.rm-event-card .body { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.7; }
.rm-btn-main {
	  background: linear-gradient(135deg, #d4a843, #f0c96a);
	  color: #0d0620 !important;
	  padding: 18px 44px;
	  border-radius: 50px;
	  font-weight: 900;
	  font-size: 17px;
	  text-decoration: none !important;
	  display: inline-block;
	  box-shadow: 0 4px 24px rgba(212,168,67,0.4);
	  letter-spacing: 1px;
}
.rm-guarantee {
	  color: rgba(255,255,255,0.4);
	  font-size: 12px;
	  margin-top: 14px;
}
.rm-stats-bar {
	  background: #080515;
	  padding: 28px 20px;
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  gap: 0;
	  border-top: 1px solid rgba(212,168,67,0.15);
	  border-bottom: 1px solid rgba(212,168,67,0.15);
	  font-family: 'Noto Sans JP', sans-serif;
}
.rm-stat {
	  text-align: center;
	  padding: 14px 28px;
	  border-right: 1px solid rgba(212,168,67,0.15);
}
.rm-stat:last-child { border-right: none; }
.rm-stat .num { font-size: 32px; font-weight: 900; color: #f0c96a; line-height: 1; }
.rm-stat .lbl { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 5px; letter-spacing: 1px; }
}
}
}
}
}
}
}
}
}
}
}
}

/* ========================================
   PC表示 中央揃え修正
   ======================================== */

/* ナビゲーションをPC幅で中央に */
@media (min-width: 769px) {
  .wp-block-kubio-navigation-section__nav-section {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* プロフィール画像を中央に */
  .wp-block-image,
  figure.wp-block-image {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  /* ページコンテンツのinner wrapperをPC中央に */
  .entry-content > .wp-block-group:not(.alignfull),
  .page-content > .wp-block-group:not(.alignfull),
  .entry-content > .wp-block-columns,
  .page-content > .wp-block-columns {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}