.root#index .kv {
  background-image: url("./../../images/kv/kvBackground.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f5a66b;
  padding-bottom: 400px;
  padding-top: 170px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .root#index .kv {
    position: relative;
    padding-top: 0;
    padding-bottom: 138px;
  }
}
@media (max-width: 1235px) {
  .root#index .kv {
    background-size: 1235px auto;
    background-position: center top;
  }
}
.root#index .kv__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    padding-top: 116.7948717949vw;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__picture {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__picture--main {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    order: 1;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__picture--example {
    order: 6;
    position: relative;
    z-index: 2;
    max-width: 350px;
    margin: 0 auto;
  }
}
.root#index .kv__inner__subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  position: inherit;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto 15px;
    width: 350px;
    text-align: left;
  }
}
.root#index .kv__inner__label {
  display: block;
  width: 233px;
  height: auto;
  margin-bottom: 5px;
  position: inherit;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__label {
    width: 195px;
    margin: 0 auto 5px calc(50% - 175px);
  }
}
.root#index .kv__inner__title {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #fff;
  text-align: left;
  margin: 0;
  position: inherit;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.5;
    margin: 0 auto;
    text-align: left;
    width: 350px;
  }
}
.root#index .kv__inner__smartphone {
  position: inherit;
  z-index: 2;
  display: flex;
  margin-top: 24px;
  width: 463px;
  max-width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__smartphone {
    order: 4;
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
    justify-content: center;
    gap: 12px;
  }
}
.root#index .kv__inner__smartphone__item {
  width: auto;
  height: auto;
  display: block;
}
.root#index .kv__inner__smartphone__item:first-child {
  max-width: 212px;
}
.root#index .kv__inner__smartphone__item:last-child {
  max-width: 232px;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__smartphone__item:first-child {
    max-width: 159px;
  }
  .root#index .kv__inner__smartphone__item:last-child {
    max-width: 174px;
  }
}
.root#index .kv__inner__text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: left;
  margin: 40px 0 10px;
  position: inherit;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__text {
    order: 5;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin: 60px 0 12px;
    width: 350px;
    text-align: left;
  }
}
.root#index .kv__inner__example {
  width: 420px;
  margin-right: auto;
  display: block;
  position: inherit;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__example {
    width: 100%;
    margin: 0 auto;
  }
}
.root#index .kv__inner__img {
  position: absolute;
  right: -130px;
  top: -169px;
  width: 968px;
  max-width: none;
  height: auto;
  display: block;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__img {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.root#index .kv__inner__button {
  position: fixed;
  bottom: 140px;
  right: 32px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  transform: translateY(200px);
  pointer-events: none;
  touch-action: manipulation;
}
.root#index .kv__inner__button img {
  display: block;
  width: 44px;
  height: auto;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.root#index .kv__inner__button.is-visible {
  animation: floatIn 0.6s ease-out forwards;
  pointer-events: auto;
}
.root#index .kv__inner__button.is-hiding {
  animation: floatOut 0.6s ease-in forwards;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__inner__button {
    bottom: 86px;
    right: 0;
    width: 44px;
    height: 44px;
    transform: none;
    transition: opacity 0.6s ease;
  }
  .root#index .kv__inner__button.is-visible {
    opacity: 1;
    animation: none;
  }
  .root#index .kv__inner__button.is-hiding {
    opacity: 0;
    animation: none;
  }
}
@media (hover: hover) {
  .root#index .kv__inner__button.is-visible:hover {
    opacity: 1;
  }
  .root#index .kv__inner__button.is-visible:hover img {
    opacity: 0.6;
  }
}
@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(200px);
  }
}
@keyframes floatInSp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes floatOutSp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.root#index .kv__shopBelt {
  position: fixed;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 109px;
  z-index: 99;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(4.585deg, rgba(255, 255, 255, 0.8) 16.641%, rgb(255, 255, 255) 74.071%);
  opacity: 0;
  transform: translateY(200px);
  pointer-events: none;
}
.root#index .kv__shopBelt.is-visible {
  animation: floatIn 0.6s ease-out forwards;
  pointer-events: auto;
}
.root#index .kv__shopBelt.is-hiding {
  animation: floatOut 0.6s ease-in forwards;
  pointer-events: none;
}
.root#index .kv__shopBelt__inner {
  max-width: 1182px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.root#index .kv__shopBelt__link, .root#index .kv__shopBelt__shop a {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.root#index .kv__shopBelt__link:hover, .root#index .kv__shopBelt__shop a:hover {
  opacity: 1;
}
.root#index .kv__shopBelt__link > .kv__shopBelt__img:first-of-type, .root#index .kv__shopBelt__shop a > .kv__shopBelt__img:first-of-type {
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.root#index .kv__shopBelt__link {
  flex-shrink: 0;
}
.root#index .kv__shopBelt__link--purchase {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  appearance: none;
  font: inherit;
}
.root#index .kv__shopBelt__img {
  display: block;
  height: auto;
}
.root#index .kv__shopBelt__img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.root#index .kv__shopBelt__link .kv__shopBelt__img {
  width: 263px;
}
.root#index .kv__shopBelt__shop .kv__shopBelt__img {
  width: 205px;
}
@media (hover: hover) {
  .root#index .kv__shopBelt__link:hover > .kv__shopBelt__img:first-of-type, .root#index .kv__shopBelt__shop a:hover > .kv__shopBelt__img:first-of-type {
    opacity: 0;
  }
  .root#index .kv__shopBelt__link:hover > .kv__shopBelt__img--hover, .root#index .kv__shopBelt__shop a:hover > .kv__shopBelt__img--hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .root#index .kv__shopBelt__link:active > .kv__shopBelt__img:first-of-type, .root#index .kv__shopBelt__shop a:active > .kv__shopBelt__img:first-of-type {
    opacity: 0;
  }
  .root#index .kv__shopBelt__link:active > .kv__shopBelt__img--hover, .root#index .kv__shopBelt__shop a:active > .kv__shopBelt__img--hover {
    opacity: 1;
  }
}
.root#index .kv__shopBelt__shops {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__shopBelt {
    height: 70px;
    min-height: 70px;
    padding: 0;
    transform: none;
    background-image: linear-gradient(10.942deg, rgba(255, 255, 255, 0.8) 16.641%, rgb(255, 255, 255) 74.071%);
  }
  .root#index .kv__shopBelt.is-visible {
    animation: floatInSp 0.6s ease-out forwards;
  }
  .root#index .kv__shopBelt.is-hiding {
    animation: floatOutSp 0.6s ease-in forwards;
  }
  .root#index .kv__shopBelt__inner {
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    overflow-x: visible;
  }
  .root#index .kv__shopBelt__link--sp, .root#index .kv__shopBelt__link--purchase {
    flex: 1;
    max-width: 151px;
  }
  .root#index .kv__shopBelt__link--sp .kv__shopBelt__img, .root#index .kv__shopBelt__link--purchase .kv__shopBelt__img {
    width: 100%;
  }
}
.root#index .kv__purchaseModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.root#index .kv__purchaseModal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.root#index .kv__purchaseModal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.root#index .kv__purchaseModal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
}
@media only screen and (max-width: 767px) {
  .root#index .kv__purchaseModal__dialog {
    width: 90%;
    max-width: none;
  }
}
.root#index .kv__purchaseModal__content {
  position: relative;
  width: 100%;
  padding: 64px 20px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.root#index .kv__purchaseModal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  cursor: pointer;
  appearance: none;
}
.root#index .kv__purchaseModal__close:hover {
  opacity: 1;
}
.root#index .kv__purchaseModal__shops {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.root#index .kv__purchaseModal__shop a {
  display: block;
  line-height: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.root#index .kv__purchaseModal__shop a:hover {
  opacity: 1;
}
.root#index .kv__purchaseModal__shop img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.root#index .intro {
  position: relative;
  z-index: 3;
  margin-top: -340px;
  background-color: #fff;
  border-radius: 197px 197px 0 0;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro {
    margin-top: -48px;
    border-radius: 55px 55px 0 0;
    padding: 48px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .intro__inner {
    padding: 0 20px;
  }
}
.root#index .intro__label {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2b7fd9;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 12px;
    padding-left: 0;
  }
}
.root#index .intro__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 24px;
    padding-left: 0;
  }
}
.root#index .intro__picture {
  display: block;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__picture {
    margin: 0 -4px;
  }
}
.root#index .intro__img {
  display: block;
  width: 100%;
  max-width: 890px;
  height: auto;
  margin: 0 auto;
}
.root#index .feature {
  background-color: #fff;
  padding: 100px 0 110px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .root#index .feature {
    padding: 48px 0 64px;
  }
}
.root#index .feature__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .root#index .feature__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .feature__title {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.root#index .feature__lead {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: -1.04px;
  color: #89898d;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .root#index .feature__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: -0.64px;
  }
}
.root#index .feature__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .feature__card {
    margin-bottom: 14px;
  }
}
.root#index .feature__card__img {
  display: block;
  width: 100%;
  height: auto;
}
.root#index .feature__scroll {
  display: flex;
  justify-content: center;
  width: 100%;
}
.root#index .feature__track {
  display: flex;
}
.root#index .feature__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.root#index .guide {
  background-color: #eff4f9;
  padding: 100px 0 120px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .root#index .guide {
    padding: 80px 0 64px;
  }
}
.root#index .guide__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 70px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
.root#index .guide__body {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 32px 0;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__body {
    height: auto;
    padding: 5px 16px 32px;
  }
}
.root#index .guide__tabs {
  gap: 8px;
  list-style: none;
  position: absolute;
  width: 758px;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  background-color: #e8ecf0;
  border-radius: 999px;
  position: relative;
  height: 66px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__tabs {
    height: 42px;
    width: 300px;
    top: -20px;
  }
}
.root#index .guide__tabs__item {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 12px 28px;
  border-radius: 999px;
  color: #000;
  cursor: pointer;
  width: 38%;
  position: absolute;
  top: 5px;
}
.root#index .guide__tabs__item:nth-child(1) {
  left: 5px;
}
.root#index .guide__tabs__item:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}
.root#index .guide__tabs__item:nth-child(3) {
  right: 5px;
}
.root#index .guide__tabs__item.is-active {
  background-color: #222;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__tabs__item {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 7px 0px;
    width: 34%;
  }
}
.root#index .guide__panels {
  position: relative;
}
.root#index .guide__panels > .guide__cards {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.root#index .guide__panels > .guide__cards:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.root#index .guide__panels > .guide__cards.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.root#index .guide__cards {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__cards {
    flex-direction: column;
  }
}
.root#index .guide__cards__item {
  flex: 0 1 calc(50% - 8px);
  width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__cards__item {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.root#index .guide__cards--col3 {
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__cards--col3 {
    gap: 16px;
  }
}
.root#index .guide__cards--os {
  flex-direction: column;
  gap: 0;
}
.root#index .guide__os__lead {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__os__lead {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .guide__os__lead > span {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.96px;
  }
}
.root#index .guide__os__note {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  color: #7e899c;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__os__note {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}
.root#index .guide__os__slider {
  border-radius: 16px;
  background-color: #eef4f9;
  padding: 30px 0 20px;
  width: 100%;
}
.root#index .guide__os__swiper {
  overflow: hidden;
  width: 100%;
}
.root#index .guide__os__swiper .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__os__swiper .swiper-slide {
    width: 100% !important;
  }
}
.root#index .guide__os__pagination {
  position: relative;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .root#index .guide__os__pagination {
    display: none;
  }
}
.root#index .guide__os__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: none;
  opacity: 1;
  margin: 0 6px !important;
}
.root#index .guide__os__pagination .swiper-pagination-bullet-active {
  background-color: #89898d;
}
.root#index .guide__os__col {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__os__col {
    display: block;
  }
}
.root#index .guide__os__col__badge {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.root#index .guide__os__col__body {
  width: 265px;
  padding: 0px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__os__col__body {
    margin: 0 auto;
  }
}
.root#index .guide__os__col__info {
  flex: 1;
}
.root#index .guide__os__col__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1d1d1f;
  margin: 10px 0 8px;
}
.root#index .guide__os__col__app {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1d1d1f;
  margin: 0 0 16px;
}
.root#index .guide__os__col__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  color: #000;
  color: #6a6a6a;
}
.root#index .guide__os__col__device {
  width: 135px;
  height: 265px;
  flex-shrink: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__os__col__device {
    margin: 0 auto;
    display: block;
    width: 71px;
    height: 150px;
    margin-bottom: 10px;
  }
}
.root#index .guide__card {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__card {
    width: 100%;
  }
}
.root#index .guide__card__visual {
  position: relative;
  margin: 0 0 24px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__card__visual {
    margin: 0 0 12px;
  }
}
.root#index .guide__card__visual .guide__card__img {
  margin: 0;
}
.root#index .guide__card__track {
  display: flex;
  transition: transform 0.4s ease;
}
.root#index .guide__card__track .guide__card__img {
  flex: 0 0 100%;
  width: 100%;
}
.root#index .guide__card__nav {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .root#index .guide__card__nav {
    display: none;
  }
}
.root#index .guide__card__prev, .root#index .guide__card__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.45);
  transition: background-color 0.4s ease;
}
.root#index .guide__card__prev::before, .root#index .guide__card__next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.root#index .guide__card__prev.is-active, .root#index .guide__card__next.is-active {
  background-color: #222;
}
.root#index .guide__card__prev.is-disabled, .root#index .guide__card__next.is-disabled {
  cursor: default;
}
.root#index .guide__card__prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.root#index .guide__card__next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.root#index .guide__card__img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 0 24px;
  border-radius: 16px;
}
.root#index .guide__card__img--sp {
  display: none;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__card__img--sp {
    display: block;
  }
}
.root#index .guide__card__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__card__title {
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
  }
}
.root#index .guide__card__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  color: #6a6a6a;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .guide__card__text {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.root#index .lineup {
  background-color: #eff4f9;
  padding: 0 0 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.root#index .lineup__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
.root#index .lineup__tabs {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.root#index .lineup__tabs__item {
  flex: 1;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 16px 24px;
  border-radius: 16px 16px 0 0;
  color: #fff;
  cursor: pointer;
  margin-bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__tabs__item {
    font-size: 20px;
    font-size: 2rem;
    padding: 7px 0px;
  }
}
.root#index .lineup__tabs__item--iphone {
  background-color: #44d362;
}
.root#index .lineup__tabs__item--android {
  background-color: #f58947;
}
.root#index .lineup__tabs__item.is-active {
  opacity: 1;
}
.root#index .lineup__panels {
  position: relative;
}
.root#index .lineup__panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  border-radius: 0 0 24px 24px;
  padding: 40px 32px;
}
.root#index .lineup__panel:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.root#index .lineup__panel.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.root#index .lineup__panel--iphone {
  background-color: #44d362;
  border-radius: 0 0 24px 24px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__panel--iphone {
    border-radius: 0;
  }
}
.root#index .lineup__panel--android {
  background-color: #f58947;
  border-radius: 0 0 24px 24px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__panel--android {
    border-radius: 0;
  }
}
.root#index .lineup__panel__inner {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  padding: 0 48px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__panel__inner {
    display: block;
    padding: 0;
  }
}
.root#index .lineup__panel__device {
  flex-shrink: 0;
  width: 240px;
  aspect-ratio: 626/1206;
  height: auto;
  object-fit: contain;
  object-position: top center;
  display: block;
  margin-left: 55px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__panel__device {
    max-width: 75%;
    margin: 0 auto;
    transform: translateX(10px);
  }
}
.root#index .lineup__panel__content {
  flex: 1;
  text-align: center;
  padding-right: 32px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__panel__content {
    padding-right: 0;
  }
}
.root#index .lineup__panel__content--full {
  width: 100%;
  padding-right: 0;
}
.root#index .lineup__panel__lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1.04px;
  color: #fff;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__panel__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.root#index .lineup__panel__badge {
  display: block;
  width: 359px;
  max-width: 100%;
  height: 90px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 52px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__panel__badge {
    width: 270px;
  }
}
.root#index .lineup__panel__subtitle {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -1.04px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__panel__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.root#index .lineup__uses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.root#index .lineup__uses__item {
  position: relative;
  margin: -0.4px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__uses__item {
    margin: 0px;
  }
}
.root#index .lineup__uses__btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  position: relative;
  z-index: 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.root#index .lineup__uses__btn picture {
  pointer-events: none;
}
.root#index .lineup__uses__btn > picture:first-of-type {
  display: block;
  transition: opacity 0.2s ease;
}
.root#index .lineup__uses__btn:hover {
  opacity: 1;
}
.root#index .lineup__uses__btn.is-active {
  opacity: 1;
}
.root#index .lineup__uses__btn.is-active > picture:first-of-type {
  opacity: 0;
}
.root#index .lineup__uses__btn.is-active .lineup__uses__hoverPicture,
.root#index .lineup__uses__btn.is-active .lineup__uses__img--hover {
  opacity: 1;
}
@media (hover: hover) {
  .root#index .lineup__uses__btn:hover > picture:first-of-type {
    opacity: 0;
  }
  .root#index .lineup__uses__btn:hover .lineup__uses__hoverPicture, .root#index .lineup__uses__btn:hover .lineup__uses__img--hover {
    opacity: 1;
  }
}
.root#index .lineup__uses__hoverPicture {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.root#index .lineup__uses__img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.root#index .lineup__uses__img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.root#index .lineup__productPanels {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__productPanels {
    overflow: hidden;
  }
}
.root#index .lineup__productPanels > .lineup__products {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.root#index .lineup__productPanels > .lineup__products:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.root#index .lineup__productPanels > .lineup__products.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.root#index .lineup__panel:not(.is-active) .root#index .lineup__productPanels > .lineup__products {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.root#index .lineup__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__products {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .root#index .lineup__products::-webkit-scrollbar {
    display: none;
  }
}
.root#index .lineup__products:not(.is-active) {
  pointer-events: none;
}
.root#index .lineup__product {
  flex: 0 0 calc((100% - 32px) / 3);
  width: calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__product {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
.root#index .lineup__product__card {
  position: relative;
}
.root#index .lineup__product__card--hasColor .lineup__product__colorBtn--black {
  left: 57%;
  top: 59.9%;
}
.root#index .lineup__product__card--hasColor .lineup__product__colorBtn--white {
  left: 65.5%;
  top: 59.9%;
}
.root#index .lineup__product__visual {
  position: relative;
}
.root#index .lineup__product__colorBtns {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.root#index .lineup__product__colorBtn {
  position: absolute;
  width: 23px;
  height: 27px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.root#index .lineup__product__img {
  display: block;
  width: 100%;
  height: auto;
}
.root#index .lineup__product__links {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 18px;
  left: 25px;
  width: calc(100% - 50px);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__product__links {
    left: 27px;
    width: calc(100% - 53px);
  }
}
.root#index .lineup__product__link {
  flex: 1;
  display: block;
  min-height: 34px;
  padding: 8px 0;
  border: 1px solid #222;
  border-radius: 999px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) {
  .root#index .lineup__product__link:hover {
    opacity: 1;
    background-color: #222;
    color: #fff;
  }
}
.root#index .lineup__productNav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__productNav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 16px;
  }
}
.root#index .lineup__productNav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s ease;
}
.root#index .lineup__productNav__btn.is-active {
  background-color: #fff;
}
.root#index .lineup__productNav__btn--prev .lineup__productNav__icon {
  transform: scaleX(-1);
}
.root#index .lineup__productNav__btn:disabled {
  cursor: default;
}
.root#index .lineup__productNav__icon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}
.root#index .lineup__productNav__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}
.root#index .lineup__productNav__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
.root#index .lineup__marquee {
  width: 100%;
  margin-top: 80px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.root#index .lineup__marquee__track {
  display: flex;
  animation: lineup-marquee 40s linear infinite;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__marquee__track {
    animation-name: lineup-marquee-sp;
  }
}
.root#index .lineup__marquee__img {
  display: block;
  width: 110vw;
  height: auto;
  max-width: none;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .root#index .lineup__marquee__img {
    width: 300vw;
  }
}
@keyframes lineup-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110vw);
  }
}
@keyframes lineup-marquee-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300vw);
  }
}
.root#index .step {
  background-color: #eff4f9;
  padding: 0 0 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .step {
    padding: 0 0 60px;
  }
}
.root#index .step__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .root#index .step__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.root#index .step__cards {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .step__cards {
    display: block;
  }
}
.root#index .step__cards__item {
  flex: 1;
}
.root#index .step__cards picture {
  display: block;
}
.root#index .step__cards__body {
  position: relative;
}
.root#index .step__cards__videoBtn {
  position: absolute;
  left: 8%;
  font-size: 13.5px;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0084e9;
  text-decoration: underline;
  text-underline-offset: 2px;
  letter-spacing: -0.54px;
  white-space: nowrap;
}
.root#index .step__cards__videoBtn--ios {
  top: 52%;
  left: 13%;
}
@media only screen and (max-width: 767px) {
  .root#index .step__cards__videoBtn--ios {
    left: 12%;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: -0.48px;
  }
}
.root#index .step__cards__videoBtn--android {
  top: 85%;
  left: 13%;
}
@media only screen and (max-width: 767px) {
  .root#index .step__cards__videoBtn--android {
    top: 87%;
    left: 12%;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: -0.48px;
  }
}
.root#index .step__cards__videoBtn:hover {
  text-decoration: none;
}
.root#index .step__cards__img {
  display: block;
  width: 100%;
  height: auto;
}
.root#index .support {
  background-image: url("./../../images/support/supportBg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f5b8c8;
  height: 1157px;
}
@media only screen and (max-width: 767px) {
  .root#index .support {
    height: auto;
    padding-top: 64px;
    padding-bottom: 48px;
    background-size: cover;
    background-position: center top;
  }
}
.root#index .support {
  overflow: hidden;
  text-align: center;
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width: 1235px) {
  .root#index .support {
    background-size: 1235px auto;
    background-position: center top;
  }
}
.root#index .support__lead {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__lead {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 4px;
  }
}
.root#index .support__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
.root#index .support__sliderWrap {
  position: relative;
}
.root#index .support__sliderArea {
  position: relative;
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__sliderArea {
    padding: 0;
  }
}
.root#index .support__navBtn {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .root#index .support__navBtn {
    top: auto;
    bottom: -16px;
    width: 40px;
    height: 40px;
    transform: translateY(-14px);
  }
  .root#index .support__navBtn.swiper-button-prev, .root#index .support__navBtn.swiper-button-next {
    top: auto;
    bottom: -16px;
    margin-top: 0;
  }
}
.root#index .support__navBtn img {
  display: block;
  width: 100%;
  height: 100%;
}
.root#index .support__navBtn--prev {
  left: -50px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__navBtn--prev {
    left: -10px;
  }
}
.root#index .support__navBtn--prev img {
  transform: scaleX(-1);
}
.root#index .support__navBtn--next {
  right: -50px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__navBtn--next {
    right: -10px;
  }
}
.root#index .support__navBtn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.root#index .support__slider {
  overflow: hidden;
  margin: 0 -5px;
}
.root#index .support__slider .swiper-slide {
  box-sizing: border-box;
  padding: 0 5px;
  height: auto;
}
.root#index .support__slide {
  height: 100%;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
  padding: 65px 69px 75px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide {
    height: 100%;
    padding: 10px 20px 30px;
  }
}
.root#index .support__slide__detail:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #89898d;
}
.root#index .support__slide__detail:nth-child(2) {
  padding-top: 20px;
}
.root#index .support__slide--03 {
  padding: 65px 70px 85px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide--03 {
    padding: 10px 18px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide--spOnly .support__slide__notes {
    display: none;
  }
  .root#index .support__slide--spOnly.support__slide--03 .support__slide__notes--left {
    display: block;
    top: 43%;
    left: 0;
    bottom: auto;
    width: 100%;
  }
  .root#index .support__slide--spOnly.support__slide--03 .support__slide__notes--right {
    display: block;
    top: auto;
    bottom: -25px;
    left: 0;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: -0.91px;
  }
}
.root#index .support__slide__head {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding: 0 0 65px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__head {
    display: block;
    padding: 0 0 55px;
  }
}
.root#index .support__slide__head--pb75 {
  padding-bottom: 73px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__head--pb75 {
    padding-bottom: 55px;
  }
}
.root#index .support__slide__head--pb45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__head--pb45 {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__head--pb55 {
    padding: 0;
  }
}
.root#index .support__slide__numBlock {
  flex-shrink: 0;
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__numBlock {
    width: 100%;
    flex-direction: row;
    width: 143px;
    border-bottom: 1px solid #1d1d1f;
    justify-content: space-between;
    padding: 25px 0 15px;
  }
}
.root#index .support__slide__label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 10px 0 8px;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__label {
    align-self: center;
  }
}
.root#index .support__slide__num {
  display: block;
  width: auto;
  max-width: 100%;
  height: 77px;
  transform: translateX(-10px);
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__num {
    height: 40px;
  }
}
.root#index .support__slide__intro {
  flex: 1;
  border-left: 1px solid #1d1d1f;
  padding-left: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__intro {
    border-left: none;
    padding-left: 0;
  }
}
.root#index .support__slide__heading {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__heading {
    font-size: 28px;
    font-size: 2.8rem;
    padding-top: 25px;
  }
}
.root#index .support__slide__text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.16px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.48px;
  }
}
.root#index .support__slide__ipBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 3px 10px;
  border: 1px solid #1d1d1f;
  border-radius: 8px;
  background-color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  cursor: pointer;
  appearance: none;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__ipBtn {
    right: 10px;
  }
}
.root#index .support__slide__ipBtn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.root#index .support__slide__ipBtn__text {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__ipBtn__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.root#index .support__slide__body {
  position: relative;
}
.root#index .support__slide__body picture {
  display: block;
}
.root#index .support__slide__body--04 .support__slide__content {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__body--04 .support__slide__content {
    display: block;
  }
}
.root#index .support__slide__body--04 .support__slide__visual {
  transform: translateX(-12px);
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__body--04 .support__slide__visual {
    transform: translateX(-8px);
  }
}
.root#index .support__slide__note {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.07em;
  color: #6a6a6a;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__note--hang {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.root#index .support__slide__note + .root#index .support__slide__note {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__note {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: -0.84px;
  }
}
.root#index .support__slide__notes {
  position: absolute;
  margin: 0;
  letter-spacing: -0.77px;
}
.root#index .support__slide__notes--left {
  left: 0;
  bottom: -50px;
  width: 50%;
}
.root#index .support__slide__notes--right {
  left: 55%;
  bottom: -34px;
  width: 48%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.07em;
  color: #6a6a6a;
}
.root#index .support__slide__noteLink {
  color: #0084e9;
  text-decoration: none;
}
.root#index .support__slide__content {
  display: flex;
  align-items: center;
}
.root#index .support__slide__visual {
  flex-shrink: 0;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__visual {
    width: 85%;
    margin: 0 auto;
  }
}
.root#index .support__slide__visualImg {
  display: block;
  width: 100%;
  height: auto;
}
.root#index .support__slide__details {
  flex: 1;
}
.root#index .support__slide__detail + .root#index .support__slide__detail {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #d9d9d9;
}
.root#index .support__slide__detailHeading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__detailHeading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.root#index .support__slide__detailText {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  color: #1d1d1f;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .support__slide__detailText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.root#index .support__slide__detailNote {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.07em;
  color: #6a6a6a;
  margin: 16px 0 0;
}
.root#index .support__slide__img {
  display: block;
  width: 100%;
  height: auto;
}
.root#index .support__pagination {
  position: relative;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .root#index .support__pagination {
    width: 50%;
    margin: 24px auto 0;
  }
}
.root#index .support__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  margin: 0 6px !important;
}
.root#index .support__pagination .swiper-pagination-bullet-active {
  background-color: #6a6a6a;
}
.root#index .support__ipModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.root#index .support__ipModal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.root#index .support__ipModal__content {
  position: relative;
  width: 100%;
  max-width: 960px;
}
.root#index .support__ipModal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.root#index .support__ipModal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
}
.root#index .support__ipModal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  cursor: pointer;
  appearance: none;
}
.root#index .support__ipModal__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.root#index .security {
  background-color: #fff;
  padding: 100px 0 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .security {
    overflow: hidden;
    padding: 100px 0;
  }
}
.root#index .security__lead {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .security__lead {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.root#index .security__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .root#index .security__title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
.root#index .security__emphasis {
  color: #fb3939;
}
.root#index .security__body {
  text-align: left;
}
.root#index .security__content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .root#index .security__content {
    display: block;
  }
}
.root#index .security__visual {
  flex-shrink: 0;
  width: 42%;
}
@media only screen and (max-width: 767px) {
  .root#index .security__visual {
    width: 75%;
    margin: 0 auto;
  }
}
.root#index .security__img {
  display: block;
  width: 100%;
  height: auto;
}
.root#index .security__features {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .security__features {
    margin-top: 40px;
    align-items: center;
  }
}
.root#index .security__features__item {
  max-width: 360px;
  height: 132px;
  background-color: #e9f0f7;
  border-radius: 8px;
  padding: 18px 32px 0;
  box-sizing: border-box;
  text-align: center;
}
.root#index .security__features__item:nth-child(2) {
  padding-top: 37px;
}
@media only screen and (max-width: 767px) {
  .root#index .security__features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
}
.root#index .security__features__text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000;
  margin: 0;
}
.root#index .security__features__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 3px 10px;
  border: 1px solid #1d1d1f;
  border-radius: 8px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .root#index .security__features__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.root#index .security__features__link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.root#index .security__features__link__text {
  line-height: 1.5;
}
.root#index .security__features__note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #6a6a6a;
  margin: 8px 0 0;
}
.root#index .security__guide {
  margin-top: 80px;
  text-align: center;
}
.root#index .security__guide__title {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .root#index .security__guide__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
}
.root#index .security__guide__title .security__emphasis {
  display: block;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: -0.03em;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .root#index .security__guide__title .security__emphasis {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.root#index .security__guide__lead {
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #89898d;
  margin: 25px 0 15px;
}
.root#index .security__guide__lead::before, .root#index .security__guide__lead::after {
  content: "";
  width: 10px;
  flex-shrink: 0;
  border-color: #89898d;
}
.root#index .security__guide__lead::before {
  border-left: 2px solid #89898d;
  border-top: 2px solid #89898d;
  border-bottom: 2px solid #89898d;
}
.root#index .security__guide__lead::after {
  border-right: 2px solid #89898d;
  border-top: 2px solid #89898d;
  border-bottom: 2px solid #89898d;
}
@media only screen and (max-width: 767px) {
  .root#index .security__guide__lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 12px 0 15px;
  }
}
.root#index .security__guide__leadText {
  padding: 0 12px;
  text-align: center;
}
.root#index .security__guide__img {
  display: block;
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto 32px;
}
.root#index .security__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 622px;
  padding: 20px 32px;
  border-radius: 999px;
  background-color: #1d1d1f;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .root#index .security__btn {
    width: 100%;
    max-width: 100%;
    padding: 16px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .root#index .security__btn:hover {
    opacity: 1;
  }
}
.root#index .security__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  padding: 20px;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.root#index .security__modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .root#index .security__modal.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.root#index .security__modal__content {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-52%, -50%);
  width: 100%;
  max-width: 960px;
}
@media only screen and (max-width: 767px) {
  .root#index .security__modal__content {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    max-width: none;
    transform: none;
  }
}
.root#index .security__modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.root#index .security__modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .root#index .security__modal__dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.root#index .security__modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  cursor: pointer;
  appearance: none;
}
.root#index .security__modal__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.root#index .network {
  background-color: #e9f0f7;
  padding: 80px 0 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .network {
    padding: 80px 0;
  }
}
.root#index .network__inner {
  padding: 0;
}
.root#index .network__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .root#index .network__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.root#index .network__text {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -1.04px;
  color: #89898d;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .network__text {
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: -0.64px;
  }
}
.root#index .network__flow {
  margin-top: 50px;
}
.root#index .network__banner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px;
  border: 1px dashed #89898d;
  border-radius: 16px;
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .network__banner {
    display: block;
    padding: 30px 20px;
  }
}
.root#index .network__banner__visual {
  flex-shrink: 0;
  width: 178px;
}
@media only screen and (max-width: 767px) {
  .root#index .network__banner__visual {
    width: 100%;
    padding-bottom: 20px;
  }
}
.root#index .network__banner__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.root#index .network__banner__body {
  flex: 1;
}
.root#index .network__banner__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .network__banner__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.root#index .network__banner__title sup {
  font-size: 0.45em;
  vertical-align: top;
  position: relative;
  top: 0.4em;
  line-height: 1;
}
.root#index .network__banner__note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.72px;
  color: #89898d;
  margin: 0;
}
.root#index .compare {
  background-color: #e9f0f7;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .compare {
    padding: 0 0 80px;
    text-align: left;
  }
  .root#index .compare > .c-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 100%;
  }
}
.root#index .compare__inner {
  padding: 80px 45px 45px;
  background-color: #fff;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__inner {
    width: 100%;
    padding: 32px 20px 60px;
    border-radius: 30px;
  }
}
.root#index .compare__inner__lead {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__inner__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.root#index .compare__inner__title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__inner__title {
    line-height: 1.4;
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .compare__inner__titleSub {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .compare__inner__titleMain {
    display: block;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
  }
}
.root#index .compare__head {
  display: flex;
  margin-top: 48px;
  border-top: 2px solid #89898d;
  text-align: left;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head {
    margin-top: 38px;
  }
}
.root#index .compare__head__col--left, .root#index .compare__head__col--right {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  width: 369px;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head__col--left, .root#index .compare__head__col--right {
    position: relative;
    display: block;
    flex: 1;
    width: auto;
    min-width: 0;
    padding: 16px 10px;
  }
}
.root#index .compare__head__col--left {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head__col--left {
    padding-left: 0;
  }
  .root#index .compare__head__col--left::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    background-color: #89898d;
  }
}
.root#index .compare__head__col--right {
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head__col--right {
    padding-right: 0;
  }
}
.root#index .compare__head__content {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head__content {
    position: relative;
    z-index: 1;
  }
}
.root#index .compare__head__name {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head__name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
  }
}
.root#index .compare__head__name--blue {
  color: #0084e9;
}
.root#index .compare__head__desc {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #89898d;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head__desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.root#index .compare__head__desc--blue {
  color: #2b7fd9;
}
.root#index .compare__head__icon {
  display: block;
  flex-shrink: 0;
  width: 135px;
  height: 98px;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head__icon {
    position: absolute;
    right: 7px;
    bottom: 17px;
    width: 76px;
    height: auto;
  }
}
.root#index .compare__head__icon.type-02 {
  width: 98px;
  height: 98px;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__head__icon.type-02 {
    right: 8px;
    bottom: 20px;
    width: 48px;
    height: auto;
  }
}
.root#index .compare__body {
  text-align: left;
  border-bottom: solid 2px #89898d;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__body {
    border-bottom: 2px solid #89898d;
  }
}
.root#index .compare__body__row {
  display: grid;
  grid-template-columns: 1fr 165px 1fr;
  min-height: 125px;
  border-top: 1px solid #89898d;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__body__row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "label label" "left right";
    min-height: auto;
    border-top: none;
  }
}
.root#index .compare__body__col {
  display: flex;
  align-items: center;
  padding: 0 45px;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__body__col {
    align-items: flex-start;
  }
}
.root#index .compare__body__col--left, .root#index .compare__body__col--right {
  background-color: #eef3f8;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__body__col--left, .root#index .compare__body__col--right {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .compare__body__col--left {
    grid-area: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .root#index .compare__body__col--left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #89898d;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .compare__body__col--right {
    grid-area: right;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.root#index .compare__body__col--label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d1d1f;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  border-top-color: #1d1d1f;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__body__col--label {
    grid-area: label;
    padding: 12px 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.root#index .compare__body__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  color: #1d1d1f;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .compare__body__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.root#index .faq {
  background-color: #fff;
  padding: 100px 0 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .faq {
    padding: 60px 0 110px;
  }
}
.root#index .faq__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .root#index .faq__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 35px;
  }
}
.root#index .faq__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.root#index .faq__item.is-open .faq__question {
  background-color: #1d1d1f;
  color: #fff;
}
.root#index .faq__item.is-open .faq__question__mark {
  color: #fff;
}
.root#index .faq__item.is-open .faq__question__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.root#index .faq__item.is-open .faq__answer {
  grid-template-rows: 1fr;
}
.root#index .faq__question {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 25px;
  border: none;
  background-color: #e9f0f7;
  color: #000;
  cursor: pointer;
  appearance: none;
  text-align: left;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.root#index .faq__question__mark {
  position: absolute;
  left: 25px;
  top: 41%;
  transform: translateY(calc(-50% + 2.5px));
  flex-shrink: 0;
  width: 32px;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .faq__question__mark {
    font-size: 31px;
    font-size: 3.1rem;
    left: 15px;
    top: 8px;
    transform: translateY(0);
  }
}
.root#index .faq__question__text {
  display: block;
  padding-left: 82px;
  padding-right: 86px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .faq__question__text {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.root#index .faq__question__icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .faq__question__icon {
    width: 18px;
    height: 18px;
    top: 33px;
  }
}
.root#index .faq__question__icon::before, .root#index .faq__question__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
}
.root#index .faq__question__icon::before {
  width: 36px;
  height: 4px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .root#index .faq__question__icon::before {
    width: 18px;
    height: 3px;
  }
}
.root#index .faq__question__icon::after {
  width: 4px;
  height: 36px;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media only screen and (max-width: 767px) {
  .root#index .faq__question__icon::after {
    width: 3px;
    height: 18px;
  }
}
.root#index .faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  background-color: #e9f0f7;
}
.root#index .faq__answer__inner {
  overflow: hidden;
  min-height: 0;
}
.root#index .faq__answer__text {
  padding: 24px 32px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  color: #1d1d1f;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .faq__answer__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 20px;
  }
}
.root#index .faq__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 446px;
  margin-top: 48px;
  padding: 13px;
  border-radius: 999px;
  background-color: #e9f0f7;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .root#index .faq__btn {
    font-size: 16px;
    font-size: 1.6rem;
    width: 260px;
  }
}
.root#index .faq__btn__text {
  flex: 1;
  text-align: center;
}
.root#index .faq__btn__circle {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .faq__btn__circle {
    width: 27px;
    height: 27px;
  }
}
.root#index .faq__btn__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background-color: #fff;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .root#index .faq__btn__circle::before {
    width: 12px;
    height: 2px;
    left: 8px;
  }
}
.root#index .faq__btn__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 15px;
  height: 15px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .root#index .faq__btn__circle::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 7px;
  }
}
.root#index .series {
  background-color: #fff;
}
.root#index .series__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 70px;
  border-bottom: 1px solid #7e899c;
}
@media only screen and (max-width: 767px) {
  .root#index .series__content {
    display: block;
    padding-bottom: 20px;
  }
}
.root#index .series__title {
  flex: 0 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: left;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .root#index .series__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    padding-top: 0;
    margin-bottom: 24px;
  }
}
.root#index .series__cards {
  display: flex;
  gap: 20px;
  flex: 1;
  min-width: 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .root#index .series__cards {
    display: block;
  }
}
.root#index .series__card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 320px;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .root#index .series__card {
    padding-bottom: 20px;
  }
}
.root#index .series__card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 320/180;
  object-fit: cover;
}
.root#index .series__card__caption {
  margin: 12px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #666666;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .series__card__caption {
    margin: 12px 0 25px;
  }
}

.nowrap {
  white-space: nowrap;
}

.support-link {
  color: #0084e9;
  text-decoration: underline;
}

/*# sourceMappingURL=index.css.map */
