.anygift-about-modal__caution__text {
    font-size: 0 !important;  
}

.anygift-about-modal__caution__text::before {
    content: "※ お相手が配送先住所を入力し忘れた場合、あなた（購入者の方）にお届け先入力フォームをお送りいたします。" !important;
    font-size: 14px !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 {
  width:100px;
}
.item th {
  width:100px;
  font-weight:normal;
}
  
@media screen and (max-width: 767px) {
.item-info th {
  width:100px;
}
.item th {
  width:100px;
}
}

/* 基本レイアウト */
.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;
}

/* メディアクエリ */
@media screen and (max-width: 767px) {
.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;
}
}

@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;
}
}

@media screen and (max-width: 1030px) {
.p-product-form-btn__cart {
  flex: 1;
  width: auto;
}
}
/* General styles */


.slick-slide img {
  padding: 0;
}

/* Item explanations */
#item_ex_1, #item_ex_2 {
  margin-top: 30px;
}

#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;
}

/* Product explanation styles */
.p-product-explain .item {
  font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;
    color: #333;
}
@media screen and (max-width: 767px) {
  .p-product-explain .item {
    width:100%;
  }
}

.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: 50px 0 20px 0;
  border-left: 3px solid #333;
  padding-left: 10px;
}

.p-product-explain .item h4 {
  font-size: 1.4em;
  line-height: 1.6em;
  color: #000;
  margin: 55px 0 -10px 10px;
}

.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 .itemul 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;
  }




/* Product styles */
.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;
}

@media screen and (max-width: 1030px) {
  .p-product-main {
      display: block;
  }
}

/* Product image styles */
.p-product-img {
  width: 530px;
}

@media screen and (max-width: 1030px) {
  .p-product-img {
      width: auto;
      margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-img {
      margin-left: -20px;
      margin-right: -20px;
      width: auto;
  }
}

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

@media screen and (max-width: 1030px) {
  .p-product-img__main {
      margin-left: auto;
      margin-right: auto;
      width: 530px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-img__main {
      width: auto;
  }
}

.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;
}

/* Thumbnail list styles */
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 0px;
}

@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
      margin-left: 0;
      margin-right: 0;
      flex-wrap: nowrap;
  }
}

.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);
}

@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
      margin-right: 5px;
      padding-left: 0;
      padding-right: 0;
      width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
      margin-right: 0px;
      width: 60px;
  }
}

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

@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
      width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
      width: 100px;
  }
}

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

@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
      width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
      width: 60px;
      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;
}

/* Slider styles */
.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;
}

@media screen and (max-width: 767px) {
  .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 {
  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;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before,
  .p-product-img__main .slick-next:before {
      top: 15px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
      left: 0px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
      left: 17px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
      right: 0px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
      left: 13px;
  }
}

/* Product info styles */
.p-product-info {
  width: 600px;
}

@media screen and (max-width: 1030px) {
  .p-product-info {
      width: auto;
  }
}

.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;
}

@media screen and (max-width: 767px) {
  .p-product-info {
      margin-top: -20px;
  }
  
  .p-product-info__ttl {
      font-size: 25px;
      line-height: 1.5em;
      font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
text-align: center;
  }
}

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

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

@media screen and (max-width: 767px) {
  .p-product-info__id {
      margin-top: 5px;
      font-size: 10px;
  }
}

/* Product price styles */
.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;
}

@media screen and (max-width: 767px) {
  .p-product-price__normal {
      font-size: 12px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-product-price__list-price {
      font-size: 12px;
  }
}

/* Product option table styles */
.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;
}

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

.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-wrapper {
  width: 100%;
  overflow-x: auto;
}

.p-product-option-tbl {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block !important;
}

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

.p-product-option-tbl th,
.p-product-option-tbl td {
  padding: 12px 8px;
  text-align: left;
  font-weight: bold; 
}

.p-product-option-tbl th {
  font-weight: bold; 
}

/* ラジオボタンのスタイル調整 */
.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%;
}

/* オプション表示のスタイル調整 */
@media screen and (max-width: 767px) {
  .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,
  .p-product-option-tbl td {
      padding: 12px 6px; 
      font-size: 12px; 
      line-height: 1.4; 
  }

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

  .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-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-option-tbl td .cell_2 {
  font-weight: normal;
  text-align: right;
}

/* 新しく追加するスタイル */
.p-product-option-tbl td .cell_2 {
  font-weight: normal;
  text-align: right;
}

/* Product name styles */
.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%;
}

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

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

/* Product link list styles */
.p-product-link-list {
  margin-top: 40px;
}

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

@media screen and (max-width: 767px) {
  .p-product-link-list__item {
      margin-bottom: 30px;
  }
}

/* Product detail styles */
.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;
}

@media screen and (max-width: 767px) {
  .p-product__ttl {
      margin-bottom: 30px;
      font-size: 18px;
  }
}

.p-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 1030px) {
  .p-product-detail {
      display: block;
  }
}

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

@media screen and (max-width: 1030px) {
  .p-product-explain {
      width: auto;
  }
}

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

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

@media screen and (max-width: 1030px) {
  .p-product-other {
      width: auto;
      margin-bottom: 60px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-product-recommend-list {
      margin-left: -5px;
      margin-right: -5px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
      padding-left: 5px;
      padding-right: 5px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
      margin-bottom: 5px;
      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;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
      margin-top: 5px;
  }
}

.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;
}

/* Product review styles */
.p-product-review {
  margin-bottom: 60px;
}

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

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

.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-wrap: wrap;
}

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

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

/* Product review reply styles */
.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: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product-review__btn {
      margin-top: 30px;
  }
}

/* Input styles */
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

/* Cart in modal styles */
.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;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
      align-items: center;
  }
}

.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;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
      width: 900px;
      margin: auto;
      padding: 20px 70px;
      position: relative;
  }
}

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

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
      font-size: 26px;
      margin: 30px 0;
      line-height: 1.2;
  }
}

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

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
      margin: 30px 0;
      line-height: 1.2;
  }
}

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

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
      flex-direction: row;
  }
}

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

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
      font-size: 18px;
  }
}

.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;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
      margin: 0 30px 0 0;
      flex-basis: 170px;
  }
}

.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;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

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

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
      width: 350px;
  }
}

.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 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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



@media screen and (min-width: 960px) {
  .sp-br {
      display: none;
  }
}

.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;
}

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

.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;
}


.reservation-schedule {
  width: 90%;  /* 400px から 80% に変更 */
  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.full {
}

.status.limited {
}

.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;
}