@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
.main_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main_area ul {
  width: 200%;
}
.main_area ul li {
  float: left;
}
.main_area ul li img {
  width: 100%;
}
.main_area .pager {
  position: absolute;
  top: auto;
  letter-spacing: -0.4em;
}
.main_area .pager p {
  display: inline-block;
  position: relative;
  background: #818181;
}
.main_area .pager p:after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ce0010;
}
@media only screen and (min-width: 751px) {
  .main_area ul {
    width: 20000px !important;
  }
  .main_area .pager {
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .main_area .pager p {
    width: 100px;
    height: 2px;
    margin-right: 20px;
  }
  .main_area .pager p:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .main_area ul {
    width: 1000%;
  }
  .main_area ul li {
    width: 100vw;
  }
  .main_area .pager {
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .main_area .pager p {
    width: 20vw;
    height: 2px;
    margin-right: 20px;
  }
  .main_area .pager p:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 751px) {
  section h2 {
    width: 444px;
    margin: 0 auto 40px;
  }
  section h2 img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  section h2 {
    width: 578px;
    width: 77.06%;
    margin: 0 auto 7%;
  }
}

.news_area {
  background: url("../img/news/bg_repeat_gray.jpg") center top;
}
.news_area .news_list li {
  background: #FFF;
  position: relative;
}
.news_area .news_list li .img {
  background: no-repeat center;
  background-color: #ebebeb;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("../img/news/img_news_default.jpg");
}
.news_area .news_list li .news_head p {
  display: inline-block;
  vertical-align: top;
}
.news_area .news_list li .news_head .anime {
  background: url("../img/news/tag_anime.png") no-repeat center top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.news_area .news_list li .news_head .comic {
  background: url("../img/news/tag_comic.png") no-repeat center top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.news_area .news_list li .news_head .app {
  background: url("../img/news/tag_app.png") no-repeat center top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.news_area .news_list li .news_head .game {
  background: url("../img/news/tag_game.png") no-repeat center top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.news_area .news_list li .news_head .date {
  color: #9F9F9F;
}
.news_area .news_list li .title {
  line-height: 1.5;
}
.news_area .news_list li.new:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/news/icon_new.png") no-repeat left top;
}
.news_area .news_list li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.news_area .tab_news {
  text-align: center;
}
.news_area .tab_news li {
  display: inline-block;
  background: url("../img/news/buttet_black.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.news_area .tab_news li.current {
  background-image: url("../img/news/buttet_red.png");
  color: #ce0010;
}
.news_area .btn_more {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background: #780007;
}
.news_area .btn_more a {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 751px) {
  .news_area {
    padding: 40px 0 125px;
  }
  .news_area .tab_news {
    margin-bottom: 30px;
  }
  .news_area .tab_news li {
    font-size: 18px;
    padding-left: 25px;
    margin: 0 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news_area .tab_news li:hover:not(.current) {
    opacity: 0.6;
    cursor: pointer;
  }
  .news_area .news_list {
    width: 1020px;
    margin: 0 auto;
  }
  .news_area .news_list li {
    width: 240px;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news_area .news_list li:nth-child(4n) {
    margin-right: 0;
  }
  .news_area .news_list li .img {
    width: 200px;
    height: 200px;
    margin-bottom: 16px;
  }
  .news_area .news_list li .news_head {
    margin-bottom: 8px;
  }
  .news_area .news_list li .news_head .category {
    width: 55px;
    height: 18px;
  }
  .news_area .news_list li .news_head .category.app, .news_area .news_list li .news_head .category.game {
    width: 82px;
  }
  .news_area .news_list li .news_head .date {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
  }
  .news_area .news_list li .title {
    font-size: 16px;
    height: 3em;
    overflow: hidden;
  }
  .news_area .news_list li:hover {
    background: #780007;
    color: #FFF;
  }
  .news_area .btn_more {
    width: 600px;
    margin: 40px auto 0;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news_area .btn_more a {
    font-size: 20px;
    letter-spacing: 0.8em;
  }
  .news_area .btn_more:hover {
    background: #000;
  }
}
@media only screen and (max-width: 750px) {
  .news_area {
    padding: 8vw 0 16vw;
  }
  .news_area .tab_news {
    margin-bottom: 7%;
  }
  .news_area .tab_news li {
    font-size: 12px;
    padding-left: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .news_area .tab_news li:last-child {
    margin-right: 0;
  }
  .news_area .news_list {
    margin: 0 4%;
  }
  .news_area .news_list li {
    width: 48%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .news_area .news_list li:nth-child(odd) {
    float: left;
  }
  .news_area .news_list li:nth-child(even) {
    float: right;
  }
  .news_area .news_list li .img {
    width: 80%;
    height: 120px;
    margin: 0 auto 8px;
  }
  .news_area .news_list li .news_head {
    margin-bottom: 8px;
  }
  .news_area .news_list li .news_head .category {
    width: 47px;
    height: 16px;
  }
  .news_area .news_list li .news_head .category.app, .news_area .news_list li .news_head .category.game {
    width: 72px;
  }
  .news_area .news_list li .news_head .date {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }
  .news_area .news_list li .title {
    font-size: 13px;
    height: 4.5em;
    overflow: hidden;
  }
  .news_area .news_list li.new:after {
    -webkit-background-size: 38px;
    -o-background-size: 38px;
    background-size: 38px;
  }
  .news_area .btn_more {
    height: 52px;
    line-height: 52px;
  }
}

.movie_area {
  background: url("../img/bg_repeat_paper.jpg") center;
  position: relative;
}
.movie_area:before, .movie_area:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/movie/bg_movie_l.png") no-repeat left top;
}
.movie_area:after {
  background: url("../img/movie/bg_movie_r.png") no-repeat left top;
}
.movie_area .player {
  position: relative;
  z-index: 5;
}
.movie_area h2 {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 751px) {
  .movie_area {
    padding: 55px 0 122px;
  }
  .movie_area .player {
    width: 850px;
    height: 479px;
    margin: auto;
  }
  .movie_area:before {
    width: 619px;
    height: 579px;
    left: 0;
    top: 257px;
  }
  .movie_area:after {
    width: 619px;
    height: 579px;
    right: 0;
    top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .movie_area {
    padding: 12% 0 15%;
    overflow: hidden;
  }
  .movie_area .player {
    width: 80%;
    height: 180px;
    margin: auto;
  }
  .movie_area:before, .movie_area:after {
    width: 80%;
    height: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .movie_area:before {
    top: 13%;
    left: -10%;
  }
  .movie_area:after {
    top: 10%;
    right: -12%;
  }
}

.twitter_area {
  background: url("../img/bg_repeat_gold.jpg") center top;
}
@media only screen and (min-width: 751px) {
  .twitter_area {
    padding: 47px 0 120px;
  }
  .twitter_area h2 {
    width: 490px;
  }
  .twitter_area .twitter_widget {
    width: 580px;
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  .twitter_area {
    padding: 12% 0 15%;
  }
  .twitter_area h2 {
    width: 637px;
    width: 84.93%;
  }
  .twitter_area .twitter_widget {
    width: 320px;
    margin: auto;
  }
}

.schedule_area {
  background: url("../img/news/bg_repeat_gray.jpg") center top;
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.schedule_area:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.schedule_area h2, .schedule_area .schedule_list {
  position: relative;
}
.schedule_area .ttl_month {
  text-align: center;
}
.schedule_area .schedule_list .table_calender .day {
  background: #f2f2f2;
}
.schedule_area .schedule_list .table_calender li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.schedule_area .schedule_list .table_calender .category {
  color: #FFF;
}
.schedule_area .schedule_list .table_calender .category a {
  color: #FFF;
}
.schedule_area .schedule_list .table_calender .category p {
  background: #000;
  line-height: 1.4;
}
.schedule_area .schedule_list .table_calender .category .cate_1 {
  background: #af0007;
}
.schedule_area .schedule_list .table_calender .category .cate_2 {
  background: #e96c00;
}
.schedule_area .schedule_list .table_calender .category .cate_3 {
  background: #0025de;
}
.schedule_area .schedule_list .table_calender .category .cate_4 {
  background: #42ae00;
}
.schedule_area .schedule_list .table_calender .category .cate_5 {
  background: #7500af;
}
.schedule_area .schedule_list .table_calender .category .cate_6 {
  background: #00a6d3;
}
.schedule_area .schedule_list .table_calender .category .cate_7 {
  background: #00834d;
}
.schedule_area .schedule_list .table_calender .category .cate_8 {
  background: #a89e00;
}
.schedule_area .schedule_list .table_calender .category .cate_9 {
  background: #585858;
}
.schedule_area .btn_more {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background: #780007;
}
.schedule_area .btn_more a {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 751px) {
  .schedule_area {
    padding: 50px 0 120px;
  }
  .schedule_area h2 {
    width: 532px;
  }
  .schedule_area .ttl_month {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .schedule_area .schedule_list {
    width: 1000px;
    margin: auto;
  }
  .schedule_area .schedule_list .table_calender, .schedule_area .schedule_list .table_header {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .schedule_area .schedule_list .table_calender li, .schedule_area .schedule_list .table_header li {
    width: calc(100% / 7 - 1px);
  }
  .schedule_area .schedule_list .table_header li {
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
  }
  .schedule_area .schedule_list .table_header li.sat {
    background: #001572;
  }
  .schedule_area .schedule_list .table_header li.sun {
    background: #670004;
  }
  .schedule_area .schedule_list .table_calender {
    margin-bottom: 50px;
  }
  .schedule_area .schedule_list .table_calender li {
    padding: 10px 5px;
  }
  .schedule_area .schedule_list .table_calender li .date {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .schedule_area .schedule_list .table_calender li .category p {
    font-size: 12px;
    padding: 5px;
    margin-bottom: 5px;
  }
  .schedule_area .schedule_list .table_calender li .category p:last-child {
    margin-bottom: 0;
  }
  .schedule_area .schedule_list .table_calender li.day_none .date {
    color: #9b9b9b;
  }
  .schedule_area .btn_more {
    width: 600px;
    margin: 40px auto 0;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .schedule_area .btn_more a {
    font-size: 20px;
    letter-spacing: 0.8em;
  }
  .schedule_area .btn_more:hover {
    background: #000;
  }
}
@media only screen and (max-width: 750px) {
  .schedule_area {
    padding: 8vw 0 16vw;
  }
  .schedule_area .ttl_month {
    font-size: 1.65rem;
    margin-bottom: 6vw;
  }
  .schedule_area .schedule_list {
    margin: 0 5vw;
  }
  .schedule_area .schedule_list .table_calender {
    margin-bottom: 6vw;
  }
  .schedule_area .schedule_list .table_calender li {
    margin-bottom: 2px;
    display: table;
    width: 100%;
    padding: 2px;
  }
  .schedule_area .schedule_list .table_calender li .date, .schedule_area .schedule_list .table_calender li .category {
    display: table-cell;
  }
  .schedule_area .schedule_list .table_calender li .date {
    background: #000;
    color: #fff;
    text-align: center;
    width: 10vw;
  }
  .schedule_area .schedule_list .table_calender li .category {
    padding-left: 2px;
  }
  .schedule_area .schedule_list .table_calender li .category p {
    margin-bottom: 2px;
    font-size: 12px;
    padding: 4px;
  }
  .schedule_area .schedule_list .table_calender li .category p:last-child {
    margin-bottom: 0;
  }
  .schedule_area .schedule_list .table_calender li .date {
    font-size: 18px;
    padding: 3px 0;
  }
  .schedule_area .schedule_list .table_calender li .date:after {
    display: block;
    font-size: 12px;
    margin-top: 3px;
  }
  .schedule_area .schedule_list .table_calender li.day_none {
    display: none;
  }
  .schedule_area .schedule_list .table_calender li.day_sun .date {
    background: #670004;
  }
  .schedule_area .schedule_list .table_calender li.day_sun .date:after {
    content: "日";
  }
  .schedule_area .schedule_list .table_calender li.day_mon .date:after {
    content: "月";
  }
  .schedule_area .schedule_list .table_calender li.day_tue .date:after {
    content: "火";
  }
  .schedule_area .schedule_list .table_calender li.day_wed .date:after {
    content: "水";
  }
  .schedule_area .schedule_list .table_calender li.day_thu .date:after {
    content: "木";
  }
  .schedule_area .schedule_list .table_calender li.day_fri .date:after {
    content: "金";
  }
  .schedule_area .schedule_list .table_calender li.day_sat .date {
    background: #001572;
  }
  .schedule_area .schedule_list .table_calender li.day_sat .date:after {
    content: "土";
  }
  .schedule_area .btn_more {
    height: 52px;
    line-height: 52px;
  }
}

/***************************************************/
.main_area .pager p.current:after {
  -webkit-animation: move_pager 5s linear forwards;
  -moz-animation: move_pager 5s linear forwards;
  -o-animation: move_pager 5s linear forwards;
  animation: move_pager 5s linear forwards;
}

/***************************************************/
@keyframes move_pager {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/***************************************************/
.floatcontents { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.95); }
.floatcontents .wrap { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.floatcontents .close { position: absolute; }
.floatcontents .close:after, .floatcontents .close:before { content: ""; display: block; position: absolute; width: 100%; height: 2px; background: #FFF; top: 50%; }
.floatcontents .close:before { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.floatcontents .close:after { -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -ms-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg); }
.floatcontents .fl_contents { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.floatcontents .fl_contents .text { color: #FFF; text-align: center; line-height: 1.8; }
.floatcontents .fl_contents .text a { color: #FFF; text-decoration: underline; }
@media only screen and (min-width: 751px) { .floatcontents .close { width: 40px; height: 40px; top: 20px; right: 20px; }
  .floatcontents .fl_contents { width: 680px; }
  .floatcontents .fl_contents .img { margin-bottom: 20px; }
  .floatcontents .fl_contents .text { font-size: 18px; }
  .floatcontents .fl_contents .text a { font-size: 20px; } }
@media only screen and (max-width: 750px) { .floatcontents .close { width: 8vw; height: 8vw; top: 4vw; right: 4vw; }
  .floatcontents .fl_contents { width: 90vw; }
  .floatcontents .fl_contents .img { margin-bottom: 4vw; }
  .floatcontents .fl_contents .text a { font-size: 18px; } }