@charset "utf-8";


/*page common
-------------------------------------------------*/

 .l-wrapper {
  min-width: auto;
  background: url(../../../img/bg_out_pc.png) center top / auto auto repeat, #f1e9ba;
 }

.l-main {
  background: none;
}

.l-top,
.l-question {
  width: 100%;
  margin: 0 auto;
  display: none;
  opacity: 0;
}

.l-question {
  padding-left: 4%;
  padding-right: 4%;
}

.l-top.is-show,
.l-question.is-show {
  opacity: 1;
  transition: 0.3s opacity 0s ease-in;
}

.l-top-inner,
.l-question-inner {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.larger-img {
  width: 130%;
  max-width: 1070px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.text {
  line-height: 1.25;
}

.emphasis {
  color: #e61d72;
}

.btn-wrap {
  width: 100%;
  max-width: 500px;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  width: 100%;
  margin: 0 auto;
  max-width: 494px;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: inset 0 0 0 3px #471c23, inset 0 0 0 6px #fff, 0 2px #471c23;
  background: #e61d72;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2.8vw, 3.6rem);
  cursor: pointer;
  position: relative;
}

.btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #471c23;
}

.btn:hover,
.btn:focus {
  transform: translateY(4px);
  text-decoration: none;
  color: #fff;
}

.btn:hover::after,
.btn:focus::after {
  content: none;
}

.btn-wrap + .btn-wrap {
  margin-top: 5%;
}

.btn .icon {
  display: inline-block;
  width: 14px;
  margin-right: 6px;
  vertical-align: middle;
}


@media screen and (min-width: 641px) {
  .btn {
    font-size: 3rem;
    min-height: 110px;
  }
  .btn .icon {
    display: inline-block;
    width: 28px;
    margin-right: 12px;
  }
}


@media screen and (min-width: 1070px) {
  .l-wrapper {
    min-width: 1070px;
    margin: 0 auto;
  }
  .l-top-inner {
    width: 1070px;
  }
  .larger-img {
    /* width: 100%; */
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: translateX(0);
    overflow: hidden;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*top
-------------------------------------------------*/

/* .header.is-hidden {
  visibility: hidden;
} */
.main-title {
  width: 100%;
  height: 0;
  padding-top: 82.968%;
  position: relative;
  overflow: hidden;
}

.top-text-wrap {
  width: 100%;
  background: #213d7f;
}


.top-text-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.top-text-inner .text {
  padding: 15px 10px;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  color: #fff;
  text-align: center;
}

.top-text-inner img {
  width: 12.1%;
  flex-grow: 0;
  flex-shrink: 0;
}

.l-top .bg-pota {
  padding: 4% 4% 4%;
  background: url(../img/pattern_pota_c0eadd.png) repeat, #ceefe7;
  background-size: 50px auto, auto;
}

.l-top .notice {
  margin-top: 1em;
  text-align: center;
  font-size: 1.4rem;
  display: none;
}


@media screen and (min-width: 822px) {
  .main-title {
    height: 688px;
    padding-top: 0;
  }
  .larger-img {
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 1070px) {

  .l-top .bg-pota {
    padding: 60px 0 60px;
    background-size: 100px auto, auto;
  }
}

@media screen and (min-width: 1070px) {

  .main-title {
    height: auto;
    padding-top: 0;
  }
}

/*question
-------------------------------------------------*/

.l-question {
  width: 100%;
  /* background: url(../img/pattern_pota_e5eac0.png), #ebefce;
  background-size: 50px auto, auto; */
}

.l-question-inner {
  width: 100%;
  padding-top:12px;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 16%;
}

.l-question-inner img {
  width: 100%;
}

.question-header {
  margin: 0 auto;
}

.steps-wrap {
  width: 100%;
  margin-top: 3.1%;
  margin-bottom: 5.46%;
}

.steps-bg {
  max-width: 526px;
  width: 82.18%;
  height: 0;
  padding-top: 7.81%;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.steps-bg::before,
.steps-bg::after {
  content: '';
  height: 0;
  width: 0;
  padding-left: 9.5%;
  padding-top: 9.5%;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.steps-bg::after {
  right: 0;
  left: auto;
  transform: translateX(50%);
}

.steps-line {
  width: 100%;
  height: 2px;
  background: #e99a5a;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  z-index: 1;
}

.steps-point {
  height: 0;
  width: 0;
  padding-top: 3.8%;
  padding-left: 3.8%;
  background: #a1a1a1;
  border-radius: 50%;
  transform: translate(-50%, -43%);
  position: absolute;
  top: 0;
}

.point01 {
  left: 0;
}

.point02 {
  left: 25%;
}
.point03 {
  left: 50%;
}

.point04 {
  left: 75%;
}

.point05 {
  left: 100%;
}

.steps-wrap .step-potaro {
  width: 8.17%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 14%);
}

.steps-wrap .point02.is-active ~ .step-potaro {
  left: 25%;
  transform: translate(-50%, 14%);
}

.steps-wrap .point03.is-active ~ .step-potaro {
  left: 50%;
  transform: translate(-50%, 14%);
}

.steps-wrap .point04.is-active ~ .step-potaro {
  left: 75%;
  transform: translate(-50%, 14%);
}

.steps-wrap .point05.is-active ~ .step-potaro {
  left: 100%;
  transform: translate(-50%, 14%);
}

.question-num {
  width: 80%;
  min-width: 50%;
  padding: 3.5%;
  background: #fff;
  border-radius: 100px;
  font-size: clamp(2.3rem,4.6vw,4.6rem);
  font-weight: bold;
  color: #e61d72;
  text-align: center;
  margin: 3.5% auto;
}

.question-img {
  width: 100%;
  max-width: 640px;
  margin: 3.5% auto;
}

.question-text {
  padding: 8% 10px;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  color: #3a4440;
  text-align: center;
}

.question-text,.result-text {
  margin-top: 5%;
  padding: 8% 4%;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 4.8vw, 3rem);
  color: #3a4440;
  background: #fff;
  text-align: center;
}

.question-text p {
  margin: 2em auto;
}

.answer-call {
  color: #d01515;
  font-weight: bold;
  font-size: 190%;
}

.answer-call.ok {
  color: #d01515;
}
.answer-call.ng {
  color: #0e55ad;
}

@media screen and (min-width: 641px) {
  .l-question-inner {
    padding-top: 40px;
  }
  .steps-line {
    height: 4px;
    margin-top: -2px;
  }
}

/*result
-------------------------------------------------*/
.l-result {
  width: 100%;
  padding: 30px 4% 10%;
  padding-bottom: 10%;
}

.l-result-inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.l-result-inner img {
  width: 100%;
}

.result-header {
  margin: 0 auto 3.1%;
}

.result-img {
  width: 77.5%;
  max-width: 518px;
  margin: 7% auto;
  animation-name: fadein;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
}

.result-img.result-img-full {
  width: 100%;
  max-width: 620px;
}

.result-intro {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  text-align: center;
  color: #e61d72;
  line-height: 1.3;
}

.result-caption {
  width: 77.5%;
  max-width: 496px;
  padding: 1.5% 10px;
  margin: 2.3% auto 7%;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background: #ff6800;
  position: relative;
}

.result-caption::after {
  content: '';
  width: 13.1%;
  height: 0;
  padding-top: 18.145%;
  display: block;
  background: url(../img/result_potaro.png) center center / 100% auto no-repeat;
  position: absolute;
  top: 3px;
  right: 7.6%;
  transform: translateY(-100%);
}

.result-text {
  margin-bottom: 8%;
  animation-name: fadein;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
}

.result-full-btns {
  width:100%;
  margin: 8% auto 0;
  padding: 8% 4%;
  background: #fff371;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
  gap: 16px;
  border-radius:clamp(10px,3vw,20px);
}

.result-paper-img {
  width: 100%;
  height: auto;
}

.result-full-btns .btn-wrap-sns {
  width: 47%;
  max-width: none;
  margin: 0;
}

.result-full-btns .btn-wrap-sns .btn-sns{
  width: 85%;
}

.result-full-btns .notice {
  margin-top: 1em;
  text-align: left;
  font-size: 1.4rem;
}

.btn-wrap-sns {
  margin-top: 5%;
  margin-bottom: 0;
}

.btn-sns {
  width: 35.93%;
  display: block;
  transition: 0.3s opacity 0s ease-in;
}

.btn-sns + .btn-sns {
  margin-left: 4.6%;
}

.btn-sns:where(:hover,:focus) {
  opacity: 0.8;
}


@media screen and (min-width:768px) {
  .l-result {
    padding-top: 50px;
  }
}

/*utility
-------------------------------------------------*/

.l-main .u-mt0 {
  margin-top: 0;
}