﻿@charset "UTF-8";
.c-orderSectCol-radioItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.c-orderSectCol-radioItem__select {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

  .c-orderSectCol-radioItem__select input {
    flex-shrink: 0;
  }

.c-orderSectCol-radioItem__selectName {
  margin-top: 0.3rem;
}

@media screen and (min-width: 768px) {
  .m-orderSectCol-wrap:last-child {
    border-bottom: 1px solid var(--color-gray);
  }
}

.m-orderSectCol {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  padding: 2.2rem 0 2rem;
  border-top: 1px solid var(--color-gray);
}

@media screen and (min-width: 768px) {
  .m-orderSectCol {
    flex-direction: row;
    justify-content: space-between;
    gap: 3%;
    padding: 2.7rem 0 2.7rem 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .m-orderSectCol-head {
    width: 28.3%;
  }
}

.m-orderSectCol-head__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .m-orderSectCol-head__title {
    margin-top: 0.2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-orderSectCol-body {
    width: 68.7%;
  }
}

.m-orderSectCol-body .c-formInput-item__annotation,
.m-orderSectCol-body .c-formInput-item__alert {
  margin-top: 0.9rem;
}

@media screen and (min-width: 768px) {
  .m-orderSectCol-typeText {
    padding-right: 0;
  }
}

.m-orderSectCol-typeRadio__item:last-child .c-orderSectCol-radioItem {
  padding-bottom: 0;
}

.m-orderSectCol-typeRadio .c-orderSectCol-radioItem {
  padding: 1.4rem 0 1.8rem;
  border-top: 1px solid var(--color-gray);
}

@media screen and (min-width: 768px) {
  .m-orderPriceSummary {
    padding: 2.4rem 3rem 2.4rem;
    border: 1px solid var(--color-gray);
    border-radius: 1rem;
  }
}

.m-orderPriceSummary-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.9rem 0 0;
  border-top: 1px solid var(--color-gray);
}

@media screen and (min-width: 768px) {
  .m-orderPriceSummary-list {
    gap: 0.7rem;
    padding: 0;
    border-top: none;
  }
}

.m-orderPriceSummary-item {
  display: flex;
  justify-content: space-between;
  gap: 2.1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--color-gray);
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .m-orderPriceSummary-item {
    gap: 1.5rem;
    padding-bottom: 0.6rem;
  }
}

.m-orderPriceSummary-item__price {
  flex: 0 0 11.7rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .m-orderPriceSummary-item__price {
    flex: 0 0 35%;
  }
}

.m-orderPriceSummary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  padding: 1.7rem 0 0;
}

@media screen and (min-width: 768px) {
  .m-orderPriceSummary-total {
    gap: 2%;
    padding: 1.6rem 0 0;
  }
}

.m-orderPriceSummary-total__title {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.m-orderPriceSummary-total__title--tax {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.16;
}

.m-orderPriceSummary-total__price {
  flex: 0 0 58%;
  font-size: 2rem;
  text-align: right;
  font-weight: 600;
  line-height: 1.3;
}

.m-orderPriceSummary-total__price--tax {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.16;
}

.m-orderProductSect__list--operate .m-orderProductSect-item__info {
  padding-right: 3.8rem;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect__list--operate .m-orderProductSect-item__info {
    padding-right: 0;
  }
}

.m-orderProductSect-title {
  display: none;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-title {
    display: flex;
    padding: 0.9rem 0 0.7rem 2%;
    font-size: 1.2rem;
    color: var(--color-gray-middle);
    border-top: solid 1px var(--color-gray);
    border-bottom: solid 1px var(--color-gray);
  }
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-title__info {
    flex: 1 1 auto;
  }
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-title__price {
    flex: 0 0 11.5rem;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-title__price {
    flex: 0 0 13rem;
  }
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-title__quantity {
    flex: 0 0 11.5rem;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-title__quantity {
    flex: 0 0 13rem;
  }
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-title__subtotal {
    flex: 0 0 20rem;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-title__subtotal {
    flex: 0 0 20.8rem;
  }
}

.m-orderProductSect-item {
  position: relative;
  padding: 1.5rem 0 1.3rem;
  border-bottom: solid 1px var(--color-gray);
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-item {
    padding: 2rem 0 2rem 2%;
  }
}

.m-orderProductSect-item:first-child {
  border-top: solid 1px var(--color-gray);
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-item:first-child {
    border-top: none;
  }
}

.m-orderProductSect-item__inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 0 1.65rem;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-item__inner {
    justify-content: space-between;
    gap: 0 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-item__inner {
    gap: 0 2rem;
  }
}

.m-orderProductSect-item__pictureWrap {
  flex: 0 0 11.2rem;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-item__pictureWrap {
    flex: 0 0 13.33%;
    margin-left: 0;
  }
}

.m-orderProductSect-item__picture {
  display: block;
  position: relative;
  min-width: 11.2rem;
}

  .m-orderProductSect-item__picture::before {
    content: "";
    display: block;
    padding-top: 130%;
  }

.m-orderProductSect-item__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-orderProductSect-item__info {
  position: relative;
  padding-right: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-item__info {
    position: static;
    flex: 0 1 83.25%;
    display: flex;
    align-items: center;
    gap: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemDetail {
    flex: 1 1 auto;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemDetail {
    flex: 1 1 auto;
    padding-right: 2rem;
  }
}

.m-orderProductSect-itemDetail__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemDetail__title {
    -webkit-line-clamp: 2;
    margin-top: 0;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.m-orderProductSect-itemDetail__info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemDetail__info {
    gap: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.m-orderProductSect-itemDetail__info:not(:first-child) {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemDetail__info:not(:first-child) {
    margin-top: 0.4rem;
  }
}

.m-orderProductSect-itemDetailInfo__title, .m-orderProductSect-itemDetailInfo__text {
  display: inline;
}

  .m-orderProductSect-itemDetailInfo__title::after {
    content: "：";
  }

.m-orderProductSect-itemPrice {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemPrice {
    flex: 0 0 11.5rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 0;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-itemPrice {
    flex: 0 0 13rem;
  }
}

.m-orderProductSect-itemPrice__price {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemPrice__price {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-itemPrice__price {
    font-size: 1.5rem;
  }
}

.m-orderProductSect-itemQuantity {
  margin-top: 1.4rem;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemQuantity {
    flex: 0 0 11rem;
    margin-top: 0;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-itemQuantity {
    flex: 0 0 13rem;
  }
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemQuantity + .m-orderProductSect-itemSubtotal {
    flex: 0 0 12rem;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-itemQuantity + .m-orderProductSect-itemSubtotal {
    flex: 0 0 12.8rem;
  }
}

.m-orderProductSect-itemSubtotal {
  display: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .m-orderProductSect-itemSubtotal {
    display: block;
    flex: 0 0 20rem;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .m-orderProductSect-itemSubtotal {
    flex: 0 0 20.8rem;
    font-size: 1.5rem;
  }
}

  .m-orderUseDiscount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0 2rem;
  }

  @media screen and (min-width: 992px) {
    .m-orderUseDiscount {
      display: block;
      width: 100%;
    }
  }

  .m-orderUseDiscount__title {
    width: calc(100% - 13.3rem);
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
  }

  @media screen and (min-width: 992px) {
    .m-orderUseDiscount__title {
      width: 100%;
      margin-bottom: 1rem;
      text-align: left;
    }
  }

  .m-orderUseDiscount__input {
    display: block;
    width: 100%;
    margin-top: 2rem;
  }

  @media screen and (min-width: 992px) {
    .m-orderUseDiscount__input {
      display: block !important;
    }
  }

.m-orderUseDiscount__input .c-formInput-item__alert--active {
    margin-top: 0.8rem;
  }

  .m-orderUseDiscount + .m-orderUseDiscount {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px dashed var(--color-light);
  }

  @media screen and (min-width: 992px) {
    .m-orderUseDiscount + .m-orderUseDiscount {
      margin-top: 3rem;
      padding-top: 0;
      border-top: none;
    }
  }

  .m-orderUseDiscount-inputSelect {
    display: block;
  }

  @media screen and (min-width: 992px) {
    .m-orderUseDiscount-inputSelect {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-areas: "gridA gridB" "gridC gridC";
    }
  }

  .m-orderUseDiscount-inputSelect__select {
    display: flex;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  @media screen and (min-width: 992px) {
    .m-orderUseDiscount-inputSelect__select:nth-of-type(1) {
      grid-area: gridA;
    }

    .m-orderUseDiscount-inputSelect__select:nth-of-type(2) {
      grid-area: gridB;
    }
  }

  .m-orderUseDiscount-inputSelect .c-formInput-item__alert--active {
    margin-top: 1rem;
  }

  .m-orderUseDiscount-selectBox {
    grid-area: gridC;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 2rem;
    line-height: 1;
  }

  .m-orderUseDiscount-inputBox {
    grid-area: gridC;
    margin-top: 2rem;
  }

    .m-orderUseDiscount-selectBox + .m-orderUseDiscount-inputSelect__select, .m-orderUseDiscount-inputBox + .m-orderUseDiscount-inputSelect__select {
      padding-top: 2rem;
      margin-top: 2rem;
      border-top: 1px solid var(--color-gray);
    }

  @media screen and (min-width: 992px) {
    .m-orderUseDiscount-selectBox + .m-orderUseDiscount-inputSelect__select, .m-orderUseDiscount-inputBox + .m-orderUseDiscount-inputSelect__select {
      padding-top: 0;
      margin-top: 0;
      border: none;
    }
  }

  .m-orderUseDiscount__canUsePoint {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }

  .m-orderUseDiscount__canUsePoint-link {
    color: var(--color-blue) !important;
  }

    .m-orderUseDiscount .couponForm {
    width: 100%;
  }

    @media screen and (min-width: 992px) {
    .s-orderContent-sepWrap {
      display: flex;
      justify-content: space-between;
      gap: 10%;
    }
  }

    @media screen and (min-width: 992px) {
    .s-orderContent-sepWrap__entry {
      width: 50%;
    }
  }

  .s-orderContent-sepWrap__entry--cartUseDiscount {
    padding-bottom: 2.4rem;
  }

  @media screen and (min-width: 768px) {
    .s-orderContent-sepWrap__entry--cartUseDiscount {
      padding-bottom: 0;
    }
  }

  @media screen and (min-width: 992px) {
    .s-orderContent-sepWrap__info {
      width: 40%;
      margin-top: 0;
    }
  }

  .s-orderContent-sepWrap--cartUseDiscount {
    padding-top: 2.4rem;
  }

  @media screen and (min-width: 768px) {
    .s-orderContent-sepWrap--cartUseDiscount {
      padding-top: 5rem;
    }
  }

  @media screen and (min-width: 768px) {
    .s-orderContent-btnGroup-otherPay__text {
      width: calc(100% - 22rem);
    }
  }

  .s-orderContent-cartGroup:not(:nth-of-type(1)) {
    padding-top: 5rem;
  }

  .s-orderContent-cartGroup-body {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  @media screen and (min-width: 768px) {
    .s-orderContent-cartGroup-body {
      padding-left: 0;
      padding-right: 0;
    }
  }

    .s-orderContent-cartGroup .m-orderSectCol-typeRadio:first-child .m-orderSectCol-typeRadio__item:nth-of-type(1) .c-orderSectCol-radioItem {
    border-top: none;
    padding-top: 0;
  }

    .p-orderSameItemCheck {
    margin-bottom: 0 !important;
  }

    .p-landingCart-body {
    padding-bottom: 6rem;
  }

  @media screen and (min-width: 768px) {
    .p-landingCart-body {
      padding-top: 9rem;
      padding-bottom: 0;
    }
  }

  .p-landingCartEntryItemLine {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 3rem;
  }

  @media screen and (min-width: 768px) {
    .p-landingCartEntryItemLine {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 4rem;
    }
  }

  @media screen and (min-width: 768px) {
    .p-landingCartEntryItemLine__select {
      max-width: 38rem;
    }
  }

  .p-landingCartFormLoginBox {
    display: block;
    width: calc(100% - 3.2rem);
    margin: 4rem auto 0;
    padding: 3rem 1.6rem;
    border-radius: 10px;
    background: var(--color-gray-light);
  }

  .p-landingCartFormLoginBox-heading {
    display: block;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--color-gray);
  }

  .p-landingCartFormLoginBox-heading__title {
    display: block;
    text-align: left;
    font-size: 2rem;
  }

  .p-landingCartFormLoginBox-heading__lede {
    display: block;
    padding-top: 0.9rem;
    text-align: left;
    font-size: 1.4rem;
  }

  .p-landingCartFormLoginBox-body {
    display: block;
  }

  .p-landingCartFormLoginBox-body__login {
    display: block;
  }

  .p-landingCartFormLoginBox-body__passRemind {
    display: inline-block;
    padding: 2.1rem 1rem;
    margin-top: 1rem;
    width: 100%;
    background-color: var(--color-gray);
    border: 1px solid var(--color-gray);
    border-radius: 0.8rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }

  @media screen and (min-width: 768px) {
    .p-landingCartFormLoginBox-body__passRemind:hover {
      text-decoration: underline;
    }
  }

  .p-landingCartFormLoginBox-body__button {
    display: block;
  }

  .p-landingCartFormLoginBox-body__social {
    display: block;
    padding: 3rem 1.6rem;
    margin-top: 3rem;
    background: var(--color-white);
    border-radius: 1rem;
  }

  .p-landingCartFormLoginBox-body__title {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }

  .p-landingCartFormLoginBox-btnList {
    display: block;
  }

  .p-landingCartFormLoginBox-btnList__item {
    display: block;
    width: 91.7562724014%;
    margin: 0 auto;
  }

    .p-landingCartFormLoginBox-btnList__item + .p-landingCartFormLoginBox-btnList__item {
      margin-top: 1.6rem;
    }


  .p-landingCartFormShippingInfo {
    padding: 0 1.6rem 2.65rem;
  }

  @media screen and (min-width: 768px) {
    .p-landingCartFormShippingInfo {
      padding: 2.7rem 3.1rem;
      background: var(--color-gray-light);
      border-radius: 1rem;
    }
  }

  @media screen and (min-width: 768px) {
    .p-landingCartFormShippingInfo .c-formInput-item__birthday select {
      padding: 1.2rem 2.5rem 1.1rem 1rem;
      background-position: calc(100% - 0.8rem) center;
    }
  }

  .p-landingCartFormShippingInfoHedding {
    display: block;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding: 3rem 1.6rem 0;
    border-top: 1px solid var(--color-gray);
  }

  @media screen and (min-width: 768px) {
    .p-landingCartFormShippingInfoHedding {
      margin-top: 4.5rem;
      margin-bottom: 1.6rem;
      padding: 0;
      border-top: none;
    }
  }

  .p-landingCartFormShippingInfoHedding__title {
    font-size: 1.6rem;
    font-weight: 600;
  }

  @media screen and (min-width: 768px) {
    .p-landingCartFormShippingInfoHedding__title {
      font-size: 3.2rem;
      font-weight: 400;
    }
  }

  .p-landingCartFormShipping,
  .p-landingCartFormPayment {
    padding: 3rem 1.6rem 0;
    border-top: 1px solid var(--color-gray);
  }

  @media screen and (min-width: 768px) {
    .p-landingCartFormShipping,
    .p-landingCartFormPayment {
      padding: 4.5rem 0 0;
      border-top: none;
    }
  }

  @media screen and (min-width: 768px) {
    .p-landingCartFormPayment {
      border-top: 1px solid var(--color-gray);
      border-bottom: 1px solid var(--color-gray);
    }
  }

    .p-landingCartFormHedding {
    display: block;
    margin-bottom: 1.5rem;
  }

  .p-landingCartFormHedding__title {
    font-size: 2rem;
    font-weight: 400;
  }

  .p-landingCartFormHedding__lede {
    padding-top: 0.9rem;
    font-size: 1.4rem;
  }

  @media screen and (min-width: 768px) {
    .p-landingCartFormHedding {
      margin-bottom: 1.6rem;
      padding: 0;
      border-top: none;
    }

    .p-landingCartFormHedding__title {
      font-size: 3.2rem;
      font-weight: 400;
    }

    .p-landingCartFormHedding__lede {
      padding-top: 0.9rem;
      font-size: 1.4rem;
    }
  }

  /* m-formAgreeCheckArea
------------------------------------------------------------- */
  .m-formAgreeCheckArea {
    margin-top: 2.2rem;
  }

  @media screen and (min-width: 768px) {
    .m-formAgreeCheckArea {
      margin-top: 2.6rem;
      padding: 2.8rem 2rem;
      background: var(--color-white);
      border-radius: 0.5rem;
    }
  }

  .m-formAgreeCheckArea__check {
    margin-bottom: 1.15rem;
  }

  .m-formAgreeCheckArea__link {
    color: var(--color-primary);
    text-decoration: underline;
  }

  @media screen and (min-width: 768px) {
    .m-formAgreeCheckArea__link {
      cursor: pointer;
    }

      .m-formAgreeCheckArea__link:hover {
        opacity: var(--hover-opacity);
        transition: opacity var(--transition-default);
      }
  }

  .p-landingCartTarms {
    max-height: calc(100vh - 6.4rem - 6.7rem - 4rem - 2rem);
    padding: 2rem 1.6rem;
    margin-bottom: 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-size: 1.2rem;
  }

    .p-landingCartTarms::after {
      content: "";
      display: block;
      width: 100%;
      height: 5rem;
    }

  @media screen and (min-width: 768px) {
    .p-landingCartTarms {
      height: 45rem;
      padding: 0 4rem 4.5rem;
      margin-bottom: 4.5rem;
      margin-top: 4rem;
      font-size: 1.3rem;
    }
  }

  /* p-landingCart-btnGroup
------------------------------------------------------------- */
  .p-landingCart-btnGroup {
    display: block;
    width: calc(100% - 3.2rem);
    margin: 0 auto;
    padding: 4rem 0 0;
    border-top: 1px solid var(--color-gray);
  }

  @media screen and (min-width: 768px) {
    .p-landingCart-btnGroup {
      width: 100%;
      padding-top: 5rem;
      border-top: none;
    }
  }

  .p-landingCart-btnGroup--confirm {
    padding-top: 2.9rem;
    border-top: none;
  }

  .p-landingCart-btnGroup-otherPay {
    margin-top: 3rem;
    padding: 2.4rem 1.6rem;
    border-radius: 5px;
    background: var(--color-gray-light);
  }

  @media screen and (min-width: 768px) {
    .p-landingCart-btnGroup-otherPay {
      max-width: 80rem;
      margin: 4rem auto 0;
      padding: 3rem 2.4rem;
    }
  }

  .p-landingCart-btnGroup-otherPay__item {
    display: block;
    font-size: 1.4rem;
  }

  @media screen and (min-width: 768px) {
    .p-landingCart-btnGroup-otherPay__item {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
    }
  }

  .p-landingCart-btnGroup-otherPay__item + .p-landingCart-btnGroup-otherPay__item {
    margin-top: 3.7rem;
  }

  @media screen and (min-width: 768px) {
    .p-landingCart-btnGroup-otherPay__item + .p-landingCart-btnGroup-otherPay__item {
      margin-top: 1.5rem;
    }
  }

  .p-landingCart-btnGroup-otherPay__button {
    display: block;
    width: 20rem;
    margin: 0 auto 2rem;
  }

    .p-landingCart-btnGroup-otherPay__button img {
      width: 100%;
      height: auto;
    }

  @media screen and (min-width: 768px) {
    .p-landingCart-btnGroup-otherPay__button {
      margin: 0;
    }
  }

  @media screen and (min-width: 768px) {
    .p-landingCart-btnGroup-otherPay__text {
      width: calc(100% - 22rem);
    }
  }

  /* overRide
------------------------------------------------------------- */
  .p-landingCart-body .s-orderContent-cartGroup .p-landingCartFormPayment .m-orderSectCol-typeRadio:first-child .m-orderSectCol-typeRadio__item:nth-of-type(1) .c-orderSectCol-radioItem {
    padding: 1.4rem 0 1.8rem;
    border-top: 1px solid var(--color-gray);
  }

  @media screen and (min-width: 768px) {
    .p-landingCart-body .s-orderContent-cartGroup .p-landingCartFormPayment .m-orderSectCol-typeRadio:first-child .m-orderSectCol-typeRadio__item:nth-of-type(1) .c-orderSectCol-radioItem {
      padding-top: 0;
      border-top: none;
    }
  }

  .p-landingCart-body .m-modalBoxHeding__title--bold {
    font-weight: 600;
  }

  .p-landingCart-body .m-modalBox--scrollRock {
    overflow-y: hidden;
  }

.p-landingCart-body .m-modalBox--scrollRock::after {
    display: none;
}

    
.lp_footer_wrapper{
    max-width:900px;
    margin:0 auto;
}

.lp_footer_wrapper ul{
    display:flex;
    justify-content:space-around;
    margin-bottom:50px;
}

@media screen and (max-width: 600px){
    .lp_footer_wrapper ul{
        display:flex;
    flex-direction:column;
    margin-bottom:50px;
}
}