/* トップ */

body::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: '';
  /* background:url("../img/index/bg.jpg") no-repeat left top; */
  background-size: 100% auto;
}

#wrapper {
  width: 320px;
  margin: 0 auto;
  /* background: url('../img/index/contents_bg.jpg') repeat-y center top;
  background: url('../img/index/contents_bg_ie.jpg') repeat-y center top \9; */
  background-size: 320px auto;
}

.cont {
  width: 300px;
  margin: 10px auto 0;
}

.cont img {
  width: 100%;
  height: auto;
}

.iframe_box {
  width: 300px;
  margin: 0 auto;
}

.iframe_container {
  display: inline-block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 300px;
  vertical-align: top;
}

.iframe_container iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.noframe iframe {
  width: 100%;
  height: 300px;
  border: none;
}

iframe.cgi_iframe {
  width: 100%;
  vertical-align: top;
}

#schedule {
  padding: 0 0 10px;
}

.newface_slide {
  width: 300px;
  margin: 20px auto 40px;
}

.newface_slide .newface {
  float: left;
  width: 100px;
}
.newface_slide .newface .newface_name {
  display: inline-block;
  overflow: hidden;
  height: 20px;
}
.newface_slide .newface .newface_name * {
  font-size: 12px !important;
  font-weight: normal;
}

.newface_slide .newface img {
  width: 100%;
  height: auto;
}

span.newface_photo {
  display: block;
  overflow: hidden;
  height: 124px;
}

/* .bx-wrapper .bx-pager .bx-pager-item, */

.newface_slide .bx-pager-item:nth-child(3n+2), .newface_slide .bx-pager-item:nth-child(3n+3) {
  display: none !important;
}

.credit {
  margin: 20px 0 0;
}

.twitter_banner{
  margin: 0 auto 5px;
  width: 300px;
}

.twitter_banner img{
  width: 100%;
  height: auto;
}


.sns_x{
  height: 80px;
  margin: 15px 10px;
}
.sns_x a{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-image: url('../../img/cast/pat.png');
  background-position: center;
  background-size: 10px auto;
}
.sns_x img{
  height: 60%;
  width: auto;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.5));
}

.sns_x img.sns_x_text{
  height: 70%;
}
