@charset "UTF-8";
@import url("../navi/g_navi_h.css");
#contents {
  background: #000;
}

.contHead {
  position: relative;
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 1.5em;
  line-height: 40px;
}
.contHead h2 {
  font-size: 8rem;
  margin: auto 0;
  line-height: 1;
}
.contHead a {
  color: inherit;
  text-decoration: inherit;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.contHead a::after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.contHead__link {
  width: 0;
  position: relative;
}
.contHead__link a {
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
}
.contHead.-twitter {
  flex-direction: column;
  align-items: center;
}
.contHead.-twitter h2 {
  font-size: 4rem;
}
@media screen and (max-width: 899px) {
  .contHead {
    line-height: 30px;
  }
  .contHead h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .contHead__link {
    width: auto;
  }
  .contHead__link a {
    position: static;
  }
  .contHead.-twitter h2 {
    font-size: 3rem;
  }
}

/* ***************
   LOADING
*************** */
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading__inner {
  width: min(800px, 100%);
  aspect-ratio: 1/1;
  z-index: 10;
}
.loading__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../../images/main/loading/bg.jpg") center center/min(1500px, 200%) no-repeat;
  opacity: 0;
}

.loadingInn {
  position: relative;
}
.loadingInn__catch {
  opacity: 0;
}
.loadingInn__logo {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ***************
   TOP
*************** */
.headLink {
  position: fixed;
  top: 78px;
  right: 0;
  z-index: 100;
  overflow: hidden;
  filter: drop-shadow(5px 0 10px #000);
}
.headLink a {
  display: block;
}
.headLink:not(.inview) a {
  transform: translateX(100%);
}
@media screen and (max-width: 899px) {
  .headLink {
    width: 105px;
  }
}

.top {
  display: flex;
  position: relative;
  background: linear-gradient(to bottom, transparent 75vw, #000 100vw), url(../../images/main/home/menu_bg.webp) top left/500px no-repeat;
}
.top__main {
  width: calc(100% - 240px);
}
.top__main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 748px;
  height: min(664px, 140vw);
  background: url("../../images/main/home/top_blood.png") bottom left/contain no-repeat;
  z-index: 1;
}
.top__main::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 190px;
  width: 50px;
  background: linear-gradient(to right, transparent, #000);
}
@media screen and (min-width: 900px) {
  .top__navi {
    width: 240px;
    padding-top: 190px;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
  }
  .top__navi #g_navi {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 20px 0;
  }
  .top__navi .globalNavi {
    margin-bottom: 5rem;
  }
  .top__navi .globalNavi ul li {
    margin-bottom: 1rem;
  }
  .top__navi .globalNavi a {
    position: relative;
    z-index: 5;
    padding: 0 4.5rem 0 2rem;
  }
  .top__navi .globalNavi a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #000;
    transform: skewX(30deg);
    transform-origin: left bottom;
  }
  .top__navi .snsLinks {
    flex-direction: column;
    gap: 2rem;
    padding-left: 2rem;
  }
  .top .header__logo {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .top {
    overflow: hidden;
  }
  .top__navi {
    width: 0;
  }
  .top__main {
    width: 100%;
  }
}

.mainImg {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr repeat(3, auto);
  text-align: center;
  position: relative;
  z-index: 5;
}
.mainImg__kv {
  grid-area: 1/1/4/2;
}
.mainImg__kv img {
  width: 100%;
}
.mainImg__catch {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-60%);
  max-width: 20%;
}
.mainImg__logo {
  grid-area: 2/1/3/4;
  padding-bottom: 12px;
  max-width: 60%;
  margin: auto;
}
.mainImg__netflix {
  grid-area: 3/1/4/4;
  padding-bottom: 24px;
  max-width: 40%;
  margin: auto;
}
.mainImg__oainfo {
  grid-area: 4/1/5/4;
  padding: 40px 0;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 899px) {
  .mainImg {
    grid-template-rows: 1fr auto 140px repeat(2, auto);
  }
  .mainImg__kv {
    grid-area: 1/1/3/2;
  }
  .mainImg__catch {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-60%);
    max-width: 27%;
  }
  .mainImg__logo {
    grid-area: 2/1/4/4;
    max-width: min(410px, 80%);
  }
  .mainImg__netflix {
    grid-area: 4/1/5/4;
    max-width: min(270px, 55%);
  }
  .mainImg__oainfo {
    grid-area: 6/1/7/4;
    padding-top: 0;
  }
  .mainImg .-shadow {
    filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000);
  }
}

/* ***************
   MOVIE
*************** */
.movie {
  overflow: hidden;
}
.movie .playButton {
  position: relative;
  padding-top: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.movie .playButton::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../../images/main/home/moviePlay.png") center center/102px no-repeat;
}
.movie .playButton > iframe {
  position: static;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.movie__main .playButton {
  max-height: 500px;
}
.movie__head {
  position: relative;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.movie__head::before, .movie__head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - 460px);
  height: 100%;
  background: #fff;
}
.movie__head::before {
  left: 0;
  transform: skewX(-30deg);
  transform-origin: top left;
}
.movie__head::after {
  right: 0;
  transform: skewX(-30deg);
  transform-origin: bottom right;
}
@media screen and (max-width: 899px) {
  .movie__head {
    height: 30px;
  }
}

.movieList {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.movieList .playButton {
  aspect-ratio: 16/9;
}
.movieList .playButton::before {
  background-size: min(50px, 20%);
}
@media screen and (max-width: 899px) {
  .movieList {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .movieList {
    flex-wrap: wrap;
  }
  .movieList > li {
    width: 50%;
  }
}

/* ***************
   INFORMATION
*************** */
.info {
  position: relative;
  color: #fff;
  background: url("../../images/main/home/top_news_bg.webp") bottom center/min(2400px, 200%) repeat;
}
.no-webp .info {
  background-image: url("../../images/main/home/top_news_bg.jpg");
}
.info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 237px);
  height: min(520px, 55vw);
  background: url("../../images/main/home/info_blood.png") left top/auto 100% no-repeat;
}
.info__inner {
  position: relative;
  z-index: 10;
  padding: 60px 10px 80px;
}
.info__head {
  height: 80px;
  margin-bottom: 30px;
}
.info__cont {
  margin: auto;
}
.info__cont.-news {
  width: min(510px, 100%);
}
.info__cont.-tw {
  width: min(485px, 100%);
}

.infoCont {
  display: flex;
  max-width: 1100px;
  margin: auto;
  gap: 30px 0;
}
.infoCont > div {
  width: 600px;
  max-width: 50%;
  padding: 0 10px;
}
.infoCont__news {
  flex-shrink: 0;
  padding-left: 20px !important;
}
@media screen and (max-width: 899px) {
  .infoCont {
    flex-direction: column;
    align-items: center;
  }
  .infoCont > div {
    max-width: 100%;
    padding: 0;
  }
}

.newslist table, .newslist tbody, .newslist tr, .newslist th, .newslist td {
  display: block;
}
.newslist a {
  color: inherit;
  text-decoration: inherit;
}
.newslist .day {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  z-index: 10;
}
.newslist .day::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -15px;
  right: -15px;
  background: #d7000f;
  transform: skewX(30deg);
  z-index: -1;
}
.newslist .title {
  margin: 0 0 1em;
}

.twTimeline {
  overflow: auto;
}
@media screen and (min-width: 900px) {
  .twTimeline {
    min-height: 346px;
  }
}
@media screen and (max-width: 899px) {
  .twTimeline {
    max-height: min(450px, 100vw);
  }
}
/*# sourceMappingURL=usa_040.css.map */