@charset "UTF-8";

/* バリエーション */
#Variation-type,
.Variation-type {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
}
#Variation-type li {
}
#Variation-type a,
.Variation-type a {
  display: block;
  padding: 5px 5px;
  margin: 10px 5px 0;
  border: solid 2px #f6bdb2;
  font-size: 12px;
  letter-spacing: -1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
}
#Variation-type a.light,
.Variation-type a.light {
  border: solid 2px #eef3be;
  color: #000;
}
.Variation-type.size a {
  width: 60px;
  text-align: center;
}
#Variation-type a.active,
.Variation-type a.active {
  border: solid 2px #f6bcb1;
  color: #000000;
  background-color: #f6bcb1;
  font-weight: bold;
  pointer-events: none;
}
#Variation-type a.light.active,
.Variation-type a.light.active {
  border: solid 2px #eef3be;
  color: #000000;
  background-color: #eef3be;
}
#Variation-type a:hover,
#Variation-type a:active,
#Variation-type a:focus,
.Variation-type a:hover,
.Variation-type a:active,
.Variation-type a:focus,
.quantity-adjustment a:hover,
.quantity-adjustment a:active,
.quantity-adjustment a:focus {
  text-decoration: none;
}

.product-cart-form {
  margin: 10px 0 0;
}
.soliashop.order-box .order-teiki .variation-wrap,
.soliashop.order-box .order-tanpin .variation-wrap {
  display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 5px 0 0;
    padding: 5px 5px 4px 0;
    border-top: 1px dashed #9f8d77;
}
.soliashop.order-box .order-teiki .variation-wrap {
  background-color: #f9fff5;
}
.soliashop.order-box .order-tanpin .variation-wrap {
  background-color: #fffef7;
}
.soliashop.order-box .order-teiki .variation-wrap:first-child,
.soliashop.order-box .order-tanpin .variation-wrap:first-child {
  border-top: none;
}
.soliashop.order-box .order-teiki .variation-wrap label,
.soliashop.order-box .order-tanpin .variation-wrap label {
  color: #5a5a5a;
  margin: 0;
}
.soliashop.order-box .order-teiki .quantity-adjustment,
.soliashop.order-box .order-tanpin .quantity-adjustment {
  display: flex;
    align-items: center;
    justify-content: center;
}
.soliashop.order-box .order-teiki .quantity-adjustment a,
.soliashop.order-box .order-tanpin .quantity-adjustment a {
  background: #fff;
    border: 1px solid #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #000;
    aspect-ratio: 1 / 1;
}
.soliashop.order-box .order-teiki .quantity-adjustment input,
.soliashop.order-box .order-tanpin .quantity-adjustment input {
  display: block;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    pointer-events: none;
    width: 50px;
    text-align: center;
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #5a5a5a;
    letter-spacing: 0px;
    margin: 0;
    text-indent: 1em;
    padding: 2px 0;
}
.soliashop.order-box .order-teiki a#update,
.soliashop.order-box .order-tanpin a#update {
  margin: 20px auto 0;
}
.no-select {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out 0s;
  width: 100%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #67676787;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.load-blinking {
  -webkit-animation:blink .7s ease-in-out infinite alternate;
  -moz-animation:blink .7s ease-in-out infinite alternate;
  animation:blink .7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.no-select.active {
  z-index: 100000;
  opacity: 1!important;
  visibility: visible!important;
}
.no-select > div {
  background-color: #ffffff;
  padding: 10px 10px;
  font-size: 20px;
}
