﻿@charset "UTF-8";

.page-cart {
  background-color: #f5f5f5;
}

.block-cart {
  margin-bottom: 24px;
}

.block-cart-info {
  margin-top: 20px;
  padding-inline: 24px;
}

.page-cart .block-bookmarkslider--item {
  padding-inline: 24px;
}

.page-cart .block-recent-item--pos,
.page-cart .block-thumbnail-h {
  padding-left: 0 !important;
}

.block-cart-recent-item {
  padding-inline: 24px;
}

.block-cart-category,
.block-cart-genre {
  margin-top: 24px;
  padding-inline: 24px;
}

.block-cart-bottomTemplate {
  margin-top: 32px;
}

.link-order-arrow {
  display: flex;
  align-items: center;
  color: var(--color-primary3);
  font-size: 14px;
  font-weight: 500;
}

.link-order-arrow::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_gold_s.svg) no-repeat 0 0;
  background-size: 100% auto;
}

/* 送料無料メッセージ */
.block-cart-postage-msg {
  border: 1px solid var(--color-primary2);
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 16px;
}

.block-cart-postage-msg--text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.block-cart-postage-msg--text::before {
  display: block;
  content: "";
  width: 36px;
  height: 33px;
  background: url(../../img/usr/order/icon_cart_free.svg) no-repeat 0 0;
  background-size: 100% auto;
  flex-shrink: 0;
}

.block-cart-postage-msg--price {
  font-size: 20px;
}

.block-cart-postage-msg--benefit {
  color: var(--color-primary2);
  font-size: 18px;
}

/* 金利計算エリア */
.block-installment-payment.is-cart {
  margin-top: 10px;
  border: 1px solid var(--color-primary3);
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}

.block-installment-payment--title {
  color: var(--color-primary3);
  font-size: 16px;
  font-weight: 500;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 0;
  padding: 10px;
}

.block-installment-payment--title-label {
  background-color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 14px;
}

.block-installment-payment .detail-wrap {
  padding: 10px 16px;
  display: flex;
  justify-content: center;
}

.block-installment-payment .detail-wrap .is-price {
  font-size: 24px;
  font-weight: bold;
}

.block-installment-payment .detail-wrap .is-tax {
  font-size: 12px;
  font-weight: bold;
}

.block-installment-payment .detail-wrap .is-small {
  font-size: 13px;
  font-weight: 500;
}

.block-installment-payment .detail-wrap .is-link {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.block-installment-payment .detail-wrap .is-link > a {
  display: flex;
  align-items: center;
  color: var(--color-primary3);
  font-size: 11px;
}

.block-installment-payment .detail-wrap .is-link > a::before,
.block-installment-payment .detail-wrap .is-link > a::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
}

.block-installment-payment .detail-wrap .is-link > a::before {
  background: url(../../img/usr/order/icon_cart_yen.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.block-installment-payment .detail-wrap .is-link > a::after {
  background: url(../../img/usr/common/icon/icon_arrow_gold_s.svg) no-repeat 0 0;
  background-size: 100% auto;
}

/* カートボタン分岐モーダル */
#block-cart--modal {
	display: none;
}

#block-cart--modal .block-cart--modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	overflow: hidden;
}

#block-cart--modal .block-cart--modal-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 98%;
  height: 85svh;
	background-color: #fff;
  border-radius: 16px;
	z-index: 9999;
  padding: 32px 32px 40px;
}

#block-cart--modal .block-cart--modal-close {
  appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 1;
}

#block-cart--modal .block-cart--modal-close > span {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/icon/icon_modal_close.svg) no-repeat 0 0;
  background-size: 100% auto;
  font-size: 0;
}

#block-cart--modal .block-cart--modal-content {
	padding-bottom: 25px;
	overflow: auto;
  height: 100%;
}

#block-cart--modal .block-cart--modal-content .block-recent-item--header {
  margin-bottom: 16px;
  padding: 0;
  font-size: 18px;
  background: none;
	text-align: center;
}

#block-cart--modal .block-cart--modal-submit {
	display: flex;
  flex-direction: column;
}

#block-cart--modal .block-cart--modal-submit > div {
	width: 100%;
	position: relative;
}

#block-cart--modal .block-cart--modal-submit--order {
  margin-bottom: 24px;
}

#block-cart--modal .block-cart--btn {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

#block-cart--modal .block-cart--modal-submit .block-cart--modal-submit-list {
  margin-top: 16px;
	padding-left: 1.5em;
}

#block-cart--modal .block-cart--modal-submit .block-cart--modal-submit-list li {
	margin-bottom: 10px;
	list-style-type: disc;
	line-height: 1.5;
  font-size: 14px;
}

#block-cart--modal .block-cart--modal-submit .block-cart--modal-submit-list li::marker {
  font-size: 11px;
}

#block-cart--modal .block-cart--modal-submit .block-cart--modal-submit-list li a {
  text-decoration: underline;
}

#block-cart--modal .block-cart-giftservice--list > li {
  list-style: none;
  box-shadow: none;
  padding: 0;
}

#block-cart--modal .block-cart--modal-giftservice {
  margin-top: 40px;
}

.block-cart--modal-giftservice-title,
.block-cart--modal-giftservice-close {
  margin: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 304px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 13px 13px 13px 23px;
  border-radius: 50vh;
  box-shadow: 0px 1px 6px #0000001A;
  border: 0;
}

.block-cart--modal-giftservice-title::after,
.block-cart--modal-giftservice-close::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_black_l.svg) no-repeat 0 0;
  background-size: 100% auto;
  rotate: 90deg;
}

.block-cart--modal-giftservice-close::after,
.block-cart--modal-giftservice-title.is-expanded::after {
  rotate: -90deg;
}

.block-cart--modal-giftservice-close {
  margin-top: 30px;
}

.block-cart--modal-giftservice-title.is-expanded,
#block-cart--modal .block-cart-giftservice {
  display: none;
}

#block-cart--modal .block-cart-giftservice.is-expanded {
  display: block;
}

#block-cart--modal .block-cart-giftservice--title {
  margin-bottom: 30px;
  padding-left: 0;
  background: none;
  text-align: center;
  font-size: 20px;
}

#block-cart--modal .block-cart-giftservice--list-title::after {
  display: none;
}

#block-cart--modal .block-cart-giftservice {
  margin-bottom: 0;
  padding: 0;
}

#block-cart--modal .block-cart-giftservice--list-title {
  font-size: 18px;
}

#block-cart--modal .block-cart-giftservice--grid {
  margin-bottom: 10px;
}

#block-cart--modal .block-cart-giftservice--content > :last-child {
  margin-bottom: 0;
}

#block-cart--modal .block-cart-giftservice--link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--color-primary3);
  font-size: 14px;
  font-weight: 500;
}

#block-cart--modal .block-cart-giftservice--link::before,
#block-cart--modal .block-cart-giftservice--link::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
}

#block-cart--modal .block-cart-giftservice--link.-video::before {
  background: url(../../img/usr/order/icon_cart_movie.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
  top: 1px;
}

#block-cart--modal .block-cart-giftservice--link::after {
  background: url(../../img/usr/common/icon/icon_arrow_gold_s.svg) no-repeat 0 0;
  background-size: 100% auto;
}

#block-cart--modal .block-cart-giftservice--content {
  display: block;
}

#block-cart--modal .block-cart-giftservice--thumb {
  width: 100px;
  height: 100px;
}

/* ----- ステップ ----- */
.block-order-step {
  margin-bottom: 24px;
}

.block-order-step--status-progress {
  display: flex;
}

.block-order-step--bar {
  width: 25%;
  height: unset;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex-grow: 1;
  position: relative;
  background: none;
}

.block-order-step.-five-step .block-order-step--bar {
  width: 20%;
}

.block-order-step--bar::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #d9d5ce;
  position: absolute;
  bottom: 10px;
  left: 50%;
  border-right: inherit;
}

.block-order-step--bar.status-done::after {
  content: none;
}

.block-order-step--bar-text {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: none;
  display: flex;
  align-items: center;
  min-height: 34px;
  line-height: 1.4;
}

@media (max-width: 390px) {
  .block-order-step--bar-text {
    font-size: 10px;
  }
}

.block-order-step--bar-text::after {
  content: none;
}

.block-order-step--circle {
  width: 9px;
  height: 9px;
  margin: 0;
  border-radius: 50%;
  background-color: #d9d5ce;
  position: relative;
  bottom: -7px;
  z-index: 1;
}

/* step1 */
.status-cart_1 .block-order-step--bar:first-child .block-order-step--circle {
  background-color: var(--color-primary);
}

/* step2 */
.status-cart_2 .block-order-step--bar:first-child::after,
.status-cart_2 .block-order-step--bar:first-child .block-order-step--circle {
  background-color: var(--color-primary);
}

/* step3 */
.status-cart_3 .block-order-step--bar:first-child::after,
.status-cart_3 .block-order-step--bar:first-child .block-order-step--circle,
.status-cart_3 .block-order-step--bar:nth-child(2)::after,
.status-cart_3 .block-order-step--bar:nth-child(2) .block-order-step--circle {
  background-color: var(--color-primary);
}

/* step4 */
.status-cart_4 .block-order-step--bar:first-child::after,
.status-cart_4 .block-order-step--bar:first-child .block-order-step--circle,
.status-cart_4 .block-order-step--bar:nth-child(2)::after,
.status-cart_4 .block-order-step--bar:nth-child(2) .block-order-step--circle,
.status-cart_4 .block-order-step--bar:nth-child(3)::after,
.status-cart_4 .block-order-step--bar:nth-child(3) .block-order-step--circle {
  background-color: var(--color-primary);
}

/* done */
.status-cart_done .block-order-step--bar::after,
.status-cart_done .block-order-step--bar .block-order-step--circle {
  background-color: var(--color-primary);
}

/* サークルのカレント */
.status-cart_1 .block-order-step--bar:first-child .block-order-step--circle,
.status-cart_2 .block-order-step--bar:nth-child(2) .block-order-step--circle,
.status-cart_3 .block-order-step--bar:nth-child(3) .block-order-step--circle,
.status-cart_4 .block-order-step--bar:nth-child(4) .block-order-step--circle,
.status-cart_done .block-order-step--bar.status-done .block-order-step--circle {
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 6px solid var(--color-primary);
  bottom: 0;
}

/* ----- ページ上部の注釈 ----- */
.block-order-info {
  border-radius: 8px;
  border: 1px solid #222;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 16px;
}

.block-order-info--inner > :last-child {
  margin-bottom: 0;
}

.block-order-info--main {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}

.block-order-info--text {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: start;
  gap: 8px;
}

.block-order-info--text::before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 20px;
  height: 22px;
  background: url(../../img/usr/order/icon_order_att.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.block-order-info--link {
  color: var(--color-primary3);
  text-decoration: underline;
}

.block-order-info--link:is(:hover, :focus) {
  text-decoration: none;
}

.block-order-info--bold {
  font-weight: bold;
  border-bottom: 1px solid #222;
}

.block-order-info--em {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(to top, #f7ff00 10px, transparent 10px);
}

.block-order-note {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: #3d3d3d;
}

.block-order-note--item {
  display: flex;
  gap: 8px;
  align-items: start;
  width: 100%;
}

.block-order-note--symbol {
  flex-shrink: 0;
}

.block-order-note--text {
  flex-grow: 1;
}

/**/
.block-order-estimate--amazonpay-assist {
  margin-inline: 0;
  font-size: 14px;
  font-weight: 500;
}

.block-cart-ship-schedule-message,
.block-order-gift-confirmation--logistics_pattern_both,
.block-order-estimate--shipping_pattern,
.block-order-gift-confirmation--shipping_pattern {
  border-radius: 8px;
  border: 1px solid #222;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
}

/* ----- カート画面：ギフトサービス ----- */
.block-cart-giftservice {
  margin-bottom: 64px;
  padding-inline: 24px;
}

.block-cart-giftservice--title {
  margin-bottom: 12px;
}

.block-cart-giftservice--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block-cart-giftservice--item {
  background-color: #fff;
  padding: 20px 16px;
  border-radius: 8px;
  box-shadow: 0px 1px 6px #0000001A;
}

.block-cart-giftservice--list-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-cart-giftservice--list-title::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_black_l.svg) no-repeat 0 0;
  background-size: 100% auto;
  rotate: 90deg;
}

.block-cart-giftservice--list-title.is-expanded::after {
  rotate: -90deg;
}

.block-cart-giftservice--content {
  display: none;
  padding-top: 20px;
}

.block-cart-giftservice--content.is-expanded {
  display: block;
}

.block-cart-giftservice--grid {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.block-cart-giftservice--lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.block-cart-giftservice--lead > span {
  margin-right: 4px;
}

.block-cart-giftservice--thumb {
  width: 117px;
  flex-shrink: 0;
}

.block-cart-giftservice--image {
  border-radius: 2px;
}

.block-cart-giftservice--detail {
  color: #333;
  font-size: 14px;
  flex-grow: 1;
}

.block-cart-giftservice--other {
  margin-top: 20px;
}

.block-cart-giftservice--button {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px 14px 20px;
  font-size: 14px;
  font-weight: 500;
  max-width: 328px;
}

.block-cart-giftservice--button::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_white_l.svg) no-repeat 0 0;
  background-size: 100% auto;
  rotate: 90deg;
}

/* ----- カート画面：有料ギフトラッピングについて ----- */
.block-cart-giftwrapping {
  padding-inline: 24px;
}

.block-cart-giftwrapping--lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.block-cart-giftwrapping--lead .icon-tag-label {
  margin-right: .5em;
}

.block-cart-giftwrapping--note {
  margin-bottom: 20px;
  font-size: 14px;
}

.block-cart-giftwrapping--about-service {
  margin-bottom: 20px;
}

.block-cart-giftwrapping--about-service-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary3);
}

.block-cart-giftwrapping--about-service-link::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_gold_l.svg) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: bottom;
}

.block-cart-giftwrapping--items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block-cart-giftwrapping--item {
  width: 100%;
  padding: 20px 15px 25px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 6px #0000001A;
}

  .block-cart-giftwrapping--grid {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-template-areas:
      "thumb detail"
      "action action";
      gap: 0 20px;
    align-items: start;
  }

.block-cart-giftwrapping--thumb {
  grid-area: thumb;
  width: 140px;
}

.block-cart-giftwrapping--detail {
  grid-area: detail;
}

.block-cart-giftwrapping--name {
  font-size: 16px;
  font-weight: bold;
}

.block-cart-giftwrapping--price {
  font-size: 20px;
  font-weight: bold;
}

.block-cart-giftwrapping--price > span {
  display: inline-block;
  padding-left: .5em;
  font-size: 12px;
  font-weight: normal;
}

.block-cart-giftwrapping--action {
  grid-area: action;
  margin-top: 20px;
}

.block-cart-giftwrapping--button {
  width: 100%;
  padding: 18px 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: bold;
}

.block-cart-giftwrapping--button::before {
  display: block;
  content: "";
  width: 28px;
  height: 25px;
  background: url(../../img/usr/order/icon_cart_cart.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.block-cart-giftwrapping--item-note {
  margin-top: 10px;
}

.block-cart-giftwrapping--item-note-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-cart-giftwrapping--item-note-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
}

.block-cart-giftwrapping--item-note-symbol {
  flex-shrink: 0;
}

.block-cart-giftwrapping--item-note-text {
  flex-grow: 1;
}

/* ----- カート画面：履歴 ----- */
#appendCartHistory {
  margin-bottom: 64px;
}

/* ----- カート画面：下部カテゴリーリスト ----- */
.block-cart-bottom-category {
  margin-bottom: 64px;
  margin-left: 24px;
}

.block-cart-bottom-category .hidden-fb {
  overflow-x: auto;
}

.block-cart-bottom-category .hidden-fb::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.block-cart-bottom-category .hidden-fb::-webkit-scrollbar-track {
  background-color: transparent;
}

.block-cart-bottom-category .hidden-fb::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.block-cart-bottom-category > :last-child {
  margin-bottom: 0;
}

.block-cart-bottom-category--header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 8px;
  margin-bottom: 24px;
  padding: 0 24px 0 0;
}

.block-cart-bottom-category--title {
  margin-bottom: 0;
}

.block-cart--category-list.-sp {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

.block-cart--category-list.-sp .block-cart--category-item {
  width: clamp(7.625rem, 2.457rem + 19.23vw, 11.688rem);
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.block-cart--category-list.-sp .block-cart--category-link {
  padding-bottom: 8px;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	height: 100%;
}

.block-cart--category-list.-sp .block-cart--category-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 0;
}

.block-cart--category-list.-sp .block-cart--category-thumb img {
  width: 88px;
}

.block-cart--category-list.-sp .block-cart--category-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
}


/* ----注文フローステップ---- */

/* ----商品購入規約---- */

.block-goods-agreement {
  margin: 10px;
}

.block-goods-agreement--header {
}

/* ----カートアイテム ---- */

.block-cart--body {
  padding: 24px 24px 0;
}

.block-cart--order-btn-gift {
  background: #ffa200;
  border: #d28500 1px solid;
}

.block-cart--store-delivery {
  margin: 10px 0;
}

.block-cart--store-delivery-button-description {
  padding: 5px 0 0 0;
}

.block-cart--store-delivery-order-btn-store-delivery {
  width: 100%;
  padding: 10px 0;
  border-bottom-width: 2px;
}

.block-cart--promotion-freespace {
  padding-bottom: 10px;
}

.block-cart--subtotal-container {
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.block-cart--ship-schedule {
  padding-right: 5px;
  padding-left: 5px;
}

.block-cart--goods-regular-contract-wrap{
  background-color: #ebebeb;
  border-radius: 8px;
  margin-top: -5px;
  margin-bottom: 16px;
  padding: 14px 16px;
}
.block-cart--goods-regular-contract+.block-cart--goods-regular-description{
  margin-top: 20px;
}
.block-cart--contents {}

.block-cart--goods-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-cart--goods-list li {
  background-color: #fff;
  padding: 16px;
  border: 1px solid #e8e5df;
  border-radius: 8px;
  width: 100%;
}

.block-cart--goods-list li.regular-pricing-regular-list{
  background: none;
  padding: 0;
  border: none;
}

.block-cart--goods-list li.regular-pricing-regular-list .regular-pricing-regular{
  padding-top: 0;
}

.block-cart--goods-list-link:hover {
  text-decoration-line: none;
}

.block-cart--goods-list-item-name,
.block-cart--goods-list-item-price,
.block-cart--goods-point-info .block-cart--goods-point {
  font-weight: bold;
}

.block-cart--goods-list-item-name {
  margin-bottom: 20px;
}

.block-cart--goods-list-item-name > a {
  font-size: 16px;
}

.block-cart--goods-list-item-container .block-icon2 {
  margin-bottom: 10px;
}

.block-cart--goods-list-item-sales-info {
  display: flex;
  flex-direction: column-reverse;
}

.block-cart--goods-list-item-sales-info + .block-cart--goods-list-item-price-info {
  width: 100%;
}

.block-cart--goods-list .block-goods-price--on-sales-off-percent {
  display: inline-block;
  vertical-align: text-bottom;
  height: 20px;
  line-height: 20px;
  width: 65px;
  text-align: center;
  font-size: 11px;
  color: #f0f0f0;
  background-color: var(--color-primary);
}

.block-cart--goods-list .block-goods-price--on-sales-countdown,
.block-cart--goods-list .block-goods-price--on-sales-countdown > div {
  display: inline;
  font-size: 11px;
  color: var(--color-primary);
}

.block-cart--goods-list-item-input {
  
  width: 100%;
}

.block-cart--goods-list-item-input-row {
  
}

.block-cart--goods-list-item-input-cell-left {

}

.block-cart--goods-list-item-input-cell-right {

}

.block-cart--goods-list-item-input-cell-right-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.block-cart--goods-list-item-qty {
  width: 120px;
}

.block-cart--goods-list-item-qty > input {
  width: 110px;
}

.block-cart--pulldown-quantity,
.block-cart--number-quantity {
  width: 100%;
}

.block-cart--goods-list-item-calc {
  margin-top: 10px;
  width: 100%;
}

.block-cart--goods-list-item-calc-btn {
  width: 100%;
  height: 36px;
  font-size: 14px;
  font-weight: normal;
}

.block-cart--goods-list-item-pickup-goods-reselect {
  text-align: right;
  height: 50%;
  margin-bottom: 10px;
}

.block-cart--goods-list-item-pickup-goods-reselect-btn {
  color: #333;
  border: none;
  background: none;
}

.block-cart--goods-list-item-delete {
  text-align: center;
}

.block-cart--goods-list-item-delete-btn {
  color: #333;
  border: none;
  text-decoration: underline;
  background: none;
  font-size: 12px;
}

.block-cart--infomation {
  background: #fff;
  border: 1px solid #666;
  padding: 10px;
  margin: 5px;
}

.block-cart--continue-shopping {
  margin: 20px 0 30px;
}

.block-cart--continue-shopping-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  padding: 13px;
}

.block-cart--continue-shopping-link::before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 14px;
  background: url(../../img/usr/common/icon/icon_arrow_back_black.svg) no-repeat 0 0;
  background-size: 5px 14px;
  position: relative;
  top: 1px;
}

.block-cart--amazonpay {
  text-align: center;
}

.block-cart--amazonpay-form {
  margin-top: 16px;
}

.block-cart--amazonpay-description {
  text-align: left;
  font-size: 14px;
  margin: 5px 0;
}

.block-cart--amazonpay-description > p + p {
  margin-top: .5em;
}

.block-cart--amazonpay-description2 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e5df;
}

.block-cart--amazonpay-description2-note {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: #3d3d3d;
}

.block-cart--amazonpay-description2-note-item {
  display: flex;
  gap: 8px;
  align-items: start;
  width: 100%;
}

.block-cart--amazonpay-description2-note-symbol {
  flex-shrink: 0;
}

.block-cart--amazonpay-description2-note-text {
  flex-grow: 1;
}

.block-cart--amazonpay-error {
  color: var(--color-alert);
}

.block-promotion-message--content {
  border: 1px solid var(--color-primary3);
  background-color: #fff;
  text-align: center;
  padding: 16px;
  margin: 10px 0;
  font-size: 14px;
  color: var(--color-primary3);
}

.block-promotion-message--content .promotion-benefit {
  color: var(--color-primary3);
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 768px) {
  /* 新規デザイン用 */
  .block-cart--form-post {
    margin-top: 20px;
    background-color: #fff;
    padding: 16px 16px 20px;
    border-radius: 8px;
    border: 1px solid #333;
  }

  .block-cart-sidemenu-detail-wrapper {
    border: 1px solid #e8e5df;
    border-radius: 8px;
    padding: 16px;
  }

  .block-cart--goods-list-item-input {
    margin-top: 20px;
  }

  .block-cart--goods-list-item-price-info.-bottom-price-info {
    border-top: 1px solid #e8e5df;
    margin-top: 20px;
    padding-top: 10px;
  }

  .block-cart--goods-list-item-price-info--inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }

  .block-cart--goods-list-item-price-info.-bottom-price-info .block-cart--goods-point-info,
  .block-cart--goods-list-item-price-info.-bottom-price-info .block-cart--goods-point {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
  }

  .block-cart--goods-list-item-price-info.-bottom-price-info .block-cart--goods-list-item-price {
    font-size: 24px;
  }

  .block-cart--goods-list-item-price-info.-bottom-price-info .block-cart--goods-list-item-price::after {
    font-size: 12px;
  }
}

.block-cart--goods-list-wrapper {
  display: flex;
  align-items: start;
  gap: 10px;
}

.block-cart--goods-list-image {
  flex-shrink: 0;
}

.block-cart--goods-list-image figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}

.block-cart--goods-list-item-container {
  flex-grow: 1;
}

.block-cart--goods-list-item-price {
  color: #333;
}

.block-cart--goods-list-item-comment {
  font-size: 12px;
  color: #3d3d3d;
}

.block-cart--procedure-container .action-buttons {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.block-cart--procedure-title {
  display: none;
}

.block-cart--procedure-container__fixed .block-cart--procedure-title {
  display: block;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 6px;
  text-align: center;
}

.block-cart--procedure-container__fixed .action-buttons {
  width: 85%;
  display: table;
  table-layout: fixed;
  margin: auto;
}

.block-cart--procedure-container__fixed .block-cart--amazonpay-description2 {
  padding-inline: 10px;
}

.block-cart--procedure-container .action-buttons .action {
  width: 100%;
  display: table-cell;
}

.block-cart--procedure-container .action-buttons .action .btn {
  margin-top: 0;
  font-size: 100%;
  padding-inline: 8px;
}

.block-cart--procedure-container .action-buttons .action:first-child {
  padding-right: 5px;
}

.block-cart--procedure-container .action-buttons .action:last-child {
  padding-left: 5px;
}

.block-cart--promotion-criteria-list-container {}

.promotion-criteria-list-message {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid var(--color-primary2);
  border-radius: 8px;
  font-size: 14px;
}

.promotion-criteria-list-message > span {
  font-size: 14px;
}

.block-cart--subtotal-container .block-cart--subtotal {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
}

.block-cart--subtotal-container .block-cart--subtotal-price {
  font-size: 30px;
  font-weight: bold;
  flex-shrink: 0;
}

.block-cart--subtotal-container .block-cart--subtotal-price::after {
  font-size: 12px;
}

.block-cart--promotion-discount {
  font-size: 14px;
  color: var(--color-primary);
}

.block-cart--promotion-discount-price {
  color: var(--color-primary) !important;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.block-cart--procedure-container {
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-cart--order-button-description {
  display: none;
}

.block-cart--order-button-description-fixed {
  width: 95%;
  margin: auto;
}
.block-cart--amazonpay-description-fixed {
  margin: auto;
}

.block-cart--procedure-container__fixed {
  padding: 0 0 14px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100% !important;
}

.page-cart .wrapper:has(.block-cart--procedure-container__fixed) {
  padding-bottom: 105px;
}

.block-cart--amazonpay-button-fixed {
  margin: auto;
}

.block-cart--rule-container {
  margin-bottom: 20px;
}

.block-cart--rule {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

/* ----AmazonPayV2ボタン押下後表示メッセージ---- */
.block-cart--amazonpay-alert {
  display: none;
  color: #a94442;
}

.page-estimate .form-error,
.page-method .form-error,
.block-order-method--error-content-top.form-error,
.block-order--error-content-top.form-error {
  padding: 16px;
  position: relative;
  border: 1px solid var(--color-alert);
  border-radius: 8px;
  color: var(--color-alert);
  background-color: #FFE5E7;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
}

.page-estimate .form-error:empty,
.page-method .form-error:empty,
.block-order-method--error-content-top.form-error:empty,
.block-order--error-content-top.form-error:empty {
  display: none;
}

.block-order-method--error-content-top,
.block-order--error-content-top {
  margin-bottom: 24px;
}

/* ----注文方法指定画面---- */
.page-method {
  background-color: #f5f5f5;
}

/* 共通設定 */
.block-order-method {
  margin: 30px 24px 0;
  padding-bottom: 32px;
  font-size: 14px;
}

.block-order-method h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.block-order-method h2 {
  border-bottom: 0;
  background-color: transparent;
}

.block-order-method--host-content input[type="text"],
.block-order-method--host-content input[type="tel"],
.block-order-method--host-content input[type="email"] {
  width: 100%;
}

.block-order-method--host-content input[type="tel"] {
  max-width: 210px;
}

.block-order-method--host-content input[type="email"],
.block-order-method--host-content input[type="text"] {
  max-width: 380px;
}

.block-order-method--host-content input[type="text"][name="s_name"],
.block-order-method--host-content input[type="text"][name="s_name2"],
.block-order-method--host-content input[type="text"][name="s_kana"],
.block-order-method--host-content input[type="text"][name="s_kana2"] {
  max-width: 180px;
}

.block-order-method--host-content input[type="text"][name="s_zip"] {
  max-width: 170px;
}

.block-order-method--contents .block-order-method--payment-content input[type="text"][name="promotion_code"],
.block-order-method--contents .block-order-method--payment-content input[type="text"][name="coupon"] {
  width: 100%;
}

/* ご注文主 */
.block-order-method--orderer {
  margin-bottom: 52px;
}

.block-order-method--orderer-detail {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.block-order-method--orderer-name {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 5px;
}

.block-order-method--host-title-confirmation {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  margin-bottom: 10px;
}

.block-order-method--value-label {
  display: block;
}

.block-order-method--host-name {
  font-weight: bold;
}

.block-order-method--host .fieldset-vertical {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0;
}

.block-order-method--host-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--host-content .form-group {
  padding: 10px;
  margin: 0;
}

.block-order-method--dest-input .fieldset-vertical {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0;
}

.block-order-method--dest-input .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--dest-input .form-group {
  padding: 10px;
  margin: 0;
}

.block-order-method--atone-next-month {
  display: none;
  margin-top: 10px;
  border: #cdcdcd solid 1px;
  padding: 10px;
}

.block-order-method--atone-next-month--comment a {
  text-decoration: underline;
  color: -webkit-link;
}

.block-order-method--atone-after-payment {
  display: none;
  margin-top: 10px;
  border: #cdcdcd solid 1px;
  padding: 10px;
}

.block-order-method--atone-after-payment--comment a {
  text-decoration: underline;
  color: -webkit-link;
}

/* お届け方法(定期明細追加) */
.block-order-method--destmethod-detail {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--destmethod-select li {
  margin: 5px 0 5px 0;
}

/* 定期申し込み内容(定期明細追加) */
.block-order-method--regular-add-list-detail {
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-method--regular-add-list-detail:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.block-order-method--regular-add-info .block-order-method--regular-add-info-detail {
  padding: 1px 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.block-order-method--regular-add-info-detail > span {
  font-size: 12px;
  width: 50%;
}

.block-order-method--regular-add-info-detail > span:last-of-type {
  text-align: right;
}

.block-order-method--regular-add-info .block-order-method--regular-add-goods-info {
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 100%;
  background-color: #fff;
}

.block-order-method--regular-add-goods-item > ul {
  display: flex;
  flex-direction: row;
}

.block-order-method--regular-add-goods-item > ul > li {
  width: 50%;
}

.block-order-method--regular-add-goods-item-name {
  max-width: 100%;
}

.block-order-method--regular-add-goods-item-name > span {
  width: 100%;
  display: block;
  word-wrap: break-word;
  padding-left: 10px;
}

.block-order-method--regular-add-goods-item-unit-amount {
  margin: auto auto auto 0;
  text-align: right;
}

.block-order-method--regular-add-goods-item-qty {
  display: inline-block;
  padding: 0 0 0 12px;
}

.block-order-method--regular-add-goods-item-amount {
  display: inline-block;
  padding: 0 0 0 6px;
  color: #3e3e3e;
}

/* お届け先 */
.block-order-method--dest-content {
  margin-bottom: 52px;
  border-bottom: none;
}

.block-order-method--dest-content .block-order-method--dest-content {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
}

.block-order-method--dest-content .block-order-method--sender-message {
  padding-bottom: 5px;
}

.block-order-method--dest-item-title {
  padding-bottom: 5px;
}

.block-order-method--dest-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-order-method--dest-item {
  background: #fff;
  padding: 16px;
  border: 1px solid #e8e5df;
  border-radius: 8px;
}

.block-order-method--dest-add {
  display: flex;
  justify-content: center;
  position: relative;
}

.block-order-method--dest-add .block-order-method--delivery-address-add-btn {
  color: #333 !important;
  width: 100%;
  height: 40px;
}

.block-order-method--dest-add > span {
  position: absolute;
  top: calc(50%);
  left: calc(50% + 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  width: fit-content;
  height: 36px;
  color: #fff;
  pointer-events: none;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.block-order-method--dest-add > span::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_white_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
  position: relative;
  top: -2px;
}

.block-order-gift-select--delivery-dest-header {
  position: relative;
}

.block-order-method--dest-item-title > label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.block-order-method--dest-item-title > label input[type="radio"] {
  margin-right: 0;
}

.block-order-method--amazonpay-dest-title {
  font-weight: bold;
}

.block-order-method--dest-edit {
  margin-top: 10px;
  position: relative;
}

.block-order-method--dest-change-btn {
  color: #fff;
  background-color: #fff;
  border: 0;
  padding: 0;
}

.block-order-method--dest-edit > span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  height: 26px;
  color: var(--color-primary3);
  pointer-events: none;
}

.block-order-method--dest-edit > span::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_gold_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
  position: relative;
  top: -2px;
}

.block-order-method--dest-add {
  margin-top: 6px;
  text-align: right;
}

.block-order-method--dest #addressBookWidgetDiv {
  background: #fff;
  padding: 10px;
}

/* 専門店 */

.block-order-method--dest.-specialityshop .block-order-method--dest-content {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.block-order-method--dest.-specialityshop .block-order-method--dest-change {
  width: auto;
}

.block-order-method--dest.-specialityshop .block-order-method--dest-input .fieldset-vertical {
  border: 0;
  border-radius: 8px;
}

.block-order-method--dest.-specialityshop .block-order-method--dest-input .form-group {
  border-top: 0;
  border-bottom: 1px solid #e8e5df;
  padding: 20px 0;
}

.block-order-method--dest.-specialityshop .block-order-method--dest-input .form-group:last-child {
  border-bottom: 0;
}

.block-order-method--dest.-specialityshop .block-order-method--dest-input .form-control input[type="text"],
.block-order-method--dest.-specialityshop .block-order-method--dest-input .form-control input[type="tel"],
.block-order-method--dest.-specialityshop .block-order-method--dest-input .form-control select {
  width: 100%;
}

.block-order-method--dest-address-item-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.fieldset-vertical .block-order-method--dest-address-item-label .form-label {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.fieldset-vertical .block-order-method--dest-address-item-label .form-label {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.fieldset-vertical .block-order-method--dest-address-item-label .constraint {
  margin: 0;
}

.block-order-method--dest.-specialityshop .block-order-method--dest-input .form-control {
  border: 0;
  padding: 0;
}

.block-order-method--dest.-specialityshop .block-order-method--name  {
  padding-right: 0;
}

.block-order-method--dest.-specialityshop .block-order-method--dest-address-name-sei,
.block-order-method--dest.-specialityshop .block-order-method--dest-address-name-mei,
.block-order-method--dest.-specialityshop .block-order-method--dest-address-kana-sei,
.block-order-method--dest.-specialityshop .block-order-method--dest-address-kana-mei {
  display: flex;
  align-items: center;
  gap: 10px;
}

.block-order-method--dest.-specialityshop .block-order-method--dest-address-name-mei,
.block-order-method--dest.-specialityshop .block-order-method--dest-address-kana-mei {
  margin-top: 10px;
}

.block-order-method--dest.-specialityshop .block-order-method--value-label {
  flex-shrink: 0;
}

.block-order-method--dest.-specialityshop .block-order-method--value-label + input {
  flex-grow: 1;
}

.block-order-method--dest.-specialityshop .block-order-method--value-label {
  display: block;
}

/**/

.block-order-method--dest-title-salesinclude {
  background: #fff;
  font-weight: bold;
  font-size: 15px;
}

.block-order-method--dest-note-salesinclude {
  background: #fff;
}

/* お届け先（店舗受取） */
.block-order-method--store-delivery-store-content-hide {
  display: none;
}

.block-order-method--store-delivery-search-label {
  font-weight: bold;
  margin: 0 0 10px 0;
}

.block-order-method--store-delivery-store-search {
  margin: 0 0 15px 0;
  width: calc(100% - 75px);
}

.block-order-method--store-delivery-store-search-btn {
  width: 60px;
  margin: 0 0 15px 10px;
  text-align: center;
}

.block-order-method--store-delivery-store-list-info {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0 0 0;
}

.block-order-method--store-delivery-selected-store-error {
  color: #a94442;
}

.block-order-method--store-delivery-selected-dest-error {
  color: #a94442;
}

.block-order-method--store-delivery-store-ajax-error {
  color: #a94442;
}

.block-order-method--store-delivery-store-list-arrow {
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
}

.block-order-method--store-delivery-store-list-arrow:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  margin: 0 5px 3px 10px;
}

.block-order-method--store-delivery-store-item {
  border-top: solid 1px #dcdcdc;
  padding: 15px 20px 15px 20px;
}

.block-order-method--store-delivery-store-form {
  width: 100%;
}

.block-order-method--store-btn {
  width: 100%;
}

.block-order-method--store-delivery-radio {
  font-weight: bold;
}

.block-order-method--store-delivery-store-info {
  width: 100%;
}

.block-order-method--store-delivery-store-info-btn {
  text-align: right;
  margin: 15px 0 0 0;
}

.block-order-method--store-delivery-store-list-json {
  display: none;
}

.block-order-method--store-delivery-list-max-count {
  display: none;
}

.block-order-method--store-delivery-content {
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--store-delivery-store-selected-store-name {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.block-order-method--store-delivery-store-change-btn a {
  width: 100%;
}

/* お支払い情報 */
.block-order-method--payment {
  margin-bottom: 52px;
}

.block-order-method--payment-content {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border-bottom: none;
}

.block-order-method--payment-method-select li,
.block-order-method--point-use-select li {
  margin: 5px 0 5px 0;
}

.block-order-method--payment-method-select > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e5df;
  font-size: 14px;
}

.block-order-method--payment-method-select > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.block-order-method--payment-method-select-item .help-block {
  display: none;
  font-size: 14px;
}

.block-order-method--payment-method-select-item input[type="radio"]:checked + label + .help-block {
  display: block;
}

.block-order-method--promotion-title,
.block-order-method--point-use-title,
.block-order-method--payment-method-title,
.block-order-method--coupon-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.block-order-method--promotion,
.block-order-method--point-use,
.block-order-method--coupon {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #e8e5df;
}

input.block-order-method--point-use-input {
  margin-right: 5px;
  width: 6.5em;
  background-color: #dedede;
}

.block-order-method--coupon-button {
  display: flex;
  justify-content: flex-end;
}

.block-order-method--coupon-available-btn {
  display: block;
  margin: 10px 0 0 0;
  padding: 10px 20px;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
}

.block-order-method--coupondialog-table {
  margin: 0 0 10px 0;
}

.block-order-method--coupondialog-data-btn .btn {
  display: block;
  margin: 5px 0 5px 0;
  padding: 10px 0 10px 0;
  width: 100%;
}

.block-order-method--point-use-content {
  padding-top: 0;
}

.block-order-method--current-point {
  margin-bottom: 16px;
  font-size: 14px;
}

.block-order-method--point-use-select {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.block-order-method--point-use-select > li {
  margin: 0;
}

.block-order-method--point-use-help {
  font-size: 14px;
  color: var(--color-default);
}

.block-order-method--point-pay {
  padding: 5px 0;
}

/* お支払い情報　お支払い方法 */
.block-payment-unit {
  margin-top: 20px;
  color: #3D3D3D;
}

.block-payment-unit a {
  color: var(--color-primary2);
  text-decoration: underline;
  font-weight: normal;
}

.block-payment-unit > :last-child {
  margin-bottom: 0;
}

.block-payment-unit--list {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-payment-unit--list > li {
  display: flex;
  align-items: start;
  width: 100%;
  margin: 0;
}

.block-payment-unit--list > li::before {
  display: block;
  content: "・";
  flex-shrink: 0;
}

.block-payment-unit--note {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-payment-unit--note > li {
  display: flex;
  align-items: start;
  width: 100%;
  margin: 0;
}

.block-payment-unit--note-symbol {
  flex-shrink: 0;
}

.block-payment-unit--note-text {
  flex-grow: 1;
}

.block-payment-unit--link {
  margin-bottom: 10px;
}

.block-payment-unit--list + .block-payment-unit--link {
  margin-top: -10px;
}

.block-payment-unit--link .block-payment-unit--link-arrow {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--color-primary2);
  text-decoration: none;
  width: fit-content;
}

.block-payment-unit--link-arrow::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_gold_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
  top: -1px;
}

.block-payment-unit--title {
  margin-bottom: 10px;
  font-weight: 500;
}

.block-payment-unit--thumb {
  margin-bottom: 20px;
}

.block-payment-unit--thumb img {
  width: 100%;
  display: block;
}

.block-payment-unit--thumb .thumb-credit {
  max-width: 290px;
}

.block-payment-unit--thumb .thumb-convenience {
  max-width: 350px;
}

.block-payment-unit--thumb .thumb-jaccs {
  max-width: 231px;
  margin: auto;
}

.block-payment-unit--action {
  margin-bottom: 20px;
}

.block-payment-unit--button,
.block-payment-unit--action .block-payment-unit--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 402px;
  background-color: #222;
  border-radius: 50vh;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 14px 10px 24px;
  text-decoration: none;
  text-align: center;
}

.block-payment-unit--button::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_white_l.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.block-payment-unit--text {
  margin-bottom: 20px;
}

.block-payment-dialog {
  width: 98vw;
  height: 95svh;
  border: 0;
  background-color: #fff;
  border-radius: 16px;
  padding: 60px 40px;
  position: relative;
  overflow: visible !important;
}

.block-payment-dialog--inner {
  height: 100%;
}

.block-payment-dialog--title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.block-payment-dialog--content {
  font-size: 14px;
  line-height: 1.8;
  height: 100%;
  overflow-y: auto;
}

.block-payment-dialog--close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: fit-content;
}

.block-payment-dialog--button {
  appearance: none;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
  border: 0;
  border-radius: 50vh;
  width: 40px;
  height: 40px;
  transition: var(--transition-all);
  cursor: pointer;
}

.block-payment-dialog--button img {
  width: 18px;
  height: 18px;
}

.block-payment-dialog::backdrop {
  background-color: rgba(0, 0, 0, .8);
}

.block-payment-dialog .block-payment-dialog--title {
  background: none;
  padding: 0;
}

.block-payment-about-jaccs + .block-payment-about-jaccs {
  margin-top: 40px;
}

.block-payment-dialog .block-payment-about-jaccs--title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.block-payment-about-jaccs--text {
  margin-bottom: 20px;
}

.block-payment-about-jaccs--text02 {
  margin-bottom: 30px;
}

.block-payment-about-jaccs--list.block-payment-unit--list {
  margin-bottom: 30px;
  gap: 6px;
}

.payment-dialog-text-link {
  color: var(--color-primary2);
  font-weight: normal;
  text-decoration: underline;
}

.block-payment-about-jaccs--action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-payment-about-jaccs--action .block-payment-unit--button {
  max-width: 275px;
}

.block-payment-about-jaccs--grid {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}

.block-payment-about-jaccs .block-payment-about-jaccs--grid-title {
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0;
}

.block-payment-about-jaccs--step + .block-payment-about-jaccs--step {
  margin-top: 20px;
}

.block-payment-about-jaccs--step .jaccs-step-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* お届け日時指定 */
.block-order-method--delivery-datetime {
  margin-bottom: 52px;
}

.block-order-method--delivery-datetime-content {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.block-order-method--delivery-service,
.block-order-method--date-spec,
.block-order-method--regular-content,
.block-regular-cycle--deliv_date,
.block-order-method--time-spec {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.block-order-method--date-spec-main-title,
.block-order-gift-select--date-spec-main-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.block-order-method--date-spec-main-title > span {
  margin-left: 8px;
}

.block-order-method--delivery-service-title,
.block-order-method--date-spec-title,
.block-order-method--time-spec-title {
  font-weight: 500;
  flex-shrink: 0;
  min-width: 8em;
}

.block-order-method--delivery-datetime-content select {
  min-width: 170px;
}
.is-RegularOrderPattern .block-order-method--delivery-datetime-content select {
  min-width: 227px;
  text-align: center;
}
.block-order-method--delivery-datetime-content select[disabled]{
  background-color: #ccc;
  border: 1px solid #D6D6D6;

}

.block-order-method--delivery-datetime-content .help-block {
  font-size: 12px;
  color: var(--color-default);
}

.block-order-method--delivery-datetime-content .help-block a {
  color: var(--color-primary3);
  text-decoration: underline;
}

.block-order-method--delivery-datetime-content .help-block a:is(:hover, :focus) {
  text-decoration: none;
}

/* サブスク調整 */
.block-order-method--delivery-datetime.is-RegularOrderPattern .block-order-method--delivery-datetime-content {
  margin-bottom: 20px;
}

.block-order-method--delivery-datetime.is-RegularOrderPattern .block-order-method--delivery-datetime-content:last-child {
  margin-bottom: 0;
}

.block-order-method--delivery-datetime.is-RegularOrderPattern :is(
  .block-order-method--date-spec,
  .block-order-method--time-spec,
) {
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
}

/* 解約時メッセージ */
.block-order-method--delivery-switch-msg {
  font-size: 14px;
  margin-bottom: 24px;
}

.block-order-method--delivery-switch-msg > span {
  text-decoration: underline;
}

.block-order-method--delivery-cancel-msg {
  background-color: #ebebeb;
  border-radius: 8px;
  margin-top: -5px;
  margin-bottom: 16px;
  padding: 14px 16px;
}

.block-order-method--delivery-cancel-msg-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

.block-order-method--delivery-cancel-msg-text {
  font-size: 14px;
  line-height: 1.6;
}

/* 定期購入お届けサイクル */
.block-order-method--regular-content,
.block-regular-cycle--deliv_date {
  padding: 10px;
}

.block-order-method--regular-cycle-title {
  font-weight: bold;
}

.block-order-method--regular-cycle label {
  margin: 5px 0 5px 0;
  display: inline-block;
}

/* 商品情報 */
.block-order-method--goods {
  margin-top: 10px;
}

.block-order-method--goods-disp-lead {
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 12px;
}

.block-order-method--goods-disp .block-order-method--goods-content {
  background-color: transparent;
  padding: 0;
}

.block-order-method--goods-disp .block-order-method--goods-item {
  background-color: #fff;
  padding: 16px;
  border: 0;
}

.block-order-method--goods-content {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 64px 0;
}

.block-order-method--goods-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-order-method--goods-list li {
  border: 1px solid #e8e5df;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  font-size: 12px;
}

.block-order-method--goods-item-image {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}

.block-order-method--goods-item-image figure {
  background: #f5f5f5;
  width: 100px;
  height: 100px;
}

.block-order-method--goods-item-image figure img {
  border-radius: 2px;
}

.block-order-method--goods-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px;
}

.block-order-method--goods-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.block-order-method--goods-grid {
  display: flex;
  align-items: start;
}

.block-order-method--goods-grid-title {
  width: 60%;
}

.block-order-method--goods-grid-value {
  width: 40%;
}

.block-order-method--sales-detail-append-item textarea {
  width: 100%;
}

.block-order-method--sales-detail-append-item .form-input-wrapper,
.block-order-method--sales-append-container .form-input-wrapper {
  display: block;
}

/* ラッピング・メッセージカード */
.block-order-method--wrapping-content,
.block-order-method--message-card-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--wrapping-list,
.block-order-method--message-card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-order-method--wrapping-item,
.block-order-method--message-card-item {
  display: inline-block;
  margin: 0 10px 10px 0;
  text-align: center;
  vertical-align: top;
  width: calc(50% - 20px);
}

.block-order-method--wrapping-price,
.block-order-method--message-card-price {
  display: block;
}

.block-order-method--message-card-input-title {
  font-weight: bold;
}

.block-order-method--message-card-input-textarea {
  width: 100%;
}

.block-order-method--wrapping-name,
.block-order-method--message-card-name {
  overflow-wrap: anywhere;
  word-break: break-all;
}

/* その他 */
.block-order-method--sales-append-container {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

.block-order-method--procedure {
  background: #fff;
  border-top: 1px solid #dcdcdc;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
}

@media (max-width: 768px) {
  /* 注文画面のfixedボタン用 */
  .page-estimate {
    padding-bottom: 110px;
  }

  .page-orderdest {
    padding-bottom: 76px;
  }

  .block-order-estimate--commit,
  .block-order-gift-confirmation--commit,
  .block-order-method--commit,
  .block-order-orderdest--commit {
    background: #fff;
    box-shadow: 0px 1px 6px #0000001A;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 16px 24px;
  }

  .block-order-estimate--commit-terms,
  .block-order-gift-confirmation--commit-terms {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .block-order-estimate--commit-buttons,
  .block-order-gift-confirmation--commit-buttons,
  .block-order-method--commit-buttons,
  .block-order-orderdest--commit-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .block-order-estimate--commit-button:first-child,
  .block-order-gift-confirmation--commit-button:first-child,
  .block-order-method--commit-button:first-child,
  .block-order-orderdest--commit-button:first-child {
    flex-grow: 1;
  }

  .block-order-estimate--commit-button:last-child,
  .block-order-gift-confirmation--commit-button:last-child,
  .block-order-method--commit-button:last-child,
  .block-order-orderdest--commit-button:last-child {
    flex-shrink: 0;
  }
}

.block-order-button-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  background-color: #eee;
  border-radius: 50vh;
  padding: 12px;
}

.block-order-button-back::before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 14px;
  background: url(../../img/usr/common/icon/icon_arrow_back_black.svg) no-repeat 0 0;
  background-size: 5px 14px;
}

.block-order-method--next-btn {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}

.block-order-method--regular-add-dest-info {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.block-order-method--regular-add-dest-goods-info {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.block-order-method--regular-add-dest-goods-list {
  padding-left: 10px;
}

.block-order-method--regular-add-error {
  color: #a94442;
}

/* ---- 注文内容確認(通常フロー) ---- */
.page-estimate {
  background-color: #f5f5f5;
}

.block-order-estimate .block-order-estimate--estimate-title {
  margin-bottom: 36px;
  padding: 0;
  font-size: 22px;
  background: transparent;
  text-align: left;
}

.block-order-estimate--grid-wrap {
  display: contents;
}

/* 共通設定 */
.block-order-estimate {
  margin: 30px 24px 0;
  padding-bottom: 32px;
  font-size: 14px;
}

.block-order-estimate h1 {}

.block-order-estimate h2 {
  margin: 0 0 25px 0;
  padding: 0 0 0 16px;
  background-color: transparent;
}

.block-order-estimate .form-error {
  font-weight: bold;
}

/* 注文を確定する */
.block-order-estimate--commit {
  margin: 0;
  text-align: center;
}

.block-order-estimate--commit .action .btn {
  margin: 0;
  padding: 11px 0 11px 0;
  font-size: 13px;
}

.block-order-estimate--commit-btn-include-loading {
  height: 70px;
  width: 65px;
  position: absolute;
  transform: scale(0.5);
}

.block-order-estimate--commit-block {
  order: -20;
}

.block-order-estimate--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--color-primary3);
}

.block-order-estimate--return-agree-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}

.block-order-estimate--return-agree-wrap .block-order-estimate--return-agree {
  margin: 0;
  width: 100%;
  max-width: 88%;
}

.block-order-estimate--container {
  display: flex;
  flex-direction: column;
}

.block-order-estimate--container > :last-child {
  margin-bottom: 0;
}

.block-order-estimate--side-area,
.block-order-estimate--procedure,
.block-order-estimate--procedure-container {
  display: contents;
}

/* 利用規約 */
.block-order-estimate--agreebody {
  width: 100%;
  height: 400px;
  font-size: 12px;
}

/* お選びできるノベルティがございます */
.block-order-estimate--promotion-novelty-helper {
  display: none;
}

.block-order-estimate--promotion-novelty-content {
  border: 1px solid var(--color-primary);
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 10px 32px;
  font-size: 12px;
  cursor: pointer;
}

/* マイショップアフターフォロー */
.block-order-estimate--myshop {
  margin-bottom: 52px;
}

.block-order-estimate--myshop-lead {
  margin-bottom: 20px;
  font-size: 14px;
}

.block-order-estimate--myshop-content {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}

/* お届け先 */
.block-order-estimate--dest {
  margin-bottom: 64px;
  position: relative;
}

.block-order-estimate--dest-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.block-order-estimate--dest-content {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.block-order-estimate--dest .block-order-estimate--change-btn {}

.block-order-estimate--dest .block-order-estimate--salesinclude-btn {
  width: 75px;
  right: 10px;
  top: 60px;
  height: 31px;
  position: absolute;
  font-size: 12px;
  padding: 5px 0 !important;
}

/* お届け先の変更(ダイアログ)*/
.block-order-estimate--dest-address-container,
.block-order-estimate--guest-address-container,
.block-order-estimate--amazonpay-address-container {
  font-size: 14px;
  background-color: #fff;
  border-radius: 16px;
  height: 80svh;
}

.block-order-estimate--dest-address-container h2,
.block-order-estimate--guest-address-container h2,
.block-order-estimate--amazonpay-address-container h2 {
  font-size: 22px;
  color: var(--color-default);
  margin-bottom: 40px;
  padding: 73px 0 0;
  text-align: center;
  background: transparent;
}

.block-order-estimate--dest .block-order--amazonpay-btn {
  width: 70px;
}

.block-order-estimate--address-frame {}

.block-order-estimate--value-label {
  display: block;
  margin: 5px 0;
}

/* ×ボタン */
.block-order-estimate--address-frame-close {
  position: relative;
  cursor: pointer;
}

.block-order-estimate--address-frame-close span {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/icon/icon_modal_close.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.block-order-estimate--dest-address-list {
  padding-bottom: 10px;
  height: calc(100% - 180px);
  overflow-y: auto;
}

.block-order-estimate--dest-address-item {
  background: #fff;
  border: 3px solid #eee;
  margin: 0 40px 14px 40px;
  padding: 17px 30px 36px;
  border-radius: 8px;
  position: relative;
}

.block-order-estimate--dest-address-item.-dest-address-checked {
  padding-top: 30px;
  border: 3px solid #595959;
}

.block-order-estimate--dest-address-title {
  padding-bottom: 10px;
  padding-right: 70px;
  font-weight: 500;
}

.block-order-estimate--dest-address-name {
  margin-bottom: 20px;
  padding-right: 70px;
  font-size: 16px;
  font-weight: 500;
}

.block-order-estimate--dest-address-item address {
  font-size: 14px;
  color: #3d3d3d;
}

.block-order-estimate--dest-address-item address > span {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}

.block-order-estimate--dest-address-item-buttons__selected {
  text-align: center;
  background: var(--color-primary);
  border: solid 1px var(--color-primary);
  margin-top: 20px;
  padding: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: default;
  width: auto;
  border-radius: 50vh;
}

.block-order-estimate--dest-address-change-btn {
  padding: 13px 5px;
  margin-top: 20px;
  width: 100%;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-change {
  position: relative;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-change > span {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  width: fit-content;
  height: 36px;
  color: #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-change > span::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/icon/icon_arrow_white_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-change-dest {
  position: absolute;
  top: 17px;
  right: 30px;
}

.block-order-estimate--dest-address-change-dest-btn {
  position: relative;
  border: 0;
  width: 62px;
  height: 36px;
  background-color: transparent !important;
  z-index: 1;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-change-dest > span {
  position: absolute;
  top: 0;
  left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 62px;
  height: 36px;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-change-dest span::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../img/usr/common/icon/icon_arrow_black_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
}

.block-order-estimate--dest-address-item-register {
  background: #fff;
  border: 3px dotted #eee;
  border-radius: 8px;
  margin: 0 40px 14px 40px;
  padding: 40px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 56px;
  aspect-ratio: 1 / 1;
}

.block-order-estimate--dest-address-item-register-thumb {
  text-align: center;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-register {
  position: relative;
  width: 100%;
}

.block-order-estimate--dest-address-register-btn {
  padding: 13px 5px;
  width: 100%;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-register span {
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  height: 36px;
  color: #222;
  transform: translate(-50%, -50%);
  pointer-events: none;
  white-space: nowrap;
}

.block-order-estimate--dest-address-item-buttons.-dest-address-register span::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_black_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
}

.block-order-estimate--dest-address-item-register-form {
  margin: 0 40px 14px 40px;
}

.block-order-estimate--dest-address-item-register-input-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
  margin: 0;
}

.block-order-estimate--dest-address-item-register-input-form .form-label .control-label {
  font-size: 16px;
  font-weight: 500;
}

.block-order-estimate--dest-address-item-register-form .fieldset-vertical .form-label,
.block-order-estimate--dest-address-item-register-form .fieldset-vertical .constraint {
  float: none;
}

.block-order-estimate--dest-address-item-register-input-form .form-group {
  border-bottom: 1px solid #e8e5df;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
}

.block-order-estimate--dest-address-item-register-input-form .action {
  width: 100%;
  padding: 0;
}

.block-order-estimate--dest-address-item-register-input-form .form-group,
.block-order-estimate--dest-address-item-register-input-form .action-buttons {
  background-color: #fff;
  border-top: 0;
  margin: 0;
}

.block-order-estimate--dest-address-item-register-input-form .form-control input[type="text"],
.block-order-estimate--dest-address-item-register-input-form .form-control input[type="tel"],
.block-order-estimate--dest-address-item-register-input-form .form-control select {
  width: 100%;
}

.block-order-estimate--dest-address-item-register-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.fieldset-vertical .block-order-estimate--dest-address-item-register-label .form-label {
  border: 0;
  background-color: transparent;
}

@media (max-width: 768px) {
  .block-order-estimate--dest-address-list .block-order-estimate--dest-address-item-register-input-form .action-buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .block-order-estimate--dest-address-list .block-order-estimate--dest-address-item-register-input-form .action-buttons .action {
    width: 100%;
  }

  .fieldset-vertical .block-order-estimate--dest-address-item-register-label .form-label {
    padding: 0;
  }
}

.block-order-estimate--dest-address-item-register-form .constraint {
  margin: 0;
}

.block-order-estimate--dest-address-item-register-input-form .block-order-estimate--dest-address-name {
  padding-right: 0;
}

.block-order-estimate--dest-address-name-sei,
.block-order-estimate--dest-address-name-mei,
.block-order-estimate--dest-address-kana-sei,
.block-order-estimate--dest-address-kana-mei,
.block-order-estimate--dest-address-kana .form-control > span,
.block-order-estimate--dest-address-name .form-control > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.block-order-estimate--dest-address-name-mei,
.block-order-estimate--dest-address-kana-mei {
  margin-top: 10px;
}

.block-order-estimate--value-label {
  flex-shrink: 0;
  font-weight: 500;
}

.block-order-estimate--value-label + input {
  flex-grow: 1;
}

.block-order-estimate--dest-address-item-register-form-text {
  margin-bottom: 20px;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-direct_delivery.direct_delivery_radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-direct_delivery.direct_delivery_radio input[type="radio"] {
  width: 18px;
  margin-bottom: 20px;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-direct_delivery.direct_delivery_radio label {
  margin-right: 0;
  margin-bottom: 20px;
  width: calc(100% - 30px);
  font-size: 16px;
  font-weight: 500;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-item-register-input-form .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-item-register-input-form .action-buttons .action {
  width: 100%;
  padding: 0;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-cancel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-cancel-btn::before {
  display: block;
  content: "";
  width: 5px;
  height: 14px;
  background: url(../../img/usr/common/icon/icon_arrow_back_black.svg) no-repeat 0 0;
  background-size: 5px 14px;
  flex-shrink: 0;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--dest-address-form.-specialtyshop .block-order-estimate--dest-address-add-btn::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_white_l.svg) no-repeat 0 0;
  background-size: 100% auto;
}

/* お届け先の変更(AmazonPay) */
.block-order-estimate--amazonpay-address-widget {
  padding: 0 10px 10px;
  width: auto;
  height: 100%;
}

.block-order-estimate--amazonpay-address-area .action {
  padding: 0 10px 10px 10px;
}

.block-order-estimate--amazonpay-address-area .action .btn {
  min-height: 24px;
  padding: 3px 0 2px 0;
  margin: 0;
}

/* お届け先の変更(ゲスト) */
.block-order-estimate--guest-address-container {
  padding-bottom: 14px;
}

.block-order-estimate--guest-address-input-form {
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 0 14px;
}

.block-order-estimate--guest-address-input-form .form-group {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
}

/* お届け先の変更(会員・ゲスト) アクションボタン */
.block-order-estimate--dest-address-item-register-input-form .action-buttons,
.block-order-estimate--guest-address-input-form .action-buttons {
  width: 100%;
  padding: 10px;
  display: table;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action,
.block-order-estimate--guest-address-input-form .action-buttons .action {
  width: 50%;
  display: table-cell;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action .btn,
.block-order-estimate--guest-address-input-form .action-buttons .action .btn {
  margin-top: 0;
  padding: 3px 0;
  white-space: normal;
  min-height: 50px;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action:first-child,
.block-order-estimate--guest-address-input-form .action-buttons .action:first-child {
  padding-right: 5px;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action:last-child,
.block-order-estimate--guest-address-input-form .action-buttons .action:last-child {
  padding-left: 5px;
}

.block-order-estimate--dest-address-container .block-order-method--sender-message,
.block-order-estimate--guest-address-container .block-order-method--sender-message {
  padding: 0 10px;
}

/* お支払い情報 */
.block-order-estimate--method-pay-content {
  margin-bottom: 64px;
  border-bottom: none;
  padding: 0;
  position: relative;
}

.block-order-estimate--method-pay-inner {
  padding-bottom: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.block-order--amazonpay-btn {
  display: inline;
  right: 10px;
  top: 10px;
  position: absolute;
}

.block-order-method--amazonpay-btn {
  display: inline;
  right: 10px;
  top: 10px;
}

.block-order--amazonpay-btn:focus,
.block-order-method--amazonpay-btn:focus {
  outline: 0;
}

.block-order-estimate--method h3 {
  padding-right: 90px;
  margin-bottom: 25px;
}

.block-order-estimate--method-pay-content .block-order-estimate--change-btn {
  min-width: 88px;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 20px;
}

.block-order-estimate--method-pay-content .block-order-estimate--change-btn::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_black_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
  position: relative;
  top: -1px;
}

/* クレジットカード設定 */
.block-order-estimate--method-name {
  padding: 16px 16px 0;
  background-color: #fff;
  border-radius: 8px 8px;
  font-weight: bold;
  font-size: 16px;
}

.block-order-estimate--zero-alert {}

.block-order-estimate--pay-input {
  margin: 0;
  background-color: #fff;
  padding: 16px;
}

.block-order-estimate--pay-selectcard-keep {
  margin-bottom: 5px;
}

.block-order-estimate--pay-detail {
  background: #fff;
  margin-top: 0;
}

.block-order-estimate--pay-detail .form-group {
  border: 0;
}

.form-group.block-order-estimate--pay-savecard {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block-order-estimate--pay-detail .form-group {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebe5df;
}

@media (max-width: 768px) {
  .block-order-estimate--pay-detail .form-label {
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 14px;
    background-color: transparent;
  }

  .block-order-estimate--pay-input .form-group.block-order-estimate--pay-savecard {
    padding-top: 20px;
  }
}

.block-order-estimate--pay-detail .form-label label {
  font-size: 16px;
  font-weight: 500;
}

.block-order-estimate--pay-detail .form-control {
  padding: 0;
}

.block-order-estimate--pay-selectcard .form-control {
  padding: 0 0 20px;
}

.block-order-estimate--pay-savecard .form-control {
  padding: 0;
}

.block-order-estimate--pay-savecard .form-control .checkbox {
  margin-right: 0;
  letter-spacing: -.05em;
}

.block-order-estimate--creditcard-newaddress-message {
  padding: 10px 0 0 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
}

.block-order-estimate--creditcard-forceinput-message {
  padding: 10px 0 0 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
}

.block-order-estimate--pay-detail .block-order-estimate--pay-selectcard {
  padding: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.block-order-estimate--pay-detail .form-label,
.block-order-estimate--pay-detail .form-control {
  border: 0;
}

.block-order-estimate--pay-security-code input[type="number"] {
  width: 90px;
}

/* コンビニ決済 */
.block-order-estimate--pay-input .block-order-estimate--cvs-select {
  border: none;
}

.block-order-estimate--amazonpay-wallet-widget {
  padding: 10px;
}

.block-order-estimate--amazonpay-login {
  background: #fff;
  padding: 10px;
  border: solid 1px #dcdcdc;
}

/* ご注文主様 */
.block-order-estimate--orderer {
  position: relative;
  margin-bottom: 64px;
}

.block-order-estimate--orderer-title {}

.block-order-estimate--orderer-content {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  color: #3d3d3d;
}

.block-order-estimate--orderer .block-order-estimate--change-btn {
  min-width: 88px;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 20px;
}

.block-order-estimate--orderer .block-order-estimate--change-btn::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_black_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
  position: relative;
  top: -1px;
}

.block-order-estimate--orderer-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

/* ご注文内容 */

.block-order-estimate--summary {
  margin-bottom: 32px;
  
}

.block-order-estimate--summary-content {
  background: #fff;
  padding: 16px 16px 32px;
  border-radius: 8px;
}

.block-order-estimate--total-price {
  font-weight: bold;
}

.block-order-estimate--login-state-saving {
  margin-top: 10px;
}

.block-order-estimate--login-state-saving-message {
  margin-top: 10px;
}

/* ご注文内容 お届け先 */
.block-order-estimate--delivery-info-header {
  margin-right: 10px;
}

.block-order-estimate--delivery-name {
  font-weight: bold;
}

.block-order-estimate--delivery-summary {
  border-bottom: dashed 1px #dcdcdc;
  padding: 10px;
  display: none;
}

.block-order-estimate--price-items {
  padding: 0;
}

.block-order-estimate--price-items dl {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow: hidden;
}

.block-order-estimate--price-items dl dt {
  flex-shrink: 0;
  height: 100%;
  border: none;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

.block-order-estimate--price-items dl dd {
  height: 100%;
  border: none;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

.block-order-estimate--price-items .block-order-estimate--total {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  align-items: end;
}

.block-order-estimate--price-items .block-order-estimate--subtotal,
.block-order-estimate--price-items .block-order-estimate--switch-discount,
.block-order-estimate--price-items .block-order-estimate--noshicharge,
.block-order-estimate--price-items .block-order-estimate--postage,
.block-order-estimate--price-items .block-order-estimate--charge,
.block-order-estimate--price-items .block-order-estimate--promotion,
.block-order-estimate--price-items .block-order-estimate--point-out,
.block-order-estimate--price-items .block-order-estimate--discount,
.block-order-estimate--price-items .block-order-estimate--coupon-discount {
  justify-content: space-between;
  margin-bottom: 6px;
}

.block-order-estimate--price-items .block-order-estimate--promotion-discount {
  justify-content: space-between;
  margin-top: 20px;
}

.block-order-estimate--price-items .block-order-estimate--switch-discount{
  position: relative;
}

.block-order-estimate--price-items .block-order-estimate--subtotal{
  margin-top: 0;
  margin-bottom: 0;
}
.block-order-estimate--price-items .block-order-estimate--promotion .block-order-estimate--promotion-discount{
  margin-top: 0;
}

.block-order-estimate--total dt {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.block-order-estimate--total dd {
  padding: 0;
  line-height: 1;
}

.block-order-estimate--total-price {
  font-size: 30px;
}

.block-order-estimate--total-price::after {
  font-size: 12px;
}

.block-order-estimate--subtotal {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.block-order-estimate--subtotal .block-order-estimate--subtotal-price {
  font-size: 18px;
  font-weight: bold;
}

.block-order-estimate--now-point-num,
.block-order-estimate--point-add-num {
  font-size: 20px;
  font-weight: bold;
  padding-right: .25em;
}

.block-order-estimate--point-add-message {
  font-size: 12px;
}

.block-order-estimate--sales-delivery-comment {
  display: none;
  margin: 5px 0 10px 0;
}

.block-order-estimate--point-table {
  min-width: 60%;
  width: fit-content;
}

.block-order-estimate--point-table th {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}

.block-order-estimate--point-table td {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  padding-bottom: 10px;
  padding-left: 10px;
}

/* ---------
のし設定あり
------------*/

/* 注文を確定する */
.block-order-gift-confirmation--commit {
  margin: 0;
  text-align: center;
}

.block-order-gift-confirmation--commit .action .btn {
  margin: 0;
  padding: 11px 0 11px 0;
  font-size: 14px;
}

.block-order-gift-confirmation--commit-btn-include-loading {
  height: 70px;
  width: 65px;
  position: absolute;
  transform: scale(0.5);
}

.block-order-gift-confirmation--commit-block {
  order: -20;
}

.block-order-gift-confirmation--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--color-primary3);
}

.block-order-gift-confirmation--return-agree-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}

.block-order-gift-confirmation--return-agree-wrap .block-order-gift-confirmation--return-agree {
  margin: 0;
  width: 100%;
  max-width: 88%;
  font-size: 14px;
}

.block-order-gift-confirmation--container {
  display: flex;
  flex-direction: column;
}

.block-order-gift-confirmation--container > :last-child {
  margin-bottom: 64px;
}

.block-order-gift-confirmation--side-area,
.block-order-gift-confirmation--procedure,
.block-order-gift-confirmation--procedure-container {
  display: contents;
}

/* ご注文内容 */

.block-order-gift-confirmation--summary {
  margin-bottom: 32px;
  
}

.block-order-gift-confirmation--summary-content {
  background: #fff;
  padding: 16px 16px 32px;
  border-radius: 8px;
}

.block-order-gift-confirmation--total-price {
  font-weight: bold;
}

.block-order-gift-confirmation--login-state-saving {
  margin-top: 10px;
}

.block-order-gift-confirmation--login-state-saving-message {
  margin-top: 10px;
}

/* ご注文内容 お届け先 */
.block-order-gift-confirmation--delivery-info-header {
  margin-right: 10px;
}

.block-order-gift-confirmation--delivery-name {
  font-weight: bold;
}

.block-order-gift-confirmation--delivery-summary {
  border-bottom: dashed 1px #dcdcdc;
  padding: 10px;
  display: none;
}

.block-order-gift-confirmation--price-items {
  padding: 0;
}

.block-order-gift-confirmation--price-items dl {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow: hidden;
}

.block-order-gift-confirmation--price-items dt {
  flex-shrink: 0;
  height: 100%;
  border: none;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

.block-order-gift-confirmation--price-items dd {
  height: 100%;
  border: none;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

.block-order-gift-confirmation--price-items .block-order-gift-confirmation--total {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  align-items: end;
}

.block-order-gift-confirmation--price-items .block-order-gift-confirmation--subtotal,
.block-order-gift-confirmation--price-items .block-order-gift-confirmation--noshicharge,
.block-order-gift-confirmation--price-items .block-order-gift-confirmation--postage,
.block-order-gift-confirmation--price-items .block-order-gift-confirmation--charge,
.block-order-gift-confirmation--price-items .block-order-gift-confirmation--point-out,
.block-order-gift-confirmation--price-items .block-order-gift-confirmation--discount,
.block-order-gift-confirmation--price-items .block-order-gift-confirmation--coupon-discount {
  justify-content: space-between;
  margin-bottom: 6px;
}

.block-order-gift-confirmation--price-items .block-order-gift-confirmation--promotion-discount {
  justify-content: space-between;
  margin-top: 20px;
}

.block-order-gift-confirmation--total dt {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.block-order-gift-confirmation--total dd {
  padding: 0;
  line-height: 1;
}

.block-order-gift-confirmation--total-price {
  font-size: 30px;
}

.block-order-gift-confirmation--total-price::after {
  font-size: 12px;
}

.block-order-gift-confirmation--subtotal {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.block-order-gift-confirmation--subtotal .block-order-gift-confirmation--subtotal-price {
  font-size: 18px;
  font-weight: bold;
}

.block-order-gift-confirmation--now-point-num,
.block-order-gift-confirmation--point-add-num {
  font-size: 20px;
  font-weight: bold;
  padding-right: .25em;
}

.block-order-gift-confirmation--point-add-message {
  font-size: 12px;
}

.block-order-gift-confirmation--sales-delivery-comment {
  display: none;
  margin: 5px 0 10px 0;
}

.block-order-gift-confirmation--point-table {
  min-width: 60%;
  width: fit-content;
}

.block-order-gift-confirmation--point-table th {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}

.block-order-gift-confirmation--point-table td {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  padding-bottom: 10px;
  padding-left: 10px;
}

/* ディスカウント情報 */
.block-order-estimate--discount-info {}

.block-order-estimate--discount-info .block-order-estimate--point h3,
.block-order-estimate--discount-info .block-order-estimate--promotion-code h3,
.block-order-estimate--discount-info .block-order-estimate--promotion h3,
.block-order-estimate--discount-info .block-order-estimate--coupon h3 {
  padding-top: 0;
  padding-right: 90px;
  margin-bottom: 25px;
}

.block-order-estimate--discount-info .block-order-estimate--point-massage-list {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.block-order-estimate--discount-info .block-order-estimate--point,
.block-order-estimate--discount-info .block-order-estimate--promotion,
.block-order-estimate--discount-info .block-order-estimate--promotion-code,
.block-order-estimate--discount-info .block-order-estimate--coupon {
  margin-bottom: 64px;
  padding: 0;
  position: relative;
}

.block-order-estimate--discount-info .block-order-estimate--point .block-order-estimate--change-btn,
.block-order-estimate--discount-info .block-order-estimate--promotion-code .block-order-estimate--change-btn,
.block-order-estimate--discount-info .block-order-estimate--coupon .block-order-estimate--change-btn {
  min-width: 88px;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 20px;
}

:where(
.block-order-estimate--discount-info .block-order-estimate--point .block-order-estimate--change-btn,
.block-order-estimate--discount-info .block-order-estimate--promotion-code .block-order-estimate--change-btn,
.block-order-estimate--discount-info .block-order-estimate--coupon .block-order-estimate--change-btn
)::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_black_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
  position: relative;
  top: -1px;
}

.block-order-estimate--promotion-apply-message-list,
.block-order-estimate--promotion-code-message {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.block-order-estimate--coupon-apply-message {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.block-order-estimate--discount-period {
  font-size: 12px;
  text-indent: 0.5em;
  color: var(--color-primary);
}

.block-order-estimate--goods-item-sales-period {
  font-size: 12px;
  color: var(--color-primary);
  margin-bottom: 10px;
  display: block;
}

/* レフィル商品 注文内容確認画面 */
.block-order-estimate--goods-price--refill {
  display: inline-table;
  table-layout: fixed;
}
.block-order-estimate--goods-price--refill--price,
.block-order-estimate--goods-price--refill--refill-price {
  display: table-row;
}
.block-order-estimate--goods-price--refill--price-title,
.block-order-estimate--goods-price--refill--refill-price-title,
.block-order-estimate--goods-price--refill--price-num,
.block-order-estimate--goods-price--refill--refill-price-num {
  display: table-cell;
}

.block-order-estimate--goods-price--refill--price-num,
.block-order-estimate--goods-price--refill--refill-price-num {
  font-weight: bold;
}

.block-order-estimate--goods-refill-info {
  margin-top: 10px;
  padding-top: 4px;
  padding-left: 12px;
}

.block-order-estimate--goods-refill-info--title {
  font-weight: bold;
  margin-bottom: 4px;
}

.block-order-estimate--goods-refill-info--goods {
  padding: 4px;
}

.block-order-estimate--goods-refill-info--goods-image {
  display: table-cell;
  vertical-align: top;
}

.block-order-estimate--goods-refill-info--goods-image > figure {
  background: #f5f5f5;
  width: 80px;
  height: 80px;
}

.block-order-estimate--goods-refill-info--goods-image > figure > img {
  width: 72px;
}

.block-order-estimate--goods-refill-info--goods-description {
  padding-left: 10px;
  font-size: 12px;
  display: table-cell;
}

.block-order-estimate--goods-refill-info--goods-name {
  font-weight: bold;
}

.block-order-estimate--goods-refill-info--goods-price-qty {
  display: flex;
  justify-content: start;
}

.block-order-estimate--goods-refill-info--goods-sales-period {
  font-size: 12px;
  color: #787878;
}

/* お届け日時指定 */
.block-order-estimate--date-spec-confirmation {
  margin-bottom: 64px;
  position: relative;
}

.block-order-estimate--date-spec-content {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}

.block-order-estimate--date-spec,
.block-order-estimate--time-spec {
  display: flex;
  align-items: start;
  gap: 16px;
  font-size: 14px;
  position: relative;
}

.block-order-estimate--date-spec h3,
.block-order-estimate--time-spec h3 {
  padding-top: 0;
  padding-left: 0;
  font-weight: normal;
  flex-shrink: 0;
  min-width: 8em;
  font-size: 14px;
}

.block-order-estimate--date-spec > div,
.block-order-estimate--time-spec > div {
  font-weight: bold;
}

.block-order-estimate--date-spec .block-order-estimate--change-btn,
.block-order-estimate--time-spec .block-order-estimate--change-btn {
  min-width: 88px;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 20px;
}

.block-order-estimate--confirmation-message {
  padding: 0 10px 10px;
}

/* 定期購入お届けサイクル */
.block-order-estimate--regular-cycle-confirmation {
  position: relative;
}

.block-order-estimate--regular-cycle-title {
  display: inline-block;
}

.block-order-estimate--regular-cycle-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 10px 0;
  padding: 10px;
}

.block-order-estimate--change-btn {
  min-width: 88px;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 20px !important;
}

.block-order-estimate--change-btn::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_black_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
  position: relative;
  top: -1px;
}

.block-order-estimate--regular-cycle li {
  padding: 5px 10px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  font-size: 13px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.block-order-estimate--regular-cycle li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.block-order-estimate--regular-cycle > li > span {
  font-size: 13px;
  width: 50%;
}

.block-order-estimate--regular-cycle > li > span:last-of-type {
  text-align: right;
}

.block-order-estimate--prev-expected-dt,
.block-order-estimate--next-expected-dt {
  padding: 5px 5px 0 5px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}

.block-order-estimate--prev-expected-dt > span,
.block-order-estimate--next-expected-dt > span {
  font-size: 16px;
  width: 50%;
}

.block-order-estimate--prev-expected-dt > span:last-of-type,
.block-order-estimate--next-expected-dt > span:last-of-type {
  text-align: right;
}

.block-order-estimate--regular-add-info {
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.block-order-estimate--regular-add-info > span {
  font-size: 15px;
}

.block-order-estimate--regular-add-btn {
  position: absolute;
  margin-top: 10px;
  right: 10px;
}

.block-order-estimate--regular-cycle-info {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.block-order-estimate--regular-cycle-info span {
  display: block;
}

/* ノベルティ商品のノベルティ選択 */

.block-order-estimate--novelty {
  order: -15;
  margin-bottom: 54px;
}

.block-order-estimate--novelty-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-order-estimate--novelty-content-item {
  border: 1px solid #e8e5df;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
}

.block-order-estimate--novelty-item-title  {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.block-order-estimate--novelty-item {
  display: flex;
  align-items: start;
  gap: 20px;
  width: 100%;
}

.block-order-estimate--novelty-item-image {
  width: 100px;
  flex-shrink: 0;
  border: 1px solid #e8e5df;
  border-radius: 2px;
  aspect-ratio: 1 / 1;
}

.block-order-estimate--novelty-item-goods {
  width: auto;
  flex-grow: 1;
}

.block-order-estimate--novelty-none-item-image {
  width: 100px;
}

.block-order-estimate--novelty-item-image figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.block-order-estimate--novelty-displaynone {
  display: none;
}

.block-order-estimate--novelty-item-goods-name {
  font-size: 16px;
  font-weight: 500;
}

/* ご注文商品 */
.block-order-estimate--goods-grid {
  display: flex;
  align-items: start;
}

.block-order-estimate--goods-grid-title {
  width: 60%;
}

.block-order-estimate--goods-grid-item {
  width: 40%;
}

.block-cart--goods-list-item .block-order-estimate--goods-grid-title {
  width: 50%;
}

.block-cart--goods-list-item .block-order-estimate--goods-grid-item {
  width: 50%;
}

.block-order-estimate--goods .price::after {
  display: none;
}
/*  */
.block-order-switch-product-note{
  background-color: #EBEBEB;
  border-radius: 8px;
  padding: 16px;
  font-weight: 500;
  margin-bottom: 50px;
}
/**/
.block-order-estimate--goods-content {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 64px 0;
}

.block-order-estimate--goods-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-order-estimate--goods-list+.block-order-estimate--goods-note{
  margin-top: 30px;
}

.block-order-estimate--goods-list li {
  border: 1px solid #e8e5df;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  font-size: 12px;
}

.block-order-estimate--goods-list li.block-cart--goods-regular-contract-list{
  border: none;
  padding: 0;
}

.block-order-estimate--goods-item + .block-cart--goods-regular-contract-list{
  margin-top: 16px;
}

.block-order-estimate--goods-item-image {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}

.block-order-estimate--goods-item-image figure {
  background: #f5f5f5;
  width: 100px;
  height: 100px;
}

.block-order-estimate--goods-item-image figure img {
  border-radius: 2px;
}

.block-order-estimate--goods-content .block-order-estimate--postage {
  border-bottom: 1px solid #dcdcdc;
}

.block-order-estimate--goods-content .block-order-estimate--postage-item {
  margin: 10px 0 5px 15px;
  font-weight: bold;
}

.block-order-estimate--goods-content .block-order-estimate--postage-price-info {
  margin: 0 0 10px 0;
}

.block-order-estimate--goods-content .price.block-order-estimate--postage-price {
  margin: 0 0 0 15px;
  color: #333;
  font-weight: bold;
}

.block-order-estimate--goods-content .block-order-estimate--goos-list-temperature-message {
  margin: 5px 5px 5px 15px;
}

.block-order-estimate--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px;
  width: 100%;
}

.block-order-estimate--goods-variation {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}

.block-order-estimate--goods-serial {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.block-order-estimate--goods-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

/* 買取する商品 確認画面 */
.block-order-estimate--buyout-goods-content {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 64px 0;
}
.block-order-estimate--regular-pricing > .block-order-estimate--buyout-title{
  border: none;
  padding-bottom: 0;
}
.block-order-estimate--buyout-list {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.block-order-estimate--buyout-list-amount1{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14%;
}
.block-order-estimate--buyout-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14%;
    background-color: var(--color-white);
    padding: 16px 34px;
    margin-top: 10px;
}
.block-order-estimate--buyout-list dt {
    flex-shrink: 0;
}
.block-order-estimate--buyout-list dt,
.block-order-estimate--buyout-list dd {
    font-size: 14px;
    font-weight: normal;
}

/* ご注文商品　のし */
.block-order-gift-confirmation--goods-grid {
  display: flex;
  align-items: start;
}

.block-order-gift-confirmation--goods-grid-title,
.gift-goods-dest-detail-wrap dt {
  width: 60%;
}

.block-order-gift-confirmation--goods-grid-item {
  width: 40%;
}

.block-cart--goods-list-item .block-order-gift-confirmation--goods-grid-title {
  width: 50%;
}

.block-cart--goods-list-item .block-order-gift-confirmation--goods-grid-item {
  width: 50%;
}

.block-order-gift-confirmation--goods .price::after {
  display: none;
}

/**/
.block-order-gift-confirmation--goods-content {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 64px 0;
}

.block-order-gift-confirmation--goods-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-order-gift-confirmation--goods-list li {
  background-color: #fff;;
  border: 1px solid #e8e5df;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  font-size: 12px;
}

.block-order-gift-confirmation--goods-item-image {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}

.block-order-gift-confirmation--goods-item-image figure {
  background: #f5f5f5;
  width: 100px;
  height: 100px;
}

.block-order-gift-confirmation--goods-item-image figure img {
  border-radius: 2px;
}

.block-order-gift-confirmation--goods-content .block-order-gift-confirmation--postage {
  border-bottom: 1px solid #dcdcdc;
}

.block-order-gift-confirmation--goods-content .block-order-gift-confirmation--postage-item {
  margin: 10px 0 5px 15px;
  font-weight: bold;
}

.block-order-gift-confirmation--goods-content .block-order-gift-confirmation--postage-price-info {
  margin: 0 0 10px 0;
}

.block-order-gift-confirmation--goods-content .price.block-order-gift-confirmation--postage-price {
  margin: 0 0 0 15px;
  color: #333;
  font-weight: bold;
}

.block-order-gift-confirmation--goods-content .block-order-gift-confirmation--goos-list-temperature-message {
  margin: 5px 5px 5px 15px;
}

.block-order-gift-confirmation--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px;
  width: 100%;
}

.block-order-gift-confirmation--goods-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

/* ご注文商品 定期2回目以降のお届け内容 */
.block-order-estimate--goods-item-regular-info {
  padding-top: 0.5rem;
}

.block-order-estimate--goods-item-regular-info--next-item-title {
  font-weight: bold;
}

.block-order-estimate--goods-item-regular-info--next-qty-title,
.block-order-estimate--goods-item-regular-info--next-amt-title {
  display: inline-block;
  padding-left: 0.5rem;
}

.block-order-estimate--goods-item-regular-info--next-qty-data,
.block-order-estimate--goods-item-regular-info--next-amt-data {
  display: inline-block;
}

.block-order-estimate--goods-item-regular-info--next-amt-data {
  font-weight: bold;
}

/* ご注文商品 その他 */
.block-order-estimate--sales-append {
  display: block;
  background: #fff;
  border: solid 1px #dcdcdc;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title {
  padding: 10px 90px 10px 15px;
  position: relative;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--sales-append .block-order-estimate--change-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
}

.block-order-estimate--sales-append-content {
  padding: 0 10px 10px 10px;
}

.block-order-estimate--sales-append-list th {
  vertical-align: top;
  background-color: #999;
  color: #fff;
}

.block-order-estimate--goods-item-monthly_hampukai_message {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 15px;
}

/* ラッピング・メッセージカード */
.block-order-estimate--wrapping-content,
.block-order-estimate--message-card-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin: 0 0 10px 0;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.block-order-estimate--wrapping-item,
.block-order-estimate--message-card-item {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 110px auto auto;
  padding: 10px;
}

.block-order-estimate--wrapping-title-frame,
.block-order-estimate--message-card-title-frame {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
}

.block-order-estimate--wrapping-change-frame,
.block-order-estimate--message-card-change-frame {
  grid-column-start: 3;
  grid-row-start: 1;
  justify-self: right;
}

.block-order-estimate--wrapping-image-frame,
.block-order-estimate--message-card-image-frame {
  display: table-cell;
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 4;
  justify-self: center;
  vertical-align: top;
}

.block-order-estimate--wrapping-info-frame,
.block-order-estimate--message-card-info-frame {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
}

.block-order-estimate--message-card-input-frame {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 4;
  margin-top: 10px;
}

.block-order-estimate--wrapping-title,
.block-order-estimate--message-card-title {
  border: none;
  margin: 0;
  padding: 0;
}

.block-order-estimate--wrapping-change-frame .block-order-estimate--change-btn,
.block-order-estimate--message-card-change-frame .block-order-estimate--change-btn {
  position: static;
}

.block-order-estimate--wrapping-image,
.block-order-estimate--message-card-image {
  width: 110px;
}

.block-order-estimate--wrapping-name,
.block-order-estimate--message-card-name,
.block-order-estimate--message-card-input-title {
  font-weight: bold;
}

.block-order-estimate--wrapping-amt,
.block-order-estimate--message-card-amt {
  font-weight: bold;
}

.block-order-estimate--message-card-input-value {
  border: solid 1px #dcdcdc;
  padding: 10px;
}

/* ご注文商品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* 備考 */
.block-order-estimate--comment {
  display: none;
}
.block-order-estimate--comment-content {
  display: block;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.block-order-estimate--comment-content textarea {
  display: block;
  width: 100%;
}

/* メールニュース登録 */
.block-order-estimate--mailnews {
  background: #fff;
  padding: 10px;
  border: solid 1px #dcdcdc;
}

.block-order-estimate--mailnews .form-label {
  font-weight: bold;
  padding-bottom: 10px;
}

/* 会員登録 */

.block-order-estimate--entry {
  order: -5;
}

.block-order-estimate--entry-customer {
  display: block;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  margin-top: 5px;
}

.block-order-estimate--register-customer-checkbox,
.block-order-estimate--register-customer-checkbox-message {
  display: table-cell;
}

.block-order-estimate--register-customer-checkbox-message {
  margin-top: 3px;
}

.block-order-estimate--addr-retention-message {
  font-size: 12px;
}

.block-order-estimate--addr-retention-checkbox,
.block-order-estimate--addr-retention-checkbox-message {
  display: table-cell;
}

.block-order-estimate--addr-retention-checkbox-message {
  margin-top: 3px;
}

.block-order-estimate--entry-customer-message {
  margin: 5px 0;
  font-size: 12px;
}

.block-order-estimate--entry-customer-point {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--register-customer a {
  text-decoration: underline;
}

.block-order-estimate--uid-label {
  margin-bottom: 3px;
}

.block-order-estimate--uid-label-font {
  margin-right: 10px;
}

.block-order-estimate--verify-tel-frame {
  margin: 0 0 15px 0;
}

.block-order-estimate--verify-tel-description {
  margin: 0 0 3px 0;
}

.block-order-estimate--verify-tel-input-form {
  display: flex;
}

.block-order-estimate-verify-tel-input-form-left-column {
  width: calc(60% - 10px);
  margin-right: 10px;
}

.block-order-estimate--verify-tel-sms-cert-code {
  width: 100%;
}

.block-order-estimate-verify-tel-input-form-right-column {
  width: 40%;
  text-align: right;
}

.block-order-estimate--verify-tel-send-sms-code {
  width: 100%;
  font-size: 12px;
}

.block-order-estimate--rakutenpay-commit-btn-disabled {
  width: 100%;
  margin: 5px 0 5px 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
  display: none;
}

.block-order-estimate--pwd {
  margin-top: 10px;
}

.block-order-estimate--pwd-label {
  margin-bottom: 3px;
}

.block-order-estimate--pwd-label-font {
  margin-right: 10px;
}

.block-order-estimate--customer-name-label {
  margin-bottom: 3px;
}

.block-order-estimate--customer-name-label-font {
  margin-right: 10px;
}

.block-order-estimate--customer-name input[type="text"] {
  display: block;
  margin-bottom: 3px;
}

.block-order-estimate--mailnews-label {
  margin-bottom: 3px;
  font-weight: bold;
  margin-right: 10px;
} 

.block-order-estimate--mailnews-message {
  font-size: 12px;
}

.block-order-estimate--commit-ft .span {
  display: block;
  padding-top: 10px;
  padding-bottom: 24px;
  font-size: 13px;
}

/* AmazonPayローディング */
.block-order-amazonpay--loading {
  padding-top: 50px;
  text-align: center;
}

.block-order-amazonpay--order-back {
  margin: 10px;
}
.block-order-amazonpay--order-back-btn {
  font-size: 12px;
  background: transparent;
  padding: 18px 0 !important;
  border: 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}

/* ---- 注文完了(通常・ギフトフロー共通) ---- */

.block-order-complete--body {
  padding: 10px;
  text-align: center;
}

.block-order-complete--wrapper,
.block-order-complete--customerentry,
.block-order-complete--rules,
.block-order-complete--home {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.block-order-complete--home {
  margin-bottom: 0;
}

.block-order-complete .block-accessory-list {
  margin-top: 0;
}

.block-order-complete h1 {
  margin: -10px -10px 10px;
}

.block-order-complete--message {
  margin: 10px;
}

.block-order-complete--message p {
  padding: 10px;
}

.block-order-complete table th {
  width: 40%;
}

.block-order-complete--orderid {
  margin-bottom: 10px;
}

.block-order-complete--salesinclude {
  margin-bottom: 10px;
}

.block-order-complete--home a {
  text-decoration: underline;
}

.block-order-complete--cart p {
  font-size: 17px;
}

.block-order-complete--cart span {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}

.block-order-complete--cart a {
  text-decoration: underline;
}

.block-order-complete--customerentry-header {
  margin: 0 -10px 10px;
}

.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-complete--salesinclude td a {
  text-decoration: underline;
}

.block-order-complete--cash-paymentinfo-items td {
  overflow-wrap: anywhere;
  text-align: left;
}

.block-order-complete--cash-paymentinfo-items td a {
  text-decoration: underline;
}

.block-order-complete--cash-paymentinfo-remarks {
  margin-top: 5px;
  font-size: 13px;
}


/* ---------------------- */
/* ----ギフトフロー------- */
/* ---------------------- */
.page-orderdest {
  background-color: #f5f5f5;
}

.block-order-orderdest--container {
  margin-bottom: 30px;
}

.block-order-gift-dest--next-btn {
  width: 100%;
  padding: 10px 10px 11px;
  font-size: 14px;
}

.block-order-orderdest--commit-button .block-order-button-back {
  font-size: 14px;
  padding-bottom: 11px;
  font-weight: 500;
  line-height: 1.6;
}

.block-order-gift-dest--error-message {
  margin-bottom: 30px;
}

.block-order-gift-dest--error-message.form-error {
  margin-bottom: 5px;
}

/* ---- 配送先選択 ---- */

.block-order-orderdest-note {
  font-size: 16px;
  margin-bottom: 30px;
}

.block-order-gift-dest {
  margin: 30px 24px 0;
  padding-bottom: 32px;
}

.block-order-gift-dest--header {
  margin-bottom: 20px;
}

.block-order-gift-dest h2 {
  margin: 0 0 20px;
}

.block-order-gift-dest--check-all {
  margin-bottom: 24px;
  padding: 0;
}

/* お届け先配送情報エリア */
.block-order-gift-dest--list-body {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}

.block-order-gift-dest--address-list {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .page-orderdest .block-order-gift-dest--address-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.block-order-gift-dest--address-item {
  border: 1px solid #e8e5df;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
}

.block-order-gift-dest--address-item-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-order-gift-dest--address-item address {
  margin-left: 30px;
}

.block-order-gift-dest--address-change {
  margin-top: 10px;
  position: relative;
}

.block-order-gift-dest--address-change-btn {
  color: #fff;
  background-color: #fff;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.block-order-gift-dest--address-change > span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  height: 26px;
  color: var(--color-primary3);
  pointer-events: none;
}

.block-order-gift-dest--address-change > span::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_gold_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
}

.block-order-gift-dest--address-new {
  padding: 16px 0;
  position: relative;
}

.block-order-gift-dest--address-new-btn {
  padding: 13px 5px;
  width: 100%;
}

.block-order-gift-dest--address-new-btn {
  color: #333 !important;
}

.block-order-gift-dest--address-new > span {
  position: absolute;
  top: calc(50%);
  left: calc(50% + 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  width: fit-content;
  height: 36px;
  color: #fff;
  pointer-events: none;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.block-order-gift-dest--address-new > span::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/icon/icon_arrow_white_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
}

.block-order-gift-dest--cart-back {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

/* 贈り主情報エリア */
.block-order-gift-dest--method-sender {
  margin-bottom: 52px;
}

.block-order-gift-dest--method-sender-container {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}

.block-order-gift-dest--method-sender-info {
  
}
.block-order-gift-dest--method-sender-info p {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-order-gift-dest--method-sender-info address {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.7;
}

.block-order-gift-dest--method-sender-change {
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
}

.block-order-gift-dest--method-sender-btn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.block-order-gift-dest--method-sender-input {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
}

.block-order-gift-dest--method-sender-input .form-label .control-label {
  font-size: 16px;
  font-weight: 500;
}

.block-order-estimate--dest-address-item-register-form .fieldset-vertical .form-label,
.block-order-estimate--dest-address-item-register-form .fieldset-vertical .constraint {
  float: none;
}

.block-order-gift-dest--method-sender-input .form-group {
  border-bottom: 1px solid #e8e5df;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-top: 0;
}

.block-order-gift-dest--dept.form-group {
  border-bottom: 0;
  padding-bottom: 0;
}

.block-order-gift-dest--method-sender-input .form-control input[type="text"],
.block-order-gift-dest--method-sender-input .form-control input[type="tel"],
.block-order-gift-dest--method-sender-input .form-control select {
  width: 100%;
}

.block-order-giftdest--dest-address-item-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.block-order-gift-dest--method-sender-input .block-order-gift-dest--name  {
  padding-right: 0;
}

.block-order-gift--dest-address-name-sei,
.block-order-gift--dest-address-name-mei,
.block-order-gift--dest-address-kana-sei,
.block-order-gift--dest-address-kana-mei {
  display: flex;
  align-items: center;
  gap: 10px;
}

.block-order-gift--dest-address-name-mei,
.block-order-gift--dest-address-kana-mei {
  margin-top: 10px;
}

.block-order-gift-dest--value-label {
  flex-shrink: 0;
}

.block-order-gift-dest--value-label + input {
  flex-grow: 1;
}

.block-order-gift-dest--value-label {
  display: block;
}

.block-order-gift-dest--address-copy-btn {
  font-size: 15px;
  padding: 12px 20px;
  flex-grow: 1;
}

.block-order-gift-dest--address-clear-btn {
  background-color: #eee;
  color: #3d3d3d;
  font-size: 15px;
  border: 1px solid #eee;
  padding: 12px 20px;
  width: 130px;
  font-weight: normal;
}

/* ---- 配送先商品追加 ---- */
.page-orderselect {
  padding-bottom: 70px;
  background-color: #f5f5f5;
}

.block-order-gift-select {
  margin: 30px 24px 0;
  padding-bottom: 32px;
}

.block-order-gift-select--header {
  margin: 0 0 24px;
}

.block-order-gift-select--sender {
  margin-bottom: 64px;
}

.block-order-gift-select--sender-title {
  
}

.block-order-gift-select--sender-info {
  padding: 16px;
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
}

.block-order-gift-select--sender-info p {
  font-weight: bold;
}

.block-order-gift-select-about {
  background-color: #faf9f6;
  border: 1px solid var(--color-primary3);
  margin-bottom: 56px;
  padding: 24px 16px;
  border-radius: 8px;
}

.block-order-gift-select-about--title {
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  background: none;
}

.block-order-gift-select-about--list {
  margin-bottom: 20px;
  padding-left: 1em;
}

.block-order-gift-select-about--list > li {
  font-size: 14px;
}

.block-order-gift-select-about--list > li + li {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-add {
  margin-top: 10px;
  text-align: right;
}

.block-order-gift-select--delivery-dest-add select {
  display: inline-block;
}

.block-order-gift-select--delivery-dest-add {
  padding: 16px 0;
  position: relative;
}

.block-order-gift-select--delivery-dest-add-btn {
  padding: 13px 5px;
  width: 100%;
  max-width: 75%;
  font-size: 15px;
  color: #333 !important;
}

.block-order-gift-select--delivery-dest-add > span {
  position: absolute;
  top: calc(50%);
  left: calc(50% + 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  width: fit-content;
  height: 36px;
  color: #fff;
  pointer-events: none;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.block-order-gift-select--delivery-dest-add > span::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_white_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
  position: relative;
  top: -1px;
}

.block-order-gift-select--delivery-dest-header {
  position: relative;
}

.action-buttons .block-order-gift-select--next-btn {
  margin-top: 0;
}

/* お支払い情報 */
.block-order-gift-select--payment-content {
  margin-bottom: 64px;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border-bottom: none;
}

.block-order-gift-select--coupon,
.block-order-gift-select--promotion,
.block-order-gift-select--point-payment {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #e8e5df;
}

.block-order-gift-select--promotion-title,
.block-order-gift-select--point-use-title,
.block-order-gift-select--payment-method-title,
.block-order-gift-select--coupon-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.block-order-gift-select--coupon-content {
  margin-top: 10px;
}

.block-order-gift-select--coupon-content label {
  display: block;
  margin: 5px 0;
}

.block-order-gift-select--coupon-content input {
  display: block;
}

.block-order-gift-select--coupon-content a {
  margin-top: 10px;
}

.block-order-gift-select--coupon-button {
  display: flex;
  justify-content: flex-end;
}

.block-order-gift-select--coupon-available-btn {
  display: block;
  margin: 10px 0 0 0;
  padding: 10px 20px;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
}

.block-order-gift-select--promotion-content {
  margin-top: 10px;
}

.block-order-gift-select--promotion-content input {
  margin-top: 10px;
}

.block-order-gift-select--point-payment-content {
  margin-top: 10px;
}

.block-order-gift-select--point-payment-message {
  color: #3d3d3d;
  font-size: 14px;
}

.block-order-gift-select--current-point {
  margin-bottom: 16px;
  font-size: 14px;
}

.block-order-gift-select--select-point-payment {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.block-order-gift-select--select-point-payment > li {
  font-size: 14px;
}

input.block-order-gift-select--point-payment-input {
  width: 6.5em;
  background-color: #dedede;
  margin: 0 10px;
}

.block-order-gift-select--method-list > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e5df;
  font-size: 14px;
}

.block-order-gift-select--method-list > li:last-child {
  margin-bottom: 0;
  border: 0;
}

.block-order-gift-select--method-list > li .help-block {
  display: none;
  font-size: 14px;
}

.block-order-gift-select--method-list > li input[type="radio"]:checked + label + .help-block {
  display: block;
}

.block-order-gift-select--method-content {
  margin-top: 10px;
}

/* お届け先 */
.block-order-gift-select--delivery-dest-header-title {
  margin: 0 0 24px;
}

.block-order-gift-select--delivery-dest-delete {
  text-align: right;
  position: absolute;
  right: 0;
  top: 8px;
}

.btn.block-order-gift-select--delivery-dest-delete-btn {
  font-size: 14px;
  padding-left: 20px !important;
  background-color: transparent;
}
.block-order-gift-select--delivery-dest-delete-btn::after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../img/usr/common/icon/icon_arrow_back_black.svg) top 5px center no-repeat;
    background-size: 20% auto;
    rotate: 180deg;
}
.block-order-gift-select--delivery-dest-content {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}

.block-order-gift-select--delivery-dest-address {}

.block-order-gift-select--delivery-dest-nickname {
  font-size: 18px;
  font-weight: 500;
}

/* お届け先商品 */
.block-order-gift-select--delivery-dest + .block-order-gift-select--delivery-dest {
  margin-top: 40px;
}
  .block-order-gift-select--delivery-dest-goods-wrapper{
    display: flex;
    gap: 33px;
    margin-top: 20px
  }
  .block-order-gift-select--delivery-dest-goods-img{
    width: 100px;
    height: 100px;
  }
.block-order-gift-select--delivery-dest-goods {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-goods-content-list {
  margin-top: 8px;
}

.block-order-gift-select--delivery-dest-goods-added {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
.block-order-gift-select--delivery-dest-goods-select .block-order-gift-select--delivery-dest-goods {
  overflow: visible !important;
  height: auto !important;
}
}
.block-order-gift-select--delivery-dest-goods-container{
  width: calc(100% - 100px);
}
.block-order-gift-select--delivery-dest-goods-container .block-order-gift-select--delivery-dest-goods-sales-qty{
  justify-content: flex-end;
  font-size: 14px;
}
.block-order-gift-select--delivery-dest-goods-sales-qty input{
  min-width: 64px;
  margin-left: 10px;
}
.block-order-gift-select--delivery-dest-goods-add {
  margin-top: 20px;
}
.block-order-gift-select--delivery-dest-goods-add-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  height: 48px;
  margin:auto;
}
.block-order-gift-select--delivery-dest-goods-add-btn::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/icon/icon_arrow_white_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
}
.block-order-gift-select--delivery-dest-goods-message {
  padding: 0;
}

.block-order-gift-select--delivery-dest-goods-container dl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.block-order-gift-select--delivery-dest-goods-note {
  margin-bottom: 20px;
  font-size: 14px;
}

.block-order-gift-select--delivery-dest-goods-guide {
  display: none;
  position: absolute;
  left: 24px;
  background-color: #faf9f6;
  border: 1px solid var(--color-primary3);
  border-radius: 8px;
  padding: 12px 12px 24px;
  width: calc(100% - 24px - 24px);
  max-width: 560px;
  top: 210px;
}
#delivery_1 .block-order-gift-select--delivery-dest-goods-guide {
  display: block;
}

.block-order-gift-select--delivery-dest-goods-guide::before {
  position: absolute;
  bottom: -17px;
  left: 14px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid var(--color-primary3);
  border-bottom: 0;
}

.block-order-gift-select--delivery-dest-goods-guide::after {
  position: absolute;
  bottom: -15px;
  left: 16px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 15px solid #faf9f6;
  border-bottom: 0;
}

.block-order-gift-select--delivery-dest-goods-guide-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  min-height: 32px;
}

.block-order-gift-select--delivery-dest-goods-guide-title::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/order/icon_order_guid.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.block-order-gift-select--delivery-dest-goods-guide-main {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
}

.block-order-gift-select--delivery-dest-goods-guide-note {
  display: none;
}

.block-order-gift-select--delivery-dest-goods-guide-note > li {
  display: flex;
  align-items: start;
  gap: 4px;
  font-size: 12px;
  color: #3d3d3d;
}

.block-order-gift-select--delivery-dest-goods-guide-symbol {
  flex-shrink: 0;
}

.block-order-gift-select--delivery-dest-goods-guide-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
}

.block-order-gift-select--delivery-dest-goods-guide-close-item {
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.block-order-gift-select--delivery-dest-goods-guide-close-item > span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
}

.block-order-gift-select--delivery-dest-goods-guide-close-item::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../img/usr/common/icon/icon_modal_close.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.block-order-gift-select--delivery-dest-goods-content-list .table th,
.block-order-gift-select--delivery-dest-goods-content-list .table td {
  padding: 10px;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-checkbox-header {
  width: 30px;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-name-header {
  width: auto;
  vertical-align: middle;
  font-weight: 500;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-qty-header {
  width: 84px;
  vertical-align: middle;
  font-weight: 500;
}
td.block-order-gift-select--delivery-dest-goods-qty {
  text-align: right;
  vertical-align: middle;
}
.block-order-gift-select--delivery-dest-goods-qty input {
  width: 100%;
  max-width: 64px;
  text-align: right;
}
.block-order-gift-select--delivery-dest-goods-content-info {
  margin-top: 20px;
  border-radius: 8px;
  border: solid 1px #E8E5DF;
  padding: 20px 20px 25px;
}
.block-order-gift-select--delivery-dest-goods-content-info th {
  width: 30%;
  max-width: 30%;
  vertical-align: middle;
  white-space: normal;
}

.block-order-gift-select--delivery-dest-goods-content-info td {
  background: #fff;
}

.block-order-gift-select--delivery-dest-goods-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.block-order-gift-select--delivery-dest-goods-name{
  font-size:16px;
  font-weight: 700;
}

.btn.block-order-gift-select--delivery-dest-goods-delete-btn {
  padding-left: 20px;
}

.block-order-gift-select--delivery-dest-goods-delete-btn::after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../img/usr/common/icon/icon_arrow_back_black.svg) top 5px center no-repeat;
    background-size: 20% auto;
    rotate: 180deg;
}
.block-order-gift-select--delivery-dest-goods-noshi-info{
  margin-top:43px;
}
.block-order-gift-select--delivery-dest-goods-noshi-btn {
  display: block;
  width: 100%;
  max-width: 248px;
  height: 48px;
  margin: auto;
  font-size: 14px;
  padding: 4px 5px;
  background-color: var(--color-primary2) !important;
}

.block-order-gift-select--delivery-dest-goods-noshi-massage {
  padding: 20px 0 10px;
}

.block-order-gift-select--delivery-dest-goods-delete {
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-pickup-child {
  overflow-wrap: anywhere;
  word-break: break-all;
}

.block-order-gift-select--delivery-dest-total {
  margin-top: 20px;
}
.block-order-gift-select--delivery-dest-total table{
  width: 100%;
}
.block-order-gift-select--delivery-dest-total table th {
  width: 40%;
  max-width: 40%;
  vertical-align: middle;
  white-space: normal;
  font-size: 14px;
  font-weight: 500;
}

.block-order-gift-select--delivery-dest-total td {
  width: 60%;
  max-width: 60%;
  vertical-align: middle;
  text-align: center;
}

.block-order-gift-select--delivery-dest-total-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
}

.block-order-gift-select--delivery-dest-total-price-calc {
  text-align: right;
  float: right;
  display: inline-block;
}
.block-order-gift-select--delivery-dest-select{
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.block-order-gift-select--delivery-dest-select select{
  margin: auto;
  width: calc(100% - 32px);
}

.block-order-gift-select--delivery-dest-select .block-order-gift-select--delivery-dest-add {
  display: flex;
  justify-content: center;
}

.block-order-gift-select--delivery-dest-goods-checkbox{
  border-right: none;
  width: 24px;
}

.block-order-gift-select--delivery-dest-goods-select .block-order-gift-select--delivery-dest-goods .action {
  display: flex;
  justify-content: center;
}

.action .block-order-gift-select--delivery-dest-goods-checked-add-btn{
  margin-top: 20px;
  max-width: 82%;
  padding-left: 20px;
  padding-right: 10px;
}

.block-order-gift-select--delivery-dest-goods-checked-add-btn::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon/icon_arrow_white_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1;
}

.block-order-gift-select-attention {
  margin-bottom: 60px;
  display: flex;
  align-items: start;
  gap: 4px;
  font-size: 16px;
  font-weight: bold;
}

.block-order-gift-select-attention--symbol {
  flex-shrink: 0;
}

.block-order-gift-select-attention--text {
  flex-grow: 1;
  text-decoration: underline;
}

/* 配送方法 */
.block-order-gift-select--delivery-date h2 {
  margin: 0 0 8px;
}

.block-order-gift-select--delivery-date-content {
  margin-bottom: 64px;
  padding: 16px;
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
}

/* その他 */
.block-order-gift-select--other-title {
  margin: 10px -10px 0;
}

.block-order-gift-select--back {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

/* ---- のし・ラッピング設定 ---- */
.page-noshi {
  background-color: #f5f5f5;
}

.block-order-gift-noshi {
  margin: 32px 24px;
}

.block-order-gift-noshi h3 {
  
}

.block-order-gift-noshi--title {
  
}

.block-order-gift-noshi--head{
  border: 1px solid #3D3D3D;
  border-radius: 8px;
  margin-bottom: 20px;
}

.block-order-gift-noshi--sender {
  padding: 20px;
  border-bottom: 1px solid #E8E5DF;
}

.block-order-gift-noshi--goods {
  padding: 20px;
}

.block-order-gift-noshi--sender p {
  font-weight: bold;
}


.block-order-gift-noshi--noshi-select-wrapper{
  background-color: #fff;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 64px;
}

.block-order-gift-noshi--paper-content,
.block-order-gift-noshi--nameprint,
.block-order-gift-noshi--covertype,
.block-order-gift-noshi--section{
  margin-bottom: 64px;
}

.block-order-gift-noshi--section:nth-of-type(4){
  margin-bottom: 32px;
}

.block-order-gift-noshi--noshi-select li{
  margin-bottom: 20px
}

.block-order-gift-noshi--purpose-content-body{
  background-color: #fff;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 64px;
}

.block-order-gift-noshi--purpose-select li{
  margin-bottom: 20px;
}


.js-order-gift-noshi-message-box-wrapper {
  margin-bottom: 10px;
}
.block-order-gift-noshi--paper-select,
.block-order-gift-noshi--nameprint-select,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--wrap-select,
.block-order-gift-noshi--bag-select{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.block-order-gift-noshi--paper-select li,
.block-order-gift-noshi--nameprint-select li,
.block-order-gift-noshi--covertype-select li,
.block-order-gift-noshi--wrap-select li,
.block-order-gift-noshi--bag-select li {
  width: calc(50% - 11px);
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 16px 20px;
  font-size: 14px;
}

.block-order-gift-noshi--paper-select li figure,
.block-order-gift-noshi--nameprint-select li figure,
.block-order-gift-noshi--covertype-select li figure,
.block-order-gift-noshi--wrap-select li figure,
.block-order-gift-noshi--bag-select li figure{
  margin-bottom: 14px;
}

.block-order-gift-noshi--paper-item-wrapper{
  display: flex;
}

.block-order-gift-noshi--paper-item-name{
  width: calc(100% - 23px);
}

.block-order-gift-noshi--wrap-message,
.block-order-gift-noshi--paper-message,
.block-order-gift-noshi--covertype-message,
.block-order-gift-noshi--bag-message {
  margin: 20px 0 10px;
}

.block-order-gift-noshi--nameprint-input,
.block-order-gift-noshi--nameprint-input th,
.block-order-gift-noshi--nameprint-input td{
  border: none;
}

.block-order-gift-noshi--nameprint-input th{
  font-size: 14px;
  width: 18%;
  font-weight: 500;
}

.block-order-gift-noshi--paper-input input[type="text"]{
  width: calc(100% - 90px);
}
.block-order-gift-noshi--nameprint-input td input[type="text"]{
  width: 100%
}

.block-order-gift-noshi--nameprint-input td{
  background: none;
}

.block-order-gift-noshi--paper-input .control-label {
  font-weight: bold;
}


.block-order-gift-noshi--bag-input {
  font-weight: bold;
}

.block-order-gift-noshi--paper-item-price {
  display: inline-block;
  margin-top: 18px;
}

.block-order-gift-noshi--paper-item-price {
  display: inline-block;
}

.block-order-gift-noshi--item-price {
  display: inline-block;
}

.block-order-gift-noshi--covertype-item-price {
  display: inline-block;
}

.block-order-gift-noshi--wrap-item-price {
  display: inline-block;
}

.block-order-gift-noshi--wrap-item-note {
  display: block;
}

.block-order-gift-noshi--bag-item-price {
  display: inline-block;
}

.block-order-gift-noshi--nameprint-name1-1,
.block-order-gift-noshi--nameprint-name1-2,
.block-order-gift-noshi--nameprint-name2-1,
.block-order-gift-noshi--nameprint-name2-2,
.block-order-gift-noshi--nameprint-name3-1,
.block-order-gift-noshi--nameprint-name3-2 {
  display: block;
  margin-bottom: 6px;
}

.block-order-gift-noshi .action-buttons .action .btn {
  margin-top: 10px;
}
.block-order-gift-noshi .action-buttons .action .btn input{
  display: none;
}

.action-buttons .block-order-gift-noshi--back-btn{
  display: inline-block;
  background-color: #eee;
  width: 100%;
  height: 47px;
}
/* ---- 注文内容確認---- */

.block-order-gift-confirmation {
    margin: 30px 24px 0;
    padding-bottom: 32px;
}

.block-order-gift-confirmation .form-error {
  font-weight: bold;
}

.block-order-gift-confirmation--header {
  margin: 0 0 24px;
}

.block-order-gift-confirmation--order-items {
  margin: 64px 0;
}

.block-order-gift-confirmation--container {
  display: flex;
  flex-direction: column-reverse;
}

.block-order-gift-confirmation--sidearea {
  margin-bottom: 40px;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-name-header {
  width: 60%;
  white-space: nowrap;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-name {
  vertical-align: middle;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-qty-header {
  width: 15%;
  white-space: nowrap;
}

.block-order-gift-confirmation--item-qty {
  text-align: right;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-amount-header {
  width: 25%;
  white-space: nowrap;
}

.block-order-gift-confirmation--item-amount {
  text-align: right;
}

.block-order-gift-confirmation--item-image figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--order-item-info {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--order-summary-table th {
  width: auto;
  white-space: nowrap;
}

.block-order-gift-confirmation--order-summary-table td {
  text-align: right;
}

.block-order-gift-confirmation--order-summary {
  margin-bottom: 10px;
}

.block-order-gift-confirmation .block-order-estimate--method-pay {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--shipping,
.block-order-gift-confirmation--destination-address-info,
.block-order-gift-confirmation--shipping--info {
  margin-bottom: 64px;
}

.block-order-gift-confirmation--ordered-item-info,
.block-order-gift-confirmation--orderer-detail,
.block-order-gift-confirmation--sender-detail {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}

.block-order-gift-confirmation--orderer-item-header,
.block-order-gift-confirmation--orderer-name{
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.block-order-gift-confirmation--ordered-item-table th {
  width: auto;
  white-space: nowrap;
}

.block-order-gift-confirmation--ordered-item-table td {
  text-align: right;
}

.block-order-gift-confirmation--ordered-item-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--ordered-item-table dl{
  display: flex;
  align-items: center;
}

.block-order-gift-confirmation--ordered-item-message td {
  text-align: left;
}

.block-order-gift-confirmation--sender-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--destination-items{
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 8px;
}

.block-order-gift-confirmation--destination-address {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.block-order-gift-confirmation--destination-name{
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.block-order-gift-confirmation--sending-item-name figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--sending-item-name th {
  vertical-align: middle;
}

.block-order-gift-confirmation--sending-item-qty th {
  vertical-align: middle;
}

.block-order-gift-confirmation--sending-item-comment th {
  vertical-align: middle;
}

.block-order-gift-confirmation--sending-item-detail-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--other {
  margin-bottom: 64px;
}

.block-order-gift-confirmation--other-detail th {
  vertical-align: top;
  background-color: #999;
  color: #fff;
}

.block-order-gift-confirmation--other-detail {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--method-pay{
  margin-bottom: 64px;;
}

.block-order-gift-confirmation--method-pay-title {
  margin: 0 0 25px;
}

.block-order-gift-confirmation--method h3 {
  margin: 0;
  display: none;
}

.block-order-gift-confirmation--method-name {
  padding: 16px 16px 0;
  background-color: #fff;
  border-radius: 8px 8px;
  font-weight: bold;
}

.block-order-gift-confirmation--order-comment textarea {
  display: block;
  width: 100%;
}

.block-order-gift-confirmation--order-comment {
  margin: 10px 0;
}

.block-order-gift-confirmation .action .btn-primary {
  margin: 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
}

.block-order-gift-confirmation--back {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

.block-order-gift-confirmation--entry-customer {
  margin-bottom: 64px;
}

.block-order-gift-confirmation--entry-customer-message {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--mailnews {
  margin-bottom: 64px;
}

.block-order-gift-confirmation--mailnews-message {
  margin-bottom: 10px;
}
/* ギフト用・ノベルティ */
.block-order-gift-confirmation--novelty {
  margin-bottom: 64px;
}

.form-error+.block-order-estimate--novelty-list{
  margin-top: 30px;
}

.block-order-gift-confirmation--novelty-item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.block-order-gift-confirmation--novelty-item-image,
.block-order-gift-confirmation--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}

.block-order-gift-confirmation--novelty-item-image {
  width: 60px;
}

.block-order-gift-confirmation--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-gift-confirmation--novelty-displaynone {
  display: none;
}

.block-order-gift-confirmation--novelty-item-image figure {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--novelty-none-item-image {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}

.block-order-gift-confirmation--novelty-none-item-image figure {
  width: 60px;
  height: 60px;
  background: #fff;
}

.block-order-gift-confirmation--campaign-info {
  text-align: center;
  padding: 5px 0;
  margin: 10px 0;
}

.action-rakutenpay {
  text-align: center;
}
.action-rakutenpayv2 {
  text-align: center;
}

.block-order-estimate--commit-btn-rakutenpayv2 {
  border: none;
  background: transparent;
}

.block-order-estimate--commit .block-order-estimate--commit-btn-merpay {
  border: none;
  background: transparent;
  padding: 4px;
  height: 100%;
  width: 100%;
}

.block-paypay-dialog {
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.block-paypay-dialog--return-top {
  padding-top: 20px;
}
/* ギフト用・ノベルティ */
/* ノベルティ商品のノベルティ選択 */

.block-order-gift-confirmation--novelty {
  order: -15;
  margin-bottom: 54px;
}

.block-order-gift-confirmation--novelty-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-order-gift-confirmation--novelty-content-item {
  border: 1px solid #e8e5df;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
}

.block-order-gift-confirmation--novelty-item-title  {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.block-order-gift-confirmation--novelty-item {
  display: flex;
  align-items: start;
  gap: 20px;
  width: 100%;
}

.block-order-gift-confirmation--novelty-item-image {
  width: 100px;
  flex-shrink: 0;
  border: 1px solid #e8e5df;
  border-radius: 2px;
  aspect-ratio: 1 / 1;
}

.block-order-gift-confirmation--novelty-item-goods {
  width: auto;
  flex-grow: 1;
}

.block-order-gift-confirmation--novelty-none-item-image {
  width: 100px;
}

.block-order-gift-confirmation--novelty-item-image figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.block-order-gift-confirmation--novelty-displaynone {
  display: none;
}

.block-order-gift-confirmation--novelty-item-goods-name {
  font-size: 16px;
  font-weight: 500;
}
/* ギフトマイショップアフターフォロー */
.block-order-gift--myshop {
  margin-bottom: 52px;
}

.block-order-gift--myshop-lead {
  margin-bottom: 20px;
  font-size: 14px;
}

.block-order-gift--myshop-content {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}

/* ディスカウント情報 */
.block-order-gift-confirmation--discount {
  margin: 5px 0;
}

.block-order-gift-confirmation--discount-title {}

.block-order-gift-confirmation--discount--content {
  border-radius: 8px;
  background-color: #fff;
  padding: 16px;
}

.block-order-gift-confirmation--discount-message {
  text-indent: 0.5em;
}

.block-order-gift-confirmation--discount-period {
  font-size: 12px;
  text-indent: 1em;
  color: #787878;
}

.block-order-gift-confirmation--goods-item-sales-period {
  font-size: 12px;
  color: #787878;
}

/* その他 */
.block-order-gift-confirmation--return-agree {
  text-align: center;
  margin: 10px 0;
}

.block-order-gift-confirmation--sales-delivery-comment {
  margin: 5px 0;
}

/* ----AmazonPayロード中表示---- */

.block-cart--amazonpay-loading {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2;
}

.block--cart-amazonpay-loading-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* 定期明細追加確認画面 */

/* 共通設定 */
.block-order-regular-add-confirm {
  margin: 0 10px 0 10px;
  font-size: 14px;
}

.block-order-regular-add-confirm h1 {
  margin: 0 -10px 0;
  text-align: center;
}

.block-order-regular-add-confirm h2 {
  margin: 20px 0 0 0;
  padding: 5px;
  background: transparent;
}

.block-order-regular-add-confirm .form-error {
  font-weight: bold;
}

/* 申し込みを確定する */
.block-order-regular-add-confirm--commit {
  margin: 5px 0 5px 0;
  text-align: center;
}

.block-order-regular-add-confirm--commit .action .btn {
  margin: 5px 0 5px 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
}

.block-order-regular-add-confirm--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}

.block-order-regular-add-confirm--return-agree {
  margin: 5px 0 5px 0;
}

/* 利用規約 */
.block-order-regular-add-confirm--agreebody {
  width: 100%;
  height: 400px;
  font-size: 10px;
}

/* お支払い情報 */
.block-order-regular-add-confirm--method-pay-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  position: relative;
}

.block-order-regular-add-confirm--method {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}

.block-order-regular-add-confirm--method > span {
  width: 50%;
  font-size: 14px;
}

.block-order-regular-add-confirm--method > span:last-of-type {
  text-align: right;
}


/* ご注文主様 */
.block-order-regular-add-confirm--orderer-content {
  background: #fff;
  padding: 10px 90px 10px 10px;
  border: solid 1px #dcdcdc;
  position: relative;
}

.block-order-regular-add-confirm--message {
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.1px;
  border: solid 1px #dcdcdc;
  padding: 10px 5px 10px 5px;
  margin-top: 20px;
}

/* ご注文内容 */
.block-order-regular-add-confirm--summary-content {
  background: #fff;
  border: solid 1px #dcdcdc;
}

.block-order-regular-add-confirm--total-price {
  font-weight: bold;
}

/* ご注文内容 お届け先 */

.block-order-regular-add-confirm--price-items {
  padding: 10px 10px 5px 10px;
}

.block-order-regular-add-confirm--price-items dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.block-order-regular-add-confirm--price-items dl > dt,
.block-order-regular-add-confirm--subtotal-tax {
  width: 50%;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}

.block-order-regular-add-confirm--price-items dl > dd,
.block-order-regular-add-confirm--subtotal-price {
  width: 50%;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: right;
  box-sizing: border-box;
}

.block-order-regular-add-confirm--total dt {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
  font-weight: bold;
}

.block-order-regular-add-confirm--total dd {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
}

/* 定期購入お届けサイクル */
.block-order-regular-add-confirm--regular-cycle-confirmation,
.block-order-regular-add-confirm--goods {
  position: relative;
}

.block-order-regular-add-confirm--regular-cycle-title,
.block-order-regular-add-confirm--goods-title {
  display: inline-block;
}

.block-order-regular-add-confirm--regular-cycle-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 10px 0;
  padding: 10px;
}

.block-order-regular-add-confirm--change-btn {
  width: 75px;
  right: 10px;
  top: 20px;
  position: absolute;
}

.block-order-regular-add-confirm--regular-cycle li {
  padding: 5px 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 13px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.block-order-regular-add-confirm--regular-cycle > li > span {
  font-size: 13px;
  width: 50%;
}

.block-order-regular-add-confirm--regular-cycle > li > span:last-of-type {
  text-align: right;
}

.block-order-regular-add-confirm--next-expected-dt {
  padding: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  font-weight: bold;
}

.block-order-regular-add-confirm--next-expected-dt > span {
  font-size: 16px;
  width: 50%;
}

.block-order-regular-add-confirm--next-expected-dt > span:last-of-type {
  text-align: right;
}

.block-order-regular-add-confirm--regular-cycle-info {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.block-order-regular-add-confirm--regular-cycle-info span {
  display: block;
}

.block-order-regular-add-confirm--regular-cycle-info a {
  display: block;
  margin: 5px;
  text-decoration: underline;
}

/* ご注文商品 */
.block-order-regular-add-confirm--goods-label {
  font-size: 16px;
  margin-left: 10px;
}

.block-order-regular-add-confirm--goods-content {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  margin: 0 0 15px 10px;
}

.block-order-regular-add-confirm--goods-list li {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-regular-add-confirm--goods-item-image {
  width: 110px;
  display: table-cell;
  vertical-align: top;
}

.block-order-regular-add-confirm--goods-item-image figure {
  background: #f5f5f5;
  width: 110px;
  height: 110px;
}

.block-order-regular-add-confirm--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.block-order-regular-add-confirm--goods-price-first {
  font-weight: bold;
  font-size: 16px;
}

.block-order-regular-add-confirm--goods-price-repeat {
  font-size: 14px;
}

.block-order-regular-add-confirm--goods-name {
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-item-sales-period {
  font-size: 12px;
  color: #787878;
}

/* ご注文商品 定期2回目以降のお届け内容 */
.block-order-regular-add-confirm--goods-item-regular-info {
  padding-top: 0.5rem;
}

.block-order-regular-add-confirm--goods-item-regular-info--next-item-title {
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-item-regular-info--next-qty-title,
.block-order-regular-add-confirm--goods-item-regular-info--next-amt-title {
  display: inline-block;
  padding-left: 0.5rem;
}

.block-order-regular-add-confirm--goods-item-regular-info--next-qty-data,
.block-order-regular-add-confirm--goods-item-regular-info--next-amt-data {
  display: inline-block;
}

.block-order-regular-add-confirm--goods-item-regular-info--next-amt-data {
  font-weight: bold;
}

/* ご注文商品 注文明細拡張情報 */
.block-order-regular-add-confirm--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* レフィル商品 定期明細追加画面 */
.block-order-regular-add-confirm--goods-price--refill {
  display: inline-table;
  table-layout: fixed;
}
.block-order-regular-add-confirm--goods-price--refill--price,
.block-order-regular-add-confirm--goods-price--refill--refill-price {
  display: table-row;
}
.block-order-regular-add-confirm--goods-price--refill--price-title,
.block-order-regular-add-confirm--goods-price--refill--refill-price-title,
.block-order-regular-add-confirm--goods-price--refill--price-num,
.block-order-regular-add-confirm--goods-price--refill--refill-price-num {
  display: table-cell;
}

.block-order-regular-add-confirm--goods-price--refill--price-num,
.block-order-regular-add-confirm--goods-price--refill--refill-price-num {
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-refill-info {
  margin-top: 10px;
  padding-top: 4px;
  padding-left: 12px;
}

.block-order-regular-add-confirm--goods-refill-info--title {
  font-weight: bold;
  margin-bottom: 4px;
}

.block-order-regular-add-confirm--goods-refill-info--goods {
  padding: 4px;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image {
  display: table-cell;
  vertical-align: top;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image > figure {
  background: #f5f5f5;
  width: 80px;
  height: 80px;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image > figure > img {
  width: 72px;
}

.block-order-regular-add-confirm--goods-refill-info--goods-description {
  padding-left: 10px;
  font-size: 12px;
  display: table-cell;
}

.block-order-regular-add-confirm--goods-refill-info--goods-name {
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-refill-info--goods-price-qty {
  display: flex;
  justify-content: start;
}

/* ---- 明細追加完了 ---- */

.block-order-regular-add-complete--body {
  padding: 10px;
  text-align: center;
}

.block-order-regular-add-complete--wrapper,
.block-order-regular-add-complete--rules,
.block-order-regular-add-complete--home {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.block-order-regular-add-complete--home {
  margin-bottom: 0;
}

.block-order-regular-add-complete .block-accessory-list {
  margin-top: 0;
}

.block-order-regular-add-complete h1 {
  margin: -10px -10px 10px;
}

.block-order-regular-add-complete--message {
  margin: 10px;
}

.block-order-regular-add-complete--message p {
  padding: 10px;
}

.block-order-regular-add-complete table th {
  width: 40%;
}

.block-order-regular-add-complete--regular-sales {
  margin-bottom: 10px;
}

.block-order-regular-add-complete--home a {
  text-decoration: underline;
}

.block-order-regular-add-complete--cart p {
  font-size: 17px;
}

.block-order-regular-add-complete--cart span {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}

.block-order-regular-add-complete--cart a {
  text-decoration: underline;
}

.block-order-regular-add-complete--regular-sales td a {
  text-decoration: underline;
}


/* カート画面：モーダル内動画 */
.movie-btn {
	position: relative;
}
.movie-player {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: opacity .2s ease-in-out;
	pointer-events: none;
}
.is-open.movie-player {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.movie-player_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1000px;
    width: 90%;
	transform: translate(-50%, -50%);
}
.movie-player_inner iframe {
	width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.is-open.movie-player .close_btn {
	position: absolute;
	top: -70px;
	right: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 200;
	line-height: 100px;
	border-radius: 100%;
	border: 2px solid #fff;
	cursor: pointer;
}
.is-open.movie-player .close_btn::before, .is-open.movie-player .close_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 20px;
	background: #fff;
	transform: rotate( 45deg);
}
.is-open.movie-player .close_btn::after {
	transform: rotate( -45deg);
}
.movie-btn span.movie-txt:hover,.is-open.movie-player .close_btn:hover {
	opacity: 0.7;
}

.block-cart--modal-inner.is-open {
	opacity: 0;
}


/* ---- カート画面：定期コース ---- */
.block-cart--goods-regular-side {
  display: none;
}

.block-cart--goods-regular-top-message {
  margin-bottom: 20px;
  padding: 24px 16px;
  background-color: #ebebeb;
  border-radius: 8px;
  font-size: 14px;
}

.block-cart--goods-regular-link {
  color: #1e1eef;
  text-decoration: underline;
}

.block-cart--goods-list .regular-pricing-regular {
  margin-top: 20px;
}

.block-cart--goods-list .block-cart--goods-order-class,
.block-cart--goods-list .block-cart--goods-regular-contract,
.block-cart--goods-list .block-cart--goods-regular-description,
.block-cart--goods-list .regular-pricing-regular {
  background-color: #ebebeb;
}

.block-cart--goods-list .regular-pricing-regular {
  padding-top: 32px;
}

.block-cart--goods-list .regular-pricing-auto-renewal-section {
  padding: 32px 20px;
  background-color: #ddd;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

.block-cart--goods-list .regular-pricing-regular {
  padding-inline: 20px;
}

.block-cart--goods-list .regular-pricing-regular > h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.block-cart--goods-list .regular-pricing-list {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.block-cart--goods-list .regular-pricing-list > div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14%;
}

.block-cart--goods-list .regular-pricing-list dt,
.block-cart--goods-list .regular-pricing-list dd {
  font-size: 14px;
  font-weight: normal;
}

.block-cart--goods-list .regular-pricing-list--postage,
.block-cart--goods-list .regular-pricing-list--amount2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px;
  padding-bottom: 8px;
}

.block-cart--goods-list .regular-pricing-list--amount1 dd,
.block-cart--goods-list .regular-pricing-list--totalamount dd,
.block-cart--goods-list .regular-pricing-list--billingamount dd {
  font-weight: bold;
}

.block-cart--goods-list .regular-pricing-list dt {
  flex-shrink: 0;
}

.block-cart--goods-list .regular-pricing-comment {
  font-size: 12px;
  padding-bottom: 32px;
}

.block-cart--goods-list .regular-pricing-auto-renewal-section > h5 {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.block-cart--goods-list .regular-pricing-auto-renewal-condition {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

.block-cart--goods-list .regular-pricing-auto-renewal-condition::before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../img/usr/order/icon_cart_regular-condition.svg) no-repeat 0 0;
  background-size: 100% auto;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}

.block-cart--goods-list .regular-pricing-list--termdiscount {
  position: relative;
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
  padding-bottom: 8px;
}

.block-cart--goods-list .regular-pricing-list--termdiscount{
    display: inline-flex;
    align-items: flex-end;
}
.block-order-estimate--regular-pricing-list-switch-discount,
.block-order-estimate--regular-pricing-list-termdiscount {
  position: relative;
}
.termdiscount-none-icon{
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url(../../img/usr/order/icon_termdiscount_note.svg) center no-repeat;
  cursor: pointer;
}

.termdiscount-none-modal-close{
  position: absolute;
  top: 5px;
  right: 7px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../img/usr/order/termdiscount_note_close.svg) center no-repeat;
  cursor: pointer;
}
.termdiscount-none-modal{
  display: none;
  position: absolute;
  top: -120px;
  left: 0;
  border-radius: 8px;
  background-color: var(--color-white);
  box-shadow: 0px 6px 6px #0000001A;
  padding: 27px 10px 16px;
  font-size: 12px;
}

.termdiscount-none-modal.on-open{
  display: block;
}

.termdiscount-none-modal-link{
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  color: #987A4F;
  margin-top: 16px;
}

.termdiscount-none-modal-link::after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 14px;
  background: url(../../img/usr/common/icon/icon_arrow_gold_s.svg) center no-repeat;
  margin-left: 10px;
}

.regular-pricing-auto-extension-note {
  font-size: 12px;
  color: #333333b3;
}

/* .block-cart--goods-list .block-cart--goods-order-class,
.block-cart--goods-list .block-cart--goods-regular-contract,
.block-cart--goods-list .block-cart--goods-regular-description {
  display: none;
} */

/* サブスクリプション */
@media (max-width: 768px) {
  .block-cart--regular-course-summary--title,
  .block-cart--regular-course-summary--wrapper,
  .block-order-estimate--regular-course-summary,
  .block-order-estimate--regular-course-summary--title,
  .block-order-estimate--regular-course-summary--wrapper  {
    display: none;
  }
}

.course-purchase-deliverydate-comment {
  display: flex;
  font-size: 12px;
}
.course-purchase-deliverydate-comment::before {
  content: "※";
}

/* ---- 注文方法指定画面：定期コース ---- */
.block-order-method--switch-notice-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}

.block-order-method--switch-notice-msg {
  background-color: #f5f5f5;
  border: 1px solid #c1c3c7;
  margin-bottom: 15px;
  padding: 20px 24px;
}

.block-order-method--switch-notice-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 35px;
}

.block-order-method--switch-notice-btn-wrap .block-order-method--switch-notice-btn {
  font-size: 16px;
  font-weight: bold;
  padding: 14px;
  width: 100%;
  max-width: 304px;
  margin: 0;
}

/* ---- 注文内容確認画面：定期コース ---- */
.block-order-estimate--goods-item-regular-info {
  display: none;
}

.block-order-estimate--regular-pricing {
  margin-top: 20px;
  padding-top: 32px;
  padding-inline: 20px;
  background-color: #ebebeb;
}

.block-order-estimate--regular-pricing-auto-renewal {
  padding: 32px 20px;
  background-color: #ddd;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

.block-order-estimate--regular-pricing > h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.block-order-estimate--regular-pricing-list {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.block-order-estimate--regular-pricing-list > div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14%;
}

.block-order-estimate--regular-pricing-list dt,
.block-order-estimate--regular-pricing-list dd {
  font-size: 14px;
  font-weight: normal;
}

.block-order-estimate--regular-pricing-list-switch-discount,
.block-order-estimate--regular-pricing-list-amount2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px;
  padding-bottom: 8px;
}

.block-order-estimate--regular-pricing-list-amount1 dd,
.block-order-estimate--regular-pricing-list-totalamount dd,
.block-order-estimate--regular-pricing-list-billingamount dd {
  font-weight: bold;
}

.block-order-estimate--regular-pricing-list dt {
  flex-shrink: 0;
}

.block-order-estimate--regular-pricing-comment {
  font-size: 12px;
  padding-bottom: 32px;
}

.block-order-estimate--regular-pricing-auto-renewal > h5 {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.block-order-estimate--regular-pricing-auto-renewal-condition {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

.block-order-estimate--regular-pricing-auto-renewal-condition::before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../img/usr/order/icon_cart_regular-condition.svg) no-repeat 0 0;
  background-size: 100% auto;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}

.block-order-estimate--regular-pricing-list-termdiscount {
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
  padding-bottom: 8px;
}

/* ---- 注文確認画面：サブスク解約・切り替えフローのお届け日時 ---- */
.page-estimate .block-order-estimate--date-spec-content.status_cancellation_order {
  background-color: transparent;
  padding: 0;
}

.block-order-estimate--datetime-specs {
  background-color: #fff;
  padding: 20px 16px;
  border-radius: 8px;
}

.block-order-estimate--datetime-specs + .block-order-estimate--datetime-specs {
  margin-top: 16px;
}

.block-order-estimate--datetime-specs-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.block-order-estimate--datetime-specs .block-order-estimate--date-spec,
.block-order-estimate--datetime-specs .block-order-estimate--time-spec {
  flex-direction: column;
  gap: 10px;
}

.block-order-estimate--datetime-specs .block-order-estimate--date-spec {
  margin-bottom: 10px;
}

.block-order-estimate--datetime-specs .block-order-estimate--date-spec h3,
.block-order-estimate--datetime-specs .block-order-estimate--time-spec h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.block-order-estimate--datetime-specs .block-order-estimate--date-spec > div,
.block-order-estimate--datetime-specs .block-order-estimate--time-spec > div {
  font-weight: normal;
  color: #333;
  padding-left: 10px;
}


#error-modal{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.64);
	z-index: 9001;
}
.error-modal-content{
	width: 80%;
	max-width: 800px;
	padding: 60px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9001;
}
.error-modal .close-modal{
	margin: 30px auto 0;
	padding: 6px 20px;
	display: block;
	border-radius: 3px;
	color: #444;
	font-size: 14px;
	text-align: center;
	border: none;
	background-color: #ddd;
  border-radius: 30px;
	cursor: pointer;
}
.erroe-message{
	line-height: 1.8;
}
.erroe-message img {
	height: 1.2em;
	vertical-align: sub;
}