@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.page-mypage__title {
  display: none;
}

.onlyUser {
  margin-top: 0px !important;
  padding-top: 189px !important;
}

@media screen and (min-width: 768px) {
  .CartSection {
    min-width: 1000px;
  }
}
.CartSection .stepFlow {
  border: none !important;
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .CartSection .stepFlow {
    margin-top: 0px !important;
  }
}
.CartSection .stepFlow__box {
  display: none;
}
.CartSection-step01 .stepFlow__box:nth-of-type(1) {
  display: block !important;
}
.CartSection-step02 .stepFlow__box:nth-of-type(2) {
  display: block !important;
}
.CartSection-step03 .stepFlow__box:nth-of-type(3) {
  display: block !important;
}
.CartSection-step04 .stepFlow__box:nth-of-type(4) {
  display: block !important;
}
.CartSection-step05 .stepFlow__box:nth-of-type(5) {
  display: block !important;
}
.CartSection-title {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .CartSection-title {
    margin-top: 30px;
  }
}
.CartSection .remove_cart_btn {
  font-size: 12px;
  width: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666666;
  border: 1px solid #aaaaaa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .CartSection .remove_cart_btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.CartSection .quantity-select {
  width: 100%;
  text-align: center;
}
.CartSection .select-arrow {
  display: block;
  font-weight: normal !important;
  border: 1px solid;
  line-height: 1 !important;
}
@media screen and (min-width: 768px) {
  .CartSection .select-arrow {
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .CartSection .select-arrow {
    width: 70px;
    padding: 10px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .CartSection .box-padding {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .CartSection .discount_area {
    max-width: 430px;
    width: 100%;
  }
}
.CartSection .area_price_mini {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .CartSection .area_price_mini {
    max-width: 430px;
    width: 100%;
  }
}
.CartSection .area_price_mini .nomalcolor {
  font-family: "Roboto", sans-serif !important;
}
.CartSection .point-form {
  background-color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 5px !important;
  font-weight: normal !important;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .CartSection .point-form {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .CartSection .point-form {
    width: 90px;
  }
}
.CartSection .couponbox {
  background: #5ba067;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .CartSection .couponbox {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .CartSection .couponbox {
    margin-top: 15px;
    width: 100%;
  }
}
.CartSection .coupondrop {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .CartSection .coupondrop {
    margin-left: 20px;
    width: 180px;
    padding: 15px 0px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .CartSection .coupondrop {
    margin-left: 10px;
    width: 180px;
    padding: 15px 0px;
  }
}
.CartSection .coupondrop::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -2px;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #72ad7c;
  border-bottom: 1.5px solid #72ad7c;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .CartSection .product-sp-border {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #000;
  }
  .CartSection .product-sp-border:last-child {
    border-bottom: 1px solid #000;
  }
}
.CartSection .form_radio_square input[type=checkbox]::before,
.CartSection .form_select input[type=checkbox]::before {
  border: 1px solid;
}
.CartSection .form_radio_square label {
  margin-left: 20px;
}
.CartSection .item_price,
.CartSection .itemText {
  word-wrap: break-word;
  flex: 1 1 auto;
}