@charset "UTF-8";
.liveArea .movie .video, .liveArea .videoMargin {
  padding-bottom: 56.25%;
  height: 0;
  position: relative
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 700
}

body {
  line-height: 1.75;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  word-break: break-all;
  background: url(../images/bg.png) center center repeat-y;
  background-size: 100%
}

@media screen and (max-width:999px) {
  header {
    display: none
  }
}

header .headWrap .icon a {
  width: 160px;
  margin: 20px auto 11px;
  display: block
}

header .headWrap .icon a svg {
  width: 100%;
  max-height: 40px
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

.liveArea {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 48px)
}

.liveArea .videoMargin {
  width: 100%;
  margin-bottom: 10px
}

.liveArea .movie {
  margin-right: 24px;
  width: 100%
}

.liveArea .movie .video {
  width: 100%
}

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

.liveArea .movie h1 {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5em;
  margin-top: 15px
}

.liveArea .movie img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.liveArea .movie span {
  margin-top: 10px;
  display: block;
}

@media screen and (min-width:1000px) {
  .liveArea .videoMargin {
    display: none
  }
  .liveArea .movie {
    min-width: 640px;
    max-width: 830px;
  }
  .liveArea .chatText, .liveArea .movie .icon {
    display: none
  }
}

@media screen and (max-width:999px) {
  .liveArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
  .liveArea .movie .video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
  }
  .liveArea .movie h1 {
    padding: 0 5%;
    font-size: 14px;
    margin-top: 5px
  }
  .liveArea .movie {
    margin-right: 0;
    max-width: 100%
  }
  .liveArea .movie .icon {
    width: 60px;
    padding: 0 5%
  }
  .liveArea .movie .icon svg {
    max-height: 20px
  }
  .liveArea .chat {
    display: none
  }
}

.liveArea .chat {
  min-width: 300px;
  max-width: 400px;
  width: 100%;
  height: 560px
}

.liveArea .chatText {
  background: #fff;
  width: 100%;
  padding: 10px 5%;
  margin-top: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.liveArea .chatText p:first-child {
  font-weight: 600;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.3em
}

@media screen and (max-width:999px) {
  .liveArea .chatText p:first-child {
    font-size: 10px;
  }
}

.timelineArea .timelineWrap .time, .timelineArea h2 {
  line-height: 1em;
  /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif*/
}

.liveArea .chatText p:first-child a {
  color: #7E27FB
}

.liveArea .chatText p:last-child {
  font-size: .8em;
  margin-top: 5px
}

@media screen and (max-width:999px) {
  .liveArea .chatText p:last-child {
    font-size: 10px;
  }
}

.powerdby {
  background: #1B1D30;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  margin-top: 20px
}

.powerdby p {
  color: #fff;
  font-weight: 700;
  margin: 0 15px;
  letter-spacing: 1px
}

.powerdby p img {
  width: 280px
}

@media screen and (max-width:999px) {
  .powerdby {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .powerdby p {
    line-height: 1em;
    font-size: .7em
  }
  .powerdby p img {
    width: 180px
  }
}

.timelineAreaWrap {
  width: calc(100% - 48px);
  margin: 0 auto;
}

@media screen and (max-width:999px) {
  .timelineAreaWrap {
    width: 100%;
  }
}

.timelineArea {
  width: 100%;
  max-width: 1270px;
  margin: 50px auto 0;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 45px 35px 45px;
}

.timelineArea::after, .timelineArea::before {
  content: "";
  background: #000
}

@media screen and (max-width:999px) {
  .timelineArea {
    width: 90%;
    padding: 40px 25px 25px 25px;
    margin: 30px auto 0
  }
}

.timelineArea::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 40px);
  width: 1px
}

.timelineArea::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: calc(100% - 260px)
}

.timelineArea h2 {
  position: absolute;
  left: 0;
  top: -20px;
  font-weight: 600;
  font-size: 2.7em
}

.timelineArea .timelineWrap {
  margin-top: 30px
}

.timelineArea .timelineWrap:last-child {
  margin-bottom: 0
}

.timelineArea .timelineWrap .time {
  color: #7E27FB;
  font-weight: 600;
  font-size: 1.8em
}

@media screen and (max-width:999px) {
  .timelineArea::after {
    width: calc(100% - 180px)
  }
  .timelineArea h2 {
    font-size: 1.8em;
    top: -10px
  }
  .timelineArea .timelineWrap .time {
    font-size: 1.3em
  }
}

.timelineArea .timelineWrap .session {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 10px 0;
  border-bottom: 1px solid #000;
  /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif*/
}

.timelineArea .timelineWrap h3 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.7em
}

@media screen and (max-width:999px) {
  .timelineArea .timelineWrap .session {
    font-size: 1.1em
  }
  .timelineArea .timelineWrap h3 {
    font-size: 14px;
  }
}

.timelineArea .timelineWrap .ico {
  color: #7E27FB;
  border: 1px solid #7E27FB;
  display: inline-block;
  padding: 0 30px;
  font-size: .9em;
  margin-bottom: 20px
}

@media screen and (max-width:999px) {
  .timelineArea .timelineWrap .ico {
    font-size: .8em;
    margin-bottom: 20px;
  }
}

.timelineArea .timelineWrap ul {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.7em
}

.footer {
  text-align: center;
  padding: 25px 0
}

@media screen and (max-width:999px) {
  .timelineArea .timelineWrap ul {
    font-size: 12px;
    line-height: 1.5em
  }
  .timelineArea .timelineWrap ul li {
    margin: 0 0 5px
  }
  .timelineArea .timelineWrap ul li:last-child {
    margin: 0
  }
  .footer {
    width: 90%;
    margin: 0 auto 60px
  }
}

.footer .copy {
  font-size: 13px;
  letter-spacing: .08em;
}

@media screen and (max-width:999px) {
  .footer .copy {
    font-size: 10px;
  }
}

.performer{
  display: flex;
  flex-wrap: wrap;
}

.performer li{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width:999px) {
.performer li{
  width: 100%;
  margin-bottom: 15px !important;
}
}

.performer li p:first-child{
  width: 120px;
  margin-right: 20px;
}

.performer li p img{
  width: 100%;
}

.performer li p:last-child{
  width: calc(100% - 120px);
}

@media screen and (max-width:999px) {
.performer li p:first-child{
  width: 60px;
  margin-right: 10px;
}
.performer li p:last-child{
  width: calc(100% - 60px);
}
}

.programText{
  font-size: 1em;
}

@media screen and (max-width:999px) {
.programText{
  font-size: .9em;
}
}