@charset "UTF-8";
/* ==============================================
 * CART
 *
 * memo:
 * カート、購入導線
 *
 * ============================================== */
/* ----------------------------------------------------------------------------------

 コンテナ

 ---------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------

 カート一覧 電話サポート

 ---------------------------------------------------------------------------------- */
.sx-phone-support {
  min-width: 310px;
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #8e867b;
  color: #fff;
}
.sx-phone-support .help-phone-number {
  font-family: "TazuganeInfoStdN-Regular", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}
.sx-phone-support:before {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 21px;
  height: 17px;
  margin-right: 10px;
  background: url("../images/global/icon_phone.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: 0.3s;
}

/* ----------------------------------------------------------------------------------

 カート一覧 件数ゼロ

 ---------------------------------------------------------------------------------- */
.cart-empty .col-12 {
  padding: 100px 0 120px;
  background-color: #fff;
}
.cart-empty .col-12 .sx-cart-empty-text {
  font-size: 15px;
}
.cart-empty .col-12 .sx-cart-empty-link {
  font-size: 15px;
}
.cart-empty .sx-cart-empty-link {
  font-size: 17px;
}

/* ----------------------------------------------------------------------------------

 カート一覧 レイアウトコンテナ

 ---------------------------------------------------------------------------------- */
.sx-cart-row {
  justify-content: space-between;
  padding: 0 15px;
}

.sx-cartlist-header {
  padding: 16px 0;
  line-height: 1;
}
.sx-cartlist-header .number-of-items {
  margin: 0;
  font-size: 15px;
}

/* ----------------------------------------------------------------------------------

 カート一覧 商品一覧ボックス

 ---------------------------------------------------------------------------------- */
.sx-cartlist {
  background-color: #fff;
}

.cart-page {
  /* カートアイテム 画像 */
}
.cart-page .product-card-footer {
  padding-top: 6px;
}
.cart-page .d-flex {
  align-items: flex-start;
}
.cart-page .item-image {
  width: 100px;
}
.cart-page .product-info {
  padding: 13px 15px 40px;
  border: 0 none;
  border-top: 1px solid #BAB9B3;
  border-radius: 0;
}
.cart-page .product-info .remove-btn-lg,
.cart-page .product-info .remove-product {
  width: 26px;
  height: 26px;
  border: 1px solid #8E867B;
  border-radius: 13px;
  background-color: transparent;
  line-height: 0;
}
.cart-page .product-info .remove-btn-lg:before, .cart-page .product-info .remove-btn-lg:after,
.cart-page .product-info .remove-product:before,
.cart-page .product-info .remove-product:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 1px;
  margin: auto;
  background-color: #8E867B;
  content: "";
}
.cart-page .product-info .remove-btn-lg:before,
.cart-page .product-info .remove-product:before {
  transform: rotate(45deg);
}
.cart-page .product-info .remove-btn-lg:after,
.cart-page .product-info .remove-product:after {
  transform: rotate(-45deg);
}
.cart-page .line-item-attributes {
  font-size: 15px;
  line-height: 24px;
}
.cart-page .price {
  font-family: "TazuganeInfoStdN-Regular", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  white-space: nowrap;
}
.cart-page .price .strike-through {
  color: #000;
  white-space: nowrap;
}
.cart-page .price del + .pricing,
.cart-page .price del + .sales,
.cart-page .price del + .pricing,
.cart-page .price .strike-through + .pricing {
  display: block;
  margin-top: 2px;
  color: #c90012;
}

/* ----------------------------------------------------------------------------------

 カート一覧 右カラム

 ---------------------------------------------------------------------------------- */
.cart-page .totals {
  flex-basis: auto;
  flex-grow: 0;
  width: 100%;
  padding: 0;
}
.cart-page .totals .row {
  margin-right: 0;
  margin-left: 0;
}
.cart-page .totals .col,
.cart-page .totals .col-12 {
  padding: 0;
}
.cart-page .totals label {
  color: #777;
  font-size: 15px;
}
.cart-page .totals .form-group {
  margin: 0 auto;
}
.cart-page .totals .form-group .col {
  padding-right: 0;
  padding-left: 0;
}
.cart-page .totals p {
  margin: 0 auto 6px;
}
.cart-page .sx-totals-inner {
  padding: 22px 15px 50px;
  background-color: #f8f8f8;
}
.cart-page .promo-code-form {
  display: block !important;
}
.cart-page .promo-code-submit {
  width: 72px;
  max-width: 72px;
  margin-left: 6px;
}
.cart-page .coupon-code-field {
  height: 50px;
  border: 1px solid #8e867b;
  border-radius: 0;
}
.cart-page .promo-code-btn {
  height: 50px;
}
.cart-page .coupon-error {
  margin-top: 10px;
  color: #c90012;
  font-size: 13px;
}
.cart-page .coupons-and-promos {
  font-size: 15px;
}
.cart-page .coupons-and-promos .promotion-information {
  display: flex;
}
.cart-page .coupons-and-promos .promotion-information .promotion-name {
  width: 70%;
}
.cart-page .coupons-and-promos .promotion-information .applied-promotion-discount {
  width: 30%;
  color: #c90012 !important;
  text-align: right;
  white-space: nowrap;
}
.cart-page .coupons-and-promos .promotion-information + .promotion-information {
  margin-top: 10px;
}
.cart-page .sx-row-shipping-methods {
  margin-bottom: 40px;
}
/* 【SHC v1.0】 商品代金割引の色変更 Start. */
.cart-page .shipping-discount,
.cart-page .order-discount {
/* 【SHC v1.0】 商品代金割引の色変更 End. */	
  color: #c90012;
}
.cart-page .sx-grand-total {
  align-items: center;
  color: #775F3F !important;
  font-size: 17px;
}
.cart-page .sx-grand-total .grand-total {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 23px;
  font-weight: bold;
}
.cart-page .checkout-continue div {
  padding: 0;
}
.cart-page .checkout-continue {
  background-color: transparent;
  box-shadow: none;
}
.cart-page .checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-top: 25px;
  border-radius: 6px;
  font-size: 19px;
}
.cart-page .sx-checkout-faq {
  padding-top: 30px;
  font-size: 15px;
}
.cart-page .sx-checkout-faq ul {
  margin: 10px 0 0;
  padding: 0;
}
.cart-page .sx-checkout-faq li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-page .sx-checkout-faq li + li {
  margin-top: 12px;
}
.cart-page .sx-checkout-faq li a {
  color: #c90012 !important;
  text-decoration: underline;
}
/* ----------------------------------------------------------------------------------

 IEバグフィックス

 ---------------------------------------------------------------------------------- */
.ie .sx-cartlist {
  border: 0.1px solid transparent;
}
/* ----------------------------------------------------------------------------------

 カート 注文完了 完了メッセージ

 ---------------------------------------------------------------------------------- */
.receipt {
  margin-top: 0;
}

.sx-complete-message {
  padding: 22px 15px;
  border-bottom: 1px solid #BAB9B3;
  background-color: #fff;
}
.sx-complete-message .order-thank-you-msg {
  font-size: 15px;
}
.sx-complete-message .order-thank-you-email-msg {
  margin: 0;
  font-size: 15px;
}

/* ----------------------------------------------------------------------------------

 カート 注文完了 領収書ブロック

 ---------------------------------------------------------------------------------- */
.sx-cart-complete {
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
}
.sx-cart-complete .card {
  margin-bottom: 0;
  border: 0 none;
}

.confirm-details .card-header {
  padding: 15px;
  background-color: #8e867b;
}
.confirm-details .card-header-custom {
  color: #fff;
  font-family: "TazuganeInfoStdN-Regular", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
}
.confirm-details .card-body {
  padding: 20px 15px 0;
}

/* ----------------------------------------------------------------------------------

 カート 注文完了 注文番号ブロック

 ---------------------------------------------------------------------------------- */
.confirm-details .sx-confirm-details-number {
  font-family: "TazuganeInfoStdN-Regular", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
}
.confirm-details .sx-confirm-details-number p {
  margin: 0 0 10px;
}
.confirm-details .sx-confirm-details-other {
  font-size: 15px;
}

/* ----------------------------------------------------------------------------------

 カート 注文完了 お届予定ブロック

 ---------------------------------------------------------------------------------- */
.sx-shipping-summary {
  margin: 10px auto 0;
  padding: 16px 3px;
  border: 1px solid #BAB9B3;
  font-size: 15px;
}
.sx-shipping-summary .summary-section-label {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-weight: bold;
}
.sx-shipping-summary .multi-shipping {
  margin-top: 20px;
  font-family: "TazuganeInfoStdN-Light", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.summary-details {
  margin: 0;
}
.summary-details + .summary-details {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------------

 カート 注文完了 注文一覧

 ---------------------------------------------------------------------------------- */
.order-product-summary {
  margin: 0 auto;
}
.order-product-summary .row {
  margin-right: auto;
  margin-left: auto;
}
.order-product-summary .card-body {
  padding: 0 15px;
}
.order-product-summary .sx-order-summary-head {
  margin: 50px 0 20px;
}
.order-product-summary .sx-order-summary-head .grand-total-label {
  margin-right: 10px;
  color: #777;
}
.order-product-summary .leading-lines {
  font-size: 17px;
  text-align: center;
}
/* ----------------------------------------------------------------------------------

 カート 注文完了 商品ブロック レイアウト

 ---------------------------------------------------------------------------------- */
.product-summary-block {
  font-size: 15px;
}
.product-summary-block .row {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.product-summary-block .col {
  padding-right: 0;
  padding-left: 0;
}
.product-summary-block .summary-section-label {
  margin: 0;
  font-family: "TazuganeInfoStdN-Regular", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.product-summary-block .order-number,
.product-summary-block .order-number-label {
  font-size: 18px;
}
.product-summary-block .shipping-addr-label {
  font-size: 15px;
}
.product-summary-block .shipping-method {
  margin-right: 20px;
  font-size: 15px;
}
.product-summary-block .shipping-method-price {
  font-size: 15px;
}
.product-summary-block .single-shipping {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------------

 カート 注文完了 商品ブロック

 ---------------------------------------------------------------------------------- */
.product-summary-block {
  /* カートアイテム 商品名 */
  /* カートアイテム 画像 */
}
.product-summary-block .line-item-name {
  margin-bottom: 20px;
}
.product-summary-block .product-card-footer {
  padding-top: 6px;
}
.product-summary-block .d-flex {
  align-items: flex-start;
}
.product-summary-block .product-info {
  margin-top: 40px;
  padding: 20px 0 0;
  border: 0 none;
  border-top: 1px solid #BAB9B3;
  border-radius: 0;
}
.product-summary-block .line-item-attributes {
  font-size: 15px;
  line-height: 24px;
}

.sx-product-row {
  padding: 22px 0 40px;
  border-top: 1px solid #BAB9B3;
}
.sx-product-row:last-of-type {
  border-bottom: 1px solid #BAB9B3;
}
.sx-product-row .line-item-price-info,
.sx-product-row .line-item-pricing-info {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------

 カート 注文完了 買い物を続けるボタン

 ---------------------------------------------------------------------------------- */
.sx-c-foot-leftback {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* ----------------------------------------------------------------------------------

 IEバグフィックス

 ---------------------------------------------------------------------------------- */
body.ie .product-summary-block .col {
  border: 0.1px solid transparent;
}
/*--クーポン-----------------------------------------------------------*/
.couponList {
	background-color:white;
	max-height:300px;
	border: 1px solid rgba(0,0,0,.125);
	overflow-y:scroll;
}
.couponList .separation {
	border-top: 1px solid #BAB9B3;
}
.couponList .separation .couponNames {
	padding: 15px;
	overflow-wrap: anywhere;
}
.separation .useCoupon {
	width:auto;
	margin: 0px auto 5px auto;
}

/* 【SHC v1.0】保守対応 #27037 ボーナス商品を選択制にする  Start. */
.unSelectedBonusProduct {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFE5E5;
  color: #c90012;
  padding:1em;
  text-align:center!important;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
/* 【SHC v1.0】保守対応 #27037 ボーナス商品を選択制にする  End. */

/*-------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  #maincontent .container {
    max-width: 1110px;
  }
}
@media screen and (max-width: 768px) {
  #maincontent .container {
    max-width: 543px;
  }
  .receipt {
    padding: 0 30px;
  }
  .product-summary-block .item-image {
    width: 100px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  #maincontent .container {
    max-width: 769px;
  }
  .sx-phone-support {
    margin-top: 28px;
    margin-bottom: -20px;
    text-align: center;
  }
  .sx-phone-support:before {
    margin-right: 4px;
  }
  .cart-empty .row {
    margin-right: 0;
    margin-left: 0;
  }
  .sx-cart-row {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .sx-cartlist {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .sx-cartlist .row {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cart-page .product-card-footer {
    margin-top: 20px;
  }
  .cart-page .product-card-footer .col-4 {
    flex: initial;
    width: auto;
  }
  .cart-page .product-card-footer .col-4:first-of-type {
    padding-left: 0;
  }
  .cart-page .product-card-footer .line-item-total-price {
    padding-left: 15px;
  }
  .cart-page .totals {
    margin-top: 10px;
  }
  .cart-page .checkout-continue {
    position: relative;
  }
  .product-summary-block .product-card-footer {
    margin-top: 10px;
  }
  .product-summary-block .product-card-footer .col-4 {
    flex: 0 0 auto;
    width: auto !important;
    padding-right: 35px;
    padding-left: 0;
    line-height: 1;
  }
  .product-summary-block .product-card-footer .line-item-total-price {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .cart-empty > .row {
    padding: 0 15px;
  }
  .cart-empty .col-12 {
    margin-top: 40px;
    padding: 115px 70px;
  }
  .cart-empty .col-12 .sx-cart-empty-text {
    font-size: 17px;
  }
  .cart-empty .col-12 .sx-cart-empty-link {
    font-size: 17px;
  }
  .cart-empty .sx-cart-empty-link {
    margin-top: 30px;
  }
  .sx-cartlist-header {
    padding: 36px 0;
  }
  .sx-cartlist-header .number-of-items {
    font-size: 17px;
  }
  .sx-cartlist {
    flex-basis: auto;
    flex-grow: 0;
    width: calc(100% - 330px);
    padding: 0 20px 30px;
  }
  .cart-page .item-image {
    top: 6px;
  }
  .cart-page .product-info {
    padding: 20px 0 40px;
  }
  .cart-page .product-info .remove-line-item {
    right: 10px;
  }
  .cart-page .product-info .remove-btn-lg:hover,
.cart-page .product-info .remove-product:hover {
    background-color: #f3f3f3;
  }
  .cart-page .item-attributes {
    padding-right: 15px;
  }
  .cart-page .totals {
    width: 310px;
  }
  .cart-page .sx-totals-inner {
    padding: 22px 20px 32px;
  }
  .cart-page .checkout-btn {
    height: 70px;
    font-size: 20px;
  }
  .confirm-details .sx-confirm-details-other {
    font-size: 17px;
    text-align: right;
  }
  .product-summary-block .single-shipping {
    margin-top: 0;
  }
  .product-summary-block .product-info {
    padding: 20px 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .cart-page .sx-checkout-faq li a {
    transition: opacity 0.3s;
  }
  .cart-page .sx-checkout-faq li a:hover {
    opacity: 0.7;
  }
  .receipt > .row {
    padding: 0 15px;
  }
  .sx-complete-message {
    padding: 60px;
  }
  .sx-complete-message .order-thank-you-msg {
    font-size: 17px;
  }
  .sx-complete-message .order-thank-you-email-msg {
    font-size: 17px;
  }
  .confirm-details .card-header {
    padding: 20px;
  }
  .confirm-details .card-header-custom {
    font-size: 21px;
  }
  .confirm-details .card-body {
    padding: 60px 60px 0;
  }
  .confirm-details .sx-confirm-details-number {
    font-size: 21px;
  }
  .sx-shipping-summary {
    margin: 40px auto 0;
    padding: 40px;
    font-size: 17px;
  }
  .sx-shipping-summary .multi-shipping {
    margin-top: 30px;
    font-size: 15px;
  }
  .summary-details + .summary-details {
    margin-top: 40px;
  }
  .order-product-summary .card-body {
    padding: 60px 60px 0;
  }
  .order-product-summary .sx-order-summary-head {
    margin: 0 0 40px;
    text-align: left;
  }
  .order-product-summary .sx-order-summary-head .grand-total-label {
    margin-right: 40px;
  }
  .product-summary-block {
    font-size: 17px;
  }
  .product-summary-block .summary-section-label {
    font-size: 17px;
  }
  .product-summary-block .order-number,
.product-summary-block .order-number-label {
    font-size: 17px;
  }
  .product-summary-block .shipping-addr-label {
    font-size: 17px;
  }
  .product-summary-block .shipping-method {
    margin-right: 0;
    font-size: 17px;
  }
  .product-summary-block .shipping-method-price {
    font-size: 17px;
  }
  .product-summary-block .line-item-name {
    margin-bottom: 16px;
  }
  .product-summary-block .item-image {
    top: 6px;
    width: 150px;
    margin-right: 30px;
  }
  .product-summary-block .item-attributes {
    padding-right: 15px;
  }
  .sx-c-foot-leftback {
    padding-top: 60px;
  }
}
@media screen and (max-width: 320px) {
  .product-summary-block .product-card-footer .col-4 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .product-summary-block .product-card-footer {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------

追加

 ---------------------------------------------------------------------------------- */
.quick-view-dialog .modal-content {
  border: 0;
}
.quick-view-dialog .modal-header {
     border: 0 none;
    border-radius: 0;
}
.quick-view-dialog .promotions {
    text-align: center;
    color: #c90012;
}

/** 【SHC v1.0】　商品編集モーダル　商品名のフォントサイズ修正  **********************************/
.choose-bonus-product-dialog .product-name, .quick-view-dialog .product-name {
	font-size: 20px;
}
	
@media screen and (min-width: 769px) {
	.choose-bonus-product-dialog .product-name, .quick-view-dialog .product-name {
	    font-size: 31px;
	}
}

/* 【SHC v1.0】保守対応 #27037 ボーナス商品を選択制にする  Start. */
.choose-bonus-product-dialog .modal-footer, .quick-view-dialog .modal-footer {
	background-color: #eee;
	border-bottom: 2px solid #ccc;
	border-top-left-radius: 0.1875rem;
	border-top-right-radius: 0.1875rem;
}
.cart-page .bonus-line-item-msg:before {
    content: "";
    display: block;
    border-bottom: .063em dashed #ccc;
    margin: 0.625em 0.375em
}
.bonus-product-line-item .bonus-product-button {
    margin-top: 1em;
    margin-bottom: 0em;
    margin-right: 0em;
}

@media screen and (min-width: 1200px) {
    .cart-page .bonus-line-item-row+.bonus-line-item-msg:before {
        content: "";
        display: block;
        border-bottom: .063em dashed #ccc;
        margin: 1.625em 0.375em;
    
  }
}
@media screen and (min-width: 992px) {
    .cart-page .bonus-line-item-row+.bonus-line-item-msg:before {
        content: "";
        display: block;
        border-bottom: .063em dashed #ccc;
        margin: 1.625em 0.375em;
    }
}
/* 【SHC v1.0】保守対応 #27037 ボーナス商品を選択制にする  End. */

/** 【SHC v1.0】　注文手続きボタン修正  **********************************/
/**カーソルの修正 aタグではなくbuttonにmarginを付与**/
.cart-page #cart-checkout-button {
    margin-top: 25px;
}

/**sx-cart.css 263**/
.cart-page .checkout-btn {
    margin-top: 0px;
}

/** 合計金額(推定)の下の注釈追加対応 */
.cart-page .sx-grand-total-note {
  font-size: 14px;
}


/** 【SHC v1.0】保守対応#21970 カート投入時の抽選機能追加 Start.　**********************************/

.getPresentButton {
  width: fit-content;
  margin: 0px auto 5px auto;
  border: 1px solid #c90012 !important;
  background-color: #c90012 !important;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  transition: opacity 0.3s;
}

/** カートが空の時のメッセージ*/
.container-distribution-present-message {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #F0EEEB;
  color: #775F3F;
  /*border: 2px dotted #c90012;*/
  /*box-shadow: 0 0 6px rgb(0 0 0 / 16%);*/
  border-radius: 0.1875rem;
}

.present-empty-container {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: white;
}

.distribution-present-main {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.present-empty-list-title {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
}

.present-empty-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.present-empty-row {
  display: flex;
  justify-content: center;
}

.present-empty-main-link {
  font-size: 18px;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  flex-wrap: wrap;
}

.present-empty-main-link:hover {
  color: #c90012 !important;
  text-decoration: none;
}

.present-empty-name {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}

.present-empty-division {
  margin: 0px 10px;
}

@media screen and (max-width: 768px) { /*横幅768px以下の場合*/
  .present-empty-main-link {
    display: block;
}

  .present-empty-division {
    font-size: 0px;
  }
}

/* 期限の常時赤文字表示は廃止
.present-empty-limit {
  color: #c90012 !important;
}
*/

/** カート内メイン表示 */
.container-present-message, .container-present {
  margin-bottom: 10px;
}

.container-present-window {
  background-color: white;
}

.container-present-main {
  padding: 15px 20px;
}

.present-title {
  display: table;
  position: relative;
  margin: 30px 0px 26px;
  padding-bottom: 6px;
  font-size: 19px;
  line-height: 1;
}

.present-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}

.present-list {
  list-style-type: circle;
  padding: 0px;
}

.present-list-main {
  display: block;
  margin: 10px 0px;
}

.present-list-campaignName, .present-list-name {
  font-size: 18px;
}

.present-list-campaignName {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}

.present-list-limit {
  font-size: 17px;
  color: #c90012;
  text-align: right;
}

.present-out-of-stock-message {
  color: #c90012;
  font-size: 15px !important;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) and (max-width: 991px){ /*横幅768px ~ 991px以下の場合*/
  .present-list-limit {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {　/*横幅769px以上の場合*/
  .present-title {
    font-size: 24px;
  }
	
  .present-list-main {
    display: flex;
    flex-wrap: wrap;
  }
	
  .present-list-division {
    font-size: 18px;
    margin: 0px 10px;
  }
}

@media screen and (max-width: 991px) { /*横幅991px以下の場合*/
  .present-list-division {
    font-size: 0px;
  }
}

@media screen and (max-width: 347px) { /*横幅347px以下の場合*/
  .present-title {
    font-size: 15px;
  }
	
  .present-list-campaignName, .present-list-limit {
    font-size: 16px;
  }
	
  .present-list-name {
    font-size: 15px;
  }
}

/** 【SHC V1.0】保守対応#21970 カート投入時の抽選機能追加 End.　**********************************/

/* 【SHC V1.0】保守対応#24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成  Start. */
.sx-interviewSheet {
  display: none;
}
/* 【SHC V1.0】保守対応#24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成  End. */