main{ 
 width: 1180px;
 margin: 60px auto;}

main .mainImg {margin-bottom: 10px;}
main .mainImg img {
  width:100%;
  height: auto;
}

main p{font-size: 1.4rem;}

h1.pageTitle span {
  font-size:2.4rem;
  display: block;
}

.introduction {
  font-size:2.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 35px auto 50px;
}



/* ----------------------------------------
紹介部分
---------------------------------------- */
.what {
  background: #fbf8f6;
  font-size:1.4rem;
  padding:15px 30px 25px;
  margin-bottom:20px;
}

.what h2 {
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  background: url(/radio-cm/images/song/song-icon.png) no-repeat;
  background-size: 39px 36px;
  padding: 10px 0 10px 44px;
  margin: 0 0 2px 0;
  color: #e60012;
}
.what a {
  text-decoration: underline;
  color:#e60012 !important;}
.what a.hover {
  color: #e60012;
  text-decoration: none;
  transition-property: color, background, text-decoration;
  cursor: pointer;}

.what a.blank:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url(/images/common/blank.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}


/* ----------------------------------------
アーティスト紹介
---------------------------------------- */
.artist {
  padding-bottom: 45px;
  border-bottom:1px solid #d0d5da;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.artist div {
  width:570px;
  margin-bottom:20px;
  display: flex;
  flex-direction: column;
}

.artist div h2 {
  padding:40px 25px 8px;
  text-align: center;
  font-size:2.8rem;}

.artist div .photo {
  width:570px;
  height: auto;
}

.artist div .profile {
  background: #f3f5f7;
  font-size:1.4rem;
  padding:30px;
  line-height: 1.857;
  flex-grow: 1;
}

.artist div .profile h3 {
  font-size:1.6rem;
  font-weight: bold;
}



/* ----------------------------------------
リンクボタン
---------------------------------------- */
.artist div a {
  font-size:2rem;
  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:100%;
  margin:20px 0;
  padding:19px 10px 15px;
  color:#e6180b;
  border:1px solid #e6180b;
  transition: color 0.12s, background 0.12s;}

.artist div a:hover {
  color:#fff;
  background:#e6180b;}

/*リンク矢印*/
.artist div 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;}

.artist div a.hover .redArrowS{
  border-color: #fff;
  transform: translateX(0px) rotate(-45deg);}


/*フルバージョンリンク*/
.artist div a.full {
  font-size: 1.4rem;
  display: inline-block;
  text-align: right;
  background: none;
  transition-duration: 0.2s;
  width: auto;
  margin: 10px 0;
  padding: 5px 15px 5px 0;
  color: #e6180b;
  border: none;
  float: right;}

.artist div a.full:hover {text-decoration: underline;}

/*フルバージョンリンク矢印*/
.artist div a.full .redArrowS{
  right: 0;
  transition: 0.12s;
  transition-property: border, transform;}
.artist div a.full.hover .redArrowS{border-color: #e60012;}


.artist p.song-btn {
  font-size:2rem;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  background: #ddd;
  transition-duration: 0.2s;
  width:100%;
  margin:20px 0;
  padding:19px 10px 15px;
  color:#fff;
  border:1px solid #ddd;
  transition: color 0.12s, background 0.12s;}



/* ----------------------------------------
オンエア情報部分
---------------------------------------- */
.on_air {
  width:900px;
  margin:auto auto 130px;}

.on_air h2 {
  font-weight: normal;
  margin-top: 55px;
  text-align: center;
  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: 22px;}

.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;}


/* SNS */

ul.sns_btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
ul.sns_btn li {margin:0 1rem 1rem 0;}

ul.sns_btn a {
  font-size:1.6rem;
  display: inline-block;
  width: auto;
  height:3.5rem;
  padding:0.5rem 1.1rem;
  margin: auto;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

ul.sns_btn a.hover {
  color: #fff;
  background: #e6180b;
  box-shadow: none;}
ul.sns_btn a.sns_x {
  padding:0.5rem 2.5rem;}


/* ルビ */
h2 ruby {
  position: relative;
}
h2 ruby rt {
  position: relative;
  display: inline-block;
  font-size: 2rem;
}