@charset "UTF-8";
/*===================
ポイント交換目標メーター
===================*/
.exchange_meter_wrap {
  margin-bottom: 20px;
}

.exchange_meter_wrap input {
  display: none;
}

.exchange_meter_title {
  display: block;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.exchange_meter_title i {
  color: #7f6e52;
  font-size: 20px;
}

.meter_title_img {
  margin-right: 10px;
}

.meter_title_img i::before {
  color: #7f6e52;
  font-size: 24px;
}

.meter_title_txt {
  flex: 1;
  color: #7f6e52;
  font-weight: bold;
  font-size: 22px;
}

.meter_title_txt span {
  display: block;
  font-size: 15px;
}

#point_meter_detail {
  overflow: hidden;
  max-height: 0;
  width: 100%;
  transition: .5s;
  box-sizing: border-box;
}

#point_meter_detail input {
  display: none;
}

#point_meter_input:checked ~ #point_meter_detail {
  max-height: 1000px;
  width: 100%;
  transition: .5s;
  box-sizing: border-box;
}

.meter_close_btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #777;
  text-align: center;
  cursor: pointer;
}

.meter_close_btn i {
  margin-left: 5px;
  font-weight: bold;
}

.excange_point_num {
  margin-bottom: 5px;
  font-size: 15px;
}

.excange_point_num span {
  margin: 0 5px;
  font-size: 22px;
  font-weight: bold;
  color: #f67;
}

.point_meter_wrap {
  width: 96%;
}

.point_meter_body {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  background: #f90;
  border-radius: 5px;
  box-sizing: border-box;
}

.point_meter_body span {
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
  transition: width .8s;
}

.point_meter_body::after {
  content: "";
  border: 1px solid #777;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
  border-radius: 5px;
  box-sizing: border-box;
}

.point_meter_scale {
  width: 100%;
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.point_meter_num {
  position: relative;
  width: 1px;
  background-color: #777;
  height: 15px;
  font-size: 15px;
  font-weight: bold;
}

.point_meter_num span {
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
}

.point_meter_num.num0 {
  width: 25%;
  background-color: #fff;
}

.point_meter_num.num0 span {
  transform: translateX(0);
}

.excange_goal_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  font-size: 13px;
}

.exchange_point_800,
.exchange_point_950,
.exchange_point_1000,
.exchange_point_1200 {
  flex: 1;
  position: relative;
  border: 1px solid #ccc;
  margin-right: -1px;
  text-align: center;
}

.exchange_point_800 img,
.exchange_point_950 img,
.exchange_point_1000 img,
.exchange_point_1200 img {
  position: absolute;
  width: 40px;
  height: auto;
  top: 10px;
  left: 10px;
  opacity: 0.5;
}

.exchange_point_800 .meter_bg,
.exchange_point_950 .meter_bg,
.exchange_point_1000 .meter_bg,
.exchange_point_1200 .meter_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: -1;
}

.point_txt {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
}

.point_txt span {
  margin: 0 5px;
  font-size: 22px;
  font-weight: bold;
}

.txt_red {
  color: #f67;
}

.fa-caret-right::before {
  color: #f90;
  font-size: 18px;
  vertical-align: -10%;
}

.exchange_link {
  position: relative;
  font-size: 13px;
}

.exchange_point_1200 {
  margin: 0;
}

.img_bg_chobin {
  position: absolute;
  width: 100px;
  height: auto;
  right: 0;
  bottom: -35px;
}

.img_bg_mask {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  box-sizing: border-box;
}
