@charset "utf-8";
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-align: center;
  background-color: #eee;
}
#toei-star {
  font-size: 16px;
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #toei-star {
    font-size: 14px;
  }
}
#toei-star img {
  width: auto;
  height: auto;
  border-style: none;
}
@media screen and (max-width: 768px) {
  #toei-star img {
    max-width: 100%;
  }
}
#toei-star a img {
  border-style: none;
}
#toei-star p {
  padding: 0;
  margin: 0;
}
#toei-star .text-link {
  text-decoration: underline;
  color: #595656;
}
#toei-star .text-link:hover {
  text-decoration: none;
}
#toei-star a.btn,
#toei-star a .btn {
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 981px) {
  a:hover.btn,
  a:hover .btn {
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#toei-star .footer p {
  color: #fff;
  font-size: 10px;
}
.footer {
  padding: 40px;
  color: #fff;
  background: #000;
  text-align: center;
}
.wrapper {
  width: 100%;
  color: #000;
  text-align: left;
}
.wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#toei-star .skyper-area {
  text-align: center;
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #toei-star .skyper-area {
    padding: 30px 20px;
    text-align: center;
  }
}
#toei-star .bnr-skyper:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#toei-star.container {
  background: none;
  position: relative;
}
#toei-star.container::after {
  display: block;
  content: "";
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background: url("../images/bg_prog.jpg") no-repeat right top 110px/100%;
}
@media screen and (max-width: 768px) {
  #toei-star.container::after {
    background: url("../images/bg_prog_sp.jpg") no-repeat right top 60px/100%;
  }
}
#toei-star .main-area {
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #toei-star .main-area {
    background: none;
  }
}
#toei-star .main-area h1 {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
/* background: #789c3a; */
}
#toei-star .main-area img {
  max-width: none;
  width: 1920px;
}
@media screen and (max-width: 1280px) {
  #toei-star .main-area img {
    width: 150%;
  }
}
@media screen and (min-width: 1919px) {
  #toei-star .main-area img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #toei-star .main-area img {
    width: 100%;
  }
}
#toei-star .lead {
  text-align: center;
  padding: 60px 20px 60px 20px;
  line-height: 2em;
  font-size: 18px;
  background: #fdfeff;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toei-star .lead {
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
  }
}
#toei-star .lead p {
  line-height: 220%;
  letter-spacing: 0.02em;
  max-width: 980px;
  margin: auto;
  margin-bottom: 40px;
  color: #000;
}
#toei-star .lead-textlink {
  font-weight: bold;
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 768px) {
  #toei-star .lead p {
    margin-bottom: 40px;
  }
}
#toei-star p.startday {
  width: 370px;
  font-size: 22px;
  border: 1px solid #000;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 2.2em;
  padding: 10px 30px;
  margin-bottom: 70px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #toei-star p.startday {
    text-align: center;
    width: 100%;
    margin: 0 0 70px;
    padding: 10px;
    line-height: 2;
    font-size: 22px;
  }
}
#toei-star .startday_small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #toei-star .startday_small {
    font-size: 14px;
  }
}
#toei-star .lead .skyper-area {
  padding: 0;
}
#toei-star .lead .text_link {
  text-decoration: underline;
  color: #fff;
}
#toei-star .lead .text_link:hover {
  text-decoration: none;
}
#toei-star #monthly-anchors {
  padding: 100px 20px 0;
}
@media screen and (max-width: 768px) {
  #toei-star #monthly-anchors {
    padding: 40px 20px 0;
  }
}
#toei-star .anc {
  max-width: 980px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toei-star .anc {
    padding: 0;
    max-width: none;
  }
}
#toei-star .anc li {
  font-size: 0;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 768px) {
  #toei-star .anc li {
    width: 50%;
  }
}
#toei-star .anc li:last-child {
  margin-right: 0;
}
#toei-star .anc li a {
  display: block;
  trasntision: 0.3s;
}
#toei-star .anc li a:hover {
  opacity: 0.8;
}
#toei-star .program-area {
  padding: 80px 20px;
}
#toei-star .plan-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #toei-star .plan-title {
    margin-bottom: 20px;
  }
}
#toei-star .plan-title img {
  height: 89px;
  display: block;
  margin: 0 auto;
}
#toei-star .prog {
  background: #fff;
  max-width: 980px;
  padding: 5px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #toei-star .prog {
    padding: 10px;
    font-size: 0;
  }
}
#toei-star .prog_inner {
  padding: 45px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #toei-star .prog_inner {
    padding: 40px 10px;
  }
}
#toei-star .program-title-area {
  text-align: center;
  font-size: 28px;
  margin-bottom: 60px;
  border-bottom: 1px solid #cdcdcd;
  line-height: 0.8em;
}
@media screen and (max-width: 768px) {
  #toei-star .program-title-area {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2em;
  }
}
#toei-star .program-title {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #toei-star .program-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
#toei-star .program-title .program-title-sub {
  font-size: 0.85em;
}
#toei-star .prog .age {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 40px 0;
  line-height: 1em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #toei-star .prog .age {
    display: block;
    margin: 0 0 20px 0;
  }
}
#toei-star .program-image {
  float: left;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #toei-star .program-image {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-size: 13px;
  }
  #toei-star .program-image img {
    max-width: 100%;
  }
}
#toei-star .program-image .date {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #toei-star .program-image .date {
    text-align: left;
    margin-top: 15px;
  }
}
#toei-star .program-image .date_title {
  display: block;
}
#toei-star .program-detail {
  float: right;
  width: 52%;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  #toei-star .program-detail {
    float: none;
    width: 100%;
    font-size: 16px;
    margin-top: 0px;
  }
}
#toei-star .detail-credit {
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 40px;
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #toei-star .detail-credit {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
#toei-star .prog .schedule-btn {
  text-align: right;
}
#toei-star .prog .schedule-btn a {
  margin-top: 40px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  background: #eee;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 10px 52px 10px 26px;
  min-width: 360px;
}
#toei-star .prog .detail-txt + .detail-txt {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #toei-star .prog .schedule-btn a {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
    padding: 5px;
    line-height: 2.2;
    min-width: 0;
  }
}
#toei-star .schedule-btn+.schedule-btn a {
  margin-top: 15px;
}
#toei-star .prog .schedule-btn a:hover {
  opacity: 0.6;
}
#toei-star .prog .schedule-btn a::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 1.5em;
}
#toei-star .prog .schedule-btn a:nth-child(2) {
  margin-top: 10px;
}
#toei-star .apply-btn {
  text-align: right;
}
#toei-star .apply-btn a {
  margin-top: 46px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #ffaa24 url("/osusume/img/bg_btn_apply.jpg") no-repeat center/cover;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  padding: 20px 30px 20px 30px;
  min-width: 360px;
  position: relative;
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  #toei-star .apply-btn a {
    display: block;
    width: 100%;
    font-size: 4.6vw;
    margin-top: 32px;
    min-width: 0;
  }
}
#toei-star .apply-btn a img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 163px;
  width: 45%;
  top: -23%;
}
#toei-star .apply-btn a:hover {
  opacity: 0.8;
}
#toei-star .apply-btn a::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 1.22em;
}
#toei-star .apply-btn+.schedule-btn a {
  margin-top: 20px;
}
#toei-star .prog .prog-tag {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 8px 2px;
  color: #000;
  background: #eee;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #toei-star .prog .prog-tag {
    margin: 0 5px;
  }
}
#tokusetsu_dai .sns_area {
  margin: 0 auto;
  background: #000;
}
#tokusetsu_dai .sns_area .area_inner {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .area_inner {
    padding: 30px 0;
  }
}
#tokusetsu_dai .sns_area .sns_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .sns_title {
    margin-bottom: 10px;
  }
}
#tokusetsu_dai .sns_area .btnList {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
#tokusetsu_dai .sns_area .btnList>li {
  display: inline-block;
  width: 78px;
  height: 78px;
  margin: 2% 35px 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .btnList>li {
    display: inline-block;
    margin: 0 5px;
    max-width: 78;
    width: 50px;
    height: 50px;
  }
}
#tokusetsu_dai .sns_area .btnList>li:first-child {
  margin-top: 0;
}
#tokusetsu_dai .sns_area .btnList>li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  padding-top: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#tokusetsu_dai .sns_area .btnList>li a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#tokusetsu_dai .credit_area {
  max-width: 100%;
  border: none;
  font-size: 10px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  #tokusetsu_dai .credit_area {
    width: auto;
    padding: 0 20px;
  }
}
#tokusetsu_dai .credit_area p {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
#toei-star .skyper-area {
  background: none;
}
@media screen and (max-width: 768px) {
  #toei-star .skyper-area {
    padding: 0 0 30px;
  }
}
#toei-star .program-banner {
  max-width: 980px;
  margin: 80px auto 0;
}
#toei-star .prog+.plan-title,
#toei-star .prog+.prog {
  margin-top: 40px;
}
#toei-star .program-banner+.plan-title,
#toei-star .program-banner+.prog {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #toei-star .prog+.prog {
    margin-top: 30px;
  }
  #toei-star .prog+.plan-title {
    margin-top: 20px;
  }
}
#toei-star .program-detail,
#toei-star .copy-txt,
.copyright {
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}
.osusume_list {
  width: 100%;
  background: #c6d0da;
  font-weight: normal;
  padding: 40px 20px;
  color: #000;
}
.osusume_list .ttl_osusume {
  font-size: 30px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .osusume_list .ttl_osusume {
    font-size: 18px;
  }
}
.osusume_list .ttl_osusume span:before {
  display: block;
  content: "＼";
  position: absolute;
  left: 0;
  top: 0;
}
.osusume_list .ttl_osusume span:after {
  display: block;
  content: "／";
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .osusume_list .ttl_osusume span:before,
  .osusume_list .ttl_osusume span:after {
    top: 30%;
    font-size: 30px;
  }
}
.osusume_list .ttl_osusume span {
  padding: 0 30px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .osusume_list .ttl_osusume span {
    display: block;
    margin: 0 auto;
    width: 210px;
  }
}
.osusume_inner {
  max-width: 980px;
}
.osusume_inner {
  max-width: 980px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 30px auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .osusume_inner {
    display: block;
  }
}
.osusume_inner li {
  width: 29%;
  font-size: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .osusume_inner li {
    width: 100%;
    margin-bottom: 30px;
  }
  .osusume_inner li:last-child {
    margin-bottom: 0px;
  }
}
.osusume_inner .txt {
  padding: 10px 15px 15px;
}
.osusume_inner .txt p {
  color: #595656;
}
.osusume_inner .txt .heading {
  font-size: 1.6em;
}
#toei-star .skyperhaishin_ttl {
  width: 240px;
  margin: 0 auto 25px;
  display: block;
}
#toei-star .skyperhaishin_inner small {
  display: block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #toei-star .skyperhaishin_inner small {
    text-align: left;
    font-size: 12px;
  }
}
#toei-star .skyperhaishin_text {
  max-width: 485px;
}
@media screen and (max-width: 768px) {
  #toei-star .skyperhaishin_text {
    max-width: 100%;
  }
}
#toei-star .skyperhaishinari {
  background: #e9f9ff;
  border-radius: 6px;
  border: 2px solid #00a9ea;
  margin: 40px auto 0 auto;
  max-width: 878px;
  width: 100%;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 768px) {
  #toei-star .skyperhaishinari {
    margin-top: 20px;
  }
}
#toei-star .skyperhaishinari-outer {
  clear: both;
  padding-top: 1px;
}
#toei-star .skyperhaishinari_inner {
  padding: 15px 20px;
}
#toei-star .skyperhaishinari_ttl {
  background: #00a9ea;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
}
#toei-star .skyperhaishinari_ttl img {
  max-width: 187px;
  display: block;
  margin: 0 auto;
}
#toei-star .skyperhaishinari a:not(.text-link) {
  max-width: 387px;
  padding: 10px 50px 10px 20px;
  min-height: 40px;
  display: block;
  position: relative;
  color: #fff;
  background: #00a9ea;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  font-size: 1.12em;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #toei-star .skyperhaishinari a:not(.text-link) {
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 15px;
  }
}
#toei-star .skyperhaishinari a:hover {
  opacity: 0.8;
}
#toei-star .skyperhaishinari a:not(.text-link)::after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 12px;
  background: url("../images/ico_arrow.svg") no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #toei-star .skyperhaishinari a:not(.text-link)::after {
    position: static;
    display: inline-block;
    margin-left: 10px;
  }
  #toei-star .skyperhaishinari_inner {
    font-size: 15px;
  }
}
#toei-star .skyperhaishinari_period {
  font-size: 0.75em;
  display: block;
  line-height: 1.3em;
  text-align: center;
  margin-top: 10px;
}
#toei-star .skyperhaishinari.skyperhaishinari__mb15 {
  margin: 0 auto 15px auto;
}
#toei-star .text-link {
  text-decoration: underline;
  color: #595656;
}
#toei-star .mb-0 {
  margin-bottom: 0 !important;
}
#toei-star .mp-0 {
  padding-bottom: 0 !important;
}
#topcontrol {
  z-index: 20;
}
span.italic {
  font-style: italic;
}
#toei-star p.text_attention {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}
#toei-star .is-text-red {
  color: #a70000;
}
#toei-star .is-text-bold {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #toei-star.container::after {
    background: url("../images/bg_prog.jpg") no-repeat left top 110px/125%;
  }
}
#toei-star .main-area img {
  width: 100vw;
}
#toei-star .lead {
  background: url("../images/bg-mv-bottom.jpg") repeat;
}
#toei-star .anc_area {
  padding: 40px 0 0;
}
#toei-star .anc_area .anc_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media print, screen and (min-width: 769px) {
  #toei-star .anc_area .anc_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#toei-star .anc_area .anc_list .anc_item a img {
  height: auto;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
@media print, screen and (min-width: 769px) {
  #toei-star .anc_area .anc_list .anc_item a img {
    max-width: 200px;
  }
}
#toei-star .anc_area .anc_list .anc_item a:hover {
  opacity: 0.6;
}
#toei-star .program-area::after {
  content: "";
  display: block;
  position: fixed;
  background-image: url("../images/bg_sp.jpg");
  width: 100vw;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
#toei-star .plan-title {
  position: relative;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 769px) {
  #toei-star .plan-title {
    margin-bottom: 50px;
  }
}
#toei-star .plan-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 90%;
  left: -33px;
  background: url("../images/bg_program-area.png") no-repeat center/cover;
  width: 93.87vw;
  height: 29.07vw;
}
@media print, screen and (min-width: 769px) {
  #toei-star .plan-title::before {
    width: 775px;
    height: 210px;
    top: 45%;
    left: 50%;
    transform: translateX(calc(-50% - 315px));
  }
}
#toei-star .plan-title.l2::before {
  top: 95%;
}
@media print, screen and (min-width: 769px) {
  #toei-star .plan-title.l2::before {
    top: 60%;
  }
}
#toei-star .plan-title img {
  position: relative;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #toei-star .plan-title img {
    max-width: 536px;
  }
}
#toei-star .program:not(:first-child) {
  margin-top: 80px;
}
#toei-star .prog .schedule-btn a {
  background: linear-gradient(90deg, #d5a82e 0%, #a27a0b 100%);
  clip-path: polygon(0 0, 96.5% 0, 100% 25%, 100% 100%, 3.5% 100%, 0 75%);
  color: #fff;
}
#toei-star .prog .schedule-btn a::after {
  border-color: #fff;
}
#toei-star .program-title-area {
  border-bottom: 1px solid #fff;
  background: url("../images/line.png") no-repeat bottom/contain;
}
@media print, screen and (min-width: 769px) {
  #toei-star .program-title-area {
    border-bottom: none;
  }
}
#toei-star .osusume_list {
  background: #d7d5d4;
}
@media only screen and (max-width: 768px) {
  #toei-star .program-title-inner-sub {
    font-size: 0.77em;
  }
}
#toei-star .program-title .program-title-sub {
  font-size: 0.77em;
}
@media print, screen and (min-width: 769px) {
  #toei-star .program-title .program-title-sub {
    font-size: 28px;
  }
}
