#dolce-itemdetail-sp .dolce-itemdetailtext {
  font-size: 15px;
}
@media (max-width: 959px) {
  #dolce-itemdetail .h4l{
    font-size: 17px;
    font-weight: 600;
  }
  #dolce-itemdetail .area-aside {
    font-size: 15px;
  }
}
#shopDetailPage #dolce-itemdetail .area-cart .item-price .price {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

@media (max-width: 959px) {
  #shopDetailPage #dolce-itemdetail .area-cart .item-price .price {
    font-size: 32px;
  }

  #shopDetailPage #dolce-itemdetail .area-cart .item-price .price::after {
    font-size: 17px;
  }
}

@media (max-width: 959px) {
    #page-top a {
        padding: 3.5px 0 0;
    }
}

#shopDetailPage .item-price .price {
  display: inline-flex;
  align-items: baseline;
}

#shopDetailPage .item-price .price-yen {
  font-size: 0.65em;
  margin-right: 2px;
}

.membershipPoint__attentionWrapper{
    
    font-size: 12px;
}
#itemAttention .attention {
    color: #999;
    opacity: 1;
    font-size:12px;
}
.membershipPoint__attentionLink {
    cursor: pointer;
    font-weight: 400!important;
    padding-right: 4px;
    color: #0095ee!important;
    text-decoration: underline;
}

#itemAttention .membershipPoint{
    border: 0;
    padding: 0;
    margin:0;
}

#shopDetailPage #dolce-itemdetail .area-cart .item-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}


#shopDetailPage #dolce-itemdetail .area-cart .item-price .price::after {
  content: "円";
  color: #333;
  font-size: 18px;
  font-weight: 600;
}





.postageOpen {
    cursor: pointer;
    display: inline;
    font-weight: 400 !important;
    margin: 0 3px;
    text-decoration: underline;
    color: #666 !important;
}
/* 原本的 送料無料 注意文隐藏 */
#shopDetailPage #itemAttention .attention.free {
  display: none;
}
@media (max-width: 959px) {
  #shopDetailPage #bottom-cart {
    bottom: 0 !important;
    transform: translateY(0) !important;
  }

  #shopDetailPage #page-top {
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }



  #shopDetailPage #dolce-itemdetail .area-cart #purchase_form > .purch-btn-wrap {
    display: none !important;
  }

  #shopDetailPage #purchase_form #itemSelect {
    display: block;
    margin: 22px 0 18px;
  }

  #shopDetailPage #purchase_form #variationSelectWrap,
  #shopDetailPage #purchase_form #amountSelectWrap {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 8px 20px;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #eeeeee;
  }

  #shopDetailPage #purchase_form #variationSelectWrap:first-child,
  #shopDetailPage #purchase_form #amountSelectWrap:first-child {
    border-top: 1px solid #eeeeee;
  }

  #shopDetailPage #purchase_form #variationSelectWrap label,
  #shopDetailPage #purchase_form #amountSelectWrap label {
    margin: 0;
    color: #333;
    font-size: 15px;
    /*font-weight: 700;*/
    line-height: 1.3;
  }

  #shopDetailPage #purchase_form #variationSelectWrap select {
    height: 42px;
    min-height: 42px !important;
    padding: 0 44px 0 16px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    line-height: 42px;
  }

  #shopDetailPage #purchase_form #amountSelectWrap select {
    display: none !important;
  }

  #shopDetailPage #purchase_form .dv-qty-stepper {
    display: grid;
    grid-template-columns: 54px 1fr 54px;
    height: 42px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }

  #shopDetailPage #purchase_form .dv-qty-stepper button,
  #shopDetailPage #purchase_form .dv-qty-stepper span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border: 0;
    background: #fff;
    color: #333;
    line-height: 1;
  }

  #shopDetailPage #purchase_form .dv-qty-stepper button {
    font-size: 24px;
  }

  #shopDetailPage #purchase_form .dv-qty-stepper span {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    font-size: 15px;
    font-weight: 700;
  }

  #shopDetailPage #purchase_form .dv-qty-stepper button:disabled {
    color: #cfcfcf;
  }
}
@media (max-width: 959px) {
  #shopDetailPage #purchase_form #variationSelectWrap {
    position: relative;
  }

  #shopDetailPage #purchase_form #variationSelectWrap select {
    appearance: none;
    -webkit-appearance: none;
    background-image: none !important;
  }

  #shopDetailPage #purchase_form #variationSelectWrap::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #777;
    border-bottom: 1.5px solid #777;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
  }
    #shopDetailPage #purchase_form #variationSelectWrap select,
  #shopDetailPage #purchase_form #valiationSelect {
    margin: 0 !important;
  }
.title-item{
    font-size:15px;
    font-weight: 600;
    padding-bottom: 10px;
}
}


#review-apps .review01,
#review-apps .review01__tabWrap {
  pointer-events: auto;
}

#review-apps .review01__list.x_reviewList {
  display: block !important;
}

#review-apps .review01__trigger {
  display: none !important;
}
@media (max-width: 959px) {
  #shopDetailPage #bottom-cart #itemSelect {
    display: none !important;
  }
}




@media (max-width: 959px) {
  #shopDetailPage
    #purchase_form
    #variationSelectWrap {
    position: relative;
  }

  #shopDetailPage
    #purchase_form
    #variationSelectWrap.dv-variation-unselected::before {
    content: "種類を選択してください。";
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 44px;
    left: 106px;
    display: flex;
    align-items: center;
    height: 35px;
    overflow: hidden;
    background: #fff;
    color: #777;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    pointer-events: none;
  }

  #shopDetailPage
    #purchase_form.dv-variation-pending
    #amountSelectWrap {
    display: none !important;
  }

  #shopDetailPage
    #bottom-cart
    #itemSelect {
    display: none !important;
  }
}
@media (max-width: 959px) {
  /* チャット → お気に入り → カート */
  body#shopDetailPage
    #bottom-cart
    .purch-btn-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    width: 100% !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-message {
    order: 1 !important;
    flex: 0 0 64px !important;
    width: 64px !important;
    height: 56px !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-fav {
    order: 2 !important;
    flex: 0 0 64px !important;
    width: 64px !important;
    height: 56px !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-btn {
    order: 3 !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 56px !important;
  }

  /* チャット */
  body#shopDetailPage
    #bottom-cart
    .purch-message
    #x_startMessenger.msg_startButton {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    width: 64px !important;
    min-width: 64px !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-message
    #x_startMessenger
    .msg_startButton__icon {
    position: static !important;
    display: block !important;
    flex: none !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    transform: none !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-message
    #x_startMessenger
    .msg_startButton__text {
    position: static !important;
    display: block !important;
    flex: none !important;
    width: 64px !important;
    max-width: 64px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  /* お気に入り */
  body#shopDetailPage
    #bottom-cart
    .purch-fav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    min-width: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-fav
    .itempage-fav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-fav
    .fav-toggle {
    position: relative !important;
    display: block !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-fav::after {
    content: "お気に入り";
    position: static !important;
    display: block !important;
    width: 64px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  /* カート */
  body#shopDetailPage
    #bottom-cart
    .purch-btn
    .purchaseButton {
    width: 100% !important;
    height: 56px !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-btn
    .purchaseButton__btn {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
}

.itempage-fav{
    border:0;
}

@media (max-width: 959px) {
  body#shopDetailPage
    #bottom-cart
    .purch-btn
    .purchaseButton {
    display: block !important;
    width: 100% !important;
    height: 56px !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-btn
    .purchaseButton > a {
    display: block !important;
    width: 100% !important;
    height: 56px !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-btn
    .purchaseButton__btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 4px 0 !important;
    padding: 0 12px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    white-space: nowrap;
  }
}

@media (max-width: 959px) {
  body#shopDetailPage #bottom-cart {
    box-sizing: border-box !important;
    height: calc(
      64px + env(safe-area-inset-bottom)
    ) !important;
    min-height: calc(
      64px + env(safe-area-inset-bottom)
    ) !important;
    padding: 0 !important;
  }

  body#shopDetailPage
    #bottom-cart
    .bottom-cart-inner {
    box-sizing: border-box !important;
    height: calc(
      64px + env(safe-area-inset-bottom)
    ) !important;
    min-height: calc(
      64px + env(safe-area-inset-bottom)
    ) !important;
    padding: 4px 12px
      calc(4px + env(safe-area-inset-bottom))
      !important;
  }

  body#shopDetailPage
    #bottom-cart
    .fr,
  body#shopDetailPage
    #bottom-cart
    form,
  body#shopDetailPage
    #bottom-cart
    .purch-btn-wrap {
    height: 56px !important;
    min-height: 56px !important;
  }
}
@media (max-width: 959px) {
  /*
   * チャット和お気に入り使用相同网格
   */
  body#shopDetailPage
    #bottom-cart
    .purch-message
    #x_startMessenger,
  body#shopDetailPage
    #bottom-cart
    .purch-fav {
    display: grid !important;
    grid-template-columns: 64px !important;
    grid-template-rows: 28px 14px !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    justify-items: center !important;
    gap: 2px !important;
    width: 64px !important;
    height: 56px !important;
    padding: 0 !important;
  }

  /*
   * チャット图标行
   */
  body#shopDetailPage
    #bottom-cart
    .purch-message
    .msg_startButton__icon {
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  body#shopDetailPage
    #bottom-cart
    .purch-message
    .msg_startButton__icon::before {
    display: block !important;
    line-height: 1 !important;
  }

  /*
   * チャット文字行
   */
  body#shopDetailPage
    #bottom-cart
    .purch-message
    .msg_startButton__text {
    grid-row: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 64px !important;
    height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 14px !important;
    text-align: center !important;
  }

  /*
   * お気に入り图标行
   */
  body#shopDetailPage
    #bottom-cart
    .purch-fav
    .itempage-fav {
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /*
   * お気に入り文字行
   */
  body#shopDetailPage
    #bottom-cart
    .purch-fav::after {
    grid-row: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 64px !important;
    height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 14px !important;
    text-align: center !important;
  }
}@media (max-width: 959px) {
  /*
   * 清除BASE底部状态容器原来的内边距
   */
  body#shopDetailPage
    #bottom-cart
    .bottom-cart-inner
    > .fr {
    box-sizing: border-box !important;
    float: none !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#shopDetailPage
    #bottom-cart
    .fr
    > form,
  body#shopDetailPage
    #bottom-cart
    .fr
    > .x_purchaseForm {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#shopDetailPage
    #bottom-cart
    .fr
    .purch-btn-wrap {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 959px) {
  #shopDetailPage
  #bottom-cart
  .purchaseButton__btn--requestRestockMail[style*="display:none"],
  #shopDetailPage
  #bottom-cart
  .purchaseButton__btn--requestRestockMail[style*="display: none"],
  #shopDetailPage
  #bottom-cart
  .purchaseButton__btn--outOfStock[style*="display:none"],
  #shopDetailPage
  #bottom-cart
  .purchaseButton__btn--outOfStock[style*="display: none"] {
    display: none !important;
  }
}

@media (max-width: 959px) {
  #shopDetailPage
  #bottom-cart
  .dv-restock-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #228bfc !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none !important;
  }

  #shopDetailPage
  #bottom-cart
  .dv-restock-button:hover,
  #shopDetailPage
  #bottom-cart
  .dv-restock-button:focus {
    background: #228bfc !important;
    color: #fff !important;
    opacity: 1 !important;
  }
}
@media (max-width: 959px) {
  #shopDetailPage
  #bottom-cart
  .purchaseButton__btn--requestRestockMail[style*="display: none"],
  #shopDetailPage
  #bottom-cart
  .purchaseButton__btn--requestRestockMail[style*="display:none"] {
    display: none !important;
  }
}
@media (max-width: 959px) {
  #shopDetailPage
  #bottom-cart
  .purchaseButton__btn[style*="display:none"],
  #shopDetailPage
  #bottom-cart
  .purchaseButton__btn[style*="display: none"] {
    display: none !important;
  }
}

#page-top{
    display: none;
}