@charset "UTF-8";
.cart-left {
  width: 60.9375%;
  float: left;
}
@media (min-width: 751px) {
  .cart-left {
    max-width: 585px;
  }
}
@media (min-width: 751px) and (max-width: 1023px) {
  .cart-left {
    width: calc(100% - 300px - 30px);
  }
}

.cart-right {
  float: right;
}
@media (min-width: 751px) {
  .cart-right {
    width: 36.4583333333%;
  }
}
@media (min-width: 751px) and (max-width: 1023px) {
  .cart-right {
    width: 300px;
  }
}

.mainContents {
  margin-bottom: 50px;
}

@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 130px;
  }

  .cart-left {
    width: 100%;
    float: none;
    margin-bottom: 120px;
  }

  .cart-right {
    width: 100%;
    float: none;
    clear: both;
  }
}
.mainContents ul.done-btnList li.black-btn a {
  background: #666;
  border: none;
  transition: opacity 0.3s ease-out;
  font-family: "Marcellus", "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.mainContents .button {
  transition: opacity 0.3s ease-out;
}
.mainContents .button:not(.buttonWhite) {
  background: #666;
  border: none;
}

form .row .row {
  margin: 0;
}

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

.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 .orderRow .orderCol.colInfo .colorname-width {
  padding-left: 6.8em;
  position: relative;
  white-space: normal;
  word-break: break-all;
  text-indent: -1.5em;
}

.orderTable .orderRow .orderCol.colInfo .colorname-width span {
  position: absolute;
  left: 1.5em;
}

.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: 1.5rem;
  color: inherit;
}

.orderTableSummary .row,
.orderTableSummary2 .row {
  display: block;
  width: 100%;
}

.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 {
  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%;
  padding: 0;
  margin-top: 0;
  border-top: solid 1px #6C6C6C;
  padding-top: 40px;
}

/*
.orderTableSummary2 .border-wrap{
	border: 1px solid #bfbfbf;
	border-bottom:none;
}
*/
.orderTableSummary2 .border-wrap.last {
  border-bottom: 1px solid #6C6C6C;
}
.orderTableSummary2 .border-wrap.last .row {
  padding-left: 1em;
}

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

.orderTableSummary2 .separator {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7d7d7d;
  display: flex;
  display: -webkit-flex;
}
.orderTableSummary2 .separator:not(:last-child) {
  margin-bottom: 0.5em;
}
.orderTableSummary2 .separator span:first-child {
  white-space: nowrap;
}

/*
.orderTableSummary2 .separator  span{
	width:5.5em;
	display:inline-block;
}
*/
.orderTableSummary2 .orderRow {
  border-top: 1px solid #6C6C6C;
  margin-bottom: 0px;
  padding-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.orderTableSummary2 .orderRow.total {
  padding: 20px 0;
  font-size: 1em;
}

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

.orderTableSummary2 .price {
  display: block;
  padding-top: 2em;
  font-size: 1em;
}

.orderTableSummary2 {
  letter-spacing: 0.07em;
}
.orderTableSummary2 .row--price {
  padding-left: 1em;
}

.orderTableSummary2 .border-wrap {
  border-top: solid 1px #6C6C6C;
}
.orderTableSummary2 .border-wrap .row {
  padding: 0;
}
.orderTableSummary2 .border-wrap .row--price {
  padding-left: 1em;
  padding-right: 0;
}
.orderTableSummary2 .border-wrap .row--price .orderRow {
  padding-right: 1em;
}

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

.orderTableSummary2 .colImage {
  width: 41.9047619048%;
  padding-left: 3.8095238095%;
  padding-right: 3.8095238095%;
}

.orderTableSummary2 .colName {
  font-size: 1.3rem;
  margin-bottom: 20px;
  letter-spacing: 0.07em;
  font-weight: normal;
  font-family: "Marcellus", "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.orderTableSummary2 .colText {
  width: 47.619047619%;
  margin-bottom: 15px;
}

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

.orderTableSummary2 .orderHead {
  width: 40%;
}

.orderTableSummary2 .orderVal {
  width: 60%;
}

.orderTableSummary2 .total-price .orderHead {
  width: 50%;
  font-size: 1.4rem;
  font-weight: 500;
}

.orderTableSummary2 .total-price .orderVal {
  width: 50%;
  font-size: 1.4rem;
}

.orderTableSummary2 .orderVal {
  text-align: right;
  font-size: 1.4rem;
}

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

.orderTableSummary2 .total-price {
  border: none;
  padding: 15px 0;
  clear: both;
  overflow: hidden;
  padding-right: 1.2rem;
}

.card-help {
  margin-top: 40px;
  padding-left: 1.2rem;
  color: inherit;
}
.card-help .help-title,
.card-help .help-piece {
  color: inherit;
  font-size: 1.1rem;
}
.card-help .help-title *,
.card-help .help-piece * {
  color: inherit;
}
.card-help .help-title:not(:last-child),
.card-help .help-piece:not(:last-child) {
  margin-bottom: 20px;
}

.orderTableSummary2 .orderRow.total-price.last {
  padding-left: 1.2rem;
}

@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 #6C6C6C;
    padding-top: 35px;
    font-size: 1.2rem;
  }

  .orderTableSummary .row, .orderTableSummary2 .row {
    padding: 0;
    margin: 0 0;
    font-weight: 400;
  }

  .orderTableSummary2 .border-wrap {
    border: none;
    border-bottom: 1px solid #6C6C6C;
  }

  .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.total.last,
.orderTableSummary2 .orderRow.total-price.last {
    padding-left: 1.2rem;
  }

  .orderTableSummary2 .orderRow:first-child {
    margin-top: 0;
  }

  .orderTableSummary2 .price {
    text-align: left;
  }

  .orderTableSummary2 .colText {
    margin-bottom: 0px;
    word-break: break-all;
  }

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

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

h2.title {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 30px;
}

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

.stock-ttl {
  color: #e95a7f;
  margin-bottom: 15px;
  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;
}

@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 */
.formTable .inputRow .inputCol .coupon-app-btn {
  background: #6C6C6C;
  text-align: center;
  color: white;
  height: 32px;
  font-size: 1.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 23.4920634921%;
  max-width: 74px;
  border: none;
  padding: 0;
  transition: opacity 0.3s ease-out;
}
.formTable .inputRow .inputCol .coupon-app-btn:hover {
  opacity: 0.7;
}

.formTable .inputRow .inputCol.coupon-input {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .formTable .inputRow .inputCol.coupon-input {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .formTable .inputRow .inputCol.coupon-input {
    width: 61.7475728155%;
  }
}
.formTable .inputRow .inputCol.coupon-input span.line.short {
  width: 66.6666666667%;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .formTable .inputRow .inputCol.coupon-input span.line.short {
    margin-right: 20px;
  }
}

.deliveryAddressList {
  margin-left: 20px;
}

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

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

.regmessageArea .text-box .thank-ttl {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: "Marcellus", "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

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

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

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

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

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

@media only screen and (max-width: 750px) {
  .regmessageWrapper {
    padding-top: 15px;
  }

  .regmessageWrapper .regmessageArea {
    margin: 0px;
  }

  .regmessageArea .text-box {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 30px 0 50px;
  }

  .regmessageArea .text-box .thank-ttl {
    font-size: 18px;
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .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%;
  }
}
.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 {
  margin-top: 20px;
  padding-top: 20px;
}

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

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

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

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

.cart-page .regmessageWrapper {
  margin-bottom: 140px;
}
@media screen and (min-width: 751px) {
  .cart-page .regmessageWrapper {
    margin-bottom: 300px;
  }
}
.cart-page .title {
  font-family: "Marcellus", "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 48px;
  color: #6C6C6C;
}
@media screen and (min-width: 751px) {
  .cart-page .title {
    font-size: 1.6rem;
    margin-bottom: 78px;
  }
}
.cart-page .cart-page__content {
  max-width: 530px;
  margin: auto;
  margin-bottom: 140px;
}
@media screen and (min-width: 751px) {
  .cart-page .cart-page__content {
    margin-bottom: 300px;
  }
}
.cart-page .cart-box {
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .cart-page .cart-box {
    margin-bottom: 80px;
  }
}
.cart-page .cart-box .cart-box__row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.cart-page .cart-box .cart-box__row:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .cart-page .cart-box .cart-box__row:not(:last-child) {
    margin-bottom: 100px;
  }
}
.cart-page .cart-box .cart-box__row .cart-box__left {
  width: 38.8059701493%;
}
@media screen and (min-width: 751px) {
  .cart-page .cart-box .cart-box__row .cart-box__left {
    width: 38.8679245283%;
  }
}
.cart-page .cart-box .cart-box__row .cart-box__right {
  width: 48.6567164179%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .cart-page .cart-box .cart-box__row .cart-box__right {
    width: 42.2641509434%;
  }
}
.cart-page .cart-box .cart-box__row .cart-box__right .price {
  margin-top: auto;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 300;
}
.cart-page .cart-box .cart-box__row .cart-box__pic {
  margin-bottom: 7px;
}
@media (max-width: 750px) {
  .cart-page .cart-box .cart-box__row .cart-box__pic {
    padding-left: 20px;
  }
}
.cart-page .cart-box .cart-box__row .wishlist {
  margin-bottom: 20px;
  font-weight: inherit;
}
@media (max-width: 750px) {
  .cart-page .cart-box .cart-box__row .wishlist {
    padding-left: 20px;
  }
}
.cart-page .cart-box .cart-box__row .wishlist a {
  font-size: 1.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 751px) {
  .cart-page .cart-box .cart-box__row .wishlist a {
    margin-left: auto;
  }
}
.cart-page .cart-box .cart-box__row .wishlist a:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url(../img/icon/ico-link.svg) no-repeat;
  background-size: contain;
  margin-left: 9px;
}
.cart-page .cart-box .cart-box__row .delete-btn .delete {
  background: none;
  border: none;
  font-size: 1.1rem;
}
.cart-page .cart-box .cart-box__row .itemName {
  font-family: "Marcellus", "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 751px) {
  .cart-page .cart-box .cart-box__row .itemName {
    margin-bottom: 37px;
  }
}
.cart-page .cart-box .cart-box__row .cart-box__item-info {
  font-size: 1.2rem;
  font-weight: 300;
}
.cart-page .cart-box .cart-box__row .cart-box__item-info p {
  font-weight: inherit;
}
.cart-page .cart-box .cart-box__row .cart-box__item-info p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  .cart-page .cart-box .cart-box__row .cart-box__item-info p:not(:last-child) {
    margin-bottom: 2em;
  }
}
.cart-page .cart-box .cart-box__row .cart-box__item-info .item-info__qty {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
/* AURALEE-601対応 ここから */
/* .cart-page .cart-box .cart-box__row .cart-box__item-info .item-info__qty p {
  margin: 0;
} */
/* AURALEE-601対応 ここまで */
.cart-page .cart-box .cart-box__row .cart-box__item-info .item-info__qty .qty {
  appearance: none;
  background: none;
  border: none;
  display: inline-block;
  box-shadow: none;
  padding: 0;
  width: 2.5em;
}
.cart-page .cart-box .cart-box__row .cart-box__item-info .item-info__qty .spinner_areas {
  display: flex;
  display: -webkit-flex;
}
.cart-page .cart-box .cart-box__row .cart-box__item-info .item-info__qty .spinner_areas .btn--spinner {
  background: none;
  height: fit-content;
}
.cart-page .cart-box .cart-box__row .cart-box__item-info .item-info__qty .spinner_areas .btn--spinner.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.cart-page .cart-box .cart-box__row .cart-box__item-info .item-info__qty .spinner_areas .btn--spinner:not(:last-child) {
  margin-right: 26px;
}
.cart-page .total-price {
  border-color: #707070;
  border-bottom: none;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 40px;
  font-weight: 300;
}
.cart-page .total-price .total-price__ttl {
  font-size: 1.4rem;
}
.cart-page .total-price .total-price__val {
  font-size: 1.4rem;
}
.cart-page .pay-btn01 {
  height: 40px;
  background: #666666;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-out;
  border: none;
  font-size: 1.3rem;
}
.cart-page .swiper-container {
  overflow: hidden;
}
.cart-page .swiper-container .swiper-wrapper .swiper-slide {
  width: 27.3792093704vw;
  margin-right: 1px;
}
@media (max-width: 750px) {
  .cart-page .swiper-container .swiper-wrapper .swiper-slide {
    width: 72vw;
  }
}
.cart-page .swiper-container .swiper-wrapper .swiper-slide .product-link {
  display: block;
}
.cart-page .swiper-container .swiper-wrapper .swiper-slide .product-link .img-container {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .cart-page .swiper-container .swiper-wrapper .swiper-slide .product-link .img-container {
    margin-bottom: 10px;
  }
}
.cart-page .swiper-container .swiper-wrapper .swiper-slide .product-link .img-container img {
  display: block;
  width: 100%;
}
.cart-page .swiper-container .swiper-wrapper .swiper-slide .product-link .product-name {
  color: #6C6C6C;
  font-size: 1.2rem;
  padding-left: 1em;
}
.cart-page .section .slider-nav {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .cart-page .section .slider-nav {
    margin-bottom: 15px;
    justify-content: space-between;
  }
}
.cart-page .section:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (min-width: 751px) {
  .cart-page .section:not(:last-child) {
    margin-bottom: 200px;
  }
}
.cart-page .section .swiper-area:not(.active) {
  overflow: hidden;
  height: 0;
  pointer-events: none;
}
.cart-page .section .section-ttl, .cart-page .section .slider-ttl {
  font-family: "Marcellus", "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 1;
}
@media (max-width: 750px) {
  .cart-page .section .section-ttl, .cart-page .section .slider-ttl {
    font-size: 1.3rem;
    margin-bottom: 9px;
  }
}
.cart-page .section .slider-ttl {
  margin-bottom: 0;
  padding-bottom: 4px;
  border-bottom: solid 1px transparent;
}
@media screen and (min-width: 751px) {
  .cart-page .section .slider-ttl:not(:last-child) {
    margin-right: 80px;
  }
}
.cart-page .section .slider-ttl.active {
  border-bottom: solid 1px #707070;
}

header.nolink {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: none;
  padding-top: 20px;
}

header.nolink {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: none;
  padding-top: 20px;
}

footer.nolink {
  text-align: right;
  padding-bottom: 20px;
}

.cart-page .regmessageWrapper .regmessage__txt {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) {
  .cart-page .regmessageWrapper .regmessage__txt {
    font-size: 1.4rem;
  }
}
.cart-page .regmessageWrapper .button {
  background: #666;
  border: none;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 751px) {
  .cart-page .regmessageWrapper .button {
    max-width: 290px;
    margin: auto;
  }
}

.delivery-accident-comment-block p:first-child {
  padding-top: 0.5em;
}

.mainContents.formWrapper {
  max-width: 960px;
  margin: auto;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  .mainContents.formWrapper {
    padding: 0 30px;
    padding-bottom: 100px;
  }
  .mainContents.formWrapper .stepListWrapper {
    padding: 0;
  }
  .mainContents.formWrapper .buttonArea ul {
    margin-bottom: 0;
  }
  .mainContents.formWrapper .buttonArea .button {
    margin-bottom: 0;
  }
  .mainContents.formWrapper ul.done-btnList li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .mainContents.formWrapper {
    width: calc(100% - 60px);
  }
}
.mainContents.formWrapper .formTable .inputRow .inputCol select {
  border: none;
  border-bottom: solid 1px #B4B4B4;
  background: none;
  height: 28px;
  font-family: gill-sans-nova, "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  color: #6C6C6C;
  background-image: url(../img/icon/ico_dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 11px center;
  outline: none;
  min-height: 28px;
}
.mainContents.formWrapper .formTable .inputRow .inputCol input[type=radio] + label {
  font-size: 1.1rem;
  color: #6C6C6C;
  padding-left: 30px;
  margin: 0;
}
.mainContents.formWrapper .formTable .inputRow .inputCol .payment_icon {
  float:left;
}
.mainContents.formWrapper .formTable .inputRow .inputCol input[type=radio] + label:before {
  width: 14px;
  height: 14px;
  border-color: #6C6C6C;
  top: 50%;
  transform: translateY(-50%);
}
.mainContents.formWrapper .formTable .inputRow .inputCol input[type=radio]:checked + label:after {
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #6C6C6C;
}
.mainContents.formWrapper .radio-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.mainContents.formWrapper .radio-list li:not(:last-child) {
  margin-right: 40px;
}
.mainContents.formWrapper .inputCol .inputColInner.marginCell {
  padding-left: 1em;
}
@media (max-width: 750px) {
  .mainContents.formWrapper .inputCol .inputColInner.marginCell {
    padding-left: 40px;
  }
}
.mainContents.formWrapper form .inputRow:not(:last-child) {
  margin-bottom: 60px;
}
.mainContents.formWrapper form .inputRow.mb20 {
  margin-bottom: 20px;
}
.mainContents.formWrapper form .inputRow .inputCol:last-child {
  margin-bottom: 0;
}
.mainContents.formWrapper form .inputRow .inputCol:not(:last-child) {
  margin-bottom: 20px;
}
.mainContents.formWrapper .formTable .form-box:not(.first) {
  padding-top: 40px;
}
.mainContents.formWrapper form .form-ttl {
  margin-bottom: 20px;
}
.mainContents.formWrapper form .form-ttl small {
  font-size: 1.1rem;
  color: inherit;
}
.mainContents.formWrapper form .inputRow.inputRow--address {
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .mainContents.formWrapper form .inputRow.inputRow--address {
    margin-bottom: 20px;
  }
}
.mainContents.formWrapper form .inputRow.inputRow--address .inputCol {
  padding-left: 50px;
}
.mainContents.formWrapper form .inputRow.inputRow--address .form-bottom {
  margin-bottom: 20px;
}
.mainContents.formWrapper form .delivery_box {
  width: calc(100% - 50px);
  margin-left: auto;
  padding-top: 30px;
  margin-top: 0;
}
.mainContents.formWrapper .form-content--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.mainContents.formWrapper .form-content--col2 span.line {
  width: 100%;
  margin: 0;
}
.mainContents.formWrapper .form-content--col2 > .inputRow:not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .mainContents.formWrapper .form-content--col2 .inputRow .inputHead {
    margin-bottom: 3px;
  }
  .mainContents.formWrapper .form-content--col2 .inputRow .inputHead .inputLabel {
    font-size: 1.1rem;
  }
}
.mainContents.formWrapper .payment_credit_card {
  padding-left: -16px;
}
.mainContents.formWrapper .payment_option_item {
  padding-left: 16px;
}
.mainContents.formWrapper .formTable .form-box {
  overflow: visible;
}
.mainContents.formWrapper .formTable .form-box.first {
  border-bottom: solid 1px #B4B4B4;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .mainContents.formWrapper .formTable .form-box.first {
    padding-bottom: 40px;
  }
}
.mainContents.formWrapper form .credit-form {
  border: solid 1px #BFBFBF;
  padding: 20px 15px 30px;
}
@media (min-width: 751px) {
  .mainContents.formWrapper form .credit-form {
    width: calc(100% + 20px);
    left: -10px;
    position: relative;
    padding: 36px 26px;
  }
}
.mainContents.formWrapper form .credit-form__inner {
  padding-top: 20px;
  padding-left: 1em;
}
.mainContents.formWrapper form .dcc-credit-form__inner {
  padding-top: 20px;
  padding-left: 1em;
}
@media (min-width: 751px) {
  .mainContents.formWrapper form .credit-form__inner {
    padding: 30px 30px 0;
  }
  .mainContents.formWrapper form .dcc-credit-form__inner {
    padding: 30px 30px 0;
  }
}
.mainContents.formWrapper form .credit-form .form_payment_option {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
@media (max-width: 750px) {
  .mainContents.formWrapper form .credit-form .form_payment_option {
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .mainContents.formWrapper form .credit-form label img {
    margin-left: 40px;
  }
}
@media (max-width: 750px) {
  .mainContents.formWrapper form .credit-form label img {
    width: 125px;
  }
}
.mainContents.formWrapper form .credit-form .card-no {
  margin: 1em 0;
}
@media (max-width: 750px) {
  .mainContents.formWrapper form .credit-form .inputRow:not(:last-child) {
    margin-bottom: 20px;
  }
}
.mainContents.formWrapper form .credit-form__row {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .mainContents.formWrapper form .credit-form__row {
    margin-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .mainContents.formWrapper form .credit-form__expiration {
    width: 56.0975609756%;
  }
}
.mainContents.formWrapper form .credit-form .credit-form__cvv.inputColInner {
  position: relative;
  padding-right: 38px;
}
@media (max-width: 1023px) {
  .mainContents.formWrapper form .credit-form .credit-form__cvv.inputColInner {
    margin-top: 20px;
    width: calc(48.5% + 38px);
  }
}
@media (min-width: 1024px) {
  .mainContents.formWrapper form .credit-form .credit-form__cvv.inputColInner {
    width: 34.1463414634%;
  }
}
.mainContents.formWrapper form .credit-form .credit-form__cvv.inputColInner span.line {
  width: 100%;
}
.mainContents.formWrapper form .credit-form .question-ico {
  top: 0;
  width: 24px;
  height: 24px;
}
.mainContents.formWrapper form .credit-form .validity-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
  padding-right: 38px;
}
.mainContents.formWrapper form .credit-form .validity-wrap span.line_date.date,
.mainContents.formWrapper form .credit-form .validity-wrap span.line_date.slash {
  font-size: 1em;
  width: fit-content;
}
.mainContents.formWrapper form .credit-form .validity-wrap span.line_date.slash {
  margin-left: 10px;
  margin-right: 10px;
}
.mainContents.formWrapper form .credit-form .validity-wrap span.line_date.date {
  margin-left: 10px;
}
.mainContents.formWrapper form .credit-form__bottom-txt {
  margin-top: 20px;
  font-size: 1rem;
}
.mainContents.formWrapper form .credit-form__bottom-txt p:not(:last-child) {
  margin-bottom: 1em;
}
.mainContents.formWrapper form .credit-form .inputColRegist {
  border: none;
  padding: 0;
  border-top: solid 1px #B4B4B4;
  padding-top: 40px;
}
.mainContents.formWrapper form .credit-form .inputColRegist ul {
  padding-left: 0;
  font-size: 1rem;
}
.mainContents.formWrapper form .credit-form .inputHead .inputLabel {
  font-size: 1.1rem;
}
.mainContents.formWrapper form .credit-form .inputRow.first {
  margin-bottom: 40px;
}
.mainContents.formWrapper form .credit-form .inputRow--number .line {
  max-width: 130px;
}
.mainContents.formWrapper form .inputRow .inputCol .birth-wrap {
  display: grid;
  grid-template-columns: 8fr 1.2fr 8fr 1.2fr 8fr;
  gap: 1em;
  width: 100%;
}
.mainContents.formWrapper form .inputRow .inputCol .birth-wrap .line_date {
  width: 100%;
}
@media (min-width: 751px) {
  .mainContents.formWrapper form .inputRow .inputCol .birth-wrap {
    max-width: 375px;
  }
}
.mainContents.formWrapper input[type=checkbox] + label {
  margin-left: 0;
}
.mainContents.formWrapper .inputRow.inputRow--address .deliveryAddressList .inputCol {
  padding-left: 0;
  padding-bottom: 10px;
}
.mainContents.formWrapper .deliveryAddressList label {
  font-size: 1em;
}
.mainContents.formWrapper .gray-form {
  background: none;
  border: solid 1px #BFBFBF;
}
.mainContents.formWrapper .form-box.boder--none {
  border: none;
  padding-bottom: 0;
}
.mainContents.formWrapper .inputRow .form-bottom:last-child {
  margin-bottom: 0;
}
.mainContents.formWrapper .form-bottom:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 751px) {
  .mainContents.formWrapper .form-bottom:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .mainContents.formWrapper .form-bottom:not(:last-child).payment_option_item {
    margin-bottom: 40px;
  }
}
.mainContents.formWrapper .termLinks {
  font-size: 1.2rem;
  margin-top: 60px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .mainContents.formWrapper .termLinks {
    margin-bottom: 15px;
  }
}
.mainContents.formWrapper .termLinks a {
  color: inherit;
}
.mainContents.formWrapper .buttonArea ul li.back input {
  background: url(../img/icon/slide-prev.svg) no-repeat left 10px center;
}
@media (max-width: 750px) {
  .mainContents.formWrapper .formTable.confirm .form-content {
    padding: 0;
  }
}
.mainContents.formWrapper .form-content__bottom {
  font-size: 1rem;
  margin-top: 1em;
}
@media (max-width: 750px) {
  .mainContents.formWrapper .input_attention {
    letter-spacing: 0.05em;
  }
}
.mainContents.formWrapper .sp-back-btn input {
  background: url(../img/icon/slide-prev.svg) no-repeat left 10px center;
}
@media (min-width: 751px) and (max-width: 1023px) {
  .mainContents.formWrapper ul.done-btnList.col2 li {
    width: calc(50% - 10px);
  }
}
@media (min-width: 751px) {
  .mainContents.formWrapper .buttonArea ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .mainContents.formWrapper .buttonArea ul li {
    margin: 0;
    width: calc(50% - 5px);
  }
  .mainContents.formWrapper .buttonArea ul li .button {
    margin: 0;
  }
}

.mainContents.formWrapper .stepListWrapper .stepLabel {
  width: 31.5699658703%;
}

/*-----------------------------------------
ご注文内容入力
-------------------------------------------*/
@media (max-width: 750px) {
  .mainContents.formWrapper.step02 .formTable .form-box.first {
    padding-bottom: 80px;
  }
}

.tax_number {
  display: none;
}

#paypal-container-03{
	text-align: center;
}
#paypal-container-01 {
    text-align: center;
}
.formTable .buttonArea{
	width: auto;
}
/*-----------------------------------------
ご注文内容確認
-------------------------------------------*/
.page--cart.step03.formWrapper .formTable {
  font-size: 1.2rem;
}
.page--cart.step03.formWrapper .formTable .form-box {
  padding-bottom: 40px;
}
.page--cart.step03.formWrapper .formTable .form-box:not(.first) {
  padding-top: 40px;
}
.page--cart.step03.formWrapper .formTable .form-box.border--none {
  padding-bottom: 0;
  border: none;
}
.page--cart.step03.formWrapper .formTable .form-box.last {
  padding-bottom: 0;
}
.page--cart.step03.formWrapper .formTable .inputCol {
  padding-left: 1em;
}
.page--cart.step03.formWrapper .formTable .form-ttl {
  margin-bottom: 38px;
}
.page--cart.step03.formWrapper .formTable .inputHead {
  margin-bottom: 20px;
}
.page--cart.step03.formWrapper .formTable .inputRow:not(:last-child) {
  margin-bottom: 40px;
}
.page--cart.step03.formWrapper .formTable .inputRow.last {
  margin-bottom: 0;
}
.page--cart.step03.formWrapper .buttonArea {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .page--cart.step03.formWrapper .buttonArea .done-btnList {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
  }
  .page--cart.step03.formWrapper .buttonArea .done-btnList li {
    margin: 0;
  }
  .page--cart.step03.formWrapper .buttonArea .done-btnList li:not(:first-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 751px) {
  .page--cart.step03.formWrapper .buttonArea .done-btnList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.page--cart.step03.formWrapper .buttonArea .done-btnList li {
  width: 100%;
}

/*-----------------------------------------
ご注文完了
-------------------------------------------*/
@media (min-width: 751px) {
  .page--cart.step04.formWrapper .cart-left {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 580px;
  }
  .page--cart.step04.formWrapper .formWrapper__content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .page--cart.step04.formWrapper .formWrapper__content .cart-left, .page--cart.step04.formWrapper .formWrapper__content .cart-right {
    float: none;
  }
}
.page--cart.step04.formWrapper .text-box {
  font-size: 1.2rem;
}
@media (max-width: 750px) {
  .page--cart.step04.formWrapper .text-box {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .page--cart.step04.formWrapper .buttonArea {
    margin-top: 240px;
    padding-top: 0;
  }
}
@media (min-width: 751px) {
  .page--cart.step04.formWrapper .buttonArea {
    margin-top: auto;
  }
}
@media (max-width: 750px) {
  .page--cart.step04.formWrapper .buttonArea .done-btnList {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
  }
  .page--cart.step04.formWrapper .buttonArea .done-btnList li {
    margin: 0;
  }
  .page--cart.step04.formWrapper .buttonArea .done-btnList li:not(:first-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 751px) {
  .page--cart.step04.formWrapper .buttonArea .done-btnList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.page--cart.step04.formWrapper .buttonArea .done-btnList li {
  width: 100%;
}
.page--cart.step04.formWrapper .buttonArea.buttonArea--bottom {
  margin-top: 0;
}
.page--cart.step04.formWrapper .buttonArea.buttonArea--bottom .done-btnList li {
  margin: 0;
}
.page--cart.step04.formWrapper .buttonArea.buttonArea--bottom .done-btnList li:not(:last-child) {
  margin-top: 20px;
}
.page--cart.step04.formWrapper .buttonArea.buttonArea--bottom .done-btnList .button {
  margin: 0;
}

/*-----------------------------------------
カートエラー
-------------------------------------------*/
.mainContents.regmessageWrapper {
  height: calc( var(--vh) * 100 - 90px - 35px - 15px);
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .mainContents.regmessageWrapper {
    padding-bottom: 100px;
  }
  .mainContents.regmessageWrapper .regmessageArea {
    text-align: left;
  }
  .mainContents.regmessageWrapper .error-messages-page li {
    text-align: left;
  }
}
@media (min-width: 751px) {
  .mainContents.regmessageWrapper {
    height: calc( var(--vh) * 100 - 160px - 15px - 35px);
  }
  .mainContents.regmessageWrapper .regmessageArea {
    text-align: center;
  }
}
.mainContents.regmessageWrapper .buttonArea .button {
  margin: 0;
  font-size: 1.3rem;
  height: 40px;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  .mainContents.regmessageWrapper .buttonArea {
    width: 315px;
    margin: auto;
  }
}

.jp_only:lang(en) {
  display: none !important;
}

.cart-btn-container {
  max-width: 586px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 750px) {
  .cart-btn-container {
    max-width: 100%;
    padding: 0 10px;
    flex-flow: row wrap;
  }
}
.cart-btn-container .cart-btn {
  flex: 0 0 auto;
  width: calc(50% - 5px);
  height: 40px;
  line-height: 38px;
  background: #FFF;
  border: solid 1px #6C6C6C;
  color: #6C6C6C;
  font-family: "Marcellus", "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
}
@media (max-width: 750px) {
  .cart-btn-container .cart-btn {
    width: 100%;
  }
}
.cart-btn-container .cart-btn:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 750px) {
  .cart-btn-container .cart-btn:nth-child(2) {
    margin-left: 0;
    margin-bottom: 20px;
    order: -1;
  }
}
.cart-btn-container .cart-btn.gray-btn {
  background: #6C6C6C;
  color: #FFF;
}

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

/* 支払い方法アイコン */
.payment_icon_image img {
  margin-left: 167px;
  margin-top: -39px;
}
.payment_icon_image_en img {
  margin-left: 116px;
  margin-top: -6px;
}

/* AURALEE-601対応 ここから */
.gift-link-box {
  border-bottom: solid 1px #B4B4B4;
  padding-bottom: 25px;
  margin-bottom: 40px !important;
}
.gift-box {
  border-top: solid 1px #B4B4B4;
  margin-top: 40px;
}
.gift_wrapping_img {
   width: auto;
   text-align: center;
}
.img_width {
  width: 280px;
}
.gift_btn {
  font-size: 12px;
  background-color: #ffffff;
  color: #6C6C6C !important;
  border: solid 1px #6C6C6C;
  padding: 15px;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: gill-sans-nova, "Yu Gothic Std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.gift_btn:hover,
.gift_btn:focus {
    background-color: #ffffff;
}
.invalid_btn {
  font-size: 12px;
  color: #D8D8D8 !important;
  border: solid 1px #D8D8D8;
  padding: 15px;
  width: 70%;
  margin: 10px auto 20px auto;
  user-select: none;
}
@media only screen and (max-width: 750px) {
  .gift_wrapping_img,
  .img_width {
    width: auto;
  }
  .gift_btn,
  .invalid_btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.gift_link_gray {
  color: #6C6C6C !important;
  border-bottom: solid 1px #6C6C6C;
}
.gift_link_red {
  color: #f04124 !important;
  border-bottom: solid 1px #f04124;
}
.text-gray {
  color: #6C6C6C !important;
}
.text-red {
  color: #f04124;
}
.top-5 {
  margin-top: 5px;
}
.top-10 {
  margin-top: 10px;
}
.top-20 {
  margin-top: 20px;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
/* AURALEE-601対応 ここまで */
