@charset "UTF-8";
.cart-left {
  width: 66.666%;
  float: left;
}

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

.mainContents {
  margin-bottom: 50px;
}
body {
  font-family: "YuMincho", "Hiragino Mincho ProN",	serif;
}
.mainContents.cart.step02 .ty-mainbox-title {
  font-family: Cochin;
  font-size: 26px;
  margin-bottom: 95px;
  font-weight: 400;
  color:#222222
}
@media only screen and (max-width: 750px) {
  .cart-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .cart-right {
    width: 100%;
    float: none;
    clear: both;
  }
  .mainContents.cart.step02 .ty-mainbox-title {
    display: none;
  }
}
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;
  font-size: 14px;
}

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

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

.orderTable .orderRow.title,
.orderTableSummary .orderRow.title {
  font-size: 12px;
  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;
  font-size: 12px;
  font-size: 1.2rem;
  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 #A5A5A5;
  font-weight: 400;
  font-size: 12px;
  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;
  font-size: 12px;
  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 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 40px;
}

.orderTable .orderRow .orderCol.colPrice .price {
  display: block;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

.orderTable .orderRow .orderCol.colInfo .separator {
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #7d7d7d;
}

.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-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration: none;
}

.orderTableSummary {
  display: block;
}

.orderTableSummary h2.title,
.orderTableSummary2 h2.title {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: bold;
}

.orderTableSummary .row,
.orderTableSummary2 .row {
  display: block;
  width: 100%;
  padding: 30px 20px 0;
  margin: 0 0;
  font-size: 13px;
  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.last .orderVal,
.orderTableSummary2 .orderRow.last .orderVal {
  font-size: 18px;
}

.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: 1px solid #bfbfbf;
  border-bottom: none;
}

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

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

.orderTableSummary2 .separator {
  white-space: nowrap;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7d7d7d;
}

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

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

.orderTableSummary2 .orderRow.total {
  padding: 15px 0 !important;
  font-size: 14px;
  font-size: 1.4rem;
}

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

.orderTableSummary2 .price {
  display: block;
  text-align: right;
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

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

.orderTableSummary2 .colName {
  font-size: 14px;
  font-size: 1.4rem;
  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;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .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 {
    font-size: 15px;
    font-size: 1.5rem;
    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: 3.5em;
    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 #bfbfbf;
    padding-top: 35px;
  }
  .orderTableSummary .row, .orderTableSummary2 .row {
    padding: 0;
    margin: 0 0;
    font-size: 13px;
    font-weight: 400;
  }
  .orderTableSummary2 .border-wrap {
    border: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .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 {
    font-size: 15px;
    font-size: 1.5rem;
    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-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration: none;
  }
}
/* step-commom */
.cart-box {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
}

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

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

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

.radio-style {
  margin-bottom: 10px;
}

.check-style {
  margin-top: 25px;
}

/* step01 */
.regmessageWrapper.no_cart .buttonArea .btn--black {
  background-color: #323232;
  color: #fff;
  border: none;
  width: 250px;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .regmessageWrapper.no_cart .buttonArea .btn--black {
    margin: auto;
  }
}

.step01 .page-title {
  margin-bottom: 48px;
  font-size: 2rem;
  font-weight: 500;
}

.step01 .product-info__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0 18px;
  border-bottom: 1px solid #545358;
  font-size: 1.4rem;
  position: relative;
}
.step01 .product-info__wrapper:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 751px) {
  .step01 .product-info__wrapper:not(:last-child) {
    margin-bottom: 25px;
  }
}

.step01 .product-info__wrapper .product-info__inner {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .step01 .product-info__wrapper .product-info__inner {
    width: 100%;
  }
  .header.nolink .site-logo-wrapper .site-logo img{
    width: 243px;
    height: 34px;
  }
}

.step01 .product-info__wrapper .product-info__inner .product-img {
  width: 100px;
  margin-right: 20px;
}

.step01 .product-info__wrapper .product-info__inner .product-info__description .title {
  font-size: 1.2rem;
  font-weight: 500;
  word-break: break-all;
  padding-right: 1em;
}
.step01 .product-info__wrapper .product-info__inner .product-info__description .collection-name {
  font-size: 1.2rem;
  font-weight: 500;
}
.step01 .product-info__wrapper .product-info__inner .product-info__description .color {
  font-size: 1.2rem;
}
.step01 .product-info__wrapper .product-info__inner .product-info__description .artist-name {
  font-size: 1.2rem;
}
.step01 .product-info__wrapper .product-info__inner .product-info__description .quantity-title {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .step01 .product-info__wrapper .product-info__inner .product-info__description .code {
    margin-top: 8px;
  }
}

@media (min-width: 1024px) {
  .step01 .product-info__wrapper .quantity-price-wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.step01 .product-info__wrapper .product-info__description .quantity {
  margin-bottom: auto;
  font-size: 1.1rem;
}
.step01 .product-info__wrapper .product-info__description .quantity form {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.step01 .product-info__wrapper .product-info__description .quantity-title {
  margin-right: 24px;
}

.step01 .product-info__wrapper .product-info__description .quantity-adjust {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-2px);
}

.step01 .product-info__wrapper .product-info__description .quantity-adjust .number {
  margin: 0px 16px;
  transform: translateY(2px);
}

.step01 .product-info__wrapper .product-info__description .quantity-adjust .plus,
.step01 .product-info__wrapper .product-info__description .quantity-adjust .minus {
  width: 10px;
  height: 10px;
}

.step01 .product-info__wrapper .product-info__description .quantity-adjust .minus {
  background: url(../img/icon/ico-minus.svg) no-repeat center center;
  background-size: contain;
}

.step01 .product-info__wrapper .product-info__description .quantity-adjust .plus {
  background: url(../img/icon/ico-plus.svg) no-repeat center center;
  background-size: contain;
}

.step01 .product-info__wrapper .product-info__adjustment {
  position: relative;
}

.step01 .product-info__wrapper .delete {
  display: flex;
  justify-content: end;
  border: none;
  font-size: 1.2rem;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
}

.step01 .product-info__wrapper .delete:has(button) {
  position: absolute;
  right: 0;
  top: 0;
}

.step01 .product-info__wrapper .delete button {
  background: url(../img/icon/ico-delete-black.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.step01 .product-info__wrapper .delete button .batsu {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
}

.step01 .product-info__wrapper .delete button .batsu::before,
.step01 .product-info__wrapper .delete button .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  width: 1em;
  height: 0.08em;
  background: #000;
}

.step01 .product-info__wrapper .delete button .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.step01 .product-info__wrapper .delete button .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.step01 .product-info__wrapper .product-info__adjustment .price {
  font-size: 1.4rem;
  font-weight: 500;
}

.step01 .product-info__wrapper:last-of-type {
  margin-bottom: 10px;
}

.step01 .total-info_area .subtotal__wrapper {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .step01 .total-info_area .subtotal__wrapper {
    width: 72.5%;
    margin-left: auto;
  }
}

.step01 .total-info_area .subtotal__wrapper .subtotal__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #000000 solid;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  padding: 18px 0px;
}
.step01 .total-info_area .subtotal__wrapper .subtotal__line .subtotal__head {
  font-weight: 500;
  font-size: 1.4rem;
  padding-left: 45px;
}

.step01 .total-info_area .subtotal__wrapper .subtotal__line:last-of-type {
  border-bottom: none;
}

.step01 .total-info_area .total__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #000;
}
.step01 .total-info_area .total__wrapper .total__head {
  font-size: 1.9rem;
}

.step01 .total-info_area .total__wrapper .total__price {
  font-size: 1.6rem;
}

.step01 .total-info_area .total__wrapper .tax {
  font-size: 1.2rem;
  margin-left: 10px;
}

.step01 .total-info_area .subtotal__wrapper .subtotal__price {
  font-size: 1.4rem;
  font-weight: 500;
}

.step01 .total-info_area .total__wrapper .subtotal__price {
  font-size: 1.9rem;
  font-weight: normal;
}

.step01 .cart-flow__wrapper {
  margin-bottom: 10px;
  padding: 24px;
  color: #000000;
  background: #F2F2F2;
}
.step01 .cart-flow__wrapper.amazon-pay__wrapper {
  background: white;
  padding-top: 10px;
}

.step01 .cart-flow__wrapper .cart-flow__title {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.step01 .cart-flow__wrapper .cart-flow__btn {
  background-color: #323232;
  color: #fff;
  text-align: center;
  padding: 8px;
  height: 40px;
  width: 100%;
  font-size: 1.4rem;
  padding: 0;
  line-height: 40px;
}
a.link-to-terms {
  text-decoration: underline;
  color: #008cba;
  text-underline-offset: 2px;
}

.step01 .cart-flow__wrapper .login-input__wrapper input[type=text],
.step01 .cart-flow__wrapper .login-input__wrapper input[type=password] {
  height: auto;
  box-shadow: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.2rem;
  border: none;
  font-family: "Archivo Narrow";
  letter-spacing: 0.01em;
}
.step01 .cart-flow__wrapper .login-input__wrapper input:not(:last-child) {
  margin-bottom: 9px;
}
.step01 .cart-flow__wrapper .login-input__wrapper input::placeholder {
  color: #D1D1D1;
}

.step01 .cart-flow__wrapper .login-input__wrapper input::placeholder {
  color: #D1D1D1;
}

.step01 .cart-flow__wrapper .login-input__wrapper input[type=radio] + label:before, .step01 .cart-flow__wrapper .login-input__wrapper input[type=checkbox] + label:before {
  background-color: #fff;
  border: none;
}
.step01 .cart-flow__wrapper .login-input__wrapper__input-area {
  margin-bottom: 14px;
}

.step01 .cart-flow__wrapper .checkbox.auto-login {
  margin-bottom: 25px;
}

.step01 .amazon-pay__wrapper {
  color: #000;
}

.step01 .amazon-pay__wrapper .amazon-pay__title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-align: center;
}

.step01 .amazon-btn {
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .step01 .product-info__description {
    font-size: 1.2rem;
  }
  .step01 .total-info_area .subtotal__wrapper .subtotal__line .subtotal__head {
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  .step01 .product-info__description {
    width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 1023px) {
  .step01 .page-title {
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .step01 .product-info__wrapper {
    display: block;
    padding: 24px 0px 10px 0px;
    font-size: 1rem;
  }
  .step01 .product-info__wrapper .product-info__inner .product-info__description .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
  }
  .step01 .product-info__wrapper .product-info__description .quantity {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: baseline;
    margin-bottom: 8px;
  }
  .step01 .product-info__wrapper .product-info__description .quantity-adjust .number {
    font-size: 1.5rem;
  }
  .step01 .total-info_area .subtotal__wrapper .subtotal__line {
    padding: 16px 0px 6px;
  }
  .step01 .product-info__wrapper .product-info__description .quantity-title {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .step01 .total-info_area .total__wrapper .tax {
    margin-left: 0px;
  }
  .step01 .product-info__wrapper .delete button {
    font-size: 1.2rem;
  }
  .step01 .product-info__wrapper:last-of-type {
    margin-bottom: 0px;
  }
  .step01 .product-info__wrapper:first-of-type {
    padding-top: 0;
  }
}
.product-info__item-wrapper {
  display: flex;
  margin-bottom: 16px;
}

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

h2.title {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Lora", "serif";
  margin-bottom: 30px;
  text-align: left;
}

.free-txt {
  color: #e95a7f;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.stock-ttl {
  color: #e95a7f;
  font-size: 14px;
  font-size: 1.4rem;
}

.coupon-radio {
  font-size: 16px;
  font-size: 1.6rem;
  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;
  font-size: 14px;
  font-size: 1.4rem;
  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 #bfbfbf;
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  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;
  font-size: 18px;
  font-size: 1.8rem;
}

.total-price dt {
  float: left;
  font-weight: bold;
}

.total-price dt span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

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

.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;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 260px;
}

@media only screen and (max-width: 1024px) {
  .total-price-table {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 750px) {
  h2.title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding: 0;
  }
  .coupon-radio {
    font-size: 14px;
    font-size: 1.4rem;
    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;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cart-single-btn {
    width: 100%;
  }
  .coupon-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .coupon-right {
    width: 100%;
    float: none;
  }
  .coupon-btn {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
/* step01-side */
.orderTableSummary .side-ttl {
  margin-bottom: 15px;
  font-size: 17px;
  font-size: 1.7rem;
}

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

.orderTableSummary .member-box {
  background-color: #eeeeee;
  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;
  font-size: 16px;
  font-size: 1.6rem;
}

.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 #bfbfbf;
}

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

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

.orderTableSummary .member-box .menber-checkBox {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 3px;
}

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

.orderTableSummary .side-box {
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-size: 1.4rem;
  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;
}

.mainContents.cart.step01 .side-box .alignCenter {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .orderTableSummary .member-box {
    padding: 20px 10px 15px;
  }
  .orderTableSummary .member-box .button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .orderTableSummary .member-box {
    background-color: #eeeeee;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
  }
}
/* step02 */
.step01,
.step02,
.step03 {
  width: 100%;
  max-width: 900px;
  font-size: 1.2rem;
  padding: 0px 20px 32px;
}
.step01 select,
.step02 select,
.step03 select {
  background: url(../img/icon/ico-select.svg) no-repeat right center;
}
@media (max-width: 750px) {
  .step01 .bottom-button .single-btn .btn--black,
  .step01 .nextgo,
  .step02 .bottom-button .single-btn .btn--black,
  .step02 .nextgo,
  .step03 .bottom-button .single-btn .btn--black,
  .step03 .nextgo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (max-width: 749px) {
  .step01,
  .step02,
  .step03 {
    margin-top: 60px;
    padding: 10px 20px 24px;
  }
  .step02,
  .step03 {
    margin-top: 40px;
    padding-top: 0;
  }
}
.step01 .mainContentsInner,
.step02 .mainContentsInner,
.step03 .mainContentsInner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

@media only screen and (max-width: 1023px) {
  .step01 .mainContentsInner,
  .step02 .mainContentsInner,
  .step03 .mainContentsInner {
    display: block;
  }
}
.step01 .mainContentsInner .main_area,
.step02 .mainContentsInner .main_area,
.step03 .mainContentsInner .main_area {
  width: 66%;
}

@media only screen and (max-width: 1023px) {
  .step01 .mainContentsInner .main_area,
  .step02 .mainContentsInner .main_area,
  .step03 .mainContentsInner .main_area {
    width: 100%;
    margin-bottom: 46px;
  }
}
.step01 .inputHead,
.step02 .inputHead,
.step03 .inputHead {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
}
.step02 .inputHead .inputLabel, .step03 .inputHead .inputLabel{
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
}
.step02 .inputHead .inputLabel.head_news {
  font-family: Cochin;
  font-size: 1.5rem;
  color:#171515;
}
.step02 .inputHead .inputLabel.font-11{
  font-size: 1.1rem;
}
.step02 .input-row__wrapper .mention.font-8 {
  font-size: 0.8rem;
}
.cart .input-row__inner select#form_shipping_date , .cart .input-row__inner select#form_delivery_time_id {
  font-size: 10px;
}
.cart input[type=checkbox] + label,
.cart input[type=radio] + label {
  font-weight: 500;
  font-size: 1rem;
}

.cart input[type=checkbox] + label {
  padding-left: 28px;
}

.step01 .input-row__wrapper,
.step02 .input-row__wrapper,
.step03 .input-row__wrapper {
  margin-bottom: 62px;
}
.step01 .input-row__wrapper:has(.mail_magazine_txt),
.step02 .input-row__wrapper:has(.mail_magazine_txt),
.step03 .input-row__wrapper:has(.mail_magazine_txt) {
  margin-bottom: 0;
}

.step01 .input-row__wrapper .mention,
.step01 .gray-input__wrapper .mention,
.step02 .input-row__wrapper .mention,
.step02 .gray-input__wrapper .mention,
.step03 .input-row__wrapper .mention,
.step03 .gray-input__wrapper .mention {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  color: #000;
}

.step02 .input-row__wrapper .amazon_payment_style .inputRow {
  margin-top: 10px;
}

.step01 .input-row__inner .line2,
.step02 .input-row__inner .line2,
.step03 .input-row__inner .line2 {
  margin-bottom: 50px;
}
.news-letter__text {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 290px;
  font-size: 1.1rem;
  color:#000
}
.news-letter__box {
  padding-left: 5px;
}
.txt-not_used_coupon {
  padding-left: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1rem;
}
@media only screen and (max-width: 1023px) {
  .step01 .input-row__inner .line2,
  .step02 .input-row__inner .line2,
  .step03 .input-row__inner .line2 {
    margin-bottom: 0;
  }
  .step02 .inputHead .inputLabel, .step03 .inputHead .inputLabel {
    font-size: 1.3rem;
  }
  .step02 .input-row__wrapper .mention {
    font-size: 1rem;
  }
}
.step01 .input-row__inner input,
.step02 .input-row__inner input,
.step03 .input-row__inner input {
  padding: 0 0 8px;
  border: none;
  box-shadow: none;
  border-bottom: 1px #000 solid;
  height: 26px;
}
.step01 .input-row__inner input::placeholder,
.step02 .input-row__inner input::placeholder,
.step03 .input-row__inner input::placeholder {
  color: #B4B4B4;
}

.step01 .input-row__inner input::placeholder,
.step02 .input-row__inner input::placeholder,
.step03 .input-row__inner input::placeholder {
  color: #B4B4B4;
}

.step01 .input-row__inner .select,
.step02 .input-row__inner .select,
.step03 .input-row__inner .select {
  border: none;
  box-shadow: none;
  border-bottom: 1px #000 solid;
  font-size: 1.2rem;
  padding: 0 8px;
}

.step01 .input-row__inner .select__unit,
.step02 .input-row__inner .select__unit,
.step03 .input-row__inner .select__unit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  min-width: 2rem;
  margin-left: 1rem;
}

.step01 .input-row__inner .pref_id,
.step02 .input-row__inner .pref_id,
.step03 .input-row__inner .pref_id,
.cart .input-row__inner select {
  font-size: 1.2rem;
  padding: 0 0 8px;
  border-bottom: 1px solid black;
  height: 26px;
}

.step01 .lines,
.step02 .lines,
.step03 .lines {
  display: flex;
}

.step01 .lines.payment,
.step02 .lines.payment,
.step03 .lines.payment {
  max-width: 360px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10x;
  grid-row-gap: 0px;
}

@media only screen and (max-width: 1023px) {
  .step01 .lines.payment,
  .step02 .lines.payment,
  .step03 .lines.payment {
    display: block;
  }
}
.step01 .lines.payment .line,
.step02 .lines.payment .line,
.step03 .lines.payment .line {
  height: 4rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .step01 .lines.payment .line,
  .step02 .lines.payment .line,
  .step03 .lines.payment .line {
    height: 3.2rem;
  }
}
.step01 .lines.payment label,
.step02 .lines.payment label,
.step03 .lines.payment label {
  font-weight: 600;
}

.step01 .line2,
.step02 .line2,
.step03 .line2 {
  display: flex;
}

.step01 .line2 .line,
.step02 .line2 .line,
.step03 .line2 .line {
  width: calc((100% - 2rem) / 2);
}

@media only screen and (max-width: 1023px) {
  .step01 .line2 .line,
  .step02 .line2 .line,
  .step03 .line2 .line {
    width: calc((100% - 2rem) / 2);
    margin-bottom: 2rem;
  }
}
.step01 .line2 .line_flex,
.step02 .line2 .line_flex,
.step03 .line2 .line_flex {
  display: flex;
  align-items: center;
}

.step01 .line2 .birth,
.step02 .line2 .birth,
.step03 .line2 .birth {
  font-size: 1rem;
  padding: 0.8px;
}

.step01 .line2 .line:nth-child(1),
.step02 .line2 .line:nth-child(1),
.step03 .line2 .line:nth-child(1) {
  margin-right: 2rem;
}

@media only screen and (max-width: 1023px) {
  .step01 .line2 .line:nth-child(1),
  .step02 .line2 .line:nth-child(1),
  .step03 .line2 .line:nth-child(1) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .step01 .inputHead .inputLabel.line,
  .step02 .inputHead .inputLabel.line,
  .step03 .inputHead .inputLabel.line {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .step01 .sp-line1,
  .step02 .sp-line1,
  .step03 .sp-line1 {
    display: block;
    width: 100%;
  }
  .step01 .sp-line1 .line,
  .step02 .sp-line1 .line,
  .step03 .sp-line1 .line {
    width: 100%;
    margin-right: none;
  }
}
.step01 .line3,
.step02 .line3,
.step03 .line3 {
  display: flex;
}

.step01 .line3 .line,
.step02 .line3 .line,
.step03 .line3 .line {
  width: calc((100% - 4rem) / 3);
}

.step01 .line3 .line:nth-child(1),
.step01 .line3 .line:nth-child(2),
.step02 .line3 .line:nth-child(1),
.step02 .line3 .line:nth-child(2),
.step03 .line3 .line:nth-child(1),
.step03 .line3 .line:nth-child(2) {
  margin-right: 2rem;
}
.step03 #customButton {
  height: 40px;
  margin-bottom: 0;
}

.cart .birth-list {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.cart .birth-list .line {
  width: auto;
  margin: 0;
}
.cart .birth-list .line:nth-child(1),
.cart .birth-list .line:nth-child(2) {
  margin: 0;
}

.cart .gift-wrap .lines,
.cart .coupon .lines {
  align-items: center;
  margin-bottom: 12px;
}

.cart .gift-wrap .lines span,
.cart .coupon .lines span {
  width: 10rem;
}

.cart .gift-wrap .lines label,
.cart .coupon .lines label {
  font-weight: 600;
}

.cart .gift-wrap .lines input,
.cart .coupon .lines input {
  max-width: 180px;
  margin-right: 1.5rem;
}

.cart .gift-wrap .lines .btn_black,
.cart .coupon .lines .btn_black {
  background-color: #000;
  padding: 4px 8px;
}

.cart .mail_magazine_txt {
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.gray-input__wrapper {
  background-color: #eaeaea;
  margin-bottom: 62px;
  width: 100%;
  justify-content: center;
  padding: 32px 24px;
}
.gray-input__wrapper .input-row__wrapper {
  margin-bottom: 0px;
}

.gray-input__wrapper.credit {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .gray-input__wrapper.credit {
    display: block;
  }
}

.gray-input__inner {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .gray-input__inner {
    display: block;
  }
}

.gray-input__wrapper.credit .img_credit,
.gray-input__wrapper.gift-wrap .img_gift-wrap {
  margin-right: 4rem;
}
@media only screen and (max-width: 1023px) {
  .gray-input__wrapper.credit .img_credit,
  .gray-input__wrapper.gift-wrap .img_gift-wrap {
    margin-right: none;
    margin: auto;
    margin-bottom: 24px;
  }
  .gray-input__wrapper.credit .img_credit img,
  .gray-input__wrapper.gift-wrap .img_gift-wrap img {
    display: block;
    width: 100%;
    margin: auto;
  }
}

.gray-input__wrapper.gift-wrap .img_gift-wrap {
  background-color: #fff;
  width: 40%;
  height: fit-content;
}
.gray-input__wrapper.gift-wrap .img_gift-wrap img {
  display: block;
  width: 60%;
  padding: 24px;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .gray-input__wrapper.gift-wrap .img_gift-wrap {
    height: fit-content;
    width: 100%;
  }
  .gray-input__wrapper.gift-wrap .img_gift-wrap img {
    width: 60%;
    padding: 24px;
  }
}

.gray-input__wrapper.credit .input-row__wrapper,
.gray-input__wrapper.gift-wrap .gift-wrap-description__wrapper {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .gray-input__wrapper.credit .input-row__wrapper,
  .gray-input__wrapper.gift-wrap .gift-wrap-description__wrapper {
    width: 100%;
  }
}

.gray-input__wrapper.credit .input-row {
  margin-bottom: 24px;
}

.gray-input__wrapper.gift-wrap .gift-wrap-description__title {
  font-weight: 600;
  margin-bottom: 24px;
}
.gray-input__wrapper.gift-wrap .gift-wrap-description__detail-wrapper,
.gray-input__wrapper.gift-wrap .gift-wrap-form__wrapper {
  border-top: 1px #000 solid;
}
.gray-input__wrapper.gift-wrap .gift-wrap-description__detail-title,
.gray-input__wrapper.gift-wrap .gift-wrap-form__title {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 24px 0 16px;
}
.gray-input__wrapper.gift-wrap .gift-wrap-description__detail-sentence {
  margin-bottom: 12px;
}
.gray-input__wrapper.gift-wrap .gift-wrap-form__wrapper .gift-wrap-form__title {
  padding: 0 16px;
}
.gray-input__wrapper.gift-wrap .gift-wrap-form__wrapper textarea {
  height: 150px;
  background-color: #fff;
  border: none;
  resize: none;
  border-radius: 10px;
  padding: 24px 32px;
}
@media only screen and (max-width: 1023px) {
  .gray-input__wrapper.gift-wrap .gift-wrap-form__wrapper textarea {
    height: 160px;
  }
}

.gray-form {
  background: #eeeeee;
  padding: 30px 30px 0;
  margin-bottom: 20px;
}

.gray-form .inputRow .inputHead .inputLabel {
  width: 100px;
}

.gray-form .inputRow .inputHead {
  width: 100px;
}

.gray-form .inputRow .inputColInner {
  margin-left: 100px;
}

.button-area {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .button-area {
    flex-direction: column;
    align-items: center;
  }
}

.big-button {
  border: 1px solid #000;
  padding: 8px;
  height: 40px;
}

@media (min-width: 1024px) {
  .button-area.col2 {
    justify-content: center;
    gap: 17px;
  }
}

.button-area.col2 input {
  width: min(48%, 400px);
  border-radius: 1px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .button-area.col2 input {
    width: 100%;
    max-width: 300px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1023px) {
  .button-area.col2 input:first-of-type {
    margin-bottom: 10px;
  }
}

.button-area.col1 input {
  width: 100%;
}

.button-area .btn--gray {
  background-color: #EFEFEF;
  color: #fff;
  border: 1px solid #EFEFEF;
  color: #000000;
}

.button-area .btn--black {
  background-color: #323232;
  color: #fff;
  border: none;
}

.button-area .btn--white {
  background-color: #fff;
  color: #545358;
  border: 1px solid #545358;
}

@media only screen and (max-width: 1023px) {
  .btn--black {
    width: 100%;
    background-color: #323232;
    color: #fff;
    border: none;
  }
}

.favorite_button {
  color: #FFF !important;
}

.cart .sub_area {
  width: calc(34% - 20px);
  height: fit-content;
}
@media only screen and (max-width: 1023px) {
  .cart .sub_area {
    width: 100%;
  }
}
.cart .sub_area .order-info__wrapper {
  padding: 35px 20px 25px;
  background-color: #F7F7F7;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .cart .sub_area .order-info__wrapper {
    width: 100vw;
    transform: translateX(-20px);
  }
}
.cart .sub_area .product-info__wrapper {
  margin-bottom: 0;
}
.cart .sub_area .product-info__wrapper .product-info__item-wrapper {
  padding-bottom: 38px;
  border-bottom: 1px solid #545358;
  margin-bottom: 0;
}
.cart .sub_area .product-info__wrapper .product-info__item-wrapper:not(:last-child) {
  margin-bottom: 15px;
}
.cart .sub_area .product-info__wrapper .product-img {
  width: 80px;
  margin-right: 20px;
  /* margin-top: 10px; */
}
.cart .sub_area .product-info__wrapper .product-img img {
  width: 100%;
}
.cart .sub_area .product-info__wrapper .product-info__description {
  font-size: 1.4rem;
}
.cart .sub_area .product-info__wrapper .product-info__description div {
  margin: 0px 0;
}
.cart .sub_area .product-info__wrapper .product-info__description .title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.cart .sub_area .product-info__wrapper .product-info__description .font-10__cochin {
  font-size: 1rem;
  font-family: Cochin;
}
.cart .sub_area .product-info__wrapper .product-info__description .font-10__yumin {
  font-size: 1rem;
  color: #171515;
}
.cart .sub_area .order-info__title {
  font-size: 1.3rem;
  margin-bottom: 8px;
  font-weight: 500;
}
.cart .sub_area .total-info__wrapper .total-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 15px 0;
  font-size: 14px;
}
.cart .sub_area .total-info__wrapper .total-info .price{
  font-size: 1.4rem;
  font-weight: 500;
  color: #171515;
}
.cart .sub_area .total-info__wrapper .total-info .head {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 50px;
  color: #171515;
}
.cart .sub_area .total-info__wrapper .total-info.total .head {
  font-size: 1.4rem;
  font-weight: 500;
  color: #171515;
}
.cart .sub_area .total-info__wrapper .total .price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #171515;
}
.cart .sub_area .total-info__wrapper .tax-include {
  font-size: 1rem;
  text-align: right;
}
.total-info.color.short-border__left {
  width: 85%;
  margin-left: auto;
  border-top: 1px #545358 solid;
}
.total-info.color.short-border__left.no-border {
  border-top : none;
}
.total-info.total.border__end {
  border-top: 1px #545358 solid;
}
@media only screen and (max-width: 1023px) {
  .cart .sub_area .order-info-link__wrapper {
    margin-bottom: 32px;
  }
  .total-info.color.short-border__left {
    width: 71%;
  }
  .cart .sub_area .total-info__wrapper .total-info .head {
    margin-left: 0px;
  }
}
.cart .sub_area .order-info-link__wrapper a {
  display: block;
  width: fit-content;
  margin-bottom: 1rem;
  color: #171515;
  font-size: 1.2rem;
  font-family: YuMincho, '秀英角ゴシック銀 L', 'cochin', 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN, ヒラギノ明朝 Pro, serif;
}

.coupon-app-btn input {
  background: none !important;
  border: 1px solid #000 !important;
  text-align: center !important;
  color: #ffffff !important;
  background-color: #000;
  height: 39px !important;
  line-height: 39px !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  padding: 0 20px !important;
  margin-left: 0px !important;
  vertical-align: bottom !important;
}

.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;
}

.button.buttonWhite {
  background: white;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .step02 .button.buttonWhite {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .card-help .help_list {
    margin-top: 20px;
  }
}

/* step03 */
@media only screen and (max-width: 1023px) {
  .step03 .product-info_area {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 1023px) {
  .step03 .mainContentsInner .main_area {
    margin-top: 0;
  }
  .step03 .confirm_area {
    margin-top: 32px;
  }
  .step03 .sp-content.bottom-button {
    padding-top: 0;
    display: block !important;
  }
}
.step01 .confirm__wrapper,
.step02 .confirm__wrapper,
.step03 .confirm__wrapper {
  border-bottom: 1px solid #000;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-size: 1.4rem;
}
.step01 .confirm__wrapper .confirmHead p,
.step02 .confirm__wrapper .confirmHead p,
.step03 .confirm__wrapper .confirmHead p {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 9px;
  color: #000;
}
.step01 .confirm__wrapper .btn-confirm,
.step02 .confirm__wrapper .btn-confirm,
.step03 .confirm__wrapper .btn-confirm {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  border: 1px solid #323232;
  color: #323232;
  width: 44px;
  height: 25px;
  display: grid;
  place-content: center;
  font-size: 1.2rem;
}
.step01 .confirm__wrapper .confirm__line,
.step02 .confirm__wrapper .confirm__line,
.step03 .confirm__wrapper .confirm__line {
  margin: 24px 0;
  font-size: 1.3rem;
  color: #000;
}
.step01 .confirm__wrapper .confirm__line span,
.step02 .confirm__wrapper .confirm__line span,
.step03 .confirm__wrapper .confirm__line span {
  display: block;
}
.step01 .confirm__wrapper .confirm__sub-title,
.step02 .confirm__wrapper .confirm__sub-title,
.step03 .confirm__wrapper .confirm__sub-title {
  margin-bottom: 4px;
}
.step01 .confirm__wrapper .confirm__mention,
.step02 .confirm__wrapper .confirm__mention,
.step03 .confirm__wrapper .confirm__mention {
  font-size: 1rem;
  margin: 4px 0;
  color: #000;
}
.step01 .confirm__wrapper.no-border,
.step02 .confirm__wrapper.no-border,
.step03 .confirm__wrapper.no-border {
  border-bottom: none;
}
.step01 .confirm__wrapper-list .confirm__wrapper:last-child,
.step02 .confirm__wrapper-list .confirm__wrapper:last-child,
.step03 .confirm__wrapper-list .confirm__wrapper:last-child {
  border-bottom: none;
}
.step03 .confirm__wrapper .confirm__inner {
  font-size: 1.3rem;
  color: #000;
}

.cart .input_area .coupon-app-btn {
  background-color: #323232;
  color: #fff;
  padding: 4px 8px;
  margin-left: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1023px) {
  .cart.step04 {
    background-position: 53% 3%;
    background-size: auto 100vh;
  }
}

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

.regmessageArea .text-box {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 30px 0 70px;
  color: #545358;
}

.regmessageArea .text-box .thank-ttl {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}

.regmessageArea .text-box .thank-txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.regmessageArea .text-box .order-number {
  font-size: 1.6rem;
}

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

.regmessageArea .share-box .share-ttl {
  font-size: 30px;
  font-size: 3rem;
  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;
}

.step04.mainContents {
  padding: 0;
  place-content: center;
  width: 100%;
  max-width: 100%;
}

.step04 .regmessageArea .text-box .thank-ttl {
  font-size: 3.2rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 25px;
}

.step04 .regmessageArea .text-box .order-number {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
}

.step04 .regmessageArea .text-box {
  padding: 0 0 38px;
}

.step04 .buttonArea {
  padding: 0;
}

.step04 .buttonArea .done-btnList {
  display: flex;
  width: 72%;
  margin: auto;
  gap:20px
}
.step04 .buttonArea .done-btnList li {
  display: block;
  margin: 0;
  width: 100%;
}
.step04 .buttonArea .done-btnList li:not(:last-child) {
  margin-bottom: 20px;
}
.step04 .buttonArea .done-btnList .btn--white a {
  padding: 0;
  display: grid;
  place-content: center;
  height: 40px;
  border: none;
  font-weight: 500;
  color: #fff;
  background-color: #333333;
  font-size: 1.4rem;
}
.cart.step04 .mainContentsInner {
  background-color: #fff;
  width: min(48%, 759px);
  padding: 60px 20px;
}

.mainContents.regmessageWrapper.step04 {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .step04 .buttonArea {
    padding: 10px 0 15px;
  }
}
.step04 .btn--white a {
  background: #fff;
  color: #000;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #000;
  padding: 12px 0;
}
.confirm__inner .gift_wrapping_items .goods_info .image {
  width: 80%;
}
.confirm__inner .gift_wrapping_items .goods_info .info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  padding: 5px 0px;
}
.confirm__inner .gift_wrapping_items .goods_info .name {
  padding-bottom: 10px;
  border-bottom:  1px solid #ccc;
  margin-bottom: 10px;
} 

@media only screen and (max-width: 750px) {
  body:has(.step04) {
    height: 100vh;
  }
  .step04 .regmessageArea .text-box .order-number {
    font-size: 1.2rem;
  }
  .step04 .regmessageWrapper {
    display: flex;
    align-items: center;
  }
  .regmessageWrapper {
    padding-top: 15px;
  }
  .regmessageWrapper .regmessageArea {
    margin: 0px;
  }
  .step04 .regmessageArea .text-box {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0px 0 20px;
  }
  .step04 .regmessageArea .text-box .thank-ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .step04 ul.done-btnList.col2 li {
    margin: 0 0 13px !important;
  }
  .step04 .btn--white a {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .regmessageArea .share-box .share-box {
    margin-bottom: 100px;
  }
  .regmessageArea .share-box .share-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .regmessageArea .share-box li {
    display: inline-block;
    margin: 0 12px;
    width: 8%;
  }
  .cart.step04 .mainContentsInner {
    width: calc(100% - 80px);
  }
  .step04 .buttonArea .done-btnList {
    width: 100%;
    display: grid;
  }
  ul.done-btnList.col2 li.btn--white {
    width: 100%;
  }
}
.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: 750px) {
  .gift_img {
    width: 50%;
  }
}
.gift_btn {
  margin-bottom: 0;
}

.shoping_cart__side_inner {
  text-align: -webkit-center;
}

/*.shoping_cart__side_inner.first {
	border-top: #bfbfbf solid 1px;
}*/
.join_text {
  font-size: 16px;
  font-size: 1.6rem;
}

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

/* gift_wrapping STYLE
-------------------------------*/
.gift_wrapping .bold {
  font-weight: bold;
}

.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;
  font-size: 0.8em;
}

.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .explain {
  font-size: 0.8em;
}

.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%;
  font-size: 0.8em;
}

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

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

.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: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
  display: inline-block;
  float: none;
  width: 100%;
}

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

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

.gray-form.credit {
  padding-bottom: 10px;
}

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

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

.credit-intro {
  background-color: #FFF;
  padding: 20px 20px 15px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.credit-intro .credit-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.credit-intro img {
  margin-bottom: 20px;
}

.credit-intro .credit-num {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
}

.question-ico {
  position: absolute;
  right: 0;
  top: 20%;
}

.question-ico.p-none {
  position: static;
  display: inline-block;
  margin-left: 15px;
}

.inputColRegist {
  border: 1px solid #7d7d7d;
  padding: 30px;
  margin-top: 10px;
}

.creditcardForm2 .inputColRegist {
  border: none;
}

.inputColRegist ul {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 30px;
  padding-top: 10px;
}

.inputColRegist ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
}

.card-txt-first {
  padding-top: 8px;
}

.card-txt-last {
  padding-bottom: 40px;
}

.inputCol .cart_inline {
  display: inline-block;
  width: 235px;
}
.inputCol.layout-gird2 {
  display: grid;
  grid-template-columns: 235px 1fr;
}
.credit.credit-from__layout2 {
  display: grid;
  grid-template-columns: 260px 1fr;
  background-color: #F7F7F7;
}
.credit-from__layout2 .layout2-right {
  padding-right: 40px;
}
.credit-from__layout2 .credit-intro.layout2-left {
  background-color: unset;
  padding: 0px;
  text-align: left;
}
.step02 .gray-form.credit.credit-from__layout2 .creditcardForm2 {
  color:#000;
}
.gray-form.credit.credit-from__layout2 {
  background-color: #F7F7F7;
  padding: 30px 20px 0px;
}
.gray-form.credit.credit-from__layout2 input {
  font-size: 1rem;
}
.step02 .gray-form.credit.credit-from__layout2 .input-row__inner .line2 {
  margin-bottom: 25px;
}
.step02 .gray-form.credit.credit-from__layout2 .input-row__inner .line2.mb-0 {
  margin-bottom: 0;
}
.step02 .gray-form.credit.credit-from__layout2 .creditcardForm2 .font-8{
  font-size: 0.8rem;
  color: #000;
}
.step02 .gray-form.credit.credit-from__layout2 .creditcardForm2 .inputColRegist ul {
  padding-left: 35px;
}
.creditcardForm2 .mt-15 {
  margin-top: 15px;
}
.inputRow.list-payment {
  margin-bottom: 60px;
}
.credit-from__layout2 .layout2-right .inputColRegist {
  padding: 0;
  padding-bottom: 35px;
}
.sp-image {
  display: none;
}
.goods_info.gird-layout2 {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.image.gird-layout2__left {
  text-align: center;
}
.gift_wrapping .cart_inline {
  display: inline-block;
  width: 150px;
}
.gift_wrapping .gift_wrapping_detail {
  padding: 10px 25px;
  background-color: #F7F7F7;
  margin-top: 20px;
}
.gift_wrapping_item .gift_wrapping_id_wrap {
  margin-top: 10px;
}
.btn-cancel__coupon {
  display: none;
}
#form_coupon_code {
  width: 220px;
  max-width: none;
}
@media only screen and (max-width: 750px) {
  .pc-image {
    display: none;
  }
  .sp-image {
    display: block;
  }
  .inputColRegist {
    padding: 15px;
  }
  .creditcardForm2 .inputColRegist {
    padding: 15px 0;
  }
  .inputCol .cart_inline {
    width: 100%;
  }
  .inputCol.layout-gird2 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .credit.credit-from__layout2 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .goods_info.gird-layout2 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .image.gird-layout2__left {
    margin-bottom: 15px;
  }
  .credit-from__layout2 .layout2-right {
    padding-right: 0;
  }
  .credit-from__layout2 .credit-intro.layout2-left {
    text-align: center;
  }
  .inputHead.mt-15 {
    margin-top: 15px;
  }
  .gift_wrapping .cart_inline {
    width: 100%;
  }
  #form_coupon_code {
    width: 160px;
    max-width: none;
  }
  .input_promotion_label {
    width: 80px;
    min-width: 62px;
  }
  .lines-coupon_use {
    justify-content: space-between;
  }
  #form_recomputation {
    margin-right: 0px;
  }
}
/*.formTable .cash_on_delivery {
	background-color: #fff;
	border: 5px solid #eeeeee;
}
.formTable .cash_on_delivery table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.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: #eee;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.formTable .cash_on_delivery table tr td {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.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: 750px){
	.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%;
	}
}*/
.cash_on_delivery {
  background-color: #fff;
  border: 5px solid #eeeeee;
}

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

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

.cash_on_delivery table tr th {
  background-color: #eee;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.cash_on_delivery table tr td {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

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

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

.cash_on_delivery .cash_about--bottom {
  font-size: 80%;
}
.margin-hide__country {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .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%;
  }
  .margin-hide__country {
    margin-bottom: 20px;
  }
}
.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 #bfbfbf;
}

.stripe_card_comfirm {
  color: #7F7F7F !important;
  font-size: 12px;
}

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

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

div.card-help p.help-piece a {
  font-size: 13px;
  color: #0a0aec;
}

/** amazonpay */
#AmazonPayButton.amazonpay_button_style {
  width: 100% !important;
}

.mainContents .amazonpay-logo {
  height: 20px;
  width: auto;
}

@media only screen and (max-width: 750px) {
  #AmazonPayButton img {
    width: 100%;
  }
}

.stripe_load_stepping_now {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(134, 125, 125, 0.5);
  overflow: auto;
  z-index: 9;
}

/* GMOカード情報入力 */
@media only screen and (min-width: 751px) {
  .gmoCreditcardForm1 .inputHintForm {
    display: flex;
    align-items: center;
  }
  .gmoCreditcardForm1 .inputHintForm .line {
    flex: 1;
  }
}
@media (max-width: 750px) {
  .buttonArea .button, .bottom-button .single-btn .button {
    border-radius: unset;
  }
}
label.customer_delivery_address_registed {
	font-size: 12px;
}
#paidy_checkout_button {
  height: 40px;
  margin-bottom: 0px;
}
.buttonArea .button, .bottom-button .single-btn .button {
  border-radius: unset;
}
.hidden-country {
  display: none;
}

