@charset "UTF-8";
/* ===================================
全体
=================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  color: #555;
  line-height: 1.875;
}

input, textarea, select {
  font-size: inherit;
  letter-spacing: 0.12em;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.sec, .sec__inner, form, .swiper-container {
  height: 100%;
}

.main_container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.cover {
  display: none;
  width: 100vw;
  height: 200vh;
  margin: 0 calc(50% - 50vw);
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(0, -15%);
}

.wrapp {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

header {
  padding: 0 0 5px 0;
  line-height: 1;
  position: relative;
  background-color: #fff;
    color: #0BBED1;
}

.header-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
  border-top: 3px solid #EE738F;
}

.content-left{
  display: flex;
  align-items: center;
}

.modi_measure h1 {
  margin: 0 15px 0 0;
}

.modi_measure .header-wrap h1 img{
  max-width: 200px;
  height: 50px;
}

.service-name{
  font-size: 14px;
}

/**
 headerの中の日付テキスト
**/
#today-date {
  font-size: 23px;
  font-weight: bold;
}

.header-sub_txt {
  font-size: 16px;
  font-weight: bold;
}

.hamster_wrapp {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
.hamster_wrapp .hamster {
  width: 65px;
  z-index: 999;
  position: absolute;
  inset: 60px 10px 0 auto;
  -webkit-animation: hamster 2.5s linear 0s infinite;
  animation: hamster 2.5s linear 0s infinite;
}

@-webkit-keyframes hamster {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 0);
  }
  80% {
    transform: translate(0, 0);
  }
}

@keyframes hamster {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 0);
  }
  80% {
    transform: translate(0, 0);
  }
}
.swiper-slide {
  padding: 0 20px;
  position: relative;
}
.swiper-slide h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.swiper-slide h2 span.small {
  font-size: 12px;
}
.swiper-slide#step6 h2 {
  margin-top: 10px;
}
.swiper-slide#step6 h2:first-of-type {
  margin-top: 0;
}
.swiper-slide .balloon {
  width: 95%;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .balloon figure {
  width: 70px;
  margin-right: 15px;
}
.swiper-slide .balloon > p.comment {
  width: calc(100% - 70px);
  padding: 10px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: bold;
  position: relative;
  border-radius: 2px;
  background-color: #e4f8ff;
}
.swiper-slide .balloon p::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #e4f8ff transparent transparent;
  position: absolute;
  inset: 0 0 0 -6px;
  margin: auto 0;
}
.swiper-slide .balloon p em {
  font-weight: bold;
  color: #F36666;
}

.swiper-pagination {
  max-width: 420px;
  margin: 0 auto 20px;
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #C9C9C9;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet .step_text {
  font-size: 8px;
}
.swiper-pagination .swiper-pagination-bullet::after {
  display: block;
  content: "";
  width: 130%;
  height: 4px;
  position: absolute;
  bottom: 9px;
  left: -110%;
  z-index: -1;
  background-color: #C9C9C9;
}
.swiper-pagination .swiper-pagination-bullet:first-of-type::after {
  display: none;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "STEP";
  font-size: 8px;
}
.swiper-pagination .swiper-pagination-bullet span::after {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  margin: 20px auto 0;
  border-radius: 50%;
  background-color: #C9C9C9;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #F36666;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span::after {
  background-color: #F36666;
}
.swiper-pagination .swiper-pagination-icon {
  position: absolute;
  width: 40px;
  transform: translateY(60%);
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper_link_wrapp {
  min-height: 80px;
  margin-bottom: 16px;
  padding: 10px 0 40px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.swiper_link_wrapp a {
  color: #5C5C5C;
  text-decoration: underline;
}
.swiper_link_wrapp a:hover {
  text-decoration: none;
}

.submit_top_link {
  padding: 10px 0 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.submit_top_link li {
  display: flex;
  align-items: center;
}
.submit_top_link li::after {
  display: block;
  content: "";
  margin: 0 10px;
  width: 1px;
  height: 1.3em;
  background-color: #5C5C5C;
}
.submit_top_link li:last-of-type::after {
  display: none;
}
.submit_top_link a {
  color: #5C5C5C;
  text-decoration: underline;
}
.submit_top_link a:hover {
  text-decoration: none;
}

figure.key {
  max-width: 420px;
  margin: 0 auto;
}

.next_btn, button {
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 12px;
  background: #C9C9C9;
  pointer-events: none;
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.next_btn {
  font-size: 18px;
  line-height: 1;
}
.next_btn::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: transparent url(/wp-content/uploads/2024/02/ico-next-arrow.png) no-repeat center bottom;
  background-size: 100%;
}
.next_btn.active {
  pointer-events: auto;
  background: rgb(28, 175, 219);
  background: linear-gradient(0deg, rgb(30, 130, 160) 0%, rgb(28, 175, 219) 100%);
}
.next_btn.active::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.error-txt {
  display: none;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #F36666;
  border-radius: 12px;
  background-color: #FFEBEB;
  font-size: 12px;
}

button {
  line-height: 1.3;
  border: none;
}
button::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0;
  margin: auto 15px auto auto;
  background: transparent url(/wp-content/uploads/2024/02/ico-next-arrow.png) no-repeat center bottom;
  background-size: 100%;
}
button span {
  font-size: 12px;
}
button em {
  font-weight: bold;
  font-size: 22px;
}
button.active {
  cursor: pointer;
  pointer-events: auto;
  background: #F8BF58;
  background: linear-gradient(0deg, #D68B12 0%, #F8BF58 100%);
}
button.footer-button_submit {
  font-size: 13px;
  line-height: 1.3;
}
button.footer-button_submit.active {
  cursor: pointer;
  pointer-events: auto;
  background: #F8BF58;
  background: linear-gradient(0deg, #D68B12 0%, #F8BF58 100%);
}
button.footer-button_submit::after {
  margin-left: auto;
}

footer {
  width: 100%;
  padding: 5px 0;
  margin-top: auto;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #9A9A9A;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  display: flex;
  align-items: center;
}
footer ul li::after {
  display: block;
  content: "";
  margin: 0 10px;
  width: 1px;
  height: 1.3em;
  background-color: #fff;
}
footer ul li:last-of-type::after {
  display: none;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  footer {
    position: absolute;
    bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */