/***************************/
/* products 商品一覧 調整  */
/***************************/
/* max-width:1000px調整 */
.p-product_list__list {
  max-width: 1000px;
}
.p-product_slider [data-slides="5"] .c-product_item__inner__eyecatch {
  width: 100%;
}
@media screen and (max-width: 719px) {
  /* 並び変えレイアウト調整 */
  .p-category_tool {
    padding-right: 0;
    padding-left: 0;
  }
}
/* カテゴリーリード文削除 */
.p-page_header__inner__lead {
  display: none;
}
/* 商品画像 */
.c-product_item__inner__eyecatch__img {
  padding-top: 100%;
}
.c-product_item__inner__eyecatch__tags {
  top: 0;
  left: 0;
  z-index: 2;
}
/* 新着商品 非表示 */
.c-product_item__inner__eyecatch__tags__new {
  display: none !important;
}
.c-product_item .c-product_item__inner__content {
  margin-top: 10px;
}
.selections .c-product_item .c-product_item__inner__content {
  margin-top: -10px;
}
/* 売り切れ表記 */
.c-product_item__inner__eyecatch__tags__soldout {
  background: #333;
  font-size: min(calc(18 * 100vw / 1280), 18px);
}
.c-product_item__inner__eyecatch:has(.c-product_item__inner__eyecatch__tags__soldout)::after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height:100%;
  opacity: 0.3;
  content: "";
  display: block;
  background: #333;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
/* カテゴリー */
.c-product_item__inner__category {
  display: none !important;
  order: 1;
  color: #666666 !important;
  font-size: min(calc(10* 100vw / 1000), 10px) !important;
}
.p-new_product .c-product_item__inner__category {
  display: block !important;
  margin-bottom: 5px;
}
/* 商品名 */
.c-product_item__inner__title {
  order: 2;
  /* font-size: 20px !important; */
  font-size:  min(calc(14 * 100vw / 1280), 14px) !important;
  font-weight: 500;
}
/* 価格 */
.c-product_item__inner__price {
  order: 3;
  font-size: min(calc(16 * 100vw / 1000), 16px) !important;
  font-weight: 500 !important;
  margin-top: 4px;
}
.c-product_item__inner__price > .origin {
  font-size: min(calc(14 * 100vw / 1000), 14px) !important;
}
.c-product_item__inner__price span#price {
  color: #333 !important;
  display: inline-block !important;
  font-size: min(calc(16 * 100vw / 1000), 16px) !important;
}
.c-product_item__inner__price span#price + .u-text--subhead {
  font-size: min(calc(12 * 100vw / 1000), 12px) !important;
}
.c-product_item__inner__price span#price small {
  font-size: min(calc(12 * 100vw / 1000), 12px) !important;
}
.c-product_item__inner__price span#sale {
  color: #B9221D !important;
  display: block !important;
  font-size: min(calc(16 * 100vw / 1000), 16px) !important;
}
.c-product_item__inner__price span.sale.u-color__text--alert {
  font-size: min(calc(16 * 100vw / 1000), 16px) !important;
}
.c-product_item__inner__price span#sale small,
.c-product_item__inner__price span.sale + .u-color__text--alert {
  font-size: min(calc(12 * 100vw / 1000), 12px) !important;
}

.c-product_item__inner__price .product_description {
  display: none !important;
}
/* バッジ 商品ラベル */
.c-badge {
  background: #ffe8e8;
}
/* バッジレイアウト */
#cv-xsells-view .product-badge-for-delivery-group, .c-badge--delivery-group, .c-badge, .c-badge--concurrent-purchase-group {
  color: #333333;
  border-color: #aaaaaa;
  background: #ffffff;
  font-size:  min(calc(11 * 100vw / 1280), 11px);
  letter-spacing: 0.0001em;
  line-height: 1.5;
  padding: 0px 3px;
}
.c-cart_item__badges {
  margin-top: 4px;
}
.c-cart_item__badges li + li {
  /* margin-left: 8px; */
}
/* バッジ 温度帯グループ */
.c-badge--delivery-group {
  background: #eaeaea;
}
.c-product_item__inner__badge {
  order: 4;
}
/* バッジ 同時購入グループ */
.c-badge--concurrent-purchase-group {
  background: #ffffff;
}
@media screen and (min-width:720px) {
  .c-badge--delivery-group li + li {
    /* margin-left: 8px; */
  }
}
@media screen and (max-width: 719px) {
  /* 売り切れ表記 */
  .c-product_item__inner__eyecatch__tags__soldout {
    font-size: calc(32* 100vw / 750);
  }
  /* カテゴリー */
  .c-product_item__inner__category {
  }
  /* 商品名 */
  .c-product_item__inner__title {
    font-size: calc(24* 100vw / 750) !important;
  }
  /* 価格 */
  .c-product_item__inner__price {
    font-size: calc(28* 100vw / 750) !important;
    margin-top: 4px;
  }
  .c-product_item__inner__price > .origin {
    font-size: calc(28* 100vw / 750) !important;
  }
  .c-product_item__inner__price span#price {
    color: #333 !important;
    display: inline-block !important;
    font-size: calc(28* 100vw / 750) !important;
  }
  .c-product_item__inner__price span#price + .u-text--subhead {
    font-size: calc(20* 100vw / 750) !important;
  }
    .c-product_item__inner__price span#price small {
    font-size: calc(20* 100vw / 750) !important;
  }
  .c-product_item__inner__price span#sale,
  .c-product_item__inner__price span.sale.u-color__text--alert {
    font-size: calc(28* 100vw / 750) !important;
  }
  .c-product_item__inner__price span#sale small,
  .c-product_item__inner__price span.sale + .u-color__text--alert {
    font-size: calc(20* 100vw / 750) !important;
  }
    /* バッジレイアウト */
  #cv-xsells-view .product-badge-for-delivery-group, .c-badge--delivery-group, .c-badge {
    font-size: calc(28* 100vw / 750);
    padding: 2px 10px;
  }
  .c-cart_item__badges li + li {
    margin-left: 0;
  }
  .c-badge--delivery-group, .c-badge--concurrent-purchase-group, .c-badge {
    font-size: calc(18* 100vw / 750);
    line-height: 1.5;
    margin-top: calc(4* 100vw / 750);
  }
  .p-product_list .medium-up--one-4:nth-child(n+3) {
    margin-top: 40px;
  }
}


/***************************/
/* selections セレクションページ 調整  */
/***************************/
.p-selection_eye_catch_inner .p-selection__eye_catch {
  object-fit: inherit;
  height: auto;
}
.p-selection_eye_catch_inner {
  height: auto;
}

/***************************/
/* products 商品詳細 調整  */
/***************************/
/* 全体幅調整 */
#product-show-view .p-product_content__inner {
  max-width: 1000px;
}
#product-show-view .p-product_content__inner__img {
  width: 44%;
}
#product-show-view .p-product_content__inner__info {
  width: 47%;
}

/* 商品上カテゴリテキスト削除 */
#product-show-view .c-product_info__category {
  display: none;
}
/* 温度帯調整 */
#product-show-view .c-product_info__badge {
  margin-top: 0;
}
#product-show-view .c-product_info__badge li + li {
  margin-left: 8px;
}
#product-show-view .c-badge--delivery-group,
#product-show-view .c-badge--concurrent-purchase-group {
  font-size: min(calc(11* 100vw / 1000), 11px);
  padding: 3px 7px 1px;
  line-height: 1.5;
}
/* 商品タイトル調整 */
#product-show-view h1.c-product_info__title {
  font-size: 28px !important;
}
/* 商品価格調整 */
#product-show-view .c-product_info__price {
  margin-top: 10px;
}
#product-show-view .c-product_info__price span {
  font-size: 14px !important;
}
#product-price-content .sales_price, #product-price-content #sales-price-include-tax {
  display: inline-block !important;
  font-size: 22px !important;
}
/* 価格割引 */
#product-show-view .list_lowest + .list_lowest {
}
/* オプション・数量調整 */
.c-product_info__form__variant > div > label,
.c-product_info__form__variant > div > div > select,
.c-product_info__form__quantity .u-color__border--input,
.c-product_info__form__quantity #btn-minus,
.c-product_info__form__quantity #btn-plus {
  color: #333 !important;
}
#product-show-view .c-product_info__description,
#product-show-view .c-product_info__share {
  margin-top: 27px !important;
}
#product-show-view .c-order_quantity {
  width: min(100%, 120px);
}
/* カゴに入れるボタン */
#product-show-view .u-text--btn {
  border-radius: 6px;
  font-size: 20px !important;
}
#product-show-view #btn-add {
  background: #9c0000 !important;
  padding-left: 50px;
  position: relative;
}
#product-show-view #btn-add::after {
  content: none;
}
#product-show-view #btn-add::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_cart-w.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  content: "";
  width: 48px;
  height: 33px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: -150px;
}
.c-product_info__form__submit.fix-hover {
  margin-top: 0;
}
/* 電話で注文するボタン */ /* 通常は非表示・注文ボタンがある場合のみ表示 */
#product-show-view .c-product_info__form__tel {
  border: 1px solid #333;
  border-radius: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-top: 27px;
  height: 60px;
  padding-left: 50px;
  position: relative;
  text-align: center;
  transition: 0.4s;
  width: 100%;
}
/* 電話で注文するバナー */
.c-product_info__form__tel--banner {
  margin-top: 27px;
}
#product-show-view .c-product_info__form__tel:hover {
  opacity: 0.4;
}
#product-show-view .c-product_info__form__tel::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_telorder.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  content: "";
  width: 44px;
  height: 33px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: -160px;
}
.c-product_info__form__buttons + #btn-stock-waiting-list {
  margin-top: 20px;
}
#btn-stock-waiting-list::after {
  content: none;
}
/* お気に入りボタン */
.c-product_info__favorite {
  margin-top: 20px;
}
.c-product_info__favorite .u-text--link {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: normal;
}

/* 商品詳細 */
#product-show-view .p-product_detail {
  max-width: 1000px;
  margin: 68px auto;
  padding: 0 24px;
}
/* 商品詳細内LP */
#product-show-view .p-product_benefit {
  max-width: 1000px;
  margin: 68px auto;
}
#product-show-view .p-product_benefit li + li {
  margin-top: 40px;
}
#product-show-view .p-product_benefit img {
  max-width: 600px;
  margin: auto;
}


#product-show-view h2.c-product_info__title {
  font-size: 24px !important;
}
#product-show-view .c-product_info__description__text {
  font-size: 16px;
  margin-top: 24px;
}
.c-product_info__dl__btn {
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  position: relative;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}
/*トグルアイコン*/
.c-product_info__dl__btn .u-icon--plus,
.c-product_info__dl__btn .u-icon--minus {
font-size: 28px;
position: absolute;
right: 20px;
top: 14px;
transition: 0.4s;
}
.c-product_info__dl__btn .u-icon--minus {
opacity: 0;
transform: scale(0);
}
.c-product_info__dl__btn.is-open .u-icon--plus {
opacity: 0;
transform: scale(0);
}
.c-product_info__dl__btn.is-open .u-icon--minus {
opacity: 1;
transform: scale(1);
}
#product-show-view .c-product_info__dlwrap {
  display: none;
  font-size: 11px;
  margin-top: 0;
}
#product-show-view .c-product_info__dlwrap:last-child {
  border-bottom: none;
}
#product-show-view .c-product_info__dlwrap + .c-product_info__title {
  margin-top: 40px;
}
#product-show-view .c-product_info__dlwrap {
  margin-top: 30px;
}
#product-show-view .c-product_info__dl {
  border-bottom: 1px solid #DDD;
  display: flex;
  font-size: 12px;
}
#product-show-view .c-product_info__dl:last-child {
  border-bottom: none;
}
#product-show-view .c-product_info__dl dt {
  background: #f5f5f5;
  padding: 10px 16px;
  width: 11%;
}
#product-show-view .c-product_info__dl dd {
  padding: 10px 16px;
  background: #fff;
  width: 89%;
}
#product-show-view .c-product_info__description__link {
  text-decoration: underline;
}

/* レビュー */
.p-review {
  border: none !important;
  /* display: none !important */
}
.p-review__inner__entry__btn {
  font-size: 16px !important;
  border: 1px solid #9c0000;
  text-decoration: none;
  border-radius: 3px;
  padding: 8px 24px;
}
#products_show_review .p-review .u-text--input,.p-review__inner  .u-color--input {
  color: #333 !important;
}
#products_show_review .p-review .u-color__border--border {
  border: none !important;
}
#product-show-view .p-review__inner__title {
  background: #F5F5F5;
  font-size: 28px !important;
  margin-bottom: 32px;
  padding: 10px 20px;
  text-align: left;
}
#product-show-view .p-review__inner__entry {
  font-size: 16px !important;
  margin-top: 30px;
}
#product-show-view .p-review__inner__list__item,#product-show-view .p-review__inner__list__item:first-child {
  border: none !important;
}
.p-review__inner__all__btn {
  background: #F5F5F5 !important;
  border: 1px solid #333333 !important;
  color: #333 !important;
  border-radius: 50px !important;
}

/*レビュー左カラム*/
#product-show-view .c-review_item_detail {
  gap: 82px;
  padding: 40px 24px;
}
#product-show-view .c-review_item_detail__left {
  gap: 7px;
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_review.svg) no-repeat left top;
  background-size: 46px 46px;
  max-width: 220px;
  width: 100%;
  padding-right: 0;
  padding-left: 6%;
}
#product-show-view .c-review_item_detail__title {
  font-size: 16px;
}
#product-show-view .c-review_item_detail__name {
  font-size: 14px !important;
  font-weight: 400;
}
/*レビュー右カラム*/
#product-show-view .c-review_item_detail__right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 79%;
}
#product-show-view .c-review_item_detail__star {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 1;
  width: auto;
}
#product-show-view .c-review_item_detail__text {
  color: #9c0000 !important;
  font-size: 12px !important;
  font-weight: 500;
  margin-top: 0;
  width: auto;
}
#product-show-view .c-review_item_detail__title {
  font-size: 16px !important;
}
#product-show-view .c-review_item_detail__content {
  font-size: 14px !important;
}
#product-show-view .c-review_item_detail__reaction {
  margin-top: 16px;
}
#product-show-view .c-review_item_detail__button.--useful {
  border-color: #9c0000;
  border-radius: 3px;
  color: #9c0000;
}
/* レビューを投稿しました */
#product-show-view .control-alert {
  background: #fff;
  border: 1px solid #aaa;
}
#product-show-view .control-alert .u-color__text--alert {
  color: #333;
  font-size: 16px;
}
/* レビューモーダルの調整 */
#js-review_modal .u-text--subhead {
  display: none !important;
  text-align: left;
}
#product-show-view .c-review_item_detail {
  padding: 20px;
}
#product-show-view .c-review_item_detail__left {
  padding-left: 70px;
}
.p-review_modal__control {
  margin-top: 20px;
}
@media screen and (max-width: 719px) {
  #product-show-view .c-review_item_detail {
    padding: 15px;
  }
  #product-show-view .c-review_item_detail__left {
    padding-left: calc(100*100vw/750);
  }
  #product-show-view .c-review_item_detail {
    padding: 24px 15px;
  }
}

/* よく一緒に購入されている商品 */
#product-show-view .p-recommend_product__inner__title__en {
  background: #F5F5F5;
  font-size: 28px !important;
  text-align: left;
  padding: 10px 20px;
}
#product-show-view .c-product_item__inner__category,
#product-show-view .c-product_item__inner__badge {
  display: none !important;
}
#product-show-view .c-product_item__inner__price {
  font-size: 16px !important;
}
#product-show-view .c-product_item__inner__price span#sale,
#product-show-view .c-product_item__inner__price span#price {
  color: #333 !important;
  display: inline-block !important;
}
#product-show-view .p-product_slider__caution {
  color: #333;
  font-size: 14px;
  margin-top: 40px;
}
#product-show-view .p-product_slider__caution a {
  text-decoration: underline;
  transition: 0.4s;
}
#product-show-view .p-product_slider__caution a:hover {
  opacity: 0.4;
}
#product-show-view #products_show_recommend .c-product_item__inner__badge {
  display: none;
}
/* おすすめ特集 */
#product-show-view .p-recommend_product + .p-recommend_product .recommend_product_padding {
  padding-top: 40px;
  padding-bottom: 80px;
}

/* ご注文ガイド */
.p-product_guide__content__inner {
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 72px;
}
.p-product_guide__content__left, .p-product_guide__content__right {
  width: 47%;
}
.p-product_guide__content__title {
  background: #222;
  color: #fff;
  font-size: 24px;
  padding: 10px 18px;
}
/* ご注文のながれ */
.p-product_guide__content__left ol {
  margin: 24px 18px;
}
.p-product_guide__content__left ol li {
  color: #333;
  padding: 0 0 0 82px;
  position: relative;
}
.p-product_guide__content__left ol li::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -45px;
  margin: auto;
  transform: rotate(135deg);
  transition: .3s;
}
.p-product_guide__content__left ol li:last-child::after {
  content: none;
}
.p-product_guide__content__left ol li + li {
  margin-top: 80px;
}
.p-product_guide__content__left ol li dl dt {
  font-size: 20px;
}
.p-product_guide__content__left ol li dl dd {
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
/*アイコン*/
.p-product_guide__content__left ol li dl dt::before {
  content: "";
  display: block;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.p-product_guide__content__left ol li#p-product_guide__flowcart dl dt::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_flowcart.svg) no-repeat center center;
  background-size: 100%;
  width: 56px;
  height: 46px;
  left: -3px;
}
.p-product_guide__content__left ol li#p-product_guide__flowmail dl dt::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_flowmail.svg) no-repeat center center;
  background-size: 100%;
  width: 52px;
  height: 36px;
  left: 0;
}
.p-product_guide__content__left ol li#p-product_guide__flowsend dl dt::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_flowsend.svg) no-repeat center center;
  background-size: 100%;
  width: 55px;
  height: 42px;
  left: 0;
}
/* ご利用ガイドのご案内 */
.p-product_guide__content__right ul {
  margin: 24px 18px;
}
.p-product_guide__content__right ul li {
  border-bottom: 1px solid #333333;
}
.p-product_guide__content__right ul li:last-child {
  border-bottom: none;
}
.p-product_guide__delivery__inner__title {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 20px;
  padding: 25px 25px 25px 122px;
  position: relative;
  transition: 0.4s;
  width: 100%;
}
.p-product_guide__delivery__inner__detail {
  display: none;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding: 10px 44px 20px 40px;
}
.p-product_guide__content__right ul li + li {
  /* margin-top: 16px; */
}
.p-product_guide__content__right ul li#p-product_guide__guide a {
  border: 1px solid #333333;
  border-radius: 6px;
  color: #333;
  display: block;
  font-size: 20px;
  padding: 19px 25px 20px 122px;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  width: 100%;
}
.p-product_guide__content__right ul li a {
  text-decoration: underline;
  transition: 0.4s;
}
.p-product_guide__content__right ul li a:hover {
  opacity: 0.4;
}
.p-product_guide__content__right ul li#p-product_guide__guide a {
  opacity: 1;
}
.p-product_guide__content__right ul li#p-product_guide__guide {
  margin-top: 40px;
}
/*トグルアイコン*/
.p-product_guide__delivery__inner__title .u-icon--plus,
.p-product_guide__delivery__inner__title .u-icon--minus {
  font-size: 28px;
  position: absolute;
  right: 20px;
  top: 24px;
  transition: 0.4s;
}
.p-product_guide__delivery__inner__title .u-icon--minus {
  opacity: 0;
  transform: scale(0);
}
.p-product_guide__delivery__inner__title.is-open .u-icon--plus {
  opacity: 0;
  transform: scale(0);
}
.p-product_guide__delivery__inner__title.is-open .u-icon--minus {
  opacity: 1;
  transform: scale(1);
}
/*アイコン*/
.p-product_guide__delivery__inner__title::before,.p-product_guide__content__right ul li#p-product_guide__guide a::before {
  content: "";
  display: block;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.p-product_guide__content__right ul li#p-product_guide__delivery .p-product_guide__delivery__inner__title::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_delivery.svg) no-repeat center center;
  background-size: 100%;
  width: 49px;
  height: 36px;
  left: 43px;
}
.p-product_guide__content__right ul li#p-product_guide__gift .p-product_guide__delivery__inner__title::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_gift.svg) no-repeat center center;
  background-size: 100%;
  width: 38px;
  height: 40px;
  left: 48px;
}
.p-product_guide__content__right ul li#p-product_guide__payment .p-product_guide__delivery__inner__title::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_payment.svg) no-repeat center center;
  background-size: 100%;
  width: 36px;
  height: 36px;
  left: 49px;
}
.p-product_guide__content__right ul li#p-product_guide__guide a::before {
  background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_guide.svg) no-repeat center center;
  background-size: 100%;
  width: 25px;
  height: 38px;
  left: 56px;
}
.p-product_guide__content__right ul li#p-product_guide__guide a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 33px;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}


/* tabletサイズ調整 */
@media screen and (min-width:720px) and (max-width:1000px) {
  /* ご注文のながれ */
  .p-product_guide__content__title {
    font-size: calc(30* 100vw / 1000);
  }
  .p-product_guide__content__left ol li dl dt {
    font-size: calc(25* 100vw / 1000);
  }
  .p-product_guide__content__left ol li dl dd {
    font-size: calc(20* 100vw / 1000);
  }
    /* ご利用ガイドのご案内 */
    .p-product_guide__content__title {
      font-size: calc(30* 100vw / 1000);
    }
    .p-product_guide__delivery__inner__title {
      font-size: calc(25* 100vw / 1000);
    }
  }


@media screen and (max-width: 719px) {
  /* 全体幅調整 */
  #product-show-view .p-product_content__inner__img {
    width: 100%;
  }
  #product-show-view .p-product_content__inner__info {
    margin-top: 0;
    padding: 0 15px;
    width: 100%;
  }
  /* スライダー */
  #product-show-view .c-product_img__slider--thumbnail {
    margin-top: 0;
  }
  .c-product_img .splide__arrow svg {
    width: 10vw;
    height: 10vw;
  }
  /* 温度帯調整 */
  #product-show-view .c-product_info__badge {
    margin-top: 0;
  }
  #product-show-view .c-badge--delivery-group,
  #product-show-view .c-badge--concurrent-purchase-group {
    font-size: calc(26* 100vw / 750);
    padding: calc(2* 100vw / 750) calc(10* 100vw / 750);
  }
  /* 商品タイトル調整 */
  #product-show-view h1.c-product_info__title {
    font-size: calc(44* 100vw / 750) !important;
    margin-top: calc(24* 100vw / 750);
  }
  /* 商品価格調整 */
  #product-show-view .c-product_info__price {
    margin-top: calc(16* 100vw / 750);
    line-height: 1;
  }
  #product-price-content span {
    font-size: 14px !important;
  }
  #product-price-content .sales_price {
    font-size: calc(48* 100vw / 750) !important;
  }
  #product-price-content .sales_price, #product-price-content #sales-price-include-tax {
    display: inline-block !important;
    font-size: calc(44* 100vw / 750) !important;
  }
  /* 価格割引 */
  #product-show-view .list_lowest + .list_lowest {
    margin-top: 10px;
  }
  /* オプション・数量調整 */
  #product-show-view .c-product_info__description,
  #product-show-view .c-product_info__share {
    margin-top: calc(10* 100vw / 750) !important;
  }
  #product-show-view .c-product_info__form__quantity {
    margin-top: calc(24* 100vw / 750);
  }
  /* カゴに入れるボタン */
  #product-show-view .u-text--btn {
    font-size: calc(36* 100vw / 750) !important;
    height: calc(110* 100vw / 750);
    margin-top: 0;
    padding-left: calc(50* 100vw / 750);
  }
  #product-show-view .u-text--btn::before {
    background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_cart-w.svg) no-repeat center center;
    background-size: 100%;
    width: calc(72* 100vw / 750);
    height: calc(50* 100vw / 750);
    left: calc(-300* 100vw / 750);
  }
  /* 電話で注文するボタン */
  #product-show-view .c-product_info__form__tel {
    font-size: calc(36* 100vw / 750) !important;
    height: calc(110* 100vw / 750);
    margin-top: calc(64* 100vw / 750);
    padding-left: calc(70* 100vw / 750);
  }
  #product-show-view .c-product_info__form__tel::before {
    background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_telorder.svg) no-repeat center center;
    background-size: 100%;
    width: calc(66* 100vw / 750);
    height: calc(50* 100vw / 750);
    left: calc(-300* 100vw / 750);
  }


  /* 商品詳細 */
  #product-show-view .p-product_detail {
    margin: 57px 15px;
    padding: 0;
  }
  /* 商品詳細内LP */
  #product-show-view .p-product_benefit {
    margin: 40px auto 0;
  }
  #product-show-view .p-product_benefit li + li {
    margin-top: calc(40* 100vw / 750);
  }
  /* お気に入りボタン */
  .c-product_info__favorite {
    margin-top: calc(24* 100vw / 750);
  }
  .c-product_info__favorite .u-text--link {
    font-size: calc(28* 100vw / 750) !important;
  }

  #product-show-view h2.c-product_info__title {
    font-size: calc(40* 100vw / 750) !important;
    margin-top: 35px;
  }
  #product-show-view .c-product_info__description__text {
    font-size: calc(28* 100vw / 750);
    margin-top: calc(44* 100vw / 750);
  }
  #product-show-view .c-product_info__dlwrap + .c-product_info__title {
    margin-top: calc(80* 100vw / 750);
  }
  #product-show-view .c-product_info__dlwrap {
    margin-top: calc(56* 100vw / 750);
  }
  #product-show-view .c-product_info__dl {
    font-size: calc(22* 100vw / 750);
    margin-top: 0;
}
  #product-show-view .c-product_info__dl dt {
    padding: calc(20* 100vw / 750) calc(20* 100vw / 750);
    width: 33%;
  }
  #product-show-view .c-product_info__dl dd {
    padding: calc(20* 100vw / 750) calc(20* 100vw / 750);
    width: 67%;
  }

  /* レビュー */
  .p-review {
    padding: 0 0 40px;
  }
  #product-show-view .p-review__inner__title {
    font-size: calc(40* 100vw / 750) !important;
    margin-bottom: calc(48* 100vw / 750);
    padding: calc(30* 100vw / 750) calc(40* 100vw / 750);
  }
  /* レビューを投稿する */
  #product-show-view .u-text--btn {
    margin-top: calc(40* 100vw / 750);
    padding-left: 0;
  }
  /*レビュー左カラム*/
  #product-show-view .c-review_item_detail {
    gap: 8px;
    padding: 0 15px;
  }
  #product-show-view .c-review_item_detail__left {
    background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_review.svg) no-repeat left top;
    background-size: calc(78* 100vw / 750);
    max-width: inherit;
    padding-left: calc(110* 100vw / 750);
  }
  #product-show-view .c-review_item_detail__title {
    font-size: 16px;
  }
  /*レビュー右カラム*/
  #product-show-view .c-review_item_detail__right {
    display: block;
    width: 100%;
  }
  #product-show-view .p-review__inner__list li + li {
    margin-top: calc(48* 100vw / 750);
  }
  #product-show-view .c-review_item_detail__star {
    font-size: calc(38* 100vw / 750);
    width: 100%;
  }
  #product-show-view .c-review_item_detail__text {
    margin-top: 8px;
    width: 100%;
  }
  /* レビューを投稿しました */
  #product-show-view .control-alert .u-color__text--alert {
    font-size: calc(38* 100vw / 750) !important;
    margin-top: 30px;
  }

  /* よく一緒に購入されている商品 */
  .p-recommend_product {
    padding: 0;
  }
  #product-show-view .p-recommend_product__inner__title__en {
    font-size: calc(40* 100vw / 750) !important;
    padding: calc(30* 100vw / 750) calc(40* 100vw / 750);
  }
  #product-show-view .p-product_slider {
    margin: 0 15px;
  }
  #product-show-view .c-product_item__inner__price {
    font-size: 14px !important;
  }
  #product-show-view .p-product_slider__nav {
    margin-top: 0;
  }
  #product-show-view .p-product_slider__caution {
    font-size: calc(22* 100vw / 750);
  }

  /* ご注文ガイド */
  .p-product_guide__content__inner {
    display: block;
    margin: 0 auto 72px;
  }
  .p-product_guide__content__left, .p-product_guide__content__right {
    width: 100%;
  }
  .p-product_guide__content__title {
    background: #222;
    color: #fff;
    font-size: 24px;
    padding: 10px 18px;
  }
  /* ご注文のながれ */
  .p-product_guide__content__right {
    margin-top: 40px;
  }
  .p-product_guide__content__left ol {
    margin: 24px 15px;
  }
  .p-product_guide__content__left ol li {
    padding: 0 0 0 calc(180* 100vw / 750);
  }
  .p-product_guide__content__left ol li::after {
    width: 16px;
    height: 16px;
    bottom: calc(-70* 100vw / 750);
  }
  .p-product_guide__content__left ol li + li {
    margin-top: calc(128* 100vw / 750);
  }
  .p-product_guide__content__left ol li dl dt {
    font-size: calc(32* 100vw / 750);
  }
  .p-product_guide__content__left ol li dl dd {
    font-size: calc(24* 100vw / 750);
    margin-top: 16px;
  }
  /*アイコン*/
  .p-product_guide__content__left ol li#p-product_guide__flowcart dl dt::before {
    background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_flowcart.svg) no-repeat center center;
    background-size: 100%;
    width: calc(112* 100vw / 750);
    height: calc(96* 100vw / 750);
    left: calc(10* 100vw / 750);
  }
  .p-product_guide__content__left ol li#p-product_guide__flowmail dl dt::before {
    background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_flowmail.svg) no-repeat center center;
    background-size: 100%;
    width: calc(104* 100vw / 750);
    height: calc(76* 100vw / 750);
    left: calc(20* 100vw / 750);
  }
  .p-product_guide__content__left ol li#p-product_guide__flowsend dl dt::before {
    background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_flowsend.svg) no-repeat center center;
    background-size: 100%;
    width: calc(110* 100vw / 750);;
    height: calc(84* 100vw / 750);;
    left: calc(20* 100vw / 750);
  }
    /* ご利用ガイドのご案内 */
    .p-product_guide__content__right ul {
      margin: 24px 15px;
    }
    .p-product_guide__delivery__inner__title {
      font-size: calc(32* 100vw / 750);
      padding: calc(45* 100vw / 750) calc(26* 100vw / 750) calc(45* 100vw / 750) calc(210* 100vw / 750);
    }
    .p-product_guide__delivery__inner__title::after {
      width: 12px;
      height: 12px;
      right: 33px;
    }
    .p-product_guide__content__right ul li + li {
      /* margin-top: calc(20* 100vw / 750); */
    }
    .p-product_guide__content__right ul li#p-product_guide__guide {
      margin-top: calc(80* 100vw / 750)
    }
    .p-product_guide__content__right ul li#p-product_guide__guide a {
      font-size: calc(32* 100vw / 750);
      padding: calc(25* 100vw / 750) calc(26* 100vw / 750) calc(25* 100vw / 750) calc(210* 100vw / 750);
    }
    /*アイコン*/
    .p-product_guide__content__right ul li#p-product_guide__delivery .p-product_guide__delivery__inner__title::before {
      background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_delivery.svg) no-repeat center center;
      background-size: 100%;
      width: calc(78* 100vw / 750);
      height: calc(59* 100vw / 750);
      left: calc(70* 100vw / 750);
    }
    .p-product_guide__content__right ul li#p-product_guide__gift .p-product_guide__delivery__inner__title::before {
      background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_gift.svg) no-repeat center center;
      background-size: 100%;
      width: calc(64* 100vw / 750);
      height: calc(69* 100vw / 750);
      left: calc(75* 100vw / 750);
    }
    .p-product_guide__content__right ul li#p-product_guide__payment .p-product_guide__delivery__inner__title::before {
      background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_payment.svg) no-repeat center center;
      background-size: 100%;
      width: calc(62* 100vw / 750);
      height: calc(60* 100vw / 750);
      left: calc(75* 100vw / 750);
    }
    .p-product_guide__content__right ul li#p-product_guide__guide a::before {
      background: url(https://ec-force.s3.amazonaws.com/misaranoaru/uploads/img/products/ico_guide.svg) no-repeat center center;
      background-size: 100%;
      width: calc(38* 100vw / 750);
      height: calc(57* 100vw / 750);
      left: calc(88* 100vw / 750);
    }
}

/***************************/
/* フッター追従バナー  */
/***************************/
#btn_floating {
  border-top: #DDD 1px solid;
  background: #fff;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  padding: 20px 0;
  width: 100%;
  z-index: 10;
}
#btn_floating .c-product_info__price__dt {
  min-width: 250px;
  width: 35%;
}
#btn_floating .c-product_info__price__dt p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
#btn_floating #product-price-content,
#btn_floating #product-price-content .u-text--subhead {
  font-size: 30px !important;
  margin-top: 5px;
  line-height: 1;
}
#btn_floating #product-price-content .u-text--subhead + .u-text--subhead {
  font-size: 16px !important;
}
#btn_floating .c-product_info__price__dd {
  margin-left: 2%;
  min-width: 250px;
  width: 23%;
}
#btn_floating .c-product_info__price {
  display: flex;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  #btn_floating {
    padding: 13px 15px;
  }
  #btn_floating .c-product_info__price {
    display: block;
    max-width: inherit;
    width: auto;
  }
  #btn_floating .c-product_info__price__dt {
    display: none;
    min-width: inherit;
    width: 100%;
  }
  #btn_floating .c-product_info__price__dt p {
    font-size: calc(26* 100vw / 750) !important;
    font-weight: normal;
    display: inline;
  }
  #btn_floating #product-price-content,
  #btn_floating #product-price-content .u-text--subhead {
    font-size: calc(50* 100vw / 750) !important;
    margin-top: 3px;
  }
  #btn_floating #product-price-content .u-text--subhead + .u-text--subhead {
    font-size: calc(30* 100vw / 750) !important;
  }
  #btn_floating .c-product_info__price__dd {
    display: block;
    margin-left: 0;
    max-width: inherit;
    width: auto;
  }
  #btn_floating #btn-add {
    margin-top: calc(20* 100vw / 750);
  }
}