@charset "Shift_JIS";

/*------------ J[g --------------*/
:root {
	--kt-cart-px-1: 24px;
	--kt-cart-py-1: 24px;
}

body:has(#kt-cart-contents) :is(.header_, .headerin_) {
	display: flex;
	align-items: center;
	padding-top: 20px;
	/*border: none;*/
}

body:has(#kt-cart-contents) .contents_ {
	margin-top: 0;
}

#kt-cart-contents {
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-detail-wrapper {
	display: flex;
	flex-direction: column;
	gap: 38px 0;
	margin: 0 0 88px;
}

#kt-cart-contents .kt-cart-detail-wrapper > .info_:has(.info_){
	margin-bottom: 0;
}

#kt-cart-contents .kt-cart-detail-wrapper:has([data-kt-no-data="true"]) {
	gap: 0 0;
}

#kt-cart-contents .kt-cart-info {
	margin: 0 auto;
	padding: 0;
	border: none;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
	text-align: center;
}

#kt-cart-contents .error_wrap_ {
	margin: 0;
	padding: 0;
	border: none;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .error_wrap_>.info_ {
	padding: var(--kt-cart-py-1) var(--kt-cart-px-1);
	margin: 0;
}

#kt-cart-contents .error_wrap_ :is(.info_, .error_) {
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(21 / 14);
	font-weight: 500;
	color: var(--g-color-3);
}

#kt-cart-contents .kt-cart-form-inner {
	border: 1px solid var(--g-color-6);
	display: flex;
	flex-direction: column;
	margin: 0;
}

#kt-cart-contents .kt-cart-top-area {
	margin-bottom: 24px;
}

#kt-cart-contents .kt-cart-top-area .kt-cart-top-msg-items {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
}

#kt-cart-contents .kt-cart-top-area .kt-h1 {
	font-size: calc(24 / var(--g-1rem) * 1rem);
	line-height: calc(39 / 24);
	font-weight: bold;
	color: var(--g-color-1);
	margin: 40px 0 30px;
}

#kt-cart-contents .kt-cart-top-area .kt-cart-text-1 {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: bold;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-top-area .kt-cart-text-2 {
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(21 / 14);
	font-weight: 400;
	color: var(--g-color-3);
}

#kt-cart-contents .kt-cart-delivery-area {
	background-color: var(--g-color-4);
	padding: 16px var(--kt-cart-px-1);
	font-size: 0;
}

#kt-cart-contents .kt-cart-delivery-area .kt-cart-icon {
	font-size: calc(14 / var(--g-1rem) * 1rem);
	font-weight: bold;
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	padding: 0 0;
	min-width: 80px;
	height: 25px;
	margin-bottom: 8px;
}

#kt-cart-contents .kt-cart-delivery-area .kt-cart-icon.kt-for-delivery {
	background-color: var(--g-color-1);
	color: #fff;
}

#kt-cart-contents .kt-cart-delivery-area .kt-cart-icon.kt-for-at-store {
	background-color: #fff;
	color: var(--g-color-1);
	border: 2px solid var(--g-color-1);
}

#kt-cart-contents .kt-cart-delivery-area :is(.kt-h2, .kt-cart-text-2) {
	font-size: calc(20 / var(--g-1rem) * 1rem);
	line-height: calc(30 / 20);
	font-weight: bold;
	color: var(--g-color-1);
	display: inline;
}

#kt-cart-contents .kt-cart-top-msg-area {
	display: flex;
	flex-direction: column;
	gap: 0 0;
	margin-bottom: var(--kt-cart-py-1);
}

#kt-cart-contents .kt-cart-freespace-items {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
}

#kt-cart-contents .kt-promotion-freespace-p {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	padding: 0;
}

#kt-cart-contents .kt-promotion-freespace-p>span {
	display: none;
}

#kt-cart-contents :is(.kt-cart-promotion-items, .kt-cart-promotion-short-items) {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
}

#kt-cart-contents :is(.kt-cart-promotion-item, .kt-cart-promotion-short-item) {
	padding: 0;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
}

#kt-cart-contents :is(.kt-cart-freespace-items, .kt-cart-promotion-item, .kt-cart-promotion-short-item)>* {
	display: flex;
	position: relative;
}

#kt-cart-contents :is(.kt-cart-freespace-items, .kt-cart-promotion-item, .kt-cart-promotion-short-item)>*::before {
	content: '\30fb';
	flex-shrink: 0;
}

#kt-cart-contents .kt-cart-items-area {
	margin: 0;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	border: 1px solid var(--g-color-6);
}

#kt-cart-contents .kt-cart-items-area .kt-cart-delivery-in {
	border: none;
	margin: 0;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-procuct-cart {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0 0;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-procuct-cart>.kt-cart-item {
	padding: var(--kt-cart-py-1) var(--kt-cart-px-1);
	border: none;
	border-bottom: 1px solid var(--g-color-6);
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-inner {
	position: relative;
	width: 100%;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-inner .kt-cart-delete {
	display: flex;
	justify-content: end;
	flex-shrink: 0;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-inner .kt-cart-delete-button {
	background-color: transparent;
	border: none;
	color: var(--g-color-11);
	padding: 0;
	margin: 0;
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(21 / 14);
	font-weight: 400;
	align-items: start;
	display: flex;
	gap: 0 8px;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-inner .kt-cart-delete-button .kt-text {
	text-decoration: underline;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-upper {
	display: flex;
	gap: 0 var(--kt-cart-px-1);
	align-items: stretch;
	border: none;
}

#kt-cart-contents .kt-cart-items-area .kt-dotted {
	display: block;
	height: 1px;
	width: 100%;
	background: repeating-linear-gradient(to right, var(--g-color-6) 0 1px, transparent 1px 4px);
	margin: 16px 0;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-upper>.kt-image-wrapper {
	width: 168px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-upper>.kt-image-wrapper>a {
	display: flex;
	align-items: start;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-upper>.kt-image-wrapper img {
	width: 100%;
	height: auto;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-upper>.kt-name-wrapper {
	flex-grow: 1;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-upper .kt-name-flex {
	display: flex;
	align-items: stretch;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-item-upper .kt-name {
	font-size: calc(18 / var(--g-1rem) * 1rem);
	line-height: calc(27 / 18);
	font-weight: bold;
	color: var(--g-color-1);
	width: 100%;
	float: none;
	margin: 0;
}

#kt-cart-contents .kt-cart-deliver-terms-area {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

#kt-cart-contents .kt-cart-deliver-terms-area select {
	width: 100%;
	font-family: var(--g-font-family-1);
	height: fit-content;
	color: var(--g-color-1);
	appearance: none;
	border: none !important;
	pointer-events: none;
	display: none;
}

#kt-cart-contents .kt-cart-deliver-terms-area .kt-cart-use-1 {
	padding: 0;
	border: none;
}

#kt-cart-contents .kt-cart-deliver-terms-area .kt-cart-use-1 .kt-cart-use-inner {
	padding: 0;
	display: flex;
	align-items: stretch;
	gap: 0 0;
}

#kt-cart-contents .kt-cart-deliver-terms-area .kt-cart-use-title {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: bold;
	color: var(--g-color-1);
	flex-shrink: 0;
}

#kt-cart-contents .kt-cart-deliver-terms-area .kt-cart-use-2 {
	padding: 0;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	align-items: start;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-deliver-terms-area .kt-cart-use-2 .kt-cart-use-inner {
	display: flex;
	align-items: stretch;
}

#kt-cart-contents .kt-cart-deliver-terms-area .kt-cart-use-2 .kt-name {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-middle {
	flex-grow: 1;
}

#kt-cart-contents .kt-cart-item-middle .kt-cart-regular-count {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
	flex-shrink: 0;
}

#kt-cart-contents .kt-name-wrapper .kt-price-flex {
	display: flex;
	align-items: stretch;
}

#kt-cart-contents :is(.kt-cart-item-middle, .kt-cart-item-subtotal) .kt-cart-price-wrapper {
	display: flex;
	justify-content: end;
	align-items: end;
}

#kt-cart-contents .kt-cart-item-middle .kt-price {
	font-size: calc(16 / var(--g-1rem) * 1rem);
}

#kt-cart-contents .kt-cart-item-middle .kt-price-title {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-middle .kt-price-value {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-middle .kt-price-unit {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-middle .kt-price-tax-text {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-subtotal {
	display: flex;
	justify-content: end;
	margin-top: 10px;
}

#kt-cart-contents .kt-cart-item-subtotal .kt-price-title {
	font-size: calc(18 / var(--g-1rem) * 1rem);
	line-height: calc(28 / 18);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-subtotal .kt-price-value {
	font-size: calc(18 / var(--g-1rem) * 1rem);
	line-height: calc(28 / 18);
	font-weight: bold;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-subtotal .kt-price-unit {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-subtotal .kt-price-tax-text {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-bottom {
	padding: 0;
	display: flex;
	justify-content: start;
	gap: 0 16.5px;
}

#kt-cart-contents .kt-cart-item-bottom .kt-qty-wrapper {
	margin: 0;
	display: flex;
	gap: 0 8px;
	align-items: stretch;
	height: 44px;
	flex-grow: 1;
	width: 184px;
}

#kt-cart-contents .kt-cart-item-bottom .kt-qty-wrapper :is(.kt-minus-box, .kt-plus-box) {
	width: 42px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: var(--g-border-radius-1);
	background-color: var(--g-color-4);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#kt-cart-contents .kt-cart-item-bottom .kt-qty-wrapper :is(.kt-minus-box, .kt-plus-box)::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-item-bottom .kt-qty-wrapper .kt-minus-box::after {
	clip-path: var(--g-clip-path-minus-1);
}

#kt-cart-contents .kt-cart-item-bottom .kt-qty-wrapper .kt-plus-box::after {
	clip-path: var(--g-clip-path-plus-1);
}

#kt-cart-contents .kt-cart-item-bottom .kt-qty-wrapper .kt-qty {
	height: auto;
	border: 1px solid var(--g-color-7);
	border-radius: var(--g-border-radius-1);
	flex-grow: 1;
	text-align: center;
}

#kt-cart-contents .kt-cart-item-bottom .kt-cart-recalc-button {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 8px;
	border: none;
	background-color: var(--g-color-7);
	color: #fff;
	height: 100%;
	border-radius: var(--g-border-radius-1);
	padding: 0 12px;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 500;
}

#kt-cart-contents .kt-cart-item-bottom .kt-cart-recalc-button::before {
	content: '';
	display: block;
	background-image: url('../img/usr/kt/sp/common/icon_repeat_white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area {
	display: flex;
	flex-direction: column;
	padding: var(--kt-cart-py-1) var(--kt-cart-px-1);
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-cart-grid {
	display: flex;
	justify-content: end;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-total-price-title {
	font-size: calc(20 / var(--g-1rem) * 1rem);
	line-height: calc(30 / 20);
	font-weight: bold;
	color: var(--g-color-1);
	display: flex;
	justify-content: end;
	align-items: center;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-cart-price-wrapper {
	display: flex;
	justify-content: end;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-price-wrapper {
	display: flex;
	justify-content: start;
	align-items: center;
}

#kt-cart-contents .kt-cart-items-area .kt-price {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	margin-top: 10px;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-price-title {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-price-value {
	font-size: calc(20 / var(--g-1rem) * 1rem);
	line-height: calc(30 / 20);
	font-weight: bold;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-price-unit {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-price-tax-text {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-cart-total-notice {
	margin-top: 4px;
	display: flex;
	justify-content: end;
}

#kt-cart-contents .kt-cart-items-area .kt-cart-total-area .kt-cart-total-notice .kt-cart-text-1 {
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(21 / 14);
	font-weight: 400;
	color: var(--g-color-1)
}

#kt-cart-contents .kt-cart-button-area {
	padding: 0;
}

#kt-cart-contents .kt-cart-submit-area {
	background-color: var(--g-color-8);
	padding: var(--kt-cart-py-1) 22px;
	margin: 0;
	display: flex;
	align-items: center;
}

#kt-cart-contents .kt-cart-submit-area h2 {
	display: none;
}

#kt-cart-contents .kt-cart-submit-area:has([name="submit.x"],[name="store.x"]) h2::after{
	content:'';
	background-color: #fff;
	width: 11.57px;
	height: 16px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: block;
}

#kt-cart-contents .kt-cart-submit-area:has([name="submit.x"],[name="store.x"]) .kt-h2 {
	font-size: calc(18 / var(--g-1rem) * 1rem);
	line-height: calc(29 / 18);
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0 16px;
	margin: 0 24px 0 0;
	flex-shrink: 0;
}

#kt-cart-contents .kt-cart-submit-area .kt-cart-submit-inner-1 {
	display: flex;
	gap: 0 10px;
	align-items: stretch;
}

#kt-cart-contents .kt-cart-submit-area :is(.kt-cart-submit-inner-1, .kt-cart-submit-inner-2)>.kt-cart-submit-wrapper {
	flex-grow: 1;
	margin: 0;
	display: flex;
	flex-direction: column;
}

#kt-cart-contents .kt-cart-submit-area :is(.kt-cart-submit-inner-1, .kt-cart-submit-inner-2) .kt-cart-submit-comment-wrapper {
	margin-bottom: 16px;
	flex-grow: 1;
	display: none;
}

#kt-cart-contents .kt-cart-submit-area :is(.kt-cart-submit-inner-1, .kt-cart-submit-inner-2) .kt-cart-submit-comment-wrapper .kt-h3 {
	color: #fff;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: bold;
}

#kt-cart-contents .kt-cart-submit-area :is(.kt-cart-submit-inner-1, .kt-cart-submit-inner-2) .kt-cart-submit-comment-wrapper .kt-cart-submit-comment {
	color: #fff;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
}

#kt-cart-contents .kt-cart-submit-area .kt-button {
	margin: 0;
	font-size: calc(18 / var(--g-1rem) * 1rem);
	line-height: calc(27 / 18);
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: var(--g-color-3);
	border-radius: var(--g-border-radius-1);
	padding: 0;
	height: 56px;
	width: 314px;
}

#kt-cart-contents .kt-cart-submit-area .kt-button.kt-cart-submit-button-3 {
	position: relative;
}

#kt-cart-contents .kt-cart-submit-area .kt-cart-back-wrapper{
	margin-left: auto;
}
#kt-cart-contents .kt-cart-submit-area .kt-cart-back-button {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	box-shadow: none;
	padding: 0;
	width: auto;
	text-decoration: underline;
}

#kt-cart-contents .kt-cart-button-area.kt-for-no-data {
	margin-top: 32px;
	padding: 0 22px;
}

#kt-cart-contents .kt-cart-button-area.kt-for-no-data .kt-cart-back-button {
	margin: 0 auto 0;
	background-color: #fff;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(24 / 16);
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--g-color-1);
	border: 1px solid var(--g-color-7);
	border-radius: var(--g-border-radius-1);
	box-shadow: none;
	padding: 0;
	height: 52px;
	width: 360px;
}