/* 選択不可ボタン */
.__disabled {
  pointer-events: none;
  border: 0;
  background-color: #707070;
  color: rgba(255, 255, 255, 0.5);
}
/* やり直しボタン */
.btn__white {
  border: 0;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px #00599570;
}
/* 各コンテンツのテキスト */
.content-txt {
  padding-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
/* フォントスタイル */
h2 {
  font-family: "Kaisei Opti", serif;
}

/* point-area */
.point-area {
  position: relative;
  padding-top: 3%;
}
.point-title {
  position: absolute;
  top: 33%;
  left: 49%;
  transform: translate(-50%, -50%);
  background-color: #0184dc;
  color: #fff;
  padding: 2.66% 4%;
  border-radius: 50px;
}
.point {
  text-align: center;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-top: 8%;
  padding: 4% 0;
  font-size: 24px;
}
.point-num {
  font-size: 50px;
}
/* choice */
.choice {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 3.8% 3.8% 0;
}
.choice-content {
  display: flex;
  flex-direction: column;
  padding: 3.3% 3.1% 4.5%;
  background-color: #fff;
  border: 2px solid #0285dd;
  border-radius: 15px;
}
.choice-content-img {
  width: 110px;
  height: 110px;
}
.choice-course {
  font-size: 18px;
  color: #fff;
  background-color: #0184dc;
  padding: 2.66% 4%;
  border-radius: 50px;
  text-align: center;
}
.choice-content-flex {
  display: flex;
  gap: 12px;
  padding-top: 18px;
}
/* cコース二つ目三つ目の上の余白 */
.choice-content:last-of-type .choice-content-flex:nth-last-of-type(3),
.choice-content:last-of-type .choice-content-flex:last-of-type {
  padding-top: 0;
}
.choice-content-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5px;
}
.choice-content-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.choice-content-name {
  font-size: 16px;
  line-height: 1.5;
}
.choice-content-num {
  font-size: 22px;
}
.choice-content-total {
  font-size: 18px;
  color: #e60039;
}
.choice-content-smail {
  font-size: 14px;
  color: #e60039;
}
.choice-content:last-of-type .choice-content-txt .choice-content-smail {
  color: #000;
}
.choice-content-xsSmail {
  font-size: 12px;
  color: #e60039;
}
.choice button {
  width: 100%;
  margin: 20px auto 0;
}
/* cコース一つ目のロゴ */
.choice-content:last-of-type
  .choice-content-flex:first-of-type
  .choice-content-logo {
  width: 65%;
}
/* cコース二つ目のロゴ */
.choice-content-logo {
  width: 39%;
}
/* cコース最後のロゴ */
.choice-content:last-of-type
  .choice-content-flex:last-of-type
  .choice-content-logo {
  width: 29%;
}
/* cコースドット線 */
.line {
  margin: 24px 0 16px;
  border: 1.5px dashed #dddddd;
}

/* applyCheck */
.applyCheck {
  padding: 25px 0 40px;
}
.ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttl h2 {
  font-size: 32px;
  color: #fff;
}
.ttl-space {
  padding: 0 12px;
}
.applyCheck-img {
  padding: 20px 3.8% 0;
}
.applyCheck-pointArea {
  margin-top: 16px;
  padding: 20px 0 10px;
  text-align: center;
  background-color: #0184dc;
  color: #fff;
}
.applyCheck-point {
  font-size: 28px;
  line-height: 1.4;
}
.applyCheck .point-num {
  font-size: 56px;
}
.applyCheck-button {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 20px;
}
.applyCheck .c-button-s {
  padding: 5.3% 4%;
}

/* load*/
/* .load {
  padding: 25px 3.8% 40px;
  height: 100vh;
}
.load-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 33px;
} */
.load h2 {
  text-align: center;
  color: #fff;
}
/* .movie {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
} */
.load {
  padding: 25px 3.8% 40px;
  height: 100vh;
  overflow: hidden;
}
.load-inner {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 33px;
}
.movie {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}


/* conplete */
.complete {
  padding: 25px 0 40px;
}
.complete h2 {
  max-width: 244px;
  width: 100%;
  margin: 0 auto;
}
.complete-img {
  padding: 20px 32px 0;
}
.complete .content-txt {
  font-size: 16px;
}
.complete-ttl {
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.complete-txt {
  padding: 12px 40px 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
}

/* win */
.win {
  padding: 25px 0 40px;
}
.win h2 {
  max-width: 244px;
  width: 100%;
  margin: 0 auto;
}
.btn__gold {
  color: #e60039;
  border: solid 2px #fff;
  box-shadow: 0px 4px 0px 0px #00599570;
  background-image: linear-gradient(90deg, #e58e00, #ffed64 50%, #d88500);
  white-space: nowrap;
  text-align: center;
}
.win-content {
  padding-right: 6.5%;
  position: relative;
}
.win-deadline-ttl {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}
.win-deadline {
  position: absolute;
  top: 87%;
  left: 52%;
  transform: translateX(-50%);
  font-size: 15px;
}
/* 景品を受け取るボタン */
.receiveBtn {
  width: 72.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* topに戻るボタン */
.topBtn {
  display: block;
  margin: 33px auto 0;
}

/* lose */
.lose {
  padding: 25px 0 110px;
}
.lose h2 {
  text-align: center;
  color: #fff;
}
.lose-img {
  padding: 34px 32px 0;
}
