@charset "UTF-8";
/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  border: none;
}
/* ---------------------------------------------
	汎用クラス
--------------------------------------------- */
/* clearfix ------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from MacIE €*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
/* End Hide from MacIE */
/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
  }
}
html > /**/ body {
  font-size: 18px;
  line-height: normal;
} /* except Win IE */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
/* ---------------------------------------------
	基本項目
--------------------------------------------- */
html, body {
  height: 100%;
  color: #000000;
}
h1, h2, h3, h4, h5, h6, p, dt, dd, li {
  max-height: 100%;
}
/*共通スタイル*/
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
a:link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}
.clears {
  clear: both;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt30 {
  margin-top: 30px;
}
.pink {
  color: #e20093;
}
.red {
  color: #e20000;
}
body {
  -webkit-text-size-adjust: 100% !important;
}
body.cx_smartphoneview {
  font-size: 4.1vw;
  height: 1.7
}
.cx_smartphoneview .displaypc {
  display: none;
}
.displaysp {
  display: none;
}
.cx_smartphoneview .displaysp {
  display: block;
}
/*共通レイアウト*/
span.small {
  font-size: 80%;
  letter-spacing: -1px;
}
/* ---------------------------------------------
	トップページ
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
#mainVisualWrap {
  background: url("../photo/mainVisual.jpg") no-repeat center 0px;
  width: 100%;
  position: relative;
  margin: 20px 0 0;
}
#mainVisualWrap .tit {
  height: 600px;
  text-indent: -500%;
  overflow: hidden;
  white-space: nowrap;
}
.cx_smartphoneview #mainVisualWrap {
  background-size: contain;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0;
}
.cx_smartphoneview #mainVisualWrap .tit {
  height: 350px;
}
#mainVisualWrap.sub {
  background: url("../img/mainVisual_01.jpg") no-repeat center 0px;
  width: 100%;
  position: relative;
  margin: 20px 0 0;
}
#mainVisualWrap.sub h1 .tit {
  height: 167px;
  text-indent: -500%;
  overflow: hidden;
  white-space: nowrap;
}
.cx_smartphoneview #mainVisualWrap.sub {
  background-size: contain;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0;
}
.cx_smartphoneview #mainVisualWrap.sub h1 {
  height: 108px;
}
/*-------------本文-------------*/
#contentWrap {
  background-color: #fff;
  padding: 0 0 40px;
}
.cx_smartphoneview #contentWrap {
  padding: 0px 3% 2vh;
}
/*-------------放送告知-------------*/
#oaInfo {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 25px;
  padding: 20px 0 0;
  font-size: 130%;
  font-weight: 600; /* border-top: solid 2px #000;*/
}
.cx_smartphoneview #oaInfo{
	font-size: 150%;
}
#oaInfo.f_nomal, #oaInfo .f_nomal {
  font-weight: normal;
}
#oaInfo .small {
  display: inline-block;
  margin-top: 0.5rem;
}
#oaInfo p.title {
  font-size: 120%;
  line-height: 1.5;
}
.cx_smartphoneview #oaInfo p.title {
  line-height: 1.2;
}
#oaInfo p + p {
  margin-top: 10px;
}
.oaInfo2 {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 25px;
  padding: 20px 0 0;
  font-size: 130%;
  font-weight: bold;
}
#oaInfo p, .oaInfo2 p {
  text-align: center;
  line-height: 2.2;
}
.oaInfo2 p {
  margin-bottom: 10px;
}
/*#oaInfo p:nth-of-type(1) {
	font-size: 110%;
}*/
#oaInfo a, .oaInfo2 a {
  display: block;
  padding: 8px 0 0;
  text-decoration: underline;
  color: #333333;
  font-weight: bold;
}
#oaInfo a:hover {
  text-decoration: none;
}
#oaInfo ul {
  display: inline-block;
}
#oaInfo ul li {
  line-height: 2.0;
  margin-bottom: 7px;
}

#oaInfo ul li span.tx1 {
  display: block;
  text-align: center;
}
.cx_smartphoneview #oaInfo ul li span.tx1 {
  line-height: 1.5;
}
#oaInfo ul li span.num {
  background: #000;
  padding: 0px 8px 4px;
  border-radius: 5px;
  color: #FFF;
  font-size: 90%;
}
.cx_smartphoneview #oaInfo ul li span.num {
  font-size: 85%;
}
/*放送告知箇所 ベタ書き用*/
.title {
  padding-top: 40px;
  padding-bottom: 20px;
}
.title h1 {
  text-align: center;
  font-size: 185%;
  font-weight: 700;
  line-height: 1.6;
}
.cx_smartphoneview .title {
  padding: 1vh 0 0.5vh;
}
.cx_smartphoneview .title h1 {
  font-size: 140%;
}
.title + #oaInfo {
  padding-top: 10px;
}
.notes p {
  text-align: center;
  color: #e20000;
  font-size: 110%;
  font-weight: bold;
}
.cx_smartphoneview .notes p {
  font-size: 94%;
}
#oaInfo + .notes {
  margin: -35px auto 25px;
}
/*-------------チャンネルアイコン-------------*/
#oaInfo ul span.one {
  background: url(../img/logo_otnOne.png) no-repeat center 5px;
  display: inline-block;
  width: 160px;
  height: 45px;
  text-indent: -400%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  margin: 0 5px 0;
  border: solid 1px #aaa;
}
#oaInfo ul span.two {
  background: url(../img/logo_otnTwo.png) no-repeat center 5px;
  display: inline-block;
  width: 160px;
  height: 45px;
  text-indent: -400%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  margin: 0 5px 0;
  border: solid 1px #aaa;
}
#oaInfo ul span.next {
  background: url(../img/logo_otnNext.png) no-repeat center 5px;
  display: inline-block;
  width: 160px;
  height: 45px;
  text-indent: -400%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  margin: 0 5px 0;
  border: solid 1px #aaa;
}
#oaInfo ul span.onesmart {
  background: url(../img/logo_otnOnesmart.png) no-repeat center 5px;
  display: inline-block;
  width: 160px;
  height: 45px;
  text-indent: -400%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  margin: 0 5px 0;
  border: solid 1px #aaa;
}
#oaInfo ul span.twosmart {
  background: url(../img/logo_otnTwosmart.png) no-repeat center 5px;
  display: inline-block;
  width: 160px;
  height: 45px;
  text-indent: -400%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  margin: 0 5px 0;
  border: solid 1px #aaa;
}
#oaInfo ul span.nextsmart {
  background: url(../img/logo_otnNextsmart.png) no-repeat center 5px;
  display: inline-block;
  width: 160px;
  height: 45px;
  text-indent: -400%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  margin: 0 5px 0;
  border: solid 1px #aaa;
}
.oaInfo2 ul span {
  background: url(../img/logo_otnNext.png) no-repeat center 5px;
  display: inline-block;
  width: 160px;
  height: 45px;
  text-indent: -400%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  margin: 0 5px 0;
  border: solid 1px #aaa;
}
#oaInfo p span.twosmart, .oaInfo2 p span.twosmart {
  background: url(../img/logo_otnTwosmart.png) no-repeat center 5px;
}
#oaInfo ul span.smallText, .oaInfo2 ul span.smallText {
  background: none;
  width: auto;
  height: auto;
  text-indent: inherit;
  overflow: auto;
  white-space: normal;
  vertical-align: baseline;
  margin: 0;
  border: none;
  font-size: 65%;
  font-weight: normal;
}
.cx_smartphoneview #oaInfo, .cx_smartphoneview .oaInfo2 {
  padding: 0.5vh 0 0;
  font-size: 100%;
}
.cx_smartphoneview #oaInfo.pat1 .date{
	font-size: 120%;
}
.cx_smartphoneview #oaInfo.pat1 ul li span.num {
    font-size: 95% !important;
}
/*-------------oaInfo パターン２-------------*/
#oaInfo.pat2 ul li {
  margin-bottom: 20px;
}
.cx_smartphoneview #oaInfo.pat2 ul li {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
	font-size: 110%;
}
.cx_smartphoneview #oaInfo.pat2 ul span.one, .cx_smartphoneview #oaInfo.pat2 ul span.two, .cx_smartphoneview #oaInfo.pat2 ul span.next, .cx_smartphoneview #oaInfo.pat2 ul span.onesmart, .cx_smartphoneview #oaInfo.pat2 ul span.twosmart, .cx_smartphoneview #oaInfo.pat2 ul span.nextsmart {
  margin: 0 5px 10px;
}
/*-------------oaInfo パターン3-------------*/
#oaInfo.pat3 ul li {
  margin-bottom: 0;
}
.cx_smartphoneview #oaInfo.pat3 ul li {
  text-align: center;
  margin-bottom: 25px !important;
  line-height: 1.7;
}
.cx_smartphoneview #oaInfo.pat3 ul span.one, .cx_smartphoneview #oaInfo.pat3 ul span.two, .cx_smartphoneview #oaInfo.pat3 ul span.next, .cx_smartphoneview #oaInfo.pat3 ul span.onesmart, .cx_smartphoneview #oaInfo.pat3 ul span.twosmart, .cx_smartphoneview #oaInfo.pat3 ul span.nextsmart {
  margin: 0 5px -7px;
}
/*-------------oaInfo パターン4-------------*/
#oaInfo.pat4 p {
  font-size: 115%;
  line-height: 1.7;
  margin-bottom: 1em;
}
.cx_smartphoneview #oaInfo.pat4 ul li {
  line-height: 1.4;
  margin-bottom: 7px;
}
.cx_smartphoneview #oaInfo.pat4 ul span.one, .cx_smartphoneview #oaInfo.pat4 ul span.two, .cx_smartphoneview #oaInfo.pat4 ul span.next, .cx_smartphoneview #oaInfo.pat4 ul span.onesmart, .cx_smartphoneview #oaInfo.pat4 ul span.twosmart, .cx_smartphoneview #oaInfo.pat4 ul span.nextsmart {
  margin: 0 5px -7px;
}
/*-------------oaInfo パターン5-------------*/
#oaInfo.pat5 ul li {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 2vh;
}
#oaInfo.pat5 ul li span {
  font-size: 110%;
}
/*-------------oaInfo 一挙放送パターン1-------------*/
#oaInfo.ikkyo1 ul li {
  margin-bottom: 0;
}
.cx_smartphoneview #oaInfo.ikkyo1 ul li {
  /*text-align: center;*/
  /*margin-bottom: 5px !important;*/
  line-height: 1.7;
}
#oaInfo.ikkyo1 ul li span.tx1 {
  display: block;
  text-align: center;
  margin: 10px 0;
}
#oaInfo.ikkyo1 ul li span.tx2 {
  display: block;
  text-align: center;
  font-size: 110%;
  line-height: 1.7;
}
#oaInfo.ikkyo1 ul {
  display: inline-block;
  text-align: left;
}
#oaInfo.ikkyo1 p {
  font-size: 120%;
}
.cx_smartphoneview #oaInfo.ikkyo1 p {
  font-size: 100%;
  line-height: 1.7;
}
/*-------------oaInfo 一挙放送パターン2-------------*/
#oaInfo.ikkyo2 ul li {
  margin-bottom: 1em;
}
.cx_smartphoneview #oaInfo.ikkyo2 ul li {
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.7;
}
#oaInfo.ikkyo2 ul li span.tx1 {
  display: block;
  text-align: center;
  margin: 10px 0;
}
#oaInfo.ikkyo2 ul li span.tx2 {
  display: block;
  text-align: center;
  font-size: 110%;
}
#oaInfo.ikkyo2 ul {
  display: inline-block;
  text-align: left;
}
#oaInfo.ikkyo2 p {
  font-size: 110%;
  line-height: 1.7;
}
.cx_smartphoneview #oaInfo.ikkyo2 p {
  font-size: 100%;
  line-height: 1.7;
}
.ti05{
	text-indent: -0.5em;
}
.cx_smartphoneview .ti05{
	text-indent: inherit;
}
/*-------------プレゼント-------------*/
#campaignWrap {
  border-top: solid 1px #AAAAAA;
}
#campaignWrap h3 {
  color: #363696;
  text-align: center;
  font-size: 120%;
  line-height: 1.2;
  padding: 8px 0;
}
@media all and (-ms-high-contrast:none) {
  #campaignWrap h3 {
    padding: 10px 0 8px;
  }
}
#campaignWrap h3 span {
  font-size: 80%;
}
.cx_smartphoneview #campaignWrap h3 {
  font-size: 120%;
}
#campaignWrap .ph-area {
  float: right;
  width: 430px;
  margin-left: 15px;
}
.cx_smartphoneview #campaignWrap .ph-area {
  width: 100%;
  margin-left: 0
}
#campaignWrap .ph-area #presentPh01, #campaignWrap .ph-area #presentPh02 {
  margin-bottom: 15px;
}
#campaignWrap #presentPh01, #campaignWrap #presentPh02 {
  width: 430px;
  margin: 0 0 0 15px;
  float: right;
  background-color: #ddd;
  position: relative;
}
#campaignWrap #presentPh01 img, #campaignWrap #presentPh02 img {
  width: 430px;
  height: auto;
}
.cx_smartphoneview #campaignWrap #presentPh01, .cx_smartphoneview #campaignWrap #presentPh02 {
  width: 100%;
  margin: 0 auto 15px;
  float: none;
}
.cx_smartphoneview #campaignWrap #presentPh01 img, .cx_smartphoneview #campaignWrap #presentPh02 img {
  width: 100%;
}
.ytThum::after {
  content: "";
  display: block;
  background: url(../img/ytPlay.png) no-repeat 0 0;
  width: 71px;
  height: 71px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.ytThum:hover::after {
  opacity: 0.7;
}
#campaignWrap > div, #campaignWrap > section {
  padding: 25px 0;
  line-height: 1.65;
  position: relative;
}
.cx_smartphoneview #campaignWrap > div, .cx_smartphoneview #campaignWrap > section {
  padding: 25px 0 25px;
  line-height: 1.7;	
}
#campaignWrap .txt-area {
  padding-bottom: 0;
  margin-bottom: 10px;
}
#campaignWrap .artist {
  padding-top: 0;
}
.prsntTxt {
  width: 450px;
  float: left;
  margin-bottom: 15px;
}
.prsntTxt-head {
  display: block;
  padding: 6px 10px;
  font-weight: bold;
  font-size: 120%;
  background-color: #e8e8e8;
}
.prsntTxt-head2 {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0;
}
.prsntTxt_date {
  float: left;
  margin-bottom: 15px;
  font-size: 120%;
  color: #ff7b9c;
  font-weight: bold;
}
.prsntTxt.w100 {
  width: 100%;
}
.cx_smartphoneview .prsntTxt {
  width: 100%;
  margin-bottom: 1.2vh;	
}
.prsntTxt span {
  font-weight: bold;
}
.prsntTxt a {
  color: #00a0e9;
  font-weight: bold;
}
.prsntTxt a:hover {
  text-decoration: underline;
}
.prsntTxt .pre {
  color: #ff9c00;
  font-weight: bold;
}
.prsntTxt .attention {
  color: #ff7b9c;
}
.prsntTxt .attention-blue {
  color: #00a0e9;
}
/*-------------box-------------*/
.box {
  border: 1px solid #283171;
}
.box p {
  margin-bottom: 15px;
}
.box p:last-of-type {
  margin-bottom: 0;
}
.box p span {
  color: #CC0000;
  font-weight: bold;
}
.box p a {
  color: #1EA1F2;
  font-weight: bold;
  text-decoration: underline;
}
.box p a:hover {
  text-decoration: none;
}
/*-------------スカパー-------------*/
#guide_skyperfect, #guide_skyperfect2 {
  margin: 30px 0 25px;
  border: solid 6px #00a0e9;
}
#guide_skyperfect > div, #guide_skyperfect2 > div {
  border-left: solid 24px #47baef;
  border-right: solid 24px #47baef;
  padding: 16px 20px 20px;
}
#guide_skyperfect > div > p, #guide_skyperfect2 > div > p {
  margin: 0 0 15px;
}
#guide_skyperfect ul, #guide_skyperfect2 ul {
  margin: 15px 0 0;
  font-weight: bold;
  line-height: 1.4;
}
.cx_smartphoneview #guide_skyperfect ul, #guide_skyperfect2 ul {
  line-height: 1.7;
}
/*#guide_skyperfect ul li:nth-of-type(3){ line-height: 1.2;}*/
#guide_skyperfect li span.st, #guide_skyperfect2 li span.st {
  font-size: 116%;
  color: #cc0000;
}
#guide_skyperfect li span.sm, #guide_skyperfect2 li span.sm {
  font-size: 80%;
  font-weight: normal;
  /*line-height: 1.7;*/
}
#guide_skyperfect img, #guide_skyperfect2 img {
  width: 100%;
  height: auto;
}
#guide_skyperfect a:hover, #guide_skyperfect2 a:hover {
  opacity: 0.8;
  transition: 0.2s ease-out;
}
/*-------------スカパーリンク-------------*/
a#spjs_link {
  display: block;
  background-color: #00a0e9;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 180%;
  line-height: 1.7;
  padding: 10px;
  border-radius: 15px;
  position: relative;
}
#spjs_link span {
  font-size: 70%;
}
a#spjs_link:after {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 13px solid transparent; /*top right bottom を透明化 */
  border-left: 18px solid #fff;
  transition: .3s;
}
a#spjs_link:hover {
  background-color: #00abf8;
}
a#spjs_link:hover::after {
  right: 10px;
}
/*-------------スカパー！のご加入はこちら-------------*/
.skyperfect {
  font-size: 110%;
  font-weight: bold;
  border: 6px solid #01a7e9;
  background-color: #fff;
  margin-top: 30px;
}
.skyperfect > div {
  border-left: solid 24px #47baef;
  border-right: solid 24px #47baef;
  padding: 16px 20px 20px;
}
.skyperfect p + p {
  margin-top: 15px;
  line-height: 1.7;	
}
/*.skyperfect .bnr_sky {
	margin: auto;
}*/
.skyperfect .bnr_sky {
  text-align: center;
}
.skyperfect .midashi {
  /*text-align: center;*/
  line-height: 1.8;
}
.skyperfect .midashi span {
  /*border-bottom: #01a7e9 dotted 4px;*/
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-size: 120%;
}
/*.skyperfect .bnr_sky a:before {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 13px solid transparent;        /*top right bottom を透明化 */
/*border-left: 18px solid #fff;
}*/
.skyperfect .bnr_sky a {
  position: relative;
  text-align-last: center;
  font-weight: bold;
  font-size: 150%;
  display: block;
  color: #fff;
  background-color: #01a7e9;
  padding: 10px 10px 13px;
  margin: 15px auto;
  border-radius: 70px;
  /*width: 90%;*/
}
.skyperfect .bnr_sky a:after {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 13px solid transparent; /*top right bottom を透明化 */
  border-left: 18px solid #fff;
  transition: .3s;
}
.skyperfect .bnr_sky a:hover {
  background-color: #00abf8;
}
.skyperfect .bnr_sky a:hover::after {
  right: 10px;
}
.cx_smartphoneview .skyperfect .bnr_sky a {
  font-size: 100%;
}
.skyperfect .midashi .small2 {
  font-size: 105%;
  background: none;
}
.cx_smartphoneview .skyperfect .midashi .small2 {
  font-size: 95%;
}
.skyperfect .bnr_sky a:hover {
  opacity: .8;
  transition: 0.2s ease-out;
}
/*-------------チャンネルインフォメーション-------------*/
#telInfo {
  margin: 15px 0 30px;
}
#telInfo img {
  width: 100%;
  height: auto;
}
#telInfo a:hover {
  opacity: 0.8;
  transition: 0.2s ease-out;
}
/*-------------番組概要リンク-------------*/
#linkprgrm {
  margin: 0 0 30px;
  font-weight: bold;
  border-top: solid 1px #aaa;
  padding: 25px 0 0;
}
#linkprgrm_01 {
  display: block;
  background-color: #00a0e9;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.3;
  padding: 25px 10px;
  border-radius: 15px;
  margin: 10px 0 0;
}
#linkprgrm a {
  display: block;
  background-color: #6c5f58;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.0;
  padding: 25px 10px;
  border-radius: 15px;
  margin: 10px 0 0;
  position: relative;
}
#linkprgrm a:hover {
  background-color: #4a3d36;
  opacity: 0.8;
  transition: 0.2s ease-out;
}
#linkprgrm a:after {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 13px solid transparent; /*top right bottom を透明化 */
  border-left: 18px solid #fff;
  transition: .3s;
}
#linkprgrm a:hover::after {
  right: 10px;
}
/*-------------コピーライト-------------*/
#copyright {
  text-align: right;
  font-size: 75%;
  line-height: 1.4;
}
.aaa_bnr {
  margin-top: 20px;
}
.aaa_photo {
  margin-top: 10px;
}
.aaa_bnr li, .aaa_photo li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.aaa_bnr li:nth-child(2n), .aaa_photo li:nth-child(2n) {
  margin-right: 0;
}
.aaa_bnr li img, .aaa_photo li img {
  width: 463px;
  border: #ccc solid 1px;
}
.aaa_bnr li img:hover {
  opacity: 0.6;
}
.aaa_bnr:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.aaa_photo::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.cx_smartphoneview .aaa_bnr li {
  float: left;
  margin-right: 0px;
  margin-bottom: 10px;
}
.cx_smartphoneview .aaa_bnr li img, .cx_smartphoneview .aaa_photo li img {
  width: 608px;
}
/*-------------画像追加・調整-------------*/

/* ==============================================
   .photo_wrap 最終調整版CSS (画像幅225px)
   4枚落ち対策としてli幅を225pxに再調整
   ============================================== */

/* --- 基本スタイル --- */
.photo_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.photo_wrap ul li {
  float: left;
  margin-right: 20px;
  width: 225px; /* ★最終調整: 225pxに設定★ */
}
.photo_wrap ul li img {
  border: 1px solid #cccccc;
  width: 100%;
  height: auto;
}

/* --- ulの幅計算（li幅225pxに基づき再計算） --- */
.photo_wrap ul.photo_1col { width: 225px; }
.photo_wrap ul.photo_2col { width: 470px; }
.photo_wrap ul.photo_3col { width: 715px; }
/* 4枚並びの時: ★画像落ち対策としてCalc()を適用 */
.photo_wrap ul.photo_4col li {
  width: calc((100% - 60px) / 4); /* 3つのマージンを引いて4で割る */
}

/* --- liの右マージンリセット（変更なし） --- */
.photo_wrap ul.photo_1col li { margin-right: 0; }
.photo_wrap ul.photo_2col li:nth-child(2n) { margin-right: 0; }
.photo_wrap ul.photo_2col li:nth-child(3n),
.photo_wrap ul.photo_2col li:nth-child(4n) { margin-right: 20px; }
.photo_wrap ul.photo_3col li:nth-child(3n) { margin-right: 0; }
.photo_wrap ul.photo_3col li:nth-child(2n),
.photo_wrap ul.photo_3col li:nth-child(4n) { margin-right: 20px; }
.photo_wrap ul.photo_4col li:nth-child(4n) { margin-right: 0 !important; }
.photo_wrap ul.photo_4col li:nth-child(2n),
.photo_wrap ul.photo_4col li:nth-child(3n) { margin-right: 20px; }


/* ----------------------------------------------------
 画像の説明文pタグの配置調整 (ul幅の変更に合わせて再計算)
 ---------------------------------------------------- */
.photo_wrap p {
  text-align: center;
  padding-top: 4px;
  font-size: 90%;
  line-height: 1.5;
  margin: 4px auto 15px;
}

/* pタグの幅をulと同じにする */
.photo_wrap ul.photo_1col + p { width: 225px; }
.photo_wrap ul.photo_2col + p { width: 470px; }
.photo_wrap ul.photo_3col + p { width: 715px; }


/* ==============================================
 スマートフォン表示用CSS (.cx_smartphoneview) (変更なし)
 ============================================== */
.cx_smartphoneview .photo_wrap ul { width: 100%; margin: 0; }
.cx_smartphoneview .photo_wrap ul li {
  float: none;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0 !important;
}
.cx_smartphoneview .photo_wrap ul li img { width: 100%; }
.cx_smartphoneview .photo_wrap p { width: auto !important; margin-left: 0; margin-right: 0; }

.textred p {
  border: #e20000 solid 1px;
  text-align: center;
  color: #e20000;
  font-weight: bold;
  padding: 10px;
  margin: 30px 0;
}
.bn_titl {
  /*display: inline-block;*/
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  /*color: #fff;
	background: #f19489;*/
  padding: 10px;
  margin-top: 20px;
}
.cx_smartphoneview .bn_titl {
  font-size: 130%;
}
#campaignWrap > .campaign_bnr {
  width: 612px;
  margin: 0px auto 0;
  padding: 0;
}
#campaignWrap > .campaign_bnr_02 {
  width: 612px;
  margin: 0 auto;
  padding: 0;
}
#campaignWrap > .campaign_bnr_03 {
  padding: 0;
}
#campaignWrap > .campaign_bnr_03 a {
  display: block;
  width: 400px;
  margin: 0 auto;
}
#campaignWrap > .oaInfo2 {
  padding: 0;
}
.campaign_bnr {
  display: flex;
  justify-content: space-between;
}
.cx_smartphoneview .campaign_bnr {
  display: block;
}
.campaign_bnr:hover, .campaign_bnr_02:hover, .campaign_bnr_03 a:hover {
  opacity: 0.8;
  transition: 0.2s ease-out;
}
.campaign_bnr img {
  width: 482px;
  border: #ccc solid 1px;
}
.cx_smartphoneview .campaign_bnr img, .cx_smartphoneview .campaign_bnr_02 img, .cx_smartphoneview .campaign_bnr_03 img {
  width: 100%;
}
.campaign_bnr_02 img {
  width: 482px;
  border: #ccc solid 1px;
}
.campaign_bnr_03 img {
  width: 100%;
  height: auto;
}
.campaign_bnr img.campaign_img2 {
  border: #92e0ce solid 1px;
}
#campaignWrap .campaign_bnr.mb {
  margin: 20px auto 0px;
}
/*----------------------present----------------------*/
.sign_wrap {
  border-radius: 20px;
  padding-bottom: 40px;
}
/*.sign_wrap dt {
  float: left;
}*/
.sign_wrap dt img {
  border: 1px solid #cccccc;
  width: 438px;
}
.sign_wrap dd {
  /*margin-top: 20px;*/
  padding: 30px 40px 0px;
  line-height: 1.7;
}
.sign_wrap dd p {
  margin-bottom: 10px;
}
.cx_smartphoneview .sign_wrap {
  padding-bottom: 2vh; 
}
.cx_smartphoneview .sign_wrap dt {
  float: none;
}
.cx_smartphoneview .sign_wrap dt img {
  width: 560px;
}
.sign_wrap dd p {
  margin-bottom: 10px;
}
.sign_wrap dd img {
  border: 1px solid #cccccc;
  width: 350px;
  /* -----↑※widthは各案件の画像サイズに変更----- */
}
.cx_smartphoneview .sign_wrap dt {
  float: none;
  margin-bottom: 10px;
}
.cx_smartphoneview .sign_wrap dt img {
  width: 608px;
}
.cx_smartphoneview .sign_wrap dd {
  width: 92%;
  margin-top: 10px;
  padding: 0.8vh 4% 1vh;
}
/*----------------------動画----------------------*/
.movie {
  background: #000;
}
.movie .cx_video_player {
  width: 600px;
  margin: 0 auto;
  padding: 20px 0 0px;
}
.cx_smartphoneview .movie {
  background: none;
  margin-left: -10px;
}
.movie2 {
  float: left;
  width: 420px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.movie2wrap {
  width: auto;
  background: #000;
  margin: -25px auto 0;
  padding: 5px;
  margin-bottom: 20px;
}
.movie2 .cx_video_player {
  padding: 20px 0;
}
.cx_smartphoneview .movie2 {
  float: none;
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.cx_smartphoneview .movie2wrap {
  background: none;
  margin-left: -10px;
  margin-top: -50px;
}
.fod a {
  display: block;
  background-color: #30AFFF;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.0;
  padding: 25px 10px;
  border-radius: 15px;
  margin: 10px 0 40px;
}
.fod a:hover {
  background-color: #46B8FF;
}
/*----------------------template----------------------*/
.cs_template.music .ttl {
  font-size: 120%;
  font-weight: bold;
  border-bottom: solid 1px #b5b5b5;
  color: #fff;
  background: #ed9f45;
  padding: 10px 40px;
  border-radius: 15px 15px 0 0;
}
.cs_template.music .ttl {
  font-size: 110%;
   padding: 1vh 4% 1.5vh;
}
.cs_template a {
  font-weight: bold;
  color: #00e;
}
.cs_template.music a {
  font-weight: bold;
  color: #00e;
}
#fp-wrap p.oawrap {
  line-height: 1.8;
  text-align: left;
  width: 700px;
  margin: 0 auto 20px;
}
.cx_smartphoneview #fp-wrap p.oawrap {
  line-height: 1.8;
  width: auto;
  margin: 0 auto 20px;
}
/*----------------------

oaInfo-attention

----------------------*/
.oaInfo-attention {
  width: 90%;
  max-width: 700px;
  line-height: 1.5 !important;
  margin: 1.5rem auto 25px auto !important;
  border: 1px solid #999 !important;
  background: #f1f1f1;
  padding: 10px 20px !important;
  font-size: 95%;
  text-align: center;
  font-weight: bold;
}
/*----------------------

oaInfo-color

----------------------*/
#oaInfo span.oa1 {
  background: #f6e14c;
}
#oaInfo span.oa2 {
  background: #87ccf6;
}
#oaInfo span.oa3 {
  background: #ffa8d0;
}
#oaInfo span.oa4 {
  background: #b3ff93;
}
#oaInfo span.oa5 {
  background: #b4a2ff;
}
#oaInfo span.oa6 {
  background: #ffb16e;
}
/*----------------------

レギュラー放送はこちら 番組スケジュールはこちら
----------------------*/
.btn_3 {
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
  width: 700px;
}
.btn_3 a {
  border-radius: 30px;
  text-align: center;
  padding: 10px 0;
  display: block;
  color: #fff;
  background-color: #152c67;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s ease-out;
  position: relative;
}
.btn_2 {
  margin: auto;
  text-align: center;
  width: 700px;
  margin-bottom: 25px;
}
.btn_2 a {
  text-align: center;
  display: block;
  border-radius: 30px;
  background-color: #d50000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 0 10px;
  transition: 0.2s ease-out;
  position: relative;
}
.btn_2 a:hover, .btn_3 a:hover {
  opacity: 0.8;
}
.btn_2 a::after, .btn_3 a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #FFF #FFF;
  transform: rotate(-135deg);
  transition: .3s;
}
.btn_2 a:hover::after, .btn_3 a:hover::after {
  right: 20px;
}
.cx_smartphoneview .btn_2, .cx_smartphoneview .btn_3 {
  width: 100%;
}
.cx_smartphoneview .btn_2, .cx_smartphoneview .btn_3 {
  width: 100%;
}
/*----------------------

　　　コメント

----------------------*/
.comment-box {
  border-radius: 10px;
  padding: 30px !important;
  background: #faf2da;
  margin-top: 25px;
  margin-bottom: 20px;
}
.comment-box h2 {
  border-bottom: 1px solid #a08127;
  color: #a08127;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
  font-style: normal;
}
/*----------------------

 コメント2

----------------------*/
.com_box{
	display: flex;
	flex-wrap: wrap;
	font-size: 90%;
	gap: 20px 20px;
}
.cx_smartphoneview .com_box{
	display: block;
}
.com_box li{
	width: calc(50% - 10px);
    box-sizing: border-box;
    background: #FCF9ED;
    padding: 20px;
    border-radius: 10px;
}
.cx_smartphoneview .com_box li{
	width: 100%;
	margin-bottom: 1em;
}
.com_box li img{
	width: 170px;
}
.com_wrap{
	display: flex;
	justify-content: space-between;
	gap: 20px 20px;
}

.com_wrap .name{
	text-align: center;
	padding-top: 4px;
}
.com_wrap img{
	width: 300px;
}

/*----------------------

　　　インフォメーション

----------------------*/
#campaignWrap .info-area {
  border-radius: 10px;
  border: 2px solid #ccc;
  padding: 30px !important;
  margin-top: 25px;
  margin-bottom: 20px;
}
/*----------------------

　　　アーティスト一覧　①

----------------------*/
.artist-box {
  border-radius: 10px;
  padding: 30px 25px 20px 25px !important;
  background: #dffaf9; /*背景色*/
}
.artist-box h2 {
  font-weight: bold;
  font-style: normal;
}
.artist-box span {
  color: #0096bc; /*タイトルカラー*/
  font-weight: bold;
}
.artist-box .photo_wrap {
  padding-bottom: 0;
  margin-top: 30px;
}
.artist-box .photo_wrap ul li img {
    border: 1px solid #cccccc;
    width: 463px;
}
.cx_smartphoneview .artist-box .photo_wrap ul li img {
    width: 100%;
}
.artist-box .photo_wrap p {
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
}
.artist-boxTxt.w100 {
  width: 100%;
}
.artist-boxTxt {
  width: 450px;
  /* float: left; */
  margin-bottom: 15px;
}
/*----------------------

　　　セットリスト

----------------------*/
#campaignWrap .setList_wrap {
  margin: 30px 0 50px;
  padding: 0;
}
#campaignWrap .setList_wrap h3 {
  background: #000;
  font-size: 160%;
  padding: 12px;
  color: #fff;
  text-align: center;
}
#campaignWrap .setList_wrap h4 {
  background: #135caf;
  font-size: 130%;
  padding: 24px 0 6px;
  color: #fff;
  text-align: center;
}
#campaignWrap .setList_wrap ul {
  display: grid;
  grid-template: auto / repeat(3, 1fr);
  grid-gap: 2rem;
  background: #ddd;
  padding: 20px;
}
#campaignWrap .setList_wrap ul.tk {
  background: #135caf;
}
#campaignWrap .setList_wrap ul li {
  max-width: 300px;
}
#campaignWrap .setList_wrap ul li p.artist {
  font-weight: bold;
  color: #fff;
  padding: 4px;
  text-align: center;
  line-height: 1.3;
}
#campaignWrap .setList_wrap ul li p.list {
  font-weight: bold;
  padding: 6px;
}
#campaignWrap .setList_wrap ul.tk li p.list {
  color: #fff;
}
#campaignWrap .setList_wrap ul li p.artist.act1 {
  background: #cf0f7a;
}
#campaignWrap .setList_wrap ul li p.artist.act2 {
  background: #256505;
}
#campaignWrap .setList_wrap ul li p.artist.act3 {
  background: #0c48b5;
}
#campaignWrap .setList_wrap ul li p.artist.act4 {
  background: #ef8603;
}
#campaignWrap .setList_wrap ul li p.artist.act5 {
  background: #07abbb;
}
#campaignWrap .setList_wrap ul li p.artist.act6 {
  background: #08b776;
}
#campaignWrap .setList_wrap ul li p.artist.act7 {
  background: #5c0891;
}
#campaignWrap .setList_wrap ul li p.artist.act8 {
  background: #7f4a08;
}
#campaignWrap .setList_wrap ul li p.artist.act9 {
  background: #0a1e57;
}
#campaignWrap .setList_wrap ul.tk li p.artist.act7, #campaignWrap .setList_wrap ul.tk li p.artist.act4 {
  background: #dfe4e9;
  color: #000;
}
#campaignWrap .setList_wrap h3 {
  font-size: 140%;
}
.cx_smartphoneview #campaignWrap .setList_wrap ul {
  display: block;
}
.cx_smartphoneview #campaignWrap .setList_wrap ul li {
  max-width: 100%;
  margin-bottom: 16px;
}
/*----------------------

　　　アーティスト一覧②

----------------------*/
#campaignWrap .photo_wrap.second {
  background: #dfe4e9;
}
#campaignWrap .photo_wrap.second h3 {
  font-size: 160%;
  padding: 16px 0 0;
  color: #084e9d;
}
#campaignWrap .photo_wrap.second {
  background: #dfe4e9;
  margin-top: 30px;
  padding: 4px 20px 20px;
}
.photo_wrap.second p {
  background: #135caf;
  color: #fff;
  padding: 6px;
  text-align: center;
  font-weight: bold;
}
.photo_wrap.second ul {
  display: flex;
  flex-wrap: wrap;
}
.photo_wrap.second ul li {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  margin-top: 16px;
}
.photo_wrap.second ul li:nth-child(3n) {
  margin-right: 0;
}
.photo_wrap.second ul li img {
  width: 100%;
  box-sizing: border-box;
}
.cx_smartphoneview .photo_wrap.second ul li {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
}
.cx_smartphoneview .photo_wrap ul li:nth-child(3n) {
  margin-right: 16px;
}
.cx_smartphoneview .photo_wrap.second ul li:nth-child(2n) {
  margin-right: 0;
}
.cx_smartphoneview #campaignWrap .photo_wrap.second h3 {
  font-size: 140%;
}
.cx_smartphoneview .photo_wrap.second p {
  padding: 4px;
}
/*----------------------

　　　改行

----------------------*/
.indent {
  text-indent: -2em;
  padding-left: 2em;
  width: 965px !important;
}
.cx_smartphoneview .indent {
  text-indent: 0;
  padding-left: 0;
  width: 100% !important;
}
/* ------------------------------
PCSP
------------------------------ */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* ------------------------------
	for Smartphone
  ------------------------------ */
@media screen and (max-width : 1569px) {
  /* ------------------------------
  PCSP
  ------------------------------ */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}