@charset "UTF-8";
/* 基本設定 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
}
/* end 基本設定 */

.tab-list {
  display: flex;
  text-align: center;
  display: none;
  box-shadow: 0px 3px 0px 0px rgba(2, 133, 221, 0.4);
}

.tab-list.active {
  display: flex;
}

.tab-item {
  background-color: #fff;
  padding: 5.33% 8%;
  cursor: pointer;
  width: 50%;
  color: #0184dc;
  white-space: nowrap;
}

.tab-panel {
  display: none;
}

.tab-item.active {
  position: relative;
  background-color: #0184dc;
  color: #fff;
  font-weight: bold;
}

.tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 11px;
  background-color: rgba(2, 133, 221, 0.4);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
}

.tab-item.active::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 11px;
  background-color: #0184dc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

.tab-panel.active {
  display: block;
  padding: 3%;
}
.tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}

/* list */
.list {
  margin: 3% 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.list li {
  background-color: #fff;
  border: solid 2px #0184dc;
  border-radius: 10px;
}
.list-content li a {
  padding: 50px 0;
}

.title {
  border-radius: 100px;
  padding: min(1.33vw, 5px);
  width: fit-content;
  font-size: 10px;
}
.title._receipt {
  background-color: #0098d7;
  color: #fff;
}
.title._inactive {
  background-color: #770000;
  color: #fff;
}
.title._game {
  background-color: #00915a;
  color: #fff;
}
.list-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.list-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.date {
  font-size: 12px;
}
.point-earned {
  font-size: 14px;
}
.highlight-point {
  font-size: 16px;
}
.list-img {
  width: 60px;
}
.ng-reason {
  font-size: 10px;
}
.receipt-reason {
  font-size: 10px;
}
/***************** 賞品応募履歴 ********************/
.title-course {
  background-color: #0285dd;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
}
.list-wrapper._gift {
  justify-content: normal;
  gap: 15px;
  position: relative;
}

.winning-tag {
  position: absolute;
  width: 76px;
  top: 0;
  right: 2.84%;
}

.list-wrapper._gift._winning::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.84%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
  position: absolute;
  background-color: #0285dd;
  border-radius: 100%;
  margin: auto;
}
.list-wrapper._gift._winning::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-5%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin: auto;
}

.consumption-info {
  background-color: #d2ebff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 5.68%;
}

.product-name {
  font-size: 13px;
  line-height: 1.5;
}

.product-name-details {
  padding-top: 5.48%;
  font-size: 18px;
}

.gift-details {
  text-align: left;
}

.img-gift {
  width: 72px;
}

.product-name span {
  display: block;
  font-size: 18px;
}

.history_notice {
  background-color: #fffee9;
  border-radius: 8px;
  padding: 5%;
  margin: 3%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: none;
}

.history_notice.active {
  display: block;
}

.history_mail {
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 50px;
  padding: 9px 0;
  margin-top: 13px;
}

.history_mail a {
  display: inline;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #000;
}

/***************** 当選画面 ********************/
.page-winning {
  height: auto;
}
.ttl {
  width: 62.93%;
  margin: 0 auto;
  padding-top: 5.33%;
}

.winning-contents-wrapper {
  position: relative;
  width: 93%;
  margin: 4.53% auto 0;
}

.winning-contents-text {
  position: absolute;
  bottom: 8%;
  left: 63%;
  transform: translateX(-70%);
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  width: max-content;
  font-size: 18px;
  text-align: center;
}

.winning-contents-text p:nth-child(1) {
  font-size: 12px;
}

.btn-back {
  margin: 9.33% auto 0;
  display: block;
}

.btn-receive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  margin: 0 auto;
  display: block;
  width: 71.46%;
}

.attention-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-size: 13px;
  margin-top: 6.66%;
}

.attention {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 10px;
  width: 89.33%;
  margin: 3.46% auto 0;
  line-height: 1.4;
}

.attention li {
  padding-left: 1em;
  text-indent: -1em;
}

/***************** sec02 ********************/
.expired-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  width: 335px;
  margin: 24px auto 0;
  padding: 30px 49px;
  background-color: #fff;
  border: 3px solid #0285dd;
  border-radius: 16px;
}
.expired-content-txt {
  color: #e60039;
  font-size: 23px;
  text-align: center;
  font-weight: 500;
}
.expired-content-smallTxt {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
