@charset "UTF-8";

/**
 * 111周年記念サイト
 * PCデザイン基準: 1440px
 */

/* ========== Anniversary page overrides ========== */
.page-template-page-anniversary-php .main {
  overflow-x: hidden;
  background: var(--anniv-bg, rgba(239, 251, 255, 1));
}

.anniversary-page {
  --anniv-blue: #2b5a8a;
  --anniv-blue-light: #e8f2fa;
  --anniv-blue-pale: #f3f7fb;
  --anniv-bg: rgba(239, 251, 255, 1);
  --anniv-text: rgba(49, 79, 106, 1);
  --anniv-gold: #d4a843;
  --anniv-navy: #1a3a5c;
  --anniv-orange: #f5d5c0;
  --anniv-max: 1440px;
  --anniv-inner: 1040px;
  color: #333;
  line-height: 1.9;
  background: var(--anniv-bg);
}

.anniv-inner {
  max-width: var(--anniv-inner);
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

/* 記念サイト共通見出し */
.anniv-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.07em;
}

/* 記念サイト共通ラベル（SPECIAL 1 等） */
.anniv-label-group {
  text-align: center;
}

.anniv-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  color: rgba(51, 164, 202, 1);
  margin: 0;
}

.anniv-label__line {
  display: block;
  width: 0;
  height: 67px;
  margin: 26px auto 0;
  border-left: 1px solid rgba(51, 164, 202, 1);
}

.anniv-label-heading {
  margin: 8px 0 0;
  color: rgba(51, 164, 202, 1);
}

.anniv-label-lead {
  margin-top: 40px;
}

.anniv-label-lead p {
  margin: 0;
}

/* 記念イラスト項目見出し（番号＋タイトル） */
.anniv-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 60px;
}

.anniv-illust-desc + .anniv-step {
  margin-top: 60px;
}

.anniv-step__num {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(51, 164, 202, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.anniv-step__title {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  color: rgba(64, 64, 68, 1);
}

.anniv-step__credit {
  margin: 0;
}

.anniv-illust {
  margin: 44px auto 0;
  max-width: 1126px;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
}

.anniv-illust img {
  width: 100%;
  height: auto;
  aspect-ratio: 1126 / 796;
  display: block;
}

.anniv-illust--portrait {
  max-width: 703px;
}

.anniv-illust--portrait img {
  aspect-ratio: 703 / 986;
}

/* オーム君（03）— タイトル下18px・背面に白円 */
.anniv-illust--chara {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 18px;
  max-width: 864.5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.anniv-illust--chara img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 864.5 / 324.5;
  display: block;
}

.anniv-illust--chara picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.anniv-illust__circle {
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 0;
  width: 308px;
  height: 308px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

.anniv-illust-desc {
  margin-top: 44px;
  width: 100%;
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  letter-spacing: 1.5px;
}

.anniv-illust-desc.anniv-text-sm,
.anniv-illust-desc p {
  text-align: left;
  letter-spacing: 1.5px;
}

.anniv-illust-desc p {
  margin: 0;
}

/* 著者プロフィール（03の80px下） */
.anniv-author {
  position: relative;
  width: 742px;
  max-width: 100%;
  margin: 80px auto 0;
  box-sizing: border-box;
}

.anniv-author__upper {
  position: relative;
  height: 605px;
  overflow: visible;
}

.anniv-author__circle {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 605px;
  height: 605px;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

.anniv-author__content {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  text-align: center;
}

.anniv-author__label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: rgba(50, 164, 201, 1);
}

.anniv-author__name {
  margin: 26px 0 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: rgba(49, 79, 106, 1);
}

.anniv-author__bio {
  margin-top: 20px;
  text-align: left;
}

.anniv-author__bio p {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: calc(26 / 18);
  letter-spacing: -0.36px;
  color: rgba(64, 64, 68, 1);
}

/* SPECIAL ② PV（白円の110px下） */
.anniv-pv-head {
  margin-top: 110px;
}

.anniv-pv-head__title,
.anniv-pv-head__subtitle {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2.1px;
}

.anniv-pv-head__title {
  margin-top: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: rgba(51, 164, 202, 1);
}

@media only screen and (min-width: 769px) {
  .anniv-pv-head__title {
    font-weight: 700;
    font-size: 35pt;
  }
}

.anniv-pv-head__subtitle {
  margin-top: 20px;
  color: rgba(49, 79, 106, 1);
}

.anniv-pv-video {
  position: relative;
  z-index: 1;
  margin: 58px auto 0;
  width: min(960px, calc(100% - 40px));
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  background: rgba(200, 210, 218, 0.6);
}

.anniv-pv-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.anniv-pv-body {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.anniv-pv-body__circle-wrap {
  position: relative;
  z-index: 0;
  height: 0;
  margin-top: 28px;
}

.anniv-pv-body__circle {
  position: absolute;
  top: 0;
  left: calc(
    (100vw - min(100vw, var(--anniv-max))) / 2 +
      (271 / 1440 * min(100vw, var(--anniv-max)))
  );
  width: calc(605 / 1440 * min(100vw, var(--anniv-max)));
  height: calc(605 / 1440 * min(100vw, var(--anniv-max)));
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
}

.anniv-pv-body .anniv-author__label,
.anniv-artist,
.anniv-producer {
  position: relative;
  z-index: 1;
}

.anniv-pv-head .anniv-author__label {
  margin-top: 83px;
}

.anniv-artist {
  margin-top: 40px;
}

.anniv-artist__photo {
  margin: 0 auto;
  width: 289px;
  max-width: 100%;
  line-height: 0;
}

.anniv-artist__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 289 / 384;
  display: block;
}

.anniv-artist__name {
  margin: 40px 0 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: center;
  color: rgba(49, 79, 106, 1);
}

.anniv-artist__bio {
  margin: 20px auto 0;
  width: 100%;
  max-width: 742px;
  text-align: left;
}

.anniv-artist__bio p {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: calc(26 / 18);
  letter-spacing: -0.36px;
  color: rgba(64, 64, 68, 1);
}

.anniv-artist__bio p.is-gap-top-2 {
  margin-top: 1em;
}

.anniv-artist-message {
  position: relative;
  z-index: 1;
}

.anniv-artist-message .anniv-author__label {
  margin-top: 60px;
}

.anniv-artist-message .anniv-artist__bio {
  margin-top: 20px;
}

.anniv-producer {
  margin-top: 90px;
  overflow: visible;
}

.anniv-producer > .anniv-author__label {
  margin-top: 0;
}

.anniv-producer__circle-wrap {
  position: relative;
  z-index: 0;
  height: 0;
  margin-top: 12px;
}

.anniv-producer__circle {
  position: absolute;
  top: -124px;
  right: calc(
    (100vw - min(100vw, var(--anniv-max))) / 2 +
      (271 / 1440 * min(100vw, var(--anniv-max)))
  );
  width: calc(605 / 1440 * min(100vw, var(--anniv-max)));
  height: calc(605 / 1440 * min(100vw, var(--anniv-max)));
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
}

.anniv-message-text p + p {
  margin-top: 1em;
}

.anniv-producer__sign {
  margin: 27px auto 0;
  width: 100%;
  max-width: 742px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.36px;
  text-align: right;
  color: rgba(64, 64, 68, 1);
}

.anniv-final-message {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

.anniv-president-block {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  width: 100%;
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.anniv-president {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  width: max-content;
  max-width: calc(100vw - 40px);
}

.anniv-president__photo {
  flex-shrink: 0;
  margin: 0;
  line-height: 0;
}

.anniv-president__photo img {
  display: block;
  width: auto;
  height: auto;
}

.anniv-president__text {
  flex: 0 1 641px;
  width: 641px;
  max-width: 641px;
  min-width: 0;
  text-align: left;
}

.anniv-president__text p {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.36px;
  color: rgba(64, 64, 68, 1);
}

.anniv-president__text p + p:not(.anniv-president__sign) {
  margin-top: 0;
}

.anniv-president__text p.is-gap-top-2 {
  margin-top: 2em;
}

.anniv-president__text p.anniv-president__sign {
  margin-top: 2em;
  text-align: right;
}

.anniv-history-video {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}

.anniv-history-video__embed {
  position: relative;
  width: min(960px, calc(100% - 40px));
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 30px auto 0;
}

.anniv-history-video__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.anniv-future-zone {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin: 90px calc(50% - 50vw) 0;
  padding-bottom: 74px;
  box-sizing: border-box;
  background: linear-gradient(
    to top right,
    #dae89d 0%,
    #efffe5 45%,
    #ecf5ff 100%
  );
  text-align: center;
}

.anniv-future-zone__heading {
  margin: 0;
  padding-top: 108px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 2.45px;
  color: rgba(49, 79, 106, 1);
}

.anniv-future-zone__catch {
  margin: 50px 0 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2.1px;
  color: rgba(50, 164, 201, 1);
}

.anniv-future-zone__body {
  margin: 30px auto 0;
  width: 100%;
  max-width: 956px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.anniv-future-zone__body p {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.36px;
  color: rgba(64, 64, 68, 1);
}

.anniv-future-zone__body p.is-gap-top-2 {
  margin-top: 2.5em;
}

.anniv-future-zone__logo {
  margin-top: 56px;
  line-height: 0;
  text-align: center;
}

.anniv-future-zone__logo img {
  width: 140px;
  height: auto;
  display: inline-block;
}

.anniv-expo {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  text-align: center;
}

.anniv-expo__heading {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.67;
  letter-spacing: 1.75px;
  color: rgba(49, 79, 106, 1);
}

.anniv-expo__catch {
  margin: 0;
}

.anniv-expo__image {
  position: relative;
  margin: 40px auto 90px;
  max-width: 876px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
}

.anniv-expo__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 876 / 279.89;
  display: block;
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.anniv-expo__image:hover img {
  transform: scale(1.1);
}

.anniv-expo__more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 272px;
  max-width: calc(100% - 48px);
  z-index: 2;
}

.anniv-expo__more .c-link-btn01 {
  width: 100%;
}

.anniv-recruit {
  margin-top: 0;
  text-align: center;
}

.anniversary-page .anniv-recruit .more.anniv-recruit__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 123px;
  width: auto;
  max-width: none;
}

.anniversary-page .anniv-recruit .anniv-recruit__actions .c-link-btn03 {
  width: 272px;
  flex-shrink: 0;
}

/* 記念サイト共通本文 */
.anniv-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--anniv-text);
}

/* 記念サイト本文（18px） */
.anniv-text-sm {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  color: rgba(64, 64, 68, 1);
}

.anniv-text-sm p {
  font-size: 18px;
  line-height: calc(26 / 18);
}

/* ========== Hero ========== */
.anniv-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  padding-top: 0;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  background: transparent;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .anniv-hero {
    height: 688px;
    min-height: 688px;
  }
}

.anniv-hero__layers {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.anniv-hero__illust,
.anniv-hero__gradient {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(48px);
  animation: annivHeroBg 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.8s;
}

.anniv-hero__illust {
  z-index: 1;
}

.anniv-hero__gradient {
  z-index: 2;
  background: radial-gradient(
    circle at 50% 42%,
    rgba(255, 255, 255, 0.38) 0%,
    rgba(255, 255, 255, 0.16) 22%,
    transparent 34%,
    rgba(170, 215, 248, 0.65) 52%,
    rgba(140, 200, 245, 0.84) 76%,
    rgba(120, 190, 240, 0.94) 100%
  );
}

.anniv-hero__illust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.anniv-hero__illust picture {
  display: block;
  width: 100%;
  height: 100%;
}

.anniv-hero .anniv-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.anniv-hero__logo {
  margin: 0 auto;
  width: 362px;
  max-width: 100%;
  opacity: 0;
  transform: scale(0.96);
  animation: annivHeroLogo 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.15s;
}

.anniv-hero__logo img {
  width: 362px;
  height: 374px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

@keyframes annivHeroLogo {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes annivHeroBg {
  from {
    opacity: 0;
    transform: translateY(48px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .anniv-hero__logo,
  .anniv-hero__gradient,
  .anniv-hero__illust {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .anniv-wave-line__move,
  .anniv-wave-line__img {
    animation: none;
  }
}

/* ========== Message ========== */
.anniv-message {
  position: relative;
  background: transparent;
  padding: 0 0 0;
  text-align: center;
}

.anniv-message__heading {
  margin-top: 80px;
  margin-bottom: 56px;
  color: var(--anniv-text);
}

.anniv-message__body p {
  margin: 0;
}

/* 波線（サブテキスト直後・全幅） */
.anniv-wave-line {
  width: 100%;
  overflow: hidden;
  margin: 56px 0 48px;
  line-height: 0;
}

.anniv-wave-line__move {
  display: block;
  width: 100%;
}

.anniv-wave-line__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========== History blocks ========== */
.anniv-history {
  padding: 80px 0 100px;
  background: transparent;
}

.anniv-block {
  margin-bottom: 100px;
}

.anniv-block:last-of-type {
  margin-bottom: 80px;
}

.anniv-block__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.anniv-block__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--anniv-blue);
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 16px;
  flex-shrink: 0;
}

.anniv-block__title {
  font-size: 22px;
  color: var(--anniv-blue);
  margin: 0;
  letter-spacing: 0.05em;
}

.anniv-block__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
  background: var(--anniv-blue-pale);
  aspect-ratio: 16 / 7;
}

.anniv-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.anniv-block__text {
  font-size: 15px;
  color: #555;
  margin: 0;
}

/* Vision circle */
.anniv-vision {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.anniv-vision__circle {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 60px rgba(43, 90, 138, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
  box-sizing: border-box;
}

.anniv-vision__title {
  font-size: 24px;
  color: var(--anniv-blue);
  margin: 0 0 24px;
}

.anniv-vision__text {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 2;
}

/* ========== Section head ========== */
.anniv-section-head {
  text-align: center;
  margin-bottom: 48px;
}

.anniv-section-head__ja {
  font-size: 28px;
  color: var(--anniv-blue);
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}

.anniv-section-head__en {
  font-size: 14px;
  color: #5d8ba6;
  letter-spacing: 0.15em;
  margin: 0;
}

/* ========== Project ========== */
.anniv-project {
  padding: 80px 0;
  background: transparent;
}

.anniv-project__visual {
  border-radius: 12px;
  overflow: hidden;
  background: var(--anniv-blue-light);
  aspect-ratio: 16 / 9;
}

.anniv-project__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========== Interview ========== */
.anniv-interview {
  padding: 80px 0;
  background: transparent;
}

.anniv-profile {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 64px;
}

.anniv-profile:last-child {
  margin-bottom: 0;
}

.anniv-profile--reverse {
  flex-direction: row-reverse;
}

.anniv-profile__photo {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--anniv-blue-pale);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.anniv-profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anniv-profile__body {
  flex: 1;
  padding-top: 16px;
}

.anniv-profile__role {
  font-size: 13px;
  color: #5d8ba6;
  margin: 0 0 4px;
}

.anniv-profile__name {
  font-size: 20px;
  color: var(--anniv-blue);
  margin: 0 0 20px;
  font-weight: 600;
}

.anniv-profile__quote {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 2;
}

/* ========== Special ========== */
.anniv-special {
  padding: 80px 0;
  background: transparent;
}

.anniv-special__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.anniv-special-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

.anniv-special-card__thumb {
  aspect-ratio: 4 / 3;
  background: var(--anniv-blue-light);
  overflow: hidden;
}

.anniv-special-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anniv-special-card__body {
  padding: 24px 28px 32px;
}

.anniv-special-card__title {
  font-size: 18px;
  color: var(--anniv-blue);
  margin: 0 0 12px;
}

.anniv-special-card__text {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.9;
}

.anniv-special-card--video {
  display: flex;
  align-items: stretch;
}

.anniv-special-card__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--anniv-blue-light);
  overflow: hidden;
}

.anniv-special-card__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anniv-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
}

.anniv-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.anniv-play-btn span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent var(--anniv-blue);
  margin: 0 auto 0 4px;
}

/* ========== Future message ========== */
.anniv-future {
  padding: 100px 0;
  background: transparent;
  text-align: center;
}

.anniv-future__heading {
  font-size: 28px;
  color: var(--anniv-blue);
  line-height: 1.6;
  margin: 0 0 40px;
}

.anniv-future__body {
  font-size: 15px;
  color: #555;
  text-align: left;
  max-width: 720px;
  margin: 0 auto 48px;
}

.anniv-future__body p {
  margin: 0 0 1.5em;
}

.anniv-future__logo {
  max-width: 160px;
  margin: 0 auto;
}

.anniv-future__logo img {
  width: 100%;
  height: auto;
}

/* ========== CTA ========== */
.anniv-cta__dark {
  padding: 80px 0;
  background: var(--anniv-navy) url("../images/anniversary/cta-bg.jpg")
    no-repeat center / cover;
  text-align: center;
  position: relative;
}

.anniv-cta__dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 58, 92, 0.75);
}

.anniv-cta__dark .anniv-inner {
  position: relative;
  z-index: 1;
}

.anniv-cta__label {
  font-size: 20px;
  color: #fff;
  margin: 0 0 32px;
  letter-spacing: 0.08em;
}

.anniv-cta__warm {
  padding: 80px 0;
  background: var(--anniv-orange);
  text-align: center;
}

.anniv-cta__heading {
  font-size: 24px;
  color: var(--anniv-blue);
  margin: 0 0 12px;
}

.anniv-cta__sub {
  font-size: 15px;
  color: #666;
  margin: 0 0 32px;
}

.anniv-btn {
  display: inline-block;
  padding: 14px 48px;
  font-family: "Marcellus", serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
}

.anniv-btn:hover {
  opacity: 0.8;
}

.anniv-btn--white {
  background: #fff;
  color: var(--anniv-navy);
}

.anniv-btn--outline {
  background: transparent;
  color: var(--anniv-blue);
  border: 1px solid var(--anniv-blue);
}

/* ========== Team ========== */
.anniv-team {
  padding: 60px 0 40px;
  background: transparent;
}

.anniv-team__list {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.anniv-team__list li {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--anniv-blue-pale);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.anniv-team__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== Seal ========== */
.anniv-seal {
  text-align: center;
  padding: 40px 0 60px;
  background: transparent;
}

.anniv-seal img {
  width: 160px;
  height: auto;
  opacity: 0.6;
}

/* ========== Scroll animation ========== */
.anniversary-page .event-trigger {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.anniversary-page .event-trigger.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* ========== Tablet (768–1300px) ========== */
@media screen and (max-width: 1300px) {
  .anniv-inner {
    padding: 0 32px;
  }

  .anniv-special__grid {
    gap: 24px;
  }
}

/* ========== SP（基準 390px） ========== */
@media screen and (max-width: 767px) {
  .anniv-inner {
    padding: 0 33px;
  }

  .anniv-hero {
    height: 248px;
    min-height: 248px;
  }

  .anniv-hero__logo {
    width: 128px;
    max-width: 128px;
  }

  .anniv-hero__logo img {
    width: 128px;
    height: 132px;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }

  .anniv-title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.07em;
  }

  .anniv-message__heading {
    margin-top: 48px;
    margin-bottom: 32px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.07em;
  }

  .anniv-message__body.anniv-text-sm {
    text-align: center;
  }

  .anniv-text {
    font-size: 16px;
    line-height: 28px;
  }

  .anniv-text-sm {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.04em;
    text-align: justify;
    padding-inline: 33px;
    box-sizing: border-box;
  }

  .anniv-inner .anniv-text-sm {
    padding-inline: 0;
  }

  .anniv-text-sm p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: -0.04em;
    text-align: inherit;
  }

  .anniv-label {
    margin-top: -20px;
    font-size: 18px;
  }

  .anniv-label__line {
    height: 27px;
    margin: 4px auto 0;
  }

  .anniv-label-heading,
  .anniv-pv-head__title {
    margin-top: 30px;
  }

  .anniv-label-lead {
    margin-top: 30px;
  }

  .anniv-step {
    margin-top: 66px;
    gap: 10px;
  }

  .anniv-illust-desc + .anniv-step {
    margin-top: 60px;
  }

  .anniv-step__num {
    width: 32.5px;
    height: 32.5px;
    font-size: 14px;
  }

  .anniv-step__title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    text-align: left;
  }

  .anniv-step__credit {
    width: 100%;
    padding-right: 10%;
    box-sizing: border-box;
    font-family: YuGothic, "Yu Gothic", "游ゴシック", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: right;
    color: rgba(64, 64, 68, 1);
  }

  .anniv-illust--chara img {
    aspect-ratio: auto;
  }

  .anniv-illust {
    margin-top: 30px;
    padding: 0;
  }

  .anniv-illust-desc,
  .anniv-illust-desc.anniv-text-sm,
  .anniv-illust-desc p {
    letter-spacing: -0.04em;
  }

  .anniv-illust-desc {
    margin-top: 30px;
    padding-inline: 33px;
    box-sizing: border-box;
  }

  .anniv-illust--chara {
    margin-top: 9px;
    padding-inline: 20px;
    box-sizing: border-box;
  }

  .anniv-illust--portrait {
    width: min(263px, 67.44vw);
    margin-left: auto;
    margin-right: auto;
  }

  .anniv-illust__circle {
    display: none;
  }

  .anniv-author {
    width: 100%;
    max-width: 742px;
    margin-top: 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .anniv-author__upper {
    height: 426px;
  }

  .anniv-author__circle {
    width: 426px;
    height: 426px;
    max-width: none;
  }

  .anniv-author__content {
    padding-top: 36px;
  }

  .anniv-author__label,
  .anniv-author__name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .anniv-author__name {
    margin-top: 20px;
  }

  .anniv-author__bio {
    margin-top: 16px;
    padding-inline: 13px;
    box-sizing: border-box;
    text-align: justify;
  }

  .anniv-author__bio p,
  .anniv-artist__bio p,
  .anniv-future-zone__body p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.04em;
    text-align: justify;
    color: rgba(64, 64, 68, 1);
  }

  .anniv-pv-head {
    margin-top: 60px;
  }

  .anniv-pv-head__title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.07em;
    color: rgba(51, 164, 202, 1);
  }

  .anniv-pv-head__subtitle {
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .anniv-pv-body {
    overflow: visible;
  }

  .anniv-pv-video {
    width: calc(100% - 40px);
    max-width: 100%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 0;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .anniv-pv-body > .anniv-author__label {
    margin-top: 60px;
  }

  .anniv-pv-body__circle-wrap,
  .anniv-producer__circle-wrap {
    display: none;
  }

  .anniv-pv-body > .anniv-artist {
    margin-top: 12px;
    position: relative;
    z-index: 1;
  }

  .anniv-pv-body > .anniv-artist::before {
    content: "";
    position: absolute;
    top: 0;
    left: 33px;
    z-index: 0;
    width: 426px;
    height: 426px;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
  }

  .anniv-pv-body > .anniv-artist .anniv-artist__photo,
  .anniv-pv-body > .anniv-artist .anniv-artist__name,
  .anniv-pv-body > .anniv-artist .anniv-artist__bio {
    position: relative;
    z-index: 1;
  }

  .anniv-artist__photo {
    width: 172px;
    height: 229px;
    max-width: none;
  }

  .anniv-artist__photo img {
    width: 172px;
    height: 229px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .anniv-producer {
    margin-top: 48px;
    overflow: visible;
  }

  .anniv-producer > .anniv-artist {
    margin-top: 12px;
    position: relative;
    z-index: 1;
  }

  .anniv-producer > .anniv-artist::before {
    content: "";
    position: absolute;
    top: 0;
    right: 33px;
    left: auto;
    z-index: 0;
    width: 426px;
    height: 426px;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
  }

  .anniv-producer > .anniv-artist .anniv-artist__photo,
  .anniv-producer > .anniv-artist .anniv-artist__name,
  .anniv-producer > .anniv-artist .anniv-artist__bio {
    position: relative;
    z-index: 1;
  }

  .anniv-artist {
    margin-top: 28px;
  }

  .anniv-artist__name {
    margin-top: 28px;
    font-size: 16px;
    letter-spacing: 1.12px;
  }

  .anniv-artist__bio {
    margin-top: 16px;
    padding-inline: 33px;
    box-sizing: border-box;
    text-align: justify;
  }

  .anniv-artist-message .anniv-author__label {
    margin-top: 40px;
  }

  .anniv-artist-message .anniv-artist__bio {
    margin-top: 16px;
  }

  .anniv-producer__sign {
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: -0.3px;
  }

  .anniv-final-message {
    margin-top: 80px;
  }

  .anniv-president-block {
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .anniv-president {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 100%;
  }

  .anniv-president__photo {
    width: 149px;
    height: 167px;
  }

  .anniv-president__photo img {
    width: 149px;
    height: 167px;
    max-width: none;
    object-fit: cover;
  }

  .anniv-president__text {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .anniv-president__text p {
    font-size: 15px;
    letter-spacing: -0.3px;
  }

  .anniv-president__text p.anniv-president__sign {
    margin-top: 2em;
    text-align: right;
  }

  .anniv-history-video {
    margin-top: 80px;
  }

  .anniv-history-video__embed {
    width: calc(100% - 40px);
    max-width: 100%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .anniv-wave-line {
    margin: 0;
    height: 85.9px;
  }

  .anniv-wave-line__move,
  .anniv-wave-line__move picture,
  .anniv-wave-line__img {
    height: 100%;
  }

  .anniv-wave-line__move picture {
    display: block;
    width: 100%;
  }

  .anniv-wave-line__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .anniv-history {
    padding: 48px 0 60px;
  }

  .anniv-block {
    margin-bottom: 60px;
  }

  .anniv-block__title {
    font-size: 18px;
  }

  .anniv-vision__circle {
    padding: 40px 28px;
    aspect-ratio: auto;
    border-radius: 24px;
  }

  .anniv-section-head__ja {
    font-size: 22px;
  }

  .anniv-profile,
  .anniv-profile--reverse {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .anniv-profile__photo {
    width: 160px;
    height: 160px;
  }

  .anniv-special__grid {
    grid-template-columns: 1fr;
  }

  .anniv-future {
    padding: 60px 0;
  }

  .anniv-future__heading {
    font-size: 22px;
  }

  .anniv-cta__dark,
  .anniv-cta__warm {
    padding: 48px 0;
  }

  .anniv-team__list {
    flex-wrap: wrap;
    gap: 16px;
  }

  .anniv-team__list li {
    width: 80px;
    height: 80px;
  }

  .anniv-future-zone {
    margin-top: 48px;
    padding-bottom: 36px;
  }

  .anniv-future-zone__heading {
    padding-top: 47px;
    font-size: 20px;
    letter-spacing: 0.07em;
  }

  .anniv-future-zone__catch {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
  }

  .anniv-future-zone__body {
    margin-top: 30px;
    padding-inline: 33px;
    box-sizing: border-box;
    text-align: justify;
  }

  .anniv-future-zone__body p.is-gap-top-2 {
    margin-top: 1.5em;
  }

  .anniv-future-zone__logo {
    margin-top: 40px;
  }

  .anniv-future-zone__logo img {
    width: 87px;
    height: 90px;
  }

  .anniv-expo {
    margin-top: 60px;
  }

  .anniv-expo__heading {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }

  .anniv-expo__catch {
    margin-bottom: 15px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-align: center;
    color: #33a4ca;
  }

  .anniv-expo__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 42px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: none;
    padding: 0;
    line-height: normal;
    overflow: visible;
    border-radius: 0;
  }

  .anniv-expo__more {
    position: static;
    transform: none;
    width: 272px;
    max-width: calc(100% - 48px);
    margin-top: 30px;
  }

  .anniv-recruit {
    margin-top: 0;
  }

  .anniversary-page .anniv-recruit .more.anniv-recruit__actions {
    flex-direction: column;
    gap: 20px;
    width: 294px;
    max-width: calc(100% - 40px);
  }

  .anniversary-page .anniv-recruit .anniv-recruit__actions .c-link-btn03 {
    width: 294px;
    max-width: 100%;
    height: 54px;
    font-size: 16px;
    border-radius: 4px;
  }
}
