@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.en {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: inherit;
}

.impact {
  font-family: "Impact", "Charcoal", sans-serif;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.btn-cta {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 1.3125rem 1.125rem;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  background: linear-gradient(138.57deg, #950000 12.3%, #ff0004 36.76%, #950000 64.85%, #ff0004 80.68%, #950000 92.45%, #ff6d6d 102.86%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-cta::after {
  content: "";
  width: 1.25rem;
  height: 0.75rem;
  background: url("../img/top/sanae-token-fv-arrow.webp") no-repeat center;
  background-size: contain;
}
.btn-cta:hover {
  -webkit-filter: brightness(1.03) saturate(1.06);
          filter: brightness(1.03) saturate(1.06);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-cta:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn-cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

body {
  background-image: url(../img/common/sanae-token-top-bg.webp);
}

@media (max-width: 768px) {
  body {
    background-image: url(../img/common/sanae-token-sp-bg.webp);
  }
}
.common__box {
  padding: 2.5rem;
  border: 2px solid;
  -o-border-image: linear-gradient(137.95deg, #7a96ac 2.28%, #eaeff3 19.8%, #c2d4e1 32.94%, #ffffff 50.16%, #d4dee5 62.15%, #abbdc8 78.69%, #bccad7 95.24%) 1;
     border-image: linear-gradient(137.95deg, #7a96ac 2.28%, #eaeff3 19.8%, #c2d4e1 32.94%, #ffffff 50.16%, #d4dee5 62.15%, #abbdc8 78.69%, #bccad7 95.24%) 1;
  background: rgba(0, 0, 0, 0.6980392157);
}
.common__box-title {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
}
.common__box-top {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
.common__box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
}

@media (max-width: 1220px) {
  .container {
    padding: 0 2.5rem;
  }
}
.sub-page header {
  position: fixed;
  width: 100%;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .btn-cta {
    padding: 1.125rem 2.25rem;
    gap: 0.75rem;
  }
  .container {
    padding: 0 1.25rem;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .common__box {
    padding: 2.5rem 1.5rem;
  }
  .common__box-top {
    font-size: 0.625rem;
  }
  .common__box-title {
    margin-bottom: 1.25rem;
  }
}
html {
  font-size: 16px;
}

@media (max-width: 1200px) {
  html {
    font-size: 1.3311148087vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: clamp(10px, 4.1025641026vw, 31.5px);
  }
}
body {
  color: #000000;
  font-family: "NotoSansJP", sans-serif;
}

/* ==========================================================================
   Header - PC & Base Styles
   ========================================================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1.25rem 1.25rem 0;
}

.header__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.header__panel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 1.375rem 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1607843137);
  background-color: #e6eaf0;
}

.header__logo {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  line-height: 1.25;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.125rem;
}

.header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__link:hover {
  opacity: 0.7;
}

.header__cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 1.3125rem 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  background: linear-gradient(138.57deg, #950000 12.3%, #ff0004 36.76%, #950000 64.85%, #ff0004 80.68%, #950000 92.45%, #ff6d6d 102.86%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__cta::after {
  content: "";
  width: 1.25rem;
  height: 0.75rem;
  background: url("../img/top/sanae-token-fv-arrow.webp") no-repeat center;
  background-size: contain;
}
.header__cta:hover {
  -webkit-filter: brightness(1.03);
          filter: brightness(1.03);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* ハンバーガーボタン & オーバーレイ (初期状態) */
.header__hamburger {
  display: none;
}

.header__overlay {
  display: none;
}

/* ==========================================================================
   Header - Mobile (SP) Styles
   ========================================================================== */
@media (max-width: 768px) {
  .header {
    padding: 0;
    margin-left: auto;
    position: fixed;
    width: 100%;
  }
  .header h1 {
    display: none;
  }
  .header__inner {
    gap: 0;
  }
  .header__panel {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .header__nav,
  .header__cta {
    display: none;
  }
  /* ハンバーガーボタン本体 */
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.375rem;
    height: 3.375rem;
    background: rgb(255, 0, 0);
    padding: 0.625rem;
    border: none;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 1001;
  }
  .header__hamburger-bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
    margin-bottom: 0.5rem;
    pointer-events: none;
  }
  .header__hamburger-bar {
    display: block;
    width: 1.5rem;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__hamburger-text {
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    pointer-events: none;
  }
  .header__hamburger {
    /* メニューが開いている時の「×」アニメーション */
  }
  .header__hamburger.is-active .header__hamburger-bar:nth-child(1) {
    -webkit-transform: translateY(0.5rem) rotate(45deg);
            transform: translateY(0.5rem) rotate(45deg);
  }
  .header__hamburger.is-active .header__hamburger-bar:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-active .header__hamburger-bar:nth-child(3) {
    -webkit-transform: translateY(-0.5rem) rotate(-45deg);
            transform: translateY(-0.5rem) rotate(-45deg);
  }
  /* 全画面メニューオーバーレイ */
  .header__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 1000;
    padding: 9.125rem 1.5rem 2.5rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header__overlay-inner {
    max-width: 400px;
  }
  .header__overlay-logo {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .header__overlay-desc {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 3rem;
    opacity: 0.7;
  }
  .header__overlay-group {
    margin-bottom: 2rem;
  }
  .header__overlay-heading {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: 0.05em;
  }
  .header__overlay-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  .header__overlay-list li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .header__overlay-list li a:active {
    opacity: 0.6;
  }
}
.footer {
  background-color: rgba(4, 4, 4, 0.9);
  color: #fff;
  padding: 3.75rem 1.675rem;
}
.footer__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__brand-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75;
}
.footer__brand-desc {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.25;
}
.footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-top: 4.625rem;
}
.footer__nav-heading {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer__nav-item {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}
.footer__nav-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__nav-link:hover {
  color: #fff;
}
.footer__bottom-bar {
  margin-top: 0.8125rem;
}
.footer__copy-text {
  font-size: 0.875rem;
  color: rgb(242, 251, 253);
}

@media (max-width: 768px) {
  .footer {
    padding: 3.75rem 1.25rem 1.875rem;
  }
  .footer__top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.75rem;
    gap: 2rem;
  }
  .footer__nav-heading {
    margin-bottom: 1.125rem;
  }
  .footer__copy-text {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 3rem;
  }
}
.fv {
  text-align: center;
  margin-top: 6.825rem;
}
.fv__top {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.625rem 1.875rem;
  background-color: #FF0004;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}
.fv__title {
  margin-top: 2.25rem;
}
.fv__title img {
  width: 62rem;
  height: 11.25rem;
}
.fv__middle {
  margin-top: 2.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fv__bottom {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fv__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.25rem;
}
.fv__nav-item {
  width: 21.25rem;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  text-transform: uppercase;
  background-image: url("../img/top/sanae-token-fv-nav-bg.webp");
  background-size: cover;
  background-position: center;
}
.fv__nav-title {
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0.1em;
}
.fv__nav-text {
  font-size: 1.5rem;
  font-weight: bold;
}
.fv .btn-cta {
  margin-top: 4.375rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .fv {
    margin-top: 3.6875rem;
  }
  .fv__top {
    font-size: 0.625rem;
  }
  .fv__title img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .fv__middle {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
  .fv__bottom {
    font-weight: 400;
  }
  .fv__nav {
    margin-top: 2.5rem;
    padding: 0 1.25rem;
  }
  .fv__nav-text {
    font-size: 1.125rem;
  }
  .fv .btn-cta {
    margin-top: 2.5rem;
  }
}
.about {
  margin-top: 9.625rem;
}
.about__top {
  max-width: 75rem;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.about__top-section {
  width: 10.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__top p {
  margin-top: 0.75rem;
}
.about__container {
  margin-top: 2.125rem;
  border-top: 1px solid #fff;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.about__inner-img img {
  width: 27.375rem;
  height: 29.125rem;
}
.about__inner-item h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 6.25rem;
}
.about__inner-item h2 span {
  font-size: 2.625rem;
  color: #ff0004;
}
.about__inner-text {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.about__bottom {
  margin: 3.75rem auto 0;
  background-image: url("../img/about/sanae-token-about-bg.webp");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2.5rem 2.5rem 1.875rem;
  gap: 11.125rem;
}
.about__bottom-title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.about__bottom-inner nav {
  margin-top: 1.75rem;
  width: 19.375rem;
}
.about__bottom-inner nav ul li {
  padding-left: 1.375rem;
  position: relative;
  font-size: 1rem;
}
.about__bottom-inner nav ul li::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #ff0004;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about__bottom-inner nav ul li {
  margin-top: 1rem;
}
.about__bottom-inner nav ul li:first-child {
  margin-top: 0;
}
.about__bottom-text {
  font-size: 1rem;
  line-height: 1.75;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .about {
    margin-top: 6.25rem;
  }
  .about__top {
    font-size: 0.875rem;
    text-align: right;
  }
  .about__top-section {
    width: 8.1875rem;
    margin-left: auto;
  }
  .about__container {
    margin-top: 1.5rem;
    border-top: 0;
  }
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .about__inner-item {
    display: contents;
  }
  .about__inner-item h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.625rem;
  }
  .about__inner-item h2 span {
    font-size: 1.75rem;
  }
  .about__inner-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0 3.125rem;
  }
  .about__inner-img img {
    width: 100%;
    height: auto;
  }
  .about__inner-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    font-size: 0.9375rem;
    text-align: center;
    font-weight: 400;
  }
  .about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid;
    -o-border-image: linear-gradient(137.95deg, #7a96ac 2.28%, #eaeff3 19.8%, #c2d4e1 32.94%, #ffffff 50.16%, #d4dee5 62.15%, #abbdc8 78.69%, #bccad7 95.24%) 1;
       border-image: linear-gradient(137.95deg, #7a96ac 2.28%, #eaeff3 19.8%, #c2d4e1 32.94%, #ffffff 50.16%, #d4dee5 62.15%, #abbdc8 78.69%, #bccad7 95.24%) 1;
    gap: 1.75rem;
    padding: 2.5rem 1.5rem;
  }
  .about__bottom-inner nav ul li {
    font-size: 0.875rem;
  }
  .about__bottom-text {
    letter-spacing: 0.05em;
  }
}
.project {
  margin-top: 10rem;
  color: #fff;
  position: relative;
  background-color: transparent;
}
.project__top {
  font-size: 7.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #fff;
  text-align: right;
  color: #424242;
  line-height: 0.8;
}
.project__container {
  position: relative;
  padding-bottom: 10rem;
  background-color: transparent;
}
.project__container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../img/common/sanae-token-top-bg.webp);
  background-color: rgba(66, 66, 66, 0.7);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  mix-blend-mode: color-burn;
}
.project__container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(20, 20, 20, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.project__inner {
  width: 100%;
  padding-top: 11.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project__inner-title {
  font-size: 3.75rem;
  line-height: 1;
}
.project__inner-text {
  margin-top: 1.75rem;
  line-height: 1.625rem;
  font-size: 1.125rem;
}
.project__inner-text span {
  background-color: #c20000;
  padding: 0 0.25rem;
  font-size: 1rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.625rem;
}
.project__inner-text span.end {
  margin-top: 0.5rem;
}
.project__inner-img img {
  width: 36.875rem;
  height: 44.5625rem;
}
.project__box {
  margin-top: 3rem;
  padding: 1.875rem;
  border: 2px solid;
  -o-border-image: linear-gradient(138.57deg, #950000 12.3%, #ff0004 36.76%, #ff9f9f 64.85%, #ff0004 80.68%, #950000 92.45%, #ff6d6d 102.86%) 1;
     border-image: linear-gradient(138.57deg, #950000 12.3%, #ff0004 36.76%, #ff9f9f 64.85%, #ff0004 80.68%, #950000 92.45%, #ff6d6d 102.86%) 1;
}
.project__box-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ff0000;
  font-weight: 500;
  font-size: 1.5rem;
}
.project__box-text {
  font-size: 1rem;
  line-height: 1.75;
}
.project__box-btn {
  margin-top: 1rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__box-btn::after {
  content: "";
  display: inline-block;
  margin-left: 0.425rem;
  width: 1.25rem;
  height: 0.75rem;
  background: url(../img/top/sanae-token-fv-arrow.webp) no-repeat center;
  background-size: contain;
}
.project__box-btn:hover {
  opacity: 0.7;
}
.project__box-content {
  font-size: 1.5rem;
  line-height: 1;
}
.project__box-content span {
  font-size: 0.875rem;
  margin-top: 1rem;
  display: block;
}
.project__box-detail {
  margin-top: 1.25rem;
}
.project__vision {
  margin: 10rem auto 0;
  width: 100%;
}
.project__vision-title {
  text-align: center;
  font-size: 3.75rem;
}
.project__vision-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3125rem;
  margin-top: 3.75rem;
}
.project__vision .common__box {
  width: 100%;
}
.project__bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem auto 0;
  padding: 1.875rem 3.75rem;
  gap: 0.5rem;
  font-size: 1.5rem;
  background-color: #950000;
  border: 2px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-border-image: linear-gradient(138.57deg, #950000 12.3%, #ff0004 36.76%, #ff9f9f 64.85%, #ff0004 80.68%, #950000 92.45%, #ff6d6d 102.86%) 1;
     border-image: linear-gradient(138.57deg, #950000 12.3%, #ff0004 36.76%, #ff9f9f 64.85%, #ff0004 80.68%, #950000 92.45%, #ff6d6d 102.86%) 1;
}
.project__bottom-btn span {
  text-transform: uppercase;
  font-size: 0.875rem;
}
.project__bottom-btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .project {
    margin-top: 5rem;
  }
  .project__container {
    padding-bottom: 5rem;
  }
  .project__top {
    font-size: 2.8125rem;
    border-top: none;
    padding-top: 0;
  }
  .project__inner {
    padding-top: 5rem;
  }
  .project__inner-title {
    font-size: 2.625rem;
  }
  .project__inner-text {
    margin-top: 2.5rem;
  }
  .project__inner-text span {
    margin-top: 0.5rem;
  }
  .project__inner-text span.end {
    margin-bottom: 0.25rem;
  }
  .project__inner-img {
    display: none;
  }
  .project__box {
    margin-top: 2.5em;
    padding: 2.5rem 1.5rem;
  }
  .project__box-title {
    letter-spacing: 0.04em;
    padding-bottom: 0.625rem;
    margin-bottom: 1.75rem;
  }
  .project__box-text {
    font-size: 0.9375rem;
  }
  .project__box-content {
    line-height: 1.4;
  }
  .project__box-content span {
    margin-top: 0.5rem;
  }
  .project__vision {
    margin: 5rem auto 0;
  }
  .project__vision-title {
    font-size: 2.625rem;
  }
  .project__vision-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .project__bottom-btn {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    margin: 2.5rem auto 0;
  }
}
.tokenomics__img img {
  width: 36.875rem;
  height: 34.375rem;
}
.tokenomics__wrapper {
  padding: 11.25rem 0;
}
.tokenomics__title {
  font-size: 5rem;
}
.tokenomics__top {
  margin-top: 3.1875rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.tokenomics__top-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.tokenomics__top-text {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 4rem;
  color: #ff0004;
}
.tokenomics__top-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.tokenomics__top-item {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
}
.tokenomics__top-item .bold {
  font-size: 2rem;
  font-weight: bold;
}
.tokenomics__top-item .bold span {
  font-size: 1.125rem;
}
.tokenomics__container {
  margin-top: 1.75rem;
  padding-top: 2.5rem;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.tokenomics__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.tokenomics__inner-item {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid;
  -o-border-image: linear-gradient(137.95deg, #7a96ac 2.28%, #eaeff3 19.8%, #c2d4e1 32.94%, #ffffff 50.16%, #d4dee5 62.15%, #abbdc8 78.69%, #bccad7 95.24%) 1;
     border-image: linear-gradient(137.95deg, #7a96ac 2.28%, #eaeff3 19.8%, #c2d4e1 32.94%, #ffffff 50.16%, #d4dee5 62.15%, #abbdc8 78.69%, #bccad7 95.24%) 1;
  padding: 2.0625rem;
}
.tokenomics__inner-header {
  height: 3rem;
  margin-top: 1.5rem;
}
.tokenomics__inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tokenomics__inner-flex:nth-child(2) {
  margin-top: 0.5rem;
}
.tokenomics__inner-title {
  font-size: 1.125rem;
  font-weight: bold;
}
.tokenomics__inner-first {
  color: #ff0004;
  font-weight: bold;
  font-size: 1.875rem;
}
.tokenomics__inner-second {
  font-weight: bold;
  line-height: 1.25;
  font-size: 0.875rem;
}
.tokenomics__inner-text {
  margin-top: 1.9375rem;
  font-size: 0.75rem;
  line-height: 1.21875;
  color: #000;
  opacity: 0.6;
}
.tokenomics__inner-text--clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tokenomics__inner-text--expanded {
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.tokenomics__inner-subTitle {
  text-transform: uppercase;
}
.tokenomics__inner-toggle {
  margin: 0.75rem auto 0;
  width: 2rem;
  height: 1.5rem;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  cursor: pointer;
}
.tokenomics__inner-toggle::before {
  content: "";
  width: 0.625rem;
  height: 0.675rem;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.tokenomics__inner-toggle.is-open::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 768px) {
  .tokenomics__wrapper {
    padding: 5rem 0;
  }
  .tokenomics__title {
    font-size: 2.625rem;
  }
  .tokenomics__top {
    margin-top: 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .tokenomics__top-title {
    font-size: 1.125rem;
  }
  .tokenomics__top-text {
    font-size: 2.625rem;
    margin-top: 0.75rem;
    letter-spacing: 0;
  }
  .tokenomics__top-price {
    gap: 0.625rem;
  }
  .tokenomics__top-item {
    padding: 0.625rem;
  }
  .tokenomics__top-item p {
    font-size: 0.75rem;
  }
  .tokenomics__top-item .bold {
    font-size: 1.125rem;
  }
  .tokenomics__top-item .bold span {
    font-size: 0.875rem;
  }
  .tokenomics__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tokenomics__img img {
    width: 100%;
    height: auto;
  }
  .tokenomics__inner {
    gap: 0.625rem;
  }
  .tokenomics__inner-item {
    padding: 1.125rem 0.75rem;
  }
  .tokenomics__inner-title {
    font-size: 0.75rem;
  }
  .tokenomics__inner-subTitle {
    font-size: 0.75rem;
  }
  .tokenomics__inner-first {
    font-size: 1.25rem;
  }
}
.feature {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8.75rem 0;
}
.feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  /* 一続きの背景画像を固定表示 */
  background-image: url(../img/common/sanae-token-top-bg.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  /* Figma指定の赤色を 100% で適用 */
  background-color: rgb(255, 0, 4);
  background-blend-mode: darken;
}
.feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3.75rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.feature__inner-title {
  text-transform: uppercase;
  font-size: 3.875rem;
}
.feature__inner-text {
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 1.75rem;
}
.feature__nav {
  margin-top: 2.75rem;
}
.feature__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.feature__nav-item {
  padding: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background-color: rgb(194, 0, 0);
  font-weight: bold;
}
.feature__nav-item span {
  margin-right: 1.5rem;
}
.feature__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.feature__cta a {
  line-height: 1.75;
  font-size: 1.25rem;
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature__cta a:hover {
  opacity: 0.7;
}
.feature__cta a:nth-child(1) {
  background-color: #fff;
  color: #c20000;
}
.feature__cta a:nth-child(2) {
  background-color: rgb(0, 0, 0);
}
.feature__cta a:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .feature {
    padding: 5rem 0;
  }
  .feature__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature__nav {
    margin-top: 2.5rem;
  }
  .feature__inner {
    width: 100%;
  }
  .feature__inner-text {
    line-height: 1.75;
  }
  .feature__inner-title {
    font-size: 2.625rem;
  }
  .feature__cta {
    width: 100%;
  }
  .feature__cta a {
    font-size: 1.125rem;
  }
}
.about-fv {
  background-image: url("../img/about/sanae-token-about-fv-bg.webp");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.about-fv__title {
  padding-top: 15.8125rem;
  padding-bottom: 15.4375rem;
}
.about-fv__title img {
  width: 60rem;
  height: 22.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-fv .scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  gap: 0.75rem;
}
.about-fv .scroll-down__text {
  color: #fff;
  font-size: 0.875rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  font-weight: 500;
}
.about-fv .scroll-down__line {
  width: 1px;
  height: 2.5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.about-fv .scroll-down__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#fff), to(transparent));
  background: linear-gradient(to bottom, transparent, #fff, transparent);
  -webkit-animation: scrollLine 2s infinite;
          animation: scrollLine 2s infinite;
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .about-fv {
    height: 43.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 1.25rem;
  }
  .about-fv .scroll-down {
    left: auto;
    right: 1.25rem;
  }
  .about-fv__title {
    padding-top: 6.25rem;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .about-fv__title img {
    width: 18.625rem;
    height: auto;
  }
}
.about-project {
  position: relative;
  background-color: transparent;
}
.about-project__inner {
  padding: 14.875rem 0 1.8125rem;
}
.about-project__wrapper {
  color: #fff;
  position: relative;
  background-color: transparent;
}
.about-project__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../img/common/sanae-token-top-bg.webp);
  background-color: rgba(66, 66, 66, 0.7);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  mix-blend-mode: color-burn;
}
.about-project__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(20, 20, 20, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.about-project__title {
  font-size: 3.75rem;
  text-align: center;
  line-height: 1.25;
}
.about-project__content {
  margin-top: 6.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.about-project__desc {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
}
.about-project__desc span {
  font-weight: bold;
}
.about-project__bottom {
  margin-top: 3.75rem;
  text-align: center;
}
.about-project__bottom-title {
  font-size: 2.25rem;
}
.about-project__bottom-desc {
  margin-top: 2rem;
  line-height: 1.75;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .about-project__inner {
    padding: 6.25rem 1.25rem 0;
  }
  .about-project__title {
    font-size: 2.625rem;
    text-align: left;
  }
  .about-project__content {
    margin-top: 3.875rem;
  }
  .about-project__desc {
    line-height: 1.75;
    font-size: 1rem;
    text-align: left;
  }
  .about-project__bottom {
    margin-top: 3.75rem;
    text-align: left;
  }
}
.about-creation {
  position: relative;
}
.about-creation__wrapper {
  position: relative;
  padding: 8.1875rem 0 11.25rem;
}
.about-creation__wrapper .project__vision {
  color: #fff;
}
.about-creation__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../img/common/sanae-token-top-bg.webp);
  background-color: rgba(66, 66, 66, 0.7);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  mix-blend-mode: color-burn;
}
.about-creation__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(20, 20, 20, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.about-creation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25rem;
  color: #fff;
}
.about-creation__inner p {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.about-creation__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-creation__img {
  margin-top: 5rem;
}
.about-creation__img img {
  width: 27.375rem;
  height: 29.125rem;
}
.about-creation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.about-creation__content p {
  line-height: 2;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .about-creation__img {
    margin-top: 2.5rem;
    padding: 0 3.125rem;
  }
  .about-creation__img img {
    width: 100%;
    height: auto;
  }
  .about-creation__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .about-creation__wrapper {
    padding: 5rem 0;
  }
  .about-creation__content p {
    line-height: 1.75;
  }
}
.disclaimer__inner {
  margin: 13.75rem auto 11.25rem;
  max-width: 62.5rem;
}
.disclaimer__title {
  font-size: 3.75rem;
  line-height: 1.25;
  text-align: center;
}
.disclaimer__content {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.disclaimer__text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .disclaimer {
    text-align: left;
  }
  .disclaimer__inner {
    margin: 7.5rem 0 5rem;
    padding: 0 1.25rem;
  }
  .disclaimer__title {
    text-align: left;
  }
  .disclaimer__content {
    margin-top: 3.1875rem;
  }
  .disclaimer__text {
    font-size: 0.9375rem;
  }
}