@charset "UTF-8";
.p-cart__cart:not(:last-child) {
  margin-bottom: 9rem;
}
.p-cart__title-bottom-notice {
  margin-bottom: 6rem;
}
.p-cart__title-bottom-notice__title {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-cart__title-bottom-notice__title p {
  color: #e50012;
  margin-bottom: 30px;
}
.p-cart__title-bottom-notice__body {
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-cart__title-bottom-notice__body p:not(:last-child), .p-cart__title-bottom-notice__body dl:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-cart__title-bottom-notice__body dt {
  padding: 3px;
  margin-bottom: 2px;
  background-color: #fcfaf0;
}
.p-cart__title-bottom-notice__body dd {
  font-size: 1.4rem;
}
.p-cart__not-cart-in {
  margin-bottom: 4rem;
}
.p-cart__cart-freearea-exists {
  margin-top: 4rem;
}
.p-cart__cart-freearea-exists__title {
  margin-bottom: 1.9rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-cart__cart-freearea-exists__title p {
  color: #e50012;
}
.p-cart__heading {
  margin-bottom: 5rem;
}
.p-cart__heading-h3 {
  display: flex;
  align-items: center;
  min-height: 10rem;
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #f1f1f2;
  background-image: url("/images/cart/icon-cart01.svg");
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 6rem 6rem;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-cart__heading-h3__text {
  padding-left: 7.6rem;
}
.p-cart__cart:not(:last-child) {
  margin-bottom: 9rem;
}
.p-cart__cart__body {
  margin-bottom: 4rem;
}
.p-cart__cart__body .notNumber {
  font-weight: normal;
}
.p-cart__cart__body:blank {
  margin-bottom: 0;
}
.p-cart__cart__body .p-cart__goods-info__unit {
  width: 15.2rem;
}
.p-cart__cart__body .p-cart__goods-info__unit .c-form__input input[type=tel] {
  font-size: 2rem;
  padding: 0 1rem;
  height: 5rem;
}
.p-cart__goods-info {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 0;
}
.p-cart__goods-info.p-cart__goods-info--header:first-child {
  border-bottom: none;
}
.p-cart__goods-info:not(:last-child) {
  border-bottom: 0.1rem solid #afafaf;
}
.p-cart__goods-info__left {
  display: flex;
  width: calc(100% - 56rem);
}
.p-cart__goods-info__right {
  display: flex;
  width: 34rem;
}
.p-cart__goods-info__image {
  width: 10rem;
  margin-right: 2rem;
}
.p-cart__goods-info__image a {
  width: 10rem;
}
.p-cart__goods-info__image * {
  display: block;
}
.p-cart__goods-info__image img {
  width: 100%;
}
.p-cart__goods-info__summary {
  width: calc(100% - 12rem);
  padding-right: 1rem;
}
.p-cart__goods-info__summary--sp {
  width: 100%;
}
.p-cart__goods-info__summary__sp-title-sibling {
  width: 100%;
}
.p-cart__goods-info__name {
  margin-bottom: 0.9rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.p-cart__goods-info__icon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.p-cart__goods-info__icon li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: flex;
}
.p-cart__goods-info__code {
  color: #666;
  font-size: 1.2rem;
}
.p-cart__goods-info__txt {
  font-size: 1.4rem;
}
.p-cart__goods-info__sub {
  color: #666;
  font-size: 1.2rem;
}
.p-cart__goods-info__price {
  width: 21rem;
  padding-right: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: right;
}
.p-cart__goods-info__price .yen {
  font-size: 1.6rem;
  font-weight: normal;
}
.p-cart__goods-info__price .member-price-title {
  font-size: 1.5rem;
  line-height: 1.3;
}
.p-cart__goods-info__price__member {
  color: #e50012;
}
.p-cart__goods-info__price__member .c-pricestyle {
  font-size: 125%;
}
.p-cart__goods-info__payment {
  width: 13rem;
  padding-right: 1rem;
}
.p-cart__goods-info__payment li {
  font-size: 1.3rem;
}
.p-cart__goods-info__payment li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #1d2087;
  border-radius: 50%;
}
.p-cart__goods-info__payment li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.p-cart__goods-info__unit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  padding-right: 1rem;
  text-align: center;
}
.p-cart__goods-info__unit .c-form__input {
  margin: 0 0.6rem;
}
.p-cart__goods-info__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22rem;
  padding: 1.5rem 0;
  background-color: #f8f8f8;
  border-radius: 0.8rem;
}
.p-cart__goods-info__button .c-button--favorite + .c-button--close {
  margin-top: 0.6rem;
}
.p-cart__goods-info__button .c-button--favorite--done {
  padding: 1rem;
  background: #fff;
  color: #f4a3a3;
  font-size: 1.1rem;
}
.p-cart__goods-info__button .c-button--favorite--done:hover {
  border-color: #ccc;
}
.p-cart__goods-info__button .c-button--close {
  padding-left: 2.7rem;
}
.p-cart__goods-info__button input, .p-cart__goods-info__button a {
  width: 15.6rem;
}
.p-cart__goods-info--header {
  padding: 0 0 0.4rem 4rem;
  border: none;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.6rem;
}
.p-cart__goods-info--header .p-cart__goods-info__left {
  justify-content: center;
}
.p-cart__goods-info--header .p-cart__goods-info__price {
  font-size: 1.6rem;
  padding-right: 3rem;
  font-weight: 400;
}
.p-cart__goods-info--header .p-cart__goods-info__button {
  background-color: transparent;
}
.p-cart__event-type {
  display: flex;
  justify-content: center;
}
.p-cart__event-type__button {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
}
.p-cart__event-type__button input {
  width: 34rem;
}
.p-cart__event-type__button:nth-of-type(1) {
  margin-right: 1rem;
}
.p-cart__event-type__button:nth-of-type(2) {
  margin-left: 1rem;
}
.p-cart__event-type__button:nth-of-type(3) {
  margin-left: 2rem;
}
.p-cart__event-type__proviso {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.p-cart__event-type__proviso::before {
  content: "※";
}
.p-cart .c-has-button-block__top {
  margin-bottom: 4rem;
}
.p-cart__order-restore-dialog .c-form__unit-title {
  margin-bottom: 30px;
}
.p-cart__order-restore-dialog .c-button-set-two input {
  width: 300px;
}
.p-cart__logrecom {
  padding-top: 0;
  margin-top: 9rem;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .p-cart .u-wrap .u-wrap--small {
    padding: 0;
  }
  .p-cart__cart:not(:last-child) {
    margin-bottom: 6rem;
  }
  .p-cart__title-bottom-notice {
    margin-bottom: 4rem;
  }
  .p-cart__title-bottom-notice__title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .p-cart__title-bottom-notice__body {
    font-size: 1.4rem;
  }
  .p-cart__title-bottom-notice__body dd {
    font-size: 1.2rem;
  }
  .p-cart__not-cart-in {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .p-cart__cart-freearea-exists {
    margin-top: 2rem;
  }
  .p-cart__cart-freearea-exists__title {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .p-cart__goods-info__code {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .p-cart__heading {
    margin-bottom: 3rem;
  }
  .p-cart__heading-h3 {
    width: calc(100% + 4rem);
    min-height: 8rem;
    margin: 0 0 0 -2rem;
    background-size: 4rem 4rem;
    font-size: 1.9rem;
  }
  .p-cart__heading-h3__text {
    padding-left: 5.5rem;
  }
  .p-cart__cart__body {
    width: calc(100% + 4rem);
    margin: 0 0 3rem -2rem;
  }
  .p-cart__cart__body:blank {
    margin-bottom: 0;
  }
  .p-cart__goods-info {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    margin-bottom: 1rem;
  }
  .p-cart__goods-info:first-child {
    border-top: 0.1rem solid #707070;
  }
  .p-cart__goods-info:last-child {
    border-bottom: 0.1rem solid #707070;
  }
  .p-cart__goods-info__left {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-cart__goods-info__right {
    display: block;
    width: 100%;
  }
  .p-cart__goods-info__right > div:last-child {
    margin-bottom: 0;
  }
  .p-cart__goods-info__image {
    width: 8rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
  .p-cart__goods-info__image a {
    width: 8rem;
  }
  .p-cart__goods-info__summary {
    width: calc(100% - 8rem - 0.7rem);
    padding-right: 0;
    margin-bottom: .5rem;
  }
  .p-cart__goods-info__name {
    padding-right: 0;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .p-cart__goods-info__icon {
    flex-wrap: wrap;
    margin-bottom: .3rem;
  }
  .p-cart__goods-info__price {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .p-cart__goods-info__price__member .sp-title {
    display: none;
  }
  .p-cart__goods-info__payment {
    display: flex;
    width: 100%;
    padding-right: 0;
    margin-bottom: .5rem;
  }
  .p-cart__goods-info__payment li {
    margin-bottom: 0.1rem;
    line-height: 1.4;
  }
  .p-cart__goods-info__payment li img {
    width: auto;
    height: 2rem;
  }
  .p-cart__goods-info__unit {
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .p-cart__goods-info__unit .heading {
    text-align: left;
  }
  .p-cart__goods-info__unit li {
    margin-bottom: 0.2rem;
  }
  .p-cart__goods-info__unit li img {
    width: auto;
    height: 2rem;
  }
  .p-cart__goods-info__unit .c-form__input input {
    width: 5rem;
    height: 3.4rem;
  }
  .p-cart__goods-info__button {
    width: 100%;
    padding: 1.5rem 1.15rem;
  }
  .p-cart__goods-info__button .c-button--favorite + .c-button--close {
    width: 80px;
    margin-top: 10px;
  }
  .p-cart__goods-info__button .c-button--favorite--done {
    width: 100%;
    padding: 0.5rem;
  }
  .p-cart__goods-info__button .c-button--close {
    padding-left: 2rem;
  }
  .p-cart__goods-info__button input, .p-cart__goods-info__button a {
    width: 14rem;
    width: 100%;
    margin: 0 0.35rem;
  }
  .p-cart__goods-info--header {
    display: none;
  }
  .p-cart__event-type {
    display: block;
  }
  .p-cart__event-type__button {
    font-size: 1.8rem;
  }
  .p-cart__event-type__button:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .p-cart__event-type__button:nth-of-type(2) {
    margin-left: 0;
    position: relative;
  }
  .p-cart__event-type__button:nth-of-type(3) {
    margin-top: 2rem;
    margin-left: 0;
  }
  .p-cart__event-type__button input {
    width: 27.5rem;
    margin: 0 auto;
  }
  .p-cart__event-type__proviso {
    font-size: 1.2rem;
  }
  .p-cart__order-restore-dialog .c-button-set-two > input:nth-of-type(1) {
    margin-left: 0;
  }
  .p-cart__order-restore-dialog .c-button-set-two input {
    width: 100%;
  }
  .p-cart__logrecom {
    margin-top: 6rem;
  }
  .p-cart__title-bottom-notice__title p {
    margin-bottom: 26px;
  }
  .p-cart #cartDialog .u-wrap, .p-cart #cartDialog .u-wrap--small {
    padding: 0 2rem;
  }
  .p-cart__cart__body .p-cart__goods-info__unit {
    width: auto;
  }
  .p-cart__cart__body .p-cart__goods-info__unit .c-form__input input[type=tel] {
    font-size: 1.8rem;
    width: 4rem;
    height: 4rem;
  }
  .p-cart__goods-info__price .yen {
    font-size: 1.5rem;
  }
  .p-cart__goods-info__icon li {
    max-width: 80px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-cart__goods-info {
    flex-wrap: wrap;
  }
  .p-cart__goods-info__left {
    width: calc(100% - 34rem);
  }
  .p-cart__goods-info__unit {
    padding-right: 0;
  }
  .p-cart__goods-info__right {
    display: flex;
    width: 34rem;
  }
  .p-cart__goods-info__button {
    flex-direction: row;
    width: 100%;
    margin-top: 1.5rem;
  }
  .p-cart__goods-info__button .c-button--favorite + .c-button--close {
    margin-top: 0;
  }
  .p-cart__goods-info__button input, .p-cart__goods-info__button a {
    margin: 0 0.5rem;
  }
  .p-cart__goods-info--header .p-cart__goods-info__button {
    display: none;
  }
}
@media screen and (max-width: 1220px) and (min-width: 768px) {
  .p-cart__goods-info--header {
    padding: 0 0 0.4rem;
  }
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
  .p-cart__event-type {
    display: block;
  }
  .p-cart__event-type__button:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .p-cart__event-type__button:nth-of-type(2) {
    margin-left: 0;
    position: relative;
  }
  .p-cart__event-type__button:nth-of-type(3) {
    margin-top: 2rem;
    margin-left: 0;
  }
  .p-cart__event-type__button input {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-order-goodsdetail .u-wrap--small{
    padding: 0 2rem;
  }
}


@media screen and (max-width: 767px) {
  .p-cart__goods-info__price {
    font-size: 1.5rem;
  }
}

.p-cart__cart__body .p-cart__goods-info__right .p-cart__goods-info__price {
  font-size: 1.8rem;
}
.p-cart__cart__body .p-cart__goods-info__right .p-cart__goods-info__price.u-pc-flex {
  flex-direction: column;
}
.p-cart__cart__body .p-cart__goods-info__name + .p-cart__goods-info__price .u-font-inter {
  font-size: 125%;
  margin-bottom: 0;
}
.p-cart__cart__body .p-cart__goods-info__right .p-cart__goods-info__price .u-font-inter {
  font-size: 125%;
}
@media screen and (max-width: 767px) {
  .p-cart__cart__body .p-cart__goods-info__right .p-cart__goods-info__price {
    font-size: 1.5rem;
  }
  .p-cart__cart__body .p-cart__goods-info__price.u-sp-flex {
    flex-direction: column;
  }
  .p-cart__cart__body .p-cart__goods-info__price.u-sp-flex p {
    line-height: 1.2;
  }
  .p-cart__cart__body .p-cart__goods-info__right {
    width: calc(48% - 5px);
  }
  .p-cart__cart__body .p-cart__goods-info__button {
    width: calc(52% - 5px);
  }
}

@media screen and (max-width: 374px) {
  .p-cart__heading-h3 {
    width: 100%;
    margin: 0;
    font-size: 1.8rem;
  }
  .p-cart__cart__body {
    width: 100%;
    margin: 0;
  }
  .p-cart__goods-info__icon li {
    max-width: 63px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__goods-info {
/*    padding: 3rem 2rem;*/
    padding: 1rem;
  }

   .p-cart__goods-info__price .sp-title {
	  width: 8rem;
	}

}



/* 20240318 文言追加 */
.p-cart-index .p-cart__cart__body .p-cart__goods-info__right::after {
  content: "※数量変更は商品設定ページで行えます";
  color: #e50012;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  padding-right: 10px;
}

.p-cart-index .p-cart__cart__body .p-cart__goods-info__right {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-index .p-cart__cart__body .p-cart__goods-info__right::after {
    display: none;
  }

  .p-cart-index .p-cart__cart__body .p-cart__goods-info__right {
    position: relative;
    padding-bottom: 0;
  }

  .p-cart-index .p-cart__cart__body .p-cart__goods-info::after {
    content: "※数量変更は商品設定ページで行えます";
    color: #e50012;
    font-size: 12px;
    margin-top: 9px;
  }
}


/* 20241010 並び調整 */

.c-form__input--radio {
    align-items: flex-start;
}

.c-form__input--radio.c-form__input--radio_card label {
    align-items: flex-start;
}


/*.c-form__input--radio.c-form__input--radio_card label div {
    height: 51.19px;
}*/

c-form__input--radio.c-form__input--radio_card label {
   align-items: flex-start;
}


@media screen and (max-width: 1120px) and (min-width: 768px) {
    .c-form__input--radio,
    .c-form__input--radio label{
    flex-direction: column;
    align-items: flex-start;
}

.c-form__input--radio.c-form__input--radio_card label div {
    height: auto;
}

}


@media screen and (max-width: 767px) {
    .c-form__input--radio,
    .c-form__input--radio label{
    flex-direction: column;
    align-items: flex-start;
}


.c-form__input--radio.c-form__input--radio_card label div {
    height: auto;
}

}
