@charset "UTF-8";
@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5% !important;
  font-family: 'M PLUS 1p', sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  color: #333333;
  -webkit-overflow-scrolling: touch;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.87;
  overflow-x: hidden;
}

div,
main,
section {
  display: block;
  position: relative;
}

*:focus {
  outline: none;
}

p {
  line-height: 2;
}
p.bold {
  font-weight: bold;
}
p.mid {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  p.mid {
    font-size: 1.2rem;
  }
}

sup {
  vertical-align: super;
  font-size: 50%;
}

em {
  font-weight: bold;
}

a {
  cursor: pointer;
}
a.txt {
  text-decoration: underline;
}

.opa {
  transition: 0.5s;
  opacity: 1;
}
.opa:hover {
  opacity: 0.5;
}

b {
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.6;
}
small.inline {
  display: inline-block;
}

hr {
  border-top: 1px solid #002764;
}

.trans {
  transition: 0.5s;
  opacity: 1;
}
.trans:hover {
  opacity: 0.5;
}

@media screen and (min-width: 750px) {
  .top .top-sp {
    display: none !important;
  }
}

.spaces {
  letter-spacing: 0.1em;
}

.fw500 {
  font-weight: 500;
}

main {
  border-top: 1px solid transparent;
}

@media screen and (max-width: 749px) {
  .sp_center {
    margin: auto;
  }
}

@media screen and (min-width: 750px) {
  .container {
    min-width: 1400px;
    margin: auto;
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .container {
    padding: 90px 0 0;
  }
}
.container.stop {
  position: fixed;
  width: 100%;
}
.container.stopQ {
  position: fixed;
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 750px) {
  .flex > * {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.center {
  text-align: center;
}

.m-center {
  margin: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
  display: block;
}

.w100px {
  width: 100px !important;
  display: block;
}

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .wrap1000 {
    padding: 0 15px;
  }
}

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .wrap1200 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 749px) {
  .wrap-sp {
    width: calc(100% - 30px);
  }
}

.bg_white {
  background: #FFF !important;
}
.bg_silver {
  background: #DBDBDB !important;
}
.bg_gray {
  background: #696969 !important;
}
.bg_indigo {
  background: #002764 !important;
}
@media screen and (min-width: 750px) {
  .bg_half-01 {
    background: linear-gradient(90deg, #F6F7F8 0, #F6F7F8 50%, #FFF 50%, #FFF 100%);
  }
}
@media screen and (max-width: 749px) {
  .bg_half-01 {
    background: #F6F7F8;
  }
}

.txt_white {
  color: #FFF !important;
}
.txt_black {
  color: #333333 !important;
}
.txt_indigo {
  color: #002764 !important;
}
.txt_pink {
  color: #E50065 !important;
}

.border_indigo {
  border: 1px solid #002764;
  border-radius: 5px;
  padding: 10px 15px;
}

.share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
}
@media screen and (min-width: 750px) {
  .share {
    margin-left: auto;
    max-width: 130px;
  }
}
@media screen and (max-width: 749px) {
  .share {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.share_text {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .share_text {
    font-size: 1.0rem;
  }
}
.share_link {
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .share_link {
    margin-left: 5px;
    width: 30px;
  }
}
@media screen and (max-width: 749px) {
  .share_link {
    width: 26px;
    margin-bottom: 5px;
  }
}

.btn {
  margin: auto;
  font-size: 2.4rem;
  font-weight: 700;
  background: #E50065;
  color: #FFF;
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 749px) {
  .btn {
    font-size: 1.8rem;
  }
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid #FFF;
  box-sizing: border-box;
  transition: 0.5s;
}
.btn.target::before {
  content: "";
  width: 16px;
  height: 9px;
  background: url("../img/icon_target.svg");
  background-size: 100% 100%;
  position: absolute;
  right: 9px;
  top: 9px;
}
@media screen and (min-width: 750px) {
  .btn:hover {
    color: #E50065;
    z-index: 1;
  }
  .btn:hover::after {
    background: #FFF;
    z-index: -1;
  }
  .btn:hover.target::before {
    content: "";
    background: url("../img/icon_target_pink.svg");
    background-size: 100% 100%;
  }
}

rt {
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(3px) scale(0.8);
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
@-moz-document url-prefix() {
  rt {
    transform: translateY(6px) scale(0.7);
  }
}
@media all and (-ms-high-contrast: none) {
  rt {
    transform: translateY(-2px) scale(0.8);
  }
}

.fadeTypeOpacity {
  opacity: 0;
}

.fadeOpacity {
  animation-name: fadeInOpacity;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeSlip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mt3 {
  display: block;
  margin-top: 3px !important;
}

.mt5 {
  display: block;
  margin-top: 5px !important;
}

.mt10 {
  display: block;
  margin-top: 10px !important;
}
@media screen and (max-width: 749px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 749px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 749px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  display: block;
  margin-top: 25px !important;
}
@media screen and (max-width: 749px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mt30 {
  display: block;
  margin-top: 30px !important;
}
@media screen and (max-width: 749px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  display: block;
  margin-top: 35px !important;
}
@media screen and (max-width: 749px) {
  .mt35 {
    margin-top: 15px !important;
  }
}

.mt40 {
  display: block;
  margin-top: 40px !important;
}
@media screen and (max-width: 749px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt40 {
  display: block;
  margin-top: 40px !important;
}
@media screen and (max-width: 749px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  display: block;
  margin-top: 50px !important;
}
@media screen and (max-width: 749px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  display: block;
  margin-top: 60px !important;
}
@media screen and (max-width: 749px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  display: block;
  margin-top: 70px !important;
}
@media screen and (max-width: 749px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt80 {
  display: block;
  margin-top: 80px !important;
}
@media screen and (max-width: 749px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt90 {
  display: block;
  margin-top: 90px !important;
}
@media screen and (max-width: 749px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt100 {
  display: block;
  margin-top: 100px !important;
}
@media screen and (max-width: 749px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mr20 {
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .mr20 {
    margin-right: 0px;
  }
}

.ml {
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt125 {
    margin-top: 125px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-p20 {
    padding: 20px;
  }
}

.max430px {
  max-width: 430px;
  margin: auto;
}

.max375px {
  max-width: 375px;
  margin: auto;
}

.max395px {
  max-width: 395px;
  margin: auto;
}

.max320px {
  max-width: 320px;
  margin: auto;
}

.max300px {
  max-width: 300px;
  margin: auto;
}

.max265px {
  max-width: 265px;
  margin: auto;
}

.max205px {
  max-width: 205px;
  margin: auto;
}

.weight400 {
  font-weight: 400 !important;
}

.loading {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.intro {
  opacity: 0;
  position: absolute;
  left: 50%;
}
.introWrap {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 750px) and (max-height: 840px) {
  .introWrapEdit {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 749px) {
  .intro {
    width: 100%;
  }
}
.intro_text {
  font-size: 3.6rem;
  font-weight: 900;
  color: #002764;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .intro_text {
    font-size: 2.2rem;
  }
}
.intro-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro-1_logo {
  width: 157px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .intro-1_logo {
    width: 100px;
  }
}
.intro-1_load {
  width: 80px;
  margin: 25px auto 0;
}
@media screen and (max-width: 749px) {
  .intro-1_load {
    width: 60px;
  }
}
.intro-2 {
  padding: 140px 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .intro-2 {
    padding: 100px 0;
  }
}
.intro-2_logo {
  width: 390px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .intro-2_logo {
    width: 55%;
  }
}
.intro-3 {
  padding: 140px 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .intro-3 {
    padding: 100px 0;
  }
}
.intro-3_logo {
  width: 390px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .intro-3_logo {
    width: 55%;
  }
}
.intro-3_image {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 750px) {
  .intro-3_imageWrap {
    width: 600px;
  }
}
@media screen and (max-width: 749px) {
  .intro-3_imageWrap {
    width: calc(100% - 20px);
    margin: auto;
  }
}
.intro-3_image.active {
  animation-name: fadeSlip;
  animation-fill-mode: both;
  visibility: visible !important;
}
.intro-3_image-1.active {
  animation-duration: 0.3s;
  animation-delay: 0s;
}
.intro-3_image-2.active {
  animation-duration: 0.7s;
  animation-delay: 1.8s;
}
.intro-3_image-3.active {
  animation-duration: 0.7s;
  animation-delay: 3.6s;
}
.intro-3_image-4.active {
  animation-duration: 0.7s;
  animation-delay: 5.4s;
}
.intro-3_image-5.active {
  animation-duration: 0.7s;
  animation-delay: 7.2s;
}
.intro-4 {
  padding: 140px 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .intro-4 {
    padding: 100px 0;
  }
}
.intro-4_logo {
  width: 390px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .intro-4_logo {
    width: 55%;
  }
}
.intro-4_image {
  max-width: 700px;
  width: calc(100% - 20px);
  margin: auto;
}
.intro-5 {
  padding: 140px 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .intro-5 {
    padding: 100px 0;
  }
}
.intro-5_logo {
  width: 390px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .intro-5_logo {
    width: 55%;
  }
}
.intro-5_image {
  max-width: 495px;
  width: calc(100% - 20px);
  margin: auto;
}
.intro-6 {
  padding: 140px 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .intro-6 {
    padding: 100px 0;
  }
}
.intro-6_logo {
  width: 390px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .intro-6_logo {
    width: 55%;
  }
}
.intro-6_image {
  width: calc(100% - 20px);
  max-width: 572px;
  margin: auto;
}
.intro-6_image2 {
  width: 307px;
  margin: auto;
  position: absolute;
  right: -290px;
  bottom: 0;
}
@media screen and (max-width: 749px) {
  .intro-6_image2 {
    width: 132px;
    right: 0;
    bottom: -126px;
  }
}
.intro_skip {
  font-size: 2.0rem;
  font-weight: 700;
  color: #002764;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.paraDialogWrap {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  height: 100vh;
  width: 100%;
  z-index: 200;
  position: fixed;
  overflow: scroll;
}
.paraDialogBox {
  border: 5px solid #002764;
  background: #FFF;
  width: 700px;
  margin: 50px auto;
  padding: 50px 60px 52px;
}
@media screen and (max-width: 749px) {
  .paraDialogBox {
    border: 3px solid #002764;
    width: calc(100% - 40px);
    margin: 40px auto;
    padding: 40px 25px 125px;
  }
}
.paraDialogBoxInner {
  border: 5px solid #002764;
  border-radius: 10px;
  padding: 30px 40px;
  color: #002764;
  margin: 30px 0 0;
}
@media screen and (max-width: 749px) {
  .paraDialogBoxInner {
    border: 3px solid #002764;
    padding: 30px 25px;
  }
}
.paraDialogBoxInner::after {
  content: "";
  width: 47px;
  height: 40px;
  background: url("../img/answer/serif.svg");
  background-size: 100% 100%;
  left: 85px;
  bottom: -40px;
  position: absolute;
}
@media screen and (max-width: 749px) {
  .paraDialogBoxInner::after {
    width: 27px;
    height: 23px;
    left: 25px;
    bottom: -23px;
  }
}
.paraDialogBoxClose {
  font-size: 2.4rem;
  font-weight: 700;
  background: #E50065;
  color: #FFF;
  width: 220px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 55px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
  background: url("../img/btn/btn_paraclose_1.png");
  background-size: 100% 100%;
  transition: 0.5s;
}
.paraDialogBoxClose:hover {
  background: url("../img/btn/btn_paraclose_2.png");
  background-size: 100% 100%;
}
.paraDialogBoxImage {
  position: absolute;
}
.paraDialogBoxImage-l {
  width: 185px;
  left: 10px;
  bottom: -170px;
}
@media screen and (max-width: 749px) {
  .paraDialogBoxImage-l {
    width: 80px;
    bottom: -15px;
    left: -5px;
  }
}
.paraDialogBoxImage-r {
  width: 317px;
  right: -90px;
  bottom: -190px;
}
@media screen and (max-width: 749px) {
  .paraDialogBoxImage-r {
    width: 140px;
    bottom: -15px;
    right: -10px;
  }
}
.paraDialog_title {
  font-size: 3.6rem;
  font-weight: 900;
  color: #002764;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .paraDialog_title {
    font-size: 2.2rem;
  }
}
.paraDialog_title::after {
  content: "";
  display: block;
  background: url("../img/note.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -10px;
}
@media screen and (min-width: 750px) {
  .paraDialog_title::after {
    width: 100px;
    height: 141px;
  }
}
@media screen and (max-width: 749px) {
  .paraDialog_title::after {
    width: 65px;
    height: 91px;
  }
}
.paraDialog_ques {
  color: #002764;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin: 55px 0 0;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .paraDialog_ques {
    padding-left: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 749px) {
  .paraDialog_ques {
    font-size: 1.6rem;
    text-align: left;
    justify-content: flex-start;
    margin: 35px auto 0;
  }
}
.paraDialog_ques::before {
  content: "";
  color: #FFF;
  font-size: 2.4rem;
  width: 80px;
  height: 70px;
  background: url("../img/quiz_no_pink_1.png");
  background-size: 80px 70px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .paraDialog_ques::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.paraDialog_ans {
  color: #002764;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 55px 0 0;
}
@media screen and (min-width: 750px) {
  .paraDialog_ans {
    line-height: 1.3;
    height: 80px;
    border-radius: 5px;
    border: 5px solid #E50065;
    margin: 55px 0 0;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 749px) {
  .paraDialog_ans {
    font-size: 1.6rem;
    margin: 35px 0 0;
  }
}
.paraDialog_ans::before {
  content: "";
}
@media screen and (min-width: 750px) {
  .paraDialog_ans::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    background: url("../img/answer_title_text.png");
    background-size: 100% 100%;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 749px) {
  .paraDialog_ans::before {
    margin: 0 70px 10px;
    color: #FFF;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 81px;
    height: 70px;
    background: url("../img/answer_title.png");
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 750px) {
  .paraDialog_ans::after {
    content: "";
    background: #E50065;
    height: 100%;
    width: 71px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.answerBase {
  display: none;
  background: rgba(0, 39, 100, 0.8);
  height: 100vh;
  width: 100%;
  z-index: 200;
  position: fixed;
  overflow: scroll;
}
.answerBox {
  border: 5px solid #002764;
  background: #FFF;
}
@media screen and (min-width: 750px) {
  .answerBox {
    width: 700px;
    margin: 50px auto;
    padding: 80px 60px 50px;
  }
}
@media screen and (max-width: 749px) {
  .answerBox {
    width: calc(100% - 40px);
    margin: 40px auto;
    padding: 40px 25px 125px;
    border: 3px solid #002764;
  }
}
.answerBox_correct {
  width: 203px;
  height: 86px;
  color: #FFF;
  border-radius: 7px;
  font-size: 3.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .answerBox_correct {
    font-size: 2.8rem;
    height: 60px;
  }
}
.answerBox_correct-yes {
  background: #E50065;
}
.answerBox_correct-yes[data-num="1"]::after {
  content: "";
  width: 101px;
  height: 168px;
  background: url("../img/answer_yes.png");
  background-size: 100% 100%;
  position: absolute;
  right: -125px;
  top: -40px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-yes[data-num="1"]::after {
    width: 84px;
    height: 139px;
    right: -90px;
  }
}
.answerBox_correct-yes[data-num="2"]::after {
  content: "";
  width: 129px;
  height: 139px;
  background: url("../img/answer_yes_2.png");
  background-size: 100% 100%;
  position: absolute;
  right: -145px;
  top: -35px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-yes[data-num="2"]::after {
    width: 93px;
    height: 100px;
    right: -50px;
  }
}
.answerBox_correct-yes[data-num="3"]::after {
  content: "";
  width: 118px;
  height: 177px;
  background: url("../img/answer_yes_3.png");
  background-size: 100% 100%;
  position: absolute;
  right: -138px;
  top: -35px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-yes[data-num="3"]::after {
    width: 71px;
    height: 107px;
    right: -43px;
  }
}
.answerBox_correct-yes[data-num="4"]::after {
  content: "";
  width: 101px;
  height: 168px;
  background: url("../img/answer_yes.png");
  background-size: 100% 100%;
  position: absolute;
  right: -125px;
  top: -40px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-yes[data-num="4"]::after {
    width: 84px;
    height: 139px;
    right: -90px;
  }
}
.answerBox_correct-yes[data-num="5"]::after {
  content: "";
  width: 129px;
  height: 139px;
  background: url("../img/answer_yes_2.png");
  background-size: 100% 100%;
  position: absolute;
  right: -145px;
  top: -35px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-yes[data-num="5"]::after {
    width: 93px;
    height: 100px;
    right: -50px;
  }
}
.answerBox_correct-no {
  background: #002764;
}
.answerBox_correct-no[data-num="1"]::after {
  content: "";
  width: 110px;
  height: 125px;
  background: url("../img/answer_no.png");
  background-size: 100% 100%;
  position: absolute;
  right: -110px;
  top: -26px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-no[data-num="1"]::after {
    width: 82px;
    height: 94px;
    right: -60px;
  }
}
.answerBox_correct-no[data-num="2"]::after {
  content: "";
  width: 89px;
  height: 153px;
  background: url("../img/answer_no_2.png");
  background-size: 100% 100%;
  position: absolute;
  right: -110px;
  top: -41px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-no[data-num="2"]::after {
    width: 61px;
    height: 104px;
    right: -44px;
    top: -30px;
  }
}
.answerBox_correct-no[data-num="3"]::after {
  content: "";
  width: 149px;
  height: 119px;
  background: url("../img/answer_no_3.png");
  background-size: 100% 100%;
  position: absolute;
  right: -160px;
  top: -23px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-no[data-num="3"]::after {
    width: 86px;
    height: 69px;
    right: -44px;
    top: -10px;
  }
}
.answerBox_correct-no[data-num="4"]::after {
  content: "";
  width: 110px;
  height: 125px;
  background: url("../img/answer_no.png");
  background-size: 100% 100%;
  position: absolute;
  right: -110px;
  top: -26px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-no[data-num="4"]::after {
    width: 82px;
    height: 94px;
    right: -60px;
  }
}
.answerBox_correct-no[data-num="5"]::after {
  content: "";
  width: 89px;
  height: 153px;
  background: url("../img/answer_no_2.png");
  background-size: 100% 100%;
  position: absolute;
  right: -110px;
  top: -41px;
}
@media screen and (max-width: 749px) {
  .answerBox_correct-no[data-num="5"]::after {
    width: 61px;
    height: 104px;
    right: -44px;
    top: -30px;
  }
}
.answerBoxTitle {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 0;
  padding: 5px 0;
  color: #002764;
}
@media screen and (min-width: 750px) {
  .answerBoxTitle {
    line-height: 1.3;
    border-radius: 5px;
    border: 5px solid #E50065;
  }
}
@media screen and (max-width: 749px) {
  .answerBoxTitle {
    flex-wrap: wrap;
    font-size: 2.0rem;
    margin: 25px 0 0;
  }
}
.answerBoxTitle::before {
  content: "";
}
@media screen and (min-width: 750px) {
  .answerBoxTitle::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    background: url("../img/answer_title_text.png");
    background-size: 100% 100%;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 749px) {
  .answerBoxTitle::before {
    margin: 0 70px 10px;
    color: #FFF;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 81px;
    height: 70px;
    background: url("../img/answer_title.png");
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 750px) {
  .answerBoxTitle::after {
    content: "";
    background: #E50065;
    height: 100%;
    width: 71px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 749px) {
  .answerBoxTitle2 {
    margin: 55px auto 0;
  }
}
@media screen and (min-width: 750px) {
  .answerBoxTitle2 {
    min-height: 79px;
    margin: 75px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.answerBoxTitle2-1 {
  color: #002764;
  text-align: center;
  width: 100%;
  font-size: 2.0rem;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .answerBoxTitle2-1 {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 100px;
  }
}
@media screen and (max-width: 749px) {
  .answerBoxTitle2-1 {
    margin: auto;
    font-size: 1.8rem;
  }
}
.answerBoxTitle2-2 {
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
  width: 81px;
  height: 71px;
  background: url("../img/quiz_no_pink.png");
  background-size: 100% 100%;
  padding-top: 27px;
}
@media screen and (min-width: 750px) {
  .answerBoxTitle2-2 {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 749px) {
  .answerBoxTitle2-2 {
    margin: auto;
  }
}
.answerBoxInner {
  border: 5px solid #002764;
  border-radius: 10px;
  padding: 30px 40px;
  color: #002764;
  margin: 30px 0 0;
}
@media screen and (max-width: 749px) {
  .answerBoxInner {
    border: 3px solid #002764;
    padding: 30px 25px;
  }
}
.answerBoxInner::after {
  content: "";
  width: 47px;
  height: 40px;
  background: url("../img/answer/serif.svg");
  background-size: 100% 100%;
  left: 85px;
  bottom: -40px;
  position: absolute;
}
@media screen and (max-width: 749px) {
  .answerBoxInner::after {
    width: 27px;
    height: 23px;
    left: 25px;
    bottom: -23px;
  }
}
.answerBoxInner_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
}
@media screen and (min-width: 750px) {
  .answerBoxInner_flex > *:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 749px) {
  .answerBoxInner_flex {
    flex-wrap: wrap;
  }
  .answerBoxInner_flex > *:first-child {
    margin-bottom: 30px;
  }
}
.answerBoxInner_flex_text {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .answerBoxInner_flex_text {
    flex-wrap: wrap;
  }
}
.answerBoxNext {
  width: 220px;
  height: 60px;
  margin: 55px auto 0;
  cursor: pointer;
  transition: 0.5s;
}
.answerBoxNext[data-num="2"] {
  background: url("../img/btn/next_2_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="2"]:hover {
  background: url("../img/btn/next_2_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="3"] {
  background: url("../img/btn/next_3_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="3"]:hover {
  background: url("../img/btn/next_3_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="4"] {
  background: url("../img/btn/next_4_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="4"]:hover {
  background: url("../img/btn/next_4_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="5"] {
  background: url("../img/btn/next_5_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="5"]:hover {
  background: url("../img/btn/next_5_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="6"] {
  background: url("../img/btn/next_6_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="6"]:hover {
  background: url("../img/btn/next_6_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="7"] {
  background: url("../img/btn/next_7_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="7"]:hover {
  background: url("../img/btn/next_7_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="8"] {
  background: url("../img/btn/next_8_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="8"]:hover {
  background: url("../img/btn/next_8_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="9"] {
  background: url("../img/btn/next_9_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="9"]:hover {
  background: url("../img/btn/next_9_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="10"] {
  background: url("../img/btn/next_10_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="10"]:hover {
  background: url("../img/btn/next_10_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="rslt"] {
  background: url("../img/btn/next_rslt_1.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxNext[data-num="rslt"]:hover {
  background: url("../img/btn/next_rslt_2.png");
  background-size: 100% 100%;
  background-repeat: repeat;
}
.answerBoxImage {
  position: absolute;
}
.answerBoxImage-l {
  width: 175px;
  left: 10px;
  bottom: -155px;
}
@media screen and (max-width: 749px) {
  .answerBoxImage-l {
    width: 80px;
    bottom: -15px;
    left: -5px;
  }
}
.answerBoxImage-r {
  width: 315px;
  right: -90px;
  bottom: -160px;
}
@media screen and (max-width: 749px) {
  .answerBoxImage-r {
    width: 140px;
    bottom: -15px;
    right: -10px;
  }
}

.resultBase {
  display: none;
  background: rgba(0, 39, 100, 0.8);
  height: 100vh;
  width: 100%;
  z-index: 200;
  position: fixed;
  overflow: scroll;
}
.resultBox {
  border: 5px solid #002764;
  background: #FFF;
  width: 700px;
  margin: 50px auto;
  padding: 50px 60px 30px;
}
@media screen and (max-width: 749px) {
  .resultBox {
    width: calc(100% - 40px);
    margin: 40px auto;
    padding: 40px 15px;
  }
}
.resultBoxInner {
  background: #002764;
  padding: 30px 40px 30px 35px;
  color: #FFF;
  margin: 30px 0 0;
}
@media screen and (max-width: 749px) {
  .resultBoxInner {
    padding: 50px 15px 30px;
  }
}
.resultBoxInner_title {
  letter-spacing: -0.1em;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 34px;
}
.resultBoxInner_titleWrap {
  display: flex;
}
@media screen and (max-width: 749px) {
  .resultBoxInner_titleWrap {
    justify-content: center;
  }
}
.resultBoxInner_title_image {
  width: 112px;
  margin-right: 28px;
}
@media screen and (max-width: 749px) {
  .resultBoxInner_title_image {
    position: absolute;
    width: 60px;
    z-index: 10;
    top: -25px;
    left: 0;
  }
}
.resultBoxInner_title_section {
  width: 180px;
  height: 63px;
  font-size: 2.4rem;
  background: #E50065;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .resultBoxInner_title_section {
    margin: auto;
  }
}
.resultBoxInner_title_section[data-num="1"] {
  background: url("../img/btn/btn_quiz_1_active.png");
  background-size: 100% 100%;
}
.resultBoxInner_title_section[data-num="2"] {
  background: url("../img/btn/btn_quiz_2_active.png");
  background-size: 100% 100%;
}
.resultBoxInner_title_section[data-num="3"] {
  background: url("../img/btn/btn_quiz_3_active.png");
  background-size: 100% 100%;
}
.resultBoxInner_title_section[data-num="4"] {
  background: url("../img/btn/btn_quiz_4_active.png");
  background-size: 100% 100%;
}
.resultBoxInner_title_section[data-num="5"] {
  background: url("../img/btn/btn_quiz_5_active.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .resultBoxInner_title {
    font-size: 2.6rem;
  }
}
.resultBoxInner_title-num {
  font-size: 6.0rem;
}
@media screen and (max-width: 749px) {
  .resultBoxInner_title-num {
    font-size: 4.0rem;
  }
}
.resultBoxInner_title-after {
  font-size: 5.0rem;
  font-weight: 700;
  color: #E50065;
  margin-left: 20px;
}
@media screen and (max-width: 749px) {
  .resultBoxInner_title-after {
    font-size: 4.0rem;
  }
}
.resultBoxInner_list {
  width: 80px;
  height: 70px;
  text-align: center;
  font-size: 2.1rem;
  color: #FFF;
  background: url("../img/quiz_no_blank.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.resultBoxInner_listWrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 460px;
  margin: 40px auto 0;
}
@media screen and (min-width: 750px) {
  .resultBoxInner_list {
    margin-right: 15px;
    margin-bottom: 20px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 749px) {
  .resultBoxInner_list {
    width: calc((100% - 20px)/5);
    margin-right: 5px;
    font-size: 1.5rem;
    padding-top: 6%;
  }
  .resultBoxInner_list:nth-of-type(5n) {
    margin-right: 0;
  }
}
.resultBoxInner_list:last-of-type, .resultBoxInner_list:nth-of-type(5) {
  margin-right: 0;
}
.resultBoxInner_list.active {
  background: url("../img/quiz_no_pink.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.resultBoxNext {
  font-size: 2.4rem;
  width: 190px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px auto 0;
  cursor: pointer;
  transition: 0.5s;
}
.resultBoxNext[data-num="2"] {
  background: url("../img/btn/btn_quiz_2_active.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .resultBoxNext[data-num="2"]:hover {
    background: url("../img/btn/btn_quiz_2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.resultBoxNext[data-num="3"] {
  background: url("../img/btn/btn_quiz_3_active.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .resultBoxNext[data-num="3"]:hover {
    background: url("../img/btn/btn_quiz_3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.resultBoxNext[data-num="4"] {
  background: url("../img/btn/btn_quiz_4_active.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .resultBoxNext[data-num="4"]:hover {
    background: url("../img/btn/btn_quiz_4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.resultBoxNext[data-num="5"] {
  background: url("../img/btn/btn_quiz_5_active.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .resultBoxNext[data-num="5"]:hover {
    background: url("../img/btn/btn_quiz_5.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.resultBoxReturn {
  font-size: 1.8rem;
  font-weight: 700;
  background: #E50065;
  color: #FFF;
  width: 190px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 55px auto 0;
  cursor: pointer;
  transition: 0.5s;
}
.resultBoxReturn::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid #FFF;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (min-width: 750px) {
  .resultBoxReturn:hover {
    color: #E50065;
    z-index: 1;
  }
  .resultBoxReturn:hover::after {
    background: #FFF;
    z-index: -1;
  }
}
.resultBoxClose {
  font-size: 2.4rem;
  width: 190px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px auto 0;
  cursor: pointer;
  transition: 0.5s;
  background: url("../img/btn/btn_end_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .resultBoxClose:hover {
    background: url("../img/btn/btn_end_2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.result_share {
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .result_share {
    display: flex;
    position: relative;
  }
}
.result_share .share_text {
  width: 100%;
  text-align: center;
}
.result_share .share_link {
  margin: 5px 8px 0;
}

.confirmBase {
  display: none;
  background: rgba(0, 39, 100, 0.8);
  height: 100vh;
  width: 100%;
  z-index: 200;
  position: fixed;
  overflow: scroll;
}
.confirmBox {
  color: #002764;
  border: 5px solid #002764;
  background: #FFF;
  width: 700px;
  margin: 200px auto;
  padding: 50px 60px 30px;
}
@media screen and (max-width: 749px) {
  .confirmBox {
    width: calc(100% - 40px);
    margin: 40px auto;
    padding: 40px 15px;
  }
}
.confirmBox_text {
  text-align: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 749px) {
  .confirmBox_text {
    font-size: 1.8rem;
  }
}
.confirmBox_btn {
  font-size: 1.8rem;
  font-weight: 700;
  background: #E50065;
  color: #FFF;
  width: 190px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 45px 10px 0;
  cursor: pointer;
  transition: 0.5s;
}
.confirmBox_btnWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .confirmBox_btn {
    width: 150px;
    height: 40px;
  }
}
.confirmBox_btn:hover {
  background: #FFF;
  color: #E50065;
  border: 3px solid #E50065;
}

.fv {
  width: 100%;
  background: url("../img/bg_fv.png");
  background-size: cover;
}
@media screen and (min-width: 750px) {
  .fv {
    height: 100vh;
    min-height: 795px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 749px) {
  .fv {
    background: url("../img/bg_fv_sp.png");
    background-size: cover;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.fvWrap {
  padding: 70px 0 60px;
}
@media screen and (min-width: 750px) {
  .fvWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 749px) {
  .fvWrap {
    margin: auto;
    padding: 20px 0;
  }
}
.fv_image {
  max-width: 656px;
}
@media screen and (min-width: 750px) {
  .fv_image {
    position: absolute;
    right: -60px;
    top: 50px;
  }
}
@media screen and (max-width: 749px) {
  .fv_image {
    width: calc(100% - 75px);
    margin: 25px auto;
  }
}
.fv_image_img {
  width: 100%;
}
.fv_title {
  max-width: 657px;
}
@media screen and (max-width: 749px) {
  .fv_title {
    width: calc(100% - 20px);
    margin: auto;
  }
}
.fv_link {
  display: block;
  position: relative;
}
@media screen and (min-width: 750px) {
  .fv_link {
    width: 430px;
    margin: 30px 0 0 115px;
  }
}
@media screen and (max-width: 749px) {
  .fv_link {
    width: calc(100% - 75px);
    margin: 25px auto;
    min-height: 35px;
  }
}
.fv_link_img {
  position: absolute;
  transition: 0.5s;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fv_link_img-1 {
  z-index: 10;
}
.fv_link_img-1:hover {
  opacity: 0;
}
.fv_link_img-2 {
  z-index: 1;
}
.fv_caption {
  max-width: 512px;
  margin: 120px 0 0;
}
@media screen and (max-width: 749px) {
  .fv_caption {
    margin: 30px 0 0;
  }
}
.fv_caption-1 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #002764;
}
@media screen and (min-width: 750px) {
  .fv_caption-1 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 749px) {
  .fv_caption-1 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.38;
  }
}
.fv_caption-2 {
  font-size: 1.8rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 749px) {
  .fv_caption-2 {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}
@media screen and (min-width: 750px) {
  .fv_present {
    position: absolute;
    bottom: -16px;
    right: -135px;
    width: 438px;
  }
}
@media screen and (max-width: 749px) {
  .fv_present {
    width: calc(100% - 75px);
    display: block;
    margin: 15px auto 0;
  }
}
.fv_scroll {
  font-size: 1.2rem;
  font-weight: 700;
}
.fv_scroll::before {
  content: "SCROLL";
}

.quiz_header {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .quiz_header {
    height: 270px;
  }
}
@media screen and (max-width: 749px) {
  .quiz_header {
    padding: 40px 0;
  }
}
.quiz_header_label {
  display: inline-block;
  margin: 100px auto 0;
}
@media screen and (min-width: 750px) {
  .quiz_header_label {
    width: 700px;
  }
}
@media screen and (max-width: 749px) {
  .quiz_header_label {
    font-size: 2.0rem;
    padding: 5px 23px;
    margin: auto;
    height: 45px;
  }
}
.quiz_header_label_sub {
  color: #FFFF00;
  font-size: 3.0rem;
  font-weight: 700;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .quiz_header_label_sub {
    font-size: 1.6rem;
    margin: 15px auto 0;
  }
}
.quiz_main[data-num="1"] {
  background: url("../img/bg_quiz.png");
  background-size: cover;
}
.quiz_main[data-num="2"] {
  background: url("../img/bg_quiz_2.png");
  background-size: cover;
}
.quiz_main[data-num="3"] {
  background: url("../img/bg_quiz_3.png");
  background-size: cover;
}
.quiz_main[data-num="4"] {
  background: url("../img/bg_quiz.png");
  background-size: cover;
}
.quiz_main[data-num="5"] {
  background: url("../img/bg_quiz_2.png");
  background-size: cover;
}
@media screen and (min-width: 750px) {
  .quiz_main {
    padding: 84px 0 88px;
    min-height: 630px;
  }
}
@media screen and (max-width: 749px) {
  .quiz_main {
    padding: 35px 0 97px;
  }
}
.quiz_label {
  width: 180px;
  height: 50px;
  margin: 0 auto 30px;
}
.quiz_label[data-num="1"] {
  background: url("../img/btn/label_1.png");
  background-size: 100% 100%;
}
.quiz_label[data-num="2"] {
  background: url("../img/btn/label_2.png");
  background-size: 100% 100%;
}
.quiz_label[data-num="3"] {
  background: url("../img/btn/label_3.png");
  background-size: 100% 100%;
}
.quiz_label[data-num="4"] {
  background: url("../img/btn/label_4.png");
  background-size: 100% 100%;
}
.quiz_label[data-num="5"] {
  background: url("../img/btn/label_5.png");
  background-size: 100% 100%;
}
.quiz_box {
  width: 500px;
  background: #FFF;
  border: 5px solid #002764;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .quiz_box {
    padding: 20px 45px 50px;
  }
}
@media screen and (max-width: 749px) {
  .quiz_box {
    border: 3px solid #002764;
    width: calc(100% - 60px);
    padding: 20px 10px 30px;
  }
}
.quiz_box_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .quiz_box_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.quiz_box_no {
  width: 80px;
  height: 69px;
  text-align: center;
  font-size: 2.1rem;
  color: #FFF;
  background: url("../img/quiz_no_pink.png");
  background-size: 100% 100%;
  padding-top: 30px;
}
.quiz_box_title {
  color: #002764;
}
@media screen and (min-width: 750px) {
  .quiz_box_title {
    width: 317px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 749px) {
  .quiz_box_title {
    width: 100%;
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
.quiz_box_text {
  font-size: 2.0rem;
  font-size: 700;
  transition: 0.5s;
  cursor: pointer;
  min-height: 45px;
  max-height: 120px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: #002764;
  border: 2px solid #002764;
  border-radius: 5px;
  margin: 10px 0;
  justify-content: center;
  text-align: center;
}
@-moz-document url-prefix() {
  .quiz_box_text span {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 750px) {
  .quiz_box_text {
    line-height: 1;
    padding: 1px 0;
  }
}
@media screen and (max-width: 749px) {
  .quiz_box_text {
    min-height: 45px;
    font-size: 1.6rem;
  }
}
.quiz_box_textWrap {
  margin: 20px 0 0;
}
.quiz_box_text:hover {
  background: #E50065;
  color: #FFF;
}
.quiz_box_text.active {
  background: #E50065;
  color: #FFF;
}
.quiz_box_post {
  margin: 40px auto 0;
  font-size: 2.4rem;
  font-weight: 700;
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 220px;
}
@media screen and (max-width: 749px) {
  .quiz_box_post {
    width: 200px;
    margin: 25px auto 0;
  }
}
.quiz_box_post_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.quiz_box_post_img-1 {
  opacity: 1;
}
.quiz_box_post_img-2 {
  opacity: 0;
}
.quiz_box_post.active .quiz_box_post_img-1 {
  opacity: 0;
}
.quiz_box_post.active .quiz_box_post_img-2 {
  opacity: 1;
}
.quiz_image {
  width: 330px;
  position: absolute;
  z-index: 10;
  left: -285px;
  bottom: -55px;
}
@media screen and (max-width: 749px) {
  .quiz_image {
    width: 105px;
    left: -32px;
    bottom: -103px;
  }
}
.quiz_image[data-num="3"] {
  width: 177px;
  left: -167px;
}
@media screen and (max-width: 749px) {
  .quiz_image[data-num="3"] {
    width: 70px;
    left: -32px;
    bottom: -103px;
  }
}
.quiz_image[data-num="4"] {
  width: 246px;
  left: -227px;
}
@media screen and (max-width: 749px) {
  .quiz_image[data-num="4"] {
    width: 80px;
    left: -26px;
    bottom: -100px;
  }
}
.quiz_image[data-num="5"] {
  width: 242px;
  left: -215px;
  bottom: -40px;
}
@media screen and (max-width: 749px) {
  .quiz_image[data-num="5"] {
    width: 80px;
    left: -26px;
    bottom: -100px;
  }
}
@media screen and (min-width: 750px) {
  .quiz_footer {
    height: 324px;
    padding: 70px 0;
  }
}
@media screen and (max-width: 749px) {
  .quiz_footer {
    padding: 35px 0;
  }
}
.quiz_Framelist {
  margin-right: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  width: 190px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.quiz_FramelistWrap {
  display: flex;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .quiz_FramelistWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.quiz_Framelist_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.5s;
}
.quiz_Framelist_img-1 {
  opacity: 1;
}
.quiz_Framelist_img-2 {
  opacity: 0;
}
@media screen and (max-width: 749px) {
  .quiz_Framelist {
    font-size: 1.8rem;
    width: calc((100% - 30px) / 2);
    margin-bottom: 10px;
  }
  .quiz_Framelist:nth-of-type(even) {
    margin-right: 0;
  }
}
.quiz_Framelist.current {
  cursor: auto !important;
}
.quiz_Framelist.current .quiz_Framelist_img-1 {
  opacity: 0;
}
.quiz_Framelist.current .quiz_Framelist_img-2 {
  opacity: 1;
}
.quiz_Framelist.active {
  cursor: pointer;
}
.quiz_Framelist.active .quiz_Framelist_img-1 {
  opacity: 0;
}
.quiz_Framelist.active .quiz_Framelist_img-2 {
  opacity: 1;
}
.quiz_Framelist.active:not(.current):hover .quiz_Framelist_img-1 {
  opacity: 1;
}
.quiz_Framelist.active:not(.current):hover .quiz_Framelist_img-2 {
  opacity: 0;
}
.quiz_Framelist.blank {
  cursor: auto;
}
.quiz_Nolist {
  width: 80px;
  height: 69px;
  text-align: center;
  font-size: 2.1rem;
  color: #FFF;
  background: url("../img/quiz_no_blank.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  padding-top: 30px;
}
.quiz_NolistWrap {
  display: flex;
  max-width: 980px;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .quiz_NolistWrap {
    flex-wrap: wrap;
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 749px) {
  .quiz_Nolist {
    margin-right: 10px;
    font-size: 1.5rem;
    width: calc((100% - 40px)/5);
    padding-top: 26px;
  }
  .quiz_Nolist:nth-of-type(5n) {
    margin-right: 0;
  }
}
.quiz_Nolist.active {
  background: url("../img/quiz_no_pink.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.present {
  padding: 100px 0;
}
@media screen and (max-width: 749px) {
  .present {
    padding: 50px 10px;
  }
}
.presentWrap {
  display: flex;
  max-width: 1000px;
  margin: auto;
  border: 5px solid #002764;
  padding: 60px 50px 35px;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .presentWrap {
    display: block;
    padding: 30px;
  }
}
.present_title {
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .present_title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.present_text {
  font-size: 1.8rem;
  margin: 20px 0 0;
}
.present_sub {
  font-size: 1.8rem;
  margin: 0px 0 0;
  text-align: right;
}
@media screen and (max-width: 749px) {
  .present_sub {
    font-size: 1.6rem;
  }
}
.present_link {
  width: 220px;
  height: 70px;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  .present_link {
    margin: 25px auto;
  }
}
.present_link_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.present_link_img-1 {
  opacity: 0;
}
.present_link_img-2 {
  opacity: 1;
}
.present_link:hover .present_link_img-1 {
  opacity: 1;
}
.present_link:hover .present_link_img-2 {
  opacity: 0;
}
.present_image {
  margin-left: 30px;
}
@media screen and (min-width: 750px) {
  .present_image {
    height: 320px;
  }
}
@media screen and (max-width: 749px) {
  .present_image {
    margin: 25px auto;
    width: calc( 100% - 100px );
    display: block;
  }
}

.product {
  max-width: 490px;
  border: 5px solid #FFF;
  padding: 50px 40px;
}
.productBase {
  padding: 100px 0 357px;
}
@media screen and (max-width: 749px) {
  .productBase {
    padding: 50px 10px 130px;
  }
}
.productWrap {
  display: flex;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .productWrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 749px) {
  .product {
    border: 3px solid #FFF;
  }
  .product:first-of-type {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 750px) {
  .product:first-of-type {
    margin-right: 20px;
  }
}
.product_title {
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
}
.product_title-1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 749px) {
  .product_title-1 {
    font-size: 1.6rem;
  }
}
.product_title-2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 749px) {
  .product_title-2 {
    font-size: 2.0rem;
  }
}
.product_text {
  font-size: 1.4rem;
}
.product_logo {
  max-width: 300px;
  margin: auto;
}
.product_image {
  max-width: 200px;
  margin: auto;
}
.product_image-2 {
  max-width: 315px;
}
.product_btn {
  width: 240px;
  display: block;
  position: relative;
  height: 60px;
  margin: auto;
}
.product_btn_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
.product_btn_img-1 {
  opacity: 1;
}
.product_btn_img-2 {
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .product_btn:hover .product_btn_img-2 {
    opacity: 1;
  }
  .product_btn:hover .product_btn_img-1 {
    opacity: 0;
  }
}

.page {
  background: url("../img/bg_page.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 75px 0 0;
}

.survival_title {
  max-width: 390px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  .survival_title {
    width: calc(100% - 70px);
  }
}
.survival_comic {
  margin: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  .survival_comic {
    width: calc(100% - 30px);
  }
}
.survival_comic-1 {
  max-width: 700px;
  margin: 45px auto;
}
.survival_comic-2 {
  max-width: 703px;
  margin: 50px auto;
}
.survival_comic-3 {
  max-width: 473px;
  margin: 50px auto;
}
.survival_comic-4 {
  max-width: 572px;
  margin: 50px auto;
}
.survival_comic-5 {
  max-width: 307px;
  margin: 108px auto;
}
.survival_section {
  font-size: 3.6rem;
  font-weight: 900;
  margin: 92px auto;
  text-align: center;
  line-height: 1.3;
  color: #002764;
}
@media screen and (max-width: 749px) {
  .survival_section {
    width: calc(100% - 30px);
    font-size: 2.2rem;
  }
}
.survival_section-1 {
  margin: 62px auto;
}
.survival_text {
  color: #002764;
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 700px;
  margin: 63px auto;
}
@media screen and (max-width: 749px) {
  .survival_text {
    width: calc(100% - 30px);
    font-size: 1.5rem;
  }
}

.header {
  height: 80px;
  width: 100%;
  background: #FFF;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 749px) {
  .header {
    flex-wrap: wrap;
    height: 85px;
  }
}
.header_credit {
  color: #002764;
  font-size: 1.2rem;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media screen and (min-width: 750px) {
  .header_credit {
    margin-right: auto;
  }
}
@media screen and (max-width: 749px) {
  .header_credit {
    line-height: 1.5;
    font-size: 1.1rem;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0px 0;
  }
}
.header_center {
  display: flex;
  height: 100%;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .header_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 749px) {
  .header_center {
    width: 100%;
    justify-content: center;
    height: auto;
  }
}
.header_intro {
  width: 143px;
  margin-right: 25px;
}
@media screen and (min-width: 750px) {
  .header_intro {
    margin-left: auto;
  }
}
@media screen and (max-width: 749px) {
  .header_intro {
    width: 120px;
  }
}
.header_logo {
  width: 108px;
  display: block;
}
@media screen and (max-width: 749px) {
  .header_logo {
    width: 90px;
  }
}

.footer {
  padding: 100px 0 0;
}
.footer#page {
  padding: 0;
}
.footer_image {
  width: 100%;
  max-width: 936px;
  position: absolute;
  top: -264px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .footer_image {
    width: calc(100% - 60px);
    top: -105px;
  }
}
.footer_comic_logo {
  width: 390px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .footer_comic_logo {
    width: 250px;
  }
}
.footer_comic_link {
  margin: 20px auto 0;
  width: 280px;
  display: block;
  position: relative;
  min-height: 60px;
}
@media screen and (max-width: 749px) {
  .footer_comic_link {
    margin-top: 30px;
  }
}
.footer_comic_link.text {
  display: flex;
}
.footer_comic_link:hover .footer_comic_link_img-1 {
  opacity: 0;
}
.footer_comic_link:hover .footer_comic_link_img-2 {
  opacity: 1;
}
.footer_comic_link_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.footer_comic_link_img-1 {
  opacity: 1;
}
.footer_comic_link_img-2 {
  opacity: 0;
}
.footer_intro {
  width: 160px;
  margin: 100px auto 0;
}
@media screen and (max-width: 749px) {
  .footer_intro {
    margin: 90px auto 0;
  }
}
.footer_logo {
  width: 193px;
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 749px) {
  .footer_logo {
    margin: 35px auto 0;
  }
}
.footer_credit {
  color: #002764;
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .footer_credit {
    display: flex;
    align-items: center;
    height: 55px;
  }
}
.footer_credit_copy {
  font-size: 1.0rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .footer_credit_copy {
    margin: auto;
  }
}
@media screen and (max-width: 749px) {
  .footer_credit_copy {
    padding-bottom: 15px;
  }
}
