/*---------------------------------------
    Top - fv
----------------------------------------*/
.fv {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv {
    background: url(../images/top/fv-sp.jpg) no-repeat center center/cover;
    margin-top: 62px;
    padding-top: 174.35%;
  }
}
@media (min-width: 768px) {
  .fv {
    background: url(../images/top/fv.jpg) no-repeat center center/cover;
    margin-top: 76px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv {
    padding-top: 46.875%;
  }
}
@media (min-width: 1280px) {
  .fv {
    height: calc(100vh - 76px);
  }
}

/*---------------------------------------
    Top - latest-news
----------------------------------------*/
@media (max-width: 767px) {
  .latest-news {
    background: #6E1717 url(../images/top/latest-news-bg.png) no-repeat 90% top/cover;
    padding: 14px 0;
  }
}
@media (min-width: 768px) {
  .latest-news {
    background: #6E1717 url(../images/top/latest-news-bg.png) no-repeat left top/cover;
    padding: 1.5rem 0 1.3rem;
  }
}
.latest-news > .container {
  align-items: center;
  display: flex;
}
.latest-news .section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .latest-news .section-title {
    width: 5em;
  }
}
@media (min-width: 768px) {
  .latest-news .section-title {
    width: 8em;
  }
}
@media (min-width: 1280px) {
  .latest-news .section-title {
    width: 10em;
  }
}
.latest-news .section-title h2 {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .latest-news .section-title h2 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .latest-news .section-title h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .latest-news__cont {
    width: calc(100% - 5em);
  }
}
@media (min-width: 768px) {
  .latest-news__cont {
    width: calc(100% - 8em);
  }
}
@media (min-width: 1280px) {
  .latest-news__cont {
    width: calc(100% - 10em);
  }
}
.latest-news .latest__item {
  align-items: center;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}
@media (max-width: 767px) {
  .latest-news .latest__item {
    font-size: 10px;
  }
}
.latest-news .latest__item-date {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .latest-news .latest__item-date {
    margin-right: 0.8em;
  }
}
@media (min-width: 768px) {
  .latest-news .latest__item-date {
    margin-right: 1.5em;
  }
}
.latest-news .latest__item-title a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

/*---------------------------------------
    Top - story
----------------------------------------*/
.top-story {
  background: url(../images/top/story-bg-blur.png) no-repeat bottom/cover;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-story {
    padding-bottom: 200px;
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .top-story {
    padding-bottom: 12rem;
    padding-top: 8rem;
  }
}
.top-story__text {
  text-align: center;
}
@media (max-width: 767px) {
  .top-story__text {
    margin-top: 42px;
  }
}
@media (min-width: 768px) {
  .top-story__text {
    margin-top: 2rem;
  }
}
.top-story__text p {
  font-weight: 500;
  text-shadow: 3px 3px 6px #770000;
}
@media (max-width: 767px) {
  .top-story__text p {
    font-size: 15px;
    letter-spacing: 0.05px;
    line-height: 2.3333333333;
  }
}
@media (min-width: 768px) {
  .top-story__text p {
    font-size: 1.8rem;
    line-height: 1.9444444444;
  }
}
@media (max-width: 767px) {
  .top-story__text p + p {
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .top-story__text p + p {
    margin-top: 1.5em;
  }
}
.top-story__catch {
  font-weight: 500;
  text-align: center;
  text-shadow: 3px 3px 6px #770000;
}
@media (max-width: 767px) {
  .top-story__catch {
    font-size: 18px;
    letter-spacing: 0.05px;
    margin-top: 62px;
  }
}
@media (min-width: 768px) {
  .top-story__catch {
    font-size: 2.3rem;
    margin-top: 3.2rem;
  }
}
.top-story__movie {
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .top-story__movie {
    border: 4.5px solid #FFF;
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .top-story__movie {
    border: 7px solid #FFF;
    margin-top: 6rem;
    max-width: 518px;
  }
}
.top-story__movie .movie-wrap {
  border-radius: 7px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.top-story__movie .movie-wrap video {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.top-story__movie .movie-wrap .movie-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.top-story__movie .movie-wrap .movie-play {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 12.5px 0 12.5px 22px;
  cursor: pointer;
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  z-index: 4;
}

/*---------------------------------------
    Top - system
----------------------------------------*/
.top-system {
  overflow-x: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-system {
    background: linear-gradient(to bottom, #3D141B, #671717);
    box-shadow: 0px 10px 10px -6px #671717, 0 -5px 10px 10px #3D141B;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .top-system {
    background-color: #42151B;
    box-shadow: 0 0 15px 15px #42151B;
    padding-top: 8rem;
  }
}
@media (min-width: 1280px) {
  .top-system {
    padding-bottom: 15rem;
  }
}
.top-system .container {
  z-index: 4;
}
@media (max-width: 767px) {
  .top-system__list {
    margin-top: 63px;
  }
}
@media (min-width: 768px) {
  .top-system__list {
    margin-top: 9.2rem;
    padding: 0 8px;
  }
}
.top-system__item {
  display: flex;
}
@media (max-width: 767px) {
  .top-system__item {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .top-system__item {
    align-items: flex-start;
    width: calc(100% - 2rem);
  }
}
@media (min-width: 1280px) {
  .top-system__item {
    width: calc(100% - 4rem);
  }
}
@media (min-width: 768px) {
  .top-system__item:nth-child(2n-1) .top-system__item-text {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .top-system__item:nth-child(2n-1) .top-system__item-title .jp, .top-system__item:nth-child(2n-1) .top-system__item-title .en {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .top-system__item:nth-child(2n-1) .top-system__item-title .jp, .top-system__item:nth-child(2n-1) .top-system__item-title .en {
    padding-left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .top-system__item:nth-child(2n-1) .top-system__item-desc {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .top-system__item:nth-child(2n-1) .top-system__item-desc {
    padding-left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .top-system__item:nth-child(2n) {
    flex-direction: row-reverse;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .top-system__item:nth-child(2n) .top-system__item-text {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .top-system__item:nth-child(2n) .top-system__item-desc {
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .top-system__item:nth-child(2n) .top-system__item-desc {
    padding-right: 3.5rem;
  }
}
@media (max-width: 767px) {
  .top-system__item + .top-system__item {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .top-system__item + .top-system__item {
    margin-top: 8.6rem;
  }
}
@media (max-width: 767px) {
  .top-system__item-image {
    margin-top: 50px;
    order: 2;
  }
}
@media (min-width: 768px) {
  .top-system__item-image {
    width: 46%;
  }
}
.top-system__item-image .image-wrap {
  padding-top: 56%;
}
@media (max-width: 767px) {
  .top-system__item-text {
    display: contents;
  }
}
@media (min-width: 768px) {
  .top-system__item-text {
    width: calc(54% - 8.5px);
  }
}
.top-system__item-title {
  position: relative;
  text-shadow: 3px 3px 6px #000;
}
@media (max-width: 767px) {
  .top-system__item-title {
    order: 1;
  }
}
.top-system__item-title::after {
  background-color: rgba(255, 255, 255, 0.62);
  bottom: -1.75rem;
  box-shadow: 0px 3px 6px #000;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.top-system__item-title .jp {
  display: block;
}
@media (max-width: 767px) {
  .top-system__item-title .jp {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media (min-width: 768px) {
  .top-system__item-title .jp {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.top-system__item-title .en {
  display: inline-block;
  position: relative;
}
.top-system__item-title .en::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  position: absolute;
}
@media (max-width: 767px) {
  .top-system__item-title .en::after {
    height: 73px;
    right: -75px;
    width: 73px;
  }
}
@media (min-width: 768px) {
  .top-system__item-title .en::after {
    height: 90px;
    right: -90px;
    width: 90px;
  }
}
@media (min-width: 1280px) {
  .top-system__item-title .en::after {
    height: 113px;
    right: -113px;
    width: 113px;
  }
}
@media (max-width: 767px) {
  .top-system__item-title .en {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
@media (min-width: 768px) {
  .top-system__item-title .en {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.top-system__item-title .en-daytime::after {
  background-image: url(../images/top/system-object-daytime.png);
}
.top-system__item-title .en-nighttime::after {
  background-image: url(../images/top/system-object-nighttime.png);
}
.top-system__item-desc {
  text-align: justify;
}
@media (max-width: 767px) {
  .top-system__item-desc {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 32px;
    order: 3;
  }
}
@media (min-width: 768px) {
  .top-system__item-desc {
    margin-top: 3rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .top-system__item-desc {
    margin-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .top-system__button {
    margin-top: 77px;
  }
}
@media (min-width: 768px) {
  .top-system__button {
    margin-top: 10.5rem;
  }
}
.top-system .bg-object {
  background: url(../images/top/system-object-bg.png) no-repeat center center/cover;
  display: block;
  height: 420px;
  opacity: 0.2;
  position: absolute;
  width: 420px;
  z-index: 3;
}
.top-system .bg-object-top {
  transform: rotate(110deg);
}
@media (max-width: 767px) {
  .top-system .bg-object-top {
    left: -180px;
    top: -70px;
  }
}
@media (min-width: 768px) {
  .top-system .bg-object-top {
    left: -100px;
    top: -50px;
  }
}
@media (min-width: 1280px) {
  .top-system .bg-object-top {
    left: -150px;
    top: -70px;
  }
}
.top-system .bg-object-middle {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-system .bg-object-middle {
    right: -220px;
  }
}
@media (min-width: 768px) {
  .top-system .bg-object-middle {
    right: -120px;
  }
}
.top-system .bg-object-bottom {
  transform: rotate(110deg);
}
@media (max-width: 767px) {
  .top-system .bg-object-bottom {
    bottom: -90px;
    left: -150px;
  }
}
@media (min-width: 768px) {
  .top-system .bg-object-bottom {
    bottom: -100px;
    left: -110px;
  }
}
@media (min-width: 1280px) {
  .top-system .bg-object-bottom {
    bottom: -180px;
    left: -150px;
  }
}

.blur-boundaries {
  background-color: #42151B;
  filter: blur(6px);
  height: 20px;
  position: relative;
  width: 110%;
  z-index: 3;
}
.blur-boundaries-top {
  transform: translateX(-5%) translateY(-10px);
}
@media (max-width: 767px) {
  .blur-boundaries-top {
    background-color: #3D141B;
  }
}
@media (min-width: 768px) {
  .blur-boundaries-top {
    background-color: rgba(66, 21, 27, 0.8);
  }
}
.blur-boundaries-bottom {
  transform: translateX(-5%) translateY(-10px);
}
@media (max-width: 767px) {
  .blur-boundaries-bottom {
    background-color: #671717;
  }
}
@media (min-width: 768px) {
  .blur-boundaries-bottom {
    background-color: #42151B;
  }
}

/*---------------------------------------
    Top - character
----------------------------------------*/
.top-character {
  background: url(../images/top/character-bg.jpg) no-repeat center center/cover;
  overflow-y: visible;
}
@media (max-width: 767px) {
  .top-character {
    background: url(../images/top/character-bg-sp.jpg) no-repeat center center/cover;
    margin-top: -60px;
    padding-bottom: 110px;
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .top-character {
    background: url(../images/top/character-bg.jpg) no-repeat center center/cover;
    margin-top: -6rem;
    padding-bottom: 18rem;
    padding-top: 12rem;
  }
}
@media (min-width: 1600px) {
  .top-character {
    margin-top: -8rem;
  }
}
.top-character__wrap {
  overflow: visible;
}
@media (max-width: 767px) {
  .top-character__wrap {
    margin: 0 calc(50% - 50vw);
    margin-top: 40px;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .top-character__wrap {
    margin-top: 4.8rem;
  }
}
@media (min-width: 768px) {
  .top-character__list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .top-character__item {
    width: 16.6666666667%;
  }
}
.top-character__link {
  display: block;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .top-character__link {
    transition: transform 0.2s ease-in-out;
  }
}
.top-character__link .image-wrap {
  padding-top: 160%;
}
.top-character__link .hover-layer {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding-bottom: 3.75rem;
  position: absolute;
  top: 0;
  transition: opacity 0.1s ease-in-out;
  width: 100%;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .top-character__link .hover-layer {
    transition: opacity 0.2s ease-in-out;
  }
}
@media (max-width: 767px) {
  .top-character__link .hover-layer {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .top-character__link .hover-layer {
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
  }
}
.top-character__link .hover-layer p {
  border-bottom: 1px solid #FFF;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .top-character__link .hover-layer p {
    display: none;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .top-character__link .hover-layer p {
    font-size: 1.8rem;
  }
}
.top-character__link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .top-character__link:hover {
    transform: translateY(-20px);
  }
}
.top-character__link:hover .hover-layer {
  opacity: 1;
}
@media (max-width: 767px) {
  .top-character .swiper-button-prev,
.top-character .swiper-button-next {
    height: 62px;
    width: 80px;
  }
  .top-character .swiper-button-prev::after,
.top-character .swiper-button-next::after {
    display: none;
  }
  .top-character .swiper-button-prev:focus, .top-character .swiper-button-prev:active,
.top-character .swiper-button-next:focus,
.top-character .swiper-button-next:active {
    border: none;
    outline: none;
  }
  .top-character .swiper-button-prev {
    background: url(../images/common/arrow-left.png) no-repeat center center/contain;
    left: 32px;
    /* transform: translateY(-260px);*/
  }
  .top-character .swiper-button-next {
    background: url(../images/common/arrow-right.png) no-repeat center center/contain;
    right: 32px;
  }
  .top-character .top-character__item {
    transform: scale(0.9);
    transform-origin: center;
    transition: transform 0.3s;
  }
  .top-character .top-character__item.is-active {
    opacity: 1;
    transform: scale(1);
  }
  .top-character .top-character__item.is-active .hover-layer {
    opacity: 0;
  }
  .top-character .swiper-slide[class*=-prev] {
    /* transform: translateY(-160px); */
  }
}
@media (min-width: 768px) {
  .top-character .swiper-button-prev,
.top-character .swiper-button-next {
    display: none;
  }
  .top-character .swiper-button-prev::after,
.top-character .swiper-button-next::after {
    display: none;
  }
}

/*---------------------------------------
    Top - news
----------------------------------------*/
.top-news {
  margin-top: -25px;
}
@media (max-width: 767px) {
  .top-news {
    background: url(../images/top/news-bg-sp.jpg) no-repeat left/cover;
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .top-news {
    background: url(../images/top/news-bg.jpg) no-repeat center/cover;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .top-news__list {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .top-news__list {
    margin-top: 5.3rem;
  }
}
@media (max-width: 767px) {
  .top-news__button {
    margin-top: 63px;
  }
}
@media (min-width: 768px) {
  .top-news__button {
    margin-top: 7rem;
  }
}
/*# sourceMappingURL=sourcemaps/top.css.map */
