@charset "UTF-8";
.home_fv__bg {
  position: absolute;
  z-index: 1;
}
.fv_content {
  position: relative;
  z-index: 2;
}
.fv_catch {
  width: 70%;
  margin: 0 auto 20px auto;
  padding: 30% 0 0 0;
}
.fv_catch img {
  max-width: 100%;
  height: auto;
}
.quizImgZoom {
  position: relative;
  z-index: 2;
  max-width: 256px;
  margin: 0 auto 20px auto;
}
.quizImgZoom img {
  max-width: 100%;
  height: auto;
}
.quizImgZoom .zoomBtn {
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 3;
  animation: poyopoyo 3s ease-out infinite;
}
.quizImgZoom .zoomBtn img {
  max-width: 110px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .quizImgZoom {
    max-width: 140px;
  }
  .quizImgZoom .zoomBtn {
    left: -30px;
  }
  .quizImgZoom .zoomBtn img {
    max-width: 65px;
  }
}
.modalQImg {
  width: 96%;
  margin: 0 auto 15px auto;
}
.modalQImg li:first-child {
  margin: 0 0 10px 0;
}
.modalQImg li img {
  border: solid 1px #404040;
}
.modal-btn:hover, a.modal-btn:hover {
  color: #fff !important;
  background: #8e8e8e;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  margin: 40px 0 0 0;
}
.modal-wrapper .modal-window .modal-content {
  overflow-y: auto;
  text-align: left;
}
.modal-content .resistBtn {
  width: 100%;
}
.modal-content .resistBtn a {
  width: 100%;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.97);
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #404040;
  border-radius: 35px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  font-size: 20px;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}
@media screen and (max-width: 480px) {
  .modal-wrapper .modal-close {
    font-size: 2rem;
  }
}
.letterTitle1:before {
  content: "A";
}
.letterTitle1:after {
  content: "?";
}
.letterTitle2:before {
  content: "!?";
}
.letterTitle2:after {
  content: "Q";
}
.letterTitle3:before {
  content: "Lv";
}
.letterTitle3:after {
  content: "!!";
}
.letterTitle4:before {
  content: "?";
}
.letterTitle4:after {
  content: "Q";
}
.aboutMuzu {
  margin: 0 0 50px 0;
}
.aboutIllust {
  width: 90%;
  margin: 0 auto 30px auto;
}
.loginMainTxt {
  text-align: center;
  line-height: 2.6rem;
  margin: 0 0 20px 0;
}
.quizPage {
  margin: 0 0 20px 5%;
}
.catsTalk {
  width: 90%;
  margin: 0 auto 20px auto;
}
/* 大枠ボックス */
.nekoformWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 20px auto;
  width: 80%;
}
.nekoFormBg {
  background: url("/image/site/quiz_nekoform.png") no-repeat 0 0;
  background-size: 100%;
  padding: 0 0 2rem 0;
}
/* SP向けの設定 */
@media screen and (max-width: 600px) {
  .nekoFormBg {
    padding: 0 0 4rem 0;
  }
  .quizNekoForm {
    font-size: 1.8rem;
    padding: 4rem 0;
    font-weight: bold;
  }
}
/* PC向けの設定 */
@media screen and (min-width: 601px) {
  .quizNekoForm {
    font-size: 2rem;
    padding: 4rem 0;
    font-weight: bold;
  }
}
.loginBtmQ {
  width: 90%;
  margin: 0 auto 30px auto;
  border: solid 2px #edeae1;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #ffffff;
}
.loginBtmQ li:first-child {
  margin: 0 0 10px 0;
}
.loginBtmQ li img {
  border: solid 1px #404040;
}
