@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "din-2014", "yu-gothic-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #fff;
  background: #000;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

#message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/background_pc.jpg") top center;
  background-size: 100% auto;
}
#message.hide {
  -webkit-animation: mask-out 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-out 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  #message {
    background: url("../img/background_sp.jpg") top center;
    background-size: 100% auto;
  }
}
#message .cover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#message .cover-box article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
#message .cover-box article .inner {
  -webkit-transition: all 2.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 2.5s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
}
#message .cover-box article .inner.is-show {
  opacity: 1;
}
#message .cover-box article:nth-child(1) {
  top: -1.1904761905dvh;
  left: 7.8125vw;
  width: 29.53125vw;
}
#message .cover-box article:nth-child(1) .inner {
  -webkit-transform: translate(50px, 25px) scale(0.9);
          transform: translate(50px, 25px) scale(0.9);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(1) .inner {
    -webkit-transform: translate(10px, 25px) scale(0.9);
            transform: translate(10px, 25px) scale(0.9);
  }
}
#message .cover-box article:nth-child(1) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(1) {
    top: -0.3125dvh;
    left: 8.5333333333vw;
    width: 50.2666666667vw;
  }
}
#message .cover-box article:nth-child(2) {
  top: 13.0952380952dvh;
  left: -2.734375vw;
  width: 18.75vw;
}
#message .cover-box article:nth-child(2) .inner {
  -webkit-transform: translate(70px, 25px) scale(0.9);
          transform: translate(70px, 25px) scale(0.9);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(2) .inner {
    -webkit-transform: translate(8px, 25px) scale(0.9);
            transform: translate(8px, 25px) scale(0.9);
  }
}
#message .cover-box article:nth-child(2) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(2) {
    top: 19.140625dvh;
    left: -5.3333333333vw;
    width: 31.4666666667vw;
  }
}
#message .cover-box article:nth-child(3) {
  top: 15.9523809524dvh;
  left: 55.3125vw;
  width: 46.5625vw;
}
#message .cover-box article:nth-child(3) .inner {
  -webkit-transform: translate(-40px, 20px) scale(0.9);
          transform: translate(-40px, 20px) scale(0.9);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(3) .inner {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
  }
}
#message .cover-box article:nth-child(3) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(3) {
    top: 6.09375dvh;
    left: 54.5333333333vw;
    width: 79.4666666667vw;
  }
}
#message .cover-box article:nth-child(4) {
  top: -3.5714285714dvh;
  left: 77.03125vw;
  width: 32.34375vw;
}
#message .cover-box article:nth-child(4) .inner {
  -webkit-transform: translate(-70px, 35px) scale(0.9);
          transform: translate(-70px, 35px) scale(0.9);
}
#message .cover-box article:nth-child(4) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(4) {
    display: none;
  }
}
#message .cover-box article:nth-child(5) {
  top: 40dvh;
  left: 75.390625vw;
  width: 19.53125vw;
}
#message .cover-box article:nth-child(5) .inner {
  -webkit-transform: translate(-50px, 0px) scale(0.9);
          transform: translate(-50px, 0px) scale(0.9);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(5) .inner {
    -webkit-transform: translate(-20px, 5px) scale(0.9);
            transform: translate(-20px, 5px) scale(0.9);
  }
}
#message .cover-box article:nth-child(5) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(5) {
    top: 31.953125dvh;
    left: 61.3333333333vw;
    width: 33.4666666667vw;
  }
}
#message .cover-box article:nth-child(6) {
  top: 53.5714285714dvh;
  left: -0.390625vw;
  width: 19.53125vw;
  z-index: 4;
}
#message .cover-box article:nth-child(6) .inner {
  -webkit-transform: translate(80px, -25px) scale(0.9);
          transform: translate(80px, -25px) scale(0.9);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(6) .inner {
    -webkit-transform: translate(25px, -25px) scale(0.9);
            transform: translate(25px, -25px) scale(0.9);
  }
}
#message .cover-box article:nth-child(6) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(6) {
    top: 53.59375dvh;
    left: -1.3333333333vw;
    width: 33.2vw;
  }
}
#message .cover-box article:nth-child(7) {
  top: 76.1904761905dvh;
  left: 14.6875vw;
  width: 31.796875vw;
  z-index: 3;
}
#message .cover-box article:nth-child(7) .inner {
  -webkit-transform: translate(40px, -35px) scale(0.9);
          transform: translate(40px, -35px) scale(0.9);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(7) .inner {
    -webkit-transform: translate(10px, -45px) scale(0.9);
            transform: translate(10px, -45px) scale(0.9);
  }
}
#message .cover-box article:nth-child(7) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(7) {
    top: 78.125dvh;
    left: 5.3333333333vw;
    width: 62.4vw;
  }
}
#message .cover-box article:nth-child(8) {
  top: 63.8095238095dvh;
  left: 59.0625vw;
  width: 31.09375vw;
}
#message .cover-box article:nth-child(8) .inner {
  -webkit-transform: translate(-40px, -35px) scale(0.9);
          transform: translate(-40px, -35px) scale(0.9);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(8) .inner {
    -webkit-transform: translate(-30px, -25px) scale(0.9);
            transform: translate(-30px, -25px) scale(0.9);
  }
}
#message .cover-box article:nth-child(8) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(8) {
    top: 64.0625dvh;
    left: 64.8vw;
    width: 58.4vw;
  }
}
#message .cover-box article:nth-child(9) {
  top: 69.6428571429dvh;
  left: 83.90625vw;
  width: 11.328125vw;
}
#message .cover-box article:nth-child(9) .inner {
  -webkit-transform: translate(-70px, -45px) scale(0.9);
          transform: translate(-70px, -45px) scale(0.9);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(9) .inner {
    -webkit-transform: translate(-30px, -45px) scale(0.9);
            transform: translate(-30px, -45px) scale(0.9);
  }
}
#message .cover-box article:nth-child(9) .inner.is-show {
  -webkit-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  #message .cover-box article:nth-child(9) {
    top: 81.015625dvh;
    left: 80vw;
    width: 21.3333333333vw;
  }
}
#message .cover-box article:nth-child(n+10) {
  display: none;
}
#message .cover-box article img {
  width: 100%;
  height: auto;
}
#message .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 9;
}
#message .cover.is-show {
  opacity: 0.4;
}
#message .message-box {
  position: absolute;
  top: calc(50% - 25.546875vw);
  left: calc(50% - 28.984375vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57.96875vw;
  height: 51.09375vw;
  background: #000;
  z-index: 99999;
  -webkit-box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
#message .message-box.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 768px) {
  #message .message-box {
    left: calc(50% - 44vw);
    top: calc(50% - 58.6666666667vw);
    width: 88vw;
    height: 117.3333333333vw;
  }
}
#message .message-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_message.jpg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #message .message-box:before {
    background-size: 146% auto;
  }
}
#message .message-box .text {
  position: relative;
  width: 32.65625vw;
  opacity: 0;
}
#message .message-box .text.is-show {
  -webkit-animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mask-slide 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  #message .message-box .text {
    width: 66.4vw;
  }
}
#message .message-box .text img {
  width: 100%;
  height: auto;
}
#message .message-box .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 44px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  #message .message-box .btn-close {
    width: 36px;
    top: -11px;
    right: -11px;
  }
}
#message .message-box .btn-close img {
  width: 100%;
  height: auto;
}

.font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-din-narrow {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
header h1 {
  position: absolute;
  top: 2.1875vw;
  left: 2.1875vw;
  width: 11.328125vw;
}
@media screen and (max-width: 768px) {
  header h1 {
    top: 4vw;
    left: 4vw;
    width: 26.9333333333vw;
  }
}
header h1 img {
  width: 100%;
  height: auto;
}
header h1 a {
  display: block;
}
@media screen and (min-width: 769px) {
  header h1 a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header h1 a:hover {
    opacity: 0.5;
  }
}
header .share-box {
  position: absolute;
  top: 2.1875vw;
  right: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header .share-box {
    top: 4vw;
    right: 4.5333333333vw;
  }
}
header .share-box h2 {
  font-size: 1.015625vw;
}
@media screen and (max-width: 768px) {
  header .share-box h2 {
    font-size: 2.6666666667vw;
  }
}
header .share-box ul {
  position: relative;
  margin-left: 2.03125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .share-box ul {
    margin-left: 3.4666666667vw;
  }
}
header .share-box ul li {
  position: relative;
  width: 1.953125vw;
}
@media screen and (max-width: 768px) {
  header .share-box ul li {
    width: 4.8vw;
  }
}
header .share-box ul li a {
  display: block;
}
@media screen and (min-width: 769px) {
  header .share-box ul li a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header .share-box ul li a:hover {
    opacity: 0.5;
  }
}
header .share-box ul li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  header .share-box ul li a img {
    display: block;
  }
}
header .share-box ul li:nth-child(n+2) {
  margin-left: 1.640625vw;
}
@media screen and (max-width: 768px) {
  header .share-box ul li:nth-child(n+2) {
    margin-left: 3.3333333333vw;
  }
}

.btn-ui {
  position: relative;
  width: 15.625vw;
  height: 4.375vw;
  line-height: 4.296875vw;
  background: rgba(0, 0, 0, 0.5);
  margin: 3.90625vw auto 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
.btn-ui.reverse {
  background: yellow;
  color: #000;
  border: 1px solid yellow;
}
.btn-ui.reverse a {
  color: #000;
}
.btn-ui.reverse a:before {
  background: url("../img/icon_link_black.png") center center no-repeat;
  background-size: contain;
}
.btn-ui.reverse:hover {
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .btn-ui {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .btn-ui:hover {
    background: rgb(255, 255, 255);
    color: #000;
  }
  .btn-ui:hover a {
    color: #000;
  }
  .btn-ui:hover a:before {
    background: url("../img/icon_link_black.png") center center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .btn-ui {
    width: 40vw;
    height: 11.2vw;
    line-height: 11.2vw;
    font-size: 3.2vw;
  }
}
.btn-ui a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}
.btn-ui a:before {
  position: absolute;
  content: "";
  top: calc(50% - 0.390625vw);
  right: 0.78125vw;
  background: url("../img/icon_link.png") center center no-repeat;
  width: 0.46875vw;
  height: 0.703125vw;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .btn-ui a:before {
    top: calc(50% - 1.3333333333vw);
    right: 2.1333333333vw;
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    background-size: contain;
  }
}
.btn-ui ul.border {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0.5;
}
.btn-ui ul.border > li {
  position: relative;
}
.btn-ui ul.border > li:nth-child(1):before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn-ui ul.border > li:nth-child(1):before {
    width: 8px;
  }
}
.btn-ui ul.border > li:nth-child(1):after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn-ui ul.border > li:nth-child(1):after {
    height: 8px;
  }
}
.btn-ui ul.border > li:nth-child(2):before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 10px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn-ui ul.border > li:nth-child(2):before {
    width: 8px;
  }
}
.btn-ui ul.border > li:nth-child(2):after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn-ui ul.border > li:nth-child(2):after {
    height: 8px;
  }
}
.btn-ui ul.border > li:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn-ui ul.border > li:nth-child(3):before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 10px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn-ui ul.border > li:nth-child(3):before {
    width: 8px;
  }
}
.btn-ui ul.border > li:nth-child(3):after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 1px;
  height: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn-ui ul.border > li:nth-child(3):after {
    height: 8px;
  }
}
.btn-ui ul.border > li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-ui ul.border > li:nth-child(4):before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn-ui ul.border > li:nth-child(4):before {
    width: 8px;
  }
}
.btn-ui ul.border > li:nth-child(4):after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn-ui ul.border > li:nth-child(4):after {
    height: 8px;
  }
}

main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 6.25vw 0 0;
}
@media screen and (max-width: 768px) {
  main {
    padding: 0;
  }
}
main .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/background_pc.jpg") top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  main .bg-box {
    background: url("../img/background_sp.jpg") top center;
    background-size: 100% auto;
  }
}
main .main-statement ul.photo-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
main .main-statement ul.photo-box li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
main .main-statement ul.photo-box li img {
  width: 100%;
  height: auto;
}
main .main-statement ul.photo-box li span {
  display: block;
}
main .main-statement ul.photo-box li span.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li span.sp {
    display: block;
  }
  main .main-statement ul.photo-box li span.pc {
    display: none;
  }
}
main .main-statement ul.photo-box li:nth-child(1) {
  top: 51.40625vw;
  left: -3.90625vw;
  width: 33.984375vw;
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li:nth-child(1) {
    top: calc(0.7671875 * var(--vh, 1vh) * 100);
    left: -5.3333333333vw;
    width: 48vw;
  }
}
main .main-statement ul.photo-box li:nth-child(2) {
  top: 32.8125vw;
  left: 75vw;
  width: 20.703125vw;
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li:nth-child(2) {
    top: calc(0.1015625 * var(--vh, 1vh) * 100);
    left: 52.6666666667vw;
    width: 36.2666666667vw;
  }
}
main .main-statement ul.photo-box li:nth-child(3) {
  top: 76.5625vw;
  left: 25.46875vw;
  width: 16.71875vw;
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li:nth-child(3) {
    top: calc(0.921875 * var(--vh, 1vh) * 100);
    left: 56vw;
    width: 26vw;
  }
}
main .main-statement ul.photo-box li:nth-child(4) {
  top: 66.71875vw;
  left: auto;
  right: -1.5625vw;
  width: 16.40625vw;
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li:nth-child(4) {
    top: calc(0.6875 * var(--vh, 1vh) * 100);
    left: 70.9333333333vw;
    width: 29.3333333333vw;
  }
}
main .main-statement ul.photo-box li:nth-child(5) {
  top: 80.9375vw;
  left: 66.015625vw;
  width: 27.1875vw;
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li:nth-child(5) {
    top: calc(1.078125 * var(--vh, 1vh) * 100);
    left: 71.4666666667vw;
    width: 45.3333333333vw;
  }
}
main .main-statement ul.photo-box li:nth-child(6) {
  top: 93.125vw;
  left: 8.125vw;
  width: 14.375vw;
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li:nth-child(6) {
    top: calc(1.359375 * var(--vh, 1vh) * 100);
    left: 6vw;
    width: 24.5333333333vw;
  }
}
main .main-statement ul.photo-box li:nth-child(7) {
  top: 0vw;
  left: 0vw;
  width: 14.375vw;
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li:nth-child(7) {
    width: 17.6vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-statement ul.photo-box li:nth-child(8) {
    top: calc(1.4765625 * var(--vh, 1vh) * 100);
    left: 56.5333333333vw;
    width: 35.3333333333vw;
  }
}
main .sec-main {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .sec-main {
    height: calc(var(--vh, 1vh) * 100);
  }
}
main .sec-main .main-box {
  position: relative;
}
@media screen and (max-width: 768px) {
  main .sec-main .main-box {
    position: absolute;
    top: 49%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
main .sec-main .main-box .image {
  width: 86.71875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec-main .main-box .image {
    width: 100%;
  }
}
main .sec-main .main-box .image img {
  width: 100%;
  height: auto;
}
main .sec-main .main-box .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46.875vw;
}
@media screen and (max-width: 768px) {
  main .sec-main .main-box .text-box {
    width: 88vw;
  }
}
main .sec-main .main-box .text-box span {
  position: relative;
  display: block;
}
main .sec-main .main-box .text-box span:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
main .sec-main .main-box .text-box span:nth-child(3) {
  top: 34%;
}
main .sec-main .main-box .text-box span:nth-child(4) {
  top: 69.25%;
}
main .sec-main .main-box .text-box img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
main .sec-main .main-box .text-box img.all {
  opacity: 0;
}
main .sec-statement {
  position: relative;
  padding: 10vw 0 14.84375vw;
}
@media screen and (max-width: 768px) {
  main .sec-statement {
    padding: 24vw 0 26.6666666667vw;
  }
}
main .sec-statement .txt-statement {
  position: relative;
  height: 18.359375vw;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.5em, black), color-stop(black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 1.5em, black calc(100% - 5em), transparent);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.5em, black), color-stop(black), to(transparent));
          mask-image: linear-gradient(to bottom, black 1.5em, black calc(100% - 5em), transparent);
}
@media (max-width: 767px) {
  main .sec-statement .txt-statement {
    margin: 0 auto 0;
    height: 46.6666666667vw;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.5em, black), color-stop(black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 1.5em, black calc(100% - 2.5em), transparent);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.5em, black), color-stop(black), to(transparent));
            mask-image: linear-gradient(to bottom, black 1.5em, black calc(100% - 2.5em), transparent);
  }
}
main .sec-statement .txt-statement.display {
  height: auto;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.5em, black), color-stop(black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 1.5em, black calc(100% - 0em), transparent);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.5em, black), color-stop(black), to(transparent));
          mask-image: linear-gradient(to bottom, black 1.5em, black calc(100% - 0em), transparent);
}
main .sec-statement .txt-statement .image {
  width: 46.875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec-statement .txt-statement .image {
    width: 93.3333333333vw;
  }
}
main .sec-statement .txt-statement .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  main .sec-statement .btn-more {
    margin: 4.2666666667vw auto 0;
  }
}
main .sec-movie {
  position: relative;
}
main .sec-movie .movie-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 94.53125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec-movie .movie-box {
    width: 100%;
    border: none;
    padding: 0;
  }
}
main .sec-movie .movie-box .inner {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  main .sec-movie .movie-box .inner .image {
    -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  main .sec-movie .movie-box .inner:hover .image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
main .sec-movie .movie-box .inner .image {
  width: 100%;
}
main .sec-movie .movie-box .inner .image video, main .sec-movie .movie-box .inner .image img {
  width: 100%;
  height: auto;
}
main .sec-movie .movie-box .inner .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.15625vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  main .sec-movie .movie-box .inner .btn-play {
    width: 24.2666666667vw;
  }
}
main .sec-movie .movie-box .inner .btn-play span.circle {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
main .sec-movie .movie-box .inner .btn-play span.icon {
  position: absolute;
  top: 50%;
  left: 52.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5vw;
}
@media screen and (max-width: 768px) {
  main .sec-movie .movie-box .inner .btn-play span.icon {
    width: 5.3333333333vw;
  }
}
main .sec-movie .movie-box .inner .btn-play img {
  width: 100%;
  height: auto;
}
main .sec-logo {
  position: relative;
}
main .sec-logo .image {
  position: relative;
  padding: 15.625vw 0 15.625vw;
  width: 37.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec-logo .image {
    padding: 36vw 0 26.6666666667vw;
    width: 69.3333333333vw;
  }
}
main .sec-logo img {
  width: 100%;
  height: auto;
}
main .sec-logo ul.photo-box {
  position: absolute;
  top: 1.953125vw;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
main .sec-logo ul.photo-box li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
main .sec-logo ul.photo-box li img {
  width: 100%;
  height: auto;
}
main .sec-logo ul.photo-box li:nth-child(1) {
  top: 6.40625vw;
  left: 49.375vw;
  width: 27.1875vw;
}
@media screen and (max-width: 768px) {
  main .sec-logo ul.photo-box li:nth-child(1) {
    top: 15.3333333333vw;
    left: 47.2vw;
    width: 46.4vw;
  }
}
main .sec-logo ul.photo-box li:nth-child(2) {
  top: 20.78125vw;
  left: 8.125vw;
  width: 14.375vw;
}
@media screen and (max-width: 768px) {
  main .sec-logo ul.photo-box li:nth-child(2) {
    top: 30.9333333333vw;
    left: -9.0666666667vw;
    width: 24vw;
  }
}
main .sec-logo ul.photo-box li:nth-child(3) {
  top: 28.125vw;
  left: 28.984375vw;
  width: 16.71875vw;
}
@media screen and (max-width: 768px) {
  main .sec-logo ul.photo-box li:nth-child(3) {
    top: 60vw;
    left: 16vw;
    width: 28.5333333333vw;
  }
}
main .sec-logo ul.photo-box li:nth-child(4) {
  top: 30.78125vw;
  left: auto;
  right: 3.125vw;
  width: 16.40625vw;
}
@media screen and (max-width: 768px) {
  main .sec-logo ul.photo-box li:nth-child(4) {
    top: 62vw;
    left: 80vw;
    width: 28.5333333333vw;
  }
}
main .sec-logo ul.photo-box li:nth-child(5) {
  top: 38.515625vw;
  left: -0.625vw;
  width: 20.703125vw;
}
@media screen and (max-width: 768px) {
  main .sec-logo ul.photo-box li:nth-child(5) {
    display: none;
  }
}
main .sec-logo ul.photo-box li:nth-child(6) {
  top: 48.90625vw;
  left: auto;
  right: 7.96875vw;
  width: 31.09375vw;
}
@media screen and (max-width: 768px) {
  main .sec-logo ul.photo-box li:nth-child(6) {
    top: 98.6666666667vw;
    left: 58.1333333333vw;
    width: 48vw;
  }
}
main .sec-about {
  position: relative;
  margin: 5.625vw auto 0;
}
@media screen and (max-width: 768px) {
  main .sec-about {
    margin: 9.6vw auto 0;
  }
}
main .sec-about .ttl-box h3 {
  width: 54.6875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec-about .ttl-box h3 {
    width: 82.6666666667vw;
  }
}
main .sec-about .ttl-box h3 img {
  width: 100%;
  height: auto;
}
main .sec-about .ttl-box h4 {
  width: 80.46875vw;
  margin: 5vw auto 0;
}
@media screen and (max-width: 768px) {
  main .sec-about .ttl-box h4 {
    margin: 9.3333333333vw auto 0;
    width: 89.3333333333vw;
  }
}
main .sec-about .ttl-box h4 img {
  width: 100%;
  height: auto;
}
main .sec-about .ttl-box .lead-box {
  position: relative;
  text-align: center;
  font-size: 1.25vw;
  margin: 2.5vw auto 0;
}
@media screen and (max-width: 768px) {
  main .sec-about .ttl-box .lead-box {
    font-size: 3.4666666667vw;
    margin: 7.4666666667vw auto 0;
    line-height: 1.7;
  }
}
main .sec-about .ttl-box .lead-box p.note {
  margin: 1.875vw auto 0;
  font-size: 1.09375vw;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  main .sec-about .ttl-box .lead-box p.note {
    margin: 4.8vw auto 0;
    font-size: 2.9333333333vw;
  }
}
main .sec-about .buy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.3125vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box {
    display: block;
    margin-top: 9.6vw;
  }
}
main .sec-about .buy-box .image {
  width: 29.53125vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .image {
    width: 51.3333333333vw;
    margin: 0 auto;
  }
}
main .sec-about .buy-box .image img {
  width: 100%;
  height: auto;
}
main .sec-about .buy-box .text-box {
  width: 46.09375vw;
  margin-left: 5vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box {
    width: 89.3333333333vw;
    margin: 12vw auto 0;
  }
}
main .sec-about .buy-box .text-box article {
  position: relative;
  padding-top: 1.71875vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article {
    padding-top: 4.2666666667vw;
    padding-bottom: 8.5333333333vw;
  }
}
main .sec-about .buy-box .text-box article:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
main .sec-about .buy-box .text-box article:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 124px;
  height: 1px;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article:after {
    width: 22.9333333333vw;
  }
}
main .sec-about .buy-box .text-box article:nth-child(n+2) {
  margin-top: 4.0625vw;
}
main .sec-about .buy-box .text-box article h5 {
  width: 28.125vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article h5 {
    width: 69.8666666667vw;
  }
}
main .sec-about .buy-box .text-box article h5 img {
  width: 100%;
  height: auto;
}
main .sec-about .buy-box .text-box article p.name {
  margin-top: 1.875vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article p.name {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
main .sec-about .buy-box .text-box article ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.34375vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5.3333333333vw;
  }
}
main .sec-about .buy-box .text-box article ul li {
  width: 14.6875vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article ul li {
    width: 43.2vw;
  }
}
main .sec-about .buy-box .text-box article ul li:nth-child(n+4) {
  margin-top: 0.78125vw;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article ul li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
main .sec-about .buy-box .text-box article ul li .btn-buy {
  width: 100%;
  font-size: 1.015625vw;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article ul li .btn-buy {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  main .sec-about .buy-box .text-box article ul li:not(:nth-child(3n+1)) {
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article ul li:not(:nth-child(2n+1)) {
    margin-left: 2.6666666667vw;
  }
}
main .sec-about .buy-box .text-box article p.note {
  margin-top: 2.1875vw;
  font-size: 1.09375vw;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  main .sec-about .buy-box .text-box article p.note {
    font-size: 2.9333333333vw;
    margin-top: 4.5333333333vw;
  }
}
main .sec-download {
  position: relative;
  margin: 16.40625vw auto 0;
}
main .sec-download ul.photo-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
main .sec-download ul.photo-box li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
main .sec-download ul.photo-box li img {
  width: 100%;
  height: auto;
}
main .sec-download ul.photo-box li:nth-child(1) {
  top: -9.0625vw;
  left: auto;
  right: -5vw;
  width: 32.03125vw;
}
@media screen and (max-width: 768px) {
  main .sec-download ul.photo-box li:nth-child(1) {
    top: -9.0666666667vw;
    right: -23.3333333333vw;
    width: 54.6666666667vw;
  }
}
main .sec-download ul.photo-box li:nth-child(2) {
  top: 3.4375vw;
  left: 6.25vw;
  width: 16.5625vw;
}
@media screen and (max-width: 768px) {
  main .sec-download ul.photo-box li:nth-child(2) {
    top: 28vw;
    left: -6.6666666667vw;
    width: 28vw;
  }
}
main .sec-download .ttl-box {
  position: relative;
}
main .sec-download .ttl-box h3 {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec-download .ttl-box h3 {
    width: 82.6666666667vw;
  }
}
main .sec-download .ttl-box h3 img {
  width: 100%;
  height: auto;
}
main .sec-download .ttl-box .lead-box {
  position: relative;
  text-align: center;
  font-size: 1.25vw;
  margin: 2.5vw auto 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  main .sec-download .ttl-box .lead-box {
    font-size: 3.4666666667vw;
    margin: 6.4vw auto 0;
    line-height: 1.7;
  }
}
main .sec-download .ttl-box .lead-box p.note {
  margin: 1.40625vw auto 0;
  font-size: 1.09375vw;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  main .sec-download .ttl-box .lead-box p.note {
    margin: 2.6666666667vw auto 0;
    font-size: 2.9333333333vw;
  }
}
main .sec-download .download-box {
  position: relative;
  width: 93.75vw;
  margin: 4.21875vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box {
    display: block;
    width: 89.3333333333vw;
    margin: 10.1333333333vw auto 0;
  }
}
main .sec-download .download-box article {
  position: relative;
  padding-top: 1.5625vw;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article {
    width: 100%;
    padding-top: 3.4666666667vw;
  }
}
main .sec-download .download-box article:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
main .sec-download .download-box article:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 124px;
  height: 1px;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article:after {
    width: 22.9333333333vw;
  }
}
main .sec-download .download-box article:nth-child(1) {
  position: relative;
  width: 53.90625vw;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article:nth-child(1) {
    width: 100%;
  }
}
main .sec-download .download-box article:nth-child(2) {
  position: relative;
  width: 35.9375vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article:nth-child(2) {
    width: 100%;
    margin-top: 14.6666666667vw;
  }
}
main .sec-download .download-box article h3 {
  width: 28.125vw;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article h3 {
    width: 66.6666666667vw;
  }
}
main .sec-download .download-box article h3 img {
  width: 100%;
  height: auto;
}
main .sec-download .download-box article ul.item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.40625vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .sec-download .download-box article ul.item-box.end:before {
  position: absolute;
  content: "";
  top: -5%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/stamp.png") center center no-repeat;
  background-size: 19.53125vw auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article ul.item-box.end:before {
    background-size: 48vw auto;
  }
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article ul.item-box {
    margin-top: 10.6666666667vw;
  }
}
main .sec-download .download-box article ul.item-box li {
  position: relative;
  pointer-events: none;
}
main .sec-download .download-box article ul.item-box li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  main .sec-download .download-box article ul.item-box li {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  main .sec-download .download-box article ul.item-box li:hover {
    opacity: 0.5;
  }
}
main .sec-download .download-box article ul.item-box.logo {
  display: block;
}
main .sec-download .download-box article ul.item-box.logo li {
  width: 21.875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article ul.item-box.logo li {
    width: 56vw;
  }
}
main .sec-download .download-box article ul.item-box.logo li:nth-child(n+2) {
  margin-top: 3.90625vw;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article ul.item-box.logo li:nth-child(n+2) {
    margin-top: 8.5333333333vw;
  }
}
main .sec-download .download-box article ul.item-box.logo li img {
  width: 100%;
  height: auto;
}
main .sec-download .download-box article ul.item-box.mark li {
  width: 21.875vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article ul.item-box.mark li {
    width: 40vw;
  }
}
@media screen and (min-width: 769px) {
  main .sec-download .download-box article ul.item-box.mark li:not(:nth-child(2n+1)) {
    margin-left: 1.875vw;
  }
  main .sec-download .download-box article ul.item-box.mark li:nth-child(n+5) {
    margin-top: 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article ul.item-box.mark li:nth-child(n+3) {
    margin-top: 7.4666666667vw;
  }
}
main .sec-download .download-box article ul.item-box.mark li img {
  position: relative;
  width: 65%;
  height: auto;
}
@media screen and (max-width: 768px) {
  main .sec-download .download-box article ul.item-box.mark li img {
    width: 77%;
  }
}
main .sec-report {
  position: relative;
  margin: 14.84375vw auto 0;
}
@media screen and (max-width: 768px) {
  main .sec-report {
    margin: 25.3333333333vw auto 0;
  }
}
main .sec-report ul.photo-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
main .sec-report ul.photo-box li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
main .sec-report ul.photo-box li img {
  width: 100%;
  height: auto;
}
main .sec-report ul.photo-box li:nth-child(1) {
  top: -5.078125vw;
  left: -5.078125vw;
  width: 32.03125vw;
}
@media screen and (max-width: 768px) {
  main .sec-report ul.photo-box li:nth-child(1) {
    top: -9.0666666667vw;
    left: -12.6666666667vw;
    width: 54.6666666667vw;
  }
}
main .sec-report ul.photo-box li:nth-child(2) {
  top: 20vw;
  left: auto;
  right: 5.9375vw;
  width: 16.5625vw;
}
@media screen and (max-width: 768px) {
  main .sec-report ul.photo-box li:nth-child(2) {
    top: 45.3333333333vw;
    right: 0vw;
    width: 26.6666666667vw;
  }
}
main .sec-report .ttl-box {
  position: relative;
  width: 93.75vw;
  margin: 0 auto;
  padding: 10.46875vw 0 0;
}
@media screen and (max-width: 768px) {
  main .sec-report .ttl-box {
    width: 89.3333333333vw;
    padding: 18.6666666667vw 0 0;
  }
}
main .sec-report .ttl-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
}
main .sec-report .ttl-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 124px;
  height: 2px;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  main .sec-report .ttl-box:after {
    width: 22.9333333333vw;
  }
}
main .sec-report .ttl-box h3 {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec-report .ttl-box h3 {
    width: 82.6666666667vw;
  }
}
main .sec-report .ttl-box h3 img {
  width: 100%;
  height: auto;
}
main .sec-report .report-box {
  position: relative;
  margin: 7.8125vw auto 0;
  width: 85.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box {
    display: block;
    width: 82.6666666667vw;
    margin: 18.6666666667vw auto 0;
  }
}
main .sec-report .report-box article {
  position: relative;
  width: 39.0625vw;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  main .sec-report .report-box article:not(:nth-child(2n+1)) {
    margin-left: 7.1875vw;
  }
  main .sec-report .report-box article:nth-child(2n) {
    top: 3.90625vw;
  }
  main .sec-report .report-box article:nth-child(n+3) {
    margin-top: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article:nth-child(n+2) {
    margin-top: 17.0666666667vw;
  }
}
main .sec-report .report-box article .image-box .image {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .image-box .image {
    padding: 5px 5px 5px;
  }
}
main .sec-report .report-box article .image-box .image.end:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/stamp.png") center center no-repeat;
  background-size: 19.53125vw auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .image-box .image.end:before {
    background-size: 48vw auto;
  }
}
main .sec-report .report-box article .image-box .image img {
  position: relative;
  display: block;
}
main .sec-report .report-box article .image-box .image img.shadow {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: auto;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .image-box .image img.shadow {
    top: 5px;
    left: 5px;
  }
}
main .sec-report .report-box article .image-box .label {
  position: absolute;
  top: -4.0625vw;
  left: -1.640625vw;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .image-box .label {
    top: -8.2666666667vw;
    left: -3.2vw;
  }
}
main .sec-report .report-box article .image-box .label span {
  position: relative;
  display: block;
}
main .sec-report .report-box article .image-box .label span.ttl {
  width: 6.640625vw;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .image-box .label span.ttl {
    width: 13.6vw;
  }
}
main .sec-report .report-box article .image-box .label span.vol {
  width: 9.375vw;
  margin: 0.9375vw auto 0 -0.3125vw;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .image-box .label span.vol {
    width: 17.8666666667vw;
    margin: 0vw auto 0 -0.5333333333vw;
  }
}
main .sec-report .report-box article .text-box {
  margin: 2.65625vw auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .text-box {
    margin: 6.4vw auto 0;
  }
}
main .sec-report .report-box article .text-box h2 {
  width: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .text-box h2 {
    width: 105%;
  }
}
main .sec-report .report-box article .text-box .p-box {
  position: relative;
  letter-spacing: 0.03em;
  margin: 1.796875vw auto 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .text-box .p-box {
    margin: 3.2vw auto 0;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
main .sec-report .report-box article .text-box ul.btn-box {
  margin: 1.796875vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .text-box ul.btn-box {
    margin: 3.7333333333vw auto 0;
  }
}
main .sec-report .report-box article .text-box ul.btn-box li {
  margin: 0 0.78125vw 0.78125vw 0;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .text-box ul.btn-box li {
    margin: 0 2.6666666667vw 2.6666666667vw 0;
  }
}
main .sec-report .report-box article .text-box .btn-ui {
  font-size: 1.015625vw;
  letter-spacing: 0.03em;
  margin: 0 0 0 0;
  width: auto;
}
main .sec-report .report-box article .text-box .btn-ui a {
  padding-left: 1.25vw;
  padding-right: 2.34375vw;
}
@media screen and (max-width: 768px) {
  main .sec-report .report-box article .text-box .btn-ui {
    font-size: 3.2vw;
    width: auto;
  }
  main .sec-report .report-box article .text-box .btn-ui a {
    padding-left: 4.2666666667vw;
    padding-right: 5.3333333333vw;
  }
}
main .sec-report .report-box article img {
  width: 100%;
  height: auto;
}
main .sec-report .txt-nextcomingsoon {
  position: relative;
  text-align: center;
  padding: 22.65625vw 0;
}
@media screen and (max-width: 768px) {
  main .sec-report .txt-nextcomingsoon {
    padding: 42.6666666667vw 0;
  }
}
main .sec-report .txt-nextcomingsoon p {
  font-size: 2.96875vw;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  main .sec-report .txt-nextcomingsoon p {
    font-size: 6.1333333333vw;
  }
}
main .sec-footer {
  position: relative;
  padding-bottom: 7.8125vw;
}
@media screen and (max-width: 768px) {
  main .sec-footer {
    padding-bottom: 10.6666666667vw;
  }
}
main .sec-footer .share-box {
  text-align: center;
}
main .sec-footer .share-box h2 {
  font-size: 1.25vw;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  main .sec-footer .share-box h2 {
    font-size: 3.2vw;
  }
}
main .sec-footer .share-box ul {
  position: relative;
  margin: 1.5625vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  main .sec-footer .share-box ul {
    margin: 4.2666666667vw auto 0;
  }
}
main .sec-footer .share-box ul li {
  position: relative;
  width: 2.1875vw;
}
@media screen and (max-width: 768px) {
  main .sec-footer .share-box ul li {
    width: 5.8666666667vw;
  }
}
main .sec-footer .share-box ul li a {
  display: block;
}
@media screen and (min-width: 769px) {
  main .sec-footer .share-box ul li a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  main .sec-footer .share-box ul li a:hover {
    opacity: 0.5;
  }
}
main .sec-footer .share-box ul li a img {
  width: 100%;
  height: auto;
}
main .sec-footer .share-box ul li:nth-child(n+2) {
  margin-left: 1.5625vw;
}
@media screen and (max-width: 768px) {
  main .sec-footer .share-box ul li:nth-child(n+2) {
    margin-left: 4.2666666667vw;
  }
}
main .sec-footer .copyright {
  position: relative;
  margin: 3.125vw auto 0;
  text-align: center;
  font-size: 0.78125vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  main .sec-footer .copyright {
    font-size: 2.5333333333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 9.3333333333vw auto 0;
  }
}
main.archive-page {
  padding: 0;
  opacity: 0;
}
main.archive-page.is-show {
  -webkit-transition: all 1s 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1s 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}
main.archive-page .sec-title {
  position: relative;
  width: 100%;
  padding: 11.71875vw 0 6.25vw;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-title {
    padding: 37.3333333333vw 0 16vw;
  }
}
main.archive-page .sec-title .ttl-box {
  width: 54.375vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-title .ttl-box {
    width: 80vw;
  }
}
main.archive-page .sec-title .ttl-box img {
  width: 100%;
  height: auto;
}
main.archive-page .sec-title .lead-box {
  font-size: 1.25vw;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin: 4.6875vw auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-title .lead-box {
    font-size: 3.2vw;
    margin: 13.3333333333vw auto 0;
    letter-spacing: 0em;
  }
}
main.archive-page .sec-title .icon {
  position: absolute;
  top: -5vw;
  left: 51.5625vw;
  width: 19.53125vw;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-title .icon {
    top: 8.5333333333vw;
    width: 33.3333333333vw;
  }
}
main.archive-page .sec-title .icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
}
main.archive-page .sec-title .icon img {
  width: 100%;
  height: auto;
}
main.archive-page .sec-archive {
  position: relative;
  width: 93.75vw;
  margin: 0 auto;
}
main.archive-page .sec-archive article:nth-child(n+2) {
  margin: 10vw auto 0;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive article:nth-child(n+2) {
    margin: 21.3333333333vw auto 0;
  }
}
main.archive-page .sec-archive .ttl-box {
  position: relative;
  width: 100%;
  padding: 2.1875vw 0 0;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive .ttl-box {
    padding: 3.7333333333vw 0 0;
  }
}
main.archive-page .sec-archive .ttl-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
}
main.archive-page .sec-archive .ttl-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 180px;
  height: 2px;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive .ttl-box:after {
    width: 22.9333333333vw;
  }
}
main.archive-page .sec-archive .ttl-box .label {
  position: relative;
  width: 6.640625vw;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive .ttl-box .label {
    width: 13.6vw;
  }
}
main.archive-page .sec-archive .ttl-box .label img {
  width: 100%;
  height: auto;
}
main.archive-page .sec-archive .ttl-box .image {
  position: relative;
  margin: 0.78125vw 0 0;
  width: 50vw;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive .ttl-box .image {
    width: 100%;
  }
}
main.archive-page .sec-archive .ttl-box .image img {
  width: 100%;
  height: auto;
}
main.archive-page .sec-archive ul.image-box {
  padding: 7.03125vw 0 0;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box {
    padding: 12vw 0 0;
  }
}
main.archive-page .sec-archive ul.image-box.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box.flex {
    display: block;
  }
}
main.archive-page .sec-archive ul.image-box.flex li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box.flex li {
    margin: 0 auto;
  }
}
main.archive-page .sec-archive ul.image-box.flex li:nth-child(n+2) {
  margin-left: 5.625vw;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box.flex li:nth-child(n+2) {
    margin: 9.6vw auto 0;
  }
}
main.archive-page .sec-archive ul.image-box.flex li.pc-size {
  width: 54.6875vw;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box.flex li.pc-size {
    width: 100%;
  }
}
main.archive-page .sec-archive ul.image-box.flex li.sp-size {
  width: 23.4375vw;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box.flex li.sp-size {
    width: 40vw;
  }
}
main.archive-page .sec-archive ul.image-box li {
  width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box li {
    width: 85.3333333333vw;
  }
}
main.archive-page .sec-archive ul.image-box li.middle {
  width: 50vw;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box li.middle {
    width: 73.3333333333vw;
  }
}
main.archive-page .sec-archive ul.image-box li.full {
  width: 74.21875vw;
}
@media screen and (max-width: 768px) {
  main.archive-page .sec-archive ul.image-box li.full {
    width: 100%;
  }
}
main.archive-page .sec-archive ul.image-box video, main.archive-page .sec-archive ul.image-box img {
  width: 100%;
  height: auto;
}
main.archive-page .sec-footer {
  margin-top: 15.625vw;
}

#scrolldown {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media screen and (max-width: 768px) {
  #scrolldown {
    bottom: 0px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#scrolldown .line {
  position: relative;
  width: 1px;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #scrolldown .line {
    height: 90px;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
}
#scrolldown .line .inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 120px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #scrolldown .line .inner {
    height: 90px;
  }
}

#btn-movie {
  position: fixed;
  bottom: 1.875vw;
  right: 1.875vw;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #btn-movie {
    bottom: 3.2vw;
    right: 3.2vw;
  }
}
#btn-movie.hide {
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
#btn-movie .btn-play {
  position: relative;
  width: 11.71875vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #btn-movie .btn-play {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #btn-movie .btn-play:hover {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media screen and (max-width: 768px) {
  #btn-movie .btn-play {
    width: 24.2666666667vw;
  }
}
#btn-movie .btn-play span.image {
  position: absolute;
  top: 0.390625vw;
  left: 0.390625vw;
  width: 10.9375vw;
  height: 10.9375vw;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
}
@media screen and (max-width: 768px) {
  #btn-movie .btn-play span.image {
    top: 0.6666666667vw;
    left: 0.6666666667vw;
    width: 22.9333333333vw;
    height: 22.9333333333vw;
  }
}
#btn-movie .btn-play span.image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
#btn-movie .btn-play span.image img, #btn-movie .btn-play span.image video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 135%;
  width: auto;
}
#btn-movie .btn-play span.circle {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#btn-movie .btn-play span.icon {
  position: absolute;
  top: 50%;
  left: 52.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5vw;
}
@media screen and (max-width: 768px) {
  #btn-movie .btn-play span.icon {
    width: 5.3333333333vw;
  }
}
#btn-movie .btn-play img {
  display: block;
  width: 100%;
  height: auto;
}

body.download-page {
  background: #fff;
  color: #000;
}
body.download-page main {
  background: #fff;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.download-page main {
    padding-top: 80px;
  }
}
body.download-page main .dl-image {
  width: 360px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  body.download-page main .dl-image {
    width: 89.3333333333vw;
  }
}
body.download-page main .dl-image.mark {
  width: 560px;
}
@media screen and (max-width: 768px) {
  body.download-page main .dl-image.mark {
    width: 89.3333333333vw;
  }
}
body.download-page main .dl-image img {
  width: 100%;
  height: auto;
}
body.download-page main p.caption {
  margin: 24px auto 0;
  font-size: 11px;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.download-page main p.caption {
    margin: 16px auto 0;
    font-size: 10px;
  }
}
body.download-page main .note-box {
  width: 560px;
  margin: 0 auto;
  margin: 24px auto 0;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: justify;
}
body.download-page main .note-box.en {
  margin-top: 32px;
}
body.download-page main .note-box h5 {
  font-size: 12px;
  margin: 0 0 6px;
}
@media screen and (max-width: 768px) {
  body.download-page main .note-box {
    font-size: 10px;
    line-height: 1.4;
    width: 89.3333333333vw;
  }
}

#youtube {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#youtube .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  cursor: pointer;
}
#youtube .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 980px;
  height: auto;
  margin-left: -490px;
  margin-top: -275px;
  background-color: #000;
}
@media screen and (max-width: 600px) {
  #youtube .box {
    width: 100%;
    height: 240px;
    margin-left: -50%;
    margin-top: -120px;
  }
}
#youtube .box .btn-close {
  position: absolute;
  top: -48px;
  right: 0px;
  width: 36px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 600px) {
  #youtube .box .btn-close {
    width: 28px;
    top: -36px;
    right: 8px;
  }
}
#youtube .box .btn-close img {
  width: 100%;
  height: auto;
}
#youtube .box .player {
  width: 980px;
  border: 1px solid #333;
}
#youtube .box .player video {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  #youtube .box .player {
    width: 100%;
    height: 100%;
  }
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99999;
}

@-webkit-keyframes mask-slide {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes mask-slide {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes mask-out {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
}
@keyframes mask-out {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
}/*# sourceMappingURL=style.css.map */