@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

body {
  position: relative; }

li {
  list-style: none; }

a {
  text-decoration: none; }

br {
  display: inherit;
  line-height: 0;
  height: 0; }

img {
  max-width: 100%;
  height: auto; }

.spOnly {
  display: none; }

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none; }

  .spOnly {
    display: block; } }
.toTop a {
  display: block;
  margin: 80px auto 0;
  width: 55px;
  height: 55px; }

@media screen and (max-width: 1024px) {
  .toTop {
    right: 8px; }
    .toTop a {
      margin: 60px auto 0;
      width: 50px;
      height: 50px; } }
@media screen and (max-width: 640px) {
  .toTop {
    background-size: 40px 40px; }
    .toTop a {
      width: 40px;
      height: 40px;
      margin: 40px auto 0; } }
.header {
  padding: 0 5%; }
  .header__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header__inner > div:nth-of-type(1) img {
      width: 150px; }
    .header__inner > div:nth-of-type(2) {
      display: flex;
      align-items: center; }
      .header__inner > div:nth-of-type(2) img {
        width: 70px; }
      .header__inner > div:nth-of-type(2) p {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 5px 8px 5px 10px;
        color: #ccc;
        border: 1px solid #ccc;
        margin-left: 30px;
        letter-spacing: 2px; }

@media screen and (max-width: 1024px) {
  .header__inner {
    max-width: 100%;
    padding: 30px 0; }
    .header__inner > div:nth-of-type(1) img {
      width: 120px; }
    .header__inner > div:nth-of-type(2) img {
      width: 60px; }
    .header__inner > div:nth-of-type(2) p {
      font-size: 11px;
      font-size: 0.6875rem;
      margin-left: 20px; } }
@media screen and (max-width: 640px) {
  .header {
    padding: 0 4%; }
    .header__inner {
      max-width: 100%;
      padding: 20px 0 30px; }
      .header__inner > div:nth-of-type(1) img {
        width: 100px; }
      .header__inner > div:nth-of-type(2) img {
        width: 50px; }
      .header__inner > div:nth-of-type(2) p {
        font-size: 10px;
        font-size: 0.625rem;
        padding: 4px 6px 4px 8px;
        margin-left: 15px; } }
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .header__inner > div:nth-of-type(2) p {
    border: .5px solid #ccc; } }
.footer {
  padding: 0 5%; }
  .footer__inner {
    padding: 80px 0 60px; }
    .footer__inner > p {
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 80px;
      text-align: center; }

.line {
  margin: 0 auto;
  text-align: center; }
  .line__inner p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px; }
  .line__inner i {
    display: inline-block;
    margin: 30px 0 80px;
    font-size: 36px;
    font-size: 2.25rem;
    color: #f2f2f2; }

.share__inner {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .share__inner p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px; }
  .share__inner i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #f2f2f2; }

@media screen and (max-width: 1024px) {
  .footer__inner {
    padding: 60px 0 40px; }
    .footer__inner > p {
      margin-top: 60px;
      font-size: 11px;
      font-size: 0.6875rem; }

  .line__inner figure {
    display: none; }
  .line__inner p {
    font-size: 12px;
    font-size: 0.75rem; }
  .line__inner i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #f2f2f2;
    margin: 20px 0 60px; }

  .share__inner p {
    font-size: 12px;
    font-size: 0.75rem; } }
@media screen and (max-width: 640px) {
  .footer {
    padding: 0 4%; }
    .footer__inner {
      padding: 40px 0 20px; }
      .footer__inner > p {
        margin-top: 40px;
        font-size: 10px;
        font-size: 0.625rem; }
    .footer .line__inner p {
      font-size: 12px;
      font-size: 0.75rem; }
    .footer .line__inner i {
      font-size: 30px;
      font-size: 1.875rem;
      margin: 20px 0 40px; } }
nav {
  width: 100%;
  background-color: #fff; }
  nav .nav__inner {
    width: 100%;
    max-width: 1080px;
    height: 60px;
    margin: 0 auto; }
    nav .nav__inner .gNav {
      display: flex;
      flex-wrap: wrap; }
      nav .nav__inner .gNav li {
        width: calc(180 / 1080 * 100%);
        height: 60px;
        font-size: 1.6rem;
        font-weight: bold; }
        nav .nav__inner .gNav li a {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          width: 100%;
          height: 100%;
          transition: 0.3s all; }
          nav .nav__inner .gNav li a:hover {
            background-color: #8282e3;
            opacity: inherit; }
          nav .nav__inner .gNav li a.current {
            pointer-events: none;
            background-color: #8282e3; }
      nav .nav__inner .gNav + ul {
        display: none; }

.hamburger {
  display: none; }

@media screen and (max-width: 640px) {
  nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: rgba(25, 25, 112, 0.9);
    z-index: 9999; }
    nav .nav__inner .gNav li {
      width: 100%;
      font-size: 1.8rem; }
      nav .nav__inner .gNav li a {
        justify-content: inherit;
        padding: 20px 0 20px calc(42 / 750 * 100% + 30px);
        position: relative; }
        nav .nav__inner .gNav li a::before {
          content: "";
          width: 12px;
          height: 12px;
          background-image: url(/assets/images/arrowR-sp.png);
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: 50%;
          left: calc(42 / 750 * 100%);
          transform: translate(0, -50%); }
    nav .nav__inner .gNav + ul {
      display: block;
      margin-top: 15px; }

  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 21px;
    cursor: pointer;
    display: inline-block;
    z-index: 99999; }
    .hamburger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
      border-radius: 4px;
      transition: all 0.5s; }
      .hamburger span:nth-of-type(1) {
        top: 0; }
      .hamburger span:nth-of-type(2) {
        top: 9.5px; }
      .hamburger span:nth-of-type(3) {
        bottom: 0; }
    .hamburger.active span {
      background-color: #fff; }
      .hamburger.active span:nth-of-type(1) {
        transform: translateY(9.5px) rotate(-45deg); }
      .hamburger.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: active-btn-bar02 0.8s forwards; }
      .hamburger.active span:nth-of-type(3) {
        transform: translateY(-9.5px) rotate(45deg); } }
.modalOpen {
  cursor: pointer; }

.modalArea {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto; }
  .modalArea .modalArea__inner {
    padding: 40px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative; }
    .modalArea .modalArea__inner > div {
      background: #fff;
      padding: 20px;
      overflow: scroll; }
      .modalArea .modalArea__inner > div .modalClose {
        width: 34px;
        height: 34px;
        background-image: url(images/modalClose.png);
        background-size: contain;
        position: absolute;
        top: 23px;
        right: 23px;
        background-color: transparent;
        cursor: pointer; }

.slider .slider__inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .slider .slider__inner::after {
    content: "";
    display: block;
    padding-top: 79%; }
  .slider .slider__inner img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%; }

body {
  background-color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #f2f2f2;
  -webkit-text-size-adjust: 100%; }

::-moz-selection {
  background-color: #143d66; }

::selection {
  background-color: #143d66; }

.contents {
  overflow: hidden; }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5; }
  p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.5) * 0.5em);
    content: ""; }
  p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.5) * 0.5em);
    content: ""; }

.mv {
  position: relative; }
  .mv__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .mv__inner > div {
      width: 50%; }
    .mv__inner figure figcaption {
      margin-right: 3%;
      letter-spacing: 2px;
      font-size: 12px;
      font-size: 0.75rem; }
  .mvTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f2f2f2;
    text-align: center;
    clip-path: inset(0 100% 100% 0); }
    .mvTitle.active {
      clip-path: inset(0);
      transition: all 1.5s ease; }
    @media screen and (max-width: 640px) {
      .mvTitle {
        position: absolute;
        top: 45%;
        left: 50%; } }
    .mvTitle h1 {
      font-weight: normal; }
      .mvTitle h1 > span {
        display: block;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8)); }
        .mvTitle h1 > span:nth-of-type(1) {
          font-size: calc(36 / 1920 * 100vw);
          letter-spacing: 1vw; }
          .mvTitle h1 > span:nth-of-type(1) > span {
            letter-spacing: 1.78vw; }
        .mvTitle h1 > span:nth-of-type(2) {
          font-size: calc(24 / 1920 * 100vw);
          margin-top: calc(50 / 1920 * 100vw);
          letter-spacing: 0.4vw; }
        .mvTitle h1 > span:nth-of-type(3) {
          text-shadow: 0px 0px 15px #000;
          font-size: calc(80 / 1920 * 100vw);
          margin-top: calc(80 / 1920 * 100vw);
          letter-spacing: 1vw; }
        .mvTitle h1 > span:nth-of-type(4) {
          font-size: calc(28 / 1920 * 100vw);
          margin-top: calc(40 / 1920 * 100vw);
          letter-spacing: 0.2vw; }

.scroll {
  position: relative;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 100px;
  padding-top: 70px; }
  .scroll__inner {
    text-align: center; }
    .scroll__inner a {
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 2px; }
      .scroll__inner a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        transform: rotate(-45deg);
        box-sizing: border-box;
        animation: scroll 3.5s infinite; }

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  80% {
    transform: rotate(-45deg) translate(-20px, 20px); }
  0%,
  80%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.section:nth-of-type(1) .section__inner h2 {
  font-weight: normal;
  color: #808080;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 80px;
  position: relative;
  letter-spacing: 2px;
  clip-path: inset(0 100% 100% 0); }
  .section:nth-of-type(1) .section__inner h2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: ""; }
  .section:nth-of-type(1) .section__inner h2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: ""; }
  .section:nth-of-type(1) .section__inner h2.active {
    clip-path: inset(0);
    transition: all 1s ease; }
  .section:nth-of-type(1) .section__inner h2::before {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    top: 55%;
    left: 0;
    background-color: #808080; }
  .section:nth-of-type(1) .section__inner h2 + p {
    margin-top: 60px; }
.section:nth-of-type(1) .section__inner h3 {
  font-weight: normal;
  color: #f2f2f2;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 80px;
  clip-path: inset(0 100% 100% 0); }
  .section:nth-of-type(1) .section__inner h3::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: ""; }
  .section:nth-of-type(1) .section__inner h3::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: ""; }
  .section:nth-of-type(1) .section__inner h3.active {
    clip-path: inset(0);
    transition: all 1.5s ease; }
  .section:nth-of-type(1) .section__inner h3 + p {
    margin-top: 50px; }
  .section:nth-of-type(1) .section__inner h3 p {
    margin-top: 50px; }
.section:nth-of-type(1) .wid1 {
  padding: 0 5%; }
  @media screen and (max-width: 640px) {
    .section:nth-of-type(1) .wid1 {
      padding: 0 4%; } }
  .section:nth-of-type(1) .wid1__inner {
    max-width: 1500px;
    margin: 0 auto; }
.section:nth-of-type(1) .wid2 {
  padding: 0 5%; }
  @media screen and (max-width: 640px) {
    .section:nth-of-type(1) .wid2 {
      padding: 0 4%; } }
  .section:nth-of-type(1) .wid2__inner {
    max-width: 1200px;
    margin: 0 auto; }
.section:nth-of-type(1) .wid3 {
  padding: 100px 5%; }
  @media screen and (max-width: 640px) {
    .section:nth-of-type(1) .wid3 {
      padding: 60px 4%; } }
  .section:nth-of-type(1) .wid3__inner {
    max-width: 1000px;
    margin: 0 auto; }
    .section:nth-of-type(1) .wid3__inner .comment {
      background-color: #1a1a1a;
      padding: 50px;
      margin: 50px 0; }
.section:nth-of-type(1) .column2__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .section:nth-of-type(1) .column2__inner > div {
    width: calc(690 / 1500 * 100%); }
.section:nth-of-type(1) .movie {
  margin-top: 160px; }
.section:nth-of-type(2) {
  margin-top: 200px; }
  .section:nth-of-type(2) .section__inner h2 {
    font-weight: normal;
    text-align: center;
    font-size: 60px;
    font-size: 3.75rem;
    clip-path: inset(0 100% 100% 0);
    letter-spacing: 16px; }
    @media screen and (max-width: 1024px) {
      .section:nth-of-type(2) .section__inner h2 {
        font-size: 36px;
        font-size: 2.25rem; } }
    .section:nth-of-type(2) .section__inner h2.active {
      clip-path: inset(0);
      transition: all 1.5s ease; }
    @media screen and (max-width: 640px) {
      .section:nth-of-type(2) .section__inner h2 {
        letter-spacing: 8px; } }
    .section:nth-of-type(2) .section__inner h2 span {
      font-size: 24px;
      font-size: 1.5rem;
      letter-spacing: 4px;
      display: block;
      margin-top: 40px; }
      @media screen and (max-width: 1024px) {
        .section:nth-of-type(2) .section__inner h2 span {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media screen and (max-width: 640px) {
        .section:nth-of-type(2) .section__inner h2 span {
          letter-spacing: 2px; } }
  .section:nth-of-type(2) .section__inner h3 {
    font-weight: normal;
    font-size: 36px;
    font-size: 2.25rem;
    clip-path: inset(0 100% 100% 0);
    letter-spacing: 2px; }
    .section:nth-of-type(2) .section__inner h3.active {
      clip-path: inset(0);
      transition: all 1.5s ease; }
    .section:nth-of-type(2) .section__inner h3 span {
      font-size: 20px;
      font-size: 1.25rem;
      display: block;
      margin-top: 25px; }
    .section:nth-of-type(2) .section__inner h3 + p {
      margin-top: 70px; }
  .section:nth-of-type(2) .section__inner p {
    font-size: 16px;
    font-size: 1rem; }

.collabo {
  margin-top: 20px; }

.promotion {
  margin-left: calc(120 / 1920 * 100%);
  margin-top: 120px; }
  .promotion__inner {
    position: relative; }
    .promotion__inner > div:nth-of-type(1) {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    .promotion__inner > div:nth-of-type(2) {
      margin-left: auto;
      width: calc(1152 / 1920 * 100%);
      max-width: 1152px; }

.specifications {
  margin-top: 180px; }
  .specifications__inner {
    display: flex;
    align-items: center; }
    .specifications__inner > div:nth-of-type(1) {
      order: 2;
      margin-left: calc(120 / 1920 * -100%);
      width: 100%;
      max-width: calc(768 / 1920 * 100%);
      position: relative;
      z-index: 2; }
    .specifications__inner > div:nth-of-type(2) {
      width: calc(1152 / 1920 * 100%);
      order: 1; }
    .specifications__inner > div .model {
      font-size: 14px !important; }
      .specifications__inner > div .model span {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 15px; }

.prf {
  margin-top: 100px; }
  .prf__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px;
    outline: none;
    transition: all 2s ease; }
    .prf__inner::before, .prf__inner::after,
    .prf__inner > span::before,
    .prf__inner > span::after {
      position: absolute;
      z-index: 2;
      content: "";
      width: 0;
      height: 0;
      border: 1px solid transparent;
      visibility: hidden;
      box-sizing: content-box;
      transition: all 2s ease; }
    .prf__inner::before {
      top: -1px;
      left: -1px;
      border-left-color: #f2f2f2; }
    .prf__inner::after {
      bottom: -1px;
      right: -1px;
      border-right-color: #f2f2f2; }
    .prf__inner > span::before {
      bottom: -1px;
      left: -1px;
      border-bottom-color: #f2f2f2; }
    .prf__inner > span::after {
      top: -1px;
      right: -1px;
      border-top-color: #f2f2f2; }
    .prf__inner.fadeIn::before, .prf__inner.fadeIn::after {
      height: 100%;
      visibility: visible; }
    .prf__inner.fadeIn > span::before, .prf__inner.fadeIn > span::after {
      width: 100%;
      visibility: visible; }
    .prf__inner .name {
      font-size: 18px;
      font-size: 1.125rem; }
      .prf__inner .name > span {
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 2px; }
      .prf__inner .name + p {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 30px; }

.logoArea {
  padding: 0 5%;
  margin-top: -100px; }
  @media screen and (max-width: 1400px) {
    .logoArea {
      margin-top: 0; } }
  @media screen and (max-width: 640px) {
    .logoArea {
      padding: 0 4%; } }
  .logoArea__inner {
    width: 100%;
    max-width: 1500px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .logoArea__inner img {
      width: 250px; }
    @media screen and (max-width: 1400px) {
      .logoArea__inner {
        height: 200px; }
        .logoArea__inner img {
          width: 200px; } }

.bg01 {
  width: 100%;
  background-image: url(images/bg01.jpg);
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  height: calc(100% - (135 / 675 * 100vw));
  margin-top: calc(135 / 675 * 100vw); }

.bg02 {
  width: 100%;
  height: calc(100% - 200px);
  background-image: url(images/bg02.png);
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
  margin-top: 160px; }
  @media screen and (max-width: 1024px) {
    .bg02 {
      margin-top: 70px;
      background-size: 80%; } }

.bg03 {
  width: 100%;
  height: 100%;
  background-image: url(images/bg03.jpg);
  background-position: top;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2; }

.fade01,
.fade02,
.fade03,
.fade04,
.fade05 {
  opacity: 0; }

.fadeU {
  opacity: 0;
  transform: translate(0, 60px); }
  .fadeU.active {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.5s ease; }

.relative {
  position: relative; }

.fadeBg {
  opacity: 0; }
  .fadeBg.active {
    opacity: 1;
    transition: all 1.5s ease; }

.fadeL {
  opacity: 0;
  transform: translate(-60px, 0); }
  .fadeL.active {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.5s ease; }

.fadeR {
  opacity: 0;
  transform: translate(60px, 0); }
  .fadeR.active {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.5s ease; }

p + p {
  margin-top: 50px; }

p.block {
  margin-top: 80px; }

figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 20px; }
  figure figcaption::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: ""; }
  figure figcaption::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: ""; }

.btn {
  text-align: center;
  margin-top: 80px; }
  .btn__inner {
    display: inline-block;
    padding: 20px 80px;
    position: relative;
    outline: none; }
    .btn__inner a {
      color: #f2f2f2;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 2px; }
    .btn__inner::before, .btn__inner::after,
    .btn__inner > span::before,
    .btn__inner > span::after {
      position: absolute;
      z-index: 2;
      content: "";
      width: 0;
      height: 0;
      border: 1px solid transparent;
      visibility: hidden;
      box-sizing: content-box;
      transition: all 2s ease; }
    .btn__inner::before {
      top: -1px;
      left: -1px;
      border-left-color: #f2f2f2; }
    .btn__inner::after {
      bottom: -1px;
      right: -1px;
      border-right-color: #f2f2f2; }
    .btn__inner > span::before {
      bottom: -1px;
      left: -1px;
      border-bottom-color: #f2f2f2; }
    .btn__inner > span::after {
      top: -1px;
      right: -1px;
      border-top-color: #f2f2f2; }
    .btn__inner.fadeIn::before, .btn__inner.fadeIn::after {
      height: 100%;
      visibility: visible; }
    .btn__inner.fadeIn > span::before, .btn__inner.fadeIn > span::after {
      width: 100%;
      visibility: visible; }
  .btn.sp {
    display: none; }

.prf {
  margin-top: 100px; }
  .prf__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px;
    outline: none;
    transition: all 2s ease; }
    .prf__inner::before, .prf__inner::after,
    .prf__inner > span::before,
    .prf__inner > span::after {
      position: absolute;
      z-index: 2;
      content: "";
      width: 0;
      height: 0;
      border: 1px solid transparent;
      visibility: hidden;
      box-sizing: content-box;
      transition: all 2s ease; }
    .prf__inner::before {
      top: -1px;
      left: -1px;
      border-left-color: #f2f2f2; }
    .prf__inner::after {
      bottom: -1px;
      right: -1px;
      border-right-color: #f2f2f2; }
    .prf__inner > span::before {
      bottom: -1px;
      left: -1px;
      border-bottom-color: #f2f2f2; }
    .prf__inner > span::after {
      top: -1px;
      right: -1px;
      border-top-color: #f2f2f2; }
    .prf__inner.fadeIn::before, .prf__inner.fadeIn::after {
      height: 100%;
      visibility: visible; }
    .prf__inner.fadeIn > span::before, .prf__inner.fadeIn > span::after {
      width: 100%;
      visibility: visible; }
    .prf__inner .name {
      font-size: 18px;
      font-size: 1.125rem; }
      .prf__inner .name > span {
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 2px; }
      .prf__inner .name + p {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 30px; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt150 {
  margin-top: 150px !important; }

.mt160 {
  margin-top: 160px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.bc-player-ThLLbsNrf_default:hover .vjs-big-play-button {
  background-color: #000; }

@media screen and (max-width: 1024px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2; }
    p::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 2) * 0.5em);
      content: ""; }
    p::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 2) * 0.5em);
      content: ""; }

  p + p {
    margin-top: 40px; }

  p.block {
    margin-top: 50px; }

  .mv {
    position: relative; }
    .mv__inner figure figcaption {
      margin-top: 15px;
      margin-right: 3%;
      font-size: 10px;
      font-size: 0.625rem; }
    .mvTitle h1 > span {
      display: block;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8)); }
      .mvTitle h1 > span:nth-of-type(1) {
        font-size: calc(36 / 1920 * 100vw);
        letter-spacing: 1vw; }
        .mvTitle h1 > span:nth-of-type(1) > span {
          letter-spacing: 1.78vw; }
      .mvTitle h1 > span:nth-of-type(2) {
        font-size: calc(24 / 1920 * 100vw);
        margin-top: calc(50 / 1920 * 100vw);
        letter-spacing: 0.4vw; }
      .mvTitle h1 > span:nth-of-type(3) {
        text-shadow: 0px 0px 15px #000;
        font-size: calc(80 / 1920 * 100vw);
        margin-top: calc(80 / 1920 * 100vw);
        letter-spacing: 1vw; }
      .mvTitle h1 > span:nth-of-type(4) {
        font-size: calc(28 / 1920 * 100vw);
        margin-top: calc(40 / 1920 * 100vw);
        letter-spacing: 0.2vw; }

  .scroll {
    margin-bottom: 0; }
    .scroll a {
      font-size: 12px;
      font-size: 0.75rem; }

  .section {
    margin-top: 60px; }
    .section:nth-of-type(1) .section__inner h2 {
      font-size: 16px;
      font-size: 1rem;
      padding-left: 60px;
      position: relative;
      letter-spacing: 2px; }
      .section:nth-of-type(1) .section__inner h2::before {
        content: "";
        width: 30px;
        height: 1px; }
      .section:nth-of-type(1) .section__inner h2 + p {
        margin-top: 60px; }
    .section:nth-of-type(1) .section__inner h3 {
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 60px; }
      .section:nth-of-type(1) .section__inner h3 + p {
        margin-top: 40px; }
    .section:nth-of-type(1) .wid1 {
      padding: 0 5%; }
    .section:nth-of-type(1) .wid2 {
      padding: 0 5%; }
    .section:nth-of-type(1) .wid3 {
      padding: 60px 5%; }
      .section:nth-of-type(1) .wid3 .comment {
        padding: 40px;
        margin: 40px 0; }
    .section:nth-of-type(1) .column2__inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .section:nth-of-type(1) .column2__inner > div {
        width: calc(690 / 1500 * 100%); }
    .section:nth-of-type(1) .movie {
      margin-top: 100px; }
    .section:nth-of-type(2) {
      margin-top: 120px; }
      .section:nth-of-type(2) .section__inner h2 {
        font-weight: normal;
        text-align: center;
        font-size: 60px;
        font-size: 3.75rem;
        clip-path: inset(0 100% 100% 0);
        letter-spacing: 12px; } }
      @media screen and (max-width: 1024px) and (max-width: 1024px) {
        .section:nth-of-type(2) .section__inner h2 {
          font-size: 36px;
          font-size: 2.25rem; } }
@media screen and (max-width: 1024px) {
        .section:nth-of-type(2) .section__inner h2.active {
          clip-path: inset(0);
          transition: all 1.5s ease; } }
      @media screen and (max-width: 1024px) and (max-width: 640px) {
        .section:nth-of-type(2) .section__inner h2 {
          letter-spacing: 6px; } }
@media screen and (max-width: 1024px) {
        .section:nth-of-type(2) .section__inner h2 span {
          font-size: 24px;
          font-size: 1.5rem;
          letter-spacing: 4px;
          display: block;
          margin-top: 30px; } }
        @media screen and (max-width: 1024px) and (max-width: 1024px) {
          .section:nth-of-type(2) .section__inner h2 span {
            font-size: 16px;
            font-size: 1rem; } }
        @media screen and (max-width: 1024px) and (max-width: 640px) {
          .section:nth-of-type(2) .section__inner h2 span {
            letter-spacing: 2px; } }
@media screen and (max-width: 1024px) {
      .section:nth-of-type(2) .section__inner h3 {
        font-weight: normal;
        font-size: 36px;
        font-size: 2.25rem;
        clip-path: inset(0 100% 100% 0);
        letter-spacing: 2px; }
        .section:nth-of-type(2) .section__inner h3.active {
          clip-path: inset(0);
          transition: all 1.5s ease; }
        .section:nth-of-type(2) .section__inner h3 span {
          font-size: 20px;
          font-size: 1.25rem;
          display: block;
          margin-top: 20px; }
        .section:nth-of-type(2) .section__inner h3 + p {
          margin-top: 60px; }
      .section:nth-of-type(2) .section__inner p {
        font-size: 14px;
        font-size: 0.875rem; }

  .prf {
    margin-top: 60px; }
    .prf__inner {
      padding: 40px 30px; }
      .prf__inner .name {
        font-size: 16px;
        font-size: 1rem; }
        .prf__inner .name > span {
          font-size: 12px;
          font-size: 0.75rem; }
        .prf__inner .name + p {
          font-size: 12px;
          font-size: 0.75rem;
          margin-top: 20px; }

  .btn {
    margin-top: 60px; }
    .btn__inner {
      display: inline-block;
      padding: 20px 80px; }
      .btn__inner a {
        font-size: 14px;
        font-size: 0.875rem; }

  .collabo {
    margin-top: 40px; }

  .product {
    margin-top: 100px; }
    .product .section__inner .promotion {
      margin-top: 80px; }
      .product .section__inner .promotion h3 {
        font-size: 20px;
        font-size: 1.25rem; }
        .product .section__inner .promotion h3 span {
          font-size: 16px;
          font-size: 1rem; }
    .product .section__inner .specifications {
      margin-top: 100px; }
      .product .section__inner .specifications h3 {
        font-size: 20px;
        font-size: 1.25rem; }
        .product .section__inner .specifications h3 span {
          font-size: 16px;
          font-size: 1rem; }
      .product .section__inner .specifications .model {
        font-size: 12px !important; }
        .product .section__inner .specifications .model span {
          font-size: 14px;
          font-size: 0.875rem; }

  .logoArea {
    margin-top: -20px; }
    .logoArea__inner {
      height: 200px;
      margin: 0 auto;
      justify-content: center;
      align-items: center; }
      .logoArea__inner img {
        width: 180px; } }
@media screen and (max-width: 640px) {
  p {
    font-size: 14px;
    font-size: 0.875rem; }

  p.block {
    margin-top: 50px; }

  .mv__inner figure figcaption {
    margin-right: 4%; }
  .mv__inner > div {
    width: 100%; }
    .mv__inner > div:nth-of-type(2) {
      position: relative; }
      .mv__inner > div:nth-of-type(2)::before {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(#000000 0%, transparent 25%);
        position: absolute;
        top: 0;
        left: 0; }
  .mvTitle h1 > span:nth-of-type(1) {
    font-size: calc(32 / 750 * 100vw); }
    .mvTitle h1 > span:nth-of-type(1) span {
      letter-spacing: 1.78vw; }
  .mvTitle h1 > span:nth-of-type(2) {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    letter-spacing: 0.4vw; }
  .mvTitle h1 > span:nth-of-type(3) {
    font-size: calc(72 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    letter-spacing: 1.4vw; }
  .mvTitle h1 > span:nth-of-type(4) {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    letter-spacing: 0.6vw; }

  .section {
    margin-top: 50px; }
    .section:nth-of-type(1) > .section__inner h2 {
      font-size: 16px;
      font-size: 1rem;
      padding-left: 40px; }
      .section:nth-of-type(1) > .section__inner h2::before {
        width: 20px; }
      .section:nth-of-type(1) > .section__inner h2 + p {
        margin-top: 40px; }
    .section:nth-of-type(1) > .section__inner h3 {
      margin-top: 50px;
      font-size: 18px;
      font-size: 1.125rem; }
      .section:nth-of-type(1) > .section__inner h3 + p {
        margin-top: 40px; }
    .section:nth-of-type(1) .wid1 {
      padding: 0 4%; }
      .section:nth-of-type(1) .wid1__inner {
        max-width: 100%; }
    .section:nth-of-type(1) .wid2 {
      padding: 0 4%; }
      .section:nth-of-type(1) .wid2__inner {
        max-width: 100%; }
    .section:nth-of-type(1) .wid3 {
      padding: 50px 4%; }
      .section:nth-of-type(1) .wid3__inner {
        max-width: 100%; }
        .section:nth-of-type(1) .wid3__inner .comment {
          padding: 40px 20px; }
    .section:nth-of-type(1) .column2__inner > div {
      width: 100%; }
      .section:nth-of-type(1) .column2__inner > div:nth-of-type(2) {
        margin-top: 50px; }
    .section:nth-of-type(1) .btn__inner {
      padding: 20px 60px; }
    .section:nth-of-type(1) .collabo {
      margin-top: 30px; }
      .section:nth-of-type(1) .collabo .column2__inner > div:nth-of-type(2) {
        margin-top: 0; }
      .section:nth-of-type(1) .collabo .btn {
        display: none; }
        .section:nth-of-type(1) .collabo .btn.sp {
          display: block;
          margin-top: 50px; }
    .section:nth-of-type(1) .movie {
      margin-top: 80px; }
    .section:nth-of-type(2) {
      margin-top: 100px; }
      .section:nth-of-type(2) .section__inner {
        padding: 0 4%; }
        .section:nth-of-type(2) .section__inner h2 {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 1.5; }
          .section:nth-of-type(2) .section__inner h2::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.5) * 0.5em);
            content: ""; }
          .section:nth-of-type(2) .section__inner h2::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.5) * 0.5em);
            content: ""; }
          .section:nth-of-type(2) .section__inner h2 span {
            font-size: 14px;
            font-size: 0.875rem;
            margin-top: 10px; }
        .section:nth-of-type(2) .section__inner h3 {
          font-size: 18px;
          font-size: 1.125rem; }
          .section:nth-of-type(2) .section__inner h3 span {
            font-size: 14px;
            font-size: 0.875rem;
            margin-top: 15px; }
          .section:nth-of-type(2) .section__inner h3 + p {
            margin-top: 50px; }

  .prf {
    margin-top: 50px; }
    .prf__inner {
      padding: 35px 20px; }
      .prf__inner .name {
        font-size: 14px;
        font-size: 0.875rem; }
        .prf__inner .name > span {
          font-size: 10px;
          font-size: 0.625rem; }
        .prf__inner .name + p {
          margin-top: 20px;
          font-size: 12px;
          font-size: 0.75rem; }

  .btn {
    margin-top: 50px; }
    .btn__inner {
      display: inline-block;
      padding: 20px 80px; }

  .product h2 {
    letter-spacing: 8px;
    font-size: 24px;
    font-size: 1.5rem; }
    .product h2 span {
      font-size: 12px;
      font-size: 0.75rem; }
  .product .section__inner .specifications {
    margin-top: 80px; }

  .promotion {
    margin-left: 0;
    margin-top: 80px; }
    .promotion__inner > div:nth-of-type(1) {
      position: relative;
      top: 0;
      transform: translateY(0); }
    .promotion__inner > div:nth-of-type(2) {
      width: 100%;
      margin-left: 0;
      margin-top: 50px; }
    .promotion__inner .movie {
      padding-left: 4%;
      transform: translatex(4%); }

  .specifications {
    margin-top: 60px; }
    .specifications__inner {
      flex-wrap: wrap; }
      .specifications__inner h3 + p {
        margin-top: 40px; }
      .specifications__inner > div:nth-of-type(1) {
        order: 1;
        max-width: 100%;
        margin-left: 0; }
      .specifications__inner > div:nth-of-type(2) {
        order: 2;
        width: 100%;
        margin-top: 60px; }

  .logoArea {
    margin-top: -120px;
    padding: 0 4%; }
    .logoArea__inner {
      justify-content: center;
      height: 240px; }
      .logoArea__inner a {
        margin-top: 120px; }
      .logoArea__inner img {
        width: 150px; }

  .fadeL {
    transform: translate(0, 60px); }
    .fadeL.sp {
      transform: translate(-60px, 0); }
      .fadeL.sp.active {
        transform: translate(0, 0); }
    .fadeL figure {
      padding-right: 4%;
      transform: translatex(-4%); }

  .fadeR {
    transform: translate(0, 60px); }
    .fadeR.sp {
      transform: translate(60px, 0); }
      .fadeR.sp.active {
        padding-left: 4%;
        transform: translatex(4%); }
    .fadeR figure {
      transform: translatex(0%); }

  .spOrder {
    order: 2;
    margin-top: 50px; }
    .spOrder figure {
      padding-right: 0;
      transform: translatex(0); }

  .mt65 {
    margin-top: 30px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mt100 {
    margin-top: 50px !important; }

  .mt150 {
    margin-top: 20px !important; }

  .pb100 {
    padding-bottom: 50px !important; }

  .bg01 {
    height: calc(100% - (180 / 675 * 100vw));
    margin-top: calc(180 / 675 * 100vw); }

  .bg02 {
    width: 100%;
    height: 100%;
    background-position: top right;
    background-size: 150%;
    margin-top: 180px;
    left: -20%; }

  .bg03 {
    background-size: 100%; }

  .scroll {
    display: none; } }
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .section:nth-of-type(1) .section__inner h2::before {
    content: "";
    height: .5px; }

  .prf__inner {
    position: relative;
    outline: none;
    transition: all 2s ease; }
    .prf__inner::before, .prf__inner::after,
    .prf__inner > span::before,
    .prf__inner > span::after {
      position: absolute;
      z-index: 2;
      content: "";
      width: 0;
      height: 0;
      border: .5px solid transparent;
      visibility: hidden;
      box-sizing: content-box;
      transition: all 2s ease; }
    .prf__inner::before {
      top: -.5px;
      left: -.5px;
      border-left-color: #f2f2f2; }
    .prf__inner::after {
      bottom: -.5px;
      right: -.5px;
      border-right-color: #f2f2f2; }
    .prf__inner > span::before {
      bottom: -.5px;
      left: -.5px;
      border-bottom-color: #f2f2f2; }
    .prf__inner > span::after {
      top: -.5px;
      right: -.5px;
      border-top-color: #f2f2f2; }
    .prf__inner.fadeIn::before, .prf__inner.fadeIn::after {
      height: 100%;
      visibility: visible; }
    .prf__inner.fadeIn > span::before, .prf__inner.fadeIn > span::after {
      width: 100%;
      visibility: visible; }

  .btn__inner {
    display: inline-block;
    position: relative;
    outline: none; }
    .btn__inner::before, .btn__inner::after,
    .btn__inner > span::before,
    .btn__inner > span::after {
      position: absolute;
      z-index: 2;
      content: "";
      width: 0;
      height: 0;
      border: .5px solid transparent;
      visibility: hidden;
      box-sizing: content-box;
      transition: all 2s ease; }
    .btn__inner::before {
      top: -.5px;
      left: -.5px;
      border-left-color: #f2f2f2; }
    .btn__inner::after {
      bottom: -.5px;
      right: -.5px;
      border-right-color: #f2f2f2; }
    .btn__inner > span::before {
      bottom: -.5px;
      left: -.5px;
      border-bottom-color: #f2f2f2; }
    .btn__inner > span::after {
      top: -.5px;
      right: -.5px;
      border-top-color: #f2f2f2; }
    .btn__inner.fadeIn::before, .btn__inner.fadeIn::after {
      height: 100%;
      visibility: visible; }
    .btn__inner.fadeIn > span::before, .btn__inner.fadeIn > span::after {
      width: 100%;
      visibility: visible; } }

/*# sourceMappingURL=style.css.map */
