﻿@charset "UTF-8";

/* ----注文フローステップ---- */

.block-order-flow--step {
  padding: 0;
  margin: 0;
  text-align: center;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
  display: inline-block;
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  height: auto;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
  content: none;
}

.block-order-flow--step-current {
  color: #202021;
  background: transparent;
  font-weight: 400;
}

.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: 72px;
}

.block-order-flow--step li:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: -188px;
  width: 180px;
  height: 1px;
  background-color: #E8E9EA;
}

.block-order-flow--step li + li {
  margin-left: 196px;
}

.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: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 40px;
  color: #111;
}

.block-order-flow--step .block-order-flow--step-current .flow-no,
.block-order-flow--step .block-order-flow--step-done .flow-no {
  background-color: #111;
  color: #fff;
}

.block-order-flow--step .flow-txt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  font-size: 1.3rem;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}


/* ----注文フロー右サイドエリア----*/

.block-cart--container,
.block-order-method--container,
.block-order-estimate--container {
  position: relative;
}

.block-cart--container .order-side-area-fixed,
.block-order-method--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-fixed {
  display: inline-block;
  position: fixed;
  top: 20px;
  z-index: 1;
}

.block-cart--container .order-side-area-end,
.block-order-method--container .order-side-area-end,
.block-order-estimate--container .order-side-area-end {
  position: absolute;
  bottom: 0;
  right: 0;
}



/* ----カートアイテム ---- */

.block-cart--infomation {
  background: #fff;
  border: 1px solid #999;
  margin: 20px auto;
  padding: 20px;
  text-align: left;
  width: 800px;
}

.block-cart--order-button-description {
  font-size: 12px;
  text-align: center;
}

.block-cart--amazonpay {
  border-top: 1px solid #9f9c97;
  padding: 0;
  margin-top: 5px;
  text-align: center;
}

.block-cart--amazonpay-description {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}

.block-cart--container {
  position: relative;
  margin-top: 80px;
  overflow: visible;
}

.block-cart--goods-list-image {
  width: 100px;
  height: auto;
  float: none;
  margin: 0 20px 0 0;
  background: transparent;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-cart--goods-list-image:hover {
  opacity: .7;
}

.block-cart--goods-list .block-top-icon {
  position: absolute;
  top: 24px;
  left: 0;
}

.block-cart--goods-list-item {
  float: none;
  width: 295px;
  margin: 0 0 0 24px;
}

.block-cart .block-icon {
  margin: 0;
}

.block-cart--goods-list-item-condition {
  margin-top: 10px;
  font-size: 1.3rem;
}

.block-cart--goods-list-item-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.block-cart--goods-list-item-brand:not(:first-child) {
  margin-top: 8px;
}

.block-cart--goods-list-item-brand .txt-en {
  font-size: 1.4rem;
  font-weight: 600;
}

.block-cart--goods-list-item-brand .txt-ja {
  margin-left: 16px;
  font-size: 1.1rem;
}

.block-cart--goods-list-item-code {
  margin-top: 6px;
  font-size: 1.1rem;
}

.block-cart--goods-list-item-name {
  margin-top: 6px;
  font-weight: 400;
  font-size: 1.4rem;
  ;
  line-height: 1.6;
}

.block-cart--goods-list-item-price-info {
  float: none;
  width: auto;
  text-align: right;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.block-cart--goods-list-item-calc .block-cart--goods-list-item-price-info {
  margin-top: 16px;
}

.block-cart--goods-list-item-price {
  color: #202021;
  font-size: 1.5rem;
  font-weight: 600;
}

.block-cart--goods-list-item-input {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: none;
  width: 196px;
  margin-left: 24px;
}

.block-cart--goods-list-item-qty-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.block-cart--goods-list-item-calc {
  text-align: right;
}

.block-cart--goods-list-item-qty {
  position: relative;
  width: 100px;
  margin: 0;
}

.block-cart--goods-list-item-qty input {
  width: 100%;
  height: 40px;
  padding: 0 0 0 16px;
  ;
  border: 1px solid #CDD0D1;
  border-radius: 4px;
}

.block-cart--goods-list-item-qty:after {
  content: none;
}

.block-cart--goods-list-item-qty-plus {
  position: absolute;
  top: 12px;
  right: 12px;
}

.block-cart--goods-list-item-qty-minus {
  position: absolute;
  top: 22px;
  right: 12px;
}

.block-cart--goods-list-item-calc-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;
  width: 80px;
  height: 40px;
  margin: 0;
  border: none;
  background-color: #F2F3F3;
  font-size: 1.4rem;
  font-weight: 600;
}

.block-cart--goods-list-item-delete {
  width: auto;
  margin-top: 14px;
  border: none;
  background: none;
  color: #202021;
  font-size: 1.3rem;
  ;
  text-decoration: underline;
  cursor: pointer;
}

.block-cart--goods-list-item-delete:hover {
  text-decoration: none;
}

.block-cart--goods-list-item-comment {
  padding: 20px 0 15px;
}

.block-cart--goods-list-item-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 660px;
  margin-top: 16px;
}

.block-cart--goods-list-item-option-list {
  width: 560px;
}

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: 6px 16px;
  border-top: none;
  border-right: 1px solid #CDD0D1;
  border-bottom: 1px solid #CDD0D1;
  border-left: none;
  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: 160px;
}

.block-cart--goods-list-item-option-list-side {
  width: 46px;
  text-align: center;
}

.block-cart--goods-list-item-option-list-price {
  width: 70px;
  text-align: right;
  white-space: nowrap;
}

.block-cart--goods-list-item-option-change-btn .btn-secondary {
  width: 76px;
  border: none;
  background-color: #202021;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-cart--goods-list-item-option-change-btn .btn-secondary:hover {
  opacity: .7;
}

/* カート左エリア */
.block-cart--contents {
  width: 660px;
  float: left;
  background: #fff;
}

.block-cart--goods-list li {
  margin: 0;
  padding: 0;
  border: none;
}

.block-cart--goods-list > li:last-child {
  border: none;
}

.block-cart--goods-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 24px 0;
  overflow: visible;
  border-bottom: solid 1px #E8E9EA;
}

.block-cart--valuation {
  margin-top: 16px;
}

.block-cart--valuation-ttl {
  background-color: #202021;
  color: #fff;
}

.block-cart--valuation-ttl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 220px;
  height: 36px;
  padding-left: 16px;
  background-color: #fff;
  color: #202021;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.block-cart--valuation-ttl p span {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.block-cart--valuation-ttl p span::before,
.block-cart--valuation-ttl p 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 p span::before {
  width: 10px;
  height: 2px;
}

.block-cart--valuation-ttl p span::after {
  width: 2px;
  height: 10px;
}

.block-cart-appraisal-checkbox-all {
  position: relative;
  width: 70px;
  margin-top: 30px;
}

.block-cart-appraisal--goods-check {
  position: relative;
  width: 70px;
}

.block-valuation-btn {
  position: absolute;
  top: 2px;
  right: -5px;
}

.block-cart-appraisal--checkbox > input[type='checkbox'] {
  display: none;
}

.block-cart-appraisal--checkbox > label {
  display: block;
  position: relative;
  width: 40px;
  height: 18px;
  margin: auto;
  border: 1px solid #E8E9EA;
  border-radius: 18px;
}

.block-cart-appraisal--checkbox > label::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../img/usr/common_pc/icon_toggle_off.png) center no-repeat;
  background-size: contain;
}

.block-cart-appraisal--checkbox > 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 > p {
  position: relative;
}

.block-cart-appraisal--checkbox > p::before {
  display: block;
  margin-top: 3px;
  content: '買取申込しない';
  width: 70px;
  font-size: 1rem;
  text-align: center;
}

.block-cart-appraisal-checkbox-all .block-cart-appraisal--checkbox > p::before {
  content: '買取申込しない';
}

.block-cart-appraisal--checkbox > input[type='checkbox']:checked + label + p::before {
  content: '買取申込する';
}

.block-cart-appraisal-checkbox-all .block-cart-appraisal--checkbox > input[type='checkbox']:checked + label + p::before {
  content: '買取申込する';
}

.block-cart-appraisal--goods-list-image {
  width: 100px;
  margin-left: 10px;
}

.block-cart--valuation .block-cart--goods-list-item {
  width: 460px;
  margin: 0 0 0 20px;
}

.block-cart-appraisal--goods-list-assessment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 460px;
  margin: 10px 0 0 20px;
}

.block-cart-appraisal--goods-list-assessment .block-cart--goods-list-item-qty-btn {
  margin: 0 24px 0 0;
}

.block-cart--goods-list-item-reference-price {
  color: #E60112;
  font-size: 1.4rem;
}

.block-cart--goods-list-item-reference-price .ttl {
  margin-right: 5px;
  color: #202021;
  font-size: 1.3rem;
  font-weight: 400;
}

.block-cart--goods-list-item-reference-price .tax {
  font-size: 1rem;
  font-weight: 400;
}

.block-cart-appraisal--goods--detail .block-cart--goods-list-item-calc {
  position: relative;
  padding-right: 22px;
}

.block-delete-btn {
  position: absolute;
  top: 19px;
  right: 0;
}

.block-cart--valuation-btn {
  margin-top: 10px;
  padding: 0 16px;
  background-color: #F8F9FA;
}

.block-cart--valuation-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
}

.block-cart--valuation-btn ul > li {
  width: 50%;
}

.block-cart--valuation-btn input[type="radio"] {
  display: none;
}

.block-cart--valuation-btn label {
  display: block;
  position: relative;
  padding: 1px 0 0 30px;
}

.block-cart--valuation-btn label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.block-cart--valuation-btn label::before {
  background: url(../../img/usr/common_pc/icon_radio_off.png) center no-repeat;
  background-size: contain;
}

.block-cart--valuation-btn input:checked + label::before {
  background: url(../../img/usr/common_pc/icon_radio_on.png) center no-repeat;
  background-size: contain;
}

.block-cart--valuation .block-cart--goods-list-item-delete {
  margin-top: 16px;
}

/* カート右サイドエリア */
.block-cart--side-area {
  position: relative;
  float: left;
  width: 360px;
  padding: 0;
}

.block-cart--side-contents {
  width: 280px;
  margin: 0 0 0 80px;
}

.block-cart--procedure {
  margin: 16px 0 0 0;
  padding: 0;
  border: none;
  background: #F8F9FA;
  overflow: hidden;
}

.block-cart--procedure-container {
  padding: 16px;
  overflow: hidden;
  background: #F8F9FA;
}

.block-cart--order {
  margin-top: 24px;
}

.block-cart--order-btn {
  display: block;
  width: 100%;
  height: 64px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #E60112;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-cart--order-btn:hover {
  opacity: .7;
}

.block-cart--order-btn-gift {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  background: #ffa200;
  border: #d28500 1px solid;
}

.block-cart--purchase,
.block-cart--buyback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 8px;
}

.block-cart--purchase .price,
.block-cart--buyback .price {
  color: #E60112;
  font-size: 1.6rem;
  font-weight: 600;
}

.block-cart--subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 248px;
  height: 56px;
  margin-top: 16px;
  padding: 0 16px;
  background-color: #fff;
  font-size: 1.3rem;
}

.block-cart--subtotal .price {
  color: #E60112;
  font-size: 2.2rem;
  font-weight: 600;
}

.block-cart .block-exchange-price {
  margin: 0;
  text-align: center;
}

.block-cart--subtotal-price {
  font-size: 18px;
  font-weight: bold;
}

.block-cart--shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.block-cart--shipping > li {
  width: 50%;
}

.block-cart--shipping input[type="radio"] {
  display: none;
}

.block-cart--shipping label {
  display: block;
  position: relative;
  padding: 1px 0 0 30px;
}

.block-cart--shipping label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.block-cart--shipping label::before {
  background: url(../../img/usr/common_pc/icon_radio_off.png) center no-repeat;
  background-size: contain;
}

.block-cart--shipping input:checked + label::before {
  background: url(../../img/usr/common_pc/icon_radio_on.png) center no-repeat;
  background-size: contain;
}

.block-cart--other-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}

.block-cart--other-btns > div + div {
  margin-top: 16px;
}

.block-cart--other-btns span,
.block-cart--other-btns 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: 56px;
  background-color: #202021;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-cart--other-btns span:hover,
.block-cart--other-btns a:hover {
  text-decoration: none;
  opacity: .7;
}

.block-cart--continue-shopping {
  margin: 24px 0 0;
  text-align: center;
}

.block-cart--promotion {
  text-align: center;
}

.block-cart--promotion dd,
.block-cart--promotion dt {
  display: inline-block;
  margin-bottom: 10px;
}

.block-cart--promotion-discount {
  font-size: 13px;
  font-weight: bold;
}

.block-cart--continue-shopping-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}

.block-cart--continue-shopping-link:hover {
  text-decoration: none;
}

.block-promotion-message--content {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-size: 1.3rem;
  text-align: center;
}

.block-promotion-message--content span {
  color: #E60112;
  font-size: 1.4rem;
  font-weight: 400;
}

.block-promotion-message--content b {
  color: #E60112;
  font-size: 1.6rem;
}

a.block-promotion-message--info {
  text-decoration: none;
}

.block-select-wrapping-kit {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

.block-select-wrapping-kit-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 32, 33, 0.3);
}

.block-select-wrapping-kit-container {
  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;
  height: 100vh;
}

.block-select-wrapping-kit-inner {
  position: relative;
  width: 1020px;
  padding: 50px 40px 40px;
  background-color: #fff;
  overflow: auto;
}

.block-select-wrapping-kit-inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding: 0 22px;
  border: none;
  background-color: #202021;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.block-select-wrapping-kit-list {
  margin-top: 24px;
}

.block-select-wrapping-kit-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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;
  width: 292px;
}

.block-select-wrapping-kit-list li:not(:nth-child(3n)) {
  margin-right: 32px;
}

.block-select-wrapping-kit-list .img {
  width: 100px;
}

.block-select-wrapping-kit-list .content {
  width: 168px;
}

.block-select-wrapping-kit-list .name {
  font-size: 1.4rem;
  font-weight: 600;
}

.block-select-wrapping-kit-list .size {
  margin-top: 8px;
}

.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;
  margin-top: 12px;
}

.block-select-wrapping-kit-list .qty-txt {
  margin-right: 12px;
}

.block-select-wrapping-kit-btns {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.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;
  width: 400px;
  height: 64px;
  background-color: #E60112;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-select-wrapping-kit-add-cart span:hover {
  opacity: .7;
}

.block-select-wrapping-kit-close {
  margin-top: 24px;
}

.block-select-wrapping-kit-close span {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
}

.block-select-wrapping-kit-close span:hover {
  text-decoration: underline;
}

.block-select-wrapping-kit-close span::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  background: url(../../img/usr/common_pc/icon_cross.png) center no-repeat;
  background-size: contain;
}

/* ---------------------- */
/* ----通常の注文--------- */
/* ---------------------- */

/* ----カート画面直後のAmazonPayローディング---- */

.block-order-amazonpay--loading {
  padding: 60px 0;
  text-align: center;
}

/* ----アマゾンウィジェット---- */
.block-order-estimate--amazonpay-address-widget,
.block-order-amazonpay--address-widget,
.block-amazon--address-widget {
  width: 600px;
  margin: 0 auto;
  height: 270px;
  padding: 5px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* ----注文方法指定画面---- */

/* 共通設定 */

.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content,
.block-order-method--goods-content,
.block-order-method--dest-content,
.block-order-method--host-content,
.block-order-method--host-confirmation {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px 20px 20px 20px;
  margin: 0 0 20px 0;
}

.block-order-method h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.block-order-method h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-order-method address {
  font-size: 12px;
  line-height: 1.4;
}

.block-order-method .block-icon {
  margin: 0 15px 0 0;
}

.block-order-method dt {
  font-weight: bold;
}

.block-order-method--container {
  display: block;
  overflow: hidden;
}

.block-order-method--contents {
  width: 860px;
  float: left;
}

.block-order-method--name-sei,
.block-order-method--name-mei,
.block-order-method--kana-sei,
.block-order-method--kana-mei {
  display: inline-block;
}

.block-order-method--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* 右サイドエリア */
.block-order-method--side-area {
  position: relative;
  float: right;
}

.block-order-method--side-contents {
  background: #eee;
  width: 300px;
  margin: 0 0 0 40px;
}

.block-order-method--procedure {
  border: solid 1px #dcdcdc;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-order-method--procedure-container {
  padding: 14px;
  background: #fffce4;
}

.block-order-method--next-btn {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: 5px 0;
  padding: 14px 0;
  font-weight: bold;
}

/* お届け先 */
.block-order-method--dest-item:first-child {
  border-top: solid 1px #dcdcdc;
}

.block-order-method--dest-item {
  border-bottom: solid 1px #dcdcdc;
  padding: 20px;
  overflow: hidden;
}

.block-order-method--dest-item address {
  float: left;
}

.block-order-method--dest-item-nickname {
  font-weight: bold;
}

.block-order-method--dest-title-salesinclude {
  font-weight: bold;
  font-size: 16px;
}

.block-order-method--dest-item-salesinclude {
  font-weight: bold;
}

.block-order-method--dest-change {
  padding: 10px;
  margin: 0 0 10px 0;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}

.block-order-method--dest-change strong {
  font-weight: bold;
}

.block-order-method--dest-change span {
  margin-left: 20px;
  font-size: 12px;
}

.block-order-method--dest-add {
  text-align: right;
  padding: 20px;
}

.block-order-method--dest-item-edit {
  text-align: right;
}

.block-order-method--dest-list address {
  margin: 0 0 0 20px;
}

/* 商品情報 */
.block-order-method--goods-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dfdfdf;
}

.block-order-method--goods-list li:last-child {
  border-bottom: none;
}

.block-order-method--goods-item-image {
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  width: 200px;
  height: 200px;
  padding: 0;
}

.block-order-method--goods-item-condition {
  margin-top: 10px;
  font-size: 1.3rem;
}

.block-order-method--goods-item-name,
.block-order-method--goods-item-set-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.block-order-method--goods-item-comment {
  padding: 20px 0 15px;
}

.block-order-method--sales-detail-append-item {
  overflow: hidden;
}

/* 配送方法 */
.block-order-method--spec-content dl {
  margin: 0 0 10px 0;
}

.block-order-method--spec-content dl dt {
  float: left;
}

.block-order-method--spec-content dl dd {
  margin-left: 8em;
}

/* お支払い情報 */
.block-order-method--coupon-content,
.block-order-method--promotion-content,
.block-order-method--point-use {
  margin: 0 0 10px 0;
}

.block-order-method--payment-method-select li {
  margin: 0 0 10px 0;
}

.block-order-method--payment-method-select li .help-block {
  display: inline-block;
  margin-left: 30%;
}

.block-order-method--point-use-select {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}

.block-order-method--point-use-select label {
  cursor: pointer;
  padding: 0 23px 0 5px;
}

.block-order-method--current-point {
  margin: 0 0 10px 0;
}

.block-order-method--current-point-num {
  font-weight: bold;
}

.block-order-method--coupon-available-btn {
  margin: 0 0 0 14px;
}

/* その他 */
.block-order-method--sales-append-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
}

.block-order-method--sales-append-content .form-label,
.block-order-method--sales-append-content .constraint {
  background-color: #f8f8f8;
}

.block-order-method--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

/* クーポンダイアログ */
.block-order-method--coupondialog-wrapper {
  max-height: 300px;
  overflow-y: auto;
}

.block-order-method--coupondialog-table {
  width: 100%;
}

.block-order-method--coupondialog-table td {
  background: #fff;
}

.block-order-method--coupondialog-header-code {
  width: 180px;
}

.block-order-method--coupondialog-header-select {
  width: 180px;
}

/* ---- 注文内容確認(通常フロー) ---- */

/* クレジットカード設定 */
.block-order-estimate--pay-input {
  margin-bottom: 10px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}

.block-order-estimate--pay-header {
  background: #333;
  padding: 10px;
  margin: 0 0 15px 0;
  color: #fff;
}

.block-order-estimate--pay-input .form-group .form-label {
  width: 25%;
}

.block-order-estimate--pay-savecard,
.block-order-estimate--pay-selectcard {
  padding: 0 0 0 20px;
}

.block-order-estimate--pay-input .block-common-alert-list {
  margin: 20px auto;
  width: 90%;
}

/* 画面内共通設定 */
.block-order-estimate--container {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

.block-order-estimate h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height:  56px;
  margin: 0;
  padding: 0 22px;
  border: none;
  background-color: #202021;
  color: #fff;
  font-size: 1.8rem;;
  font-weight: 600;
}

.block-order-estimate h3 {
  width: 156px;
  min-height: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #202021;
  font-size: 1.3rem;
  font-weight: 600;
}

.block-order-estimate h3 a {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 20px;
  width: 70px;
}

.block-order-estimate--salesinclude-btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 5px !important;
  width: 120px !important;
}

.block-order-estimate--confirmation-content {
  width: 304px;
  line-height: 2;
}

.block-order-estimate--method > .block-order-estimate--confirmation-content > .js-enhanced-ecommerce-method-name-color-red {
  color: #E60112;
  font-weight: 600;
}

.block-order-estimate--method--amazonpay-alert > .block-common-alert-list  {
  width:auto;
}

.block-order-estimate--confirmation-change {
  margin-left: auto;
}

.block-order-estimate--confirmation-change 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: 80px;
  height: 40px;
  border: none;
  background-color: #F2F3F3;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-order-estimate--confirmation-change a.block-order-estimate--change-btn,
.block-order-estimate--confirmation-title a.block-order-estimate--change-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  border: none;
  background-color: #202021;
  font-size: 1.4rem;
  font-weight: 600;
  transition: .2s ease-in-out;
  color: #fff;
}

.block-order-estimate--confirmation-change .block-order-estimate--amazonpay-payment-btn,
.block-order-estimate--confirmation-change .block-order--amazonpay-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: none;
  background-color: #202021;
  font-size: 1.4rem;
  font-weight: 600;
  transition: .2s ease-in-out;
  color: #fff;
}

.block-order-estimate--confirmation-change a:hover {
  opacity: .7;
}

.block-order-estimate address {
  font-size: 1.3rem;;
  line-height: 2;
  word-wrap: break-word;
}

.block-order-estimate--point {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--novelty,
.block-order-estimate--goods-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px;
}

.block-order-estimate--goods-content {
  margin: 0;
  padding: 0;
  border: none;
}

.block-order-estimate--confirmation {
  margin: 0;
  padding: 40px;
  border: solid 3px #F2F3F3;
  background: #fff;
}

.block-order-estimate--entry {
  margin-top: 10px;
  padding: 0 10px;
}

.block-order-estimate--register-customer {
  margin-bottom: 10px;
}

.block-order-estimate--register-customer-checkbox,
.block-order-estimate--register-customer-checkbox-message {
  display: table-cell;
}

.block-order-estimate--entry-customer {
  margin-bottom: 5px;
}

.block-order-estimate--entry-customer-message {
  font-size: 12px;
}

.block-order-estimate--entry-customer-point {
  color: #f00;
  font-size: 15px;
  font-weight: bold;
}

.block-order-estimate--uid-label {
  margin-bottom: 3px;
}

.block-order-estimate--uid-label-font {
  margin-right: 10px;
}

.block-order-estimate--uid-count {
  margin-top: 0;
}

.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--pwd-count {
  margin-top: 0;
}

.block-order-estimate--login-state-saving {
  padding-left: 0;
  margin-top: 10px;
}

.block-order-estimate--login-state-saving-message {
  margin-top: 10px;
}

.block-order-estimate--mailnews {
  margin-top: 10px;
}

.block-order-estimate--mailnews-title {
  font-weight: bold;
}

.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--dest-address-item-register-input-form .block-order-estimate--dest-address-nickname .constraint {
  text-align: right;
}

.block-order-estimate--dest-address-item-register-input-form .block-order-estimate--dest-address-nickname .constraint .required {
  margin: -38px 20px 16px 0;
  display: block;
}

/* 注文内容確認左サイドエリア */
.block-order-estimate--content {
  width: 660px;
  float: left;
}

/* お届け先情報 */
.block-order-estimate--confirmation {
  overflow: hidden;
}

.block-order-estimate--confirmation-list {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.block-order-estimate--confirmation-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
}

.block-order-estimate--confirmation-list li:first-child {
  padding-top: 0;
}

.block-order-estimate--confirmation-list li:last-child {
  padding-bottom: 0;
}

.block-order-estimate--confirmation-list li:not(:first-child) {
  border-top: 1px solid #E8E9EA;
}

.block-order-estimate--confirmation-list-full li {
  padding: 0 0 20px 0;
}

.block-order-estimate--amazonpay-wallet {
  color: #333;
  border: 1px solid #dcdcdc;
  clear: both;
}

.block-order-estimate--amazonpay-wallet-header {
  background: #333;
  padding: 10px;
  color: #fff;
}

.block-order-estimate--amazonpay-wallet-content {
  margin: 15px auto;
  height: 270px;
}

.block-order-estimate--amazonpay-billagree-wallet-content {
  margin: 15px auto;
  height: 450px;
}

.block-order-estimate--amazonpay-wallet-widget {
  margin: 0 auto;
  width: 600px;
}

.block-order-estimate--amazonpay-consent-widget {
  margin: 0 auto;
  width: 600px;
}

/* 配送希望情報 */
.block-order-estimate--date-spec-confirmation {
  overflow: hidden;
}

.block-order-estimate--confirmation-message {
  color: #555;
  font-size: 12px;
}

/* ノベルティ商品のノベルティ選択 */
.block-order-estimate--novelty-item label {
  cursor: pointer;
}

.block-order-estimate--novelty-item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.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: 200px;
}

.block-order-estimate--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-estimate--novelty-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

/* ご注文商品 */

.block-order-estimate--goods,
.block-order-estimate--valuation {
  margin-top: 40px;
}

.block-order-estimate--goods-list li,
.block-order-estimate--valuation-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #E8E9EA;
  position: relative;
  overflow: hidden;
}

.block-order-estimate--goods-item-image,
.block-order-estimate--valuation-item-image {
  width: 100px;
  /* height: auto; */
  height: 100px;
  float: none;
  margin: 0;
  padding-top: 0;
  background: transparent;
}

.page-estimate .block-top-icon {
  position: absolute;
  top: 24px;
  left: 0;
}

.page-estimate .block-icon {
  margin: 0 0 8px;
}

.block-order-estimate--goods-item,
.block-order-estimate--valuation-item {
  width: 320px;
  margin-left: 24px;
  float: none;
}

.block-order-estimate--goods-item-comment,
.block-order-estimate--valuation-item-comment {
  overflow: hidden;
}

.block-order-estimate--goods-price-items,
.block-order-estimate--valuation-price-items {
  margin-left: auto;
  float: none;
}

.block-order-estimate--goods-price-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block-order-estimate--valuation-price-items {
  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-order-estimate--goods-price {
  width: 97px;
  text-align: right;
}

.block-order-estimate--valuation-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-order-estimate--amt {
  width: auto;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #202021;
  text-align: right;
}

.block-order-estimate--valuation-price .ttl {
  font-size: 1.2rem;
}

.block-order-estimate--valuation-price .block-order-estimate--amt {
  margin-left: 8px;
  color: #E60112;
}

.block-order-estimate--valuation-price .tax {
  color: #E60112;
  font-size: 1rem;
}

.block-order-estimate--goods-item-condition,
.block-order-estimate--valuation-item-condition {
  margin: 0 0 2px;
}

.block-order-estimate--goods-item-brand,
.block-order-estimate--valuation-item-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

.block-order-estimate--goods-item-brand .txt-en,
.block-order-estimate--valuation-item-brand .txt-en {
  font-size: 1.4rem;
  font-weight: 600;
}

.block-order-estimate--goods-item-brand .txt-ja,
.block-order-estimate--valuation-item-brand .txt-ja {
  margin-left: 16px;
  font-size: 1.1rem;
}

.block-order-estimate--goods-item-name,
.block-order-estimate--goods-item-set-name,
.block-order-estimate--valuation-item-name,
.block-order-estimate--v-item-set-name {
  margin-bottom: 7px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.block-order-estimate--goods-item-code,
.block-order-estimate--valuation-item-code{
  color: #8F8F90;
  font-size: 1.3rem;
}

/* ご注文商品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* その他 */
.block-order-estimate--sales-append-list {
  width: 100%;
}

.block-order-estimate--sales-append-list th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #999;
  color: #fff;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 30%;
}

/* AmazonPayログイン */
.block-order-estimate--amazonpay-loginform {
  margin: 10px 0 0 0;
}

.block-order-estimate--amazonpay-loginform .form-label {
  padding: 10px 10px 10px 10px;
  text-align: left;
}

/* 備考 */
.block-order-estimate--comment-content textarea {
  width: 100%;
}

.block-order-estimate--comment{
  margin-top: 40px;
}

/* 注文内容確認右サイドエリア */
.block-order-estimate--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}

.block-order-estimate--agreebody {
  width: 100%;
  height: 400px;
}

.block-order-estimate--side-area {
  position: relative;
  float: left;
}

.block-order-estimate--side-contents {
  width: 280px;
  margin: 0 0 0 80px;
}

.block-order-estimate--procedure {
  margin: 16px 0 0 0;
  padding: 0;
  border: none;
  background: #F8F9FA;
  overflow: hidden;
}

.block-order-estimate--procedure-container {
  padding: 16px;
  overflow: hidden;
  background: #F8F9FA;
}

.block-order-estimate--commit {
  margin-top: 24px;
}

.block-order-estimate--commit-btn {
  display: block;
  width: 100%;
  height: 64px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #E60112;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-order-estimate--commit-btn:hover {
  opacity: .7;
}

.block-order-estimate--purchase,
.block-order-estimate--buyback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 8px;
}

.block-order-estimate--purchase .price,
.block-order-estimate--buyback .price {
  color: #E60112;
  font-size: 1.6rem;
  font-weight: 600;
}

.block-order-estimate--subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 248px;
  height: 56px;
  margin-top: 16px;
  padding: 0 16px;
  background-color: #fff;
  font-size: 1.3rem;
}

.block-order-estimate--subtotal .price {
  color: #E60112;
  font-size: 2.2rem;
  font-weight: 600;
}

.block-order-estimate--total {
  text-align: center;
  padding: 8px;
  margin: 0 0 10px 0;
  background: #fff;
}

.block-order-estimate .block-exchange-price {
  text-align: center;
  margin-bottom: 12px;
}

.block-order-estimate--total-price {
  font-size: 18px;
  font-weight: bold;
}

.block-order-estimate--total-tax {
  font-size: 11px;
}

.block-order-estimate--point-add {
  overflow: hidden;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #dcdcdc;
  font-size: 12px;
}

.block-order-estimate--point-add dt {
  float: left;
  width: 40%;
}

.block-order-estimate--point-add dd {
  float: left;
  width: 60%;
  text-align: right;
}

.block-order-estimate--point-add-num {
  color: #f00;
  font-size: 16px;
}


.block-order-estimate--point-add dd + dd {
  width: 100%;
  color: #f00;
  font-size: 11px;
  text-align: left;
  padding-bottom: 10px;
}

.block-order-estimate--price-items {
  letter-spacing: -.4em;
  font-size: 12px;
  color: #555;
  margin: 10px 0 0 0;
}

.block-order-estimate--price-items dt {
  display: inline-block;
  letter-spacing: normal;
  width: 60%;
  margin: 0 0 10px 0;
}

.block-order-estimate--price-items dd {
  display: inline-block;
  letter-spacing: normal;
  text-align: right;
  width: 40%;
}

/* メッセージ「クール便追加料金を含む」 */
dd.block-order-estimate--cool-postage {
  width: 100%;
  text-align: right;
  margin: 0 0 10px 0;
}

.block-order-estimate--promotion-novelty-helper {
  border: 1px solid #f00;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}

/* お届け先の変更(ダイアログ)*/
.block-order-estimate--address-frame {
  background: #f8f8f8;
  max-width: 725px;
  margin: 0 auto;
}

.block-order-estimate--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* ×ボタン */
.block-order-estimate--address-frame-close {
  position: relative;
  cursor: pointer;
}

.block-order-estimate--address-frame-close span {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 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--address-frame h2 {
  color: #fff;
  background: #333;
  border-bottom: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 10px;
}

.block-order-estimate--dest-address-item-register-input-title {
  font-weight: bold;
}

.block-order-estimate--dest-address-select,
.block-order-estimate--amazonpay-address-select {
  padding: 5px 20px;
}

.block-order-estimate--dest-salesinclude-address-select,
.block-order-estimate--dest-salesinclude-address-note {
  padding: 0 20px;
}

.block-order-estimate--amazonpay-address-area p {
  margin-left: 20px;
}

.block-order-estimate--dest-address-list {
  padding: 20px;
}

.block-order-estimate--amazonpay-address-container {
  padding: 0 0 10px 0;
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  vertical-align: top;
}

.block-order-estimate--dest-address-item-container {
  height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px 0 0 0;
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 5px 10px 0;
  padding: 10px;
}

.block-order-estimate--dest-address-item address {
  word-wrap: break-word;
}

.block-order-estimate--dest-address-change-btn {
  width: 100%;
}

.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
}

.block-order-estimate--dest-address-change {
  text-align: right;
}

.block-order-estimate--dest-address-change,
.block-order-estimate--dest-address-item-buttons {
  height: 31px;
}

.block-order-estimate--dest-address-item-buttons__selected {
  cursor: default;
  background: #fffcfc;
  border: 1px solid #f00;
  color: #f00;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 200px;
}

/* お届け先情報入力 */
.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical,
.block-order-estimate--guest-address-input-form {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px;
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
  margin: 10px 0;
}

.block-order-estimate--dest-address-name .checktype_name,
.block-order-estimate--dest-address-kana .checktype_kana,
.block-order-estimate--guest-address-name .checktype_name,
.block-order-estimate--guest-address-kana .checktype_kana {
  margin: 0 0 10px 0;
}

/* お届けサイクル */
.block-order-estimate--regular-cycle {
  width: 80%;
}

.block-order-estimate--regular-cycle th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #999;
  color: #fff;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 30%;
}

/* ---- 注文完了(通常・ギフトフロー共通) ---- */

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px;
  margin-bottom: 20px;
}

.block-order-complete--message {
  margin: 0 0 10px 0;
}

.block-order-complete--orderinfo dt {
  width: 30%;
  background: #f8f8f8;
  font-weight: bold;
  float: left;
}

.block-order-complete--orderinfo dt,
.block-order-complete--orderinfo dd {
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 8px 8px 8px;
}

.block-order-complete--orderinfo dd {
  margin-left: 30%;
}

.block-order-complete--orderinfo dd:after {
  clear: both;
  display: block;
}

.block-order-complete--home {
  margin: 20px auto;
  text-align: center;
}

.block-order-complete--home-btn {
  padding: 10px;
}

.block-order-complete--customerentry-form {
  margin: 20px 0 0 0;
}

.block-order-complete--rules {
  margin: 10px 0 0 0;
}

.block-order-complete--orderid {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--orderid th {
  width: 30%;
}

.block-order-complete--orderid td {
  width: 70%;
}


.block-order-complete--salesinclude {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--salesinclude th {
  width: 30%;
}

.block-order-complete--salesinclude td {
  width: 70%;
}


.block-order-complete--convenience {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--convenience th {
  width: 30%;
}

.block-order-complete--convenience td {
  width: 70%;
}


/* ---------------------- */
/* ----ギフトフロー------- */
/* ---------------------- */

/* ---- 配送先選択 ---- */

.block-order-gift-dest h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.block-order-gift-dest--check-all {
  margin: 0 0 10px 0;
}

.block-order-gift-dest--list-wrapper,
.block-order-gift-dest--method-sender-info,
.block-order-gift-dest--address-item,
.block-order-gift-dest--method-sender-info-edit {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

/* お届け先配送情報エリア */
.block-order-gift-dest--address-item {
  background: #f8f8f8;
}

.block-order-gift-dest--address-item-title {
  font-weight: bold;
}

.block-order-gift-dest--address-item address {
  margin: 5px 0 5px 20px;
}

.block-order-gift-dest--address-change {
  text-align: right;
}

.block-order-gift-dest--address-error {
  margin: 0 0 10px 0;
}

/* 贈り主情報エリア */
.block-order-gift-dest--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-order-gift-dest--method-sender-change label {
  font-weight: bold;
}

.block-order-gift-dest--method-sender-info address {
  margin: 0 0 10px 0;
}

.block-order-gift-dest--address-item {
  background: #f8f8f8;
}

.block-order-gift-dest--method-sender-info-edit {
  margin: 10px 0 0 0;
}

.block-order-gift-dest--method-sender-btn {
  text-align: right;
}

.block-order-gift-dest--action-buttons {
  margin: 0 0 20px 0;
}

/* ---- 配送先商品追加 ---- */
.block-order-gift-select h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-select h3 {
  font-size: 16px;
  font-weight: bold;
}

.block-order-gift-select--sender-info,
.block-order-gift-select--delivery-dest-content,
.block-order-gift-select--delivery-date,
.block-order-gift-select--payment-content,
.block-order-gift-select--point-use-select {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-select--sender-info {
  margin: 0 0 5px 0;
}

.block-order-gift-select--delivery-dest-add {
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-select,
.block-order-gift-select--point-use-select {
  padding: 10px 10px 10px 10px;
  margin: 0 0 0 0;
}

/* お届け先 */
.block-order-gift-select--delivery-dest-header {
  position: relative;
}

.block-order-gift-select--delivery-dest-delete {
  position: absolute;
  right: 0;
  top: 3px;
}

.block-order-gift-select--delivery-dest-nickname {
  font-weight: bold;
}

.block-order-gift-select--delivery-dest-address address {
  margin: 0 0 10px 0;
}

.block-order-gift-select--delivery-dest-goods-content-list table {
  width: 100%;
}

.block-order-gift-select--delivery-dest-goods-name {
  width: 800px;
}

.block-order-gift-select--delivery-dest-goods-qty {
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-qty input {
  text-align: right;
  margin: 0 0 0 10px;
}

/* お届け先商品 */
.block-order-gift-select--delivery-dest-goods-content-info,
.block-order-gift-select--delivery-dest-goods-noshi {
  width: 100%;
  margin: 0 0 10px 0;
}

.block-order-gift-select--delivery-dest-goods-price,
.block-order-gift-select--delivery-dest-goods-total,
.block-order-gift-select--delivery-dest-goods-noshi-charge {
  width: 18%;
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-sales-qty {
  width: 100px;
}

.block-order-gift-select--delivery-dest-goods-sales-qty input {
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-content-info-delete,
.block-order-gift-select--delivery-dest-goods-noshi-edit {
  width: 70px;
}

.block-order-gift-select--delivery-dest-goods-noshi th,
.block-order-gift-select--delivery-dest-goods-noshi td {
  text-align: left;
}

.block-order-gift-select--delivery-dest-total table {
  margin-left: auto;
}

/* 配送方法 */
.block-order-gift-select--delivery-date-content {
  display: table;
}

.block-order-gift-select--delivery-date-content dt,
.block-order-gift-select--delivery-date-content dd {
  display: table-cell;
}

/* お支払い情報 */
.block-order-gift-select--method-list li {
  margin: 0 0 10px 0;
}

.block-order-gift-select--method-list li .help-block {
  display: inline-block;
  margin-left: 30%;
}

.block-order-gift-select--method-list label {
  cursor: pointer;
}

.block-order-gift-select--current-point {
  margin: 0 0 10px 0;
}

.block-order-gift-select--current-point-num {
  font-weight: bold;
}

.block-order-gift-select--coupon-available-btn {
  margin: 0 0 0 14px;
}

.block-order-gift-select--point-use-select {
  background: #f8f8f8;
}

.block-order-gift-select--point-use-select label {
  cursor: pointer;
  padding: 0 23px 0 5px;
}

/* その他 */
.block-order-gift-select--sales-append-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
}

.block-order-gift-select--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

/* ---- のし・ラッピング設定 ---- */

.block-order-gift-noshi h1 {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  padding: 15px 0 0 0;
}

.block-order-gift-noshi h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-noshi h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.block-order-gift-noshi--sender {
  font-weight: bold;
}

.block-order-gift-noshi--noshi-select,
.block-order-gift-noshi--purpose-select,
.block-order-gift-noshi--paper-wrapper,
.block-order-gift-noshi--nameprint-wrapper,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--wrap-select,
.block-order-gift-noshi--bag-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-noshi--noshi-select li,
.block-order-gift-noshi--purpose-select li,
.block-order-gift-noshi--paper-wrapper li,
.block-order-gift-noshi--nameprint-wrapper li,
.block-order-gift-noshi--covertype-select li,
.block-order-gift-noshi--wrap-select li,
.block-order-gift-noshi--bag-wrapper li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.block-order-gift-noshi--paper-item-price,
.block-order-gift-noshi--bag-item-price,
.block-order-gift-noshi--wrap-item-price {
  display: block;
}

.block-order-gift-noshi--paper-message,
.block-order-gift-noshi--covertype-message,
.block-order-gift-noshi--wrap-message,
.block-order-gift-noshi--bag-message {
  background: #f8f8f8;
  border: solid 1px #dcdcdc;
  margin: 10px 0 10px 0;
  padding: 20px 20px 20px 20px;
  width: 60%;
}

.block-order-gift-noshi--setting-message {
  text-align: center;
  font-weight: bold;
}

.block-order-gift-noshi--nameprint-input {
  margin: 15px 0 0 0;
}

.block-order-gift-noshi--setting-all-btn {
  margin: 0 0 20px 0;
}

/* ---- 注文内容確認(ギフトフロー) ---- */

.block-order-gift-confirmation h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-confirmation h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-order-gift-confirmation table {
  width: 100%;
}

.block-order-gift-confirmation--item-image figure,
.block-order-gift-confirmation--sending-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--item-image,
.block-order-gift-confirmation--sending-item-image {
  width: 220px;
}

.block-order-gift-confirmation--order-item-wrapper,
.block-order-gift-confirmation--order,
.block-order-gift-confirmation--destination-address-wrapper,
.block-order-gift-confirmation--other-wrapper,
.block-order-gift-confirmation--novelty-content,
.block-order-gift-confirmation--order-comment,
.block-order-gift-confirmation--payment-method-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-confirmation--order-item-detail {
  display: inline-block;
  width: 780px;
  vertical-align: top;
}

.block-order-gift-confirmation--order-item-summary {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 0 0 0 15px;
}

.block-order-gift-confirmation--order-item-summary-table th,
.block-order-gift-confirmation--point-summary th {
  width: 180px;
}

.block-order-gift-confirmation--order-item-summary-table td,
.block-order-gift-confirmation--point-summary td {
  text-align: right;
}


.block-order-gift-confirmation--item-qty-header {
  width: 50px;
}

.block-order-gift-confirmation--item-amount,
.block-order-gift-confirmation--item-qty {
  text-align: right;
}

/* ノベルティ商品のノベルティ選択 */
.block-order-gift-confirmation--novelty-item label {
  cursor: pointer;
}

.block-order-gift-confirmation--novelty-item {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.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: 200px;
}

.block-order-gift-confirmation--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-gift-confirmation--novelty-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

/* 配送情報 */
.block-order-gift-confirmation--shipping-address {
  display: inline-block;
  vertical-align: top;
  width: 700px;
}

.block-order-gift-confirmation--shipping-info {
  width: 430px;
  display: inline-block;
  margin: 0 0 0 15px;
}

.block-order-gift-confirmation--shipping-info-detail th {
  width: 150px;
}

/* お届け先 */
.block-order-gift-confirmation--destination-address {
  margin: 0 0 10px 0;
}

.block-order-gift-confirmation--sending-item-qty-header {
  width: 50px;
}

.block-order-gift-confirmation--sending-item-qty {
  text-align: right;
}

.block-order-gift-confirmation--sending-item-comment-header,
.block-order-gift-confirmation--sending-item-noshi-header {
  width: 220px;
}

/* その他 */
.block-order-gift-confirmation--other-detail th {
  width: 300px;
}

.block-order-gift-confirmation--order-comment textarea {
  width: 100%;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title {
  margin-bottom: 50px;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title .sales-append-other {
  height: 40px;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title h3 {
  float: left;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title .sales-append-other-change-btn {
  float: right;
}

.block-order-estimate--comment .block-order-estimate--comment-title .block-order-estimate--comment-title-remarks-note {
  padding: 0 0 0 10px;
  font-size: 10px;
}

.block-order-estimate--sales-append {
  margin-top: 40px;
  border: solid 3px #F2F3F3;
}

.block-order-estimate--host{
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-order-estimate--coupon-campaign {
  margin-top: 40px;
}



/**/
.block-cart--valuation-ttl-caution {
	background-color: #202021;
	color: #fff;
	font-size: smaller;
	padding: 0 24px 10px;
}
