@charset "UTF-8";
html:not(.gsap-ready) {
  opacity: 0;
  overflow: hidden;
}

/* common
---------------------------------------- */
.p-top {
  position: relative;
}
.p-top__header {
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-top__header {
    margin-bottom: 4.5rem;
  }
}
.p-top__header::after {
  display: block;
  width: 100%;
  height: 4.3rem;
  background: url(../images/common/bg_border.png) repeat-x left top/auto 100%;
  content: "";
}

/* bg
---------------------------------------- */
body {
  background: #b31c34;
}

.p-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.p-top-bg__left, .p-top-bg__right {
  position: absolute;
  width: 45rem;
  height: 129rem;
  margin-top: 10000px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-bg__left, .p-top-bg__right {
    margin-top: 7500px;
    width: 15rem;
    height: 86rem;
  }
}
.p-top-bg__left {
  left: 0;
  background: url(../images/common/bg_pattern-01.png) no-repeat left top/100% auto;
}
.p-top-bg__left--01 {
  top: 30rem;
}
.p-top-bg__left--02 {
  top: 240rem;
}
.p-top-bg__left--03 {
  top: 485rem;
}
@media screen and (max-width: 767px) {
  .p-top-bg__left--01 {
    top: 55rem;
  }
  .p-top-bg__left--02 {
    top: 229rem;
  }
  .p-top-bg__left--03 {
    top: 439rem;
  }
}
.p-top-bg__right {
  right: 0;
  background: url(../images/common/bg_pattern-02.png) no-repeat left top/100% auto;
}
.p-top-bg__right--01 {
  top: -58rem;
}
.p-top-bg__right--02 {
  top: 112rem;
}
.p-top-bg__right--03 {
  top: 366rem;
}
@media screen and (max-width: 767px) {
  .p-top-bg__right--01 {
    top: -22.5rem;
    width: 21rem;
    height: 120rem;
  }
  .p-top-bg__right--02 {
    top: 284.5rem;
  }
  .p-top-bg__right--03 {
    top: 407rem;
  }
  .p-top-bg__right--04 {
    top: 465rem;
  }
}

.p-top-connect::before,
.p-top-movie::before,
.p-top-movie::after,
.p-top-cm::before,
.p-top-cm::after {
  position: absolute;
  display: block;
  pointer-events: none;
  width: 45rem;
  height: 129rem;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-connect::before,
  .p-top-movie::before,
  .p-top-movie::after,
  .p-top-cm::before,
  .p-top-cm::after {
    width: 15rem;
    height: 42.5rem;
  }
}

.p-top-connect::before,
.p-top-movie::after,
.p-top-cm::after {
  right: 0;
  background: url(../images/common/bg_pattern-02.png) no-repeat left top/100% auto;
}

.p-top-movie::before,
.p-top-cm::before {
  left: 0;
  background: url(../images/common/bg_pattern-01.png) no-repeat left top/100% auto;
}

.p-top-connect::before {
  top: -61rem;
}
@media screen and (max-width: 767px) {
  .p-top-connect::before {
    top: -13rem;
    right: auto;
    left: 0;
    background: url(../images/common/bg_pattern-01.png) no-repeat left top/100% auto;
  }
}

.p-top-movie::before {
  top: 21rem;
}
@media screen and (max-width: 767px) {
  .p-top-movie::before {
    top: 39rem;
  }
}

.p-top-movie::after {
  bottom: -112rem;
}
@media screen and (max-width: 767px) {
  .p-top-movie::after {
    top: 0;
    bottom: auto;
  }
}

.p-top-cm::before {
  top: 20rem;
}
@media screen and (min-width: 768px) {
  .p-top-cm::before {
    display: none;
  }
}

.p-top-cm::after {
  top: -20rem;
}
@media screen and (min-width: 768px) {
  .p-top-cm::after {
    display: none;
  }
}

/* mv
---------------------------------------- */
.p-top-sticky {
  height: 10000px;
}

@media screen and (max-width: 767px) {
  .p-top-sticky {
    height: 7500px;
  }
}
.gsap-ready .p-top-sticky__scroll {
  opacity: 1;
}

.p-top-sticky__scroll {
  position: fixed;
  left: 50%;
  bottom: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #b31c34;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-sticky__scroll {
    bottom: 15px;
  }
}
.p-top-sticky__scroll.is-hide {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(1%) scale(0.98);
          transform: translateX(-50%) translateY(1%) scale(0.98);
  pointer-events: none;
  z-index: -1;
}
.p-top-sticky__scroll::after {
  display: block;
  width: 2px;
  height: 160px;
  margin: 10px auto 0 auto;
  background-color: #b31c34;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-sticky__scroll::after {
    margin-top: 5px;
    height: 80px;
  }
}
.p-top-sticky__scroll-text {
  line-height: 1;
}
.p-top-sticky__scroll-stick, .p-top-sticky__scroll-puck {
  -webkit-transition: bottom 0.4s ease-out;
  transition: bottom 0.4s ease-out;
  position: absolute;
}
.p-top-sticky__scroll-stick {
  right: -20px;
  bottom: 145px;
  width: 56px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-sticky__scroll-stick {
    width: 44px;
    right: -10px;
    bottom: 67px;
  }
}
.p-top-sticky__scroll-stick.is-moved {
  bottom: 132px;
}
.p-top-sticky__scroll-puck {
  left: 50%;
  bottom: 120px;
  width: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-sticky__scroll-puck {
    width: 14px;
    bottom: 50px;
  }
}
.p-top-sticky__scroll-puck.is-moved {
  bottom: 10px;
}

.p-top-mv {
  width: 100%;
  height: 100vh;
  overflow-y: clip;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
}
.p-top-mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__section {
  margin-top: -15rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__section {
    margin-top: 0;
  }
}
.p-top-mv__logo {
  margin-bottom: 4rem;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.p-top-mv__logo img {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__logo img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__logo {
    width: 11rem;
    margin: 0 auto 4rem auto;
  }
}
.p-top-mv__logo.is-hide {
  opacity: 0;
  -webkit-transform: translateY(1%) scale(0.98);
          transform: translateY(1%) scale(0.98);
}
.p-top-mv__cross {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-mv__cross {
    width: 16.8rem;
  }
}
.p-top-mv__cross.is-hide {
  opacity: 0;
  -webkit-transform: translateY(1%) scale(0.98);
          transform: translateY(1%) scale(0.98);
}

/* イントロ セクション
===============================*/
.p-top-intro {
  width: 100%;
  height: 100vh;
  background-color: rgba(35, 40, 44, 0.8);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-top-intro__box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-intro__logo {
  width: 76rem;
  margin: 0 auto 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-intro__logo {
    width: 31.3rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top-intro__logo {
    width: 29rem;
    margin-bottom: 3rem;
  }
}
.p-top-intro__copy-text {
  display: block;
  opacity: 0;
  margin: 0 auto 2.3rem auto;
  -webkit-transform: translateY(1%) scale(0.98);
          transform: translateY(1%) scale(0.98);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-intro__copy-text {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top-intro__copy-text {
    margin-bottom: 1.25rem;
  }
}
.p-top-intro__copy-text.is-active {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
}
.p-top-intro__copy-text--01 {
  width: 496px;
}
.p-top-intro__copy-text--02 {
  width: 337px;
}
.p-top-intro__copy-text--03 {
  width: 704px;
}
.p-top-intro__copy-text--04 {
  width: 778px;
}
.p-top-intro__copy-text--05 {
  width: 301px;
}
.p-top-intro__copy-text--06 {
  width: 537px;
}
.p-top-intro__copy-text--07 {
  width: 612px;
}
.p-top-intro__copy-text--08 {
  width: 556px;
}
.p-top-intro__copy-text--09 {
  width: 316px;
  margin-bottom: 5rem;
}
.p-top-intro__copy-text--10 {
  width: 151px;
  margin-bottom: 0;
}
.p-top-intro__copy-text--sp-01 {
  width: 23.6rem;
}
.p-top-intro__copy-text--sp-02 {
  width: 14.8rem;
}
.p-top-intro__copy-text--sp-03 {
  width: 26.2rem;
}
.p-top-intro__copy-text--sp-04 {
  width: 31.2rem;
}
.p-top-intro__copy-text--sp-05 {
  width: 23.4rem;
}
.p-top-intro__copy-text--sp-06 {
  width: 22.7rem;
}
.p-top-intro__copy-text--sp-07 {
  width: 12rem;
}
.p-top-intro__copy-text--sp-08 {
  width: 24.7rem;
}
.p-top-intro__copy-text--sp-09 {
  width: 23.4rem;
}
.p-top-intro__copy-text--sp-10 {
  width: 26.1rem;
}
.p-top-intro__copy-text--sp-11 {
  width: 14.7rem;
}
.p-top-intro__copy-text--sp-12 {
  width: 29rem;
}
.p-top-intro__copy-text--sp-13 {
  width: 17.5rem;
}
.p-top-intro__copy-text--sp-14 {
  width: 23.3rem;
}
.p-top-intro__copy-text--sp-15 {
  width: 27.6rem;
}
.p-top-intro__copy-text--sp-16 {
  width: 16.2rem;
  margin-bottom: 3rem;
}
.p-top-intro__copy-text--sp-17 {
  width: 10.1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 375px) {
  .p-top-intro__copy-text--sp-01 {
    width: 22.4rem;
  }
  .p-top-intro__copy-text--sp-02 {
    width: 13.6rem;
  }
  .p-top-intro__copy-text--sp-03 {
    width: 25rem;
  }
  .p-top-intro__copy-text--sp-04 {
    width: 30rem;
  }
  .p-top-intro__copy-text--sp-05 {
    width: 22.2rem;
  }
  .p-top-intro__copy-text--sp-06 {
    width: 21.5rem;
  }
  .p-top-intro__copy-text--sp-07 {
    width: 11.8rem;
  }
  .p-top-intro__copy-text--sp-08 {
    width: 23.5rem;
  }
  .p-top-intro__copy-text--sp-09 {
    width: 22.2rem;
  }
  .p-top-intro__copy-text--sp-10 {
    width: 25.9rem;
  }
  .p-top-intro__copy-text--sp-11 {
    width: 13.5rem;
  }
  .p-top-intro__copy-text--sp-12 {
    width: 28.8rem;
  }
  .p-top-intro__copy-text--sp-13 {
    width: 16.3rem;
  }
  .p-top-intro__copy-text--sp-14 {
    width: 22.1rem;
  }
  .p-top-intro__copy-text--sp-15 {
    width: 26.4rem;
  }
  .p-top-intro__copy-text--sp-16 {
    width: 15rem;
    margin-bottom: 2.5rem;
  }
  .p-top-intro__copy-text--sp-17 {
    width: 9.1rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-intro {
    height: 110vh;
  }
}
@media screen and (max-width: 800px) {
  .sec-intro .intro-box {
    width: 100%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}
.ST-slide-in-wrap, .p-top-intro__logo {
  overflow: hidden;
  -webkit-transform: translateX(-125%);
          transform: translateX(-125%);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ST-slide-in-wrap-active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 1s;
  transition: 1s;
}

.ST-slide-in, .p-top-intro__logo-image {
  opacity: 1;
  -webkit-transform: translateX(125%);
          transform: translateX(125%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.ST-slide-in-active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 1s;
  transition: 1s;
}

/* news
---------------------------------------- */
.p-top-news {
  position: relative;
  margin-bottom: 20rem;
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    margin-bottom: 9rem;
    padding-top: 10rem;
  }
}
.p-top-news::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: block;
  width: 100%;
  height: 4.3rem;
  background: url(../images/common/bg_border.png) repeat-x left top/auto 100%;
  content: "";
}
.p-top-news__title {
  margin-bottom: 3rem;
  color: #fff;
  line-height: 1.6;
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.p-top-news__title::after {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  font-family: "Jost", sans-serif;
  content: attr(data-en);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news__title::after {
    color: #f6ab00;
    font-size: 1.6rem;
  }
}
.p-top-news__list {
  max-width: 86rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    padding: 0 1rem;
  }
}
.p-top-news__list::before {
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c9caca), color-stop(80%, #c9caca), color-stop(80%, #f6ab00), to(#f6ab00));
  background: linear-gradient(to right, #c9caca 0%, #c9caca 80%, #f6ab00 80%, #f6ab00 100%);
  content: "";
}
.p-top-news__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  padding: 2.7rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    display: block;
    padding: 3rem 3.5rem;
  }
}
.p-top-news__item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c9caca), color-stop(80%, #c9caca), color-stop(80%, #f6ab00), to(#f6ab00));
  background: linear-gradient(to right, #c9caca 0%, #c9caca 80%, #f6ab00 80%, #f6ab00 100%);
  content: "";
}
.p-top-news__item-date {
  width: 17rem;
  color: #f6ab00;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-date {
    width: auto;
    font-size: 1.3rem;
  }
}
.p-top-news__item-title {
  flex: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-title br {
    display: none;
  }
}

/* about
---------------------------------------- */
.p-top-about {
  margin-bottom: 22rem;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    margin-bottom: 10rem;
  }
}
.p-top-about__title {
  width: 74.5rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__title {
    width: 21.4rem;
    margin-left: -0.4rem;
    margin-bottom: 0.2rem;
  }
}

.p-top-about-section__content {
  width: 60.5rem;
  padding: 10.8rem 16rem 13rem 8rem;
  background-position: left -14rem bottom -12rem, right -13rem top -12rem;
  background-size: 28rem auto, 27rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__content {
    width: 100%;
    padding: 3rem 2.5rem;
  }
}
.p-top-about-section__image {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__image {
    position: static;
  }
}
.p-top-about-section__image--01 {
  right: -55rem;
  top: 9rem;
  width: 63.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__image--01 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-top-about-section__image--02 {
  top: 24rem;
  left: -52rem;
  width: 60.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__image--02 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-top-about-section__image--03 {
  top: -23.5rem;
  left: -52rem;
  width: 59.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__image--03 {
    width: 100%;
    margin: 1.5rem 0 1rem 0;
  }
}
.p-top-about-section__note {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.95rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__note {
    color: #231815;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-top-about-section__title {
  margin-bottom: 1.4rem;
  color: #b31c34;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__title {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}
.p-top-about-section__title::after {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: "Jost", sans-serif;
  content: attr(data-en);
}
@media screen and (max-width: 767px) {
  .p-top-about-section__title::after {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #f6ab00;
  }
}
.p-top-about-section__text {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__text {
    font-size: 1.3rem;
  }
}
.p-top-about-section__more {
  margin-top: 1.7rem;
}
.p-top-about-section__more a {
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section__more a {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-top-about-section:nth-of-type(1) {
  margin-bottom: 24rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section:nth-of-type(1) {
    margin-bottom: 3.5rem;
  }
}
.p-top-about-section:nth-of-type(2) {
  padding-top: 24rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section:nth-of-type(2) {
    padding-top: 0;
  }
}
.p-top-about-section:nth-of-type(2) .p-top-about-section__content {
  width: 66rem;
  padding: 10.5rem 7rem 10rem 14.5rem;
  margin-left: auto;
  background-position: left -6rem bottom -10rem, right -10rem top -6rem;
  background-size: 26rem auto, 27rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-about-section:nth-of-type(2) .p-top-about-section__content {
    width: 100%;
    padding: 3rem 2.5rem;
  }
}
.p-top-about-section:nth-of-type(2) .p-top-about-section__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section:nth-of-type(2) .p-top-about-section__title {
    margin-bottom: 1rem;
  }
}
.p-top-about-section:nth-of-type(2) .p-top-about-section__text {
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-top-about-section:nth-of-type(2) .p-top-about-section__text {
    line-height: 1.6;
  }
}
.p-top-about-section:nth-of-type(2) .p-top-about-section__text:first-of-type {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-section:nth-of-type(2) .p-top-about-section__text:first-of-type {
    margin-bottom: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-top-about-section:nth-of-type(2) .p-top-about-section__text + .p-top-about-section__note {
  margin-top: 1rem;
}

/* familiar
---------------------------------------- */
.p-top-familiar__header {
  margin-bottom: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-familiar__header {
    margin-bottom: 3rem;
  }
}
.p-top-familiar__title {
  width: 99.5rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-familiar__title {
    width: 28.3rem;
    margin-left: -0.3rem;
    margin-bottom: -0.3rem;
  }
}

/* project
---------------------------------------- */
.p-top-project {
  margin-bottom: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-project {
    margin-bottom: 10rem;
  }
}
.p-top-project__intro {
  margin-bottom: 10rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-project__intro {
    margin-bottom: 5rem;
  }
}
.p-top-project__intro-title {
  margin-bottom: 2.5rem;
  padding-bottom: 2.2rem;
  line-height: 1.525;
  font-size: 4rem;
  font-weight: 900;
  border-bottom: 1px solid #f6ab00;
}
@media screen and (max-width: 767px) {
  .p-top-project__intro-title {
    padding-bottom: 0;
    font-size: 1.8rem;
    border: none;
  }
}
.p-top-project__intro-text {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-project__intro-text {
    font-size: 1.3rem;
    line-height: 1.85;
  }
}
.p-top-project__concept {
  margin-bottom: 9.5rem;
  padding: 9rem 4.5rem 6rem 8rem;
  background-position: left -22rem top -17rem, right -20rem bottom -15rem;
  background-size: 42rem, 43rem;
}
@media screen and (max-width: 767px) {
  .p-top-project__concept {
    margin-bottom: 6rem;
    padding: 3rem 2.5rem;
    font-size: 1.3rem;
  }
}
.p-top-project__concept-title {
  margin-bottom: 2rem;
  color: #b31c34;
  line-height: 1.6;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.p-top-project__concept-title::after {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: "Jost", sans-serif;
  content: attr(data-en);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-title::after {
    color: #f6ab00;
    font-size: 1.4rem;
  }
}
.p-top-project__concept-box {
  position: relative;
  padding-right: 60.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-box {
    padding-right: 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-description {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-top-project__concept-image {
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 57.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-image {
    position: static;
    width: 100%;
    margin-top: 3rem;
  }
}
.p-top-project__concept-subtitle {
  margin: 2rem 0 0.5rem 0;
  color: #b31c34;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-subtitle {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-top-project__concept-subtitle::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#b31c34), color-stop(75%, #b31c34), color-stop(75%, #f6ab00), to(#f6ab00));
  background: linear-gradient(to right, #b31c34 0%, #b31c34 75%, #f6ab00 75%, #f6ab00 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-subtitle::after {
    background: -webkit-gradient(linear, left top, right top, from(#f6ab00), color-stop(80%, #f6ab00), color-stop(80%, #b31c34), to(#b31c34));
    background: linear-gradient(to right, #f6ab00 0%, #f6ab00 80%, #b31c34 80%, #b31c34 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-top-project__concept-note {
  margin-top: 1.5rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-project__concept-note {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}
.p-top-project__profile {
  display: flex;
  gap: 3rem;
  max-width: 102rem;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-project__profile {
    display: block;
    padding: 0 2.5rem;
  }
}
.p-top-project__profile-image {
  width: 27.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-project__profile-image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-top-project__profile-content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-project__profile-content {
    padding-left: 0.5rem;
  }
}
.p-top-project__profile-position {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-top-project__profile-position {
    font-size: 1.18rem;
    line-height: 1.8;
  }
}
.p-top-project__profile-name {
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-project__profile-name {
    font-size: 2.25rem;
  }
}
.p-top-project__profile-name small {
  display: inline-block;
  margin-left: 0.7rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-project__profile-name small {
    color: #f6ab00;
  }
}
.p-top-project__profile-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-top-project__profile-text {
    font-size: 1.35rem;
    line-height: 1.55;
  }
}

/* event
---------------------------------------- */
.p-top-event {
  margin-bottom: 24.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-event {
    margin-bottom: 10.5rem;
  }
}
.p-top-event__title {
  margin-bottom: 9.5rem;
  color: #fff;
  line-height: 1.6;
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-event__title {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-top-event__title::after {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  content: attr(data-en);
}
@media screen and (max-width: 767px) {
  .p-top-event__title::after {
    color: #f6ab00;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-event .c-article-list__item:nth-child(n+5) {
    display: none;
  }
}
.p-top-event__more {
  margin-top: 4.5rem;
}
.p-top-event__more a {
  width: 18rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-event__more a {
    width: 19rem;
    height: 4.5rem;
    font-size: 1.6rem;
  }
}

/* connect
---------------------------------------- */
.p-top-connect {
  position: relative;
}
.p-top-connect__header {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-connect__header {
    margin-bottom: 5rem;
  }
}
.p-top-connect__title {
  width: 93.6rem;
  margin: 0 0 1.3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-connect__title {
    width: 26.6rem;
    margin: 0 0 0 0.3rem;
  }
}

/* movie
---------------------------------------- */
.p-top-movie {
  position: relative;
  margin-bottom: 16.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-movie {
    margin-bottom: 5rem;
  }
}
.p-top-movie__title {
  margin-bottom: 11.5rem;
  color: #fff;
  line-height: 1.6;
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-movie__title {
    margin-bottom: 4rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-top-movie__title::after {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
  content: attr(data-en);
}
@media screen and (max-width: 767px) {
  .p-top-movie__title::after {
    color: #f6ab00;
    font-size: 1.6rem;
  }
}
.p-top-movie__movie {
  position: relative;
  width: 71rem;
  height: 40rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-top-movie__movie {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    aspect-ratio: 16/9;
  }
}
.p-top-movie__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-movie__content {
  width: 52rem;
  min-height: 48rem;
  margin: 0 -5rem 0 0;
  padding: 8rem 9rem 6rem 8rem;
  background-position: left -14rem bottom -12rem, right -13rem top -10rem;
  background-size: 27rem auto, 27rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-movie__content {
    width: 100%;
    min-height: initial;
    margin: 0;
    padding: 0;
    color: #fff;
    background: none;
  }
  .p-top-movie__content::before, .p-top-movie__content::after {
    display: none;
  }
}
.p-top-movie__content-copy {
  color: #b31c34;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-top-movie__content-copy {
    color: #f6ab00;
    font-size: 1.4rem;
  }
}
.p-top-movie__content-title {
  margin-bottom: 2rem;
  color: #b31c34;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-movie__content-title {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
  }
}
.p-top-movie__content-text {
  line-height: 1.95;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-movie__content-text {
    font-size: 1.3rem;
    line-height: 1.65;
  }
}
.p-top-movie__article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-movie__article {
    display: block;
    padding: 0 1.5rem;
  }
}
.p-top-movie__article + .p-top-movie__article {
  margin-top: 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-movie__article + .p-top-movie__article {
    margin-top: 3rem;
  }
}
.p-top-movie__article:nth-of-type(even) {
  flex-direction: row;
}
.p-top-movie__article:nth-of-type(even) .p-top-movie__content {
  margin: 0 0 0 -5rem;
  padding: 8rem 6rem 6rem 11rem;
}
@media screen and (max-width: 767px) {
  .p-top-movie__article:nth-of-type(even) .p-top-movie__content {
    margin: 0;
    padding: 0;
  }
}
.p-top-movie__article:nth-of-type(even) .p-top-movie__content-title {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-movie__article:nth-of-type(even) .p-top-movie__content-title {
    font-size: 2rem;
  }
}

/* cm
---------------------------------------- */
.p-top-cm {
  position: relative;
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-cm {
    padding-bottom: 9rem;
  }
}
.p-top-cm__title {
  margin-bottom: 8.5rem;
  color: #fff;
  line-height: 1.6;
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-cm__title {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-top-cm__title::after {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
  content: attr(data-en);
}
@media screen and (max-width: 767px) {
  .p-top-cm__title::after {
    color: #f6ab00;
    font-size: 1.6rem;
  }
}
.p-top-cm__article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-cm__article {
    display: block;
    padding: 0 1.8rem;
  }
}
.p-top-cm__movie {
  position: relative;
  width: 71rem;
  height: 40rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-top-cm__movie {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    aspect-ratio: 16/9;
  }
}
.p-top-cm__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-cm__movie--comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b31c34;
  font-size: 3rem;
  font-weight: 500;
  background-color: #f6ab00;
}
@media screen and (max-width: 767px) {
  .p-top-cm__movie--comingsoon {
    font-size: 1.4rem;
  }
}
.p-top-cm__content {
  position: relative;
  width: 52rem;
  min-height: 24rem;
  margin-right: -5rem;
  padding: 9rem 10rem 6rem 8rem;
  background-position: left -14rem bottom -12rem, right -13rem top -10rem;
  background-size: 27rem auto, 27rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-cm__content {
    width: 100%;
    min-height: initial;
    margin: 0;
    padding: 0;
    color: #fff;
    background: none;
  }
  .p-top-cm__content::before, .p-top-cm__content::after {
    display: none;
  }
}
.p-top-cm__content-tag {
  color: #b31c34;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-top-cm__content-tag {
    color: #f6ab00;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-top-cm__content-title {
  color: #b31c34;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-top-cm__content-title {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
  }
}
.p-top-cm__content-title small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-cm__content-title small {
    font-size: 1.4rem;
  }
}