@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600&display=swap");/*
Typography
*/


/*
Reset
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    background-attachment: scroll !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

audio, embed, img, object {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

img, picture {
  display: block;
  max-width: 100%;
}

button {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  text-transform: none;
}

button, input, select, textarea {
  -webkit-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, [type=button], [type=reset], [type=submit], label[for], select,
summary, [role=tab], [role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

ol, ul {
  list-style-type: "";
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

svg {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

textarea {
  field-sizing: content;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

* {
  -webkit-touch-callout: none;
}

input[type=text], select, textarea {
  font-size: 1rem;
}

input[type=text], input[type=tel], input[type=email], textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#map-canvas img {
  max-width: none;
}

#map-canvas label {
  display: inline;
  width: auto;
}

/*
Basic style
*/
:root {
  --primary: #001960;
  --primary-rgb: 0,25,96;
  --secondary: #0033a5;
  --tertiary: #1b68ef;
  --black: #222222;
  --white: #FFFFFF;
  --white-rgb: 256,256,256;
  --gray: #EFEFEF;
  --leading-trim: calc((1em - 1lh) / 2);
  --leading-trim-en: calc((1cap - 1lh) / 2);
}

body {
  background-color: var(--primary);
  color: var(--white);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100dvh;
  overflow-x: clip;
  overscroll-behavior-y: none;
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

b,
strong,
.-bold {
  font-weight: 600;
}

sup {
  display: inline-block;
  -webkit-transform: scale(0.8) translateX(-0.2em);
  margin-right: -0.2em;
          transform: scale(0.8) translateX(-0.2em);
}

.svg-spacer {
  fill: transparent;
}

@media (750px <= width) {
  .-sm {
    display: none !important;
  }
}

@media (width < 750px) {
  .-md {
    display: none !important;
  }
}
@media (1200px <= width) {
  .-md {
    display: none !important;
  }
}

@media (1200px <= width) {
  .-smd {
    display: none !important;
  }
}

@media (width < 1200px) {
  .-lg {
    display: none !important;
  }
}

@media (width < 1280px) {
  .-xl {
    display: none !important;
  }
}

/*
Loader
*/
@media (scripting: none) {
  .loader {
    display: none;
  }
}
.loader {
  align-items: center;
  background-color: var(--primary);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.8s ease-out;
  width: 100vw;
  z-index: calc(infinity);
}
.loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

/*
Header
*/
.is-fixed {
  position: fixed;
  width: 100%;
}

.header {
  background-color: var(--white);
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
.header__inner {
  align-items: center;
  display: flex;
  height: 13.0666666667vw;
  justify-content: space-between;
  padding-inline: 4.2666666667vw;
  width: 100%;
}
@media (750px <= width) {
  .header__inner {
    height: 60px;
    padding-inline: 60px;
  }
}
.header__dc {
  width: 15.7333333333vw;
}
@media (750px <= width) {
  .header__dc {
    width: 74px;
  }
}
.header__citizen {
  width: 11.3333333333vw;
}
@media (750px <= width) {
  .header__citizen {
    width: 85px;
  }
}

.navTrigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 4.2666666667vw;
  width: 6.4vw;
}
@media (750px <= width) {
  .navTrigger {
    height: 24px;
    width: 48px;
  }
}
.navTrigger span {
  background-color: var(--black);
  display: block;
  height: 2px;
  position: relative;
  transition: background-color 0.5s, width 0.5s;
  width: 100%;
}
.navTrigger span::before, .navTrigger span::after {
  background-color: var(--black);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: translate 0.5s, rotate 0.5s;
  width: 6.4vw;
}
@media (750px <= width) {
  .navTrigger span::before, .navTrigger span::after {
    width: 48px;
  }
}
.navTrigger span::before {
  translate: 0 calc((4.2666666667vw - 6px) / -2);
}
@media (750px <= width) {
  .navTrigger span::before {
    translate: 0 -9px;
  }
}
.navTrigger span::after {
  translate: 0 calc((4.2666666667vw - 6px) / 2);
}
@media (750px <= width) {
  .navTrigger span::after {
    translate: 0 9px;
  }
}
.navTrigger:focus-visible span {
  width: 3.2vw;
}
@media (750px <= width) {
  .navTrigger:focus-visible span {
    width: 24px;
  }
}
.navTrigger:focus-visible span::before,
.navTrigger:focus-visible span::after {
  translate: 0;
  width: 6.4vw;
}
@media (750px <= width) {
  .navTrigger:focus-visible span::before,
  .navTrigger:focus-visible span::after {
    width: 48px;
  }
}
@media (any-hover: hover) {
  .navTrigger:hover span {
    width: 3.2vw;
  }
}
@media (any-hover: hover) and (750px <= width) {
  .navTrigger:hover span {
    width: 24px;
  }
}
@media (any-hover: hover) {
  .navTrigger:hover span::before,
  .navTrigger:hover span::after {
    translate: 0;
    width: 6.4vw;
  }
}
@media (any-hover: hover) and (750px <= width) {
  .navTrigger:hover span::before,
  .navTrigger:hover span::after {
    width: 48px;
  }
}
.navTrigger.is-open span {
  background-color: transparent;
}
.navTrigger.is-open span::before {
  rotate: 45deg;
  transition: rotate 0.5s;
  translate: 0;
}
.navTrigger.is-open span::after {
  rotate: -45deg;
  transition: rotate 0.5s;
  translate: 0;
}

/*
Nav
*/
.nav {
  background-color: var(--white);
  display: grid;
  height: 100vh;
  left: -100vw;
  max-width: 540px;
  place-content: center;
  position: fixed;
  top: 0;
  transition: left 1s cubic-bezier(0.77, 0, 0.175, 1);
  width: 87vw;
}
.nav.is-open {
  left: 0;
  z-index: 10;
}
.nav a {
  color: var(--black);
  display: block;
  font-size: 9.0666666667vw;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.075em;
  line-height: 1.34;
  margin-bottom: 1lh;
  text-decoration: none;
  text-transform: uppercase;
}
@media (750px <= width) {
  .nav a {
    font-size: 48px;
  }
}

/*
Footer
*/
.footer {
  background-color: var(--primary);
  border-top: 1px solid var(--white);
  padding: 10.1333333333vw 0 16vw;
  position: relative;
  z-index: 9;
}
@media (750px <= width) {
  .footer {
    padding: 5.0666666667vw 0 8vw;
  }
}
@media (1200px <= width) {
  .footer {
    padding: 80px 0 60px;
  }
}
@media (1200px <= width) {
  .footer__inner {
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding-inline: 60px;
    grid-column-gap: 10px;
    grid-row-gap: 8px;
  }
  .footer__inner .footer__sns {
    grid-area: 1/2/3/3;
  }
  .footer__inner .footer__links {
    grid-area: 1/1/2/2;
  }
  .footer__inner .footer__copyright {
    grid-area: 2/1/3/2;
  }
}
.footer__sns {
  align-items: center;
  display: flex;
  gap: 7.4666666667vw;
  justify-content: center;
  margin-bottom: 4.8vw;
}
@media (750px <= width) {
  .footer__sns {
    gap: 3.7333333333vw;
    margin-bottom: 2.4vw;
  }
}
@media (1200px <= width) {
  .footer__sns {
    gap: 28px;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.footer__sns a {
  width: 6.6666666667vw;
}
@media (750px <= width) {
  .footer__sns a {
    width: 3.3333333333vw;
  }
}
@media (1200px <= width) {
  .footer__sns a {
    width: 18px;
  }
}
.footer__sns a.-yt {
  width: 8vw;
}
@media (750px <= width) {
  .footer__sns a.-yt {
    width: 4vw;
  }
}
@media (1200px <= width) {
  .footer__sns a.-yt {
    width: 20px;
  }
}
.footer__sns a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .footer__sns a:hover {
    opacity: 0.8;
  }
}
.footer__links {
  align-items: center;
  display: flex;
  gap: 2.6666666667vw;
  justify-content: center;
  margin-bottom: 8.5333333333vw;
}
@media (750px <= width) {
  .footer__links {
    gap: 1.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media (1200px <= width) {
  .footer__links {
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer__links a {
  color: var(--white);
  font-size: 2.6666666667vw;
}
@media (750px <= width) {
  .footer__links a {
    font-size: 1.3333333333vw;
  }
}
@media (1200px <= width) {
  .footer__links a {
    font-size: 12px;
  }
}
.footer__links a:focus-visible {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .footer__links a:hover {
    text-decoration: underline;
  }
}
.footer__copyright {
  color: var(--white);
  font-size: 3.2vw;
  text-align: center;
}
@media (750px <= width) {
  .footer__copyright {
    font-size: 1.6vw;
  }
}
@media (1200px <= width) {
  .footer__copyright {
    font-size: 10px;
    text-align: left;
  }
}

.pagetop {
  align-items: center;
  background-color: var(--black);
  border-radius: 100vmax;
  display: flex;
  height: 12vw;
  justify-content: center;
  position: absolute;
  right: 4vw;
  top: 2.6666666667vw;
  transition: all 0.2s ease-out;
  width: 12vw;
}
@media (750px <= width) {
  .pagetop {
    height: 45px;
    right: 15px;
    top: -80px;
    width: 45px;
  }
}
.pagetop:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .pagetop:hover {
    opacity: 0.8;
  }
}
.pagetop::after {
  -webkit-border-before: 1px solid var(--white);
          border-block-start: 1px solid var(--white);
  -webkit-border-end: 1px solid var(--white);
          border-inline-end: 1px solid var(--white);
  content: "";
  display: block;
  height: 4vw;
  rotate: -45deg;
  translate: 0 1vw;
  width: 4vw;
}
@media (750px <= width) {
  .pagetop::after {
    height: 15px;
    translate: 0 3.75px;
    width: 15px;
  }
}

/*
bg
*/
.bg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}
@media (750px <= width) {
  .bg {
    background: url(../img/bg.jpg) no-repeat;
    background-position: 0% top;
    background-size: 150%;
  }
}

/*
kv
*/
.kv {
  height: 186.6666666667vw;
  overflow-x: clip;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (750px <= width) {
  .kv {
    height: 80vw;
  }
}
@media (1200px <= width) {
  .kv {
    height: 72.0833333333vw;
  }
}
.kv__bg {
  scale: 1.15;
}
.kv__texts {
  left: 8vw;
  position: absolute;
  top: 24vw;
}
@media (750px <= width) {
  .kv__texts {
    left: 8vw;
    top: 18vw;
  }
}
@media (1200px <= width) {
  .kv__texts {
    left: 10.8333333333vw;
    top: 18.3333333333vw;
  }
}
.kv__title {
  margin-bottom: 12vw;
  position: relative;
}
@media (750px <= width) {
  .kv__title {
    margin-bottom: 6vw;
  }
}
@media (1200px <= width) {
  .kv__title {
    margin-bottom: 6.1666666667vw;
  }
}
.kv__title img {
  -webkit-filter: brightness(0) invert(1);
  display: block;
          filter: brightness(0) invert(1);
  height: 15.3333333333vw;
  width: 36vw;
}
@media (750px <= width) {
  .kv__title img {
    height: 7.6666666667vw;
    width: 18vw;
  }
}
@media (1200px <= width) {
  .kv__title img {
    height: 7.0833333333vw;
    width: 16.6666666667vw;
  }
}
.kv__title::after {
  background-color: var(--white);
  bottom: -6.4vw;
  content: "";
  height: 0.2666666667vw;
  left: -0.1333333333vw;
  position: absolute;
  width: 8.8vw;
}
@media (750px <= width) {
  .kv__title::after {
    bottom: -3.2vw;
    height: 0.1333333333vw;
    left: -0.0666666667vw;
    width: 4.4vw;
  }
}
@media (1200px <= width) {
  .kv__title::after {
    bottom: -3.0833333333vw;
    height: 0.0833333333vw;
    left: 0.1666666667vw;
    width: 3.1666666667vw;
  }
}
.kv__text {
  color: var(--white);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4.6666666667vw;
  line-height: 1.1;
}
@media (750px <= width) {
  .kv__text {
    font-size: 2.3333333333vw;
  }
}
@media (1200px <= width) {
  .kv__text {
    font-size: 1.6666666667vw;
    letter-spacing: 0.075em;
  }
}

/*
about
*/
.about {
  position: relative;
}
@media (1200px <= width) {
  .about {
    margin-top: 110px;
  }
}
.about__inner {
  margin-bottom: -8px;
  margin-inline: auto;
  max-width: 977px;
  padding-bottom: 5.3333333333vw;
  translate: 0 -2.1333333333vw;
  width: 78.6666666667vw;
}
@media (1200px <= width) {
  .about__inner {
    margin-bottom: -110px;
    padding-bottom: 0;
    translate: 0 -110px;
  }
}
.about__text {
  color: var(--white);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 1.86;
  margin-bottom: 10.6666666667vw;
}
@media (750px <= width) {
  .about__text {
    font-size: 2vw;
  }
}
@media (1200px <= width) {
  .about__text {
    font-size: 1.6666666667vw;
    letter-spacing: 0.07em;
    line-height: 2;
    margin-bottom: 70px;
  }
}
@media (1024px <= width) {
  .about__imgs .splide__list {
    display: flex !important;
    gap: 17px;
  }
  .about__imgs .splide__slide {
    width: calc((100% - 17px) / 2);
  }
}
@media (1200px <= width) {
  .about__imgs .splide__slide {
    width: 480px;
  }
}

.about1 {
  background: linear-gradient(var(--tertiary), transparent);
  border-top: 0.1px solid var(--tertiary);
  height: 100dvh;
  position: absolute;
  top: -2.6666666667vw;
  width: 100%;
  z-index: 4;
}
@media (1200px <= width) {
  .about1 {
    top: -4.5833333333vw;
    z-index: 3;
  }
}
.about1::before {
  background-color: var(--tertiary);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  height: 25.3333333333vw;
  position: absolute;
  top: -25.3333333333vw;
  width: 100%;
}
@media (1200px <= width) {
  .about1::before {
    height: 26.6666666667vw;
    top: -26.6666666667vw;
  }
}

.about2 {
  background: linear-gradient(var(--primary), transparent);
  height: 100dvh;
  position: absolute;
  top: 17.0666666667vw;
  width: 100%;
  z-index: 3;
}
@media (1200px <= width) {
  .about2 {
    top: 15.4166666667vw;
    z-index: 4;
  }
}
.about2::before {
  background-color: var(--primary);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: "";
  height: 40vw;
  position: absolute;
  top: -40vw;
  width: 100%;
}
@media (1200px <= width) {
  .about2::before {
    height: 36.6666666667vw;
    top: -36.6666666667vw;
  }
}

.about3 {
  background-color: var(--secondary);
  border-bottom: 0.1px solid var(--secondary);
  border-top: 0.1px solid var(--secondary);
  position: relative;
  z-index: 5;
}
.about3::before {
  background-color: var(--secondary);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  height: 29.3333333333vw;
  position: absolute;
  top: -29.3333333333vw;
  width: 100%;
}
@media (1200px <= width) {
  .about3::before {
    height: 31.6666666667vw;
    top: -31.6666666667vw;
  }
}
.about3::after {
  background-color: var(--secondary);
  bottom: -29.3333333333vw;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  height: 29.3333333333vw;
  position: absolute;
  width: 100%;
}
@media (1200px <= width) {
  .about3::after {
    bottom: -20vw;
    height: 20vw;
  }
}

/*
collection
*/
.collection {
  margin-inline: auto;
  max-width: 1120px;
  padding-top: 29.8666666667vw;
  position: relative;
  width: 89.3333333333vw;
  z-index: 8;
}
@media (750px <= width) {
  .collection {
    padding-top: 198px;
    width: 920px;
  }
}
@media (1200px <= width) {
  .collection {
    width: 1120px;
  }
}
.collection__title {
  color: var(--white);
  font-size: 11.7333333333vw;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.075em;
  margin-bottom: 5.3333333333vw;
  text-align: center;
  text-indent: 0.5em;
  text-transform: uppercase;
}
@media (750px <= width) {
  .collection__title {
    font-size: 89px;
    margin-bottom: 45px;
    text-align: right;
    text-indent: 0;
  }
}

/*
product
*/
.product {
  background-color: rgba(var(--primary-rgb), 80%);
  margin-bottom: 8vw;
  padding-bottom: 10.6666666667vw;
  padding-top: 10.6666666667vw;
}
@media (1024px <= width) {
  .product {
    margin-bottom: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.product__title {
  margin-bottom: 9.3333333333vw;
  margin-inline: auto;
  position: relative;
}
@media (1024px <= width) {
  .product__title {
    margin-bottom: 72px;
  }
}
.product__title.-attesa {
  width: 37.0666666667vw;
}
@media (1024px <= width) {
  .product__title.-attesa {
    width: 233px;
  }
}
.product__title.-xc {
  width: 8.6666666667vw;
}
@media (1024px <= width) {
  .product__title.-xc {
    width: 65px;
  }
}
.product__title::after {
  background-color: var(--white);
  bottom: -2.1333333333vw;
  content: "";
  display: block;
  height: 0.2666666667vw;
  position: relative;
  width: 100%;
}
@media (1024px <= width) {
  .product__title::after {
    bottom: -16px;
    height: 1px;
  }
}
.product__wrap {
  margin-bottom: 12vw;
  position: relative;
}
@media (1024px <= width) {
  .product__wrap {
    display: grid;
    grid-template-columns: 480px auto;
    grid-template-rows: repeat(3, auto);
    margin-bottom: 62px;
    margin-inline: auto;
    width: 800px;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }
  .product__wrap .productDetail {
    grid-area: 1/2/2/3;
  }
  .product__wrap .productSlide {
    grid-area: 1/1/4/2;
  }
  .product__wrap .product__btn {
    grid-area: 3/2/4/3;
  }
  .product__wrap .product__texts {
    grid-area: 2/2/3/3;
  }
}
@media (1200px <= width) {
  .product__wrap {
    width: 1000px;
  }
}
.product__limited {
  border: 1px solid var(--white);
  border-radius: 100vmax;
  display: grid;
  height: 25.8666666667vw;
  place-content: center;
  position: absolute;
  right: 8vw;
  top: -2.6666666667vw;
  width: 25.8666666667vw;
}
@media (1024px <= width) {
  .product__limited {
    height: 146px;
    right: 0;
    top: -145px;
    width: 146px;
  }
}
@media (1200px <= width) {
  .product__limited {
    right: 0;
    top: -65px;
  }
}
.product__limited dt {
  font-size: 3.7333333333vw;
  line-height: 1.2;
  text-align: center;
}
@media (1024px <= width) {
  .product__limited dt {
    font-size: 18px;
  }
}
.product__limited dd {
  font-size: 4vw;
  line-height: 1.2;
}
@media (1024px <= width) {
  .product__limited dd {
    font-size: 22px;
  }
}
.product__limited dd span {
  font-size: 5.8666666667vw;
}
@media (1024px <= width) {
  .product__limited dd span {
    font-size: 33px;
  }
}
.product__texts {
  margin-inline: auto;
  width: 74.6666666667vw;
}
@media (1024px <= width) {
  .product__texts {
    margin: 0;
    width: 280px;
  }
}
@media (1200px <= width) {
  .product__texts {
    width: 480px;
  }
}
.product__text {
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  margin-bottom: 0.8lh;
}
@media (750px <= width) {
  .product__text {
    font-size: 1.8666666667vw;
  }
}
@media (1024px <= width) {
  .product__text {
    font-size: 17px;
  }
}
.product__text .-line {
  background-color: #134fc3;
}
.product__small {
  display: block;
  font-size: 2.9333333333vw;
  padding-left: 1em;
  text-align: justify;
  text-indent: -1em;
}
@media (750px <= width) {
  .product__small {
    font-size: 11px;
  }
}
.product__btn {
  align-items: center;
  background: linear-gradient(90deg, #005cff 40%, #0033a5 80%);
  background-position: 100% 50%;
  background-size: 200% auto;
  color: var(--white);
  display: grid;
  font-size: 3.4666666667vw;
  height: 12.4vw;
  margin-bottom: 12vw;
  margin-inline: auto;
  place-content: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 74.6666666667vw;
}
@media (1024px <= width) {
  .product__btn {
    font-size: 16px;
    height: 64px;
    margin: 0;
    width: 280px;
  }
}
@media (1200px <= width) {
  .product__btn {
    width: 480px;
  }
}
.product__btn::after {
  border-right: 1px solid var(--white);
  border-top: 1px solid var(--white);
  content: "";
  height: 0.6em;
  position: absolute;
  right: 1em;
  rotate: 45deg;
  width: 0.6em;
}
.product__btn:hover {
  background-position: 0% 50%;
}

.productDetail {
  margin-bottom: 5.3333333333vw;
  margin-inline: auto;
  width: 74.6666666667vw;
}
@media (1024px <= width) {
  .productDetail {
    margin: 0;
  }
}
@media (1200px <= width) {
  .productDetail {
    width: 480px;
  }
}
.productDetail__title {
  font-size: 4vw;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
@media (1024px <= width) {
  .productDetail__title {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}
.productDetail__model {
  font-size: 3.2vw;
}
@media (1024px <= width) {
  .productDetail__model {
    font-size: 14px;
  }
}
.productDetail__price {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4.1333333333vw;
  letter-spacing: 0.075em;
}
@media (1024px <= width) {
  .productDetail__price {
    font-size: 18px;
    letter-spacing: 0.15em;
  }
}
.productDetail__price span {
  display: block;
  font-size: 3.2vw;
  line-height: 1.2;
}
@media (1024px <= width) {
  .productDetail__price span {
    display: inline;
    font-size: 14px;
  }
}

.productSlide {
  margin-bottom: 7.2vw;
  margin-inline: auto;
  width: 74.6666666667vw;
}
@media (1024px <= width) {
  .productSlide {
    margin-bottom: 0;
    width: 480px;
  }
}
.productSlide .js-main {
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #005cff, #0033a5) 1;
     border-image: linear-gradient(90deg, #005cff, #0033a5) 1;
  margin-bottom: 1.6vw;
}
@media (1024px <= width) {
  .productSlide .js-main {
    margin-bottom: 12px;
  }
}

.productImgs {
  overflow-x: clip;
  position: relative;
}
.productImgs .splide__track {
  overflow: visible;
}
.productImgs .splide {
  margin-inline: auto;
  width: 74.6666666667vw;
}
@media (1200px <= width) {
  .productImgs .splide {
    width: 1000px;
  }
}

/*
special
*/
.special {
  margin-top: 42.6666666667vw;
  position: relative;
  z-index: 6;
}
@media (1200px <= width) {
  .special {
    margin-top: 445px;
  }
}
.special__inner {
  margin-inline: auto;
  margin-top: -12.8vw;
  max-width: 1120px;
  width: 89.3333333333vw;
}
@media (1200px <= width) {
  .special__inner {
    margin-top: -60px;
  }
}
.special__title {
  color: var(--white);
  font-size: 11.7333333333vw;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.075em;
  line-height: 1.12;
  margin-bottom: 5.3333333333vw;
  margin-bottom: 6.4vw;
  text-align: center;
  text-align: left;
  text-indent: 0.5em;
  text-indent: 0;
  text-transform: uppercase;
}
@media (750px <= width) {
  .special__title {
    font-size: 89px;
    margin-bottom: 45px;
    text-align: right;
    text-indent: 0;
  }
}
@media (1024px <= width) {
  .special__title {
    margin-bottom: 35px;
    text-align: left;
  }
}
.special__text {
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 1.87;
  margin-bottom: 5.3333333333vw;
}
@media (750px <= width) {
  .special__text {
    font-size: 2vw;
  }
}
@media (1024px <= width) {
  .special__text {
    font-size: 20px;
    margin-bottom: 30px;
    margin-inline: auto;
    width: 960px;
  }
}
.special__movie {
  margin-inline: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  width: 80vw;
}
.special__movie iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
@media (1200px <= width) {
  .special__movie {
    width: 960px;
  }
}

.special2 {
  background: linear-gradient(var(--primary), transparent);
  height: 100dvh;
  position: absolute;
  top: 17.0666666667vw;
  width: 100%;
}
@media (1200px <= width) {
  .special2 {
    top: 15.4166666667vw;
  }
}
.special2::before {
  background-color: var(--primary);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: "";
  height: 40vw;
  position: absolute;
  top: -40vw;
  width: 100%;
}
@media (1200px <= width) {
  .special2::before {
    height: 36.6666666667vw;
    top: -36.6666666667vw;
  }
}

.special3 {
  background-color: var(--secondary);
  border-bottom: 0.1px solid var(--secondary);
  border-top: 0.1px solid var(--secondary);
  position: relative;
}
.special3::before {
  background-color: var(--secondary);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  height: 42.6666666667vw;
  position: absolute;
  top: -42.6666666667vw;
  width: 100%;
}
@media (1200px <= width) {
  .special3::before {
    height: 31.6666666667vw;
    top: -31.6666666667vw;
  }
}
.special3::after {
  background-color: var(--secondary);
  bottom: -29.3333333333vw;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  height: 29.3333333333vw;
  position: absolute;
  width: 100%;
}
@media (1200px <= width) {
  .special3::after {
    bottom: -20vw;
    height: 20vw;
  }
}

/*
shop
*/
.shop {
  background: linear-gradient(transparent, var(--primary) 40%);
  margin-top: 29.0666666667vw;
  padding-bottom: 15.4666666667vw;
  position: relative;
  z-index: 7;
}
@media (1024px <= width) {
  .shop {
    margin-top: 258px;
    padding-bottom: 120px;
  }
}
.shop__inner {
  margin-inline: auto;
  width: 89.3333333333vw;
}
@media (1024px <= width) {
  .shop__inner {
    width: 960px;
  }
}
.shop__title {
  color: var(--white);
  font-size: 11.7333333333vw;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.075em;
  margin-bottom: 5.3333333333vw;
  text-align: center;
  text-align: right;
  text-indent: 0.5em;
  text-indent: 0;
  text-transform: uppercase;
  translate: -4vw;
}
@media (750px <= width) {
  .shop__title {
    font-size: 89px;
    margin-bottom: 45px;
    text-align: right;
    text-indent: 0;
  }
}
@media (1024px <= width) {
  .shop__title {
    translate: 0;
  }
}
.shop__links {
  display: flex;
  justify-content: space-between;
}
@media (1024px <= width) {
  .shop__links {
    margin-inline: auto;
    width: 768px;
  }
}
.shop__link {
  border: 1px solid rgba(var(--white-rgb), 50%);
  display: grid;
  height: 21.3333333333vw;
  place-content: center;
  transition: border 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 44vw;
}
@media (1024px <= width) {
  .shop__link {
    height: 128px;
    width: 378px;
  }
}
.shop__link:hover {
  border-color: var(--white);
}
.shop__link .-attesa {
  height: 5.3333333333vw;
  width: 34.9333333333vw;
}
@media (1024px <= width) {
  .shop__link .-attesa {
    height: 33px;
    width: 187px;
  }
}
.shop__link .-xc {
  height: 12.8vw;
  width: 8.6666666667vw;
}
@media (1024px <= width) {
  .shop__link .-xc {
    height: 77px;
    width: 52px;
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-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 {
  -webkit-backface-visibility: hidden;
          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 {
  -webkit-backface-visibility: hidden;
          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 {
  -webkit-animation: splide-loading 1s linear infinite;
          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;
}

.js-slider {
  position: relative;
}
.js-slider .splide__arrow {
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 100vmax;
  display: flex;
  height: 8vw;
  justify-content: center;
  position: absolute;
  top: calc((100% - 8vw) / 2);
  transition: opacity 0.4s, background-color 0.4s;
  width: 8vw;
}
@media (1200px <= width) {
  .js-slider .splide__arrow {
    height: 30px;
    top: calc((100% - 30px) / 2);
    width: 30px;
  }
}
.js-slider .splide__arrow:disabled {
  cursor: default;
  opacity: 0;
}
.js-slider .splide__arrow:focus-visible {
  background-color: var(--white);
}
.js-slider .splide__arrow:focus-visible::after {
  border-color: var(--primary);
}
@media (any-hover: hover) {
  .js-slider .splide__arrow:hover {
    background-color: var(--white);
  }
  .js-slider .splide__arrow:hover::after {
    border-color: var(--primary);
  }
}
.js-slider .splide__arrow--prev {
  left: 1em;
}
.js-slider .splide__arrow--next {
  right: 1em;
}
.js-slider .splide__arrow::after {
  -webkit-border-before: 1px solid var(--white);
          border-block-start: 1px solid var(--white);
  -webkit-border-end: 1px solid var(--white);
          border-inline-end: 1px solid var(--white);
  content: "";
  display: block;
  height: 2.6666666667vw;
  width: 2.6666666667vw;
}
@media (1200px <= width) {
  .js-slider .splide__arrow::after {
    height: 10px;
    width: 10px;
  }
}
.js-slider .splide__arrow--prev::after {
  rotate: 225deg;
  translate: 0.5333333333vw;
}
@media (1200px <= width) {
  .js-slider .splide__arrow--prev::after {
    translate: 2px;
  }
}
.js-slider .splide__arrow--next::after {
  rotate: 45deg;
  translate: -0.5333333333vw;
}
@media (1200px <= width) {
  .js-slider .splide__arrow--next::after {
    translate: -2px;
  }
}

.js-slider .splide__pagination,
.js-imgs2 .splide__pagination {
  bottom: -3.7333333333vw;
  display: flex;
  gap: 2vw;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@media (1024px <= width) {
  .js-slider .splide__pagination,
  .js-imgs2 .splide__pagination {
    bottom: -25px;
    gap: 10px;
  }
}
.js-slider .splide__pagination__page,
.js-imgs2 .splide__pagination__page {
  border: 1px solid var(--white);
  border-radius: 100vmax;
  height: 2vw;
  opacity: 0.5;
  width: 2vw;
}
@media (1024px <= width) {
  .js-slider .splide__pagination__page,
  .js-imgs2 .splide__pagination__page {
    height: 10px;
    width: 10px;
  }
}
.js-slider .splide__pagination__page.is-active,
.js-imgs2 .splide__pagination__page.is-active {
  background-color: var(--white);
  opacity: 1;
}

.js-thumbnail {
  margin-inline: auto;
  width: 222px;
}
@media (750px <= width) {
  .js-thumbnail {
    width: 480px;
  }
}
.js-thumbnail .splide__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
@media (1024px <= width) {
  .js-thumbnail .splide__list {
    gap: 12px;
  }
}
.js-thumbnail .splide__slide {
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #005cff, #0033a5) 1;
     border-image: linear-gradient(90deg, #005cff, #0033a5) 1;
  height: auto !important;
  margin: 0 !important;
  opacity: 0.4;
  transition: opacity 0.4s, -webkit-filter 0.4s;
  transition: filter 0.4s, opacity 0.4s;
  transition: filter 0.4s, opacity 0.4s, -webkit-filter 0.4s;
}
.js-thumbnail .splide__slide:focus-visible {
  opacity: 1;
}
@media (any-hover: hover) {
  .js-thumbnail .splide__slide:hover {
    opacity: 1;
  }
}
.js-thumbnail .splide__slide.is-active {
  opacity: 1;
}