@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "Noto Sans JP";
  overflow: hidden;
}

.local-head {
  padding: 10px 10px;
}

.hero h1 {
  margin: 0;
}
.hero img {
  width: 100%;
}

h2 {
  font-family: "Montserrat";
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 25px;
    font-size: 1.4rem;
  }
}
h2 span {
  font-family: "Noto Sans JP";
  display: block;
  color: #616161;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 0.85rem;
    margin-top: 8px;
  }
}

.block {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.pickup {
  background-color: #f1edfc;
  color: #886BE9;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .pickup {
    padding: 40px 0;
  }
}
.pickup h2 {
  margin: 0 0 30px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .pickup h2 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
.pickup .pickup-cat {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 17px;
}
@media only screen and (max-width: 767px) {
  .pickup .pickup-cat {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.pickup .pickup-cat__item {
  background-color: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .pickup .pickup-cat__item:hover {
    opacity: 0.8;
  }
}

.select {
  background-color: #f1edfc;
}
.select .genre {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 300px));
  grid-auto-rows: 55px;
  justify-content: center;
  gap: 0 25px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .select .genre {
    padding: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 45px;
    gap: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .select .genre {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .select .genre__item {
    font-size: 0.75rem;
  }
}
.select .genre__item a {
  color: #fff;
  background: #886BE9;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .select .genre__item a:hover {
    background-color: #7559d1;
  }
}
.select .genre__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .select .genre__item a::after {
    width: 7px;
    height: 7px;
    right: 15px;
  }
}
.select__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .select__content {
    grid-template-columns: auto;
  }
}
.select__block {
  padding: 50px 2% 60px;
}
@media only screen and (max-width: 767px) {
  .select__block {
    padding: 30px 15px 35px;
  }
}
.select__block:first-child {
  background-color: #f8e5fe;
}
.select__block:last-child {
  background-color: #dae5ff;
}
.select__ttl {
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .select__ttl {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.select .cat {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1100px;
}
@media only screen and (max-width: 767px) {
  .select .cat {
    margin: 0 auto 30px;
    gap: 6px;
  }
}
.select .cat__item {
  background-color: #fff;
  color: #000;
  border: 1px solid #333;
  border-radius: 999px;
  width: calc((100% - 50px) / 6);
  height: 45px;
  padding: 0 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 1900px) {
  .select .cat__item {
    width: calc((100% - 40px) / 5);
  }
}
@media only screen and (max-width: 1400px) {
  .select .cat__item {
    width: calc((100% - 30px) / 4);
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 950px) {
  .select .cat__item {
    width: calc((100% - 20px) / 3);
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .select .cat__item {
    width: calc((100% - 12px) / 3);
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .select .cat__item:hover:not(.cat-seleted) {
    background-color: #f5f5f5;
    border-color: #000;
  }
}
.select .cat__item.cat-seleted {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .select .item-area .item:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .select .item-area .item:last-of-type {
    display: none;
  }
}

.item-area a {
  color: #000;
}
.item-area .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .item-area .item-list {
    gap: 20px 15px;
  }
}
.item-area .item {
  width: calc((100% - 80px) / 5);
  transition: 0.3s;
}
@media only screen and (max-width: 2399px) {
  .item-area .item {
    width: calc((100% - 60px) / 4);
  }
  .item-area .item:nth-of-type(13), .item-area .item:nth-of-type(14), .item-area .item:nth-of-type(15) {
    display: none;
  }
}
@media only screen and (max-width: 1499px) {
  .item-area .item {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 999px) {
  .item-area .item {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .item-area .item {
    width: calc((100% - 15px) / 2);
  }
}
.item-area .item:hover {
  opacity: 0.7;
}
.item-area .item__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #000;
  margin-bottom: 15px;
}
.item-area .item__pic img {
  width: 95%;
  height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .item-area .item__pic img {
    max-width: 180px;
    max-height: 180px;
  }
}
.item-area .item__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  height: 48px;
  font-size: 0.95rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .item-area .item__name {
    height: 41px;
    font-size: 0.85rem;
  }
}
.item-area .item__price {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .item-area .item__price {
    font-size: 0.9rem;
  }
}
.item-area .item__price .item-tax {
  font-weight: 400;
  font-size: 0.65rem;
  margin-left: 2px;
}
@media only screen and (max-width: 767px) {
  .item-area .item__price .item-tax {
    font-size: 0.6rem;
  }
}
.item-area .item-btn {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .item-area .item-btn {
    margin-top: 30px;
  }
}
.item-area .item-btn a {
  background-color: #fff;
  border: 1px solid #333;
  color: #000;
  border-radius: 999px;
  min-width: 300px;
  height: 60px;
  font-weight: 500;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 60px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .item-area .item-btn a {
    min-width: 200px;
    height: 47px;
    font-size: 0.8rem;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .item-area .item-btn a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  .item-area .item-btn a:hover::after {
    border-top-color: #fff;
    border-left-color: #fff;
  }
}
.item-area .item-btn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .item-area .item-btn a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.item-loading {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.item-loading p {
  font-size: 14px;
  font-weight: 700;
}
.item-loading__spinner {
  width: 36px;
  height: 36px;
  border: 4px solid #ddd;
  border-top-color: #111;
  border-radius: 50%;
  animation: itemLoadingSpin 0.8s linear infinite;
}

@keyframes itemLoadingSpin {
  to {
    transform: rotate(360deg);
  }
}
.search-area {
  background-color: #F0F0F0;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .search-area {
    padding: 25px 0;
  }
}
.search-area h3 {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .search-area h3 {
    font-size: 1rem;
    margin: 0 0 15px;
  }
}
.search-area .search-group__list {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  grid-template-columns: repeat(4, minmax(0, 280px));
  grid-auto-rows: 65px;
}
@media only screen and (max-width: 767px) {
  .search-area .search-group__list {
    margin: 0 auto 30px;
    gap: 13px;
    grid-template-columns: repeat(2, minmax(0, 180px));
    grid-auto-rows: 55px;
  }
}
.search-area .search-group__list-item {
  background-color: #fff;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .search-area .search-group__list-item {
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-area .search-group__list-item:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
  }
}
.search-area .search-keyword .keyword_block {
  max-width: 800px;
  margin: 0 auto;
}

.arrival {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .arrival {
    padding: 30px 0;
  }
}
.arrival .item-area {
  color: #333;
}
.arrival .splide__track {
  padding: 2px;
}
.arrival .splide__list {
  gap: 0;
  flex-wrap: nowrap;
}
.arrival .splide__slide {
  position: relative;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}
.arrival .splide__slide::before {
  content: "NEW";
  font-family: "Montserrat";
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  border-radius: 3px;
  background-color: #ec3d72;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .arrival .splide__slide::before {
    top: 8px;
    left: 8px;
    font-size: 0.7rem;
  }
}
.arrival .splide__slide .item {
  width: 100%;
}
.arrival .splide__arrow {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .arrival .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.arrival .splide__arrow svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .arrival .splide__arrow svg {
    width: 15px;
    height: 15px;
  }
}
.arrival .splide__arrow--prev {
  left: -30px;
}
@media only screen and (max-width: 1270px) {
  .arrival .splide__arrow--prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .arrival .splide__arrow--prev {
    left: -10px;
  }
}
.arrival .splide__arrow--next {
  right: -30px;
}
@media only screen and (max-width: 1270px) {
  .arrival .splide__arrow--next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .arrival .splide__arrow--next {
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .arrival .splide__arrow {
    width: 44px;
    height: 44px;
  }
}

#page-top {
  position: fixed;
  right: 15px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #e6e8ea;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
#page-top.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  #page-top:hover {
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 767px) {
  #page-top {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
    font-size: 18px;
  }
}
#page-top span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #000;
  border-left: 1.5px solid #000;
  transform: rotate(45deg);
  margin-top: 5px;
  transition: border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #page-top span::after {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */