.home main header {
  overflow: hidden;
}
.home main header .wrapper {
  overflow: visible;
  padding: 0;
}
.home main header .slider-skeleton {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (max-width: 768px) {
  .home main header .slider-skeleton {
    grid-template-columns: 100%;
  }
}
.home main header .slider-skeleton .skeleton-img {
  aspect-ratio: 4/3;
  background: linear-gradient(90deg, #ebebeb 25%, #d6d6d6 50%, #ebebeb 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.home main header .slider-skeleton .slider-skeleton-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 0 11.4rem;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .home main header .slider-skeleton .slider-skeleton-text {
    display: none;
  }
}
.home main header .slider-skeleton .slider-skeleton-text .skeleton-line {
  height: 2rem;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, #ebebeb 25%, #d6d6d6 50%, #ebebeb 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.home main header .slider-skeleton .slider-skeleton-text .skeleton-line.short {
  width: 50%;
}
.home main header .sliders {
  overflow: visible !important;
}
@media (min-width: 1441px) {
  .home main header .sliders {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.home main header .sliders > li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (min-width: 1441px) {
  .home main header .sliders > li {
    width: 144rem;
  }
}
@media (max-width: 768px) {
  .home main header .sliders > li {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .home main header .sliders > li .img {
    aspect-ratio: 1/1;
    width: 100%;
    height: unset;
  }
}
.home main header .sliders > li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home main header .sliders > li .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 11.4rem;
  background: #f5f5f5;
  text-align: center;
}
@media (max-width: 768px) {
  .home main header .sliders > li .text {
    padding: 1.6rem 0;
    background: #fff;
  }
}
.home main header .sliders > li .text h2 {
  font-size: 3.2rem;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 768px) {
  .home main header .sliders > li .text h2 {
    font-size: 1.6rem;
  }
}
.home main header .sliders > li .text p {
  margin-top: 1.2rem;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .home main header .sliders > li .text p {
    font-size: 1.2rem;
  }
}
.home main header .sliders > li .text .rounded-button {
  width: 21.2rem;
  margin: 3rem auto 0;
}
.home main header .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .home main header .dots {
    gap: 0.4rem;
    margin-top: 2.4rem;
  }
}
.home main header .dots > li {
  display: block;
  flex-shrink: 0;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  min-height: 1.2rem;
  border-radius: 0.6rem;
  border: 1px solid #222;
  opacity: 0.75;
}
@media (max-width: 768px) {
  .home main header .dots > li {
    width: 0.5rem;
    height: 0.5rem;
    min-width: 0.5rem;
    min-height: 0.5rem;
    border-radius: 0.25rem;
  }
}
.home main header .dots > li.active {
  background: #222;
}
.home main section {
  margin-top: 14rem;
}
@media (max-width: 768px) {
  .home main section {
    margin-top: 5.6rem;
  }
}
.home main section .rounded-button.visual {
  width: 43rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .home main section .rounded-button.visual {
    width: 31rem;
  }
}
.home main section.sale .rounded-button.visual {
  margin-top: 5.6rem;
}
.home main section.pickup .arrow-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .home main section.pickup .arrow-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
  }
}
.home main section.pickup .arrow-buttons button {
  width: 4rem;
  height: 4rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/top/pickup_arrow.svg") no-repeat center center/contain;
}
.home main section.pickup .arrow-buttons button:nth-child(2) {
  transform: rotate(180deg);
}
.home main section.pickup h2 .arrow-buttons {
  margin-left: auto;
}
@media (max-width: 768px) {
  .home main section.pickup h2 .arrow-buttons {
    display: none;
  }
}
.home main section.pickup .recommend-slider-wrap {
  position: relative;
}
.home main section.pickup .recommend-slider-wrap .arrow-buttons {
  display: none;
}
@media (max-width: 768px) {
  .home main section.pickup .recommend-slider-wrap .arrow-buttons {
    display: flex;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .home main section.pickup .recommend-slider-wrap .arrow-buttons > button {
    pointer-events: auto;
    opacity: 0.6;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.home main section.search {
  background: none;
  padding: 0;
}
.home main section.search .indicator {
  width: 0;
  height: 0.3rem;
  background: #000;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home main section.search .indicator {
    height: 0.1rem;
  }
}
.home main section.search .first-categories {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5rem;
  border-bottom: 0.1rem solid #d8d8d8;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.home main section.search .first-categories::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .home main section.search .first-categories {
    justify-content: start;
    gap: 2rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
}
.home main section.search .first-categories > li {
  cursor: pointer;
  font-size: 2.8rem;
  font-weight: bold;
  color: #7b7b7b;
  padding: 2rem 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .home main section.search .first-categories > li {
    font-size: 2.2rem;
  }
}
.home main section.search .first-categories > li.active {
  color: #222;
}
.home main section.search .search-results {
  margin-top: 4rem;
}
.home main section.search .search-results.product-grid li.skeleton .skeleton-img {
  aspect-ratio: 1;
  background: linear-gradient(90deg, #ebebeb 25%, #d6d6d6 50%, #ebebeb 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 0.4rem;
}
.home main section.search .search-results.product-grid li.skeleton .skeleton-line {
  height: 1.4rem;
  margin-top: 1rem;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, #ebebeb 25%, #d6d6d6 50%, #ebebeb 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.home main section.search .search-results.product-grid li.skeleton .skeleton-line.short {
  width: 50%;
}
.home main section.search .second-categories,
.home main section.search .third-categories {
  position: relative;
  display: flex;
  gap: 1.6rem;
  border-bottom: 0.1rem solid #d8d8d8;
  overflow: auto;
}
.home main section.search .second-categories > li,
.home main section.search .third-categories > li {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 9rem;
  font-weight: 500;
  color: #7b7b7b;
  cursor: pointer;
  white-space: nowrap;
}
.home main section.search .second-categories > li:nth-child(1),
.home main section.search .third-categories > li:nth-child(1) {
  width: 8rem;
}
.home main section.search .second-categories > li.active,
.home main section.search .third-categories > li.active {
  color: #222;
}
.home main section.search .second-categories-select,
.home main section.search .third-categories-select {
  display: none;
  margin-top: 2rem;
  padding: 0 1.6rem;
}
.home main section.search .second-categories-select > select,
.home main section.search .third-categories-select > select {
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 0 1.2rem;
  border: 0.1rem solid #000000;
  border-radius: 0.8rem;
  background: #fff;
  font-size: 1.4rem;
  color: #222;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23222' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
}
@media (max-width: 768px) {
  .home main section.search .second-categories-select,
  .home main section.search .third-categories-select {
    display: block;
  }
}
.home main section.search .no-results {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home main section.search .no-results {
    font-size: 1.2rem;
  }
}
.home main section.search .rounded-button.visual {
  margin-top: 5.6rem;
}
.home main section.news {
  padding-top: 14rem;
  padding-bottom: 12rem;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .home main section.news {
    padding-bottom: 5rem;
  }
}
.home main section.news .news-list li.skeleton article {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #ddd;
}
.home main section.news .news-list li.skeleton .skeleton-line {
  height: 1.4rem;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, #d0d0d0 25%, #c0c0c0 50%, #d0d0d0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.home main section.news .news-list li.skeleton .skeleton-line + .skeleton-line {
  margin-top: 1rem;
}
.home main section.news .news-list li.skeleton .skeleton-line.short {
  width: 20%;
}
.home main section.news .rounded-button.visual {
  margin-top: 5.6rem;
}
.home main section.banner img {
  width: 100%;
  object-fit: cover;
}