@import url('https://fonts.googleapis.com/css2?family=Yomogi&family=DotGothic16&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Yomogi", "Meiryo", sans-serif;
  background: url("images/bg.jpg") center / cover fixed;
  color: white;
  min-height: 100vh;
  animation: bgMove 30s ease-in-out infinite alternate;
}

@keyframes bgMove {
  from {
    background-position: center top;
  }

  to {
    background-position: center bottom;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: -1;
}


#opening h1 {
  margin-top: 20px;

  font-size: 42px;

  color: white;

  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.6),
    0 0 26px rgba(255, 180, 220, 0.5);
}

@keyframes openingFade {

  0% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes logoZoom {

  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* メイン */
.container {
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

/* アイコン */
.icon {
  width: 120px;
  height: 120px;

  border-radius: 50%;

  object-fit: cover;

  border: 3px solid white;

  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.45),
    0 0 40px rgba(255, 180, 220, 0.3);
}

/* タイトル */
h1 {
  margin: 16px 0 4px;

  font-size: 34px;

  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.45),
    0 0 20px rgba(255, 180, 220, 0.35);
}

/* タイトル＋QR */
.title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.title-text {
  text-align: center;
}

.top-qr {
  width: 90px;
  height: 90px;
  border-radius: 12px;
}

/* サブタイトル */
.subtitle {
  margin: 0 0 18px;

  color: #f5d8e6;

  font-size: 18px;
}

/* プロフィール */
.profile {

  color: #ffffff;
  /* 白文字 */

  font-weight: bold;

  text-shadow:
    -1px -1px 0 #3aa6ff,
    1px -1px 0 #3aa6ff,
    -1px 1px 0 #3aa6ff,
    1px 1px 0 #3aa6ff,
    0px 0px 10px rgba(58, 166, 255, 0.8);

}

/* カード */
.card {
  position: relative;

  display: flex;
  align-items: center;

  gap: 18px;

  background: rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(8px);

  color: #222;

  text-decoration: none;

  border-radius: 18px;

  padding: 16px;

  margin: 16px 0;

  text-align: left;

  transition: 0.25s;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.28);

  border: 1px solid rgba(255, 255, 255, 0.45);

  overflow: visible;
}

/* ホバー */
.card:hover {
  transform: translateY(-4px) scale(1.04);

  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.7),
    0 0 24px rgba(255, 180, 220, 0.7),
    0 0 42px rgba(255, 180, 220, 0.55),
    0 12px 30px rgba(0, 0, 0, 0.4);

  border: 1px solid rgba(255, 220, 240, 0.9);
}


/* ロゴ */
.site-logo {
  width: 64px;
  height: 64px;

  object-fit: contain;

  flex-shrink: 0;
}

/* カード内部 */
.card-content {
  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  min-width: 0;
}

.text-area {
  flex: 1;

  min-width: 0;
}

/* QR */
.qr {
  width: 82px;
  height: 82px;

  border-radius: 10px;

  background: white;

  padding: 4px;

  margin-left: 24px;

  box-shadow:
    0 0 12px rgba(0, 0, 0, 0.2);

  flex-shrink: 0;

  transition: 0.25s;
}

.card:hover .qr {
  transform: scale(1.08);

  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.8),
    0 0 28px rgba(255, 180, 220, 0.5);
}

/* タイトル */
.card h2 {
  font-size: 18px;

  margin: 0 0 8px;

  color: #111;

  font-weight: bold;

  line-height: 1.5;
}

/* 説明 */
.card p {
  font-size: 14px;

  margin: 0;

  line-height: 1.8;

  color: #222;

  font-weight: bold;

  letter-spacing: 0.03em;
}

/* FANZA */
.fanza-card {
  background: rgba(255, 235, 235, 0.95);

  border: 1px solid rgba(255, 80, 80, 0.5);
}

.fanza-card:hover {
  box-shadow:
    0 0 10px rgba(255, 80, 80, 0.8),
    0 0 25px rgba(255, 60, 60, 0.8),
    0 0 45px rgba(255, 40, 40, 0.65),
    0 12px 30px rgba(0, 0, 0, 0.4);

  border: 1px solid rgba(255, 120, 120, 0.9);
}

/* DLsite */
.dlsite-card {
  background: rgba(230, 245, 255, 0.95);

  border: 1px solid rgba(70, 160, 255, 0.55);
}

.dlsite-card:hover {
  box-shadow:
    0 0 10px rgba(80, 160, 255, 0.8),
    0 0 25px rgba(80, 160, 255, 0.8),
    0 0 45px rgba(80, 160, 255, 0.65),
    0 12px 30px rgba(0, 0, 0, 0.4);

  border: 1px solid rgba(120, 190, 255, 0.9);
}


/* スマホ */
@media (max-width: 480px) {

  .container {
    width: 92%;
    padding: 34px 0;
  }

  .icon {
    width: 100px;
    height: 100px;
  }

  .opening-logo {
    width: 110px;
    height: 110px;
  }

  #opening h1 {
    font-size: 30px;
  }

  h1 {
    font-size: 28px;
  }

  .subtitle {
    font-size: 16px;
  }

  .profile {
    font-size: 13px;
    line-height: 1.9;
  }

  .card {
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
  }

  .site-logo {
    width: 52px;
    height: 52px;
  }


  .card h2 {
    font-size: 15px;
  }

  .card p {
    font-size: 12px;
    line-height: 1.7;
  }
}

/* ネオン粒子 */
body::after {
  content: "";

  position: fixed;
  inset: 0;

  pointer-events: none;

  z-index: 0;

  background-image:
    radial-gradient(circle, rgba(255, 120, 180, 0.75) 0 2px, transparent 4px),
    radial-gradient(circle, rgba(120, 200, 255, 0.7) 0 2px, transparent 4px),
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1.5px, transparent 3px);

  background-size:
    180px 180px,
    260px 260px,
    320px 320px;

  animation: neonFloat 18s linear infinite;

  opacity: 0.55;

  filter: blur(0.5px);
}

/* ゆっくり漂う */
@keyframes neonFloat {

  0% {
    background-position:
      0 0,
      0 0,
      0 0;
  }

  50% {
    background-position:
      40px 120px,
      -30px 180px,
      20px 100px;
  }

  100% {
    background-position:
      0 260px,
      0 360px,
      0 220px;
  }
}

/* カウンター */
.counter-area {
  margin-top: 32px;
  margin-bottom: 30px;

  text-align: center;
}

.counter-title {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;

  text-shadow:
    0 0 10px rgba(255, 180, 220, 0.7);
}

.counter-area img {
  background: rgba(255, 255, 255, 0.88);

  padding: 10px 14px;

  border-radius: 14px;

  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.4),
    0 0 24px rgba(255, 180, 220, 0.35);
}


.warning-title {
  font-size: 24px;

  font-weight: bold;

  color: #ff006a;

  margin: 0 0 10px;

  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.7);
}

.adult-warning p {
  margin: 6px 0;

  line-height: 1.8;

  font-weight: bold;
}

.warning-en {
  font-size: 13px;

  color: #91405d;

  margin-top: 12px;
}

/* スマホ */
@media (max-width: 480px) {

  .adult-warning {
    padding: 14px 14px;
    border-radius: 16px;
  }

  .warning-title {
    font-size: 20px;
  }

  .adult-warning p {
    font-size: 13px;
    line-height: 1.7;
  }

  .warning-en {
    font-size: 11px;
  }
}

/* キャッチコピー */
.catchcopy {
  margin: 20px 0 28px;

  padding: 14px 18px;

  background: rgba(255, 180, 220, 0.12);

  border: 1px solid rgba(255, 180, 220, 0.4);

  border-radius: 16px;

  color: #fff;

  font-size: 20px;

  font-weight: bold;

  line-height: 1.8;

  text-align: center;

  text-shadow:
    0 0 10px rgba(255, 180, 220, 0.8),
    0 0 20px rgba(255, 120, 180, 0.45);

  box-shadow:
    0 0 20px rgba(255, 120, 180, 0.18);

  backdrop-filter: blur(6px);
}

/* スマホ */
@media (max-width: 480px) {

  .catchcopy {
    font-size: 16px;

    padding: 12px 14px;


    line-height: 1.7;
  }

}

/* プロフィールページ */
.profile-main-image {
  width: 100%;

  max-width: 520px;

  height: 520px;

  object-fit: cover;

  border-radius: 22px;

  margin-bottom: 26px;

  box-shadow:
    0 0 24px rgba(255, 180, 220, 0.35),
    0 0 42px rgba(0, 0, 0, 0.45);
}

.profile-page-box {
  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 180, 220, 0.45);

  border-radius: 20px;

  padding: 24px;

  line-height: 2;

  backdrop-filter: blur(8px);

  box-shadow:
    0 0 20px rgba(255, 180, 220, 0.2);
}

.profile-page-catch {
  font-size: 22px;

  font-weight: bold;

  color: #ffd5e8;

  margin-bottom: 20px;

  text-shadow:
    0 0 12px rgba(255, 180, 220, 0.8);
}

.back-button {
  display: inline-block;

  margin-top: 28px;

  padding: 14px 26px;

  background: rgba(255, 180, 220, 0.2);

  border: 1px solid rgba(255, 180, 220, 0.5);

  border-radius: 14px;

  color: white;

  text-decoration: none;

  font-weight: bold;

  transition: 0.25s;
}

.back-button:hover {
  transform: scale(1.05);

  box-shadow:
    0 0 18px rgba(255, 180, 220, 0.5);
}

/* セクションタイトル */
.section-title {
  margin: 34px 0 16px;

  font-family: 'DotGothic16', sans-serif;

  font-size: 28px;

  letter-spacing: 0.05em;

  color: white;

  text-align: center;

  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(255, 120, 180, 0.6),
    2px 2px 0 rgba(0, 0, 0, 0.7);
}

/* ツールチップ */
.card.tooltip {
  position: relative;
  overflow: visible;
}

/* 画像ツールチップ本体 */
.tooltip-image {

  position: absolute;

  left: calc(100% + 24px);
  top: 50%;

  transform: translateY(-50%);

  opacity: 0;
  visibility: hidden;

  pointer-events: none;

  transition: 0.25s;

  z-index: 9999;
}

/* ← この下に追加 */
.tooltip-left .tooltip-image {
  left: auto;
  right: calc(100% + 24px);
}

/* ホバー時 */
.tooltip:hover .tooltip-image {

  opacity: 1;
  visibility: visible;
}

/* 画像 */
.tooltip-image img {

  width: 420px;

  border-radius: 20px;

  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.45);

  border: 2px solid rgba(255, 255, 255, 0.4);

  display: block;
}

/* ▼DLsiteだけ左に表示 */
.tooltip-left .tooltip-image {

  left: auto;

  right: calc(100% + 24px);
}

/* スマホでは非表示 */
@media (max-width: 768px) {

  .tooltip-image {
    display: none !important;
  }

}

/* カウンター */
.counter-area {
  margin-top: 32px;
}

/* ▼ここから追加 ▼ */

.site-title {
  text-align: center;
}

/* メインタイトル */
.site-title h1 {

  margin: 0;

  font-size: 56px;

  color: #ff6bb5;

  font-weight: bold;

  letter-spacing: 2px;

  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    0px 0px 12px rgba(255, 120, 180, 0.7);
}

/* 英語タイトル */
.english-title {

  margin-top: 8px;

  font-size: 52px;

  font-family: 'Great Vibes', cursive;

  font-weight: bold;

  color: #ffffff;

  letter-spacing: 2px;

  line-height: 1;

  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.9),
    0 0 18px rgba(255, 120, 180, 0.8),
    0 0 30px rgba(255, 120, 180, 0.6);

  opacity: 0.98;
}

/* セクションタイトル */
.section-title {

  font-size: 28px;

  margin-top: 40px;

  animation: glow 1.5s infinite alternate;
}

/* アニメーション */
@keyframes glow {

  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(4px);
  }
}

.arrow {

  color: #4db8ff;

  font-weight: bold;

  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 0 10px rgba(80, 180, 255, 0.8);
}