.page {
  background: #000;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 630px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}
.page::before {
  display: none;
}
.mv {
  padding-top: 4rem;
}
.shows-text {
  background-color: #232323;
}
under {
  display: inline-block;
  border-bottom: solid 1px gray;
  color: gray;
}
@media (min-width: 513px) {
  .page::after {
    content: "";
    display: block;
    height: 10rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
  }
  #main {
    padding: 0;
  }
  .shows-text {
    animation: list .9s ease-in-out backwards;
    font-size: 1.1rem;
    font-weight: 100;
    text-align: center;
    line-height: 1.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }
  .shows-text2 {
    animation: list .9s ease-in-out backwards;
    font-size: 1.3rem;
    font-weight: 300;
    text-align: center;
    line-height: 3rem;
  }
  .shows-text3 {
    animation: list .9s ease-in-out backwards;
    font-size: 1.1rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.5rem;
  }
  .shows-text3 .small {
    animation: list .9s ease-in-out backwards;
    padding-top: 1.1rem;
    font-size: 1.3rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.5rem;
  }
}

@media (min-width: 415px) and (max-width: 1420px) {
  .iframewrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .iframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .shows-text {
    animation: list .9s ease-in-out backwards;
    font-size: .8rem;
    margin-right: auto;
    margin-left:auto;
    line-height: 1.3rem;
    padding: 30px;
  }
  .shows-text2 {
    animation: list .9s ease-in-out backwards;
    font-size: 1.1rem;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left:auto;
    line-height: 2rem;
  }
  .shows-text3 {
    animation: list .9s ease-in-out backwards;
    font-size: 1.1rem;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left:auto;
    line-height: 2rem;
    text-align: center;
  }
  .shows-text3 .small {
    animation: list .9s ease-in-out backwards;
    font-size: 1.1rem;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left:auto;
    line-height: 2rem;
    text-align: center;
  }
}

@media (max-width: 630px) {
  .iframewrap {
    position: relative;
    width: 100%;
    padding-top: 250px;
  }
  .iframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .shows-text {
    animation: list .9s ease-in-out backwards;
    font-size: .7rem;
    padding: 30px;
    margin-right: auto;
    margin-left:auto;
    line-height: 1.3rem;
  }
  .shows-text2 {
    animation: list .9s ease-in-out backwards;
    font-size: .9rem;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left:auto;
    line-height: 2rem;
  }
  .shows-text3 {
    animation: list .9s ease-in-out backwards;
    font-size: .9rem;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left:auto;
    line-height: 1.5rem;
    text-align: center;
  }
  .shows-text3 .small {
    animation: list .9s ease-in-out backwards;
    font-size: .6rem;
    padding-top: 1rem;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left:auto;
    line-height: 1.5rem;
    text-align: center;
  }
  .mv {
    padding-top: 5rem;
  }
  .size, size {
      line-height: 1.5rem;
      font-size: 70%;
  }
}
@keyframes list {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=video.css.map */
