.p-carousel {
  overflow: hidden;
  padding: 10px 0 25px;
}

.p-carousel .g-carousel_container {
  padding: 0 40px;
}

.p-carousel .g-carousel_slide:not(.swiper-slide) {
  min-width: calc((100% - 8px) / 2);
  max-width: calc((100% - 8px) / 2);
  margin: 0 8px 0 0;
}

.p-carousel.p-carousel_top_page {
  padding-bottom: 10px;
}

@media (min-width: 721px) {
  .p-carousel {
    padding: 30px 0;
  }
  .p-carousel .g-carousel {
    width: 100%;
    max-width: 1330px;
    margin: auto;
  }
  .p-carousel .g-carousel::before,
  .p-carousel .g-carousel::after {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 75px;
    height: 100%;
    content: '';
  }
  .p-carousel .g-carousel::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 75%);
  }
  .p-carousel .g-carousel::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%);
  }
  .p-carousel .g-carousel_container {
    padding: 10px 75px;
  }
  .p-carousel.p-carousel_top_page {
    width: calc(100% + 40px);
    margin-right: calc(-50% - 20px);
    margin-left: calc(-50% - 20px);
  }
  .p-carousel .g-carousel_slide:not(.swiper-slide) {
    min-width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
    margin: 0 20px 0 0;
  }
}

.p-carousel + .g-block {
  margin-top: 0;
}

.p-phishing {
  margin-top: 30px;
}

.p-phishing a {
  font-weight: bold;
  display: block;
  padding: 12px;
  text-align: center;
  color: #eb6157;
  background-color: #feeed9;
}

.p-feature_grid,
.p-feature_item {
  font-weight: bold;
  border-color: #e9f5f4 !important;
}

.p-feature .g-sm-media {
  padding: 12px 15px 12px 8px;
}

.p-feature .g-media_head {
  text-align: center;
}

.p-feature .g-s {
  font-size: 3.8rem;
}

.p-feature .g-s-shipping {
  font-size: 5rem;
}

.p-feature .g-s-stock {
  font-size: 3, 3rem;
}

.p-feature .g-s-doc,
.p-feature .g-s-review {
  font-size: 6rem;
}

@media (min-width: 721px) {
  .p-feature .g-lg-card {
    height: 100%;
    padding: 15px;
  }
  .p-feature .g-card_head {
    display: flex;
    height: 62px;
    align-items: center;
    justify-content: center;
  }
  .p-feature .g-s {
    font-size: 5.5rem;
  }
  .p-feature .g-s-shipping {
    font-size: 7rem;
  }
  .p-feature .g-s-stock {
    font-size: 4.5rem;
  }
  .p-feature .g-s-doc,
  .p-feature .g-s-review {
    font-size: 8rem;
  }
}

.p-banner-upper {
  text-align: center;
}

.p-banner-upper img {
  margin-top: 10px;
}

@media (min-width: 721px) {
  .p-banner-upper img {
    margin-top: 40px;
  }
}

.p-banner-lower {
  text-align: center;
}

.g-media.g-align-gm > * {
  -ms-grid-row-align: center;
}

@media (min-width: 721px) and (max-width: 949px) {
  .p-rankingGrid > .g-grid_item {
    width: 100% !important;
    padding: 40px 0 0 !important;
  }
  .p-rankingGrid > .g-grid_item:first-child {
    padding-top: 0 !important;
  }
  .p-rankingList > .g-grid_item {
    width: calc((100% - 40px) / 5 - 0.1px) !important;
    padding: 5px 5px;
  }
  .p-rankingList > .g-grid_item:nth-child(-n + 6) {
    padding-top: 5px;
  }
  .p-rankingList > .g-grid_item:nth-child(6n + 1) {
    padding-left: 5px;
  }
  .p-rankingList > .g-grid_item:nth-child(6n) {
    padding-right: 5px;
  }
  .p-rankingList > .g-grid_item:nth-last-child(-n + 6):nth-child(6n + 1) {
    padding-bottom: 5px;
  }
  .p-rankingList > .g-grid_item:nth-child(-n + 5) {
    padding-top: 0;
  }
  .p-rankingList > .g-grid_item:nth-child(5n + 1) {
    padding-left: 0;
  }
  .p-rankingList > .g-grid_item:nth-child(5n) {
    padding-right: 0;
  }
  .p-rankingList > .g-grid_item:nth-last-child(-n + 5):nth-child(5n + 1) {
    padding-bottom: 0;
  }
}
