.search {
  display: none;
}

main {
  overflow: hidden;
}

main:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  max-width: 900px;
  width: 170%;
  height: 100vh;
  margin: -10% 0 0 -50%;
  background: url(../images/icon_square02.svg) no-repeat left top;
  background-size: 100% auto;
  z-index: -1;
}

.pickup-subtitle {
    font-size: 14px;
    font-weight: 900;
    margin-left: -82px;
}

.section-title-container {
    display: flex;
    align-items: center;
    margin-top: -55px;
}

.category-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 5px;
}

.category-title-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #00aad6;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 3px;
}

@media screen and (min-width: 768px) {
  main {
    margin-top: 0;
  }

  main:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    max-width: 2136px;
    width: 120%;
    height: 200vh;
    margin: -13% 0 0 -20%;
    background: url(../images/icon_square02.svg) no-repeat left top;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 1024px) {
  .top-search {
    /* display: none !important; */
    /* display: block; */
  }

  .search-top {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .search {
    display: none !important;
    /* display: block; */
  }
}

#lottie {
  position: absolute;
  max-width: 320px;
  width: 65%;
  right: -5%;
  top: -3%;
  z-index: 0;
  display: none;

}

@media screen and (min-width: 768px) {
  #lottie {
    position: absolute;
    max-width: 640px;
    width: 60%;
    right: -4%;
    top: -18px;
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  #lottie {
    right: -4%;
    top: -50px;
  }
}


/* �j���[�X���@��~���̈ʒu���� */
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  width: 28px;
  height: 44px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  top: auto;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/* �l�C�^�O 2�s�\�� */
.tag-area ul {
  height: 90px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .tag-area {
    align-items: flex-start;
  }

  .tag-area p {
    margin-top: 18px;
  }

  .tag-area ul {
    height: 95px;
  }
}
