@media only screen and (max-width: 767px) {
  .pageMainWrap .pageMainIn .pageSideCol {
    padding-top: 24px;
  }
}
.categoryTitle {
  background: #1DC2FF;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
}
.categoryTitle .titleJp {
  color: #ffffff;
}
.categoryTitle .titleEn {
  color: #FFE248;
  font-family: "Inter", sans-serif;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .categoryTitle {
    padding: 8px 0 10px 0;
    margin: 0 0 24px 0;
  }
  .categoryTitle .titleJp {
    font-size: clamp(16px, 5.12vw, 20px);
  }
  .categoryTitle .titleEn {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .categoryTitle {
    padding: 8px 0 10px 0;
    margin: 0 0 24px 0;
  }
  .categoryTitle .titleJp {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .categoryTitle .titleEn {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.pickupTitle {
  text-align: center;
  position: relative;
  z-index: 1;
}
.pickupTitle .titleJp {
  font-weight: bold;
}
.pickupTitle .titleEn {
  font-weight: bold;
  color: #1DC2FF;
  font-family: "Inter", sans-serif;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .pickupTitle {
    padding: 40px 0 0px 0;
  }
  .pickupTitle .titleJp {
    font-size: 20px;
  }
  .pickupTitle .titleEn {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .pickupTitle {
    padding: 40px 0 0px 0;
    top: 16px;
    width: min(100% - 220px, 680px);
  }
  .pickupTitle .titleJp {
    font-size: 20px;
  }
  .pickupTitle .titleEn {
    font-size: 22px;
  }
}
.secPickupWrap {
  position: relative;
}
.secPickupWrap .areaBg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100vw;
  background: url(../../shared/images/bg_mesh.png) left top repeat;
  background-size: 41px;
}

.secPickup {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .secPickupWrap .areaBg {
    top: -124px;
    left: calc((min(94%, 366px) - 100vw) / 2);
    width: calc(100vw + 40px);
    height: calc(100% + 124px + 32px);
  }
  .secPickup {
    padding: 0px 0 0px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secPickupWrap .areaBg {
    top: -124px;
    left: calc((min(94vw, 920px) - 100vw) / 2);
    width: 100vw;
    height: calc(100% + 124px + 40px);
  }
  .secPickup {
    padding: 0px 0 0px 0;
  }
}
.secCategory .secCategoryIn .categoryBox .listBtnWrap {
  margin: 0 auto;
  width: 174px;
}
.secCategory .secCategoryIn .categoryBox .listBtnWrap .listBtn {
  border: solid 1px #0098FF;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.5s, color 0.5s;
}
.secCategory .secCategoryIn .categoryBox .listBtnWrap .listBtn:hover {
  background: #0098FF;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .secCategory {
    padding: 70px 0 0 0;
  }
  .secCategory .secCategoryIn .categoryBox {
    padding: 0 0 40px 0;
  }
  .secCategory .secCategoryIn .categoryBox .listBtnWrap {
    padding: 24px 0 0 0;
  }
  .secCategory .secCategoryIn .categoryBox:last-of-type {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secCategory {
    padding: 80px 0 0 0;
  }
  .secCategory .secCategoryIn .categoryBox {
    padding: 0 0 64px 0;
  }
  .secCategory .secCategoryIn .categoryBox .listBtnWrap {
    padding: 24px 0 0 0;
  }
  .secCategory .secCategoryIn .categoryBox:last-of-type {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */