.elementor-4113 .elementor-element.elementor-element-dbb2e20{--display:flex;}.elementor-4113 .elementor-element.elementor-element-dbb2e20.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-4113 .elementor-element.elementor-element-dbb2e20{--width:93.453%;}}/* Start custom CSS for html, class: .elementor-element-5b761ea *//*全体 */

.dragon-image-wrap{

  position: relative;

  width: 100%;

  max-width: 900px;

  margin: 0 auto;

}


 /*背景画像 */

.dragon-bg-image{

  width: 100%;

  height: auto;

  display: block;

}


 /*上に重ねる文字 */

.dragon-text{

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 72%;

  text-align: center;

  color: rgba(255,255,255,0.96);

  font-size: 20px;

  line-height: 1.9;

  letter-spacing: 0.04em;

}


 /*タイトル */

.dragon-text h2{

  font-size: 34px;

  margin-bottom: 24px;

  color: #ffffff;

  text-shadow:
    0 0 10px rgba(180,120,255,0.9),
    0 0 24px rgba(120,0,255,0.7);

}


 /*見出し */

.dragon-text h3{

  font-size: 24px;

  margin:
    42px 0 18px;

  color: #d8b8ff;

  text-shadow:
    0 0 12px rgba(140,60,255,0.8);

}


 /*本文 */

.dragon-text p{

  margin-bottom: 18px;

  text-shadow:
    0 0 8px rgba(80,0,120,0.85);

}


 /*ガラス感 */

.dragon-text{

  padding: 30px 26px;

  border-radius: 24px;

  background: rgba(20,0,40,0.14);

  backdrop-filter: blur(3px);

  -webkit-backdrop-filter: blur(3px);

}


 /*スマホ */

@media (max-width: 768px){

  .dragon-image-wrap{

    max-width: 100%;
  }

  .dragon-text{

    width: 82%;

    font-size: 10px;

    line-height: 1.7;

    padding: 16px 10px;
    
        text-align: center;
        
        
          max-height: none;

  overflow: visible;
  }

  .dragon-text h2{

    font-size: 18px;

    margin-bottom: 16px;
  }

  .dragon-text h3{

    font-size: 15px;

    margin:
      24px 0 12px;
  }

  .dragon-text p{

    margin-bottom: 12px;
  }

}

 /*天体説明PC */

/* =========================*/
/*   天体セクション全体*/
/*========================= */

.planet-panel-section{

  padding: 80px 18px;
}


/* =========================*/
/*   内側*/
/*========================= */

.planet-panel-inner{

  max-width: 650px;

  margin: 0 auto;

  text-align: center;
}


/* =========================*/
/*   タイトル*/
/*========================= */

.planet-title{

  font-size: 40px;

  font-weight: bold;

  color: #fff;

  margin-bottom: 12px;

  text-shadow:
    0 0 12px rgba(0,0,0,0.45);
}


/* =========================*/
/*   説明文*/
/*========================= */

.planet-lead{

  color: #fff;

  font-size: 18px;

  line-height: 1.8;

  margin-bottom: 36px;

  text-shadow:
    0 0 10px rgba(0,0,0,0.45);
}


/* =========================*/
/*   グリッド*/
/*========================= */

/*.planet-grid{*/

/*  display: grid;*/

/*  grid-template-columns: repeat(3,1fr);*/


/*  gap: 10px;*/
/*}*/


.planet-grid{
  display:grid;
  grid-template-columns:repeat(3,210px);
  justify-content:center;
  gap:24px;
}

/*.planet-card{*/
/*  width:210px;*/
/*  max-width:210px;*/
/*}*/

/* =========================*/
/*   パネル*/
/*========================= */


/*.planet-card{*/
    
    
/*      width:210px;*/
/*  max-width:210px;*/

/*  min-height:450px;*/

/*  padding:48px 36px;*/

/*  background:linear-gradient(*/
/*    180deg,*/
/*    rgba(52, 78, 145, 0.28) 0%,*/
/*    rgba(28, 44, 92, 0.16) 55%,*/
/*    rgba(12, 20, 48, 0.10) 100%*/
/*  );*/

/*  backdrop-filter:blur(12px);*/
/*  -webkit-backdrop-filter:blur(12px);*/

/*  border:1px solid rgba(255,255,255,0.18);*/

/*  border-radius:8px;*/

/*  box-shadow:*/
/*    0 8px 28px rgba(0,0,0,0.16),*/
/*    inset 0 0 24px rgba(255,255,255,0.06);*/

/*  color:#fff;*/
/*}*/




/* =========================
   天体：エレメントと同じパネルサイズ
========================= */

.planet-grid{
  display:grid;
  grid-template-columns:repeat(3,210px);
  justify-content:center;
  gap:24px;
  align-items:stretch;
}

.planet-card{
  width:210px;
  max-width:210px;
  min-height:44px;

  padding:26px 16px 24px;

  border:none;
  border-radius:8px;
  box-sizing:border-box;

  background:linear-gradient(
    180deg,
    rgba(70,100,185,0.30),
    rgba(10,16,40,0.10)
  );

  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);

  box-shadow:
    0 12px 34px rgba(0,0,0,0.18),
    inset 0 0 38px rgba(255,255,255,0.10);

  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;

  text-align:center;
  color:#fff;
}



/* =========================*/
/*   惑星画像エリア*/
/*========================= */

.planet-symbol{

  text-align: center;

  margin-bottom: 30px;
  
   font-size: 70px !important;
   

}


/* =========================*/
/*   惑星画像*/
/*========================= */



.planet-symbol img{

  width: 88px;

  height: auto;

  display: block;

  margin: 0 auto;

  background: none !important;

  background-color: transparent !important;

  border: none !important;

  box-shadow: none !important;
  

}


/* =========================*/
/*   惑星名*/
/*========================= */

.planet-card h3{

  margin: 0 0 14px;

  font-size: 24px;

  color: #fff;

  text-align: center;
}


/* =========================*/
/*   説明文*/
/*========================= */

.planet-card p{

  margin: 0;

  font-size: 16px;

  line-height: 1.8;

  color: rgba(255,255,255,0.92);

  text-align: center;
}



 /*天体説明スマホ用 */

@media(max-width:768px){

  .planet-panel-section{

    padding: 60px 14px;
  }


  .planet-title{

    font-size: 32px;
  }


  .planet-lead{

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 28px;
  }


   /*1列 */

  .planet-grid{
    
      grid-template-columns:1fr;
    gap:18px;
  }


   /*パネル */

    .planet-card{
    width:100%;
    max-width:100%;
    min-height:auto;

    display:grid !important;
    grid-template-columns:90px 1fr;
    grid-template-rows:auto auto;
    column-gap:16px;
    align-items:center;

    padding:10px 12px !important;
  }


   /*左 */

  .planet-symbol{

    grid-column: 1;

    grid-row: 1;

    margin: 0 0 8px;

    text-align: center;
  }


  .planet-symbol img{

    width: 44px;

    height: auto;

    display: block;

    margin: 0 auto;

    background: none !important;

    border: none !important;

    box-shadow: none !important;
  }


   /*惑星名 */

  .planet-card h3{

    grid-column: 1;

    grid-row: 2;

    font-size: 16px;

    margin: 0;

    text-align: center;
  }


   /*説明 */

  .planet-card p{

    grid-column: 2;

    grid-row: 1 / span 2;

    font-size: 14px;

    line-height: 1.8;

    text-align: left;

    margin: 0;
  }

}





 /*画像に光彩 */



 /*画像をゴールド寄りに */

.dragon-bg-image{

  width: 100%;

  height: auto;

  display: block;

  filter:
    sepia(0.45)
    hue-rotate(-18deg)
    saturate(1.45)
    brightness(1.05)
    contrast(1.08)

    drop-shadow(0 0 54px rgba(255,190,80,0.05))
    drop-shadow(0 0 54px rgba(255,170,40,0.08))
    drop-shadow(0 0 70px rgba(255,220,140,0.1));

}

@media (max-width: 768px){

  .dragon-image-wrap{
    max-width: 100%;
    overflow: hidden;
  }

  .dragon-bg-image{
    opacity: 1;

    filter:
      brightness(1.05)
      contrast(1.05)
      saturate(1.08)
      drop-shadow(0 0 14px rgba(255,220,160,0.25));
  }

  .dragon-image-wrap::before{
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    background: rgba(255,255,255,0.05);
  }

  .dragon-image-wrap::after{
    display: none;
  }

  .dragon-text{
    width: 86%;
    max-height: 82%;

    overflow-y: auto;

    font-size: 10px;
    line-height: 1.65;

    padding: 12px 10px;

    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .dragon-text h2{
    font-size: 17px;
    margin-bottom: 12px;
  }

  .dragon-text h3{
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .dragon-text p{
    margin-bottom: 10px;
  }

}



/* =========================*/
/*   ハウス*/
/*========================= */



.house-design-section{
  padding: 90px 18px;
}

.house-design-inner{
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.house-design-title{
  font-size: 44px;
  margin-bottom: 22px;
  color: #fff;
  text-shadow: 0 0 12px rgba(0,0,0,0.65);
}

.house-design-lead{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.65);
}

.house-theme{
  margin-bottom: 64px;
}

.house-theme h3{
  margin: 0 auto 30px;
  padding: 18px 24px;
  max-width: 860px;

  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.12em;

  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.35);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  text-shadow: 0 0 10px rgba(0,0,0,0.45);
}

.theme-move h3{
  background: rgba(190,120,140,0.22);
}

.theme-stable h3{
  background: rgba(210,190,140,0.18);
}

.theme-change h3{
  background: rgba(150,130,170,0.20);
}

.house-card-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.house-card{
  min-height: 210px;
  padding: 28px 16px;

  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 8px;

  background: transparent;

  color: #fff;
  text-align: center;

  text-shadow: 0 0 10px rgba(0,0,0,0.65);
}

.house-card strong{
  display: block;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 16px;
}

.house-card span{
  display: block;
  font-size: 20px;
  margin-bottom: 22px;
}

.house-card p{
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}





@media(max-width:768px){

  .house-design-section{
    padding: 64px 14px;
  }

  .house-design-title{
    font-size: 34px;
  }

  .house-design-lead{
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 42px;
  }

  .house-theme{
    margin-bottom: 48px;
  }

  .house-theme h3{
    font-size: 20px;
    padding: 14px 16px;
    margin-bottom: 24px;
    border-radius: 12px;
  }

  .house-card-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .house-card{
    min-height: 150px;
    padding: 20px 10px;
  }

  .house-card strong{
    font-size: 20px;
    margin-bottom: 8px;
  }

  .house-card span{
    font-size: 14px;
    margin-bottom: 10px;
  }

  .house-card p{
    font-size: 14px;
  }

}







/* =========================*/
/*   全体*/
/*========================= */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;

  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;

  color: #f7e9ef;

  background:
    linear-gradient(
      180deg,
      rgba(18, 10, 20, 0.55),
      rgba(28, 12, 26, 0.62)
    ),
    url("https://tm-meguri.com/wp-content/uploads/2026/05/ChatGPT-Image-2026%E5%B9%B45%E6%9C%8819%E6%97%A5-13_34_31.png")
    center center / cover no-repeat fixed;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/* =========================*/
/*   ヒーロー*/
/*========================= */

.fortune-hero {
  position: relative;
  min-height: 100vh;
  padding: 0 0 5px;
  overflow: hidden;
}

.hero-title-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 5px;
}

.hero-title-img {
  display: block;
  width: 400px;
  max-width: 88vw;
  height: auto;
  margin: 0 auto;

  filter:
    drop-shadow(0 0 8px rgba(255,255,255,0.2))
    drop-shadow(0 0 18px rgba(255,215,120,0.35))
    drop-shadow(0 0 34px rgba(255,215,120,0.18));

  animation: logoGlow 4s ease-in-out infinite;
}

@keyframes logoGlow {
  0% {
    filter:
      drop-shadow(0 0 6px rgba(255,255,255,0.45))
      drop-shadow(0 0 16px rgba(255,215,120,0.25))
      drop-shadow(0 0 28px rgba(255,215,120,0.12));
  }

  50% {
    filter:
      drop-shadow(0 0 10px rgba(255,255,255,0.75))
      drop-shadow(0 0 24px rgba(255,215,120,0.45))
      drop-shadow(0 0 42px rgba(255,215,120,0.28));
  }

  100% {
    filter:
      drop-shadow(0 0 6px rgba(255,255,255,0.45))
      drop-shadow(0 0 16px rgba(255,215,120,0.25))
      drop-shadow(0 0 28px rgba(255,215,120,0.12));
  }
}

.fortune-hero__inner {
  position: relative;
  z-index: 2;

  width: min(850px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.fortune-hero__content {
  max-width: 560px;
}

.fortune-hero__sub {
  color: #f3d98a;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

.fortune-hero__title {
  margin: 0 0 26px;

  color: #f7e7b8;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.25;
  letter-spacing: 0.08em;

  text-shadow:
    0 0 18px rgba(255,255,255,0.45),
    0 0 34px rgba(216,91,122,0.18);
}


.small-text {
  font-size: 0.62em;
}

.fortune-hero__text {
  color: rgba(255, 245, 220, 0.88);
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 34px;
}


/* =========================*/
/*   ヒーローボタン*/
/*========================= */

.fortune-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.menu-image-button,
.image-fortune-button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.menu-image-button img {
  width: 260px;
  max-width: 80vw;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.menu-image-button:hover img {
  transform: translateY(-3px) scale(1.03);
  filter: drop-shadow(0 0 18px rgba(255, 215, 120, 0.36));
}

.go-mypage-btn,
.horoscope-explain-btn,
.fortune-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 48px;
  padding: 0 24px;

  border-radius: 999px;
  border: 1px solid rgba(205, 157, 74, 0.42);

  background:
    linear-gradient(135deg, rgba(255,255,255,0.75), rgba(255,242,248,0.58));

  color: #9e4f68;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;

  box-shadow: 0 8px 22px rgba(150, 80, 100, 0.14);
  transition: all 0.25s ease;
}

.go-mypage-btn:hover,
.horoscope-explain-btn:hover,
.fortune-btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 12px 28px rgba(150, 80, 100, 0.2);
}


/* =========================*/
/*   フォーム*/
/*========================= */

.fortune-form-card {
  position: relative;
}

.fortune-form-card::before {
  content: "Fortune Reading";

  position: absolute;
  top: -18px;
  left: 28px;
  z-index: 2;

  padding: 8px 16px;
  border-radius: 999px;

  background: linear-gradient(135deg, #f4d889, #c99a42);
  color: #4a2a10;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;

  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}

.fortune-form {
  position: relative;

  width: 100%;
  max-width: 560px;

  margin: 0 auto;
  padding: 36px 26px 28px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.05),
      rgba(255,255,255,0.05)
    ) !important;

  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  border: 1px solid rgba(255,255,255,0.5) !important;
  border-radius: 10px;

  box-shadow:
    0 14px 44px rgba(100, 50, 80, 0.18),
    inset 0 0 40px rgba(255,255,255,0.22) !important;

  overflow: hidden;
}

.form-group {
  margin-bottom: 17px;
}

.form-group label {
  display: block;
  margin-bottom: 9px;

  color: #d9b15f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.form-group input,
.form-group select {
  width: 100%;
  height: 46px;

  padding: 0 14px;
  border-radius: 8px;

  border: 1px solid rgba(210, 170, 90, 0.32);
  background: rgba(255,255,255,0.78);

  color: #3a2630;
  font-size: 15px;

  transition: all 0.25s ease;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  background: rgba(255,255,255,0.96);
  border-color: #d5aa55;

  box-shadow:
    0 0 0 4px rgba(213,170,85,0.16),
    0 0 18px rgba(213,170,85,0.2);
}

.birth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.birth-time-box,
.form-inline-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

#birthTime {
  width: 100%;
  max-width: 100%;
  height: 46px;

  padding: 0 12px;
  border-radius: 14px;

  appearance: none;
  -webkit-appearance: none;

  box-sizing: border-box;
}

#birthTime::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
}


/* =========================*/
/*   無料で占うボタン*/
/*========================= */

.fortune-submit-btn {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 70%;
  max-width: 300px;
  height: 48px;

  margin: 0 auto;

  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 235, 170, 0.10),
      rgba(212, 168, 74, 0.08)
    ) !important;

  border: 1px solid rgba(255, 215, 120, 0.45) !important;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  color: #f4d889 !important;

  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;

  text-decoration: none;
  cursor: pointer;
  outline: none;

  overflow: hidden;

  box-shadow:
    0 0 18px rgba(255, 215, 120, 0.12),
    inset 0 0 22px rgba(255, 255, 255, 0.06);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.fortune-submit-btn::before {
  content: "";

  position: absolute;
  top: -120%;
  left: -40%;

  width: 70%;
  height: 320%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,0.28),
      transparent
    );

  transform: rotate(25deg);
  transition: 0.7s;
}

.fortune-submit-btn:hover {
  transform: translateY(-2px);

  border-color: rgba(255, 225, 160, 0.85) !important;

  box-shadow:
    0 0 26px rgba(255, 215, 120, 0.24),
    0 0 50px rgba(255, 215, 120, 0.10),
    inset 0 0 30px rgba(255,255,255,0.08);
}

.fortune-submit-btn:hover::before {
  left: 140%;
}

.fortune-submit-btn:focus,
.fortune-submit-btn:active {
  background:
    linear-gradient(
      135deg,
      rgba(255, 235, 170, 0.10),
      rgba(212, 168, 74, 0.08)
    ) !important;

  color: #f4d889 !important;
  border-color: rgba(255, 215, 120, 0.45) !important;
  outline: none;
}

.fortune-submit-btn:active {
  transform: scale(0.98);
}


/* =========================*/
/*   共通セクション*/
/*========================= */

.fortune-section-inner {
  width: min(850px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.fortune-points,
.fortune-menu,
.fortune-style,
.fortune-flow,
.fortune-voice,
.fortune-profile,
.fortune-faq,
.fortune-cta {
  position: relative;
  padding: 100px 0;
  background: transparent !important;
  overflow: hidden;
}

.fortune-section-sub {
  margin: 0 0 10px;

  color: #b9853f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fortune-section-title {
  position: relative;
  display: inline-block;

  margin: 0 0 42px;
  padding-bottom: 16px;

  color: #c95678;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.fortune-section-title::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: 0;

  width: 90px;
  height: 2px;

  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #d9b15f, transparent);
}


/* =========================*/
/*   グリッド*/
/*========================= */

.fortune-points__grid,
.fortune-menu__grid,
.fortune-flow__grid,
.fortune-voice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;

  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.fortune-style__grid {
  display: grid;
  grid-template-columns: 1fr;
}


/* =========================*/
/*   カード*/
/*========================= */

.fortune-point-card,
.fortune-menu-card,
.fortune-style-card,
.fortune-flow-card,
.fortune-voice-card,
.fortune-faq-item,
.fortune-profile__box,
.fortune-cta__box {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.72),
      rgba(255,246,250,0.56)
    );

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 24px;

  box-shadow:
    0 12px 34px rgba(120, 70, 100, 0.14),
    inset 0 0 28px rgba(255,255,255,0.18);

  transition: all 0.28s ease;
}

.fortune-point-card,
.fortune-style-card,
.fortune-flow-card,
.fortune-voice-card,
.fortune-faq-item {
  padding: 28px 24px;
  text-align: left;
}

.fortune-point-card:hover,
.fortune-menu-card:hover,
.fortune-flow-card:hover,
.fortune-voice-card:hover,
.fortune-faq-item:hover {
  transform: translateY(-5px);

  box-shadow:
    0 18px 42px rgba(120, 70, 100, 0.22),
    inset 0 0 28px rgba(255,255,255,0.22);
}

.fortune-point-card h3,
.fortune-style-card h3,
.fortune-flow-card h3,
.fortune-faq-item h3 {
  margin: 0 0 14px;

  color: #a84f6c;
  font-size: 21px;
  letter-spacing: 0.06em;
}

.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 {
  margin: 0;

  color: #4c3340;
  font-size: 15px;
  line-height: 1.9;
}


/* =========================*/
/*   メニューカード*/
/*========================= */

.fortune-menu-card {
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 120px;
  padding: 20px;

  color: #a84f6c;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
}

.fortune-menu-card:hover {
  color: #8c4058;
}


/* =========================*/
/*   流れ*/
/*========================= */

.fortune-flow-card span {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 48px;
  height: 48px;
  margin-bottom: 18px;

  border-radius: 50%;

  background: linear-gradient(135deg, #f4d889, #c99a42);
  color: #4a2a10;

  font-weight: 700;
}


/* =========================*/
/*   お客様の声*/
/*========================= */

.fortune-voice-card strong {
  display: block;
  margin-top: 18px;

  color: #b9853f;
  font-size: 14px;
}


/* =========================*/
/*   プロフィール*/
/*========================= */

.fortune-profile__box {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;

  padding: 32px;
  text-align: left;
  align-items: center;
}

.fortune-profile__image {
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 280px;
  border-radius: 20px;

  background: rgba(255,255,255,0.5);
  border: 1px dashed rgba(180,90,120,0.35);

  color: #b45a79;
}

.fortune-profile__content h3 {
  margin: 0 0 16px;

  color: #a84f6c;
  font-size: 26px;
}


/* =========================*/
/*   FAQ / CTA*/
/*========================= */

.fortune-faq__list {
  display: grid;
  gap: 18px;
}

.fortune-cta__box {
  padding: 44px 30px;
}

.fortune-cta__text {
  margin-bottom: 28px;
}

.fortune-btn--primary {
  margin-top: 28px;
  min-width: 230px;

  background: linear-gradient(135deg, #f4d889, #c99a42);
  color: #4a2a10;
}



/* =========================*/
/*   エレメントパネル間隔
/*========================= */

/*.element-grid{*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3,1fr);*/
/*  gap: 20px;*/
/*}*/














/* =========================*/
/*   スマホ*/
/*========================= */

@media (max-width: 768px) {

  

  .fortune-hero {
    padding: 70px 0 70px;
  }

  .hero-title-img {
    width: 250px;
    margin: -40px auto 0;
  }

  .fortune-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;

    width: calc(100% - 28px);
    max-width: 560px;
  }

  .fortune-hero__content {
    text-align: center;
  }

  .fortune-hero__buttons {
    justify-content: center;
  }

  .fortune-hero__text {
    font-size: 15px;
  }

  .fortune-form-card::before {
    top: 12px;
    left: 40px;

    padding: 6px 12px;

    font-size: 10px;
    border-radius: 999px;
  }

  .fortune-form {
    padding: 26px 18px 20px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .form-group label {
    margin-bottom: 5px;
  }

  .birth-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  #birthTime {
    width: 100%;
    min-width: 0;
  }

  .fortune-points,
  .fortune-menu,
  .fortune-style,
  .fortune-flow,
  .fortune-voice,
  .fortune-profile,
  .fortune-faq,
  .fortune-cta {
    padding: 72px 0;
  }

  .fortune-points__grid,
  .fortune-menu__grid,
  .fortune-flow__grid,
  .fortune-voice__grid {
    grid-template-columns: 1fr;
  }

  .fortune-profile__box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fortune-point-card,
  .fortune-menu-card,
  .fortune-style-card,
  .fortune-flow-card,
  .fortune-voice-card,
  .fortune-faq-item,
  .fortune-profile__box,
  .fortune-cta__box {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .fortune-point-card,
  .fortune-style-card,
  .fortune-flow-card,
  .fortune-voice-card,
  .fortune-faq-item {
    text-align: left;
  }
}




@media (max-width: 768px) {

  body {
    position: relative;
    background: #120a14 !important;
    overflow-x: hidden !important;
  }

  body::before {
    content: "";
    position: fixed;

    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    z-index: 0;
    pointer-events: none;

    background:
      linear-gradient(
        180deg,
        rgba(18, 10, 20, 0.15),
        rgba(28, 12, 26, 0.22)
      ),
      url("https://tm-meguri.com/wp-content/uploads/2026/05/ChatGPT-Image-2026%E5%B9%B45%E6%9C%8821%E6%97%A5-11_17_48.png");

    background-size: auto 100vh;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .fortune-hero,
  .fortune-points,
  .fortune-menu,
  .fortune-style,
  .fortune-flow,
  .fortune-voice,
  .fortune-profile,
  .fortune-faq,
  .fortune-cta {
    position: relative;
    z-index: 1;
  }

}









/* =========================*/
/*   天体説明PCの画像サイズ*/
/*========================= */


.planet-card .planet-symbol img{
  width: 120px !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto 28px !important;
}




/* =========================*/
/*   天体説明スマホの画像サイズ*/
/*========================= */


@media(max-width:768px){

  .planet-card .planet-symbol img{
    width: 70px !important;
    max-width: none !important;
    margin: 0 auto 8px !important;
  }

}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;

  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;

  color: #f7e9ef;

  background:
    linear-gradient(
      180deg,
      rgba(18, 10, 20, 0.55),
      rgba(28, 12, 26, 0.62)
    ),
    url("https://tm-meguri.com/wp-content/uploads/2026/05/ChatGPT-Image-2026%E5%B9%B45%E6%9C%8819%E6%97%A5-13_34_31.png")
    center center / cover no-repeat fixed;
}
/*html,*/
/*body,*/
/*#page,*/
/*.site,*/
/*.site-content,*/
/*.site-main,*/
/*.content-area,*/
/*.ast-container,*/
/*.elementor,*/
/*.elementor-section,*/
/*.elementor-container,*/
/*.elementor-widget-wrap,*/
/*.elementor-location-single {*/
/*  background: transparent !important;*/
/*  background-color: transparent !important;*/
/*}*/
/*html,*/
/*body {*/
/*  min-height: 100%;*/
/*  background:*/
/*    linear-gradient(*/
/*      180deg,*/
/*      rgba(18, 10, 20, 0.55),*/
/*      rgba(28, 12, 26, 0.62)*/
/*    ),*/
/*    url("背景画像URL")*/
/*    center center / cover no-repeat fixed !important;*/
/*}*//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b1f888 */body{

  min-height:100vh;

  margin:0;

  background-image:
  url("画像URLをここに入れる");

  background-size:cover;

  background-position:center;

  background-repeat:no-repeat;

  background-attachment:fixed;
}




.image-wrap{

  position:relative;

  width:100%;

  max-width:1400px;

  margin:auto;
}

/* 下の画像 */
.bg-image{

  width:100%;

  display:block;
}

/* 上に重ねる画像 */
.front-image{

  position:absolute;

  top:0;

  left:0;

  width:100%;
}




.fortune-message-wrap{

  position:relative;

  display:inline-block;

  max-width:760px;

  margin-top:40px;
}

/* 白の透過レイヤー */
.fortune-message-layer{

  position:absolute;

  inset:0;

  background:
  rgba(255,255,255,0.18);

  border:
  1px solid rgba(255,255,255,0.28);

  border-radius:28px;

  backdrop-filter:
  blur(14px);

  box-shadow:
  0 0 30px rgba(255,255,255,0.08);

  z-index:1;
}

/* 文章 */
.fortune-message-text{

  position:relative;

  z-index:2;

  padding:
  42px 48px;

  color:#fffdf8;

  font-size:24px;

  line-height:2.2;

  letter-spacing:0.06em;

  font-family:
  "Yu Mincho",
  serif;
}/* End custom CSS */