@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,700;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html:has(body.renewed) {
  font-size: 10px;
  scroll-padding-top: 15rem;
}
@media (max-width: 1440px) {
  html:has(body.renewed) {
    font-size: 0.694444444vw;
  }
}
@media (max-width: 768px) {
  html:has(body.renewed) {
    font-size: 2.66666667vw;
    scroll-padding-top: 16rem;
  }
}
html:has(body.renewed) * {
  box-sizing: border-box;
  line-height: 1.6;
}
html:has(body.renewed) body {
  padding-top: 15rem;
  font-size: 1.6rem;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  html:has(body.renewed) body {
    padding-top: 16rem;
  }
}
html:has(body.renewed) body:has(.menu.open) {
  overflow: hidden;
}
html:has(body.renewed) ::before,
html:has(body.renewed) ::after {
  display: block;
}
html:has(body.renewed) img {
  max-width: 100%;
}
html:has(body.renewed) header {
  position: static;
  width: auto;
  padding: 0;
  background: none;
  margin: 0;
  text-align: left;
  z-index: auto;
  transition: none;
}
html:has(body.renewed) ul,
html:has(body.renewed) li {
  list-style: none;
  padding: 0;
  margin: 0;
}
html:has(body.renewed) h2 {
  font-size: unset;
  margin-bottom: 0;
}
html:has(body.renewed) h2 span {
  font-size: unset;
  margin-left: 0;
}
html:has(body.renewed) a {
  transition: none;
  color: inherit;
  text-decoration: none;
}
html:has(body.renewed) a:hover {
  opacity: 1;
}
html:has(body.renewed) .wrapper {
  width: 144rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12rem;
  padding-right: 12rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
html:has(body.renewed) .visual-heading {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem 0;
  border-bottom: 0.2rem solid #222;
}
@media (max-width: 768px) {
  html:has(body.renewed) .visual-heading {
    padding: 2rem;
  }
}
html:has(body.renewed) .visual-heading::before {
  content: attr(data-before);
  font-family: "Fira Sans", sans-serif;
  font-size: 4.9rem;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html:has(body.renewed) .visual-heading::before {
    font-size: 2.7rem;
  }
}
html:has(body.renewed) .visual-heading.vertical {
  flex-direction: column;
  align-items: center;
}
html:has(body.renewed) .product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 0.3rem;
  }
}
html:has(body.renewed) .product-grid > li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html:has(body.renewed) .product-grid > li a .img {
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
html:has(body.renewed) .product-grid > li a .img img {
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 0.3s ease;
}
html:has(body.renewed) .product-grid > li a .img:hover img {
  transform: scale(1.1);
}
html:has(body.renewed) .product-grid > li a .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
html:has(body.renewed) .product-grid > li a .text .name {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.8em;
  word-break: break-all;
}
html:has(body.renewed) .product-grid > li a .text .price {
  margin-top: auto;
}
html:has(body.renewed) .product-grid > li a .text .price .original {
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}
html:has(body.renewed) .product-grid > li a .text .price .sale-rate {
  font-size: 1.2rem;
  color: #f23e0c;
}
html:has(body.renewed) .product-grid > li a .text .price .number {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}
html:has(body.renewed) .product-grid > li a .text .price .number.sale {
  display: block;
  color: #f23e0c;
  font-weight: bold;
}
html:has(body.renewed) .product-grid > li a .text .price .tax {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .product-grid > li a .text .price .tax {
    display: block;
  }
}
html:has(body.renewed) .product-grid.ranking {
  gap: 2.5rem 2rem;
  counter-reset: ranking;
}
html:has(body.renewed) .product-grid.ranking > li a .img {
  position: relative;
  margin-bottom: 1rem;
}
html:has(body.renewed) .product-grid.ranking > li a .img::before {
  content: counter(ranking);
  counter-increment: ranking;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  background: #222;
}
html:has(body.renewed) .product-grid.ranking > li:nth-child(1) a .img::before {
  background: #bfa735;
}
html:has(body.renewed) .product-grid.ranking > li:nth-child(2) a .img::before {
  background: #a2a5a4;
}
html:has(body.renewed) .product-grid.ranking > li:nth-child(3) a .img::before {
  background: #47493e;
}
html:has(body.renewed) .product-grid.tile {
  display: flex;
  gap: 0;
}
@media (max-width: 768px) {
  html:has(body.renewed) .product-grid.tile {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
}
html:has(body.renewed) .product-grid.tile > li {
  position: relative;
  flex-shrink: 0;
  width: 50rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .product-grid.tile > li {
    flex: 0 0 26rem;
  }
}
html:has(body.renewed) .product-grid.tile > li .img {
  width: 50rem;
  height: 50rem;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  html:has(body.renewed) .product-grid.tile > li .img {
    width: 26rem;
    height: 26rem;
    margin: auto;
  }
}
html:has(body.renewed) .product-grid.tile > li .img img {
  width: 50rem;
  height: 50rem;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  html:has(body.renewed) .product-grid.tile > li .img img {
    width: 26rem;
    height: 26rem;
  }
}
html:has(body.renewed) .product-grid.tile > li:hover .img img {
  transform: scale(1.1);
}
html:has(body.renewed) .product-grid.tile > li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
}
@media (max-width: 768px) {
  html:has(body.renewed) .product-grid.tile > li .text {
    width: 26rem;
    height: 26rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
html:has(body.renewed) .product-grid.tile > li .text .name {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: auto;
}
html:has(body.renewed) .modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.9);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
html:has(body.renewed) .modal.open {
  opacity: 1;
  pointer-events: auto;
}
html:has(body.renewed) .modal .box {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem;
}
html:has(body.renewed) .modal .box .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
html:has(body.renewed) .modal .box .actions {
  display: grid;
  grid-template-columns: 20rem 20rem;
  gap: 2.4rem;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .modal .box .actions {
    grid-template-columns: 100%;
  }
}
html:has(body.renewed) .modal .box .actions > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background: #707070;
  border-radius: 0.5rem;
  font-weight: bold;
  color: #fff;
}
html:has(body.renewed) .modal .box .actions > li a.primary {
  background: #1fd5ad;
}
html:has(body.renewed) .top-modal .box {
  width: 60%;
  max-width: 52rem;
  max-height: calc(100dvh - 6rem);
  overflow-y: auto;
  padding: 2rem;
  border-radius: 0;
}
html:has(body.renewed) .top-modal .box .close {
  top: 0;
  right: -3rem;
  width: 3rem;
  height: 3rem;
}
html:has(body.renewed) .top-modal .box .close span {
  display: none;
}
html:has(body.renewed) .top-modal .box .close::before, html:has(body.renewed) .top-modal .box .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 3rem;
  background: #fff;
}
html:has(body.renewed) .top-modal .box .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
html:has(body.renewed) .top-modal .box .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
html:has(body.renewed) .top-modal .box img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
html:has(body.renewed) .top-modal .box h2 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.2rem solid transparent;
  border-image: linear-gradient(90deg, #d6000f 0%, #d6000f 10%, #222 10%, #222 100%) 1;
}
html:has(body.renewed) .top-modal .box p {
  font-size: 1.4rem;
  line-height: 1.8;
}
html:has(body.renewed) .top-modal .box .rounded-button {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .top-modal .box {
    width: calc(100% - 3.2rem - 3rem);
  }
}
html:has(body.renewed) .rounded-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  border-radius: 2.6rem;
  font-size: 1.3rem;
}
html:has(body.renewed) .rounded-button.red {
  color: #fff;
  background: #d6000f;
}
html:has(body.renewed) .rounded-button.visual {
  height: 7rem;
  border-radius: 3.5rem;
  background: #222;
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
@media (max-width: 768px) {
  html:has(body.renewed) .rounded-button.visual {
    height: 3.8rem;
    font-size: 1.4rem;
  }
}
html:has(body.renewed) .rounded-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
html:has(body.renewed) .global-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 15rem;
  background: #fff;
  z-index: 95;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav {
    height: 16rem;
  }
}
html:has(body.renewed) .global-nav .main {
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .main {
    padding-bottom: 8rem;
  }
}
html:has(body.renewed) .global-nav .main .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
html:has(body.renewed) .global-nav .main .left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
html:has(body.renewed) .global-nav .main .left .menu-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0.3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .main .left .menu-button {
    width: 3rem;
    height: 3rem;
  }
}
html:has(body.renewed) .global-nav .main .left .menu-button div {
  width: 100%;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: #222;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .main .left .search-form {
    position: absolute;
    bottom: -4rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 30rem;
  }
}
html:has(body.renewed) .global-nav .main .left .search-form .form {
  position: relative;
  width: 18rem;
  height: 4rem;
  border-radius: 2rem;
  border: 0.1rem solid #222;
  overflow: hidden;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .main .left .search-form .form {
    width: 30rem;
  }
}
html:has(body.renewed) .global-nav .main .left .search-form .form input {
  width: 100%;
  height: 100%;
  padding: 0 3.4rem 0 1.6rem;
  outline: none;
  border: none;
}
html:has(body.renewed) .global-nav .main .left .search-form .form a {
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  display: block;
  margin: auto;
  width: 2rem;
  height: 2rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/nav_search.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-nav .main .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14rem;
  height: 6.65rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .main .logo {
    width: 10rem;
    height: 4.3rem;
  }
}
html:has(body.renewed) .global-nav .main .logo a {
  display: block;
}
html:has(body.renewed) .global-nav .main .logo img {
  display: block;
  width: 14rem;
  object-fit: contain;
}
html:has(body.renewed) .global-nav .main .logo span {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .main .logo span {
    font-size: 0.8rem;
  }
}
html:has(body.renewed) .global-nav .main .right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .main .right {
    gap: 0.8rem;
  }
}
html:has(body.renewed) .global-nav .main .right .mypage-button {
  width: 3.4rem;
  height: 3.4rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/nav_mypage.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-nav .main .right .bag-button {
  width: 3.4rem;
  height: 3.4rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/nav_login.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-nav .main .right .cart-button {
  width: 3.4rem;
  height: 3.4rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/nav_cart.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-nav .categories {
  flex-shrink: 0;
  height: 4.8rem;
  border: 0.1rem solid #222;
  border-width: 0.1rem 0;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .categories {
    display: none;
  }
}
html:has(body.renewed) .global-nav .categories .wrapper {
  height: 100%;
}
html:has(body.renewed) .global-nav .categories .wrapper > ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 9rem;
  height: 100%;
}
html:has(body.renewed) .global-nav .categories .wrapper > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
}
html:has(body.renewed) .global-nav .categories .wrapper > ul > li > ul {
  position: fixed;
  top: 15rem;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 2.4rem 6rem;
  flex-wrap: wrap;
  width: 100%;
  padding: 2.4rem 2.8rem;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
html:has(body.renewed) .global-nav .categories .wrapper > ul > li > ul > li > a {
  margin-bottom: 1.2rem;
  font-weight: bold;
  line-height: 2;
}
html:has(body.renewed) .global-nav .categories .wrapper > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
html:has(body.renewed) .global-nav .categories .wrapper > ul > li:nth-child(3) > ul {
  justify-content: start;
  padding-left: 8rem;
  padding-right: 8rem;
}
html:has(body.renewed) .global-nav .categories .wrapper > ul > li:nth-child(3) > ul > li {
  width: calc((100% - 24rem) / 5);
}
html:has(body.renewed) .global-nav .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}
html:has(body.renewed) .global-nav .menu.open {
  background: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
html:has(body.renewed) .global-nav .menu.open .box {
  transform: translateX(0);
  pointer-events: auto;
}
html:has(body.renewed) .global-nav .menu .box {
  position: relative;
  width: 52.3rem;
  height: 100dvh;
  padding: 6rem 2rem;
  background: #f5f5f5;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-nav .menu .box {
    width: 100%;
    height: 100dvh;
  }
}
html:has(body.renewed) .global-nav .menu .box .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/menu_close.svg") no-repeat center center/3.2rem 3.2rem;
  cursor: pointer;
}
html:has(body.renewed) .global-nav .menu .box .logo {
  width: 14rem;
  margin: 0 auto 1.4rem;
}
html:has(body.renewed) .global-nav .menu .box .logo img {
  display: block;
}
html:has(body.renewed) .global-nav .menu .box .actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
html:has(body.renewed) .global-nav .menu .box .actions > li {
  width: 8rem;
}
html:has(body.renewed) .global-nav .menu .box .actions > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
}
html:has(body.renewed) .global-nav .menu .box .actions > li > a::before {
  content: "";
  width: 4rem;
  height: 4rem;
}
html:has(body.renewed) .global-nav .menu .box .actions > li.register > a::before {
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/menu_register.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-nav .menu .box .actions > li.mypage > a::before {
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/menu_mypage.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-nav .menu .box .actions > li.login > a::before {
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/menu_login.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-nav .menu .box .actions > li.info > a::before {
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/menu_info.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-nav .menu .box .links > li {
  border-bottom: 0.1rem solid #222;
}
html:has(body.renewed) .global-nav .menu .box .links > li a,
html:has(body.renewed) .global-nav .menu .box .links > li span {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  font-weight: bold;
}
html:has(body.renewed) .global-nav .menu .box .links li:has(> ul) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  padding: 1.2rem 0;
}
html:has(body.renewed) .global-nav .menu .box .links li:has(> ul) > a,
html:has(body.renewed) .global-nav .menu .box .links li:has(> ul) > span {
  flex: 1;
  padding: 0;
}
html:has(body.renewed) .global-nav .menu .box .links li:has(> ul)::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: block;
  width: 1.2rem;
  aspect-ratio: 1;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/menu_category_arrow.svg") no-repeat center/contain;
  transition: transform 0.2s;
}
html:has(body.renewed) .global-nav .menu .box .links li:has(> ul).open::after {
  transform: rotate(180deg);
}
html:has(body.renewed) .global-nav .menu .box .links li:has(> ul) > ul {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
html:has(body.renewed) .global-nav .menu .box .links li:has(> ul) > ul > li {
  font-size: 1.2rem;
  padding-left: 1rem;
  font-weight: normal;
}
html:has(body.renewed) .global-nav .menu .box .links li:has(> ul) > ul > li a {
  font-weight: normal;
}
html:has(body.renewed) .global-nav .menu .box .socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.4rem;
}
html:has(body.renewed) .global-nav .menu .box .socials > li a img {
  display: block;
  width: 4rem;
  height: 4rem;
}
html:has(body.renewed) .news-list > li {
  padding: 0;
  border: 0.1rem solid #cbcbcb;
  border-width: 0.1rem 0 0;
}
html:has(body.renewed) .news-list > li article a {
  display: grid;
  grid-template-columns: 8.4rem 1fr;
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .news-list > li article a {
    grid-template-columns: 100%;
    gap: 0;
  }
}
html:has(body.renewed) .news-list > li article a .date {
  color: #999;
}
html:has(body.renewed) .news-list > li article a .title {
  color: #000;
}
html:has(body.renewed) .news-list > li article a:hover {
  background: #000;
}
html:has(body.renewed) .news-list > li article a:hover .date {
  color: #fff;
}
html:has(body.renewed) .news-list > li article a:hover .title {
  color: #fff;
}
html:has(body.renewed) .news-list > li:last-child {
  border-width: 0.1rem 0;
}
html:has(body.renewed) .breadcrumb {
  padding: 2.5rem 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html:has(body.renewed) .breadcrumb::-webkit-scrollbar {
  display: none;
}
html:has(body.renewed) .breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 1rem;
}
html:has(body.renewed) .breadcrumb ol > li {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
html:has(body.renewed) .breadcrumb ol > li + li::before {
  content: "";
  width: 0.8rem;
  height: 1.4rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/breadcrumb_arrow.svg") no-repeat center center/contain;
}
html:has(body.renewed) .global-footer .main {
  width: 100%;
  background: #222;
  padding: 6rem 0;
  color: #fff;
}
html:has(body.renewed) .global-footer .main .wrapper .logo {
  width: 14rem;
  margin: 0 auto;
  text-align: center;
}
html:has(body.renewed) .global-footer .main .wrapper .logo a {
  display: block;
}
html:has(body.renewed) .global-footer .main .wrapper .logo a img {
  display: block;
}
html:has(body.renewed) .global-footer .main .wrapper .socials {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
html:has(body.renewed) .global-footer .main .wrapper .socials > li a img {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
}
html:has(body.renewed) .global-footer .main .wrapper .notices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-footer .main .wrapper .notices {
    grid-template-columns: 100%;
    gap: 2.4rem;
  }
}
html:has(body.renewed) .global-footer .main .wrapper .notices .notice h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #555;
}
html:has(body.renewed) .global-footer .main .wrapper .notices .notice .content {
  padding-right: 4.2rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-footer .main .wrapper .notices .notice .content {
    padding-right: 0;
  }
}
html:has(body.renewed) .global-footer .main .wrapper .notices .notice .content dl dt::before {
  content: "■ ";
  display: inline;
}
html:has(body.renewed) .global-footer .main .wrapper .notices .notice .content dl dd + dt {
  margin-top: 1.6rem;
}
html:has(body.renewed) .global-footer .main .wrapper .notices .notice .content ul li p::before {
  content: "・";
  display: inline;
}
html:has(body.renewed) .global-footer .main .wrapper .notices .notice .content ul li + li {
  margin-top: 1rem;
}
html:has(body.renewed) .global-footer .links {
  padding: 6rem 0;
  background: #f3f3f3;
}
html:has(body.renewed) .global-footer .links .wrapper {
  display: grid;
  grid-template-columns: 54fr 64fr;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-footer .links .wrapper {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
html:has(body.renewed) .global-footer .links .wrapper > div h2 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
html:has(body.renewed) .global-footer .links .wrapper > div h2::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background: #d6000f;
}
html:has(body.renewed) .global-footer .links .wrapper > div ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 0;
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-footer .links .wrapper > div ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-footer .links .wrapper > div ul > li {
    position: relative;
    display: flex;
    padding: 1rem 2rem;
    border: 0.1rem solid #ddd;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  html:has(body.renewed) .global-footer .links .wrapper > div ul > li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.8rem;
    bottom: 0;
    margin: auto;
    width: 0.7rem;
    height: 0.7rem;
    border: 0.1rem solid #bbb;
    transform: rotate(45deg);
  }
}
html:has(body.renewed) .copyright {
  max-width: 100%;
  padding: 3rem 0;
}
html:has(body.renewed) .copyright .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  html:has(body.renewed) .copyright .wrapper {
    flex-direction: column-reverse;
    align-items: start;
  }
}
html:has(body.renewed) .copyright .right ul {
  display: flex;
  gap: 1rem;
}
html:has(body.renewed) .copyright .right ul > li {
  padding: 0 1rem;
}
html:has(body.renewed) .copyright .right ul > li + li {
  border-left: 0.1rem solid #ddd;
}
html:has(body.renewed) .coupon-code {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  display: flex;
  flex-direction: column;
  width: 40rem;
  border: 0.4rem solid #222;
  background: #f5f5f5;
  z-index: 999;
}
html:has(body.renewed) .coupon-code.closed {
  display: none;
}
@media (max-width: 768px) {
  html:has(body.renewed) .coupon-code.closed {
    display: flex;
    transform: translateY(100%);
  }
}
html:has(body.renewed) .coupon-code.closed .img .sp-label::after {
  transform: rotate(0);
}
@media (max-width: 768px) {
  html:has(body.renewed) .coupon-code {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
html:has(body.renewed) .coupon-code .img {
  position: relative;
  flex-grow: 1;
}
html:has(body.renewed) .coupon-code .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
html:has(body.renewed) .coupon-code .img .close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #222;
  cursor: pointer;
}
@media (max-width: 768px) {
  html:has(body.renewed) .coupon-code .img .close {
    display: none;
  }
}
html:has(body.renewed) .coupon-code .img .close::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/coupon_code_close.svg") no-repeat center center/contain;
}
html:has(body.renewed) .coupon-code .img .sp-label {
  display: none;
  position: absolute;
  top: -5rem;
  left: -0.4rem;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 5rem;
  padding: 0 3.6rem;
  background: #dbcfa7;
  border-radius: 0.4rem 0.4rem 0 0;
  border: 0.2rem solid #000;
  font-weight: bold;
}
@media (max-width: 768px) {
  html:has(body.renewed) .coupon-code .img .sp-label {
    display: flex;
  }
}
html:has(body.renewed) .coupon-code .img .sp-label::after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/common/coupon_code_sp_label_arrow.svg") no-repeat center center/contain;
  transform: rotate(-180deg);
}
html:has(body.renewed) .coupon-code .code {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  background: #222;
  color: #fff;
}
html:has(body.renewed) footer.ft {
  display: none;
}