@charset "UTF-8";
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;
}

main {
  font-family: "Roboto", "Noto Sans", sans-serif;
  background-color: #40c3c3;
  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 {
  font-family: "Roboto", "Noto Sans SC", sans-serif;
}
main:lang(zh-cmn-Hant) {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}
main:lang(ko) {
  font-family: "Roboto", "Noto Sans KR", 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);
}
main [data-hover] {
  position: relative;
}
main [data-hover-after],
main [data-hover-before] {
  position: absolute;
  top: 0;
  left: 0;
}
main [data-hover-after] {
  visibility: hidden;
  opacity: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 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;
}

.Button {
  position: relative;
  display: block;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 9999px;
}
.Button.Button--plus {
  padding: 17px 49px;
  color: #ffd940 !important;
  box-shadow: inset 0 0 0 35px #685bc7 !important;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--plus:hover {
    color: #685bc7;
    box-shadow: inset 0 0 0 2px #685bc7;
    transform: scale3d(1.1, 1.1, 1);
  }
}
.Button.Button--plus::before, .Button.Button--plus::after {
  position: absolute;
  top: 50%;
  right: 12px;
  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: 38px;
  color: #ffd940;
  background-color: #40c3c3;
}
.Button.Button--close::before, .Button.Button--close::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  content: "";
  border-top: 1px solid #ffd940;
}
.Button.Button--close::before {
  transform: translateX(-50%) rotate(45deg);
}
.Button.Button--close::after {
  transform: translateX(-50%) rotate(-45deg);
}
.Button.Button--transparent {
  color: #685bc7;
  box-shadow: inset 0 0 0 2px #685bc7;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--transparent:where(:any-link, :enabled, summary):hover {
    color: #ffd940;
    box-shadow: inset 0 0 0 35px #685bc7;
    transform: scale3d(1.1, 1.1, 1);
  }
}
.Button.Button--red {
  color: #262626;
  box-shadow: inset 0 0 0 35px #ff4d33;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--red:where(:any-link, :enabled, summary):hover {
    color: #ff4d33;
    box-shadow: inset 0 0 0 2px #ff4d33;
    transform: scale3d(1.1, 1.1, 1);
  }
}
.Button.Button--downArrow {
  padding: 17.5px 30px 17.5px 18px;
  color: #ffd940;
  box-shadow: inset 0 0 0 35px #685bc7;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Button.Button--downArrow: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--downArrow::after {
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 12px;
  height: 15px;
  content: "";
  background-color: currentColor;
  transform: translateY(-50%);
  -webkit-mask-image: url("/assets/dist/pal/css/icon_arrow_down.svg");
          mask-image: url("/assets/dist/pal/css/icon_arrow_down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.Button.Button--triangle {
  padding-right: 40px;
}
.Button.Button--triangle::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 10px;
  height: 7px;
  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%;
}
.HeroSp .Button {
  padding: 10px 26px 10px 16px;
  font-size: 12px;
  font-weight: 400;
  color: #ffd940;
  background-color: #685bc7;
}
.HeroSp .Button::after {
  right: 11px;
}
.Supplies__Button .Button:lang(ja) {
  padding: 17px 36px;
}
.Supplies__Button .Button:lang(de) {
  padding: 10px 12px;
  font-size: 12px;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Button {
    padding: clamp(10px, 1.2vw, 17px) clamp(35px, 3.4vw, 49px);
    font-size: clamp(10px, 0.97vw, 14px);
  }
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Button::before, .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Button::after {
    width: clamp(10px, 0.9vw, 13px);
  }
  .Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Button {
    padding: clamp(10px, 1.2vw, 17px) clamp(35px, 3.4vw, 49px);
    font-size: clamp(10px, 0.97vw, 14px);
  }
  .Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Button::before, .Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Button::after {
    width: clamp(10px, 0.9vw, 13px);
  }
}

.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--wide {
    max-width: 1340px;
    max-width: clamp(1340px, 93.0555555556vw, 1608px);
  }
}
@media screen and (max-width: 768px) {
  .Width {
    width: 90%;
  }
}

.VideoPlayer {
  --aspect-ratio: 0.5625;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(var(--aspect-ratio) * 100%);
  overflow: hidden;
  animation-duration: 0.75s;
  animation-play-state: paused;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.VideoPlayer[data-scroll-video=show] {
  animation-play-state: running;
}
.VideoPlayer > iframe,
.VideoPlayer > video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.VideoPlayer > video {
  -o-object-fit: cover;
     object-fit: cover;
}
.VideoPlayer.VideoPlayer--promotional {
  background-color: #000;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--promotional {
    --aspect-ratio: 0.7089552239;
    animation-name: mask-animation-promotional-pc;
  }
  .VideoPlayer.VideoPlayer--promotional:focus-within .VideoPlayer__Play::before {
    color: #ffd940;
    background-color: transparent;
    transform: scale3d(1.1, 1.1, 1);
  }
  .VideoPlayer.VideoPlayer--promotional:focus-within .VideoPlayer__Play::after {
    background-color: #ffd940;
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--promotional {
    --aspect-ratio: 1.232;
    animation-name: mask-animation-promotional-sp;
  }
}
.VideoPlayer.VideoPlayer--promotional > video {
  opacity: 0.6;
}
.VideoPlayer.VideoPlayer--tutorial {
  background-color: #ffd940;
  animation-name: mask-animation-tutorial;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--tutorial {
    --aspect-ratio: 0.328358209;
  }
  .VideoPlayer.VideoPlayer--tutorial:focus-within .VideoPlayer__Play::before {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--tutorial {
    display: grid;
    height: auto;
    min-height: clamp(280px, 85vw, 340px);
    padding-top: 0;
  }
}

@keyframes mask-animation-promotional-pc {
  0% {
    -webkit-clip-path: ellipse(0% 0% at center 34%);
            clip-path: ellipse(0% 0% at center 34%);
  }
  100% {
    -webkit-clip-path: ellipse(48% 66% at center 34%);
            clip-path: ellipse(48% 66% at center 34%);
  }
}
@keyframes mask-animation-promotional-sp {
  0% {
    -webkit-clip-path: ellipse(0% 0% at center 46.5%);
            clip-path: ellipse(0% 0% at center 46.5%);
  }
  100% {
    -webkit-clip-path: ellipse(75% 53.5% at center 46.5%);
            clip-path: ellipse(75% 53.5% at center 46.5%);
  }
}
@keyframes mask-animation-tutorial {
  0% {
    -webkit-clip-path: inset(0 0 0 100% round 32px);
            clip-path: inset(0 0 0 100% round 32px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 round 32px);
            clip-path: inset(0 0 0 round 32px);
  }
}
.VideoPlayer__Thumbnail {
  position: absolute;
  height: calc(100% + 1px);
}
.VideoPlayer__Thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.VideoPlayer.VideoPlayer--promotional .VideoPlayer__Thumbnail {
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Thumbnail {
  right: 0;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Thumbnail {
    top: 0;
    width: 52.6%;
  }
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Thumbnail img {
    -webkit-clip-path: circle(118.5% at right);
            clip-path: circle(118.5% at right);
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Thumbnail {
    position: relative;
    align-self: flex-end;
    width: calc(100% + 1px);
    height: 100%;
    border-top: 1px solid #ffd940;
  }
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Thumbnail img {
    -webkit-clip-path: ellipse(75% 100% at bottom);
            clip-path: ellipse(75% 100% at bottom);
  }
}

.VideoPlayer__Cover {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.VideoPlayer.VideoPlayer--promotional .VideoPlayer__Cover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__Cover {
    -webkit-clip-path: ellipse(48% 66% at center 34%);
            clip-path: ellipse(48% 66% at center 34%);
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__Cover {
    -webkit-clip-path: ellipse(75% 53.5% at center 46.5%);
            clip-path: ellipse(75% 53.5% at center 46.5%);
  }
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Cover {
    padding-left: clamp(40px, 5vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Cover {
    position: relative;
    display: grid;
    row-gap: clamp(24px, 6.4vw, 40px);
    padding-top: 44px;
  }
}

.VideoPlayer__Cover__Layout {
  position: relative;
  z-index: 1;
  display: grid;
}
.VideoPlayer.VideoPlayer--promotional .VideoPlayer__Cover__Layout {
  justify-items: center;
  height: 100%;
}
.VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Cover__Layout {
  align-items: center;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Cover__Layout {
    row-gap: 40px;
    justify-items: start;
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Cover__Layout {
    grid-auto-flow: column;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.VideoPlayer__Play {
  display: block;
}
.VideoPlayer.VideoPlayer--promotional .VideoPlayer__Play {
  position: absolute;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__Play {
    bottom: clamp(100px, 38.2vw, 700px);
    width: clamp(80px, 9.7vw, 140px);
    height: clamp(80px, 9.7vw, 140px);
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__Play {
    bottom: clamp(100px, 55vw, 420px);
    width: 80px;
    height: 80px;
  }
}
.VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Play {
  position: relative;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Play {
    width: 105px;
    height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Play {
    justify-self: end;
    width: 60px;
    height: 60px;
  }
}
.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);
}
.VideoPlayer.VideoPlayer--promotional .VideoPlayer__Play::before {
  color: #ffd940;
  background-color: #ffd940;
}
.VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Play::before {
  color: #685bc7;
  background-color: #685bc7;
}
@media (hover: hover) {
  :where(:any-link, :enabled, summary):hover .VideoPlayer__Play::before {
    transform: scale3d(1.1, 1.1, 1);
  }
  .VideoPlayer.VideoPlayer--promotional :where(:any-link, :enabled, summary):hover .VideoPlayer__Play::before {
    color: #ffd940;
    background-color: transparent;
  }
  .VideoPlayer.VideoPlayer--promotional :where(:any-link, :enabled, summary):hover .VideoPlayer__Play::after {
    background-color: #ffd940;
  }
}
.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;
}
.VideoPlayer.VideoPlayer--promotional .VideoPlayer__Play::after {
  background-color: #685bc7;
}
.VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Play::after {
  color: #ffd940;
}

.VideoPlayer.VideoPlayer--promotional .VideoPlayer__TextContent {
  position: absolute;
  color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__TextContent {
    top: clamp(200px, 26vw, 420px);
    left: clamp(70px, 14vw, 240px);
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__TextContent {
    top: clamp(200px, 84vw, 600px);
  }
}
.VideoPlayer.VideoPlayer--tutorial .VideoPlayer__TextContent {
  color: #685bc7;
  text-align: left;
}

.VideoPlayer__Title {
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__Title {
    margin-top: clamp(8px, 0.8vw, 12px);
    font-size: clamp(24px, 2.5vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__Title {
    margin-top: 8px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Title {
    margin-top: 12px;
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Title {
    margin-top: 8px;
    font-size: 26px;
  }
}

.VideoPlayer__Text {
  display: block;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__Text {
    font-size: clamp(14px, 1.1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--promotional .VideoPlayer__Text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Text {
    font-size: 15px;
  }
}

.VideoPlayer__CopyText {
  position: absolute;
  font-weight: 700;
  color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer__CopyText {
    bottom: clamp(300px, 44.6vw, 810px);
    left: clamp(70px, 14vw, 240px);
    font-size: clamp(26px, 2.3vw, 34px);
    line-height: 1.4;
    text-align: left;
  }
  .VideoPlayer__CopyText:lang(es) {
    bottom: clamp(380px, 44.6vw, 810px);
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer__CopyText {
    bottom: clamp(220px, 88vw, 600px);
    font-size: 26px;
    line-height: 1.4615384615;
  }
  .VideoPlayer__CopyText:lang(en), .VideoPlayer__CopyText:lang(fr), .VideoPlayer__CopyText:lang(ko), .VideoPlayer__CopyText:lang(de), .VideoPlayer__CopyText:lang(pt) {
    font-size: 22px;
    line-height: 1.3;
  }
}

.LocalNavPc {
  position: sticky;
  top: 110px;
  z-index: 10;
  color: #ffd940;
  background-color: #685bc7;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .LocalNavPc {
    display: none;
  }
}

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

.LocalNavPc__List {
  display: grid;
  grid-auto-flow: column;
  column-gap: 4px;
  align-items: center;
  justify-self: center;
  width: 100%;
  max-width: 860px;
  height: 100%;
}
.LocalNavPc__List li {
  position: relative;
  height: 100%;
}
.LocalNavPc__List a,
.LocalNavPc__List span {
  position: relative;
  display: grid;
  height: 100%;
  padding-right: 3%;
  padding-left: 3%;
  font-size: clamp(12px, 0.972vw, 14px);
  line-height: 1.25;
}
.LocalNavPc__List a {
  place-items: center;
  padding-right: 3%;
  transition: background-color 0.2s;
}
@media (hover: hover) {
  .LocalNavPc__List a:where(:any-link, :enabled, summary):hover {
    background-color: #5b50af;
  }
}

.LocalNavPc__List__HoverMenu {
  position: absolute;
  top: 48px;
  z-index: 1;
  width: 100%;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  /* stylelint-disable-next-line no-descending-specificity */
}
.LocalNavPc__List__HoverMenu:lang(ja) {
  left: -20px;
}
.LocalNavPc__List__HoverMenu a {
  z-index: 0;
  display: block;
  width: 140px;
  min-width: 100%;
  min-height: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 1.25;
  background-color: #685bc7;
  box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.38);
}

.LocalNavPc__List__Hover {
  padding-right: 24px;
}
@media screen and (min-width: 768.02px), print {
  .LocalNavPc__List__Hover {
    position: relative;
  }
}
.LocalNavPc__List__Hover span {
  grid-auto-flow: column;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
}
.LocalNavPc__List__Hover span::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__Hover span:where(:any-link, :enabled, summary):hover::before {
    opacity: 0.05;
  }
}
.LocalNavPc__List__Hover span::after {
  position: absolute;
  top: 50%;
  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%;
  left: 85%;
}
.LocalNavPc__List__Hover span:lang(pt)::after, .LocalNavPc__List__Hover span:lang(es)::after, .LocalNavPc__List__Hover span:lang(de)::after {
  left: 95%;
}
.LocalNavPc__List__Hover:hover, .LocalNavPc__List__Hover:focus-within {
  background-color: #5b50af;
}
.LocalNavPc__List__Hover:hover span::after, .LocalNavPc__List__Hover:focus-within span::after {
  transform: translateY(-50%) rotate(180deg);
}

.LocalNavPc__List__Hover:hover .LocalNavPc__List__HoverMenu,
.LocalNavPc__List__Hover:focus-within .LocalNavPc__List__HoverMenu {
  visibility: visible;
  opacity: 1;
}

.LocalNavPc__Language {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 100%;
  padding: 15px 40px 15px 24px;
  font-size: clamp(12px, 0.972vw, 14px);
  font-weight: 700;
  transition: background-color 0.2s;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .LocalNavPc__Language:where(:any-link, :enabled, summary):hover {
    background-color: #5b50af;
  }
}
.LocalNavPc__Language::after {
  position: absolute;
  top: 50%;
  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%;
  right: 18px;
}

.LocalNavSp {
  position: relative;
  z-index: 10010;
}
@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: #685bc7;
}
.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: #ffd940;
}
.LocalNavSp__Modal:not(.is-open) {
  display: none;
}

.LocalNavSp__Dialog {
  width: 100%;
  height: 100%;
  padding-top: 66px;
  padding-bottom: 50px;
  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__Inner {
  width: calc(100% - 76px);
  margin-right: auto;
  margin-left: auto;
}

.LocalNavSp__TopLinks {
  display: grid;
  row-gap: 50px;
}
.LocalNavSp__TopLinks > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #ffd940;
}
.LocalNavSp__TopLinks > li > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 22px;
  height: 18px;
  content: "";
  background-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>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.LocalNavSp__TopLinks > li > a > span {
  display: inline-block;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 8px;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #685bc7;
  text-align: center;
  background-color: #40c3c3;
  transform: translateY(-1px);
}

.LocalNavSp__OtherLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  margin-top: 50px;
}
.LocalNavSp__OtherLinks li:nth-of-type(2n + 1):last-of-type {
  grid-column: 1/3;
}
.LocalNavSp__OtherLinks:lang(ja) {
  font-size: 14px;
  line-height: 1.3;
}
.LocalNavSp__OtherLinks a {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.LocalNavSp__LanguageWrapper {
  display: grid;
  justify-content: end;
}

.LocalNavSp__Language {
  position: relative;
  padding-right: 12px;
  margin-top: 38px;
  font-size: 14px;
  font-weight: 700;
}
.LocalNavSp__Language::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 6px;
  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>');
}

.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: 10020;
  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 .ModalSimple__Background {
  opacity: 1;
}

.ModalSimple__Dialog {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  max-height: 100%;
  color: #001e62;
}
.ModalSimple.ModalSimple--video .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;
}

.Attachment {
  position: relative;
  background-color: #40c3c3;
}
@media screen and (min-width: 768.02px), print {
  .Attachment {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .Attachment {
    padding-top: 48px;
  }
}

.Attachment__Heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  color: #685bc7;
  background-color: #40c3c3;
  transform: translateY(calc(-100% + 2px));
}
@media screen and (min-width: 768.02px), print {
  .Attachment__Heading {
    padding: 28px 64px 28px 39px;
    border-top-right-radius: 52px;
  }
}
@media screen and (max-width: 768px) {
  .Attachment__Heading {
    padding: 11px 31px 11px 20px;
    border-top-right-radius: 32px;
  }
}

.Attachment__Heading__Title {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Attachment__Heading__Title {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .Attachment__Heading__Title {
    font-size: clamp(32px, 10.6vw, 40px);
  }
  .Attachment__Heading__Title img {
    width: 20px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Attachment__Heading__Title span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Attachment__Heading__Title span {
    margin-left: 10px;
  }
  .AttachmentMain {
    overflow: hidden;
  }
}
.AttachmentMain > .Width {
  width: 100%;
}

.AttachmentMain__Title {
  font-weight: 700;
  color: #685bc7;
  text-wrap: balance;
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Title {
    margin-left: 41px;
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Title {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 1.4615384615;
    text-align: center;
  }
}

.AttachmentMain__Features {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Features {
    grid-template-columns: 36% 18% 40.7%;
    grid-auto-flow: column;
    column-gap: 28px;
    padding-right: clamp(10px, 4.8vw, 70px);
    margin-top: 30px;
  }
  .AttachmentMain__Features:lang(en) {
    margin-top: 50px;
  }
  .AttachmentMain__Features:lang(pt), .AttachmentMain__Features:lang(es) {
    margin-top: 70px;
  }
  .AttachmentMain__Features:lang(zh-cmn-Hant), .AttachmentMain__Features, .AttachmentMain__Features:lang(ko), .AttachmentMain__Features:lang(fr), .AttachmentMain__Features:lang(de) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Features {
    margin-top: 60px;
  }
}

.AttachmentMain__Feature {
  position: relative;
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Feature.AttachmentMain__Feature--angleAdjustment {
    align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Feature.AttachmentMain__Feature--angleAdjustment {
    order: 2;
    width: 80%;
    margin-top: clamp(-170px, -20vw, -20px);
    margin-left: -96px;
  }
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Feature.AttachmentMain__Feature--finder {
    align-self: flex-start;
    margin-top: -30px;
    margin-left: -28px;
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Feature.AttachmentMain__Feature--finder {
    order: 1;
    width: 60%;
    margin-right: -28px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Feature.AttachmentMain__Feature--fallPrevention {
    align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Feature.AttachmentMain__Feature--fallPrevention {
    order: 0;
    width: 74.7%;
    margin-right: auto;
    margin-left: auto;
  }
}
.AttachmentMain__Feature img {
  position: relative;
  z-index: 1;
}

.AttachmentMain__Feature__Balloon {
  position: absolute;
  display: inline-block;
  font-weight: 700;
  color: #ffd940;
  text-align: center;
  background-color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Feature__Balloon {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.5;
    border-radius: 35px;
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Feature__Balloon {
    display: grid;
    align-items: center;
    padding: 4px clamp(16px, 8vw, 30px);
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .AttachmentMain__Feature__Balloon:lang(en), .AttachmentMain__Feature__Balloon:lang(ko), .AttachmentMain__Feature__Balloon:lang(fr), .AttachmentMain__Feature__Balloon:lang(de), .AttachmentMain__Feature__Balloon:lang(zh-cmn-Hant), .AttachmentMain__Feature__Balloon {
    padding: 24px clamp(16px, 8vw, 30px);
  }
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon {
    top: 50%;
    right: clamp(-206px, -14.3vw, -180px);
    padding-right: 31px;
    padding-left: 36px;
    transform: translateY(-50%);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(en) {
    right: clamp(-260px, -17vw, -210px);
    padding-right: 10px;
    padding-left: 14px;
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(es) {
    right: clamp(-300px, -18vw, -210px);
    padding-right: 10px;
    padding-left: 14px;
    font-size: clamp(10px, 0.9vw, 16px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(zh-cmn-Hant) {
    right: clamp(-206px, -14.3vw, -200px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(ko) {
    right: clamp(-250px, -17vw, -220px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(fr) {
    right: clamp(-300px, -19vw, -210px);
    padding-right: 14px;
    padding-left: 18px;
    font-size: clamp(10px, 0.9vw, 16px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(pt) {
    right: clamp(-300px, -17vw, -210px);
    padding-right: 14px;
    padding-left: 18px;
    font-size: clamp(10px, 0.9vw, 16px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(de) {
    right: clamp(-350px, -19vw, -230px);
    padding-right: 10px;
    padding-left: 14px;
    font-size: clamp(10px, 0.8vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon {
    right: -145px;
    bottom: clamp(60px, 29vw, 300px);
    min-height: 112px;
    border-radius: 52px;
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(en) {
    right: clamp(-190px, -37vw, -160px);
    font-size: clamp(11px, 2.9vw, 14px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon {
    right: clamp(-190px, -37vw, -160px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(zh-cmn-Hant) {
    right: clamp(-190px, -37vw, -160px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(ko) {
    right: clamp(-190px, -37vw, -160px);
    font-size: clamp(11px, 3.2vw, 14px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(fr) {
    right: clamp(-190px, -37vw, -160px);
    font-size: clamp(9px, 2.5vw, 13px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(pt) {
    right: clamp(-190px, -37vw, -160px);
    padding: 24px clamp(16px, 4vw, 30px);
    font-size: clamp(9px, 2.5vw, 14px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(de) {
    right: clamp(-190px, -37vw, -160px);
    font-size: clamp(9px, 2.5vw, 13px);
  }
  .AttachmentMain__Feature--angleAdjustment .AttachmentMain__Feature__Balloon:lang(es) {
    right: clamp(-190px, -37vw, -160px);
    padding: 24px clamp(16px, 4vw, 30px);
    font-size: clamp(9px, 2.5vw, 13px);
  }
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon {
    top: 4vw;
    left: clamp(-226px, -15.7vw, -200px);
    padding-right: 25px;
    padding-left: 23px;
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(en) {
    left: clamp(-300px, -25vw, -260px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(pt) {
    left: clamp(-280px, -19vw, -240px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(es) {
    left: clamp(-226px, -15.7vw, -210px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon {
    left: clamp(-180px, -12vw, -170px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(ko) {
    left: clamp(-180px, -13vw, -170px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(fr) {
    font-size: clamp(12px, 1.1vw, 16px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(de) {
    left: clamp(-260px, -17vw, -210px);
    font-size: clamp(12px, 1.1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon {
    top: clamp(20px, 10vw, 80px);
    left: clamp(-210px, 41.6vw, -156px);
    min-height: 112px;
    border-radius: 52px;
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(zh-cmn-Hant) {
    left: clamp(-150px, 45vw, -110px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(pt) {
    left: clamp(-250px, 40vw, -170px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(fr) {
    left: clamp(-250px, 40vw, -170px);
    font-size: clamp(9px, 2.5vw, 13px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(es) {
    left: clamp(-250px, 40vw, -165px);
    font-size: clamp(9px, 2.5vw, 13px);
  }
  .AttachmentMain__Feature--finder .AttachmentMain__Feature__Balloon:lang(de) {
    left: clamp(-190px, 40vw, -165px);
    font-size: clamp(9px, 2.5vw, 13px);
  }
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Feature--fallPrevention .AttachmentMain__Feature__Balloon {
    right: 0;
    bottom: clamp(20px, 5.1vw, 120px);
    padding-right: clamp(30px, 3.2vw, 47px);
    padding-left: clamp(30px, 3vw, 43px);
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Feature--fallPrevention .AttachmentMain__Feature__Balloon {
    right: clamp(-20px, 5.3vw, -80px);
    bottom: clamp(10px, 8vw, 100px);
    min-height: 76px;
    border-radius: 38px;
  }
  .AttachmentMain__Feature--fallPrevention .AttachmentMain__Feature__Balloon:lang(en) {
    right: clamp(20px, 5.3vw, -80px);
  }
  .AttachmentMain__Feature--fallPrevention .AttachmentMain__Feature__Balloon:lang(ko) {
    right: clamp(-10px, 5.3vw, -80px);
  }
}
.AttachmentMain__Feature__Balloon:lang(en), .AttachmentMain__Feature__Balloon:lang(es), .AttachmentMain__Feature__Balloon:lang(de), .AttachmentMain__Feature__Balloon:lang(pt), .AttachmentMain__Feature__Balloon:lang(fr) {
  line-height: 1.375;
}

.AttachmentMain__Feature__Circle {
  position: absolute;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 4px;
  font-weight: 700;
  line-height: 1.1;
  color: #685bc7;
  text-align: center;
  background-color: #ffd940;
  border-radius: 50%;
}
@media screen and (min-width: 768.02px), print {
  .AttachmentMain__Feature__Circle {
    top: clamp(-75px, -5.2vw, -60px);
    right: clamp(60px, 7.8vw, 160px);
    width: clamp(110px, 11vw, 134px);
    height: clamp(110px, 11vw, 134px);
    font-size: 18px;
  }
  .AttachmentMain__Feature__Circle:lang(en), .AttachmentMain__Feature__Circle:lang(fr), .AttachmentMain__Feature__Circle:lang(pt), .AttachmentMain__Feature__Circle:lang(es) {
    font-size: 14px;
  }
  .AttachmentMain__Feature__Circle:lang(de) {
    font-size: 12px;
  }
  .AttachmentMain__Feature__Circle, .AttachmentMain__Feature__Circle:lang(zh-cmn-Hant), .AttachmentMain__Feature__Circle:lang(ko) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .AttachmentMain__Feature__Circle {
    top: -24px;
    left: clamp(110px, 42.6vw, 280px);
    width: clamp(90px, 29.3vw, 110px);
    height: clamp(90px, 29.3vw, 110px);
    font-size: 16px;
  }
  .AttachmentMain__Feature__Circle:lang(en), .AttachmentMain__Feature__Circle:lang(fr), .AttachmentMain__Feature__Circle:lang(pt), .AttachmentMain__Feature__Circle:lang(de), .AttachmentMain__Feature__Circle:lang(es) {
    left: clamp(110px, 42.6vw, 300px);
    padding: 4px;
    font-size: 14px;
  }
  .AttachmentMain__Feature__Circle:lang(ko) {
    left: clamp(110px, 42.6vw, 300px);
  }
  .AttachmentMain__Feature__Circle:lang(fr), .AttachmentMain__Feature__Circle:lang(de) {
    font-size: 13px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Supplies {
    display: grid;
    grid-template-columns: 62.6% 35%;
    grid-auto-flow: column;
    column-gap: 2.4%;
    margin-top: 82px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies {
    margin-top: 40px;
  }
}

.Supplies__Item {
  background-color: #ffd940;
  border-radius: 32px;
}
@media screen and (min-width: 768.02px), print {
  .Supplies__Item {
    justify-content: space-between;
    padding: 46px 32px 33px 30px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__Item {
    padding: 36px 20px 28px 20px;
  }
  .Supplies__Item.Supplies__Item--film {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Supplies__Head {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    align-items: center;
    justify-content: space-between;
  }
}

.Supplies__Title {
  font-weight: 700;
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Supplies__Title {
    font-size: 42px;
  }
  .Supplies__Title {
    font-size: clamp(32px, 2.5vw, 42px);
  }
  .Supplies__Title:lang(es) {
    font-size: clamp(26px, 2.5vw, 42px);
  }
  .Supplies__Title:lang(de) {
    font-size: clamp(22px, 2.2vw, 42px);
  }
  .Supplies__Title:lang(fr), .Supplies__Title:lang(pt) {
    font-size: clamp(26px, 2.9vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .Supplies__Title {
    font-size: 36px;
    text-align: center;
  }
}
.Supplies__Item.Supplies__Item--siliconCase .Supplies__Title > span {
  font-weight: 400;
}
@media screen and (min-width: 768.02px), print {
  .Supplies__Item.Supplies__Item--siliconCase .Supplies__Title > span {
    margin-left: 16px;
    font-size: 13px;
    white-space: nowrap;
    vertical-align: middle;
  }
  .Supplies__Item.Supplies__Item--siliconCase .Supplies__Title > span:lang(de) {
    font-size: clamp(10px, 1.6vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .Supplies__Item.Supplies__Item--siliconCase .Supplies__Title > span {
    display: block;
    margin-top: 14px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Supplies__Button:lang(fr), .Supplies__Button:lang(pt), .Supplies__Button:lang(es) {
    align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__Button {
    width: 115px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  .Supplies__Button:lang(fr) {
    width: 150px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Supplies__SiliconCaseImages {
    display: grid;
    grid-template-columns: 1fr 48%;
    grid-auto-flow: column;
    column-gap: 5%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__SiliconCaseImages {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Supplies__SiliconCaseSample {
    padding-left: 13%;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__SiliconCaseSample {
    display: grid;
    grid-template-columns: 1fr 55%;
    grid-auto-flow: column;
  }
}

@media screen and (min-width: 768.02px), print {
  .Supplies__SiliconCaseSample__Image {
    align-self: center;
  }
  .Supplies__SiliconCaseSample__Image.Supplies__SiliconCaseSample__Image--side {
    width: 80%;
  }
  .Supplies__SiliconCaseSample__Image.Supplies__SiliconCaseSample__Image--front {
    width: 99%;
  }
}

@media screen and (max-width: 768px) {
  .Supplies__SiliconCaseImage {
    margin-top: 24px;
  }
}
.Supplies__SiliconCaseImage img {
  border-radius: 16px;
}

@media screen and (min-width: 768.02px), print {
  .Supplies__FilmImages {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__FilmImages {
    margin-top: 28px;
  }
}

.Supplies__FilmImages__Example {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}
@media screen and (min-width: 768.02px), print {
  .Supplies__FilmImages__Example {
    grid-template-columns: 43.6% 1fr;
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__FilmImages__Example {
    grid-template-columns: 50%;
    column-gap: 20px;
  }
}

.Supplies__FilmImages__Text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #685bc7;
}

@media screen and (min-width: 768.02px), print {
  .Supplies__FilmImages__Photo {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__FilmImages__Photo {
    margin-top: 25px;
  }
}

.Attachment__Links {
  font-size: 20px;
  line-height: 1.3;
  color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .Attachment__Links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    row-gap: 24px;
    column-gap: 2.5%;
    margin-top: 48px;
  }
  .Attachment__Links:lang(de) {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .Attachment__Links {
    display: grid;
    gap: 16px;
    margin-top: 40px;
  }
  .Attachment__Links:lang(de) {
    font-size: 14px;
  }
}
.Attachment__Links > li > a {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  font-weight: 700;
  background-color: #685bc7;
  border-radius: 55.5px;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768.02px), print {
  .Attachment__Links > li > a {
    column-gap: 20px;
    padding: 33px 56px 30px 31px;
  }
}
@media screen and (max-width: 768px) {
  .Attachment__Links > li > a {
    column-gap: 14px;
    padding: 21px 48px 18px 22px;
  }
}
@media (hover: hover) {
  .Attachment__Links > li > a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.Attachment__Links > li > a::after {
  position: absolute;
  top: 52%;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-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>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768.02px), print {
  .Attachment__Links > li > a::after {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .Attachment__Links > li > a::after {
    right: 32px;
  }
}
.Attachment__Links > li > a img {
  width: 100%;
  height: auto;
}

.AppInfo {
  display: grid;
  justify-items: center;
}
@media screen and (min-width: 768.02px), print {
  .AppInfo {
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .AppInfo {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 768.02px), print {
  .AppInfo__Icon {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .AppInfo__Icon {
    width: 100px;
  }
}

.AppInfo__Title {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768.02px), print {
  .AppInfo__Title {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .AppInfo__Title {
    margin-top: 24px;
    font-size: 20px;
  }
}

.AppInfo__Links {
  display: grid;
  grid-auto-flow: column;
  margin-top: 28px;
}
@media screen and (min-width: 768.02px), print {
  .AppInfo__Links {
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .AppInfo__Links {
    column-gap: 16px;
  }
}
.AppInfo__Links img {
  width: auto;
  min-height: 40px;
}
@media screen and (min-width: 768.02px), print {
  .AppInfo__Links img {
    height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .AppInfo__Links img {
    height: 50px;
  }
}

.AppInfo__Notes {
  justify-self: start;
  font-size: 11px;
  line-height: 1.6363636364;
  color: #fff;
}
@media screen and (min-width: 768.02px), print {
  .AppInfo__Notes {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .AppInfo__Notes {
    margin-top: 49px;
  }
}
.AppInfo__Notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.AppInfo__Notes li:not(:lang(ja)) {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.AppHeading {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-weight: 700;
  color: #c0f2ea;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .AppHeading {
    height: 400px;
    font-size: 44px;
    line-height: 1.2727272727;
  }
}
@media screen and (max-width: 768px) {
  .AppHeading {
    height: 310px;
    font-size: 32px;
    line-height: 1.375;
  }
}
.AppHeading h2 {
  position: absolute;
  /* width: 10em; */
}

.AppHeading__Image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.AppHeading__Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Print {
  position: relative;
  background-color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Print {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .Print {
    padding-top: 48px;
    padding-bottom: 78px;
  }
}

.Print__Heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  color: #ffd940;
  background-color: #685bc7;
  transform: translateY(calc(-100% + 2px));
}
@media screen and (min-width: 768.02px), print {
  .Print__Heading {
    padding: 28px 64px 28px 39px;
    border-top-right-radius: 52px;
  }
}
@media screen and (max-width: 768px) {
  .Print__Heading {
    padding: 11px 31px 11px 20px;
    border-top-right-radius: 32px;
  }
}

.Print__Heading__Title {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Print__Heading__Title {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .Print__Heading__Title {
    font-size: clamp(32px, 10.6vw, 40px);
  }
  .Print__Heading__Title img {
    width: 20px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Print__Heading__Title span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Print__Heading__Title span {
    margin-left: 10px;
  }
}

.Print__Main {
  display: grid;
  color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .Print__Main {
    grid-template-columns: 48.8% auto;
    grid-auto-flow: column;
    column-gap: 70px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .Print__Main {
    row-gap: 40px;
  }
  .Print__Main__Image {
    justify-self: center;
  }
}

.Print__Main__Title {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Print__Main__Title {
    font-size: 34px;
    line-height: 1.4;
  }
  .Print__Main__Title:not(:lang(ja)) {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .Print__Main__Title {
    font-size: 26px;
    line-height: 1.4615384615;
  }
  .Print__Main__Title:not(:lang(ja)) {
    font-size: 22px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Print__Main__Text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .Print__Main__Text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.Print__Main__Notes {
  justify-self: start;
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.6363636364;
  color: #fff;
}
.Print__Main__Notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.Print__Main__Notes li:not(:lang(ja)) {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.Print__CompatibleModels {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}
@media screen and (min-width: 768.02px), print {
  .Print__CompatibleModels {
    padding: 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels {
    padding: 36px 30px 30px;
    margin-top: 48px;
  }
}

.Print__CompatibleModels__Balloon {
  position: relative;
  display: grid;
  text-wrap: balance;
  background-color: #ffd940;
}
.Print__CompatibleModels__Balloon::before {
  position: absolute;
  top: -12px;
  left: -10px;
  display: block;
  width: 30px;
  height: 26px;
  content: "";
  background-image: url("/assets/dist/pal/css/icon_balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768.02px), print {
  .Print__CompatibleModels__Balloon {
    grid-template-columns: 142px 1fr;
    grid-auto-flow: column;
    column-gap: 26px;
    padding-right: 40px;
    padding-left: 60px;
    margin-top: 36px;
    border-radius: 49px;
  }
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels__Balloon {
    justify-items: center;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 40px;
    text-align: center;
    border-radius: 52px;
  }
}

.Print__CompatibleModels__Balloon__Text {
  font-weight: 700;
  line-height: 1.5714285714;
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Print__CompatibleModels__Balloon__Text {
    align-self: center;
    order: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  .Print__CompatibleModels__Balloon__Text:lang(en), .Print__CompatibleModels__Balloon__Text:lang(zh-cmn-Hant), .Print__CompatibleModels__Balloon__Text:lang(fr), .Print__CompatibleModels__Balloon__Text:lang(de), .Print__CompatibleModels__Balloon__Text:lang(es), .Print__CompatibleModels__Balloon__Text:lang(pt) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels__Balloon__Text {
    font-size: 14px;
  }
  .Print__CompatibleModels__Balloon__Text:lang(en), .Print__CompatibleModels__Balloon__Text:lang(zh-cmn-Hant), .Print__CompatibleModels__Balloon__Text:lang(fr), .Print__CompatibleModels__Balloon__Text:lang(de), .Print__CompatibleModels__Balloon__Text:lang(es), .Print__CompatibleModels__Balloon__Text:lang(pt) {
    font-size: 13px;
  }
}

.Print__CompatibleModels__Balloon__Note {
  display: block;
  padding-left: 1em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-indent: -1em;
}
.Print__CompatibleModels__Balloon__Note:not(:lang(ja)) {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (min-width: 768.02px), print {
  .Print__CompatibleModels__Balloon__Note {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels__Balloon__Note {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Print__CompatibleModels__Balloon__Image {
    align-self: flex-end;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels__Balloon__Image {
    width: 145px;
    margin-top: 16px;
  }
}

.Print__CompatibleModels__Links__Title {
  font-size: 20px;
  font-weight: 700;
  color: #ffd940;
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels__Links__Title {
    text-align: center;
  }
}

.Print__CompatibleModels__Links__List {
  display: grid;
  margin-top: 20px;
  font-size: 14px;
  color: #ffd940;
  text-align: center;
  /* stylelint-disable-next-line no-descending-specificity */
}
@media screen and (min-width: 768.02px), print {
  .Print__CompatibleModels__Links__List {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels__Links__List {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.Print__CompatibleModels__Links__List > li > a {
  position: relative;
  display: grid;
  height: 100%;
  line-height: 1.3;
  background-color: #685bc7;
  border-radius: 16px;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768.02px), print {
  .Print__CompatibleModels__Links__List > li > a {
    row-gap: 16px;
    padding: 24px 16px;
  }
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels__Links__List > li > a {
    row-gap: 12px;
    padding: 14px 16px;
  }
}
.Print__CompatibleModels__Links__List > li > a:hover {
  color: #685bc7;
  background-color: #fff;
}

.Print__CompatibleModels__Links__Icon {
  justify-self: center;
}
@media screen and (min-width: 768.02px), print {
  .Print__CompatibleModels__Links__Icon {
    width: 76.6%;
  }
}
@media screen and (max-width: 768px) {
  .Print__CompatibleModels__Links__Icon {
    width: 81.7%;
  }
}
.Print__CompatibleModels__Links__Icon img {
  width: 100%;
  height: auto;
}

.Print__Copy {
  display: grid;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768.02px), print {
  .Print__Copy {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .Print__Copy {
    margin-top: 80px;
  }
}

.Print__Copy__Text {
  font-weight: bold;
  color: #ffd940;
  text-align: center;
}
.Print__Copy__Text:lang(ja), .Print__Copy__Text:lang(zh-cmn-Hant), .Print__Copy__Text:lang(ko) {
  line-height: 1.1538461538;
}
@media screen and (min-width: 768.02px), print {
  .Print__Copy__Text {
    font-size: 65px;
  }
}
@media screen and (max-width: 768px) {
  .Print__Copy__Text {
    font-size: clamp(36px, 9.6vw, 65px);
  }
}
.Print__Copy__Text span {
  display: block;
}

span.Print__Copy__Tm {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768.02px), print {
  span.Print__Copy__Tm {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  span.Print__Copy__Tm {
    font-size: clamp(10px, 4.8vw, 33px);
  }
}

@media screen and (min-width: 768.02px), print {
  .Print__Copy__Image {
    width: clamp(768px, 105vw, 2010px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .Print__Copy__Image {
    margin-top: 28px;
  }
}

.Information {
  background-color: #40c3c3;
}
@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: #ffd940;
  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 {
  overflow: hidden;
}
.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);
  }
}

.PromotionalVideo {
  background-color: #40c3c3;
}
@media screen and (max-width: 768px) {
  .PromotionalVideo .Width.Width--wide {
    width: 100%;
  }
}

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

.IntroVideo {
  background-color: #40c3c3;
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo {
    margin-top: clamp(-500px, -20vw, -100px);
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo {
    margin-top: clamp(-50px, -9vw, -10px);
  }
}

.IntroVideo__Content {
  display: grid;
  text-wrap: balance;
  background-color: #ffd940;
  animation-name: mask-animation-intro;
  animation-duration: 0.75s;
  animation-play-state: paused;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.IntroVideo__Content[data-scroll-video=show] {
  animation-play-state: running;
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__Content {
    grid-template-columns: 54.5% auto;
    grid-auto-flow: column;
    column-gap: clamp(20px, 2.8vw, 70px);
    align-items: center;
    height: 40vw;
    min-height: 400px;
    padding-right: clamp(20px, 3vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__Content {
    row-gap: 24px;
  }
}

@keyframes mask-animation-intro {
  0% {
    -webkit-clip-path: inset(0 100% 0 0 round 32px);
            clip-path: inset(0 100% 0 0 round 32px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 round 32px);
            clip-path: inset(0 0 0 round 32px);
  }
}
.IntroVideo__TextContent {
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__TextContent {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__TextContent {
    padding-top: 48px;
    padding-right: 19px;
    padding-left: 19px;
  }
}

.IntroVideo__Title {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__Title {
    font-size: clamp(26px, 2.3vw, 34px);
    line-height: 1.4;
  }
  .IntroVideo__Title:lang(fr), .IntroVideo__Title:lang(pt), .IntroVideo__Title:lang(de), .IntroVideo__Title:lang(es) {
    font-size: clamp(24px, 2.3vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__Title {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

@media screen and (min-width: 768.02px), print {
  .IntroVideo__Text {
    margin-top: 24px;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.8;
  }
  .IntroVideo__Text:lang(fr), .IntroVideo__Text:lang(pt), .IntroVideo__Text:lang(de), .IntroVideo__Text:lang(es) {
    font-size: clamp(12px, 1.1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__Text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.IntroVideo__Video {
  position: relative;
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__Video {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__Video {
    height: 107vw;
  }
}
.IntroVideo__Video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__Video video {
    -webkit-clip-path: circle(clamp(200px, 47.6vw, 832px) at left);
            clip-path: circle(clamp(200px, 47.6vw, 832px) at left);
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__Video video {
    position: relative;
    -webkit-clip-path: circle(108% at bottom);
            clip-path: circle(108% at bottom);
  }
}

.IntroVideo__PlayPauseButton {
  position: absolute;
  background-color: #ffd940;
  border-radius: 50%;
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__PlayPauseButton {
    right: 24.5%;
    bottom: 3.5%;
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__PlayPauseButton {
    right: clamp(16px, 4.2vw, 40px);
    bottom: clamp(16px, 4.2vw, 40px);
    width: 43.5px;
    height: 43.5px;
  }
}
.IntroVideo__PlayPauseButton[data-video-pause=false]::before, .IntroVideo__PlayPauseButton[data-video-pause=false]::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 3px;
  content: "";
  background-color: #685bc7;
  transform: translateY(-50%);
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__PlayPauseButton[data-video-pause=false]::before, .IntroVideo__PlayPauseButton[data-video-pause=false]::after {
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__PlayPauseButton[data-video-pause=false]::before, .IntroVideo__PlayPauseButton[data-video-pause=false]::after {
    height: 16px;
  }
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__PlayPauseButton[data-video-pause=false]::before {
    left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__PlayPauseButton[data-video-pause=false]::before {
    left: 16px;
  }
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__PlayPauseButton[data-video-pause=false]::after {
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__PlayPauseButton[data-video-pause=false]::after {
    right: 16px;
  }
}
.IntroVideo__PlayPauseButton[data-video-pause=true]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background-color: #685bc7;
  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;
}
@media screen and (min-width: 768.02px), print {
  .IntroVideo__PlayPauseButton[data-video-pause=true]::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .IntroVideo__PlayPauseButton[data-video-pause=true]::before {
    width: 17px;
    height: 17px;
  }
}

.IntroImages {
  background-color: #40c3c3;
}
@media screen and (min-width: 768.02px), print {
  .IntroImages {
    padding-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  .IntroImages {
    padding-top: 57px;
    padding-bottom: 60px;
  }
  .IntroImages .Width {
    width: 100%;
  }
}

.IntroImages__Inner {
  display: flex;
}
@media screen and (min-width: 768.02px), print {
  .IntroImages__Inner {
    justify-content: space-between;
    padding-top: 144px;
  }
}
@media screen and (max-width: 768px) {
  .IntroImages__Inner {
    flex-wrap: wrap;
  }
}

.IntroImages__Image {
  animation-duration: 0.75s;
  animation-play-state: paused;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.IntroImages__Image[data-scroll-video=show] {
  animation-play-state: running;
}
.IntroImages__Image img {
  width: 100%;
  border-radius: 32px;
}
@media screen and (min-width: 768.02px), print {
  .IntroImages__Image {
    width: calc((100% - 54px) / 3);
    animation-name: mask-animation-intro-image;
  }
  .IntroImages__Image:first-child {
    margin-top: -144px;
  }
  .IntroImages__Image:last-child {
    margin-top: 144px;
  }
}
@media screen and (max-width: 768px) {
  .IntroImages__Image:first-child {
    width: 86.7%;
    margin-bottom: 30px;
    margin-left: 13.3%;
    animation-name: mask-animation-intro-image-sp-01;
  }
  .IntroImages__Image:first-child img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .IntroImages__Image:nth-child(2) {
    order: 2;
    width: 43.5%;
    animation-name: mask-animation-intro-image;
  }
  .IntroImages__Image:last-child {
    width: 41.5%;
    margin-right: 24px;
    margin-left: -8px;
    animation-name: mask-animation-intro-image-sp-02;
  }
  .IntroImages__Image:last-child img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@keyframes mask-animation-intro-image {
  0% {
    -webkit-clip-path: inset(50% 50% round 32px);
            clip-path: inset(50% 50% round 32px);
  }
  100% {
    -webkit-clip-path: inset(0 0 round 32px);
            clip-path: inset(0 0 round 32px);
  }
}
@keyframes mask-animation-intro-image-sp-01 {
  0% {
    -webkit-clip-path: inset(50% 50% round 32px 0 0 32px);
            clip-path: inset(50% 50% round 32px 0 0 32px);
  }
  100% {
    -webkit-clip-path: inset(0 0 round 32px 0 0 32px);
            clip-path: inset(0 0 round 32px 0 0 32px);
  }
}
@keyframes mask-animation-intro-image-sp-02 {
  0% {
    -webkit-clip-path: inset(50% 50% round 0 32px 32px 0);
            clip-path: inset(50% 50% round 0 32px 32px 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 round 0 32px 32px 0);
            clip-path: inset(0 0 round 0 32px 32px 0);
  }
}
.HeadingBlock {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768.02px), print {
  .HeadingBlock {
    padding-top: 45.8%;
  }
}
@media screen and (max-width: 768px) {
  .HeadingBlock {
    padding-top: 80%;
  }
}

.HeadingBlock__Image {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  height: auto;
}
@media screen and (min-width: 768.02px), print {
  .HeadingBlock__Image {
    width: 120%;
    transform: translate(-5%, -45%);
  }
}
@media screen and (max-width: 768px) {
  .HeadingBlock__Image {
    width: 112%;
    transform: translateY(-45%);
  }
}
.HeadingBlock__Image img {
  width: 100%;
}

.Shoot {
  position: relative;
  background-color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .Shoot {
    display: grid;
    grid-template-columns: 1fr 37.4% 50%;
    grid-auto-flow: column;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.Shoot__Heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  color: #685bc7;
  background-color: #ffd940;
  transform: translateY(calc(-100% + 2px));
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Heading {
    padding: 28px 64px 28px 39px;
    border-top-right-radius: 52px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Heading {
    padding: 11px 31px 11px 20px;
    border-top-right-radius: 32px;
  }
}

.Shoot__Heading__Title {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Heading__Title {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Heading__Title {
    font-size: clamp(32px, 10.6vw, 40px);
  }
  .Shoot__Heading__Title:lang(fr) {
    font-size: clamp(26px, 9vw, 40px);
  }
  .Shoot__Heading__Title img {
    width: 20px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Heading__Title span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Heading__Title span {
    margin-left: 10px;
  }
}

.Shoot__Item__Wrapper {
  text-wrap: balance;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Item__Wrapper {
    margin-right: clamp(20px, 4.16vw, 100px);
  }
}

.Shoot__Item {
  position: relative;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Item:not(:first-of-type) {
    margin-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Item:not(:first-of-type) {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Shoot__Point__Wrapper {
    padding-top: 17.6vw;
    padding-bottom: 17.6vw;
  }
}

.Shoot__Point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffd940;
  background-color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Point {
    position: sticky;
    top: 22vw;
    left: 0;
    width: clamp(60px, 6.4vw, 92px);
    height: clamp(100px, 13.3vw, 192px);
    padding-left: clamp(8px, 1.52vw, 22px);
    border-top-right-radius: clamp(60px, 6.4vw, 92px);
    border-bottom-right-radius: clamp(60px, 6.4vw, 92px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Point {
    position: absolute;
    bottom: -18px;
    left: -18px;
    z-index: 1;
    align-items: center;
    width: clamp(91px, 24.2vw, 130px);
    height: clamp(91px, 24.2vw, 130px);
    border-radius: 50%;
  }
}

@media screen and (min-width: 768.02px), print {
  .Shoot__Point__Text {
    font-size: clamp(14px, 1.1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Point__Text {
    font-size: 14px;
  }
}

.Shoot__Point__Number {
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Point__Number {
    margin-top: 6px;
    font-size: clamp(30px, 2.5vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Point__Number {
    margin-top: 3px;
    font-size: 32px;
  }
}

.Shoot__Main {
  position: relative;
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main {
    z-index: 1;
    padding-top: 112px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 42px;
  }
}

.Shoot__Main__Label {
  display: inline-block;
  font-weight: 700;
  border: 2px solid #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Label {
    padding: clamp(10px, 0.96vw, 15px) 4.2% clamp(10px, 0.96vw, 15px) 3.5%;
    font-size: clamp(16px, 1.4vw, 20px);
    text-align: center;
    border-radius: 4px clamp(20px, 1.73vw, 25px) clamp(20px, 1.73vw, 25px) 4px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Label {
    padding: 10px 16px 10px 11px;
    font-size: 16px;
    border-radius: 4px 20px 20px 4px;
  }
}

.Shoot__Main__Title {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Title {
    margin-top: clamp(19px, 1.66vw, 24px);
    font-size: clamp(26px, 2.36vw, 34px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Title {
    margin-top: 19px;
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Text {
    margin-top: clamp(14px, 1.6vw, 22px);
    font-size: clamp(12px, 1vw, 15px);
    line-height: 1.8666666667;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Button {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Button {
    margin-top: 28px;
  }
}

.Shoot__Main__Feature {
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature {
    margin-top: 40px;
  }
}

.Shoot__Main__FeatureTitle {
  display: inline-block;
  max-width: 90%;
  padding: 14px 18px 10px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__FeatureTitle {
    font-size: clamp(13.5px, 1.1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__FeatureTitle {
    font-size: clamp(12px, 4vw, 15px);
  }
}

.Shoot__Main__FeatureBox {
  background-color: #40c3c3;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__FeatureBox {
    width: 100%;
    min-width: 280px;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__FeatureBox {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--wideAngleLens .Shoot__Main__FeatureBox {
    padding: clamp(24px, 1.94vw, 28px) clamp(16px, 1.66vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--wideAngleLens .Shoot__Main__FeatureBox {
    padding: 24px 16px;
  }
}
.Shoot__Main__Feature.Shoot__Main__Feature--filter .Shoot__Main__FeatureBox {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--filter .Shoot__Main__FeatureBox {
    grid-template-columns: 1fr clamp(50px, 10.5vw, 152px);
    grid-auto-flow: column;
    column-gap: clamp(5px, 2.3vw, 33px);
    align-items: center;
    padding-top: clamp(4px, 1vw, 8px);
    padding-right: clamp(10px, 4.5vw, 75px);
    padding-left: clamp(10px, 2.8vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--filter .Shoot__Main__FeatureBox {
    justify-items: center;
    padding: 20px;
  }
}
.Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Shoot__Main__FeatureBox {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Shoot__Main__FeatureBox {
    padding-top: clamp(20px, 1.66vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Shoot__Main__FeatureBox {
    padding-top: 20px;
  }
}
.Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureBox {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureBox {
    grid-template-columns: clamp(50px, 10.5vw, 152px) 1fr;
    grid-auto-flow: column;
    column-gap: clamp(5px, 2.3vw, 33px);
    align-items: center;
    padding-top: clamp(4px, 1.66vw, 24px);
    padding-right: clamp(10px, 2.8vw, 40px);
    padding-left: clamp(10px, 3vw, 43px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureBox {
    justify-items: center;
    padding: 20px;
  }
}

.Shoot__Main__FeatureCopy {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__FeatureCopy {
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__FeatureCopy {
    font-size: 16px;
    line-height: 1.5;
  }
}
.Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Shoot__Main__FeatureCopy {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureCopy {
    font-size: clamp(12px, 1.25vw, 18px);
    text-align: left;
  }
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureCopy:lang(ko), .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureCopy:lang(fr), .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureCopy:lang(pt), .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureCopy:lang(de), .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureCopy:lang(es) {
    font-size: clamp(10.5px, 1.25vw, 18px);
  }
  .Shoot__Main__Feature.Shoot__Main__Feature--filter .Shoot__Main__FeatureCopy {
    font-size: clamp(12px, 1.25vw, 18px);
    text-align: left;
  }
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureImage {
    align-self: flex-end;
    height: clamp(120px, 17.3vw, 255px);
    overflow: hidden;
    border-top-left-radius: clamp(10px, 1.38vw, 20px);
    border-top-right-radius: clamp(10px, 1.38vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureImage {
    width: 134px;
    margin-top: 16px;
  }
}
.Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureImage video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureImage video {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--filter .Shoot__Main__FeatureImage {
    height: clamp(100px, 17.3vw, 255px);
    overflow: hidden;
    border-top-left-radius: clamp(10px, 1.38vw, 20px);
    border-top-right-radius: clamp(10px, 1.38vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--filter .Shoot__Main__FeatureImage {
    width: 134px;
    margin-top: 16px;
  }
}
.Shoot__Main__Feature.Shoot__Main__Feature--filter .Shoot__Main__FeatureImage video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--filter .Shoot__Main__FeatureImage video {
    border-radius: 20px;
  }
  .Shoot__Main__FeatureContent {
    display: grid;
    justify-items: center;
  }
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureContent {
    padding-bottom: 20px;
  }
}

.Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Shoot__Main__FeatureButton {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Shoot__Main__FeatureButton {
    margin-top: clamp(10px, 1.1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--originalShutterSound .Shoot__Main__FeatureButton {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureButton {
    margin-top: clamp(10px, 1.1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__Feature.Shoot__Main__Feature--instaxAnimation .Shoot__Main__FeatureButton {
    margin-top: 20px;
  }
}

.Shoot__Main__FeatureSelfies {
  display: grid;
  grid-auto-flow: column;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__FeatureSelfies {
    column-gap: 18px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__FeatureSelfies {
    column-gap: 12px;
    margin-top: 7px;
  }
}

.Shoot__Main__FeatureSelfie__Label {
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Main__FeatureSelfie__Label {
    min-width: 110px;
    padding: 5px 8px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Main__FeatureSelfie__Label {
    padding: 6px 11px;
    margin-top: 9px;
    font-size: 12px;
    border-radius: 11px;
  }
}
.Shoot__Main__FeatureSelfie__Label.Shoot__Main__FeatureSelfie__Label--mini12 {
  background-color: rgba(255, 255, 255, 0.6);
}
.Shoot__Main__FeatureSelfie__Label.Shoot__Main__FeatureSelfie__Label--pal {
  color: #ffd940;
  background-color: #685bc7;
}

.Shoot__Image {
  /* stylelint-disable-next-line no-descending-specificity */
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Image {
    position: sticky;
    top: 80px;
    right: 0;
    height: 48.3vw;
    max-height: 750px;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Image {
    position: relative;
    width: 91.7%;
    height: auto;
    margin-left: 8.3%;
  }
}
.Shoot__Image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768.02px), print {
  .Shoot__Image img {
    border-top-left-radius: 24.1vw;
    border-bottom-left-radius: 24.1vw;
  }
}
@media screen and (max-width: 768px) {
  .Shoot__Image img {
    border-top-left-radius: 34.1vw;
    border-bottom-left-radius: 34.1vw;
  }
}

@media screen and (min-width: 768.02px), print {
  .Shoot__Image__Item {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .Shoot__Image__Item:not(:first-of-type) {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  [data-shoot-fade] {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transform: translate3d(0, 20px, 0);
  }
  [data-shoot-fade][data-shoot-fade=show] {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ModalSlide {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10030;
  overflow-x: hidden;
  color: #40c3c3;
}
.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: 1140px;
  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: 100px 80px;
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__Dialog {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 80px 5%;
  }
}
.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__Dialog h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #40c3c3;
}

.ModalSlide__Close {
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  margin-left: auto;
  color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .ModalSlide__Close {
    width: 62px;
    height: 62px;
    margin-top: -62px;
    transform: translate(50%, -100%);
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__Close {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    transform: translate(30%, -120%);
  }
}
.ModalSlide__Close::before, .ModalSlide__Close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background-color: currentColor;
}
.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: #40c3c3;
  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: 70px;
    margin-right: auto;
    margin-left: auto;
  }
}

.ModalSlide__MathTestImage {
  display: grid;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .ModalSlide__MathTestImage {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 48px;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__MathTestImage {
    row-gap: 42px;
    justify-content: center;
  }
}
@media screen and (min-width: 768.02px), print {
  .ModalSlide__MathTestImage picture img {
    width: 75%;
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__MathTestImage picture img {
    width: 50%;
    max-width: 480px;
  }
}
.ModalSlide__MathTestImage h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.4444444444;
}
@media screen and (min-width: 768.02px), print {
  .ModalSlide__MathTestImage h3 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ModalSlide__MathTestImage h3 {
    margin-top: 8px;
  }
}
.ModalSlide__MathTestImage p {
  font-size: 14px;
  line-height: 1.8571428571;
  color: #fff;
}

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

@media screen and (min-width: 768.02px), print {
  .ProductDesign__Wrapper {
    display: grid;
    row-gap: 20px;
    align-items: center;
    height: 100vh;
  }
}

.ProductDesign__Heading {
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Heading {
    align-self: flex-end;
  }
}

.ProductDesign__Heading__Logo {
  display: inline-block;
  border: 2px solid #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Heading__Logo {
    width: 163px;
    padding: 11.5px 25px 11.5px 20px;
    border-radius: 4px 25px 25px 4px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Heading__Logo {
    width: 130px;
    padding: 8.5px 19px 8.5px 16px;
    border-radius: 4px 20px 20px 4px;
  }
}

.ProductDesign__Heading__Title {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Heading__Title {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Heading__Title {
    font-size: 50px;
  }
  .ProductDesign__Heading__Title:not(:lang(ja)) {
    font-size: 44px;
  }
}

.ProductDesign__Scroll__Wrapper {
  overflow: hidden;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__Wrapper {
    align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__Wrapper {
    margin-top: 18px;
  }
}

.ProductDesign__Scroll__List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  justify-items: center;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__List {
    column-gap: 13%;
    width: 192%;
    padding-right: 30%;
    transform: translateX(55%);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__List {
    column-gap: 6%;
    width: 267%;
    padding-right: 14%;
    transform: translateX(40%);
  }
}

.ProductDesign__Scroll__Item {
  display: grid;
  justify-items: center;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__Item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__Item {
    width: 105%;
  }
}

.ProductDesign__Scroll__ProductExplanation {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__ProductExplanation {
    display: grid;
    justify-items: center;
  }
}

.ProductDesign__Scroll__PointingStick {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ProductDesign__Scroll__PointingName {
  position: absolute;
  font-weight: bold;
  color: #685bc7;
  white-space: nowrap;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName {
    font-size: clamp(10px, 3.2vw, 16px);
    line-height: 1.2333333333;
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton {
    right: 83%;
    bottom: clamp(210px, 30.1vw, 435px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton {
    top: clamp(8px, 3.5vw, 27px);
    right: clamp(200px, 66vw, 475px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton:lang(en) {
    right: clamp(200px, 66vw, 490px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton, .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton:lang(zh-cmn-Hant), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton:lang(ko), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton:lang(pt), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton:lang(de), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton:lang(es) {
    right: clamp(200px, 66vw, 500px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--powerButton:lang(fr) {
    top: clamp(3px, 2vw, 27px);
    right: clamp(200px, 66vw, 500px);
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash {
    bottom: clamp(190px, 25.9vw, 375px);
    left: 84%;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash {
    top: clamp(35px, 11.5vw, 85px);
    left: clamp(200px, 67vw, 480px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash:lang(en) {
    left: clamp(200px, 67vw, 500px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash, .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash:lang(zh-cmn-Hant), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash:lang(ko), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash:lang(fr), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash:lang(pt), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash:lang(de), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--flash:lang(es) {
    left: clamp(200px, 67vw, 500px);
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker {
    right: 83.5%;
    bottom: clamp(125px, 19.3vw, 280px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker {
    top: clamp(72px, 24.5vw, 182px);
    right: clamp(200px, 66vw, 475px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker:lang(en) {
    right: clamp(200px, 66vw, 490px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker, .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker:lang(zh-cmn-Hant), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker:lang(ko), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker:lang(fr), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker:lang(pt), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker:lang(de), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--speaker:lang(es) {
    right: clamp(200px, 66vw, 495px);
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens {
    bottom: clamp(145px, 19.4vw, 280px);
    left: 89%;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens {
    top: clamp(73px, 24vw, 180px);
    left: clamp(215px, 71vw, 510px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens:lang(en) {
    left: clamp(215px, 71vw, 530px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens, .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens:lang(zh-cmn-Hant), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens:lang(ko), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens:lang(fr), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens:lang(pt), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens:lang(de), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--lens:lang(es) {
    left: clamp(215px, 71vw, 535px);
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard {
    bottom: clamp(200px, 27.4vw, 395px);
    left: clamp(270px, 34vw, 500px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard {
    top: clamp(25px, 8.7vw, 70px);
    left: clamp(205px, 68vw, 500px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard, .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard:lang(zh-cmn-Hant), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard:lang(ko), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard:lang(fr), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard:lang(pt), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard:lang(de), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--sdCard:lang(es) {
    left: clamp(205px, 68vw, 510px);
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton {
    right: clamp(260px, 33.5vw, 480px);
    bottom: clamp(140px, 19.6vw, 283px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton {
    top: clamp(65px, 24vw, 180px);
    right: clamp(200px, 67vw, 480px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton:lang(en) {
    right: clamp(200px, 67vw, 495px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton, .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton:lang(zh-cmn-Hant), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton:lang(ko), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton:lang(fr), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton:lang(pt), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton:lang(de), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--shootingButton:lang(es) {
    right: clamp(200px, 67vw, 500px);
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort {
    top: 58%;
    left: clamp(250px, 34.5vw, 495px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort {
    top: clamp(112px, 38vw, 278px);
    left: clamp(200px, 68vw, 490px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort:lang(en) {
    left: clamp(200px, 68vw, 510px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort, .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort:lang(zh-cmn-Hant), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort:lang(ko), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort:lang(fr), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort:lang(pt), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort:lang(es) {
    left: clamp(200px, 68vw, 510px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--chargingPort:lang(de) {
    left: clamp(200px, 68vw, 510px);
    font-size: clamp(8px, 2.4vw, 16px);
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch {
    top: 92%;
    left: clamp(190px, 30vw, 435px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch {
    top: clamp(170px, 60vw, 442px);
    left: clamp(180px, 60vw, 435px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch:lang(en) {
    left: clamp(180px, 60vw, 445px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch, .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch:lang(zh-cmn-Hant), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch:lang(ko), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch:lang(fr), .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch:lang(pt) {
    left: clamp(180px, 60vw, 450px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch:lang(de) {
    left: clamp(180px, 58vw, 450px);
    font-size: clamp(8px, 2.4vw, 16px);
  }
  .ProductDesign__Scroll__PointingName.ProductDesign__Scroll__PointingName--modeSwitch:lang(es) {
    left: clamp(180px, 59vw, 450px);
    font-size: clamp(8px, 3vw, 16px);
  }
}

@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__Balloon {
    position: absolute;
    bottom: clamp(10px, 3.9vw, 0px);
    left: clamp(-300px, -3.2vw, -40px);
    transform: translateX(-50%);
  }
  .ProductDesign__Scroll__Balloon:lang(de) {
    left: clamp(-300px, -3.5vw, -55px);
  }
  [data-scroll-trigger-front] .ProductDesign__Scroll__Balloon:lang(fr), [data-scroll-trigger-front] .ProductDesign__Scroll__Balloon:lang(en), [data-scroll-trigger-front] .ProductDesign__Scroll__Balloon:lang(ko), [data-scroll-trigger-front] .ProductDesign__Scroll__Balloon:lang(es), [data-scroll-trigger-front] .ProductDesign__Scroll__Balloon:lang(pt), [data-scroll-trigger-front] .ProductDesign__Scroll__Balloon:lang(de) {
    left: clamp(-300px, -4vw, -65px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__Balloon {
    position: relative;
    margin-top: 6px;
  }
}
.ProductDesign__Scroll__Balloon::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("/assets/dist/pal/css/icon_balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__Balloon::before {
    top: clamp(-12px, -0.8vw, -4px);
    left: clamp(-10px, -0.69vw, -3px);
    width: clamp(24px, 2vw, 30px);
    height: clamp(20px, 1.8vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__Balloon::before {
    top: -12px;
    left: -10px;
    width: 30px;
    height: 26px;
  }
}

.ProductDesign__Scroll__BalloonInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: #ffd940;
  border-radius: 52px;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__BalloonInner {
    width: clamp(145px, 17vw, 244px);
    min-height: clamp(100px, 9.9vw, 143px);
    padding: clamp(15px, 2.3vw, 33px) clamp(15px, 2.36vw, 20px);
    border-radius: clamp(36px, 3.6vw, 52px);
  }
  .ProductDesign__Scroll__BalloonInner:lang(en) {
    width: clamp(150px, 20vw, 260px);
    padding: clamp(6px, 1.7vw, 26px) clamp(11px, 2vw, 26px);
  }
  .ProductDesign__Scroll__BalloonInner, .ProductDesign__Scroll__BalloonInner:lang(zh-cmn-Hant) {
    width: clamp(145px, 20vw, 250px);
    padding: clamp(6px, 1.7vw, 26px) clamp(11px, 2vw, 26px);
  }
  .ProductDesign__Scroll__BalloonInner:lang(ko) {
    width: clamp(150px, 20vw, 250px);
    padding: clamp(6px, 1.7vw, 26px) clamp(11px, 2vw, 26px);
  }
  .ProductDesign__Scroll__BalloonInner:lang(fr) {
    width: clamp(150px, 22vw, 260px);
    padding: clamp(6px, 1.7vw, 26px) clamp(11px, 2vw, 26px);
  }
  .ProductDesign__Scroll__BalloonInner:lang(pt) {
    width: clamp(150px, 22vw, 260px);
    padding: clamp(6px, 1.7vw, 26px) clamp(11px, 2vw, 26px);
  }
  .ProductDesign__Scroll__BalloonInner:lang(de) {
    width: clamp(200px, 24vw, 260px);
    padding: clamp(6px, 1.7vw, 26px) clamp(11px, 2vw, 26px);
  }
  .ProductDesign__Scroll__BalloonInner:lang(es) {
    width: clamp(150px, 24vw, 260px);
    padding: clamp(6px, 1.7vw, 26px) clamp(11px, 2vw, 26px);
  }
  [data-scroll-trigger-front] .ProductDesign__Scroll__BalloonInner:lang(fr), [data-scroll-trigger-front] .ProductDesign__Scroll__BalloonInner:lang(en), [data-scroll-trigger-front] .ProductDesign__Scroll__BalloonInner:lang(ko), [data-scroll-trigger-front] .ProductDesign__Scroll__BalloonInner:lang(es), [data-scroll-trigger-front] .ProductDesign__Scroll__BalloonInner:lang(pt), [data-scroll-trigger-front] .ProductDesign__Scroll__BalloonInner:lang(de) {
    width: clamp(150px, 33vw, 300px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__BalloonInner {
    width: 100%;
    min-width: clamp(200px, 73vw, 274px);
    max-width: 274px;
    min-height: 120px;
    padding: clamp(18px, 7.5vw, 28px) clamp(20px, 9.2vw, 34px);
  }
  .ProductDesign__Scroll__BalloonInner:not(:lang(ja)) {
    padding: clamp(12px, 6vw, 20px) clamp(18px, 7vw, 28px);
  }
}

.ProductDesign__Scroll__BalloonText {
  z-index: 1;
  display: block;
  font-weight: 700;
  color: #685bc7;
}
.ProductDesign__Scroll__BalloonText:lang(zh-cmn-Hant), .ProductDesign__Scroll__BalloonText {
  line-height: 1.5;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__BalloonText {
    font-size: clamp(10px, 1.1vw, 16px);
    line-height: 1.8;
  }
  .ProductDesign__Scroll__BalloonText:lang(ja) {
    white-space: nowrap;
  }
  .ProductDesign__Scroll__BalloonText:lang(en) {
    font-size: clamp(7px, 0.9vw, 13px);
    line-height: 1.375;
  }
  .ProductDesign__Scroll__BalloonText:lang(es) {
    font-size: clamp(7px, 0.9vw, 13px);
    line-height: 1.375;
  }
  .ProductDesign__Scroll__BalloonText:lang(ko) {
    font-size: clamp(6px, 0.85vw, 13px);
    line-height: 1.5;
  }
  .ProductDesign__Scroll__BalloonText:lang(fr) {
    font-size: clamp(4px, 0.8vw, 13px);
    line-height: 1.375;
  }
  .ProductDesign__Scroll__BalloonText:lang(de) {
    font-size: clamp(4px, 0.8vw, 13px);
    line-height: 1.375;
  }
  .ProductDesign__Scroll__BalloonText:lang(pt) {
    line-height: 1.375;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__BalloonText {
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .ProductDesign__Scroll__BalloonText:lang(en), .ProductDesign__Scroll__BalloonText:lang(pt), .ProductDesign__Scroll__BalloonText:lang(es) {
    font-size: clamp(10px, 3.6vw, 14px);
    line-height: 1.375;
  }
  .ProductDesign__Scroll__BalloonText:lang(fr), .ProductDesign__Scroll__BalloonText:lang(de) {
    font-size: clamp(10px, 3.6vw, 12px);
    line-height: 1.375;
  }
  .ProductDesign__Scroll__BalloonText:lang(ko) {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__BalloonText.ProductDesign__Scroll__BalloonText--rightMargin {
    width: 70%;
  }
  .ProductDesign__Scroll__BalloonText.ProductDesign__Scroll__BalloonText--rightMargin:lang(en) {
    width: 78%;
  }
  .ProductDesign__Scroll__BalloonText.ProductDesign__Scroll__BalloonText--rightMargin:lang(ja) {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__BalloonText.ProductDesign__Scroll__BalloonText--rightMargin {
    width: 80%;
  }
}

.ProductDesign__Scroll__BalloonImage {
  position: absolute;
  transform: rotate(-22.85deg);
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Scroll__BalloonImage {
    right: 2px;
    bottom: -5px;
    width: clamp(50px, 5.21vw, 75px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Scroll__BalloonImage {
    right: 6px;
    bottom: 0;
    width: 70px;
  }
  .ProductDesign__Scroll__BalloonImage:lang(pt), .ProductDesign__Scroll__BalloonImage:lang(fr) {
    width: 65px;
  }
}
.ProductDesign__Scroll__BalloonImage:not(:lang(ja)) {
  right: -8px;
  bottom: -5px;
}

@media screen and (min-width: 768.02px), print {
  .ProductDesign__Variations__Wrapper .Width {
    width: calc(100% - 100px);
  }
}

.ProductDesign__Variations {
  position: relative;
  background-color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Variations {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 100px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Variations {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-radius: 32px;
  }
}

.ProductDesign__Variations__Title {
  font-size: 34px;
  font-weight: 700;
  color: #685bc7;
  text-align: center;
}

.ProductDesign__Variations__Slides {
  display: grid;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.1428571429;
  color: #685bc7;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Variations__Slides {
    position: relative;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Variations__Slides {
    margin-top: 32px;
  }
}

.ProductDesign__Variations__Slide {
  position: relative;
}
.ProductDesign__Variations__Slide span {
  display: block;
  margin-top: 12px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.ProductDesign__Variations__Slide.is-active span {
  opacity: 1;
}

.ProductDesign__Variations__Buttons__Wrapper {
  display: grid;
  grid-auto-flow: column;
  column-gap: 28px;
  align-items: center;
  justify-content: center;
  order: 1;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Variations__Buttons__Wrapper {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Variations__Buttons__Wrapper {
    margin-top: 34px;
  }
}

.ProductDesign__Variations__Next,
.ProductDesign__Variations__Prev {
  position: absolute;
  display: block;
  width: clamp(30px, 4.86vw, 70px);
  height: clamp(30px, 4.86vw, 70px);
  border-radius: 50%;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Variations__Next,
  .ProductDesign__Variations__Prev {
    top: clamp(10px, 6vw, 200px);
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Variations__Next,
  .ProductDesign__Variations__Prev {
    display: none;
  }
}
.ProductDesign__Variations__Next::before,
.ProductDesign__Variations__Prev::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #685bc7;
  border-radius: 50%;
  transition: transform 0.3s;
}
.ProductDesign__Variations__Next::after,
.ProductDesign__Variations__Prev::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-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>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(10px, 1.73vw, 25px);
}
@media (hover: hover) {
  .ProductDesign__Variations__Next:where(:any-link, :enabled, summary):hover::before,
  .ProductDesign__Variations__Prev:where(:any-link, :enabled, summary):hover::before {
    transform: scale3d(1.1, 1.1, 1);
  }
}

.ProductDesign__Variations__Prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Variations__Prev {
    left: -3%;
  }
  .ProductDesign__Variations__Next {
    right: -3%;
  }
}

.ProductDesign__Variations__Buttons {
  display: grid;
  grid-auto-flow: column;
  column-gap: clamp(12px, 5.4vw, 20px);
  justify-content: center;
}

.ProductDesign__Variations__Button {
  width: 40px;
}

.InstaxApp {
  position: relative;
  overflow: hidden;
  background-color: #40c3c3;
}
@media screen and (max-width: 768px) {
  .InstaxApp > .Width {
    width: 100%;
  }
}

.InstaxApp__Inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768.02px), print {
  .InstaxApp__Inner {
    width: 45%;
    padding-top: 90px;
    padding-left: clamp(5px, 2.84vw, 80px);
    text-wrap: balance;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__Inner {
    padding-top: clamp(260px, 84vw, 375px);
    padding-right: 20px;
    padding-left: 20px;
  }
  .InstaxApp__Inner, .InstaxApp__Inner:lang(zh-cmn-Hant) {
    padding-top: clamp(285px, 80vw, 380px);
  }
  .InstaxApp__Inner:lang(pt), .InstaxApp__Inner:lang(fr), .InstaxApp__Inner:lang(en), .InstaxApp__Inner:lang(ko), .InstaxApp__Inner:lang(de), .InstaxApp__Inner:lang(es) {
    padding-top: clamp(270px, 76vw, 390px);
  }
}

.InstaxApp__Title {
  font-weight: 700;
  color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .InstaxApp__Title {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__Title {
    font-size: 50px;
  }
}

.InstaxApp__TextContent {
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .InstaxApp__TextContent {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__TextContent {
    margin-top: 30px;
  }
}

.InstaxApp__TextContent__Title {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .InstaxApp__TextContent__Title {
    font-size: 34px;
    line-height: 1.4411764706;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__TextContent__Title {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

@media screen and (min-width: 768.02px), print {
  .InstaxApp__TextContent__Text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__TextContent__Text {
    margin-top: 13px;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.InstaxApp__Link {
  width: 170px;
}
@media screen and (min-width: 768.02px), print {
  .InstaxApp__Link {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__Link {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768.02px), print {
  .InstaxApp__Product {
    width: 240px;
    margin-top: 67px;
    margin-bottom: -50px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__Product {
    width: 40%;
    max-width: 129px;
    margin-top: 37px;
    margin-bottom: -28px;
    margin-left: clamp(16px, 7.2vw, 27px);
  }
}

.InstaxApp__Product__Image {
  position: relative;
}

.InstaxApp__Product__Balloon {
  position: absolute;
  display: grid;
  align-items: center;
  background-image: url(/assets/dist/pal/css/fig_bg_balloon_app.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768.02px), print {
  .InstaxApp__Product__Balloon {
    top: -37px;
    right: -190px;
    width: 202px;
    height: 148px;
    background-size: 202px;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__Product__Balloon {
    top: -48px;
    right: -170px;
    width: 168px;
    height: 122px;
    background-size: 168px;
  }
}

.InstaxApp__Product__Balloon__Text {
  margin-top: 8px;
  font-weight: 700;
  color: #685bc7;
  text-align: center;
}
.InstaxApp__Product__Balloon__Text:lang(fr), .InstaxApp__Product__Balloon__Text:lang(en), .InstaxApp__Product__Balloon__Text:lang(pt), .InstaxApp__Product__Balloon__Text:lang(es) {
  margin-top: 0;
}
@media screen and (min-width: 768.02px), print {
  .InstaxApp__Product__Balloon__Text {
    font-size: 15px;
    line-height: 1.4;
  }
  .InstaxApp__Product__Balloon__Text:lang(fr), .InstaxApp__Product__Balloon__Text:lang(de) {
    font-size: 13.5px;
  }
  .InstaxApp__Product__Balloon__Text:lang(es) {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__Product__Balloon__Text {
    font-size: 14px;
    line-height: 1.305;
  }
  .InstaxApp__Product__Balloon__Text:lang(fr), .InstaxApp__Product__Balloon__Text:lang(de) {
    font-size: 11.5px;
  }
  .InstaxApp__Product__Balloon__Text:lang(es) {
    font-size: 12.5px;
  }
}

.InstaxApp__Image {
  position: absolute;
}
@media screen and (min-width: 768.02px), print {
  .InstaxApp__Image {
    top: -2.8vw;
    right: -11.3vw;
    width: 63.5%;
  }
}
@media screen and (max-width: 768px) {
  .InstaxApp__Image {
    top: -12%;
    right: -26.5%;
    width: 110%;
    max-width: 560px;
    transform: rotate(-8deg);
  }
}
.InstaxApp__Image img {
  width: 100%;
}

.StepLayout {
  display: grid;
  row-gap: 40px;
}
@media screen and (min-width: 768.02px), print {
  .StepLayout {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .StepLayout {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768.02px), print {
  .StepLayout.StepLayout--multi-row > li:nth-child(5n) {
    grid-column-start: 1;
  }
}

.StepLayout__Image {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .StepLayout__Image {
    padding-right: 32px;
  }
}
.StepLayout > li:not(:last-child) .StepLayout__Image::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border-top: 2px solid #ffd940;
  border-right: 2px solid #ffd940;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768.02px), print {
  .StepLayout > li:not(:last-child) .StepLayout__Image::after {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .StepLayout > li:not(:last-child) .StepLayout__Image::after {
    right: 0;
  }
}
.StepLayout__Image img {
  width: 100%;
}

.StepLayout__Step {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .StepLayout__Step {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .StepLayout__Step {
    margin-top: 20px;
  }
}

.StepLayout__Text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #40c3c3;
}

.Support {
  background-color: #40c3c3;
}
@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;
  color: #685bc7;
  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 h2 {
  margin-bottom: 40px;
  font-weight: 700;
  color: #685bc7;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Support h2 {
    margin-top: 100px;
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .Support h2 {
    margin-top: 80px;
    font-size: 26px;
  }
}
.Support p {
  font-size: 16px;
  line-height: 1.875;
}

.Support__AnchorList {
  display: grid;
  justify-items: center;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .Support__AnchorList {
    grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .Support__AnchorList {
    grid-auto-flow: row;
    row-gap: 20px;
  }
}

.Support__AnchorButton {
  position: relative;
  display: block;
  width: 100%;
  max-width: 270px;
  padding: 15px 38px 15px 24px;
  font-size: 14px;
  color: #ffd940;
  text-align: center;
  border-radius: 9999px;
  box-shadow: inset 0 0 0 35px #685bc7;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Support__AnchorButton:where(:any-link, :enabled, summary):hover {
    color: #685bc7;
    box-shadow: inset 0 0 0 2px #685bc7;
    transform: scale3d(1.1, 1.1, 1);
  }
}
.Support__AnchorButton::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
}

@media screen and (min-width: 768.02px), print {
  .Faq + .Faq {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .Faq + .Faq {
    border-top: 1px solid #5246a8;
  }
}

.Faq__Question {
  width: 100%;
}

.Faq__Question__Inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  background-color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Faq__Question__Inner {
    column-gap: 16px;
    padding: 30px 60px 30px 30px;
    border-radius: 12px;
  }
}
@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: #ffd940;
}
@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);
}
@media screen and (min-width: 768.02px), print {
  .Faq__Question[aria-expanded=true] .Faq__Question__Inner {
    border-radius: 12px 12px 0 0;
  }
}
.Faq__Question[aria-expanded=true] .Faq__Question__Inner::after {
  transform: translateY(-50%);
}

.Faq__Question__Icon {
  font-weight: 700;
  color: #ffd940;
}
@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: #ffd940;
  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 (min-width: 768.02px) and (min-width: 768.02px), print {
  .Faq__Answer__Inner {
    border-radius: 0 0 12px 12px;
  }
}
@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__OrderedList {
  font-size: 16px;
  line-height: 1.875;
  counter-reset: item;
}
.Faq__OrderedList:not(:first-child) {
  margin-top: 28px;
}
.Faq__OrderedList > li {
  position: relative;
  padding-left: 26px;
}
.Faq__OrderedList > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) "）";
  counter-increment: item;
}

.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%;
}

.Faq__Image:not(:first-child) {
  margin-top: 26px;
}

.Faq__Answer__SubTitle {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
}
.Faq__Answer__SubTitle > span {
  display: block;
  font-weight: 400;
}

.Faq__Image__List {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -18px;
}
@media screen and (max-width: 768px) {
  .Faq__Image__List {
    flex-wrap: wrap;
  }
}
.Faq__Image__List li {
  margin-top: 24px;
  margin-left: 18px;
}
@media screen and (min-width: 768.02px), print {
  .Faq__Image__List li {
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .Faq__Image__List li {
    width: calc(50% - 18px);
  }
}
.Faq__Image__List picture img {
  width: 100%;
}

.Faq__Table {
  width: 100%;
  border-top: solid 1px #001e62;
  border-right: solid 1px #001e62;
}
.Faq__Table:not(:first-child) {
  margin-top: 28px;
}
.Faq__Table:not(:lang(ja)) {
  text-align: center;
}
.Faq__Table caption {
  margin-bottom: 8px;
  font-weight: 700;
}
.Faq__Table caption:not(:lang(ja)) {
  text-align: left;
}
.Faq__Table thead {
  color: #fff;
  background: #685bc7;
}
.Faq__Table td,
.Faq__Table th {
  padding: 12px 10px;
  font-size: 14px;
  line-height: 1.5714285714;
  border-left: solid 1px #001e62;
}
.Faq__Table tbody th {
  background-color: rgba(104, 91, 199, 0.2);
}
@media screen and (min-width: 768.02px), print {
  .Faq__Table tbody th {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .Faq__Table tbody th {
    width: 45%;
  }
}
@media screen and (min-width: 768.02px), print {
  .Faq__Table tbody td {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .Faq__Table tbody td {
    width: 55%;
  }
}
.Faq__Table :not(thead) > tr > th,
.Faq__Table :not(thead) > tr > td {
  border-bottom: solid 1px #001e62;
}
@media screen and (max-width: 768px) {
  .Faq__Table.Faq__Table--pc {
    display: none;
  }
}
@media screen and (min-width: 768.02px), print {
  .Faq__Table.Faq__Table--sp {
    display: none;
  }
}
.Faq__Table.Faq__Table--sp + .Faq__Table.Faq__Table--sp {
  margin-top: 0;
  border-top: none;
}

.model_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

.faq_img_list_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.faq_img_box_2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  margin: 15px auto;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .faq_img_box_2 {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .faq_img_box_2 {
    width: 100%;
  }
}
@media screen and (min-width: 768.02px), print {
  .faq_img_box_2.faq_img_box_2--Full {
    width: calc(100% - 30px);
  }
  .faq_img_box_2.faq_img_box_2--Ml0 {
    margin-left: 0;
  }
}

.faq_img_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media screen and (min-width: 768.02px), print {
  .faq_img_text {
    align-items: center;
    min-height: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq_img_text {
    align-items: flex-end;
    margin-bottom: 15px;
  }
}

.Spec {
  background-color: #40c3c3;
}

.Spec__Inner {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .Spec__Inner {
    padding-top: 80px;
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 768px) {
  .Spec__Inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.Spec__Inner h1 {
  font-weight: 700;
  line-height: 1.2;
  color: #685bc7;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Spec__Inner h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .Spec__Inner h1 {
    font-size: 32px;
  }
}
.Spec__Inner h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #ffd940;
}
@media screen and (min-width: 768.02px), print {
  .Spec__Inner h2 {
    margin-top: 72px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .Spec__Inner h2 {
    margin-top: 46px;
    font-size: 24px;
  }
}

.Spec__List {
  display: grid;
  line-height: 1.875;
  color: #685bc7;
}
@media screen and (min-width: 768.02px), print {
  .Spec__List {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .Spec__List {
    margin-top: 34px;
  }
}
.Spec__List > li {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.Spec__List > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768.02px), print {
  .Spec__List > li {
    grid-template-columns: 28% 1fr;
    column-gap: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .Spec__List > li {
    row-gap: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.Spec__List a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .Spec__List a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.Spec__Heading {
  font-weight: 700;
}

.Spec__Notes {
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.8461538462;
  color: #fff;
}
.Spec__Notes > li {
  position: relative;
  padding-left: 20px;
}
.Spec__Notes > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.ManualList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
  grid-auto-rows: minmax(120px, 1fr);
  row-gap: 44px;
  column-gap: 5%;
  color: #fff;
}
@media screen and (min-width: 768.02px), print {
  .ManualList {
    margin-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  .ManualList {
    margin-top: 40px;
  }
}

.ManualList__Link {
  display: grid;
  grid-auto-flow: row;
  row-gap: 12px;
  text-align: center;
}
.ManualList__Link[href] {
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .ManualList__Link[href]:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.ManualList__Icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 58px;
  font-weight: 700;
  background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 45 57"><path fill="%23FFFFFF" d="M38.1,6.6L31.3,0H0v57h45V13.2L38.1,6.6z M41.8,12.9H31.6V3.1l5.2,5L41.8,12.9z M2,55V2h27.6v12.9H43V55H2z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ManualList__Text {
  font-size: 16px;
  line-height: 1.5;
}

.HeroPc {
  height: calc(100vh - 148px);
  min-height: clamp(350px, 38vw, 650px);
  max-height: clamp(360px, 42vw, 700px);
  overflow: hidden;
  font-size: clamp(10px, 1.04vw, 18px);
  font-weight: 700;
  line-height: 1.3333333333;
  color: #685bc7;
  white-space: nowrap;
}
.HeroPc:not(:lang(ja)) {
  height: calc(100vh - 161px);
}

.HeroPc__Inner {
  display: grid;
  grid-template-columns: 37.8% 39.5% 1fr;
  grid-auto-flow: column;
  width: clamp(700px, 80.5vw, 1400px);
  height: 100%;
  padding-right: 2.7%;
  padding-left: 1.4%;
  margin-right: auto;
  margin-left: auto;
}

.HeroPc__MainCopy {
  /* font-size: clamp(35px, 3.61vw, 65px); */ 
  font-size: calc(clamp(35px, 3.61vw, 65px) / 2);

  line-height: 1.1538461538;
}
.HeroPc__MainCopy:lang(en), .HeroPc__MainCopy:lang(de), .HeroPc__MainCopy:lang(pt), .HeroPc__MainCopy:lang(es) {
  line-height: 1.0576923077;
}
.HeroPc__MainCopy:lang(fr) {
  font-size: clamp(30px, 3.3vw, 60px);
  line-height: 1.0576923077;
}
.HeroPc__MainCopy span {
  display: inline-block;
  vertical-align: top;
}
.HeroPc__MainCopy span:lang(en), .HeroPc__MainCopy span:lang(ko), .HeroPc__MainCopy span:lang(fr), .HeroPc__MainCopy span:lang(de), .HeroPc__MainCopy span:lang(es), .HeroPc__MainCopy span:lang(pt) {
  margin-top: clamp(1px, 0.34vw, 5px);
  font-size: clamp(12px, 1.66vw, 30px);
}
.HeroPc__MainCopy span:lang(zh-cmn-Hant) {
  margin-top: clamp(-5px, 0.05vw, 2px);
  font-size: clamp(12px, 1.66vw, 30px);
}

.HeroPc__Logo {
  width: 69%;
  min-width: 155px;
  margin-top: 2.3vh;
}
.HeroPc__Logo {
  margin-top: 3.7vh;
}
.HeroPc__Logo:lang(fr) {
  width: 40%;
  min-width: 120px;
}

.HeroPc__LeftContent {
  position: relative;
  padding-top: clamp(40px, 4.8vw, 100px);
}
.HeroPc__LeftContent {
  padding-top: clamp(40px, 4.8vw, 100px);
}
.HeroPc__LeftContent:lang(fr) {
  padding-top: clamp(10px, 2.98vw, 50px);
}

.HeroPc__LeftContent__Image {
  position: absolute;
  bottom: 0;
  left: 7.5%;
  width: 76.4%;
}

.HeroPc__LeftContent__Balloon {
  position: absolute;
  top: clamp(-70px, -2.5vw, -10px);
  right: clamp(-140px, -5vw, -40px);
  width: clamp(65px, 7.02vw, 131px);
  min-width: 70px;
}
.HeroPc__LeftContent__Balloon:lang(ko) {
  min-width: 75px;
}
.HeroPc__LeftContent__Balloon img {
  width: 100%;
}

.HeroPc__LeftContent__BalloonText {
  position: absolute;
  top: clamp(15px, 1.7vw, 34px);
  left: 50%;
  font-size: clamp(10px, 0.83vw, 14px);
  line-height: 1.3333333333;
  color: #ffd940;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.HeroPc__LeftContent__BalloonText:lang(ko) {
  font-size: clamp(10px, 0.78vw, 14px);
}

.HeroPc__CenterContent {
  position: relative;
}

.HeroPc__CenterContent__ProductBlue {
  position: absolute;
  top: clamp(24px, 2.22vw, 40px);
  left: clamp(60px, 7vw, 140px);
  display: grid;
  grid-auto-flow: column;
  column-gap: 4.3%;
  width:55%;
  /* stylelint-disable-next-line no-descending-specificity */
}
.HeroPc__CenterContent__ProductBlue:lang(en) {
  width: 63%;
}
.HeroPc__CenterContent__ProductBlue {
  width: 55%;
}
.HeroPc__CenterContent__ProductBlue:lang(zh-cmn-Hant) {
  width: 61%;
}
.HeroPc__CenterContent__ProductBlue:lang(ko) {
  width: 64%;
}
.HeroPc__CenterContent__ProductBlue:lang(fr) {
  left: clamp(30px, 3vw, 140px);
  width: 84%;
}
.HeroPc__CenterContent__ProductBlue:lang(de) {
  top: clamp(20px, 2.08vw, 36px);
  width: 74%;
}
.HeroPc__CenterContent__ProductBlue:lang(es) {
  top: clamp(20px, 2.08vw, 36px);
  width: 73%;
}
.HeroPc__CenterContent__ProductBlue:lang(pt) {
  top: clamp(20px, 2.08vw, 36px);
  width: 76%;
}
.HeroPc__CenterContent__ProductBlue span {
  margin-top: clamp(30px, 2.2vw, 50px);
}
.HeroPc__CenterContent__ProductBlue span:lang(en), .HeroPc__CenterContent__ProductBlue span, .HeroPc__CenterContent__ProductBlue span:lang(zh-cmn-Hant), .HeroPc__CenterContent__ProductBlue span:lang(ko), .HeroPc__CenterContent__ProductBlue span:lang(fr), .HeroPc__CenterContent__ProductBlue span:lang(pt) {
  margin-top: clamp(10px, 1.2vw, 40px);
}

.HeroPc__CenterContent__ProductPink {
  position: absolute;
  top: clamp(125px, 10.3vw, 180px);
  right: 0;
  display: grid;
  grid-auto-flow: column;
  column-gap: 3.2%;
  width: 70.8%;
}
.HeroPc__CenterContent__ProductPink:lang(en) {
  column-gap: 0;
  width: 84.5%;
}
.HeroPc__CenterContent__ProductPink {
  column-gap: 0;
  width: 69.5%;
}
.HeroPc__CenterContent__ProductPink:lang(zh-cmn-Hant) {
  column-gap: 0;
  width: 94%;
  min-width: 260px;
}
.HeroPc__CenterContent__ProductPink:lang(ko) {
  column-gap: 0;
  width: 94.5%;
  min-width: 265px;
}
.HeroPc__CenterContent__ProductPink:lang(fr) {
  column-gap: 0;
  width: 92.5%;
  min-width: 265px;
}
.HeroPc__CenterContent__ProductPink:lang(de) {
  column-gap: 0;
  width: 89%;
}
.HeroPc__CenterContent__ProductPink:lang(es) {
  column-gap: 0;
  width: 90%;
  min-width: 250px;
}
.HeroPc__CenterContent__ProductPink:lang(pt) {
  column-gap: 0;
  width: 81.2%;
}

.HeroPc__CenterContent__ProductPinkText {
  align-self: flex-end;
  margin-bottom: clamp(45px, 3.82vw, 100px);
  text-align: right;
  /* stylelint-disable-next-line no-descending-specificity */
}
.HeroPc__CenterContent__ProductPinkText:lang(en), .HeroPc__CenterContent__ProductPinkText, .HeroPc__CenterContent__ProductPinkText:lang(zh-cmn-Hant), .HeroPc__CenterContent__ProductPinkText:lang(ko), .HeroPc__CenterContent__ProductPinkText:lang(fr), .HeroPc__CenterContent__ProductPinkText:lang(de), .HeroPc__CenterContent__ProductPinkText:lang(es), .HeroPc__CenterContent__ProductPinkText:lang(pt) {
  margin-bottom: clamp(20px, 2vw, 50px);
}
.HeroPc__CenterContent__ProductPinkText span {
  display: block;
  /* stylelint-disable-next-line no-descending-specificity */
}
.HeroPc__CenterContent__ProductPinkText span:nth-of-type(2) {
  margin-right: 0.5em;
}
.HeroPc__CenterContent__ProductPinkText span:nth-of-type(3) {
  margin-right: 1em;
}
.HeroPc__CenterContent__ProductPinkText span:not(:lang(ja)):nth-of-type(4) {
  margin-top: clamp(2px, 0.55vw, 12px);
  margin-right: 1.5em;
  font-size: clamp(10px, 0.9vw, 16px);
  font-weight: 400;
}
.HeroPc__CenterContent__ProductPinkText span:not(:lang(ja)):nth-of-type(5) {
  margin-right: 2em;
  font-size: clamp(10px, 0.9vw, 16px);
  font-weight: 400;
}
.HeroPc__CenterContent__ProductPinkText span:lang(es):nth-of-type(4), .HeroPc__CenterContent__ProductPinkText span:lang(pt):nth-of-type(4) {
  margin-top: 0;
  font-size: inherit;
  font-weight: 700;
}
.HeroPc__CenterContent__ProductPinkText span:lang(es):nth-of-type(5), .HeroPc__CenterContent__ProductPinkText span:lang(pt):nth-of-type(5) {
  margin-top: clamp(2px, 0.55vw, 12px);
}
.HeroPc__CenterContent__ProductPinkText span:lang(es):nth-of-type(6), .HeroPc__CenterContent__ProductPinkText span:lang(pt):nth-of-type(6) {
  margin-right: 2.5em;
  font-size: clamp(10px, 0.9vw, 16px);
  font-weight: 400;
}
.HeroPc__CenterContent__ProductPinkText span:lang(de):nth-of-type(6) {
  margin-right: 2.5em;
  font-size: clamp(10px, 0.9vw, 16px);
  font-weight: 400;
}

.HeroPc__CenterContent__ProductWhite {
  position: absolute;
  right: clamp(30px, 8.93vw, 250px);
  bottom: clamp(30px, 3.19vw, 100px);
  width: 30.9%;
}
.HeroPc__CenterContent__ProductWhite:lang(en) {
  bottom: clamp(40px, 3.19vw, 100px);
}

.HeroPc__CenterContent__ProductBlack {
  position: absolute;
  bottom: clamp(10px, 2.08vw, 40px);
  left: 0;
  width: 23.5%;
  /* stylelint-disable-next-line no-descending-specificity */
}
.HeroPc__CenterContent__ProductBlack:lang(en) {
  width: 22%;
}
.HeroPc__CenterContent__ProductBlack {
  width: 21.5%;
}
.HeroPc__CenterContent__ProductBlack span {
  display: block;
  text-align: center;
}
.HeroPc__CenterContent__ProductBlack img {
  margin-top: 8px;
}

.HeroPc__RightContent {
  position: relative;
  align-self: flex-end;
  height: 100%;
  margin-left: 8%;
}

.HeroPc__RightContent__Image {
  position: absolute;
  bottom: clamp(-100px, -5.48vw, -20px);
  left: 0;
  width: 100%;
  /* stylelint-disable-next-line no-descending-specificity */
}
.HeroPc__RightContent__Image span {
  display: block;
  margin-left: clamp(10px, 1.1vw, 24px);
  text-align: center;
}
.HeroPc__RightContent__Image img {
  margin-top: clamp(10px, 1.1vw, 24px);
}

.HeroSp {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.HeroSp__LanguageSwitcher {
  position: absolute;
  top: 12px;
  left: 4.5%;
}

.HeroSp__Inner {
  min-width: 300px;
  max-width: 400px;
  height: 100%;
  padding-right: 5.3%;
  padding-left: 5.3%;
  margin-right: auto;
  margin-left: auto;
}

.HeroSp__MainCopy {
  padding-top: 10.3vh;
  padding-left: 4.5%;
  font-size: calc(clamp(25px, 10.1vw, 45px)/2);
  font-weight: 700;
  line-height: 1.1842105263;
  color: #685bc7;
  white-space: nowrap;
}
.HeroSp__MainCopy:lang(ja) {
  padding-left: 2.5%;
}
.HeroSp__MainCopy:lang(en), .HeroSp__MainCopy:lang(de), .HeroSp__MainCopy:lang(pt), .HeroSp__MainCopy:lang(fr), .HeroSp__MainCopy:lang(es) {
  line-height: 1.1052631579;
}
.HeroSp__MainCopy span {
  display: inline-block;
  vertical-align: top;
}
.HeroSp__MainCopy span:lang(en), .HeroSp__MainCopy span:lang(ko), .HeroSp__MainCopy span:lang(fr), .HeroSp__MainCopy span:lang(de), .HeroSp__MainCopy span:lang(es), .HeroSp__MainCopy span:lang(pt), .HeroSp__MainCopy span:lang(zh-cmn-Hant) {
  margin-top: clamp(3px, 0.8vw, 5px);
  font-size: clamp(17px, 4.5vw, 30px);
}

.HeroSp__Content {
  position: relative;
  margin-top: clamp(10px, 4.26vw, 20px);
}
.HeroSp__Content:lang(en), .HeroSp__Content:lang(zh-cmn-Hant), .HeroSp__Content:lang(de), .HeroSp__Content:lang(pt), .HeroSp__Content:lang(es) {
  margin-top: clamp(6px, 3vw, 20px);
}

.HeroSp__Logo {
  /* width: 39%; */
  width: 49%;

  padding-top: clamp(10px, 4.26vw, 20px);
  margin-left: 4.5%;
}
.HeroSp__Logo:lang(ja) {
  margin-left: 3.5%;
}

.HeroSp__Content__ProductBlue {
  position: absolute;
  top: 0;
  left: 53.4%;
  width: 19.1%;
}

.HeroSp__Content__ProductPink {
  position: absolute;
  top: clamp(10px, 4vw, 20px);
  left: 77%;
  width: 26.5%;
}

.HeroSp__Content__ProductBlack {
  position: absolute;
  top: clamp(60px, 27.7vw, 120px);
  left: 54%;
  width: 18%;
}

.HeroSp__Content__ProductWhite {
  position: absolute;
  top: clamp(90px, 47.4vw, 180px);
  left: 79%;
  width: 18.8%;
}

.HeroSp__Content__Minilink2 {
  width: 48%;
  margin-top: 6.6vh;
  margin-left: 5.97%;
}

.HeroSp__Content__ProductImage {
  position: absolute;
  top: clamp(285px, 76.5vw, 300px);
  right: 5.97%;
  width: 45.6%;
  max-width: 155px;
}
.HeroSp__Content__ProductImage:lang(ja) {
  top: clamp(280px, 77.2vw, 310px);
}
.HeroSp__Content__ProductImage:lang(en), .HeroSp__Content__ProductImage:lang(fr), .HeroSp__Content__ProductImage:lang(de), .HeroSp__Content__ProductImage:lang(pt), .HeroSp__Content__ProductImage:lang(es) {
  top: clamp(280px, 78vw, 325px);
}

.HeroSp__Content__Balloon {
  position: absolute;
  top: clamp(-85px, -22.1vw, -50px);
  left: 9.2%;
  width: 53.6%;
  max-width: 81px;
}
.HeroSp__Content__Balloon:lang(ko) {
  width: 57%;
  max-width: 87px;
}
.HeroSp__Content__Balloon:lang(fr) {
  max-width: 87px;
}
.HeroSp__Content__Balloon img {
  width: 100%;
}

.HeroSp__Content__BalloonText {
  position: absolute;
  top: clamp(14px, 4.8vw, 18px);
  left: 50%;
  font-size: clamp(10px, 2.66vw, 10.5px);
  font-weight: 700;
  line-height: 1.3;
  color: #ffd940;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.HeroSp__Content__BalloonText:lang(fr) {
  top: clamp(16px, 5.3vw, 22px);
}

.Emoji {
  position: relative;
  top: -0.1em;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.tw-mt-20{
  margin-top: 20px;
}

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

.tw-w-60\%{
  width: 60%;
}

.tw-rounded-bl-32{
  border-bottom-left-radius: 32px;
}

.tw-text-left{
  text-align: left;
}

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

.tw-text-right {
    text-align: right;
}

@media screen and (min-width: 768.02px), print{
  .pc\:tw-mt-15{
    margin-top: 15px;
  }
  .pc\:tw-hidden{
    display: none;
  }
  .pc\:tw-w-30\%{
    width: 30%;
  }
  .pc\:tw-w-37\%{
    width: 37%;
  }
  .pc\:tw-w-80\%{
    width: 80%;
  }
}

@media screen and (max-width: 768px){
  .sp\:tw-mt-12{
    margin-top: 12px;
  }
  .sp\:tw-hidden{
    display: none;
  }
  .sp\:tw-w-100\%{
    width: 100%;
  }
  .sp\:tw-w-50\%{
    width: 50%;
  }
  .sp\:tw-w-60\%{
    width: 60%;
  }
  .sp\:tw-w-80\%{
    width: 80%;
  }
}


.NewFunction {
    padding-bottom: 80px;
}

@media screen and (min-width: 768.02px),
print {
    .NewFunction {
        padding-top: 90px;
    }
}

@media screen and (max-width: 768px) {
    .NewFunction {
        padding-top: 60px;
    }
}

.NewFunction h1 {
    font-weight: 700;
}

@media screen and (min-width: 768.02px),
print {
    .NewFunction h1 {
        margin-bottom: 62px;
        font-size: 34px;
        line-height: 1.4117647059;
        color: #ffd940;
    }
}

@media screen and (max-width: 768px) {
    .NewFunction h1 {
        margin-bottom: 62px;
        font-size: 26px;
        line-height: 1.5384615385;
        color: #ffd940;
    }
}

.NewFunction h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 34px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid #ffd940;
    color: #ffd940;
}

.NewFunction> :not(h1)+h2 {
    margin-top: 70px;
}

.NewFunction h3 {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #ffd940;
}

.NewFunction> :not(h1):not(h2)+h3 {
    margin-top: 40px;
}

.NewFunction p {
    font-size: 16px;
    line-height: 1.875;
    color: #685bc7;
}

.NewFunction> :not(h1):not(h2):not(h3)+p {
    margin-top: 40px;
}

.NewFunction> :not(h1):not(h2):not(h3)+img,
.NewFunction> :not(h1):not(h2):not(h3)+picture img {
    margin-top: 40px;
}

.NewFunction> :not(h1):not(h2):not(h3)+figure {
    margin-top: 40px;
}

.NewFunction figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8571428571;
    color: #685bc7;
}

.NewFunction__BackButtonArea {
    display: grid;
    justify-content: center;
}

.NewFunction :not(h1):not(h2):not(h3)+.NewFunction__BackButtonArea {
    margin-top: 50px;
}

.NewFunction__BackButton {
    position: relative;
    display: inline-block;
    min-width: 136px;
    padding: 15px 24px 15px 38px;
    font-size: 14px;
    color: #ffd940;
    text-align: center;
    border-radius: 9999px;
    box-shadow: inset 0 0 0 35px #685bc7;
    transition: box-shadow 0.3s, transform 0.3s;
    transform: scale3d(1, 1, 1);
    will-change: transform;
}

@media (hover: hover) {
    .NewFunction__BackButton:hover {
        color: #ffd940;
        box-shadow: inset 0 0 0 2px #ffd940;
        transform: scale3d(1.1, 1.1, 1);
    }
}

.NewFunction__BackButton::before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.NewFunction__ColumnLayout {
    display: grid;
    row-gap: 60px;
}

.NewFunction :not(h1):not(h2):not(h3)+.NewFunction__ColumnLayout {
    margin-top: 40px;
}

.NewFunction__ColumnLayout__Row {
    display: grid;
    row-gap: 40px;
}

@media screen and (min-width: 768.02px),
print {
    .NewFunction__ColumnLayout__Row {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 28px;
    }
}

.NewFunction :not(h1):not(h2):not(h3)+.NewFunction__StepLayout {
    margin-top: 40px;
}

.NewFunction__LinkList {
    display: grid;
    row-gap: 12px;
    color: #ffd940;
    background-color: #685bc7;
}

.NewFunction :not(h1):not(h2):not(h3)+.NewFunction__LinkList {
    margin-top: 60px;
}

@media screen and (min-width: 768.02px),
print {
    .NewFunction__LinkList {
        padding: 40px;
    }
}

@media screen and (max-width: 768px) {
    .NewFunction__LinkList {
        padding: 25px 20px;
    }
}

.NewFunction__LinkList>li {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.NewFunction__LinkList a {
    transition: opacity 0.2s;
}

@media (hover: hover) {
    .NewFunction__LinkList a:hover {
        opacity: 0.7;
    }
}

.NewFunction .StepLayout__Step {
    color: #685bc7;
}
.NewFunction .StepLayout__Text {
    color: #685bc7;
}


.head {
    padding: 80px 0 0;
}
.head .title {
    font-size: 34px !important;
    font-weight: 300 !important;
    text-align: center;
    margin: 0 0 30px !important;
    letter-spacing: 0.15em;
}

.head .border {
    width: 200px;
    height: 1px;
    position: relative;
    margin: 0 auto 65px;
    background: #ffd940;
}

.head .border::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #ffd940 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -10px; 
}

.head .border::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #40c3c3 transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: 50%;
    margin: 0 0 0 -10px; 
}

.info_detail{
  padding: 25px 0;
  margin: 0 auto 50px;
  border-top: 1px solid #ffd940;
  border-bottom: 1px solid #ffd940;
}

.info_detail .info_detail_row{
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}

.info_detail .info_detail_row:last-child{
  margin-bottom: 0;
}

.info_detail .info_detail_row .row_label{
  width: 230px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  display: inline-block;
}

.info_detail .info_detail_row .row_contents{
  width: 590px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  display: inline-block;
}

.info_detail .info_detail_row .row_contents .version{
  font-size: 26px;
  margin: 0 0 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .Faq__Answer__Content video{
    width: 100%;
  }
}