/*
Font Style
 */
/*
Clear Fix
 */
/*
Transition
 */
#live .wrap article, #live .wrap article .area button img {
  transition: all .2s ease-out;
}

/*
Inline Block
 */
#live .wrap article dl {
  font-size: 0;
  letter-spacing: 0;
}

/*
Middle Center
 */
/*
Center
 */
#live {
  padding: 170px 30px 110px;
  margin: 0 auto;
  position: relative;
  width: 940px;
}

@media screen and (max-width: 767px) {
  #live {
    padding: 110px 30px 60px;
    width: 100%;
  }
}

#live .frame_top,
#live .frame_bottom {
  position: fixed;
  top: 93px;
  width: calc(100% - 60px);
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  height: 40px;
  width: 940px;
}

@media screen and (max-width: 767px) {
  #live .frame_top,
  #live .frame_bottom {
    top: 63px;
    width: calc(100% - 30px);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    height: 22px;
    left: 15px;
  }
}

#live .frame_side {
  position: fixed;
  top: 133px;
  width: 940px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  height: calc(100vh - 93px - 15px - 15px - 30px - 50px);
  background-repeat: no-repeat;
  background-position: top left 15px, top right 15px;
  background-size: 25px 100%;
}

@media screen and (max-width: 767px) {
  #live .frame_side {
    top: 87px;
    width: calc(100% - 14px);
    height: calc(100vh - 63px - 7px - 7px - 30px - 30px);
    background-position: top left 15px, top right 15px;
    background-size: 15px 100%;
  }
}

#live .frame_left,
#live .frame_right {
  width: 10px;
  position: fixed;
  top: 103px;
  left: 50%;
  -ms-transform: translate(-470px, 0);
      transform: translate(-470px, 0);
  height: calc(100vh - 93px - 15px - 6px - 30px);
  z-index: 11;
}

@media screen and (max-width: 767px) {
  #live .frame_left,
  #live .frame_right {
    width: 5px;
    top: 68px;
    height: calc(100vh - 63px - 5px - 30px);
    background-size: 5px auto !important;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    left: 15px;
  }
}


#live .frame_right {
  -ms-transform: translate(463px, 0);
      transform: translate(463px, 0);
}

@media screen and (max-width: 767px) {
  
  #live .frame_right {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    left: auto;
    right: 13px;
  }
}

#live .frame_top,
#live .frame_bottom {
  background: repeat-x 0 0/auto 10px  #fff;
  z-index: 10;
}

#live .frame_top:before,
#live .frame_bottom:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-image: url(../img/m1_top_left.jpg), url(../img/m1_top_right.jpg);
  background-position: top left, top right;
}

#live .frame_top:after,
#live .frame_bottom:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 40px;
  width: calc(100% - 80px);
  height: 25px;
  background: repeat-x 0 0/auto 100% url(../img/m1_top.jpg);
}

#live .frame_bottom {
  top: auto;
  bottom: 30px;
  background-position: bottom left;
}

#live .frame_bottom:before {
  top: 0;
  background-image: url(../img/m1_bottom_left.jpg), url(../img/m1_bottom_right.jpg);
}

#live .frame_bottom:after {
  top: 0;
  background-image: url(../img/m1_bottom.jpg);
}

#live .frame_side {
  background-image: url(../img/m1_left.jpg), url(../img/m1_right.jpg);
}

#live .frame_left,
#live .frame_right {
  background: repeat-y 0 0/10px auto 
}

#live .wrap {
  position: relative;
  z-index: 1;
  padding: 0 50px;
  color: #666;
}

#live .wrap h1 {
  height: 50px;
  text-align: center;
  font-size: 32px;
  letter-spacing: .1em;
  color: #666;
  padding-top: 5px;
}

#live .wrap h1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 50px;
  background: no-repeat center/contain url(../img/live.png);
  margin-right: 10px;
  position: relative;
  top: -5px;
}

#live .wrap article {
  margin-top: 35px;
  background: repeat-x top left/auto 10px ;
  padding-top: 35px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#live .wrap article.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#live .wrap article .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

#live .wrap article .text {
  font-size: 14px;
  line-height: 1.7;
  padding: 30px 40px 0;
}

#live .wrap article .text a {
  color: #008EE0;
}

#live .wrap article .text a:hover {
  text-decoration: underline;
}

#live .wrap article .text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

#live .wrap article .text img.main_image {
  width: 100%;
  margin-bottom: 20px;
}

#live .wrap article .text .iframe {
  position: relative;
}

#live .wrap article .text .iframe:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

#live .wrap article .text .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#live .wrap article .area {
  position: relative;
  margin: 25px auto 0;
  width: calc(100% - 80px);
  padding-bottom: 30px;
  background: repeat-x bottom left/auto 10px 
}

#live .wrap article .area.open .area_top:hover button img {
  top: -5px;
}

#live .wrap article .area.open .area_top img {
  -ms-transform: rotate(0);
      transform: rotate(0);
}

#live .wrap article .area:nth-last-of-type(1) {
  background: none;
  padding-bottom: 0;
}

#live .wrap article .area .area_top {
  cursor: pointer;
}

#live .wrap article .area .area_top:hover button img {
  top: 5px;
}

#live .wrap article .area button {
  position: absolute;
  top: 0;
  right: 0;
}

#live .wrap article .area button img {
  display: block;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  position: relative;
  top: 0;
}

#live .wrap article .area time {
  display: block;
  font-size: 14px;
  letter-spacing: .2em;
  margin-bottom: 5px;
}

#live .wrap article .hide {
  overflow: hidden;
  height: 0;
}

#live .wrap article dl {
  padding-top: 20px;
}

#live .wrap article dl dt,
#live .wrap article dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 2;
}

#live .wrap article dl dt {
  width: 105px;
  font-weight: bold;
  font-size: 15px;
}

#live .wrap article dl dd {
  width: 595px;
}

#live .wrap article dl dd a {
  color: #008EE0;
}


@media screen and (max-width: 767px) {
  #live .frame_top,
  #live .frame_bottom {
    background: repeat-x 0 0/auto 5px #fff;
  }
  #live .frame_top:before,
  #live .frame_bottom:before {
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: 17px;
    background-size: 17px auto;
  }
  #live .frame_top:after,
  #live .frame_bottom:after {
    top: 7px;
    left: 21px;
    width: calc(100% - 42px);
    height: 17px;
    background-size: 100% 17px;
  }
  #live .frame_bottom {
    top: 100vh;
    margin-top: -29px;
    -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    background-position: bottom left;
  }
  #live .frame_bottom:before {
    top: 0;
  }
  #live .frame_bottom:after {
    top: 0;
  }
  #live .wrap {
    padding: 0 50px;
  }
  #live .wrap h1 {
    height: 40px;
    font-size: 19px;
  }
  #live .wrap h1:before {
    width: 40px;
    margin-right: 5px;
  }
  #live .wrap article {
    margin-top: 25px;
    background-size: auto 5px;
  }
  #live .wrap article .title {
    padding-top: 20px;
    background-size: auto 5px;
    font-size: 13px;
  }
  #live .wrap article .title time {
    font-size: 12px;
  }
  #live .wrap article .place {
    padding-right: 30px;
  }
  #live .wrap article .text {
    font-size: 12px;
    padding: 25px 0;
  }
  #live .wrap article .text img {
    margin: 0 auto;
  }
  #live .wrap article .area {
    width: auto;
    margin-top: 15px;
    padding-bottom: 20px;
    background-size: auto 5px;
  }
  #live .wrap article .area button img {
    width: 20px;
    height: auto;
  }
  #live .wrap article .area time {
    font-size: 12px;
  }
  #live .wrap article .area .place {
    font-size: 13px;
    line-height: 1.3;
  }
  #live .wrap article dl {
    padding-top: 15px;
    background-size: auto 5px;
    background-position: top 10px left;
  }
  #live .wrap article dl dt,
  #live .wrap article dl dd {
    font-size: 11px;
  }
  #live .wrap article dl dt {
    width: 30%;
  }
  #live .wrap article dl dd {
    font-size: 12px;
    width: 70%;
  }
}

#live {
  position: relative;
  padding: 20px;
  height: 600; /* 画面全体の高さに合わせる */
}

.scroll-container {
  overflow: hidden; /* スクロールを可能にする */
  height: 600; /* 画面全体からパディングを引いた高さ */
  padding: 10px;
  position: relative; /* 他の要素に影響されないようにします */
}

.scroll-container img {
  display: block;
  margin: 10px auto; /* 画像の中央揃え */
  max-width: 100%; /* 画像がコンテナを超えないようにする */
}

.logo img {
  max-width: 50%;
  height: auto;
}

  /* フレームやその他の装飾に関連するスタイルをここに追加 */
  .frame_top, .frame_bottom, .frame_side, .frame_left, .frame_right {
    /* ここにフレームのスタイルを追加 */
  }


