@charset "utf-8";
/*
common.css
共通パーツ用css
*/

/* title
========================================== */
.hakase-title {
  position: relative;
  margin-bottom: 65px;
  width: 100%;
  height: 175px;
  background-color: #0f3766;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-size: 0 !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
}
.hakase-title::after {
  position: absolute;
  display: block;
  bottom: -15px;
  width: 100%;
  height: 10px;
  background-color: #dd0f13;
  content: "";
}
.hakase-title.next {
  background-image: url(../images/top/tit_next.png);
}
.hakase-title.program {
  background-image: url(../images/top/tit_program.png);
}
.hakase-title.sns {
  background-image: url(../images/top/tit_sns.png);
  z-index: 2;
}
.hakase-title.about {
  background-image: url(../images/about/tit_about.png);
}
.hakase-title.backnumber {
  background-image: url(../images/backnumber/tit_backnumber.png);
}

@media only screen and (max-width: 600px) {
  .hakase-title {
    height: 75px;
    margin-bottom: 45px;
  }
  .hakase-title::after {
    bottom: -10px;
    height: 5px;
  }
}

/* utility
========================================== */
.hakase-text-red {
  color: #dd0f13 !important;
}
.u-inline-block-sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .u-inline-block-sp {
    display: inline-block;
  }
}

/* Program
========================================== */
.hakase-program-content {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 100px;
  z-index: 1;
}
.hakase-program-movie {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
  z-index: 1;
}
.hakase-program-movie::after {
  position: absolute;
  display: block;
  top: 80px;
  left: -230px;
  width: 161px;
  height: 264px;
  background-image: url(../images/top/img_frasco_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
  content: "";
}
.hakase-program-movie-data {
  position: relative;
  padding-top: 56%;
}
.hakase-program-movie-data iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.hakase-program-title {
  position: relative;
  margin-bottom: 40px;
  color: #123166;
  font-size: 48px;
  text-align: center;
  font-style: italic;
  line-height: 1.2;
  z-index: 1;
  white-space: pre-line;
}
.hakase-program-title .txt-sm {
  display: inline-block;
  font-size: 36px;
}
.hakase-program-info {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 4px solid #123166;
  font-style: italic;
  z-index: 1;
}
.hakase-program-info::after {
  position: absolute;
  display: block;
  top: 70px;
  right: -290px;
  width: 283px;
  height: 461px;
  background-image: url(../images/top/img_frasco_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
  content: "";
}
.hakase-program-info-case {
  color: #123166;
  font-size: 30px;
  line-height: 1;
}
.hakase-program-info-case .num {
  font-size: 60px;
}
.hakase-program-info-oa {
  color: #123166;
  font-size: 20px;
  line-height: 1;
}
.hakase-program-text {
  position: relative;
  font-size: 16px;
  line-height: 2;
  z-index: 1;
  white-space: pre-line;
}
.hakase-program-image {
  position: relative;
  margin: 45px auto 0;
  padding-top: calc(394 / 700 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  .hakase-program-content {
    padding: 0 20px 80px;
  }
  .hakase-program-movie::after {
    left: -100px;
  }
  .hakase-program-info::after {
    right: -100px;
  }
}
@media only screen and (max-width: 700px) {
  .hakase-program-movie::after {
    top: auto;
    bottom: -60px;
    left: -20px;
    width: 80px;
    height: 132px;
  }
  .hakase-program-info::after {
    top: 50px;
    right: -20px;
    width: 133px;
    height: 230px;
  }
  .hakase-program-movie {
    margin-bottom: 20px;
  }
  .hakase-program-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .hakase-program-title .txt-sm {
    font-size: 18px;
  }
  .hakase-program-info {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .hakase-program-info-case {
    font-size: 15px;
  }
  .hakase-program-info-case .num {
    font-size: 30px;
  }
  .hakase-program-info-oa {
    font-size: 14px;
  }
  .hakase-program-text {
    font-size: 14px;
  }
  .hakase-program-image {
    margin: 25px auto 0;
  }
}

/* banner
========================================== */
.hakase-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #4674b4;
  padding: 20px;
  text-align: center;
}
.hakase-bnr a {
  display: inline-block;
  width: 100%;
  height: 60px;
  max-width: 370px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  font-size: 0 !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
}
.hakase-bnr a:not(:last-of-type) {
  margin-right: 16px;
}
@media only screen and (max-width: 600px) {
  .hakase-bnr {
    flex-wrap: wrap;
  }
  .hakase-bnr a {
    display: block;
    height: 45px;
  }
  .hakase-bnr a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

/* PageTop
========================================== */
.ntv-pageTop a {
  z-index: 1;
}