@charset "UTF-8";
html {
  width: auto;
}

body {
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Lato, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Custom Yu Gothic", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #000;
}

ul {
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.cover {
  position: relative;
  min-height: 858px;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 120px 0 50px;
}
@media (max-width: 768px) {
  .cover {
    padding: 80px 0 50px;
  }
}
body.pg_message .cover {
  min-height: 600px;
}
.cover__filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 82px;
  background-image: url(../images/obi_red.png);
  background-repeat: repeat-x;
  background-position: top;
}
@media (max-width: 768px) {
  .cover::before {
    background-size: 15%;
  }
}
.cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 82px;
  background-image: url(../images/obi_blue.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
@media (max-width: 768px) {
  .cover::after {
    background-size: 15%;
  }
}
.cover header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1368px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cover header {
    display: block;
    max-width: none;
  }
}
.cover .onair {
  padding: 10px 0 0;
}
.cover .description {
  position: relative;
  z-index: 3;
}

.hL {
  width: auto;
  margin: 0 10.9649122807vw 0 1.4619883041vw;
}
@media (max-width: 768px) {
  .hL {
    text-align: center;
    margin: 0 3.6549707602vw 0;
  }
}
.hL h1 {
  margin: 0 0 10px;
}

.hR {
  text-align: center;
  margin: 0 1.4619883041vw 0 0;
}
@media (max-width: 768px) {
  .hR {
    text-align: center;
    margin: 100px 3.6549707602vw 0;
  }
}
.hR h3 {
  margin: 0 0 25px;
}
.hR dl:first-child {
  margin: 0 25px 0 0;
}
.hR dt {
  margin: 0 0 12px;
}
.hR dd {
  line-height: 1.4;
}

.navigator {
  display: flex;
}
@media (max-width: 768px) {
  .navigator {
    justify-content: center;
  }
}

.description p {
  text-align: center;
  margin: 60px 1.4619883041vw 50px;
}

.bnr {
  text-align: center;
  transform: translateY(25px);
}

.sns {
  font-size: 16px;
  position: relative;
  z-index: 4;
  padding: 80px 0 70px;
  text-align: center;
}
.sns a {
  color: #fff;
  text-decoration: none;
  margin: auto;
  width: 330px;
  height: 97px;
  background-image: url(../images/x.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns a span {
  transform: translate(30px, 9px);
}

.guest h3 {
  text-indent: -9999px;
  line-height: 1;
  text-align: center;
  height: 43px;
  padding-top: 12px;
  background-image: url(../images/guests.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .guest h3 {
    background-size: 95%;
  }
}
.guest p {
  text-align: center;
  margin: 90px 1.4619883041vw 85px;
}
.guest__list {
  max-width: 685px;
  margin: 0 auto;
}
.guest__list ul {
  display: flex;
/*  justify-content: center;*/
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .guest__list ul {
    justify-content: space-around;
  }
}
.guest__list ul li {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 75px;
}
.guest__list ul li img {
  width: 180px;
  height: 180px;
}
.guest__list ul li h4 {
  margin: 20px 0 10px;
}
.guest__list ul li span {
  display: block;
}
.guest__list ul li .name {
  margin: 7px 0 0;
  font-size: inherit;
}
.guest__list ul li .etc {
  font-size: 14px;
}

.message_to_studio {
  margin: 100px 0;
  text-align: center;
}
.message_to_studio h3 {
  text-indent: -9999px;
  line-height: 1;
  text-align: center;
  height: 43px;
  margin: 0 0 100px;
  padding-top: 12px;
  background-image: url(../images/message_to_studio.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .message_to_studio h3 {
    background-size: 95%;
  }
}
.message_to_studio .form {
  margin: 75px 0;
}

input[type=submit] {
  width: 100px;
  height: 60px;
  background-color: #0D5BA9;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1367px;
  margin: 0 auto;
  padding: 90px 20px;
}
