@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans", メイリオ, Meiryo, "Droid Sans", Roboto, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

.main {
  width: 100%;
  margin-top: 79px;
}
.main__article--box {
  background-color: #083387;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
}
.main__article--box::before {
  content: "";
  background: url(https://img.barks.jp/img/keywords/shimokita-nite_22/usage/logo.svg) center center no-repeat;
  width: 90px;
  height: 98px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.main__article--box-inner {
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
  width: 100%;
  padding: 60px 17px 25px;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
.main__article--box-text {
  font-size: 15px;
  text-align: center;
}
.main__article--box-text + .main__article--box-text {
  margin-top: 30px;
}
.main__article--table {
  color: #ffffff;
  border-collapse: collapse;
  width: calc(100% - 50px);
  margin: 15px auto auto;
  box-sizing: border-box;
}
.main__article--table tr:nth-last-child(1) th, .main__article--table tr:nth-last-child(1) td {
  border: none;
}
.main__article--table-title {
  font-size: 15px;
  border-bottom: rgba(238, 238, 238, 0.2) solid 1px;
  width: 95px;
  text-align: left;
  padding: 15px 10px;
  box-sizing: border-box;
}
.main__article--table-text {
  font-size: 13px;
  border-bottom: rgba(238, 238, 238, 0.2) solid 1px;
  padding: 12px 10px;
}
.main__article--table-text a {
  color: #ffffff;
  text-decoration: underline;
}
.main__article--table-text a:hover {
  text-decoration: none;
}
.main__streaming {
  margin-top: 60px;
}
.main__streaming--title {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.main__streaming--subtitle {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #BE0000;
  font-size: 16px;
  display: block;
  font-weight: 700;
  margin-top: 3px;
}
.main__streaming--box {
  background-color: #231815;
  border-radius: 20px;
  padding: 8px;
}
.main__streaming--box-img {
  background: #ffffff url(https://img.barks.jp/img/keywords/shimokita-nite_22/usage/pattern.png) left top;
  display: block;
  margin: auto;
  border-radius: 16px 16px 0 0;
  box-sizing: border-box;
  padding: 10px 0 15px;
}
.main__streaming--box-img img {
  width: 165px;
  margin: auto;
  display: block;
}
.main__streaming--box-text {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;
}
.main__interview {
  margin-top: 60px;
}
.main__interview--title {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.main__interview--subtitle {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #BE0000;
  font-size: 16px;
  display: block;
  font-weight: 700;
  margin-top: 3px;
}
.main__interview--box {
  background-color: #000000;
  border-radius: 25px 25px 20px 20px;
  box-shadow: #BE0000 0 4px 0;
}
.main__interview--box:hover {
  box-shadow: none;
}
.main__interview--box a {
  text-decoration: none;
}
.main__interview--box-img img {
  width: 100%;
}
.main__interview--box-text {
  color: #ffffff;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
}
.main__interview--box-text strong {
  display: block;
  color: #BE0000;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.main__timeTable {
  margin-top: 60px;
}
.main__timeTable--title {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.main__timeTable--subtitle {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #BE0000;
  font-size: 16px;
  display: block;
  font-weight: 700;
  margin-top: 3px;
}
.main__timeTable--box {
  background-color: #231815;
  border-radius: 25px 25px 20px 20px;
  padding: 8px;
}
.main__timeTable--box-img img {
  width: 100%;
}
.main__timeTable--box-text {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;
}
.main__timeTable--notes {
  color: #000000;
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}
.main__yamahaLogo {
  width: 166px;
  margin: 90px auto 116px;
}

.btn_link a {
  display: block;
  background-color: #BE0000;
  border-radius: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding: 8px;
  margin: 15px auto 22px;
  max-width: 580px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.btn_link a:hover {
  opacity: 0.8;
}

.banner a {
  transition: opacity 0.3s;
}
.banner a:hover {
  opacity: 0.8;
}
.banner img {
  width: 100%;
}
/*# sourceMappingURL=custom.css.map */