.l-cart {
  width: 100%;
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .l-cart {
    padding: 35px 0 60px;
  }
}
.l-cart .c-column-bg .c-thumbnail-list-wrapper {
  width: 100%;
}
.l-cart .c-block__headings {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cart .c-block__headings {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-cart h2 {
    height: auto;
    padding-bottom: 10px;
  }
}
.l-cart .c-column-bg {
  padding: 50px 40px 60px 50px;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg {
    padding: 25px 15px;
    margin: 0 -15px 35px;
    width: auto;
  }
}
.l-cart .c-column-bg .c-thumbnail-list {
  padding: 0;
}
.l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 {
  margin: 0 0 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 {
    margin: 0 0 65px;
    padding: 0 0 0 10px;
  }
}
.l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 > a {
  width: 140px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 .c-thumbnail-list__img {
    width: 140px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 .c-thumbnail-list__text {
  flex: 1;
}
.l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 .c-thumbnail-list__text .c-thumbnail-list__booktitle {
  margin: 0 80px 10px 0;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 .c-thumbnail-list__text .c-thumbnail-list__booktitle {
    margin: 0 0 5px;
    font-size: 16px;
  }
}
.l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 .c-thumbnail-list__text .text-attentions {
  color: #ff0060;
  font-size: 11px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .c-thumbnail-list .c-thumbnail-list__item-5 .c-thumbnail-list__text .text-attentions {
    font-size: 10px;
    line-height: 2;
  }
}
.l-cart .c-column-bg .c-thumbnail-list .item-purchase-delete {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid #85949e;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .c-thumbnail-list .item-purchase-delete {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 5px 0 0;
    margin: 20px 0 0;
  }
}
.l-cart .c-column-bg .c-thumbnail-list .item-purchase-delete button {
  background: none;
  color: #85949e;
  border: none;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .c-thumbnail-list .item-purchase-delete button {
    display: inline;
  }
}
.l-cart .c-column-bg .c-thumbnail-list .item-purchase-delete button:hover {
  opacity: 0.7;
}
.l-cart .c-column-bg .list-cart-items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .list-cart-items {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
.l-cart .c-column-bg .list-cart-items dt {
  line-height: 1.5;
}
.l-cart .c-column-bg .list-cart-items dt a {
  display: inline-block;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .list-cart-items dt a {
    margin: 0 10px 0 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .list-cart-items dt {
    margin: 0 0 10px;
  }
}
.l-cart .c-column-bg .list-cart-items dd p {
  white-space: nowrap;
}
.l-cart .c-column-bg .list-cart-items dd p.text-pink {
  color: #ff0060;
  white-space: normal;
}
.l-cart .c-column-bg .list-cart-items dd p span {
  font-weight: normal;
  margin: 0 5px 0 0;
}
.l-cart .c-column-bg .list-cart-items dd .badge {
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .list-cart-items dd .badge {
    position: relative;
    top: 0;
    margin: 0 0 5px;
  }
}
.l-cart .c-column-bg .c-thumbnail-list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .c-thumbnail-list-wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.l-cart .c-column-bg .c-thumbnail-list-wrapper .item-purchase-layout {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-cart .c-column-bg .c-thumbnail-list-wrapper .item-purchase-layout {
    width: 682px;
  }
}
.l-cart .c-column-bg .item-purchase-total {
  width: 190px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .item-purchase-total {
    width: 100%;
    margin: 0 0 35px;
  }
  .l-cart .c-column-bg .item-purchase-total.u-mb10-sp {
    margin-bottom: 10px;
  }
}
.l-cart .c-column-bg .item-purchase-total .quality {
  font-size: 14px;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .item-purchase-total .quality {
    font-size: 11px;
    margin: 0;
  }
}
.l-cart .c-column-bg .item-purchase-total .quality span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .item-purchase-total .quality span {
    font-size: 16px;
  }
}
.l-cart .c-column-bg .item-purchase-total .total {
  font-size: 14px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .item-purchase-total .total {
    font-size: 12px;
  }
}
.l-cart .c-column-bg .item-purchase-total .total span {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .item-purchase-total .total span {
    font-size: 20px;
  }
}
.l-cart .c-column-bg .item-purchase-total .c-btn-important1,
.l-cart .c-column-bg .item-purchase-total .c-btn-important2 {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .l-cart .c-column-bg .item-purchase-total .c-btn-important1,
  .l-cart .c-column-bg .item-purchase-total .c-btn-important2 {
    margin: 0 0 10px;
  }
}
.l-cart .c-column-bg .item-purchase-total .c-btn-important1 a.disabled,
.l-cart .c-column-bg .item-purchase-total .c-btn-important2 a.disabled {
  pointer-events: none;
  background-color: #DFDFDF !important;
  color: #9F9F9F;
  border-color: #9F9F9F;
  cursor: default;
}
.l-cart .l-content {
  margin: 0 auto;
}
.l-cart .l-content .u-center {
  text-align: center;
}
.l-cart .cart-empty {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-cart .cart-empty {
    padding: 35px 0;
  }
}
.l-cart .cart-empty h3 {
  margin: 0 0 8px;
}
.l-cart .ios-title {
  display: inline-block;
  font-size: 20px;
  /* height: 33px; */
  letter-spacing: 0.35em;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  padding-left: 0.35em;
  position: relative;
  line-height: 1.5;
  color: rgb(34, 34, 34);
}
.l-cart .ios-title::before {
  -webkit-transform: translateX(-50%);
  background-color: #19b3d6;
  bottom: 0;
  content: "";
  display: block;
  font-size: 20px;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-thumbnail-list__item.c-thumbnail-list__item-2,
  .c-thumbnail-list__item.c-thumbnail-list__item-3 {
    margin-right: 0;
    padding-right: 23px;
  }
}