/* common
------------------------------------------------ */
a[href^='tel:'] { text-decoration: none; color: #333; }

/* header
------------------------------------------------ */
.l-hd-order { display: flex; align-items: center; position: relative; width: 100%; height: 56px; background-color: #fff; z-index: 10; }
.l-hd-order__logo { position: absolute; top: 50%; left: 50%; transition: opacity 0.2s ease; transform: translate(-50%,-50%); margin: 0; width: 86px; font-size: 1rem; line-height: 1.2; }
.l-hd-order__logo > a { display: block; width: 100%; }
.l-hd-order__logo img { width: 100%; }
.l-hd-order__btns { display: flex; align-items: center; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); }
.l-hd-order__btns__item { width: 18px; }
.l-hd-order__btns__item:not(:first-child) { margin-left: 14px; }
.l-hd-order__btns__item > a { display: block; width: 100%; }

@media screen and (min-width: 769px) {
  .l-hd-order { height: 68px; }
  .l-hd-order__logo { width: 126px; }
  .l-hd-order__btns { right: 15px; }
  .l-hd-order__btns__item { width: 20px; }
  .l-hd-order__btns__item:not(:first-child) { margin-left: 27px; }
}

/* product archive
------------------------------------------------ */
/* content */
.order-content { position: relative; }
.order-content-main { position: relative; }
.order-content-side { position: relative; }
.order-content-side__title { margin: 0; font-size: 1.4rem; font-weight: 700; line-height: 1.5; }
.order-content-side__products { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.order-content-side__products .order-content-side__title { padding-top: 16px; }
.order-content-submit { margin-top: 20px; }
.order-content-submit__text { margin: 12px 0 0; text-align: center; font-size: 1.3rem; line-height: 1.53846153846; }
.order-content-submit__text a { color: #333; }

@media screen and (max-width: 768px) {
  .order-content { padding: 0 16px; }
  .order-content-main__mid { margin: 26px 0 32px; padding-bottom: 35px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
  .order-content-main__submit { margin-top: 20px; }
  .order-content-side { display: grid; margin-top: 32px; }
  .order-content-side__submit { order: 3; margin-top: 28px; }
  .order-content-side__totals { order: 2; }
  .order-content-side__products { order: 1; }
}

@media screen and (min-width: 769px) {
  .order-content { margin: 0 auto; padding: 0 20px; max-width: 1000px; }
  .order-content.is-multi { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 4.16666666667%; }
  .order-content-main { margin: 0 auto; width: 54.1666666667%; }
  .order-content-side { padding: 20px; width: 41.6666666667%; border: 1px solid #ccc; }
  .order-content-side__submit { padding-bottom: 25px; }
  /*.order-content-side__totals { border-top: 1px solid #ccc; }*/
  .order-content-side__products { margin-top: 25px; border-bottom: 0; }
  .order-content-submit { margin-top: 32px; padding-top: 32px; border-top: 1px solid #ccc; width: 100%; }
  .order-content-submit .order-btn-1 { margin: 0 auto; max-width: 358px; }
  .order-content-submit__text { font-size: 1.3rem; }
}

/* title */
.order-title { margin: 0 0 45px; padding-top: 12px; text-align: center; font-size: 1.8rem; font-weight: 700; letter-spacing: 1px; line-height: 1.2; }

@media screen and (min-width: 769px) {
  .order-title { margin-bottom: 65px; padding-top: 28px; font-size: 2.2rem; }
}

/* btn */
.order-btn-1 { margin: 0; }
.order-btn-1 > a,
.order-btn-1 > button { display: flex; justify-content: center; align-items: center; width: 100%; height: 56px; background-color: #333; border: 1px solid #333; font-size: 1.4rem; font-weight: 700; letter-spacing: 1px; line-height: 1.5; color: #fff; }
.order-btn-1 > a { text-decoration: none; }
.order-btn-2 { margin: 0; }
.order-btn-2 > a,
.order-btn-2 > button { display: flex; justify-content: center; align-items: center; width: 100%; height: 45px; background-color: #fff; border: 1px solid #333; font-size: 1.4rem; font-weight: 700; letter-spacing: 1px; line-height: 1.5; color: #333; }
.order-btn-2 > a { text-decoration: none; }
.order-btn-3 { margin: 0; }
.order-btn-3 > a,
.order-btn-3 > button { display: flex; justify-content: center; align-items: center; width: 100%; height: 45px; background-color: #333; border: 1px solid #333; font-size: 1.4rem; font-weight: 700; letter-spacing: 1px; line-height: 1.5; color: #fff; }
.order-btn-3 > a { text-decoration: none; }
.order-btn-delete { margin: 0; }
.order-btn-delete > a { display: inline-flex; justify-content: center; align-items: center; gap: 6px; width: 72px; height: 24px; background-color: #eee; text-decoration: none; vertical-align: top; font-size: 1.1rem; letter-spacing: 2px; color: #333; }
.order-btn-delete i { display: block; position: relative; width: 8px; height: 8px; }
.order-btn-delete i::before,
.order-btn-delete i::after { content: ''; position: absolute; top: 50%; left: 0; width: 9px; height: 1px; background-color: #000; }
.order-btn-delete i::before { transform: rotate(45deg); }
.order-btn-delete i::after { transform: rotate(-45deg); }
.order-btn-edit { margin: 0; }
.order-btn-edit > a { display: inline-block; padding-top: 3px; width: 72px; height: 24px; background-color: #eee; text-align: center; text-decoration: none; vertical-align: top; font-size: 1.1rem; letter-spacing: 2px; color: #333; }
.order-btn-zip { margin: 0; }
.order-btn-zip > button { display: inline-flex; justify-content: center; align-items: center; width: 64px; height: 24px; background-color: #eee; text-decoration: none; vertical-align: top; font-size: 1.1rem; letter-spacing: 2px; color: #333; }

@media screen and (min-width: 769px) {
  .order-btn-1 > a,
  .order-btn-1 > button { height: 56px; font-size: 1.6rem; letter-spacing: 1px; }
  .order-btn-2 > a,
  .order-btn-2 > button { height: 48px; font-size: 1.4rem; }
  .order-btn-3 > a,
  .order-btn-3 > button { height: 48px; font-size: 1.4rem; }
  .order-btn-delete > a { width: 72px; height: 24px; font-size: 1.1rem; letter-spacing: 2px; }
  .order-btn-edit > a { width: 72px; height: 24px; font-size: 1.1rem; letter-spacing: 2px; }
}

/* cart */
.order-cart-title { margin: 0 0 22px; font-size: 1.4rem; font-weight: 700; line-height: 1.5; letter-spacing: 1px; }
.cart-product { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.cart-product-lists__item { display: grid; align-items: flex-start; gap: 12px; grid-template-columns: 120px calc(100% - (120px + 12px)); position: relative; padding: 25px 0; }
.cart-product-lists__item:not(:first-child) { border-top: 1px solid #eee; }
.cart-product-lists__photo { position: relative; aspect-ratio: 1 / 1.2; }
.cart-product-lists__brand { margin: 0 0 2px; font-size: 1.4rem; font-weight: 400; line-height: 1.28571428571; }
.cart-product-lists__title { margin: 0; font-size: 1.4rem; font-weight: 500; line-height: 1.28571428571; }
.cart-product-lists__sku { margin: 3px 0 0; font-size: 1.2rem; font-weight: 400; line-height: 1.33333333333; color: #aaa; }
.cart-product-lists__subtotal { margin: 0; font-size: 1.4rem; font-weight: 500; line-height: 1.5; }
.cart-product-lists__quantity { display: flex; align-items: center; gap: 20px; }
.cart-product-lists__quantity a { display: block; position: relative; width: 9px; height: 9px; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.cart-product-lists__quantity a::before,
.cart-product-lists__quantity a.is-plus::after { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #aaa; }
.cart-product-lists__quantity a.is-plus::after { transform: rotate(90deg); }
.cart-product-lists__quantity__num { margin: 0; font-size: 1.3rem; font-weight: 400; line-height: 1.38461538462; }
.cart-product-totals { display: flex; justify-content: flex-end; align-items: center; gap: 65px; padding: 24px 0; border-top: 1px solid #ccc; }
.cart-product-totals__amount { margin: 0; font-size: 1.2rem; line-height: 1.5; letter-spacing: 1px; }
.cart-product-totals__total { margin: 0; font-size: 1.4rem; font-weight: 500; line-height: 1.28571428571; letter-spacing: 1px; }
.order-cart-totals { margin-bottom: 24px; padding: 20px 0 18px; border-bottom: 1px solid #eee; }
.order-cart-totals__amount { margin: 0; font-size: 1.4rem; line-height: 1.5; letter-spacing: 1px; }
.order-cart-totals__total { margin: 0; font-size: 1.8rem; font-weight: 500; line-height: 1.27777777778; letter-spacing: 1px; color: #f33; }
.order-cart-submit__back { margin-top: 24px; }
.order-cart-submit__amazon { margin-top: 24px; padding-top: 24px; border-top: 1px solid #eee; }

@media screen and (max-width: 768px) {
  .cart-product-lists__info__second { margin-top: 3px; }
  .cart-product-lists__info__third { display: flex; align-items: center; justify-content: space-between; margin-top: 5px; }
  .cart-product-totals { display: none; }
  .order-cart-totals { display: flex; justify-content: space-between; }
}

@media screen and (min-width: 769px) {
  .order-cart { display: flex; align-items: flex-start; gap: 4.16666666667%; }
  .order-cart-main { width: 66.6666666667%; }
  .order-cart-title { margin-bottom: 22px; font-size: 1.4rem; }
  .cart-product-lists__item { align-items: center; gap: 12px; grid-template-columns: 120px calc(100% - (120px + 12px)); padding: 25px 0; }
  .cart-product-lists__info { display: grid; align-items: center; grid-template-columns: calc(100% - (110px + 72px)) 110px 72px; }
  .cart-product-lists__info__first { padding-right: 65px; }
  .cart-product-lists__brand { margin-bottom: 2px; font-size: 1.4rem; }
  .cart-product-lists__title { font-size: 1.4rem; }
  .cart-product-lists__sku { margin-top: 3px; font-size: 1.2rem; }
  .cart-product-lists__subtotal { margin-top: 3px; font-size: 1.4rem; }
  .cart-product-lists__quantity__num { font-size: 1.3rem; }
  .cart-product-lists__item .order-btn-delete { position: absolute; bottom: 25px; right: 0; }
  .order-cart-side { padding: 20px; width: 29.1666666667%; border: 1px solid #ccc; }
  .order-cart-totals { margin-bottom: 24px; padding: 0 0 20px; border-bottom: 1px solid #eee; }
  .order-cart-totals__amount { font-size: 1.4rem; }
  .order-cart-totals__total { margin-top: 12px; font-size: 1.8rem; }
  .order-cart-submit__back { margin-top: 24px; }
  .order-cart-submit__amazon { margin-top: 24px; padding-top: 24px; }
}

/* fieldset */
.order-fieldset { display: flex; flex-wrap: wrap; align-items: flex-start; row-gap: 12px; column-gap: 16px; margin: 0; padding: 0; border: none; }
.order-fieldset + .order-fieldset { margin-top: 8px; }
.order-fieldset-legend { display: block; margin-bottom: 2px; padding: 0; width: 100%; font-size: 1.2rem; font-weight: 400; line-height: 1.66666666667; }
.order-fieldset .is-w-mid { width: calc(50% - 8px); }
.order-fieldset .is-w-large { width: 100%; }

/* field */
.order-field-label { display: none; pointer-events: none; position: absolute; top: 50%; left: 10px; transform: translateY(-50%); color: #aaa; }
.order-field-label .is-required { color: #f33; }

.order-field-input input:placeholder-shown + .order-field-label,
.order-field-select select:has(option:checked[value='']) + .order-field-label { display: block; }

.order-field-input,
.order-field-select { position: relative; background-color: #fff; border: 1px solid #ccc; font-size: 1.4rem; line-height: 1.5; }
.order-field-input input { padding: 0 10px; width: 100%; height: 46px; }
.order-field-input textarea { padding: 10px; width: 100%; height: 74px; }
.order-field-input.is-zip input { padding-right: 84px; }
.order-field-input.is-zip .order-btn-zip { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }
.order-field-select select { padding: 0 10px; width: 100%; height: 46px; background: url(../img/icon/select1.svg) no-repeat right 10px center; background-size: 16px 8px; }
.order-field-check__label { display: inline-block; position: relative; }
.order-field-check__label > input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: none; border: none; opacity: 0; }
.order-field-check__image { position: absolute; top: 50%; right: 0; transform: translateY(-50%); margin: 0; }
.order-field-check.is-type-checkbox > .order-field-check__label { padding-left: 28px; }
.order-field-check.is-type-checkbox > .order-field-check__label > i { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 18px; height: 18px; }
.order-field-check.is-type-checkbox > .order-field-check__label > i::before,
.order-field-check.is-type-checkbox > .order-field-check__label > i::after { content: ''; position: absolute; }
.order-field-check.is-type-checkbox > .order-field-check__label > i::before { top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; border: 1px solid #ccc; }
.order-field-check.is-type-checkbox > .order-field-check__label > i::after { top: 50%; left: 4px; transform: translateY(-50%); width: 10px; height: 7px; background: url(../img/icon/checked1-white.svg) no-repeat center center; background-size: 100%; opacity: 0; }
.order-field-check.is-type-checkbox > .order-field-check__label > input:checked + i::before { background-color: #333; border-color: #333; }
.order-field-check.is-type-checkbox > .order-field-check__label > input:checked + i::after { opacity: 1; }
.order-field-check.is-type-radio > .order-field-check__label { padding-left: 36px; }
.order-field-check.is-type-radio > .order-field-check__label > i { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 20px; height: 20px; }
.order-field-check.is-type-radio > .order-field-check__label > i::before,
.order-field-check.is-type-radio > .order-field-check__label > i::after { content: ''; position: absolute; border-radius: 50%; }
.order-field-check.is-type-radio > .order-field-check__label > i::before { top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; border: 1px solid #ccc; }
.order-field-check.is-type-radio > .order-field-check__label > i::after { top: 50%; left: 5px; transform: translateY(-50%); width: 10px; height: 10px; background-color: #333; opacity: 0; }
.order-field-check.is-type-radio > .order-field-check__label > input:checked + i::after { opacity: 1; }
.order-field-check__text { font-size: 1.4rem; line-height: 1.5; }
.order-field-check__text p { margin: 0; }
.order-field-check__text p + p { margin-top: 5px; }
.order-field-check__rakuten { margin: 0 0 12px; }
.order-field-check__rakuten > a { display: inline-block; vertical-align: top; }
.order-field-check__rakuten img { max-width: 256px; }
.order-field-lists.is-normal { display: grid; gap: 20px; }
.order-field-lists.is-vertical .order-field-lists__item { border-bottom: 1px solid #eee; }
.order-field-lists.is-vertical .order-field-lists__label { padding-top: 20px; padding-bottom: 20px; width: 100%; }
.order-field-check__content { display: none; padding-bottom: 20px; }

#payment_name_15 .order-field-check__image { width: 30px; }
#payment_name_7 .order-field-check__image { width: 76px; }
#payment_name_16 .order-field-check__image { width: 64px; }
#payment_name_4 .order-field-check__image { width: 56px; }
#payment_name_11 .order-field-check__image { width: 62px; }
#payment_name_14 .order-field-check__image { width: 64px; }
#payment_name_2 .order-field-check__image { width: 50px; }

@media screen and (min-width: 769px) {
  .order-field-lists.is-horizontal { display: grid !important; gap: 20px; grid-template-columns: repeat(2,calc(50% - 10px)); }
}

/* submit */
.order-submit { margin-top: 32px; padding-top: 32px; border-top: 1px solid #ccc; }
.order-submit .is-back { margin-top: 32px; }
.body-submit-fixed .order-submit-fixed__target { position: fixed; z-index: 10; }

@media screen and (max-width: 768px) {
  .body-submit-fixed .order-submit-fixed__target { bottom: 16px; left: 16px; width: calc(100% - 32px); }
}

@media screen and (min-width: 769px) {
  .order-submit .order-btn-1,
  .order-submit .order-btn-2 { margin: 0 auto; max-width: 360px; }
  .order-submit .is-back { margin-top: 32px; }
}

/* toggle */
.order-toggle-input__target { display: none; padding-top: 20px; }
.order-toggle-input__target[aria-hidden=false] { display: block; }

/* block */
.order-block { position: relative; }
.order-block + .order-block { margin-top: 18px; padding-top: 24px; }
.order-block.has-border { margin-top: 18px; padding-top: 24px; border-top: 1px solid #eee; }
.order-block-above { position: relative; margin-bottom: 14px; }
.order-block-title { margin: 0; font-size: 1.4rem; font-weight: 700; line-height: 1.5; }
.order-block-change { position: absolute; top: 0; right: 0; margin: 0; }
.order-block-text { margin: 0; font-size: 1.3rem; line-height: 1.53846153846; }
.order-block-required { margin: 2px 0 15px; font-size: 1.2rem; line-height: 1.66666666667; }
.order-block-required:first-child { margin-top: 0; }
.order-block-required:last-child { margin-bottom: 0; }
.order-block-required .is-required { color: #f33; }
.order-block-attentions { margin-top: 16px; }
.order-block-attentions__item { font-size: 1.3rem; line-height: 1.53846153846; }
.order-block-attentions__item a { color: #333; }
.order-block-content { font-size: 1.4rem; line-height: 1.4; }
.order-block-content p { margin: 0; }
.order-block-content p + p { margin-top: 5px; }
.order-block-content a { color: #333; }
.order-block-content .is-note { font-size: 1.3rem; line-height: 1.8; }
.order-block-content .is-attention { font-size: 1.2rem; }
.order-block-content .is-info-creditcard { display: flex; flex-wrap: wrap; row-gap: 12px; column-gap: 40px; }
.order-block-content .is-info-creditcard:not(:first-child) { margin-top: 5px; }
.order-block-content .is-info-creditcard:not(:last-child) { margin-bottom: 15px; }
.order-block-content .is-info-creditcard p + p { margin-top: 0; }
.order-block-content .order-field-input:not(:last-child) { margin-bottom: 12px; }
.order-block-login__text { margin: 0 0 14px; font-size: 1.3rem; line-height: 1.53846153846; }
.order-block-login__submit { margin-top: 24px; }
.order-block-login__forget { margin: 10px 0 0; text-align: center; font-size: 1.3rem; line-height: 1.53846153846; }
.order-block-login__forget a { color: #333; }
.order-block-addresses .order-field-lists.is-vertical { margin-bottom: 30px; border-top: none; border-bottom: 1px solid #ccc; }
.order-block-addresses .order-field-lists.is-vertical .order-field-lists__item:last-child { border-bottom: none; }
.order-block-shipping { margin-top: 30px; }
.order-block-delivery { margin-top: 30px; }
.order-block-delivery__text { margin: 12px 0 0; font-size: 1.3rem; line-height: 1.53846153846; }
.order-block-delivery__text a { color: #333; }
.order-block-coin { margin-top: 30px; }
.order-block-coin__text { margin-bottom: 18px; font-size: 1.4rem; }
.order-block-coupon { margin-top: 35px; }
.order-block-payment__cc { padding-left: 20px; }
.order-block-payment__cc__block + .order-block-payment__cc__block { margin-top: 30px; }
.order-block-payment__cc__block .order-field-check + .order-fieldset { margin-top: 20px; }
.order-block-payment__cc__note { margin: 0; font-size: 1.3rem; line-height: 1.53846153846; }
.order-block-payment__cc__note:not(:first-child) { margin-top: 8px; }
.order-block-payment__cc__note:not(:last-child) { margin-bottom: 14px; }
.order-block-payment__text { margin: 0; font-size: 1.4rem; line-height: 1.57142857143; }
.order-block-payment__gmo { margin: 10px 0; }
.order-block-payment__gmo img { max-width: 186px; }
.order-block-payment__amazon { margin-top: 12px; }
.order-block-optin { margin-top: 20px; }
.order-block-password { margin-top: 18px; }
.order-block-privacy { margin-top: 14px; }

@media screen and (min-width: 769px) {
  .order-block + .order-block,
  .order-content-main__mid + .order-block { margin-top: 26px; padding-top: 32px; }
  .order-block.has-border { margin-top: 26px; padding-top: 32px; border-top: 1px solid #eee; }
  .order-block-above { margin-bottom: 14px; }
  .order-block-title { font-size: 1.5rem; line-height: 1.5; }
  .order-block-text { font-size: 1.4rem; line-height: 1.42857142857; }
  .order-block-required { margin: 6px 0 16px; font-size: 1.3rem; line-height: 1.53846153846; }
  .order-block-attentions__item { font-size: 1.3rem; line-height: 1.53846153846; }
  .order-block-content { font-size: 1.4rem; line-height: 1.4; }
  .order-block-content p + p { margin-top: 8px; }
  .order-block-content .is-note { font-size: 1.3rem; }
  .order-block-content .is-attention { font-size: 1.1rem; }
  .order-block-content .is-info-creditcard { row-gap: 12px; column-gap: 40px; }
  .order-block-content .is-info-creditcard:not(:first-child) { margin-top: 8px; }
  .order-block-content .is-info-creditcard:not(:last-child) { margin-bottom: 12px; }
  .order-block-content .order-field-input:not(:last-child) { margin-bottom: 12px; }
  .order-block-login__text { margin-bottom: 14px; font-size: 1.4rem; line-height: 1.42857142857; }
  .order-block-login__submit { margin-top: 20px; }
  .order-block-login__submit .order-btn-3 { margin: 0 auto; max-width: 358px; }
  .order-block-login__forget { margin-top: 10px; font-size: 1.3rem; line-height: 1.53846153846; }
  .order-block-login__forget a { color: #333; }
  .order-block-addresses .order-field-lists { margin-bottom: 30px; }
  .order-block-shipping { margin-top: 30px; }
  .order-block-delivery { margin-top: 30px; }
  .order-block-delivery__text { margin-top: 12px; font-size: 1.3rem; }
  .order-block-coin__text { margin-bottom: 18px; font-size: 1.4rem; line-height: 1.42857142857; }
  .order-block-coupon { margin-top: 35px; }
  .order-block-optin { margin-top: 20px; }
  .order-block-password { margin-top: 18px; }
  .order-block-privacy { margin-top: 16px; }
}

/* products */
.order-products-item { display: grid; align-items: flex-start; gap: 12px; grid-template-columns: 120px calc(100% - (120px + 12px)); padding: 25px 0; }
.order-products-item:not(:first-child) { border-top: 1px solid #eee; }
.order-products-photo { position: relative; aspect-ratio: 1 / 1.2; }
.order-products-brand { margin: 0 0 2px; font-size: 1.4rem; font-weight: 400; line-height: 1.28571428571; }
.order-products-title { margin: 0; font-size: 1.4rem; font-weight: 500; line-height: 1.28571428571; }
.order-products-sku { margin: 3px 0 0; font-size: 1.2rem; font-weight: 400; line-height: 1.33333333333; color: #aaa; }
.order-products-subtotal { margin: 3px 0 0; font-size: 1.2rem; font-weight: 400; line-height: 1.5; }

@media screen and (min-width: 769px) {
  .order-products-item { gap: 12px; grid-template-columns: 120px calc(100% - (120px + 12px)); padding: 25px 0; }
  .order-products-brand { margin-bottom: 2px; font-size: 1.4rem; }
  .order-products-title { font-size: 1.4rem; }
  .order-products-sku { margin-top: 3px; font-size: 1.2rem; }
  .order-products-subtotal { margin-top: 3px; font-size: 1.2rem; }
}

/* totals */
.order-totals { position: relative; padding-top: 18px; }
.order-totals-block { position: relative; }
.order-totals-block + .order-totals-block { margin-top: 18px; padding-top: 18px; border-top: 1px solid #eee; }
.order-totals-box { display: flex; justify-content: space-between; margin: 0; }
.order-totals-box + .order-totals-box { margin-top: 4px; }
.order-totals-box__title { font-size: 1.4rem; line-height: 1.5; }
.order-totals-box__text { margin: 0; font-size: 1.4rem; line-height: 1.5; }
.order-totals-box__text.is-total { font-size: 1.8rem; font-weight: 700; }

@media screen and (min-width: 769px) {
  .order-totals { padding-top: 18px; }
  .order-totals-block + .order-totals-block { margin-top: 18px; padding-top: 18px; }
  .order-totals-box + .order-totals-box { margin-top: 4px; }
  .order-totals-box__title { font-size: 1.4rem; }
  .order-totals-box__text { font-size: 1.4rem; }
  .order-totals-box__text.is-total { font-size: 1.8rem; }
}

/* complete */
.order-complete-title { margin: 0 0 24px; text-align: center; font-size: 2rem; font-weight: 500; line-height: 1.2; }
.order-complete-name { margin: 0 0 40px; text-align: center; font-size: 1.4rem; line-height: 1.57142857143; }
.order-complete-text { margin: 0; text-align: center; font-size: 1.4rem; line-height: 1.57142857143; }
.order-complete-back { margin-top: 58px; }

@media screen and (min-width: 769px) {
  .order-complete-title { margin-bottom: 56px; font-size: 2.2rem; line-height: 1.09090909091; }
  .order-complete-name { margin-bottom: 52px; font-size: 1.6rem; line-height: 1.375; }
  .order-complete-text { font-size: 1.4rem; line-height: 2.28571428571; }
  .order-complete-back { margin-top: 56px; }
  .order-complete-back > .order-btn-2 { margin: 0 auto; max-width: 360px; }
}

/* footer
------------------------------------------------ */
.l-ft-order { position: relative; margin-top: 60px; }
.l-ft-order__content { padding: 18px 0; border-top: 1px solid #ccc; }
.l-ft-order__links__item { font-size: 1.2rem; line-height: 1.5; }
.l-ft-order__links__item > a { display: inline-block; text-decoration: none; vertical-align: top; color: #888; }
.l-ft-order__copyright { margin: 0; text-align: center; font-size: 1.1rem; line-height: 1.27272727273; }
.l-ft-order__copyright > small { font-size: inherit; }

@media screen and (max-width: 768px) {
  .l-ft-order > .l-wrap { padding: 0 16px; }
  .l-ft-order__links { display: grid; gap: 12px; grid-template-columns: repeat(2,50%); }
  .l-ft-order__copyright { margin-top: 28px; padding-top: 18px; border-top: 1px solid #ccc; }
}

@media screen and (min-width: 769px) {
  .l-ft-order { margin-top: 58px; }
  .l-ft-order__content { padding: 38px 0; }
  .l-ft-order__links { display: flex; flex-wrap: wrap; justify-content: center; row-gap: 12px; column-gap: 30px; }
  .l-ft-order__links__item { font-size: 1.2rem; }
  .l-ft-order__copyright { margin-top: 40px; font-size: 1.2rem; }
}