/* general */
.u-margin-t15 {
  margin-top: 15px;
}

.main-content {
  background: #ffd8ea;
  padding-bottom: 160px;
}

.is-hidden {
  display: none !important;
}

.pc-hide {
  display: none;
}

@media screen and (max-width: 48em) {
  .main-content {
    padding-bottom: 105px;
  }

  .pc-hide {
    display: block;
  }

  .sp-hide {
    display: none;
  }
}
/* general-end */

/* fv-block */
.fv-block {
  position: relative;
  max-width: 650px;
  background: #ffb7d0;
  border: 5px solid #e786ae;
  border-top: none;
  border-bottom: none;
  padding: 17px 28px 0 20px;
  margin: 0 auto 44px;
}

.fv-block::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -44px;
  width: calc(100% + 10px);
  height: 44px;
  background: url(/kouza/lp/mtto/presents/sim/imgs/fv_bg_01.png) center / 100% 100% no-repeat;
  pointer-events: none;
}

.fv-block-ttl {
  max-width: 600px;
  margin: auto;
}

.fv-block-ttl .m-collist {
  max-width: 620px;
  margin: 0 10%;
}

@media screen and (max-width: 48em) {
  .fv-block {
    max-width: 650px;
    border-width: 2px;
    padding: 8px 14px 0 10px;
    margin: 0 auto 34px;
  }

  .fv-block::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -32px;
    width: calc(100% + 4px);
    height: 33px;
    background: url(/kouza/lp/mtto/presents/sim/imgs/fv_bg_01_sp.png) center / 100% 100% no-repeat;
  }

  .fv-block-ttl {
    max-width: 600px;
    margin: auto;
  }

  .fv-block-ttl .m-collist {
    max-width: 620px;
    margin: 0 10%;
  }
}
/* fv-block-end */

/* simulation-block */
.simulation-block {
  max-width: 600px;
  margin: auto;
  padding: 0 50px;
}

.question-area-wrap {
  border: 3px solid #000;
  background: #fff;
  border-radius: 16px;
  margin: auto;
  padding: 50px 30px;
}

.question-area {
  padding-bottom: 25px;
  border-bottom: 2px solid #dcdcdc;
}

.q-num-04.question-area {
  border-bottom: none;
}

.question-ttl {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
  font-size: 1.8rem;
}

.q-txt-img {
  flex-shrink: 0;
  padding-top: 5px;
}

.q-img {
  display: block;
  height: 18px;
}

.clm-wrap {
  display: flex;
  margin: auto;
}

.simulation-block .clm-wrap {
  max-width: 324px;
  justify-content: space-between;
}

.choice-btn {
  display: block;
  width: 142px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  border: 3px solid #d9d9d9;
  background: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
  cursor: pointer;
}

.choice-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(231, 134, 174, .25), 0 0 4px rgba(0, 0, 0, .15);
}

.choice-btn:active {
  transform: translateY(1px);
}

.choice-btn.is-selected {
  color: #fff;
  border-color: #e60000;
  background: #e60000;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, .15);
}

.js-question .js-mission {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);

  transition:
    max-height 1.1s cubic-bezier(.4, 0, .2, 1),
    opacity .6s ease,
    transform .6s ease;

}

.js-question.is-show-mission .js-mission {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
}

.final-mission-area {
  display: none;
}

.final-mission-area.is-show {
  display: block;
}

.further-img {
  width: 132px;
}

@media screen and (max-width: 48em) {
  .simulation-block {
    padding: 0 25px;
  }

  .question-area-wrap {
    border-width: 2px;
    border-radius: 8px;
    margin: auto;
    padding: 25px 15px;
  }

  .choice-btn {
    width: 112px;
    background: #fff;
    border-width: 1PX;
    padding: 8px 28px;
    box-shadow: 0 0 2PX 2px rgba(0, 0, 0, .15);
  }

  .choice-btn.is-selected {
    box-shadow: 0 0 2PX 2px rgba(0, 0, 0, .15);
  }

  .simulation-block .clm-wrap {
    max-width: 244px;
  }
}
/* simulation-block-end */

/* fix */
.follow-fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #999;
  z-index: 10;
  display: none;
}

.follow-fix.is-show {
  display: block;
}

.follow-fix-card {
  max-width: 100%;
  margin: 0 auto;
  background: #fff5f5;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, .12);
  padding: 10px 12px 12px;
}

.follow-fix-lead {
  margin: 0 0 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  color: #111;
  font-weight: 700;
}

.follow-num {
  font-size: 4.8rem;
  letter-spacing: .02em;
}

.follow-btns {
  display: flex;
  gap: 15px;
  max-width: 675px;
  margin: auto;
}

.follow-btns.is-single .fix-back-btn {
  flex: 1;
}

.follow-btns.is-single .clm-only {
  display: none;
}

.follow-btns.is-single .fix-account-btn {
  display: none;
}

.fix-btn {
  flex: 1;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  cursor: pointer;
  user-select: none;
}

.fix-back-btn {
  max-width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #cfcfcf;
  color: #333;
  padding: 0 10px;
  box-shadow: 0 4px 0 0 #ddd;
  gap: 8px;
}

.follow-btns.is-single .fix-back-btn {
  max-width: none;
}

.fix-back-btn:visited {
  color: #333;
}

.back-btn-icon {
  max-width: 12px;
  display: flex;
  align-items: center;
}

.fix-account-btn {
  font-size: 2.4rem;
  background: #d60000;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 0 4px 0 0 #ff7f94;
}

.fix-btn-text {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.fix-account-btn {
  background: #d60000;
  border: 2px solid #fff;
  color: #fff;
}

@media screen and (max-width: 48em) {

  .follow-num {
    font-size: 2.6rem;
  }

  .follow-fix-lead {
    font-size: 1.4rem;
  }

  .fix-back-btn {
    padding: 0 5px;
    box-shadow: 0 3px 0 0 #ddd;
    gap: 5px;
  }

  .fix-account-btn {
    font-size: 1.6rem;
    box-shadow: 0 3px 0 0 #ff7f94;
  }

  .fix-btn-text {
    white-space: normal;
  }
}
/* fix-end */

/* modal */
.presents_modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.presents_modal.is-show {
  opacity: 1;
  pointer-events: all;
}

.presents_modal .modal-page-wrapper {
  position: relative;
  max-height: 90vh;
  max-height: 90dvh;
  max-width: 1000px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .presents_modal .modal-page-wrapper {
    width: 95%;
  }
}

.presents_modal .modal-scrollable {
  max-height: 90vh;
  max-height: 90dvh;
  max-width: 1000px;
  overflow-y: scroll;
  border-radius: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (max-width: 768px) {
  .presents_modal .modal-scrollable {
    width: 100%;
  }
}

.presents_modal .modal-scrollable::-webkit-scrollbar {
  display: none;
}

.presents_modal .modal-page {
  display: none;
  position: relative;
  gap: 20px;
}

@media (max-width: 768px) {
  .presents_modal .modal-page {
    flex-direction: column;
  }
}

.presents_modal .modal-page.is-active {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.presents_modal .modal-close {
  width: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width: 768px) {
  .presents_modal .modal-close {
    width: 25px;
  }
}

.presents_modal_open {
  overflow: hidden;
}

.presents_modal .qr {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px auto;
  border: 1px solid #b4b4b4;
  padding: 2px;
}

.presents_modal .qr canvas {
  display: block;
  width: 100%;
  height: auto;
}

.presents_modal .header-img {
  width: calc(100% + 40px);
  max-width: none;
  position: relative;
  top: -20px;
  left: -20px;
}

.presents_modal .page-app-dl {
  max-width: 572px;
}

@media (max-width: 768px) {
  .presents_modal .page-app-dl {
    max-width: none;
  }
}

.presents_modal .page-app-dl .next {
  max-width: 276px;
  margin: 0 auto;
}

.presents_modal .page-app-dl .pc-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 357px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .presents_modal .page-app-dl .pc-content {
    display: none;
  }
}
/* modal-end */