@charset "UTF-8";
/**
* common.css
*/
@font-face {
  font-family: 'hiramin';
  font-style: normal;
  font-weight: 400;
  src: local("HiraMinPro-W3"), local("HiraMinProN-W3");
}

@font-face {
  font-family: 'hiramin';
  font-style: bold;
  font-weight: 700;
  src: local("HiraMinPro-W6"), local("HiraMinProN-W6");
}

@font-face {
  font-family: 'hirakaku';
  font-style: normal;
  font-weight: 400;
  src: local("HiraKakuStdN-W3"), local("HiraKakuPro-W3"), local("HiraKakuProN-W3");
}

@font-face {
  font-family: 'hirakaku';
  font-style: bold;
  font-weight: 700;
  src: local("HiraKakuStdN-W6"), local("HiraKakuPro-W6"), local("HiraKakuProN-W6");
}

@font-face {
  font-family: 'hirakaku';
  font-weight: 900;
  src: local("HiraKakuStdN-W8"), local("HiraKakuPro-W8"), local("HiraKakuProN-W8");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: Medium;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wrapper {
  color: #303030;
}

@media only screen and (max-width: 991.98px) {
  #wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  #wrapper .inner {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .inner {
    font-size: 2.5vw;
  }
}

@media only screen and (min-width: 768px) {
  #wrapper .d-none-pc {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  #wrapper .d-none-sp {
    display: none;
  }
}

body {
  background-image: linear-gradient(135deg, #fff 25%, #e9f8fc 25%, #e9f8fc 50%, #fff 50%, #fff 75%, #e9f8fc 75%, #e9f8fc 100%);
  background-size: 10px 10px;
  font-family: YaKuHanJP, hirakaku, Meiryo, "メイリオ", sans-serif;
}

body .inner {
  width: 875px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}

body a {
  color: #2dB0cd;
  transition: 0.2s ease;
}

body a:hover {
  opacity: 0.75;
}

body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body .btn-main {
  background-color: #2dB0cd;
  border-radius: 32px;
  box-shadow: 0 3px 3px rgba(48, 48, 48, 0.15);
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  body .btn-main {
    width: 100%;
    height: 42px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .btn-main {
    max-width: 329px;
    height: 36px;
    line-height: 1.3;
  }
}

body .btn-more, body .btn-oubo {
  position: relative;
  margin: 0 auto;
  border: 3px solid transparent;
}

body .btn-more:before, body .btn-oubo:before, body .btn-more:after, body .btn-oubo:after {
  position: absolute;
  content: '';
  margin: auto 0;
  top: 0;
  bottom: 0;
}

body .btn-more:before, body .btn-oubo:before {
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {
  body .btn-more:before, body .btn-oubo:before {
    width: 26px;
    height: 26px;
  }
}

body .btn-more:after, body .btn-oubo:after {
  right: 32px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #2dB0cd;
  border-right: 3px solid #2dB0cd;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767.98px) {
  body .btn-more:after, body .btn-oubo:after {
    right: 30px;
    width: 6px;
    height: 6px;
  }
}

body .btn-oubo {
  background-color: #e9f8fc;
  border-color: #2dB0cd;
  color: #2dB0cd;
}

body .btn-arrow span {
  display: inline-block;
  position: relative;
  padding: 2px 20px;
  font-weight: bold;
}

body .btn-arrow span:after {
  position: absolute;
  content: '';
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 3px solid #2dB0cd;
  border-right: 3px solid #2dB0cd;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767.98px) {
  body .btn-arrow span:after {
    right: 30px;
    width: 6px;
    height: 6px;
  }
}

body .logo4k {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: sub;
}

body .logo4k-4k {
  width: 66px;
  height: 37px;
  background: url(../images/common/logo_4k.png) 0 0/66px auto no-repeat;
}

@media only screen and (min-width: 768px) {
  body .logo4k-4k {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .logo4k-4k {
    width: 48px;
    height: 27px;
    background-size: 48px auto;
    line-height: 1.8;
  }
}

body .logo4k-bs4k {
  width: 140px;
  height: 26px;
  background: url(../images/common/logo_bs4k.png) 0 0/140px auto no-repeat;
}

@media only screen and (min-width: 768px) {
  body .logo4k-bs4k {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .logo4k-bs4k {
    margin-bottom: 1px;
    width: 118px;
    height: 22px;
    background-size: 118px auto;
  }
}

body .past-list {
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  body .past-list {
    max-height: 100vw;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 768px) {
  body .past-list-item {
    width: calc(50% - 10px);
  }
  body .past-list-item:nth-child(even) {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .past-list-item {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
  }
  body .past-list-item:last-child {
    border-bottom: none;
  }
}

body .past-list a {
  color: #000;
  position: relative;
  text-decoration: none;
  padding: 10px 20px 10px 0;
  display: block;
}

body .past-list a::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 5px;
  width: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 900px) {
  body .past-list a {
    font-size: 14px;
    font-weight: bold;
  }
}

body .more-check {
  margin: 0px auto 60px;
}

@media only screen and (max-width: 767.98px) {
  body .more-check {
    margin: 0 auto 40px;
  }
}

body .more-check .btn {
  flex-flow: column wrap;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  font-size: 24px;
}

@media only screen and (max-width: 767.98px) {
  body .more-check .btn {
    height: 60px;
    font-size: 16px;
  }
}

body .more-check .btn:before {
  display: none;
}

body .more-check .btn:after {
  width: 12px;
  height: 12px;
  border-color: #fff;
}

body .more-check .btn span {
  font-size: 18px;
}

@media only screen and (max-width: 767.98px) {
  body .more-check .btn span {
    font-size: 11px;
  }
}

body .additional {
  text-align: center;
  color: #626262;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767.98px) {
  body .additional {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    font-size: 21px;
  }
}

body .additional + .additional {
  margin-top: 10px;
}

@media only screen and (max-width: 767.98px) {
  body .additional + .additional {
    margin-top: 5px;
  }
}

body .additional .logo {
  margin-right: 5px;
}

body .additionaltxt {
  text-align: center;
  color: #626262;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5;
  /*     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

#top h1 a {
  pointer-events: none;
}

/* header
  ========================================== */
header {
  background: #000;
  padding: 1% 0;
  text-align: center;
}

@media only screen and (max-width: 991.98px) {
  header {
    padding: 1.5% 0;
  }
}

@media only screen and (max-width: 600px) {
  header {
    padding: 2.5% 0;
  }
}

header img {
  width: 83px;
  height: auto;
}

@media only screen and (max-width: 991.98px) {
  header img {
    width: 10%;
  }
}

@media only screen and (max-width: 600px) {
  header img {
    width: 16%;
  }
}

/* footer
  ========================================== */
footer {
  padding: 1.8% 0;
  background: #000;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 991.98px) {
  footer {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 600px) {
  footer {
    padding: 2.5% 0;
    font-size: 1.8vw;
  }
}

/* sns
  ------------------------------ */
#sns {
  padding: 80px 0 5%;
}

@media only screen and (max-width: 767.98px) {
  #sns {
    padding: 40px 0;
  }
}

#sns .frame {
  margin: 0 auto;
  padding: 10px 0;
  background-color: #fff;
}

#sns .frame ul {
  width: 100%;
  display: table;
}

#sns .frame ul li {
  width: 25%;
  padding: 1% 0;
  text-align: center;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  color: #929292;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  #sns .frame ul li {
    font-size: 2.5vw;
  }
}

#sns .frame ul li:not(:first-child) {
  border-left: #d5d5d5 1px solid;
}

@media only screen and (max-width: 767.98px) {
  #sns .frame ul li img {
    width: 34%;
  }
}

/* mainvisual
  ------------------------------ */
#mainvisual {
  display: block;
  background-color: #000;
}

#mainvisual:hover {
  opacity: 1;
}

#mainvisual .title,
#mainvisual .title-sp {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  background: center center / cover no-repeat;
}

#mainvisual .title {
  padding-top: 185px;
  background-size: 1400px 185px;
}

@media only screen and (max-width: 767.98px) {
  #mainvisual .title {
    display: none;
  }
}

#mainvisual .title-sp {
  padding-top: 42.66667%;
}

@media only screen and (min-width: 768px) {
  #mainvisual .title-sp {
    display: none;
  }
}

/* nav
  ------------------------------ */
#nav {
  background-color: #fff;
  white-space: nowrap;
  overflow-x: auto;
}

#nav ul {
  display: flex;
  margin: 30px auto;
  max-width: 876px;
}

@media only screen and (min-width: 768px) {
  #nav ul {
    justify-content: center;
    padding: 0 20px;
  }
}

#nav ul li {
  position: relative;
  text-align: center;
  padding: 0 30px;
}

#nav ul li:before {
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #ccc;
}

@media only screen and (max-width: 767.98px) {
  #nav ul li:nth-child(n+2):before {
    content: '';
  }
}

@media only screen and (min-width: 768px) {
  #nav ul li:nth-child(3n+2):before, #nav ul li:nth-child(3n):before {
    content: '';
  }
}

#nav ul li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #626262;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #nav ul li a {
    min-width: 200px;
  }
}

@media only screen and (max-width: 767.98px) {
  #nav ul li a {
    padding: 10px 0;
    font-size: 16px;
  }
}

#nav ul li a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: 0.2s ease;
}

#nav ul li a:hover, #nav ul li a.is-active {
  opacity: 1;
}

#nav ul li a:hover:before, #nav ul li a.is-active:before {
  background-color: #2dB0cd;
}

#program-top #nav ul li a.nav--top {
  opacity: 1;
  pointer-events: none;
}

#program-top #nav ul li a.nav--top:before {
  background-color: #2dB0cd;
}

#howto #nav ul li a.nav--howto {
  opacity: 1;
  pointer-events: none;
}

#howto #nav ul li a.nav--howto:before {
  background-color: #2dB0cd;
}

#present #nav ul li a.nav--present {
  opacity: 1;
  pointer-events: none;
}

#present #nav ul li a.nav--present:before {
  background-color: #2dB0cd;
}

#yoko #nav ul li a.nav--yoko {
  opacity: 1;
  pointer-events: none;
}

#yoko #nav ul li a.nav--yoko:before {
  background-color: #2dB0cd;
}

#nav ul li a small {
  font-size: 12px;
  font-weight: normal;
}
/* special-banner
  ------------------------------ */
.special-banner {
  padding: 40px 20px 20px;
  text-align: center;
}
.special-banner a {
  display: block;
	position: relative;
	margin-inline: auto;
	border-radius: 10px;
	max-width: 450px;
	width: 100%;
	height: 70px;
	background-color: #CC0003;
	text-decoration: none;
}
.special-banner a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
.special-banner a:hover{
  background-color: #EA2225;
}
.special-banner br {
  display: none;
}
.special-banner span {
  display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	line-height: 1.1;
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .special-banner br {
    display: inline;
  }
  .special-banner span {
    line-height: 1.5;
    font-size: 18px;
  }
}


/* banner
  ------------------------------ */
.banner-area {
  padding-top: 40px;
}

#contents .contents-section {
  margin: 30px auto 0;
}

/* recommend
  ------------------------------ */
#recommend .present-title {
  margin: 60px auto 0;
  text-align: center;
}

#recommend .recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 876px;
}

@media only screen and (min-width: 768px) {
  #recommend .recommend-list {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  #recommend .recommend-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #recommend .recommend-item {
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
    width: calc(50% - 20px);
    font-size: 16px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767.98px) {
  #recommend .recommend-item {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 768px) {
  #recommend .recommend-item:nth-child(even) {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  #recommend .recommend-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #recommend .recommend-item:nth-child(n+3) {
    margin-top: 40px;
  }
}

#recommend .recommend-item .title {
  color: #2dB0cd;
  font-size: 22px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767.98px) {
  #recommend .recommend-item .title {
    font-size: 19px;
    line-height: 1.4;
  }
}

#recommend .recommend-item .title a {
  text-decoration: none;
}

#present #recommend .recommend-item .title {
  position: relative;
  margin-bottom: 40px;
}

#present #recommend .recommend-item .title:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #2dB0cd;
}

#recommend .recommend-item .episode {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #recommend .recommend-item .episode {
    margin-bottom: auto;
  }
}

#recommend .recommend-item .onair {
  margin-top: 15px;
  color: #2dB0cd;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767.98px) {
  #recommend .recommend-item .onair {
    margin-top: 10px;
    font-size: 12px;
  }
}

#recommend .recommend-item .present {
  font-size: 18px;
  font-weight: bold;
}

#recommend .recommend-item .present span:not(.name) {
  display: inline-block;
}

#recommend .recommend-item .present .name {
  color: #2dB0cd;
}

#recommend .recommend-item .datalist {
  margin-top: 10px;
}

#recommend .recommend-item .datalist dt {
  display: inline-block;
  padding: 0 5px;
  margin-right: 10px;
  background-color: #2dB0cd;
  color: #fff;
  font-size: 14px;
}

#recommend .recommend-item .datalist dd {
  display: inline;
  line-height: 1.8;
}

#recommend .recommend-item .more {
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  #recommend .recommend-item .more {
    margin-top: 15px;
  }
}

#present #recommend .recommend-item .more {
  margin-top: auto;
  padding-top: 20px;
}

#recommend .recommend-item--danger .title,
#recommend .recommend-item--danger .onair {
  color: #e7010e;
}

#recommend .recommend-item--danger .btn-main {
  background-color: #e7010e;
}

#recommend .recommend-item--danger .btn-main:after {
  border-color: #e7010e;
}

#recommend .recommend-image {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 56.2201%;
  margin-bottom: 10px;
  width: 100%;
  height: 0;
  min-width: 100%;
  display: block;
  background: center top / cover no-repeat;
}

@media only screen and (max-width: 767.98px) {
  #recommend .recommend-image {
    margin-bottom: 15px;
  }
}

/* yoko（応募要項）
  ------------------------------ */
.yoko {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
  .yoko .inner {
    font-size: 14px !important;
  }
}
