@charset "UTF-8";
/* main */
:root {
  --default-font-color: #2c2c2c;
  --black-dark-1: #585858;
  --black-dark-2: #666666;
  --light-gray: #afafaf;
  --font-color-gray: #4d4d4d;
  --form-light-blue: #e6f0fa;
  --bg-color-1: #e8f3ff;
  --bg-color-2: #f9f9f9;
  --bg-color-3: #f4f5fa;
  --bg-color-4: #1e3879;
  --bg-color-5: #ffffff;
  --bg-color-none: #ffffff00;
  --bg-blue: #238ad3;
  --shadow-light-blue: #bbd5f0;
  --main-color: #f44c68;
  --white-light-medium: #edeff6;
  --white-lightest: #ffffff;
  --white-ligtest-80: #ffffff80;
  --white-fragment: #ffffff80;
  --border-color: #b1b1b1;
  --color-blue: #4f39f6;
}

.bg-sub-1 {
  background: var(--bg-color-1);
}

.bg-sub-2 {
  background: var(--bg-color-2);
}

.bg-sub-3 {
  background: var(--bg-color-3);
}

.bg-main {
  background: var(--main-color);
}

.bg-white {
  background: var(--white-lightest);
}

.bg-base {
  background: var(--white-lightest);
}

.bg-color-content-base {
  background-color: var(--white-lightest);
}

.bg-color-fragment {
  background-color: var(--white-fragment);
}

.font-color-main {
  color: var(--main-color);
}

.font-color-ui {
  color: var(--bg-color-4);
}

.font-color-ui-top {
  color: var(--white-lightest);
}

.font-color-content {
  color: var(--default-font-color);
}

.font-color-on-main-color {
  color: var(--default-font-color);
}

.font-color-on-dark-color {
  color: var(--white-light-medium);
}

/* マージン・パディングのサニタイズ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
figcaption,
figure,
main,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* リスト要素のサニタイズ */
ul {
  list-style: none;
  padding-left: 0;
}

/* リンク要素のサニタイズ */
a {
  text-decoration: none;
  color: inherit;
}

:root {
  --responsive-font-scale: 1;
  --font-size-small: calc(0.625vw * var(--responsive-font-scale)); /* 12px */
  --font-size-light-small: calc(
    0.677vw * var(--responsive-font-scale)
  ); /* 13px */
  --font-size-normal: calc(0.729vw * var(--responsive-font-scale)); /* 14px */
  --font-size-medium-small: calc(
    0.781vw * var(--responsive-font-scale)
  ); /* 15px */
  --font-size-medium: calc(0.833vw * var(--responsive-font-scale)); /* 16px */
  --font-size-medium-large: calc(0.937vw * var(--responsive-font-scale));
  --font-size-large: calc(1.041vw * var(--responsive-font-scale));
  --font-size-x-large-24: calc(1.25vw * var(--responsive-font-scale));
  --font-size-x-large-26: calc(1.354vw * var(--responsive-font-scale));
  --font-size-x-large-28: calc(1.458vw * var(--responsive-font-scale));
  --font-size-x-large-32: calc(1.666vw * var(--responsive-font-scale));
  --font-size-x-large-34: calc(1.77vw * var(--responsive-font-scale));
  --font-size-x-large-36: calc(1.875vw * var(--responsive-font-scale));
  --font-size-x-large-40: calc(2.083vw * var(--responsive-font-scale));
  --font-size-x-large-46: calc(2.396vw * var(--responsive-font-scale));
  --font-size-x-large-48: calc(2.5vw * var(--responsive-font-scale));
  --font-size-x-large-54: calc(2.813vw * var(--responsive-font-scale));
  --font-size-x-large-64: calc(3.333vw * var(--responsive-font-scale));
  --font-size-x-large-74: calc(3.854vw * var(--responsive-font-scale));
  --font-size-x-large-128: calc(6.667vw * var(--responsive-font-scale));
  --font-size-bg-large: calc(4.218vw * var(--responsive-font-scale));
}
@media all and (max-width: 767px) {
  :root {
    --responsive-font-scale: 4.465; /* 1920 / 430 */
  }
}

body,
button {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--default-font-color);
  font-weight: 400;
}

/* 400（標準） */
.normal-weight {
  font-weight: 400;
}

/* 500（中太） */
.medium-weight {
  font-weight: 500;
}

/* 700（太字） */
.bold-weight {
  font-weight: 700;
}

/* 900（超太字） */
.extra-bold-weight {
  font-weight: 800;
}

/* 900（超太字） */
.heavy-weight {
  font-weight: 900;
}

.text-size-small {
  font-size: var(--font-size-small);
}

.text-size-light-small {
  font-size: var(--font-size-light-small);
}

.text-size-normal {
  font-size: var(--font-size-normal);
}

.text-size-medium {
  font-size: var(--font-size-medium);
}

.text-size-medium-large {
  font-size: var(--font-size-medium-large);
}

.text-size-large {
  font-size: var(--font-size-large);
}

.text-size-x-large-24 {
  font-size: var(--font-size-x-large-24);
}

.text-size-x-large-26 {
  font-size: var(--font-size-x-large-26);
}

.text-size-x-large-32 {
  font-size: var(--font-size-x-large-32);
}

.text-size-x-large-34 {
  font-size: var(--font-size-x-large-34);
}

.text-size-x-large-40 {
  font-size: var(--font-size-x-large-40);
}

.text-size-x-large-48 {
  font-size: var(--font-size-x-large-48);
}

.text-size-x-large-64 {
  font-size: var(--font-size-x-large-64);
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-marker {
  background: linear-gradient(
    to bottom,
    transparent 60%,
    /* 上半分は透明 */ #bbd5f0 40% /* 下半分を水色で塗る */
  );
}

@keyframes scroll_lineAffect {
  0% {
    transform: translateX(0%) scaleX(0);
  }
  20% {
    transform: translateX(0%) scaleX(0);
  }
  50% {
    transform: translateX(0%) scaleX(1);
  }
  80% {
    transform: translateX(100%) scaleX(0);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@keyframes scroll_lineAffect_Vertical {
  0% {
    transform: translateY(0%) scaleY(0);
  }
  20% {
    transform: translateY(0%) scaleY(0);
  }
  50% {
    transform: translateY(0%) scaleY(1);
  }
  80% {
    transform: translateY(100%) scaleY(0);
  }
  100% {
    transform: translateY(100%) scaleY(0);
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition:
    transform 1s,
    opacity 1s;
}
.fadein.fadein-left {
  transform: translate(-1.562vw, 0);
}
.fadein.fadein-right {
  transform: translate(1.562vw, 0);
}
.fadein.fadein-up {
  transform: translate(0, -1.562vw);
}
.fadein.fadein-bottom {
  transform: translate(0, 1.562vw);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

:root {
  --responsive-layout-scale: 1;
  --layout-scale-2px: calc(0.104vw * var(--responsive-layout-scale));
  --layout-scale-3px: calc(0.156vw * var(--responsive-layout-scale));
  --layout-scale-4px: calc(0.208vw * var(--responsive-layout-scale));
  --layout-scale-5px: calc(0.26vw * var(--responsive-layout-scale));
  --layout-scale-8px: calc(0.416vw * var(--responsive-layout-scale));
  --layout-scale-10px: calc(0.52vw * var(--responsive-layout-scale));
  --layout-scale-12px: calc(0.625vw * var(--responsive-layout-scale));
  --layout-scale-14px: calc(0.729vw * var(--responsive-layout-scale));
  --layout-scale-15px: calc(0.781vw * var(--responsive-layout-scale));
  --layout-scale-16px: calc(0.833vw * var(--responsive-layout-scale));
  --layout-scale-18px: calc(0.937vw * var(--responsive-layout-scale));
  --layout-scale-19px: calc(0.99vw * var(--responsive-layout-scale));
  --layout-scale-20px: calc(1.041vw * var(--responsive-layout-scale));
  --layout-scale-22px: calc(1.146vw * var(--responsive-layout-scale));
  --layout-scale-24px: calc(1.25vw * var(--responsive-layout-scale));
  --layout-scale-25px: calc(1.3vw * var(--responsive-layout-scale));
  --layout-scale-26px: calc(1.354vw * var(--responsive-layout-scale));
  --layout-scale-27px: calc(1.406vw * var(--responsive-layout-scale));
  --layout-scale-28px: calc(1.458vw * var(--responsive-layout-scale));
  --layout-scale-30px: calc(1.563vw * var(--responsive-layout-scale));
  --layout-scale-32px: calc(1.666vw * var(--responsive-layout-scale));
  --layout-scale-34px: calc(1.771vw * var(--responsive-layout-scale));
  --layout-scale-38px: calc(1.979vw * var(--responsive-layout-scale));
  --layout-scale-40px: calc(2.083vw * var(--responsive-layout-scale));
  --layout-scale-42px: calc(2.188vw * var(--responsive-layout-scale));
  --layout-scale-45px: calc(2.344vw * var(--responsive-layout-scale));
  --layout-scale-46px: calc(2.396vw * var(--responsive-layout-scale));
  --layout-scale-48px: calc(2.5vw * var(--responsive-layout-scale));
  --layout-scale-49px: calc(2.552vw * var(--responsive-layout-scale));
  --layout-scale-50px: calc(2.604vw * var(--responsive-layout-scale));
  --layout-scale-55px: calc(2.865vw * var(--responsive-layout-scale));
  --layout-scale-60px: calc(3.125vw * var(--responsive-layout-scale));
  --layout-scale-62px: calc(3.229vw * var(--responsive-layout-scale));
  --layout-scale-64px: calc(3.333vw * var(--responsive-layout-scale));
  --layout-scale-68px: calc(3.542vw * var(--responsive-layout-scale));
  --layout-scale-70px: calc(3.646vw * var(--responsive-layout-scale));
  --layout-scale-71px: calc(3.698vw * var(--responsive-layout-scale));
  --layout-scale-73px: calc(3.802vw * var(--responsive-layout-scale));
  --layout-scale-75px: calc(3.906vw * var(--responsive-layout-scale));
  --layout-scale-79px: calc(4.115vw * var(--responsive-layout-scale));
  --layout-scale-80px: calc(4.166vw * var(--responsive-layout-scale));
  --layout-scale-84px: calc(4.375vw * var(--responsive-layout-scale));
  --layout-scale-85px: calc(4.427vw * var(--responsive-layout-scale));
  --layout-scale-87px: calc(4.531vw * var(--responsive-layout-scale));
  --layout-scale-88px: calc(4.583vw * var(--responsive-layout-scale));
  --layout-scale-90px: calc(4.688vw * var(--responsive-layout-scale));
  --layout-scale-92px: calc(4.792vw * var(--responsive-layout-scale));
  --layout-scale-96px: calc(5vw * var(--responsive-layout-scale));
  --layout-scale-100px: calc(5.208vw * var(--responsive-layout-scale));
  --layout-scale-110px: calc(5.729vw * var(--responsive-layout-scale));
  --layout-scale-112px: calc(5.833vw * var(--responsive-layout-scale));
  --layout-scale-150px: calc(7.813vw * var(--responsive-layout-scale));
  --layout-scale-160px: calc(8.333vw * var(--responsive-layout-scale));
  --layout-scale-200px: calc(10.417vw * var(--responsive-layout-scale));
  --layout-scale-260px: calc(13.542vw * var(--responsive-layout-scale));
  --layout-scale-310px: calc(16.146vw * var(--responsive-layout-scale));
}
@media all and (max-width: 767px) {
  :root {
    --responsive-layout-scale: 4.465; /* 1920 / 430 */
  }
}

.stack {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .stack.mobile-adjusted {
    flex-direction: row;
  }
}

.row {
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 767px) {
  .row.mobile-adjusted {
    flex-direction: column;
  }
}

.stack.spacing-4px > :not(:first-child) {
  margin-top: var(--layout-scale-4px);
  margin-left: 0;
}
.stack.spacing-8px > :not(:first-child) {
  margin-top: var(--layout-scale-8px);
  margin-left: 0;
}
.stack.spacing-12px > :not(:first-child) {
  margin-top: var(--layout-scale-12px);
  margin-left: 0;
}
.stack.spacing-16px > :not(:first-child) {
  margin-top: var(--layout-scale-16px);
  margin-left: 0;
}
.stack.spacing-32px > :not(:first-child) {
  margin-top: var(--layout-scale-32px);
  margin-left: 0;
}
.stack.spacing-40px > :not(:first-child) {
  margin-top: var(--layout-scale-40px);
  margin-left: 0;
}
.stack.spacing-64px > :not(:first-child) {
  margin-top: var(--layout-scale-64px);
  margin-left: 0;
}

@media all and (max-width: 767px) {
  .row.mobile-adjusted.spacing-4px-mobile > :not(:first-child) {
    margin-top: var(--layout-scale-4px);
    margin-left: 0;
  }
  .row.mobile-adjusted.spacing-8px-mobile > :not(:first-child) {
    margin-top: var(--layout-scale-8px);
    margin-left: 0;
  }
  .row.mobile-adjusted.spacing-12px-mobile > :not(:first-child) {
    margin-top: var(--layout-scale-12px);
    margin-left: 0;
  }
  .row.mobile-adjusted.spacing-16px-mobile > :not(:first-child) {
    margin-top: var(--layout-scale-16px);
    margin-left: 0;
  }
  .row.mobile-adjusted.spacing-32px-mobile > :not(:first-child) {
    margin-top: var(--layout-scale-32px);
    margin-left: 0;
  }
  .row.mobile-adjusted.spacing-40px-mobile > :not(:first-child) {
    margin-top: var(--layout-scale-40px);
    margin-left: 0;
  }
  .row.mobile-adjusted.spacing-64px-mobile > :not(:first-child) {
    margin-top: var(--layout-scale-64px);
    margin-left: 0;
  }
}

.row.spacing-4px > :not(:first-child) {
  margin-left: var(--layout-scale-4px);
  margin-top: 0;
}
.row.spacing-8px > :not(:first-child) {
  margin-left: var(--layout-scale-8px);
  margin-top: 0;
}
.row.spacing-12px > :not(:first-child) {
  margin-left: var(--layout-scale-12px);
  margin-top: 0;
}
.row.spacing-16px > :not(:first-child) {
  margin-left: var(--layout-scale-16px);
  margin-top: 0;
}
.row.spacing-32px > :not(:first-child) {
  margin-left: var(--layout-scale-32px);
  margin-top: 0;
}
.row.spacing-40px > :not(:first-child) {
  margin-left: var(--layout-scale-40px);
  margin-top: 0;
}
.row.spacing-64px > :not(:first-child) {
  margin-left: var(--layout-scale-64px);
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .stack.mobile-adjusted.spacing-4px-mobile > :not(:first-child) {
    margin-left: var(--layout-scale-4px);
    margin-top: 0;
  }
  .stack.mobile-adjusted.spacing-8px-mobile > :not(:first-child) {
    margin-left: var(--layout-scale-8px);
    margin-top: 0;
  }
  .stack.mobile-adjusted.spacing-12px-mobile > :not(:first-child) {
    margin-left: var(--layout-scale-12px);
    margin-top: 0;
  }
  .stack.mobile-adjusted.spacing-16px-mobile > :not(:first-child) {
    margin-left: var(--layout-scale-16px);
    margin-top: 0;
  }
  .stack.mobile-adjusted.spacing-32px-mobile > :not(:first-child) {
    margin-left: var(--layout-scale-32px);
    margin-top: 0;
  }
  .stack.mobile-adjusted.spacing-40px-mobile > :not(:first-child) {
    margin-left: var(--layout-scale-40px);
    margin-top: 0;
  }
  .stack.mobile-adjusted.spacing-64px-mobile > :not(:first-child) {
    margin-left: var(--layout-scale-64px);
    margin-top: 0;
  }
}

.grid {
  display: grid;
}
.grid.spacing-4px {
  gap: var(--layout-scale-4px);
}
.grid.spacing-8px {
  gap: var(--layout-scale-8px);
}
.grid.spacing-12px {
  gap: var(--layout-scale-12px);
}
.grid.spacing-23px {
  gap: var(--layout-scale-24px);
}
.grid.spacing-16px {
  gap: var(--layout-scale-16px);
}
.grid.spacing-32px {
  gap: var(--layout-scale-32px);
}
.grid.spacing-40px {
  gap: var(--layout-scale-40px);
}
.grid.spacing-64px {
  gap: var(--layout-scale-64px);
}

.radius-4px {
  border-radius: var(--layout-scale-4px);
}

.radius-5px {
  border-radius: var(--layout-scale-5px);
}

.radius-8px {
  border-radius: var(--layout-scale-8px);
}

.radius-10px {
  border-radius: var(--layout-scale-10px);
}

.radius-16px {
  border-radius: var(--layout-scale-16px);
}

.radius-24px {
  border-radius: var(--layout-scale-24px);
}

.radius-32px {
  border-radius: var(--layout-scale-32px);
}

.radius-40px {
  border-radius: var(--layout-scale-40px);
}

.flex {
  display: flex;
}

.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
}

.flex-top {
  justify-content: flex-start;
}

.flex-bottom {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.flex-both {
  justify-content: space-between;
}

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

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

.align-left {
  align-items: start;
}

.align-right {
  align-items: end;
}

.align-top {
  align-items: start;
}

.align-bottom {
  align-items: end;
}

.align-bottom {
  align-items: end;
}

.self-bottom {
  align-self: flex-end;
}

.no-padding {
  padding: 0px;
}

.padding-4px {
  padding: var(--layout-scale-4px);
}

.padding-8px {
  padding: var(--layout-scale-8px);
}

.padding-12px {
  padding: var(--layout-scale-12px);
}

.padding-16px {
  padding: var(--layout-scale-16px);
}

.padding-20px {
  padding: var(--layout-scale-20px);
}

.padding-24px {
  padding: var(--layout-scale-24px);
}

.padding-32px {
  padding: var(--layout-scale-32px);
}

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

.fill-parent {
  width: 100%;
  height: 100%;
}

.content-width {
  width: 100%;
  max-width: 960px;
}

.width-full {
  width: 100%;
}

.height-full {
  height: 100%;
}

.width-fit {
  width: fit-content;
}

.height-fit {
  height: fit-content;
}

html body {
  font-size: var(--font-size-normal);
  line-height: 1;
  width: 100vw;
  height: 100vh;
  position: relative;
  touch-action: none;
  touch-action: pan-y;
  /* touch-action: pinch-zoom; */
  overflow-x: hidden;
  --z-index-footer: 400;
  --z-index-overlay: 1000;
  --z-index-menu: 2000;
  --z-index-modal: 3000;
  --z-index-tooltip: 4000;
  --z-index-header: 5000;
  --z-index-loading: 2147483647;
  --z-index-overview: 9900;
  --z-index-overview-button: 9910;
  --z-index-popup: 2147483646;
  --z-index-local-over-5: 5;
  --z-index-local-over-4: 4;
  --z-index-local-over-3: 3;
  --z-index-local-over-2: 2;
  --z-index-local-over-1: 1;
  --z-index-local-default: 0;
  --z-index-local-under-1: -1;
  --z-index-local-under-2: -2;
  --z-index-local-under-3: -3;
  --z-index-local-under-4: -4;
  --z-index-local-under-5: -5;
}

a {
  position: relative;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
time {
  display: block;
}

address {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}
button:hover {
  cursor: pointer;
}

.hr {
  display: block;
  position: relative;
  height: var(--font-size-normal);
}
.hr::after {
  content: "";
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 0.5px;
  background-color: currentColor;
}

br.mobile-hidden {
  display: inline;
}
@media all and (max-width: 767px) {
  br.mobile-hidden {
    display: none;
  }
}
br.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  br.mobile-show {
    display: inline;
  }
}

.mobile-hidden {
  display: block;
}
.mobile-hidden.row,
.mobile-hidden.flex {
  display: flex;
}
@media all and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-hidden.row,
  .mobile-hidden.flex {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
  .mobile-show.row,
  .mobile-show.flex {
    display: flex;
  }
}

.hidden {
  display: none;
}

.image-mask {
  /* マスクとして使う画像 */
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}

.button {
  border-radius: var(--layout-scale-5px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 2.708vw;
  font-weight: 700;
  font-size: var(--font-size-medium);
  line-height: 1.3;
  transition:
    background-color 0.3s,
    border 0.3s,
    color 0.3s;
  position: relative;
}
@media all and (max-width: 767px) {
  .button {
    height: 9.302vw;
    border-radius: var(--layout-scale-16px);
  }
  .button svg {
    height: 60%;
    width: 13%;
  }
}
.button .button-image {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.button.dark {
  background-color: var(--default-font-color);
  border: 1px solid var(--default-font-color);
  color: var(--white-lightest);
}
.button.dark:hover {
  background-color: var(--white-lightest);
  border: 1px solid var(--default-font-color);
  color: var(--default-font-color);
}
.button.light {
  background-color: var(--white-lightest);
  border: 1px solid var(--default-font-color);
  color: var(--default-font-color);
}
.button.light:hover {
  background-color: var(--default-font-color);
  border: 1px solid var(--default-font-color);
  color: var(--white-lightest);
}
.button.download {
  background-color: var(--bg-color-5);
  border: 1px solid var(--bg-color-4);
  color: var(--bg-color-4);
  padding: 0 30px;
  letter-spacing: 2px;
}
.button.download:hover {
  background-color: var(--bg-color-4);
  border: 1px solid var(--bg-color-4);
  color: var(--white-lightest);
}
.button.consultation {
  background-color: var(--bg-color-4);
  border: 1px solid var(--bg-color-4);
  color: var(--white-lightest);
  padding: 0 30px;
  letter-spacing: 2px;
}
.button.consultation:hover {
  background-color: var(--white-lightest);
  border: 1px solid var(--bg-color-4);
  color: var(--bg-color-4);
}
.button .spacer {
  flex: 1;
}

.simple-button {
  background-color: #0f172b;
  border-radius: 50px;
  color: var(--white-lightest);
  font-size: var(--font-size-normal);
  font-weight: 500;
  height: 1.615vw;
  line-height: 150%;
  letter-spacing: 0;
  transition: background 0.3s ease;
  width: 4.792vw;
}
.simple-button:hover {
  background-color: #242082;
}
.simple-button.large-button {
  font-size: var(--font-size-large);
  height: 3.802vw;
  line-height: 100%;
  transition: background 0.3s ease;
  width: 20.313vw;
}
@media all and (max-width: 767px) {
  .simple-button {
    height: 7.209vw;
    width: 21.395vw;
  }
  .simple-button.large-button {
    height: 16.977vw;
    width: 81.395vw;
  }
}

.arrow-button {
  align-items: center;
  background-color: var(--white-lightest);
  border: 1px solid #242082;
  border-radius: 50px;
  display: flex;
  height: 2.344vw;
  justify-content: left;
  transition: background 0.3s ease;
  width: 12.917vw;
}
.arrow-button span {
  color: #242082;
  font-size: var(--font-size-normal);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  transition: color 0.3s ease;
  width: 9.688vw;
}
.arrow-button .arrow-block {
  background-color: #242082;
  border-radius: 50px;
  display: flex;
  padding: var(--layout-scale-8px) var(--layout-scale-15px);
  transition: background 0.3s ease;
}
.arrow-button .arrow-block svg {
  fill: var(--white-lightest);
  width: var(--layout-scale-16px);
  transition: fill 0.3s ease;
}
.arrow-button:hover {
  background-color: #242082;
}
.arrow-button:hover span {
  color: var(--white-lightest);
}
.arrow-button:hover .arrow-block {
  background-color: var(--white-lightest);
}
.arrow-button:hover .arrow-block svg {
  fill: #242082;
}
.arrow-button.large-button {
  height: 3.802vw;
  width: 20.313vw;
}
.arrow-button.large-button span {
  font-size: var(--font-size-large);
  line-height: 100%;
  width: 15.156vw;
}
.arrow-button.large-button .arrow-block {
  padding: var(--layout-scale-16px) var(--layout-scale-27px);
}
.arrow-button.large-button .arrow-block svg {
  width: var(--layout-scale-26px);
}
@media all and (max-width: 767px) {
  .arrow-button {
    height: 10.465vw;
    width: 57.674vw;
  }
  .arrow-button span {
    width: 43.256vw;
  }
  .arrow-button.large-button {
    height: 16.977vw;
    /* min-height: 16.977vw; */
    width: 81.395vw;
  }
  .arrow-button.large-button span {
    width: 58.372vw;
  }
}

/* Webkit系ブラウザ (Chrome, Safari) でスクロールバーを非表示 */
*::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Firefoxでスクロールバーを非表示 */
* {
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE 10+ 用 */
}

/* レスポンシブ用ブレークポイント */
@media all and (max-width: 1023px) {
  /* Webkit系ブラウザ (Chrome, Safari) でスクロールバーを非表示 */
  *::-webkit-scrollbar {
    display: none;
  }
  /* Firefoxでスクロールバーを非表示 */
  * {
    scrollbar-width: none; /* Firefox用 */
    -ms-overflow-style: none; /* IE 10+ 用 */
  }
}
@media all and (max-width: 767px) {
  /* Webkit系ブラウザ (Chrome, Safari) でスクロールバーを非表示 */
  *::-webkit-scrollbar {
    display: none;
  }
  /* Firefoxでスクロールバーを非表示 */
  * {
    scrollbar-width: none; /* Firefox用 */
    -ms-overflow-style: none; /* IE 10+ 用 */
  }
}
header {
  position: fixed;
  width: 100vw;
  z-index: var(--z-index-header);
}
header .header-menu {
  width: 100vw;
  min-width: 19.531vw;
  height: 4.166vw;
  position: relative;
}
header .menu-container {
  background-color: #ffffffcc;
  backdrop-filter: blur(10px);
  /* -webkit-backdrop-filter: blur(10px); */
  border-radius: 60px;
  width: 100%;
  margin: 0 3.125vw;
  margin-top: 0.521vw;
  transition: background-color 0.5s ease;
}
header.top-mode .menu-container {
  background-color: transparent;
  backdrop-filter: none;
}
header .menu-container .logo-bg-area {
  display: flex;
  margin-left: 2.604vw;
  position: relative;
  width: 5.781vw;
}
header .menu-container .logo-bg-area .logo {
  height: 1.771vw;
  width: 5.781vw;
  margin: auto;
}
header .menu-container .menu-area {
  padding: 0.833vw 0px;
  display: flex;
  flex: 1;
  margin-left: 1.563vw;
  margin-right: var(--layout-scale-50px);
}
header .menu-container .menu-area .left-contents {
  display: flex;
  gap: var(--layout-scale-30px);
}
header .menu-container .menu-area .right-contents {
  align-items: center;
  display: flex;
  gap: var(--layout-scale-20px);
}
header .menu-container .menu-area .right-contents .partner-button {
  width: auto;
  padding: 0 var(--layout-scale-16px);
}
header .menu-container .menu-area .spacer {
  flex: 1;
}
header .menu-container .menu-area-mobile {
  display: none;
}
header .menu-container .menu-button {
  width: fit-content;
  font-size: var(--font-size-medium);
  color: #2c2c2c;
  line-height: 150%;
  letter-spacing: 0.2em;
  padding: 0;
}
header.top-mode .menu-container .menu-button {
  color: var(--white-lightest);
}
header .menu-container .menu-button a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--default-font-color);
  transform: scale(0, 1);
  transform-origin: bottom center;
  transition: transform 0.3s;
}
header .menu-container .menu-button .spacer {
  flex: 1;
}
header .menu-container .menu-button svg {
  height: 60%;
  width: auto;
}
header .menu-container .menu-button a:hover::after {
  transform: scale(0.6, 1);
}
header .menu-container .menu-button.button {
  width: 180px;
  padding: 0 25px;
}
header .menu-container .header-account-button {
  width: 12.917vw;
  height: 2.344vw;
}
header .menu-mobile-folding-area {
  display: none;
}
@media all and (max-width: 767px) {
  header {
    border-bottom: 1px solid #f3f2f6;
    transition: border 0.5s ease;
  }
  header.top-mode {
    border-bottom: none;
  }
  header .header-menu {
    height: var(--layout-scale-75px);
  }
  header .menu-container {
    background-color: var(--white-lightest);
    border-radius: 0;
    margin: 0;
  }
  header .menu-container .logo-bg-area {
    position: relative;
    width: 111px;
    margin: 0;
    padding-left: 20px;
  }
  header .menu-container .logo-bg-area .logo {
    height: auto;
    width: 111px;
    object-fit: contain;
  }
  header .menu-container .menu-area {
    display: none;
  }
  header .menu-container .menu-area-mobile {
    display: flex;
    flex: 1;
    margin-right: 20px;
  }
  header .menu-container .menu-area-mobile .menu-button {
    height: 100%;
    margin: 0;
  }
  header .menu-container .menu-area-mobile .menu-button.open {
    height: 50px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .menu-container .menu-area-mobile .menu-button .menu-icon {
    height: 7.441vw;
    width: 7.441vw;
  }
  header .menu-container .menu-area-mobile .spacer {
    flex: 1;
  }
  header .menu-container .header-menu-button {
    align-items: center;
    background-color: #242082;
    border-radius: 60px;
    display: flex;
    height: 9.302vw;
    justify-content: center;
    width: 18.605vw;
  }
  header .menu-container .header-menu-button svg {
    fill: var(--white-lightest);
    width: 6.977vw;
    transition: fill 0.3 ease;
  }
  header .menu-mobile-folding-area {
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: var(--white-lightest);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  header .menu-mobile-folding-area.show {
    background-color: var(--white-lightest);
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
  }
  header .menu-mobile-folding-area .close-button-area-mobile {
    align-items: center;
    border-bottom: 1px solid #f3f2f6;
    display: flex;
    height: var(--layout-scale-75px);
    padding: 0 20px;
  }
  header .menu-mobile-folding-area .close-button-area-mobile .menu-button {
    height: auto;
    padding: 0;
  }
  header .menu-mobile-folding-area .close-button-area-mobile .menu-button img {
    height: auto;
    width: 80px;
  }
  header
    .menu-mobile-folding-area
    .close-button-area-mobile
    .menu-button
    .menu-icon {
    height: auto;
    width: 30px;
  }
  header .menu-mobile-folding-area .close-button-area-mobile .logo {
    height: auto;
    width: 111px;
  }
  header .menu-mobile-folding-area .close-button-area-mobile .close-button-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: var(--layout-scale-10px);
    justify-content: right;
    margin-top: 1px;
  }
  header
    .menu-mobile-folding-area
    .close-button-area-mobile
    .menu-partner-button {
    white-space: nowrap;
    width: auto;
  }
  header
    .menu-mobile-folding-area
    .close-button-area-mobile
    .menu-close-button {
    align-items: center;
    background-color: #242082;
    border-radius: 60px;
    display: flex;
    height: 9.302vw;
    justify-content: center;
    width: 18.605vw;
  }
  header
    .menu-mobile-folding-area
    .close-button-area-mobile
    .menu-close-button
    svg {
    fill: var(--white-lightest);
    width: 6.279vw;
    transition: fill 0.3 ease;
  }
  header .menu-mobile-folding-area .folding-menu-list-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100dvh - var(--layout-scale-75px));
    overflow-y: auto;
    padding-bottom: var(--layout-scale-32px);
  }
  header .menu-mobile-folding-area .folding-menu-list-area .menu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header .menu-mobile-folding-area .folding-menu-list-area .menu .menu-button {
    width: 100%;
    align-items: center;
    display: flex;
    font-size: var(--font-size-large);
    font-weight: 500;
    justify-content: space-between;
    line-height: 150%;
    letter-spacing: 0.2em;
    padding: 30px 40px;
    text-align: left;
  }
  header
    .menu-mobile-folding-area
    .folding-menu-list-area
    .menu
    .menu-right-arrow {
    stroke: var(--color-blue);
    height: auto;
    width: var(--layout-scale-12px);
  }
  header
    .menu-mobile-folding-area
    .folding-menu-list-area
    .folding-menu-contact-button {
    flex-shrink: 0;
    margin-top: var(--layout-scale-45px);
    padding: 0;
  }
  header
    .menu-mobile-folding-area
    .folding-menu-list-area
    .folding-menu-account-button {
    flex-shrink: 0;
    margin-top: var(--layout-scale-20px);
    padding: 0;
  }
  header
    .menu-mobile-folding-area
    .folding-menu-list-area
    .folding-menu-login-button {
    flex-shrink: 0;
    margin-top: var(--layout-scale-20px);
    padding: 0;
  }
  header
    .menu-mobile-folding-area
    .folding-menu-list-area
    .folding-menu-partner-button {
    flex-shrink: 0;
    margin-top: var(--layout-scale-20px);
    padding: 0;
  }
  header .menu-mobile-folding-area .folding-menu-list-area .border {
    width: 100%;
    height: 1px;
    background-color: #f3f2f6;
  }
  header .menu-mobile-folding-area .folding-menu-list-area .menu-out-link-list {
    display: flex;
    flex-direction: column;
    gap: var(--layout-scale-15px);
    justify-content: start;
    margin-top: var(--layout-scale-60px);
    padding: 0;
    padding-left: var(--layout-scale-38px);
    width: 100%;
  }
  header .menu-mobile-folding-area .folding-menu-list-area .menu-out-link-item {
    align-items: center;
    color: #242082;
    display: flex;
    flex-direction: row;
    font-size: var(--font-size-normal);
    font-weight: bold;
    gap: 6px;
    justify-content: left;
    line-height: 150%;
    white-space: nowrap;
  }
  header .menu-mobile-folding-area .folding-menu-list-area .menu-link-icon {
    height: auto;
    width: 3.023vw;
  }
  header .menu-mobile-folding-area .folding-menu-list-area .menu-company {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
    padding: 0;
  }
  header
    .menu-mobile-folding-area
    .folding-menu-list-area
    .menu-company
    .menu-copyright {
    color: #9d9d9d;
    font-size: var(--font-size-small);
    font-weight: bold;
    white-space: nowrap;
  }
  header
    .menu-mobile-folding-area
    .folding-menu-list-area
    .menu-company
    .company-logo {
    height: auto;
    width: 50px;
  }
}

section {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: fit-content;
  min-height: 10.416vw;
}
section .container {
  width: 100%;
  min-width: 375px;
  position: relative;
}

.section-main-visual {
  height: fit-content;
  max-height: 120vh;
  --ratio: 90%;
}
.section-main-visual .container {
  width: 100%;
  max-width: none;
  height: fit-content;
  max-height: 120vh;
}
.section-main-visual .main-text-container {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-left: var(--layout-scale-110px);
  margin-top: calc(17.031vw * var(--responsive-layout-scale));
  position: absolute;
  top: 0;

  max-width: none;
  z-index: 10;
}
.section-main-visual .main-text-container .main-tagline {
  font-size: var(--font-size-x-large-54);
  font-weight: 500;
  line-height: 150%;
}
.section-main-visual .main-text-container .main-summary {
  font-size: var(--font-size-x-large-36);
  font-weight: 500;
  line-height: 130%;
  margin-top: var(--layout-scale-75px);
}
.section-main-visual .main-text-container .main-description {
  font-size: var(--font-size-medium-large);
  font-weight: 500;
  line-height: 150%;
  margin-top: var(--layout-scale-20px);
}
.section-main-visual .main-button-container {
  align-items: end;
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-30px);
  margin-top: var(--layout-scale-45px);
}
.section-main-visual .main-button-container .main-visual-account-tag {
  width: calc(12.917vw * var(--responsive-layout-scale));
}
.section-main-visual .main-button-container .main-visual-login-button {
  width: calc(20.313vw * var(--responsive-layout-scale));
}
.section-main-visual .main-button-container .main-signup-stack {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.section-main-visual .video-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: fit-content;
  max-height: 120vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-main-visual .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-main-visual .video-container img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-main-visual .video-container #main-visual-video-loop {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  z-index: var(--z-index-local-over-1);
}
.section-main-visual .video-container #main-visual-video-loop.show {
  opacity: 1;
}
.section-main-visual .main-visual-overlay-image-area {
  position: absolute;
  width: 300px;
  height: fit-content;
  bottom: -22vw;
  left: 0;
  z-index: var(--z-index-local-over-2);
}
.section-main-visual
  .main-visual-overlay-image-area
  .main-visual-overlay-image {
  width: 100%;
  height: auto;
  object-fit: cover; /* アスペクト比を維持しつつ拡大 */
}
.section-main-visual .scroll-info-area {
  position: absolute;
  width: fit-content;
  height: fit-content;
  z-index: 350;
}
.section-main-visual .scroll-info-area.bottom-center {
  bottom: 8.906vw;
  left: calc(50% - 3.437vw);
  right: 50%;
  margin: auto;
}
.section-main-visual .scroll-info-area .scroll-text {
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 4px;
}
.section-main-visual .scroll-info-area .animation {
  height: fit-content;
  width: 1px;
  height: 3.75vw;
}
.section-main-visual .scroll-info-area .scroll-info {
  width: 1px;
  height: 3.75vw;
  margin-left: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.section-main-visual .scroll-info-area .scroll-info::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 3.75vw;
  background-color: currentColor;
  transform-origin: top center;
  animation: scroll_lineAffect_Vertical 3s ease infinite;
}
@media all and (max-width: 767px) {
  .section-main-visual .main-text-container {
    margin-left: 3.488vw;
    margin-top: 101.628vw;
    width: 93.023vw;
  }
  .section-main-visual .main-text-container .main-tagline {
    font-size: var(--font-size-x-large-36);
  }
  .section-main-visual .main-text-container .main-summary {
    font-size: var(--font-size-x-large-24);
    margin-top: 30px;
  }
  .section-main-visual .main-text-container .main-description {
    font-size: var(--font-size-medium);
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-top: 10px;
  }
  .section-main-visual .main-button-container {
    align-items: center;
    flex-direction: column;
    gap: var(--layout-scale-20px);
    justify-content: center;
    margin-top: 0;
    width: 100%;
  }
  .section-main-visual .main-button-container .main-visual-account-tag {
    width: 64.651vw;
  }
  .section-main-visual .main-button-container .main-visual-account-button {
    margin-top: calc(var(--layout-scale-8px) * -1);
    width: 90.698vw;
  }
  .section-main-visual .main-button-container .main-visual-account-button span {
    width: 67.674vw;
  }
  .section-main-visual .scroll-info-area.bottom-center {
    bottom: 12vw;
    left: calc(50% - 9.437vw);
  }
  .section-main-visual .scroll-info-area .animation {
    height: 8.75vw;
    padding-top: 1.86vw;
  }
  .section-main-visual .scroll-info-area .scroll-info {
    height: 8.75vw;
  }
  .section-main-visual .scroll-info-area .scroll-info::after {
    height: 8.75vw;
  }
}

.section-tag-block {
  align-items: center;
  display: flex;
  gap: var(--layout-scale-10px);
}
.section-tag-block .section-tag-icon {
  fill: var(--color-blue);
  height: auto;
  width: var(--layout-scale-18px);
}
.section-tag-block .section-tag {
  color: #242082;
  font-size: var(--font-size-medium);
  font-weight: bold;
  line-height: 120%;
}
.section-title {
  color: var(--color-blue);
  font-size: var(--font-size-x-large-32);
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-20px);
}

.section-about {
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--layout-scale-90px) * -1);
  padding-top: var(--layout-scale-90px);
  position: relative;
}
.section-about .container {
  margin-top: var(--layout-scale-150px);
}
.section-about .section-header {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: var(--layout-scale-100px);
}
.section-about .section-header-track {
  display: flex;
  width: max-content;
  animation: header-scroll 20s linear infinite;
}
.section-about .section-header-track img {
  flex-shrink: 0;
  height: auto;
  margin-right: var(--layout-scale-64px);
  width: calc(99.635vw * var(--responsive-layout-scale));
}
@keyframes header-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-about .section-content {
  padding: 0 var(--layout-scale-260px);
}
.section-about .about-row {
  align-items: start;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-96px);
}
.section-about .about-row .about-text-block {
  align-items: start;
  display: flex;
  flex-direction: column;
}
.section-about .about-row img {
  flex: 0 0 auto;
  min-width: 0;
  object-fit: contain;
  width: auto;
}
.section-about .about-sub-title {
  font-size: var(--font-size-x-large-28);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-60px);
  margin-right: calc(var(--layout-scale-200px) * -1);
}
.section-about .about-detail {
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-60px);
}
.section-about .about-row .about-image {
  align-self: end;
  width: calc(36.458vw * var(--responsive-layout-scale));
}
@media all and (max-width: 767px) {
  .section-about {
    margin-top: calc(var(--layout-scale-12px) * -1);
    padding-top: var(--layout-scale-75px);
  }
  .section-about .section-header {
    top: var(--layout-scale-85px);
  }
  .section-about .section-header-track img {
    margin-right: var(--layout-scale-64px);
    width: 359.535vw;
  }
  .section-about .container {
    margin-top: 20vw;
  }
  .section-about .section-content {
    padding: 0 var(--layout-scale-19px);
  }
  .section-about .about-sub-title {
    letter-spacing: 5%;
    margin-right: 0;
  }
  .section-about .about-row {
    flex-direction: column;
  }
  .section-about .about-row img {
    width: 100%;
  }
  .section-about .about-detail {
    margin-right: var(--layout-scale-4px);
    margin-top: var(--layout-scale-40px);
  }
  .section-about .about-image {
    max-width: 100%;
  }
}

.section-problem {
  margin-top: var(--layout-scale-60px);
  padding-top: var(--layout-scale-90px);
}
.section-problem .section-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding: 0 var(--layout-scale-260px);
}
.section-problem .section-title {
  z-index: 1;
}
.section-problem .problem-manga-block {
  background-color: #f3f2f6;
  border-radius: 10px;
  margin-left: calc(var(--layout-scale-50px) * -1);
  margin-top: -0.885vw;
  padding: var(--layout-scale-80px) var(--layout-scale-50px);
  width: calc(100% + 5.208vw);
}
.section-problem .problem-manga-block .problem-episode-list {
  flex: 1;
}
.section-problem .problem-manga-block .problem-episode {
  align-items: center;
  display: flex;
  gap: var(--layout-scale-20px);
  height: calc(5.365vw * var(--responsive-layout-scale));
  position: relative;
}
.section-problem .problem-manga-block .problem-episode:hover {
  cursor: pointer;
}
.section-problem .problem-manga-block .problem-episode .problem-episode-frame {
  fill: transparent;
  height: 100%;
  position: absolute;
  transition: fill 0.3s ease;
  width: auto;
}
.section-problem
  .problem-manga-block
  .problem-episode:hover
  .problem-episode-frame {
  fill: #24208233;
}
.section-problem
  .problem-manga-block
  .problem-episode.active
  .problem-episode-frame {
  fill: #0f172b;
}
.section-problem .problem-manga-block .problem-episode .problem-episode-no {
  color: var(--color-blue);
  font-size: var(--font-size-medium);
  font-weight: bold;
  line-height: 120%;
  margin-left: calc(1.458vw * var(--responsive-layout-scale));
  transition: color 0.3s ease;
  z-index: 1;
}
.section-problem
  .problem-manga-block
  .problem-episode.active
  .problem-episode-no {
  color: var(--white-lightest);
}
.section-problem .problem-manga-block .problem-episode .problem-episode-title {
  color: #0f172b;
  font-size: var(--font-size-medium-large);
  font-weight: bold;
  line-height: 120%;
  transition: color 0.3s ease;
  z-index: 1;
}
.section-problem
  .problem-manga-block
  .problem-episode.active
  .problem-episode-title {
  color: var(--white-lightest);
}
.section-problem .problem-manga-block .problem-manga {
  position: relative;
  overflow: hidden;
  width: calc(40.99vw * var(--responsive-layout-scale));
}
.section-problem .problem-manga-block .problem-manga .problem-manga-no {
  color: rgba(255, 255, 255, 0.3);
  font-size: var(--font-size-x-large-74);
  font-weight: bold;
  left: var(--layout-scale-22px);
  position: absolute;
  top: calc(var(--layout-scale-50px) * -1);
  transform: rotate(90deg);
  transform-origin: left;
}
.section-problem .problem-manga-block .problem-manga .problem-manga-content {
  display: flex;
  flex-direction: column;
  left: calc(4.844vw * var(--responsive-layout-scale));
  position: absolute;
  top: 0;
  width: 34.375vw;
}
.section-problem .problem-manga-block .problem-manga .problem-manga-detail {
  color: var(--white-lightest);
  font-size: var(--font-size-medium);
  height: calc(3.75vw * var(--responsive-layout-scale));
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-16px);
}
.section-problem .problem-manga-block .problem-manga .manga-image-block {
  border-radius: 10px;
  height: calc(20.208vw * var(--responsive-layout-scale));
  margin-top: var(--layout-scale-20px);
  overflow: hidden;
  position: relative;
  width: calc(31.25vw * var(--responsive-layout-scale));
}
.section-problem .problem-manga-block .problem-manga .manga-image-block:hover {
  cursor: pointer;
}
.section-problem .problem-manga-block .problem-manga .problem-manga-image {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  width: calc(39.688vw * var(--responsive-layout-scale));
}
.section-problem
  .problem-manga-block
  .problem-manga
  .manga-image-block:hover
  .problem-manga-image {
  transform: translate(-50%, -50%) scale(1.05);
}
.section-problem .problem-manga-block .problem-manga .problem-manga-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: absolute;
  transition: background 0.3s ease;
  width: 100%;
}
.section-problem
  .problem-manga-block
  .problem-manga
  .manga-image-block:hover
  .problem-manga-overlay {
  background: transparent;
}
.section-problem .problem-manga-block-sp {
  display: none;
}
@media all and (max-width: 767px) {
  .section-problem {
    margin-top: var(--layout-scale-75px);
    padding-top: var(--layout-scale-75px);
  }
  .section-problem .section-content {
    align-items: start;
    display: flex;
    flex-direction: column;
    padding: 0 var(--layout-scale-19px);
  }
  .section-problem .problem-manga-block {
    display: none;
  }
  .section-problem .problem-manga-block-sp {
    display: flex;
    flex-direction: column;
    background-color: #f3f2f6;
    border-radius: 10px;
    margin: 0;
    margin-left: calc(var(--layout-scale-5px) * -1);
    margin-top: -13.256vw;
    padding: 50px var(--layout-scale-15px);
    padding-top: 27.209vw;
    width: calc(100% + var(--layout-scale-10px));
  }
  .section-problem .problem-manga-block-sp .problem-episode-list {
    display: flex;
    flex-direction: row;
    gap: var(--layout-scale-5px);
    width: 100%;
  }
  .section-problem .problem-manga-block-sp .problem-episode {
    align-items: center;
    background-color: var(--white-lightest);
    border-radius: 10px;
    color: var(--color-blue);
    display: flex;
    flex-grow: 1;
    font-size: var(--font-size-medium);
    font-weight: bold;
    height: var(--layout-scale-42px);
    justify-content: center;
    line-height: 120%;
    min-width: 13.488vw;
    padding: 0 var(--layout-scale-10px);
    transition: flex-grow 0.3s ease;
  }
  .section-problem .problem-manga-block-sp .problem-episode:hover {
    cursor: pointer;
  }
  .section-problem .problem-manga-block-sp .problem-episode.active {
    background-color: #0f172b;
    color: var(--white-lightest);
    flex-grow: 2;
  }
  .section-problem
    .problem-manga-block-sp
    .problem-episode
    .problem-episode-no-label {
    display: none;
  }
  .section-problem
    .problem-manga-block-sp
    .problem-episode.active
    .problem-episode-no-label {
    display: block;
  }
  .section-problem .problem-manga-block-sp .problem-manga {
    max-width: 100%;
    margin-top: var(--layout-scale-10px);

    position: relative;
    overflow: hidden;
    width: 86.047vw;
  }
  .section-problem .problem-manga-block-sp .problem-manga .problem-manga-no {
    color: rgba(255, 255, 255, 0.3);
    font-size: var(--font-size-x-large-74);
    font-weight: bold;
    left: var(--layout-scale-22px);
    position: absolute;
    top: var(--layout-scale-40px);
    transform: rotate(90deg);
    transform-origin: left;
  }
  .section-problem
    .problem-manga-block-sp
    .problem-manga
    .problem-manga-content {
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0 var(--layout-scale-10px);
    position: absolute;
    top: 0;
  }
  .section-problem
    .problem-manga-block-sp
    .problem-manga
    .problem-manga-title-wrapper {
    align-items: center;
    display: flex;
    height: var(--layout-scale-80px);
  }
  .section-problem .problem-manga-block-sp .problem-manga .problem-manga-title {
    color: var(--white-lightest);
    font-size: var(--font-size-medium-large);
    font-weight: bold;
    line-height: 120%;
  }
  .section-problem
    .problem-manga-block-sp
    .problem-manga
    .problem-manga-detail {
    color: var(--white-lightest);
    font-size: var(--font-size-medium);
    height: 27.907vw;
    line-height: 150%;
    letter-spacing: 0.2em;
    margin-top: var(--layout-scale-15px);
  }
  .section-problem .problem-manga-block-sp .problem-manga .manga-image-block {
    border-radius: 10px;
    height: 52.558vw;
    margin-top: var(--layout-scale-20px);
    overflow: hidden;
    position: relative;
    width: 81.395vw;
  }
  .section-problem .problem-manga-block-sp .problem-manga .problem-manga-image {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 103.488vw;
  }
  .section-problem
    .problem-manga-block-sp
    .problem-manga
    .problem-manga-overlay {
    background: transparent;
    height: 100%;
    position: absolute;
    width: 100%;
  }
}

.section-profile {
  display: flex;
  flex-direction: column;
  margin-top: var(--layout-scale-60px);
  padding-top: var(--layout-scale-90px);
}
.section-profile .section-header {
  position: absolute;
  top: var(--layout-scale-100px);
  overflow: hidden;
  width: 100%;
}
.section-profile .section-header-track {
  display: flex;
  width: max-content;
  animation: profile-header-scroll 30s linear infinite;
}
.section-profile .section-header-track img {
  flex-shrink: 0;
  height: auto;
  margin-right: var(--layout-scale-64px);
  width: calc(159.844vw * var(--responsive-layout-scale));
}
@keyframes profile-header-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-profile .section-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: var(--layout-scale-42px);
  padding: 0 var(--layout-scale-310px);
}
.section-profile .section-content .section-tag-block {
  flex-direction: column;
  gap: var(--layout-scale-3px);
}
.section-profile .section-content .profile-row {
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-62px);
  margin-top: var(--layout-scale-60px);
}
.section-profile .section-content .profile-left {
  flex-shrink: 0;
  width: 27.656vw;
}
.section-profile .section-content .profile-right {
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
}
.section-profile .section-content .profile-right .profile-name {
  font-size: var(--font-size-medium);
  font-weight: bold;
  line-height: 120%;
  margin-top: var(--layout-scale-20px);
}
.section-profile .section-content .profile-right .profile-summary {
  font-size: var(--font-size-x-large-28);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-20px);
}
.section-profile .section-content .profile-right .profile-detail {
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-60px);
}
.section-profile .section-content .profile-right .profile-border {
  background: linear-gradient(to right, #3677ec, #701c9b);
  height: 1px;
  margin: var(--layout-scale-30px) 0;
}
.section-profile .profile-table {
  border-collapse: collapse;
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 0.2em;
}
.section-profile .profile-table tr + tr td {
  padding-top: var(--layout-scale-40px);
}
.section-profile .profile-table-head {
  color: #242082;
  display: flex;
  text-align: center;
  width: var(--layout-scale-100px);
}
.section-profile .profile-table-head span {
  background-color: #cbc4fd;
  border-radius: 50px;
  width: 100%;
}
.section-profile .profile-table-data {
  padding-left: var(--layout-scale-20px);
  width: 100%;
}
@media all and (max-width: 767px) {
  .section-profile {
    margin-top: var(--layout-scale-75px);
    padding-top: var(--layout-scale-75px);
  }
  .section-profile .section-header {
    top: var(--layout-scale-85px);
  }
  .section-profile .section-header-track img {
    margin-right: var(--layout-scale-64px);
    width: 573.721vw;
  }
  .section-profile .section-content .section-title {
    text-align: center;
  }
  .section-profile .section-content {
    margin-top: var(--layout-scale-75px);
    padding: 0 var(--layout-scale-19px);
  }
  .section-profile .section-content .profile-row {
    flex-direction: column;
  }
  .section-profile .section-content .profile-left {
    width: 100%;
  }
  .section-profile .section-content .profile-right .profile-name {
    margin-top: 0;
  }
  .section-profile .section-content .profile-right .profile-summary {
    letter-spacing: 5%;
  }
  .section-profile .profile-table tr + tr td {
    padding-top: var(--layout-scale-30px);
  }
}

.section-step {
  margin-top: var(--layout-scale-60px);
  padding-top: var(--layout-scale-90px);
}
.section-step .section-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding: 0 var(--layout-scale-260px);
}
.section-step .section-content .step-description {
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-60px);
}
.section-step .section-content .step-flow {
  margin-top: var(--layout-scale-60px);
}
.section-step .section-content .step-detail-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--layout-scale-45px);
  margin-top: var(--layout-scale-150px);
}
.section-step .step-container {
  align-items: start;
  display: flex;
  gap: var(--layout-scale-50px);
  padding: 0 var(--layout-scale-87px);
}
.section-step .step-container .step-side-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: var(--layout-scale-46px);
}
.section-step .step-container .step-side-block .step-icon-1 {
  fill: #cdd4ff;
  width: var(--layout-scale-30px);
}
.section-step .step-container .step-side-block .step-icon-2 {
  fill: #7983f4;
  width: var(--layout-scale-46px);
}
.section-step .step-container .step-side-block .step-icon-3 {
  fill: #3b3fb6;
  width: var(--layout-scale-40px);
}
.section-step .step-container .step-side-block .step-side-bar {
  background: linear-gradient(to bottom, #3677ec, #701c9b);
  height: 18.333vw;
  width: 1px;
}
.section-step .step-container .step-side-block .step-side-bar-1 {
  margin-top: var(--layout-scale-45px);
}
.section-step .step-container .step-side-block .step-side-bar-2 {
  margin-top: var(--layout-scale-80px);
}
.section-step .step-container .step-side-block .step-1 {
  fill: #cdd4ff;
}
.section-step .step-container .step-content {
  align-items: flex-start;
  display: flex;
  gap: var(--layout-scale-75px);
}
.section-step .step-container .step-content .step-image {
  border-radius: 10px;
  flex-shrink: 0;
  width: 28.646vw;
}
.section-step .step-container .step-content .step-text-block {
  display: flex;
  flex-direction: column;
}
.section-step .step-container .step-content .step-text-block .step-no {
  color: var(--color-blue);
  font-size: var(--font-size-medium);
  font-weight: bold;
  line-height: 120%;
}
.section-step .step-container .step-content .step-text-block .step-title {
  font-size: var(--font-size-x-large-28);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2em;
}
.section-step .step-container .step-content .step-text-block .step-summary {
  font-size: var(--font-size-x-large-28);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-60px);
}
.section-step .step-container .step-content .step-text-block .step-description {
  margin-top: var(--layout-scale-10px);
}
.section-step
  .step-container.step-3
  .step-content
  .step-text-block
  .step-description {
  margin-top: var(--layout-scale-50px);
}
.section-step .step-container .step-content .step-add-info-block {
  display: flex;
  gap: var(--layout-scale-32px);
  margin-top: var(--layout-scale-15px);
}
.section-step
  .step-container
  .step-content
  .step-add-info-block
  .step-add-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  width: var(--layout-scale-100px);
}
.section-step
  .step-container
  .step-content
  .step-add-info-block
  .step-add-info
  .step-add-info-base {
  fill: #f3f2f6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-step
  .step-container
  .step-content
  .step-add-info-block
  .step-add-info
  .step-add-info-icon {
  margin-top: var(--layout-scale-20px);
  width: var(--layout-scale-20px);
  z-index: 1;
}
.section-step
  .step-container
  .step-content
  .step-add-info-block
  .step-add-info
  .step-add-info-icon-4 {
  width: var(--layout-scale-14px);
}
.section-step
  .step-container
  .step-content
  .step-add-info-block
  .step-add-info
  .step-add-info-text {
  font-size: var(--font-size-normal);
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  position: absolute;
  top: var(--layout-scale-64px);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .section-step {
    margin-top: var(--layout-scale-75px);
    padding-top: var(--layout-scale-75px);
  }
  .section-step .section-content {
    padding: 0 var(--layout-scale-19px);
  }
  .section-step .section-content .step-detail-container {
    gap: var(--layout-scale-80px);
    margin-top: var(--layout-scale-40px);
    width: 100%;
  }
  .section-step .step-container {
    align-items: stretch;
    gap: var(--layout-scale-12px);
    padding: 0;
  }
  .section-step .step-container .step-side-block {
    width: var(--layout-scale-28px);
  }
  .section-step .step-container .step-side-block .step-icon-1 {
    width: var(--layout-scale-18px);
  }
  .section-step .step-container .step-side-block .step-icon-2 {
    width: var(--layout-scale-28px);
  }
  .section-step .step-container .step-side-block .step-icon-3 {
    width: var(--layout-scale-24px);
  }
  .section-step .step-container .step-side-block .step-side-bar {
    height: 100%;
  }
  .section-step .step-container .step-side-block .step-side-bar-1 {
    margin-top: var(--layout-scale-20px);
  }
  .section-step .step-container .step-side-block .step-side-bar-2 {
    margin-top: var(--layout-scale-20px);
  }
  .section-step .step-container .step-content {
    flex-direction: column;
    gap: var(--layout-scale-24px);
  }
  .section-step .step-container .step-content .step-image {
    width: 100%;
  }
  .section-step .step-container .step-content .step-text-block .step-summary {
    letter-spacing: 5%;
    margin-top: var(--layout-scale-40px);
  }
  .section-step
    .step-container.step-3
    .step-content
    .step-text-block
    .step-description {
    margin-top: var(--layout-scale-10px);
  }
  .section-step .step-container .step-content .step-add-info-block {
    gap: var(--layout-scale-4px);
  }
  .section-step
    .step-container
    .step-content
    .step-add-info-block
    .step-add-info {
    height: var(--layout-scale-84px);
    width: var(--layout-scale-84px);
  }
  .section-step
    .step-container
    .step-content
    .step-add-info-block
    .step-add-info
    .step-add-info-icon {
    margin-top: var(--layout-scale-12px);
    width: var(--layout-scale-14px);
  }
  .section-step
    .step-container
    .step-content
    .step-add-info-block
    .step-add-info
    .step-add-info-icon-4 {
    width: var(--layout-scale-10px);
  }
  .section-step
    .step-container
    .step-content
    .step-add-info-block
    .step-add-info
    .step-add-info-text {
    top: var(--layout-scale-50px);
  }
}

.section-price {
  margin-top: var(--layout-scale-60px);
  padding-top: var(--layout-scale-90px);
}
.section-price .section-content {
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-42px);
  padding: 0 var(--layout-scale-260px);
}
.section-price .price-signup.mobile-hidden {
  display: flex;
}
.section-price .price-signup.mobile-show {
  display: none;
}
.section-price .section-content .price-text-block {
  align-items: start;
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-price .price-text-block .price-detail {
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 20%;
  margin-top: var(--layout-scale-60px);
}
.section-price .price-text-block .price-support-link {
  color: var(--color-blue);
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 20%;
  margin-top: var(--layout-scale-16px);
}
.section-price .price-text-block .price-signup {
  margin-top: var(--layout-scale-46px);
}
.section-price .section-content .price-image-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-price .section-content .price-image-row {
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-26px);
}
.section-price .section-content .price-image-row.mobile-show {
  display: none;
}
.section-price .price-image-block .price-image-container {
  display: flex;
  flex-direction: column;
}
.section-price .price-image {
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px #00000040;
  color: var(--white-lightest);
  display: flex;
  flex-direction: column;
  height: calc(21.667vw * var(--responsive-layout-scale));
  padding: 0 var(--layout-scale-25px);
  width: calc(21.667vw * var(--responsive-layout-scale));
}
.section-price .price-tag-block {
  background-color: var(--white-lightest);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  margin-top: var(--layout-scale-55px);
  padding: var(--layout-scale-4px) var(--layout-scale-16px);
}
.section-price .price-tag {
  color: transparent;
  font-weight: bold;
  font-size: var(--font-size-medium);
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.section-price .price-image-title {
  font-size: var(--font-size-x-large-32);
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 20%;
  margin-top: var(--layout-scale-5px);
}
.section-price .price-attention {
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 20%;
  margin-top: var(--layout-scale-20px);
}

.section-price .price-image-price {
  background: linear-gradient(to right, #3677ec, #534ac4);
}
.section-price .price-image-price .price-image-detail {
  display: flex;
  flex-direction: column;
  margin-top: var(--layout-scale-49px);
}
.section-price .price-image-price .price-tag {
  background: linear-gradient(to right, #3677ec, #534ac4);
  background-clip: text;
}
.section-price .price-image-price .price-image-label {
  font-weight: 500;
  font-size: var(--font-size-x-large-28);
  line-height: 150%;
  letter-spacing: 20%;
  text-align: center;
}
.section-price .price-image-price .price-image-text-row {
  align-items: baseline;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  margin-top: calc(var(--layout-scale-2px) * -1);
}
.section-price .price-image-price .price-image-text-row .price-image-main {
  font-size: var(--font-size-x-large-64);
  letter-spacing: -40%;
}
.section-price .price-image-price .price-image-text-row .price-image-sub {
  font-size: var(--font-size-x-large-128);
}
.section-price .section-content .price-image-row .price-image-ask {
  background: linear-gradient(to right, #534ac4, #701c9b);
}
.section-price .price-image-ask .price-image-detail {
  display: flex;
  gap: var(--layout-scale-20px);
  margin-top: var(--layout-scale-49px);
}
.section-price .price-image-ask .price-tag {
  background: linear-gradient(to right, #534ac4, #701c9b);
  background-clip: text;
}
.section-price .price-image-ask .price-image-text-row {
  align-items: baseline;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  margin-top: calc(var(--layout-scale-2px) * -1);
}
.section-price .price-image-ask .price-image-text-row .price-image-main {
  font-size: var(--font-size-x-large-64);
  letter-spacing: -40%;
}
.section-price .price-image-ask .price-image-text-row .price-image-sub {
  font-size: var(--font-size-x-large-128);
}
@media all and (max-width: 767px) {
  .section-price {
    margin-top: var(--layout-scale-75px);
    padding-top: var(--layout-scale-75px);
  }
  .section-price .section-content {
    flex-direction: column;
    padding: 0 var(--layout-scale-19px);
    gap: var(--layout-scale-60px);
  }
  .section-price .price-signup.mobile-hidden {
    display: none;
  }
  .section-price .price-signup.mobile-show {
    display: flex;
  }
  .section-price .section-content .price-image-row {
    flex-direction: column;
    gap: var(--layout-scale-40px);
  }
  .section-price .price-image {
    height: 90.698vw;
    width: 90.698vw;
    padding: 0 var(--layout-scale-10px);
  }
  .section-price .price-tag-block {
    margin-top: var(--layout-scale-34px);
  }
  .section-price .price-attention {
    font-size: var(--font-size-normal);
    margin-top: var(--layout-scale-10px);
  }
  .section-price .price-signup {
    align-self: center;
  }
}

.section-cta {
  margin-top: var(--layout-scale-150px);
}
.section-cta .section-content {
  margin: 0 var(--layout-scale-260px);
  position: relative;
}
.section-cta .section-content .cta-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--layout-scale-40px);
  position: absolute;
  top: 0;
  width: 100%;
}
.section-cta .section-content .cta-content .cta-top-block {
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-32px);
  margin-top: var(--layout-scale-70px);
}
.section-cta .section-content .cta-content .cta-text-block {
  display: flex;
  flex-direction: column;
}
.section-cta .section-content .cta-content .cta-logo {
  width: calc(6.823vw * var(--responsive-layout-scale));
}
.section-cta .section-content .cta-content .cta-title {
  color: #242082;
  font-size: var(--font-size-x-large-32);
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-20px);
}
.section-cta .section-content .cta-content .cta-button-block {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.section-cta .section-content .cta-content .cta-signup-tag {
  width: calc(12.917vw * var(--responsive-layout-scale));
}
.section-cta .section-content .cta-content .cta-video-block {
  border: 2px solid var(--color-blue);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: calc(49.635vw * var(--responsive-layout-scale));
}
.section-cta .section-content .cta-content .cta-video {
  width: 100%;
}
.section-cta .section-content .cta-content .cta-video {
  display: block;
}
.section-cta
  .section-content
  .cta-content
  .cta-video.hide-controls::-webkit-media-controls {
  display: none;
}
.section-cta .section-content .cta-content .cta-video-overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  position: absolute;
  top: 0;
  transition: background 0.3s ease;
  width: 100%;
}
.section-cta
  .section-content
  .cta-content
  .cta-video-overlay
  .cta-play-base-wrapper {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background 0.3s ease;
  width: calc(5.313vw * var(--responsive-layout-scale));
}
.section-cta .section-content .cta-content .cta-video-overlay .cta-play-base {
  fill: var(--white-lightest);
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  transition: fill 0.3s ease;
  width: 100%;
}
.section-cta
  .section-content
  .cta-content
  .cta-video-overlay
  .cta-play-icon-wrapper {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background 0.3s ease;
  width: calc(2.135vw * var(--responsive-layout-scale));
}
.section-cta .section-content .cta-content .cta-video-overlay .cta-play-icon {
  fill: var(--color-blue);
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-40%, -50%);
  transition: fill 0.3s ease;
  width: 100%;
}
.section-cta .section-content .cta-content .cta-video-overlay:hover {
  background: transparent;
  cursor: pointer;
}
.section-cta
  .section-content
  .cta-content
  .cta-video-overlay:hover
  .cta-play-base {
  fill: var(--color-blue);
}
.section-cta
  .section-content
  .cta-content
  .cta-video-overlay:hover
  .cta-play-icon {
  fill: var(--white-lightest);
}
@media all and (max-width: 767px) {
  .section-cta {
    margin-top: var(--layout-scale-150px);
  }
  .section-cta .section-content {
    margin: 0 var(--layout-scale-20px);
  }
  .section-cta .section-content .cta-content {
    gap: var(--layout-scale-40px);
    padding: 0 var(--layout-scale-19px);
    width: 100%;
  }
  .section-cta .section-content .cta-content .cta-top-block {
    align-items: center;
    flex-direction: column;
    gap: var(--layout-scale-60px);
    margin-top: var(--layout-scale-50px);
    width: 100%;
  }
  .section-cta .section-content .cta-content .cta-text-block {
    width: 100%;
  }
  .section-cta .section-content .cta-content .cta-logo {
    width: 30.465vw;
  }
  .section-cta .section-content .cta-content .cta-title {
    line-height: 120%;
    letter-spacing: 5%;
    margin-top: var(--layout-scale-20px);
    white-space: nowrap;
  }
  .section-cta .section-content .cta-content .cta-button-block {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .section-cta .section-content .cta-content .cta-signup-tag {
    width: 64.651vw;
    margin: calc(var(--layout-scale-8px) * -1) 0;
  }
  .section-cta .section-content .cta-content .cta-video-block {
    width: 81.395vw;
  }
  .section-cta
    .section-content
    .cta-content
    .cta-video-overlay
    .cta-play-base-wrapper {
    width: 16.512vw;
  }
  .section-cta
    .section-content
    .cta-content
    .cta-video-overlay
    .cta-play-icon-wrapper {
    width: 6.744vw;
  }
}

.section-feature {
  margin-top: var(--layout-scale-60px);
  padding-top: var(--layout-scale-90px);
}
.section-feature .section-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding: 0 var(--layout-scale-260px);
}
.section-feature .section-content .feature-list {
  display: flex;
  flex-direction: column;
  gap: var(--layout-scale-60px);
}
.section-feature .section-content .feature-block {
  display: flex;
  flex-direction: column;
  margin-top: var(--layout-scale-60px);
}
.section-feature .section-content .feature-block .feature-bar {
  background: linear-gradient(to right, #3677ec, #701c9b);
  height: 1px;
}
.section-feature .section-content .feature-block .feature-content {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-64px);
  margin-top: var(--layout-scale-60px);
  padding: 0 var(--layout-scale-50px);
}
.section-feature .section-content .feature-block .feature-text-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-feature .section-content .feature-block .feature-no {
  color: var(--color-blue);
  font-size: var(--font-size-medium);
  font-weight: bold;
  line-height: 120%;
}
.section-feature .section-content .feature-block .feature-summary {
  font-size: var(--font-size-x-large-28);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-100px);
}
.section-feature .section-content .feature-block .feature-description {
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-40px);
}
.section-feature .section-content .feature-block .feature-image-block {
  flex-shrink: 0;
  margin-right: calc(var(--layout-scale-30px) * -1);
  position: relative;
  width: 34.375vw;
}
.section-feature .section-content .feature-block .feature-image-block {
  flex-shrink: 0;
  margin-right: calc(var(--layout-scale-30px) * -1);
  position: relative;
  width: 34.375vw;
}
.section-feature .feature-block .feature-image-block .feature-video-block {
  height: 100%;
  left: 0;
  padding: var(--layout-scale-30px);
  position: absolute;
  top: 0;
  width: 100%;
}
.section-feature
  .feature-block
  .feature-image-block
  .feature-video-block
  video {
  height: 100%;
  width: 100%;
}
@media all and (max-width: 767px) {
  .section-feature {
    margin-top: var(--layout-scale-75px);
    padding-top: var(--layout-scale-75px);
  }
  .section-feature .section-content {
    padding: 0 var(--layout-scale-19px);
  }
  .section-feature .section-content .feature-list {
    gap: 0;
  }
  .section-feature .section-content .feature-block .feature-content {
    flex-direction: column;
    gap: var(--layout-scale-40px);
    padding: 0;
  }
  .section-feature .section-content .feature-block .feature-summary {
    letter-spacing: 5%;
    margin-top: var(--layout-scale-100px);
  }
  .section-feature .section-content .feature-block .feature-description {
    margin-top: var(--layout-scale-40px);
  }
  .section-feature .section-content .feature-block img {
    margin-top: 0;
  }
  .section-feature .section-content .feature-block .feature-image-block {
    margin-right: 0;
    width: 100%;
  }
  .section-feature .feature-block .feature-image-block .feature-video-block {
    padding: var(--layout-scale-18px);
  }
}

.section-roadmap {
  height: 35.365vw;
  margin-top: var(--layout-scale-60px);
  padding-top: var(--layout-scale-90px);
  overflow: hidden;
}
.section-roadmap .roadmap-background-block {
  height: 100%;
  position: absolute;
  width: 100%;
}
.section-roadmap .roadmap-background-block .roadmap-background {
  background-color: #f3f2f6;
  border-radius: 0 10px 10px 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 67.708vw;
}
.section-roadmap .roadmap-background-block .roadmap-arrow {
  bottom: 0;
  height: auto;
  left: 31.354vw;
  position: absolute;
  width: 42.292vw;
}
.section-roadmap .section-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding: 0 var(--layout-scale-260px);
  padding-top: var(--layout-scale-60px);
  position: relative;
  z-index: 1;
}
.section-roadmap .roadmap-content {
  display: flex;
  gap: var(--layout-scale-150px);
  margin-top: var(--layout-scale-60px);
}
.section-roadmap .roadmap-content .roadmap-text-block {
  display: flex;
  flex-direction: column;
}
.section-roadmap .roadmap-content .roadmap-description {
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 0.2em;
  width: 31.25vw;
}
.section-roadmap .roadmap-content .roadmap-evolution {
  margin-top: var(--layout-scale-46px);
}
.section-roadmap .roadmap-scroll-block {
  height: 21.875vw;
  margin-left: calc(var(--layout-scale-15px) * -1);
  margin-top: calc(var(--layout-scale-15px) * -1);
  overflow: hidden;
  width: 35.417vw;
}
.section-roadmap .roadmap-scroll-block .roadmap-scroll-container {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease;
}
.section-roadmap
  .roadmap-scroll-block
  .roadmap-scroll-container
  .roadmap-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .section-roadmap {
    height: 226.744vw;
    margin-top: var(--layout-scale-75px);
    padding-top: var(--layout-scale-75px);
    width: 100%;
  }
  .section-roadmap .roadmap-background-block .roadmap-background {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
  .section-roadmap .roadmap-background-block .roadmap-arrow {
    bottom: 0;
    left: -77.442vw;
    width: 188.837vw;
  }
  .section-roadmap .section-content {
    padding: 0 var(--layout-scale-19px);
    padding-top: var(--layout-scale-34px);
  }
  .section-roadmap .roadmap-content {
    flex-direction: column;
    gap: var(--layout-scale-60px);
  }
  .section-roadmap .roadmap-content .roadmap-description {
    width: auto;
  }
  .section-roadmap .roadmap-content .roadmap-evolution {
    align-self: center;
  }
  .section-roadmap .roadmap-scroll-block {
    height: 54.419vw;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}

.section-banner {
  color: #242082;
  margin-top: var(--layout-scale-150px);
}
.section-banner .section-content {
  margin: 0 var(--layout-scale-260px);
  position: relative;
}
.section-banner .section-content .banner-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-40px);
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-banner .section-content .banner-content .cta-top-block {
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-32px);
  margin-top: var(--layout-scale-70px);
}
.section-banner .section-content .banner-content .banner-text-block {
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-x-large-32);
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.2em;
}
.section-banner .section-content .banner-content .banner-text-sub-block {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-10px);
}
.section-banner .section-content .banner-content .banner-logo {
  height: var(--layout-scale-40px);
  width: auto;
}
.section-banner .section-content .banner-content .banner-sub-text {
  margin-top: var(--layout-scale-20px);
}
.section-banner .section-content .banner-content .banner-button-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: var(--layout-scale-30px);
}
.section-banner .section-content .banner-content .banner-button-tag {
  width: calc(14.479vw * var(--responsive-layout-scale));
}
.section-banner .section-content .banner-content .banner-image {
  width: calc(25.208vw * var(--responsive-layout-scale));
}
@media all and (max-width: 767px) {
  .section-banner .section-content {
    margin: 0 var(--layout-scale-20px);
  }
  .section-banner .section-content .banner-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--layout-scale-40px);
    height: 100%;
    justify-content: center;
    padding: 0 var(--layout-scale-19px);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .section-banner .section-content .banner-content .cta-top-block {
    display: flex;
    flex-direction: row;
    gap: var(--layout-scale-32px);
    margin-top: var(--layout-scale-70px);
  }
  .section-banner .section-content .banner-content .banner-text-block {
    letter-spacing: 5%;
  }
  .section-banner .section-content .banner-content .banner-text-sub-block {
    align-items: baseline;
    gap: var(--layout-scale-16px);
  }
  .section-banner .section-content .banner-content .banner-logo {
    width: 30.465vw;
    height: auto;
  }
  .section-banner .section-content .banner-content .banner-sub-text {
    margin-top: var(--layout-scale-16px);
  }
  .section-banner .section-content .banner-content .banner-button-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: var(--layout-scale-40px);
  }
  .section-banner .section-content .banner-content .banner-button-tag {
    width: 64.651vw;
    margin-bottom: calc(var(--layout-scale-8px) * -1);
  }
  .section-banner .section-content .banner-content .banner-image {
    margin-top: var(--layout-scale-50px);
    width: 100%;
  }
}

.section-faq {
  margin-top: var(--layout-scale-60px);
  padding-top: var(--layout-scale-90px);
}
.section-faq .section-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding: 0 var(--layout-scale-260px);
}
.section-faq .section-content .faq-detail-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.section-faq .section-content .faq-detail {
  background-color: #f3f2f6;
  border-radius: 10px;
  color: #000000;
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 0.2em;
  margin-top: var(--layout-scale-30px);
  padding: var(--layout-scale-28px);
}
.section-faq .section-content .faq-list {
  margin-top: var(--layout-scale-30px);
  width: 100%;
}
.section-faq .section-content .faq-block {
  margin-top: var(--layout-scale-30px);
}
.section-faq .section-content .faq-block .faq-bar {
  background: linear-gradient(to right, #3677ec, #701c9b);
  height: 1px;
}
.section-faq .section-content .faq-block .faq-content {
  margin-top: var(--layout-scale-30px);
}
.section-faq .section-content .faq-block .faq-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-30px);
  justify-content: space-between;
}
.section-faq .section-content .faq-block .faq-header:hover {
  cursor: pointer;
}
.section-faq .section-content .faq-block .faq-icon {
  width: calc(2.083vw * var(--responsive-layout-scale));
}
.section-faq .section-content .faq-block .faq-summary {
  font-size: var(--font-size-medium);
  line-height: 150%;
  letter-spacing: 0.2em;
  width: 100%;
}
.section-faq .section-content .faq-header .faq-plus {
  display: block;
  fill: var(--color-blue);
  margin-right: var(--layout-scale-12px);
  width: calc(1.042vw * var(--responsive-layout-scale));
}
.section-faq .section-content .faq-header.open .faq-plus {
  display: none;
}
.section-faq .section-content .faq-header .faq-minus {
  display: none;
  fill: var(--color-blue);
  margin-right: var(--layout-scale-12px);
  width: calc(1.042vw * var(--responsive-layout-scale));
}
.section-faq .section-content .faq-header.open .faq-minus {
  display: block;
}
@media all and (max-width: 767px) {
  .section-faq {
    margin-top: var(--layout-scale-75px);
    padding-top: var(--layout-scale-75px);
  }
  .section-faq .section-content {
    padding: 0 var(--layout-scale-19px);
  }
  .section-faq .section-content .faq-block .faq-header {
    gap: var(--layout-scale-15px);
  }
  .section-faq .section-content .faq-block .faq-icon {
    width: var(--layout-scale-40px);
  }
  .section-faq .section-content .faq-block .faq-plus {
    margin-right: 0;
    width: var(--layout-scale-20px);
  }
  .section-faq .section-content .faq-block .faq-minus {
    margin-right: 0;
    width: var(--layout-scale-20px);
  }
  .section-faq .section-content .faq-detail {
    margin-top: var(--layout-scale-30px);
    padding: var(--layout-scale-28px) var(--layout-scale-25px);
  }
}

.section-account {
  color: #242082;
  margin-top: var(--layout-scale-150px);
}
.section-account .section-content {
  position: relative;
}
.section-account .section-content .account-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-account .section-content .account-content .account-text-block {
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-x-large-32);
  font-weight: bold;
  left: calc(13.542vw * var(--responsive-layout-scale));
  line-height: 120%;
  letter-spacing: 0.2em;
  position: absolute;
  top: calc(5.573vw * var(--responsive-layout-scale));
}
.section-account .section-content .account-content .account-logo {
  width: calc(6.823vw * var(--responsive-layout-scale));
}
.section-account .section-content .account-content .account-text {
  margin-top: var(--layout-scale-20px);
}
.section-account .section-content .account-content .account-button-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: var(--layout-scale-30px);
}
.section-account .section-content .account-content .account-button-tag {
  width: calc(12.917vw * var(--responsive-layout-scale));
}
.section-account .section-content .account-content .account-login-button {
  margin-top: var(--layout-scale-16px);
  width: calc(20.313vw * var(--responsive-layout-scale));
}
.section-account .section-content .account-content .account-down-scroll-area {
  height: 100%;
  left: calc(42.969vw * var(--responsive-layout-scale));
  overflow: hidden;
  position: absolute;
  width: calc(22.656vw * var(--responsive-layout-scale));
}
.section-account .section-content .account-content .account-down-scroll-track {
  animation: account-down-scroll 30s linear infinite;
  display: flex;
  flex-direction: column;
  height: max-content;
  width: 100%;
}
.section-account
  .section-content
  .account-content
  .account-down-scroll-content {
  min-height: 0;
  min-width: 0;
}
@keyframes account-down-scroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.section-account .section-content .account-content .account-up-scroll-area {
  height: 100%;
  left: calc(65.365vw * var(--responsive-layout-scale));
  overflow: hidden;
  position: absolute;
  width: calc(22.656vw * var(--responsive-layout-scale));
}
.section-account .section-content .account-content .account-up-scroll-track {
  animation: account-up-scroll 30s linear infinite;
  display: flex;
  flex-direction: column;
  height: max-content;
  width: 100%;
}
.section-account .section-content .account-content .account-up-scroll-content {
  min-height: 0;
  min-width: 0;
}
@keyframes account-up-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@media all and (max-width: 767px) {
  .section-account .section-content .account-content .account-text-block {
    left: var(--layout-scale-20px);
    letter-spacing: 5%;
    top: var(--layout-scale-30px);
  }
  .section-account .section-content .account-content .account-logo {
    width: 30.465vw;
  }
  .section-account .section-content .account-content .account-button-block {
    margin-top: var(--layout-scale-40px);
    margin-left: var(--layout-scale-20px);
  }
  .section-account .section-content .account-content .account-button-tag {
    width: 64.651vw;
    margin: calc(var(--layout-scale-8px) * -1) 0;
  }
  .section-account .section-content .account-content .account-button {
    width: 81.395vw;
  }
  .section-account .section-content .account-content .account-login-button {
    margin-top: var(--layout-scale-20px);
    width: 81.395vw;
  }
  .section-account .section-content .account-content .account-down-scroll-area {
    height: 62.326vw;
    left: 0;
    top: 174.884vw;
    width: 100%;
  }
  .section-account
    .section-content
    .account-content
    .account-down-scroll-track {
    animation: account-right-scroll 30s linear infinite;
    flex-direction: row;
    height: 100%;
    width: max-content;
  }
  .section-account
    .section-content
    .account-content
    .account-down-scroll-content {
    height: 100%;
    width: auto;
  }
  @keyframes account-right-scroll {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .section-account .section-content .account-content .account-up-scroll-area {
    height: 62.326vw;
    left: 0;
    top: 113.721vw;
    width: 100%;
  }
  .section-account .section-content .account-content .account-up-scroll-track {
    animation: account-left-scroll 30s linear infinite;
    flex-direction: row;
    height: 100%;
    width: max-content;
  }
  .section-account
    .section-content
    .account-content
    .account-up-scroll-content {
    height: 100%;
    width: auto;
  }
  @keyframes account-left-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

.section-footer {
  color: #2c2c2c;
  margin-top: var(--layout-scale-38px);
  padding-bottom: var(--layout-scale-32px);
}
.section-footer .section-content .footer-link-block {
  padding: 0 var(--layout-scale-160px);
}
.section-footer .section-content .footer-link-block .footer-logo {
  width: auto;
  height: auto;
}
.section-footer .section-content .footer-link-block .footer-link-list {
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-30px);
  margin-top: var(--layout-scale-15px);
}
.section-footer .section-content .footer-link-block .footer-link {
  font-size: var(--font-size-medium);
  font-weight: 500;
  line-height: 150%;
}
.section-footer .section-content .footer-link-block .footer-faq-button {
  margin-top: var(--layout-scale-28px);
}
.section-footer .section-content .footer-bar {
  background: linear-gradient(to right, #3677ec, #701c9b);
  height: 1px;
  margin: 0 var(--layout-scale-60px);
  margin-top: var(--layout-scale-92px);
  position: relative;
}
.section-footer .section-content .page-top-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.813vw;
  transform: translateY(-50%);
}
.section-footer .section-content .footer-copyright-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: var(--layout-scale-12px);
  padding: 0 var(--layout-scale-160px);
}
.section-footer .section-content .footer-out-link-list {
  display: flex;
  gap: var(--layout-scale-40px);
  width: 100%;
}
.section-footer .section-content .footer-out-link-item {
  align-items: center;
  color: #242082;
  display: flex;
  flex-direction: row;
  font-size: var(--font-size-normal);
  font-weight: bold;
  gap: var(--layout-scale-10px);
  justify-content: left;
  line-height: 150%;
  white-space: nowrap;
}
.section-footer .section-content .footer-out-link-icon {
  width: auto;
}
.section-footer .section-content .footer-company {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: var(--layout-scale-10px);
}
.section-footer .section-content .footer-copyright {
  color: #9d9d9d;
  font-size: var(--font-size-small);
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
}
@media all and (max-width: 767px) {
  .section-footer {
    margin-top: 0;
  }
  .section-footer .section-content .footer-link-block {
    padding: 0 var(--layout-scale-19px);
  }
  .section-footer .section-content .footer-link-block .footer-logo {
    width: 34.186vw;
    height: auto;
    margin-top: var(--layout-scale-30px);
  }
  .section-footer .section-content .footer-link-block .footer-link-list {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: var(--layout-scale-15px);
    margin-top: var(--layout-scale-20px);
  }
  .section-footer .section-content .footer-link-block .footer-link {
    text-align: left;
  }
  .section-footer .section-content .footer-link-block .footer-faq-button {
    margin-top: var(--layout-scale-40px);
  }
  .section-footer .section-content .footer-bar {
    margin: 0 var(--layout-scale-20px);
    margin-top: var(--layout-scale-40px);
  }
  .section-footer .section-content .page-top-button {
    width: 12.558vw;
  }
  .section-footer .section-content .footer-copyright-block {
    flex-direction: column;
    gap: var(--layout-scale-20px);
    justify-content: space-between;
    margin-top: var(--layout-scale-38px);
    padding: 0 var(--layout-scale-19px);
  }
  .section-footer .section-content .footer-out-link-list {
    flex-direction: column;
    gap: var(--layout-scale-15px);
  }
  .section-footer .section-content .footer-link-icon {
    width: 3.023vw;
  }
  .section-footer .section-content .footer-company {
    justify-content: right;
  }
  .section-footer .section-content .footer-copyright {
    width: auto;
  }
  .section-footer .section-content .company-logo {
    width: 50px;
  }
}

#prizmo-chat-widget-mini .video-button-container button,
#prizmo-chat-widget .chat-messages p,
#prizmo-chat-widget .chat-input input,
#prizmo-chat-widget .chat-input button,
#prizmo-chat-widget .chat-input .chat-input-notice {
  font-family: "Noto Sans JP", sans-serif !important;
}

footer {
  margin-top: 11.145vw;
  width: 100%;
  z-index: 15;
  color: var(--white-lightest);
}
footer .footer-menu {
  width: 100%;
  height: 7.083vw;
  background-color: var(--default-font-color);
}
footer .footer-menu .menu-button {
  margin-right: 1.562vw;
  margin-left: 1.562vw;
  font-size: var(--font-size-medium);
  color: var(--white-lightest);
  font-weight: 500;
  -webkit-text-stroke: 0.5px;
}
footer .footer-menu .menu-button a::after {
  bottom: -0.208vw;
  background-color: var(--white-lightest);
}
footer .footer-info {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 32px;
  padding-top: 4.3vw;
  height: 200px;
}
footer .footer-info .logo {
  height: auto;
  width: 174px;
  padding-bottom: 30px;
}
footer .footer-info .company-info {
  display: grid;
  gap: 10px;
}
footer .footer-info .company {
  letter-spacing: -0.4px;
  font-size: 16px;
}
footer .footer-info .company:hover {
  text-decoration: underline;
}
footer .footer-info .link-icon {
  font-size: 0.9em;
  margin-left: 2px;
}
footer .footer-info .address {
  font-size: 14px;
}
footer .footer-info .copyright {
  margin-top: 1.25vw;
  letter-spacing: -0.4px;
  font-size: 13px;
}
footer .footer-info .line {
  height: 1px;
  width: 100%;
  margin: 20px 0 10px 0;
  background-color: var(--bg-color-4);
}
footer .footer-info .menu {
  display: flex;
  justify-content: left;
}
footer .sp-only {
  display: none;
}
@media all and (max-width: 767px) {
  footer {
    margin-top: 11.145vw;
    width: 100%;
  }
  footer .footer-info {
    padding-top: 5.947vw;
    height: 256px;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer-info .logo {
    margin: auto;
  }
  footer .footer-info .company-info {
    text-align: center;
  }
  footer .footer-info .copyright {
    margin-top: 4vw;
    text-align: center;
  }
  footer .footer-info .self-bottom {
    /* align-self: baseline; */
    width: 100%;
  }
  footer .sp-only {
    display: inline;
  }
}

.overview {
  position: absolute;
  left: 0;
  top: -168px;
  width: 100%;
  display: none;
  z-index: 100;
  opacity: 0.45;
}
.overview.show {
  display: initial;
}

.popup-base {
  align-items: center;
  background-color: rgba(15, 23, 43, 0.7);
  display: none;
  height: 100dvh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100dvw;
  z-index: var(--z-index-popup);
}
.popup-base.show {
  display: flex;
}

.popup-window {
  align-items: center;
  background-color: white;
  border-radius: 20px;
  display: flex;
  height: 76%;
  justify-content: center;
  padding: var(--layout-scale-32px);
  width: 89%;
}

@media screen and (max-width: 768px) {
  .popup-window {
    overflow: scroll;
    align-items: flex-start;
  }
}

.popup-content {
  display: flex;
  gap: var(--layout-scale-64px);
  height: 100%;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .popup-content {
    flex-direction: column;
    height: auto;
  }
}

#popup-manga .popup-manga-image-area {
  height: 100%;
  padding: var(--layout-scale-60px) 0;
  position: relative;
  transition: padding 0.2s ease;
}
#popup-manga.zoom .popup-manga-image-area {
  padding: 0;
  overflow-y: scroll;
  width: 100%;
}
#popup-manga .popup-manga-image-wrapper {
  height: 100%;

  align-items: center;
  display: flex;
  justify-content: center;
  transition: height 0.2s ease;
}
#popup-manga .popup-manga-image {
  cursor: zoom-in;
  height: 100%;
  width: auto;
}
#popup-manga.zoom .popup-manga-image {
  cursor: grab;
  transform-origin: center;
}
#popup-manga .popup-manga-close {
  opacity: 1;
  position: absolute;
  right: calc(var(--layout-scale-15px) * -1);
  top: var(--layout-scale-60px);
  transform: translateX(100%);
  transition: opacity 0.2s ease;
  width: calc(1.146vw * var(--responsive-layout-scale));
}
#popup-manga.zoom .popup-manga-close {
  opacity: 0;
}
#popup-manga .popup-manga-close-icon {
  fill: var(--white-lightest);
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #popup-manga .popup-manga-image-area {
    height: auto;
    padding: 0;
    width: 100%;
  }
  #popup-manga .popup-manga-image-wrapper {
    transition: width 0.2s ease;
    overflow: scroll;
  }
  #popup-manga .popup-manga-image {
    height: auto;
    width: 100%;
  }
  #popup-manga.zoom .popup-manga-image {
    transform-origin: center;
  }
  #popup-manga .popup-manga-close {
    right: var(--layout-scale-16px);
    top: calc(var(--layout-scale-8px) * -1);
    transform: translateY(-100%);
    width: 5.116vw;
  }
}

.popup-detail img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .popup-detail img {
    height: auto;
    width: 100%;
  }
}

#popup-evolution {
  align-items: flex-start;
  padding: var(--layout-scale-28px) 0;
}
#popup-evolution .popup-window {
  align-items: flex-start;
  border-radius: 10px;
  flex-direction: column;
  gap: var(--layout-scale-20px);
  height: 100%;
  padding: 0;
  padding-bottom: var(--layout-scale-20px);
  padding-left: var(--layout-scale-25px);
  padding-top: var(--layout-scale-16px);
  padding-right: var(--layout-scale-5px);
  position: relative;
  width: 52.083vw;
}
#popup-evolution .popup-window .popup-title {
  color: #4f39f6;
  font-weight: bold;
  font-size: var(--font-size-x-large-32);
  line-height: 120%;
  letter-spacing: 20%;
}
#popup-evolution .popup-detail {
  display: flex;
  flex-direction: column;
  gap: var(--layout-scale-40px);
}
#popup-evolution .popup-content {
  overflow-y: scroll;
  scrollbar-width: auto;
  padding-right: var(--layout-scale-15px);
}
#popup-evolution .popup-content::-webkit-scrollbar {
  width: var(--layout-scale-5px);
}
#popup-evolution .popup-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 5px;
}
#popup-evolution .popup-content::-webkit-scrollbar-button {
  display: none;
}
#popup-evolution .roadmap-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--layout-scale-10px);
}
#popup-evolution .roadmap-period {
  border: 1px solid #4f39f6;
  border-radius: 10px;
  color: #4f39f6;
  padding: var(--layout-scale-3px) var(--layout-scale-20px);
}
#popup-evolution .roadmap-content-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--layout-scale-40px);
}
#popup-evolution .roadmap-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--layout-scale-10px);
}
#popup-evolution .roadmap-content .roadmap-headline {
  font-weight: bold;
  font-size: var(--font-size-medium);
  line-height: 120%;
}
#popup-evolution .roadmap-content .roadmap-detail {
  font-size: var(--font-size-medium);
  line-height: 130%;
  letter-spacing: 10%;
}
#popup-evolution .roadmap-attention {
  font-size: var(--font-size-medium);
  line-height: 130%;
  letter-spacing: 10%;
}
#popup-evolution .popup-evolution-close {
  right: calc(var(--layout-scale-15px) * -1);
  position: absolute;
  top: 0;
  transform: translateX(100%);
  width: calc(1.146vw * var(--responsive-layout-scale));
}
#popup-evolution .popup-evolution-close-icon {
  fill: var(--white-lightest);
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #popup-evolution {
    padding: var(--layout-scale-60px) 0;
  }
  #popup-evolution .popup-window {
    gap: var(--layout-scale-20px);
    height: 100%;
    overflow: visible;
    padding-bottom: var(--layout-scale-20px);
    padding-left: var(--layout-scale-20px);
    padding-top: var(--layout-scale-16px);
    padding-right: var(--layout-scale-5px);
    width: 95.349vw;
  }
  #popup-evolution .popup-content {
    flex-direction: row;
    height: 100%;
  }
  #popup-evolution .popup-evolution-close {
    right: var(--layout-scale-16px);
    top: calc(var(--layout-scale-8px) * -1);
    transform: translateY(-100%);
    width: 5.116vw;
  }
}

.popup-form {
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 750px;
}

.form-window {
  align-items: center;
  background-color: var(--form-light-blue);
  border-radius: 20px;
  box-shadow: 0 0 20px 0 var(--shadow-light-blue);
  display: flex;
  flex-direction: column;
  gap: var(--layout-scale-40px);
  height: 100%;
  padding: var(--layout-scale-32px);
  max-width: 740px;
}

.form-input-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
  width: 100%;
}

.form-input-row {
  display: flex;
  gap: var(--layout-scale-70px);
}

@media screen and (max-width: 768px) {
  .form-input-row {
    flex-direction: column;
    gap: 25px;
  }
}

.inline-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.inline-form input {
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--bg-color-4);
  font-size: var(--font-size-medium);
  padding: var(--layout-scale-8px) var(--layout-scale-16px);
  width: 100%;
}

.inline-form input {
  outline: none;
}

.inline-form input::placeholder {
  color: var(--light-gray);
}

.textarea-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  width: 100%;
}

.textarea-form textarea {
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--bg-color-4);
  font-size: var(--font-size-medium);
  height: 100%;
  padding: var(--layout-scale-8px) var(--layout-scale-16px);
  resize: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .textarea-form textarea {
    line-height: 1.2;
    min-height: calc(1.2em * 4);
  }
}

.textarea-form textarea:focus {
  outline: none;
}

.textarea-form textarea::placeholder {
  color: var(--light-gray);
}

.label-row {
  align-items: center;
  display: flex;
  gap: var(--layout-scale-10px);
}

.required-label {
  background-color: var(--bg-blue);
  border-radius: 2px;
  color: var(--white-lightest);
  font-size: var(--font-size-small);
  padding: 3px 7px;
}

.form-label {
  color: var(--bg-color-4);
  font-size: var(--font-size-medium-small);
}

.form-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-attention {
  color: var(--bg-color-4);
  font-size: var(--font-size-small);
  line-height: 1.5;
}

.form-attention a {
  color: var(--bg-blue);
  text-decoration: underline;
}

.form-send-button {
  background-color: var(--bg-color-4);
  border-radius: 10px;
  color: var(--white-lightest);
  font-size: var(--font-size-normal);
  font-weight: bold;
  letter-spacing: 0;
  padding: var(--layout-scale-15px) var(--layout-scale-25px);

  width: 100%;
  max-width: 350px;
}

/* SEO対策用、表示しないもので使用 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
