@charset "utf-8";

/************************************************
  cart.css
************************************************/

@font-face {
  font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.special-container {
  margin: 0 0 20px;
  padding: 0 0 27px 0;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
}
.cart-item-image:hover {
  opacity: 0.7;
}

/* ----------- CART ------------------*/

.selling-price {
  font-size: 10px;
  vertical-align: bottom;
  text-align: right;
  white-space: nowrap;
}
.btn-icon-trash a {
  padding: 13px 12px;
  padding-left: 30px;
  border: none;
  background: #dfdfdf;
  cursor: pointer;
}
.btn-icon-trash a span {
  margin-left: 5px;
  font-weight: bold;
}
.btn-icon-trash a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  background-image: url(../../images/icon/ico-history-delete.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  right: 10px;
  margin: -11.5px 0 0 0;
  left: 13px;
  background-size: 100%;
}
.cart-step-wrap {
  width: 60%;
  margin: 15px auto 15px;
}

/*購入手続き*/

.cart {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.purchase-step {
  background: #f5f5f6;
  margin: 0 -15px 20px;
  border-top: 1.5px solid #d1d1d2;
  border-bottom: 1.5px solid #d1d1d2;
}
.purchase-step-inner {
  width: 100%;
  position: relative;
  padding: 20px 0 15px 5.3%;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
@media (min-width: 751px) {
  .purchase-step {
    margin: 0 -20px;
  }
  .purchase-step-inner {
    width: 100%;
    padding: 20px 0 15px 37px;
  }
}
.purchase-step-inner-for-box-1piece {
  padding-left: 0px !important;
}
.purchase-step-inner .box {
  position: relative;
  background: #dddee2;
  border-radius: 5px;
  color: #51515b;
  text-align: center;
  float: left;
}
.purchase-step-inner .box-4piece {
  padding: 27px 6px 3px;
  width: 16%;
  min-width: 70px;
  min-height: 40px;
  font-size: 90%;
  margin-right: 7%;
}
.purchase-step-inner .box-3piece {
  padding: 20px 4px 3px;
  width: 20%;
  min-width: 86px;
  min-height: 36px;
  margin-left: 3%;
}
.purchase-step-inner .box-2piece {
  padding: 20px 4px 3px;
  width: 40%;
  min-width: 86px;
  min-height: 36px;
}
.purchase-step-inner .box-1piece {
  margin: 0 auto;
  padding: 20px 4px 3px;
  width: 90%;
  min-width: 86px;
  min-height: 36px;
}
.purchase-step-inner .here {
  background: #51515b;
  color: #fff;
}
.purchase-step-inner li span {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 26px;
  height: 26px;
  line-height: 27px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #51515b;
  border: 1.5px solid #51515b;
  border-radius: 100%;
  background-color: #fff;
}
.purchase-step-inner .arrow-1, .purchase-step-inner .arrow-2, .purchase-step-inner .arrow-3 {
  display: inline-block;
}
.purchase-step-inner .arrow {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2.5px #51515b;
  border-right: solid 2.5px #51515b;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.purchase-step-inner .arrow-4piece-1 {
  position: absolute;
  top: 46%;
  left: 23%;
}
.purchase-step-inner .arrow-4piece-2 {
  position: absolute;
  top: 46%;
  left: 47%;
}
.purchase-step-inner .arrow-4piece-3 {
  position: absolute;
  top: 46%;
  left: 71%;
}
.purchase-step-inner .arrow-3piece-1 {
  position: absolute;
  top: 46%;
  left: 31%;
}
.purchase-step-inner .arrow-3piece-2 {
  position: absolute;
  top: 46%;
  left: 63%;
}
.purchase-step-inner .arrow-2piece {
  position: absolute;
  top: 46%;
  left: 46%;
}
@media (min-width: 751px) {
  .purchase-step-inner li span {
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .purchase-step-inner li span {
    position: absolute;
    top: -13px;
    left: -13px;
    width: 22px;
    height: 22px;
    line-height: 23px;
    font-size: 12px;
  }
  .purchase-step-inner .box-3piece-2line {
    padding: 13px 4px 3px;
  }
  .purchase-step-inner .box-4piece {
    padding: 18px 4px 0;
    width: 16%;
    min-width: 40px;
    min-height: 35px;
    font-size: 80%;
  }
  .purchase-step-inner .box-4piece-2line {
    padding: 13px 4px 0;
  }
  .purchase-step-inner .box-3piece {
    width: 22%;
    min-width: 86px;
    min-height: 36px;
    margin-left: 0;
  }
  .purchase-step-inner .box-2piece {
    padding: 20px 4px 3px;
    width: 40%;
    min-width: 86px;
    min-height: 36px;
  }
  .purchase-step-inner .arrow-4piece-1 {
    position: absolute;
    top: 46%;
    left: 24%;
  }
  .purchase-step-inner .arrow-4piece-2 {
    position: absolute;
    top: 46%;
    left: 47%;
  }
  .purchase-step-inner .arrow-4piece-3 {
    position: absolute;
    top: 46%;
    left: 71%;
  }
  .purchase-step-inner .arrow-3piece-1 {
    position: absolute;
    top: 46%;
    left: 32%;
  }
  .purchase-step-inner .arrow-3piece-2 {
    position: absolute;
    top: 46%;
    left: 63%;
  }
  .purchase-step-inner .arrow-2piece {
    position: absolute;
    top: 46%;
    left: 47%;
  }
}
@media (min-width: 568px) and (max-width: 736px) {
  .purchase-step-inner .arrow-4piece-1 {
    position: absolute;
    top: 46%;
    left: 23%;
  }
  .purchase-step-inner .arrow-2piece {
    position: absolute;
    top: 46%;
    left: 46%;
  }
  .purchase-step-inner .box-4piece-2line {
    padding: 18px 4px 0;
  }
  .purchase-step-inner .box-3piece-2line {
    padding: 18px 4px 3px;
  }
}
@media (max-width: 320px) {
  .purchase-step-inner {
    padding-left: 12px;
  }
  .purchase-step-inner li span {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
  }
  .purchase-step-inner .box-4piece {
    padding: 18px 4px 0;
    width: 16%;
    min-width: 50px;
    min-height: 35px;
    font-size: 80%;
  }
  .purchase-step-inner .box-4piece-2line {
    padding: 13px 4px 0;
  }
  .purchase-step-inner .box-3piece {
    padding: 20px 4px 3px;
    width: 20%;
    min-width: 76px;
    min-height: 36px;
    margin-left: 5px;
  }
  .purchase-step-inner .box-3piece-2line {
    padding: 13px 4px 3px;
  }
  .purchase-step-inner .box-2piece {
    padding: 20px 4px 3px;
    width: 40%;
    min-width: 86px;
    min-height: 36px;
    margin-left: 7px;
  }
  .purchase-step-inner .arrow-4piece-1 {
    position: absolute;
    top: 46%;
    left: 22%;
  }
  .purchase-step-inner .arrow-4piece-2 {
    position: absolute;
    top: 46%;
    left: 47%;
  }
  .purchase-step-inner .arrow-4piece-3 {
    position: absolute;
    top: 46%;
    left: 71%;
  }
  .purchase-step-inner .arrow-3piece-1 {
    position: absolute;
    top: 46%;
    left: 32%;
  }
  .purchase-step-inner .arrow-3piece-2 {
    position: absolute;
    top: 46%;
    left: 64%;
  }
  .purchase-step-inner .arrow-2piece {
    position: absolute;
    top: 46%;
    left: 47%;
  }
}

/************/

.cart-step {
  /*padding: 42px 120px 15px 140px;*/
  position: relative;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.cart-step:after {
  content: none;
}
.cart-step .cart-step-item {
  float: left;
  width: 95px;
  /*margin-top: -23px;*/
}
.cart-step .cart-step-item .note {
  position: absolute;
  left: 0;
  white-space: nowrap;
  width: 190px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
  letter-spacing: 0.1rem
}
.cart-step-line {
  width: 75%;
  height: 2px;
  border: 1px solid #dcdcde;
  background-color: #51515b;
  margin: 0 auto;
  position: relative;
  top: -68px;
}
.cart-step-line02 {
  width: 92px;
  height: 42px;
  border: 1px solid #dcdcde;
  background-color: #51515b;
  margin: 0 auto;
  position: relative;
  top: -92px;
  left: -42px;
  /*top: 50%;*/
  /*top: -57px;*/
  /*margin-top: -35px !important;*/
  /*margin-left: 50px;*/
  z-index: 0;
}
.cart-step-line03 {
  width: 90px;
  height: 1px;
  border: 1px solid #dcdcde;
  background-color: #FFF;
  margin: 0 auto;
  position: relative;
  top: -115px;
  left: -42px;
  /*top: 50%;*/
  /*top: -66px;*/
  /*margin-top: -15px !important;*/
  /*margin-left: 50px;*/
  z-index: 0;
}
.cart-step-line04 {
  width: 92px;
  height: 42px;
  border: 1px solid #dcdcde;
  background-color: #51515b;
  margin: 0 auto;
  position: relative;
  top: -92px;
  left: 42px;
  z-index: 0;
}
.cart-step-line05 {
  width: 90px;
  height: 1px;
  border: 1px solid #dcdcde;
  background-color: #FFF;
  margin: 0 auto;
  position: relative;
  top: -115px;
  left: 42px;
  z-index: 0;
}
.cart-step .cart-step-item-center {
  /*margin-left: 82px;*/
}
.cart-step .cart-step-item-middle {
  /*margin-left: 27px;*/
}
.cart-step .cart-step-item:last-child {
  /*float: right;*/
}
.cart-step .cart-step-item:last-child:after {
  clear: both;
}
.cart-step .cart-step-item+span {
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #51515b;
  border: 2px solid #51515b;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.cart-step .cart-step-item.active+span {
  color: #fff;
  background-color: #51515b;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(202, 202, 205, 1);
  -moz-box-shadow: 0px 0px 0px 6px rgba(202, 202, 205, 1);
  box-shadow: 0px 0px 0px 6px rgba(202, 202, 205, 1);
}
.cart-step .cart-step-item span.number {
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #51515b;
  border: 2px solid #51515b;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.cart-step .cart-step-item.active span.number {
  color: #fff;
  background-color: #51515b;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(202, 202, 205, 1);
  -moz-box-shadow: 0px 0px 0px 6px rgba(202, 202, 205, 1);
  box-shadow: 0px 0px 0px 6px rgba(202, 202, 205, 1);
}
.cart-step .cart-step-item p {
  margin-top: 7px;
  text-align: center;
}
.cart-step .cart-step-item.active p {
  font-weight: normal;
}
.cart-step .cart-step-item.active p.last {
  font-weight: bold;
}
.cart-tab {
  width: 100%;
}
.cart-tab .cart-tab-item {
  display: block;
  width: 50%;
  float: left;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.cart-tab .cart-tab-item.disable {
  cursor: auto;
}
.cart-tab .cart-tab-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 6px;
  top: 50%;
  right: 13px;
  background: url(../../images/icon/ico_sprite.png) no-repeat -119px -85px;
  -moz-background-size: 200px 152px;
  -webkit-background-size: 200px 152px;
  -o-background-size: 200px 152px;
  -ms-background-size: 200px 152px;
  background-size: 200px 152px;
}
.cart-tab .cart-tab-item span {
  padding: 16px 0;
  display: inline-block;
  position: relative;
  color: #999;
}
.cart-tab .cart-tab-item span strong {
  padding: 0 12px;
  height: 19px;
  line-height: 19px;
  border-radius: 15px;
  color: #fff;
  background-color: #e90000;
  font-weight: lighter;
  box-sizing: border-box;
  display: none;
}
.contents-ttl {
    font-size: 130%;
    margin-bottom: 6px;
}

/* 申込手続き画面 */
p.annotation {
  color: #FF0000;
  margin-bottom: 1rem;
}
.member-info-area {
  padding: 1rem;
  border: solid 1px #d1d1d2;
  background-color: #f5f5f6;
}
.member-info-area .name > div, .member-info-area .kana > div, .member-info-area .sex > div, .member-info-area .select-birth , .member-info-area .tel, .member-info-area .postal-code,
.member-info-area .prefectures-code, .member-info-area .city, .member-info-area .street, .member-info-area .building, .member-info-area .mail {
  display: flex;
  margin-bottom: 1rem;
}
.member-info-area .required {
  color: #FF0000;
}
.member-info-area .tel span {
  align-self: center;
}
.member-info-area input {
  width: 100%;
  height: 50px !important;
  background-color: #FFFFFF;
}

.member-info-area input.tel-number {
  width: 25%;
}
.member-info-area input.postal-number {
  width: 35%;
}
.member-info-area .select-category-choices {
  background-position: 94% center;
  background-color: #FFFFFF;
  height: 50px;
  font-size: 1.4rem;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 0 12px;
  color: #333333;
}
.member-info-area .custom-select-birth {
  display: inline-block;
  height: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background: #FFFFFF;
  line-height: center;
}
.member-info-area .custom-select-birth .select-birth-choice {
  background-position: 90% center;
  width: 100px;
  height: 50px;
  padding: 0 10px;
}

.notice .notice-text {
  font-size: 12px;
  line-height: 1.64;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #909497;
  padding: 10px;
  margin: 20px 10px;
}
.pricerange-area {
  margin-top: 2rem;
}
.pricerange {
  margin-bottom: 2rem;
  border: solid 1px #d1d1d2;
  border-radius: 0.5em;
}
.pricerange .choices {
  padding: 0;
  margin: 0;
}
.pricerange .choices .choices-eachBox .inner {
  border-bottom: solid 1px #d1d1d2;
  padding: 0 5px;
}
.pricerange .choices .choices-eachBox .inner.last {
  border-bottom: none;
}
.pricerange .choices .choices-eachBox .inner a {
  position: relative;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  transition: opacity 0.2s linear 0s;
}
.pricerange .choices .choices-eachBox .inner a dt {
  padding: 0 0 0 30px;
  margin: 0;
  min-height: 32px;
}
.pricerange .choices .choices-eachBox .inner a dl dt p {
  padding: 7px 0 0;
  font-size: 1.4rem;
}
.pricerange .choices .choices-eachBox .inner a:before {
  position: absolute;
  content: "";
  top: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.pricerange .choices .choices-eachBox .inner input {
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.pricerange .choices .choices-eachBox .inner input[type="radio"]:checked+a:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  margin: 8px;
  border-radius: 50%;
  background: #eb5505;
  transition: opacity 0.2s linear 0s;
}
.pricerange .choices .choices-eachBox .inner .radio-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 5px;
}
.pricerange .choices .choices-eachBox .inner .radio-text dt {
  height: 40px;
  margin-top: 2.5%;
}
.pricerange .choices .choices-eachBox .inner .radio-text dt p {
  padding-top: 12px;
}
.pricerange .choices .choices-eachBox .inner .discountinfo {
  clear: both;
  padding-bottom: 5px;
  margin: 0 5px;
  height: 83%;
}
.pricerange .choices .choices-eachBox .inner .discountinfo input{
  clear: both;
  display: block;
  height: 25px;
  box-sizing: border-box;
  padding: 0 13px 0 13px;
  border: 1px solid #d7d7d7;
  vertical-align: middle;
  background-color: #fafafa;
  border-radius: 5px;
  margin-left: 53px;
  float: left;
  width: 139px;
  font-size: 13px;
  font-weight: normal;
      text-align: right;
}
.pricerange .choices .choices-eachBox .inner .discountinfo p {
  margin: 7px 0 0 0;
}
.pricerange .choices .choices-eachBox .inner .discountinfo .box {
  float: right;
  margin-left: 2px;
}
.pricerange .choices .choices-eachBox .inner .discountinfo .variablebox {
  float: right;
  margin-left: 2px;
  position: relative;
  top: -5px;
}
.pricerange .choices .choices-eachBox .inner .discountinfo .offbox {
  background-color: #ea5504;
  font-size: 10px;
  padding: 5px 0;
  border-radius: 3px;
  width: 18%;
  text-align: center;
  color: #FFFFFF;
}
.pricerange .choices .choices-eachBox .inner .discountinfo .nomalprice {
  font-size: 12px;
  color: #b8b8b8;
  padding: 5px 0;
  text-align: right;
  white-space: nowrap;
  text-decoration: line-through;
}

.variableinfo {
  font-size: 13px;
  color: #0000000;
  padding: 24px 0px 0px 0px;
  width: 218px;
}

.campaign-area {
  margin-top: 13px;
  color: #fafafa;   
  background-color: #fd1200;
  padding-left: 8px;
  padding-bottom: 6px;
  padding-top: 4px;
  padding-right: 8px;
  border-radius: 5px;
  width: auto;
  float: right;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}

@media (max-width: 360px) {
  .campaign-area {
    margin-top: 13px;
    color: #fafafa;   
    background-color: #fd1200;
    padding-left: 5px;
    padding-bottom: 6px;
    padding-top: 4px;
    padding-right: 2px;
    border-radius: 5px;
    width: auto;
    float: right;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
  }
}

.lineup {
  margin-top: 33px;
}

.campaign-everyone {
  margin-top: 29px;
  color: #fafafa;   
  background-color: #fd1200;
  padding-left: 8px;
  padding-bottom: 6px;
  padding-top: 4px;
  padding-right: 8px;
  border-radius: 5px;
  width: auto;
  float: right;
  font-size: 12px;
  text-align: center;
}

.pricerange .choices .choices-eachBox .inner .discountinfo .specialprice {
  font-size: 20px;
  color: #ea5504;
  padding: 0;
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
}


.questionnaire {
  margin-bottom: 2rem;
  border: solid 1px #d1d1d2;
}
.questionnaire-area {
  margin-top: 2rem;
}
.questionnaire-area > p {
  margin-bottom: 1rem;
}
.questionnaire .question {
  padding: 0.5rem;
  background: #f5f5f6;
}
.questionnaire .question .required {
  color: #FF0000;
}
.questionnaire .choices {
  padding: 1rem;
  margin: 0;
}
.questionnaire .choices .choices-eachBox .inner a {
  position: relative;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  transition: opacity 0.2s linear 0s;
}
.questionnaire .choices .choices-eachBox .inner a dt {
  padding: 0 0 0 43px;
  margin: 0;
  min-height: 32px;
}
.questionnaire .choices .choices-eachBox .inner a dl dt p {
  padding: 7px 0 0;
  font-size: 1.4rem;
}
.questionnaire .choices .choices-eachBox .inner a:before {
  position: absolute;
  content: "";
  top: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.questionnaire .choices .choices-eachBox .inner input {
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.questionnaire .choices .choices-eachBox .inner input[type="radio"]:checked+a:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  margin: 8px;
  border-radius: 50%;
  background: #eb5505;
  transition: opacity 0.2s linear 0s;
}
.questionnaire .choices .choices-eachBox .inner .pertain-text {
  display: block;
  width: 99.1%;
  height: 50px;
  font-size: 16px;
  margin:9px 0;
}
.questionnaire .choices .choices-eachBox .inner .radio {
  display: inline-block;
  width: auto;
}
.questionnaire .choices .choices-eachBox .inner .radio-text {
  display: block;
  width: 100%;
  padding: 0 5px 0 5px;
}
.questionnaire .choices .choices-eachBox .inner .radio-text dt {
  height: 50px;
  margin-top: 2.5%;
}
.questionnaire .choices .choices-eachBox .inner .radio-text dt p {
  padding-top: 12px;
}
.questionnaire .choices .choices-eachBox .category-box .select-checkbox {
  display: inline-block;
  width: auto;
}
.questionnaire .choices .choices-eachBox .category-box .select-checkbox p {
  padding-top: 6px;
}
.questionnaire .choices input[type="checkbox"] {
  height: 10px;
  width: auto;
}
.questionnaire .choices .select-choices {
  background-position: 97% center;
  width: auto;
  max-width: 100%;
  height: 50px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 0 12px;
  color: #333333;
}
.questionnaire .choices .message, .questionnaire .choices .note {
  border: 1px solid #dfdfdf;
  resize: none;
  width: 100%;
  height: 10rem;
  font-size: 16px;
}
.questionnaire .choices .remarks-message {
  width: 100%;
}
.questionnaire .choices .choices-eachBox .checkbox-choices {
  width: 100%;
  margin-bottom: 1rem;
}
.questionnaire .choices .choices-eachBox .checkbox-choices ul {
  position: relative;
}
.questionnaire .choices .choices-eachBox .checkbox-choices li {
  position: relative;
  width: 100%;
  margin: 7px 0 7px 7px;
}
.questionnaire .choices .remarks-message {
  width: 100%;
}
.questionnaire .choices .choices-eachBox .checkbox-choices {
  width: 100%;
  margin-bottom: 1rem;
}
.questionnaire .choices .choices-eachBox .checkbox-choices ul {
  position: relative;
}
.questionnaire .choices .choices-eachBox .checkbox-choices li {
  position: relative;
  width: 100%;
  margin: 7px 0 7px 7px;
}

.privacy-agreement-area {
  overflow: auto;
  margin-bottom: 2rem;
  padding: 1rem;
  height: 28rem;
  border: solid 1px #d1d1d2;
}
.privacy-agreement-area .title {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
.accept-privacy-agreement {
  overflow: visible;
  margin-bottom: 0;
}
.accept-privacy-agreement ul, .accept-privacy-agreement li {
  border: 0 !important;
}
.accept-privacy-agreement li {
  float: none;
  display: block;
}
.accept-privacy-agreement li.agreement-box {
  width: 250px;
  margin: 0 auto;
}
.accept-privacy-agreement li.agreement-note {
  width: 100%;
  text-align: center;
}
.accept-privacy-agreement span {
  font-size: 88%;
}

/* 応募完了画面用ギフト */
.recommend-gift-area, .get-gift-area, .confirm-gift-area {
  margin: 0 -15px;
  padding: 3% 0 3% 0;
}
.confirm-gift-area {
  padding-top: 3%;
}
.recommend-gift-area, .get-gift-area {
  border-top: solid 3px #ea5504;
  border-bottom: solid 3px #ea5504;
}
.recommend-gift-area {
  margin-bottom: 1.5%;
}
.confirm-gift-area {
  background: #f5f5f6;
}

.gift-discription {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.gift-discription .red {
  color: #FF0000;
}
.gift-discription .emphasis {
  font-size: 18px;
}

.get-gift-btn, .to-top-btn, .confirm-gift-btn {
  width: 90%;
  margin: 0 auto;
  min-width: 86px;
  min-height: 36px;
}
.get-gift-btn {
  margin-top: 3%;
}
.confirm-gift-btn {
  margin-top: 3%;
}

.complete-gift {
  text-align: center;
  color: #ED7D31;
  font-size: 18px;
  font-weight: bold;
}
.how-to-use-gift {
  margin-top: 4%;
  margin-bottom: 1%;
  text-align: center;
  text-decoration: none;
  color: #648ACD;
}

@media (min-width: 751px) {
  .cart-tab-list .special-container {
    padding: 0;
  }
  .thanks-recommend .tab-container-list {
    padding: 0;
    overflow-x: visible!important;
  }
  .thanks-recommend .special-tab-list {
    width: 100%;
    overflow: visible;
  }
  .thanks-recommend .recommended-contents {
    margin: 0;
    margin-bottom: 0;
  }
  .thanks-recommend .recommended-box {
    border: 1px solid #dfdfdf;
    width: 222px;
    height: 304px;
    float: left;
    padding: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    position: relative;
    box-shadow: 0 0 3px #fff, 0 0 3px #ccc, 0 0 1px #aaa;
  }
  .thanks-recommend .recommended-box img {
    width: 100%;
  }
  .thanks-recommend .recommended-normal {
    color: #b8b8b8;
    font-size: 80%;
  }
  .thanks-recommend .recommended-normal span {
    text-decoration: line-through;
  }
  .thanks-recommend .recommended-offbox {
    background-color: #ea5504;
    color: #fff;
    font-size: 66%;
    padding: 2%;
    border-radius: 3px;
    width: 60px;
    text-align: center;
    float: top;
  }
  .thanks-recommend .selling-price {
    font-size: 10px;
    vertical-align: bottom;
    text-align: left;
    white-space: nowrap;
  }
  .thanks-recommend .recommended-price {
    text-align: right;
    font-size: 16px;
    float: left;
    padding-top: 1%;
  }
  .thanks-recommend .recommended-favorite-icon {
    width: 15%;
    bottom: 0px;
    float: right;
  }
  .thanks-recommend .recommended-favorite-icon > img {
    width: 100% !important;
    float: right;
  }
  .cart .form-thanks-container {
    margin-bottom: 20px;
  }

  /* 申込手続き画面 */
  .member-info-area .name, .member-info-area .kana {
    display: flex;
  }
  .member-info-area label {
    width: 12rem;
    align-self: center;
  }
  .member-info-area input {
    width: 50%;
  }
  .member-info-area input.tel-number {
    width: 25%;
  }
  .member-info-area input.postal-number {
    width: 41%;
  }
  .accept-privacy-agreement li.agreement-box {
    margin-bottom: 2rem;
  }
  .accept-privacy-agreement li.agreement-note {
    margin-bottom: 2rem;
  }

  /* 応募完了画面用ギフト */
  .recommend-gift-area, .get-gift-area, .confirm-gift-area {
    margin: 0 0 20px;
  }
  .confirm-gift-area .btn, .recommend-gift-area .btn {
    display: block;
  }
  .gift-discription {
    font-size: 35px;
    font-weight: bold;
  }
  .gift-discription .emphasis {
    font-size: 40px;
  }
  .complete-gift {
    font-size: 20px;
    font-weight: bold;
  }
  .how-to-use-gift {
    font-size: 20px;
  }

  .pricerange .choices .choices-eachBox .inner {
    position: relative;
    height: 60px;
  }
  .pricerange .choices .choices-eachBox .inner .discountinfo {
    width: 500px;
    position: relative;
    top: -35px;
    left: 420px;
  }

  .questionnaire .choices .choices-eachBox .checkbox-choices [type="text"] {
    position: relative;
    opacity: 1;
    top: 7px;
    width: 99%;
    height: 50px;
    margin: 5px 0;
    font-size: 16px;
  }
  .questionnaire .choices .choices-eachBox .inner .radio-text dt {
    height: auto;
    margin: 0 0 8px 0;
  }
  .questionnaire .choices .choices-eachBox .inner .pertain-text {
    margin: 9px 0 9px 0;
  }

  .btn-list.digital-btn-list {
    width: 500px;
    margin: 0 auto;
  }

}
@media (max-width: 750px) {
  .contents-ttl {
    font-size: 125%;
  }
  .cart-space {
    margin-bottom: 30px;
  }
  .cart-thanks .special-container {
    padding: 0 20px;
    box-shadow: none;
  }
  .thanks-recommend {
    padding: 0;
  }
  .thanks-recommend .tab-container-list {
    padding: 0;
    overflow-x: visible;
  }
  .special-container .cart-thanks-recommend .tab-container-list {
    padding-top: 15px;
  }
  .special-container .cart-thanks-recommend .tab-container-list {
    padding-top: 15px;
  }
  .special-container .cart-thanks-recommend .tab-container-list .contents-ttl {
    padding-top: 15px;
  }
  .thanks-recommend .recommended-contents {
    padding: 0;
    margin: 0 -7px;
    margin-bottom: 0;
  }
  .thanks-recommend .recommended-box {
    border: 1px solid #dfdfdf;
    width: 44%;
    float: left;
    padding: 2%;
    margin-bottom: 2%;
    position: relative;
    box-shadow: 0 0 3px #fff, 0 0 3px #ccc, 0 0 1px #aaa;
  }
  .thanks-recommend .recommended-box img {
    width: initial;
    margin-bottom: 4%;
  }
  .thanks-recommend .recommended-box p {
    font-size: 100%;
    margin-bottom: 2%;
    height: 39px;
    overflow: hidden;
  }
  .thanks-recommend .recommended-normal {
    color: #b8b8b8;
    font-size: 80%;
  }
  .thanks-recommend .recommended-offbox {
    background-color: #ea5504;
    color: #fff;
    font-size: 66%;
    padding: 3px 0 0;
    border-radius: 3px;
    width: 40%;
    text-align: center;
    float: top;
    white-space: nowrap;
  }
  .thanks-recommend .recommended-price {
    text-align: right;
    font-size: 100%;
    float: left;
    padding-top: 1%;
  }
  .thanks-recommend .recommended-favorite-icon {
    width: 15%;
    bottom: 0px;
    float: right;
  }
  .thanks-recommend .recommended-favorite-icon > img {
    width: 100% !important;
    float: right;
  }
  .thanks-recommend .recommended-contents li:nth-child(2n) {
    margin-left: 2%;
  }
  .cart .form-thanks-container {
    padding: 21px 15px;
  }
  .complete-area {
    width: 100%;
  }
  .complete-area .thanks-area {
    width: 100%;
  }
  .complete-area .thanks-area .cart-item-image-thanks {
    float: none;
    width: 100%;
  }
  .complete-area .thanks-area .cart-item-thanks {
    float: none;
    width: 100%;
  }
  .complete-purchase .heading-level2,
  .complete-user .heading-level2 {
    padding-top: 4px;
  }

  /* 申込手続き画面 */
  .member-info-area .name > div, .member-info-area .kana > div, .member-info-area .sex > div, .member-info-area .select-birth , .member-info-area .tel, .member-info-area .postal-code,
  .member-info-area .prefectures-code, .member-info-area .city, .member-info-area .street, .member-info-area .building, .member-info-area .mail {
    flex-direction: column;
  }
  .member-info-area label {
    display: block;
    margin-bottom: 0.3rem;
  }
  .agreement-note {
    padding-left: 0 !important;
  }
  .member-info-area .custom-select-birth .select-birth-choice {
    width: 64px;
  }
  .member-info-area .select-category-choices {
    width: 100%;
    font-size: 16px;
  }
  .questionnaire .choices .select-choices {
    background-position: 94% center;
    width: 100%;
    font-size: 16px;
    overflow:hidden;
    white-space:nowrap;
  }
  .questionnaire .choices .choices-eachBox .inner a dt {
    padding: 0 0 0 28px;
  }
  .questionnaire .choices .choices-eachBox .inner .pertain-text {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .questionnaire .choices .choices-eachBox .checkbox-choices {
    margin-bottom:0;
  }
    .questionnaire .choices .choices-eachBox .checkbox-choices ul {
    border: none;
  }
  .questionnaire .choices .choices-eachBox .checkbox-choices li {
    display: table;
    margin: 0;
    padding: 0 0 10px 0;
    border: none;
    font-size: 98%;
  }
  .questionnaire .choices .choices-eachBox .checkbox-choices li:last-child {
    padding-bottom: 0;
  }
  .questionnaire .choices .choices-eachBox .checkbox-choices li .select-element {
    margin-bottom: 10px;
  }
  .questionnaire .choices .choices-eachBox .checkbox-choices [type="text"] {
    position: relative;
    width: 100%;
    height: 50px;
    opacity: 1;
    font-size: 16px;
  }
  .questionnaire .choices .choices-eachBox .inner .radio {
    width: auto;
  }
  .questionnaire .choices .choices-eachBox .inner .radio-text {
    width: 100%;
    padding: 0;
  }
  .questionnaire .choices .choices-eachBox .inner .radio-text::before {
    left: 5.5px;
  }
  .questionnaire .choices .choices-eachBox .inner .radio-text dt {
    height: auto;
    margin: 2% 0 3% 0;
  }
  .questionnaire .choices .choices-eachBox .inner .radio-text dt p {
    padding-left: 7px;
  }
  .questionnaire .choices .choices-eachBox .category-box .select-checkbox {
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 11px 0 11px 36px;
    background-position: left top;
  }
  .questionnaire .choices .choices-eachBox .category-box .select-checkbox p {
    padding-top: 0;
    line-height: 1;
  }
  .questionnaire .choices .remarks-message {
    height: 50px;
  }
}

/*****************/

.cart-thanks {
  margin-top: 25px;
}
.cart-title {
  margin: 40px 20px 20px 20px;
}
#regular-item .cart-title {
  margin-top: 80px;
}
.cart-title02 {
  margin: 0 0 16px;
}
.cart-tab-list .cart-item:last-child {
  border-bottom: none;
}
.cart-item .cart-item-des {
  width: 48%;
  margin-left: 20px;
  line-height: 22px;
}
.cart-item .gift-confirm {
  border: 2px solid #ea5504;
  margin-bottom: 20px;
  padding: 20px;
}
.cart-item .gift-confirm p {
  font-size: 22px;
  text-align: center;
}
.cart-item .gift-confirm .thanks {
  border-bottom: 1px solid #ea5504;
  padding-bottom: 10px;
}
.cart-item .gift-confirm .present {
  padding: 15px 0;
}
.cart-item .gift-confirm .present span {
  color: #ff8441;
  font-weight: bold;
  font-size: 35px;
}
@media (min-width: 751px) {
  .cart-item .gift-confirm .btn-gift-confirm {
    margin: 0 auto;
    width: 60%;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .gray_area{
    padding: 5px;
    background-color: #eaebef;
    box-shadow: 0px 1px 4px #ccc inset, 0px -1px 4px #ccc inset;
  }
  .mm15{
    margin: 0 -15px;
  }
  .mm35{
    margin: 0 -35px;
  }
  .cart-item .gift-confirm {
    padding: 10px;
  }
  .cart-item .gift-confirm p {
    font-size: 16px;
  }
  .cart-item .gift-confirm .present span {
    font-size: 24px;
  }
  .cart-item .gift-confirm .btn-gift-confirm {
    padding: 0;
  }
}
.cart-item .cart-item-thanks {
  line-height: 22px;
}
.cart-item .cart-item-image-thanks img {
  width: 400px;
  height: 267px;
  border: 1px solid lightgray;
}
.cart-item .cart-item-title {
  font-weight: bold;
}
.cart-item .cart-item-thanks-title {
  font-size: 24px;
  color: #ff8441;
  font-weight: bold;
}
.cart-item .cart-item-thanks-comment {
  font-size: 120%;
  line-height: 2;
}
.cart-item .order-thanks-text {
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin-top: 20px;
  font-size: 13px;
}
.cart-item .order-thanks-text p {
  padding-bottom: 1em;
}
.cart-item .order-thanks-text a {
  color: #0000ff;
}
.cart-item .order-thanks-text .txt-b {
  font-weight: bold;
}
@media (min-width: 751px) {
  .cart-item .cart-item-thanks {
    margin-right: 110px;
    margin-left: 110px;
  }
  .recommended-box img {
    max-height: 130px;
    width: initial!important;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .cart-item .cart-item-thanks-title {
    font-size: 18px;
  }
}
.cart-item .cart-item-thanks-number {
  width: 60%;
  margin: 20px 0 0 0;
  border: none;
}
.cart-item .cart-item-thanks-number .cart-item-order {
  font-size: 16px;
  /*text-decoration: underline;*/
}
.cart-item .cart-item-thanks-number .cart-item-order-number {
  margin-left: 10px;
  font-size: 16px;
}
.cart-item .cart-item-first-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.cart-item .cart-item-sub-title {
  color: #999999;
}
.cart-item .cart-item-price {}
.cart-item .cart-item-price strong {
  font-size: 20px;
}
.cart-item .cart-item-price-tax {
  font-size: 12px;
  color: #333 !important;
}
.cart-item-price-sale span {
  color: #ec0004;
  padding: 10px 0 0 0;
}
.cart-item .btn-icon-trash {
  margin: 15px 0;
}
.cart-item .cart-item-sale-time {
  text-align: left;
}
.cart-item .cart-item-sale-time span {
  font-weight: bold;
}
.cart-item .cart-item-warning {
  color: #f22a2a;
  margin-bottom: 20px;
}
.cart-item .cart-item-thanks-banner {
  /*margin-top: 30px;*/
}
.cart-item .cart-item-thanks-banner img {
  border: 1px solid lightgray;
  width: 100%;
}
.cart-item .cart-to-continue {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 751px) {
  .cart-item .cart-to-continue {
    margin: 30px auto;
    width: 60%;
    padding: 0;
  }
}
.cart-item .cart-notice a {
  padding: 19px 20px;
}
.cart-item.cart-item-slider-block {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 35px;
}
.cart-item .cart-item-slider-heading-txt {
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.cart-total-price {
  text-align: right;
  margin: 20px 0 30px 0;
}
.cart-total-price span {
  text-align: left;
  line-height: 35px;
  margin-right: 40px;
}
.cart-total-price strong {
  font-size: 30px;
}
.cart-total-price-des {
  color: #9e9f9f;
}
.cart-notice {
  /*margin-bottom: 20px;*/
}
.cart-notice a {
  width: 100%;
  padding: 23px 20px;
  font-size: 140%;
  text-align: center;
  letter-spacing: 0.16rem;
  font-weight: normal;
  border-radius: 3px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
}
.cart-notice a span {
  width: 400px;
  display: inline-block;
}
.cart-notice-danger a {
  color: #fff;
  background-color: #ea5504;
  padding-right: 30px;
}
.cart-notice-danger a:hover {
  background-color: #ff8441;
}
.cart-notice-default a {
  color: #51515b;
  background-color: #fff;
  border: 2px solid #51515b;
  position: relative;
  text-align: left;
  padding: 18px 20px;
  padding-left: 178px;
  margin-bottom: 40px;
  font-size: 15px;
}
.cart-notice-default a:before {
  content: "";
  position: absolute;
  display: block;
  width: 69px;
  height: 58px;
  top: 50%;
  left: 56px;
  margin: -29px 0 0 0;
  background: url(../../images/icon/ico_sale.png) no-repeat;
}

/*.cart-notice-default a:hover {
    background-color: #e5e5e5;
}*/

.btn-icon-arrow-right-black {
  position: relative;
}
.btn-icon-arrow-right-black:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 14px;
  top: 50%;
  right: 20px;
  margin: -7px 0 0 0;
  background: url(../../images/icon/ico_sprite.png) no-repeat -84px -82px;
  -moz-background-size: 200px 152px;
  -webkit-background-size: 200px 152px;
  -o-background-size: 200px 152px;
  -ms-background-size: 200px 152px;
  background-size: 200px 152px;
}
.cart-notice-des {
  margin: 30px 0 25px 0;
  line-height: 28px;
}
.cart-notice-des .cart-notice-des-title {
  color: #f22a2a;
  font-weight: bold;
}
.cart-notice-des ul {
  display: block;
  /*margin-left: 20px;*/
}
.cart-notice-des ul li {
  /*list-style-type: disc;*/
}
.cart-notice-des ul li.note {
  color: #f22a2a;
  margin-left: 4px;
  margin-top: 5px;
}
.contents-element-main hr {
  border-top: 1px solid #dfdfdf;
  margin: 42px 0 33px 0;
}
.cart-container .cart-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .gHeader-search {
    display: none;
  }
  .cart-item .cart-item-warning {
    text-align: left;
    font-size: 11px;
  }
  .cart-step-wrap {
    width: 87%;
    margin: 0px auto 24px;
    padding-right: 6px;
  }
  .cart-step {
    /*padding: 15px 20px 20px 20px;*/
    position: relative;
    z-index: 1;
    /* add */
  }
  .cart-step .cart-step-item {
    width: 25%;
  }
  .cart-step-line {
    width: 80%;
    top: -58px;
  }
  .cart-step .cart-step-item-middle {
    margin-left: 0;
  }
  .cart-step .cart-step-item-center {
    /*margin-left: 13%;*/
  }
  .cart-tab .cart-tab-item span strong {
    padding: 0 4px;
  }
  .cart-title {
    text-align: left;
  }
  .cart-title02 {
    margin: 12px 0px 12px 0px;
  }
  /*.cart-tab-list {
        padding: 0 20px;
        margin-top: -30px;
    }*/
  .cart-title {
    margin: 40px 0px 20px 0px;
  }
  #regular-item .cart-title {
    margin-top: 100px;
  }
  .cart-item-image {
    width: 45%;
  }
  .cart-item-image img {
    width: 100%;
  }
  .cart-tab-list .special-container {
    padding: 0 15px;
  }
  .cart-item-des {
    width: 55% !important;
    margin-left: 0 !important;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: left;
  }
  .cart-total-price {
    padding: 0 20px;
  }
  .cart-total-price-label {
    left: 20px;
    position: absolute;
  }
  .cart-notice {
    padding: 0 20px;
    font-size: 9px;
  }
  .cart-notice-des {
    padding: 0 20px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
  }
  .cart-notice a span {
    width: 100%;
  }
  .btn-icon-arrow-right:after {
    margin: -7px 20px 0 0;
    display: none;
  }
  .modal-yes-btn:after {
    right: 0px
  }
  .cart-notice-default a {
    padding: 15px 19px;
    padding-left: 97px;
    font-size: 11px;
  }
  .cart-notice-default a:before {
    left: 20px;
  }
  .btn-icon-arrow-right-black:after {
    right: 30px;
  }
  .cart-container {
    padding: 0 20px;
  }
  .cart-notice-danger a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
  /*font-size*/
  .cart-step .cart-step-item p {
    font-size: 10px;
    white-space: nowrap;
  }
  .cart-tab .cart-tab-item span {
    font-size: 11px;
    line-height: 19px;
  }
  .cart-item {
    font-size: 11px;
  }
  .cart-item .cart-item-sub-title {
    font-size: 11px;
  }
  .cart-item .cart-item-price, .cart-item .cart-item-price strong {
    font-size: 12px;
  }
  .cart-item .cart-item-des {
    font-size: 10px;
    line-height: 18px;
  }
  .cart-item .cart-item-price-sale {
    font-size: 12px;
  }
  .cart-item .cart-item-price-sale span {
    font-size: 12px;
    display: inline-block;
  }
  .cart-item .cart-item-price {}
  .cart-item .cart-item-sale-time {
    font-size: 11px;
  }
  .cart-item .cart-item-image-thanks img {
    margin-left: 0px;
    width: 100%;
    height: auto;
    border: 1px solid lightgray;
  }
  .cart-total-price-des {
    font-size: 12px;
  }
  .cart-title02 {
    font-size: 18px;
  }
  .cart-thanks {
    margin-top: 0;
  }
}
.cart-title04 {
  padding: 15px 0;
  border-top: 1px solid #dfdfdf;
}

/*------------------------------------------------------------
  Step 2-1
  ------------------------------------------------------------*/

.cart-step.step-2-1 {
  position: relative;
  z-index: 1;
}
.cart-content {
  margin: 0;
}
.cart-content .special-container {
  padding: 0 20px;
}
.cart-content .cart-inner {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
}
.cart-step.step-2-1 .cart-step-item-between01 {
  position: relative;
}
.cart-step.step-2-1 .cart-step-item-between02 {
  margin-left: 0px;
}
.cart-step.step-2-1 .cart-step-item2-1 {
  position: relative;
  z-index: 2;
}
.cart-address {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 30px;
}
.cart-notice-address {
  color: #f22a2a;
  font-size: 16px;
  /* font-weight: 700; */
  margin: 0 0 10px;
}
.cart-address .cart-notice-note {
  margin: 20px 0 0;
}
.cart-inner-wrap .cart-notice-note {
  margin: 20px 0;
  display: block;
}
.cart-notice-note {
  color: #f22a2a;
  line-height: 170%;
  margin: 10px 0;
}
.cart-inner-wrap .cart-credit-expirationDate span {
  padding: 0 8px 0 8px;
  display: inline-block;
}
.cart-deliveryDate .table-set, cart-address-confirm .table-set {
  line-height: 170%;
}
.cart-deliveryDate .table-set table, .cart-address-confirm .table-set table {
  text-align: left;
  width: 100%;
}
.cart-item+.cart-deliveryDate .table-set table tr th, .cart-item+.cart-deliveryDate .table-set table tr td, .cart-item+.cart-address-confirm .table-set table tr th, .cart-item+.cart-address-confirm .table-set table tr td {
  border-top: 1px solid #d9d9d9;
}
.cart-deliveryDate .table-set table tr th, .cart-deliveryDate .table-set table tr td, .cart-address-confirm .table-set table tr th, .cart-address-confirm .table-set table tr td {
  padding: 15px 0px 15px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.cart-deliveryDate .table-set table tr th, .cart-address-confirm .table-set table tr th {
  width: 170px;
  background: #f9f9f9;
  font-weight: normal;
}
.btn.btn-edit, .cart-newPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn.btn-edit {
  margin-bottom: 25px;
}
.cart-newPrice a:after, .btn.btn-edit a:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/icon/ico_sprite.png) no-repeat;
  -moz-background-size: 200px 152px;
  -webkit-background-size: 200px 152px;
  -o-background-size: 200px 152px;
  -ms-background-size: 200px 152px;
  background-size: 200px 152px;
}
.cart-newPrice a:after {
  background-position: -64px -80px;
  width: 8px;
  height: 14px;
  top: 50%;
  right: 20px;
  margin: -7px 0 0 0;
}
#cart-41 {
  margin-bottom: 50px
}
#cart-41 .cart-content {}
#cart-41 .special-container {}
#cart-47 .cart-content {
  border: none;
  margin-top: 0
}
#cart-47 .special-container {
  padding-top: 35px;
}
#cart-47 .cart-item .row {
  padding: 30px 0px 25px 0px;
  border-bottom: 1px solid #dfdfdf;
}
#cart-47 .cart-item {
  padding: 0;
  border: none;
}
#cart-47 .cart-item .heading-level2 {
  padding-top: 33px;
  padding-bottom: 0;
}
@media screen and (min-width: 751px) {
  .cart-step.step-2-1 {
    /*padding: 42px 70px 15px 90px;*/
  }
  .cart-step.step-2-1 .cart-step-item-between01 {
    /*margin-left: 20px;*/
  }
  .cart-step.step-2-1 .cart-step-line {
    width: 490px;
  }
  #cart-47 .special-container {
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #cart-41 {
    margin-bottom: 0;
  }
  #cart-40 {
    margin-bottom: 0;
  }
  #cart-41 .special-container {
    box-shadow: none;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 0;
  }
  #cart-47 .special-container {
    box-shadow: none;
    padding-top: 25px;
    border-top: 1px solid #dfdfdf;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #cart-47 .cart-item .row {
    padding: 20px 0px;
  }
  #cart-47 .cart-item .heading-level2 {
    padding-top: 23px;
  }
}
.btn.btn-edit a:after {
  background-position: -72px -79px;
  width: 19px;
  height: 19px;
  top: 54%;
  right: 14px;
  margin: -10px 0 0 0;
}
.btn.btn-edit a {
  padding: 17px 100px;
  font-size: 16px;
}
.cart-newPrice {
  margin: 28px 0 55px;
}
.cart-newPrice a {
  padding: 19px 110px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.16rem;
  font-weight: normal;
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
}
.cart-newPrice-add a {
  color: #fff;
  background-color: #ea5504;
  font-size: 18px;
}
.cart-address-confirm {
  margin: 25px 0px 25px;
  /*border-top: 1px solid #dfdfdf*/
}
.cart-item+.cart-deliveryDate {
  margin: 0px 0px 45px;
}
.cart-payment-method {
  position: relative;
  padding: 0 0 20px;
  border-bottom: 1px solid #dfdfdf
}
.cart-payment-method .link-icon {
  top: 0;
}
.cart-period-method {
  position: relative;
  padding: 0 0 20px;
}
.cart-period-method .link-icon {
  top: 0;
}
.cart-address-confirm .table-set {
  margin: 0 0 30px;
  letter-spacing: 0.1rem;
}
.cart-arrivalDate-head {
  position: relative;
  border-radius: 7px;
  padding: 20px;
  background: #f9f9f9;
}
.cart-arrivalDate-head [class$="title"] {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 0.13rem;
  font-weight: bold;
}
.cart-arrivalDate-head [class$="txt"] {
  font-size: 15px;
  margin: 5px 0 0;
  letter-spacing: 0.1rem;
}
.cart-arrivalDate-head [class$="notice"] {
  color: #f22a2a;
  margin: 5px 0 0;
}
.cart-arrivalDate-head .link-icon {
  right: 20px;
  top: 18px;
}
.cart-order {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.cart-section {
  width: 95%;
  margin: auto;
}
.cart-section-01 {
  margin-top: 50px;
}
.cart-section-02 {
  margin-top: 80px;
}
.cart-inner-wrap .cart-item {
  border: 1px solid #dfdfdf;
}
.cart-item.nosale .row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cart-item .row {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cart-tab-list .cart-item {
  border: none;
}
.cart-order-confirm {
  padding-bottom: 0px;
  margin-top: 15px;
}
.cart-order-confirm .cart-notice-des {
  margin-top: 15px
}
.cart-order-confirm .cart-order-notice {
  text-align: right;
  color: #999;
  padding: 13px 0 0;
}
.cart-order-confirm .order-table {
  background: #7d7d83;
  color: #FFF;
  padding: 16px 20px;
  width: calc(100% + 30px);
  margin-left: -15px;
  border-collapse: separate;
}
.order-table tr.first th, .order-table tr.first td {
  padding: 10px 0;
}
.order-table tr.first th {
  vertical-align: middle;
  /* font-weight: bold; */
}
.order-table .confirm-head {
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.04em;
}
.order-table .confirm-total-price {
  font-size: 30px;
  text-align: right;
}
.order-table tr:nth-child(2) th, .order-table tr:nth-child(2) td {
  /*border-top: 1px solid #dfdfdf;*/
}
.order-table .cart-order-total .confirm-head, .order-table .cart-order-total .confirm-total-price {
  border-top: 1px solid #dfdfdf;
  margin-top: 100px;
}
.order-table tr:last-child.cart-order-des th, .order-table tr:last-child.cart-order-des td {
  /*padding-bottom: 15px*/
}
.cart-order-des th, .cart-order-des td {
  vertical-align: bottom;
  font-size: 15px
}
.cart-order-des .confirm-each-title {
  text-align: left;
  font-weight: normal;
}
.cart-order-des .confirm-each-price {
  text-align: right;
  font-size: 16px;
}
.cart-order-des th, .cart-order-des td {
  padding: 5px 0 4px;
}
.cart-order-des.des-first th, .cart-order-des.des-first td {
  padding-top: 20px;
}
.cart-order-checkbox {
  margin-top: 30px;
}
.cart-giftPoint {
  padding-bottom: 10px;
}
.cart-giftPoint .giftPoint-head {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 19px 24px 12px;
}
.giftPoint-head .title {
  font-size: 18px;
  margin: 0 0 17px;
  font-weight: normal;
  letter-spacing: 0.14rem
}
.giftPoint-head .subTitle {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: normal;
}
.giftPoint-head .subTitle span {
  color: #f22a2a;
  font-weight: bold;
}
.giftPoint-head ul.txt li {
  margin: 0 0 8px 24px;
  list-style-type: disc;
}
.use-giftPoint {
  margin: 0 0 30px;
}
.use-giftPoint .use-subtxt, .cart-credit-number .title, .cart-credit-expirationDate .title, .cart-credit-securityCode .title {
  margin: 27px 0 10px;
}
.use-giftPoint a {
  background: #ea5504;
  color: #FFF;
  width: 140px;
  height: 50px;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: normal;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px;
}
.use-giftPoint .note, .cart-credit .note {
  margin: 15px 0 0;
  font-size: 96%;
}
.use-giftPoint .note-alt, .cart-credit-number .error-alt {
  color: #f22a2a;
  margin: 11px 0 15px;
}
.cart-giftPoint-error {
  color: #f22a2a;
  border: 1px solid #f22a2a;
  border-radius: 3px;
  padding: 22px 20px 21px;
  margin: 35px 0 55px;
  font-size: 16px;
}
.cart-payment-choose {
  border: 2px solid #eb5505;
  padding: 18px 23px 19px;
  margin: 0 0 20px;
  border-radius: 6px;
}
.cart-payment-radio {
  font-size: 17px;
  letter-spacing: 0.16rem;
  /* font-weight: 700; */
}
.cart-payment-info {
  clear: both;
  padding: 20px 0 5px;
  margin-top: 15px;
  border-top: 1px solid #dfdfdf;
}
.cart-payment-info ul li {
  list-style-type: disc !Important;
  margin: 0 0 10px 24px;
  font-size: 15px;
}
.cart-payment-info .note {
  margin: 18px 0 0 5px;
}
.cart-payment-info .note span {
  color: #e90000
}
.cart-credit h3 {
  margin: 25px 0 15px;
  font-size: 15px;
}
.cart-credit .credit-company {
  margin: 0 0 20px;
}
.cart-credit .credit-company li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.cart-inner input {
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 0 13px;
  color: #333333;
  background-position: 97% center;
  display: inline-block;
  font-size: 16px;
}
.cart-credit-number, .cart-credit-expirationDate {
  margin-bottom: 30px;
}
.use-giftPoint input {
  width: 225px;
}
.cart-credit-number input {
  width: 580px;
}
.cart-credit-securityCode .note {
  margin-bottom: 50px;
  margin-top: 10px;
}
.btn.cart-btn-list a, .btn.cart-btn-list input[type="button"] {
  padding: 23px 40px;
  font-size: 18px;
  letter-spacing: 0.16rem;
}
.btn.order-payment a, .btn.order-payment input[type="button"] {
  width:230%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0.04em;
  background: #ea5504;
  color: #FFF;
  text-align: center;
  margin-left: 4%;
  border-radius: 3px;
}
.recommended-box .recommended-inner {
  text-align: center;
  background-color: #f6f6f6;
}
.category-box01.cart-order-checkbox li input {
  position: relative;
}
.category-box01.cart-order-checkbox li input+a {
  position: relative;
}
.cart-arrivalDate-txt-wrap .time-area {
  margin-bottom: 12px;
}
@media screen and (min-width: 751px) {
  .cart-arrivalDate-txt-wrap  .time-area h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .cart-content {
    margin: 0;
  }
  .cart-content .cart-inner {
    padding: 0px 15px;
  }
  .cart-step.step-2-1 {
    /*padding: 35px 10px 23px 10px;*/
  }
  .cart-step.step-2-1 .cart-step-item {
    width: 20%;
  }
  .cart-step.step-2-1 .cart-step-item-between01 {
    width: 13%;
    margin-left: 3%;
  }
  .cart-step.step-2-1 .cart-step-item-between02 {
    margin-left: 4%;
  }
  .cart-step.step-2-1 .between3-1 {
    margin-left: 7%;
  }
  .cart-step-line02 {
    width: 17%;
    /*margin-left:30%;*/
    /* margin-top: -85%; */
    height: 42px;
    top: -83px;
    left: -20px;
    /*top: 100px;*/
    /*top: 50%;
        top: -moz-calc(50% + 2px);
        top: -webkit-calc(50% + 2px);
        top: calc(50% + 2px);*/
  }
  .cart-step-line03 {
    width: 17%;
    top: -106px;
    left: -20px;
    /*margin-left:28%;*/
  }
  .cart-step-line04 {
    width: 17%;
    height: 42px;
    top: -83px;
    left: 35px;
  }
  .cart-step-line05 {
    width: 17%;
    top: -106px;
    left: 35px;
  }
  .cart-step .cart-step-item .note {
    width: 250%;
  }
  .cart-address {
    padding: 0 0 20px;
  }
  .cart-deliveryDate .table-set table tr th, .cart-address-confirm .table-set table tr th {
    max-width: 100px;
    width: auto;
  }
  #cart-47 .cart-deliveryDate .table-set table tr th {
    width: 100px;
  }
  .cart-deliveryDate .table-set table tr th, .cart-deliveryDate .table-set table tr td, .cart-address-confirm .table-set table tr th, .cart-address-confirm .table-set table tr td {
    padding: 12px 10px 12px 10px;
  }
  .cart-newPrice a {
    padding: 19px 0;
    width: 100%;
  }
  .cart-newPrice {
    margin: 18px 0 30px;
  }
  .cart-address-confirm {
    /*border-bottom: 1px solid #dfdfdf;*/
    margin-bottom: 20px;
  }
  .cart-arrivalDate-head {
    padding: 16px 16px;
  }
  .cart-arrivalDate-head [class$="title"] {
    margin-bottom: 13px;
  }
  .cart-arrivalDate-head .link-icon {
    top: 19px;
    right: 15px;
  }
  .cart-item+.cart-deliveryDate {
    margin: 0px 0px 35px;
  }
  .cart-order-confirm {
    margin-top: 15px;
  }
  .cart-order-confirm .order-table {
    padding: 7px 15px;
    width: 108%;
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    -ms-box-shadow: 0px 5px 9px -2px #656565 inset;
    -moz-box-shadow: 0px 5px 9px -2px #656565 inset;
    -webkit-box-shadow: 0px 5px 9px -2px #656565 inset;
    -o-box-shadow: 0px 5px 9px -2px #656565 inset;
    box-shadow: 0px 5px 9px -2px #656565 inset;
  }
  .order-table tr.first th, .order-table tr.first td {
    padding-bottom: 8px;
  }
  .cart-order-des.des-first th, .cart-order-des.des-first td {
    padding-top: 15px;
  }
  .cart-order-des .confirm-each-title {
    padding-top: 5px;
  }
  .cart-order-des .confirm-each-price {
    padding-top: 5px;
  }
  .cart-order-confirm .cart-order-notice {
    margin-right: -13px;
  }
  .cart-giftPoint .giftPoint-head {
    padding: 13px 15px 8px;
  }
  .giftPoint-head .title {
    margin-bottom: 11px;
  }
  .giftPoint-head ul.txt li {
    margin: 0 0 5px 15px;
    letter-spacing: 0;
  }
  .use-giftPoint input {
    width: 62%;
  }
  .cart-credit-number input {
    width: 100%;
  }
  .use-giftPoint a {
    width: 34%;
    float: right;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.04em;
  }
  .use-giftPoint {
    margin: 0 0 25px;
  }
  .cart-giftPoint-error {
    padding: 14px 15px;
    margin: 10px 0 30px
  }
  .cart-credit-number .title, .cart-credit-expirationDate .title, .cart-credit-securityCode .title {
    margin: 15px 0 8px
  }
  .use-giftPoint .note, .cart-credit .note {
    margin: 10px 0 0;
  }
  .cart-payment-method .link-icon {
    top: 40px;
    right: 0;
  }
  .cart-payment-method .link-icon+.cart-payment-choose {
    margin-top: 50px;
  }
  .cart-period-method .link-icon {
    top: 40px;
    right: 0;
  }
  .cart-period-method .link-icon+.cart-payment-choose {
    margin-top: 50px;
  }
  .cart-payment-info {
    margin-top: 0;
    padding: 15px 0 0;
  }
  .cart-payment-choose {
    padding: 10px 15px 17px;
  }
  .cart-payment-info .note {
    margin: 10px 0 0;
  }
  .cart-payment-method {
    padding: 0 0 10px;
  }
  .cart-period-method {
    padding: 0 0 10px;
  }
  .btn.btn-edit {
    margin-bottom: 25px;
  }
  .cart-payment-info ul li {
    margin-left: 15px;
  }
  .cart-credit .credit-company li {
    margin-right: 6px;
  }
  .cart-credit .credit-company li img {
    max-width: 50px;
    width: 100%;
  }
  .cart-order-confirm .cart-notice-des {
    margin-top: 23px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .order-table tr:last-child.cart-order-des th, .order-table tr:last-child.cart-order-des td {
    padding-bottom: 11px;
  }
  /* font-size */
  .cart-address-confirm .table-set {
    font-size: 94%;
    margin-bottom: 26px;
  }
  .cart-step .cart-step-item .note {
    font-size: 9px;
    letter-spacing: 0.024em;
  }
  .cart-newPrice a {
    /*font-size: 16px;*/
    font-size: 18.00000px;
  }
  .cart-arrivalDate-head [class$="txt"] {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .cart-arrivalDate-head [class$="notice"] {
    font-size: 12px;
    line-height: 1.64
  }
  .order-table .confirm-head {
    font-size: 14px;
  }
  .order-table .confirm-total-price {
    font-size: 20px;
    white-space: nowrap
  }
  .cart-order-des .confirm-each-title {
    font-size: 13px;
  }
  .cart-order-des .confirm-each-price {
    font-size: 14px;
  }
  .cart-order-confirm .cart-order-notice {
    font-size: 12px;
  }
  .giftPoint-head .title {
    font-size: 14px;
  }
  .giftPoint-head ul.txt li {
    font-size: 10px;
  }
  .use-giftPoint .use-subtxt, .cart-credit-number .title, .cart-credit-expirationDate .title, .cart-credit-securityCode .title {
    font-size: 12px;
  }
  .use-giftPoint .use-subtxt {
    margin: 20px 0 8px;
    font-weight: bold;
  }
  .giftPoint-head .subTitle {
    font-size: 13px;
  }
  .cart-giftPoint-error {
    font-size: 12px;
    line-height: 1.7
  }
  .use-giftPoint a {
    font-size: 14px;
  }
  .use-giftPoint .note {
    font-size: 12px;
    line-height: 1.6
  }
  .cart-credit .note {
    font-size: 11px;
    line-height: 1.6
  }
  .cart-payment-info ul li {
    font-size: 9.4px;
    margin-left: 15px;
    letter-spacing: 0;
  }
  .cart-payment-info .note {
    font-size: 8.6px;
  }
  .cart-notice-note {
    font-size: 13px;
    line-height: 1.64;
  }
  .cart-arrivalDate-head [class$="title"] {
    font-size: 15px;
  }
  .cart-item .cart-item-thanks-number {
    width: 100%;
  }
  .cart-item .cart-item-thanks-number .cart-item-order.left {
    float: none;
  }
  .cart-item .cart-item-thanks-number .cart-item-order-number.right {
    float: none;
  }
  .category-box01.cart-order-checkbox li input+a {
    top: -35px;
  }
  .category-box01.cart-order-checkbox li input[type="checkbox"]+a {
    padding-left: 38px;
  }
}
@media screen and (min-width: 751px) {
  .buy-btn-list {}
}

/*追記ここから*/

.cart-confirm-title {}
.cart-address-confirm .table-set {
  margin: 0 0 30px;
  letter-spacing: 0.1rem;
}
.cart-address-confirm .table-set table {
  border: 1px solid #d9d9d9;
}
.cart-address-confirm .table-set table {
  text-align: left;
  width: 100%;
}
.cart-address-confirm .table-set table tr th, .cart-address-confirm .table-set table tr td {
  padding: 15px 0px 15px 15px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.cart-address-confirm .table-set table tr th {
  width: 130px;
  background: #f9f9f9;
  font-weight: normal;
}
.cart-box {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 30px;
}
.cart-box h2 {
  margin: 28px 0px 17px 0px;
}
.cart-box .cart-title02-linear {
  display: inline-block;
  font-size: 19px;
}
.cart-text {
  font-size: 16px;
  /* font-weight: 700; */
  margin: 0 0 10px;
}
.cart-title02.mtb {
  margin: 30px 0 5px;
}
.cart-text a {}
.cart-inner input {
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 0 13px;
  color: #333333;
  background-position: 97% center;
  display: inline-block;
  font-size: 16px;
}
.cart-age-caution {
  color: red;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
}
.cart-age-box {
  text-align: center;
  margin: 27px auto 10px;
  width: 90%;
}
.error-alt {
  color: #f22a2a;
  margin: 11px 0 15px;
}
span.required {
  display: inline-block;
}
span.required strong {
  padding: 1px 10px;
  height: 19px;
  line-height: 19px;
  border-radius: 15px;
  color: #fff;
  background-color: #eb5505;
  font-weight: lighter;
  box-sizing: border-box;
  font-size: 12px;
  position: relative;
  bottom: 2px;
}
.cart-payment-method {
  margin: 30px 0 20px 0;
  line-height: 28px;
}
.cart-payment-method h2 {
  margin: 20px 0px 0px 0px;
}
.cart-payment-method h3 {
  margin: 20px 0px 0px 0px;
}
.cart-payment-method .cart-txt02 {
  margin-left: 10px;
}
.cart-payment-method ul, .cart-payment-method p {
  font-size: 15px;
}
.cart-period-method {}
.cart-period-method h2 {
  margin: 20px 0px 0px 0px;
}
.cart-period-method h3 {
  margin: 20px 0px 0px 20px;
}
.cart-period-method .cart-txt02 {
  margin-left: 10px;
}
.cart-period-method ul {
  font-size: 15px;
  margin-bottom: 3px;
  display: inline-block;
}
.cart-period-method p {
  font-size: 15px;
  display: inline-block;
}
.cart-inner-wrap .select-age {
  width: 228px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 0 12px;
  color: #333333;
}
.cart-term-des {
  color: #9e9f9f;
}
.cart-notice-gift {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
}
.cart-order-number, .cart-mailadderess {
  /*border-bottom: 0;*/
  /*padding-bottom: 0;*/
}
.cart-order-number {}
.cart-mailadderess {
  margin-bottom: 30px;
  border-bottom: 0;
}
.cart-order-number .cart-title02, .cart-order-number .cart-text {
  width: 20%;
  float: left;
  margin: 4px 0;
  line-height: 30px;
}
@media screen and (max-width: 750px) {
  .cart-order-number .cart-title02, .cart-order-number .cart-text {
    width: 35%;
  }
}
.cart-item+.cart-deliveryDate {
  margin: 0px 0px 45px;
}
.cart-deliveryDate .table-set, cart-address-confirm .table-set {
  line-height: 170%;
}
.cart-deliveryDate .table-set table {
  text-align: left;
  width: 100%;
  border: 1px solid #d9d9d9;
}
.cart-deliveryDate .table-set table tr th, .cart-deliveryDate .table-set table tr td {
  padding: 5px 0px 5px 10px;
}
.cart-deliveryDate .table-set table tr th {
  width: 170px;
  background: #f9f9f9;
  font-weight: normal;
}
.cart-arrivalDate-head {
  position: relative;
  border-radius: 7px;
  padding: 20px 20px 10px;
  background: #f9f9f9;
}
.cart-arrivalDate-head [class$="title"] {
  font-size: 16px;
  letter-spacing: 0.13rem;
  font-weight: bold;
}
.cart-arrivalDate-head [class$="txt"] {
  font-size: 15px;
  margin: 5px 0 0;
  letter-spacing: 0.1rem;
}
.cart-arrivalDate-head [class$="notice"] {
  color: #f22a2a;
  margin: 5px 0 0;
}
.cart-arrivalDate-title {
  float: left;
  width: 190px;
}
.cart-arrivalDate-txt-wrap .cart-arrivalDate-txt {
  margin-top: 0;
}
.cart-arrivalDate-txt-wrap {
  float: left;
  width: 100%;
}
.cart-arrivalDate-head .link-icon {
  right: 20px;
  top: 18px;
}

/*追記ここまで*/
/* 商品ページ SP用 */
@media screen and (max-width: 750px) {
  .gHeader-search {
    display: none;
  }
  .breadcrumb {
    text-align: left;
    padding-left: 15px;
    background: #ffffff;
  }
  .cart-item .cart-item-warning {
    text-align: left;
    font-size: 11px;
  }
  .cart-item .cart-item-thanks {
    width: 100%;
    margin-left: 0px;
    text-align: left;
    margin-top: 30px;
  }
  .cart-step {
    /*padding: 15px 20px 20px 20px;*/
  }
  .cart-step .cart-step-item {
    width: 25%;
  }
  .cart-step-line {
    width: 80%;
  }
  .cart-step .cart-step-item-middle {
    margin-left: 0;
  }
  .cart-step .cart-step-item-center {
    /*margin-left: 13%;*/
  }
  .cart-tab .cart-tab-item span strong {
    padding: 0 4px;
  }
  .cart-title {
    text-align: left;
  }
  #cart-40 .cart-tab-list {
    padding: 0 20px;
    margin-top: -30px;
  }
  .cart-title {
    margin: 40px 0px 20px 0px;
  }
  .cart-item-image {
    position: relative;
    text-align: center;
    width: 45%;
    max-height: 0;
    padding-bottom: 34%;
    background: #f6f6f6;
  }
  .img_inner {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0%;
    background: #ffffff;
  }
  .cart-item-image img {
    max-width: 100% !important;
    width: initial;
    max-height: 100%;
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* 商品ページ PC用 */
@media screen and (min-width:751px) {
  .gHeader-search {
    display: none;
  }
  .breadcrumb {
    text-align: left;
    padding-left: 15px;
    background: #ffffff;
  }
  .cart-item .cart-item-warning {
    text-align: left;
    font-size: 11px;
  }
  .cart-item .cart-item-thanks {
    width: 100%;
    margin-left: 0px;
    text-align: left;
    margin-top: 30px;
  }
  .cart-step {
    /*padding: 15px 20px 20px 20px;*/
  }
  .cart-step .cart-step-item {
    width: 25%;
  }
  .cart-step-line {
    width: 80%;
  }
  .cart-step .cart-step-item-middle {
    margin-left: 0;
  }
  .cart-step .cart-step-item-center {
    /*margin-left: 13%;*/
  }
  .cart-tab .cart-tab-item span strong {
    padding: 0 4px;
  }
  .cart-title {
    text-align: left;
  }
  #cart-40 .cart-tab-list {
    padding: 0 20px;
    margin-top: -30px;
  }
  .cart-title {
    margin: 40px 0px 20px 0px;
  }
  .cart-item-image {
    position: relative;
    text-align: center;
    width: 45%;
    max-height: 0;
    padding-bottom: 34%;
    background: #f6f6f6;
  }
  .img_inner {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0%;
    background: #ffffff;
  }
  .cart-item-image img {
    max-width: 100% !important;
    width: initial;
    max-height: 100%;
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cart-item {
  padding: 20px 0 15px 0;
}
.cart-item-des {
  width: 52% !important;
  margin-left: 0 !important;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
}

.cart-item .select-quantity {
  width: 100px;
  margin-top: 10px;
  background: url(../../images/icon/ico_arrow_down.png) no-repeat 75px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-total-price {
  padding: 0 20px;
  margin: 20px 0 10px 0;
}
.cart-total-price-label {
  left: 20px;
  position: absolute;
}
.cart-notice {
  padding: 0 20px;
  font-size: 9px;
}
.cart-notice-des {
  /*padding: 0 20px;*/
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  margin: 10px 0 25px 0;
}
.cart-notice a span {
  width: 100%;
  /*font-size: 12px;*/
  font-size: 18.00000px;
}
.cart-notice-default a span {
  font-size: 12px;
}
.btn-icon-arrow-right:after {
  margin: -7px 20px 0 0;
}
.cart-notice-default a {
  padding: 15px 19px;
  padding-left: 97px;
  font-size: 11px;
}
.cart-notice-default a:before {
  left: 20px;
}
.btn-icon-arrow-right-black:after {
  right: 30px;
}
.cart-container {
  padding: 0 20px;
}

/*font-size*/

.cart-step .cart-step-item a p {
  font-size: 12px;
}
.cart-tab .cart-tab-item span {
  font-size: 11px;
  line-height: 19px;
}
.cart-item .cart-item-title {
  font-size: 11px;
}
.cart-item .cart-item-sub-title {
  font-size: 11px;
}
.cart-item .cart-item-price, .cart-item .cart-item-price strong {
  font-size: 15px;
}
.cart-item .cart-item-des {
  font-size: 10px;
  line-height: 18px;
}
.cart-item .cart-item-price-sale {
  font-size: 12px;
}
.cart-item .cart-item-price-sale span {
  font-size: 12px;
  display: inline-block;
}
.cart-item .cart-item-price {
  margin-top: 5px;
}
.cart-item .cart-item-sale-time {
  font-size: 11px;
}
.cart-total-price-des {
  font-size: 12px;
}
.cart-item {
  padding: 0;
}
.special-container-title h1 {
  padding-top: 20px;
}
.delivery-date {
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
.delivery-date dt {
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 150px;
  padding: 30px 20px;
}
.delivery-date dd {
  font-size: 16px;
  float: left;
  width: 450px;
  padding: 30px 20px
}
.cart-item-total {
  margin-top: 30px;
  border: 1px solid #d7d7d7;
}
dl.cart-item-order-total {
  width: 680px;
}
dl.cart-item-order-total dt {
  float: left;
  width: 139px;
  padding: 18px 19px;
  background-color: #f9f9f9;
}
dl.cart-item-order-total dd {
  float: left;
  width: 434px;
  padding: 18px 34px
}
.btn.btn-state01 a {
  padding: 23px 20px;
  width: 680px;
}
.btn.btn-state01 a {
  width: 100%;
  padding: 23px 20px;
  font-size: 160%;
  text-align: center;
  letter-spacing: 0.16rem;
  font-weight: normal;
  border-radius: 3px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
  width: 680px;
  background: #efefef;
}
.btn-icon-arrow-back:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 14px;
  top: 50%;
  right: 20px;
  margin: -7px 0 0 0;
  background: url(../../images/icon/ico_sprite.png) no-repeat -64px -80px;
  -moz-background-size: 200px 152px;
  -webkit-background-size: 200px 152px;
  -o-background-size: 200px 152px;
  -ms-background-size: 200px 152px;
  background-size: 200px 152px;
}
.cart-notice01 a {
  width: 100%;
  padding: 23px 20px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.16rem;
  font-weight: normal;
  border-radius: 3px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-back01 a {
  width: 100%;
  padding: 23px 20px;
  font-size: 160%;
  text-align: center;
  letter-spacing: 0.16rem;
  font-weight: normal;
  border-radius: 3px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
  width: 680px;
}
.btn-icon-arrow-back a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  background-image: none !important;
  background-repeat: no-repeat;
}
.cart-item-total-fee {
  padding: 20px 25px;
  background-color: #7d7d83;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}
.cart-item-total-fee-txt {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}
.cart-item-total-fee-txt dt {
  float: left;
  width: 200px;
}
.cart-item-total-fee-txt dd {
  float: left;
  width: 430px;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
.cart-item-total-fee-point {}
.cart-item-total-fee-point dt {
  float: left;
  width: 200px;
  margin-bottom: 10px;
}
.cart-item-total-fee-point dd {
  float: left;
  width: 430px;
  text-align: right;
  margin-bottom: 10px;
  font-weight: bold;
}
.cart-item-total-fee-point dt.end {
  float: left;
  width: 200px;
  margin-bottom: 0px;
}
.cart-item-total-fee-point dd.end {
  float: left;
  width: 430px;
  text-align: right;
  margin-bottom: 0px;
  font-weight: bold;
}
.cart-notice-gift {
  margin: 30px 0 20px 0;
  line-height: 28px;
}
.cart-notice-gift {
  margin: 30px 0 20px 0;
  line-height: 28px;
}
.cart-notice-gift .cart-notice-gift-title {
  font-weight: bold;
}
.cart-notice-gift ul li {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .cart-notice-gift ul li {
    font-size: 12px;
  }
}
.cart-notice-gift ul li span {
  font-weight: bold;
  color: #f22a2a;
}
.mb45 {
  margin-bottom: 45px;
}
.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  dl.cart-item-order-total {
    width: 100%;
  }
  dl.cart-item-order-total dt, dl.cart-item-order-total dd {
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  .cart-tab-list .special-container {
    padding-bottom: 27px;
    margin-bottom: 0;
  }
  .acommon-container {
    text-align: left;
  }
  .special-container-title h1 {
    font-size: 18px;
  }
  .delivery-date dt {
    font-size: 16px;
    width: 150px;
    padding: 20px 20px 10px 20px;
  }
  .delivery-date dd {
    font-size: 16px;
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
  .cart-item-total {
    border-left: none;
    border-right: none;
  }
  .cart-item-total-fee {
    margin-left: -15px;
    margin-right: -15px;
  }
  .btn.btn-state01 a {
    width: 100%;
  }
  .btn {
    display: block;
  }
  .btn.btn-state01 a {
    width: 100%;
  }
  .cart-order-des.des-first th, .cart-order-des.des-first td {
    padding-top: 15px;
  }
  .order-table .confirm-head {
    font-size: 14px;
  }
  .order-table .confirm-total-price {
    font-size: 20px;
    white-space: nowrap
  }
  .cart-item+.cart-deliveryDate {
    margin: 0px 0px 35px;
  }
  .cart-deliveryDate .table-set table {
    border-left: none;
    border-right: none;
  }
  .cart-deliveryDate .table-set table tr th, .cart-address-confirm .table-set table tr th {
    max-width: 100px;
  }
  .cart-arrivalDate-head {
    padding: 16px 16px 8px;
  }
  .cart-arrivalDate-head [class$="title"] {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .cart-arrivalDate-head [class$="txt"] {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .cart-arrivalDate-head [class$="notice"] {
    font-size: 12px;
    line-height: 1.64
  }
  .cart-arrivalDate-title {
    float: none;
    width: 100%;
  }
  .cart-arrivalDate-txt-wrap {
    float: none;
    width: 100%;
  }
  .cart-inner-wrap .select-age {
    width: 108px;
    background-position: 80px;
  }
}

/* add -217.03.21 */

div.cart-payment-eachBox.kantan-payment {
  margin-top: 18px;
  margin-bottom: 8px;
}
div.cart-payment-eachBox .inner {
  position: relative;
  width: 680px;
}
div.cart-payment-eachBox .inner a {
  position: relative;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  line-height: 1;
  padding: 20px;
  border: 2px solid #dfdfdf;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: opacity 0.2s linear 0s;
}
div.cart-payment-eachBox .inner a dl dt p {
  padding: 7px 0 0;
  font-size: 18px;
}
div.cart-payment-eachBox .inner a dl dd .text {
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
}
div.cart-payment-eachBox .inner a dl dd .text ul li {
  list-style-type: disc !Important;
  margin: 0 0 10px 20px;
  font-size: 15px;
}
div.cart-payment-eachBox .inner a dl dd .text .note {
  margin: 14px 0 5px 0;
}
div.cart-payment-eachBox .inner a dl dd .text .note span {
  color: #e90000;
}
div.cart-payment-eachBox .inner a:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
div.cart-payment-eachBox .inner input[type="radio"]:checked+a:after {
  position: absolute;
  content: "";
  top: 21px;
  left: 21px;
  width: 14px;
  height: 14px;
  margin: 8px;
  border-radius: 50%;
  background: #eb5505;
  transition: opacity 0.2s linear 0s;
}
div.cart-payment-eachBox .inner input[type=radio]:checked+a {
  border-color: #eb5505;
}
div.cart-payment-eachBox .inner a dt {
  padding: 0 0 0 43px;
  font-size: 18px;
}
div.cart-payment-eachBox.kantan-payment .inner a dt {
  min-height: 45px;
  margin: 0 0 20px;
  border-bottom: 1px solid #dfdfdf;
}
div.cart-payment-eachBox.kantan-payment .inner a dt .notes{
  color: #ff0000;
  font-size: 13px;
}
div.cart-payment-eachBox.credit-payment .inner a dt {
  min-height: 32px;
}
div.cart-payment-eachBox .inner input {
  -webkit-appearance: none;
  border-radius: 0;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  div.cart-payment-eachBox .inner {
    width: 100%;
  }
  div.cart-payment-eachBox .inner a dl dt p {
    font-size: 16px;
  }
  div.cart-payment-eachBox .inner a {
    padding: 15px;
  }
  div.cart-payment-eachBox .inner a:before {
    top: 15px;
    left: 15px;
  }
  div.cart-payment-eachBox .inner input[type="radio"]:checked+a:after {
    top: 16px;
    left: 16px;
  }
  div.cart-payment-eachBox .inner a dl dd .text ul li {
    font-size: 9px;
    margin-left: 15px;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 2.4;
  }
  div.cart-payment-eachBox .inner a dl dd .text .note {
    font-size: 7.6px;
    margin: 5px 0 0;
  }
  div.cart-payment-eachBox.kantan-payment .inner a dt {
    margin-bottom: 11px;
  }
  div.cart-payment-eachBox.kantan-payment {
    margin-top: 50px;
    margin-bottom: 0;
  }
  div.cart-payment-eachBox.credit-payment .inner a dt span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-left: -5px;
    margin-bottom: 4px;
    text-align: left;
    line-height: 0.5;
    white-space: nowrap;
  }
  div.cart-payment-eachBox.credit-payment .inner a dl dt p {
    padding-top: 3px;
  }
}

/**/

div.cart-period-eachBox.kantan-payment {
  margin-top: 18px;
  margin-bottom: 8px;
}
div.cart-period-eachBox .inner {
  position: relative;
  width: 680px;
}
div.cart-period-eachBox .inner a {
  position: relative;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  line-height: 1;
  padding: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: opacity 0.2s linear 0s;
}
div.cart-period-eachBox .inner .firstlabel {
  border-radius: 2px 2px 0 0;
}
div.cart-period-eachBox .inner .secondlabel {
  border-radius: 0 0 2px 2px;
  border-top: none;
}
div.cart-period-eachBox .inner a .price-box dl {
  display: inline-table;
  table-layout: fixed;
  width: 100%;
}
div.cart-period-eachBox .inner a .price-box dl dt {
  display: table-cell;
  width: 34%;
}
div.cart-period-eachBox .inner a .price-box dl dt p {
  font-size: 66%;
  vertical-align: middle;
}
div.cart-period-eachBox .inner a .price-box dl dd.price-txt {
  display: table-cell;
  color: #999;
  padding-right: 2%;
  width: 31%;
  text-align: right;
  vertical-align: middle;
}
div.cart-period-eachBox .inner a .price-box dl dd.price {
  font-size: 76%;
  display: table-cell;
  width: 33%;
  text-align: right;
  vertical-align: middle;
}
div.cart-period-eachBox .inner a .price-box dl .price-txt .normal {
  font-size: 85%;
  text-decoration: none;
  vertical-align: middle;
}
div.cart-period-eachBox .inner a .price-box dl .price-txt .normal span {
  text-decoration: line-through;
}
div.cart-period-eachBox .inner a:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  background: #fff;
}
div.cart-period-eachBox .inner input[type="radio"]:checked+a:after {
  position: absolute;
  content: "";
  top: 21px;
  left: 21px;
  width: 14px;
  height: 14px;
  margin: 8px;
  border-radius: 50%;
  background: #eb5505;
  transition: opacity 0.2s linear 0s;
}
div.cart-period-eachBox .inner input[type=radio]:checked+a {}
div.cart-period-eachBox .inner a dt {
  padding: 0 0 0 40px;
  font-size: 26px;
}
div.cart-period-eachBox.kantan-payment .inner a dt {
  min-height: 45px;
  margin: 0 0 20px;
  border-bottom: 1px solid #dfdfdf;
}
div.cart-period-eachBox.credit-payment .inner a dt {
  min-height: 32px;
}
div.cart-period-eachBox .inner input {
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}
div.cart-period-eachBox .inner a dl dt p {
  font-weight: bold;
}
div.cart-period-eachBox .inner .period-description {
  margin: 10px 0 10px 7px;
}
div.cart-period-eachBox .inner .period-description li {
  font-size: 80%;
  line-height: 1.4;
}
div.cart-period-eachBox .inner .period-description li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #666;
  position: relative;
  left: -5px;
  top: -3px;
}
@media screen and (max-width: 750px) {
  div.cart-period-eachBox .inner {
    width: 100%;
  }
  div.cart-period-eachBox .inner a {
    padding: 9px;
  }
  div.cart-period-eachBox .inner a:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 9px;
    width: 19px;
    height: 19px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background: #fff;
  }
  div.cart-period-eachBox .inner input[type="radio"]:checked+a:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    margin: 8px;
    border-radius: 50%;
    background: #eb5505;
    transition: opacity 0.2s linear 0s;
  }
  div.cart-period-eachBox .inner a dt {
    padding: 0 0 0 30px;
    font-size: 18px;
  }
  div.cart-period-eachBox.kantan-payment .inner a dt {
    margin-bottom: 11px;
  }
  div.cart-period-eachBox.kantan-payment {
    margin-top: 50px;
    margin-bottom: 0;
  }
  div.cart-period-eachBox.credit-payment .inner a dt span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-left: -5px;
    margin-bottom: 4px;
    text-align: left;
    line-height: 0.5;
    white-space: nowrap;
  }
  div.cart-period-eachBox .inner a .price-box dl {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
  }
  div.cart-period-eachBox .inner a .price-box dl dt {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dt p {
    font-size: 66%;
  }
  div.cart-period-eachBox .inner a .price-box dl dd.price-txt {
    display: table-cell;
    color: #999;
    width: 31%;
    text-align: right;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dd.price {
    font-size: 76%;
    display: table-cell;
    width: 35%;
    text-align: right;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl .price-txt .normal {
    font-size: 70%;
    text-decoration: none;
  }
}
@media screen and (max-width: 375px) {
  div.cart-period-eachBox .inner a .price-box dl {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
  }
  div.cart-period-eachBox .inner a .price-box dl dt {
    display: table-cell;
    width: 26%;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dt p {
    font-size: 66%;
  }
  div.cart-period-eachBox .inner a .price-box dl dd.price-txt {
    display: table-cell;
    color: #999;
    width: 36%;
    text-align: right;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dd.price {
    font-size: 76%;
    display: table-cell;
    width: 36%;
    text-align: right;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl .price-txt .normal {
    font-size: 70%;
    text-decoration: none;
  }
}
@media screen and (max-width: 320px) {
  div.cart-period-eachBox .inner a .price-box dl {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
  }
  div.cart-period-eachBox .inner a .price-box dl dt {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dt p {
    font-size: 60%;
  }
  div.cart-period-eachBox .inner a .price-box dl dd.price-txt {
    display: table-cell;
    color: #999;
    font-size: 90%;
    width: 36%;
    text-align: right;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dd.price {
    font-size: 64%;
    display: table-cell;
    width: 36%;
    text-align: right;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl .price-txt .normal {
    font-size: 65%;
    text-decoration: none;
  }
  div.cart-period-eachBox .inner a:before {
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px;
  }
  div.cart-period-eachBox .inner input[type="radio"]:checked+a:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
  }
}

/*購入手続き*/

.cart-address-method {
  position: relative;
  padding: 0 0 20px;
}
.cart-address-method .link-icon {
  top: 0;
}
.cart-address-method .link-icon {
  top: 40px;
  right: 0;
}
.cart-address-method .link-icon+.cart-payment-choose {
  margin-top: 50px;
}
.cart-address-method {
  padding: 0 0 10px;
}
.cart-address-method {
  line-height: 28px;
}
.cart-address-method h2 {
  margin: 20px 0px 0px 0px;
}
.cart-address-method h3 {
  margin: 20px 0px 0px 20px;
}
.cart-address-method .cart-txt02 {
  margin-left: 10px;
}
.cart-address-method ul, .cart-address-method p {
  font-size: 15px;
}
div.cart-address-eachBox.kantan-payment {}
div.cart-address-eachBox .inner {
  position: relative;
  width: 680px;
}
div.cart-address-eachBox .inner a {
  position: relative;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 20px;
  transition: opacity 0.2s linear 0s;
}
div.cart-address-eachBox .inner a dl dt p {
  padding: 7px 0 0;
  font-size: 18px;
}
div.cart-address-eachBox .inner a dl dd .text {
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
}
div.cart-address-eachBox .inner a dl dd .text ul li {
  list-style-type: disc !Important;
  margin: 0 0 10px 20px;
  font-size: 15px;
}
div.cart-address-eachBox .inner a dl dd .text .note {
  margin: 14px 0 5px 0;
}
div.cart-address-eachBox .inner a dl dd .text .note span {
  color: #e90000;
}
div.cart-address-eachBox .inner a:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
div.cart-address-eachBox .inner input[type="radio"]:checked+a:after {
  position: absolute;
  content: "";
  top: 21px;
  left: 21px;
  width: 14px;
  height: 14px;
  margin: 8px;
  border-radius: 50%;
  background: #eb5505;
  transition: opacity 0.2s linear 0s;
}
div.cart-address-eachBox .inner input[type=radio]:checked+a {}
div.cart-address-eachBox .inner a dt {
  padding: 0 0 0 43px;
  font-size: 18px;
}

div.cart-address-eachBox.kantan-payment .inner a dt {
  min-height: 45px;
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  div.cart-address-eachBox.kantan-payment .inner a dt {
    min-height: 35px;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 751px) {
  div.cart-address-eachBox.credit-payment .inner a dt {
    min-height: 32px;
  }
}
div.cart-address-eachBox .inner input {
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  div.cart-address-eachBox .inner {
    width: 100%;
  }
  div.cart-address-eachBox .inner a dl dt p {
    font-size: 16px;
  }
  div.cart-address-eachBox .inner a {
    padding: 15px;
  }
  div.cart-address-eachBox .inner a:before {
    top: 15px;
    left: 15px;
  }
  div.cart-address-eachBox .inner input[type="radio"]:checked+a:after {
    top: 16px;
    left: 16px;
  }
  div.cart-address-eachBox .inner a dl dd .text ul li {
    font-size: 9px;
    margin-left: 15px;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 2.4;
  }
  div.cart-address-eachBox .inner a dl dd .text .note {
    font-size: 7.6px;
    margin: 5px 0 0;
  }
  div.cart-address-eachBox.kantan-payment .inner a dt {
    margin-bottom: 11px;
  }
  div.cart-address-eachBox.kantan-payment {
    margin-bottom: 0;
  }
  div.cart-address-eachBox.credit-payment .inner a dl dt p {
    padding-top: 3px;
  }
}
@media screen and (max-width: 750px) {
  div.cart-payment-eachBox .inner {
    width: 100%;
  }
  div.cart-payment-eachBox .inner a dl dt p {
    font-size: 16px;
  }
  div.cart-payment-eachBox .inner a {
    padding: 15px;
  }
  div.cart-payment-eachBox .inner a:before {
    top: 15px;
    left: 15px;
  }
  div.cart-payment-eachBox .inner input[type="radio"]:checked+a:after {
    top: 16px;
    left: 16px;
  }
  div.cart-payment-eachBox .inner a dl dd .text ul li {
    font-size: 9px;
    margin-left: 15px;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 2.4;
  }
  div.cart-payment-eachBox .inner a dl dd .text .note {
    font-size: 7.6px;
    margin: 5px 0 0;
  }
  div.cart-payment-eachBox.kantan-payment .inner a dt {
    margin-bottom: 11px;
  }
  div.cart-payment-eachBox.kantan-payment {
    margin-top: 50px;
    margin-bottom: 0;
  }
  div.cart-payment-eachBox.credit-payment .inner a dt span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-left: -5px;
    margin-bottom: 4px;
    text-align: left;
    line-height: 0.5;
    white-space: nowrap;
  }
  div.cart-payment-eachBox.credit-payment .inner a dl dt p {
    padding-top: 3px;
  }
}

/*-----------------購入手続き＿支払い画面-------------------*/

.derivary-select-box {
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .orderitem-area .cart-item-image {
    width: 45%;
  }
  .orderitem-area .cart-item-image img {
    width: 100%;
  }
  .orderitem-area .cart-item-des {
    width: 49%;
  }
  .special-container-wrap .select-gift-voucher {
    width: 100%;
    background-position: 98% center;
  }
  .pay-area .cart-payment-eachBox .inner a dl dt {
    padding: 0 0 0 40px;
    min-height: 0;
  }
  .button-area .btn-list.cart-btn-list .stack-box-close-btn a {
    font-size: 16px;
    width: 460px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 20px;
  }
  .button-area .btn-list.cart-btn-list .stack-box-confirm-btn a {
    font-size: 19px;
    width: 460px;
    line-height: 1;
  }
  .purchase-step {
    background: #f5f5f6;
    margin: 0px;
    border-top: 1.5px solid #d1d1d2;
    border-bottom: 1.5px solid #d1d1d2;
    margin: 0 -20px 20px;
  }
  .width-style {
    margin: 0;
  }
  .width-style2 {
    margin: 0 0 20px;
  }
  .derivary-select-box .txt {
    width: 20% !important;
  }
  .derivary-select-box .txt p {
    border: none;
    padding: 0;
  }
  .derivary-select-box .select-gift-dist {
    width: 270px;
    cursor: pointer;
  }
  .derivary-select-box .select-gift-dist-none {
    pointer-events: none;
    opacity: 0.5;
  }
  .derivary-select-box .cart-item-price {
    border-bottom: none;
    text-align: left;
  }
  .derivary-select-box .cart-giftPoint .use-gift-dist ul li.dist {
    width: 26%;
  }
  .buy-btn-list .btn-list.cart-btn-list .stack-box-close-btn a {
    width: 480px;
  }
  .buy-btn-list .cart-btn-list .stack-box-confirm-btn a {
    width: 480px;
  }
  .order-price-total {
    padding: 0 20px;
  }
  .btn-gift {
    display: block;
    text-align: center;
    margin: 0 0 20px;
  }
  .btn-gift a {
    font-size: 19px!important;
    width: 480px;
    line-height: 1;
    padding: 23px 20px;
    letter-spacing: 0.16rem;
  }
  .cart-content-sstyle .special-container {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .cart-confirm-step {
    margin-bottom: 25px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .cart-content .payment-area .cart-title02 {
    padding: 0 10px !important;
    margin: 0;
    font-size: 116%;
  }
  .cart-content .payment-area .purchase-step {
    margin: 10px 0 0;
  }
  .width-style {
    margin-bottom: 0px;
  }
  .derivary-select-box .select-gift-dist {
    width: 100%;
    cursor: pointer;
  }
  .derivary-select-box .select-gift-dist-none {
    pointer-events: none;
    opacity: 0.5;
  }
  .derivary-select-box .use-subtxt {
    font-size: 13px;
  }
  .derivary-select-box .txt {
    width: 40% !important;
  }
  .derivary-select-box .txt p {
    border: none;
    padding: 0;
  }
  .special-container-wrap .select-gift-voucher {
    width: 100%;
    background-position: 96% center;
  }
  .pay-area .cart-payment-eachBox .inner a dl dt {
    padding: 0 0 0 35px;
    min-height: 0;
  }
  .btn-gift {
    display: block;
  }
  .btn-gift a {
    font-size: 15px!important;
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
  .cart-confirm-step {
    padding: 0 15px;
  }
  .cart-title02.main-title {
    margin-top: 0;
  }
  .cart-confirm-step .purchase-step {
    margin-bottom: 20px;
  }
}
.pay-box-top .link-text a {
  color: #4da1ff;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
}
.pay-box-top .link-text a:after {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  top: 50%;
  right: 0px;
  margin: -7px 0 0 0;
  background: url(../../images/icon/ico_sprite.png) no-repeat -73px -80px;
}
.orderitem-area .cart-item-price-sale {
  margin: 12px 0;
}
.orderitem-area .cart-item-price {
  margin-bottom: 10px;
  border-bottom: none;
  text-align: left;
}
.orderitem-area .cart-item-des .message-color {
  color: #e90000;
}
.orderitem-area .cart-item-title {
  font-weight: bold;
}
.cart-content-sstyle .special-container {}
.cart-content .payment-area {
  padding: 0px;
}
.cart-content .payment-area .cart-title02 {
  padding: 0px 20px 15px 0;
  margin: 0;
}
.cart-notice-area {
  background: #e9ebed;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 2%;
  margin-top: 2px;
}
.cart-notice-area p {
  background: #fff;
  padding: 1.5%;
  border-radius: 4px;
  font-size: 13px;
}
.cart-pointcoin-area {
  background: #f5f5f6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 15px;
  line-height: 1.7;
}
.pointcoin-title {
  font-weight: bold;
}
.orange-color {
  color: #eb530a;
}
.order-detail-area {
  padding: 25px 10px 0;
}
.order-detail-title {
  padding-bottom: 10px;
}
.order-description {
  font-weight: bold;
  margin: 20px 0 10px;
}
.order-detail-area .register-confirm-table {
  margin-bottom: 10px;
  width: 100%;
}
.order-detail-area .register-confirm-table td {
  text-align: right;
}
.order-price-title {
  font-size: 16px;
}
.order-price-title span {
  font-size: 13px;
}
.order-total-value {
  font-weight: bold;
  font-size: 16px;
}
.special-container-wrap .special-container {
  padding: 0;
}
.giftcoad-area, .large-box {
  padding: 20px 10px 30px;
}
.giftcoad-area input[type="text"] {
  height: 50px;
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 0 13px;
  color: #333333;
  background-position: 97% center;
  display: inline-block;
  font-size: 16px;
  width: 62%;
  letter-spacing: normal;
  float: left;
}
.giftcoad-area a:not(.gift-url) {
  width: 34%;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0.04em;
  background: #ea5504;
  color: #FFF;
  text-align: center;
  margin-left: 4%;
  border-radius: 3px;
}
.code-input-box {
  margin-bottom: 5px;
}
.special-container-wrap .select-gift-voucher {
  height: 50px;
  line-height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 0 12px;
  color: #333333;
}
.boder-style {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-top: 10px;
  padding: 20px 10px;
}
.boder-style2 {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 10px 20px;
}
.boder-style3 {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
}
.boder-style4 {
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 10px 20px;
}
.use-subtxt {
  font-size: 16px;
  border-left: 1px solid #eb530a;
  padding-left: 10px;
}
.small-text {
  font-size: 13px;
  letter-spacing: -0.6px;
}
.giftcoad-top {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
}
.giftcoad-top p {
  margin-bottom: 15px;
}
.giftcoad-bottom {
  margin-top: 30px;
}
.giftcoad-bottom p {
  margin-bottom: 15px;
}
.giftcoad-bottom .select-gift-voucher {
  margin-bottom: 5px;
  font-size: 14px;
}
.input-box input[type="text"] {
  height: 50px;
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 0 13px;
  color: #333333;
  background-position: 97% center;
  display: inline-block;
  font-size: 16px;
  width: 62%;
  letter-spacing: normal;
}
.input-box-sidetext {
  display: inline-block;
  vertical-align: middle;
}
.box-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.coin-info, .point-info {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-title span {
  font-weight: normal;
}
.small-box-top {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
}
.small-box-bottom {
  margin-top: 20px;
}
.title-discription {
  margin-top: 15px;
  margin-bottom: -5px;
}
.pay-area .cart-payment-eachBox.kantan-payment {
  margin-top: 0px;
  margin-bottom: 10px;
}
.pay-area .cart-payment-eachBox .inner a {
  border: none;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
  vertical-align: middle;
  position: relative;
}
.pay-area .cart-payment-eachBox.kantan-payment .inner a dt {
  border-bottom: none;
}
.pay-area .cart-payment-eachBox .inner a:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.pay-area .cart-payment-eachBox .inner input[type="radio"]:checked+a:after {
  position: absolute;
  content: "";
  top: -6px;
  left: -4px;
  width: 14px;
  height: 14px;
  margin: 8px;
  border-radius: 50%;
  background: #eb5505;
  transition: opacity 0.2s linear 0s;
}
.pay-area .cart-payment-eachBox .inner a dl dt p {
  padding: 0;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.4em;
  vertical-align: middle;
  display: inline-block;
}
.mrb0 {
  margin-bottom: 0px !important;
}
.button-area-title {
  margin: 10px 0;
}
.button-area .btn-list {
  margin: 0 10px;
}
.pay-box-top {
  border-bottom: 1px solid #dfdfdf;
}
.orderitem-middle p {
  font-weight: bold;
  line-height: 1.7;
}
.orderitem-middle {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin: 10px 0;
  padding: 10px 0;
}
@media screen and (min-width: 751px) {
  .cart-pointcoin-area {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .cart-content-sstyle .special-container {
    box-shadow: none;
    padding-top: 21px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .giftcoad-area, .large-box {
    padding: 20px 10px 10px;
  }
  .button-area .btn-gift{
    padding:18px 10px 0;
  }
}
@media screen and (max-width: 320px) {
  .select-gift-voucher {
    font-size: 13px;
  }
  .giftcoad-area a {
    margin-left: 0;
    float: right;
  }
  .fs13{
    font-size: 13px;
  }
}

/*--------------------カート画面---------------------*/


/*追加css*/

#wrapper {
  overflow: visible;
}
.cart-number-title {
  font-size: 17px;
  margin: 12px 20px 0 10px;
}
.cart-price-area {
  font-size: 15px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.cart-price-area .right {
  font-size: 20px;
}
.cart-price-top {
  padding-bottom: 15px;
}
.enn {
  font-size: 13px;
}
.total-area {
  border-top: 1px solid #dfdfdf;
  padding: 15px 0 0 0;
}
.cart-item-title {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  div.cart-period-eachBox .inner {
    position: relative;
    width: 372px;
  }
  div.cart-period-eachBox .inner a {
    position: relative;
    width: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    color: #3e4956;
    font-size: 14px;
    line-height: 1;
    padding: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: opacity 0.2s linear 0s;
  }
  div.cart-period-eachBox .inner .firstlabel {
    border-radius: 2px 2px 0 0;
  }
  div.cart-period-eachBox .inner .secondlabel {
    border-radius: 0 0 2px 2px;
    border-top: none;
  }
  div.cart-period-eachBox .inner a .price-box dl {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
  }
  div.cart-period-eachBox .inner a .price-box dl dt {
    display: table-cell;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dt p {
    font-size: 66%;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dd.price-txt {
    display: table-cell;
    color: #999;
    padding-right: 2%;
    width: 20%;
    text-align: right;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl dd.price {
    font-size: 76%;
    display: table-cell;
    width: 45%;
    text-align: right;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl .price-txt .normal {
    font-size: 85%;
    text-decoration: none;
    vertical-align: middle;
  }
  div.cart-period-eachBox .inner a .price-box dl .price-txt .normal span {
    text-decoration: line-through;
  }
  div.cart-period-eachBox .inner a:before {
    position: absolute;
    content: "";
    top: 14px;
    left: 13px;
    width: 30px;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background: #fff;
  }
  div.cart-period-eachBox .inner input[type="radio"]:checked+a:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 14px;
    width: 14px;
    height: 14px;
    margin: 8px;
    border-radius: 50%;
    background: #eb5505;
    transition: opacity 0.2s linear 0s;
  }
  div.cart-period-eachBox .inner input[type=radio]:checked+a {}
  div.cart-period-eachBox .inner a dt {
    padding: 0 0 0 40px;
    font-size: 26px;
  }
  div.cart-period-eachBox.kantan-payment .inner a dt {
    min-height: 45px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dfdfdf;
  }
  div.cart-period-eachBox.credit-payment .inner a dt {
    min-height: 32px;
  }
  div.cart-period-eachBox .inner input {
    display: none;
    -webkit-appearance: none;
    border-radius: 0;
  }
  div.cart-period-eachBox .inner a dl dt p {
    font-weight: bold;
  }
  div.cart-period-eachBox .inner .plus-member-area {
    border: 1px solid #f9ccb4;
    border-radius: 3px;
    width: 90%;
    margin: -10px 0 10px;
    float: right;
  }
  div.cart-period-eachBox .inner .plus-member-area dl {
    padding: 10px;
  }
  div.cart-period-eachBox .inner .plus-member-area .txt {
    padding: 0;
    background: #eaebee;
    width: 115px;
    min-height: 10px;
    font-size: 14px;
    float: left;
  }
  div.cart-period-eachBox .inner .plus-member-area .txt img {
    width: 17%;
    padding: 1px;
  }
  div.cart-period-eachBox .inner .plus-member-area .txt span {
    font-size: 85%;
    display: inline-block;
    line-height: 2.3;
  }
  div.cart-period-eachBox .inner .plus-member-area .off-txt {
    clear: both;
    font-size: 85%;
    padding: 10px 0;
  }
  div.cart-period-eachBox .inner .plus-member-area dd {
    float: right;
  }
  div.cart-period-eachBox .inner .border {
    border-top: 1px solid #dfdfdf;
    margin: 4px 0 10px 0;
    width: 100%;
  }
  div.cart-period-eachBox .inner .unit {
    width: 40%;
    background-position: 94% center;
  }
  div.cart-period-eachBox .inner .tax-txt {
    font-size: 12px;
  }
  div.cart-period-eachBox .inner .plus-member-price span {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
  .cart-item-image {
    width: 45%;
    text-align: center;
    background-color: #f6f6f6;
  }
  .cart-item-detail {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 5px;
    margin: 0 2px;
  }
  .cart-item-list {
    margin-bottom: 20px;
  }
  .cart-item-image img {
    max-height: 275px;
  }
  .cart-item-image.order img {
    max-height: 188px;
    width: initial;
  }
  .cart-item-des {
    width: 49%;
    margin-left: 10px;
  }
  .cart-item-detail .select-quantity {
    width: 235px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 16px;
    color: #333333;
  }
  .cart-item-detail .select-quantity {
    width: 235px;
    background: url(../../images/icon/ico_arrow_down.png) no-repeat 210px;
    background-size: 12px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .cart-item-detail .cart-item-price-sale {
    text-align: right;
  }
  .cart-item-detail .cart-item-price {
    margin: 0;
  }
  .cart-item-detail .cart-item-price-tax {
    font-size: 12px;
    color: #333;
  }
  .select-area {
    margin-top: 10px;
  }
  .cart-item-color {
    margin-top: 10px;
  }
  .cart-item-size {
    margin-bottom: 10px;
  }
  .cart-item-price {
    margin-top: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    text-align: right;
  }
  .cart-item-number .cart-number {
    font-weight: bold;
    font-size: 16px;
    float: none;
    width: 100%;
  }
  .cart-item-number {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
  }
  .remaining-money {
    color: #e90000;
    padding-top: 5px;
  }
  .select-inner {
    float: none;
    margin-left: 650px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  /*追加css*/
  .shopping-cart {
    padding: 15px 0 0 0;
    margin-bottom: -15px;
  }
  .cart-number-title {
    font-size: 17px;
    margin: 22px 20px 0 10px;
  }
  .cart-item-area {
    position: relative;
    z-index: 10;
  }
  .cart-item-number {
    position: relative;
    z-index: 10;
    margin-bottom: 6px;
    height: 60px;
  }
  .bg01_100per {
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0% 0% 0% -500%;
    background: #e9ebed;
    z-index: -1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  }
  .bg02_100per {
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0% 0% 0% -500%;
    background: #f5f5f6;
    z-index: -1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  }
  .cart-item-list {
    padding-bottom: 6px;
  }
  .cart-item-list:first-child {
    padding-top: 10px;
  }
  .cart-item-detail {
    position: relative;
    background: #fff;
    width: 105%;
    left: -2.3%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  }
  .cart-item-detail .select-quantity {
    width: 180px;
    margin-top: 10px;
    background: url(../../images/icon/ico_arrow_down.png) no-repeat 155px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
  }
  .cart-item-detail .select-quantity {
    width: 180px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 16px;
    color: #333333;
  }
  .cart-price-top {
    margin-top: 20px;
  }
  .padding10 {
    padding: 10px;
  }
  .cart-item-detail .btn-icon-trash {
    margin: 15px 0 0 0;
  }
  .select-area {
    margin-top: 5px;
  }
  .cart-item-color {
    margin-top: 10px;
  }
  .cart-item-size {
    margin-bottom: 10px;
  }
  .cart-item-number .cart-number {
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    padding: 17px 0 17px;
    float: none;
    width: 100%;
  }
  .remaining-money {
    color: #e90000;
    padding-top: 5px;
  }
  .btn-icon-arrow-right:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 20px;
    margin: -7px 0 0 0;
    background: url(../../images/icon/ico_sprite.png) no-repeat -64px -80px;
    -moz-background-size: 200px 152px;
    -webkit-background-size: 200px 152px;
    -o-background-size: 200px 152px;
    -ms-background-size: 200px 152px;
    background-size: 200px 152px;
  }
  .cart-item-price {
    font-size: 15px;
  }
  div.cart-period-eachBox .inner .plus-member-area {
    border: 1px solid #f9ccb4;
    border-radius: 3px;
    width: 90%;
    margin: 10px 0 10px 30px;
  }
  div.cart-period-eachBox .inner .plus-member-area dl {
    padding: 10px;
  }
  div.cart-period-eachBox .inner .plus-member-area .txt {
    padding: 0;
    background: #eaebee;
    width: 95px;
    min-height: 10px;
    font-size: 14px;
    float: left;
  }
  div.cart-period-eachBox .inner .plus-member-area .txt img {
    width: 15%;
    padding: 1px;
  }
  div.cart-period-eachBox .inner .plus-member-area .txt span {
    font-size: 68%;
    display: inline-block;
    margin-left: 0;
    line-height: 0.3;
  }
  div.cart-period-eachBox .inner .plus-member-area .off-txt {
    clear: both;
    font-size: 70%;
    padding: 6px 0 10px;
  }
  div.cart-period-eachBox .inner .plus-member-area dd {
    float: right;
  }
  div.cart-period-eachBox .inner .border {
    border-top: 1px solid #dfdfdf;
    margin: 4px 0 10px 0;
    width: 100%;
  }
  div.cart-period-eachBox .inner .unit {
    width: 40%;
    background-position: 94% center;
  }
  .total-area {
    border-top: 0;
  }
}
@media screen and (max-width: 320px) {
  div.cart-period-eachBox .inner .plus-member-area {
    width: 88%;
  }
  div.cart-period-eachBox .inner .plus-member-area .off-txt {
    font-size: 60%;
    padding: 6px 0;
  }
  div.cart-period-eachBox .inner .plus-member-area .txt {
    width: 80px;
  }
  div.cart-period-eachBox .inner .plus-member-area .txt span {
    font-size: 55%;
    line-height: 0;
  }
  div.cart-period-eachBox .inner .unit {
    width: 40%;
    background-position: 94% center;
  }
}

/*購入手続き*/

.cart-address-method {
  position: relative;
  padding: 0 0 20px;
}
.cart-address-method .link-icon {
  top: 0;
}
.cart-address-method .link-icon {
  top: 40px;
  right: 0;
}
.cart-address-method .link-icon+.cart-payment-choose {
  margin-top: 50px;
}
.cart-address-method {
  padding: 0 0 10px;
}
.cart-address-method {
  line-height: 28px;
}
.cart-address-method h2 {
  margin: 20px 0px 0px 0px;
}
.cart-address-method .cart-txt02 {
  margin-left: 10px;
}
.cart-address-method ul, .cart-address-method p {
  font-size: 15px;
}
div.cart-address-eachBox.kantan-payment {}
div.cart-address-eachBox .inner {
  position: relative;
  width: 680px;
}
div.cart-address-eachBox .inner a {
  position: relative;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 5px;
  transition: opacity 0.2s linear 0s;
}
div.cart-address-eachBox .inner a dl dt p {
  padding: 7px 0 0;
  font-size: 18px;
}
div.cart-address-eachBox .inner a dl dd .text {
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
}
div.cart-address-eachBox .inner a dl dd .text ul li {
  list-style-type: disc !Important;
  margin: 0 0 10px 20px;
  font-size: 15px;
}
div.cart-address-eachBox .inner a dl dd .text .note {
  margin: 14px 0 5px 0;
}
div.cart-address-eachBox .inner a dl dd .text .note span {
  color: #e90000;
}
div.cart-address-eachBox .inner a:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
div.cart-address-eachBox .inner input[type="radio"]:checked+a:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  margin: 8px;
  border-radius: 50%;
  background: #eb5505;
  transition: opacity 0.2s linear 0s;
}
div.cart-address-eachBox .inner input[type=radio]:checked+a {}
div.cart-address-eachBox .inner a dt {
  padding: 0 0 0 43px;
  font-size: 18px;
}
div.cart-address-eachBox.kantan-payment .inner a dt {
  margin: 0;
}
div.cart-address-eachBox.credit-payment .inner a dt {
  min-height: 32px;
}
div.cart-address-eachBox .inner input {
  -webkit-appearance: none;
  border-radius: 0;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  div.cart-address-eachBox .inner {
    width: 100%;
  }
  div.cart-address-eachBox .inner a dl dt p {
    font-size: 14px;
    margin-top: 5px;
  }
  div.cart-address-eachBox .inner a {
    padding: 0;
  }
  div.cart-address-eachBox .inner a:before {
    position: absolute;
    content: "";
    top: 1px;
    left: 9px;
    width: 19px;
    height: 19px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background: #fff;
  }
  div.cart-address-eachBox .inner input[type="radio"]:checked+a:after {
    position: absolute;
    content: "";
    top: -3px;
    left: 4px;
    width: 14px;
    height: 14px;
    margin: 8px;
    border-radius: 50%;
    background: #eb5505;
    transition: opacity 0.2s linear 0s;
  }
  div.cart-address-eachBox .inner a dl dd .text ul li {
    font-size: 9px;
    margin-left: 15px;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 2.4;
  }
  div.cart-address-eachBox .inner a dl dd .text .note {
    font-size: 7.6px;
    margin: 5px 0 0;
  }
  div.cart-address-eachBox.kantan-payment .inner a dt {
    margin-bottom: 0;
  }
  div.cart-address-eachBox.kantan-payment {
    margin-bottom: 0;
  }
  div.cart-address-eachBox.credit-payment .inner a dl dt p {}
}
@media screen and (max-width: 360px) {
  div.cart-address-eachBox .inner a:before {
    top: 5px;
    left: 8px;
    width: 18px;
    height: 18px;
  }
  div.cart-address-eachBox .inner input[type="radio"]:checked+a:after {
    top: 0px;
    left: 3px;
    width: 14px;
    height: 14px;
  }
}

/***********/

.cart-giftPoint .use-gift-dist {
  margin: 10px 0 0;
}
.cart-giftPoint .use-gift-dist ul {
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
}
.cart-giftPoint .use-gift-dist ul li.txtdeli {
  width: 40%;
}
.cart-giftPoint .use-gift-dist ul li.day {
  width: 15%;
}
.cart-giftPoint .use-gift-dist ul li.dist {
  width: 50%;
}
@media screen and (min-width: 751px) {
  .cart-giftPoint .use-gift-dist ul li.txtdeli {
    text-align: center;
    width: 59%;
    font-size: 115%;
  }
  .cart-giftPoint .use-gift-dist ul li.day {
    width: 6%;
    font-size: 115%;
  }
}
@media screen and (max-width: 320px) {
  .cart-item-detail .select-quantity {
    width: 130px;
    margin-top: 10px;
    background: url(../../images/icon/ico_arrow_down.png) no-repeat 105px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
  }
}

/*------------------------------------------------------------
　　　住所フォーム
  ------------------------------------------------------------*/


/* 新規追加 */

@media (min-width: 751px) {
  .post-title {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0;
  }
  .fgRRed {
    color: #ff0000;
  }
  .postnumber_pre {
    width: 15%;
    float: left;
    margin-top: 1%;
  }
  .postnumber_rea {
    width: 40%;
    float: left;
    margin-top: 1%;
  }
  .haihun {
    float: left;
    margin-top: 4%;
  }
  .search_home {
    float: left;
    margin-left: 3%;
    font-size: 15px;
    background-color: #cccccc;
    padding: 1%;
    margin-top: 3%;
  }
  .prefectures {
    width: 224px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 12px;
    color: #333333;
  }
  .name_pre {
    width: 50%;
    float: left;
    margin-top: 1%;
  }
  .name_rea {
    width: 50%;
    float: left;
    margin-top: 1%;
  }
  .name_pre input {
    width: 60%;
    margin-top: 1%;
  }
  .name_rea input {
    width: 60%;
    margin-top: 1%;
  }
  .tel_pre {
    width: 15%;
    float: left;
    margin-top: 1%;
  }
  .tel_cen {
    width: 30%;
    float: left;
    margin-top: 1%;
  }
  .tel_rea {
    width: 30%;
    float: left;
    margin-top: 1%;
  }
  .adress {
    height: inherit!important;
    margin-right: 5px;
  }
  .address-content .address-table td {
    width: 490px;
    padding: 16px 20px;
    vertical-align: middle;
    font-size: 15px;
  }
  .special-container {
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
  }
  .address-title2 {
    margin: 20px 20px 16px 20px;
    font-size: 18px;
  }
  .address-title3 {
    margin: 40px 20px 14px 0;
    font-size: 17px;
  }
  /* address-table */
  .address-content .address-table {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 29px;
  }
  .address-content .address-table th {
    width: 190px;
    padding: 16px 20px;
    background: #f9f9f9;
    font-weight: normal;
    font-size: 15px;
  }
  .address-content .address-table th, .address-content .address-table td {
    border-top: 1px solid #dfdfdf;
    text-align: left;
    line-height: 1.6;
  }
  /* btn */
  .edit-save {
    margin-bottom: 45px;
  }
  .edit-save a {
    width: 100%;
    padding: 21px 20px 21px 45px;
    /*font-size: 110%;*/
    font-size: 18.00000px;
    text-align: center;
    letter-spacing: 0.16rem;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  .edit-save a span {
    width: 400px;
    display: inline-block;
  }
  .edit-save a span img {
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 4px;
  }
  .edit-save a {
    color: #fff;
    background-color: #ea5504;
    padding-right: 30px;
  }
  .address-edit a {
    width: 100%;
    padding: 10px;
    /*font-size: 126%;*/
    font-size: 18.00000px;
    text-align: center;
    letter-spacing: 0.16rem;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  .address-edit a span {
    /*width: 400px;*/
    display: inline-block;
  }
  .address-edit a {
    padding-right: 0;
    width: 49%;
  }
  .address-edit a:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 20px;
    margin: -7px 0 0 0;
    /*background: url(../../images/icon/ico_sprite.png) no-repeat -84px -82px;*/
    -moz-background-size: 200px 152px;
    -webkit-background-size: 200px 152px;
    -o-background-size: 200px 152px;
    -ms-background-size: 200px 152px;
    background-size: 200px 152px;
  }
  .address-edit a.address-edit-normal {
    float: left;
    margin: 0;
    background-color: #ea5504;
    border: 2px solid #ea5504;
    color: #fff;
  }
  .address-edit a.address-edit-delete {
    float: right;
    margin: 0;
    background-color: #efefef;
    border: 2px solid #efefef;
  }
  .select-choice {
    width: 500px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 40px 0 12px;
    color: #333333;
    cursor: pointer;
  }
  div.cart-address-eachBox.choice .inner a:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
  }
  div.cart-address-eachBox.choice .inner input[type="radio"]:checked+a:after {
    position: absolute;
    content: "";
    top: 16px;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: 8px;
    border-radius: 50%;
    background: #eb5505;
    transition: opacity 0.2s linear 0s;
  }
}
@media (max-width: 750px) {
  .post-title {
    font-weight: bold;
    margin: 2% 0;
    font-size: 90%;
  }
  .fgRRed {
    color: #ff0000;
  }
  .postnumber_pre {
    width: 20%;
    float: left;
    margin-top: 1%;
  }
  .postnumber_rea {
    width: 40%;
    float: left;
    margin-top: 1%;
  }
  .haihun {
    float: left;
    margin-top: 3%;
  }
  .search_home {
    float: left;
    margin-left: 3%;
    font-size: 10px;
    background-color: #cccccc;
    padding: 1%;
    margin-top: 2%;
  }
  .prefectures {
    width: 80%;
    height: 25px;
    line-height: 25px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 12px;
    color: #333333;
    font-size: 12px;
    background: url(../../images/icon/ico_arrow_down.png) no-repeat 125px;
    background-size: 12px;
    background-position: 97% center;
  }
  .name_pre {
    width: 50%;
    float: left;
    margin-top: 1%;
  }
  .name_rea {
    width: 50%;
    float: left;
    margin-top: 1%;
  }
  .name_pre input {
    width: 60%;
    margin-top: 1%;
  }
  .name_rea input {
    width: 60%;
    margin-top: 1%;
  }
  .tel_pre {
    width: 22%;
    float: left;
    margin-top: 1%;
  }
  .tel_cen {
    width: 26%;
    float: left;
    margin-top: 1%;
  }
  .tel_rea {
    width: 26%;
    float: left;
    margin-top: 1%;
  }
  .adress {
    height: inherit!important;
    margin-right: 5px;
  }
  .special-container {
    margin: 0 0 20px;
    padding: 27px 0;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
  }
  .address-title2 {
    margin: 20px 20px 16px 20px;
    font-size: 18px;
  }
  .address-title3 {
    margin: 40px 20px 14px 0;
    font-size: 17px;
  }
  /* address-table */
  .address-content .address-table {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 29px;
  }
  .address-content .address-table th {
    width: 32%;
    background: #f9f9f9;
    font-weight: normal;
    font-size: 15px;
  }
  .address-content .address-table th, .address-content .address-table td {
    border-top: 1px solid #dfdfdf;
    text-align: left;
    line-height: 1.6;
    vertical-align: top;
    padding: 1%;
  }
  /* btn */
  .edit-save {
    margin-bottom: 45px;
  }
  .edit-save a {
    width: 100%;
    padding: 21px 20px 21px 45px;
    /*font-size: 110%;*/
    font-size: 18.00000px;
    text-align: center;
    letter-spacing: 0.16rem;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  .edit-save a span {
    width: 400px;
    display: inline-block;
  }
  .edit-save a span img {
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 4px;
  }
  .edit-save a {
    color: #fff;
    background-color: #ea5504;
    padding-right: 30px;
  }
  .address-edit a {
    width: 100%;
    padding: 10px;
    /*font-size: 126%;*/
    font-size: 18.00000px;
    text-align: center;
    letter-spacing: 0.16rem;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  .address-edit a span {
    /*width: 400px;*/
    display: inline-block;
  }
  .address-edit a {
    padding-right: 0;
    width: 49%;
  }
  .address-edit a:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 20px;
    margin: -7px 0 0 0;
    /*background: url(../../images/icon/ico_sprite.png) no-repeat -84px -82px;*/
    -moz-background-size: 200px 152px;
    -webkit-background-size: 200px 152px;
    -o-background-size: 200px 152px;
    -ms-background-size: 200px 152px;
    background-size: 200px 152px;
  }
  .address-edit a.address-edit-normal {
    float: left;
    margin: 0;
    background-color: #ea5504;
    border: 2px solid #ea5504;
    color: #fff;
  }
  .address-edit a.address-edit-delete {
    float: right;
    margin: 0;
    background-color: #efefef;
    border: 2px solid #efefef;
  }
  .cart-inner input {
    height: 25px;
    padding: 2%;
    font-size: 16px;
  }
}
@media (min-width: 750px) {
  #address-121 .special-container {
    padding-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 45px;
  }
}
@media (max-width: 750px) {
  .address .special-container {
    box-shadow: none;
    padding-top: 21px;
    border-top: 1px solid #dfdfdf;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .address-title3 {
    margin: 32px 0 9px;
  }
  /* table */
  .address-content .address-table {
    margin: 0 0 10px;
  }
  .address-content .address-table th, .address-content .address-table td {
    letter-spacing: 0.02rem;
  }
  /* btn */
  .edit-save {
    padding: 0;
  }
  .edit-save a {
    padding-left: 30px;
  }
  .edit-save a span {
    width: 100%;
  }
  .address-edit a {
    padding-right: 15px;
  }
  .address-edit a span {
    width: 100%;
  }
  .edit-save a span img {
    margin-bottom: 3px;
  }
  /* font-size */
  .address-content .address-table th, .address-content .address-table td {
    font-size: 11px;
    padding: 2%;
  }
  .address-title3 {
    font-size: 15px;
  }
  .edit-save {
    font-size: 12px;
  }
  .address-edit {
    font-size: 12px;
  }
  .spw80 {
    width: 80%;
  }
  .select-choice {
    width: 83%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 23px 0 12px;
    color: #333333;
    font-size: 12px;
  }
  #cart-unselect .btn-list.cart-btn-list>p {
    width: 48%;
    margin: 10px 0 0px;
  }
  #cart-unselect .btn-list.cart-btn-list .stack-box-confirm-btn {
    position: inherit;
    top: 0;
  }
  #cart-unselect .btn-list.cart-btn-list .stack-box-close-btn {
    position: inherit;
    bottom: 0;
  }
  #cart-unselect .btn-list.cart-btn-list {
    margin: 0 0 10px;
    position: relative;
    height: inherit;
  }
  #cart-unselect .btn.cart-btn-list a {
    padding: 18px 20px;
    font-size: 100%;
    letter-spacing: 0.16rem;
  }
  #use_gift_image img {
    width: 100%;
  }
}

/*------------------------------------------------------------
　　　注文確認画面
  ------------------------------------------------------------*/


/* 新規追加 */

.order-confirmation .orderitem-middle {
  border-top: 1px solid #dfdfdf;
  border-bottom: none;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.order-confirmation .boder-style2 {
  padding: 10px 10px;
}
.register-confirm-table .order-total th, .order-total {
  font-weight: bold;
}
.product-box .herf-r {
  float: right;
  width: 60%;
  margin: -1px 0 0 0;
  border: none;
}
.product-box .herf-l {
  float: left;
  width: 35%;
  padding: 42px 17px;
}
.product-box .herf-l img {
  width: 100%;
}
.product-box {
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
.product-box img {
  border: 1px solid #dfdfdf;
  margin: 0 auto;
}
.product-box .register-confirm-table {
  border-bottom: none;
}
.order-product-title {
  padding: 5px 0 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.fred {
  color: #ff0000;
}
@media (min-width: 751px) {
  .order-cash {
    margin: 30px 20px 20px 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .order-confirmation .large-box {
    padding: 20px 0 0;
  }
  .order-confirmation .button-area .btn-list.cart-btn-list .stack-box-close-btn a {
    font-size: 16px;
    width: 480px;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-right: 20px;
  }
  .total-box {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .order-cash {
    margin: 30px 0 20px 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .order-confirmation .large-box {
    padding: 0;
  }
  .order-confirmation .button-area .btn-list.cart-btn-list .stack-box-close-btn a {
    font-size: 16px;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-right: 10px;
  }
  .btn-list.cart-btn-list.order {
    margin: 10px 0;
    position: relative;
    height: 190px;
  }
  .total-box {
    margin-top: 20px;
  }
}

/*------------------------------------------------------------
　　　ブランド
  ------------------------------------------------------------*/

@media (min-width: 751px) {
  .brand {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media (max-width: 750px) {
  .brand {
    font-weight: bold;
    margin-bottom: 5px;
  }
}

/*------------------------------------------------------------
　　　確認ページ
  ------------------------------------------------------------*/

@media (min-width: 751px) {
  .contents-element-main.order_fin {
    width: 100%;
  }
  .cart-box {
    border-bottom: none;
    padding: 0 0 30px 0;
  }
  .order_fin .cart-item .row {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cart-order {
    border-bottom: none;
    margin-bottom: 0;
  }
  .cart-box .order-table {
    width: 50%;
    line-height: initial;
  }
  .cart-box .annotation {
    border: 2px solid #eb5505;
    padding: 5px;
    width: 50%;
    margin: 10px 0 10px -10px;
  }
  .cart-box .annotation dt {
    background: #eb5505;
    color: #fff;
    padding: 3px 0 0 10px;
    margin-bottom: 10px;
  }
  .cart-box .annotation dd {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 86%;
    line-height: 1.5;
  }
  .cart-box .annotation .link {
    text-align: right;
    padding-top: 1em;
  }
  .cart-box .annotation .link a{
    color: #008ad2;
  }
  .point-title {
    font-weight: bold;
    float: left;
    width: 50%;
    font-size: 20px;
  }
  .point-total {
    font-weight: bold;
    font-size: 18px;
    float: right;
    width: 50%;
    text-align: right;
  }
  .point-head {
    border-bottom: 1px solid #dfdfdf;
    width: 50%;
  }
  .ore {
    color: #eb5505;
  }
}
@media (max-width: 750px) {
  .contents-element-main.order_fin {
    width: 100%;
  }
  .contents-element-main.order_fin {
    width: 100%;
  }
  .cart-box {
    border-bottom: none;
    padding: 0;
  }
  .order_fin .cart-item .row {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cart-order {
    border-bottom: none;
    margin-bottom: 0;
  }
  .cart-box .order-table {
    width: 100%;
    line-height: initial;
    float: right;
  }
  .cart-box .annotation {
    border: 2px solid #eb5505;
    padding: 5px;
    margin: 20px 0 10px -10px;
  }
  .cart-box .annotation dt {
    background: #eb5505;
    color: #fff;
    padding: 3px 0 0 10px;
    margin-bottom: 10px;
  }
  .cart-box .annotation dd {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 86%;
    line-height: 1.5;
  }
  .cart-box .annotation .link {
    text-align: right;
    padding-top: 1em;
  }
  .cart-box .annotation .link a{
    color: #008ad2;
  }
  .point-title {
    font-weight: bold;
    float: left;
    width: 50%;
    font-size: 19px;
  }
  .point-total {
    font-weight: bold;
    font-size: 18px;
    float: right;
    width: 50%;
    text-align: right;
  }
  .point-head {
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
  }
  .ore {
    color: #eb5505;
  }
  .h70{
    height: 70px!important;
  }
}
.errorBlock {
    color: #AF0000;
    background-color: #FDF7F2;
    border: 1px solid #AF0000;
    padding: 10px;
    margin: 20px 10px;
}
.ma_auto{
  margin: 0 auto;
}
.mb0{
  margin-bottom: 0!important;
}
/*------------------------------------------------------------
　　　App Store & iTunes ギフトカード購入
  ------------------------------------------------------------*/
.app-store-banner {
  margin-bottom: 16px;
}
.app-store-banner img {
  width: calc(100% + 20px);
  margin-left: -10px;
  max-height: 100%;
  box-shadow: none;
}

.app-store-supplementary img {
  max-width: 100% !important;
  width: inherit;
  margin-left: -10px;
  max-height: 100%;
  box-shadow: none;
}

.app-store-caution {
  margin: 48px 0;
  padding: 8px;
  border: 1px solid #AF0000;
  background-color: #FDF7F2;
}
.app-store-caution .under-line {
  color: #AF0000;
  border-bottom: solid 1px #AF0000;
}

.app-store-supplementary {
  margin-top: 72px;
}
.app-store-supplementary .content-title {
  border-left: 6px solid #EA5503;
}
.app-store-supplementary .content-title .no-subtitle {
  margin-bottom: 0;
  padding: 4px 0 4px 10px;
}
.app-store-supplementary .description {
  margin-top: 48px;
}

@media (min-width: 751px) {
  .app-store-item-image {
    width: 45%;
    text-align: center;
    background-color: #f6f6f6;
  }
  .app-store-item-image img {
    max-width: 100% !important;
    max-height: 275px;
  }

  .btn-list.cart-btn-list.app-store-button {
    width: 500px;
    margin: 0 auto;
  }

  .app-store-supplementary .description {
    display: flex;
  }
}

@media (max-width: 750px) {
  .app-store-item-image {
    position: relative;
    text-align: center;
    width: 45%;
    max-height: 0;
    padding-bottom: 34%;
    background: #f6f6f6;
  }
  .app-store-item-image img {
    max-width: 100% !important;
    width: initial;
    max-height: 100%;
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .btn-list.cart-btn-list.app-store-button {
    height: 60px;
  }
  .app-store-supplementary .content-title {
    padding-left: 10px;
    margin-left: -7px;
  }
  
  .app-store-banner img, .app-store-supplementary img {
    max-width: 100% !important;
    width: inherit;
    margin-left: 0px;
    max-height: 100%;
    box-shadow: none;
  }
}

/*------------------------------------------------------------
      Google Play ギフトコード
  ------------------------------------------------------------*/
.google-play-banner {
  margin-bottom: 16px;
  text-align: center;
}

.google-play-banner img {
  max-width: 100%;
}

/*------------------------------------------------------------
      ニンテンドープリペイド番号
  ------------------------------------------------------------*/
.nintendo-play-banner {
  margin-bottom: 16px;
}

.nintendo-play-banner img {
  width: calc(100% + 20px);
  margin-left: -10px;
  max-height: 100%;
  box-shadow: none;
}
@media (max-width: 750px) {
  .nintendo-play-banner img {
    max-width: 100% !important;
    width: inherit;
    margin-left: 0px;
    max-height: 100%;
    box-shadow: none;
  }
}

/*------------------------------------------------------------
      プレイステーション
  ------------------------------------------------------------*/
.psn-banner {
  margin-bottom: 16px;
}
.psn-banner img {
  width: calc(100% + 20px);
  margin-left: -10px;
  max-height: 100%;
  box-shadow: none;
}
@media (max-width: 750px) {
  .psn-banner img {
    max-width: 100% !important;
    width: inherit;
    margin-left: 0px;
    max-height: 100%;
    box-shadow: none;
  }
}