﻿@charset "UTF-8";

/* ----注文フローステップ---- */

.btn-default{
  background-color: #fff!important;
}
/* ----商品購入規約---- */

.block-goods-agreement {
  margin: 10px;
}

.block-goods-agreement--header {
  margin: -10px -10px 0 -10px;
}

/* ----カートアイテム ---- */
.page-cart .block-common-alert-list--message{
  display: none;
}

.block-cart--body {
  padding: 10px;
}

.block-cart--order-btn-gift {
  background: #ffa200;
  border: #d28500 1px solid;
}

.block-cart--promotion-freespace {
  padding:20px 10px;
}

.block-cart--contents {
}
.block-cart--contents h2{
  text-align: left;
  font-size: 16.5px;
  padding: 15px;
  color: #333333;
  border-bottom: 2px solid #444444;
  margin:0;
}

.block-cart--goods-list li {
  width: 100%;
  padding: 20px 10px;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.block-cart--goods-list li:last-of-type{
  border-bottom: none;
}
.block-cart-price-input-wrapper{
  display: flex;
  align-items: center;
}
.block-cart--goods-list-item-name,
.block-cart--goods-list-item-price,
.block-cart--goods-point-info .block-cart--goods-point {
  font-weight: bold;
}
.block-cart--goods-list-item-input{
  display: flex;
  align-items: center;
}

.block-cart--goods-list-item-qty,
.block-cart--goods-list-item-calc,
.block-cart--goods-list-item-delete {
  display: table-cell;
}

.block-cart--goods-list-item-qty {
}

.block-cart--goods-list-item-qty > input {
  width: calc(76 / 750 * 100vw);
  margin-right: calc(13 / 750 * 100vw);
}
.block-cart--goods-list-item-calc{
  margin:0!important;
}
.block-cart--goods-list-item-calc input {
  border-radius: 5px;
  width: calc(110 / 750 * 100vw);
  font-size: 12px;
  border: none;
  background-color: #e9e9e9;
  padding: 8px;
  margin-right: calc(13 / 750 * 100vw);
}

.block-cart--goods-list-item-delete {
  margin: 0!important;
  text-align: right;
}

.block-cart--goods-list-item-delete-all {
  float: right;
  width: 100px;
}

.block-cart--goods-list-item-delete-btn {
  color: #333;
  border: none;
  text-decoration: underline;
  background: none;
  padding: 0;
  width: calc(50 / 750 * 100vw);
  font-size: 12px;
}

.block-cart--goods-list-item-delete-all-btn {
  color: #333;
  border: none;
  text-decoration: underline;
  background: none;
  padding: 0;
  font-size: 12px;
}

.block-cart--infomation {
  background: #fff;
  border: 1px solid #666;
  padding: 10px;
}

.block-cart--continue-shopping {
  text-align: center;
  margin: 10px;
}

.block-cart--continue-shopping-link {
  text-decoration: underline;
}

.block-cart--amazonpay {
  text-align: center;
}

.block-cart--amazonpay-description {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}

.block-cart--amazonpay-error{
  color: #a94442
}

.block-promotion-message--content {
  color: #df3232;
  background-color: #f5e4e4;
  text-align: center;
  padding: 20px 10px;
  margin: 0px 0 25px 0;
  font-size: 12px;
}

.block-promotion-message--content .promotion-benefit {
  color: #f00;
  font-weight: bold;
  font-size: 13px;
}

.block-cart--goods-list-image {
  display: table-cell;
  vertical-align: top;
}

.block-cart--goods-list-image figure {
  width: calc(180 / 750 * 100vw);
  height: auto;
  background: #f5f5f5;
}

.block-cart--goods-list-item-container {
  display: table-cell;
  vertical-align: top;
  padding-left: calc(30 / 750 * 100vw);
  word-wrap: break-word;
  font-size: 14px;
}
.block-cart--goods-list-item-price-info{
  flex-grow: 1;
  width: calc(190 / 750 * 100vw);
}
.block-cart--goods-list-item-price {
  color: #333;
  font-size: 12px;
  /*width: calc(200 / 750 * 100vw);*/
}

.block-cart--procedure-container .action-buttons {
  width: 100%;
  margin-bottom: 15px;
  display: table;
  table-layout: fixed;
}

.block-cart--procedure-container .action-buttons .action {
  width: 100%;
  display: table-cell;
}


.block-cart--procedure-container .action-buttons .action:first-child {
  padding-right: 5px;
}

.block-cart--procedure-container .action-buttons .action:last-child {
  padding-left: 5px;
}
.block-cart--procedure-container.button-area2{
  margin-top: 3.5rem;
}

.promotion-criteria-list-message {
  text-align: center;
  background-color: #f5e4e4;
  padding: 20px 10px;
  color: #df3232;
  font-size: 12px;
}
.promotion-criteria-list-message:nth-of-type(n+2){
  padding-top: 0;
}

.block-cart--subtotal-container .block-cart--promotion-discount{
  font-size: 12px;
  color: #df3232;
  display: flex;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.block-cart--subtotal-container .block-cart--promotion-discount .title{
  flex-grow: 1;
}
.block-cart--subtotal-container .block-cart--subtotal {
  font-size: 15px;
  display: flex;
  padding: 15px 10px 20px 10px;
}
.block-cart--subtotal-container .block-cart--subtotal .title{
  flex-grow: 1;
}
.block-cart--subtotal-container .block-cart--subtotal .title span:nth-of-type(1){
  font-size: 15px;
  font-weight: bold;
}
.block-cart--subtotal-container .block-cart--subtotal .title span:nth-of-type(2){
  font-size: 11px;
}

.block-cart--subtotal-container .block-cart--subtotal-price,
.block-cart--promotion-discount-price {
  color: #333333;
  font-weight: bold;
}

.block-cart--procedure-container {
  background-color: #fff;
}

.block-cart--procedure-container__fixed {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* ----AmazonPayV2ボタン押下後表示メッセージ---- */
.block-cart--amazonpay-alert{
  display: none;
  color: #a94442;
}

.block-cart--order-button-description{
  display: none;
}
.block-cart--amazonpay-form{
  display: flex;
  flex-direction: column;
}
.block-cart--amazonpay-form > div:nth-of-type(1){
  order: 2;
  margin-top:15px;
}

/* ----注文方法指定画面---- */

/* 共通設定 */
.block-order-method {
  margin: 10px;
}

.block-order-method h1 {
  margin: -10px -10px 0;
  text-align: center;
}

.block-order-flow--step1 {
  font-size: 14px;
}
.page-orderdest h2,
.block-order-gift-select--delivery-dest-detail-header-title,
.block-order-method h2,
.page-orderselect h2 {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 2px solid #444444;
  margin-bottom: 20px;
}

/* ご注文主 */
.block-order-method--orderer{
  margin-top: 30px;
}
.block-order-method--orderer-detail {
  background: #fff;
  padding: 10px;
}

.block-order-method--orderer-name {
  padding-bottom: 5px;
  flex-grow: 1;
  position: relative;
  display: inline-block;
  width: 35vw;
  word-break: break-all;
  padding-right: 10px;
}

.block-order-method--host-title-confirmation {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  margin-bottom: 10px;
}

.block-order-method--value-label {
  display: block;
}

.block-order-method--host-name {
  font-weight: bold;
}

.block-order-method--host .fieldset-vertical {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0;
}

.block-order-method--host-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--host-content .form-group {
  padding: 10px;
  margin: 0;
}

.block-order-method--dest-input .fieldset-vertical {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0;
}

.block-order-method--dest-input .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--dest-input .form-group {
  padding: 10px;
  margin: 0;
}

.block-order-method--host-edit {
	margin: 0.6rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

.block-order-method--host-edit .btn {
	width: auto;
	display: inline-block;
	padding: 0.5rem 1.0rem!important;
  background-color: #e9e9e9!important;
  color: #333333;
  border: none;
}

.block-regular-comment {
}
.block-regular-comment--notice {
  color: #000;
  font-weight: bold;
}
.block-regular-comment--agree {
  text-align: center;
  margin-top: 30px;
  background-color: #fdd;
  padding: 30px 30px;
  font-weight: bold;
  font-size: 1.1rem;
}

/* お届け先 */
.block-order-method--dest-content {
  border-bottom: none;
}

.block-order-method--dest-content .block-order-method--sender-message {
  padding-bottom: 5px;
}

.block-order-method--dest-item-title {
  padding-bottom: 5px;
}
.block-order-estimate--dest-store-name,
.block-order-method--dest-item .block-order-method--dest-name{
  font-weight: bold;
}
.block-order-method--dest-item{
  background: #fff;
}
.block-order-method--dest-add {
  background: #fff;
  padding: 10px;
}

.block-order-method--amazonpay-dest-title{
  font-weight: bold;
}

.block-order-method--dest-edit,
.block-order-method--host-edit,
.block-order-method--dest-add {
  text-align: right;
}

.block-order-method--dest #addressBookWidgetDiv {
  background: #fff;
  padding: 10px;
}

.block-order-method--dest-change {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: auto;
}

.block-order-method--dest-title-salesinclude {
  background: #fff;
  font-weight: bold;
  font-size: 15px;
}

.block-order-method--dest-note-salesinclude {
  background: #fff;
}

/* お支払い情報 */
.block-order-method--payment-content {
  background: #fff;
  border-bottom: none;
}

.block-order-method--payment-method-select li,
.block-order-method--point-use-select li {
  margin: 5px 0 5px 0;
}

.block-order-method--promotion-title,
.block-order-method--point-use-title,
.block-order-method--payment-method-title,
.block-order-method--coupon-title,
.block-order-gift-method--promotion-title,
.block-order-gift-method--point-use-title,
.block-order-gift-method--payment-method-title,
.block-order-gift-method--coupon-title,
.block-order-gift-method--date-spec-title,
.block-order-gift-method--time-spec-title {
  font-weight: bold;
}

.block-order-method--payment-method-label,
.block-order-gift-select--method--label
{
  margin-top: 10px;
}

.block-order-method--promotion,
.block-order-method--point-use,
.block-order-method--payment-method,
.block-order-method--coupon,
.block-order-gift-select--promotion,
.block-order-gift-select--coupon,
.block-order-gift-select--method {
  padding: 10px 0;
}

.block-order-method--payment-method-select .help-block {
  padding-left: 30px;
}

input.block-order-method--point-use-input {
  margin-right: 5px;
  width: 5.0em;
  background-color: #dedede;
}

.block-order-method--coupon-available-btn,
.block-order-gift-select--coupon-available-btn {
  display: block;
  margin: 0 0 0 10px;
  padding: 0;
  text-decoration: underline;
}

.block-order-method-coupon-dish-possession{
  margin: 0 0 0 30px;
}

.block-order-method--coupondialog-table {
  margin: 0 0 10px 0;
}

.block-order-method--coupondialog-data-btn .btn {
  display: block;
  margin: 5px 0 5px 0;
  padding: 10px 0 10px 0;
  width: 100%;
}

.block-order-method--point-use-content {
  padding-top: 5px;
}

.block-order-method--point-pay {
  padding: 5px 0;
}

/* お届け日時指定 */
.block-order-method--delivery-datetime-content {
  background: #fff;
  border-bottom: none;
  margin-top: 2rem;
}

.block-order-method--date-spec-title,
.block-order-method--time-spec-title {
  font-weight: bold;
}

.block-order-method--date-spec,
.block-order-method--regular-content,
.block-regular-cycle--deliv_date,
.block-order-method--time-spec{
  padding: 10px;
}
.block-order-method--date-spec,
.block-order-method--time-spec{
  padding-left: 0;
}

/* 定期購入お届けサイクル */
.block-order-method--regular-content,
.block-regular-cycle--deliv_date {
  padding: 10px;
}

.block-order-method--regular-cycle-title {
  font-weight: bold;
}

.block-order-method--regular-cycle label {
  margin: 5px 0 5px 0;
  display: inline-block;
}

/* 商品情報 */
.block-order-method--goods {
  margin-top: 10px;
}

.block-order-method--goods-content {
  background: #fff;
  border-bottom: none;
}

.block-order-method--goods-list li {
  padding: 10px;
  border-bottom: solid 1px #dcdcdc;
}
.block-order-method--goods-list li:last-of-type{
  border-bottom: none;
}

.block-order-method--goods-item-image {
  width: 110px;
  display: table-cell;
  vertical-align: top;
}

.block-order-method--goods-item-image figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-method--goods-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.block-order-method--goods-name,
.block-order-gift-select--delivery-dest-goods-name {
  font-weight: bold;
  margin-bottom: 1rem;
}

.block-order-method--sales-detail-append-item textarea {
  width: 100%;
}

/* その他 */
.block-order-method--sales-append-container {
  background: #fff;
  padding: 0 0 0 0px;
  margin: 0 0 10px 0;
}

.block-order-method--procedure {
  /*background: rgba(238, 238, 238, 0.9);
  border-top: 1px solid #dcdcdc;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;*/
  margin: auto;
}

.block-order-method--next-btn {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
}

/* ---- 注文内容確認(通常フロー) ---- */

/* 共通設定 */
.block-order-estimate {
  margin: 0 10px 0 10px;
  font-size: 14px;
}

.block-order-estimate h1 {
  margin: 0 -10px 0;
  text-align: center;
}

.block-order-estimate h2 {
  text-align: left;
  margin: 20px 0 0 0;
  padding: 5px;
  background: transparent;
}

.block-order-estimate .form-error {
  font-weight: bold;
}

/* 注文を確定する */
.block-order-estimate--commit {
  margin: 45px 0 5px 0;
  text-align: center;
}

.block-order-estimate--commit .action .btn {
  margin: 5px 0 5px 0;
  padding: 15px 0 15px 0;
  font-size: 12px;
}

.block-order-estimate--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}

/* 利用規約 */
.block-order-estimate--agreebody {
  width: 100%;
  height: 400px;
  font-size: 10px;
}

/* お選びできるノベルティがございます */
.block-order-estimate--promotion-novelty-content {
  border: 1px solid #f00;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 10px 32px;
  font-size: 12px;
}

/* お届け先 */
.block-order-estimate--dest-content {
  /*background: #fff;
  margin-top: 2rem;*/
  padding: 10px 90px 10px 10px;
  position: relative;
}


.block-order-estimate--dest .block-order-estimate--salesinclude-btn {
  width: 75px;
  right: 10px;
  top: 60px;
  height: 31px;
  position: absolute;
  font-size: 12px;
  padding: 5px 0 !important;
}

/* お届け先の変更(ダイアログ)*/
.block-order-estimate--dest-address-container,
.block-order-estimate--guest-address-container,
.block-order-estimate--amazonpay-address-container {
  font-size: 14px;
}
.block-order-estimate--dest-address-container h2,
.block-order-estimate--guest-address-container h2,
.block-order-estimate--amazonpay-address-container h2 {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  padding: 5px;
  margin: 10px 0 14px 0;
}

.block-order-estimate--address-frame {
  background: #f8f8f8;
}

.block-order-estimate--value-label {
  display: block;
  margin: 5px 0;
}

/* ×ボタン */
.block-order-estimate--address-frame-close {
  position: relative;
  cursor: pointer;
}

.block-order-estimate--address-frame-close span {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
}

.block-order-estimate--address-frame-close span:before {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-order-estimate--address-frame-close span:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-order-estimate--dest-address-list {
  padding-bottom: 10px;
}

.block-order-estimate--dest-address-item {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 14px 14px 14px;
  padding: 10px;
}

.block-order-estimate--dest-address-title {
  padding-bottom: 5px;
}

.block-order-estimate--dest-address-item-buttons__selected {
  text-align: center;
  background: #fffcfc;
  border: solid 1px #f00;
  margin-top: 10px;
  padding: 5px;
  color: #f00;
  cursor: default;
  width: auto;
}

.block-order-estimate--dest-address-change-btn {
  padding: 5px;
  margin-top: 10px;
  width: 100%;
}

.block-order-estimate--dest-address-change-dest-btn {
  padding: 5px;
  margin-top: 10px;
  width: 100%;
}

.block-order-estimate--dest-address-item-register {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 14px 14px 14px;
  padding: 10px;
}

.block-order-estimate--dest-address-register-btn {
  padding: 5px;
  width: 100%;
}

.block-order-estimate--dest-address-item-register-form {
  margin: 0 14px 14px 14px;
}

.block-order-estimate--dest-address-item-register-input-title {
  background: #333;
  color: #fff;
  border-radius: 0;
  border-bottom: solid 1px #dcdcdc;
  padding: 8px 2px 8px 14px;
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
  margin: 0;
}

.block-order-estimate--dest-address-item-register-input-form .form-group,
.block-order-estimate--dest-address-item-register-input-form .action-buttons {
  background-color: #fff;
  border: solid 1px #dcdcdc;
  border-top: 0;
  padding: 10px;
  margin: 0;
}

/* お届け先の変更(AmazonPay) */
.block-order-estimate--amazonpay-address-widget {
  padding: 0 10px 10px;
  width: auto;
  height: 100%;
}

.block-order-estimate--amazonpay-address-area .action {
  padding: 0 10px 10px 10px;
}

.block-order-estimate--amazonpay-address-area .action .btn {
  min-height: 24px;
  padding: 3px 0 2px 0;
  margin: 0;
}

/* お届け先の変更(ゲスト) */
.block-order-estimate--guest-address-container {
  padding-bottom: 14px;
}

.block-order-estimate--guest-address-input-form {
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 0 14px;
}

.block-order-estimate--guest-address-input-form .form-group {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
}

/* お届け先の変更(会員・ゲスト) アクションボタン */
.block-order-estimate--dest-address-item-register-input-form .action-buttons,
.block-order-estimate--guest-address-input-form .action-buttons {
  width: 100%;
  padding: 10px;
  display: table;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action,
.block-order-estimate--guest-address-input-form .action-buttons .action {
  width: 50%;
  display: table-cell;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action .btn,
.block-order-estimate--guest-address-input-form .action-buttons .action .btn {
  margin-top: 0;
  padding: 3px 0;
  white-space: normal;
  min-height: 50px;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action:first-child,
.block-order-estimate--guest-address-input-form .action-buttons .action:first-child {
  padding-right: 5px;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action:last-child,
.block-order-estimate--guest-address-input-form .action-buttons .action:last-child {
  padding-left: 5px;
}

.block-order-estimate--dest-address-container .block-order-method--sender-message,
.block-order-estimate--guest-address-container .block-order-method--sender-message {
  padding: 0 10px;
}

/* お支払い情報 */
.block-order-estimate--method-pay-content {
  background: #fff;
  border-bottom: none;
  padding: 10px;
  position: relative;
}

.block-order--amazonpay-btn {
  display: inline;
  right: 10px;
  top: 10px;
  position: absolute;
}

.block-order-method--amazonpay-btn {
  display: inline;
  right: 10px;
  top: 10px;
}

.block-order--amazonpay-btn:focus,
.block-order-method--amazonpay-btn:focus{
  outline:0;
}

.block-order-estimate--method h3 {
  padding: 0 90px 10px 0;
}

.page-estimate h3{
  padding-bottom: 0;
  margin-left: -10px;
  font-size: 13px;
}
.page-method h3{
  font-size: 13px;
  padding:0;
}


/* クレジットカード設定 */
.block-order-estimate--pay-input {
  margin: 0 0 10px 0;
}

.block-order-estimate--pay-selectcard-keep {
  margin-bottom: 5px;
}

.block-order-estimate--pay-detail {
  background: #fff;
}

.block-order-estimate--pay-detail .form-group {
  border: solid 1px #dcdcdc;
  border-top: 0;
  margin: 0;
}

.block-order-estimate--pay-detail {
  border-top: solid 1px #dcdcdc;
}

.block-order-estimate--pay-detail .form-label {
  padding: 10px 10px 5px 10px;
}
.block-order-estimate--pay-detail .form-control {
  padding: 0 10px 10px 10px;
}

.block-order-estimate--pay-selectcard .form-control {
  padding: 10px;
}
.block-order-estimate--pay-input .form-label,
.block-order-estimate--pay-input .form-control{
  padding-left: 0;
}
.block-order-estimate--pay-savecard .form-control {
  padding: 10px;
}

.block-order-estimate--creditcard-newaddress-message {
  padding: 10px 0 0 0;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}

.block-order-estimate--creditcard-forceinput-message {
  padding: 10px 0 0 0;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}

.block-order-estimate--pay-detail .block-order-estimate--pay-selectcard {
  padding: 0;
}

/* コンビニ決済 */
.block-order-estimate--pay-input .block-order-estimate--cvs-select {
  border: solid 1px #dcdcdc;
  border-top: 0;
}

.block-order-estimate--amazonpay-wallet-widget {
  padding: 10px;
}

.block-order-estimate--amazonpay-login {
  background: #fff;
  padding: 10px;
  border: solid 1px #dcdcdc;
}

/* ご注文主様 */
.block-order-estimate--orderer{
  margin-top: 1rem;
}
.block-order-estimate--orderer-content {
  background: #fff;
  padding: 10px 90px 10px 10px;
  position: relative;
}

.block-order-method--sender-info,
.block-order-method--dest-content,
.block-order-estimate--orderer-content,
.block-order-method--payment-content,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--discount-info,
.block-order-estimate--pay-savecard,
.block-order-estimate--sales-append-content,
.page-orderdest form{
  font-size: 13px;
}
.block-order-estimate--point-out,
.block-order-estimate--discount,
.block-order-estimate--promotion-discount{
  color: #df3232;
}
select[name="date_detail_spec"],
select[name="time_spec"]{
  height: 30px;
}
.page-method select[name="time_spec"],
.page-orderselect select[name="time_spec"]{
 /* display: none;*/
}
.time-spec-wrapper label{
  width: 100%;
  display: block;
  margin: 5px 0;
  font-size: 13px;
}
.block-order-gift-dest--address-change-btn{
  width: 50px;
  border: none;
  border-radius: 5px!important;
}
.block-order-estimate--change-btn {
  width: 50px;
  right: 10px;
  top: 10px;
  position: absolute;
}

/* ご注文内容 */
.block-order-estimate--summary{
  font-size: 12px;
}
.block-order-estimate--summary-content {
  background: #fff;
}

.block-order-estimate--total-price {
  font-weight: bold;
}

.block-order-estimate--login-state-saving {
  margin-top: 10px;
}

.block-order-estimate--login-state-saving-message {
  margin-top: 10px;
}

/* ご注文内容 お届け先 */
.block-order-estimate--delivery-info-header {
  margin-right: 10px;
}

.block-order-estimate--delivery-name {
  font-weight: bold;
}

.block-order-estimate--delivery-summary {
  padding: 10px;
  background-color: #f6f6f5;
}

.block-order-estimate--price-items {
  padding: 10px 10px 5px 10px;
}

.block-order-estimate--price-items dl {
  display: table;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}

.block-order-estimate--price-items dt {
  width: 55%;
  display: table-cell;
  height: 100%;
  border: none;
  padding: 5px 4px;
  text-align: left;
  box-sizing: border-box;
}

.block-order-estimate--price-items dd {
  width: 45%;
  display: table-cell;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: right;
  box-sizing: border-box;
}

.block-order-estimate--total dt {
  border-top: 1px solid #dcdcdc;
  padding: 10px 4px;
  font-weight: bold;
}

.block-order-estimate--total dd {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
}

.block-order-estimate--point-add-num {
  color: #f00;
}

.block-order-estimate--point-add-message {
  color: #f00;
  font-size: 12px;
}

/* ディスカウント情報 */
.block-order-estimate--discount-info {
  background-color: #fff;
}

.block-order-estimate--discount-info .block-order-estimate--point h3,
.block-order-estimate--discount-info .block-order-estimate--promotion-code h3,
.block-order-estimate--discount-info .block-order-estimate--promotion h3,
.block-order-estimate--discount-info .block-order-estimate--coupon h3,
.block-order-estimate--age-verification h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--discount-info .block-order-estimate--point,
.block-order-estimate--discount-info .block-order-estimate--promotion-code,
.block-order-estimate--discount-info .block-order-estimate--coupon,
.block-order-estimate--age-verification {
  padding: 10px 90px 10px 10px;
  position: relative;
}

.block-order-estimate--discount-info .block-order-estimate--promotion {
  padding: 10px;
  position: relative;
}

/* お届け日時指定 */
.block-order-estimate--date-spec-content {
  background-color: #fff;
}

.block-order-estimate--date-spec h3,
.block-order-estimate--time-spec h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--date-spec,
.block-order-estimate--time-spec {
  padding: 10px 90px 10px 10px;
  position: relative;
}


.block-order-estimate--confirmation-message {
  padding: 0 10px 10px;
}

/* 定期購入お届けサイクル */
.block-order-estimate--regular-cycle-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 10px 0;
}

.block-order-estimate--regular-cycle-name h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--regular-cycle-name {
  padding: 10px 90px 10px 10px;
  position: relative;
}


/* ノベルティ商品のノベルティ選択 */
.block-order-estimate--novelty-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-estimate--novelty-item {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.block-order-estimate--novelty-item-image,
.block-order-estimate--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}

.block-order-estimate--novelty-item-image {
  width: 110px;
}

.block-order-estimate--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-estimate--novelty-item-image figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

/* ご注文商品 */
.block-order-estimate--goods{
  margin-bottom: 10px;
}
.block-order-estimate--goods-content {
  /*background: #fff;*/
  border-bottom: none;
  margin: 0 0 10px 0;
}

.block-order-estimate--goods-list li {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-estimate--goods-item-image {
  width: 110px;
  display: table-cell;
  vertical-align: top;
}

.block-order-estimate--goods-item-image figure {
  background: #f5f5f5;
  width: 110px;
  height: 110px;
}

.block-order-estimate--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.block-order-estimate--goods-price-num {
  /*font-weight: bold;*/
  font-size: 12px;
}
.block-order-estimate--goods-price-num .tax{
  font-size: 11px;
}

.block-order-estimate--goods-name {
  font-weight: bold;
  font-size: 12px;
}

/* ご注文商品 その他 */
.block-order-estimate--sales-append {
  display: block;
  background: #fff;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title {
  padding: 10px 90px 10px 10px;
  position: relative;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--sales-append-content {
  padding: 0 10px 10px 10px;
}

.block-order-estimate--sales-append-list th {
  vertical-align: top;
  background-color: #999;
  color: #fff;
}


/* ご注文商品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* 備考 */
.block-order-estimate--comment-content {
  display: block;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-estimate--comment-content textarea {
  display: block;
  width: 100%;
}

/* メールニュース登録 */
.block-order-estimate--mailnews {
  background: #fff;
  padding: 10px;
  border: solid 1px #dcdcdc;
}

.block-order-estimate--mailnews .form-label {
  font-weight: bold;
  padding-bottom: 10px;
}

/* 会員登録 */
.block-order-estimate--entry-customer {
  display: block;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  margin-top: 5px;
}

.block-order-estimate--register-customer-checkbox,
.block-order-estimate--register-customer-checkbox-message {
  display: table-cell;
}

.block-order-estimate--register-customer-checkbox-message {
  margin-top: 3px;
}

.block-order-estimate--entry-customer-message {
  margin: 5px 0;
  font-size: 12px;
}

.block-order-estimate--entry-customer-point {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--register-customer a {
  text-decoration: underline;
}

.block-order-estimate--uid-label {
  margin-bottom: 3px;
}

.block-order-estimate--uid-label-font {
  margin-right: 10px;
}

.block-order-estimate--pwd {
  margin-top: 10px;
}

.block-order-estimate--pwd-label {
  margin-bottom: 3px;
}

.block-order-estimate--pwd-label-font {
  margin-right: 10px;
}

.block-order-estimate--mailnews-label {
  margin-bottom: 3px;
  font-weight: bold;
  margin-right: 10px;
} 

.block-order-estimate--mailnews-message {
  font-size: 12px;
}

.block-order-estimate--commit-ft .span {
  display: block;
  padding-top: 10px;
  padding-bottom: 24px;
  font-size: 13px;
}

/* AmazonPayローディング */
.block-order-amazonpay--loading {
  padding-top: 50px;
  text-align: center;
}

.block-order-amazonpay--order-back {
  margin: 10px;
}
.block-order-amazonpay--order-back-btn {
  font-size: 12px;
  background: transparent;
  padding: 18px 0 !important;
  border: 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}

/* ---- 注文完了(通常・ギフトフロー共通) ---- */

.block-order-complete--body {
  padding: 10px;
  text-align: center;
}

.block-order-complete--wrapper,
.block-order-complete--customerentry,
.block-order-complete--rules,
.block-order-complete--home {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.block-order-complete--home {
  margin-bottom: 0;
}

.block-order-complete .block-accessory-list {
  margin-top: 0;
}

.block-order-complete h1 {
  margin: -10px -10px 10px;
}

.block-order-complete--message {
  margin: 10px;
}

.block-order-complete--message p {
  padding: 10px;
}

.block-order-complete table th {
  width: 40%;
}

.block-order-complete--orderid {
  margin-bottom: 10px;
}

.block-order-complete--salesinclude {
  margin-bottom: 10px;
}

.block-order-complete--home a {
  text-decoration: underline;
}

.block-order-complete--customerentry-header {
  margin: 0 -10px 10px;
}

.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-complete--salesinclude td a {
  text-decoration: underline;
}


/* ---------------------- */
/* ----ギフトフロー------- */
/* ---------------------- */

/* ---- 配送先選択 ---- */

.block-order-gift-dest {
  margin: 10px;
}

.block-order-gift-dest--header {
  margin: -10px -10px 0 -10px;
}

/*.block-order-gift-dest h2 {
  margin: 0 -10px 0 -10px;
}*/

.block-order-gift-dest--check-all {
  padding: 10px 0;
}

/* お届け先配送情報エリア */
.block-order-gift-dest--address-item {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.block-order-gift-dest--address-item-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-order-gift-dest--address-item address {
  /*margin-left: 30px;*/
}

.block-order-gift-dest--address-change {
  text-align: right;
}

.block-order-gift-dest--address-new {
  text-align: right;
  margin-bottom: 10px;
}

.block-order-gift-dest--cart-back {
  margin-top: 10px;
  text-align: center;
}

/* 贈り主情報エリア */
.block-order-gift-dest--method-sender-info p {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-order-gift-dest--method-sender-info address {
  /*margin-left: 30px;*/
}

.block-order-gift-dest--method-sender-change {
  padding: 10px;
  margin-top: 10px;
  background: #f0f0f0;
  border: 1px solid #dcdcdc;
}

.block-order-gift-dest--method-sender-btn {
  margin-top: 10px;
  text-align: right;
}

.block-order-gift-dest--method-sender-input {
  background-color: #fff;
  margin-bottom: 10px;
}

.block-order-gift-dest--method-sender-input .form-group {
  padding: 5px 10px 0 10px;
}

.block-order-gift-dest--value-label {
  display: block;
}

/* ---- 配送先商品追加 ---- */

.block-order-gift-select {
  margin: 10px;
}

.block-order-gift-select--header {
  margin: -10px -10px 0;
}

.block-order-gift-select--sender {
  margin-bottom: 5px;
}

.block-order-gift-select--sender-title {
  /*margin: 0 -10px;*/
}

.block-order-gift-select--sender-info {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}
.block-order-gift-select--sender-info p {
  font-weight: bold;
}

.block-order-gift-select--delivery-dest-add {
  margin-top: 10px;
  text-align: right;
}

.block-order-gift-select--delivery-dest-add select {
  display: inline-block;
}

.block-order-gift-select--delivery-dest-add-btn {
  display: inline-block;
  font-size: 14px;
}

.block-order-gift-select--delivery-dest-header {
  position: relative;
}

/* お届け先 */

.block-order-gift-select--delivery-dest-delete {
  text-align: right;
  position: absolute;
  right: 1rem;
  top: 8px;
}

.block-order-gift-select--delivery-dest-delete-btn {
  font-size: 14px;
}

.block-order-gift-select--delivery-dest-address {
  padding: 10px;
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-nickname {
  font-weight: bold;
}

/* お届け先商品 */

.block-order-gift-select--delivery-dest-goods-added {
}

.block-order-gift-select--delivery-dest-goods-select .block-order-gift-select--delivery-dest-goods {
  padding: 0 5px 20px 5px;
  background: #f6f6f5;
}

.block-order-gift-select--delivery-dest-goods-add {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-goods-message {
  padding: 0 0 10px;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-checkbox-header {
  width: 30px;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-name-header {
  width: auto;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-qty-header {
  width: 50px;
}

.block-order-gift-select--delivery-dest-goods-qty input {
  width: 40px;
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-content-info th {
  width: 30%;
  max-width: 30%;
  vertical-align: middle;
  white-space: normal;
}

.block-order-gift-select--delivery-dest-goods-content-info td {
  background: #fff;
}

.block-order-gift-select--delivery-dest-goods-noshi-btn {
  font-size: 14px;
  padding: 4px 5px;
}

.block-order-gift-select--delivery-dest-goods-noshi-massage {
  padding: 0 0 10px;
}

.block-order-gift-select--delivery-dest-goods-delete {
  text-align: right;
}

.block-order-gift-select--delivery-dest-total {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-total table th {
  width: 30%;
  max-width: 30%;
  vertical-align: middle;
  white-space: normal;
}

.block-order-gift-select--delivery-dest-total td {
  vertical-align: middle;
}

.block-order-gift-select--delivery-dest-total-price {
  display: inline-block;
  vertical-align: middle;
}

.block-order-gift-select--delivery-dest-total-price-calc {
  text-align: right;
  float: right;
  display: inline-block;
}

.block-order-gift-select--delivery-date-content {
  margin-top: 10px;
}

/* お支払い情報 */
.block-order-gift-select--coupon-content input {
  display: block;
}

.block-order-gift-select--coupon-content a {
  margin-top: 10px;
}


.block-order-gift-select--point-payment h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--point-payment-content {
  margin-top: 10px;
}

.block-order-gift-select--select-point-payment {
  margin-top: 10px;
}

input.block-order-gift-select--point-payment-input {
  width: 5.0em;
  background-color: #dedede;
  margin: 0 10px;
}

.block-order-gift-select--method-content {
  margin-top: 10px;
}

/* その他 */


.block-order-gift-select--back {
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

/* ---- のし・ラッピング設定 ---- */

.block-order-gift-noshi {
  margin: 10px;
}

.block-order-gift-noshi h3 {
  margin: 0 -10px;
}

.block-order-gift-noshi--title {
  margin: -10px -10px 0;
}

.block-order-gift-noshi--sender {
  padding: 10px;
  background-color: #fff;
}

.block-order-gift-noshi--goods {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}

.block-order-gift-noshi--sender p {
  font-weight: bold;
}

.block-order-gift-noshi--noshi-container-title {
  margin: 10px -10px;
}

.js-order-gift-noshi-message-box-wrapper {
  margin-bottom: 10px;
}

.block-order-gift-noshi--paper-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--paper-message {
  margin-bottom: 10px;
}

.block-order-gift-noshi--paper-input .control-label {
  font-weight: bold;
}

.block-order-gift-noshi--nameprint-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--covertype-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--wrap-container-title {
  margin: 10px -10px;
}

.block-order-gift-noshi--wrap-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--section {
  margin-bottom: 10px;
}

.block-order-gift-noshi--bag-container-title {
  margin: 10px -10px;
}

.block-order-gift-noshi--bag-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--section {
  margin-bottom: 10px;
}

.block-order-gift-noshi--bag-input {
  font-weight: bold;
}

.block-order-gift-noshi--paper-item-price {
  display: inline-block;
}

.block-order-gift-noshi--paper-item-price {
  display: inline-block;
}

.block-order-gift-noshi--item-price {
  display: inline-block;
}

.block-order-gift-noshi--covertype-item-price {
  display: inline-block;
}

.block-order-gift-noshi--wrap-item-price {
  display: inline-block;
}

.block-order-gift-noshi--bag-item-price {
  display: inline-block;
}

.block-order-gift-noshi--nameprint-name1-1,
.block-order-gift-noshi--nameprint-name1-2,
.block-order-gift-noshi--nameprint-name2-1,
.block-order-gift-noshi--nameprint-name2-2,
.block-order-gift-noshi--nameprint-name3-1,
.block-order-gift-noshi--nameprint-name3-2 {
  display: block;
  margin-bottom: 6px;
}

.block-order-gift-noshi .action-buttons .action .btn {
  margin-top: 10px;
}

/* ---- 注文内容確認---- */

.block-order-gift-confirmation {
  padding: 10px;
}

.block-order-gift-confirmation .form-error {
  font-weight: bold;
}

.block-order-gift-confirmation--header {
  margin: -10px -10px 0;
}

.block-order-gift-confirmation--order-item-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-name-header {
  width: 60%;
  white-space: nowrap;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-qty-header {
  width: 15%;
  white-space: nowrap;
}

.block-order-gift-confirmation--item-qty {
  text-align: right;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-amount-header {
  width: 25%;
  white-space: nowrap;
}

.block-order-gift-confirmation--item-amount {
  text-align: right;
}

.block-order-gift-confirmation--item-image figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--order-item-info {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--order-summary-table th {
  width: auto;
  white-space: nowrap;
}

.block-order-gift-confirmation--order-summary-table td {
  text-align: right;
}

.block-order-gift-confirmation--order-summary {
  margin-bottom: 10px;
}

.block-order-gift-confirmation .block-order-estimate--method-pay {
  margin-bottom: 10px;
}


.block-order-gift-confirmation--orderer-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--ordered-item-table th {
  width: auto;
  white-space: nowrap;
}

.block-order-gift-confirmation--ordered-item-table td {
  text-align: right;
}

.block-order-gift-confirmation--ordered-item-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--ordered-item-message td {
  text-align: left;
}

.block-order-gift-confirmation--sender-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--destination-address {
  padding: 10px;
}

.block-order-gift-confirmation--sending-item-detail-table {
  margin-bottom: 10px;
}


.block-order-gift-confirmation--other-detail th {
  vertical-align: top;
  background-color: #999;
  color: #fff;
}

.block-order-gift-confirmation--other-detail {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--method-pay-title {
  margin: 0 -10px;
}


.block-order-gift-confirmation--order-comment textarea {
  display: block;
  width: 100%;
}

.block-order-gift-confirmation--order-comment {
  margin: 10px 0;
}

.block-order-gift-confirmation .action .btn-primary {
  margin: 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
}

.block-order-gift-confirmation--back {
  margin-top: 10px;
  text-align: center;
}

.block-order-gift-confirmation--entry-customer-title {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--entry-customer-message {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--mailnews-title {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--mailnews-message {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--novelty-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--novelty-item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.block-order-gift-confirmation--novelty-item-image,
.block-order-gift-confirmation--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}

.block-order-gift-confirmation--novelty-item-image {
  width: 110px;
}

.block-order-gift-confirmation--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-gift-confirmation--novelty-item-image figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--campaign-info {
  text-align: center;
  padding: 5px 0;
  margin: 10px 0;
}

.action-rakutenpay {
  text-align: center;
}

.block-order-flow--step1, .block-order-flow--step2, .block-order-flow--step3, .block-order-flow--step4, .block-order-flow--step5{
  font-size: 14px;
}
.block-order-flow--step-current {
  font-size: 20px;
}


.block-cart-detail-modal{
	/*height: calc(630 / 828 * 100vw);*/
}
.block-cart-detail-modal .popup-modal-header-title{
	display: flex;
	position: relative;
	margin-bottom: 3rem;
}
.block-cart-detail-modal .popup-modal-header-title .title{
	flex-grow: 1;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 0 3rem;
}
.block-cart-detail-modal .popup-modal-header-title .close{
	position: absolute;
	top: -4px;
	right: 0;
}
.block-cart-detail-modal .popup-modal-header-title .close:before{
	content:'';
	background-image: url('../../img/usr/common/icon_close.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.35rem;
	height: 1.35rem;
	display: block;
}
.block-cart-detail-modal .block-goodslist-item--icon{
	display: none;
}
.block-cart-detail-modal .btn-area{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4.5rem;
	margin-top: 2.5rem;
}
.block-cart-detail-modal .btn-area .to-next{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(400 / 750 * 100vw);
	padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);	
	background-color: #00954f;
	border: 1px solid #00954f;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
	height: 100%;
	color: #fff;
	font-size: 1.4rem;
}
.block-cart-detail-modal .popup-modal-header{
	padding: 4rem calc(30 / 750 * 100vw) 4rem calc(30 / 750 * 100vw);
}
.block-cart-detail-modal .popup-modal-body{
	display: none;
}
.block-cart-detail-modal .popup-modal-header .list-area ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.block-cart-detail-modal .popup-modal-header .list-area li > div{
	width: calc(280 / 750 * 100vw);
	height: calc(340 / 750 * 100vw);
	border: 1px solid #eeeeee;
	padding: calc(30 / 750 * 100vw);
	padding-top: calc(40 / 750 * 100vw);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.block-cart-detail-modal .popup-modal-header .list-area li label{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	cursor: pointer;
}
.block-cart-detail-modal .popup-modal-header .list-area li:nth-of-type(1) img{
	width: calc(160 / 750 * 100vw);
	height: auto;
}
.block-cart-detail-modal .popup-modal-header .list-area li:nth-of-type(2) img{
	width: calc(167 / 750 * 100vw);
	height: auto;
}
.block-cart-detail-modal .popup-modal-header .img-wrapper{
	width: 100%;
	display: flex;
	align-items: flex-end;
	height: calc(134 / 750 * 100vw);
	justify-content: center;
}
.block-cart-detail-modal .popup-modal-header .title{
	width: 100%;
	text-align: center;
	margin-top: calc(40 / 750 * 100vw);
	font-size: 1.1rem;
}
.block-cart-detail-modal .popup-modal-header input[type="radio"]{
	margin: calc(20 / 750 * 100vw) auto auto auto;
}
.page-cart .block-cart--order-btn,
.page-cart .block-cart--order-btn-gift{
	display: none;
}
.page-cart .block-cart--procedure-container .block-cart--amazonpay{
  border: none;
  padding: 0;
  margin: 0;
}
.page-cart .block-cart--procedure-container{
  margin-bottom: 0
}

.page-cart h1,
.page-method h1,
.page-estimate h1,
.page-orderdest h1,
.page-orderselect h1{
  text-align: left;
  margin-top: 3rem;
  font-size: 1.9rem;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 -10px;
}
.page-orderselect h2{
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 0;
}
.page-cart h2,
.page-method h2,
.page-orderselect h2{
  text-align: left;
  margin-top: 3rem;
  font-size: 1.65rem;
}
.block-order-flow--step{
  margin-bottom: 3rem;
}
.block-order-flow--step ul{
  display: flex;
  align-items: center;
}
.block-order-flow--step li{
  width: calc(115 / 750 * 100vw);
  height: calc(126 / 750 * 100vw);
  background-color: #f6f6f5;
  margin-right: calc(4 / 750 * 100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.block-order-flow--step .step{
  display: block;
  text-align: center;
  width: 100%;
}
.block-order-flow--step li a,
.block-order-flow--step li span{
  font-size: 1.1rem;
  color:#333333;
  line-height: 1.4rem;
}
.block-order-flow--step li:nth-of-type(1){
  border-radius: 4px 0 0 4px;
}
.block-order-flow--step li:last-of-type{
  margin-right: 0;
  border-radius: 0 4px 4px 0;
}
.block-order-flow--step .title{
  display: none;
}
.block-order-flow--step .block-order-flow--step-current{
  width: calc(100% - (119 / 750 * 100vw) * 3);
  font-weight: bold;
  background-color: #e9e9e9;
}
.block-order-flow--step .block-order-flow--step-current .step{
  position: relative;
  color: #222222;
  top: calc(10 / 750 * 100vw);
}
.block-order-flow--step .block-order-flow--step-current .title{
  display: block;
  position: relative;
  text-align: center;
  color: #222222;
  top: calc(-10 / 750 * 100vw);
}

.page-orderdest [name="s_name"],
.page-orderdest [name="s_kana"],
.page-method [name="s_name"],
.page-method [name="s_kana"]{
	margin-bottom: 1rem;
}
.page-method .block-order-method--dest-item-title-wrapper{
  display: flex;
  align-items:baseline;
}
.page-method .block-order-method--dest-item-title{
  flex-grow: 1;
  margin-right: 1rem;
  width: calc(100% - 120 / 750 * 100vw);
  display: inline-flex;
  font-weight: bold;
}
.page-method .block-order-method--dest-item-title label{
  display: inline-block;
  word-break: break-all;
}
.page-method .block-order-method--dest-edit .btn{
  background-color:#e9e9e9;
  border: none;
  width: calc(120 / 750 * 100vw);
  border-radius: 5px;
}
.page-method .block-order-method--goods-item{
  background-color: #f6f6f5;
}
.page-method .block-order-method--sales-detail-append-item .form-label{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-method .block-order-method--sales-detail-append-item .form-label .help-block{
  margin-top: 0;
  margin-left: 7px;
  font-size: 1rem;
}
.page-method .block-order-method--sales-detail-append-item .form-control{
  padding-bottom: 1rem;
}
.page-method .block-order-method--sales-detail-append-item .form-control:last-of-type{
  padding-bottom: 0;
}
.page-method .fieldset-vertical .form-group:last-of-type{
  margin-bottom: 0;
}
.page-method .block-order-method--sales-detail-append-item .form-control label:after,
.block-order-gift-select--sales-detail-append-item label:after{
  display: block;
  content:'';
  clear: both;
  padding-bottom: 1rem;
}
.page-method .block-order-method--sales-detail-append-item .form-control label:last-of-type:after{
  content:'';
  padding: 0;
}
.page-method .block-order-method--coupon-content {
  align-items: flex-end;
}
.page-method .block-order-method--promotion-content input[type="text"],
.page-method .block-order-method--coupon-content input[type="text"],
.block-order-gift-select--promotion-content input[type="text"],
.block-order-gift-select--coupon-content input[type="text"]{
  height: 30px;
  width: calc(440 / 750 * 100vw);
}
.page-method .block-order-method--dest-item input[type="radio"]{
  margin-left: -10px;
}

.block-order-method--coupon input[type="text"][name="coupon_event_dish"]{
  width: calc(220 / 750 * 100vw);
}

.page-estimate .block-order-estimate-notice-message {
  text-align: center;
  background-color: #f5e4e4;
  padding: 20px 10px;
  color: #df3232;
  font-size: 12px;
  margin-top:1rem;
}
.page-estimate .block-order-estimate-notice-message span{
  display: block;
  text-align: center;
}
.page-estimate .block-order-estimate-notice-message span:nth-of-type(1){
  font-size: 14px;
  font-weight: 500;
}
.block-order-gift-dest--address-change-btn,
.block-order-estimate--change-btn{
  background-color: #e9e9e9;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  font-size: 11px;
  text-align: center;
  color: #333333;
}
.block-order-estimate--confirmation-title,
.block-order-estimate--dest address{
  padding-left: 10px;
}
.block-order-estimate--dest,
.block-order-estimate--goods{
  background-color: #f6f6f5;
}
.block-order-gift-select--delivery-dest-goods-wrapper2,
.block-order-estimate--goods-qty-wrapper{
  display: flex;
}
.block-order-gift-select--delivery-dest-goods-wrapper2 > div:nth-of-type(1),
.block-order-estimate--goods-qty-wrapper > div:nth-of-type(1){
  flex-grow: 1;
}
.block-order-estimate--goods-qty{
  flex-grow: unset!important;
  font-size: 11px;
  margin-right: 1.5em;
  padding-top: 2px;
}
.block-order-estimate--sales-detail-append-item{
  font-size: 12px;
}
.block-order-estimate--total{
  font-size: 15px;
}
.block-order-estimate--pay-card-brand select[name="card_brand"],
.block-order-estimate--pay-card input[name="card_num"]{
  width: calc(378 / 750 * 100vw);
  height: 30px;
}
.block-order-method--back{
  margin-top: 1rem;
  max-width: none;
}
.block-order-method--back,
.block-order-estimate--back,
.block-order-gift-dest--cart-back,
.block-order-gift-select--back{
  display: flex;
  align-items: center;
}
.block-order-method--sales-append-radio label:after,
.block-order-method--sales-append-checkbox label:after,
.block-order-gift-select--sales-append-radio label:after,
.block-order-gift-select--sales-append-checkbox label:after{
  content:'';
  clear: both;
  display: block;
  padding-bottom: 1rem;
}
.block-order-method--sales-append-radio label:last-of-type:after,
.block-order-method--sales-append-checkbox label:last-of-type:after,
.block-order-gift-select--sales-append-radio label:last-of-type:after,
.block-order-gift-select--sales-append-checkbox label:last-of-type:after{
  content:'';
  display: none;
}
.block-order-gift-dest--list{
  margin-top: 2rem;
}
.block-order-gift-dest--method-sender-title{
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 0;
}
.page-orderdest .action-buttons{
  margin-top: 3rem;
}
.block-order-estimate--sales-detail-append-list{
  padding: 10px 0;
}
.block-order-estimate--sales-detail-append-list span{
  font-size: 13px;
}
.block-order-gift-select--delivery-dest-goods-content-info,
.block-order-gift-select--delivery-dest-goods-content-list table{
  border: none;
}
.block-order-gift-select--delivery-dest-goods-content-list col:nth-of-type(1){
  width: calc(80 / 750 * 100vw);
}
.block-order-gift-select--delivery-dest-goods-content-info col:nth-of-type(1),
.block-order-gift-select--delivery-dest-goods-content-list col:nth-of-type(2){
  width: calc(200 / 750 * 100vw);
}
.block-order-gift-select--delivery-dest-goods-content-info tr td,
.block-order-gift-select--delivery-dest-goods-content-list tr td{
  border: none;
  vertical-align: top;
  background-color: #f6f6f5;
}
.block-order-gift-select--delivery-dest-goods-content-info tr td:nth-of-type(1),
.block-order-gift-select--delivery-dest-goods-content-list tr td:nth-of-type(1){
  text-align: center;
}
.block-order-gift-select--delivery-dest-goods-content-info tr td img,
.block-order-gift-select--delivery-dest-goods-content-list tr td img{
  width: 100%;
}
.block-order-gift-select--delivery-dest-goods-checked-add-btn.btn-primary{
  background-color: #fff;
  border: 1px solid #9b9c9c;
  color: #333333;
  width: calc(380 / 750 * 100vw);
}
.block-order-gift-dest--method-sender-info-title{
  margin-top: 5rem;
}
.block-order-gift-dest--address-item-title-wrapper{
  display: flex;
  align-items: center;
}
.block-order-gift-dest--address-item-title-wrapper > div:nth-of-type(1){
  flex-grow: 1;
}
.page-orderselect .block-order-gift-select--delivery-dest-header-title {
  margin-top: 0;
}
.block-order-gift-select--delivery-dest{
  background-color: #f6f6f5;
  padding: 15px 0;
}
.block-order-gift-select--delivery-dest:nth-of-type(2){
  margin-top: 1.5rem;
}

.block-order-gift-select--delivery-dest#delivery_1{
  margin-top: 2rem;
}
.block-order-gift-select--delivery-dest{
  position: relative;
}
.block-order-gift-select--delivery-dest-goods-delete-btn{
  border:none;
  font-size: 11px;
  color: #333333;
  background-color: transparent;
  position: relative;
  right: 1rem;
}
.block-order-gift-select--delivery-dest-goods-add-btn{
  display: none!important;
}
.block-order-gift-select--delivery-dest-goods-goods-name{
  font-weight: bold;
}
.block-order-gift-select--delivery-dest-input{
  margin-top: 1rem;
}
.block-order-gift-select--sales-detail-append-body{
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #dcdcdc;
}
.block-order-gift-select--delivery-dest-goods-wrapper3{
  min-height: calc(180 / 750 * 100vw);
}
.block-order-gift-select--delivery-dest-goods-wrapper4{
  display: flex!important;
  align-items: center;
}
.block-order-gift-select--delivery-dest-goods-wrapper4 input{
  padding:0.5rem!important;
}
.block-order-gift-select--delivery-dest-goods-updateqty input{
  margin-right:10px;
  width: 40px;
  text-align: right;
}
.block-order-gift-select--delivery-dest-goods-updateqty-btn{
  width: 14.0rem!important;
  font-size: 12px!important;
  cursor: pointer;
}
.block-order-gift-select--delivery-dest-goods-select .form-error{
  margin-top: 10px;
  padding-left: 1rem;
}
.block-order-gift-select--delivery-date,
.block-order-gift-method--time-spec-title{
  margin-top: 20px;
}
.page-cart .action,
.page-method .action,
.page-estimate .action,
.page-orderdest .action,
.page-orderselect .action,
.block-order-method--procedure,
.block-order-gift-select--back{
  max-width: 90.6vw;
}
.page-orderselect .action-buttons{
  margin-top: 4rem;
}
.page-cart .action a,
.page-method .action a,
.page-estimate .action a,
.page-orderdest .action a,
.page-orderselect .action a,
.block-order-method--procedure a,
.block-order-gift-select--back a,
.block-cart--order-btn,
.page-cart .action .btn-primary,
.page-method .action .btn-primary,
.page-estimate .action .btn-primary,
.page-orderdest .action .btn-primary,
.page-orderselect .action .btn-primary,
.block-order-method--procedure .btn-primary,
.block-cart--order-btn .btn-primary{
  font-size: 1.2rem;
}
.page-cart .btn-back,
.page-method .btn-back,
.page-estimate .btn-back,
.page-orderdest .btn-back,
.page-orderselect .btn-back{
  display: block;
  text-align: center;
  width: 100%;
  padding: 1.5rem 3rem;
  border: 1px solid #9b9c9c;
  border-radius: 5px;
  text-decoration: none;
}
.block-order-gift-select--delivery-dest-delete-btn{
	width: auto;
	padding: 0.4rem 0.8rem!important;
  text-align: center;
  width: 100%;
  padding: 1.5rem 3rem;
  border: 1px solid #9b9c9c;
  border-radius: 5px!important;
  text-decoration: none;
  background-color: #fff;
  display: none;
  font-size: 1.1rem;
}
.block-order-gift-select--delivery-dest-goods .action-buttons{
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #dcdcdc;
}
.block-order-gift-confirmation--destination-address-info{
  background-color: #f6f6f5;
}
.block-order-gift-confirmation--destination-address-header{
  padding-left: 10px!important;
}
.block-order-gift-confirmation--sending-item-wrapper{
  display: flex;
  padding: 10px;
}
.block-order-gift-confirmation--sending-item-name{
  width: 92px;
}
.block-order-gift-confirmation--sending-item-wrapper > div:nth-of-type(2){
  padding-left: 15px;
}
.block-order-method--orderer-name-wrapper{
  display: flex;
  align-items: center;
  position: relative;
}
.block-order-method--dest-title{
  margin-top:  1rem;
}
.block-order-method--dest-item{
  padding:10px;
}
.time-spec-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.time-spec-wrapper label{
  width: 48%;
}
.time-spec-wrapper label:nth-of-type(n+2){
  margin-right: 2%;
}
.time-spec-wrapper label:nth-of-type(2n+1){
  margin-right: 0;
}
.time-spec-wrapper label:nth-of-type(1){
  width: 100%;
}
.block-order-method--procedure{
  margin-top: 4rem;
}
.block-order-gift-confirmation--destination-address-header,
.block-order-estimate--dest-name{
  padding-left: 10px;
  padding-top: 10px;
  margin-left: 0!important;
}
.block-order-gift-select--method-list{
  display: flex;
  flex-direction: column;
}
.block-order-gift-select--method-list li{
  margin: 5px 0;
}
.page-estimate .action-buttons{
  margin-top: 3.5rem;
}
.block-order-gift-select--sales-append-content{
  margin-top: 2rem;
}
.block-order-estimate--pay-title{
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #444444;
  margin-top: 5rem;
}
.page-orderdest .block-order-gift-dest--method-sender-change{
  display: none;
}

/* ■2022.05.17[tharada]特定商取引法改正_特定価格パッチ */
.block-order-estimate--return-agree {
  margin: 5px 0 5px 0;
}

.block-order-estimate--sales-delivery-comment {
  margin: 5px 0 10px 0;
}

.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-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--return-agree {
  text-align: center;
  margin: 10px 0;
}

.block-order-gift-confirmation--sales-delivery-comment {
  margin: 5px 0;
}

.block-order-regular-add-confirm--return-agree {
  margin: 5px 0 5px 0;
}

.block-order-regular-add-confirm--goods-item-sales-period {
  font-size: 12px;
  color: #777;
}

.block-order-estimate--return-agree{
    display:inline-block;
    text-align: center;
    width: 80%;
    padding: 0.5rem 2rem;
    text-decoration: none;
    font-size: 1.2rem;
}

.block-order-estimate--return-agree--link{
    text-align: center;
}

.btn-return-agree{
    display:inline-block;
    text-align: center;
    width: 80%;
    padding: 0.5rem 2rem;
    border: 1px solid #9b9c9c;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
}

/* ----AmazonPayロード中表示---- */

.block-cart--amazonpay-loading {
  display: none;
  top: 0px;
  left: 0px;
  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;
}

#method_pay .block-order--amazonpay-btn {
	display: inline;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13em!important;
}

#changeAddress.block-order--amazonpay-btn {
	display: inline;
	position: absolute;
	top: auto;
	right: 20px;
}
.block-order-method--goods-item-course-name {
	font-weight: bold;
}
.postage-first--free, .charge-first--free {
	color: #df3232;
	font-weight: bold;
}
.distribution-goods--price--coupon-discount, .distribution-goods--price--protmotion-discount {
	color: #df3232;
}
