@charset "UTF-8";
/* breakpoint */
/* ============================================ */
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1023px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1024px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

/*=====================================================================
ショット、ロング動画トップ
=====================================================================*/
.short-movie-top, .long-movie-top {
  width: 100%;
  margin-bottom: 80px;
}
.short-movie-top .bannerWrap, .long-movie-top .bannerWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  color: #fff;
}
.short-movie-top .bannerWrap img, .long-movie-top .bannerWrap img {
  width: 100%;
}
.short-movie-top .movie-first, .long-movie-top .movie-first {
  width: 100%;
}
.short-movie-top .movie-first .thumb-image, .long-movie-top .movie-first .thumb-image {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.short-movie-top .movie-first .thumb-image img, .long-movie-top .movie-first .thumb-image img {
  width: 100%;
}
.short-movie-top .movie-first .cmt-wrap, .long-movie-top .movie-first .cmt-wrap {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.short-movie-top .movie-first .cmt-wrap p, .long-movie-top .movie-first .cmt-wrap p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1399px) {
  .short-movie-top .movie-first .cmt-wrap p, .long-movie-top .movie-first .cmt-wrap p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1315px) {
  .short-movie-top .movie-first .cmt-wrap p, .long-movie-top .movie-first .cmt-wrap p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.short-movie-top .movie-first .cmt-wrap .tlt, .long-movie-top .movie-first .cmt-wrap .tlt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.short-movie-top .list-wrap, .long-movie-top .list-wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.short-movie-top .list-wrap .lists, .long-movie-top .list-wrap .lists {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
}
.short-movie-top .list-wrap .lists .thumb-image, .long-movie-top .list-wrap .lists .thumb-image {
  width: 50%;
  padding: 0;
  padding-right: 15px;
}
.short-movie-top .list-wrap .lists .thumb-image img, .long-movie-top .list-wrap .lists .thumb-image img {
  width: 100%;
}
.short-movie-top .list-wrap .lists .cmt-wrap, .long-movie-top .list-wrap .lists .cmt-wrap {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 50%;
}
.short-movie-top .list-wrap .lists .cmt-wrap p, .long-movie-top .list-wrap .lists .cmt-wrap p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1399px) {
  .short-movie-top .list-wrap .lists .cmt-wrap p, .long-movie-top .list-wrap .lists .cmt-wrap p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1315px) {
  .short-movie-top .list-wrap .lists .cmt-wrap p, .long-movie-top .list-wrap .lists .cmt-wrap p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.short-movie-top .list-wrap .lists .cmt-wrap .tlt, .long-movie-top .list-wrap .lists .cmt-wrap .tlt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.short-movie-top .list-wrap .lists a, .long-movie-top .list-wrap .lists a {
  display: flex;
  text-decoration: none;
  width: 100%;
}
.short-movie-top .list-wrap .lists a:hover, .long-movie-top .list-wrap .lists a:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .short-movie-top .list-wrap, .long-movie-top .list-wrap {
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    display: flex;
    margin-top: 30px;
  }
  .short-movie-top .list-wrap .lists, .long-movie-top .list-wrap .lists {
    margin-right: 15px;
    border-bottom: none;
    display: flex;
    width: 37%;
    flex-direction: column;
  }
  .short-movie-top .list-wrap .lists .thumb-image, .long-movie-top .list-wrap .lists .thumb-image {
    width: 100%;
  }
  .short-movie-top .list-wrap .lists .thumb-image a, .long-movie-top .list-wrap .lists .thumb-image a {
    width: 100%;
  }
  .short-movie-top .list-wrap .lists .thumb-image img, .long-movie-top .list-wrap .lists .thumb-image img {
    min-width: 130px;
    width: 100%;
  }
  .short-movie-top .list-wrap .lists .cmt-wrap, .long-movie-top .list-wrap .lists .cmt-wrap {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .short-movie-top .thumb-image, .long-movie-top .thumb-image {
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  .short-movie-top .cmt-wrap, .long-movie-top .cmt-wrap {
    font-size: 14px;
  }
  .short-movie-top .cmt-wrap .tlt, .long-movie-top .cmt-wrap .tlt {
    font-size: 14px !important;
  }
  .short-movie-top a, .long-movie-top a {
    display: inline-block !important;
  }
}

/*=====================================================================
ニューストップ
=====================================================================*/
.news-top {
  margin-bottom: 80px;
}
.news-top .bannerWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  color: #fff;
}
.news-top .bannerWrap img {
  width: 100%;
}
.news-top .news-wrap .news-first .thumb-image {
  width: 100%;
  margin-bottom: 5px;
}
.news-top .news-wrap .news-first .thumb-image img {
  width: 100%;
}
.news-top .news-wrap .news-first a {
  text-decoration: none;
}
.news-top .news-wrap .news-first a:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .news-top .news-wrap .news-first {
    margin-bottom: 20px;
  }
}
.news-top .news-wrap .news-list {
  display: flex;
  flex-direction: column;
}
.news-top .news-wrap .news-list .lists {
  border-bottom: 1px solid #c6c6c6;
  padding: 5px 0;
  line-height: 1.8;
  display: flex;
  margin-bottom: 10px;
}
.news-top .news-wrap .news-list .lists .thumb-image {
  width: 20%;
  margin-right: 15px;
}
.news-top .news-wrap .news-list .lists .thumb-image a {
  width: 100%;
}
.news-top .news-wrap .news-list .lists .thumb-image img {
  width: 100%;
}
.news-top .news-wrap .news-list .lists .cmt-wrap {
  flex-direction: column;
}
@media (max-width: 1023px) {
  .news-top .news-wrap .news-list {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    flex-direction: inherit;
  }
  .news-top .news-wrap .news-list .lists {
    margin-right: 15px;
    border-bottom: none;
    display: flex;
    width: 37%;
    flex-direction: column;
  }
  .news-top .news-wrap .news-list .lists .thumb-image {
    width: 100%;
  }
  .news-top .news-wrap .news-list .lists .thumb-image a {
    width: 100%;
  }
  .news-top .news-wrap .news-list .lists .thumb-image img {
    min-width: 130px;
    width: 100%;
  }
}

/*=====================================================================
ADバナー
=====================================================================*/
.ad-banner-big {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}
.ad-banner-big img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .ad-banner-big {
    display: inline-block;
  }
}

.ad-banner-small {
  width: 100%;
}
.ad-banner-small li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  color: #fff;
}
.ad-banner-small li img {
  width: 100%;
}
@media (max-width: 1023px) {
  .ad-banner-small {
    display: inline-block;
  }
  .ad-banner-small li {
    width: 49%;
    display: inline-block;
    float: left;
  }
  .ad-banner-small li:nth-of-type(even) {
    float: right;
  }
}

/*=====================================================================
フォーカス
=====================================================================*/
.focus-wrap {
  width: 100%;
  margin-bottom: 30px;
}
.focus-wrap .list-wrap {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.focus-wrap .list-wrap .lists {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-bottom: 10px;
}
.focus-wrap .list-wrap .lists:nth-child(odd) {
  padding-right: 5px;
}
.focus-wrap .list-wrap .lists:nth-child(even) {
  padding-left: 5px;
}
.focus-wrap .list-wrap .lists .thumb-image {
  width: 100%;
  margin-bottom: 5px;
}
.focus-wrap .list-wrap .lists .thumb-image img {
  width: 100%;
}
.focus-wrap .list-wrap .lists .comment-2 {
  height: 35px;
}
.focus-wrap .list-wrap .lists a {
  text-decoration: none;
}
.focus-wrap .list-wrap .lists a:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .focus-wrap .list-wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .focus-wrap .list-wrap .lists {
    margin-right: 15px;
  }
  .focus-wrap .list-wrap .lists:nth-child(odd) {
    padding-right: 0;
  }
  .focus-wrap .list-wrap .lists:nth-child(even) {
    padding-left: 0;
  }
}/*# sourceMappingURL=main.css.map */