#orderForm {
  background: #d8f2f3 !important;
}

/**/

body {
  margin: 0;
}
a {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
a:hover {
  opacity: .66
}
.contents {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
}
.top {
  margin: 0 0 30px;
}

.top__header--nail {
  display: none;
}
.top__header--nail-sp {
  display: block;
}
@media screen and (min-width:960px) {
  .top__header--nail {
    display: block;
  }
  .top__header--nail-sp {
    display: none;
  }
}
@media screen and (min-width:960px) {
  .top {
    margin: 0 0 60px;
  }
}
.top__header--hair img,
.top__header--nail img,
.top__header--hair-sp img,
.top__header--nail-sp img {
  width: 100%;
}
.section {
  margin: 0 0 30px;
}
@media screen and (min-width:960px) {
  .section {
    margin: 0 0 60px;
  }
}
.section img {
  width: 100%;
}
.section__buy {
  position: relative;
}
.buy-btn {
  position: absolute;
}

.section__buy-single-primary {
  top: 82%;
  left: 3%;
  right: 3%;
}
.section__buy-multi-primary {
  top: 74%;
  left: 51.5%;
  right: 8.5%;
}
.section__buy-single-secondary {
  top: 74%;
  left: 8.5%;
  right: 51.5%;
}

.section__buy-single-subs {
  top: 45%;
  left: 3%;
  right: 3%;
}
.section__buy-multi-subs {
  top: 90%;
  left: 51.5%;
  right: 8.5%;
}
.section__buy-single {
  top: 90%;
  left: 8.5%;
  right: 51.5%;
}
.footer {
  padding: 40px 35px;
  background-color: #61c1c3;
  text-align: center;
  color:  #fff;
}
.footer-links {
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}
.footer-links__list {
  display: inline-block;
  margin: 0 10px;
}
.copyright {
  font-size: 10px;
  color: #fff;
}
.footer a {
  color: #fff;
}

.relation-item-change img {
  width: 100%;
  margin-top: 20px;
}

/**/

#orderMember button[type="button"] {
  font-size:.8rem!important;
}
@media (min-width:961px){
  #orderMember button[type="button"] {
    width:30%!important;
    padding:.8rem!important;
  }
}
@media (min-width:601px) and (max-width:960px){
  #orderMember button[type="button"] {
    width:30%!important;
    padding:.8rem 0!important;
  }
}

@media (min-width:601px){
  #orderMember button[type="button"]:before {
    top:0.85rem!important;
    left:2.5rem!important;
    font-size:1.0rem!important;
  }
}
@media (max-width:600px){
  #orderMember button[type="button"] {
    width:60%!important;
  }
  #orderMember button[type="button"]:before {
    left:2.5rem!important;
    font-size:1.3rem!important;
  }
}

#orderSubmit input[type="button"],
#orderSubmit button[type="button"],
#orderSubmit button[type="submit"] {
  border-radius: 4px;
  background: #fd7f23;
}

#PmCreditCard input[type="button"],
#PmCreditCard button[type="button"],
#PmCreditCard button[type="submit"] {
  border-radius: 4px;
  background: #fd7f23;
}
/*
*/