@charset "UTF-8";
.mainContents table th, .mainContents table td {
  font-size: 1em;
}

.cart-left {
  width: 66.666%;
  float: left;
}

.cart-right {
  width: 29.16%;
  float: right;
}

.mainContents {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .cart-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .cart-right {
    width: 100%;
    float: none;
    clear: both;
  }
}
form .row .row {
  margin: 0;
}

.orderTable,
.formTable {
  display: table;
  width: 100%;
  float: left;
}

.orderTable {
  margin-top: 5px;
}

.formTable {
  padding-top: 0;
}

.orderTable::after {
  content: " ";
  display: table;
}

.formTable h3 {
  margin: 10px 0 0;
}

.orderTable .orderRow {
  display: table;
  width: 100%;
  border-bottom: 1px solid black;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.orderTable .orderRow.last {
  margin-bottom: 0px;
}

.orderTable .orderRow.title,
.orderTableSummary .orderRow.title {
  font-weight: 400;
  width: 100%;
}

/*.orderTable .orderRow .orderCol {
	display: table-cell;
	border-top: 1px solid #A5A5A5;
	background-color: #fff;
	padding: 16px 0 18px 0;
	vertical-align: middle;
}*/
.orderTable .orderRow .colImage {
  width: 120px;
  float: left;
  margin-right: 7%;
}

.orderTable .orderRow .colText {
  overflow: hidden;
}

.orderTable .orderRow .orderCol.colImage img {
  width: 100%;
}

.orderTable .orderRow .orderCol.colQuantity {
  width: 110px;
  padding-left: 20px;
  text-align: center;
}

.orderTable .orderRow .orderCol.colPod,
.orderTable .orderRow .orderCol.colPrice {
  text-align: right;
  position: relative;
}

.orderTable .orderRow .orderCol.colPod {
  margin-bottom: 10px;
  width: 100px;
  float: right;
}

.orderTable .orderRow .orderCol.colDelete {
  clear: both;
  margin-bottom: 15px;
}

.orderTable .orderRow .orderCol.colPrice.wide {
  width: 40%;
}

.orderTable .orderRow .orderCol.colPod .pod-label {
  display: inline-block;
  float: left;
  padding-top: 5px;
}

.orderTable .orderRow .orderCol.colPod div.open_select {
  display: block;
  padding: 5px 30px 5px 10px;
  background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
  background-color: #fff;
  border: 1px solid black;
  font-weight: 400;
  width: 60px;
  cursor: pointer;
  text-align: left;
  float: right;
}

.orderTable .orderRow .orderCol.colPod ul.open_select {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 1;
  border: 1px solid #A5A5A5;
  width: 60px;
}

.orderTable .orderRow .orderCol.colPod li {
  text-align: center;
  font-weight: 300;
  padding: 5px 10px;
  cursor: pointer;
}

.orderTable .orderRow .orderCol.colPod li:hover {
  background-color: #eee;
}

.orderTable .orderRow .orderCol.colInfo {
  width: 64%;
  display: table-cell;
}

.orderTable .orderRow .orderCol.colInfo2 {
  width: 34%;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.orderTable .orderRow .orderCol.colInfo .itemName {
  padding: 10px 0 40px;
}

.orderTable .orderRow .orderCol.colPrice .price {
  display: block;
  padding: 0;
  color: #000;
}

.orderTable .orderRow .orderCol.colInfo .separator {
  white-space: nowrap;
  display: block;
  font-weight: 300;
}

.orderTable .delete,
.orderTable .edit {
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-sizing: content-box;
  cursor: pointer;
  display: inline;
  font-size: inherit;
  margin: 0;
  outline: medium none;
  padding: 0;
  color: #000;
  background: url(../img/cart/delete.png) no-repeat 0 center;
  padding-left: 18px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration: none;
}

.orderTableSummary {
  display: block;
}

/* .orderTableSummary h2.title,
.orderTableSummary2 h2.title {font-weight:bold;
} */
.orderTableSummary .row,
.orderTableSummary2 .row {
  display: block;
  width: 100%;
  padding: 0 20px 0;
  margin: 0 0;
  font-weight: 400;
}

.orderTableSummary a {
  color: #999;
}

.orderTableSummary .orderRow {
  display: block;
  width: 100%;
  border-bottom: 1px solid #A5A5A5;
}

.orderTableSummary .orderRow.last {
  border: none;
}

.orderTableSummary .orderHead,
.orderTableSummary .orderVal {
  padding: 10px 0 8px;
  float: left;
  display: block;
  margin: 5px 0;
}

.orderTableSummary .orderHead {
  width: 30%;
}

.orderTableSummary .orderVal {
  width: 70%;
}

.orderTableSummary .orderRow .orderVal {
  text-align: right;
}

.orderTableSummary .btn {
  margin-top: 30px;
  width: 100%;
}

.orderTableSummary .checkout {
  width: 100%;
}

.orderTableSummary2 {
  display: block;
  width: 100%;
  float: right;
  padding: 0;
  margin-top: 0;
}

.orderTableSummary2 .border-wrap {
  border-bottom: 1px solid black;
}

.orderTableSummary2 .border-wrap.last {
  border-bottom: 1px solid black;
}

.orderTableSummary2 .row.pt-none {
  padding-top: 0;
}

.orderTableSummary2 .separator {
  white-space: nowrap;
  display: block;
}

.orderTableSummary2 .separator span {
  width: 5.5em;
  display: inline-block;
}

.orderTableSummary2 .orderRow {
  border-top: 1px solid black;
  margin-bottom: 0px;
  padding-top: 20px;
}

.orderTableSummary2 .orderRow.total {
  padding: 15px 0 !important;
}

.orderTableSummary2 .orderRow:first-child {
  border-top: none;
  padding-top: 0;
}

.orderTableSummary2 .price {
  display: block;
  text-align: right;
  padding-top: 15px;
}

.orderTableSummary2 .colImage {
  width: 35%;
  float: left;
  padding-right: 5%;
}

.orderTableSummary2 .colName {
  margin-bottom: 5px;
}

.orderTableSummary2 .colText {
  overflow: hidden;
  margin-bottom: 15px;
}

.orderTableSummary2 .orderHead,
.orderTableSummary2 .orderVal {
  float: left;
  display: block;
}

.orderTableSummary2 .orderHead {
  width: 30%;
}

.orderTableSummary2 .orderVal {
  width: 70%;
}

.orderTableSummary2 .total-price .orderHead {
  width: 50%;
}

.orderTableSummary2 .total-price .orderVal {
  width: 50%;
}

.orderTableSummary2 .orderVal {
  text-align: right;
}

.orderTableSummary2 .orderVal.sale {
  color: #e95a7f !important;
}

.orderTableSummary2 .total-price {
  border: none !important;
  padding: 15px 0 !important;
  clear: both;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .orderTable .orderRow {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .orderTable .orderRow.last {
    margin-bottom: 0px;
  }
  .orderTable .orderRow .orderCol.colInfo,
  .orderTable .orderRow .orderCol.colInfo2 {
    width: 100%;
    display: block;
    text-align: left;
  }
  .orderTable .orderRow .orderCol.colInfo {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .orderTable .orderRow .colImage {
    width: 100px;
    margin-right: 3%;
  }
  .orderTable .orderRow .orderCol.colInfo .itemName {
    padding: 0px 0 10px;
  }
  .orderTable .orderRow .orderCol.colPrice .price {
    text-align: left;
  }
  .orderTable .orderRow .orderCol.colPod {
    margin-bottom: 0;
    width: 170px;
    float: left;
  }
  .orderTable .orderRow .orderCol.colPod .pod-label {
    width: 3em;
    text-align: left;
  }
  .orderTable .orderRow .orderCol.colPod div.open_select {
    float: left;
    width: 120px;
  }
  .orderTable .orderRow .orderCol.colPod ul.open_select {
    right: inherit;
    left: 3em;
    width: 120px;
  }
  .stock-ttl {
    float: left;
    margin-bottom: 0 !important;
    padding-top: 5px;
  }
  .orderTable .orderRow .orderCol.colDelete {
    clear: inherit;
    float: right;
    margin-bottom: 0;
    padding-top: 5px;
  }
  .orderTableSummary2 {
    float: none;
    clear: both;
    border-top: 1px solid black;
    padding-top: 35px;
  }
  .orderTableSummary .row, .orderTableSummary2 .row {
    padding: 0;
    margin: 0 0;
    font-weight: 400;
  }
  .orderTableSummary2 .border-wrap {
    border: none;
    border-bottom: 1px solid black;
  }
  .orderTableSummary2 .border-wrap.sp-b-none {
    border-bottom: none;
  }
  .orderTableSummary2 .border-wrap.last {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }
  .orderTableSummary2 .row.pt-none {
    padding-top: 0;
  }
  .orderTableSummary2 .orderRow {
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .orderTableSummary2 .orderRow.total,
  .orderTableSummary2 .orderRow.total-price {
    margin: 0;
  }
  .orderTableSummary2 .orderRow:first-child {
    margin-top: 0;
  }
  .orderTableSummary2 .price {
    text-align: left;
  }
  .orderTableSummary2 .colText {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .orderTableSummary2 .colInfo2 {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .orderTableSummary2 .orderCol.colPod {
    margin-bottom: 0;
    width: 170px;
    float: left;
  }
  .orderTableSummary2 .stock-ttl {
    float: left;
    margin-bottom: 0 !important;
    padding-top: 5px;
  }
  .orderTableSummary2 .colDelete {
    clear: inherit;
    float: right;
    margin-bottom: 0;
    padding-top: 5px;
  }
  .orderTableSummary2 .delete {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-sizing: content-box;
    cursor: pointer;
    display: inline;
    font-size: inherit;
    margin: 0;
    outline: medium none;
    padding: 0;
    color: #000;
    background: url(../img/cart/delete.png) no-repeat 0 center;
    padding-left: 18px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration: none;
  }
}
/* step-commom */
.cart-box {
  border-bottom: 1px solid black;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
}

.cart-box.pd_none {
  padding: 0;
}

.cart-box .order-ttl {
  font-weight: bold;
  margin-bottom: 15px;
}

.cart-single-btn {
  width: 31.25%;
  margin: 0 auto;
}

/* step01 */
.cart-cal {
  padding-top: 120px;
}

h2.title {
  margin-bottom: 30px;
}

.free-txt {
  color: #e95a7f;
  margin-bottom: 25px;
}

.stock-ttl {
  color: #e95a7f;
  margin-bottom: 15px;
}

.coupon-radio {
  padding-left: 20px;
}

.coupon-radio.mb {
  margin-bottom: 20px;
}

.coupon-radio input[type=radio] {
  display: inline !important;
}

.coupon-radio input[type=text] {
  width: 150px;
  display: inline !important;
  box-shadow: none;
  padding: 7px;
  height: inherit;
}

.coupon-radio .app-btn {
  background: none;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  height: 29px;
  line-height: 29px;
  padding: 0 5px;
  margin-left: 5px;
  vertical-align: bottom;
}

.total-price-table {
  width: 70%;
  float: right;
}

.total-price-table th,
.total-price-table td {
  border-top: 1px solid black;
  padding: 20px;
  line-height: 2;
  vertical-align: top;
}

.total-price-table tr:first-child th,
.total-price-table tr:first-child td {
  border: none;
}

.total-price-table td.sale {
  color: #e95a7f;
}

.total-price-table td.price {
  text-align: right;
}

.total-price {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  clear: both;
  overflow: hidden;
}

.total-price dt {
  float: left;
}

.total-price dt span {
  font-weight: normal;
}

.total-price dd {
  float: right;
  text-align: right;
}

.coupon-left {
  width: 48.5%;
  float: left;
}

.coupon-right {
  width: 48.5%;
  float: right;
}

.coupon-btn {
  margin-bottom: 10px;
  padding: 10px 0;
  height: inherit;
  border: 1px solid #000;
  max-width: 260px;
}

@media only screen and (max-width: 1024px) {
  .total-price-table {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  h2.title {
    margin-bottom: 20px;
    padding: 0;
  }
  .coupon-radio {
    padding-left: 0px;
  }
  .coupon-radio.mb {
    margin-bottom: 20px;
  }
  .total-price-table th,
  .total-price-table td {
    padding: 20px 0;
  }
  .total-price {
    padding: 20px 0;
  }
  .cart-single-btn {
    width: 100%;
  }
  .coupon-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .coupon-right {
    width: 100%;
    float: none;
  }
  .coupon-btn {
    margin: 0 auto;
  }
}
/* step01-side */
.orderTableSummary .side-ttl {
  margin-bottom: 15px;
}

.orderTableSummary .side-ttl.center {
  text-align: center;
}

.orderTableSummary .member-box {
  background-color: var(--lightGrayF8);
  padding: 25px 30px 20px;
  margin-bottom: 20px;
  clear: both;
}

.orderTableSummary .member-box .button {
  margin-bottom: 10px;
  padding: 10px 0;
  height: inherit;
  border: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orderTableSummary .member-box .button {
    font-size: 1rem;
  }
}

.orderTableSummary .member-box .button.pay-btn02 {
  background: #FFF;
  color: #000;
}

.orderTableSummary .member-box input[type=email],
.orderTableSummary .member-box input[type=text],
.orderTableSummary .member-box input[type=password] {
  box-shadow: none;
  height: inherit;
  padding: 10px;
  border: 1px solid black;
}

.orderTableSummary .member-box .menber-input {
  margin-bottom: 10px;
}

.orderTableSummary .member-box .menber-input.last {
  margin-bottom: 20px;
}

.orderTableSummary .member-box .menber-checkBox {
  margin: 0 0 3px;
}

.orderTableSummary .member-box .menber-checkBox.last {
  margin-bottom: 25px;
}

.orderTableSummary .side-box {
  margin-bottom: 25px;
  padding: 0 25px 25px;
}

.orderTableSummary .amazon-btn {
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
}

.orderTableSummary .amazon-btn a {
  display: block;
  background: #ff9900 url(../img/cart/amazon.png) no-repeat 20px center;
  color: #FFF;
  line-height: 1.3;
  padding: 10px 0;
}

.orderTableSummary .card-img {
  display: block;
  margin: 10px auto;
}

@media only screen and (max-width: 1024px) {
  .orderTableSummary .member-box {
    padding: 20px 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .orderTableSummary .member-box {
    background-color: #eeeeee;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
  }
}
/* step02 */
.coupon-app-btn {
  background: black;
  color: white;
  transition: 0.3s ease;
}

.coupon-app-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

.deliveryAddressList {
  margin-left: 20px;
}

/* step04 */
.regmessageArea {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.regmessageArea .text-box {
  padding: 30px 0 70px;
}

.regmessageArea .text-box .thank-ttl {
  margin-bottom: 20px;
}

.regmessageArea .text-box .thank-txt {
  text-align: left;
}

.regmessageArea .share-box .share-box {
  margin-bottom: 100px;
}

.regmessageArea .share-box .share-ttl {
  margin-bottom: 30px;
  font-family: "futura", "Century Gothic", sans-serif;
}

.regmessageArea .share-box ul {
  font-size: 0;
}

.regmessageArea .share-box li {
  display: inline-block;
  margin: 0 22px;
}

@media only screen and (max-width: 767px) {
  .regmessageWrapper {
    padding-top: 15px;
  }
  .regmessageWrapper .regmessageArea {
    margin: 0px;
  }
  .regmessageArea .text-box {
    padding: 30px 0 50px;
  }
  .regmessageArea .text-box .thank-ttl {
    margin-bottom: 20px;
  }
  .regmessageArea .share-box .share-box {
    margin-bottom: 100px;
  }
  .regmessageArea .share-box .share-ttl {
    margin-bottom: 20px;
  }
  .regmessageArea .share-box li {
    display: inline-block;
    margin: 0 12px;
    width: 8%;
  }
}
.gift_container {
  margin-top: -30px;
  margin-bottom: 15px;
  border: #999 thin solid;
}

.gift_block {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.gift_img {
  width: 50%;
  padding: 10px 10px 10px;
  vertical-align: middle;
  float: left;
}

@media only screen and (max-width: 767px) {
  .gift_img {
    width: 50%;
  }
}
.gift_btn {
  margin-bottom: 0;
}

.shoping_cart__side_inner {
  margin-top: 20px;
  padding-top: 20px;
}

.shoping_cart__side_inner.first {
  border-top: black solid 1px;
}

.join_text.last {
  margin-bottom: 10px;
}

/* gift_wrapping STYLE
-------------------------------*/
.gift_wrapping .gift_wrapping_detail {
  display: none;
}

.gift_wrapping .gift_wrapping_detail.confirm {
  display: block;
}

.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-right: 3%;
}

.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image {
  position: relative;
}

.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image img {
  vertical-align: middle;
}

.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image .caption {
  position: absolute;
  color: #7f7f7f;
  width: 100%;
  text-align: center;
  bottom: 0;
  margin-bottom: 6px;
}

.gift_wrapping .gift_wrapping_about {
  margin-top: 20px;
}

.gift_wrapping .gift_wrapping_about .gift_wrapping_title {
  width: 100%;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 5px !important;
}

.gift_wrapping .gift_wrapping_about .gift_wrapping_item_wrap {
  width: 100%;
  display: none;
  overflow: hidden;
}

.gift_wrapping .gift_wrapping_about .gift_wrapping_item {
  margin: 10px 0 20px;
}

.gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap {
  margin-top: 10px;
}

.gift_wrapping .cannot_select_gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap {
  margin-top: 0;
}

.gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap .explain {
  margin: 6px 0 0 5%;
}

.gift_wrapping .gift_wrapping_items .gift_wrapping_item {
  padding: 10px;
  background: #eee;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
}

.gift_wrapping .gift_wrapping_items .goods_info .image {
  width: 30%;
}

.gift_wrapping .gift_wrapping_items .goods_info .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gift_wrapping .gift_wrapping_items .goods_info .name {
  font-style: normal;
  border-bottom: 5px solid #e2e2e2;
  margin-bottom: 1em;
  display: inline-block;
  float: none;
}

.gift_wrapping .gift_wrapping_items .goods_info .info .separator {
  white-space: nowrap;
  display: block;
  font-weight: 300;
  color: #7d7d7d;
}

/* formTable STYLE
-------------------------------*/
.formTable .gray-form {
  padding-bottom: 25px;
}

.formTable .gray-form.credit {
  padding-bottom: 0;
}

.formTable .credit-intro {
  margin-bottom: 0;
}

.formTable .credit .credit-intro {
  margin-bottom: 30px;
}

.formTable .cash_on_delivery {
  background-color: var(--lightGrayF8);
}

.formTable .cash_on_delivery table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

.formTable .cash_on_delivery table tr th,
.formTable .cash_on_delivery table tr td {
  font-size: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.formTable .cash_on_delivery table tr th {
  background-color: var(--grayColor6);
  color: white;
  text-align: center;
}
.formTable .cash_on_delivery table tr th:not(:last-child) {
  border-right: 1px solid;
}
.formTable .cash_on_delivery table tr th:first-child {
  border-left: 1px solid var(--grayColor6);
}
.formTable .cash_on_delivery table tr th:last-child {
  border-right: 1px solid var(--grayColor6);
}

.formTable .cash_on_delivery table tr td {
  background: white;
  border: 1px solid;
}

.formTable .cash_on_delivery table tr th.price {
  border-left: none;
}

.formTable .cash_on_delivery table tr td.price {
  text-align: right;
  border-left: none;
}

.formTable .cash_on_delivery .cash_about--bottom {
  font-size: 80%;
}

@media only screen and (max-width: 767px) {
  .formTable .cash_on_delivery {
    padding: 10px;
    border: 1px solid #eeeeee;
  }
  .formTable .cash_on_delivery table tr th,
  .formTable .cash_on_delivery table tr td {
    font-size: 90%;
  }
}
.formTable .usePointField .usePointForm {
  padding: 5px;
}

.formTable .usePointField .usePointForm input.use_point {
  width: 50%;
  margin: 0 10px;
}

.stripe_card_wrap {
  padding-left: 15px;
  margin-bottom: 20px;
}

.stripe_card_new_card {
  margin-bottom: 5px;
  border-bottom: solid 1px black;
}

.stripe_card_comfirm {
  color: #7F7F7F !important;
}

div.card-help p {
  line-height: 1.7;
}

div.card-help p.help-title {
  padding-top: 3px;
}

div.card-help p.help-piece a {
  text-decoration: underline;
}

/* CART step02
-------------------------------*/
.page--cart.step02 .relative {
  position: relative;
}

.page--cart.step02 #loading {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 100;
}

.page--cart.step02 #loading .loadingText {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  padding-top: 140px;
  background: url("../img/cart/gif-load.gif") center center no-repeat;
}

/* GMOカード情報入力 */
@media only screen and (min-width: 751px) {
  .gmoCreditcardForm1 .inputHintForm {
    display: flex;
    align-items: center;
  }
  .gmoCreditcardForm1 .inputHintForm .line {
    flex: 1;
  }
}
/** amazonpay */
#AmazonPayButton img {
  width: 50%;
}

.amazonpay-logo {
  height: 20px;
}

@media only screen and (max-width: 767px) {
  #AmazonPayButton img {
    width: 100%;
  }
}
.tax-number-shipping-flag {
  margin-top: 30px;
}

.cart-right {
  container-type: inline-size;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cart-right .stepListWrapper li {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .cart-right .stepListWrapper li {
    gap: 2.6809651475cqw;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart-right .stepListWrapper {
    display: block;
  }
}

/*-----------------------------------------
Step1
-------------------------------------------*/
@media (max-width: 767px) {
  .step01 .orderTableSummary .member-box {
    margin-bottom: 0;
  }
}

/*-----------------------------------------
Step2
-------------------------------------------*/
.step02 .stepListWrapper {
  margin-bottom: 10px;
}
.step02 .formTable .form-box.first {
  border: none;
}

.mainContents ul.done-btnList li.black-btn a {
  padding: 0;
  display: grid;
  place-content: center;
  height: 42px;
}
.mainContents .buttonArea .button {
  height: 42px;
}
.mainContents .buttonArea__list {
  display: flex;
  justify-content: center;
  gap: 0 3.125%;
}
.mainContents .buttonArea__list li {
  margin: 0;
}
@media (max-width: 767px) {
  .mainContents .buttonArea__list .sp--w100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mainContents .buttonArea .done-btnList--col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .mainContents .buttonArea .single-list li:first-child:last-child {
    width: 100%;
  }
}

/*-----------------------------------------
Step3
-------------------------------------------*/
@media (max-width: 767px) {
  .step03 .orderTableSummary2 {
    border: none;
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .step03 .formTable .form-box--payment .marginCell {
    padding-top: 3px;
  }
}
