.pcObj {
  display: block !important;
}
@media (max-width: 768px) {
  .pcObj {
    display: none !important;
  }
}

.spObj {
  display: none !important;
}
@media (max-width: 768px) {
  .spObj {
    display: block !important;
  }
}

.container-instance .pc {
  display: block;
}

.container-instance .sp {
  display: none;
}

.container-instance .table-pc {
  display: table;
}

.container-instance .table-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .container-instance .pc {
    display: none;
  }

  .container-instance .sp {
    display: block;
  }

  .container-instance .table-pc {
    display: none;
  }

  .container-instance .table-sp {
    display: table;
    width: 100%;
  }
}
#tokyomarathon2025 .c-header {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#tokyomarathon2025 .c-header__container {
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-header__container {
    padding: 15px 12px;
  }
}
#tokyomarathon2025 .c-header__logo-list {
  width: 20.1041666667%;
  max-width: 386px;
  min-width: 280px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-header__logo-list {
    width: 140px;
    min-width: 0;
    max-width: none;
  }
}
#tokyomarathon2025 .c-header__marathon-logo {
  margin: 0;
  width: 155px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-header__marathon-logo {
    width: 62px;
  }
}
#tokyomarathon2025 .c-header__marathon-logo img {
  max-width: 100%;
}
#tokyomarathon2025 .c-header__asics-logo {
  margin: 0;
  width: 145px;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 25px;
  margin-right: 20px;
  border-right: 1px solid #231815;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-header__asics-logo {
    width: 54px;
    height: auto;
    padding-right: 10px;
    margin-right: 8px;
  }
}
#tokyomarathon2025 .c-header__asics-logo img {
  max-width: 100%;
}
#tokyomarathon2025 .c-header__heading {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #001e62;
  font-weight: 400;
}
@media (max-width: 1100px) {
  #tokyomarathon2025 .c-header__heading {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-header__heading {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}
#tokyomarathon2025 .c-headline {
  background-color: #e4e5f2;
  text-align: center;
  padding: 6px 0;
}
#tokyomarathon2025 .c-headline a {
  color: #001e62;
  font-size: 15px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-headline a {
    font-size: 11px;
  }
}
#tokyomarathon2025 .c-headline a:hover {
  text-decoration: underline;
}
#tokyomarathon2025 .c-footer__head {
  display: flex;
  background-color: #f6f7f7;
  align-items: center;
  justify-content: center;
  padding: 25px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-footer__head {
    padding: 15px;
  }
}
#tokyomarathon2025 .c-footer__logo {
  width: 409px;
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-footer__logo {
    width: 90%;
    margin: auto;
  }
}
#tokyomarathon2025 .c-footer__logo img {
  max-width: 100%;
}
#tokyomarathon2025 .c-footer__text {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-footer__text {
    font-size: 10px;
    margin-top: 3px;
  }
}
#tokyomarathon2025 .c-footer__copy {
  background-color: #001e62;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-footer__copy {
    font-size: 10px;
    padding: 5px;
  }
}
#tokyomarathon2025 .p-intro {
  position: relative;
  padding: 100px 0 150px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-intro {
    padding: 80px 0 100px;
  }
}
#tokyomarathon2025 .p-intro__bg {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#tokyomarathon2025 .p-intro__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#tokyomarathon2025 .p-intro__container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-intro__container {
    width: 73%;
  }
}
#tokyomarathon2025 .p-intro__heading {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #727171;
}
#tokyomarathon2025 .p-intro__heading span {
  width: 180px;
  display: inline-block;
  padding-right: 5px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-intro__heading span {
    width: 140px;
  }
}
#tokyomarathon2025 .p-intro__heading img {
  width: 100%;
  height: auto;
}
#tokyomarathon2025 .p-intro__text {
  position: relative;
  z-index: 1;
  color: #727171;
  line-height: 2;
  margin: 30px auto 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-intro__text {
    display: block;
    margin-top: 20px;
    font-size: 12px;
  }
}
#tokyomarathon2025 .c-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 80px 60px;
  overflow: auto;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog {
    padding: 53px 15px;
  }
}
#tokyomarathon2025 .c-dialog[aria-hidden=true] {
  display: flex;
  /* overrides the default style above */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.4s, opacity 0.4s;
}
#tokyomarathon2025 .c-dialog__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
#tokyomarathon2025 .c-dialog__document {
  flex-shrink: 0;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__document {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
#tokyomarathon2025 .c-dialog__body {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 50px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__body {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
#tokyomarathon2025 .c-dialog__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__close-btn {
    width: 20px;
    height: 20px;
    top: 2px;
    right: 2px;
  }
}
#tokyomarathon2025 .c-dialog__close-btn::before, #tokyomarathon2025 .c-dialog__close-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #001e62;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__close-btn::before, #tokyomarathon2025 .c-dialog__close-btn::after {
    width: 15px;
  }
}
#tokyomarathon2025 .c-dialog__close-btn::before {
  transform: rotate(45deg);
}
#tokyomarathon2025 .c-dialog__close-btn::after {
  transform: rotate(-45deg);
}
#tokyomarathon2025 .c-dialog__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__images {
    gap: 14px;
  }
}
#tokyomarathon2025 .c-dialog__image {
  margin: 0;
}
#tokyomarathon2025 .c-dialog__image:first-of-type {
  width: 100%;
}
#tokyomarathon2025 .c-dialog__image:nth-child(2), #tokyomarathon2025 .c-dialog__image:nth-child(3) {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__image:nth-child(2), #tokyomarathon2025 .c-dialog__image:nth-child(3) {
    width: calc(50% - 7px);
  }
}
#tokyomarathon2025 .c-dialog__image img {
  width: 100%;
  height: auto;
}
#tokyomarathon2025 .c-dialog__name {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 30px;
  color: #001e62;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__name {
    width: calc(100% - 70px);
    font-size: 12px;
    margin-top: 15px;
  }
}
#tokyomarathon2025 .c-dialog__name br {
  display: none;
}
#tokyomarathon2025 .c-dialog__group01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__group01 {
    display: block;
  }
}
#tokyomarathon2025 .c-dialog__group01 .c-dialog__btn {
  position: static;
}
#tokyomarathon2025 .c-dialog__group02 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__group02 {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
}
#tokyomarathon2025 .c-dialog__group03 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__group03 {
    width: 42%;
    justify-content: flex-start;
    gap: 0;
  }
}
@media not all and (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__group03 + .c-dialog__group03 {
    margin-top: 15px;
  }
}
#tokyomarathon2025 .c-dialog__number {
  font-size: 20px;
  margin-bottom: 0;
  color: #001e62;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__number {
    width: calc(100% - 70px);
    font-size: 10px;
    margin-top: 3px;
  }
}
#tokyomarathon2025 .c-dialog__price {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__price {
    font-size: 14px;
    margin-top: 5px;
  }
}
#tokyomarathon2025 .c-dialog__price span {
  font-size: 16px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__price span {
    font-size: 12px;
  }
}
#tokyomarathon2025 .c-dialog__btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  margin: 0;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__btn {
    bottom: 20px;
    right: 20px;
  }
}
#tokyomarathon2025 .c-dialog__btn a {
  border: 1px solid #001e62;
  padding: 7px 10px;
  display: inline-block;
  color: #001e62;
  font-weight: bold;
  border-radius: 5px;
  font-size: 12px;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-dialog__btn a {
    font-size: 10px;
    padding: 3px 10px;
  }
}
#tokyomarathon2025 .c-dialog__btn a:hover {
  background-color: #001e62;
  color: #fff;
}
#tokyomarathon2025 .c-genre {
  background-color: #f6f7f7;
}
#tokyomarathon2025 .p-t-shirts {
  padding-top: 160px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-t-shirts {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
#tokyomarathon2025 .c-genre__mv {
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-genre__mv {
    margin-bottom: 50px;
  }
}
#tokyomarathon2025 .c-genre__mv img {
  width: 100%;
  height: auto;
}
#tokyomarathon2025 .c-genre__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  text-align: center;
  color: #001e62;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-genre__heading {
    font-size: 18px;
    margin-top: 30px;
  }
}
#tokyomarathon2025 .c-genre__lede {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2.25;
  text-align: center;
  color: #001e62;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-genre__lede {
    font-size: 12px;
    margin-top: 20px;
  }
}
#tokyomarathon2025 .c-genre__group {
  margin-top: 120px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-genre__group {
    margin-top: 45px;
  }
}
#tokyomarathon2025 .c-genre__group + .c-genre__group {
  margin-top: 130px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-genre__group + .c-genre__group {
    margin-top: 60px;
  }
}
#tokyomarathon2025 .c-genre__image img {
  width: 100%;
  height: auto;
}
#tokyomarathon2025 .c-genre__items {
  gap: 60px 1.724137931%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  max-width: 1200px;
  margin: 100px auto 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-genre__items {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin-top: 35px;
    gap: 20px 10.6666666667%;
  }
}
#tokyomarathon2025 .c-genre__items--top {
  justify-content: center;
}
@media not all and (max-width: 768px) {
  #tokyomarathon2025 .c-genre__item {
    width: 23.7068965517%;
    transition: opacity 0.3s;
    cursor: pointer;
  }
}
#tokyomarathon2025 .c-genre__item span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #001e62;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .c-genre__item span {
    font-size: 10px;
  }
}
@media not all and (max-width: 768px) {
  #tokyomarathon2025 .c-genre__item span br {
    display: none;
  }
}
#tokyomarathon2025 .c-genre__item img {
  width: 100%;
  height: auto;
}
#tokyomarathon2025 .c-genre__item:hover {
  opacity: 0.7;
}
#tokyomarathon2025 .p-mv {
  width: 100%;
  position: relative;
}
#tokyomarathon2025 .p-mv img {
  width: 100%;
  height: auto;
}
#tokyomarathon2025 .p-mv__lang {
  position: absolute;
  top: 50px;
  right: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-mv__lang {
    top: 20px;
    right: 20px;
  }
}
#tokyomarathon2025 .p-mv__lang::before {
  position: absolute;
  top: 0;
  left: calc(50% - 8px);
  margin-right: 5px;
  margin-left: 5px;
  content: "/";
  color: #bbbbbb;
  font-size: 1.3rem;
}
#tokyomarathon2025 .p-mv__lang-item {
  color: #bbbbbb;
  display: inline-block;
  letter-spacing: 0.1em;
}
#tokyomarathon2025 .p-mv__lang-item + .p-mv__lang-item {
  margin-left: 20px;
}
#tokyomarathon2025 .p-mv__lang-item--active {
  position: relative;
  color: #fff;
}
#tokyomarathon2025 .p-mv__lang-item--active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
}
#tokyomarathon2025 .p-shop {
  background-color: #000;
  padding: 200px 0;
  position: relative;
  margin-top: -3px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-shop {
    padding: 150px 0;
  }
}
#tokyomarathon2025 .p-shop__container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#tokyomarathon2025 .p-shop__link {
  position: absolute;
  top: -100px;
  right: 0;
  font-size: 18px;
  color: #727171;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-shop__link {
    font-size: 14px;
  }
}
#tokyomarathon2025 .p-shop__link a {
  color: #727171;
}
#tokyomarathon2025 .p-shop__detail {
  color: #727171;
  font-size: 18px;
  position: absolute;
  top: -20px;
  left: 0;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-shop__detail {
    font-size: 14px;
    top: -60px;
  }
}
#tokyomarathon2025 .p-shop__name {
  margin-bottom: 0;
}
#tokyomarathon2025 .p-shop__price {
  margin-bottom: 0;
}
#tokyomarathon2025 .p-shop__color {
  width: 30px;
  height: 30px;
  background-color: #727171;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-shop__color {
    width: 24px;
    height: 24px;
  }
}
#tokyomarathon2025 .p-shop__color span {
  width: 24px;
  height: 24px;
  background-color: #727171;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-shop__color span {
    width: 18px;
    height: 18px;
  }
}
#tokyomarathon2025 .p-shop__product {
  width: 65%;
  margin: auto;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-shop__product {
    width: 85%;
  }
}
#tokyomarathon2025 .p-shop__product img {
  width: 100%;
}
#tokyomarathon2025 .p-shop__other-color {
  font-size: 16px;
  position: absolute;
  bottom: -180px;
  right: 0;
}
@media (max-width: 768px) {
  #tokyomarathon2025 .p-shop__other-color {
    font-size: 13px;
    bottom: -90px;
  }
}
#tokyomarathon2025 .p-shop__other-color a {
  color: #727171;
}