@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  font-family: ten-mincho, "Noto Serif JP", serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
  color: #fff;
  background: url("../img/common/bg_main03-pt.jpg") left top;
}

body.is-modal-open {
  overflow: hidden;
}

html {
  font-size: 3.125vw;
}
@media only screen and (min-width:901px) {
  html {
    font-size: 16px;
  }
}

template {
  display: none;
}

#wrapper {
  position: relative;
}

@media only screen and (min-width:901px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width:900px) {
  .pc {
    display: none;
  }
}
.main_contents {
  position: relative;
}
.main_contents:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/common/bg_main02-grad.png") repeat-x center bottom;
}
.main_contents:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url("../img/common/bg_main01-deco.png") no-repeat right bottom;
}
@media only screen and (min-width:901px) {
  .main_contents {
    margin-left: 240px;
  }
}
@media only screen and (max-width:900px) {
  .main_contents:after {
    background-size: 60vw;
  }
}

.footer_wrap {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo;
  font-weight: 300;
  background: #000;
}

@media only screen and (max-width:900px) {
  .footer_wrap {
    background: #000;
    padding: 0 0 10.66vw;
    position: relative;
    z-index: 10;
  }
  .footer_wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #6b4312;
    top: -1px;
  }
  .footer_wrap .banner_list {
    width: 94.66vw;
    margin: auto;
    margin-bottom: 8vw;
    margin-top: 12vw;
  }
  .footer_wrap .banner_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_wrap .banner_list li {
    width: 46.66vw;
    margin-right: 1.33vw;
  }
  .footer_wrap .share_link {
    padding-top: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_wrap .share_link li {
    width: 6.93vw;
    margin: 0 1.6vw;
  }
  .footer_wrap .notes {
    padding-top: 8vw;
  }
  .footer_wrap .notes, .footer_wrap .copy {
    opacity: 0.4;
    line-height: 1.6;
    text-align: center;
  }
}
.news_area .news_cap {
  color: #c61116;
}
.news_area .news_wrap .news_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
  top: 0;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.news_area .news_wrap .news_list__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news_area .news_wrap .news_list__item .news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width:901px) {
  .news_area {
    background: #000;
    border-bottom: 1px solid #6b4312;
    padding: 18px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_area .news_cap {
    font-weight: 700;
    width: 80px;
  }
  .news_area .news_wrap {
    width: calc(100% - 80px);
    height: 18px;
    overflow: hidden;
  }
  .news_area .news_wrap .news_list__item {
    margin-bottom: 4px;
  }
  .news_area .news_wrap .news_list__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 18px;
    background: #6b4312;
    z-index: -1;
    top: 0;
    right: 0;
    -webkit-transition: width 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: width 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .news_area .news_wrap .news_list__item:hover:before {
    width: 100%;
    left: 0;
  }
  .news_area .news_wrap .news_date {
    width: 90px;
    font-size: 13px;
  }
  .news_area .news_wrap .news_title {
    width: calc(100% - 90px);
  }
}
@media only screen and (max-width:900px) {
  .news_area {
    background: #000;
    border-bottom: 1px solid #6b4312;
    padding: 2.66vw;
  }
  .news_area .news_cap {
    font-size: 1.1rem;
    margin-bottom: 0.8em;
  }
  .news_area .news_wrap {
    height: 18px;
    overflow: hidden;
  }
  .news_area .news_wrap .news_list__item {
    margin-bottom: 4px;
  }
  .news_area .news_wrap .news_date {
    width: 6.8em;
  }
  .news_area .news_wrap .news_title {
    width: calc(100% - 6.8em);
    font-size: 16px;
  }
}

.main_contents .conatents_inner {
  position: relative;
  font-family: ten-mincho, "Noto Serif JP", serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho";
}
.main_contents .conatents_inner .cont_wrap__deco {
  position: relative;
  background: url("../img/main/frame_lt.png") no-repeat left top, url("../img/main/frame_rt.png") no-repeat right top, url("../img/main/frame_lb.png") no-repeat left bottom, url("../img/main/frame_rb.png") no-repeat right bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}
.main_contents .conatents_inner .cont_wrap__deco_line-right {
  border-right: 1px solid #6b4312;
}
.main_contents .conatents_inner .cont_wrap__deco_line-bottom {
  border-bottom: 1px solid #6b4312;
}
@media only screen and (max-width:900px) {
  .main_contents .conatents_inner .cont_wrap__deco_line-right.-line-right-pc {
    border-right: none;
  }
}
.main_contents .conatents_inner .contents_dark {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
@media only screen and (min-width:901px) {
  .main_contents .top_contents_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_contents .top_contents_wrapper .top_contents__inner {
    width: 50%;
  }
  .main_contents .top_contents_wrapper .top_contents__inner.-long {
    width: 100%;
  }
}
.main_contents .other_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_contents .other_wrapper .other_contents__inner {
  width: 50%;
}
.main_contents .other_wrapper .other_contents__inner.-long {
  width: 100%;
}
.main_contents .other_wrapper .othre_text_wrap {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  height: 100%;
}
.main_contents .other_wrapper .othre_text_wrap figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width:901px) {
  .main_contents .top_info_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_contents .top_info_wrapper .top_info__inner {
    width: 50%;
  }
}
@media only screen and (max-width:900px) {
  .main_contents .top_info_wrapper .top_info__inner {
    width: 100%;
  }
}
.main_contents .top_contents_wrapper .top_contents__inner {
  text-align: center;
}
.main_contents .top_contents_wrapper .top_contents__inner .top_onair {
  line-height: 1.8;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.main_contents .top_info_wrapper .movie_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.main_contents .top_info_wrapper .movie_wrapper .-thumbnail {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.main_contents .top_info_wrapper .movie_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/movie/icon_play.png") no-repeat center rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:901px) {
  .main_contents .conatents_inner .cont_wrap__deco {
    padding: 10px;
  }
  .main_contents .conatents_inner .visual_link {
    overflow: hidden;
  }
  .main_contents .conatents_inner .visual_link img {
    width: 100%;
  }
  .main_contents .conatents_inner a img {
    -webkit-transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .main_contents .conatents_inner a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair {
    padding: 30px 0;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .onair_text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .onair_text .series_text {
    font-size: 18px;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .onair_text .series_text span {
    font-size: 24px;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .-title {
    font-size: 14px;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .-onair {
    font-size: 20px;
  }
  .main_contents .top_info_wrapper .movie_wrapper.-cont2 {
    height: 50%;
  }
  .main_contents .top_info_wrapper .movie_wrapper:after {
    background-size: 60px;
    -webkit-transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .main_contents .top_info_wrapper .movie_wrapper .-thumbnail {
    -webkit-transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .main_contents .top_info_wrapper .movie_wrapper:hover .-thumbnail {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .main_contents .top_info_wrapper .movie_wrapper:hover:after {
    opacity: 0;
  }
}
@media only screen and (max-width:900px) {
  .main_contents .conatents_inner .cont_wrap__deco {
    background-size: 7px;
    padding: 6px;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair {
    padding: 2em 0;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .-title {
    font-size: 0.9rem;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .-onair {
    font-size: 1.1rem;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .onair_text {
    font-size: 1.4rem;
  }
  .main_contents .top_contents_wrapper .top_contents__inner .top_onair .onair_text span {
    font-size: 2rem;
  }
  .main_contents .top_info_wrapper .movie_wrapper {
    height: 32vw;
  }
  .main_contents .top_info_wrapper .movie_wrapper:after {
    background-size: 12vw;
  }
}

.l-cursor .l-cursor__point {
  position: fixed;
  top: -10px;
  left: -10px;
  z-index: 20;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: difference;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-cursor .l-cursor__point:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-cursor.is-hide .l-cursor__deco {
  opacity: 0;
}
.l-cursor.is-scope .l-cursor__point:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width:900px) {
  .l-cursor {
    display: none;
  }
}

.global_portal_pc {
  position: relative;
  z-index: 50;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-modal .m-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.m-modal .m-modal__close {
  position: absolute;
}
.m-modal .m-modal__close:before, .m-modal .m-modal__close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFF;
  top: 50%;
}
.m-modal .m-modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-modal .m-modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-modal[data-modal-type=youtube] .m-modal__content {
  position: absolute;
  width: 90vw;
  height: 50.625vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-modal[data-modal-type=template] .m-modal__content {
  position: relative;
  width: 90vw;
  max-width: 1200px;
  text-align: center;
  padding: 8vh 0;
  margin: auto;
}
@media only screen and (min-width:901px) {
  .m-modal .m-modal__close {
    width: 75px;
    height: 75px;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .m-modal .m-modal__close:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width:900px) {
  .m-modal .m-modal__close {
    width: 12.26vw;
    height: 12.26vw;
    top: 4vw;
    right: 4vw;
  }
}
.m-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.bc_newyear {
  position: absolute;
  top: -100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.page_top .m-modal[data-modal-type=template] .m-modal__bg {
  background: url("/anime/assets_portal/img/ny2024/bg.jpg") center top;
}
.page_top .m-modal[data-modal-type=template] .m-modal__bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
}
.page_top .m-modal[data-modal-type=template] .m-modal__close {
  position: absolute;
}
.page_top .m-modal[data-modal-type=template] .m-modal__close:before, .page_top .m-modal[data-modal-type=template] .m-modal__close:after {
  background: #b91c1c;
}
.page_top .m-modal[data-modal-type=template] .m-modal__close:before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.page_top .m-modal[data-modal-type=template] .m-modal__close:after {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.page_top .m-modal[data-modal-type=template] .m-modal__inner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #b91c1c;
}
.page_top .m-modal[data-modal-type=template] .m-modal__inner:before, .page_top .m-modal[data-modal-type=template] .m-modal__inner:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page_top .m-modal[data-modal-type=template] .m-modal__inner:before {
  width: 100%;
  height: calc(100% - 12px);
  top: 6px;
  left: 0;
  border-top: 1px solid #b91c1c;
  border-bottom: 1px solid #b91c1c;
}
.page_top .m-modal[data-modal-type=template] .m-modal__inner:after {
  height: 100%;
  width: calc(100% - 12px);
  top: 0;
  left: 6px;
  border-left: 1px solid #b91c1c;
  border-right: 1px solid #b91c1c;
}
.page_top .m-modal[data-modal-type=template] .newsyear_modal__container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.page_top .m-modal[data-modal-type=template] .newsyear_modal-chara div {
  position: absolute;
  cursor: pointer;
}
.page_top .m-modal[data-modal-type=template] .newsyear_modal-chara .chara1 {
  left: 0;
  bottom: 0;
  width: 34%;
  height: 67%;
}
.page_top .m-modal[data-modal-type=template] .newsyear_modal-chara .chara2 {
  left: 34%;
  bottom: 0;
  width: 40%;
  height: 63%;
}
.page_top .m-modal[data-modal-type=template] .newsyear_modal-chara .chara3 {
  right: 0;
  bottom: 0;
  width: 25%;
  height: 52%;
}
.page_top .m-modal[data-modal-type=template] .newsyear_modal-chara .chara4 {
  left: 8%;
  top: 1%;
  width: 42%;
  height: 31%;
}
.page_top .m-modal[data-modal-type=template] .newsyear_modal-chara .chara5 {
  top: 0;
  left: 50%;
  width: 50%;
  height: 36%;
}
@media only screen and (min-width:901px) {
  .page_top .m-modal[data-modal-type=template] .m-modal__bg:before {
    background-image: url("/anime/assets_portal/img/ny2024/bg_deco_pc.png");
  }
  .page_top .m-modal[data-modal-type=template] .m-modal__close {
    width: 45px;
    height: 45px;
  }
  .page_top .m-modal[data-modal-type=template] .newsyear_modal__container {
    width: 680px;
  }
}
@media only screen and (max-width:900px) {
  .page_top .m-modal[data-modal-type=template] .m-modal__bg:before {
    background-image: url("/anime/assets_portal/img/ny2024/bg_deco_sp.png");
  }
  .page_top .m-modal[data-modal-type=template] .newsyear_modal__container {
    width: 90vw;
  }
}