
@import url("https://fonts.googleapis.com/css?family=Montserrat:700&display=swap");

@keyframes apeal {
0% {
  transform: scale(0.8, 0.8);
}
100% {
  transform: scale(1, 1);
}
}

.cnt-movie {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .cnt-movie {
    margin-top: 0px;
  }
}
.cnt-movie img {
  max-width: 100%;
  -webkit-transition: opacity  0.3s;
  transition: opacity  0.3s;
}

.cnt-movie__header {
  max-width: 1000px;
  margin: 0px auto 35px;
  color: #5B3535;
}
.cnt-movie__header h1{
  font-weight: bold;
}
@media (max-width: 767px) {
  .cnt-movie__header {
    padding: 0 0px 10px;
    margin: 0 auto 10px;
  }
  .cnt-movie__header h1{
    font-size: 30px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .cnt-movie__header {
    margin-bottom: 30px;
  }
}

.cnt-movie__main {
  padding: 20px 15px 80px;
}
.cnt-movie__main p {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .cnt-movie__main p {
    font-size: 16px;
  }
}
.cnt-movie__main .index-wrap ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .cnt-movie__main .index-wrap ul {
    padding: 0 0px;
  }
}
.cnt-movie__main .index-wrap ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
.cnt-movie__main .index-wrap ul li {
font-size: 14px;
}
}
.cnt-movie__main .index-wrap ul li:last-child {
  margin-bottom: 0;
}
.cnt-movie__main .index-wrap ul i {
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt-movie__main .index-wrap ul a {
  display: block;
  position: relative;
  padding-left: 28px;
  text-decoration: none;
  color: inherit;
}
.cnt-movie__main section {
  max-width: 600px;
  margin: 0 auto 65px;
}
@media (min-width: 768px) {
  .cnt-movie__main section {
    margin-bottom: 100px;
  }
}
.cnt-movie__main section:last-child {
  margin-bottom: 0;
}
.cnt-movie__main .cnt-wrap {
  position: relative;
  margin-bottom: 25px;
}
.cnt-movie__main .cnt-wrap a {
  display: block;
}
.cnt-movie__main .cnt-wrap h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  pointer-events: none;
  z-index: 5;
}
.cnt-movie__main figure {
  margin: 0;
  padding: 0;
}
.cnt-movie__main p:last-child {
  margin-bottom: 0;
}


body{
  margin: 0;
}
.sp{
  display: none;
}
@media screen and (max-width: 480px) {
  .sp{
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .pc{
    display: none;
  }
}
p{
  opacity: 0.9;
}
.labels{
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  margin-left: 5px;
  margin-top: -10px;
}
.label{
  align-items: center;
  font-size: 11px !important;
  color: #fff;
  background-color: #ddd;
  border-radius: 5px;
  margin-left: 2px;
  line-height: 20px;
  top: 0px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
@media screen and (max-width: 480px) {
.label{
font-size: 10px !important;
}
}
@media screen and (min-width: 768px){
}
.label.h{
  background-color: #f00;
}
.label.t{
  background-color: #00f;
}
@media screen and (min-width: 768px){
.content-inner {
  padding: 20px 40px 10px!important;
}
}

@media screen and (max-width: 480px) {
iframe.youtube-widget {
  overflow: hidden;
  width: 380px;
  height: 210px; }
}
@media screen and (max-width: 375px) {
iframe.youtube-widget {
  width: 340px;
  height: 190px; }
}
@media screen and (max-width: 320px) {
iframe.youtube-widget {
  width: 290px;
  height: 150px; }
}
iframe.youtube-widget {
  margin: 0 auto;
  display: block;
  box-shadow: 0px 1px 9px rgba(0,0,0,0.2);
  border-radius: 5px;
  background-color: rgba(0,0,0,0.3);
}
.index-wrap {
  margin-bottom: 30px !important; }

ul.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 0;
  }
  ul.page-link li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    ul.page-link li a {
      display: block;
      text-decoration: none;
      margin: 10px;
      border-radius: 10px;
      height: 100px;
      line-height: 60px;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      border: 1px solid rgba(0,0,0,0.1);
      box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      position: relative; }
    ul.page-link li a br{
      display: none;
    }
      @media screen and (max-width: 480px) {
        ul.page-link {
          margin-left: -10px;
          width: calc(100% + 20px);
        }
        ul.page-link li a {
          box-shadow: 0px 1px 9px rgba(0,0,0,0.2);
          font-size: 16px;
          line-height: 18px;
          height: 85px;
          padding-top: 10px;
          margin: 10px 4px 5px;
        }
        ul.page-link li a .thin{
          font-size: 12px;}
        ul.page-link li a br{
          display: block;
        }
        }
      ul.page-link li a::after {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        background-color: #fff;
        bottom: 20px;
        left: calc(50% - 12px);
        border-radius: 50px;
        background-size: 100% 100%;
      }
      ul.page-link li a.you::after {
        background-image: url(../images/taikenkai/page-link-you.svg);
      }
      ul.page-link li a.sho::after {
        background-image: url(../images/taikenkai/page-link-sho.svg);
      }
      ul.page-link li a.chu::after {
        background-image: url(../images/taikenkai/page-link-chu.svg);
      }
      ul.page-link li a.eng::after {
        background-image: url(../images/taikenkai/page-link-eng.svg);
      }
        @media screen and (max-width: 480px) {
          ul.page-link li a::after {
            bottom: 10px; } }
      ul.page-link li a:hover {
        opacity: 0.9; }
      ul.page-link li a.you {
        background-color: #72CC84; }
      ul.page-link li a.sho {
        background-color: #EC8B46; }
      ul.page-link li a.chu {
        background-color: #6686B5; }
      ul.page-link li a.eng {
        background-color: #E9BE54; }

h3 {
  font-weight: 300;
  font-size: 22px;
  margin-top: 20px;
  line-height: 30px; }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 18px;
      margin-top: 20px; } }
h3.index{
  text-align: center;
}
h4{
}

.btn-area.sp-fixed-top {
  background-color: rgba(213, 237, 237, 0.7);
  width: 100%;
  padding: 10px 0;
  top: auto;
  bottom: 0;
  left: 0;
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease; }
  .btn-area.sp-fixed-top .btn {
    font-size: 18px !important;
    padding: 6px 12px !important; }

.card{
  border-radius:10px;
  margin: 0px auto 60px;
  padding-bottom:40px;
  background-color:#fff;
  border: 1px solid #ddd;
}
.card.spacer{
  padding-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .card{
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 0px;
    border: none;
  }
  .card.spacer{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/* タイムテーブル */

.timetable{
  text-align: center;
}
.timetable a{

  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: "Montserrat","Helvetica";
  font-size: 26px;
  letter-spacing: 2px;
  margin: 8px 8px;
  padding: 10px 130px 10px 30px;
  transition: all 0.3s ease;
  min-width: 400px;

}
.timetable a:hover{
  opacity: 0.8;
}

.timetable a.finished{
  background-color: #ccc !important;
}
.timetable a.disabled{
  cursor: normal;
  pointer-events: none;
  background-color: #ccc !important;
}
.timetable span.status{
  position: absolute;
  border-radius: 5px;
  color: #000;
  right: 13px;
  top: calc(50% - 18px);
  font-size: 14px;
  width: 115px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 0px;
}
.timetable span.status.ready{
  color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(0,0,0,0.15);
}
.timetable span.status.active{
  border: none;
  box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
  background-color: #fff;
  padding-left: 30px;
}
.timetable span.status.active:after{
  position: absolute;
  top: 3px;
  left: 5px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/info/live/local/images/icon-live.svg");
  display: block;

  animation-name: apeal;
  transform: scale(0.0, 0.0);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.8s;
}


.timetable span.status.done{
  box-shadow: 0px 1px 6px rgb(115 115 115 / 50%);

}


.timetable span.status.done{
  border: 1px solid rgba(0,0,0,0.4);
  color: #4F2323;
  background-color: #fF0;
}
.timetable span.status.done:after{
  position: absolute;
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  top: 15px;
  right: -25px;
  z-index: 1;

  background-image: url(/info/local/images/taikenkai/hand.png);
  background-size: 100%;
  animation-name: apeal;
  transform: scale(0.0, 0.0);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.0s;
}
.timetable span.status.disabled{
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px){
.timetable span {
    width: calc(100% - 10px);
    padding: 5px 10px;
    text-align: center;
}
}
.timetable.you a{
background-color: #72CC84;
border: 1px solid rgba(0,0,0,0.1);
}
.timetable.you a.ready{
color: #72CC84;
background-color: #fff;
border: 1px solid #72CC84;
}
.timetable.sho a{
background-color: #EC8B46;
border: 1px solid rgba(0,0,0,0.1);
}
.timetable.sho.reservation a {
background-color: #ff5d5c;
}
.timetable.chu a{
background-color: #6686B5;
border: 1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px){
.timetable a{
  font-size: 20px;
  margin: 5px 0px;
  padding: 5px 10px;
  width: calc(100% - 10px);
  border-radius: 5px;
  text-align: center;
  min-width: auto;
}
}
.timetable a.record{
background-color: #aaa;
}
.record.label{
  background-color: rgba(0,0,0,0.3);
  margin-left: 5px;
  margin-right: 0px;
}
#nav-local{
  display: flex;
  max-width: 800px;
  margin: 30px auto;
}
#nav-local a:first-child{
  margin-right: 30px;
}
@media screen and (max-width: 767px){
#nav-local{
  flex-direction: column;
  margin-top: 0px;
  padding: 10px;
}
#nav-local a:first-child{
  margin-right: 0px;
  margin-bottom: 10px;
}
}


.head {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  line-height: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .head {
      margin-left: -15px;
      width: calc(100% + 30px);
      font-size: 30px;
      font-weight: 300;
      line-height: 50px;} }
  .head#you,.head#sho,.head#chu,.head#eng {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    font-weight: 300;
    border-radius: 10px 10px 0px 0px;
  }
  .head#you {
    background-color: #72CC84; }
  .head#sho {
    background-color: #EC8B46; }
  .head#chu {
    background-color: #6686B5; }
  .head#eng {
    background-color: #E9BE54; }
@media screen and (max-width: 480px) {
  .head#you,.head#sho,.head#chu,.head#eng {
    border-radius: 0px;
  }
}

@media screen and (max-width: 480px) {
  .head#video,.head#live{
    margin-bottom: 20px;
    font-weight: bold;
  }
}

h1.head{
  color: #5B3535;
  font-weight: 600;
  line-height: 80px;
  border-top: 1px dotted rgba(0,0,0,0.3);
  margin-bottom: 0px;
}
@media screen and (max-width: 767px){
  h1.head{
    line-height: 40px;
    padding: 30px 0px 0px;
  }
}

.timetable_layout{
  display: flex;
  width:100%; margin: 0 auto 0px;
  color: #5B3535;
}
@media screen and (max-width: 480px) {
  .timetable_layout{
    display: flex;
    flex-direction: column;
    width:100%;
    margin: 0 auto 30px;
  }
  .timetable a{
    padding: 8px 110px 8px 10px;
    border-radius: 10px;
  }
  .timetable span.status{
    font-size: 13px;
    line-height: 26px;
    right: 6px;
  }
  .timetable span.status.active{
    padding-left: 35px;
  }
}
