/* ---------------------------------------------------------------------------
 * /triauto/css/top-sp.css
 *
 * /triauto/index.php (SP <=767px) 専用の Figma snapshot CSS。
 * 旧 /renewal-data/invast-top-sp/ から 4 本に分かれて読み込んでいた:
 *   globals.css / styleguide.css / style.css / style-overrides.css
 * を 1 本にまとめて top snapshot 依存を固定化するためのスナップショット。
 *
 * 順序 (重要 - そのまま維持):
 *   1) globals.css        ... 外部 @import (Meyer reset / Google Fonts) + 基本 reset
 *   2) styleguide.css     ... :root デザイントークン
 *   3) style.css          ... Figma エクスポート本体
 *   4) style-overrides.css ... 手動オーバーライド (最終層)
 *
 * このファイル自体は <link media="(max-width: 767px)"> 経由で読まれるため、
 * globals.css 内の裸セレクタ (*, html, body, a 等) は SP のみに適用される。
 *
 * 参照元 snapshot: 2026-05-26
 * ------------------------------------------------------------------------- */

/* ===== BEGIN: inlined from /renewal-data/invast-top-sp/globals.css ===== */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:700|Noto+Sans+JP:var(--ja-SP-h2-24px-bold-font-weight),var(--ja-PC-h3-24px-bold-font-weight),var(--ja-SP-caption-12px-regular-font-weight),700,var(--ja-PC-caption-12px-medium-font-weight),var(--ja-SP-body-16px-medium-font-weight),var(--ja-PC-body-16px-medium-font-weight),var(--ja-SP-h3-18px-bold-font-weight),500,400,var(--ja-SP-h1-28px-bold-font-weight),var(--ja-PC-h2-28px-bold-font-weight)"); /* @FONTWARNING[{"type": "restricted", "family": "DIN 2014 Narrow-Bold", "weight": "400", "style": "normal", "allowsCrossOrigin": true}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "DIN 2014 Narrow-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/5c93b64a64f3d80009a14e7a/{ParaType} DIN 2014 Narrow Bold Typeface.otf")
    format("opentype");
}
/* @FONTWARNING[{"type": "restricted", "family": "DIN 2014 Narrow", "weight": "var(--eg-PC-caption-12px-regular-font-weight)", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "DIN 2014 Narrow";
  src: local("DIN 2014 Narrow");
}

/* ===== END:   inlined from /renewal-data/invast-top-sp/globals.css ===== */

/* ===== BEGIN: inlined from /renewal-data/invast-top-sp/styleguide.css ===== */
:root {
  --mane-color: rgba(30, 95, 173, 1);
  --primary-dark: rgba(10, 36, 99, 1);
  --primary-light: rgba(58, 130, 212, 1);
  --primary-pale: rgba(235, 243, 252, 1);
  --accent: rgba(255, 104, 0, 1);
  --accentlite: rgba(255, 165, 79, 1);
  --text: rgba(26, 26, 46, 1);
  --sub-text: rgba(90, 106, 133, 1);
  --bg-01: rgba(255, 255, 255, 1);
  --bg-02: rgba(247, 249, 252, 1);
  --border: rgba(212, 220, 232, 1);
  --success: rgba(24, 165, 88, 1);
  --e-5-3e-3e: rgba(229, 62, 62, 1);
  --cardborder: rgba(235, 243, 252, 1);
  --ja-PC-h1-40px-bold-font-family: "Noto Sans JP", Helvetica;
  --ja-PC-h1-40px-bold-font-weight: 700;
  --ja-PC-h1-40px-bold-font-size: 40px;
  --ja-PC-h1-40px-bold-letter-spacing: 1px;
  --ja-PC-h1-40px-bold-line-height: 170.00000476837158%;
  --ja-PC-h1-40px-bold-font-style: normal;
  --ja-PC-h2-28px-bold-font-family: "Noto Sans JP", Helvetica;
  --ja-PC-h2-28px-bold-font-weight: 700;
  --ja-PC-h2-28px-bold-font-size: 28px;
  --ja-PC-h2-28px-bold-letter-spacing: 1px;
  --ja-PC-h2-28px-bold-line-height: 170.00000476837158%;
  --ja-PC-h2-28px-bold-font-style: normal;
  --ja-PC-h3-24px-bold-font-family: "Noto Sans JP", Helvetica;
  --ja-PC-h3-24px-bold-font-weight: 700;
  --ja-PC-h3-24px-bold-font-size: 20px;
  --ja-PC-h3-24px-bold-letter-spacing: 1px;
  --ja-PC-h3-24px-bold-line-height: 170.00000476837158%;
  --ja-PC-h3-24px-bold-font-style: normal;
  --ja-PC-body-16px-medium-font-family: "Noto Sans JP", Helvetica;
  --ja-PC-body-16px-medium-font-weight: 500;
  --ja-PC-body-16px-medium-font-size: 16px;
  --ja-PC-body-16px-medium-letter-spacing: 1px;
  --ja-PC-body-16px-medium-line-height: 170.00000476837158%;
  --ja-PC-body-16px-medium-font-style: normal;
  --ja-PC-caption-12px-medium-font-family: "Noto Sans JP", Helvetica;
  --ja-PC-caption-12px-medium-font-weight: 500;
  --ja-PC-caption-12px-medium-font-size: 12px;
  --ja-PC-caption-12px-medium-letter-spacing: 1px;
  --ja-PC-caption-12px-medium-line-height: 139.9999976158142%;
  --ja-PC-caption-12px-medium-font-style: normal;
  --ja-PC-title-font-family: "Noto Sans JP", Helvetica;
  --ja-PC-title-font-weight: 700;
  --ja-PC-title-font-size: 15px;
  --ja-PC-title-letter-spacing: 0px;
  --ja-PC-title-line-height: normal;
  --ja-PC-title-font-style: normal;
  --ja-SP-h1-28px-bold-font-family: "Noto Sans JP", Helvetica;
  --ja-SP-h1-28px-bold-font-weight: 700;
  --ja-SP-h1-28px-bold-font-size: 28px;
  --ja-SP-h1-28px-bold-letter-spacing: 1px;
  --ja-SP-h1-28px-bold-line-height: 170.00000476837158%;
  --ja-SP-h1-28px-bold-font-style: normal;
  --ja-SP-h2-24px-bold-font-family: "Noto Sans JP", Helvetica;
  --ja-SP-h2-24px-bold-font-weight: 700;
  --ja-SP-h2-24px-bold-font-size: 24px;
  --ja-SP-h2-24px-bold-letter-spacing: 1px;
  --ja-SP-h2-24px-bold-line-height: 170.00000476837158%;
  --ja-SP-h2-24px-bold-font-style: normal;
  --ja-SP-h3-18px-bold-font-family: "Noto Sans JP", Helvetica;
  --ja-SP-h3-18px-bold-font-weight: 700;
  --ja-SP-h3-18px-bold-font-size: 18px;
  --ja-SP-h3-18px-bold-letter-spacing: 1px;
  --ja-SP-h3-18px-bold-line-height: 170.00000476837158%;
  --ja-SP-h3-18px-bold-font-style: normal;
  --ja-SP-body-16px-medium-font-family: "Noto Sans JP", Helvetica;
  --ja-SP-body-16px-medium-font-weight: 500;
  --ja-SP-body-16px-medium-font-size: 16px;
  --ja-SP-body-16px-medium-letter-spacing: 1px;
  --ja-SP-body-16px-medium-line-height: 170.00000476837158%;
  --ja-SP-body-16px-medium-font-style: normal;
  --ja-SP-caption-12px-regular-font-family: "Noto Sans JP", Helvetica;
  --ja-SP-caption-12px-regular-font-weight: 400;
  --ja-SP-caption-12px-regular-font-size: 12px;
  --ja-SP-caption-12px-regular-letter-spacing: 1px;
  --ja-SP-caption-12px-regular-line-height: 139.9999976158142%;
  --ja-SP-caption-12px-regular-font-style: normal;
  --eg-PC-display-40px-bold-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-PC-display-40px-bold-font-weight: 700;
  --eg-PC-display-40px-bold-font-size: 40px;
  --eg-PC-display-40px-bold-letter-spacing: 1px;
  --eg-PC-display-40px-bold-line-height: 170.00000476837158%;
  --eg-PC-display-40px-bold-font-style: normal;
  --eg-PC-heading-32px-bold-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-PC-heading-32px-bold-font-weight: 700;
  --eg-PC-heading-32px-bold-font-size: 30px;
  --eg-PC-heading-32px-bold-letter-spacing: 1px;
  --eg-PC-heading-32px-bold-line-height: 170.00000476837158%;
  --eg-PC-heading-32px-bold-font-style: normal;
  --eg-PC-heading-32px-regular-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-PC-heading-32px-regular-font-weight: 400;
  --eg-PC-heading-32px-regular-font-size: 30px;
  --eg-PC-heading-32px-regular-letter-spacing: 1px;
  --eg-PC-heading-32px-regular-line-height: 170.00000476837158%;
  --eg-PC-heading-32px-regular-font-style: normal;
  --eg-PC-body-highlight-20px-regular-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-PC-body-highlight-20px-regular-font-weight: 400;
  --eg-PC-body-highlight-20px-regular-font-size: 20px;
  --eg-PC-body-highlight-20px-regular-letter-spacing: 1px;
  --eg-PC-body-highlight-20px-regular-line-height: 170.00000476837158%;
  --eg-PC-body-highlight-20px-regular-font-style: normal;
  --eg-PC-caption-12px-regular-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-PC-caption-12px-regular-font-weight: 400;
  --eg-PC-caption-12px-regular-font-size: 14px;
  --eg-PC-caption-12px-regular-letter-spacing: 1px;
  --eg-PC-caption-12px-regular-line-height: 139.9999976158142%;
  --eg-PC-caption-12px-regular-font-style: normal;
  --eg-SP-display-32px-bold-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-SP-display-32px-bold-font-weight: 700;
  --eg-SP-display-32px-bold-font-size: 32px;
  --eg-SP-display-32px-bold-letter-spacing: 1px;
  --eg-SP-display-32px-bold-line-height: 170.00000476837158%;
  --eg-SP-display-32px-bold-font-style: normal;
  --eg-SP-heading-24px-bold-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-SP-heading-24px-bold-font-weight: 700;
  --eg-SP-heading-24px-bold-font-size: 24px;
  --eg-SP-heading-24px-bold-letter-spacing: 1px;
  --eg-SP-heading-24px-bold-line-height: 170.00000476837158%;
  --eg-SP-heading-24px-bold-font-style: normal;
  --eg-SP-heading-18px-regular-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-SP-heading-18px-regular-font-weight: 400;
  --eg-SP-heading-18px-regular-font-size: 18px;
  --eg-SP-heading-18px-regular-letter-spacing: 1px;
  --eg-SP-heading-18px-regular-line-height: 170.00000476837158%;
  --eg-SP-heading-18px-regular-font-style: normal;
  --eg-SP-body-highlight-16px-regular-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-SP-body-highlight-16px-regular-font-weight: 400;
  --eg-SP-body-highlight-16px-regular-font-size: 16px;
  --eg-SP-body-highlight-16px-regular-letter-spacing: 1px;
  --eg-SP-body-highlight-16px-regular-line-height: 170.00000476837158%;
  --eg-SP-body-highlight-16px-regular-font-style: normal;
  --eg-SP-caption-12px-regular-font-family: "DIN 2014 Narrow", Helvetica;
  --eg-SP-caption-12px-regular-font-weight: 400;
  --eg-SP-caption-12px-regular-font-size: 12px;
  --eg-SP-caption-12px-regular-letter-spacing: 1px;
  --eg-SP-caption-12px-regular-line-height: 139.9999976158142%;
  --eg-SP-caption-12px-regular-font-style: normal;
  --card: 0px 4px 14px 0px rgba(235, 243, 252, 0.48);
  --card-02: 0px 4px 10px 0px rgba(138, 151, 165, 0.4);
}

/* ===== END:   inlined from /renewal-data/invast-top-sp/styleguide.css ===== */

/* ===== BEGIN: inlined from /renewal-data/invast-top-sp/style.css ===== */
.div-wrapper {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  padding: 86px 0px 0px;
  position: relative;
  background-color: #ffffff;
}

.div-wrapper .CV {
  position: relative;
  width: 390px;
  height: 510px;
}

.div-wrapper .hero-c {
  position: relative;
  height: 510px;
  background: linear-gradient(
    188deg,
    rgba(55, 125, 194, 1) 0%,
    rgba(26, 60, 141, 1) 82%
  );
}

.div-wrapper .rectangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 390px;
  height: 351px;
}

.div-wrapper .group {
  position: absolute;
  top: 26px;
  left: 73px;
  width: 229px;
  height: 167px;
}

.div-wrapper .element-realistic {
  position: absolute;
  top: 226px;
  left: 133px;
  width: 243px;
  height: 284px;
  aspect-ratio: 0.86;
  object-fit: cover;
}

.div-wrapper .hero-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: calc(50.00% - 77px);
  left: calc(50.00% - 177px);
}

.div-wrapper .hero {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: var(--bg-01);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
}

.div-wrapper .text-wrapper {
  position: absolute;
  top: 459px;
  left: 73px;
  width: 295px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 17px;
}

.div-wrapper .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: var(--ta-space-l) 0px;
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .ma {
  display: flex;
  flex-direction: column;
  width: 348px;
  align-items: center;
  gap: var(--ta-space-m);
  padding: var(--ta-space-2xs) var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--e-5-3e-3e);
}

.div-wrapper .ma-desc {
  margin-top: -1px;
  font-weight: var(--ja-SP-caption-12px-regular-font-weight);
  color: var(--e-5-3e-3e);
  font-size: var(--ja-SP-caption-12px-regular-font-size);
  text-align: center;
  line-height: var(--ja-SP-caption-12px-regular-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--ja-SP-caption-12px-regular-font-family);
  letter-spacing: var(--ja-SP-caption-12px-regular-letter-spacing);
  font-style: var(--ja-SP-caption-12px-regular-font-style);
}

.div-wrapper .feature-sec {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  gap: var(--ta-space-l);
  padding: var(--ta-space-l) var(--ta-space-4xl);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--bg-01);
}

.div-wrapper .div {
  display: flex;
  flex-direction: column;
  width: 350px;
  align-items: center;
  gap: var(--ta-space-4xl);
  position: relative;
  flex: 0 0 auto;
  margin-left: -60px;
  margin-right: -60px;
}

.div-wrapper .feat-left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xl);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .feat {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--ja-SP-h1-28px-bold-font-family);
  font-weight: var(--ja-SP-h1-28px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-SP-h1-28px-bold-font-size);
  text-align: center;
  letter-spacing: var(--ja-SP-h1-28px-bold-letter-spacing);
  line-height: var(--ja-SP-h1-28px-bold-line-height);
  font-style: var(--ja-SP-h1-28px-bold-font-style);
}

.div-wrapper .rectangle-2 {
  position: relative;
  width: 100px;
  height: 2px;
  background-color: var(--accentlite);
}

.div-wrapper .frame-2 {
  display: flex;
  flex-direction: column;
  width: 350px;
  align-items: flex-start;
  gap: var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .ma-2 {
  display: flex;
  height: 74px;
  align-items: center;
  gap: var(--ta-space-l);
  padding: var(--ta-space-l);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--bg-01);
  border-radius: 6px;
  border: 1px solid;
  border-color: var(--cardborder);
  box-shadow: 0px 4px 10px #8a97a533;
}

.div-wrapper .ellipse {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--accentlite);
  border-radius: 6px;
}

.div-wrapper .text-wrapper-2 {
  font-weight: var(--ja-SP-h3-18px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-SP-h3-18px-bold-font-size);
  line-height: var(--ja-SP-h3-18px-bold-line-height);
  white-space: nowrap;
  position: relative;
  width: fit-content;
  font-family: var(--ja-SP-h3-18px-bold-font-family);
  letter-spacing: var(--ja-SP-h3-18px-bold-letter-spacing);
  font-style: var(--ja-SP-h3-18px-bold-font-style);
}

.div-wrapper .ma-desc-2 {
  margin-right: calc(var(--ta-space-xs) * -1);
  font-weight: var(--ja-SP-h3-18px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-SP-h3-18px-bold-font-size);
  line-height: var(--ja-SP-h3-18px-bold-line-height);
  white-space: nowrap;
  position: relative;
  width: fit-content;
  font-family: var(--ja-SP-h3-18px-bold-font-family);
  letter-spacing: var(--ja-SP-h3-18px-bold-letter-spacing);
  font-style: var(--ja-SP-h3-18px-bold-font-style);
}

.div-wrapper .auto-feature-section {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  gap: var(--ta-space-4xl);
  padding: var(--ta-space-2xl) var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--bg-01);
}

.div-wrapper .frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-2xl);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .af {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-2xl);
  padding: var(--ta-space-l) 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .element {
  position: relative;
  width: 318.27px;
  height: 45px;
}

.div-wrapper .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-m);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .af-desc {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--ja-SP-body-16px-medium-font-family);
  font-weight: var(--ja-SP-body-16px-medium-font-weight);
  color: var(--sub-text);
  font-size: var(--ja-SP-body-16px-medium-font-size);
  letter-spacing: var(--ja-SP-body-16px-medium-letter-spacing);
  line-height: var(--ja-SP-body-16px-medium-line-height);
  font-style: var(--ja-SP-body-16px-medium-font-style);
}

.div-wrapper .hero-cta {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--ta-space-m);
  padding: 18px var(--ta-space-2xl);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--accent);
  border-radius: 6px;
  box-shadow: 2px 2px 10px #ffffff33;
}

.div-wrapper .hero-cta-text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--ja-PC-h3-24px-bold-font-family);
  font-weight: var(--ja-PC-h3-24px-bold-font-weight);
  color: var(--bg-01);
  font-size: var(--ja-PC-h3-24px-bold-font-size);
  letter-spacing: var(--ja-PC-h3-24px-bold-letter-spacing);
  line-height: var(--ja-PC-h3-24px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-PC-h3-24px-bold-font-style);
}

.div-wrapper .hero-cta-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--ja-PC-body-16px-medium-font-family);
  font-weight: var(--ja-PC-body-16px-medium-font-weight);
  color: var(--bg-01);
  font-size: var(--ja-PC-body-16px-medium-font-size);
  letter-spacing: var(--ja-PC-body-16px-medium-letter-spacing);
  line-height: var(--ja-PC-body-16px-medium-line-height);
  white-space: nowrap;
  font-style: var(--ja-PC-body-16px-medium-font-style);
}

.div-wrapper .af-2 {
  display: flex;
  flex-direction: column;
  width: 350px;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-2xl);
  padding: var(--ta-space-l) 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .img {
  position: relative;
  width: 316.29px;
  height: 40.37px;
  aspect-ratio: 7.83;
}

.div-wrapper .hero-cta-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-m);
  padding: 18px var(--ta-space-2xl);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #357ae1;
  border-radius: 6px;
}

.div-wrapper .hero-cta-4 {
  position: relative;
  width: fit-content;
  font-family: var(--ja-PC-body-16px-medium-font-family);
  font-weight: var(--ja-PC-body-16px-medium-font-weight);
  color: var(--bg-01);
  font-size: var(--ja-PC-body-16px-medium-font-size);
  letter-spacing: var(--ja-PC-body-16px-medium-letter-spacing);
  line-height: var(--ja-PC-body-16px-medium-line-height);
  white-space: nowrap;
  font-style: var(--ja-PC-body-16px-medium-font-style);
}

.div-wrapper .div-2 {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  gap: var(--ta-space-4xl);
  padding: var(--ta-space-2xl) var(--ta-space-l) var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--primary-pale);
}

.div-wrapper .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-l);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .ma-3 {
  display: flex;
  flex-direction: column;
  width: 350px;
  align-items: center;
  gap: var(--ta-space-m);
  padding: var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
}

.div-wrapper .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .frame-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xs);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .frame-7 {
  display: inline-flex;
  align-items: center;
  gap: var(--ta-space-xs);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .frame-8 {
  position: relative;
  width: 39px;
  height: 32px;
}

.div-wrapper .ma-label {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--ja-SP-h2-24px-bold-font-family);
  font-weight: var(--ja-SP-h2-24px-bold-font-weight);
  color: var(--mane-color);
  font-size: var(--ja-SP-h2-24px-bold-font-size);
  letter-spacing: var(--ja-SP-h2-24px-bold-letter-spacing);
  line-height: var(--ja-SP-h2-24px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-SP-h2-24px-bold-font-style);
}

.div-wrapper .ma-desc-3 {
  font-weight: var(--ja-SP-h1-28px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-SP-h1-28px-bold-font-size);
  text-align: center;
  line-height: var(--ja-SP-h1-28px-bold-line-height);
  white-space: nowrap;
  position: relative;
  width: fit-content;
  font-family: var(--ja-SP-h1-28px-bold-font-family);
  letter-spacing: var(--ja-SP-h1-28px-bold-letter-spacing);
  font-style: var(--ja-SP-h1-28px-bold-font-style);
}

.div-wrapper .frame-9 {
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .ma-desc-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--ja-SP-caption-12px-regular-font-family);
  font-weight: var(--ja-SP-caption-12px-regular-font-weight);
  color: var(--sub-text);
  font-size: var(--ja-SP-caption-12px-regular-font-size);
  letter-spacing: var(--ja-SP-caption-12px-regular-letter-spacing);
  line-height: var(--ja-SP-caption-12px-regular-line-height);
  font-style: var(--ja-SP-caption-12px-regular-font-style);
}

.div-wrapper .frame-10 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .ec {
  display: flex;
  flex-direction: column;
  width: 170px;
  align-items: center;
  gap: 9.75px;
  padding: 10px;
  position: relative;
  background-color: var(--bg-01);
}

.div-wrapper .af-img {
  position: relative;
  width: 148.78px;
  height: 97.5px;
  margin-left: -0.66px;
}

.div-wrapper .ec-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.var(--ta-space-xs);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .ec-title {
  position: relative;
  width: fit-content;
  margin-top: -0.49px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 14.6px;
  text-align: center;
  letter-spacing: 0.97px;
  line-height: 24.9px;
}

.div-wrapper .af-img-2 {
  position: relative;
  width: 150.99px;
  height: 97.5px;
  margin-left: -1.62px;
}

.div-wrapper .ec-title-2 {
  margin-top: -0.49px;
  margin-left: -2.5px;
  margin-right: -2.5px;
  font-size: 14.6px;
  text-align: center;
  letter-spacing: 0.97px;
  line-height: 24.9px;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--primary-dark);
}

.div-wrapper .iphone {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  gap: var(--ta-space-4xl);
  padding: var(--ta-space-l) var(--ta-space-l) var(--ta-space-2xl);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--primary-pale);
}

.div-wrapper .frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .ma-4 {
  display: flex;
  flex-direction: column;
  width: 350px;
  align-items: center;
  padding: var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--bg-01);
  border-radius: 12px;
}

.div-wrapper .ma-desc-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--ja-SP-h3-18px-bold-font-family);
  font-weight: var(--ja-SP-h3-18px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-SP-h3-18px-bold-font-size);
  text-align: center;
  letter-spacing: var(--ja-SP-h3-18px-bold-letter-spacing);
  line-height: var(--ja-SP-h3-18px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-SP-h3-18px-bold-font-style);
}

.div-wrapper .frame-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .frame-13 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--ta-space-xs);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .component {
  position: relative;
  width: 51.82px;
  height: 38.92px;
}

.div-wrapper .clip-path-group {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  aspect-ratio: 1;
}

.div-wrapper .group-2 {
  position: absolute;
  width: 58.36%;
  height: 77.70%;
  top: 22.30%;
  left: 41.64%;
  aspect-ratio: 1;
}

.div-wrapper .ma-label-2 {
  position: relative;
  width: fit-content;
  font-family: var(--ja-SP-h3-18px-bold-font-family);
  font-weight: var(--ja-SP-h3-18px-bold-font-weight);
  color: var(--mane-color);
  font-size: var(--ja-SP-h3-18px-bold-font-size);
  letter-spacing: var(--ja-SP-h3-18px-bold-letter-spacing);
  line-height: var(--ja-SP-h3-18px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-SP-h3-18px-bold-font-style);
}

.div-wrapper .ma-title-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .ma-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN 2014 Narrow-Bold", Helvetica;
  font-weight: 400;
  color: var(--accent);
  font-size: 96px;
  line-height: 96px;
}

.div-wrapper .span {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 134.4px;
}

.div-wrapper .text-wrapper-3 {
  font-family: var(--ja-PC-h2-28px-bold-font-family);
  font-weight: var(--ja-PC-h2-28px-bold-font-weight);
  font-size: var(--ja-PC-h2-28px-bold-font-size);
  letter-spacing: var(--ja-PC-h2-28px-bold-letter-spacing);
  line-height: var(--ja-PC-h2-28px-bold-line-height);
  font-style: var(--ja-PC-h2-28px-bold-font-style);
}

.div-wrapper .group-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 1;
}

.div-wrapper .frame-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 308px;
  background-color: var(--bg-01);
  border-radius: 14.02px;
  box-shadow: var(--card);
}

.div-wrapper .frame-14 {
  display: flex;
  flex-direction: column;
  width: 310px;
  align-items: center;
  gap: 14px;
  position: relative;
  top: calc(50.00% - 134px);
  left: calc(50.00% - 155px);
}

.div-wrapper .group-4 {
  position: relative;
  width: 164px;
  height: 122px;
}

.div-wrapper .frame-15 {
  display: flex;
  flex-direction: column;
  height: 132px;
  align-items: center;
  gap: var(--ta-space-l);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-wrapper .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--ja-SP-h3-18px-bold-font-family);
  font-weight: var(--ja-SP-h3-18px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-SP-h3-18px-bold-font-size);
  letter-spacing: var(--ja-SP-h3-18px-bold-letter-spacing);
  line-height: var(--ja-SP-h3-18px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-SP-h3-18px-bold-font-style);
}

.div-wrapper .af-desc-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--ja-SP-body-16px-medium-font-family);
  font-weight: var(--ja-SP-body-16px-medium-font-weight);
  color: var(--sub-text);
  font-size: var(--ja-SP-body-16px-medium-font-size);
  letter-spacing: var(--ja-SP-body-16px-medium-letter-spacing);
  line-height: var(--ja-SP-body-16px-medium-line-height);
  font-style: var(--ja-SP-body-16px-medium-font-style);
}

.div-wrapper .easy-section {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  gap: var(--ta-space-4xl);
  padding: var(--ta-space-2xl) var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--primary-pale);
}

.div-wrapper .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--ja-SP-h1-28px-bold-font-family);
  font-weight: var(--ja-SP-h1-28px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-SP-h1-28px-bold-font-size);
  text-align: center;
  letter-spacing: var(--ja-SP-h1-28px-bold-letter-spacing);
  line-height: var(--ja-SP-h1-28px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-SP-h1-28px-bold-font-style);
}

.div-wrapper .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-l);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .af-desc-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--ja-SP-h2-24px-bold-font-family);
  font-weight: var(--ja-SP-h2-24px-bold-font-weight);
  color: var(--accent);
  font-size: var(--ja-SP-h2-24px-bold-font-size);
  text-align: center;
  letter-spacing: var(--ja-SP-h2-24px-bold-letter-spacing);
  line-height: var(--ja-SP-h2-24px-bold-line-height);
  font-style: var(--ja-SP-h2-24px-bold-font-style);
}

.div-wrapper .group-5 {
  position: relative;
  width: 333.86px;
  height: 234.82px;
}

.div-wrapper .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-xs);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .frame-18 {
  position: relative;
  flex: 0 0 auto;
  margin-left: -0.var(--ta-space-s);
  margin-right: -0.var(--ta-space-s);
}

.div-wrapper .af-desc-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--ja-PC-body-16px-medium-font-family);
  font-weight: var(--ja-PC-body-16px-medium-font-weight);
  color: var(--sub-text);
  font-size: var(--ja-PC-body-16px-medium-font-size);
  text-align: center;
  letter-spacing: var(--ja-PC-body-16px-medium-letter-spacing);
  line-height: var(--ja-PC-body-16px-medium-line-height);
  font-style: var(--ja-PC-body-16px-medium-font-style);
}

.div-wrapper .ec-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-l);
  padding: var(--ta-space-l) 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--bg-02);
}

.div-wrapper .af-img-3 {
  position: relative;
  width: 300px;
  height: 200px;
  margin-left: -7px;
  margin-right: -7px;
  background-color: var(--primary-pale);
  border-radius: 12px;
}

.div-wrapper .invastgoldcard-omote {
  position: absolute;
  top: 64px;
  left: 115px;
  width: 175px;
  height: 109px;
  aspect-ratio: 1.6;
  object-fit: cover;
}

.div-wrapper .element-propercard {
  position: absolute;
  top: 26px;
  left: 10px;
  width: 168px;
  height: 106px;
  aspect-ratio: 1.59;
  object-fit: cover;
}

.div-wrapper .frame-19 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-xs);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .frame-20 {
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: -6px;
  margin-bottom: -14px;
  aspect-ratio: 1;
}

.div-wrapper .af-desc-5 {
  position: relative;
  align-self: stretch;
  font-family: var(--ja-PC-body-16px-medium-font-family);
  font-weight: var(--ja-PC-body-16px-medium-font-weight);
  color: var(--sub-text);
  font-size: var(--ja-PC-body-16px-medium-font-size);
  letter-spacing: var(--ja-PC-body-16px-medium-letter-spacing);
  line-height: var(--ja-PC-body-16px-medium-line-height);
  font-style: var(--ja-PC-body-16px-medium-font-style);
}

.div-wrapper .image {
  position: absolute;
  top: calc(50.00% - 77px);
  left: calc(50.00% - 135px);
  width: 271px;
  height: 154px;
  aspect-ratio: 1.76;
  object-fit: cover;
}

.div-wrapper .ec-title-3 {
  margin-left: calc(var(--ta-space-2xs) * -1);
  position: relative;
  width: fit-content;
  font-family: var(--ja-SP-h3-18px-bold-font-family);
  font-weight: var(--ja-SP-h3-18px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-SP-h3-18px-bold-font-size);
  letter-spacing: var(--ja-SP-h3-18px-bold-letter-spacing);
  line-height: var(--ja-SP-h3-18px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-SP-h3-18px-bold-font-style);
}

.div-wrapper .frame-21 {
  margin-right: -14px;
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: -6px;
  margin-bottom: -14px;
  aspect-ratio: 1;
}

.div-wrapper .img-2 {
  position: relative;
  width: 300px;
  height: 200px;
  margin-left: -7px;
  margin-right: -7px;
}

.div-wrapper .frame-22 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-m);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .frame-23 {
  margin-right: -3px;
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: -6px;
  margin-bottom: -14px;
  aspect-ratio: 1;
}

.div-wrapper .clicklogo {
  position: relative;
  width: 350.07px;
  height: 74px;
  margin-left: -0.04px;
  margin-right: -0.04px;
}

.div-wrapper .ma-desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xs);
  padding: var(--ta-space-l);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: var(--card);
}

.div-wrapper .ma-desc-6 {
  margin-top: -1px;
  font-weight: var(--ja-PC-h3-24px-bold-font-weight);
  color: var(--primary-dark);
  font-size: var(--ja-PC-h3-24px-bold-font-size);
  line-height: var(--ja-PC-h3-24px-bold-line-height);
  white-space: nowrap;
  position: relative;
  width: fit-content;
  font-family: var(--ja-PC-h3-24px-bold-font-family);
  letter-spacing: var(--ja-PC-h3-24px-bold-letter-spacing);
  font-style: var(--ja-PC-h3-24px-bold-font-style);
}

.div-wrapper .faq-section-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px var(--ta-space-2xl);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .faq-section {
  display: flex;
  width: 390px;
  align-items: flex-start;
  justify-content: center;
  gap: var(--ta-space-4xl);
  padding: var(--ta-space-4xl) var(--ta-space-l) var(--ta-space-2xl);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--bg-01);
}

.div-wrapper .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-4xl);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.div-wrapper .frame-25 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xl);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--ta-space-l);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .frame-27 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .frame-28 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-xs);
  padding: var(--ta-space-l);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--border);
}

.div-wrapper .frame-29 {
  display: inline-flex;
  align-items: center;
  gap: var(--ta-space-m);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .news-link {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--eg-PC-caption-12px-regular-font-family);
  font-weight: var(--eg-PC-caption-12px-regular-font-weight);
  color: var(--sub-text);
  font-size: var(--eg-PC-caption-12px-regular-font-size);
  letter-spacing: var(--eg-PC-caption-12px-regular-letter-spacing);
  line-height: var(--eg-PC-caption-12px-regular-line-height);
  white-space: nowrap;
  font-style: var(--eg-PC-caption-12px-regular-font-style);
}

.div-wrapper .news-link-2 {
  color: #ff197a;
  font-size: var(--ja-PC-caption-12px-medium-font-size);
  line-height: var(--ja-PC-caption-12px-medium-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--ja-PC-caption-12px-medium-font-family);
  font-weight: var(--ja-PC-caption-12px-medium-font-weight);
  letter-spacing: var(--ja-PC-caption-12px-medium-letter-spacing);
  white-space: nowrap;
  font-style: var(--ja-PC-caption-12px-medium-font-style);
}

.div-wrapper .news-link-3 {
  color: var(--text);
  font-size: var(--ja-PC-body-16px-medium-font-size);
  line-height: var(--ja-PC-body-16px-medium-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--ja-PC-body-16px-medium-font-family);
  font-weight: var(--ja-PC-body-16px-medium-font-weight);
  letter-spacing: var(--ja-PC-body-16px-medium-letter-spacing);
  white-space: nowrap;
  font-style: var(--ja-PC-body-16px-medium-font-style);
}

.div-wrapper .frame-30 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-m);
  padding: var(--ta-space-l);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--border);
}

.div-wrapper .news-link-4 {
  color: var(--mane-color);
  font-size: var(--ja-PC-caption-12px-medium-font-size);
  line-height: var(--ja-PC-caption-12px-medium-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--ja-PC-caption-12px-medium-font-family);
  font-weight: var(--ja-PC-caption-12px-medium-font-weight);
  letter-spacing: var(--ja-PC-caption-12px-medium-letter-spacing);
  white-space: nowrap;
  font-style: var(--ja-PC-caption-12px-medium-font-style);
}

.div-wrapper .news-link-5 {
  color: var(--e-5-3e-3e);
  font-size: var(--ja-PC-caption-12px-medium-font-size);
  line-height: var(--ja-PC-caption-12px-medium-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--ja-PC-caption-12px-medium-font-family);
  font-weight: var(--ja-PC-caption-12px-medium-font-weight);
  letter-spacing: var(--ja-PC-caption-12px-medium-letter-spacing);
  white-space: nowrap;
  font-style: var(--ja-PC-caption-12px-medium-font-style);
}

.div-wrapper .news-link-6 {
  color: var(--mane-color);
  font-size: var(--ja-PC-body-16px-medium-font-size);
  line-height: var(--ja-PC-body-16px-medium-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--ja-PC-body-16px-medium-font-family);
  font-weight: var(--ja-PC-body-16px-medium-font-weight);
  letter-spacing: var(--ja-PC-body-16px-medium-letter-spacing);
  white-space: nowrap;
  font-style: var(--ja-PC-body-16px-medium-font-style);
}

.div-wrapper .frame-31 {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  gap: var(--ta-space-4xl);
  padding: var(--ta-space-4xl) var(--ta-space-l) var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
  background-color: #0a2463;
}

.div-wrapper .frame-32 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-4xl);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .imgi-logo-footer {
  position: relative;
  width: 136px;
  height: 109px;
}

.div-wrapper .container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-m);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .heading {
  height: 27px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-wrapper .text-wrapper-6 {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: var(--ja-PC-h3-24px-bold-font-family);
  font-weight: var(--ja-PC-h3-24px-bold-font-weight);
  color: var(--accent);
  font-size: var(--ja-PC-h3-24px-bold-font-size);
  letter-spacing: var(--ja-PC-h3-24px-bold-letter-spacing);
  line-height: var(--ja-PC-h3-24px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-PC-h3-24px-bold-font-style);
}

.div-wrapper .list {
  display: flex;
  flex-direction: column;
  height: 244px;
  align-items: flex-start;
  gap: var(--ta-space-xs);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-wrapper .text-wrapper-7 {
  position: relative;
  flex: 1;
  width: 186.66px;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--bg-02);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
}

.div-wrapper .text-wrapper-8 {
  flex: 1;
  width: 186.66px;
  font-weight: 700;
  color: var(--bg-02);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.div-wrapper .list-2 {
  display: flex;
  flex-direction: column;
  height: 216px;
  align-items: flex-start;
  gap: var(--ta-space-xs);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-wrapper .list-3 {
  display: flex;
  flex-direction: column;
  height: 76px;
  align-items: flex-start;
  gap: var(--ta-space-xs);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-wrapper .text-wrapper-9 {
  width: 186.67px;
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--bg-02);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
}

.div-wrapper .text-wrapper-10 {
  position: relative;
  flex: 1;
  width: 186.67px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--bg-02);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
}

.div-wrapper .list-4 {
  display: inline-flex;
  flex-direction: column;
  height: 104px;
  align-items: flex-start;
  gap: var(--ta-space-xs);
  position: relative;
}

.div-wrapper .list-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-xs);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .text-wrapper-11 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 700;
  color: var(--bg-02);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.div-wrapper .text-wrapper-12 {
  width: fit-content;
  font-weight: 700;
  color: var(--bg-02);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.div-wrapper .container-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .text-wrapper-13 {
  font-weight: var(--ja-SP-caption-12px-regular-font-weight);
  color: var(--bg-01);
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--ja-SP-caption-12px-regular-font-family);
  font-size: var(--ja-SP-caption-12px-regular-font-size);
  letter-spacing: var(--ja-SP-caption-12px-regular-letter-spacing);
  line-height: var(--ja-SP-caption-12px-regular-line-height);
  font-style: var(--ja-SP-caption-12px-regular-font-style);
}

.div-wrapper .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  font-family: var(--ja-SP-caption-12px-regular-font-family);
  font-weight: var(--ja-SP-caption-12px-regular-font-weight);
  color: var(--bg-01);
  font-size: var(--ja-SP-caption-12px-regular-font-size);
  letter-spacing: var(--ja-SP-caption-12px-regular-letter-spacing);
  line-height: var(--ja-SP-caption-12px-regular-line-height);
  font-style: var(--ja-SP-caption-12px-regular-font-style);
}

.div-wrapper .container-3 {
  gap: 19px;
  padding: var(--ta-space-xl) var(--ta-space-l);
  background-color: var(--sub-text);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .heading-2 {
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-wrapper .text-wrapper-15 {
  flex: 1;
  margin-top: -1px;
  font-weight: 500;
  color: var(--bg-01);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.div-wrapper .container-4 {
  gap: var(--ta-space-s);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-wrapper .text-wrapper-16 {
  font-weight: var(--ja-PC-caption-12px-medium-font-weight);
  color: #d1d5dc;
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--ja-PC-caption-12px-medium-font-family);
  font-size: var(--ja-PC-caption-12px-medium-font-size);
  letter-spacing: var(--ja-PC-caption-12px-medium-letter-spacing);
  line-height: var(--ja-PC-caption-12px-medium-line-height);
  font-style: var(--ja-PC-caption-12px-medium-font-style);
}

.div-wrapper .text-wrapper-17 {
  position: relative;
  align-self: stretch;
  font-family: var(--ja-PC-caption-12px-medium-font-family);
  font-weight: var(--ja-PC-caption-12px-medium-font-weight);
  color: #d1d5dc;
  font-size: var(--ja-PC-caption-12px-medium-font-size);
  letter-spacing: var(--ja-PC-caption-12px-medium-letter-spacing);
  line-height: var(--ja-PC-caption-12px-medium-line-height);
  font-style: var(--ja-PC-caption-12px-medium-font-style);
}

.div-wrapper .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  height: 43px;
  align-items: flex-start;
  padding: var(--ta-space-s) var(--ta-space-m);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--bg-02);
}

.div-wrapper .text-wrapper-18 {
  position: relative;
  flex: 1;
  font-family: var(--ja-PC-caption-12px-medium-font-family);
  font-weight: var(--ja-PC-caption-12px-medium-font-weight);
  color: var(--bg-02);
  font-size: var(--ja-PC-caption-12px-medium-font-size);
  text-align: center;
  letter-spacing: var(--ja-PC-caption-12px-medium-letter-spacing);
  line-height: var(--ja-PC-caption-12px-medium-line-height);
  font-style: var(--ja-PC-caption-12px-medium-font-style);
}

.div-wrapper .all-rights-reserved-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-l);
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper .all-rights-reserved {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--eg-PC-caption-12px-regular-font-family);
  font-weight: var(--eg-PC-caption-12px-regular-font-weight);
  color: var(--sub-text);
  font-size: var(--eg-PC-caption-12px-regular-font-size);
  text-align: center;
  letter-spacing: var(--eg-PC-caption-12px-regular-letter-spacing);
  line-height: var(--eg-PC-caption-12px-regular-line-height);
  white-space: nowrap;
  font-style: var(--eg-PC-caption-12px-regular-font-style);
}

.div-wrapper .group-6 {
  position: fixed;
  top: 794px;
  left: 0;
  width: 390px;
  height: 48px;
  aspect-ratio: 8.12;
}

.div-wrapper .hero-cta-5 {
  display: flex;
  width: 195px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-m);
  padding: 18px var(--ta-space-2xl);
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--accent);
  border-radius: 6px 0px 0px 0px;
  box-shadow: 2px 2px 10px #ffffff33;
}

.div-wrapper .hero-cta-text-2 {
  color: var(--bg-01);
  position: relative;
  width: fit-content;
  margin-top: calc(var(--ta-space-s) * -1);
  margin-bottom: -10px;
  font-family: var(--ja-PC-h3-24px-bold-font-family);
  font-weight: var(--ja-PC-h3-24px-bold-font-weight);
  font-size: var(--ja-PC-h3-24px-bold-font-size);
  letter-spacing: var(--ja-PC-h3-24px-bold-letter-spacing);
  line-height: var(--ja-PC-h3-24px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-PC-h3-24px-bold-font-style);
}

.div-wrapper .hero-cta-text-wrapper {
  display: flex;
  width: 195px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-m);
  padding: 18px var(--ta-space-2xl);
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bg-01);
  border-radius: 0px 6px 0px 0px;
  border: 1px solid;
  border-color: var(--mane-color);
  box-shadow: 2px 2px 10px #ffffff33;
}

.div-wrapper .hero-cta-text-3 {
  color: var(--mane-color);
  position: relative;
  width: fit-content;
  margin-top: calc(var(--ta-space-s) * -1);
  margin-bottom: -10px;
  font-family: var(--ja-PC-h3-24px-bold-font-family);
  font-weight: var(--ja-PC-h3-24px-bold-font-weight);
  font-size: var(--ja-PC-h3-24px-bold-font-size);
  letter-spacing: var(--ja-PC-h3-24px-bold-letter-spacing);
  line-height: var(--ja-PC-h3-24px-bold-line-height);
  white-space: nowrap;
  font-style: var(--ja-PC-h3-24px-bold-font-style);
}

.div-wrapper .navigation {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 350px;
  height: 58px;
}

/* ===== END:   inlined from /renewal-data/invast-top-sp/style.css ===== */

/* ===== BEGIN: inlined from /renewal-data/invast-top-sp/style-overrides.css ===== */
/* ============================================================
   DIN 2014 Narrow フォント定義
   ============================================================ */
@font-face {
  font-family: "DIN 2014 Narrow-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/5c93b64a64f3d80009a14e7a/{ParaType} DIN 2014 Narrow Bold Typeface.otf")
    format("opentype");
}

/* ============================================================
   Hero Section / CV (Figma 801:5237 = 510px)
   ============================================================ */

.div-wrapper .CV {
  height: 510px;
}

.div-wrapper .hero-c {
  height: 510px;
  background: linear-gradient(196deg, #377DC2 21.51%, #1A3C8D 73.72%);
  overflow: hidden;
}

/* 背景装飾SVG */
.div-wrapper .rectangle {
  width: 849px;
  right: 0;
  bottom: -15px;
  height: 351px;
  max-width: none;
}

/* 旧バッジ要素を非表示 */
.div-wrapper .group,
.sp-hero-badge-wrap,
.div-wrapper .sp-hero-tagline {
  display: none;
}

/* ──────────────────────────────────
   バッジ: 左右ローレル枠
   left:73px, top:51.97px, 228.63×141.03px
   ────────────────────────────────── */
/* バッジフレーム: Figma 1507:62417 × 70%スケール
   元: 306.67×189.17px → 70%: 214.67×132.42px, 中央揃え(left=87.67px) */
.sp-badge-frame {
  position: absolute;
  left: 87.67px;
  top: 65.83px;
  width: 214.67px;
  height: 132.42px;
  pointer-events: none;
}
/* 左ローレル: 132.26×189.16 × 70% = 92.58×132.41px */
.sp-badge-laurel-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 92.58px;
  height: 132.41px;
}
/* 右ローレル: x=174.43×0.7=122.1px, 92.57×132.41px */
.sp-badge-laurel-right {
  position: absolute;
  top: 0;
  left: 122.1px;
  width: 92.57px;
  height: 132.41px;
}

/* バッジ中央: 203.27×177.42 × 70% = 142.29×124.19px, 中央揃え(left=123.85px) */
.sp-badge-no1 {
  position: absolute;
  left: 123.85px;
  top: 31px;
  width: 142.29px;
  height: 124.19px;
  pointer-events: none;
  z-index: 1;
}

/* ──────────────────────────────────
   スマートフォン (シングル)
   left:133px, top:226px, 243.21×283.68px
   ────────────────────────────────── */
.div-wrapper .element-realistic {
  top: 226px;
  left: 133px;
  width: 243.21px;
  height: 283.68px;
}

/* ──────────────────────────────────
   ヒーロー文字: 中央配置
   center at (195-69, 255-9) = (126px, 246px)
   ────────────────────────────────── */
.div-wrapper .hero-content {
  left: calc(50% - 69px);
  top: calc(50% - 9px);
  transform: translate(-50%, -50%);
  align-items: flex-start;
}
.div-wrapper .hero {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  white-space: nowrap;
}

/* ──────────────────────────────────
   スクロールインジケーター
   left:24px, top:354px
   ────────────────────────────────── */
.sp-scroll {
  position: absolute;
  left: 24px;
  top: 354px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xs);
}
.sp-scroll-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.4;
  animation: sp-scroll-fade 2s ease-in-out infinite;
}
.sp-scroll-line {
  width: 1px;
  height: 90px;
  background: rgba(255,255,255,0.15);
  position: relative;
  overflow: hidden;
}
.sp-scroll-line::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
  animation: sp-scroll-line 1.8s ease-in-out infinite;
}
.sp-scroll-line::after {
  content: none;
}

/* 矢印: 常時表示 + 下へ揺れるアニメーション */
.sp-scroll-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid rgba(255,255,255,0.9);
  animation: sp-scroll-arrow 1.8s ease-in-out infinite;
}

@keyframes sp-scroll-line {
  0%   { top: -100%; }
  100% { top: 100%; }
}
@keyframes sp-scroll-fade {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.5; }
}
@keyframes sp-scroll-arrow {
  0%, 100% { transform: translateY(0);   opacity: 1; }
  50%       { transform: translateY(5px); opacity: 0.6; }
}

/* ──────────────────────────────────
   フッター注意書き
   left:73px, top:459px (within heroC)
   ────────────────────────────────── */
.div-wrapper .text-wrapper {
  left: 73px;
  top: 459px;
  width: 295px;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

/* ============================================================
   フィッシング詐欺注意 (Figma 491:1497)
   ============================================================ */
.sp-phishing-notice {
  display: block;
  text-align: center;
  color: #e53e3e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

/* ============================================================
   自動売買 クラウンアイコン
   ============================================================ */
.div-wrapper .frame-8 {
  width: 39px;
  height: 32px;
  object-fit: contain;
}

/* ============================================================
   裁量トレード: 通貨ペア国旗 (単一コンポジット画像)
   ============================================================ */
img.component {
  display: block;
  width: 51.82px;
  height: 38.92px;
  object-fit: contain;
}

/* ============================================================
   サービス＆サポート: 矢印ボタン（frame-144 CDN 画像を CSS 置換）
   ============================================================ */
.sp-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1a3c8d;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  flex-shrink: 0;
  margin-top: -6px;
  margin-bottom: -14px;
}
.sp-arrow-btn::after {
  content: "→";
  line-height: 1;
}

/* ============================================================
   固定底バー: position:fixed bottom:0 に修正
   ============================================================ */
.div-wrapper .group-6 {
  top: auto;
  bottom: 0;
  width: 100%;
}

/* 口座開設ボタン (左・オレンジ) */
.div-wrapper .hero-cta-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 48px;
  padding: 18px var(--ta-space-2xl);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff6800;
  border-radius: 6px 0 0 0;
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.2);
  text-decoration: none;
  box-sizing: border-box;
}

.div-wrapper .hero-cta-text-2 {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
  white-space: nowrap;
  margin: 0;
}

/* ログインボタン (右・白/青枠) */
.div-wrapper .hero-cta-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 48px;
  padding: 18px var(--ta-space-2xl);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 6px 0 0;
  border: 1px solid #1e5fad;
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.2);
  text-decoration: none;
  box-sizing: border-box;
}

.div-wrapper .hero-cta-text-3 {
  color: #1e5fad;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
  white-space: nowrap;
  margin: 0;
}

/* ============================================================
   レスポンシブ幅: フレックス系セクションをビューポートに追従
   ============================================================ */
.div-wrapper,
.div-wrapper .CV,
.div-wrapper .hero-c {
  width: 100%;
  max-width: 100%;
}

.div-wrapper .feature-sec,
.div-wrapper .auto-feature-section,
.div-wrapper .div-2,
.div-wrapper .iphone,
.div-wrapper .easy-section,
.div-wrapper .faq-section-wrapper,
.div-wrapper .faq-section {
  width: 100%;
  box-sizing: border-box;
}

.div-wrapper .frame-2,
.div-wrapper .div-3,
.div-wrapper .frame-3,
.div-wrapper .frame-11,
.div-wrapper .frame-16 {
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}

.div-wrapper .ma-2,
.div-wrapper .ma-3,
.div-wrapper .ma-4 {
  width: 100%;
  box-sizing: border-box;
  max-width: 350px;
}

.div-wrapper .af-2 {
  width: 100%;
  max-width: 350px;
}

/* ============================================================
   お知らせセクション
   ============================================================ */
.div-wrapper .faq-section {
  padding-left: var(--ta-space-l);
  padding-right: var(--ta-space-l);
}

/* ============================================================
   トライオートFX / CFD サービス紹介 (node: 458:1475)
   ============================================================ */
.sp-af-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ta-space-2xl) var(--ta-space-l);
  gap: var(--ta-space-2xl);
  width: 100%;
  box-sizing: border-box;
}
.sp-af-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ta-space-2xl);
  padding-top: var(--ta-space-l);
  width: 100%;
}
.sp-af-logo {
  height: 45px;
  width: auto;
  max-width: 100%;
}
.sp-af-body {
  display: flex;
  flex-direction: column;
  gap: var(--ta-space-m);
  width: 100%;
}
.sp-af-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #5a6a85;
  line-height: 1.7;
  letter-spacing: 1px;
  margin: 0;
}
.sp-af-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-m);
  padding: 18px var(--ta-space-2xl);
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.sp-af-cta:hover {
  opacity: 0.85;
  text-decoration: none;
  color: #fff;
}
.sp-af-cta span {
  font-size: 16px;
  font-weight: 500;
}
.sp-af-cta--fx {
  background: #ff6800;
  box-shadow: 2px 2px 5px rgba(255,255,255,0.2);
}
.sp-af-cta--cfd {
  background: #357ae1;
}

/* ============================================================
   自動売買セクション (node: 459:1401)
   ============================================================ */
.sp-jido-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ta-space-2xl) var(--ta-space-l);
  gap: var(--ta-space-xl);
  width: 100%;
  box-sizing: border-box;
}
.sp-jido-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-s);
}
.sp-jido-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
}
.sp-jido-underline {
  width: 100px;
  height: 2px;
  background: #ffa54f;
}
/* No.1カード */
.sp-jido-ma1 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ta-space-l);
  gap: var(--ta-space-m);
  width: 100%;
  box-sizing: border-box;
}
.sp-jido-ma1-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xs);
}
.sp-jido-badge-row {
  display: flex;
  align-items: center;
  gap: var(--ta-space-xs);
}
.sp-jido-crown {
  height: 32px;
  width: 39px;
}
.sp-jido-2nen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1e5fad;
  line-height: 1.7;
  letter-spacing: 1px;
}
.sp-jido-ma1-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
}
.sp-jido-no1 {
  width: 185px;
  height: auto;
}
.sp-jido-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5a6a85;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
  width: 100%;
}
/* フィーチャーカード */
.sp-jido-ec-row {
  display: flex;
  gap: 10px;
  width: 100%;
}
.sp-jido-ec {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: var(--ta-space-xs);
  box-sizing: border-box;
}
.sp-jido-ec-img {
  background: #ebf3fc;
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ta-space-xs);
  box-sizing: border-box;
}
.sp-jido-ec-img img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.sp-jido-ec-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

/* ============================================================
   裁量トレードセクション (node: 495:1408)
   ============================================================ */
.sp-sairy-section {
  background: #ebf3fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ta-space-2xl) var(--ta-space-l);
  gap: var(--ta-space-2xl);
  width: 100%;
  box-sizing: border-box;
}

/* ヘッダー */
.sp-sairy-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xl);
}
.sp-sairy-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
}
.sp-sairy-underline {
  width: 100px;
  height: 2px;
  background: #ffa54f;
}

/* カードリスト */
.sp-sairy-cards {
  display: flex;
  flex-direction: column;
  gap: var(--ta-space-l);
  width: 100%;
}

/* 共通カード */
.sp-sairy-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(235, 243, 252, 0.48);
  padding: var(--ta-space-l);
  display: flex;
  flex-direction: column;
  gap: var(--ta-space-m);
  width: 100%;
  box-sizing: border-box;
}
.sp-sairy-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  margin: 0;
}

/* 国旗 + 通貨ペア行 */
.sp-sairy-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sp-sairy-pair {
  display: flex;
  flex-direction: column;
  gap: var(--ta-space-xs);
  align-items: flex-start;
}
.sp-sairy-flag {
  width: 52px;
  height: auto;
}
.sp-sairy-pair-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1e5fad;
  line-height: 1.7;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* 数値 */
.sp-sairy-num {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.sp-sairy-num-value {
  font-family: "DIN 2014 Narrow-Bold", "DIN 2014 Narrow", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #ff6800;
  line-height: 1.2;
  letter-spacing: 0;
}
.sp-sairy-num-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ff6800;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: var(--ta-space-xs);
}

/* キャプション */
.sp-sairy-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5a6a85;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0;
}

/* スワップカード */
.sp-sairy-card--swap {
  align-items: center;
  text-align: center;
}
.sp-sairy-swap-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sp-sairy-swap-img img {
  width: 180px;
  height: auto;
}
.sp-sairy-swap-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0a2463;
  line-height: 1.7;
  letter-spacing: 1px;
  margin: 0;
}
.sp-sairy-swap-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #5a6a85;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: left;
  margin: 0;
}

/* ============================================================
   高スペックな取引ツールセクション (node: 458:9951)
   ============================================================ */
.sp-tool-section {
  background: #ebf3fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ta-space-2xl) var(--ta-space-l);
  gap: var(--ta-space-2xl);
  width: 100%;
  box-sizing: border-box;
}

/* ヘッダー */
.sp-tool-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xl);
}
.sp-tool-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  white-space: nowrap;
}
.sp-tool-underline {
  width: 100px;
  height: 2px;
  background: #ffa54f;
}

/* ボディ */
.sp-tool-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-l);
  width: 100%;
}

/* サブタイトル */
.sp-tool-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ff6800;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  margin: 0;
}

/* デバイスモックアップ（合成PNG単体） */
.sp-tool-devices-img {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* アプリバッジ */
.sp-tool-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xs);
  width: 100%;
}
.sp-tool-badge-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-l);
}
.sp-tool-badge {
  height: 54px;
  width: auto;
  display: block;
}
.sp-tool-badge-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #5a6a85;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  margin: 0;
}

/* ============================================================
   サービス＆サポートセクション (node: 540:18888)
   ============================================================ */
.sp-service-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ta-space-2xl) var(--ta-space-l);
  gap: var(--ta-space-2xl);
  width: 100%;
  box-sizing: border-box;
}

/* ヘッダー */
.sp-service-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xl);
}
.sp-service-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
}
.sp-service-underline {
  width: 100px;
  height: 2px;
  background: #ffa54f;
}

/* カードリスト */
.sp-service-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

/* 個別カード */
.sp-service-card {
  background: #f7f9fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-l);
  padding: var(--ta-space-l) 32px;
  width: 100%;
  box-sizing: border-box;
}

/* 画像エリア（Figmaスクリーンショット合成PNG） */
.sp-service-card-img-comp {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

/* タイトル行 */
.sp-service-card-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ta-space-xs);
  width: 100%;
}
.sp-service-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0a2463;
  line-height: 1.7;
  letter-spacing: 1px;
}
.sp-service-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.sp-service-arrow img {
  width: 40px;
  height: 40px;
}

/* 説明文 */
.sp-service-card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #5a6a85;
  line-height: 1.7;
  letter-spacing: 1px;
  width: 100%;
  margin: 0;
}

/* ============================================================
   取引所FXくりっく365セクション (node: 515:6608)
   ============================================================ */
.sp-click365-section {
  background: #ebf3fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ta-space-2xl) var(--ta-space-l) var(--ta-space-l);
  gap: var(--ta-space-2xl);
  width: 100%;
  box-sizing: border-box;
}

/* ヘッダー */
.sp-click365-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xl);
}
.sp-click365-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  white-space: nowrap;
}
.sp-click365-underline {
  width: 100px;
  height: 2px;
  background: #ffa54f;
}

/* コンテンツ */
.sp-click365-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-l);
  width: 100%;
}

/* ロゴ */
.sp-click365-logo {
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* カードリスト */
.sp-click365-cards {
  display: flex;
  flex-direction: column;
  gap: var(--ta-space-l);
  width: 100%;
  max-width: 350px;
}
.sp-click365-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 7px rgba(235, 243, 252, 0.48);
  padding: var(--ta-space-l);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.sp-click365-card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0a2463;
  line-height: 1.7;
  letter-spacing: 1px;
  white-space: nowrap;
}
.sp-click365-card-text--sm {
  font-size: 18px;
}

/* 説明文 */
.sp-click365-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #5a6a85;
  line-height: 1.7;
  letter-spacing: 1px;
  width: 100%;
  margin: 0;
}

/* ============================================================
   お知らせセクション (node: 458:11707)
   ============================================================ */
.sp-news-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ta-space-4xl) var(--ta-space-l) var(--ta-space-2xl);
  gap: var(--ta-space-4xl);
  width: 100%;
  box-sizing: border-box;
}

/* ヘッダー */
.sp-news-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ta-space-xl);
}
.sp-news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a2463;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  white-space: nowrap;
}
.sp-news-underline {
  width: 100px;
  height: 2px;
  background: #ffa54f;
}

/* ボディ */
.sp-news-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--ta-space-l);
  width: 100%;
  letter-spacing: 1px;
}

/* news__view list (SP override) */
.lp-sp .news__view {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* 各ニュースアイテム */
.lp-sp .news__item {
  border-bottom: 1px solid #d4dce8;
  padding: var(--ta-space-l) 0;
  display: flex;
  flex-direction: column;
  gap: var(--ta-space-xs);
  cursor: pointer;
  width: 100%;
}
.lp-sp .news__item:first-child {
  border-top: none;
}

/* ヘッダー行（日付＋カテゴリ） */
.lp-sp .news__item--header {
  display: flex;
  align-items: center;
  gap: var(--ta-space-m);
  line-height: 1.4;
}

/* 日付 */
.lp-sp .news__item--date {
  font-family: "DIN 2014 Narrow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5a6a85;
  letter-spacing: 0;
  white-space: nowrap;
}

/* カテゴリタグ（デフォルト: おしらせ ブルー） */
.lp-sp .news__item--status {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1e5fad;
  line-height: 1.4;
  letter-spacing: 1px;
  white-space: nowrap;
}
/* 重要 → 赤 */
.lp-sp .news__item--status.--important {
  color: #e53e3e;
}
/* トライオートFX → 赤 */
.lp-sp .news__item--status.--tafx {
  color: #e53e3e;
}
/* トライオートETF → ホットピンク */
.lp-sp .news__item--status.--taetf {
  color: #ff197a;
}
/* トライオート → ブルー */
.lp-sp .news__item--status.--triauto {
  color: #1e5fad;
}
/* マイメイト */
.lp-sp .news__item--status.--maimate {
  color: #1e5fad;
}
/* くりっく365 */
.lp-sp .news__item--status.--click365 {
  color: #1e5fad;
}

/* タイトル */
.lp-sp .news__item--body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a2e;
  line-height: 1.7;
  letter-spacing: 1px;
}

/* すべて見るリンク */
.sp-news-all-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1e5fad;
  line-height: 1.7;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
  align-self: flex-end;
}
.sp-news-all-link:hover {
  text-decoration: underline;
}

/* ===== END:   inlined from /renewal-data/invast-top-sp/style-overrides.css ===== */

/* ============================================================
 * Promo banners (mainvisual 下)  added 2026-07-16
 * SP: 11通貨ペア追加 + 25銘柄追加CP を縦積み(フラット高解像度画像)。
 * ============================================================ */
.triauto-sp-content .ta-promo {
  padding: 40px 20px 0;
}
.triauto-sp-content .ta-promo__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.triauto-sp-content .ta-promo__item {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
.triauto-sp-content .ta-promo__img {
  display: block;
  width: 100%;
  height: auto;
}
