 /*!
 * 24th
 * Copyright 2022 Hobonichi Co., Ltd.
 */
 .video-wrap .text {
  font-family: "UD Shin Go Bold", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: .75rem;
  color: #353e7b;
  padding-top: 10px;
}
.video-wrap .text span.round {
  color: #ff0000;
}
.timetable .text {
  font-family: "UD Shin Go Bold", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
  font-size: .9375rem;
  color: #353e7b;
  padding-bottom: 1.5em;
}
.timetable h2 {
  margin: 100px auto 10px;
}
.article .video-wrap {
  padding-top: 50px;
}
.article .video-wrap h3{
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px){
  .article {
    background: none;
  }
}
@media screen and (min-width: 769px){
  .header_title .yodogawa {
    padding-bottom: 70px;
  }
  .article .video-wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 641px) {
  .video-wrap .text {
    font-size: 1.375rem;
    letter-spacing: .05em;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .video-wrap .text span.ff-b{
    font-size: 1.5rem;
  }
  .timetable .text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .article .video-wrap h3{
    padding-bottom: 5px;
  }
  .article .video-wrap h3 img{
    width: 80%;
  }  
}
.grad-wrap {
  position: relative;
}
.grad-trigger {
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 50px;
  cursor: pointer;
  transition: .2s ease;
}
.grad-trigger::before {
  content: '';
  display: block;
  background: url(../img/btn_down.svg) no-repeat;
  background-size: contain;
  width: 143px;
  height: 16px;
  top: 17px;
  position: absolute;
  transform: translateX(-50%);
}
.grad-trigger.is-show::before {
  content: '';
  display: block;
  background: url(../img/btn_up.svg) no-repeat;
  background-size: contain;
  width: 125px;
  height: 17px;
  top: -30px;
  position: absolute;
}
.grad-trigger.is-show {
  bottom: 10px;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 10em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 740px;
  height: 92px;
  z-index: 2;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.24) 0%, rgba(27,20,100,0.24) 60%, rgba(27,20,100,0.24) 100%);
  background: linear-gradient(top, rgba(255,255,255,0.24) 0%, rgba(27,20,100,0.24) 60%, rgba(27,20,100,0.24) 100%);
  transform: translateX(-50%);
}
.timetable .grad-trigger.is-show + .grad-item::before {
  display: none;
}
.timetable .grad-trigger::before {
  background: url(../img/btn_down-r.svg) no-repeat;
  background-size: contain;
}
.timetable .grad-trigger.is-show::before {
  background: url(../img/btn_up-r.svg) no-repeat;
  background-size: contain;
}
.timetable .grad-item::before {
  height: 56px;
  background: rgba(255, 255, 255, .78);
}
.timetable .grad-item.is-hide {
  height: 34em !important;
}
.timetable .grad-trigger.is-show {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .grad-trigger {
    bottom: 70px;
  }
  .grad-trigger::before {
    width: 232px;
    height: 25px;
    top: 17px;
  }
  .grad-trigger.is-show::before {
    width: 192px;
    height: 25px;
    top: -50px;
  }
  .timetable .grad-item::before {
    height: 95px;
  }  
  .grad-trigger:hover {
    opacity: .6;
  }
  .grad-item::before {
    height: 125px;
  }
}