@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: "source-han-serif-japanese",serif;
}

img {
  user-select: none;
}

#contents_sp {
  width: 100%;
}

#wrapper_sp {
  width: 100%;
  overflow: hidden;
}

#header_sp {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color:#000000;
}

#main_contents {
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 9;
}

.top_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 360px;
  height: 400px;
  margin: auto;
}

.top_text {
  position: relative;
  width: 360px;
  height: 312px;
  padding-bottom: 100px;
  font-size: 40px;
  letter-spacing: 0.3em;
  line-height: 3em;
  color: #ffffff;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.scroll_icon {
  position: relative;
  padding-top: 70px;
  z-index: 100;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
}

.scroll_icon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
  z-index: 100;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.fadein span {
  opacity: 0;
}

.black_screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.3;
  z-index: 2;
}

video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

#main_contants_wrapper {
  position: relative;
  z-index: 10;
}

.center_cont {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.full_cont1 {
  width: 100%;
  height: auto;
  background: url("../images/gaiyou_back.jpg");
  background-repeat: repeat-x;
  text-align: center;
}

.full_cont2 {
  width: 100%;
  height: auto;
  background: url("../images/footer_back.jpg");
  background-repeat: repeat-x;
  text-align: center;
}

.schedule {
  position: relative;
  width: 1046px;
  height: 1081px;
  margin: 0 auto;
}

#day_1st {
  display: block;
  position: absolute;
  top:0;
  left: 0;
}

#day_2nd {
  display: none;
  position: absolute;
  top:0;
  left: 0;
  }


/* fadein---------- */

/* 画面外にいる状態 */
.element_fadein {
    opacity : 0.1;
    transform : translate(0, 0);
    transition : all 2000ms;
    }

/* 画面内に入った状態 */
.element_fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.space_pt180 {
  padding-top: 180px;
}
