@charset "UTF-8";
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #fff;
  background: #000;
}
body .lp-main {
  line-height: 1.7;
  font-size: 18px;
  font-family: "noto-sans-cjk-jp", noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  body .lp-main {
    letter-spacing: 0.05rem;
    min-width: auto;
  }
}

body .lp-main a {
  color: inherit;
  text-decoration: none;
}
body .lp-main a:visited,
body .lp-main a:active {
  color: inherit;
}

.main .sec-about,
.main .sec-features,
.main .sec-bonus,
.main .sec-equipment,
.main .sec-character,
.main .sec-faq,
.main .sec-other.ja {
  scroll-margin-top: 88px;
}

.main img.deluxe-reveal-fade {
  opacity: 0;
  transform: translateY(12%) scale(0.97);
  will-change: opacity, transform;
}
.main img.deluxe-reveal-fade.is-in-view {
  animation: deluxe-reveal-fade 1s cubic-bezier(0.16, 1, 0.3, 1) forwards 1;
}
.main img.deluxe-reveal-wipe-x {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.22, 0.82, 0.28, 1);
  will-change: clip-path;
}
.main img.deluxe-reveal-wipe-x.is-in-view {
  clip-path: inset(0 0 0 0);
}
@keyframes deluxe-reveal-wipe-x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.main img.deluxe-reveal-stagger {
  opacity: 0;
  transform: translateY(30%);
  will-change: opacity, transform;
}
.main img.deluxe-reveal-stagger.is-in-view {
  animation: slidebottom 0.5s ease-out forwards 1;
}
.main .sec-bonus .wrapper .bonus-col-main > .bonus-point-item:nth-of-type(1) .bonus-point-img.deluxe-reveal-stagger.is-in-view {
  animation-delay: 0s;
}
.main .sec-bonus .wrapper .bonus-col-main > .bonus-point-item:nth-of-type(2) .bonus-point-img.deluxe-reveal-stagger.is-in-view {
  animation-delay: 0.15s;
}
.main .sec-bonus .wrapper .bonus-col-main > .bonus-point-item:nth-of-type(3) .bonus-point-img.deluxe-reveal-stagger.is-in-view {
  animation-delay: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.main {
  overflow: hidden;
  overflow-anchor: none;
  position: relative;
}
.main .sec-mv {
  position: relative;
  padding: 100px 0 40px;
}
.main .sec-mv:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  top: 0;
  bottom: 0;
  background: url(/resources_source/images/deluxe_v2/ja/mv_bgi.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .main .sec-mv:before {
    background-image: url(/resources_source/images/deluxe_v2/ja/mv_sp_bgi.jpg);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-mv {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.main .sec-mv:after {
  content: "";
  position: absolute;
  padding: 0 15%;
  margin-left: -15%;
  transform: rotate(-23deg) translate3d(0, 0, 0);
  z-index: -1;
  background-size: cover;
  bottom: 0;
  width: 150%;
  height: 342px;
}
@media screen and (max-width: 768px) {
  .main .sec-mv:after {
    height: 234px;
    bottom: 120px;
  }
}
.main .sec-mv .wrapper {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main .sec-mv .wrapper {
    max-width: 500px;
    width: 90%;
    margin: auto;
  }
}
.main .sec-mv .wrapper .mv-mypage-login-link {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
}
.main .sec-mv .wrapper .logo-inner .mv-mypage-login-wrap {
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .main .sec-mv .wrapper .logo-inner .mv-mypage-login-wrap {
    margin: -10px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-mv .wrapper .logo-inner .mv-mypage-login-wrap {
    margin-bottom: 27px;
  }
}
.main .sec-mv .wrapper .logo-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: top;
  max-width: 100%;
  margin-left: -70px;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .main .sec-mv .wrapper .logo-inner {
    margin-left: -36px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-mv .wrapper .logo-inner {
    margin-left: 0;
  }
}
.main .sec-mv .wrapper .logo-inner .mv-logo {
  animation: slideleft 0.5s 0.3s ease-out forwards 1;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine {
  display: block;
  position: relative;
  overflow: hidden;
  width: 538px;
  mask-image: var(--mv-shine-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-mode: alpha;
}
.main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine .logo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
.main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine::before {
  content: " ";
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  animation: shine 3s ease-in-out infinite;
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
.main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine:nth-of-type(2)::before {
  animation-delay: 1.5s;
}
.main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine.pc-block {
    display: none;
  }
  .main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine.sp-block {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    max-width: 92px;
    width: auto;
  }
  .main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine {
    width: 100%;
    max-width: 100%;
  }
  .main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine .logo {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .lp-main.en .main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine.sp-block {
    max-width: 60%;
    width: 60%;
    margin-left: 0px;
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
.main .sec-mv .wrapper .logo-inner .mv-open-account-link {
  position: relative;
  z-index: 1;
  display: inline-grid;
  grid-template-columns: minmax(0, max-content);
  grid-template-rows: minmax(0, max-content);
  justify-items: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
}
.main .sec-mv .wrapper .logo-inner .mv-open-account-link .pc-img {
  grid-row: 1;
  grid-column: 1;
  display: block;
  width: auto;
  max-width: 449px;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 0;
  vertical-align: top;
}
.main .sec-mv .wrapper .logo-inner .mv-open-account-link:hover,
.main .sec-mv .wrapper .logo-inner .mv-open-account-link:focus,
.main .sec-mv .wrapper .logo-inner .mv-open-account-link:focus-visible,
.main .sec-mv .wrapper .logo-inner .mv-open-account-link:active,
.main .sec-mv .wrapper .logo-inner .mv-open-account-link:visited {
  color: inherit;
  outline: none;
  opacity: 1;
  text-decoration: none;
}
.main .sec-mv .wrapper .logo-inner .mv-neon-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 449px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  padding: clamp(4px, 0.6vw, 8px) clamp(8px, 1.2vw, 14px);
  text-align: center;
  font-size: clamp(18px, 2.35vw, 26px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  border: none;
  box-shadow: none;
  opacity: 1;
}
.main .sec-mv .wrapper .logo-inner .mv-neon-btn::before,
.main .sec-mv .wrapper .logo-inner .mv-neon-btn::after {
  display: none;
}
.main .sec-mv .wrapper .logo-inner .mv-neon-btn-label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.2em 0.12em;
  line-height: 1.05;
  color: inherit;
}
.main .sec-mv .wrapper .logo-inner .mv-neon-btn-part {
  line-height: inherit;
  color: inherit;
  text-shadow:
    0 0 1px #f0f3fa,
    0 0 20px #f0f3fa,
    0 0 10px #f0f3fa,
    0 0 10px #f0f3fa,
    0 0 60px #f0f3fa,
    0 10px 3px #000;
  animation: mv-neon-sign-blink linear infinite 1.4s;
}
.main .sec-mv .wrapper .logo-inner .mv-neon-btn-part:nth-of-type(2) {
  animation-duration: 2s;
}
.main .sec-mv .wrapper .logo-inner .mv-neon-btn-label::selection {
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.main .sec-mv .wrapper .logo-inner .mv-open-account-link .mv-neon-btn {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 92%;
  box-sizing: border-box;
  margin: 0;
  align-self: center;
  justify-self: center;
  place-self: center;
  left: auto;
  top: auto;
}
@media screen and (min-width: 769px) {
  .main .sec-mv .wrapper .logo-inner .mv-open-account-link .mv-neon-btn {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-mv .wrapper .logo-inner .mv-open-account-link {
    margin-top: -17px;
    width: min(328px, 90%);
    max-width: 100%;
  }
  .main .sec-mv .wrapper .logo-inner .mv-open-account-link .pc-img {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .main .sec-mv .wrapper .logo-inner .mv-open-account-link .mv-neon-btn {
    max-width: 94%;
    width: auto;
    display: flex;
    margin: 0;
    z-index: 2;
    font-size: clamp(15px, 4.2vw, 18px);
    padding: 0.35em 0.6em;
    transform: translateY(-6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .main .sec-mv .wrapper .logo-inner .mv-neon-btn {
    animation: none;
  }
  .main .sec-mv .wrapper .logo-inner .mv-logo .mv-logo-shine::before,
  .main .sec-about .about-home-overlay .about-ptitle-shine::before {
    animation: none;
    opacity: 0;
    visibility: hidden;
  }
  .main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap img.features-cus-btn,
  .main .sec-character a.sec-character-btn img {
    transition: none;
  }
  .main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap:hover img.features-cus-btn,
  .main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap:focus-visible img.features-cus-btn,
  .main .sec-character a.sec-character-btn:hover img,
  .main .sec-character a.sec-character-btn:focus-visible img {
    filter: none;
  }
  .main .sec-equipment .equip-builds-row .equip-builds-trigger .equip-builds-btn {
    transition: none;
  }
  .main .sec-equipment .equip-builds-row .equip-builds-trigger:hover .equip-builds-btn,
  .main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible .equip-builds-btn {
    filter: none;
  }
  .main .sec-equipment .equip-builds-row .equip-builds-trigger:hover .equip-builds-steam-puff,
  .main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible .equip-builds-steam-puff {
    animation: none;
    opacity: 0;
  }
  .main .sec-equipment .equip-type-tab.equip-tab-pulse {
    animation: none;
    transform: none;
    filter: none;
  }
  .main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center,
  .main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel,
  .main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel {
    transition: none;
    will-change: auto;
  }
  .main .sec-mv .wrapper .logo-inner .mv-neon-btn-part {
    animation: none;
  }
}
/* ja/top 等の .btn-shine と同一の shine キーフレーム */
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes mv-neon-sign-blink {
  70% {
    color: inherit;
    text-shadow: inherit;
  }
  72% {
    color: #333;
  }
  83% {
    text-shadow: none;
  }
  84% {
    color: inherit;
    text-shadow: inherit;
  }
  85% {
    color: #333;
    text-shadow: none;
  }
  86% {
    color: inherit;
    text-shadow: inherit;
  }
  95% {
    color: #333;
    text-shadow: none;
  }
  95.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
.main .sec-mv .wrapper .chara-img-wrap {
  position: absolute;
  right: -45px;
  top: -94px;
  z-index: 0;
  width: 580px;
  max-width: 68%;
  line-height: 0;
  transform-origin: 50% 12%;
  animation: mv-chara-breathe 4.6s ease-in-out 0.85s infinite;
}
.main .sec-mv .wrapper .chara-img-wrap .chara-img {
  display: block;
  width: 100%;
  height: auto;
  animation: slidebottom 0.5s 0.3s ease-out forwards 1;
  opacity: 0;
}
.main .sec-mv .wrapper .chara-img-wrap .chara-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-mv .wrapper .chara-img-wrap .chara-img.pc-block {
    display: none;
  }
  .main .sec-mv .wrapper .chara-img-wrap .chara-img.sp-block {
    display: block;
  }
}
@keyframes mv-chara-breathe {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.011);
  }
}
@media screen and (max-width: 768px) {
  .lp-main .main .sec-mv .wrapper .chara-img-wrap {
    width: 757px;
    max-width: 100%;
    position: absolute;
    top: 100px;
    right: auto;
    left: 20px;
    transform-origin: 50% 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-main.en .main .sec-mv .wrapper .chara-img-wrap {
    left: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main .sec-mv .wrapper .chara-img-wrap {
    animation: none;
  }
  .main .sec-bonus .wrapper .bonus-lin-img {
    animation: none;
  }
}
.main .sec-nav {
  position: relative;
  z-index: 2;
  padding: 0;
  background-color: #011B29;
  background-image: linear-gradient(
    to bottom,
    #0E5F8A 0%,
    #062D48 15%,
    #011B29 25%,
    #011B29 75%,
    #062D48 85%,
    #0E5F8A 100%
  );
}
.main .sec-nav .wrapper {
  max-width: 100%;
  padding-left: clamp(12px, 2vw, 28px);
  padding-right: clamp(12px, 2vw, 28px);
  box-sizing: border-box;
}
.main .lp-subnav-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: clamp(10px, 1.8vw, 24px);
  row-gap: 8px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main .lp-subnav-list li {
  display: flex;
  min-width: 0;
}
.main .lp-subnav-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  padding: 14px clamp(10px, 1.2vw, 20px) 12px;
  font-weight: 600;
  color: #e8e8e8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  align-self: stretch;
}
@media screen and (min-width: 769px) {
  .main .lp-subnav-list a {
    font-size: 14px;
  }
  .lp-main.en .lp-subnav-list a {
    letter-spacing: 0.5px;
  }
  .lp-main.en .lp-subnav-list a[href="#sec-features"],
  .lp-main.en .lp-subnav-list a[href="#sec-trading"] {
    width: fit-content;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }
  .lp-main.en .lp-subnav-list li:has(a[href="#sec-features"]),
  .lp-main.en .lp-subnav-list li:has(a[href="#sec-trading"]) {
    justify-content: center;
    overflow: visible;
  }
  .lp-main.en .lp-subnav-list a[href="#sec-features"]:hover,
  .lp-main.en .lp-subnav-list a[href="#sec-features"]:focus-visible,
  .lp-main.en .lp-subnav-list a[href="#sec-trading"]:hover,
  .lp-main.en .lp-subnav-list a[href="#sec-trading"]:focus-visible {
    position: relative;
    z-index: 1;
  }
}
.main .lp-subnav-list a::after {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.9;
}
.main .lp-subnav-list a:hover,
.main .lp-subnav-list a:focus-visible {
  background-color: transparent;
  background-image: linear-gradient(
    to bottom,
    #06324a 0%,
    #071F3A 15%,
    #041325 25%,
    #041325 75%,
    #071F3A 85%,
    #06324a 100%
  );
  outline: none;
}
@media screen and (max-width: 768px) {
  .main .sec-nav {
    padding: 0;
  }
  .main .sec-nav .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .main .lp-subnav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 0;
  }
  .main .lp-subnav-list a {
    position: relative;
    z-index: 0;
    min-height: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.3;
    aspect-ratio: 600 / 140;
    background-color: transparent;
    background-image: url(/resources_source/images/deluxe_v2/ja/mv_sp_navi_off.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .main .lp-subnav-list a::after {
    display: none;
  }
  .main .lp-subnav-list a:hover,
  .main .lp-subnav-list a:focus-visible {
    background-color: transparent;
    background-image: url(/resources_source/images/deluxe_v2/ja/mv_sp_navi_off.jpg);
  }
  .main .lp-subnav-list a.is-pressed {
    z-index: 1;
    background-image: url(/resources_source/images/deluxe_v2/ja/mv_sp_navi_on.jpg);
  }
  .main .lp-subnav-list li:nth-child(odd) a {
    margin-right: -1px;
  }
  .main .lp-subnav-list li:not(:nth-last-child(-n+2)) a {
    margin-bottom: -1px;
  }
}
@media screen and (min-width: 769px) {
  .lp-main.en .main .sec-mv .wrapper .logo-inner .mv-neon-btn {
    letter-spacing: 0.5px;
  }
  .lp-main.en .mv-neon-btn-label .mv-neon-btn-part {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main.en .mv-neon-btn-label .mv-neon-btn-part {
    font-size: inherit;
  }
}
.lp-main.en .mv-neon-btn-label .mv-neon-btn-part:nth-of-type(2) {
  margin-left: 0.20em;
}
.lp-main.en .lp-subnav-list a {
  white-space: nowrap;
}
.main .sec-about {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main .sec-about .bg {
    background-image: url(/resources_source/images/deluxe_v2/ja/about_sp_bgi.jpg);
  }
}
.main .sec-about .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #171717;
  background-image: url(/resources_source/images/deluxe_v2/ja/about_bgi.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  border-bottom: 3px solid #5ffbff;
  box-sizing: border-box;
}
.main .sec-about .wrapper {
  position: relative;
  text-align: right;
  z-index: 1;
}
.main .sec-about .wrapper p {
  line-height: 2;
}
.main .sec-about .about-h1-img {
  display: block;
  width: 28%;
  max-width: 28%;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.main .sec-about .about-h1-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-about .about-h1-img.pc-block {
    display: none;
  }
  .main .sec-about .about-h1-img.sp-block {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .lp-main.en .main .sec-about .about-h1-img.sp-block {
    width: 120%;
    max-width: 120%;
    position: relative;
    left: auto;
    transform: none;
    margin-left: -10%;
    margin-right: -10%;
  }
  .lp-main.en .main .sec-about .about-home-overlay .about-ptitle-sp-wrap.sp-block {
    width: 105%;
    max-width: 105%;
    margin-left: 0;
    margin-right: 0; 
    position: relative;
    left: 51%;
    transform: translateX(-50%);
    text-align: center;
  }
}
.main .sec-about .about-home-block {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 100px auto;
}
.main .sec-about .about-home-img {
  display: block;
  width: auto;
  max-width: 80%;
  margin: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.main .sec-about .about-home-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-about .about-home-img.pc-block {
    display: none;
  }
  .main .sec-about .about-home-img.sp-block {
    display: block;
    width: 120%;
    max-width: 120%;
    margin-left: 5%;
    margin-bottom: 18px;
  }
  .main .sec-about .about-home-block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}
.main .sec-about .about-home-overlay {
  position: absolute;
  top: 80px;
  right: 100px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(52%, 440px);
  gap: 14px;
  pointer-events: none;
}
.main .sec-about .about-home-overlay .about-ptitle-shine {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  transform: translateY(-4%) scale(1.12);
  transform-origin: left top;
  pointer-events: none;
  mask-image: var(--about-shine-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-mode: alpha;
}
.main .sec-about .about-home-overlay .about-ptitle-shine .about-ptitle {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
.main .sec-about .about-home-overlay .about-ptitle-sp-wrap {
  display: none;
}
.main .sec-about .about-home-overlay .about-ptitle-shine::before {
  content: " ";
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  animation: shine 3s ease-in-out infinite;
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
.main .sec-about .about-home-lead {
  margin: 0;
  padding-left: 26px;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.1px;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .lp-main.en .sec-about .about-home-lead {
    padding-left: 30px;
    line-height: 30px;
  }
  .main .sec-about .about-home-overlay {
    right: clamp(
      0px,
      calc(
        (100vw - 769px) * (100vw - 769px) * 100px
        / (1200px - 769px) / (1200px - 769px)
      ),
      100px
    );
  }
  .main .sec-about .about-home-lead.pc-block {
    font-size: clamp(
      12px,
      calc(12px + (100vw - 769px) * 4px / (1200px - 769px)),
      16px
    );
  }
}
@media screen and (max-width: 768px) {
  .main .sec-about .about-home-overlay {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    gap: 16px;
    padding: 20px 0 0;
    box-sizing: border-box;
    pointer-events: auto;
  }
  .main .sec-about .about-home-overlay .about-ptitle-shine.pc-block {
    display: none;
  }
  .main .sec-about .about-home-overlay .about-ptitle-sp-wrap.sp-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .main .sec-about .about-home-overlay .about-ptitle-sp-wrap .about-ptitle-sp-line + .about-ptitle-sp-line {
    margin-top: -38px;
  }
  .main .sec-about .about-home-overlay .about-ptitle-sp-wrap .about-ptitle-sp-line {
    height: 72px;
    width: auto;
    max-width: none;
    display: block;
  }
  .main .sec-about .about-home-lead {
    line-height: 1.8;
    padding-left: 0;
    text-align: left;
  }
  .lp-main.en .main .sec-about .about-home-lead {
    text-align: center;
  }
  .main .sec-about .about-home-lead.sp-block {
    line-height: 1.9;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .main .sec-about .about-home-overlay .about-ptitle-sp-wrap.sp-block {
    max-width: 240px;
  }
}
.main .sec-features {
  position: relative;
}
.main .sec-features .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
  pointer-events: none;
}
/* 星のエフェクト*/
.light-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.light-particle {
  background-color: #00f5ff;
  position: absolute;
  border-radius: 50%;
  animation-name: shine;
  animation-iteration-count: infinite;
}
@keyframes shine {
  50% {
    /* 星を20%に縮小 */
    transform: scale(0.2);
    /* 星を50%に透明化 */
    opacity: 0.5;
  }
}
.main .sec-features .features-top-gradation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url(/resources_source/images/deluxe_v2/ja/f_top_bg_gradation.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.main .sec-features .features-side {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
  box-sizing: border-box;
}
.main .sec-features .features-side-pic {
  flex-shrink: 0;
  width: min(26vw, 320px);
  min-height: 0;
  margin: 75px 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.main .sec-features .features-side-pic-left {
  background-image: url(/resources_source/images/deluxe_v2/ja/features_side_left.png);
}
.main .sec-features .features-side-pic-right {
  background-image: url(/resources_source/images/deluxe_v2/ja/features_side_right.png);
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-side {
    padding-top: 80px;
  }
  .main .sec-features .features-side-pic {
    width: min(20vw, 140px);
  }
}
@media screen and (max-width: 600px) {
  .main .sec-features .features-side-pic {
    width: min(16vw, 96px);
  }
}
.main .sec-features .wrapper {
  position: relative;
  z-index: 3;
  padding-top: 100px;
}
.main .sec-features .wrapper .features-h1-img {
  display: block;
  width: 35%;
  max-width: 35%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.main .sec-features .wrapper .features-h1-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-features .wrapper .features-h1-img.pc-block {
    display: none;
  }
  .main .sec-features .wrapper .features-h1-img.sp-block {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .lp-main.en .main .sec-features .wrapper .features-h1-img.sp-block {
    width: 120%;
    max-width: 120%;
    position: relative;
    left: auto;
    transform: none;
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media screen and (min-width: 769px) {
  .main .sec-character .sec-character-title-glitch .sec-character-title-img {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .lp-main.en .main .sec-character .sec-character-title-glitch.pc-block {
    width: 75%;
    max-width: 75%;
    margin: 25px auto 0;
  }
  .lp-main.en .main .sec-character .sec-character-title-glitch .sec-character-title-img {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-character .sec-character-title-glitch .sec-character-title-img {
    margin-bottom: 10px;
  }
}
.main .sec-features .wrapper .features-h2-glitch,
.main .sec-equipment > .wrapper > .equip-section-title-glitch,
.main .sec-character .sec-character-title-glitch,
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch {
  position: relative;
  display: block;
  overflow: hidden;
}
.main .sec-features .wrapper .features-h2-glitch {
  width: 80%;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.main .sec-features .wrapper .features-h2-glitch.sp-block {
  display: none;
}
@media screen and (min-width: 769px) {
  .main .sec-features .wrapper .features-h2-glitch.pc-block {
    margin-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-features .wrapper .features-h2-glitch.pc-block {
    display: none;
  }
  .main .sec-features .wrapper .features-h2-glitch.sp-block {
    margin-top: 60px;
    display: block;
    width: 80%;
    max-width: 80%;
  }
  .lp-main.en .sec-features .wrapper .features-h2-glitch.sp-block {
    display: block;
    width: 96%;
    max-width: 96%;
    position: relative;
    left: auto;
    transform: none;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 769px) {
  .lp-main.en .sec-features .wrapper .features-h2-glitch.pc-block {
    width: 92%;
    max-width: 92%;
  }
}
.main .sec-equipment > .wrapper > .equip-section-title-glitch {
  width: 92%;
  max-width: 92%;
  margin: 80px auto 45px;
}
.main .sec-equipment > .wrapper > .equip-section-title-glitch.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment > .wrapper > .equip-section-title-glitch.pc-block {
    display: none;
  }
  .main .sec-equipment > .wrapper > .equip-section-title-glitch.sp-block {
    display: block;
    width: 87%;
    max-width: 87%;
    margin: 65px auto 0;
  }
  .lp-main.en .main .sec-equipment > .wrapper > .equip-section-title-glitch.sp-block {
    width: 105%;
    max-width: 105%;
    position: relative;
    left: 50%;
    transform: translateX(calc(-50% + 5px));
  }
}
.main .sec-character .sec-character-title-glitch {
  width: 60%;
  max-width: 60%;
  margin: 25px auto 0;
}
.main .sec-character .sec-character-title-glitch.sp-block {
  display: none;
}
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.main .sec-features .wrapper .features-h2-glitch .features-h2-img,
.main .sec-equipment > .wrapper > .equip-section-title-glitch .equip-section-title-img,
.main .sec-character .sec-character-title-glitch .sec-character-title-img,
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch .sec-character-main-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  vertical-align: top;
  animation: features-h2-glitch-base 3.3s infinite linear;
}
.main .sec-features .wrapper .features-h2-glitch::before,
.main .sec-features .wrapper .features-h2-glitch::after,
.main .sec-equipment > .wrapper > .equip-section-title-glitch::before,
.main .sec-equipment > .wrapper > .equip-section-title-glitch::after,
.main .sec-character .sec-character-title-glitch::before,
.main .sec-character .sec-character-title-glitch::after,
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch::before,
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background: var(--deluxe-v2-glitch-src) no-repeat center;
  background-size: contain;
  mix-blend-mode: screen;
  opacity: 0;
}
.main .sec-features .wrapper .features-h2-glitch::before,
.main .sec-equipment > .wrapper > .equip-section-title-glitch::before,
.main .sec-character .sec-character-title-glitch::before,
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch::before {
  animation: features-h2-glitch-r 3.3s infinite steps(1, end);
}
.main .sec-features .wrapper .features-h2-glitch::after,
.main .sec-equipment > .wrapper > .equip-section-title-glitch::after,
.main .sec-character .sec-character-title-glitch::after,
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch::after {
  mix-blend-mode: lighten;
  animation: features-h2-glitch-b 3.3s infinite steps(1, end);
}
@keyframes features-h2-glitch-base {
  0%, 89%, 100% {
            transform: translate3d(0, 0, 0);
    filter: none;
  }
  89.3% {
            transform: translate3d(-2px, 1px, 0) skewX(-0.6deg);
            filter: contrast(1.12) saturate(1.08);
  }
  89.6% {
            transform: translate3d(3px, -1px, 0) skewX(0.5deg);
  }
  90%, 96.5%, 100% {
            transform: translate3d(0, 0, 0);
    filter: none;
  }
  96.8% {
            transform: translate3d(1px, 2px, 0);
            filter: contrast(1.08);
  }
}
@keyframes features-h2-glitch-r {
  0%, 88.5%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
    filter: none;
  }
  88.7% {
    opacity: 0.92;
            transform: translate3d(-6px, 0, 0);
            clip-path: inset(10% 0 68% 0);
            filter: hue-rotate(-12deg) saturate(1.6);
  }
  89% {
    opacity: 0.85;
            transform: translate3d(5px, 2px, 0);
            clip-path: inset(58% 0 22% 0);
            filter: hue-rotate(25deg);
  }
  89.3%, 97%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
    filter: none;
  }
  97.2% {
    opacity: 0.75;
            transform: translate3d(-4px, -3px, 0);
            clip-path: inset(42% 0 38% 0);
            filter: hue-rotate(90deg) contrast(1.15);
  }
}
@keyframes features-h2-glitch-b {
  0%, 88.4%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
    filter: none;
  }
  88.6% {
    opacity: 0.88;
            transform: translate3d(7px, -1px, 0);
            clip-path: inset(72% 0 8% 0);
            filter: hue-rotate(200deg) saturate(1.5);
  }
  88.9% {
    opacity: 0.8;
            transform: translate3d(-5px, 3px, 0);
            clip-path: inset(28% 0 52% 0);
            filter: invert(10%) hue-rotate(140deg);
  }
  89.2%, 96.8%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
    filter: none;
  }
  97.1% {
    opacity: 0.7;
            transform: translate3d(6px, 1px, 0);
            clip-path: inset(0 0 80% 0);
            filter: hue-rotate(-40deg) contrast(1.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .main .sec-features .wrapper .features-h2-glitch .features-h2-img,
  .main .sec-equipment > .wrapper > .equip-section-title-glitch .equip-section-title-img,
  .main .sec-character .sec-character-title-glitch .sec-character-title-img,
  .main .sec-character .sec-character-img-wrap .sec-character-main-glitch .sec-character-main-img {
    animation: none;
    transform: none;
    filter: none;
  }
  .main .sec-features .wrapper .features-h2-glitch::before,
  .main .sec-features .wrapper .features-h2-glitch::after,
  .main .sec-equipment > .wrapper > .equip-section-title-glitch::before,
  .main .sec-equipment > .wrapper > .equip-section-title-glitch::after,
  .main .sec-character .sec-character-title-glitch::before,
  .main .sec-character .sec-character-title-glitch::after,
  .main .sec-character .sec-character-img-wrap .sec-character-main-glitch::before,
  .main .sec-character .sec-character-img-wrap .sec-character-main-glitch::after {
    animation: none;
    opacity: 0 !important;
    transform: none;
    clip-path: none;
    filter: none;
  }
}
.main .sec-features .wrapper .features-list {
  display: flex;
    flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 78px;
  padding: 0;
  list-style: none;
}
.main .sec-features .wrapper .features-list li {
  flex: 0 0 auto;
  min-width: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .main .sec-features .wrapper .features-list li {
    margin: 15px;
  }
}
.main .sec-features .wrapper .features-list li img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .main .sec-features .wrapper .features-list li img.pc-block {
    max-width: clamp(
      196px,
      calc(196px + (100vw - 769px) * 84px / (1200px - 769px)),
      280px
    );
  }
}
.main .sec-features .wrapper .features-list li img.sp-block {
  display: none;
}
@media screen and (min-width: 769px) {
  .main .sec-features .wrapper .features-list {
    margin-top: 50px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-features .wrapper .features-list li img.pc-block {
    display: none;
  }
  .main .sec-features .wrapper .features-list li img.sp-block {
    display: block;
    max-width: 100%;
  }
  .main .sec-features .wrapper .features-list {
    margin-top: 50px;
    margin-bottom: 0;
            flex-direction: column;
        flex-wrap: nowrap;
            align-items: center;
    gap: 16px;
  }
  .main .sec-features .wrapper .features-list li {
            flex: none;
    width: 100%;
    max-width: 420px;
  }
  .main .sec-features .wrapper .features-list li img.sp-block {
    max-width: 100%;
  }
  .main .sec-features .wrapper .features-list a.features-list-link {
    max-width: 100%;
    width: 100%;
  }
}
.main .sec-features .features-item {
  position: relative;
  scroll-margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item {
    letter-spacing: 0.1px;
  }
}
.main .sec-features .wrapper .features-list a.features-list-link {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  isolation: isolate;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .main .sec-features .wrapper .features-list a.features-list-link {
    max-width: 248px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-features .wrapper .features-list a.features-list-link {
    max-width:325px;
  }
}
.main .sec-features .wrapper .features-list a.features-list-link::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background-image:
    radial-gradient(
      circle at 50% 50%,
      rgba(248, 252, 255, 0.95) 0%,
      rgba(200, 235, 255, 0.5) 24%,
      rgba(130, 200, 255, 0.22) 46%,
      transparent 62%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(180, 225, 255, 0.2) 32%,
      transparent 52%
    );
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  transform-origin: 50% 50%;
  transform: scale(0);
}
.main .sec-features .wrapper .features-list a.features-list-link:hover::after,
.main .sec-features .wrapper .features-list a.features-list-link:focus-visible::after {
  animation: features-list-electric-overlay 0.5s cubic-bezier(0.22, 0.82, 0.28, 1) forwards;
}
.main .sec-features .wrapper .features-list a.features-list-link img {
  transition: filter 0.4s ease;
}
.main .sec-features .wrapper .features-list a.features-list-link:hover img,
.main .sec-features .wrapper .features-list a.features-list-link:focus-visible img {
  animation: features-list-electric-glow 0.5s cubic-bezier(0.22, 0.82, 0.28, 1) forwards;
}
.main .sec-features .wrapper .features-list a.features-list-link:hover,
.main .sec-features .wrapper .features-list a.features-list-link:focus,
.main .sec-features .wrapper .features-list a.features-list-link:focus-visible,
.main .sec-features .wrapper .features-list a.features-list-link:active,
.main .sec-features .wrapper .features-list a.features-list-link:visited {
  color: inherit;
  outline: none;
  opacity: 1;
  text-decoration: none;
}
.main .sec-features .wrapper .features-list a.features-list-link:focus-visible {
  outline: 2px solid #07ff96;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .main .sec-features .wrapper .features-list a.features-list-link:hover::after,
  .main .sec-features .wrapper .features-list a.features-list-link:focus-visible::after {
    animation: none;
    opacity: 0;
  }
  .main .sec-features .wrapper .features-list a.features-list-link:hover img,
  .main .sec-features .wrapper .features-list a.features-list-link:focus-visible img {
    animation: none;
            filter: brightness(1.2) saturate(0.9) drop-shadow(0 0 16px rgba(210, 245, 255, 0.52)) drop-shadow(0 0 34px rgba(175, 230, 255, 0.3)) drop-shadow(0 0 48px rgba(160, 215, 255, 0.18));
  }
}
@keyframes features-list-electric-overlay {
  0% {
    opacity: 0;
            transform: scale(0.08);
  }
  14% {
    opacity: 0.88;
            transform: scale(0.55);
  }
  38% {
    opacity: 0.62;
            transform: scale(1.05);
  }
  64% {
    opacity: 0.28;
            transform: scale(1.65);
  }
  100% {
    opacity: 0;
            transform: scale(2.25);
  }
}
@keyframes features-list-electric-glow {
  0% {
            filter: brightness(1.04) drop-shadow(0 0 0 rgba(160, 220, 255, 0));
  }
  22% {
            filter: brightness(1.16) drop-shadow(0 0 14px rgba(180, 235, 255, 0.85)) drop-shadow(0 0 28px rgba(120, 195, 255, 0.45));
  }
  48% {
            filter: brightness(1.1) drop-shadow(0 0 26px rgba(160, 220, 255, 0.5)) drop-shadow(0 0 48px rgba(100, 180, 255, 0.22));
  }
  100% {
            filter: brightness(1.24) saturate(0.9) contrast(0.99) drop-shadow(0 0 18px rgba(220, 248, 255, 0.65)) drop-shadow(0 0 38px rgba(185, 235, 255, 0.42)) drop-shadow(0 0 56px rgba(165, 220, 255, 0.26));
  }
}
.main .sec-features .features-item .features-cus-img,
.main .sec-features .features-item .features-zero-img,
.main .sec-features .features-item .features-daily-img {
  display: block;
  width: 40%;
  max-width: 40%;
  height: auto;
}
.main .sec-features .features-item .features-cus-img.sp-block,
.main .sec-features .features-item .features-zero-img.sp-block,
.main .sec-features .features-item .features-daily-img.sp-block {
  display: none;
}
@media screen and (min-width: 769px) {
  .main .sec-features .features-item .features-cus-img.pc-block {
    margin-bottom: -15px;
  }
  .main .sec-features .features-item .features-zero-img.pc-block {
    margin-top: 160px;
    margin-bottom: clamp(
      -15px,
      calc(-15px + (100vw - 769px) * -45px / (1200px - 769px)),
      -60px
    );
    margin-left: auto;
    margin-right: 0;
  }
  .main .sec-features .features-item .features-daily-img.pc-block {
    margin-bottom: clamp(
      -15px,
      calc(-15px + (100vw - 769px) * -35px / (1200px - 769px)),
      -50px
    );
  }
  .main .sec-features .features-item .features-zero-row {
    margin-top: clamp(
      30px,
      calc(30px + (100vw - 769px) * 20px / (1200px - 769px)),
      50px
    );
  }
  .main .sec-features .features-item .features-daily-row {
    margin-top: clamp(
      30px,
      calc(30px + (100vw - 769px) * 18px / (1200px - 769px)),
      48px
    );
  }
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-cus-img.pc-block,
  .main .sec-features .features-item .features-zero-img.pc-block,
  .main .sec-features .features-item .features-daily-img.pc-block {
    display: none;
  }
  .main .sec-features .features-item .features-cus-img.sp-block,
  .main .sec-features .features-item .features-zero-img.sp-block,
  .main .sec-features .features-item .features-daily-img.sp-block {
    display: block;
    width: 90%;
    max-width: 90%;
    margin-top: 120px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .sec-features .features-item .features-zero-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 75px;
}
.main .sec-features .features-item .features-zero-col-chart {
  position: relative;
  z-index: 0;
  flex: 0 0 46%;
  min-width: 0;
  max-width: 520px;
}
.main .sec-features .features-item .features-zero-col-copy {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}
.main .sec-features .features-item .features-zero-chart-img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: -25px;
}
.main .sec-features .features-item .features-zero-title-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: -25px;
}
.main .sec-features .features-item .features-zero-title-img.sp-block {
  display: none;
}
@media screen and (min-width: 769px) {
  .main .sec-features .features-item .features-zero-title-img.pc-block {
    width: 89%;
    height: auto;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .main .sec-features .features-item .features-zero-col-copy > p,
  .main .sec-features .features-item .features-zero-list {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-zero-title-img.pc-block {
    display: none;
  }
  .main .sec-features .features-item .features-zero-title-img.sp-block {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-main.en .sec-features .features-item .features-zero-title-img.sp-block {
    margin-top: 0;
  }
}
.main .sec-features .features-item .features-zero-col-copy > p {
  margin: 0 0 1.15em;
  line-height: 1.85;
}
.main .sec-features .features-item .features-zero-col-copy > p:last-of-type {
  margin-bottom: 0.65em;
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-zero-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .main .sec-features .features-item .features-zero-col-copy {
    display: contents;
  }
  .main .sec-features .features-item .features-zero-title-img {
    order: 1;
    margin-top: 0;
  }
  .main .sec-features .features-item .features-zero-col-chart {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .main .sec-features .features-item .features-zero-chart-img {
    margin-left: 0;
  }
  .main .sec-features .features-item .features-zero-col-copy > p {
    margin-top: 20px;
  }
  .main .sec-features .features-item .features-zero-col-copy > p + p {
    margin-top: 0.05em;
  }
  .main .sec-features .features-item .features-zero-col-copy > p,
  .main .sec-features .features-item .features-zero-col-copy > .features-zero-list {
    order: 3;
    width: 100%;
    max-width: 100%;
  }
  .main .sec-features .features-item .features-zero-col-copy > .features-zero-list {
    margin-top: 0.5em;
  }
}
.main .sec-features .features-item .features-daily-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  width: 100%;
  margin-top: clamp(24px, 3vw, 48px);
  margin-bottom: 100px;
}
.main .sec-features .features-item .features-daily-col-copy {
  flex: 1;
  min-width: 0;
}
.main .sec-features .features-item .features-daily-col-quest {
  flex: 0 0 46%;
  min-width: 0;
  max-width: 520px;
  position: relative;
}
.main .sec-features .features-item .features-daily-title-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-left: -16px;
}
.main .sec-features .features-item .features-daily-title-img.sp-block {
  display: none;
}
@media screen and (min-width: 769px) {
  .main .sec-features .features-item .features-daily-title-img.pc-block {
    transform: none;
    width: 105%;
    max-width: 105%;
    height: auto;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-daily-title-img.pc-block {
    display: none;
  }
  .main .sec-features .features-item .features-daily-title-img.sp-block {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-main.en .sec-features .features-item .features-daily-title-img.sp-block {
    margin-top: 0;
  }
}
.main .sec-features .features-item img.features-cus-title,
.main .sec-features .features-item img.features-zero-title-img,
.main .sec-features .features-item img.features-daily-title-img {
  opacity: 0;
  transform: translateY(30%);
}
.main .sec-features .features-item .features-daily-quest-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.main .sec-features .features-item .features-daily-box-img {
  width: 100%;
  height: auto;
  animation: 3s fuwa infinite;
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-daily-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .main .sec-features .features-item .features-daily-col-copy {
    display: contents;
  }
  .main .sec-features .features-item .features-daily-title-img {
    order: 1;
  }
  .main .sec-features .features-item .features-daily-col-quest {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2em;
  }
  .main .sec-features .features-item .features-daily-col-copy > p {
    order: 3;
    width: 100%;
    max-width: 100%;
    margin-top: 2.0em;
  }
}
.main .sec-features .features-item .features-cus-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-top: 30px;
}
.main .sec-features .features-item .features-cus-col-main {
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .main .sec-features .features-item .features-zero-row,
  .main .sec-features .features-item .features-daily-col-copy,
  .main .sec-features .features-item .features-cus-col-main {
    margin-left: 50px;
  }
}
.main .sec-features .features-item .features-cus-col-main > img:not(.features-cus-img) {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .main .sec-features .features-item .features-cus-col-main img.features-cus-title {
    width: 89%;
    height: auto;
    margin-left: 10px;
    margin-top: 40px;
  }
}
.main .sec-features .features-item .features-cus-col-main img.features-cus-title.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-cus-col-main img.features-cus-title.pc-block {
    display: none;
  }
  .main .sec-features .features-item .features-cus-col-main img.features-cus-title.sp-block {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-main.en .sec-features .features-item .features-cus-col-main img.features-cus-title.sp-block {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .lp-main.en .sec-features .features-item .features-cus-col-main img.features-cus-title {
    margin-left: 0;
  }
}
.main .sec-features .features-item img.features-cus-title.is-in-view,
.main .sec-features .features-item img.features-zero-title-img.is-in-view,
.main .sec-features .features-item img.features-daily-title-img.is-in-view {
  animation: slidebottom 0.5s forwards 1;
}
@media (prefers-reduced-motion: reduce) {
  .main img.deluxe-reveal-wipe-x {
    transition: none;
  }
  .main img.deluxe-reveal-fade.is-in-view,
  .main img.deluxe-reveal-wipe-x.is-in-view,
  .main img.deluxe-reveal-stagger.is-in-view,
  .main .sec-features .features-item img.features-cus-title.is-in-view,
  .main .sec-features .features-item img.features-zero-title-img.is-in-view,
  .main .sec-features .features-item img.features-daily-title-img.is-in-view,
  .main .sec-faq .sec-faq-title-img.is-in-view,
  .main .sec-other .wrapper .sec-other-leverage-title-img.is-in-view,
  .main .sec-other .wrapper .sec-other-conditions-title-img.is-in-view {
    opacity: 1;
    transform: none;
            clip-path: inset(0 0 0 0);
    animation: none;
    will-change: auto;
  }
}
.main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap {
  display: block;
  width: 50%;
  max-width: 420px;
  margin-top: 30px;
  margin-left: 100px;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap img.features-cus-btn {
  width: 100%;
  height: auto;
  transition: filter 0.4s ease;
  filter: brightness(1) contrast(1) saturate(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
}
.main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap img.features-cus-btn.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap img.features-cus-btn.pc-block {
    display: none;
  }
  .main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap img.features-cus-btn.sp-block {
    display: block;
  }
  .lp-main.en .main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap img.features-cus-btn.sp-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap:hover img.features-cus-btn,
.main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap:focus-visible img.features-cus-btn {
  filter: brightness(1.4) contrast(1.1) saturate(1.24) hue-rotate(6deg)
    drop-shadow(0 0 16px rgba(230, 250, 255, 0.82))
    drop-shadow(0 0 28px rgba(130, 110, 255, 0.48))
    drop-shadow(0 0 44px rgba(100, 220, 255, 0.3));
}
@media screen and (min-width: 769px) {
  .main .sec-features .features-item .features-cus-col-main .features-cus-body {
    margin-top: 40px;
  }
}
.main .sec-features .features-item .features-cus-col-main .features-cus-body > p + p {
  margin-top: 1.5em;
}
.main .sec-features .features-item .features-cus-col-lili {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 45.6%;
  min-width: 0;
  max-width: 432px;
  margin-left: clamp(-56px, -7vw, -20px);
  position: relative;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .main .sec-features .features-item .features-cus-col-main {
    position: relative;
    z-index: 2;
  }
  .main .sec-features .features-item .features-cus-col-lili {
    z-index: 1;
  }
}
.main .sec-features .features-item .features-cus-lili-bg {
  display: block;
  width: 100%;
  height: auto;
}
.main .sec-features .features-item .features-cus-col-lili .equip-char-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.main .sec-features .features-item .features-cus-lili-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  animation: 3s fuwa infinite;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lp-main.en .sec-features .features-item .features-cus-lili-img {
    width: 68%;
    top: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main.en .sec-features .features-item .features-cus-lili-img {
    width: 80%;
    max-width: 80%;
    left: 26px;
    top: -10px;
  }
}
@keyframes fuwa {
  0%, 100% {
            transform: translateY(0);
  }
  50% {
            transform: translateY(-20px);
  }
}
@keyframes fuwa-lisa {
  0%, 100% {
    transform: scale(var(--equip-lisa-scale, 0.83)) translateY(0);
  }
  50% {
    transform: scale(var(--equip-lisa-scale, 0.83)) translateY(-16px);
  }
}
@keyframes fuwa-sm {
  0%, 100% {
            transform: translateY(0);
  }
  50% {
            transform: translateY(-5px);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-cus-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .main .sec-features .features-item .features-cus-col-main {
    display: contents;
  }
  .main .sec-features .features-item .features-cus-col-main img.features-cus-title {
    order: 1;
  }
  .main .sec-features .features-item .features-cus-col-lili {
    order: 1;
    width: 100%;
    max-width: min(100%, 384px);
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .main .sec-features .features-item .features-cus-col-main .features-cus-body {
    order: 3;
    width: 100%;
    max-width: 100%;
  }
  .main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap {
    order: 4;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .sec-features .features-item .features-cus-list li {
  margin: 0 0 0.4em;
  list-style: none;
}
.main .sec-features .features-item .features-cus-list-item--with-tail {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 0.2em;
}
.main .sec-features .features-item .features-cus-list-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.main .sec-features .features-item .features-cus-list-img.sp-block {
  display: none;
}
.main .sec-features .features-item .features-cus-list-img.pc-block {
  height: 30px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .main .sec-features .features-item .features-cus-list-img.pc-block {
    display: none;
  }
  .main .sec-features .features-item .features-cus-list-img.sp-block {
    display: block;
    height: 23px;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .lp-main.en .sec-features .features-item .features-zero-col img.features-zero-title-img {
    width: 102%;
    max-width: 102%;
    margin-left: 0;
  }
  .lp-main.en .sec-features .features-item .features-zero-col-copy > p,
  .lp-main.en .sec-features .features-item .features-zero-list {
    padding-left: 0;
  }
}
.main .sec-features .features-item .features-zero-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main .sec-features .features-item .features-zero-list li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0.5em;
  padding: 0;
  color: #00f5ff;
  line-height: 1.45;
}
.main .sec-features .features-item .features-zero-list li:last-child {
  margin-bottom: 0;
}
.main .sec-features .features-item .features-zero-list li::before {
  content: "";
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.28em;
  background: url(/resources_source/images/deluxe_v2/ja/zero_p_icon.png) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .lp-main.en .sec-features .features-item .features-daily-col img.features-daily-title-img {
    width: 102%;
    max-width: 102%;
    margin-left: 0;
  }
}
.main .sec-bonus .wrapper .bonus-bgi {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.main .sec-bonus .wrapper .bonus-bgi.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-bonus .wrapper .bonus-bgi.pc-block {
    display: none;
  }
  .main .sec-bonus .wrapper .bonus-bgi.sp-block {
    display: block;
  }
}
.main .sec-bonus .wrapper .bonus-row {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #000;
  background-image: url(/resources_source/images/deluxe_v2/ja/bonus_bgi_02.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  box-sizing: border-box;
}
.main .sec-bonus .wrapper .bonus-row-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  padding-right: min(360px, 38%);
}
.main .sec-bonus .wrapper .bonus-col-main {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
}
.main .sec-bonus .wrapper .bonus-col-main > img {
  display: block;
  width: 100%;
  height: auto;
}
.main .sec-bonus .wrapper .bonus-col-main > a.bonus-btn-link {
  display: block;
  width: 80%;
  max-width: 80%;
  margin: 35px auto 100px 30px;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  animation: bururi 1s infinite;
}
@keyframes bururi {
  50% {
    transform: scale(1, 1);
  }
  52% {
    transform: scale(0.98, 0.95)
  }
  54% {
    transform: scale(1, 1);
  }
  56% {
    transform: scale(0.98, 0.95)
  }
  58% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(0.98, 0.95)
  }
}
.main .sec-bonus .wrapper .bonus-col-main > a.bonus-btn-link img {
  display: block;
  width: 100%;
  height: auto;
}
.main .sec-bonus .wrapper .bonus-col-main .bonus-point-item .bonus-point-img {
  width: 100%;
  height: auto;
  margin-left: -25px;
}
.main .sec-bonus .wrapper .bonus-col-main .bonus-point-item .bonus-point-img.sp-block {
  display: none;
}
.main .sec-bonus .wrapper .bonus-col-main > a.bonus-btn-link img.bonus-btn.sp-block {
  display: none;
}
.main .sec-bonus .wrapper .bonus-lin-img.sp-block,
.main .sec-bonus .wrapper .bonus-lin-p-img.sp-block {
  display: none;
}
.main .sec-bonus .wrapper .bonus-col-main .bonus-point-item + .bonus-point-item {
  margin-top: -30px;
}
.main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note {
  margin: -0.65em 0 0.75em 3px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note {
    font-size: 0.85em;
  }
}
.main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note a.bonus-detail-here {
  color: #9333ea;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note a.bonus-detail-here:hover,
.main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note a.bonus-detail-here:focus,
.main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note a.bonus-detail-here:focus-visible,
.main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note a.bonus-detail-here:active,
.main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note a.bonus-detail-here:visited {
  color: #9333ea;
  text-decoration: none;
}
.main .sec-bonus .wrapper .bonus-col-main > h1.bonus-main-title {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(0.06em, 1.2vmin, 0.14em);
  margin: 50px 0 0.5em;
  padding: 0;
  font-size: clamp(2.75rem, 9vw, 5.75rem);
  font-weight: 900;
  line-height: 1.05;
  background: transparent;
  color: inherit;
}
.main .sec-bonus .wrapper .bonus-title-img1,
.main .sec-bonus .wrapper .bonus-title-img2,
.main .sec-bonus .wrapper .bonus-title-sp {
  width: 90%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .lp-main.en .sec-bonus .wrapper .bonus-title-img1 {
    width: 71.5%;
  }
  .lp-main.en .sec-bonus .wrapper .bonus-title-img2 {
    width: 100%;
  }
}
.main .sec-bonus .wrapper .bonus-main-title-cutin .bonus-title-img1,
.main .sec-bonus .wrapper .bonus-main-title-cutin .bonus-title-img2 {
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.18, 1, 0.32, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .lp-main.en .sec-bonus .wrapper .bonus-title-img1.sp-block {
    width: 75%;
  }
  .lp-main.en .sec-bonus .wrapper .bonus-title-img2.sp-block {
    width: 100%;
  }
}
.main .sec-bonus .wrapper .bonus-main-title-cutin .bonus-title-img1:nth-child(1),
.main .sec-bonus .wrapper .bonus-main-title-cutin .bonus-title-img2:nth-child(1) {
  transform-origin: left center;
  transform: translate3d(calc(-1 * clamp(6rem, 42vw, 22rem)), 0, 0) skewX(-9deg) scale(0.94);
}
.main .sec-bonus .wrapper .bonus-main-title-cutin .bonus-title-img1:nth-child(2),
.main .sec-bonus .wrapper .bonus-main-title-cutin .bonus-title-img2:nth-child(2) {
  transform-origin: right center;
  transform: translate3d(clamp(6rem, 42vw, 22rem), 0, 0) skewX(9deg) scale(0.94);
}
.main .sec-bonus .wrapper .bonus-main-title-cutin.is-cutin-show .bonus-title-img1,
.main .sec-bonus .wrapper .bonus-main-title-cutin.is-cutin-show .bonus-title-img2 {
  opacity: 1;
  transform: translate3d(0, 0, 0) skewX(0deg) scale(1);
}
.main .sec-bonus .wrapper .bonus-main-title-cutin.is-cutin-show .bonus-title-img1:nth-child(2),
.main .sec-bonus .wrapper .bonus-main-title-cutin.is-cutin-show .bonus-title-img2:nth-child(2) {
  transition-delay: 0.22s;
}
@media (prefers-reduced-motion: reduce) {
  .main .sec-bonus .wrapper .bonus-main-title-cutin .bonus-title-img1,
  .main .sec-bonus .wrapper .bonus-main-title-cutin .bonus-title-img2 {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.main .sec-bonus .wrapper .bonus-col-rin {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: min(360px, 38%);
  max-width: 360px;
  min-width: 0;
  height: calc(100% - 20px);
  overflow: visible;
  z-index: 2;
}
.main .sec-bonus .wrapper .bonus-lin-clip {
  flex: 0 0 155%;
  width: 155%;
  max-width: none;
  min-width: 0;
  height: 100%;
  max-height: 100%;
  overflow: visible;
  box-sizing: border-box;
}
.main .sec-bonus .wrapper .bonus-lin-img-wrap {
  position: relative;
  height: 100%;
}
.main .sec-bonus .wrapper .bonus-lin-img {
  position: absolute;
  display: block;
  line-height: 0;
  top: auto;
  bottom: 0;
  left: 40px;
  width: 100%;
  max-width: none;
  height: auto;
  vertical-align: top;
  flex-shrink: 0;
  transform-origin: 50% 100%;
  animation: mv-chara-breathe 4.6s ease-in-out infinite;
}
.main .sec-bonus .wrapper .bonus-lin-p-img {
  position: absolute;
  top: 220px;
  left: 100px;
  height: auto;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .lp-main:not(.en) .main .sec-bonus .wrapper .bonus-lin-p-img.pc-block {
    left: clamp(70px, calc(100px - (1200px - 100vw) * 0.1), 100px);
    z-index: 1;
  }
  .lp-main.en .main .sec-bonus .wrapper .bonus-lin-p-img.pc-block {
    top: auto;
    left: auto;
    right: clamp(-40px, calc(-40px + (1400px - 100vw) * 0.2), 80px);
    bottom: 300px;
    width: 45%;
    max-width: 45%;
    height: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-bonus .wrapper .bonus-row {
    position: relative;
    background-image: url(/resources_source/images/deluxe_v2/ja/bonus_sp_bgi_02.jpg);
  }
  .main .sec-bonus .wrapper .bonus-row-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 86%;
    padding-right: 0;
    padding-bottom: max(260px, calc(min(92vw, 360px) * 1.211 - 56px));
  }
  .main .sec-bonus .wrapper .bonus-col-main {
    display: contents;
    width: 100%;
  }
  .main .sec-bonus .wrapper .bonus-col-main > h1.bonus-main-title,
  .main .sec-bonus .wrapper .bonus-col-main .bonus-point-item {
    order: 1;
  }
  .main .sec-bonus .wrapper .bonus-col-rin {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 315px);
    max-width: min(100%, 315px);
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 1;
  }
  .main .sec-bonus .wrapper .bonus-lin-clip {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    overflow: visible;
    clip-path: none;
  }
  .main .sec-bonus .wrapper .bonus-lin-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main .sec-bonus .wrapper .bonus-lin-p-img {
    top: 15%;
    left: 15%;
    width: auto;
    height: auto;
    z-index: 2;
  }
  .lp-main:not(.en) .main .sec-bonus .wrapper .bonus-lin-p-img {
    max-width: 19%;
    top: auto;
    bottom: 115px;
  }
  .lp-main.en .main .sec-bonus .wrapper .bonus-lin-p-img {
    max-width: 50%;
    top: auto;
    left: 0;
    right: auto;
    bottom: 140px;
  }
  .main .sec-bonus .wrapper .bonus-lin-img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: initial;
    object-position: initial;
    transform-origin: 50% 100%;
  }
  .main .sec-bonus .wrapper .bonus-col-main > a.bonus-btn-link {
    position: absolute;
    bottom: clamp(48px, 14vw, 48px);
    left: 0;
    right: 0;
    z-index: 2;
    width: min(100%, 340px);
    max-width: 100%;
    margin: 0 auto;
  }
  .main .sec-bonus .wrapper .bonus-col-main > h1.bonus-main-title {
    margin-top: 60px;
    align-items: center;
  }
  .main .sec-bonus .wrapper .bonus-col-main > h1.bonus-main-title .bonus-title-sp.sp-block {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .sec-bonus .wrapper .bonus-col-main .bonus-point-item .bonus-point-img.pc-block {
    display: none;
  }
  .main .sec-bonus .wrapper .bonus-col-main .bonus-point-item .bonus-point-img.sp-block {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .sec-bonus .wrapper .bonus-col-main > .bonus-point-item:nth-of-type(3) {
    position: relative;
    z-index: 2;
  }
  .main .sec-bonus .wrapper .bonus-col-main > a.bonus-btn-link img.bonus-btn.pc-block {
    display: none;
  }
  .main .sec-bonus .wrapper .bonus-col-main > a.bonus-btn-link img.bonus-btn.sp-block {
    display: block;
  }
  .main .sec-bonus .wrapper .bonus-lin-img.pc-block,
  .main .sec-bonus .wrapper .bonus-lin-p-img.pc-block {
    display: none;
  }
  .main .sec-bonus .wrapper .bonus-lin-img.sp-block {
    display: block;
  }
  .main .sec-bonus .wrapper .bonus-lin-p-img.sp-block {
    display: block;
  }
  .main .sec-bonus .wrapper .bonus-col-main .bonus-point-item + .bonus-point-item {
    margin-top: -13px;
  }
  .main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note {
    display: none;
  }
  .lp-main.en .main .sec-bonus .wrapper .bonus-col-main > p.bonus-detail-note {
    display: block;
    order: 1;
    font-size: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
}
.main .sec-equipment {
  position: relative;
  --equip-intro-block-outer: min(100vw - 40px, 1320px);
  --equip-intro-inner-width: calc(var(--equip-intro-block-outer) - 2 * clamp(8px, 2vw, 20px));
  --equip-chars-row-width: min(960px, calc(var(--equip-intro-inner-width) * 0.94));
}
.main .sec-equipment .equip-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  z-index: 0;
  pointer-events: none;
  box-sizing: border-box;
  background-image: url(/resources_source/images/deluxe_v2/ja/equipment_bgi_repeat.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: scroll;
  border-bottom: 3px solid #5ffbff;
}
.main .sec-equipment .equip-bg-gradation {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
  background-image: url(/resources_source/images/deluxe_v2/ja/top_bg_gradation.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.main .sec-equipment > .wrapper {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main .sec-equipment > .wrapper > .equip-h1-img {
  display: block;
  width: 18%;
  max-width: 18%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.main .sec-equipment > .wrapper > .equip-h1-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment > .wrapper > .equip-h1-img.pc-block {
    display: none;
  }
  .main .sec-equipment > .wrapper > .equip-h1-img.sp-block {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .main .sec-equipment .equip-bg {
    background-image: url(/resources_source/images/deluxe_v2/ja/epuipment_sp_bgi_repeat.jpg);
  }
}
.main .sec-equipment > .wrapper > .equip-h1-img,
.main .sec-equipment > .wrapper > .equip-section-title-glitch,
.main .sec-equipment > .wrapper > .equip-intro-block {
  position: relative;
  z-index: 2;
}
.main .sec-equipment .equip-type-builds-lisa-wrap {
  position: relative;
  overflow: visible;
}
.main .sec-equipment .equip-howto-lili-wrap {
  position: relative;
  overflow: visible;
}
.main .sec-equipment .equip-type-builds-lisa-wrap .equip-lisa-accent,
.main .sec-equipment .equip-howto-lili-wrap .equip-lili-accent {
  display: none;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-type-builds-lisa-wrap .equip-lisa-accent {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 700px 0 0 0;
    line-height: 0;
    pointer-events: none;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-type-builds-lisa-wrap .equip-lisa-accent-img {
    display: block;
    width: auto;
    max-width: min(116vw, 676px);
    height: auto;
    margin: 0;
    flex-shrink: 0;
  }
  .main .sec-equipment .equip-howto-lili-wrap .equip-lili-accent {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 0;
    pointer-events: none;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-lili-wrap .equip-lili-accent-img {
    display: block;
    width: auto;
    max-width: min(116vw, 420px);
    height: auto;
    margin: 0;
    margin-top: -380px;
    flex-shrink: 0;
  }
}
.main .sec-equipment .equip-type-tabs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.main .sec-equipment .equip-type-tabs-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.main .sec-equipment .equip-type-tab {
  appearance: none;
  border: 0;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  line-height: 0;
  min-width: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-type-tabs {
    gap: clamp(5px, 1.1vw, 12px);
  }
  .main .sec-equipment .equip-type-tabs-row {
    gap: 2px;
  }
  .main .sec-equipment .equip-type-tabs-row:not(.equip-type-tabs-row-three) {
    width: min(100%, calc((100% - 6px) * 0.8 + 6px));
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .sec-equipment .equip-type-tabs-row-three {
    align-self: center;
    width: min(100%, calc((100% - 6px) * 0.6 + 4px));
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .main .sec-equipment .equip-type-tab {
    flex: 0 0 calc((100% - 6px) / 4);
    max-width: calc((100% - 6px) / 4);
    width: 75%;
  }
  .main .sec-equipment .equip-type-tabs-row-three .equip-type-tab {
    flex: 0 0 calc((100% - 4px) / 3);
    max-width: calc((100% - 4px) / 3);
  }
}
.main .sec-equipment .equip-type-tab:focus {
  outline: none;
}
.main .sec-equipment .equip-type-tab:focus-visible {
  outline: 2px solid #07ff96;
  outline-offset: 3px;
}
.main .sec-equipment .equip-type-tab-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.main .sec-equipment .equip-type-tab-img-active {
  display: none;
}
.main .sec-equipment .equip-type-tab.is-selected .equip-type-tab-img-default {
  display: none;
}
.main .sec-equipment .equip-type-tab.is-selected .equip-type-tab-img-active {
  display: block;
}
.main .sec-equipment .equip-type-tab:hover .equip-type-tab-img-default {
  display: none;
}
.main .sec-equipment .equip-type-tab:hover .equip-type-tab-img-active {
  display: block;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-type-tab .equip-type-tab-img.sp-block,
  .main .sec-equipment .equip-type-tab.is-selected .equip-type-tab-img-active.sp-block,
  .main .sec-equipment .equip-type-tab:hover .equip-type-tab-img-active.sp-block,
  .main .sec-equipment .equip-type-tab.is-selected .equip-type-tab-img-default.sp-block,
  .main .sec-equipment .equip-type-tab:hover .equip-type-tab-img-default.sp-block {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-type-tab .equip-type-tab-img.pc-block,
  .main .sec-equipment .equip-type-tab.is-selected .equip-type-tab-img-active.pc-block,
  .main .sec-equipment .equip-type-tab:hover .equip-type-tab-img-active.pc-block,
  .main .sec-equipment .equip-type-tab.is-selected .equip-type-tab-img-default.pc-block,
  .main .sec-equipment .equip-type-tab:hover .equip-type-tab-img-default.pc-block {
    display: none;
  }
  .main .sec-equipment .equip-type-tab .equip-type-tab-img-default.sp-block {
    display: block;
  }
  .main .sec-equipment .equip-type-tab .equip-type-tab-img-active.sp-block {
    display: none;
  }
  .main .sec-equipment .equip-type-tab.is-selected .equip-type-tab-img-default.sp-block {
    display: none;
  }
  .main .sec-equipment .equip-type-tab.is-selected .equip-type-tab-img-active.sp-block {
    display: block;
  }
  .main .sec-equipment .equip-type-tab:not(.is-selected):hover .equip-type-tab-img-default.sp-block {
    display: block;
  }
  .main .sec-equipment .equip-type-tab:not(.is-selected):hover .equip-type-tab-img-active.sp-block {
    display: none;
  }
  .main .sec-equipment .equip-type-tabs {
    gap: 4px;
    margin-top: 50px;
    width: 110%;
    max-width: 110%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .main .sec-equipment .equip-type-tabs-row {
    gap: 2px;
  }
  .main .sec-equipment .equip-type-tabs-row:not(.equip-type-tabs-row-three) {
    width: min(100%, calc((100% - 6px) * 1.00 + 6px));
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .sec-equipment .equip-type-tabs-row-three {
    align-self: center;
    width: min(100%, calc((100% - 6px) * 0.75 + 4px));
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .main .sec-equipment .equip-type-tab {
    flex: 0 0 calc((100% - 6px) / 4);
    max-width: calc((100% - 6px) / 4);
    width: 100%;
    margin: 0 auto;
  }
  .main .sec-equipment .equip-type-tabs-row-three .equip-type-tab {
    flex: 0 0 calc((100% - 4px) / 3);
    max-width: calc((100% - 4px) / 3);
  }
}
.main .sec-equipment .equip-type-tab.equip-tab-pulse {
  animation: equip-tab-select-pop 0.32s cubic-bezier(0.22, 0.82, 0.28, 1) 1;
}
@keyframes equip-tab-select-pop {
  0% {
            transform: scale(1);
            filter: drop-shadow(0 0 0 rgba(95, 251, 255, 0));
  }
  45% {
            transform: scale(1.05);
            filter: drop-shadow(0 0 12px rgba(95, 251, 255, 0.72)) drop-shadow(0 0 22px rgba(7, 255, 150, 0.32));
  }
  100% {
            transform: scale(1);
            filter: drop-shadow(0 0 0 rgba(95, 251, 255, 0));
  }
}
.main .sec-equipment .equip-type-content,
.main .sec-equipment .equip-builds-content,
.main .sec-equipment .equip-howto-content {
  position: relative;
  z-index: 2;
  scroll-margin-top: 88px;
  margin-top: 100px;
  margin-bottom: clamp(16px, 3vw, 32px);
  padding: clamp(20px, 4vw, 40px) clamp(12px, 4vw, 24px);
  isolation: isolate;
  box-sizing: border-box;
}
.main .sec-equipment .equip-howto-content {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-howto-content {
    margin-top: 160px;
  }
}
.main .sec-equipment .equip-howto-content .equip-howto-text-stage p {
  font-size: 20px;
  line-height: 1.75;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 18px rgba(0, 0, 0, 0.45);
}
.main .sec-equipment .equip-type-content::before,
.main .sec-equipment .equip-builds-content::before,
.main .sec-equipment .equip-howto-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 80vw;
  max-width: 80vw;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  pointer-events: none;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.main .sec-equipment .equip-type-content::before,
.main .sec-equipment .equip-builds-content::before,
.main .sec-equipment .equip-howto-content::before {
  width: var(--equip-chars-row-width);
  max-width: var(--equip-chars-row-width);
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-type-content::before,
  .main .sec-equipment .equip-builds-content::before,
  .main .sec-equipment .equip-howto-content::before {
    display: none;
  }
}
.main .sec-equipment .equip-type-content > *,
.main .sec-equipment .equip-builds-content > *,
.main .sec-equipment .equip-howto-content > * {
  position: relative;
  z-index: 1;
}
.main .sec-equipment .equip-type-content .equip-type-title-img {
  display: block;
  width: 81%;
  max-width: var(--equip-chars-row-width);
  height: auto;
  margin: 50px auto 0;
  box-sizing: border-box;
}
.main .sec-equipment .equip-type-content .equip-type-title-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-type-content {
    margin-top: 90px;
    padding-top: 0;
  }
  .main .sec-equipment .equip-type-content .equip-type-title-img.pc-block {
    display: none;
  }
  .main .sec-equipment .equip-type-content .equip-type-title-img.sp-block {
    display: block;
    width: 107%;
    max-width: 107%;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main .sec-equipment .equip-builds-content .equip-builds-title-img,
.main .sec-equipment .equip-howto-content .equip-howto-title-img {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 85%;
  height: auto;
}
.main .sec-equipment .equip-howto-content .equip-howto-title-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-howto-content .equip-howto-title-img.pc-block {
    display: none;
  }
  .main .sec-equipment .equip-howto-content .equip-howto-title-img.sp-block {
    display: block;
    width: 96%;
    max-width: 96%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    transform: none;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-type-content .equip-type-lead,
  .main .sec-equipment .equip-builds-content .equip-builds-lead {
    margin: 50px 0;
    text-align: center;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-type-content .equip-type-lead,
  .main .sec-equipment .equip-builds-content .equip-builds-lead {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1px;
  }
  .main .sec-equipment .equip-type-content .equip-type-lead {
    text-align: left;
  }
  .main .sec-equipment .equip-builds-content .equip-builds-lead {
    text-align: left;
  }
}
.main .sec-equipment .equip-type-content .equip-type-footnote {
  position: relative;
  z-index: 1;
  margin: clamp(4px, 0.75vw, 10px) 0 0 0;
  padding: 0;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
}
.main .sec-equipment .equip-type-content .equip-type-footnote-em {
  color: #ffdd44;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.85);
}
.main .sec-equipment .equip-type-content a.equip-type-footnote-em {
  text-decoration: none;
  cursor: pointer;
}
.main .sec-equipment .equip-type-content a.equip-type-footnote-em:visited {
  color: #ffdd44;
}
.main .sec-equipment .equip-type-content a.equip-type-footnote-em:focus-visible {
  outline: 2px solid #ffdd44;
  outline-offset: 2px;
}
.main .sec-equipment .equip-type-content a.equip-type-footnote-em:hover,
.main .sec-equipment .equip-type-content a.equip-type-footnote-em:focus {
  color: #fff0aa;
}
.main .sec-equipment .equip-type-content .equip-type-footnote-reserve {
  visibility: hidden;
  text-shadow: none;
  pointer-events: none;
  line-height: 1.5;
  min-height: 1.7em;
}
.main .sec-equipment .equip-type-panel-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.5vw, 16px);
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  box-sizing: border-box;
}
.main .sec-equipment #equip-type-list .equip-type-panel-row {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment #equip-type-list .equip-type-panel-row {
    margin-bottom: 90px;
  }
}
.main .sec-equipment .equip-type-panel-stage {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  align-self: stretch;
  box-sizing: border-box;
}
.main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel {
  grid-area: 1 / 1;
  flex: 0 0 auto;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.22, 0.82, 0.28, 1), transform 0.3s cubic-bezier(0.22, 0.82, 0.28, 1);
  will-change: opacity, transform;
}
.main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center.equip-panel-enter,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-enter,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-enter {
  z-index: 2;
}
.main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center.equip-panel-leave,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-leave,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-leave {
  z-index: 1;
}
.main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center.equip-panel-enter.equip-panel-from-next,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-enter.equip-panel-from-next,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-enter.equip-panel-from-next {
  opacity: 0;
  transform: translate3d(14px, 0, 0);
}
.main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center.equip-panel-enter.equip-panel-from-prev,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-enter.equip-panel-from-prev,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-enter.equip-panel-from-prev {
  opacity: 0;
  transform: translate3d(-14px, 0, 0);
}
.main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center.equip-panel-enter-active,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-enter-active,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center.equip-panel-leave.equip-panel-leave-next,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-leave.equip-panel-leave-next,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-leave.equip-panel-leave-next {
  opacity: 0;
  transform: translate3d(-14px, 0, 0);
}
.main .sec-equipment .equip-type-panel-stage > .equip-type-panel-center.equip-panel-leave.equip-panel-leave-prev,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-leave.equip-panel-leave-prev,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-leave.equip-panel-leave-prev {
  opacity: 0;
  transform: translate3d(14px, 0, 0);
}
.main .sec-equipment .equip-type-panel-row .equip-type-panel-side {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: min(22%, 140px);
  height: auto;
}
.main .sec-equipment .equip-type-panel-row > button.equip-type-panel-nav.equip-type-panel-side {
  flex: 0 0 30px;
  width: 30px;
  max-width: 30px;
  min-width: 0;
  height: auto;
     object-fit: contain;
}
.main .sec-equipment .equip-type-panel-row > button.equip-type-panel-nav.equip-type-panel-side {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  box-sizing: border-box;
}
.main .sec-equipment .equip-type-panel-row > button.equip-type-panel-nav.equip-type-panel-side img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
     object-fit: contain;
  animation: 3s fuwa-sm infinite;
}
.main .sec-equipment .equip-type-panel-row > button.equip-type-panel-nav.equip-type-panel-side:focus {
  outline: none;
}
.main .sec-equipment .equip-type-panel-row > button.equip-type-panel-nav.equip-type-panel-side:focus-visible {
  outline: 2px solid #ffdd44;
  outline-offset: 2px;
}
.main .sec-equipment .equip-type-panel-row .equip-type-panel-center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
}
.main .sec-equipment .equip-type-panel-row .equip-type-panel-center[hidden] {
  display: none !important;
}
.main .sec-equipment .equip-type-panel-row .equip-type-panel-center .equip-type-panel-main {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side img.pc-block {
    width: 57px;
    max-width: 57px;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .main .sec-equipment #equip-type-list .equip-type-panel-main.sp-block,
  .main .sec-equipment .equip-howto-image-stage .equip-type-panel-main.sp-block,
  .main .sec-equipment #equip-type-list .equip-type-panel-nav.equip-type-panel-side img.sp-block,
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side img.sp-block {
    display: none;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-row {
    position: relative;
    align-items: center;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-stage {
    position: relative;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-stage > .equip-type-panel-center,
  .main .sec-equipment #equip-type-list .equip-type-panel-row .equip-type-panel-center {
    position: relative;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-center .equip-type-footnote {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    width: fit-content;
    max-width: 100%;
    margin-top: clamp(8px, 1.5vw, 16px);
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    z-index: 1;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-row > button.equip-type-panel-nav.equip-type-panel-side {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-equipment #equip-type-list .equip-type-panel-main.pc-block,
  .main .sec-equipment .equip-howto-image-stage .equip-type-panel-main.pc-block,
  .main .sec-equipment #equip-type-list .equip-type-panel-nav.equip-type-panel-side img.pc-block,
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side img.pc-block {
    display: none;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-main.sp-block,
  .main .sec-equipment .equip-howto-image-stage .equip-type-panel-main.sp-block,
  .main .sec-equipment #equip-type-list .equip-type-panel-nav.equip-type-panel-side img.sp-block,
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side img.sp-block {
    display: block;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-row {
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    width: 108%;
    max-width: 108%;
    left: 50%;
    transform: translateX(-50%);
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-stage {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    align-self: stretch;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-row .equip-type-panel-center {
    position: relative;
    min-width: 0;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-center .equip-type-footnote {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    width: fit-content;
    max-width: 100%;
    margin-top: clamp(8px, 1.5vw, 16px);
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-row > button.equip-type-panel-nav.equip-type-panel-side {
    position: absolute;
    top: 50%;
    z-index: 3;
    flex: none;
    width: min(14vw, 52px);
    max-width: min(14vw, 52px);
    margin: 0;
    transform: translateY(-50%);
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-nav-prev.equip-type-panel-side {
    left: -25px;
  }
  .main .sec-equipment #equip-type-list .equip-type-panel-nav-next.equip-type-panel-side {
    right: -25px;
  }
  .main .sec-equipment .equip-type-panel-row.equip-howto-panel-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main .sec-equipment .equip-howto-heading-row {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 130px;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-title-nav-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav-prev,
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav-next {
    flex: 0 0 auto;
    align-self: flex-start;
    margin-top: 10px;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-text-stage {
    display: grid;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-text-stage > .equip-howto-step-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: none;
    transition: none;
    transform: none;
    will-change: auto;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-text-stage > .equip-howto-step-panel:not([hidden]) {
    display: block;
    position: relative;
    width: 100%;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-leave {
    display: none !important;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side img.sp-block {
    width: 20px;
    max-width: 20px;
    height: auto;
    animation: none;
    transform: none;
  }
  .main .sec-equipment .equip-type-panel-row .equip-type-panel-side {
    max-width: min(28%, 100px);
  }
  .main .sec-equipment .equip-type-panel-row > button.equip-type-panel-nav.equip-type-panel-side {
    flex: 0 0 22px;
    width: 22px;
    max-width: 22px;
  }
  .main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img.sp-block,
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step1.sp-block,
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step2.sp-block,
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step3.sp-block {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    animation: none;
    transform: none;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-step-heading-img.sp-block {
    display: block;
    width: auto;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    animation: none;
    transform: none;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-step-icon-wrap.sp-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-step-icon {
    display: none;
    width: 20%;
    max-width: 20%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-step-icon:not([hidden]) {
    display: block;
  }
  .lp-main:not(.en) .main .sec-equipment .equip-howto-heading-row .equip-howto-step-heading-img-step1.sp-block {
    width: 80%;
    max-width: 80%;
  }
  .lp-main:not(.en) .main .sec-equipment .equip-howto-heading-row .equip-howto-step-heading-img-step3.sp-block {
    width: 72%;
    max-width: 72%;
  }
  .lp-main.en .main .sec-equipment .equip-howto-heading-row .equip-howto-step-heading-img-step1.sp-block {
    width: 60%;
    max-width: 60%;
  }
  .lp-main.en .main .sec-equipment .equip-howto-heading-row .equip-howto-step-heading-img-step2.sp-block {
    width: 88%;
    max-width: 88%;
  }
  .lp-main.en .main .sec-equipment .equip-howto-heading-row .equip-howto-step-heading-img.sp-block {
    margin-left: auto;
    margin-right: auto;
  }
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img + p,
  .main .sec-equipment .equip-howto-content .equip-howto-text-stage p {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.75;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-step-heading-img + p {
    position: relative;
    left: auto;
    width: 110%;
    max-width: none;
    margin-left: -5%;
    margin-right: 0;
  }
  .main .sec-equipment .equip-howto-heading-row {
    padding-bottom: 0;
  }
  .main .sec-equipment .equip-howto-content .equip-howto-panel-row {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
    box-sizing: border-box;
  }
}
.main .sec-equipment .equip-howto-steps {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-howto-steps {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-howto-steps {
    margin-top: 60px;
  }
}
.main .sec-equipment .equip-howto-text-stage,
.main .sec-equipment .equip-howto-image-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  box-sizing: border-box;
}
.main .sec-equipment .equip-howto-text-stage {
  width: 100%;
}
.main .sec-equipment .equip-howto-image-stage {
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
}
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel[hidden],
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel[hidden] {
  display: none !important;
}
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel {
  position: relative;
  width: 100%;
}
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel:not([hidden]),
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel:not([hidden]) {
  display: block;
}
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-enter,
.main .sec-equipment .equip-howto-text-stage > .equip-howto-step-panel.equip-panel-leave,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-enter,
.main .sec-equipment .equip-howto-image-stage > .equip-howto-step-panel.equip-panel-leave {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment #equip-howto-steps {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      ". howto-text ."
      "howto-prev howto-image howto-next"
      "howto-dots howto-dots howto-dots";
    align-items: center;
    column-gap: clamp(6px, 1.5vw, 16px);
    row-gap: 20px;
  }
  .main .sec-equipment #equip-howto-steps > .equip-howto-heading-row,
  .main .sec-equipment #equip-howto-steps > .equip-howto-panel-row.equip-howto-panel-row {
    display: contents;
  }
  .main .sec-equipment #equip-howto-steps .equip-howto-title-nav-row {
    display: contents;
  }
  .main .sec-equipment #equip-howto-steps > .equip-howto-page-indicator {
    grid-area: howto-dots;
  }
  .main .sec-equipment #equip-howto-steps .equip-howto-text-stage {
    grid-area: howto-text;
    width: 100%;
  }
  .main .sec-equipment #equip-howto-steps .equip-howto-heading-row .equip-howto-nav-prev,
  .main .sec-equipment #equip-howto-steps .equip-howto-heading-row .equip-howto-nav-next {
    position: relative;
    z-index: 3;
    align-self: center;
    justify-self: stretch;
    width: 100%;
    min-width: 57px;
    display: flex;
    align-items: center;
  }
  .main .sec-equipment #equip-howto-steps .equip-howto-heading-row .equip-howto-nav-prev {
    grid-area: howto-prev;
    justify-content: flex-end;
  }
  .main .sec-equipment #equip-howto-steps .equip-howto-heading-row .equip-howto-nav-next {
    grid-area: howto-next;
    justify-content: flex-start;
  }
  .main .sec-equipment #equip-howto-steps .equip-howto-image-stage {
    grid-area: howto-image;
    width: 100%;
  }
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img.pc-block {
    display: block;
    width: 55%;
    max-width: 55%;
    height: auto;
    margin-left: 15%;
    margin-right: auto;
  }
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img + p {
    margin-left: 15%;
    margin-right: 0;
    margin-top: 30px;
  }
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step1.pc-block {
    width: 48%;
    max-width: 48%;
  }
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step2.pc-block {
    width: 50%;
    max-width: 50%;
  }
  .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step3.pc-block {
    width: 36%;
    max-width: 36%;
  }
  .lp-main.en .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step1.pc-block {
    width: 48%;
    max-width: 48%;
  }
  .lp-main.en .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step2.pc-block {
    width: 58.7%;
    max-width: 58.7%;
  }
  .lp-main.en .main .sec-equipment .equip-howto-steps .equip-howto-step-heading-img-step3.pc-block {
    width: 62%;
    max-width: 62%;
  }
}
.main .sec-equipment .equip-type-panel-row.equip-howto-panel-row {
  margin-top: 20px;
  gap: 0;
}
.main .sec-equipment .equip-howto-page-indicator {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-howto-page-indicator.sp-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-howto-page-dot {
    display: block;
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(24, 52, 78, 0.95);
  }
  .main .sec-equipment .equip-howto-page-dot.is-active {
    background-color: #5ffbff;
    box-shadow:
      0 0 6px rgba(95, 251, 255, 0.95),
      0 0 14px rgba(95, 251, 255, 0.65),
      0 0 24px rgba(95, 251, 255, 0.35);
  }
}
.main .sec-equipment .equip-cv-lead {
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 18px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-cv-lead {
    width: 107%;
    max-width: 107%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.45;
  }
  .main .sec-equipment .equip-cv-lead .equip-cv-lead-line2 {
    display: inline-block;
    max-width: 107%;
    white-space: nowrap;
  }
}
.main .sec-equipment .equip-cv-btn-link {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 20px auto 50px;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  animation: bururi 1s infinite;
}
.main .sec-equipment .equip-cv-btn-link:hover,
.main .sec-equipment .equip-cv-btn-link:focus,
.main .sec-equipment .equip-cv-btn-link:focus-visible,
.main .sec-equipment .equip-cv-btn-link:active,
.main .sec-equipment .equip-cv-btn-link:visited {
  color: inherit;
  outline: none;
  text-decoration: none;
}
.main .sec-equipment .equip-cv-btn-link img {
  display: block;
  width: 100%;
  height: auto;
}
.main .sec-equipment .equip-cv-btn-link img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-cv-btn-link img.pc-block {
    display: none;
  }
  .main .sec-equipment .equip-cv-btn-link img.sp-block {
    display: block;
  }
}
.main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side,
.main .sec-equipment .equip-type-panel-row .equip-howto-nav.equip-type-panel-side {
  display: block;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  width: auto;
  max-width: min(22%, 140px);
  line-height: 0;
  box-sizing: border-box;
}
.main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side:disabled,
.main .sec-equipment .equip-type-panel-row .equip-howto-nav.equip-type-panel-side:disabled {
  visibility: hidden;
  pointer-events: none;
}
.main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side img,
.main .sec-equipment .equip-type-panel-row .equip-howto-nav.equip-type-panel-side img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  animation: 3s fuwa-sm infinite;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-type-panel-row .equip-howto-nav.equip-type-panel-side {
    max-width: min(28%, 100px);
  }
  .main .sec-equipment .equip-howto-heading-row .equip-howto-nav.equip-type-panel-side {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@keyframes equip-builds-puff-rise-1 {
  0% {
            transform: translate3d(0, 15px, 0);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  22% {
            transform: translate3d(-2px, var(--equip-builds-dot-rise-mid), 0);
    opacity: 1;
  }
  82% {
    opacity: 0.55;
  }
  100% {
            transform: translate3d(-5px, var(--equip-builds-dot-rise-end), 0);
    opacity: 0;
  }
}
@keyframes equip-builds-puff-rise-2 {
  0% {
            transform: translate3d(-50%, 17px, 0);
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  24% {
            transform: translate3d(-50%, var(--equip-builds-dot-rise-mid), 0);
    opacity: 1;
  }
  78% {
    opacity: 0.55;
  }
  100% {
            transform: translate3d(-50%, var(--equip-builds-dot-rise-end), 0);
    opacity: 0;
  }
}
@keyframes equip-builds-puff-rise-3 {
  0% {
            transform: translate3d(0, 13px, 0);
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  26% {
            transform: translate3d(3px, var(--equip-builds-dot-rise-mid), 0);
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
            transform: translate3d(6px, var(--equip-builds-dot-rise-end), 0);
    opacity: 0;
  }
}
@keyframes equip-builds-puff-rise-4 {
  0% {
            transform: translate3d(0, 16px, 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
            transform: translate3d(-4px, var(--equip-builds-dot-rise-mid), 0);
    opacity: 1;
  }
  79% {
    opacity: 0.52;
  }
  100% {
            transform: translate3d(-8px, var(--equip-builds-dot-rise-end), 0);
    opacity: 0;
  }
}
@keyframes equip-builds-puff-rise-5 {
  0% {
            transform: translate3d(0, 14px, 0);
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  23% {
            transform: translate3d(4px, var(--equip-builds-dot-rise-mid), 0);
    opacity: 1;
  }
  81% {
    opacity: 0.48;
  }
  100% {
            transform: translate3d(7px, var(--equip-builds-dot-rise-end), 0);
    opacity: 0;
  }
}
.main .sec-equipment .equip-builds-row {
  --equip-builds-overlap: clamp(4px, 0.9vw, 10px);
  --equip-builds-row-max: min(95%, 780px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 2.4vw, 20px) 0;
  width: 100%;
  max-width: var(--equip-builds-row-max);
  margin: 0 auto 50px;
  padding: 0;
  box-sizing: border-box;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger {
  --equip-builds-dot-rise-end: clamp(-180px, -34vmin, -85px);
  --equip-builds-dot-rise-mid: clamp(-58px, -11vmin, -26px);
  display: block;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  box-sizing: border-box;
}
.main .sec-equipment .equip-builds-row .equip-builds-steam-puff {
  display: block;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  bottom: 3%;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  filter: none;
  mix-blend-mode: screen;
  opacity: 0;
  background-image: none;
  box-shadow: none;
  background-color: transparent;
}
/* 装備ビルド：実心の点（ボタンアクセント色・screen） */
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(1) .equip-builds-steam-puff {
  background-color: #ff4dc4;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2) .equip-builds-steam-puff {
  background-color: #1ae8ff;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3) .equip-builds-steam-puff {
  background-color: #c8ff35;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4) .equip-builds-steam-puff {
  background-color: #b57dff;
}
.main .sec-equipment .equip-builds-row .equip-builds-steam-puff--1 {
  left: 5%;
  width: 2px;
  height: 2px;
  min-width: 2px;
  min-height: 2px;
}
.main .sec-equipment .equip-builds-row .equip-builds-steam-puff--2 {
  left: 26%;
  width: 3px;
  height: 3px;
  min-width: 3px;
  min-height: 3px;
}
.main .sec-equipment .equip-builds-row .equip-builds-steam-puff--3 {
  left: 50%;
  width: 4px;
  height: 4px;
  min-width: 4px;
  min-height: 4px;
  transform: translateX(-50%);
}
.main .sec-equipment .equip-builds-row .equip-builds-steam-puff--4 {
  right: 26%;
  left: auto;
  width: 2px;
  height: 2px;
  min-width: 2px;
  min-height: 2px;
}
.main .sec-equipment .equip-builds-row .equip-builds-steam-puff--5 {
  right: 5%;
  left: auto;
  width: 3px;
  height: 3px;
  min-width: 3px;
  min-height: 3px;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2) .equip-builds-steam-puff--1 {
  left: 9%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2) .equip-builds-steam-puff--2 {
  left: 29%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2) .equip-builds-steam-puff--3 {
  left: 51%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2) .equip-builds-steam-puff--4 {
  right: 22%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2) .equip-builds-steam-puff--5 {
  right: 2%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3) .equip-builds-steam-puff--1 {
  left: 4%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3) .equip-builds-steam-puff--2 {
  left: 23%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3) .equip-builds-steam-puff--3 {
  left: 48%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3) .equip-builds-steam-puff--4 {
  right: 27%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3) .equip-builds-steam-puff--5 {
  right: 8%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4) .equip-builds-steam-puff--1 {
  left: 11%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4) .equip-builds-steam-puff--2 {
  left: 27%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4) .equip-builds-steam-puff--3 {
  left: 49%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4) .equip-builds-steam-puff--4 {
  right: 24%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4) .equip-builds-steam-puff--5 {
  right: 4%;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger.is-pressed .equip-builds-steam-puff--1,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:hover .equip-builds-steam-puff--1,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible .equip-builds-steam-puff--1 {
  animation: equip-builds-puff-rise-1 2.05s ease-in-out infinite;
  animation-delay: -0.35s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger.is-pressed .equip-builds-steam-puff--2,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:hover .equip-builds-steam-puff--2,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible .equip-builds-steam-puff--2 {
  animation: equip-builds-puff-rise-3 2.28s ease-in-out infinite;
  animation-delay: -0.88s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger.is-pressed .equip-builds-steam-puff--3,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:hover .equip-builds-steam-puff--3,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible .equip-builds-steam-puff--3 {
  animation: equip-builds-puff-rise-2 2.55s ease-in-out infinite;
  animation-delay: -1.1s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger.is-pressed .equip-builds-steam-puff--4,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:hover .equip-builds-steam-puff--4,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible .equip-builds-steam-puff--4 {
  animation: equip-builds-puff-rise-5 2.4s ease-in-out infinite;
  animation-delay: -0.18s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger.is-pressed .equip-builds-steam-puff--5,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:hover .equip-builds-steam-puff--5,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible .equip-builds-steam-puff--5 {
  animation: equip-builds-puff-rise-4 2.18s ease-in-out infinite;
  animation-delay: -1.62s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2).is-pressed .equip-builds-steam-puff--1,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):hover .equip-builds-steam-puff--1,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):focus-visible .equip-builds-steam-puff--1 {
  animation-delay: -1.55s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2).is-pressed .equip-builds-steam-puff--2,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):hover .equip-builds-steam-puff--2,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):focus-visible .equip-builds-steam-puff--2 {
  animation-delay: -0.45s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2).is-pressed .equip-builds-steam-puff--3,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):hover .equip-builds-steam-puff--3,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):focus-visible .equip-builds-steam-puff--3 {
  animation-delay: -2.05s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2).is-pressed .equip-builds-steam-puff--4,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):hover .equip-builds-steam-puff--4,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):focus-visible .equip-builds-steam-puff--4 {
  animation-delay: -1.12s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2).is-pressed .equip-builds-steam-puff--5,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):hover .equip-builds-steam-puff--5,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2):focus-visible .equip-builds-steam-puff--5 {
  animation-delay: -0.38s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3).is-pressed .equip-builds-steam-puff--1,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):hover .equip-builds-steam-puff--1,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):focus-visible .equip-builds-steam-puff--1 {
  animation-delay: -0.2s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3).is-pressed .equip-builds-steam-puff--2,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):hover .equip-builds-steam-puff--2,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):focus-visible .equip-builds-steam-puff--2 {
  animation-delay: -1.95s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3).is-pressed .equip-builds-steam-puff--3,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):hover .equip-builds-steam-puff--3,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):focus-visible .equip-builds-steam-puff--3 {
  animation-delay: -0.9s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3).is-pressed .equip-builds-steam-puff--4,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):hover .equip-builds-steam-puff--4,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):focus-visible .equip-builds-steam-puff--4 {
  animation-delay: -0.58s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3).is-pressed .equip-builds-steam-puff--5,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):hover .equip-builds-steam-puff--5,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3):focus-visible .equip-builds-steam-puff--5 {
  animation-delay: -1.5s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4).is-pressed .equip-builds-steam-puff--1,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):hover .equip-builds-steam-puff--1,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):focus-visible .equip-builds-steam-puff--1 {
  animation-delay: -1.45s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4).is-pressed .equip-builds-steam-puff--2,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):hover .equip-builds-steam-puff--2,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):focus-visible .equip-builds-steam-puff--2 {
  animation-delay: -0.5s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4).is-pressed .equip-builds-steam-puff--3,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):hover .equip-builds-steam-puff--3,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):focus-visible .equip-builds-steam-puff--3 {
  animation-delay: -2.2s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4).is-pressed .equip-builds-steam-puff--4,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):hover .equip-builds-steam-puff--4,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):focus-visible .equip-builds-steam-puff--4 {
  animation-delay: -1.02s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4).is-pressed .equip-builds-steam-puff--5,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):hover .equip-builds-steam-puff--5,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4):focus-visible .equip-builds-steam-puff--5 {
  animation-delay: -1.28s;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible .equip-builds-steam-puff {
  animation: none !important;
  opacity: 0 !important;
}
@media not all and (hover: hover) {
  .main .sec-equipment .equip-builds-row .equip-builds-trigger:hover:not(.is-pressed) .equip-builds-steam-puff {
    animation: none;
    opacity: 0;
  }
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(1) {
  z-index: 1;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(2) {
  z-index: 2;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(3) {
  z-index: 3;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:nth-child(4) {
  z-index: 4;
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger:focus,
.main .sec-equipment .equip-builds-row .equip-builds-trigger:focus-visible {
  outline: none;
}
.main .sec-equipment .equip-builds-content .equip-builds-title-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-builds-content .equip-builds-title-img.pc-block {
    display: none;
  }
  .main .sec-equipment .equip-builds-content .equip-builds-title-img.sp-block {
    display: block;
    width: 107%;
    max-width: 107%;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }
}
.main .sec-equipment .equip-builds-row .equip-builds-btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  transition: filter 0.4s ease;
  filter: brightness(1) contrast(1) saturate(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  -webkit-user-drag: none;
  user-select: none;
}
.main .sec-equipment .equip-builds-row .equip-builds-btn.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-builds-row .equip-builds-btn.pc-block {
    display: none;
  }
  .main .sec-equipment .equip-builds-row .equip-builds-btn.sp-block {
    display: block;
  }
}
.main .sec-equipment .equip-builds-row .equip-builds-trigger.is-pressed .equip-builds-btn {
  filter: brightness(1.4) contrast(1.1) saturate(1.24) hue-rotate(6deg)
    drop-shadow(0 0 16px rgba(230, 250, 255, 0.82))
    drop-shadow(0 0 28px rgba(130, 110, 255, 0.48))
    drop-shadow(0 0 44px rgba(100, 220, 255, 0.3));
}
@media (hover: hover) {
  .main .sec-equipment .equip-builds-row .equip-builds-trigger:hover .equip-builds-btn {
    filter: brightness(1.4) contrast(1.1) saturate(1.24) hue-rotate(6deg)
      drop-shadow(0 0 16px rgba(230, 250, 255, 0.82))
      drop-shadow(0 0 28px rgba(130, 110, 255, 0.48))
      drop-shadow(0 0 44px rgba(100, 220, 255, 0.3));
  }
}
@media not all and (hover: hover) {
  .main .sec-equipment .equip-builds-row .equip-builds-trigger:hover:not(.is-pressed) .equip-builds-btn {
    filter: brightness(1) contrast(1) saturate(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-builds-row .equip-builds-trigger:not(:first-child) {
    margin-left: calc(-1 * var(--equip-builds-overlap));
  }
}
@media screen and (max-width: 768px) {
  .main .sec-equipment .equip-builds-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    column-gap: 12px;
    width: 107%;
    max-width: 107%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }
  .main .sec-equipment .equip-builds-row .equip-builds-trigger {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}
.equip-builds-modal {
  --equip-modal-header-clearance: 72px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  display: flex;
  visibility: hidden;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  isolation: isolate;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .equip-builds-modal {
    --equip-modal-header-clearance: 100px;
  }
}
.equip-builds-modal.is-open {
  visibility: visible;
}
.equip-builds-modal.is-open.is-shown {
  pointer-events: auto;
}
.equip-builds-modal.is-closing {
  pointer-events: none;
}
.equip-builds-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.equip-builds-modal.is-shown .equip-builds-modal-backdrop {
  opacity: 1;
}
.equip-builds-modal-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(88vw, 560px);
  max-height: calc(100vh - var(--equip-modal-header-clearance) - 40px);
  max-height: calc(100dvh - var(--equip-modal-header-clearance) - 40px);
  overflow: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: scale(0.96);
  transform-origin: center center;
  transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1), transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
  box-sizing: border-box;
}
.equip-builds-modal.is-shown .equip-builds-modal-dialog {
  opacity: 1;
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .equip-builds-modal-backdrop,
  .equip-builds-modal-dialog {
            transition: none !important;
  }
  .equip-builds-modal.is-open .equip-builds-modal-backdrop {
    opacity: 1;
  }
  .equip-builds-modal.is-open .equip-builds-modal-dialog {
    opacity: 1;
    transform: none;
  }
}
.equip-builds-modal-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.equip-builds-modal-img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}
.equip-builds-modal-close {
  position: absolute;
  top: 4.5%;
  right: 5.3%;
  width: 7%;
  z-index: 2;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  box-sizing: border-box;
}
.equip-builds-modal-close:focus {
  outline: none;
}
.equip-builds-modal-close:focus-visible {
  opacity: 1;
  outline: 2px solid #fff;
  outline-offset: 2px;
  background: rgba(0, 0, 0, 0.35);
}
.equip-builds-modal-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - var(--equip-modal-header-clearance) - 96px);
  max-height: calc(100dvh - var(--equip-modal-header-clearance) - 96px);
     object-fit: contain;
  margin: 0;
  vertical-align: top;
}
html.equip-builds-modal-open {
  overflow: hidden;
}
body.equip-builds-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
  padding-right: var(--equip-modal-scrollbar-width, 0px);
}
body.equip-builds-modal-open #header {
  padding-right: var(--equip-modal-scrollbar-width, 0px);
  box-sizing: border-box;
}

body.equip-builds-modal-open #outline,
body.equip-builds-modal-open #chatplusview {
  z-index: 10000 !important;
  pointer-events: none !important;
}
.main .sec-equipment .equip-intro-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: clamp(160px, 24vw, 280px);
  width: var(--equip-intro-block-outer);
  max-width: var(--equip-intro-block-outer);
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0 clamp(8px, 2vw, 20px);
  box-sizing: border-box;
  isolation: isolate;
}
.main .sec-equipment .equip-intro-body {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-intro-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  .main .sec-equipment .equip-intro-body .equip-intro-copy {
    grid-area: 1 / 1 / -1 / -1;
    z-index: 1;
  }
  .main .sec-equipment .equip-intro-body .equip-chars-band {
    grid-area: 2 / 1;
    position: relative;
    z-index: 0;
    pointer-events: none;
  }
  .main .sec-equipment .equip-intro-body .equip-chars-band .equip-chars-row {
    position: absolute;
    inset: 0;
    align-items: center;
    transform: scale(var(--equip-chars-scale));
    transform-origin: center center;
  }
}
.main .sec-equipment .equip-intro-block .equip-chars-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  width: 100%;
  max-width: min(960px, 94%);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment {
    --equip-chars-scale: clamp(
      0.50,
      calc(0.50 + (100vw - 769px) * 0.50 / (1200px - 769px)),
      1
    );
    --equip-lisa-scale: clamp(
      0.83,
      calc(0.83 + (100vw - 769px) * 0.17 / (1200px - 769px)),
      1
    );
  }
  .main .sec-equipment .equip-intro-block {
    justify-content: flex-start;
    min-height: clamp(
      110px,
      calc(110px + (100vw - 769px) * 170px / (1200px - 769px)),
      280px
    );
    padding-bottom: 0;
  }
  .main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(1) .equip-char-bg {
    transform: translate(
      calc(-110px - (1200px - 100vw) * 300px / (1200px - 769px)),
      -30px
    ) scale(0.75);
  }
  .main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(2) .equip-char-bg {
    transform: translate(
      calc(110px + (1200px - 100vw) * 300px / (1200px - 769px)),
      -30px
    ) scale(0.75);
  }
  .main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(2) .equip-char-img {
    left: calc(200px + (1200px - 100vw) * 300px / (1200px - 769px));
  }
}
.main .sec-equipment .equip-intro-block .equip-char-col {
  position: relative;
}
.main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-bg {
  display: block;
  width: 100%;
  height: auto;
}
.main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  flex: 0 0 auto;
  min-width: 0;
  width: 100%;
  max-width: min(288px, 34vw);
  height: auto;
  animation: 3s fuwa infinite;
}
.main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(2) .equip-char-img {
  width: 56%;
  top: 12px;
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(1) .equip-char-img {
    width: 90%;
    top: clamp(
      -35px,
      calc(-35px + (100vw - 769px) * 65px / (1200px - 769px)),
      0px
    );
    left: calc(
      -30px - (1200px - 100vw) * 250px / (1200px - 769px) - 25px
      + clamp(-25px, calc(-25px + (100vw - 769px) * 60px / (1200px - 769px)), 35px)
    );
    transform-origin: left bottom;
    animation: 3s fuwa-lisa infinite;
  }
}
@media screen and (min-width: 1201px) {
  .main .sec-equipment {
    --equip-chars-scale: 1;
    --equip-lisa-scale: 1;
  }
  .main .sec-equipment .equip-intro-block {
    min-height: 280px;
    padding-bottom: 0;
  }
  .main .sec-equipment .equip-intro-body .equip-chars-band .equip-chars-row {
    transform: scale(1);
  }
  .main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(1) .equip-char-bg {
    transform: translate(-110px, -30px) scale(0.75);
  }
  .main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(2) .equip-char-bg {
    transform: translate(110px, -30px) scale(0.75);
  }
  .main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(1) .equip-char-img {
    top: 0;
    left: -30px;
  }
  .main .sec-equipment .equip-intro-block .equip-chars-row .equip-char-col:nth-child(2) .equip-char-img {
    left: 200px;
  }
}
.main .sec-equipment .equip-intro-copy {
  position: absolute;
  left: 50%;
  top: 25px;
  z-index: 1;
  width: 100%;
  max-width: 42em;
  padding: 0 clamp(8px, 2vw, 20px);
  box-sizing: border-box;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-intro-copy {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
  }
}
.main .sec-equipment .equip-intro-copy p {
  margin: 0;
  color: #fff;
  line-height: 1.95;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 18px rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 769px) {
  .main .sec-equipment .equip-intro-copy p {
    font-size: 2.1rem;
  }
}
.main .sec-equipment .equip-intro-copy p + p {
  margin-top: 1.35em;
}
@media screen and (min-width: 769px) {
  .lp-main.en .main .sec-equipment .equip-intro-copy {
    width: 40%;
    max-width: 40%;
  }
  .lp-main.en .main .sec-equipment .equip-intro-copy p {
    line-height: 1.70;
  }
  .lp-main.en .main .sec-equipment .equip-type-content .equip-type-title-img.pc-block {
    width: 61%;
    max-width: 61%;
  }
  .lp-main.en .main .sec-equipment .equip-type-content .equip-type-footnote {
    font-size: 14px;
  }
}
.main .sec-equipment .equip-intro-sp-chara.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-equipment {
    --equip-intro-block-outer: 100%;
    --equip-intro-inner-width: 100%;
    --equip-chars-row-width: min(720px, 100%);
  }
  .main .sec-equipment .equip-intro-block {
    margin-top: 40px;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
    padding: 0;
    letter-spacing: 0.1px;
    gap: 0;
  }
  .main .sec-equipment .equip-intro-sp-chara.sp-block {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .main .sec-equipment .equip-intro-block .equip-chars-band.pc-block {
    display: none;
  }
  .main .sec-equipment .equip-intro-copy {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .main .sec-equipment .equip-intro-copy p {
    line-height: 1.9;
  }
}
.main .sec-character {
  background-image: url(/resources_source/images/deluxe_v2/ja/character_bgi.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  border-bottom: 3px solid #5ffbff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main .sec-character {
    background-image: url(/resources_source/images/deluxe_v2/ja/character_sp_bgi.jpg);
    background-size: auto 100%;
    background-position: center calc(50% + 2px);
    background-repeat: no-repeat;
    overflow-x: hidden;
  }
}
.main .sec-character > .wrapper {
  position: relative;
  z-index: 1;
  display: flow-root;
}
.main .sec-character .sec-character-h1 {
  display: block;
  width: 46%;
  max-width: 46%;
  height: auto;
  margin: 100px auto 0;
}
.main .sec-character .sec-character-h1.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-character .sec-character-h1.pc-block {
    display: none;
  }
  .main .sec-character .sec-character-h1.sp-block {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .lp-main.en .main .sec-character .sec-character-h1.sp-block {
    width: 120%;
    max-width: 120%;
    position: relative;
    left: auto;
    transform: none;
    margin-left: -10%;
    margin-right: -10%;
  }
  .main .sec-character .sec-character-title-glitch.pc-block {
    display: none;
  }
  .main .sec-character .sec-character-title-glitch.sp-block {
    display: block;
    width: 78%;
    max-width: 78%;
  }
  .lp-main.en .main .sec-character .sec-character-title-glitch.sp-block {
    width: 105%;
    max-width: 105%;
    position: relative;
    left: 50%;
    transform: translateX(calc(-50% + 5px));
  }
}
.main .sec-character .sec-character-lead {
  margin-bottom: 40px;
  line-height: 1.95;
}
@media screen and (min-width: 769px) {
  .main .sec-character .sec-character-lead {
    font-size: 1.12em;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-character .sec-character-lead {
    margin-top: 35px;
  }
}
.main .sec-character .sec-character-img-wrap {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-character .sec-character-img-wrap .sec-character-main-glitch.pc-block {
    display: none;
  }
  .main .sec-character .sec-character-img-wrap .sec-character-main-glitch.sp-block {
    display: block;
  }
  .main .sec-character .sec-character-img-wrap .sec-character-main-glitch .sec-character-main-img.pc-block {
    display: none;
  }
  .main .sec-character .sec-character-img-wrap .sec-character-main-glitch .sec-character-main-img.sp-block {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.main .sec-character .sec-character-img-wrap .sec-character-main-glitch .sec-character-main-img {
  width: auto;
  max-width: 750px;
}
@keyframes sec-character-glitch-a {
  0%, 12%, 28%, 44%, 58%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  14% {
    opacity: 1;
            transform: translate3d(-12px, 2px, 0);
            clip-path: inset(0 0 0 0);
  }
  16% {
    opacity: 0.92;
            transform: translate3d(11px, -3px, 0) skewX(-3deg);
            clip-path: inset(0 0 0 0);
  }
  18% {
    opacity: 1;
            transform: translate3d(-9px, 1px, 0);
            clip-path: inset(0 0 0 0);
  }
  20% {
    opacity: 0.88;
            transform: translate3d(14px, 0, 0) skewX(2.5deg);
            clip-path: inset(0 0 0 0);
  }
  22%, 24% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  30% {
    opacity: 1;
            transform: translate3d(-10px, -2px, 0);
            clip-path: inset(0 0 0 0);
  }
  32% {
    opacity: 0.9;
            transform: translate3d(12px, 3px, 0) skewX(2deg);
            clip-path: inset(0 0 0 0);
  }
  34%, 36% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  46% {
    opacity: 1;
            transform: translate3d(-14px, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  48% {
    opacity: 0.93;
            transform: translate3d(10px, 2px, 0);
            clip-path: inset(0 0 0 0);
  }
  50% {
    opacity: 0.95;
            transform: translate3d(-11px, -2px, 0) skewX(-3.5deg);
            clip-path: inset(0 0 0 0);
  }
  52%, 54% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  60% {
    opacity: 1;
            transform: translate3d(11px, -1px, 0);
            clip-path: inset(0 0 0 0);
  }
  62% {
    opacity: 0.91;
            transform: translate3d(-13px, 2px, 0) skewX(2deg);
            clip-path: inset(0 0 0 0);
  }
  64% {
    opacity: 1;
            transform: translate3d(8px, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  66%, 68% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes sec-character-glitch-b {
  0%, 8%, 24%, 38%, 52%, 72%, 88%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  10% {
    opacity: 0.94;
            transform: translate3d(13px, 1px, 0);
            clip-path: inset(0 0 0 0);
  }
  12% {
    opacity: 1;
            transform: translate3d(-11px, -2px, 0) skewX(3.5deg);
            clip-path: inset(0 0 0 0);
  }
  14%, 16% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  26% {
    opacity: 1;
            transform: translate3d(-12px, 2px, 0);
            clip-path: inset(0 0 0 0);
  }
  28% {
    opacity: 0.9;
            transform: translate3d(10px, 0, 0) skewX(-2deg);
            clip-path: inset(0 0 0 0);
  }
  30%, 32% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  40% {
    opacity: 1;
            transform: translate3d(12px, -2px, 0);
            clip-path: inset(0 0 0 0);
  }
  42% {
    opacity: 0.92;
            transform: translate3d(-9px, 3px, 0) skewX(-3deg);
            clip-path: inset(0 0 0 0);
  }
  44%, 46% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  54% {
    opacity: 1;
            transform: translate3d(-13px, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  56% {
    opacity: 0.93;
            transform: translate3d(11px, 2px, 0) skewX(2.5deg);
            clip-path: inset(0 0 0 0);
  }
  58%, 60% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  74% {
    opacity: 1;
            transform: translate3d(10px, 1px, 0);
            clip-path: inset(0 0 0 0);
  }
  76% {
    opacity: 0.91;
            transform: translate3d(-11px, -1px, 0) skewX(3deg);
            clip-path: inset(0 0 0 0);
  }
  78%, 80% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  90% {
    opacity: 1;
            transform: translate3d(-10px, 2px, 0);
            clip-path: inset(0 0 0 0);
  }
  92% {
    opacity: 0.94;
            transform: translate3d(12px, 0, 0) skewX(-2.5deg);
            clip-path: inset(0 0 0 0);
  }
  94%, 96% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes sec-character-glitch-vert-a {
  0%, 12%, 28%, 44%, 58%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  14% {
    opacity: 1;
            transform: translate3d(-8px, 0, 0);
            clip-path: inset(0 58% 0 0);
  }
  16% {
    opacity: 1;
            transform: translate3d(10px, 0, 0) skewX(-2deg);
            clip-path: inset(0 0 0 52%);
  }
  18% {
    opacity: 0.95;
            transform: translate3d(-6px, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  20% {
    opacity: 1;
            transform: translate3d(9px, 0, 0);
            clip-path: inset(0 42% 0 0);
  }
  22%, 24% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  30% {
    opacity: 1;
            transform: translate3d(-9px, 0, 0);
            clip-path: inset(0 0 0 58%);
  }
  32% {
    opacity: 1;
            transform: translate3d(11px, 0, 0) skewX(2.5deg);
            clip-path: inset(0 65% 0 0);
  }
  34%, 36% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  46% {
    opacity: 1;
            transform: translate3d(-10px, 0, 0);
            clip-path: inset(0 0 0 45%);
  }
  48% {
    opacity: 1;
            transform: translate3d(8px, 0, 0);
            clip-path: inset(0 48% 0 0);
  }
  50% {
    opacity: 0.92;
            transform: translate3d(-7px, 0, 0) skewX(-3deg);
            clip-path: inset(0 0 0 0);
  }
  52%, 54% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  60% {
    opacity: 1;
            transform: translate3d(10px, 0, 0);
            clip-path: inset(0 38% 0 0);
  }
  62% {
    opacity: 1;
            transform: translate3d(-11px, 0, 0);
            clip-path: inset(0 0 0 50%);
  }
  64% {
    opacity: 0.95;
            transform: translate3d(7px, 0, 0);
            clip-path: inset(0 72% 0 0);
  }
  66%, 68% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes sec-character-glitch-vert-b {
  0%, 8%, 24%, 38%, 52%, 72%, 88%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  10% {
    opacity: 1;
            transform: translate3d(9px, 0, 0);
            clip-path: inset(0 0 0 60%);
  }
  12% {
    opacity: 0.94;
            transform: translate3d(-10px, 0, 0) skewX(3deg);
            clip-path: inset(0 52% 0 0);
  }
  14%, 16% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  26% {
    opacity: 1;
            transform: translate3d(-11px, 0, 0);
            clip-path: inset(0 35% 0 0);
  }
  28% {
    opacity: 1;
            transform: translate3d(8px, 0, 0);
            clip-path: inset(0 0 0 48%);
  }
  30%, 32% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  40% {
    opacity: 1;
            transform: translate3d(10px, 0, 0);
            clip-path: inset(0 68% 0 0);
  }
  42% {
    opacity: 0.93;
            transform: translate3d(-9px, 0, 0) skewX(-2.5deg);
            clip-path: inset(0 0 0 55%);
  }
  44%, 46% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  54% {
    opacity: 1;
            transform: translate3d(-12px, 0, 0);
            clip-path: inset(0 0 0 38%);
  }
  56% {
    opacity: 1;
            transform: translate3d(11px, 0, 0);
            clip-path: inset(0 45% 0 0);
  }
  58%, 60% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  74% {
    opacity: 1;
            transform: translate3d(9px, 0, 0);
            clip-path: inset(0 62% 0 0);
  }
  76% {
    opacity: 0.92;
            transform: translate3d(-10px, 0, 0) skewX(2.5deg);
            clip-path: inset(0 0 0 42%);
  }
  78%, 80% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  90% {
    opacity: 1;
            transform: translate3d(-8px, 0, 0);
            clip-path: inset(0 0 0 62%);
  }
  92% {
    opacity: 1;
            transform: translate3d(10px, 0, 0);
            clip-path: inset(0 55% 0 0);
  }
  94%, 96% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes sec-character-glitch-chunky-a {
  0%, 12%, 28%, 44%, 58%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  14% {
    opacity: 1;
            transform: translate3d(-10px, 1px, 0);
            clip-path: inset(6% 0 18% 0);
  }
  16% {
    opacity: 1;
            transform: translate3d(9px, -2px, 0) skewX(-2deg);
            clip-path: inset(44% 0 8% 0);
  }
  18% {
    opacity: 0.95;
            transform: translate3d(-8px, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  20% {
    opacity: 1;
            transform: translate3d(11px, 0, 0);
            clip-path: inset(0 0 32% 0);
  }
  22%, 24% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  30% {
    opacity: 1;
            transform: translate3d(-9px, -1px, 0);
            clip-path: inset(38% 0 12% 0);
  }
  32% {
    opacity: 1;
            transform: translate3d(10px, 2px, 0) skewX(2deg);
            clip-path: inset(0 0 0 0);
  }
  34%, 36% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  46% {
    opacity: 1;
            transform: translate3d(-11px, 0, 0);
            clip-path: inset(52% 0 6% 0);
  }
  48% {
    opacity: 1;
            transform: translate3d(8px, 1px, 0);
            clip-path: inset(0 0 48% 0);
  }
  50% {
    opacity: 0.92;
            transform: translate3d(-10px, -1px, 0) skewX(-2.5deg);
            clip-path: inset(10% 0 25% 0);
  }
  52%, 54% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  60% {
    opacity: 1;
            transform: translate3d(10px, 0, 0);
            clip-path: inset(0 0 28% 0);
  }
  62% {
    opacity: 1;
            transform: translate3d(-12px, 1px, 0);
            clip-path: inset(48% 0 10% 0);
  }
  64% {
    opacity: 0.95;
            transform: translate3d(7px, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  66%, 68% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes sec-character-glitch-chunky-b {
  0%, 8%, 24%, 38%, 52%, 72%, 88%, 100% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  10% {
    opacity: 1;
            transform: translate3d(11px, 0, 0);
            clip-path: inset(8% 0 22% 0);
  }
  12% {
    opacity: 0.94;
            transform: translate3d(-10px, 1px, 0) skewX(2.5deg);
            clip-path: inset(0 0 40% 0);
  }
  14%, 16% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  26% {
    opacity: 1;
            transform: translate3d(-11px, 0, 0);
            clip-path: inset(40% 0 15% 0);
  }
  28% {
    opacity: 1;
            transform: translate3d(9px, -1px, 0);
            clip-path: inset(0 0 0 0);
  }
  30%, 32% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  40% {
    opacity: 1;
            transform: translate3d(10px, 0, 0);
            clip-path: inset(55% 0 8% 0);
  }
  42% {
    opacity: 0.93;
            transform: translate3d(-9px, 2px, 0) skewX(-2deg);
            clip-path: inset(0 0 35% 0);
  }
  44%, 46% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  54% {
    opacity: 1;
            transform: translate3d(-12px, 0, 0);
            clip-path: inset(12% 0 20% 0);
  }
  56% {
    opacity: 1;
            transform: translate3d(10px, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  58%, 60% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  74% {
    opacity: 1;
            transform: translate3d(9px, 1px, 0);
            clip-path: inset(0 0 52% 0);
  }
  76% {
    opacity: 0.92;
            transform: translate3d(-10px, 0, 0) skewX(2deg);
            clip-path: inset(46% 0 12% 0);
  }
  78%, 80% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
  90% {
    opacity: 1;
            transform: translate3d(-9px, 0, 0);
            clip-path: inset(5% 0 30% 0);
  }
  92% {
    opacity: 1;
            transform: translate3d(11px, 0, 0);
            clip-path: inset(0 0 38% 0);
  }
  94%, 96% {
    opacity: 0;
            transform: translate3d(0, 0, 0);
            clip-path: inset(0 0 0 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .main .sec-character .sec-character-img-glitch::before,
  .main .sec-character .sec-character-img-glitch::after,
  .main .sec-character .sec-character-img-glitch--vertical::before,
  .main .sec-character .sec-character-img-glitch--vertical::after,
  .main .sec-character .sec-character-img-glitch--chunky::before,
  .main .sec-character .sec-character-img-glitch--chunky::after {
    animation: none;
    opacity: 0 !important;
            transform: none !important;
            clip-path: none !important;
    will-change: auto;
  }
}
.main .sec-character a.sec-character-btn {
  display: block;
  width: 30%;
  max-width: 30%;
  margin: 50px auto 100px auto;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.main .sec-character a.sec-character-btn:hover,
.main .sec-character a.sec-character-btn:focus,
.main .sec-character a.sec-character-btn:focus-visible,
.main .sec-character a.sec-character-btn:active,
.main .sec-character a.sec-character-btn:visited {
  color: inherit;
  outline: none;
  opacity: 1;
  text-decoration: none;
}
.main .sec-character a.sec-character-btn img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.4s ease;
  filter: brightness(1) contrast(1) saturate(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
}
.main .sec-character a.sec-character-btn img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-character a.sec-character-btn {
    width: 62%;
    max-width: 62%;
  }
  .main .sec-character a.sec-character-btn img.pc-block {
    display: none;
  }
  .main .sec-character a.sec-character-btn img.sp-block {
    display: block;
  }
}
.main .sec-character a.sec-character-btn:hover img,
.main .sec-character a.sec-character-btn:focus-visible img {
  filter: brightness(1.4) contrast(1.1) saturate(1.24) hue-rotate(6deg)
    drop-shadow(0 0 16px rgba(230, 250, 255, 0.82))
    drop-shadow(0 0 28px rgba(130, 110, 255, 0.48))
    drop-shadow(0 0 44px rgba(100, 220, 255, 0.3));
}
.main .sec-features .features-item .features-cus-col-main .features-cus-btn-wrap:focus-visible {
  outline: 2px solid #07ff96;
  outline-offset: 4px;
}
.main .sec-character a.sec-character-btn:focus-visible {
  outline: 2px solid #07ff96;
  outline-offset: 4px;
}
.main .sec-faq .sec-faq-title-img {
  display: block;
  width: 75%;
  max-width: min(760px, 100%);
  height: auto;
  margin: 120px auto 50px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(30%);
}
@media screen and (min-width: 769px) {
  .lp-main.en .main .sec-faq .sec-faq-title-img.pc-block {
    width: 75%;
    max-width: min(570px, 100%);
  }
}
.main .sec-faq .sec-faq-title-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-faq .sec-faq-title-img.pc-block {
    display: none;
  }
  .main .sec-faq .sec-faq-title-img.sp-block {
    display: block;
    width: 75%;
    max-width: 75%;
  }
  .lp-main.en .main .sec-faq .sec-faq-title-img.sp-block {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.main .sec-faq .sec-faq-title-img.is-in-view {
  animation: slidebottom 0.5s forwards 1;
}
.main .sec-faq .sec-faq-details {
  max-width: 800px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}
.main .sec-faq .sec-faq-details:first-of-type {
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}
.main .sec-faq .sec-faq-summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #e8fbff;
  cursor: pointer;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .main .sec-faq .sec-faq-summary {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.6px;
    color: #ffffff;
  }
}
.main .sec-faq .sec-faq-summary::-webkit-details-marker {
  display: none;
}
.main .sec-faq .sec-faq-summary::marker {
  display: none;
  content: "";
}
.main .sec-faq .sec-faq-summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  min-width: 1.1em;
  text-align: center;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
}
.main .sec-faq .sec-faq-details[open] .sec-faq-summary::after {
  content: "\2212";
}
.main .sec-faq .sec-faq-panel {
  overflow: hidden;
}
.main .sec-faq .sec-faq-panel-inner {
  padding: 0 48px clamp(28px, 4vw, 44px) 0;
  font-size: 14px;
  line-height: 1.75;
  color: #d5e8ec;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .main .sec-faq .sec-faq-panel-inner {
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: #ffffff;
  }
  .main .sec-faq .sec-faq-panel-inner.sec-faq-panel-tight,
  .main .sec-faq .sec-faq-panel-inner .sec-faq-panel-note {
    line-height: 1.6;
  }
}
.main .sec-faq .sec-faq-details.sec-faq-accordion-js[data-accordion-before-close] .sec-faq-summary::after {
  content: "+";
}
.main .sec-faq .sec-faq-panel-inner p.txt-bold {
  font-weight: 800;
  margin-top: clamp(12px, 2.2vw, 22px);
}
.main .sec-faq .sec-faq-panel-inner .sec-faq-panel-note {
  padding-left: 2.5em;
  line-height: 1;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.main .sec-faq .sec-faq-panel-inner p:last-child {
  margin-bottom: 0;
}
.main .sec-faq .sec-faq-panel-inner.sec-faq-panel-tight {
  line-height: 1;
}
.main .sec-faq .sec-faq-panel-inner.sec-faq-panel-tight p {
  margin: 0 0 0.45em;
}
.main .sec-faq .sec-faq-panel-inner.sec-faq-panel-tight p:last-child {
  margin-bottom: 0;
}
.main .sec-faq .sec-faq-panel-inner.sec-faq-panel-tight p.sec-faq-panel-top-gap {
  margin: 1.45em 0 0.45em;
}
@media screen and (max-width: 768px) {
  .main .sec-faq .sec-faq-details {
    max-width: 86%;
  }
  .main .sec-faq .sec-faq-summary {
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 16px;
    color: #ffffff;
  }
  .main .sec-faq .sec-faq-panel-inner {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #ffffff;
  }
  .main .sec-faq .sec-faq-panel-inner.sec-faq-panel-tight,
  .main .sec-faq .sec-faq-panel-inner .sec-faq-panel-note {
    line-height: 1.4;
  }
}
.main .sec-faq .sec-faq-footnote {
  max-width: 960px;
  margin: 30px auto 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.75;
  color: #d5e8ec;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .main .sec-faq .sec-faq-footnote {
    letter-spacing: 0.2px;
  }
}
.main .sec-faq .sec-faq-footnote-highlight {
  color: #ffdd44;
}
.main .sec-faq a.sec-faq-footnote-highlight {
  color: #ffdd44;
  text-decoration: none;
}
.main .sec-faq a.sec-faq-footnote-highlight:hover,
.main .sec-faq a.sec-faq-footnote-highlight:focus {
  color: #fff0aa;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .main .sec-faq .sec-faq-footnote {
    max-width: 86%;
    text-align: left;
  }
}
.main .sec-other {
  padding: 100px 0 50px;
}
.main .sec-other.ja {
  padding-top: 50px;
}
.main .sec-other .wrapper .sec-other-leverage-title-img {
  display: block;
  width: 75%;
  max-width: 75%;
  height: auto;
  margin: 100px auto 0;
  opacity: 0;
  transform: translateY(30%);
}
.main .sec-other .wrapper .sec-other-leverage-title-img.is-in-view {
  animation: slidebottom 0.5s forwards 1;
}
.main .sec-other .wrapper .sec-other-conditions-title-img {
  display: block;
  width: 75%;
  max-width: 75%;
  height: auto;
  margin: 0 auto 30px auto;
  opacity: 0;
  transform: translateY(30%);
}
@media screen and (min-width: 769px) {
  .lp-main.en .main .sec-other .wrapper .sec-other-conditions-title-img.pc-block {
    width: 100%;
    max-width: 100%;
  }
}
.main .sec-other .wrapper .sec-other-leverage-title-img.sp-block,
.main .sec-other .wrapper .sec-other-conditions-title-img.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .sec-other .wrapper .sec-other-leverage-title-img.pc-block,
  .main .sec-other .wrapper .sec-other-conditions-title-img.pc-block {
    display: none;
  }
  .main .sec-other .wrapper .sec-other-leverage-title-img.sp-block,
  .main .sec-other .wrapper .sec-other-conditions-title-img.sp-block {
    display: block;
    width: 75%;
    max-width: 75%;
  }
  .main .sec-other.ja .wrapper .sec-other-leverage-title-img.sp-block,
  .main .sec-other.ja .wrapper .sec-other-conditions-title-img.sp-block {
    width: 85%;
    max-width: 85%;
  }
  .lp-main.en .main .sec-other .wrapper .sec-other-leverage-title-img.sp-block {
    width: 98%;
    max-width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .lp-main.en .main .sec-other .wrapper .sec-other-conditions-title-img.sp-block {
    width: 105%;
    max-width: 105%;
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
}
.main .sec-other .wrapper .sec-other-conditions-title-img.is-in-view {
  animation: slidebottom 0.5s forwards 1;
}
.main .sec-other .wrapper .sec-other-leverage-lead {
  line-height: 1.45;
}
.main .sec-other .wrapper .sec-other-leverage-lead p {
  margin: 0 0 0.4em;
}
.main .sec-other .wrapper .sec-other-leverage-lead p:last-child {
  margin-bottom: 0;
}
.main .sec-other .wrapper .sec-other-leverage-lead p.txt-bold {
  margin-top: 0;
}
.lp-main.en .main .sec-other .wrapper .sec-other-leverage-lead {
  line-height: 1.7;
}
.lp-main.en .main .sec-other .wrapper .sec-other-leverage-lead p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.lp-main.en .main .sec-other .wrapper .sec-other-leverage-lead p.txt-bold {
  margin-top: 10px;
}
.lp-main.en .main .sec-other .wrapper .sec-other-leverage-lead p:last-child {
  margin-bottom: 1rem;
}
.main .sec-other .wrapper .other-inner {
  margin: 50px auto;
}
.main .sec-other .wrapper .other-inner.sec-other-inner-symbols {
  margin-top: 50px;
}
.main .sec-other .wrapper .other-inner:last-of-type {
  margin-top: 100px;
  margin-bottom: 100px;
}
.main .sec-other .wrapper .other-inner#sec-trading {
  scroll-margin-top: clamp(72px, 12vh, 120px);
}
.main .sec-other .wrapper .attention {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
}
.main .sec-other .wrapper .attention:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.main .sec-other .wrapper .attention.en {
  letter-spacing: 0.1rem;
}
.main .sec-other .wrapper .attention.en:before {
  content: "*";
  left: 3.5px;
}
.main .sec-other .wrapper .attention.dot:before {
  content: "・";
}
.main .sec-other .wrapper .txt-bold {
  font-size: 14px;
  margin-top: 10px;
}
.main .sec-other .wrapper .scroll-inner {
  width: 100%;
  height: 560px;
  overflow: auto;
  box-sizing: border-box;
}
.main .sec-other .wrapper .scroll-inner .unit-table-01 th, .main .sec-other .wrapper .scroll-inner .unit-table-01 td {
  padding: 25px 20px;
  background: #171717;
}
.main .sec-other .wrapper .scroll-inner .unit-table-01 th {
  background: #2B2B2B;
}
.main .sec-other .wrapper .scroll-inner .unit-table-01 th a,
.main .sec-other .wrapper .scroll-inner .unit-table-01 td a {
  color: #ffdd44;
  text-decoration: none;
}
.main .sec-other .wrapper .scroll-inner .unit-table-01 th a:hover,
.main .sec-other .wrapper .scroll-inner .unit-table-01 th a:focus,
.main .sec-other .wrapper .scroll-inner .unit-table-01 td a:hover,
.main .sec-other .wrapper .scroll-inner .unit-table-01 td a:focus {
  color: #fff0aa;
  text-decoration: none;
}

.wrapper {
  width: 960px;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 90%;
  }
}

.unit-table-01 {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .unit-table-01 {
    letter-spacing: 0;
  }
}
.unit-table-01 th, .unit-table-01 td {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  border: 1px solid #575757;
  padding: 15px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .unit-table-01 th, .unit-table-01 td {
    font-size: 13px;
    padding: 10px;
  }
}
@media screen and (max-width: 374px) {
  .unit-table-01 th, .unit-table-01 td {
    font-size: 12px;
  }
}
.unit-table-01 th a, .unit-table-01 td a {
  display: inline-block;
  text-decoration: underline;
  color: #21A9FF;
}
.unit-table-01 thead th {
  background: #2B2B2B;
  font-weight: 700;
}
.unit-table-01 tbody th {
  background: #2B2B2B;
  font-weight: 700;
}
.unit-table-01.other {
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .unit-table-01.other {
    letter-spacing: 0;
  }
}
.unit-table-01.other thead th {
  border-bottom: 0;
}
.unit-table-01.other tbody th, .unit-table-01.other tbody td {
  background: #171717;
  font-weight: 400;
}
.unit-table-01.other tbody th {
  border-top: 0;
}
.unit-table-01.other tbody td {
  border-bottom-color: #2B2B2B;
  border-top: 0;
}
.unit-table-01.other tbody tr:last-of-type td {
  border-bottom-color: #575757;
}
.unit-table-01.other2 {
  margin: 15px auto;
}
.unit-table-01.other2 th, .unit-table-01.other2 td {
  line-height: 1.5;
}
.unit-table-01.other2 th {
  border-right: 0;
  width: 206px;
}
@media screen and (max-width: 768px) {
  .unit-table-01.other2 th {
    width: 162px;
  }
}
.unit-table-01.other2 td {
  width: calc(100% - 206px);
  background: #171717;
}
@media screen and (max-width: 768px) {
  .unit-table-01.other2 td {
    width: calc(100% - 162px);
    line-height: 1.4;
  }
}

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

.txt-bold {
  font-weight: 700;
}

@keyframes fade {
  0% {
    opacity: 0;
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
            transform: translateY(0%);
  }
}
@keyframes deluxe-reveal-fade {
  0% {
    opacity: 0;
            transform: translateY(12%) scale(0.97);
  }
  100% {
    opacity: 1;
            transform: translateY(0) scale(1);
  }
}
@keyframes slideleft {
  0% {
    opacity: 0;
            transform: translateX(30%);
  }
  100% {
    opacity: 1;
            transform: translateX(0%);
  }
}
@keyframes slidebottom {
  0% {
    opacity: 0;
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
            transform: translateY(0%);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.8;
}
