/* -------------------------------------------------------------------
 [CSS for top page style]
 !Do not modify this CSS directly. It's generated by Sass.
 ------------------------------------------------------------------ */
/* auto grouping by Sass
--------------------------------------------------------------------*/
.special_content_list:before, .sns_timeline:before, .special_content_list:after, .sns_timeline:after {
  display: table;
  content: "";
}
.special_content_list:after, .sns_timeline:after {
  clear: both;
}

.l_special .catchcopy, .special_content_list {
  line-height: 0;
}

.wrapper .main_visual_home, .special .inner, .special_content_list {
  margin: 0 auto;
}

.special .inner, .special_content {
  max-width: 960px;
}

.main_visual_home {
  background-color: #96deff;
}
.main_visual_home h1 {
  text-align: center;
  position: relative;
  max-width: 960px;
  width: 100%;
  height: 570px;
  margin: 0 auto;
}
.main_visual_home h1 img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  max-width: inherit;
}

@media (max-width: 959px) {
  .main_visual_home h1 {
    max-width: initial;
    background: url(/koenokatachi/img/home/img_mv_pc.jpg) no-repeat center center;
  }
  .main_visual_home h1 img {
    display: none;
  }
}
@media (max-width: 640px) {
  .main_visual_home h1 {
    height: auto;
  }
  .main_visual_home h1 img {
    display: block;
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
    margin-left: 0;
  }
}
.special {
  background: url("/koenokatachi/img/common/bg_texture.jpg") repeat top left;
  margin-bottom: 71px;
}
@media (max-width: 568px) {
  .special {
    margin-bottom: 34px;
  }
}
.special .inner {
  padding-top: 46px;
  padding-bottom: 100px;
}
@media (max-width: 568px) {
  .special .inner {
    padding-top: 22px;
    padding-bottom: 40px;
  }
}

@media (max-width: 959px) {
  .l_special {
    padding: 0 5px;
  }
}
.l_special .catchcopy {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 568px) {
  .l_special .catchcopy {
    margin-bottom: 30px;
  }
  .l_special .catchcopy img {
    width: 211px;
  }
}

@media (max-width: 959px) {
  .special_content_list {
    display: table;
    width: auto;
  }
}
.special_content_list > .list_item {
  float: left;
  border: #9ad7f4 solid 3px;
  border-radius: 9px;
  box-shadow: 0px 0px 5px 0px rgba(0, 154, 226, 0.118);
  margin-left: 1%;
  max-width: 310px;
  background-color: #ffffff;
}
@media (max-width: 959px) {
  .special_content_list > .list_item {
    width: 32%;
  }
}
@media (max-width: 568px) {
  .special_content_list > .list_item {
    width: 49%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
}
.special_content_list > .list_item span,
.special_content_list > .list_item a {
  display: block;
}
.special_content_list > .list_item.l_small img {
  border-radius: 7px;
}
@media (max-width: 568px) {
  .special_content_list > .list_item.l_small {
    margin-top: 1%;
  }
}
.special_content_list > .list_item.l_large img {
  border-radius: 9px;
}
.special_content_list > .list_item.shougai:hover {
  background-color: #ffeef0;
  border-color: #ff6b98;
}
.special_content_list > .list_item.ijime:hover {
  background-color: #e9eff8;
  border-color: #8690dc;
}
.special_content_list > .list_item.interview:hover {
  background-color: #f2ffea;
  border-color: #9cd884;
}
@media (max-width: 568px) {
  .special_content_list > .list_item.interview {
    clear: left;
  }
}
.special_content_list > .list_item.report {
  margin-top: 10px;
}
.special_content_list > .list_item.report:hover {
  background-color: #fffbf3;
  border-color: #f8b381;
}
@media (max-width: 959px) {
  .special_content_list > .list_item.report {
    margin-top: 0.9%;
  }
}
.special_content_list > .list_item.l_comingsoon {
  box-shadow: none;
}

.youtube_wrapper {
  width: 960px;
  margin: 0 auto 45px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 18.2px 1.8px rgba(0, 154, 226, 0.2);
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 959px) {
  .youtube_wrapper {
    width: 97.5%;
    margin: 0 1.25% 25px;
  }
}
@media (max-width: 568px) {
  .youtube_wrapper {
    margin-bottom: 25px;
    padding: 7px;
    border-radius: 5px;
  }
}
.youtube_wrapper .youtube_content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_wrapper .youtube_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie {
  background: url("/koenokatachi/img/common/bg_texture.jpg") repeat top left;
  padding-top: 70px;
  padding-bottom: 79px;
}
@media (max-width: 568px) {
  .movie {
    padding-top: 36px;
    padding-bottom: 34px;
  }
}

.info_list {
  margin-bottom: 38px;
}
@media (max-width: 568px) {
  .info_list {
    margin-bottom: 22px;
  }
}
.info_list > li > ul {
  overflow: hidden;
}
.info_list > li > ul > li {
  float: left;
  margin-right: 1em;
}

.sns_timeline {
  margin: 40px 0;
}
@media (min-width: 569px) and (max-width: 768px) {
  .sns_timeline {
    margin-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .sns_timeline {
    margin-bottom: 50px;
  }
}

.l_twitter,
.l_facebook {
  width: 50%;
  float: left;
}
@media (min-width: 569px) and (max-width: 768px) {
  .l_twitter,
  .l_facebook {
    float: none;
    width: 100%;
    max-width: 488px;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  .l_twitter,
  .l_facebook {
    float: none;
    width: 100%;
    max-width: 488px;
    margin: 0 auto;
  }
}

.l_twitter {
  padding-right: 20px;
}
@media (min-width: 569px) and (max-width: 768px) {
  .l_twitter {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .l_twitter {
    padding-right: 0;
  }
}

.twitter {
  height: 600px;
  border: 3px solid #9ad7f4;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}
.twitter .timeline-Body {
  border-top: none !important;
  border-bottom: none !important;
}

.l_facebook {
  padding-left: 20px;
}
@media (min-width: 569px) and (max-width: 768px) {
  .l_facebook {
    padding-left: 0;
  }
}
@media (max-width: 568px) {
  .l_facebook {
    padding-left: 0;
  }
}

/*# sourceMappingURL=home.css.map */
