.main_visual {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.main_visual::before {
  content: '';
  display: block;
  padding-top: 41.67%;
}

.main_visual .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/page/main_visual.jpg) center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .main_visual {
    margin-bottom: 0;
  }
  .main_visual::before {
    padding-top: 82.81%;
  }
  .main_visual .wrapper {
    background: url(../img/page/main_visual_sp.jpg) center no-repeat;
    background-size: cover;
  }
}

.news .section-content {
  padding: 0 60px;
  width: 100%;
  box-sizing: border-box;
}

.news .section-content .news-list {
  overflow: hidden;
  transition: height .2s ease;
}

.news .section-content .news-list .news-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  transition: opacity .5s;
}

.news .section-content .news-list .news-item:last-child {
  margin-bottom: 0;
}

.news .section-content .news-list .news-item .news-date {
  margin-right: 30px;
  font-size: 20px;
}

.news .section-content .news-list .news-item .news-text {
  line-height: 1.75em;
}

.news .section-content .news-list .news-item .news-text a {
  text-decoration: underline;
}

.news .section-content .news-list .news-item:nth-of-type(3) ~ .news-item {
  display: none;
  opacity: 0;
  transition: opacity .2s;
}

.news .section-content .news-more, .news .section-content .news-more-close {
  margin: 0 auto;
  max-width: 200px;
}

.news .section-content .news-more.off, .news .section-content .news-more-close.off {
  display: none;
}

.news .section-content .news-more-close {
  display: none;
}

.news .section-content.open .news-more {
  display: none;
}

.news .section-content.open .news-more-close {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .news .section-content {
    padding: 0;
  }
  .news .section-content .news-list .news-item {
    flex-direction: column;
  }
  .news .section-content .news-list .news-item .news-date {
    margin: 0 0 10px;
  }
}

.caststaff .section-content {
  display: flex;
  justify-content: center;
}

.caststaff .section-content .cs-container {
  max-width: 420px;
  width: 100%;
}

.caststaff .section-content .cs-container .cs-container-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  width: 196px;
  height: 43px;
  font-size: 30px;
  font-weight: 400;
  background: #fff;
  border-radius: 22px;
}

.caststaff .section-content .cs-container .cs-container-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: -2px 0 0 -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(to right, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
  border-radius: 25px;
  z-index: -1;
}

.caststaff .section-content .cs-container .cs-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.caststaff .section-content .cs-container .cs-list .cs-item {
  margin-top: 30px;
  width: auto;
  text-align: center;
}

.caststaff .section-content .cs-container .cs-list .cs-item .cs-item-name {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.caststaff .section-content .cs-container .cs-list .cs-item .cs-item-name span {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .caststaff .section-content {
    flex-direction: column;
  }
  .caststaff .section-content .cs-container {
    max-width: 100%;
  }
  .caststaff .section-content .cs-container .cs-container-title {
    width: 200px;
    height: 47px;
    border-radius: 25px;
  }
  .caststaff .section-content .cs-container .cs-list {
    flex-direction: column;
    align-items: center;
  }
  .caststaff .section-content .cs-container .cs-list .cs-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .caststaff .section-content .cs-container .cs-list .cs-item:nth-of-type(2n) {
    margin-left: 0;
  }
  .caststaff .section-content .cs-container .cs-list .cs-item .cs-item-name {
    font-size: 25px;
  }
  .caststaff .section-content .cs-container.cs-cast {
    margin-bottom: 45px;
  }
}

.twitter .section-content {
  margin: 0 auto;
  max-width: 692px;
  width: 100%;
  height: 700px;
}

.twitter .section-content .tw-wedget-container {
  height: 100%;
}

.twitter .section-content .twitter-follow {
  margin: 30px auto 0;
  max-width: 200px;
}

@media only screen and (max-width: 768px) {
  .twitter .section-content {
    height: 500px;
  }
  .twitter .section-content iframe {
    height: 100% !important;
  }
}

/*# sourceMappingURL=top.css.map */
