* {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  font-style: normal;
}
img {
  vertical-align: bottom;
  border: none;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 10rem;
  font-size: 62.5%;
  color: #666;
  font-weight: 100;
}
@media (max-width:959px) {
  html {
    font-size: 2vw;
  }
}
#SiteMain {
  overflow: clip;
}
[cloak] #SiteMain {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
}
[cloak] #SiteMain::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #f0f0f0;
  border-radius: 50%;
  border-top-color: #d9aab9;
  animation: rotate 1s infinite linear;
}
[cloak] #SiteMain > * {
  display: none;
}
#lp-contents {
  position: relative;
  z-index: 1;
}
@keyframes rotate {
  0% {
    transform: -webkit- rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    transform: -webkit- rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
#order_form .item_detail > h3 {
  font-size: 20px;
}
#order_form .item_detail > .item_price {
  font-size: 16px;
}
#order_form .item_total_price {
  font-size: 16px;
}
#order_form .zip_search a {
  white-space: nowrap;
  font-size: 12px;
}
#order_form .checkbox_middle {
  padding-left: 30px;
}
#order_form .checkbox_middle, #order_form .radio_wrap {
  font-size: 16px;
}
#order_form .checkbox_wrap .checkbox_tt {
  padding-left: 60px;
}
#order_form .input_row > p, #order_form .input_single > p, #order_form .select_wrap > p {
  font-size: 14px;
  line-height: 1.5em;
}
#order_form .input_row > p.zip_explain, #order_form .input_single > p.zip_explain, #order_form .select_wrap > p.zip_explain {
  font-size: 12px;
}
#order_form .form_btn {
  max-width: 90vw;
}
/*# sourceMappingURL=./common.css.map */