@charset "UTF-8";
/* Scss Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 100%;
  padding: 0;
  margin: 0;
  background: #000;
  color: #fff; }

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden; } }
.noto100 {
  font-weight: 100; }

.noto300 {
  font-weight: 300; }

.noto400 {
  font-weight: 400; }

.noto500 {
  font-weight: 500; }

.noto700 {
  font-weight: 700; }

.noto900 {
  font-weight: 900; }

.is--pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .is--pc {
      display: none; } }

.is--sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .is--sp {
      display: block; } }

a {
  color: #ccc; }

.wrap {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin-top: -4vw;
  padding-top: 4vw; }

@media screen and (max-width: 767px) {
  .wrap {
    margin-top: 0;
    padding-top: 0; } }
.menu {
  width: 100%;
  background-image: url("../img/menu_bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 4vw;
  margin: 0 auto 0;
  text-align: center;
  white-space: nowrap;
  position: fixed;
  top: 0;
  z-index: 100; }
  .menu img {
    height: 100%;
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0; }
  .menu__inner {
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    .menu__inner img {
      position: relative;
      height: 4vw;
      width: auto;
      margin: -2vw auto 0;
      padding: 0; }
    .menu__inner a:hover {
      opacity: .7;
      transition: .3s; }
    .menu__inner ul {
      padding: 0;
      margin: 0; }
      .menu__inner ul li {
        display: inline-block;
        list-style-type: none; }

@media screen and (max-width: 767px) {
  .menu {
    display: none; } }
.kv img {
  height: auto;
  width: 100%;
  animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
section img {
  height: auto;
  width: 100%; }

section h3 img {
  height: auto;
  width: 100%; }

#system {
  padding-top: 3vw;
  padding-bottom: 5vw; }
  #system p {
    font-size: 1.4vw;
    text-align: center;
    padding-bottom: 1vw; }

@media screen and (max-width: 767px) {
  #system {
    padding-bottom: 5vw; }
    #system p {
      font-size: 3vw;
      text-align: center;
      padding: 2vw;
      margin-top: -3vw;
      line-height: 1.7; } }
.howto {
  width: 50%;
  max-width: 800px;
  margin: 0 auto 10vw; }
  .howto img {
    width: 100%;
    height: auto; }
  .howto p {
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.7;
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: 3vw; }

@media screen and (max-width: 767px) {
  .howto {
    width: 100%;
    margin: -2vw auto 10vw;
    text-align: center; }
    .howto img {
      width: 90%;
      height: auto; }
    .howto p {
      font-size: 3vw;
      font-weight: 200;
      line-height: 1.7;
      letter-spacing: 0.1em;
      text-align: center; } }
.howto2 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 10vw;
  display: flex;
  flex-wrap: wrap; }
  .howto2__inner {
    width: 33%;
    position: relative; }
    .howto2__inner img {
      width: 100%;
      height: auto; }
    .howto2__inner p {
      font-size: 1vw;
      font-weight: 100;
      line-height: 1.7;
      letter-spacing: 0.2em;
      text-align: center;
      margin-top: -0.2em;
      padding-bottom: 1em; }

@media screen and (max-width: 767px) {
  .howto2 {
    width: 100%;
    margin: -2vw auto 10vw;
    text-align: center;
    justify-content: center; }
    .howto2__inner {
      width: 50%; }
      .howto2__inner img {
        width: 90%;
        height: auto; }
      .howto2__inner p {
        font-size: 2.8vw;
        font-weight: 200;
        line-height: 1.7;
        letter-spacing: 0.1em;
        text-align: center; } }
.faq_btn img {
  display: block;
  width: 40%;
  max-width: 780px;
  padding-bottom: 0;
  margin: 0 auto; }
  .faq_btn img:hover {
    opacity: .65; }

#event {
  padding-top: 5vw;
  margin-top: -5vw;
  padding-bottom: 5vw;
  text-align: center; }
  #event h4 {
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 2vw 0 0;
    margin: 2vw auto 0; }
  #event p {
    font-size: 1.1vw;
    font-weight: 100;
    letter-spacing: 0.1em; }
    #event p span {
      font-size: 2.1em;
      font-weight: 600;
      letter-spacing: 0.1em; }

@media screen and (max-width: 767px) {
  #event {
    padding-bottom: 5vw;
    text-align: center; }
    #event h4 {
      font-size: 2.8vw;
      font-weight: 100;
      line-height: 1.6;
      letter-spacing: 0.1em;
      padding: 2vw 0 0;
      margin: 2vw auto 0; }
    #event p {
      font-size: 2.8vw;
      font-weight: 100;
      letter-spacing: 0.1em; }
      #event p span {
        font-size: 2em;
        font-weight: 600;
        letter-spacing: 0.1em; } }
#contact {
  padding-bottom: 5vw;
  padding-top: 2vw;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7; }
  #contact img {
    width: 7vw;
    height: auto; }
  #contact h3 img {
    width: 100%;
    height: auto; }
  #contact .share {
    margin-top: -1vw; }
    #contact .share img {
      width: 4.8vw;
      height: auto; }
  #contact a:hover {
    opacity: .7; }

@media screen and (max-width: 767px) {
  #contact {
    padding-bottom: 10vw;
    padding-top: 0;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-size: 3vw; }
    #contact h3 img {
      width: 100%;
      height: auto; }
    #contact img {
      width: 17vw;
      height: auto; }
    #contact .share {
      margin-top: -1vw; }
      #contact .share img {
        width: 8.6vw;
        height: auto; }
    #contact a:hover {
      opacity: .7; } }
#faq {
  width: 80%;
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
  padding-top: 5vw; }
  #faq img {
    width: 100%;
    height: auto; }
  #faq h4 {
    color: #ffff00;
    font-size: 1.1vw; }
  #faq p {
    font-size: 1.2vw;
    font-weight: 100;
    letter-spacing: 0em;
    line-height: 1.8;
    padding-top: 1em; }
    #faq p span {
      color: #ffff00;
      font-size: 1.3vw; }

@media screen and (max-width: 767px) {
  #faq {
    width: auto;
    padding: 2vw 4vw 5vw; }
    #faq h4 {
      font-size: 2.8vw; }
    #faq p {
      font-size: 2.8vw;
      font-weight: 100; }
      #faq p span {
        font-size: 3vw; } }
.stxt06 {
  font-size: 0.6em !important; }

.stxt07 {
  font-size: 0.7em !important; }

.stxt08 {
  font-size: 0.8em !important; }

.stxt09 {
  font-size: 0.9em !important; }

.txt12 {
  font-size: 1.2em !important; }

.txt14 {
  font-size: 1.4em !important; }

.mt5 {
  margin-top: 5vw; }

.mt7 {
  margin-top: 7vw; }

.ptm3 {
  padding-top: -3vw; }

.pt3 {
  padding-top: 3vw; }

.pt5 {
  padding-top: 5vw; }

.pt7 {
  padding-top: 7vw; }

.pb1 {
  padding-bottom: 1vw; }

.pb2 {
  padding-bottom: 2vw; }

.pb7 {
  padding-bottom: 7vw; }

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .movie-wrap {
    display: none; } }
.ac-container-ie {
  display: block; }
  .ac-container-ie p {
    font-size: 14px !important;
    text-align: left; }
    .ac-container-ie p a {
      color: #000; }

.ac-container {
  border: none;
  display: none; }

@media screen and (max-width: 767px) {
  .ac-container-ie {
    display: block;
    padding: 0 5vw; }
    .ac-container-ie p {
      font-size: 14px !important;
      text-align: left; }
      .ac-container-ie p a {
        color: #000; }

  .ac-container {
    border: none;
    display: none; } }
footer {
  text-align: center;
  padding-bottom: 2vw;
  line-height: 1.7; }

footer img {
  height: auto;
  width: 7vw; }

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
    padding-bottom: 2vw;
    line-height: 1.7;
    font-size: 2.3vw; }

  footer img {
    height: auto;
    width: 17vw; } }
.footer-movie {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  margin-bottom: 6vw; }

.footer-movie-inner {
  height: 12vw;
  width: 26vw; }

.footer-movie-inner + .footer-movie-inner {
  margin-left: 1vw; }

@media screen and (max-width: 767px) {
  .footer-movie .movie-wrap {
    display: block; }

  .footer-movie {
    width: 100%;
    display: block;
    margin-bottom: 10vw;
    margin-top: 10vw; }

  .footer-movie-inner {
    height: 34vh;
    width: 100%; }

  .footer-movie-inner + .footer-movie-inner {
    margin-left: 0;
    margin-top: 1vw; } }
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 100; }

.pagetop a {
  display: block;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 16px 8px;
  border-radius: 180px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.pagetop a:hover {
  display: block;
  background-color: #666;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 16px 8px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: .5s; }

@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: 1vw;
    right: 2vw;
    z-index: 100; } }
.ps {
  font-size: 14px !important; }

@media screen and (max-width: 767px) {
  .ps {
    font-size: 14px; } }
/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 2vw;
  bottom: 1vw;
  display: block;
  width: 155px;
  height: 133px;
  z-index: 9;
  background-image: url("../img/backtotop.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  pointer-events: auto;
  animation-name: topfadein;
  animation-duration: 12s;
  animation-iteration-count: 1; }

@keyframes topfadein {
  from {
    opacity: 0;
    transform: translateY(1vw); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 61.9em) {
  .s-back-to-top {
    position: fixed;
    right: -3.125rem;
    bottom: 2.025rem;
    display: block;
    width: 146px;
    height: 78px;
    z-index: 9;
    background-image: url("../img/backtotop.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    text-align: center;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    pointer-events: auto; } }
.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #000;
  line-height: 3rem;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.s-back-to-top:hover {
  color: #000; }

.s-back-to-top:hover:before {
  color: #13b1cd; }

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none; }

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 2.125rem;
  opacity: .8; }

.s-back-to-top.-is-visible:hover {
  opacity: 1; }

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6; }
