body {
  font-family: "Noto Sans JP", sans-serif;
}
body p {
  color: #fff;
}
body .bgc-white {
  background-color: #fff;
}
body #article img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
body form input {
  display: block;
  border-bottom: 1px solid #000;
  width: 50%;
  margin-top: 20px;
  padding-bottom: 10px;
  outline: none;
}
@media (max-width: 919px) {
  body form input {
    width: 100%;
  }
}
body form label {
  margin-top: 20px;
  display: inline-block;
}
body form select {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  border-bottom: 1px solid #000;
  outline: none;
}
@media (max-width: 919px) {
  body form select {
    margin-top: 5px;
    padding-bottom: 7px;
  }
}

.common .td_u {
  text-decoration: underline;
}
.common .btn {
  display: inline-block;
  border-radius: 999px;
  border: solid 1px #fff;
  color: #fff;
  font-family: roboto, sans-serif;
  font-weight: bold;
  padding: 5px 15px;
  margin: 15px 5px 0 0;
}
@media (max-width: 919px) {
  .common .btn {
    padding: 0px 10px;
    margin: 12px 5px 0 0;
    font-size: 12px;
  }
}
.common .btn:hover {
  border: solid 1px #BFFF07;
  background-color: #BFFF07;
  color: #111111;
}
.common .news-hov:hover p {
  color: #BFFF07;
}
.common .btn-page {
  display: inline-block;
  border-radius: 999px;
  border: solid 1px #fff;
  color: #fff;
  padding: 3px 75px 3px 35px;
  font-family: presicav, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  position: relative;
}
@media (max-width: 919px) {
  .common .btn-page {
    padding: 3px 55px 3px 35px;
    font-weight: 700;
    font-size: 24px;
  }
}
.common .btn-page:hover {
  display: inline-block;
  border-radius: 999px;
  border: solid 1px #BFFF07;
  background-color: #BFFF07;
  color: #111111;
  padding: 3px 75px 3px 35px;
  font-family: presicav, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  position: relative;
}
@media (max-width: 919px) {
  .common .btn-page:hover {
    padding: 3px 55px 3px 35px;
    font-weight: 700;
    font-size: 24px;
  }
}
.common .btn-page::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ar-right.svg);
  background-size: 36px 36px;
  bottom: 16px;
  right: 22px;
  width: 36px;
  height: 36px;
}
@media (max-width: 919px) {
  .common .btn-page::after {
    background-size: 24px 24px;
    bottom: 12px;
    right: 17px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
  }
}
.common .btn-page:hover:after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ar-right-hov.svg);
  background-size: 36px 36px;
  bottom: 16px;
  right: 22px;
  width: 36px;
  height: 36px;
}
@media (max-width: 919px) {
  .common .btn-page:hover:after {
    background-size: 24px 24px;
    bottom: 12px;
    right: 17px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
  }
}
.common .btn-submit {
  width: auto;
  display: inline-block;
  border-radius: 999px;
  border: solid 1px #111;
  color: #111;
  padding: 3px 35px;
  font-family: roboto, sans-serif;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 919px) {
  .common .btn-submit {
    font-size: 18px;
  }
}
.common .btn-submit:hover {
  display: inline-block;
  border-radius: 999px;
  border: solid 1px #BFFF07;
  background-color: #BFFF07;
  color: #111111;
  padding: 3px 35px;
  font-family: roboto, sans-serif;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 919px) {
  .common .btn-submit:hover {
    font-size: 24px;
  }
}
.common .btn-submit::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ar-right.svg);
  background-size: 36px 36px;
  bottom: 16px;
  right: 22px;
  width: 36px;
  height: 36px;
}
@media (max-width: 919px) {
  .common .btn-submit::after {
    background-size: 24px 24px;
    bottom: 12px;
    right: 17px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
  }
}
.common .btn-submit:hover:after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ar-right-hov.svg);
  background-size: 36px 36px;
  bottom: 16px;
  right: 22px;
  width: 36px;
  height: 36px;
}
@media (max-width: 919px) {
  .common .btn-submit:hover:after {
    background-size: 24px 24px;
    bottom: 12px;
    right: 17px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
  }
}
.common .ff-roboto {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.common .c-white {
  color: #fff !important;
}
.common .c-black {
  color: #000 !important;
}
.common .bt-white {
  border-top: 1px solid #fff;
}
.common .border-white-anime {
  border-top: 1px solid #fff;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 1.2s ease-out;
}
.common .border-white-anime.visible {
  width: 100%;
}
.common .bb-white {
  border-bottom: 1px solid #fff;
}
.common .view-more {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: #333;
  text-align: right;
  font-size: 14px;
  color: #333;
}
@media (max-width: 919px) {
  .common .view-more {
    font-size: 13px;
  }
}
.common .view-more a {
  position: relative;
  display: inline-block;
  left: -60px;
}
@media (max-width: 919px) {
  .common .view-more a {
    left: -54px;
  }
}
.common .view-more a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -60px;
  width: 142px;
  height: 2px;
  background-color: #333;
  transition: width 0.3s;
}
@media (max-width: 919px) {
  .common .view-more a::before {
    width: 130px;
    right: -54px;
  }
}
.common .view-more a:hover::before {
  width: 0%;
}
.common .view-more a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -63px;
  width: 15px;
  height: 2px;
  background-color: #333;
  transform: rotate(43deg);
  transition: width 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 919px) {
  .common .view-more a::after {
    right: -56px;
  }
}
.common .view-more a:hover::after {
  width: 0%;
}
.common .view-more-white {
  color: #fff;
}
.common .view-more-white a::before {
  background-color: #fff;
}
.common .view-more-white a::after {
  background-color: #fff;
}
.common .view-list a::before {
  width: 130px;
}
@media (max-width: 919px) {
  .common .view-list a::before {
    width: 119px;
  }
}
.common .menu-hov:hover {
  color: #BFFF07;
}
.common .menu-soon {
  color: #7F7F7F;
  text-decoration: line-through;
}
.common .release-data {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: normal;
  padding-top: 20px;
}
@media (max-width: 919px) {
  .common .release-data {
    padding-top: 10px;
  }
}
@media (max-width: 919px) {
  .common .sm-c-white {
    color: #fff !important;
  }
  .common .data,
  .common .tag {
    color: #7F7F7F;
  }
}
.common .movies-box {
  width: 560px;
  height: 315px;
}
@media (max-width: 919px) {
  .common .movies-box {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.common .movies-box iframe {
  width: 100%;
  height: 100%;
}

#fv-logo {
  width: 100vw;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fv-logo #video-area {
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
#fv-logo #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.25;
}

#top {
  background-color: #111;
}
#top #fv {
  position: absolute;
  z-index: 99;
  top: 30px;
  right: 0;
}
#top .circle-cta {
  position: fixed;
  border-radius: 100%;
  box-sizing: border-box;
  background: url(../img/top/circle-cta.png);
  background-repeat: no-repeat;
  background-size: 120px 120px;
  animation: 14s linear infinite rotation;
  width: 120px;
  height: 120px;
  right: 15px;
  bottom: 15px;
  z-index: 10;
}
@media (max-width: 919px) {
  #top .circle-cta {
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#top h2 {
  font-family: presicav, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 919px) {
  #top h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 0.8;
  }
}
#top .obi {
  border-top: solid 1px #fff;
  padding: 0 32px;
  margin: 20px 32px;
}
@media (max-width: 919px) {
  #top .obi {
    margin: 10px 15px;
  }
}
#top .live {
  position: relative;
}
#top .live::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ar-live.svg);
  background-size: 108px 108px;
  width: 108px;
  height: 108px;
  background-repeat: no-repeat;
}
@media (max-width: 919px) {
  #top .live::after {
    display: none;
  }
}
#top .soon {
  text-align: right;
  font-size: 42px;
  font-family: roboto, sans-serif;
}
@media (max-width: 919px) {
  #top .soon {
    margin-top: 30px;
    font-size: 21px;
  }
}
@media (max-width: 919px) {
  #top .sm-ff-c {
    flex-flow: column;
  }
  #top .sm-img-rspsv {
    width: 100%;
  }
  #top .live-info {
    margin-top: 10px;
    order: 2;
  }
  #top .live-pic {
    margin-top: 20px;
    order: 1;
  }
}
#top .top-jacket {
  width: 50%;
}
@media (max-width: 919px) {
  #top .top-jacket {
    width: 100%;
  }
}
#top .release-info {
  color: #fff;
  font-family: roboto, sans-serif;
  font-weight: bold;
  margin-left: 90px;
}
#top .release-info .ttl {
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 919px) {
  #top .release-info .ttl {
    font-size: 28px;
    padding-top: 20px;
  }
}
#top .release-info .ttl .sub {
  font-size: 21px;
}
@media (max-width: 919px) {
  #top .release-info .ttl .sub {
    font-size: 16px;
  }
}
#top .release-info .data {
  font-size: 16px;
}
@media (max-width: 919px) {
  #top .release-info {
    margin-left: 0;
  }
}
#top .news_ticker1 {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  font-family: roboto, sans-serif;
  font-size: 18px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
}
@keyframes hscroll {
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(-100%);
  }
}
#top .news-data {
  width: 35%;
}
@media (max-width: 919px) {
  #top .news-data {
    width: 100%;
  }
}
#top .news-ttl {
  width: 30%;
}
@media (max-width: 919px) {
  #top .news-ttl {
    width: 100%;
  }
}
#top .live-ttl {
  width: 30%;
  text-align: right;
}
@media (max-width: 919px) {
  #top .live-ttl {
    width: 100%;
    text-align: left;
  }
}
#top .news-tag {
  width: 30%;
  text-align: right;
}
@media (max-width: 919px) {
  #top .news-tag {
    width: 100%;
    text-align: left;
  }
}
#top .news_ticker1 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  animation: hscroll 19s linear infinite;
}
#top .news_ticker1 li {
  display: inline-block;
}
#top .sec {
  margin: 80px 32px 120px;
}
@media (max-width: 919px) {
  #top .sec {
    margin: 120px 15px 60px;
  }
}
#top .ud {
  margin: 80px 32px 120px;
}
@media (max-width: 919px) {
  #top .ud {
    margin: 75px 15px 60px;
  }
}
#top .yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#top .yt-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .biography {
  color: #fff;
}
#top .biography dt {
  font-weight: bold;
  width: 110px;
}
#top .biography dd {
  width: calc(100% - 110px);
}
@media (max-width: 919px) {
  #top .biography dd {
    width: 100%;
  }
}
#top .biography .bt-gray {
  border-top: solid #282828 1px;
  padding: 12px 0;
}
#top .biography .bb-gray {
  border-bottom: solid #282828 1px;
  padding: 12px 0;
}
#top .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
}
#top .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#top .scroll-infinity__list-left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-45%);
  }
}
#top .sec-photo {
  margin: 80px 0 120px;
}
@media (max-width: 919px) {
  #top .sec-photo {
    margin: 60px 0 30px;
  }
}
#top .scroll-infinity__item {
  width: 320px;
  height: auto;
  margin: 0 10px;
}
#top .scroll-infinity__item img {
  width: 100%;
  height: auto;
}
@media (max-width: 919px) {
  #top .scroll-infinity__item {
    width: 45vw;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */