@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------ 共通変数 */
/* ------------------------------------------------------------------------------------------------------ メディアクエリ関数 */
/* ------------------------------------------------------------------------------------------------------ フォントサイズ関数 */
/* ------------------------------------------------------------------------------------------------------ 余白関数 */
/* ------------------------------------------------------------------------------------------------------ Text hidden関数 */
/* ------------------------------------------------------------------------------------------------------ hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(96px, 12vh, 150px) clamp(18px, 5vw, 80px) clamp(60px, 8vh, 90px);
  background: radial-gradient(120% 120% at 82% 18%, #14336f 0%, #0e2148 46%, #0a1730 100%);
  overflow: hidden;
}

.hero__halo {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: hjHalo 7s ease-in-out infinite;
}
.hero__halo.is-a {
  top: -12%;
  right: 4%;
  width: min(60vw, 720px);
  height: min(60vw, 720px);
  background: radial-gradient(circle, rgba(43, 111, 255, 0.55) 0%, rgba(43, 111, 255, 0) 68%);
  filter: blur(6px);
}
.hero__halo.is-b {
  bottom: -18%;
  left: -8%;
  width: min(46vw, 540px);
  height: min(46vw, 540px);
  background: radial-gradient(circle, rgba(242, 169, 190, 0.34) 0%, rgba(242, 169, 190, 0) 70%);
  filter: blur(8px);
  animation-duration: 9s;
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(80% 80% at 50% 40%, #000 30%, transparent 75%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
}

.hero__copy {
  flex: 1 1 460px;
  min-width: min(100%, 460px);
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.badge {
  opacity: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  animation: hjBadge 0.6s ease forwards;
}
.badge.is-blue {
  background: rgba(43, 111, 255, 0.16);
  border: 1px solid rgba(77, 139, 255, 0.5);
  color: #cfe0ff;
  animation-delay: 0.2s;
}
.badge.is-pink {
  background: rgba(242, 169, 190, 0.16);
  border: 1px solid rgba(242, 169, 190, 0.5);
  color: #ffd4e0;
  animation-delay: 0.34s;
}

.hero__name {
  position: relative;
  margin-bottom: clamp(20px, 3vh, 34px);
}

.hero__bg-name {
  position: absolute;
  left: -2%;
  top: 46%;
  transform: translateY(-50%);
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", serif;
  font-weight: 800;
  font-size: clamp(120px, 22vw, 320px);
  color: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}

.hero__name-in {
  position: relative;
  opacity: 0;
  animation: hjFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.hero__family {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 5vw, 62px);
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}

.hero__given {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(72px, 14vw, 168px);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 0.92;
  margin-top: 4px;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.hero__kana {
  font-size: clamp(14px, 1.7vw, 19px);
  color: #9db4e6;
  letter-spacing: 0.34em;
  margin-top: 14px;
  font-weight: 500;
}

.hero h1 {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", serif;
  line-height: 1.24;
}
.hero h1 .line {
  display: block;
  opacity: 0;
  font-weight: 800;
  font-size: clamp(30px, 5.4vw, 60px);
  color: #fff;
  animation: hjFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero h1 .line:first-child {
  animation-delay: 0.5s;
}
.hero h1 .line:last-child {
  margin-top: 6px;
  animation-delay: 0.72s;
}

.hero__kirari {
  background: linear-gradient(100deg, #ffd166 0%, #fff7d6 22%, #ffd166 44%, #ffb703 60%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: hjShimmer 3.4s ease-in-out 1.4s infinite;
}

.hero__city {
  position: relative;
}
.hero__city::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f2a9be, #2b6fff);
  transform-origin: left;
  transform: scaleX(0);
  animation: hjUnderline 0.7s ease 1.1s forwards;
}

.hero__lead {
  margin: 0 0 32px;
  opacity: 0;
  animation: hjFadeUp 0.7s ease 0.95s forwards;
  font-size: clamp(15px, 2vw, 20px);
  color: #d6e0f5;
  line-height: 1.9;
  font-weight: 500;
  text-align: left;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  opacity: 0;
  animation: hjFadeUp 0.7s ease 1.15s forwards;
}

.hero__photo {
  flex: 1 1 380px;
  min-width: min(100%, 340px);
  display: flex;
  justify-content: center;
  position: relative;
}

.hero__photo-in {
  position: relative;
  opacity: 0;
  animation: hjPhotoIn 1.3s cubic-bezier(0.2, 0.8, 0.25, 1) 0.3s forwards;
}
.hero__photo-in::before {
  content: "";
  position: absolute;
  inset: -6% -4% -4% -6%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.9) 0%, rgba(215, 228, 255, 0.5) 45%, rgba(215, 228, 255, 0) 72%);
  filter: blur(2px);
}
.hero__photo-in img {
  position: relative;
  width: min(100%, clamp(280px, 42vw, 560px));
  height: auto;
  border-radius: 50% 50% 46% 46%/46% 46% 50% 50%;
  box-shadow: 0 40px 90px rgba(5, 15, 40, 0.55);
  display: block;
}

.hero__age {
  position: absolute;
  bottom: 18px;
  right: -6px;
  padding: 12px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(5, 15, 40, 0.3);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(15px, 1.8vw, 19px);
  color: #0e2148;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: hjFadeUp 0.8s ease 1.4s forwards;
}
.hero__scroll span {
  font-size: 11px;
  letter-spacing: 0.32em;
  color: #9db4e6;
  font-weight: 700;
}

.hero__scroll-line {
  position: relative;
  width: 1px;
  height: 46px;
  background: rgba(157, 180, 230, 0.35);
  overflow: hidden;
}
.hero__scroll-line i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: #4d8bff;
  animation: hjScrollLine 1.9s ease-in-out infinite;
}

/* ------------------------------------------------------------------------------------------------------ story */
.story {
  position: relative;
  padding: clamp(72px, 11vh, 130px) clamp(18px, 5vw, 80px);
}

.story__grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 5vw, 64px);
  align-items: flex-start;
}

.story__text {
  flex: 1 1 420px;
  min-width: min(100%, 320px);
}
.story__text p {
  margin: 0 0 32px;
  padding-left: 24px;
  border-left: 3px solid #e3e9f4;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 2.45;
  letter-spacing: 0.02em;
  color: #33405a;
}

.story__quote {
  margin-top: 8px;
  padding: 22px 26px;
  border-radius: 18px;
  background: linear-gradient(120deg, #0e2148, #14336f);
  color: #fff;
}
.story__quote p {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", serif;
  font-weight: 700;
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.7;
  color: #fff;
  text-align: left;
}

.story__illust {
  flex: 0 1 340px;
  min-width: min(100%, 280px);
  position: sticky;
  top: 100px;
  text-align: center;
}

.story__frame {
  position: relative;
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(160deg, #fbfcfe, #eef3fb);
  border: 1px solid #e3e9f4;
  box-shadow: 0 24px 60px rgba(14, 33, 72, 0.1);
}

.story__cap {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 20px;
  border-radius: 999px;
  background: #f2a9be;
  color: #7a1f3c;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.story__frame img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 12px auto 0;
}

/* ------------------------------------------------------------------------------------------------------ policy */
.policy {
  position: relative;
  padding: clamp(72px, 11vh, 130px) clamp(18px, 5vw, 80px);
  background: linear-gradient(180deg, #0a1730, #0e2148);
  color: #fff;
  overflow: hidden;
}
.policy::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -6%;
  width: 40vw;
  height: 40vw;
  max-width: 560px;
  max-height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 111, 255, 0.28), transparent 68%);
  pointer-events: none;
}

.policy__inner {
  position: relative;
}

.policy__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.policy__tags span {
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: #d6e0f5;
}

.policy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-card {
  position: relative;
  padding: 32px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.policy-card .no {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 1;
  background: linear-gradient(120deg, #4d8bff, #f2a9be);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.policy-card h3 {
  margin: 16px 0 12px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 1.5;
  color: #fff;
}
.policy-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #b9c6e2;
  text-align: left;
}
.policy-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #4d8bff, #f2a9be);
}

@media (hover: hover) and (pointer: fine) {
  .policy-card:hover {
    border-color: rgba(109, 160, 255, 0.6);
    background: rgba(255, 255, 255, 0.09);
  }
} /* hover -- */
/* ------------------------------------------------------------------------------------------------------ news (top) */
.news {
  padding: clamp(72px, 11vh, 130px) clamp(18px, 5vw, 80px);
}

.news__note {
  margin: 26px 0 0;
  font-size: 12px;
  color: #9aa5ba;
  text-align: center;
}

/* ------------------------------------------------------------------------------------------------------ profile */
.profile {
  padding: clamp(72px, 11vh, 130px) clamp(18px, 5vw, 80px);
  background: linear-gradient(180deg, #f4f7fc, #eef3fb);
}

.profile__inner {
  max-width: 900px;
  margin: 0 auto;
}

.profile-table {
  background: #fff;
  border: 1px solid #e3e9f4;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(14, 33, 72, 0.08);
  overflow: hidden;
}

.profile-table dl {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
}

.profile-table dt,
.profile-table dd {
  padding: 22px clamp(20px, 3vw, 32px);
  border-top: 1px solid #e3e9f4;
}

.profile-table dt:nth-of-type(1),
.profile-table dd:nth-of-type(1) {
  border-top: none;
}

.profile-table dt {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(120deg, #f4f7fc, #eef3fb);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #14336f;
  letter-spacing: 0.03em;
}
.profile-table dt::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2b6fff;
  flex: none;
}

.profile-table dd {
  margin: 0;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.9;
  color: #29344c;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .profile-table dl {
    grid-template-columns: 1fr;
  }
  .profile-table dt {
    padding-bottom: 8px;
    border-top: 1px solid #e3e9f4;
  }
  .profile-table dd {
    padding-top: 0;
    border-top: none;
  }
} /* max 600px -- */
