@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;600;700&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@700&display=swap'; /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}
button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type='number'] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
:root {
  line-height: 1.5;
  --pc-min-window: 1600;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(16px - (var(--pc-min-window) * 1px - 100vw) * 16 / var(--pc-min-window), 16px);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Yu Gothic,
    Meiryo,
    sans-serif;
  font-size: 1rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  background-image: url(/taiwan/_assets/images/common/bg-pc.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  body {
    background-image: url(/taiwan/_assets/images/common/bg-sp.webp);
  }
}
a {
  color: inherit;
  text-decoration: none;
}
img,
picture {
  display: block;
  max-width: 100%;
}
.m-language {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-language {
    display: block;
  }
  .m-language.is-opening .m-language__dialog {
    transform: translateY(0);
  }
  .m-language.is-closing .m-language__dialog {
    transform: translateY(100%);
  }
  .m-language__open-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    color: #fff;
    text-align: center;
    background-color: #e60c11;
    transition: transform 0.5s;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .m-language__open-button:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-language__open-button:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
  .m-language__open-button.is-hidden {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .m-language__open-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .m-language__dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 0;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #e60c11;
    transform: translateY(100%);
    transition: transform 0.5s;
  }
  .m-language__nav {
    margin: 11.875rem auto 2rem;
  }
  .m-language__nav-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100svh - 13.875rem);
  }
  .m-language__nav-list-item {
    color: #fff;
    text-align: center;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.063em;
    overflow: hidden;
  }
  .m-language__nav-list-item:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-language__nav-list-item:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-language__nav-list-item:nth-child(3) {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.063em;
    overflow: hidden;
  }
  .m-language__nav-list-item:nth-child(3):before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-language__nav-list-item:nth-child(3):after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .m-language__nav-list-item-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .m-language__nav-list-item-language {
    text-align: center;
  }
  .m-language__close-button {
    position: relative;
    padding: 10rem 1.875rem 0;
    margin: 0 auto;
  }
  .m-language__close-button:before,
  .m-language__close-button:after {
    position: absolute;
    top: 4.375rem;
    left: 50%;
    display: block;
    width: 11.25rem;
    height: 0.25rem;
    content: '';
    background-color: #fff;
    transform: translate(-50%);
    transform-origin: center;
  }
  .m-language__close-button:before {
    transform: translate(-50%) rotate(45deg);
  }
  .m-language__close-button:after {
    transform: translate(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .m-language__close-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .m-language__close-button-text {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .m-language__close-button-text:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-language__close-button-text:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
}
.o-about-section {
  overflow: hidden;
}
.o-about-section__content-wrapper {
  width: 100rem;
  margin: 4.5rem auto 0;
}
.o-about-section__content {
  position: relative;
  margin-right: 35.3125rem;
  margin-left: 35.3125rem;
}
.o-about-section__heading {
  color: #2c323f;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.063em;
  overflow: hidden;
}
.o-about-section__heading:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: '';
}
.o-about-section__heading:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1.2) * 0.5em);
  content: '';
}
.o-about-section__main-text {
  margin-top: 5.5rem;
  color: #2c323f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.625;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.o-about-section__main-text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.8125em;
  content: '';
}
.o-about-section__main-text:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.7625em;
  content: '';
}
.o-about-section__image {
  opacity: 0;
  transition: opacity 1s;
}
.o-about-section__image.is-visible {
  opacity: 1;
}
.o-about-section__image1 {
  position: absolute;
  top: -0.5625rem;
  left: -23.1875rem;
  width: 16.9375rem;
  aspect-ratio: 271/202;
}
.o-about-section__image2 {
  position: absolute;
  top: 30.625rem;
  right: -20.75rem;
  width: 16.9375rem;
  aspect-ratio: 271/202;
}
.o-about-section__player-image1 {
  position: absolute;
  top: 8rem;
  left: -18.5625rem;
  width: 17.5rem;
  aspect-ratio: 280/419;
}
.o-about-section__player-image2 {
  position: absolute;
  top: 22.6875rem;
  left: -24.1875rem;
  width: 13rem;
  aspect-ratio: 208/388;
  transform: rotate(2.2deg);
}
.o-about-section__player-image3 {
  position: absolute;
  top: -5.625rem;
  right: -22.5rem;
  width: 19.375rem;
  aspect-ratio: 310/331;
}
.o-about-section__player-image4 {
  position: absolute;
  top: 9.625rem;
  right: -34.5rem;
  width: 25.875rem;
  aspect-ratio: 414/436;
}
.o-about-section__main-image-wrapper {
  position: relative;
}
.o-about-section__main-image-wrapper:after {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  display: block;
  width: 61.0625rem;
  height: 15.75rem;
  content: '';
  background-image: url(/taiwan/_assets/images/about-section/welcome-to-voreas-hokkaido.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%);
}
.o-about-section__main-image {
  width: 100vw;
  max-width: unset;
  aspect-ratio: 1600/612;
  margin: 15rem calc(50% - 50vw) 0;
}
.o-about-section--en .o-about-section__main-image {
  margin-top: 9.375rem;
}
.o-about-section--zh .o-about-section__main-text {
  font-family:
    Noto Sans TC,
    Noto Sans JP,
    sans-serif;
}
.o-about-section--zh .o-about-section__main-image {
  margin-top: 17.5rem;
}
@media screen and (max-width: 767px) {
  .o-about-section__content-wrapper {
    width: auto;
    margin: 6.25rem 9.0625rem 0;
  }
  .o-about-section__content {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  .o-about-section__heading {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.063em;
    overflow: hidden;
  }
  .o-about-section__heading:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: '';
  }
  .o-about-section__heading:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1.3333333333) * 0.5em);
    content: '';
  }
  .o-about-section__main-text {
    margin: 4.375rem 4.0625rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.0833333333;
    letter-spacing: 0.09em;
    overflow: hidden;
  }
  .o-about-section__main-text:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.0833333333) * 0.5em);
    content: '';
  }
  .o-about-section__main-text:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 2.0833333333) * 0.5em);
    content: '';
  }
  .o-about-section__image1 {
    top: 7.875rem;
    left: -12.1875rem;
    width: 12.5rem;
    aspect-ratio: 200/154;
  }
  .o-about-section__image2 {
    top: 62.375rem;
    right: -10rem;
    width: 12.5rem;
    aspect-ratio: 200/156;
  }
  .o-about-section__player-image1 {
    top: 18.9375rem;
    left: -11.25rem;
    width: 14.9375rem;
    aspect-ratio: 239/358;
  }
  .o-about-section__player-image2 {
    top: 47.1875rem;
    left: -9.0625rem;
    width: 12.1875rem;
    aspect-ratio: 195/363;
  }
  .o-about-section__player-image3 {
    top: 7.5625rem;
    right: -9.1875rem;
    width: 12.5rem;
    aspect-ratio: 200/234;
  }
  .o-about-section__player-image4 {
    top: 26.25rem;
    right: -12.5rem;
    width: 18.1875rem;
    aspect-ratio: 291/306;
  }
  .o-about-section__main-image-wrapper:after {
    top: 9rem;
    width: 35.6875rem;
    height: 9.25rem;
  }
  .o-about-section__main-image {
    aspect-ratio: 750/587;
    margin: 11.25rem auto 0;
  }
  .o-about-section--en .o-about-section__main-image {
    margin-top: 6.25rem;
  }
  .o-about-section--zh .o-about-section__main-image {
    margin-top: 23.125rem;
  }
}
.u-pc-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-br {
    display: block;
  }
}
.u-sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-br {
    display: block;
  }
}
.o-fan-meeting-section {
  overflow: hidden;
  scroll-margin-top: -6.25rem;
}
.o-fan-meeting-section__content-wrapper {
  width: 100rem;
  margin: 12.5rem auto 0;
}
.o-fan-meeting-section__content {
  position: relative;
  margin-right: 8.125rem;
  margin-left: 8.125rem;
}
.o-fan-meeting-section__fan-meeting-title {
  width: 43.4375rem;
  aspect-ratio: 695/252;
  margin: 0 auto;
}
.o-fan-meeting-section__image {
  opacity: 0;
  transition: opacity 1s;
}
.o-fan-meeting-section__image.is-visible {
  opacity: 1;
}
.o-fan-meeting-section__photo1 {
  position: absolute;
  top: 18.375rem;
  right: 5.375rem;
  width: 40.8125rem;
  aspect-ratio: 653/477;
}
.o-fan-meeting-section__photo2 {
  position: absolute;
  top: 27.125rem;
  left: 3.25rem;
  width: 40.8125rem;
  aspect-ratio: 653/484;
}
.o-fan-meeting-section__photo3 {
  position: absolute;
  top: 59.4375rem;
  right: 8.5rem;
  width: 37.5rem;
  aspect-ratio: 600/433;
}
.o-fan-meeting-section__photo4 {
  position: absolute;
  top: 63.5rem;
  left: 5.4375rem;
  width: 37.5rem;
  aspect-ratio: 600/433;
}
.o-fan-meeting-section__photo5 {
  position: absolute;
  top: 100.125rem;
  left: 0;
  width: 34.0625rem;
  aspect-ratio: 545/404;
}
.o-fan-meeting-section__photo6 {
  position: absolute;
  top: 129.125rem;
  left: 3.4375rem;
  width: 34.0625rem;
  aspect-ratio: 545/410;
}
.o-fan-meeting-section__band {
  position: absolute;
  top: 80.9375rem;
  right: 9.5rem;
  width: 35.5rem;
  aspect-ratio: 568/416;
}
.o-fan-meeting-section__decoration {
  position: absolute;
  top: 51.125rem;
  right: 5.375rem;
  width: 1.1875rem;
  aspect-ratio: 19/262;
}
.o-fan-meeting-section__text-wrapper1 {
  width: 32.5rem;
  margin-top: 92.75rem;
  margin-left: 41.5625rem;
}
.o-fan-meeting-section__text-wrapper2 {
  width: 35rem;
  margin-top: 6.5625rem;
  margin-left: 41.5625rem;
}
@media screen and (max-width: 767px) {
  .o-fan-meeting-section {
    scroll-margin-top: -6.625rem;
  }
  .o-fan-meeting-section__content-wrapper {
    width: auto;
    margin: 9.75rem 3rem 0;
  }
  .o-fan-meeting-section__content {
    margin-right: auto;
    margin-left: auto;
  }
  .o-fan-meeting-section__fan-meeting-title {
    width: 33.3125rem;
    aspect-ratio: 533/166;
    margin: 0 auto;
  }
  .o-fan-meeting-section__photo1 {
    position: absolute;
    top: 11.75rem;
    right: -3.125rem;
    width: 24.375rem;
    aspect-ratio: 390/290;
  }
  .o-fan-meeting-section__photo2 {
    position: absolute;
    top: 17.875rem;
    left: -3.125rem;
    width: 24.375rem;
    aspect-ratio: 390/284;
  }
  .o-fan-meeting-section__photo3 {
    position: absolute;
    top: 31.875rem;
    right: -1.25rem;
    width: 20.9375rem;
    aspect-ratio: 335/246;
  }
  .o-fan-meeting-section__photo4 {
    display: none;
  }
  .o-fan-meeting-section__photo5 {
    position: absolute;
    top: 37.375rem;
    left: -2rem;
    width: 20.3125rem;
    aspect-ratio: 325/230;
  }
  .o-fan-meeting-section__photo6 {
    position: absolute;
    top: 53.375rem;
    left: 4.25rem;
    width: 23.4375rem;
    aspect-ratio: 375/256;
  }
  .o-fan-meeting-section__band {
    position: absolute;
    top: 46.625rem;
    right: -2.3125rem;
    width: 23.125rem;
    aspect-ratio: 370/271;
  }
  .o-fan-meeting-section__decoration {
    position: absolute;
    top: 58.875rem;
    right: 1.25rem;
    width: 0.5625rem;
    aspect-ratio: 9/131;
  }
  .o-fan-meeting-section__text-wrapper1 {
    width: 100%;
    margin-top: 65rem;
    margin-left: unset;
  }
  .o-fan-meeting-section__text-wrapper2 {
    width: 100%;
    margin-top: 6.5rem;
    margin-left: unset;
  }
  .o-fan-meeting-section__text-wrapper2 .m-title-description-block__title {
    margin-right: -0.0625rem;
    margin-left: -0.0625rem;
  }
}
.m-title-description-block--with-sub-label .m-title-description-block__description {
  margin-top: 3.125rem;
}
.m-title-description-block__title {
  color: #2c323f;
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 1.4901960784;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.m-title-description-block__title:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4901960784) * 0.5em);
  content: '';
}
.m-title-description-block__title:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1.4901960784) * 0.5em);
  content: '';
}
.m-title-description-block__title > span {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5333333333;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.m-title-description-block__title > span:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5333333333) * 0.5em);
  content: '';
}
.m-title-description-block__title > span:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 2.5333333333) * 0.5em);
  content: '';
}
.m-title-description-block__sub-label {
  margin-top: 2.25rem;
  color: #2c323f;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.053em;
  overflow: hidden;
}
.m-title-description-block__sub-label:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-title-description-block__sub-label:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-title-description-block__description {
  margin-top: 3.875rem;
  color: #2c323f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.625;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-title-description-block__description:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.8125em;
  content: '';
}
.m-title-description-block__description:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.6625em;
  content: '';
}
.m-title-description-block--en .m-title-description-block__title {
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 1.4117647059;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.m-title-description-block--en .m-title-description-block__title:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4117647059) * 0.5em);
  content: '';
}
.m-title-description-block--en .m-title-description-block__title:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 1.4117647059) * 0.5em);
  content: '';
}
.m-title-description-block--en .m-title-description-block__title > span {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5333333333;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.m-title-description-block--en .m-title-description-block__title > span:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5333333333) * 0.5em);
  content: '';
}
.m-title-description-block--en .m-title-description-block__title > span:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 2.5333333333) * 0.5em);
  content: '';
}
.m-title-description-block--en .m-title-description-block__sub-label {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.053em;
  overflow: hidden;
}
.m-title-description-block--en .m-title-description-block__sub-label:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-title-description-block--en .m-title-description-block__sub-label:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 1) * 0.5em);
  content: '';
}
.m-title-description-block--en .m-title-description-block__description {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-title-description-block--en .m-title-description-block__description:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.75em;
  content: '';
}
.m-title-description-block--en .m-title-description-block__description:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.6em;
  content: '';
}
.m-title-description-block--zh {
  font-family:
    Noto Sans TC,
    Noto Sans JP,
    sans-serif;
}
.m-title-description-block--zh .m-title-description-block__description {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-title-description-block--zh .m-title-description-block__description:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.75em;
  content: '';
}
.m-title-description-block--zh .m-title-description-block__description:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.7em;
  content: '';
}
@media screen and (max-width: 767px) {
  .m-title-description-block--with-sub-label .m-title-description-block__description {
    margin-top: 3.375rem;
  }
  .m-title-description-block__title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2666666667;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .m-title-description-block__title:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2666666667) * 0.5em);
    content: '';
  }
  .m-title-description-block__title:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1.2666666667) * 0.5em);
    content: '';
  }
  .m-title-description-block__title > span {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.52;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .m-title-description-block__title > span:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.26em;
    content: '';
  }
  .m-title-description-block__title > span:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1.52) * 0.5em);
    content: '';
  }
  .m-title-description-block__sub-label {
    margin-top: 3.25rem;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.053em;
    overflow: hidden;
  }
  .m-title-description-block__sub-label:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-title-description-block__sub-label:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-title-description-block__description {
    margin-top: 4.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.2916666667;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-title-description-block__description:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2916666667) * 0.5em);
    content: '';
  }
  .m-title-description-block__description:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 2.2916666667) * 0.5em);
    content: '';
  }
  .m-title-description-block--is-title-center-sp .m-title-description-block__title {
    text-align: center;
  }
  .m-title-description-block--en .m-title-description-block__title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .m-title-description-block--en .m-title-description-block__title:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: '';
  }
  .m-title-description-block--en .m-title-description-block__title:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1.3333333333) * 0.5em);
    content: '';
  }
  .m-title-description-block--en .m-title-description-block__title > span {
    display: inline-block;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .m-title-description-block--en .m-title-description-block__title > span:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.22) * 0.5em);
    content: '';
  }
  .m-title-description-block--en .m-title-description-block__title > span:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1.22) * 0.5em);
    content: '';
  }
  .m-title-description-block--en .m-title-description-block__sub-label {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.053em;
    overflow: hidden;
  }
  .m-title-description-block--en .m-title-description-block__sub-label:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-title-description-block--en .m-title-description-block__sub-label:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
  .m-title-description-block--en .m-title-description-block__description {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-title-description-block--en .m-title-description-block__description:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.4375em;
    content: '';
  }
  .m-title-description-block--en .m-title-description-block__description:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2875em;
    content: '';
  }
  .m-title-description-block--zh .m-title-description-block__description {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.2916666667;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-title-description-block--zh .m-title-description-block__description:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2916666667) * 0.5em);
    content: '';
  }
  .m-title-description-block--zh .m-title-description-block__description:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 2.2916666667) * 0.5em);
    content: '';
  }
}
.o-footer {
  margin-top: 13rem;
  background-color: #c70025;
}
.o-footer__link-list {
  display: flex;
  gap: 0.0625rem;
}
.o-footer__link-item {
  width: 100%;
  aspect-ratio: 533/335;
  background-color: #c70025;
  background-image:
    linear-gradient(#e60c1199, #e60c1199), url(/taiwan/_assets/images/footer/footer-game.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.o-footer__link-item:nth-child(1) {
  background-image:
    linear-gradient(#e60c1199, #e60c1199), url(/taiwan/_assets/images/footer/footer-game.webp);
}
.o-footer__link-item:nth-child(2) {
  background-image:
    linear-gradient(#e60c1199, #e60c1199),
    url(/taiwan/_assets/images/footer/footer-fan-meeting.webp);
}
.o-footer__link-item:nth-child(3) {
  background-image:
    linear-gradient(#e60c1199, #e60c1199),
    url(/taiwan/_assets/images/footer/footer-special-guest.webp);
}
.o-footer__link-item:not(:first-child) {
  border-left: 0.0625rem solid #fff;
}
@media (hover: hover) and (pointer: fine) {
  .o-footer__link-item:hover {
    opacity: 0.7;
  }
}
.o-footer__link-item-game,
.o-footer__link-item-fan-meeting,
.o-footer__link-item-special-guest {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.o-footer__link-item-game > img {
  width: 4.9375rem;
  aspect-ratio: 79/31;
}
.o-footer__link-item-fan-meeting > img {
  width: 11.875rem;
  aspect-ratio: 190/31;
}
.o-footer__link-item-special-guest > img {
  width: 13.75rem;
  aspect-ratio: 220/31;
}
.o-footer__home-link-wrapper {
  margin-top: 8.75rem;
  text-align: center;
}
.o-footer__home-link {
  position: relative;
  display: inline-block;
  padding-right: 13.75rem;
}
.o-footer__home-link:after {
  position: absolute;
  top: -0.1875rem;
  right: -3.75rem;
  width: 15.75rem;
  height: 2.6875rem;
  content: '';
  background-image: url(/taiwan/_assets/images/footer/home-link-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(1deg);
}
@media (hover: hover) and (pointer: fine) {
  .o-footer__home-link:hover {
    opacity: 0.7;
  }
}
.o-footer__home-link > img {
  width: 27.9375rem;
  aspect-ratio: 447/31;
}
.o-footer__group-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 7.75rem 4.875rem 2.8125rem 4rem;
  margin-top: 6.125rem;
  background-image: url(/taiwan/_assets/images/footer/group-info-pattern.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: auto 100%;
}
.o-footer__logo-link {
  display: block;
  width: 15.3125rem;
  height: 1.8125rem;
}
@media (hover: hover) and (pointer: fine) {
  .o-footer__logo-link:hover {
    opacity: 0.7;
  }
}
.o-footer__logo-link > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-footer__copoyright {
  color: #231815;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
}
.o-footer__copoyright:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: '';
}
.o-footer__copoyright:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.35em;
  content: '';
}
@media screen and (max-width: 767px) {
  .o-footer {
    margin-top: 8.25rem;
  }
  .o-footer__link-list {
    padding-bottom: 0.03125rem;
    border-bottom: 0.5px solid #fff;
  }
  .o-footer__link-item {
    aspect-ratio: 250/157;
  }
  .o-footer__link-item-game,
  .o-footer__link-item-fan-meeting,
  .o-footer__link-item-special-guest {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .o-footer__link-item-game > img {
    width: 3.375rem;
    aspect-ratio: 54/21;
  }
  .o-footer__link-item-fan-meeting > img {
    width: 8.125rem;
    aspect-ratio: 130/21;
  }
  .o-footer__link-item-special-guest > img {
    width: 9.375rem;
    aspect-ratio: 150/21;
  }
  .o-footer__home-link-wrapper {
    margin-top: 3.75rem;
  }
  .o-footer__home-link {
    padding-right: 15rem;
  }
  .o-footer__home-link:after {
    right: 0.9375rem;
    width: 12.4375rem;
    height: 2.125rem;
  }
  .o-footer__home-link > img {
    width: 20.9375rem;
    aspect-ratio: 335/24;
  }
  .o-footer__group-info {
    flex-direction: column;
    gap: 2.125rem;
    align-items: center;
    padding: 2.8125rem 0 1.5rem;
    margin-top: 2.8125rem;
  }
  .o-footer__logo {
    width: 12.5rem;
    aspect-ratio: 200/24;
  }
  .o-footer__logo-link {
    width: 100%;
    height: 100%;
  }
  .o-footer__copoyright {
    font-size: 1.25rem;
    line-height: 1.2;
    overflow: hidden;
  }
  .o-footer__copoyright:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: '';
  }
  .o-footer__copoyright:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1.2) * 0.5em);
    content: '';
  }
}
.o-fv-section {
  overflow: hidden;
}
.o-fv-section__content-wrapper {
  width: 100rem;
  height: 100%;
  margin: 0 auto;
  margin-top: 4.5rem;
}
.o-fv-section__content {
  position: relative;
  isolation: isolate;
}
.o-fv-section__heading {
  width: 21.9375rem;
  aspect-ratio: 351/42;
  margin: 0 auto;
}
.o-fv-section__carousel-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: auto;
  height: calc(100% - 2.125rem);
  margin-top: 2.125rem;
}
.o-fv-section__carousel-wrapper .swiper,
.o-fv-section__carousel-wrapper .swiper-slide {
  height: 100%;
}
.o-fv-section__carousel-wrapper .swiper picture,
.o-fv-section__carousel-wrapper .swiper img,
.o-fv-section__carousel-wrapper .swiper-slide picture,
.o-fv-section__carousel-wrapper .swiper-slide img {
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.o-fv-section__scroll-icon-wrapper {
  display: flex;
  justify-content: center;
}
.o-fv-section__scroll-icon {
  position: relative;
  display: block;
  padding-bottom: 1.75rem;
  padding-left: 3.125rem;
  margin: calc(100svh - 11.9375rem) auto 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.o-fv-section__scroll-icon:after {
  position: absolute;
  top: -0.625rem;
  right: 1.875rem;
  width: 0.8125rem;
  aspect-ratio: 13/75;
  content: '';
  background-image: url(/taiwan/_assets/images/fv-section/scroll-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.o-fv-section__scroll-icon-text {
  color: #2c323f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
}
.o-fv-section__scroll-icon-text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.o-fv-section__scroll-icon-text:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.o-fv-section__scroll-icon-text:before {
  display: none;
}
.o-fv-section__scroll-icon-text:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .o-fv-section__content-wrapper {
    width: auto;
    margin-top: 5rem;
  }
  .o-fv-section__heading {
    width: 18.25rem;
    aspect-ratio: 274/33;
  }
  .o-fv-section .o-fv-section__carousel-wrapper {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: auto;
    height: calc(100% - 0.9375rem);
    margin-top: 0.9375rem;
  }
  .o-fv-section__main-visual {
    transform: scale(1.1);
  }
  .o-fv-section__scroll-icon {
    padding-bottom: 1rem;
    margin-top: calc(100svh - 18.375rem);
  }
  .o-fv-section__scroll-icon:after {
    top: -0.125rem;
    left: -1.25rem;
    width: 0.8125rem;
    aspect-ratio: 13/75;
  }
  .o-fv-section__scroll-icon-text {
    color: #2c323f;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
  }
  .o-fv-section__scroll-icon-text:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .o-fv-section__scroll-icon-text:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
}
.o-gfs-section {
  display: flex;
  justify-content: space-between;
  width: 61.25rem;
  margin: 9.25rem auto 0;
}
.o-gfs-section__link {
  opacity: 0;
  transform: translateY(50%);
}
.o-gfs-section__link.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.o-gfs-section__link.is-done {
  transition: unset;
}
.o-gfs-section__game {
  width: 18.75rem;
  aspect-ratio: 300/107;
  transition:
    opacity 1s,
    transform 1s;
}
@media (hover: hover) and (pointer: fine) {
  .o-gfs-section__game:hover {
    opacity: 0.7;
  }
}
.o-gfs-section__fan-meeting {
  width: 19.0625rem;
  aspect-ratio: 305/104;
  transition:
    opacity 1s 0.25s,
    transform 1s 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .o-gfs-section__fan-meeting:hover {
    opacity: 0.7;
  }
}
.o-gfs-section__special-guest {
  width: 17.6875rem;
  aspect-ratio: 283/104;
  transition:
    opacity 1s 0.5s,
    transform 1s 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .o-gfs-section__special-guest:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .o-gfs-section {
    display: none;
  }
}
.o-game-section {
  overflow: hidden;
  scroll-margin-top: -2.5rem;
}
.o-game-section__content-wrapper {
  width: 100rem;
  margin: 8.75rem auto 0;
}
.o-game-section__content {
  position: relative;
}
.o-game-section__game-title {
  width: 31.5rem;
  aspect-ratio: 504/224;
  margin: 0 auto;
}
.o-game-section__image {
  opacity: 0;
  transition: opacity 1s;
}
.o-game-section__image.is-visible {
  opacity: 1;
}
.o-game-section__image1 {
  position: absolute;
  top: 13.5625rem;
  left: 9.875rem;
  width: 40.8125rem;
  aspect-ratio: 653/477;
}
.o-game-section__image2 {
  position: absolute;
  top: 17.125rem;
  right: 0;
  width: 40.8125rem;
  aspect-ratio: 653/476;
}
.o-game-section__image3 {
  position: absolute;
  top: 50.625rem;
  right: 7.625rem;
  width: 40.8125rem;
  aspect-ratio: 653/482;
}
.o-game-section__image4 {
  position: absolute;
  top: 67.1875rem;
  left: 7.625rem;
  width: 34.6875rem;
  aspect-ratio: 555/409;
}
.o-game-section__image5 {
  position: absolute;
  top: 138rem;
  left: 18.75rem;
  width: 34.5625rem;
  aspect-ratio: 553/416;
}
.o-game-section__match-image1 {
  position: absolute;
  top: 36.875rem;
  left: -5.6875rem;
  width: 62.8125rem;
  aspect-ratio: 1005/458;
}
.o-game-section__match-image2 {
  position: absolute;
  top: 79.75rem;
  right: 9.875rem;
  width: 27.5rem;
  aspect-ratio: 440/339;
}
.o-game-section__match-image3 {
  position: absolute;
  top: 92rem;
  right: 1.875rem;
  width: 31.875rem;
  aspect-ratio: 510/642;
}
.o-game-section__match-image4 {
  position: absolute;
  top: 128.625rem;
  right: 3.625rem;
  width: 30.6875rem;
  aspect-ratio: 491/410;
}
.o-game-section__match-image5 {
  position: absolute;
  top: 138.3125rem;
  right: 15rem;
  width: 25.3125rem;
  aspect-ratio: 405/418;
}
.o-game-section__match-image6 {
  position: absolute;
  top: 158.5625rem;
  right: 17.5rem;
  width: 33.125rem;
  aspect-ratio: 530/352;
}
.o-game-section__match-image7 {
  position: absolute;
  top: 177.875rem;
  right: 6.3125rem;
  width: 27.0625rem;
  aspect-ratio: 433/395;
}
.o-game-section__text-wrapper {
  width: 38.8125rem;
  margin-top: 86.25rem;
  margin-left: 18.4375rem;
}
.o-game-section__match-result {
  width: 18.125rem;
  aspect-ratio: 290/62;
  margin-top: 45rem;
  margin-left: 18.4375rem;
}
.o-game-section__match-wrapper1,
.o-game-section__match-wrapper2,
.o-game-section__match-wrapper3 {
  width: 25rem;
  margin-top: 4.375rem;
  margin-left: 18.4375rem;
}
.o-game-section__match-wrapper3 {
  padding-bottom: 0.0625rem;
}
.o-game-section--en .o-game-section__match-result {
  margin-top: 35.9375rem;
}
.o-game-section--en .o-game-section__match-wrapper1,
.o-game-section--en .o-game-section__match-wrapper2,
.o-game-section--en .o-game-section__match-wrapper3 {
  width: 30.3125rem;
}
.o-game-section--zh .o-game-section__match-result {
  margin-top: 48.125rem;
}
.o-game-section--zh .o-game-section__match-wrapper1,
.o-game-section--zh .o-game-section__match-wrapper2,
.o-game-section--zh .o-game-section__match-wrapper3 {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .o-game-section {
    scroll-margin-top: -4rem;
  }
  .o-game-section__content-wrapper {
    width: auto;
    margin: 7.125rem 3rem 0;
  }
  .o-game-section__content {
    margin-right: auto;
    margin-left: auto;
  }
  .o-game-section__game-title {
    width: 21.5625rem;
    aspect-ratio: 345/158;
    margin: 0 auto;
  }
  .o-game-section__image1 {
    top: 14.375rem;
    left: -0.625rem;
    width: 20.3125rem;
    aspect-ratio: 325/239;
  }
  .o-game-section__image2 {
    top: 16.375rem;
    right: -2.1875rem;
    width: 20.3125rem;
    aspect-ratio: 325/238;
  }
  .o-game-section__image3 {
    top: 34.0625rem;
    right: 0.9375rem;
    width: 20.3125rem;
    aspect-ratio: 325/240;
  }
  .o-game-section__image4 {
    top: 68.125rem;
    left: 2.9375rem;
    width: 17.5rem;
    aspect-ratio: 280/203;
  }
  .o-game-section__image5 {
    top: 162.5rem;
    left: 3.625rem;
    width: 34.6875rem;
    aspect-ratio: 555/403;
  }
  .o-game-section__match-image1 {
    top: 25.625rem;
    left: -6.5rem;
    width: 30.875rem;
    aspect-ratio: 494/221;
  }
  .o-game-section__match-image2 {
    top: 51.6875rem;
    right: 0.625rem;
    width: 18.3125rem;
    aspect-ratio: 293/299;
  }
  .o-game-section__match-image3 {
    top: 40.625rem;
    left: -1.875rem;
    width: 20rem;
    aspect-ratio: 320/427;
  }
  .o-game-section__match-image4 {
    display: none;
  }
  .o-game-section__match-image5 {
    top: 83rem;
    left: 0.9375rem;
    width: 28.5625rem;
    aspect-ratio: 457/317;
  }
  .o-game-section__match-image6 {
    top: 70.75rem;
    right: 0.625rem;
    width: 22rem;
    aspect-ratio: 352/234;
  }
  .o-game-section__match-image7 {
    top: 92.4375rem;
    right: 1.5rem;
    width: 16rem;
    aspect-ratio: 256/231;
  }
  .o-game-section__text-wrapper {
    width: 100%;
    margin-top: 100.625rem;
    margin-left: unset;
  }
  .o-game-section__text-wrapper .m-title-description-block__title {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .o-game-section__match-result {
    position: static;
    margin: 0 auto;
    margin-top: 37.5rem;
  }
  .o-game-section__match-wrapper1,
  .o-game-section__match-wrapper2,
  .o-game-section__match-wrapper3 {
    position: static;
    width: 100%;
    margin-top: 5.5rem;
    margin-left: unset;
    text-align: center;
  }
  .o-game-section--en .o-game-section__image5 {
    top: 173.75rem;
  }
  .o-game-section--en .o-game-section__match-result {
    margin-top: 37.5rem;
  }
  .o-game-section--en .o-game-section__match-wrapper1,
  .o-game-section--en .o-game-section__match-wrapper2,
  .o-game-section--en .o-game-section__match-wrapper3 {
    width: 100%;
  }
  .o-game-section--zh .o-game-section__image5 {
    top: 159.375rem;
  }
  .o-game-section--zh .o-game-section__match-result {
    margin-top: 37.5rem;
  }
  .o-game-section--zh .o-game-section__match-wrapper1,
  .o-game-section--zh .o-game-section__match-wrapper2,
  .o-game-section--zh .o-game-section__match-wrapper3 {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-match-result:hover {
    opacity: 0.7;
  }
}
.m-match-result__date {
  display: inline-block;
  vertical-align: middle;
  color: #2c323f;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.053em;
  overflow: hidden;
}
.m-match-result__date:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result__date:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result__result-score {
  display: inline-block;
  margin-left: 0.9375rem;
  vertical-align: middle;
  color: #c70025;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-match-result__result-score:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result__result-score:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result__result-victory-or-defeat {
  display: inline-block;
  margin-left: 1.875rem;
  vertical-align: middle;
  color: #c70025;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-match-result__result-victory-or-defeat:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result__result-victory-or-defeat:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result__lower {
  margin-top: 1.75rem;
}
.m-match-result__vs {
  display: inline-block;
  vertical-align: middle;
  color: #2c323f;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-match-result__vs:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result__vs:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result__opponent {
  display: inline-block;
  margin-left: 1.125rem;
  vertical-align: middle;
}
.m-match-result__opponent-text {
  color: #2c323f;
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-match-result__opponent-text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result__opponent-text:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result--en .m-match-result__date {
  font-size: 1.5625rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--en .m-match-result__date:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--en .m-match-result__date:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 1) * 0.5em);
  content: '';
}
.m-match-result--en .m-match-result__result-score {
  font-size: 1.875rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--en .m-match-result__result-score:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--en .m-match-result__result-score:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 1) * 0.5em);
  content: '';
}
.m-match-result--en .m-match-result__result-victory-or-defeat {
  font-size: 2.5rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--en .m-match-result__result-victory-or-defeat:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--en .m-match-result__result-victory-or-defeat:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 1) * 0.5em);
  content: '';
}
.m-match-result--en .m-match-result__vs {
  font-size: 1.25rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--en .m-match-result__vs:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--en .m-match-result__vs:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 1) * 0.5em);
  content: '';
}
.m-match-result--en .m-match-result__opponent-text {
  font-size: 1.875rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--en .m-match-result__opponent-text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--en .m-match-result__opponent-text:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 1) * 0.5em);
  content: '';
}
.m-match-result--zh .m-match-result__date {
  font-size: 1.5625rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--zh .m-match-result__date:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--zh .m-match-result__date:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result--zh .m-match-result__result-score {
  font-size: 1.875rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--zh .m-match-result__result-score:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--zh .m-match-result__result-score:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result--zh .m-match-result__result-victory-or-defeat {
  font-size: 2.5rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--zh .m-match-result__result-victory-or-defeat:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--zh .m-match-result__result-victory-or-defeat:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result--zh .m-match-result__vs {
  font-size: 1.25rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--zh .m-match-result__vs:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--zh .m-match-result__vs:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-match-result--zh .m-match-result__opponent-text {
  font-size: 1.875rem;
  line-height: 1;
  overflow: hidden;
}
.m-match-result--zh .m-match-result__opponent-text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-match-result--zh .m-match-result__opponent-text:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
@media screen and (max-width: 767px) {
  .m-match-result {
    display: inline-block;
  }
  .m-match-result__date {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.053em;
    overflow: hidden;
  }
  .m-match-result__date:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result__date:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result__result-score {
    margin-left: 0.625rem;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-match-result__result-score:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result__result-score:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result__result-victory-or-defeat {
    margin-left: 1.25rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-match-result__result-victory-or-defeat:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result__result-victory-or-defeat:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result__lower {
    margin-top: 1.75rem;
  }
  .m-match-result__vs {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-match-result__vs:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result__vs:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result__opponent {
    margin-left: 1rem;
  }
  .m-match-result__opponent-text {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-match-result__opponent-text:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result__opponent-text:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--en .m-match-result__date {
    font-size: 1.875rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--en .m-match-result__date:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--en .m-match-result__date:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--en .m-match-result__result-score {
    font-size: 2.25rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--en .m-match-result__result-score:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--en .m-match-result__result-score:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--en .m-match-result__result-victory-or-defeat {
    font-size: 3rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--en .m-match-result__result-victory-or-defeat:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--en .m-match-result__result-victory-or-defeat:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--en .m-match-result__vs {
    font-size: 1.875rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--en .m-match-result__vs:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--en .m-match-result__vs:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--en .m-match-result__opponent-text {
    font-size: 2.1875rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--en .m-match-result__opponent-text:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--en .m-match-result__opponent-text:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--zh .m-match-result__date {
    font-size: 1.875rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--zh .m-match-result__date:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--zh .m-match-result__date:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--zh .m-match-result__result-score {
    font-size: 2.25rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--zh .m-match-result__result-score:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--zh .m-match-result__result-score:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--zh .m-match-result__result-victory-or-defeat {
    font-size: 3rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--zh .m-match-result__result-victory-or-defeat:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--zh .m-match-result__result-victory-or-defeat:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--zh .m-match-result__vs {
    font-size: 1.875rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--zh .m-match-result__vs:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--zh .m-match-result__vs:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-match-result--zh .m-match-result__opponent-text {
    font-size: 2.1875rem;
    line-height: 1;
    overflow: hidden;
  }
  .m-match-result--zh .m-match-result__opponent-text:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-match-result--zh .m-match-result__opponent-text:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
}
.o-menu-pc {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
}
.o-menu-pc__back-to-top-button,
.o-menu-pc__menu-accordion-label,
.o-menu-pc__language-accordion-label,
.o-menu-pc__ticket-button,
.o-menu-pc__menu-accordion-item,
.o-menu-pc__language-accordion-item {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.25rem;
  padding: 1.875rem 0.9375rem;
  text-align: center;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .o-menu-pc__back-to-top-button:hover,
  .o-menu-pc__menu-accordion-label:hover,
  .o-menu-pc__language-accordion-label:hover,
  .o-menu-pc__ticket-button:hover,
  .o-menu-pc__menu-accordion-item:hover,
  .o-menu-pc__language-accordion-item:hover {
    opacity: 0.7;
  }
}
.o-menu-pc__back-to-top-button {
  position: relative;
  padding-top: 2.1875rem;
  color: #fff;
  background-color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.o-menu-pc__back-to-top-button:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.o-menu-pc__back-to-top-button:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.o-menu-pc__back-to-top-button:before,
.o-menu-pc__back-to-top-button:after {
  position: absolute;
  top: 1.25rem;
  display: block;
  width: 0.75rem;
  height: 0.0625rem;
  content: '';
  background-color: #fff;
  transform-origin: top left;
}
.o-menu-pc__back-to-top-button:before {
  left: 50%;
  transform: rotate(45deg);
  transform-origin: left;
}
.o-menu-pc__back-to-top-button:after {
  right: 50%;
  transform: rotate(-45deg);
  transform-origin: right;
}
.o-menu-pc__menu-accordion-label {
  color: #000;
  cursor: pointer;
  background-color: #bfc0c0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.o-menu-pc__menu-accordion-label:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.o-menu-pc__menu-accordion-label:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.o-menu-pc__menu-accordion-item {
  color: #000;
  background-color: #bfc0c0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.063em;
  overflow: hidden;
}
.o-menu-pc__menu-accordion-item:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8181818182) * 0.5em);
  content: '';
}
.o-menu-pc__menu-accordion-item:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1.8181818182) * 0.5em);
  content: '';
}
.o-menu-pc__menu-accordion-item:nth-child(3) {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.o-menu-pc__language-accordion-label {
  color: #fff;
  cursor: pointer;
  background-color: #e60c11;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.o-menu-pc__language-accordion-label:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.o-menu-pc__language-accordion-label:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.o-menu-pc__accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.o-menu-pc__language-accordion-item {
  color: #fff;
  background-color: #e60c11;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.063em;
  overflow: hidden;
}
.o-menu-pc__language-accordion-item:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.o-menu-pc__language-accordion-item:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.o-menu-pc__ticket-button {
  color: #231815;
  cursor: pointer;
  background-color: #e4a400;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.o-menu-pc__ticket-button:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.o-menu-pc__ticket-button:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
@media screen and (max-width: 767px) {
  .o-menu-pc {
    display: none;
  }
}
.o-menu-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .o-menu-sp {
    display: block;
  }
  .o-menu-sp.is-opening .o-menu-sp__open-button {
    opacity: 0;
  }
  .o-menu-sp.is-opening .o-menu-sp__dialog {
    transform: translateY(0);
  }
  .o-menu-sp.is-closing .o-menu-sp__dialog {
    transform: translateY(-100%);
  }
  .o-menu-sp__open-button {
    position: fixed;
    top: 1.75rem;
    right: 1.75rem;
    width: 8.75rem;
    height: 8.75rem;
    background-color: #231815;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .o-menu-sp__open-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .o-menu-sp__three-lines {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.125rem;
    height: 2rem;
    transform: translate(-50%, -50%);
  }
  .o-menu-sp__three-lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background-color: #fff;
  }
  .o-menu-sp__three-lines span:nth-of-type(1) {
    top: 0;
  }
  .o-menu-sp__three-lines span:nth-of-type(2) {
    top: 0.875rem;
  }
  .o-menu-sp__three-lines span:nth-of-type(3) {
    bottom: 0;
  }
  .o-menu-sp__dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 0;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #231815;
    opacity: 0.9;
    transform: translateY(-100%);
    transition: transform 0.5s;
  }
  .o-menu-sp__nav {
    margin: 11.875rem auto 2.8125rem;
  }
  .o-menu-sp__nav-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100svh - 14.6875rem);
  }
  .o-menu-sp__close-button {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
  }
  .o-menu-sp__close-button:before,
  .o-menu-sp__close-button:after {
    position: absolute;
    top: 4.25rem;
    right: 2.625rem;
    display: block;
    content: '';
    background-color: #fff;
    transform-origin: center;
  }
  .o-menu-sp__close-button:before {
    width: 3.75rem;
    height: 0.25rem;
    transform: rotate(33deg);
  }
  .o-menu-sp__close-button:after {
    width: 3.75rem;
    height: 0.25rem;
    transform: rotate(-33deg);
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .o-menu-sp__close-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .o-menu-sp__nav-list-item {
    color: #fff;
    text-align: center;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.063em;
    overflow: hidden;
  }
  .o-menu-sp__nav-list-item:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .o-menu-sp__nav-list-item:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .o-menu-sp__nav-list-item-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .o-menu-sp__nav-list-item-back-to-top {
    position: relative;
    text-align: center;
  }
  .o-menu-sp__nav-list-item-back-to-top-link {
    display: inline-block;
    padding: 5rem 1.875rem 0;
  }
  .o-menu-sp__nav-list-item-back-to-top-link:before,
  .o-menu-sp__nav-list-item-back-to-top-link:after {
    position: absolute;
    top: 0;
    display: block;
    width: 6.375rem;
    height: 0.25rem;
    content: '';
    background-color: #fff;
    transform-origin: top left;
  }
  .o-menu-sp__nav-list-item-back-to-top-link:before {
    left: calc(50% - 0.0625rem);
    transform: rotate(45deg);
    transform-origin: left;
  }
  .o-menu-sp__nav-list-item-back-to-top-link:after {
    right: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
    transform-origin: right;
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .o-menu-sp__nav-list-item-back-to-top-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .o-menu-sp__nav-list-item-back-to-top-link-text {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.063em;
    overflow: hidden;
  }
  .o-menu-sp__nav-list-item-back-to-top-link-text:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .o-menu-sp__nav-list-item-back-to-top-link-text:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
}
.o-sns-section {
  max-width: 48.4375rem;
  margin: 12.5rem auto 0;
}
.o-sns-section__sns-logo-wrapper {
  padding: 1.875rem 2.125rem;
  border-top: 0.1875rem solid #000;
}
.o-sns-section__sns-logo-wrapper > img {
  width: 44.3125rem;
  aspect-ratio: 709/42;
  margin: 0 auto;
}
.o-sns-section__common-language-sns-wrapper {
  display: flex;
  align-items: center;
  padding: 3.75rem 0.625rem;
  background-image: repeating-linear-gradient(
    90deg,
    #000,
    #000 0.5rem,
    transparent 0.5rem,
    transparent 0.75rem
  );
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 100% 0.1875rem;
}
.o-sns-section__tiktok {
  width: 9.375rem;
  aspect-ratio: 150/38;
}
@media (hover: hover) and (pointer: fine) {
  .o-sns-section__tiktok:hover {
    opacity: 0.7;
  }
}
.o-sns-section__x {
  width: 5.625rem;
  aspect-ratio: 90/92;
  margin-left: 4.1875rem;
}
@media (hover: hover) and (pointer: fine) {
  .o-sns-section__x:hover {
    opacity: 0.7;
  }
}
.o-sns-section__facebook {
  width: 5.625rem;
  aspect-ratio: 90/90;
  margin-left: 5.75rem;
}
@media (hover: hover) and (pointer: fine) {
  .o-sns-section__facebook:hover {
    opacity: 0.7;
  }
}
.o-sns-section__youtube {
  width: 11.5625rem;
  aspect-ratio: 185/38;
  margin-left: 4.625rem;
}
@media (hover: hover) and (pointer: fine) {
  .o-sns-section__youtube:hover {
    opacity: 0.7;
  }
}
.o-sns-section__no-common-language-sns-wrapper {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding: 3.5rem 0.625rem;
  border-top: 0.1875rem solid #000;
}
.o-sns-section__no-common-language-sns-wrapper:after {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  width: 0.1875rem;
  height: calc(100% - 6.125rem);
  content: '';
  background-color: #000;
  transform: translate(-50%);
}
.o-sns-section__taiwan-wrapper,
.o-sns-section__japan-wrapper {
  flex: 1 0 auto;
}
.o-sns-section__taiwan-wrapper .o-sns-section__no-common-language-sns {
  margin-right: 5.75rem;
}
.o-sns-section__japan-wrapper .o-sns-section__no-common-language-sns {
  margin-left: 5.75rem;
}
.o-sns-section__no-common-language-sns {
  display: flex;
  justify-content: space-between;
}
.o-sns-section__no-common-language-sns:first-child {
  position: relative;
}
.o-sns-section__instagram {
  width: 5.625rem;
  aspect-ratio: 90/90;
}
@media (hover: hover) and (pointer: fine) {
  .o-sns-section__instagram:hover {
    opacity: 0.7;
  }
}
.o-sns-section__line {
  width: 5.625rem;
  aspect-ratio: 90/90;
}
@media (hover: hover) and (pointer: fine) {
  .o-sns-section__line:hover {
    opacity: 0.7;
  }
}
.o-sns-section__guide-taiwan,
.o-sns-section__guide-japan {
  display: block;
  margin-top: 3.125rem;
  color: #2c323f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.8;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.o-sns-section__guide-taiwan:before,
.o-sns-section__guide-japan:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -1.4em;
  content: '';
}
.o-sns-section__guide-taiwan:after,
.o-sns-section__guide-japan:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 3.8) * 0.5em);
  content: '';
}
.o-sns-section__guide-taiwan {
  margin-right: 9.9375rem;
  text-align: end;
}
.o-sns-section__guide-japan {
  margin-left: 10.375rem;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .o-sns-section {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .o-sns-section__sns-logo-wrapper {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .o-sns-section__sns-logo-wrapper > img {
    width: 37.0625rem;
    aspect-ratio: 593/35;
  }
  .o-sns-section__common-language-sns-wrapper {
    padding: 3.75rem 0.75rem;
  }
  .o-sns-section__tiktok {
    width: 7.8125rem;
    aspect-ratio: 125/31;
  }
  .o-sns-section__x {
    width: 4.625rem;
    aspect-ratio: 74/76;
    margin-left: 4.125rem;
  }
  .o-sns-section__facebook {
    width: 4.625rem;
    aspect-ratio: 74/74;
    margin-left: 4.125rem;
  }
  .o-sns-section__youtube {
    width: 9.625rem;
    aspect-ratio: 154/31;
    margin-left: 4.125rem;
  }
  .o-sns-section__no-common-language-sns-wrapper {
    padding: 3rem 1.5rem;
  }
  .o-sns-section__no-common-language-sns-wrapper:after {
    bottom: 3rem;
    height: calc(100% - 5.25rem);
  }
  .o-sns-section__taiwan-wrapper .o-sns-section__no-common-language-sns {
    margin-right: 4rem;
  }
  .o-sns-section__japan-wrapper .o-sns-section__no-common-language-sns {
    margin-left: 4rem;
  }
  .o-sns-section__instagram,
  .o-sns-section__line {
    width: 4.625rem;
    aspect-ratio: 74/74;
  }
  .o-sns-section__guide-taiwan,
  .o-sns-section__guide-japan {
    margin-top: 2.375rem;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.1;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .o-sns-section__guide-taiwan:before,
  .o-sns-section__guide-japan:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.55em;
    content: '';
  }
  .o-sns-section__guide-taiwan:after,
  .o-sns-section__guide-japan:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.5em;
    content: '';
  }
  .o-sns-section__guide-taiwan {
    margin-right: 6.125rem;
    text-align: end;
  }
  .o-sns-section__guide-japan {
    margin-left: 6.625rem;
    text-align: start;
  }
}
.o-special-guest-section {
  overflow: hidden;
  scroll-margin-top: -13.875rem;
}
.o-special-guest-section__content-wrapper {
  width: 100rem;
  margin: 20.125rem auto 0;
}
.o-special-guest-section__content {
  margin-right: 12.8125rem;
  margin-left: 12.8125rem;
}
.o-special-guest-section__special-guest-title {
  width: 47.4375rem;
  aspect-ratio: 759/251;
  margin: 0 auto;
}
.o-special-guest-section__player-photo-wrapper {
  position: relative;
}
.o-special-guest-section__player-photo-wrapper > .m-player-photo {
  opacity: 0;
  transition: opacity 1s;
}
.o-special-guest-section__player-photo-wrapper > .m-player-photo.is-visible {
  opacity: 1;
}
.o-special-guest-section__player-photo-sub-label,
.o-special-guest-section__player-photo-sub-image {
  opacity: 0;
  transition: opacity 1s 0.25s;
}
.o-special-guest-section__player-photo-sub-label.is-visible,
.o-special-guest-section__player-photo-sub-image.is-visible {
  opacity: 1;
}
.o-special-guest-section__player-photo-wrapper1 {
  margin-top: 4.5rem;
}
.o-special-guest-section__player-photo-wrapper1 .o-special-guest-section__player-photo-sub-label {
  position: absolute;
  top: 32.8125rem;
  left: 9.5rem;
  width: 24.8125rem;
  aspect-ratio: 397/69;
}
.o-special-guest-section__player-photo-wrapper1 .o-special-guest-section__player-photo-sub-image {
  position: absolute;
  top: 22.0625rem;
  right: 11.6875rem;
  width: 19.3125rem;
  aspect-ratio: 309/361;
}
.o-special-guest-section__player-photo-wrapper2 {
  margin-top: 12.5rem;
}
.o-special-guest-section__player-photo-wrapper2 .o-special-guest-section__player-photo-sub-label {
  position: absolute;
  top: 29.4375rem;
  right: 0.75rem;
  width: 28.1875rem;
  aspect-ratio: 451/69;
}
.o-special-guest-section__player-photo-wrapper2 .o-special-guest-section__player-photo-sub-image {
  position: absolute;
  top: 23.125rem;
  left: 12.125rem;
  width: 19.6875rem;
  aspect-ratio: 315/352;
}
.o-special-guest-section__player-photo-wrapper3 {
  margin-top: 12.5rem;
}
.o-special-guest-section__player-photo-wrapper3 .o-special-guest-section__player-photo-sub-label {
  position: absolute;
  top: 30.75rem;
  left: 2.125rem;
  width: 27.25rem;
  aspect-ratio: 436/69;
}
.o-special-guest-section__player-photo-wrapper3 .o-special-guest-section__player-photo-sub-image {
  position: absolute;
  top: -5.875rem;
  right: 15.0625rem;
  width: 18rem;
  aspect-ratio: 288/367;
}
.o-special-guest-section__title {
  margin-top: 7.5rem;
  color: #2c323f;
  text-align: center;
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.o-special-guest-section__title:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.o-special-guest-section__title:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.o-special-guest-section__label {
  margin: 3.25rem 7.625rem 0;
  color: #2c323f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.625;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.o-special-guest-section__label:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.8125em;
  content: '';
}
.o-special-guest-section__label:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.7625em;
  content: '';
}
.o-special-guest-section__guest-wrapper {
  display: flex;
  gap: 6.375rem;
  margin-top: 3.625rem;
}
.o-special-guest-section--en .o-special-guest-section__title {
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.o-special-guest-section--en .o-special-guest-section__title:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.o-special-guest-section--en .o-special-guest-section__title:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.3 - 1) * 0.5em);
  content: '';
}
.o-special-guest-section--en .o-special-guest-section__label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.o-special-guest-section--en .o-special-guest-section__label:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.75em;
  content: '';
}
.o-special-guest-section--en .o-special-guest-section__label:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.6em;
  content: '';
}
.o-special-guest-section--zh {
  font-family:
    Noto Sans TC,
    Noto Sans JP,
    sans-serif;
}
@media screen and (min-width: 768px) {
  .o-special-guest-section__label {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .o-special-guest-section {
    scroll-margin-top: -12.625rem;
  }
  .o-special-guest-section__content-wrapper {
    width: auto;
    margin: 15.75rem 3rem 0;
  }
  .o-special-guest-section__content {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  .o-special-guest-section__special-guest-title {
    width: 33.3125rem;
    aspect-ratio: 533/157;
    margin: 0 auto;
  }
  .o-special-guest-section__player-photo-wrapper1,
  .o-special-guest-section__player-photo-wrapper2,
  .o-special-guest-section__player-photo-wrapper3 {
    position: relative;
  }
  .o-special-guest-section__player-photo-wrapper1 {
    margin-top: 5.5rem;
  }
  .o-special-guest-section__player-photo-wrapper1 .o-special-guest-section__player-photo-sub-label {
    position: absolute;
    top: 18.25rem;
    left: 2rem;
    width: 17.625rem;
    aspect-ratio: 282/49;
  }
  .o-special-guest-section__player-photo-wrapper1 .o-special-guest-section__player-photo-sub-image {
    position: absolute;
    top: 11.4375rem;
    right: 5.6875rem;
    width: 9.9375rem;
    aspect-ratio: 159/185;
  }
  .o-special-guest-section__player-photo-wrapper2 {
    margin-top: 6.5625rem;
  }
  .o-special-guest-section__player-photo-wrapper2 .o-special-guest-section__player-photo-sub-label {
    position: absolute;
    top: 17.625rem;
    right: 1.6875rem;
    width: 20.0625rem;
    aspect-ratio: 321/49;
  }
  .o-special-guest-section__player-photo-wrapper2 .o-special-guest-section__player-photo-sub-image {
    position: absolute;
    top: 11.8125rem;
    left: 5.5rem;
    width: 10.0625rem;
    aspect-ratio: 161/181;
  }
  .o-special-guest-section__player-photo-wrapper3 {
    margin-top: 6.5625rem;
  }
  .o-special-guest-section__player-photo-wrapper3 .o-special-guest-section__player-photo-sub-label {
    position: absolute;
    top: 17.25rem;
    left: 1.625rem;
    width: 19.375rem;
    aspect-ratio: 310/49;
  }
  .o-special-guest-section__player-photo-wrapper3 .o-special-guest-section__player-photo-sub-image {
    position: absolute;
    top: -3.125rem;
    right: 7.5rem;
    width: 9.1875rem;
    aspect-ratio: 147/188;
  }
  .o-special-guest-section__title {
    margin-top: 6rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .o-special-guest-section__title:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: '';
  }
  .o-special-guest-section__title:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1.3333333333) * 0.5em);
    content: '';
  }
  .o-special-guest-section__label {
    margin: 5rem -1.25rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.2916666667;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .o-special-guest-section__label:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2916666667) * 0.5em);
    content: '';
  }
  .o-special-guest-section__label:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 2.2916666667) * 0.5em);
    content: '';
  }
  .o-special-guest-section__guest-wrapper {
    display: block;
    margin-top: 4.375rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .o-special-guest-section__guest-wrapper > *:not(:first-child) {
    margin-top: 9.25rem;
  }
  .o-special-guest-section--en .o-special-guest-section__title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .o-special-guest-section--en .o-special-guest-section__title:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .o-special-guest-section--en .o-special-guest-section__title:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.3 - 1) * 0.5em);
    content: '';
  }
  .o-special-guest-section--en .o-special-guest-section__label {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .o-special-guest-section--en .o-special-guest-section__label:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.4375em;
    content: '';
  }
  .o-special-guest-section--en .o-special-guest-section__label:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2875em;
    content: '';
  }
}
.m-player-photo {
  display: flex;
  gap: 5.125rem;
  justify-content: space-between;
}
.m-player-photo__image1,
.m-player-photo__image2,
.m-player-photo__image3 {
  width: 21.375rem;
}
.m-player-photo__image2 {
  margin-top: 6.25rem;
}
.m-player-photo__image1,
.m-player-photo__image3 {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .m-player-photo {
    gap: 2.5rem;
  }
  .m-player-photo__image1,
  .m-player-photo__image2,
  .m-player-photo__image3 {
    width: 10.9375rem;
  }
  .m-player-photo__image2 {
    margin-top: 3.125rem;
  }
  .m-player-photo__image1,
  .m-player-photo__image3 {
    margin-bottom: 3.125rem;
  }
}
.m-player-profile {
  display: flex;
  flex: 1 0;
  flex-direction: column;
}
.m-player-profile__image-wrapper {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.m-player-profile__image {
  width: 11.25rem;
  aspect-ratio: 180/180;
}
.m-player-profile__sns-wrapper-sp {
  display: none;
}
.m-player-profile__profile {
  flex-grow: 1;
  margin-top: 2rem;
}
.m-player-profile__name {
  color: #2c323f;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.m-player-profile__name:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  content: '';
}
.m-player-profile__name:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1) * 0.5em);
  content: '';
}
.m-player-profile__description {
  margin-top: 2rem;
  color: #2c323f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-player-profile__description:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: '';
}
.m-player-profile__description:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 2) * 0.5em);
  content: '';
}
.m-player-profile__sns-wrapper-pc {
  display: flex;
  align-items: center;
  margin-top: 5.75rem;
}
.m-player-profile__instagram {
  width: 1.875rem;
  aspect-ratio: 30/30;
}
@media (hover: hover) and (pointer: fine) {
  .m-player-profile__instagram:hover {
    opacity: 0.7;
  }
}
.m-player-profile__facebook {
  width: 1.875rem;
  aspect-ratio: 30/30;
  margin-left: 1.375rem;
}
@media (hover: hover) and (pointer: fine) {
  .m-player-profile__facebook:hover {
    opacity: 0.7;
  }
}
.m-player-profile__youtube {
  width: 3.875rem;
  aspect-ratio: 62/13;
  margin-left: 1.0625rem;
}
@media (hover: hover) and (pointer: fine) {
  .m-player-profile__youtube:hover {
    opacity: 0.7;
  }
}
.m-player-profile--en .m-player-profile__description {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.m-player-profile--en .m-player-profile__description:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: '';
}
.m-player-profile--en .m-player-profile__description:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.35em;
  content: '';
}
@media screen and (max-width: 767px) {
  .m-player-profile {
    display: flex;
    flex-direction: row;
    gap: 2.875rem;
  }
  .m-player-profile__image-wrapper {
    display: block;
  }
  .m-player-profile__image {
    width: 12.5rem;
    aspect-ratio: 200/270;
  }
  .m-player-profile__sns-wrapper-sp {
    display: flex;
    align-items: center;
    margin-top: 1.875rem;
  }
  .m-player-profile__instagram {
    width: 2.8125rem;
    aspect-ratio: 45/45;
  }
  .m-player-profile__facebook {
    width: 2.8125rem;
    aspect-ratio: 45/45;
    margin-left: 1.375rem;
  }
  .m-player-profile__youtube {
    width: 3.3125rem;
    aspect-ratio: 53/43;
    margin-left: 1.375rem;
  }
  .m-player-profile__profile {
    flex-grow: unset;
    margin-top: 0;
  }
  .m-player-profile__name {
    color: #2c323f;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-player-profile__name:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    content: '';
  }
  .m-player-profile__name:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 1) * 0.5em);
    content: '';
  }
  .m-player-profile__description {
    margin-top: 2.3125rem;
    color: #2c323f;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.2916666667;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-player-profile__description:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2916666667) * 0.5em);
    content: '';
  }
  .m-player-profile__description:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.1 - 2.2916666667) * 0.5em);
    content: '';
  }
  .m-player-profile__sns-wrapper-pc {
    display: none;
  }
  .m-player-profile--en .m-player-profile__description {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  .m-player-profile--en .m-player-profile__description:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.4375em;
    content: '';
  }
  .m-player-profile--en .m-player-profile__description:after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2875em;
    content: '';
  }
}
