@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes textBoxFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: skew(25deg);
            transform: skew(25deg);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
@keyframes textBoxFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: skew(25deg);
            transform: skew(25deg);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
@-webkit-keyframes pdBoxFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes pdBoxFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textRevealLeftToRight {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-transform: rotate(-6deg) scale(0.5);
            transform: rotate(-6deg) scale(0.5);
  }
  25% {
    clip-path: inset(0 0% 0 0);
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  100% {
    clip-path: inset(0 0% 0 0);
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
}
@keyframes textRevealLeftToRight {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-transform: rotate(-6deg) scale(0.5);
            transform: rotate(-6deg) scale(0.5);
  }
  25% {
    clip-path: inset(0 0% 0 0);
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  100% {
    clip-path: inset(0 0% 0 0);
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
}
.SonicRacing {
  font-family: "source-han-sans-cjk-ja", sans-serif;
  background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/bg.jpg) no-repeat top center #000429;
  background-size: cover;
}
.SonicRacing img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.SonicRacing a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.SonicRacing .kv {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/kv-bg.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 12%;
  overflow: hidden;
}
.SonicRacing .kv h1 {
  line-height: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
.SonicRacing .kv__badge {
  position: absolute;
  right: 4%;
  top: 5%;
  width: 12vw;
}
.SonicRacing .kv__mainBox {
  width: 50%;
  padding: 17% 0 1% 5%;
}
.SonicRacing .kv__textBoxWrap {
  position: relative;
}
.SonicRacing .kv__textBox-1 {
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
}
.SonicRacing .kv__textBox-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
}
.SonicRacing .kv__textBox-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
}
.SonicRacing .kv__textBox-1--after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
}
.SonicRacing .kv__textBox-2--after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
}
.SonicRacing .kv__textBox-3--after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
}
.SonicRacing .kv__pdBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SonicRacing .kv__pdBox {
  margin: 3%;
  width: 18%;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-animation: pdBoxFadeIn 0.5s ease-out forwards;
          animation: pdBoxFadeIn 0.5s ease-out forwards;
}
.SonicRacing .kv__pdBox-1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.SonicRacing .kv__pdBox-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.SonicRacing .kv__pdBox-3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.SonicRacing .kv__animateBox {
  position: absolute;
  width: 48%;
  top: 21%;
  right: 3.5%;
}
.SonicRacing .kv__animateBox-role {
  opacity: 0;
}
.SonicRacing .kv__animateBox-role-1 {
  position: relative;
  z-index: 9;
}
.SonicRacing .kv__animateBox-role-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.SonicRacing .kv__animateBox-role-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.SonicRacing .kv__animateBox-role-4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.SonicRacing .kv__animateBox-role-5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.SonicRacing .kv__animateBox-role-6 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.SonicRacing .kv__animateBox-role-7 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.SonicRacing .kv__animateBox-role-8 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.SonicRacing .kv__iconBox {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 10;
  width: 60vw;
}
.SonicRacing .kv__iconBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SonicRacing .kv__iconBox-item {
  margin: 0 1%;
}
.SonicRacing .kv__copyright {
  position: absolute;
  bottom: 12%;
  right: 5%;
}
.SonicRacing .kv__copyright p {
  color: #fff;
  font-size: 13px;
}
@media (min-width: 996px) {
  .SonicRacing .kv__badge {
    width: 7vw;
  }
  .SonicRacing .kv__copyright {
    position: absolute;
    bottom: 12%;
    right: 5%;
  }
  .SonicRacing .kv__copyright p {
    font-size: 0.8rem;
  }
}
@media (min-width: 1930px) {
  .SonicRacing .kv__copyright p {
    font-size: 1.5rem;
  }
}
.SonicRacing .intro {
  position: relative;
  padding-top: 5%;
}
.SonicRacing .intro__txtBox {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/intro-border.png) no-repeat top center;
  background-size: contain;
  max-width: 900px;
  margin: auto;
  height: 100%;
  width: 90%;
}
.SonicRacing .intro__txtBox-title {
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 42%;
}
.SonicRacing .intro__txtBox-txt {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 1.5rem 0.5rem;
}
.SonicRacing .intro__txtBox p {
  margin: 5% 0;
  color: #fff;
  font-size: 2.6vw;
}
.SonicRacing .intro__btnBox {
  width: 50%;
  max-width: 350px;
  margin: 3% auto 0;
}
@media (min-width: 996px) {
  .SonicRacing .intro__txtBox {
    position: relative;
    background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/intro-border.png) no-repeat top center;
    background-size: cover;
    max-width: 900px;
    margin: auto;
    height: 500px;
  }
  .SonicRacing .intro__txtBox-txt {
    padding: 9% 0;
  }
  .SonicRacing .intro__txtBox p {
    font-size: 1.6rem;
  }
  .SonicRacing .intro__btnBox {
    width: 30vw;
  }
}
.SonicRacing .date {
  position: relative;
  padding: 5% 0 0;
}
.SonicRacing .date__flexBox {
  max-width: 1280px;
  margin: auto;
}
.SonicRacing .date__itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5% auto;
  width: 80%;
}
.SonicRacing .date__itemBox-txt p {
  font-size: 3vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  padding-left: 20px;
  text-shadow: 0 0 10px #2475e4, 0 0 10px #2475e4;
}
.SonicRacing .date__itemBox-txt span {
  font-size: 5vw;
}
@media (min-width: 996px) {
  .SonicRacing .date__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 80%;
  }
  .SonicRacing .date__itemBox {
    width: calc(50% - 20px);
    padding: 5% 2%;
  }
  .SonicRacing .date__itemBox-txt p {
    font-size: 1.5rem;
  }
  .SonicRacing .date__itemBox-txt span {
    font-size: 2.1rem;
  }
}
.SonicRacing .pd {
  padding: 8% 0;
}
.SonicRacing .pd__block {
  background: #fff;
  padding: 3%;
}
.SonicRacing .pd__titleBox {
  max-width: 200px;
  margin: auto;
}
.SonicRacing .pd__flexBox {
  margin: 7% auto;
}
.SonicRacing .pd__itemBox {
  margin: 15% auto;
  width: 80%;
}
.SonicRacing .pd__itemBox-img {
  max-width: 50%;
  margin: auto;
}
.SonicRacing .pd__itemBox-name {
  position: relative;
}
.SonicRacing .pd__itemBox-name--1::after {
  content: "";
  position: absolute;
  right: -17%;
  top: 71%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16vw;
  height: 8.6vw;
  background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-1.png) no-repeat;
  background-size: cover;
}
.SonicRacing .pd__itemBox-name--2::after {
  content: "";
  position: absolute;
  right: -17%;
  top: 71%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16vw;
  height: 8.6vw;
  background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-2.png) no-repeat;
  background-size: cover;
}
.SonicRacing .pd__itemBox-name--3::after {
  content: "";
  position: absolute;
  right: -2%;
  top: 71%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16vw;
  height: 6vw;
  background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-3.png) no-repeat;
  background-size: cover;
}
.SonicRacing .pd__itemBox h3 {
  margin: 5% auto;
  text-align: center;
  font-size: 4.5vw;
  color: #fff;
  text-shadow: 0 0 10px #2475e4, 0 0 10px #2475e4;
  letter-spacing: 1px;
}
.SonicRacing .pd__itemBox-light {
  width: 80%;
  margin: 2% auto 0;
  max-width: 550px;
}
@media (min-width: 576px) {
  .SonicRacing .pd__titleBox {
    max-width: 280px;
  }
}
@media (min-width: 996px) {
  .SonicRacing .pd__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 50px;
    margin: 2% auto 0;
  }
  .SonicRacing .pd__flexBox-single {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .SonicRacing .pd__flexBox-single .pd__itemBox h3 {
    margin-top: 5%;
  }
  .SonicRacing .pd__itemBox {
    margin: 0 2%;
    padding: 3%;
    width: auto;
  }
  .SonicRacing .pd__itemBox-img {
    width: 100%;
    margin: auto;
    max-width: 200px;
  }
  .SonicRacing .pd__itemBox-name--1::after {
    content: "";
    position: absolute;
    right: 1%;
    top: 71%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5vw;
    height: 2.5vw;
    background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-1.png) no-repeat;
    background-size: cover;
  }
  .SonicRacing .pd__itemBox-name--2::after {
    content: "";
    position: absolute;
    right: -12%;
    top: 71%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5vw;
    height: 3vw;
    background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-2.png) no-repeat;
    background-size: cover;
  }
  .SonicRacing .pd__itemBox-name--3::after {
    content: "";
    position: absolute;
    right: 8%;
    top: 71%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5vw;
    height: 2vw;
    background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-3.png) no-repeat;
    background-size: cover;
  }
  .SonicRacing .pd__itemBox h3 {
    font-size: 1.5rem;
    margin: auto;
    margin-top: 5%;
  }
}
@media (min-width: 1300px) {
  .SonicRacing .pd__itemBox-name--1::after {
    content: "";
    position: absolute;
    right: -6%;
    top: 71%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5vw;
    height: 2.5vw;
    background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-1.png) no-repeat;
    background-size: cover;
  }
  .SonicRacing .pd__itemBox-name--2::after {
    content: "";
    position: absolute;
    right: -6%;
    top: 71%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5vw;
    height: 3vw;
    background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-2.png) no-repeat;
    background-size: cover;
  }
  .SonicRacing .pd__itemBox-name--3::after {
    content: "";
    position: absolute;
    right: 6%;
    top: 71%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5vw;
    height: 2vw;
    background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/pd-role-3.png) no-repeat;
    background-size: cover;
  }
}
.SonicRacing .redeem__titleBox {
  max-width: 500px;
  margin: 5% auto;
}
.SonicRacing .redeem__title {
  color: #fff;
  padding: 5px;
  text-align: center;
}
.SonicRacing .redeem__title h2 {
  font-size: 36px;
  letter-spacing: 4px;
}
.SonicRacing .redeem__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: auto;
}
.SonicRacing .redeem__stepBox {
  padding: 5% 0;
}
.SonicRacing .redeem__itemBox {
  margin: 0 auto;
}
.SonicRacing .redeem__itemBox-step {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.SonicRacing .redeem__itemBox-step p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
.SonicRacing .redeem__itemBox-step span {
  display: block;
  font-size: 55px;
}
.SonicRacing .redeem__itemBox-txt {
  color: #ffffff;
  margin: 6% auto;
  text-align: center;
  font-weight: bold;
  min-height: 70px;
}
.SonicRacing .redeem__itemBox-icon {
  width: 70%;
  margin: auto;
}
.SonicRacing .redeem__itemBox-icon img {
  max-height: 150px;
  width: auto;
  margin: auto;
}
.SonicRacing .redeem__itemBox-img {
  margin: 5% auto;
  text-align: center;
}
.SonicRacing .redeem__itemBox-img img {
  width: auto;
  margin: auto;
}
.SonicRacing .redeem__itemBox-img a {
  background: #696969;
  color: #fff;
  padding: 3px 15px;
  font-size: 15px;
  margin: 4% auto;
  text-align: center;
  display: inline-block;
}
.SonicRacing .redeem__itemBox-img a:hover {
  background: #ef6e02;
}
.SonicRacing .redeem__itemBox-hr {
  margin: -20% auto;
  width: auto;
}
.SonicRacing .redeem__itemBox-hr img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  max-width: 50%;
}
.SonicRacing .redeem__list {
  margin-top: 5%;
  width: 90%;
  margin: auto;
}
.SonicRacing .redeem__list ul {
  padding-left: 30px;
}
.SonicRacing .redeem__list li {
  list-style-type: disc;
  padding: 4px 0;
}
.SonicRacing .redeem__tc {
  margin: 3% auto 0;
  text-align: center;
}
.SonicRacing .redeem__tc a {
  display: inline-block;
  letter-spacing: 5px;
  color: #ffffff;
  font-size: 46px;
  text-align: center;
  text-decoration: underline;
  margin: auto;
  cursor: pointer;
}
.SonicRacing .redeem__tc a:hover {
  color: #ffffff;
}
@media (min-width: 996px) {
  .SonicRacing .redeem__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .SonicRacing .redeem__itemBox {
    margin: 0 2%;
    width: calc(33.3333333333% - 20px);
  }
  .SonicRacing .redeem__itemBox-hr {
    margin: 2% auto;
    width: 5%;
  }
  .SonicRacing .redeem__itemBox-hr img {
    max-height: 17vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
  }
}
.SonicRacing .tc {
  background: url(https://storage-asset.msi.com/event/2025/JP/2025-Sonic-Racing-CrossWorlds/images/bg-bottom.png) no-repeat bottom center;
  background-size: 100%;
  padding: 13% 0 7%;
}
.SonicRacing .tc__btnBox {
  width: 100%;
}
.SonicRacing .tc__btnBox a {
  display: block;
  margin: 3% auto;
  cursor: pointer;
}
.SonicRacing .tc__btnBox a:nth-of-type(1) {
  max-width: 500px;
}
.SonicRacing .tc__btnBox a:nth-of-type(2) {
  max-width: 200px;
}
.SonicRacing .tc__fxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  margin-top: 5%;
}
.SonicRacing .tc__fxBox {
  max-width: 900px;
  position: relative;
}
.SonicRacing .tc__fxBox-txt {
  position: absolute;
  right: 19%;
  top: 22%;
  color: #fff;
  font-size: 3vw;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: rotate(-6deg) scale(0.5);
          transform: rotate(-6deg) scale(0.5);
  -webkit-animation: textRevealLeftToRight 3s ease-out infinite;
          animation: textRevealLeftToRight 3s ease-out infinite;
}
.SonicRacing .tc__fxBox-txt p {
  white-space: nowrap;
}
@media (min-width: 996px) {
  .SonicRacing .tc__fxBox-txt {
    position: absolute;
    right: 19%;
    top: 22%;
    font-size: 1.3rem;
    clip-path: inset(0 100% 0 0);
    -webkit-transform: rotate(-6deg) scale(0.5);
            transform: rotate(-6deg) scale(0.5);
    -webkit-animation: textRevealLeftToRight 3s ease-out infinite;
            animation: textRevealLeftToRight 3s ease-out infinite;
  }
}/*# sourceMappingURL=main.css.map */