@charset "UTF-8";
/* =================================
   TopPage
==================================== */
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

.l-mv {
  position: relative;
}
.l-mv .l-kv_content {
  position: relative;
  text-align: center;
}
.l-mv .l-kv_content .kv_slider .kv_inner {
  position: relative;
}
.l-mv .l-kv_content .kv_slider .kv_inner img {
  width: 100%;
  height: auto;
}
.l-mv .l-kv_content .kv_slider .kv_inner .main_mv {
  transition: 0.3s;
  animation: reflection 0.8s ease-in-out 1 forwards;
  filter: brightness(120%);
  animation-delay: 0.3s;
}
.l-mv .l-kv_content .kv_slider .kv_inner .main_mv.active {
  filter: brightness(100%);
}
.l-mv .l-kv_content .kv_slider .kv_inner .spotlight {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: 2s;
}
.l-mv .l-kv_content .kv_slider .kv_inner .spotlight.active {
  opacity: 0;
}
.l-mv .l-kv_content .kv_slider .kv_inner .kv_main_anker {
  position: absolute;
  z-index: 51;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
.l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content {
  position: absolute;
  z-index: 52;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area {
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area.active {
  opacity: 1;
}
.l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area .kv_txt {
  position: absolute;
  bottom: 3vw;
  left: 3vw;
  transition: 0.3s;
}
.l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area .kv_txt img {
  width: 55vw;
  height: auto;
}
.l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area .kv_scroll {
  position: absolute;
  bottom: 24vw;
  left: 3vw;
}
.l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area .kv_scroll02 {
  position: absolute;
  bottom: 76vw;
  left: 3vw;
  transition: 0.7s;
}
.l-mv .l-kv_content .kv {
  width: 100%;
  height: auto;
}

.mv_changer {
  padding-top: 30px;
}
.mv_changer .mv_changer_title {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 20px;
}
.mv_changer .mv_changer_title:before {
  content: "";
  border-bottom: solid #000 1px;
  width: 18px;
  position: absolute;
  top: 12px;
  left: 0;
  right: -170px;
  margin: auto;
}
.mv_changer .mv_changer_title:after {
  content: "";
  border-bottom: solid #000 1px;
  width: 18px;
  position: absolute;
  top: 12px;
  left: -172px;
  right: 0;
  margin: auto;
}
.mv_changer .mv_changer_list {
  display: flex;
  justify-content: space-between;
  width: 188px;
  margin: auto;
  flex-flow: wrap;
}
.mv_changer .mv_changer_list li {
  margin-bottom: 20px;
  cursor: pointer;
}
.mv_changer .mv_changer_list li a {
  display: block;
  height: 100%;
  position: relative;
}
.mv_changer .mv_changer_list li a:after {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0px solid #000;
}
.mv_changer .mv_changer_list li a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 5px solid #000;
}
.mv_changer .mv_changer_list li a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 5px solid #000;
}

.l-mv .l-kv_content .swiper-slide {
  opacity: 0 !important;
}
.l-mv .l-kv_content .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.l-index {
  /**/
}
.l-index .l-secondtitle {
  text-align: center;
  padding-top: 80px;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 60px;
}
.l-index .l-secondtitle::after {
  content: "";
  border-bottom: solid #000 1px;
  width: 24px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.l-index .l-secondtitle .svg_title img {
  height: 45px;
  width: auto;
}
.l-index .l-inner {
  max-width: 1000px;
  margin: auto;
}
.l-index .more {
  width: 250px;
  margin: auto;
}
.l-index .more a {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  border: 1px solid #000;
}
.l-index .more a:hover {
  background: #fff;
  color: #000;
}
.l-index .l-news_twitter .left_right {
  display: flex;
  justify-content: space-between;
}
.l-index .l-news_twitter .left_right .left {
  width: 48vw;
  padding: 0 1vw 100px;
  box-sizing: border-box;
}
.l-index .l-news_twitter .left_right .left .news ul {
  padding-bottom: 55px;
}
.l-index .l-news_twitter .left_right .left .news ul li {
  position: relative;
  transition: 0.3s;
}
.l-index .l-news_twitter .left_right .left .news ul li a {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  align-items: baseline;
  justify-content: left;
  box-sizing: border-box;
  padding: 26px 13px 33px 26px;
  background: #fff;
  position: relative;
  z-index: 3;
  transition: 0.3s;
}
.l-index .l-news_twitter .left_right .left .news ul li a .date {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  padding-right: 15px;
  border-right: 1px solid #000;
  word-break: normal;
}
.l-index .l-news_twitter .left_right .left .news ul li a .title_detail {
  border-left: none;
}
.l-index .l-news_twitter .left_right .left .news ul li a .title_detail .title {
  padding: 0 15px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  width: 19vw;
}
.l-index .l-news_twitter .left_right .left .news ul li a .more_area {
  text-align: right;
  align-self: flex-end;
  margin: 0 0 0 auto;
  transition: 0.3s;
}
.l-index .l-news_twitter .left_right .left .news ul li a .more_area .more {
  width: 82px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  background: #000;
  color: #fff;
  padding: 3px 0 4px;
  line-height: 1;
  font-size: 12px;
  transition: 0.3s;
  border: 1px solid #000;
}
.l-index .l-news_twitter .left_right .left .news ul li a:hover {
  background: #fff;
}
.l-index .l-news_twitter .left_right .left .news ul li a:hover .date {
  color: #000;
}
.l-index .l-news_twitter .left_right .left .news ul li a:hover .title_detail {
  color: #000;
}
.l-index .l-news_twitter .left_right .left .news ul li a:hover .title_detail .title {
  color: #000;
}
.l-index .l-news_twitter .left_right .left .news ul li a:hover .title_detail .detail {
  color: #000;
}
.l-index .l-news_twitter .left_right .left .news ul li a:hover .more_area .more {
  background: #fff;
  color: #000;
}
.l-index .l-news_twitter .left_right .left .news ul li:first-child {
  margin-top: 0;
}
.l-index .l-news_twitter .left_right .right {
  width: 48vw;
  padding: 0 1vw 0;
  box-sizing: border-box;
}
.l-index .l-news_twitter .left_right .right .official_twitter {
  padding-bottom: 100px;
}
.l-index .l-news_twitter .left_right .right .official_twitter .iframe_area_top {
  position: relative;
}
.l-index .l-news_twitter .left_right .right .official_twitter .iframe_area_top .iframe_area {
  margin-bottom: 55px;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
}
.l-index .l-news_twitter .left_right .right .official_twitter .iframe_area_top:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: -1;
  width: calc(100% - 2px);
  height: 2px;
  background: #000;
}
.l-index .l-news_twitter .left_right .right .official_twitter .iframe_area_top:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  height: 100%;
  width: 2px;
  background: #000;
}
.l-index .l-movie {
  background: #f5f5f5;
  padding-bottom: 105px;
}
.l-index .l-movie .movie_area ul {
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
}
.l-index .l-movie .movie_area ul li {
  width: 35vw;
  max-width: 490px;
  padding: 0 20px;
  min-width: 350px;
}
.l-index .l-movie .movie_area ul li .video_list {
  display: none;
}
.l-index .l-movie .movie_area ul li .chara_img {
  overflow: hidden;
  width: 100%;
  height: 13vw;
  position: relative;
  min-height: 166px;
}
.l-index .l-movie .movie_area ul li .chara_img a {
  display: block;
  height: 100%;
}
.l-index .l-movie .movie_area ul li .chara_img a .tham_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.l-index .l-movie .movie_area ul li .chara_img a .saisei_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  transition: 0.3s;
  width: 60px;
  height: auto;
}
.l-index .l-movie .movie_area ul li .chara_img a:hover .saisei_img {
  width: 46px;
  height: auto;
  transition: 0.3s;
}
.l-index .l-books {
  text-align: center;
}
.l-index .l-books .books_area {
  padding-bottom: 100px;
  text-align: center;
}
.l-index .l-books .m-title {
  margin-bottom: 80px;
  margin-left: -37px;
}
.l-index .l-books .books_img {
  width: 100%;
  padding: 0 1vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-index .l-books .books_img a {
  margin-bottom: 30px;
  width: 150px;
}
.l-index .l-books .books_img a img {
  width: 100%;
  height: auto;
}
.l-index .l-books .books_hatubai {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
.l-index .l-books .books_sample {
  padding-top: 30px;
}
.l-index .l-books .books_sample img {
  width: 400px;
  height: auto;
}
.l-index .l-banner {
  background: #f5f5f5;
  padding: 65px 0;
}
.l-index .l-banner .l-inner ul {
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
}
.l-index .l-banner .l-inner ul li {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .l-mv {
    position: relative;
  }
  .l-mv .l-kv_content {
    position: relative;
    text-align: center;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner {
    position: relative;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner img {
    width: 100%;
    height: auto;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .main_mv {
    transition: 0.3s;
    animation: reflection 0.8s ease-in-out 1 forwards;
    filter: brightness(120%);
    animation-delay: 0.3s;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .main_mv.active {
    filter: brightness(100%);
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .spotlight {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: 2s;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .spotlight.active {
    opacity: 0;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .kv_main_anker {
    position: absolute;
    z-index: 51;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    pointer-events: none;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content {
    position: absolute;
    z-index: 52;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area .kv_txt {
    position: absolute;
    bottom: 3vw;
    left: 3vw;
  }
  .l-mv .l-kv_content .kv_slider .kv_inner .kv_inner_content .free_area .kv_txt img {
    width: 75vw;
    height: auto;
  }
  .l-mv .l-kv_content .kv {
    width: 100%;
    height: auto;
  }

  .mv_changer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .mv_changer .mv_changer_title {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    position: relative;
    padding-bottom: 20px;
  }
  .mv_changer .mv_changer_title:before {
    content: "";
    border-bottom: solid #000 1px;
    width: 36px;
    position: absolute;
    top: 12px;
    left: 0;
    right: -210px;
    margin: auto;
  }
  .mv_changer .mv_changer_title:after {
    content: "";
    border-bottom: solid #000 1px;
    width: 36px;
    position: absolute;
    top: 12px;
    left: -210px;
    right: 0;
    margin: auto;
  }
  .mv_changer .mv_changer_list {
    display: flex;
    justify-content: space-between;
    width: 188px;
    margin: auto;
  }
  .mv_changer .mv_changer_list li {
    cursor: pointer;
  }
  .mv_changer .mv_changer_list li a {
    display: block;
    height: 100%;
    position: relative;
  }
  .mv_changer .mv_changer_list li a:after {
    transition: 0.3s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0px solid #000;
  }
  .mv_changer .mv_changer_list li a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 5px solid #000;
  }
  .mv_changer .mv_changer_list li a.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 5px solid #000;
  }

  .l-index .l-secondtitle {
    text-align: center;
    padding-top: 60px;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    position: relative;
    padding-bottom: 60px;
  }
  .l-index .l-secondtitle::after {
    content: "";
    border-bottom: solid #000 1px;
    width: 24px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-index .l-secondtitle .svg_title img {
    height: 45px;
    width: auto;
  }
  .l-index .l-news_twitter {
    padding: 0 5%;
  }
  .l-index .l-news_twitter .left_right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-index .l-news_twitter .left_right .left {
    width: 100%;
    padding-bottom: 0;
  }
  .l-index .l-news_twitter .left_right .left .news ul {
    padding-bottom: 55px;
  }
  .l-index .l-news_twitter .left_right .left .news ul li {
    position: relative;
    transition: 0.3s;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #e5e5e5;
    display: flex;
    align-items: baseline;
    justify-content: left;
    box-sizing: border-box;
    padding: 20px 0 20px 0;
    background: #fff;
    position: relative;
    z-index: 3;
    transition: 0.3s;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a .date {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    padding-right: 15px;
    border-right: 1px solid #000;
    word-break: normal;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a .title_detail {
    border-left: none;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a .title_detail .title {
    padding: 0 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    width: 50vw;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a .more_area {
    text-align: right;
    align-self: flex-end;
    margin: 0 0 0 auto;
    transition: 0.3s;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a .more_area .more {
    width: 62px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    background: #000;
    color: #fff;
    padding: 2px 0 3px;
    line-height: 1;
    font-size: 12px;
    transition: 0.3s;
    border: 1px solid #000;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a:hover {
    background: #fff;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a:hover .date {
    color: #000;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a:hover .title_detail {
    color: #000;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a:hover .title_detail .title {
    color: #000;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a:hover .title_detail .detail {
    color: #000;
  }
  .l-index .l-news_twitter .left_right .left .news ul li a:hover .more_area .more {
    background: #fff;
    color: #000;
  }
  .l-index .l-news_twitter .left_right .left .news ul li:first-child {
    margin-top: 0;
  }
  .l-index .l-news_twitter .left_right .right {
    width: 100%;
  }
  .l-index .l-news_twitter .left_right .right .official_twitter {
    padding-bottom: 60px;
  }
  .l-index .l-movie {
    background: #f5f5f5;
    padding-bottom: 60px;
  }
  .l-index .l-movie .movie_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .l-index .l-movie .movie_area ul li {
    width: 100%;
    height: 100%;
    padding: 0 4% 7vw;
    box-sizing: border-box;
    min-width: 100%;
  }
  .l-index .l-movie .movie_area ul li .video_list {
    display: none;
  }
  .l-index .l-movie .movie_area ul li .chara_img {
    overflow: hidden;
    width: 92vw;
    height: 50vw;
    min-height: 100%;
    /* トリミングしたい枠の幅 */
    /* トリミングしたい枠の高さ */
    position: relative;
  }
  .l-index .l-movie .movie_area ul li .chara_img a {
    display: block;
    height: 100%;
  }
  .l-index .l-movie .movie_area ul li .chara_img a .tham_img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .l-index .l-movie .movie_area ul li .chara_img a .saisei_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    transition: 0.3s;
    width: 60px;
    height: auto;
  }
  .l-index .l-movie .movie_area ul li .chara_img a:hover .saisei_img {
    width: 46px;
    height: auto;
    transition: 0.3s;
  }
  .l-index .l-books {
    text-align: center;
    padding: 0 5%;
  }
  .l-index .l-books .books_area {
    padding-bottom: 60px;
  }
  .l-index .l-books .books_img {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    padding: 0;
  }
  .l-index .l-books .books_img a {
    margin: 0 2vw 4vw;
    width: 39vw;
  }
  .l-index .l-books .books_img a img {
    width: 100%;
    height: auto;
  }
  .l-index .l-books .books_hatubai {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    padding-top: 4vw;
  }
  .l-index .l-books .books_sample {
    padding-top: 8vw;
  }
  .l-index .l-books .books_sample img {
    width: 100%;
    height: auto;
  }
  .l-index .l-banner {
    background: #f5f5f5;
    padding: 65px 0;
  }
  .l-index .l-banner .l-inner ul {
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
  }
  .l-index .l-banner .l-inner ul li {
    padding: 0 20px;
  }
  .l-index .l-banner .l-inner ul li img {
    width: 100%;
    height: auto;
  }
}
