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

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

	宣言

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

	全ページ共有

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

html {
  font-size: 100%; }

body {
  background: #fff;
  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;
  box-sizing: border-box; }
  @media screen and (min-width: 1024px) {
    .inner {
      max-width: 1200px; } }
  @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
    .inner {
      width: 96%; } }

#wrap,
#header,
#countdown,
#schedule,
#movie,
#bnr,
#footer {
  width: 100%;
  box-sizing: border-box; }

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

/* ヘッダー */
#header {
  background: #a6aaaa;
  position: relative; }
  #header h2.daiichiTV {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10; }
    @media screen and (max-width: 480px) {
      #header h2.daiichiTV {
        top: 20px;
        left: 20px; } }
  #header .inner {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 1024px) {
      #header .inner {
        display: flex; } }
  #header .mainVisual {
    background-image: radial-gradient(circle, #d9d9d9, #75787b);
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      #header .mainVisual {
        width: calc(100% - 400px);
        height: 800px; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #header .mainVisual {
        width: 100%;
        height: 90vh; } }
    @media screen and (max-width: 480px) {
      #header .mainVisual {
        width: 100%;
        height: 70vh; } }
    #header .mainVisual .sudo,
    #header .mainVisual .iwamoto,
    #header .mainVisual .catch {
      position: absolute;
      bottom: 0;
      overflow: hidden; }
      #header .mainVisual .sudo img,
      #header .mainVisual .iwamoto img,
      #header .mainVisual .catch img {
        max-width: 100%;
        height: auto; }
    #header .mainVisual .sudo {
      left: 0;
      z-index: 2; }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .mainVisual .sudo img {
          transform: translateX(-50px); } }
      @media screen and (max-width: 480px) {
        #header .mainVisual .sudo img {
          transform: translateX(-55px); } }
    #header .mainVisual .iwamoto {
      right: 0;
      z-index: 1; }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .mainVisual .iwamoto img {
          transform: translateX(30px); } }
      @media screen and (max-width: 480px) {
        #header .mainVisual .iwamoto img {
          transform: translateX(40px); } }
    #header .mainVisual .catch {
      text-align: center;
      left: 50%;
      z-index: 3;
      transform: translateX(-50%); }
      @media screen and (max-width: 480px) {
        #header .mainVisual .catch {
          bottom: 20px; }
          #header .mainVisual .catch img {
            width: 70%; } }
      #header .mainVisual .catch img {
        opacity: 0;
        transform: scale(2);
        animation: bang .2s ease-out forwards;
        animation-delay: 1s; }
  #header .FIFA {
    background: #cc0000;
    color: #fff;
    font-weight: 900;
    box-sizing: border-box;
    z-index: 10; }
    @media screen and (min-width: 1024px) {
      #header .FIFA {
        width: 400px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #header .FIFA {
        padding: 30px; } }
    @media screen and (max-width: 480px) {
      #header .FIFA {
        padding: 15px; } }
    #header .FIFA .title {
      font-weight: 900;
      line-height: 1; }
      @media screen and (min-width: 1024px) {
        #header .FIFA .title {
          font-size: 3em; } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .FIFA .title {
          font-size: 3em; } }
      @media screen and (max-width: 480px) {
        #header .FIFA .title {
          font-size: 1.6em; } }
    #header .FIFA .sub {
      font-weight: 900;
      line-height: 1.2; }
      @media screen and (min-width: 1024px) {
        #header .FIFA .sub {
          font-size: 2em;
          margin: 30px 0; } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .FIFA .sub {
          font-size: 2em;
          margin: 15px 0; } }
      @media screen and (max-width: 480px) {
        #header .FIFA .sub {
          font-size: 1.3em;
          margin: 10px 0; } }
    #header .FIFA .btn a {
      background: #fff;
      color: #000;
      text-decoration: none;
      width: 100%;
      padding: .5em 1.5em;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      border-radius: 50px;
      transition: ease .2s; }
      @media screen and (min-width: 1024px) {
        #header .FIFA .btn a {
          font-size: 1.5em; } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .FIFA .btn a {
          font-size: 1.5em; } }
      @media screen and (max-width: 480px) {
        #header .FIFA .btn a {
          font-size: 1em; } }
      #header .FIFA .btn a::after {
        font-family: "Font Awesome 7 Free";
        font-weight: 900;
        content: "\f063"; }
      #header .FIFA .btn a:hover {
        background: #ffff00; }

/* カウントダウン */
#countdown {
  background: #000;
  color: #fff;
  font-weight: 900; }
  #countdown h2 {
    color: #ffff00;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.2;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      #countdown h2 {
        font-size: 4em; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #countdown h2 {
        font-size: 5em; } }
    @media screen and (max-width: 480px) {
      #countdown h2 {
        font-size: 2.3em; } }
    @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
      #countdown h2 span {
        display: block; } }
  @media screen and (min-width: 1024px) {
    #countdown .inner {
      padding: 30px 0; } }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    #countdown .inner {
      padding: 30px 0; } }
  @media screen and (max-width: 480px) {
    #countdown .inner {
      padding: 15px 0; } }
  #countdown .wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
      #countdown .wrap {
        margin-top: 30px; } }
    @media screen and (max-width: 480px) {
      #countdown .wrap {
        flex-direction: column; } }
  @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
    #countdown .until {
      font-size: 2em;
      margin-right: 20px; } }
  @media screen and (max-width: 480px) {
    #countdown .until {
      font-size: 2em; } }
  #countdown .time {
    display: flex;
    align-items: center;
    gap: 20px; }
    @media screen and (max-width: 480px) {
      #countdown .time {
        margin-top: 5px;
        gap: 10px; } }
    #countdown .time p {
      display: flex;
      align-items: center; }
    #countdown .time span.day, #countdown .time span.hour, #countdown .time span.minute, #countdown .time span.second {
      background: #fff;
      color: #c00;
      text-align: center;
      text-box: trim-both cap alphabetic;
      margin-right: 10px;
      width: 2em;
      padding: 10px 0;
      border-radius: 10px;
      display: inline-block; }
      @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
        #countdown .time span.day, #countdown .time span.hour, #countdown .time span.minute, #countdown .time span.second {
          font-size: 3em; } }
      @media screen and (max-width: 480px) {
        #countdown .time span.day, #countdown .time span.hour, #countdown .time span.minute, #countdown .time span.second {
          font-size: 1.8em;
          margin-right: 5px;
          border-radius: 5px; } }
    @media screen and (min-width: 1024px) {
      #countdown .time span.text {
        font-size: 2em; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #countdown .time span.text {
        font-size: 2em; } }

/* 放送スケジュール */
#schedule {
  background: url("../images/chedule_bg.jpg") no-repeat top center;
  background-size: cover; }
  @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
    #schedule .inner {
      padding: 50px; } }
  @media screen and (max-width: 480px) {
    #schedule .inner {
      padding: 30px 15px; } }
  #schedule h3 {
    font-weight: 900; }
    @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
      #schedule h3 {
        font-size: 2em; } }
    @media screen and (max-width: 480px) {
      #schedule h3 {
        font-size: 2em;
        line-height: 1.2; } }
    #schedule h3 span {
      color: #cc0000;
      font-size: 1rem; }
      @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
        #schedule h3 span {
          margin-left: 1em; } }
      @media screen and (max-width: 480px) {
        #schedule h3 span {
          display: block; } }
  #schedule .check {
    font-weight: 900; }
    @media screen and (min-width: 1024px) {
      #schedule .check {
        font-size: 1.2em; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #schedule .check {
        margin-top: 15px; } }
    @media screen and (max-width: 480px) {
      #schedule .check {
        margin-top: 15px; } }
  #schedule .list-wrap .group {
    margin: 30px auto; }
    @media screen and (min-width: 1024px) {
      #schedule .list-wrap .group {
        width: 450px; } }
  #schedule .list-wrap .connection {
    margin: 60px auto 0; }
    @media screen and (min-width: 1024px) {
      #schedule .list-wrap .connection {
        width: 800px; } }
  #schedule .list-wrap h4 {
    font-weight: 900;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      #schedule .list-wrap h4 {
        font-size: 1.5em; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #schedule .list-wrap h4 {
        font-size: 1.5em; } }
    @media screen and (max-width: 480px) {
      #schedule .list-wrap h4 {
        font-size: 1.5em; } }
  #schedule .list-wrap table {
    font-weight: 700;
    width: 100%;
    margin: 20px auto 30px; }
    @media screen and (max-width: 480px) {
      #schedule .list-wrap table {
        font-size: .8em;
        margin: 10px auto 30px; } }
    #schedule .list-wrap table tr {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
      #schedule .list-wrap table tr.japan {
        background: #ffff00; }
    #schedule .list-wrap table th,
    #schedule .list-wrap table td {
      padding: 1em; }
      @media screen and (max-width: 480px) {
        #schedule .list-wrap table th,
        #schedule .list-wrap table td {
          padding: 1em .5em; } }
  #schedule .list-wrap .btn a {
    background: #cc0000;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1em 1.5em;
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: ease .2s; }
    @media screen and (max-width: 480px) {
      #schedule .list-wrap .btn a {
        padding: .5em 1.5em; } }
    #schedule .list-wrap .btn a::after {
      font-family: "Font Awesome 7 Free";
      font-weight: 900;
      content: "\f35d";
      margin-left: .5em; }
    #schedule .list-wrap .btn a:hover {
      color: #000;
      background: #ffff00; }

/* 動画 */
#movie {
  background: url("../images/movie_bg.jpg") no-repeat top center;
  background-size: cover;
  color: #fff; }
  @media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
    #movie .inner {
      padding: 50px; } }
  @media screen and (max-width: 480px) {
    #movie .inner {
      padding: 30px 15px; } }
  #movie h3 {
    font-size: 2em;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 480px) {
      #movie h3 {
        font-size: 1.2em; } }
    #movie h3::before, #movie h3::after {
      width: 2px;
      height: 1.5em;
      background: #fff;
      content: ''; }
    #movie h3::before {
      transform: rotate(-20deg);
      margin-right: 1em; }
    #movie h3::after {
      transform: rotate(20deg);
      margin-left: 1em; }
  #movie ul {
    list-style: none;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
    @media screen and (max-width: 480px) {
      #movie ul {
        margin-top: 15px;
        gap: 10px; } }
    #movie ul li {
      width: calc((100% - 30px) / 2); }
      @media screen and (max-width: 480px) {
        #movie ul li {
          width: 100%; } }
    #movie ul a {
      position: relative;
      display: block; }
      #movie ul a img {
        display: block;
        width: 100%; }
      #movie ul a::after {
        background: url("../images/icon_play.svg") no-repeat center center/contain;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 60%;
        transform: translate(-50%, -50%);
        transition: .3s;
        pointer-events: none; }
      #movie ul a:hover::after {
        transform: translate(-50%, -50%) scale(1.1); }

/* バナー */
@media screen and (min-width: 1024px), screen and (max-width: 1023px) and (min-width: 481px) {
  #bnr .inner {
    padding: 50px; } }
@media screen and (max-width: 480px) {
  #bnr .inner {
    padding: 30px 15px; } }
#bnr ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center; }
  #bnr ul.sdt {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px; }
  #bnr ul.ntv {
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 1023px) and (min-width: 481px), screen and (max-width: 480px) {
      #bnr ul.ntv {
        grid-template-columns: repeat(2, 1fr); } }
  #bnr ul li img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px; }

/* フッター */
#footer {
  background: #000;
  color: #fff;
  position: relative;
  flex-shrink: 0; }
  #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 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); } }
