/* ================
    General
  ================= */
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem; /* 16px */
  line-height: 1.7;
  letter-spacing: 0.025em;
  color: #333;
  background-color: #f1f1f1;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}

picture {
  display: block;
  line-height: 0;
}

source,
img {
  width: 100%;
  line-height: 0;
}

.text-line {
  color: #bf248a;
  font-weight: 700;
  background: linear-gradient(
    transparent 50%,
    #ffee68 50%,
    #ffee68 90%,
    transparent 90%
  );
}

.text-small {
  font-size: 0.77em;
  vertical-align: middle;
}

#wrapper {
  max-width: 750px;
  box-shadow: 0 0 60px rgba(69, 42, 27, 0.5);
  margin: 0 auto;
}

/* ================
      Container
    ================= */
.sec-container--fit {
  margin: 0 auto;
  overflow-x: hidden;
}

.sec-container > div {
  position: relative;
}

/* ================
      CTA
    ================= */
.cta {
  position: relative;
}

.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.cta_01 {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.cta_02 {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.cta_03 {
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

@media (hover: hover) {
  .btn:hover {
    filter: brightness(1.15);
  }
}

.btn,
.btn img {
  object-fit: contain;
}

.glitter-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.glitter-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  z-index: 2;

  animation: glitter 2s ease-in-out infinite;
  animation-delay: 1s; /* ←最初のキラリを1秒後に */
}

@keyframes glitter {
  0% {
    left: -75%;
  }
  20% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

.cta-note {
  width: 87.733%;
  margin: 0 auto;
}

/* ================
      Youtube
  =================*/
.video-section {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.bg-image {
  width: 100%;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 58%; /* 中央に配置 */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); /* お好みで */
}

.video-overlay iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ================
      SNS
  =================*/
.sec_07-2_body {
  display: flex;
  align-items: center;
  background-color: #f3f1e8;
  padding: 5% 0%;
  max-width: 750px;
  margin: 0 auto;
}

/* プロフィール画像 */
.sec_07-2_body .profile-left {
  width: 40%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* SNSアイコンのラッパー */
.sec_07-2_body {
  display: flex;
  gap: 5%;
  flex: 1;
  flex-direction: row;
  padding: 5% 5%;
}

.profile-sns {
  width: 60%;
  display: flex;
  flex-direction: row;
  gap: 5%;
}

.profile-sns img {
  object-fit: cover;
  display: block;
}

.sec_07-2_body .profile-sns a:hover img {
  transform: scale(1.1);
}
/* ================
      CTA
  =================*/
.cta {
  position: absolute;
  padding: 0;
  background-color: transparent;
  left: 0;
  width: 100%;
}

.timeline {
  padding: 7.5% 3.5% 10%;
}

.timeline table {
  width: 100%;
}

.timeline table tr {
  width: 100%;
  display: flex;
  margin-bottom: min(2vw, 15px);
}

.timeline table td {
  font-size: min(3.733vw, 28px);
  letter-spacing: 0.005em;
}

.timeline table td:first-child {
  color: #bf248a;
  letter-spacing: -0.05em;
  margin-right: 3%;
}

/* ================
      Footer
    ================= */
footer {
  margin: 0 auto;
  padding: 1em 0;
  background: #50a7d0;
  color: #333333;
  text-align: center;
  font-size: min(2.5vw, 18px);
}

footer a {
  color: #333333;
  text-decoration: underline;
  transition: opacity 0.4s ease;
}

@media (hover: hover) {
  footer a:hover {
    opacity: 0.7;
  }
}

footer {
  background: transparent;
  border: none;
  text-align: center;
}
