.shop__inner {
  padding: 210px 20px 30px;
}
.shop__heading {
  margin-bottom: 60px;
}
.shop__heading--en {
  height: 15px;
  margin-bottom: 10px;
}
.shop__heading--en img {
  width: auto;
  height: 100%;
}
.shop__heading--ja {
  font-weight: bold;
  font-size: 28px;
}
.shop__subheading {
  margin-bottom: 25px;
}
.shop__subheading span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 38px;
  border: 4px solid #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: center;
}
.shop__subheading--riceball {
  display: flex;
  align-items: center;
}
.shop__subheading--riceball p {
  margin-left: 20px;
}
.shop__border {
  width: 100%;
  height: 1px;
  margin: 29px 0 60px;
  background: #d6d6d6;
  background: linear-gradient(to right, #d6d6d6, #d6d6d6 2px, transparent 2px, transparent 4px);
  background-size: 4px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) {
  .shop__inner {
    max-width: 1000px;
    margin: auto;
    padding-top: 220px;
  }
  .shop__heading {
    margin-bottom: 100px;
    text-align: left;
  }
  .shop__heading--en {
    margin-bottom: 20px;
  }
  .shop__heading--ja {
    font-size: 40px;
  }
}

.buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}
.buttons__button {
  width: 21%;
  margin-bottom: 20px;
  opacity: 0;
  cursor: pointer;
  transition: 0.2s;
}
.buttons__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #000;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@media screen and (min-width: 768px) {
  .buttons__button {
    width: 10%;
  }
}

@keyframes sk-scaleout {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.item__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item__list--rice .item__image, .item__list--kuntan .item__image {
  height: 180px;
}
.item__list--rice .item__item {
  display: none;
}
.item__list--riceball .item__image {
  position: relative;
  height: 118px;
}
.item__list--riceball .item__image:hover .item__tooltip {
  opacity: 1;
}
.item__list--riceball .item__tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px 13px;
  border: 3px solid #000;
  background: #fff;
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: auto;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
}
.item__list--riceball .item__tooltip::before, .item__list--riceball .item__tooltip::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: "";
}
.item__list--riceball .item__tooltip::before {
  bottom: -1.4em;
  border-top: 1.2em solid #000;
}
.item__list--riceball .item__tooltip::after {
  bottom: calc(4px - 1.35em);
  border-top: solid 1.2em #fff;
}
.item__item {
  position: relative;
  width: 48%;
  margin-bottom: 34px;
}
.item__item--empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.item__item--stop {
  pointer-events: none;
}
.item__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.item__layer span {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}
.item__item--empty.item__item--first, .item__item--empty.item__item--normal, .item__item--empty.item__item--others {
  display: none;
}
.item__image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-bottom: 10px;
  transition: transform 0.2s;
}
.item__image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.item__image:hover {
  transform: scale(1.1);
}
.item__new > span {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 40px;
  height: 25px;
  margin-right: 4px;
  background: #c40019;
}
.item__new img {
  width: 35px;
}
.item__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}
.item__category {
  margin-bottom: 5px;
}
.item__category > span {
  display: inline-block;
  padding: 5.5px 11px;
  background: #000;
  color: #fff;
  letter-spacing: -0.5px;
}
.item__name {
  margin-bottom: 9px;
}
.item__name span {
  display: inline-block;
  padding: 5.5px 8px;
  background: #000;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.item__price {
  text-align: right;
}
.item__price span:first-of-type {
  font-weight: bold;
  font-size: 30px;
  font-family: "Arial", "Helvetica Neue", YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: 0.25px;
}
.item__price span:last-of-type {
  margin-left: 2px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .item__item {
    width: 31%;
  }
  .item__new > span {
    width: 55px;
  }
  .item__new > span img {
    width: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .item__list--rice .item__image, .item__list--kuntan .item__image {
    height: 185px;
  }
  .item__list--riceball .item__image {
    height: 140px;
  }
  .item__list--rice .item__item, .item__list--kuntan .item__item, .item__list--set .item__item {
    width: 22%;
  }
  .item__item {
    width: 176px;
  }
  .item__price span:last-of-type {
    font-size: 14px;
  }
}/*# sourceMappingURL=shop-base.css.map */