@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s.min.css");@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@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 {
  --leading-trim: calc((1em - 1lh) / 2);
  --leading-trim-en: calc((1cap - 1lh) / 2);
}

body {
  background-color: #000;
  color: #000;
  font-family: "Poppins", YakuHanJPs, "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: #002464;
  text-decoration: none;
}
a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

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

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 (width < 1200px) {
  .-lg {
    display: none !important;
  }
}

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

/*
Loader
*/
@media (scripting: none) {
  .loader {
    display: none;
  }
}
.loader {
  background-color: rgb(0, 17.64, 49);
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 1;
  overflow: hidden;
  place-content: center;
  position: fixed;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0s 1s;
  width: 100vw;
  z-index: calc(infinity);
}
.loader img {
  -webkit-animation: rotation 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: rotation 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  display: block;
  height: 10vw;
  margin-inline: auto;
  max-height: 60px;
  max-width: 60px;
  opacity: 1;
  transition: opacity 0.4s ease-out;
  width: 10vw;
}
.loader.is-loaded {
  height: 0;
  opacity: 0;
}
.loader.is-loaded img {
  opacity: 0;
}

@-webkit-keyframes rotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes rotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
/*
Header
*/
.is-fixed {
  position: fixed;
  width: 100%;
}

.header {
  background-color: #fff;
  display: block;
  height: 14.9333333333vw;
  position: sticky;
  top: 0;
  transition: top 0.4s;
  width: 100%;
  z-index: 11;
}
@media (750px <= width) {
  .header {
    height: 80px;
  }
}
.header__inner {
  align-items: center;
  display: flex;
  height: 14.9333333333vw;
  justify-content: space-between;
  padding: 0 4.2666666667vw;
  width: 100%;
}
@media (750px <= width) {
  .header__inner {
    height: 80px;
    padding: 0 60px;
  }
}
.header__nav--sm {
  width: 16vw;
}
@media (750px <= width) {
  .header__nav--sm {
    display: none;
  }
}
.header__nav--lg {
  display: none;
}
@media (750px <= width) {
  .header__nav--lg {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: center;
  }
}
.header__nav--lg a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1), color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__nav--lg a::after {
  background: linear-gradient(#000, #000);
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.header__nav--lg a:focus-visible {
  color: #002464;
}
.header__nav--lg a:focus-visible::after {
  background: linear-gradient(90deg, #3680D8, #003B82);
}
@media (any-hover: hover) {
  .header__nav--lg a:hover {
    color: #002464;
  }
  .header__nav--lg a:hover::after {
    background: linear-gradient(90deg, #3680D8, #003B82);
  }
}
.header__attesa {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  width: 16vw;
}
@media (750px <= width) {
  .header__attesa {
    width: 100px;
  }
}
.header__citizen {
  width: 16vw;
}
@media (750px <= width) {
  .header__citizen {
    width: 100px;
  }
}

.navTrigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 4.8vw;
  width: 5.3333333333vw;
}
.navTrigger span {
  background-color: #002464;
  display: block;
  height: 2px;
  position: relative;
  transition: background-color 0.5s, width 0.5s;
  width: 100%;
}
.navTrigger span::before, .navTrigger span::after {
  background-color: #002464;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: translate 0.5s, rotate 0.5s;
  width: 5.3333333333vw;
}
.navTrigger span::before {
  translate: 0 calc((4.8vw - 6px) / -2);
}
.navTrigger span::after {
  translate: 0 calc((4.8vw - 6px) / 2);
}
.navTrigger:focus-visible span {
  width: 2.6666666667vw;
}
.navTrigger:focus-visible span::before,
.navTrigger:focus-visible span::after {
  translate: 0;
  width: 5.3333333333vw;
}
@media (any-hover: hover) {
  .navTrigger:hover span {
    width: 2.6666666667vw;
  }
  .navTrigger:hover span::before,
  .navTrigger:hover span::after {
    translate: 0;
    width: 5.3333333333vw;
  }
}
.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: #fff;
  height: 100vh;
  left: -100vw;
  opacity: 0;
  padding-left: 16.5333333333vw;
  padding-top: 29.3333333333vw;
  position: fixed;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), left 1s cubic-bezier(0.77, 0, 0.175, 1);
  width: 87vw;
  z-index: 10;
}
.nav.is-open {
  left: 0;
  opacity: 1;
}
.nav a {
  color: #000;
  display: block;
  font-size: 9.0666666667vw;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.27;
  margin-bottom: 1lh;
  text-decoration: none;
  text-transform: uppercase;
}

/*
Footer
*/
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 11.2vw 0 26.6666666667vw;
  position: relative;
  z-index: 6;
}
@media (750px <= width) {
  .footer {
    padding: 80px 0 500px;
  }
}
@media (1200px <= width) {
  .footer__inner {
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-inline: auto;
    width: 960px;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
  .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: 8vw;
  justify-content: center;
  margin-bottom: 4.2666666667vw;
}
@media (1200px <= width) {
  .footer__sns {
    gap: 30px;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.footer__sns a {
  width: 6.6666666667vw;
}
@media (750px <= width) {
  .footer__sns a {
    width: 16px;
  }
}
.footer__sns a.-yt {
  width: 8vw;
}
@media (750px <= width) {
  .footer__sns a.-yt {
    width: 19px;
  }
}
.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 (1200px <= width) {
  .footer__links {
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer__links a {
  color: #fff;
  font-size: 2.6666666667vw;
}
@media (750px <= 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: #fff;
  font-size: 3.2vw;
  text-align: center;
}
@media (750px <= width) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media (1200px <= width) {
  .footer__copyright {
    text-align: left;
  }
}

.pagetop {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100vmax;
  display: flex;
  height: 12vw;
  justify-content: center;
  position: absolute;
  right: 4vw;
  top: -16vw;
  transition: background-color 0.4s;
  width: 12vw;
}
@media (750px <= width) {
  .pagetop {
    height: 45px;
    right: 15px;
    top: -60px;
    width: 45px;
  }
}
.pagetop:focus-visible {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (any-hover: hover) {
  .pagetop:hover {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.pagetop::after {
  -webkit-border-before: 1px solid #fff;
          border-block-start: 1px solid #fff;
  -webkit-border-end: 1px solid #fff;
          border-inline-end: 1px solid #fff;
  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;
  }
}

/*
Fv
*/
.fv {
  position: relative;
  z-index: 7;
}

/*
Kv
*/
.kv {
  background-color: #000;
  height: 165.5vw;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100vw;
}
@media (750px <= width) {
  .kv {
    height: 52.5vw;
  }
}
.kv__imgs {
  position: relative;
}
.kv__img {
  left: 0;
  position: absolute;
  top: 0;
}
.kv__catch {
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 6.4vw;
  left: 6.4vw;
  letter-spacing: 0.035em;
  position: absolute;
  top: 5.3333333333vw;
}
@media (750px <= width) {
  .kv__catch {
    font-size: 2.5vw;
    left: 4.5vw;
    top: 2.75vw;
  }
}
.kv__title {
  left: 6.4vw;
  position: absolute;
  top: 29.3333333333vw;
}
@media (750px <= width) {
  .kv__title {
    left: 4.75vw;
    top: 11.5vw;
  }
}
.kv__title.is-active::before, .kv__title.is-active::after {
  width: 8vw;
}
@media (750px <= width) {
  .kv__title.is-active::before, .kv__title.is-active::after {
    width: 3vw;
  }
}
.kv__title::before {
  background-color: #fff;
  content: "";
  height: 0.2666666667vw;
  left: 0;
  position: absolute;
  transition: width 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
}
@media (750px <= width) {
  .kv__title::before {
    height: 1px;
  }
}
.kv__title::before {
  top: -8.5333333333vw;
}
@media (750px <= width) {
  .kv__title::before {
    top: -3vw;
  }
}
.kv__title span {
  color: #fff;
  font-size: 4.8vw;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (750px <= width) {
  .kv__title span {
    font-size: 1.75vw;
    line-height: 2;
  }
}
.kv__attesa {
  width: 48vw;
}
@media (750px <= width) {
  .kv__attesa {
    width: 17.5vw;
  }
}
.kv__btn {
  cursor: pointer;
  height: 14.4vw;
  position: absolute;
  right: 2.6666666667vw;
  top: 128vw;
  width: 14.4vw;
}
@media (750px <= width) {
  .kv__btn {
    height: 80px;
    right: 3.25vw;
    top: 23vw;
    width: 80px;
  }
}
.kv__btn::before {
  background: url(../img/btn_play_hover.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 18.6666666667vw;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 18.6666666667vw;
}
@media (750px <= width) {
  .kv__btn::before {
    height: 80px;
    width: 80px;
  }
}
.kv__btn:focus-visible::before {
  opacity: 1;
}
@media (any-hover: hover) {
  .kv__btn:hover::before {
    opacity: 1;
  }
}

/*
About
*/
.about {
  background: url(../img/about_bottom_sm.png) bottom no-repeat;
  background-color: #002464;
  background-size: contain;
  display: grid;
  padding-bottom: 24vw;
  padding-top: 9.6vw;
  place-content: center;
  position: relative;
  top: 0;
  width: 100vw;
}
@media (750px <= width) {
  .about {
    background: url(../img/about_bottom_lg.png) bottom no-repeat;
    background-color: #002464;
    background-size: contain;
    margin-top: -5vw;
    padding-bottom: 150px;
    padding-top: 0px;
  }
}
.about::before {
  background: url(../img/about_top_sm.png) center no-repeat;
  background-size: cover;
  content: "";
  height: 26.7vw;
  left: 0;
  position: absolute;
  top: -26.7vw;
  width: 100vw;
}
@media (750px <= width) {
  .about::before {
    background: url(../img/about_top_lg.png) center no-repeat;
    background-size: cover;
    height: 16.7vw;
    top: -16.7vw;
  }
}
.about__catch {
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 5.6vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 0.4lh;
}
@media (750px <= width) {
  .about__catch {
    font-size: 30px;
    line-height: 2.27;
    margin-bottom: 0.1lh;
  }
}
.about__text {
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 0.4lh;
}
@media (750px <= width) {
  .about__text {
    font-size: 18px;
    margin-bottom: 0.35lh;
  }
}

/*
Products
*/
.products {
  padding-top: 14.6666666667vw;
  position: relative;
  width: 100vw;
}
@media (750px <= width) {
  .products {
    padding-top: 110px;
  }
}
@media (750px <= width) {
  .products.is-active::after {
    bottom: 0;
    opacity: 1;
  }
}
.products::before {
  background: url(../img/bg.jpg) bottom no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  width: 100vw;
}
@media (750px <= width) {
  .products::before {
    background: url(../img/bg_space.jpg) top center no-repeat;
    background-size: contain;
    bottom: auto;
    top: 0;
  }
}
@media (750px <= width) {
  .products::after {
    background: url(../img/bg_earth.png) bottom center no-repeat;
    background-size: contain;
    bottom: -5vh;
    content: "";
    height: 50vw;
    left: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 1s, bottom 8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    width: 100vw;
    z-index: 1;
  }
}
.products__title {
  color: #fff;
  font-size: 10.1333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10.1333333333vw;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}
@media (750px <= width) {
  .products__title {
    font-size: 60px;
    margin-bottom: 72px;
  }
}
.products__img {
  display: block;
  margin-inline: auto;
  max-width: 840px;
  mix-blend-mode: screen;
  mix-blend-mode: lighten;
  position: relative;
  width: 100%;
  z-index: 4;
}

/*
Product
*/
.product {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-filter: drop-shadow(0 0 10px #356fb5);
          filter: drop-shadow(0 0 10px #356fb5);
  margin-inline: auto;
  max-width: 840px;
  padding-bottom: 6.4vw;
  padding-top: 8vw;
  position: relative;
  width: 89.3333333333vw;
  z-index: 4;
}
@media (750px <= width) {
  .product {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
.product__limited {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-size: 3.4666666667vw;
  gap: 0.1em;
  height: 7.7333333333vw;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-bottom: 5.3333333333vw;
  margin-inline: auto;
  text-align: center;
  width: 43.2vw;
}
@media (750px <= width) {
  .product__limited {
    font-size: 21px;
    height: 46px;
    margin-bottom: 40px;
    width: 260px;
  }
}
.product__limited span {
  font-size: 5.3333333333vw;
  font-weight: 500;
  letter-spacing: 0;
}
@media (750px <= width) {
  .product__limited span {
    font-size: 32px;
  }
}

.productSlide {
  height: 75.2vw;
  width: 100%;
}
@media (750px <= width) {
  .productSlide {
    height: 500px;
  }
}
.productSlide .js-main {
  margin-bottom: 1.3333333333vw;
}
@media (750px <= width) {
  .productSlide .js-main {
    margin-bottom: 5px;
    margin-inline: auto;
    width: 640px;
  }
}

.productWrap {
  padding: 5.3333333333vw;
}
@media (750px <= width) {
  .productWrap {
    display: grid;
    grid-template-columns: 320px auto;
    grid-template-rows: repeat(2, auto) 48px;
    margin-inline: auto;
    padding: 40px 0;
    width: 640px;
    grid-column-gap: 20px;
  }
  .productWrap__img {
    grid-area: 1/1/4/2;
  }
  .productWrap__texts {
    grid-area: 1/2/2/3;
  }
  .productWrap__detail {
    grid-area: 2/2/3/3;
  }
  .productWrap__btn {
    grid-area: 3/2/4/3;
  }
}
.productWrap__img {
  display: block;
  margin-bottom: 5.3333333333vw;
  width: 100%;
}
@media (750px <= width) {
  .productWrap__img {
    margin-bottom: 0;
  }
}
.productWrap__texts {
  padding: 0 2.1333333333vw 2.1333333333vw;
}
@media (750px <= width) {
  .productWrap__texts {
    padding: 0;
  }
}
.productWrap__text {
  color: #fff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: justify;
}
@media (750px <= width) {
  .productWrap__text {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.productWrap__detail {
  margin-bottom: 3.4666666667vw;
  padding: 0 2.1333333333vw;
}
@media (750px <= width) {
  .productWrap__detail {
    margin-bottom: 10px;
    padding: 0;
  }
}
.productWrap__detail dt {
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: 0.075em;
}
@media (750px <= width) {
  .productWrap__detail dt {
    font-size: 14px;
  }
}
.productWrap__detail dt span {
  display: block;
  font-size: 4vw;
}
@media (750px <= width) {
  .productWrap__detail dt span {
    font-size: 20px;
  }
}
.productWrap__detail dd {
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: 0.075em;
}
@media (750px <= width) {
  .productWrap__detail dd {
    font-size: 14px;
  }
}
.productWrap__detail dd span {
  font-size: 4.1333333333vw;
}
@media (750px <= width) {
  .productWrap__detail dd span {
    font-size: 18px;
  }
}
.productWrap__btn {
  border: 1px solid transparent;
  color: #fff;
  display: grid;
  font-size: 3.4666666667vw;
  height: 12.4vw;
  letter-spacing: 0.075em;
  margin-inline: auto;
  place-content: center;
  position: relative;
  width: calc(100% - 4.2666666667vw);
  z-index: 8;
}
@media (750px <= width) {
  .productWrap__btn {
    align-self: flex-end;
    font-size: 16px;
    height: 48px;
    width: 100%;
  }
}
.productWrap__btn::before {
  background: linear-gradient(90deg, #3680D8, #003B82);
  content: "";
  height: 100%;
  inset: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: -1;
}
.productWrap__btn::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 0.5em;
  position: absolute;
  right: 1em;
  rotate: 45deg;
  top: calc((12.4vw - 0.5em) / 2);
  width: 0.5em;
}
@media (750px <= width) {
  .productWrap__btn::after {
    top: calc((48px - 0.5em) / 2);
  }
}
.productWrap__btn:focus-visible {
  border-color: #fff;
}
.productWrap__btn:focus-visible::before {
  opacity: 0;
}
@media (any-hover: hover) {
  .productWrap__btn:hover {
    border-color: #fff;
  }
  .productWrap__btn:hover::before {
    opacity: 0;
  }
}

/*
Usps
*/
.usps {
  background-color: #002464;
  margin-top: 58.6666666667vw;
  padding-bottom: 6.4vw;
  position: relative;
  width: 100vw;
  z-index: 3;
}
@media (750px <= width) {
  .usps {
    margin-top: 525px;
    padding-bottom: 82px;
    padding-top: 30px;
  }
}
.usps::before {
  background: url(../img/about_top_sm.png) center no-repeat;
  background-size: cover;
  content: "";
  height: 26.7vw;
  left: 0;
  position: absolute;
  top: -26.7vw;
  width: 100vw;
}
@media (750px <= width) {
  .usps::before {
    background: url(../img/about_top_lg.png) center no-repeat;
    background-size: cover;
    height: 16.7vw;
    top: -16.7vw;
  }
}
.usps__title {
  color: #fff;
  font-size: 10.1333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10.1333333333vw;
  margin-bottom: 8vw;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}
@media (750px <= width) {
  .usps__title {
    font-size: 60px;
    margin-bottom: 72px;
  }
}
@media (750px <= width) {
  .usps__title {
    margin-bottom: 40px;
  }
}
.usps__title2 {
  align-items: baseline;
  background-color: #fff;
  color: #002464;
  display: flex;
  font-size: 3.7333333333vw;
  font-weight: 500;
  justify-content: center;
  margin-bottom: 6.6666666667vw;
  margin-inline: auto;
  padding-bottom: 0.2666666667vw;
  text-align: center;
  width: 52.5333333333vw;
}
@media (750px <= width) {
  .usps__title2 {
    font-size: 21px;
    margin-bottom: 30px;
    padding-bottom: 2px;
    width: 304px;
  }
}
.usps__title2 .-en {
  font-size: 5.6vw;
  translate: 0 0.2666666667vw;
}
@media (750px <= width) {
  .usps__title2 .-en {
    font-size: 32px;
    translate: 0 1px;
  }
}
.usps__title2 .-jp {
  font-size: 4.76vw;
}
@media (750px <= width) {
  .usps__title2 .-jp {
    font-size: 27px;
  }
}
.usps__text {
  color: #fff;
  display: grid;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 10.6666666667vw;
  place-content: center;
}
@media (750px <= width) {
  .usps__text {
    font-size: 18px;
    margin-bottom: 55px;
  }
}

/*
Usp
*/
.usp {
  margin-bottom: 13.8666666667vw;
}
@media (750px <= width) {
  .usp {
    margin-bottom: 80px;
  }
}
@media (1200px <= width) {
  .usp {
    display: flex;
    margin-bottom: 40px;
    margin-inline: auto;
    width: 860px;
  }
}
@media (1200px <= width) {
  .usp.-r {
    flex-direction: row-reverse;
  }
  .usp.-r .usp__detail {
    margin-left: 68px;
  }
  .usp.-r .usp__title span {
    padding-left: 0;
  }
  .usp.-r .usp__text {
    margin-left: 0;
  }
}
.usp__detail {
  margin-inline: auto;
  width: 80vw;
}
@media (1200px <= width) {
  .usp__detail {
    flex: 1;
    margin-top: 50px;
    width: auto;
  }
}
.usp__title {
  color: #fff;
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-bottom: 0.3lh;
  position: relative;
}
@media (750px <= width) {
  .usp__title {
    font-size: 30px;
    margin-inline: auto;
    width: 480px;
  }
}
@media (1200px <= width) {
  .usp__title {
    margin-bottom: 22px;
    width: auto;
  }
  .usp__title span {
    padding-left: 30px;
  }
}
.usp__title::after {
  background: linear-gradient(90deg, #3680D8, #003B82);
  content: "";
  display: block;
  height: 0.8vw;
  width: 21.3333333333vw;
}
@media (750px <= width) {
  .usp__title::after {
    height: 3px;
  }
}
@media (1200px <= width) {
  .usp__title::after {
    width: 312px;
  }
}
.usp__text {
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-align: justify;
}
@media (750px <= width) {
  .usp__text {
    font-size: 16px;
    margin-inline: auto;
    width: 480px;
  }
}
@media (1200px <= width) {
  .usp__text {
    margin-left: 30px;
    width: 282px;
  }
}

.uspSlide {
  background-color: #000;
  height: 74.6666666667vw;
  margin-bottom: 5.3333333333vw;
  margin-inline: auto;
  width: 100%;
}
@media (750px <= width) {
  .uspSlide {
    height: 350px;
    margin-bottom: 20px;
    width: 480px;
  }
}
@media (1200px <= width) {
  .uspSlide {
    margin-bottom: 0;
  }
}
.uspSlide .splide__slide span {
  color: #fff;
  display: grid;
  height: 8vw;
  place-content: center;
}
@media (750px <= width) {
  .uspSlide .splide__slide span {
    height: 30px;
  }
}

/*
Special
*/
.special {
  padding-bottom: 17.3333333333vw;
  padding-top: 17.3333333333vw;
  position: relative;
  width: 100vw;
  z-index: 2;
}
@media (750px <= width) {
  .special {
    padding-bottom: 65px;
    padding-top: 105px;
  }
}
.special__title {
  color: #fff;
  font-size: 10.1333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10.1333333333vw;
  margin-left: 20vw;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}
@media (750px <= width) {
  .special__title {
    font-size: 60px;
    margin-bottom: 72px;
  }
}
@media (750px <= width) {
  .special__title {
    display: flex;
    gap: 0.25em;
    justify-content: center;
    margin-left: auto;
    text-align: center;
  }
}
.special__title .js-slice {
  justify-content: flex-start;
}
.special__detail {
  margin-bottom: 10.6666666667vw;
  margin-inline: auto;
  max-width: 960px;
  width: 80vw;
}
@media (750px <= width) {
  .special__detail {
    margin-bottom: 55px;
  }
}
.special__yt {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.special__yt iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.js-slice {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.js-slice.is-view span {
  opacity: 1;
  translate: 0;
}
.js-slice span {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1), translate 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: calc(var(--index) * 0.02s);
  translate: 0 1em;
}
.js-slice span.-space {
  width: 0.25em;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.modal__bg, .modal__inner, .modalDetail {
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}
.modal__bg.is-active, .modal__inner.is-active, .modalDetail.is-active {
  opacity: 1;
  visibility: visible;
}
.modal__bg, .modal__inner {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 12;
}
.modal__bg {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal__close {
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 10.6666666667vw;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -10.6666666667vw;
  width: 10.6666666667vw;
  z-index: 13;
}
@media (750px <= width) {
  .modal__close {
    height: 80px;
    right: 0;
    top: -80px;
    width: 80px;
  }
}
.modal__close::before, .modal__close::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 50%;
}
.modal__close::before {
  rotate: 45deg;
}
.modal__close::after {
  rotate: -45deg;
}

.modalDetail {
  position: absolute;
  width: 90vw;
  z-index: 12;
}
.modalDetail .modal__yt {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.modalDetail .modal__yt iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

@-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;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100vmax;
  bottom: 10.6666666667vw;
  display: flex;
  height: 8vw;
  justify-content: center;
  position: absolute;
  transition: opacity 0.4s, background-color 0.4s;
  width: 8vw;
  z-index: 9;
}
@media (750px <= width) {
  .js-slider .splide__arrow {
    bottom: 45px;
    height: 30px;
    width: 30px;
  }
}
.js-slider .splide__arrow:disabled {
  cursor: default;
}
.js-slider .splide__arrow:disabled::after {
  border-color: rgba(255, 255, 255, 0.2);
}
.js-slider .splide__arrow:disabled:focus-visible {
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
}
@media (any-hover: hover) {
  .js-slider .splide__arrow:disabled:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
  }
}
.js-slider .splide__arrow:focus-visible {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (any-hover: hover) {
  .js-slider .splide__arrow:hover {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.js-slider .splide__arrow--prev {
  right: 16vw;
}
@media (750px <= width) {
  .js-slider .splide__arrow--prev {
    right: 60px;
  }
}
.js-slider .splide__arrow--next {
  right: 2.6666666667vw;
}
@media (750px <= width) {
  .js-slider .splide__arrow--next {
    right: 10px;
  }
}
.js-slider .splide__arrow::after {
  -webkit-border-before: 1px solid #fff;
          border-block-start: 1px solid #fff;
  -webkit-border-end: 1px solid #fff;
          border-inline-end: 1px solid #fff;
  content: "";
  display: block;
  height: 2.6666666667vw;
  width: 2.6666666667vw;
}
@media (750px <= width) {
  .js-slider .splide__arrow::after {
    height: 10px;
    width: 10px;
  }
}
.js-slider .splide__arrow--prev::after {
  rotate: 225deg;
  translate: 0.5333333333vw;
}
@media (750px <= width) {
  .js-slider .splide__arrow--prev::after {
    translate: 2px;
  }
}
.js-slider .splide__arrow--next::after {
  rotate: 45deg;
  translate: -0.5333333333vw;
}
@media (750px <= width) {
  .js-slider .splide__arrow--next::after {
    translate: -2px;
  }
}

.js-slider .splide__pagination {
  bottom: 2vw;
  display: flex;
  gap: 2.6666666667vw;
  position: absolute;
  right: 4vw;
}
@media (750px <= width) {
  .js-slider .splide__pagination {
    bottom: 10px;
    gap: 10px;
    right: 20px;
  }
}
.js-slider .splide__pagination__page {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100vmax;
  height: 2.6666666667vw;
  width: 2.6666666667vw;
}
@media (750px <= width) {
  .js-slider .splide__pagination__page {
    height: 6px;
    width: 6px;
  }
}
.js-slider .splide__pagination__page.is-active {
  background-color: #356FB5;
  border: 1px solid #356FB5;
}

.js-thumbnail .splide__list {
  display: flex;
  gap: 1%;
  justify-content: center;
}
.js-thumbnail .splide__slide {
  height: auto !important;
  margin: 0 !important;
  max-width: 100px !important;
  opacity: 0.6;
  transition: opacity 0.4s;
  width: 24% !important;
}
.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 {
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #3680D8, #003B82);
     border-image: linear-gradient(90deg, #3680D8, #003B82);
  border-image-slice: 1;
  opacity: 1;
}

/*
Print
*/
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  body {
    width: 210mm;
  }
  header,
  footer {
    display: none !important;
  }
  footer::after {
    content: "";
  }
  .-noprint {
    display: none;
  }
}
@page {
  margin: 0;
  size: A4;
}