<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

.block-order-flow--step {
  margin: 5.33vw 0 10.67vw;
}

.block-order-flow--step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-order-flow--step li {
  position: relative;
  height: 19vw;
}

.block-order-flow--step .flow-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10.67vw;
  height: 10.67vw;
  border: 1px solid #111;
  border-radius: 10.67vw;
  color: #111;
  font-size: 3.73vw;
}

.block-order-flow--step .block-order-flow--step-current .flow-no {
  background-color: #111;
  color: #fff;
}

.block-order-flow--step .block-order-flow--step-done .flow-no {
  background: url(../../img/usr/common_sp/icon_cart_done@2x.png) center no-repeat;
  background-size: 4vw 2.93vw;
  background-color: #111;
  color: transparent;
  font-size: 0;
}

.block-order-flow--step .flow-txt {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.block-order-flow--step li.block-order-flow--step-current .flow-txt {
  display: block;
}

.block-order-flow--step li:nth-child(2),
.block-order-flow--step li:nth-child(3),
.block-order-flow--step li:nth-child(4) {
  margin-left: 13.33vw;
}

.block-order-flow--step li.block-order-flow--step-current:nth-child(1) + li:nth-child(2),
.block-order-flow--step li.block-order-flow--step-current:nth-child(4) {
  margin-left: 22.13vw;
}

.block-order-flow--step li.block-order-flow--step-current:nth-child(2),
.block-order-flow--step li.block-order-flow--step-current:nth-child(3),
.block-order-flow--step li.block-order-flow--step-current:nth-child(2) + li:nth-child(3),
.block-order-flow--step li.block-order-flow--step-current:nth-child(3) + li:nth-child(4) {
  margin-left: 17.87vw;
}

.block-order-flow--step li::after {
  content: '';
  display: block;
  position: absolute;
  top: 5.33vw;
  height: 1px;
  background-color: #E8E9EA;
}

.block-order-flow--step li:nth-child(2)::after,
.block-order-flow--step li:nth-child(3)::after,
.block-order-flow--step li:nth-child(4)::after {
  left: -11.33vw;
  width: 9.07vw;
}

.block-order-flow--step li.block-order-flow--step-current:nth-child(1) + li:nth-child(2)::after,
.block-order-flow--step li.block-order-flow--step-current:nth-child(4)::after {
  left: -20.13vw;
  width: 17.86vw;
}

.block-order-flow--step li.block-order-flow--step-current:nth-child(2)::after,
.block-order-flow--step li.block-order-flow--step-current:nth-child(3)::after,
.block-order-flow--step li.block-order-flow--step-current:nth-child(2) + li:nth-child(3)::after,
.block-order-flow--step li.block-order-flow--step-current:nth-child(3) + li:nth-child(4)::after {
  left: -15.93vw;
  width: 13.6vw;
}

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

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

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

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

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

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

.block-cart--subtotal-container,
.block-cart--promotion-freespace {
  padding-bottom: 0;
}

.block-cart--promotion-freespace {
  margin-top: 3.2vw;
  padding: 0 4.27vw;
  line-height: 2;
}

.block-cart--contents {
  margin-top: 10.67vw;
  border: none;
  border-bottom: none;
}

.block-cart--goods-list li {
  background-color: transparent;
}

.block-cart--goods-list &gt; li {
  padding: 6.4vw 4.27vw;
  border-bottom: 1px solid #E8E9EA;
}

.block-cart--valuation .block-cart--goods-list &gt; li {
  display: block;
}

.block-cart--goods-list li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-top: 4.27vw;
  padding-bottom: 9vw;
}

.block-cart--goods-list-item-qty,
.block-cart--goods-list-item-calc,
.block-cart--goods-list-item-delete {
  display: block;
}

.block-cart--goods-list-item-qty {
  width: 26.67vw;
  margin-left: 6.4vw;
}

.block-cart--goods-list-item-qty &gt; input {
  width: 26.67vw;
  height: 12.8vw;
  padding-left: 4.27vw;
  border: 1px solid #CDD0D1;
  border-radius: 1.07vw;
}

.block-cart--goods-list-item-calc {
  width: 21.33vw;
  margin-left: 4.27vw;
}

.block-cart--goods-list-item-calc input {
  width: 100%;
  height: 12.8vw;
  border: none;
  background-color: #F2F3F3;
  font-size: 3.73vw;
  font-weight: 600;
}

.block-cart--goods-list-item-calc-btn {
  width: 70px;
}

.block-cart--goods-list-item-delete {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.block-cart--goods-list-item-delete-btn {
  padding: 0;
  color: #333;
  border: none;
  text-decoration: underline;
  background: none;
}

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

.block-cart--continue-shopping {
  text-align: center;
  margin: 5vw 0 0;
}

.block-cart--continue-shopping-link {
  text-decoration: underline;
}

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

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

.block-promotion-message--content {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
  font-size: 3.47vw;
  text-align: center;
}

.block-promotion-message--content b {
  margin: 0 .8vw;
  color: #E60112;
  font-size: 4.27vw;
  font-weight: 600;
}

.block-promotion-message--content span {
  color: #E60112;
  font-size: 3.73vw;
}

.block-promotion-message--content .promotion-benefit {
  color: #f00;
  font-weight: bold;
  font-size: 13px;
}

.block-cart--goods-list-image {
  display: block;
  position: relative;
  width: 26.67vw;
  vertical-align: top;
}

.block-cart--goods-list-image figure {
  width: 25.67vw;
  height: auto;
  background: transparent;
}

.block-cart--goods-list-image .block-top-icon {
  top: 0;
  left: 0;
}

.block-cart--goods-list-item-container {
  display: block;
  width: 62.67vw;
  padding-left: 0;
  vertical-align: top;
  font-size: 3.47vw;
  word-wrap: break-word;
}

.block-cart--goods-list .block-icon {
  margin-bottom: 3vw;
}

.block-cart--goods-list-item-condition {
  margin-bottom: 1.33vw;
}

.block-cart--goods-list-item-brand {
  margin-bottom: 2vw;
}

.block-cart--goods-list-item-brand .txt-en {
  font-size: 4.27vw;
  font-weight: 600;
}

.block-cart--goods-list-item-brand .txt-ja {
  margin-top: .4vw;
  font-size: 3.2vw;
}

.block-cart--goods-list-item-code {
  font-size: 2.93vw;
}

.block-cart--goods-list-item-name {
  margin-top: 3vw;
  font-size: 4.27vw;
  font-weight: 400;
}

.block-cart--goods-list-item-price-info-before {
  width: 100%;
  margin-bottom: 2vw;
  text-align: right;
  font-weight: 600;
}

.block-cart--goods-list-item-price-info.price-bto {
  width: 100%;
  margin-top: 3vw;
  text-align: right;
}

.block-cart--goods-list-item-price {
  color: #202021;
  font-size: 4.27vw;
  font-weight: 600;
}

.block-cart--goods-list-item-option {
  margin-top: 4vw;
}

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

table.block-cart--goods-list-item-option-list {
  border-collapse: separate;
  border-top:1px solid #CDD0D1;
  border-right:none;
  border-bottom:none;
  border-left:1px solid #CDD0D1;
}

.block-cart--goods-list-item-option-list th,
.block-cart--goods-list-item-option-list td {
  padding: 2vw 2vw;
  border-top: none;
  border-right: 1px solid #CDD0D1;
  border-bottom: 1px solid #CDD0D1;
  border-left: none;
  font-size: 3.2vw;
  vertical-align: middle;
}

.block-cart--goods-list-item-option-list th,
.block-cart--goods-list-item-option-list-side {
  background-color: #202021;
  color: #fff;
}

.block-cart--goods-list-item-option-list th {
  width: 27vw;
  font-weight: 300;
}

.block-cart--goods-list-item-option-list-side {
  width: 6vw;
  text-align: center;
}

.block-cart--goods-list-item-option-list-price {
  width: 12vw;
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}

.block-cart--goods-list-item-option-change-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2.67vw;
}

.block-cart--goods-list-item-option-change-btn .btn-secondary {
  width: 20vw;
  border: none;
  background-color: #202021;
  font-size: 3.2vw;
}

.block-cart--procedure {
  margin-top: 10.67vw;
}

.block-cart--procedure.block-cart--procedure-float {
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.block-cart--procedure-container {
  padding: 4.27vw;
  background-color: #F8F9FA;
}

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

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

.block-cart--procedure-container .action-buttons .action .btn {
  width: 100%;
  height: 17.07vw;
  margin-top: 4.6vw;
  border: none;
  background-color: #E60112;
  font-size: 4.8vw;
  font-weight: 600;
}

.block-cart--procedure-float .block-cart--procedure-container .action-buttons .action .btn {
  width: 89.6%;
}

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

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

.block-cart--promotion-criteria-list-container {
  padding-bottom: 10px;
}

.promotion-criteria-list-message {
  text-align: center;
}

.promotion-criteria-list-message &gt; span {
  color: #f00;
  font-weight: bold;
  font-size: 13px;
}

.block-cart--subtotal-container .block-cart--subtotal {
  font-size: 16px;
}

.block-cart--subtotal-container .block-cart--subtotal-price,
.block-cart--promotion-discount-price {
  color: #f00;
  font-weight: bold;
}

.block-cart--subtotal-container {
  padding-top: 2vw;
}

.block-cart--procedure-float .block-cart--subtotal-container {
  padding-top: 0;
}

.block-cart--subtotal-container &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-cart--buyback {
  margin-top: 2vw;
}

.block-cart--subtotal {
  height: 14.93vw;
  margin-top: 4vw;
  background-color: #fff;
}

.block-cart--procedure-float .block-cart--subtotal {
  height: auto;
  margin-top: 0;
  background-color: transparent;
}

.block-cart--subtotal-container &gt; div &gt; span:nth-child(1) {
  width: 36.2vw;
  font-size: 3.73vw;
  text-align: right;
}

.block-cart--subtotal-container &gt; div.block-cart--subtotal &gt; span:nth-child(1) {
  font-size: 4.27vw;
}

.block-cart--subtotal-container &gt; div &gt; span:nth-child(2) {
  width: calc(100% - 36.2vw);
  padding-right: 10.67vw;
  color: #E60112;
  font-size: 5.33vw;
  font-weight: 600;
  text-align: right;
}

.block-cart--subtotal-container &gt; div.block-cart--subtotal &gt; span:nth-child(2) {
  font-size: 6.4vw;
}

.block-cart--procedure-container__fixed {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.block-cart--shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.27vw;
  padding: 0 6.4vw;
}

.block-cart--shipping li {
  width: 50%;
}

.block-cart--shipping input[type='radio'] {
  display: none;
}

.block-cart--shipping label {
  display: block;
  position: relative;
  padding: 0 0 0 9.6vw;
}

.block-cart--shipping label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -.6vw;
  width: 5.87vw;
  height: 5.87vw;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.block-cart--shipping label::before {
  background: url(../../img/usr/common_sp/icon_radio_off@2x.png) center no-repeat;
  background-size: contain;
}

.block-cart--shipping input:checked + label::before {
  background: url(../../img/usr/common_sp/icon_radio_on@2x.png) center no-repeat;
  background-size: contain;
}

.block-cart--other-btns {
  margin-top: 4.27vw;
  padding: 0 4.27vw;
}

.block-cart--select-wrapping span,
.block-cart--buyback-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 10.67vw;
  background-color: #202021;
  color: #fff;
  font-size: 3.73vw;
  font-weight: 600;
}

.block-cart--buyback-list {
  margin-top: 2.67vw;
}

/* ----注文方法指定画面---- */

/* 共通設定 */
.block-order-method {
  margin: 10px;
}

.block-order-method h1 {
  margin: -10px -10px 0;
  text-align: center;
}

.block-order-flow--step1 {
  font-size: 3.47vw;
}

.block-order-method h2 {
  margin: 0 -10px;
  background: transparent;
}

/* ご注文主 */
.block-order-method--orderer-detail {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--orderer-name {
  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--dest-content {
  border-bottom: none;
}

.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-item,
.block-order-method--dest-add {
  background: #fff;
  border-bottom: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--dest-edit,
.block-order-method--dest-add {
  text-align: right;
}

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

.block-order-method--dest-change {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: auto;
}

.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--payment-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  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--promotion-title,
.block-order-method--point-use-title,
.block-order-method--payment-method-title,
.block-order-method--coupon-title {
  font-weight: bold;
}

.block-order-method--promotion,
.block-order-method--point-use,
.block-order-method--payment-method,
.block-order-method--coupon {
  padding: 10px;
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--payment-method-select .help-block {
  padding-left: 30px;
}

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

.block-order-method--coupon-available-btn {
  display: block;
  margin: 15px 0 0 0;
  padding: 5px 0 5px 0;
}

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

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

/* お届け日時指定 */
.block-order-method--delivery-datetime-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  border-bottom: none;
}

.block-order-method--date-spec-title,
.block-order-method--time-spec-title {
  font-weight: bold;
}

.block-order-method--date-spec,
.block-order-method--time-spec {
  padding: 10px;
  border-bottom: solid 1px #dcdcdc;
}

/* 定期購入お届けサイクル */
.block-order-method--regular-content {
  padding: 10px;
  background: #fff;
  border: solid 1px #dcdcdc;
  border-bottom: none;
}

.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-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  border-bottom: none;
}

.block-order-method--goods-list li {
  padding: 10px;
  border-bottom: solid 1px #dcdcdc;
}

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

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

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

.block-order-method--goods-item-condition {
  margin-bottom: 1.33vw;
}

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

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

/* その他 */
.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: rgba(238, 238, 238, 0.9);
  border-top: 1px solid #dcdcdc;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
}

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

/* ---- 注文内容確認(通常フロー) ---- */

/* 共通設定 */

.block-order-estimate {
  margin: 0;
  font-size: 14px;
}

.block-order-estimate h1 {
  margin: 0 -10px 0;
  text-align: center;
}

.block-order-estimate h2,
.block-order-estimate--valuation-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 17vw;
  margin: 10.67vw 0 0;
  padding: 4vw 4.27vw;
  border: none;
  background-color: #202021;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
}

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

.block-order-estimate--info {
  margin: 8.53vw 4.27vw 0;
  padding: 4.27vw 4.27vw 1.33vw;
  border: 3px solid #F2F3F3;
}

.block-order-estimate--info h3 {
  min-height: 10.67vw;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 4.27vw;
}

/* 注文を確定する */
.block-order-estimate--commit {
  margin: 4.27vw 0 0;
  padding: 4.27vw;
  background-color: #F8F9FA;
}

.block-order-estimate--commit-ft {
  background-color: transparent;
}

.block-order-estimate--commit .action .btn {
  width: 100%;
  height: 17.07vw;
  margin-top: 4.6vw;
  border: none;
  background-color: #E60112;
  font-size: 4.8vw;
  font-weight: 600;
}

.block-order-estimate--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}

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

/* お選びできるノベルティがございます */
.block-order-estimate--promotion-novelty-content {
  border: 1px solid #f00;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 10px 32px;
  font-size: 12px;
}

/* お届け先 */
.block-order-estimate--dest-content {
  position: relative;
  padding: 0 0 4.27vw;
  border: none;
  background: #fff;
  font-size: 3.47vw;
  line-height: 2;
}

.block-order-estimate--recieve &gt; div,
.block-order-estimate--time-spec &gt; div,
.block-order-estimate--coupon &gt; div,
.block-order-estimate--promotion-code-message,
.block-order-estimate--method-name,
.block-order-estimate--dest-name {
  display: block;
  margin-top: 4.27vw;
}

.block-order-estimate--dest .block-order-estimate--change-btn,
.block-order-estimate--change-btn,
.block-order-estimate--change-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 4.27vw;
  right: 0;
  width: 26.67vw;
  height: 10.67vw;
  border: none;
  background-color: #202021;
  font-size: 3.73vw;
  font-weight: 600;
}

.block-order-estimate--dest .block-order-estimate--change-btn {
  top: 0;
}

.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--recieve-confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--method-pay &gt; div {
  position: relative;
  padding: 4.27vw 0;
  border-top: 1px solid #E8E9EA;
}

/* お届け先の変更(ダイアログ)*/
.block-order-estimate--dest-address-container,
.block-order-estimate--guest-address-container,
.block-order-estimate--amazonpay-address-container {
  font-size: 14px;
}

.block-order-estimate--dest-address-container h2,
.block-order-estimate--guest-address-container h2,
.block-order-estimate--amazonpay-address-container h2 {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  padding: 5px;
  margin: 10px 0 14px 0;
}

.block-order-estimate--address-frame {
  background: #f8f8f8;
}

.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: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
}

.block-order-estimate--address-frame-close span:before {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-order-estimate--address-frame-close span:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-order-estimate--dest-address-list {
  padding-bottom: 10px;
}

.block-order-estimate--dest-address-item {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 14px 14px 14px;
  padding: 10px;
}

.block-order-estimate--dest-address-title {
  padding-bottom: 5px;
}

.block-order-estimate--dest-address-item-buttons__selected {
  text-align: center;
  background: #fffcfc;
  border: solid 1px #f00;
  margin-top: 10px;
  padding: 5px;
  color: #f00;
  cursor: default;
  width: auto;
}

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

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

.block-order-estimate--dest-address-item-register {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 14px 14px 14px;
  padding: 10px;
}

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

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

.block-order-estimate--dest-address-item-register-input-title {
  background: #333;
  color: #fff;
  border-radius: 0;
  border-bottom: solid 1px #dcdcdc;
  padding: 8px 2px 8px 14px;
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
  margin: 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: solid 1px #dcdcdc;
  border-top: 0;
  padding: 10px;
  margin: 0;
}

/* お届け先の変更(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 {
  background: #fff;
  border: none;
  padding: 0;
  position: relative;
}

.block-order-estimate--method h3 {
  padding: 0 90px 10px 0;
}

.block-order-estimate--method-pay-content .block-order-estimate--change-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 4.27vw;
  right: 0px;
  width: 26.67vw;
  height: 10.67vw;
  font-size: 3.73vw;
  font-weight: 600;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
}

.block-order-estimate--method-pay-content &gt; .block-order-estimate--method &gt; .js-enhanced-ecommerce-method-name-color-red {
  color: #E60112;
  font-weight: 700;
}

/* クレジットカード設定 */
.block-order-estimate--pay-input {
  margin: 0 0 10px 0;
}

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

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

.block-order-estimate--pay-detail .form-group {
  border: solid 1px #dcdcdc;
  border-top: 0;
  margin: 0;
}

.block-order-estimate--pay-detail {
  border-top: solid 1px #dcdcdc;
}

.block-order-estimate--pay-detail .form-label {
  padding: 10px 10px 5px 10px;
}

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

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

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

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

/* コンビニ決済 */
.block-order-estimate--pay-input .block-order-estimate--cvs-select {
  border: solid 1px #dcdcdc;
  border-top: 0;
}

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

.block-order-estimate--amazonpay-login {
  background: #F8F9FA;
  padding: 10px;
}

/* ご注文主様 */
.block-order-estimate--orderer-content {
  background: #fff;
  padding: 10px 90px 10px 10px;
  border: solid 1px #dcdcdc;
  position: relative;
}

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

/* クーポン・キャンペーン */
.block-order-estimate--coupon-campaign-content {
  background: #fff;
  padding: 10px 90px 10px 10px;
  border: solid 1px #dcdcdc;
  position: relative;
}

.block-order-estimate--coupon-campaign-content .block-order-estimate--change-btn {
  width: 70px;
  right: 10px;
  top: 10px;
  position: absolute;
}

.block-order-estimate--coupon-campaign &gt; .block-order-estimate--coupon-campaign-content &gt; h3 {
  padding: 0;
  background-color: transparent;
}

/* ご注文内容 */
.block-order-estimate--summary-content {
  background: #fff;
  border: solid 1px #dcdcdc;
}

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

.block-order-estimate--price-items {
  padding: 10px 10px 5px 10px;
}

.block-order-estimate--price-items dl {
  display: table;
  width: 100%;
  overflow: hidden;
}

.block-order-estimate--price-items dt {
  width: 55%;
  display: table-cell;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-order-estimate--price-items dd {
  width: 45%;
  display: table-cell;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-order-estimate--total dt {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
  font-weight: bold;
}

.block-order-estimate--total dd {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
}

.block-order-estimate--point-add-num {
  color: #f00;
}

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

/* ディスカウント情報 */
.block-order-estimate--discount-info {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

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

.block-order-estimate--discount-info .block-order-estimate--point,
.block-order-estimate--discount-info .block-order-estimate--promotion-code,
.block-order-estimate--discount-info .block-order-estimate--coupon {
  padding: 10px 90px 10px 10px;
  position: relative;
}

.block-order-estimate--discount-info .block-order-estimate--promotion {
  padding: 10px;
  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 {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
}

/* お届け日時指定 */
.block-order-estimate--date-spec-content {
  background-color: #fff;
  border: none;
}

.block-order-estimate--date-spec h3,
.block-order-estimate--time-spec h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--date-spec,
.block-order-estimate--time-spec {
  padding: 0;
  position: inherit;
}

.block-order-estimate--date-spec .block-order-estimate--change-btn,
.block-order-estimate--time-spec .block-order-estimate--change-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 4.27vw;
  right: 0px;
  width: 26.67vw;
  height: 10.67vw;
  font-size: 3.73vw;
  font-weight: 600;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
}

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

/* 定期購入お届けサイクル */
.block-order-estimate--regular-cycle-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 10px 0;
}

.block-order-estimate--regular-cycle-name h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--regular-cycle-name {
  padding: 10px 90px 10px 10px;
  position: relative;
}

.block-order-estimate--regular-cycle-name .block-order-estimate--change-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
}

/* ノベルティ商品のノベルティ選択 */
.block-order-estimate--novelty-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-estimate--novelty-item {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.block-order-estimate--novelty-item-image,
.block-order-estimate--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}

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

.block-order-estimate--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

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

/* ご注文商品 */
.block-order-estimate--goods-content {
  background: #fff;
  border: none;
  margin: 0;
}

.block-order-estimate--goods-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E8E9EA;
  padding: 6.4vw 4.27vw;
}

.block-order-estimate--goods-item-image,
.block-order-estimate--goods-list-image {
  display: block;
  position: relative;
  width: 26.67vw;
  vertical-align: top;
}

.block-order-estimate--goods-item-image figure,
.block-order-estimate--goods-list-image figure {
  background: transparent;
  width: 100%;
  height: auto;
}

.block-order-estimate--goods-item-image .block-top-icon {
  top: 0;
  left: 0;
}

.block-order-estimate--goods-description,
.block-order-estimate--goods-list-item-container {
  display: block;
  width: 58.67vw;
  padding-left: 0;
  vertical-align: top;
  font-size: 3.47vw;
  word-wrap: break-word;
}

.block-order-estimate--goods-list .block-icon {
  margin-bottom: 3vw;
}

.block-order-estimate--goods-condition {
  margin-bottom: 1.33vw;
}

.block-order-estimate--goods-brand,
.block-order-estimate--goods-list-item-brand {
  margin-bottom: 2vw;
}

.block-order-estimate--goods-brand .txt-en,
.block-order-estimate--goods-list-item-brand .txt-en{
  font-size: 4.27vw;
  font-weight: 600;
}

.block-order-estimate--goods-brand .txt-ja,
.block-order-estimate--goods-list-item-brand .txt-ja{
  margin-top: .4vw;
  font-size: 3.2vw;
}

.block-order-estimate--goods-code,
.block-order-estimate--goods-list-item-code {
  font-size: 2.93vw;
}

.block-order-estimate--goods-name,
.block-order-estimate--goods-list-item-name {
  margin-top: 3vw;
  font-size: 4.27vw;
  font-weight: 400;
}

.block-order-estimate--goods-qty-price,
.block-order-estimate--goods-list-item-price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 4.27vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-order-estimate--goods-price-num {
  color: #202021;
  font-size: 4.27vw;
  font-weight: 600;
}

.block-order-estimate--goods-qty {
  font-size: 3.73vw;
  margin-right: 4.27vw;
}

.block-order-estimate--goods-list-item-reference-price {
  color: #E60112;
  font-size: 4.27vw;
  font-weight: 600;
}

.block-order-estimate--goods-list-item-reference-price .ttl {
  margin-right: 2.67vw;
  color: #202021;
  font-size: 3.2vw;
  font-weight: 400;
}

.block-order-estimate--goods-list-item-reference-price .tax {
  font-size: 2.67vw;
  font-weight: 400;
}

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

.block-order-estimate--sales-append .block-order-estimate--confirmation-title {
  padding: 0px;
  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: 17.0vw;
  border: 1px solid #fff;
}

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

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


/* ご注文商品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* 備考 */
.block-order-estimate--comment-content {
  display: block;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.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-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--entry-customer-message {
  margin: 5px 0;
  font-size: 12px;
}

.block-order-estimate--entry-customer-point {
  color: #f00;
  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--pwd {
  margin-top: 10px;
}

.block-order-estimate--pwd-label {
  margin-bottom: 3px;
}

.block-order-estimate--pwd-label-font {
  margin-right: 10px;
}

.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--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-gift-dest {
  margin: 10px;
}

.block-order-gift-dest--header {
  margin: -10px -10px 0 -10px;
}

.block-order-gift-dest h2 {
  margin: 0 -10px 0 -10px;
}

.block-order-gift-dest--check-all {
  padding: 10px 0;
}

/* お届け先配送情報エリア */
.block-order-gift-dest--address-item {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.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;
  text-align: right;
}

.block-order-gift-dest--address-new {
  text-align: right;
  margin-bottom: 10px;
}

.block-order-gift-dest--cart-back {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

/* 贈り主情報エリア */
.block-order-gift-dest--method-sender-info {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}

.block-order-gift-dest--method-sender-info p {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-order-gift-dest--method-sender-info address {
  margin-left: 30px;
}

.block-order-gift-dest--method-sender-change {
  padding: 10px;
  margin-top: 10px;
  background: #f0f0f0;
  border: 1px solid #dcdcdc;
}

.block-order-gift-dest--method-sender-btn {
  margin-top: 10px;
  text-align: right;
}

.block-order-gift-dest--method-sender-input {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
}

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

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

/* ---- 配送先商品追加 ---- */

.block-order-gift-select {
  margin: 10px;
}

.block-order-gift-select--header {
  margin: -10px -10px 0;
}

.block-order-gift-select--sender {
  margin-bottom: 5px;
}

.block-order-gift-select--sender-title {
  margin: 0 -10px;
}

.block-order-gift-select--sender-info {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}

.block-order-gift-select--sender-info p {
  font-weight: bold;
}

.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-btn {
  display: inline-block;
  font-size: 14px;
}

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

/* お届け先 */
.block-order-gift-select--delivery-dest-header-title {
  margin: 10px -10px;
}

.block-order-gift-select--delivery-dest-delete {
  text-align: right;
  position: absolute;
  right: 0;
  top: 8px;
}

.block-order-gift-select--delivery-dest-delete-btn {
  font-size: 14px;
}

.block-order-gift-select--delivery-dest-address {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}

.block-order-gift-select--delivery-dest-nickname {
  font-weight: bold;
}

/* お届け先商品 */
.block-order-gift-select--delivery-dest-goods {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-goods-added {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-goods-select .block-order-gift-select--delivery-dest-goods {
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #dcdcdc;
}

.block-order-gift-select--delivery-dest-goods-add {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-goods-message {
  padding: 0 0 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;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-qty-header {
  width: 50px;
}

.block-order-gift-select--delivery-dest-goods-qty input {
  width: 40px;
  text-align: right;
}

.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-noshi-btn {
  font-size: 14px;
  padding: 4px 5px;
}

.block-order-gift-select--delivery-dest-goods-noshi-massage {
  padding: 0 0 10px;
}

.block-order-gift-select--delivery-dest-goods-delete {
  text-align: right;
}

.block-order-gift-select--delivery-dest-total {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-total table th {
  width: 30%;
  max-width: 30%;
  vertical-align: middle;
  white-space: normal;
}

.block-order-gift-select--delivery-dest-total td {
  vertical-align: middle;
}

.block-order-gift-select--delivery-dest-total-price {
  display: inline-block;
  vertical-align: middle;
}

.block-order-gift-select--delivery-dest-total-price-calc {
  text-align: right;
  float: right;
  display: inline-block;
}

/* 配送方法 */
.block-order-gift-select--delivery-date h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--delivery-date-content {
  margin-top: 10px;
}

/* お支払い情報 */
.block-order-gift-select--coupon h2 {
  margin: 10px -10px 0;
}

.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--promotion h2 {
  margin: 10px -10px 0;
}

.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 h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--point-payment-content {
  margin-top: 10px;
}

.block-order-gift-select--select-point-payment {
  margin-top: 10px;
}

input.block-order-gift-select--point-payment-input {
  width: 5.0em;
  background-color: #dedede;
  margin: 0 10px;
}

.block-order-gift-select--method h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--method-content {
  margin-top: 10px;
}

/* その他 */
.block-order-gift-select--other-title {
  margin: 10px -10px 0;
}

.block-order-gift-select--back {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

/* ---- のし・ラッピング設定 ---- */

.block-order-gift-noshi {
  margin: 10px;
}

.block-order-gift-noshi h3 {
  margin: 0 -10px;
}

.block-order-gift-noshi--title {
  margin: -10px -10px 0;
}

.block-order-gift-noshi--sender {
  padding: 10px;
  background-color: #fff;
}

.block-order-gift-noshi--goods {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}

.block-order-gift-noshi--sender p {
  font-weight: bold;
}

.block-order-gift-noshi--noshi-container-title {
  margin: 10px -10px;
}

.js-order-gift-noshi-message-box-wrapper {
  margin-bottom: 10px;
}

.block-order-gift-noshi--paper-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--paper-message {
  margin-bottom: 10px;
}

.block-order-gift-noshi--paper-input .control-label {
  font-weight: bold;
}

.block-order-gift-noshi--nameprint-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--covertype-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--wrap-container-title {
  margin: 10px -10px;
}

.block-order-gift-noshi--wrap-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--section {
  margin-bottom: 10px;
}

.block-order-gift-noshi--bag-container-title {
  margin: 10px -10px;
}

.block-order-gift-noshi--bag-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--section {
  margin-bottom: 10px;
}

.block-order-gift-noshi--bag-input {
  font-weight: bold;
}

.block-order-gift-noshi--paper-item-price {
  display: inline-block;
}

.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--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-confirmation {
  padding: 10px;
}

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

.block-order-gift-confirmation--header {
  margin: -10px -10px 0;
}

.block-order-gift-confirmation--order-item-header {
  margin: 0 -10px 10px;
}

.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-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-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--orderer-table {
  margin-bottom: 10px;
}

.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-message td {
  text-align: left;
}

.block-order-gift-confirmation--sender-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--destination-address-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--destination-address {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.block-order-gift-confirmation--sending-item-name figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--sending-item-detail-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--other-header {
  margin: 0 -10px 10px;
}

.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-title {
  margin: 0 -10px;
}

.block-order-gift-confirmation--method h3 {
  margin: 0 -10px;
}

.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-title {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--entry-customer-message {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--mailnews-title {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--mailnews-message {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--novelty-header {
  margin: 0 -10px 10px;
}

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

.block-order-gift-confirmation--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

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

.block-order-gift-confirmation--campaign-info {
  text-align: center;
  padding: 5px 0;
  margin: 10px 0;
}

/** 注文梱包キット **/

.block-select-wrapping-kit {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 99999;
}

.block-select-wrapping-kit-inner {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.block-select-wrapping-kit h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 17.07vw;
  padding: 0 4.27vw;
  background-color: #202021;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 600;
}

.block-select-wrapping-kit-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6.4vw 4.27vw;
  border-bottom: 1px solid #E8E9EA;
}

.block-select-wrapping-kit-list .img {
  width: 26.67vw;
}

.block-select-wrapping-kit-list .content {
  width: 58.67vw;
}

.block-select-wrapping-kit-list .name {
  font-size: 4.27vw;
  font-weight: 600;
}

.block-select-wrapping-kit-list .size {
  margin-top: 3vw;
}

.block-select-wrapping-kit-list .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block-cart--goods-list-item-qty {
  position: relative;
}

.block-cart--goods-list-item-qty img {
  display: block;
  position: absolute;
  right: 3.2vw;
}

.block-cart--goods-list-item-qty-plus{
  top: 4.2vw;
}

.block-cart--goods-list-item-qty-minus {
  bottom: 4.2vw;
}

.block-select-wrapping-kit-btns{
  margin-top: 6.4vw;
  padding: 0 4.27vw 6vw;
}

.block-select-wrapping-kit-add-cart span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 17.07vw;
  background-color: #E60112;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 600;
}

.block-select-wrapping-kit-add-cart span::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  width: 4.93vw;
  height: 5.2vw;
  margin-right: 3.2vw;
  background: url(../../img/usr/common_sp/icon_cart_white@2x.png) center no-repeat;
  background-size: contain;
}

.block-select-wrapping-kit-close {
  position: relative;
  margin-top: 6.4vw;
  font-size: 4.27vw;
  text-align: center;
}

.block-select-wrapping-kit-close span {
  position: relative;
}

.block-select-wrapping-kit-close span::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  width: 2.93vw;
  height: 2.93vw;
  margin-right: 2.67vw;
  background: url(../../img/usr/common_sp/icon_cross@2x.png) center no-repeat;
  background-size: contain;
}

/** 査定希望商品 **/

.block-cart--valuation {}

.block-cart--valuation-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #202021;
  color: #fff;
}

.block-cart--valuation-ttl &gt; p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 10.67vw;
  margin-top: 4vw;
  background-color: #fff;
  color: #202021;
  font-size: 4.27vw;
}

.block-cart--valuation-ttl &gt; p &gt; span {
  display: block;
  position: absolute;
  top: 50%;
  right: 4.27vw;
  width: 2.67vw;
  height: 2.67vw;
  -webkit-transform: translate(0, -50%);
  transform: translate(0 ,-50%);
}

.block-cart--valuation-ttl &gt; p &gt; span::before,
.block-cart--valuation-ttl &gt; p &gt; span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #202021;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);
}

.block-cart--valuation-ttl &gt; p &gt; span::before {
  width: 2.67vw;
  height: 2px;
}

.block-cart--valuation-ttl &gt; p &gt; span::after {
  width: 2px;
  height: 2.67vw;
}

.block-cart--valuation .block-cart--goods-list-item-name {
  margin-top: 1.33vw;
}

.block-cart-appraisal--goods-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 3vw;
}

.block-cart--goods-list-check {
  width: 9.3vw;
  padding-top: 10.67vw;
}

.block-cart-appraisal-checkbox-all {
  position: relative;
  width: 20vw;
/*  margin: 4vw auto 0;*/
}

.block-cart-appraisal--checkbox {
  position: relative;
  width: 14vw;
  padding-top: 3vw;
}

.block-cart-appraisal-checkbox-all .block-cart-appraisal--checkbox{
  width: 20vw;
}

.block-cart-appraisal--checkbox input[type='checkbox'] {
  display: none;
}

.block-cart-appraisal--checkbox &gt; label {
  display: block;
  position: relative;
  width: 10vw;
  height: 5vw;
  margin: auto;
  border: 1px solid #E8E9EA;
  border-radius: 5vw;
}

.block-cart-appraisal--checkbox &gt; label::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(5vw - 1px);
  height: calc(5vw - 1px);
  background: url(../../img/usr/common_pc/icon_toggle_off.png) center no-repeat;
  background-size: contain;
}

.block-cart-appraisal--checkbox &gt; input[type='checkbox']:checked + label::before {
  right: auto;
  left: 0;
  background: url(../../img/usr/common_pc/icon_toggle_on.png) center no-repeat;
  background-size: contain;
}

.block-cart-appraisal--checkbox &gt; p {
  position: relative;
  width: 100%;
}

.block-cart-appraisal--checkbox &gt; p::before {
  display: block;
  margin-top: 3px;
  content: '買取申込しない';
  width: 100%;
  font-size: 2.67vw;
  text-align: center;
}

.block-cart-appraisal-checkbox-all .block-cart-appraisal--checkbox &gt; p::before {
  content: '買取申込しない';
}

.block-cart-appraisal--checkbox &gt; input[type='checkbox']:checked + label + p::before {
  content: '買取申込する';
}

.block-cart-appraisal-checkbox-all .block-cart-appraisal--checkbox &gt; input[type='checkbox']:checked + label + p::before {
  content: '買取申込する';
}

.block-valuation-btn{
  position: absolute;
  top: 3vw;
  right: 1vw;
}

.block-cart--valuation .block-cart--goods-list-image {
  padding-left: 3vw;
}

.block-cart--valuation .block-cart--goods-list-image figure {
  width: 22vw;
}

.block-cart--valuation .block-cart--goods-list-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 44vw;
  margin-left: auto;
}

.block-cart--valuation .block-cart--goods-list-item-price-info {
  width: 100%;
  margin-top: 0;
}

.block-cart--valuation .block-cart--goods-list-item-qty {
  margin: 2vw 0 0 0;
}

.block-cart--valuation .block-cart--goods-list-item-reference-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #E60112;
  font-size: 4.27vw;
  font-weight: 600;
}

.block-cart--valuation .block-cart--goods-list-item-reference-price .ttl {
  margin-right: auto;
  color: #202021;
  font-size: 3.2vw;
  font-weight: 400;
}

.block-cart--valuation .block-cart--goods-list-item-reference-price .tax {
  font-size: 2.67vw;
  font-weight: 400;
}

.block-cart--valuation-btn {
  margin-top: 2.67vw;
  padding: 4vw 4.27vw;
  background-color: #F8F9FA;
}

.block-cart--valuation-btn li {
  margin: 0;
  padding: 0;
  border: none;
}

.block-cart--valuation-btn li + li {
  margin-top: 3.6vw;
}

.block-cart--valuation .block-cart--goods-list-item-delete{
  position: relative;
  margin-top: 2vw;
  padding-right: 5.67vw;
}

.block-cart--valuation .block-delete-btn {
  position: absolute;
  top: .33vw;
  right: 0;
}

.block-order-estimate--comment .block-order-estimate--comment-title .block-order-estimate--comment-title-remarks-note {
  font-size: 50%;
}

.block-order-estimate--appraisal-goods-list-title,.block-order-estimate--sales-append .block-order-estimate--confirmation-title .sales-append-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 17vw;
  margin: 10.67vw 0 0;
  padding: 4vw 4.27vw;
  border: none;
  background-color: #202021;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
}

.block-order-estimate--purchase-increase-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0vw;
  padding: 3vw 4.27vw;
  background-color: #F2F3F3;
  font-size: 4.0vw;
  font-weight: 700;
}

.block-order-estimate--comment .block-order-estimate--comment-title .block-order-estimate--comment-title-remarks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.block-order-estimate--comment .block-order-estimate--comment-title .block-order-estimate--comment-title-table th,
.block-order-estimate--comment .block-order-estimate--comment-title .block-order-estimate--comment-title-table td
{
  vertical-align: middle;
}

.block-order-estimate--comment .block-order-estimate--comment-title .block-order-estimate--comment-title-table {
  table-layout: fixed;
}

.block-order-estimate--comment .block-order-estimate--comment-title .block-order-estimate--comment-title-table td {
  padding: 0 0 0 10px;
}

.block-select-wrapping-kit {
  display: block;
}

/**/
.block-order-estimate--purchase-increase-rate-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0vw;
  padding: 3vw 6.27vw;
  background-color: #F2F3F3;
  font-size: 12px;
  font-weight: normal;
}
</pre></body></html>