/* common */
/* small screen */
main {
  /* font-size: 1em; */
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.cover {
  background: url(../img/cover_09.png);
  background-size: cover;
  background-position: center center;
  padding-bottom: 50px;
}

h1 {
  font-family: "Sawarabi Mincho";
  font-size: 50px !important;
  letter-spacing: 6px;
}




.nankai {
  font-size: 50px !important;
}


.kai {
  font-family: Arial, Helvetica, sans-serif;
}

.karatedou{
  letter-spacing: 10px;
  font-size: 60px;
  color: #ff0000;
}



.brand {
  text-align: center;
  background-color: rgb(255, 255, 255);
}

.brand > img {
  height: 75px;
  margin: 5px 0;
}

h2 {
  /* font-size: 20px; */
  line-height: 180%;

}


footer{
  left: 0;
  bottom: 0;
  width: 100%;
}
footer a {
  text-decoration: none !important;
  color: black;
}
footer a:hover {
  color: black;
}


/* medium screen */
@media (min-width: 768px) {

  .cover {
    padding-top: 80px;
    padding-bottom: 80px;

  }

  h1 {
    font-size: 70px;
    letter-spacing: 4px;
  }

  .brand > img {
    height: 75px;
    margin: 5px 0;
  }

  h2 {
    font-size: 30px;
  }

}



/* small screen */
@media (max-width: 992px) {
  .cover {
    padding-top: 140px;
    padding-bottom: 140px;
    /* background: url(../img/cover_10.jpg); */
    /* background-position: right center; */
    /* background-position: 700px center; */
    background-position:1000px center;
  }


  h1 {
    font-size: 40px;
    letter-spacing: 3px;
    line-height: .8em;
  }

  .nankai {
    font-size: 32px !important;
  }
  .taikaimei {
    font-size: 32px !important;
  }
  .karatedou{
    letter-spacing: 10px;
    font-size: 50px;
    line-height: 1.5em;
  }

  .brand > img {
    height: 50px;
    margin: 5px 0;
  }

  .mt_40 {
    margin-top: 45px;
  }

  h2 {
    font-size: 28px;
  }

  h2.non_live_h2  {
    font-size: 23px;
    text-align: left !important;
  }

  h3 {
    font-size: 23px;
    line-height: 120%;
  }


}


/* カバー部分 */
@media (max-width: 697px) {
  .cover {
    background-position:700px center;
  }
}
@media (max-width: 600px) {
  .cover {
    background-position:600px center;
  }
}


.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* スマフォ改行 */
@media screen and (min-width: 768px){
  .br-sp {
    display: none;
  }
}



/* ライブ点滅 */
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

#blinking-img {
  animation: blink 1.9s ease-in-out infinite; /* アニメーションの速度や回数を調整できます */
}


/* 広告 */
/* 画像に適用される基本スタイル */
.image-container a img {
  transition: opacity 0.5s ease; /* トランジションの効果を追加 */
}

/* ホバー時のスタイル */
.image-container a img:hover {
  opacity: 0.7; /* 透明度を下げる */
}


/* PC用のスタイル */
.pc-h3 {
  font-size: 24px; /* PCでのフォントサイズ */
  text-align: center;
}
/* スマートフォン用のスタイル（画面幅が最大768pxまで） */
@media (max-width: 768px) {
  .pc-h3 {
    font-size: 20px; /* スマートフォンでのフォントサイズ */
  }
}



._9attck_main{

    background-color: black;
    color: #f3f3f3;

}
