@charset "utf-8";
/*
about.css
番組概要ページ用css
*/

/* About
========================================== */
.hakase-about-content {
  position: relative;
  padding: 20px 0 260px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.hakase-about-content::after {
  position: absolute;
  bottom: 7%;
  right: 3%;
  width: 288px;
  height: 152px;
  background-image: url(../images/about/img_glass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  content: "";
}
.hakase-about-text {
  margin-bottom: 55px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.hakase-about-text:last-child {
  margin-bottom: 0;
}
.hakase-about-text-lg {
  width: 100%;
  max-width: 854px;
  padding-top: calc(114 / 854 * 100%);
  margin: 0 auto 50px;
  background-image: url(../images/about/txt_about.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0 !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
}
@media only screen and (min-width: 1140px) {
  .hakase-about-content::after {
    bottom: 7%;
    right: -6%;
  }
}
@media only screen and (max-width: 1000px) {
  .hakase-about-content {
    padding: 0 20px 260px;
  }
}
@media only screen and (max-width: 600px) {
  .hakase-about-content {
    padding: 0 20px 45px;
  }
  .hakase-about-content::after {
    bottom: 27%;
    left: 77%;
    right: auto;
    width: 144px;
    height: 76px;
    /* width: 192px;
    height: 101px; */
  }
  .hakase-about-text {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .hakase-about-text-lg {
    width: calc(562 / 640 * 100%);
    padding-top: calc(125 / 562 * 100%);
    margin: 0 auto 40px;
    background-image: url(../images/about/txt_about_sp.png);
  }
}