@charset "UTF-8";

.multiple__title img {
  width: 100%;
}

.multiple__title {
  margin: 0 0 24px;
}

.multiple__campGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 408px;
  margin: 0 auto 24px;
}

.multiple__campGroup input[type="radio"] {
  display: none;
}

.multiple__campGroup label {
  position: relative;
  display: block;
  width: 120px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.multiple__campGroup label:hover {
  opacity: 0.6;
}

.multiple__campGroup input[type="radio"]:checked + label:hover {
  opacity: 1;
}

.multiple__campGroup label:last-child {
  margin: 12px 0 0;
}

.multiple__campGroup label::before,
.multiple__campGroup label::after {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.multiple__campGroup label::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
  background: url(https://s.yimg.jp/images/points/toku_campaign/common/scratch/img/scratch.png) no-repeat center/100% auto;
}

.multiple__campGroup label::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(https://s.yimg.jp/images/points/toku_campaign/common/scratch/img/check.png) no-repeat center/30% auto;
  border: 4px solid #FF9B48;
  border-radius: 100px;
  opacity: 0;
}

.multiple__campGroup input[type="radio"]:checked + label::before {
  opacity: 0.5;
}

.multiple__campGroup input[type="radio"]:checked + label::after {
  opacity: 1;
}

.baseBtn:disabled {
  color: #A3A3A3;
  cursor: auto;
  background: #EAEAEA;
  -webkit-box-shadow: none;
  box-shadow: none; /* 打ち消し */
}

.baseBtn {
  -webkit-transition: background 0.1s, -webkit-box-shadow 0.1s;
  transition: background 0.1s, -webkit-box-shadow 0.1s;
  transition: background 0.1s, box-shadow 0.1s;
  transition: background 0.1s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
}

/* 打ち消し */
.baseBtn:disabled.btnTypeKujiOn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
