@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/* 	quiz2025.css
============================================================================================== */
body {
  min-width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #554600;
}
p {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

rt {
  translate: 0 0.5em;
}

@-moz-document url-prefix() {
  rt {
    position: relative;
    top: 0.7em;
  }
}

.wrapper {
  background: url(../images/2025/quiz/bg_wall.jpg) repeat-y center / cover;
}

.contentsbox.quiz2025 {
  margin: 0 auto;
  width: 100%;
  overflow: visible !important;
}

.visual img {
  width: 100%;
}

.visual_header {
  background: #fff;
}

.visual_logo {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  margin: auto;
  justify-content: space-between;
}

.visual_nav {
  max-width: 229px;
}

.visual_date {
  background: #e6002d;
  text-align: center;
  color: #fff;
  font-size: clamp(1.25rem, 0.5rem + 3.75vw, 3.313rem);
  padding: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.visual_date span {
  font-size: clamp(0.875rem, 0.602rem + 1.36vw, 1.625rem);
}

.visual_deadline {
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px;
  position: relative;
  top: -5px;
  margin: 0 10px 0 15px;
}

span.visual_end {
  background: #fff;
  color: #e6002d;
  display: inline-block;
  padding: 10px;
  top: -5px;
  position: relative;
}

.btn {
  max-width: 410px;
  margin: auto;
}

.btn a {
  color: #fff;
  background: #5fb86d;
  display: block;
  padding: 10px 10px 10px 50px;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  text-decoration: none;
  font-weight: 500;
  border-radius: calc(1px / 0);
  transition: all ease 0.3s;
}

.btn span {
  position: relative;
}

.btn span::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/2025/quiz/btn_icon@2x.png) no-repeat center / cover;
  width: 56px;
  height: 56px;
  left: -60px;
  top: -18px;
  transition: all ease 0.3s;
}

.btn a:hover {
  background: #666;
}

.btn a:hover span:before {
  animation: poyopoyo 1.5s ease-out infinite;
  opacity: 1;
}

.btn_not {
  background: #a6a6a6;
  padding: 10px;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: 500;
  border-radius: calc(1px / 0);
  color: #dcdcdc;
  max-width: 410px;
  margin: auto;
}

.btn_top {
  max-width: 290px;
  margin: 0 auto 50px;
}

.btn_top a {
  background: #f79a03;
  display: block;
  color: #fff;
  padding: 10px;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 500;
  border-radius: calc(1px / 0);
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}

.btn_top a:hover {
  background: #ff8400;
}

@keyframes poyopoyo {
  0%,
  40% {
    transform: skew(0deg, 0deg);
  }

  5% {
    transform: skew(5deg, 5deg);
  }

  10% {
    transform: skew(-4deg, -4deg);
  }

  15% {
    transform: skew(3deg, 3deg);
  }

  20% {
    transform: skew(-2deg, -2deg);
  }

  25% {
    transform: skew(1deg, 1deg);
  }

  30% {
    transform: skew(-0.6deg, -0.6deg);
  }

  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
.box {
  background: #fff;
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 50px auto;
  border-radius: 10px;
}

.detail {
  background: #fff;
  max-width: 1000px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  margin: 50px auto;
  padding: 40px 30px 30px;
  border-radius: 10px;
}

.announce {
  border: 2px solid #f79a03;
  padding-bottom: 40px;
}

.announce_title {
  background: #f79a03;
  text-align: center;
  padding: 10px;
  border-radius: 6px 6px 0 0;
}

.announce_text {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 2;
  margin: 40px 20px 0;
}
.announce_text span {
  color: #e6002d;
}

.result {
  position: relative;
  padding: 140px 0 50px;
  margin-top: 80px;
}
.result_title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -50px;
}

.result_img {
  margin: 0 auto 70px;
  text-align: center;
}
.result_list {
  background: #feeb91;
  margin: 30px 100px 0;
  padding: 30px;
  border-radius: 10px;
  color: #2b4c44;
  display: grid;
  grid-template-columns: 76px auto 148px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
}

.result_number {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
}
.result_q {
  line-height: 2;
  padding-right: 80px;
}

.result_a {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 5px 15px 15px;
  text-align: center;
  color: #de467f;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  display: grid;
  align-items: center;
}
.result_a::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 73px;
  left: -60px;
  bottom: 0;
  background: url(../images/2025/quiz/answer_kotae@2x.png) no-repeat center / contain;
}
.result_a span {
  font-size: clamp(1.625rem, 1.307rem + 1.59vw, 2.5rem);
  display: block;
}

.result_number span {
  font-size: 43px;
  margin-left: 3px;
}
.result_choice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  padding: 12px 20px;
  margin-top: 10px;
  color: #b28150;
}
.result_choice li {
  position: relative;
  padding-left: 40px;
}
.result_choice li::before {
  display: inline-block;
  border-radius: calc(1px / 0);
  background: #ffd746;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #2b4c44;
  margin-right: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
}
@supports (-moz-appearance: none) {
  .result_choice li::before {
    top: 3px;
  }
}

_::-webkit-full-page-media,
_:future,
:root .result_choice li::before {
  top: 3px;
}

.result_choice li:last-of-type::before {
  content: "B";
}
.charter {
  border: 2px solid #ee86b4;
  max-width: 1000px;
  width: calc(100% - 40px);
  position: relative;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 10px;
}
.charter dl {
  width: fit-content;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding: 30px;
}

.charter dt {
  position: absolute;
  margin: auto;
  text-align: center;
  top: -15px;
  left: 0;
  right: 0;
  background: #ee86b4;
  width: 150px;
  font-size: 20px;
  color: #fff;
}

.charter dd {
  text-align: left;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}

.charter dd span {
  background: #ee86b4;
  color: #fff;
  padding: 5px;
  line-height: 1;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
}

.charter dd:nth-of-type(2) span {
  background: #f89507;
}

.charter dd:nth-of-type(3) span {
  background: #87b85f;
}

.losnon {
  width: 100%;
  background: #fff;
}

.losnon .content_area {
  border: none;
  max-width: 1000px;
  width: calc(100% - 40px);
  height: auto;
  margin: auto;
  box-sizing: border-box;
  padding: 15px 0;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
}

.losnon .content_area p span {
  color: #e6002d;
}

.losnon .content_area p::after {
  content: "";
  display: block;
  clear: both;
}

.losnon .content_area p img {
  margin: 0 20px 0 0;
  float: left;
}

.footerin {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerin p {
  color: #fff;
}

.sns {
  float: none;
  height: 22px !important;
}

.footer_fix {
  position: fixed;
  bottom: 50px;
  right: 0;
}

.footer_fix a {
  padding: 20px 15px;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  width: 57px;
  box-sizing: border-box;
}

.footer_fix a span {
  display: block;
  position: relative;
}

.footer_fix a span::before {
  right: 0px;
  left: 0;
  margin: auto;
  top: -40px;
  width: 36px;
  height: 36px;
}
.footer_fix.btn_not {
  padding: 20px 10px;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  width: 47px;
  box-sizing: border-box;
  color: #dcdcdc;
}
@media screen and (max-width: 1000px) {
  .result_list {
    margin: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .btn_top {
    margin-bottom: 30px;
  }

  .visual_logo {
    width: calc(100% - 20px);
  }

  .visual_header {
    padding: 10px 0;
  }

  .visual_deadline {
    padding: 2px 10px;
    margin: 0 5px 0 0;
  }

  .announce {
    padding-bottom: 0;
  }
  .announce_text {
    margin: 20px;
  }
  .result {
    padding: 100px 20px 1px;
    box-sizing: border-box;
    margin-top: 90px;
  }

  .result_title {
    max-width: 400px;
    padding: 0 20px;
    top: -10vw;
  }

  .result_number {
    font-size: 20px;
  }
  .result_number span {
    font-size: 30px;
  }
  .result_list {
    margin: 0 0 20px 0;
    padding: 15px;
    display: grid;
    grid-template-columns: 40px auto;
  }
  .result_img {
    margin-bottom: 30px;
  }
  .result_a {
    grid-column: span 2 / span 2;
    border: 2px solid #ee86b4;
  }
  .result_q {
    padding-right: 0;
    line-height: 1.5;
  }
  .result_choice {
    margin-bottom: 20px;
    display: block;
  }
  .result_choice li + li {
    margin-top: 10px;
  }
  .result_a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: -10px;
    top: -20px;
    background: url(../images/2025/quiz/answer_kotae@2x.png) no-repeat center / contain;
  }

  .charter {
    padding: 40px 20px 20px;
    background-color: #feefea;
    background-image: url(../images/2025/quiz/bg_sp.jpg), url(../images/2025/quiz/bg_sp_bottom.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  .charter dl {
    padding: 20px;
  }

  .charter dd {
    font-size: 14px;
    line-height: 1.3;
  }

  .charter dl::before {
    top: -47px;
    width: 49px;
    height: 47px;
  }

  .charter dl::after {
    top: -49px;
    width: 46px;
    height: 49px;
  }

  .footerin {
    display: block;
  }

  .sns {
    margin: 10px 0 0;
  }

  .footer_fix {
    bottom: 20px;
  }

  .footer_fix a {
    width: 40px;
    padding: 15px 10px 10px;
  }
  .footer_fix a span::before {
    right: 0px;
    left: 0;
    margin: auto;
    top: -30px;
    width: 27px;
    height: 27px;
  }

  .footerin p {
    font-size: 12px;
  }
}
@media screen and (max-width: 460px) {
  .box {
    margin: 30px 20px;
  }
  .result {
    margin-top: 50px;
    padding-top: 80px;
  }
  .result_choice {
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 70%);
    margin-top: 10px;
    color: #b28150;
  }
}
