@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;
}

.header-wrap > p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.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: 12px;
  font-weight: 700;
}

.header-sub_txt {
  font-size: 24px;
  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: 240%;
  height: 4px;
  position: absolute;
  bottom: 9px;
  left: -160%;
  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;
}

/**
 ファーストビュー （ロングLP）
**/
.key {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  background-color: #FFF7f9;
}

.banner-title {
  position: absolute;
  top: 10px;
  left: 5%;
  display: flex;
  align-items: flex-end;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  z-index: 10;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.vector-image {
  width: 9px;
  height: 9px;
  margin-bottom: 7px;
}

.vector-title {
  font-size: 18px;
  padding: 0 5px;
}

.title-highlight {
  color: #F3587D;
  font-weight: 900;
}

.banner-cta {
  display: block;
  transition: all 0.2s ease;
  position: relative;
}

.banner-cta img {
  width: 92%;
  margin: 0px auto;
  padding: 15px 0 10px;
  transition: all 0.2s ease;
}

.banner-cta:hover {
  transform: translateY(-2px); 
  filter: drop-shadow(0 2px 4px rgba(255, 0, 60, 0.3));
}
 
section {
  max-width: 420px;
  margin: 0 auto;
  background-color: #FFF7f9;
}

.strength-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 5px 0 20px 0;
  text-align: center;
  color: #F3587D;
}

.success-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 35px 0 15px;
  text-align: center;
  color: #F3587D;
}

.flow-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-top: 10px;
  text-align: center;
  color: #F3587D;
}

.create-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 18.7px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.create-span {
  color: #EE7390
}

.strength-back {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 20px 20px;
  margin: 20px;
  box-shadow: 0px 0px 10px rgba(255, 0, 60, 0.1);
}

.strength-back::after {
  content: '';
  position: absolute;
  top: -32px;
  left: 25px;
  width: 78px;
  height: 38px;
  border-radius: 40px 40px 0 0;
  box-shadow: 0px -5px 10px rgba(255, 0, 60, 0.1);
  z-index: 1;
  pointer-events: none;
}

.melit-image {
  position: absolute;
  top: -32px;
  left: 25px;
  width: 80px;
  height: auto;
}

.strength-back > div:first-of-type {
  position: relative;
  text-align: center;
  height: 142px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px 0;
  background-color: #FFF7f9;
  border-radius: 10px;
  z-index: 1;
}

.strength-back > div:first-of-type img {
  max-width: 150px;
  height: auto;
  margin: auto
}

.strength-back > div:first-of-type .strength01-image {
  padding-top: 5px
}

.strength-back > div:first-of-type .strength02-image {
  max-width: 181px;
  height: 123px;
}

.strength-back > div:first-of-type .line-icon {
  position: absolute;
  top: 77px;
  right: 3%;
  width: 53px;
  height: 53px;
}

.strength-back > .strength-advice {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #F3587D;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 2px solid #F3587D;
}

.strength-message {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 10px;
  color: #3C2617;
  margin-top: 15px;
}

.strength-back:nth-of-type(2) {
  top: 40px;
}

.strength-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px;
  margin: 15px 0;
  border-radius: 12px;
  background-color: #F8F8F8;
}

.strength-flex > p {
  font-weight: 700;
  font-size: 18px;
  color: #F3587D;
  margin: 0;
  flex-shrink: 0;
  min-width: 155px;
  line-height: 1.2;
}

.strength-flex ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.strength-flex ul li {
  font-size: 14px;
  font-weight: 700;
  color: #3C2617;
  line-height: 1.3;
  margin-bottom: 3px;
}

.strength-flex ul li:last-child {
  margin-bottom: 0;
}

.section-success {
  padding: 20px;
}

.success-flex {
  display: flex;
  align-items: start;
  gap: 20px;
  padding: 20px;
  margin: 0 0 30px 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(255, 0, 60, 0.1);
}

.success-flex > div {
  flex: 1;
}

.success-flex .no {
  height: 25px;
  width: 83px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #F2B6C7;
  display: inline-block;
  border-radius: 3px;
}

.success-flex .age {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #F3587D;
  border-bottom: 2px solid #F3587D;
}

.success-flex > div > p:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #3C2617;
  line-height: 1.5;
  padding-top: 15px;
}

.message-image {
  margin-top: 30px;
}

.section-create {
  padding-bottom: 20px;
  text-align: center;
}

.flow-image {
  padding: 15px 20px 10px
}

.create-image {
  text-align: center;
  width: fit-content;
  margin: 10px auto;
}

.create-image > img {
  width: 140px;
}

.contact-button {
  font-size: 14px;
  font-weight: 700;
  position: fixed; 
  left: 50%;
  transform: translateX(-50%);
  max-width: 420px;
  width: 100%; 
  margin: 0 auto;
  background-color: rgba(192, 192, 192, 0.5);
  height: 85px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}

.contact-span {
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  transform: translateY(-3px);
}

.contact-button:hover {
  transform: translateX(-50%) translateY(-2px) !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.contact-image {
  position: absolute;
  top: 40%;
  left: 7%;
  width: 70px;
  height: 45px;
  transform: translateY(-50%);
}

.contact-text {
  background-color: #F3587D;
  border-radius: 30px;
  height: 45px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  box-shadow: 0 4px 0 0 #B00D34;
}

@media screen and (max-width: 430px) {
  .banner-title {
    font-size: 30px;
    top: 8px;
    left: 5%;
  }

  .vector-image {
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
  }

  .vector-title {
    font-size: 16px;
  }

  .title-highlight {
    font-size: 16px;
  }

  #today-date {
    font-size: 10px;
    font-weight: 700;
  }

  .strength-title,
  .success-title,
  .flow-title {
    font-size: 23px;
  }
  
  .strength-back {
    padding: 15px 15px 15px;
    margin: 15px;
  }

  .strength-back::after {
    top: -28px;
    left: 25px;
    width: 68px;
    height: 34px;
  }
  
  .melit-image {
    width: 70px;
    top: -28px;
    left: 25px;
  }
  
  .strength-back > div:first-of-type {
    height: 120px;
    margin-top: 15px;
  }

  .strength-back > div:first-of-type .strength01-image {
    max-width: 75px;
    height: auto;
  }
  
  .strength-back > div:first-of-type .strength02-image {
    max-width: 160px;
    height: auto;
  }
  
  .strength-back > div:first-of-type .line-icon {
    top: 60px;
    right: 5%;
    width: 45px;
    height: 45px;
  }
  
  .strength-back > .strength-advice {
    font-size: 18px;
    margin-top: 15px;
  }
  
  .strength-message {
    font-size: 14px;
  }
  
  .strength-flex > p {
    font-size: 16px;
  }
  
  .strength-flex ul li {
    font-size: 13px;
  }
  
  .section-success {
    padding: 15px;
  }

  .success-flex {
    padding: 4.8vw;
    gap: 3.6vw;
    margin: 0 0 20px 0;
  }
  
  .success-flex .no {
    font-size: 14px;
    height: 22px;
    width: 75px;
    line-height: 22px;
  }
  
  .success-flex .age {
    font-size: 4.8vw;
  }
  
  .success-flex > div > p:last-child {
    font-size: 3.8vw;
    padding-top: 10px;
  }
  
  .flow-image {
    padding: 10px 15px 10px;
  }
  
  .contact-button {
    height: 75px;
    max-width: 100%;
    border-radius: 10px 10px 0 0;
  }
  
  .contact-image {
    left: 10%;
  }
  
  .contact-text {
    width: 85%;
    height: 40px;
    font-size: 13px;
  }

  .contact-span {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .success-flex > img {
    width: 24vw;
    height: 24vw;
  }
}

@media screen and (max-width: 360px) {
  .banner-title {
    font-size: 50px; 
    top: 8px;
    left: 5%;
  }

  .vector-image {
    width: 7px;
    height: 7px;
    margin-bottom: 4px;
  }

  .vector-title {
    font-size: 13px;
    padding: 0 2px;
  }

  .title-highlight {
    font-size: 14px;
  }

  #today-date {
    font-size: 9px;
    font-weight: 700;
  }

  .strength-title,
  .success-title,
  .flow-title {
    font-size: 20px;
  }
  
  .strength-back {
    padding: 12px;
    margin: 12px;
  }

  .strength-back::after {
    top: -25px;
    left: 25px;
    width: 58px;
    height: 29px;
  }
  
  .melit-image {
    width: 60px;
    top: -25px;
    left: 25px;
  }
  
  .strength-back > div:first-of-type {
    height: 100px;
    margin-top: 12px;
  }

  .strength-back > div:first-of-type .strength01-image {
    max-width: 60px;
  }
  
  .strength-back > div:first-of-type .strength02-image {
    max-width: 127px;
  }
  
  .strength-back > div:first-of-type .line-icon {
    top: 50px;
    width: 40px;
    height: 40px;
  }
  
  .strength-back > .strength-advice {
    font-size: 16px;
  }
  
  .strength-message {
    font-size: 13px;
  }
  
  .strength-flex > p {
    font-size: 15px;
    min-width: 140px;
  }
  
  .strength-flex ul li {
    font-size: 12px;
  }
  
  .success-flex .no {
    font-size: 11px;
    height: 20px;
    width: 70px;
    line-height: 20px;
  }
  
  .success-flex .age {
    font-size: 15px;
  }
  
  .success-flex > div > p:last-child {
    font-size: 13px;
  }
  
  .contact-image {
    left: 10%;
  }
  
  .contact-text {
    font-size: 12px;
  }
}


.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;
}

.swiper-container {
  padding-bottom: 100px;
}

@media screen and (min-width: 600px) {
  footer {
    position: absolute;
    bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */