@charset "utf-8";

/*--------------------------------------
基本設定
---------------------------------------*/
body {
  font-family: sans-serif, "Noto Sans JP", "ヒラギノ角ゴ ProN W6",
    "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", "ヒラギノ角ゴシック",
    "Hiragino Sans";
  font-size: 1.4em;
  margin: 0 auto;
  text-align: center;
  color: #444;
  overflow-x: hidden;
}

section,
footer {
  max-width: 500px;
  margin: 0 auto;
}

img {
  width: 100%;
}

.annotation {
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: left;
}

/* フェードインアップ */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 左から右へ */
.slide-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.slide-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* ポップアップ */
.popup-anim {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.popup-anim.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* 追従CTAボタン */
.follow-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  z-index: 99;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  padding: 0 5px 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .follow-btn {
    max-width: 100%;
    padding: 0 10px 12px;
  }
}
.follow-btn a img {
  width: 100%;
}
#follow-btn.hide {
  display: none;
}

/* FV */
.fv_mv {
  position: relative;
  width: 100%;
  margin: 0;
}
.fv_bg {
  width: 100%;
  display: block;
}
.fv_texts {
  position: absolute;
  top: 49%;
  text-align: left;
}
.fv-span {
  display: block;
  overflow: hidden;
  position: relative;
  width: max-content;
  margin-right: auto;
}
.fv-span img {
  opacity: 0;
  transition: opacity 0ms 0.5s;
  display: block;
}
.fv-span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-110%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.fv-span.active img {
  opacity: 1;
}
.fv-span.active::after {
  animation: lineAnime 1s forwards;
}
.fv-span.fv-span-right {
  position: absolute;
  right: 0; 
}
@keyframes lineAnime {
  0% { transform: translateX(-110%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(110%); }
}
.fv_01 { max-width: min(48vw, 240px); }
.fv_02 { max-width: min(77.3vw, 387px); }
.fv_03 { max-width: min(calc(97vw - 10px), 490px); }
.fv_04 { max-width: min(30.7vw, 153px); }
.fv-span:nth-child(1),
.fv-span:nth-child(2){
  margin-bottom: 10px;
}

/* カウンセリング予約誘導 */
.cta-top {
  padding: 30px 20px;
  background: linear-gradient(135deg, #FFDEDE 30%, #F1F6EC 70%, #D1EFD3 100%);
}
.cta-top_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-top_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-top_text {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}
.sun_pink {
  color: #F86672;
}
.cta-top_img02 {
  display: block;
}
.cta-top_btn {
  display: block;
  padding-top: 10px;
}
.cta-top_img01 { width: 30%; height: 50%;}
.cta-top_img02 { width: 100%; }
.cta-top_img03 { width: 95%; }
.cta-top_btn img { width: 90%; }

/* きらりエフェクト */
.shine-wrapper {
  position: relative;
  width: 55%;
  overflow: hidden;
}
.shine-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('/img/nma/img_taisetu.svg');
  mask-image: url('/img/nma/img_taisetu.svg');
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.shine-hikari {
  position: absolute;
  top: -2%;
  left: -60%;
  width: 60%;
  padding: 60% 0 0;
  background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
  transform: skewX(30deg);
  animation: kirari 2.5s linear infinite;
}
@keyframes kirari {
  100% { left: 100%; }
}

/* 婚活状況頑張ってるのに */
.trouble {
  padding: 30px 20px;
  background: linear-gradient(180deg, #899395 0%, #EEF2F3 100%);
}
.trouble_head img {
  width: 100%;
}
.trouble_contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

/* 知ってますか？ */
.know {
  position: relative;
  isolation: isolate;
  padding: 30px 20px 0;
  background: linear-gradient(180deg, #D1EBEF 21%, #FFEEFF 75%, #FFDEDE 100%);
}
.know::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}
.know > * {
  position: relative;
  z-index: 1;
}
.know_head img {
  width: 75%;
}
.know_contents {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.know_text {
  font-size: 22px;
  font-weight: 700;
}
.know_equal {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  transform: rotate(90deg);
}
.know_img {
  display: block;
  padding-top: 10px;
  margin: 0 auto;
}
.know_img_top {
  width: 100%;
  padding-bottom: 10px;
}
.know_img_arrow {
  width: 50%;
}
.know_img_title {
  width: 95%;
  padding-bottom: 10px;
}
.know_balloon {
  width: 100%;
  display: block;
  padding-top: 20px;
}

/* カウンセリング予約誘導2 */
.cta-mid {
  padding: 30px 20px;
}
.cta-mid_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cta-mid_img {
  width: 100%;
}
.cta-mid_btn {
  display: block;
  width: 100%;
}

/* 通常の結婚相談所と違うポイント */
.points {
  background-color: #F0F9EF;
}
.points_head img {
  width: 100%;
  padding-bottom: 20px;
}
.points_inner{
  padding: 0 20px 30px;
  background-color: #F0F9EF;
}
.point {
  background-color: #FFF6F6;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.point.point01 {
  margin-bottom: 20px;
}
.point.point02 {
  margin-bottom: 20px;
}
.point.title {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.point_title {
  width: 25%;
}
.point_text-main {
  font-size: 18px;
  font-weight: 700;
}
.point_text-bar {
  border-top: 3px solid #F7766D;
  width: 15%;
}
.point_text {
  width: 91%;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
}
.point_text--center {
  text-align: center;
}
.point_text-underline {
  text-decoration: underline;
}
.point_img {
  width: 100%;
  display: block;
}
.point_balloon {
  width: 100%;
  display: block;
}

/* 長期サポートx伴走型 */
.support {
  position: relative;
  isolation: isolate;
  padding: 30px 20px 20px;
  background: linear-gradient(135deg,#FFDEDE 30%, #F1F6EC 70%, #D1EFD3 100%);
}
.support::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
.support > * {
  position: relative;
  z-index: 1;
}
.support_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.support_head img {
  width: 100%;
}

/* 1年以内の成婚率 */
.support-deco {
  background-color: #FEF5F0;
}
.support_decoration {
  position: relative;
}
.support_bg {
  width: 100%;
  display: block;
}
.support_text {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 60%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 30px));
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.support_text.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.support_annotation {
  font-size: 10px;
  color: #808080;
  text-align: left;
  line-height: 150%;
  padding: 5px 15px 15px;
}


/* ご成婚された方々 */
.achievements {
  padding: 30px 20px;
  background-image: url("/img/nma/img_episode_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.achievements_head img {
  width: 100%;
}
.achievements_text {
  width: 100%;
  display: block;
}
.swiper__achievements {
  width: 100%;
}
.swiper__achievements .swiper-slide img {
  width: 100%;
}
.swiper-pagination {
  margin-top: 16px;
  position: static;
}
.swiper__achievements .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #F7766D;
  opacity: 1;
}
.swiper__achievements .swiper-pagination-bullet-active {
  background: #F7766D;
  border: none;
}

/* 料金プラン */
.plan_inner {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
.plan_fee {
  padding-bottom: 10px;
}
.plan_annotation {
  font-size: 10px;
  text-align: left;
  line-height: 150%;
  color: #888;
}
.plan_discount {
  padding-top: 30px;
}

/* フォーム */
.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 5%;
}
.form__tab {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.form__tab-raiten {
  border-radius: 10px 0 0 10px;
  position: relative;
}
.form__tab-risou {
  border-radius: 0 10px 10px 0;
  position: relative;
}
.form__tab-risou.active {
  background: #F7766D;
  color: #fff;
  font-weight: bold;
}
.form__tab-risou.active::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 11px;
  background: #F7766D;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.form__tab-raiten.active {
  background: #F7766D;
  font-weight: bold;
  color: #fff;
}
.form__tab-raiten.active::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 11px;
  background: #F7766D;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.form__tab-item {
  font-weight: bold;
  color: #495c85;
  cursor: pointer;
  font-size: 14px;
  width: 50%;
  padding: 20px 0;
  box-shadow: 0 7px 34px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}
.form__tab-item:hover {
  opacity: 0.75;
}
.hide {
  display: none;
}

/* フッター */
.footer {
  width: 100%;
  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: 200px;
  margin: 0 auto;
}
.logo img {
  width: 100%;
}