@charset "UTF-8";

@font-face {
  font-weight: 200;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"),
    url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Black.woff") format("woff"),
    url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
}

@import url(./reset.css);

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  letter-spacing: 0.1em;
  font-family: "Noto Sans CJK JP";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: "Effra Heavy";
  src: url("../fonts/Effra Heavy.woff") format("woff"),
    url("../fonts/Effra Heavy.ttf") format("truetype");
}

body.red {
  background-color: #e2041b;
}

body.red .on {
  border: 2px solid #e2041b;
}

body.red .header--num:hover {
  background-color: #fff;
  color: #e2041b;
  opacity: 1;
}

body.red .header--num:hover.on {
  background-color: #000;
  color: #fff;
}

body.yellow {
  background-color: #ffde2f;
}

body.yellow .on {
  border: 2px solid #ffde2f;
}

body.yellow .header--num:hover {
  background-color: #fff;
  color: #ffde2f;
  opacity: 1;
}

body.yellow .header--num:hover.on {
  background-color: #000;
  color: #fff;
}

body.blue {
  background-color: #2d94f0;
}

body.blue .on {
  border: 2px solid #2d94f0;
}

body.blue .header--num:hover {
  background-color: #fff;
  color: #2d94f0;
  opacity: 1;
}

body.blue .header--num:hover.on {
  background-color: #000;
  color: #fff;
}

body.green {
  background-color: #3dba98;
}

body.green .on {
  border: 2px solid #3dba98;
}

body.green .header--num:hover {
  background-color: #fff;
  color: #3dba98;
  opacity: 1;
}

body.green .header--num:hover.on {
  background-color: #000;
  color: #fff;
}

body.purple {
  background-color: #675aa9;
}

body.purple .on {
  border: 2px solid #675aa9;
}

body.purple .header--num:hover {
  background-color: #fff;
  color: #675aa9;
  opacity: 1;
}

body.purple .header--num:hover.on {
  background-color: #000;
  color: #fff;
}

.bg {
  position: relative;
  z-index: -1;
  overflow: hidden;
  margin-bottom: -1540px;
  width: 100%;
  height: 1540px;
}

.bg--bar {
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: #000;
}

.bg--tri {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 723px 723px 0 0;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .bg--tri {
    border-width: 440px 440px 0 0;
  }
}

.bg--music {
  position: absolute;
  top: 690px;
  left: -20px;
  width: 8vw;
}

@media screen and (max-width: 1400px) {
  .bg--music {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .bg--music {
    top: 470px;
    width: 180px;
  }
}

.bg--music > img {
  width: 100%;
}

.bg--star {
  position: absolute;
  top: -80px;
  right: -210px;
}

@media screen and (max-width: 768px) {
  .bg--star {
    top: 150px;
    right: -110px;
    width: 300px;
  }

  .bg--star > img {
    width: 100%;
  }
}

.bg--star > img {
  width: 100%;
}

.wrapper {
  z-index: 100;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1400px) {
  .wrapper {
    margin-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    margin-left: 0;
    padding: 0 60px 0 80px;
    width: 100%;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .header {
    align-items: flex-start;
    margin-bottom: 35px;
  }
}

.header--logo {
  margin-left: -80px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .header--logo {
    margin-left: -40px;
    width: 315px;
  }
}

.header--logo > img {
  width: 100%;
}

.header--num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  font-family: "Effra Heavy";
  transition: 0.5s;
}

.header--num:hover {
  opacity: 0.8;
}

.header--num.on {
  border: none;
  background-color: black;
}

.header--num.on:hover {
  opacity: 1;
}

.header--num__wrapper {
  display: flex;
}

@media screen and (max-width: 768px) {
  .header--num__wrapper {
    margin-top: 10px;
  }
}

.header--num__wrapper > a {
  margin-left: 15px;
}

p.black-bg {
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.main--tit {
  display: flex;
  margin-bottom: 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main--tit {
    flex-direction: column;
  }
}

.main--tit__text {
  display: inline-flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .main--tit__text {
    display: block;
  }
}

.main--tit__small {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .main--tit__small {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.main--tit__small [data-ruby] {
  position: relative;
  font-weight: bold;
}

.main--tit__small [data-ruby]::before {
  position: absolute;
  top: -1.3em;
  right: 0;
  left: -10px;
  margin: auto;
  width: 70px;
  content: attr(data-ruby);
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .main--tit__small [data-ruby]::before {
    top: -1.5em;
    left: 0;
    transform: scale(1.2);
  }
}

.main--tit__copy {
  font-weight: bold;
  font-size: 32px;
}

.main--tit__copy [data-ruby] {
  position: relative;
  font-weight: bold;
}

.main--tit__copy [data-ruby]::before {
  position: absolute;
  top: -1.4em;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  content: attr(data-ruby);
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .main--tit__copy {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

.main--tit__date {
  display: inline-flex;
  padding: 0 8px;
  font-weight: bold;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .main--tit__date {
    margin-bottom: 40px;
  }
}

.main--tit__date > span {
  margin: 0 10px;
  font-weight: bold;
  font-size: 22px;
}

.main--tit__caption {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .main--tit__caption {
    margin-bottom: 45px;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .main--tit__caption .sp-none {
    display: none;
  }
}

.main--tit__caption [data-ruby] {
  position: relative;
  font-weight: bold;
}

.main--tit__caption [data-ruby]::before {
  position: absolute;
  top: -1.3em;
  right: 0;
  left: -10px;
  margin: auto;
  width: 70px;
  content: attr(data-ruby);
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .main--tit__caption [data-ruby]::before {
    top: -1.5em;
    left: 0;
    width: 90px;
    transform: scale(1.2);
  }
}

.main--tit__caption [data-soul] {
  position: relative;
  font-weight: bold;
}

.main--tit__caption [data-soul]::before {
  position: absolute;
  top: -1.3em;
  right: 0;
  left: -10px;
  margin: auto;
  width: 91px;
  content: attr(data-soul);
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .main--tit__caption [data-soul]::before {
    top: -1.5em;
    left: 0;
    width: 110px;
    transform: scale(1.2);
  }
}

.main--tit__data {
  color: #000;
  font-size: 14px;
}

.main--tit__data span {
  display: flex;
  align-items: center;
  font-size: 0.8em;
}

.main--tit__data span > span {
  font-size: 1.5em;
}

@media screen and (max-width: 768px) {
  .main--tit__data {
    font-size: 24px;
  }

  .main--tit__data span {
    display: inline;
    font-size: 18px;
  }
}

.main--jacket {
  display: flex;
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  .main--jacket {
    margin-right: 0;
    margin-bottom: 70px;
  }
}

.main--jacket__music {
  margin-right: 40px;
  margin-left: -80px;
  width: 45px;
}

@media screen and (max-width: 768px) {
  .main--jacket__music {
    margin-right: 20px;
    margin-left: -55px;
    width: 35px;
  }
}

.main--jacket__music > img {
  width: 100%;
}

.main--jacket__img {
  width: 450px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .main--jacket__img {
    width: 100%;
  }
}

.main--jacket__img > img {
  width: 100%;
}

.main--track {
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main--track {
    display: block;
  }
}

.main--track__inner {
  margin-bottom: 42px;
}

.main--track__inner:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .main--track__inner:last-child {
    margin-bottom: 42px;
  }
}

.main--track__l {
  padding-right: 14px;
  width: 50%;
  border-right: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .main--track__l {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }
}

.main--track__r {
  padding-left: 14px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .main--track__r {
    padding-left: 0;
    width: 100%;
  }
}

.main--track__heading {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 4px;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .main--track__heading {
    font-size: 22px;
  }
}

.main--track__tit {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .main--track__tit {
    font-size: 28px;
  }
}

.main--track__tit:last-of-type {
  margin-bottom: 0;
}

.main--track__cast {
  margin-bottom: 30px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .main--track__cast {
    font-size: 24px;
  }
}

.main--movie {
  margin-bottom: 80px;
}

.main--movie__wrapper {
  display: flex;
}

.main--movie__play {
  margin-right: 44px;
  max-width: 573px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .main--movie__play {
    max-width: unset;
    width: 100%;
  }
}

.main--movie__play:last-child {
  margin-right: 0;
}

.main--movie__heading {
  display: block;
  margin-bottom: 40px;
  padding: 8px;
  width: 100%;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .main--movie__heading {
    font-size: 28px;
  }
}

.main--movie__thum {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .main--movie__thum {
    width: 100%;
  }
}

.main--movie__thum:hover {
  opacity: 0.8;
}

.main--movie__thum > img {
  width: 100%;
}

.main--movie__thum > img.btn {
  position: absolute;
  width: 14%;
}

.main--item__heading {
  display: block;
  margin-bottom: 40px;
  padding: 8px;
  width: 100%;
  font-size: 22px;
}
.main--item__heading > span {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
  .main--item__heading {
    font-size: 28px;
  }
    .main--item__heading > span {
        font-size: 14px;
    }
}

.main--item__caption {
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .main--item__caption {
    font-size: 24px;
  }
}

.main--item__another {
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 6px;
  border-bottom: 5px solid #000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.5s;
}

.main--item__another:hover {
  opacity: 0.8;
}

.main--item__another > img {
  margin-left: 5px;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .main--item__another {
    font-size: 28px;
  }

  .main--item__another > img {
    margin-left: 8px;
    width: 20px;
  }
}

.main--item__shop {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .main--item__shop {
    font-size: 28px;
  }
}

.main--item__wrapper {
  display: flex;
}

@media screen and (max-width: 768px) {
  .main--item__wrapper {
    display: block;
  }
}

.main--item__inner {
  margin-right: 44px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .main--item__inner {
    margin-right: 0;
    margin-bottom: 60px;
    width: 100%;
  }
}

.main--item__inner:last-child {
  margin-right: 0;
}

.main--item__thum {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .main--item__thum {
    width: 100%;
  }
}

.main--item__thum > .main--item__thum__plus {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 40px;
}

.main--item__thum:hover {
  opacity: 0.8;
}

.main--item__thum > img {
  width: 100%;
}

.main--item__thum.none:hover {
  opacity: 1;
}

.main--item__link__text {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .main--item__link__text {
    display: block;
    padding: 28px;
    text-align: center;
    font-size: 26px;
  }
}

.main--item__link__text:hover .main--item__link__bg {
  transform: translateX(20%) translateY(-86%) rotate(-44deg);
}

.main--item__link__text:hover .main--item__link__t {
  color: #000;
  transition: 1.5s;
}

.main--item__link__tri {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 24px 24px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.main--item__link__t {
  position: relative;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.main--item__link__t > img {
  padding-left: 12px;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .main--item__link__t > img {
    width: 25px;
  }
}

.main--item__link__bg {
  position: absolute;
  z-index: 10;
  width: 150%;
  height: 1000%;
  background-color: #fff;
  transition: 0.5s;
  transform: translateX(-64%) translateY(-86%) rotate(-44deg);
  transform-origin: right bottom;
}

@media screen and (max-width: 768px) {
  .main--item__link__bg {
    display: none;
  }
}

.main--item__name {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 22px;
}
.main--item__name2 {
    margin-top: 122px;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
  .main--item__name {
    font-size: 28px;
  }
    .main--item__name2 {
        font-size: 28px;
        margin-top: 34px;
    }
}

.main--item__title {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .main--item__title {
    font-size: 26px;
  }
}

.main--item__title.cast {
  margin-bottom: 0;
}

.main--item [data-ruby] {
  position: relative;
  font-weight: bold;
}

.main--item [data-ruby]::before {
  position: absolute;
  top: -1.3em;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  content: attr(data-ruby);
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .main--item [data-ruby]::before {
    top: -1.5em;
    left: 35px;
    width: 90px;
    transform: scale(1.2);
  }
}

.main--item__cast {
  margin-bottom: 28px;
  font-size: 16px;

}

@media screen and (max-width: 768px) {
  .main--item__cast {
    font-size: 24px;
  }
}

.main--item__cast > span {
  font-size: 12px;
  line-height: 4;
}

@media screen and (max-width: 768px) {
  .main--item__cast > span {
    font-size: 24px;
    line-height: 1.8;
  }
}

.main--story {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .main--story {
    margin-bottom: 100px;
  }
}

.main--story__heading {
  display: block;
  margin-bottom: 40px;
  padding: 8px;
  width: 100%;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .main--story__heading {
    font-size: 28px;
  }
}

.main--story__text {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .main--story__text {
    font-size: 26px;
  }
}

.main--story__text [data-ruby] {
  position: relative;
}

.main--story__text [data-ruby]::before {
  position: absolute;
  top: -1.3em;
  right: 0;
  left: -1em;
  margin: auto;
  width: 100px;
  content: attr(data-ruby);
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .main--story__text [data-ruby]::before {
    top: -1.5em;
    left: 13px;
    width: 120px;
    transform: scale(1.2);
  }
}

.main--story__text [data-hei] {
  position: relative;
}

.main--story__text [data-hei]::before {
  position: absolute;
  top: -1.3em;
  right: 0;
  left: -1.4em;
  margin: auto;
  width: 100px;
  content: attr(data-hei);
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .main--story__text [data-hei]::before {
    left: 0;
    width: 120px;
    transform: scale(1.2);
  }
}

.main--story__text [data-pa] {
  position: relative;
}

.main--story__text [data-pa]::before {
  position: absolute;
  top: -1.3em;
  right: 0;
  left: -1em;
  margin: auto;
  width: 100px;
  content: attr(data-pa);
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .main--story__text [data-pa]::before {
    top: -1.5em;
    left: 10px;
    width: 120px;
    transform: scale(1.2);
  }
}

.main--staff {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .main--staff {
    margin-bottom: 100px;
  }
}

.main--staff__heading {
  display: block;
  margin-bottom: 40px;
  padding: 8px;
  width: 100%;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .main--staff__heading {
    font-size: 28px;
  }
}

.main--staff__wrapper {
  display: flex;
}

@media screen and (max-width: 768px) {
  .main--staff__wrapper {
    display: block;
  }
}

.main--staff__inner {
  margin-right: 120px;
}

@media screen and (max-width: 768px) {
  .main--staff__inner {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}

.main--staff__tit {
  font-weight: 900;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .main--staff__tit {
    font-size: 28px;
  }
}

.main--staff__text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .main--staff__text {
    font-size: 24px;
  }
}

.footer {
  padding: 40px 0 44px;
  background-color: #000;
}

.footer--wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer--wrapper {
    align-items: center;
    flex-direction: column;
  }
}

.footer--text {
  display: flex;
  align-items: flex-end;
  margin-right: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .footer--text {
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.footer--text > img {
  margin-right: 4px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .footer--text > img {
    margin: 0;
    margin-right: 10px;
  }
}

.footer--copy {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .footer--copy {
    font-size: 20px;
  }
}
