.elementor-3178 .elementor-element.elementor-element-69a2293{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3208bf1 *//* =========================
   1. ヒーロー
========================= */
.fortune-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.fortune-hero__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}


/*.fortune-hero__bg::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/

/*  background: url("https://tm-meguri.com/wp-content/uploads/2026/05/ChatGPT-Image-2026%E5%B9%B45%E6%9C%8814%E6%97%A5-09_50_51.png")*/
/*    center top / contain no-repeat;*/
   
/*  opacity: 0.8;*/

/*  -webkit-mask-image: linear-gradient(*/
/*    to right,*/
/*    transparent 5%,*/
/*    transparent 10%,*/
/*    black 55%,*/
/*    black 55%,*/
/*    transparent 90%,*/
/*    transparent 100%*/
/*  );*/
/*  mask-image: linear-gradient(*/
/*    to right,*/
/*    transparent 5%,*/
/*    transparent 15%,*/
/*    black 55%,*/
/*    black 55%,*/
/*    transparent 85%,*/
/*    transparent 100%*/
/*  );*/
  
/*}*/
.fortune-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("https://tm-meguri.com/wp-content/uploads/2026/05/ChatGPT-Image-2026%E5%B9%B45%E6%9C%8814%E6%97%A5-09_50_51.png")
    center top / contain no-repeat;

  opacity: 1;
}

.fortune-hero__visual {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fortune-hero__content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  text-align: left;
}
.fortune-form-card {
  justify-self: end;
  max-width: 520px;
  width: 100%;
  z-index: 10;
}

.fortune-hero__sub {
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #c46a8a;
  text-shadow: 0 0 20px rgba(196, 106, 138, 0.18);
  margin: 0 0 18px;
}

.fortune-hero__title {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 26px;

  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;

  color: #d85b7a;
}

.fortune-hero__text {
  font-size: 17px;
  line-height: 2;
  color: #000000;
  margin: 0 0 32px;
}
/* タイトル中央 */
.hero-title-wrap {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

/* 元の2カラムに戻す */
.fortune-hero__inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
}

/* フォームは右 */
.fortune-hero__content {
  justify-self: start;
  max-width: 560px;
}
.hero-title-wrap .hero-title-img {
  display: inline-block !important;
  width: 500px !important; 
  max-width: 90vw !important;
  height: auto !important;
}

.fortune-hero__inner {
  width: min(900px, calc(100% - 40px));
  margin: 160px auto 0;
}

.birth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.fortune-section-inner {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}
.menu-image-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.menu-image-button img {
  display: block;

  width: 260px;
  max-width: 80vw;
  height: auto;

  transition: transform 0.25s ease;
}

.menu-image-button:hover img {
  transform: scale(1.03);
}

.fortune-hero__inner,
.fortune-hero__content,
.fortune-hero__buttons,
.menu-image-button,
.menu-image-button img {
  position: relative !important;
  z-index: 10 !important;
  opacity: 1 !important;
}
.small-text {
  font-size: 0.7em;
  color: #000000;
}

/* =========================
   2. ボタン
========================= */
.fortune-hero__buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.fortune-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.image-fortune-button {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  margin: 5px auto;
  padding: 0;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.image-fortune-button img {
  display: block;
  width: 80%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
  margin-top: -15px ;
  margin-bottom: -35px;
}





.fortune-btn--primary:hover,
.fortune-button:hover {
  transform: translateY(-2px);
}

.fortune-btn--ghost {
  color: #ffe19a;
  background: rgba(108, 24, 72, 0.32);
  border: 1px solid rgba(224, 184, 95, 0.42);
  backdrop-filter: blur(6px);
}

.fortune-btn--ghost:hover {
  background: rgba(126, 30, 84, 0.42);
  transform: translateY(-2px);
}


.horoscope-explain-wrap {
  text-align: center;
  margin-top: 18px;
}

.horoscope-explain-btn {
  display: inline-block;

  padding: 13px 30px;

  border-radius: 999px;

  background: linear-gradient(
    135deg,
    #8fc8ff 0%,
    #5b8df0 50%,
    #3f6fd1 100%
  );

  color: #ffffff;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 0.08em;

  text-decoration: none;

  box-shadow:
    0 0 16px rgba(120,190,255,0.22);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.horoscope-explain-btn:hover {
  transform: translateY(-2px);

  box-shadow:
    0 0 22px rgba(120,190,255,0.32);
}

/* =========================
   3. フォーム
========================= */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 245, 250, 0.92) inset !important;
  -webkit-text-fill-color: #333333 !important;
  transition: background-color 9999s ease-in-out 0s;
}


.fortune-form-card__lead {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #f0c96d;
  margin: 0 0 10px;
}

.fortune-form-card__title {
  font-size: 28px;
  line-height: 1.45;
  color: #fff1c9;
  margin: 0 0 22px;
  font-weight: 700;
}

.fortune-form-card__list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #f0e2d0;
  font-size: 14px;
  line-height: 1.95;
}

.fortune-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 32px 24px;
  /*background: linear-gradient(*/
  /*  180deg,*/
  /*  rgba(200, 180, 210, 0.02),*/
  /*rgba(120, 90, 140, 0.02)*/
  background: linear-gradient(
  180deg,
  rgba(255, 255, 255, 0.9),
  rgba(255, 250, 255, 0.8)
);


  border-radius: 15px;
  border: 1px solid rgba(140, 100, 180, 0.2);

  box-shadow:
  0 0 5px rgba(140, 120, 200, 0.1),
  inset 0 0 40px rgba(220, 200, 255, 0.3);
}


.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  color: #c46a8a;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 700;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: linear-gradient(
  180deg,
  rgba(255, 248, 252, 0.2),
  rgba(255, 242, 248, 0.75)
);
  color: #333333;
  opacity: 0.8;
  font-size: 16px;
  box-sizing: border-box;
}

.form-group input::placeholder {
  color: #333333;
  opacity: 0.6;
  
}

.form-group select option {
  color: #111;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #f0c96d;
  box-shadow: 0 0 0 3px rgb(224, 184, 95);
}

.fortune-button {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.birth-time-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.partner-form-title {
  color: #c46a8a;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.form-note {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 245, 232, 0.75);
}
.form-inline-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-inline-row input {
  flex: 1;
}

.partner-form {
  display: none;
  margin-top: 30px;
}


.partner-form.is-active {
  display: block !important;
}

/* =========================
   4. 共通セクション
========================= */
.fortune-points,
.fortune-style,
.fortune-worries,
.fortune-flow,
.fortune-voice,
.fortune-profile,
.fortune-faq,
.fortune-cta,
.fortune-menu {
  padding: 110px 0;
}

.fortune-points,
.fortune-style,
.fortune-flow,
.fortune-profile,
.fortune-cta {
  background: linear-gradient(180deg, #301322 0%, #3a1628 52%, #24101d 100%);
}

.fortune-menu,
.fortune-worries,
.fortune-voice,
.fortune-faq {
  background: linear-gradient(180deg, #26101d 0%, #321323 55%, #28111f 100%);
}

.fortune-points,
.fortune-style,
.fortune-worries,
.fortune-flow,
.fortune-voice,
.fortune-profile,
.fortune-faq,
.fortune-cta,
.fortune-menu {
  background: transparent !important;
}

.fortune-points {
  position: relative;
  overflow: hidden;
}

.fortune-points::before {
  display: none !important;
}

.fortune-points .fortune-section-inner {
  position: relative;
  z-index: 2;
}

/* =========================
   5. グリッド・カード
========================= */
.fortune-points__grid,
.fortune-menu__grid,
.fortune-style__grid,
.fortune-worries__grid,
.fortune-flow__grid,
.fortune-voice__grid {
  display: grid;
  gap: 22px;
}

.fortune-points__grid,
.fortune-menu__grid,
.fortune-worries__grid,
.fortune-voice__grid {
  grid-template-columns: repeat(3, 1fr);
}

.fortune-flow__grid {
  grid-template-columns: repeat(4, 1fr);
}

.fortune-style__grid {
  grid-template-columns: 1fr;
}

.fortune-point-card,
.fortune-menu-card,
.fortune-style-card,
.fortune-worry-card,
.fortune-flow-card,
.fortune-voice-card,
.fortune-faq-item,
.fortune-profile__box,
.fortune-cta__box {
  background: linear-gradient(180deg, rgba(92, 22, 64, 0.66), rgba(42, 14, 30, 0.82));
  border: 1px solid rgba(224, 184, 95, 0.18);
  border-radius: 20px;
  box-shadow:
    0 12px 24px rgba(0,0,0,0.18),
    0 0 0 1px rgba(255,215,120,0.08) inset;
}

.fortune-point-card,
.fortune-style-card,
.fortune-flow-card,
.fortune-voice-card,
.fortune-faq-item {
  padding: 28px 24px;
}

.fortune-point-card h3,
.fortune-style-card h3,
.fortune-flow-card h3,
.fortune-faq-item h3 {
  font-size: 22px;
  color: #ffd87d;
  margin: 0 0 14px;
}

.fortune-point-card p,
.fortune-style-card p,
.fortune-flow-card p,
.fortune-voice-card p,
.fortune-faq-item p,
.fortune-profile__content p,
.fortune-cta__text {
  font-size: 15px;
  line-height: 1.9;
  color: #f5eadc;
  margin: 0;
}

.fortune-menu-card,
.fortune-worry-card {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #ffe08f;
}

.fortune-menu-card:hover,
.fortune-worry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 184, 95, 0.34);
}

.fortune-flow-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #b88428, #f7e29a);
  color: #2b1209;
  font-weight: 700;
}

.fortune-voice-card strong {
  display: block;
  margin-top: 16px;
  color: #f0c96d;
  font-size: 14px;
}

.fortune-profile__box {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  padding: 28px;
  align-items: center;
}

.fortune-profile__image {
  min-height: 280px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(224, 184, 95, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0c96d;
}

.fortune-profile__content h3 {
  font-size: 28px;
  color: #ffd87d;
  margin: 0 0 14px;
}

.fortune-faq__list {
  display: grid;
  gap: 18px;
}

.fortune-cta__box {
  text-align: center;
  padding: 40px 28px;
  border: 1px solid rgba(255,215,120,0.3);
}
.fortune-points__grid,
.fortune-menu__grid,
.fortune-worries__grid,
.fortune-voice__grid {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.fortune-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 32px 24px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 250, 255, 0.8)
  );

  border-radius: 15px;

  border: 1px solid rgba(212, 175, 55, 0.75);

  box-shadow:
    0 0 12px rgba(212, 175, 55, 0.28),
    inset 0 0 25px rgba(255, 220, 120, 0.12);
}

/*@media (max-width: 768px) {*/

/*  .fortune-hero__bg::before {*/

/*    background:*/
/*      linear-gradient(*/
/*        to right,*/
/*        rgba(20, 10, 20, 0.95) 0%,*/
/*        rgba(20, 10, 20, 0.15) 12%,*/
/*        rgba(20, 10, 20, 0.0) 22%,*/
/*        rgba(20, 10, 20, 0.0) 78%,*/
/*        rgba(20, 10, 20, 0.15) 88%,*/
/*        rgba(20, 10, 20, 0.95) 100%*/
/*      ),*/
/*      url("http://tm-meguri.com/wp-content/uploads/2026/05/%E3%83%88%E3%83%83%E3%83%97%E8%83%8C%E6%99%AF.png")*/
/*      center top / cover no-repeat;*/

/*    opacity: 0.55;*/
/*  }*/

/*}*/
@media (max-width: 768px) {

  .fortune-hero__bg::before {

    background:
      url("https://tm-meguri.com/wp-content/uploads/2026/05/ChatGPT-Image-2026%E5%B9%B45%E6%9C%8814%E6%97%A5-09_50_51.png")
      center top / cover no-repeat;

    opacity: 1;
  }



  .horoscope-explain-btn {

    padding: 7px 14px !important;

    font-size: 10px !important;

    width: auto !important;

    min-width: unset !important;

    letter-spacing: 0.02em !important;
  }

}/* End custom CSS */