@charset "UTF-8";
.Quiz {
  font-feature-settings: "palt" 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', "MS P Gothic" ,sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  -webkit-tap-highlight-color: transparent;
}

.Quiz * {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .Quiz * {
    font-size: 4.26vw;
  }
}

.Quiz img {
  display: block;
}

@media screen and (max-width: 640px) {
  .Quiz .pc {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .Quiz .sp {
    display: none;
  }
}

.Quiz .fontEn {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.Quiz > section {
  position: relative;
}

@media screen and (min-width: 641px) {
  .Quiz > section {
    min-width: 1000px;
  }
}

@media screen and (min-width: 641px) {
  .Quiz > section > .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .Quiz > section > .inner {
    padding: 0 5.33vw;
  }
}

.Quiz .scene {
  display: none;
  padding: 8vw 0 8vw;
}

.Quiz .scene.active {
  display: block;
}

.Quiz .scene-text {
  font-weight: bold;
  line-height: 1.6;
}

.Quiz .header {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  position: relative;
  text-align: center;
  margin-bottom: 6vw;
}

@media screen and (min-width: 641px) {
  .Quiz .header {
    margin-bottom: 2em;
  }
}

.Quiz .header > .header-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #720411;
  border-radius: 100%;
  width: 13.33vw;
  height: 13.33vw;
  font-size: 8vw;
  margin-bottom: 6vw;
}

@media screen and (min-width: 641px) {
  .Quiz .header > .header-icon {
    width: 91px;
    height: 91px;
    font-size: 57px;
    margin-bottom: 1em;
  }
}

.Quiz .header > .header-title {
  width: 46.4vw;
  margin: 0 auto 10.66vw;
}

.Quiz .header > .header-title > img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .Quiz .header h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .Quiz .header h2 {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 641px) {
  .Quiz .header p {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 640px) {
  .Quiz .header p {
    margin-top: 3.33vw;
    font-size: 2.66vw;
  }
}

.Quiz .qr {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .Quiz .qr {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .Quiz .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .Quiz .flex {
    padding: 0 5.33vw;
  }
}

@media screen and (min-width: 641px) {
  .Quiz .flex .body {
    width: 750px;
  }
}

@media screen and (min-width: 641px) {
  .Quiz .flex .body > p {
    margin-top: -8px;
    font-size: 16px;
    line-height: 36px;
  }
}

@media screen and (max-width: 640px) {
  .Quiz .flex .body > p {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}

.Quiz .fadeIn {
  opacity: 0;
}

.Quiz .questions {
  position: relative;
}

.Quiz .questions > li {
  margin-bottom: 10.66vw;
}

.Quiz .questions .question-label {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #720411;
  width: 78.66vw;
  height: 13.33vw;
  font-size: 4.8vw;
  margin: auto;
}

.Quiz .btn-select {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #be071d;
  border: #be071d solid 1.06vw;
  width: 78.66vw;
  height: 13.33vw;
  font-size: 3.2vw;
  font-weight: bold;
  margin: auto;
  padding: 4vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.Quiz .btn-select > span {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 4.8vw;
  font-weight: normal;
  margin-right: 3.46vw;
}

.Quiz .btn-select.selected {
  color: #fff;
  background-color: #be071d;
}

.Quiz .btn-arrow {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #be071d;
  color: #fff;
  width: 100%;
  height: 18.66vw;
  font-size: 6.4vw;
  font-weight: bold;
  background-image: url("../img/quiz/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: right 5.33vw center;
  background-size: 2.66vw 4.53vw;
  margin: auto;
  padding: 4vw;
}

.Quiz .btn-arrow:disabled {
  background-color: #720411;
}

.Quiz .btn-back {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 4.26vw;
  font-weight: bold;
  width: 50.66vw;
  height: 13.33vw;
  background-image: url("../img/quiz/arrow_back.svg");
  background-repeat: no-repeat;
  background-position: left 5.33vw center;
  background-size: 2.66vw 4.53vw;
}

.Quiz .Question > .header > .header-title {
  width: 75.2vw;
  margin: auto;
}

@media screen and (min-width: 641px) {
  .Quiz .Question > .header > .header-title {
    width: 530px;
  }
}

.Quiz .Question > .scene-text {
  font-size: 4.26vw;
  margin-bottom: 10.66vw;
}

@media screen and (min-width: 641px) {
  .Quiz .Question > .scene-text {
    font-size: 26px;
    margin-bottom: 80px;
  }
}

.Quiz .Question .btn-frame {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 4.26vw;
  font-weight: bold;
  width: 89.33vw;
  height: 13.33vw;
  border: #fff solid 1.06vw;
  background-image: url("../img/quiz/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: right 5.33vw center;
  background-size: 2.66vw 4.53vw;
  margin-bottom: 10.66vw;
}

.Quiz .Question .question-box {
  background-color: #fff;
  width: 89.33vw;
  margin: 0 auto;
  text-align: left;
  padding: 8vw 0;
}

.Quiz .Question .question-text {
  color: #000;
  font-size: 5.33vw;
  font-weight: bold;
  line-height: 1.35;
  padding: 0 6vw;
  margin-bottom: 8vw;
}

.Quiz .Question .answers > li {
  margin-bottom: 2.66vw;
}

.Quiz .Success > .header {
  margin-bottom: 10.66vw;
}

.Quiz .Success > .scene-text {
  position: relative;
  font-size: 6.4vw;
  margin-bottom: 10.66vw;
}

.Quiz .Success > .btn-arrow {
  margin-bottom: 8vw;
}

.Quiz .Success .success-image {
  position: relative;
  width: 64vw;
  margin: 0 auto 8vw;
}

.Quiz .Success .success-image > img {
  width: 100%;
}

.Quiz .Success .success-text {
  position: relative;
  text-align: left;
  font-size: 5.33vw;
  font-weight: bold;
  line-height: 1.35;
  width: 64vw;
  margin: 0 auto 8vw;
}

.Quiz .Success .maru {
  position: absolute;
  left: 0;
  top: 38.66vw;
  width: 100%;
}

.Quiz .Success .maru > img {
  width: 32vw;
  height: auto;
  margin: auto;
}

.Quiz .Failure > .header {
  margin-bottom: 10.66vw;
}

.Quiz .Failure > .scene-text {
  position: relative;
  font-size: 6.4vw;
  margin-bottom: 10.66vw;
}

.Quiz .Failure .results {
  position: relative;
  text-align: left;
  font-size: 5.33vw;
  font-weight: bold;
  width: 33.33vw;
  margin: auto;
  margin-bottom: 10.66vw;
  counter-reset: number 0;
}

.Quiz .Failure .results li {
  margin-bottom: 4vw;
}

.Quiz .Failure .results li::before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "Q" counter(number);
  margin-right: 4vw;
}

.Quiz .Failure .batsu {
  position: absolute;
  left: 0;
  top: 38.66vw;
  width: 100%;
}

.Quiz .Failure .batsu > img {
  width: 32vw;
  height: auto;
  margin: auto;
}

.Quiz .Answer > .header {
  margin-bottom: 10.66vw;
}

.Quiz .Answer > .scene-text {
  font-size: 4.26vw;
  margin-bottom: 10.66vw;
}

.Quiz .Answer .question-box {
  background-color: #fff;
  width: 89.33vw;
  margin: 0 auto;
  text-align: left;
  padding: 8vw 0;
}

.Quiz .Answer .question-text {
  color: #000;
  font-size: 5.33vw;
  font-weight: bold;
  line-height: 1.35;
  padding: 0 6vw;
  margin-bottom: 8vw;
}

.Quiz .Answer .question-answer {
  color: #000;
  font-size: 5.33vw;
  font-weight: bold;
  line-height: 1.35;
  padding: 0 6vw;
  margin-bottom: 8vw;
}

.Quiz .Answer .question-exp {
  color: #000;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 2;
  padding: 0 6vw;
}

@media screen and (min-width: 641px) {
  #snsBtns {
    background-size: auto 20px;
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 640px) {
  #snsBtns {
    background-size: auto 2.66vw;
    padding: 10.66vw 0 0vw;
  }
}
