@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: 1;
}

article,
aside,
footer,
header,
nav,
section,
main,
figcaption,
figure,
menu,
details {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

img {
  display: block;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

:focus {
  outline: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: inherit;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  padding: 0;
  border: 0;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  padding: 0;
  line-height: normal;
}
input::-webkit-input-placeholder {
  font-weight: 300;
}
input::-ms-input-placeholder {
  font-weight: 300;
}
input::-moz-placeholder {
  font-weight: 300;
}

[type="number"] {
  -moz-appearance: textfield;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  margin: 0;
  height: auto;
  -webkit-appearance: none;
}

[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  background-color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounceInUp2 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceInUp2 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes firstviewShowRight {
  0% {
    -webkit-transform: translate(-100%, 100%) scale(0);
            transform: translate(-100%, 100%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes firstviewShowRight {
  0% {
    -webkit-transform: translate(-100%, 100%) scale(0);
            transform: translate(-100%, 100%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes firstviewShowLeft {
  0% {
    -webkit-transform: translate(100%, 100%) scale(0);
            transform: translate(100%, 100%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes firstviewShowLeft {
  0% {
    -webkit-transform: translate(100%, 100%) scale(0);
            transform: translate(100%, 100%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.loaded a {
  transition: all ease-in-out .3s;
}
.loaded a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
body {
  font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
}

.container {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.container a:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
@media screen and (max-width: 860px) {
  .container a:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.container .section {
  width: 860px;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .container .section {
    margin: 0 4% 100px;
    width: 92%;
  }
}
.container .section.rule {
  width: auto;
  padding: 59px 0 145px;
}
@media screen and (max-width: 860px) {
  .container .section.rule {
    width: 100%;
    margin: 0;
    padding: 7% 0 23%;
  }
}
@media screen and (max-width: 620px) {
  .container .section.rule {
    padding-bottom: 31%;
  }
}
@media screen and (max-width: 500px) {
  .container .section.rule {
    padding-bottom: 38%;
  }
}
.container .firstview {
  width: 860px;
  margin: auto;
  padding: 30px 0 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .container .firstview {
    margin-bottom: 6%;
    padding: 10% 0 28%;
    width: 100%;
  }
}
.container .banner {
  margin: 60px auto 0;
  text-align: center;
  width: 640px;
  display: block;
}
@media screen and (max-width: 860px) {
  .container .banner {
    width: 85%;
    margin-top: 10%;
  }
}
.container .banner img {
  margin: auto;
  width: 100%;
}
.container .character {
  height: 512px;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .container .character {
    padding-bottom: 70.66%;
    height: auto;
    top: 0;
    margin: 0;
    z-index: 11;
  }
}
.container .logo {
  width: 519px;
  height: 250px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -9999px;
  text-align: left;
  margin: 100px auto 0;
}
@media screen and (max-width: 860px) {
  .container .logo {
    background-image: url("../img/logo.png");
    padding-bottom: 24.08478%;
    width: 50%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    margin: 10% auto 0;
  }
}
.container .text {
  text-indent: -9999px;
  text-align: left;
  width: 325px;
  height: 96px;
  background-image: url("../img/header-text.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  left: -10px;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .container .text {
    background-image: url("../img/header-text.png");
    padding-bottom: 13.29231%;
    width: 45%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    left: 0;
  }
}
.container .hide {
  display: none;
}
.container .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/firstview.jpg");
  background-size: cover;
  background-position: right;
  transition: all ease-in-out 5s;
}
.container .bg-image.fadeout {
  opacity: 0;
}
.container .bg-video-firstview {
  height: 700px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .container .bg-video-firstview {
    padding-bottom: 83%;
    height: 0;
  }
}
.container .bg-video-firstview iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%, -50%);
}
.container .store-button {
  text-align: center;
  margin-top: 10px;
}
.container .store-button li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 860px) {
  .container .store-button li {
    margin: 0 1%;
  }
}
@media screen and (max-width: 860px) {
  .container .app {
    width: 30%;
  }
}
.container .app a {
  text-indent: -9999px;
  text-align: left;
  width: 168px;
  height: 62px;
  background-image: url("../img/appstore.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 860px) {
  .container .app a {
    background-image: url("../img/appstore.png");
    padding-bottom: 36.90476%;
    width: 100%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    background-size: contain;
  }
}
@media screen and (max-width: 860px) {
  .container .google {
    width: 36.5%;
  }
}
.container .google a {
  text-indent: -9999px;
  text-align: left;
  width: 209px;
  height: 62px;
  background-image: url("../img/googleplay.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 860px) {
  .container .google a {
    background-image: url("../img/googleplay.png");
    padding-bottom: 29.66507%;
    width: 100%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    background-size: contain;
  }
}
.container .movie {
  position: relative;
  text-align: center;
  margin-bottom: 500px;
}
@media screen and (max-width: 860px) {
  .container .movie {
    margin: 0 4% 68%;
    padding-top: 51.8%;
  }
  .container .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.container .movie.fade-up .movie-link {
  -webkit-animation: fade-up .5s ease 1 forwards;
          animation: fade-up .5s ease 1 forwards;
}
.container .movie.fade-up:before {
  -webkit-animation: bounceInLeft 1s ease 1 0s forwards;
          animation: bounceInLeft 1s ease 1 0s forwards;
  opacity: 1;
}
.container .movie.fade-up:after {
  -webkit-animation: bounceInRight 1.3s ease 1 0s forwards;
          animation: bounceInRight 1.3s ease 1 0s forwards;
  opacity: 1;
}
.container .twitter {
  position: relative;
  padding: 90px 0 100px;
  width: auto;
}
.container .twitter .bg {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2000px;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .container .twitter .bg {
    height: 2600px;
  }
}
@media screen and (max-width: 600px) {
  .container .twitter .bg {
    background-image: url("../img/bg-sp.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 2000px;
  }
}
@media screen and (max-width: 860px) {
  .container .twitter {
    padding: 10% 4% 33%;
    margin: 0 auto;
  }
}
.container .twitter .twitter-timeline-box {
  text-align: center;
  display: block;
  min-height: 820px;
  opacity: 0;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 860px) {
  .container .twitter .twitter-timeline-box {
    min-height: auto;
  }
}
@media screen and (max-width: 860px) {
  .container .twitter iframe {
    height: 76vh !important;
  }
}
.container .twitter .headline-news {
  opacity: 0;
}
.container .twitter .headline-news span {
  text-indent: -9999px;
  text-align: left;
  width: 675px;
  height: 142px;
  background-image: url("../img/headline-news.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 860px) {
  .container .twitter .headline-news span {
    background-image: url("../img/headline-news.png");
    padding-bottom: 21.03704%;
    width: 100%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    background-size: contain;
    margin-bottom: 5%;
  }
}
.container .twitter.fade-up .headline-news {
  -webkit-animation: fade-in .5s ease 1 .2s forwards;
          animation: fade-in .5s ease 1 .2s forwards;
}
.container .twitter.fade-up .official-link {
  -webkit-animation: fade-up .5s ease 1 .4s forwards;
          animation: fade-up .5s ease 1 .4s forwards;
}
.container .twitter.fade-up .twitter-timeline-box {
  -webkit-animation: fade-up .5s ease 1 .6s forwards;
          animation: fade-up .5s ease 1 .6s forwards;
}
.container .twitter.fade-up .twitter-inner {
  -webkit-animation: fade-up .5s ease 1 .8s forwards;
          animation: fade-up .5s ease 1 .8s forwards;
}
.container .twitter .twitter-inner {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.container .twitter .twitter-box {
  width: 620px;
  margin: 30px auto 100px;
  position: relative;
  z-index: 2;
  min-height: 360px;
}
@media screen and (max-width: 860px) {
  .container .twitter .twitter-box {
    width: 100%;
    margin: 8% auto 15%;
  }
}
.container .twitter .news-btn-twitter {
  text-indent: -9999px;
  text-align: left;
  width: 390px;
  height: 80px;
  background-image: url("../img/news-btn-twitter.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
  margin: 120px auto 0;
}
@media screen and (max-width: 700px) {
  .container .twitter .news-btn-twitter {
    background-image: url("../img/news-btn-twitter.png");
    padding-bottom: 18.46154%;
    width: 90%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    margin: 60px auto 0;
  }
}
.container .twitter .twitter-timeline-rendered {
  margin: auto;
}
.container .twitter .css-1dbjc4n {
  display: none;
}
.container .button {
  position: relative;
  transition: .3s;
}
.container .button:before {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  content: '';
  transition: .3s;
}
@media screen and (min-width: 860px) {
  .container .button:hover {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  .container .button:hover:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #fff;
    content: '';
  }
}
@media screen and (max-width: 860px) {
  .container .button.hover {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  .container .button.hover:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #fff;
    content: '';
  }
}
.container .official-link {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0;
}
.container .official-link li {
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 860px) {
  .container .official-link li {
    display: block;
    margin: 0 4% 12%;
  }
}
.container .official-link li.youtube a {
  position: relative;
}
.container .official-link li.youtube a:after {
  text-indent: -9999px;
  text-align: left;
  width: 390px;
  height: 80px;
  background-image: url("../img/btn-youtube.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 40px;
  z-index: 2;
  display: block;
  content: '';
}
@media screen and (max-width: 860px) {
  .container .official-link li.youtube a:after {
    background-image: url("../img/btn-youtube.png");
    padding-bottom: 20.51282%;
    width: 100%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 5%;
  }
}
.container .official-link li.note a {
  text-indent: -9999px;
  text-align: left;
  width: 390px;
  height: 80px;
  background-image: url("../img/btn-note.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 860px) {
  .container .official-link li.note a {
    background-image: url("../img/btn-note.png");
    padding-bottom: 20.51282%;
    width: 100%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 8%;
  }
}
.container .official-link a {
  display: block;
}
.container .preregist {
  position: relative;
  padding-bottom: 300px;
  opacity: 0;
}
@media screen and (max-width: 860px) {
  .container .preregist {
    padding-bottom: 0;
  }
}
.container .preregist.fade-up {
  -webkit-animation: fade-up .5s ease 1 forwards;
          animation: fade-up .5s ease 1 forwards;
}
.container .preregist.fade-up:before {
  -webkit-animation: bounceInLeft 1s ease 1 0s forwards;
          animation: bounceInLeft 1s ease 1 0s forwards;
  opacity: 1;
}
.container .preregist.fade-up .notes.fade-up:after {
  -webkit-animation: bounceInRight 1s ease 1 0s forwards;
          animation: bounceInRight 1s ease 1 0s forwards;
  opacity: 1;
}
.container .preregist.fade-up .contents:before {
  -webkit-animation: bounceInLeft 1.3s ease 1 0s forwards;
          animation: bounceInLeft 1.3s ease 1 0s forwards;
  opacity: 1;
}
.container .preregist.fade-up .preregist-text {
  -webkit-animation: bounceIn 1s ease 1 0s forwards;
          animation: bounceIn 1s ease 1 0s forwards;
  opacity: 1;
}
.container .preregist.fade-up .image-character.fade-up {
  -webkit-animation: bounceInLeft 1s ease 1 0s forwards;
          animation: bounceInLeft 1s ease 1 0s forwards;
  opacity: 1;
}
.container .preregist .headline {
  display: inline-block;
}
.container .preregist .contents {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 108px 20px 20px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .container .preregist .contents {
    padding: 13% 4% 2%;
  }
}
.container .preregist .contents .notes {
  width: 61%;
  margin: 60px auto 80px;
}
@media screen and (max-width: 860px) {
  .container .preregist .contents .notes {
    width: 100%;
  }
}
.container .preregist .contents ul {
  margin-bottom: 20px;
}
.container .preregist .contents ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.container .preregist .contents ul li:before {
  content: '\30fb';
  position: absolute;
  left: 0;
}
.container .preregist .contents p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.4;
}
.container .preregist .contents li {
  font-size: 12px;
  line-height: 1.4;
}
.container .preregist .contents .mb0 {
  margin-bottom: 0;
}
.container .rule {
  background: linear-gradient(#1E13D7, #060044);
  position: relative;
  overflow: hidden;
}
.container .rule .content {
  position: relative;
  z-index: 2;
}
.container .rule:after {
  text-indent: -9999px;
  text-align: left;
  width: 1300px;
  height: 215px;
  background-image: url("../img/bg-content.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: .2;
}
@media screen and (max-width: 1300px) {
  .container .rule:after {
    background-image: url("../img/bg-content.png");
    padding-bottom: 15.87692%;
    width: 96%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
  }
}
.container .rule .fade-up .headline {
  -webkit-animation: fade-in .5s ease 1 .2s forwards;
          animation: fade-in .5s ease 1 .2s forwards;
}
.container .rule .fade-up .slide-items {
  -webkit-animation: fade-up .5s ease .5s forwards;
          animation: fade-up .5s ease .5s forwards;
}
.container .rule .headline {
  text-indent: -9999px;
  text-align: left;
  width: 789px;
  height: 142px;
  background-image: url("../img/headline-rule.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0 auto 20px;
  opacity: 0;
}
@media screen and (max-width: 860px) {
  .container .rule .headline {
    background-image: url("../img/headline-rule.png");
    padding-bottom: 14.75792%;
    width: 82%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
  }
}
@media screen and (max-width: 860px) {
  .container .rule img {
    width: 100%;
  }
}
.container .rule .right {
  text-align: right;
  padding: 20px 0 40px;
}
@media screen and (max-width: 860px) {
  .container .rule .right {
    text-align: center;
    padding: 20px 0 0;
  }
}
.container .rule .left {
  float: left;
  margin-right: 20px;
}
.container .rule .pr20 {
  padding-right: 20px;
}
@media screen and (max-width: 860px) {
  .container .rule .pr20 {
    text-align: right;
    padding-right: 0;
  }
}
.container .rule .pl20 {
  padding-top: 92px;
  padding-left: 20px;
  text-align: left;
  float: right;
}
@media screen and (max-width: 860px) {
  .container .rule .pl20 {
    float: none;
    padding-left: 0;
  }
}
.container .rule .description-text2 {
  margin: 66px auto 0 0;
  position: relative;
  display: table;
}
@media screen and (max-width: 860px) {
  .container .rule .description-text2 {
    display: block;
  }
}
.container .rule .cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .container .rule .cell {
    display: block;
  }
}
.container .rule .description-text1 {
  margin-left: auto;
  position: relative;
  display: table;
}
@media screen and (max-width: 860px) {
  .container .rule .description-text1 {
    display: block;
    margin-bottom: 90px;
  }
}
.container .fs24 {
  font-size: 24px;
}
.container .text-black {
  margin-bottom: 10px;
  padding: 5px;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .container .text-black {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.container .text-black span {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
}
.container .text-black:before {
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.container .text-black.blue {
  color: #00ffea;
  font-size: 30px;
  font-weight: bold;
}
.container .text-black.orange {
  color: #ffcc00;
  font-size: 30px;
  font-weight: bold;
}

.footer {
  background-color: #5c5349;
  padding: 60px 0 120px;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .footer {
    padding: 15% 0 25%;
  }
}
.footer .inner {
  width: 840px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .footer .inner {
    width: 100%;
  }
}
.footer small {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.4;
  font-size: 15px;
}
@media screen and (max-width: 860px) {
  .footer small {
    font-size: 3vw;
  }
}
.footer .footer-content {
  display: inline-block;
  width: 770px;
  vertical-align: top;
  font-size: 100%;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .footer .footer-content {
    padding-bottom: 30px;
    width: 100%;
  }
}
.footer .footer-content .footer-logo {
  width: 173px;
  height: 83.5px;
  background-image: url("../img/footer-logo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -9999px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 860px) {
  .footer .footer-content .footer-logo {
    background-image: url("../img/footer-logo.png");
    padding-bottom: 19.30636%;
    width: 40%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    display: block;
    margin: 0 auto 8%;
  }
}
.footer .footer-content .footer-app-icon {
  width: 113px;
  height: 113px;
  background-image: url("../img/fotter-app-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -9999px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 860px) {
  .footer .footer-content .footer-app-icon {
    background-image: url("../img/fotter-app-icon.png");
    padding-bottom: 30%;
    width: 30%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    display: block;
    margin: 0 auto 8%;
  }
}
.footer .icon {
  width: 100px;
  display: inline-block;
}
.footer .footer-app-overview {
  display: inline-block;
  color: #888278;
  margin: 0;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (max-width: 860px) {
  .footer .footer-app-overview {
    display: block;
    width: 84%;
    margin: 0 auto;
    font-size: 3.5vw;
  }
}
.footer .footer-app-overview dt {
  float: left;
  clear: left;
  margin-bottom: 11px;
  margin-left: 39px;
  text-align: left;
  color: #fff;
  width: 93px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .footer .footer-app-overview dt {
    margin-left: 0;
    width: 25%;
  }
}
.footer .footer-app-overview dt:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 8px;
}
.footer .footer-app-overview dd {
  float: left;
  margin-left: 0;
  color: #fff;
}

.sp-block {
  display: none;
}
@media screen and (max-width: 860px) {
  .sp-block {
    display: block;
  }
}

.popup-pv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}
.popup-pv .movie-pv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.following {
  background: #000;
  position: fixed;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  display: none;
}
.following .following-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.following .release-text {
  width: 206px;
  height: 37px;
  background-image: url("../img/delivery-text.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -9999px;
  text-align: left;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  .following .release-text {
    display: none;
  }
}
.following .btn-twitter {
  width: 58px;
  height: 58px;
  background-image: url("../img/footer-btn-twitter.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -9999px;
  text-align: left;
  margin-right: 10px;
}
@media screen and (max-width: 860px) {
  .following .btn-twitter {
    background-image: url("../img/footer-btn-twitter.png");
    padding-bottom: 8%;
    width: 8%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    background-size: contain;
    margin-right: 3%;
  }
}
.following .btn-discord {
  width: 58px;
  height: 58px;
  background-image: url("../img/discord-btn.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -9999px;
  text-align: left;
  margin-right: 10px;
}
@media screen and (max-width: 860px) {
  .following .btn-discord {
    background-image: url("../img/discord-btn.png");
    padding-bottom: 8%;
    width: 8%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    background-size: contain;
    margin-right: 3%;
  }
}
.following .btn-youtube {
  width: 58px;
  height: 58px;
  background-image: url("../img/youtube-btn.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -9999px;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .following .btn-youtube {
    background-image: url("../img/youtube-btn.png");
    padding-bottom: 8%;
    width: 8%;
    height: 0;
    background-position: 0 0;
    background-size: cover;
    background-size: contain;
  }
}
.following .store-button {
  margin: 0 30px 0 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
}
@media screen and (max-width: 860px) {
  .following .store-button {
    width: 50%;
    margin-right: 5%;
  }
}
.following .store-button:after {
  position: absolute;
  right: -11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 90%;
  background-color: #fff;
  content: '';
}
@media screen and (max-width: 860px) {
  .following .store-button:after {
    right: -2%;
  }
}
.following .store-button li {
  margin: 0 15px 0 0;
}
.following .store-button .app {
  margin-right: 10px;
}
.following .store-button .app a {
  background-size: contain;
}
@media screen and (max-width: 860px) {
  .following .store-button .app {
    width: 42.63%;
    margin-right: 4%;
  }
}
.following .store-button .google a {
  background-size: contain;
}
@media screen and (max-width: 860px) {
  .following .store-button .google {
    width: 52.53%;
  }
}

.slide-items {
  margin: auto;
  position: relative;
  max-width: 1040px;
  opacity: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 860px) {
  .slick-list {
    height: auto;
  }
}
.slick-list.dragging {
  cursor: hand;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.title {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  left: -25px;
  padding: 14px 26px 20px 41px;
  opacity: 0;
  -webkit-animation: fade-in .2s ease 1 .5s forwards;
          animation: fade-in .2s ease 1 .5s forwards;
}
@media screen and (max-width: 860px) {
  .title {
    padding: 11px 16px 15px 34px;
    width: 122px;
  }
  .title img {
    height: 18px;
  }
}
@media screen and (max-width: 450px) {
  .title {
    padding: 4px 12px 10px 29px;
  }
  .title img {
    height: 11px;
  }
}
.title img {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.slick-slide {
  margin: 0 20px;
  transition: all ease-in-out .3s;
  opacity: 1;
  display: none;
  float: left;
  min-height: 1px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border: 5px solid #fff;
  padding-bottom: 3.7%;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .slick-slide {
    margin: 0;
    height: inherit;
  }
}
.slick-slide a {
  display: block;
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-slide .pv-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all ease-in-out 1s;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 680px) {
  .slick-dots {
    bottom: -131px;
  }
}
@media screen and (max-width: 600px) {
  .slick-dots {
    bottom: -58%;
  }
}
@media screen and (max-width: 520px) {
  .slick-dots {
    bottom: -62%;
  }
}
@media screen and (max-width: 380px) {
  .slick-dots {
    bottom: -70%;
  }
}
.slick-dots li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots li:first-child:last-child {
  display: none;
}
.slick-dots li:after {
  background: #1e13d7;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
@media screen and (min-width: 860px) {
  .slick-dots li:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (min-width: 860px) {
  .slick-dots li:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
}
.slick-dots li.slick-active:hover:after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slick-dots li {
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 137px;
  padding: 10px 0;
}
@media screen and (max-width: 920px) {
  .slick-dots li {
    min-width: 100px;
  }
}
@media screen and (max-width: 680px) {
  .slick-dots li {
    margin-bottom: 3%;
    width: 25%;
    min-width: 90px;
  }
}
@media screen and (max-width: 300px) {
  .slick-dots li {
    min-width: 80px;
  }
}
.slick-dots li img {
  height: 17px;
  margin: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .slick-dots li img {
    height: 12px;
  }
}
@media screen and (max-width: 680px) {
  .slick-dots li img {
    height: 10px;
  }
}
.slick-dots li.slick-active {
  background-color: #1e13d7;
}
.slick-dots li.slick-active img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.slick-dots li.slick-active:before {
  border: 1px solid #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  position: absolute;
  content: '';
}

.slider-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  opacity: 0;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.bg-video-wrap {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .bg-video-wrap {
    position: absolute;
    left: 0;
    overflow: hidden;
    pointer-events: none;
  }
}
.bg-video-wrap .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-items .youtube {
  width: 100%;
}
.slide-items .youtube iframe {
  width: 100%;
  height: 100%;
}
.slide-items .slick-prev {
  left: 65px;
}
@media screen and (max-width: 860px) {
  .slide-items .slick-prev {
    left: 4%;
  }
}
.slide-items .slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slide-items .slick-next {
  right: 89px;
}
@media screen and (max-width: 860px) {
  .slide-items .slick-next {
    right: 6%;
  }
}
.slide-items .slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slide-items .slick-prev,
.slide-items .slick-next {
  text-indent: -9999px;
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.slide-items .slick-prev:before,
.slide-items .slick-next:before {
  left: 3px;
  width: 30px;
  height: 30px;
  border-top: 7px solid #fff;
  border-right: 7px solid #fff;
}
@media screen and (max-width: 860px) {
  .slide-items .slick-prev:before,
  .slide-items .slick-next:before {
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}
.slide-items .slick-prev:before, .slide-items .slick-prev:after,
.slide-items .slick-next:before,
.slide-items .slick-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-current,
.is-active-next {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}
.slick-current .pv-image,
.is-active-next .pv-image {
  opacity: 0;
}

.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.thumb .slick-slide {
  cursor: pointer;
}

.full-screen .slick-list {
  overflow: visible;
}
