.elementor-5950 .elementor-element.elementor-element-e2b78d8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0455223 *//*全体 */

.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;*/
    padding:12px 12px 10px;

  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;*/
    padding:12px 12px 10px;
  
   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{

  /*★★★argin: 0 0 14px;*/
    margin:0 0 6px;

  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-grid{*/
/*  grid-template-columns:repeat(3,1fr);*/
/*  gap:3px;*/
/*}*/

   /*パネル */

    .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;
}/* End custom CSS */
/* Start custom CSS *//* =====================================
   エレメント・天体 共通スマホレイアウト
===================================== */

@media (max-width:768px){
    



  /* =====================
     天体モバイル配置
  ===================== */

  /*.planet-grid{*/
  /*  display:grid !important;*/
  /*  grid-template-columns:1fr !important;*/
  /*  gap:16px;*/
  /*}*/
  
  .planet-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:8px;
}

  /* =====================
     共通カード
  ===================== */

  .element-card,
  .planet-card{
    display:grid !important;

    grid-template-columns:90px 1fr;
    grid-template-rows:auto auto;

    column-gap:16px;

    align-items:center;

    /*★★★min-height:auto !important;*/
      min-height:44px;
  padding:26px 16px 24px;

    padding:10px 12px !important;

    border-radius:8px;
    
    
     width:92% !important;
    margin:0 auto;
  }



  /* =====================
     天体画像
  ===================== */

  .planet-symbol{
    grid-column:1;
    grid-row:1;

    margin:0 !important;
    text-align:center;
  }

  .planet-symbol img{
    width:60px !important;
    height:auto;

    display:block;
    margin:0 auto;
  }


  /* =====================
     天体名
  ===================== */

  .planet-card h3{
    grid-column:1;
    grid-row:2;

    margin:8px 0 0 !important;

    font-size:16px !important;
    line-height:1.4;

    text-align:center;
  }

  /* =====================*/

  /* =====================*/
  /*   天体説明*/
  /*===================== */

  .planet-card p{
    grid-column:2;
    grid-row:1 / span 2;

    margin:0 !important;

    font-size:14px !important;
    line-height:1.8;

    text-align:left;
  }

}










/* ========================================
   エレメント スマホ専用
======================================== */

@media (max-width:768px){

  /* セクション */

  .element-card-table{
    padding:60px 14px !important;
  }

  .element-box{
    width:100%;
    margin:0 auto;
  }

  /* タイトル */

  .element-title{
    font-size:38px !important;
    line-height:1.3;
    margin-bottom:18px;
    color:#fff;
    text-align:center;
  }

  .element-lead{
    font-size:14px !important;
    line-height:1.9;
    text-align:center;
    color:#fff;
    margin-bottom:36px;
  }

  /* 火 地 風 水 */

  .element-group{
    margin-bottom:44px;
  }

  .element-group h3{
    margin-bottom:20px;
    text-align:center;
    line-height:1.6;
    color:#fff;
    font-size:20px !important;
  }

  /* ==========================
     3枚を縦1列
  ========================== */

  .element-row{
    display:flex !important;
    flex-direction:column !important;
    gap:18px !important;
    width:100%;
  }

  /* ==========================
     パネル
  ========================== */

  .element-card{
    width:230% !important;
    max-width:100% !important;

    display:grid !important;
    grid-template-columns:90px 1fr;
    column-gap:16px;

    align-items:center;

    padding:18px 16px !important;

    border:none !important;
    border-radius:18px;

    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);

    box-sizing:border-box;

    min-height:auto !important;
  }

  /* 火 */

  .fire .element-card{
    background:linear-gradient(
      180deg,
      rgba(255,139,127,0.24),
      rgba(255,255,255,0.07)
    ) !important;
  }

  /* 地 */

  .earth .element-card{
    background:linear-gradient(
      180deg,
      rgba(231,197,106,0.24),
      rgba(255,255,255,0.07)
    ) !important;
  }

  /* 風 */

  .air .element-card{
    background:linear-gradient(
      180deg,
      rgba(125,231,220,0.22),
      rgba(255,255,255,0.07)
    ) !important;
  }

  /* 水 */

  .water .element-card{
    background:linear-gradient(
      180deg,
      rgba(114,215,255,0.24),
      rgba(255,255,255,0.07)
    ) !important;
  }

  /* ==========================
     左側画像
  ========================== */

  .zodiac-img{
    width:64px !important;
    height:auto !important;

    display:block;
    margin:0 auto 8px !important;
  }

  /* ==========================
     星座名
  ========================== */

  .element-card strong{
    display:block;

    font-size:16px !important;
    line-height:1.4;

    margin-top:8px;

    text-align:center;
    color:#fff;
  }

  /* ==========================
     説明文
  ========================== */

  .element-card p{
    margin:0 !important;

    font-size:14px !important;
    line-height:1.8 !important;

    text-align:left !important;
    color:#fff;
  }

}



.aspect-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.aspect-intro {
  text-align: center;
  margin-bottom: 42px;
}

.aspect-intro h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  margin: 36px 0 18px;
  color: #fff;
}

.aspect-intro p {
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
  max-width: 900px;
  color: #fff;
}

.aspect-head {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr 1.25fr 1.3fr;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.aspect-row {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr 1.25fr 1.3fr;
  gap: 0;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.75);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 0 18px rgba(255,255,255,0.12),
    inset 0 0 24px rgba(255,255,255,0.06);
}

.aspect-row > div {
  padding: 24px 20px;
  border-right: 1px solid rgba(255,255,255,0.35);
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
}

.aspect-row > div:last-child {
  border-right: none;
}

.aspect-name {
  text-align: center;
}

.aspect-name img {
  width: 110px;
  max-width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.aspect-name h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}

.aspect-name p {
  font-size: 17px;
  margin: 0;
  color: #fff;
}

.aspect-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
}

.bottom-box {
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 16px;
  padding: 28px 30px;
  color: #fff;
  background: transparent;
}

.bottom-box h3 {
  font-size: 21px;
  margin: 0 0 14px;
  font-weight: 700;
}

.bottom-box p {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}





@media (max-width: 768px) {

  .aspect-section {
    padding: 42px 14px;
  }

  .aspect-intro h2 {
    font-size: 24px;
    line-height: 1.6;
    margin: 30px 0 14px;
  }

  .aspect-intro p {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }

  .aspect-head {
    display: none;
  }

  .aspect-row {
    display: block;
    border-radius: 15px;
    margin-bottom: 18px;
  }

  .aspect-row > div {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 20px 18px;
    font-size: 15px;
    line-height: 1.85;
  }

  .aspect-row > div:last-child {
    border-bottom: none;
  }

  .aspect-row > div:nth-child(2)::before {
    content: "アスペクトの見方";
  }

  .aspect-row > div:nth-child(3)::before {
    content: "意味・キーワード";
  }

  .aspect-row > div:nth-child(4)::before {
    content: "例（天体の組み合わせの例）";
  }

  .aspect-row > div:nth-child(2)::before,
  .aspect-row > div:nth-child(3)::before,
  .aspect-row > div:nth-child(4)::before {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
  }

  .aspect-name img {
    width: 120px;
  }

  .aspect-name h3 {
    font-size: 21px;
  }

  .aspect-name p {
    font-size: 17px;
  }

  .aspect-bottom {
    grid-template-columns: 1fr;
  }

  .bottom-box {
    padding: 24px 20px;
  }

  .bottom-box h3 {
    font-size: 20px;
  }

  .bottom-box p {
    font-size: 15px;
  }
}



  /* =====================
     太陽と月の関係
  ===================== */
  
  .sun-moon-section{
  padding:80px 18px;
  color:#fff;
}

.sun-moon-inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.sun-moon-title{
  margin:0 0 18px;
  font-size:54px;
  line-height:1.3;
  letter-spacing:0.08em;
  color:#fff;
  text-shadow:0 0 16px rgba(255,255,255,0.45);
}

.sun-moon-sub{
  margin:0 0 34px;
  font-size:22px;
  line-height:1.8;
  color:#fff;
}

.sun-moon-top{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:34px;
  align-items:center;
  margin-bottom:42px;
}

.sun-moon-frame{
  position:relative;
  padding:34px 22px;
  min-height:250px;
  color:#fff;
  text-align:center;
}

.sun-moon-frame::before,
.sun-moon-frame::after{
  content:"";
  position:absolute;
  width:92%;
  height:92%;
  border:2px solid rgba(255,255,255,0.75);
}

.sun-moon-frame::before{
  top:0;
  left:0;
}

.sun-moon-frame::after{
  right:0;
  bottom:0;
}

.sun-moon-frame p{
  margin:0 0 8px;
  font-size:24px;
}

.sun-moon-frame strong{
  display:block;
  margin:0 0 42px;
  font-size:24px;
  line-height:1.5;
}

.sun-moon-frame strong:last-child{
  margin-bottom:0;
}

.sun-moon-text{
  text-align:center;
}

.sun-moon-text p{
  margin:0;
  font-size:20px;
  line-height:2;
  color:#fff;
}

.relation-panel{
  position:relative;
  width:690px;
  min-height:420px;
  padding:38px 42px;
  box-sizing:border-box;
  text-align:left;


  
    background:linear-gradient(
    135deg,
    rgba(255,185,240,0.26) 0%,
    rgba(255,220,235,0.18) 45%,
    rgba(255,245,185,0.22) 100%
  );
  
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);

  border:1px solid rgba(255,255,255,0.35);
  border-radius:0;

  box-shadow:
    0 12px 34px rgba(0,0,0,0.18),
    inset 0 0 36px rgba(255,255,255,0.08);

  color:#fff;
}

.panel-one{
  margin:0 auto 0 0;
}

.panel-two{
  margin:-20px 0 34px auto;

  /*background:linear-gradient(*/
  /*  135deg,*/
  /*  rgba(195,130,230,0.20),*/
  /*  rgba(245,230,135,0.18)*/
  /*);*/
  
  
    background:linear-gradient(
    135deg,
    rgba(220,190,255,0.24) 0%,
    rgba(255,220,245,0.18) 50%,
    rgba(255,245,195,0.22) 100%
  );
}

.relation-content{
  position:relative;
  z-index:2;
}

.relation-panel h3{
  margin:0 0 18px;
  font-size:26px;
  line-height:1.5;
  color:#fff;
}

.relation-line{
  margin:0 0 24px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,0.5);
  font-size:22px;
  line-height:1.6;
}

.relation-list{
  margin-bottom:26px;
}

.relation-list p,
.split-list p{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.55;
}

.feeling-label{
  display:inline-block;
  margin:4px 0 14px;
  padding:8px 22px;


  background:linear-gradient(
    135deg,
    rgba(255,155,120,0.82) 0%,
    rgba(255,175,190,0.78) 50%,
    rgba(255,220,205,0.68) 100%
  );

  border:1px solid rgba(255,255,255,0.65);

  color:#fff;

  box-shadow:
    0 4px 14px rgba(255,180,180,0.22),
    inset 0 0 12px rgba(255,255,255,0.15);

  border:1px solid rgba(255,255,255,0.55);
  
  

  color:#fff;

  border:1px solid rgba(255,255,255,0.5);
  border-radius:8px;

  font-size:22px;
  font-weight:700;
  color:#fff;
}

.relation-feeling{
  margin:0;
  font-size:21px;
  line-height:1.75;
}

.relation-img{
  position:absolute;
  z-index:1;
  object-fit:contain;
}

.relation-img-left{
  width:240px;
  top:20px;
  left:2px;
}

.panel-one .relation-content{
  padding-left:210px;
}

.relation-img-right{

  
    left:28px;
  top:60px;
  bottom:auto;

  width:220px;
}

.panel-two .relation-content{

    padding-left:210px;
  padding-right:0;
}

.split-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  margin-bottom:28px;
}

.split-list > div:first-child{
  border-right:1px solid rgba(255,255,255,0.45);
  padding-right:28px;
}

.sun-moon-note{
  margin:28px auto 0;
  max-width:780px;
  font-size:20px;
  line-height:1.8;
  color:#fff;
  text-align:center;
}
  
  
    /* =====================
     太陽と月の関係スマホ
  ===================== */
  
  
  @media(max-width:768px){

  .sun-moon-section{
    padding:60px 14px;
  }

  .sun-moon-title{
    font-size:34px;
  }

  .sun-moon-sub{
    font-size:16px;
    margin-bottom:28px;
  }

  .sun-moon-top{
    grid-template-columns:1fr;
    gap:24px;
  }

  .sun-moon-frame{
    min-height:220px;
    padding:28px 18px;
  }

  .sun-moon-frame p,
  .sun-moon-frame strong{
    font-size:18px;
  }

  .sun-moon-text p{
    font-size:15px;
    line-height:1.9;
  }

  .relation-panel{
    width:100%;
    min-height:auto;
    padding:26px 20px;
  }

  .panel-one,
  .panel-two{
    margin:0 0 26px;
  }

  .relation-img{
    position:static;
    display:block;
    width:130px;
    margin:0 auto 18px;
  }

  .panel-one .relation-content,
  .panel-two .relation-content{
    padding:0;
  }

  .relation-panel h3{
    font-size:20px;
  }

  .relation-line,
  .relation-list p,
  .split-list p{
    font-size:16px;
  }

  .split-list{
    grid-template-columns:1fr;
    gap:14px;
  }

  .split-list > div:first-child{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,0.35);
    padding:0 0 14px;
  }

  .feeling-label{
    font-size:17px;
  }

  .relation-feeling{
    font-size:16px;
  }

  .sun-moon-note{
    font-size:15px;
  }

}
  
@media(max-width:768px){

  .panel-two{
    display:flex !important;
    flex-direction:column !important;
  }

  .panel-two .relation-img-right{
    order:1 !important;
    position:static !important;

    width:180px !important;

    margin:0 auto 18px !important;
  }

  .panel-two .relation-content{
    order:2 !important;
    padding:0 !important;
  }

}



@media(max-width:768px){

  .relation-img-left{
    width:220px !important;
    max-width:none !important;

    display:block;
    margin:0 auto 16px !important;
  }

}




  /* =====================
    アセンダント
  ===================== */
  
  .asc-section {
  width: 100%;
  padding: 80px 6%;
  color: #fff;
  box-sizing: border-box;
}

.asc-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}

.asc-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
}

.asc-image-box {
  width: 42%;
  text-align: center;
}

.asc-image {
  width: 100%;
  max-width: 430px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.asc-axis-text {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.asc-axis-text p {
  margin: 0;
}

.asc-text {
  width: 58%;
  font-size: 27px;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.04em;
}

.asc-text p {
  margin: 0 0 34px;
}
  
  
  
  
  
  
    /* =====================
    アセンダント・スマホ
  ===================== */
  
  
@media (max-width: 768px) {

  .asc-section {
    padding: 50px 5%;
  }

  .asc-title {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .asc-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  /* 画像 */
  .asc-image-box {
    width: 100%;
    order: 1;
    text-align: center;
  }

  .asc-image {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  /* 軸説明 */
  .asc-axis-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  .asc-axis-text p {
    margin: 0;
  }

  /* 説明文 */
  .asc-text {
    width: 100%;
    order: 2;
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .asc-text p {
    margin-bottom: 20px;
  }

}




  /* =====================
     トランジット
  ===================== */

.transit-section{
  padding:90px 18px;
  color:#fff;
}

.transit-inner{
  max-width:1180px;
  margin:0 auto;

  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:70px;
  align-items:center;
}

.transit-text-area{
  text-align:center;
}

.transit-title{
  margin:0 0 42px;
  font-size:56px;
  line-height:1.3;
  letter-spacing:0.08em;
  font-weight:700;
  color:#fff;
  text-shadow:0 0 14px rgba(255,255,255,0.35);
}

.transit-lead,
.transit-body{
  margin:0;
  font-size:20px;
  line-height:1.9;
  letter-spacing:0.04em;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.45);
}

.transit-lead{
  margin-bottom:66px;
}

.transit-year-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.transit-year-card{
  width:100%;
  min-height:88px;

  padding:18px 28px;

  display:grid;
  grid-template-columns:120px 1fr;
  align-items:center;
  column-gap:22px;

  border-radius:22px;

  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);

  border:1px solid rgba(255,255,255,0.35);

  box-shadow:
    0 10px 28px rgba(0,0,0,0.22),
    inset 0 0 28px rgba(255,255,255,0.10);

  box-sizing:border-box;
}

.transit-year-card span{
  font-size:26px;
  line-height:1.4;
  font-weight:500;
  color:#fff;
  white-space:nowrap;
}

.transit-year-card p{
  margin:0;
  font-size:22px;
  line-height:1.6;
  color:#fff;
}

/* 年ごとのガラス色 */

.year-2026{
  background:linear-gradient(
    135deg,
    rgba(255,190,140,0.28),
    rgba(255,230,185,0.16)
  );
}

.year-2027{
  background:linear-gradient(
    135deg,
    rgba(170,220,255,0.26),
    rgba(230,250,255,0.14)
  );
}

.year-2028{
  background:linear-gradient(
    135deg,
    rgba(190,255,150,0.26),
    rgba(235,255,205,0.14)
  );
}

.year-2029{
  background:linear-gradient(
    135deg,
    rgba(255,145,150,0.27),
    rgba(255,215,220,0.14)
  );
}

.year-2030{
  background:linear-gradient(
    135deg,
    rgba(210,150,235,0.28),
    rgba(245,220,255,0.14)
  );
}

.year-2031{
  background:linear-gradient(
    135deg,
    rgba(110,225,235,0.28),
    rgba(210,255,255,0.14)
  );
}


  /* =====================
     トランジット・スマホ
  ===================== */
  
  
  @media(max-width:768px){

  .transit-section{
    padding:64px 14px;
  }

  .transit-inner{
    display:block;
    max-width:560px;
  }

  .transit-title{
    margin-bottom:30px;
    font-size:36px;
  }

  .transit-lead,
  .transit-body{
    font-size:16px;
    line-height:1.9;
  }

  .transit-lead{
    margin-bottom:42px;
  }

  .transit-text-area{
    margin-bottom:42px;
  }

  .transit-year-list{
    gap:12px;
  }

  .transit-year-card{
    min-height:auto;
    padding:16px 18px;

    grid-template-columns:80px 1fr;
    column-gap:12px;

    border-radius:16px;
  }

  .transit-year-card span{
    font-size:18px;
  }

  .transit-year-card p{
    font-size:15px;
    line-height:1.6;
  }

}




  /* =====================
    ドラゴンヘッド2
  ===================== */
  
  
  .node-section{
  padding:90px 18px;
  color:#fff;
}

.node-inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.node-title{
  margin:0 0 22px;
  font-size:56px;
  line-height:1.3;
  letter-spacing:0.12em;
  color:#fff;
  text-shadow:0 0 18px rgba(255,255,255,0.45);
}

.node-lead{
  margin:0 0 36px;
  font-size:24px;
  line-height:1.9;
  color:#fff;
}


/* 説明文 */

.node-description{
  margin:34px auto 48px;
  font-size:23px;
  line-height:1.9;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.45);
}

/* 下2枚カード */

.node-card-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-bottom:34px;
}

.node-card{
  position:relative;
  min-height:360px;
  padding:36px 32px;
  box-sizing:border-box;

  border-radius:12px;
  border:1px solid rgba(255,255,255,0.45);

  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);

  box-shadow:
    0 12px 34px rgba(0,0,0,0.22),
    inset 0 0 38px rgba(255,255,255,0.12);

  color:#fff;
  overflow:hidden;
}

.node-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}

.node-head-card::before{
  background:radial-gradient(
    circle at center,
    rgba(70,210,170,0.38) 0%,
    rgba(40,160,130,0.22) 45%,
    rgba(255,255,255,0.04) 100%
  );
}

.node-tail-card::before{
  background:radial-gradient(
    circle at center,
    rgba(95,120,230,0.40) 0%,
    rgba(80,70,170,0.24) 45%,
    rgba(255,255,255,0.04) 100%
  );
}

.node-card > *{
  position:relative;
  z-index:1;
}

.node-symbol{
  font-size:76px;
  line-height:1;
  margin-bottom:12px;
}

.node-card h3{
  margin:0 0 4px;
  font-size:30px;
  line-height:1.4;
}

.node-sub{
  margin:0 0 22px;
  font-size:22px;
}

.node-card p{
  margin:0;
  font-size:20px;
  line-height:1.8;
}

.node-card hr{
  width:88%;
  margin:26px auto;
  border:none;
  border-top:1px solid rgba(255,255,255,0.45);
}

.node-bottom-text{
  margin:0 auto;
  font-size:26px;
  line-height:1.8;
  color:#fff;
  text-shadow:0 0 12px rgba(0,0,0,0.45);
}





  /* =====================
    ドラゴンヘッド2-スマホ
  ===================== */
  
  
  @media(max-width:768px){

  .node-section{
    padding:64px 14px;
  }

  .node-title{
    font-size:38px;
  }

  .node-lead{
    font-size:16px;
    line-height:1.8;
  }

  .node-diagram-frame{
    width:100%;
    margin-bottom:30px;
  }

  .node-diagram-frame-back{
    inset:10px -10px -10px 10px;
  }

  .node-diagram-frame-main{
    padding:8px;
  }

  .node-description{
    font-size:16px;
    line-height:1.9;
    margin:30px auto 38px;
  }

  .node-card-wrap{
    grid-template-columns:1fr;
    gap:20px;
  }

  .node-card{
    min-height:auto;
    padding:28px 20px;
  }

  .node-symbol{
    font-size:56px;
  }

  .node-card h3{
    font-size:24px;
  }

  .node-sub{
    font-size:18px;
  }

  .node-card p{
    font-size:16px;
    line-height:1.8;
  }

  .node-bottom-text{
    font-size:18px;
  }


.node-diagram-image img{
  width:50%;
  height:auto;
  display:block;
  margin:0 auto;
}
}



  /* =====================
    エレメント、クオリティ　書き換え分
  ===================== */
  


.astro-matrix-section{
  padding:90px 18px;
  color:#fff;
}

.astro-matrix-inner{
  max-width:920px;
  margin:0 auto;
  text-align:center;
}

/* =========================
   上部説明
========================= */

.astro-matrix-lead{

  margin:0 auto 30px;

  font-size:26px;
  line-height:1.9;

  color:#fff;

  text-shadow:
    0 0 14px rgba(255,255,255,0.18);
}

.astro-matrix-notice{

  margin:0 auto 24px;

  font-size:28px;
  line-height:1.5;
  font-weight:700;

  color:#a57b00;
}

/* =========================
   表全体
========================= */

.astro-matrix{

  display:grid;

  grid-template-columns:
  120px repeat(3,1fr);

  gap:8px;

  margin:0 auto 60px;
}

/* =========================
   共通ガラス
========================= */

.quality-head,
.element-head,
.zodiac-card{

  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);

  border:1px solid rgba(255,255,255,0.35);

  box-shadow:
    inset 0 0 22px rgba(255,255,255,0.18),
    0 4px 16px rgba(255,255,255,0.08);

  border-radius:8px;

  box-sizing:border-box;
}

/* =========================
   上の3つ
========================= */

.quality-head{

  min-height:74px;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:10px;

  color:#fff;

  font-size:22px;
  line-height:1.45;
  font-weight:700;
}

/* 活動宮 */

.quality-head.active{

  background:
  linear-gradient(
  135deg,
  rgba(255,120,140,0.38),
  rgba(255,210,170,0.26)
  );
}

/* 不動宮 */

.quality-head.fixed{

  background:
  linear-gradient(
  135deg,
  rgba(110,110,220,0.34),
  rgba(170,220,255,0.24)
  );
}

/* 柔軟宮 */

.quality-head.mutable{

  background:
  linear-gradient(
  135deg,
  rgba(90,220,220,0.34),
  rgba(170,255,180,0.24)
  );
}

/* =========================
   左エレメント
========================= */

.element-head{

  min-height:160px;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:10px;

  color:#fff;

  font-size:24px;
  line-height:1.6;
  font-weight:700;
}

/* 火 */

.element-head.fire{

  background:
  linear-gradient(
  135deg,
  rgba(255,120,170,0.35),
  rgba(255,220,130,0.28)
  );
}

/* 地 */

.element-head.earth{

  background:
  linear-gradient(
  135deg,
  rgba(255,240,200,0.30),
  rgba(180,140,130,0.28)
  );
}

/* 風 */

.element-head.air{

  background:
  linear-gradient(
  135deg,
  rgba(110,220,255,0.32),
  rgba(140,255,190,0.28)
  );
}

/* 水 */

.element-head.water{

  background:
  linear-gradient(
  135deg,
  rgba(220,255,240,0.32),
  rgba(180,210,255,0.28)
  );
}

/* =========================
   12星座パネル
========================= */

.zodiac-card{

  min-height:160px;

  padding:18px 12px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  background:
  rgba(255,255,255,0.10);
}

/* 星座画像 */

.zodiac-card img{

  width:88px;
  height:88px;

  object-fit:contain;

  display:block;

  margin:0 auto 12px;
}

/* 星座名 */

.zodiac-card p{

  margin:0;

  font-size:21px;
  line-height:1.4;
  font-weight:700;

  color:#fff;
}

/* =========================
   下説明
========================= */

.astro-matrix-desc{

  max-width:760px;

  margin:0 auto;

  text-align:left;

  color:#fff;
}

.astro-matrix-desc h3{

  margin:0 0 14px;

  font-size:34px;
  line-height:1.5;
}

.astro-matrix-desc h3:not(:first-child){

  margin-top:42px;
}

.astro-matrix-desc p{

  margin:0;

  font-size:26px;
  line-height:1.8;
}

.astro-matrix-desc strong{

  font-weight:700;
}



/* =========================
   エレメントとクオリティの書き換えスマホ
========================= */



@media(max-width:768px){

/* =========================
   全体
========================= */

.astro-matrix-section{
  padding:60px 10px;
}

.astro-matrix-lead{

  font-size:16px;
  line-height:1.8;

  margin-bottom:20px;
}

.astro-matrix-notice{

  font-size:18px;
  line-height:1.6;

  margin-bottom:14px;
}

/* =========================
   表
========================= */

.astro-matrix{

  grid-template-columns:
  62px repeat(3,1fr);

  gap:4px;

  margin-bottom:40px;
}

/* =========================
   上3つ
========================= */

.quality-head{

  min-height:54px;

  padding:6px 2px;

  font-size:13px;
  line-height:1.35;
  
  
}

/* =========================
   左エレメント
========================= */

.element-head{

  min-height:94px;
  

  padding:6px 2px;

  font-size:14px;
  line-height:1.4;
}

/* =========================
   星座パネル
========================= */

.zodiac-card{

  min-height:94px;

  padding:8px 4px;
}

.zodiac-card img{

  width:px;
  height:48px;

  margin-bottom:4px;
}

.zodiac-card p{

  font-size:13px;
}

/* =========================
   下説明
========================= */

.astro-matrix-desc{

  padding:0 10px;
}

.astro-matrix-desc h3{

  font-size:22px;
  line-height:1.5;
}

.astro-matrix-desc h3:not(:first-child){

  margin-top:26px;
}

.astro-matrix-desc p{

  font-size:16px;
  line-height:1.75;
}

}




/* =========================
   テスト
========================= */
.basic-result-section{
  padding:80px 18px;
  color:#fff;
}

.basic-result-inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.basic-main-text,
.basic-text,
.basic-bottom-text{
  margin:0 0 34px;
  font-size:26px;
  line-height:1.9;
  color:#fff;
  font-weight:500;
}

.basic-main-text{
  font-size:28px;
}

.small-note{
  font-size:22px;
  color:#fff;
}

.blue-text{
  color:#2f6bff;
  font-weight:700;
}

.red-text{
  color:#ff5b5b;
  font-weight:700;
}

.green-text{
  color:#62d85b;
  font-weight:700;
}

.purple-text{
  color:#d46cff;
  font-weight:700;
}

.sign-label{
  display:inline-block;
  padding:6px 18px;
  border-radius:14px;
  font-weight:700;
}

.sign-label.pink{
  color:#ff3f86;
  background:rgba(210,255,245,0.75);
}

.sign-label.green{
  color:#d4942f;
  background:rgba(140,220,110,0.75);
}

.result-frame{
  width:360px;
  height:520px;
  margin:30px auto 54px;

  border:4px solid #fff;
  border-radius:22px;

  background:transparent;
  box-sizing:border-box;

  position:relative;
}

.result-frame::before{
  content:"";
  position:absolute;
  inset:14px;
  border:3px solid #fff;
  border-radius:16px;
  pointer-events:none;
}



/* =========================
   テスト　スマホ用
========================= */
@media(max-width:768px){

  .basic-result-section{
    padding:56px 14px;
  }

  .basic-main-text,
  .basic-text,
  .basic-bottom-text{
    font-size:17px;
    line-height:1.9;
    margin-bottom:26px;
  }

  .basic-main-text{
    font-size:18px;
  }

  .small-note{
    font-size:15px;
  }

  .sign-label{
    padding:4px 12px;
    border-radius:10px;
  }

  .result-frame{
    width:260px;
    height:380px;
    margin:24px auto 42px;
    border-width:3px;
  }

  .result-frame::before{
    inset:10px;
    border-width:2px;
  }

}/* End custom CSS */