@charset "UTF-8";
* {
  margin: 0;
}

h2 {
  color: #478ea2;
}

body {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.c_lb {
  background-color: #89c7de;
}

.nn_normal {
  font-weight: normal !important;
}

.red {
  color: red;
}

.blue {
  color: #478ea2;
}

.topmenu li.active {
  border-bottom: 1px solid #3772c5 !important;
  color: #3772c5 !important;
}

input[type=url],
select,
input[type=text],
input[type=date],
input[type=tel],
input[type=email],
input[type=password],
input[type=number] {
  background-color: #f2f2f2;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 10px;
  border: none;
  width: calc(100% - 100px);
}

.center {
  text-align: center;
}

/* -----------ぐるぐる----------- */
#guruguru-overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
  animation: sp-anime 0.8s infinite linear;
}

@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.shohin-info,
.kobai-fuzui,
.select-jan,
.kaiin-price,
.kesu {
  display: none;
}

.promo-select {
  margin-left: 10px;
  margin-right: 5px;
  height: 0.8rem;
  width: 20px;
  vertical-align: bottom;
  padding-bottom: 20px;
}/*# sourceMappingURL=common.css.map */