@charset "UTF-8";
/* ====================
 main
==================== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
img,
canvas {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

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

body {
  font-family: helvetica, sans-serif;
  background-color: #000;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #999;
}

::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #fff600;
}

.wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
}

.header {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.header .m20thLogo {
  position: absolute;
  left: 0;
  width: 124px;
}
@media screen and (max-width: 980px) {
  .header .m20thLogo {
    top: 12.7551020408vw;
    width: 14.693877551vw;
  }
}
.header .logos {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  height: 85px;
}
@media screen and (max-width: 980px) {
  .header .logos {
    height: 8.6734693878vw;
  }
}
.header .logos p {
  height: 100%;
  margin: 0;
  padding: 0 10px;
}
.header .logos p:nth-of-type(1), .header .logos p:nth-of-type(2) {
  padding-top: 4%;
}
.header .logos p:nth-of-type(3) {
  padding: 0;
}

.main {
  position: relative;
  width: 100%;
  height: auto;
}
.main .logo {
  position: relative;
  z-index: 4;
  width: 465px;
  margin: 0 auto;
  padding-top: 316px;
  padding-bottom: 352px;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.2s;
  transition-property: all;
  transform: translate(0, 10px) scale(0.9);
  opacity: 0;
}
.main .logo.active {
  transform: translate(0) scale(1);
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .main .logo {
    width: 49.4897959184vw;
    padding-top: 41.4285714286vw;
    padding-bottom: 46.1224489796vw;
  }
}
.main .chara {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 200px;
  width: 523px;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.3s;
  transition-property: all;
  transform: translate(0, 20px) scale(0.8);
  opacity: 0;
}
.main .chara.active {
  transform: translate(0) scale(1);
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .main .chara {
    top: 11.0204081633vw;
    left: 19.387755102vw;
    width: 55.4081632653vw;
  }
}
.main .date {
  position: absolute;
  z-index: 3;
  bottom: 134px;
  left: 44px;
  width: 801px;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateY(10px) scale(0.92);
  opacity: 0;
}
.main .date.active {
  transform: translate(0) scale(1);
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .main .date {
    bottom: 21.7346938776vw;
    left: 2.4489795918vw;
    width: 92.9591836735vw;
  }
}
.main #videoBg,
.main #videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: auto;
  height: 100%;
}
.main #videoBg {
  position: absolute;
  /*top: 50%;
  left: 50%;

  width: 237.77777778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;

  transform: translate(-50%, -50%);
  vertical-align: middle;
  @media screen and (max-width: $breakPoint-pc2)
  {
      width: 237.77777778vh;
  }*/
}
.main #videoOverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  background-color: rgba(255, 209, 1, 0.4);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(249, 228, 143, 0.4) 5px, rgba(249, 228, 143, 0.4) 6px);
  background-size: auto auto;
}
.main .tri-bottom-r {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 0 68px 1181px;
  border-style: solid;
  border-color: transparent transparent #ee1f1f transparent;
}
@media screen and (max-width: 980px) {
  .main .tri-bottom-r {
    border-width: 0 0 6.9387755102vw 92.9591836735vw;
  }
}

.contents {
  position: relative;
  z-index: 3;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .contents {
    width: 100%;
  }
}

/* ========================================================
loading
======================================================== */
#loadingWrap {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
}

#loading {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin: auto;
  background: url("../images/imgLoading.gif") no-repeat center;
  background-size: 250px;
}
@media screen and (max-width: 640px) {
  #loading {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 30%;
    margin: auto;
    background: url("../images/imgLoading.gif") no-repeat center;
    background-size: 105%;
  }
}

/* ====================
 gameArea
==================== */
.gameArea {
  position: relative;
  z-index: 1;
  width: 100%;
  /*height: 3743px;*/
  background-color: #000;
  background-image: url("../images/dot.png");
  background-repeat: repeat;
}
@media screen and (max-width: 980px) {
  .gameArea {
    /*height: 3943px/ $breakPoint-pc2* 100vw;*/
    background-size: 2.7%;
  }
}
.gameArea::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  vertical-align: middle;
  background: url("../images/game-bg.png") repeat-x center top;
  background-size: 2000px;
}
@media screen and (max-width: 980px) {
  .gameArea::after {
    background-size: 208%;
  }
}
.gameArea .secTitle {
  position: absolute;
  z-index: 10;
  top: -35px;
  left: 50%;
  width: 227px;
  margin-left: -113px;
}
@media screen and (max-width: 980px) {
  .gameArea .secTitle {
    top: -3.5714285714vw;
    width: 23.1632653061%;
    margin-left: -11.5306122449%;
  }
}
.gameArea a:hover .newsItem {
  color: #eba00c;
  background: #949494;
}
.gameArea .newsItem {
  display: flex;
  width: 800px;
  margin: 10px auto;
  padding: 0 24px;
  color: #fff;
  border-radius: 20px;
  background: #494949;
}
@media screen and (max-width: 980px) {
  .gameArea .newsItem {
    width: 98%;
    margin: 1% auto;
  }
}
.gameArea .newsItem p {
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0;
}
@media screen and (max-width: 980px) {
  .gameArea .newsItem p {
    font-size: 2.5vw;
  }
}
.gameArea .newsItem p:nth-of-type(1) {
  width: 150px;
}
@media screen and (max-width: 980px) {
  .gameArea .newsItem p:nth-of-type(1) {
    width: 20vw;
  }
}
.gameArea .newsArea {
  height: 186px;
  padding-top: 54px;
}
@media screen and (max-width: 980px) {
  .gameArea .newsArea {
    height: 30.979592vw;
    padding-top: 5.5102040816vw;
  }
}

/* ====================
 topMovie
==================== */
.topMoveWrap {
  position: relative;
}

.topMovie {
  position: relative;
  z-index: 10;
  width: 507px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .topMovie {
    width: 51.7346938776vw;
  }
}
@media screen and (max-width: 640px) {
  .topMovie {
    width: 72.1428571429vw;
  }
}
.topMovie a:hover .topMovieImg img {
  transform: scale(1.5);
}

.topMovieBg {
  position: relative;
}

.topMovieTitle {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  left: -1px;
}
@media screen and (max-width: 980px) {
  .topMovieTitle {
    bottom: 5.1020408163vw;
    width: 51.1224489796vw;
  }
}
@media screen and (max-width: 640px) {
  .topMovieTitle {
    width: 71.2244897959vw;
  }
}

.btnPlay {
  position: absolute;
  z-index: 11;
  bottom: 150px;
  left: 210px;
  display: block;
}
@media screen and (max-width: 980px) {
  .btnPlay {
    bottom: 15.306122449vw;
    left: 21.4285714286vw;
    width: 8.1632653061vw;
  }
}
@media screen and (max-width: 640px) {
  .btnPlay {
    bottom: 21.306122vw;
    left: 29.428571vw;
    width: 12.163265vw;
  }
}

.topMovieImg {
  position: absolute;
  z-index: 9;
  z-index: 0;
  bottom: 60px;
  left: 9px;
  overflow: hidden;
  width: 482px;
  height: 263px;
}
.topMovieImg img {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 980px) {
  .topMovieImg {
    bottom: 6.1224489796vw;
    left: 0.9183673469vw;
    width: 49.1836734694vw;
    height: 26.8367346939vw;
  }
}
@media screen and (max-width: 640px) {
  .topMovieImg {
    bottom: 8.544898vw;
    left: 1.4285714286vw;
    width: 67.9591836735vw;
    height: 37.836735vw;
  }
}
.topMovieImg img {
  margin-top: -55px;
}
@media screen and (max-width: 980px) {
  .topMovieImg img {
    margin-top: -5.612244898vw;
  }
}

#colorbox #cboxClose {
  top: -70px;
  right: 0;
  display: inline-block;
  overflow: hidden;
  width: 56px;
  height: 55px;
  white-space: nowrap;
  text-indent: 300%;
  background-image: url(../images/btn-close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.imgAiai {
  position: absolute;
  z-index: 1;
  right: -180px;
  bottom: 60px;
  display: block;
  width: 406px;
}
@media screen and (max-width: 980px) {
  .imgAiai {
    right: 0;
    bottom: 6.1224489796vw;
    width: 27.183673vw;
  }
}
@media screen and (max-width: 640px) {
  .imgAiai {
    display: none;
  }
}

.imgYanyan {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: -150px;
  display: block;
  width: 346px;
}
@media screen and (max-width: 980px) {
  .imgYanyan {
    bottom: -6.1224489796vw;
    left: 0;
    width: 23.0612244898vw;
  }
}
@media screen and (max-width: 640px) {
  .imgYanyan {
    display: none;
  }
}

/* ====================
banana
==================== */
.imgBan {
  position: absolute;
  z-index: 1;
}
.imgBan.-bana01 {
  top: 126px;
  left: 50%;
  width: 188px;
  margin-left: -881px;
}
@media screen and (max-width: 980px) {
  .imgBan.-bana01 {
    top: 25%;
    left: 2%;
    width: 11.0204081633vw;
    margin-left: 0;
  }
}
.imgBan.-bana01 img {
  -webkit-animation: flow2 2s infinite alternate 0.2s;
          animation: flow2 2s infinite alternate 0.2s;
}
.imgBan.-bana02 {
  top: 278px;
  left: 50%;
  width: 188px;
  margin-left: 728px;
}
@media screen and (max-width: 980px) {
  .imgBan.-bana02 {
    top: 35%;
    right: 2%;
    left: auto;
    width: 11.0204081633vw;
    margin-left: 0;
  }
}
.imgBan.-bana02 img {
  -webkit-animation: flow 1.4s infinite alternate 0.2s;
          animation: flow 1.4s infinite alternate 0.2s;
}
.imgBan.-bana03 {
  top: 802px;
  left: 50%;
  width: 188px;
  margin-left: 624px;
}
@media screen and (max-width: 980px) {
  .imgBan.-bana03 {
    top: 46%;
    width: 19.1836734694vw;
    margin-left: 24%;
  }
}
.imgBan.-bana03 img {
  -webkit-animation: flow 2s infinite alternate 0.2s;
          animation: flow 2s infinite alternate 0.2s;
}
.imgBan.-bana04 {
  top: 1002px;
  left: 50%;
  width: 188px;
  margin-left: -817px;
}
@media screen and (max-width: 980px) {
  .imgBan.-bana04 {
    top: 51%;
    width: 19.1836734694vw;
    margin-left: -52%;
  }
}
.imgBan.-bana04 img {
  -webkit-animation: flow 1.6s infinite alternate 0.2s;
          animation: flow 1.6s infinite alternate 0.2s;
}
.imgBan.-bana05 {
  top: 1429px;
  left: 50%;
  width: 204px;
  margin-left: 615px;
}
@media screen and (max-width: 980px) {
  .imgBan.-bana05 {
    top: 61%;
    width: 18.7755102041vw;
    margin-left: 25%;
  }
}
.imgBan.-bana05 img {
  -webkit-animation: flow2 1.8s infinite alternate 0.2s;
          animation: flow2 1.8s infinite alternate 0.2s;
}
.imgBan.-bana06 {
  top: 1862px;
  left: 50%;
  width: 254px;
  margin-left: -897px;
}
@media screen and (max-width: 980px) {
  .imgBan.-bana06 {
    top: 78%;
    width: 22.8571428571vw;
    margin-left: -45%;
  }
}
.imgBan.-bana06 img {
  -webkit-animation: flow2 1.4s infinite alternate 0.2s;
          animation: flow2 1.4s infinite alternate 0.2s;
}
.imgBan.-bana07 {
  top: 2062px;
  left: 50%;
  width: 184px;
  margin-left: 615px;
}
@media screen and (max-width: 980px) {
  .imgBan.-bana07 {
    top: 81%;
    width: 13.6734693878vw;
    margin-left: 35%;
  }
}
.imgBan.-bana07 img {
  -webkit-animation: flow 1.4s infinite alternate 0.2s;
          animation: flow 1.4s infinite alternate 0.2s;
}
.imgBan.-bana08 {
  top: 2593px;
  left: 50%;
  width: 209px;
  margin-left: -897px;
}
@media screen and (max-width: 980px) {
  .imgBan.-bana08 {
    top: 89%;
    width: 12.2448979592vw;
    margin-left: -45%;
  }
}
.imgBan.-bana08 img {
  -webkit-animation: flow2 2s infinite alternate 0.2s;
          animation: flow2 2s infinite alternate 0.2s;
}

/* ====================
sec
==================== */
.sec {
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec.sec01 h3 {
    width: 92.1428571429vw;
  }
}
.sec.sec02 .badge {
  position: absolute;
  z-index: 20;
  top: -60px;
  left: -60px;
  width: 167px;
}
@media screen and (max-width: 980px) {
  .sec.sec02 .badge {
    top: -6.1224489796vw;
    left: -6.1224489796vw;
    width: 17.0408163265vw;
  }
}
@media screen and (max-width: 980px) {
  .sec.sec02 {
    margin-top: 7.1428571429vw;
  }
}
.sec.sec02 h3 {
  margin-top: 30px;
  margin-left: 430px;
}
@media screen and (max-width: 980px) {
  .sec.sec02 h3 {
    width: 66.6326530612vw;
    margin-top: 8.1632653061vw;
    margin-left: 31.877551vw;
  }
}
.sec.sec02 .imgSec02 {
  position: absolute;
  top: 200px;
  width: 388px;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.3s;
  transition-property: all;
  transform: translate(50px, 50px) scale(0.9);
}
@media screen and (max-width: 980px) {
  .sec.sec02 .imgSec02 {
    top: 20.4081632653vw;
    width: 39.5918367347vw;
  }
}
.sec.sec03 h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .sec.sec03 h3 {
    width: 87.8571428571vw;
    margin-top: 8.1632653061vw;
    margin-bottom: 2.0408163265vw;
    margin-left: 2vw;
  }
}
.sec.sec03 .imgSec03 {
  margin-top: -64px;
  margin-left: 580px;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.3s;
  transition-property: all;
  transform: translate(-50px, 50px) scale(0.9);
}
@media screen and (max-width: 980px) {
  .sec.sec03 .imgSec03 {
    width: 39.693877551vw;
    margin-top: -6.5306122449vw;
    margin-left: 59.1836734694vw;
  }
}
.sec.sec04 {
  margin-top: 30px;
  padding-bottom: 200px;
}
.sec.sec04 h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .sec.sec04 h3 {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 2.0408163265vw;
  }
}
@media screen and (max-width: 980px) {
  .sec.sec04 {
    margin-top: 3.0612244898vw;
    padding-bottom: 35.7142857143vw;
  }
}

/* ====================
 ssSlider
==================== */
.ssWrap {
  position: relative;
  z-index: 10;
  width: 657px;
}
.ssWrap .coming {
  position: absolute;
  z-index: 2;
  top: 37%;
  left: 17%;
}
@media screen and (max-width: 980px) {
  .ssWrap .coming {
    width: 63.8775510204% !important;
  }
}
.ssWrap.sec01 {
  margin-top: 30px;
  margin-left: 86px;
}
@media screen and (max-width: 980px) {
  .ssWrap.sec01 {
    margin-top: 3.0612244898vw;
    margin-left: 9.428571vw;
  }
}
.ssWrap.sec01 .slick-slide:nth-of-type(2) .thumbnail-item {
  width: 90px !important;
  height: 48px !important;
}
@media screen and (max-width: 980px) {
  .ssWrap.sec01 .slick-slide:nth-of-type(2) .thumbnail-item {
    width: 9.1836734694vw !important;
  }
}
.ssWrap.sec01 .slick-slide:nth-of-type(2) .thumbnail-item svg {
  width: 60px;
}
@media screen and (max-width: 980px) {
  .ssWrap.sec01 .slick-slide:nth-of-type(2) .thumbnail-item svg {
    width: 6.1224489796vw !important;
  }
}
.ssWrap.sec04 {
  margin-top: 80px;
  margin-left: 226px;
}
@media screen and (max-width: 980px) {
  .ssWrap.sec04 {
    margin-top: 5.1020408163vw;
    margin-left: 21.4285714286vw;
  }
}
.ssWrap.sec02 {
  margin-top: 0;
  margin-left: 226px;
}
@media screen and (max-width: 980px) {
  .ssWrap.sec02 {
    margin-left: 21.4285714286vw;
  }
}
.ssWrap.sec03 {
  margin-left: 86px;
}
@media screen and (max-width: 980px) {
  .ssWrap.sec03 {
    margin-left: 9.428571vw;
  }
}
.ssWrap.sec03 .slick-slide:nth-of-type(2) .thumbnail-item, .ssWrap.sec03 .slick-slide:nth-of-type(4) .thumbnail-item {
  width: 90px !important;
  height: 48px !important;
}
@media screen and (max-width: 980px) {
  .ssWrap.sec03 .slick-slide:nth-of-type(2) .thumbnail-item, .ssWrap.sec03 .slick-slide:nth-of-type(4) .thumbnail-item {
    width: 9.1836734694vw !important;
  }
}
.ssWrap.sec03 .slick-slide:nth-of-type(2) .thumbnail-item svg, .ssWrap.sec03 .slick-slide:nth-of-type(4) .thumbnail-item svg {
  width: 60px;
}
@media screen and (max-width: 980px) {
  .ssWrap.sec03 .slick-slide:nth-of-type(2) .thumbnail-item svg, .ssWrap.sec03 .slick-slide:nth-of-type(4) .thumbnail-item svg {
    width: 6.1224489796vw !important;
  }
}
@media screen and (max-width: 980px) {
  .ssWrap {
    width: 67.0408163265% !important;
    height: 44.387755102vw !important;
  }
}

.ssSlider {
  position: relative;
}

.slick-initialized .slick-slide a:hover img {
  opacity: 0.8 !important;
}

.thumbnail_slider {
  margin-top: 10px;
  text-align: center;
}
.thumbnail_slider .slick-list .slick-track {
  display: flex;
  justify-content: center;
  transform: inherit !important;
}
.thumbnail_slider .slick-list .slick-track .slick-slide {
  display: inline-block;
  width: 100px !important;
}
@media screen and (max-width: 980px) {
  .thumbnail_slider .slick-list .slick-track .slick-slide {
    width: 10.2040816327vw !important;
  }
}
.thumbnail_slider .slick-list .slick-track .slick-slide.slick-current .thumbnail-item {
  color: #ffa200;
}
@media screen and (max-width: 980px) {
  .thumbnail_slider {
    margin-top: 0;
  }
}
.thumbnail_slider.sec02 .thumbnail-item {
  width: 50px !important;
  height: 55px;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .thumbnail_slider.sec02 .thumbnail-item {
    width: 5.1020408163vw !important;
    height: 5.612244898vw;
    margin-top: 1.0204081633vw;
  }
}
.thumbnail_slider .thumbnail-item {
  width: 75px !important;
  height: 65px;
  margin: 0 2%;
  cursor: pointer;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.6s;
  transition-property: all;
  transform: scale(1.3);
  opacity: 0;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .thumbnail_slider .thumbnail-item {
    width: 10.2040816327vw !important;
    height: 6.6326530612vw;
  }
}
.thumbnail_slider .thumbnail-item:nth-of-type(2) {
  width: 38px !important;
  height: 48px !important;
}
@media screen and (max-width: 980px) {
  .thumbnail_slider .thumbnail-item:nth-of-type(2) {
    width: 3.8775510204vw !important;
  }
}
.thumbnail_slider .thumbnail-item.active {
  transform: scale(1);
  opacity: 1;
}
.thumbnail_slider .thumbnail-item:hover, .thumbnail_slider .thumbnail-item.thumbnail-current {
  color: #ffa200;
}
@media screen and (max-width: 980px) {
  .thumbnail_slider .thumbnail-item svg {
    width: 7.1428571429vw;
    height: 6.6326530612vw;
  }
  .thumbnail_slider .thumbnail-item svg.sec02 {
    width: 3.2653061224vw !important;
    height: 3.2653061224vw !important;
  }
}
.thumbnail_slider .thumbnail-item .sec01-thumbs {
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) !important;
}
.thumbnail_slider .thumbnail-item .sec02-thumbs {
  margin-top: 10px;
  filter: drop-shadow(27px 27px 0px rgba(0, 0, 0, 0.4)) !important;
}
@media screen and (max-width: 980px) {
  .thumbnail_slider .thumbnail-item .sec02-thumbs {
    margin-top: 0;
  }
}

svg:not(:root) {
  overflow: inherit;
}

.prev-arrow {
  position: absolute;
  top: 150px;
  left: -80px;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .prev-arrow {
    top: 15.306122449vw;
    left: -8.1632653061vw;
    width: 7.8571428571vw;
  }
}
.prev-arrow:hover {
  opacity: 0.7;
}

.next-arrow {
  position: absolute;
  top: 150px;
  right: -80px;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .next-arrow {
    top: 15.306122449vw;
    right: -8.1632653061vw;
    width: 7.8571428571vw;
  }
}
.next-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 980px) {
  .slick-dots li button {
    width: 1vw;
    height: 1vw;
  }
}

@media screen and (max-width: 980px) {
  .slick-dots li button:before {
    font-size: 1vw;
    width: 1vw;
    height: 1vw;
  }
}

/* ====================
 ssAnime
==================== */
.ssAnimeWrap {
  position: absolute;
  z-index: 20;
  bottom: 145px;
  left: -50px;
  transform: rotate(-6deg);
  border: 20px solid black;
}
@media screen and (max-width: 980px) {
  .ssAnimeWrap {
    bottom: 31.571429vw;
    left: -5.1020408163vw;
    border: 2.0408163265vw solid black;
    background: #000;
  }
}

.ssAnime {
  display: flex;
}
.ssAnime.active {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.ssAnime.active .slider {
  -webkit-animation-play-state: running !important;
          animation-play-state: running !important;
}
.ssAnime .slider {
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.ssAnime .slider img {
  width: auto;
  max-width: initial;
  height: 225px;
  transition-delay: 0.4s;
}
@media screen and (max-width: 980px) {
  .ssAnime .slider img {
    height: 30.612244898vw;
  }
}
.ssAnime .slider:first-child {
  -webkit-animation: loop 90s linear infinite;
          animation: loop 90s linear infinite;
}
.ssAnime .slider:nth-child(2) {
  -webkit-animation: loop2 90s -60s linear infinite;
          animation: loop2 90s -60s linear infinite;
}
.ssAnime .slider:last-child {
  -webkit-animation: loop3 90s -30s linear infinite;
          animation: loop3 90s -30s linear infinite;
}

/* ====================
 otomanope
==================== */
.imgDom {
  position: absolute;
  z-index: 20;
  bottom: -290px;
  left: 50%;
  width: 296px;
  margin-left: 400px;
}
@media screen and (max-width: 980px) {
  .imgDom {
    bottom: -19.387755102vw;
    width: 30.2040816327vw;
    margin-left: 18.3673469388vw;
  }
}

.imgPow {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 50%;
  width: 529px;
  margin-left: -830px;
}
@media screen and (max-width: 980px) {
  .imgPow {
    width: 53.9795918367vw;
    margin-left: -60.346939vw;
  }
}

.imgPon01 {
  position: absolute;
  z-index: 20;
  bottom: 10%;
  left: 50%;
  width: 549px;
  margin-left: 430px;
}
@media screen and (max-width: 980px) {
  .imgPon01 {
    width: 43.0612244898vw;
    margin-left: 10.346939vw;
  }
}

.imgPon02 {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: 549px;
  margin-left: -940px;
}
@media screen and (max-width: 980px) {
  .imgPon02 {
    top: auto;
    bottom: 5%;
    width: 46.020408vw;
    margin-left: -50.346939vw;
  }
}

.imgBang {
  position: absolute;
  z-index: 20;
  bottom: 80px;
  left: 50%;
  width: 318px;
  margin-left: -130px;
}
@media screen and (max-width: 980px) {
  .imgBang {
    bottom: 8.1632653061vw;
    width: 32.4489795918vw;
    margin-left: -13.2653061224vw;
  }
}

.imgAhahaha {
  position: absolute;
  z-index: 20;
  bottom: -10px;
  left: 50%;
  width: 260px;
  margin-left: 180px;
}
@media screen and (max-width: 980px) {
  .imgAhahaha {
    bottom: -3%;
    width: 26.5306122449vw;
    margin-left: 23.085714vw;
  }
}

.imgYeah {
  position: absolute;
  z-index: 20;
  bottom: -100px;
  left: 50%;
  width: 293px;
  margin-left: -480px;
}
@media screen and (max-width: 980px) {
  .imgYeah {
    bottom: -10.2040816327vw;
    width: 29.8979591837vw;
    margin-left: -48.9795918367vw;
  }
}

.imgWow {
  position: absolute;
  z-index: 20;
  top: 280px;
  left: 50%;
  width: 249px;
  margin-left: 240px;
}
@media screen and (max-width: 980px) {
  .imgWow {
    top: 28.5714285714vw;
    width: 25.4081632653vw;
    margin-left: 24.4897959184vw;
  }
}

.imgGood {
  position: absolute;
  z-index: 9;
  top: -60px;
  left: 50%;
  width: 335px;
  margin-left: -470px;
}
@media screen and (max-width: 980px) {
  .imgGood {
    top: -6.1224489796vw;
    width: 34.0816326531vw;
    margin-left: -47.877551vw;
  }
}

/* ====================
 Character
==================== */
#character {
  position: relative;
  height: auto;
  margin-top: -30px;
  transform: skewY(-7deg);
  background: #feca05 url("../images/bg-chara.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media screen and (max-width: 980px) {
  #character {
    margin-top: -3.0612244898vw;
    background: #feca05 url("../images/bg-chara.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200%;
  }
}
#character .charaWrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 250px;
  transform: skewY(7deg);
  /*四角形を傾けます*/
}
@media screen and (max-width: 980px) {
  #character .charaWrap {
    padding-bottom: 25.5102040816vw;
  }
}
#character .charaWrap::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/chara-dot.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
@media screen and (max-width: 980px) {
  #character .charaWrap::before {
    background-size: 200%;
  }
}
#character .secTitle {
  width: 450px;
  margin: 0 auto;
  padding-top: 238px;
}
@media screen and (max-width: 980px) {
  #character .secTitle {
    width: 45.9183673469vw;
    padding-top: 34.4897959184vw;
  }
}
#character .charaList {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  width: 980px;
  margin-top: 20px;
  margin-left: -10px;
  padding: 0;
  padding-top: 80px;
}
@media screen and (max-width: 980px) {
  #character .charaList {
    width: 100vw;
    margin-top: 2.0408163265vw;
    margin-left: 1.0204081633vw;
    padding-top: 2%;
    padding-bottom: 14%;
  }
}
#character .charaList li {
  position: relative;
  overflow: hidden;
  width: 31%;
  padding: 0;
  transform: scale(0.8);
  opacity: 0;
}
#character .charaList li.is-active {
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: all;
  transform: skewX(-15deg);
  opacity: 1;
}
#character .charaList li .btn-voice {
  position: absolute;
  z-index: 2;
  top: 1.5%;
  right: 7%;
  width: 20%;
  cursor: pointer;
}
#character .charaList li .btn-voice:hover {
  opacity: 0.6;
}
#character .charaList li .name {
  position: absolute;
  z-index: 1;
  bottom: 2%;
  left: -3%;
  width: 100%;
  transform: scale(0.8);
  opacity: 0;
}
#character .charaList li .name.is-active {
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: all;
  transform: scale(1);
  opacity: 1;
}
#character .charaList li img {
  width: 120%;
  max-width: 120%;
  transform: skewX(15deg);
}
#character .charaList li:nth-of-type(4), #character .charaList li:nth-of-type(5), #character .charaList li:nth-of-type(6) {
  margin-top: 2.5%;
}

/* ====================
 banafuri
==================== */
#banafuri {
  position: relative;
  margin-top: -100px;
}
#banafuri .fuki {
  position: absolute;
  z-index: 10;
  top: -60px;
  left: 50%;
  width: 368px;
  margin-left: -530px;
}
@media screen and (max-width: 980px) {
  #banafuri .fuki {
    top: -6.1224489796vw;
    width: 37.5510204082vw;
    margin-left: -43.8775510204vw;
  }
}
#banafuri .banaFuriWrap {
  position: relative;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: calc(100% + 130px);
  padding-bottom: 180px;
  /*四角形を傾けます*/
  transform: skewY(4deg);
  border-top: solid #000 20px;
  background: #fff;
}
@media screen and (max-width: 980px) {
  #banafuri .banaFuriWrap {
    padding-bottom: 25.5102040816vw;
    border-top: solid #000 2.0408163265vw;
  }
}
#banafuri .banaFuriWrap::before {
  position: absolute;
  z-index: 2;
  top: -133px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  content: "";
  transform: skewY(-4deg);
  -webkit-animation: bgLoop 10s linear infinite;
          animation: bgLoop 10s linear infinite;
  background-image: url("../images/bg-banafuri.gif");
  background-repeat: repeat;
}
#banafuri .banaFuriWrap .contents {
  padding-top: 100px;
  transform: skewY(-4deg);
}
@media screen and (max-width: 980px) {
  #banafuri .banaFuriWrap .contents {
    padding-top: 10.2040816327vw;
  }
}

/* ====================
 dxEdtion
==================== */
#dxEdtion {
  position: relative;
  z-index: 2;
}
#dxEdtion .fuki {
  position: absolute;
  z-index: 10;
  top: -60px;
  left: 50%;
  width: 368px;
  margin-left: -530px;
}
@media screen and (max-width: 980px) {
  #dxEdtion .fuki {
    width: 37.5510204082vw;
    margin-left: -43.8775510204vw;
  }
}
#dxEdtion .dxEdtionWrap {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: auto;
  height: 120%;
  height: auto;
  margin-top: -150px;
  margin-top: -4%;
  padding-bottom: 20px;
  padding-bottom: 4%;
  transform: skewY(4deg);
  border-top: solid #000 20px;
  background: #ffee01;
}
#dxEdtion .dxEdtionWrap .secTitle {
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 0;
  left: 0;
  width: 676px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  #dxEdtion .dxEdtionWrap .secTitle {
    top: 5.1020408163vw;
    width: 68.9795918367vw;
  }
}
#dxEdtion .dxEdtionWrap .text {
  position: absolute;
  z-index: 2;
  top: 750px;
  right: 0;
  left: 0;
  width: 606px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  #dxEdtion .dxEdtionWrap .text {
    top: 76.5306122449vw;
    width: 61.8367346939vw;
  }
}
#dxEdtion .dxEdtionWrap .text-more {
  position: relative;
  width: 942px;
  padding-top: 211px;
  padding-bottom: 70px;
  padding-left: 9px;
}
@media screen and (max-width: 980px) {
  #dxEdtion .dxEdtionWrap .text-more {
    width: 96.1224489796vw;
    padding-top: 21.5306122449vw;
    padding-bottom: 7.1428571429vw;
    padding-left: 3.653061vw;
  }
}
#dxEdtion .dxEdtionWrap::before {
  position: absolute;
  z-index: -1;
  top: -3vw;
  right: 0;
  bottom: 30%;
  left: 0;
  display: block;
  height: 120%;
  content: "";
  transform: skewY(-4deg);
  background: url("../images/bg-dx.jpg") no-repeat top;
  background-size: auto 100%;
}
@media screen and (max-width: 980px) {
  #dxEdtion .dxEdtionWrap {
    margin-top: -15.306122449vw;
    padding-bottom: 8%;
    border-top: solid #000 2.0408163265vw;
  }
}
#dxEdtion .dxEdtionWrap .contents {
  transform: skewY(-4deg);
}
#dxEdtion .imgDx {
  padding-top: 80px;
}
@media screen and (max-width: 980px) {
  #dxEdtion .imgDx {
    padding-top: 8.1632653061vw;
  }
}

/* ====================
 buy
==================== */
#buy {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 4%;
  transform: skewY(4deg);
  border-top: solid #000 20px;
}
#buy::before {
  position: absolute;
  z-index: -1;
  top: -4vw;
  right: 0;
  bottom: 30%;
  left: 0;
  display: block;
  height: 150%;
  content: "";
  transform: skewY(-4deg);
  background: url("../images/buy-bg.gif") repeat;
}
#buy .buyWrap {
  padding-bottom: 20px;
  transform: skewY(-4deg);
}
#buy .buyWrap .contents .secTitle {
  width: 361px;
  margin: 0 auto 40px auto;
  padding-top: 82px;
}
@media screen and (max-width: 980px) {
  #buy .buyWrap .contents .secTitle {
    width: 36.8367346939vw;
    padding-top: 8.3673469388vw;
  }
}
@media screen and (max-width: 980px) {
  #buy .buyWrap .contents .buyTable {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
}
#buy .buyWrap .contents .imgSpecial {
  display: block;
  max-width: 654px;
  margin: 20px auto;
}
@media screen and (max-width: 980px) {
  #buy .buyWrap .contents .imgSpecial {
    display: block;
    width: 96%;
    margin: 4% auto;
  }
}
#buy .buyWrap .contents .attention {
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  #buy .buyWrap .contents .attention {
    width: 96%;
    margin: 0 auto;
    margin-top: 1.0204081633vw;
  }
}
#buy .buyWrap .contents .attention span {
  color: #fe220c;
}
#buy .buyWrap .contents .attention p {
  font-size: 12px;
  color: #fff;
}
#buy .buyWrap .contents .btn {
  width: 408px;
  margin: 40px auto 20px auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 980px) {
  #buy .buyWrap .contents .btn {
    width: 41.6326530612vw;
    margin: 4.0816326531vw auto 2.0408163265vw auto;
    padding-bottom: 7.1428571429vw;
  }
}

/* ====================
 movie
==================== */
#movie {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 4%;
  transform: skewY(4deg);
  border-bottom: solid #000 20px;
}
#movie::before {
  position: absolute;
  z-index: -1;
  top: -4vw;
  right: 0;
  bottom: 30%;
  left: 0;
  display: block;
  height: 150%;
  content: "";
  transform: skewY(-4deg);
  background: url("../images/bg-movie.gif") repeat;
  background-size: 100%;
}
#movie .movieWrap {
  padding-bottom: 20px;
  transform: skewY(-4deg);
}
#movie .movieWrap .contents .secTitle {
  width: 259px;
  margin: 0 auto 40px auto;
  padding-top: 82px;
}
@media screen and (max-width: 980px) {
  #movie .movieWrap .contents .secTitle {
    width: 26.4285714286vw;
    padding-top: 8.3673469388vw;
  }
}
#movie .movieWrap .contents .movieInner {
  display: flex;
  flex-wrap: wrap;
}
#movie .movieWrap .contents .movieInner .movieItem {
  position: relative;
  z-index: 10;
  width: 476px;
  margin: 2% auto 0 auto;
}
@media screen and (max-width: 980px) {
  #movie .movieWrap .contents .movieInner .movieItem {
    width: 48.5714285714vw;
  }
}
#movie .movieWrap .contents .movieInner .movieItem a:hover .movieImg img {
  transform: scale(1.5);
}
#movie .movieWrap .contents .movieInner .movieBg {
  position: relative;
}
#movie .movieWrap .contents .movieInner .movieTitle {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: -1px;
  width: 470px;
}
@media screen and (max-width: 980px) {
  #movie .movieWrap .contents .movieInner .movieTitle {
    bottom: 1.0204081633vw;
    width: 47.9591836735vw;
  }
}
#movie .movieWrap .contents .movieInner .btnPlay {
  position: absolute;
  z-index: 11;
  bottom: 106px;
  left: 210px;
  display: block;
}
@media screen and (max-width: 980px) {
  #movie .movieWrap .contents .movieInner .btnPlay {
    bottom: 10.8163265306vw;
    left: 21.4285714286vw;
    width: 8.1632653061vw;
  }
}
#movie .movieWrap .contents .movieInner .movieImg {
  position: absolute;
  z-index: 9;
  z-index: 0;
  bottom: 16px;
  left: 9px;
  overflow: hidden;
  width: 450px;
  height: 245px;
}
#movie .movieWrap .contents .movieInner .movieImg img {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 980px) {
  #movie .movieWrap .contents .movieInner .movieImg {
    bottom: 1.6326530612vw;
    left: 0.9183673469vw;
    width: 45.9183673469vw;
    height: 25vw;
  }
}
#movie .movieWrap .contents .movieInner .movieImg img {
  margin-top: -55px;
}
@media screen and (max-width: 980px) {
  #movie .movieWrap .contents .movieInner .movieImg img {
    margin-top: -5.612244898vw;
  }
}

/* ====================
app
==================== */
#app {
  position: relative;
  z-index: 1;
  margin-top: -4%;
  background: #feca05;
  background-image: url("../images/dot.png");
  background-repeat: repeat;
}
#app .atte {
  font-size: 10px;
  width: 960px;
  margin: 0 auto;
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  #app .atte {
    width: 100%;
    padding-left: 2.0408163265vw;
  }
}
@media screen and (max-width: 980px) {
  #app {
    /*height: 3943px/ $breakPoint-pc2* 100vw;*/
    background-size: 2.7%;
  }
}
#app .contents {
  padding: 80px 0;
}
@media screen and (max-width: 980px) {
  #app .contents {
    padding: 8.1632653061vw 0;
  }
}
#app .contents .btn {
  width: 527px;
  margin: 40px auto;
}
@media screen and (max-width: 980px) {
  #app .contents .btn {
    width: 70%;
    margin: 4.0816326531vw auto;
  }
}
#app .contents .btn:hover {
  -webkit-animation: scaleAnime 0.3s cubic-bezier(0.17, 0.67, 0.36, 0.99) 3;
          animation: scaleAnime 0.3s cubic-bezier(0.17, 0.67, 0.36, 0.99) 3;
}
#app .contents .secTitle {
  width: 329px;
  margin: 0 auto 40px auto;
  padding-top: 40px;
}
@media screen and (max-width: 980px) {
  #app .contents .secTitle {
    width: 33.5714285714vw;
    margin: 0 auto 4.0816326531vw auto;
    padding-top: 4.0816326531vw;
  }
}
#app .contents .twiWrap {
  width: 49%;
  max-width: 591px;
  height: 448px;
  margin: 40px auto;
  margin-bottom: 20px;
  padding: 40px 0 0 0;
  background-color: #000;
  box-shadow: 10px 10px 0 0 #eba00c;
}
@media screen and (max-width: 980px) {
  #app .contents .twiWrap {
    width: 86%;
    height: 74.2857142857vw;
    margin: 1.0204081633vw auto auto auto;
    padding-top: 2.0408163265vw;
  }
}
#app .contents .twiWrap .twiInner {
  overflow-y: scroll;
  width: 410px;
  height: 352px;
  margin: 10px auto auto auto;
  padding-top: 20px;
  transform: translateZ(0);
  overflow-scrolling: touch;
}
@media screen and (max-width: 980px) {
  #app .contents .twiWrap .twiInner {
    width: 90%;
    height: 66.5306122449vw;
    margin: 2.0408163265vw auto auto auto;
    padding-top: 2.0408163265vw;
  }
}
#app .contents .appWrap {
  width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #000;
}
@media screen and (max-width: 980px) {
  #app .contents .appWrap {
    width: 94%;
    margin: 8.1632653061vw auto;
    padding: 2.0408163265vw;
  }
}
#app .contents .appWrap .appItem {
  font-size: 18px;
  font-weight: bold;
  display: table;
  width: 740px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #app .contents .appWrap .appItem {
    font-size: 1.5vw;
    width: 91.8367346939vw;
  }
}
@media screen and (max-width: 640px) {
  #app .contents .appWrap .appItem {
    font-size: 2vw;
  }
}
#app .contents .appWrap .appItem dt {
  display: table-cell;
  width: 120px;
}
@media screen and (max-width: 980px) {
  #app .contents .appWrap .appItem dt {
    width: 18.3673469388vw;
  }
}
#app .contents .appWrap .appItem dd {
  display: table-cell;
}
#app .contents .appWrap .appItem dd:before {
  padding-right: 12px;
  content: ":";
}
@media screen and (max-width: 980px) {
  #app .contents .appWrap .appItem dd:before {
    padding-right: 1.2244897959vw;
  }
}
#app .contents .celo {
  width: 69px;
  margin: 40px auto;
}
@media screen and (max-width: 980px) {
  #app .contents .celo {
    width: 12%;
    margin: 4.0816326531vw auto;
  }
}

/* ========================================================
error
======================================================== */
body.error {
  background: #ffdc00;
}

body.error .wrapper {
  position: relative;
}

body.error .wrap {
  min-height: 86vh;
  padding-bottom: 0;
}

.errorLogo {
  width: 400px;
  margin: 100px auto;
}
@media screen and (max-width: 980px) {
  .errorLogo {
    width: 80%;
    max-width: 400px;
  }
}

.upperText {
  font-size: 24px;
  text-align: center;
}

body.error .errorTextWrap {
  margin-top: 30px;
}

body.error .errorTextWrap .text {
  font-size: 24px;
  margin: 15px auto;
  text-align: center;
}

body.error .errorTextWrap .text a {
  text-decoration: underline;
  color: #000;
}

body.error .footer .container {
  max-width: 980px;
  height: auto;
  margin: auto;
  padding: 3% 2% 5%;
  color: #fff;
}

body.error .footer::before {
  display: none;
}

/* ====================
sns
==================== */
.snsBtn {
  display: flex;
  justify-content: center;
}
.snsBtn li {
  width: 90px;
  padding: 0 20px;
}

.pageTop {
  position: fixed;
  z-index: 50;
  right: 10px;
  bottom: 10px;
  width: 120px;
  cursor: pointer;
}
.pageTop:hover {
  -webkit-animation: jump 0.3s cubic-bezier(0.17, 0.67, 0.36, 0.99) 3;
          animation: jump 0.3s cubic-bezier(0.17, 0.67, 0.36, 0.99) 3;
}
@media screen and (max-width: 640px) {
  .pageTop {
    right: 5px;
    bottom: 5px;
    width: 18.3673469388vw;
  }
}

.iconClose {
  position: absolute;
  top: -52px;
  right: 2px;
  width: 49px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .iconClose {
    top: -34%;
    width: 16%;
  }
}

.shopGuide {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 120px;
  width: 25%;
  max-width: 429px;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.2s;
  transition-property: all;
  transform: translate(0, 10px) scale(0.9);
  opacity: 0;
}
.shopGuide.active {
  transform: translate(0) scale(1);
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .shopGuide {
    bottom: 120px;
    width: 43.7755102041vw;
  }
}
@media screen and (max-width: 640px) {
  .shopGuide {
    bottom: 16.3265306122vw;
    width: 43.7755102041vw;
  }
}

/* ====================
colorbox
==================== */
#colorbox #cboxClose {
  top: -70px;
  right: 0;
  display: inline-block;
  overflow: hidden;
  width: 56px;
  height: 55px;
  white-space: nowrap;
  text-indent: 300%;
  background-image: url("../images/btn-close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  #colorbox #cboxClose {
    height: 55px;
    height: 7.33333vw;
  }
}

#cboxContent,
#cboxWrapper,
#cboxWrapper > div:nth-child(2),
#colorbox {
  overflow: visible !important;
}

@media screen and (max-width: 980px) {
  #colorbox.iframeColorbox #cboxContent {
    width: 90vw !important;
    height: auto !important;
  }

  #colorbox.iframeColorbox #cboxContent #cboxLoadedContent {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.4%;
  }

  #colorbox.iframeColorbox #cboxContent #cboxLoadedContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #colorbox.iframeColorbox {
    top: 50% !important;
    left: 5vw !important;
    width: 90vw !important;
    height: 50.75vw !important;
    margin-top: -25.37vw;
  }

  #colorbox.iframeColorbox #cboxWrapper,
#colorbox.iframeColorbox #cboxWrapper > div:nth-child(2) {
    position: relative !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center;
    width: 100% !important;
    height: auto !important;
  }
}
/* ====================
footer
==================== */
.footer {
  position: relative;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}
.footer .links a {
  display: inline-block;
  margin: 0 1% 2% 0;
  white-space: nowrap;
  color: #fff;
}
.footer .links a:hover {
  text-decoration: underline;
}
.footer .item {
  font-size: 12px;
  margin-top: 3%;
}
.footer .logos {
  font-size: 12px;
}
.footer .logos li {
  line-height: 1.8em;
  margin-top: 5px;
}
.footer .container {
  max-width: 980px;
  height: 480px;
  margin: auto;
  padding: 3% 2% 20%;
  color: #fff;
}
.footer .container .psImg img {
  height: 12px;
  vertical-align: inherit;
}
.footer .logoWrap a {
  display: inline-block;
  width: 15%;
  min-width: 100px;
  vertical-align: bottom;
}
.footer .logoWrap small {
  font-size: 10px;
  line-height: 10px;
  margin-left: 1%;
  color: #fff;
}
.footer .langMenu {
  font-size: 16px;
  width: 100px;
  padding: 5px;
  list-style: none;
  text-align: center;
  background: #383838;
}
.footer ul.langItem {
  position: absolute;
  display: none;
  width: 109px;
  margin-top: 5px;
  margin-left: -5px;
  padding: 0;
  list-style: none;
  background: #666;
}
.footer ul.langItem li {
  position: relative;
  border-bottom: 1px solid #000;
}
.footer ul.langItem li a {
  font-family: "Noto Serif SC", serif;
  display: block;
  padding: 5px 10px;
  color: #fff;
}
.footer ul.langItem li a:hover {
  background: #000;
}
.footer ul.langItem li::before {
  position: absolute;
  top: 10px;
  left: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}

.inAnime {
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.4s;
  transition-property: all;
  transform: translateY(10px) scale(0.92);
  opacity: 0;
}

.active {
  transform: translateY(0) scale(1) !important;
  opacity: 1;
}

/* ====================
 Anime
==================== */
.dl {
  transition-delay: 0.1s;
}

.dl2 {
  transition-delay: 0.2s;
}

.dl3 {
  transition-delay: 0.3s;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
@-webkit-keyframes bgLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200px 200px;
  }
}
@keyframes bgLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200px 200px;
  }
}
@-webkit-keyframes flow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes flow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
@-webkit-keyframes flow2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes flow2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -12px);
  }
  100% {
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=style.css.map */