@charset "UTF-8";
/* =====================
	商品ページ
 ======================= */
/** -------------------- 商品グループ（カテゴリ）ページ -------------------- **/
.category-header {
  position: relative;
  color: var(--c_wht);
  margin-bottom: 50px;
}
.category-header a {
  color: var(--c_wht);
}
.category-header .category-header-bg {
  background: var(--c_gray);
  min-height: 200px;
}
.category-header .category-header-bg img {
  width: 100%;
}
.category-header .fs-c-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  z-index: 5;
}
.category-header .fs-c-breadcrumb__listItem {
  color: var(--c_wht);
}
.category-header .fs-c-breadcrumb__listItem::before {
  filter: var(--filter_wht);
}
.category-header .category-header-txtbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}
.category-header .category-header-name {
  font-family: var(--font_serif);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.category-header .category-header-txt {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.category-header .category-header-txt:empty {
  display: none;
}

.category-children .category-children-ttl {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.category-children .category-children-ttl-eng {
  font-family: var(--font_eng);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.category-children .category-children-ttl-jp {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.category-children .category-children-ttl:only-child {
  display: none;
}

/** -------------------- 商品詳細ページ -------------------- **/
/* 基本レイアウト */
.l-product-main {
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.l-product-main-full {
  width: 100%;
}

.l-product-main-left {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.l-product-main-right {
  width: 100%;
  max-width: 480px;
  margin: 30px auto 0;
}

.fs-body-product #pagetop a {
  bottom: 272px;
}

/* レビュー星 */
.item-review {
  margin: 16px 0 30px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.item-review-rate {
  display: flex;
  align-items: baseline;
  column-gap: 8px;
}

.item-review-score {
  font-size: 1.5rem;
  color: #333;
}

.item-review-count {
  font-family: var(--font_mix);
  line-height: 1.6;
}
.item-review-count a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--c_gray);
}

/* 商品価格・ポイント並列表記 */
.item-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 20px;
  margin: 30px 0 5px;
}

/* ポイントアップ時 */
.item-price.is-pointup .fs-c-productPointDisplay {
  color: var(--c_red);
  font-weight: 700;
}
.item-price.is-pointup .fs-c-productPointDisplay__quantity {
  font-weight: 700;
}

/* eギフト（AnyGift） */
.item-egift {
  margin: 10px 0 30px;
  /* eギフトで送れる商品を探すボタン */
  /* eギフト在庫切れボタン */
}
.item-egift:last-child {
  margin-bottom: 0;
}
.item-egift .ag-text-left {
  width: 100%;
  font-size: 1.3rem;
}
.item-egift button {
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 19px;
  border: 0;
  height: auto;
}
.item-egift a {
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 19px;
  border: 0;
  height: auto;
  background-color: transparent;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #43C7E3 var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #11C2A3 var(--tw-gradient-to-position);
  color: var(--c_wht);
  width: 100%;
}
.item-egift .anygift-any-gift-awareness-banner__link__logo-img {
  filter: var(--filter_wht);
}
.item-egift .anygift-any-gift-awareness-banner__link__arrow-img {
  display: none;
}
.item-egift .ag-text-right button {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 400;
}
.item-egift .anygift-any-gift-awareness-banner__link {
  display: none;
}
/* アコーディオンコンテンツ共通 */
.item-section {
  border-top: 1px solid var(--c_border);
  margin-bottom: 20px;
}
.item-section:last-child {
  margin-bottom: 0;
}
.item-section.default-open .item-section-content {
  display: block;
}

.item-section-ttl {
  position: relative;
  padding: 20px 40px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.item-section-ttl::before, .item-section-ttl::after {
  content: "";
  width: 25px;
  height: 25px;
  background: var(--c_bg_gray);
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.item-section-ttl:after {
  background: url(../images/common/icon_open.png) no-repeat center/15px;
  filter: var(--filter_text);
  transition: var(--anim);
}
.item-section-ttl.is-open::after {
  transform: rotate(-180deg);
}

.item-section-content {
  padding: 20px 0 10px;
  display: none;
}
.item-section-content.is-show {
  display: block;
}
.item-section-content p + p {
  margin-top: 2em;
}

.item-section-subttl {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 30px 0 15px;
}
.item-section-subttl:first-child {
  margin-top: 0;
}
.item-section-subttl:last-child {
  margin-bottom: 0;
}

/* みんなの投稿 */
/* この商品のレビュー */
/* 商品説明 */
/* 商品詳細 */
.item-section--detail table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.5;
}
.item-section--detail table th, .item-section--detail table td {
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  border: 1px solid var(--c_border);
}
.item-section--detail table th:first-child, .item-section--detail table td:first-child {
  text-align: center;
  background-color: var(--c_bg_gray);
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 10px 5px;
  width: 80px;
}

/* 独自コメント */
.item-section--comment {
  padding: 40px 0;
  /* レスポンシブエリア専用 */
  /* 旧コメントエリア専用 */
}
.item-section--comment hr {
  margin: 48px 0 40px;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--c_border);
}
.item-section--comment .title-red {
  text-align: center;
  color: var(--c_red);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 20px 0;
}
.item-section--comment .title-red:first-child {
  margin-top: 0;
}
.item-section--comment .title-red:last-child {
  margin-bottom: 0;
}
.item-section--comment .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 30px 0 24px;
}
.item-section--comment .title:first-child {
  margin-top: 0;
}
.item-section--comment .title:last-child {
  margin-bottom: 0;
}
.item-section--comment .comment-common img {
  display: block;
  margin: 10px auto;
}
.item-section--comment .comment-common img:first-child {
  margin-top: 0;
}
.item-section--comment .comment-common img:last-child {
  margin-bottom: 0;
}
.item-section--comment .comment-common p {
  margin: 24px 0 40px;
}
.item-section--comment .comment-common p:first-child {
  margin-top: 0;
}
.item-section--comment .comment-common p:last-child {
  margin-bottom: 0;
}
.item-section--comment .comment-common p + p {
  margin-top: -12px;
}
.item-section--comment .comment-common iframe, .item-section--comment .comment-common video {
  width: 100%;
  display: block;
}
.item-section--comment .comment-common iframe:first-child, .item-section--comment .comment-common video:first-child {
  margin-top: 0;
}
.item-section--comment .comment-common iframe:last-child, .item-section--comment .comment-common video:last-child {
  margin-bottom: 0;
}
.item-section--comment .comment-common .movie {
  position: relative;
  padding-top: 56.25%;
}
.item-section--comment .comment-common .movie iframe, .item-section--comment .comment-common .movie video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.item-section--comment .comment-pc *, .item-section--comment .comment-sp * {
  max-width: 100%;
}

/* ギフトサービス */
.item-gift {
  padding: 30px 14px;
}

.item-gift-title {
  text-align: center;
  color: var(--c_red);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.item-gift-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.item-gift-main-item {
  flex: 0 1 100%;
}

.item-gift-main-item-img {
  margin-bottom: 15px;
}

.item-gift-main-item-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 15px 0 5px;
}

.item-gift-main-item-txt {
  font-size: 1.3rem;
}

.item-gift-sub {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
}

.item-gift-sub-item {
  flex: 0 1 50%;
  text-align: center;
}

.item-gift-sub-item-img {
  width: 100px;
  margin: 0 auto 10px;
}

.item-gift-sub-item-ttl {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* 固定eギフトボタン */
.anygift-floating-cart {
  z-index: 800;
  transition: var(--anim);
}

/* 固定フローティングエリア */
.floating-area {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-72px);
  transition: var(--anim);
}

/* 固定カートボタン */
.floating-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid var(--c_border);
  background: var(--c_wht);
  padding: 11px 16px 10px;
}
.floating-cart a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: var(--c_red);
  border: 1px solid var(--c_red);
  color: var(--c_wht);
  border-radius: 100px;
  text-align: center;
  padding: 10px;
}

/* 固定LINEボタン */
.floating-line {
  position: absolute;
  right: 10px;
  bottom: 75px;
}
.floating-line a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  background: #4CC764;
  color: var(--c_wht);
  border-radius: 50%;
}

/* スクロール時SP固定フッター */
.spfooter {
  transition: var(--anim);
}
.spfooter.is-down {
  transform: translateY(100%);
}

/* RECOMMEND 他のお客様はこちらの商品も見ています */
/* スマホのみ
  ------------------------ */
@media (max-width: 1199px) {
  .item-section--ig .item-ig-box {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -16px;
    padding: 0 16px;
    display: flex;
  }
  .item-section--ig .letroUgcsetContainer {
    flex-shrink: 0;
  }
  .item-section--ig .letroUgcsetContainer[data-letro-template="1"] .letroUgcsetContents {
    flex-wrap: nowrap !important;
  }
  .item-section--ig .letroUgcsetContainer[data-contents=letro-ugcset] .letroUgcsetContents .letroUgcsetPost {
    flex: 0 0 135px;
  }
  .item-section--ig .letroUgcsetContainer[data-contents=letro-ugcset] .letroUgcsetWrapper .letroUgcsetConsumerProtection.isMobile {
    align-items: flex-start !important;
    margin: 0 !important;
  }
  .item-section--ig .letroUgcsetContainer[data-contents=letro-ugcset] .letroUgcsetWrapper .letroUgcsetConsumerProtection.isMobile .letroUgcsetPromotionLabel {
    text-align: left !important;
  }
  .item-section--ig .letroUgcsetContainer[data-contents=letro-ugcset] .letroUgcsetWrapper .letroUgcsetWatermark {
    transform-origin: left !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .anygift-floating-cart {
    bottom: 208px !important;
  }
  .anygift-floating-cart.is-down {
    transform: translateY(72px);
  }
  .floating-area.is-down {
    transform: translateY(0);
  }
  .spfooter.is-down ~ #pagetop a {
    transform: translateY(72px);
  }
  /* Letro もっと見るボタン */
  .item-section--ig .letroUgcsetMoreButton {
    display: none !important;
  }
}
/* PC
  ------------------------ */
@media (min-width: 1200px) {
  /** -------------------- 商品グループ（カテゴリ）ページ -------------------- **/
  .category-header {
    margin-bottom: 80px;
  }
  .category-header .category-header-bg {
    margin: 0;
    min-height: 240px;
  }
  .category-header .category-header-txtbox {
    row-gap: 30px;
  }
  .category-header .category-header-name {
    font-size: 4.4rem;
  }
  .category-children .category-children-ttl {
    column-gap: 20px;
  }
  .category-children .category-children-ttl-eng {
    font-size: 2.4rem;
  }
  /** -------------------- 商品詳細ページ -------------------- **/
  /* 基本レイアウト */
  .l-product-main {
    margin-bottom: 80px;
  }
  .l-product-main-left {
    margin: 0;
  }
  .l-product-main-right {
    margin: 0;
  }
  .l-product-detail {
    padding: 0 40px;
  }
  .fs-body-product #pagetop a {
    right: 15px;
    bottom: 260px;
    transform: none !important;
  }
  /* レビュー星 */
  .item-review-star {
    font-size: 1.4rem;
  }
  /* eギフト（AnyGift） */
  .item-egift {
    margin: 10px 0 20px;
  }
  .item-egift button {
    font-size: 1.5rem;
  }
  /* アコーディオンコンテンツ共通 */
  .item-section {
    margin-bottom: 30px;
  }
  .item-section-ttl {
    font-size: 1.6rem;
    padding-top: 30px;
    cursor: pointer;
  }
  .item-section-ttl::before, .item-section-ttl::after {
    top: 20px;
    width: 34px;
    height: 34px;
  }
  .item-section-ttl::after {
    background-size: 20px;
  }
  .item-section-content {
    padding-top: 30px;
  }
  /* 商品詳細 */
  .item-section--detail table {
    font-size: 1.3rem;
  }
  .item-section--detail table th:first-child, .item-section--detail table td:first-child {
    width: 110px;
  }
  /* 独自コメント */
  .item-section--comment {
    padding: 60px 0;
  }
  .item-section--comment hr {
    margin: 60px 0;
  }
  .item-section--comment .title-red {
    font-size: 2rem;
    margin: 30px 0;
  }
  .item-section--comment .title {
    font-size: 2.6rem;
    margin: 30px 0 24px;
  }
  .item-section--comment .comment-common p {
    margin: 24px 0 60px;
  }
  .item-section--comment .comment-common p + p {
    margin-top: -30px;
  }
  /* ギフトサービス */
  .item-gift {
    padding: 40px 0;
  }
  .item-gift-title {
    font-size: 2rem;
  }
  .item-gift-main-item {
    flex: 1;
  }
  .item-gift-main-item-img {
    margin-bottom: 24px;
  }
  .item-gift-main-item-ttl {
    font-size: 1.6rem;
    line-height: 1;
    margin: 24px 0 20px;
  }
  .item-gift-main-item-txt {
    font-size: 1.5rem;
  }
  .item-gift-sub-item {
    flex: 0 1 33.33%;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
  }
  .item-gift-sub-item-img {
    width: 80px;
    flex-shrink: 0;
    margin: 0;
  }
  .item-gift-sub-item-ttl {
    font-size: 1.5rem;
  }
  /* みんなの投稿 */
  .item-section--ig .letroUgcsetContainer[data-contents=letro-ugcset] .letroUgcsetWrapper .letroUgcsetConsumerProtection {
    margin: 0 !important;
  }
  .item-section--ig .letroUgcsetContainer[data-contents=letro-ugcset] .letroUgcsetWrapper .letroUgcsetWatermark {
    margin: 0 !important;
  }
  /* 固定eギフトボタン */
  .anygift-floating-cart {
    transform: none !important;
  }
  /* 固定フローティングエリア */
  .floating-area {
    transform: none !important;
  }
  .floating-area.is-scroll .floating-cart {
    bottom: 28px;
  }
  /* 固定カートボタン */
  .floating-cart {
    width: 160px;
    right: 15px;
    bottom: -55px;
    border: 0;
    background: none;
    padding: 0;
    transition: var(--anim);
  }
  .floating-cart a {
    padding: 16px;
  }
  /* 固定LINEボタン */
  .floating-line {
    position: fixed;
    right: 15px;
    bottom: 98px;
    z-index: 1000;
  }
  .floating-line a {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  .sm\:ag-bottom-\[140px\] {
    right: 15px !important;
    bottom: 180px !important;
  }
}
/* hover
  ------------------------ */
@media (hover: hover) {
  .floating-cart a:hover {
    background: var(--c_wht);
    color: var(--c_red);
    opacity: 1;
  }
}