.section-toptweet {
  /*border-bottom: 1px solid $bor;*/
  padding: 3.5vw 3vw 0;
}
@media only screen and (max-width:767px) {
  .section-toptweet {
    padding: 5vw 5vw 0;
  }
}
.section-toptweet-ttl {
  font-size: 2.4rem;
  padding-bottom: 2vw;
}
@media only screen and (max-width:767px) {
  .section-toptweet-ttl {
    font-size: 1.7rem;
    padding-bottom: 1.5rem;
  }
}
.section-toptweet-comment-ttl {
  font-size: 2rem;
  padding-bottom: 2vw;
}
@media only screen and (max-width:767px) {
  .section-toptweet-comment-ttl {
    font-size: 1.4rem;
    padding-top: 1.5rem;
  }
}
.section-toptweet-comment-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .section-toptweet-comment-inner {
    flex-direction: column;
  }
}
.section-toptweet-comment-btn {
  padding-top: 2vw;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width:767px) {
  .section-toptweet-comment-btn {
    padding-top: 1.5rem;
  }
}
.section-toptweet-comment-btn a {
  width: 14rem;
  height: 3.2rem;
  font-size: 1.3rem;
  margin-right: 0;
  padding: 0 1.5rem 0 1.8rem;
}
@media only screen and (max-width:767px) {
  .section-toptweet-comment-btn a {
    width: 100%;
    font-size: 1rem;
    height: 3rem;
  }
}
.section-toptweet-comment-btn a span {
  font-size: 1.8rem;
  color: #666;
  font-weight: 400;
  margin: 0 0 0 0.3rem;
}
@media only screen and (max-width:767px) {
  .section-toptweet-comment-btn a span {
    font-size: 1.6rem;
  }
}
.section-tweet {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 3.5vw 3vw 10vw;
  position: relative;
}
@media only screen and (max-width:767px) {
  .section-tweet {
    padding: 5vw 5vw 5rem;
  }
}
.section-tweet-header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 2vw;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width:767px) {
  .section-tweet-header {
    justify-content: center;
    padding-bottom: 1.5rem;
  }
}
.section-tweet-header-ttl {
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .section-tweet-header-ttl {
    font-size: 1.6rem;
  }
}
.section-tweet-header-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5vw 5vw;
}
.section-tweet-header-btn a {
  width: 14rem;
  height: 3.2rem;
  font-size: 1.3rem;
}
@media only screen and (max-width:767px) {
  .section-tweet-header-btn a {
    width: 100%;
    font-size: 1rem;
  }
}
.section-tweet-header-btn a span {
  font-size: 1.8rem;
  color: #666;
}
@media only screen and (max-width:767px) {
  .section-tweet-header-btn a span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:767px) {
  .section-tweet-inner {
    padding-bottom: 1.5rem;
  }
}
.section-member {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 3.5vw 3vw 3.5vw;
}
@media only screen and (max-width:767px) {
  .section-member {
    padding: 5vw;
  }
}
.section-member-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 3vw;
}
@media only screen and (max-width:767px) {
  .section-member-header {
    padding-bottom: 1.5rem;
  }
}
.section-member-header-ttl {
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .section-member-header-ttl {
    font-size: 1.6rem;
  }
}
.section-member-header-com {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .section-member-header-com {
    font-size: 1.1rem;
  }
}
.section-member-header-com:before, .section-member-header-com:after {
  content: "";
  width: 11rem;
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
  margin: 0 1rem;
}
@media only screen and (max-width:767px) {
  .section-member-header-com:before, .section-member-header-com:after {
    width: 5rem;
  }
}
.section-member-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-member-inner li {
  margin: 0 1vw 2rem;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .section-member-inner li {
    margin: 0 0.8rem 2rem;
  }
}
@media only screen and (max-width:767px) {
  .section-member-inner li:nth-of-type(1) {
    width: 100%;
  }
}
.section-member-inner li img {
  width: auto;
  max-height: 3.6rem;
}
@media only screen and (max-width:767px) {
  .section-member-inner li img {
    max-height: 2.5rem;
  }
}
.section-movie {
  padding: 3.5vw 3vw 5vw;
}
@media only screen and (max-width:767px) {
  .section-movie {
    padding: 5vw;
  }
}
.section-movie-ttl {
  font-size: 2.4rem;
  padding-bottom: 2vw;
}
@media only screen and (max-width:767px) {
  .section-movie-ttl {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }
}
.section-movie-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .section-movie-inner {
    flex-direction: column;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
}

@media only screen and (max-width:767px) {
  .article-tweet-txt {
    height: auto;
    overflow: hidden;
    min-height: 6rem;
  }
  .article-tweet-txt:hover, .article-tweet-txt:focus {
    height: auto;
  }
  .article-tweet-txt:hover:before, .article-tweet-txt:hover:after, .article-tweet-txt:focus:before, .article-tweet-txt:focus:after {
    display: none;
    opacity: 0;
  }
}
.article-comment {
  width: 100%;
  padding: 1rem;
  border-bottom: none;
}
.article-comment:nth-of-type(1) {
  padding-right: 2vw;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width:767px) {
  .article-comment:nth-of-type(1) {
    border-right: none;
  }
}
.article-comment:nth-of-type(2) {
  padding-left: 2vw;
}
@media only screen and (max-width:767px) {
  .article-comment {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
}

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