@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

/* 共通 */
/* ==============================
 共通
============================== */
body:not(.home) {
  padding-top: 130px; /* PCフローティングヘッダー分 */
}
.l-content__inner {
  margin-top: 0 !important;
}

/* フローティングヘッダー（PC） */
.floating-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  height: 80px;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 90px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

/* 管理バー対応 */
body.admin-bar .floating-header {
  top: 52px;
}

/* ナビゲーション */
.nav-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto; /* PCでは右寄せ */
}
.nav-menu {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu li a {
  font-family: 'Futura', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.logo img {
  width: 230px;
  height: auto;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons img {
  width: 28px;
  height: 28px;
}

/* ==============================
 スマホ用
============================== */
@media screen and (max-width: 767px) {
  body:not(.home) {
    padding-top: 80px; /* SPはヘッダー小さめ */
  }

  /* ヘッダー */
  .floating-header {
    top: 16px;
    width: 92%;
    height: 64px;
    padding: 8px 16px;
    border-radius: 48px;
  }
  .floating-header .logo img {
    width: 160px;
  }
  .floating-header .nav-right,
  .floating-header .nav-menu {
    display: none !important;
  }

  /* ハンバーガー（sp-menu.png） */
  .hamburger {
    display: block;
    width: 32px;
    height: 32px;
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/sp-menu.png") no-repeat center/contain !important;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1001;
  }
  .hamburger span { display: none; }
}

/* ==============================
 モバイルメニュー
============================== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;          /* 初期は画面外 */
  width: 100%;           /* ← スマホ画面幅ぴったり */
  height: 100vh;
  background: #000;      /* 黒背景 */
  z-index: 2000;
  transition: right 0.3s ease;
  padding: 40px 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
.mobile-menu.active {
  right: 0; /* 表示時にスライドイン */
}
.close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.mobile-menu .nav-menu {
  margin: 100px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}
.mobile-menu .nav-menu li a {
  font-family: 'Futura', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.mobile-menu .social-icons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}
.mobile-menu .social-icons img {
  width: 32px;
  height: 32px;
}



/*******************************
 HEROコンテンツ 
*******************************/

/* ========== HERO Section ========== */
.hero-section {
  position: relative;
  width: 100%;
  background: #fff; /* 背景は白 */
  overflow: hidden;
  padding: 40px 0 200px; /* 下に200pxの余白を追加 */
  padding-top: 120px; /* セクション内の上に余白を確実に追加 */
}

/* 横並び5枚を中央寄せ */
.hero-carousel {
  overflow: hidden;
  width: 100%;
}

.hero-track {
  display: flex;
  gap: 20px;
  justify-content: flex-start; /* 常に横に並べる */
}

.hero-slide {
  flex-shrink: 0; /* 画像を縮小しない */
}

.hero-slide img {
  width: 338px;   /* 固定サイズ */
  height: 699px;  /* 固定サイズ */
  object-fit: cover;
  display: block;
}
/* キャッチコピー */
.hero-copy {
  position: absolute;
  bottom: 40px; /* 下方向へ動かす → 値を小さくする */
  left: 300px;  /* 右方向へ動かす → 値を大きくする */
  color: #fff;
}

.hero-copy-small {
  width: 504px;
  height: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 350;
  font-size: 32px;
  line-height: 140%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.88); /* 黒背景 */
}

.hero-copy-large {
  position: relative;
  width: 695px;
  height: 154px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 104px;
  line-height: 140%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  z-index: 1;
}

.hero-copy-large::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88); /* 黒背景 */
  z-index: -1; /* 背景を後ろに */
}

.hero-copy-large span {
  background: linear-gradient(90deg, #9BB4FF 0%, #FFC4E8 28.85%, #F6FF92 50%, #9BF5C5 75%, #78E7FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero-sub-img {
  display: block;
  width: 570px;
  height: 71px;
  margin-top: 20px;  /* 上に20px余白 */
  margin-left: 0;    /* 左に寄せる */
}

/*******************************
 HEROコンテンツ - SP版対応（整理版）
*******************************/

/* ========== HERO Section ========== */
.hero-section {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 40px 0 60px;
  padding-top: 120px;
}

/* PC版のスタイル */
@media screen and (min-width: 769px) {
  .hero-section {
    padding: 40px 0 200px;
    padding-top: 120px;
  }

  .hero-carousel {
    overflow: hidden;
    width: 100%;
  }

  .hero-track {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
  }

  .hero-slide {
    flex-shrink: 0;
  }

  .hero-slide img {
    width: 338px;
    height: 699px;
    object-fit: cover;
    display: block;
  }

  .hero-copy {
    position: absolute;
    bottom: 40px;
    left: 300px;
    color: #fff;
  }

  .hero-copy-small {
    width: 504px;
    height: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 350;
    font-size: 32px;
    line-height: 140%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.88);
  }

  .hero-copy-large {
    position: relative;
    width: 695px;
    height: 154px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 104px;
    line-height: 140%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    z-index: 1;
  }

  .hero-copy-large::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: -1;
    display: block;
  }

  .hero-copy-large span {
    background: linear-gradient(90deg, #9BB4FF 0%, #FFC4E8 28.85%, #F6FF92 50%, #9BF5C5 75%, #78E7FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .hero-sub-img {
    display: block;
    width: 570px;
    height: 71px;
    margin-top: 20px;
    margin-left: 0;
  }

  .hero-sub-section {
    display: none; /* PC版では非表示 */
  }
}

/* SP版のスタイル */
@media screen and (max-width: 768px) {
  .hero-section {
    padding: 20px 0 40px;
    padding-top: 80px;
    background: #fff;
    min-height: 100vh;
  }

  .hero-carousel {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-track {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .hero-slide {
    flex-shrink: 0;
  }

  .hero-slide img {
    width: 80vw;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 16px;
  }

  .hero-copy {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 10;
  }

  .hero-copy-small {
    width: 100%;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 350;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.88);
    margin: 0;
    color: #fff;
  }

  .hero-copy-large {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    margin: 0;
    z-index: 1;
  }

  .hero-copy-large::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: -1;
    display: block;
  }

  .hero-copy-large span {
    background: linear-gradient(90deg, #9BB4FF 0%, #FFC4E8 28.85%, #F6FF92 50%, #9BF5C5 75%, #78E7FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  /* SP版では元のサブ画像を表示 */
  .hero-sub-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-left: 0;
  }

  /* SP版専用のサブセクション */
  .hero-sub-section {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 12px;
    padding: 20px;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }

  .hero-sub-text {
    flex: 1;
  }

  .hero-sub-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 4px;
    color: #fff;
  }

  .hero-sub-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
  }

  .hero-sub-reward {
    text-align: center;
    min-width: 80px;
  }

  .reward-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 4px;
    color: #fff;
  }

  .reward-amount {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
  }

  .reward-number {
    font-size: 24px;
    font-weight: 900;
  }

  .reward-percent {
    font-size: 16px;
    font-weight: 700;
  }
}

/* --- サブブロック全体 --- */
.hero-sub-blocks {
  display: flex;
  gap: 0px !important;
  margin-top: 20px; /* 「STARに変える」との余白 */
}

/* 左ブロック：右端を／カット */
.hero-sub-left {
  background: linear-gradient(
    90deg,
    rgba(155,180,255,0.3) 0%,
    rgba(255,196,232,0.3) 28.85%,
    rgba(246,255,146,0.3) 50%,
    rgba(155,245,197,0.3) 75%,
    rgba(120,231,255,0.3) 100%
  );
  /* 右端をもっと急な「／」に */
  clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
}

/* 右ブロック：左端を／カット */
.hero-sub-right {
  padding: 15px 20px;
  background: linear-gradient(
    90deg,
    rgba(155,180,255,0.3) 0%,
    rgba(255,196,232,0.3) 28.85%,
    rgba(246,255,146,0.3) 50%,
    rgba(155,245,197,0.3) 75%,
    rgba(120,231,255,0.3) 100%
  );
  /* 左端をもっと急な「／」に */
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
}

/* 左ブロック */
.hero-sub-left {
  padding: 15px 70px 15px 20px; /* 上 右 下 左 */
  margin-right: -45px; /* 右に食い込む */
}

.hero-sub-left .hero-sub-small {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.hero-sub-left .hero-sub-large {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 2px 0 0;
}

/* 右ブロック */
.hero-sub-right {
  text-align: center;
  padding: 20px 20px 15px 70px; /* 上 右 下 左 */
}


.hero-sub-right .hero-sub-small {
  font-size: 24px;
  color: #000;
  margin: 0;
}

.hero-sub-right .hero-sub-large {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin: 2px 0 0;
}

.hero-sub-100 {
  font-size: 52px !important;
  font-weight: bold;
  color: #000;
  margin-right: 4px;
}

.hero-sub-percent {
  font-size: 30px;
  color: #000;
}

/* 横並びにするラッパー */
.hero-sub-inline {
  display: flex;
  align-items: center;   /* ★高さ中央寄せ */
  justify-content: center;
  gap: 6px;              /* 間隔 */
}

/* 「報酬還元」 */
.hero-sub-small {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

/* 「100」 */
.hero-sub-100 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

/* 「％」 */
.hero-sub-percent {
  font-size: 18px;
  color: #000;
  line-height: 1;
}



/*******************************
ABOUT
*******************************/
/* ABOUT セクション */
.about-section {
  background: #fff;
  padding: 120px 0;
}

/* タイトルブロック */
.about-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.about-title {
  font-family: 'Helvetica', sans-serif !important;
  font-weight: 300 !important;
  font-size: 64px !important;
  line-height: 100% !important;
  color: #222222 !important;
}


.about-subtitle {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important; /* FAQ と統一 */
  line-height: 160% !important;
  text-align: center !important;
  color: #555 !important; /* FAQ と統一 */
  margin-top: 8px !important;
}


/* コンテンツ部分：左右並び */
.about-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 左ブロック：画像 */
.about-images {
  position: relative;
  width: 799px;
  height: 385px;
}

.about-back {
  position: absolute;
  top: 81px;
  left: -128px;
  width: 799px;
  height: 338px;
}

.about-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 親の .about-images（width:799px）に合わせる */
  height: auto;
  object-fit: contain; /* 画像比率を維持して収める */
}

/* 右ブロック：テキスト */
.about-text {
  max-width: 500px;
}

.about-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  color: #222222;
  margin-bottom: 20px;
}

.about-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
}


/*******************************
 ABOUTセクション2
*******************************/


/* ABOUTセクション2 */
.about-section-2 {
  background: #fff;
  padding: 120px 0;
  border-top: 1px solid #eee; /* 区切り線（必要なら） */
}

/* reverse-layout: 左テキスト / 右画像 */
.reverse-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 左テキストブロック */
.about-section-2 .about-text {
  max-width: 500px;
}

.about-section-2 .about-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  color: #222;
  margin-bottom: 20px;
}

.about-section-2 .about-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222;
  margin-bottom: 30px;
}

/* ボタン画像 */
.about-btn img {
  display: inline-block;
  max-width: 320px; /* 任意で調整 */
  height: auto;
  cursor: pointer;
  transition: transform 0.2s;
}
.about-btn img:hover {
  transform: scale(1.05);
}

/* 右画像ブロック */
.about-section-2 .about-images {
  position: relative;
  width: 500px;
  height: 400px;
}

.about-back2 {
  position: absolute;
  top: 200px;
  left: 00;
  width: 100%;
  height: auto;
}

.about-stars2 {
  position: absolute;
  top: 0;
  left: 180px;
  width: 90%;
  height: auto;
}


/*******************************
ABOUT - SP版対応
*******************************/

/* PC版のスタイル */
@media screen and (min-width: 769px) {
  /* ABOUT セクション */
  .about-section {
    background: #fff;
    padding: 120px 0;
  }

  /* タイトルブロック */
  .about-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
  }

  .about-title {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 64px !important;
    line-height: 100% !important;
    color: #222222 !important;
  }

  .about-subtitle {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 160% !important;
    text-align: center !important;
    color: #555 !important;
    margin-top: 8px !important;
  }

  /* コンテンツ部分：左右並び */
  .about-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* 左ブロック：画像 */
  .about-images {
    position: relative;
    width: 799px;
    height: 385px;
  }

  .about-back {
    position: absolute;
    top: 81px;
    left: -128px;
    width: 799px;
    height: 338px;
  }

  .about-stars {
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: auto;
  }
  /* 右ブロック：テキスト */
  .about-text {
    max-width: 500px;
  }

  .about-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #222222;
    margin-bottom: 20px;
  }

  .about-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #222222;
  }

  /* ABOUTセクション2 */
  .about-section-2 {
    background: #fff;
    padding: 120px 0;
    border-top: 1px solid #eee;
  }

  /* reverse-layout: 左テキスト / 右画像 */
  .reverse-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .about-section-2 .about-text {
    max-width: 500px;
  }

  .about-section-2 .about-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #222;
    margin-bottom: 20px;
  }

  .about-section-2 .about-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #222;
    margin-bottom: 30px;
  }

  .about-btn img {
    display: inline-block;
    max-width: 320px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
  }
  .about-btn img:hover {
    transform: scale(1.05);
  }

  .about-section-2 .about-images {
    position: relative;
    width: 500px;
    height: 400px;
  }

  .about-back2 {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: auto;
  }

  .about-stars2 {
    position: absolute;
    top: 0;
    left: 180px;
    width: 90%;
    height: auto;
  }
}

/* SP版のスタイル */
@media screen and (max-width: 768px) {
  /* ABOUT セクション */
  .about-section {
    background: #fff;
    padding: 60px 0;
  }

  /* タイトルブロック */
  .about-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .about-title {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 64px !important;
    line-height: 100% !important;
    color: #222222 !important;
  }

  .about-subtitle {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 160% !important;
    text-align: center !important;
    color: #555 !important;
    margin-top: 8px !important;
  }

  /* コンテンツ部分：縦並び */
  .about-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }

  /* 画像ブロック */
  .about-images {
    position: relative;
    width: 120%;
    height: 200px;
    margin: 0 auto;
  }

  .about-back {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 80%;
    height: auto;
  }

  .about-stars {
    position: absolute;
    top: 0;
    left: 20px;
    width: 70%;
    height: auto;
  }

  /* テキストブロック */
  .about-text {
    width: 100%;
  }

  .about-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #222222;
    margin-bottom: 16px;
    text-align: center;
  }

  .about-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #222222;
    text-align: left;
  }

  /* ABOUTセクション2 */
  .about-section-2 {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #eee;
  }

  /* reverse-layout: SP版では縦並び */
  .reverse-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }

  .about-section-2 .about-text {
    width: 100%;
    order: 2; /* テキストを下に */
  }

  .about-section-2 .about-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #222;
    margin-bottom: 16px;
    text-align: center;
  }

  .about-section-2 .about-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #222;
    margin-bottom: 20px;
    text-align: left;
  }

  .about-btn {
    text-align: center;
  }

  .about-btn img {
    display: block; /* inline-block から block に変更 */
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto; /* 左右のマージンを auto に */
    cursor: pointer;
  }

  .about-section-2 .about-images {
    position: relative;
    width: 100%;
    height: 200px;
    order: 1; /* 画像を上に */
  }

  .about-back2 {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 70%;
    height: auto;
  }

  .about-stars2 {
    position: absolute;
    top: 0;
    left: 60px;
    width: 60%;
    height: auto;
  }
}


/*******************************
Strengths セクション
*******************************/
/* Strengths セクション */
.strengths-section {
  background: #fff;
  padding: 120px 0;
}

/* タイトル部分 */
.strengths-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.strengths-title {
  font-family: 'Helvetica', sans-serif !important;
  font-weight: 300 !important;
  font-size: 64px !important;
  line-height: 100% !important;
  color: #222222 !important;
}


.strengths-subtitle {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important; /* FAQ と同じ */
  line-height: 160% !important;
  text-align: center !important;
  color: #555 !important; /* FAQ と同じカラー */
  margin-top: 8px !important;
}


/* グリッド配置 */
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 横3列 */
  gap: 40px 20px; /* 行間・列間 */
  max-width: 1200px;
  margin: 0 auto;
}

/* パネル */
.strengths-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 左寄せ */
  text-align: left;        /* テキストを左寄せ */
}

.strengths-img {
  width: 500px;
  height: 208px;
  object-fit: cover;
  margin-bottom: 16px;
}

.strengths-heading {
  width: 344px;
  height: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #222222;
  margin: 0 0 8px;
  text-align: left;  /* 明示的に左寄せ */
}

.strengths-text {
  width: 344px;
  min-height: 52px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
  margin: 0;
  text-align: left;  /* 明示的に左寄せ */
}

/*******************************
Strengths セクション - SP版対応
*******************************/

/* PC版のスタイル */
@media screen and (min-width: 769px) {
  /* Strengths セクション */
  .strengths-section {
    background: #fff;
    padding: 120px 0;
  }

  /* タイトル部分 */
  .strengths-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
  }

  .strengths-title {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 64px !important;
    line-height: 100% !important;
    color: #222222 !important;
  }


  .strengths-heading {
    display: flex;
    align-items: center;
    gap: 8px; /* 画像と文字の間隔 */
    width: auto;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #222222;
    margin: 0 0 8px;
    text-align: left;
  }
  
  /* 見出し横のアイコン */
  .strengths-heading .strengths-icon {
    width: 24px;   /* 見出し高さに合わせるサイズ */
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
  }

  

  .strengths-subtitle {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 160% !important;
    text-align: center !important;
    color: #555 !important;
    margin-top: 8px !important;
  }

  /* グリッド配置 */
  .strengths-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* パネル */
  .strengths-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .strengths-img {
    width: 500px;
    height: 208px;
    object-fit: cover;
    margin-bottom: 16px;
  }

  .strengths-heading {
    width: 344px;
    height: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #222222;
    margin: 0 0 8px;
    text-align: left;
  }

  .strengths-text {
    width: 344px;
    min-height: 52px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #222222;
    margin: 0;
    text-align: left;
  }
}

/* SP版のスタイル */
@media screen and (max-width: 768px) {
  /* Strengths セクション */
  .strengths-section {
    background: #fff;
    padding: 60px 0;
  }

  /* タイトル部分 */
  .strengths-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .strengths-title {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 64px !important;
    line-height: 100% !important;
    color: #222222 !important;
  }


    .strengths-heading {
      display: flex;
      align-items: center;
      gap: 6px; /* スマホでは少し狭く */
      width: 100%;
      height: auto;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 160%;
      color: #222222;
      margin: 0;
      text-align: left;
    }
  
    .strengths-heading .strengths-icon {
      width: 20px; /* スマホでは小さめ */
      height: auto;
      object-fit: contain;
      flex-shrink: 0;
    }

  

  .strengths-subtitle {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 160% !important;
    text-align: center !important;
    color: #555 !important;
    margin-top: 8px !important;
  }

  /* SP版：縦並び配置 */
  .strengths-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }

  /* パネル：SP版では画像と文章を分離 */
  .strengths-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* 画像部分 */
  .strengths-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
  }

  /* テキスト部分 */
  .strengths-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .strengths-heading {
    width: 100%;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #222222;
    margin: 0;
    text-align: left;
  }

  .strengths-text {
    width: 100%;
    min-height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #222222;
    margin: 0;
    text-align: left;
  }

  /* 各パネルに区切り線を追加（最後以外） */
  .strengths-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 40px;
  }
}


/*******************************
TALENT セクション 
*******************************/

/* TALENT セクション */
.talent-section {
  position: relative;
  padding: 120px 0;
  color: #fff;
  overflow: hidden; /* はみ出し防止 */
}

.talent-section::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left を全部 0 に */
  background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/talent-back.png")
              no-repeat center center / cover;
  z-index: -1;
}



/* タイトル */
.talent-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.talent-section .talent-title {
  font-family: 'Helvetica', sans-serif !important;
  font-weight: 300 !important;
  font-size: 64px !important;
  color: #fff !important;
}


.talent-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #A4A4A4;
}

/* タレントグリッド */
.talent-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.talent-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.talent-img {
  width: 252px;
  height: auto;
  margin-bottom: 12px;
}

/* 偶数番目を下げる */
.talent-item.even {
  margin-top: 40px; /* 下げたい分を調整 */
}

/* タレント名 */
.talent-name {
  width: 252px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: center;
}

/* ボタン */
.talent-btn {
  display: flex;
  justify-content: center;
}

.talent-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 368px;
  padding: 12px 0;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 2px rgba(103, 103, 103, 0.3);
  border-radius: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  transition: transform 0.2s;
}

.talent-btn a:hover {
  transform: scale(1.05);
}

.btn-icon {
  font-size: 20px;
  line-height: 1;
}

/*******************************
TALENT セクション - SP版対応
*******************************/

/* PC版のスタイル */
@media screen and (min-width: 769px) {
  /* TALENT セクション */
  .talent-section {
    position: relative;
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
  }

  .talent-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/talent-back.png")
                no-repeat center center / cover;
    z-index: -1;
  }

  /* タイトル */
  .talent-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
  }

  .talent-section .talent-title {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 64px !important;
    color: #fff !important;
  }

  .talent-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #A4A4A4;
  }

  /* タレントグリッド */
  .talent-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
  }

  .talent-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .talent-img {
    width: 252px;
    height: auto;
    margin-bottom: 12px;
  }

  /* 偶数番目を下げる */
  .talent-item.even {
    margin-top: 40px;
  }

  /* タレント名 */
  .talent-name {
    width: 252px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
  }

  /* ボタン */
  .talent-btn {
    display: flex;
    justify-content: center;
  }

  .talent-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 368px;
    padding: 12px 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 2px rgba(103, 103, 103, 0.3);
    border-radius: 60px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    transition: transform 0.2s;
  }

  .talent-btn a:hover {
    transform: scale(1.05);
  }

  .btn-icon {
    font-size: 20px;
    line-height: 1;
  }
}

/* SP版のスタイル */
@media screen and (max-width: 768px) {
  /* TALENT セクション */
  .talent-section {
    position: relative;
    padding: 60px 0;
    color: #fff;
    overflow: hidden;
  }

  .talent-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/talent-back.png")
                no-repeat center center / cover;
    z-index: -1;
  }

  /* タイトル */
  .talent-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .talent-section .talent-title {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 64px !important;
    color: #fff !important;
  }

  .talent-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #A4A4A4;
  }

  /* タレントグリッド：SP版は2x2グリッド */
  .talent-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
    margin-bottom: 40px;
    padding: 0 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .talent-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .talent-img {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin-bottom: 8px;
  }

  /* SP版でも偶数番目を下げる（グリッド内での調整） */
  .talent-item.even {
    margin-top: 20px;
  }

  /* 1番目と3番目（奇数番目）を上に */
  .talent-item.odd {
    margin-top: 0;
  }

  /* より細かい調整 */
  .talent-item:nth-child(1) { /* 1番目 */
    margin-top: 0;
  }
  .talent-item:nth-child(2) { /* 2番目 */
    margin-top: 20px;
  }
  .talent-item:nth-child(3) { /* 3番目 */
    margin-top: 0;
  }
  .talent-item:nth-child(4) { /* 4番目 */
    margin-top: 20px;
  }

  /* タレント名 */
  .talent-name {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
  }

  /* ボタン */
  .talent-btn {
    display: flex;
    justify-content: center;
    padding: 0 20px;
  }

  .talent-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    max-width: 320px;
    padding: 12px 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 2px rgba(103, 103, 103, 0.3);
    border-radius: 60px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    transition: transform 0.2s;
  }

  .talent-btn a:hover {
    transform: scale(1.05);
  }

  .btn-icon {
    font-size: 16px;
    line-height: 1;
  }
}


/*******************************
FLOWセクション全体 
*******************************/
/* FLOWセクション全体 */
.apply-flow-section {
  background: #F3F3F3;
  padding: 100px 0;
  text-align: center;
}

/* 見出し */
/* FLOWセクションに限定 */
.apply-flow-section .apply-section-title h2 {
  font-family: 'Helvetica', sans-serif !important;
  font-weight: 300 !important;
  font-size: 64px !important;
  color: #222 !important;
  margin: 0 !important;
}

.news-section .news-subtitle {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #A4A4A4 !important;
  margin-top: 8px !important;
}



/* ステップカード */
.apply-flow-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 20px;
}
.apply-flow-card {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  width: 246px;
  min-height: 194px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.apply-flow-step {
  background: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 16px;
  border-radius: 2px;
}
.apply-flow-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  margin: 4px 0 0 0;
}
.apply-flow-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222;
  margin: 0;
}

/* 矢印 */
.apply-flow-arrow {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0 10px;
}

/* ボタン */
.apply-flow-button {
  margin-top: 60px;
}
.apply-flow-button img {
  width: 368px;
  max-width: 90%;
  display: inline-block;
}

/*******************************
FLOWセクション - SP版対応
*******************************/

/* PC版のスタイル */
@media screen and (min-width: 769px) {
  /* FLOWセクション全体 */
  .apply-flow-section {
    background: #F3F3F3;
    padding: 100px 0;
    text-align: center;
  }

  /* 見出し */
  .apply-flow-section .apply-section-title h2 {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 64px !important;
    color: #222 !important;
    margin: 0 !important;
  }

  .apply-subtitle {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #A4A4A4 !important;
    margin-top: 8px !important;
  }

  /* ステップカード */
  .apply-flow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 20px;
  }

  .apply-flow-card {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    width: 246px;
    min-height: 194px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .apply-flow-step {
    background: #000;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 16px;
    border-radius: 2px;
  }

  .apply-flow-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin: 4px 0 0 0;
  }

  .apply-flow-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #222;
    margin: 0;
  }

  /* 矢印 */
  .apply-flow-arrow {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 0 10px;
  }

  /* ボタン */
  .apply-flow-button {
    margin-top: 60px;
  }

  .apply-flow-button img {
    width: 368px;
    max-width: 90%;
    display: inline-block;
  }
}

/* SP版のスタイル */
@media screen and (max-width: 768px) {
  /* FLOWセクション全体 */
  .apply-flow-section {
    background: #F3F3F3;
    padding: 60px 0;
    text-align: center;
  }

  /* 見出し */
  .apply-flow-section .apply-section-title {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .apply-flow-section .apply-section-title h2 {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 64px !important;
    color: #222 !important;
    margin: 0 !important;
  }

  .apply-subtitle {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #A4A4A4 !important;
    margin-top: 8px !important;
  }

  /* ステップカード：SP版は縦並び */
  .apply-flow-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 0;
    padding: 0 20px;
  }

  .apply-flow-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 320px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .apply-flow-step {
    background: #000;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 4px;
  }

  .apply-flow-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 0;
  }

  .apply-flow-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #222;
    margin: 0;
    text-align: left;
  }

  /* 矢印：SP版は下向きのみ表示 */
  .apply-flow-arrow {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    margin: 20px 0;
  }

  .apply-flow-arrow::before {
    content: "▼";
  }

  /* 元の＞を非表示 */
  .apply-flow-arrow {
    font-size: 0; /* 元のテキストを非表示 */
  }

  .apply-flow-arrow::before {
    content: "▼";
    font-size: 24px;
    font-weight: bold;
    color: #666;
  }

  /* 最後の矢印は非表示 */
  .apply-flow-arrow:last-of-type {
    display: none;
  }

  /* ボタン */
  .apply-flow-button {
    margin-top: 40px;
    padding: 0 20px;
  }

  .apply-flow-button img {
    width: 100%;
    max-width: 280px;
    display: inline-block;
  }
}


/*******************************
NEWS セクション
*******************************/
.news-section {
  position: relative;
  background: #F3F3F3;
  padding: 120px 0 60px; /* 下を減らす */
  z-index: 0; /* スタッキングコンテキストを作る */
}

.news-section::before {
  content: "";
  position: absolute;
  top: 400px;   /* ← この数値を増やすと背景が下に移動 */
  left: 0;
  width: 1155px; /* デザイン指定に合わせる */
  height: 399px;
  background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/news-back.png") no-repeat center/contain;
  z-index: 0; /* セクション背景の上、コンテンツの下 */
  opacity: 0.3; /* 薄めに表示 */
  pointer-events: none; /* 背景をクリック不可にする */
}

.news-heading,
.news-list {
  position: relative;
  z-index: 1;
}

.news-section .container {
  position: relative;
  z-index: 1; /* 背景の上にコンテンツを重ねる */
  max-width: 1200px;
  margin: 0 auto;
}

.news-heading {
  text-align: center;
  margin-bottom: 40px;
}

.news-section .news-heading .news-title {
  font-family: 'Helvetica', sans-serif !important;
  font-weight: 300 !important;
  font-size: 64px !important;
  line-height: 100% !important;
  color: #222222 !important;
  margin: 0 !important;
  text-align: center !important;
}

.news-section .news-heading .news-subtitle {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #555 !important;
  margin-top: 8px !important;
  text-align: center !important;
}

.news-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.news-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 344px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.news-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.news-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-date {
  font-size: 12px;
  color: #222;
}

.news-headline {
  font-size: 16px;
  font-weight: 500;
}

.news-headline a {
  color: #222;
  text-decoration: none;
}

.news-more {
  text-align: right;
  margin-top: auto; /* 詳細リンクを下寄せ */
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.news-link svg {
  width: 20px;
  height: 20px;
}

/* NEWSセクション ボタン */
.news-button-wrap {
  margin-top: 40px;
  text-align: center;
}

.news-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 368px;
  padding: 14px 24px;
  background: #000000;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  border-radius: 60px;
  box-shadow: 0px 1px 4px 2px rgba(76, 76, 76, 0.3);
  transition: background 0.3s ease;
}

.news-button:hover {
  background: #333333;
}

/* アイコン (SVG を横に並べる用) */
.news-button svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.news-button-wrap {
  position: relative;
  margin-top: 40px;
  text-align: center;
  z-index: 5; /* 背景より前面に */
}

.news-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 368px;
  padding: 16px 24px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 60px;
  text-decoration: none;
  box-shadow: 0px 1px 4px 2px rgba(76, 76, 76, 0.3);
  z-index: 6; /* さらに前に */
  position: relative; /* z-index を有効にするため */
}

.news-button svg {
  fill: #ffffff;
}

/*******************************
FAQセクション
*******************************/
.faq-section {
  background: #F3F3F3;
  padding: 60px 0 120px; /* 上を60pxにする（完全に0でもOK） */
  margin-top: 0;         /* ← 白い隙間が出るのを防ぐ */
}

.faq-heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq-title {
  font-family: 'Helvetica', sans-serif !important;
  font-weight: 300 !important;
  font-size: 64px !important;
  line-height: 100% !important;
  color: #222222 !important;
}

.faq-subtitle {
  font-size: 18px;
  color: #555;
}

.faq-list {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px !important;
  font-weight: 500;
  color: #1D1D1D;
}

.faq-question:hover {
  background-color: #fff4eb; /* ← 好きなホバー色に変更 */
}

.faq-q {
  font-size: 32px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  color: #222;
  margin-right: 16px;
}

.faq-toggle {
  font-size: 20px;
  color: #222;
  margin-left: auto;
}

.faq-answer {
  display: none;
  align-items: center !important; /* ← flex-start から center に変更 */
  padding: 0 24px 24px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.faq-answer .faq-a {
  font-size: 32px;
  font-family: Helvetica, sans-serif;
  margin-right: 12px;
}

.faq-item.open .faq-answer {
  display: flex;
  align-items: flex-start;
}

.faq-item.open .faq-toggle {
  content: "▲";
}

/*******************************
CTAクション
*******************************/

.cta-section {
  display: flex;
  width: 100%;
  min-height: 500px;
}

.cta-panel {
  flex: 1;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta-left {
  background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/cta-back1.png") no-repeat center/cover;
  color: #fff;
}

.cta-right {
  background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/cta-back2.png") no-repeat center/cover;
  color: #fff;
}

.cta-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 20px;
}

.cta-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}

.cta-line-btn img {
  max-width: 280px;
}

.cta-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  border-radius: 60px;
  text-decoration: none;
  box-shadow: 0px 1px 4px 2px rgba(103, 103, 103, 0.3);
}

/*******************************
CTAセクション - SP版対応
*******************************/

/* PC版のスタイル */
@media screen and (min-width: 769px) {
  .cta-section {
    display: flex;
    width: 100%;
    min-height: 500px;
  }

  .cta-panel {
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cta-left {
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/cta-back1.png") no-repeat center/cover;
    color: #fff;
  }

  .cta-right {
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/cta-back2.png") no-repeat center/cover;
    color: #fff;
  }

  .cta-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
  }

  .cta-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .cta-line-btn img {
    max-width: 280px;
  }

  .cta-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    border-radius: 60px;
    text-decoration: none;
    box-shadow: 0px 1px 4px 2px rgba(103, 103, 103, 0.3);
  }
}

/* SP版のスタイル */
@media screen and (max-width: 768px) {
  .cta-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .cta-panel {
    flex: none;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 350px;
    width: 100%;
    position: relative;
  }

  .cta-left {
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/cta-back1.png") no-repeat center/cover;
    color: #fff;
  }

  .cta-right {
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/cta-back2.png") no-repeat center/cover;
    color: #fff;
  }

  /* 背景画像を全幅にするための疑似要素 */
  .cta-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1;
  }

  .cta-left::before {
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/cta-back1.png") no-repeat center/cover;
  }

  .cta-right::before {
    background: url("https://stars.2play.game/wp-content/themes/emanon-premium-child/assets/img/top/cta-back2.png") no-repeat center/cover;
  }

  .cta-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.4;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }

  .cta-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 300px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }

  .cta-line-btn {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }

  .cta-line-btn img {
    max-width: 250px;
    width: 100%;
  }

  .cta-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 20px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 60px;
    text-decoration: none;
    box-shadow: 0px 1px 4px 2px rgba(103, 103, 103, 0.3);
    max-width: 280px;
    width: calc(100% - 40px);
    justify-content: center;
    margin: 0 20px;
    position: relative;
    z-index: 1;
  }

  .cta-contact-btn svg {
    width: 18px;
    height: 18px;
  }
}



/*******************************
/* PC用CTA */
*******************************/
.floating-cta-pc {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}
.floating-cta-pc img {
  width: auto;
  height: auto;
}

/* SP用CTA（初期は非表示） */
.floating-cta-sp {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}
.floating-cta-sp img {
  width: 150px; /* 任意で調整 */
  height: auto;
}

/* スマホ時に切替 */
@media screen and (max-width: 767px) {
  .floating-cta-pc { display: none; }
  .floating-cta-sp { display: block; }
}



/* デフォルト（PC優先） */
.pc-only { display: block !important; }
.sp-only { display: none !important; }

/* スマホ用に切替 */
@media screen and (max-width: 767px) {
  .pc-only { display: none !important; }
  .sp-only { display: block !important; }
}


/* 応募用モーダル */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal.show {
  display: block;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* スマホ対応 */
  max-width: 400px !important; /* 最大幅を狭く */
  position: relative;
  border-radius: 10px; /* 角丸（お好みで） */
}

/* スマホ向けの調整 */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    max-width: 350px;
    margin: 10% auto;
    padding: 15px;
  }
}



/* スマホ専用マージン */
@media screen and (max-width: 767px) {
  .group-banner {
    margin: 30px 20px; /* SP: 上下20px、左右10px */
  }
}

@media screen and (max-width: 767px) {
  #mobileMenu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #000 !important;
    z-index: 2000 !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease !important;
    padding: 40px 20px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
  }

  #mobileMenu.active {
    transform: translateX(0) !important;
  }

  #mobileMenu .nav-menu li a {
    color: #fff !important;
    font-size: 18px !important;
  }
}


/*******************************
フローティングCTAボタン
*******************************/

/* PC用フローティングボタン */
@media screen and (min-width: 769px) {
  .floating-cta-pc {
    position: fixed;
    bottom: 30px;
    right: 300px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    background: transparent;
  }

  .floating-cta-pc:hover {
    transform: scale(1.05);
  }

  .floating-cta-pc img {
    width: 250px; /* お好みのサイズに変更可能 */
    height: auto;
    display: block;
    background: transparent;
  }

  /* SP用は非表示 */
  .floating-cta-sp {
    display: none;
  }
}

/* SP用フローティングボタン */
@media screen and (max-width: 768px) {
  .floating-cta-sp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    background: transparent;
  }

  .floating-cta-sp:hover {
    transform: scale(1.05);
  }

  .floating-cta-sp img {
    width: 150px; /* お好みのサイズに変更可能 */
    height: auto;
    display: block;
    background: transparent;
  }

  /* PC用は非表示 */
  .floating-cta-pc {
    display: none;
  }
}

/* フェードイン効果（オプション） */
@keyframes fadeInFloat {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-cta-pc,
.floating-cta-sp {
  animation: fadeInFloat 0.5s ease-out;
}

/* スクロール時の動作（オプション） */
.floating-cta-hidden {
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
}

/*******************************
WordPressデフォルト「TOPに戻る」ボタン非表示
*******************************/

/* 具体的な要素を非表示 */
i.icon-chevron-up {
  display: none !important;
}

/* 親要素も含めて非表示 */
a i.icon-chevron-up,
button i.icon-chevron-up,
div i.icon-chevron-up {
  display: none !important;
}

/* 親要素自体も非表示 */
a:has(i.icon-chevron-up),
button:has(i.icon-chevron-up),
div:has(i.icon-chevron-up) {
  display: none !important;
}

/* より広範囲での非表示（フォールバック） */
.icon-chevron-up,
[class*="chevron-up"],
*[class*="pagetop"],
*[class*="page-top"],
*[class*="scroll-top"],
*[class*="back-to-top"] {
  display: none !important;
}

/* position: fixed で配置されたTOPに戻るボタンを非表示 */
[style*="position: fixed"][style*="bottom: "],
[style*="position:fixed"][style*="bottom:"] {
  display: none !important;
}

/* 一般的なTOPに戻るボタンのセレクタ */
.scroll-to-top,
.back-to-top,
.page-top,
.go-to-top,
.return-to-top,
.scroll-top,
.pagetop,
.totop,
#page-top,
#scroll-top,
#back-to-top {
  display: none !important;
}

/* PC・SP両方で確実に非表示 */
@media screen and (min-width: 769px) {
  i.icon-chevron-up,
  .icon-chevron-up {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  i.icon-chevron-up,
  .icon-chevron-up {
    display: none !important;
  }
}


/* ==============================
 モバイルメニュー（id="mobileMenu"に統一）
============================== */
@media screen and (max-width: 767px) {
  /* ヘッダー */
  .floating-header {
    top: 16px;
    width: 92%;
    height: 64px;
    padding: 8px 16px;
    border-radius: 48px;
  }
  .floating-header .logo img {
    width: 160px;
  }
  .floating-header .nav-right,
  .floating-header .nav-menu {
    display: none !important;
  }

  /* ハンバーガー */
  .hamburger {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../assets/img/sp-menu.png") no-repeat center/contain;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1001;
  }
  .hamburger span { display: none; }

  /* モバイルメニュー本体 */
  #mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;         /* ← 画面幅いっぱい */
    height: 100vh;
    background: #000;
    z-index: 2000;
    transform: translateX(100%); /* 初期は隠す */
    transition: transform 0.3s ease;
    padding: 40px 20px;
    box-sizing: border-box;
    overflow-y: auto;
  }

  #mobileMenu.active {
    transform: translateX(0); /* 表示時にスライドイン */
  }

  /* ✕ボタン */
  #mobileMenu .close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }

  /* リスト */
  #mobileMenu .nav-menu {
    margin: 100px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
  }

  #mobileMenu .nav-menu li a {
    font-family: 'Futura', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
  }

  /* ソーシャルアイコン */
  #mobileMenu .social-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
  }

  #mobileMenu .social-icons img {
    width: 32px;
    height: 32px;
  }
}

/*******************************
SP版 横スクロール防止対策
*******************************/

/* 全体の横スクロール防止 */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* SP版専用の横スクロール防止 */
@media screen and (max-width: 768px) {
  
  /* 全体のコンテナ */
  * {
    box-sizing: border-box;
  }
  
  body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  /* セクション全体の幅制御 */
  .hero-section,
  .about-section,
  .about-section-2,
  .strengths-section,
  .talent-section,
  .apply-flow-section,
  .cta-section {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  /* HEROセクションのカルーセル調整 */
  .hero-carousel {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  .hero-track {
    max-width: none;
    width: auto;
  }
  
  /* 画像の最大幅制御 */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* 絶対位置要素の制御 */
  .hero-copy {
    left: 0;
    right: 0;
    max-width: 100vw;
  }
  
  /* テキスト要素の幅制御 */
  .hero-copy-small,
  .hero-copy-large {
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
  }
  
  /* グリッドレイアウトの調整 */
  .talent-grid {
    max-width: 100%;
    width: 100%;
  }
  
  /* フローステップの調整 */
  .apply-flow-steps {
    max-width: 100%;
    width: 100%;
  }
  
  /* CTAセクションの調整 */
  .cta-panel {
    max-width: 100vw;
    width: 100%;
  }
  
  /* 背景画像を持つ要素の調整 */
  .talent-section::before {
    width: 100%;
    max-width: 100vw;
  }
  
  /* パディングとマージンの制御 */
  .hero-carousel,
  .about-content,
  .strengths-grid,
  .talent-grid,
  .apply-flow-steps,
  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  
  /* 特定の要素で左右マージンを削除 */
  .hero-copy-small,
  .hero-copy-large {
    margin-left: 0;
    margin-right: 0;
  }
}

/* モーダルの強制表示ルール */
#customModal {
  display: none !important;
}

#customModal.is-active {
  display: block !important;
}