/*=============================================

c-recipeCard

==============================================*/
/*=============================================

c-spiceherbTitle

==============================================*/
/*=============================================

c-clear

==============================================*/
/*=============================================

c-clear

==============================================*/
/*=============================================

c-noMatch

==============================================*/
/*=============================================

c-section

==============================================*/
/*=============================================

c-cardArrow

==============================================*/
/*=============================================

c-modal

==============================================*/
/*=============================================

c-bg-black

==============================================*/
/*
	.spiceherbHeader
------------------------------------*/
.spiceherbHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  z-index: 1000;
  background-color: #FEFFF5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbHeader {
      padding: 18px 15px 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbHeader {
      padding: 24px 25px 8px; } }
  .spiceherbHeader::before {
    content: "";
    position: absolute;
    left: 0;
    background-repeat: repeat-x;
    background-position: bottom; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbHeader::before {
        background-image: url(../images/nami_header_sp.png);
        background-size: 120px 20px;
        width: 100%;
        height: 15px;
        bottom: -14px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbHeader::before {
        background-image: url(../images/nami_header_pc.png);
        background-size: 259px 30px;
        height: 20px;
        width: 100%;
        bottom: -18px; } }
  .spiceherbHeader.is-hide {
    opacity: 0; }

.spiceherbHeader_bg {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbHeader_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbHeader_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.spiceherbHeader_logo {
  display: block;
  cursor: pointer; }

.spiceherbHeader_logo_image {
  fill: #FF0000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbHeader_logo_image {
      width: 56px;
      height: 17px;
      -webkit-transition: width .3s ease, height .3s ease;
      transition: width .3s ease, height .3s ease; }
      .is-open .spiceherbHeader_logo_image {
        width: 80px;
        height: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbHeader_logo_image {
      width: 68px;
      height: 24px; } }

.spiceherbHeader_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbHeader_list {
      margin-bottom: -25px;
      margin-left: -80px; } }

.spiceherbHeader_listItem,
.spiceherbHeader_menu_listItem_link {
  position: relative; }
  .spiceherbHeader_listItem img,
  .spiceherbHeader_menu_listItem_link img {
    height: 18px; }
  .spiceherbHeader_listItem + .spiceherbHeader_listItem,
  .spiceherbHeader_menu_listItem_link + .spiceherbHeader_listItem, .spiceherbHeader_listItem +
  .spiceherbHeader_menu_listItem_link,
  .spiceherbHeader_menu_listItem_link +
  .spiceherbHeader_menu_listItem_link {
    padding-left: 32px;
    margin-left: 32px; }
    .spiceherbHeader_listItem + .spiceherbHeader_listItem::before,
    .spiceherbHeader_menu_listItem_link + .spiceherbHeader_listItem::before, .spiceherbHeader_listItem +
    .spiceherbHeader_menu_listItem_link::before,
    .spiceherbHeader_menu_listItem_link +
    .spiceherbHeader_menu_listItem_link::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 10px;
      background-color: rgba(43, 43, 43, 0.3);
      left: 0;
      top: 5px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbHeader_menu_listItem_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; } }

.spiceherbHeader_listItem_link {
  display: block; }

.spiceherbHeader_listItem_link_first,
.spiceherbHeader_listItem_link_second,
.spiceherbHeader_listItem_link_third {
  cursor: pointer; }
  @media (hover: hover) {
    .spiceherbHeader_listItem_link_first:hover,
    .spiceherbHeader_listItem_link_second:hover,
    .spiceherbHeader_listItem_link_third:hover {
      fill: #DE3214; }
      .spiceherbHeader_listItem_link_first:hover + .spiceherbHeader_listItem_link_icon,
      .spiceherbHeader_listItem_link_second:hover + .spiceherbHeader_listItem_link_icon,
      .spiceherbHeader_listItem_link_third:hover + .spiceherbHeader_listItem_link_icon {
        opacity: 1;
        translate: 0 10px; } }

.spiceherbHeader_listItem_link_first {
  width: 282px;
  height: 18px; }

.spiceherbHeader_listItem_link_second {
  width: 121px;
  height: 18px; }

.spiceherbHeader_listItem_link_third {
  width: 98px;
  height: 18px; }

.spiceherbHeader_listItem_link_icon {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFDB64;
  position: relative;
  opacity: 0;
  translate: 0 0;
  -webkit-transition: opacity .3s ease, translate .3s ease;
  transition: opacity .3s ease, translate .3s ease; }

.spiceherbHeader_listItem_icon_image {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 16px;
  height: 14px; }

.spiceherbHeader_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.spiceherbHeader_button_text {
  font-family: "new-atten-round", sans-serif;
  color: #597B08;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 800; }

.spiceherbHeader_button_icon {
  width: 21px;
  height: 22px;
  position: relative; }

.spiceherbHeader_button_icon_bar {
  position: absolute;
  width: 100%;
  height: 100%; }
  .spiceherbHeader_button_icon_bar::after, .spiceherbHeader_button_icon_bar::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #597B08;
    border-radius: 50px;
    left: 0;
    -webkit-transition: width .3s ease, rotate .3s ease;
    transition: width .3s ease, rotate .3s ease; }
  .spiceherbHeader_button_icon_bar::after {
    top: 5px;
    width: 21px; }
  .spiceherbHeader_button_icon_bar::before {
    width: 16px;
    top: 12px; }
  .is-open .spiceherbHeader_button_icon_bar::after {
    rotate: 45deg;
    top: 8px; }
  .is-open .spiceherbHeader_button_icon_bar::before {
    width: 21px;
    rotate: -45deg;
    top: 8px; }

.spiceherbHeader_menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .4s ease;
  transition: height .4s ease; }
  .is-open .spiceherbHeader_menu {
    height: 208px; }

.spiceherbHeader_menu_list {
  padding: 39px 10px 39px; }

.spiceherbHeader_menu_listItem + .spiceherbHeader_menu_listItem {
  margin-top: 32px; }

.spiceherbHeader_menu_listItem_icon_wrap {
  width: 22px;
  height: 22px;
  background-color: #FFDB64;
  border-radius: 50%;
  position: relative; }

.spiceherbHeader_menu_listItem_icon {
  width: 11px;
  height: 10px;
  fill: #2B2B2B;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%; }

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none; }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform; }

.swiper.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.footer {
  position: relative; }
  .top .footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    height: 4px;
    background-color: #008147; }
  .spice_herb .footer::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    z-index: 100; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spice_herb .footer::after {
        background-image: url(../images/nami_bottom_sp.png);
        height: 64px;
        top: -32px;
        background-size: 120px 64px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spice_herb .footer::after {
        height: 19px;
        top: -17px;
        background-size: 259px 74px;
        background-image: url(../images/nami_bottom_pc.png); } }

.footer_introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_introduce {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 23px;
      border-radius: 20px 20px 0 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footer_introduce {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 40px;
      padding: 80px 0;
      border-radius: 40px 40px 0 0; } }
  .top .footer_introduce {
    background-color: #F4F0DF; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .top .footer_introduce {
        padding: 48px calc(48 / 375 * 100vw); } }
  .spice_herb .footer_introduce {
    background-color: #FEFFF5; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spice_herb .footer_introduce {
        padding: 28px calc(48 / 375 * 100vw) 48px; } }

.footer_introduce_image {
  aspect-ratio: 2.75862;
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EAEAEA; }
  .footer_introduce_image img,
  .footer_introduce_image svg,
  .footer_introduce_image iframe,
  .footer_introduce_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (hover: hover) {
    .footer_introduce_image:hover {
      opacity: .5; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_introduce_image {
      width: 100%;
      max-width: 570px;
      margin-inline: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footer_introduce_image {
      width: 400px; } }
  @media (hover: hover) {
    .footer_introduce_image:hover .c-cardArrow_icon {
      translate: 5px 0; } }

.footer_copyright {
  padding: 40px 0;
  text-align: center; }
  .spice_herb .footer_copyright {
    background-color: #FFDB64; }

.footer_copyright_text {
  font-size: 10px;
  letter-spacing: 0.02em;
  font-weight: 500; }
  .top .footer_copyright_text {
    color: #727272; }
  .spice_herb .footer_copyright_text {
    color: #2B2B2B; }

.footer_copyright_logo {
  max-width: 172px;
  margin: 13px auto 0; }
  .footer_copyright_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .c-recipeCard_list_wrap {
    margin: 0 auto; } }

.c-recipeCard_list {
  gap: 24px 20px; }
  @media print, screen and (max-width: 767px) {
    .c-recipeCard_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 32px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .c-recipeCard_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 24px 20px;
      padding-top: 40px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 1000px) {
    .c-recipeCard_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      margin: 48px auto 0; } }
  @media print, screen and (min-width: 1250px) {
    .c-recipeCard_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.c-recipeCard {
  background-color: #F8F7F0;
  overflow: hidden;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .c-recipeCard {
      border-radius: 10px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .c-recipeCard {
      border-radius: 10px;
      display: -ms-grid;
      display: grid; } }
  @media print, screen and (min-width: 1025px) {
    .c-recipeCard {
      border-radius: 10px;
      width: 100%; } }
  .c-recipeCard.is-hidden {
    display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeCard_topImage {
    aspect-ratio: 1.47727;
    overflow: hidden;
    max-width: 100%;
    min-width: 100%; }
    .c-recipeCard_topImage img,
    .c-recipeCard_topImage svg,
    .c-recipeCard_topImage iframe,
    .c-recipeCard_topImage video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeCard_topImage {
    aspect-ratio: 1.47222;
    overflow: hidden;
    width: 100%; }
    .c-recipeCard_topImage img,
    .c-recipeCard_topImage svg,
    .c-recipeCard_topImage iframe,
    .c-recipeCard_topImage video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

.c-recipeCard_topText_timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 7px 5px 7px;
  border-radius: 10px 2px 2px 2px; }
  [data-card-series="fauchon"] .c-recipeCard_topText_timer {
    background-color: #E5007F; }
  [data-card-series="sb"] .c-recipeCard_topText_timer {
    background-color: #008147; }
  [data-card-series="saikan"] .c-recipeCard_topText_timer {
    background-color: #DE3214; }
  [data-card-series="organic"] .c-recipeCard_topText_timer {
    background-color: #141411; }
  [data-card-series="takumi"] .c-recipeCard_topText_timer {
    background-color: #B47600; }
  [data-card-series="machichuka"] .c-recipeCard_topText_timer {
    background-color: #FF8100; }

.c-recipeCard_topText_timerIcon {
  width: 13px;
  height: 13px; }

.c-recipeCard_topText_time,
.c-recipeCard_topText_way {
  font-weight: 600;
  letter-spacing: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_topText_time,
    .c-recipeCard_topText_way {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_topText_time,
    .c-recipeCard_topText_way {
      font-size: 11px; } }

.c-recipeCard_topText_time_slash {
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_topText_time_slash {
      font-size: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_topText_time_slash {
      font-size: 10px; } }

.c-recipeCard_Bottom {
  padding: 16px 16px 24px; }
  @media print, screen and (max-width: 767px) {
    .c-recipeCard_Bottom {
      min-height: calc(179 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .c-recipeCard_Bottom {
      padding: 16px 16px 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.c-recipeCard_Bottom_item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-grid;
  display: grid; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_Bottom_item {
      -ms-grid-columns: 1fr 58px;
      grid-template-columns: 1fr 58px;
      gap: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_Bottom_item {
      gap: 12px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-grid-columns: 1fr 55px;
      grid-template-columns: 1fr 55px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeCard_Bottom_itemName {
    min-height: 66px; } }

.c-recipeCard_Bottom_itemName_brand {
  color: #727272;
  letter-spacing: 0.04em;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_Bottom_itemName_brand {
      font-size: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_Bottom_itemName_brand {
      font-size: 12px; } }

.c-recipeCard_Bottom_itemName_title {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-size: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_Bottom_itemName_title {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_Bottom_itemName_title {
      margin-top: 12px; } }

.c-recipeCard_Bottom_itemImage {
  -webkit-filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2)); }
  .c-recipeCard_Bottom_itemImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeCard_Bottom_itemImage {
      aspect-ratio: 58/98;
      width: 58px;
      margin-top: -35px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeCard_Bottom_itemImage {
      aspect-ratio: 55/94;
      width: 55px;
      margin-top: -35px; } }

.c-recipeCard_Bottom_links {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px; }
  .c-recipeCard_Bottom_links .c-recipeCard_Bottom_linkNode:nth-child(2) {
    min-width: 123px; }

.c-recipeCard_Bottom_linkNode {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer; }
  .c-recipeCard_Bottom_linkNode::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  @media (hover: hover) {
    .c-recipeCard_Bottom_linkNode:hover::after {
      width: calc(100% + 5px); }
    .c-recipeCard_Bottom_linkNode:hover .c-recipeCard_Bottom_linkArrow {
      translate: 5px 0; } }

.c-recipeCard_Bottom_linkNode_text {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500; }

.c-recipeCard_Bottom_linkArrow {
  width: 7px;
  height: 6px;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
  rotate: -90deg; }

.c-spiceherbTitle {
  overflow: hidden; }

.c-spiceherbTitle_text {
  color: #DE3214;
  font-family: "new-atten-round", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 50; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-spiceherbTitle_text {
      font-size: 25px;
      padding-left: 17px;
      padding-right: 17px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-spiceherbTitle_text {
      font-size: 33px;
      padding-left: 24px;
      padding-right: 24px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-spiceherbTitle_line_first.c-spiceherbTitle_line_about {
    left: 125px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-spiceherbTitle_line_first.c-spiceherbTitle_line_about {
    left: 177px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-spiceherbTitle_line_first.c-spiceherbTitle_line_contents {
    left: 175px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-spiceherbTitle_line_first.c-spiceherbTitle_line_contents {
    left: 240px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-spiceherbTitle_line_first.c-spiceherbTitle_line_lineup {
    left: 130px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-spiceherbTitle_line_first.c-spiceherbTitle_line_lineup {
    left: 180px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-spiceherbTitle_line_first.c-spiceherbTitle_line_otherseries {
    left: 208px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-spiceherbTitle_line_first.c-spiceherbTitle_line_otherseries {
    left: 290px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-spiceherbTitle_line_second.c-spiceherbTitle_line_about {
    right: 125px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-spiceherbTitle_line_second.c-spiceherbTitle_line_about {
    right: 177px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-spiceherbTitle_line_second.c-spiceherbTitle_line_contents {
    right: 175px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-spiceherbTitle_line_second.c-spiceherbTitle_line_contents {
    right: 240px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-spiceherbTitle_line_second.c-spiceherbTitle_line_lineup {
    right: 130px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-spiceherbTitle_line_second.c-spiceherbTitle_line_lineup {
    right: 180px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-spiceherbTitle_line_second.c-spiceherbTitle_line_otherseries {
    right: 208px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-spiceherbTitle_line_second.c-spiceherbTitle_line_otherseries {
    right: 290px; } }

.c-spiceherbTitle_line_first,
.c-spiceherbTitle_line_second {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-spiceherbTitle_line_first,
    .c-spiceherbTitle_line_second {
      width: 105px;
      height: 3px;
      top: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-spiceherbTitle_line_first,
    .c-spiceherbTitle_line_second {
      width: 451px;
      height: 3px;
      top: 15px; } }

.c-clear {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
  padding-right: 5px;
  cursor: pointer; }

.c-clear_first {
  text-decoration: underline;
  text-underline-offset: 5px; }

.c-clear_second {
  background-color: #D5D5B9;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 12px 7px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px; }

.c-clear_icon {
  aspect-ratio: 1;
  overflow: hidden;
  width: 19px; }
  .c-clear_icon img,
  .c-clear_icon svg,
  .c-clear_icon iframe,
  .c-clear_icon video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.c-sbRecipe {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .c-sbRecipe {
      padding-top: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 12px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .c-sbRecipe {
      padding-top: 24px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 12px; } }
  @media print, screen and (min-width: 1025px) {
    .c-sbRecipe {
      padding-top: 32px;
      display: -ms-grid;
      display: grid;
      gap: 12px;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }
  @media print, screen and (min-width: 1278px) {
    .c-sbRecipe {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 12px; } }

.c-sbRecipe_card {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (max-width: 767px) {
    .c-sbRecipe_card {
      border-radius: 20px; }
      .c-sbRecipe_card + .c-sbRecipe_card {
        margin-top: 12px; } }
  @media print, screen and (min-width: 768px) {
    .c-sbRecipe_card {
      border-radius: 10px; } }
  .c-sbRecipe_card.is-hidden {
    display: none; }

.c-sbRecipe_cardTop_Image {
  aspect-ratio: 1.54706;
  overflow: hidden;
  width: 100%; }
  .c-sbRecipe_cardTop_Image img,
  .c-sbRecipe_cardTop_Image svg,
  .c-sbRecipe_cardTop_Image iframe,
  .c-sbRecipe_cardTop_Image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.c-sbRecipe_cardMiddle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 6px;
  border-bottom: 1px solid #EAEAEA;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-sbRecipe_cardMiddle_item + .c-sbRecipe_cardMiddle_item {
  border-left: 1px solid #EAEAEA; }

.c-sbRecipe_cardMiddle_item_image {
  aspect-ratio: 1;
  overflow: hidden;
  max-width: 20px;
  margin: 0 auto; }
  .c-sbRecipe_cardMiddle_item_image img,
  .c-sbRecipe_cardMiddle_item_image svg,
  .c-sbRecipe_cardMiddle_item_image iframe,
  .c-sbRecipe_cardMiddle_item_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.c-sbRecipe_cardMiddle_item_text {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 4px;
  text-align: center; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-sbRecipe_cardBottom_inner {
    padding: 12px 25px 17px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-sbRecipe_cardBottom_inner {
    padding: 20px; } }

.c-sbRecipe_cardBottom_wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sbRecipe_cardBottom_wrap {
      gap: 12px;
      -ms-grid-columns: 51px 1fr;
      grid-template-columns: 51px 1fr; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sbRecipe_cardBottom_wrap {
      gap: 14px;
      -ms-grid-columns: 51px 1fr;
      grid-template-columns: 51px 1fr; } }

.c-sbRecipe_cardBottom_image {
  aspect-ratio: 0.58667;
  overflow: hidden;
  -webkit-filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2)); }
  .c-sbRecipe_cardBottom_image img,
  .c-sbRecipe_cardBottom_image svg,
  .c-sbRecipe_cardBottom_image iframe,
  .c-sbRecipe_cardBottom_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sbRecipe_cardBottom_image {
      width: 50px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sbRecipe_cardBottom_image {
      width: 44px; } }

.c-sbRecipe_cardBottom_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.c-sbRecipe_cardBottom_name {
  font-weight: bold;
  letter-spacing: 0.04em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sbRecipe_cardBottom_name {
      font-size: 15px;
      line-height: 1.2;
      padding-left: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sbRecipe_cardBottom_name {
      font-size: 18px;
      line-height: 1.3; } }

.c-sbRecipe_cardBottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sbRecipe_cardBottom_links {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sbRecipe_cardBottom_links {
      margin-top: 32px; } }
  .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode {
    border-radius: 100px;
    padding: 7px 12px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px; } }
    .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode:nth-child(1) {
      width: 100%;
      background-color: #2B2B2B;
      border: 1px solid #2B2B2B;
      color: #fff; }
      @media (hover: hover) {
        .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode:nth-child(1):hover {
          background-color: #fff;
          color: #000; } }
    .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode:nth-child(2) {
      border: 1px solid #EAEAEA; }
      @media print, screen and (max-width: 767px) {
        .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode:nth-child(2) {
          min-width: calc(113 / 375 * 100vw); } }
      @media print, screen and (min-width: 768px) and (max-width: 1024px) {
        .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode:nth-child(2) {
          min-width: calc(65 / 375 * 100vw); } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode:nth-child(2) {
          min-width: 130px; } }
      @media (hover: hover) {
        .c-sbRecipe_cardBottom_links .c-sbRecipe_cardBottom_linkNode:nth-child(2):hover {
          border-color: #000; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-sbRecipe_cardBottom_linkNode_text {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: bold; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-sbRecipe_cardBottom_linkNode_text {
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 500; } }

.c-noMatch {
  display: none; }

.c-noMatch_text {
  font-weight: bold;
  text-align: center;
  margin-top: 16px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-noMatch_text {
      font-size: 13px;
      letter-spacing: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-noMatch_text {
      font-size: 18px;
      letter-spacing: 0.08em; } }

.spice_herb .c-cardArrow {
  position: absolute;
  width: 50px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #FFDB64;
  right: -3px;
  bottom: -3px; }

.spice_herb .c-cardArrow_icon {
  width: 15px;
  height: 14px;
  position: absolute;
  right: 8px;
  bottom: 10px;
  rotate: -90deg;
  -webkit-transition: translate .3s ease;
  transition: translate .3s ease; }

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden; }
  .c-modal.is-show {
    opacity: 1;
    visibility: visible; }

.c-modal_inner {
  position: relative;
  margin: 0 auto;
  max-height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modal_inner {
      width: calc(325 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modal_inner {
      width: calc(831 / 1280 * 100vw); } }

.c-modalContent_iframe {
  aspect-ratio: 831/467;
  border: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalContent_iframe {
      width: calc(325 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalContent_iframe {
      width: calc(831 / 1280 * 100vw); } }

.c-modalContent_close {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: scale .3s linear;
  transition: scale .3s linear; }
  @media (hover: hover) {
    .c-modalContent_close:hover {
      scale: 1.1; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalContent_close {
      width: 37px;
      height: 37px;
      right: -9px;
      top: -18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalContent_close {
      width: 63px;
      height: 63px;
      top: -31px;
      right: -31px; } }

.c-modalContent_close_bar {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  translate: -50% -50%; }
  .c-modalContent_close_bar::before, .c-modalContent_close_bar::after {
    content: "";
    position: absolute;
    border-radius: 100px;
    background-color: #000;
    -webkit-transition: rotate .3s ease;
    transition: rotate .3s ease;
    top: 50%;
    left: 50%;
    translate: -50% -50%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-modalContent_close_bar::before, .c-modalContent_close_bar::after {
        width: 21px;
        height: 3px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-modalContent_close_bar::before, .c-modalContent_close_bar::after {
        width: 29px;
        height: 4px; } }
  .c-modalContent_close_bar::before {
    rotate: 45deg; }
  .c-modalContent_close_bar::after {
    rotate: -45deg; }

.c-section {
  opacity: 0;
  translate: 0 30px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease; }
  .c-section.is-view {
    opacity: 1;
    translate: 0 0; }

.c-bg-black {
  position: relative; }
  .c-bg-black::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none; }
  .c-bg-black.is-open::before {
    opacity: 1;
    pointer-events: auto; }

/*
MV
------------------------------------*/
.spiceherbMv {
  position: relative;
  z-index: 10; }

.spiceherbMv_bg_top {
  background-image: url(../images/mv_bg.png);
  background-position: bottom center;
  background-repeat: repeat-x; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbMv_bg_top {
      background-size: 100% 64px;
      height: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbMv_bg_top {
      background-size: 100% 80px;
      height: 80px; } }

.spiceherbMv_image {
  width: 100%; }
  .spiceherbMv_image img {
    width: 100%;
    max-width: 100%; }

.spiceherbMv_bg_bottom {
  background-image: url(../images/mv_bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  margin-bottom: -1px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbMv_bg_bottom {
      background-size: 100% 40px;
      height: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbMv_bg_bottom {
      background-size: 100% 30px;
      height: 30px; } }

/*
ABOUT
------------------------------------*/
.spiceherbAbout {
  position: relative;
  background-color: #FEFFF5; }
  .spiceherbAbout::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    z-index: 100; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbAbout::after {
        background-image: url(../images/nami_bottom_sp.png);
        height: 64px;
        top: -32px;
        background-size: 120px 64px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbAbout::after {
        height: 19px;
        top: -17px;
        background-size: 259px 74px;
        background-image: url(../images/nami_bottom_pc.png); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout {
      padding-top: 45px;
      padding-bottom: 102px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout::before {
      bottom: -30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbAbout::before {
      bottom: -40px; } }

.spiceherbAbout_inner {
  position: relative;
  z-index: 100; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout_inner {
      padding: 0 calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbAbout_inner {
      padding: 95px 96px 144px; } }
  .spiceherbAbout_inner::before {
    background-repeat: repeat-y;
    background-position: top center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbAbout_inner::before {
        background-image: url(../images/about_bg_sp.png);
        background-size: cover; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbAbout_inner::before {
        background-image: url(../images/about_bg_pc.png);
        max-width: 1680px;
        width: 100%;
        background-size: cover;
        left: 50%;
        translate: -50% 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbAbout_head {
    aspect-ratio: 3.07447;
    overflow: hidden;
    max-width: 289px;
    margin: 32px auto 0; }
    .spiceherbAbout_head img,
    .spiceherbAbout_head svg,
    .spiceherbAbout_head iframe,
    .spiceherbAbout_head video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbAbout_head {
    aspect-ratio: 7.33673;
    overflow: hidden;
    max-width: 719px;
    margin: 48px auto 0; }
    .spiceherbAbout_head img,
    .spiceherbAbout_head svg,
    .spiceherbAbout_head iframe,
    .spiceherbAbout_head video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

.spiceherbAbout_lead {
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 700; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout_lead {
      font-size: 14px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbAbout_lead {
      font-size: 16px;
      margin-top: 32px; } }

@media print, screen and (max-width: 767px) {
  .spiceherbAbout_list {
    margin-top: 69px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .spiceherbAbout_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 62px 20px;
    margin-top: 69px; } }

@media print, screen and (min-width: 1025px) {
  .spiceherbAbout_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin: 108px auto 0;
    max-width: 1088px; } }

.spiceherbAbout_listItem {
  background-color: #FFDB64;
  border-radius: 20px;
  padding: 40px 20px 32px;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .spiceherbAbout_listItem {
      padding: 35px 20px 28px; }
      .spiceherbAbout_listItem + .spiceherbAbout_listItem {
        margin-top: 69px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .spiceherbAbout_listItem {
      padding: 35px 20px 28px;
      max-width: 324px; } }
  @media print, screen and (min-width: 1025px) {
    .spiceherbAbout_listItem {
      padding: 40px 20px 32px; } }

.spiceherbAbout_listItem_top {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout_listItem_top {
      top: -38px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbAbout_listItem_top {
      top: -43px; } }

.spiceherbAbout_listItem_top_text {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 800;
  color: #597B08;
  font-family: "new-atten-round", sans-serif;
  margin-bottom: 10px; }

.spiceherbAbout_listItem_top_icon {
  aspect-ratio: 0.7971;
  overflow: hidden; }
  .spiceherbAbout_listItem_top_icon img,
  .spiceherbAbout_listItem_top_icon svg,
  .spiceherbAbout_listItem_top_icon iframe,
  .spiceherbAbout_listItem_top_icon video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout_listItem_top_icon {
      width: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbAbout_listItem_top_icon {
      width: 55px; } }

.spiceherbAbout_listItem_head {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center; }

.spiceherbAbout_listItem_image {
  aspect-ratio: 1.73333;
  overflow: hidden; }
  .spiceherbAbout_listItem_image img,
  .spiceherbAbout_listItem_image svg,
  .spiceherbAbout_listItem_image iframe,
  .spiceherbAbout_listItem_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout_listItem_image {
      max-width: 295px;
      margin: 15px auto 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbAbout_listItem_image {
      max-width: 312px;
      margin: 24px auto 0; } }

.spiceherbAbout_listItem_bottom_text {
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout_listItem_bottom_text {
      font-size: 13px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbAbout_listItem_bottom_text {
      font-size: 14px;
      margin-top: 24px; } }

.spiceherbAbout_deco {
  position: absolute;
  z-index: 100;
  aspect-ratio: 1.70899;
  overflow: hidden; }
  .spiceherbAbout_deco img,
  .spiceherbAbout_deco svg,
  .spiceherbAbout_deco iframe,
  .spiceherbAbout_deco video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbAbout_deco {
      width: 234px;
      right: 0;
      bottom: -45px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbAbout_deco {
      width: 310px;
      bottom: -73px;
      right: 17px; } }

/*
CONTENTS
------------------------------------*/
.spiceherbContents {
  background-color: #8CB10B;
  position: relative; }
  .spiceherbContents::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background-repeat: repeat-x; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbContents::before {
        background-image: url(../images/nami_sp.png);
        background-size: 120px 64px;
        width: 100%;
        height: 15px;
        background-position: bottom; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbContents::before {
        background-image: url(../images/nami_pc.png);
        background-size: 259px 74px;
        background-position: bottom;
        height: 20px;
        width: 100%; } }

.spiceherbContents_inner {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbContents_inner {
      padding: 105px calc(20 / 375 * 100vw) 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbContents_inner {
      padding: 180px 50px 100px; } }

.spiceherbContents_wrap {
  background-color: #fff;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbContents_wrap {
      padding: 75px 20px 123px;
      border-radius: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbContents_wrap {
      padding: 100px 46px 155px;
      border-radius: 30px;
      max-width: 1180px;
      margin: 0 auto; } }

.spiceherbContents_list_deco {
  aspect-ratio: 1.28493;
  overflow: hidden;
  position: absolute; }
  .spiceherbContents_list_deco img,
  .spiceherbContents_list_deco svg,
  .spiceherbContents_list_deco iframe,
  .spiceherbContents_list_deco video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbContents_list_deco {
      width: 154px;
      top: -65px;
      left: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbContents_list_deco {
      width: 240px;
      top: -113px;
      left: 10px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbContents_head {
    aspect-ratio: 5.2;
    overflow: hidden;
    max-width: 286px;
    margin: 32px auto 0; }
    .spiceherbContents_head img,
    .spiceherbContents_head svg,
    .spiceherbContents_head iframe,
    .spiceherbContents_head video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbContents_head {
    aspect-ratio: 18.63415;
    overflow: hidden;
    max-width: 764px;
    margin: 48px auto 0; }
    .spiceherbContents_head img,
    .spiceherbContents_head svg,
    .spiceherbContents_head iframe,
    .spiceherbContents_head video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

.spiceherbContents_lead {
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  font-weight: 700; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbContents_lead {
      font-size: 14px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbContents_lead {
      font-size: 16px;
      margin-top: 32px; } }

@media print, screen and (max-width: 767px) {
  .spiceherbContents_list {
    margin-top: 32px; } }

@media print, screen and (min-width: 768px) {
  .spiceherbContents_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 59px 16px;
    margin: 64px auto 0;
    max-width: 1088px; } }

.spiceherbContents_listItem {
  cursor: pointer; }
  @media print, screen and (max-width: 767px) {
    .spiceherbContents_listItem + .spiceherbContents_listItem {
      margin-top: 32px; } }
  @media (hover: hover) {
    .spiceherbContents_listItem:hover .spiceherbContents_listItem_thumb_icon {
      scale: 1.1; }
    .spiceherbContents_listItem:hover .spiceherbContents_listItem_caption {
      text-decoration: underline;
      text-underline-offset: 0.1em;
      text-decoration-thickness: 1px; } }

.spiceherbContents_listItem_thumb_wrap {
  overflow: hidden;
  position: relative;
  display: block;
  aspect-ratio: 1.77483;
  overflow: hidden; }
  .spiceherbContents_listItem_thumb_wrap img,
  .spiceherbContents_listItem_thumb_wrap svg,
  .spiceherbContents_listItem_thumb_wrap iframe,
  .spiceherbContents_listItem_thumb_wrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbContents_listItem_thumb_wrap {
      width: 100%;
      border-radius: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbContents_listItem_thumb_wrap {
      max-width: 536px;
      border-radius: 20px; } }

.spiceherbContents_listItem_thumb_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.spiceherbContents_listItem_thumb_icon {
  aspect-ratio: 1;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 50;
  -webkit-transition: scale 0.3s linear;
  transition: scale 0.3s linear; }
  .spiceherbContents_listItem_thumb_icon img,
  .spiceherbContents_listItem_thumb_icon svg,
  .spiceherbContents_listItem_thumb_icon iframe,
  .spiceherbContents_listItem_thumb_icon video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbContents_listItem_thumb_icon {
      width: 45px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbContents_listItem_thumb_icon {
      width: 73px; } }

.spiceherbContents_listItem_caption {
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 16px;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbContents_listItem_caption {
      font-size: 16px;
      line-height: 1.3; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbContents_listItem_caption {
      font-size: 20px;
      line-height: 1.4; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbContents_slider {
    margin-top: -55px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbContents_slider {
    margin-top: -50px; } }

.spiceherbContents_swiper {
  overflow: visible !important; }

.spiceherbContents_slider_item {
  aspect-ratio: 0.58537;
  overflow: hidden;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2)); }
  .spiceherbContents_slider_item img,
  .spiceherbContents_slider_item svg,
  .spiceherbContents_slider_item iframe,
  .spiceherbContents_slider_item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbContents_slider_item {
      width: 46px;
      margin-left: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbContents_slider_item {
      width: calc(65 / 1280 * 100vw);
      margin-left: 20px; } }
  .spiceherbContents_slider_item[data-index="0"], .spiceherbContents_slider_item[data-index="4"], .spiceherbContents_slider_item[data-index="8"], .spiceherbContents_slider_item[data-index="10"], .spiceherbContents_slider_item[data-index="12"], .spiceherbContents_slider_item[data-index="14"], .spiceherbContents_slider_item[data-index="16"], .spiceherbContents_slider_item[data-index="18"] {
    rotate: 10deg; }
  .spiceherbContents_slider_item[data-index="2"], .spiceherbContents_slider_item[data-index="6"] {
    rotate: -10deg; }

/*
LINE UP
------------------------------------*/
.spiceherbLineup {
  background-color: #FEFFF5;
  position: relative; }
  .spiceherbLineup::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    z-index: 100; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbLineup::after {
        background-image: url(../images/nami_bottom_sp.png);
        height: 64px;
        top: -32px;
        background-size: 120px 64px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbLineup::after {
        height: 19px;
        top: -17px;
        background-size: 259px 74px;
        background-image: url(../images/nami_bottom_pc.png); } }
  .spiceherbLineup::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    background-repeat: repeat-x; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbLineup::before {
        background-image: url(../images/nami_sp.png);
        background-size: 120px 64px;
        width: 100%;
        height: 15px;
        background-position: bottom; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbLineup::before {
        background-image: url(../images/nami_pc.png);
        background-size: 259px 74px;
        background-position: bottom;
        height: 20px;
        width: 100%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup {
      padding-top: 65px;
      padding-bottom: 157px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup {
      padding-top: 119px;
      padding-bottom: 174px; } }

.spiceherbLineup_inner {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_inner {
      padding: 0 calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_inner {
      padding: 0 96px;
      max-width: 1280px;
      margin: 0 auto; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbLineup_head {
    margin-top: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbLineup_head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 340px 1fr;
    grid-template-columns: 340px 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 79px;
    margin-top: 56px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbLineup_head_title {
    aspect-ratio: 3.58182;
    overflow: hidden;
    max-width: 197px;
    margin: 0 auto; }
    .spiceherbLineup_head_title img,
    .spiceherbLineup_head_title svg,
    .spiceherbLineup_head_title iframe,
    .spiceherbLineup_head_title video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbLineup_head_title {
    aspect-ratio: 3.87097;
    overflow: hidden;
    max-width: 340px;
    padding-left: 20px; }
    .spiceherbLineup_head_title img,
    .spiceherbLineup_head_title svg,
    .spiceherbLineup_head_title iframe,
    .spiceherbLineup_head_title video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbLineup_head_contents {
    margin-top: 20px; } }

.spiceherbLineup_head_lead {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_head_lead {
      font-size: 14px;
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_head_lead {
      font-size: 16px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbLineup_head_contentsImage {
    aspect-ratio: 9.95349;
    overflow: hidden;
    width: calc(100% + 60px + 80 / 375 * 100vw);
    margin-left: calc(-30px - 40 / 375 * 100vw);
    margin-right: calc(-30px - 40 / 375 * 100vw);
    margin-top: 20px; }
    .spiceherbLineup_head_contentsImage img,
    .spiceherbLineup_head_contentsImage svg,
    .spiceherbLineup_head_contentsImage iframe,
    .spiceherbLineup_head_contentsImage video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbLineup_head_contentsImage {
    max-width: 616px;
    margin-top: 30px; }
    .spiceherbLineup_head_contentsImage img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

.spiceherbLineup_tags {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_tags {
      margin-top: 62px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_tags {
      margin-top: 25px; } }

.spiceherbLineup_tags_filterIcon {
  position: absolute;
  aspect-ratio: 2.01075;
  overflow: hidden; }
  .spiceherbLineup_tags_filterIcon img,
  .spiceherbLineup_tags_filterIcon svg,
  .spiceherbLineup_tags_filterIcon iframe,
  .spiceherbLineup_tags_filterIcon video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_tags_filterIcon {
      max-width: 90px;
      left: 50%;
      translate: -50% 0;
      top: -21px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_tags_filterIcon {
      max-width: 90px;
      left: 31px;
      top: -21px; } }

.spiceherbLineup_tags_inner {
  border-radius: 20px;
  background-color: #EFEFE1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_tags_inner {
      padding: 41px 17px 40px 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_tags_inner {
      padding: 42px 102px 40px 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbLineup_tags_list + .spiceherbLineup_tags_list {
    margin-top: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbLineup_tags_list + .spiceherbLineup_tags_list {
    margin-top: 14px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbLineup_tags_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; } }

.spiceherbLineup_tags_itemText {
  letter-spacing: 0;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_tags_itemText {
      font-size: 13px;
      margin-left: 3px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_tags_itemText {
      font-size: 14px;
      margin-top: 9px;
      min-width: 140px; } }

.spiceherbLineup_tags_itemSelects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_tags_itemSelects {
      gap: 6px 4px;
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_tags_itemSelects {
      gap: 11px 4px; } }

.spiceherbLineup_tags_itemSelect {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_tags_itemSelect {
      font-size: 13px;
      padding: 8px 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_tags_itemSelect {
      font-size: 14px;
      padding: 8px 15px; } }
  @media (hover: hover) {
    .spiceherbLineup_tags_itemSelect:hover {
      border: 1px solid #2B2B2B; } }
  .spiceherbLineup_tags_itemSelect.is-select {
    background-color: #2B2B2B;
    border-color: #2B2B2B;
    color: #fff; }

.spiceherbLineup_tags_itemSelect_filter {
  letter-spacing: 0.04em;
  font-weight: 500;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_tags_itemSelect_filter {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_tags_itemSelect_filter {
      font-size: 14px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbLineup_tags_clear {
    margin-top: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbLineup_tags_clear {
    margin-top: 24px; } }

.spiceherbLineup_fileterButton {
  position: fixed;
  bottom: 20px;
  right: 0;
  background-color: #397B08;
  border-radius: 50%;
  z-index: 1000;
  translate: 100% 0;
  -webkit-transition: opacity 0.4s ease, translate 0.4s ease;
  transition: opacity 0.4s ease, translate 0.4s ease; }
  .spiceherbLineup_fileterButton.is-show {
    right: 10px;
    opacity: 1;
    translate: 0 0; }

.spiceherbLineup_fileterButton_text {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  padding: 26px 11px 20px;
  text-align: center; }

.spiceherbLineup_fileterButton_icon {
  width: 22px;
  height: 22px;
  background-color: #FFDB64;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 0; }

.spiceherbLineup_fileterButton_icon_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 11px;
  height: 10px;
  fill: #2B2B2B; }

.spiceherbLineup_More {
  margin: 48px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .spiceherbLineup_More::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    height: 2px;
    background-color: #DE3214;
    border-radius: 100px; }
  .spiceherbLineup_More.is-hidden {
    display: none; }
  @media (hover: hover) {
    .spiceherbLineup_More:hover .spiceherbLineup_More_button {
      rotate: 90deg; } }

.spiceherbLineup_More_button {
  width: 20px;
  height: 20px;
  background-color: #DE3214;
  border-radius: 50%;
  position: relative;
  margin-top: 2px;
  -webkit-transition: rotate .3s ease;
  transition: rotate .3s ease; }
  .spiceherbLineup_More_button::after, .spiceherbLineup_More_button::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #FEFFF5;
    top: 50%;
    left: 50%;
    translate: -50% -50%; }
  .spiceherbLineup_More_button::after {
    rotate: 90deg; }

.spiceherbLineup_More_text {
  aspect-ratio: 3.34375;
  overflow: hidden;
  padding-bottom: 10px; }
  .spiceherbLineup_More_text img,
  .spiceherbLineup_More_text svg,
  .spiceherbLineup_More_text iframe,
  .spiceherbLineup_More_text video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbLineup_More_text {
      width: 107px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbLineup_More_text {
      max-width: 107px; } }

/*
OTHER
------------------------------------*/
.spiceherbOther {
  background-color: #F4F4E1;
  position: relative; }
  .spiceherbOther::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background-repeat: repeat-x; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbOther::before {
        background-image: url(../images/nami_sp.png);
        background-size: 120px 64px;
        width: 100%;
        height: 15px;
        background-position: bottom; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbOther::before {
        background-image: url(../images/nami_pc.png);
        background-size: 259px 74px;
        background-position: bottom;
        height: 20px;
        width: 100%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther {
      padding-top: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther {
      padding-top: 60px; } }

.spiceherbOther_deco {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_deco {
      overflow: hidden;
      position: absolute;
      height: 150px;
      top: -60px;
      left: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_deco {
      position: absolute;
      left: 50%;
      translate: -50% 0;
      max-width: 1280px;
      margin: 0 auto;
      height: 200px;
      top: -126px; } }

.spiceherbOther_deco_first {
  position: absolute;
  z-index: 100;
  aspect-ratio: 1.40415;
  overflow: hidden; }
  .spiceherbOther_deco_first img,
  .spiceherbOther_deco_first svg,
  .spiceherbOther_deco_first iframe,
  .spiceherbOther_deco_first video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_deco_first {
      width: 135px;
      left: -22px;
      top: 1px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_deco_first {
      aspect-ratio: 1.65608;
      overflow: hidden;
      width: 280px;
      left: -32px;
      top: 15px; }
      .spiceherbOther_deco_first img,
      .spiceherbOther_deco_first svg,
      .spiceherbOther_deco_first iframe,
      .spiceherbOther_deco_first video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

.spiceherbOther_deco_second {
  position: absolute;
  z-index: 100;
  aspect-ratio: 1.13278;
  overflow: hidden; }
  .spiceherbOther_deco_second img,
  .spiceherbOther_deco_second svg,
  .spiceherbOther_deco_second iframe,
  .spiceherbOther_deco_second video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_deco_second {
      width: 136px;
      left: calc(104 / 375 * 100vw);
      top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_deco_second {
      aspect-ratio: 2.30137;
      overflow: hidden;
      width: 300px;
      left: 500px;
      top: 68px; }
      .spiceherbOther_deco_second img,
      .spiceherbOther_deco_second svg,
      .spiceherbOther_deco_second iframe,
      .spiceherbOther_deco_second video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

.spiceherbOther_deco_third {
  position: absolute;
  z-index: 100;
  aspect-ratio: 1.40336;
  overflow: hidden; }
  .spiceherbOther_deco_third img,
  .spiceherbOther_deco_third svg,
  .spiceherbOther_deco_third iframe,
  .spiceherbOther_deco_third video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_deco_third {
      width: 166px;
      right: -43px;
      top: -20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_deco_third {
      aspect-ratio: 1.5;
      overflow: hidden;
      width: 280px;
      top: 0;
      right: 21px; }
      .spiceherbOther_deco_third img,
      .spiceherbOther_deco_third svg,
      .spiceherbOther_deco_third iframe,
      .spiceherbOther_deco_third video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

.spiceherbOther_inner {
  position: relative;
  z-index: 100; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_inner {
      padding: 65px calc(20 / 375 * 100vw) 100px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_inner {
      padding-bottom: 100px;
      padding-top: 120px; } }
  .spiceherbOther_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: top center;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbOther_inner::before {
        padding: 0 calc(20 / 375 * 100vw);
        background-size: cover;
        background-image: url(../images/other_bg_sp.png); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbOther_inner::before {
        max-width: 1280px;
        margin: 0 auto;
        background-image: url(../images/other_bg_pc.png);
        background-size: cover;
        background-position: top center;
        max-width: 1680px;
        width: 100%;
        left: 50%;
        translate: -50% 0; } }

.spiceherbOther_title {
  margin: 32px auto 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_title {
      aspect-ratio: 4.33333;
      overflow: hidden;
      width: 104px; }
      .spiceherbOther_title img,
      .spiceherbOther_title svg,
      .spiceherbOther_title iframe,
      .spiceherbOther_title video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_title {
      aspect-ratio: 4.33333;
      overflow: hidden;
      width: 182px; }
      .spiceherbOther_title img,
      .spiceherbOther_title svg,
      .spiceherbOther_title iframe,
      .spiceherbOther_title video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

.spiceherbOther_card {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #EAEAEA;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_card {
      margin-top: 32px;
      max-width: 620px;
      margin-inline: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_card {
      max-width: 824px;
      margin: 40px auto 0; } }
  @media (hover: hover) {
    .spiceherbOther_card:hover .c-cardArrow_icon {
      translate: 5px 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .spiceherbOther_card_inner {
    padding: 27px 20px 36px 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .spiceherbOther_card_inner {
    padding: 35px 50px 35px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.spiceherbOther_cardContent_text {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 15px;
  position: relative; }
  .spiceherbOther_cardContent_text::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    translate: 0 -50%;
    width: 5px;
    background-color: #008147;
    border-radius: 100px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .spiceherbOther_cardContent_text::before {
        height: 59px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .spiceherbOther_cardContent_text::before {
        height: 42px; } }

.spiceherbOther_cardContent_text_strongFirst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/other_text_bg.png);
  background-size: 75px 22px;
  width: 75px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  color: #008147; }

.spiceherbOther_cardContent_text_strongSecond {
  color: #DE3214; }

.spiceherbOther_cardContent_series {
  letter-spacing: 0.04em;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_cardContent_series {
      font-size: 28px;
      margin-top: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_cardContent_series {
      font-size: 36px;
      margin-top: 18px; } }

.spiceherbOther_cardContent_seriesFirst {
  color: #DE3214; }

.spiceherbOther_cardContent_seriesSecond {
  color: #008147; }

.spiceherbOther_cardImage {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_cardImage {
      margin: 21px 7px 0; } }

.spiceherbOther_cardImage_goods {
  position: relative;
  z-index: 50;
  aspect-ratio: 3.23;
  overflow: hidden; }
  .spiceherbOther_cardImage_goods img,
  .spiceherbOther_cardImage_goods svg,
  .spiceherbOther_cardImage_goods iframe,
  .spiceherbOther_cardImage_goods video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_cardImage_goods {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_cardImage_goods {
      width: 323px; } }

.spiceherbOther_cardImage_spice {
  position: relative;
  z-index: 50; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_cardImage_spice {
      aspect-ratio: 12;
      overflow: hidden;
      width: 100%;
      margin-top: 9px; }
      .spiceherbOther_cardImage_spice img,
      .spiceherbOther_cardImage_spice svg,
      .spiceherbOther_cardImage_spice iframe,
      .spiceherbOther_cardImage_spice video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_cardImage_spice {
      aspect-ratio: 16.46914;
      overflow: hidden;
      width: 325px;
      margin-top: 10px; }
      .spiceherbOther_cardImage_spice img,
      .spiceherbOther_cardImage_spice svg,
      .spiceherbOther_cardImage_spice iframe,
      .spiceherbOther_cardImage_spice video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

.spiceherbOther_cardImage_bgText {
  position: absolute;
  aspect-ratio: 8.7381;
  overflow: hidden;
  left: 50%;
  translate: -50% 0; }
  .spiceherbOther_cardImage_bgText img,
  .spiceherbOther_cardImage_bgText svg,
  .spiceherbOther_cardImage_bgText iframe,
  .spiceherbOther_cardImage_bgText video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .spiceherbOther_cardImage_bgText {
      width: 100%;
      bottom: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .spiceherbOther_cardImage_bgText {
      width: 367px;
      bottom: -7px; } }
