@charset "UTF-8";
/*共通パーツ*/
/*top*/
/* ==================================================
  Campaign
   ================================================== */
#campaign .l-wrapper.hard-q {
  padding-bottom: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.l-breadcrumbsList {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo";
  font-weight: normal;
  padding-right: 0.5em;
  color: #001A42;
  font-size: 16px;
  line-height: 1.5;
}

img {
  width: 100%;
}

.hard-question-clesr {
  background-color: #FFF3E5;
}

/*kv*/
.kv__text {
  background-color: #000000;
  padding: 15px 0 16px;
}

@media screen and (max-width: 749px) {
  .kv__text {
    padding: 4.2666666667vw 0 4.2666666667vw;
  }
}
.kv__text__inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .kv__text__inner {
    width: 89.3333333333vw;
  }
}
.kv__text p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .kv__text p {
    font-size: 3.7333333333vw;
  }
}
.about {
  text-align: center;
  padding: 40px 0 40px;
  background-image: url("/assets/img/campaign/campaign_hard-question-top/about_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .about {
    background-image: url("/assets/img/campaign/campaign_hard-question-top/about_bg_sp.png");
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
.about p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1666666667;
}

@media screen and (max-width: 749px) {
  .about p {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.about p span {
  color: #BC9529;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .about p span {
    font-size: 8.5333333333vw;
    line-height: 1.125;
    margin-bottom: 2.6666666667vw;
    display: block;
    margin: 4.5333333333vw 0 2.1333333333vw;
  }
}
.about p:nth-child(1) {
  line-height: 1.7777777778;
}

@media screen and (max-width: 749px) {
  .about p:nth-child(1) {
    line-height: 0.5555555556;
  }
}
.about p:nth-child(2) {
  color: #BC9529;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .about p:nth-child(2) {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-top: 10.6666666667vw;
  }
}
.about p:nth-child(2)::before {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background-color: #EBDFBE;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 749px) {
  .about p:nth-child(2)::before {
    width: 17.0666666667vw;
    height: 0.5333333333vw;
    top: -6.4vw;
  }
}
.about p:nth-child(3) {
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .about p:nth-child(3) {
    margin: 4.2666666667vw 0;
  }
}
.flow {
  background-image: url("/assets/img/campaign/campaign_hard-question-top/flow_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

@media screen and (max-width: 749px) {
  .flow {
    background-image: url("/assets/img/campaign/campaign_hard-question-top/flow_bg_sp.png");
    padding: 10.6666666667vw 0;
  }
}
.flow__inner {
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .flow__inner {
    width: 89.3333333333vw;
  }
}
.flow__tit {
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .flow__tit {
    width: 89.3333333333vw;
  }
}
.flow__cont {
  display: flex;
  flex-direction: column;
  margin: 24px 0 32px;
  gap: 32px;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .flow__cont {
    gap: 17.6vw;
    margin: 9.0666666667vw 0 6.4vw;
  }
}
.flow__01 {
  display: flex;
  gap: 13px;
}

@media screen and (max-width: 749px) {
  .flow__01 {
    gap: 6.4vw;
  }
}
.flow__01__img {
  width: 72px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .flow__01__img {
    width: 19.2vw;
  }
  .flow__01__img::before {
    content: "";
    display: block;
    width: 0.2666666667vw;
    height: 31.4666666667vw;
    background-color: #F4EFD4;
    position: absolute;
    top: 48%;
    left: 50%;
  }
}
.flow__01__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .flow__01__text {
    width: 63.7333333333vw;
    font-size: 4.8vw;
  }
}
.flow__02 {
  display: flex;
  gap: 13px;
}

@media screen and (max-width: 749px) {
  .flow__02 {
    gap: 6.4vw;
  }
}
.flow__02__img {
  width: 72px;
}

@media screen and (max-width: 749px) {
  .flow__02__img {
    width: 19.2vw;
  }
}
.flow__02__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .flow__02__text {
    width: 62.6666666667vw;
    font-size: 4.8vw;
  }
}
.flow__02__text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .flow__02__text span {
    display: block;
    font-size: 3.7333333333vw;
  }
}
.oubo {
  margin-top: 80px;
}

@media screen and (max-width: 749px) {
  .oubo {
    margin-top: 10.6666666667vw;
  }
}
.oubo-hoshi {
  font-size: 14px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 749px) {
  .oubo-hoshi {
    font-size: 3.2vw;
  }
}
.quiz {
  background-image: url("/assets/img/campaign/campaign_hard-question-top/10quiz_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 749px) {
  .quiz {
    background-image: url("/assets/img/campaign/campaign_hard-question-top/10quiz_bg_sp.png");
    padding: 8.5333333333vw 0;
  }
}
.quiz__text p {
  font-size: 32px;
  font-weight: 500;
  line-height: 0.84375;
}

@media screen and (max-width: 749px) {
  .quiz__text p {
    font-size: 5.3333333333vw;
  }
}
.quiz__tit p {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 24px;
}

@media screen and (max-width: 749px) {
  .quiz__tit p {
    font-size: 14.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.quiz__btn {
  width: 585px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .quiz__btn {
    width: 89.3333333333vw;
  }
}
.content {
  background-image: url("/assets/img/campaign/campaign_hard-question-top/content_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .content {
    background-image: url("/assets/img/campaign/campaign_hard-question-top/content_bg_sp.png");
  }
}
.content__quiz-shadow {
  height: 23px;
  background-image: linear-gradient(#000, transparent);
}

@media screen and (max-width: 749px) {
  .content__quiz-shadow {
    height: 4.2666666667vw;
  }
}
.content__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 74px 0 120px;
}

@media screen and (max-width: 749px) {
  .content__inner {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.content__tit {
  position: relative;
}

.content__tit p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
}

@media screen and (max-width: 749px) {
  .content__tit p {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.content__tit p::before {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 749px) {
  .content__tit p::before {
    width: 11.7333333333vw;
    height: 0.2666666667vw;
    top: 10.6666666667vw;
  }
}
.content__tit02 p {
  margin-bottom: 32px;
}

@media screen and (max-width: 749px) {
  .content__tit02 p {
    margin-bottom: 8.5333333333vw;
  }
}
.content__text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 32px;
}

@media screen and (max-width: 749px) {
  .content__text p {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
.content__content {
  display: flex;
  gap: 24px;
  margin-bottom: 42px;
}

@media screen and (max-width: 749px) {
  .content__content {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
    margin-bottom: 14.9333333333vw;
  }
}
.spD {
  display: none;
}

@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}
.pcD {
  display: block;
}

@media screen and (max-width: 749px) {
  .pcD {
    display: none;
  }
}
/*10問クイズ画面*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.spD {
  display: none;
}

@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}
.link-url {
  text-decoration: underline;
  color: #FF0000;
}

.link-url:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

#campaign .I-wrapperD {
  padding-bottom: 0;
}

.hard-question {
  /* グレー背景 */
}

.hard-question .sec01__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  padding: 4px 0;
}

@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl {
    gap: 0;
    justify-content: left;
    padding: 0;
  }
}
.hard-question .sec01__ttl__img {
  width: 150px;
}

@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl__img {
    width: 34.4vw;
  }
}
.hard-question .sec01__ttl__txt {
  text-align: center;
}

.hard-question .sec01__ttl__txt p:first-child {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl__txt p:first-child {
    font-size: 3.2vw;
  }
}
.hard-question .sec01__ttl__txt p:last-child {
  color: #BC9529;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.125;
}

@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl__txt p:last-child {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
.hard-question .sec02__bg {
  background-image: url(/assets/img/campaign/use-question_quiz/ttl_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .hard-question .sec02__bg {
    background-image: url(/assets/img/campaign/use-question_quiz/ttl_bg_sp.png);
  }
}
.hard-question .sec02__ttl {
  text-align: center;
  padding: 64px 0;
}

@media screen and (max-width: 749px) {
  .hard-question .sec02__ttl {
    padding: 6.4vw 0;
  }
}
.hard-question .sec02__ttl h2 {
  font-size: 40px;
  font-weight: bold;
  color: #BC9529;
  padding-bottom: 24px;
}

@media screen and (max-width: 749px) {
  .hard-question .sec02__ttl h2 {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.hard-question .sec02__ttl p {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .hard-question .sec02__ttl p {
    font-size: 4.8vw;
  }
}
.hard-question .sec03__bg {
  background-color: #D3D6E7;
}

.hard-question .sec03__inner {
  width: 805px;
  margin: 0 auto;
  padding: 32px 0 96px 0;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__inner {
    width: 89.3333333333vw;
    padding: 6.4vw 0 10.6666666667vw;
  }
}
.hard-question .sec03__deco {
  width: 478px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__deco {
    width: 89.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.hard-question .sec03__txt {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-bottom: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__txt {
    gap: 0;
    flex-direction: column;
    padding-bottom: 4.2666666667vw;
  }
}
.hard-question .sec03__txt__img {
  width: 100px;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__txt__img {
    width: 18.9333333333vw;
  }
}
.hard-question .sec03__txt p {
  font-weight: bold;
  font-size: 18px;
  width: 690px;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__txt p {
    font-size: 4.8vw;
    width: 89.3333333333vw;
  }
}
.hard-question .sec03__hint {
  display: block;
  width: 170px;
  margin-left: auto;
  margin-bottom: 18px;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__hint {
    width: 45.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.hard-question .sec03__img {
  width: 640px;
  padding-bottom: 84px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__img {
    width: 89.3333333333vw;
    padding-bottom: 13.8666666667vw;
  }
}
.hard-question .sec03__img-deltext {
  width: 640px;
  padding-bottom: 84px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__img-deltext {
    width: 89.3333333333vw;
    padding-bottom: 13.8666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__img::after {
    font-size: 3.7333333333vw;
    bottom: 12%;
  }
}
.hard-question .sec03__img-deltext::after {
  content: none;
}

.hard-question .sec03__btnBox {
  display: flex;
  justify-content: start;
  gap: 16px;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__btnBox {
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
  }
}
.hard-question .sec03__btnBox:nth-child(4) {
  padding-bottom: 16px;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__btnBox:nth-child(4) {
    padding-bottom: 4.2666666667vw;
  }
}
.hard-question .sec03__selectBtn {
  width: 312px;
  display: flex;
  background-color: #fff;
  border: solid 2px #001A42;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__selectBtn {
    width: 83.2vw;
  }
}
.hard-question .sec03__selectBtn p {
  font-size: 32px;
  padding: 10px 0;
  font-weight: 500;
  line-height: 1.4375;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__selectBtn p {
    font-size: 8.5333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.hard-question .sec03__selectBtn p:first-child {
  color: #fff;
  width: 66px;
  background-color: #001A42;
  border: solid 1px #001A42;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__selectBtn p:first-child {
    width: 17.6vw;
  }
}
.hard-question .sec03__selectBtn p:last-child {
  width: 244px;
}

@media screen and (max-width: 749px) {
  .hard-question .sec03__selectBtn p:last-child {
    width: 65.0666666667vw;
  }
}
.hard-question .sec03__selectBtn {
  cursor: pointer;
}

.hard-question .sec03__selectBtn:hover {
  background-color: #D3D6E7;
}

@media screen and (max-width: 749px) {
  .hard-question #question01 .sec03__img::after {
    bottom: 11%;
  }
}
.hard-question #question07 .sec03__img {
  width: 640px;
  padding-bottom: 58px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 749px) {
  .hard-question #question07 .sec03__img {
    width: 89.3333333333vw;
    padding-bottom: 13.8666666667vw;
  }
}
.hard-question #question07 .sec03__img::after {
  content: "※画像はイメージ図です";
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 24%;
}

@media screen and (max-width: 749px) {
  .hard-question #question07 .sec03__img::after {
    font-size: 3.7333333333vw;
    bottom: 12%;
  }
}
.hard-question #question06 .sec03__selectBtn p:nth-child(2),
.hard-question #question09 .sec03__selectBtn p:nth-child(2) {
  font-size: 24px;
  padding: 16px 0 15px;
  font-weight: 500;
  line-height: 1.4583333333;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .hard-question #question06 .sec03__selectBtn p:nth-child(2),
  .hard-question #question09 .sec03__selectBtn p:nth-child(2) {
    font-size: 6.4vw;
    padding: 4.2666666667vw 0 4vw;
  }
}
.hard-question #question10 .sec03__selectBtn p:nth-child(2) {
  font-size: 20px;
  padding: 19px 0 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .hard-question #question10 .sec03__selectBtn p:nth-child(2) {
    font-size: 5.3333333333vw;
    padding: 5.6vw 0 4.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .hard-question #question10 .sec03__img::after {
    bottom: 9%;
  }
}
.hard-question .sec04__bg {
  background-image: url(/assets/img/campaign/hard-question_quiz/answer_bg.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .hard-question .sec04__bg {
    background-image: url(/assets/img/campaign/hard-question_quiz/answer_bg_sp.png);
  }
}
.hard-question .sec04__outer {
  padding: 64px 0;
}

@media screen and (max-width: 749px) {
  .hard-question .sec04__outer {
    padding: 8.5333333333vw 0;
  }
}
.hard-question .sec04__btn {
  display: block;
  width: 585px;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .hard-question .sec04__btn {
    width: 89.3333333333vw;
  }
}
.hard-question .layer {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  /* 背景を薄くする */
  width: 100%;
  height: 100%;
  position: fixed;
  /* 画面に固定するために指定 */
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.hard-question .layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.hard-question .layer.is-open .modal {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
}

/*ご応募ありがとうございました画面*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.spD {
  display: none;
}

@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}
.link-url {
  text-decoration: underline;
  color: #FF0000;
}

.link-url:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

.sec01__bg {
  width: 100%;
  background-color: #FFF3E5;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .sec01__bg {
    width: 100vw;
  }
}
.sec01__img {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #a85938 0%, #542d1c 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .sec01__img {
    width: 100vw;
  }
}
.sec01__img picture.kv {
  display: block;
  width: 1366px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .sec01__img picture.kv {
    width: 100%;
  }
}
.sec01__txtBox {
  width: 560px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .sec01__txtBox {
    width: 89.3333333333vw;
  }
}
.sec01__txtBox h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 80px 0 24px 0;
  line-height: 1.2;
}

@media screen and (max-width: 749px) {
  .sec01__txtBox h2 {
    font-size: 6.4vw;
    margin: 8.5333333333vw 0 6.4vw 0;
    line-height: 1.5;
  }
}
.sec01__txtBox p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .sec01__txtBox p {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sec01__outer {
  padding-bottom: 120px;
}

@media screen and (max-width: 749px) {
  .sec01__outer {
    padding-bottom: 21.3333333333vw;
  }
}
.sec01__btn {
  display: block;
  width: 585px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .sec01__btn {
    width: 89.3333333333vw;
  }
}
/*最終問題の解答確認画面*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

#hard-question-final dd {
  word-break: break-all;
}

#hard-question-final .spD {
  display: none;
}

@media screen and (max-width: 749px) {
  #hard-question-final .spD {
    display: block;
  }
}
#hard-question-final .link-url {
  text-decoration: underline;
  color: #FF0000;
}

#hard-question-final .link-url:hover {
  text-decoration: none;
}

#hard-question-final img {
  width: 100%;
}

#hard-question-final .sec01__ttl {
  width: 1366px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  padding: 4px 0;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec01__ttl {
    width: 100vw;
    gap: 0;
    justify-content: left;
    padding: 0;
  }
}
#hard-question-final .sec01__ttl__img {
  width: 150px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec01__ttl__img {
    width: 34.4vw;
  }
}
#hard-question-final .sec01__ttl__txt {
  text-align: center;
}

#hard-question-final .sec01__ttl__txt p:first-child {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec01__ttl__txt p:first-child {
    font-size: 3.2vw;
  }
}
#hard-question-final .sec01__ttl__txt p:last-child {
  color: #BC9529;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.125;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec01__ttl__txt p:last-child {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
#hard-question-final .sec02__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec02__bg {
    width: 100vw;
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_last_bg_sp.png);
  }
}
#hard-question-final .sec02__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 63px 0;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec02__ttl {
    padding: 2.1333333333vw 0;
  }
}
#hard-question-final .sec02__ttl h2,
#hard-question-final .sec02__ttl p {
  font-size: 40px;
  font-weight: bold;
  color: #F4EFD4;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec02__ttl h2,
  #hard-question-final .sec02__ttl p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.3333333333vw;
    padding-bottom: 0;
    line-height: 1.4;
  }
}
#hard-question-final .sec02__ttl p {
  padding-bottom: 0;
}

#hard-question-final .sec02__ttl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 282px;
  /*画像の幅*/
  height: 28px;
  /*画像の高さ*/
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_left.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-right: 65px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec02__ttl::before {
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_left_sp.png);
    background-size: contain;
    width: 21.8666666667vw;
    height: 3.7333333333vw;
    padding-right: 3.7333333333vw;
  }
}
#hard-question-final .sec02__ttl::after {
  content: "";
  display: inline-block;
  width: 282px;
  height: 28px;
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_right.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 65px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec02__ttl::after {
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_right_sp.png);
    width: 21.8666666667vw;
    height: 3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
#hard-question-final .sec03__bg {
  width: 100%;
  background-color: #FFF3E5;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__bg {
    width: 100vw;
  }
}
#hard-question-final .sec03__inner {
  padding-bottom: 120px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__inner {
    padding-bottom: 21.3333333333vw;
  }
}
#hard-question-final .sec03__txt {
  text-align: center;
  padding: 80px 0 0 0;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txt {
    padding: 8.5333333333vw 0 0 0;
    margin: 0 0 8.5333333333vw 0;
  }
}
#hard-question-final .sec03__txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txt p {
    font-size: 4.8vw;
  }
}
#hard-question-final .sec03__txtBox {
  width: 980px;
  background-color: #fff;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox {
    width: 89.3333333333vw;
  }
}
#hard-question-final .sec03__txtBox h2 {
  font-size: 24px;
  font-weight: bold;
  color: #F4EFD4;
  height: 66px;
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_box.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox h2 {
    font-size: 6.4vw;
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_box_sp.png);
    height: 17.6vw;
    padding: 5.3333333333vw 0;
  }
}
#hard-question-final .sec03__txtBox__txt {
  font-size: 24px;
  border: solid #A85938 2px;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__txt {
    font-size: 6.4vw;
  }
}
#hard-question-final .sec03__txtBox__inner {
  padding: 26px 32px 40px 32px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner {
    padding: 6.4vw 3.7333333333vw 8vw 5.3333333333vw;
  }
}
#hard-question-final .sec03__txtBox__inner p:first-child {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 16px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner p:first-child {
    font-size: 6.4vw;
    padding-bottom: 4.2666666667vw;
  }
}
#hard-question-final .sec03__txtBox__inner div {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner div {
    gap: 2.1333333333vw;
  }
}
#hard-question-final .sec03__txtBox__inner div p:first-child {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner div p:first-child {
    font-size: 6.4vw;
  }
}
#hard-question-final .sec03__txtBox__inner div p:last-child {
  font-size: 18px;
  font-weight: 500;
  background-color: #F5F5F5;
  padding: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner div p:last-child {
    font-size: 4.8vw;
    padding: 4.2666666667vw;
  }
}
#hard-question-final .sec03__txtBox:nth-child(2) {
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox:nth-child(2) {
    margin-bottom: 10.6666666667vw;
  }
}
#hard-question-final .sec03__txtBox:nth-child(2) p {
  font-weight: 500;
  text-align: center;
  padding: 26px 0 32px 0;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox:nth-child(2) p {
    padding: 4.8vw 0;
  }
}
#hard-question-final .sec03__txtBox:nth-child(3) {
  margin-bottom: 64px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox:nth-child(3) {
    margin-bottom: 10.6666666667vw;
  }
}
#hard-question-final .sec03__btn {
  display: block;
  width: 585px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  #hard-question-final .sec03__btn {
    width: 89.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
/*10問クリア後*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.link-url {
  text-decoration: underline;
  color: #006CC4;
}

.link-url:hover {
  text-decoration: none;
}

.hard-question-clear {
  background-color: #FFF3E5;
}

.l-breadcrumbsList {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo";
  font-weight: normal;
  padding-right: 0.5em;
  color: #001A42;
  font-size: 16px;
  line-height: 1.5;
}

img {
  width: 100%;
}

.sec01__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  padding: 4px 0;
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .sec01__ttl {
    gap: 0;
    justify-content: left;
    padding: 0;
  }
}
.sec01__ttl__img {
  width: 150px;
}

@media screen and (max-width: 749px) {
  .sec01__ttl__img {
    width: 34.4vw;
  }
}
.sec01__ttl__txt {
  text-align: center;
}

.sec01__ttl__txt p:first-child {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .sec01__ttl__txt p:first-child {
    font-size: 3.2vw;
  }
}
.sec01__ttl__txt p:last-child {
  color: #BC9529;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.125;
}

@media screen and (max-width: 749px) {
  .sec01__ttl__txt p:last-child {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
#finalsec02 .sec02__bg {
  background: linear-gradient(90deg, #a85938 0%, #542d1c 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  #finalsec02 .sec02__bg {
    width: 100vw;
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_last_bg_sp.png);
  }
}
#finalsec02 .sec02__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 63px 0;
  width: 1366px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  #finalsec02 .sec02__ttl {
    padding: 2.1333333333vw 0;
    width: 89.3333333333vw;
  }
}
#finalsec02 .sec02__ttl h2,
#finalsec02 .sec02__ttl p {
  font-size: 40px;
  font-weight: bold;
  color: #F4EFD4;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #finalsec02 .sec02__ttl h2,
  #finalsec02 .sec02__ttl p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.3333333333vw;
    padding-bottom: 0;
    line-height: 1.4;
  }
}
#finalsec02 .sec02__ttl p {
  padding-bottom: 0;
}

#finalsec02 .sec02__ttl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 282px;
  /*画像の幅*/
  height: 28px;
  /*画像の高さ*/
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_left.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-right: 65px;
}

@media screen and (max-width: 749px) {
  #finalsec02 .sec02__ttl::before {
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_left_sp.png);
    background-size: contain;
    width: 21.8666666667vw;
    height: 3.7333333333vw;
    padding-right: 3.7333333333vw;
  }
}
#finalsec02 .sec02__ttl::after {
  content: "";
  display: inline-block;
  width: 282px;
  height: 28px;
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_right.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 65px;
}

@media screen and (max-width: 749px) {
  #finalsec02 .sec02__ttl::after {
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_right_sp.png);
    width: 21.8666666667vw;
    height: 3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
.move-bg {
  background-color: #383838;
}

.move {
  width: 1000px;
  margin: 0 auto;
}

.move video {
  width: 100%;
  height: 100%;
}

.move-sp {
  aspect-ratio: 750/644;
}

.move-sp video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final_main {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.activeload {
  height: 0;
  opacity: 0;
  transition: all 2s linear;
}

.activemain {
  height: 100%;
  opacity: 1;
  overflow: unset;
  transition: all 2s linear;
}

.activeload02 {
  height: 0;
  opacity: 0;
}

.activemain02 {
  height: 100%;
  opacity: 1;
  overflow: unset;
}

.present {
  background-image: url("/assets/img/campaign/hard-question_clear/bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 56px;
  padding-bottom: 32px;
}

@media screen and (max-width: 749px) {
  .present {
    background-image: url("/assets/img/campaign/hard-question_clear/bg__sp.png");
    padding-top: 10.6666666667vw;
    padding-bottom: 8.5333333333vw;
  }
}
.present__inner {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .present__inner {
    width: 89.3333333333vw;
  }
}
.present__h2 p {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}

@media screen and (max-width: 749px) {
  .present__h2 p {
    font-size: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
}
.present__img {
  width: 800px;
  box-shadow: 0px 0px 15px rgba(255, 248, 200, 0.7);
}

@media screen and (max-width: 749px) {
  .present__img {
    width: 89.3333333333vw;
  }
}
.present__time {
  background: linear-gradient(to right, #ebc034 0%, #fffadc 36.53%, #fffadc 58.53%, #ebc034 100%);
  width: 800px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 749px) {
  .present__time {
    width: 89.3333333333vw;
    height: 11.2vw;
    margin-bottom: 6.4vw;
  }
}
.present__time p {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .present__time p {
    font-size: 4.8vw;
  }
}
.present__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 64px;
}

@media screen and (max-width: 749px) {
  .present__text {
    font-size: 4.8vw;
    margin-bottom: 8.5333333333vw;
  }
}
.present__btn {
  width: 585px;
}

@media screen and (max-width: 749px) {
  .present__btn {
    width: 89.3333333333vw;
  }
}
.present__textred {
  background-color: #AA1F1F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 40px;
  margin-top: 24px;
}

@media screen and (max-width: 749px) {
  .present__textred {
    width: 72vw;
    height: 15.2vw;
    margin-top: 6.4vw;
  }
}
.present__textred p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 749px) {
  .present__textred p {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
/*応募要項*/
.oubo {
  padding-bottom: 120px;
}

@media screen and (max-width: 749px) {
  .oubo {
    padding-bottom: 21.3333333333vw;
  }
}
.oubo.oubo_clear {
  margin-top: 32px;
}

@media screen and (max-width: 749px) {
  .oubo.oubo_clear {
    margin-top: 0;
  }
}
.oubo__inner {
  width: 885px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .oubo__inner {
    width: 89.3333333333vw;
  }
}
.oubo__tit {
  width: 885px;
  height: 52px;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
}

@media screen and (max-width: 749px) {
  .oubo__tit {
    width: 89.3333333333vw;
    height: 13.8666666667vw;
    font-size: 8.5333333333vw;
  }
}
.oubo__cont {
  font-size: 18px;
  font-family: "Noto Sans JP";
  line-height: 1.5;
}

.oubo__cont__dl01 {
  margin-top: 32px;
}

@media screen and (max-width: 749px) {
  .oubo__cont__dl01 {
    margin-top: 6.4vw;
  }
}
.oubo__cont__dl01__01 {
  vertical-align: text-top;
}

@media screen and (max-width: 749px) {
  .oubo__cont__dl01__01 {
    width: 26.6666666667vw;
  }
}
.oubo__cont__dl01__01 p {
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .oubo__cont__dl01__01 p {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
  }
}
.oubo__cont__dl01__02 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 18px;
}

@media screen and (max-width: 749px) {
  .oubo__cont__dl01__02 p {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    padding-left: 4.8vw;
  }
}
.oubo__cont__tit {
  margin: 40px 0 32px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 749px) {
  .oubo__cont__tit {
    margin: 6.4vw 0 6.4vw;
  }
}
.oubo__cont__tit::before {
  content: "";
  display: block;
  width: 885px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 749px) {
  .oubo__cont__tit::before {
    width: 89.3333333333vw;
  }
}
.oubo__cont__tit p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  background-color: #FFF3E5;
  position: relative;
  width: 160px;
  z-index: 10;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .oubo__cont__tit p {
    font-size: 4.8vw;
    width: 26.6666666667vw;
  }
}
.oubo__cont__tit01 {
  margin: 32px 0;
}

@media screen and (max-width: 749px) {
  .oubo__cont__tit01 {
    margin: 6.4vw 0;
  }
}
.oubo__cont ul li {
  text-indent: -18px;
  padding-left: 18px;
  font-size: 18px;
}

@media screen and (max-width: 749px) {
  .oubo__cont ul li {
    text-indent: -3.7333333333vw;
    padding-left: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.oubo__cont ul li span {
  font-size: 14px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 749px) {
  .oubo__cont ul li span {
    font-size: 3.2vw;
  }
}
.oubo__cont ol {
  margin-bottom: 24px;
  list-style-type: none;
  counter-reset: number;
}

@media screen and (max-width: 749px) {
  .oubo__cont ol {
    margin-bottom: 6.4vw;
  }
}
.oubo__cont ol li {
  text-indent: -18px;
  padding-left: 18px;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .oubo__cont ol li {
    text-indent: -5.0666666667vw;
    padding-left: 5.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.oubo__cont ol li .oubo-no {
  font-size: 18px;
  font-weight: 400;
  vertical-align: baseline;
}

@media screen and (max-width: 749px) {
  .oubo__cont ol li .oubo-no {
    font-size: 3.7333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.oubo__cont ol li span {
  font-size: 14px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 749px) {
  .oubo__cont ol li span {
    font-size: 3.2vw;
  }
}
.oubo__cont ol li span.red-text {
  color: #DB0000;
}

.oubo__cont dl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .oubo__cont dl {
    font-size: 3.7333333333vw;
  }
}
.oubo__cont dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 749px) {
  .oubo__cont dl dt {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    text-indent: -3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
.oubo__cont dl dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -18px;
  padding-left: 18px;
}

@media screen and (max-width: 749px) {
  .oubo__cont dl dd {
    text-indent: -3.7333333333vw;
    padding-left: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.oubo__cont dl .oubo-q::before {
  content: "Q.";
  display: inline;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .oubo__cont dl .oubo-q::before {
    font-size: 3.7333333333vw;
  }
}
.oubo__cont dl .oubo-a::before {
  content: "A.";
  display: inline;
  font-size: 18px;
  font-weight: 400;
  padding-right: 3px;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .oubo__cont dl .oubo-a::before {
    font-size: 3.7333333333vw;
  }
}
.oubo .outline__title {
  position: relative;
}

.oubo .outline__title::before {
  content: "";
  background: #000;
  width: 15px;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(135deg);
  top: 25px;
  left: 96%;
}

@media screen and (max-width: 749px) {
  .oubo .outline__title::before {
    width: 4vw;
    top: 50%;
    left: 90%;
  }
}
.oubo .outline__title::after {
  content: "";
  background: #000;
  width: 15px;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(45deg);
  top: 25px;
  left: 95%;
}

@media screen and (max-width: 749px) {
  .oubo .outline__title::after {
    width: 4vw;
    top: 50%;
    left: 87%;
  }
}
.oubo .outline__title:hover {
  cursor: pointer;
}

.oubo .outline .outline__title--open::after {
  transform: rotate(-45deg);
  top: 25px;
}

@media screen and (max-width: 749px) {
  .oubo .outline .outline__title--open::after {
    top: 50%;
  }
}
.oubo .outline .outline__title--open::before {
  transform: rotate(225deg);
  top: 25px;
}

@media screen and (max-width: 749px) {
  .oubo .outline .outline__title--open::before {
    top: 50%;
  }
}
.oubo .outline__content {
  text-align: left;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 1s;
}

.oubo .outline__content--open {
  max-height: 5000px;
}

.spD {
  display: none;
}

@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}
.pcD {
  display: block;
}

@media screen and (max-width: 749px) {
  .pcD {
    display: none;
  }
}
/*最終問題*/
#final_movie2 {
  margin-top: 160px;
  margin-bottom: 64px;
}

@media screen and (max-width: 749px) {
  #final_movie2 {
    margin-top: 44.8vw;
    margin-bottom: 8.5333333333vw;
  }
}
#final_movie2 .final_quiz {
  position: relative;
  padding-top: 96px;
  width: 980px;
  background: url(/assets/img/campaign/hard-question/bg_red-curtains.png), linear-gradient(180deg, #fff 0%, #fff8e5 100%);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px #651616 solid;
}

@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz {
    padding-top: 6.4vw;
    width: 89.3333333333vw;
    display: block;
    background: url(/assets/img/campaign/hard-question/bg_red-curtains_sp.png), linear-gradient(180deg, #fff 0%, #fff8e5 100%);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#final_movie2 .final_quiz .fin-title {
  position: absolute;
  top: -117px;
  width: 554px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz .fin-title {
    top: -38.1333333333vw;
    width: 100%;
  }
}
#final_movie2 .final_quiz .fin-title p {
  font-size: 40px;
  font-weight: bold;
  color: #BE0909;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz .fin-title p {
    top: -34.6666666667vw;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz_wrap {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
#final_movie2 .final_quiz_wrap .answer {
  margin-top: 24px;
  width: 536px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz_wrap .answer {
    margin-top: 6.4vw;
    width: 100%;
  }
}
#final_movie2 .final_quiz_wrap .fin_lottery {
  margin-top: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #A85938;
}

@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz_wrap .fin_lottery {
    margin-top: 6.4vw;
    font-size: 6.4vw;
  }
}
#final_movie2 .img_caractor {
  position: absolute;
  top: -40px;
  width: 472px;
  left: 646px;
  z-index: 10;
}

@media screen and (max-width: 749px) {
  #final_movie2 .img_caractor {
    width: 52vw;
    left: 42.1333333333vw;
    top: 0vw;
  }
}
#final_movie2 .ttl {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #final_movie2 .ttl {
    font-size: 4.8vw;
    line-height: 7.2vw;
    text-align: left;
  }
}
#final_movie2 .atantion {
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  #final_movie2 .atantion {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    text-align: left;
  }
}
#final_movie2 .text {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  #final_movie2 .text {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    text-align: left;
  }
}
#final_movie2 .answer_wrap {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin-right: 80px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .answer_wrap {
    grid-template-columns: 1fr;
    grid-gap: 2.1333333333vw;
    margin-right: 0;
  }
}
#final_movie2 .answer_wrap .answer {
  background-color: #fff;
}

#final_movie2 .answer_serect {
  border: 2px #A85938 solid;
  padding: 34px 24px;
  font-size: 64px;
  font-weight: 700;
  color: #A85938;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  #final_movie2 .answer_serect {
    font-size: 10.6666666667vw;
    padding: 5.8666666667vw 2.1333333333vw 6.4vw;
  }
}
#final_movie2 .answer_serect .comment {
  margin-top: 30px;
  border-top: 1px solid #A85938;
  padding-top: 24px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  font-size: 18px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .answer_serect .comment {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
#final_movie2 .hint {
  position: relative;
  text-align: center;
  margin-top: 40px;
  width: 100%;
  background-color: #FFE5C7;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint {
    margin-top: 5.3333333333vw;
    padding-top: 6.9333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
#final_movie2 .hint .sankaku {
  position: absolute;
  top: -20px;
  width: 70px;
  left: 443px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint .sankaku {
    top: -4vw;
    width: 14.1333333333vw;
    left: 35.4666666667vw;
  }
}
#final_movie2 .hint .fin_gift {
  margin: 40px auto;
  padding: 10px 16px;
  border: 1px solid #A85938;
  background-color: #FFFBF1;
  width: 320px;
  font-size: 26px;
  font-weight: bold;
  color: #A85938;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_gift {
    margin: 0 auto;
    font-size: 6.4vw;
    width: 90%;
    padding: 2.5333333333vw 2.6666666667vw;
  }
}
#final_movie2 .hint .fin_present {
  margin-top: 24px;
  font-size: 30px;
  color: #A85938;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_present {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
#final_movie2 .hint .fin_present .bold {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_present .bold {
    font-size: 8.8vw;
    line-height: 14.1333333333vw;
  }
}
#final_movie2 .hint .fin_present .back-red {
  font-size: 55px;
  font-weight: 500;
  color: #BE0909;
  padding: 2px 10px;
  margin: 0 5px;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_present .back-red {
    font-size: 8vw;
    padding: 0.5333333333vw 0.8vw;
  }
}
#final_movie2 .hint .fin_present .back-red .number {
  font-size: 80px;
  font-weight: bold;
  line-height: 0.83;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_present .back-red .number {
    font-size: 12vw;
  }
}
#final_movie2 .hint .movie_backwhite {
  background-color: #fff;
  width: 744px;
  margin: 40px auto 64px;
  padding: 48px 0;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint .movie_backwhite {
    width: 95%;
    margin: 6.4vw auto 0;
    padding: 6.4vw 3.2vw 0;
  }
}
#final_movie2 .fukidashi {
  position: absolute;
  width: 140px;
  top: 32px;
  left: 32px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .fukidashi {
    top: 6.6666666667vw;
    left: 18.1333333333vw;
    width: 53.3333333333vw;
  }
}
#final_movie2 .hint_ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint_ttl {
    margin-top: 1.6vw;
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
}
#final_movie2 .hint_text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint_text {
    margin-top: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
#final_movie2 .hint_movie {
  margin-top: 16px;
  width: 570px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .hint_movie {
    width: 76.2666666667vw;
  }
}
#final_movie2 .discription {
  margin: 16px auto 0;
  width: 575px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 749px) {
  #final_movie2 .discription {
    width: 76.2666666667vw;
    margin-bottom: 0;
    padding-bottom: 6.4vw;
  }
}
#final_movie2 .disc_img {
  width: 165px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .disc_img {
    width: 18.1333333333vw;
  }
}
#final_movie2 .disc_text {
  text-align: left;
  margin-left: 8px;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 749px) {
  #final_movie2 .disc_text {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}
.spD {
  display: none;
}

@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}
/*アンケート*/
#final_survey .final_survey {
  max-width: 697px;
  margin: auto;
  padding-top: 64px;
  color: #000;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey {
    padding-top: 8.5333333333vw;
    max-width: 89.3333333333vw;
  }
}
#final_survey .final_survey .marker {
  background: linear-gradient(transparent 50%, #ffe5c7 50%);
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .marker {
    background: transparent;
  }
}
#final_survey .final_survey .marker span.sp_marker {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .marker span.sp_marker {
    background: linear-gradient(transparent 50%, #ffe5c7 50%);
    display: inline-block;
    font-size: 6.4vw;
  }
}
#final_survey .final_survey .tit_box {
  padding-top: 64px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .tit_box {
    padding-top: 8.5333333333vw;
  }
}
#final_survey .final_survey .tit_box.pd {
  padding-top: 40px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .tit_box.pd {
    padding-top: 10.6666666667vw;
  }
}
#final_survey .final_survey .tit_box h4 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .tit_box h4 {
    font-size: 4.8vw;
  }
}
#final_survey .final_survey .tit_box p {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .tit_box p {
    font-size: 4.8vw;
    white-space: pre-wrap;
  }
}
#final_survey .final_survey .answer_box {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box {
    padding-top: 4.2666666667vw;
    width: 66.6666666667vw;
    margin-right: auto;
  }
}
#final_survey .final_survey .answer_box span {
  display: flex;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box span:nth-child(2) {
    margin-left: 8.5333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box span:nth-child(4) {
    margin-left: 8.5333333333vw;
  }
}
#final_survey .final_survey .answer_box label {
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
  margin-right: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box label {
    font-size: 4.8vw;
    margin-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box label:nth-child(2) {
    margin-right: 0;
  }
}
#final_survey .final_survey .answer_box label:nth-child(8) {
  margin-right: 0;
}

#final_survey .final_survey .answer_box input {
  transform: scale(1.2);
  cursor: pointer;
  display: flex;
  align-items: center;
}

#final_survey .final_survey .answer_box.rate_box {
  padding-top: 40px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box {
    padding-top: 6.4vw;
  }
}
#final_survey .final_survey .answer_box.rate_box span {
  display: flex;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box span {
    width: 69.3333333333vw;
    padding-bottom: 4.8vw;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box span:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box span:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box span:nth-child(5) {
    padding-bottom: 0;
  }
}
#final_survey .final_survey .answer_box.rate_box label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box label {
    flex-direction: row;
  }
}
#final_survey .final_survey .answer_box.rate_box label:nth-child(8) {
  margin-right: 32px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box label:nth-child(8) {
    margin-right: 0;
  }
}
#final_survey .final_survey .answer_box.rate_box label:nth-child(10) {
  margin-right: 0;
}

#final_survey .final_survey .answer_box.rate_box label img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box label img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 4.2666666667vw;
  }
}
#final_survey .final_survey .answer_box.rate_box input {
  margin-top: auto;
  margin-bottom: 9px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box input {
    margin-bottom: auto;
    margin-right: 8.5333333333vw;
  }
}
#final_survey .final_survey .text-message {
  padding-top: 16px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .text-message {
    padding-top: 4.2666666667vw;
  }
}
#final_survey .final_survey .text-message textarea {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .text-message textarea {
    padding: 3.2vw;
    font-size: 4.8vw;
  }
}
#final_survey .final_survey .text-message textarea::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #D4D4D4;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #final_survey .final_survey .text-message textarea::placeholder {
    font-size: 4.8vw;
  }
}
#final_survey .final_befor {
  padding-top: 80px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor {
    padding-top: 10.6666666667vw;
    width: 89.3333333333vw;
    margin: auto;
  }
}
#final_survey .final_befor__tit_box {
  width: 980px;
  height: 45px;
  border-top: solid 1px #A85938;
  border-bottom: solid 1px #A85938;
  margin: auto;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor__tit_box {
    width: 89.3333333333vw;
    height: 12vw;
    display: flex;
    border-top: solid 0.2666666667vw #A85938;
    border-bottom: solid 0.2666666667vw #A85938;
  }
}
#final_survey .final_befor__tit_box h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.89;
  text-align: center;
  margin: auto;
  padding-top: 3px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor__tit_box h3 {
    font-size: 4.8vw;
  }
}
#final_survey .final_befor .sub_tit_box {
  padding-top: 31px;
  margin: auto;
  text-align: center;
  background: url("/assets/img/campaign/hard-question/mail-icon.png");
  background-repeat: no-repeat;
  background-size: 140px 112px;
  background-position: 240px 80px;
  max-width: 980px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_tit_box {
    padding-top: 7.2vw;
    background: url("/assets/img/campaign/hard-question/mail-icon.png");
    background-repeat: no-repeat;
    background-size: 30.9333333333vw 24.8vw;
    background-position: 0 27.7333333333vw;
    width: 100%;
  }
}
#final_survey .final_befor .sub_text01 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.42;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text01 {
    font-size: 5.8666666667vw;
  }
}
#final_survey .final_befor .sub_text02 {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  padding-top: 27px;
  position: relative;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text02 {
    font-size: 3.7333333333vw;
    line-height: 2;
    padding-top: 8.5333333333vw;
  }
}
#final_survey .final_befor .sub_text03 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  padding-top: 64px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text03 {
    font-size: 4.8vw;
    line-height: 1.89;
    padding-top: 7.4666666667vw;
  }
}
#final_survey .final_befor .sub_text04 {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #000;
  padding-top: 37px;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text04 {
    font-size: 3.2vw;
    line-height: 2.33;
    padding-top: 7.4666666667vw;
  }
}
#final_survey .final_befor .sub_text04 span {
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text04 span {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
#final_survey .mail_maga_box {
  padding-top: 60px;
  width: 980px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box {
    width: 89.3333333333vw;
    padding-top: 7.4666666667vw;
  }
}
#final_survey .mail_maga_box .heading {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .heading {
    font-size: 4.2666666667vw;
  }
}
#final_survey .mail_maga_box .heading::before {
  background-color: #A85938;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .heading::before {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
  }
}
#final_survey .mail_maga_box .heading::after {
  content: "";
  background: url("/assets/img/campaign/hard-question/boy.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 158px;
  height: 158px;
  position: absolute;
  right: 154px;
  top: -100px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .heading::after {
    display: none;
  }
}
#final_survey .mail_maga_box .heading span {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.34;
  color: #A85938;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .heading span {
    font-size: 6.1333333333vw;
  }
}
#final_survey .mail_maga_box .merit_box {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box {
    padding-top: 8.2666666667vw;
    min-height: 202.6666666667vw;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step {
    height: 39.2vw;
    border-bottom: solid 0.2666666667vw #a85938;
  }
}
#final_survey .mail_maga_box .merit_box .merit_step.border_rl {
  border-left: solid 1px #a85938;
  border-right: solid 1px #a85938;
  width: 312px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step.border_rl {
    border-left: none;
    border-right: none;
    width: 100%;
    padding-top: 8vw;
    height: 47.2vw;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step.last_box {
    width: 100%;
    padding-top: 8vw;
    height: 47.2vw;
    border-bottom: none;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step.last_box .boy_image {
    width: 70.1333333333vw;
    padding-top: 2.6666666667vw;
    height: 70.4vw;
    margin: auto;
  }
}
#final_survey .mail_maga_box .merit_box .merit_step__inner {
  max-width: 261px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step__inner {
    max-width: 68.8vw;
    width: 68.8vw;
  }
}
#final_survey .mail_maga_box .merit_box .merit_step__inner.pd_r {
  margin-right: 23px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step__inner.pd_r {
    margin: 0 auto;
  }
}
#final_survey .mail_maga_box .merit_box .merit_step__inner.pd_l {
  margin-left: 27px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step__inner.pd_l {
    margin: 0 auto;
  }
}
#final_survey .mail_maga_box .merit_box .step_text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  padding-top: 14px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .step_text {
    font-size: 3.7333333333vw;
    padding-top: 3.7333333333vw;
    text-align: left;
  }
}
#final_survey .mail_maga_box .merit_box .step_tit_box {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .step_tit_box {
    align-items: center;
  }
}
#final_survey .mail_maga_box .merit_box .step_tit_box p {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #a85938;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .step_tit_box p {
    font-size: 4.2666666667vw;
  }
}
#final_survey .mail_maga_box .merit_box .step_tit_box span {
  width: 58px;
  margin-right: 8px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .step_tit_box span {
    width: 15.4666666667vw;
    margin-right: 2.1333333333vw;
  }
}
#final_survey .mail_maga_box .merit_box .step_tit_box img {
  width: 100%;
  height: auto;
}

#final_survey .mail_maga_box .mail_maga_btn {
  width: 634px;
  padding-top: 56px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .mail_maga_btn {
    width: 89.3333333333vw;
    padding-top: 8vw;
  }
}
#final_survey .mail_maga_box .mail_maga_btn img {
  width: 100%;
  height: auto;
}

#final_survey .mail_maga_box .mail_maga_btn.entry_btn_mail {
  padding-top: 8px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .mail_maga_btn.entry_btn_mail {
    padding-top: 1.8666666667vw;
    width: 75.2vw;
  }
}
#final_survey .mail_maga_box .mail_maga_btn.entry_btn_no {
  padding-top: 8px;
  padding-bottom: 60px;
}

#final_survey .mail_maga_box .entry_wrap {
  width: 980px;
  margin: 40px auto 80px;
  background: #FFE5C7;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap {
    width: 89.3333333333vw;
    margin: 8vw auto 13.3333333333vw;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_box {
  width: 634px;
  margin: auto;
  padding: 60px 0 31px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap .entry_box {
    width: 77.3333333333vw;
    padding: 8vw 0;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_box p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap .entry_box p {
    font-size: 3.2vw;
    line-height: 2.17;
    text-align: center;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_tit {
  width: 634px;
  margin: auto;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap .entry_tit {
    font-size: 3.7333333333vw;
    width: 77.3333333333vw;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_tit.not-mem {
  margin-top: 16px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap .entry_tit.not-mem {
    margin-top: 4.8vw;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_tit span {
  width: 14px;
  height: 14px;
  background: #F2DEA6;
  display: inline-block;
  border-radius: 100%;
  margin-right: 6px;
}

#final_survey .mail_maga_box .entry_wrapnomenber {
  padding-bottom: 60px;
}

@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrapnomenber {
    padding-bottom: 8vw;
  }
}
#final_befor .final_mail {
  padding-top: 64px;
  padding-bottom: 40px;
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail {
    padding-top: 3.2vw;
  }
}
#final_befor .final_mail_inner {
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail_inner {
    width: 89.3333333333vw;
  }
}
#final_befor .final_mail_tit {
  width: 840px;
  height: 56px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail_tit {
    width: 89.3333333333vw;
    height: 14.9333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    text-align: center;
  }
}
#final_befor .final_mail .mail-content {
  display: flex;
  margin: 56px 0;
  gap: 96px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content {
    margin: 8vw 0;
    gap: 10.6666666667vw;
    flex-direction: column;
  }
}
#final_befor .final_mail .mail-content_step {
  display: flex;
  flex-direction: column;
}

#final_befor .final_mail .mail-content_step_tit {
  width: 58px;
  margin-bottom: 8px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_step_tit {
    width: 15.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#final_befor .final_mail .mail-content_step_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6428571429;
  margin-bottom: 24px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_step_text p {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
#final_befor .final_mail .mail-content_step_img {
  width: 372px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_step_img {
    width: 89.3333333333vw;
  }
}
#final_befor .final_mail .mail-content_line {
  position: relative;
}

#final_befor .final_mail .mail-content_line::before {
  content: "";
  display: block;
  width: 1px;
  height: 1093px;
  background-color: #A85938;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_line::before {
    display: none;
  }
}
#final_befor .final_mail .mail-content_line::after {
  content: "";
  display: block;
  width: 839px;
  height: 1px;
  background-color: #A85938;
  position: absolute;
  top: 106%;
  left: 0;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_line::after {
    display: none;
  }
}
#final_befor .final_mail .outline__title {
  position: relative;
}

#final_befor .final_mail .outline__title::before {
  content: "";
  background: #000;
  width: 13px;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(135deg);
  top: 25px;
  left: 96%;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline__title::before {
    width: 4vw;
    top: 50%;
    left: 90%;
  }
}
#final_befor .final_mail .outline__title::after {
  content: "";
  background: #000;
  width: 13px;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(45deg);
  top: 25px;
  left: 95%;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline__title::after {
    width: 4vw;
    top: 50%;
    left: 87%;
  }
}
#final_befor .final_mail .outline__title:hover {
  cursor: pointer;
}

#final_befor .final_mail .outline .outline__title--open::after {
  transform: rotate(-45deg);
  top: 25px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline .outline__title--open::after {
    top: 50%;
  }
}
#final_befor .final_mail .outline .outline__title--open::before {
  transform: rotate(225deg);
  top: 25px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline .outline__title--open::before {
    top: 50%;
  }
}
#final_befor .final_mail .outline__content {
  text-align: left;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 1s;
}

#final_befor .final_mail .outline__content--open {
  max-height: 1500px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline__content--open {
    max-height: 5100px;
  }
}
#final_befor .final_mailbtn {
  width: 585px;
  margin: 0 auto;
  padding: 75px 0 120px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
#final_befor .final_mailbtn .submit_btn {
  border: 0px;
  width: 585px;
  height: 85px;
  background: url(/assets/img/campaign/hard-question/final_btn_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .submit_btn {
    width: 89.3333333333vw;
    height: 16vw;
  }
}
#final_befor .final_mailbtn .submit_btn:hover {
  cursor: pointer;
  opacity: 0.5;
}

#final_befor .final_mailbtn .non-member_btn {
  display: block;
  border: 0px;
  width: 585px;
  height: 85px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .non-member_btn {
    width: 89.3333333333vw;
    height: 16vw;
  }
}
#final_befor .final_mailbtn .challenge-text {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .challenge-text {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
#final_befor .final_mailbtn .regist {
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .regist {
    margin-top: 10.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
#final_befor .final_mailbtn .regist-text {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .regist-text {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
#final_befor .final_mailbtn .regist-text-sub {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .regist-text-sub {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}
#final_befor .final_mailbtn-off {
  display: grid;
  justify-content: center;
  padding: 75px 0 120px;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
#final_befor .final_mailbtn-off .submit_btn-off {
  width: 485px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .submit_btn-off {
    width: 89.3333333333vw;
  }
}
#final_befor .final_mailbtn-off .off-text {
  max-width: 700px;
  margin: 50px auto;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text {
    margin-top: 5.3333333333vw;
    max-width: 89.3333333333vw;
  }
}
#final_befor .final_mailbtn-off .off-text .off-text1 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text .off-text1 {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.89;
  }
}
#final_befor .final_mailbtn-off .off-text .off-text1 .attention {
  font-size: 23px;
  color: red;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text .off-text1 .attention {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.89;
  }
}
#final_befor .final_mailbtn-off .off-text .off-text2 {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text .off-text2 {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 2.33;
  }
}
#final_befor .final_mailbtn-off .off-text .off-text2 .attention2 {
  font-weight: bold;
  font-size: 26px;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text .off-text2 .attention2 {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.final_mailbtn-off {
  display: grid;
  justify-content: center;
  padding: 75px 0 120px;
}

@media screen and (max-width: 749px) {
  .final_mailbtn-off {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.final_mailbtn-off.mar0 {
  padding: 0;
}

.final_mailbtn-off.mar0 .submit_btn-off {
  width: 485px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .submit_btn-off {
    width: 89.3333333333vw;
  }
}
.final_mailbtn-off.mar0 .off-text {
  max-width: 700px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text {
    margin-top: 5.3333333333vw;
    max-width: 89.3333333333vw;
  }
}
.final_mailbtn-off.mar0 .off-text .off-text1 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text .off-text1 {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.89;
  }
}
.final_mailbtn-off.mar0 .off-text .off-text1 .attention {
  font-size: 23px;
  color: red;
}

@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text .off-text1 .attention {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.89;
  }
}
.final_mailbtn-off.mar0 .off-text .off-text2 {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text .off-text2 {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 2.33;
  }
}
.final_mailbtn-off.mar0 .off-text .off-text2 .attention2 {
  font-weight: bold;
  font-size: 26px;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text .off-text2 .attention2 {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
/*クイズページ用*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_tab > input[type=radio] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.cp_tab .cp_tabpanel {
  display: none;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
  display: block;
}

.cp_tab > label {
  position: relative;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 0;
}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
  color: #0066cc;
}

.cp_tab > input:checked + label {
  margin-bottom: -1px;
  border-color: #cccccc;
  border-bottom: 1px solid #ffffff; /*背景色と同じ*/
  border-radius: 6px 6px 0 0;
}

.cp_tab .cp_tabpanel1,
.cp_tab .cp_tabpanel2,
.cp_tab .cp_tabpanel3 {
  display: none;
}

.cp_tab .active {
  display: block;
}

@media (max-width: 480px) {
  .cp_tab {
    width: 100%;
    font-size: 0.8em;
  }
  .cp_tab label {
    padding: 0.5em;
  }
}
/* モーダルコンテンツ */
.modal {
  position: relative;
  height: 100%;
}

.modal__inner {
  display: block;
  height: auto;
}

@media screen and (max-width: 749px) {
  .modal__inner {
    top: 10%;
  }
}
.modal__content {
  position: relative;
  width: 52.3952095808vw;
  max-width: 700px;
  margin: 0 auto;
  background-repeat: repeat;
}

@media screen and (max-width: 749px) {
  .modal__content {
    width: 89.3333333333vw;
    min-height: 128vw;
  }
}
.modal__content__false {
  position: relative;
  width: 52.3952095808vw;
  max-width: 700px;
  max-height: 855px;
  margin: 0 auto;
  background-repeat: repeat;
}

@media screen and (max-width: 749px) {
  .modal__content__false {
    width: 89.3333333333vw;
    min-height: 128vw;
  }
}
.modal_text_wrap {
  width: 45.9580838323vw;
  max-width: 614px;
  padding: max(56px, 4.0995607613vw) 0 0;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .modal_text_wrap {
    width: 80vw;
    padding: 8.5333333333vw 0;
  }
}
.modal_text_wrap p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: clamp(1.125rem, 0.9831rem + 0.6054vw, 1.5rem);
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .modal_text_wrap p {
    font-size: 4.8vw;
  }
}
.js-close-button {
  padding-bottom: max(24px, 1.756954612vw);
  padding-top: 4.0995607613vw;
}

@media screen and (max-width: 749px) {
  .js-close-button {
    padding-top: 0;
    padding-bottom: 14.9333333333vw;
  }
}
.modal__btn {
  max-width: 480px;
  width: 35.9281437126vw;
  display: block;
  margin: auto;
  padding-bottom: 4.1916167665vw;
  padding-bottom: max(56px, 4.0995607613vw);
}

@media screen and (max-width: 749px) {
  .modal__btn {
    width: 80vw;
    padding-bottom: 8.5333333333vw;
  }
}
.modal__btn img {
  width: 100%;
  height: auto;
}

.modal__btn-re {
  max-width: 480px;
  width: 35.9281437126vw;
  display: block;
  margin: auto;
  padding-top: max(24px, 1.756954612vw);
  padding-bottom: max(24px, 1.756954612vw);
}

@media screen and (max-width: 749px) {
  .modal__btn-re {
    width: 80vw;
    padding-bottom: 8.5333333333vw;
  }
}
.chalenge_btn {
  padding-top: 4.0995607613vw;
  padding-top: max(56px, 4.0995607613vw);
}

@media screen and (max-width: 749px) {
  .chalenge_btn {
    padding-top: 8.5333333333vw;
    padding-bottom: 6.4vw;
  }
}
.quit_btn {
  padding-bottom: max(83px, 6.0761346999vw);
  padding-top: 0;
}

@media screen and (max-width: 749px) {
  .quit_btn {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.modal__button-wrap {
  position: absolute;
  right: 10px;
  top: -28px;
  display: inline-flex;
}

.close-button {
  position: relative;
  width: 39px;
  height: 39px;
  background: rgba(255, 166, 0, 0);
  border-radius: 50%;
  padding: 0;
  border: transparent;
  cursor: pointer;
}

.close-button span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px;
}

.close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.click {
  color: #fff;
}

#cboxContent {
  background: transparent;
}

.hard-question .sec03_contents {
  background-color: #fff;
  width: 885px;
  margin: auto;
  padding: 58px 40px;
}

/*以下3問クイズに使用*/
/*top*/
/* ==================================================
  Campaign
   ================================================== */
#campaign .l-wrapper.hard-q {
  padding-bottom: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.l-breadcrumbsList {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo";
  font-weight: normal;
  padding-right: 0.5em;
  color: #001A42;
  font-size: 16px;
  line-height: 1.5;
}

img {
  width: 100%;
}

.hard-question-clesr {
  background-color: #FFF3E5;
}

/*kv*/
.kv__text {
  background-color: #000000;
  padding: 15px 0 16px;
}
@media screen and (max-width: 749px) {
  .kv__text {
    padding: 4.2666666667vw 0 4.2666666667vw;
  }
}
.kv__text__inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .kv__text__inner {
    width: 89.3333333333vw;
  }
}
.kv__text p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .kv__text p {
    font-size: 3.7333333333vw;
  }
}

.about {
  text-align: center;
  padding: 40px 0 40px;
  background-image: url("/assets/img/campaign/campaign_hard-question-top/about_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .about {
    background-image: url("/assets/img/campaign/campaign_hard-question-top/about_bg_sp.png");
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
.about p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1666666667;
}
@media screen and (max-width: 749px) {
  .about p {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.about p span {
  color: #BC9529;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .about p span {
    font-size: 8.5333333333vw;
    line-height: 1.125;
    margin-bottom: 2.6666666667vw;
    display: block;
    margin: 4.5333333333vw 0 2.1333333333vw;
  }
}
.about p:nth-child(1) {
  line-height: 1.7777777778;
}
@media screen and (max-width: 749px) {
  .about p:nth-child(1) {
    line-height: 0.5555555556;
  }
}
.about p:nth-child(2) {
  color: #BC9529;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .about p:nth-child(2) {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-top: 10.6666666667vw;
  }
}
.about p:nth-child(2)::before {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background-color: #EBDFBE;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 749px) {
  .about p:nth-child(2)::before {
    width: 17.0666666667vw;
    height: 0.5333333333vw;
    top: -6.4vw;
  }
}
.about p:nth-child(3) {
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .about p:nth-child(3) {
    margin: 4.2666666667vw 0;
  }
}

.flow {
  background-image: url("/assets/img/campaign/campaign_hard-question-top/flow_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .flow {
    background-image: url("/assets/img/campaign/campaign_hard-question-top/flow_bg_sp.png");
    padding: 10.6666666667vw 0;
  }
}
.flow__inner {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .flow__inner {
    width: 89.3333333333vw;
  }
}
.flow__tit {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .flow__tit {
    width: 89.3333333333vw;
  }
}
.flow__cont {
  display: flex;
  flex-direction: column;
  margin: 24px 0 32px;
  gap: 32px;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .flow__cont {
    gap: 17.6vw;
    margin: 9.0666666667vw 0 6.4vw;
  }
}
.flow__01 {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 749px) {
  .flow__01 {
    gap: 6.4vw;
  }
}
.flow__01__img {
  width: 72px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .flow__01__img {
    width: 19.2vw;
  }
  .flow__01__img::before {
    content: "";
    display: block;
    width: 0.2666666667vw;
    height: 31.4666666667vw;
    background-color: #F4EFD4;
    position: absolute;
    top: 48%;
    left: 50%;
  }
}
.flow__01__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .flow__01__text {
    width: 63.7333333333vw;
    font-size: 4.8vw;
  }
}
.flow__02 {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 749px) {
  .flow__02 {
    gap: 6.4vw;
  }
}
.flow__02__img {
  width: 72px;
}
@media screen and (max-width: 749px) {
  .flow__02__img {
    width: 19.2vw;
  }
}
.flow__02__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .flow__02__text {
    width: 62.6666666667vw;
    font-size: 4.8vw;
  }
}
.flow__02__text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .flow__02__text span {
    display: block;
    font-size: 3.7333333333vw;
  }
}

.oubo {
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .oubo {
    margin-top: 10.6666666667vw;
  }
}

.oubo-hoshi {
  font-size: 14px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 749px) {
  .oubo-hoshi {
    font-size: 3.2vw;
  }
}

.quiz {
  background-image: url("/assets/img/campaign/campaign_hard-question-top/10quiz_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .quiz {
    background-image: url("/assets/img/campaign/campaign_hard-question-top/10quiz_bg_sp.png");
    padding: 8.5333333333vw 0;
  }
}
.quiz__text p {
  font-size: 32px;
  font-weight: 500;
  line-height: 0.84375;
}
@media screen and (max-width: 749px) {
  .quiz__text p {
    font-size: 5.3333333333vw;
  }
}
.quiz__tit p {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .quiz__tit p {
    font-size: 14.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.quiz__btn {
  width: 585px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .quiz__btn {
    width: 89.3333333333vw;
  }
}

.content {
  background-image: url("/assets/img/campaign/campaign_hard-question-top/content_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .content {
    background-image: url("/assets/img/campaign/campaign_hard-question-top/content_bg_sp.png");
  }
}
.content__quiz-shadow {
  height: 23px;
  background-image: linear-gradient(#000, transparent);
}
@media screen and (max-width: 749px) {
  .content__quiz-shadow {
    height: 4.2666666667vw;
  }
}
.content__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 74px 0 120px;
}
@media screen and (max-width: 749px) {
  .content__inner {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.content__tit {
  position: relative;
}
.content__tit p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .content__tit p {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.content__tit p::before {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 749px) {
  .content__tit p::before {
    width: 11.7333333333vw;
    height: 0.2666666667vw;
    top: 10.6666666667vw;
  }
}
.content__tit02 p {
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  .content__tit02 p {
    margin-bottom: 8.5333333333vw;
  }
}
.content__text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  .content__text p {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
.content__content {
  display: flex;
  gap: 24px;
  margin-bottom: 42px;
}
@media screen and (max-width: 749px) {
  .content__content {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
    margin-bottom: 14.9333333333vw;
  }
}

.spD {
  display: none;
}
@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}

.pcD {
  display: block;
}
@media screen and (max-width: 749px) {
  .pcD {
    display: none;
  }
}

/*10問クイズ画面*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.spD {
  display: none;
}
@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}

.link-url {
  text-decoration: underline;
  color: #FF0000;
}
.link-url:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

#campaign .I-wrapperD {
  padding-bottom: 0;
}

.hard-question {
  /* グレー背景 */
}
.hard-question .sec01__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  padding: 4px 0;
}
@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl {
    gap: 0;
    padding: 0;
  }
}
.hard-question .sec01__ttl__img {
  width: 150px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl__img {
    width: 34.4vw;
  }
}
.hard-question .sec01__ttl__txt {
  text-align: center;
  margin-top: 31px;
  margin-bottom: 28px;
  color: #001A42;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl__txt {
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.hard-question .sec01__ttl__txt p:first-child {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl__txt p:first-child {
    font-size: 3.2vw;
  }
}
.hard-question .sec01__ttl__txt p:last-child {
  color: #BC9529;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.125;
}
@media screen and (max-width: 749px) {
  .hard-question .sec01__ttl__txt p:last-child {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
.hard-question .sec02__bg {
  background-color: #FFFFFF;
  border: solid 9px #001A42;
  position: relative;
}
@media screen and (max-width: 749px) {
  .hard-question .sec02__bg {
    border: solid 4px #001A42;
  }
}
.hard-question .sec02__ttl {
  text-align: center;
  padding: 64px 0;
}
@media screen and (max-width: 749px) {
  .hard-question .sec02__ttl {
    padding: 6.4vw 0;
  }
}
.hard-question .sec02__ttl h2 {
  font-size: 40px;
  font-weight: bold;
  color: #001A42;
  padding-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec02__ttl h2 {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.hard-question .sec02__ttl p {
  font-size: 18px;
  color: #001A42;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .hard-question .sec02__ttl p {
    font-size: 4.8vw;
  }
}
.hard-question .sec03__bg {
  background-color: #ECEFFF;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__bg {
    background-image: none;
    background-color: #ECEFFF;
  }
}
.hard-question .sec03__inner {
  width: 885px;
  margin: 0 auto;
  padding: 40px 0 96px 0;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__inner {
    width: 100%;
    padding: 6.4vw 0 10.6666666667vw;
  }
}
.hard-question .sec03__deco {
  width: 288px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__deco {
    width: 46.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.hard-question .sec03__contents {
  background-color: #FFF;
  width: 885px;
  padding: 38px 165px 24px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__contents {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 8.5333333333vw;
  }
}
.hard-question .sec03__txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__txt {
    padding-bottom: 2.1333333333vw;
    width: 89.3333333333vw;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
  }
}
.hard-question .sec03__txt__img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__txt__img {
    width: 18.9333333333vw;
  }
}
.hard-question .sec03__txt__counter {
  width: 108px;
  background-color: #001A42;
  padding: 3px 3px 5px 5px;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__txt__counter {
    width: 21.0666666667vw;
  }
}
.hard-question .sec03__txt p {
  color: #001A42;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__txt p {
    font-size: 4.5333333333vw;
    letter-spacing: -1px;
  }
}
.hard-question .sec03__input {
  display: flex;
  color: #001A42;
  margin-top: -10px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__input {
    justify-content: flex-end;
    margin-top: -1.6vw;
  }
}
.hard-question .sec03__input__main {
  margin-left: 24px;
  margin-top: 3px;
  width: 52px;
  border: unset;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #001A42;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__input__main {
    width: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.hard-question .sec03__input__main::placeholder {
  color: #fff;
}
.hard-question .sec03__input p {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__input p {
    font-size: 2.6666666667vw;
  }
}
.hard-question .sec03__hint {
  display: block;
  width: 170px;
  margin-left: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__hint {
    width: 45.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.hard-question .sec03__img {
  width: 555px;
  padding-bottom: 32px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__img {
    width: 89.3333333333vw;
    padding-bottom: 6.4vw;
  }
}
.hard-question .sec03__img__btn {
  display: block;
  width: 210px;
  margin: 16px auto 0;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__img__btn {
    width: 42.6666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.hard-question .sec03__img__text {
  width: 475px;
  margin: 16px auto 0;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__img__text {
    width: 89.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.hard-question .sec03__img p {
  color: #001A42;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.58;
  margin-top: 8px;
}
.hard-question .sec03__btnBox {
  display: flex;
  gap: 16px;
  width: 516px;
  margin: 0 auto 16px;
  color: #001A42;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__btnBox {
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
    width: 100%;
  }
}
.hard-question .sec03__btnBox:nth-child(5) {
  padding-bottom: 16px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__btnBox:nth-child(5) {
    padding-bottom: 4.2666666667vw;
  }
}
.hard-question .sec03__selectBtn {
  width: 250px;
  display: flex;
  background-color: #fff;
  border: solid 2px #001A42;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__selectBtn {
    width: 89.3333333333vw;
  }
}
.hard-question .sec03__selectBtn p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4375;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__selectBtn p {
    font-size: 8.5333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.hard-question .sec03__selectBtn p:first-child {
  color: #fff;
  width: 66px;
  background-color: #001A42;
  border: solid 1px #001A42;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__selectBtn p:first-child {
    width: 19.4666666667vw;
  }
}
.hard-question .sec03__selectBtn p:last-child {
  width: 244px;
}
@media screen and (max-width: 749px) {
  .hard-question .sec03__selectBtn p:last-child {
    width: 65.0666666667vw;
  }
}
.hard-question .sec03__selectBtn {
  cursor: pointer;
}
.hard-question .sec03__selectBtn:hover {
  background-color: #DAE0FF;
}
@media screen and (max-width: 749px) {
  .hard-question #question01 .sec03__img::after {
    bottom: 11%;
  }
}
.hard-question #question07 .sec03__img {
  width: 640px;
  padding-bottom: 58px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 749px) {
  .hard-question #question07 .sec03__img {
    width: 89.3333333333vw;
    padding-bottom: 13.8666666667vw;
  }
}
.hard-question #question07 .sec03__img::after {
  content: "※画像はイメージ図です";
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 24%;
}
@media screen and (max-width: 749px) {
  .hard-question #question07 .sec03__img::after {
    font-size: 3.7333333333vw;
    bottom: 12%;
  }
}
.hard-question #question06 .sec03__selectBtn p:nth-child(2),
.hard-question #question09 .sec03__selectBtn p:nth-child(2) {
  font-size: 24px;
  padding: 16px 0 15px;
  font-weight: 500;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .hard-question #question06 .sec03__selectBtn p:nth-child(2),
  .hard-question #question09 .sec03__selectBtn p:nth-child(2) {
    font-size: 6.4vw;
    padding: 4.2666666667vw 0 4vw;
  }
}
.hard-question #question10 .sec03__selectBtn p:nth-child(2) {
  font-size: 20px;
  padding: 19px 0 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .hard-question #question10 .sec03__selectBtn p:nth-child(2) {
    font-size: 5.3333333333vw;
    padding: 5.6vw 0 4.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .hard-question #question10 .sec03__img::after {
    bottom: 9%;
  }
}
.hard-question .sec04__bg {
  background-image: url(/assets/img/campaign/hard-question_quiz/answer_bg.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .hard-question .sec04__bg {
    background-image: url(/assets/img/campaign/hard-question_quiz/answer_bg_sp.png);
  }
}
.hard-question .sec04__outer {
  padding: 64px 0;
}
@media screen and (max-width: 749px) {
  .hard-question .sec04__outer {
    padding: 8.5333333333vw 0;
  }
}
.hard-question .sec04__btn {
  display: block;
  width: 585px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .hard-question .sec04__btn {
    width: 89.3333333333vw;
  }
}
.hard-question .layer {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  /* 背景を薄くする */
  width: 100%;
  height: 100%;
  position: fixed;
  /* 画面に固定するために指定 */
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.hard-question .layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.hard-question .layer.is-open .modal {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
}

/*ご応募ありがとうございました画面*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.spD {
  display: none;
}
@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}

.link-url {
  text-decoration: underline;
  color: #FF0000;
}
.link-url:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

.sec01__bg {
  width: 100%;
  background-color: #FFF3E5;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec01__bg {
    width: 100vw;
  }
}
.sec01__img {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #a85938 0%, #542d1c 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .sec01__img {
    width: 100vw;
  }
}
.sec01__img picture.kv {
  display: block;
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec01__img picture.kv {
    width: 100%;
  }
}
.sec01__txtBox {
  width: 560px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox {
    width: 89.3333333333vw;
  }
}
.sec01__txtBox h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 80px 0 24px 0;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox h2 {
    font-size: 6.4vw;
    margin: 8.5333333333vw 0 6.4vw 0;
    line-height: 1.5;
  }
}
.sec01__txtBox p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox p {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sec01__outer {
  padding-bottom: 120px;
}
@media screen and (max-width: 749px) {
  .sec01__outer {
    padding-bottom: 21.3333333333vw;
  }
}
.sec01__btn {
  display: block;
  width: 585px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec01__btn {
    width: 89.3333333333vw;
  }
}

/*最終問題の解答確認画面*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

#hard-question-final dd {
  word-break: break-all;
}
#hard-question-final .spD {
  display: none;
}
@media screen and (max-width: 749px) {
  #hard-question-final .spD {
    display: block;
  }
}
#hard-question-final .link-url {
  text-decoration: underline;
  color: #FF0000;
}
#hard-question-final .link-url:hover {
  text-decoration: none;
}
#hard-question-final img {
  width: 100%;
}
#hard-question-final .sec01__ttl {
  width: 1366px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  padding: 4px 0;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec01__ttl {
    width: 100vw;
    gap: 0;
    justify-content: left;
    padding: 0;
  }
}
#hard-question-final .sec01__ttl__img {
  width: 150px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec01__ttl__img {
    width: 34.4vw;
  }
}
#hard-question-final .sec01__ttl__txt {
  text-align: center;
}
#hard-question-final .sec01__ttl__txt p:first-child {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec01__ttl__txt p:first-child {
    font-size: 3.2vw;
  }
}
#hard-question-final .sec01__ttl__txt p:last-child {
  color: #BC9529;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.125;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec01__ttl__txt p:last-child {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
#hard-question-final .sec02__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec02__bg {
    width: 100vw;
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_last_bg_sp.png);
  }
}
#hard-question-final .sec02__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 63px 0;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec02__ttl {
    padding: 2.1333333333vw 0;
  }
}
#hard-question-final .sec02__ttl h2,
#hard-question-final .sec02__ttl p {
  font-size: 40px;
  font-weight: bold;
  color: #F4EFD4;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec02__ttl h2,
  #hard-question-final .sec02__ttl p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.3333333333vw;
    padding-bottom: 0;
    line-height: 1.4;
  }
}
#hard-question-final .sec02__ttl p {
  padding-bottom: 0;
}
#hard-question-final .sec02__ttl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 282px;
  /*画像の幅*/
  height: 28px;
  /*画像の高さ*/
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_left.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-right: 65px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec02__ttl::before {
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_left_sp.png);
    background-size: contain;
    width: 21.8666666667vw;
    height: 3.7333333333vw;
    padding-right: 3.7333333333vw;
  }
}
#hard-question-final .sec02__ttl::after {
  content: "";
  display: inline-block;
  width: 282px;
  height: 28px;
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_right.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 65px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec02__ttl::after {
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_right_sp.png);
    width: 21.8666666667vw;
    height: 3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
#hard-question-final .sec03__bg {
  width: 100%;
  background-color: #FFF3E5;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__bg {
    width: 100vw;
  }
}
#hard-question-final .sec03__inner {
  padding-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__inner {
    padding-bottom: 21.3333333333vw;
  }
}
#hard-question-final .sec03__txt {
  text-align: center;
  padding: 80px 0 0 0;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txt {
    padding: 8.5333333333vw 0 0 0;
    margin: 0 0 8.5333333333vw 0;
  }
}
#hard-question-final .sec03__txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txt p {
    font-size: 4.8vw;
  }
}
#hard-question-final .sec03__txtBox {
  width: 980px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox {
    width: 89.3333333333vw;
  }
}
#hard-question-final .sec03__txtBox h2 {
  font-size: 24px;
  font-weight: bold;
  color: #F4EFD4;
  height: 66px;
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_box.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox h2 {
    font-size: 6.4vw;
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_box_sp.png);
    height: 17.6vw;
    padding: 5.3333333333vw 0;
  }
}
#hard-question-final .sec03__txtBox__txt {
  font-size: 24px;
  border: solid #A85938 2px;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__txt {
    font-size: 6.4vw;
  }
}
#hard-question-final .sec03__txtBox__inner {
  padding: 26px 32px 40px 32px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner {
    padding: 6.4vw 3.7333333333vw 8vw 5.3333333333vw;
  }
}
#hard-question-final .sec03__txtBox__inner p:first-child {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner p:first-child {
    font-size: 6.4vw;
    padding-bottom: 4.2666666667vw;
  }
}
#hard-question-final .sec03__txtBox__inner div {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner div {
    gap: 2.1333333333vw;
  }
}
#hard-question-final .sec03__txtBox__inner div p:first-child {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner div p:first-child {
    font-size: 6.4vw;
  }
}
#hard-question-final .sec03__txtBox__inner div p:last-child {
  font-size: 18px;
  font-weight: 500;
  background-color: #F5F5F5;
  padding: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox__inner div p:last-child {
    font-size: 4.8vw;
    padding: 4.2666666667vw;
  }
}
#hard-question-final .sec03__txtBox:nth-child(2) {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox:nth-child(2) {
    margin-bottom: 10.6666666667vw;
  }
}
#hard-question-final .sec03__txtBox:nth-child(2) p {
  font-weight: 500;
  text-align: center;
  padding: 26px 0 32px 0;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox:nth-child(2) p {
    padding: 4.8vw 0;
  }
}
#hard-question-final .sec03__txtBox:nth-child(3) {
  margin-bottom: 64px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__txtBox:nth-child(3) {
    margin-bottom: 10.6666666667vw;
  }
}
#hard-question-final .sec03__btn {
  display: block;
  width: 585px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #hard-question-final .sec03__btn {
    width: 89.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

/*10問クリア後*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.link-url {
  text-decoration: underline;
  color: #006CC4;
}
.link-url:hover {
  text-decoration: none;
}

.hard-question-clear {
  background-color: #FFF3E5;
}

.l-breadcrumbsList {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo";
  font-weight: normal;
  padding-right: 0.5em;
  color: #001A42;
  font-size: 16px;
  line-height: 1.5;
}

img {
  width: 100%;
}

.sec01__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  padding: 4px 0;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .sec01__ttl {
    gap: 0;
    justify-content: left;
    padding: 0;
  }
}
.sec01__ttl__img {
  width: 150px;
}
@media screen and (max-width: 749px) {
  .sec01__ttl__img {
    width: 34.4vw;
  }
}
.sec01__ttl__txt {
  text-align: center;
}
.sec01__ttl__txt p:first-child {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .sec01__ttl__txt p:first-child {
    font-size: 3.2vw;
  }
}
.sec01__ttl__txt p:last-child {
  color: #BC9529;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.125;
}
@media screen and (max-width: 749px) {
  .sec01__ttl__txt p:last-child {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}

#finalsec02 .sec02__bg {
  background: linear-gradient(90deg, #a85938 0%, #542d1c 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #finalsec02 .sec02__bg {
    width: 100vw;
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_last_bg_sp.png);
  }
}
#finalsec02 .sec02__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 63px 0;
  width: 1366px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  #finalsec02 .sec02__ttl {
    padding: 2.1333333333vw 0;
    width: 89.3333333333vw;
  }
}
#finalsec02 .sec02__ttl h2,
#finalsec02 .sec02__ttl p {
  font-size: 40px;
  font-weight: bold;
  color: #F4EFD4;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #finalsec02 .sec02__ttl h2,
  #finalsec02 .sec02__ttl p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.3333333333vw;
    padding-bottom: 0;
    line-height: 1.4;
  }
}
#finalsec02 .sec02__ttl p {
  padding-bottom: 0;
}
#finalsec02 .sec02__ttl::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 282px;
  /*画像の幅*/
  height: 28px;
  /*画像の高さ*/
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_left.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-right: 65px;
}
@media screen and (max-width: 749px) {
  #finalsec02 .sec02__ttl::before {
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_left_sp.png);
    background-size: contain;
    width: 21.8666666667vw;
    height: 3.7333333333vw;
    padding-right: 3.7333333333vw;
  }
}
#finalsec02 .sec02__ttl::after {
  content: "";
  display: inline-block;
  width: 282px;
  height: 28px;
  background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_right.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 65px;
}
@media screen and (max-width: 749px) {
  #finalsec02 .sec02__ttl::after {
    background-image: url(/assets/img/campaign/hard-question_answer/ttl_deco_right_sp.png);
    width: 21.8666666667vw;
    height: 3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}

.move-bg {
  background-color: #383838;
}

.move {
  width: 1000px;
  margin: 0 auto;
}
.move video {
  width: 100%;
  height: 100%;
}

.move-sp {
  aspect-ratio: 750/644;
}
.move-sp video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final_main {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.activeload {
  height: 0;
  opacity: 0;
  transition: all 2s linear;
}

.activemain {
  height: 100%;
  opacity: 1;
  overflow: unset;
  transition: all 2s linear;
}

.activeload02 {
  height: 0;
  opacity: 0;
}

.activemain02 {
  height: 100%;
  opacity: 1;
  overflow: unset;
}

.present {
  background-image: url("/assets/img/campaign/hard-question_clear/bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 56px;
  padding-bottom: 32px;
}
@media screen and (max-width: 749px) {
  .present {
    background-image: url("/assets/img/campaign/hard-question_clear/bg__sp.png");
    padding-top: 10.6666666667vw;
    padding-bottom: 8.5333333333vw;
  }
}
.present__inner {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .present__inner {
    width: 89.3333333333vw;
  }
}
.present__h2 p {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  .present__h2 p {
    font-size: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
}
.present__img {
  width: 800px;
  box-shadow: 0px 0px 15px rgba(255, 248, 200, 0.7);
}
@media screen and (max-width: 749px) {
  .present__img {
    width: 89.3333333333vw;
  }
}
.present__time {
  background: linear-gradient(to right, #ebc034 0%, #fffadc 36.53%, #fffadc 58.53%, #ebc034 100%);
  width: 800px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .present__time {
    width: 89.3333333333vw;
    height: 11.2vw;
    margin-bottom: 6.4vw;
  }
}
.present__time p {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .present__time p {
    font-size: 4.8vw;
  }
}
.present__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 749px) {
  .present__text {
    font-size: 4.8vw;
    margin-bottom: 8.5333333333vw;
  }
}
.present__btn {
  width: 585px;
}
@media screen and (max-width: 749px) {
  .present__btn {
    width: 89.3333333333vw;
  }
}
.present__textred {
  background-color: #AA1F1F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 749px) {
  .present__textred {
    width: 72vw;
    height: 15.2vw;
    margin-top: 6.4vw;
  }
}
.present__textred p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .present__textred p {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}

/*応募要項*/
.oubo {
  padding-bottom: 120px;
}
@media screen and (max-width: 749px) {
  .oubo {
    padding-bottom: 21.3333333333vw;
  }
}
.oubo.oubo_clear {
  margin-top: 32px;
}
@media screen and (max-width: 749px) {
  .oubo.oubo_clear {
    margin-top: 0;
  }
}
.oubo__inner {
  width: 885px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .oubo__inner {
    width: 89.3333333333vw;
  }
}
.oubo__tit {
  width: 885px;
  height: 52px;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
}
@media screen and (max-width: 749px) {
  .oubo__tit {
    width: 89.3333333333vw;
    height: 13.8666666667vw;
    font-size: 8.5333333333vw;
  }
}
.oubo__cont {
  font-size: 18px;
  font-family: "Noto Sans JP";
  line-height: 1.5;
}
.oubo__cont__dl01 {
  margin-top: 32px;
}
@media screen and (max-width: 749px) {
  .oubo__cont__dl01 {
    margin-top: 6.4vw;
  }
}
.oubo__cont__dl01__01 {
  vertical-align: text-top;
}
@media screen and (max-width: 749px) {
  .oubo__cont__dl01__01 {
    width: 26.6666666667vw;
  }
}
.oubo__cont__dl01__01 p {
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .oubo__cont__dl01__01 p {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
  }
}
.oubo__cont__dl01__02 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 18px;
}
@media screen and (max-width: 749px) {
  .oubo__cont__dl01__02 p {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    padding-left: 4.8vw;
  }
}
.oubo__cont__tit {
  margin: 40px 0 32px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 749px) {
  .oubo__cont__tit {
    margin: 6.4vw 0 6.4vw;
  }
}
.oubo__cont__tit::before {
  content: "";
  display: block;
  width: 885px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 749px) {
  .oubo__cont__tit::before {
    width: 89.3333333333vw;
  }
}
.oubo__cont__tit p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  background-color: #FFF3E5;
  position: relative;
  width: 160px;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .oubo__cont__tit p {
    font-size: 4.8vw;
    width: 26.6666666667vw;
  }
}
.oubo__cont__tit01 {
  margin: 32px 0;
}
@media screen and (max-width: 749px) {
  .oubo__cont__tit01 {
    margin: 6.4vw 0;
  }
}
.oubo__cont ul li {
  text-indent: -18px;
  padding-left: 18px;
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  .oubo__cont ul li {
    text-indent: -3.7333333333vw;
    padding-left: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.oubo__cont ul li span {
  font-size: 14px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 749px) {
  .oubo__cont ul li span {
    font-size: 3.2vw;
  }
}
.oubo__cont ol {
  margin-bottom: 24px;
  list-style-type: none;
  counter-reset: number;
}
@media screen and (max-width: 749px) {
  .oubo__cont ol {
    margin-bottom: 6.4vw;
  }
}
.oubo__cont ol li {
  text-indent: -18px;
  padding-left: 18px;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .oubo__cont ol li {
    text-indent: -5.0666666667vw;
    padding-left: 5.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.oubo__cont ol li .oubo-no {
  font-size: 18px;
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 749px) {
  .oubo__cont ol li .oubo-no {
    font-size: 3.7333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.oubo__cont ol li span {
  font-size: 14px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 749px) {
  .oubo__cont ol li span {
    font-size: 3.2vw;
  }
}
.oubo__cont ol li span.red-text {
  color: #DB0000;
}
.oubo__cont dl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .oubo__cont dl {
    font-size: 3.7333333333vw;
  }
}
.oubo__cont dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .oubo__cont dl dt {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    text-indent: -3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
.oubo__cont dl dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -18px;
  padding-left: 18px;
}
@media screen and (max-width: 749px) {
  .oubo__cont dl dd {
    text-indent: -3.7333333333vw;
    padding-left: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.oubo__cont dl .oubo-q::before {
  content: "Q.";
  display: inline;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .oubo__cont dl .oubo-q::before {
    font-size: 3.7333333333vw;
  }
}
.oubo__cont dl .oubo-a::before {
  content: "A.";
  display: inline;
  font-size: 18px;
  font-weight: 400;
  padding-right: 3px;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .oubo__cont dl .oubo-a::before {
    font-size: 3.7333333333vw;
  }
}
.oubo .outline__title {
  position: relative;
}
.oubo .outline__title::before {
  content: "";
  background: #000;
  width: 15px;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(135deg);
  top: 25px;
  left: 96%;
}
@media screen and (max-width: 749px) {
  .oubo .outline__title::before {
    width: 4vw;
    top: 50%;
    left: 90%;
  }
}
.oubo .outline__title::after {
  content: "";
  background: #000;
  width: 15px;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(45deg);
  top: 25px;
  left: 95%;
}
@media screen and (max-width: 749px) {
  .oubo .outline__title::after {
    width: 4vw;
    top: 50%;
    left: 87%;
  }
}
.oubo .outline__title:hover {
  cursor: pointer;
}
.oubo .outline .outline__title--open::after {
  transform: rotate(-45deg);
  top: 25px;
}
@media screen and (max-width: 749px) {
  .oubo .outline .outline__title--open::after {
    top: 50%;
  }
}
.oubo .outline .outline__title--open::before {
  transform: rotate(225deg);
  top: 25px;
}
@media screen and (max-width: 749px) {
  .oubo .outline .outline__title--open::before {
    top: 50%;
  }
}
.oubo .outline__content {
  text-align: left;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 1s;
}
.oubo .outline__content--open {
  max-height: 5000px;
}

.spD {
  display: none;
}
@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}

.pcD {
  display: block;
}
@media screen and (max-width: 749px) {
  .pcD {
    display: none;
  }
}

/*最終問題*/
#final_movie2 {
  margin-top: 160px;
  margin-bottom: 64px;
}
@media screen and (max-width: 749px) {
  #final_movie2 {
    margin-top: 44.8vw;
    margin-bottom: 8.5333333333vw;
  }
}
#final_movie2 .final_quiz {
  position: relative;
  padding-top: 96px;
  width: 980px;
  background: url(/assets/img/campaign/hard-question/bg_red-curtains.png), linear-gradient(180deg, #fff 0%, #fff8e5 100%);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px #651616 solid;
}
@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz {
    padding-top: 6.4vw;
    width: 89.3333333333vw;
    display: block;
    background: url(/assets/img/campaign/hard-question/bg_red-curtains_sp.png), linear-gradient(180deg, #fff 0%, #fff8e5 100%);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#final_movie2 .final_quiz .fin-title {
  position: absolute;
  top: -117px;
  width: 554px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz .fin-title {
    top: -38.1333333333vw;
    width: 100%;
  }
}
#final_movie2 .final_quiz .fin-title p {
  font-size: 40px;
  font-weight: bold;
  color: #BE0909;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz .fin-title p {
    top: -34.6666666667vw;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz_wrap {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
#final_movie2 .final_quiz_wrap .answer {
  margin-top: 24px;
  width: 536px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz_wrap .answer {
    margin-top: 6.4vw;
    width: 100%;
  }
}
#final_movie2 .final_quiz_wrap .fin_lottery {
  margin-top: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #A85938;
}
@media screen and (max-width: 749px) {
  #final_movie2 .final_quiz_wrap .fin_lottery {
    margin-top: 6.4vw;
    font-size: 6.4vw;
  }
}
#final_movie2 .img_caractor {
  position: absolute;
  top: -40px;
  width: 472px;
  left: 646px;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  #final_movie2 .img_caractor {
    width: 52vw;
    left: 42.1333333333vw;
    top: 0vw;
  }
}
#final_movie2 .ttl {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #final_movie2 .ttl {
    font-size: 4.8vw;
    line-height: 7.2vw;
    text-align: left;
  }
}
#final_movie2 .atantion {
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #final_movie2 .atantion {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    text-align: left;
  }
}
#final_movie2 .text {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #final_movie2 .text {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    text-align: left;
  }
}
#final_movie2 .answer_wrap {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin-right: 80px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .answer_wrap {
    grid-template-columns: 1fr;
    grid-gap: 2.1333333333vw;
    margin-right: 0;
  }
}
#final_movie2 .answer_wrap .answer {
  background-color: #fff;
}
#final_movie2 .answer_serect {
  border: 2px #A85938 solid;
  padding: 34px 24px;
  font-size: 64px;
  font-weight: 700;
  color: #A85938;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  #final_movie2 .answer_serect {
    font-size: 10.6666666667vw;
    padding: 5.8666666667vw 2.1333333333vw 6.4vw;
  }
}
#final_movie2 .answer_serect .comment {
  margin-top: 30px;
  border-top: 1px solid #A85938;
  padding-top: 24px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .answer_serect .comment {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
#final_movie2 .hint {
  position: relative;
  text-align: center;
  margin-top: 40px;
  width: 100%;
  background-color: #FFE5C7;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint {
    margin-top: 5.3333333333vw;
    padding-top: 6.9333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
#final_movie2 .hint .sankaku {
  position: absolute;
  top: -20px;
  width: 70px;
  left: 443px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint .sankaku {
    top: -4vw;
    width: 14.1333333333vw;
    left: 35.4666666667vw;
  }
}
#final_movie2 .hint .fin_gift {
  margin: 40px auto;
  padding: 10px 16px;
  border: 1px solid #A85938;
  background-color: #FFFBF1;
  width: 320px;
  font-size: 26px;
  font-weight: bold;
  color: #A85938;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_gift {
    margin: 0 auto;
    font-size: 6.4vw;
    width: 90%;
    padding: 2.5333333333vw 2.6666666667vw;
  }
}
#final_movie2 .hint .fin_present {
  margin-top: 24px;
  font-size: 30px;
  color: #A85938;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_present {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
#final_movie2 .hint .fin_present .bold {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_present .bold {
    font-size: 8.8vw;
    line-height: 14.1333333333vw;
  }
}
#final_movie2 .hint .fin_present .back-red {
  font-size: 55px;
  font-weight: 500;
  color: #BE0909;
  padding: 2px 10px;
  margin: 0 5px;
  display: inline-block;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_present .back-red {
    font-size: 8vw;
    padding: 0.5333333333vw 0.8vw;
  }
}
#final_movie2 .hint .fin_present .back-red .number {
  font-size: 80px;
  font-weight: bold;
  line-height: 0.83;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint .fin_present .back-red .number {
    font-size: 12vw;
  }
}
#final_movie2 .hint .movie_backwhite {
  background-color: #fff;
  width: 744px;
  margin: 40px auto 64px;
  padding: 48px 0;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint .movie_backwhite {
    width: 95%;
    margin: 6.4vw auto 0;
    padding: 6.4vw 3.2vw 0;
  }
}
#final_movie2 .fukidashi {
  position: absolute;
  width: 140px;
  top: 32px;
  left: 32px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .fukidashi {
    top: 6.6666666667vw;
    left: 18.1333333333vw;
    width: 53.3333333333vw;
  }
}
#final_movie2 .hint_ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint_ttl {
    margin-top: 1.6vw;
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
}
#final_movie2 .hint_text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint_text {
    margin-top: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
#final_movie2 .hint_movie {
  margin-top: 16px;
  width: 570px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .hint_movie {
    width: 76.2666666667vw;
  }
}
#final_movie2 .discription {
  margin: 16px auto 0;
  width: 575px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #final_movie2 .discription {
    width: 76.2666666667vw;
    margin-bottom: 0;
    padding-bottom: 6.4vw;
  }
}
#final_movie2 .disc_img {
  width: 165px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .disc_img {
    width: 18.1333333333vw;
  }
}
#final_movie2 .disc_text {
  text-align: left;
  margin-left: 8px;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 749px) {
  #final_movie2 .disc_text {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}

.spD {
  display: none;
}
@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}

/*アンケート*/
#final_survey .final_survey {
  max-width: 697px;
  margin: auto;
  padding-top: 64px;
  color: #000;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey {
    padding-top: 8.5333333333vw;
    max-width: 89.3333333333vw;
  }
}
#final_survey .final_survey .marker {
  background: linear-gradient(transparent 50%, #ffe5c7 50%);
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .marker {
    background: transparent;
  }
}
#final_survey .final_survey .marker span.sp_marker {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .marker span.sp_marker {
    background: linear-gradient(transparent 50%, #ffe5c7 50%);
    display: inline-block;
    font-size: 6.4vw;
  }
}
#final_survey .final_survey .tit_box {
  padding-top: 64px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .tit_box {
    padding-top: 8.5333333333vw;
  }
}
#final_survey .final_survey .tit_box.pd {
  padding-top: 40px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .tit_box.pd {
    padding-top: 10.6666666667vw;
  }
}
#final_survey .final_survey .tit_box h4 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .tit_box h4 {
    font-size: 4.8vw;
  }
}
#final_survey .final_survey .tit_box p {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .tit_box p {
    font-size: 4.8vw;
    white-space: pre-wrap;
  }
}
#final_survey .final_survey .answer_box {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box {
    padding-top: 4.2666666667vw;
    width: 66.6666666667vw;
    margin-right: auto;
  }
}
#final_survey .final_survey .answer_box span {
  display: flex;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box span:nth-child(2) {
    margin-left: 8.5333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box span:nth-child(4) {
    margin-left: 8.5333333333vw;
  }
}
#final_survey .final_survey .answer_box label {
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
  margin-right: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box label {
    font-size: 4.8vw;
    margin-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box label:nth-child(2) {
    margin-right: 0;
  }
}
#final_survey .final_survey .answer_box label:nth-child(8) {
  margin-right: 0;
}
#final_survey .final_survey .answer_box input {
  transform: scale(1.2);
  cursor: pointer;
  display: flex;
  align-items: center;
}
#final_survey .final_survey .answer_box.rate_box {
  padding-top: 40px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box {
    padding-top: 6.4vw;
  }
}
#final_survey .final_survey .answer_box.rate_box span {
  display: flex;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box span {
    width: 69.3333333333vw;
    padding-bottom: 4.8vw;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box span:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box span:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box span:nth-child(5) {
    padding-bottom: 0;
  }
}
#final_survey .final_survey .answer_box.rate_box label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box label {
    flex-direction: row;
  }
}
#final_survey .final_survey .answer_box.rate_box label:nth-child(8) {
  margin-right: 32px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box label:nth-child(8) {
    margin-right: 0;
  }
}
#final_survey .final_survey .answer_box.rate_box label:nth-child(10) {
  margin-right: 0;
}
#final_survey .final_survey .answer_box.rate_box label img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box label img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 4.2666666667vw;
  }
}
#final_survey .final_survey .answer_box.rate_box input {
  margin-top: auto;
  margin-bottom: 9px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .answer_box.rate_box input {
    margin-bottom: auto;
    margin-right: 8.5333333333vw;
  }
}
#final_survey .final_survey .text-message {
  padding-top: 16px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .text-message {
    padding-top: 4.2666666667vw;
  }
}
#final_survey .final_survey .text-message textarea {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .text-message textarea {
    padding: 3.2vw;
    font-size: 4.8vw;
  }
}
#final_survey .final_survey .text-message textarea::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #D4D4D4;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #final_survey .final_survey .text-message textarea::placeholder {
    font-size: 4.8vw;
  }
}
#final_survey .final_befor {
  padding-top: 80px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor {
    padding-top: 10.6666666667vw;
    width: 89.3333333333vw;
    margin: auto;
  }
}
#final_survey .final_befor__tit_box {
  width: 980px;
  height: 45px;
  border-top: solid 1px #A85938;
  border-bottom: solid 1px #A85938;
  margin: auto;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor__tit_box {
    width: 89.3333333333vw;
    height: 12vw;
    display: flex;
    border-top: solid 0.2666666667vw #A85938;
    border-bottom: solid 0.2666666667vw #A85938;
  }
}
#final_survey .final_befor__tit_box h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.89;
  text-align: center;
  margin: auto;
  padding-top: 3px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor__tit_box h3 {
    font-size: 4.8vw;
  }
}
#final_survey .final_befor .sub_tit_box {
  padding-top: 31px;
  margin: auto;
  text-align: center;
  background: url("/assets/img/campaign/hard-question/mail-icon.png");
  background-repeat: no-repeat;
  background-size: 140px 112px;
  background-position: 240px 80px;
  max-width: 980px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_tit_box {
    padding-top: 7.2vw;
    background: url("/assets/img/campaign/hard-question/mail-icon.png");
    background-repeat: no-repeat;
    background-size: 30.9333333333vw 24.8vw;
    background-position: 0 27.7333333333vw;
    width: 100%;
  }
}
#final_survey .final_befor .sub_text01 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.42;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text01 {
    font-size: 5.8666666667vw;
  }
}
#final_survey .final_befor .sub_text02 {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  padding-top: 27px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text02 {
    font-size: 3.7333333333vw;
    line-height: 2;
    padding-top: 8.5333333333vw;
  }
}
#final_survey .final_befor .sub_text03 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  padding-top: 64px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text03 {
    font-size: 4.8vw;
    line-height: 1.89;
    padding-top: 7.4666666667vw;
  }
}
#final_survey .final_befor .sub_text04 {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #000;
  padding-top: 37px;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text04 {
    font-size: 3.2vw;
    line-height: 2.33;
    padding-top: 7.4666666667vw;
  }
}
#final_survey .final_befor .sub_text04 span {
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  #final_survey .final_befor .sub_text04 span {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
#final_survey .mail_maga_box {
  padding-top: 60px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box {
    width: 89.3333333333vw;
    padding-top: 7.4666666667vw;
  }
}
#final_survey .mail_maga_box .heading {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .heading {
    font-size: 4.2666666667vw;
  }
}
#final_survey .mail_maga_box .heading::before {
  background-color: #A85938;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .heading::before {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
  }
}
#final_survey .mail_maga_box .heading::after {
  content: "";
  background: url("/assets/img/campaign/hard-question/boy.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 158px;
  height: 158px;
  position: absolute;
  right: 154px;
  top: -100px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .heading::after {
    display: none;
  }
}
#final_survey .mail_maga_box .heading span {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.34;
  color: #A85938;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .heading span {
    font-size: 6.1333333333vw;
  }
}
#final_survey .mail_maga_box .merit_box {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box {
    padding-top: 8.2666666667vw;
    min-height: 202.6666666667vw;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step {
    height: 39.2vw;
    border-bottom: solid 0.2666666667vw #a85938;
  }
}
#final_survey .mail_maga_box .merit_box .merit_step.border_rl {
  border-left: solid 1px #a85938;
  border-right: solid 1px #a85938;
  width: 312px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step.border_rl {
    border-left: none;
    border-right: none;
    width: 100%;
    padding-top: 8vw;
    height: 47.2vw;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step.last_box {
    width: 100%;
    padding-top: 8vw;
    height: 47.2vw;
    border-bottom: none;
  }
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step.last_box .boy_image {
    width: 70.1333333333vw;
    padding-top: 2.6666666667vw;
    height: 70.4vw;
    margin: auto;
  }
}
#final_survey .mail_maga_box .merit_box .merit_step__inner {
  max-width: 261px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step__inner {
    max-width: 68.8vw;
    width: 68.8vw;
  }
}
#final_survey .mail_maga_box .merit_box .merit_step__inner.pd_r {
  margin-right: 23px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step__inner.pd_r {
    margin: 0 auto;
  }
}
#final_survey .mail_maga_box .merit_box .merit_step__inner.pd_l {
  margin-left: 27px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .merit_step__inner.pd_l {
    margin: 0 auto;
  }
}
#final_survey .mail_maga_box .merit_box .step_text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  padding-top: 14px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .step_text {
    font-size: 3.7333333333vw;
    padding-top: 3.7333333333vw;
    text-align: left;
  }
}
#final_survey .mail_maga_box .merit_box .step_tit_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .step_tit_box {
    align-items: center;
  }
}
#final_survey .mail_maga_box .merit_box .step_tit_box p {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #a85938;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .step_tit_box p {
    font-size: 4.2666666667vw;
  }
}
#final_survey .mail_maga_box .merit_box .step_tit_box span {
  width: 58px;
  margin-right: 8px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .merit_box .step_tit_box span {
    width: 15.4666666667vw;
    margin-right: 2.1333333333vw;
  }
}
#final_survey .mail_maga_box .merit_box .step_tit_box img {
  width: 100%;
  height: auto;
}
#final_survey .mail_maga_box .mail_maga_btn {
  width: 634px;
  padding-top: 56px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .mail_maga_btn {
    width: 89.3333333333vw;
    padding-top: 8vw;
  }
}
#final_survey .mail_maga_box .mail_maga_btn img {
  width: 100%;
  height: auto;
}
#final_survey .mail_maga_box .mail_maga_btn.entry_btn_mail {
  padding-top: 8px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .mail_maga_btn.entry_btn_mail {
    padding-top: 1.8666666667vw;
    width: 75.2vw;
  }
}
#final_survey .mail_maga_box .mail_maga_btn.entry_btn_no {
  padding-top: 8px;
  padding-bottom: 60px;
}
#final_survey .mail_maga_box .entry_wrap {
  width: 980px;
  margin: 40px auto 80px;
  background: #FFE5C7;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap {
    width: 89.3333333333vw;
    margin: 8vw auto 13.3333333333vw;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_box {
  width: 634px;
  margin: auto;
  padding: 60px 0 31px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap .entry_box {
    width: 77.3333333333vw;
    padding: 8vw 0;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_box p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap .entry_box p {
    font-size: 3.2vw;
    line-height: 2.17;
    text-align: center;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_tit {
  width: 634px;
  margin: auto;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap .entry_tit {
    font-size: 3.7333333333vw;
    width: 77.3333333333vw;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_tit.not-mem {
  margin-top: 16px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrap .entry_tit.not-mem {
    margin-top: 4.8vw;
  }
}
#final_survey .mail_maga_box .entry_wrap .entry_tit span {
  width: 14px;
  height: 14px;
  background: #F2DEA6;
  display: inline-block;
  border-radius: 100%;
  margin-right: 6px;
}
#final_survey .mail_maga_box .entry_wrapnomenber {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #final_survey .mail_maga_box .entry_wrapnomenber {
    padding-bottom: 8vw;
  }
}

#final_befor .final_mail {
  padding-top: 64px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail {
    padding-top: 3.2vw;
  }
}
#final_befor .final_mail_inner {
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail_inner {
    width: 89.3333333333vw;
  }
}
#final_befor .final_mail_tit {
  width: 840px;
  height: 56px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail_tit {
    width: 89.3333333333vw;
    height: 14.9333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    text-align: center;
  }
}
#final_befor .final_mail .mail-content {
  display: flex;
  margin: 56px 0;
  gap: 96px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content {
    margin: 8vw 0;
    gap: 10.6666666667vw;
    flex-direction: column;
  }
}
#final_befor .final_mail .mail-content_step {
  display: flex;
  flex-direction: column;
}
#final_befor .final_mail .mail-content_step_tit {
  width: 58px;
  margin-bottom: 8px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_step_tit {
    width: 15.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#final_befor .final_mail .mail-content_step_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6428571429;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_step_text p {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
#final_befor .final_mail .mail-content_step_img {
  width: 372px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_step_img {
    width: 89.3333333333vw;
  }
}
#final_befor .final_mail .mail-content_line {
  position: relative;
}
#final_befor .final_mail .mail-content_line::before {
  content: "";
  display: block;
  width: 1px;
  height: 1093px;
  background-color: #A85938;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_line::before {
    display: none;
  }
}
#final_befor .final_mail .mail-content_line::after {
  content: "";
  display: block;
  width: 839px;
  height: 1px;
  background-color: #A85938;
  position: absolute;
  top: 106%;
  left: 0;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .mail-content_line::after {
    display: none;
  }
}
#final_befor .final_mail .outline__title {
  position: relative;
}
#final_befor .final_mail .outline__title::before {
  content: "";
  background: #000;
  width: 13px;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(135deg);
  top: 25px;
  left: 96%;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline__title::before {
    width: 4vw;
    top: 50%;
    left: 90%;
  }
}
#final_befor .final_mail .outline__title::after {
  content: "";
  background: #000;
  width: 13px;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(45deg);
  top: 25px;
  left: 95%;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline__title::after {
    width: 4vw;
    top: 50%;
    left: 87%;
  }
}
#final_befor .final_mail .outline__title:hover {
  cursor: pointer;
}
#final_befor .final_mail .outline .outline__title--open::after {
  transform: rotate(-45deg);
  top: 25px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline .outline__title--open::after {
    top: 50%;
  }
}
#final_befor .final_mail .outline .outline__title--open::before {
  transform: rotate(225deg);
  top: 25px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline .outline__title--open::before {
    top: 50%;
  }
}
#final_befor .final_mail .outline__content {
  text-align: left;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 1s;
}
#final_befor .final_mail .outline__content--open {
  max-height: 1500px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mail .outline__content--open {
    max-height: 5100px;
  }
}
#final_befor .final_mailbtn {
  width: 585px;
  margin: 0 auto;
  padding: 75px 0 120px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
#final_befor .final_mailbtn .submit_btn {
  border: 0px;
  width: 585px;
  height: 85px;
  background: url(/assets/img/campaign/hard-question/final_btn_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .submit_btn {
    width: 89.3333333333vw;
    height: 16vw;
  }
}
#final_befor .final_mailbtn .submit_btn:hover {
  cursor: pointer;
  opacity: 0.5;
}
#final_befor .final_mailbtn .non-member_btn {
  display: block;
  border: 0px;
  width: 585px;
  height: 85px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .non-member_btn {
    width: 89.3333333333vw;
    height: 16vw;
  }
}
#final_befor .final_mailbtn .challenge-text {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .challenge-text {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
#final_befor .final_mailbtn .regist {
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .regist {
    margin-top: 10.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
#final_befor .final_mailbtn .regist-text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .regist-text {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
#final_befor .final_mailbtn .regist-text-sub {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn .regist-text-sub {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}
#final_befor .final_mailbtn-off {
  display: grid;
  justify-content: center;
  padding: 75px 0 120px;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
#final_befor .final_mailbtn-off .submit_btn-off {
  width: 485px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .submit_btn-off {
    width: 89.3333333333vw;
  }
}
#final_befor .final_mailbtn-off .off-text {
  max-width: 700px;
  margin: 50px auto;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text {
    margin-top: 5.3333333333vw;
    max-width: 89.3333333333vw;
  }
}
#final_befor .final_mailbtn-off .off-text .off-text1 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text .off-text1 {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.89;
  }
}
#final_befor .final_mailbtn-off .off-text .off-text1 .attention {
  font-size: 23px;
  color: red;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text .off-text1 .attention {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.89;
  }
}
#final_befor .final_mailbtn-off .off-text .off-text2 {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text .off-text2 {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 2.33;
  }
}
#final_befor .final_mailbtn-off .off-text .off-text2 .attention2 {
  font-weight: bold;
  font-size: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  #final_befor .final_mailbtn-off .off-text .off-text2 .attention2 {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}

.final_mailbtn-off {
  display: grid;
  justify-content: center;
  padding: 75px 0 120px;
}
@media screen and (max-width: 749px) {
  .final_mailbtn-off {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.final_mailbtn-off.mar0 {
  padding: 0;
}
.final_mailbtn-off.mar0 .submit_btn-off {
  width: 485px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .submit_btn-off {
    width: 89.3333333333vw;
  }
}
.final_mailbtn-off.mar0 .off-text {
  max-width: 700px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text {
    margin-top: 5.3333333333vw;
    max-width: 89.3333333333vw;
  }
}
.final_mailbtn-off.mar0 .off-text .off-text1 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text .off-text1 {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.89;
  }
}
.final_mailbtn-off.mar0 .off-text .off-text1 .attention {
  font-size: 23px;
  color: red;
}
@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text .off-text1 .attention {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.89;
  }
}
.final_mailbtn-off.mar0 .off-text .off-text2 {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text .off-text2 {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 2.33;
  }
}
.final_mailbtn-off.mar0 .off-text .off-text2 .attention2 {
  font-weight: bold;
  font-size: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  .final_mailbtn-off.mar0 .off-text .off-text2 .attention2 {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}

/*クイズページ用*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_tab > input[type=radio] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.cp_tab .cp_tabpanel {
  display: none;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
  display: block;
}

.cp_tab > label {
  position: relative;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 0;
}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
  color: #0066cc;
}

.cp_tab > input:checked + label {
  margin-bottom: -1px;
  border-color: #cccccc;
  border-bottom: 1px solid #ffffff; /*背景色と同じ*/
  border-radius: 6px 6px 0 0;
}

.cp_tab .cp_tabpanel1,
.cp_tab .cp_tabpanel2,
.cp_tab .cp_tabpanel3 {
  display: none;
}

.cp_tab .active {
  display: block;
}

@media (max-width: 480px) {
  .cp_tab {
    width: 100%;
    font-size: 0.8em;
  }
  .cp_tab label {
    padding: 0.5em;
  }
}
/* モーダルコンテンツ */
.modal {
  position: relative;
  height: 100%;
}

.modal__inner {
  display: block;
  height: auto;
}
@media screen and (max-width: 749px) {
  .modal__inner {
    top: 10%;
  }
}

.modal__content {
  position: relative;
  width: 52.3952095808vw;
  max-width: 700px;
  margin: 0 auto;
  background-color: #001A42;
}
@media screen and (max-width: 749px) {
  .modal__content {
    width: 89.3333333333vw;
    min-height: 128vw;
  }
}

.modal__content-youtube {
  position: relative;
  width: 51.4705882353vw;
  height: 28.9705882353vw;
  max-width: 700px;
  max-height: 394px;
  margin: 0 auto;
  background-color: #001A42;
}
@media screen and (max-width: 749px) {
  .modal__content-youtube {
    width: 89.3333333333vw;
    min-height: 50.4vw;
  }
}
.modal__content-youtube iframe {
  width: 100%;
  height: 100%;
}

.modal__content__false {
  position: relative;
  width: 52.3952095808vw;
  max-width: 700px;
  max-height: 855px;
  margin: 0 auto;
  background-color: #001A42;
}
@media screen and (max-width: 749px) {
  .modal__content__false {
    width: 89.3333333333vw;
    min-height: 128vw;
  }
}

.modal_text_wrap {
  width: 45.9580838323vw;
  max-width: 614px;
  padding: max(56px, 4.0995607613vw) 0 0;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .modal_text_wrap {
    width: 80vw;
    padding: 8.5333333333vw 0;
  }
}
.modal_text_wrap p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: clamp(1.125rem, 0.9831rem + 0.6054vw, 1.5rem);
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .modal_text_wrap p {
    font-size: 4.8vw;
  }
}

.modal__naruhodo {
  width: 272px;
  height: 84px;
  margin: max(24px, 1.756954612vw) auto 0;
  background-image: url("/assets/img/campaign/use-question_quiz/quiz/naruhodo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .modal__naruhodo {
    width: 72.5333333333vw;
    height: 22.4vw;
  }
}

.modal__naruhodo:hover {
  background-image: url("/assets/img/campaign/use-question_quiz/quiz/naruhodo_wh.png");
}

.modal__naruhodo2 {
  width: 272px;
  height: 84px;
  margin: max(24px, 1.756954612vw) auto 0;
  background-image: url("/assets/img/campaign/use-question_quiz/quiz/naruhodo_wh.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .modal__naruhodo2 {
    width: 72.5333333333vw;
    height: 22.4vw;
  }
}

.js-close-button {
  padding-bottom: max(24px, 1.756954612vw);
  padding-top: 1.756954612vw;
}
@media screen and (max-width: 749px) {
  .js-close-button {
    padding-top: 4.2666666667vw;
    padding-bottom: 14.9333333333vw;
  }
}

.modal__btn {
  max-width: 480px;
  width: 35.9281437126vw;
  display: block;
  margin: auto;
  padding-bottom: 4.1916167665vw;
  padding-bottom: max(56px, 4.0995607613vw);
}
@media screen and (max-width: 749px) {
  .modal__btn {
    width: 80vw;
    padding-bottom: 8.5333333333vw;
  }
}
.modal__btn img {
  width: 100%;
  height: auto;
}

.modal__btn-re {
  max-width: 480px;
  width: 35.9281437126vw;
  display: block;
  margin: auto;
  padding-top: max(24px, 1.756954612vw);
  padding-bottom: max(24px, 1.756954612vw);
}
@media screen and (max-width: 749px) {
  .modal__btn-re {
    width: 80vw;
    padding-bottom: 8.5333333333vw;
  }
}

.chalenge_btn {
  padding-top: 4.0995607613vw;
  padding-top: max(56px, 4.0995607613vw);
}
@media screen and (max-width: 749px) {
  .chalenge_btn {
    padding-top: 8.5333333333vw;
    padding-bottom: 6.4vw;
  }
}

.quit_btn {
  padding-bottom: max(83px, 6.0761346999vw);
  padding-top: 0;
}
@media screen and (max-width: 749px) {
  .quit_btn {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.modal__button-wrap {
  position: absolute;
  right: 10px;
  top: -28px;
  display: inline-flex;
}

.close-button {
  position: relative;
  width: 39px;
  height: 39px;
  background: rgba(255, 166, 0, 0);
  border-radius: 50%;
  padding: 0;
  border: transparent;
  cursor: pointer;
}

.close-button span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px;
}

.close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.click {
  color: #fff;
}

#cboxContent {
  background: transparent;
}

.sec03__img__btn {
  cursor: pointer;
}

.modal-container,
.modal-container02,
.modal-container03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
}

.modal-container:before,
.modal-container02:before,
.modal-container03:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active,
.modal-container02.active,
.modal-container03.active {
  opacity: 1;
  visibility: visible;
}

.modal-body,
.modal-body-02,
.modal-body-03 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 810px;
}

.modal-close {
  position: absolute;
  background-image: url("/assets/img/top&mypage/videos/btn-close.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -80px;
  right: 0;
  width: 56px;
  height: 72.5px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .modal-close {
    width: 35px;
    height: 45.31px;
    top: -45px;
    right: 5px;
  }
}

.modal-content {
  text-align: left;
  padding: 5px;
}

iframe {
  width: 800px;
  height: 450px;
}

@media screen and (max-width: 749px) {
  iframe {
    width: 80vw;
    height: 46.861333vw;
  }
}
/*youtubeモーダル用*/
/*top*/
/* ==================================================
  use quiz Campaign
   ================================================== */
#campaign-top body {
  font-family: "Noto Sans JP", sans-serif;
  color: #001A42;
}
#campaign-top .link-url {
  color: #006CC4;
}
#campaign-top dd {
  word-break: break-all;
}
#campaign-top .l-breadcrumbsList {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo";
  font-weight: normal;
  padding-right: 0.5em;
  color: #001A42;
  font-size: 16px;
  line-height: 1.5;
}
#campaign-top img {
  width: 100%;
}
#campaign-top .wrapper {
  background-color: #ECEFFF;
}
#campaign-top .use-question {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question {
    margin-top: 40px;
  }
}
#campaign-top .use-question .use_movie {
  margin: 0 5.3333333333vw;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 113.6vw, #DAE0FF 113.6vw, #DAE0FF 100%);
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_movie {
    max-width: 980px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 793px, #DAE0FF 793px, #DAE0FF 100%);
    padding: 40px 0;
  }
}
#campaign-top .use-question .use_movie .img-movie {
  width: 78.9333333333vw;
  margin: 0 auto;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_movie .img-movie {
    width: 720px;
    margin-top: 0;
  }
}
#campaign-top .use-question .use_movie h2 {
  width: 78.6666666667vw;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_movie h2 {
    width: 500px;
    margin-top: 32px;
  }
}
#campaign-top .use-question .use_movie .img-present {
  margin: 0 auto;
  width: 78.6666666667vw;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_movie .img-present {
    width: 660px;
    margin-top: 24px;
  }
}
#campaign-top .use-question .use_movie .course {
  display: block;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_movie .course {
    display: flex;
    justify-content: center;
    margin-top: 56px;
  }
}
#campaign-top .use-question .use_movie .course h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#campaign-top .use-question .use_movie .course h3 span {
  font-size: 40px;
  font-weight: 900;
  margin-right: 0.2rem;
}
#campaign-top .use-question .use_movie .course img {
  margin-top: 12px;
}
#campaign-top .use-question .use_movie .course .point-10 {
  margin: 0 10.6666666667vw;
  margin-top: 6.9333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 2px solid #001A42;
  text-align: center;
}
#campaign-top .use-question .use_movie .course .point-10 img {
  width: 68vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_movie .course .point-10 {
    margin: 0;
    padding-right: 20px;
    padding-bottom: 0;
    border-right: 2px solid #001A42;
    border-bottom: inherit;
  }
  #campaign-top .use-question .use_movie .course .point-10 img {
    width: 300px;
  }
}
#campaign-top .use-question .use_movie .course .point-5 {
  margin: 0 10.6666666667vw;
  margin-top: 8vw;
}
#campaign-top .use-question .use_movie .course .point-5 img {
  width: 68vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_movie .course .point-5 {
    margin: inherit;
    margin-top: 0;
    padding: inherit;
    padding-left: 20px;
  }
  #campaign-top .use-question .use_movie .course .point-5 img {
    width: 300px;
  }
}
#campaign-top .use-question .use_movie .course p {
  color: #001A42;
  font-size: 16px;
  line-height: 27px;
  margin-top: 27px;
  text-align: center;
  font-weight: bold;
}
#campaign-top .use-question .use_movie .course .note {
  color: #001A42;
  margin-left: 1rem;
  margin-top: 16px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
#campaign-top .use-question .use_movie .course .note span {
  display: inline-block;
  border: solid 1px #001A42;
  font-size: 12px;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
  margin-left: 0.3rem;
}
#campaign-top .use-question .button {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
  gap: 16px;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .button {
    flex-direction: row;
  }
}
#campaign-top .use-question .button .login, #campaign-top .use-question .button .regist {
  width: 295px;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .button .login, #campaign-top .use-question .button .regist {
    width: 295px;
  }
}
#campaign-top .use-question .button .btn-quiz {
  display: inline-block;
  margin: 0 auto;
  width: 298px;
  height: 65px;
  background-image: url("/assets/img/campaign/use-question_quiz/top/btn_quiz.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 298px 130px;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 1 !important;
}
#campaign-top .use-question .button .btn-quiz:hover {
  background-position: 0 -65px;
  opacity: 1 !important;
}
#campaign-top .use-question .button .btn-login {
  display: inline-block;
  margin: 0 auto;
  width: 298px;
  height: 65px;
  background-image: url("/assets/img/campaign/use-question_quiz/top/btn_login.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 298px 130px;
  text-indent: -9999px;
  overflow: hidden;
  border-color: inherit;
  background-color: inherit;
}
#campaign-top .use-question .button .btn-login:hover {
  background-position: 0 -65px;
  opacity: 1 !important;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .button {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
  }
  #campaign-top .use-question .button .btn-quiz {
    display: inline-block;
    width: 298px;
    height: 65px;
    background-image: url("/assets/img/campaign/use-question_quiz/top/btn_quiz.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 298px 130px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #campaign-top .use-question .button .btn-quiz:hover {
    background-position: 0 -65px; /* 下に65pxずらす */
  }
  #campaign-top .use-question .button .btn-login {
    display: inline-block;
    width: 298px;
    height: 65px;
    background-image: url("/assets/img/campaign/use-question_quiz/top/btn_login.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 298px 130px;
    text-indent: -9999px;
    overflow: hidden;
    border-color: inherit;
    background-color: inherit;
  }
  #campaign-top .use-question .button .btn-login:hover {
    background-position: 0 -65px; /* 下に65pxずらす */
  }
}
#campaign-top .use-question .button-2 {
  margin: 0 auto;
  margin-top: 10.6666666667vw;
  gap: 0;
}
#campaign-top .use-question .button-2 img {
  width: 295px;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .button-2 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 609px;
  }
  #campaign-top .use-question .button-2 img {
    margin-top: 0;
  }
}
#campaign-top .use-question .use_application, #campaign-top .use-question .use_quiz {
  position: relative;
  background-color: #fff;
  margin: 0 5.3333333333vw;
  margin-top: 21.3333333333vw;
  padding: 0 5.3333333333vw;
  padding-top: 13.3333333333vw;
  padding-bottom: 6.4vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application, #campaign-top .use-question .use_quiz {
    margin: 0 auto;
    max-width: 980px;
    margin-top: 100px;
    padding: 0;
    padding-top: 74px;
    padding-bottom: 40px;
  }
}
#campaign-top .use-question .use_application h3, #campaign-top .use-question .use_quiz h3 {
  position: absolute;
  width: 78.6666666667vw;
  top: -5.6vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application h3, #campaign-top .use-question .use_quiz h3 {
    width: 488px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#campaign-top .use-question .use_application ul, #campaign-top .use-question .use_quiz ul {
  display: grid;
  justify-content: center;
  gap: 6.4vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application ul, #campaign-top .use-question .use_quiz ul {
    gap: 24px;
  }
}
#campaign-top .use-question .use_application ul li, #campaign-top .use-question .use_quiz ul li {
  font-size: 16px;
  line-height: 24px;
  color: #001A42;
  margin-bottom: 0;
  text-align: center;
  background-position: center top;
  background-size: 36px 26px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-top: 16px;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application ul li, #campaign-top .use-question .use_quiz ul li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 36px 26px;
    padding-left: 42px;
    padding-top: 0;
    text-align: left;
  }
}
#campaign-top .use-question .use_application ul li span, #campaign-top .use-question .use_quiz ul li span {
  display: inline-block;
  color: #001A42;
  font-size: 9.6vw;
  font-weight: 400;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application ul li span, #campaign-top .use-question .use_quiz ul li span {
    display: inline;
    font-size: 32px;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application ul .indent, #campaign-top .use-question .use_quiz ul .indent {
    text-indent: -2.5rem;
    margin-left: 2.5rem;
  }
}
#campaign-top .use-question .use_application .img_zu, #campaign-top .use-question .use_quiz .img_zu {
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application .img_zu, #campaign-top .use-question .use_quiz .img_zu {
    width: 880px;
    margin: 0 auto;
    margin-top: 24px;
  }
}
#campaign-top .use-question .use_application p, #campaign-top .use-question .use_quiz p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-top: 8px;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application p, #campaign-top .use-question .use_quiz p {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
  }
}
#campaign-top .use-question .use_application__content {
  display: flex;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application__content {
    gap: 8px;
  }
}
#campaign-top .use-question .use_application__content .number {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application__content .number {
    font-size: 32px;
  }
}
#campaign-top .use-question .use_application__content .text {
  font-size: 4.2666666667vw;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application__content .text {
    font-size: 18px;
  }
}
#campaign-top .use-question .use_application .ttl {
  margin: 0 auto;
  margin-top: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
  width: 39.4666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application .ttl {
    width: 149px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_application .img-movie {
    margin: 0 auto;
    width: 428px;
  }
}
#campaign-top .use-question .use_quiz {
  margin-top: 33.0666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz {
    margin-top: 75px;
  }
}
#campaign-top .use-question .use_quiz h3 {
  top: -22.4vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz h3 {
    top: -35px;
  }
}
#campaign-top .use-question .use_quiz h4 {
  color: #001A42;
  margin-top: 4.2666666667vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz h4 {
    font-size: 24px;
    margin-top: 32px;
  }
}
#campaign-top .use-question .use_quiz .img-movie {
  margin: 0 auto;
  width: 78.6666666667vw;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .img-movie {
    margin-top: 8px;
    width: 556px;
  }
}
#campaign-top .use-question .use_quiz .use_quiz-btn {
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
  color: #fff;
  background-color: #BC9529;
  width: 210px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 57px;
  width: 42.6666666667vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .use_quiz-btn {
    margin-top: 16px;
    width: 210px;
    padding: 10px 0;
    font-size: 18px;
    border-radius: 57px;
  }
}
#campaign-top .use-question .use_quiz .use_quiz-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg); /* 「＞」っぽく傾ける */
  pointer-events: none;
}
#campaign-top .use-question .use_quiz h5 {
  font-size: 3.7333333333vw;
  margin-top: 4.2666666667vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz h5 {
    font-size: 16px;
    margin-top: 16px;
  }
}
#campaign-top .use-question .use_quiz .notes {
  margin-top: 2.1333333333vw;
  gap: 1.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .notes {
    margin-top: 10px;
    gap: 8px;
  }
}
#campaign-top .use-question .use_quiz .notes p {
  margin-top: 0;
  font-size: 3.4666666667vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .notes p {
    font-size: 12px;
  }
}
#campaign-top .use-question .use_quiz .notes .medical {
  display: block;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .notes .medical {
    display: flex;
    align-items: center;
  }
}
#campaign-top .use-question .use_quiz .notes .medical .back-navy {
  background-color: #001A42;
  color: #fff;
  border: solid 1px #001A42;
  font-size: 3.2vw;
  padding: 0.2rem 2.9333333333vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .notes .medical .back-navy {
    padding: 0.2rem;
    font-size: 12px;
  }
}
#campaign-top .use-question .use_quiz .notes .medical .back-white {
  color: #001A42;
  border: solid 1px #001A42;
  padding: 0 3.2vw;
  font-size: 3.2vw;
  padding: 0.2rem 2.9333333333vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .notes .medical .back-white {
    padding: 0.2rem;
    font-size: 12px;
  }
}
#campaign-top .use-question .use_quiz .serect {
  margin: 0 auto;
  margin-top: 6.4vw;
  width: 100%;
  display: block;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .serect {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 516px;
    margin-top: 32px;
    gap: 16px;
  }
}
#campaign-top .use-question .use_quiz .serect .box {
  display: flex;
  align-items: center;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .serect .box {
    margin-bottom: 0;
  }
}
#campaign-top .use-question .use_quiz .serect .box .alphabet {
  font-size: 8.5333333333vw;
  padding: 3.2vw 6.4vw;
  width: 18.1333333333vw;
  font-weight: 500;
  color: #fff;
  background-color: #001A42;
  border: solid 1px #001A42;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .serect .box .alphabet {
    font-size: 32px;
    padding: 0.3rem 0 0.5rem;
    width: 50px;
  }
}
#campaign-top .use-question .use_quiz .serect .box .number {
  color: #001A42;
  border: solid 1px #001A42;
  text-align: center;
  font-size: 8.5333333333vw;
  font-weight: 500;
  width: 61.0666666667vw;
  padding: 3.2vw 0;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_quiz .serect .box .number {
    font-size: 32px;
    padding: 0.3rem 0 0.5rem;
    width: 200px;
  }
}
@media screen and (max-width: 749px) {
  #campaign-top .use-question .oubo {
    padding-bottom: 0;
  }
}
#campaign-top .use-question .use_oubo .oubo__inner {
  margin: 0 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_oubo .oubo__inner {
    margin: 0 auto;
    width: 980px;
  }
}
#campaign-top .use-question .use_oubo .oubo__tit {
  width: 100%;
  background-color: #F9DD8F;
  border: none;
  font-size: 4.8vw;
  color: #001A42;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_oubo .oubo__tit {
    width: 980px;
    font-size: 24px;
  }
}
#campaign-top .use-question .use_oubo .outline__content--open {
  max-height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_oubo .outline__content--open {
    max-height: 5000px;
  }
}
#campaign-top .use-question .use_oubo .oubo__cont {
  padding: 0 48px 40px;
  color: #001A42;
}
#campaign-top .use-question .use_oubo .oubo__cont ul li span {
  font-size: 16px;
}
#campaign-top .use-question .use_oubo .oubo__cont__tit::before {
  width: 100%;
}
#campaign-top .use-question .use_oubo .oubo__cont__tit p {
  background-color: #FFF;
}
#campaign-top .use-question .use_oubo .oubo__cont__dl01__02 p {
  padding-left: 2.4vw;
}
#campaign-top .use-question .use_oubo th {
  white-space: nowrap;
}
#campaign-top .use-question .use_oubo dl {
  margin-top: 2rem;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_oubo dl {
    margin-top: 0;
  }
}
#campaign-top .use-question .use_oubo dl dd {
  font-size: 3.7333333333vw;
  line-height: 6.4vw;
  margin: 17px 0 2rem;
  text-indent: inherit;
  padding-left: inherit;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_oubo dl dd {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }
}
#campaign-top .use-question .use_oubo dl dt {
  text-indent: 0;
  padding-left: 0;
}
#campaign-top .use-question .use_oubo dl .note_red {
  color: #AA1F1F;
}
#campaign-top .use-question .use_oubo .enclosure {
  font-size: 3.7333333333vw;
  font-weight: 400;
  border: 1px solid #707070;
  padding: 0 0.8vw;
}
@media screen and (min-width: 751px) {
  #campaign-top .use-question .use_oubo .enclosure {
    font-size: 12px;
    padding: 0.5px 3px;
    display: inline-block;
    margin-bottom: 3px;
  }
}

.campaign_thanks_cmn .thanksCp_info__sec--4 .group--3 {
  position: relative;
}

.campaign_thanks_cmn .thanksCp_info__sec--4 .group--3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* 線の太さ */
  background-image: repeating-linear-gradient(to right, #001A42 0px, #001A42 10px, transparent 10px, transparent 15px);
}

.border-dot {
  border-top: 1px dashed black;
  margin: 2rem 0;
}

.use-question_atantion {
  margin: 0 auto;
  margin-top: 10.6666666667vw;
  width: 78.9333333333vw;
  padding: 3.2vw 10.6666666667vw;
  background-color: #fff;
  border: solid 1px #BC9529;
  border-radius: 10px;
}
.use-question_atantion .ttl {
  font-size: 4.2666666667vw;
  line-height: 6.4vw;
  color: #BC9529;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  text-align: center;
}
.use-question_atantion .text {
  color: #001A42;
  margin-top: 1.6vw;
  font-size: 3.2vw;
  line-height: 4.8vw;
}
.use-question_atantion .link {
  margin-top: 2.1333333333vw;
  font-size: 3.2vw;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .use-question_atantion {
    margin-top: 40px;
    width: 400px;
    padding: 16px 30px;
  }
  .use-question_atantion .ttl {
    font-size: 16px;
    line-height: 24px;
  }
  .use-question_atantion .text {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }
  .use-question_atantion .link {
    margin-top: 2rem;
    font-size: 12px;
  }
}

/*共通パーツ　お申込みのお願い*/
/* ==================================================
  Campaign
   ================================================== */
.pc {
  display: none;
}

@media screen and (min-width: 751px) {
  .pc {
    display: inline;
  }
}
.sp {
  display: inline;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
/* サンクスキャンペーン共通（campaign_thanks_cmn）
================================================== */
/* 共通 */
.campaign_thanks_cmn {
  color: #051839;
  /* 期間
  -------------------------------------------------- */
  /* 説明
  -------------------------------------------------- */
  /* コース
  -------------------------------------------------- */
  /* コースリスト */
  /* カード */
  /* カードインナー */
  /* 商品名 */
  /* テキスト */
  /* 注記 */
  /* 注記内リンク */
  /* 説明文セット */
  /* 医薬部外品等囲い */
  /* 商品説明等 */
  /* 外部リンク（赤） */
  /* ボタン */
  /* ご応募いただく前のお願い
  -------------------------------------------------- */
  /*メールマガジンの登録　アコーディオン
  ====================================== */
  /* インフォ
  -------------------------------------------------- */
}

.campaign_thanks_cmn {
  background-color: #fff;
  padding: 0 5.33334vw;
  margin-top: 10.6666666667vw;
  padding-top: 10.6666666667vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn {
    padding: 0;
  }
}
@media screen and (min-width: 751px) {
  .campaign-cmn {
    max-width: 880px;
    margin: 0 auto;
    padding-top: 80px;
  }
}

.campaign_thanks_cmn .campaign_thanks__inner {
  padding: 0 5.33334vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .campaign_thanks__inner {
    padding: 0;
  }
}
.campaign_thanks_cmn .pp_link {
  color: #1C88C1;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.campaign_thanks_cmn .js-cont-cam-modal {
  cursor: pointer;
}

.campaign_thanks_cmn .section-complete .section-text {
  color: #051839;
}

.campaign_thanks_cmn .endOverlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.campaign_thanks_cmn .endOverlay div {
  font-size: 5.8666666667vw;
  line-height: 9.6vw;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 106.6666666667vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .endOverlay {
    width: 100%;
    height: 100%;
  }
  .campaign_thanks_cmn .endOverlay div {
    font-size: 2.5vw;
    line-height: 5vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39.0625vw;
  }
}
.campaign_thanks_cmn .period_wrap .campaign_thanks__inner {
  padding: 2.13334vw 5.33334vw;
  background-color: #C10001;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .period_wrap .campaign_thanks__inner {
    padding: 13px 0;
  }
}
.campaign_thanks_cmn .period__txt {
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .period__txt {
    font-size: 18px;
    line-height: 1.33333;
  }
}
.campaign_thanks_cmn .period__txt span {
  font-size: 3.73334vw;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .period__txt span {
    font-size: inherit;
    line-height: inherit;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .period__txt span::after {
    content: "：";
  }
}
.campaign_thanks_cmn .detail_wrap {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .detail_wrap {
    margin-top: 40px;
  }
}
.campaign_thanks_cmn .detail__ttl {
  width: 335px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .detail__ttl {
    width: 435px;
    margin: 0 auto;
  }
}
.campaign_thanks_cmn .detail__txt {
  font-size: 4.26667vw;
  line-height: 1.875;
  margin-top: 6.13334vw;
  text-align: center;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .detail__txt {
    font-size: 18px;
    line-height: 1.77777;
    margin: 33px 0 -7px;
  }
}
.campaign_thanks_cmn .course_wrap {
  margin-top: 6.13333vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .course_wrap {
    margin-top: 82px;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .course_wrap__inner {
    max-width: 770px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .course__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.campaign_thanks_cmn .card {
  margin-top: 5.33334vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card {
    margin: 66px 60px 0 0;
    width: 335px;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card:nth-child(-n+2) {
    margin-top: 0;
  }
}
.campaign_thanks_cmn .card_1 {
  margin-top: 0;
}

.campaign_thanks_cmn .card__inner {
  border-radius: 0 0 5.33334vw 5.33334vw;
  margin: -6.66667vw auto 0;
  padding: 8vw 5.33334vw 8.53334vw;
  width: 84vw;
  background-color: #F9F2E4;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__inner {
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 40px);
    margin: -23px auto 0;
    padding: 27px 20px 25px;
    width: 315px;
  }
}
.campaign_thanks_cmn .card__ttl--freebie {
  background-image: linear-gradient(to right, #C10001, #C10001 0.8vw, transparent 0.8vw, transparent 1.33334vw);
  background-size: 1.33334vw 0.266667vw;
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #051839;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 5.8666666667vw;
  margin-top: 2.93334vw;
  padding-bottom: 3.46667vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__ttl--freebie {
    background-image: linear-gradient(to right, #C10001, #C10001 3px, transparent 3px, transparent 5px);
    background-size: 5px 1px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 11px;
    padding-bottom: 10px;
  }
}
.campaign_thanks_cmn .card__ttl--freebie span {
  font-size: 12px;
  font-weight: normal;
}

.campaign_thanks_cmn .card__txt {
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
  margin-top: 2.93333vw;
  margin-bottom: -0.8vw;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__txt {
    font-size: 14px;
    line-height: 20px;
    margin: 11px 0 18px;
  }
}
.campaign_thanks_cmn .card__txt--note {
  font-size: 3.2vw;
  line-height: 1.33333;
  margin-top: 4vw;
  margin-bottom: -0.533334vw;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__txt--note {
    font-size: 12px;
    margin: 18px 0 -2px;
  }
}
.campaign_thanks_cmn .card__txt--note .card__txtLink {
  color: #1C88C1;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.campaign_thanks_cmn .card__txt--description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  margin-top: 3.2vw;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__txt--description {
    margin-top: 12px;
  }
}
.campaign_thanks_cmn .card__txt--note-indent {
  font-size: 12px;
  color: #051839;
  margin: 12px 0 -2px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.campaign_thanks_cmn .card__txt--description__brackets {
  border: 0.26667vw solid #051839;
  color: #051839;
  display: inline-block;
  font-size: 3.2vw;
  line-height: 4.2666666667vw;
  min-width: 80px;
  padding: 2px 28px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__txt--description__brackets {
    border: 1px solid #051839;
    font-size: 12px;
    line-height: 1rem;
    padding: 2px;
    color: #051839;
  }
}
.campaign_thanks_cmn .card__txt--description__txt {
  font-size: 3.2vw;
  line-height: 1.5;
  margin: 1.0666666667vw 0 -0.8vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__txt--description__txt {
    font-size: 12px;
    margin: 4px 0 0;
  }
}
.campaign_thanks_cmn .card__txt--description__list {
  margin: 3.73334vw 0 -0.8vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__txt--description__list {
    margin: 12px 0 -2px;
  }
}
.campaign_thanks_cmn .card__txt--description__list li {
  font-size: 3.2vw;
  line-height: 1.33333;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__txt--description__list li {
    font-size: 12px;
  }
}
.campaign_thanks_cmn .card__blankLink a {
  color: #EB1C24;
  display: inline-block;
  font-size: 3.73334vw;
  line-height: 1.42857;
  margin: 3.46667vw 0 -0.8vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__blankLink a {
    font-size: 14px;
    margin: 14px 0 -3px;
  }
}
.campaign_thanks_cmn .card__btn {
  margin-top: auto;
  padding-top: 7.46667vw;
  flex-shrink: 0;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .card__btn {
    margin-top: 0;
    padding-top: 22px;
  }
}
.campaign_thanks_cmn .card__btn a {
  display: block;
}

.campaign_thanks_cmn .serial_wrap {
  position: relative;
}

.campaign_thanks_cmn .serial_wrap .serial {
  position: absolute;
  bottom: 25px;
  left: 36px;
}

.campaign_thanks_cmn p[class^="card__btn js"]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.campaign_thanks_cmn .campaign_thanks_cmn .campaign_thanks__inner {
  padding: 0 5.33334vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .campaign_thanks__inner {
    padding: 0 5.33334vw;
  }
}
.campaign_thanks_cmn .mail-setting {
  font-size: 3.8vw;
  line-height: 1.33333;
  color: #051839;
  text-align: center;
}

.campaign_thanks_cmn .mail-setting h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #001A42;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.5;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: #001A42;
  }
}
.campaign_thanks_cmn .mail-setting h4 {
  font-size: 23px;
  line-height: 1.47;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting h4 {
    font-size: 24px;
    line-height: 1.47;
    font-weight: bold;
    margin-top: 30px;
  }
}
.campaign_thanks_cmn .mail-setting .text_a {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting .text_a {
    font-size: 18px;
  }
}
.campaign_thanks_cmn .mail-setting .text_b {
  font-size: 18px;
  line-height: 1.88;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting .text_b {
    margin-top: 60px;
  }
}
.campaign_thanks_cmn .mail-setting .text_c {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin-top: 30px;
}

.campaign_thanks_cmn .mail-setting .text_c span {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting .text_c span {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting .detailed {
    margin-top: 0;
    width: 634px;
    height: 72px;
  }
}
.campaign_thanks_cmn .mail-setting .member {
  margin-top: 30px;
  background-color: #DAE0FF;
  padding: 30px 20px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting .member {
    margin-top: 46px;
    padding: 60px 123px;
    background-color: #DAE0FF;
  }
}
.campaign_thanks_cmn .mail-setting .info {
  font-size: 12px;
  line-height: 2.16;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting .info {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 36px;
  }
}
.campaign_thanks_cmn .mail-setting .btn_member {
  margin-top: 8px;
}

.campaign_thanks_cmn .mail-setting .registration {
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  text-align: left;
  margin-left: 12px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting .registration {
    font-size: 20px;
    margin-left: 20px;
  }
}
.campaign_thanks_cmn .mail-setting .registration::before {
  content: "";
  position: absolute;
  background-color: #BC9529;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  left: -12px;
  top: 6px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-setting .registration::before {
    width: 14px;
    height: 14px;
    left: -20px;
    top: 5px;
  }
}
.campaign_thanks_cmn .mail-benefits {
  font-size: 3.8vw;
  line-height: 1.33333;
  margin: 0 20px;
  position: relative;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits {
    width: 100%;
    padding: 12px 0 30px;
    font-size: 3.8vw;
    line-height: 1.33333;
    margin: 0 20px;
    position: relative;
  }
}
.campaign_thanks_cmn .mail-benefits .benefits {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits {
    margin: 100px auto 0;
    width: 880px;
  }
}
.campaign_thanks_cmn .mail-benefits .benefits .benefits-3 {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 22px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits .benefits-3 {
    padding: 0;
  }
}
.campaign_thanks_cmn .mail-benefits .benefits h4 {
  width: 100%;
  height: inherit;
  margin-top: 10.6666666667vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits h4 {
    margin: 0 auto;
    width: 357px;
    height: 44px;
  }
}
.campaign_thanks_cmn .mail-benefits .benefits .img_merrit {
  margin-top: 10px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits .img_merrit {
    position: absolute;
    width: 187px;
    height: 194px;
    top: -164px;
    right: 70px;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
    row-gap: 0;
  }
}
.campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit1 {
  margin-top: 32px;
  border-bottom: solid 1px #BC9529;
  padding-bottom: 30px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit1 {
    padding-right: 20px;
    border-bottom: none;
    border-right: solid 1px #BC9529;
  }
}
.campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit1 img {
  width: 261px;
}

.campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit2 {
  margin-top: 32px;
  border-bottom: solid 1px #BC9529;
  padding-bottom: 30px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit2 {
    padding: 0 20px;
    border-bottom: none;
    border-right: solid 1px #BC9529;
  }
}
.campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit2 img {
  width: 258px;
}

.campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit3 {
  margin-top: 32px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit3 {
    padding-left: 20px;
  }
}
.campaign_thanks_cmn .mail-benefits .benefits .wrapper_merrit .merit3 img {
  width: 248px;
}

.campaign_thanks_cmn .mail-benefits .benefits p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.42;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.42;
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-benefits .benefits-3 {
    padding: 0;
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.campaign_thanks_cmn .mail-magazine {
  font-size: 3.8vw;
  line-height: 1.33333;
  margin: 50px 0;
  position: relative;
  color: #051839;
  background-color: #FFF;
  padding: 12px 20px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine {
    margin: 60px auto 50px;
    width: 100%;
    padding: 66px 20px;
  }
}
.campaign_thanks_cmn .mail-magazine .mail-magazine__btn {
  text-align: center;
  position: relative;
  margin-top: 0;
  box-shadow: none;
  background: none;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .mail-magazine__btn {
    position: relative;
    margin-top: 0;
    box-shadow: none;
    background: none;
    text-align: center;
  }
}
.campaign_thanks_cmn .mail-magazine .mail-magazine__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #BC9529;
  border-bottom: 3px solid #BC9529;
  position: absolute;
  top: 50%;
  right: 5.970149%;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .mail-magazine__btn::after {
    right: calc(50% - 390px);
  }
}
.campaign_thanks_cmn .mail-magazine .mail-magazine__btn.is-active::after {
  transform: translateY(-50%) rotate(-225deg);
}

.campaign_thanks_cmn .mail-magazine .mail-magazine__conts {
  display: none;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .mail-magazine__conts {
    display: none;
    width: 880px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .method {
    width: 840px;
    height: 56px;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .wrapper_step {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
    row-gap: 0;
  }
}
.campaign_thanks_cmn .mail-magazine .wrapper_step .step-img_border {
  margin-top: 30px;
  border: 1px solid #BC9529;
  padding: 0;
}

.campaign_thanks_cmn .mail-magazine img.step {
  width: 58px;
  height: 24px;
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .step_01 {
    padding: 0 47.8px 40px 20px;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .step_02 {
    padding: 0 20px 40px 47.8px;
    border-left: solid 1px;
    border-color: #BC9529;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .step_03 {
    padding: 0 47.8px 40px 20px;
    border-top: solid 1px;
    border-color: #BC9529;
  }
}
@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine .step_04 {
    padding: 0 20px 40px 47.8px;
    border-left: solid 1px;
    border-top: solid 1px;
    border-color: #BC9529;
  }
}
.campaign_thanks_cmn .mail-magazine p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .mail-magazine p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.campaign_thanks_cmn .thanksCp_info {
  margin-top: 80px;
  background-color: #FAFAFA;
  /* タイトル */
  /* テキストインナー */
  /* リスト */
  /* 注記 */
  /* よくあるご質問 */
  /* Q&A */
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info {
    margin-top: 60px;
  }
}
.campaign_thanks_cmn .thanksCp_info__inner {
  padding: 0 5.33334vw 0;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__inner {
    padding: 0 20px 60px;
    max-width: 920px;
    margin: 0 auto;
  }
}
.campaign_thanks_cmn .thanksCp_info__ttl {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-top: 0.26667vw solid #C10001;
  border-bottom: 0.26667vw solid #C10001;
  padding: 1.86667vw 1em;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__ttl {
    border-top: 1px solid #C10001;
    border-bottom: 1px solid #C10001;
    font-size: 18px;
    text-align: center;
    padding: 7px 1em;
  }
}
.campaign_thanks_cmn .thanksCp_info__sec .sec__inner {
  padding: 20px 0 30px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__sec .sec__inner {
    padding: 30px 0 56px;
  }
}
.campaign_thanks_cmn .thanksCp_info__sec--4 .sec__inner {
  padding-bottom: 0;
}

.campaign_thanks_cmn .thanksCp_info__list {
  margin-bottom: -0.8vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__list {
    margin-bottom: -3px;
  }
}
.campaign_thanks_cmn .thanksCp_info__list li {
  font-size: 3.73334vw;
  line-height: 1.42858;
  padding-left: 1em;
  text-indent: -1em;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__list li {
    font-size: 14px;
  }
}
.campaign_thanks_cmn .thanksCp_info__list li.serial-no {
  margin-top: 8px;
}

.campaign_thanks_cmn .thanksCp_info__sec .note {
  font-size: 3.2vw;
  line-height: 1.66666;
  margin-top: 0.53334vw;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__sec .note {
    font-size: 12px;
    margin: 8px 0 -4px;
  }
}
.campaign_thanks_cmn .thanksCp_info .question-ttl {
  font-size: 3.73334vw;
  font-weight: bold;
  line-height: 1.42857;
  margin: 4.53334vw 0 -0.8vw;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info .question-ttl {
    font-size: 14px;
    margin: 17px 0 -3px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list {
  margin: 4.53334vw 0 -0.8vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list {
    margin: 17px 0 -3px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list > div {
  margin-top: 4.8vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list > div {
    margin-top: 20px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question, .campaign_thanks_cmn .thanksCp_info__question_list .answer {
  font-size: 3.73334vw;
  line-height: 1.42857;
  color: #051839;
  display: flex;
  /* 応募規約 */
  /* 対象商品 */
  /* 注記小 */
  /* 注記赤文字 */
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question, .campaign_thanks_cmn .thanksCp_info__question_list .answer {
    font-size: 14px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question__question_list .question::before, .campaign_thanks_cmn .thanksCp_info__question_list .question__question_list .answer:before, .campaign_thanks_cmn .thanksCp_info__question_list .answer__question_list .question::before, .campaign_thanks_cmn .thanksCp_info__question_list .answer__question_list .answer:before {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  min-width: 18px;
  width: 4.8vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__question_list .question::before, .campaign_thanks_cmn .thanksCp_info__question_list .question__question_list .answer:before, .campaign_thanks_cmn .thanksCp_info__question_list .answer__question_list .question::before, .campaign_thanks_cmn .thanksCp_info__question_list .answer__question_list .answer:before {
    width: 18px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question__question_list .question::before, .campaign_thanks_cmn .thanksCp_info__question_list .answer__question_list .question::before {
  content: "Q.";
}

.campaign_thanks_cmn .thanksCp_info__question_list .question__question_list .answer:before, .campaign_thanks_cmn .thanksCp_info__question_list .answer__question_list .answer:before {
  content: "A.";
}

.campaign_thanks_cmn .thanksCp_info__question_list .question__sec--3 .sec__inner, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--3 .sec__inner {
  padding-bottom: 20px;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__sec--3 .sec__inner, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--3 .sec__inner {
    padding: 30px 0 56px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question .indent-asterisk, .campaign_thanks_cmn .thanksCp_info__question_list .answer .indent-asterisk {
  padding-left: 1rem;
}

.campaign_thanks_cmn .thanksCp_info__question_list .question .indent-asterisk::before, .campaign_thanks_cmn .thanksCp_info__question_list .answer .indent-asterisk::before {
  content: "※";
  margin-left: -1rem;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 .sec__inner, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 .sec__inner {
    padding: 30px 0 56px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 dt, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 dt {
  font-size: 3.73334vw;
  font-weight: bold;
  line-height: 1.42857;
  margin: 6.4vw 0 -0.8vw;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 dt, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 dt {
    font-size: 14px;
    margin: 30px 0 -3px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 .enclosure, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 .enclosure {
  display: inline-block;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
  border: 0.266667vw solid #707070;
  padding: 0.53334vw 0.8vw 1.06667vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 .enclosure, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 .enclosure {
    font-size: 12px;
    border: 1px solid #707070;
    padding: 3px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 .group--1 dt, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 .group--1 dt {
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 .group--1 dt, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 .group--1 dt {
    margin-top: 0;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 dd, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 dd {
  font-size: 3.2vw;
  line-height: 1.5;
  margin-top: 3.73334vw;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 dd, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 dd {
    font-size: 12px;
    margin: 17px 0 -3px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 dd .note, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 dd .note {
  font-size: 2.66667vw;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #051839;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 dd .note, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 dd .note {
    font-size: 10px;
    letter-spacing: -0.01em;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 .group--3 .note_red, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 .group--3 .note_red {
  color: #C10001;
  font-size: 3.2vw;
  line-height: 1.5;
  margin: 7.2vw 0 -0.8vw;
}

@media screen and (min-width: 751px) {
  .campaign_thanks_cmn .thanksCp_info__question_list .question__sec--4 .group--3 .note_red, .campaign_thanks_cmn .thanksCp_info__question_list .answer__sec--4 .group--3 .note_red {
    font-size: 12px;
    margin: 27px 0 -3px;
  }
}
.campaign_thanks_cmn .thanksCp_info__question_list .question {
  color: #C10001;
}

.campaign_thanks_cmn .thanksCp_info__sec--4 .group--3 .note_red {
  color: #C10001;
}

/*3問クリア後*/
/* ==================================================
  use quiz Campaign
   ================================================== */
#use-question-clear {
  background-color: #ECEFFF;
}
#use-question-clear .kv_ttl {
  text-align: center;
  padding: 4.2666666667vw 0;
}
#use-question-clear .kv_ttl p {
  font-size: 3.2vw;
  color: #001A42;
}
#use-question-clear .kv_ttl .main_ttl {
  margin-top: 1.3333333333vw;
  font-size: 4.8vw;
  color: #BC9529;
  font-weight: bold;
}
#use-question-clear .link-url {
  color: #006CC4;
}
#use-question-clear .clear-present .clear-present-inner {
  position: relative;
  background-color: #DAE0FF;
  margin: 38.6666666667vw 5.3333333333vw 0;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .clear-present-inner {
    margin: 0 auto;
    margin-top: 123px;
    max-width: 974px;
    padding-bottom: 80px;
  }
}
#use-question-clear .clear-present .clear-present-inner .img-present {
  position: absolute;
  width: 78.6666666667vw;
  top: -28vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .clear-present-inner .img-present {
    width: 607px;
    top: -92px;
  }
}
#use-question-clear .clear-present .course {
  display: block;
  padding-top: 13.3333333333vw;
  padding-bottom: 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 56px;
    padding-top: 182px;
    padding-bottom: 16px;
    width: 660px;
  }
}
#use-question-clear .clear-present .course h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #001A42;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course h3 {
    font-size: 28px;
  }
}
#use-question-clear .clear-present .course h3 span {
  font-size: 40px;
  font-weight: 900;
  margin-right: 0.2rem;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course h3 span {
    font-size: 48px;
  }
}
#use-question-clear .clear-present .course .present-inner {
  padding: 0 0 4.2666666667vw;
  margin-top: 4.2666666667vw;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .present-inner {
    margin-top: 12px;
  }
}
#use-question-clear .clear-present .course .more {
  margin-top: 10px;
}
#use-question-clear .clear-present .course .point-10 {
  margin: 0 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 2px solid #001A42;
  text-align: center;
}
#use-question-clear .clear-present .course .point-10 img {
  width: 78.6666666667vw;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .point-10 {
    margin: 0;
    padding-right: 20px;
    padding-bottom: 0;
    border-right: 2px solid #001A42;
    border-bottom: inherit;
  }
  #use-question-clear .clear-present .course .point-10 img {
    width: 300px;
  }
}
#use-question-clear .clear-present .course .point-5 {
  margin: 0 5.3333333333vw;
  margin-top: 8vw;
}
#use-question-clear .clear-present .course .point-5 img {
  width: 78.6666666667vw;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .point-5 {
    margin: inherit;
    margin-top: 0;
    padding: 0;
    padding-left: 20px;
  }
  #use-question-clear .clear-present .course .point-5 img {
    width: 300px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  #use-question-clear .clear-present .course .point-5 p {
    margin-top: 49px;
  }
  #use-question-clear .clear-present .course .point-5 .submit-button {
    margin-top: 90px;
  }
}
#use-question-clear .clear-present .course p {
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  margin-top: 3.4666666667vw;
  text-align: center;
  color: #001A42;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 24px;
  }
}
#use-question-clear .clear-present .course .note {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0 1rem;
  margin-top: 4.2666666667vw;
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: left;
  color: #001A42;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .note {
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
  }
}
#use-question-clear .clear-present .course .note span {
  display: inline-block;
  border: solid 1px #001A42;
  font-size: 12px;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
  margin-left: 0.3rem;
}
#use-question-clear .clear-present .course .up-line {
  padding-top: 4.2666666667vw;
  border-top: solid 1px #BC9529;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .up-line {
    padding-top: 16px;
  }
}
#use-question-clear .clear-present .course .use_quiz-btn {
  position: relative;
  margin: 0 auto;
  margin-top: 4.2666666667vw;
  color: #fff;
  background-color: #BC9529;
  width: 64vw;
  padding: 2.6666666667vw 0;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
  border-radius: 57px;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .use_quiz-btn {
    margin-top: 16px;
    width: 240px;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    border-radius: 57px;
    letter-spacing: -0.03rem;
  }
}
#use-question-clear .clear-present .course .use_quiz-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg); /* 「＞」っぽく傾ける */
  pointer-events: none;
}
#use-question-clear .clear-present .course .use_quiz-btn--inactive {
  position: relative;
  margin: 0 auto;
  margin-top: 4.2666666667vw;
  color: #666;
  background-color: #fff;
  width: 64vw;
  padding: 2.6666666667vw 0;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
  border-radius: 57px;
  border: solid 2px #666;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .use_quiz-btn--inactive {
    margin-top: 16px;
    width: 240px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 57px;
    letter-spacing: -0.03rem;
  }
}
#use-question-clear .clear-present .course .use_quiz-btn2 {
  position: relative;
  margin: 0 auto;
  margin-top: 4.2666666667vw;
  color: #bc9529;
  background-color: #fff;
  width: 64vw;
  padding: 2.6666666667vw 0;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
  border: solid 2px #BC9529;
  border-radius: 57px;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .use_quiz-btn2 {
    margin-top: 16px;
    width: 240px;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 57px;
    letter-spacing: -0.05rem;
  }
}
#use-question-clear .clear-present .course .use_quiz-btn3 {
  border: solid 1px #BC9529;
  margin: 0 20px;
  margin-top: 16px;
  border-radius: 7px;
  padding: 12px;
  font-size: 4.2666666667vw;
  line-height: 6.4vw;
  font-weight: bold;
  color: #001A42;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .use_quiz-btn3 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
#use-question-clear .clear-present .course .use_quiz-btn3 p {
  position: relative;
  font-weight: normal;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .course .use_quiz-btn3 p {
    margin-top: 10px;
  }
}
#use-question-clear .clear-present .course .use_quiz-btn3 .arrow {
  display: inline-block;
  position: relative;
  padding-right: 16px; /* 矢印分の余白 */
  font-size: 16px;
}
#use-question-clear .clear-present .course .use_quiz-btn3 .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
#use-question-clear .clear-present .atantion {
  text-align: left;
  font-size: 3.7333333333vw;
  color: #001A42;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .atantion {
    font-size: 16px;
    padding-left: 0;
    text-align: center;
  }
}
#use-question-clear .clear-present .submit-button-outside__inner {
  margin: 4.2666666667vw auto;
  border: solid 1px #BC9529;
  background-color: #fff;
  padding: 3.2vw 10.6666666667vw;
  width: 78.9333333333vw;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .submit-button-outside__inner {
    margin-top: 16px;
    margin-bottom: -43px;
    padding: 16px 30px;
    width: 400px;
  }
}
#use-question-clear .clear-present .submit-button-outside__ttl p {
  color: #BC9529;
  font-weight: 700;
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .submit-button-outside__ttl p {
    font-size: 16px;
    text-align: left;
  }
}
#use-question-clear .clear-present .submit-button-outside__text p {
  color: #001A42;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.5;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .submit-button-outside__text p {
    font-size: 12px;
    margin-top: 16px;
  }
}
#use-question-clear .clear-present .submit-button-outside__btn a {
  color: #006CC4;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  margin-top: 2.1333333333vw;
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  #use-question-clear .clear-present .submit-button-outside__btn a {
    font-size: 16px;
    margin-top: 16px;
  }
}

/*ご応募ありがとうございました画面*/
/* ==================================================
  Campaign
   ================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

dd {
  word-break: break-all;
}

.spD {
  display: none;
}
@media screen and (max-width: 749px) {
  .spD {
    display: block;
  }
}

.link-url {
  text-decoration: underline;
  color: #FF0000;
}
.link-url:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

.sec01__bg {
  margin: 0 auto;
  background-color: #ECEFFF;
  width: 100%;
  padding: 0 5.3333333333vw 10.6666666667vw;
}
@media screen and (max-width: 749px) {
  .sec01__bg {
    width: 100vw;
  }
}
.sec01__img {
  width: 100%;
  margin: 0 auto;
  background: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .sec01__img {
    width: 100%;
  }
}
.sec01__img picture.kv {
  display: block;
  width: 885px;
  margin: 0 auto;
  padding-top: 56px;
}
@media screen and (max-width: 749px) {
  .sec01__img picture.kv {
    width: 100%;
    padding-top: 0;
  }
}
.sec01__txtBox {
  width: 980px;
  text-align: center;
  margin: 56px auto;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox {
    width: 100%;
    margin: 0 auto;
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.sec01__txtBox h2 {
  color: #001A42;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox h2 {
    font-size: 5.6vw;
    margin: 0;
    line-height: 1.5;
  }
}
.sec01__txtBox p {
  color: #001A42;
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox p {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
    margin-bottom: 0;
  }
}
.sec01__txtBox .trying-again {
  margin: 0 auto;
  margin-top: 24px;
  border: solid 3px #DAE0FF;
  padding: 24px 0;
  max-width: 516px;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .trying-again {
    margin-top: 4.2666666667vw;
  }
}
.sec01__txtBox .trying-again .yellow-marker {
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .trying-again .yellow-marker {
    font-size: 6.4vw;
    font-weight: bold;
    display: inline-block;
    z-index: 1;
  }
}
.sec01__txtBox .trying-again .yellow-marker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px; /* 調整：マーカーを下側に配置 */
  width: 100%;
  height: 9px;
  background: #F9DD8F;
  z-index: -1;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .trying-again .yellow-marker::before {
    left: 0;
    bottom: 2px; /* 調整：マーカーを下側に配置 */
    width: 100%;
    height: 2.4vw;
    background: #F9DD8F;
    z-index: -1;
  }
}
.sec01__txtBox .trying-again .again2 {
  margin-top: 16px;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .trying-again .again2 {
    margin-top: 4.2666666667vw;
  }
}
.sec01__txtBox .use_quiz-btn-again {
  position: relative;
  margin: 0 auto;
  color: #fff;
  background-color: #001A42;
  padding: 18px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 57px;
  border: solid 2px #BC9529;
  width: 295px;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .use_quiz-btn-again {
    width: 68vw;
    padding: 4.8vw 0;
    font-size: 4.2666666667vw;
    border-radius: 57px;
  }
}
.sec01__txtBox .use_quiz-btn-again::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg); /* 「＞」っぽく傾ける */
  pointer-events: none;
}
.sec01__txtBox .calendar {
  margin: 0 auto;
  max-width: 885px;
  font-size: 18px;
  line-height: 27px;
  color: #001A42;
  margin-top: 58px;
  padding-top: 40px;
  border-top: solid 2px #DAE0FF;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .calendar {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    color: #001A42;
    margin-top: 8.5333333333vw;
    padding-top: 8.5333333333vw;
    border-top: solid 2px #DAE0FF;
  }
}
.sec01__txtBox .calendar img {
  width: 560px;
  margin-top: 16px;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .calendar img {
    width: 100%;
    margin-top: 4.2666666667vw;
  }
}
.sec01__txtBox .calendar p {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .calendar p {
    margin-top: 8.5333333333vw;
  }
}
.sec01__txtBox .use_quiz-btn-back {
  position: relative;
  margin: 0 auto;
  margin-top: 24px;
  color: #fff;
  background-color: #BC9529;
  padding: 18px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 57px;
  width: 295px;
}
@media screen and (max-width: 749px) {
  .sec01__txtBox .use_quiz-btn-back {
    margin-top: 4.2666666667vw;
    width: 100%;
    padding: 4.8vw 0;
    font-size: 4.2666666667vw;
    border-radius: 15.2vw;
  }
}
.sec01__txtBox .use_quiz-btn-back::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg); /* 「＞」っぽく傾ける */
  pointer-events: none;
}
.sec01__btn {
  display: block;
  width: 585px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .sec01__btn {
    width: 89.3333333333vw;
  }
}