﻿@charset "UTF-8";

/* ----注文フローステップ---- */
.block-cart{
  background: #fff;
}
.pane-order-header .container > div {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.pane-order-header .container > div img {
  margin-right: 20px;
}
.block-cart--wrapper{
  width: 960px;
  margin: 0 auto;
  padding: 24px 0 80px;
  font-size: 14px;
}
.block-cart-top-msg-container{
  background: #FFF;
  border: 1px solid #DEDEDE;
  padding: 16px 32px;
  display: flex;
  gap: 14px;

}
.block-cart-top-msg-header{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px;
}
.block-cart-top-msg-left p{
  font-size: 11px;
  line-height: 1.4;
}
.block-cart-top-msg-right > * + *{
  margin-top: 4px;
}
.block-cart-top-msg-right a{
  font-size: 13px;
  display: block;
  background: #F7F7F7;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  text-align: center;
  width: 264px;
  padding: 7px 8px 5px;
  transition: opacity .4s;
}
.block-cart-top-msg-right a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.block-cart--header{
  font-size: 32px;
  text-align: center;
  margin: 30px 0 20px;
  line-height: 1.4;
}
.block-order-flow--step {
  margin: 0;
  text-align: center;
}
.block-order-flow--step ul{
  width: 800px;
  margin: 0 auto;
  display: flex;
}
.block-order-flow--step1,.block-order-flow--step2,.block-order-flow--step3,.block-order-flow--step4{
  font-size: 13px;
  color: #999;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
}
.block-order-flow--step1::before,.block-order-flow--step2::before,.block-order-flow--step3::before,.block-order-flow--step4::before{
  content:"";
  width: 100%;
  height: 2px;
  background: #D5D5D5;
  position: absolute;
  left: 0;
  bottom: 11px;
}
.block-order-flow--step1::after,.block-order-flow--step2::after,.block-order-flow--step3::after,.block-order-flow--step4::after{
  content:"";
  width: 12px;
  height: 12px;
  background: #D5D5D5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
}
.block-order-flow--step1,.block-order-flow--step3{
  width: 200px;
}
.block-order-flow--step2{
  width: 215px;
}
.block-order-flow--step4{
  width: 185px;
}
.block-order-flow--step-current {
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
.block-order-flow--step-current::before{
  background: #222;
}
.block-order-flow--step-current::after{
  width: 24px;
  height: 24px;
  border: 4px solid #fff;
  background: #222;
  bottom: 0;
}


/* ----注文フロー右サイドエリア----*/

.block-cart--container,
.block-order-method--container,
.block-order-estimate--container {
  position: relative;
}

.block-cart--container .order-side-area-fixed {
  display: inline-block;
  position: fixed;
  top: 20px;
  z-index: 1;
}

.block-cart--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--amazonpay-error {
  color: #a94442;
}
.block-cart--container {
  position: relative;
  overflow: hidden;
}
.block-cart--goods-list-image {
  margin: 0 16px 0 0;
  width: 130px;
  height: 130px;
  position: relative;
}
.block-cart--goods-list-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-cart--goods-list-item-name {
  font-size: 13px;
  line-height: 1.6;
}
.block-cart--goods-list-item {
  width: 460px;
  margin: 8px 16px 8px 0;
}
.block-cart--goods-list-item-price-info {
  width: 120px;
  text-align: right;
  font-weight: bold;
}
.block-cart--goods-stock{
  display: flex;
  font-size: 13px;
}
.block-cart--goods-list-item-price {
  font-size: 16px;
  font-weight: bold;
}
.block-cart--goods-list-item-input {
  margin-right: 10px;
}
.block-cart--goods-list-item-qty {
  position: relative;
  margin: 0 0 10px 0;
  display: flex;
}
.block-cart--goods-list-item-qty input {
  font-size: 14px;
  width: 40px;
  height: 32px;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 0 2px;
  text-align: center;
}
.block-cart--goods-list-item-qty-plus {
  color: #666666;
  width: 30px;
  height: 32px;
  background: #F7F7F7;
  border: 1px solid #DEDEDE;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  padding: 2px 0 0;
  cursor: pointer;
}
.block-cart--goods-list-item-qty-minus {
  color: #666666;
  width: 30px;
  height: 32px;
  background: #F7F7F7;
  border: 1px solid #DEDEDE;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  padding: 2px 0 0;
  cursor: pointer;
}
.block-cart--goods-list-item-calc-btn {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  display: block;
  background: #F7F7F7;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 4px 11px 3px;
}
.block-cart--goods-list-item-delete{
  margin-left: auto;
}
.block-cart--goods-list-item-delete-btn{
  cursor: pointer;
  color: #333;
  font-size: 12px;
  border: none;
  text-decoration: underline;
  background: none;
  width: 100%;
}
.block-cart--goods-list-item-delete-btn:hover{
  text-decoration: none;
}
.block-cart--goods-list-item-comment {
  padding: 20px 0 15px;
}
.block-cart--goods-list-item .block-cart--goods-list-item-price{
  font-size: 13px;
  margin-top: 5px;
}
.block-cart--goods-list-item-price-list{
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  background: #F7F7F7;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding: 0 8px;
  margin-left: 6px;
  transition: opacity .4s;
  cursor: pointer;
}
.block-cart--goods-list-item-price-list:hover{
  text-decoration: none;
  opacity: 0.7;
}
.block-cart-estimate{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.block-cart-estimate h2{
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.block-cart-estimate h3{
  font-size: 16px;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.block-cart-estimate p{
  font-size: 13px;
  line-height: 1.6;
}
.block-cart-estimate .block-cart-estimate-left h3{
  margin-bottom: 0;
}
.block-cart-estimate-left{
  background: #F7F7F7;
  border-radius: 2px;
  padding: 18px 32px;
  width: 685px;
}
.block-cart-estimate-left ol li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid #EEEEEE;
}
.block-cart-estimate-left ol li p{
  line-height: 1.4;
}
.block-cart-estimate-left ol li::before{
  content:"";
  font-size: 24px;
  font-family: var(--barlow);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.block-cart-estimate-left ol li:nth-child(1)::before{
  content:"1.";
}
.block-cart-estimate-left ol li:nth-child(2)::before{
  content:"2.";
}
.block-cart-estimate-print{
  display: block;
  width: 178px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 2px;
  background: #707070;
  padding: 11px 10px 9px;
  transition: .4s;
  cursor: pointer;
}
.block-cart-estimate-print:hover{
  opacity: 0.7;
}
.block-cart-estimate .block-cart-estimate-text{
  font-size: 12px;
  margin-top: 15px;
}
.block-cart-estimate-right{
  background: #F7F7F7;
  border-radius: 2px;
  padding: 18px 32px;
  width: 267px;
}
.block-cart-estimate-contact{
  display: block;
  width: 178px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  background: #707070;
  padding: 11px 10px 9px;
  margin: 21px auto 0;
  transition: .4s;
}
.block-cart-estimate-contact:hover{
  opacity: 0.7;
  text-decoration: none;
}
.block-cart-estimate-select select{
  width: 200px;
}
.block-cart--goods-list-item .modal-bg{
  display: none;
}
.block-cart--goods-list-item .modal-container {
  background: #fff;
  width: 920px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 48px;
  border-radius: 4px;
  display: block;
  z-index: 4;
  color: #222;
  font-weight: 400;
  font-size: 16px;
}


/* カート左エリア */
.block-cart--contents {
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding: 24px 32px 20px;
  margin-top: 28px;
}
.block-cart--goods-list li {
  padding: 16px 0;
  overflow: hidden;
  border-bottom: solid 1px #F0F0F0;
  display: flex;
  align-items: center;
}
.block-cart--goods-list li:first-child{
  padding-top: 0;
}

/* カート右サイドエリア */
.block-cart--side-area {
  position: relative;
  padding-top: 20px;
}

.block-cart--side-contents {
  display: flex;
  justify-content: center;
}

.block-cart--procedure {
  overflow: hidden;
  margin-left: auto;
}

.block-cart--procedure-container {
  overflow: hidden;
}

.block-cart--order-btn {
  width: 220px;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 10px 10px 8px 10px;
  font-weight: bold;
}

.block-cart--contents-bottom{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.block-cart--subtotal {
  font-size: 13px;
  text-align: center;
  margin-right: 22px;
}
.block-cart--subtotal span{
  font-size: 10px;
}
.block-cart--subtotal .block-cart--subtotal-price {
  font-size: 22px;
  font-weight: bold;
  margin-left: 12px;
}

.block-cart--continue-shopping {
  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 {
  width: 220px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: #AAA;
  padding: 10px 10px 8px 10px;
  border: none;
  border-radius: 3px;
  transition: opacity .4s;
}
.block-cart--continue-shopping-link:hover{
  opacity: 0.7;
}

.block-promotion-message--content {
  border: 1px solid #f00;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.block-promotion-message--content span {
  color: #f00;
  font-weight: bold;
  font-size: 13px;
}

a.block-promotion-message--info {
  text-decoration: none;
}

/* ---------------------- */
/* ----通常の注文--------- */
/* ---------------------- */

/* ----カート画面直後の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;
  box-sizing: content-box;
}

/* ----AmazonPayV2ボタン押下後表示メッセージ---- */
.block-cart--amazonpay-alert {
  display: none;
  color: #a94442;
}

/* ----注文方法指定画面---- */

/* 共通設定 */
.block-order-method--wrapper{
  width: 960px;
  margin: 0 auto;
  padding: 24px 0 80px;
  font-size: 14px;
}
.block-order-method--container .required:after {
  padding: 5px 13px 4px;
  line-height: 1;
}
.block-order-method--container .help-block {
  margin-top: 12px;
}
.block-order-method--container select{
  padding-top: 6px;
  padding-bottom: 6px;
}
.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content,
.block-order-method--host-content {
  background: #F7F7F7;
  padding: 32px;
  margin: 0 0 20px 0;
}
.block-order-method--host-confirmation{
  background: #F7F7F7;
  padding: 20px 32px;
  margin: 0 0 20px 0;
}
.block-order-method--dest-content{
  background: #F7F7F7;
  padding: 20px 32px 32px;
  margin: 0 0 20px 0;
}
.block-order-method h2 {
  font-size: 18px;
  color: #fff;
  background: #222;
  padding: 5px 10px 3px 30px;
  margin: 50px 0 0;
  position: relative;
}
.block-order-method .block-order-method--host h2{
  margin-top: 30px;
}
.block-order-method h2::before, .block-order-method h2::after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--mainColor);
  position: absolute;
  left: 15px;
  transform: translateY(-50%);
}
.block-order-method h2::before {
  top: calc(50% - 5px);
}
.block-order-method h2::after {
  top: calc(50% + 4px);
}
.block-order-method h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.block-order-method--host-title-confirmation p{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  gap: 30px;
}
.block-order-method address {
  font-size: 13px;
  line-height: 1.6;
}
.block-order-method dt {
  font-weight: bold;
}
.block-order-method--container {
  display: block;
  overflow: hidden;
}
.block-order-method--contents {
  width: 100%;
}
.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--payment-content-comment{
  font-size: 12px;
  color: #707070;
}

/* 右サイドエリア */
.block-order-method--side-area {
  position: relative;
}
.block-order-method--procedure {
  background: #fff;
  overflow: hidden;
}
.block-order-method--procedure-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-order-method--next-btn {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 12px 32px 10px;
}
.block-order-method--back a{
  width: 220px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 12px 10px 10px;
  background: #AAA;
  text-decoration: none;
  transition: opacity .4s;
  border-radius: 4px;
}
.block-order-method--back a:hover{
  opacity: 0.7;
}

/* お届け先 */
.block-order-method--dest-item {
  border-bottom: solid 1px #DEDEDE;
  padding: 25px 0 16px;
  overflow: hidden;
}
.block-order-method--dest-item-title{
  margin-bottom: 10px;
}
.block-order-method--dest-item address {
  float: left;
  width: 50%;
  margin-left: 3px;
}
.block-order-method--dest-item .postage-ref{
  font-size: 13px;
  padding-left: 16px;
}
.block-order-method--dest-item-nickname {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.block-order-method--amazonpay-dest-title {
  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 {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.block-order-method--dest-item-edit {
  text-align: right;
}
.block-order-method--dest-change-btn{
  font-size: 12px;
  font-weight: 500;
  color: #666;
  background: #F7F7F7;
  border: 1px solid #666;
  padding: 5px 34px 3px;
}
.block-order-method--dest-add-btn{
  background: url(../../img/sys/icon/white/location.png) 30px center / 15px 18px no-repeat,#707070;
  padding: 11px 30px 9px 52px;
}
.block-order-method--dest-content p{
  font-size: 13px;
}
.block-order-method--dest-free-block{
  background: #FFF;
  padding: 14px 32px 24px;
  margin-top: 15px;
}
.block-order-method--dest-free-block dl dt{
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.block-order-method--dest-free-block dl dd{
  font-size: 13px;
  color: #666;
}
.block-order-method--dest-free-block dl dt.js-accordion{
  border-bottom: 1px dotted #666;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.block-order-method--dest-free-block dl dt.js-accordion::after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}
.block-order-method--dest-free-block dl dt.js-accordion.is-active::after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 3px);
}
.block-order-method--dest-free-block > dl > dd{
  padding-top: 20px;
  display: none;
}
.block-order-method--dest-free-block dl dd dl{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.block-order-method--dest-free-block dl dd dl dt{
  background: #FAF8FA;
  border: 1px solid #DEDEDE;
  border-bottom: 0;
  width: 16%;
  padding: 8px 12px 7px;
}
.block-order-method--dest-free-block dl dd dl dt:last-of-type{
  border-bottom: 1px solid #DEDEDE;
}
.block-order-method--dest-free-block dl dd dl dd{
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-bottom: 0;
  border-left: 0;
  width: 84%;
  padding: 8px 12px 7px;
}
.block-order-method--dest-free-block dl dd dl dd:last-of-type{
  border-bottom: 1px solid #DEDEDE;
}
.block-order-method--dest-free-block .notes{
  margin: 10px 0;
}
.block-order-method--dest-free-block .notes li{
  font-size: 12px;
  color: #666;
}
.block-order-method--dest-free-block a{
  font-size: 13px;
  color: #00889A;
  text-decoration: none;
  transition: opacity .4s;
}
.block-order-method--dest-free-block a:hover{
  opacity: 0.7;
}

/* 商品情報 */
.block-order-method--goods-list{
  width: 100%;
  table-layout: fixed;
}
.block-order-method--goods-list th{
  font-size: 12px;
  font-weight: 400;
  background: #F0F0F0;
  padding: 6px 16px;
}
.block-order-method--goods-list th.block-order-method--goods-item-amt,.block-order-method--goods-list th.block-order-method--goods-item-qty{
  width: 105px;
  text-align: center;
}
.block-order-method--goods-list td{
  background: #FFF;
  padding: 16px;
}
.block-order-method--goods-list td .block-order-method--goods-item-amt,.block-order-method--goods-list td .block-order-method--goods-item-qty{
  text-align: center;
}
.block-order-method--goods-item{
  display: flex;
  align-items: center;
}
.block-order-method--goods-item-name-img figure{
  width: 100px;
  height: 100px;
  position: relative;
  margin-right: 16px;
}
.block-order-method--goods-item-name-img figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-order-method--goods-list td .block-order-method--goods-item-name{
  font-size: 13px;
}

/* 配送方法 */
.block-order-method--spec-content .required{
  display: block;
}
.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: 7em;
}
.block-order-method--spec-content dl dd select{
  padding-right: 50px;
}

/* お支払い情報 */
.block-order-method--payment-method-select{
  display: flex;
  flex-wrap: wrap;
}
.block-order-method--payment-method-select li {
  font-size: 13px;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}
.block-order-method--payment-method-select li label{
  margin-right: 30px;
}
.block-order-method--payment-method-select li .help-block {
  display: inline-block;
  margin-left: 30%;
}

/* その他 */
.block-order-method--sales-append-content {
  background: #F7F7F7;
  padding: 32px;
  margin: 0 0 20px 0;
}
.block-order-method--sales-append-content .fieldset{
  margin-top: 0;
}
.block-order-method--sales-append-content .form-label,
.block-order-method--sales-append-content .constraint {
  background-color: #ECECEC;
  vertical-align: middle;
}
.block-order-method--sales-append-content .form-label label,
.block-order-method--sales-append-content .constraint{
  font-size: 12px;
}
.block-order-method--sales-append-content .form-control{
  background-color: #FFF;
  border-left: solid 1px #DEDEDE;
}
.block-order-method--sales-append-content .form-group{
  border-left: solid 1px #DEDEDE;
  border-right: solid 1px #DEDEDE;
  table-layout: fixed;
}
.block-order-method--sales-append-content .form-control input[type="text"]{
  max-width: 100%;
}
.block-order-method--sales-append-content .form-control select{
  margin-right: 10px;
}
.block-order-method--sales-append-content .form-control select:not(:first-of-type){
  margin-left: 10px;
}

/* ---- 注文内容確認(通常フロー) ---- */

/* クレジットカード設定 */
.block-order-estimate--pay-input{
  margin-top: 32px;
}
.block-order-estimate h2.block-order-estimate--pay-header {
  margin-top: 0;
}
.block-order-estimate--pay-input-container{
  background: #F7F7F7;
  padding: 24px 32px 32px;
}
.block-order-estimate--pay-input-container > p{
  margin-bottom: 20px;
}
.block-order-estimate--pay-input .form-group {
  border-left: solid 1px #DEDEDE;
  border-right: solid 1px #DEDEDE;
  table-layout: fixed;
}
.block-order-estimate--pay-input .form-group .form-label {
  width: 21%;
  background-color: #ECECEC;
  vertical-align: middle;
}
.block-order-estimate--pay-input .form-group .form-label label{
  font-size: 12px;
}
.block-order-estimate--pay-input .form-group .form-control {
  background-color: #FFF;
  border-left: solid 1px #DEDEDE;
  padding: 11px 16px;
}
.block-order-estimate--pay-card input{
  width: 100%;
}
.block-order-estimate--pay-security-code .help-block{
  display: inline-block;
}
.block-order-estimate--pay-input select {
  padding-top: 6px;
  padding-bottom: 6px;
}
.block-order-estimate--pay-savecard select{
  width: 200px;
}
.block-order-estimate--pay-expire select{
  width: 90px;
  margin-right: 10px;
}
.block-order-estimate--pay-expire select:last-of-type{
  margin-left: 10px;
}
.block-order-estimate--pay-input .block-common-alert-list {
  margin: 10px;
}
.block-order-estimate--creditcard-newaddress-message {
  padding: 10px 0 0 0;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}

/* 画面内共通設定 */
.block-order-estimate--wrapper{
  width: 960px;
  margin: 0 auto;
  padding: 24px 0 80px;
  font-size: 14px;
}
.block-order-estimate--container {
  position: relative;
  overflow: hidden;
}
.block-order-estimate h2 {
  font-size: 16px;
  color: #fff;
  background: #222;
  padding: 5px 10px 2px 30px;
  margin: 32px 0 0;
  position: relative;
}
.block-order-estimate h2::before, .block-order-estimate h2::after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--mainColor);
  position: absolute;
  left: 15px;
  transform: translateY(-50%);
}
.block-order-estimate h2::before {
  top: calc(50% - 5px);
}
.block-order-estimate h2::after {
  top: calc(50% + 4px);
}

.block-order-estimate h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 0 0;
}

.block-order-estimate h3 a,
.block-order--amazonpay-btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 20px;
  width: 70px;
}

.block-order-estimate--amazonpay-payment-btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 20px;
  display: inline;
}

.block-order--amazonpay-btn:focus,
.block-order-estimate--amazonpay-payment-btn:focus {
  outline: 0;
}

.block-order-estimate--salesinclude-btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 5px!important;
  width: 120px!important;
}

.block-order-estimate address {
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
}

.block-order-estimate--point {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--novelty {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 20px 0 20px 0;
  padding: 20px 20px 0 20px;
}

.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--addr-retention-checkbox,
.block-order-estimate--addr-retention-checkbox-message {
  display: table-cell;
}

.block-order-estimate--addr-retention-message {
  font-size: 9px;
}

.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--customer-name-label {
  margin-bottom: 3px;
}

.block-order-estimate--customer-name-label-font {
  margin-right: 10px;
}

.block-order-estimate--customer-name-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-order-estimate--customer-name input[type="text"] {
  width: 200px;
  margin-bottom: 3px;
}

.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--procedure {
  background: #fff;
}

.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--confirmation {
  overflow: hidden;
}
.block-order-estimate--dest-container{
  background: #F7F7F7;
  padding: 20px 32px;
}
.block-order-estimate--sales-delivery-comment {
  margin: 10px 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--host-container{
  background: #F7F7F7;
  padding: 24px;
  display: flex;
  gap: 24px;
}
.block-order-estimate--host-left{
  width: 616px;
}
.block-order-estimate--host-right{
  width: 272px;
}
.block-order-estimate--date-spec-confirmation {
  overflow: hidden;
}
.block-order-estimate--confirmation-message {
  color: #666;
  font-size: 10px;
  text-align: right;
}
.block-order-estimate--confirmation-message .help-block{
  font-size: 10px;
  color: #222;
}
.block-order-estimate--host-container table{
  width: 100%;
}
.block-order-estimate--host-table th{
  font-size: 12px;
  background: #EFEFEF;
  border: 1px solid #DEDEDE;
  padding: 6px 16px 4px;
}
.block-order-estimate--host-table td{
  font-size: 14px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  padding: 20px 16px;
}
.block-order-estimate--method-table th{
  font-size: 12px;
  font-weight: bold;
  background: #EFEFEF;
  border: 1px solid #DEDEDE;
  padding: 10px 12px 8px;
}
.block-order-estimate--method-table td{
  font-size: 13px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  padding: 10px 12px 8px;
  text-align: right;
}

/* ノベルティ商品のノベルティ選択 */
.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: 60px;
}

.block-order-estimate--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-estimate--novelty-item-image figure {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
}

.block-order-estimate--novelty-none-item-image figure {
  width: 0;
  height: 60px;
  background: #f5f5f5;
}


.block-order-estimate--novelty-list li {
  float: left;
  width: 33%;
}

ul.block-order-estimate--novelty-list {
  overflow: hidden;
  padding: 0 10px 20px 10px;
}

.block-order-estimate--novelty-displaynone {
  display: none;
}

/* お届け方法(定期明細追加) */
.block-order-method--destmethod-detail {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--destmethod-select li {
  margin: 5px 0 5px 0;
}

.block-order-method--regular-add-error {
  color: #a94442;
  mergin-top: 10px;
}

/* 定期申し込み内容(定期明細追加) */
.block-order-method--regular-add-list-detail {
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 20px 10px;
}

.block-order-method--regular-add-list-detail:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.block-order-method--regular-add-list-list {
  display: flex;
}

.block-order-method--regular-add-list-list > .block-order-method--regular-add-list-address {
  width: 30%;
}

.block-order-method--regular-add-list-list > .block-order-method--regular-add-list-address > dd {
  padding: 0 5px 0 25px;
}

.block-order-method--regular-add-list-list > .block-order-method--regular-add-list-info {
  width: 40%;
}

.block-order-method--regular-add-info .block-order-method--regular-add-info-detail {
  padding: 5px 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.block-order-method--regular-add-info-detail > span {
  font-size: 12px;
  width: 50%;
}

.block-order-method--regular-add-info-detail > span:last-of-type {
  text-align: right;
}

.block-order-method--regular-add-info .block-order-method--regular-add-goods-info {
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 100%;
  background-color: #fff;
}

.block-order-method--regular-add-goods-item > ul {
  display: flex;
  flex-direction: row;
}

.block-order-method--regular-add-goods-item > ul > li {
  width: 50%;
}

.block-order-method--regular-add-goods-item-name {
  max-width: 100%;
}

.block-order-method--regular-add-goods-item-name > span {
  width: 100%;
  display: block;
  word-wrap: break-word;
  padding-left: 10px;
}

.block-order-method--regular-add-goods-item-unit-amount {
  margin: auto auto auto 0;
  text-align: right;
}

.block-order-method--regular-add-goods-item-qty {
  display: inline-block;
  padding: 0 0 0 12px;
}

.block-order-method--regular-add-goods-item-amount {
  display: inline-block;
  padding: 0 0 0 6px;
}

/* ご注文商品 */
.block-order-estimate--goods-content{
  background: #F7F7F7;
  padding: 24px;
  display: flex;
  gap: 24px;
}
.block-order-estimate--goods-content-left{
  width: 616px;
}
.block-order-estimate--goods-content-right{
  width: 272px;
}
.block-order-estimate--goods-list{
  width: 100%;
}
.block-order-estimate--price-items{
  width: 100%;
}
.block-order-estimate--goods-list{
  table-layout: fixed;
}
.block-order-estimate--goods-list th{
  font-size: 12px;
  background: #EFEFEF;
  border: 1px solid #DEDEDE;
  padding: 6px 16px 4px;
}
.block-order-estimate--goods-list th.block-order-estimate--goods-item-name{
  width: 60%;
}
.block-order-estimate--goods-list th.block-order-estimate--goods-item-qty{
  width: 10%;
  text-align: center;
}
.block-order-estimate--goods-list th.block-order-estimate--goods-item-amt{
  width: 20%;
  text-align: center;
}
.block-order-estimate--goods-list td {
  font-size: 14px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  padding: 12px 16px;
}
.block-order-estimate--goods-list td .block-order-estimate--goods-item-qty,.block-order-estimate--goods-list td .block-order-estimate--goods-item-amt {
text-align: center;
}
.block-order-estimate--price-items th{
  font-size: 12px;
  font-weight: bold;
  background: #EFEFEF;
  border: 1px solid #DEDEDE;
  padding: 10px 16px 8px;
  width: 60%;
}
.block-order-estimate--price-items td {
  font-size: 14px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  padding: 10px 16px 8px;
  text-align: right;
  width: 40%;
}
.block-order-estimate--goods-item-image {
  width: 120px;
  height: 120px;
  position: relative;
  margin-right: 12px;
}
.block-order-estimate--goods-item-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-order-estimate--goods-item {
  display: flex;
  align-items: center;
}

.block-order-estimate--goods-item-comment {
  overflow: hidden;
}

.block-order-estimate--goods-price-items {
  float: right;
}

.block-order-estimate--amt {
  width: 140px;
  text-align: right;
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #333;
}

.block-order-estimate--goods-item-name,
.block-order-estimate--goods-item-set-name {
  font-size: 13px;
  line-height: 1.6;
}

/* ご注文商品 注文明細拡張情報 */
.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 {
  text-align: left;
}

/* 備考 */
.block-order-estimate--comment-content textarea {
  width: 100%;
}

/* 注文内容確認右サイドエリア */
.block-order-estimate--order-terms-link {
  font-size: 13px;
  color: #00889A;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  transition: opacity .4s;
}
.block-order-estimate--order-terms-link:hover{
  opacity: 0.7;
}
.block-order-estimate--return-agree {
  margin: 5px 0 5px 0;
}
.block-order-estimate--agreebody {
  width: 100%;
  height: 400px;
}
.block-order-estimate--side-area {
  position: relative;
  margin-top: 20px;
}
.block-order-estimate--procedure-container {
  display: flex;
  justify-content: space-between;
}
.block-order-estimate--commit{
  text-align: right;
  position: relative;
}
.block-order-estimate--commit p{
  font-size: 11px;
  color: #707070;
  line-height: 1.4;
  margin-top: 10px;
}
.block-order-estimate--commit-btn {
  width: 220px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px 10px;
}
.block-order-estimate--commit-btn-include-loading {
  height: 70px;
  width: 65px;
  position: absolute;
  transform: scale(0.5);
  right: 80px;
  top: -10px;
}
.block-order-gift-confirmation .block-order-estimate--commit-btn-include-loading {
  height: 70px;
  width: 65px;
  position: absolute;
  transform: scale(0.5);
  display: inline;
}
.block-order-gift-confirmation .block-order-estimate--commit-btn--block {
  padding-left: 55px;
  padding-right: 25px;
}
.block-order-estimate--back a{
  width: 220px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 12px 10px 10px;
  background: #AAA;
  text-decoration: none;
  transition: opacity .4s;
  border-radius: 4px;
}
.block-order-estimate--back a:hover{
  opacity: 0.7;
}

.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--point-add dd.block-order-estimate--coupon-point-type {
  width: 100%;
  text-align: right;
}

.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;
}

dd.block-order-estimate--coupon-discount-type {
  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: 750px;
  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;
  transform: rotate(45deg);
}

.block-order-estimate--address-frame-close span:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  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,
.block-order-estimate--dest-address-list-modal {
  padding: 18px;
}

.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 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-estimate--prev-expected-dt,
.block-order-estimate--next-expected-dt {
  display: flex;
  align-items: center;
  width: 80%;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}

.block-order-estimate--prev-expected-dt {
  padding: 5px;
  margin-top: 15px;
}

.block-order-estimate--next-expected-dt {
  padding: 0 5px 5px 5px;
}

.block-order-estimate--prev-expected-dt > span,
.block-order-estimate--next-expected-dt > span {
  font-size: 18px;
  width: 25%;
}

.block-order-estimate--prev-expected-dt > span:last-of-type,
.block-order-estimate--next-expected-dt > span:last-of-type {
  text-align: left;
  width: 75%;
}

.block-order-estimate--regular-add-info {
  border-top: solid 1px #dcdcdc;
  margin-top: 20px;
  padding-top: 10px;
}

.block-order-estimate--regular-add-info > span {
  font-size: 16px;
}

.block-order-estimate--regular-add-btn {
  margin-top: 10px;
}

.block-order-estimate--regular-cycle-detail {
  width: 80%;
}

.block-order-estimate--change-btn {
  margin: 0 0 10px 10px;
}

.block-order-regular-add-confirm--regular-cycle-info {
  width: 80%;
  margin: 0 0 0 5px;
  font-size: 14px;
  text-align: left;
}

.block-order-regular-add-confirm--regular-cycle-info span {
  display: block;
}

.block-order-regular-add-confirm--regular-cycle-info a {
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}

/* ディスカウント情報 */
.block-order-estimate--discount-period {
  font-size: 12px;
  text-indent: 0.5em;
  color: #777;
}

.block-order-estimate--goods-item-sales-period {
  font-size: 12px;
  color: #777;
}

/* ---- 注文完了(通常・ギフトフロー共通) ---- */

.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--cart {
  margin: 20px auto;
  text-align: center;
}

.block-order-complete--cart p {
  font-size: 18px;
}

.block-order-complete--cart span {
  color: #f00;
  font-weight: bold;
  font-size: 20px;
}

.block-order-complete--cart-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 0 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,
.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--novelty {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 20px 0 20px 0;
  padding: 20px 20px 0 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: 60px;
}

.block-order-gift-confirmation--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-gift-confirmation--novelty-item-image figure {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--novelty-none-item-image figure {
  width: 0;
  height: 60px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--novelty-list li {
  float: left;
  width: 33%;
}

ul.block-order-gift-confirmation--novelty-list {
  overflow: hidden;
  padding: 0 10px 20px 10px;
}

.block-order-gift-confirmation--novelty-displaynone {
  display: none;
}

/* 配送情報 */
.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--discount {
  margin: 5px 0;
}

.block-order-gift-confirmation--discount-message {
  text-indent: 0.5em;
}

.block-order-gift-confirmation--discount-period {
  font-size: 12px;
  text-indent: 1em;
  color: #777;
}

.block-order-gift-confirmation--goods-item-sales-period {
  font-size: 12px;
  color: #777;
}

/* その他 */
.block-order-gift-confirmation--other-detail th {
  width: 300px;
}

.block-order-gift-confirmation--order-comment textarea {
  width: 100%;
}

.block-order-gift-confirmation--return-agree {
  text-align: center;
}

.block-order-gift-confirmation--sales-delivery-comment {
  margin: 10px 0;
  text-align: center;
}

.action-buttons .block-order-estimate--commit-btn-rakutenpay {
  margin-top: 10px;
  padding: 1px 0 2px 0;
  vertical-align: middle;
}

.action-buttons .block-order-estimate--commit-btn-rakutenpayv2 {
  border: none;
  background: transparent;
  margin-top: 15px;
  padding: 1px 0 2px 0;
  vertical-align: middle;
  cursor: pointer;
}
.block-order-estimate--commit .block-order-estimate--commit-btn-rakutenpayv2 {
  border: none;
  background: transparent;
  cursor: pointer;
}

/* ----AmazonPayロード中表示---- */

.block-cart--amazonpay-loading {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2;
}

.block--cart-amazonpay-loading-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* 定期明細追加確認画面 */

/* 画面内共通設定 */
.block-order-regular-add-confirm--container {
  position: relative;
  overflow: hidden;
}

.block-order-regular-add-confirm h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.block-order-regular-add-confirm h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-order-regular-add-confirm h3 a {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 20px;
  width: 70px;
}

.block-order-regular-add-confirm--salesinclude-btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 5px!important;
  width: 120px!important;
}

.block-order-regular-add-confirm address {
  font-size: 12px;
  line-height: 1.4;
  word-wrap: break-word;
}

.block-order-regular-add-confirm--point {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-label {
  font-size: 16px;
  margin-left: 10px;
}

.block-order-regular-add-confirm--goods .block-order-regular-add-confirm--goods-content {
  margin-left: 10px;
}

.block-order-regular-add-confirm--confirmation,
.block-order-regular-add-confirm--goods-content,
.block-order-regular-add-confirm--sales-append,
.block-order-regular-add-confirm--regular-cycle-confirmation {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px;
}

.block-order-regular-add-confirm--procedure {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 4px;
}

/* 注文内容確認左サイドエリア */
.block-order-regular-add-confirm--content {
  width: 880px;
  float: left;
}

/* お届け先情報 */
.block-order-regular-add-confirm--confirmation {
  overflow: hidden;
}

.block-order-regular-add-confirm--confirmation-list {
  width: 415px;
  display: inline-block;
  vertical-align: top;
}

.block-order-regular-add-confirm--confirmation-list li {
  padding: 0 0 20px 0;
}

.block-order-regular-add-confirm--confirmation-list-full li {
  padding: 0 0 20px 0;
}

/* お届け方法(定期明細追加) */
.block-order-method--destmethod-detail {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--destmethod-select li {
  margin: 5px 0 5px 0;
}

/* ご注文商品 */
.block-order-regular-add-confirm--goods-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.block-order-regular-add-confirm--goods-item-image {
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.page-regular-add-confirm .block-icon {
  margin: 0 15px 0 0;
}

.block-order-regular-add-confirm--goods-item {
  float: left;
  width: 50%;
}

.block-order-regular-add-confirm--goods-item-comment {
  overflow: hidden;
}

.block-order-regular-add-confirm--goods-price-items {
  float: right;
}

.block-order-regular-add-confirm--goods-price,
.block-order-regular-add-confirm--goods-price-first {
  text-align: right;
}

.block-order-regular-add-confirm--goods-price-first {
  font-weight: bold;
  font-size: 14px;
}

.block-order-regular-add-confirm--amt {
  width: 140px;
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #333;
}

.block-order-regular-add-confirm--goods-item-name,
.block-order-regular-add-confirm--goods-item-set-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

/* ご注文商品 注文明細拡張情報 */
.block-order-regular-add-confirm--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* その他 */
.block-order-regular-add-confirm--sales-append-list {
  width: 100%;
}

.block-order-regular-add-confirm--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%;
}


/* 注文内容確認右サイドエリア */
.block-order-regular-add-confirm--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}

.block-order-regular-add-confirm--return-agree {
  margin: 5px 0 5px 0;
}

.block-order-regular-add-confirm--agreebody {
  width: 100%;
  height: 400px;
}

.block-order-regular-add-confirm--side-area {
  position: relative;
  float: left;
}

.block-order-regular-add-confirm--side-contents {
  width: 300px;
  margin: 0 0 0 20px;
}

.block-order-regular-add-confirm--procedure-container {
  padding: 14px;
  background: #fffce4;
}

.block-order-regular-add-confirm--commit {
  text-align: center;
  margin: 0 0 10px 0;
}

.block-order-regular-add-confirm--commit-btn {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 5px 0;
  padding: 14px 0;
  font-weight: bold;
}

.block-order-regular-add-confirm--total {
  text-align: center;
  padding: 8px;
  margin: 0 0 10px 0;
  background: #fff;
}

.block-order-regular-add-confirm--total-price {
  font-size: 18px;
  font-weight: bold;
}

.block-order-regular-add-confirm--total-tax {
  font-size: 11px;
}

.block-order-regular-add-confirm--price-items {
  letter-spacing: -.4em;
  font-size: 12px;
  color: #555;
  margin: 10px 0 0 0;
}
.block-order-regular-add-confirm--price-items dt {
  display: inline-block;
  letter-spacing: normal;
  width: 60%;
  margin: 0 0 10px 0;
}

.block-order-regular-add-confirm--price-items dd {
  display: inline-block;
  letter-spacing: normal;
  text-align: right;
  width: 40%;
}

/* メッセージ「クール便追加料金を含む」 */
dd.block-order-regular-add-confirm--cool-postage {
  width: 100%;
  text-align: right;
  margin: 0 0 10px 0;
}

/* お届けサイクル */
.block-order-regular-add-confirm--confirmation-title,
.block-order-regular-add-confirm--goods-title {
  display: inline-block;
}

.block-order-regular-add-confirm--regular-cycle > a,
.block-order-regular-add-confirm--goods > a {
  margin: 0 0 10px 10px;
}

.block-order-regular-add-confirm--regular-cycle-detail {
  width: 80%;
}

.block-order-regular-add-confirm--regular-cycle-detail 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-regular-add-confirm--next-expected-dt {
  padding: 5px;
  display: flex;
  align-items: center;
  width: 80%;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 15px;
}

.block-order-regular-add-confirm--next-expected-dt > span {
  font-size: 18px;
  width: 25%;
}

.block-order-regular-add-confirm--next-expected-dt > span:last-of-type {
  text-align: left;
  width: 75%;
}

.block-order-regular-add-confirm--regular-cycle-info {
  width: 80%;
  margin: 0 0 0 5px;
  font-size: 14px;
  text-align: left;
}

.block-order-regular-add-confirm--regular-cycle-info span {
  display: block;
}

.block-order-regular-add-confirm--regular-cycle-info a {
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}

/* ディスカウント情報 */
.block-order-regular-add-confirm--goods-item-sales-period {
  font-size: 12px;
  color: #777;
}

/* ---- 明細追加完了 ---- */

.block-order-regular-add-complete--regular-sales-info {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px;
  margin-bottom: 20px;
}

.block-order-regular-add-complete--message {
  margin: 0 0 10px 0;
}

.block-order-regular-add-complete--regular-sales-info dt {
  width: 30%;
  background: #f8f8f8;
  font-weight: bold;
  float: left;
}

.block-order-regular-add-complete--regular-sales-info dt,
.block-order-regular-add-complete--regular-sales-info dd {
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 8px 8px 8px;
}

.block-order-regular-add-complete--regular-sales-info dd {
  margin-left: 30%;
}

.block-order-regular-add-complete--regular-sales-info dd:after {
  clear: both;
  display: block;
}

.block-order-regular-add-complete--home {
  margin: 20px auto;
  text-align: center;
}

.block-order-regular-add-complete--home-btn {
  padding: 10px;
}

.block-order-regular-add-complete--cart {
  margin: 20px auto;
  text-align: center;
}

.block-order-regular-add-complete--cart p {
  font-size: 18px;
}

.block-order-regular-add-complete--cart span {
  color: #f00;
  font-weight: bold;
  font-size: 20px;
}

.block-order-regular-add-complete--cart-btn {
  padding: 10px;
}

.block-order-regular-add-complete--rules {
  margin: 10px 0 0 0;
}

.block-order-regular-add-complete--regular-sales {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-regular-add-complete--regular-sales th {
  width: 30%;
}

.block-order-regular-add-complete--regular-sales td {
  width: 70%;
}
