﻿@charset "UTF-8";

/* ----注文フローステップ---- */

.block-order-flow--step {
  margin: 0 0 1.2rem;
  padding: 0 1.25rem;
  font-size: 1.2rem;
}
.block-order-flow--step ul {
  display: block;
  color: #a5a5a5;
}
.block-order-flow--step ul li {
  display: inline;
}
.block-order-flow--step ul li + li::before {
  display: inline-block;
  padding: 0 0.5em;
  content: '/';
  color: #a5a5a5!important;
}
.block-order-flow--step ul li.block-order-flow--step-current {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .block-order-flow--step {
    margin: 0 0 35px;
    padding: 0;
    font-size: 12px;
  }
}

/* ----注文フロー右サイドエリア----*/

.block-cart--container,
.block-order-method--container,
.block-order-estimate--container,
.block-order-regular-add-confirm--container {
  position: relative;
}

@media screen and (min-width: 960px) {
  .block-cart--container .order-side-area-fixed,
  .block-order-method--container .order-side-area-fixed,
  .block-order-estimate--container .order-side-area-fixed,
  .block-order-regular-add-confirm--container .order-side-area-fixed {
    position: absolute;
    top: 0;
    right: 0;
    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,
  .block-order-regular-add-confirm--container .order-side-area-end {
    position: absolute;
    bottom: 0;
    top: auto!important;
    right: 0;
  }
  
}



/* ----カートアイテム ---- */

.block-cart--infomation {
  background: #fff;
  border: 1px solid #999;
  margin: 20px auto;
  padding: 20px;
  text-align: left;
  max-width: 800px;
}

.block-cart--order-button-description {
  font-size: 12px;
  text-align: center;
}

.block-cart--amazonpay {
  margin: 1.4rem 0 0;
  padding: 0;
  text-align: left;
}

.block-cart--amazonpay-description {
  text-align: left;
  margin: 1.8rem 0;
}
.block-cart--amazonpay-description br {
  display: none;
}

.block-cart--amazonpay-button-position {
  margin: 0 -1.0rem;
}

.block-cart--amazonpay-error {
  color: var(--main-color);
}

.block-cart--container {
  position: relative;
  overflow: hidden;
  margin: 0 0 8.0rem;
}

.block-cart--goods-list {
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
}
.block-cart--item-list {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 2.4rem 1.25rem;
  border-top: solid 1px #f2f2f2;
}
.block-cart--goods-list-image {
  margin: 0 1.5rem 0 0;
  width: 10rem;
  min-width: 10rem;
}
.block-cart--goods-list-image figure {
  width: 10rem;
  height: 10rem;
}
.block-cart--goods-list-description {
  flex: 1;
}
.block-cart--goods-list-item-name {
  margin: 0 0 1.0rem;
  font-weight: 500;
}

.block-cart .block-icon {
  margin: 0 15px 0 0;
}

.block-cart--goods-list-item {
  float: left;
  width: 400px;
  margin: 8px 0 8px 0;
}
.block-cart--goods-list-item-input {
  width: 12rem;
}
.block-cart--goods-list-item-pricearea {
  margin: 1.6rem 0 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.block-cart--goods-list-item-price-info {
  flex: 1;
  text-align: right;
}

.block-cart--goods-list-item-price {
  font-size: 1.6rem;
}
.block-cart--goods-list-item-input {
  width: 6rem;
}

.block-cart--goods-list-item-input select {
  width: 100%;
}

.block-cart--goods-list-item-qty {
  position: relative;
  margin: 0 0 10px 0;
}

.block-cart--goods-list-item-qty input {
  width: 100%;
  padding: 6px 10px 6px 10px;
}
.block-cart--goods-list-item-qty input[type="number"] {
  -moz-appearance: textfield; 
}
.block-cart--goods-list-item-qty input[type="number"]::-webkit-outer-spin-button, 
.block-cart--goods-list-item-qty input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.block-cart--goods-list-item-qty img {
  cursor: pointer;
}
.block-cart--goods-list-item-qty:after {
  position: absolute;
  top: 3px;
  right: 28px;
  content: "";
  width: 1px;
  height: 28px;
  background: #ccc;
}

.block-cart--goods-list-item-qty-plus {
  position: absolute;
  top: 6px;
  right: 10px;
}

.block-cart--goods-list-item-qty-minus {
  position: absolute;
  top: 21px;
  right: 10px;
}

.block-cart--goods-list-item-calc-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}

.block-cart--goods-list-item-delete-t {
  width: 100%;
  text-align: right;
}
.block-cart--goods-list-item-delete {
  appearance: none;
  cursor: pointer;
  font-size: 1.4rem;
  color: #a5a5a5;
  background: none;
  border: none;
  text-decoration: underline;
  background: none;
}

.block-cart--goods-list-item-set-name:empty {
  display: none;
}
.block-cart--goods-list-item-comment {
}

@media screen and (min-width: 960px) {
  .block-cart--item-list {
    padding: 14px 0;
    align-items: center;
  }
  .block-cart--goods-list-image {
    margin: 0 15px 0 0;
    width: 118px;
    min-width: 118px;
  }
  .block-cart--goods-list-image figure {
    width: 118px;
    height: 118px;
  }
  .block-cart--goods-list-description {
    display: flex;
    align-items: center;
  }
  .block-cart--goods-list-item-namearea {
    flex: 1;
    padding-right: 24px;
  }
  .block-cart--goods-list-item-name {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
  }
  .block-cart--goods-list-item-pricearea {
    margin: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    text-align: right;
  }
  .block-cart--goods-list-item-price-info {
    margin: 8px 0 14px;
  }
  .block-cart--goods-list-item-price {
    font-size: 18px;
  }
  
}

.block-cart--rule {
  margin: 2.0rem 0;
  font-size: 1.6rem;
  padding: 1.4rem;
  font-weight: 500;
  background: var(--sub-color);
}
@media screen and (min-width: 768px) {
  .block-cart--rule {
    margin: 28px 0 14px;
    font-size: 18px;
    padding: 16px 24px;
  }
}

/* カート左エリア */
.block-cart--contents {
}

.block-cart--promotion-criteria-list {
  margin: 2.0rem 0;
  padding: 0 1.25rem;
  color: var(--main-color);
}

.block-cart--goods-list {
  overflow: hidden;
}

/* カート右サイドエリア */
.block-cart--side-area {
}
.block-cart--side-contents {
}

@media screen and (min-width: 960px) {
  #cart_itemhistory {
    margin-top: 80px;
  }
  .block-cart--container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*align-items: stretch;*/
    margin: 0 0 3.0rem;
  }
  .block-cart--contents {
    width: 595px;
  }
  .block-cart--side-area {
    width: 315px;
  }
}

.block-cart--procedure {
}
.block-cart--procedure-container {
}

.block-cart--order-btn {
  display: block;
  margin: 1.2rem 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 1.2rem 0;
}
.block-cart--order-btn-gift {
  display: block;
  margin: 1.2rem 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 1.2rem 0;
  background: #ffa200;
  border: #d28500 1px solid;
}

.block-cart--subtotal-box {
  display: table;
  margin: 0 1.25rem;
}
.block-cart--subtotal-box dl {
  display: table-row;
}
.block-cart--subtotal-box dl dt {
  display: table-cell;
  width: 100%;
}
.block-cart--subtotal-box dl dd {
  display: table-cell;
  white-space: nowrap;
  padding-left: 0.5rem;
}
.block-cart--subtotal-box dl dd span {
  font-size: 2.4rem;
  font-weight: 500;
}
.block-cart--subtotal-box dl dd span::after {
  font-size: 1.3rem;
  font-weight: normal;
}

.block-cart--subtotal,
.block-cart--promotion {
  text-align: right;
  padding: 0;
}

.block-cart .block-exchange-price {
  text-align: right;
  margin-bottom: 8px;
}

.block-cart--subtotal-price {
  font-size: 18px;
  font-weight: bold;
}

.block-cart--continue-shopping {
  margin: 2.0rem 0 0;
  text-align: right;
  font-size: 0;
}
.block-cart--continue-shopping input {
  position: relative;
  appearance: none;
  border: none;
  background: none;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  text-decoration: underline;
  margin: 0 2px 0 0;
}
.block-cart--continue-shopping::after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 1px #787878;
  border-right: solid 1px #787878;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 0 0 3px;
  position: relative;
  right: 2px;
  top: -2px;
}
.block-cart--continue-shopping-link {
}

.block-promotion-message--content {
  padding: 0 1.25rem;
  margin: 1.0rem 0;
  color: var(--main-color);
}
.block-promotion-message--content:first-child {
  margin-top: 2.0rem;
}
.block-promotion-message--content:last-child {
  margin-bottom: 2.0rem;
}

.block-promotion-message--content span {
  color: var(--main-color);
}

a.block-promotion-message--info {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .block-promotion-message--content {
    padding: 0;
  }
  .block-promotion-message--content:first-child {
    margin-top: 0;
  }


  .block-cart--procedure-container {
    display: flex;
    flex-flow: column-reverse;
  }
  .block-cart--order-btn,
  .block-cart--order-btn-gift {
    margin: 12px 0 0;
    font-size: 16px;
    padding: 10px 0;
  }
  .block-cart--subtotal-box {
    margin: 18px 0 0;
  }
  .block-cart--subtotal-box dl {
    font-size: 14px;
  }
  .block-cart--subtotal-box dl dd {
    padding-left: 10px;
  }
  .block-cart--subtotal-box dl dd span {
    font-size: 23px;
  }
  
  .block-cart--continue-shopping {
    margin: 24px 0 0;
  }
  .block-cart--continue-shopping input {
    font-size: 14px;
  }
}

.block-cart--accessorylist {
  margin: 8.0rem 0;
}
.block-cart--accessorylist .block-accessory-list--name {
  margin: 0;
  font-size: 1.6rem;
  padding: 1.4rem;
  font-weight: 500;
  background: var(--sub-color);
}
@media screen and (min-width: 960px) {
  .block-cart--accessorylist {
    margin: 27px 0;
    /*width: 595px;*/
  }
  .block-cart--accessorylist .block-accessory-list--name {
    margin: 0;
    font-size: 18px;
    padding: 12px 24px;
  }
}

#cart_itemhistory {
  margin-top: 4.0rem;
}
/* ---------------------- */
/* ----通常の注文--------- */
/* ---------------------- */

/* ----カート画面直後の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: var(--main-color);
}

/* ----注文方法指定画面---- */

/* 共通設定 */

.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 {
  margin: 0;
  padding: 0;
}

.block-order-method h2 {
  margin: 0 0 2.0rem;
  font-size: 1.6rem;
  padding: 1.4rem;
  font-weight: 500;
  background: var(--sub-color);
}
.block-order-method h3 {
  position: relative;
  margin: 0 0 2.0rem;
  font-size: 1.6rem;
  padding: 1.4rem;
  font-weight: 500;
  background: var(--sub-color);
}
@media screen and (min-width: 960px) {
  .block-order-estimate h2 {
    margin: 0 0 24px;
    padding: 12px 14px 12px 24px;
    font-size: 18px;
  }
  .block-order-estimate h3 {
    margin: 0 0 24px;
    padding: 12px 14px 12px 24px;
    font-size: 18px;
  }

}

.block-order-method address {
}

.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--container {
}
.block-order-method--contents {
  margin-top: 2.0rem;
}
.block-order-method--side-area {
}
@media screen and (min-width: 960px) {
  .block-order-method--container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .block-order-method--contents {
    width: 595px;
    margin-top: 0;
  }
  .block-order-method--side-area {
    width: 315px;
  }
  .block-order-method--contents .fieldset .form-group .form-label {
    min-width: 140px;
  }
  .block-order-method--contents .fieldset .form-group .form-control {
    width: calc(100% - 218px);
    flex-flow: wrap;
  }
}

.block-order-method--name-sei,
.block-order-method--name-mei,
.block-order-method--kana-sei,
.block-order-method--kana-mei {
  display: block;
}
.block-order-method--name-sei + .block-order-method--name-mei,
.block-order-method--kana-sei + .block-order-method--kana-mei {
  margin-top: 1.0rem;
}

.block-order-method--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}


.block-order-method--side-contents {
}
.block-order-method--procedure {
}
.block-order-method--procedure-container {
}
.block-order-method--next-btn {
  display: block;
  margin: 1.2rem 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 1.2rem 0;
  font-weight: 500;
}

/* ご注文主 */
.block-order-method--host-title-confirmation {
  margin: 0 0 2.0rem;
}
.block-order-method--host-title-confirmation p {
  padding: 0 1.25rem;
}
.block-order-method--host-title-confirmation address {
  padding: 0 1.25rem;
}
/* お届け先 */
.block-order-method--dest-item:first-child {
  border-top: none;
}

.block-order-method--dest-item {
  border-bottom: solid 1px #f2f2f2;
  padding: 1.4rem 1.25rem;
  overflow: hidden;
}

.block-order-method--dest-item address {
  float: left;
}

.block-order-method--dest-item-nickname {
  font-weight: bold;
}

.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,
.block-order-method--amazonpay {
  text-align: right;
  padding: 2.0rem 1.25rem;
}

.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: 2.0rem 0;
  padding: 0 1.25rem 2.0rem;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.block-order-method--goods-list li:last-child {
  border-bottom: none;
}

.block-order-method--goods-item-image {
  margin: 0 0 0 0;
  width: 10.0rem;
  min-width: 10.0rem;
}
.block-order-method--goods-item-image figure {
  width: 10.0rem;
  height: 10.0rem;
}
.block-order-method--goods-item {
  width: calc(100% - 11.4rem);
}

.block-order-method--goods-item-name,
.block-order-method--goods-item-set-name {
  font-weight: 500;
}
.block-order-method--goods-item-comment {
  margin: 2.0rem 0 0;
}
.block-order-method--goods-item-quantity {
  text-align: right;
}
.block-order-method--sales-detail-append-item {
  overflow: hidden;
}

.block-order-method--sales-detail-append {
  width: 100%;
}
.block-order-method--sales-detail-append .fieldset-vertical {
  margin: 0;
}
.block-order-method--sales-detail-append .fieldset-vertical .form-group {
  margin: 0;
}
.block-order-method--sales-detail-append .fieldset-vertical .form-label {
  margin-top: 1.4rem;
  padding: 0;
  background: none;
}
/* 配送方法 */
.block-order-method--spec {
}
.block-order-method--spec h2.block-order-method--spec-title {
  margin-bottom: 0;
}
.block-order-method--spec .block-order-method--spec-content {
  margin-bottom: 2.4rem;
  padding: 0 1.25rem 0;
}

.block-order-method--spec h3 {
  margin: 2.8rem -1.25rem 2.0rem;
}
.block-order-method--spec-content dl {
  margin: 0 0 10px 0;
}
.block-order-method--spec-content dl dt {
  display: none;
  font-weight: normal;
}
.block-order-method--spec-content dl dd {
}
.block-order-method--spec-content .block-regular-cycle--deliv_date dl dt {
  float: none;
}
.block-order-method--spec-content .block-regular-cycle--deliv_date dl dd {
  margin: 0;
}
.block-order-method--spec-content .block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-order-method--spec-content .block-regular-cycle--deliv_date--next-expected-dt-title {
  margin: 2.8rem -1.25rem 2.0rem;
}
.block-regular-cycle--regular-cycle {
  margin: -2.0rem -1.25rem -2.0rem;
  padding: 2.0rem 1.25rem 2.0rem;
}
.block-regular-cycle--cycle-type-wrap {
}
.block-regular-cycle--cycle-type {
}
.block-regular-cycle--cycle-sub-type {
}
.block-order-method--spec-content .block-regular-cycle--cycle-type dt,
.block-order-method--spec-content .block-regular-cycle--cycle-sub-type dt,
.block-order-method--spec-content .block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-order-method--spec-content .block-regular-cycle--deliv_date--next-expected-dt-title {
  display: block;
  margin: 0 0 0.8rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .block-regular-cycle--cycle-type dd label {
    min-width: 114px;
  }
  .block-order-method--spec-content .block-regular-cycle--cycle-type dt,
  .block-order-method--spec-content .block-regular-cycle--cycle-sub-type dt,
  .block-order-method--spec-content .block-regular-cycle--deliv_date--prev-expected-dt-title,
  .block-order-method--spec-content .block-regular-cycle--deliv_date--next-expected-dt-title {
    display: block;
    margin: 0;
    padding-left: 0;
    width: 150px;
    min-width: 150px;
  }
}

/* お支払い情報 */
.block-order-method--coupon-content,
.block-order-method--promotion-content,
.block-order-method--point-use {
  margin: 0 1.25rem 2.4rem;
}

.block-order-method--coupon-content {
  display: flex;
  flex-flow: wrap;
}
.block-order-method--coupon-content label {
  display: block;
  width: 100%;
  padding: 0 0 0.5rem;
}
.block-order-method--coupon-content input {
  width: calc(100% - 18rem - 0.8rem);
  margin-right: 0.8rem;
}
.block-order-method--coupon-content a {
  width: 18rem;
  font-size: 1.3rem;
  margin: 0;
}
.block-order-method--promotion-content label {
  display: block;
  width: 100%;
  padding: 0 0 0.5rem;
}

.block-order-method--payment-method-select {
  padding: 0 1.25rem 1.0rem;
}
.block-order-method--payment-method-select li {
}
.block-order-method--payment-method-select li .help-block {
}
@media screen and (min-width: 960px) {
  .block-order-method--payment-method-select {
    padding: 0 0 1.0rem;
  }  
}
input.block-order-method--point-use-input {
  background-color: #dedede;
}

.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 {
  padding: 0 1.25rem 1px;
}
.block-order-method--sales-append-content dl {
  margin: 0 0 2.0rem;
}
.block-order-method--sales-append-content dl dt .required {
  display: none!important;
}
.block-order-method--sales-append-content dl + dl {
  border-top: solid 1px #f2f2f2;
  padding-top: 1.8rem;
}
.block-order-method--sales-append-content dt {
  margin: 0 0 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.block-order-method--sales-append-content .block-order-method--sales-append-notice {
  margin: 0 0 0.8rem;
  width: 100%;
  font-size: 1.2rem;
}
.block-order-method--sales-append-content .form-error {
  width: 100%;
}

.block-order-method--sales-append-radio dd {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 0.8rem;
}
.block-order-method--sales-append-radio dd label {
  position: relative;
  margin: 0;
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 0.8rem) / 2);
  height: 4.5rem;
  background: #ffffff;
  border: solid 1px #cccccc;
}
.block-order-method--sales-append-radio dd label input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.block-order-method--sales-append-radio dd label:has(input[type="radio"]:checked) {
  border: solid 2px var(--main-color);
  color: var(--main-color);
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .block-order-method--sales-append-radio dd label {
    padding: 0.5rem 0.8rem;
    width: 122px;
    height: 50px;
  }
  
}
/* クーポンダイアログ */
.block-order-method--coupondialog-wrapper {
  max-height: 64vh;
  overflow-y: auto;
  margin-right: -1.4rem;
  padding: 0 1.4rem 0 0;
}
.block-order-method--coupondialog-frame {
}
.block-order-method--coupondialog-item {
  padding: 1.4rem;
  border: solid 2px var(--sub-color);
}
.block-order-method--coupondialog-item + .block-order-method--coupondialog-item {
  margin-top: 1.8rem;
}
.block-order-method--coupondialog-item--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-order-method--coupondialog-item--name {
  font-size: 1.4rem;
  font-weight: 500;
  word-break: break-all;
  color: var(--main-color);
}
.block-order-method--coupondialog-item--benefit {
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--main-color);
  font-weight: 500;
}
.block-order-method--coupondialog-item--benefit span span {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  font-size: 2.8rem;
  font-weight: bold;
}
.block-order-method--coupondialog-item--code {
  position: relative;
  margin: 0.8rem 0;
  padding: 0 7.2rem 0 0;
}
.block-order-method--coupondialog-item--code dd {
  font-size: 1.6rem;
  font-weight: 500;
}
.block-order-method--coupondialog-item--code input[type="button"] {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--main-color);
  border: none;
  font-size: 1.5rem;
  width: 6rem;
  height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  text-decoration: none!important;
  border-radius: 3px;
}
.block-order-method--coupondialog-item--caption {
  border-top: solid 1px #ccc;
  margin: 1.0rem 0 0;
  padding: 1.0rem 0 0;
  font-size: 1.2rem;
}
.block-order-method--coupondialog-item--caption dl {
  display: flex;
}
.block-order-method--coupondialog-item--caption dl dt {
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .block-order-method--coupondialog-frame {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
  }
  .block-order-method--coupondialog-item {
    padding: 1.4rem;
    width: calc(50% - 10px);
  }
  .block-order-method--coupondialog-item + .block-order-method--coupondialog-item {
    margin-top: 0;
  }
  .block-order-method--coupondialog-item--head {
    min-height: 2.4em;
  }
  
}


/* ---- 注文内容確認(通常フロー) ---- */
body.page-estimate .wrapper {
  position: relative;
  z-index: 5;
}
/* クレジットカード設定 */
.block-order-estimate--pay-input {
  margin: 2.0rem 0 2.0rem;
  padding: 0 1.25rem;
}
.block-order-estimate--pay-input .block-order-estimate--pay-header {
  width: auto;
  margin: 0 -1.25rem 0!important;
  padding: 1.8rem 1.25rem 0;
  font-size: 1.6rem;
  border-top: solid 1px #f2f2f2;
}
.block-order-estimate--pay-input .block-order-estimate--pay-header .form-control {
  margin: 0;
  padding: 0;
}

.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) {
  position: relative;
  margin: 1.8rem 0 0;
  padding: 1.8rem 0 0;
}
.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header)::before {
  display: block;
  content: '';
  border-top: solid 1px #f2f2f2;
  position: absolute;
  left: -1.25rem;
  right: -1.25rem;
  top: 0;
}

.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-label {
  margin: 0 0 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: normal;
}
.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-label label {
  font-weight: normal;
}
.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-control {
  margin: 0;
  padding: 1.0rem 0 0;
}
.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-control select {
  width: 8.4rem;
  margin: 0 0.3rem 0 0;
}
.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-control select ~ select {
  margin-left: 0.3rem;
}
.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-control input[type="text"] {
  width: 100%;
}
.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-control select[name="card_brand"] {
  width: 100%;
}

.block-order-estimate--pay-savecard,
.block-order-estimate--pay-selectcard {
  padding: 0 0 0 2.0rem;
}

.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header).block-order-estimate--pay-selectcard {
  padding-top: 0!important;
  padding-bottom: 1.0rem;
}
.block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header).block-order-estimate--pay-selectcard::before {
  display: none!important;
}
.block-order-estimate--pay-input .form-group.block-order-estimate--pay-selectcard .form-control {
  width: 100%!important;
  margin-bottom: 0!important;
  display: flex;
  flex-flow: column;
  gap: 0.8rem;
}
.block-order-estimate--pay-input .form-group.block-order-estimate--pay-selectcard .form-control label {
  display: block;
  margin: 0.3rem 0;
  position: relative;
  margin: 0;
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.5rem;
  background: #ffffff;
  border: solid 1px #cccccc;
}
.block-order-estimate--pay-input .form-group.block-order-estimate--pay-selectcard .form-control label input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.block-order-estimate--pay-input .form-group.block-order-estimate--pay-selectcard .form-control label:has(input[type="radio"]:checked) {
  border: solid 2px var(--main-color);
    color: var(--main-color);
    font-weight: 500;
}

.block-order-estimate--pay-input .block-common-alert-list {
  margin: 1.0rem;
}

.block-order-estimate--creditcard-newaddress-message {
  padding: 1.2rem 0 0 0;
  color: var(--main-color);
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .block-order-estimate--pay-input {
    margin: 0 0 40px;
    padding: 0;
  }
  .block-order-estimate--pay-input .block-order-estimate--pay-header {
    display: block;
    margin: 18px 0 28px!important;
    padding: 18px 0 0 24px;
    font-size: 18px;
  }
  .block-order-estimate--pay-input .block-order-estimate--pay-header .form-control {
    width: auto;
  }

  .block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) {
    margin: 20px 0 0;
    padding: 18px 0 0 24px;
    border: none!important;
    display: flex;
    align-items: flex-start;
  }
  .block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-label {
    padding: 0.5em 0 0;
    width: 155px;
    font-size: 14px;
    font-weight: 500;
  }
  .block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-label label {
    font-weight: 500;
  }

  .block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header) .form-control {
    padding: 0;
    width: calc(100% - 155px);
  }
  .block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header).js-keepcard .form-control {
    padding-top: 0.5em;

  }
  .block-order-estimate--pay-input .form-group:not(.block-order-estimate--pay-header).block-order-estimate--pay-savecard .form-control {
    width: auto;
  }
  .block-order-estimate--pay-input .form-group.block-order-estimate--pay-selectcard .form-control {
    flex-flow: row;
  }
  .block-order-estimate--pay-input .form-group.block-order-estimate--pay-selectcard .form-control label {
    font-size: 14px;
  }
  
}

/* 画面内共通設定 */
.block-order-estimate--container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .block-order-estimate--container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body .block-order-estimate--content {
    width: 595px;
    margin: 0;
  }
  body .block-order-estimate--side-area {
    width: 315px;
    margin: 0;
  }
  
}

.block-order-estimate h2 {
  margin: 0 0 2.0rem;
  font-size: 1.6rem;
  padding: 1.4rem;
  font-weight: 500;
  background: var(--sub-color);
}
.block-order-estimate h3 {
  position: relative;
  margin: 0 0 2.0rem;
  font-size: 1.6rem;
  padding: 1.4rem;
  font-weight: 500;
  background: var(--sub-color);
}
.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--confirmation-description {
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
}
.block-order-estimate--confirmation-description > div:first-child {
  flex: 1;
}
.block-order-estimate--confirmation-description > a,
.block-order-estimate--confirmation-description > btn {
  margin: 0 0 0 1.4rem;
  min-width: 9.0rem;
}

@media screen and (min-width: 960px) {
  .block-order-estimate h2 {
    margin: 0 0 24px;
    padding: 12px 14px 12px 24px;
    font-size: 18px;
  }
  .block-order-estimate h3 {
    margin: 0 0 24px;
    padding: 12px 14px 12px 24px;
    font-size: 18px;
  }
  
  .block-order-estimate--confirmation-description {
    padding: 0 0 0 24px;
  }
  .block-order-estimate--confirmation-description > a,
  .block-order-estimate--confirmation-description > btn {
    margin: 0 0 0 18px;
    min-width: 90px;
    padding: 6px 10px;
  }
  
}

.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 {
  word-wrap: break-word;
}

.block-order-estimate--point {
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 500;
}

.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--goods-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--amazonpay-login {
  margin: 0;
  padding: 0;
}


.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--agree {
  margin: 0 0 3.2rem;
  padding: 2.2rem 2.7rem;
  border: solid 1px #f2f2f2;
}
.block-order-estimate--agree {
  display: none;
}
.block-order-estimate--agree:has(*) {
  display: block;
}
.block-order-estimate--agree .block-order-estimate--agree-tit {
  color: var(--main-color);
  font-weight: 500;
  margin: 0 0 1.0rem;
}
@media screen and (min-width: 960px) {
  .block-order-estimate--agree {
    margin: 0 0 20px;
    padding: 18px 25px;
  }
}

.block-order-estimate--procedure {
}

.block-order-estimate--dest-address-item-register-input-form .constraint {
  text-align: right;
}
.block-order-estimate--guest-address-input-container .constraint .required,
.block-order-estimate--dest-address-item-register-input-form .constraint .required {
  margin: -36px 20px 16px 0;
  display: block;
  margin: 0;
  position: absolute;
  right: 1.0rem;
  top: 0.6rem;
}

/* 注文内容確認左サイドエリア */
.block-order-estimate--content {
}

/* お届け先情報 */
.block-order-estimate--confirmation {
  overflow: hidden;
}

.block-order-estimate--confirmation-list {
}

.block-order-estimate--confirmation-list li {
  margin: 0 0 2.0rem;
}
.block-order-estimate--confirmation-list-full li {
  margin: 0 0 2.0rem;
}
@media screen and (min-width: 960px) {
  .block-order-estimate--confirmation-list li {
    margin: 0 0 48px;
  }
  .block-order-estimate--confirmation-list-full li {
    margin: 0 0 48px;
  }
}

.block-order-estimate--sales-delivery-comment {
  margin: 0 0 10px;
}

.block-order-estimate--error-change-packing-case {
  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--date-spec-confirmation {
  overflow: hidden;
}

.block-order-estimate--confirmation-message {
  margin: 0.4rem 0 0;
}

/* ノベルティ製品のノベルティ選択 */
.block-order-estimate--novelty {
}

.block-order-estimate--novelty-content {
  margin: 0 0 2.0rem;
}
.block-order-estimate--novelty-content h3 {
  margin: 0 0 2.0rem;
}
.block-order-estimate--novelty-item label {
  cursor: pointer;
}
.block-order-estimate--novelty-item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.block-order-estimate--novelty-item-image {
  width: 6.4rem;
  min-width: 6.4rem;
  margin: 0 1.5rem 0 0;
}
.block-order-estimate--novelty-item-image figure {
  width: 6.4rem;
  height: 6.4rem;
}
.block-order-estimate--novelty-item-image figure:empty::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../../img/usr/novelty_no.png) center / contain no-repeat;
}


.block-order-estimate--novelty-item-goods {
  flex: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 100%;
}
.block-order-estimate--novelty-item-goods .block-order-estimate--novelty-item-goods-name {
  display: block;
  width: 100%;
  flex: 1;
}
.block-order-estimate--novelty-item-goods label {
  position: relative;
}
.block-order-estimate--novelty-item-goods label input[type="radio"],
.block-order-estimate--novelty-item-goods label input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.block-order-estimate--novelty-item-goods label span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.0rem;
  height: 4.0rem;
  font-weight: 500;
  background: #ffffff;
  border: solid 1px #cccccc;
}
.block-order-estimate--novelty-item-goods label span::before {
  content: '選択する';
}

.block-order-estimate--novelty-item-goods label input[type="hidden"] + span,
.block-order-estimate--novelty-item-goods label input[type="radio"]:checked + span,
.block-order-estimate--novelty-item-goods label input[type="checkbox"]:checked + span {
  color: var(--main-color);
  font-weight: 500;
  border-color: var(--main-color);
  border-width: 2px;
}
.block-order-estimate--novelty-item-goods label input[type="hidden"] + span::before,
.block-order-estimate--novelty-item-goods label input[type="radio"]:checked + span::before,
.block-order-estimate--novelty-item-goods label input[type="checkbox"]:checked + span::before {
  content: '選択済み';
}

.block-order-estimate--novelty-item-goods label.novelty-no-stock {
  cursor: unset;
}

.block-order-estimate--novelty-item-goods label.novelty-no-stock span::before {
  content: '在庫なし';
}

.block-order-estimate--novelty-list {
  background: none!important;
}
.block-order-estimate--novelty-list li {
  margin: 1.4rem 0 0;
  padding: 0 1.25rem 1.4rem;
  border-bottom: solid 1px #f2f2f2;
}


.block-order-estimate--novelty-displaynone {
  display: none;
}
@media screen and (min-width: 960px) {
  .block-order-estimate--novelty-content {
    margin: 0 0 40px;
  }
  .block-order-estimate--novelty-content h3 {
    margin: 0 0 18px;
  }
  .block-order-estimate--novelty-list {
    display: flex;
    flex-flow: column;
    gap: 15px;
  }
  .block-order-estimate--novelty-list li {
    /*margin: 0;
    padding: 0;
    width: calc((100% - 15px) / 2);
    border: none;*/
  }
  .block-order-estimate--novelty-item-image {
    display: flex;
    align-items: center;
    width: 60px;
    min-width: 60px;
    margin: 0 15px 0 0;
  }
  .block-order-estimate--novelty-item-image figure {
    width: 60px;
    height: 60px;
  }
  .block-order-estimate--novelty-item-goods {
    flex: 1;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
  .block-order-estimate--novelty-item-goods .block-order-estimate--novelty-item-goods-name {
    margin: 0;
  }

  .block-order-estimate--novelty-item-goods label {
    margin-left: 18px;
  }
  .block-order-estimate--novelty-item-goods label span {
    width: 120px;
    height: 48px;
  }
}


/* お届け方法(定期明細追加) */
.block-order-method--destmethod-detail {
}

.block-order-method--destmethod-select {
  margin: 2.0rem 0;
  padding: 0 1.25rem;
}
.block-order-method--destmethod-select li + li {
  margin-top: 1.0rem;
}
.block-order-method--destmethod-select li label {
  display: block;
  margin: 0.3rem 0;
  position: relative;
  margin: 0;
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.5rem;
  background: #ffffff;
  border: solid 1px #cccccc;
}
.block-order-method--destmethod-select li label:has(input[type="radio"]:checked) {
  border: solid 2px var(--main-color);
  color: var(--main-color);
  font-weight: 500;
}
.block-order-method--destmethod-select li label input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.block-order-method--regular-add-error {
  color: var(--main-color);
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .block-order-method--destmethod-select {
    margin: 2.0rem 0;
    padding: 0 1.25rem;
    display: flex;
    gap: 1.0rem;
  }
  .block-order-method--destmethod-select li + li {
    margin: 0;
  }
  .block-order-method--destmethod-select li {
    min-width: calc((100% - 1.0rem) / 2);
  }
  
}

/* 定期申し込み内容(定期明細追加) */
.block-order-method--regular-list {
  margin: 0 0 4.0rem;
}
.block-order-method--regular-add-list-detail {
}
.block-order-method--regular-list label {
  display: block;
  margin-top: 2.0rem;
}
.block-order-method--regular-list label + label {
  padding-top: 2.0rem;
  border-top: solid 1px #f2f2f2;
}
.block-order-method--regular-add-list-list {
  display: flex;
  flex-flow: column;
  padding: 0 1.25rem;
}
.block-order-method--regular-add-list-list > .block-order-method--regular-add-list-address {
}

.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 {
  margin: 1.8rem 0 0;
}

.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 {
  margin: 0 0 4.0rem;
}
.block-order-estimate--goods-list li {
  padding: 0 1.0rem 0 1.25rem;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.block-order-estimate--goods-list li + li {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: solid 1px #f2f2f2;
}

.block-order-estimate--goods-item {
  flex: 1;
}

.block-order-estimate--goods-item-comment {
  overflow: hidden;
}
.block-order-estimate--goods-price-items {
  padding-left: 1.4rem;
  text-align: right;
}
.block-order-estimate--goods-item-quantity {
  margin-right: 0.3em;
}
.block-order-estimate--amt {
  font-size: 1.5rem;
}
.block-order-estimate--amt:before {
  font-size: 1.4rem;
}

.block-order-estimate--goods-item-name,
.block-order-estimate--goods-item-set-name {
}
.block-order-estimate--goods-item-set-name {
  margin-top: 0.8rem;
}

/* ご注文製品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* その他 */
.block-order-estimate--confirmation-description:has(.block-order-estimate--sales-append-list) {
  margin: 0 0 4rem;
}
.block-order-estimate--sales-append-list {
  display: table;
}
.block-order-estimate--sales-append-list dl {
  display: table-row;
}
.block-order-estimate--sales-append-list dl dt {
  display: table-cell;
  white-space: nowrap;
  padding: 0.3rem 0;
}
.block-order-estimate--sales-append-list dl dd {
  display: table-cell;
  width: 100%;
  padding: 0.3rem 0 0.3rem 2em;
}
.block-order-estimate--sales-append-list dl dd:not(:empty)::before {
  display: inline-block;
  content: '：';
  text-indent: -1em;
}

.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%;
}

/* レフィル製品 注文内容確認画面 */
.block-order-estimate--goods-price--refill {
  display: inline-table;
  table-layout: fixed;
  float: left;
}
.block-order-estimate--goods-price--refill--price,
.block-order-estimate--goods-price--refill--refill-price {
  display: block;
}

.block-order-estimate--goods-price--refill--price-title,
.block-order-estimate--goods-price--refill--price-num,
.block-order-estimate--goods-price--refill--refill-price-title,
.block-order-estimate--goods-price--refill--refill-price-num {
  display: block;
  text-align: right;
}
.block-order-estimate--goods-price--refill--price-title,
.block-order-estimate--goods-price--refill--refill-price-title {
  font-size: 1.2rem;
}

.block-order-estimate--goods-price--refill--price-num,
.block-order-estimate--goods-price--refill--refill-price-num {
}

.block-order-estimate--goods-refill-info {
  width: 100%;
}
.block-order-estimate--goods-refill-info--title {
  margin: 0.5rem 0 0;
  font-weight: bold;
}
.block-order-estimate--goods-refill-info--goods {
}

.block-order-estimate--goods-refill-info--goods-description {
  display: flex;
}
.block-order-estimate--goods-refill-info--goods-namearea {
  flex: 1;
}
.block-order-estimate--goods-refill-info--goods-price-qty {
  text-align: right;
  padding: 0 0 0 1.0rem;
}
.block-order-estimate--goods-refill-info--goods-price-value {
  font-size: 1.5rem;
}
.block-order-estimate--goods-refill-info--goods-sales-period {
  font-size: 12px;
  color: #777;
}

/* 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 {
  text-decoration: underline;
  cursor: pointer;
}

.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: 4.0rem 0 0;
}
@media screen and (max-width: 959px) {
  .block-order-estimate--side-area {
    top: 0!important;
  }
}

.block-order-estimate--side-contents {
}

.block-order-estimate--procedure-container {
}

.block-order-estimate--commit > p:has(.block-order-estimate--order-terms-link) {
  display: none!important;
  
}
.block-order-estimate--commit,
.block-order-regular-add-confirm--commit {
  text-align: center;
  margin: 0 0 10px 0;
}

.block-order-estimate--commit-btn,
.block-order-regular-add-confirm--commit-btn {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5rem 0;
  padding: 1.2rem 0;
  font-weight: 500;
}

.block-order-estimate--commit-btn-include-loading {
  height: 70px;
  width: 65px;
  position: absolute;
  transform: scale(0.5);
}

.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--total,
.block-order-regular-add-confirm--total {
  margin: 1.5rem 0 2.0rem;
  padding: 1.8rem 0 0;
  border-top: solid 1px #e2e2e2;
}
.block-order-estimate--total dl,
.block-order-regular-add-confirm--total dl {
  display: flex;
  align-items: baseline;
  text-align: right;
  line-height: 1;
}
.block-order-estimate--total dl dt,
.block-order-regular-add-confirm--total dl dt {
  flex: 1;
}
.block-order-estimate--total dl dd,
.block-order-regular-add-confirm--total dl dd {
  min-width: 12rem;
  font-size: 2.4rem;
}

.block-order-estimate .block-exchange-price {
  text-align: center;
  margin-bottom: 12px;
}

.block-order-estimate--total-price,
.block-order-regular-add-confirm--total-price {
  font-size: 2.2rem;
  font-weight: 500;
}

.block-order-estimate--total-tax {
}

.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-wrap,
.block-order-regular-add-confirm--price-items-wrap {
  display: table;
}
.block-order-estimate--price-items,
.block-order-regular-add-confirm--price-items {
  display: table-row;
}
.block-order-estimate--price-items dt,
.block-order-regular-add-confirm--price-items dt {
  display: table-cell;
  padding: 0.5rem 0 0.5rem 0;
  width: 100%;
  text-align: right;
}
.block-order-estimate--price-items dd,
.block-order-regular-add-confirm--price-items dd {
  display: table-cell;
  min-width: 12rem;
  padding: 0.5rem 0 0.5rem 1.0rem;
  white-space: nowrap;
  text-align: right;
}

/* メッセージ「クール便追加料金を含む」 */
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 {
  margin: 1.0rem 0 2.5rem;
  padding: 0 1.25rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .block-order-estimate--promotion-novelty-helper {
    margin: 10px 0 18px;
    padding: 0;
    font-size: 20px;
  }
  .block-order-estimate--promotion-apply-message-list br:last-child {
    display: none;
  }
}

/* お届け先の変更(ダイアログ)*/
.block-order-estimate--address-frame {
  background: #ffffff;
  max-width: 94vh;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .block-order-estimate--address-frame {
    max-width: 750px;
  }
}

.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: var(--main-color);
  border-bottom: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 10px;
}

.block-order-estimate--dest-address-item-register-input-title {
  margin: 1.8rem 0 0;
  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--guest-address-input-container,
.block-order-estimate--dest-address-list {
  padding: 0 1.5rem 1px;
}
.block-order-estimate--dest-address-list-modal {
  padding: 1.5rem;
}
.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: block;
  width: 100%;
  vertical-align: top;
  min-height: 40px;
}

.block-order-estimate--dest-address-item-container {
  /*
  height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px 0 0 0;*/
  margin: 1.0rem 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-item-register .block-order-estimate--dest-address-item-buttons .btn {
  width: 100%;
}

.block-order-estimate--dest-address-change {
  text-align: right;
}
.block-order-estimate--dest-address-change:empty {
  display: none;
}


.block-order-estimate--dest-address-change,
.block-order-estimate--dest-address-item-buttons {
  min-height: 31px;
}

.block-order-estimate--dest-address-item-buttons__selected {
  cursor: default;
  background: #FFFFFF;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .block-order-estimate--dest-address-list-modal {
    display: flex;
    align-items: stretch;
    flex-flow: wrap;
    gap: 15px;
  }
  .block-order-estimate--dest-address-item {
    position: relative;
    padding: 10px 10px 50px;
  }
  .block-order-estimate--dest-address-item, .block-order-estimate--dest-address-item-register {
    margin: 0;
    width: calc((100% - 15px * 2) / 3)
  }
  .block-order-estimate--dest-address-item-buttons__selected,
  .block-order-estimate--dest-address-item-buttons {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
  }

  .block-order-estimate--dest-address-item-register {
    position: relative;
  }
  .block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
    bottom: calc(50% - 15px);
  }

  .block-order-estimate--dest-address-change:empty,
  .block-order-estimate--dest-address-change {
    display: block;
    height: 31px;
  }
}

/* お届け先情報入力 */
.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical,
.block-order-estimate--guest-address-input-form {
  padding: 0 0 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;
}

@media screen and (min-width: 960px) {
  .block-order-estimate--dest-address-name-sei + .block-order-estimate--dest-address-name-mei,
  .block-order-estimate--guest-address-name-sei + .block-order-estimate--guest-address-name-mei,
  .block-order-estimate--dest-address-kana-sei + .block-order-estimate--dest-address-kana-mei,
  .block-order-estimate--guest-address-kana-sei + .block-order-estimate--guest-address-kana-mei {
    margin: 0;
    padding-left: 15px;
    overflow: hidden;
  }
}
/* お届けサイクル */
.block-order-estimate--regular-cycle th {
}

.block-order-estimate--prev-expected-dt,
.block-order-estimate--next-expected-dt {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.block-order-estimate--prev-expected-dt {
}

.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 {
}

.block-order-estimate--prev-expected-dt > span:last-of-type,
.block-order-estimate--next-expected-dt > span:last-of-type {
}

.block-order-estimate--regular-add-info {
  border-top: solid 1px #f2f2f2;
  margin: 2.5rem -1.25rem 0;
  padding: 2.0rem 1.25rem 0;
}

.block-order-estimate--regular-add-info > span {
  font-size: 1.38rem;
  text-align: center;
  white-space: nowrap;
}

.block-order-estimate--regular-add-btn {
  margin: 1.4rem 0 0;
  padding: 0.8rem;
  width: 100%;
}

.block-order-estimate--regular-cycle {
  margin-bottom: 2.0rem;
}
.block-order-estimate--regular-cycle-detail {
  display: table;
  width: 100%;
}
.block-order-estimate--regular-cycle-detail dl {
  display: table-row;
}
.block-order-estimate--regular-cycle-detail dt {
  display: table-cell;
  white-space: nowrap;
}
.block-order-estimate--regular-cycle-detail dd {
  display: table-cell;
  width: 100%;
  padding: 0 0 0 1.5em;
}
.block-order-estimate--regular-cycle-detail dd::before {
  display: inline-block;
  content: '：';
  text-indent: -1em;
}
@media screen and (min-width: 960px) {
  .block-order-estimate--regular-cycle {
    margin-bottom: 40px;
  }
}

.block-order-estimate--confirmation-title {
}

.block-order-estimate--change-btn {
}



/* ディスカウント情報 */
.block-order-estimate--discount-period {
  font-size: 1.2rem;
  color: #777;
}

.block-order-estimate--goods-item-sales-period {
  font-size: 1.2rem;
  color: #777;
}

/* ---- 注文完了(通常・ギフトフロー共通) ---- */

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 1.8rem 1.25rem;
  margin-bottom: 20px;
}

.block-order-complete--message {
  margin: 0 0 10px 0;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .block-order-complete--message {
    text-align: center;
  }
}

.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--cart-btn:not(:first-child) {
  margin-top: 1.4rem;
}

.block-order-complete--customerentry-form {
  margin: 20px 0 0 0;
  text-align: center;
}
.block-order-complete--customerentry-form .block-order-complete--customerentry-btn {
  width: 100%;
    font-size: 1.6rem;
    padding: 1.5rem;
}
@media screen and (min-width: 960px) {
  .block-order-complete--customerentry-form .block-order-complete--customerentry-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    max-width: 320px;
  }
}

.block-order-complete--rules {
  margin: 10px 0 0 0;
}

.block-order-complete--orderid {
  margin: 1.8rem auto;
  width: 100%;
  max-width: 480px;
  display: block;
  border: none;
}
.block-order-complete--orderid tbody,
.block-order-complete--orderid tr {
  display: block;
}
.block-order-complete--orderid th {
  display: block;
  font-size: 1.6rem;
  padding: 1rem;
  font-weight: 500;
  background: var(--sub-color);
  border: none;
  width: auto;
}

.block-order-complete--orderid td {
  display: block;
  border: none;
}
@media screen and (min-width: 960px) {
}

.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-complete--cash-paymentinfo-items {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--cash-paymentinfo-items th {
  width: 30%;
}

.block-order-complete--cash-paymentinfo-items td {
  width: 70%;
}

.block-order-complete--cash-paymentinfo-items td a {
  text-decoration: underline;
}

.block-order-complete--cash-paymentinfo-remarks {
  margin-top: 5px;
  font-size: 13px;
}

/* ---------------------- */
/* ----ギフトフロー------- */
/* ---------------------- */

/* ---- 配送先選択 ---- */

.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;
}

input.block-order-gift-select--point-payment-input {
  background-color: #dedede;
}

/* その他 */
.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;
}

.block-order-estimate--commit .block-order-estimate--commit-btn-merpay {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

/* ----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 {
  position: relative;
  margin: 0 0 2.0rem;
  font-size: 1.6rem;
  padding: 1.4rem;
  font-weight: 500;
  background: var(--sub-color);
}

.block-order-regular-add-confirm h3 {
  position: relative;
  margin: 0 0 2.0rem;
  font-size: 1.6rem;
  padding: 1.4rem;
  font-weight: 500;
  background: var(--sub-color);
}

.block-order-regular-add-confirm h2 a,
.block-order-regular-add-confirm h3 a {
  position: absolute;
  right: 1.0rem;
  top: calc(50% - 13px);
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  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 {
  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 {
  margin: 1.5rem 1.25rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.block-order-regular-add-confirm--goods .block-order-regular-add-confirm--goods-content {
  margin: 0 1.25rem 2.4rem;
}

.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 {
}

.block-order-regular-add-confirm--procedure {
}

/* 注文内容確認左サイドエリア */
@media screen and (min-width: 960px) {
  .block-order-regular-add-confirm--content {
    width: 595px;
    margin: 0;
  }
}
/* お届け先情報 */
.block-order-regular-add-confirm--confirmation {
  overflow: hidden;
}

.block-order-regular-add-confirm--confirmation-list {
}

.block-order-regular-add-confirm--confirmation-list li {
  margin: 0 0 2.0rem;
  padding: 0 1.25rem;
}
.block-order-regular-add-confirm--confirmation-list li .block-order-regular-add-confirm--confirmation-title {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.block-order-regular-add-confirm--confirmation-list-full li {
  padding: 0 0 20px 0;
}


/* ご注文製品 */
.block-order-regular-add-confirm--goods-list li {
  margin: 1.0rem 0 0;
  display: flex;
  flex-flow: wrap;
}
.block-order-regular-add-confirm--goods-list li + li {
  position: relative;
  margin-top: 2.0rem;
  padding-top: 2.0rem;
}
.block-order-regular-add-confirm--goods-list li + li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -1.25rem;
  right: -1.25rem;
  height: 1px;
  background: #f2f2f2;
}

.block-order-regular-add-confirm--goods-item-image {
  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 {
  flex: 1;
}

.block-order-regular-add-confirm--goods-item-comment {
  overflow: hidden;
}

.block-order-regular-add-confirm--goods-price-items {
  padding: 0 0 0 1.4rem;
  text-align: right;
}

.block-order-regular-add-confirm--goods-price,
.block-order-regular-add-confirm--goods-price-first {
  text-align: right;
  font-size: 1.5rem;
}

.block-order-regular-add-confirm--goods-price-first {
}

.block-order-regular-add-confirm--amt {
  font-size: 1.5rem;
}

.block-order-regular-add-confirm--goods-item-name,
.block-order-regular-add-confirm--goods-item-set-name {
}

/* ご注文製品 注文明細拡張情報 */
.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--goods-price--refill {
  display: inline-table;
  table-layout: fixed;
  float: left;
}
.block-order-regular-add-confirm--goods-price--refill--price,
.block-order-regular-add-confirm--goods-price--refill--refill-price {
  display: table-row;
}

.block-order-regular-add-confirm--goods-price--refill--price-title,
.block-order-regular-add-confirm--goods-price--refill--price-num,
.block-order-regular-add-confirm--goods-price--refill--refill-price-title,
.block-order-regular-add-confirm--goods-price--refill--refill-price-num {
  display: block;
  text-align: right;
}
.block-order-regular-add-confirm--goods-price--refill--price-title,
.block-order-regular-add-confirm--goods-price--refill--refill-price-title {
  font-size: 1.2rem;
}

.block-order-regular-add-confirm--goods-price--refill--price-num,
.block-order-regular-add-confirm--goods-price--refill--refill-price-num {
  font-size: 1.6rem;
}

.block-order-regular-add-confirm--goods-refill-info {
  width: 100%;
}
.block-order-regular-add-confirm--goods-refill-info--title {
  margin: 0.5rem 0 0;
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-refill-info--goods {
  display: flex;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image > figure {
  width: 150px;
  height: 150px;
  background: #f5f5f5;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image > figure > img {
  width: 100px;
}

.block-order-regular-add-confirm--goods-refill-info--goods-description {
  flex: 1;
}
.block-order-regular-add-confirm--goods-refill-info--goods-name {
}

.block-order-regular-add-confirm--goods-refill-info--goods-price-qty {
  text-align: right;
  padding-left: 1.4rem;
}
.block-order-regular-add-confirm--goods-refill-info--goods-price-value {
  font-size: 1.5rem;
}

/* 注文内容確認右サイドエリア */
.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;
}

@media screen and (min-width: 768px) {
  .block-order-regular-add-confirm--side-area {
    width: 315px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  
}

.block-order-regular-add-confirm--side-contents {
}
.block-order-regular-add-confirm--procedure-container {
}
/*

.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-detail {
  margin: 0 0 2.0rem;
  padding: 0 1.5rem;
}
.block-order-regular-add-confirm--regular-cycle-detail-body {
  display: table;
  width: 100%;
}
.block-order-regular-add-confirm--regular-cycle-detail dl {
  display: table-row;
}
.block-order-regular-add-confirm--regular-cycle-detail dt {
  display: table-cell;
  white-space: nowrap;
}
.block-order-regular-add-confirm--regular-cycle-detail dd {
  display: table-cell;
  width: 100%;
  padding: 0 0 0 1.5em;
}
.block-order-regular-add-confirm--regular-cycle-detail dd::before {
  display: inline-block;
  content: '：';
  text-indent: -1em;
}


.block-order-regular-add-confirm--next-expected-dt {
  margin: 0 0 2.0rem;
  padding: 0 1.25rem 0;
}
.block-order-regular-add-confirm--regular-cycle-info {
}

.block-order-regular-add-confirm--next-expected-dt .block-order-regular-add-confirm--next-expected-dt-p {
  display: block;
  margin: 1.2rem 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.block-order-regular-add-confirm--regular-cycle-info a {
  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%;
}

/* バンドル子製品 */
ul.bundle-spec {
  width: 100%;
}
ul.bundle-spec li {
  margin: 6px 0 0;
  padding: 0px 20px;
  overflow: hidden;
  border-style: none;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  text-indent: -20px;
}
ul.bundle-spec li p {
  display: inline;
  text-indent: 0;
  vertical-align: top;
}
ul.bundle-spec li p + p {
  display: block;
  font-size: 12px;
}
ul.bundle-spec-compact {
  width: 100%;
}
ul.bundle-spec-compact li {
  margin: 0px 0 0;
  padding: 0px 40px;
  overflow: hidden;
  border-style: none;
  list-style: disc;
  list-style-position: inside;
  text-indent: -20px;
  font-size: 85%;
  width: 100%;
}
ul.bundle-spec-compact li p {
  display: inline;
  text-indent: 0;
  vertical-align: top;
}
ul.bundle-spec-compact li p + p {
  display: block;
  font-size: 12px;
}
.block-regular-purcharse-list--detail-item-goods ul li p {
  display: inline;
  text-indent: 0;
  vertical-align: top;
}
.block-regular-purcharse-list--detail-item-goods ul li p + p {
  display: block;
  font-size: 12px;
}

@media screen and (min-width: 960px) {
  ul.bundle-spec li p + p {
    font-size: 14px;
  }
  ul.bundle-spec-compact li p + p {
    font-size: 12px;
  }
  .block-regular-purcharse-list--detail-item-goods ul li p + p {
    font-size: 12px;
  }
  
}
/* 簡易会員登録 */
.block-quick-member-info-change {
  padding: 10px;
  margin: 4.0rem 0 2.0rem;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}
.block-quick-member-info-change strong {
  font-weight: normal;
}
.block-quick-member-info-change label {
  position: relative;
  display: block;
  padding: 0 2.6rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
.block-quick-member-info-change label input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.block-quick-member-info-change label::before, .block-quick-member-info-change label::after {
  display: block;
  content: '';
  position: absolute;
  right: 0.3rem;
  top: calc(50% - 0.2rem);
  width: 1.6rem;
  height: 2px;
  background: #666666;
}
.block-quick-member-info-change label::after {
  transform: rotate(90deg);
}
.block-quick-member-info-change label:has(input:checked)::after {
  display: none;
}

/* ランディングページ(その他) */
.block-landingpage-form--sales-append-content {
  padding: 0 1.25rem 1px;
}
.block-landingpage-form--sales-append-content dl {
  margin: 0 0 2.0rem;
}
.block-landingpage-form--sales-append-content dl dt .required {
  display: none!important;
}
.block-landingpage-form--sales-append-content dl + dl {
  border-top: solid 1px #f2f2f2;
  padding-top: 1.8rem;
}
.block-landingpage-form--sales-append-content dt {
  margin: 0 0 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.block-landingpage-form--sales-append-content .block-landingpage-form--sales-append-notice {
  margin: 0 0 0.8rem;
  width: 100%;
  font-size: 1.2rem;
}
.block-landingpage-form--sales-append-content .form-error {
  width: 100%;
}

.block-landingpage-form--sales-append-radio dd {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 0.8rem;
}
.block-landingpage-form--sales-append-radio dd label {
  position: relative;
  margin: 0;
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 0.8rem) / 2);
  height: 4.5rem;
  background: #ffffff;
  border: solid 1px #cccccc;
}
.block-landingpage-form--sales-append-radio dd label input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.block-landingpage-form--sales-append-radio dd label:has(input[type="radio"]:checked) {
  border: solid 2px var(--main-color);
  color: var(--main-color);
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .block-landingpage-form--sales-append-radio dd label {
    padding: 0.5rem 0.8rem;
    width: 122px;
    height: 50px;
  }
  
}
