@font-face {
  font-family: ryo-gothic-plusn;
  font-weight: 400;
  src: url('./RyoGothicPlusN-Regular.otf') format('opentype');
}
@font-face {
  font-family: ryo-gothic-plusn;
  font-weight: 500;
  src: url('./RyoGothicPlusN-Medium.otf') format('opentype');
}
@font-face {
  font-family: ryo-gothic-plusn;
  font-weight: 700;
  src: url('./RyoGothicPlusN-Bold.otf') format('opentype');
}
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #5A5A5A;
  line-height: 1.5em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-style: normal;
}
section,
footer,
header,
p {
  display: block;
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li,
ol li {
  list-style: none;
}
.icon {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
body.frozen {
  overflow: hidden;
}
.for-pc {
  display: block !important;
}
.for-sp {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none!important;
  }
  .for-sp {
    display: block!important;
  }
}
#s1 header {
  position: relative;
}
#s1 header::before {
  content: ' ';
  top: 0;
  left: 0%;
  transform: translate(0%, -75px);
  width: 1107px;
  height: 195px;
  background-image: url(img/header-bg-top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
#s1 header .logos {
  background-image: url(img/13.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 186px;
  height: 58px;
  position: absolute;
  left: 50px;
  top: 146px;
}
#s1 header .share-list {
  position: absolute;
  right: 50px;
  top: 146px;
}
#s1 header .share-list li {
  display: inline-block;
  width: 49px;
  height: 49px;
}
#s1 header .share-list li a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/23.png?240924);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  opacity: 1;
}
#s1 header .share-list li a:hover {
  opacity: 0.7;
}
#s1 header .share-list li a.twitter {
  background-position-x: left;
}
#s1 header .share-list li a.facebook {
  background-position-x: center;
}
#s1 header .share-list li a.inst {
  background-position-x: right;
}
@media screen and (max-width: 768px) {
  #s1 header {
    position: relative;
  }
  #s1 header::before {
    content: ' ';
    top: 0;
    left: 0;
    transform: translate(-11.73vw, -8.26vw);
    width: 131.73vw;
    height: 23.2vw;
  }
  #s1 header .logos {
    display: none;
  }
  #s1 header .share-list {
    position: absolute;
    right: unset;
    top: 18.66vw;
    right: 5.33vw;
  }
  #s1 header .share-list li {
    display: inline-block;
    width: 9.8vw;
    height: 9.8vw;
  }
  #s1 header .share-list li a {
    background-image: url(img/23-sp.png?240924);
  }
  #s1 header .share-list li a.facebook {
    background-position-x: right;
  }
}
#s1 {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#s1 .ctn {
  padding-bottom: 60px;
}
#s1 .ctn .logo-wrap .the-logo {
  background-image: url(img/11.png?210916);
  width: 236px;
  height: 287px;
  margin-top: -40px;
}
#s1 .ctn .slogan {
  font-size: 48px;
  line-height: 1em;
  margin-top: 20px;
  width: 796px;
  margin-left: auto;
  margin-right: auto;
}
#s1 .ctn .slogan .t0 {
  display: inline-block;
  color: #76952F;
}
#s1 .ctn .slogan .t1 {
  display: inline-block;
  color: #EFA252;
}
#s1 .ctn .sub-slogan {
  color: #76952F;
  line-height: 1em;
  margin-top: 30px;
  letter-spacing: 0.2em;
  font-size: 26px;
  margin-top: 24px;
}
#s1 .ctn p {
  margin-top: 75px;
  font-size: 19px;
  line-height: 44px;
  color: #5A5A5A;
}

#s1 .ctn span.campaign_finish_text {
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 17px;
}
#s1 .ctn p .t0 {
  background-color: #ffff86;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  border-radius: 10px;
}
#s1 .ctn p .quiz-img {
  margin-top: 50px;
}
#s1 .ctn .btn {
  width: 378px;
  height: 75px;
  display: inline-block;
  background-image: url(img/25.png?210916);
  margin-top: 45px;
  transition: all 0.2s ease;
  opacity: 1;
}
#s1 .ctn .btn:hover {
  opacity: 0.7;
}
#s1 .ctn .btn:active {
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  #s1 {
    width: 100vw;
    overflow-x: hidden;
  }
  #s1 .ctn {
    padding-bottom: 60px;
  }
  #s1 .ctn .logo-wrap .the-logo {
    width: 48.8vw;
    height: 48.8vw;
    margin-top: 0vw;
  }
  #s1 .ctn .slogan {
    letter-spacing: 2vw;
    font-size: 10.13vw;
    line-height: 1.5em;
    margin-top: 2.66vw;
    width: 51vw;
    font-size: 36px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #s1 .ctn .sub-slogan {
    color: #76952F;
    font-size: 3.46vw;
    line-height: 1em;
    margin-top: 4.8vw;
    font-size: 18px;
    margin-top: 10px;
  }
  #s1 .ctn p {
    margin-top: 11.46vw;
    font-size: 14px;
    line-height: 23px;
    color: #5A5A5A;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }
  #s1 .ctn span.campaign_finish_text {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  #s1 .ctn p .t0 {
    background-color: transparent;
  }
  #s1 .ctn .quiz-img {
    margin-top: 20px;
    width: 90%;
  }
  #s1 .ctn .btn {
    width: 54.66vw;
    height: 10.66vw;
    background-image: url(img/25.png?210916);
    margin-top: 45px;
    transition: all 0.2s ease;
    opacity: 1;
  }
}
@media screen and (max-device-width: 375px) {
  #s1 .ctn .slogan .t0 {
    font-size: 34px;
  }
}
@media screen and (max-device-width: 320px) {
  #s1 .ctn .slogan .t0 {
    font-size: 29px;
  }
}
#s2 {
  background-color: #E6ECD9;
  width: 100vw;
}
#s2 .s2-title {
  font-size: 42px;
  padding-top: 80px;
  color: #76952F;
  text-align: center;
  letter-spacing: 6px;
}
#s2 .ctn {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  height: 1415px;
}
#s2 .ctn:after {
  content: ' ';
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-image: url(img/s2-bg-1.png);
  width: 149px;
  height: 259px;
  position: absolute;
  right: 63px;
  top: -292px;
}
#s2 .title {
  background-image: url(img/s2-title.png);
  width: 521px;
  height: 178px;
  position: absolute;
  top: 143px;
  right: 52px;
  z-index: 3;
}
#s2 .art {
  background: white;
  width: 475px;
  height: 475px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  text-align: center;
}
#s2 .art h2 {
  padding-top: 40px;
  color: #76952F;
  font-size: 23px;
  line-height: 36px;
}
#s2 .art p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  width: 426px;
  margin: 0 auto;
}
#s2 .art p a {
  color: #76952F;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}
#s2 .art p a:hover {
  opacity: 0.7;
}
#s2 .art.t0 {
  top: 80px;
  left: 0;
  width: 475px;
  height: 475px;
}
#s2 .art.t1 {
  width: 452px;
  height: 452px;
  top: 438px;
  left: 317px;
}
#s2 .art.t1 h2 {
  padding-top: 40px;
}
#s2 .art.t2 {
  width: 492px;
  height: 492px;
  top: 163px;
  left: 674px;
}
#s2 .art.t2 h2 {
  padding-top: 40px;
}
#s2 .more-area {
  position: absolute;
  top: 940px;
  width: 100%;
  font-weight: 500;
}
#s2 .more-area div {
  text-align: center;
  color: #76952F;
  font-size: 14px;
}
#s2 .more-area div p {
  margin-bottom: 40px;
}
#s2 .more-area div a {
  color: #76952F;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 20px;
  background-color: #FFFFFF;
  border: 1px solid #76952F;
}
#s2 .more-area div a:hover {
  opacity: 0.7;
}
#s2 .link {
  background-image: url(img/s2-link.png);
  width: 535px;
  height: 127px;
  position: absolute;
  right: -106px;
  top: 817px;
  background-size: contain;
  opacity: 1;
}
#s2 .link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #s2 {
    width: 100vw;
  }
  #s2 .s2-title {
    font-size: 17px;
    padding-top: 40px;
    color: #76952F;
    text-align: center;
    letter-spacing: 2px;
  }
  #s2 .ctn {
    position: relative;
    width: 100vw;
    margin: 0 auto;
    height: 1153px;
  }
  #s2 .ctn:after {
    content: ' ';
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-image: url(img/s2-bg-1.png);
    width: 15.733vw;
    height: 27.2vw;
    position: absolute;
    right: 6.6vw;
    top: -36.2vw;
  }
  #s2 .title {
    background-image: url(img/s2-title-sp.png);
    width: 72.31vw;
    height: 25.06vw;
    position: absolute;
    top: 12vw;
    left: 22.933vw;
    right: unset;
    z-index: 3;
  }
  #s2 .art {
    background: white;
    width: 80vw;
    height: 80vw;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    text-align: center;
  }
  #s2 .art h2 {
    padding-top: 6vw;
    color: #76952F;
    font-size: 13px;
    line-height: 1.4em;
  }
  #s2 .art p {
    font-size: 12px;
    line-height: 1.4em;
    width: 93.4%;
    margin: 0 auto;
  }
  #s2 .art p a {
    font-size: 12px;
  }
  #s2 .art.t0 {
    top: 12.2vw;
    left: 8.66vw;
    width: 296px;
    height: 296px;
  }
  #s2 .art.t0 p{
    width: 90.4%;
  }
  #s2 .art.t1 {
    width: 280px;
    height: 280px;
    top: 314px;
    left: 22.6vw;
  }
  #s2 .art.t1 h2 {
    padding-top: 4vw;
  }
  #s2 .art.t1 p {
    width: 88.4%;
  }
  #s2 .art.t2 {
    width: 305px;
    height: 305px;
    top: 568px;
    left: 6.8vw;
  }
  #s2 .art.t2 h2 {
    padding-top: 6vw;
  }
  #s2 .art.t2 p {
    width: 88.4%;
    line-height: 1.5em;
  }
  #s2 .link {
    background-image: url(img/s2-link-sp.png);
    width: 34.66vw;
    height: 33.06vw;
    position: absolute;
    right: 7.733vw;
    top: 240.6vw;
    background-size: contain;
    z-index: 2;
  }
  #s2 .more-area {
    top: 906px;
  }
}
@media screen and (max-device-width: 320px) {
  #s2 .art.t0 {
    left: 1.6vw;
  }
  #s2 .art.t1 {
    left: 23.6vw;
  }
  #s2 .art.t2 {
    left: 4.8vw;
  }
}
#s3 {
  width: 100vw;
  text-align: center;
  /*margin-top: -300px;*/
  background-color: #FFD599;
}
#s3 .s3-title {
  font-size: 42px;
  padding-top: 80px;
  color: #914A26;
  text-align: center;
  letter-spacing: 6px;
}
#s3 .ctn {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
#s3 .ctn:after {
  content: ' ';
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-image: url(img/s3-bg-1.png);
  width: 149px;
  height: 259px;
  position: absolute;
  left: 0px;
  top: -312px;
}
#s3 .ctn .btn-area {
  margin-top: 50px;
}
#s3 .ctn .btn-area .btn {
  background-color: #FFFFFF;
  width: 600px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 30px;
  line-height: 70px;
}
#s3 .ctn .btn-area .btn:hover {
  opacity: 0.7;
}
#s3 .ctn .btn-area .btn:after {
  content: url("img/external-link.png");
  position: absolute;
  left: 820px;
}
#s3 .ctn .btn-area .btn a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  color: #914A26;
  font-size: 26px;
  line-height: 60px;
}
#s3 .ctn .btn-area .btn a span {
  font-size: 14px;
}
#s3 .ctn .btn-area .btn a:hover {
  opacity: 0.7;
}
#s3 .logo-wrap {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 44px;
}
#s3 .logo-wrap .the-logo {
  width: 130px;
  height: 130px;
  background-image: url(img/s3-logo.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
}
#s3 .logo-wrap a:hover {
  opacity: 0.7;
}
#s3 .title {
  background-image: url(img/s3-title.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 599px;
  height: 52px;
}
#s3 p {
  margin-top: 30px;
  color: #914a26;
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
}
#s3 .logo-list {
  padding: 70px 0;
}
#s3 .logo-list a:hover {
  opacity: 0.7;
}
#s3 .logo-list li {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 68px;
  height: 68px;
  border-radius: 12px;
  margin: 0 4px;
}
#s3 .logo-list li i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#s3 .logo-list li .logo-0 {
  background-image: url(img/s3-logo-0.png);
  transform: translate(-50%, -50%) scale(1.8);
}
#s3 .logo-list li .logo-1 {
  background-image: url(img/s3-logo-1.png);
}
#s3 .logo-list li .logo-2 {
  background-image: url(img/s3-logo-2.png);
}
#s3 .logo-list .logo-list-comment {
  color: #5A5A5A;
  font-size: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #s3 {
    width: 100vw;
    margin-top: -10vw;
  }
  #s3 .s3-title {
    font-size: 17px;
    padding-top: 15vw;
  }
  #s3 .ctn {
    position: relative;
    width: 100vw;
    margin: 0 auto;
  }
  #s3 .ctn .btn-area {
    margin-top: 25px;
  }
  #s3 .ctn .btn-area .btn {
    width: 240px;
    height: 52px;
    border-radius: 15px;
    line-height: 52px;
  }
  #s3 .ctn .btn-area .btn:after {
    content: url("img/external-link-sp.png");
    position: absolute;
    left: 292px;
    line-height: 52px;
  }
  #s3 .ctn .btn-area .btn a {
    line-height: 52px;
    font-size: 15px;
  }
  #s3 .ctn .btn-area .btn a span {
    font-size: 12px;
  }
  #s3 .ctn .btn-area .btn2 {
    height: 62px;
  }
  #s3 .ctn .btn-area .btn2:after {
    line-height: 62px;
  }
  #s3 .ctn .btn-area .btn2 a {
    margin-top: 12px;
    line-height: 15px;
  }
  #s3 .ctn .btn-area .btn2 a span {
    margin-top: 10px;
    font-size: 12px;
    display: block;
  }
  #s3 .ctn:after {
    content: ' ';
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-image: url(img/s3-bg-1.png);
    width: 15.73vw;
    height: 27.2vw;
    position: absolute;
    left: 6.66vw;
    top: -46.2vw;
  }
  #s3 .logo-wrap {
    text-align: center;
    padding-top: 9.33vw;
    padding-bottom: 4vw;
  }
  #s3 .logo-wrap .the-logo {
    width: 17.33vw;
    height: 17.33vw;
    background-color: #FFD599;
  }
  #s3 .title {
    background-image: url(img/s3-title-sp.png);
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 48.266vw;
    height: 11.733vw;
  }
  #s3 p {
    margin-top: 4.26vw;
    color: #914a26;
    font-size: 13px;
    line-height: 1.7em;
    width: 88.66vw;
    margin-left: auto;
    margin-right: auto;
  }
  #s3 .logo-list {
    padding: 5.33vw 0;
  }
  #s3 .logo-list a:hover {
    opacity: 0.7;
  }
  #s3 .logo-list li {
    display: inline-block;
    position: relative;
    background: #fff;
    width: 12vw;
    height: 12vw;
    margin: 0 0.8vw;
  }
  #s3 .logo-list li i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8.8vw;
    height: 8.8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #s3 .logo-list li .logo-0 {
    background-image: url(img/s3-logo-0.png);
    transform: translate(-50%, -50%) scale(1.8);
  }
  #s3 .logo-list li .logo-1 {
    background-image: url(img/s3-logo-1.png);
  }
  #s3 .logo-list li .logo-2 {
    background-image: url(img/s3-logo-2.png);
  }
}
@media screen and (max-device-width: 375px) {
  #s3 .ctn .btn-area .btn:after {
    left: 276px;
  }
}
@media screen and (max-device-width: 320px) {
  #s3 .ctn .btn-area .btn:after {
    left: 250px;
  }
}
footer {
  font-size: 14px;
  line-height: 80px;
  background-color: #474747;
  text-align: center;
  color: white;
  margin-top: -10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 2.66vw;
    line-height: 13.3vw;
    background-color: #474747;
    text-align: center;
    color: white;
    margin-top: -10px;
  }
}
@keyframes question-enter {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes question-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes question-btn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-enter,
.fade-leave-to {
  transform: translate(-50%, -50%) scale(0.6) !important;
  opacity: 0 !important;
}
.fade-enter-to,
.fade-leave {
  transform: translate(-50%, -50%) scale(1);
}
.question-animate-enter-active {
  animation: question-enter 0.8s;
}
.question-animate-leave-active {
  display: none;
}
.question-btn-enter-active {
  opacity: 0;
  animation: question-btn 0.4s;
  animation-delay: 1.2s;
}
.question-btn-leave-active {
  display: none;
}
.question-content-enter-active {
  opacity: 0;
  animation: question-btn 0.5s;
  animation-delay: 0.5s;
}
.question-content-leave-active {
  display: none;
}
.quiz-wrap .modal {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #E6ECD9;
  border-radius: 60px;
  width: 979px;
  min-height: 600px;
  text-align: center;
  transition: all 0.6s ease;
}
.quiz-wrap .modal .close-quiz {
  display: inline-block;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url(img/quiz/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
  opacity: 1;
}
.quiz-wrap .modal .close-quiz:hover {
  opacity: 0.7;
}
.quiz-wrap .modal .close-quiz:active {
  transform: scale(0.9);
}
.quiz-wrap .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  z-index: 10;
}
.quiz-wrap .question-title-header {
  font-size: 60px;
  line-height: 1em;
  margin-top: 102px;
  margin-bottom: 32px;
  position: relative;
  color: #000;
}
.quiz-wrap .question-title-header:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -58px;
  width: 116px;
  height: 54px;
  background-image: url(img/quiz/question-title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.quiz-wrap .question-title {
  color: #914A26;
  margin: 32px auto 25px;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  min-height: 106px;
}


.quiz-wrap .answer-text {
  color: #914A26;
  margin: 12px auto 25px;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
}


.quiz-wrap .answer-text span{
  font-family: monospace;
  font-size: 30px;
  font-weight: 700;
}


.quiz-wrap .question-title span {
  font-size: 26px;
}
.quiz-wrap .question-img {
  height: 280px;
  background-repeat: no-repeat;
  background-position-x: center;
}
.quiz-wrap .question-index {
  position: absolute;
  top: 111px;
  right: 140px;
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  color: #000000;
  width: 32px;
  padding-bottom: 2px;
  border-bottom: 4px solid #76952F;
}
.quiz-wrap .question-body .question-tip-wrap {
  width: 762px;
  min-height: 246px;
  margin: 0 auto;
  background-color: #76952F;
  border-radius: 20px;
  padding: 22px 24px;
}
.quiz-wrap .question-body .question-tip-wrap .question-tip-pic {
  width: 249px;
  height: 249px;
  border-radius: 20px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz-wrap .question-body .question-tip-wrap .question-tip-content {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  margin-left: 280px;
  margin-right: 0;
  text-align: left;
}
.quiz-wrap .question-body .question-tip-wrap .question-tip-content span {
  font-weight: 700;
  color: #FFE200;
}
.quiz-wrap .question-body .question-tip-wrap .question-tip-content a {
  color: #FFFFFF;
  word-wrap: break-word;
}
.quiz-wrap .question-body .question-tip-wrap .question-tip-content a:hover {
  opacity:0.7; filter:alpha(opacity=70);
}
.quiz-wrap .question-body p {
  text-align: left;
  font-size: 19px;
  line-height: 2em;
  width: 665px;
  margin: 0 auto;
}
.quiz-wrap .question-body .question-img {
  position: absolute;
  width: 246px;
  height: 246px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  border-radius: 50%;
  border: 8px solid #8FD24D;
}
.quiz-wrap .question-body .question-img-quiz4 {
  position: absolute;
  width: 271px;
  height: 276px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.quiz-wrap .question-body .question-img-quiz7 {
  position: absolute;
  width: 338px;
  height: 282px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.quiz-wrap .question-body .answer-wrap {
  width: 100%;
  margin: 0 auto;
  /*position: absolute;*/
  bottom: 30px;
}
.quiz-wrap .question-body .answer-wrap a {
  /*display: block;*/
  display: inline-block;
  /*max-width: 250px;*/
  width: 248px;
  height: 92px;
  /*font-size: 20px;*/
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4em;
  /*margin-bottom: 16px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/

  margin: 16px 10px;

  transition: all 0.2s ease;
  opacity: 1;
  background-color: #76952F;
  color: white;
  text-decoration: none;
  border-radius: 92px;
  position: relative;
}
.quiz-wrap .question-body .answer-wrap a span {
  color: white;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 60px;
  font-weight: 900;
  font-family: monospace;
}
.quiz-wrap .question-body .answer-wrap a:hover {
  opacity: 0.7;
}
.quiz-wrap .question-body .answer-wrap a:active {
  transform: scale(0.9);
}
/*.quiz-wrap .question-body .answer-wrap a:after {*/
/*  content: ' ';*/
/*  display: block;*/
/*  position: absolute;*/
/*  right: 20px;*/
/*  top: 50%;*/
/*  margin-top: -10px;*/
/*  background-image: url(img/quiz/answer-arrow.png);*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*}*/
.quiz-wrap .btn {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 25px;
  transform: translateX(0);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #EFA252;
  width: 203px;
  height: 67px;
  line-height: 1.5em;
  display: inline-block;
  transition: all 0.2s ease;
  border-radius: 67px;
  text-decoration: none;
}
.quiz-wrap .btn span {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.quiz-wrap .btn:hover {
  opacity: 1;
}
.quiz-wrap .btn.btn-result {
  background-image: url(img/quiz-result-btn.png);
}
.quiz-wrap .btn.btn-share {
  background-image: url(img/quiz-result-share.png);
  position: static;
  bottom: unset;
  left: unset;
  margin-top: 20px;
  transform: none;
  margin-bottom: 50px;
}
.quiz-wrap .btn:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7.5px;
  background-image: url(img/quiz/btn-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.quiz-wrap .result-title {
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 4px;
  line-height: 1em;
}
.quiz-wrap .result-level {
  color: #fff;
  background-color: #914A26;
  font-size: 20px;
  line-height: 1.75em;
  text-align: center;
  border-radius: 35px;
  width: 250px;
  margin: 11px auto 0;
}
.quiz-wrap .result-level-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
  width: 100%;
  margin: 24px auto 0;
  text-align: center;
  width: 700px;
}
.quiz-wrap .result-level-img-wrap {
  text-align: center;
}
.quiz-wrap .result-level-img-wrap .result-level-img {
  width: 240px;
  height: 240px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .quiz-wrap .modal {
    border-radius: unset;
    width: 100vw;
    height: 100%;
    overflow: auto;
  }
  .quiz-wrap .modal .close-quiz {
    width: 12vw;
    height: 12vw;
    top: 5.4vw;
    right: 3.4vw;
    position: fixed;
  }
  .quiz-wrap .modal .modal-body {
    padding-bottom: 0vw;
    overflow: auto;
  }
  .quiz-wrap .question-title-header {
    font-size: 16vw;
    line-height: 1em;
    margin-top: 23.4vw;
    margin-bottom: 7.6vw;
  }
  .quiz-wrap .question-title-header:before {
    content: ' ';
    left: 50%;
    top: -21.6vw;
    margin-left: -16vw;
    width: 32vw;
    height: 14.8vw;
    background-image: url(img/quiz/question-title.png);
  }
  .quiz-wrap .question-title {
    /*margin: 22.8vw auto 10.6vw;*/
    font-size: 24px;
    line-height: 9.3vw;
    width: 80vw;
  }
  .quiz-wrap .question-title span {
    font-size: 13px;
    line-height: 6vw;
    display: block;
  }
  .quiz-wrap .question-index {
    position: absolute;
    top: 30.4vw;
    right: 9.6vw;
    text-align: center;
    font-size: 4vw;
    line-height: 1em;
    color: #000000;
    padding-bottom: 0.26vw;
    border-bottom: 1.06vw solid #76952F;
    width: 9.6vw;
  }
  .quiz-wrap .question-body {
    padding-bottom: 10vw;
  }
  .quiz-wrap .question-body .question-tip-wrap {
    width: 75.6vw;
    padding: 3.33vw;
  }
  .quiz-wrap .question-body .question-tip-wrap .question-tip-pic {
    float: none;
    clear: both;
    width: 100%;
    height: 36.4vw;
    margin-bottom: 5.33vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz-wrap .question-body .question-tip-wrap .question-tip-content {
    font-size: 3.733vw;
    line-height: 2em;
    margin: 0 auto;
  }
  .quiz-wrap .question-body p {
    text-align: left;
    font-size: 3.463vw;
    line-height: 2em;
    width: 57.6vw;
    margin: 0 auto;
  }
  .quiz-wrap .question-body .question-img {
    position: static;
    width: 57.06vw;
    height: 57.06vw;
    top: unset;
    left: unset;
    transform: none;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #8FD24D;
  }
  .quiz-wrap .question-body .answer-wrap {
    width: 76vw;
    margin: 20vw auto;
    position: relative;
    padding-top: 0vw;
  }
  .quiz-wrap .question-body .answer-wrap a {
    width: 100%;
    height: 32vw;
    font-size: 5.3vw;
    line-height: 7.3vw;
  }
  .quiz-wrap .question-body .answer-wrap a:hover {
    opacity: 1;
  }
  .quiz-wrap .btn {
    bottom: 0;
    position: sticky;
    margin: 0vw auto 6vw;
    display: block;
    width: 70%;
    left: 15%;
    transform: translateX(0);
  }
  .quiz-wrap .btn.btn-share {
    background-image: url(img/quiz-result-share-sp.png);
    bottom: unset;
    left: unset;
    margin-top: 0vw;
    transform: none;
    margin-bottom: 4vw;
  }
  .quiz-wrap .result-title {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 8.33vw;
    line-height: 1.7em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .quiz-wrap .result-level {
    color: #fff;
    width: 66.66vw;
    font-size: 5.33vw;
    line-height: 9.3vw;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border-radius: 9.3vw;
  }
  .quiz-wrap .result-level span {
    font-size: 5vw;
  }
  .quiz-wrap .result-level-content {
    color: #914A26;
    text-align: left;
    font-size: 3.763vw;
    line-height: 2em;
    width: 73.33vw;
    margin: 6vw auto 10vw;
  }
  .quiz-wrap .result-level-img-wrap {
    text-align: center;
    margin-bottom: 30px;
  }
  .quiz-wrap .result-level-img-wrap .result-level-img {
    width: 53.33vw;
    height: 53.33vw;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .quiz-wrap .question-img {
    height: 180px;
    background-repeat: no-repeat;
    background-position-x: center;
    padding: 0 3.33vw;
    width: 75.6vw;
    margin: auto;
    background-size: contain;
  }
}

a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
