@charset "UTF-8";
.live * {
  box-sizing: border-box;
}
.text-wrap,
.text-area {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .text-wrap {
    padding: 0 15px;
  }
}
.text-area__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.text-area__title--live-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-area__title--live-title {
    text-align: left;
  }
}
.text-area__text {
  margin-bottom: 30px;
}
.text-area__text--strong {
  color: black;
  border-bottom: solid 2px #bae8ba;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.text-area__img {
  text-align: center;
}
.text-area-line {
  padding: 15px;
  border: 1px solid #000;
}

.text-area--main-text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.text-area--sub-text {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-area--sub-text {
    text-align: left;
  }
}

.btn-100 {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  background: #eee;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #221815;
}
@media screen and (max-width: 768px) {
  .btn-100 {
    max-width: 100%;
  }
}
.btn-100--special {
  background-color: #bae8ba;
  color: black;
}
.btn-100--none {
  background-color: #aaaaaa;
  pointer-events: none;
  cursor: none;
}
.btn-100--margin {
  margin-top: 0px;
  margin-bottom: 20px;
}
.main-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main-text {
    font-size: 1.1rem;
  }
}
.main-title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: -40px;
  color: black;
}
@media screen and (max-width: 768px) {
  .main-title {
    font-size: 16px;
  }
}
.main-title--top {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main-title--top {
    font-size: 20px;
  }
}
.movie {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .movie-continer {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .movie-continer {
    display: block;
  }
}
.movie-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 100% !important;
}
.movie-wrapper .jstream-eqPlayer {
  top: 0;
}
.movie .chat-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 100% !important;
  position: relative;
  padding-top: 56.25%;
}
@media screen and (max-width: 480px) {
  .movie .chat-wrapper {
    padding-top: 90%;
  }
}
.movie .chat-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.movie .movie-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.kv-banner {
  max-width: 640px;
  margin: 40px auto 20px;
}
@media screen and (min-width: 769px) {
  .comment-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .comment-wrapper {
    height: 350px;
  }
}
.box {
  border: 1px solid #000;
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
  padding: 20px;
}
.box__title {
  font-size: 14px;
  font-weight: bold;
}
.box__title--sub {
  margin-top: 20px;
}
.box__link {
  word-wrap: break-word;
}
.live-schedule {
  margin-bottom: 30px;
}
.live-schedule > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .live-schedule > div {
    display: block;
  }
}
.live-schedule__title {
  width: 100%;
  text-align: center;
  max-width: 130px;
  padding: 5px;
  margin-right: 10px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .live-schedule__title {
    margin-bottom: 5px;
  }
}
.live-schedule__detail {
  text-align: left;
  font-size: 1.1em;
}
.attention-list {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 30px;
}
.attention-list > li {
  text-align: left;
  position: relative;
  word-break: break-all;
}
.attention-list > li:before {
  content: '※';
  position: absolute;
  top: -1px;
  left: -1rem;
  color: red;
}
.attention-list--strong {
  color: red;
  font-size: 1.3rem;
}
.attention-list--disc > li:before {
  content: '・';
  position: absolute;
  left: -1rem;
  color: red;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.text-note {
  font-size: 0.85rem;
}
.deadline-box {
  text-align: center;
  margin-bottom: 30px;
}
.deadline-box__label {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.deadline-box__date {
  font-weight: bold;
  font-size: 1.2rem;
}
.period-text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.download-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.download-info dt {
  font-weight: bold;
  margin-top: 15px;
}
.download-info dd {
  margin-left: 0;
  word-break: break-all;
}
.download-steps {
  margin: 20px 0;
  padding-left: 1.5em;
  list-style: decimal;
}
.download-steps li {
  margin-bottom: 8px;
  text-align: left;
  list-style: decimal;
}
.al-c {
  text-align: center;
}