﻿@charset "UTF-8";

/* ==================================================
 Order
================================================== */
/*  注文フローステップ
---------------------------------- */
.block-order-flow--step { padding: 0; margin: 0 0 60px; text-align: center;}
.block-order-flow--step ul { display: flex; justify-content: space-between; align-items: center; background: var(--order-flow-step-color);}
.block-order-flow--step ul li[class*="block-order-flow--step"] {
  width: calc(100% / 3);
  height: 72px;
  padding: 15px 20px 15px 50px;
	border-radius: 0;
  margin: 0;
	font-size: 18px;
	font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--order-flow-step-color);
  position: relative;
}
.block-order-flow--step ul:has(.block-order-flow--step4) li[class*="block-order-flow--step"] { width: calc(100% / 4);}
.block-order-flow--step ul:has(.block-order-flow--step5) li[class*="block-order-flow--step"] { width: calc(100% / 5);}
.block-order-flow--step ul li:last-child:before,
.block-order-flow--step ul li:last-child:after { display: none !important;}
.block-order-flow--step ul li span { font-size: 18px; font-weight: 700; position: relative; z-index: 3;}

.block-order-flow--step1:before,
.block-order-flow--step2:before,
.block-order-flow--step3:before,
.block-order-flow--step4:before {
  content: '';
  width: 0;
  height: 0;
  border-top: #FFF 31px solid;
  border-left: transparent 31px solid;
  border-right: #FFF 31px solid;
  border-bottom: transparent 31px solid;
	border-radius: 0;
	transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: -30px;
	z-index: 1;
}
.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after {
  content: '';
  width: 0;
  height: 0;
  border-top: var(--order-flow-step-color) 25.5px solid;
  border-left: transparent 25.5px solid;
  border-right: var(--order-flow-step-color) 25.5px solid;
  border-bottom: transparent 25.5px solid;
	border-radius: 0;
	transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: -24px;
	z-index: 2;
}
.block-order-flow--step-current { color: #FFF; background: var(--order-flow-step-color-active) !important;}
.block-order-flow--step-current span { color: #FFF;}
.block-order-flow--step-current:after { border-top: var(--order-flow-step-color-active) 26px solid; border-right: var(--order-flow-step-color-active) 26px solid;}

/* ----------------------------------
 Order-01 カート
---------------------------------- */
.page-cart .block-cart--promotion-freespace:has(div) { padding: 24px 60px; margin: 0 0 40px; background-color: var(--color-salmon);}
.page-cart .block-cart--promotion-freespace .block-promotion-freespace { font-size: var(--font-size-main); font-weight: 700; color: var(--color-sale);}
.page-cart .block-cart--rule {
  margin: 0 0 40px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: var(--color-sub) 2px solid;
  font-size: var(--font-size-H2);
  font-weight: 700;
  text-align: left;
	color: var(--color-main);
  line-height: 1.0;
  letter-spacing: 0.04em;
}
.page-cart .block-cart--promotion-criteria-list { margin: 0 0 40px;}
.page-cart .block-cart--promotion-criteria-list .block-cart--promotion-criteria-list { margin: 0;}
.page-cart .block-cart--promotion-criteria-list + .block-cart--promotion-criteria-list { margin-top: 20px;}
.page-cart .block-cart--promotion-criteria-list span,
.page-cart .block-cart--promotion-criteria-list .promotion-benefit { font-size: var(--font-size-sub); font-weight: 700; color: var(--color-sale);}

.page-cart form.js-cart-post { margin: 0 0 80px;}
.page-cart .block-cart--container { display: flex; justify-content: space-between; align-items: flex-start; position: relative; overflow: visible;}
.page-cart .block-cart--container * { float: none !important;}
.page-cart .block-cart--container .block-cart--contents  { width: var(--order-flow-left-contents-width); padding: 0; margin: 0; display: block; position: relative;}
.page-cart .block-cart--container .block-cart--side-area { width: var(--order-flow-right-sidemenu-width); padding: 0; margin: 0; display: block; position: absolute; top: 0; right: 0;}
.page-cart .block-cart--container .block-cart--side-area .block-cart--side-contents { width: var(--order-flow-right-sidemenu-width); padding: 0; margin: 0; display: block;}
.page-cart .block-cart--goods-list .block-cart--item-list {
  padding: 40px;
  margin: 0 0 24px;
	border: none;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  display: flex;
  justify-content: space-between;
	column-gap: 40px;
  position: relative; 
  overflow: visible;
}
.page-cart .block-cart--goods-list .block-cart--goods-list-image { width: 26%; height: auto; padding: 26% 0 0 0; margin: 0 0 auto; background: transparent; position: relative;}
.page-cart .block-cart--goods-list .block-cart--goods-list-image .block-auto-icon { width: 100%; position: absolute; top: -20px; left: -20px; display: none !important;}
.page-cart .block-cart--goods-list .block-cart--goods-list-image figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  position: absolute;
  top: 0;
  left: 0;
}
.page-cart .block-cart--goods-list .block-cart--goods-list-image a:hover figure { opacity: var(--opacity);}
.page-cart .block-cart--goods-list .block-cart--goods-list-item { width: calc(74% - 240px); padding: 0; margin: 0;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-name { padding: 0; margin: 0 0 20px; font-size: var(--font-size-main); font-weight: 700;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-name a { font-size: var(--font-size-main); text-decoration: none; color: var(--color-base); transition: var(--transition);}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-name a:hover { color: var(--color-sub);}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-comment { padding: 0; margin: 0 0 20px; font-size: var(--font-size-sub);}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-comment .variation-name { font-size: var(--font-size-sub);}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-comment .variation-name + .white-space-pre-wrap { margin-top: 20px;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item .block-icon { margin: 0;}
.page-cart .block-cart--goods-list .block-goods-price--on-sales-off-percent { height: 20px; padding: 2px 10px; margin: 0 0 10px; background-color: var(--color-sale); line-height: 16px; color: #FFF;}
.page-cart .block-cart--goods-list .block-goods-price--on-sales-countdown { color: var(--color-sale);}
.page-cart .block-cart--goods-list .block-goods-price--on-sales-countdown > div { color: var(--color-sale);}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-price-info { width: 160px; padding: 0; margin: 0;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-price-info:has(.default-price) .block-cart--goods-list-item-price,
.page-cart .block-cart--goods-list .block-cart--goods-list-item-price-info:has(.default-price) .block-cart--goods-list-item-price .yen { color: var(--color-sale);}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-price { font-size: 24px; font-weight: 700;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-price .yen { font-size: 18px; font-weight: 700;}
.page-cart .block-cart--goods-list .block-cart--goods-point-info { margin: 10px 0; display: none;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-input { width: 100%; padding: 20px 0 0; margin: 20px 0 0; border-top: var(--border-dot);}
.page-cart .block-cart--goods-list .js-cart-pulldown-quantity { display: none !important;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-input .js-input-style { display: flex; align-items: center; column-gap: 24px;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 12px;
}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty::after { display: none !important;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty .spin { width: 24px; min-width: 24px; height: 24px; min-height: 24px; transition: var(--transition); cursor: pointer;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty-minus,
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty-plus  { width: 24px; height: 24px; position: relative; top: auto; right: auto;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty .spin:hover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty .spin.spinplus:hover  { background-image: url("../../img/sys/spinplus_on.png");}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty .spin.spinminus:hover { background-image: url("../../img/sys/spinminus_on.png");}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty .spin:hover img  { opacity: 0;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty input[type="text"],
.page-cart .block-cart--goods-list .block-cart--goods-list-item-qty input[type="number"] { 
	max-width: 120px;
	border: none;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background: var(--color-salmon);
}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-calc { display: none !important;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-calc-btn {
  margin: 0;
  border: var(--border-solid1);
	font-size: var(--font-size-small);
	font-weight: 700;
  color: var(--color-base);
  display: block;
  background-color: #FFF;
}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-calc-btn:hover { border-color: var(--color-sub); color: var(--color-sub);}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-delete {
	width: 32px;
	height: 32px;
	border-color: #C9C9C9;
	border-radius: 32px;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #C9C9C9;
	background-image: url("../../img/usr/common/ico_close_w.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	position: absolute;
	top: -10px;
	right: -10px;
}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-delete:hover { border-color: #999999; background-color: #999999;}

@media screen and (max-width: 1200px) {
	.page-cart .block-cart--goods-list .block-cart--item-list { column-gap: 20px;}
	.page-cart .block-cart--goods-list .block-cart--goods-list-item { width: calc(74% - 200px);}
}

.page-cart .block-cart--procedure { padding: 0; margin: 0 0 16px; border: none; border-radius: var(--border-radius);}
.page-cart .block-cart--procedure .block-cart--subtotal { font-size: var(--font-size-small); font-weight: 500; text-align: center;}
.page-cart .block-cart--procedure .block-cart--subtotal .block-cart--subtotal-price { font-size: 24px; font-weight: 700; color: var(--color-base);}
.page-cart .block-cart--procedure .block-cart--ship-schedule { text-align: center;}
.page-cart .block-cart--procedure .block-cart-ship-schedule-message { font-size: var(--font-size-small); font-weight: 700; text-align: center;}
.page-cart .block-cart--procedure .block-cart-ship-schedule-message span { margin: 0 5px 0 0; font-size: var(--font-size-main); font-weight: 700; color: var(--color-sale);}
.page-cart .block-cart--procedure .block-cart--procedure-container { padding: 24px; margin: 0; background: #FFF;}
.page-cart .block-cart--procedure .block-cart--order-btn { height: 56px; margin: 10px auto 0; font-size: var(--font-size-large);}
.page-cart .block-cart--procedure .block-cart--order-btn-gift { height: 56px; margin: 10px auto 0; font-size: var(--font-size-large); display: none !important;}
.page-cart .block-cart--procedure .block-cart--amazonpay { margin-top: 20px;}
.page-cart .block-promotion-message--container-tile .block-promotion-message--content {
	padding: 24px;
	margin: 0 0 16px;
	border: none;
	border-radius: var(--border-radius);
	font-size: var(--font-size-sub);
	text-align: left;
	background-color: var(--color-salmon);
}
.page-cart .block-promotion-message--container-tile .block-promotion-message--content span,
.page-cart .block-promotion-message--container-tile .block-promotion-message--content .promotion-benefit { font-size: var(--font-size-sub); font-weight: 700; color: var(--color-sale);}
.page-cart .block-cart--continue-shopping { margin: 36px 0 0; text-align: right; text-decoration: none;}
.page-cart .block-cart--continue-shopping .block-cart--continue-shopping-link {
	padding: 5px 20px 5px 5px;
  font-size: var(--font-size-main);
  font-weight: 700;
	color: var(--color-base);
  letter-spacing: 0;
  text-decoration: none;
	background-image: var(--image-arrow-bl);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	transition: var(--transition);
}
.page-cart .block-cart--continue-shopping .block-cart--continue-shopping-link:hover {
	background-image: var(--image-arrow-or);
	color: var(--color-sub);
}

/* Aireco */
.block-recommend-item { margin: 100px 0 70px;}
.block-recommend-item .swiper-controls { display: none;}
.block-recommend-item:has(.swiper-horizontal) .swiper-controls { display: flex; justify-content: flex-end;}

/* お気に入りに登録中の商品 */
.block-bookmarkslider { margin: 100px 0 70px;}
.block-bookmarkslider-item-header { margin: 0 0 26px; display: flex; justify-content: space-between; align-items: center;}
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls { display: none;}
.block-bookmarkslider:has(.swiper-horizontal) .block-bookmarkslider-item-header .swiper-controls { display: flex;}
.block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-prev { order: 1;}
.block-bookmarkslider-item-header .swiper-controls .swiper-pagination        { order: 2;}
.block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-next { order: 3;}
.block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-prev,
.block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-next {
  width: 48px;
  height: 48px;
	padding: 0;
  margin: 0;
  border-radius: 48px;
	border: var(--button-bg2) 2px solid;
  background: var(--button-bg2);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
	cursor: pointer;
	transition: var(--transition);
}
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-prev::before,
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-next::before { display: none !important;}
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-prev::after,
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-next::after {
  content: '';
  width: 10px;
  height: 10px;
	border: none;
  border-right: #FFF 2px solid;
  border-top: #FFF 2px solid;
  position: absolute;
  left: calc(50% - 3px) !important;
  top: calc(50% - 5px);
	bottom: unset !important;
  display: block;
  transform: rotate(-135deg) !important;
}
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-next::after { left: calc(50% - 6px) !important; transform: rotate(45deg) !important;}
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-prev:hover,
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-next:hover { background: #FFF;}
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-prev:hover::after,
.block-bookmarkslider .block-bookmarkslider-item-header .swiper-controls .swiper-bookmarklist-next:hover::after { border-right: var(--button-bg2) 2px solid; border-top: var(--button-bg2) 2px solid;}

.block-bookmarkslider .swiper-wrapper { width: 100%; margin: 0; display: flex; flex-direction: row; flex-wrap: nowrap; position: relative;}
.block-bookmarkslider .block-bookmarkslider--item-body { width: calc((100% - (16px * 4))/5); flex-basis: auto; padding: 30px 24px 0; margin: 0 0 40px; display: block; position: relative;}
.block-bookmarkslider--item-body .block-auto-icon { width: 100%; padding: 0 24px; position: absolute; top: 0; left: 0; right: 0;}
.block-bookmarkslider--item-body .block-bookmarkslider--image { width: calc(100% - 20px); height: auto; padding: calc(100% - 20px) 0 0; margin: 0 10px 20px; position: relative;}
.block-bookmarkslider--item-body .block-bookmarkslider--image a { transition: var(--transition);}
.block-bookmarkslider--item-body .block-bookmarkslider--image a:hover { opacity: var(--opacity);}
.block-bookmarkslider--item-body .block-bookmarkslider--image figure { width: 100%; height: 100%; background: none; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0;}
.block-bookmarkslider--item-body .block-bookmarkslider--item-description { width: 100%; padding: 0 0 12px; margin: 0;}
.block-bookmarkslider--item-body .block-bookmarkslider--goods-name {
	height: calc(var(--font-size-main) * 2 * var(--line-height-low));
	margin: 0 0 8px;
	font-size: var(--font-size-main);
	font-weight: 700;
  display: block;
  line-height: var(--line-height-low);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-bookmarkslider--item-body .block-bookmarkslider--goods-name a { font-size: var(--font-size-main); font-weight: 700; text-decoration: none;}
.block-bookmarkslider--item-body .block-bookmarkslider--goods-name a:hover { color: var(--color-sub);}
.block-bookmarkslider--item-body .block-revico-star-zone { max-height: 32px; margin: 0 0 8px; font-size: var(--font-size-main);}
.block-bookmarkslider--item-body .revico-star .revico-widget a.revico-read-more-review { display: none !important;}
.block-bookmarkslider--item-body .block-bookmarkslider--price-infos { margin: 0 0 12px; font-size: var(--font-size-main);}
.block-bookmarkslider--item-body .block-bookmarkslider--price-infos .price { font-weight: 700; text-align: left;}
.block-bookmarkslider--item-body .block-bookmarkslider--price-infos .net-price { display: none !important;}
.block-bookmarkslider--item-body .block-bookmarkslider--price-infos .default-price { text-align: left;}
.block-bookmarkslider--item-body .block-bookmarkslider--price-infos .exchange-price { text-align: left;}
.block-bookmarkslider--item-body .block-bookmarkslider--price-infos:has(.default-price) .price { color: var(--color-sale);}
.block-bookmarkslider--item-body .block-bookmarkslider--price-infos:has(.default-price) .price .yen { color: var(--color-sale);}
.block-bookmarkslider--item-body .block-bookmarkslider--add-cart { width: 100%; height: var(--goods-list-cart-height);}
.block-bookmarkslider--item-body .block-bookmarkslider--add-cart .block-bookmarkslider--cart-btn {
  width: 100%;
  height: 100%;
  padding: 0 0 0 var(--goods-list-cart-icon-padding);
	border-radius: var(--goods-list-cart-height);
	font-weight: 700;
	text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
	background-image: var(--goods-list-cart-icon-image);
	background-repeat: no-repeat;
	background-position: var(--goods-list-cart-icon-position);
	-webkit-background-size: var(--goods-list-cart-icon-size);
	background-size: var(--goods-list-cart-icon-size);
	transition: var(--transition);
}
.block-bookmarkslider--item-body .block-bookmarkslider--add-cart .block-bookmarkslider--cart-btn:hover {
	background-image: var(--goods-list-cart-icon-image-hover);
}
.block-bookmarkslider--item-body .block-bookmarkslider--custom-order { width: 100%; height: var(--goods-list-cart-height);}
.block-bookmarkslider--item-body .block-bookmarkslider--custom-order .block-list-custom-order-btn {
  width: 100%;
  height: 100%;
  padding: 0;
	border-radius: var(--goods-list-cart-height);
	font-weight: 700;
	text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
	background-repeat: no-repeat;
	background-position: var(--goods-list-cart-icon-position);
	-webkit-background-size: var(--goods-list-cart-icon-size);
	background-size: var(--goods-list-cart-icon-size);
	transition: var(--transition);
}
.block-bookmarkslider--item-body .block-bookmarkslider--custom-order .block-list-custom-order-btn:hover {
	background-image: var(--goods-list-cart-icon-image-hover);
}
.block-bookmarkslider--item-body .block-no-stock { width: 100%; height: var(--goods-list-cart-height);}
.block-bookmarkslider--item-body .block-no-stock .block-no-stock--message {
  width: 100%;
  height: 100%;
	margin: 0;
  padding: 0;
	border-radius: var(--goods-list-cart-height);
	border: var(--button-bg3) 1px solid;
	font-weight: 700;
	text-decoration: none;
	color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
	background: var(--button-bg3);
}

@media screen and (max-width: 1366px) {
	.block-bookmarkslider--item-body { padding: 30px 12px 0;}
	.block-bookmarkslider--item-body .block-auto-icon { padding: 0 12px;}
}

/* ----------------------------------
 Order-02 ご注文方法の指定
---------------------------------- */
.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,
.block-order-method--wrapping-content,
.block-order-method--message-card-content,
.block-order-method--sales-append-content,
.block-order-method--destmethod-detail,
.block-order-method--regular-list .block-order-method--regular-add-list-detail {
  padding: 40px;
  margin: 0 0 60px;
	border: var(--border-solid2);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: visible;	
}
.page-method .block-order-method h2 {
	padding: 2px 0 2px 36px;
	margin: 0 0 20px;
	border: none;
	font-size: var(--font-size-H4);
	font-weight: 700;
	line-height: var(--line-height-low);
	color: var(--color-main);
	position: relative;
}
.page-method .block-order-method h2::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: var(--ttl-image1);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.page-method .btn[class*="btn-"] { min-width: 80px; padding: 8px 20px; font-weight: 700;}
.page-method .fieldset .form-label { min-width: 210px;}
.page-method .fieldset .constraint { min-width: 65px;}
.page-method .fieldset input[type="text"]:not([name*="name"]):not([name*="kana"]) { width: 100%;}
.block-order-method--regular-list { margin: 0 0 60px;}
.block-order-method--regular-list .block-order-method--regular-add-list-detail { margin: 0 0 16px;}
.block-order-method--regular-list .block-order-method--regular-add-list-detail .block-order-method--regular-add-list-list { justify-content: space-between;}
.block-order-method--regular-list .block-order-method--regular-add-list-detail .block-order-method--regular-add-list-list > .block-order-method--regular-add-list-address { width: 55%;}

.page-method .block-order-method--container { overflow: visible;}
.page-method .block-order-method--container::after { content: ''; width: 100%; display: block; clear: both;}
.page-method .block-order-method--contents { width: var(--order-flow-left-contents-width);}
.page-method .block-order-method h3 { font-size: var(--font-size-large);}
.page-method .block-order-method p  { font-size: var(--font-size-main);}
.page-method .block-order-method address { margin-top: 14px; font-size: var(--font-size-main); font-weight: 500;}
.page-method #method_host .block-order-method--host-content-inner .fieldset { margin: 0;}
.page-method #address .block-order-method--dest-item:first-child { padding-top: 0; border-top: none;}
.page-method #address .block-order-method--dest-item { border-bottom: var(--border-solid1);}
.page-method #address .block-order-method--dest-item-nickname { font-size: var(--font-size-main); font-weight: 700;}
.page-method #address .block-order-method--amazonpay-dest-title { font-size: var(--font-size-main); font-weight: 700;}
.page-method #address .block-order-method--dest-title-salesinclude { margin: 40px 0 20px; font-size: var(--font-size-large); font-weight: 700;}
.page-method #address .block-order-method--dest-note-salesinclude { margin: 20px 0; font-size: var(--font-size-main); position: relative; top: -15px;}
.page-method #address .block-order-method--dest-salesinclude { font-size: var(--font-size-main); font-weight: 700;}
.page-method #method_salesdetailappend .block-order-method--goods-list li { min-height: 220px; padding: 0 0 20px 240px; border-bottom: var(--border-solid1); position: relative;}
.page-method #method_salesdetailappend .block-order-method--goods-list li:last-child { margin: 0; border-bottom: none;}
.page-method #method_salesdetailappend .block-order-method--goods-item-image { width: 200px; height: 200px; margin: 0; background: none; float: none; position: absolute; top: 0; left: 0;}
.page-method #method_salesdetailappend .block-icon { display: none;}
.page-method #method_salesdetailappend .block-order-method--goods-item-name { font-size: var(--font-size-main); font-weight: 700;}
.page-method #method_salesdetailappend .block-order-method--goods-item-comment p { font-size: var(--font-size-sub); font-weight: 500;}
.page-method #method_wrapping .block-order-method--wrapping-list { gap: 20px;}
.page-method #method_wrapping .block-order-method--wrapping-item { width: 150px; margin: 0;}
.page-method #method_wrapping .block-order-method--wrapping-item label.radio { margin: 0;}
.page-method #method_wrapping .block-order-method--wrapping-item figure { width: 150px; height: 150px; margin: 0 0 16px; display: flex; justify-content: center; align-items: center;}
.page-method #method_wrapping .block-order-method--wrapping-price { margin: 10px 0 0; font-size: var(--font-size-main); font-weight: 700; text-align: right;}
.page-method #method_message_card .block-order-method--message-card-list { gap: 20px;}
.page-method #method_message_card .block-order-method--message-card-item { width: 150px; margin: 0;}
.page-method #method_message_card .block-order-method--message-card-item label.radio { margin: 0;}
.page-method #method_message_card .block-order-method--message-card-item figure { width: 150px; height: 150px; margin: 0 0 16px; display: flex; justify-content: center; align-items: center;}
.page-method #method_message_card .block-order-method--message-card-price { margin: 10px 0 0; font-size: var(--font-size-main); font-weight: 700; text-align: right;}
.page-method #method_date dl.block-order-method--date-spec,
.page-method #method_date dl.block-order-method--time-spec { display: flex; justify-content: flex-start; align-items: center;}
.page-method #method_date dl.block-order-method--date-spec dt,
.page-method #method_date dl.block-order-method--time-spec dt { width: 120px; min-width: 120px; float: none;}
.page-method #method_date dl.block-order-method--date-spec dd,
.page-method #method_date dl.block-order-method--time-spec dd { margin: 0 0 0 20px; float: none;}
.page-method #method_date dl.block-order-method--date-spec dd select,
.page-method #method_date dl.block-order-method--time-spec dd select { min-width: 170px; padding: 4px 10px; text-align: left;}
.page-method #method_date .block-regular-cycle--cycle-sub-type { margin: 0 0 20px;}
.page-method #method_date .block-regular-cycle--deliv_date { max-width: 310px;}
.page-method #method_salesappend_ input[type="text"] { width: 100%;}
.page-method #method_salesappend_ .block-order-method--sales-append-content .fieldset { margin: 0;}
.page-method .block-order-method--payment-content { padding: 20px 40px;}
.page-method .block-order-method--payment-content .block-order-method--coupon,
.page-method .block-order-method--payment-content .block-order-method--promotion,
.page-method .block-order-method--payment-content .block-order-method--point-use,
.page-method .block-order-method--payment-content .block-order-method--payment-method { padding: 20px 0; margin: 0;}
.page-method .block-order-method--payment-method-select li .help-block { margin-left: 20px; font-size: var(--font-size-xsmall); color: var(--color-gray);}
.page-method .block-order-method--side-contents { width: var(--order-flow-right-sidemenu-width); margin-left: var(--order-flow-right-sidemenu-margin); background: #FFF;}
.page-method .block-order-method--side-area.order-side-area-fixed .block-order-method--side-contents { position: fixed; top: 0;}
.page-method .block-order-method--side-area.order-side-area-fixed.order-side-area-end .block-order-method--side-contents { top: auto; bottom: 0;}
.page-method .block-order-method--procedure { padding: 0; margin: 0 0 16px; border: none; border-radius: var(--border-radius);}
.page-method .block-order-method--procedure .block-order-method--procedure-container { padding: 24px; margin: 0; background: #FFF;}
.page-method .block-order-method--procedure .block-order-method--next-btn {
  height: 56px;
  margin: 10px auto 0;
  font-size: var(--font-size-large);
	letter-spacing: -0.5px;
  background-position: calc(100% - 10px) center;
}

/* ----------------------------------
 Order-03 ご注文の確認
---------------------------------- */
.block-order-estimate--novelty,
.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--goods-content,
.block-order-estimate--wrapping-content,
.block-order-estimate--message-card-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--amazonpay-login {
  padding: 40px;
  margin: 0 0 40px;
	border: var(--border-solid2);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: visible;	
}
.page-estimate h2[class*="block-"][class*="-title"],
.page-estimate h2[class*="block-"][class*="-header"],
.page-estimate h2.block-order-estimate--amazonpay-loginheader {
	padding: 2px 0 2px 36px;
	margin: 0 0 20px;
	border: none;
	font-size: var(--font-size-H4);
	font-weight: 700;
	line-height: var(--line-height-low);
	color: var(--color-main);
	position: relative;
}
.page-estimate h2[class*="block-"][class*="-title"]::before,
.page-estimate h2[class*="block-"][class*="-header"]::before,
.page-estimate h2.block-order-estimate--amazonpay-loginheader::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: var(--ttl-image1);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.page-estimate h3 { font-size: var(--font-size-large);}
.page-estimate .btn[class*="btn-"] { min-width: 80px; padding: 8px 20px; font-weight: 700;}
.page-estimate .block-order-estimate address { margin-top: 10px; font-size: var(--font-size-small);}
.page-estimate .block-order-estimate--promotion-freespace { margin: 0 0 60px;}
.page-estimate .block-order-estimate--promotion-freespace:empty { display: none;}
.page-estimate .block-order-estimate--container { overflow: visible;}
.page-estimate .block-order-estimate--container::after { content: ''; width: 100%; display: block; clear: both;}
.page-estimate .block-order-estimate--content { width: var(--order-flow-left-contents-width);}
.page-estimate .block-order-estimate--novelty-list { padding: 0; display: flex; flex-wrap: wrap; column-gap: 20px;}
.page-estimate .block-order-estimate--novelty-list li { width: calc((100% - 60px)/3); padding: 0; margin-top: 30px; float: none;}
.page-estimate .block-order-estimate--confirmation-list li { padding-bottom: 40px;}
.page-estimate .block-order-estimate--goods-list li { min-height: 220px; padding: 0 0 20px 240px; margin: 0 0 20px; border-bottom: var(--border-solid1); position: relative;}
.page-estimate .block-order-estimate--goods-list li:last-child { margin: 0; border-bottom: none;}
.page-estimate .block-order-estimate--goods-list .block-order-estimate--goods-item-image { width: 200px; height: 200px; margin: 0; background: none; float: none; position: absolute; top: 0; left: 0;}
.page-estimate .block-order-estimate--goods-list .block-icon { display: none;}
.page-estimate .block-order-estimate--goods-list .block-order-estimate--goods-item-name { font-size: var(--font-size-main); font-weight: 700;}
.page-estimate .block-order-estimate--goods-list .block-order-estimate--goods-item-comment p { font-size: var(--font-size-sub); font-weight: 500;}
.page-estimate .block-order-estimate--wrapping-image,
.page-estimate .block-order-estimate--message-card-image { background: #FFF;}
.page-estimate .block-order-estimate--confirmation-title { margin: 0 0 20px;}
.page-estimate .block-order-estimate--sales-append-list th { color: var(--color-base);}
.page-estimate .block-order-estimate--side-contents { width: var(--order-flow-right-sidemenu-width); margin-left: var(--order-flow-right-sidemenu-margin);}
.page-estimate .block-order-estimate--side-area.order-side-area-fixed .block-order-estimate--side-contents { position: fixed; top: 0;}
.page-estimate .block-order-estimate--side-area.order-side-area-fixed.order-side-area-end .block-order-estimate--side-contents { top: auto; bottom: 0;}
.page-estimate .block-order-estimate--promotion-novelty-helper { padding: 16px; margin: 0 0 16px; border: var(--color-sale) 1px solid; border-radius: var(--border-radius); font-weight: 700; color: var(--color-sale);}
.page-estimate .block-order-estimate--procedure { padding: 0; margin: 0 0 16px; border: none; border-radius: var(--border-radius);}
.page-estimate .block-order-estimate--procedure .block-order-estimate--procedure-container { padding: 24px; margin: 0; border-radius: var(--border-radius); background: var(--color-salmon);}
.page-estimate .block-order-estimate--procedure .block-order-estimate--commit-btn { height: 56px; margin: 10px auto; font-size: var(--font-size-large);}
.page-estimate .block-order-estimate--procedure .block-order-estimate--return-agree { padding: 12px 20px;}
.page-estimate .block-order-estimate--procedure .block-order-estimate--total { padding: 10px 20px; margin: 20px 0; border-radius: var(--border-radius);}
.page-estimate .block-order-estimate--procedure .block-order-estimate--point-add { border-bottom: var(--border-solid1); font-size: var(--font-size-small); font-weight: 500;}
.page-estimate .block-order-estimate--procedure .block-order-estimate--price-items { font-size: var(--font-size-small); font-weight: 500;}
.page-estimate .block-order-estimate--procedure .block-order-estimate--mailnews-checkbox { margin: 16px 0 0;}
.page-estimate .block-order-estimate--procedure .block-order-estimate--mailnews-label { margin: 0 0 10px;}

.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 {
  padding: 40px;
  margin: 0 0 40px;
	border: var(--border-solid2);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: visible;	
}
.page-estimate .block-order-gift-confirmation--promotion-freespace { margin: 0 0 60px;}
.page-estimate .block-order-gift-confirmation--promotion-freespace:empty { display: none;}
.page-estimate .block-order-gift-confirmation--novelty-list { padding: 0; display: flex; flex-wrap: wrap; column-gap: 20px;}
.page-estimate .block-order-gift-confirmation--novelty-list li { width: calc((100% - 60px)/3); padding: 0; margin-top: 30px; float: none;}
.page-estimate .block-order-gift-confirmation--order-item-detail-table th { word-break: keep-all;}
.page-estimate .block-order-gift-confirmation--order-item-detail-table th.block-order-gift-confirmation--item-amount-header { min-width: 120px;}
.page-estimate .block-order-gift-confirmation--order-comment-message { margin: 30px 0 20px; font-size: var(--font-size-large); text-align: center;}
.page-estimate .block-order-gift-confirmation--order-item-detail { width: calc(100% - 480px); margin: 0;}
.page-estimate .block-order-gift-confirmation--order-item-detail .block-order-gift-confirmation--item-image { width: 150px;}
.page-estimate .block-order-gift-confirmation--order-item-detail .block-order-gift-confirmation--item-image figure { width: 130px; height: 130px; background: #FFF;}
.page-estimate .block-order-gift-confirmation--order-item-detail .block-order-gift-confirmation--item-qty { text-align: center;}
.page-estimate .block-order-gift-confirmation--order-item-detail .block-order-gift-confirmation--item-amount { font-weight: 700;}
.page-estimate .block-order-gift-confirmation--order-item-summary { width: 440px; margin: 0 0 0 30px;}
.page-estimate .block-order-gift-confirmation--order-item-summary .block-order-gift-confirmation--order-item-summary-table th,
.page-estimate .block-order-gift-confirmation--order-item-summary .block-order-gift-confirmation--point-summary th { width: 200px;}
.page-estimate .block-order-gift-confirmation--order { display: flex; justify-content: space-between; flex-wrap: wrap;}
.page-estimate .block-order-gift-confirmation--order .block-order-gift-confirmation--shipping-address { width: calc(100% - 480px); margin: 0;}
.page-estimate .block-order-gift-confirmation--order .block-order-gift-confirmation--shipping-info { width: 440px; margin: 0;}
.page-estimate .block-order-gift-confirmation--sending-item-detail-table th { word-break: keep-all;}
.page-estimate .block-order-gift-confirmation--destination-address { font-size: var(--font-size-main);}
.page-estimate .block-order-gift-confirmation--delivery-items .block-order-gift-confirmation--sending-item-image { width: 150px;}
.page-estimate .block-order-gift-confirmation--delivery-items .block-order-gift-confirmation--sending-item-image figure { width: 130px; height: 130px; background: #FFF;}
.page-estimate .block-order-gift-confirmation--delivery-items .block-order-gift-confirmation--sending-item-comment-header { min-width: 300px; width: 300px;}
.page-estimate .block-order-gift-confirmation--delivery-items .block-order-gift-confirmation--sending-item-noshi-header { min-width: 370px; width: 370px;}
.page-estimate .block-order-gift-confirmation--delivery-items .block-order-gift-confirmation--sending-item-qty { text-align: center;}
.page-estimate .block-order-estimate--entry { margin: 30px 0 10px;}
.page-estimate .block-order-estimate--uid-label,
.page-estimate .block-order-estimate--pwd-label { padding: 10px; margin: 0 0 10px; font-weight: 700; background: var(--color-bg);}
.page-estimate .block-order-estimate--uid-textbox .help-block,
.page-estimate .block-order-estimate--pwd-textbox .help-block { font-size: var(--font-size-xsmall);}
.page-estimate .block-order-estimate--pwd-textbox #pwd { width: 100%; margin-bottom: 10px;}

.block-order-estimate--address-frame { border-radius: var(--border-radius); position: relative;}
.block-order-estimate--address-frame .js-order-estimate-popup-close {
  width: 44px;
  height: 44px;
  margin: 0 auto;
	border: var(--button-bg3) 2px solid;
  border-radius: 44px;
  font-size: 0;
  background: var(--button-bg3);
  display: block;
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
  transition: var(--transition);
	z-index: 3;
}
.block-order-estimate--address-frame .js-order-estimate-popup-close::before,
.block-order-estimate--address-frame .js-order-estimate-popup-close::after { 
	content: '';
	width: 18px;
	border-top: #FFF 2px solid;
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 9px);
	transform: rotate(45deg);
}
.block-order-estimate--address-frame .js-order-estimate-popup-close::after { transform: rotate(-45deg);}
.block-order-estimate--address-frame .js-order-estimate-popup-close:hover { background: #FFF;}
.block-order-estimate--address-frame .js-order-estimate-popup-close:hover::before,
.block-order-estimate--address-frame .js-order-estimate-popup-close:hover::after { border-color: var(--button-bg3);}
.block-order-estimate--address-frame .btn[class*="btn-"] { padding: 8px 10px !important;}
.block-order-estimate--address-frame .block-order-estimate--dest-address-form {}
.block-order-estimate--address-frame .block-order-estimate--dest-address-container {}
.block-order-estimate--address-frame .block-order-estimate--dest-address-select,
.block-order-estimate--address-frame .block-order-estimate--dest-salesinclude-address-select { padding: 20px; font-size: var(--font-size-main); font-weight: 700;}
.block-order-estimate--address-frame .block-order-estimate--dest-salesinclude-address-note { padding: 0 20px 10px; font-size: var(--font-size-small); font-weight: 500;}
.block-order-estimate--dest-address-list-modal,
.block-order-estimate--dest-address-list { padding: 0 20px; display: flex; flex-wrap: wrap; column-gap: 20px;}
.block-order-estimate--address-frame h2 { padding: 20px; border-radius: var(--border-radius) var(--border-radius) 0 0; font-size: var(--font-size-xlarge); background-color: var(--color-base); position: relative;}
.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  padding: 10px;
  margin: 0 0 20px;
	border: var(--border-solid2);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: visible;	
}
.block-order-estimate--dest-address-list-modal .block-order-estimate--dest-address-register-btn { border: var(--button-bg1) 2px solid; letter-spacing: -0.5px; background-color: var(--button-bg1);}
.block-order-estimate--dest-address-list-modal .block-order-estimate--dest-address-register-btn:hover { text-decoration: none; color: var(--button-bg1); background-color: #FFF;}
.block-order-estimate--dest-address-list-modal .block-order-estimate--dest-address-change-dest-btn { border: var(--border-solid1); border-width: 1px; color: var(--color-base); background-color: #FFF;}
.block-order-estimate--dest-address-list-modal .block-order-estimate--dest-address-change-dest-btn:hover { border-color: var(--color-sub); color: var(--color-sub);}
.block-order-estimate--dest-address-item-buttons__selected { border-radius: 40px; border-color: var(--color-red); color: var(--color-red);}

/* ----------------------------------
 Order-05 ご注文完了
---------------------------------- */
.page-order .block-order-complete--orderinfo { margin: 0; padding: 0; border: none;}
.page-order .block-order-complete--message { margin: 0 0 30px; font-size: var(--font-size-main);}
.page-order .block-order-complete--message p { text-align: center;}
.page-order .block-order-complete--orderid { max-width: 640px; margin: 0 auto 30px; border: none; border-radius: var(--border-radius); background: var(--color-salmon); overflow: hidden;}
.page-order .block-order-complete--orderid tbody,
.page-order .block-order-complete--orderid tr { width: 100%; display: block;}
.page-order .block-order-complete--orderid th {
	width: 100%;
  padding: 30px 20px 5px;
  margin: 0;
	border: none;
  font-size: var(--font-size-main);
  font-weight: 500;
  text-align: center;
  color: var(--color-base);
	display: block;
  background: var(--color-salmon);
}
.page-order .block-order-complete--orderid td {
	width: 100%;
  padding: 5px 20px 30px;
  margin: 0;
	border: none;
  font-size: var(--font-size-H3);
  font-weight: 700;
  text-align: center;
  color: var(--color-base);
	display: block;
  background: var(--color-salmon);
}
.page-order .block-order-complete--orderid td a { font-size: var(--font-size-H3); font-weight: 700; text-decoration: none;}
.page-order .block-order-complete--orderid td a:hover { color: var(--color-sub);}
.page-order .block-order-complete--rules { max-width: 640px; margin: 30px auto; font-size: var(--font-size-main);}
.page-order .block-order-complete--customerentry { max-width: 640px; margin: 60px auto; font-size: var(--font-size-main);}
.page-order .block-order-complete--customerentry-header { text-align: center;}
.page-order .block-order-complete--customerentry-form .block-order-complete--customerentry-btn {
  width: 300px;
  height: 56px;
  margin: 30px auto 0;
  font-size: var(--font-size-xlarge);
	font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;	
}
.page-order .block-order-complete--cart { margin: 60px auto; font-size: var(--font-size-main);}
.page-order .block-order-complete--cart p span { font-size: var(--font-size-H3); color: var(--color-sale);}
.page-order .block-order-complete--cart .block-order-complete--cart-btn {
  width: 300px;
  height: 56px;
  margin: 30px auto 0;
  font-size: var(--font-size-xlarge);
	font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-order .block-order-complete--cart .block-order-complete--cart-btn::after { width: 10px; height: 10px; right: 23px;}

/* ----------------------------------
 OrderGift-02 贈り主様・お届け先様設定
---------------------------------- */
.page-orderdest .btn[class*="btn-"] { min-width: 80px; padding: 8px 20px; font-weight: 700;}
.page-orderdest .fieldset .form-label { min-width: 210px;}
.page-orderdest .fieldset .constraint { min-width: 65px;}
.page-orderdest .fieldset input[type="text"]:not([name*="name"]):not([name*="kana"]) { width: 100%;}
.page-orderdest h2[class*="block-order-gift-dest"][class*="-title"] {
	padding: 2px 0 2px 36px;
	margin: 0 0 20px;
	border: none;
	font-size: var(--font-size-H4);
	font-weight: 700;
	line-height: var(--line-height-low);
	color: var(--color-main);
	position: relative;
}
.page-orderdest h2[class*="block-order-gift-dest"][class*="-title"]::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: var(--ttl-image1);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.block-order-gift-dest--list-wrapper,
.block-order-gift-dest--method-sender-info {
  padding: 40px;
  margin: 0 0 40px;
	border: var(--border-solid2);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: visible;	
}
.page-orderdest .block-order-gift-dest--list { margin: 0 0 60px;}
.page-orderdest .block-order-gift-dest--cart-back a { color: #FFF;}
.page-orderdest .block-order-gift-dest--cart-back a:hover { color: var(--color-main);}

/* ----------------------------------
 OrderGift-03 ご注文内容の指定
---------------------------------- */
.page-orderselect h2[class*="block-order-gift-select"][class*="-title"] {
	padding: 2px 0 2px 36px;
	margin: 0 0 20px;
	border: none;
	font-size: var(--font-size-H4);
	font-weight: 700;
	line-height: var(--line-height-low);
	color: var(--color-main);
	position: relative;
}
.page-orderselect h2[class*="block-order-gift-select"][class*="-title"]::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: var(--ttl-image1);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.page-orderselect .block-order-gift-select--sales-append-content { border: none;}
.page-orderselect .block-order-gift-select--sender-info,
.page-orderselect .block-order-gift-select--delivery-dest-content,
.page-orderselect .block-order-gift-select--delivery-date,
.page-orderselect .block-order-gift-select--payment-content,
.page-orderselect .block-order-gift-select--point-use-select { margin: 0 0 60px;}
.page-orderselect .block-order-gift-select--payment-content { padding: 0 20px;}
.page-orderselect .block-order-gift-select--payment-content div[id^="method_"] { padding: 24px 0; border-top: var(--border-dot);}
.page-orderselect .block-order-gift-select--payment-content div[id^="method_"]:nth-child(1) { border-top: none;}
.page-orderselect .block-order-gift-select--sales-append-content .fieldset .form-label { min-width: 23%;}
.page-orderselect .block-order-gift-select--sales-append-content .fieldset .form-control { max-width: calc(77% - 65px)}
.page-orderselect .block-order-gift-select--sales-append-content .fieldset .form-control input[type="text"] { width: 100%;}

/* ----------------------------------
 OrderGift-04 のし・ラッピング設定
---------------------------------- */
.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 {
  padding: 40px;
  margin: 0 0 40px;
	border: var(--border-solid2);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: visible;	
}
.page-noshi h1.block-order-gift-noshi--title { padding: 0; margin: 0 0 40px; border: 0; font-size: var(--font-size-H1); font-weight: 700; line-height: var(--line-height-low); text-align: center; color: var(--color-main);}
.page-noshi h2 {
	padding: 2px 0 2px 36px;
	margin: 0 0 20px;
	border: none;
	font-size: var(--font-size-H4);
	font-weight: 700;
	line-height: var(--line-height-low);
	color: var(--color-main);
	position: relative;
}
.page-noshi h2::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: var(--ttl-image1);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.page-noshi .block-order-gift-noshi--sender { margin: 0 0 20px; font-size: var(--font-size-main);}
.page-noshi .block-order-gift-noshi--goods { padding: 0 0 20px; margin: 0 0 40px; border-bottom: var(--border-dot); font-size: var(--font-size-large); font-weight: 700;}
.page-noshi .block-order-gift-noshi--paper-select,
.page-noshi .block-order-gift-noshi--nameprint-select,
.page-noshi .block-order-gift-noshi--covertype-select,
.page-noshi .block-order-gift-noshi--wrap-select,
.page-noshi .block-order-gift-noshi--bag-select { display: flex; flex-wrap: wrap; column-gap: 20px;}
.page-noshi .block-order-gift-noshi--paper-select li,
.page-noshi .block-order-gift-noshi--nameprint-select li,
.page-noshi .block-order-gift-noshi--covertype-select li,
.page-noshi .block-order-gift-noshi--wrap-select li,
.page-noshi .block-order-gift-noshi--bag-select li { width: 220px; padding: 20px; border-radius: var(--border-radius); margin: 0 0 20px; background: var(--color-bg);}
.page-noshi .block-order-gift-noshi--paper-select figure,
.page-noshi .block-order-gift-noshi--nameprint-select figure,
.page-noshi .block-order-gift-noshi--covertype-select figure,
.page-noshi .block-order-gift-noshi--wrap-select figure,
.page-noshi .block-order-gift-noshi--bag-select figure { width: 150px; height: 150px; margin: 0 auto 20px; display: flex; justify-content: center; align-items: center;}
.page-noshi .block-order-gift-noshi--paper-item-price,
.page-noshi .block-order-gift-noshi--wrap-item-price,
.page-noshi .block-order-gift-noshi--bag-item-price { text-align: right; font-size: var(--font-size-main); font-weight: 700;}
.page-noshi .block-order-gift-noshi--setting-message { font-size: var(--font-size-main);}

/* ----------------------------------
 OrderRegular-03 定期明細追加内容確認
---------------------------------- */
.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 {
  padding: 40px;
  margin: 0 0 40px;
	border: var(--border-solid2);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: visible;	
}
.page-regularaddconfirm h2[class*="block-"][class*="-title"],
.page-regularaddconfirm h2[class*="block-"][class*="-header"] {
	padding: 2px 0 2px 36px;
	margin: 0 0 20px;
	border: none;
	font-size: var(--font-size-H4);
	font-weight: 700;
	line-height: var(--line-height-low);
	color: var(--color-main);
	position: relative;
}
.page-regularaddconfirm h2[class*="block-"][class*="-title"]::before,
.page-regularaddconfirm h2[class*="block-"][class*="-header"]::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: var(--ttl-image1);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.page-regularaddconfirm h3 { font-size: var(--font-size-large);}
.page-regularaddconfirm .btn[class*="btn-"] { min-width: 80px; padding: 8px 20px; font-weight: 700;}
.page-regularaddconfirm address { margin-top: 10px; font-size: var(--font-size-small);}
.page-regularaddconfirm .block-order-regular-add-confirm--content { width: var(--order-flow-left-contents-width);}
.page-regularaddconfirm .block-order-regular-add-confirm--side-contents { width: var(--order-flow-right-sidemenu-width); margin-left: var(--order-flow-right-sidemenu-margin);}
.page-regularaddconfirm .block-order-regular-add-confirm--side-area.order-side-area-fixed .block-order-regular-add-confirm--side-contents { position: fixed; top: 0;}
.page-regularaddconfirm .block-order-regular-add-confirm--side-area.order-side-area-fixed.order-side-area-end .block-order-regular-add-confirm--side-contents { top: auto; bottom: 0;}
.page-regularaddconfirm .block-order-regular-add-confirm--regular-cycle th { color: var(--color-base);}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-label { margin: 0 20px 20px; font-size: var(--font-size-large); font-weight: 700;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-list li { min-height: 220px; padding: 0 0 20px 240px; margin: 0 0 20px; border-bottom: var(--border-solid1); position: relative;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-list li:last-child { margin: 0; border-bottom: none;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-item-image { width: 200px; height: 200px; margin: 0; background: none; float: none; position: absolute; top: 0; left: 0;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-list .block-icon { display: none;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-item-name { margin: 0 0 20px; font-size: var(--font-size-main); font-weight: 700;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-item-comment p { font-size: var(--font-size-sub); font-weight: 500;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-item-image { background: #FFF;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-price-items { font-size: var(--font-size-large); font-weight: 700;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-price-first { font-size: var(--font-size-large); font-weight: 700;}
.page-regularaddconfirm .block-order-regular-add-confirm--goods-refill-info { padding: 20px 20px 0; margin: 10px 0 0 0;}
.page-regularaddconfirm .block-order-regular-add-confirm--procedure { padding: 0; margin: 0 0 16px; border: none; border-radius: var(--border-radius);}
.page-regularaddconfirm .block-order-regular-add-confirm--procedure .block-order-regular-add-confirm--procedure-container { padding: 24px; margin: 0; border-radius: var(--border-radius); background: var(--color-salmon);}
.page-regularaddconfirm .block-order-regular-add-confirm--procedure .block-order-regular-add-confirm--commit-btn { height: 56px; margin: 10px auto; font-size: var(--font-size-large);}
.page-regularaddconfirm .block-order-regular-add-confirm--procedure .block-order-regular-add-confirm--return-agree { padding: 12px 20px;}
.page-regularaddconfirm .block-order-regular-add-confirm--procedure .block-order-regular-add-confirm--total { padding: 10px 20px; margin: 20px 0; border-radius: var(--border-radius);}
.page-regularaddconfirm .block-order-regular-add-confirm--procedure .block-order-regular-add-confirm--point-add { border-bottom: var(--border-solid1); font-size: var(--font-size-small); font-weight: 500;}
.page-regularaddconfirm .block-order-regular-add-confirm--procedure .block-order-regular-add-confirm--price-items { font-size: var(--font-size-small); font-weight: 500;}

/* ----------------------------------
 OrderRegular-05 定期明細追加完了
---------------------------------- */
.page-regularaddcomplete .block-order-regular-add-complete--regular-sales-info { padding: 0; border: 0;}
.page-regularaddcomplete .block-order-regular-add-complete--message { margin: 0 0 30px; font-size: var(--font-size-main);}
.page-regularaddcomplete .block-order-regular-add-complete--message p { text-align: center; font-size: var(--font-size-main);}
.page-regularaddcomplete .block-order-regular-add-complete--regular-sales {
  max-width: 640px;
  margin: 0 auto 30px;
	border: none;
  border-radius: var(--border-radius);
  background: var(--color-salmon);
  overflow: hidden;
}
.page-regularaddcomplete .block-order-regular-add-complete--regular-sales tbody,
.page-regularaddcomplete .block-order-regular-add-complete--regular-sales tr { width: 100%; display: block;}
.page-regularaddcomplete .block-order-regular-add-complete--regular-sales th {
	width: 100%;
  padding: 30px 20px 5px;
  margin: 0;
	border: none;
  font-size: var(--font-size-main);
  font-weight: 500;
	text-align: center;
  color: var(--color-base);
	display: block;
  background: var(--color-salmon);
}
.page-regularaddcomplete .block-order-regular-add-complete--regular-sales td {
	width: 100%;
  padding: 5px 20px 30px;
  margin: 0;
	border: none;
  font-size: var(--font-size-H3);
  font-weight: 700;
	text-align: center;
  color: var(--color-base);
	display: block;
  background: var(--color-salmon);
}
.page-regularaddcomplete .block-order-regular-add-complete--regular-sales td a { font-size: var(--font-size-H3); font-weight: 700; text-decoration: none;}
.page-regularaddcomplete .block-order-regular-add-complete--regular-sales td a:hover { color: var(--color-sub);}
.page-regularaddcomplete .block-order-regular-add-complete--cart { margin: 60px auto; font-size: var(--font-size-main);}
.page-regularaddcomplete .block-order-regular-add-complete--cart p span { font-size: var(--font-size-H3); color: var(--color-sale);}
.page-regularaddcomplete .block-order-regular-add-complete--cart .block-order-regular-add-complete--cart-btn {
  width: 300px;
  height: 56px;
  margin: 30px auto 0;
  font-size: var(--font-size-xlarge);
	font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-regularaddcomplete .block-order-regular-add-complete--cart .block-order-regular-add-complete--cart-btn::after { width: 10px; height: 10px; right: 23px;}

/* ----------------------------------
 LandingPage
---------------------------------- */
.pane-landingpage-contents { max-width: var(--layout-max-width); padding: var(--layout-base-padding); margin: 0 auto; font-size: var(--font-size-main);}
.pane-landingpage-contents div,
.pane-landingpage-contents p,
.pane-landingpage-contents li { font-size: var(--font-size-main);}
.pane-landingpage-contents .help-block,
.pane-landingpage-contents .count-msg { font-size: var(--font-size-small);}
.pane-landingpage-contents .fieldset .form-label { min-width: 210px;}
.pane-landingpage-contents .fieldset .constraint { min-width: 65px;}
.pane-landingpage-contents .fieldset input[type="text"]:not([name*="name"]):not([name*="kana"]) { width: 100%;}
.pane-landingpage-contents h2.block-landingpage-login--member-header,
.pane-landingpage-contents h2.block-landingpage-login--first-time-header,
.pane-landingpage-contents h2.block-landingpage-form--spec-title,
.pane-landingpage-contents h2.block-landingpage-form--method-title,
.pane-landingpage-contents h2.block-order-method--dest-title {
  margin: 0 0 24px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: var(--color-sub) 2px solid;
  font-size: var(--font-size-H2);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.04em;
  text-align: left;
}
.pane-landingpage-contents h3,
.pane-landingpage-contents h2.block-landingpage-form--goods-title,
.pane-landingpage-contents h2.block-landingpage-form--sales-append-title,
.pane-landingpage-contents h2.block-landingpage-form--guest-title,
.pane-landingpage-contents h2.block-landingpage-order--host-title {
	padding: 2px 0 2px 36px;
	margin: 0 0 20px;
	border: none;
	font-size: var(--font-size-H4);
	font-weight: 700;
	line-height: var(--line-height-low);
	color: var(--color-main);
	position: relative;
}
.pane-landingpage-contents h3::before,
.pane-landingpage-contents h2.block-landingpage-form--goods-title::before,
.pane-landingpage-contents h2.block-landingpage-form--sales-append-title::before,
.pane-landingpage-contents h2.block-landingpage-form--guest-title::before,
.pane-landingpage-contents h2.block-landingpage-order--host-title::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: var(--ttl-image1);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.pane-landingpage-contents .block-landingpage-login--member-body { border: none;}
.pane-landingpage-contents .block-landingpage-login--member-body .action-buttons { margin: 20px 0;}
.pane-landingpage-contents .block-landingpage-login--member,
.pane-landingpage-contents .block-landingpage-form,
.pane-landingpage-contents .block-landingpage-login--guest-body,
.pane-landingpage-contents .block-landingpage-form--spec-content,
.pane-landingpage-contents .block-landingpage-form--payment-content {
	margin: 0 0 60px;
	border: none;
}
.pane-landingpage-contents .block-order-method--dest-content { padding: 20px; margin: 0 0 60px; border: none; border-radius: 0; box-shadow: none;}
.pane-landingpage-contents .block-landingpage-form--sales-append-content { padding: 0; border: none;}
.pane-landingpage-contents .block-landingpage-form--delivery-service-select + h3 { margin-top: 40px;}
