@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;
  color: #999;
  background-color: #262626;
  image-rendering: -webkit-optimize-contrast;
}
main ::-webkit-full-page-media,
main :future, :root main {
  image-rendering: auto;
}
main:lang(ja) {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
main:lang(zh-cmn-Hans) {
  font-family: "Roboto", "Noto Sans SC", sans-serif;
}
main:lang(zh-cmn-Hant) {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}
main: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--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--arrow::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 22px;
  height: 18px;
  content: "";
  background-color: currentColor;
  transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%23999"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%23999"/></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%;
}
@media screen and (max-width: 768px) {
  .Hero .Button {
    padding: 10px 24px 10px 16px;
    font-size: 12px;
  }
  .Hero .Button::after {
    right: 12px;
  }
}
.Supplies .Button {
  width: 100%;
  max-width: 136px;
  padding: 15px 24px;
  text-align: left;
}
.Supplies .Button:lang(fr) {
  max-width: 180px;
}
.Supplies .Button:lang(de) {
  max-width: 168px;
}
@media screen and (min-width: 768.02px), print {
  .Supplies .Button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies .Button {
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
  }
}

.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);
  }
}
@media screen and (max-width: 768px) {
  .Width {
    width: 90%;
  }
}

.LocalNavPc {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  color: #262626;
  background-color: #ff4d33;
  box-shadow: 0 10px 4px rgba(65, 19, 48, 0.14);
}
@media screen and (max-width: 768px) {
  .LocalNavPc {
    display: none;
  }
}
.LocalNavPc:focus-within {
  opacity: 1;
}

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

.LocalNavPc__List {
  display: grid;
  grid-auto-flow: column;
  column-gap: 4px;
  align-items: center;
  justify-self: center;
  width: 100%;
  max-width: 760px;
  height: 100%;
}
.LocalNavPc__List li {
  height: 100%;
}
.LocalNavPc__List a {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  padding-right: 3%;
  padding-left: 3%;
  font-size: 14px;
  line-height: 1.25;
}
.LocalNavPc__List a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .LocalNavPc__List a:where(:any-link, :enabled, summary):hover::before {
    opacity: 0.05;
  }
}

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

.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: 0;
  width: 50px;
  height: 50px;
  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: #ff4d33;
}
.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: #262626;
}
.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;
}
.LocalNavSp__Modal:not(.is-open) {
  display: none;
}

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

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

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

.VideoPlayer {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  color: #ff4d33;
}
.VideoPlayer > iframe,
.VideoPlayer > video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.VideoPlayer > iframe {
  visibility: hidden;
}

.VideoPlayer__Thumbnail {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: calc(100% + 1px);
  transform: translateX(-50%);
}
.VideoPlayer__Thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.VideoPlayer__Cover__Layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  height: 100%;
}
@media screen and (min-width: 768.02px), print {
  .VideoPlayer__Cover__Layout {
    row-gap: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .VideoPlayer__Cover__Layout {
    row-gap: 10px;
    font-size: 12px;
  }
}

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

.VideoPlayer__Text {
  font-size: 16px;
}

.ManualList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
  grid-auto-rows: minmax(120px, 1fr);
  row-gap: 44px;
  column-gap: 5%;
}
@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;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .ManualList__Link: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="%23999999" 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;
}

.Spec {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .Spec {
    padding-top: 80px;
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 768px) {
  .Spec {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.Spec h1 {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Spec h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .Spec h1 {
    font-size: 32px;
  }
}

.Spec__List {
  display: grid;
  line-height: 1.875;
}
@media screen and (min-width: 768.02px), print {
  .Spec__List {
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .Spec__List {
    margin-top: 50px;
  }
}
.Spec__List > li {
  display: grid;
  background-image: linear-gradient(to right, #ff4d33 0 28%, rgba(255, 255, 255, 0.2) 28% 100%);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 1px;
}
.Spec__List > li:last-child {
  background-image: linear-gradient(to right, #ff4d33 0 28%, rgba(255, 255, 255, 0.2) 28% 100%), linear-gradient(to right, #ff4d33 0 28%, rgba(255, 255, 255, 0.2) 28% 100%);
  background-position: top, bottom;
}
@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__Heading {
  font-weight: 700;
}

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

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

.FlashSlide {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.8), 0 1px 8px rgba(0, 0, 0, 0.8);
}
.FlashSlide .splide__track::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  content: "";
  background-image: linear-gradient(300deg, rgba(0, 0, 0, 0.3) 0, transparent 12%);
}
.FlashSlide .splide__slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768.02px), print {
  .FlashSlide .splide__slide {
    aspect-ratio: 1440/640;
  }
}
@media screen and (max-width: 768px) {
  .FlashSlide .splide__slide {
    aspect-ratio: 375/480;
  }
}
.FlashSlide .splide__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.FlashSlide .splide__toggle {
  position: absolute;
  z-index: 2;
  color: #fff;
  border: solid 1px #999;
  border-radius: 9999px;
}
@media screen and (min-width: 768.02px), print {
  .FlashSlide .splide__toggle {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .FlashSlide .splide__toggle {
    right: 14px;
    bottom: 12px;
    width: 32px;
    height: 32px;
  }
}
.FlashSlide .splide__toggle .splide__toggle__play,
.FlashSlide .splide__toggle .splide__toggle__pause {
  position: absolute;
  top: 50%;
  content: "";
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.FlashSlide .splide__toggle .splide__toggle__pause {
  left: 50%;
  -webkit-clip-path: polygon(10% 0, 90% 0, 90% 100%, 70% 100%, 70% 0, 30% 0, 30% 100%, 10% 100%);
          clip-path: polygon(10% 0, 90% 0, 90% 100%, 70% 100%, 70% 0, 30% 0, 30% 100%, 10% 100%);
}
@media screen and (min-width: 768.02px), print {
  .FlashSlide .splide__toggle .splide__toggle__pause {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .FlashSlide .splide__toggle .splide__toggle__pause {
    width: 10px;
    height: 10px;
  }
}
.FlashSlide .splide__toggle .splide__toggle__play {
  left: 54%;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 768.02px), print {
  .FlashSlide .splide__toggle .splide__toggle__play {
    width: 16px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .FlashSlide .splide__toggle .splide__toggle__play {
    width: 10px;
    height: 12px;
  }
}
.FlashSlide .splide__toggle::after {
  position: absolute;
  right: -3%;
  bottom: -3%;
  display: block;
  width: 108%;
  height: 108%;
  content: "";
  background-image: conic-gradient(currentColor 0deg calc(360deg * var(--autoplay-rate)), transparent calc(360deg * var(--autoplay-rate)) 360deg);
  border-radius: 9999px;
  -webkit-mask-image: radial-gradient(transparent 62%, #000 64% 100%);
          mask-image: radial-gradient(transparent 62%, #000 64% 100%);
}

.FlashSlide__Flash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
}

.Hero {
  position: relative;
  overflow: hidden;
  background-color: #1c1d1d;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768.02px), print {
  .Hero {
    height: 600px;
    background-image: url(/sq40/assets/css/pic_hero_bg_pc.jpg);
    background-position: bottom;
  }
}
@media screen and (max-width: 768px) {
  .Hero {
    padding-bottom: 50px;
    background-image: url(/sq40/assets/css/pic_hero_bg_sp.jpg);
    background-position: top;
  }
}
.Hero::before {
  position: absolute;
  left: 50%;
  display: block;
  height: 100%;
  content: "";
  background-position: center;
  transform: translateX(-50%);
}
@media screen and (min-width: 768.02px), print {
  .Hero::before {
    width: 1440px;
    background-image: linear-gradient(to right, #1c1d1d 0, transparent 10% 90%, #1c1d1d 100%), linear-gradient(to bottom, transparent 0% 90%, #1c1d1d 100%);
  }
}
@media screen and (max-width: 768px) {
  .Hero::before {
    width: 100%;
    height: 695px;
    background-image: linear-gradient(to right, #1c1d1d 0, transparent 10% 90%, #1c1d1d 100%), linear-gradient(to bottom, transparent 0% 90%, #1c1d1d 100%);
  }
}
.Hero [data-hero],
.Hero [data-hero=print] > * {
  opacity: 0;
}

.Hero__Inner {
  position: relative;
  z-index: 0;
  column-gap: 40px;
  align-items: center;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Inner {
    display: grid;
    grid-template-columns: 1fr 46.0714285714%;
    width: calc(100% - 60px);
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
    max-width: clamp(1160px, 80.5555555556vw, 1392px);
  }
}
@media screen and (max-width: 768px) {
  .Hero__Inner {
    margin-top: 76px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Inner::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 45px;
    content: "";
    box-shadow: inset 0 -20px 20px -10px rgba(0, 0, 0, 0.6);
    -webkit-mask-image: linear-gradient(to right, transparent 2%, #000 10% 98%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 2%, #000 10% 98%, transparent 100%);
  }
}

.Hero__Image {
  position: relative;
  display: grid;
  justify-items: center;
  filter: drop-shadow(-70px -50px 6px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
@media screen and (min-width: 768.02px), print {
  .Hero__Image {
    justify-self: center;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 190px;
    margin-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Image {
    z-index: -1;
    padding-top: 112px;
    margin-top: 10px;
  }
  .Hero__Image::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 300%;
    content: "";
    box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.3), inset 0 -20px 40px -20px rgba(0, 0, 0, 0.6);
  }
}

.Hero__Image__Photo {
  position: absolute;
  z-index: 1;
  height: 60%;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Image__Photo {
    -webkit-mask-image: linear-gradient(to bottom, black 66.6%, transparent 33.4%);
            mask-image: linear-gradient(to bottom, black 66.6%, transparent 33.4%);
    left: 32.6%;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Image__Photo {
    -webkit-mask-image: linear-gradient(to bottom, black 63.4%, transparent 36.6%);
            mask-image: linear-gradient(to bottom, black 63.4%, transparent 36.6%);
    top: 2%;
    transform: translateX(8px);
  }
}
.Hero__Image__Photo img {
  position: relative;
  height: auto;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Image__Photo img {
    width: 163px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Image__Photo img {
    width: 94px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Hero__Image__Camera {
    width: 343px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Image__Camera {
    width: 200px;
  }
}
.Hero__Image__Camera img {
  width: 100%;
  height: auto;
}
.Hero__Image__Camera::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/sq40/assets/css/pic_hero_camera.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  transform: scale(1, -1) translateY(3px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 80%, #000 100%);
          mask-image: linear-gradient(to bottom, transparent 80%, #000 100%);
}

@media screen and (max-width: 768px) {
  .Hero__Content {
    display: grid;
    justify-items: center;
    width: 90%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768.02px), print {
  .Hero__Copy {
    font-size: 53px;
    font-weight: 900;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Copy {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
}

.Hero__Print {
  display: flex;
  column-gap: 6px;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Print {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Print {
    max-width: 200px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Print img {
    width: 65px;
    height: auto;
  }
  .Hero__Product {
    max-width: 280px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Product {
    grid-row-start: 1;
    max-width: 214px;
  }
}

.Hero__Addition {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: #ff4d33;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Hero__Addition {
    margin-top: 36px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Addition {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__Addition > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__Addition > span {
    font-size: 10px;
  }
}

.Hero__ScrollDown {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-auto-flow: column;
  column-gap: 8px;
  color: #999;
}
@media screen and (min-width: 768.02px), print {
  .Hero__ScrollDown {
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__ScrollDown {
    right: 5%;
  }
}

.Hero__ScrollDown__Text {
  writing-mode: vertical-lr;
}

.Hero__ScrollDown__Bar {
  position: relative;
  width: 2px;
  height: 85px;
  background-color: currentColor;
}
@keyframes scroll-down {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: calc(100% - 6px);
  }
}
.Hero__ScrollDown__Bar::after {
  position: absolute;
  left: -2px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background-color: currentColor;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.Hero__LanguageSwitcher {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768.02px), print {
  .Hero__LanguageSwitcher {
    top: 16px;
    right: 4px;
  }
}
@media screen and (max-width: 768px) {
  .Hero__LanguageSwitcher {
    top: 8px;
    left: 2%;
    width: 112px;
  }
}
@media (hover: hover) {
  .Hero__LanguageSwitcher button {
    transition: filter 0.3s;
  }
  .Hero__LanguageSwitcher button:hover {
    filter: brightness(1.5);
  }
}
@media screen and (min-width: 768.02px), print {
  .Hero__LanguageSwitcher button {
    width: 156px;
    height: 62px;
  }
}

.HeadingBlock {
  position: relative;
  z-index: 1;
  padding-right: 5%;
  padding-left: 5%;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.8), 0 1px 8px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768.02px), print {
  .HeadingBlock {
    padding-top: 31%;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .HeadingBlock {
    display: grid;
    align-items: end;
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.HeadingBlock::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  content: "";
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
}

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

.HeadingBlock__Title {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .HeadingBlock__Title {
    font-size: 100px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .HeadingBlock__Title {
    padding-bottom: 18%;
    font-size: 50px;
  }
}

.Supplies {
  overflow: hidden;
}
@media screen and (min-width: 768.02px), print {
  .Supplies {
    padding-top: 100px;
    padding-bottom: 92px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Supplies__Section {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 68px;
    column-gap: 14%;
  }
}

.Supplies__Heading {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Supplies__Heading {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__Heading {
    font-size: 36px;
    text-align: center;
  }
  .Supplies__Heading:not(:first-child) {
    margin-top: 76px;
  }
  .Supplies__Content {
    margin-top: 24px;
  }
}

.Supplies__Label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Supplies__Label {
    text-align: center;
  }
}
.Supplies__Label > span {
  margin-left: 8px;
  font-size: 26px;
  color: #ff4d33;
}

@media screen and (min-width: 768.02px), print {
  .Supplies__Row {
    display: flex;
    column-gap: 4%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__Row {
    gap: 20px;
    justify-items: center;
    margin-top: 16px;
  }
  .Supplies__Row.Supplies__Row--camera {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .Supplies__Row.Supplies__Row--film {
    display: grid;
    grid-template-columns: 1fr;
  }
  .Supplies__Row.Supplies__Row--camera .Supplies__Image:first-child {
    grid-column: 1/3;
  }
  .Supplies__Row.Supplies__Row--film .Supplies__Image:first-child {
    width: 35.7333333333%;
    min-width: 134px;
  }
}

.Supplies__Notes {
  font-size: 11px;
  line-height: 1.6363636364;
  color: #fff;
}
@media screen and (min-width: 768.02px), print {
  .Supplies__Notes {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .Supplies__Notes {
    margin-top: 48px;
  }
}
.Supplies__Notes li {
  display: flex;
  opacity: 0.6;
}
.Supplies__Notes li span {
  display: inline-block;
  margin-right: 5px;
}

.ProductDesign {
  overflow: hidden;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign {
    padding-top: 76px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768.02px), print {
  .ProductDesign__Title {
    position: relative;
    max-width: 1440px;
    aspect-ratio: 1440/448;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Title {
    display: grid;
    justify-items: center;
  }
}

@media screen and (min-width: 768.02px), print {
  .ProductDesign__Title__Image {
    position: absolute;
    top: -4%;
    right: 0;
    width: 49.3055555556%;
    aspect-ratio: 710/448;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Title__Image {
    width: 90%;
    margin-top: 40px;
  }
}
.ProductDesign__Title__Image img {
  width: 100%;
}

.ProductDesign__Content {
  position: relative;
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Content {
    aspect-ratio: 1440/490;
    margin-top: 124px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Content {
    row-gap: 45px;
    justify-items: center;
    margin-top: 74px;
  }
}

.ProductDesign__Content__Image {
  overflow: hidden;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Content__Image {
    position: absolute;
    top: 0;
    width: 50.9722222222%;
    aspect-ratio: 734/490;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Content__Image {
    position: relative;
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Content:nth-child(even) .ProductDesign__Content__Image {
    left: 0;
  }
  .ProductDesign__Content:nth-child(odd) .ProductDesign__Content__Image {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Content:nth-child(odd) .ProductDesign__Content__Image {
    grid-row-start: 1;
    width: 90%;
  }
}
.ProductDesign__Content__Image::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #999;
}
@keyframes scroll-wipe {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
.ProductDesign__Content__Image[data-swipe] > * {
  opacity: 0;
}
.ProductDesign__Content__Image[data-swipe=show]::after {
  animation: scroll-wipe 1s cubic-bezier(0, 0.94, 0.72, 0.93);
}

@media screen and (min-width: 768.02px), print {
  .ProductDesign__Title .ProductDesign__HeadingWrapper {
    padding-top: 2%;
    padding-right: 40.9722222222%;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Title .ProductDesign__HeadingWrapper {
    text-align: center;
  }
}
.ProductDesign__Content .ProductDesign__HeadingWrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Content .ProductDesign__HeadingWrapper {
    width: calc(100% - 80px);
    max-width: 1160px;
    max-width: clamp(1160px, 80.5555555556vw, 1392px);
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Content .ProductDesign__HeadingWrapper {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
  }
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Content:nth-child(even) .ProductDesign__HeadingWrapper {
    padding-left: min(51.8%, 900px);
  }
  .ProductDesign__Content:nth-child(odd) .ProductDesign__HeadingWrapper {
    padding-right: min(50%, 900px);
  }
}
.ProductDesign__HeadingWrapper > p {
  font-weight: 700;
  color: #ff4d33;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__HeadingWrapper > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__HeadingWrapper > p {
    font-size: 16px;
  }
}
.ProductDesign__HeadingWrapper > h2 {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__HeadingWrapper > h2 {
    margin-top: 40px;
    font-size: 100px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__HeadingWrapper > h2 {
    margin-top: 16px;
    font-size: 50px;
    line-height: 1;
  }
}
.ProductDesign__HeadingWrapper > h3 {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__HeadingWrapper > h3 {
    margin-top: 36px;
    font-size: 38px;
    line-height: 1.4;
  }
  .ProductDesign__HeadingWrapper > h3:not(:lang(ja)) {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__HeadingWrapper > h3 {
    margin-top: 16px;
    font-size: 24px;
    line-height: 1.4;
  }
}

.ProductDesign__Video {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .ProductDesign__Video {
    width: 100%;
    max-width: 828px;
    margin-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .ProductDesign__Video {
    width: 90%;
    margin-top: 80px;
  }
}

@media screen and (min-width: 768.02px), print {
  .ProductSlider {
    width: calc(100% - 60px);
    max-width: 1160px;
    max-width: clamp(1160px, 80.5555555556vw, 1392px);
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .ProductSlider {
    margin-top: 78px;
  }
}
.ProductSlider .splide__slide {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
  width: calc((100% + var(--gap)) / var(--per-page) - var(--gap));
  margin-right: var(--gap);
}
@media screen and (min-width: 768.02px), print {
  .ProductSlider .splide__slide {
    --per-page: 3;
    --gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ProductSlider .splide__slide {
    --per-page: 2;
    --gap: 6px;
  }
}
.ProductSlider .splide__slide img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  transform: scale3d(0.7, 0.7, 0.7);
  transform-origin: bottom;
}
.ProductSlider .splide__slide.is-active img {
  transform: scale3d(1, 1, 1);
}
.ProductSlider .splide__arrows {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
}
@media screen and (min-width: 768.02px), print {
  .ProductSlider .splide__arrows {
    column-gap: 28px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .ProductSlider .splide__arrows {
    column-gap: 22px;
    margin-top: 36px;
  }
}
.ProductSlider .splide__arrow {
  position: relative;
  width: 35px;
  height: 32px;
  padding: 8px;
}
.ProductSlider .splide__arrow.splide__arrow--prev {
  transform: scaleX(-1);
}
.ProductSlider .splide__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  background-color: #ff4d33;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ProductSlider .splide__pagination button {
  display: block;
  padding: 10px 3px;
}
.ProductSlider .splide__pagination button:not(.is-active) {
  color: #999;
}
.ProductSlider .splide__pagination button.is-active {
  color: #ff4d33;
}
.ProductSlider .splide__pagination button::after {
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: currentColor;
}

.ProductSlider__Inner {
  display: grid;
  align-items: end;
  justify-items: center;
}

.Information {
  background-color: #1c1d1d;
}
@media screen and (min-width: 768.02px), print {
  .Information {
    box-shadow: inset 0 29px 29px -29px rgba(0, 0, 0, 0.1);
  }
}

.Information__Inner {
  position: relative;
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .Information__Inner {
    grid-template-columns: auto 1fr;
    grid-auto-flow: column;
    column-gap: 8%;
    padding-top: 27px;
    padding-right: 90px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .Information__Inner {
    row-gap: 20px;
    padding-right: 54px;
    padding-bottom: 25px;
  }
}

.Information__Label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #999;
}

.Information__Content {
  position: relative;
}

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

.Information__Date {
  color: #999;
}
@media screen and (min-width: 768.02px), print {
  .Information__Date {
    min-width: 96px;
    font-size: 16px;
  }
  .Information__Date:lang(ko) {
    min-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .Information__Date {
    min-width: 72px;
    font-size: 12px;
  }
}

.Information__Text {
  line-height: 1.5625;
  color: #999;
}
@media screen and (min-width: 768.02px), print {
  .Information__Text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Information__Text {
    display: block;
    margin-top: 4px;
    font-size: 14px;
  }
}
.Information__Text a[href] {
  background-image: linear-gradient(to top, #262626 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;
  top: 50%;
  z-index: 0;
  width: 40px;
  height: 40px;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 768.02px), print {
  .Information__Button {
    right: -25px;
  }
}
@media screen and (max-width: 768px) {
  .Information__Button {
    right: -12px;
  }
}
.Information__Button::before, .Information__Button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #262626;
}
.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__Square {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #999;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
}
@media (hover: hover) {
  :where(:any-link, :enabled, summary):hover .Information__Button__Square {
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
  }
}

.Features {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #1c1d1d;
  background-repeat: repeat-y;
  box-shadow: inset 0 -30px 10px -30px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768.02px), print {
  .Features {
    padding-top: 120px;
    padding-bottom: 150px;
    background-image: url(/sq40/assets/css/pic_features_bg_pc.jpg);
    background-position: center;
    background-size: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .Features {
    padding-top: 90px;
    padding-bottom: 100px;
    background-image: url(/sq40/assets/css/pic_features_bg_sp.jpg);
    background-position: 42%;
    background-size: 1270px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Features::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: 1440px;
    height: 100%;
    content: "";
    background-image: linear-gradient(to right, #1c1d1d 0, transparent 10% 90%, #1c1d1d 100%);
    background-position: center;
    transform: translateX(-50%);
  }
}

@keyframes mask-animation {
  0% {
    -webkit-clip-path: inset(50% 50% 50%);
            clip-path: inset(50% 50% 50%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0);
            clip-path: inset(0 0 0);
  }
}
.Features__Card {
  display: grid;
  align-items: center;
  background-color: #1c1d1d;
  animation-name: mask-animation;
  animation-duration: 0.75s;
  animation-play-state: paused;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.Features__Card[data-features=show] {
  animation-play-state: running;
}
@media screen and (min-width: 768.02px), print {
  .Features__Card {
    grid-template-columns: 48.7068965517% 51.2931034483%;
  }
  .Features__Card + .Features__Card {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .Features__Card + .Features__Card {
    margin-top: 80px;
  }
}

.Features__Image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.Features__Image .Features__Image__Bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.Features__Image [data-features-01],
.Features__Image [data-features-02],
.Features__Image [data-features-03] {
  opacity: 0;
}
.Features__Image [data-features-01=hand] {
  position: absolute;
  right: -8%;
  bottom: -4%;
  width: 100%;
  transform: translate(4%, 6%) rotate(-30deg);
  transform-origin: bottom right;
}
.Features__Image [data-features-02=photo] {
  position: absolute;
  top: 6.4%;
  left: 46.2%;
  width: 32.4%;
  -webkit-mask-image: linear-gradient(214deg, black 72%, transparent 28%);
          mask-image: linear-gradient(214deg, black 72%, transparent 28%);
}
.Features__Image [data-features-02=camera] {
  position: absolute;
  top: -2.3%;
  left: -3%;
  width: 111%;
}
.Features__Image [data-features-03=camera] {
  position: absolute;
  bottom: -22%;
  left: -6%;
  width: 88%;
  opacity: 0;
}
.Features__Image [data-features-03=line] {
  position: absolute;
  right: 17.4%;
  bottom: 17%;
  width: 32%;
  -webkit-mask-image: linear-gradient(to right, black 0% 50%, transparent 50% 100%);
          mask-image: linear-gradient(to right, black 0% 50%, transparent 50% 100%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-position: 68%;
          mask-position: 68%;
}
.Features__Image [data-features-03=circle] {
  position: absolute;
  right: 4.7%;
  bottom: 4.1%;
  width: 25%;
}
.Features__Image img {
  width: 100%;
  height: auto;
}

.Features__Content {
  display: grid;
  align-content: center;
  height: 100%;
  box-shadow: inset 1px 1px 1px 1px #000, inset -1px -1px 2px 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768.02px), print {
  .Features__Content {
    padding-right: 8%;
    padding-left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .Features__Content {
    grid-row-start: 1;
    padding: 15% 12%;
  }
}

.Features__Heading > p {
  position: relative;
  left: -1%;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #ff4d33;
}
@media screen and (min-width: 768.02px), print {
  .Features__Heading > p {
    font-size: clamp(28px, 4.6153846154vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .Features__Heading > p {
    font-size: 28px;
  }
}
@media screen and (min-width: 768.02px), print {
  .Features__Heading > p img {
    width: 3.2em;
    min-width: 92px;
    max-width: 152px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .Features__Heading > p img {
    width: 92px;
  }
}
.Features__Heading > h3 {
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Features__Heading > h3 {
    margin-top: 10px;
    font-size: clamp(24px, 3.8461538462vw, 40px);
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .Features__Heading > h3 {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.19;
  }
}

@media screen and (min-width: 768.02px), print {
  .Features__Text {
    margin-top: 40px;
    font-size: clamp(14px, 1.9230769231vw, 20px);
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .Features__Text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.Features__Note {
  display: flex;
  column-gap: 4px;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.2;
}

.Features__Function {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768.02px), print {
  .Features__Function {
    column-gap: 18px;
    margin-top: 22px;
    font-size: clamp(18px, 1.9230769231vw, 20px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .Features__Function {
    column-gap: 12px;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.Features__Function span {
  line-height: 1.2;
  color: #262626;
  background-color: #999;
  border-radius: 9999px;
}
@media screen and (min-width: 768.02px), print {
  .Features__Function span {
    padding: 6px 14px;
    font-size: clamp(12px, 1.3461538462vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .Features__Function span {
    padding: 5px 12px;
    font-size: 12px;
  }
}

.Features__Links {
  position: relative;
  display: grid;
  line-height: 1.6;
  color: #999;
}
@media screen and (min-width: 768.02px), print {
  .Features__Links {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    row-gap: 24px;
    column-gap: 2.5%;
    margin-top: 100px;
    font-size: 20px;
  }
  .Features__Links:lang(de) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .Features__Links {
    gap: 16px;
    margin-top: 80px;
    font-size: 18px;
  }
  .Features__Links:lang(de) {
    font-size: 16px;
  }
}

.Features__Link {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  height: 100%;
  font-weight: 700;
  background-color: #999;
  border-radius: 9999px;
  box-shadow: inset 0 0 0 80px #000;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}
@media (hover: hover) {
  .Features__Link:where(:any-link, :enabled, summary):hover {
    color: #000;
    box-shadow: inset 0 0 0 2px #000;
    transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (min-width: 768.02px), print {
  .Features__Link {
    column-gap: 20px;
    padding: 30px 56px 30px 31px;
  }
}
@media screen and (max-width: 768px) {
  .Features__Link {
    column-gap: 14px;
    padding: 21px 48px 21px 22px;
  }
}
.Features__Link::before, .Features__Link::after {
  display: block;
  content: "";
}
.Features__Link::before {
  width: 50px;
  height: 50px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
}
.Features__Link.Features__Link--spec::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><g><path fill="%23999" d="M40,2.6c20.6,0,37.4,16.8,37.4,37.4S60.6,77.4,40,77.4S2.6,60.6,2.6,40S19.4,2.6,40,2.6 M40,0 C17.9,0,0,17.9,0,40s17.9,40,40,40c22.1,0,40-17.9,40-40S62.1,0,40,0L40,0z" /></g><g><path fill="none" stroke="%23999" stroke-width="2.6" stroke-miterlimit="10" d="M61.6,61.4H18.4c-1.6,0-2.8-1.3-2.8-2.8V21.4c0-1.6,1.3-2.8,2.8-2.8h43.2c1.6,0,2.8,1.3,2.8,2.8v37.2 C64.4,60.1,63.2,61.4,61.6,61.4z" /><path fill="none" stroke="%23999" stroke-width="2.6" stroke-miterlimit="10" d="M58.6,26.3h-6.3c-1.2,0-2.2-1-2.2-2.2v0c0-1.2,1-2.2,2.2-2.2h6.3c1.2,0,2.2,1,2.2,2.2v0 C60.8,25.3,59.8,26.3,58.6,26.3z" /><circle fill="none" stroke="%23999" stroke-width="2.6" stroke-miterlimit="10" cx="43.1" cy="43.5" r="14.9" /><circle fill="%23999" cx="43.1" cy="43.5" r="4.8" /><path fill="none" stroke="%23999" stroke-width="2.6" stroke-miterlimit="10" d="M23.3,41.2h-3.1c-0.4,0-0.8-0.4-0.8-0.8v-7.1c0-0.4,0.4-0.8,0.8-0.8h3.1c0.4,0,0.8,0.4,0.8,0.8v7.1 C24.1,40.9,23.7,41.2,23.3,41.2z" /><path fill="%23999" d="M24.1,28.4h-4.9c-0.7,0-1.2-0.5-1.2-1.2v-4.9c0-0.7,0.5-1.2,1.2-1.2h4.9c0.7,0,1.2,0.5,1.2,1.2v4.9 C25.3,27.9,24.8,28.4,24.1,28.4z" /></g></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><g><path fill="%23999" d="M40,2.6c20.6,0,37.4,16.8,37.4,37.4S60.6,77.4,40,77.4S2.6,60.6,2.6,40S19.4,2.6,40,2.6 M40,0 C17.9,0,0,17.9,0,40s17.9,40,40,40c22.1,0,40-17.9,40-40S62.1,0,40,0L40,0z" /></g><g><path fill="none" stroke="%23999" stroke-width="2.6" stroke-miterlimit="10" d="M61.6,61.4H18.4c-1.6,0-2.8-1.3-2.8-2.8V21.4c0-1.6,1.3-2.8,2.8-2.8h43.2c1.6,0,2.8,1.3,2.8,2.8v37.2 C64.4,60.1,63.2,61.4,61.6,61.4z" /><path fill="none" stroke="%23999" stroke-width="2.6" stroke-miterlimit="10" d="M58.6,26.3h-6.3c-1.2,0-2.2-1-2.2-2.2v0c0-1.2,1-2.2,2.2-2.2h6.3c1.2,0,2.2,1,2.2,2.2v0 C60.8,25.3,59.8,26.3,58.6,26.3z" /><circle fill="none" stroke="%23999" stroke-width="2.6" stroke-miterlimit="10" cx="43.1" cy="43.5" r="14.9" /><circle fill="%23999" cx="43.1" cy="43.5" r="4.8" /><path fill="none" stroke="%23999" stroke-width="2.6" stroke-miterlimit="10" d="M23.3,41.2h-3.1c-0.4,0-0.8-0.4-0.8-0.8v-7.1c0-0.4,0.4-0.8,0.8-0.8h3.1c0.4,0,0.8,0.4,0.8,0.8v7.1 C24.1,40.9,23.7,41.2,23.3,41.2z" /><path fill="%23999" d="M24.1,28.4h-4.9c-0.7,0-1.2-0.5-1.2-1.2v-4.9c0-0.7,0.5-1.2,1.2-1.2h4.9c0.7,0,1.2,0.5,1.2,1.2v4.9 C25.3,27.9,24.8,28.4,24.1,28.4z" /></g></svg>');
}
.Features__Link.Features__Link--manual::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><path d="m40,2.6c20.622,0,37.4,16.778,37.4,37.4s-16.778,37.4-37.4,37.4S2.6,60.622,2.6,40,19.378,2.6,40,2.6m0-2.6C17.909,0,0,17.909,0,40s17.909,40,40,40,40-17.909,40-40S62.091,0,40,0h0Z" fill="%23999"/><path d="m61.228,26.845c-6.943-1.528-14.275-1.541-21.228-.053-6.953-1.487-14.285-1.474-21.228.053-.596.131-1.021.659-1.021,1.27v25.803c0,.394.178.767.485,1.013.307.248.709.343,1.094.256,6.662-1.465,13.707-1.466,20.37-.004.003,0,.005,0,.008.002.004,0,.008.001.012.002.026.006.052.004.078.008.066.01.132.022.2.022,0,0,0,0,.001,0,.001,0,.003,0,.004,0,.092,0,.184-.009.275-.03,6.669-1.467,13.721-1.467,20.39,0,.093.021.186.03.279.03.293,0,.582-.099.814-.287.307-.247.485-.619.485-1.013v-25.803c0-.61-.424-1.139-1.021-1.27Zm-40.876,25.483v-23.156c6.024-1.184,12.324-1.184,18.349,0v23.156c-3.017-.56-6.096-.84-9.174-.84s-6.157.28-9.174.84Zm39.297,0c-3.017-.56-6.096-.84-9.174-.84s-6.157.28-9.174.84v-23.156c6.024-1.184,12.324-1.184,18.349,0v23.156Z" fill="%23999"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><path d="m40,2.6c20.622,0,37.4,16.778,37.4,37.4s-16.778,37.4-37.4,37.4S2.6,60.622,2.6,40,19.378,2.6,40,2.6m0-2.6C17.909,0,0,17.909,0,40s17.909,40,40,40,40-17.909,40-40S62.091,0,40,0h0Z" fill="%23999"/><path d="m61.228,26.845c-6.943-1.528-14.275-1.541-21.228-.053-6.953-1.487-14.285-1.474-21.228.053-.596.131-1.021.659-1.021,1.27v25.803c0,.394.178.767.485,1.013.307.248.709.343,1.094.256,6.662-1.465,13.707-1.466,20.37-.004.003,0,.005,0,.008.002.004,0,.008.001.012.002.026.006.052.004.078.008.066.01.132.022.2.022,0,0,0,0,.001,0,.001,0,.003,0,.004,0,.092,0,.184-.009.275-.03,6.669-1.467,13.721-1.467,20.39,0,.093.021.186.03.279.03.293,0,.582-.099.814-.287.307-.247.485-.619.485-1.013v-25.803c0-.61-.424-1.139-1.021-1.27Zm-40.876,25.483v-23.156c6.024-1.184,12.324-1.184,18.349,0v23.156c-3.017-.56-6.096-.84-9.174-.84s-6.157.28-9.174.84Zm39.297,0c-3.017-.56-6.096-.84-9.174-.84s-6.157.28-9.174.84v-23.156c6.024-1.184,12.324-1.184,18.349,0v23.156Z" fill="%23999"/></svg>');
}
.Features__Link.Features__Link--shopping::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><path d="m40,2.6c20.622,0,37.4,16.778,37.4,37.4s-16.778,37.4-37.4,37.4S2.6,60.622,2.6,40,19.378,2.6,40,2.6m0-2.6C17.909,0,0,17.909,0,40s17.909,40,40,40,40-17.909,40-40S62.091,0,40,0h0Z" fill="%23999"/><path d="m52.078,47.121h-26.127c-.493,0-.912-.359-.988-.846l-2.484-15.892c-.19-1.213.748-2.309,1.976-2.309h30.599" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/><path d="m26.203,53.746h23.13c.985,0,1.824-.718,1.976-1.691l5.014-32.084c.152-.974.991-1.691,1.976-1.691h4.828" fill="none" stroke="%23999" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.6"/><g><circle cx="29.419" cy="61.287" r="3.269" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/><circle cx="48.091" cy="61.287" r="3.269" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/></g><line x1="23.607" y1="37.598" x2="53.137" y2="37.598" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/><g><g><line x1="33.711" y1="28.075" x2="33.711" y2="46.826" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1.411"/><line x1="43.462" y1="28.075" x2="43.462" y2="46.826" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1.411"/></g><g><line x1="33.711" y1="28.075" x2="33.711" y2="46.826" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/><line x1="43.462" y1="28.075" x2="43.462" y2="46.826" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/></g></g></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><path d="m40,2.6c20.622,0,37.4,16.778,37.4,37.4s-16.778,37.4-37.4,37.4S2.6,60.622,2.6,40,19.378,2.6,40,2.6m0-2.6C17.909,0,0,17.909,0,40s17.909,40,40,40,40-17.909,40-40S62.091,0,40,0h0Z" fill="%23999"/><path d="m52.078,47.121h-26.127c-.493,0-.912-.359-.988-.846l-2.484-15.892c-.19-1.213.748-2.309,1.976-2.309h30.599" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/><path d="m26.203,53.746h23.13c.985,0,1.824-.718,1.976-1.691l5.014-32.084c.152-.974.991-1.691,1.976-1.691h4.828" fill="none" stroke="%23999" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.6"/><g><circle cx="29.419" cy="61.287" r="3.269" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/><circle cx="48.091" cy="61.287" r="3.269" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/></g><line x1="23.607" y1="37.598" x2="53.137" y2="37.598" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/><g><g><line x1="33.711" y1="28.075" x2="33.711" y2="46.826" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1.411"/><line x1="43.462" y1="28.075" x2="43.462" y2="46.826" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1.411"/></g><g><line x1="33.711" y1="28.075" x2="33.711" y2="46.826" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/><line x1="43.462" y1="28.075" x2="43.462" y2="46.826" fill="none" stroke="%23999" stroke-miterlimit="10" stroke-width="2.6"/></g></g></svg>');
}
.Features__Link::after {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%23999"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%23999"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768.02px), print {
  .Features__Link::after {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .Features__Link::after {
    right: 32px;
  }
}

@media screen and (min-width: 768.02px), print {
  .Features__PhotoExamples {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .Features__PhotoExamples {
    margin-top: 110px;
  }
}

.Features__PhotoExamples__Loop {
  --item-margin: 0%;
  display: flex;
  animation: marquee 30s linear infinite;
}
@media screen and (min-width: 768.02px), print {
  .Features__PhotoExamples__Loop {
    --item-width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .Features__PhotoExamples__Loop {
    --item-width: 1200px;
  }
}
.Features__PhotoExamples__Loop.Features__PhotoExamples__Loop--reverse {
  animation-direction: reverse;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * (var(--item-width) + var(--item-margin))), 0, 0);
  }
}
.Features__PhotoExamples__Loop > li {
  flex-shrink: 0;
  width: var(--item-width);
  margin-left: var(--item-margin);
}
.Features__PhotoExamples__Loop > li img {
  width: 100%;
  height: auto;
  filter: drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change: filter;
}

.Features__PhotoExamples__Text {
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .Features__PhotoExamples__Text {
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .Features__PhotoExamples__Text {
    margin-top: 22px;
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.Features__PhotoExamples__Text:lang(ja) {
  margin-left: 0.5em;
  line-height: 1.2;
}
@media screen and (min-width: 768.02px), print {
  .Features__PhotoExamples__Text:lang(ja) {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .Features__PhotoExamples__Text:lang(ja) {
    font-size: 34px;
  }
}

.AppHeading {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .AppHeading {
    height: 300px;
    font-size: 36px;
    line-height: 1.4;
  }
}
@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;
}

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

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

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

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