*,::after,::before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-ms-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::after,::before{--tw-content:''}


.product_list_gothic {
  font-family: 'YuGothic', /* MacÍÑ */ 'Yu Gothic', /* WindowsÍÑ */ sans-serif;
}

.none-link {
  text-decoration: none;
}


a {
  color: inherit;
  text-decoration: none !important;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (any-hover: hover) {
  .anc_hover:hover {
    opacity: 0.75;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mr-94 {
  margin-right: 94px;
}

.mb-50 {
  margin-bottom: 50px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.justify-end {
  justify-content: flex-end;
}

.grow {
  flex-grow: 1;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-100vw {
  height: 100vw;
}

.w-210 {
  width: 210px;
}

.w-92vw {
  width: 92vw;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-820 {
  max-width: 100%;
}

.grid-cols-\[210px_1fr\] {
  grid-template-columns: 210px 1fr;
}

.grid-cols-\[repeat\(3\2c _254px\)\] {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.place-content-center {
  place-content: center;
}

.gap-30 {
  gap: 30px;
}

.gap-94 {
  gap: 94px;
}

.gap-20 {
  gap: 20px;
}

.border {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#231815\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 24 21 / var(--tw-border-opacity));
}

.bg-\[\#B2805A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 128 90 / var(--tw-bg-opacity));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-110 {
  padding-top: 110px;
}

.text-right {
  text-align: right;
}

.text-10 {
  font-size: 10px;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
  line-height:1.4;
}

.text-19 {
    font-size: 19px;
    line-height:1.4;
    font-weight: 600
}

.text-20 {
  font-size: 20px;
}

.text-30 {
  font-size: 30px;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-\[repeat\(3\2c _254px\)\] {
    grid-template-columns: repeat(3, 1fr);
  }

  .md\:grid-cols-\[210px_1fr\] {
    grid-template-columns: 210px 1fr;
  }

  .md\:gap-94 {
    gap: 94px;
  }

  .md\:gap-30 {
    gap: 30px;
  }
  
    .md\:gap-22 {
    gap: 30px 22px;
  }
}


.color-delicacyKamaboko {
  background-color: #B2805A;
}
.color-flyKamaboko {
  background-color: #DA941E;
}
.color-assortedBasket {
  background-color: #99648F;
}
.color-standardProduct {
  background-color: #C6503C;
}
.color-periodLimited {
  background-color: #3F80B0;
}
.color-onlineLimited {
  background-color: #699E64;
}
.color-summerGift {
  background-color: #E48A94;
}
.color-yearEndGift {
  background-color: #E48A94;
}
.color-celebration {
  background-color: #E48A94;
}
.color-E48A94 {
  background-color: #E48A94;
}
.color-gift {
  background-color: #E48A94;
}
.color-yen3000OrLess {
  background-color: #449EAC;
}
.color-yen3001-yen5000 {
  background-color: #449EAC;
}
.color-yen5001-yen6000 {
  background-color: #449EAC;
}
.color-yen6001-yen10000 {
  background-color: #449EAC;
}
.color-yen10001OrMore {
  background-color: #449EAC;
}


.bl_product_list {
  margin-top: 160px;
}

@media(max-width: 860px){
.bl_product_list {
  margin-top: 70px;
}
  
  .pt-110 {
  padding-top: 0px;
}
    .pt-sp-70 {
  padding-top: 70px;
}
  
  
}


