main {
  line-height: 1;
}
main * {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  border: 0;
}
main button {
  background: transparent;
}
main select {
  background: transparent;
  -webkit-appearance: none;
          appearance: none;
}
main a,
main button,
main input,
main optgroup,
main select,
main textarea {
  outline: revert;
}
main a:focus {
  outline: revert;
}
main button,
main [type=button],
main [type=reset],
main [type=submit] {
  cursor: pointer;
}
main button:disabled,
main [type=button]:disabled,
main [type=reset]:disabled,
main [type=submit]:disabled {
  cursor: default;
}
main label[for] {
  cursor: pointer;
}
main td,
main th {
  height: auto;
}

footer {
  margin-top: 0;
}

header {
  position: relative !important;
}

body {
  padding-top: 0 !important;
}

html {
  overflow-y: initial;
}

@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

main {
  font-family: "Roboto", "Noto Sans", sans-serif;
  background-color: #685bc7;
  image-rendering: -webkit-optimize-contrast;
}
main ::-webkit-full-page-media,
main :future, :root main {
  image-rendering: auto;
}
main:lang(ja) {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
main:lang(kr) {
  font-family: "Roboto", "Noto Sans KR", sans-serif;
}
main:lang(zh-cmn-Hans) {
  font-family: "Roboto", "Noto Sans SC", sans-serif;
}
main:lang(zh-cmn-Hant) {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}
main img {
  height: auto;
  vertical-align: bottom;
}
main svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
[data-whatinput=mouse] main a, [data-whatinput=touch] main a,
[data-whatinput=mouse] main button,
[data-whatinput=touch] main button {
  outline: none;
}
main [data-scroll-fade] {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transform: translate3d(0, 20px, 0);
}
main [data-scroll-fade][data-scroll-fade=show] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.AnchorPoint {
  --offset: 0px;
  position: absolute;
  margin-top: calc((var(--local-nav-height) - var(--common-header-height) + var(--offset)) * -1);
  visibility: hidden;
}
.AnchorPoint.AnchorPoint--long {
  --offset: 50px;
}
[data-scroll-lock-locked=true] .AnchorPoint {
  --common-header-height: 0px;
}

.Faq + .Faq {
  margin-top: 10px;
}

.Faq__Question {
  width: 100%;
}

.Faq__Question__Inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  background-color: #c0f2ea;
}
@media screen and (min-width: 768.02px), print {
  .Faq__Question__Inner {
    column-gap: 16px;
    padding: 30px 60px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .Faq__Question__Inner {
    column-gap: 14px;
    padding: 20px 50px 20px 20px;
  }
}
.Faq__Question__Inner::before, .Faq__Question__Inner::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  background-color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Faq__Question__Inner::before, .Faq__Question__Inner::after {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .Faq__Question__Inner::before, .Faq__Question__Inner::after {
    right: 20px;
  }
}
.Faq__Question__Inner::before {
  transform: translateY(-50%);
}
.Faq__Question__Inner::after {
  transition: transform 0.5s;
  transform: translateY(-50%) rotate(-90deg);
}
.Faq__Question[aria-expanded=true] .Faq__Question__Inner::after {
  transform: translateY(-50%);
}

.Faq__Question__Icon {
  font-weight: 700;
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Faq__Question__Icon {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .Faq__Question__Icon {
    font-size: 22px;
  }
}

.Faq__Question__Text {
  font-size: 16px;
  line-height: 1.875;
  color: #685bc7;
  text-align: left;
}

.Faq__Answer {
  overflow: hidden;
}

.Faq__Answer__Inner {
  display: grid;
  color: #685bc7;
  background-color: #fff;
}
@media screen and (min-width: 768.02px), print {
  .Faq__Answer__Inner {
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    padding: 28px 30px;
  }
}
@media screen and (max-width: 768px) {
  .Faq__Answer__Inner {
    row-gap: 14px;
    padding: 24px 20px;
  }
}

.Faq__Answer__Icon {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Faq__Answer__Icon {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .Faq__Answer__Icon {
    font-size: 22px;
  }
}

.Faq__Answer__Content > p:not(:first-child) {
  margin-top: 24px;
}
.Faq__Answer__Content a {
  display: inline-block;
  transition: opacity 0.2s;
  text-decoration: underline;
}
@media (hover: hover) {
  .Faq__Answer__Content a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.Faq__Answer__Content > picture:not(:first-child) img {
  margin-top: 20px;
}
.Faq__Answer__Content > h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
}
.Faq__Answer__Content > h3:not(:first-child) {
  margin-top: 30px;
}

.Faq__BulletList {
  display: grid;
  row-gap: 5px;
  font-size: 16px;
  line-height: 1.7;
}
.Faq__BulletList:not(:first-child) {
  margin-top: 20px;
}
.Faq__BulletList > li {
  position: relative;
  padding-left: 16px;
}
.Faq__BulletList > li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: currentColor;
  border-radius: 100%;
}

.Width {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .Width {
    width: calc(100% - 60px);
    max-width: 1160px;
    max-width: clamp(1160px, 80.5555555556vw, 1392px);
  }
  .Width.Width--narrow {
    max-width: 962px;
    max-width: clamp(962px, 66.8055555556vw, 1154.4px);
  }
  .Width.Width--x-narrow {
    max-width: 764px;
    max-width: clamp(764px, 53.0555555556vw, 916.8px);
  }
}
@media screen and (max-width: 768px) {
  .Width {
    width: 90%;
  }
}

.LanguageList {
  min-width: 185px;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow-y: auto;
  font-size: 14px;
  background-color: #fff;
}
.LanguageList > li > a {
  position: relative;
  display: block;
  padding: 13px 30px;
}
.LanguageList > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .LanguageList > li > a:where(:any-link, :enabled, summary):hover::before {
    opacity: 0.05;
  }
}
.LanguageList > li > a[aria-current] {
  background-color: #cdd6dd;
}

.ModalSimple {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10030;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
.ModalSimple[aria-hidden=true] {
  display: none;
}

.ModalSimple__Background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.5;
}
.ModalSimple.ModalSimple--video-sp .ModalSimple__Background, .ModalSimple.ModalSimple--video-pc .ModalSimple__Background {
  opacity: 1;
}

.ModalSimple__Dialog {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  max-height: 100%;
  color: #001e62;
}
.ModalSimple.ModalSimple--video-sp .ModalSimple__Dialog {
  width: 90%;
  max-width: 900px;
  padding-top: 5%;
  padding-bottom: 5%;
}
.ModalSimple.ModalSimple--video-sp .ModalSimple__Dialog .VideoPlayer {
  aspect-ratio: 9/16;
  max-height: 100%;
}
@supports not (aspect-ratio: auto) {
  .ModalSimple.ModalSimple--video-sp .ModalSimple__Dialog .VideoPlayer {
    height: 0;
    padding-top: 177.7777777778%;
  }
}
.ModalSimple.ModalSimple--video-pc .ModalSimple__Dialog {
  width: 100%;
  max-width: 900px;
}

.ModalSimple__Close {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .ModalSimple__Close:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768.02px), print {
  .ModalSimple__Close {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ModalSimple__Close {
    margin-bottom: 6px;
  }
}
.ModalSimple__Close::before, .ModalSimple__Close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 36px;
  height: 2px;
  content: "";
  background-color: #fff;
}
.ModalSimple__Close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ModalSimple__Close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ModalSimple__Content {
  overflow-y: auto;
}

.Button {
  position: relative;
  padding: 19px 24px 17px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 9999px;
}
.Step__Button .Button {
  width: 100%;
}
.Button.Button--purple {
  color: #ffd940;
  box-shadow: inset 0 0 0 36px #685bc7;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--purple:where(:any-link, :enabled, summary):hover {
    color: #685bc7;
    box-shadow: inset 0 0 0 2px #685bc7;
    transform: scale3d(1.1, 1.1, 1);
  }
}
.Button.Button--yellow {
  color: #f266bf;
  box-shadow: inset 0 0 0 36px #ffd940;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--yellow:where(:any-link, :enabled, summary):hover {
    color: #ffd940;
    box-shadow: inset 0 0 0 2px #ffd940;
    transform: scale3d(1.1, 1.1, 1);
  }
}

.Button.Button--yellow-purple {
  color: #685bc7;
  box-shadow: inset 0 0 0 36px #ffd940;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--yellow-purple:where(:any-link, :enabled, summary):hover {
    color: #ffd940;
    box-shadow: inset 0 0 0 2px #ffd940;
    transform: scale3d(1.1, 1.1, 1);
  }
}

.Button.Button--light-blue {
  color: #001e62;
  box-shadow: inset 0 0 0 36px #40c3c3;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--light-blue:where(:any-link, :enabled, summary):hover {
    color: #40c3c3;
    box-shadow: inset 0 0 0 2px #40c3c3;
    transform: scale3d(1.1, 1.1, 1);
  }
}
.Button.Button--white {
  color: #001e62;
  box-shadow: inset 0 0 0 36px #fff;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--white:where(:any-link, :enabled, summary):hover {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    transform: scale3d(1.1, 1.1, 1);
  }
}
.Button.Button--light-cyan {
  color: #685bc7;
  box-shadow: inset 0 0 0 36px #c0f2ea;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--light-cyan:where(:any-link, :enabled, summary):hover {
    color: #c0f2ea;
    box-shadow: inset 0 0 0 2px #c0f2ea;
    transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (min-width: 768.02px), print {
  .Button.Button--languages {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #c0f2ea;
    box-shadow: inset 0 0 0 2px #c0f2ea;
    transition: box-shadow 0.3s, transform 0.3s;
    transform: scale3d(1, 1, 1);
    will-change: transform;
  }
}
@media screen and (min-width: 768.02px) and (hover: hover), print and (hover: hover) {
  .Button.Button--languages:where(:any-link, :enabled, summary):hover {
    color: #685bc7;
    box-shadow: inset 0 0 0 35px #c0f2ea;
    transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (max-width: 768px) {
  .Button.Button--languages {
    color: #fff;
  }
}
.Button.Button--plus {
  padding-right: 38px;
}
.Button.Button--plus::before, .Button.Button--plus::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 13px;
  content: "";
  border-top: 1px solid currentColor;
}
.Button.Button--plus::before {
  transform: translateX(-50%) rotate(90deg);
}
.Button.Button--plus::after {
  transform: translateX(-50%);
}
.Button.Button--close {
  padding-right: 28px;
}
.Button.Button--close::before, .Button.Button--close::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 10px;
  content: "";
  border-top: 1px solid currentColor;
}
.Button.Button--close::before {
  transform: translateX(-50%) rotate(45deg);
}
.Button.Button--close::after {
  transform: translateX(-50%) rotate(-45deg);
}
.Button.Button--triangle {
  padding-right: 40px;
}
.Button.Button--triangle::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  content: "";
  transform: translateY(-50%);
}
@media screen and (min-width: 768.02px), print {
  .Button.Button--triangle::after {
    border-top: 8px solid currentColor;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .Button.Button--triangle::after {
    border-top: 6px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .Hero .Button.Button--triangle {
    padding: 10px 24px 10px 16px;
    font-size: 12px;
  }
  .Hero .Button.Button--triangle::after {
    right: 12px;
  }
}

.VideoPlayer {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer {
    aspect-ratio: 16/9;
  }
  @supports not (aspect-ratio: auto) {
    .VideoPlayer {
      height: 0;
      padding-top: 56.25%;
    }
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer {
    aspect-ratio: 3/4;
  }
  @supports not (aspect-ratio: auto) {
    .VideoPlayer {
      height: 0;
      padding-top: 133.3333333333%;
    }
  }
}
.VideoPlayer > video {
  -o-object-fit: cover;
     object-fit: cover;
}
.VideoPlayer > video,
.VideoPlayer > iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

.VideoPlayer__Cover {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
}

.VideoPlayer__Cover__Layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  height: 100%;
}

.VideoPlayer__Play {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #c0f2ea;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer__Play {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer__Play {
    width: 80px;
    height: 80px;
  }
}
.VideoPlayer__Play::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) {
  :where(:any-link, :enabled, summary):hover .VideoPlayer__Play::before {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.VideoPlayer__Play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26%;
  height: 26%;
  content: "";
  background-color: currentColor;
  transform: translate(-50%, -50%) translateX(12%);
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 26 30"><path fill="%23000000" d="M25.133,14.100 L2.472,0.915 C1.673,0.450 0.675,1.031 0.675,1.961 L0.675,28.330 C0.675,29.260 1.673,29.841 2.472,29.376 L25.133,16.191 C25.932,15.727 25.932,14.564 25.133,14.100 Z" /></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 26 30"><path fill="%23000000" d="M25.133,14.100 L2.472,0.915 C1.673,0.450 0.675,1.031 0.675,1.961 L0.675,28.330 C0.675,29.260 1.673,29.841 2.472,29.376 L25.133,16.191 C25.932,15.727 25.932,14.564 25.133,14.100 Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.ModalSlide {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  overflow-x: hidden;
  color: #c0f2ea;
}
.ModalSlide:not(.is-open) {
  display: none;
}

.ModalSlide__Background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.ModalSlide__Dialog {
  position: absolute;
  z-index: 0;
  max-width: 905px;
  max-height: 100%;
  overflow-y: auto;
  background-color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .ModalSlide__Dialog {
    top: 0;
    right: 0;
    width: 95%;
    height: 100%;
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__Dialog {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 80px 5% 40px;
  }
}
.ModalSlide[aria-hidden=false] .ModalSlide__Dialog {
  animation: dialog-show 0.3s ease-in;
}
.ModalSlide[aria-hidden=true] .ModalSlide__Dialog {
  animation: dialog-hide 0.3s ease-in;
}
@keyframes dialog-show {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes dialog-hide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

.ModalSlide__Close {
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  margin-left: auto;
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .ModalSlide__Close {
    width: 62px;
    height: 62px;
    margin-top: -62px;
    transform: translate(63%, -66%);
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__Close {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    transform: translate(2%, -120%);
  }
}
.ModalSlide__Close::before, .ModalSlide__Close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 2px;
  content: "";
  background-color: currentColor;
}
@media screen and (min-width: 768.02px), print {
  .ModalSlide__Close::before, .ModalSlide__Close::after {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__Close::before, .ModalSlide__Close::after {
    width: 20px;
  }
}
.ModalSlide__Close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ModalSlide__Close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ModalSlide__Close__Circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #c0f2ea;
  border-radius: 50%;
  box-shadow: -1.414px 1.414px 6px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) {
  :where(:any-link, :enabled, summary):hover .ModalSlide__Close__Circle {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@media screen and (min-width: 768.02px), print {
  .ModalSlide__BottomClose {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__BottomClose {
    display: grid;
    max-width: 132px;
    margin-top: 44px;
    margin-right: auto;
    margin-left: auto;
  }
}

.ModalSlide__Images {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 768.02px), print {
  .ModalSlide__Images {
    grid-template-columns: repeat(2, minmax(auto, 207px));
    column-gap: 120px;
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__Images {
    grid-template-columns: minmax(auto, 166px);
    row-gap: 44px;
  }
}
.ModalSlide__Images img {
  filter: drop-shadow(10px 17px 20px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  will-change: filter;
}
.ModalSlide__Images figcaption {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
margin-top: 26px;
line-height: 1.4;
}

.Hero {
  position: relative;
  display: grid;
  align-content: start;
}
@media screen and (min-width: 768.02px), print {
  .Hero {
    row-gap: 38px;
    padding-top: 20px;
    padding-bottom: 70px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .Hero {
    z-index: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.Hero__Title {
  font-weight: 700;
  color: #c0f2ea;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Title {
    font-size: 56px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Title {
    width: 90%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    line-height: 1.25;
  }
}

.Hero__Inner {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Inner {
    display: grid;
    grid-template-columns: 62% 1fr;
    column-gap: 1%;
    align-items: center;
    width: calc(100% - 60px);
    max-width: 1280px;
    max-width: clamp(1280px, 80vw, 1800px);
  }
}
@media screen and (max-width: 768px) {
  .Hero__Inner {
    width: 100%;
    margin-top: 28px;
  }
  .Hero__Content {
    width: 90%;
    max-width: 400px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.Hero__Images {
  will-change: transform;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Hero__Images {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.Hero__Images [data-hero-image] {
  position: absolute;
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Images [data-hero-image="01"] {
    top: 0.8%;
    left: 14.8%;
    width: 25%;
    min-width: 198px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Images [data-hero-image="01"] {
    top: 1%;
    left: 1.4%;
    width: 123px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Images [data-hero-image="02"] {
    bottom: 18.2%;
    left: 17.5%;
    width: 21.4%;
    min-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Images [data-hero-image="02"] {
    bottom: 17.4%;
    left: 5%;
    width: 105px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Images [data-hero-image="03"] {
    bottom: 34.9%;
    left: 1.9%;
    width: 22.6%;
    min-width: 179px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Images [data-hero-image="03"] {
    bottom: 34.4%;
    left: -15.6%;
    width: 110px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Images [data-hero-image="04"] {
    bottom: -6.5%;
    left: 5.7%;
    width: 28.1%;
    min-width: 223px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Images [data-hero-image="04"] {
    bottom: -8.3%;
    left: -10.8%;
    width: 139px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Images [data-hero-image="05"] {
    right: 12.6%;
    bottom: 16.8%;
    width: 24.4%;
    min-width: 194px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Images [data-hero-image="05"] {
    right: 3%;
    bottom: 15.8%;
    width: 121px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Images [data-hero-image="06"] {
    top: 0;
    right: 14.6%;
    width: 23.6%;
    min-width: 187px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Images [data-hero-image="06"] {
    top: 0;
    right: 5.7%;
    width: 117px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Images [data-hero-image="07"] {
    top: 18%;
    right: 2.3%;
    width: 20.7%;
    min-width: 164px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Images [data-hero-image="07"] {
    top: 18.4%;
    right: -10.6%;
    width: 102px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Images [data-hero-image="08"] {
    right: 3.6%;
    bottom: -6.5%;
    width: 28.6%;
    min-width: 227px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Images [data-hero-image="08"] {
    right: -8.7%;
    bottom: -7.5%;
    width: 140px;
  }
}

.Hero__Video {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Video {
    position: relative;
    left: 2%;
    width: 32%;
    min-width: 255px;
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Video {
    width: 157px;
  }
}

.Hero__VideoInner {
  position: relative;
  z-index: 1;
  aspect-ratio: 255/511;
}
@supports not (aspect-ratio: auto) {
  .Hero__VideoInner {
    height: 0;
    padding-top: 200.3921568627%;
  }
}
.Hero__VideoInner img {
  position: absolute;
  top: 0;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
  will-change: filter;
}

.Hero__VideoContent {
  position: absolute;
  top: 3%;
  left: 50%;
  width: 88%;
  height: 94%;
  overflow: hidden;
  transform: translateX(-50%);
}
@media screen and (min-width: 768.02px), print {
  .Hero__VideoContent {
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__VideoContent {
    border-radius: 16px;
  }
}
.Hero__VideoContent > video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.Hero__List {
  display: grid;
  row-gap: 28px;
}
.Hero__List > li {
  display: grid;
  grid-auto-flow: column;
  column-gap: 4px;
  justify-content: start;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #c0f2ea;
}

.Hero__Text {
  line-height: 1.2;
  color: #c0f2ea;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Text {
    margin-top: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Text {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    text-align: center;
  }
}

.Hero__App {
  display: grid;
  grid-template-columns: 21.1764705882% 1fr;
  column-gap: 5%;
  justify-content: center;
}
@media screen and (min-width: 768.02px), print {
  .Hero__App {
    max-width: 500px;
    padding: 24px;
    margin-top: 22px;
    background-color: #5447b3;
    border-radius: 20px;
  }
}

.Hero__AppTitle img {
  width: auto;
}
@media screen and (min-width: 768.02px), print {
  .Hero__AppTitle img {
    height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .Hero__AppTitle img {
    height: 1.4em;
  }
}

.Hero__AppContent {
  display: grid;
  row-gap: 12px;
  align-content: space-between;
}

.Hero__AppLinks {
  display: grid;
  grid-template-columns: 45.8064516129% 50.9677419355%;
  align-items: center;
  justify-content: space-between;
}

.size_zhs {
  grid-template-columns: 42.5% 50.9677419355%!important;
}

.size_ko {
  grid-template-columns: 48% 50%!important;
}


@media screen and (max-width: 768px) {
  .Hero__AppLinks {
    column-gap: 8px;
  }
}
.Hero__AppLinks > a {
  transition: transform 0.3s;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) {
  .Hero__AppLinks > a:where(:any-link, :enabled, summary):hover {
    transform: scale3d(1.05, 1.05, 1);
  }
}

.Hero__LanguageSwitcher {
  position: absolute;
}
@media screen and (min-width: 768.02px), print {
  .Hero__LanguageSwitcher {
    top: 31px;
    right: 32px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .Hero__LanguageSwitcher {
    top: 10px;
    left: 0;
    z-index: -1;
  }
}

.LocalNavPc {
  top: 0;
  z-index: 10;
  width: 100%;
  color: #685bc7;
  background-color: #c0f2ea;
}
@media screen and (max-width: 768px) {
  .LocalNavPc {
    display: none;
  }
}
.LocalNavPc.LocalNavPc--sub {
  position: sticky;
  top:-1px;
}
.LocalNavPc[data-local-nav-fade] {
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s;
}
.LocalNavPc[data-local-nav-fade=show] {
  opacity: 1;
}
.LocalNavPc:focus-within {
  opacity: 1;
}

.LocalNavPc__Inner {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.LocalNavPc.LocalNavPc--sub .LocalNavPc__Inner {
  padding-right: clamp(0px, (1500px - 100vw) / 2, 120px);
}

.LocalNavPc__List {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
 height: 100%;
}
.LocalNavPc__List li {
  height: 100%;
}
.LocalNavPc__List a {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
margin-right: 30px;
  font-size: 14px;
  line-height: 2.5;
}
.LocalNavPc__List a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .LocalNavPc__List a:where(:any-link, :enabled, summary):hover::before {
    opacity: 0.05;
  }
}

.LocalNavPc__Language {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 100%;
  padding: 15px 40px 15px 24px;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-50%);
}
.LocalNavPc__Language::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .LocalNavPc__Language:where(:any-link, :enabled, summary):hover::before {
    opacity: 0.05;
  }
}
.LocalNavPc__Language::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 12px;
  height: 8px;
  content: "";
  background-color: currentColor;
  transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2 1" preserveAspectRatio="none"><path d="M0,0 L1,1 L2,0 Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2 1" preserveAspectRatio="none"><path d="M0,0 L1,1 L2,0 Z"/></svg>');
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.marquee_pc{
  background-color: #ffd940;
  color: #262626;
  text-align: center;
  padding: 12px;
  font-weight: bold;
}

.marquee_pc a{
  text-decoration: underline;
  line-height: 1.3;
}

.marquee_pc a:hover{
  text-decoration: none;
}




.LocalNavSp {
  position: relative;
  z-index: 10020;
}
@media screen and (min-width: 768.02px), print {
  .LocalNavSp {
    display: none;
  }
}

[data-menu-button] {
  opacity: 0;
}

.LocalNavSp__MenuButton {
  position: fixed;
  bottom: 40px;
  left: -8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: -1.414px 1.414px 6px 0px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .LocalNavSp__MenuButton:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.LocalNavSp__MenuButton.LocalNavSp__MenuButton--open {
  background-color: #fff;
}
.LocalNavSp__MenuButton.LocalNavSp__MenuButton--close {
  background-color: rgba(0, 0, 0, 0.3);
}

.LocalNavSp__LineOpen {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #001e62;
}
.LocalNavSp__LineOpen:nth-child(1) {
  transform: translate(-50%, -50%) translateY(6px);
}
.LocalNavSp__LineOpen:nth-child(2) {
  transform: translate(-50%, -50%);
}
.LocalNavSp__LineOpen:nth-child(3) {
  transform: translate(-50%, -50%) translateY(-6px);
}

.LocalNavSp__LineClose {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.LocalNavSp__LineClose:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.LocalNavSp__LineClose:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.LocalNavSp__Modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #c0f2ea;
}
.LocalNavSp__Modal:not(.is-open) {
  display: none;
}

.LocalNavSp__Dialog {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #685bc7;
}
[aria-hidden=false] .LocalNavSp__Dialog {
  animation: nav-dialog-show 0.3s ease-in;
}
[aria-hidden=true] .LocalNavSp__Dialog {
  animation: nav-dialog-hide 0.3s ease-in;
}
@keyframes nav-dialog-show {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes nav-dialog-hide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.LocalNavSp__List {
  display: grid;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.LocalNavSp__List button {
  margin-bottom: 62px;
}
.LocalNavSp__List a {
  display: block;
  padding: 24px;
  font-size: 16px;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .LocalNavSp__List a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768.02px), print {
  .Step {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .Step {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.Step.Step--scan {
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Step.Step--scan {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .Step.Step--scan {
    padding-top: 80px;
  }
}
.Step.Step--collect {
  color: #ffd940;
}
.Step.Step--share {
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Step.Step--share {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .Step.Step--share {
    padding-bottom: 80px;
  }
}
.Step [data-step-fade] {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transform: translate3d(0, 20px, 0);
}
.Step [data-step-fade][data-step-fade=show] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.Step__Inner {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768.02px), print {
  .Step__Inner {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  }
}

.Step__Title {
  line-height: 1.2;
}
@media screen and (min-width: 768.02px), print {
  .Step__Title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .Step__Title {
    font-size: 24px;
    text-align: center;
  }
}
.Step__Title > span {
  font-weight: 700;
}

.Step__Text {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Step__Text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
@media screen and (max-width: 768px) {
  .Step__Text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 768.02px), print {
  .Step__Text:first-of-type {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .Step__Text:first-of-type {
    margin-top: 26px;
  }
}
.Step__Text + .Step__Text {
  margin-top: 20px;
}

.Step__Button {
  width: 180px;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .Step__Button {
    margin-right: auto;
    margin-left: auto;
  }
}

.Step__Video {
  position: relative;
  z-index: 0;
  justify-self: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 10px 17px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768.02px), print {
  .Step__Video {
    width: 100%;
    min-width: 250px;
    max-width: 350px;
  }
}
@media screen and (min-width: 768.02px) and (max-height: 700px), print {
  .Step__Video {
    width: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .Step__Video {
    width: 40vh;
    min-width: 230px;
    max-width: 300px;
    margin-top: 36px;
  }
}

.Step__VideoInner {
  aspect-ratio: 1/2;
}
@supports not (aspect-ratio: auto) {
  .Step__VideoInner {
    height: 0;
    padding-top: 200%;
  }
}
.Step__VideoInner > video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.Step__Images {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768.02px), print {
  .Step__Images {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .Step__Images {
    aspect-ratio: 335/235;
    margin-top: 42px;
  }
  @supports not (aspect-ratio: auto) {
    .Step__Images {
      height: 0;
      padding-top: 70.1492537313%;
    }
  }
}
.Step__Images > picture {
  position: absolute;
}
@media screen and (min-width: 768.02px), print {
  .Step__Images > picture:nth-of-type(1) {
    right: 0.4%;
    bottom: 24%;
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .Step__Images > picture:nth-of-type(1) {
    top: 0;
    right: 4.8%;
    width: 42%;
  }
}
@media screen and (min-width: 768.02px), print {
  .Step__Images > picture:nth-of-type(2) {
    bottom: 24%;
    left: 8.8%;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .Step__Images > picture:nth-of-type(2) {
    top: 0;
    left: 7.8%;
    width: 53%;
  }
}
@media screen and (min-width: 768.02px), print {
  .Step__Images > picture:nth-of-type(3) {
    bottom: 11.6%;
    left: 22.8%;
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  .Step__Images > picture:nth-of-type(3) {
    bottom: 5%;
    left: 21%;
    width: 34%;
  }
}
@media screen and (min-width: 768.02px), print {
  .Step__Images > picture:nth-of-type(4) {
    right: 18%;
    bottom: 9.4%;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .Step__Images > picture:nth-of-type(4) {
    right: 21%;
    bottom: 0;
    width: 34%;
  }
}
.Step__Images > picture img {
  filter: drop-shadow(10px 17px 20px rgba(0, 0, 0, 0.2));
  will-change: filter;
}

.Connect {
  color: #40c3c3;
  background-color: #001e62;
}
@media screen and (min-width: 768.02px), print {
  .Connect {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .Connect {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}

.Connect__Inner {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .Connect__Inner {
    grid-template-columns: 40% minmax(0, 60%);
    column-gap: 28px;
    align-items: center;
  }
}

.Connect__Title {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768.02px), print {
  .Connect__Title {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .Connect__Title {
    font-size: 40px;
    text-align: center;
  }
}

.Connect__Text {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Connect__Text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
@media screen and (max-width: 768px) {
  .Connect__Text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

.Connect__Button {
  display: block;
  width: 180px;
}
@media screen and (min-width: 768.02px), print {
  .Connect__Button {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .Connect__Button {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}

.Connect__Images {
  position: relative;
}
@media screen and (min-width: 768.02px), print {
  .Connect__Images {
    aspect-ratio: 566/432;
    margin-right: auto;
    margin-left: auto;
  }
  @supports not (aspect-ratio: auto) {
    .Connect__Images {
      height: 0;
      padding-top: 76.3250883392%;
    }
  }
}
@media screen and (max-width: 768px) {
  .Connect__Images {
    aspect-ratio: 335/256;
    margin-top: 40px;
  }
  @supports not (aspect-ratio: auto) {
    .Connect__Images {
      height: 0;
      padding-top: 76.4179104478%;
    }
  }
}
.Connect__Images > picture {
  position: absolute;
  width: 53%;
}
.Connect__Images > picture:nth-of-type(1) {
  top: 0;
  left: 20%;
}
.Connect__Images > picture:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.Connect__Images > picture:nth-of-type(3) {
  top: 33%;
  right: 0;
}
.Connect__Images > picture img {
  filter: drop-shadow(10px 17px 20px rgba(0, 0, 0, 0.2));
  will-change: filter;
}

.ProductInfo {
  background-color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .ProductInfo {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ProductInfo {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.ProductInfo__Inner {
  display: grid;
  justify-content: center;
  justify-items: center;
}

.ProductInfo__AppLogo {
  display: block;
}
@media screen and (min-width: 768.02px), print {
  .ProductInfo__AppLogo {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .ProductInfo__AppLogo {
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 768.02px), print {
  .ProductInfo__AppTitle {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .ProductInfo__AppTitle {
    margin-top: 26px;
  }
}
.ProductInfo__AppTitle img {
  width: auto;
  height: 1.6em;
}

.ProductInfo__AppLinks {
  display: grid;
  grid-template-columns: 45.3658536585% 50.7317073171%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768.02px), print {
  .ProductInfo__AppLinks {
    max-width: 410px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ProductInfo__AppLinks {
    margin-top: 22px;
  }
}
.ProductInfo__AppLinks > a {
  transition: transform 0.3s;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) {
  .ProductInfo__AppLinks > a:where(:any-link, :enabled, summary):hover {
    transform: scale3d(1.05, 1.05, 1);
  }
}

.ProductInfo__Notes {
  margin-top: 18px;
  font-size: 11px;
  line-height: 1.6363636364;
  color: #fff;
}
.ProductInfo__Notes > li {
  display: grid;
  grid-auto-flow: column;
  column-gap: 4px;
  justify-content: start;
  opacity: 0.6;
}

.ProductInfo__Link {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 14px;
  align-items: center;
  width: 100%;
  max-width: 384px;
  padding: 21px 48px 18px 22px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  line-height: 1.3;
  color: #685bc7;
  border-radius: 44px;
  box-shadow: inset 0 0 0 60px #c0f2ea;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .ProductInfo__Link:where(:any-link, :enabled, summary):hover {
    color: #c0f2ea;
    box-shadow: inset 0 0 0 2px #c0f2ea;
    transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductInfo__Link {
    margin-top: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ProductInfo__Link {
    margin-top: 26px;
    font-size: 18px;
  }
}
.ProductInfo__Link::after {
  position: absolute;
  top: 52%;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-color: currentColor;
  transform: translate(50%, -50%);
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%23ffd940"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%23ffd940"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768.02px), print {
  .ProductInfo__Link::after {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ProductInfo__Link::after {
    right: 32px;
  }
}
.ProductInfo__Link::before {
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><path d="M40,2.6c20.622,0,37.4,16.778,37.4,37.4s-16.778,37.4-37.4,37.4S2.6,60.622,2.6,40,19.378,2.6,40,2.6M40,0C17.909,0,0,17.909,0,40s17.909,40,40,40,40-17.909,40-40S62.091,0,40,0h0Z" fill="000"/><path d="M37.669,47.798v-2.936c0-.867,.064-1.588,.194-2.166s.323-1.099,.583-1.564c.259-.465,.607-.915,1.044-1.348,.437-.434,.979-.955,1.627-1.564,.517-.481,1.036-.97,1.554-1.468,.518-.497,.987-1.011,1.408-1.541,.42-.529,.769-1.09,1.044-1.685,.275-.593,.413-1.259,.413-1.998s-.138-1.42-.413-2.046c-.275-.625-.64-1.163-1.092-1.612-.454-.449-.996-.802-1.627-1.059-.631-.256-1.304-.385-2.015-.385-1.586,0-2.874,.498-3.86,1.492-.988,.995-1.579,2.294-1.772,3.899l-4.953-.481c.42-2.792,1.594-4.982,3.521-6.57,1.926-1.589,4.313-2.383,7.163-2.383,1.359,0,2.63,.201,3.812,.602,1.181,.402,2.209,.979,3.083,1.733,.874,.754,1.562,1.685,2.063,2.792,.501,1.107,.753,2.367,.753,3.778,0,1.22-.178,2.287-.534,3.201-.356,.915-.858,1.773-1.505,2.575l-2.914,2.984-.486,.433c-.518,.481-.931,.891-1.238,1.228-.308,.337-.551,.69-.728,1.059-.179,.369-.3,.778-.364,1.227-.065,.45-.097,1.011-.097,1.685v2.118h-4.662Zm-.923,6.643c0-.866,.315-1.612,.947-2.238,.631-.625,1.384-.938,2.258-.938s1.626,.313,2.258,.938c.631,.626,.947,1.372,.947,2.238s-.315,1.613-.947,2.238c-.631,.626-1.384,.938-2.258,.938s-1.627-.312-2.258-.938c-.631-.625-.947-1.372-.947-2.238Z" fill="000"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><path d="M40,2.6c20.622,0,37.4,16.778,37.4,37.4s-16.778,37.4-37.4,37.4S2.6,60.622,2.6,40,19.378,2.6,40,2.6M40,0C17.909,0,0,17.909,0,40s17.909,40,40,40,40-17.909,40-40S62.091,0,40,0h0Z" fill="000"/><path d="M37.669,47.798v-2.936c0-.867,.064-1.588,.194-2.166s.323-1.099,.583-1.564c.259-.465,.607-.915,1.044-1.348,.437-.434,.979-.955,1.627-1.564,.517-.481,1.036-.97,1.554-1.468,.518-.497,.987-1.011,1.408-1.541,.42-.529,.769-1.09,1.044-1.685,.275-.593,.413-1.259,.413-1.998s-.138-1.42-.413-2.046c-.275-.625-.64-1.163-1.092-1.612-.454-.449-.996-.802-1.627-1.059-.631-.256-1.304-.385-2.015-.385-1.586,0-2.874,.498-3.86,1.492-.988,.995-1.579,2.294-1.772,3.899l-4.953-.481c.42-2.792,1.594-4.982,3.521-6.57,1.926-1.589,4.313-2.383,7.163-2.383,1.359,0,2.63,.201,3.812,.602,1.181,.402,2.209,.979,3.083,1.733,.874,.754,1.562,1.685,2.063,2.792,.501,1.107,.753,2.367,.753,3.778,0,1.22-.178,2.287-.534,3.201-.356,.915-.858,1.773-1.505,2.575l-2.914,2.984-.486,.433c-.518,.481-.931,.891-1.238,1.228-.308,.337-.551,.69-.728,1.059-.179,.369-.3,.778-.364,1.227-.065,.45-.097,1.011-.097,1.685v2.118h-4.662Zm-.923,6.643c0-.866,.315-1.612,.947-2.238,.631-.625,1.384-.938,2.258-.938s1.626,.313,2.258,.938c.631,.626,.947,1.372,.947,2.238s-.315,1.613-.947,2.238c-.631,.626-1.384,.938-2.258,.938s-1.627-.312-2.258-.938c-.631-.625-.947-1.372-.947-2.238Z" fill="000"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.Support {
  color: #c0f2ea;
}
@media screen and (min-width: 768.02px), print {
  .Support {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .Support {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.Support h1 {
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Support h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .Support h1 {
    font-size: 32px;
  }
}
.Support p {
  font-size: 16px;
  line-height: 1.875;
}

.Loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100050;
  background-color: #685bc7;
}

.Loading__Animation {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  animation: scaleAlpha 1s infinite linear;
}
.Loading__Animation, .Loading__Animation::before, .Loading__Animation::after {
  display: block;
  width: 9px;
  height: 9px;
  background-color: #c0f2ea;
  border-radius: 50%;
  transform-origin: center center;
}
.Loading__Animation::before, .Loading__Animation::after {
  position: absolute;
  content: "";
  opacity: 0.25;
}
.Loading__Animation::before {
  left: 20px;
  animation: scaleAlphaBefore 1s infinite linear;
}
.Loading__Animation::after {
  left: -20px;
  animation: scaleAlphaAfter 1s infinite linear;
}

@keyframes scaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@keyframes scaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.Icon {
  position: relative;
  top: -0.1em;
  width: 1em;
  height: 1em;
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: middle;
}

.Intro {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 20px;
}
[data-whatinput=keyboard] .Intro:focus-within {
  overflow: visible;
}

.tw-inline-block {
  display: inline-block;
}

.tw-w-full {
  width: 100%;
}

@media screen and (min-width: 768.02px), print {
  .pc\:tw-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp\:tw-hidden {
    display: none;
  }
  .sp\:tw-w-full {
    width: 100%;
  }
}

/*----20231023追記----*/

.Discription{
  margin: 100px 0;
  background-color: #c0f2ea;
  padding: 60px 0;
  z-index: 100;
  text-align: center;
}

.Discription-inner{
  margin: 0 auto;
  max-width: 764px;
  max-width: clamp(764px, 53.0555555556vw, 916.8px);
  padding: 0;
color: #685bc7;  
}

  .Discription-inner h1 {
    font-size: 45px;
    font-weight: 700;
  }

  .Discription-inner p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }

  .br_sp{
    display: none;
  }

@media screen and (max-width: 768px) {

  .Discription{
    margin: 20px 0;
    padding: 40px 0;
  }

  .Discription-inner{
    padding: 0 20px;
  }

  .Discription-inner h1 {
    font-size: 6vw;
    white-space: nowrap;
  }

  .Discription-inner p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .br_sp{
    display: block;
  }
}

.banner {
  display: none;
  position: fixed;
  margin: 15px 0;
  z-index: 4998;
  bottom: 35%;
  right: 0;
}
.banner a {
  text-decoration: none;
}

.banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}

.banner-body {
  width: 200px;
  background: #5447b3;
  font-weight: bold;
  text-align: center;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  padding: 10px;
display: flex;
flex-direction: column;
}

.banner-inner{
  display: flex;
  flex-direction: column;
}

.banner-top{
  width: 100%;
  padding: 5px 40px;
}

.banner-side{width: 100%;}

.banner-logo{
  width: 100%;
  padding: 5px 40px;
  margin-bottom: 10px;
}

.banner-apple{
  width: 100%;
  margin: 5px auto;
}

.banner-google{
  width: 100%;
  margin: 5px auto;
}

.banner-apple img{
  transition-duration: .3s;
}
.banner-google img{
  transition-duration: .3s;
}
.banner-apple img:hover{
  transform: scale(105%);
}
.banner-google img:hover{
  transform: scale(105%);
  transition-duration: .3s;
}


.banner-close {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 5000;
  padding: 0;
  border: none;
  cursor: pointer;
  filter:drop-shadow(0 0 7px rgb(0 0 0 / 40%));
  -webkit-filter:drop-shadow(0 0 7px rgb(0 0 0 / 40%));
}

button.banner-close{
  font-size: 0!important;
}

@media screen and (max-width: 668px) {
  .banner {
    bottom: 0;
      width: 100%;
      margin: 0px;
  }
  .banner-icon {
      font-size: 28px;
  }
  .banner-body {
      width: 100%;
      border-radius: 0px;
      padding: 10px 20px;
      flex-direction: row;
      justify-content: center;
  align-items: center;

  }

  .banner-inner{
    display: flex;
    flex-direction: row;
    padding: 0 45px 0 0;
  }


  .banner-top{
    width: 30%;
    padding: 0 0 0 30px;
  }

  .banner-top img{
    width: 60%;
  }

  .banner-side{width: 70%;}
  
  .banner-logo{
    width: 35%;
    padding: 0;
  }
  
  .banner-apple{
width: 48%;
    margin: 0 7px 0 0;
  }

  .zhs_app{width: 42%!important;}

  .ko_app{width: 50%!important;}


  .banner-google{
    width: 52%;
    margin: 0;
  }


  .banner-back {
      width: 100%;
      margin: 0px;
      border-radius: 0px;
  }


  .banner-close {
      top: 4px;
      left:auto;
      right: 12px;
  }
  .banner-copy-br {
      display: none;
  }
}

.is-negative{
  visibility: hidden;
  opacity: 0;
  transition-duration: .3s;
}

@media screen and (max-width: 668px) and (min-width: 500px)  {

  .banner-body {
    padding: 10px 30px;
}

.el_btn_pageTop{
  right:10px!important;
  bottom:150px!important;
  z-index: 7000!important;
}
}

@media screen and (max-width: 499px) {
  .el_btn_pageTop{
    right:10px!important;
    bottom:100px!important;
    z-index: 7000!important;
  }
  }


  /*    20240305　　*/

  
  .top-logo{
    width: 300px;
    padding-top: 0;
    display: block;
    margin: 20px auto 40px;
  }

  @media only screen and (max-width: 768px) {
    .top-logo{
      padding-top: 5px;
    }
  }

  .pc_show {
    display: block;
}

 .sp_show {
    display: none;
}

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

.about_image{
  display: flex;
  flex-direction: row;
  gap:20px;
  justify-content: center;
  align-items: start;
  padding: 60px;
  margin: 0 auto;
  max-width: 1920px;
}

.about_box{
  width: 33.33%;
}

.about_box img{
  margin: 0 auto;
  width: 80%;
}

.about_box_01{
  margin: 2.8vw 0!important;
}

.about_box h2{
  font-size: clamp(17px, 1.6vw, 18px);
  font-weight: bold;
  color:#685bc7;
  line-height: 1.3em;
  word-break: keep-all;
  height: 100px;
}

h2.lang-ck{
  height: 60px!important;
}

.about_box p{
  text-align: left;
  font-size: clamp(14px, 1.5vw, 16px);
  color:#685bc7;
  line-height: 1.3em;
  padding: 10px 30px;
  font-weight: bold;
}

p.ck-center{
  text-align: center!important;
}

@media only screen and (max-width: 768px) {

  .about_image{
    flex-direction: column;
    gap:50px;
    padding: 30px;
    margin-top: 40px;
  }

  .about_box{
    width: 100%;
  }

  .about_box h2{
    height: auto;
  }

  .about_box img{
    width: 100%;
  }
}


.scan_function_area,
.collection_function_area{
  margin: 80px auto 0;
  max-width: 1920px;
}

.function_title{
  text-align: center;
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: bold;
}

.card_slider_scan{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  padding: 60px;
  margin-top: 0;
}

.card_inner_scan{
  width: 25%;
  padding: 10px;
  text-align: center;
}

.card_inner_scan img{
  width: 70%;
  margin: 30px auto;
  border-radius: 10px;
  filter: drop-shadow(10px 17px 20px rgba(0, 0, 0, 0.2));
}

.card_inner_scan h2{
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: bold;
  color:#685bc7;
  line-height: 1.5em;
  text-align: center;
}

.card_inner_scan p{
  text-align: left;
  font-size: clamp(14px, 1.5vw, 16px);
  color:#685bc7;
  line-height: 1.3em;
  padding: 0 30px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {

  .card_slider_scan{
    padding: 20px 60px;
  }

  .card_inner_scan{
    width: 100%;
    padding: 20px;
  }

  .card_inner_scan img{
    width: 100%;
    margin: 30px auto;
    filter: drop-shadow(7px 10px 7px rgba(0, 0, 0, 0.1));
  }

  .card_inner_scan p{
    padding: 0;
  }
}

.scan_function_area .slick-next:before{
  content: url(../images/scan_arrow_next.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0)!important;
  transform: rotate(0)!important;
  border-top: none!important;
  border-right: none!important;
  opacity: 1!important;
}

.scan_function_area .slick-prev:before{
  content: url(../images/scan_arrow_prev.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0)!important;
  transform: rotate(0)!important;
  border-bottom: none!important;
  border-left: none!important;
  opacity: 1!important;
}

.scan_function_area .slick-dots{
  display: none;
}
@media only screen and (max-width: 768px) {
  .scan_function_area .slick-dots{
    display: none;
    bottom:0!important;
    position: inherit;
  }

  .scan_function_area .slick-dots li.slick-active button:before{
    background: #685bc7;
    opacity: 1;
  }

  .scan_function_area .slick-dots li button:before{
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  }



  .card_slider_collection{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    padding: 60px;
    margin-top: 0;
  }
  
  .card_inner_collection{
    width: 33.33%;
    padding: 20px;
    text-align: center;
  }
  
  .card_inner_collection img{
    width: 75%;
    margin: 30px auto;
    filter: drop-shadow(10px 17px 20px rgba(0, 0, 0, 0.2));
  }

    .card_inner_collection .collection_movie{
    width: 71%;
    margin: 30px auto;
    border-radius: 2.5vw;
    filter: drop-shadow(10px 17px 20px rgba(0, 0, 0, 0.2));
  }
  
  
  .card_inner_collection h2{
    font-size: clamp(17px, 1.6vw, 20px);
    font-weight: bold;
    color:#fed841;
    line-height: 1.5em;
    text-align: center;
  }
  
  .card_inner_collection p{
    text-align: left;
    font-size: clamp(14px, 1.5vw, 16px);
    color:#fed841;
    line-height: 1.5em;
    padding: 0 30px;
    font-weight: bold;
  }
  
  @media only screen and (max-width: 768px) {
  
    .card_slider_collection{
      padding: 20px 60px;
    }
  
    .card_inner_collection{
      width: 100%;
      padding: 20px;
    }
  
    .card_inner_collection img{
      width: 100%;
      margin: 30px auto;
      filter: drop-shadow(7px 10px 7px rgba(0, 0, 0, 0.1));
    }

    .card_inner_collection .collection_movie{
    width: 95%;
    margin: 30px auto;
    border-radius: 9vw;
    filter: drop-shadow(7px 10px 7px rgba(0, 0, 0, 0.1));
  }
  
    .card_inner_collection p{
      padding: 0;
    }
  }
  
  .collection_function_area .slick-next:before{
    content: url(../images/collection_arrow_next.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0)!important;
    transform: rotate(0)!important;
    border-top: none!important;
    border-right: none!important;
    opacity: 1!important;
  }
  
  .collection_function_area .slick-prev:before{
    content: url(../images/collection_arrow_prev.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0)!important;
    transform: rotate(0)!important;
    border-bottom: none!important;
    border-left: none!important;
    opacity: 1!important;
  }
  
  .collection_function_area .slick-dots{
    display: none;
  }
  @media only screen and (max-width: 768px) {
    .collection_function_area .slick-dots{
      display: none;
      bottom:0!important;
      position: inherit;
    }
  
    .collection_function_area .slick-dots li.slick-active button:before{
      background: #fed841;
      opacity: 1;
    }
  
    .collection_function_area .slick-dots li button:before{
      background: #fff;
      opacity: 1;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
    }

    span.logo-title{
      font-size: 15px;
      font-weight: 100;
      line-height: 1.5em!important;
      display: block;
      margin-top: 40px;
    }

    @media only screen and (max-width: 768px) {
      span.logo-title{
        margin-top: 10px;
      }
    }
    


.Information {
  background-color: #685bc7;
}
@media screen and (max-width: 768px) {
  .Information {
    //margin-top: clamp(-55px, -13.3vw, -35px);
  }
  .Information:lang(en), .Information:lang(fr), .Information:lang(de), .Information:lang(pt), .Information:lang(es) {
    //margin-top: clamp(-50px, -9vw, -20px);
  }
}

.Information__Inner {
  position: relative;
  display: grid;
  color: #685bc7;
  background-color: #c0f2ea;
  border-radius: 32px;
}
@media screen and (min-width: 768.02px), print {
  .Information__Inner {
    grid-template-columns: auto 1fr;
    grid-auto-flow: column;
    column-gap: 34px;
    padding: 22px 115px 22px 41px;
  }
}
@media screen and (max-width: 768px) {
  .Information__Inner {
    row-gap: 10px;
    padding: 28px 64px 26px 19px;
  }
}

.Information__Label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}


.Information__List[aria-hidden=true] {
  height: 0;
}
.Information__List > li {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .Information__List > li {
    //grid-template-columns: auto 1fr;
    justify-content: start;
    grid-auto-flow: column;
    column-gap: 18px;
    align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  .Information__List > li {
    row-gap: 4px;
    justify-items: start;
    display: inline-block;
  }
}
.Information__List > li:not(:first-child), .Information__List + .Information__List > li:first-child {
  margin-top: 20px;
}

.Information__Date {
  padding: 4px 12px;
  font-size: 13px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10.5px;
}

.Information__Text {
  line-height: 1.875;
}
@media screen and (min-width: 768.02px), print {
  .Information__Text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Information__Text {
    display: block;
    font-size: 15px;
    margin-top: 9px;
  }
}
.Information__Text[data-text-show=false] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768.02px), print {
  .Information__Text[data-text-show=false] {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 768px) {
  .Information__Text[data-text-show=false] {
    -webkit-line-clamp: 2;
  }
}
.Information__Text a[href] {
  background-image: linear-gradient(to top, #685bc7 0 1px, transparent 1px 100%);
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .Information__Text a[href]:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.Information__New {
    color: #f266bf;
}

@media screen and (min-width: 768.02px),
print {
    .Information__New {
        // margin-right: 16px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .Information__New {
        margin-left: 16px;
        font-size: 14px;
    }
}

.Information__Button {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translateY(50%);
}
@media screen and (min-width: 768.02px), print {
  .Information__Button {
    top: -3px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .Information__Button {
    right: 12px;
    bottom: 32px;
  }
}
.Information__Button::before, .Information__Button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #ffd940;
}
.Information__Button::before {
  transform: translate(-50%, -50%);
}
.Information__Button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Information__Button[aria-expanded=true]::after {
  transform: translate(-50%, -50%);
}

.Information__Button__Circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #685bc7;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
}
@media (hover: hover) {
  :where(:any-link, :enabled, summary):hover .Information__Button__Circle {
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
  }
}



/* 20240603 */

.kv_DLmillion_pc {
	position:absolute;
	font-size: clamp(18px, 1.6vw, 28px);
	text-align:center;
	font-weight:bold;
	color:#685bc7;
	background-color:#c0f2ea;
	padding:1.6em .65em;
	border-radius:5em;
	top:15%;
	right:10%;
	line-height:1.2;
	margin-top:1vw;
}
@media screen and (min-width: 768px) {
	.kv_DLmillion_pc { right:2%;top:9%; }
}
@media screen and (min-width: 1030px) and (max-width: 1299px)  {
	.kv_DLmillion_pc { right:5%;top:9%; }
}
@media screen and (min-width: 1300px) and (max-width: 1649px)  {
	.kv_DLmillion_pc { right:7.5%; }
}
@media screen and (min-width: 1650px) {
	.kv_DLmillion_pc { right:10%; }
}
@media screen and (min-width: 1800px) {
		.kv_DLmillion_pc { right:14.5%;}
}
@media screen and (min-width: 2100px) {
		.kv_DLmillion_pc { right:19%; }
}


@media screen and (min-width: 768px) {
	.kv_DLmillion_sp { display: none; }
}
@media screen and (max-width: 767px) {
	.kv_DLmillion_pc { display:none; }	
	.kv_DLmillion_sp { 
		display: block;
		margin:0em auto ;

		font-size: clamp(15px, 1.3vw, 21px);
		text-align:center;
		font-weight:bold;
		color:#685bc7;
		background-color:#c0f2ea;
	padding:1.6em .65em;
		border-radius:5em;
		max-width:8em;
		line-height:1.2;
		margin-bottom:3em;
	}	
}


.Hero__Title em { font-style:normal!important; }
@media screen and (max-width: 767px) {
	.Hero__Title.kv_DLmillion { font-size:26px; }
	.Hero__Title.kv_DLmillion em { float:right;max-width:63.5%; }
	.kv_DLmillion_sp { float:right;max-width:34.7%; }
}

.kv_DLmillion_pc span:first-of-type,.kv_DLmillion_sp span:first-of-type { font-size:2.6em!important;line-height:.2; }
.kv_DLmillion_pc span:last-of-type,.kv_DLmillion_sp span:last-of-type { font-size:1.5em!important; }


/* 多言語 */
.kv_DLmillion_pc.zhs { padding:1.1em .8em;margin-top:.2vw; }
@media screen and (max-width: 767px) { .kv_DLmillion_sp.zhs { padding:1.1em .8em; }}
.kv_DLmillion_pc.zhs span:first-of-type,.kv_DLmillion_sp.zhs span:first-of-type { font-size:2.4em!important;line-height:1; }
.kv_DLmillion_pc.zhs span:last-of-type,.kv_DLmillion_sp.zhs span:last-of-type { font-size:1.35em!important; }

.kv_DLmillion_pc.zht { padding:1.6em .5em;margin-top:.2vw; }
@media screen and (max-width: 767px) { .kv_DLmillion_sp.zht { padding:1.6em .5em; }}
.kv_DLmillion_pc.zht span:first-of-type,.kv_DLmillion_sp.zht span:first-of-type { font-size:2.2em!important;line-height:1.5; }
.kv_DLmillion_pc.zht span:last-of-type,.kv_DLmillion_sp.zht span:last-of-type { font-size:1.5em!important; }

.kv_DLmillion_pc.ko { padding:1em 1.4em;margin-top:.2vw; }
@media screen and (max-width: 767px) { .kv_DLmillion_sp.ko { padding:1em 1.4em; }}
.kv_DLmillion_pc.ko span:first-of-type,.kv_DLmillion_sp.ko span:first-of-type { font-size:2.6em!important;line-height:1; }
.kv_DLmillion_pc.ko span:last-of-type,.kv_DLmillion_sp.ko span:last-of-type { font-size:1.5em!important; }

.kv_DLmillion_pc.fr { padding:2em 1.1em;margin-top:.2vw;font-size: clamp(16px, 1.3vw, 20px); }
@media screen and (max-width: 767px) { .kv_DLmillion_sp.fr { padding:2em 1.1em;font-size: clamp(12px, 1.1vw, 18px); }}
.kv_DLmillion_pc.fr span:first-of-type,.kv_DLmillion_sp.fr span:first-of-type { font-size:3.2em!important;line-height:1.2; }
.kv_DLmillion_pc.fr span:last-of-type,.kv_DLmillion_sp.fr span:last-of-type { font-size:2em!important; }

.kv_DLmillion_pc.de { padding:1.6em .65em;margin-top:.2vw; }
@media screen and (max-width: 767px) { .kv_DLmillion_sp.de { padding:1.6em .65em; }}
.kv_DLmillion_pc.de span:first-of-type,.kv_DLmillion_sp.de span:first-of-type { font-size:2.6em!important;line-height:.2; }
.kv_DLmillion_pc.de span:last-of-type,.kv_DLmillion_sp.de span:last-of-type { font-size:1.5em!important; }

.kv_DLmillion_pc.es { padding:1.45em .6em;margin-top:.2vw; }
@media screen and (max-width: 767px) { .kv_DLmillion_sp.es { padding:1.45em .6em; }}
.kv_DLmillion_pc.es span:first-of-type,.kv_DLmillion_sp.es span:first-of-type { font-size:2.6em!important;line-height:.6; }
.kv_DLmillion_pc.es span:last-of-type,.kv_DLmillion_sp.es span:last-of-type { font-size:1.5em!important; }

.kv_DLmillion_pc.pt { padding:1.6em .4em;margin-top:.0vw; }
@media screen and (max-width: 767px) { .kv_DLmillion_sp.pt { padding:1.6em .5em; }}
.kv_DLmillion_pc.pt span:first-of-type,.kv_DLmillion_sp.pt span:first-of-type { font-size:2.4em!important;line-height:.2; }
.kv_DLmillion_pc.pt span:last-of-type,.kv_DLmillion_sp.pt span:last-of-type { font-size:1.4em!important; }

.kv_DLmillion_pc.it { padding:1.5em .5em;margin-top:.0vw; }
@media screen and (max-width: 767px) { .kv_DLmillion_sp.it { padding:1.5em .5em; }}
.kv_DLmillion_pc.it span:first-of-type,.kv_DLmillion_sp.it span:first-of-type { font-size:2.4em!important;line-height:.2; }
.kv_DLmillion_pc.it span:last-of-type,.kv_DLmillion_sp.it span:last-of-type { font-size:1.4em!important; }



.new-function{
  margin: -80px auto 50px;
  padding: 80px 30px 30px;
  text-align: center;
}

.new-function-inner{
  margin: 0 auto 50px;
  max-width: 916px;
  padding: 0;
color: #fed841;  
}

  .new-function-inner h2 {
    font-size: clamp(30px, 4.5vw, 45px);
    font-weight: 700;
    line-height: 55px;
  }

  .new-function-inner p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }


.function-flexbox{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap:20px;
  margin: 50px 0;
}


.func-box-left{
  width: 55%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3vw 6vw;
}

.func-box-right{
  text-align: center;
  display: table;
  width: 60%;
}

.box-right-inner{
  display: table-cell;
  vertical-align: middle;
background-image: url(../images/new_function_bg.svg);
background-size:contain;
background-repeat:  no-repeat;
background-position: center;
filter: drop-shadow(10px 17px 20px rgba(0, 0, 0, 0.2));
padding: 30px 0 0;
}

.box-right-inner h2{
  color: #685bc7;
  font-size: clamp(12px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 5px;
  margin-top: 5px;
}

.box-right-inner p{
  margin-top: 10px;
  color: #685bc7;
  font-weight: 700;
}

.inner-text-en{
  padding: 0 14%;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height:clamp(16px, 1.5vw, 20px);
}

.inner-text-zh{
  padding: 0 14%;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height:clamp(16px, 1.5vw, 20px);
}

.inner-text-ko{
  padding: 0 14%;
  font-size: clamp(10px, 1.1vw, 16px);
  line-height:clamp(16px, 1.5vw, 20px);
}

.inner-text-long{
  padding: 0 14%;
  font-size: clamp(10px, 1.1vw, 16px);
  line-height:clamp(11px, 1.3vw, 18px);
}


.right-box-image{
  padding:0 50px;
  position: relative;
}

.right-box-image img{
  width: 77%;
}

@media screen and (max-width: 1024px) {
  .right-box-image img{
    width: 90%;
  }

  .box-right-inner p{
    margin-bottom: 10px;
  }
}


.new-func-mov{
  width: 100%;
  max-width: 350px;
  border-top-left-radius: 9%;
  border-top-right-radius: 9%;
  filter: drop-shadow(10px 17px 20px rgba(0, 0, 0, 0.2));
}

.box-right-inner .right-box-image p{
  position: absolute;
  color: #685bc7;
  font-weight: 700;
  padding: .5vw 1.5vw;
  border: #685bc7 solid 3px;
  border-radius: 30px;
  background-color: #fff;
}

.comment-en{
  font-size: clamp(14px, 1.6vw, 18px);
  top:-15%;
  right: -40px;
}

.comment-zh{
  font-size: clamp(14px, 1.6vw, 18px);
  top:-10%;
  right: -40px;
}

.comment-ko{
  font-size: clamp(14px, 1.6vw, 18px);
  top:-15%;
  right: -15px;
  line-height: 1.2em;
}

.comment-long{
  font-size: clamp(13px, 1.6vw, 16px);
  top:-20%;
  right: -45px;
}



@media screen and (min-width: 1500px) {
  .box-right-inner{
  padding:0 1vw;
  }
}


@media screen and (max-width: 768px) {

  .new-function{
    margin: 30px auto 50px;
    padding: 0;
  }

  .new-function-inner{
    padding: 0;
  }

  .new-function-inner h2 {
    font-size: clamp(22px, 3vw, 26px);
    line-height: 1.5em;
  }

  .new-function-inner p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .new-func-mov{
    width: 70%;
  }

  .function-flexbox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:60px;
    margin: 50px 0;
  }

  .func-box-left{
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .func-box-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .box-right-inner{
  padding: 50px 40px 10px;
  }

  .box-right-inner h2{
    font-size: clamp(13px, 2.5vw, 20px);
  }

  .box-right-inner p{
    margin-top: 5px;
  }

  .inner-text-en{
    padding: 0 5px;
    font-size: clamp(12px, 1.2vw, 16px);
    line-height:1.2em;
  }

  .inner-text-zh{
    padding: 0 5px;
    font-size: clamp(12px, 1.2vw, 16px);
    line-height:1.2em;
  }

  .inner-text-ko{
    padding: 0 5px;
    font-size: clamp(12px, 1.2vw, 16px);
    line-height:1.2em;
  }

  .inner-text-long{
    padding: 0 5px;
    font-size: clamp(12px, 2vw, 16px);
    line-height:1.2em;
  }

  .right-box-image{
    padding:0;
  }

  .right-box-image img{
    width: 80%;
  }

  .box-right-inner .right-box-image p{
    padding: 1vw 2vw;
  }

  .comment-en{
    font-size: 15px;
    top:-30px;
    right: -40px;
  }

  .comment-zh{
    font-size: 15px;
    top:-22px;
    right: -40px;
  }

  .comment-ko{
    font-size: 15px;
    top:-30px;
    right: -20px;
  }

  .comment-long{
    font-size: 14px;
    top:-40px;
    right: -50px;
  }

}

@media screen and (max-width: 549px) {

  .box-right-inner p{
    margin-top: 5px;
  }

  .inner-text-en{
    padding: 0;
    font-size: clamp(11px, 1.5vw, 16px);
    line-height:3.5vw;
  }

  .inner-text-zh{
    padding: 0;
    font-size: clamp(11px, 1.5vw, 16px);
    line-height:3.5vw;
  }

  .inner-text-ko{
    padding: 0;
    font-size: clamp(10px, 1.5vw, 16px);
    line-height:3.5vw;
  }

  .inner-text-long{
    padding: 0;
    font-size: clamp(10px, 2.2vw, 16px);
    line-height:3vw;
  }
}

@media screen and (max-width: 440px) {
  .box-right-inner .right-box-image p{
    padding: 1vw 1.5vw;
  }

  .comment-en{
    font-size: 13px;
    top:-35px;
    right: -45px;
  }

  .comment-zh{
    font-size: 13px;
    top:-20px;
    right: -45px;
  }
  .comment-ko{
    font-size: 13px;
    top:-35px;
    right: -30px;
  }

  .comment-long{
    font-size: 12px;
    top:-35px;
    right: -45px;
  }

}

.Step_New{
  display: inline-block;
  padding: 0 15px;
  color: #f266bf;
  background-color: #ffd940;
  border-radius: 5px;
}

.Step__Text.Step_New_Text{
  margin-top: 5px;
}


.top-marquee {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9999;


  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.top-marquee.show {
  opacity: 1;
  transform: translateY(0);
}

.marquee-inner {
  text-align: center;
    background: #ffd940;
  color: #262626;
  padding: 10px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
