.purchase-agency-header {
  width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 9;
	transition: all 0.5s;
	/* height: 4.4rem; */
}

.purchase-banner {
  width: 100vw;
  height: 29.375vw;
  background-image: url('../assets/images/purchase-agency/banner-purchase-agency.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.purchase-banner .name-en {
  font-size: 0.85rem;
  line-height: 1.3rem;
  height: 1.3rem;
  font-weight: 600;
}

.purchase-banner .name-jp {
  font-size: 1.5rem;
  line-height: 1.75rem;
  height: 1.75rem;
  font-weight: 800;
  margin-top: 0.2rem;
}

.purchase-banner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.article-list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 1.9rem;
}

.article-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.overall-icon {
  margin-top: 3.35rem;
  margin-bottom: 2.3rem;
  width: 7.5rem;
  height: 1.15rem;
  background: no-repeat center/contain url('../assets/images/purchase-agency/overall-icon.png');
}

.overall-text {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.03rem;
  text-align: left;
}

.article-anybuy {
  margin-top: 2.05rem;
}

.article-anybuy > h1 {
  font-size: 1.75rem;
  font-weight: 700;
}

.article-anybuy > h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

.anybuy-bg-download {
  width: 27.2rem;
  height: 11.4rem;
  background: no-repeat center/contain url('/assets/images/purchase-agency/anybuy-bg-download.png');
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  padding-left: 11rem;
  box-sizing: border-box;
  margin-top: 0.25rem;
}

.anybuy-download-android {
  width: 4.9rem;
  height: 1.95rem;
  background: no-repeat center/contain url('/assets/images/purchase-agency/icon-download-android.png');
  flex-shrink: 0;
  cursor: pointer;
}

.anybuy-download-ios {
  width: 5.55rem;
  height: 2rem;
  background: no-repeat center/contain url('/assets/images/purchase-agency/icon-download-ios.png');
  flex-shrink: 0;
  margin-left: 0.95rem;
  cursor: pointer;
}

.anybuy-text-3 {
  margin-top: 1rem;
}

.block-middle {
  width: 100%;
  height: 8.4rem;
  margin-top: 4.1rem;
  margin-bottom: 4.95rem;
  background: no-repeat center/cover url('/assets/images/purchase-agency/block-middle.png');
}

.article-platform {
  margin-top: 4.7rem;
}

.platform-title {
  margin-bottom: 2.8rem;
}

.article-shipping {
  margin-top: 3.45rem;
}

.shipping-title {
  margin-bottom: 2.85rem;
}

.article-title {
  line-height: 2.7rem;
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.article-title::before {
  content: '';
  display: block;
  margin-right: 1rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background-color: #3FA9F5;
  flex-shrink: 0;
}

.article-title::after {
  content: '';
  display: block;
  margin-left: 1rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background-color: #3FA9F5;
  flex-shrink: 0;
}

.article-warehouse {
  position: relative;
  margin-top: 5.55rem;
  background: no-repeat bottom/contain url('/assets/images/purchase-agency/warehouse-bg.png');
}

.decorator-page {
  width: 21.5rem;
  height: 2.9rem;
  background: no-repeat center/contain url('/assets/images/decorator-page.png');
  position: absolute;
  top: 19.1rem;
  z-index: 5;
}

.warehouse-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  margin-bottom: 4.5rem;
  width: 24.35rem;
}

.warehouse-title {
  width: 12.95rem;
  height: 4.4rem;
  background: no-repeat center/contain url('/assets/images/purchase-agency/warehouse-title.png');
  margin-top: 1.1rem;
  margin-bottom: 1.15rem;
}

.warehouse-desc {
  color: rgba(0, 117, 193, 0.54);
  width: 20.8rem;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  padding-bottom: 1.1rem;
}

.swiper {
  width: 24.35rem;
  height: 20.6rem;
  border-radius: 0.6rem;
  overflow: hidden;
}

.swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  user-select: none;
}

.swiper-button-prev {
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.69);
  border-radius: 50%;
  user-select: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0.8rem;
  font-weight: 700;
  user-select: none;
}

.swiper-button-next {
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.69);
  border-radius: 50%;
}

.img-purchase-overall {
  width: 21.85rem;
  height: 22.85rem;
  /* object-fit: contain; */
  margin-top: 1.5rem;
}

.img-purchase-anybuy {
  width: 26.8rem;
  height: 15.15rem;
  object-fit: contain;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.img-purchase-model {
  width: 27.55rem;
  height: 18.3rem;
  margin-top: 2.15rem;
}

.img-purchase-automatic {
  width: 23.05rem;
  height: 14.85rem;
  margin-top: 1.95rem;
}

.img-purchase-logistics {
  width: 23.2rem;
  height: 15.65rem;
  margin-top: 2rem;
}

@media (min-width: 972px) {
  .purchase-banner .name-en {
    font-size: 1.25rem;
    line-height: 1.9rem;
    height: 1.9rem;
  }

  .purchase-banner .name-jp {
    font-size: 2.1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    margin-top: 0.55rem;
  }

  .overall-icon {
    margin-top: 5.3rem;
    margin-bottom: 3.65rem;
    width: 8.8rem;
    height: 1.3rem;
  }

  .overall-text {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.04rem;
  }

  .article-anybuy {
    margin-top: 3.44rem;
  }
  
  .article-anybuy > h1 {
    font-size: 2rem;
  }
  
  .article-anybuy > h2 {
    font-size: 1.5rem;
    font-weight: 800;
    /* line-height: 1.5rem; */
    letter-spacing: 0.03rem;
    margin-top: 0.8rem;
  }

  .article-title {
    line-height: 3.75rem;
    font-size: 2.5rem;
    font-weight: 700;
  }
  .article-title::before {
    margin-right: 3.25rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  
  .article-title::after {
    margin-left: 3.25rem;
    width: 2.3rem;
    height: 2.3rem;;
  }

  .anybuy-bg-download {
    width: 37.2rem;
    height: 15.6rem;
    padding-left: 14.6rem;
    margin-top: -1.15rem;
    margin-bottom: 1rem;
  }
  .anybuy-download-android {
    width: 6.7rem;
    height: 2.55rem;
  }
  .anybuy-download-ios {
    width: 7.55rem;
    height: 2.65rem;
    margin-left: 1.3rem;
  }
  .block-middle {
    background: none;
    width: 100%;
    height: 6rem;
    margin: 0;
  }
  .img-purchase-overall {
    width: 35rem;
    height: 36.66rem;
    margin-top: 2.95rem;
  }
  .img-purchase-anybuy {
    width: 35rem;
    height: 19.72rem;
    margin-top: 4.4rem;
    margin-bottom: 1.88rem;
  }
  .img-purchase-model {
    width: 47rem;
    height: 31.25rem;
    margin-top: 2.65rem;
  }
  .img-purchase-automatic {
    width: 35.85rem;
    height: 23.05rem;
    margin-top: 5.2rem;
  }
  .img-purchase-logistics {
    width: 39.6rem;
    height: 26.7rem;
    margin-top: 3.4rem;
  }

  .article-warehouse {
    margin-top: 8.5rem;
  }

  .article-platform {
    margin-top: 6.45rem;
  }

  .platform-title {
    margin-bottom: 3.75rem;
  }

  .article-shipping {
    margin-top: 5.55rem;
  }

  .shipping-title {
    margin-bottom: 4.5rem;
  }

  .decorator-page {
    width: 36.7rem;
    height: 4.95rem;
    top: 32.6rem;
  }
  .warehouse-container {
    width: 41.6rem;
  }
  .warehouse-title {
    width: 22.1rem;
    height: 7.5rem;
    margin-top: 1.9rem;
    margin-bottom: 1.95rem;
  }
  .warehouse-desc {
    color: rgba(0, 117, 193, 0.54);
    width: 35.5rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.03rem;
    padding-bottom: 1.8rem;
  }
  .swiper {
    width: 41.6rem;
    height: 35.15rem;
    border-radius: 0.6rem;
    overflow: hidden;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 3.3rem;
    height: 3.3rem;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.2rem;
  }
}