@charset "UTF-8";
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/* fonts */
/* ==========================================================================
 #Foundation
========================================================================== */
/* #Reset 
----------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://use.typekit.net/wsb0mnm.css");
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; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* #Typography
----------------------------------------------------------------- */
body, html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  font-size: 0.8333333333vw; }
  @media screen and (min-width: 1200px) {
    body, html {
      font-size: 10px; } }
  @media (max-width: 767px) {
    body, html {
      font-size: 2.6666666667vw;
      color: #000000; } }
  @media screen and (max-width: 767px) and (min-width: 375px) {
    body, html {
      font-size: 10px; } }

*::selection {
  background-color: #000000;
  color: #ffffff; }

/*** #Headings ***/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  line-height: 1.1; }

h1, .h1 {
  font-size: 3vw; }
  @media screen and (min-width: 1200px) {
    h1, .h1 {
      font-size: 36px; } }

h2, .h2 {
  font-size: 2.5vw; }
  @media screen and (min-width: 1200px) {
    h2, .h2 {
      font-size: 30px; } }

h3, .h3 {
  font-size: 2vw; }
  @media screen and (min-width: 1200px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 1.5vw; }
  @media screen and (min-width: 1200px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  font-size: 1.1666666667vw; }
  @media screen and (min-width: 1200px) {
    h5, .h5 {
      font-size: 14px; } }

h6, .h6 {
  font-size: 1vw; }
  @media screen and (min-width: 1200px) {
    h6, .h6 {
      font-size: 12px; } }

/*** #Body text ***/
p {
  font-size: 1.6rem;
  line-height: calc(31 / 16);
  letter-spacing: 0.02em; }
  @media (max-width: 767px) {
    p {
      font-size: 2.4rem;
      line-height: calc(45 / 24); } }

/*** #a tag ***/
a {
  color: #000000;
  transition: opacity 0.2s;
  text-decoration: none;
  opacity: 1;
  outline: none; }
  a:hover, a:active, a.hover {
    text-decoration: none;
    opacity: 0.8; }
  @media (max-width: 767px) {
    a {
      color: #000000; } }

/*** #Emphasis & misc ***/
small,
.small {
  font-size: 0.8333333333vw; }
  @media screen and (min-width: 1200px) {
    small,
    .small {
      font-size: 10px; } }

large, .large {
  font-size: 1.6666666667vw; }
  @media screen and (min-width: 1200px) {
    large, .large {
      font-size: 20px; } }

mark,
.mark {
  background-color: #7d8c96;
  color: #ffffff;
  padding: 4px; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0; }

li {
  list-style: none; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 0; }

dt,
dd {
  line-height: 1.4; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.4; }

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

/* #Container
----------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.container--s {
  width: 120rem; }

.container--l {
  width: 150rem; }

@media (max-width: 767px) {
  .container {
    width: 100%; }

  .container--s {
    width: 100%; }

  .container--l {
    width: 100%; } }
/* ==========================================================================
 #Layout
========================================================================== */
/* #common
----------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt"; }

body, html {
  background-color: #000000; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000000; }

main {
  display: block; }

main *{
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  -ms-box-sizing: initial;
  box-sizing: initial;
}

.o-hidden {
  overflow: hidden; }

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

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }
/* #header
----------------------------------------------------------------- */
#header.header {
  width: 100%;
  height: 6rem;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000; }
  #header.header .right {
    display: flex; }
  #header.header .logo {
    width: 15rem;
    height: 3rem;
    margin-left: 2rem; }
  #header.header .gnav ul {
    display: flex;
    align-items: center;
    height: 6rem; }
  #header.header .gnav a {
    font-size: 1.3rem;
    font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    color: #2C54FF;
    margin-right: 5rem; }
    #header.header .gnav a span {
      color: #ffffff;
      margin-right: 1rem; }
  #header.header .gotop {
    width: 6rem;
    height: 6rem;
    display: block;
    background-color: #4B4B4B;
    background-image: url(../images0802/drawer-open.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2rem 1rem;
    cursor: pointer; }

#main {
  padding-top: 6rem;
  background-color: #000000; }

@media (max-width: 767px) {
  #header.header {
    width: 100%;
    height: 10.6666666667vw;
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000; }
    #header.header .right {
      display: flex;
      width: 100%; }
    #header.header .gnav {
      width: 89.3333333333vw; }
      #header.header .gnav ul {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5.3333333333vw;
        display: flex;
        align-items: center;
        height: 10.6666666667vw;
        justify-content: space-between; }
      #header.header .gnav a {
        font-size: 2.4vw;
        font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
        font-weight: 600;
        color: #2C54FF;
        margin-right: 0;
        text-align: center; }
        #header.header .gnav a span {
          color: #ffffff;
          margin-right: 0;
          display: block;
          text-align: center; }
    #header.header .gotop {
      width: 10.6666666667vw;
      height: 10.6666666667vw;
      display: block;
      background-color: #4B4B4B;
      background-image: url(../images0802/drawer-open.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 4.2666666667vw 2.1333333333vw;
      cursor: pointer; }

  #main {
    padding-top: 10.6666666667vw;
    background-color: #000000; } }
/* #footer
----------------------------------------------------------------- */
#footer.footer {
  background-color: #000000; }
  #footer.footer .inner {
    width: 100%;
    height: 110rem;
    background-image: url(../images0802/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
  #footer.footer .title {
    color: #ffffff;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
    font-size: 7rem;
    line-height: 7rem;
    position: absolute;
    top: 11rem;
    left: 10rem; }
    #footer.footer .title span {
      display: block;
      opacity: 0;
      transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
      #footer.footer .title span.action {
        opacity: 1; }
  #footer.footer .nav {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%); }
    #footer.footer .nav .sns {
      display: flex;
      justify-content: center;
      margin-bottom: 5rem; }
      #footer.footer .nav .sns li {
        margin: 0 1.5rem; }
        #footer.footer .nav .sns li a {
          display: block;
          width: 4.5rem;
          height: 4.5rem; }
    #footer.footer .nav .logo {
      width: 17.5rem;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3.5rem; }
    #footer.footer .nav .copy {
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
      font-size: 1.5rem; }
  @media (max-width: 767px) {
    #footer.footer {
      background-color: #000000; }
      #footer.footer .inner {
        width: 100%;
        height: 160vw;
        background-image: url(../images0802/footer-bg-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative; }
      #footer.footer .title {
        color: #ffffff;
        font-weight: 700;
        font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
        font-size: 8vw;
        line-height: 8vw;
        position: absolute;
        top: 13.3333333333vw;
        left: 8.8vw; }
        #footer.footer .title span {
          display: block;
          opacity: 0;
          transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
          #footer.footer .title span.action {
            opacity: 1; }
      #footer.footer .nav {
        position: absolute;
        bottom: 8vw;
        left: 50%;
        transform: translateX(-50%);
        width: 100%; }
        #footer.footer .nav .sns {
          display: flex;
          justify-content: center;
          margin-bottom: 8vw; }
          #footer.footer .nav .sns li {
            margin: 0 2.6666666667vw; }
            #footer.footer .nav .sns li a {
              display: block;
              width: 8vw;
              height: 8vw; }
        #footer.footer .nav .logo {
          width: 26.6666666667vw;
          height: auto;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5.3333333333vw; }
        #footer.footer .nav .copy {
          text-align: center;
          color: #ffffff;
          font-weight: 600;
          font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
          font-size: 2.4vw; } }
  #footer.footer .js-effect .js-effect_item {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: .2s; }
    #footer.footer .js-effect .js-effect_item.action {
      opacity: 1 !important;
      transform: translateY(0); }

/* #sec-top
----------------------------------------------------------------- */
#mv.mv {
  width: 100%;
  height: 62.5vw; }
  #mv.mv .slider-mv {
    width: 100%;
    height: 100%; }
  #mv.mv .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1 !important; }
  #mv.mv .slide1 {
    background-image: url(../images0802/mv01.jpg); }
  #mv.mv .slide2 {
    background-image: url(../images0802/mv02.jpg); }
  #mv.mv .slide3 {
    background-image: url(../images0802/mv03.jpg); }

@media screen and (max-width: 767px) {
  #mv.mv {
    width: 100%;
    height: 173.3333333333vw; }
    #mv.mv .slider-mv {
      width: 100%;
      height: 100%; }
    #mv.mv .slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    #mv.mv .slide1 {
      background-image: url(../images0802/mv01-sp.jpg); }
    #mv.mv .slide2 {
      background-image: url(../images0802/mv02-sp.jpg); }
    #mv.mv .slide3 {
      background-image: url(../images0802/mv03-sp.jpg); } }
/* #sec-introduction
----------------------------------------------------------------- */
#introduction.introduction {
  padding-top: 6rem; }
  #introduction.introduction .block-slide {
    width: 100%;
    height: 50vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    #introduction.introduction .block-slide.block-slide1 {
      background-image: url(../images0802/intro01.jpg);
      margin-bottom: 5rem; }
      #introduction.introduction .block-slide.block-slide1 .row1 {
        letter-spacing: 2.5rem; }
      #introduction.introduction .block-slide.block-slide1 .row2 {
        letter-spacing: 3rem; }
      #introduction.introduction .block-slide.block-slide1 .row3 {
        letter-spacing: 1.4rem; }
    #introduction.introduction .block-slide.block-slide2 {
      background-image: url(../images0802/intro02.jpg); }
    #introduction.introduction .block-slide .title {
      color: #ffffff;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-size: 9rem;
      font-weight: 600;
      line-height: 13rem;
      letter-spacing: 0.2em;
      height: 40rem; }
      #introduction.introduction .block-slide .title span {
        display: block;
        opacity: 0;
        transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
        #introduction.introduction .block-slide .title span.action {
          opacity: 1; }
    #introduction.introduction .block-slide .filter {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000000;
      transition: width 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
    #introduction.introduction .block-slide.action .filter {
      width: 0%; }
  #introduction.introduction .block-movie {
    padding-top: 18rem;
    padding-bottom: 18rem; }
    #introduction.introduction .block-movie .title {
      text-align: center;
      color: #ffffff;
      font-size: 3rem;
      font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
      letter-spacing: 0.05em;
      font-weight: 600;
      margin-bottom: 7rem; }
      #introduction.introduction .block-movie .title .blue {
        color: #2C54FF; }
    #introduction.introduction .block-movie .movie {
      width: 65rem;
      height: 37rem;
      margin-left: auto;
      margin-right: auto;
      background-image: url(../images0802/mov_concept.jpg);
      background-size: contain;
      opacity: 0;
      transform: translateY(2rem);
      transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
      transition-delay: .9s;
      position: relative; }
      #introduction.introduction .block-movie .movie.action {
        opacity: 1;
        transform: translateY(0); }
      #introduction.introduction .block-movie .movie .img {
        width: 6rem;
        height: 4.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  #introduction.introduction .block-nx {
    width: 100%;
    height: 175rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images0802/nx-bg.jpg);
    padding-top: 19rem;
    margin-bottom: 3rem; }
    #introduction.introduction .block-nx .title {
      width: 45rem;
      height: 17.8rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 43.2rem; }
    #introduction.introduction .block-nx .subtitle {
      width: 45rem;
      height: 10rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10rem; }
    #introduction.introduction .block-nx .text {
      width: 55rem;
      height: 72.6rem;
      margin-left: auto;
      margin-right: auto; }
    #introduction.introduction .block-nx .js-effect .js-effect_item {
      opacity: 0;
      transform: translateY(2rem);
      transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
      transition-delay: .2s; }
      #introduction.introduction .block-nx .js-effect .js-effect_item.action {
        opacity: 1 !important;
        transform: translateY(0); }
  #introduction.introduction .block-model {
    width: 100%;
    height: 37rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images0802/model-bg.jpg);
    position: relative; }
    #introduction.introduction .block-model .model {
      width: 70rem;
      height: 70rem;
      position: absolute;
      bottom: 0;
      right: calc((100vw - 120rem) / 2 + 120rem);
      transition: right 0.9s cubic-bezier(0.77, 0, 0.175, 1);
      transition-delay: 0s; }
      #introduction.introduction .block-model .model.action {
        right: 0; }
  #introduction.introduction .block-pagenav {
    padding-top: 18rem;
    padding-bottom: 18rem; }
    #introduction.introduction .block-pagenav .title {
      text-align: center;
      color: #ffffff;
      font-size: 3rem;
      font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
      letter-spacing: 0.05em;
      font-weight: 600;
      margin-bottom: 7rem; }
      #introduction.introduction .block-pagenav .title .blue {
        color: #2C54FF; }
    #introduction.introduction .block-pagenav .pagenav {
      width: 90rem;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: space-between;
      position: relative; }
      #introduction.introduction .block-pagenav .pagenav li {
        width: 28rem; }
      #introduction.introduction .block-pagenav .pagenav .nav-num {
        text-align: center;
        color: #2C54FF;
        font-size: 4rem;
        font-weight: 600;
        font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
        letter-spacing: 0.05em;
        margin-bottom: .5rem; }
      #introduction.introduction .block-pagenav .pagenav .nav-image {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
        border: 0.1rem solid #2C54FF; }
      #introduction.introduction .block-pagenav .pagenav .nav-title {
        color: #2C54FF;
        font-size: 2.5rem;
        font-weight: 600;
        font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
        letter-spacing: 0.1em;
        margin-bottom: 1rem;
        text-align: center; }
      #introduction.introduction .block-pagenav .pagenav .nav-subtitle {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 600;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
        letter-spacing: 0.05em;
        text-align: center; }
  @media screen and (max-width: 767px) {
    #introduction.introduction {
      padding-top: 5.3333333333vw; }
      #introduction.introduction .block-slide {
        width: 100%;
        height: 100vw;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        #introduction.introduction .block-slide.block-slide1 {
          background-image: url(../images0802/intro01.jpg);
          margin-bottom: 5.3333333333vw; }
          #introduction.introduction .block-slide.block-slide1 .row1 {
            letter-spacing: 1.3rem;
            text-indent: 15px; }
          #introduction.introduction .block-slide.block-slide1 .row2 {
            letter-spacing: 1.6rem;
            text-indent: 15px; }
          #introduction.introduction .block-slide.block-slide1 .row3 {
            letter-spacing: .6rem;
            text-indent: 15px; }
        #introduction.introduction .block-slide.block-slide2 {
          background-image: url(../images0802/intro02.jpg); }
          #introduction.introduction .block-slide.block-slide2 .row2 {
            letter-spacing: 1.3rem; }
          #introduction.introduction .block-slide.block-slide2 .row3 {
            letter-spacing: 1.3rem; }
        #introduction.introduction .block-slide .title {
          color: #ffffff;
          font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
          font-size: 14.6666666667vw;
          font-weight: 600;
          line-height: 24vw;
          letter-spacing: 0.2em;
          height: 28rem; }
        #introduction.introduction .block-slide .filter {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #000000;
          transition: width 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
        #introduction.introduction .block-slide.action .filter {
          width: 0%; }
      #introduction.introduction .block-movie {
        padding-top: 28vw;
        padding-bottom: 28vw; }
        #introduction.introduction .block-movie .title {
          text-align: center;
          color: #ffffff;
          font-size: 5.3333333333vw;
          font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
          letter-spacing: 0em;
          font-weight: 600;
          margin-bottom: 10.6666666667vw; }
          #introduction.introduction .block-movie .title .blue {
            color: #2C54FF; }
        #introduction.introduction .block-movie .movie {
          width: 100%;
          height: 53.3333333333vw;
          margin-left: auto;
          margin-right: auto;
          background-color: #7C7C7C;
          opacity: 0;
          transform: translateY(2rem);
          transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
          transition-delay: .9s;
          position: relative; }
          #introduction.introduction .block-movie .movie.action {
            opacity: 1;
            transform: translateY(0); }
          #introduction.introduction .block-movie .movie .img {
            width: 10.6666666667vw;
            height: 7.4666666667vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
      #introduction.introduction .block-nx {
        width: 100%;
        height: 234.6666666667vw;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url(../images0802/nx-bg-sp.jpg);
        padding-top: 18.6666666667vw;
        margin-bottom: 5.3333333333vw; }
        #introduction.introduction .block-nx .title {
          width: 61.3333333333vw;
          height: 24.2666666667vw;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 50.6666666667vw; }
        #introduction.introduction .block-nx .subtitle {
          width: 58.6666666667vw;
          height: 13.0666666667vw;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 13.3333333333vw; }
        #introduction.introduction .block-nx .text {
          width: 80vw;
          height: 105.6vw;
          margin-left: auto;
          margin-right: auto; }
        #introduction.introduction .block-nx .js-effect .js-effect_item {
          opacity: 0;
          transform: translateY(2rem);
          transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
          transition-delay: .2s; }
          #introduction.introduction .block-nx .js-effect .js-effect_item.action {
            opacity: 1 !important;
            transform: translateY(0); }
      #introduction.introduction .block-model {
        width: 100%;
        height: 42.6666666667vw;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url(../images0802/model-bg-sp.jpg);
        position: relative; }
        #introduction.introduction .block-model .model {
          width: 77.3333333333vw;
          height: 77.3333333333vw;
          position: absolute;
          bottom: 0;
          right: 100vw;
          transition: right 0.9s cubic-bezier(0.77, 0, 0.175, 1);
          transition-delay: .3s; }
          #introduction.introduction .block-model .model.action {
            right: 0; }
      #introduction.introduction .block-pagenav {
        padding-top: 29.3333333333vw;
        padding-bottom: 29.3333333333vw; }
        #introduction.introduction .block-pagenav .title {
          text-align: center;
          color: #ffffff;
          font-size: 5.3333333333vw;
          font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
          letter-spacing: 0.05em;
          font-weight: 600;
          margin-bottom: 10.6666666667vw; }
          #introduction.introduction .block-pagenav .title .blue {
            color: #2C54FF; }
        #introduction.introduction .block-pagenav .pagenav {
          width: 92vw;
          margin-left: auto;
          margin-right: auto;
          display: flex;
          justify-content: space-between;
          position: relative; }
          #introduction.introduction .block-pagenav .pagenav li {
            width: 29.3333333333vw; }
          #introduction.introduction .block-pagenav .pagenav .nav-num {
            text-align: center;
            color: #2C54FF;
            font-size: 5.3333333333vw;
            font-weight: 600;
            font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
            letter-spacing: 0.05em;
            margin-bottom: 2.6666666667vw; }
          #introduction.introduction .block-pagenav .pagenav .nav-image {
            width: 100%;
            height: auto;
            margin-bottom: 5.3333333333vw;
            border: 0.1rem solid #2C54FF; }
          #introduction.introduction .block-pagenav .pagenav .nav-title {
            color: #2C54FF;
            font-size: 3.7333333333vw;
            font-weight: 600;
            font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
            letter-spacing: 0.1em;
            margin-bottom: 1.3333333333vw;
            text-align: center; }
          #introduction.introduction .block-pagenav .pagenav .nav-subtitle {
            color: #ffffff;
            font-size: 2.6666666667vw;
            font-weight: 600;
            font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
            letter-spacing: 0.05em;
            text-align: center; } }
  #introduction.introduction .pagenav {
    opacity: 0;
    transform: translateY(4rem);
    transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: .9s; }
    #introduction.introduction .pagenav.action {
      opacity: 1;
      transform: translateY(0); }

/* #sec-impression
----------------------------------------------------------------- */
#impression.impression {
  margin-bottom: 10rem; }
  #impression.impression .parts-sec-head {
    margin-bottom: 3rem; }
    #impression.impression .parts-sec-head .num {
      background-image: url(../images0802/impression-head-num-bg.jpg); }
    #impression.impression .parts-sec-head .text {
      background-image: url(../images0802/impression-head-text-bg.jpg); }
  #impression.impression .block {
    width: 110rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
    display: flex;
    margin-right: 0;
    margin-left: auto;
    flex-direction: row;
    justify-content: space-between; }
    #impression.impression .block.block--reverse {
      margin-right: auto;
      margin-left: 0;
      flex-direction: row-reverse; }
    #impression.impression .block .block-content {
      width: 45rem; }
      #impression.impression .block .block-content .head {
        display: flex;
        align-items: center;
        margin-bottom: 4rem; }
        #impression.impression .block .block-content .head .head-item1 {
          display: flex;
          align-items: center;
          margin-right: 2rem; }
          #impression.impression .block .block-content .head .head-item1 .shogen {
            font-size: 1.8rem;
            color: #ffffff;
            font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
            border-bottom: 0.1rem solid #2C54FF;
            margin-right: 1rem;
            letter-spacing: 0.1rem;
            display: block;
            line-height: 3.2rem;
            text-align: center; }
          #impression.impression .block .block-content .head .head-item1 .num {
            border-radius: 50%;
            border: 0.1rem solid #ffffff;
            color: #ffffff;
            width: 5rem;
            height: 5rem;
            line-height: 4.8rem;
            box-sizing: border-box;
            text-align: center;
            font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
            font-size: 2rem; }
        #impression.impression .block .block-content .head .head-item2 .case {
          font-size: 1.8rem;
          color: #ffffff;
          font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
          letter-spacing: 0.1rem; }
      #impression.impression .block .block-content .main {
        margin-bottom: 3.5rem; }
        #impression.impression .block .block-content .main .title {
          margin-bottom: 2.5rem; }
          #impression.impression .block .block-content .main .title img {
            height: 8.5rem;
            width: auto;
            display: block; }
        #impression.impression .block .block-content .main .subtitle {
          color: #ffffff;
          font-size: 3rem;
          line-height: 4.5rem;
          letter-spacing: 0.1em;
          font-family: "Noto Serif JP", serif;
          font-weight: 700;
          margin-bottom: 3rem; }
        #impression.impression .block .block-content .main .text {
          color: #ffffff;
          font-size: 1.3rem;
          line-height: 2.4rem;
          letter-spacing: 0.05em;
          font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
          font-weight: 400; }
      #impression.impression .block .block-content .foot .foot-profile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 3.5rem;
        border-bottom: 0.1rem solid #2C54FF; }
        #impression.impression .block .block-content .foot .foot-profile .image {
          width: 16rem;
          height: 16rem; }
        #impression.impression .block .block-content .foot .foot-profile .info {
          width: 25rem; }
          #impression.impression .block .block-content .foot .foot-profile .info .name {
            color: #ffffff;
            font-size: 1.4rem;
            letter-spacing: 0.05em;
            font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
            font-weight: 400;
            margin-bottom: 2rem; }
          #impression.impression .block .block-content .foot .foot-profile .info .text {
            color: #ffffff;
            font-size: 1rem;
            line-height: 1.8rem;
            letter-spacing: 0.05em;
            font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
            font-weight: 400; }
      #impression.impression .block .block-content .foot .foot-movie {
        padding-top: 3.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #impression.impression .block .block-content .foot .foot-movie .play {
          width: 16rem; }
          #impression.impression .block .block-content .foot .foot-movie .play h5 {
            color: #2C54FF;
            text-align: center;
            font-size: 2rem;
            letter-spacing: 0.1em;
            line-height: 3rem;
            font-weight: 600;
            font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif; }
        #impression.impression .block .block-content .foot .foot-movie .movie {
          width: 25rem;
          height: 14rem;
          background-color: #7C7C7C;
          position: relative; }
          #impression.impression .block .block-content .foot .foot-movie .movie .img {
            width: 4rem;
            height: 2.8rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          #impression.impression .block .block-content .foot .foot-movie .movie.movie01 {
            background-image: url(../images0802/mov_imp_01.jpg);
            background-size: contain; }
          #impression.impression .block .block-content .foot .foot-movie .movie.movie02 {
            background-image: url(../images0802/mov_imp_02.jpg);
            background-size: contain; }
          #impression.impression .block .block-content .foot .foot-movie .movie.movie03 {
            background-image: url(../images0802/mov_imp_03.jpg);
            background-size: contain; }
          #impression.impression .block .block-content .foot .foot-movie .movie.movie04 {
            background-image: url(../images0802/mov_imp_04.jpg);
            background-size: contain; }
          #impression.impression .block .block-content .foot .foot-movie .movie.movie05 {
            background-image: url(../images0802/mov_imp_05.jpg);
            background-size: contain; }
    #impression.impression .block .block-image {
      width: 55rem; }
      #impression.impression .block .block-image .image {
        width: 100%;
        height: auto;
        margin-bottom: 2rem; }
        #impression.impression .block .block-image .image:last-of-type {
          margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #impression.impression {
      margin-bottom: 37.3333333333vw; }
      #impression.impression .parts-sec-head {
        margin-bottom: 14.6666666667vw; }
        #impression.impression .parts-sec-head .num {
          background-image: url(../images0802/impression-head-num-bg.jpg); }
        #impression.impression .parts-sec-head .text {
          background-image: url(../images0802/impression-head-text-bg.jpg); }
      #impression.impression .block {
        width: 100%;
        padding-top: 26.6666666667vw;
        padding-bottom: 16vw;
        display: flex;
        margin-right: 0;
        margin-left: auto;
        flex-direction: row;
        justify-content: space-between; }
        #impression.impression .block.block--reverse {
          margin-right: auto;
          margin-left: 0;
          flex-direction: row-reverse; }
        #impression.impression .block .block-content {
          width: 100%; }
          #impression.impression .block .block-content .head {
            display: flex;
            align-items: center;
            margin-bottom: 16vw;
            flex-direction: column; }
            #impression.impression .block .block-content .head .head-item1 {
              display: flex;
              align-items: center;
              margin-right: 0;
              margin-bottom: 5.3333333333vw; }
              #impression.impression .block .block-content .head .head-item1 .shogen {
                font-size: 4.8vw;
                color: #ffffff;
                font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
                border-bottom: 0.1rem solid #2C54FF;
                margin-right: 1rem;
                letter-spacing: 0.1rem;
                display: block;
                line-height: 8.5333333333vw;
                text-align: center; }
              #impression.impression .block .block-content .head .head-item1 .num {
                border-radius: 50%;
                border: 0.2rem solid #ffffff;
                color: #ffffff;
                width: 10.6666666667vw;
                height: 10.6666666667vw;
                line-height: 3.6rem;
                box-sizing: border-box;
                text-align: center;
                font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
                font-size: 5.3333333333vw; }
            #impression.impression .block .block-content .head .head-item2 .case {
              font-size: 4.8vw;
              color: #ffffff;
              font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.1rem; }
          #impression.impression .block .block-content .main {
            margin-bottom: 13.3333333333vw; }
            #impression.impression .block .block-content .main .title {
              margin-bottom: 6.6666666667vw; }
              #impression.impression .block .block-content .main .title img {
                height: 18.6666666667vw;
                width: auto;
                display: block;
                margin-left: auto;
                margin-right: auto; }
            #impression.impression .block .block-content .main .subtitle {
              color: #ffffff;
              font-size: 5.3333333333vw;
              line-height: 9.3333333333vw;
              letter-spacing: 0.1em;
              font-family: "Noto Serif JP", serif;
              font-weight: 700;
              margin-bottom: 9.3333333333vw;
              text-align: center; }
            #impression.impression .block .block-content .main .text {
              width: 88vw;
              margin-left: auto;
              margin-right: auto;
              color: #ffffff;
              font-size: 3.4666666667vw;
              line-height: 5.8666666667vw;
              letter-spacing: 0.05em;
              font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
              font-weight: 400;
              margin-bottom: 5.3333333333vw; }
            #impression.impression .block .block-content .main .slide {
              width: 100%; }
          #impression.impression .block .block-content .foot {
            display: flex;
            flex-direction: column-reverse; }
            #impression.impression .block .block-content .foot .foot-profile {
              width: 100%;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              padding-bottom: 0;
              border-bottom: 0rem solid #2C54FF; }
              #impression.impression .block .block-content .foot .foot-profile .image {
                width: 32vw;
                height: 32vw;
                margin-bottom: 5.3333333333vw;
                display: none; }
              #impression.impression .block .block-content .foot .foot-profile .info {
                width: 69.3333333333vw; }
                #impression.impression .block .block-content .foot .foot-profile .info .name {
                  color: #ffffff;
                  font-size: 4vw;
                  line-height: 5.3333333333vw;
                  letter-spacing: 0.02em;
                  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
                  font-weight: 400;
                  margin-bottom: 2.6666666667vw; }
                #impression.impression .block .block-content .foot .foot-profile .info .text {
                  color: #ffffff;
                  font-size: 2.9333333333vw;
                  line-height: 5.3333333333vw;
                  letter-spacing: 0;
                  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
                  font-weight: 400; }
            #impression.impression .block .block-content .foot .foot-movie {
              padding-top: 0;
              display: flex;
              justify-content: space-between;
              align-items: center;
              flex-direction: column;
              margin-bottom: 13.3333333333vw; }
              #impression.impression .block .block-content .foot .foot-movie .play {
                width: 100%; }
                #impression.impression .block .block-content .foot .foot-movie .play h5 {
                  color: #2C54FF;
                  text-align: center;
                  font-size: 4vw;
                  letter-spacing: 0.05em;
                  line-height: 8vw;
                  font-weight: 600;
                  font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
                  margin-bottom: 4.8vw; }
                  #impression.impression .block .block-content .foot .foot-movie .play h5 br {
                    display: none; }
              #impression.impression .block .block-content .foot .foot-movie .movie {
                width: 66.6666666667vw;
                height: 37.3333333333vw;
                background-color: #7C7C7C;
                position: relative; }
                #impression.impression .block .block-content .foot .foot-movie .movie .img {
                  width: 10.6666666667vw;
                  height: 7.4666666667vw;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); } }
  #impression.impression .line {
    height: 0.1rem;
    background-color: #2C54FF;
    transition: width 0.65s cubic-bezier(0.77, 0, 0.175, 1);
    width: 0%; }
    #impression.impression .line.action {
      width: 100%; }
  #impression.impression .block .block-content {
    opacity: 0;
    transform: translateY(4rem);
    transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: .4s; }
    #impression.impression .block .block-content.action {
      opacity: 1;
      transform: translateY(0rem); }
  #impression.impression .block .block-image {
    opacity: 0;
    transform: translateY(-4rem);
    transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: .8s; }
    #impression.impression .block .block-image.action {
      opacity: 1;
      transform: translateY(0rem); }

/* #sec-crosstalk
----------------------------------------------------------------- */
#crosstalk.crosstalk {
  padding-bottom: 19rem; }
  #crosstalk.crosstalk .parts-sec-head {
    margin-bottom: 2rem; }
    #crosstalk.crosstalk .parts-sec-head .num {
      background-image: url(../images0802/crosstalk-head-num-bg.jpg); }
    #crosstalk.crosstalk .parts-sec-head .text {
      background-image: url(../images0802/crosstalk-head-text-bg.jpg); }
  #crosstalk.crosstalk .block {
    padding-top: 11rem;
    padding-bottom: 11rem; }
    #crosstalk.crosstalk .block .title {
      text-align: center;
      color: #2C54FF;
      font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
      font-weight: 600;
      font-size: 2rem;
      letter-spacing: 0.1em;
      margin-bottom: 3rem; }
      #crosstalk.crosstalk .block .title large {
        font-size: 4rem;
        margin-left: 1rem; }
    #crosstalk.crosstalk .block .images {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem; }
      #crosstalk.crosstalk .block .images .image {
        width: 13rem;
        height: 13rem;
        margin: 0 1.25rem; }
    #crosstalk.crosstalk .block .name {
      margin-bottom: 5rem;
      text-align: center;
      font-size: 1.8rem;
      letter-spacing: 0.05em;
      display: flex;
      justify-content: center;
      align-items: center; }
      #crosstalk.crosstalk .block .name p {
        color: #ffffff; }
      #crosstalk.crosstalk .block .name .cross {
        color: #2C54FF;
        margin: 0 .5rem; }
    #crosstalk.crosstalk .block .subtitle {
      color: #2C54FF;
      line-height: 4.5rem;
      font-size: 3rem;
      text-align: center;
      font-weight: 700;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
      margin-bottom: 3rem; }
    #crosstalk.crosstalk .block .text {
      margin-bottom: 3rem;
      margin-left: auto;
      margin-right: auto;
      color: #ffffff;
      font-size: 1.6rem;
      line-height: 3rem;
      letter-spacing: 0.05em;
      width: 60rem; }
    #crosstalk.crosstalk .block .movie {
      width: 60rem;
      height: 35rem;
      background-color: #7C7C7C;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #crosstalk.crosstalk .block .movie .img {
        width: 6rem;
        height: 4.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #crosstalk.crosstalk .block .movie.movie01 {
        background-image: url(../images0802/mov_crosstalk_01.jpg);
        background-size: contain; }
      #crosstalk.crosstalk .block .movie.movie02 {
        background-image: url(../images0802/mov_crosstalk_02.jpg);
        background-size: contain; }
  @media screen and (max-width: 767px) {
    #crosstalk.crosstalk {
      padding-bottom: 26.6666666667vw; }
      #crosstalk.crosstalk .parts-sec-head {
        margin-bottom: 4vw; }
        #crosstalk.crosstalk .parts-sec-head .num {
          background-image: url(../images0802/crosstalk-head-num-bg.jpg); }
        #crosstalk.crosstalk .parts-sec-head .text {
          background-image: url(../images0802/crosstalk-head-text-bg.jpg); }
      #crosstalk.crosstalk .block {
        padding-top: 20vw;
        padding-bottom: 26.6666666667vw; }
        #crosstalk.crosstalk .block .box {
          display: flex;
          flex-direction: column-reverse; }
        #crosstalk.crosstalk .block .title {
          text-align: center;
          color: #2C54FF;
          font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
          font-weight: 600;
          font-size: 4vw;
          letter-spacing: 0.1em;
          margin-bottom: 5.3333333333vw; }
          #crosstalk.crosstalk .block .title large {
            font-size: 8vw;
            margin-left: 1.3333333333vw; }
        #crosstalk.crosstalk .block .images {
          display: flex;
          justify-content: center;
          margin-bottom: 10.6666666667vw; }
          #crosstalk.crosstalk .block .images .image {
            width: 24vw;
            height: 24vw;
            margin: 0 3.3333333333vw; }
        #crosstalk.crosstalk .block .name {
          margin-bottom: 8vw;
          text-align: center;
          font-size: 4vw;
          letter-spacing: 0.05em;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          #crosstalk.crosstalk .block .name p {
            color: #ffffff;
            font-size: 4vw; }
          #crosstalk.crosstalk .block .name .cross {
            color: #2C54FF;
            font-size: 5.3333333333vw;
            margin: 0vw 0; }
        #crosstalk.crosstalk .block .subtitle {
          color: #2C54FF;
          line-height: 8.5333333333vw;
          font-size: 4.8vw;
          text-align: center;
          font-weight: 700;
          font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
          margin-bottom: 5.3333333333vw; }
        #crosstalk.crosstalk .block .text {
          margin-bottom: 8vw;
          margin-left: auto;
          margin-right: auto;
          color: #ffffff;
          font-size: 3.2vw;
          line-height: 5.3333333333vw;
          letter-spacing: 0.05em;
          width: 88vw; }
        #crosstalk.crosstalk .block .movie {
          width: 100%;
          height: 53.3333333333vw;
          background-color: #7C7C7C;
          position: relative;
          margin-left: auto;
          margin-right: auto; }
          #crosstalk.crosstalk .block .movie .img {
            width: 10.6666666667vw;
            height: 7.4666666667vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); } }
  #crosstalk.crosstalk .line {
    height: 0.1rem;
    background-color: #2C54FF;
    transition: width 0.65s cubic-bezier(0.77, 0, 0.175, 1);
    width: 0%; }
    #crosstalk.crosstalk .line.action {
      width: 100%; }
  #crosstalk.crosstalk .block .title, #crosstalk.crosstalk .block .images, #crosstalk.crosstalk .block .name {
    opacity: 0;
    transform: translateY(4rem);
    transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: .4s; }
    #crosstalk.crosstalk .block .title.action, #crosstalk.crosstalk .block .images.action, #crosstalk.crosstalk .block .name.action {
      opacity: 1;
      transform: translateY(0rem); }
  #crosstalk.crosstalk .block .subtitle, #crosstalk.crosstalk .block .text, #crosstalk.crosstalk .block .movie {
    opacity: 0;
    transform: translateY(4rem);
    transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: .8s; }
    #crosstalk.crosstalk .block .subtitle.action, #crosstalk.crosstalk .block .text.action, #crosstalk.crosstalk .block .movie.action {
      opacity: 1;
      transform: translateY(0rem); }

/* #sec-technology
----------------------------------------------------------------- */
#technology.technology .parts-sec-head {
  margin-bottom: 2rem; }
  #technology.technology .parts-sec-head .num {
    background-image: url(../images0802/technology-head-num-bg.jpg); }
  #technology.technology .parts-sec-head .text {
    background-image: url(../images0802/technology-head-title-bg.jpg); }
#technology.technology .block {
  padding-top: 13rem;
  padding-bottom: 15rem; }
  #technology.technology .block .logo {
    margin-left: auto;
    margin-right: auto; }
  #technology.technology .block .text {
    margin-left: auto;
    margin-right: auto;
    width: 60rem;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    #technology.technology .block .text p {
      color: #ffffff;
      text-align: center;
      font-size: 1.8rem;
      line-height: 3.6rem; }
    #technology.technology .block .text svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #technology.technology .block .cross {
    width: 10rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem; }
    #technology.technology .block .cross svg {
      width: 100%;
      height: auto; }
  #technology.technology .block .movie {
    width: 60rem;
    height: 35rem;
    background-color: #7C7C7C;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    #technology.technology .block .movie .img {
      width: 6rem;
      height: 4.2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #technology.technology .block .movie.movie01 {
      background-image: url(../images0802/mov_tech_01_ENSO.jpg);
      background-size: contain; }
    #technology.technology .block .movie.movie02 {
      background-image: url(../images0802/mov_tech_02_VTC.jpg);
      background-size: contain; }
  #technology.technology .block .logo1 {
    width: 30rem;
    height: auto;
    margin-bottom: 3.8rem; }
  #technology.technology .block .logo2 {
    width: 14.2rem;
    height: auto;
    margin-bottom: 3rem; }
  #technology.technology .block .text1 {
    margin-bottom: 4rem; }
  #technology.technology .block .text2 {
    margin-bottom: 6rem;
    height: 18rem; }
  #technology.technology .block .movie1 {
    margin-bottom: 6rem; }
  #technology.technology .block .movie2 {
    margin-bottom: 13rem; }
  #technology.technology .block .slide {
    width: 100%; }
    #technology.technology .block .slide .image {
      width: 35rem;
      height: 20rem;
      padding: 0 1rem; }
@media screen and (max-width: 767px) {
  #technology.technology .parts-sec-head {
    margin-bottom: 0; }
    #technology.technology .parts-sec-head .num {
      background-image: url(../images0802/technology-head-num-bg.jpg); }
    #technology.technology .parts-sec-head .text {
      background-image: url(../images0802/technology-head-title-bg.jpg); }
  #technology.technology .block {
    padding-top: 24vw;
    padding-bottom: 21.3333333333vw; }
    #technology.technology .block .logo {
      margin-left: auto;
      margin-right: auto; }
    #technology.technology .block .text {
      margin-left: auto;
      margin-right: auto;
      width: 80vw;
      height: 32vw;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      #technology.technology .block .text svg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      #technology.technology .block .text p {
        color: #ffffff;
        text-align: center;
        font-size: 2.9333333333vw;
        line-height: 5.3333333333vw;
        box-sizing: border-box;
        padding: 0 2.6666666667vw;
        width: 100%;
        letter-spacing: 0; }
    #technology.technology .block .cross {
      width: 21.3333333333vw;
      height: 21.3333333333vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 8vw; }
    #technology.technology .block .movie {
      width: 100%;
      height: 53.3333333333vw;
      background-color: #7C7C7C;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #technology.technology .block .movie .img {
        width: 10.6666666667vw;
        height: 7.4666666667vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #technology.technology .block .logo1 {
      width: 66.6666666667vw;
      height: auto;
      margin-bottom: 8vw; }
    #technology.technology .block .logo2 {
      width: 34.9333333333vw;
      height: auto;
      margin-bottom: 8vw; }
    #technology.technology .block .text1 {
      margin-bottom: 8vw; }
    #technology.technology .block .text2 {
      margin-bottom: 13.3333333333vw; }
    #technology.technology .block .movie1 {
      margin-bottom: 16vw; }
    #technology.technology .block .movie2 {
      margin-bottom: 18.6666666667vw; }
    #technology.technology .block .slide {
      width: 100%;
      height: 32vw; }
      #technology.technology .block .slide .image {
        width: 45.3333333333vw;
        height: 32vw;
        padding: 0 2.6666666667vw; } }
#technology.technology .block .movie1, #technology.technology .block .logo1 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .2s; }
  #technology.technology .block .movie1.action, #technology.technology .block .logo1.action {
    opacity: 1;
    transform: translateY(0rem); }
#technology.technology .block .text1 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .4s; }
  #technology.technology .block .text1.action {
    opacity: 1;
    transform: translateY(0rem); }
#technology.technology .block .logo2 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .2s; }
  #technology.technology .block .logo2.action {
    opacity: 1;
    transform: translateY(0rem); }
#technology.technology .block .text2, #technology.technology .block .movie2 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .4s; }
  #technology.technology .block .text2.action, #technology.technology .block .movie2.action {
    opacity: 1;
    transform: translateY(0rem); }

/* #sec-technical
----------------------------------------------------------------- */
#technical.technical .block {
  background-color: #ffffff;
  padding: 10rem 0 18rem 0;
  text-align: center; }
  #technical.technical .block .title {
    text-align: center;
    color: #000000;
    font-size: 3rem;
    font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 7rem; }
    #technical.technical .block .title .blue {
      color: #2C54FF; }
  #technical.technical .block .subtitle {
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 4.5rem;
    color: #2C54FF;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3rem; }
  #technical.technical .block .text {
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 6rem; }
  #technical.technical .block .image {
    width: 100%;
    height: auto;
    margin-bottom: 8rem; }
  #technical.technical .block .table {
    width: 80rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.5rem; }
  #technical.technical .block .link {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #000000;
    display: inline-block; }
#technical.technical .block-model {
  margin: 2rem 0;
  width: 100%;
  height: 51rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images0802/technical-model-bg.jpg);
  position: relative; }
  #technical.technical .block-model .model {
    width: 70rem;
    height: 70rem;
    position: absolute;
    bottom: 0;
    right: calc((100vw - 120rem) / 2 + 120rem);
    transition: right 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: .3s; }
    #technical.technical .block-model .model.action {
      right: 0; }
@media screen and (max-width: 767px) {
  #technical.technical .block {
    background-color: #ffffff;
    padding: 26.6666666667vw 0 9.3333333333vw 0;
    text-align: center; }
    #technical.technical .block .title {
      text-align: center;
      color: #000000;
      font-size: 5.3333333333vw;
      font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
      letter-spacing: 0.05em;
      font-weight: 600;
      margin-bottom: 10.6666666667vw; }
      #technical.technical .block .title .blue {
        color: #2C54FF; }
    #technical.technical .block .subtitle {
      font-size: 5.3333333333vw;
      letter-spacing: 0.05em;
      line-height: 9.3333333333vw;
      color: #2C54FF;
      text-align: center;
      font-weight: 600;
      margin-bottom: 6.9333333333vw; }
    #technical.technical .block .text {
      font-size: 3.4666666667vw;
      line-height: 5.8666666667vw;
      text-align: center;
      margin-bottom: 5.3333333333vw;
      width: 88vw;
      margin-left: auto;
      margin-right: auto;
      letter-spacing: 0; }
      #technical.technical .block .text br {
        display: none; }
    #technical.technical .block .image {
      width: 100%;
      height: auto;
      margin-bottom: 13.3333333333vw; }
    #technical.technical .block .table {
      width: 82.6666666667vw;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 9.3333333333vw; }
    #technical.technical .block .link {
      text-align: center;
      font-size: 2.9333333333vw;
      font-weight: 600;
      text-align: center;
      color: #000000;
      display: inline-block;
      position: relative;
      z-index: 10; }
  #technical.technical .block-model {
    margin: 2.6666666667vw 0;
    width: 100%;
    height: 53.3333333333vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images0802/technical-model-bg-sp.jpg);
    position: relative; }
    #technical.technical .block-model .model {
      width: 80vw;
      height: 80vw;
      position: absolute;
      bottom: 0;
      right: 100vw;
      transition: right 0.9s cubic-bezier(0.77, 0, 0.175, 1);
      transition-delay: .3s; }
      #technical.technical .block-model .model.action {
        right: 0; } }
#technical.technical .subtitle, #technical.technical .text, #technical.technical .image, #technical.technical .table, #technical.technical .link {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .4s; }
  #technical.technical .subtitle.action, #technical.technical .text.action, #technical.technical .image.action, #technical.technical .table.action, #technical.technical .link.action {
    opacity: 1;
    transform: translateY(0rem); }

/* ==========================================================================
 #components
========================================================================== */
/* #parts
----------------------------------------------------------------- */
.parts-sec-head {
  width: 100%; }
  .parts-sec-head .num {
    width: 100%;
    height: 8.3333333333vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .parts-sec-head .num p {
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
      font-size: 8rem;
      letter-spacing: 0.05em;
      opacity: 0;
      transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
      .parts-sec-head .num p.action {
        opacity: 1; }
  .parts-sec-head .title {
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center; }
    .parts-sec-head .title h2 {
      color: #ffffff;
      font-weight: 600;
      font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
      font-size: 4rem;
      letter-spacing: 0.2em;
      opacity: 0;
      transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
      .parts-sec-head .title h2.action {
        opacity: 1; }
  .parts-sec-head .text {
    width: 100%;
    height: 17.5vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .parts-sec-head .text p {
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
      font-size: 1.8rem;
      letter-spacing: 0.04em;
      line-height: 3.6rem;
      opacity: 0;
      transform: translateY(2rem);
      transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
      .parts-sec-head .text p.action {
        opacity: 1;
        transform: translateY(0); }

.popup {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.js-shuffle {
  text-align: center; }

.js-shuffle_item {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  display: inline-block; }
  .js-shuffle_item:before {
    content: '/';
    color: #2C54FF;
    position: absolute;
    left: -.75em; }
  .js-shuffle_item:after {
    content: '/';
    color: #2C54FF;
    position: absolute;
    right: -.75em; }
  .js-shuffle_item.action {
    opacity: 1; }

@media screen and (max-width: 767px) {
  .parts-sec-head {
    width: 100%; }
    .parts-sec-head .num {
      width: 100%;
      height: 18.6666666667vw;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .parts-sec-head .num p {
        text-align: center;
        color: #ffffff;
        font-weight: 600;
        font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
        font-size: 16vw;
        letter-spacing: 0.05em;
        opacity: 0; }
        .parts-sec-head .num p.action {
          opacity: 1; }
    .parts-sec-head .title {
      height: 16vw;
      display: flex;
      justify-content: center;
      align-items: center; }
      .parts-sec-head .title h2 {
        color: #ffffff;
        font-weight: 600;
        font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
        font-size: 10.6666666667vw;
        letter-spacing: 0.1em;
        opacity: 0; }
        .parts-sec-head .title h2.action {
          opacity: 1; }
    .parts-sec-head .text {
      width: 100%;
      height: 37.3333333333vw;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .parts-sec-head .text p {
        text-align: center;
        color: #ffffff;
        font-weight: 600;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
        font-size: 2.9333333333vw;
        letter-spacing: 0.04em;
        line-height: 6.4vw;
        opacity: 0;
        transform: translateY(2rem);
        transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1); }
        .parts-sec-head .text p.action {
          opacity: 1;
          transform: translateY(0); }

  .popup {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; } }
/* #fancybox
----------------------------------------------------------------- */
.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.75); }

.fancybox-close-small {
  color: #5b5b5b;
  opacity: 1;
  transition: all .2s; }
  .fancybox-close-small:hover {
    color: #5b5b5b;
    opacity: .8; }

@media screen and (max-width: 767px) {
  .popup-content .popup-title {
    font-size: 5.0666666667vw;
    line-height: 7.2vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5.3333333333vw; }
    .popup-content .popup-title span {
      display: block;
      font-weight: 400;
      font-size: 3.7333333333vw;
      line-height: 5.3333333333vw; }
      .popup-content .popup-title span small {
        font-weight: 400;
        font-size: 3.7333333333vw; }
  .popup-content .popup-image {
    width: 78.9333333333vw;
    height: 57.0666666667vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6.4vw;
    margin-bottom: 5.3333333333vw; }
  .popup-content .popup-subtitle {
    font-size: 4vw;
    line-height: 5.6vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2.6666666667vw; }
  .popup-content .popup-text {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    letter-spacing: 0.08em;
    text-align: center; }

  .fancybox-slide {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .fancybox-content {
    padding: 20vw 10.6666666667vw !important; }

  .fancybox-slide--html .fancybox-close-small {
    display: none !important; }

  .js-popup-close {
    position: absolute !important;
    right: 8vw !important;
    top: 5.3333333333vw !important;
    width: 10.6666666667vw !important;
    height: 10.6666666667vw !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-list {
  height: 100%; }
  .slick-loading .slick-list {
    background: #fff url("././img/common/ajax-loader.gif") center center no-repeat; }

.slick-track {
  height: 100%; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2rem;
  width: 1rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s;
  z-index: 10; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent;
    opacity: 0.85; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 1rem;
  background-image: url("../img/arrow-left.svg"); }
  .slick-prev:hover {
    left: 1rem; }

.slick-next {
  right: 1rem;
  background-image: url("../img/arrow-right.svg"); }
  .slick-next:hover {
    right: 1rem; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: static;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 60px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: auto;
    margin-right: 1%;
    padding: 0;
    cursor: pointer;
    width: calc((100% - 7%) / 8);
    opacity: 1;
    transition: opacity .3s; }
    .slick-dots li:nth-of-type(8n) {
      margin-right: 0; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active, .slick-dots li:hover {
      opacity: .7; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* #openning
----------------------------------------------------------------- */
#mv {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1); }

.js-text-effect {
  opacity: 0; }

.js-text-effect span {
  position: relative;
  left: .5rem;
  opacity: 0; }

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