.shop-by-category-sp {
  margin-top: 54px;
}
.shop-by-category-sp .shop-by-category-wrap {
  padding-inline: 40px;
}
.shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap {
  margin-top: 30px;
}
.shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap .shop-by-category-slider .swiper-wrapper {
  padding-block: 20px !important;
}
.shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap .shop-by-category-slider .swiper-wrapper .swiper-slide .shop-by-category-slider-box-wrap {
  background-color: #f4f5f6;
  padding: 26px 23px;
  transition: 200ms ease-in-out;
}
.shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap .shop-by-category-slider .swiper-wrapper .swiper-slide .shop-by-category-slider-box-wrap img {
  width: 100%;
  height: 105px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap .shop-by-category-slider .swiper-wrapper .swiper-slide .shop-by-category-slider-box-wrap .shop-by-category-slider-box-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 25px;
  text-align: center;
}
.shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap .shop-by-category-slider .swiper-wrapper .swiper-slide .shop-by-category-slider-box-wrap:hover {
  background-color: #e4e4e4;
  transform: translateY(-5px);
}
.shop-by-category-sp .shop-by-category-data {
  background-color: #f4f5f6;
  margin-top: 30px;
  padding: 60px 40px;
}
.shop-by-category-sp .shop-by-category-data .tab-content {
  display: none;
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box {
  display: flex;
  gap: 50px;
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-category-gride {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 65%;
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-category-gride .shop-by-category-data-box-category-box {
  background-color: var(--white-color);
  padding: 15px 10px;
  border: 1px solid #c7c7c7;
  transition: all 150ms ease-in-out;
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-category-gride .shop-by-category-data-box-category-box .shop-by-category-data-box-category-box-title {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-category-gride .shop-by-category-data-box-category-box .shop-by-category-data-box-category-box-title {
    font-size: 15px;
  }
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-category-gride .shop-by-category-data-box-category-box:hover {
  background-color: #e4e4e4;
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner {
  border-left: 1px solid #c7c7c7;
  padding-left: 50px;
  width: calc(45% - 50px);
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 24px 30px;
  color: var(--white-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img {
    background-position: 50%;
  }
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img .shop-by-category-data-box-banner-title {
  font-size: 36px;
  font-weight: 500;
  width: 210px;
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img .shop-by-category-data-box-banner-description {
  font-size: 16px;
  line-height: 22px;
  width: 210px;
  margin-top: 10px;
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img .shop-by-category-data-box-banner-description strong {
  font-weight: 400;
}
.shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img .shop-by-category-data-box-banner-btn-wrap button {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  background-color: transparent;
  padding: 7px 24px;
  margin-top: 18px;
}

.shop-by-category-slider-box-wrap.active {
  background-color: #e4e4e4 !important;
}

.shop-offer-sp {
  margin-top: 54px;
  padding-inline: 40px;
}
.shop-offer-sp .shop-offer-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-img {
  background-color: #d9d9d9;
  width: 200px;
  height: 155px;
}
.shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content {
  padding: 13px 15px;
}
.shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content .shop-offer-box-content-title {
  font-size: 20px;
  font-weight: 500;
}
.shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content .shop-offer-box-content-description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content .shop-offer-box-content-description span {
  font-weight: 500;
}
.shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content .shop-offer-box-content-btn button {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  background-color: var(--black-color);
  margin-top: 20px;
}

.shop-best-deals-sp {
  margin-top: 60px;
  padding-inline: 40px;
}
.shop-best-deals-sp .shop-best-deals-title {
  margin-bottom: 30px !important;
}
.shop-best-deals-sp .shop-best-deals-img-wrap {
  background-image: url(../images/shop/shop-best-deal-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.shop-best-deals-sp .shop-best-deals-content {
  width: 100%;
  background-color: #f4f5f6;
  padding: 28px 35px 60px 35px;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-category {
  display: flex;
  gap: 9px;
  overflow-x: auto;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box {
  width: 150px;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box .shop-best-deals-content-category-box-img {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box .shop-best-deals-content-category-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box .shop-best-deals-content-category-box-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show {
  margin-top: 30px;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card {
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-img {
  width: 100%;
  height: 150px;
  padding-bottom: 15px;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-img .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .model {
  font-size: 20px;
  font-weight: 500;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .description {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-btn {
  width: 100%;
  display: grid;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-btn button {
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-btn button:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider-btn .swiper-button-next,
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider-btn .swiper-button-prev {
  top: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  transition: 200ms ease-in-out;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider-btn .swiper-button-next:after,
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider-btn .swiper-button-prev:after {
  font-size: unset !important;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider-btn .swiper-button-next:hover,
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider-btn .swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}
.shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider-btn .swiper-button-prev {
  right: 60px;
  left: unset;
}

.shop-best-deals-sp-2 {
  margin-top: 60px;
  padding-inline: 40px;
}
.shop-best-deals-sp-2 .shop-best-deals-title {
  margin-bottom: 30px !important;
}
.shop-best-deals-sp-2 .shop-best-deals-img-wrap {
  background-image: url(../images/shop/network-server-room.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.shop-best-deals-sp-2 .shop-best-deals-content {
  width: 100%;
  background-color: #f4f5f6;
  padding: 28px 35px 60px 35px;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-category {
  display: flex;
  gap: 9px;
  overflow-x: auto;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box-2 {
  width: 150px;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box-2 .shop-best-deals-content-category-box-img-2 {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box-2 .shop-best-deals-content-category-box-img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box-2 .shop-best-deals-content-category-box-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show {
  margin-top: 30px;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card {
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-img {
  width: 100%;
  height: 150px;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-img .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .model {
  font-size: 20px;
  font-weight: 500;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .description {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-btn {
  width: 100%;
  display: grid;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-btn button {
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-btn button:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider-btn .swiper-button-next,
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider-btn .swiper-button-prev {
  top: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  transition: 200ms ease-in-out;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider-btn .swiper-button-next:after,
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider-btn .swiper-button-prev:after {
  font-size: unset !important;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider-btn .swiper-button-next:hover,
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider-btn .swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}
.shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap-2 .shop-best-deals-content-show-slider-btn .swiper-button-prev {
  right: 60px;
  left: unset;
}

.shop-best-deals-content-category-box-img-active {
  border: 1px solid var(--black-color);
}

.shop-cta-section-sp {
  padding-inline: 40px;
  margin-top: 60px;
}
.shop-cta-section-sp .shop-cta-section-wrap img {
  width: 80%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-cta-section-sp .shop-cta-section-wrap .shop-cta-section-box {
  max-width: 568px;
  width: 100%;
  padding: 31px 28px;
  background-color: var(--white-color);
  right: 0px;
  top: 25%;
  position: absolute;
}
.shop-cta-section-sp .shop-cta-section-wrap .shop-cta-section-box .shop-cta-section-box-title {
  font-size: 36px;
  font-weight: 400;
}
.shop-cta-section-sp .shop-cta-section-wrap .shop-cta-section-box .shop-cta-section-box-description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  max-width: 441px;
  width: 100%;
}
.shop-cta-section-sp .shop-cta-section-wrap .shop-cta-section-box .shop-cta-section-box-btn {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 23px;
  background-color: var(--black-color);
  margin-top: 45px;
}

.shop-top-brands-sp {
  margin-top: 60px;
  padding-inline: 40px;
}
.shop-top-brands-sp .shop-top-brands-gride {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -moz-column-gap: 19px;
       column-gap: 19px;
}
.shop-top-brands-sp .shop-top-brands-gride .shop-top-brands-gride-box {
  padding: 25px;
  background-color: #f4f5f6;
}
.shop-top-brands-sp .shop-top-brands-gride .shop-top-brands-gride-box img {
  max-width: 108px;
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.shop-service-section-sp {
  padding-inline: 40px;
  margin-top: 60px;
}
.shop-service-section-sp .shop-service-section-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-img {
  width: 100%;
  height: 327px;
}
.shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content {
  padding: 40px 21px;
}
.shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content .shop-service-section-box-content-title {
  font-size: 24px;
  font-weight: 400;
}
.shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content .shop-service-section-box-content-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: 14px !important;
}
.shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content .shop-service-section-box-content-btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color-blue);
  text-decoration: none;
}
.shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content .shop-service-section-box-content-btn img {
  margin-left: 10px;
}

.shop-exclusive-offers-section-sp {
  margin-top: 100px;
  padding-inline: 40px;
}
.shop-exclusive-offers-section-sp .shop-exclusive-offers-section-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 43px;
}
.shop-exclusive-offers-section-sp .shop-exclusive-offers-section-wrap .shop-exclusive-offers-section-box {
  gap: 21px;
  padding-right: 20px;
}
.shop-exclusive-offers-section-sp .shop-exclusive-offers-section-wrap .shop-exclusive-offers-section-box .shop-exclusive-offers-section-box-title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.shop-exclusive-offers-section-sp .shop-exclusive-offers-section-wrap .shop-exclusive-offers-section-box-border {
  border-right: 1px solid #c7c7c7;
}

.shop-cta-second-section-sp {
  margin-top: 45px;
  padding: 100px 40px;
  background-color: var(--black-color);
}
.shop-cta-second-section-sp .shop-cta-second-section-content-wrap {
  color: var(--white-color);
}
.shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-title {
  font-size: 42px;
  font-weight: 400;
}
.shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-description {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
.shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-btn-wrap {
  margin-top: 20px;
  gap: 20px;
}
.shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-btn-wrap a:nth-child(1) button {
  padding: 12px 48px;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--white-color);
  color: var(--black-color);
}
.shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-btn-wrap a:nth-child(2) button {
  padding: 12px 44px;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.insight-intelligent-sp {
  padding: 20px 40px;
  background: linear-gradient(90deg, #099bfc 0%, #26cbff 82%);
}
.insight-intelligent-sp .insight-intelligent-wrap .insight-intelligent-wrap-title {
  font-size: 32px;
  font-weight: 400;
  color: var(--white-color);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shop-by-category-sp {
    margin-top: 54px;
  }
  .shop-by-category-sp .shop-by-category-wrap {
    padding-inline: 10px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap {
    margin-top: 20px;
  }
  .shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap .shop-by-category-slider .swiper-wrapper .swiper-slide .shop-by-category-slider-box-wrap {
    padding: 15px 15px;
  }
  .shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap .shop-by-category-slider .swiper-wrapper .swiper-slide .shop-by-category-slider-box-wrap img {
    height: 70px;
  }
  .shop-by-category-sp .shop-by-category-wrap .shop-by-category-slider-wrap .shop-by-category-slider .swiper-wrapper .swiper-slide .shop-by-category-slider-box-wrap .shop-by-category-slider-box-title {
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
  }
  .shop-by-category-sp .shop-by-category-data {
    margin-top: 24px;
    padding: 24px 0px;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content {
    display: none;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
    padding-inline: 10px;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box {
    display: block;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-category-gride {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    width: 100%;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-category-gride .shop-by-category-data-box-category-box {
    padding: 10px;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-category-gride .shop-by-category-data-box-category-box .shop-by-category-data-box-category-box-title {
    font-size: 14px;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner {
    border-left: none;
    border-top: 1px solid #c7c7c7;
    padding: 20px 0px 0px 0px;
    margin-top: 20px;
    width: 100%;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img {
    padding: 16px 20px;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img .shop-by-category-data-box-banner-title {
    font-size: 20px;
    width: 100%;
    max-width: 144px;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img .shop-by-category-data-box-banner-description {
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    max-width: 144px;
    margin-top: 5px;
  }
  .shop-by-category-sp .shop-by-category-data .tab-content .shop-by-category-data-box .shop-by-category-data-box-banner .shop-by-category-data-box-banner-img .shop-by-category-data-box-banner-btn-wrap button {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .shop-offer-sp {
    margin-top: 24px;
    padding-inline: 0px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-offer-sp .shop-offer-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content {
    padding: 13px 15px;
  }
  .shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content .shop-offer-box-content-title {
    font-size: 14px;
  }
  .shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content .shop-offer-box-content-description {
    font-size: 12px;
    margin-top: 5px;
  }
  .shop-offer-sp .shop-offer-wrap .shop-offer-box .shop-offer-box-content .shop-offer-box-content-btn button {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 8px;
  }
  .shop-best-deals-sp {
    margin-top: 40px;
    padding-inline: 0px;
  }
  .shop-best-deals-sp .shop-best-deals-title {
    margin-bottom: 10px !important;
  }
  .shop-best-deals-sp .shop-best-deals-img-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-best-deals-sp .shop-best-deals-content {
    width: 100%;
    padding: 22px 20px 30px 20px;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-category {
    gap: 20px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box .shop-best-deals-content-category-box-img {
    padding: 10px;
    width: 100px;
    height: 70px;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box .shop-best-deals-content-category-box-title {
    font-size: 12px;
    margin-top: 10px;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show {
    margin-top: 24px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card {
    padding: 15px;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-img {
    width: 100%;
    height: 150px;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-img .product-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 15px;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .model {
    font-size: 20px;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .description {
    font-size: 16px;
  }
  .shop-best-deals-sp .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-btn button {
    font-size: 16px;
  }
  .shop-best-deals-sp-2 {
    margin-top: 40px;
    padding-inline: 0px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-title {
    margin-bottom: 10px !important;
  }
  .shop-best-deals-sp-2 .shop-best-deals-img-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content {
    width: 100%;
    padding: 22px 20px 30px 20px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-category {
    gap: 20px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box-2 .shop-best-deals-content-category-box-img-2 {
    padding: 10px;
    width: 100px;
    height: 70px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-category .shop-best-deals-content-category-box-2 .shop-best-deals-content-category-box-title {
    font-size: 12px;
    margin-top: 10px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show {
    margin-top: 24px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card {
    padding: 15px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-img {
    width: 100%;
    height: 150px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-img .product-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 15px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .model {
    font-size: 20px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .description {
    font-size: 16px;
  }
  .shop-best-deals-sp-2 .shop-best-deals-content .shop-best-deals-content-show .shop-best-deals-content-show-slider-wrap .shop-best-deals-content-show-slider .swiper-wrapper .swiper-slide .shop-best-deals-content-show-slider-box .product-card .product-card-btn button {
    font-size: 16px;
  }
  .shop-cta-section-sp {
    padding-inline: 10px;
    margin-top: 40px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-cta-section-sp .shop-cta-section-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .shop-cta-section-sp .shop-cta-section-wrap img {
    height: 160px;
    width: 100%;
  }
  .shop-cta-section-sp .shop-cta-section-wrap .shop-cta-section-box {
    padding: 24px 0 0 0;
    position: static;
  }
  .shop-cta-section-sp .shop-cta-section-wrap .shop-cta-section-box .shop-cta-section-box-title {
    font-size: 20px;
  }
  .shop-cta-section-sp .shop-cta-section-wrap .shop-cta-section-box .shop-cta-section-box-description {
    font-size: 16px;
    margin-top: 16px;
  }
  .shop-cta-section-sp .shop-cta-section-wrap .shop-cta-section-box .shop-cta-section-box-btn {
    font-size: 16px;
    padding: 13px 15px;
    margin-top: 16px;
  }
  .shop-top-brands-sp {
    margin-top: 40px;
    padding-inline: 10px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-top-brands-sp .shop-top-brands-gride {
    margin-top: 19px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  .shop-top-brands-sp .shop-top-brands-gride .shop-top-brands-gride-box {
    padding: 12px;
  }
  .shop-top-brands-sp .shop-top-brands-gride .shop-top-brands-gride-box img {
    max-width: unset;
    width: 77px;
    height: 50px;
  }
  .shop-service-section-sp {
    padding-inline: 10px;
    margin-top: 40px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-service-section-sp .shop-service-section-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-img {
    height: 220px;
  }
  .shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content {
    padding: 24px 0 0 0;
  }
  .shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content .shop-service-section-box-content-title {
    font-size: 20px;
  }
  .shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content .shop-service-section-box-content-description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 10px !important;
  }
  .shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content .shop-service-section-box-content-btn {
    font-size: 13px;
  }
  .shop-service-section-sp .shop-service-section-wrap .shop-service-section-box .shop-service-section-box-content .shop-service-section-box-content-btn img {
    margin-left: 10px;
  }
  .shop-exclusive-offers-section-sp {
    margin-top: 40px;
    padding-inline: 10px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-exclusive-offers-section-sp .shop-exclusive-offers-section-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .shop-exclusive-offers-section-sp .shop-exclusive-offers-section-wrap .shop-exclusive-offers-section-box {
    gap: 21px;
    padding-right: 0px;
  }
  .shop-exclusive-offers-section-sp .shop-exclusive-offers-section-wrap .shop-exclusive-offers-section-box .shop-exclusive-offers-section-box-title {
    font-size: 14px;
    text-align: center;
  }
  .shop-exclusive-offers-section-sp .shop-exclusive-offers-section-wrap .shop-exclusive-offers-section-box-border {
    border-right: none;
  }
  .shop-cta-second-section-sp {
    margin-top: 40px;
    padding: 40px 10px;
  }
  .shop-cta-second-section-sp .shop-cta-second-section-content-wrap {
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-title {
    font-size: 24px;
  }
  .shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-description {
    font-size: 16px;
    margin-top: 15px;
  }
  .shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-btn-wrap {
    margin-top: 15px;
    gap: 10px;
  }
  .shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-btn-wrap a:nth-child(1) button {
    padding: 9px 15px;
    font-size: 14px;
  }
  .shop-cta-second-section-sp .shop-cta-second-section-content-wrap .shop-cta-second-section-btn-wrap a:nth-child(2) button {
    padding: 9px 15px;
    font-size: 14px;
  }
  .insight-intelligent-sp {
    padding: 13px 10px;
  }
  .insight-intelligent-sp .insight-intelligent-wrap {
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .insight-intelligent-sp .insight-intelligent-wrap .insight-intelligent-wrap-title {
    font-size: 18px;
  }
}/*# sourceMappingURL=shop.css.map */