@charset "utf-8";
/*--------------------------------------
基本設定
---------------------------------------*/

:root {
  --red: #f37022;
  --gold: #a9894a;
  --pink: #fef2f3;
  --red: #fd6064;
  --font-24px: 1.5rem;
  --font-22px: 1.375rem;
  --font-20px: 1.25rem;
  --font-18px: 1.125rem;
  --font-16px: 1rem;
  --font-14px: 0.875rem;
  --font-12px: 0.75rem;
  --font-10px: 0.625rem;
}

body {
  font-family: sans-serif, "Noto Sans JP", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo",
    "ヒラギノ角ゴシック", "Hiragino Sans";
  width: 100%;
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
  color: #444;
  max-width: 520px;
}

img {
  width: 100%;
}

.head-sub-text img {
  width: 11%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.main-text {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.66px;
  p {
    font-size: 20px;
    margin: 10px 0 5px 0;
  }
  span {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 0.72px;
  }
}

.orange {
  color: var(--red);
}

.gold {
  color: var(--gold);
}

.img-box {
  margin: 20px 0;
}

.img-box img {
  width: 100%;
}

.bg-white {
  clip-path: polygon(0 0, 100% 0, 100% 95%, 52% 100%, 0 95%);
  background: white;
  padding-bottom: 44px;
}
.bg-white2 {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 90%);
  background: white;
  padding-bottom: 44px;
}

/* KeyVisual */
.fv_mv img {
  width: 100%;
}

/* Follow-cta */
.follow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  z-index: 99;
  width: 100%;
  bottom: 0;
  padding: 0 5px 12px;
  gap: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 520px;
}

.follow-btn a img {
  width: 100%;
}

#follow-btn.hide {
  display: none;
}

/* FV */
.fv_mv {
  position: relative;
  width: 100%;
}

/* place */
.place {
  padding: 40px 20px 0;
  position: relative;
  top: -20px;
  background-color: var(--pink);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 52% 100%, 0 95%);
  padding-bottom: 32px;
}

.place-text {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  background-color: white;
  border-radius: 30px;
  display: inline-block;
  padding: 2px 10px;
  span {
    font-size: 0.9rem;
    letter-spacing: 0.42px;
  }
}
.place-text-sub {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  border-radius: 30px;
  background-color: white;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 30px;
}

/* percentage */
.percentage {
  padding: 24px 20px 0;
  position: relative;
  top: -25px;
}

.percentage-text-sub {
  color: #fd6064;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  background-color: var(--pink);
  display: inline-block;
  padding: 2px 10px;
  border-radius: 30px;
}

/* strength */
.strength {
  padding: 35px 20px;
  background-color: var(--pink);
}

.title-img {
  width: 85%;
}

/* Episode */
.episode .head-title {
  padding: 0 10px;
}
.episode-container {
  padding: 32px 20px;
}
.episode_caption {
  font-size: 14px;
  line-height: 140%;
  margin: 20px 0;
}
@media screen and (min-width: 767px) {
  .episode_caption {
    font-size: 1.2rem;
  }
}

.episode_caption span {
  font-weight: 700;
}
.episode_contents-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.episode_item {
  width: calc(50% - 8px);
}
.episode_item img {
  width: 100%;
}
.episode .annotation {
  margin-top: 10px;
  padding-left: 12px;
  text-align: left;
  color: #888;
  font-family: "Noto Sans CJK JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 11px */
  letter-spacing: 0.3px;
}

/* CTA */
.cta {
  padding: 0px 20px 24px;
  margin-top: 30px;
}

.cta .cv-btn_raiten {
  margin-bottom: 20px;
  display: block;
}

.cta-btn_free {
  width: 54px;
  height: 54px;
  position: absolute;
  left: -20px;
  top: -10px;
}
.cta-btn_arrow {
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 20px;
}
.cta-raiten {
  img {
    width: 100%;
  }
}
.cta_risou {
  margin: 20px 0 35px;
  img {
    width: 100%;
  }
}

.annotation_lists {
  color: #6d6d6d;
  padding: 13px 0;
  line-height: 140%;
  text-align: left;
  font-size: 10px;
  font-weight: 400;
}

/* Episode Contents */

.episode_tab {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.episode_tab::after {
  content: "";
  border-bottom: 2px solid var(--red);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.episode_tab-item {
  width: 25%;
  background-color: var(--pink);
  color: #fc6d7180;
  padding: 12px 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 2px 2px var(--red);
}
.episode_tab-item span {
  font-size: 10px;
}
.episode_tab-item.active {
  background-color: #fc6d71;
  color: #fff;
}
.episode_item-wrapper {
  padding: 20px;
  background-color: var(--pink);
}

.episode_head-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 24px;
}

.episode_prof {
  display: flex;
  align-items: center;
}

.episode_title-text {
  margin-bottom: 4px;
  line-height: 150%;
}
.episode_title-text img {
  width: 50px;
  margin-bottom: 4px;
}

.title-age {
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.episode_couple-img {
  margin-right: 16px;
  width: 37%;
}
.episode_couple-img img {
  width: 100%;
}
.episode_title {
  flex-grow: 1;
  text-align: left;
  font-size: 13px;
}
.episode_title span {
  flex: 2;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.episode_dialogue {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.nacodo {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffcece;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.nacodo_icon {
  margin-right: 16px;
  max-width: 49px;
  img {
    width: 100%;
  }
}

.nacodo_text {
  width: 230px;
  text-align: left;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}

.interviewee {
  display: flex;
  border-bottom: 1px solid #ffcece;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.interviewee-last {
  display: flex;
  padding-bottom: 16px;
}

.interviewee_text {
  margin-right: 16px;
  width: 230px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  flex-grow: 1;
}

.interviewee_icon {
  max-width: 49px;
}
.interviewee_icon img {
  width: 100%;
}

.interviewee p span,
.interviewee-last p span {
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
/* Point */
.point {
  background-color: var(--pink);
}
.point .container {
  display: flex;
  flex-direction: column;
  margin-top: -43px;
  padding-top: 64px;
}
.point_lead {
  padding: 0 10px;
}
.point_lead_text {
  font-family: "Noto Sans JP";
  font-size: var(--font-18px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.54px;
  background-color: white;
  border-radius: 5px;
  display: inline-block;
  padding: 7px;
}
@media screen and (min-width: 767px) {
  .point_lead_text {
    font-size: 1.6rem;
  }
}

.point_lead p {
  padding: 0 5px;
  font-size: 13px;
  margin-top: 10px;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 767px) {
  .point_lead p {
    font-size: 1.15rem;
  }
}

.pink18 {
  color: #ff3238;
}
.pink24 {
  color: #ff3238;
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .pink24 {
    font-size: 1.9rem;
  }
}
.point_btn {
  padding: 0 20px;
  margin: 20px 0;
}
/* まとめ */
.episode_summary {
  padding: 20px;
  background-color: #ffcece;
}

.episode_summary-green {
  padding: 20px;
  background-color: #abefc8;
  margin-bottom: 20px;
}
.episode_summary-pink {
  padding: 20px;
  background-color: #ffc8ca;
  margin-bottom: 20px;
}
.episode_summary-green img,
.episode_summary-pink img {
  width: 100%;
}

.nacodo_comment {
  margin-bottom: 16px;
  img {
    width: 100%;
  }
}
.summary_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}

.summary_graph {
  margin-bottom: 16px;
  img {
    width: 100%;
  }
}

.summary_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.summary_box img {
  width: 40px;
}

.summary_item {
  width: 45%;
  padding: 12px;
  border-radius: 4px;
  background: #fff;
  margin: 4px;
  height: 110px;
  text-align: center;
}
.summary_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.summary_item-icon {
  margin-bottom: 8px;
}

.summary_annotation {
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
}

/* point-content */
.point-content {
  margin-bottom: 20px;
}
.point-content .container {
  padding: 0;
  background-color: var(--pink);
}
.point_head {
  padding: 0 20px;
  margin-bottom: 20px;
}
.point-img {
  width: 14%;
  margin: 10px 0;
}
.point-content_item {
  background: linear-gradient(to bottom, var(--pink) 40%, #fff 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 20px;
}
.point-content_inner {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.point-content_lead {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 767px) {
  .point-content_lead {
    font-size: 1.15rem;
  }
}

.point-content_lead span {
  font-size: 16px;
  font-weight: bold;
  color: #ff3238;
}
.point-content_img img {
  width: 115px;
}
.point-content_text {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #454545;
}
@media screen and (min-width: 767px) {
  .point-content_text {
    font-size: 1.4rem;
  }
}

#point1 .point-content_text span {
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  #point1 .point-content_text span {
    font-size: 1.6rem;
  }
}

.point-content_text .red {
  color: #ff3238;
}
.point-content_text .blue {
  color: #2f98e1;
}
.point-content_text .big {
  font-size: 20px;
}
.point-content_text small {
  font-size: 12px;
}
#point1 .point-content_head img {
  max-width: 428px;
}

#point2 .point-content_head img {
  max-width: 428px;
}
#point3 .point-content_inner > img {
  max-width: 427px;
  margin: auto;
  padding: 0px 6px;
}
.point-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  img {
    width: calc(50% - 20px);
    max-width: 100%;
    box-sizing: border-box;
  }
}
.etc-text {
  color: var(--red);
  text-align: center;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 0.84px;
}
@media screen and (min-width: 767px) {
  .etc-text {
    font-size: 0.9rem;
  }
}

.arrow-text {
  margin-bottom: 10px;
}

.arrow-text img {
  width: 20%;
}

/* Step */
.step {
  padding: 20px 20px;
}
.step .container {
  gap: 24px;
}
.step_head p {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.88px;
}
.step_head img {
  width: 13%;
  margin: 10px 0;
}
.step_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 4px;
  background-color: var(--pink);
  padding: 30px 20px;
  position: relative;
  margin: 24px 0px;
}
.step_item-title {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.step_item-title img {
  width: 23%;
}
.step_item-title p {
  font-size: var(--font-22px);
  font-weight: bold;
  line-height: 160%;
  color: #ff3238;
}
@media screen and (min-width: 767px) {
  .step_item-title p {
    font-size: 1.9rem;
  }
}

.step_item-description {
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  padding: 0 3px;
}
@media screen and (min-width: 767px) {
  .step_item-description {
    font-size: 1.3rem;
  }
}

.step_item-description span {
  font-weight: 700;
}
.step_item-subtitle {
  text-align: center;
  font-size: var(--font-20px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1px;
}
.step_btn p {
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
  .step_btn p {
    font-size: 1.3rem;
  }
}

.step_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.step_content .step_item-description {
  text-align: center;
}
.step_balloon img {
  max-width: 300px;
  width: 76%;
}

.step_definition-description {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 767px) {
  .step_definition-description {
    font-size: 1.3rem;
  }
}

.step_definition-description span {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255 82 82 / 20%);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.step_foot .step_head p {
  font-size: 1.5rem;
  margin-top: 10px;
}
.step_foot .step_item {
  padding: 15px;
  margin-top: 10px;
}

/* Plan */
.plan {
  padding: 0 20px;
}
.plan_wrapper {
  margin-bottom: 16px;
  margin-top: 20px;
  position: relative;
}

.plan-text {
  margin-right: 24px;
  flex: 1;
}

.plan-img {
  display: flex;
  align-items: center;
  text-align: left;
  flex: 2;
}

.plus-icon-img {
  width: 24px;
}

.plan_discount {
  margin: 24px auto 40px;
}

.plan_discount-img {
  width: 100%;
}

.plan_discount .annotation {
  margin-top: 16px;
}

.plus-icon {
  position: absolute;
  right: 0;
  left: 0;
  top: 88px;
}
.annotation {
  font-family: "Noto Sans JP";
  font-size: var(--font-10px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .annotation {
    font-size: 0.9rem;
  }
}

/* CTAラスト */
.cta_raiten-last {
  border-radius: 16px;
  background-color: #eff9ff;
  padding: 40px 10px 20px;
  margin: 0 20px 20px;
}

.cta_raiten-last img {
  max-width: 100%;
}

.cta_risou-head {
  color: #1aaf6c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}

/* form */
.form-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

.form__tab {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  background-color: #eaeaea;
  width: 80%;
  margin: 0 auto 30px;
}

.form__tab-risou.active {
  background-image: radial-gradient(#f97d81 0% 10%, var(--red) 60% 100%);
  color: #fff;
  font-weight: bold;
}

.form__tab-raiten.active {
  background-color: #fff;
  color: var(--red);
  font-weight: bold;
}

.form__tab-item {
  color: #666;
  cursor: pointer;
  width: 50%;
  box-shadow: 0 7px 34px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
  padding: 20px 0;
}

.form__tab-item:hover {
  opacity: 0.75;
}

.hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .form__tab {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .form__tab {
    font-size: 14px;
    width: 90%;
  }
  .form__tab-item {
    padding: 15px 0;
  }
}

/* footer */
.footer {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 40px;
}

.footer p {
  margin: 0 auto;
  text-align: center;
}

.footer_txt p {
  font-size: 14px;
  margin: 3% auto;
}

.footer_txt .copy {
  font-size: 10px;
}

.logo {
  max-width: 250px;
  margin: 0 auto;
}
.logo img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
