main{ 
 width: 1180px;
 margin: 60px auto;}


main .mainImg {
	margin-bottom: 10px;
}
main p{
	font-size: 1.4rem;
}

h1.pageTitle span {
  font-size:2.4rem;
  display: block;
}

main h2{
 font-size: 3.6rem;
 line-height: 2.2rem;
 font-weight: normal;
 color: #e60012;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 60px;
}

.introduction {
  font-size:2.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 35px auto 50px;
}


/* ストーリー部分 */
.story {
  background: #fbf8f6;
  font-size:1.4rem;
  padding:25px 30px;
  margin-bottom:20px;
}

.story h2 {
  font-size:2rem;
  text-align: left;
  font-weight: bold;
  background: url("/radio-cm/images/drama/story-icon.png") no-repeat;
  background-size: 34px 23px;
  padding:2px 0 0 44px;
  margin:0 0 20px 0;
}


/* ドラマアーカイブ部分 */
.drama_active {
  padding-bottom: 20px;
  border-bottom:1px solid #d0d5da;}

.drama_active h2{
  color:#000;
  font-size:3.6rem;
  margin-top:110px;
  margin-bottom:40px;}

.drama_active h2 + p{
  font-size:1.8rem;
  text-align: center;
  margin-bottom:60px;}

.drama_active dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.drama_active dl > div{
  width:366px;
  margin-bottom:60px;
}

.drama_active dl > div > dt {
  padding:40px 25px 25px;
  text-align: center;
  background: #f3f5f7;
}
.drama_active dl > div > dt h3 {font-size:2.4rem;}

.drama_active dl >div > dd {
  padding:15px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.now_on_air {
  background: #e6180b;
  color:#fff;
  width:180px;
  padding:3px;
  text-align: center;
  font-weight: bold;
  margin: auto;
}

/* リンクボタン */
.drama_active dl >div > dd a,
.drama_active dl >div > dd p {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  background: #fff;
  transition-duration: 0.2s;
  width:50%;
  margin:5px;
  padding:10px 10px 8px;
  color:#e6180b;
  border:1px solid #e6180b;
  transition: color 0.12s, background 0.12s;}

.drama_active dl >div > dd a:hover {
  color:#fff;
  background:#e6180b;}

.drama_active dl >div > dd p {
  background: #f3f5f7;
  color:#999;
  border:1px solid #e9ecee;}


/*リンク矢印*/
.drama_active a .redArrowS{
  right: 20px;
  transition: 0.12s;
  transition-property: border, transform;}

.redArrowS {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #e60012;
  border-bottom: 1px solid #e60012;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 3.5px);
  transition-property: border-color;
  transition-duration: 0.12s;}

.drama_active a.hover .redArrowS{
  border-color: #fff;
  transform: translateX(5px) rotate(-45deg);}

.yet {color:#888;}




/* drama-2 */
.drama-2 dl > div > dt h3 {   
  font-size:1.6rem;
  font-weight: bold;
}

.drama-2 dl > div > dt {
  padding:30px;
  margin-bottom:10px;
  text-align: center;
  background: #f3f5f7;
}

.drama-2 dl >div > dd {
  width:100%;
  padding:5px 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.drama-2 dl >div > dd a,
.drama-2 dl >div > dd p {
  width:100%;}

.drama-2 ul.season1 {
  width:700px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom:120px;
}
.drama-2 ul.season1 li {width: calc(50% - 10px);}


.drama-2 ul.season1 li a {
  position: relative;
  z-index: 1;
  display: flex;
  line-height: 1.5;
  background: #fff;
  transition-duration: 0.2s;
  width:calc(100% - 20px);
  margin:10px;
  padding:10px 10px 8px 20px;
  color:#e6180b;
  border:1px solid #e6180b;
  transition: color 0.12s, background 0.12s;}

.drama-2 ul.season1 li a:hover {
  color:#fff;
  background:#e6180b;}




/* オンエア情報部分 */
.on_air {
  width:900px;
  margin:auto auto 130px;}

.on_air h2 {min-height:61px;
  background: url("/radio-cm/images/drama/on_air-icon.png") no-repeat bottom left 55px;
  background-size: 39px 61px;
  font-size:3.6rem;
  color: #e7170a;
  margin-bottom:0;
  padding-bottom:30px;}

.fm802 {
  width:109px;
  height:27px;
  margin-right:20px;
  vertical-align: middle;}

.on_air > div {
  padding:30px;
  border:4px solid #e7170a;}

/* タイトルと写真 */
.on_air dl {
  margin-top:15px;
  margin-bottom:25px;
  display: flex;
  justify-content: space-between;}
.on_air dl dt {
  width:calc(100% - 239px);
  text-align: center;}
.on_air dl dd {width:239px;}

.on_air dl dt img {
  width:468px;
  height:191px;}

.on_air dl dd img {
  width:239px;
  height:159px;
}

.on_air figcaption {font-size:1.4rem;}

/* 最新話をチェック */
p.on_air_check {
  font-size:1.8rem;
  line-height: 1.667;
  text-align: center;
  padding:15px;
  background: #fbf8f6;
  margin-bottom:25px;}
p.on_air_check span {color:#e7170a;}

/* ラジコへのリンク */
.radiko {
  text-align: center;
}

.radiko p {
  font-size:1.8rem;
  text-align: center;}

.radiko a {
  display: inline-block;
  margin:5px;}

.radiko a.hover {opacity: 0.7;}

.radiko span {
  display: block;
  font-size:1.2rem;}


/* .theme-song */
.theme-song h2 {
  color: #000;
  margin-top: 100px;}

.theme-song {
  margin-bottom:100px;}

.theme-song iframe {
  display:block;
  margin:auto auto 100px;
}