@charset "utf-8";
/* =========================================================================
   GameBusiness.jp ギガ特集：Xsolla（PC / SP 共通・レスポンシブ）
   トンマナ：Xsolla 公式（ダークネイビー × シアン #73e8ff・近未来×ビジネス）
   ========================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Inter:opsz,wght@14..32,700&display=swap");
/* --- 特集ページのレイアウト調整：サイドバー非表示・メイン全幅 --- */
.thm-page-special .thm-aside {
 display: none;
}
.thm-page-special .thm-main {
 width: 100%;
}
.thm-page-special .gigaindex .detail {
 width: 100%;
 margin: 0 0 3em;
}
.thm-page-special .gigaindex .head {
 display: none;
}
.thm-body {
 width: 1040px;
 padding: 0;
 background: none;
}
.thm-header .main-ad {
 display: none;
}
/* =========================== 特集本体 =========================== */
#gigaContents {
 --xs-hero-bg: #F3F3F1; 
 --xs-bg: #141d1f; /* メインビジュアル背景と同色（メインカラー） */
 --xs-bg2: #233134; /* 補助ダーク */
 --xs-cyan: #73e8ff; /* Xsolla アクセント */
 --xs-ink: #1f1e27; /* シアン上の文字色 */
 --xs-fg: #dae4e5; /* ダーク上の本文色 */
 --xs-panel: #f3f3f1; /* ライトパネル */
 --xs-wrap: 1040px;
 background: var(--xs-bg);
 color: var(--xs-fg);
 font-family: "Noto Sans JP", -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 font-weight: 500;
 line-height: 1.85;
 font-size: clamp(14px, 1.05vw + 10px, 16px);
 word-wrap: break-word;
 overflow-wrap: break-word;
 -webkit-text-size-adjust: 100%;
 padding-bottom: clamp(48px, 6vw, 88px);
}
#gigaContents * {
 box-sizing: border-box;
}
#gigaContents img {
 max-width: 100%;
 height: auto;
 display: block;
}
#gigaContents a {
 text-decoration: none;
 color: inherit;
}
/* 内側の共通ラッパー（可読幅で中央寄せ） */
#gigaContents .xs-wrap {
 width: 90%;
 max-width: var(--xs-wrap);
 margin-inline: auto;
}
/* ---------- ヒーロー（メインビジュアル） ---------- */
#gigaContents .xs-hero {
 width: 100%;
 background: var(--xs-hero-bg);
 padding-top: 20px;
}
#gigaContents .xs-hero img {
 width: 80%;
 height: auto;
 margin: 0 auto;
}
/* ---------- セクション共通の見出し（テキスト表記） ---------- */
#gigaContents .xs-label {
 display: inline-block;
 font-weight: 700;
 border-radius: 2px; /* Xsolla：角丸は控えめ（シャープ） */
 font-size: clamp(18px, 2.2vw, 30px);
 line-height: 1.4;
 margin-bottom: .5em;
}
#gigaContents .xs-label .en {
 font-family: "Inter", "BIZ UDPGothic", sans-serif;
 font-size: 2em;
}
#gigaContents .xs-sec-en {
 font-family: "Inter", "BIZ UDPGothic", sans-serif;
 font-weight: 700;
 letter-spacing: .06em;
 color: var(--xs-cyan);
 font-size: clamp(13px, 1.6vw, 16px);
 text-transform: none;
}
/* ---------- Xsolla とは ---------- */
#gigaContents .xs-about {
 padding: clamp(24px, 4vw, 44px) 0 clamp(30px, 6vw, 72px);
 text-align: center;
 color: #000000;
}
#gigaContents .xs-about .xs-rule {
 width: 100%;
 max-width: 520px;
 margin: clamp(22px, 3vw, 34px) auto 0;
 border: 0;
 border-top: 2px dashed rgba(115, 232, 255, .5);
}
#gigaContents .xs-about-body {
 max-width: 760px;
 margin: 0 auto;
 text-align: left;
}
#gigaContents .xs-about-body p {
 margin: 0 0 1.2em;
}
#gigaContents .xs-about-body p:last-child {
 margin-bottom: 0;
}
#gigaContents .xs-about-body .em {
 font-weight: 700;
}
/* ---------- タイアップ記事セクション ---------- */
#gigaContents .xs-news {
 padding: clamp(28px, 4vw, 48px) 0 0;
}
#gigaContents .xs-news-head {
 text-align: center;
 margin-bottom: clamp(12px, 2vw, 20px);
}
#gigaContents .xs-news-ttl {
 color: #fff;
 font-weight: 900;
 line-height: 1.4;
 font-size: clamp(24px, 3.6vw, 36px);
 letter-spacing: .02em;
 margin: 0;
}
#gigaContents .xs-news-ttl .en {
 color: var(--xs-cyan);
 font-weight: 700;
 font-size: 1.25em;
 margin: 0 5px;
 position: relative;
 bottom: -2px;
 font-family: "Inter", "BIZ UDPGothic", sans-serif;
}
#gigaContents .xs-news-sub {
 font-family: "Inter", "BIZ UDPGothic", sans-serif;
 font-weight: 700;
 letter-spacing: .05em;
 color: var(--xs-cyan);
 font-size: clamp(20px, 3.2vw, 32px);
}
/* カード一覧 */
#gigaContents .xs-cards {
 list-style: none;
 margin: 0;
 padding: 0;
 display: grid;
 gap: clamp(20px, 3vw, 30px);
}
#gigaContents .xs-card {
 position: relative;
 border-radius: 3px;
 overflow: hidden;
 transition: box-shadow .25s ease, transform .25s ease;
 padding: 2px;
}
#gigaContents .xs-card::before {
 content: "";
 position: absolute;
 inset: 0px;
 background-image: radial-gradient(71.79% 222.04% at 87.59% 0%, rgba(115, 232, 255, 0.6) 0%, rgba(115, 232, 255, 0.3) 20%, rgba(115, 232, 255, 0.2) 50%, rgba(115, 232, 255, 0.3) 80%, rgba(115, 232, 255, 0.2) 100%);
 background-size: 100% 100%;
}
#gigaContents .xs-card > a {
 display: flex;
 align-items: stretch;
 gap: clamp(16px, 2vw, 26px);
 padding: clamp(14px, 1.8vw, 22px);
 position: relative;
 background: #233134;
}
#gigaContents .xs-card .xs-thumb {
 flex: 0 0 40%;
 max-width: 310px;
 aspect-ratio: 3 / 2;
 overflow: hidden;
 overflow: hidden;
 background: #0d1618;
}
#gigaContents .xs-card .xs-thumb img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 background: none;
}
#gigaContents .xs-card .xs-body {
 flex: 1 1 auto;
}
#gigaContents .xs-card .xs-tt {
 font-size: clamp(15px, 1.8vw, 24px);
 line-height: 1.6;
 margin: 0 0 .5em;
}
#gigaContents .xs-card .xs-sm {
 font-size: clamp(12px, 1.3vw, 13.5px);
 line-height: 1.7;
 color: rgba(130, 149, 153, 0.85);
 margin: 0;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
}
#gigaContents .xs-card .xs-go {
 position: absolute;
 right: 14px;
 bottom: 12px;
 width: 34px;
 height: 34px;
 border-radius: 50%;
 border: 1.5px solid var(--xs-cyan);
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 16px;
 color: var(--xs-cyan);
 transition: background .25s, color .25s, transform .25s;
}
#gigaContents .xs-card:hover {
 box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}
#gigaContents .xs-card:hover .xs-go {
 background: var(--xs-cyan);
 border-color: var(--xs-cyan);
 color: var(--xs-ink);
 transform: translateX(3px);
}
/* Coming Soon カード */
#gigaContents .xs-card--soon {
 border-color: #c7ccc8;
}
#gigaContents .xs-card--soon .xs-soon {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 120px;
 font-family: "Inter", sans-serif;
 font-weight: 700;
 font-style: italic;
 letter-spacing: .04em;
 font-size: clamp(20px, 3vw, 30px);
 color: #9aa2a4;
 position: relative;
 background: #233134;
}
/* ---------- CTA：公式HP ---------- */
#gigaContents .xs-cta {
 text-align: center;
 padding: clamp(34px, 5vw, 60px) 0 0;
}
#gigaContents .xs-cta-btn {
 display: inline-block;
 min-width: 260px;
 max-width: 88%;
 background: var(--xs-cyan);
 color: var(--xs-ink);
 font-family: "Inter", "BIZ UDPGothic", sans-serif;
 font-weight: 700;
 line-height: 1em;
 font-size: clamp(18px, 3vw, 30px);
 padding: .7em 2.4em;
 border-radius: 2px;
 transition: filter .2s ease, transform .2s ease;
}
#gigaContents .xs-cta-btn:hover {
 filter: brightness(1.08);
}
/* ---------- スクロール・フェードイン ---------- */
#gigaContents .xs-fade {
 opacity: 0;
 transform: translateY(28px);
 transition: opacity .8s ease, transform .8s ease;
}
#gigaContents .xs-fade.is-in {
 opacity: 1;
 transform: none;
}
/* =========================== SP（〜768px） =========================== */
@media screen and (max-width: 768px) {
 #gigaContents {
  padding-top: 30px;
 }
 #gigaContents .xs-hero img, #gigaContents .xs-wrap {
  width: 88%;
 }
 #gigaContents .xs-card > a {
  flex-direction: column;
 }
 #gigaContents .xs-card .xs-thumb {
  flex-basis: auto;
  max-width: none;
  aspect-ratio: 16 / 9;
 }
 #gigaContents .xs-card .xs-body {
  padding: clamp(14px, 4vw, 18px) clamp(14px, 4vw, 18px) clamp(40px, 9vw, 44px);
 }
 #gigaContents .xs-cta-btn {
  width: 88%;
  padding: 1em;
 }
}