@charset "UTF-8";
/* --------------------------------------------------
	
	Format Ver  : 1.0
	Last UpDate : 2026/03/12
	
	1 - 宣言
	2 - 全ページ共有
	3 - テーブルセット
	4 - 
	5 - 
	6 - 

/* --------------------------------------------------

	宣言

-------------------------------------------------- */
/*100,400,700,800*/
/* --------------------------------------------------

	全ページ共有

-------------------------------------------------- */
html,
body {
  height: 100%; }

html {
  font-size: 100%; }

body {
  background-image: linear-gradient(90deg, #ff6699, #ff3366);
  color: #000;
  font-family: "YakuHanJP", "LINE Seed JP", sans-serif;
  line-height: 1.6;
  overflow-wrap: break-word;
  text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto; }

/* pc専用 */
@media screen and (min-width: 1024px) {
  .pc {
    display: inline-block; }

  .tb {
    display: none; }

  .sp {
    display: none; } }
/* tb専用 */
@media screen and (max-width: 1023px) and (min-width: 481px) {
  .pc {
    display: none; }

  .tb {
    display: inline-block; }

  .sp {
    display: none; } }
/* sp専用 */
@media screen and (max-width: 480px) {
  .pc {
    display: none; }

  .tb {
    display: none; }

  .sp {
    display: inline-block; } }
.inner {
  margin: auto; }
  @media screen and (min-width: 1024px) {
    .inner {
      max-width: 1000px; } }
  @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
    .inner {
      width: 95%; } }

#wrap,
#DaiichiTV,
#header,
#day,
#gnav,
#bnr,
#sns,
#news,
#nextOA,
#content,
#pagination,
#about,
#cast,
#footer {
  width: 100%;
  box-sizing: border-box; }

#wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

#bnr,
#sns,
#news,
#nextOA,
#content,
#pagination,
#about,
#cast {
  padding: 3em 0;
  /* #gnavにも同じ記述あり */
  /* 記事リスト：ヨコ並び（トップの放送内容） */
  /* 記事リスト：タテ並び（一覧・詳細） */
  /* 記事詳細 */ }
  #bnr h2,
  #sns h2,
  #news h2,
  #nextOA h2,
  #content h2,
  #pagination h2,
  #about h2,
  #cast h2 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-stroke: 5px #ff3366;
    -webkit-text-stroke: 5px #ff3366;
    paint-order: stroke; }
    @media screen and (max-width: 480px) {
      #bnr h2,
      #sns h2,
      #news h2,
      #nextOA h2,
      #content h2,
      #pagination h2,
      #about h2,
      #cast h2 {
        font-size: 2em; } }
    #bnr h2::before, #bnr h2::after,
    #sns h2::before,
    #sns h2::after,
    #news h2::before,
    #news h2::after,
    #nextOA h2::before,
    #nextOA h2::after,
    #content h2::before,
    #content h2::after,
    #pagination h2::before,
    #pagination h2::after,
    #about h2::before,
    #about h2::after,
    #cast h2::before,
    #cast h2::after {
      content: '';
      width: 1em;
      height: 3px;
      background-color: #fff; }
    #bnr h2::before,
    #sns h2::before,
    #news h2::before,
    #nextOA h2::before,
    #content h2::before,
    #pagination h2::before,
    #about h2::before,
    #cast h2::before {
      margin-right: .5em; }
    #bnr h2::after,
    #sns h2::after,
    #news h2::after,
    #nextOA h2::after,
    #content h2::after,
    #pagination h2::after,
    #about h2::after,
    #cast h2::after {
      margin-left: .5em; }
  #bnr .border,
  #sns .border,
  #news .border,
  #nextOA .border,
  #content .border,
  #pagination .border,
  #about .border,
  #cast .border {
    background: linear-gradient(90deg, #f5ae00 0%, #762c00 25%, #ebb400 40%, #e8c200 50%, #d4a600 60%, #ebbd00 75%, #691c00 100%);
    color: #fff;
    font-family: "Tilt Warp", sans-serif;
    font-size: .5em;
    letter-spacing: .1em;
    padding: .5em 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px; }
    #bnr .border ul.marquee,
    #sns .border ul.marquee,
    #news .border ul.marquee,
    #nextOA .border ul.marquee,
    #content .border ul.marquee,
    #pagination .border ul.marquee,
    #about .border ul.marquee,
    #cast .border ul.marquee {
      list-style: none;
      display: inline-flex;
      white-space: nowrap;
      animation: marquee 60s linear infinite; }
      #bnr .border ul.marquee li,
      #sns .border ul.marquee li,
      #news .border ul.marquee li,
      #nextOA .border ul.marquee li,
      #content .border ul.marquee li,
      #pagination .border ul.marquee li,
      #about .border ul.marquee li,
      #cast .border ul.marquee li {
        margin: 0;
        padding-right: 1rem; }
  @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
    #bnr .posts-grid,
    #sns .posts-grid,
    #news .posts-grid,
    #nextOA .posts-grid,
    #content .posts-grid,
    #pagination .posts-grid,
    #about .posts-grid,
    #cast .posts-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch; } }
  @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
    #bnr .posts-grid article.post,
    #sns .posts-grid article.post,
    #news .posts-grid article.post,
    #nextOA .posts-grid article.post,
    #content .posts-grid article.post,
    #pagination .posts-grid article.post,
    #about .posts-grid article.post,
    #cast .posts-grid article.post {
      width: 48%; } }
  #bnr .posts-grid article.post a,
  #sns .posts-grid article.post a,
  #news .posts-grid article.post a,
  #nextOA .posts-grid article.post a,
  #content .posts-grid article.post a,
  #pagination .posts-grid article.post a,
  #about .posts-grid article.post a,
  #cast .posts-grid article.post a {
    display: flex;
    flex-direction: column;
    flex: 1; }
  @media screen and (min-width: 1024px) {
    #bnr .posts-list article.post .box,
    #sns .posts-list article.post .box,
    #news .posts-list article.post .box,
    #nextOA .posts-list article.post .box,
    #content .posts-list article.post .box,
    #pagination .posts-list article.post .box,
    #about .posts-list article.post .box,
    #cast .posts-list article.post .box {
      flex-direction: row; } }
  #bnr .posts-detail article.post .box,
  #sns .posts-detail article.post .box,
  #news .posts-detail article.post .box,
  #nextOA .posts-detail article.post .box,
  #content .posts-detail article.post .box,
  #pagination .posts-detail article.post .box,
  #about .posts-detail article.post .box,
  #cast .posts-detail article.post .box {
    padding: 3em;
    box-sizing: border-box; }
    #bnr .posts-detail article.post .box .img,
    #sns .posts-detail article.post .box .img,
    #news .posts-detail article.post .box .img,
    #nextOA .posts-detail article.post .box .img,
    #content .posts-detail article.post .box .img,
    #pagination .posts-detail article.post .box .img,
    #about .posts-detail article.post .box .img,
    #cast .posts-detail article.post .box .img {
      margin-bottom: 3em; }
    #bnr .posts-detail article.post .box .text,
    #sns .posts-detail article.post .box .text,
    #news .posts-detail article.post .box .text,
    #nextOA .posts-detail article.post .box .text,
    #content .posts-detail article.post .box .text,
    #pagination .posts-detail article.post .box .text,
    #about .posts-detail article.post .box .text,
    #cast .posts-detail article.post .box .text {
      padding: 0; }
  #bnr article.post,
  #sns article.post,
  #news article.post,
  #nextOA article.post,
  #content article.post,
  #pagination article.post,
  #about article.post,
  #cast article.post {
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    position: relative; }
    #bnr article.post::after,
    #sns article.post::after,
    #news article.post::after,
    #nextOA article.post::after,
    #content article.post::after,
    #pagination article.post::after,
    #about article.post::after,
    #cast article.post::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 200px;
      height: 70px;
      transform: translateY(100%);
      background: url("../images/flag.png") no-repeat top/contain;
      pointer-events: none; }
    #bnr article.post a,
    #sns article.post a,
    #news article.post a,
    #nextOA article.post a,
    #content article.post a,
    #pagination article.post a,
    #about article.post a,
    #cast article.post a {
      color: #000;
      text-decoration: none; }
    #bnr article.post .box,
    #sns article.post .box,
    #news article.post .box,
    #nextOA article.post .box,
    #content article.post .box,
    #pagination article.post .box,
    #about article.post .box,
    #cast article.post .box {
      background: #fff;
      display: flex;
      flex-direction: column;
      flex: 1; }
      @media screen and (min-width: 1024px) {
        #bnr article.post .box .img,
        #sns article.post .box .img,
        #news article.post .box .img,
        #nextOA article.post .box .img,
        #content article.post .box .img,
        #pagination article.post .box .img,
        #about article.post .box .img,
        #cast article.post .box .img {
          flex: 0 0 32%; } }
      #bnr article.post .box .text,
      #sns article.post .box .text,
      #news article.post .box .text,
      #nextOA article.post .box .text,
      #content article.post .box .text,
      #pagination article.post .box .text,
      #about article.post .box .text,
      #cast article.post .box .text {
        padding: 0 2em 2em;
        box-sizing: border-box; }
        @media screen and (min-width: 1024px) {
          #bnr article.post .box .text,
          #sns article.post .box .text,
          #news article.post .box .text,
          #nextOA article.post .box .text,
          #content article.post .box .text,
          #pagination article.post .box .text,
          #about article.post .box .text,
          #cast article.post .box .text {
            flex: 1; } }
        #bnr article.post .box .text .date,
        #sns article.post .box .text .date,
        #news article.post .box .text .date,
        #nextOA article.post .box .text .date,
        #content article.post .box .text .date,
        #pagination article.post .box .text .date,
        #about article.post .box .text .date,
        #cast article.post .box .text .date {
          background: #0e2566;
          color: #fff;
          font-size: .7em;
          width: 10em;
          padding: .5em 0;
          display: flex;
          justify-content: center; }
        #bnr article.post .box .text h3.title,
        #sns article.post .box .text h3.title,
        #news article.post .box .text h3.title,
        #nextOA article.post .box .text h3.title,
        #content article.post .box .text h3.title,
        #pagination article.post .box .text h3.title,
        #about article.post .box .text h3.title,
        #cast article.post .box .text h3.title {
          color: #ff6600;
          font-size: 1.5em;
          line-height: 1.2;
          margin: 1rem 0; }
          #bnr article.post .box .text h3.title a,
          #sns article.post .box .text h3.title a,
          #news article.post .box .text h3.title a,
          #nextOA article.post .box .text h3.title a,
          #content article.post .box .text h3.title a,
          #pagination article.post .box .text h3.title a,
          #about article.post .box .text h3.title a,
          #cast article.post .box .text h3.title a {
            color: #ff6600;
            text-decoration: none; }
            #bnr article.post .box .text h3.title a:hover,
            #sns article.post .box .text h3.title a:hover,
            #news article.post .box .text h3.title a:hover,
            #nextOA article.post .box .text h3.title a:hover,
            #content article.post .box .text h3.title a:hover,
            #pagination article.post .box .text h3.title a:hover,
            #about article.post .box .text h3.title a:hover,
            #cast article.post .box .text h3.title a:hover {
              animation: blink .3s 2; }
  #bnr .list,
  #sns .list,
  #news .list,
  #nextOA .list,
  #content .list,
  #pagination .list,
  #about .list,
  #cast .list {
    display: flex;
    justify-content: flex-end; }
    #bnr .list a,
    #sns .list a,
    #news .list a,
    #nextOA .list a,
    #content .list a,
    #pagination .list a,
    #about .list a,
    #cast .list a {
      background: #0e2566;
      color: #fff;
      font-size: .8em;
      text-decoration: none;
      text-box: trim-both cap alphabetic;
      width: 10em;
      padding: .5em 0;
      display: flex;
      justify-content: center;
      overflow: hidden;
      position: relative;
      z-index: 1;
      transition: color .25s ease; }
      #bnr .list a::after,
      #sns .list a::after,
      #news .list a::after,
      #nextOA .list a::after,
      #content .list a::after,
      #pagination .list a::after,
      #about .list a::after,
      #cast .list a::after {
        font-family: "Font Awesome 7 Free";
        font-weight: 900;
        content: "\f138";
        margin-left: .5em; }
      #bnr .list a::before,
      #sns .list a::before,
      #news .list a::before,
      #nextOA .list a::before,
      #content .list a::before,
      #pagination .list a::before,
      #about .list a::before,
      #cast .list a::before {
        position: absolute;
        top: 0;
        left: -150%;
        content: '';
        width: 130%;
        height: 100%;
        background: #000;
        z-index: -1; }
      #bnr .list a:hover::before,
      #sns .list a:hover::before,
      #news .list a:hover::before,
      #nextOA .list a:hover::before,
      #content .list a:hover::before,
      #pagination .list a:hover::before,
      #about .list a:hover::before,
      #cast .list a:hover::before {
        animation: skew .5s forwards; }

/* Daiichi-TV */
#DaiichiTV {
  background: #fff;
  text-align: center;
  padding: 1em 0; }

/* ヘッダー */
#header {
  background: #000;
  position: relative;
  overflow: hidden;
  /* トップのみ */
  /* 2階層目以降 */ }
  #header::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url("../images/header_bg.png") no-repeat center;
    background-size: 110vw;
    animation: spin 60s linear infinite;
    z-index: 0; }
    @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
      #header::before {
        background-size: 200vw; } }
  #header .title,
  #header .streaming {
    position: relative;
    z-index: 1; }
  #header .title {
    overflow-x: hidden; }
    #header .title .inner {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      #header .title .inner .catch-01,
      #header .title .inner .catch-02,
      #header .title .inner .miyagawa,
      #header .title .inner .uchida,
      #header .title .inner .logo {
        position: absolute; }
      #header .title .inner .logo {
        z-index: 10; }
      #header .title .inner img {
        max-width: 100%;
        height: auto; }
  @media screen and (min-width: 1024px) {
    .top #header .title .inner {
      height: 730px; } }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    .top #header .title .inner {
      height: 80dvh; } }
  @media screen and (max-width: 480px) {
    .top #header .title .inner {
      height: 50dvh; } }
  @media screen and (min-width: 1024px) {
    .top #header .title .inner .catch-01 {
      top: 70px; } }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    .top #header .title .inner .catch-01 {
      top: 6%;
      width: 35%; } }
  @media screen and (max-width: 480px) {
    .top #header .title .inner .catch-01 {
      top: 3%;
      width: 30%; } }
  @media screen and (min-width: 1024px) {
    .top #header .title .inner .catch-02 {
      bottom: 50px; } }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    .top #header .title .inner .catch-02 {
      bottom: 10%; } }
  @media screen and (max-width: 480px) {
    .top #header .title .inner .catch-02 {
      bottom: 5%;
      width: 80%; } }
  .top #header .title .inner .miyagawa {
    left: 0; }
    @media screen and (min-width: 1024px) {
      .top #header .title .inner .miyagawa {
        top: 20px; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      .top #header .title .inner .miyagawa {
        top: 10%;
        width: 32%; } }
    @media screen and (max-width: 480px) {
      .top #header .title .inner .miyagawa {
        top: 10%;
        width: 45%; } }
  .top #header .title .inner .uchida {
    right: 0; }
    @media screen and (min-width: 1024px) {
      .top #header .title .inner .uchida {
        top: 30px; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      .top #header .title .inner .uchida {
        top: 10%;
        width: 32%; } }
    @media screen and (max-width: 480px) {
      .top #header .title .inner .uchida {
        top: 10%;
        width: 45%; } }
  @media screen and (min-width: 1024px) {
    .top #header .title .inner .logo {
      top: 350px; } }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    .top #header .title .inner .logo {
      top: 48%; } }
  @media screen and (max-width: 480px) {
    .top #header .title .inner .logo {
      bottom: 20%; } }
  @media screen and (min-width: 1024px) {
    .page #header .title .inner {
      height: 350px; } }
  @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
    .page #header .title .inner {
      height: 20dvh; } }
  #header .streaming {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px); }
    #header .streaming ul {
      list-style: none;
      padding: 1em 0;
      display: flex;
      justify-content: space-evenly; }
      @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
        #header .streaming ul li {
          width: calc( 96% / 2 ); } }
      #header .streaming ul li img {
        border-radius: 10px;
        transition: transform .3s ease; }
        #header .streaming ul li img:hover {
          transform: scale(1.05); }

/* メイン（次回放送日時～出演者） */
#main {
  flex: 1; }

/* 次回放送日時 */
#day {
  background: #ffff00;
  font-weight: 800;
  text-align: center;
  padding: 1em 0; }
  #day h2 {
    font-weight: 800; }
    #day h2 span,
    #day h2 time {
      display: block; }
      #day h2 span.label,
      #day h2 time.label {
        font-size: 2.5em;
        letter-spacing: .1em;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 480px) {
          #day h2 span.label,
          #day h2 time.label {
            font-size: 2em; } }
        #day h2 span.label::before, #day h2 span.label::after,
        #day h2 time.label::before,
        #day h2 time.label::after {
          content: '';
          width: 1.5em;
          height: 3px;
          background-color: #000; }
        #day h2 span.label::before,
        #day h2 time.label::before {
          margin-right: .5em; }
        #day h2 span.label::after,
        #day h2 time.label::after {
          margin-left: .5em; }
      #day h2 span.date,
      #day h2 time.date {
        color: #ff0066;
        font-size: 3em;
        margin: .2em 0; }
        @media screen and (max-width: 480px) {
          #day h2 span.date,
          #day h2 time.date {
            line-height: 1.2; } }
  #day .regular {
    font-size: 2em; }

/* ナビ */
#gnav {
  background: url("../images/bg_metal.png") repeat, linear-gradient(135deg, #626774 4%, #9197ad 15%, #74798a 22%, #494c55 60%, #74798a 75%, #231815 95%); }
  #gnav ul.btn {
    list-style: none;
    color: #fff;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: .1em;
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 1024px) {
      #gnav ul.btn {
        justify-content: space-between; } }
    @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
      #gnav ul.btn {
        font-size: 1.5em;
        justify-content: space-evenly; } }
    @media screen and (min-width: 1024px) {
      #gnav ul.btn li {
        width: 240px; } }
    @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
      #gnav ul.btn li {
        width: calc( 90% / 2 ); }
        #gnav ul.btn li:nth-child(3), #gnav ul.btn li:nth-child(4) {
          margin-top: 1em; } }
    #gnav ul.btn li a {
      color: #fff;
      text-decoration: none;
      padding: .5em 0;
      border: 1px solid #000;
      border-radius: 10px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 1; }
      #gnav ul.btn li a::after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid #ccc;
        border-radius: 10px;
        pointer-events: none;
        z-index: -1; }
      #gnav ul.btn li a:hover {
        background: rgba(0, 0, 0, 0.5); }
  #gnav .border {
    background: linear-gradient(90deg, #f5ae00 0%, #762c00 25%, #ebb400 40%, #e8c200 50%, #d4a600 60%, #ebbd00 75%, #691c00 100%);
    color: #fff;
    font-family: "Tilt Warp", sans-serif;
    font-size: .5em;
    letter-spacing: .1em;
    padding: .5em 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px; }
    #gnav .border ul.marquee {
      list-style: none;
      display: inline-flex;
      white-space: nowrap;
      will-change: transform;
      animation: marquee 60s linear infinite; }
      #gnav .border ul.marquee li {
        margin: 0;
        padding-right: 1rem; }

/* ピンク背景 */
.bgPink {
  background: url("../images/flag.png") repeat-x top center;
  width: 100%;
  padding-top: 100px; }
  .bgPink ul.star {
    list-style: none;
    position: relative; }
    .bgPink ul.star li {
      position: fixed;
      z-index: -1; }
      .bgPink ul.star li.star-01 {
        top: 5%;
        right: 5%; }
      .bgPink ul.star li.star-02 {
        bottom: 5%;
        left: 5%; }
      .bgPink ul.star li.star-03 {
        bottom: 2%;
        left: 3%; }
        .bgPink ul.star li.star-03 img {
          width: 50%; }
      .bgPink ul.star li img {
        animation: rotate-y 3s linear infinite; }

/* バナー */
#bnr ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
    #bnr ul {
      justify-content: space-evenly; } }
  #bnr ul li {
    margin-top: 1em; }
    @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
      #bnr ul li {
        width: calc( 90% / 2 );
        justify-content: space-evenly; }
        #bnr ul li:nth-child(1), #bnr ul li:nth-child(2) {
          margin-top: 0; } }
    @media screen and (max-width: 480px) {
      #bnr ul li:nth-child(1) {
        margin-top: 0; } }
    #bnr ul li a img {
      transition: transform .3s ease; }
      #bnr ul li a img:hover {
        transform: scale(1.2); }

/* SNS */
#sns h2::before {
  transform: rotate(60deg); }
#sns h2::after {
  transform: rotate(-60deg); }
#sns ul {
  list-style: none;
  margin-top: 1.5em;
  display: flex;
  justify-content: center; }
  #sns ul li {
    margin: 0 2em; }
    #sns ul li img {
      transition: transform .3s ease; }
      #sns ul li img:hover {
        transform: scale(1.2); }

/* お知らせ */
/* 次回予告 */
#nextOA .media {
  margin-top: 3em; }
  @media screen and (min-width: 1024px) {
    #nextOA .media {
      width: 640px;
      margin: 3em auto 0;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
#nextOA .text {
  width: 100% !important;
  padding: 1em 2em 2em !important; }

/* 放送内容 */
#content .backnumber {
  margin-top: 3em; }
  #content .backnumber h3 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 480px) {
      #content .backnumber h3 {
        font-size: 2em; } }
    #content .backnumber h3::before, #content .backnumber h3::after {
      content: '';
      width: 1em;
      height: 3px;
      background-color: #fff; }
    #content .backnumber h3::before {
      margin-right: .5em;
      transform: rotate(60deg); }
    #content .backnumber h3::after {
      margin-left: .5em;
      transform: rotate(-60deg); }
  #content .backnumber .form {
    font-family: "YakuHanJP", "LINE Seed JP", sans-serif;
    font-size: 100%;
    width: 15em;
    margin: 1em auto 0; }
    #content .backnumber .form label {
      display: block; }
    #content .backnumber .form select {
      font-family: inherit;
      font-size: 1em;
      width: 100%;
      padding: 1em;
      box-sizing: border-box; }

/* ページ送り */
#pagination {
  position: relative;
  z-index: 2; }
  #pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: stretch; }
    #pagination ul li {
      margin: 0 2em; }
      @media screen and (max-width: 480px) {
        #pagination ul li {
          margin: 0 1.5em; } }
      #pagination ul li.prev a, #pagination ul li.next a {
        font-family: "Font Awesome 7 Free";
        font-weight: 900;
        width: 4em; }
        @media screen and (max-width: 480px) {
          #pagination ul li.prev a, #pagination ul li.next a {
            width: 3em; } }
      #pagination ul li.archive a {
        width: 10em; }
        @media screen and (max-width: 480px) {
          #pagination ul li.archive a {
            width: 6em; } }
      #pagination ul li a {
        background: #000;
        color: #fff;
        text-decoration: none;
        text-align: center;
        height: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box; }
        @media screen and (max-width: 480px) {
          #pagination ul li a {
            height: 3em; } }

/* 番組概要 */
#about {
  background: #000 url("../images/header_bg.png") no-repeat center center;
  background-size: cover;
  border-top: 10px solid #000;
  overflow: hidden;
  /*
  &::before {
  	content: "";
  	position: absolute;
  	top: -50%;
  	left: -50%;
  	width: 200%;
  	height: 200%;
  	background: url("../images/header_bg.png") no-repeat center;
  	background-size: 110vw;
  	animation: spin 60s linear infinite;
  	z-index: 0;
  	@media screen and (max-width: 1023px) and (min-width:481px), screen and (max-width: 480px) {
  		background-size: 200vw;
  	}
  }
  */ }
  #about h2 {
    text-stroke: 5px #000;
    -webkit-text-stroke: 5px #000;
    paint-order: stroke; }
  #about .text {
    color: #fff;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    text-stroke: 5px #000;
    -webkit-text-stroke: 5px #000;
    letter-spacing: .1em;
    paint-order: stroke;
    position: relative; }
    @media screen and (max-width: 480px) {
      #about .text {
        font-size: 1.2em; } }
    #about .text p {
      margin-top: 2rem; }
      @media screen and (max-width: 480px) {
        #about .text p {
          margin-top: 1.5em; } }
      #about .text p.last {
        margin-top: 0; }
        @media screen and (min-width: 1024px) {
          #about .text p.last {
            font-size: 4rem; } }
        @media screen and (max-width: 1023px) and (min-width: 481px) {
          #about .text p.last {
            font-size: 3rem; } }
        @media screen and (max-width: 480px) {
          #about .text p.last {
            font-size: 1.8rem; } }
    #about .text strong {
      color: #ffff00; }
    #about .text ul.photo {
      list-style: none;
      position: relative;
      z-index: 0; }
      #about .text ul.photo li {
        position: absolute;
        z-index: 1; }
        #about .text ul.photo li.miyagawa {
          left: 0; }
          @media screen and (min-width: 1024px) {
            #about .text ul.photo li.miyagawa {
              top: -6rem; } }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #about .text ul.photo li.miyagawa {
              top: -8rem;
              width: 20%; } }
          @media screen and (max-width: 480px) {
            #about .text ul.photo li.miyagawa {
              top: -7rem;
              left: -.5em;
              width: 30%; } }
        #about .text ul.photo li.uchida {
          right: 0; }
          @media screen and (min-width: 1024px) {
            #about .text ul.photo li.uchida {
              top: -6rem; } }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #about .text ul.photo li.uchida {
              top: -8rem;
              width: 20%; } }
          @media screen and (max-width: 480px) {
            #about .text ul.photo li.uchida {
              top: -7rem;
              right: -.5em;
              width: 30%; } }
        #about .text ul.photo li.yagi {
          left: calc(50% + 8em);
          transform: translateX(-50%); }
          @media screen and (min-width: 1024px) {
            #about .text ul.photo li.yagi {
              top: 250px; } }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #about .text ul.photo li.yagi {
              width: 30%;
              top: 200px; } }
          @media screen and (max-width: 480px) {
            #about .text ul.photo li.yagi {
              top: 140px;
              width: 25%; } }
    #about .text ul.honki {
      list-style: none;
      display: flex; }
      @media screen and (max-width: 480px) {
        #about .text ul.honki {
          justify-content: center; } }
      #about .text ul.honki li {
        opacity: 0;
        transform: scale(2);
        animation: honki-bang .2s ease-out forwards; }
        @media screen and (max-width: 480px) {
          #about .text ul.honki li {
            flex-shrink: 0;
            width: 42%; } }
        #about .text ul.honki li + li {
          margin-left: -8%; }
        #about .text ul.honki li:nth-child(1) {
          animation-delay: .3s; }
        #about .text ul.honki li:nth-child(2) {
          animation-delay: .5s; }
        #about .text ul.honki li:nth-child(3) {
          animation-delay: .7s; }
        @media screen and (max-width: 480px) {
          #about .text ul.honki li img {
            width: 100%;
            height: auto; } }

/* 出演者 */
#cast {
  background: #000;
  color: #fff; }
  #cast h2 {
    text-stroke: 5px #000;
    -webkit-text-stroke: 5px #000;
    paint-order: stroke; }
  #cast ul.cast {
    list-style: none;
    display: flex;
    justify-content: space-between; }
    #cast ul.cast li {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 1em; }
      #cast ul.cast li:first-child {
        margin-left: 0; }
      #cast ul.cast li a {
        color: #fff;
        text-decoration: none; }
      #cast ul.cast li .photo img {
        transition: transform .25s ease; }
      #cast ul.cast li:hover .photo img {
        animation: cast-bounce .5s; }
      #cast ul.cast li .name {
        font-size: 2em;
        font-weight: 900;
        text-align: center;
        letter-spacing: .1em;
        margin-top: 1em; }
        @media screen and (max-width: 480px) {
          #cast ul.cast li .name {
            font-size: 1em; } }
        #cast ul.cast li .name span {
          display: block;
          font-size: 1rem; }
          @media screen and (max-width: 480px) {
            #cast ul.cast li .name span {
              font-size: .7em; } }

/* フッター */
#footer {
  background: #000;
  color: #fff;
  position: relative;
  flex-shrink: 0; }
  #footer .form {
    position: fixed;
    right: 2em;
    bottom: 2em;
    z-index: 100;
    animation: fuwafuwa 1s ease-in-out infinite alternate;
    transition: opacity .3s ease; }
    @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
      #footer .form {
        width: 25%; } }
    #footer .form.hide {
      opacity: 0;
      pointer-events: none; }
    #footer .form a img {
      transition: transform .3s ease; }
      #footer .form a img:hover {
        transform: scale(1.2); }
  #footer .copyright {
    font-size: .6em;
    text-align: center;
    padding: 1rem 0; }

/* --------------------------------------------------

	テーブルセット

-------------------------------------------------- */
/* --------------------------------------------------

	アニメーション

-------------------------------------------------- */
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes comment {
  0% {
    transform: translateY(7px); }
  100% {
    transform: translateY(-7px); } }
@keyframes slideFadeIn {
  0% {
    transform: translateX(20%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
@keyframes fuwafuwa {
  0% {
    transform: translateY(7px); }
  100% {
    transform: translateY(-7px); } }
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes rotate-y {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(360deg); } }
@keyframes skew {
  100% {
    left: -10%; } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes honki-bang {
  0% {
    opacity: 0;
    transform: scale(2); }
  70% {
    transform: scale(0.95); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes cast-bounce {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1.15, 0.9); }
  60% {
    transform: scale(0.95, 1.05); }
  80% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
