@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
/*変数*/
/* IE用labelバグ対策[画像のみ無反応] */
label {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  vertical-align: top;
}

label span.bug {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

label img {
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}

label input {
  position: absolute;
  z-index: 3;
}

/*オプション＋～円*/
.option-price {
  background: #FFE974;
  padding: 2px 5px;
  font-weight: bold;
  line-height: 1.2em;
}

.option-price span {
  font-size: 12px;
}

/*注文　選択用CSS*/
.choice-r {
  border: 2px solid #ececec;
  border-radius: 5px;
  padding: 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.choice-r input {
  display: none;
}

.choicedR {
  border: 2px solid #FFE974 !important;
  border-radius: 5px;
  padding: 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  position: relative;
}

.choicedR:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 12px;
  margin: 0;
  border-top: 5px solid #FF8E3C;
  border-right: 5px solid #FF8E3C;
  transform: rotate(135deg);
  box-sizing: border-box;
}
