@font-face {
  font-family: "wrcroman";
  src: url("../fonts/WRCROMAN.eot"); /* IE9 Compat Modes */
  src: url("../fonts/WRCROMAN.eot?#iefix") format("embedded-opentype"), url("../fonts/WRCROMAN.woff") format("woff"), url("../fonts/WRCROMAN.ttf") format("truetype"), url("../fonts/WRCROMAN.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "wrcclean";
  src: url("../fonts/WRCCLEAN.eot"); /* IE9 Compat Modes */
  src: url("../fonts/WRCCLEAN.eot?#iefix") format("embedded-opentype"), url("../fonts/WRCCLEAN.woff") format("woff"), url("../fonts/WRCCLEAN.ttf") format("truetype"), url("../fonts/WRCCLEAN.svg#svgFontName") format("svg"); /* Legacy iOS */
}
.f-wrc {
  font-family: "wrcclean", sans-serif;
}

.f-wrc-roman {
  font-family: "wrcroman", sans-serif;
}

/* ------------------------
  Top
------------------------ */
.header--home {
  background-color: #b8170b;
}
@media screen and (min-width: 768px) {
  .header--home {
    display: block;
  }
}

.mainvisual {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.mainvisual .mainvisual__logo {
  -webkit-transition: opacity 1s 3s;
  transition: opacity 1s 3s;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70%;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__logo {
    height: 50%;
  }
}
.mainvisual .mainvisual__logo img {
  height: 100%;
  width: auto;
}
.mainvisual.animated {
  opacity: 1;
}
.mainvisual.animated .mainvisual__logo {
  opacity: 0;
}
.mainvisual .main-visual__bg {
  position: relative;
  height: 100%;
  z-index: 1;
}
.mainvisual .main-visual__bg .youtube {
  pointer-events: none;
  aspect-ratio: 16/9;
}
.mainvisual .main-visual__bg .youtube iframe {
  height: 100%;
  width: 100%;
}
.mainvisual .main-visual__bg video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mainvisual .main-visual__bg .slick-list, .mainvisual .main-visual__bg .slick-track {
  height: 100%;
}
.mainvisual .main-visual__bg .mainvisual__bg__image {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual .main-visual__bg .mainvisual__bg__image img {
    height: auto;
    width: 100%;
  }
}
.mainvisual .mainvisual__catch {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  padding: 2.5%;
  position: absolute;
  right: 50%;
  top: 4.8309178744vw;
  -webkit-transform: translate(50%, 100px);
          transform: translate(50%, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 72.4637681159vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__catch {
    top: 8.3333333333vw;
    max-width: 500px;
    right: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    width: 34.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .mainvisual .mainvisual__catch {
    top: 120px;
  }
}
.mainvisual .mainvisual__catch.animated {
  opacity: 1;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__catch.animated {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.mainvisual .mainvisual__calendar {
  display: none;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__calendar {
    display: block;
    left: 2.7777777778vw;
    position: absolute;
    top: 6.9444444444vw;
    z-index: 3;
  }
}
@media screen and (min-width: 1440px) {
  .mainvisual .mainvisual__calendar {
    left: 40px;
    top: 100px;
  }
}
.mainvisual .mainvisual__calendar .event-calendar {
  background-color: rgba(32, 42, 68, 0.8);
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__calendar .event-calendar {
    width: 26.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .mainvisual .mainvisual__calendar .event-calendar {
    width: 380px;
  }
}
.mainvisual .mainvisual__calendar .mainvisual__calendar__text {
  background-color: #B3170B;
  color: #fff;
  display: inline-block;
  position: absolute;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__calendar .mainvisual__calendar__text {
    padding: 0.6944444444vw;
    font-size: 1.25vw;
    right: 0em;
    bottom: -4.5138888889vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  .mainvisual .mainvisual__calendar .mainvisual__calendar__text {
    font-size: 18px;
    bottom: -65px;
  }
}
.mainvisual .mainvisual__calendar .mainvisual__calendar__text::after {
  background-color: #B3170B;
  content: "";
  display: block;
  height: 100%;
  width: 2em;
  position: absolute;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  right: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  top: 0;
}
.mainvisual .mainvisual__calendar .mainvisual__calendar__text p {
  position: relative;
  z-index: 2;
}

.date-countdown {
  background-color: #fff;
  padding: 3.6231884058vw 2.4154589372vw;
}
@media screen and (min-width: 768px) {
  .date-countdown {
    padding: 0;
    position: absolute;
    bottom: 0.78125vw;
    right: 0.78125vw;
    z-index: 2;
  }
}
.date-countdown.m-type2 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .date-countdown.m-type2 {
    width: min(30%, 300px);
  }
}
.date-countdown .date-countdown__inr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #baa271;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.date-countdown .date-countdown__label {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 1.2077294686vw;
  font-size: 3.8647342995vw;
  width: 21.7391304348vw;
}
@media screen and (min-width: 768px) {
  .date-countdown .date-countdown__label {
    padding: 10px 15px 10px 5px;
    font-size: 17px;
    height: 100%;
    width: 100px;
  }
}
.date-countdown .date-countdown__label::after {
  background-color: #baa271;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  top: 0;
  right: 0;
  height: 100%;
  width: 120%;
  z-index: 1;
}
.date-countdown .date-countdown__label span {
  position: relative;
  z-index: 2;
}
.date-countdown .date-countdown__label.m-type2 {
  height: 100%;
  width: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
.date-countdown .date-countdown__timer {
  color: #242a40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  text-align: center;
  font-size: 8.4541062802vw;
}
@media screen and (min-width: 768px) {
  .date-countdown .date-countdown__timer {
    padding: 0 0.25em;
    font-size: 2.9166666667vw;
  }
}
.date-countdown .date-countdown__timer.m-type2 {
  padding: 0.2em 0.5em 0.2em 1em;
}
@media screen and (min-width: 768px) {
  .date-countdown .date-countdown__timer.m-type2 {
    padding: 0.2em 0.5em 0.2em 1em;
  }
}
.date-countdown .date-countdown__timer span {
  font-weight: bold;
}

.count-down {
  background-color: #1f2a43;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 4vw;
  height: 16.9082125604vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .count-down {
    background-color: initial;
    top: 5vw;
    left: 0;
    position: absolute;
    height: 8.3333333333vw;
    padding: 0 4.1666666667vw 0 20px;
    z-index: 2;
  }
}
@media screen and (min-width: 1440px) {
  .count-down {
    height: 120px;
    padding: 0 60px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .count-down::after {
    mix-blend-mode: multiply;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    border-right: 3.125vw solid transparent;
    border-top: 0;
    border-bottom: 9.7222222222vw solid rgba(31, 42, 67, 0.8);
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1440px) {
  .count-down::after {
    border-left: initial;
    border-right-width: 25px;
    border-top-width: 140px;
  }
}
.count-down .count-down__inr {
  position: relative;
  z-index: 1;
}
.count-down .count-down__title {
  font-size: 4.1062801932vw;
  line-height: 1.5;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .count-down .count-down__title {
    font-size: 1.9444444444vw;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .count-down .count-down__title {
    font-size: 28px;
  }
}
.count-down .count-down__title .year {
  font-size: 12px;
}
@media screen and (min-width: 414px) {
  .count-down .count-down__title .year {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .count-down .count-down__title .year {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .count-down .count-down__title .year {
    font-size: 28px;
  }
}
.count-down .count-down__over {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 414px) {
  .count-down .count-down__over {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .count-down .count-down__over {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .count-down .count-down__over {
    font-size: 56px;
  }
}
.count-down .yycountdown-box {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0 1em;
}
@media screen and (min-width: 414px) {
  .count-down .yycountdown-box {
    font-size: 31px;
  }
}
@media screen and (min-width: 768px) {
  .count-down .yycountdown-box {
    font-size: 3.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .count-down .yycountdown-box {
    font-size: 53px;
  }
}
.count-down .yycountdown-box small {
  font-weight: bold;
  font-size: 0.8em;
}
.count-down .yycountdown-box .yyc-day {
  font-size: 28px;
}
@media screen and (min-width: 414px) {
  .count-down .yycountdown-box .yyc-day {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .count-down .yycountdown-box .yyc-day {
    font-size: 4.5833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .count-down .yycountdown-box .yyc-day {
    font-size: 66px;
  }
}
.count-down .yycountdown-box .yyc-hou-text {
  display: inline-block;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}
.count-down .yycountdown-box .yyc-day-text {
  display: inline-block;
  font-size: 14px;
  margin: 0 0.5em 0 0.3em;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
@media screen and (min-width: 414px) {
  .count-down .yycountdown-box .yyc-day-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .count-down .yycountdown-box .yyc-day-text {
    font-size: 2.0138888889vw;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@media screen and (min-width: 1440px) {
  .count-down .yycountdown-box .yyc-day-text {
    font-size: 29px;
  }
}
.count-down .yycountdown-box .yyc-sec, .count-down .yycountdown-box .yyc-sec-text {
  display: none;
}

.home-event-calendar {
  overflow: hidden;
  padding: 20px 25px 55px;
}
@media screen and (min-width: 768px) {
  .home-event-calendar {
    display: none;
  }
}
.home-event-calendar .home-event-calendar__text {
  background-color: #B3170B;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  position: absolute;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
.home-event-calendar .home-event-calendar__text::after {
  background-color: #B3170B;
  content: "";
  display: block;
  height: 100%;
  width: 2em;
  position: absolute;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  right: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  top: 0;
}
.home-event-calendar .home-event-calendar__text p {
  position: relative;
  z-index: 2;
}

.new-information {
  background-image: url(../images/top/new-information-bg_sp.jpg);
  background-color: #b8170b;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .new-information {
    background-image: url(../images/top/new-information-bg_pc.jpg);
    background-position: center bottom;
    background-size: cover;
    padding: 105px 100px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .new-information {
    padding: 105px 13.5416666667vw 50px;
  }
}
.new-information::after {
  display: none;
  -webkit-transform: translate(-50%, 0) skewX(-2deg);
          transform: translate(-50%, 0) skewX(-2deg);
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .new-information::after {
    content: "";
    display: block;
    background-color: #fff;
    display: block;
    height: 100%;
    left: 20%;
    top: 0;
    opacity: 0.9;
    position: absolute;
    -webkit-transform: translate(-50%, 0) skewX(-10deg);
            transform: translate(-50%, 0) skewX(-10deg);
    width: 88.8888888889vw;
  }
}
.new-information .titleB {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .new-information .titleB {
    color: #C70101;
  }
}
.new-information .new-information__inr {
  margin: 0 auto;
  max-width: 1050px;
  padding: 8.4541062802vw 4.8309178744vw 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__inr {
    padding: 0;
  }
}
.new-information .new-information__inr .archive-tab {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__inr .archive-tab {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .new-information .new-information__inr .archive-tab {
    margin: 0 0 50px;
  }
}
.new-information .new-information__inr .archive-tab.m-index {
  width: 100%;
}
.new-information .new-information__inr .archive-tab.m-index > div {
  width: 50%;
}
.new-information .new-information__inr .js-archive-list > div:nth-child(n+2) {
  display: none;
}
.new-information .new-information__inr .archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__inr .archive-list {
    margin-bottom: 40px;
  }
}
.new-information .new-information__inr .archive-list > li {
  margin-bottom: 25px;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__inr .archive-list > li {
    margin: 0 1.5% 3%;
    max-width: 240px;
    width: 22%;
  }
}
.new-information .new-information__inr .archive-list > li:nth-child(odd) {
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__inr .archive-list > li:nth-child(odd) {
    margin-right: 1.5%;
  }
}
.new-information .new-information__inr .archive-list > li:nth-child(even) {
  margin-left: 3%;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__inr .archive-list > li:nth-child(even) {
    margin-left: 1.5%;
  }
}
.new-information .new-information__inr .new-information__cnt__item__btn {
  margin: 0 0 2em;
  text-align: center;
}
.new-information .new-information__ttl {
  font-size: 2.1rem;
  padding: 35px 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__ttl {
    font-size: 2.9rem;
    padding: 30px 0 20px;
    text-align: left;
  }
}
.new-information .new-information__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__btn {
    gap: 3rem;
  }
}
.new-information .new-information__btn .c-btnA {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .new-information .new-information__btn .c-btnA {
    width: 24rem;
    gap: 3rem;
  }
}
.new-information .guide-map {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .new-information .guide-map {
    padding-top: 10rem;
  }
}
.new-information .guide-map .guide-map__inr {
  margin-bottom: 0;
}
.new-information .guide-map .guide-ticket {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .new-information .guide-map .guide-ticket {
    max-width: 780px;
    margin: 0 auto;
  }
}
.new-information .guide-map .guide-ticket .guide-map__content .guide-map__content__item .guide-map__content__item__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .new-information .guide-map .guide-ticket .guide-map__content .guide-map__content__item .guide-map__content__item__title {
    color: #8C0100;
  }
}
.new-information .guide-map .guide-ticket .guide-map__content .guide-map__content__item .guide-map__content__item__title > span::after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .new-information .guide-map .guide-ticket .guide-map__content .guide-map__content__item .guide-map__content__item__title > span::after {
    background-color: #8C0100;
  }
}
.new-information .guide-map .guide-ticket .guide-map__content .ticket-map__area__btn.is-current {
  background-color: #fff;
  border: 1px solid #c7af72;
  color: #c7af72;
}
@media screen and (min-width: 768px) {
  .new-information .guide-map .guide-ticket .guide-map__content .ticket-map__area__btn:hover {
    background-color: #b8170b;
    border-color: #b8170b;
    color: #fff;
    pointer-events: auto;
  }
}
.new-information .guide-map .guide-ticket .guide-ticket__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .new-information .guide-map .guide-ticket .guide-ticket__btn {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.new-information .guide-map .guide-ticket .guide-ticket__btn .c-btnA {
  width: 290px;
}
@media screen and (min-width: 768px) {
  .new-information .guide-map .guide-ticket .guide-ticket__btn .c-btnA {
    width: 326px;
  }
}
.new-information .guide-map .guide-map__pdf {
  margin: 0 auto 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-bottom: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  width: 100%;
}
.new-information .guide-map .guide-map__pdf > a {
  display: block;
}
.new-information .guide-map .guide-map__pdf .guide-map__pdf__other {
  text-align: right;
  width: 100%;
  margin: 1em;
}
.new-information .guide-map .guide-map__pdf .guide-map__pdf__other a {
  text-decoration: underline;
}
.new-information .guide-info__section {
  padding-top: 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .new-information .guide-info__section {
    padding-bottom: 48px;
  }
}

.team-lineup {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .team-lineup {
    padding-top: 100px;
  }
}
.team-lineup .team-lineup__inr {
  margin: 0 -4.8309178744vw;
  overflow: scroll;
  scrollbar-width: none;
}
.team-lineup .team-lineup__inr::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .team-lineup .team-lineup__inr {
    margin: 0;
    overflow: initial;
  }
}
.team-lineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .team-lineup ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.team-lineup ul > li {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .team-lineup ul > li {
    padding: 0 10px;
  }
}
.team-lineup ul > li .team-lineup__thum {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_7%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20246%20188%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Aurl(%23_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_35)%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22_%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%82%B0%E3%83%A9%E3%83%87%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3_35%22%20x1%3D%22-14.77%22%20y1%3D%2260.18%22%20x2%3D%22215.17%22%20y2%3D%22116.61%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ba0000%22%2F%3E%3Cstop%20offset%3D%22.19%22%20stop-color%3D%22rgba(186%2C0%2C0%2C.98)%22%20stop-opacity%3D%22.98%22%2F%3E%3Cstop%20offset%3D%22.34%22%20stop-color%3D%22rgba(186%2C0%2C0%2C.93)%22%20stop-opacity%3D%22.93%22%2F%3E%3Cstop%20offset%3D%22.47%22%20stop-color%3D%22rgba(186%2C0%2C0%2C.84)%22%20stop-opacity%3D%22.84%22%2F%3E%3Cstop%20offset%3D%22.6%22%20stop-color%3D%22rgba(186%2C0%2C0%2C.72)%22%20stop-opacity%3D%22.72%22%2F%3E%3Cstop%20offset%3D%22.72%22%20stop-color%3D%22rgba(186%2C0%2C0%2C.55)%22%20stop-opacity%3D%22.55%22%2F%3E%3Cstop%20offset%3D%22.84%22%20stop-color%3D%22rgba(186%2C0%2C0%2C.35)%22%20stop-opacity%3D%22.35%22%2F%3E%3Cstop%20offset%3D%22.95%22%20stop-color%3D%22rgba(186%2C0%2C0%2C.12)%22%20stop-opacity%3D%22.12%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ba0000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22187.21%20188%20.06%20188%200%200%20246%200%20187.21%20188%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 28.2608695652vw;
  width: 37.077294686vw;
}
@media screen and (min-width: 768px) {
  .team-lineup ul > li .team-lineup__thum {
    height: 13.0555555556vw;
    width: 17.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .team-lineup ul > li .team-lineup__thum {
    height: 18.8rem;
    width: 24.6rem;
  }
}
.team-lineup ul > li .team-lineup__thum img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .team-lineup ul > li .team-lineup__thum img {
    width: 90.6504065041%;
  }
}
.team-lineup ul .team-lineup__name {
  line-height: 1.2;
  margin-top: 0.5em;
  font-size: 3.1400966184vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .team-lineup ul .team-lineup__name {
    color: #000;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .team-lineup ul .team-lineup__name {
    font-size: 22px;
  }
}
.team-lineup .team-lineup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.team-lineup .team-lineup__btn .c-btnA {
  width: 290px;
}
@media screen and (min-width: 768px) {
  .team-lineup .team-lineup__btn .c-btnA {
    width: 326px;
  }
}

.about-rj {
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .about-rj {
    padding: 100px 0 0;
  }
}
.about-rj .about-rj__inr {
  max-width: 1050px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__inr {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 60px 30px;
  }
}
.about-rj .about-rj__kv {
  position: relative;
  margin: 0 calc(50% - 50vw) 30px;
}
.about-rj .about-rj__kv .about-rj__kv__text {
  color: #fff;
  left: 0;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 7.2463768116vw;
  top: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__kv .about-rj__kv__text {
    top: 30px;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .about-rj .about-rj__kv .about-rj__kv__text {
    font-size: 54px;
  }
}
.about-rj .about-rj__sec + .about-rj__sec {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__sec + .about-rj__sec {
    padding-top: 60px;
  }
}
.about-rj .about-rj__sec .wrc-ttl {
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__sec .wrc-ttl {
    color: #000;
    margin-bottom: 20px;
  }
}
.about-rj .about-rj__sec p {
  color: #fff;
  font-size: 3.3816425121vw;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__sec p {
    color: #000;
    font-size: 14px;
  }
}
.about-rj .about-rj__seb-sec + .about-rj__seb-sec {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__seb-sec + .about-rj__seb-sec {
    padding-top: 40px;
  }
}
.about-rj .about-rj__sec__subttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__sec__subttl {
    margin-bottom: 10px;
  }
}
.about-rj .about-rj__sec__subttl .text {
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: hidden;
  font-size: 5.3140096618vw;
  padding: 10px 10px 10px 0;
  margin-left: -4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__sec__subttl .text {
    font-size: 28px;
    padding: 10px 20px 10px 0;
    margin-left: 0;
  }
}
.about-rj .about-rj__sec__subttl .text div {
  position: relative;
  line-height: 1.5;
  padding: 5px 0 5px 25px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__sec__subttl .text div {
    padding: 10px 20px;
  }
}
.about-rj .about-rj__sec__subttl .text div span {
  position: relative;
  z-index: 2;
}
.about-rj .about-rj__sec__subttl .text div::before {
  background-color: #202A44;
  content: "";
  display: block;
  height: calc(100% - 1px);
  position: absolute;
  width: 20px;
  top: 0;
  left: -10px;
}
.about-rj .about-rj__sec__subttl .text div::after {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-color: #202A44;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  z-index: 1;
}
.about-rj .about-rj__sec__subttl .num {
  color: #fff;
  text-align: right;
  line-height: 1;
  font-size: 10.8695652174vw;
  width: 0.8em;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__sec__subttl .num {
    font-size: 70px;
    width: 50px;
  }
}
.about-rj .about-rj__sec__info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__sec__info {
    display: block;
  }
}
.about-rj .about-rj__image {
  width: 39.3719806763vw;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__image {
    margin-bottom: 20px;
    width: 100%;
  }
}
.about-rj .about-rj__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.3816425121vw;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__text {
    font-size: 1.4rem;
    margin-top: 0;
    line-height: 1.75;
  }
}
.about-rj .about-rj__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__btn {
    gap: 20px;
    margin: 70px auto 0;
  }
}
.about-rj .about-rj__btn .c-btnA {
  width: 290px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__btn .c-btnA {
    width: 380px;
  }
}
.about-rj .about-rj__bottom-banner {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-rj .about-rj__bottom-banner {
    max-width: 670px;
    margin: 60px auto 0;
  }
}

.watch-th-rally {
  padding: 0 0 5rem;
}
.watch-th-rally .watch-th-rally__inr .titleB {
  color: #fff;
}
.watch-th-rally .watch-th-rally__cms {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  .watch-th-rally .watch-th-rally__cms {
    font-size: 4rem;
    padding: 11rem 0;
  }
}

.official-sns {
  background-image: url(../images/top/official-sns-bg_sp.jpg);
  background-color: #b8170b;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16.9082125604vw 0 40px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .official-sns {
    background-image: url(../images/top/official-sns-bg_pc.jpg);
    background-size: cover;
    background-position: center top;
    padding: 10.4166666667vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .official-sns {
    padding: 150px 0 0;
  }
}
.official-sns .official-sns__inr .sec-ttl__top {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__inr .sec-ttl__top {
    font-size: 4rem;
  }
}
.official-sns .official-sns__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__title {
    margin-bottom: 10rem;
  }
}
.official-sns .official-sns__title span {
  color: #fff;
  display: inline-block;
  border-bottom: 0.2rem solid #fff;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__title span {
    font-size: 2.6rem;
  }
}
.official-sns .official-sns__deco {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 42.270531401vw;
  width: 89.3719806763vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__deco {
    max-width: 600px;
    top: 27.7777777778vw;
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .official-sns .official-sns__deco {
    top: 450px;
    width: 500px;
  }
}
.official-sns .official-sns__deco > img {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.7) translate(80px, 0);
          transform: scale(0.7) translate(80px, 0);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__deco > img {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
.official-sns .official-sns__deco.scrolled > img {
  opacity: 1;
}
.official-sns .official-sns__btns {
  height: 67.270531401vw;
  margin-top: 30px;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns {
    height: 34.0277777778vw;
    margin-top: 0;
  }
}
.official-sns .official-sns__btns::after {
  background: url(../images/top/official-sns-btns-bg_sp.png) center top/100vw auto no-repeat;
  background-blend-mode: overlay;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  height: 67.270531401vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns::after {
    background-image: url(../images/top/official-sns-btns-bg_pc.png);
    background-position: center top;
    background-size: 144.7916666667vw auto;
    height: 41.6666666667vw;
    top: -28%;
  }
}
.official-sns .official-sns__btns .official-sns__btns__list {
  height: 54.347826087vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns .official-sns__btns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 9.8611111111vw;
    width: 90.2777777778vw;
    padding-top: 2%;
  }
}
.official-sns .official-sns__btns .official-sns__btns__list > li {
  text-align: center;
  width: 34.1787439614vw;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns .official-sns__btns__list > li {
    padding-top: 4.1666666667vw;
    width: 20.8333333333vw;
  }
}
.official-sns .official-sns__btns .official-sns__btns__list > li:nth-child(1) {
  left: 8.0917874396vw;
  position: absolute;
  top: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns .official-sns__btns__list > li:nth-child(1) {
    position: initial;
  }
}
.official-sns .official-sns__btns .official-sns__btns__list > li:nth-child(2) {
  right: 24.154589372vw;
  position: absolute;
  top: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns .official-sns__btns__list > li:nth-child(2) {
    position: initial;
  }
}
.official-sns .official-sns__btns .official-sns__btns__list > li:nth-child(3) {
  left: 24.154589372vw;
  position: absolute;
  top: 25.3623188406vw;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns .official-sns__btns__list > li:nth-child(3) {
    position: initial;
  }
}
.official-sns .official-sns__btns .official-sns__btns__list > li:nth-child(4) {
  right: 8.4541062802vw;
  position: absolute;
  top: 25.3623188406vw;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns .official-sns__btns__list > li:nth-child(4) {
    position: initial;
  }
}
.official-sns .official-sns__btns .official-sns__btns__list > li > a {
  color: #fff;
  display: block;
  font-size: 3.6231884058vw;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns .official-sns__btns__list > li > a {
    font-size: 2.0833333333vw;
  }
}
.official-sns .official-sns__btns .official-sns__btns__list > li > a > img {
  display: block;
  margin: 0 auto 2.4154589372vw;
  width: 3.6231884058vw;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__btns .official-sns__btns__list > li > a > img {
    margin-bottom: 1.3888888889vw;
    width: 2.2916666667vw;
  }
}
.official-sns .official-sns__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .official-sns .official-sns__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
}
.official-sns .sns-widget-list {
  max-width: 1050px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .official-sns .sns-widget-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 10.4166666667vw;
    gap: 40px;
    padding: 0;
    position: relative;
    z-index: 2;
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .official-sns .sns-widget-list {
    max-width: 1000px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .official-sns .sns-widget-list {
    margin: 0 auto 100px;
  }
}
.official-sns .sns-widget-list > div {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .official-sns .sns-widget-list > div {
    margin-bottom: 0;
  }
}
.official-sns .sns-widget-list > div:last-child {
  margin-right: 0;
}
.official-sns .sns-widget-list .sns-widget-list__yt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .official-sns .sns-widget-list .sns-widget-list__yt {
    height: 16.6666666667vw;
    width: 29.1666666667vw;
  }
}
.official-sns .sns-widget-list .sns-widget-list__yt iframe {
  height: 49.6376811594vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .official-sns .sns-widget-list .sns-widget-list__yt iframe {
    height: 100%;
  }
}
.official-sns .sns-widget-list .sns-widget-list__yt .sns-widget-list__yt__comment {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .official-sns .sns-widget-list .sns-widget-list__yt .sns-widget-list__yt__comment {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .official-sns .sns-widget-list .sns-widget-list__fb,
  .official-sns .sns-widget-list .sns-widget-list__tw {
    height: 400px;
    width: 100%;
  }
}
.official-sns .sns-widget-list .sns-widget-list__fb {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .official-sns .sns-widget-list .sns-widget-list__fb {
    width: 50%;
  }
}
.official-sns .sns-widget-list .sns-widget-list__fb .fb-page,
.official-sns .sns-widget-list .sns-widget-list__fb .fb-page span,
.official-sns .sns-widget-list .sns-widget-list__fb .facebook_wrap iframe {
  width: 100% !important;
}
.official-sns .sns-widget-list .sns-widget-list__fb .fb_iframe_widget,
.official-sns .sns-widget-list .sns-widget-list__fb .fb_iframe_widget span,
.official-sns .sns-widget-list .sns-widget-list__fb iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .official-sns .sns-widget-list .sns-widget-list__fb .fb_iframe_widget,
  .official-sns .sns-widget-list .sns-widget-list__fb .fb_iframe_widget span,
  .official-sns .sns-widget-list .sns-widget-list__fb iframe {
    height: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .official-sns .sns-widget-list .sns-widget-list__tw {
    width: 100%;
  }
}

.official-sns__banner {
  margin: -4rem auto 0;
  max-width: 280px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .official-sns__banner {
    margin: -10rem auto 0;
    max-width: 700px;
    padding-bottom: 105px;
  }
}
.official-sns__banner .official-sns__banner__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .official-sns__banner .official-sns__banner__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.venue-map {
  margin: 0 auto;
  max-width: 1050px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .venue-map {
    margin-top: -9.7222222222vw;
    padding: 0;
  }
}
.venue-map .venue-map__head {
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__head {
    margin-bottom: 30px;
    padding: 40px 40px 0;
  }
}
.venue-map .venue-map__head > img {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.venue-map .venue-map__head.scrolled > img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.venue-map .venue-map__ttl {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__ttl {
    margin-bottom: 70px;
    padding: 0 40px;
  }
}
.venue-map .venue-map__inr {
  background: url(../images/top/venue-map-image.png) 50px top/auto 250px no-repeat;
  height: 256px;
  margin: 0 auto 82px;
  position: relative;
  width: 350px;
}
@media screen and (max-width: 375px) {
  .venue-map .venue-map__inr {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (max-width: 320px) {
  .venue-map .venue-map__inr {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__inr {
    background-position: 80px top;
    background-size: auto 475px;
    height: 526px;
    margin-bottom: 0;
    width: 642px;
  }
}
.venue-map .venue-map__inr.scrolled .venue-map__address__line {
  width: 100%;
}
.venue-map .venue-map__inr.scrolled .venue-map__address__name {
  opacity: 1;
}
.venue-map .venue-map__inr .venue-map__address__line {
  width: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  overflow: hidden;
}
.venue-map .venue-map__inr .venue-map__address--01 .venue-map__address__line,
.venue-map .venue-map__inr .venue-map__address--02 .venue-map__address__line,
.venue-map .venue-map__inr .venue-map__address--03 .venue-map__address__line,
.venue-map .venue-map__inr .venue-map__address--04 .venue-map__address__line {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.venue-map .venue-map__inr .venue-map__address--05 .venue-map__address__line,
.venue-map .venue-map__inr .venue-map__address--06 .venue-map__address__line {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.venue-map .venue-map__inr .venue-map__btn {
  bottom: -80px;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__inr .venue-map__btn {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.venue-map .venue-map__address {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address {
    font-size: 1.9rem;
  }
}
.venue-map .venue-map__address .venue-map__address__name {
  line-height: 1;
  opacity: 0;
  padding-bottom: 5px;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address .venue-map__address__name {
    padding-bottom: 10px;
  }
}
.venue-map .venue-map__address.venue-map__address--01 {
  text-align: right;
  right: 20px;
  top: 25px;
  width: 174px;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--01 {
    right: 60px;
    top: 50px;
    width: 304px;
  }
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--01 .venue-map__address__name {
    padding-right: 3px;
  }
}
.venue-map .venue-map__address.venue-map__address--02 {
  text-align: right;
  right: 20px;
  top: 60px;
  width: 168px;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--02 {
    right: 40px;
    top: 110px;
    width: 304px;
  }
}
.venue-map .venue-map__address.venue-map__address--02 .venue-map__address__name {
  padding-right: 3px;
}
.venue-map .venue-map__address.venue-map__address--03 {
  text-align: right;
  right: 8px;
  top: 108px;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--03 {
    right: 10px;
    top: 212px;
    width: 304px;
  }
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--03 .venue-map__address__name {
    padding-right: 20px;
  }
}
.venue-map .venue-map__address.venue-map__address--04 {
  text-align: right;
  right: 20px;
  top: 140px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--04 {
    right: 40px;
    top: 270px;
    width: 279px;
  }
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--04 .venue-map__address__name {
    padding-right: 10px;
  }
}
.venue-map .venue-map__address.venue-map__address--05 {
  bottom: 27px;
  left: 0;
  text-align: right;
  width: 170px;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--05 {
    bottom: 85px;
    left: 10px;
    width: 285px;
  }
}
.venue-map .venue-map__address.venue-map__address--05 .venue-map__address__name {
  bottom: 0px;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--05 .venue-map__address__name {
    left: 10px;
  }
}
.venue-map .venue-map__address.venue-map__address--06 {
  bottom: 0;
  left: 0;
  text-align: right;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .venue-map .venue-map__address.venue-map__address--06 {
    bottom: 35px;
    left: 0;
    width: 278px;
  }
}
.venue-map .venue-map__address.venue-map__address--06 .venue-map__address__name {
  bottom: 0px;
  left: 0;
  position: absolute;
}

.world-news {
  background-color: #ededed;
  overflow: hidden;
  padding: 40px 20px 64px;
}
@media screen and (min-width: 768px) {
  .world-news {
    overflow: initial;
    padding: 105px 100px 80px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .world-news {
    padding: 105px 13.5416666667vw 80px;
  }
}
@media screen and (min-width: 768px) {
  .world-news::before {
    content: "";
    display: block;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), color-stop(30%, rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: 988px;
    left: -10.4166666667vw;
    position: absolute;
    top: -136px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 46.1805555556vw;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) {
  .world-news::after {
    content: "";
    display: block;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), color-stop(30%, rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: 988px;
    right: 0;
    position: absolute;
    top: 151px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    width: 46.1805555556vw;
    z-index: 0;
  }
}
.world-news .sec-ttl {
  color: #000;
}
.world-news .sec__inr {
  margin: 0 auto;
  max-width: 1050px;
  position: relative;
  z-index: 1;
}
.world-news .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__cat > span::after, .world-news .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__cat > a::after {
  border-top: 31px solid #222a42;
}
@media screen and (min-width: 768px) {
  .world-news .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__cat > span::after, .world-news .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__cat > a::after {
    border-top: 41px solid #222a42;
  }
}
.world-news .world-news-archive__btn {
  padding: 20px 0 0;
  text-align: center;
}

.world-news-archive .archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.world-news-archive .archive-list > li {
  margin-bottom: 25px;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .world-news-archive .archive-list > li {
    margin: 0 1.5% 3%;
    max-width: 240px;
    width: 22%;
  }
}
.world-news-archive .archive-list > li:nth-child(odd) {
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .world-news-archive .archive-list > li:nth-child(odd) {
    margin-right: 1.5%;
  }
}
.world-news-archive .archive-list > li:nth-child(even) {
  margin-left: 3%;
}
@media screen and (min-width: 768px) {
  .world-news-archive .archive-list > li:nth-child(even) {
    margin-left: 1.5%;
  }
}
.world-news-archive .archive-list > li .archive-list__inr .archive-list__cat > a::after {
  border-top: 30px solid #222a42;
}
@media screen and (min-width: 768px) {
  .world-news-archive .archive-list > li .archive-list__inr .archive-list__cat > a::after {
    border-top: 30px solid #222a42;
  }
}
@media screen and (min-width: 1024px) {
  .world-news-archive .archive-list > li .archive-list__inr .archive-list__cat > a::after {
    border-top: 42px solid #222a42;
  }
}

.wrc-standings {
  background-color: #ededed;
  background-image: url(../images/top/wrc-standings-bg_sp.png);
  background-size: 100vw auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 65px 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrc-standings {
    background-image: url(../images/top/wrc-standings-bg_pc.png);
    background-size: cover;
    overflow: hidden;
    padding: 0 0 130px;
  }
}
.wrc-standings .sec-ttl {
  color: #000;
}
.wrc-standings .sec-ttl .sec-ttl__top {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .wrc-standings .sec-ttl .sec-ttl__top {
    font-size: 4rem;
  }
}
.wrc-standings .sec-ttl .sec-ttl__bottom {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wrc-standings .sec-ttl .sec-ttl__bottom {
    margin-bottom: 20px;
  }
}
.wrc-standings .sec__separate {
  bottom: 0;
  left: 0;
  position: absolute;
}

.standings .standings__ttl {
  font-size: 1.3rem;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .standings .standings__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.standings .standings__wrap {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 25px 15px 25px;
}
@media screen and (min-width: 768px) {
  .standings .standings__wrap {
    padding: 40px 50px 40px 50px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    width: 88.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .standings .standings__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: skew(15deg);
            transform: skew(15deg);
  }
}
.standings .standings__inr > div {
  margin-bottom: 40px;
}
.standings .standings__inr > div:last-child {
  margin-bottom: 0;
}
.standings .standings__item {
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  .standings .standings__item {
    overflow: scroll;
  }
}
@media screen and (min-width: 768px) {
  .standings .standings__item {
    padding: 0 25px;
  }
}
@media screen and (max-width: 766px) {
  .standings .standings__item .standings__table__wrap {
    overflow: scroll;
  }
}
.standings .standings__item .standings__item__ttl {
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .standings .standings__item .standings__item__ttl {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
.standings .standings__table {
  display: table;
  width: 100%;
}
.standings .standings__table > li {
  display: table-row;
}
.standings .standings__table > li:first-child {
  background-color: #f2f2f2;
  font-weight: 700;
}
.standings .standings__table > li > div {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .standings .standings__table > li > div {
    padding: 15px 20px;
  }
}
.standings .standings__table > li > div:nth-child(1), .standings .standings__table > li > div:nth-child(4) {
  text-align: center;
}
.standings .standings__table {
  width: 100%;
}
.standings .standings__table thead tr {
  background-color: #f2f2f2;
  font-weight: 700;
}
.standings .standings__table thead tr th {
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
}
.standings .standings__table tr td {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .standings .standings__table tr td {
    padding: 15px 20px;
  }
}
.standings .standings__table tr td:nth-child(1), .standings .standings__table tr td:nth-child(4) {
  text-align: center;
}

.partner .sec__inr {
  padding: 30px 25px 50px;
}
@media screen and (min-width: 768px) {
  .partner .sec__inr {
    padding: 95px 0;
  }
}
.partner .sec-ttl {
  color: #000;
}

.partner-list {
  margin: 0 auto;
  max-width: 1050px;
}
@media screen and (min-width: 768px) {
  .partner-list {
    overflow: hidden;
  }
}
.partner-list > div {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .partner-list > div {
    margin-bottom: 60px;
  }
}
.partner-list > div:last-child {
  margin-bottom: 0;
}
.partner-list .partner-list__ttl {
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .partner-list .partner-list__ttl {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
.partner-list .partner-list__ttl::after {
  width: 100%;
}
.partner-list .partner-list__ttl > div {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-block;
  height: 21px;
  -webkit-transform: skew(-15deg) translate(0, 1px);
          transform: skew(-15deg) translate(0, 1px);
  padding: 5px 10px 0;
}
@media screen and (min-width: 768px) {
  .partner-list .partner-list__ttl > div {
    height: 33px;
    padding: 10px 20px 0;
  }
}
.partner-list .partner-list__ttl > div > span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.partner-list .partner-list__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}
.partner-list .partner-list__logo > li {
  padding: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  .partner-list .partner-list__logo > li {
    padding: 0 20px;
  }
}
.partner-list .partner-list__logo img {
  max-width: auto;
  zoom: 0.5;
  width: auto;
}
.partner-list .partner-list__logo.partner-list__logo--host a {
  color: #000;
}
.partner-list .partner-list__logo.partner-list__logo--host a:hover {
  text-decoration: underline;
}
.partner-list .partner-list__logo.partner-list__logo--host a:visited {
  color: #000;
}
@media screen and (min-width: 768px) {
  .partner-list .partner-list__logo.partner-list__logo--mp > li {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .partner-list .partner-list__logo.partner-list__logo--mp > li:nth-child(n+9) {
    padding: 0 8px 10px;
  }
}

.partner-logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 5rem;
}
.partner-logos + .partner-logos {
  margin-top: 4rem;
}
.partner-logos.partner-logos--title {
  margin: 20px auto;
  max-width: 300px;
}
.partner-logos.partner-logos--gold {
  margin: 20px auto;
}
.partner-logos.partner-logos--gold > li {
  max-width: 225px;
}
.partner-logos.partner-logos--bronze > li {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.partner-logos.partner-logos--oss > li {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  width: 120px;
  margin: 0 -1% -1.1%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.partner-logos.partner-logos--mp > li {
  width: 120px;
}
.partner-logos > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partner-logos > li.w-200 {
  width: 200px;
}
.partner-logos > li.w-180 {
  width: 180px;
}
.partner-logos > li.w-150 {
  width: 150px;
}
.partner-logos > li.w-120 {
  width: 120px;
}
.partner-logos > li.h-15 {
  height: 15px;
  width: auto;
}
.partner-logos > li.h-15 img {
  height: 100%;
  width: auto;
}
.partner-logos > li.h-20 {
  height: 20px;
  width: auto;
}
.partner-logos > li.h-20 img {
  height: 100%;
  width: auto;
}
.partner-logos > li.h-25 {
  height: 25px;
  width: auto;
}
.partner-logos > li.h-25 img {
  height: 100%;
  width: auto;
}
.partner-logos > li.h-30 {
  height: 30px;
  width: auto;
}
.partner-logos > li.h-30 img {
  height: 100%;
  width: auto;
}
.partner-logos > li.h-40 {
  height: 40px;
  width: auto;
}
.partner-logos > li.h-40 img {
  height: 100%;
  width: auto;
}
.partner-logos > li.h-50 {
  height: 50px;
  width: auto;
}
.partner-logos > li.h-50 img {
  height: 100%;
  width: auto;
}
.partner-logos > li.h-60 {
  height: 60px;
  width: auto;
}
.partner-logos > li.h-60 img {
  height: 100%;
  width: auto;
}
.partner-logos > li.hyundai {
  width: 200px;
}
.partner-logos > li.kddi {
  width: 90px;
}
.partner-logos > li.msad {
  width: 70px;
}
.partner-logos > li.lg {
  width: 70px;
}
.partner-logos > li.act {
  width: 120px;
}
.partner-logos > li.denso {
  width: 100px;
}
.partner-logos > li.ms {
  width: 80px;
}
.partner-logos > li.nkc {
  width: 140px;
}
.partner-logos > li.nishio {
  width: 120px;
}
.partner-logos > li.all-toyota {
  width: 160px;
}
.partner-logos > li.aisin {
  width: 90px;
}
.partner-logos > li.aitos {
  width: 120px;
}
.partner-logos > li.altia {
  width: 100px;
}
.partner-logos > li.assahikasei {
  width: 130px;
}
.partner-logos > li.gakken {
  width: 100px;
}
.partner-logos > li.jtekt {
  width: 90px;
}
.partner-logos > li.toyota-gousei {
  width: 100px;
}
.partner-logos > li.toyota-boshoku {
  width: 130px;
}
.partner-logos > li.toyota-home {
  width: 150px;
}
.partner-logos > li.toyota-kyushu {
  width: 50px;
}
.partner-logos > li.toyota-tsuushou {
  width: 100px;
}
.partner-logos > li.pia {
  width: 45px;
}
.partner-logos > li.tva {
  width: 110px;
}
.partner-logos > li.marubeni {
  width: 130px;
}

.top-pr-movie {
  aspect-ratio: 16/9;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 70px 15px 0;
  margin-bottom: -39px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-pr-movie {
    padding: 50px 50px 50px;
    margin: 0 auto 0;
    max-width: 1050px;
  }
}
@media screen and (min-width: 1024px) {
  .top-pr-movie {
    padding: 50px 3.4722222222vw 50px;
  }
}
.top-pr-movie iframe {
  height: 100%;
  width: 100%;
}

.home-banners {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .home-banners {
    padding: 0 100px 150px;
  }
}
@media screen and (min-width: 1024px) {
  .home-banners {
    padding: 0 13.5416666667vw 150px;
  }
}

.sponsor-list {
  padding: 90px 20px;
}
@media screen and (min-width: 768px) {
  .sponsor-list {
    padding: 120px 50px;
  }
}
.sponsor-list .sponsor-list__section {
  margin: 0 auto;
  max-width: 1200px;
}
.sponsor-list .sponsor-list__section__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .sponsor-list .sponsor-list__section__title {
    font-size: 30px;
  }
}