.nav-mypage,
.nav-main,
.site-footer__link,
.site-footer__box__link,
.wrap-sns-button {
  display: none;
}

#global-nav ul li a img {
  backface-visibility: hidden;
}

.site-header__secondary .fixed-width .last,
.site-header .site-header__primary .site-header__item:not(.tel) {
  visibility: hidden;
}

.mypageShow .nav-mypage,
.mypageShow .nav-main,
.mypageShow .site-footer__link,
.mypageShow .site-footer__box__link,
.mypageShow .wrap-sns-button {
  display: block;
}

.mypageShow  .site-header__secondary .fixed-width .last,
.mypageShow  .site-header .site-header__primary .site-header__item:not(.tel) {
  visibility: visible;
}

.card_logo {
  position: relative;
  width: 313px;
}

.card_logo::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -26px;
  width: 65px;
  height: 52px;
  background: url(/asset/images/content/credit-card.png) no-repeat
}

.card_logo.is_VISA::after {
  background-position: 5px 0;
}

.card_logo.is_MASTERCARD::after {
  background-position: -65px 0;
}

.card_logo.is_AMERICAN_EXPRESS::after {
  background-position: -213px 0;
}

.card_logo.is_DINERS_CLUB::after {
  background-position: -280px 0;
}

.card_logo.is_JCB::after {
  background-position: -135px 0;
}

.card_logo.is_def::after {
  background-position: -9999px -9999px;
}

.card_logo input[type="text"] {
  width: 100%;
}

.table-forgot-info {
  margin-bottom: 30px;
  text-align: left;
}

.table-forgot-info .compo-contact {
  margin: 0 auto;
}

.table-forgot-info .table-plain th,
.table-forgot-info .table-plain td {
  padding: 2px;
  border: none;
  text-align: left;
}


/*　ボタン　*/

.btn-mypage-decision {
  position: relative;
  padding: 9px 47px 9px 40px;
  background: #a9d38c;
  background: -moz-linear-gradient(top, #a9d38c 0%, #6baf39 36%, #64a934 66%, #2f9026 100%);
  background: -webkit-linear-gradient(top, #a9d38c 0%,#6baf39 36%,#64a934 66%,#2f9026 100%);
  background: linear-gradient(to bottom, #a9d38c 0%,#6baf39 36%,#64a934 66%,#2f9026 100%);
  font-size: 22px;
  color: #fff;
  border-radius: 8px;
  letter-spacing: .1em;
  box-shadow:0px 1px 4px 0px #e8e8e8;
  text-shadow:0px 0px 2px #6fab40;
  border: solid 2px #8ec769;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.box-btn.is-reset-pass-thanks .btn-mypage-decision {
  width: 313px;
}

.btn-mypage-decision.is-color-type-02 {
  background: #d63057;
  border-color: #d63057;
  box-shadow:0px 1px 4px 0px #d63057;
}

.input-zip-auto {
  width: 120px;
}

.compo.compo--zip-search {
  display: block;
}

.btn-mypage-decision::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}

.btn-mypage-decision:hover {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.8;
  text-decoration: none;
}

.btn-mypage-decision[disabled="disabled"] {
  background: #EFEFEF;
  color: #999;
  text-shadow: none;
  border: none;
  cursor: default;
}

.btn-mypage-decision.no-arrow::after {
  display: none;
}

.btn-mypage-back {
  position: relative;
  padding: 9px 57px 9px 70px;  
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e0e0e0 36%, #c6c6c6 66%, #b0b0b0 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%,#e0e0e0 36%,#c6c6c6 66%,#b0b0b0 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%,#e0e0e0 36%,#c6c6c6 66%,#b0b0b0 100%);
  border: solid 2px #f1f1f1;
  font-size: 22px;
  color: #000;
  border-radius: 8px;
  letter-spacing: .1em;
  box-shadow:0px 1px 4px 0px #e8e8e8;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.btn-mypage-back::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -4px;
}

.btn-mypage-back.no-arrow::after {
  display: none;
}

.btn-mypage-back:hover {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.8;
  text-decoration: none;
}


.box-btn.is-reset-pass-thanks .btn-mypage-decision {
  width: 313px;
}

.btn-mypage-decision.is-color-type-02 {
  background: #d63057;
  border-color: #d63057;
  box-shadow:0px 1px 4px 0px #d63057;
}

.input-zip-auto {
  width: 120px;
}

.compo.compo--zip-search {
  display: block;
}

.btn-cart-decision {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto 27px;
  padding: 5px 20px 5px 10px;
  background: #a9d38c;
  background: -moz-linear-gradient(top, #a9d38c 0%, #6baf39 36%, #64a934 66%, #2f9026 100%);
  background: -webkit-linear-gradient(top, #a9d38c 0%,#6baf39 36%,#64a934 66%,#2f9026 100%);
  background: linear-gradient(to bottom, #a9d38c 0%,#6baf39 36%,#64a934 66%,#2f9026 100%);
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  letter-spacing: .1em;
  box-shadow:0px 1px 4px 0px #e8e8e8;
  text-shadow:0px 0px 2px #6fab40;
  border: solid 2px #8ec769;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.btn-cart-decision::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
}

.btn-cart-decision:hover {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.8;
  text-decoration: none;
}

.btn-cart-decision.no-arrow {
   padding: 5px 10px;
}

.btn-cart-decision.no-arrow::after {
  display: none;
  padding: 5px 15px;
}

.btn-cart-back {
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto 27px;
  padding: 5px 20px 5px 10px;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e0e0e0 36%, #c6c6c6 66%, #b0b0b0 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%,#e0e0e0 36%,#c6c6c6 66%,#b0b0b0 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%,#e0e0e0 36%,#c6c6c6 66%,#b0b0b0 100%);
  border: solid 2px #f1f1f1;
  font-size: 20px;
  color: #000;
  border-radius: 5px;
  letter-spacing: .1em;
  box-shadow: 0px 1px 4px 0px #e8e8e8;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.btn-cart-back::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 18px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -6px;
}

.btn-cart-back:hover {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.8;
  text-decoration: none;
}

.table-login .table-login-th {
  width: 260px;
}

.table-login .table-login-btn {
  width: 343px;
  padding: 10px;
}

.compo-form-message.compo-form-message--note {
  background-color: #f7e2e7;
  color: #d63057;
}

.box-cart-products-procedure {
  margin-bottom: 11px;
  padding: 0 23px 20px;
  border-bottom: solid 1px #caccc7;
}

.box-cart-products-procedure-cnt {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.box-cart-products-procedure-cnt > span {
  font-weight: normal;
}

.box-cart-products-procedure-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.box-cart-products-procedure-item + .box-cart-products-procedure-item {
  margin-top: 15px;
}

.box-cart-products-procedure-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 65px;
  min-height: 65px;
  margin-right: 14px;
}

.box-cart-products-procedure-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.box-cart-products-procedure-detail-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}


.box-cart-products-procedure-detail-inner .product-name {
  font-size: 18px;
}

.box-cart-products-procedure-detail-inner .product-price {
  font-size: 18px;
  text-align: right;
}

.box-payment-procedure-total {
  margin-bottom: 35px;
}

.box-payment-total-procedure-inner {
  margin-bottom: 8px;
}

.box-payment-total-procedure-note {
  margin-bottom: 5px;
  padding: 0 23px;
  font-size: 14px;
  color: #d53058;
}

.box-payment-total-procedure-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 23px;
}

.box-payment-total-procedure-lists dt,
.box-payment-total-procedure-lists dd {
  font-size: 16px;
  font-weight: normal;
}

.box-payment-total-procedure-lists.is-all-payment {
  margin-bottom: 10px;
}

.box-payment-total-procedure-lists.is-all-payment dt,
.box-payment-total-procedure-lists.is-all-payment dd {
  font-size: 18px;
  font-weight: bold;
}

.box-payment-total-procedure-cmn-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 39px;
  margin: 0 -7px 20px;
  background: #2051a0;
  text-align: center;
}

.box-payment-total-procedure-cmn-title-wrap.is-type-02 {
  background: #da6b2d;
}

.box-payment-total-procedure-cmn-title {
  position: relative;
  width: 100%;
  padding: 3px 15px 3px 0;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
}



/*==================
ログインして会員情報から注文する
===================*/

.box-cart-sec {
  width: 840px;
  margin: 0 auto;
}

.header-c {
  margin-bottom: 10px;
}

.header-c-ordered-txt {
  margin-bottom: 2px;
  font-size: 18px;
  color: #3e4535;
  font-weight: bold;
}

.box-cart-cmn {
  width: 100%;
  border: solid 1px #c9cbc8;
}

.box-cart-cmn.is-none-top {
  border-top: none;
}

.box-cart-cmn.is-none-bottom {
  border-bottom: none;
}

.box-cart-cmn.is-amazon {
  margin-bottom: 64px;
  border: none;
}

.box-cart-cmn.is-amazon .box-cart-cmn-body {
  padding: 0;
}

.box-cart-cmn .box-cart-cmn-tit {
  padding: 8px 20px;
  background: #e2e2e2;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  color: #64675e;
}

.box-cart-cmn .box-cart-cmn-body {
  padding: 10px 20px 15px 20px;
}

.box-cart-cmn-conf {
  margin-bottom: 30px;
}

.box-cart-login-lead {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: left;
  color: #64675e;
}

.box-cart-login-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.box-cart-login-input {
  width: 650px;
  text-align: left;
}

.box-cart-login-btn {
  margin-right: 60px;
}

.box-cart-login-btn .table-login-btn {
  width: 230px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 10px;
}

.box-cart-login-btn .table-login-forgot > a {
  text-decoration: underline;
}

.box-cart-login-btn .table-login-forgot > a:hover {
  text-decoration: none;
}

.box-cart-login-body input[type="email"],
.box-cart-login-body input[type="password"] {
  width: 400px;
  height: 34px;
  border: solid 1px #caccc7;
  border-radius: 8px;
  font-size: 18px;
}

.box-cart-login-body input[type="email"]::-webkit-input-placeholder,
.box-cart-login-body input[type="password"]::-webkit-input-placeholder {
  text-align: center;
}

.box-cart-login-body input[type="email"] {
  margin-bottom: 10px;
}

.table-login-forgot > a {
  color: #95988d;
}

/*==================
 amazon
===================*/

.box-cart-amazon-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 5px;
}

.box-cart-amazon-body .box-cart-amazon-input {
  width: 467px;
  margin-right: 72px;
}

.box-cart-amazon-btn {
  width: 236px;
  margin-right: 60px;
}

.box-cart-amazon-lead {
  font-size: 15px;
  color: #64675e;
  text-align: left;
}

.box-payment-total-procedure-amazon {
  padding-bottom: 20px;
  border-bottom: solid 1px #c9cbc8;
}

.box-payment-total-procedure-amazon-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;  
}

.box-payment-total-procedure-amazon-tit {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.box-consentWidgetDiv-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.box-consentWidgetDiv-wrap #consentWidgetDiv {
  width: 420px;
}

.box-consentWidgetDiv-wrap .box-require {
  margin-left: 15px;
}

.box-consentWidgetDiv-wrap .box-require-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 2px #d63057;
  border-radius: 3px;
  padding: 3px 3px 3px 10px;
}

.box-consentWidgetDiv-wrap .box-require-text {
  position: relative;
  margin-right: 60px;
  padding-left: 34px;
  color: #d63057;
}

.box-consentWidgetDiv-wrap .box-require-text::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 12px solid #d63057;
  border-bottom: 6px solid transparent;   
}

.box-consentWidgetDiv-wrap .box-require-text::after {
  display: block;
  content: '';
  width: 14px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -2px;
  background: #d63057; 
}

/*==========================
既存 上書き
===================*=======*/
.cart-step {
  margin-bottom: 27px;
}

table.table-cart-shipping-input tr .error {
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #c9cbc8;
}

table.table-cart-shipping-input .table-cart-shipping-input-addres-group .error {
  border-bottom: none;
}

.site-footer .site-footer__box {
  padding-top: 100px;
}


/*==========================
会員登録を入力して注文する
===================*=======*/

.box-cart-cmn-body-tit {
  padding-bottom: 8px;
  border-bottom: solid 1px #c9cbc8;
  font-size: 20px;
  font-weight: bold;
  color: #495144;
}

.box-cart-cmn-body-tit-require {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: solid 1px #c9cbc8;
}

.box-cart-cmn-body-tit-require .tit {
  margin-right: 96px;
  font-size: 20px;
  font-weight: bold;
  color: #495144; 
}

.table-cart-shipping-input .is-weight-normal {
  font-weight: normal;
}

.table-cart-shipping-input-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 17px;
}

.table-cart-shipping-input-col.is-anotation {
  margin-bottom: 0;
}

.table-cart-shipping-input-col .is-small {
  margin-top: -2px;
  font-size: 11px;
  color: #9fa29b;
  font-weight: normal;
}

.table-cart-shipping-input-col:only-child,
.table-cart-shipping-input-col:last-child  {
  margin-bottom: 0;
}

.table-cart-shipping-input th,
.table-cart-shipping-input td {
  padding: 10px 0;
  border-bottom: solid 1px #c9cbc8;
}

.table-cart-shipping-input.is-delivery th,
.table-cart-shipping-input.is-delivery td  {
  border-bottom: none;
  text-align: left;
}

.table-cart-shipping-input.is-delivery tr:last-child th,
.table-cart-shipping-input.is-delivery tr:last-child td  {
  padding-top: 0;
}

.table-cart-shipping-input tr:last-child th,
.table-cart-shipping-input tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.table-cart-shipping-input th {
  width: 272px;
  padding-left: 20px;
  font-size: 1.8rem;
  color: #495144;
}

.table-cart-shipping-input td {
  width: 524px;
  padding-left: 30px;
}

.box-cart-cmn .delivery-note,
.box-cart-products-conf .delivery-note {
  margin: -10px 0 10px;
  padding: 3px 10px;
  background: #d63058;
  font-size: 15px;
  color: #fff;
}

.box-cart-products-conf .delivery-note {
  margin-top: 0;
  padding: 8px 20px;
}

.table-cart-shipping-input input[type="text"],
.table-cart-shipping-input input[type="tel"],
.table-cart-shipping-input input[type="email"],
.table-cart-shipping-input input[type="password"],
.table-cart-shipping-input input[type="text"],
.table-cart-shipping-input input[type="email"],
.table-cart-shipping-input input[type="tel"],
.list-credit-input-acc .new-credit .new-credit-num input,
.list-credit-input-acc .new-credit .new-credit-expire select,
.list-credit-input-acc .new-credit .new-credit-securitycode input {
  min-height: 23px;
  border: solid 1px #969990;
  border-radius: 4px;
  background: #ffdecf;
}

.table-cart-shipping-input-birthday select.require {
  background: #ffdecf;
}

.table-cart-shipping-input input.not-require,
.table-cart-shipping-input input[type="text"].is-input,
.table-cart-shipping-input input[type="tel"].is-input,
.table-cart-shipping-input input[type="email"].is-input,
.table-cart-shipping-input input[type="password"].is-input,
.table-cart-shipping-input input[type="text"].is-input,
.table-cart-shipping-input input[type="email"].is-input,
.table-cart-shipping-input input[type="tel"].is-input,
.table-cart-shipping-input select.is-input,
.list-credit-input-acc .new-credit .new-credit-num input.is-input,
.list-credit-input-acc .new-credit .new-credit-expire select.is-input,
.list-credit-input-acc .new-credit .new-credit-securitycode input.is-input {
  background: #fff;
}

.table-cart-shipping-input-pref select {
  height: 28px;
  border: solid 1px #969990;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px #e5e5e5;
  background: #ffdecf;
  color: #808080;
}

.table-cart-shipping-input-pref select.is-input {
  color: #000;
}

.table-cart-shipping-input-name input,
.table-cart-shipping-input-kana input,
.table-cart-shipping-input-tel input,
.table-cart-shipping-input-zip input,
.table-cart-shipping-input-pref select {
  width: 182px;
}

.table-cart-shipping-input-address input {
  width: 382px;
}

.table-cart-shipping-input-email input, 
.table-cart-shipping-input-password input {
  width: 285px;
}

.list-credit-input-acc .new-credit .new-credit-num input {
  width: 230px;
}

.list-credit-input-acc .new-credit .new-credit-securitycode input {
  width: 120px;
}

.table-cart-shipping-input.is-delivery select {
  width: 162px;
  height: 28px;
  padding-left: 10px;
  border-radius: 4px;
}

.list-credit-input-acc .new-credit .new-credit-expire select[name="expmm"] {
  width: 72px;
  height: 30px;
}

.list-credit-input-acc .new-credit .new-credit-expire select[name="expyy"] {
  width: 104px;
  height: 30px;
}

.table-cart-shipping-input-addres-group {
  vertical-align: top;
}

.table-cart-shipping-input-group-inner {
  padding: 35px 0 10px;
}

.table-cart-shipping-input-group-inner div[class^="table-cart"] {
  margin-bottom: 12px;
}

.table-cart-shipping-input-group-inner div[class^="table-cart"]:last-child {
  margin-bottom: 0;
}

.table-cart-shipping-input-zip-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;  
}

.table-cart-shipping-input-zip-txt {
  margin-left: 12px;
}

.table-cart-shipping-input-zip-forgot {
  text-decoration: underline;
  color: #95988d;
}

.table-cart-shipping-input-birthday select {
  width: 60px;
  height: 30px;
  padding-left: 10px;
  border-radius: 4px;
}

.table-cart-shipping-input-birthday select:first-child {
  width: 80px;
}

.list-choice-other {
  padding: 16px 18px;
}

.list-choice-other > li {
  font-size: 18px;
  font-weight: normal;
}

.list-choice-other > li + li {
  margin-top: 5px;
}

.box-cart-login + .error-reason,
.table-cart-shipping-input td .error-reason,
.list-credit-input-acc .error-reason,
.error-payment.error-reason {
  position: relative;
  background: #f7d6dd;
  color: #d63058;
  margin-top: 10px;
  padding: 4px 10px 4px 40px;
}

.box-cart-login + .error-reason::before, 
.table-cart-shipping-input td .error-reason::before,
.list-credit-input-acc .error-reason::before,
.error-payment.error-reason::before {
  display: block;
  content: '';
  width: 25px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  background: url(/asset/images/icon/surprisedmark.png) no-repeat center center;
  background-size: 25px 24px;
}

.box-cart-login + .error-reason > p, 
.table-cart-shipping-input td .error-reason > p {
  font-size: 1.8rem;
}

.list-credit-input {
  padding: 16px 18px;
}

.list-credit-input > li {
  font-size: 18px;
  font-weight: normal;
}

.list-credit-input > li + li {
  margin-top: 5px;
}

.list-credit-input-acc {
  margin: 14px 0 40px;
}

.list-credit-input-acc .new-credit .new-credit-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

.list-credit-input-acc .new-credit .new-credit-expire {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

.list-credit-input-acc .new-credit .new-credit-securitycode {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.new-credit-expire-input .txt-expire {
  margin: 0 8px;
  font-size: 14px;
  font-weight: normal;
}

.list-credit-input-acc .new-credit .new-credit-num .tit,
.list-credit-input-acc .new-credit .new-credit-expire .tit,
.list-credit-input-acc .new-credit .new-credit-securitycode .tit {
  width: 272px;
  font-size: 16px;
  font-weight: normal;
}

.list-credit-input-acc .new-credit .new-credit-num .new-credit-num-input,
.list-credit-input-acc .new-credit .new-credit-expire .new-credit-expire-input,
.list-credit-input-acc .new-credit .new-credit-num .new-credit-num-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.list-credit-input .select-credit {
  margin-bottom: 15px;
}

.list-credit-input .select-credit .list-cardInfo1 dd {
  font-weight: normal;
}

.button.button--b.button-new-add-address {
  border: solid 1px #d63058;
  border-radius: 3px;
  color: #d63058;
}

.box-questions {
  margin-bottom: 30px;
}

.txt-questions-lead {
  margin-bottom: 15px;
  font-size: 13px;
}

.list-questions-item.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 24px;  
}

.list-questions-tiem-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 23px;
  font-weight: bold;
}

.list-questions-tiem-tit .tit {
  margin-right: 20px;
  font-size: 1.6rem;
}

.list-questions-item .list-questions-item-input select {
  height: 28px;
  border-radius: 4px;
}

.list-questions-item  .list-questions-item-input-area {
  width: 100%;
  height: 100px;
  margin-top: 12px;
  border-radius: 4px;
  resize: none;
}

.sec-note-item {
  border: solid 1px #9fa29b;
}

.sec-note-item .is-acc {
  position: relative;
}

.sec-note-item .sec-note-acc-btn,
.sec-conf-contact-item .sec-note-acc-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  background: #636363;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.sec-note-item .sec-note-acc-btn.is-open,
.sec-conf-contact-item .sec-note-acc-btn {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sec-note-item .sec-note-acc-btn::after,
.sec-conf-contact-item .sec-note-acc-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -16px;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; 
  border-bottom: 12px solid #fff;
  width: 0; 
}

.sec-note-item dt,
.sec-conf-contact-item dt {
  padding: 8px 10px;
  background: #fbf9ea;
  font-size: 1.6rem;
}

.sec-note-item dt {
  cursor: pointer;
}

.sec-note-item dd,
.sec-conf-contact-item-detail {
  border-top: solid 1px #9fa29b;
}

.sec-note-item dd .input-wrap {
  height: 210px;
}

.sec-note-item .input-opinions-area {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  resize: none;
}

.compo-form-message.compo-form-message--error.msg-error-cart-top {
  position: relative;
  background: #f7d6dd;
  color: #d63058;
  padding: 5px 10px 5px 40px;
}

.compo-form-message.compo-form-message--error.msg-error-cart-top::before {
  display: block;
  content: '';
  width: 25px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  background: url(/asset/images/icon/surprisedmark.png) no-repeat center center;
  background-size: 25px 24px;
}

.box-cart-products-conf .box-cart-products-conf-tit {
  margin-bottom: 16px;
  padding-bottom: 7px;
  border-bottom: solid 1px #c9cbc6;
  font-size: 20px;
  font-weight: bold;
}

.box-cart-products-conf .box-conf-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 10px 0 20px;
}

.box-cart-products-conf + .box-cart-products-conf {
  margin-top: 30px;
}

.box-conf-detail p {
  font-size: 16px;
}

.box-cart-products-conf .box-conf-wrap  .box-conf-detail > p + p {
  margin-top: 5px;
}

.box-cart-products-conf .box-conf-wrap  .box-conf-detail .box-conf-name {
  margin-bottom: 5px;
}

.box-cart-products-conf .box-conf-wrap  .box-conf-detail .box-conf-name .kana {
  margin-bottom: 3px;
}

.box-cart-products-conf .box-conf-wrap  .box-conf-detail .box-conf-name .name {
  font-size: 20px;
  font-weight: bold;
}

.box-conf-detail .delivery-date dt,  
.box-conf-detail .delivery-time dt {
  font-size: 18px;
  font-weight: normal;
}

.box-conf-detail .delivery-date dd,  
.box-conf-detail .delivery-time dd {
  font-size: 20px;
  font-weight: bold;
}

.box-conf-detail .delivery-date {
  margin-bottom: 10px;
}

.box-cart-products-conf .box-conf-wrap .box-conf-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  padding-right: 15px;
}

.box-cart-products-conf .box-conf-wrap .box-conf-btn .btn {
  width: inherit;
  padding: 3px 10px;
  border: solid 1px #d63058;
  border-radius: 3px;
  color: #d63058;
  font-weight: bold;
}

.box-cart-products-conf .box-conf-wrap .box-conf-btn .btn.is-middle {
  margin-top: 55px;
}

.sec-conf-questions {
  margin-top: 66px;
}

.sec-conf-questions .list-questions-item  .list-questions-item-input-area {
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: 12px;
  padding: 20px 17px;
  border-radius: 4px;
  border: solid 1px #92988e;
}

.sec-conf-contact-tit {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.sec-conf-contact-item {
  border: solid 1px #9fa29b;
}

.sec-conf-contact-item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.sec-conf-contact-item-detail {
  min-height: 70px;
  padding: 20px 10px;
}

.sec-conf-contact-item dt {
  position: relative;
}

.box-conf-next {
  margin-top: 68px;
}

/* リニューアル後: ヘッダー(カート) */
.header .header-content:last-child li {
  display: none;
}
.header .header-content:last-child li:last-child {
  display: block;
}

/* リニューアル後: ヘッダー(マイページ) */
.mypageShow .header .header-content:last-child li {
  display: block;
}

/* リニューアル後: ナビ(カート) */
.header-sub-nav {
  display: none;
}

/* リニューアル後: ナビ(マイページ) */
.mypageShow .header-sub-nav {
  display: block;
}

/* リニューアル後: コンタクト (カート) */
.contact {
  display: none;
}

/* リニューアル後: コンタクト(マイページ) */
.mypageShow .contact {
  display: block;
}

/* リニューアル後: フッター(カート) */
.footer .footer-contents .footer-content {
  display: none;
}
.footer .footer-contents .footer-content:last-child {
  display: block;
}
.footer .footer-contents .footer-content .footer-bottom-logo a {
  pointer-events: none;
}

/* リニューアル後: フッター(マイページ) */
.mypageShow .footer .footer-contents .footer-content {
  display: block;
}
.mypageShow .footer .footer-contents .footer-content .footer-bottom-logo a {
  pointer-events: auto;
}
