@charset "UTF-8";
#mainContents {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 45px;
}

#lineupMv {
  background: #000;
}
#lineupMv img {
  opacity: 1;
}

.bgBlack .lineupTxt01.lineupComment {
  margin-left: 2%;
}

.supText {
  font-size: 75.5% !important;
}

.sectionInner section {
  margin-bottom: 45px;
}

.sectionInner section:last-child {
  margin-bottom: 0;
}

.detailLnk {
  width: 320px;
  margin: 0 auto;
}

.detailLnk a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background-color: #f29100;
  color: #fff;
  transition: 0.6s;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
}

.detailLnk a::before {
  border-radius: 5px;
  background-color: hsl(36, 100%, 55%);
}

.detailLnk a::after {
  content: "";
  background: url("../img/lineup/icon_external_white.png") left top no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 12px;
}

.lineupTxt01 {
  font-size: 16px;
  line-height: 1.6;
}

#wrap .lineupTxt01 img.baby {
  width: 22px;
}

.lineupTxt01.lineupComment {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  width: 94%;
}

.anchorNav + .lineupTxt01.lineupComment {
  margin-top: -40px;
  margin-left: 0;
}

.lineupTxt01.lineupComment:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.lineupTxt01.lineupComment1,
.lineupTxt01.lineupComment2 {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 30px;
  width: 92%;
}

.lineupTxt01.lineupComment1:before {
  content: "※1";
  position: absolute;
  left: 0;
  top: 0;
}

.lineupTxt01.lineupComment2:before {
  content: "※2";
  position: absolute;
  left: 0;
  top: 0;
}

.iconTakuji {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}

.iconTakuji:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/top/icon_takuji03_pink.png") left top no-repeat;
  background-size: 100%;
  width: 24px;
  height: 27px;
}

.lineupTxt02 {
  font-size: 14px;
  margin-bottom: 5px;
}

.lineupH2 {
  margin-top: 50px;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.lineupH2 span {
  font-size: 16px;
}

.lineupH4 {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  color: #811c29;
  font-size: 20px;
}

.lineupH5 {
  background-color: #9D9D9D;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  padding: 5px 0 5px 1.35416667%;
  margin-bottom: 25px;
  font-weight: 400;
}

.programDesc {
  line-height: 2.0625;
  margin-bottom: 45px;
}

.programVisual {
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

.programVisual .img01 {
  width: 69%;
  margin: 0 auto;
}

.copy {
  margin: 0 auto 45px;
  padding-bottom: 0.5em;
  line-height: 1;
  color: #808080;
  font-size: 14px;
}

.fntClrWhite {
  color: #fff;
}

.bgBlack {
  padding: 30px 0 70px;
}

.bgBlack .fntClrWhite {
  margin-top: 15px;
  margin-left: 2%;
}

.schedule {
  margin-bottom: 10px;
}

.schedule .col02 {
  margin-bottom: 4px;
}

.schedule .col02:last-child {
  margin-bottom: 0;
}

.schedule .col02 .col02List {
  float: left;
}

.schedule .col02 .col02List:first-child {
  width: 11.45833333%;
  margin-right: 0.41666667%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
}

.schedule .col02.tall .col02List,
.schedule .col02.tall .col02List:first-child {
  line-height: 1.2;
}

.schedule .col02 .col02List:first-child.full {
  background-color: #FF0000;
}

.schedule .col02 .col02List:first-child.mini {
  background-color: #0F3481;
}

.schedule .col02 .col02List:first-child.vari {
  background-color: #306839;
}

.schedule .col02 .col02List:last-child {
  width: 88.125%;
}

.schedule .col02 .col02List .col {
  border: #000 1px solid;
}

.schedule .col02.tall .col02List .col .colList {
  line-height: 1.3;
}

.schedule .col02 .col02List .col .colList {
  border-right: #000 1px solid;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0 7px;
}

.schedule .col02 .col02List .col .colList.baby {
  position: relative;
}

.schedule .col02 .col02List .col .colList.baby::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/lineup/icon_b.png) no-repeat;
  background-size: contain;
}

.schedule .col02 .col02List .col .colList ul li {
  font-size: 11px;
  line-height: 1;
  padding: 1px 0;
}

.schedule .col02.tall .col02List .col .colList ul li {
  line-height: 1.2;
}

.schedule .col02 .col02List .col .colList ul li:first-child {
  border-bottom: #000 1px solid;
}

.schedule .col02 .col02List .col .colList.double {
  padding: 0;
}

.schedule .col02 .col02List .col .colList:last-child {
  border-right: none;
}

.schedule .col02 .col02List .col .purumie {
  background-color: #f29a77;
}

.schedule .col02 .col02List .col .weekday {
  background-color: #f9d2db;
}

.schedule .col02 .col02List .col .holiday {
  background-color: #f3a7b4;
}

.schedule .col02 .col02List .col .machine {
  background-color: #f8c5ab;
}

.schedule .col02 .col02List .col .newpro {
  background-color: #badcf4;
}

.schedule .col02 .col02List .col .h_machine {
  background-color: #85bae5;
}

.schedule .col02 .col02List .col .earlySet {
  background-color: #85bae5;
}

.schedule .col02 .col02List .col .lateSet {
  background-color: #abdb87;
}

.schedule .col02 .col02List .col .standard {
  background-color: #cfc5d8;
}

.schedule .col02 .col02List .col .takuji {
  position: relative;
}

.schedule .col02 .col02List .col .takuji:after {
  content: "";
  background: url(../img/lineup/icon_takuji03_pink.png) left top no-repeat;
  background-size: 100%;
  width: 13.8121547%;
  height: 27px;
  position: absolute;
  right: 0.6%;
  top: 17%;
}

.schedule .col02 .col02List .col .takuji span {
  font-size: 14px;
  letter-spacing: -1px;
}

.schedule .col02 .col02List .col .line {
  position: relative;
}

.schedule .col02 .col02List .col .line:before {
  content: "";
  width: 102.1%;
  height: 1px;
  border-bottom: #000 1px solid;
  position: absolute;
  left: 0;
  bottom: 49%;
  transform: rotate(-11deg);
}

.schedule .col02 .col02List .colList.pia {
  position: relative;
  border-right: 1px solid #000;
}

.schedule .col02 .col02List .colList.pia span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 92%;
  height: 54px;
  padding-left: 3.7em;
  background-color: #DCDCDC;
  text-align: left;
  position: absolute;
  top: 2px;
  left: 4%;
  font-size: 90%;
}

.schedule .col02 .col02List .colList.pia::after {
  content: "";
  display: block;
  width: 2.6em;
  height: 2.6em;
  background: url(../img/lineup/pia.png) no-repeat top left;
  background-size: contain;
  top: 13px;
  left: 9%;
  position: absolute;
  z-index: 1;
}

.schedule .col02 .col02List .col.col03 {
  width: 44.0625%;
}

.schedule .col02 .col02List .col.col03 .colList {
  width: 33.0969267139%;
}

.schedule .col02 .col02List .col.col04 {
  width: 66.54846336%;
}

.schedule .col02 .col02List .col.col04 .colList {
  width: 24.86678508%;
}

.schedule .col02 .col02List .col.col05 {
  width: 83.21513002%;
}

.schedule .col02 .col02List .col.col05 .colList {
  width: 19.88636364%;
}

.schedule .col02 .col02List .col.col06 {
  width: 100%;
}

.schedule .col02 .col02List .col.col06 .colList {
  width: 16.54846336%;
}

.schedule .col02 .col02List .col.col07 {
  width: 100%;
}

.schedule .col02 .col02List .col.col07 .colList {
  width: 14%;
  font-size: 13.5px;
}

.staffcast .lineupTxt01 {
  position: relative;
  padding-left: 78px;
}

.staffcast .lineupTxt01:last-child {
  margin-bottom: 0;
}

.staffcast .lineupTxt01:before {
  position: absolute;
  left: 0;
  top: 0;
}

.staffcast .lineupTxt01.command:before {
  content: "■指揮";
}

.staffcast .lineupTxt01.directing:before {
  content: "■演出";
}

.staffcast .lineupTxt01.directing2 {
  padding-left: 115px;
}

.staffcast .lineupTxt01.directing2:before {
  content: "■演出・美術";
}

.staffcast .lineupTxt01.cast:before {
  content: "■出演";
}

.staffcast .lineupTxt01.text:before {
  content: "■台本";
}

.staffcast .lineupTxt01.music:before {
  content: "■作曲";
}

.staffcast .lineupTxt01.cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.staffcast .lineupTxt01.cast li {
  width: 50%;
}

.staffcast .lineupTxt01.cast.mod li {
  width: auto;
}

.staffcast .lineupTxt01.cast.mod li:nth-child(odd) {
  width: 60%;
}

.staffcast .lineupTxt01.orchestra {
  padding-left: 80px;
}

.staffcast .lineupTxt01.orchestra:before {
  content: "■管弦楽";
}

.staffcast .lineupTxt01.production {
  padding-left: 17px;
}

.staffcast .lineupTxt01.production:before {
  content: "■";
}

.staffcast .col02 .col02List:first-child ul li:last-child {
  margin-right: 0;
}

.staffcast .col02 .col02List:first-child ul li .img01 {
  margin-bottom: 3px;
}

.staffcast .col02 .col02List:first-child ul li .name01 {
  font-size: 12px;
  text-align: center;
}

.lineupTxtTime {
  margin-top: 1rem;
}

.priceInf section {
  margin-bottom: 0;
}

.priceInf section:last-child {
  margin-bottom: 0;
}

.priceInf h6 {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
}

.priceInf h6.opera {
  position: relative;
}

.priceInf h6.opera:after {
  position: absolute;
  font-size: 13px;
  border: #000 1px solid;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 2px 0;
  top: 0px;
  right: -60px;
  width: 55px;
  font-weight: 400;
}

.priceInf h6.opera00:after {
  content: "オペラ０";
}

.priceInf h6.opera01:after {
  content: "オペラ１";
}

.priceInf h6.opera02:after {
  content: "オペラ２";
}

.priceInf h6.opera03:after {
  content: "オペラ３";
}

.priceInf .lineupTxt01 {
  display: inline-block;
}

.priceInf .priceList {
  margin-bottom: 15px;
}

.priceInf .priceList li {
  display: inline-block;
  margin-right: 15px;
}

.priceInf .priceList li:before {
  font-size: 13px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #000;
  margin-right: 5px;
  padding: 2px 5px;
  line-height: 1;
}

.priceInf .priceList li:after {
  content: "円";
  margin-left: 3px;
  display: inline-block;
}

.priceInf .priceList li.s:before {
  content: "S席";
}

.priceInf .priceList li.a:before {
  content: "A席";
}

.priceInf .priceList li.b:before {
  content: "B席";
}

.priceInf .priceList li.c:before {
  content: "C席";
}

.priceInf .priceList li.d:before {
  content: "D席";
}

#program01,
#program02,
#program03,
#program04,
#program05,
#program06,
#program07,
#program08,
#program09 {
  margin-bottom: 45px;
}

.programVisual {
  background: #000;
}

.lineupSec .bgCream {
  background-color: #efe8d8;
}

.lineupSec .bgCream .desc01 {
  line-height: 1;
  font-size: 14px;
  padding: 5px 0 5px 14%;
}

.lineupSec .titlebox {
  background: linear-gradient(90deg, #f29100 0%, #f29100 50%, #4D4D4D 50%, #4D4D4D 100%);
  width: 100%;
  height: 100px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.lineupSec .titlebox.tall {
  height: auto;
}

.lineupSec .titlebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 31px;
  margin-left: 50%;
  background-color: #ffd282;
  position: absolute;
  bottom: 0px;
}

.lineupSec .titlebox.tall::before {
  height: 50px;
}

.lineupSec .titlebox.tall dl {
  align-items: stretch;
}

.lineupSec .titlebox.tall dl dt {
  height: auto;
}

.lineupSec .titlebox dl {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.lineupSec .titlebox dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  width: calc(20% - 3px);
  height: 100px;
  border-right: 3px solid #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.lineupSec .titlebox dl dt .ttl_year {
  margin: 0 0.2em 0 0;
  padding: 0.2em;
  background-color: #fff;
  color: #f29100;
}

.lineupSec .titlebox dl dt .ttl_month {
  font-size: 52px;
}

.lineupSec .titlebox dl dt .ttl_month .narrow {
  font-weight: 500;
  letter-spacing: -4px;
}

.lineupSec .titlebox dl dt .month {
  margin-top: 0.8em;
}

.lineupSec .titlebox dl dd {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.lineupSec .titlebox dl dd .title_name {
  flex: 1;
  display: flex;
  position: relative;
}

.lineupSec .titlebox dl dd .title_name .special25 {
  position: absolute;
  top: 7px;
  left: 265px;
}

.lineupSec .titlebox dl dd .title_name .special25.posR {
  left: 322px;
}

.lineupSec .titlebox dl dd .title_name h3 {
  width: 70%;
  padding: 0.4em 1.2em;
  background-color: #666;
  border-right: 1px solid #808080;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

.lineupSec .titlebox dl dd .title_name h3 span {
  display: block;
  font-size: 26px;
  font-weight: 600;
}

.lineupSec .titlebox dl dd .title_name h3 .osusume {
  display: flex;
  align-items: center;
  width: 46px;
  height: 46px;
  line-height: 1.1;
  color: #8B621E;
  background-color: #EEE7D8;
  border: 1px solid #9D9D9D;
  border-radius: 7px;
  font-size: 11px;
  position: absolute;
  top: 16%;
  right: 60px;
}

.lineupSec .titlebox dl dd .title_name h3:after {
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  font-family: "Noto Sans JP", sans-serif;
}

.lineupSec .titlebox dl dd .title_name h3.new .osusume {
  right: 70px;
}

.lineupSec .titlebox dl dd .title_name h3.new::after {
  content: "新制作";
  background-color: hsl(36, 100%, 55%);
  position: absolute;
  right: 10px;
  top: 16%;
  display: inline-block;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #9D9D9D;
}

.lineupSec .titlebox dl dd .title_name h3.world:after {
  content: "創作委嘱作品･世界初演";
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 14px;
  display: inline-block;
  background-color: #08287f;
  text-align: center;
  color: #fff;
  padding: 3px 5px;
  font-weight: 500;
}

.lineupSec .titlebox dl dd .title_name h3.replay:after {
  content: "再演";
  background-color: #2F5C9A;
  border: 1px solid #9D9D9D;
  position: absolute;
  right: 10px;
  top: 16%;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 3px 7px;
  font-weight: 500;
}

.lineupSec .titlebox dl dd .title_name .english {
  width: 30%;
  padding: 0.8em 1.2em 0.4em;
  background-color: #4D4D4D;
  text-align: right;
  font-size: 16px;
  font-family: "Lora", serif;
  font-style: italic;
  color: #ffd282;
}

.lineupSec .titlebox dl dd .title_name .english span {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
}

.lineupSec .titlebox dl dd .title_name .english.modpadding {
  padding: 0;
}

.lineupSec .titlebox dl dd .title_name .english.modpadding span {
  margin-bottom: 0;
}

.lineupSec .titlebox dl dd .title_name .english.modpadding span:nth-of-type(2) {
  margin-top: 3px;
}

.lineupSec .titlebox dl dd .title_detail {
  box-sizing: border-box;
  height: 31px;
  padding: 0.4em 1.2em;
  font-size: 14px;
  color: #333;
  background-color: #ffd282;
  position: relative;
  z-index: 1;
}

.lineupSec .titlebox.tall dl dd .title_detail {
  height: auto;
}

.lineupSec .novisual {
  margin-top: 45px;
}

@media screen and (max-width: 480px) {
  .detailLnk a {
    border-radius: 3px;
  }
  .lineupTxt01,
  .lineupTxtTime {
    font-size: 14px;
  }
  #wrap #mainContents .lineupH2 {
    font-size: 20px;
    margin: 0;
    padding: 1em 0;
    letter-spacing: -0.5px;
  }
  #wrap #mainContents #lineupMv {
    background: url(../img/lineup/sp/bg_mv_sp.jpg) 50% top no-repeat;
    background-size: contain;
  }
  #wrap #mainContents #lineupMv .inner {
    width: 100%;
  }
  #wrap #mainContents #lineupSec01 .bgBlack {
    padding: 0 0 35px;
  }
  .anchorNav + .lineupTxt01.lineupComment {
    margin-top: 0;
  }
  .lineupSec .titlebox {
    height: auto;
    overflow: initial;
  }
  .lineupSec .titlebox::before {
    content: none;
  }
  .lineupSec .titlebox.tall {
    margin-bottom: 100px;
  }
  .lineupSec .titlebox dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .lineupSec .titlebox dl dt {
    display: block;
    width: calc(20% - 1px);
    height: 5em;
    border-right: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .lineupSec .titlebox dl dt .ttl_year {
    display: block;
    width: 80%;
    margin: 0.2em auto 0;
  }
  .lineupSec .titlebox dl dt .ttl_month {
    margin: auto;
    font-size: 36px;
  }
  .lineupSec .titlebox dl dd {
    display: block;
  }
  .lineupSec .titlebox dl dd .title_name {
    flex-direction: column;
    height: 100%;
  }
  .lineupSec .titlebox dl dd .title_name .special25 {
    top: 3px;
    left: 6px;
    font-size: 10px;
    color: #ccc;
  }
  .lineupSec .titlebox dl dd .title_name .special25.posR {
    left: 6px;
  }
  .lineupSec .titlebox dl dd .title_name h3 {
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 0.7em 0.4em;
    border-right: none;
    font-size: 11px;
  }
  .lineupSec .titlebox dl dd .title_name h3 span {
    font-size: 19px;
  }
  .lineupSec .titlebox dl dd .title_name h3 .osusume {
    width: 40px;
    height: 36px;
    top: 21%;
    right: 50px;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: -0.5px;
  }
  .lineupSec .titlebox dl dd .title_name h3.space {
    padding: 1.4em 0.4em 0;
  }
  .lineupSec .titlebox dl dd .title_name h3:after {
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
  }
  .lineupSec .titlebox dl dd .title_name h3.new:after {
    content: "新制作";
    background-color: hsl(346, 100%, 35%);
    position: absolute;
    right: 10px;
    top: 21%;
    display: inline-block;
    padding: 3px 5px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    border: 1px solid #9D9D9D;
  }
  .lineupSec .titlebox dl dd .title_name h3.world:after {
    content: "創作委嘱作品･世界初演";
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 10px;
    display: inline-block;
    background-color: #08287f;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
    font-weight: 500;
  }
  .lineupSec .titlebox dl dd .title_name h3.replay:after {
    content: "再演";
    background-color: #08287f;
    position: absolute;
    right: 10px;
    top: 21%;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 3px 7px;
    font-weight: 500;
  }
  .lineupSec .titlebox dl dd .title_name .english {
    width: 100%;
    padding: 0 0.4em;
    text-align: left;
    font-size: 16px;
  }
  .lineupSec .titlebox dl dd .title_name .english span {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
  }
  .lineupSec .titlebox dl dd .title_name .english span::after {
    content: " / ";
  }
  .lineupSec .titlebox dl dd .title_detail {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .lineupSec .novisual {
    margin-top: 4em;
  }
  #wrap #mainContents .lineupSec .iconList {
    width: 92%;
    margin: 7px auto 10px;
  }
  #wrap #mainContents .lineupSec .iconList li {
    width: 50px;
    float: left;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    margin-right: 10px;
    border-radius: 7px;
  }
  #wrap #mainContents .lineupSec .iconList li.iconReply, #wrap #mainContents .lineupSec .iconList li.iconNewProduct {
    padding: 8px 0;
  }
  #wrap #mainContents .lineupSec .iconList li.iconReply {
    background-color: #08287f;
    border: #08287f 1px solid;
    color: #fff;
  }
  #wrap #mainContents .lineupSec .iconList li.iconNewProduct {
    background-color: rgb(77, 166, 53);
    border: rgb(77, 166, 53) 1px solid;
    color: #fff;
  }
  #wrap #mainContents .lineupSec .iconList li.iconOsusume {
    border: rgb(180, 134, 68) 1px solid;
    color: rgb(180, 134, 68);
    padding: 3px 0;
  }
  #wrap #mainContents .lineupSec .programVisual {
    width: 92%;
    margin: 0 auto 10px;
  }
  #wrap #mainContents .lineupSec .programVisual .img01 {
    width: 100%;
    margin: 2.8em auto 0;
  }
  #wrap #mainContents .lineupSec .copy {
    width: 92%;
    margin: 0 auto 20px;
  }
  #wrap #mainContents .lineupSec section {
    width: 92%;
    margin: 0 auto;
  }
  #wrap #mainContents .lineupSec section.lineupSec {
    width: 100%;
  }
  #wrap #mainContents .lineupSec section .detailLnk {
    margin-top: 20px;
  }
  #wrap #mainContents .lineupSec section .inner {
    width: 100%;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner {
    width: 100%;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner.new::after, #wrap #mainContents .lineupSec section .inner .sectionInner.replay::after {
    display: none;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .osusume {
    display: none;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .programDesc {
    line-height: 1.5625;
    margin-bottom: 10px;
    text-align: justify;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .bgGray01 {
    width: 134%;
    margin-left: -17%;
    background-color: #c3c3c3;
    padding: 15px 0 20px;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .bgGray01 section {
    width: 74.5%;
    padding-bottom: 1em;
    background-color: #fff;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .bgGray01 .iconTakuji {
    margin-top: 10px;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin: 15px auto;
    position: relative;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl + .lineupTxt01,
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp + .lineupTxt01 {
    margin-top: 1em;
    padding-left: 3em;
    text-indent: -3em;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl.mb0 {
    margin-bottom: 0;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl:before {
    content: "";
    color: #808080;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .schedule {
    width: 1000px;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp {
    width: 98%;
    display: table;
    margin: auto;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr th,
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td {
    font-size: 14px;
    text-align: center;
    border: #333 1px solid;
    vertical-align: middle;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr th {
    color: #fff;
    font-weight: normal;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr th.series01 {
    background-color: #FF0000;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr th.series02 {
    background-color: #306839;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr th.series03 {
    background-color: #0F3481;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.baby::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/lineup/icon_b.png) no-repeat;
    background-size: contain;
    transform: translate(2px, 2px);
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.purumie {
    background-color: #f29a77;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.weekday {
    background-color: #f9d2db;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.holiday {
    background-color: #f3a7b4;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.machine {
    background-color: #f8c5ab;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.newpro {
    background-color: #badcf4;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.h_machine {
    background-color: #85bae5;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.earlySet {
    background-color: #85bae5;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.lateSet {
    background-color: #abdb87;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.standard {
    background-color: #cfc5d8;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.pia_sp {
    background-color: #DCDCDC;
    position: relative;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td.pia_sp::before {
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/lineup/pia.png) no-repeat 0 0;
    background-size: contain;
    top: 2px;
    left: 0.5em;
    position: absolute;
    top: 1px;
    left: 1.6em;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.purumie {
    background-color: #f29a77;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.weekday {
    background-color: #f9d2db;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.holiday {
    background-color: #f3a7b4;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.machine {
    background-color: #f8c5ab;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.newpro {
    background-color: #badcf4;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.h_machine {
    background-color: #85bae5;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.earlySet {
    background-color: #85bae5;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.lateSet {
    background-color: #abdb87;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr td ul li.standard {
    background-color: #cfc5d8;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .tableScrl .scheduleTblSp tr:first-child th:first-child {
    border-top: none;
    border-left: none;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .lineupTxt02 {
    width: 95.65217391%;
    margin: 0 auto;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .lineupComment {
    width: auto;
    margin-left: 2.17391304%;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .lineupH5 {
    margin-bottom: 12px;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .staffcast {
    background-color: #fff;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .staffcast .col02 {
    width: 95.65217391%;
    margin: 0 auto;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .staffcast .col02 .col02List {
    width: 100%;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .staffcast .col02 .col02List .lineupTxt01 {
    line-height: 1.4;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .staffcast .col02 .col02List ul li {
    margin-right: 0;
  }
  .staffcast .lineupTxt01.cast {
    display: block;
    padding: 1.2em 0 0 0;
  }
  .staffcast .lineupTxt01.cast li {
    width: 100%;
  }
  .staffcast .lineupTxt01.cast.mod li {
    width: 100%;
  }
  .staffcast .lineupTxt01.cast.mod li:nth-child(odd) {
    width: 100%;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .priceInf {
    width: 95.65217391%;
    margin: 0 auto;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .priceInf h6 {
    font-weight: 600;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .priceInf li {
    width: 28%;
    font-size: 80%;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .priceInf .lineupTxt01 {
    display: block;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .priceInf section {
    width: 100%;
    padding-bottom: 10px;
  }
  #wrap #mainContents .lineupSec section .inner .sectionInner .priceInf section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #wrap #mainContents .lineupSec .lineupH4 {
    font-size: 16px;
    line-height: 1.5625;
    text-align: left;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 440px) {
  .lineupSec .titlebox dl dd .title_name h3 .narrow {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .lineupSec .titlebox dl dd .title_name h3 .narrow {
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  .lineupSec .titlebox dl dd .title_name h3.narrow {
    font-size: 10px;
  }
  .lineupSec .titlebox dl dd .title_name h3 .narrow {
    font-size: 12px;
  }
  .lineupSec .titlebox dl dd .title_name h3 .narrow2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .lineupSec .titlebox {
    margin-bottom: 60px;
  }
  .lineupSec .titlebox dl dt .ttl_year {
    font-size: 98%;
  }
  .lineupSec .titlebox dl dd .title_name .english {
    font-size: 82%;
  }
}/*# sourceMappingURL=maps/lineup.css.map */
