::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
* {
  box-sizing: border-box;
}
html.is-loading,
html.is-drawer-open {
  overflow: hidden;
}
body {
  width: 100%;
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Helvetica Neue, Arial,
    Meiryo, sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 104.25em) {
  body {
    font-weight: 400;
  }
}
@media screen and (min-width: 104.3125em) {
  body {
    overflow-x: hidden;
    font-weight: 300;
  }
}
body.preload * {
  transition: none !important;
}
@media screen and (max-width: 104.25em) {
  h1,
  h2,
  h3 {
    font-weight: 600;
  }
}
@media screen and (min-width: 104.3125em) {
  h1,
  h2,
  h3 {
    font-weight: 500;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #2a2220;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
li {
  list-style: none;
}
em {
  font-style: normal;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}
label,
button,
select {
  cursor: pointer;
}
button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 104.25em) {
  section[id],
  div[id] {
    scroll-margin-top: 3.75rem;
  }
}
@media screen and (min-width: 104.3125em) {
  section[id],
  div[id] {
    scroll-margin-top: 6.25rem;
  }
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
  color: inherit;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}


.c-scroll {
position: relative;
z-index: 0;
width: 100%;
overflow-x: auto;
overflow-y: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
}
.c-scroll::-webkit-scrollbar {
display: none;
}
@media screen and (max-width: 104.25em) {
  .c-scroll.--ranking .c-scroll__list {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-scroll.--ranking .c-scroll__list {
    padding-right: 0;
  }
}
@media screen and (max-width: 104.25em) {
  .c-scroll.--ranking .c-scroll__item {
    width: 9.5rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-scroll.--ranking .c-scroll__item {
    width: 14.3125rem;
  }
}
.c-scroll.--notarrow ~ button {
  visibility: hidden;
}
.c-scroll__list {
  display: inline-flex;
}
@media screen and (max-width: 104.25em) {
  .c-scroll__list {
    min-width: 100%;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-scroll__list {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    padding-right: 0;
  }
}
.c-scroll__item {
  flex: 0 0 auto;
}
@media screen and (max-width: 104.25em) {
  .c-scroll__item {
    width: 9.5rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-scroll__item {
    width: 14.3125rem;
  }
}

.c-product__link {
  display: block;
}
@media screen and (min-width: 104.3125em) {
  .c-product__link:hover .c-product__img img {
    transform: scale(1.05);
  }
}
.c-product__img {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 0.5rem;
}
@media screen and (max-width: 104.25em) {
  .c-product__img--topics {
    border-radius: 0.75rem;
  }
}
@media screen and (min-width: 104.3125em) and (min-width: 104.3125em) {
  .c-product__img img {
    transition: transform 0.3s ease-out;
  }
}
.c-product__ranking {
  display: flex;
  align-items: center;
  overflow: hidden;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  width: 5rem;
  height: 1.75rem;
  border-top-left-radius: 0.875rem;
  border-bottom-right-radius: 0.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 104.25em) {
  .c-product__ranking {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__ranking {
    margin-top: 1.25rem;
  }
}
.c-scroll__item:nth-of-type(1) .c-product__ranking {
  background-color: #f8ae00;
}
.c-scroll__item:nth-of-type(2) .c-product__ranking {
  background-color: #8f8f8f;
}
.c-scroll__item:nth-of-type(3) .c-product__ranking {
  background-color: #b26c09;
}
.c-scroll__item:nth-of-type(n + 4) .c-product__ranking {
  background-color: #e6e6e6;
}
.c-scroll__item:nth-of-type(n + 4)
  .c-product__ranking
  .c-product__ranking-ico
  svg {
  fill: #9a9a9a;
}
.c-scroll__item:nth-of-type(n + 4)
  .c-product__ranking
  .c-product__ranking-number {
  color: #9a9a9a;
}
.c-scroll__item:nth-of-type(10) .c-product__ranking {
  width: 5.5rem;
}
.c-product__ranking-ico {
  display: block;
  width: 1.125rem;
  height: 0.875rem;
}
.c-product__ranking-ico img {
  display: block;
}
.c-product__ranking-ico svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.c-product__ranking-number {
  padding-top: 0.0625rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: Heebo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 104.25em) {
  .c-product__info {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__info {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__ranking + .c-product__info {
    margin-top: 0.75rem;
  }
}
.c-product__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (max-width: 104.25em) {
  .c-product__name {
    font-weight: 600;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__name {
    font-weight: 500;
  }
}
.c-product__name.--white {
  color: #fff;
}
.c-product__price {
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 104.25em) {
  .c-product__price {
    margin-top: 0.1875rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__price {
    margin-top: 0.125rem;
  }
}
.c-product__price.--white {
  color: #fff;
}
.c-product__price.--red {
  color: #e60012;
}
.c-product__group {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 104.25em) {
  .c-product__group {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__group {
    margin-top: 0.375rem;
  }
}
.c-product__taglist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
  row-gap: 0.375rem;
}
.c-product__taglist:empty {
  display: none;
}
.c-product__tag {
  flex: 0 0 auto;
  border-top-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: solid 0.0625rem #2a2220;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.125rem;
  background-color: #fff;
  font-size: 0.625rem;
  line-height: 1;
}
@media screen and (max-width: 104.25em) {
  .c-product__tag {
    padding-top: 0.125rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__tag {
    padding-top: 0.125rem;
    font-weight: 500;
  }
}
.c-product__tag.--sale {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}
.c-product__tag.--frozen {
  color: #2f71c2;
  border-color: #2f71c2;
}
.c-product__tag.--refrigeration {
  color: #2fa2c2;
  border-color: #2fa2c2;
}
.c-product__tag.--normal {
  color: #956134;
  border-color: #956134;
}
.c-product__review {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 104.25em) {
  .c-product__review {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__review {
    -moz-column-gap: 0.28125rem;
    column-gap: 0.28125rem;
    margin-top: 0.625rem;
  }
}
.c-product__review .star {
  display: block;
  width: 0.875rem;
  height: 1.0625rem;
  font-size: 0;
}
@media screen and (min-width: 104.3125em) {
  .c-product__review .star {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
.c-product__review .star img {
  display: block;
  vertical-align: top;
}
.c-product__review .posts {
  font-family: Heebo, sans-serif;
  color: #9a9a9a;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 104.25em) {
  .c-product__review .posts {
    margin-bottom: 0.125rem;
  }
}
.c-product__review.--white .posts {
  color: #fff;
}
.c-product__contnet {
  margin-top: 1rem;
}
.c-product__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 104.25em) {
  .c-product__heading {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__heading {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
.c-product__content-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 104.25em) {
  .c-product__content-text {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 104.3125em) {
  .c-product__content-text {
    -webkit-line-clamp: 3;
  }
}
.c-product__materiallist {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  width: 100%;
}
.c-product__materiallist:empty {
  display: none;
}
.c-product__material {
  color: #8ec22f;
}
.c-product__material svg {
  display: block;
}
.c-product__material .vegetable {
  width: 1.125rem;
  height: 0.5625rem;
}
.c-product__material .eggs-and-Milk {
  width: 0.9375rem;
  height: 0.6875rem;
}
.c-product__material .gokun {
  width: 0.8125rem;
  height: 0.8125rem;
}


@media screen and (max-width: 104.25em) {
.c-scroll-arrow {
  display: none;
}
}
@media screen and (min-width: 104.3125em) {
.c-scroll-arrow {
  position: absolute;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: auto;
  background-color: #2a222080;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
}
.c-scroll-arrow:hover {
  background-color: #2a2220;
}
}
@media screen and (min-width: 104.3125em) {
.c-scroll-arrow:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 0.125rem #fff;
  border-right: solid 0.125rem #fff;
  margin: auto;
}
}
@media screen and (min-width: 104.3125em) {
.c-scroll-arrow.--next {
  inset: 0 0 0 auto;
  transform: translate(50%);
}
}
@media screen and (min-width: 104.3125em) {
.c-scroll-arrow.--next:before {
  transform: rotate(45deg);
}
}
@media screen and (min-width: 104.3125em) {
.c-scroll-arrow.--next.is-back {
  visibility: hidden;
  opacity: 0;
}
}
@media screen and (min-width: 104.3125em) {
.c-scroll-arrow.--prev {
  visibility: hidden;
  opacity: 0;
  inset: 0 auto 0 0;
  transform: translate(-50%);
}
}
@media screen and (min-width: 104.3125em) {
.c-scroll-arrow.--prev:before {
  transform: rotate(225deg);
}
}
@media screen and (min-width: 104.3125em) {
.c-scroll-arrow.--prev.is-show {
  visibility: visible;
  opacity: 1;
}
}
@media screen and (min-width: 104.3125em) {
.ranking__scroll .c-scroll-arrow.--next {
  inset: 5.25rem 0 auto auto;
}
}
@media screen and (min-width: 104.3125em) {
.ranking__scroll .c-scroll-arrow.--prev {
  inset: 5.25rem auto auto 0;
}
