@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
レスポンシブ
------------------------------ */
.pc{
  display:block;
}
.sp{
  display:none;
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background: /*url("/XXXXXXXXX/images/bg01.png") repeat,*/ #b7cccf;
  /*background-image: linear-gradient(0deg, rgba(48, 213, 200, 1), rgba(102, 167, 229, 1));*/
}
/* ------------------------------
リンク
------------------------------ */
#theme #fp-main a, #theme #fp-main a:link, #theme #fp-main a:visited, #theme #fp-main a:hover, #theme #fp-main a:active {
  color: #202124;
}
/* ------------------------------
メインビジュアルエリア
------------------------------ */
/* 基本放送日時情報*/
#theme #fp-hdr-block #fp-airdate {
  color: #000;
  line-height: 1.2;
}
.tver-fod-bnr{
  margin-bottom: 30px;
  padding-bottom: 0;
}
/* ------------------------------
ナビメニュー
------------------------------ */
#theme #fp-hdr-block #fp-nav ul { /*background-color: #aa212d;*/ color: #fff; /*border-bottom: 1px solid #aa222d;*/
}
#theme #fp-hdr-block #fp-nav ul li a {
  color: #fff;
  background-color: #547a98;
}
#theme #fp-hdr-block #fp-nav ul li:not(:last-of-type) a {
  border-right: 1px solid #000;
}
#theme #fp-hdr-block #fp-nav ul li a:hover {
  background-color: #3a5468;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #fff;
  /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/
  background:none; background-color: #547a98; /*パターン画像なし*/
  border-bottom: 3px solid #3a5468;
}
#theme #fp-main h3 {
  background-color: #000;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #555;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  background: rgba(255, 255, 255, 1.0);
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  border-color: #FFF;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#fp-cnt .listbox li {
  background-color: #f3f3f3;
}

#theme #fp-cnt .listbox {
  background-color: #fff;
}
#fp-cnt .listbox li .date{
    color: #555;
}
/* ------------------------------
ニュース
------------------------------ */
#fp-cnt .newsList li .day {
  color: #555;
}
/* ------------------------------
お知らせ（放送内容エリア）
------------------------------ */
#fp-cnt #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #555;
}
/* ------------------------------
番組概要（追加エリア）
------------------------------ */
.fp-tmppage-simple-overview{
  text-align: center;
  padding: 32px 0 48px;
  background: url(../image/bg.jpg);
  background-size: cover;
  position: relative;
  height:100%;
}
.fp-tmppage-simple-overview::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
}
.heading{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  position: relative;
  z-index: 100;
  color: #fff;
}
.txtSdw{
  display: inline-block;
  padding-right: 0.1em;
  background: linear-gradient(90deg, #09C0BD 11%, #66A7E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: visible;
}
.italic{
  font-style: italic;
}
.catch{
  font-size: 20px !important;
  font-weight: bold;
  position: relative;
  z-index: 100;
  color: #fff;
}
.catchTitle_1{
  font-size: 33px !important;
  letter-spacing: 0.11em;
}
.catchTitle_2{
  font-size:28px !important;
}
.OpenSans{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 30px;
  letter-spacing: 0.11em;
}
.catchTitle_3{
  font-size: 28px !important;
}
.botann-area{
  margin-top: 32px;
}
a .btnEntry {
	display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 520px;
  width: 100%;
  margin: auto;
  padding: 1rem 4rem;
  font-size: 24px;
  font-weight: bold;
  background-image: linear-gradient(to top, #66A7E5 19%, #61D6D4 96%);
  border-radius: 15px;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: 0.5s;
  position: relative;
  z-index: 100;
}
a .btnEntry:hover {
	color: #fff;
	background-image: linear-gradient(to bottom, #66A7E5 19%, #61D6D4 96%);
}
.botann-area p{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
}
/* ------------------------------
オーディションの流れ（追加エリア）
------------------------------ */
.fp-tmppage-simple-flow{
  background: #E2E2E2;
  padding: 20px 20px;
}
.flow-inner{
  display: flex;
  justify-content: space-between;
}
.flowWrap:not(:nth-child(3n+1)) {
  margin-left: 13px;
}
.flowWrap .item{
  display: inline-block;
  vertical-align: middle;
}
.flowWrap .flowTxt{
  display: inline-block;
  line-height: 1.5;
  width: 280px;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
.flowWrap .flowTxt dt{
  font-size: 20px;
  font-weight: bold;
}
.flowWrap .item img{
  width: 69px !important;
  height: 59px !important;
}
/* ------------------------------
応募条件（追加エリア）
------------------------------ */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.applicationTtl{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}
.application-container{
  display: flex;
  justify-content: center;
  gap: 25px;
}
.applicationWrap:nth-child(-n+3) {
  margin-bottom: 28px;
}
.applicationWrap .item{
  display: inline-block;
  vertical-align: top;
}
.applicationWrap .applicationTxt{
  display: inline-block;
  line-height: 1.5;
  width: 450px;
  vertical-align: top;
  padding: 0 0 0 5px;
}
.applicationWrap .applicationTxt dt{
  font-size: 20px;
  font-weight: bold;
}
.applicationWrap .item img{
  width: 25px !important;
  height: 25px !important;
}
.application-right .applicationWrap{
  margin-bottom: 0;
}
.application-right .applicationWrap .applicationTxt dd:nth-child(-n+5) {
  margin-bottom: 16px;
}
/* ------------------------------
選考の流れ（追加エリア）
------------------------------ */
h2.selectionprocess{
  margin-bottom: 0 !important;
}
#selectionprocess{
  background-image: linear-gradient(0deg, #FEFF65, #30d5c8);
  padding-top: 25px !important;
}
#fp-tmppage-simple-selectionprocess p{
  text-align: right;
  font-weight: bold;
  margin-bottom: 16px;
}
.selectionprocessWrap{
  display: flex;
  justify-content: center;
}
.selectionprocess-inner{
  border: 1px solid #000;
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
}
.selectionprocessWrap .item{
  display: inline-block;
  vertical-align: text-top;
}
.selectionprocessWrap .selectionprocessTxt{
  display: inline-block;
  line-height: 1.5;
  width: 750px;
  vertical-align: top;
  padding: 0 0 0 5px;
}
.selectionprocessWrap .selectionprocessTxt dt{
  font-size: 30px;
  font-weight: bold;
}
.selectionprocessWrap .item img{
  width: 25px !important;
  height: 25px !important;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 40px solid #000;
  border-bottom: 0;
  margin: 15px auto;
}
  /* ------------------------------
公式SNS
------------------------------ */
.sns_wrap {
  display: flex;
}
/* ------------------------------
Twitter⇒X対応
------------------------------ */
#tw {
  /* width: 780px; */
  width: 48%;
  margin: 0 auto 30px;
}
#tw a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
#tw a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}
#tw a:hover{
  opacity: 0.8;
}
#tw a .tw_inner {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
#tw a .tw_inner img{
  width: 26px;
  height: 26.7px;
  margin-bottom: 2px;
}
#tw a p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
  font-weight: bolder;
}
/* ------------------------------
instagram
------------------------------ */
/*#instagram h4{
  font-size: 20px;
  font-weight: bold;
  color: #111;
  background-color: #fff;
  padding: 0.5rem 1rem;
  max-width: 800px;
  margin: 0 auto 4rem;
}
#instagram .target_instagram{
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#instagram ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#instagram ul li {
  border: 1px solid #c9c2c2;
  width: 31.25%;
  background: #fff;
  padding-right: 0px;
}
#instagram ul li .img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
#instagram ul li .img_wrap img{
  position: absolute;
  max-width: none;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#instagram .cx_instaqgram_more {
  width: 610px;
  max-width: 100%;
  margin: 32px auto 0;
}
#instagram .cx_instaqgram_more a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #fff;
  font-size: 28px;
  background: hwb(0deg 100% 0% / 25%);
  border: 1px solid #fff;
}
#instagram .cx_instaqgram_more a:hover{
  background: #1b018d;
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}*/
/* ------------------------------
Instagramバナー
------------------------------ */
#insta {
  /* width: 780px; */
  width: 48%;
  margin: 0 auto 30px;
}
#insta a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c5309e;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
#insta a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}
#insta a:hover{
  opacity: 0.8;
}
#insta a .insta_inner {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
#insta a .insta_inner img{
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
}
#insta a p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
  font-weight: bolder;
}
/* ------------------------------
動画
------------------------------ */
.fp-cont-inner .movie{
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 1.7em;
}
/* ------------------------------
お問い合わせ
------------------------------ */
#fp-tmppage-simple-contact p{
  text-align: center;
}
.mailaddress{
  border: 8px solid;
  border-image: linear-gradient(to right, #61D6D4, #66A7E5) 1;
  margin-inline: auto;
  max-width: 500px;
  width: auto;
  padding: 40px 20px;
  margin-top: 24px;
}
/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  /* ------------------------------
レスポンシブ
------------------------------ */
.pc{
  display:none;
}
.sp{
  display:block;
}
/* ------------------------------
メインビジュアルエリア
------------------------------ */
/* 基本放送日時情報*/
#theme #fp-hdr-block #fp-airdate {
  margin-top: 0.4em;
}
  /* ------------------------------
タイトルバー
------------------------------ */
  #fp-cnt #fp-main h2 {
    /*background: url("/common/images/pattern/pat_blue_031_2x.png");*/
    background:none; background-color: #547a98;; /*パターン画像なし*/
  }


  .tver-fod-bnr{
    padding-bottom: 1.8vh;
    margin-bottom: 0;
  }

  /* ------------------------------
番組概要（追加エリア）
------------------------------ */
.fp-tmppage-simple-overview{
  text-align: center;
  padding: 2vh 0 32px;
}
.heading{
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.catch {
  font-size: 18px !important;
}
.catchTitle_1 {
  font-size: 28px !important;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.catchTitle_2{
  font-size:23px !important;
}
.OpenSans{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 25px;
  letter-spacing: 0.11em;
}
.catchTitle_3{
  font-size: 23px !important;
}
.botann-area {
  margin-top: 24px;
}
a .btnEntry {
  max-width: 300px;
  font-size: 16px;
  padding: 1rem 1rem;
}
/* ------------------------------
オーディションの流れ（追加エリア）
------------------------------ */
.flow-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flowWrap:not(:nth-child(3n+1)) {
  margin-left: 0 !important;
  width: 100%;
}
.flowWrap:not(:nth-child(3n+3)) {
  margin-bottom: 13px !important;
  width: 100%;
}
.flowWrap .flowTxt {
  max-width: 230px;
  width: 100%;
  padding: 0 0 0 5px;
}
.flowWrap .item img {
  width: 59px !important;
  height: 49px !important;
}
/* ------------------------------
応募条件（追加エリア）
------------------------------ */
.applicationTtl {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.application-container {
  flex-wrap: wrap;
}
.applicationWrap:nth-child(-n+2) {
  margin-bottom: 20px;
}
.applicationWrap .applicationTxt {
  display: inline-block;
  line-height: 1.5;
  width: 280px;
  vertical-align: top;
  padding: 0 0 0 0;
}
.applicationWrap .applicationTxt dt {
  font-size: 18px;
  font-weight: bold;
}
.application-right .applicationWrap:nth-child(-n+2) {
  margin-bottom: 0;
}
/* ------------------------------
選考の流れ（追加エリア）
------------------------------ */
#selectionprocess {
  padding-top: 2vh !important;
}
.selectionprocess-inner {
  padding: 15px 15px;
}
.selectionprocessWrap .selectionprocessTxt {
  max-width: 200px;
  width: 100%;
  padding: 0 0 0 0;
}
.selectionprocessWrap .selectionprocessTxt dt {
  font-size: 20px;
}
.triangle {
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #000;
  margin: 10px auto;
}
  /* ------------------------------
公式SNS
------------------------------ */
.sns_wrap {
  display: block;
}
  /* ------------------------------
Twitter⇒X対応
------------------------------ */
#tw {
  width: 100%;
  padding-top: 0;
  margin: 0 auto 12px;
}
#tw a .tw_inner {
  margin-right: 14px;
}
#tw a {
  padding: 20px;
}
#tw a::after {
  padding: 14px 0;
}
#tw a p {
  font-size: 18px;
}
/* ------------------------------
instagram
------------------------------ */
#instagram h4 {
  margin: 0 auto 25px;
}
#instagram ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#instagram ul li {
  width: 100%;
}
#instagram .cx_instaqgram_more a {
font-size: 20px;
}
 /* ------------------------------
Instagramバナー
------------------------------ */
#insta {
  width: 100%;
  padding-top: 0;
}
#insta a .insta_inner {
  margin-right: 14px;
}
#insta a {
  padding: 20px;
}
#insta a::after {
  padding: 14px 0;
}
#insta a p {
  font-size: 18px;
}
/* ------------------------------
動画
------------------------------ */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 66.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
/* ------------------------------
お問い合わせ
------------------------------ */
.mailaddress {
  border: 8px solid;
  border-image: linear-gradient(to right, #61D6D4, #66A7E5) 1;
  margin-inline: auto;
  max-width: 280px;
  width: auto;
  padding: 20px 20px;
  margin-top: 24px;
}
/* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
}