<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}

@-webkit-keyframes routingOutAnimation {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes routingOutAnimation {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes routingInAnimation {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes routingInAnimation {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@-webkit-keyframes moveScrollPath {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  30% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  30.01% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes moveScrollPath {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  30% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  30.01% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
}

@-webkit-keyframes waveGradation {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes waveGradation {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes headGradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes headGradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes moveButtonArrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  50.01% {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moveButtonArrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  50.01% {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes rotateBackButton {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateBackButton {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes textLoop {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-218%, 0%);
            transform: translate(-218%, 0%);
  }
}

@keyframes textLoop {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-218%, 0%);
            transform: translate(-218%, 0%);
  }
}

@-webkit-keyframes textLoopSp {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-330%, 0%);
            transform: translate(-330%, 0%);
  }
}

@keyframes textLoopSp {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-330%, 0%);
            transform: translate(-330%, 0%);
  }
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Helvetica Neue", "NotoSansCJKjp", Meiryo, sans-serif;
  line-height: 1.75;
  color: #000000;
  background: #ffffff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  cursor: none;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  body {
    cursor: auto;
  }
}

body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 99998;
}

body.is-bg-white {
  background: #ffffff;
}

body.is-routingIn::after {
  -webkit-animation: routingInAnimation 0.5s ease-in-out forwards;
          animation: routingInAnimation 0.5s ease-in-out forwards;
}

body.is-routingOut::after {
  -webkit-animation: routingOutAnimation 0.5s ease-in-out forwards;
          animation: routingOutAnimation 0.5s ease-in-out forwards;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a {
    cursor: none;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .l-header.is-color-white .l-header__nav__list__item &gt; a, .l-header.is-color-white .l-header__nav__list__item &gt; span {
    color: #ffffff;
  }
  .l-header.is-color-white .l-header__nav__list__item &gt; span::after {
    border-color: #ffffff;
  }
  .l-header.is-color-white .l-header__button a {
    color: #000000;
    background: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .l-header.is-bg-white {
    background: #ffffff;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 1.7%;
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 1.5rem 5.3%;
  }
}

.l-header__logo {
  position: relative;
  width: 95px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 4.3rem;
  }
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 7.6rem 8% 5rem;
    background: #ffffff;
    overflow: auto;
    z-index: 1;
  }
}

.l-header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header__nav__list {
    display: block;
  }
}

.l-header__nav__list__item {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .l-header__nav__list__item {
    font-size: 2.5rem;
  }
  .l-header__nav__list__item.small {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-top: 0.8rem;
  }
  .l-header__nav__list__item.small a {
    color: #cccccc;
  }
}

.l-header__nav__list__item &gt; a, .l-header__nav__list__item &gt; span {
  display: block;
  padding: 10px 13.5px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .l-header__nav__list__item &gt; a, .l-header__nav__list__item &gt; span {
    padding: 0.1rem 0;
  }
}

.l-header__nav__list__item &gt; span {
  position: relative;
  padding-right: 33px;
}

@media screen and (min-width: 768px) {
  .l-header__nav__list__item &gt; span:hover + .l-header__nav__lineupList {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__nav__list__item &gt; span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 5px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .l-header__nav__list__item &gt; span::after {
    content: none;
  }
}

.l-header__nav__lineupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px 0 0 14px;
}

@media screen and (min-width: 768px) {
  .l-header__nav__lineupList {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity visibility;
    transition-property: opacity visibility;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .l-header__nav__lineupList:hover {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .l-header__nav__lineupList {
    display: block;
    position: static;
    padding: 0.3rem 0 0.8rem;
  }
}

.l-header__nav__lineupList__item {
  position: relative;
  width: 145px;
  text-align: center;
  right: 145px;
}

@media screen and (max-width: 767px) {
  .l-header__nav__lineupList__item {
    width: 100%;
    text-align: left;
  }
  .l-header__nav__lineupList__item:nth-child(n+2) {
    margin-top: 0.6rem;
  }
}

.l-header__nav__lineupList__item.coming-soon::before {
  content: "COMING SOON";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: #000000;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .l-header__nav__lineupList__item.coming-soon::before {
    content: none;
  }
}

.l-header__nav__lineupList__item.coming-soon a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .l-header__nav__lineupList__item.coming-soon .l-header__nav__lineupList__item__image {
    opacity: 0.2;
  }
}

.l-header__nav__lineupList__item a {
  display: block;
  padding: 20px 0 17px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .l-header__nav__lineupList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.l-header__nav__lineupList__item__image {
  padding: 0 21px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .l-header__nav__lineupList__item__image {
    width: 12.6%;
    padding: 0 1rem 0 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header__nav__lineupList__item__name {
    width: 87.4%;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
  .l-header__nav__lineupList__item__name span {
    color: #cccccc;
  }
}

.l-header__button {
  width: 150px;
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .l-header__button {
    width: 12rem;
    margin-left: 0;
    margin-right: 1.4rem;
  }
}

.l-header__button a {
  display: block;
  padding: 9px 0;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
  background: #000000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .l-header__button a {
    padding: 0.7rem 0;
    border-radius: 3rem;
    font-size: 1.2rem;
  }
}

.l-header__buttonSp {
  margin-top: 3.7rem;
}

.l-header__buttonSp a {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: #000000;
}

.l-header__buttonSp__arrowBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.6rem;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  overflow: hidden;
}

.l-header__buttonSp__arrowBox__arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.l-header__buttonSp__arrowBox__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 141%;
  height: 1px;
  background: #ffffff;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.l-header__menuButton {
  position: relative;
  width: 3.3rem;
  height: 0.6rem;
  z-index: 2;
}

.l-header__menuButton::before, .l-header__menuButton::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000000;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.l-header__menuButton::before {
  top: 0;
}

.l-header__menuButton::after {
  bottom: 0;
}

.l-header__menuButton.is-active::before {
  bottom: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.l-header__menuButton.is-active::after {
  top: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.l-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}

.l-inner {
  position: relative;
  margin: 0 10.5%;
}

@media screen and (max-width: 767px) {
  .l-inner {
    margin: 0 4.4%;
  }
}

.l-footer {
  padding: 105px 0;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4.5rem 0;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    margin: 0 8%;
  }
}

.l-footer__logo {
  width: 155px;
  margin-right: 8.2%;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 12rem;
    margin-right: 0;
  }
}

.l-footer__logo img.home-only {
  display: none;
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 2.2rem;
  }
}

.l-footer__nav__list:first-child {
  margin-right: 46px;
}

@media screen and (max-width: 767px) {
  .l-footer__nav__list:first-child {
    margin-right: 3rem;
  }
}

.l-footer__nav__list__item {
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .l-footer__nav__list__item {
    font-size: 1.3rem;
  }
}

.l-footer__nav__list__item:nth-child(n+2) {
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .l-footer__nav__list__item:nth-child(n+2) {
    margin-top: 0.7rem;
  }
}

.l-footer__nav__list__item.small {
  margin-top: 3px;
  margin-left: 3px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .l-footer__nav__list__item.small {
    margin-top: 0.1rem;
    margin-left: 0.3rem;
    font-size: 1.2rem;
  }
}

.l-footer__nav__list__item a, .l-footer__nav__list__item span {
  color: #000000;
}

.l-footer__copyright {
  width: 100%;
  margin-top: 90px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 3.2rem;
    font-size: 1rem;
  }
}

.l-footer__backButton {
  position: absolute;
  top: 106px;
  right: 0;
  width: 137px;
  height: 137px;
}

@media screen and (max-width: 767px) {
  .l-footer__backButton {
    top: 0;
    right: -0.8rem;
    width: 6.8rem;
    height: 6.8rem;
  }
}

.l-footer__backButton a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer__backButton img {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotateBackButton 10s linear infinite;
          animation: rotateBackButton 10s linear infinite;
}

.l-footer__backButton img.home-only {
  display: none;
}

.l-footer__backButton__arrowBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .l-footer__backButton__arrowBox {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.l-footer__backButton__arrowBox__arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

.l-footer__backButton__arrowBox__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 141%;
  height: 2px;
  background: #000000;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-button {
  width: 235px;
}

@media screen and (max-width: 767px) {
  .c-button {
    width: 82%;
    margin: auto;
  }
}

.c-button a {
  position: relative;
  display: block;
  padding: 20px 0;
  border-radius: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: #000000;
}

@media screen and (max-width: 767px) {
  .c-button a {
    padding: 1.4rem 0;
    border-radius: 3rem;
    font-size: 1.3rem;
  }
}

.c-button__arrowBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 12px;
  height: 12px;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-button__arrowBox {
    right: 2.6rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.c-button__arrowBox__arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.c-button__arrowBox__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 141%;
  height: 1px;
  background: #ffffff;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-button:hover .c-button__arrowBox__arrow {
  -webkit-animation: moveButtonArrow 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
          animation: moveButtonArrow 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}

.c-button.white a {
  color: #000000;
  background: #ffffff;
}

.c-button.white .c-button__arrowBox__arrow {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.c-button.white .c-button__arrowBox__arrow::after {
  background: #000000;
}

.c-cursor {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-cursor {
    display: none;
  }
}

.c-cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 9997;
  mix-blend-mode: difference;
}

.c-cursor__ball.is-hover-movie {
  background: transparent;
  mix-blend-mode: normal;
}

.c-cursor__ball.is-hover-movie::before, .c-cursor__ball.is-hover-movie::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-cursor__ball.is-hover-movie::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 27px solid #ffffff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  -webkit-transform: translate(15%, -10%);
          transform: translate(15%, -10%);
}

.c-cursor__ball.is-hover-movie::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  background: url(../img/home/movie_button.png) no-repeat center/100%;
  -webkit-animation: rotateBackButton  10s linear infinite;
          animation: rotateBackButton  10s linear infinite;
}

.c-head2 {
  font-size: 11rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-head2 {
    font-size: 5.5rem;
    line-height: 0.9;
  }
  .c-head2__sp {
    display: inline-block;
  }
}

.c-head2 span {
  background-image: url(../img/home/head_gradation.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: headGradation 10s infinite;
          animation: headGradation 10s infinite;
}

.c-newsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0;
}

@media screen and (max-width: 767px) {
  .c-newsList__item {
    padding: 1.35rem 0;
  }
}

.c-newsList__item__date {
  width: 155px;
  padding-left: 25px;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-newsList__item__date {
    width: 8.5rem;
    padding-left: 0.5rem;
    font-size: 2.7rem;
  }
}

.c-newsList__item__date span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-newsList__item__date span {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
  }
}

.c-newsList__item__title {
  width: calc(100% - 155px);
  line-height: 2.125;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .c-newsList__item__title {
    width: calc(100% - 8.5rem);
    font-size: 1.3rem;
  }
}

.c-newsList__item__title a {
  text-decoration: underline;
}

.p-home {
  background: #000000;
  /*
        first view animation
    */
  /*
        first view animation END
    */
}

.p-home .l-header {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-home .l-header {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media screen and (min-width: 768px) {
  .p-home .p-home__mainVisual__textWrap, .p-home .p-home__mainVisual__wave, .p-home .p-home__mainVisual__scroll {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-home .p-home__mainVisual__wave {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-home .p-home__mainVisual__textWrap, .p-home .p-home__mainVisual__wave, .p-home .p-home__mainVisual__scroll, .p-home .p-home__mainVisual__movie, .p-home .p-home__mainVisual__movieWrap__button {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-home .p-home__mainVisual__movie {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-home .p-home__mainVisual__textWrap, .p-home .p-home__mainVisual__scroll, .p-home .p-home__mainVisual__movieWrap__button {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .p-home .p-home__mainVisual__wave {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

.p-home.is-complete .l-header {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media screen and (min-width: 768px) {
  .p-home.is-complete .p-home__mainVisual__textWrap, .p-home.is-complete .p-home__mainVisual__wave, .p-home.is-complete .p-home__mainVisual__scroll {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-home.is-complete .p-home__mainVisual::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .p-home.is-complete .p-home__mainVisual__textWrap, .p-home.is-complete .p-home__mainVisual__wave, .p-home.is-complete .p-home__mainVisual__scroll, .p-home.is-complete .p-home__mainVisual__movie, .p-home.is-complete .p-home__mainVisual__movieWrap__button {
    opacity: 1;
  }
}

.p-home.is-top .l-header__logo {
  -webkit-transform: translate(81px, 62px) scale(1.4);
          transform: translate(81px, 62px) scale(1.4);
}

@media screen and (max-width: 767px) {
  .p-home.is-top .l-header__logo {
    -webkit-transform: translate(8.4%, 23%) scale(1.5);
            transform: translate(8.4%, 23%) scale(1.5);
  }
}

.p-home .l-footer__nav__list__item a, .p-home .l-footer__nav__list__item span {
  color: #ffffff;
}

.p-home .l-footer__copyright {
  color: #ffffff;
}

.p-home .l-footer__backButton img.home-only {
  display: block;
}

.p-home .l-footer__backButton img:not(.home-only) {
  display: none;
}

.p-home .l-footer__backButton__arrowBox__arrow {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.p-home .l-footer__backButton__arrowBox__arrow::after {
  background: #ffffff;
}

.p-home__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  z-index: 99999;
}

.p-home__loading__logo {
  width: 105px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-home__loading__logo {
    width: 5rem;
  }
}

.p-home__loading__progress {
  position: relative;
  width: 360px;
  height: 3px;
  margin: 44px auto 0;
  background: #3c3c3c;
}

@media screen and (max-width: 767px) {
  .p-home__loading__progress {
    width: 17.6rem;
    height: 2px;
    margin-top: 2.2rem;
  }
}

.p-home__loading__progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
}

.p-home__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
}

.p-home__modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-home__modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.p-home__modal__inner {
  width: 750px;
  position: relative;
  background-color: #000000;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-home__modal__inner {
    width: 96%;
  }
}

.p-home__modal__inner::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-home__modal__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-home__modal__closeButton {
  position: absolute;
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.p-home__modal__closeButton::before, .p-home__modal__closeButton::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-home__modal__closeButton::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-home__modal__closeButton::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-home__mainVisual {
  position: relative;
  width: 100vw;
  height: 100vh;
  color: #ffffff;
  background: #ffffff;
}

.p-home__mainVisual::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual::before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.p-home__mainVisual__movieWrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 77.6%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual__movieWrap {
    width: 100%;
    height: 67%;
    background: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual__movieWrap__button {
    position: absolute;
    bottom: 6%;
    right: 5.4%;
    width: 8.5rem;
    height: 8.5rem;
    z-index: 2;
  }
  .p-home__mainVisual__movieWrap__button::before, .p-home__mainVisual__movieWrap__button::after {
    content: "";
    position: absolute;
    display: block;
  }
  .p-home__mainVisual__movieWrap__button::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 1.6rem solid #ffffff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    -webkit-transform: translate(15%, -10%);
            transform: translate(15%, -10%);
  }
  .p-home__mainVisual__movieWrap__button::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
    background: url(../img/home/movie_button.png) no-repeat center/100%;
    -webkit-animation: rotateBackButton  10s linear infinite;
            animation: rotateBackButton  10s linear infinite;
  }
}

.p-home__mainVisual__movieWrap__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.p-home__mainVisual__movieWrap__inner.is-ready {
  opacity: 1;
}

.p-home__mainVisual__movieWrap__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.p-home__mainVisual__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-home__mainVisual__textWrap {
  position: absolute;
  bottom: 10%;
  left: 4.6%;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual__textWrap {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5% 3.7rem;
  }
}

.p-home__mainVisual__wave {
  width: 188px;
  height: 80px;
  -webkit-mask-image: url("../img/home/waveform.png");
          mask-image: url("../img/home/waveform.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual__wave {
    width: 9.5rem;
    height: 4rem;
    margin-left: 0.3rem;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}

.p-home__mainVisual__wave__image {
  max-width: none;
  width: 200%;
  -webkit-animation: waveGradation 10s infinite;
          animation: waveGradation 10s infinite;
}

.p-home__mainVisual__catchphrase {
  font-size: 8.2rem;
  font-weight: bold;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual__catchphrase {
    font-size: 4.2rem;
  }
}

.p-home__mainVisual__catchphrase__ja {
  letter-spacing: -0.05em;
}

.p-home__mainVisual__catchphrase__en {
  letter-spacing: 0.01em;
  padding-left: 0.08em;
}

.p-home__mainVisual__catchphraseSub {
  display: block;
  margin-top: 12px;
  padding-left: 0.4em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual__catchphraseSub {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}

.p-home__mainVisual__scroll {
  position: absolute;
  right: 5.1%;
  bottom: 8.9%;
  padding: 0 0 10px 35px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual__scroll {
    right: 5.3%;
    bottom: 7.7%;
    padding: 0 0 0.4rem 2rem;
    font-size: 0.7rem;
  }
}

.p-home__mainVisual__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: moveScrollPath 1.4s ease-in-out infinite;
          animation: moveScrollPath 1.4s ease-in-out infinite;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-home__mainVisual__scroll::after {
    height: 2px;
  }
}

.p-home__about {
  padding: 95px 0;
  color: #ffffff;
  background: url(../img/home/about_bg_pc.png) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .p-home__about {
    padding: 5.7rem 0 3.3rem;
    background-image: url(../img/home/about_bg_sp.png);
  }
}

@media screen and (min-width: 768px) {
  .p-home__about__inner {
    padding: 0 6.8%;
  }
}

.p-home__about__head {
  font-size: 4.1rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-home__about__head {
    font-size: 2.4rem;
  }
}

.p-home__about__image {
  position: relative;
  margin-top: -34px;
}

@media screen and (max-width: 767px) {
  .p-home__about__image {
    width: 100vw;
    margin-top: -0.6rem;
    margin-left: -4.4vw;
  }
}

.p-home__about__image__side {
  position: absolute;
  z-index: 2;
}

.p-home__about__image__side.hot {
  top: -23px;
  left: 0;
  height: 47%;
  -webkit-transform: translateX(-82%);
          transform: translateX(-82%);
}

@media screen and (max-width: 767px) {
  .p-home__about__image__side.hot {
    top: -11.7rem;
    height: 38%;
    -webkit-transform: translateX(-31%);
            transform: translateX(-31%);
  }
}

.p-home__about__image__side.cool {
  bottom: -26px;
  right: 0;
  height: 65%;
  -webkit-transform: translateX(82%);
          transform: translateX(82%);
}

@media screen and (max-width: 767px) {
  .p-home__about__image__side.cool {
    bottom: -15.3rem;
    height: 52.6%;
    -webkit-transform: translateX(29%);
            transform: translateX(29%);
  }
}

.p-home__about__image__side img {
  width: auto;
  height: 100%;
}

.p-home__about__text {
  margin-top: -18px;
  font-size: 1.8rem;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .p-home__about__text {
    margin-top: -0.5rem;
    font-size: 1.4rem;
    line-height: 1.55;
  }
}

.p-home__technology {
  position: relative;
  padding: 95px 0 160px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-home__technology {
    padding: 5.3rem 0 14.7rem;
  }
}

.p-home__technology__bgWave {
  position: absolute;
  width: 1103px;
  opacity: 0.08;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-home__technology__bgWave {
    width: 55rem;
  }
}

.p-home__technology__bgWave.first {
  top: 35%;
  right: -656px;
}

@media screen and (max-width: 767px) {
  .p-home__technology__bgWave.first {
    top: 45%;
    right: -80%;
  }
}

.p-home__technology__bgWave.second {
  top: 70%;
  left: -654px;
}

@media screen and (max-width: 767px) {
  .p-home__technology__bgWave.second {
    top: 84%;
    left: -77.2%;
  }
}

.p-home__technology__inner {
  position: relative;
  z-index: 2;
}

.p-home__technology__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox {
    padding: 0 4%;
  }
}

.p-home__technology__flexbox__image {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox__image {
    width: 100%;
  }
}

.p-home__technology__flexbox__textBox {
  position: relative;
  width: 47.6%;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox__textBox {
    width: 100%;
  }
}

.p-home__technology__flexbox.first {
  margin-top: 62px;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox.first {
    margin-top: 2.3rem;
  }
}

.p-home__technology__flexbox.first .p-home__technology__flexbox__image {
  padding-left: 0.7%;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox.first .p-home__technology__flexbox__image {
    padding: 0 4%;
  }
}

.p-home__technology__flexbox.first .p-home__technology__flexbox__textBox {
  margin-top: 44px;
  padding-left: 6%;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox.first .p-home__technology__flexbox__textBox {
    margin-top: 2rem;
    padding-left: 6.5%;
  }
}

.p-home__technology__flexbox.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox.second {
    margin-top: 5.8rem;
  }
}

.p-home__technology__flexbox.second .p-home__technology__flexbox__image {
  padding: 0 4.8%;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox.second .p-home__technology__flexbox__image {
    padding: 0 2.3%;
  }
}

.p-home__technology__flexbox.second .p-home__technology__flexbox__textBox {
  margin-top: 13px;
  padding-left: 6%;
}

@media screen and (max-width: 767px) {
  .p-home__technology__flexbox.second .p-home__technology__flexbox__textBox {
    margin-top: 3.8rem;
    padding-left: 6.5%;
  }
}

.p-home__technology__number {
  position: absolute;
  left: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #3c3c3c;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg) translate(-110%, 0);
          transform: rotate(-90deg) translate(-110%, 0);
}

@media screen and (max-width: 767px) {
  .p-home__technology__number {
    font-size: 1.1rem;
    -webkit-transform: rotate(-90deg) translate(-105%, -100%);
            transform: rotate(-90deg) translate(-105%, -100%);
  }
}

.p-home__technology__head3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.58;
}

@media screen and (max-width: 767px) {
  .p-home__technology__head3 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

.p-home__technology__text {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .p-home__technology__text {
    margin-top: 0.7rem;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

.p-home__lineup {
  padding: 110px 0 170px;
}

@media screen and (max-width: 767px) {
  .p-home__lineup {
    padding: 5.5rem 0;
  }
}

.p-home__lineup__flexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 7.7rem 9% 2rem;
  }
}

.p-home__lineup__flexbox:last-child {
  padding-bottom: 0;
}

.p-home__lineup__flexbox__textBox {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__flexbox__textBox {
    width: 100%;
  }
}

.p-home__lineup__flexbox__movieBox {
  position: relative;
  width: 47.6%;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__flexbox__movieBox {
    width: 100%;
    margin-bottom: 2.8rem;
  }
}

.p-home__lineup__flexbox__movieBox__name {
  position: absolute;
  top: 0;
  right: -29.2%;
  font-size: 12.8rem;
  font-weight: bold;
  line-height: 0.8;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg) translateX(89.2%);
          transform: rotate(90deg) translateX(89.2%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__flexbox__movieBox__name {
    right: -19.2%;
    font-size: 7rem;
    line-height: 0.74;
    -webkit-transform: rotate(90deg) translateX(84.4%);
            transform: rotate(90deg) translateX(84.4%);
  }
}

.p-home__lineup__flexbox__movieBox__name span {
  color: #cccccc;
}

@media screen and (min-width: 768px) {
  .p-home__lineup__movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    padding: 0 10.6% 0 2%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0s;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0s;
  }
  .p-home__lineup__movie.is-shown {
    opacity: 1;
    visibility: visible;
  }
  .p-home__lineup__movie.is-static {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.p-home__lineup__movie video {
  width: 100%;
  height: auto;
}

.p-home__lineup__movie__caption {
  margin-top: 6px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__movie__caption {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1;
  }
}

.p-home__lineup__movie__caption span {
  float: right;
}

.p-home__lineup__number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3c3c3c;
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__number {
    font-size: 1.1rem;
  }
}

.p-home__lineup__name {
  display: inline-block;
  margin: 13px 0 0;
  padding-bottom: 4px;
  border-bottom: 3px solid #000000;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__name {
    margin-top: 0.6rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #000000;
    font-size: 4rem;
  }
}

.p-home__lineup__name span {
  display: inline-block;
  padding-right: 0.3em;
  color: #cccccc;
}

.p-home__lineup__detailList {
  margin: 50px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__detailList {
    margin: 1.7rem 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-home__lineup__detailList__item {
  position: relative;
}

.p-home__lineup__detailList__item:nth-child(n+2) {
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__detailList__item:nth-child(n+2) {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-home__lineup__detailList__item.color {
    padding-left: 5em;
  }
  .p-home__lineup__detailList__item.price {
    padding-left: 4em;
  }
  .p-home__lineup__detailList__item.spec {
    padding-left: 3.4em;
  }
  .p-home__lineup__detailList__item__label {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-home__lineup__color {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__color {
    padding-left: 1.8rem;
    margin-right: 1.2rem;
  }
}

.p-home__lineup__color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__color::before {
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.p-home__lineup__color.white::before {
  border-color: #cccccc;
  background-color: #ffffff;
}

.p-home__lineup__color.beige::before {
  border-color: #d0c7bd;
  background-color: #d0c7bd;
}

.p-home__lineup__color.gray::before {
  border-color: #848a8d;
  background-color: #848a8d;
}

.p-home__lineup__description {
  margin-top: 32px;
  letter-spacing: 0.06em;
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__description {
    margin-top: 1.1rem;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

.p-home__lineup__comingSoon {
  margin-top: 48px;
  padding: 10px 0;
  border: 1px solid #000000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__comingSoon {
    margin-top: 1.8rem;
    padding: 0.5rem 0;
    font-size: 1.3rem;
  }
}

.p-home__lineup__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__buttonBox {
    margin-top: 1.8rem;
  }
}

.p-home__lineup__button {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__button {
    width: 100%;
  }
  .p-home__lineup__button:nth-child(n+2) {
    margin-top: 1.4rem;
  }
}

.p-home__lineup__button a {
  position: relative;
  display: block;
  padding: 20px 0;
  border-radius: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: #000000;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__button a {
    padding: 1.5rem 0;
    border-radius: 3rem;
    font-size: 1.3rem;
  }
}

.p-home__lineup__button__arrowBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 12px;
  height: 12px;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-home__lineup__button__arrowBox {
    right: 2.6rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-home__lineup__button__arrowBox__arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.p-home__lineup__button__arrowBox__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 141%;
  height: 1px;
  background: #ffffff;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-home__lineup__button:hover .p-home__lineup__button__arrowBox__arrow {
  -webkit-animation: moveButtonArrow 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
          animation: moveButtonArrow 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}

.p-home__news {
  padding: 100px 0;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-home__news {
    padding: 5rem 0;
  }
}

.p-home__news__list {
  margin-top: 86px;
  border-top: 1px solid #3c3c3c;
}

@media screen and (max-width: 767px) {
  .p-home__news__list {
    margin-top: 4.2rem;
  }
}

.p-home__news__list li {
  border-bottom: 1px solid #3c3c3c;
}

.p-home__news__button {
  position: absolute;
  top: 25px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-home__news__button {
    position: static;
    margin: 3.3rem auto 0;
  }
}

.p-news__section {
  position: relative;
  padding: 150px 0 74px;
}

@media screen and (max-width: 767px) {
  .p-news__section {
    padding: 9.5rem 0 3.5rem;
  }
}

.p-news__bgWave {
  position: absolute;
  bottom: 9%;
  left: 67.3%;
  width: 1103px;
}

@media screen and (max-width: 767px) {
  .p-news__bgWave {
    bottom: 8.6rem;
    left: 54.5%;
    width: 144%;
  }
}

.p-news__list {
  margin-top: 88px;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 4.2rem;
  }
}

.p-news__list li {
  border-bottom: 1px solid #cccccc;
}

.p-news__button {
  margin: 130px auto 0;
}

@media screen and (max-width: 767px) {
  .p-news__button {
    margin: 8rem auto 0;
  }
}

.p-privacy {
  padding: 160px 0 74px;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 8.8rem 0 0;
  }
}

.p-privacy__section {
  margin-bottom: 148px;
}

@media screen and (max-width: 767px) {
  .p-privacy__section {
    margin-bottom: 7.5rem;
  }
}

.p-privacy__head {
  margin-bottom: 66px;
  font-size: 6.2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-privacy__head {
    margin-bottom: 2.3rem;
    font-size: 3.4rem;
  }
}

.p-privacy__inner {
  position: relative;
  max-width: 840px;
  width: 90%;
  margin: auto;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding-bottom: 3.5rem;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.p-privacy__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 78px;
}

@media screen and (max-width: 767px) {
  .p-privacy__top {
    display: block;
    margin-bottom: 2.7rem;
  }
}

.p-privacy__top__left {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .p-privacy__top__left {
    margin-bottom: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy__top__right {
    text-align: right;
  }
}

.p-privacy__markBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-privacy__markBox__mark {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .p-privacy__markBox__mark {
    width: 5.5rem;
    margin-top: 0.5rem;
  }
}

.p-privacy__markBox__text {
  width: calc(100% - 110px);
  margin-bottom: 56px;
  padding-top: 13px;
  padding-left: 42px;
}

@media screen and (max-width: 767px) {
  .p-privacy__markBox__text {
    width: calc(100% - 5.5rem);
    margin-bottom: 1.4rem;
    padding-top: 0rem;
    padding-left: 2.2rem;
  }
}

.p-privacy__box {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-privacy__box {
    margin-bottom: 2rem;
  }
}

.p-privacy__box h4 {
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-privacy__box h4 {
    margin-bottom: 0.5rem;
  }
}

.p-privacy__box a {
  text-decoration: underline;
}

.p-privacy__numberList li {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.p-privacy__button {
  margin: 130px auto 0;
}

@media screen and (max-width: 767px) {
  .p-privacy__button {
    margin: 8rem auto 0;
  }
}

.u-mb20 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1.75em;
  }
}

.u-mb30 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.75em;
  }
}

.p-product {
  background: #000000;
}

.p-product__mainVisual {
  position: relative;
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .p-product__mainVisual {
    height: auto;
  }
}

.p-product__mainVisual__image {
  height: calc(100% - 300px);
}

@media screen and (max-width: 767px) {
  .p-product__mainVisual__image {
    height: 74vh;
  }
}

.p-product__mainVisual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.p-product__mainVisual__bottomArea {
  position: relative;
  width: 100%;
  height: 300px;
  color: #ffffff;
  padding-top: 77px;
  padding-left: 43%;
}

@media screen and (max-width: 767px) {
  .p-product__mainVisual__bottomArea {
    height: auto;
    padding: 5.7rem 5%;
  }
}

.p-product__mainVisual__productImage {
  position: absolute;
  bottom: 90px;
  left: 7%;
  width: 27.3%;
}

@media screen and (max-width: 767px) {
  .p-product__mainVisual__productImage {
    position: static;
    width: 100%;
    margin-top: 3rem;
  }
}

.p-product__mainVisual__name {
  position: absolute;
  top: 0;
  right: 0;
  width: 59.2%;
  -webkit-transform: translateY(-79%);
          transform: translateY(-79%);
  mix-blend-mode: hard-light;
}

@media screen and (max-width: 767px) {
  .p-product__mainVisual__name {
    width: 100%;
    -webkit-transform: translateY(-68%);
            transform: translateY(-68%);
  }
}

.p-product__mainVisual__head {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-product__mainVisual__head {
    font-size: 1.9rem;
    line-height: 1.37;
  }
}

.p-product__mainVisual__text {
  margin-top: 5px;
  letter-spacing: 0.06em;
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .p-product__mainVisual__text {
    margin-top: 1.1rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.p-product__points {
  padding: 110px 0 160px;
}

@media screen and (max-width: 767px) {
  .p-product__points {
    padding: 6.5rem 0 7rem;
  }
}

.p-product__points__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-product__points__list {
    padding: 0 9%;
  }
}

@media screen and (min-width: 768px) {
  .p-product__points__list__item {
    width: 29.4%;
    margin-right: 5.9%;
  }
  .p-product__points__list__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-product__points__list__item:nth-child(n+4) {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-product__points__list__item:nth-child(n+2) {
    margin-top: 5.4rem;
  }
}

.p-product__points__list__item__image {
  position: relative;
}

.p-product__points__list__item__number {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 91px;
}

@media screen and (max-width: 767px) {
  .p-product__points__list__item__number {
    top: -2.1rem;
    right: -2.3rem;
    width: 8rem;
  }
}

.p-product__points__list__item__head {
  margin-top: 13px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-product__points__list__item__head {
    margin-top: 1.8rem;
    font-size: 1.8rem;
    line-height: 1.28;
  }
}

.p-product__points__list__item__text {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.86;
}

@media screen and (max-width: 767px) {
  .p-product__points__list__item__text {
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
}

.p-product__coordinate {
  position: relative;
  padding: 0 0 270px;
}

@media screen and (max-width: 767px) {
  .p-product__coordinate {
    padding: 0 0 11.7rem;
  }
}

.p-product__coordinate__headWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.p-product__coordinate__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-animation: textLoop 60s linear infinite;
          animation: textLoop 60s linear infinite;
}

@media screen and (max-width: 767px) {
  .p-product__coordinate__head {
    -webkit-animation: textLoopSp 60s linear infinite;
            animation: textLoopSp 60s linear infinite;
  }
}

.p-product__coordinate__head span {
  display: block;
  padding-right: 0.4em;
  font-size: 18.5rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-product__coordinate__head span {
    font-size: 14rem;
  }
}

.p-product__coordinate__slider {
  position: relative;
  padding: 138px 50% 0 5%;
}

@media screen and (max-width: 767px) {
  .p-product__coordinate__slider {
    padding: 17rem 10% 0 4%;
  }
}

.p-product__coordinate__slider .slick-list {
  overflow: visible;
}

.p-product__coordinate__slider__slide {
  padding: 0 3.3vw;
}

@media screen and (max-width: 767px) {
  .p-product__coordinate__slider__slide {
    padding: 0 3rem;
  }
}

.p-product__coordinate__slider__slide:focus {
  outline: none;
}

.p-product__coordinate__slider__slide img {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p-product__coordinate__slider__slide.slick-current img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.p-product__coordinate__slider__arrow {
  position: absolute;
  bottom: -96px;
  width: 40px;
  height: 40px;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .p-product__coordinate__slider__arrow {
    bottom: -5rem;
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
  }
}

.p-product__coordinate__slider__arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.p-product__coordinate__slider__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 141%;
  height: 3px;
  background: #000000;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-product__coordinate__slider__arrow::after {
    height: 2px;
  }
}

.p-product__coordinate__slider__arrow.prev {
  right: 110px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-product__coordinate__slider__arrow.prev {
    right: 5.5rem;
  }
}

.p-product__coordinate__slider__arrow.next {
  right: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-product__coordinate__slider__arrow.next {
    right: 0.7rem;
  }
}

.p-product__spec {
  position: relative;
  padding: 140px 0 155px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-product__spec {
    padding: 5.3rem 0 6.2rem;
  }
}

.p-product__spec__bgWave {
  position: absolute;
  top: 720px;
  left: 53.6%;
  width: 1103px;
  opacity: 0.08;
}

@media screen and (max-width: 767px) {
  .p-product__spec__bgWave {
    top: 82rem;
    left: 53.6%;
    width: 190%;
  }
}

.p-product__spec__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 90px 0 65px;
}

@media screen and (max-width: 767px) {
  .p-product__spec__main {
    margin: 3.5rem 0 5.1rem;
  }
}

.p-product__spec__slider {
  width: 47.4%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-product__spec__slider {
    width: 100%;
  }
}

.p-product__spec__overview {
  width: 47.4%;
}

@media screen and (max-width: 767px) {
  .p-product__spec__overview {
    width: 100%;
    margin-top: 1.8rem;
  }
}

.p-product__spec__thumbnailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-product__spec__thumbnailList {
    margin-bottom: 0.5rem;
  }
}

.p-product__spec__thumbnailList__item {
  width: calc(100% / 7) !important;
  padding: 1px;
}

.p-product__spec__thumbnailList__item:focus {
  outline: none;
}

.p-product__spec__thumbnailList .slick-list {
  width: 100% !important;
}

.p-product__spec__thumbnailList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.p-product__spec__name {
  display: inline-block;
  margin: 4px 0 0;
  padding-bottom: 4px;
  border-bottom: 3px solid #ffffff;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-product__spec__name {
    margin-top: 0.6rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #ffffff;
    font-size: 4rem;
  }
}

.p-product__spec__name span {
  display: inline-block;
  padding-right: 0.3em;
  color: #cccccc;
}

.p-product__spec__detailList {
  margin: 50px 0 33px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-product__spec__detailList {
    margin: 1.9rem 0 2.6rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-product__spec__detailList__item {
  position: relative;
}

.p-product__spec__detailList__item:nth-child(n+2) {
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .p-product__spec__detailList__item:nth-child(n+2) {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-product__spec__detailList__item.color {
    padding-left: 5em;
  }
  .p-product__spec__detailList__item.price {
    padding-left: 4em;
  }
  .p-product__spec__detailList__item.spec {
    padding-left: 3.4em;
  }
  .p-product__spec__detailList__item__label {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-product__spec__color {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  .p-product__spec__color {
    padding-left: 1.8rem;
    margin-right: 1.2rem;
  }
}

.p-product__spec__color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid;
}

@media screen and (max-width: 767px) {
  .p-product__spec__color::before {
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.p-product__spec__color.white::before {
  border-color: #cccccc;
  background-color: #ffffff;
}

.p-product__spec__color.beige::before {
  border-color: #d0c7bd;
  background-color: #d0c7bd;
}

.p-product__spec__color.gray::before {
  border-color: #848a8d;
  background-color: #848a8d;
}

.p-product__spec__head3 {
  font-size: 6.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-product__spec__head3 {
    font-size: 3.3rem;
  }
}

.p-product__spec__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-product__spec__flexbox__left, .p-product__spec__flexbox__right {
  width: 47.2%;
}

@media screen and (max-width: 767px) {
  .p-product__spec__flexbox__left, .p-product__spec__flexbox__right {
    width: 100%;
  }
}

.p-product__spec__specList {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-product__spec__specList {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-product__spec__specList dt, .p-product__spec__specList dd {
  padding-top: 22px;
  padding-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .p-product__spec__specList dt, .p-product__spec__specList dd {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}

.p-product__spec__specList dt {
  float: left;
  width: 8em;
}

.p-product__spec__specList dd {
  padding-left: 8em;
  border-bottom: 1px solid #3c3c3c;
}

.p-product__spec__notes {
  margin-top: 17px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-product__spec__notes {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
  }
}

.p-product__others {
  padding: 160px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-product__others {
    padding: 4.5rem 0;
  }
}

.p-product__others__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-product__others__inner__left {
  width: 33.4%;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-product__others__inner__left {
    width: 100%;
    padding-top: 0;
  }
}

.p-product__others__inner__right {
  width: 66.6%;
}

@media screen and (max-width: 767px) {
  .p-product__others__inner__right {
    width: 100%;
  }
}

.p-product__others__head {
  margin-bottom: 85px;
  font-size: 6.6rem;
  font-weight: bold;
  line-height: 1.05;
}

@media screen and (max-width: 767px) {
  .p-product__others__head {
    margin-bottom: 5.4rem;
    font-size: 5.5rem;
    line-height: 0.87;
  }
}

.p-product__others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-product__others__list {
    width: 82%;
    margin: auto;
  }
}

.p-product__others__list__item {
  width: 48.8%;
}

@media screen and (max-width: 767px) {
  .p-product__others__list__item {
    width: 100%;
  }
  .p-product__others__list__item:nth-child(n+2) {
    margin-top: 6rem;
  }
}

.p-product__others__list__item.coming-soon .p-product__others__list__item__image img {
  -webkit-filter: blur(7px);
          filter: blur(7px);
}

.p-product__others__list__item.coming-soon .p-product__others__list__item__image::before, .p-product__others__list__item.coming-soon .p-product__others__list__item__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-product__others__list__item.coming-soon .p-product__others__list__item__image::before {
  content: "COMING\ASOON";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4.4rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  white-space: pre;
  mix-blend-mode: soft-light;
  z-index: 3;
}

.p-product__others__list__item.coming-soon .p-product__others__list__item__image::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.p-product__others__list__item__image {
  position: relative;
  overflow: hidden;
}

.p-product__others__list__item__image a {
  position: relative;
  z-index: 1;
}

.p-product__others__list__item__name {
  margin-top: 7px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-product__others__list__item__name {
    margin-top: 0.4rem;
    font-size: 3.6rem;
  }
}

.p-product__others__list__item__name span {
  padding-right: 0.4em;
  color: #cccccc;
}

@media screen and (max-width: 767px) {
  .p-product__others__list__item__name span {
    padding-right: 0.3em;
  }
}

.p-support__section {
  padding: 170px 0 74px;
}

@media screen and (max-width: 767px) {
  .p-support__section {
    padding: 8.8rem 0 3.5rem;
  }
}

.p-support__head {
  margin-bottom: 55px;
  font-size: 6.2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-support__head {
    margin-bottom: 2.3rem;
    font-size: 3.4rem;
  }
}

.p-support__box {
  margin-bottom: 87px;
}

@media screen and (max-width: 767px) {
  .p-support__box {
    margin-bottom: 2.9rem;
  }
}

.p-support__subHead {
  margin-bottom: 23px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000000;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .p-support__subHead {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
  }
}

.p-support__list__item {
  border-bottom: 1px solid #cccccc;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-support__list__item {
    font-size: 1.5rem;
  }
}

.p-support__list__item:first-child {
  border-top: 1px solid #cccccc;
}

.p-support__list__item a {
  display: block;
  padding: 37px 0;
}

@media screen and (max-width: 767px) {
  .p-support__list__item a {
    padding: 1.7rem 0;
  }
}

.p-support__list__item__icon {
  padding-right: 70px;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  float: right;
  background: url(../img/common/icon_download.svg) no-repeat right center/40px auto;
}

@media screen and (max-width: 767px) {
  .p-support__list__item__icon {
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin: 0.3rem 2.1rem 0;
    background-size: 100% auto;
  }
}

.p-support__faqList {
  border-bottom: 1px solid #cccccc;
}

.p-support__faqList dt {
  position: relative;
  border-top: 1px solid #cccccc;
  padding: 37px 0;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-support__faqList dt {
    padding: 1.7rem 0;
    font-size: 1.5rem;
  }
}

.p-support__faqList dt::before, .p-support__faqList dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  background: #000000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .p-support__faqList dt::before, .p-support__faqList dt::after {
    right: 2.4rem;
    width: 1.4rem;
    height: 1px;
  }
}

.p-support__faqList dt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-support__faqList dt.is-opened::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-support__faqList dd {
  display: none;
  padding: 0 0 37px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-support__faqList dd {
    padding-bottom: 1.7rem;
    font-size: 1.3rem;
  }
}

.p-support__button {
  margin: 130px auto 0;
}

@media screen and (max-width: 767px) {
  .p-support__button {
    margin: 8rem auto 0;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>