@charset "utf-8";

#quiz {
  padding-top: 108px;
  padding-bottom: 198px;
  background-color: rgba(240, 134, 66, 0.7);
}

#quiz .--sp {
  display: none;
}

.quiz .section-title__en {
  width: 86px;
}

.quiz__copy1 {
  max-width: 322px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.quiz__copy2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-bottom: 42px;
}

.quiz__txt1 {
  max-width: 195px;
  margin-left: auto;
  margin-right: auto;
}

.quiz__inner1 {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
}

#quiz .swiper-button-disabled {
  opacity: 0;
}

.quiz__slider-link {
  cursor: pointer;
  opacity: 0.8;
}

.quiz__prev,
.quiz__next {
  position: static;
  background-image: none;
  width: 100%;
  max-width: 128px;
  margin-top: 0;
}

.quiz__prev::after,
.quiz__next::after {
  content: none;
}

.quiz__prev-first {
  max-width: 158px;
  cursor: pointer;
  margin-top: 30px;
}

.quiz__slider-ui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
}

.quiz__select {
  cursor: pointer;
}

.quiz__result {
  width: 139px;
  display: none;
}

.quiz__result.active {
  display: block;
}

.quiz__result.active+.quiz__next {
  display: none;
}

.quiz__thoughts {
  max-width: 694px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.quiz__thoughts-chara {
  position: relative;
  z-index: 1;
  max-width: 232px;
}

.quiz__thoughts-comme {
  display: block;
  position: relative;
  left: -10%;
  padding-top: 3%;
  z-index: 0;
  max-width: 551px;
}

.quiz__copy {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
}

#totop {
  width: 60px;
  position: fixed;
  bottom: 180px;
  right: 20px;
  z-index: 4;
}

#totop a {
  display: block;
}

#totop img {
  width: 100%;
  height: auto;
}

.footer__low {
  position: relative;
}

@media screen and (max-width: 750px) {
  #quiz {
    padding-top: 63px;
    padding-bottom: 128px;
  }

  #quiz .--pc {
    display: none;
  }

  #quiz .--sp {
    display: block;
  }

  .quiz__swiper {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto;
  }

  .quiz__copy1,
  .quiz__copy2 {
    max-width: 282px;
  }

  .quiz__copy2 {
    margin-top: 20px;
  }

  .quiz__thoughts {
    align-items: flex-start;
    position: relative;
    margin-top: 58px;
    padding-bottom: 0;
  }

  .quiz__thoughts-chara {
    max-width: 45%;
    left: 0%;
  }

  .quiz__thoughts-comme {
    position: absolute;
    left: auto;
    right: 0;
    max-width: 60%;
  }

  .quiz__inner1 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .quiz__txt1 {
    margin-bottom: 20px;
  }

  .quiz__prev-first {
    max-width: 145px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .quiz__result {
    width: 127px;
  }

  .quiz__prev,
  .quiz__next {
    max-width: 118px;
  }

  #totop {
    width: 50px;
    bottom: 160px;
    right: 15px;
  }
}

@media screen and (max-width: 500px) {
  #totop {
    bottom: 120px;
  }
}

@media screen and (max-width: 375px) {
  .quiz .section-title__en {
    width: 64px;
  }
}

/*****
追加
*****/
.quiz__slider-ui {
  justify-content: center;
}

.quiz__btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 56%;
  pointer-events: none;
}

.answer-list {
  width: 94.5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;

  margin-top: 30px;
}

.answer-list__incorrect,
.answer-list__correct,
.answer-list__final {
  display: none;
}

.quiz__slider {
  position: relative;
}

.quiz__slider .swiper-slide {
  position: relative;

}

.quiz__slider .swiper-slide .quiz__book {
  display: block;
  width: 89.5%;
  margin-left: auto;
  margin-right: auto;
}


.quiz__obj-correct,
.quiz__obj-incorrect {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.quiz__obj-correct {
  top: 44%;
  width: 31%;
  right: 10.5%;
}

.quiz__obj-incorrect {
  top: 47.5%;
  width: 33%;
  right: 10.5%;
  z-index: 3;
  opacity: 0.66;
}

#quiz .swiper-wrapper {
  position: relative;
}

.quiz__answer {
  pointer-events: none;
  filter: grayscale(100%);
}

.quiz__answer.active {
  pointer-events: all;
  filter: none;
}

.quiz__answer,
.quiz__answer-see,
.quiz__next-btn,
.quiz__result-btn {
  width: 9%;

  position: absolute;
  z-index: 3;
  top: 56%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.3;
}

.quiz__answer-see,
.quiz__next-btn,
.quiz__result-btn {
  display: none;
  pointer-events: all;
}


#quiz .quiz__slider.--pc .swiper-slide .cls-1 {
  fill: #ffffcb;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-1,
#quiz .quiz__slider.--pc .swiper-slide .cls-2 {
  fill-rule: evenodd;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-3 {
  fill: #69503f;
  pointer-events: none;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-4 {
  stroke-dasharray: 0 10;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-4,
#quiz .quiz__slider.--pc .swiper-slide .cls-5 {
  stroke: #69503f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-4,
#quiz .quiz__slider.--pc .swiper-slide .cls-5,
#quiz .quiz__slider.--pc .swiper-slide .cls-6,
#quiz .quiz__slider.--pc .swiper-slide .cls-7 {
  fill: none;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-5 {
  stroke-dasharray: 0 10;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-8 {
  fill: #e96e00;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-9 {
  fill: #fff;
  pointer-events: none;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-6 {
  stroke: #222;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-6,
#quiz .quiz__slider.--pc .swiper-slide .cls-7 {
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-2,
#quiz .quiz__slider.--pc .swiper-slide .cls-10 {
  fill: #ffd822;
}

#quiz .quiz__slider.--pc .swiper-slide .cls-11 {
  opacity: 0;
  fill: #ffefa4;
  transition: opacity 0.3s;
  cursor: pointer;
}

#quiz .quiz__slider.--pc .swiper-slide .quiz__select.active .cls-11,
#quiz .quiz__slider.--pc .swiper-slide .quiz__select:hover .cls-11 {
  opacity: 1;
}


#quiz .quiz__slider.--pc .swiper-slide .cls-7 {
  stroke: #000;
}

#quiz .quiz__slider.--pc .answer-list .cls-1 {
  fill: none;
  stroke-dasharray: 0 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}

#quiz .quiz__slider.--pc .answer-list .cls-1,
#quiz .quiz__slider.--pc .answer-list .cls-2,
#quiz .quiz__slider.--pc .answer-list .cls-3 {
  stroke: #000;
}

#quiz .quiz__slider.--pc .answer-list .cls-4 {
  fill: #69503f;
}

#quiz .quiz__slider.--pc .answer-list .cls-2,
#quiz .quiz__slider.--pc .answer-list .cls-3 {
  fill: #ffd822;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

#quiz .quiz__slider.--pc .answer-list .cls-5 {
  fill: #e96e00;
}

#quiz .quiz__slider.--pc .answer-list .cls-6 {
  fill: #e96e00;
}

#quiz .quiz__slider.--pc .answer-list .cls-3 {
  fill-rule: evenodd;
}




.quiz__obj-answer {
  position: absolute;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 35%;
}

.quiz__obj-answer.--1 {
  right: 9%;
  top: 44%;
  width: 35%;
}

.quiz__obj-answer.--2 {
  right: 8%;
  top: 44%;
  width: 39.3%;
}

.quiz__obj-answer.--3 {
  right: 8%;
  top: 49%;
  width: 38.3%;
}

.quiz__obj-answer.--4 {
  right: 5%;
  top: 48%;
  width: 40.3%;
}


.quiz__obj-glass {
  position: absolute;
  width: 17.7%;
  right: 6%;
  top: 11%;
  pointer-events: none;
}


.quiz__selected,
.quiz__incorrect {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.quiz__correct,
.quiz__incorrect {
  display: none;
}

.quiz__selected-item {
  display: none;
  width: 34.5%;
  height: auto;
  position: absolute;
  z-index: 3;
  top: 47.5%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 750px) {

  #quiz .quiz__slider.--sp .swiper-slide .cls-1,
  #quiz .quiz__slider.--sp .swiper-slide .cls-2 {
    fill: #ffffcb;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-1,
  #quiz .quiz__slider.--sp .swiper-slide .cls-3 {
    fill-rule: evenodd;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-4 {
    fill: #69503f;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-5 {
    fill: #e96e00;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-6 {
    fill: #fff;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-3 {
    fill: #ffd822;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-7 {
    fill: #ffefa4;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
  }

  #quiz .quiz__slider.--sp .swiper-slide .quiz__select.active .cls-7,
  #quiz .quiz__slider.--sp .swiper-slide .quiz__select:hover .cls-7 {
    opacity: 1;
  }


  #quiz .quiz__slider.--sp .swiper-slide .cls-8 {
    stroke-dasharray: 0 5.7;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-8,
  #quiz .quiz__slider.--sp .swiper-slide .cls-9 {
    stroke: #69503f;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.85px;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-8,
  #quiz .quiz__slider.--sp .swiper-slide .cls-9,
  #quiz .quiz__slider.--sp .swiper-slide .cls-10 {
    fill: none;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-9 {
    stroke-dasharray: 0 5.7;
  }

  #quiz .quiz__slider.--sp .swiper-slide .cls-10 {
    stroke: #222;
    stroke-miterlimit: 10;
    stroke-width: 1.71px;
  }

  #quiz .quiz__slider.--sp .answer-list .cls-1 {
    fill: #69503f;
  }

  #quiz .quiz__slider.--sp .answer-list .cls-2 {
    fill: #ffd822;
    fill-rule: evenodd;
  }

  #quiz .quiz__slider.--sp .answer-list .cls-2,
  #quiz .quiz__slider.--sp .answer-list .cls-3 {
    stroke-miterlimit: 10;
    stroke-width: 1.77px;
  }

  #quiz .quiz__slider.--sp .answer-list .cls-2,
  #quiz .quiz__slider.--sp .answer-list .cls-3,
  #quiz .quiz__slider.--sp .answer-list .cls-4 {
    stroke: #000;
  }

  #quiz .quiz__slider.--sp .answer-list .cls-3,
  #quiz .quiz__slider.--sp .answer-list .cls-4 {
    fill: none;
  }

  #quiz .quiz__slider.--sp .answer-list .cls-5 {
    fill: #e96e00;
  }

  #quiz .quiz__slider.--sp .answer-list .cls-6 {
    fill: #e96e00;
  }

  #quiz .quiz__slider.--sp .answer-list .cls-4 {
    stroke-dasharray: 0 5.89;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.95px;
  }

  .quiz__obj-correct,
  .quiz__obj-incorrect {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 13%;
    /* left: 50%; */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 63%;
  }

  .quiz__selected-item {
    width: 76%;
    top: auto;
    bottom: 24.5%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }


  .quiz__obj-answer {
    position: absolute;
    z-index: 3;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

  .quiz__obj-incorrect {
    right: auto;
  }


  .quiz__obj-answer.--1 {
    right: 13%;
    bottom: 13%;
    top: auto;
    width: 73%;
  }

  .quiz__obj-answer.--2 {
    right: 9%;
    top: auto;
    bottom: 15%;
    width: 79.3%;
  }

  .quiz__obj-answer.--3 {
    right: 9%;
    top: auto;
    bottom: 12%;
    width: 76.3%;
  }

  .quiz__obj-answer.--4 {
    right: 8%;
    top: auto;
    bottom: 12%;
    width: 82%;
  }

  .quiz__btns {
    padding-top: 202%;
  }

  .quiz__answer-see,
  .quiz__answer,
  .quiz__next-btn,
  .quiz__result-btn {
    width: 19.4%;
    right: -3%;
    top: 61%;

  }

  .quiz__obj-glass {
    position: absolute;
    width: 40.7%;
    right: 0%;
    bottom: 35%;
    top: auto;
    pointer-events: none;
  }


}