/* テンプレCSS移設 */
.header-nav-menu .nav-item img {
  width: 32px !important;
  height: 32px !important;
}

.footer {
  min-width: 980px;
}

/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
  transition: all 0.5s ease;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family:
    Noto Sans JP,
    Roboto-font,
    \30d2\30e9\30ae\30ce\89d2\30b4,
    Noto Sans CJK,
    \6e38\30b4\30b7\30c3\30af Medium,
    Helvetica Neue,
    Hiragino Kaku Gothic ProN,
    \30d2\30e9\30ae\30ce\89d2\30b4 ProN W3,
    YuGothic,
    YuGothicM,
    \30e1\30a4\30ea\30aa,
    Meiryo,
    sans-serif !important;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

a:hover,
button:hover {
  opacity: 0.7;
}

:target {
  scroll-margin-top: 60px;
}

main {
  position: relative;
}

@media screen and (min-width: 769px) {
  main {
    min-width: 980px;
  }
}

@media screen and (max-width: 768.9px) {
  main,
  .footer {
    min-width: initial;
  }
}

.footnote {
  vertical-align: super;
  line-height: 1;
}

/* モーダル用 */
#modal.modal-contents {
  display: none;
}

@media screen and (max-width: 768.9px) {
  #modal.modal-contents {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 70px 0 32px;
    background: rgba(0, 0, 0, 0.68);
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
  }

  #modal.modal-contents.is-active {
    display: flex;
  }

  #modal .modal {
    position: relative;
    width: 100%;
    max-width: 720px;
    max-height: fit-content;
    padding: 24px 16px;
    background: #fff;
    border-radius: 16px;
    box-sizing: border-box;
  }

  #modal .modal-body {
    max-height: calc(82vh - 48px);
    overflow: hidden;
  }

  #modal .image-container {
    width: 100%;
    max-height: calc(82vh - 48px);
    overflow-x: auto !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  #modal #modal-image {
    display: block;
    width: 200%;
    max-width: none !important;
    height: auto;
  }

  #modal .modal-close {
    position: absolute;
    top: -34px;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
  }

  #modal .i-close::before {
    content: "×";
    font-style: normal;
  }

  .js-open-modal {
    cursor: pointer;
  }

  #modal .scroll-hint-icon-wrap {
    z-index: 20;
  }
}
/* モーダル用 */

/* ---------MVsec--------- */

.sp_only {
  display: none;
}

.mv__hero {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/mv_hyper_sbi_fx_bg_01_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 32px clamp(20px, 4vw, 35px) 0;
  width: 100%;
  overflow: hidden;
}

.mv__hero--pc {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 580fr 629fr;
  justify-items: end;
  gap: 22px;
}

.mv__cta {
  width: 100%;
  max-width: 580px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mv__cta h1,
.mv__cta-lead {
  width: 100%;
}

.mv__cta-button {
  width: 70%;
  text-align: center;
}

.mv__cta-button p {
  margin-top: 8px;
  font-weight: bold;
  font-size: 14px;
}

.mv__cta-button a {
  color: #000;
}

.mv__main-image {
  width: 100%;
  align-self: end;
  justify-self: start;
}

.mv__main-image img {
  width: 100%;
  display: block;
}

.mv__anchor--pc {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mv__anchor-item {
  border-right: 2px solid #c4c7cc;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: clamp(16px, 2.75vw, 50px);
  padding-right: clamp(16px, 2.75vw, 50px);
}

.mv__anchor-item:last-child {
  border-right: none;
}

.mv__anchor-item a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mv__anchor-item p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768.9px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .mv__image {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/mv_hyper_sbi_fx_bg_01_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 12px 0;
  }

  .mv__image img {
    max-width: 375px;
    width: 100%;
  }

  .mv__image p img {
    margin-top: 24px;
    transition-delay: 0.8s;
  }

  .mv__image > img:last-child {
    max-width: 320px;
    width: 85%;
    transition-delay: 0.8s;
  }

  .mv__cta--sp {
    background-color: #eef1f4;
    padding: 16px;
  }

  .mv__cta-button--sp {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
  }

  .mv__cta-button--sp a {
    color: #1d1d1d;
    font-weight: bold;
  }

  .mv__cta-button--sp p {
    font-size: 14px;
    margin-top: 8px;
  }

  .mv__anchor--sp {
    padding: 12px;
    background-color: #e2e6e9;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }

  .mv__anchor-row {
    display: flex;
    justify-content: center;
    column-gap: 8px;
  }

  .mv__anchor-item--sp {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 50px;
  }

  .mv__anchor-item--sp a {
    color: #000;
    font-weight: bold;
  }

  .mv__anchor-item--sp p {
    line-height: 1.3;
  }
}

/* ---------MVsec--------- */
/* ---------comparisonSec--------- */

.comparisonSec__wrap {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/hyper_sbi_fx_bg_01_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.comparison__title {
  margin: 0 auto;
  max-width: 332px;
}

.comparison__lead {
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
  color: #fff;
}

.comparison__features {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  font-weight: bold;
  margin-top: 40px;
}

.comparison__feature {
  color: #fff;
  text-align: center;
}

.comparison__feature img {
  max-width: 144px;
}

.comparison__feature p {
  font-size: 16px;
}

.comparison__table-title {
  text-align: center;
  margin-top: 60px;
  color: #fff;
}

.comparison__table {
  width: 100%;
  max-width: 952px;
  margin: 14px auto 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
}

.comparison__table th,
.comparison__table td {
  padding: 16px 20px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}

.comparison__table thead th {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.comparison__table thead th.comparison__table-cell--empty {
  border-top: none;
  border-left: none;
}

.comparison__table thead th.comparison__table-cell--normal {
  background: #e9ecef;
  border: 1px solid #dcdcdc;
  color: #000;
}

.comparison__table thead th.comparison__table-cell--highlight {
  background: #f08c00;
  border: 1px solid#F08C00;
  color: #fff;
}

.comparison__table thead th.comparison__table-cell--highlight img {
  max-width: 180px;
}

.comparison__table tbody th {
  background: #f6f6f6;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.comparison__table td {
  background: #fff;
  text-align: center;
}

.comparison__table tbody td:last-child {
  border-left: 2px solid #f08c00;
  border-right: 2px solid #f08c00;
  border-top: 1px solid #f08c00;
}

.comparison__table tbody tr:last-child td:last-child {
  border-bottom: 2px solid #f08c00;
}

.comparison__table td p {
  margin: 0;
  font-weight: bold;
}

.comparison__buttons {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  column-gap: 60px;
}

.comparison__button {
  max-width: 428px;
}

@media screen and (max-width: 768.9px) {
  .comparisonSec__wrap {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/hyper_sbi_fx_bg_01_sp.png);
    padding: 52px 16px;
  }

  .comparison__title {
    margin: 0 auto;
    max-width: 220px;
  }

  .comparison__lead {
    font-size: 14px;
  }

  .comparison__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 440px;
    margin: 40px auto 0;
  }

  .comparison__feature {
    display: grid;
    grid-template-rows: 19.2vw auto;
    justify-items: center;
    align-items: center;
    row-gap: 8px;
    text-align: center;
  }

  .comparison__feature img {
    min-width: 90px;
    width: 19.2vw;
    max-width: 140px;
  }

  .comparison__feature p {
    font-size: 14px;
  }

  .comparison__table-title {
    font-size: 16px !important;
    margin-top: 40px;
  }

  .comparison__table {
    font-size: 14px;
  }

  .comparison__table th,
  .comparison__table td {
    padding: 8px;
  }

  .comparison__table thead th {
    font-size: 14px;
    padding: 12px;
  }

  .comparison__table thead th.comparison__table-cell--empty {
    border-top: none;
    border-left: none;
  }

  .comparison__table thead th.comparison__table-cell--normal {
    background: #e9ecef;
    border: 1px solid #dcdcdc;
    color: #000;
  }

  .comparison__table thead th.comparison__table-cell--highlight {
    background: #f08c00;
    border: 1px solid#F08C00;
    color: #fff;
  }

  .comparison__table thead th.comparison__table-cell--highlight img {
    max-width: 150px;
    width: 100%;
  }

  .comparison__table tbody th {
    background: #f6f6f6;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
  }

  .comparison__table td {
    background: #fff;
    text-align: center;
    line-height: 1.5;
  }

  .comparison__table tbody td:last-child {
    border-left: 2px solid #f08c00;
    border-right: 2px solid #f08c00;
    border-top: 1px solid #f08c00;
  }

  .comparison__table tbody tr:last-child td:last-child {
    border-bottom: 2px solid #f08c00;
  }

  .comparison__table td p {
    margin: 0;
    font-weight: bold;
  }
}

/* ---------comparisonSec--------- */
/* ---------target-usersSec--------- */

.target-usersSec__wrap {
  padding-top: 80px;
}

.target-users__title {
  margin: 0 auto;
  max-width: 332px;
}

.target-users__lead {
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}

.target-users__line-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}

.target-users__line-text::before,
.target-users__line-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
  max-width: 100px;
}

.target-users__bubble {
  width: 100%;
  text-align: center;
  margin-top: 28px;
}

.target-users__bubble img {
  max-width: 900px;
}

.target-users__solution {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/hyper_sbi_fx_bg_02_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  margin-top: 50px;
  color: #fff;
  position: relative;
  padding: 80px 16px;
}

.target-users__solution-label {
  position: absolute;
  right: 0;
  left: 0;
  top: -35px;
  font-size: 24px;
  font-weight: bold;
  color: #0a3e86;
  text-align: center;
  z-index: 110;
}

.target-users__solution-arrow {
  position: absolute;
  right: 0;
  left: 0;
  top: -35px;
  text-align: center;
}

.target-users__solution-title {
  max-width: 570px;
  margin: 0 auto;
}

.target-users__solution-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  column-gap: 24px;
  max-width: 100%;
}

.target-users__solution-item {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  text-align: center;
  padding: 16px 16px 28px;
  max-width: 344px;
  width: 100%;
}

.target-users__solution-image {
  width: 145px;
  margin-right: 45px;
}

.target-users__solution-item:nth-child(2) .target-users__solution-image {
  margin-right: 12px;
}

.target-users__solution-item:nth-child(3) .target-users__solution-image {
  margin-right: 55px;
}

.target-users__solution-heading {
  text-align: center;
  color: #0a3e86;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
}

.target-users__solution-points {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
}

.target-users__solution-point {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.target-users__solution-point img {
  width: 16px;
  height: 16px;
}

.target-users__solution-text {
  margin: 0;
  text-align: left;
}

.target-users__solution-text span {
  background: linear-gradient(transparent 70%, #e9eef3 70%);
}

.target-users__message {
  font-size: 24px;
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
}

.target-users__message-highlight {
  background-color: #fff;
  color: #0a3e86;
  font-size: 28px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 8px;
}

.target-users__message-particle {
  font-size: 24px;
}

.target-users__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  column-gap: 57px;
}

.target-users__button {
  max-width: 428px;
}

@media screen and (max-width: 768.9px) {
  .target-usersSec__wrap {
    padding-top: 52px;
  }

  .target-users__intro {
    padding-left: 16px;
    padding-right: 16px;
  }

  .target-users__title {
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
  }

  .target-users__lead {
    font-size: 14px;
  }

  .target-users__line-text {
    font-size: 16px;
  }

  .target-users__line-text::before,
  .target-users__line-text::after {
    max-width: 60px;
  }

  .target-users__bubble {
    margin-top: 28px;
    text-align: center;
  }

  .target-users__bubble img {
    max-width: 320px;
    width: 100%;
  }

  .target-users__solution {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/hyper_sbi_fx_bg_02_sp.png);
    padding: 52px 16px;
  }

  .target-users__solution-label {
    top: -30px;
    font-size: 20px;
  }

  .target-users__solution-title {
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
  }

  .target-users__solution-list {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }

  .target-users__message {
    font-size: 18px;
    margin-top: 32px;
  }

  .target-users__message-highlight {
    font-size: 22px;
  }

  .target-users__message-particle {
    font-size: 18px;
  }
}

/* ---------target-usersSec--------- */
/* ---------reasonsSec--------- */

.reasonsSec__wrap {
  background: linear-gradient(to right, #c8d9eb, #ebf5fe);
  padding-top: 80px;
  padding-bottom: 80px;
}

.reasons__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px 60px;
}

.reasons__title {
  width: 100%;
  text-align: center;
}

.reasons__title img {
  width: 196px;
}

.reasons__lead {
  text-align: center;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 52px;
}

.reasons__item {
  display: flex;
  column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 52px;
}

.reasons__item:first-child {
  column-gap: 24px;
}

.reasons__item:nth-child(even) {
  flex-direction: row-reverse;
}

.reasons__item:last-child {
  margin-bottom: 0;
}

.reasons__sticker-img {
  width: clamp(300px, 30vw, 320px);
}

.reasons__item:first-child .reasons__sticker-img {
  width: clamp(340px, 30vw, 360px);
}

.reasons__text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

.reasons__point-list {
  margin-top: 8px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.text-list.disc > li:before {
  color: #f08c00;
  margin-right: 0;
}

.reasons__image {
  max-width: 100%;
}

.reasons__image img {
  width: clamp(570px, 39.85vw, 630px);
}

.reasons__buttons {
  display: flex;
  justify-content: center;
  gap: 57px;
}

.reasons__button {
  max-width: 428px;
}

@media screen and (max-width: 768.9px) {
  .reasonsSec__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .reasons__inner {
    padding: 52px 16px;
  }

  .reasons__title img {
    width: 135px;
  }

  .reasons__lead {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .reasons__item {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 32px;
  }

  .reasons__item:nth-child(even) {
    flex-direction: column;
  }

  .reasons__item:last-child {
    margin-bottom: 32px;
  }

  .reasons__item img {
    max-width: 670px;
  }

  .reasons_contents_lead {
    text-align: center;
  }

  .reasons__sticker {
    text-align: center;
  }

  .reasons__sticker-img {
    width: 210px;
  }

  .reasons__item:first-child .reasons__sticker-img {
    width: 240px;
  }

  .reasons__text {
    font-size: 14px;
    text-align: center;
  }

  .reasons__point-list {
    font-size: 14px;
    row-gap: 6px;
  }

  .reasons__image img {
    max-width: 100%;
  }

  .reasons__image li {
    justify-content: end;
    margin-right: 8px;
    font-size: 12px;
  }

  .reasons__app-guide {
    max-width: 370px;
    margin: 0 auto;
  }

  .reasons__app-guide-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #0a3e86;
  }

  .reasons__app-guide-line::before,
  .reasons__app-guide-line::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #0a3e86;
    width: 100px;
    max-width: 100%;
  }

  .reasons__app-guide-button {
    margin-top: 8px;
    border: 1px solid #d0d9e4;
    border-radius: 12px;
    padding: 16px;
    background-color: #f2f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .reasons__app-guide-logo {
    width: 64px;
    height: 64px;
  }

  .reasons__app-guide-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .reasons__app-guide-label {
    font-weight: bold;
    font-size: 12px;
  }

  .reasons__app-guide-link {
    font-weight: bold;
    font-size: 16px;
  }
}

/* ---------reasonsSec--------- */
/* ---------updateSec--------- */

.updateSec__wrap {
  padding: 80px 32px;
}

.update__title {
  width: 100%;
  text-align: center;
}

.update__title img {
  width: 460px;
}

.update__lead {
  text-align: center;
  margin-top: 12px;
  font-size: 18px;
}

.update__timeline {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
}

.update__timeline-item {
  border-bottom: solid 2px #e2e2e2;
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
}

.update__timeline-item:last-child {
  border-bottom: none;
}

.update__timeline-date {
  color: #7d7d7d;
  flex: 0 0 80px;
}

.update__timeline-text {
  font-weight: bold;
  margin: 0;
}

.update__timeline-text a {
  color: #000;
}

@media screen and (max-width: 768.9px) {
  .updateSec__wrap {
    padding: 52px 16px;
  }

  .update__title img {
    width: 301px;
  }

  .update__lead {
    font-size: 14px;
  }

  .update__timeline {
    padding: 12px;
  }

  .update__timeline-item {
    padding: 12px 0;
  }

  .update__timeline-date {
    white-space: nowrap;
  }
}

/* ---------updateSec--------- */
/* ---------howToSec--------- */

.howToSec__wrap {
  background-color: #f1f3f6;
  padding: 80px 32px;
}

.how-to__title {
  width: 100%;
  text-align: center;
}

.how-to__title img {
  max-width: 160px;
  margin-bottom: 12px;
}

.how-to__note {
  text-align: center;
}

.how-to__note a {
  text-decoration: underline;
}

.how-to__step {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.how-to__step-img {
  max-width: 930px;
}

.how-to__buttons {
  display: flex;
  justify-content: center;
  gap: 57px;
  margin-top: 40px;
}

.how-to__button {
  max-width: 428px;
}

.how-to__content {
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 0;
  border-radius: 16px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  padding: 40px 32px 32px;
}

.how-to__bubble {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.how-to__bubble img {
  max-width: 460px;
  display: block;
}

.how-to__content-inner {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}

.how-to__content-item {
  display: flex;
  column-gap: 6px;
  justify-content: center;
  align-items: center;
}

.how-to__content-item img {
  width: 18px;
  height: 18px;
}

.how-to__content-item p {
  width: 235px;
  font-size: 16px;
  line-height: 1;
}

.how-to__content-item span {
  background: linear-gradient(transparent 70%, #e9eef3 70%);
}

.how-to__open {
  margin-top: 32px;
  text-align: center;
}

.how-to__open-button {
  max-width: 290px;
  width: 100%;
}

.how-to__open p {
  margin-top: 12px;
}

@media screen and (max-width: 768.9px) {
  .howToSec__wrap {
    padding: 52px 16px;
  }

  .how-to__title img {
    max-width: 104px;
  }

  .how-to__note {
    font-size: 14px;
  }

  .how-to__step-img--sp {
    width: 343px;
    max-width: 100%;
  }

  .how-to__content {
    max-width: 350px;
    padding: 32px;
    margin-top: 70px;
    text-align: center;
  }

  .how-to__content-item p {
    font-size: 14px;
    width: auto;
    text-align: left;
  }

  .how-to__content-item img {
    width: 15px;
    height: 15px;
  }

  .how-to__bubble {
    top: -25px;
  }

  .how-to__bubble img {
    width: clamp(260px, calc(100vw - 62px), 320px);
  }

  .how-to__content-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .how-to__open {
    margin-top: 24px;
  }
}

/* ---------howToSec--------- */
/* ---------disclaimerSec--------- */
#disclaimerSec {
  padding: 48px 12px 40px;
}

.disclaimer__wrap {
  max-width: 980px;
  margin: 0 auto;
}

.disclaimer__wrap .text-list.disc > li:before {
  color: #000;
}

@media screen and (max-width: 768.9px) {
  #disclaimerSec {
    padding: 48px 16px 52px;
  }
}
/* ---------disclaimerSec--------- */
/* common fade-in */
.js-scroll-fade {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.js-scroll-fade-up {
  transform: translateY(40px);
}

.js-scroll-fade-left {
  transform: translateX(-10px);
}

.js-scroll-fade-right {
  transform: translateX(10px);
}

.js-scroll-fade.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.stagger-fade-group {
  opacity: 1;
}

.stagger-fade-item {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.stagger-fade-group.is-show .stagger-fade-item {
  opacity: 1;
  transform: translateY(0);
}

.stagger-fade-group.is-show .stagger-fade-item:nth-child(1) {
  transition-delay: 0s;
}

.stagger-fade-group.is-show .stagger-fade-item:nth-child(2) {
  transition-delay: 0.4s;
}

.stagger-fade-group.is-show .stagger-fade-item:nth-child(3) {
  transition-delay: 0.8s;
}
/* common fade-in */

/* mv-fade-in */
@media screen and (min-width: 769px) {
  .mv__fade-group {
    opacity: 1;
  }

  .mv__fade-first,
  .mv__fade-second,
  .mv__fade-third,
  .mv__fade-fourth {
    opacity: 0;
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
  }

  .mv__fade-first,
  .mv__fade-second,
  .mv__fade-third {
    transform: translateX(-10px);
  }

  .mv__fade-fourth {
    transform: translateX(10px);
  }

  .mv__fade-group.is-show .mv__fade-first {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .mv__fade-group.is-show .mv__fade-second {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
  }

  .mv__fade-group.is-show .mv__fade-third,
  .mv__fade-group.is-show .mv__fade-fourth {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.7s;
  }
}

@media screen and (max-width: 768.9px) {
  .mv__fade-group {
    opacity: 1;
  }

  .mv__fade-first,
  .mv__fade-second,
  .mv__fade-third {
    opacity: 0;
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
  }

  .mv__fade-first {
    transform: translateX(-10px);
  }

  .mv__fade-second {
    transform: translateX(-10px);
  }

  .mv__fade-third {
    transform: translateX(10px);
  }

  .mv__fade-group.is-show .mv__fade-first {
    opacity: 1;
    transform: translateX(0);
  }

  .mv__fade-group.is-show .mv__fade-second,
  .mv__fade-group.is-show .mv__fade-third {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
  }
}
/* mv-fade-in */
