@media screen and (max-width: 767.9px) {
  .c-title--h2 {
    margin-left: -6.7796610169%;
    margin-right: -6.7796610169%;
  }
}

#fullmovie.p-modal-movie {
  max-width: 1440px;
}
#fullmovie.p-modal-movie .movie {
  aspect-ratio: 96/41;
}

@media screen and (max-width: 767.9px) {
  .l-header.outtop {
    mix-blend-mode: difference;
  }
  .l-header.outtop .menu__button {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 50% 50%;
  }
  .l-header.outtop .menu__button::before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 18px;
    width: 12px;
    height: 1px;
    background-color: #292B2F;
  }
  .l-header.outtop .menu__button::after {
    content: "";
    position: absolute;
    top: calc(50% + 6px);
    left: 18px;
    width: 12px;
    height: 1px;
    background-color: #292B2F;
  }
  .l-header.outtop .menu__button span {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 12px;
    height: 1px;
    background-color: #292B2F;
  }
  .l-header.outtop .menu__button.is-open {
    background-color: transparent;
    border: 1px solid #222;
  }
  .l-header.outtop .menu__button.is-open::before {
    top: 50%;
    transform: rotate(45deg);
    background-color: #FFFFFF;
  }
  .l-header.outtop .menu__button.is-open::after {
    top: 50%;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
  }
  .l-header.outtop .menu__button.is-open span {
    opacity: 0;
  }
}

.opening {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F3F4;
}
.opening .l-section__wrap {
  height: 100%;
  padding: 0 0;
}
.opening .l-section__inner {
  height: 100%;
}
.opening .opening-select {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F3F4;
}
.opening .opening-select .l-section__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opening .opening-select__box {
  position: relative;
  padding: 136px 0;
}
.opening .opening-select .logo {
  width: 300px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767.9px) {
  .opening .opening-select .logo {
    width: 240px;
    margin-bottom: 16px;
  }
}
.opening .opening-select .text {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .opening .opening-select .text {
    font-size: 1.6rem;
  }
}
.opening .opening-select__sound {
  position: absolute;
  width: 216px;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: none;
  color: #595F76;
}
.opening .opening-select__sound li a {
  transition: all 0.3s ease-in;
}
.opening .opening-select__sound li a img {
  transition: all 0.3s ease-in;
  filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
}
.opening .opening-select__sound li a:hover img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(88%) saturate(662%) hue-rotate(205deg) brightness(101%) contrast(94%);
}
@media screen and (max-width: 767.9px) {
  .opening .opening-select__sound {
    bottom: 24px;
  }
}
.opening .opening-select__sound ul {
  display: flex;
  justify-content: space-between;
}
.opening .opening-select__sound ul li {
  width: 96px;
}
.opening .opening-select__sound ul a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.opening .opening-select__sound ul a img {
  display: inline-block;
  width: 34px;
  padding: 16px 0;
  margin-left: 6px;
}
.opening .opening-select__sound ul a span {
  display: block;
}
@media (any-hover:hover) {
  .opening .opening-select__sound ul a img {
    transition: opacity 0.4s ease;
  }
  .opening .opening-select__sound ul a:hover img {
    opacity: 0.8;
  }
}
.opening-movie {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F3F4;
}
.opening-movie .l-section__inner {
  width: 100%;
  padding: 40px 60px;
}
@media screen and (max-width: 767.9px) {
  .opening-movie .l-section__inner {
    padding: 0 0;
  }
}
.opening-movie .l-section__inner .movie {
  position: relative;
  height: 100%;
}
.opening-movie .l-section__inner video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.opening-movie__sound {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.opening-movie__sound .sound__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .opening-movie__sound .sound__button {
    width: 64px;
    height: 64px;
    font-size: 1rem;
  }
}
.opening-movie__sound .sound__button img {
  display: inline-block;
  width: 28px;
  margin: 4px 0 4px;
  transition: all 0.3s ease-in;
  filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
}
@media screen and (max-width: 767.9px) {
  .opening-movie__sound .sound__button img {
    width: 19px;
  }
}
.opening-movie__sound .sound__button:hover img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(88%) saturate(662%) hue-rotate(205deg) brightness(101%) contrast(94%);
}
.opening-movie__sound .sound__button.is-sound .on {
  display: none;
}
.opening-movie__sound .sound__button:not(.is-sound) .off {
  display: none;
}
.opening-movie__skip {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.opening-movie__skip .skip__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .opening-movie__skip .skip__button {
    width: 64px;
    height: 64px;
    font-size: 1rem;
  }
}
.opening-movie__skip .skip__button img {
  display: inline-block;
  width: 24px;
  margin: 4px 0 8px;
  filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
}
@media screen and (max-width: 767.9px) {
  .opening-movie__skip .skip__button img {
    width: 18px;
  }
}
.opening-movie__skip .skip__button:hover img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(88%) saturate(662%) hue-rotate(205deg) brightness(101%) contrast(94%);
}

.visual .l-section__wrap {
  padding: 0 0;
}
.visual .l-section__inner {
  height: 100vh;
  min-height: 600px;
}
@media screen and (min-width: 1818px) {
  .visual .l-section__inner {
    width: 80.0856531049%;
  }
}
@media screen and (max-width: 767.9px) {
  .visual .l-section__inner {
    height: calc(var(--vh) * 100);
    min-height: 400px;
  }
}
.visual .visual__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual .visual__movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.visual .visual__text {
  position: absolute;
  bottom: 64px;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .visual .visual__text {
    bottom: 104px;
  }
}
.visual .visual__text .text .m {
  position: relative;
  display: block;
  overflow: hidden;
}
.visual .visual__text .text .m > span {
  position: relative;
  display: block;
  transform: translateY(100%);
}
.visual .visual__text .text--01 {
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 0 16px -0.4em;
  color: #FFFFFF;
}
@media screen and (max-width: 767.9px) {
  .visual .visual__text .text--01 {
    font-size: 3.2rem;
    margin-bottom: 8px;
  }
}
.visual .visual__text .text--02 {
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
}
.visual .visual__fullmovie {
  position: absolute;
  bottom: 64px;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .visual .visual__fullmovie {
    bottom: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .visual .visual__fullmovie .fullmovie__button {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .visual .visual__fullmovie .fullmovie__button > span {
    padding-right: 24px;
    background-size: 16px 16px;
  }
}

.interviews .c-background-line--a {
  max-height: 469px;
}
@media screen and (max-width: 767.9px) {
  .interviews .c-background-line--a {
    max-height: 650px;
  }
}
.interviews .l-section__wrap {
  overflow: hidden;
}
.interviews .content {
  margin: 0 auto 104px;
}
.interviews .interviews-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .interviews .interviews-cols {
    display: block;
    margin-bottom: 24px;
  }
}
.interviews .interviews__title {
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .interviews .interviews__title {
    margin-bottom: 32px;
  }
}
.interviews .interviews__slider {
  position: relative;
  z-index: 1;
}
.interviews .interviews-slider__pager {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
  color: #FFFFFF;
}
.interviews .interviews-slider__pager span {
  position: relative;
  display: inline-block;
}
.interviews .interviews-slider__pager span:nth-of-type(1) {
  padding-right: 52px;
}
.interviews .interviews-slider__pager span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 36px;
  height: 1px;
  background-color: #FFFFFF;
}
.interviews .interviews-slider__list {
  position: relative;
  margin: 0 -20px;
}
@media screen and (max-width: 767.9px) {
  .interviews .interviews-slider__list {
    margin: 0 0;
  }
}
.interviews .interviews-slider__list .item {
  padding: 0 20px;
}
@media screen and (max-width: 767.9px) {
  .interviews .interviews-slider__list .item {
    padding: 0 5.3333333333vw;
  }
  .interviews .interviews-slider__list .item:not(.is-active) {
    opacity: 0.6;
  }
}
.interviews .interviews-slider__list .item.is-active {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.interviews .slick-list {
  overflow: visible;
}
.interviews .slick-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  width: 12px;
  height: 36px;
  top: calc(var(--sih) * 0.5 - 18px);
}
@media screen and (max-width: 767.9px) {
  .interviews .slick-arrow {
    width: 8px;
    height: 24px;
    top: calc(var(--sih) * 0.5 - 12px);
  }
}
.interviews .slick-arrow.slick-prev {
  left: -6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_03.svg");
}
@media screen and (max-width: 767.9px) {
  .interviews .slick-arrow.slick-prev {
    left: -4px;
  }
}
.interviews .slick-arrow.slick-next {
  right: -6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_04.svg");
}
@media screen and (max-width: 767.9px) {
  .interviews .slick-arrow.slick-next {
    right: -4px;
  }
}
.interviews .interviews-more__button {
  margin-top: 64px;
}
@media screen and (max-width: 767.9px) {
  .interviews .interviews-more__button {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767.9px) {
  .system .l-section__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .system .system__title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.system .system__subtitle {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  margin-bottom: 64px;
}
.system .system__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9.9571734475%;
  width: 200px;
  height: 200px;
  background: linear-gradient(to bottom, #1A1C1F, #292B2F, #1A1C1F);
  -webkit-mask-image: url("/wordpress/wp-content/themes/referral_race/assets/img/logo_race_black.svg");
          mask-image: url("/wordpress/wp-content/themes/referral_race/assets/img/logo_race_black.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767.9px) {
  .system .system__subtitle {
    padding: 24px 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.system .system__example {
  position: relative;
}
.system .system-example__title {
  padding-bottom: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .system .system-example__title {
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 1.2rem;
  }
}
.system .system-example__list li {
  margin-bottom: 24px;
  background: #FFFFFF;
}
@media screen and (max-width: 767.9px) {
  .system .system-example__list li {
    margin-bottom: 12px;
  }
}
.system .system-example__list li .toggle__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
.system .system-example__list li .toggle__button .title {
  flex: 1;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .system .system-example__list li .toggle__button .title {
    font-size: 1.8rem;
  }
}
.system .system-example__list li .toggle__button .title::before {
  content: none;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(to bottom, #FFFFFF, #404246);
  border-radius: 50% 50%;
}
.system .system-example__list li .toggle__button .icon {
  width: 72px;
  position: relative;
  color: #6167F0;
  font-size: 1.2rem;
  padding-right: 20px;
  text-align: right;
}
.system .system-example__list li .toggle__button .icon .circle {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: -6px;
  width: 24px;
  height: 24px;
  background-color: #F0F0F4;
  border-radius: 50% 50%;
  z-index: 0;
}
.system .system-example__list li .toggle__button .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: #6167F0;
  z-index: 1;
}
.system .system-example__list li .toggle__button .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: #6167F0;
  transform: rotate(90deg);
}
.system .system-example__list li .toggle__button .icon .open {
  display: none;
}
.system .system-example__list li .toggle__button.is-open .icon::after {
  opacity: 0;
}
.system .system-example__list li .toggle__button.is-open .icon .open {
  display: inline-block;
}
.system .system-example__list li .toggle__button.is-open .icon .close {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .system .system-example__list li .toggle__button {
    padding: 20px;
  }
}
.system .system-example__list li .toggle__body {
  padding: 0 24px;
}
.system .system-example__list li .toggle__body > * {
  padding-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .system .system-example__list li .toggle__body {
    padding: 0 20px;
  }
  .system .system-example__list li .toggle__body > * {
    padding-bottom: 20px;
  }
}

.about .about__chart {
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .about .about__chart {
    padding-bottom: 40px;
  }
}
.about .about-chart__image {
  position: relative;
  width: 100%;
  max-width: 934px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767.9px) {
  .about .about-chart__image {
    width: 100%;
    margin-bottom: 32px;
  }
}
.about .about-chart__image::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #FFFFFF 0%, #F2F3F4 75%);
  -webkit-mask-image: url("/wordpress/wp-content/themes/referral_race/assets/img/logo_race_gray.svg");
          mask-image: url("/wordpress/wp-content/themes/referral_race/assets/img/logo_race_gray.svg");
  -webkit-mask-size: 120% auto;
          mask-size: 120% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  opacity: 0;
  transition: opacity 1.5s ease 0s;
}
@media screen and (max-width: 767.9px) {
  .about .about-chart__image::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask-size: 170% auto;
            mask-size: 170% auto;
  }
}
.about .about-chart__image.is-show::before {
  opacity: 1;
}
.about .about-chart__image .image {
  position: relative;
  z-index: 1;
}
.about .about-chart__image .logo {
  position: absolute;
  z-index: 1;
  width: 33.8078291815%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .about__2030plan {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .about .about__2030plan {
    background-color: #FCFDFD !important;
  }
  .about .about__2030plan .about-2030plan__chart {
    background-color: #FCFDFD !important;
  }
}
.about .about-2030plan__ttl {
  position: absolute;
  top: 0;
  left: 0;
}
.about .about-2030plan__ttl h2 {
  margin-bottom: 24px;
}
.about .about-2030plan__ttl h2.type--b .main {
  font-size: 3.8rem;
}
.about .about-2030plan__ttl .info {
  font-size: 20px;
}
.about .about-2030plan__ttl .info .big {
  font-size: 24px;
}
@media screen and (max-width: 767.9px) {
  .about .about-2030plan__ttl {
    position: relative;
  }
  .about .about-2030plan__ttl h2.type--b .main {
    font-size: 3.6rem;
  }
  .about .about-2030plan__ttl .info {
    font-size: 16px;
  }
  .about .about-2030plan__ttl .info .big {
    font-size: 20px;
  }
}
.about .about-2030plan__chart {
  position: relative;
  padding: 64px 0 0px;
}
@media screen and (max-width: 767.9px) {
  .about .about-2030plan__chart {
    padding: 40px 0 0;
  }
}
.about .about-2030plan__image {
  position: relative;
  width: 91.1764705882%;
  max-width: 788px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .about .about-2030plan__image {
    width: 101.6949152542%;
  }
}
.about .about-2030plan__image .number {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.about .about-2030plan__image .bar {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.about .about-2030plan__image .bar img {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.about .about-2030plan__title {
  position: relative;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  padding-bottom: 16px;
  margin: -0.5em 0 24px;
}
@media screen and (max-width: 767.9px) {
  .about .about-2030plan__title {
    font-size: 3.2rem;
  }
}
.about .about-2030plan__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 24px);
  width: 48px;
  height: 1px;
  background-color: #FFFFFF;
}
.about .about-2030plan__title .u-font--trajan {
  font-size: 4.4rem;
}
@media screen and (max-width: 767.9px) {
  .about .about-2030plan__title .u-font--trajan {
    font-size: 3.6rem;
  }
}
.about .about-2030plan__info {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 32px;
}
.about .about-2030plan__info .list {
  display: inline-block;
  text-align: left;
}
.about .about-2030plan__info .list span {
  display: inline-block;
  width: 4em;
}
@media screen and (max-width: 767.9px) {
  .about .about-2030plan-more__button {
    margin-bottom: 64px;
  }
}
.about .text {
  padding-bottom: 104px;
}
@media screen and (max-width: 767.9px) {
  .about .text {
    margin-top: 12px;
    padding-bottom: 82px;
  }
  .about .text p {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=top.css.map */