/* ============================================
   商品詳細ページスタイル
   ============================================ */

/* --------------------------------------------
   AnyGift モーダル調整
   -------------------------------------------- */
.anygift-about-modal__caution__text {
  font-size: 0 !important;
}

.anygift-about-modal__caution__text::before {
  content: "※ お相手が配送先住所を入力し忘れた場合、あなた（購入者の方）にお届け先入力フォームをお送りいたします。" !important;
  font-size: 14px !important;
}

/* --------------------------------------------
   カスタムオプションラベル色修正
   -------------------------------------------- */
.custom-options-label,
.custom-options-label.invalid,
[class*="custom-options-label"],
#custom-options-label,
#custom-options-label.invalid {
  color: #333 !important;
}

#custom-options-container .custom-options-label,
#custom-options-container [class*="custom-options-label"],
#custom-options-container #custom-options-label {
  color: #333 !important;
}

/* Angular scoped styles override */
[class*="custom-options-label"][class*="invalid"] {
  color: #333 !important;
}

/* --------------------------------------------
   基本テキストスタイル
   -------------------------------------------- */
body p {
  font-size: 1em;
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.045em;
  text-align: justify;
}

body p:last-child {
  text-align: left;
}

/* --------------------------------------------
   商品情報テーブル
   -------------------------------------------- */
.item-info th,
.item th {
  width: 100px;
  font-weight: normal;
}

/* --------------------------------------------
   商品サマリー・フォーム共通
   -------------------------------------------- */
.p-product-summary__content,
.p-product-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-product-summary__image,
.p-product-form-stock {
  margin-bottom: 20px;
  text-align: center;
}

.p-product-summary__image img {
  max-width: 100%;
  height: auto;
}

.p-product-summary__info,
.p-product-form-btn {
  width: 100%;
  text-align: center;
}

.p-product-summary__name {
  font-size: 1.6em;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
}

.p-product-summary__price {
  font-size: 1.3em;
  margin-bottom: 15px;
  text-align: center;
}

/* --------------------------------------------
   数量入力フォーム
   -------------------------------------------- */
.p-product-form-stock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
}

.p-product-form-stock__label {
  font-size: 18px;
  margin-right: 10px;
}

.p-product-form-stock__input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-product-form-stock__input input {
  width: 120px;
  text-align: center;
  border: 2px solid #666;
  padding: 8px;
  font-size: 16px;
}

.p-product-form-stock__unit {
  margin-left: 10px;
}

.p-product-form-stock__stock {
  margin-left: 25px;
}

/* --------------------------------------------
   ボタン共通
   -------------------------------------------- */
.p-product-form-btn {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-product-form-btn__cart,
.p-product-form-btn__favorite_2 {
  width: 100%;
  margin-bottom: 10px;
}

.c-btn-cart,
.p-product-form-btn__favorite-btn_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* お気に入りボタン */
.p-product-form-btn__favorite-btn_2 {
  background-color: #faf9f8;
  border: 1px solid #333;
  color: #333;
}

.p-product-form-btn__favorite-btn_2 svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: currentColor;
  transition: fill 0.3s ease;
}

.p-product-form-btn__favorite-btn_2.is-added {
  background-color: #faf9f8;
  color: #333;
  border: 1px solid #333;
}

.p-product-form-btn__favorite-btn_2.is-added svg {
  fill: #db7093;
}

/* エラーメッセージ */
.p-product-form__error-message {
  color: #DB5656;
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.1em;
}

/* ユーティリティ */
.full-width {
  width: 100%;
  box-sizing: border-box;
}

/* --------------------------------------------
   スライダー
   -------------------------------------------- */
.slick-slide img {
  padding: 0;
}

/* --------------------------------------------
   商品説明エリア（#item_ex_1, #item_ex_2）
   -------------------------------------------- */
#item_ex_1,
#item_ex_2 {
  margin-top: 30px;
}

/* 表示制御：item_ex_1では.itemと.item-bannerを非表示、item_ex_2では.item-infoと.item-bannerを非表示 */
#item_ex_1 .item,
#item_ex_1 .item-banner,
#item_ex_2 .item-info,
#item_ex_2 .item-banner {
  display: none;
}

#item_ex_1 {
  font-size: 85%;
}

#item_ex_2 {
  padding: 0px;
}

/* --------------------------------------------
   商品詳細説明スタイル
   -------------------------------------------- */
.p-product-explain .item {
  font-family: "dnp-shuei-gothic-kin-std", 'Noto Sans JP', 'Yu Gothic', sans-serif;
  color: #333;
}

.p-product-explain .item img {
  margin: 15px 0;
  padding: 0;
}

.p-product-explain .item h2,
.p-product-explain .item h3,
.item-info h3 {
  font-size: 1.4em;
  font-family: "dnp-shuei-mincho-pr6", 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
  line-height: 1.5em;
  color: #333;
  margin: 15px 0 20px 0;
  border-left: 3px solid #333;
  padding-left: 10px;
}

.p-product-explain .item h4 {
  font-size: 1.3em;
  line-height: 1.6em;
  margin: 25px 0 15px 0px;
  position: relative;
  padding-left: 1.4em;
}

.p-product-explain .item h4::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #555;
  font-size: 1.1em;
}

.p-product-explain .item h5 {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  color: #000;
  margin: 24px 0 13px 0;
}

.p-product-explain .item ul {
  padding: 25px 20px;
  background-color: #f2eeec;
  border-radius: 5px;
  list-style-type: none;
}

.p-product-explain .item ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.p-product-explain .item ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #666;
}

.p-product-explain .item ol {
  counter-reset: recipe-steps;
  padding-left: 0;
  list-style-type: none;
  margin: 20px 10px;
}

.p-product-explain .item ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.p-product-explain .item ol li:before {
  counter-increment: recipe-steps;
  content: counter(recipe-steps);
  position: absolute;
  font-size: 0.8em;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #9D9089;
  border-radius: 50%;
  color: #faf9f8;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

/* --------------------------------------------
   商品基本スタイル
   -------------------------------------------- */
.p-product {
  margin-bottom: 10px;
}

.p-product select,
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 2px solid #333;
  font-size: 13px;
}

.p-product-main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 0px;
  margin-bottom: 50px;
}

/* --------------------------------------------
   商品画像
   -------------------------------------------- */
.p-product-img {
  width: 530px;
}

.p-product-img__main {
  text-align: center;
}

.p-product-img__main-item {
  position: relative;
  text-align: center;
}

.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

/* --------------------------------------------
   サムネイルリスト
   -------------------------------------------- */
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 0px;
}

.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-product-thumb-list__item:hover,
.p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}

.p-product-thumb-list__img {
  position: relative;
  text-align: center;
}

.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

/* --------------------------------------------
   画像スライダー矢印
   -------------------------------------------- */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-product-img__main .slick-prev,
.p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}

.p-product-img__main .slick-prev:before,
.p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}

.p-product-img__main .slick-prev {
  left: 15px;
}

.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}

.p-product-img__main .slick-next {
  right: 15px;
}

.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

/* --------------------------------------------
   商品情報
   -------------------------------------------- */
.p-product-info {
  width: 600px;
}

.p-product-info__ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
  line-height: 1.5em;
  color: #000;
  font-weight: normal;
}

.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  margin: 0;
}

/* --------------------------------------------
   価格表示
   -------------------------------------------- */
.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-product-price__sell {
  margin-top: 25px;
  font-size: 23px;
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
  color: #000;
  border-bottom: solid 0px #999;
}

.p-product-price__normal {
  font-size: 14px;
}

.p-product-price__list-price {
  font-size: 14px;
}

/* --------------------------------------------
   オプションテーブル
   -------------------------------------------- */
.p-product-option-wrapper {
  width: 100%;
  overflow-x: auto;
}

.p-product-option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
  display: table !important;
  width: 90%;
}

.p-product-option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}

.p-product-option-tbl table div {
  display: inline-block !important;
}

.p-product-option-tbl th {
  min-width: 90px;
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  font-weight: bold;
  color: #333 !important;
}

.p-product-option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}

.p-product-option-tbl td .cell_2 {
  font-weight: normal;
  text-align: right;
}

.p-product-option-tbl .stock_zero {
  white-space: nowrap;
  font-size: 0.85em;
}

.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}

.p-product-option-tbl input {
  margin-top: 0;
}

.input[type=radio] {
  margin: 0px 10px 0 0;
}

/* ラジオボタンカスタムスタイル */
.p-product-option-tbl input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  outline: none;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  transition: none;
}

.p-product-option-tbl input[type="radio"]:checked {
  background-color: transparent;
  border-color: #333;
}

.p-product-option-tbl input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 50%;
}

.p-product-option-tbl input[type="radio"]::-ms-check {
  display: none;
}

.p-product-option-tbl input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* --------------------------------------------
   名入れ設定
   -------------------------------------------- */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-product-name__box {
  margin-top: 15px;
}

.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

.p-product-name__body input {
  width: 100%;
}

/* --------------------------------------------
   SNSリスト
   -------------------------------------------- */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.p-product-sns-list__item {
  margin-right: 20px;
}

/* --------------------------------------------
   商品リンクリスト
   -------------------------------------------- */
.p-product-link-list {
  margin-top: 40px;
}

.p-product-link-list__item {
  margin-bottom: 5px;
}

/* --------------------------------------------
   商品詳細タイトル
   -------------------------------------------- */
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.3em;
}

/* --------------------------------------------
   商品詳細レイアウト
   -------------------------------------------- */
.p-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

.p-product-explain {
  width: 100%;
}

.p-product-explain__body {
  line-height: 1.8;
  letter-spacing: 0.045em;
}

.p-product-other {
  width: 250px;
  margin-bottom: 60px;
  order: -1;
}

/* --------------------------------------------
   おすすめ商品リスト
   -------------------------------------------- */
.p-product-recommend {
  margin-top: 80px;
  margin-bottom: 50px;
}

.p-product-recommend h3 {
  font-size: 1.5em;
}

.p-product-recommend p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
}

.p-product-recommend-list__item {
  box-sizing: border-box;
  padding: 30px 5px;
  width: 33.33%;
  word-break: break-all;
  background-color: #faf9f8;
}

.p-product-recommend-list__img {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.p-product-recommend-list__price {
  margin-top: 5px;
  font-size: 12px;
  color: #909090;
}

.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}

.p-product-recommend-list__expl {
  margin-top: 5px;
  font-size: 10px;
}

/* --------------------------------------------
   レビュー
   -------------------------------------------- */
.p-product-review {
  margin-bottom: 60px;
}

.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 5px;
  background: #fff;
}

.p-product-review__heading {
  margin-bottom: 15px;
}

.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}

.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}

.p-product-review-info__item.is-type {
  margin-right: 35px;
}

.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}

.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}

.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}

.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: #ffdc00;
}

.p-product-review__rate.is-color {
  fill: #ffdc00;
}

/* レビュー返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.p-product-review-reply__ttl {
  font-weight: bold;
}

.p-product-review-reply__body {
  font-size: 12px;
}

.p-product-review-reply__date {
  font-size: 12px;
}

.p-product-review__btn {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.p-product-review__btn .c-btn.is-arrow {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.p-product-review__btn .c-btn.is-arrow:hover {
  background-color: #555;
}

/* --------------------------------------------
   インプット
   -------------------------------------------- */
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

/* --------------------------------------------
   カートインモーダル
   -------------------------------------------- */
.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #faf9f8;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}

.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #faf9f8;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  transform: rotate(45deg);
}

/* --------------------------------------------
   セット商品
   -------------------------------------------- */
.set-container {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.set-image {
  width: 100%;
  height: auto;
}

.set-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #faf9f8;
  padding: 10px;
  box-sizing: border-box;
}

/* --------------------------------------------
   予約スケジュール
   -------------------------------------------- */
.reservation-schedule {
  width: 90%;
  margin: 20px auto;
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.schedule-table th,
.schedule-table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
}

.schedule-table th {
  background-color: #f5f5f5;
  font-size: 1.2em;
}

.status {
  font-size: 1.4em;
}

.status.sold {
  color: #e74c3c;
}

.schedule-legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 1.1em;
  color: #000;
}

.schedule-legend span {
  display: inline-block;
}

/* --------------------------------------------
   商品タグリスト
   -------------------------------------------- */
.tag-list {
  margin: 10px 0;
}

.tag-list span {
  font-weight: bold;
}

.product-belong-lists {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.product-belong-list {
  margin-right: -10px;
}

.product-belong-list-link {
  display: inline-block;
  margin: 4px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f2eeec;
  color: #0066aa;
  text-decoration: none;
}

.product-belong-list-link:hover {
  opacity: 0.7;
}

/* ============================================
   レスポンシブ（1030px以下）
   ============================================ */
@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }

  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }

  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }

  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }

  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }

  .p-product-thumb-list__item img {
    width: 90px;
  }

  .p-product-thumb-list__img {
    width: 90px;
  }

  .p-product-info {
    width: auto;
  }

  .p-product-detail {
    display: block;
  }

  .p-product-explain {
    width: auto;
  }

  .p-product-other {
    width: auto;
    margin-bottom: 60px;
  }

  .p-product-form-btn__cart {
    flex: 1;
    width: auto;
  }
}

/* ============================================
   レスポンシブ（767px以下）
   ============================================ */
@media screen and (max-width: 767px) {
  /* 商品情報テーブル */
  .item-info th,
  .item th {
    width: 100px;
  }

  /* ボタン */
  .p-product-form-btn__favorite-btn_2 {
    font-size: 12px;
    padding: 15px;
  }

  .p-product-form-btn__favorite_2 {
    width: 100%;
    margin-top: 10px;
  }

  .c-btn-cart {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  /* 商品説明 */
  .p-product-explain .item {
    width: 100%;
  }

  /* 商品画像 */
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }

  .p-product-img__main {
    width: auto;
  }

  .p-product-img__main .slick-prev,
  .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }

  .p-product-img__main .slick-prev:before,
  .p-product-img__main .slick-next:before {
    top: 15px;
  }

  .p-product-img__main .slick-prev {
    left: 0px;
  }

  .p-product-img__main .slick-prev:before {
    left: 17px;
  }

  .p-product-img__main .slick-next {
    right: 0px;
  }

  .p-product-img__main .slick-next:before {
    left: 13px;
  }

  /* サムネイル */
  .p-product-thumb-list__item {
    margin-right: 0px;
    width: 80px;
  }

  .p-product-thumb-list__item img {
    width: 100px;
  }

  .p-product-thumb-list__img {
    width: 80px;
    text-align: center;
  }

  /* 商品情報 */
  .p-product-info {
    margin-top: -20px;
  }

  .p-product-info__ttl {
    font-size: 21px;
    line-height: 1.5em;
    font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
    text-align: left;
  }

  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }

  /* 価格 */
  .p-product-price__normal {
    font-size: 12px;
  }

  .p-product-price__list-price {
    font-size: 12px;
  }

  /* オプションテーブル */
  .p-product-option-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .p-product-option-tbl {
    width: 100%;
    min-width: 300px;
  }

  .p-product-option-tbl table {
    width: 100%;
  }

  .p-product-option-tbl th {
    padding: 12px 6px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    min-width: 100px;
  }

  .p-product-option-tbl td {
    padding: 12px 30px;
    font-size: 12px;
    line-height: 1.4;
  }

  .p-product-option-tbl input[type="radio"] {
    width: 16px;
    height: 16px;
  }

  .p-product-option-tbl input[type="radio"]:checked::after {
    width: 10px;
    height: 10px;
  }

  .p-product-option-tbl label {
    font-size: 12px;
  }

  /* リンクリスト */
  .p-product-link-list__item {
    margin-bottom: 30px;
  }

  /* タイトル */
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }

  /* おすすめリスト */
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }

  .p-product-recommend-list__price {
    margin-top: 5px;
  }

  /* レビュー */
  .p-product-review__item {
    padding: 20px;
  }

  .p-product-review__btn {
    margin-top: 30px;
  }
}

/* ============================================
   レスポンシブ（768px以上）
   ============================================ */
@media (min-width: 768px) {
  .p-product-summary__content {
    flex-direction: row;
    align-items: stretch;
  }

  .p-product-summary__image {
    flex: 0 0 40%;
    margin-right: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .p-product-summary__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 15px;
  }

  .p-product-form {
    align-items: flex-start;
  }

  .p-product-form-btn {
    text-align: left;
  }
}

/* ============================================
   レスポンシブ（960px以上）
   ============================================ */
@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }

  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }

  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }

  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }

  .cart_in_modal__detail {
    flex-direction: row;
  }

  .cart_in_modal__name {
    font-size: 18px;
  }

  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }

  .cart_in_modal__button-wrap {
    width: 350px;
  }

  .sp-br {
    display: none;
  }
}

/* --------------------------------------------
   オプション在庫表示を非表示
   -------------------------------------------- */
.option_stock,
.select_stock,
.stock_message,
.p-product-form__stock-message {
  display: none !important;
}

/* --------------------------------------------
   手提げ袋・ラッピング案内
   -------------------------------------------- */
.p-product-gift-info {
  margin: 30px 0;
  padding: 25px 20px;
  background-color: #f2eeec;
  border: 0;
  border-radius: 5px;
  text-align: center;
}

.p-product-gift-info__title {
  max-width: 350px;
  margin: 0 auto 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.p-product-gift-info__items {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.p-product-gift-info__item {
  width: 160px;
}

.p-product-gift-info__img-link {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
}

.p-product-gift-info__img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.p-product-gift-info__img-link:hover img {
  opacity: 0.8;
}

.p-product-gift-info__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-product-gift-info__links a {
  display: block;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s ease;
}

.p-product-gift-info__links a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.p-product-gift-info__price {
  margin-left: 8px;
  font-weight: bold;
}

.p-product-gift-info__note {
  max-width: 350px;
  margin: 20px auto 0;
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-product-gift-info {
    padding: 20px 15px;
  }

  .p-product-gift-info__title {
    font-size: 13px;
  }

  .p-product-gift-info__items {
    gap: 20px;
  }

  .p-product-gift-info__item {
    width: 140px;
  }

  .p-product-gift-info__links a {
    padding: 6px 10px;
    font-size: 11px;
  }
}

/* --------------------------------------------
   母の日特集バナー（商品詳細ページ）
   -------------------------------------------- */
.p-mothers-banner {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  margin: 40px auto;
  background: #fff8f5;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #4a332a;
  box-shadow: 0 2px 12px rgba(107, 74, 58, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.p-mothers-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(107, 74, 58, 0.14);
  color: #4a332a;
  text-decoration: none;
}
.p-mothers-banner__img {
  flex: 0 0 48%;
  max-width: 48%;
  overflow: hidden;
  background: #fff;
}
.p-mothers-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-mothers-banner__body {
  flex: 1;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-mothers-banner__tag {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #b89b6a;
  font-weight: bold;
}
.p-mothers-banner__ttl {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  color: #4a332a;
}
.p-mothers-banner__desc {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.8;
  color: #6b4a3a;
}
.p-mothers-banner__cta {
  display: inline-block;
  align-self: flex-start;
  font-size: 13px;
  font-weight: bold;
  color: #4a332a;
  border-bottom: 1px solid #4a332a;
  padding-bottom: 2px;
  letter-spacing: 0.03em;
  transition: color 0.2s, border-color 0.2s;
}
.p-mothers-banner:hover .p-mothers-banner__cta {
  color: #b89b6a;
  border-bottom-color: #b89b6a;
}
@media (max-width: 767px) {
  .p-mothers-banner {
    flex-direction: column;
    margin: 32px auto;
  }
  .p-mothers-banner__img {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .p-mothers-banner__img img {
    height: auto;
    aspect-ratio: auto;
  }
  .p-mothers-banner__body {
    padding: 20px 20px 24px;
  }
  .p-mothers-banner__ttl {
    font-size: 15px;
  }
  .p-mothers-banner__desc {
    font-size: 12px;
  }
}

/* 母の日特集ラッパー */
.p-mothers-promo {
  margin: 40px auto;
}
.p-mothers-promo .p-mothers-banner {
  margin: 0 auto;
}

/* 2ギフト商品カード */
.p-mothers-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.p-mothers-products__item {
  display: block;
  background: #fff;
  border: 1px solid #f0e5dc;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.p-mothers-products__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(107, 74, 58, 0.12);
  border-color: #e8d4bf;
  color: #333;
  text-decoration: none;
}
.p-mothers-products__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f9f4ef;
}
.p-mothers-products__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-mothers-products__body {
  padding: 14px 14px 18px;
}
.p-mothers-products__tag {
  margin: 0 0 6px;
  font-size: 10px;
  color: #b89b6a;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.p-mothers-products__ttl {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: bold;
  color: #4a332a;
  line-height: 1.5;
}
.p-mothers-products__desc {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.6;
  color: #7a6458;
  min-height: 2.2em;
}
.p-mothers-products__price {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #4a332a;
}
.p-mothers-products__price span {
  font-size: 10px;
  font-weight: normal;
  color: #8a7568;
}
@media (max-width: 767px) {
  .p-mothers-products__body {
    padding: 12px 12px 16px;
  }
  .p-mothers-products__ttl {
    font-size: 12px;
  }
  .p-mothers-products__desc {
    font-size: 10px;
  }
  .p-mothers-products__price {
    font-size: 13px;
  }
}

/* 期間限定バッジ・締切情報（バナー） */
.p-mothers-banner__badges {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.p-mothers-banner__limited {
  display: inline-block;
  background: #c8524c;
  color: #fff;
  padding: 4px 12px;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1.4;
}
.p-mothers-banner__tag {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #b89b6a;
  font-weight: bold;
  line-height: 1.4;
}
.p-mothers-banner__deadline {
  margin: 0 0 16px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #ead3c8;
  border-left: 3px solid #c8524c;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.7;
  color: #6b4a3a;
}
.p-mothers-banner__deadline strong {
  color: #c8524c;
  font-weight: bold;
}

/* 期間限定リボン（商品カード） */
.p-mothers-products__img {
  position: relative;
}
.p-mothers-products__limited {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c8524c;
  color: #fff;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 2px;
  z-index: 1;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(200, 82, 76, 0.3);
}

@media (max-width: 767px) {
  .p-mothers-banner__deadline {
    font-size: 11px;
    padding: 8px 12px;
  }
  .p-mothers-products__limited {
    top: 6px;
    left: 6px;
    font-size: 9px;
    padding: 3px 8px;
  }
}
