@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background-color: #000;
  background: url("../img/bg03.png"), url("../img/bg02.png"), url("../img/bg01.png");
  background-repeat: repeat-x,repeat-x,repeat;
  background-position: bottom,top,top center;
  background-size: contain,contain,auto;
}
/* ------------------------------
リンク
------------------------------ */
#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;
}
/* ------------------------------
ナビメニュー
------------------------------ */
#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: #555;
}
#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: #666;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #fff;
  /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/
  /*background:none; background-color: #555; パターン画像なし*/
  background: linear-gradient(180deg, #cb9e06 0%, #ffdd73 50%, #cb9e06 100%);
  border-bottom: 3px solid rgb(115, 89, 0);
  color: #000;
}
#theme #fp-main h3 {
  background-color: #311a78;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #311a78;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#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 #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #555;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#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;
}
/* ------------------------------
公式YouTube
------------------------------ */
.youtube-wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
  position:relative
}
.youtube-wrapper iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
/* ------------------------------
Twitter⇒X対応
------------------------------ */
#tw {
  width: 780px;
  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
------------------------------ */
.insta_wrap {
  width: 100%;
  margin: 24px auto 0;
  padding: 24px;
  background-color: #fff;
  box-sizing: border-box;
}
/* ------------------------------
プレゼント応募
------------------------------ */
.campaign-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 24px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;

  border: 2px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

  min-height: 260px;
}
.campaign-image {
  width: 42%;
  /*max-width: 350px; */
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #eee;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
}
.campaign-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.campaign-image:hover img {
  opacity: 1;
}
.campaign-content {
  min-width: 300px;
  background-color: #eeeeee;
  border-radius: 12px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;

  padding: 25px 32px;
  box-sizing: border-box;
}
.campaign-text-button-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.campaign-text {
  font-size: 2rem !important;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
.campaign-text span{
  font-size: 1.5rem !important;
}
.campaign-button {
  background: linear-gradient(135deg, #444, #ccc);
  color: #fff !important;
  text-decoration: none;
  padding: 18px 48px;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.campaign-button:hover {
  background: linear-gradient(135deg, #000000, #5f5f5f);
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(69, 69, 69, 0.5);
}
/* ------------------------------
PCSP
------------------------------ */
.pc{
  display:block;
}

.sp{
  display:none;
}

/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  /* ------------------------------
タイトルバー
------------------------------ */
  #fp-cnt #fp-main h2 {
    /*background: url("/common/images/pattern/pat_blue_031_2x.png");*/
    /*background:none; background-color: #555; パターン画像なし*/
    background: linear-gradient(180deg, #cb9e06 0%, #ffdd73 50%, #cb9e06 100%);
  }
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
  /* ------------------------------
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
------------------------------ */
.insta_wrap {
  padding: 3% 3% 0;
}

/* ------------------------------
  プレゼント応募
  ------------------------------ */
  .campaign-container {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
    min-height: auto;
    gap: 0;
  }
  .campaign-image {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 8px;
    border: 3px solid #eee;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 16px;
  }
  .campaign-image img {
    height: auto;
  }
  .campaign-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    justify-content: center;
    min-width: 250px;
  }
  .campaign-text-button-wrapper {
    justify-content: center;
  }
  .campaign-text {
    font-size: 1.8rem !important;
    white-space: normal;
  }
  .campaign-text span{
    font-size: 1.6rem !important;
  }
/* ------------------------------
PCSP
------------------------------ */
  .pc{
    display:none;
  }

  .sp{
    display:block;
  }

}