@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #333;
  background: #ffffff;
  letter-spacing: 0.08rem;
  font-feature-settings: "palt";
}

body.is-fixed-body {
  overflow: hidden;
}

body.is-fixed-body #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2; /* menu(z-index:3)より下、コンテンツより上 */
  cursor: pointer;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.inner {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 820px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 820px) {
  .pb90 {
    padding-bottom: 50px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.pb160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 820px) {
  .pb160 {
    padding-bottom: 40px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.center_bnr {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*----------------------------------------------------
	パンくず
----------------------------------------------------*/
.breadcrumbs {
  padding: 10px 5px;
  font-size: 1.2rem;
  color: #5f5f5f;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.1rem;
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1180px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*1101px以上*/
@media only screen and (min-width: 1181px) {
  .pc_over_hide {
    display: none !important;
  }
}
/*821px以上*/
@media only screen and (min-width: 821px) {
  .tab_over_hide {
    display: none !important;
  }
}
/*768px以上*/
@media only screen and (min-width: 768px) {
  .sp_over_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
html.is-menu-open,
html.is-menu-open body {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.column {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .column {
    padding: 55px 0;
  }
}
.topImage {
  display: none !important;
}

/* color */
:root {
  /* 基本カラー */
  --black: #3e3e3e;
  --white: #ffffff;
  --light-gray: #f4f4f4;
  --gray: #cfcfcf;
  --border-gray: #888888;
  --text-gray: #888888;
  --gray-back: #F7F7F5;
  /* アクションカラー */
  --addcart: #3e3e3e; /* カートに追加 */
  --subscription: #1ba8d7; /* 定期購入 */
  --favorite: #e01a69; /* お気に入り */
  --soldout: #b0b0b0; /* 売り切れ */
  --restock: #818c96; /* 再入荷通知 */
  --reviewstar: #FFD700; /* レビュー星 */
  --reservation: #5874bb; /* 予約 */
  --item-sell: #888888; /* 販売期間外 */
  --search-box: #607D8B; /* 検索ボックス */
  /* 状態カラー */
  --badge: #e64679; /* バッジ */
  --review: #7b7f82; /* レビュー */
  --sataturday: #1E90FF; /* カレンダー土曜日 */
  --sunday: #FF6347; /* カレンダー日曜日 */
  /* セールカラー */
  --sale-red: #e64679; /* セールで使用する赤 */
  /* ハンバーガーメニュー */
  --hamburger: #E0E5E5;
  /* テーマカラー */
  --color-text:#323232;
  --color-button:#072835;
  --color-main:#fbece9;
  --color-main-dark: #ef6f98;
  --color-sub:#072835;
}

/* レイアウト CSS変数 **********************************/
:root {
  --layout-header: 72px;
  --layout-gutter: 16px;
  --layout-gutter-vertical: 3vw;
  --layout-gutter-section: 60px;
}

@media screen and (min-width: 768px) {
  :root {
    --layout-header: 104px;
    --layout-gutter-vertical: 16px;
    --layout-gutter-section: 80px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --layout-gutter: 24px;
    --layout-gutter-vertical: 24px;
    --layout-gutter-section: 100px;
  }
}
/* text */
:root {
  --font-family-base: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-size-display: 24px;
  --font-size-heading: 22px;
  --font-size-medium: 18px;
  --font-size-mts: 16px;
  --font-size-std: 14px;
  --font-size-small: 12px;
  --font-size-xsmall: 10px;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --align-left: left;
  --align-center: center;
  --align-right: right;
}

@media screen and (min-width: 768px) {
  :root {
    --font-family-base:"Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    --font-size-display: 24px;
    --font-size-heading: 22px;
    --font-size-medium: 18px;
    --font-size-std: 14px;
    --font-size-small: 12px;
    --font-size-xsmall: 10px;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --align-left: left;
    --align-center: center;
    --align-right: right;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  line-height: 1.7;
}

body {
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--color-text);
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

p {
  line-height: 1.8;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

sup {
  position: relative;
  font-size: 70%;
  top: -5px;
}

:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

.flaticon-icon {
  font-family: "Flaticon", sans-serif;
}

.header-icon i {
  font-size: 23px;
}

.center {
  text-align: var(--align-center);
}

.left {
  text-align: var(--align-left);
}

.right {
  text-align: var(--align-right);
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.tl {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .header-icon i {
    font-size: var(--font-size-display);
  }
}
.txt {
  margin-bottom: 2em;
}

.txtlink {
  text-decoration: underline !important;
}

a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.ttl_01:after {
  content: attr(data-subttl);
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

.ttl_02 {
  font-size: 2.6rem;
  margin-bottom: 10px;
  font-weight: 900;
  text-align: center;
}

.item-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48%);
  justify-content: center;
  gap: 40px 8px;
}

.item-list > li {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item-list-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.item-list-image img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.item-list-image:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

.new-item-icon {
  position: absolute;
  display: block;
  top: -5px;
  right: -38px;
  color: var(--white);
  background: var(--badge);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  padding: 15px 40px 6px;
  transform: rotate(45deg);
}

.ranking-item-icon {
  position: absolute;
  display: block;
  top: -12px;
  right: -36px;
  color: var(--white);
  background: var(--badge);
  font-weight: var(--font-weight-medium);
  padding: 18px 40px 0;
  transform: rotate(45deg);
}

.ranking-item-icon span {
  transform: rotate(-45deg);
  display: block;
  font-size: var(--font-size-std);
}

@media screen and (min-width: 768px) {
  .ranking-item-icon {
    top: -12px;
    right: -32px;
    padding: 18px 40px 3px;
  }
  .ranking-item-icon span {
    font-size: var(--font-size-medium);
  }
}
.ranknum-1 {
  background: #f5d41c;
  color: var(--white);
  border: none;
}

.ranknum-2 {
  background: #ced0d0;
  color: var(--black);
  border: none;
}

.ranknum-3 {
  background: #a7682d;
  color: var(--white);
  border: none;
}

.item-list-icon-image {
  display: flex;
  flex-flow: row wrap;
  gap: 6px;
}

.item-list-icon-image li {
  max-height: 26px;
  width: auto;
}

.item-list-detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.item-list-category {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

.item-list-category a {
  background: var(--text-gray);
  color: var(--white);
  font-size: var(--font-size-small);
  line-height: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  padding: 4px 12px;
  border-radius: 99px;
}

.item-sale-icon {
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-bold);
  color: var(--sale-red);
  margin-bottom: 2px;
  position: absolute;
  top: 4px;
  left: 8px;
}

.item-list-name {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item-list-description {
  font-size: var(--font-size-small);
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.item-list-review {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}

.item-list-review p {
  font-size: var(--font-size-small);
}

.reviewRate {
  display: flex;
  gap: 3px;
  margin-right: 6px;
}

.reviewRateStar {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #e0e0e0;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.starOn {
  background-color: var(--reviewstar);
}

.starOff {
  background-color: var(--gray);
}

.starHalf {
  background: linear-gradient(to right, var(--reviewstar) 50%, var(--gray) 50%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.item-list-system-code {
  font-size: var(--font-size-small);
  margin-bottom: 8px;
  line-height: 1.5;
}

.item-list-original-code {
  font-size: var(--font-size-small);
  margin-bottom: 3px;
  word-break: break-all;
}

.item-list-manufacturer {
  font-size: var(--font-size-small);
  margin-bottom: 3px;
}

.item-list-special {
  font-size: var(--font-size-small);
  margin-bottom: 3px;
}

.item-list-country {
  font-size: var(--font-size-small);
  margin-bottom: 3px;
}

.item-list-point {
  display: flex;
  align-items: center;
  position: relative;
  font-size: var(--font-size-std);
  margin-bottom: 3px;
}

.item-list-point::before {
  content: "P";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  color: var(--white);
  font-size: var(--font-size-xsmall);
  font-weight: bold;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}

.item-list-reduced-tax {
  font-size: var(--font-size-xsmall);
  background-color: var(--black);
  color: var(--white);
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 3px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.item-list-original-price {
  font-size: var(--font-size-small);
  color: var(--text-gray);
  text-decoration: line-through;
}

.item-list-sale-rate {
  background: var(--sale-red);
  font-size: var(--font-size-xsmall);
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  aspect-ratio: 1;
  border-radius: 50%;
  line-height: 1.2;
  width: 44px;
}

.item-list-sale-rate span {
  font-size: var(--font-size-std);
}

.item-list-price {
  font-size: var(--font-size-medium);
}

@media screen and (max-width: 767px) {
  .item-list-price {
    font-size: var(--font-size-mts);
  }
}
.item-list-is-sale {
  display: grid;
  grid-template-columns: 44px auto;
  grid-template-rows: min-content min-content;
  gap: 0 4px;
  padding: 4px 0;
  grid-template-areas: "icon original" "icon sale";
}

.item-list-is-sale .item-list-sale-rate {
  align-self: center;
  grid-area: icon;
}

.item-list-is-sale .item-list-original-price {
  align-self: end;
  grid-area: original;
  line-height: 1.2;
}

.item-list-is-sale .item-list-price {
  align-self: start;
  grid-area: sale;
  line-height: 1.2;
  color: var(--sale-red);
}

.item-list-reserve {
  background: var(--light-gray);
  padding: 5px 10px;
}

.lyt-section:nth-of-type(2n) .item-list-reserve {
  background: var(--white);
}

.item-list-tag.reservation {
  font-size: var(--font-size-small);
  font-weight: bold;
}

.item-list-reserve-note {
  font-size: var(--font-size-small);
}

.sale-note {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: dashed 1px var(--gray);
}

.item-list-stock {
  font-size: var(--font-size-small);
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .item-list-name {
    font-size: var(--font-size-std);
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .item-list-tag.reservation {
    font-size: var(--font-size-std);
  }
  .item-list-description {
    font-size: var(--font-size-std);
  }
}
.favorite-icon.hide {
  display: none;
}

.item-list-image {
  position: relative;
}

.favorite-on .fi-rr-heart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--favorite);
  color: var(--white);
  font-size: var(--font-size-small);
  transition: background-color 0.3s ease;
}

.favorite-off .fi-rr-heart:hover {
  background-color: var(--white);
  color: var(--favorite);
}

.favorite-off .fi-rr-heart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--black);
  font-size: var(--font-size-small);
  transition: background-color 0.3s ease;
}

.favorite-off .fi-rr-heart:hover {
  background-color: var(--favorite);
  color: var(--white);
}

.item-list-favorite {
  position: absolute;
  top: 8px;
  right: 8px;
}

.add-cart {
  background: #2e2e2e;
  color: var(--white);
}

.subscription-cart {
  background: var(--subscription);
  color: var(--white);
}

.sold-out {
  background: var(--soldout);
  color: var(--white);
}

.restock {
  background: var(--restock);
  color: var(--white);
}

.item-list-cart {
  margin-top: auto;
}

.item-list-cart a,
.sold-out {
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 45px;
  border-radius: 500px;
}

@media screen and (min-width: 768px) {
  .item-list {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 55px 24px;
    /* padding: 0 12px; */
  }
  .item-list__flex {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .item-list__flex {
    justify-content: flex-start;
    gap: 40px 10px;
    grid-template-columns: repeat(6, 150px);
    overflow: scroll;
  }
}
.review-item-list li {
  display: grid;
  grid-template-columns: calc(30% - 16px) 70%;
  grid-template-rows: min-content;
  gap: 16px;
  grid-template-areas: "review-img review-text";
  justify-content: center;
  align-items: flex-start;
}

.review-item-list-image {
  grid-area: review-img;
  align-self: start;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.review-item-list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.review-item-list-image:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

.review-item-list-text {
  grid-area: review-text;
  flex-shrink: 0;
  max-width: 500px;
  min-height: 200px;
  word-wrap: break-word;
  box-sizing: border-box;
}

.review-item-list-category {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.review-item-list-category a {
  background: var(--text-gray);
  color: var(--white);
  font-size: var(--font-size-xsmall);
  line-height: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  padding: 4px 12px;
  border-radius: 99px;
}

.review-item-list-name {
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-medium);
  margin-bottom: 4px;
}

.review-item-list-reviewername {
  font-size: var(--font-size-std);
  margin-bottom: 4px;
}

.review-item-list-content {
  font-size: var(--font-size-small);
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.review-item-list-review {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 3px;
}

.review-item-list-review p {
  font-size: var(--font-size-small);
}

.review-item-list-date {
  font-size: var(--font-size-xsmall);
}

.review-list-empty {
  font-size: var(--font-size-small);
  text-align: center;
}

.item-list-slider-wrap {
  overflow: visible !important;
  overscroll-behavior-x: contain;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
}

.item-list-slider-wrap .item-list {
  display: flex;
  flex-wrap: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
}

.item-list-slider-wrap .item-list > li {
  width: 40vw;
  flex-shrink: 0;
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .item-list-slider-wrap .item-list > li {
    width: calc((88vw - 74px) / 4);
    max-width: 276px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 1460px) {
  .item-list-slider-wrap .item-list > li {
    max-width: 406.5px;
  }
}
.item-list-slider-wrap .review-item-list {
  display: flex;
  flex-wrap: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 16px;
}

.item-list-slider-wrap .review-item-list > li {
  grid-template-columns: calc(40% - 16px) 60%;
  width: 80vw;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .item-list-slider-wrap .review-item-list {
    gap: 24px;
  }
  .item-list-slider-wrap .review-item-list > li {
    width: 40vw;
    max-width: 276px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1460px) {
  .item-list-slider-wrap .review-item-list > li {
    width: calc((90vw - 72px) / 4);
    max-width: 407px;
  }
}
.swiper-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.swiper-pagination.swiper-pagination-progressbar {
  position: static;
  flex: 1 1 auto;
  height: 2px;
  background: #eee;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-main-dark) !important;
}

.slider-button {
  position: static !important;
  flex-shrink: 0;
  margin: 0 !important;
  width: 36px !important;
  height: 36px !important;
  aspect-ratio: 1 !important;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: var(--font-size-medium) !important;
  color: var(--color-main-dark) !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  color: var(--color-main-dark);
  width: 12px !important;
}

.lyt-section {
  padding: var(--layout-gutter-section) 0;
}

.lyt-section:nth-of-type(2n) {
  background: var(--light-gray);
}

.section-inner {
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}

@media screen and (min-width: 1460px) {
  .section-inner {
    max-width: calc(1700px + 10%);
  }
}
.section-inner-s {
  max-width: calc(1000px + 10%);
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}

.ranking-item,
.review-item {
  overflow: hidden;
}

.header-news-swiper-container {
  width: 100%;
  height: 37px !important;
  overflow: hidden;
  background: #505050;
}

.header-news-swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.header-news-list li {
  font-size: 13px;
  color: #fff;
  padding: 4px 0;
}

.header-news-list li a {
  border-bottom: 1px solid #7a7a7a;
}

.head-news-title a {
  font-size: var(--font-size-small);
  text-decoration: none;
  color: #fff;
}

.head-news-title a:hover {
  text-decoration: underline;
}

header {
  z-index: 500;
  background: var(--white);
  width: 100%;
}

body:has(> .header-news-swiper-container) header {
  top: 28px;
}

@media screen and (min-width: 768px) {
  body:has(> .header-news-swiper-container) header {
    top: 34px;
  }
  .header-news-list li {
    font-size: 14px;
  }
  .head-news-title a {
    font-size: var(--font-size-small);
  }
}
.head_belt .head_links {
  background: #7c7c7c;
  text-align: center;
}

.head_belt .head_links a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .head_belt .head_links a {
    font-size: var(--font-size-small);
    padding: 3px 0;
  }
}
#nav {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

nav .nav_menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 13px 0;
}

@media (max-width: 1050px) {
  nav .nav_menu li a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #nav {
    display: none;
  }
}
.nav_menu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  justify-content: space-between;
}

.nav_menu li {
  word-break: break-all;
  font-size: 14px;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.nav_menu > li {
  float: left;
  width: 10%; /* グローバルナビの数/100 */
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}

.init-bottom {
  line-height: 1.3;
  justify-content: space-between;
  margin: 0 auto;
}

.nav_menu > li a {
  display: block;
  color: #3e3e3e;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 0;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu__second-level li {
  color: #404040;
  display: inline;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

/* floatクリア */
.nav_menu:before, .nav_menu:after {
  content: " ";
  display: table;
}

.nav_menu:after {
  clear: both;
}

.nav_menu {
  *zoom: 1;
}

.nav_menu > li.menu_list {
  position: relative;
}

.menu_list a {
  text-align: center;
}

li.menu_list ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease;
}

li.menu_list:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.header-inner {
  width: 100%;
  padding: 11px 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header-right {
  display: flex;
  justify-content: end;
}

.shop-name {
  display: inline-flex;
  align-items: center;
}

.shop-name img {
  max-height: 50px;
}

.shop-name a {
  font-size: clamp(var(--font-size-small), 3vw, var(--font-size-heading));
  line-height: 1.2;
  max-width: 160px;
  width: 100%;
}

.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.header-cart {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: var(--font-size-xsmall);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--white);
  background: var(--badge);
}

.header-icon {
  display: flex;
  align-items: center;
}

.header-icon a {
  line-height: 0;
}

.header-icon #search-icon {
  position: relative;
  cursor: pointer;
  line-height: 0;
}

.search-box {
  display: none;
  width: 280px;
  max-width: 80%;
  border-bottom: solid 2px var(--color-text);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: var(--white);
  z-index: 1010;
  transition: all 0.3s ease;
}

.search-box.search-visible {
  display: flex;
  gap: 12px;
  padding: 0 10px;
  align-items: center;
  animation: slideDown 0.3s ease;
  box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.6);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-box input[type=text] {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--gray);
  border-radius: 4px;
  font-size: var(--font-size-std);
  outline: none;
  box-sizing: border-box;
  flex: 10;
  border: 0px;
  padding: 5px;
  width: calc(100% - 40px);
}

.search-box input::-webkit-input-placeholder {
  color: var(--gray);
}

.search-box input:-moz-placeholder {
  color: var(--gray);
}

.search-box input::-moz-placeholder {
  color: var(--gray);
}

.search-box .flaticon-icon {
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  flex: 1;
  line-height: 1em;
}

.search_btn {
  width: 30px;
  padding: 0 0 5px;
  margin-left: 8px;
}

/* グロナビ｜HPリンク */
.corporation_flex {
  padding: 0 15px;
}

.corporation_flex--item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.corporation_flex--item li a {
  font-size: var(--font-size-std);
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .header-inner {
    border-bottom: 1px solid #eee;
  }
  .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding-right: 0;
  }
  .header-hm-btn {
    position: relative;
    z-index: 2000;
    touch-action: manipulation;
  }
  .header-nav {
    justify-content: flex-end;
  }
  .header-hm-btn .hm-border {
    position: relative;
    display: block;
    height: 2px;
    width: 24px;
    background: #000;
    margin: 14px 0;
    border-radius: 2px;
  }
  .header-hm-btn .hm-border::after, .header-hm-btn .hm-border::before {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #000;
    border-radius: 2px;
    position: relative;
    transition: all 0.5s;
  }
  .header-hm-btn .hm-border::before {
    top: -8px;
  }
  .header-hm-btn .hm-border::after {
    bottom: -6px;
  }
  .header-hm-btn .hm-border.active {
    background: transparent;
    transition: all 0.5s;
  }
  .header-hm-btn .hm-border.active::before {
    transform: rotate(45deg);
    transition: all 0.5s;
    top: 0;
  }
  .header-hm-btn .hm-border.active::after {
    transform: rotate(-45deg);
    transition: all 0.5s;
    top: -2px;
  }
  .header-left {
    position: static; /* ここは下で「メニュー本体」を別要素にするなら残す */
    transform: none;
    opacity: 1;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    z-index: auto;
    display: flex;
    align-items: center;
  }
  .header-left.active {
    opacity: 1;
    transform: translateX(0);
  }
  .header-left-nav {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    height: calc(100vh - var(--layout-header));
    background: var(--white);
    padding: 5%;
    z-index: 1500;
    opacity: 0;
    transform: translateX(100vw);
    transition: all 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-drawer.active .header-left-nav {
    opacity: 1;
    transform: translateX(0);
  }
  .header-left-nav .header-text-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .header-left-nav .header-category {
    border-bottom: solid 1px var(--gray);
  }
  .header-left-nav .header-category > a, .header-left-nav .header-category:has(.header-category-first) {
    padding: 12px 0;
  }
  .header-left-nav .header-category > .header-category-first,
  .header-left-nav .header-category > a {
    display: block;
    font-weight: bold;
  }
  .header-left-nav .header-category > a {
    position: relative;
  }
  .header-left-nav .header-category > a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px var(--color-text);
    border-right: solid 1px var(--color-text);
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1em;
  }
  .header-left-nav .header-category > .header-category-main li a {
    display: block;
    padding: 8px 0 8px 16px;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  .header-left-nav .header-category > .header-category-main li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px var(--color-text);
    border-right: solid 1px var(--color-text);
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1em;
  }
  .header-left-nav .header-category > .header-category-main li > .header-category-sub {
    display: none;
  }
  /* ハンバーガー中身（新規） */
  .hm-wrap {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--layout-header));
    gap: 16px;
  }
  .hm-search {
    background: var(--white);
    padding: 10px 0 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .hm-search .flaticon-icon {
    font-size: 27px;
    display: flex;
    align-items: center;
  }
  .hm-search input {
    border: 1px solid #dcdcdc;
    width: 87%;
    height: 43px;
    padding: 3px;
    border-radius: 3px;
  }
  .hm-search-form {
    display: flex;
    gap: 10px;
    border: 1px solid var(--gray);
    border-radius: 999px;
    padding: 10px 14px;
  }
  .hm-search-form input {
    flex: 1;
    outline: none;
  }
  .hm-search-form button {
    white-space: nowrap;
    font-weight: 600;
  }
  .hm-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--gray);
  }
  .hm-item {
    border-bottom: 1px solid var(--gray);
  }
  .hm-item > a,
  .hm-acc-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 7px;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .hm-acc-btn {
    background: none;
  }
  .hm-acc-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px var(--color-text);
    border-right: solid 2px var(--color-text);
    transform: rotate(135deg);
    transition: transform 0.2s;
  }
  .hm-acc-btn[aria-expanded=true]::after {
    transform: rotate(-45deg);
  }
  .hm-acc-panel {
    display: none;
    padding: 0 0 10px 10px;
  }
  .hm-acc-panel a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
  }
  .category_list.hm-acc-panel {
    padding: 0;
  }
  .category_list.hm-acc-panel li {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 0;
  }
  .category_list.hm-acc-panel li:last-child {
    border-bottom: none;
  }
  .category_list.hm-acc-panel li a {
    display: flex;
    align-items: center;
    gap: 17px;
  }
  .category_list.hm-acc-panel li a img {
    max-width: 50px;
    display: block;
    width: 100%;
  }
  .ham-menu__tit {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 21px;
    background: #f9f9f9;
    padding: 9px;
  }
  .hm-fixed {
    margin-top: auto;
    display: flex;
    gap: 10px;
    position: sticky;
    bottom: 0;
    background: var(--white);
    padding: 10px 0 37px;
    border-top: 1px solid var(--gray);
  }
  .hm-fixed-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid var(--color-text);
  }
  .hm-fixed-cart {
    background: var(--color-button);
    color: var(--white);
    border-color: var(--color-button);
  }
}
@media screen and (min-width: 768px) {
  .header-left, .header-right {
    width: calc((100% - 240px) / 2);
    flex-shrink: 0;
  }
  .header-left-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  .header-left-nav .header-text-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .header-left-nav .header-text-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-text);
    transition: width 0.3s ease;
  }
  .header-left-nav .header-text-link:hover::after {
    width: 100%;
  }
  .header-left-nav .header-category {
    position: relative;
  }
  .header-left-nav .header-category > .header-category-first {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
  }
  .header-left-nav .header-category > .header-category-main {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    list-style: none;
    min-width: 200px;
  }
  .header-left-nav .header-category > .header-category-main li {
    position: relative;
  }
  .header-left-nav .header-category > .header-category-main li a {
    display: block;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
  }
  .header-left-nav .header-category > .header-category-main li a:hover {
    background: #f5f5f5;
  }
  .header-left-nav .header-category > .header-category-main li > .header-category-sub {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    min-width: 200px;
  }
  .header-left-nav .header-category > .header-category-main li:hover > .header-category-sub {
    display: block;
  }
  .header-left-nav .header-category:hover > .header-category-main {
    display: block;
  }
  .shop-name img {
    max-height: 50px;
    max-width: 230px;
  }
  .shop-name a {
    font-size: clamp(var(--font-size-small), 2vw, var(--font-size-medium));
    line-height: 1.2;
    text-align: center;
  }
  .header-nav {
    gap: 24px;
  }
  .search-box {
    display: none;
    width: 280px;
    height: 50px;
    /*   border-bottom:solid 2px var(--color-text);
      position: absolute; */
    top: -5px;
    bottom: 0;
    right: 90px;
    margin: auto;
  }
  /* .search-box.search-visible {
    display: flex;
    gap: 8px;
    align-items: center;
    animation: slideDown 0.3s ease;
  } */
  /* @keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
  } */
  .search-box input[type=text] {
    width: 100%;
    /* padding: 12px;
    border: 1px solid var(--gray);
    border-radius: 4px; */
    font-size: var(--font-size-std);
    outline: none;
    /* box-sizing: border-box;
    flex: 10; */
    border: 0px;
    /* padding: 5px; */
    width: calc(100% - 40px);
  }
  .search-box input::-webkit-input-placeholder {
    color: var(--gray);
  }
  .search-box input:-moz-placeholder {
    color: var(--gray);
  }
  .search-box input::-moz-placeholder {
    color: var(--gray);
  }
  /* .search-box .search-btn {
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
  } */
  /* .search_btn {
    width: 30px;
    padding: 0 0 5px;
    margin-left: 8px;
  } */
}
@media screen and (min-width: 1200px) {
  .header-left, .header-right {
    width: calc((100% - 440px) / 2);
  }
  .header-inner {
    padding: 16px 0;
    gap: 20px;
  }
}
.breadcrumb-wrap {
  padding: 3px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-wrap {
    padding: 3px 10px;
  }
  .search-box-head.search-box {
    width: 100%;
    max-width: 500px;
    top: 55px;
    bottom: initial;
    right: 0;
    height: 50px;
  }
}
.breadcrumb {
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow-x: auto;
  max-width: 1250px;
  width: 100%;
}

.breadcrumb:not(:last-child) {
  margin-bottom: 2px;
}

.breadcrumb .breadcrumb-item {
  padding-right: 1em;
  font-size: 11px;
  white-space: nowrap;
}

.breadcrumb .breadcrumb-item a {
  display: inline-block;
  font-size: 11px;
}

.breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 1em;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-45deg);
  margin: 0 0 2px 1em;
}

.breadcrumb-wrap .breadcrumb {
  word-wrap: break-word;
  white-space: nowrap;
}

footer {
  position: relative;
  background: var(--light-gray);
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 20px 0;
  }
}

footer .footer-list {
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  gap: 4px;
}

@media screen and (max-width: 767px) {
  footer .footer-list {
    flex-flow: column;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-list {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1460px) {
  footer .footer-list {
    max-width: calc(1700px + 10%);
  }
}
footer .footer-list li a {
  color: var(--color-text);
  font-size: var(--font-size-std);
}

footer .footer-list li a:hover {
  text-decoration: underline;
}

footer .copyright {
  margin-top: 40px;
  background: var(--color-main);
  color: var(--color-text);
  text-align: center;
  font-size: var(--font-size-small);
  padding: 3px 0;
}

.shop-comment {
  font-weight: var(--font-weight-regular);
  margin-bottom: var(--layout-gutter-section);
}

@media screen and (min-width: 768px) {
  .shop-comment {
    text-align: center;
  }
}
section.shop-banner {
  margin-bottom: var(--layout-gutter-section);
}

.banner-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--layout-gutter-vertical);
}

.banner-list li {
  width: calc((100% - var(--layout-gutter-vertical)) / 2);
  overflow: hidden;
}

.banner-list li img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.banner-list li:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .banner-list {
    max-width: 1200px;
    margin: 0 auto;
  }
  .banner-list::after {
    display: none;
  }
  .banner-list li {
    width: calc((100% - var(--layout-gutter-vertical) * 2) / 3);
  }
}
.calendar-date {
  font-size: var(--font-size-heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: 20px;
}

.calendar-swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.calendar-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.calendar-date i {
  display: block;
  margin-top: 5px;
}

.calendar-item table {
  max-width: 95%;
  margin: 0 auto 20px;
}

.calendar-item table thead tr th {
  padding: 16px;
  border-bottom: 1px solid var(--gray);
}

.calendar-item table tbody tr td {
  padding: 16px;
  border-bottom: 1px solid var(--gray);
  text-align: center;
}

.calendar-description {
  font-size: var(--font-size-std);
  max-width: 90%;
  margin: 0 auto 10px;
}

.sunday {
  color: var(--sunday);
}

.saturday {
  color: var(--sataturday);
}

@media screen and (min-width: 768px) {
  .calendar-swiper-wrapper {
    justify-content: center;
  }
  .calender-swiper-slide {
    width: 420px !important;
  }
  .calendar-description {
    max-width: 82%;
  }
  .calendar-swiper-button-prev,
  .calendar-swiper-button-next {
    display: none;
  }
}
/* 商品詳細 */
.detail_sold_out {
  background: var(--badge);
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 3px;
}

.product_lst_code {
  display: inline-block;
  background: var(--light-gray);
  font-size: 1.2rem;
  padding: 3px 10px;
  border-radius: 3px;
  line-height: 1em;
}

.product_lst_price, .product_price_block {
  font-family: "Jost", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.product_lst_price span.tax, .product_price_block span.tax {
  font-size: 1.2rem;
}

.product_icon_wrap {
  display: flex;
  flex-flow: wrap;
  align-items: baseline;
}

.product_icon_wrap .product_lst_code {
  margin: 0 4px 4px 0;
}

.product_icon_wrap .product_lst_icon img {
  margin: 0 4px 4px 0;
}

@media screen and (min-width: 768px) {
  .item_detail_wrap .item_detail {
    display: flex;
    justify-content: space-between;
  }
  .item_detail_wrap .item_detail .detail_img_wrap {
    width: 54%;
  }
  .item_detail_wrap .item_detail .item_detail_right {
    width: calc(46% - 40px);
  }
}
.item_detail_wrap .item_detail .item-image {
  margin-bottom: 2rem;
}

.item_detail_wrap .item_detail .item-image-list {
  line-height: 0;
  display: flex;
  align-items: center;
}

.item_detail_wrap .item_detail .item-image-list img {
  width: 100%;
  max-width: 100%;
}

.item_detail_wrap .item_detail .item-image-large {
  position: relative;
  margin: 0 auto 1rem;
  padding-bottom: 100%;
}

.item_detail_wrap .item_detail .item-image-large .item-image-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.item_detail_wrap .item_detail .item-image-small {
  display: flex;
  flex-wrap: wrap;
}

.item_detail_wrap .item_detail .item-image-small .item-image-list {
  padding: 2px;
  border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .item_detail_wrap .item_detail .item-image-small .item-image-list {
    width: calc((100% - 12px) / 4);
  }
  .item_detail_wrap .item_detail .item-image-small .item-image-list:not(:nth-child(4n+4)) {
    margin-right: 4px;
  }
  .item_detail_wrap .item_detail .item-image-small .item-image-list:nth-child(n+5) {
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .item_detail_wrap .item_detail .item-image-small .item-image-list {
    margin: 0 2px 20px;
    width: 100px;
    height: 100px;
  }
}
.item_detail_wrap .item_detail_right .product_name {
  margin-bottom: 20px;
}

.item_detail_wrap .item_detail_right .product_item_description {
  margin-bottom: 20px;
}

.item_detail_wrap .item_detail_right .product_price_block {
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.item_detail_wrap .item_detail_right .productnum_wrap {
  display: flex;
  align-items: center;
}

.item_detail_wrap .item_detail_right .productnum_wrap .purchase_num {
  margin-right: 10px;
}

.item_detail_wrap .item_detail_right .productnum_wrap input[type=number]::-webkit-outer-spin-button,
.item_detail_wrap .item_detail_right .productnum_wrap input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item_detail_wrap .item_detail_right .productnum_wrap input[type=number] {
  -moz-appearance: textfield;
}

.item_detail_wrap .item_detail_right .productnum_wrap input.productnum {
  font-size: 18px;
  line-height: 30px;
  width: 100px;
  text-align: right;
  padding: 0 5px;
}

.item_detail_wrap .item_detail_right .productnum_wrap div.button {
  width: 16px;
  padding-left: 16px;
}

.item_detail_wrap .item_detail_right .productnum_wrap .cart-add-btn {
  display: flex;
  align-items: center;
}

.item_detail_wrap .item_detail_right .productnum_wrap input.spinner_up, .item_detail_wrap .item_detail_right .productnum_wrap input.spinner_down {
  content: "";
  display: block;
  border-top: solid 1px var(--color-sub);
  border-right: solid 1px var(--color-sub);
  border-width: 2px 2px 0 0;
  width: 12px;
  height: 12px;
  background: #FFF;
  cursor: pointer;
}

.item_detail_wrap .item_detail_right .productnum_wrap input.spinner_up {
  transform: rotate(-45deg);
}

.item_detail_wrap .item_detail_right .productnum_wrap input.spinner_down {
  transform: rotate(135deg);
}

.item_detail_wrap .item_detail_right .cart_add_btn {
  margin: 40px 0;
}

.product_item_description dl {
  margin-top: 5px;
  border-top: solid 1px var(--light-gray);
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 40px;
}

.product_item_description dl dt {
  width: 30%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .product_item_description dl dt {
    width: 40%;
  }
}
.product_item_description dl dd {
  width: 70%;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .product_item_description dl dd {
    width: 60%;
  }
}
.product_item_description dl dt, .product_item_description dl dd {
  padding: 3px 0;
  border-bottom: solid 1px var(--light-gray);
}

.description_text {
  margin-top: 40px;
}

.description_text h3.item_ttl {
  font-weight: bold;
  font-size: 1.6em;
  padding-bottom: 4px;
  border-bottom: solid 2px var(--color-sub);
  margin: 80px 0 30px;
}

.description_text .item_point_lst {
  display: flex;
  flex-flow: wrap;
}

@media screen and (min-width: 768px) {
  .description_text .item_point_lst li {
    width: calc((100% - 80px) / 3);
  }
  .description_text .item_point_lst li:not(:nth-child(3n+3)) {
    margin-right: 40px;
  }
  .description_text .item_point_lst li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .description_text .item_point_lst li {
    margin-bottom: 40px;
  }
}
.description_text .item_point_lst li .item_point_ttl {
  font-weight: bold;
  font-size: 1.7rem;
}

.description_text .item_point_lst li .item_point_txt {
  font-size: 1.5rem;
}

.description_text .detail_box {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .description_text .detail_box {
    display: flex;
    justify-content: space-between;
  }
}
.description_text .detail_box h4.detail_ttl {
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .description_text .detail_box h4.detail_ttl {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .description_text .detail_box h4.detail_ttl {
    background: var(--light-gray);
    padding: 5px 2em 5px 1em;
    position: relative;
  }
  .description_text .detail_box h4.detail_ttl::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-top: solid 2px var(--color-sub);
    border-right: solid 2px var(--color-sub);
    transform: rotate(135deg);
    position: absolute;
    right: 0.8em;
    top: 0;
    bottom: 0;
    margin: 8px auto auto;
    transition: all 0.5s;
  }
  .description_text .detail_box h4.detail_ttl.open::after {
    transform: rotate(-45deg);
    margin: 16px auto auto;
  }
}
@media screen and (min-width: 768px) {
  .description_text .detail_box .detail_contents {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .description_text .detail_box .detail_contents {
    display: none;
    padding: 5px 5px 0;
  }
}
.description_text .detail_box .detail_lst {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 40px;
}

.description_text .detail_box .detail_lst dt {
  width: 30%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .description_text .detail_box .detail_lst dt {
    width: 40%;
  }
}
.description_text .detail_box .detail_lst dd {
  width: 70%;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .description_text .detail_box .detail_lst dd {
    width: 60%;
  }
}
.description_text .detail_box .detail_lst dt, .description_text .detail_box .detail_lst dd {
  padding-bottom: 5px;
}

/* .breadcrumb {
  margin-top: 100px;
  padding-left: 10px;
  font-size: var(--font-size-small);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 0.5;
  flex-wrap: wrap;
  gap: 6px;
}
.breadcrumb + .breadcrumb {
  margin-top: 20px;
}
.breadcrumb span i {
  display: block;
  margin-top: 1px;
} */
section.item {
  position: relative;
  margin: 3px auto 80px;
  overflow: visible;
}

.swiper-slide img {
  width: 100%;
}

.slider {
  margin-bottom: 20px;
  overflow: hidden;
}

:root {
  --swiper-navigation-size: 44px;
}

/* .swiper-container {
  position: relative;
} */
/* .swiper-button-next,
.swiper-button-prev {
  color: var(--white)!important;
  height: auto!important;
  top: 50%;
  transform: translateY(-50%);
} */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 32px !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7), 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.thumbnail {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.thumbnail .swiper-slide:first-child {
  margin-left: 12px;
}

.thumbnail .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.thumbnail .swiper-slide {
  width: 56px;
  flex-shrink: 0;
  opacity: 0.5;
}

.thumbnail .swiper-slide img {
  width: 100%;
}

.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.item-add-image {
  margin-top: 40px;
}

.add-image-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  margin-bottom: 20px;
}

.add-image-list:last-child {
  margin-bottom: 0;
}

.add-image {
  max-width: 80px;
}

.add-image img {
  width: 100%;
}

.add-description {
  font-size: var(--font-size-small);
}

.item-icon-image {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 16px;
  margin-bottom: 12px;
}

.item-icon-image li {
  max-width: 30%;
}

.item-info {
  padding: 0 16px;
  margin-bottom: 40px;
}

.item-tag {
  font-size: var(--font-size-small);
  margin: 0 12px 12px 0;
  display: inline-flex;
  align-items: center;
}

.item-tag.sold {
  color: var(--text-gray);
}

.item-tag.sale {
  color: var(--sale-red);
}

.item-tag.reservation {
  color: var(--reservation);
}

.item-tag.bulk {
  border: 1px solid var(--black);
  border-radius: 4px;
  padding: 2px 6px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.item-tag.subscription {
  background: var(--subscription);
  color: #FFF;
  padding: 2px 6px;
  border-radius: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.item-tag.reduced-tax {
  background: var(--black);
  color: var(--white);
  padding: 2px 6px;
  border-radius: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.item-category {
  margin-bottom: 6px;
}

.item-category a {
  background: var(--text-gray);
  color: var(--white);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  padding: 3px 12px;
  border-radius: 99px;
}

h2.item-name {
  font-size: var(--font-size-mts);
  font-weight: var(--font-weight-medium);
}

.item-price-wrap {
  margin-top: 8px;
}

.item-original-price {
  font-size: var(--font-size-std);
  color: var(--gray);
  text-decoration: line-through;
}

.item-price {
  font-size: var(--font-size-display);
}

.item-point {
  display: flex;
  align-items: center;
  position: relative;
  font-size: var(--font-size-std);
  margin-bottom: 12px;
}

.item-point::before {
  content: "P";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  color: var(--white);
  font-size: var(--font-size-xsmall);
  font-weight: bold;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}

.item-sale-rate {
  font-size: var(--font-size-small);
  color: var(--sale-red);
  padding-left: 5px;
}

.sale-period {
  border: 1px solid var(--sale-red);
  border-radius: 10px;
  width: 100%;
  margin: 12px 0 8px;
  display: flex;
  overflow: hidden;
}

.item-sale {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  background: var(--sale-red);
  color: var(--white);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  .item-sale {
    padding: 10px;
  }
}
.item-sale-date {
  font-size: var(--font-size-std);
  background: var(--white);
  color: var(--sale-red);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@container (max-width: 480px) {
  .sale-period {
    flex-flow: column;
  }
  .item-sale {
    padding: 6px 20px;
  }
}
.item-sell {
  border: 1px solid var(--border-gray);
  border-radius: 10px;
  width: 100%;
  margin: 12px 0 8px;
  display: flex;
  overflow: hidden;
}

.item-sell-title {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  color: var(--white);
  background: var(--item-sell);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

.item-sell-date {
  font-size: var(--font-size-std);
  background: var(--white);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .item-sell-date {
    padding: 10px;
  }
}
@container (max-width: 480px) {
  .item-sell {
    flex-flow: column;
  }
  .item-sell-title {
    padding: 6px 20px;
  }
}
.reservation-wrap {
  margin-top: 3px;
}

.reservation-sale-note {
  font-size: var(--font-size-small);
  color: var(--badge);
  margin-bottom: 8px;
}

.reservation-date-note {
  font-size: var(--font-size-small);
  margin-bottom: 8px;
}

.item-release-date {
  border: 1px solid var(--black);
  padding: 6px 12px;
  font-size: var(--font-size-small);
  margin-bottom: 8px;
}

.subscription-discount-list {
  margin: 8px 0 20px;
}

.subscription-discount-list li {
  font-size: var(--font-size-std);
  display: flex;
  align-items: center;
  border: 1px solid var(--border-gray);
  border-bottom: 0px;
  overflow: hidden;
}

.subscription-discount-list li:first-of-type {
  border-radius: 5px 5px 0 0;
}

.subscription-discount-list li:last-of-type {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid var(--border-gray);
}

.subscription-time {
  background: var(--subscription);
  color: var(--white);
  padding: 6px 0;
  width: 20%;
  min-width: 100px;
}

.subscription-discount-price {
  /*  border: 1px solid var(--text-gray); */
  margin-left: -1px;
  padding: 6px 0 6px 12px;
  width: 60%;
}

.subscription-gift-list {
  margin-bottom: 20px;
}

.subscription-gift-list li {
  display: flex;
  border: 1px solid var(--border-gray);
  margin-bottom: 12px;
}

.subscription-gift-list li:first-child {
  margin-top: 12px;
}

.subscription-gift-list li:last-child {
  margin-bottom: 0;
}

.subscription-gift-name {
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-medium);
}

.subscription-gift-image {
  width: 40%;
  padding: 12px;
}

.subscription-gift-image img {
  width: 100%;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.subscription-gift-text {
  width: 60%;
  padding: 12px;
}

.subscription-gift-name {
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-bold);
}

.subscription-gift-description {
  font-size: var(--font-size-small);
}

.bulk-name {
  font-size: var(--font-size-std);
  color: var(--text-gray);
  margin-top: 2px;
}

.item-special {
  font-size: var(--font-size-xsmall);
  color: var(--text-gray);
  margin-top: 2px;
}

.item-point {
  font-size: var(--font-size-xsmall);
  color: var(--text-gray);
  margin-top: 2px;
}

.item-delivery {
  font-size: var(--font-size-xsmall);
  color: var(--text-gray);
  margin-top: 2px;
}

.item-review-average {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 6px 0;
}

.review-average {
  font-size: var(--font-size-small);
}

.review-total {
  font-size: var(--font-size-small);
}

.option-restock {
  margin-top: 40px;
}

.option-sold-out {
  margin-top: 40px;
}

.item-select {
  margin-top: 20px;
}

.makeshop-option-wrap:nth-child(2) {
  margin-top: 16px;
}

.makeshop-option-wrap:nth-child(3) {
  margin-top: 16px;
}

.makeshop-option-wrap:nth-child(4) {
  margin-top: 16px;
}

.makeshop-option-label {
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-medium);
  margin-bottom: 2px;
}

.makeshop-option-select-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.makeshop-option-select-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background: var(--black);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

.makeshop-option-select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 230px;
  height: 36px;
  padding: 6px 43px 6px 13px;
  border: 1px solid var(--black);
  border-radius: 2px;
  background-color: var(--white);
  color: var(--black);
  font-size: var(--font-size-std);
  cursor: pointer;
}

.item-nameprint {
  margin: 12px 0 8px;
}

.nameprint-title {
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-medium);
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 2px;
}

.nameprint-title .required {
  color: var(--badge);
  font-size: var(--font-size-xsmall);
}

.nameprint-text {
  margin-bottom: 16px;
}

.nameprint-text:last-of-type {
  margin-bottom: 0;
}

.nameprint-text textarea,
.nameprint-text input {
  width: 100%;
  border: 1px solid var(--black);
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 6px;
}

.nameprint-text .annotation {
  font-size: var(--font-size-xsmall);
}

.nameprint-description {
  font-size: var(--font-size-small);
  margin-top: 16px;
  background: var(--gray-back);
  padding: 8px 16px;
}

.item-quantity {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.item-quantity-label {
  font-size: var(--font-size-std);
  margin-right: 12px;
}

.item-quantity-input {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-radius: inherit;
  width: 40px;
  height: 30px;
  padding: 0 5px;
}

.item-quantity-input,
.item-quantity-input::-webkit-inner-spin-button,
.item-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item-quantity-operate {
  display: flex;
  cursor: pointer;
}

.item-quantity-operate span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}

.item-quantity-operate span i {
  font-size: var(--font-size-display);
  line-height: 0.5;
}

.item-stock {
  width: 100%;
  font-size: var(--font-size-small);
  margin-bottom: 4px;
}

.add-cart-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.item-cart-wrap {
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 5px 20px;
}

.item-cart-wrap:has(> .item-favorite) .item-cart {
  width: calc(100% - 60px);
}

.item-cart a {
  font-weight: var(--font-weight-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 45px;
  border-radius: 50px;
}

.item-cart a i {
  line-height: 0.5;
}

.item-cart .restock a {
  font-weight: var(--font-weight-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 45px;
  border-radius: 2px;
}

.item-cart-disabled {
  font-weight: var(--font-weight-medium);
  color: var(--white);
  background: var(--item-sell);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 45px;
  border-radius: 2px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .item-cart a {
    height: 65px;
  }
  .item-cart a i {
    line-height: 0.5;
  }
  .item-cart .restock a {
    height: 65px;
  }
  .item-cart-disabled {
    height: 65px;
  }
}
/* sku cart */
.item-cart button {
  font-weight: var(--font-weight-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 63px;
  border-radius: 999px;
  cursor: pointer;
}

.sku-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 80vh;
  border-radius: 24px 24px 0 0;
  background: var(--white);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 60px 27px 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 100001;
  overflow: scroll;
}

.sku-panel.sku-show {
  transform: translateY(0);
}

.sku-cart-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sku-cart-list {
    flex-wrap: wrap;
  }
}
.sku-img-top,
.sku-img {
  display: none;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .sku-img-top,
  .sku-img {
    display: none;
    flex: inherit;
  }
}
.sku-img {
  width: 100%;
  height: 100%;
  max-width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

.sku-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.sku-price {
  font-size: var(--font-size-xsmall);
  font-weight: var(--font-weight-regular);
  margin-bottom: 2px;
  display: flex;
}

.item-point-sku {
  margin: 0 0 0 8px;
}

.item-point-sku::before {
  content: "P";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  color: var(--white);
  font-size: var(--font-size-min);
  font-weight: bold;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  position: relative;
  flex-shrink: 0;
  top: -1px;
  z-index: 1;
}

.sku-option1 {
  font-size: var(--font-size-std);
  word-wrap: break-word;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .sku-option1 {
    flex: initial;
  }
}
.sku-option2 {
  font-size: var(--font-size-std);
  word-wrap: break-word;
  flex: 2;
}

@media screen and (max-width: 768px) {
  .sku-option2 {
    flex: initial;
  }
}
.sku-price-cart {
  width: 100%;
  flex: 3;
}

@media screen and (max-width: 768px) {
  .sku-price-cart {
    flex: initial;
  }
}
.item-sku-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-sku-cart a {
  width: 100%;
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 45px;
  border-radius: 999px;
}

.item-sku-cart .restock a {
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 45px;
  border-radius: 2px;
}

.item-sku-cart .sold-out {
  font-size: var(--font-size-std);
  gap: 6px;
  height: 45px;
}

@media (min-width: 768px) {
  .item-cart-wrap .sold-out {
    height: 65px;
  }
  .sku-option1 {
    max-width: 100px;
    text-align: center;
  }
  .sku-option2 {
    max-width: 170px;
    text-align: center;
  }
  .item-sku-cart {
    max-width: 350px;
  }
}
.item-sku-favorite-icon.hide {
  display: none;
}

.item-sku-favorite-on .fi-rr-heart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--favorite);
  font-size: var(--font-size-medium);
  transition: background-color 0.3s ease;
}

.item-sku-favorite-off .fi-rr-heart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--text-gray);
  font-size: var(--font-size-medium);
  transition: background-color 0.3s ease;
}

.item-sku-stock {
  font-size: var(--font-size-xsmall);
  margin-bottom: 2px;
}

.close-panel {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 24px;
  color: var(--gray);
}

@media screen and (min-width: 768px) {
  .close-panel {
    display: none;
  }
}
.sku-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 100000;
}

.sku-overlay.sku-show {
  display: block;
}

.item-info .subscription-hide {
  display: none;
}

.off,
.subscription-hide.on {
  display: none !important;
}

.subscription-message {
  font-size: var(--font-size-small);
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.subscription-switch {
  margin: 24px 0;
  display: flex;
  cursor: pointer;
}

.subscription-switch div {
  width: 50%;
  padding: 8px 0;
  font-size: var(--font-size-std);
}

.subscription-switch div.subscription-active {
  border-radius: 8px 8px 0 0;
  font-weight: var(--font-weight-medium);
}

.nomal-view .subscription-active {
  background: color-mix(in srgb, var(--color-main) 30%, transparent);
}

.subscription-view .subscription-active {
  background: color-mix(in srgb, var(--subscription) 30%, transparent);
}

.nomal-view,
.subscription-view {
  color: var(--gray);
  border-bottom: 1px solid var(--border-gray);
}

.nomal-view.subscription-active,
.subscription-view.subscription-active {
  color: var(--black);
  border-left: 1px solid var(--border-gray);
  border-top: 1px solid var(--border-gray);
  border-right: 1px solid var(--border-gray);
  border-bottom: none;
}

.item-option {
  margin-bottom: 40px;
}

.off {
  display: none !important;
}

.on {
  display: flex;
}

.amazonpay-button {
  margin: 12px 0 24px;
}

.item-favorite {
  width: 20px;
  height: 34px;
}

.item-favorite a {
  font-size: var(--font-size-std);
  /* border: 1px solid var(--favorite); */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  gap: 6px;
  width: 20px;
  height: 34px;
  border-radius: 50px;
  margin-top: 12px;
}

.item-favorite a i {
  line-height: 0.5;
  font-size: 20px;
}

.item-favorite .hide {
  display: none;
}

.item-favorite-on {
  color: var(--favorite);
}

.item-favorite-off {
  color: var(--text-gray);
}

.item-contact a {
  margin-top: 2px;
  font-size: var(--font-size-small);
  margin-top: 12px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.item-contact i {
  font-size: var(--font-size-medium);
  margin-top: 3px;
}

.item-description-wrap {
  padding: 35px 16px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}

.item-description-wrap:nth-of-type(n+2) {
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  .item-description-wrap:nth-of-type(n+2) {
    padding: 15px 20px;
  }
}
.item-description-title {
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-bold);
  margin-bottom: 12px;
}

.item-description {
  font-size: var(--font-size-std);
}

.item-review {
  padding: 0 16px;
  margin-top: 40px;
}

.item-review-title {
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-bold);
  margin-bottom: 12px;
}

.review-detail-average {
  font-size: var(--font-size-display);
  font-weight: var(--font-weight-medium);
  margin-right: 10px;
}

.item-review-list-link {
  margin-left: auto;
  font-size: var(--font-size-small);
}

.item-review-list-link a {
  display: flex;
  align-items: center;
}

.item-review-list-link i {
  font-size: var(--font-size-medium);
  margin-top: 3px;
}

.item-review-list {
  margin-top: 24px;
}

.item-review-list li {
  border: 1px solid var(--border-gray);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 24px;
}

.item-review-list li::after {
  margin-bottom: 0;
}

.star-score {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px;
}

.review-score {
  display: flex;
  align-items: center;
  font-size: var(--font-size-std);
}

.item-reviewer-name {
  margin-bottom: 8px;
}

.item-review-date {
  font-size: var(--font-size-xsmall);
  margin-bottom: 8px;
}

.item-review-content {
  font-size: var(--font-size-small);
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.item-review-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1rem;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}

.item-review-empty {
  font-size: var(--font-size-small);
  margin-bottom: 40px;
}

.item-review-post a {
  width: 100%;
  border-radius: 50px;
  background: var(--review);
  color: var(--white);
  font-size: var(--font-size-std);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  max-width: 80%;
  margin: auto;
}

section.group-item {
  margin: 50px 0;
}

.item-group-name {
  font-size: var(--font-size-heading);
}

.product-info {
  padding: 20px 16px;
  margin-top: 60px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.product-info-border {
  border-top: none;
  margin-top: 0;
}

.product-info dl {
  display: flex;
  align-items: center;
  font-size: var(--font-size-std);
  font-weight: var(--font-weight-medium);
  color: var(--text-gray);
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .product-info dl {
    flex-flow: column;
    align-items: flex-start;
  }
}
.product-info:last-of-type {
  margin-bottom: 0;
}

.product-info dl dt {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .product-info dl dt {
    width: 12em;
  }
  .product-info dl dd {
    width: calc(100% - 12em);
    position: relative;
  }
}
.item-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.item-info-wrap {
  container-type: inline-size;
}

@media screen and (max-width: 767px) {
  .item-info-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .item-image-wrap {
    margin: 0 3%;
  }
  .item-image-wrap .swiper-container.slider {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
}
.item-image-wrap .swiper-container.slider {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.item-image-wrap .swiper-container.slider .swiper-slide {
  /*  border-radius: 15px; */
  overflow: hidden;
  /* padding: 0 3%; */
}

.item-image-wrap .swiper-container.thumbnail .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.item {
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    grid-template-rows: auto 1fr auto auto;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 20px;
    margin: 25px auto 80px;
    padding: 0 40px;
    max-width: calc(1200px + 10%);
  }
  h2.item-name {
    font-size: var(--font-size-medium);
  }
  .item-image-wrap {
    position: sticky;
    grid-column: 1;
    grid-row: 1;
    top: 100px;
  }
  .item-image img {
    width: 100%;
  }
  .item-info-wrap {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .item-special {
    font-size: var(--font-size-small);
  }
  .item-point {
    font-size: var(--font-size-small);
  }
  .item-delivery {
    font-size: var(--font-size-small);
  }
  .item-quantity-operate:hover {
    opacity: 0.6;
  }
  .sku-cart-hide {
    display: none;
  }
  .sku-restock {
    display: none;
  }
  .sku-sold-out {
    display: none;
  }
  .sku-panel {
    position: static;
    max-height: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 0;
    transform: none;
    transition: none;
    overflow: auto;
    margin-top: 60px;
  }
  .subscription-sku-panel {
    margin-top: 30px;
  }
  .subscription-message {
    margin: 40px 0 8px;
  }
  section.group-item {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
  }
  .item-group-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.item-quantity-down, .item-quantity-up {
  border-radius: 50%;
  border-color: var(--gray) !important;
  background: var(--gray);
}

.item-quantity-input {
  margin: 0 5px;
  border: solid 1px var(--gray) !important;
  border-radius: 5px;
}

.group-item {
  grid-area: 3/1/4/3;
}

/* ブランド一覧 */
.footer_brand {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  position: relative;
  overflow: hidden;
  height: 500px;
}

.footer_brand li {
  width: calc(12.5% - 15px);
}

@media (max-width: 767px) {
  .footer_brand {
    gap: 20px;
  }
  .footer_brand li {
    width: calc(25% - 15px);
  }
}
.footer_brand::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

/* checkbox非表示 */
.grad-trigger {
  display: none;
}

/* checked で開く */
.grad-trigger:checked ~ .footer_brand {
  height: auto;
}

.grad-trigger:checked ~ .footer_brand::before {
  display: none;
}

/* checked でボタン隠す */
.grad-trigger:checked ~ .readmore-trigger {
  display: none;
}

.readmore-trigger {
  display: flex;
  justify-content: center;
  background: rgba(179, 179, 179, 0.1);
  max-width: 210px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  padding: 7px 0;
  color: #3e3e3e;
}

/* フッター */
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0 60px;
  flex-wrap: wrap;
}

.footer-flex--l {
  width: 25%;
}

.footer-flex--l .footer-logo {
  max-width: 270px;
  width: 100%;
  display: block;
}

.footer-contact {
  margin-top: 25px;
  max-width: 270px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #3e3e3e;
  padding: 13px 5px;
  border: 1px solid #3e3e3e;
  display: block;
}

.footer-contact--txt {
  font-size: 12px;
  margin-top: 30px;
  text-align: left;
}

.footer-flex--l .footer-logo img {
  max-width: 100%;
  display: block;
}

.footer-flex--l .footer-sns {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 13px;
  margin-top: 15px;
}

.footer-flex--l .footer-sns i {
  font-size: 29px;
}

.footer-flex--l .footer-sns .svg-inline--fa {
  width: 29px;
  height: 30px;
}

.footer-flex--r {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-end;
  gap: 15px;
}

.footer-flex--r .footer-flex--r-ul {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
}

.footer-flex--r .footer-flex--r-ul li a {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer__copy {
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .footer-flex {
    padding: 10px 0 30px;
  }
  .footer-flex--l,
  .footer-flex--r {
    width: 100%;
  }
  .footer-flex--l .footer-logo {
    max-width: 230px;
    margin: 0 auto;
  }
  .footer-contact {
    margin: 25px auto 0;
  }
  .footer-flex--l .footer-sns {
    justify-content: center;
  }
  .footer-flex--r {
    margin-top: 30px;
    gap: 5px;
  }
  .footer-flex--r .footer-flex--r-ul {
    width: 100%;
  }
}
/* ハンバーガーメニュー 会員登録・ログイン */
.nav-member {
  padding-bottom: 3px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.nav-member a {
  display: block;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  max-width: 350px;
  background: #333;
  font-size: 15px;
  font-weight: 600;
}

.nav-member a.member {
  color: #333;
  background: #dcdcdc;
}

.nav-member a.logout {
  padding: 5px 10px;
  color: #7e7e7e;
  background: transparent;
  border: 1px solid #eee;
  font-weight: 500;
}

/* カテゴリー */
.category_column {
  background: #f9f9f9;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: start;
}

.category_list li {
  width: calc(20% - 15px);
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 9px;
}

.category_list li a {
  display: flex;
  align-items: center;
  gap: 17px;
}

.category_list li a span {
  font-size: var(--font-size-small);
}

.category_list li a img {
  display: block;
  max-width: 77px;
  width: 100%;
}

@media (max-width: 767px) {
  .category_list {
    justify-content: space-between;
    gap: 5px;
  }
  .category_list li {
    width: calc(25% - 9px);
  }
  .category_list li a {
    flex-direction: column;
    gap: 3px;
  }
  .category_list li a span {
    font-size: var(--font-size-xsmall);
  }
  .category_list li a img {
    max-width: 50px;
  }
}
.choice_cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* 他モールからもご購入頂けます */
.choice_cart a {
  width: 23.5%;
  text-decoration: none;
  background: #EEE;
  color: #FFF;
  padding: 3% 0;
  border-radius: 3px;
  display: block;
  margin-top: 2%;
  margin-right: 2%;
  text-align: center;
  box-sizing: border-box;
}

.choice_cart a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
}

.choice_cart .btn_rakuten:before {
  background-image: url(https://www.rakuten.ne.jp/gold/shinwashop/img/mall_icon/rakuten.png);
}

.choice_cart .btn_yahoo:before {
  background-image: url(https://www.rakuten.ne.jp/gold/shinwashop/img/mall_icon/yahoo.png);
}

.news-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.cat_btn {
  max-width: 600px;
  width: 100%;
  margin: 50px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.cat_btn a {
  width: 48%;
  background-color: var(--color-text);
  color: var(--light-gray);
  text-align: center;
  padding: 15px 20px;
  position: relative;
  border-radius: 99px;
}

.cat_btn a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px var(--light-gray);
  border-right: solid 1px var(--light-gray);
  position: absolute;
  right: 20px;
  top: 47%;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .cat_btn a {
    width: 100%;
  }
}
.wake {
  text-align: center;
}

/*----------------------------------------------------
	スクロールで
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .head_belt {
    transition: all 0.3s ease;
  }
  .head_belt.is-head-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
  }
}
i.fa-solid.fa-arrow-up-right-from-square {
  color: #5f5f5f;
}/*# sourceMappingURL=common.css.map */