@charset "UTF-8";
/* CSS Document */

body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", 'Meiryo', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",sans-serif;
  overflow: hidden;
}

.sp-only {
  display: none !important;
}

@media print {
  img {
    display: none !important;
  }
}

img {
  vertical-align: bottom;
}

.bg{
  position: relative;
  z-index: 0;
  background-image: linear-gradient(60deg, #56b2c9 0%, #dbdb55 100%);
}
.bg::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png) repeat-y left center / 100vw 118.302vw;
  mix-blend-mode: soft-light;
  z-index: -1;
  opacity: 0.6;
}
.main__area {
  position: relative;
  z-index: 2;
}

.main_area_wrap {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: rgb(255 255 255 / 0.6);
  padding-bottom: 90px;
  z-index: 2;
}

.main__img {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* 動画非表示時 */
.sec_pr-video {
  width: 79.5%;
  margin: 20px auto 68px;
} 
.sec_video {
  border: solid 10px #FF6001;
  box-shadow: 3px 3px 5px 0px rgba(17, 17, 17, 0.35);
  border-radius: 15px;
}
.sec_video img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 動画表示時 */
/* .sec_pr-video {
  width: 79.5%;
  margin: 20px auto 68px;
}
.sec_video {
  border: solid 10px #FF6001;
  box-shadow: 3px 3px 5px 0px rgba(17, 17, 17, 0.35);
  border-radius: 15px;
} */

.wrap_contents {
  background-color: #fff;
  padding-top: 57px;
  padding-bottom: 71px;
}

.sec_broadcast {
  width: 74.1%;
  margin: 0px auto;
}

.sec_about{
  width: 92.8%;
  margin: 30px auto 0;
}

/* contents */
.sec_contents01,
.sec_contents02{
  width: 88.3%;
}
.sec_contents01 {
  margin: 62px auto 0;
}
.sec_contents02 {
  margin: 79px auto 110px;
}

.sec_cast{
  margin: 0 auto;
  width: 100%;
}

/* .link__btn--outer {
  width: 80.2%;
  margin: 0px auto;
  max-width: 1000px;
  background-color: #fff;
}
.link__btn {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  padding-top: 60px;
  padding-bottom:60px;
  
}
.link__btn--tver{
  width: 79.1%;
  margin: 0px auto;
  max-width: 1000px;
  background-color: #fff;
  padding-bottom:60px;
}
.tver__btn {
  cursor: pointer;
  margin: 0 auto;
  display: block;
} */
