.header-logo {
  display: none;
}

.kv {
  position: relative;
}
.kv:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../img/top/kv_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.kv__inner {
  position: relative;
  z-index: 2;
}
.kv__header {
  position: absolute;
  top: 4.5rem;
  left: -10rem;
}
.kv__ttl {
  width: 77.7rem;
}
.kv__info {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  padding-left: 6rem;
}
.kv__copy {
  width: 12.2rem;
  position: absolute;
  top: 34.1rem;
  left: 18rem;
}
.kv__img {
  width: 85.2rem;
  padding-top: 5rem;
  margin-left: auto;
}
.kv__txt {
  width: 90rem;
  position: absolute;
  left: 3rem;
  top: 78rem;
}

@media screen and (max-width: 767px) {
  .kv:after {
    background: url(../img/top/kv_bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .kv__header {
    width: 35rem;
    top: 6.3rem;
    left: 2rem;
  }
  .kv__ttl {
    width: 100%;
  }
  .kv__info {
    font-size: 1.3rem;
    text-align: center;
    padding-left: 0;
  }
  .kv__copy {
    width: 7rem;
    top: 30.2rem;
    left: auto;
    right: 2.4rem;
  }
  .kv__img {
    width: 100%;
    padding-top: 16.4rem;
    margin-left: 0;
    padding-bottom: 19rem;
  }
  .kv__txt {
    width: 35rem;
    position: absolute;
    left: 2rem;
    top: 62rem;
  }
}
.direction {
  position: relative;
}
.direction:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #A40001;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.direction__inner {
  position: relative;
  z-index: 2;
  padding-top: 17.3rem;
  padding-bottom: 5.8rem;
  padding-left: 6.8rem;
  height: 31.8rem;
}
.direction__ttl {
  color: #E75304;
  opacity: 0.56;
  line-height: 1;
  font-size: 8rem;
  font-weight: 700;
  padding-bottom: 3rem;
  font-family: var(--serif);
}
.direction__txt {
  width: 42.5rem;
}
.direction__img01 {
  position: absolute;
  right: 27rem;
  bottom: 3rem;
  width: 38.2rem;
}
.direction__img02 {
  position: absolute;
  right: 2.8rem;
  bottom: -5.2rem;
  width: 24.2rem;
}

@media screen and (max-width: 767px) {
  .direction__inner {
    padding-top: 4.8rem;
    padding-bottom: 24.9rem;
    padding-left: 2rem;
    height: auto;
  }
  .direction__ttl {
    position: absolute;
    top: -4rem;
    left: 2rem;
    font-size: 6.1rem;
  }
  .direction__txt {
    width: 32.6rem;
  }
  .direction__img01 {
    right: auto;
    left: 2rem;
    bottom: auto;
    top: 15rem;
    width: 21.4rem;
  }
  .direction__img02 {
    right: 2rem;
    bottom: -2.6rem;
    width: 13.6rem;
  }
}
.news {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3rem;
  margin-top: -4rem;
}
.news__list li {
  width: calc(33.333% - 3rem);
  margin-left: 3rem;
  margin-top: 4rem;
  list-style: none;
}
.news__list li a time {
  display: block;
  margin: 1.8rem 0;
  font-size: 1.4rem;
  color: #E75F04;
}
.news__list li a p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.news__btn {
  margin-top: 11rem;
}

@media screen and (min-width: 768px) {
  .news__list li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news__list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
  .news__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .news__list {
    margin-left: 0;
    margin-top: -5rem;
  }
  .news__list li {
    width: 100%;
    margin-left: 0;
    margin-top: 5rem;
  }
  .news__list li a time {
    margin: 1.8rem 0 1rem;
    font-size: 1.4rem;
  }
  .news__btn {
    margin-top: 6.5rem;
  }
}
.story {
  padding-bottom: 12rem;
}
.story__ttl {
  width: 60rem;
  margin-bottom: 3.4rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.story__ttl.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.story__txt {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 700;
}
.story__txt span {
  color: #F9BB00;
}
.story__btn {
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .story {
    padding-bottom: 6rem;
  }
  .story__inner {
    padding-right: 1rem;
  }
  .story__ttl {
    width: 36rem;
    margin-bottom: 3rem;
  }
  .story__txt {
    padding-left: 2rem;
    padding-right: 3rem;
  }
  .story__btn {
    margin-top: 5rem;
  }
}
.cast {
  position: relative;
  padding-bottom: 16.5rem;
  overflow: hidden;
}
.cast__inner {
  position: relative;
  z-index: 2;
}
.cast__subttl {
  font-family: var(--serif);
  text-align: center;
  color: #FFC400;
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5.8rem;
}
.cast__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6rem;
}
.cast__item {
  margin-left: 6rem;
  width: calc(50% - 6rem);
  text-align: center;
}
.cast__item h4 {
  margin-bottom: 4rem;
  width: 100%;
  height: 7.2rem;
  border-radius: 2rem 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #225CAC;
}
.cast__item h4.is-pink {
  background: #C3006C;
}
.cast__item h4 img {
  width: 37.7rem;
}
.cast__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.8rem;
}
.cast__item ul li {
  width: calc(50% - 2.8rem);
  margin-left: 2.8rem;
}
.cast__role {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--serif);
  margin-top: 1.5rem;
}
.cast__name {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--serif);
}
.cast__btn {
  margin-top: 10rem;
}
.cast__bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 2rem;
  width: 131rem;
}

@media screen and (max-width: 767px) {
  .cast {
    padding-bottom: 7rem;
  }
  .cast__subttl {
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1.4375;
    margin-bottom: 4.4rem;
  }
  .cast__list {
    margin-left: 0;
  }
  .cast__item {
    margin-left: 0;
    width: 100%;
  }
  .cast__item h4 {
    margin-bottom: 3.2rem;
    height: 5.6rem;
  }
  .cast__item h4 img {
    width: 29.1rem;
  }
  .cast__item ul {
    margin-left: -2rem;
  }
  .cast__item ul li {
    width: calc(50% - 2rem);
    margin-left: 2rem;
  }
  .cast__item + .cast__item {
    margin-top: 4.5rem;
  }
  .cast__role {
    margin-top: 1rem;
  }
  .cast__name {
    line-height: 1.6;
  }
  .cast__btn {
    margin-top: 6rem;
  }
  .cast__bg {
    display: none;
  }
}
.message {
  position: relative;
  padding-bottom: 23.2rem;
}
.message:after {
  content: "";
  position: absolute;
  right: 0;
  top: 24rem;
  width: 99rem;
  height: 53rem;
  background: #F26600;
}
.message__inner {
  position: relative;
  z-index: 2;
}
.message__txt {
  width: 94.8rem;
  height: 57.4rem;
  background: url(../img/top/message_frame.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 10.4rem 11.4rem 10rem;
}
.message__txt p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
}
.message__txt p.name {
  text-align: right;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 13rem;
  }
  .message:after {
    right: 0;
    top: 19.4rem;
    width: 36rem;
    height: 78rem;
  }
  .message__inner {
    padding: 0 1rem;
  }
  .message__txt {
    width: 41.8rem;
    height: 86.25rem;
    background: url(../img/top/message_frame_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding: 5.7rem 5.5rem 6.6rem;
    margin-left: -2rem;
  }
  .message__txt p {
    font-size: 1.5rem;
  }
}
.past {
  position: relative;
  padding-bottom: 10rem;
}
.past:after {
  content: "";
  position: absolute;
  left: -30rem;
  top: 12rem;
  width: 111rem;
  height: 38rem;
  background: #A30100;
}
.past__inner {
  position: relative;
  z-index: 2;
}
.past__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.past__head {
  width: 27rem;
}
.past__body {
  width: 75rem;
  margin-left: auto;
}
.past__ttl {
  text-align: left;
}
.past__subttl {
  margin-top: 8.6rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
}
.past__subttl span {
  font-size: 2rem;
}
.past__txt {
  font-size: 1.6rem;
  line-height: 2;
}
.past__iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.past__iframe iframe {
  width: 100%;
  height: 100%;
}
.past__btn {
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .past {
    padding-bottom: 6rem;
  }
  .past:after {
    left: 0;
    top: 10rem;
    width: 35rem;
    height: 34rem;
  }
  .past__inner {
    padding: 0 1rem;
  }
  .past__content {
    display: block;
  }
  .past__head {
    width: 100%;
  }
  .past__body {
    width: 100%;
    margin-left: auto;
  }
  .past__ttl {
    text-align: center;
    margin-bottom: 4rem;
  }
  .past__subttl {
    padding: 0 2rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
  .past__txt {
    padding: 0 2rem;
  }
  .past__btn {
    margin-top: 4rem;
  }
}