@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Condiment&family=M+PLUS+Rounded+1c&display=swap");

html {
  font-size: 16px;
}

body {
  font-family: yu Gothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  color: #000;
  background: #000;
  color: #EAEAEA;
  letter-spacing: 2px;
}

html,
body {
  padding: 0;
  margin: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  padding: 20px;
  margin: 0 auto;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #EAEAEA;
}

.l-flex {
  display: flex;
}

.wp-block-heading {
  margin: 16px 0;
}

.page-subtitle {
  font-size: 2rem;
  font-family: "Condiment", cursive;
  letter-spacing: 8px;
}

.page-title {
  font-size: 4rem;
}

.breadcrumbs {
  margin: 20px 0;
  font-size: 1rem;
  background-color: #7a0880;
  padding: 10px;
  border-radius: 4px;
}

.headding-area {
  margin-top: 100px;
}

.page-thumbnail {
  margin: 100px auto;
  width: 100%;
}

.page-thumbnail img {
  width: 90%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.header-title,
.footer-logo {
  font-family: "Condiment", cursive;
  font-size: 5rem;
  font-weight: bold;
  color: #EAEAEA;
  letter-spacing: 10px;
}

.top-liver-list-heading {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.top-liver-list-heading h2 {
  font-size: 2.5rem;
  font-family: "Condiment", cursive;
  letter-spacing: 8px;
  margin-bottom: 10px;
  text-align: center;
  color: #00FFFF;
}

.top-liver-list-heading .liver-more {
  align-self: center;
  font-size: 1rem;
}

.top-liver-list-heading .liver-more a {
  border: 1px solid #00FFFF;
  padding: 8px 16px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease;
  color: #00FFFF;
}

.top-liver-list-heading .liver-more a:hover {
  background: #00FFFF;
  color: #fff;
  box-shadow: 0 0 10px #00FFFF, 0 0 20px #00FFFF, 0 0 30px #00FFFF, 0 0 40px #00FFFF;
}

.top-liver-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.interview {
  padding: 240px 0;
  position: relative;
}

.interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg/circle-neon.png") repeat center center/contain fixed;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

.interview-title,
.event-title,
.contact-title {
  font-size: 4rem;
  font-family: "Condiment", cursive;
  letter-spacing: 8px;
  text-align: center;
  color: #00FFFF;
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 3rem;
}

.interview-title::after,
.event-title::after,
.contact-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #00FFFF;
  border-radius: 2px;
  left: 50%;
  top: 58%;
  transform: translateX(-50%);
}

.interview-title::before,
.event-title::before,
.contact-title::before {
  position: absolute;
  content: "インタビュー";
  font-size: 24px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.event-title::before {
  content: "イベント";
}

.interview-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.interview-item {
  border: 1px solid #8A2BE2;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1rem;
  margin: auto;
}

.interview-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.interview-item .interview-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #EAEAEA;
  margin: 10px 0;
  text-align: center;
}

.interview-item .interview-thumbnail {
  text-align: center;
}

.interview-item .interview-thumbnail img {
  width: 100%;
  height: 100px;
}

.event {
  padding: 120px 0;
  border-top: 2px solid rgba(0, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, rgba(0, 255, 255, 0.05) 0%, rgba(138, 43, 226, 0.03) 25%, rgba(255, 0, 0, 0.05) 50%, rgba(138, 43, 226, 0.03) 75%, rgba(0, 255, 255, 0.05) 100);
  animation: eventBackgroundFlow 8s ease-in-out infinite, eventBorderGlow 4s ease-in-out infinite alternate;
}

.event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(0, 255, 255, 0.1) 0%, transparent 30%), radial-gradient(circle at 80% 40%, rgba(138, 43, 226, 0.08) 0%, transparent 25%), radial-gradient(circle at 40% 80%, rgba(255, 0, 0, 0.06) 0%, transparent 35%), radial-gradient(circle at 90% 10%, rgba(0, 255, 255, 0.05) 0%, transparent 20%), radial-gradient(circle at 10% 90%, rgba(138, 43, 226, 0.07) 0%, transparent 30%);
  animation: eventParticleFloat 12s ease-in-out infinite;
  z-index: 0;
}

.event::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #00FFFF 20%, #8A2BE2 50%, #FF0000 80%, transparent 100%);
  animation: eventLineFlow 3s linear infinite;
}

@keyframes eventBackgroundFlow {
  0% {
    background-position: 0% 50%;
  }

  25% {
    background-position: 50% 100%;
  }

  50% {
    background-position: 100% 50%;
  }

  75% {
    background-position: 50% 0%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes eventBorderGlow {
  0% {
    border-top-color: rgba(0, 255, 255, 0.2);
    box-shadow: 0 -2px 20px rgba(0, 255, 255, 0.1);
  }

  33% {
    border-top-color: rgba(138, 43, 226, 0.4);
    box-shadow: 0 -2px 30px rgba(138, 43, 226, 0.2);
  }

  66% {
    border-top-color: rgba(255, 0, 0, 0.4);
    box-shadow: 0 -2px 30px rgba(255, 0, 0, 0.2);
  }

  100% {
    border-top-color: rgba(0, 255, 255, 0.6);
    box-shadow: 0 -2px 40px rgba(0, 255, 255, 0.3);
  }
}

@keyframes eventParticleFloat {
  0%, 100% {
    transform: translateX(0) translateY(0) rotate(0deg);
    opacity: 0.3;
  }

  25% {
    transform: translateX(10px) translateY(-5px) rotate(90deg);
    opacity: 0.6;
  }

  50% {
    transform: translateX(-5px) translateY(-10px) rotate(180deg);
    opacity: 0.4;
  }

  75% {
    transform: translateX(-10px) translateY(5px) rotate(270deg);
    opacity: 0.7;
  }
}

@keyframes eventLineFlow {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.event:hover::before {
  animation-duration: 6s;
}

.event:hover::after {
  animation-duration: 1.5s;
}

.event-title {
  margin-bottom: 20px;
  font-size: 4rem;
  font-family: "Condiment", cursive;
  letter-spacing: 8px;
  text-align: center;
  color: #00FFFF;
}

.event-title::after {
  position: absolute;
  background: #00FFFF;
}

.event-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #EAEAEA;
  margin-bottom: 40px;
}

.event-container {
  max-width: 1000px;
  margin: 0 auto;
}

.event-item {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 3rem 0;
  margin: 1rem 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-right: 60px;
}

.event-item:hover {
  transform: translateX(10px);
  border-bottom: 1px solid #00FFFF;
}

.event-item:hover::after {
  transform: translate(-10px, -50%) rotate(360deg);
}

.event-item::after {
  position: absolute;
  font-family: "FontAwesome";
  transition: all 0.3s ease-in-out;
  content: "\f061";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #00FFFF;
  font-size: 32px;
}

.event-date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00FFFF;
  min-width: 120px;
  width: 140px;
  flex-shrink: 0;
}

.event-date span {
  margin-top: 16px;
  display: block;
}

.event-wrapper {
  flex: 1;
  text-align: left;
  padding-left: 30px;
}

.event-categories {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.event-category-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.event-category-tag.category-event {
  background: rgba(0, 255, 255, 0.2);
  color: #00FFFF;
  border: 1px solid #00FFFF;
}

.event-category-tag.category-event:hover {
  background: rgba(0, 255, 255, 0.3);
}

.event-category-tag.category-battle {
  background: rgba(255, 0, 0, 0.2);
  color: #FF0000;
  border: 1px solid #FF0000;
}

.event-category-tag.category-battle:hover {
  background: rgba(255, 0, 0, 0.3);
}

.event-category-tag.category-news {
  background: rgba(138, 43, 226, 0.2);
  color: #8A2BE2;
  border: 1px solid #8A2BE2;
}

.event-category-tag.category-news:hover {
  background: rgba(138, 43, 226, 0.3);
}

.event-name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #EAEAEA;
  margin-top: 8px;
}

.event-description {
  margin-top: 16px;
  color: #EAEAEA;
  line-height: 1.6;
  font-size: 1rem;
}

.profile-image {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.profile-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200%;
  height: 2px;
  background: #00FFFF;
  top: 50%;
  transform: translateY(-50%);
  left: -50%;
  z-index: -1;
}

.profile-image img {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.profile-content {
  border: 1px solid #727272;
  margin-top: 40px;
  background: #fff;
  color: #333;
  padding: 20px;
}

.profile-content h2 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #EAEAEA;
}

.profile-content p {
  font-size: 1rem;
  line-height: 1.6;
}

.liver-profile {
  margin-top: 60px;
  padding: 120px 0;
  position: relative;
  background: #fff2e7;
  color: #333;
}

.profile-image-thumbnail {
  width: 400px;
  height: 485px;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.profile-image-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.features,
.profile-section {
  margin: 80px auto;
}

.profile-section h3 {
  font-size: 2rem;
  padding-bottom: 60px;
  margin-bottom: 30px;
  position: relative;
}

.profile-section h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #8A2BE2;
  border-radius: 2px;
  top: 58%;
}

.profile-section h3::after {
  position: absolute;
  content: "プロフィール";
  display: block;
  bottom: 0;
  font-size: 16px;
}

.interview-content h3 {
  font-size: 1.5rem;
}

.interview-content h3::after {
  content: "インタビュー";
}

.creator-feature,
.creator-name,
.live-info p {
  margin-bottom: 1.8rem;
}

.creator-feature {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.creator-name {
  font-size: 3rem;
}

.liver-taxonomies {
  margin: 24px 0;
}

.liver-taxonomies .taxonomy-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 8px;
}

.liver-taxonomies .taxonomy-group .taxonomy-label {
  font-weight: bold;
  color: #333;
  margin-right: 8px;
  font-size: 1rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.liver-taxonomies .liver-category {
  display: inline-block;
  background: linear-gradient(135deg, #8A2BE2, #FF0000);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 2px 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(138, 43, 226, 0.3);
}

.liver-taxonomies .liver-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(138, 43, 226, 0.5);
  background: linear-gradient(135deg, #FF0000, #8A2BE2);
}

.liver-taxonomies .liver-tag {
  display: inline-block;
  background: rgba(0, 255, 255, 0.2);
  color: #00FFFF;
  border: 1px solid #00FFFF;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  margin: 2px 4px;
  transition: all 0.3s ease;
}

.liver-taxonomies .liver-tag:hover {
  background: #00FFFF;
  color: #fff;
  box-shadow: 0 0 10px #00FFFF;
}

.liver-taxonomies .no-taxonomies {
  color: #666;
  font-style: italic;
  font-size: 0.9rem;
  margin: 8px 0;
}

.live-info .creator-info {
  background: linear-gradient(135deg, rgba(138, 43, 226, 0.1), rgba(0, 255, 255, 0.1));
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
  border-left: 4px solid #8A2BE2;
}

.live-info .creator-info p {
  margin: 0;
  font-size: 1.1rem;
}

.live-info .creator-info p strong {
  color: #8A2BE2;
}

.live-info p {
  margin: 8px 0;
  padding: 6px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.live-info p:last-child {
  border-bottom: none;
}

.live-info p strong {
  color: #FF0000;
  margin-right: 8px;
}

.creator-info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.info-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 255, 255, 0.5);
}

.info-card .card-icon {
  font-size: 2rem;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.info-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-wrap: anywhere;
}

.info-card .card-label {
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-card .card-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

.info-card .account-link {
  color: #8A2BE2;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.info-card .account-link:hover {
  color: #00FFFF;
  transform: translateX(2px);
}

.info-card .account-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #8A2BE2, #00FFFF);
  transition: width 0.3s ease;
}

.info-card .account-link:hover::after {
  width: 100%;
}

.info-card.creator-card {
  border-left: 4px solid #8A2BE2;
}

.info-card.date-card {
  border-left: 4px solid #00FFFF;
}

.info-card.time-card {
  border-left: 4px solid #FF0000;
}

.info-card.account-card {
  border-left: 4px solid #ff6b6b;
}

.info-card.gift-card {
  border-left: 4px solid #ffd700;
}

.info-card.gift-card .card-icon {
  animation: gift-bounce 2s ease-in-out infinite;
}

.action-buttons {
  margin: 30px 0;
  text-align: center;
}

.btn-.info-card .card-content-enhanced {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #ff0050 0%, #ff4081 50%, #ff6ec7 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 0, 80, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-.info-card .card-content-enhanced::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.btn-.info-card .card-content-enhanced:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 35px rgba(255, 0, 80, 0.4);
}

.btn-.info-card .card-content-enhanced:hover::before {
  left: 100%;
}

.btn-.info-card .card-content-enhanced:hover .btn-arrow {
  transform: translateX(4px);
}

.btn-.info-card .card-content-enhanced .btn-icon {
  font-size: 1.2rem;
  animation: pulse 2s infinite;
}

.btn-.info-card .card-content-enhanced .btn-text {
  position: relative;
  z-index: 1;
}

.btn-.info-card .card-content-enhanced .btn-arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes gift-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  10% {
    transform: translateY(-4px) rotate(-2deg);
  }

  30% {
    transform: translateY(-2px) rotate(1deg);
  }

  60% {
    transform: translateY(-1px) rotate(-1deg);
  }
}

.debug-info {
  margin: 30px 0;
}

.debug-info details {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 0;
  border: 1px solid #dee2e6;
  overflow: hidden;
}

.debug-info summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #495057;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.debug-info summary:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #343a40;
}

.debug-info summary::marker {
  display: none;
}

.debug-info summary::before {
  content: "▶";
  display: inline-block;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.debug-info details[open] summary::before {
  transform: rotate(90deg);
}

.debug-info .debug-content {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.debug-info .debug-content pre {
  background: #2d3748;
  color: #e2e8f0;
  padding: 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  line-height: 1.4;
  overflow-x: auto;
  margin: 0;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
}

.liver-actions,
.back-button {
  text-align: center;
}

.liver-actions a,
.back-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 24px 80px 24px 32px;
  border-radius: 999px;
  text-decoration: none;
  position: relative;
  border: 4px solid transparent;
  background-clip: padding-box;
  transition: all 0.3s ease;
}

.liver-actions a::before,
.back-button a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 999px;
  padding: 4px;
  background: linear-gradient(45deg, #00FFFF, #8A2BE2, #00FFFF);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.liver-actions a::after,
.back-button a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.liver-actions a:hover,
.back-button a:hover {
  background: #fff;
  color: #000;
}

.liver-actions a:hover::before,
.back-button a:hover::before {
  opacity: 1;
  animation: border-rotate 2s linear infinite;
}

.liver-actions a:hover::after,
.back-button a:hover::after {
  transform: translateY(-50%) translateX(2px);
}

.liver-archive-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  align-items: stretch;
}

.liver-archive-item {
  width: 300px;
  min-height: 0;
}

.liver-archive-item .liver-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-left: 1px solid #00FFFF;
  border-top: 1px solid #00FFFF;
  border-right: 1px solid #8A2BE2;
  border-bottom: 1px solid #8A2BE2;
  animation: neon-glow 2s ease-in-out infinite alternate;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@keyframes neon-glow {
  0% {
    box-shadow: 0 0 5px rgba(0, 255, 255, 0.3), 0 0 10px rgba(0, 255, 255, 0.3), 0 0 15px rgba(0, 255, 255, 0.3), 0 0 20px rgba(0, 255, 255, 0.3);
    border-left-color: rgba(0, 255, 255, 0.7);
    border-top-color: rgba(0, 255, 255, 0.7);
  }

  100% {
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.6), 0 0 50px rgba(0, 255, 255, 0.4);
    border-left-color: #00FFFF;
    border-top-color: #00FFFF;
  }
}

@keyframes neon-pulse {
  0% {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 255, 255, 0.9), 0 0 40px rgba(0, 255, 255, 0.7), 0 0 60px rgba(0, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 0 30px aqua, 0 0 60px rgba(0, 255, 255, 0.9), 0 0 90px rgba(0, 255, 255, 0.7), 0 0 120px rgba(0, 255, 255, 0.5);
  }
}

.liver-archive-item .liver-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 255, 255, 0.9), 0 0 40px rgba(0, 255, 255, 0.7), 0 0 60px rgba(0, 255, 255, 0.5), 0 0 80px rgba(0, 255, 255, 0.3);
  border-right: 1px solid #00FFFF;
  border-bottom: 1px solid #00FFFF;
  border-top: 1px solid #8A2BE2;
  border-left: 1px solid #8A2BE2;
  animation: neon-pulse 0.5s ease-in-out infinite alternate;
}

.liver-archive-item .liver-card .liver-thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.liver-archive-item .liver-card .liver-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 12px;
}

.liver-archive-item .liver-card .liver-thumbnail:hover img {
  transform: scale(1.05);
}

.liver-archive-item .liver-card .liver-content {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.liver-archive-item .liver-card .liver-content .liver-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-wrap: wrap;
  overflow-wrap: anywhere;
}

.liver-archive-item .liver-card .liver-content .liver-name a {
  color: #EAEAEA;
  text-decoration: none;
  transition: color 0.3s ease;
}

.liver-archive-item .liver-card .liver-content .liver-name a:hover {
  color: #00FFFF;
}

.liver-archive-item .liver-card .liver-content .liver-tags {
  margin-bottom: 15px;
}

.liver-archive-item .liver-card .liver-content .liver-tags .tag {
  display: inline-block;
  background: rgba(0, 255, 255, 0.2);
  color: #00FFFF;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  margin-right: 8px;
  margin-bottom: 5px;
}

.liver-archive-item .liver-card .liver-content .liver-excerpt {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.85rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.liver-archive-item .liver-card .liver-content .liver-read-more {
  margin-top: auto;
  text-align: center;
}

.liver-archive-item .liver-card .liver-content .liver-read-more .btn-more {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  background: linear-gradient(135deg, #00FFFF, #FF0000);
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.liver-archive-item .liver-card .liver-content .liver-read-more .btn-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 255, 255, 0.3);
  background: linear-gradient(270deg, #FF0000, #00FFFF);
}

.pagination {
  margin-top: 60px;
  text-align: center;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #EAEAEA;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current {
  background: #FF0000;
  color: #fff;
}

.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
  background: rgba(255, 0, 0, 0.2);
}

.pagination .nav-links .page-numbers.prev:hover,
.pagination .nav-links .page-numbers.next:hover {
  background: #FF0000;
}

@keyframes border-rotate {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.inner.liver-archive-list {
  padding: 120px 20px;
}

.interview-archive-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.interview-archive-item .interview-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 4px;
  border-left: 1px solid #8A2BE2;
  border-top: 1px solid #8A2BE2;
  border-right: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  animation: interview-neon-glow 2.5s ease-in-out infinite alternate;
}

@keyframes interview-neon-glow {
  0% {
    box-shadow: 0 0 5px rgba(138, 43, 226, 0.3), 0 0 10px rgba(138, 43, 226, 0.3), 0 0 15px rgba(138, 43, 226, 0.3);
    border-left-color: rgba(138, 43, 226, 0.7);
    border-top-color: rgba(138, 43, 226, 0.7);
  }

  100% {
    box-shadow: 0 0 10px rgba(138, 43, 226, 0.8), 0 0 20px rgba(138, 43, 226, 0.8), 0 0 30px rgba(138, 43, 226, 0.6), 0 0 40px rgba(138, 43, 226, 0.4);
    border-left-color: #8A2BE2;
    border-top-color: #8A2BE2;
  }
}

.interview-archive-item .interview-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(138, 43, 226, 0.9), 0 0 40px rgba(138, 43, 226, 0.7), 0 0 60px rgba(138, 43, 226, 0.5);
  border-color: #8A2BE2;
  animation: interview-neon-pulse 0.5s ease-in-out infinite alternate;
}

@keyframes interview-neon-pulse {
  0% {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(138, 43, 226, 0.9), 0 0 40px rgba(138, 43, 226, 0.7);
  }

  100% {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 0 30px blueviolet, 0 0 60px rgba(138, 43, 226, 0.9), 0 0 90px rgba(138, 43, 226, 0.7);
  }
}

.interview-archive-item .interview-card .interview-thumbnail {
  height: 150px;
  overflow: hidden;
  position: relative;
}

.interview-archive-item .interview-card .interview-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.interview-archive-item .interview-card .interview-thumbnail:hover img {
  transform: scale(1.05);
}

.interview-archive-item .interview-card .interview-content {
  padding: 20px 10px;
  background: #292828;
  margin: 40px 20px 10px;
}

.interview-archive-item .interview-card .interview-content .interview-content-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.interview-archive-item .interview-card .interview-content .interview-content-title a {
  color: #EAEAEA;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.interview-archive-item .interview-card .interview-content .interview-content-title a:hover {
  color: #8A2BE2;
}

.interview-archive-item .interview-card .interview-content .interview-meta {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.interview-archive-item .interview-card .interview-content .interview-meta .interview-date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

.interview-archive-item .interview-card .interview-content .interview-meta .interview-category {
  display: inline-block;
  background: rgba(138, 43, 226, 0.2);
  color: #8A2BE2;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
}

.interview-archive-item .interview-card .interview-content .interview-excerpt {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-size: 0.85rem;
}

.interview-archive-item .interview-card .interview-content .interview-excerpt a {
  width: 50%;
  text-align: center;
  margin: 10px auto;
  display: block;
  background: linear-gradient(135deg, #8A2BE2, #FF0000);
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.interview-archive-item .interview-card .interview-content .interview-excerpt a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(138, 43, 226, 0.3);
  background: linear-gradient(270deg, #FF0000, #8A2BE2);
}

.inner.interview-archive-list {
  padding: 240px 20px;
}

.archiver-event-main {
  padding: 240px 0;
}

.archiver-event-inner {
  max-width: 1200px;
  margin: 0 auto;
  border-left: 1px solid #8A2BE2;
  border-top: 1px solid #8A2BE2;
  border-right: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  padding: 80px;
  box-shadow: 0 4px 40px rgb(97, 97, 97);
}

.event-category-section {
  margin-bottom: 80px;
}

.event-category-section:last-child {
  margin-bottom: 0;
}

.event-category-heading {
  font-size: 2rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #00FFFF;
}

.category-label {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 8px;
  font-weight: bold;
}

.category-label.category-event {
  background: rgba(0, 255, 255, 0.2);
  color: #00FFFF;
  border: 2px solid #00FFFF;
}

.category-label.category-battle {
  background: rgba(255, 0, 0, 0.2);
  color: #FF0000;
  border: 2px solid #FF0000;
}

.category-label.category-news {
  background: rgba(138, 43, 226, 0.2);
  color: #8A2BE2;
  border: 2px solid #8A2BE2;
}

.event-category-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.archiver-event-article {
  transition: all 0.3s ease;
}

.archiver-event-article:hover {
  transform: translateX(10px);
}

.archiver-event-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.event-item-header {
  display: flex;
  gap: 30px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
}

.event-item-header:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #00FFFF;
}

.event-item-content {
  flex: 1;
}

.archiver-event-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #EAEAEA;
}

.single-event-main {
  padding: 120px 0 240px;
}

.single-event-main .single-event-thumbnail {
  max-width: 400px;
  height: auto;
  margin: 30px auto 0;
}

.single-event-main .single-event-title {
  font-size: 3rem;
  width: 30%;
}

.single-event-main .single-event-title .single-event-meta {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.single-event-main .single-event-title .category {
  font-size: 0.85rem;
  padding: 10px 20px;
  font-weight: bold;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 4px;
}

.single-event-main .single-event-title .post-date {
  font-size: 0.85rem;
}

.single-event-main .single-event-container {
  max-width: 800px;
  margin: 0 auto;
}

.about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 20px;
}

.about-content-block {
  padding: 120px 0;
  font-size: 3rem;
  color: transparent;
  background: linear-gradient(-45deg, #00FFFF 20%, #fff 50%, #8A2BE2 80%);
  -webkit-background-clip: text;
  background-clip: text;
}

.about-inner-content {
  margin: 120px 0;
  padding: 40px 40px;
  box-shadow: #fff 0 4px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.about-inner-content h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #EAEAEA;
  position: relative;
  padding-bottom: 40px;
  display: inline-block;
}

.about-inner-content h3::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background: #8A2BE2;
  border-radius: 999px;
  top: 58%;
  left: 0;
  z-index: 10;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  0% {
    left: -40px;
    opacity: 0;
  }

  50% {
    left: 50%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.about-inner-content h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #00FFFF;
  border-radius: 2px;
  top: 58%;
  left: 0;
  z-index: 5;
}

.about-inner-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #EAEAEA;
}

.about-content-title {
  font-size: 3rem;
  margin-bottom: 40px;
  position: relative;
  color: transparent;
  background: linear-gradient(90deg, #00FFFF, #8A2BE2);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.about-content-title::after {
  position: absolute;
  content: "ABOUT";
  font-size: 12rem;
  color: transparent;
  background: blueviolet;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: -1;
  animation: toLeft 50s linear infinite;
  letter-spacing: 40px;
  text-shadow: rgba(0, 255, 255, 0.5) -4px 4px 10px;
  text-shadow: rgba(255, 0, 0, 0.5) 4 4px 10px;
  opacity: 0.5;
  font-family: "Condiment", cursive;
}

.contact-liver-flow::after {
  position: absolute;
  content: "FLOW";
}

.about-content-block-item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 255, 255, 0.05);
  font-size: 1.5rem;
}

.page-id-27 .contact-liver {
  padding: 90px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.page-id-27 .contact-liver-card-item {
  font-size: 1.2rem;
}

.page-id-27 .contact-liver-card-item:nth-of-type(1) {
  color: yellow;
}

.page-id-27 .contact-liver-card-item:nth-of-type(2) {
  color: #8A2BE2;
}

.page-id-27 .contact-liver-card-item:nth-of-type(3) {
  color: #00FFFF;
}

.page-id-27 .contact-liver-card-item:nth-of-type(4) {
  color: #FF0000;
}

.page-id-27 .contact-liver-card {
  width: 275px;
  height: 150px;
  border: 1px solid #EAEAEA;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 10%, transparent 10%), radial-gradient(circle, rgba(255, 255, 255, 0.5) 10%, transparent 10%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  transition: all 0.3s ease;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.4);
}

.page-id-27 .contact-liver-card:hover {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 10%), radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 10%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.4);
  transform: translateY(-5px);
}

.error404 h1 {
  text-align: center;
}

.back-home {
  display: block;
  width: 320px;
  height: 60px;
  padding: 12px 24px;
  border: 2px solid #EAEAEA;
  border-radius: 30px;
  text-decoration: none;
  color: #EAEAEA;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 30px;
  margin: 60px auto;
  position: relative;
}

.back-home::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.back-home:hover {
  background: #EAEAEA;
  color: #000;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(234, 234, 234, 0.4);
}

.header {
  padding: 40px;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header ul {
  display: flex;
  margin-left: auto;
}

.header li {
  margin-left: 20px;
}

.header li a {
  font-size: 1.2rem;
  color: #fff;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 20px;
}

.header li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #8A2BE2;
  transition: width 0.3s ease;
  margin-top: 4px;
}

.header li a:hover {
  color: #00FFFF;
}

.header li a:hover::after {
  width: 100%;
}

.header li a.active {
  color: #FF0000;
  font-weight: bold;
}

.header li.current-menu-item a,
.header li.current-page-parent a,
.header li.current-menu-ancestor a {
  color: #FF0000;
  font-weight: bold;
}

.header li.current-post-type a {
  color: #FF0000;
  font-weight: bold;
}

.footer {
  padding: 40px 40px;
  border-top: 1px solid #FF0000;
}

.footer-logo {
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  padding: 60px 0;
}

.footer-logo span {
  font-size: 0.85rem;
  margin-left: 14px;
}

.footerfirst-copy {
  margin-left: 100px;
}

.footer-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  padding: 40px 0;
}

.footer-copy {
  font-size: 14px;
  text-align: center;
}

.giver {
  padding: 240px 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(138, 43, 226, 0.1) 25%, rgba(0, 255, 255, 0.05) 50%, rgba(255, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.98) 100%);
  border-top: 2px solid #00FFFF;
  border-bottom: 2px solid #FF0000;
  position: relative;
  overflow: hidden;
}

.giver::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #00FFFF 20%, #8A2BE2 50%, #00FFFF 80%, transparent 100%);
  background-size: 200% 100%;
  box-shadow: 0 0 15px #00FFFF, 0 0 30px #00FFFF, 0 0 45px #00FFFF, 0 0 60px rgba(0, 255, 255, 0.3);
  animation: glowTop 3s ease-in-out infinite alternate, slideGlow 4s linear infinite;
  transition: all 0.3s ease;
}

.giver::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #FF0000 20%, #8A2BE2 50%, #FF0000 80%, transparent 100%);
  background-size: 200% 100%;
  box-shadow: 0 0 15px #FF0000, 0 0 30px #FF0000, 0 0 45px #FF0000, 0 0 60px rgba(255, 0, 0, 0.3);
  animation: glowBottom 3s ease-in-out infinite alternate, slideGlow 4s linear infinite reverse;
  transition: all 0.3s ease;
}

.giver .giver-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  background: linear-gradient(45deg, #00FFFF 0%, #8A2BE2 50%, #FF0000 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textGradient 4s ease-in-out infinite;
  text-shadow: 0 0 30px rgba(138, 43, 226, 0.5);
  font-weight: 700;
  letter-spacing: 2px;
}

@keyframes glowTop {
  0% {
    box-shadow: 0 0 10px #00FFFF, 0 0 20px #00FFFF, 0 0 30px #00FFFF, 0 0 40px rgba(0, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 20px #00FFFF, 0 0 40px #00FFFF, 0 0 60px #00FFFF, 0 0 80px rgba(0, 255, 255, 0.5), 0 0 100px rgba(0, 255, 255, 0.2);
  }
}

@keyframes glowBottom {
  0% {
    box-shadow: 0 0 10px #FF0000, 0 0 20px #FF0000, 0 0 30px #FF0000, 0 0 40px rgba(255, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 20px #FF0000, 0 0 40px #FF0000, 0 0 60px #FF0000, 0 0 80px rgba(255, 0, 0, 0.5), 0 0 100px rgba(255, 0, 0, 0.2);
  }
}

@keyframes slideGlow {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes textGradient {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
}

.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper .swiper-slide {
  background: linear-gradient(145deg, rgba(138, 43, 226, 0.1) 0%, rgba(0, 255, 255, 0.05) 30%, rgba(255, 0, 0, 0.05) 70%, rgba(138, 43, 226, 0.08) 100%);
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 35px 30px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(45deg, #00FFFF 0%, #8A2BE2 25%, #FF0000 50%, #00FFFF 75%, #8A2BE2 100%);
  background-size: 400% 400%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  opacity: 0;
  animation: borderGlow 3s ease-in-out infinite;
  transition: opacity 0.3s ease;
}

.swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  transform: rotate(0deg);
  transition: all 0.8s ease;
  opacity: 0;
  background: radial-gradient(circle at 30% 30%, rgba(0, 255, 255, 0.15) 0%, rgba(138, 43, 226, 0.1) 30%, rgba(255, 0, 0, 0.05) 60%, transparent 80%);
}

.swiper .swiper-slide:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(138, 43, 226, 0.5), 0 0 60px rgba(0, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.swiper .swiper-slide:hover::before {
  opacity: 1;
}

.swiper .swiper-slide:hover::after {
  opacity: 1;
  transform: rotate(180deg);
}

.swiper .swiper-slide:hover .slide-number {
  transform: scale(1.2) rotate(360deg);
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
}

.swiper .swiper-slide .slide-number {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #8A2BE2, #FF0000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.swiper .swiper-slide h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #EAEAEA;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.swiper .swiper-slide h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #00FFFF, #8A2BE2);
  border-radius: 2px;
}

.swiper .swiper-slide p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.swiper .swiper-slide .slide-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.swiper .swiper-slide .slide-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.swiper .swiper-slide .slide-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(138, 43, 226, 0.4);
  background: linear-gradient(135deg, #8A2BE2, #FF0000);
}

.swiper .swiper-slide .slide-btn:hover::before {
  left: 100%;
}

.swiper .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(138, 43, 226, 0.6);
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
  border-radius: 50%;
  color: white;
  margin-top: -32px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(138, 43, 226, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 3px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  font-size: 0;
}

.swiper .swiper-button-next::before,
.swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #00FFFF 0%, #8A2BE2 25%, #FF0000 50%, #00FFFF 75%, #8A2BE2 100%);
  background-size: 400% 400%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  animation: borderGlow 2s ease-in-out infinite;
  transition: opacity 0.3s ease;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
  transform: scale(1.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 40px rgba(138, 43, 226, 0.7), 0 0 60px rgba(0, 255, 255, 0.5);
  background: linear-gradient(135deg, #8A2BE2, #FF0000);
}

.swiper .swiper-button-next:hover::before,
.swiper .swiper-button-prev:hover::before {
  opacity: 1;
}

.swiper .swiper-button-prev {
  left: 20px !important;
}

.swiper .swiper-button-prev::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid white;
  margin-left: -2px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

.swiper .swiper-button-prev:hover::after {
  border-right-color: #00FFFF;
  filter: drop-shadow(0 0 12px #00FFFF);
  animation: arrowPulse 0.6s ease-in-out;
}

.swiper .swiper-button-next {
  right: 20px !important;
}

.swiper .swiper-button-next::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid white;
  margin-left: 2px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

.swiper .swiper-button-next:hover::after {
  border-left-color: #00FFFF;
  filter: drop-shadow(0 0 12px #00FFFF);
  animation: arrowPulse 0.6s ease-in-out;
}

@keyframes arrowPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes borderGlow {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.liver-slider .liver-swiper .swiper-slide,
.liver-slider .liver-slide {
  border-radius: 20px;
  padding: 30px 25px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.top-liver-list {
  overflow: hidden;
  position: relative;
  padding: 180px 0;
}

.top-liver-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00FFFF, #FF0000);
  box-shadow: 0 0 10px #00FFFF;
}

.liver-slider {
  padding: 20px 40px;
  overflow: visible;
  /* mobile-first: full width on small screens; desktop gutters applied via media query */
  max-width: 100%;
  margin: 0 auto;
}

.liver-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%), transparent 50% radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.2) 0%, transparent 50%);
  animation: backgroundFloat 6s ease-in-out infinite alternate;
  pointer-events: none;
}

.liver-slider .liver-swiper {
  padding: 20px 0;
  overflow: visible;
  /* Limit inner swiper width to account for .liver-slider horizontal padding (120px each side) */
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.liver-slider .liver-swiper * {
  pointer-events: auto;
}

.liver-slider .liver-swiper .swiper-slide {
  height: 680px;
  /* remove flex layout to avoid large bottom gap; use normal flow */
  position: relative;
  /* .liver-account is sometimes inside the anchor (.liver-slide-link) within .swiper-slide
       ensure styles apply whether markup uses .liver-slide wrapper or direct .swiper-slide */
  /* Hover state when anchor inside swiper-slide is hovered */
}

.liver-slider .liver-swiper .swiper-slide:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(102, 126, 234, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.liver-slider .liver-swiper .swiper-slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
}

.liver-slider .liver-swiper .swiper-slide .liver-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #EAEAEA;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.liver-slider .liver-swiper .swiper-slide .liver-channel {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}

.liver-slider .liver-swiper .swiper-slide .liver-account {
  text-align: center;
  font-size: 1rem;
  color: #00FFFF;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 40px;
}

.liver-slider .liver-swiper .swiper-slide .liver-slide-link:hover .liver-account {
  color: #EAEAEA;
  margin-top: 30px;
}

.liver-slider .liver-wrapper {
  display: flex;
  transition: transform 0.8s ease;
}

.liver-slider .liver-slide {
  flex-shrink: 0;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin: 0;
  /* spacing is handled by swiper / wrapper gap */
}

.liver-slider .liver-slide img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
}

.liver-slider .liver-slide .liver-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #EAEAEA;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}

.liver-slider .liver-slide .liver-channel {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  margin-bottom: 20px;
}

.liver-slider .liver-slide .liver-account {
  text-align: center;
  font-size: 1rem;
  color: #00FFFF;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 40px;
}

.liver-slider .liver-slide .liver-slide-link {
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

.liver-slider .liver-slide .liver-slide-link:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: inherit;
}

.liver-slider .liver-slide .liver-slide-link:hover .liver-name {
  color: #00FFFF;
  text-shadow: 0 0 15px #00FFFF;
  margin-top: 20px;
}

.liver-slider .liver-slide .liver-slide-link:hover .liver-account {
  color: #EAEAEA;
  margin-top: 30px;
}

.liver-slider .liver-slide .liver-slide-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.liver-slider .liver-slide .liver-slide-placeholder img {
  opacity: 0.5;
}

.liver-slider .liver-slide .liver-slide-placeholder .liver-name,
.liver-slider .liver-slide .liver-slide-placeholder .liver-channel {
  opacity: 0.6;
}

.liver-slider .liver-slider-title {
  text-align: center;
  font-size: 3rem;
  font-family: "Condiment", cursive;
  color: #EAEAEA;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.liver-slider .liver-slider-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #00FFFF, #FF0000);
  margin: 20px auto;
  border-radius: 2px;
  box-shadow: 0 0 10px #00FFFF;
}

.liver-slider .liver-slider-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  font-weight: 300;
}

.liver-swiper {
  width: 100%;
  padding: 20px 20px 60px 20px;
  position: relative;
}

.liver-swiper .swiper-wrapper {
  padding-bottom: 20px;
}

.liver-swiper .swiper-slide {
  height: 500px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px 25px;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.liver-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #00FFFF, transparent, #8A2BE2);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.liver-swiper .swiper-slide:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(102, 126, 234, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.liver-swiper .swiper-slide:hover::before {
  opacity: 1;
}

.liver-swiper .swiper-slide .liver-card-header {
  text-align: center;
  margin-bottom: 20px;
}

.liver-swiper .swiper-slide .liver-card-header .liver-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
  border-radius: 50%;
  /* Limit inner swiper width to account for .liver-slider horizontal padding (120px each side) */
  max-width: calc(100% - 20px);
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.liver-swiper .swiper-slide .liver-card-header h3 {
  font-size: 1.4rem;
  color: #EAEAEA;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.3;
}

.liver-swiper .swiper-slide .liver-card-header .liver-category {
  font-size: 0.9rem;
  color: #00FFFF;
  background: rgba(0, 255, 255, 0.1);
  padding: 4px 12px;
  border-radius: 12px;
  display: inline-block;
}

.liver-swiper .swiper-slide .liver-card-body {
  flex: 1;
}

.liver-swiper .swiper-slide .liver-card-body p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}

.liver-swiper .swiper-slide .liver-card-body .liver-features {
  list-style: none;
  padding: 0;
}

.liver-swiper .swiper-slide .liver-card-body .liver-features li {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.liver-swiper .swiper-slide .liver-card-body .liver-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00FFFF;
  font-weight: bold;
  pointer-events: none;
}

.liver-swiper .swiper-slide .liver-card-footer {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.liver-swiper .swiper-slide .liver-card-footer .liver-btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.liver-swiper .swiper-slide .liver-card-footer .liver-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #8A2BE2, #FF0000);
}

.liver-swiper .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.liver-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}

.liver-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #00FFFF;
  box-shadow: 0 0 10px #00FFFF;
  transform: scale(1.2);
}

.liver-swiper .swiper-button-next,
.liver-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
  border-radius: 50%;
  color: white;
  margin-top: -25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.liver-swiper .swiper-button-next::after,
.liver-swiper .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 900;
}

.liver-swiper .swiper-button-next:hover,
.liver-swiper .swiper-button-prev:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.3);
}

.liver-swiper .swiper-button-next:hover i,
.liver-swiper .swiper-button-prev:hover i {
  color: #00FFFF;
}

.liver-swiper .liver-button-next,
.liver-swiper .liver-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.liver-swiper .liver-button-next:hover,
.liver-swiper .liver-button-prev:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
  background: linear-gradient(135deg, #8A2BE2, #FF0000);
}

.liver-swiper .liver-button-next:active,
.liver-swiper .liver-button-prev:active {
  transform: translateY(-50%) scale(0.95);
}

.liver-swiper .liver-button-next i,
.liver-swiper .liver-button-prev i {
  font-size: 1rem;
  color: white;
}

.liver-swiper .liver-button-next {
  right: 20px;
}

.liver-swiper .liver-button-prev {
  left: 20px;
}

.liver-swiper .liver-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.liver-swiper .liver-pagination .liver-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.liver-swiper .liver-pagination .liver-pagination-bullet.liver-bullet-active {
  background: linear-gradient(135deg, #00FFFF, #8A2BE2);
  box-shadow: 0 0 15px rgba(102, 126, 234, 0.6);
  transform: scale(1.2);
}

.liver-swiper .liver-pagination .liver-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

@keyframes backgroundFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-20px) rotate(2deg);
  }
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/

body {
  background: #fff;
  /*遷移アニメーションと同じ色を指定*/
}

body.appear {
  background: #000;
}

.splashbg {
  display: none;
  content: "";
  position: fixed;
  transform: scale(100);
  background-color: #fff;
  /*伸びる背景色の設定*/
  z-index: 999;
  /*丸のスタートの形状*/
  top: calc(50% - 1rem);
  /*50%から円の半径を引いた値*/
  left: calc(50% - 1rem);
  /*50%から円の半径を引いた値*/
  width: 2rem;
  height: 2rem;
}

/*bodyにappearクラスがついたら出現*/

body.appear .splashbg {
  display: block;
  border-radius: 50%;
  animation-name: PageAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    /*丸のスタート位置と形状*/
    transform: scale(100);
  }

  100% {
    /*丸の終了位置と形状*/
    transform: scale(0);
    display: none;
    /*終了時は消える*/
  }
}

/*画面遷移の後現れるコンテンツ設定*/

#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.contact {
  padding: 240px 0;
  background: #000;
  position: relative;
  border-top: 1px solid #8A2BE2;
}

.contact .contact-title {
  margin-bottom: 2rem;
}

.contact .contact-title::before {
  content: "お問い合わせ";
}

.contact-cards {
  display: flex;
  gap: 120px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  padding: 60px 0;
}

.contact-card {
  flex: 1;
  max-width: 400px;
  background: white;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-card .contact-card-arrow {
  display: inline-block;
  background: #000;
  padding: 20px 25px;
  border-radius: 999px;
  border: #000 solid 1px;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-card:hover .contact-card-arrow {
  transform: translateX(10px);
  background: #fff;
  color: #000;
}

.contact-card-content {
  position: relative;
  z-index: 2;
}

.contact-card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact-card-text {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.contact-card-arrow {
  display: inline-block;
  font-size: 1.5rem;
  color: #999;
  transition: all 0.3s ease;
  font-weight: bold;
  margin-top: 10px;
}

.contact-partner {
  box-shadow: 0 0 10px 2px #8A2BE2;
  animation: border-glow-purple 2s infinite alternate;
}

@keyframes border-glow-purple {
  0% {
    box-shadow: 0 0 5px #8A2BE2, 0 0 10px #8A2BE2, 0 0 15px #8A2BE2;
  }

  100% {
    box-shadow: 0 0 10px #8A2BE2, 0 0 20px #8A2BE2, 0 0 30px #8A2BE2, 0 0 40px #8A2BE2;
  }
}

.contact-partner:hover .contact-card-title {
  color: #8A2BE2;
}

.contact-partner:hover .contact-card-arrow {
  color: #8A2BE2;
  border: #8A2BE2 solid 1px;
}

.contact-contact {
  box-shadow: 0 0 10px 2px #FF0000;
  animation: border-glow-red 2s infinite alternate;
}

@keyframes border-glow-red {
  0% {
    box-shadow: 0 0 10px #FF0000, 0 0 20px #FF0000, 0 0 30px #FF0000, 0 0 40px #FF0000;
  }

  100% {
    box-shadow: 0 0 5px #FF0000, 0 0 10px #FF0000, 0 0 15px #FF0000;
  }
}

.contact-contact:hover .contact-card-title {
  color: #FF0000;
}

.contact-contact:hover .contact-card-arrow {
  color: #FF0000;
  border: #FF0000 solid 1px;
}

.page-id-23 .wpcf7 {
  padding: 240px 0;
  background: #525151;
}

.page-id-23 form {
  max-width: 800px;
  margin: 0 auto;
}

.page-id-23 .form-group {
  margin-top: 12px;
}

.page-id-23 label {
  font-weight: bold;
  font-family: serif;
  margin-bottom: 4px;
  font-size: 1.5rem;
}

.page-id-23 .corporate-name,
.page-id-23 .corporate-person,
.page-id-23 .corporate-email,
.page-id-23 .corporate-tel,
.page-id-23 textarea,
.page-id-23 textarea {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
  border: none;
}

.page-id-23 .corporate-name input,
.page-id-23 .corporate-person input,
.page-id-23 .corporate-email input,
.page-id-23 .corporate-tel input,
.page-id-23 textarea input,
.page-id-23 textarea input {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.page-id-23 .corporate-name input:focus,
.page-id-23 .corporate-person input:focus,
.page-id-23 .corporate-email input:focus,
.page-id-23 .corporate-tel input:focus,
.page-id-23 textarea input:focus,
.page-id-23 textarea input:focus {
  outline: none;
  border: 1px solid #FF0000;
}

.page-id-23 input[type=submit] {
  border: 2px solid #00FFFF;
  background: #000;
  color: #00FFFF;
  padding: 12px 20px;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  display: block;
  border-radius: 999px;
  width: 250px;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin: 60px auto;
}

.page-id-23 .contact {
  display: none;
}

.page-id-27 .contact {
  display: none;
}

.hamburger-icon {
  position: relative;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10000;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.hamburger-icon span {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 10%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.hamburger-icon span:nth-of-type(1) {
  top: 25%;
  width: 80px;
  background-color: #00FFFF;
}

.hamburger-icon span:nth-of-type(2) {
  top: 50%;
  width: 50px;
  background-color: #8A2BE2;
}

.hamburger-icon span:nth-of-type(3) {
  left: -10%;
  top: 75%;
  width: 80px;
  background-color: #FF0000;
}

.hamburger-icon.is-active {
  border: 3px solid #00FFFF;
}

.hamburger-icon.is-active span {
  left: 50%;
  top: 50%;
}

.hamburger-icon.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
  width: 70px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger-icon.is-active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger-icon.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 70px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #00FFFF;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  border-right: rgba(0, 255, 255, 0.5) 1px solid;
  background: url("../images/logo/jol-logo.png") no-repeat center 5%/200px 200px, #000;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
}

.hamburger-menu .hamburger-nav {
  max-width: 390px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.hamburger-menu ul li {
  width: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 14px 0;
  background: #fff;
  position: relative;
}

.hamburger-menu ul li::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-weight: 900;
  font-size: 24px;
  color: #8A2BE2;
  transition: all 0.3s ease;
}

.hamburger-menu ul li:hover {
  background: #999;
}

.hamburger-menu ul li:hover::after {
  transform: translate(-50%, -50%);
}

.hamburger-menu ul li:hover a {
  color: #00FFFF;
  transform: translate(-10px, 0);
}

.hamburger-menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s ease;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}

.hamburger-menu.is-active {
  transform: translateY(0);
}

/***************************************************
 * Generated by SVG Artista on 10/9/2025, 3:52:46 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

#splash-logo {
  box-sizing: border-box;
  padding: 8px;
  /* 若干の余白 */
  max-width: 100%;
  max-height: 85vh;
  /* 縦のはみ出し対策 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* 小型デバイスでさらに調整 */
}

#splash-logo svg {
  width: auto;
  height: auto;
  max-width: 95vw;
  /* モバイルでほぼフル幅に見せる */
  max-height: 80vh;
  /* 縦方向の上限 */
  display: block;
}

svg .svg-elem-1 {
  stroke-dashoffset: 2.2800292969px;
  stroke-dasharray: 2.2800292969px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0s, fill 0.3s ease-in-out 0.6s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-2 {
  stroke-dashoffset: 2.2800292969px;
  stroke-dasharray: 2.2800292969px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0.12s, fill 0.3s ease-in-out 0.7s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-3 {
  stroke-dashoffset: 538.7103271484px;
  stroke-dasharray: 538.7103271484px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0.24s, fill 0.3s ease-in-out 0.8s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-4 {
  stroke-dashoffset: 2013.0816650391px;
  stroke-dasharray: 2013.0816650391px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0.36s, fill 0.3s ease-in-out 0.9s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-5 {
  stroke-dashoffset: 538.9940795898px;
  stroke-dasharray: 538.9940795898px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0.48s, fill 0.3s ease-in-out 1s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-6 {
  stroke-dashoffset: 101.4662628174px;
  stroke-dasharray: 101.4662628174px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0.6s, fill 0.3s ease-in-out 1.1s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-7 {
  stroke-dashoffset: 538.7105712891px;
  stroke-dasharray: 538.7105712891px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0.72s, fill 0.3s ease-in-out 1.2s;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-8 {
  stroke-dashoffset: 538.9936523438px;
  stroke-dasharray: 538.9936523438px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0.84s, fill 0.3s ease-in-out 1.3s;
}

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-9 {
  stroke-dashoffset: 1780.5662841797px;
  stroke-dasharray: 1780.5662841797px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 0.96s, fill 0.3s ease-in-out 1.4s;
}

svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-10 {
  stroke-dashoffset: 1134.3950195313px;
  stroke-dasharray: 1134.3950195313px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 1.08s, fill 0.3s ease-in-out 1.5s;
}

svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-11 {
  stroke-dashoffset: 330.5087585449px;
  stroke-dasharray: 330.5087585449px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 1.2s, fill 0.3s ease-in-out 1.6s;
}

svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-12 {
  stroke-dashoffset: 501.6877746582px;
  stroke-dasharray: 501.6877746582px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 1.32s, fill 0.3s ease-in-out 1.7s;
}

svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-13 {
  stroke-dashoffset: 172.879989624px;
  stroke-dasharray: 172.879989624px;
  transition: stroke-dashoffset 0.5s ease-in-out 1.44s, fill 0.3s ease-in-out 1.8s;
}

svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
}

svg .svg-elem-14 {
  stroke-dashoffset: 172.879989624px;
  stroke-dasharray: 172.879989624px;
  transition: stroke-dashoffset 0.5s ease-in-out 1.56s, fill 0.3s ease-in-out 1.9s;
}

svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
}

svg .svg-elem-15 {
  stroke-dashoffset: 205.8800048828px;
  stroke-dasharray: 205.8800048828px;
  transition: stroke-dashoffset 0.5s ease-in-out 1.68s, fill 0.3s ease-in-out 2s;
}

svg.active .svg-elem-15 {
  stroke-dashoffset: 0;
}

svg .svg-elem-16 {
  stroke-dashoffset: 205.8800048828px;
  stroke-dasharray: 205.8800048828px;
  transition: stroke-dashoffset 0.5s ease-in-out 1.8s, fill 0.3s ease-in-out 2.1s;
}

svg.active .svg-elem-16 {
  stroke-dashoffset: 0;
}

svg .svg-elem-17 {
  stroke-dashoffset: 614.9398803711px;
  stroke-dasharray: 614.9398803711px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 1.92s, fill 0.3s ease-in-out 2.2s;
}

svg.active .svg-elem-17 {
  stroke-dashoffset: 0;
  fill: rgb(243, 255, 255);
}

svg .svg-elem-18 {
  stroke-dashoffset: 668.8198852539px;
  stroke-dasharray: 668.8198852539px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 2.04s, fill 0.3s ease-in-out 2.3s;
}

svg.active .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: rgb(243, 255, 255);
}

svg .svg-elem-19 {
  stroke-dashoffset: 176.0650024414px;
  stroke-dasharray: 176.0650024414px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 2.16s, fill 0.3s ease-in-out 2.4s;
}

svg.active .svg-elem-19 {
  stroke-dashoffset: 0;
  fill: rgb(243, 255, 255);
}

svg .svg-elem-20 {
  stroke-dashoffset: 183.4752197266px;
  stroke-dasharray: 183.4752197266px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 2.28s, fill 0.3s ease-in-out 2.5s;
}

svg.active .svg-elem-20 {
  stroke-dashoffset: 0;
  fill: rgb(243, 255, 255);
}

svg .svg-elem-21 {
  stroke-dashoffset: 464.2970581055px;
  stroke-dasharray: 464.2970581055px;
  transition: stroke-dashoffset 0.5s ease-in-out 2.4s, fill 0.3s ease-in-out 2.6s;
}

svg.active .svg-elem-21 {
  stroke-dashoffset: 0;
}

svg .svg-elem-22 {
  stroke-dashoffset: 256.67527771px;
  stroke-dasharray: 256.67527771px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 2.52s, fill 0.3s ease-in-out 2.7s;
}

svg.active .svg-elem-22 {
  stroke-dashoffset: 0;
  fill: rgb(0, 255, 255);
}

svg .svg-elem-23 {
  stroke-dashoffset: 123.4998550415px;
  stroke-dasharray: 123.4998550415px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 2.64s, fill 0.3s ease-in-out 2.8s;
}

svg.active .svg-elem-23 {
  stroke-dashoffset: 0;
  fill: rgb(0, 255, 255);
}

svg .svg-elem-24 {
  stroke-dashoffset: 311.1445922852px;
  stroke-dasharray: 311.1445922852px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 2.76s, fill 0.3s ease-in-out 2.9s;
}

svg.active .svg-elem-24 {
  stroke-dashoffset: 0;
  fill: rgb(0, 255, 255);
}

svg .svg-elem-25 {
  stroke-dashoffset: 377.5178833008px;
  stroke-dasharray: 377.5178833008px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 2.88s, fill 0.3s ease-in-out 3s;
}

svg.active .svg-elem-25 {
  stroke-dashoffset: 0;
  fill: rgb(0, 255, 255);
}

svg .svg-elem-26 {
  stroke-dashoffset: 417.3778686523px;
  stroke-dasharray: 417.3778686523px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 3s, fill 0.3s ease-in-out 3.1s;
}

svg.active .svg-elem-26 {
  stroke-dashoffset: 0;
  fill: rgb(0, 255, 255);
}

svg .svg-elem-27 {
  stroke-dashoffset: 372.2883911133px;
  stroke-dasharray: 372.2883911133px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 3.12s, fill 0.3s ease-in-out 3.2s;
}

svg.active .svg-elem-27 {
  stroke-dashoffset: 0;
  fill: rgb(255, 0, 0);
}

svg .svg-elem-28 {
  stroke-dashoffset: 446.9337158203px;
  stroke-dasharray: 446.9337158203px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 3.24s, fill 0.3s ease-in-out 3.3s;
}

svg.active .svg-elem-28 {
  stroke-dashoffset: 0;
  fill: rgb(255, 0, 0);
}

svg .svg-elem-29 {
  stroke-dashoffset: 386.9599914551px;
  stroke-dasharray: 386.9599914551px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 3.36s, fill 0.3s ease-in-out 3.4s;
}

svg.active .svg-elem-29 {
  stroke-dashoffset: 0;
  fill: rgb(255, 0, 0);
}

svg .svg-elem-30 {
  stroke-dashoffset: 389.8956298828px;
  stroke-dasharray: 389.8956298828px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 3.48s, fill 0.3s ease-in-out 3.5s;
}

svg.active .svg-elem-30 {
  stroke-dashoffset: 0;
  fill: rgb(255, 0, 0);
}

svg .svg-elem-31 {
  stroke-dashoffset: 288.7458190918px;
  stroke-dasharray: 288.7458190918px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 3.6s, fill 0.3s ease-in-out 3.6s;
}

svg.active .svg-elem-31 {
  stroke-dashoffset: 0;
  fill: rgb(255, 0, 0);
}

svg .svg-elem-32 {
  stroke-dashoffset: 613.1236572266px;
  stroke-dasharray: 613.1236572266px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out 3.72s, fill 0.3s ease-in-out 3.7s;
}

svg.active .svg-elem-32 {
  stroke-dashoffset: 0;
  fill: rgb(255, 0, 0);
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #000;
  z-index: 999;
}

.fv-particles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fv-content {
  position: relative;
  z-index: 2;
  color: #eaeaea;
  padding: 20px;
  text-shadow: 0 0 15px rgba(0, 255, 255, 0.5), 0 0 20px rgba(138, 43, 226, 0.3);
}

.fv-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  background: linear-gradient(45deg, #00ffff, #ffffff, #8a2be2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fv-text-glow 4s ease-in-out infinite alternate;
}

.fv-content p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@keyframes fv-text-glow {
  from {
    text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px #8a2be2;
  }

  to {
    text-shadow: 0 0 20px #00ffff, 0 0 30px #8a2be2, 0 0 40px #8a2be2;
  }
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}

.fv {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.fv .fv-content {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  text-align: center;
}

.fv .fv-content h1 {
  position: relative;
  z-index: 3;
}

.fv .fv-content p {
  position: relative;
  z-index: 3;
}

.ranking-page {
  min-height: 100vh;
  background: #000;
  position: relative;
  overflow-x: hidden;
}

.ranking-page .ranking-header {
  position: relative;
  padding: 120px 0 80px;
  text-align: center;
  color: #ffffff;
}

.ranking-page .ranking-header__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ranking-page .ranking-header__hero-bg #ranking-particles {
  width: 100%;
  height: 100%;
}

.ranking-page .ranking-header__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ranking-page .ranking-header__main-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ranking-page .ranking-header__main-title i {
  color: #ffd700;
  margin-right: 20px;
  animation: trophy-glow 2s infinite alternate;
}

.ranking-page .ranking-header__subtitle {
  font-size: 1.3rem;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
}

.ranking-page .ranking-header__stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.ranking-page .ranking-header__stats .stat-item {
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 120px;
}

.ranking-page .ranking-header__stats .stat-item .stat-number {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 5px;
}

.ranking-page .ranking-header__stats .stat-item .stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  display: block;
  color: #ffffff;
}

.ranking-page .ranking-filters {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px 0;
  position: sticky;
  top: 80px;
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ranking-page .ranking-filters__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.ranking-page .ranking-filters__group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ranking-page .ranking-filters__group .filter-label {
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ranking-page .ranking-filters__group .filter-label i {
  color: #ffd700;
}

.ranking-page .ranking-filters__group .filter-select {
  padding: 10px 15px;
  border: 1px solid #555555;
  border-radius: 25px;
  background: #333333;
  color: #ffffff;
  font-size: 14px;
  min-width: 120px;
  transition: all 0.3s ease;
}

.ranking-page .ranking-filters__group .filter-select:focus {
  outline: none;
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
}

.ranking-page .ranking-filters__actions {
  display: flex;
  gap: 10px;
}

.ranking-page .ranking-filters__actions .btn-apply-filters,
.ranking-page .ranking-filters__actions .btn-reset-filters {
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ranking-page .ranking-filters__actions .btn-apply-filters i,
.ranking-page .ranking-filters__actions .btn-reset-filters i {
  font-size: 14px;
}

.ranking-page .ranking-filters__actions .btn-apply-filters {
  background: linear-gradient(45deg, #333333, #555555);
  color: #ffffff;
}

.ranking-page .ranking-filters__actions .btn-apply-filters:hover {
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.ranking-page .ranking-filters__actions .btn-reset-filters {
  background: #444444;
  color: #ffffff;
  border: 1px solid #555555;
}

.ranking-page .ranking-filters__actions .btn-reset-filters:hover {
  background: #555555;
}

.ranking-page .ranking-filters .live-update-indicator {
  margin-top: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #666;
}

.ranking-page .ranking-filters .live-update-indicator .live-dot {
  width: 8px;
  height: 8px;
  background: #00ff00;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.ranking-page .ranking-filters .live-update-indicator .live-text {
  font-weight: 600;
  color: #00aa00;
}

.ranking-page .ranking-filters .live-update-indicator .last-update {
  color: #999;
}

.ranking-page .ranking-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.ranking-page .podium-section {
  margin-bottom: 60px;
}

.ranking-page .podium-section .section-title {
  color: #ffffff;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 80px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ranking-page .podium-section .section-title i {
  color: #ffd700;
  margin-right: 15px;
}

.ranking-page .podium-section .podium {
  width: 100%;
}

.ranking-page .podium-section .podium-rank {
  background: rgba(255, 255, 255, 0.95);
  padding: 60px 20px;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  cursor: pointer;
}

.ranking-page .podium-section .podium-rank:hover {
  transform: translateY(-10px) rotateY(5deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.ranking-page .podium-section .podium-rank.rank-1 {
  border-top: 3px solid #fff;
  background: #000000;
}

.ranking-page .podium-section .podium-rank.rank-1 .rank-badge {
  background: #000;
  color: white;
  font-size: 2rem;
  animation: crown-shine 3s infinite;
}

.ranking-page .podium-section .podium-rank.rank-1 .liver-avatar img {
  border: 4px solid #ffd700;
}

.ranking-page .podium-section .podium-rank.rank-2 {
  border-top: 3px solid #fff;
  background: #000000;
}

.ranking-page .podium-section .podium-rank.rank-2 .rank-badge {
  background: #000;
  color: white;
}

.ranking-page .podium-section .podium-rank.rank-3 {
  border-top: 3px solid #fff;
  background: #000000;
}

.ranking-page .podium-section .podium-rank.rank-3 .rank-badge {
  background: #000;
  color: white;
}

.ranking-page .podium-section .podium-rank .rank-badge {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: white;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  border: 3px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.ranking-page .podium-section .podium-rank .rank-badge img.rank-icon {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}

.ranking-page .podium-section .podium-rank .liver-avatar {
  margin-bottom: 20px;
  position: relative;
}

.ranking-page .podium-section .podium-rank .liver-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ranking-page .podium-section .podium-rank .liver-info .liver-name {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.ranking-page .podium-section .podium-rank .liver-info .gift-count {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ff6b35;
  margin-bottom: 5px;
  text-align: right;
}

.ranking-page .podium-section .podium-rank .liver-info .podium-account {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 10px;
}

.ranking-page .podium-section .podium-rank .liver-info .podium-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 12px;
}

.ranking-page .podium-section .podium-rank .liver-info .podium-actions .btn-view-profile,
.ranking-page .podium-section .podium-rank .liver-info .podium-actions .btn-visit-account {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ranking-page .podium-section .podium-rank .liver-info .podium-actions .btn-visit-account {
  background: linear-gradient(135deg, #333333, #555555);
}

.ranking-page .ranking-list-section .section-title {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ranking-page .ranking-list-section .section-title i {
  color: #ffd700;
  margin-right: 15px;
}

.ranking-page .ranking-list-section .ranking-list {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.ranking-page .ranking-list-section .ranking-pagination {
  text-align: center;
  padding: 40px 0;
}

.ranking-page .ranking-list-section .ranking-pagination .btn-load-more {
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ranking-page .ranking-list-section .ranking-pagination .btn-load-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.ranking-page .ranking-list-section .ranking-pagination .btn-load-more:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ranking-page .ranking-list-section .ranking-pagination .btn-load-more i {
  transition: transform 0.3s ease;
}

.ranking-page .ranking-list-section .ranking-pagination .btn-load-more:hover i {
  transform: rotate(90deg);
}

.ranking-card {
  background: linear-gradient(135deg, #2c2c2c, #3c3c3c);
  border-radius: 15px;
  padding: 20px;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  overflow: hidden;
  color: #ffffff;
}

.ranking-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.ranking-card:hover .card-glow {
  opacity: 1;
}

.ranking-card.rank-top-ten {
  border-left: 5px solid #ffd700;
}

.ranking-card.rank-top-ten .rank-badge {
  color: #333;
}

.ranking-card.rank-top-1 {
  border: 2px solid #ffd700;
  background: linear-gradient(135deg, #000000, #333333);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
}

.ranking-card.rank-top-2 {
  border: 2px solid #c0c0c0;
  background: linear-gradient(135deg, #000000, #333333);
  box-shadow: 0 0 15px rgba(192, 192, 192, 0.8);
}

.ranking-card.rank-top-3 {
  border: 2px solid #cd7f32;
  background: linear-gradient(135deg, #000000, #333333);
  box-shadow: 0 0 15px rgba(205, 127, 50, 0.8);
}

.ranking-card .ranking-card-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.ranking-card .rank-badge {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ranking-card .rank-badge .fa-crown {
  font-size: 3rem;
  position: absolute;
}

.ranking-card .rank-badge .rank-number-on-crown {
  position: absolute;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ranking-card .rank-badge .rank-number {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #667eea;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.ranking-card .rank-badge .rank-icon {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}

.ranking-card .liver-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ranking-card .liver-info .liver-avatar {
  position: relative;
}

.ranking-card .liver-info .liver-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}

.ranking-card .liver-info .liver-avatar .crown-overlay {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 1.2rem;
  background: #ffd700;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ranking-card .liver-info .liver-avatar .crown-overlay::after {
  content: "👑";
  font-size: 12px;
}

.ranking-card .liver-info .liver-details {
  flex: 1;
}

.ranking-card .liver-info .liver-details .liver-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.ranking-card .liver-info .liver-details .liver-name a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ranking-card .liver-info .liver-details .liver-name a:hover {
  color: #667eea;
}

.ranking-card .liver-info .liver-details .creator-account {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}

.ranking-card .liver-info .liver-details .gift-info {
  margin-bottom: 10px;
}

.ranking-card .liver-info .liver-details .gift-info .gift-count {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.ranking-card .liver-info .liver-details .gift-info .gift-count i {
  color: #ff6b35;
  font-size: 1rem;
}

.ranking-card .liver-info .liver-details .gift-info .gift-count .count-number {
  font-size: 2.2rem;
  color: #ff6b35;
  font-weight: 700;
}

.ranking-card .liver-info .liver-details .gift-info .gift-count .count-label {
  font-size: 0.9rem;
  color: #2c3e50;
  font-weight: 600;
}

.ranking-card .liver-info .liver-details .feature-info,
.ranking-card .liver-info .liver-details .delivery-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  font-size: 0.85rem;
  color: #2c3e50;
}

.ranking-card .liver-info .liver-details .feature-info i,
.ranking-card .liver-info .liver-details .delivery-info i {
  color: #667eea;
  font-size: 0.9rem;
  width: 12px;
}

.ranking-card .liver-info .liver-details .feature-info .feature-text,
.ranking-card .liver-info .liver-details .feature-info .delivery-text,
.ranking-card .liver-info .liver-details .delivery-info .feature-text,
.ranking-card .liver-info .liver-details .delivery-info .delivery-text {
  font-weight: 600;
  color: #fff;
}

.ranking-card .liver-info .liver-details .feature-info .delivery-time,
.ranking-card .liver-info .liver-details .delivery-info .delivery-time {
  color: #fff;
  margin-left: 4px;
  font-weight: 500;
}

.card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.card-actions .btn-view-profile,
.card-actions .btn-visit-account,
.card-actions .btn-send-gift {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.card-actions .btn-view-profile {
  background: #f8f9fa;
  color: #667eea;
  border: 2px solid #e9ecef;
}

.card-actions .btn-view-profile:hover {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

.card-actions .btn-visit-account {
  background: #e3f2fd;
  color: #1976d2;
  border: 2px solid #bbdefb;
}

.card-actions .btn-visit-account:hover {
  background: #1976d2;
  color: white;
  border-color: #1976d2;
}

.rank-change {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3px;
}

.rank-change.rank-up {
  background: rgba(0, 200, 0, 0.1);
  color: #00aa00;
  border: 1px solid rgba(0, 200, 0, 0.3);
}

.rank-change.rank-down {
  background: rgba(255, 0, 0, 0.1);
  color: #cc0000;
  border: 1px solid rgba(255, 0, 0, 0.3);
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

@keyframes trophy-glow {
  0% {
    text-shadow: 0 0 5px #ffd700, 0 0 10px #ffd700, 0 0 15px #ffd700;
  }

  100% {
    text-shadow: 0 0 10px #ffd700, 0 0 20px #ffd700, 0 0 30px #ffd700;
  }
}

@keyframes crown-shine {
  0%, 100% {
    transform: translateX(-50%) rotate(0deg);
  }

  50% {
    transform: translateX(-50%) rotate(10deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

.no-data-message {
  text-align: center;
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  margin: 20px 0;
}

.no-data-message p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.no-data-message p:first-child {
  font-weight: 600;
  color: #5a6c7d;
  font-size: 1.1rem;
}

.no-data-message p:last-child {
  color: #7f8c8d;
  font-size: 0.95rem;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 767px;
  }

  .interview-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .features,
  .profile-section {
    max-width: 800px;
  }

  .liver-archive-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .interview-archive-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .archiver-event-main {
    padding: 120px 0 240px;
  }

  .page-id-27 .contact-liver {
    flex-direction: row;
    justify-content: space-around;
  }

  .header nav {
    display: none;
  }

  .header ul {
    justify-content: center;
  }

  .footer-wrapper {
    display: none;
  }

  .hamburger-icon {
    display: none;
  }

  .hamburger-menu {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .inner {
    width: 960px;
  }

  .interview-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .features,
  .profile-section {
    max-width: 1200px;
  }

  .liver-archive-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .interview-archive-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .page-id-27 .contact-liver {
    justify-content: space-between;
  }

  .header nav {
    display: block;
  }

  .footer-wrapper {
    display: block;
  }
}

@media (min-width: 1024px) {
  .ranking-page .ranking-list-section .ranking-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1201px) {
  .inner {
    width: 1140px;
  }

  .liver-archive-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .interview-archive-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media screen and (min-width: 1600px) {
  .inner {
    width: 1700px;
  }
}

@media (max-width: 768px) {
  .swiper .giver {
    padding: 40px 0;
  }

  .swiper .giver .giver-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .swiper .swiper {
    padding: 20px 15px;
    height: 45px;
    margin-top: -22px;
  }

  .swiper .swiper .swiper-slide {
    padding: 25px 20px;
    min-height: 250px;
  }

  .swiper .swiper .swiper-slide .slide-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    top: 15px;
    right: 15px;
  }

  .swiper .swiper .swiper-slide h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .swiper .swiper .swiper-slide p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .swiper .swiper .swiper-slide .slide-btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }

  .swiper .swiper .swiper-button-next,
  .swiper .swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .swiper .swiper .swiper-button-next::after,
  .swiper .swiper .swiper-button-prev::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .swiper .swiper .swiper-button-prev {
    left: 10px;
  }

  .swiper .swiper .swiper-button-prev::after {
    border-right: 10px solid white;
  }

  .swiper .swiper .swiper-button-next {
    right: 10px;
  }

  .swiper .swiper .swiper-button-next::after {
    border-left: 10px solid white;
  }

  .swiper .swiper::after {
    font-size: 1rem;
  }

  .swiper .swiper-pagination {
    margin-top: 35px;
  }

  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }

  .liver-slider {
    overflow: hidden;
  }

  .liver-slider .liver-slider-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .liver-slider .liver-slider-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .liver-swiper {
    max-width: 100%;
  }

  .liver-swiper .swiper-slide {
    height: auto;
    /* コンテンツに合わせる */
    padding: 18px 14px;
    max-width: 100%;
    min-width: 100% !important;
    /* 確実に1カラム */
    box-sizing: border-box;
  }

  .liver-swiper .swiper-slide .liver-card-header h3 {
    font-size: 1.2rem;
  }

  .liver-swiper .swiper-slide .liver-card-body p {
    font-size: 0.9rem;
  }

  .liver-swiper .swiper-slide .liver-card-body .liver-features li {
    font-size: 0.85rem;
  }

  .liver-swiper .swiper-button-next,
  .liver-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .liver-swiper .swiper-button-next i,
  .liver-swiper .swiper-button-prev i {
    font-size: 14px;
  }

  .liver-swiper .liver-pagination {
    bottom: 10px;
    gap: 8px;
  }

  .liver-swiper .liver-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .contact {
    padding: 80px 0;
  }

  .contact .contact-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .contact .contact-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .contact-cards {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .contact-card {
    padding: 50px 30px;
  }

  .contact-card .contact-card-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .contact-card .contact-card-text {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .fv-content h1 {
    font-size: 2rem;
  }

  .fv-content h1 span {
    display: block;
  }

  .fv-content p {
    font-size: 1rem;
  }

  .ranking-page .ranking-header__main-title {
    font-size: 2.5rem;
  }

  .ranking-page .ranking-header__stats {
    flex-direction: column;
    gap: 20px;
  }

  .ranking-page .ranking-filters__container {
    flex-direction: column;
  }

  .ranking-page .podium-section .podium-container {
    flex-direction: column;
    align-items: center;
  }

  .ranking-card .ranking-card-inner {
    gap: 15px;
  }

  .ranking-page .ranking-header {
    padding: 80px 0 40px;
  }

  .ranking-page .ranking-header .ranking-main-title {
    font-size: 2rem;
  }

  .ranking-page .ranking-header .ranking-subtitle {
    font-size: 1.1rem;
  }

  .ranking-page .ranking-header .ranking-stats .stat-item {
    padding: 15px;
    min-width: 100px;
  }

  .ranking-page .ranking-header .ranking-stats .stat-item .stat-number {
    font-size: 2rem;
  }

  .ranking-page .podium-section .podium-container .podium-rank.rank-1,
  .ranking-page .podium-section .podium-container .podium-rank.rank-2,
  .ranking-page .podium-section .podium-container .podium-rank.rank-3 {
    transform: none;
  }

  .ranking-page .ranking-list-section .ranking-list {
    grid-template-columns: 1fr;
  }

  .ranking-page .ranking-card .ranking-card-inner {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .ranking-page .ranking-card .liver-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .ranking-page .ranking-card .liver-info .gift-info {
    justify-content: center;
  }

  .ranking-page .ranking-card .card-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    max-width: 100%;
    display: block;
  }

  .ranking-page .ranking-card .card-actions .btn-view-profile,
  .ranking-page .ranking-card .card-actions .btn-visit-account {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: block;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }

  .page-subtitle {
    font-size: 1rem;
  }

  .page-title {
    font-size: 1.8rem;
  }

  .header-title,
  .footer-logo {
    font-size: 3rem;
    letter-spacing: 6px;
    text-align: center;
  }

  .top-liver-list-heading {
    flex-direction: column;
    gap: 20px;
  }

  .interview {
    padding: 60px 0;
  }

  .interview-title,
  .event-title,
  .contact-title {
    font-size: 2rem;
    padding-bottom: 36px;
    margin-bottom: 2rem;
  }

  .interview-title::before,
  .event-title::before,
  .contact-title::before {
    font-size: 14px;
  }

  .interview-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .event {
    padding: 60px 0;
  }

  .event {
    padding: 60px 0;
  }

  .event-item {
    flex-direction: column;
    padding-right: 50px;
  }

  .event-date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .event-date span {
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
  }

  .event-wrapper {
    padding-left: 0;
  }

  .profile-image {
    height: 200px;
  }

  .profile-image img {
    height: auto;
  }

  .liver-profile {
    padding: 40px 20px;
  }

  .profile-image-thumbnail {
    width: 100%;
    height: 300px;
  }

  .profile-section h3 {
    font-size: 1.5rem;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .live-info .taxonomy-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .live-info .taxonomy-group .taxonomy-label {
    margin-bottom: 4px;
  }

  .live-info .liver-category,
  .live-info .liver-tag {
    margin: 2px 2px;
    font-size: 0.75rem;
    padding: 4px 8px;
  }

  .creator-info-cards {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 20px 0;
  }

  .info-card {
    padding: 16px;
    gap: 12px;
  }

  .info-card .card-icon {
    font-size: 1.5rem;
    min-width: 40px;
  }

  .info-card .card-value {
    font-size: 1rem;
  }

  .action-buttons {
    margin: 20px 0;
  }

  .btn-.info-card .card-content-enhanced {
    padding: 14px 28px;
    font-size: 1rem;
    gap: 10px;
  }

  .debug-info {
    margin: 20px 0;
  }

  .debug-info summary {
    padding: 12px 16px;
    font-size: 0.9rem;
  }

  .debug-info .debug-content {
    padding: 16px;
  }

  .debug-info .debug-content pre {
    padding: 12px;
    font-size: 0.8rem;
  }

  .debug-info .taxonomy-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .debug-info .taxonomy-group .taxonomy-label {
    margin-bottom: 8px;
  }

  .liver-archive-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .interview-archive-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .inner.interview-archive-list {
    padding: 20px 0;
  }

  .archiver-event-main {
    padding: 40px 0;
  }

  .archiver-event-inner {
    padding: 20px 10px;
  }

  .event-category-section {
    margin-bottom: 60px;
  }

  .event-category-heading {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .archiver-event-article:hover {
    transform: translateX(5px);
  }

  .event-item-header {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .archiver-event-title {
    font-size: 1rem;
  }

  .single-event-main {
    padding: 0 0 60px;
  }

  .single-event-main .single-event-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .single-event-main .single-event-container {
    width: 90%;
  }

  .about-inner {
    padding: 60px 10px;
  }

  .about-content-block {
    padding: 60px 0;
    font-size: 1.5rem;
  }

  .about-inner-content h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .about-inner-content p {
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .about-content-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .about-content-title::after {
    font-size: 5rem;
  }

  .about-content-block-item {
    font-size: 1.2rem;
    padding: 20px 0;
  }

  .page-id-27 .contact-liver {
    padding: 60px 0;
    width: 95%;
    justify-content: center;
  }

  .header {
    padding: 20px;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    display: block;
    text-align: center;
  }

  .header nav {
    display: none;
  }

  .footer-logo {
    padding: 20px 0;
    text-align: center;
  }

  .footer-logo span {
    display: block;
  }

  .footerfirst-copy {
    margin-left: 0;
  }

  .footer-wrapper {
    display: none;
  }

  .giver {
    padding: 60px 0;
  }

  .top-liver-list {
    padding: 80px 0 60px 0;
  }

  .contact {
    padding: 60px 0;
  }

  .contact-card .contact-card-arrow {
    padding: 10px 15px;
  }

  .page-id-23 .wpcf7 {
    padding: 60px 0;
  }

  .hamburger-icon {
    display: block;
  }

  .hamburger-menu {
    display: block;
  }
}

@media (max-width: 480px) {
  .giver {
    padding: 30px 0;
  }

  .giver .giver-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .swiper {
    padding: 15px 10px;
    width: 90%;
  }

  .swiper .swiper-slide {
    padding: 20px 15px;
    min-height: 220px;
    border-radius: 15px;
  }

  .swiper .swiper-slide .slide-number {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    top: 12px;
    right: 12px;
  }

  .swiper .swiper-slide h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }

  .swiper .swiper-slide h3::after {
    width: 40px;
    height: 2px;
  }

  .swiper .swiper-slide p {
    font-size: 0.95rem;
    margin-bottom: 18px;
    line-height: 1.6;
  }

  .swiper .swiper-slide .slide-btn {
    padding: 8px 20px;
    font-size: 0.85rem;
    border-radius: 25px;
  }

  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }

  .swiper .swiper-button-prev {
    left: 10px !important;
  }

  .swiper .swiper-button-prev::after {
    border-right: 8px solid white;
    margin-left: -2px;
  }

  .swiper .swiper-button-next {
    right: 10px !important;
  }

  .swiper .swiper-button-next::after {
    border-left: 8px solid white;
    margin-left: 2px;
  }

  .swiper .swiper-pagination {
    margin-top: 30px;
  }

  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }

  .contact {
    padding: 60px 0;
  }

  .contact .contact-title {
    font-size: 2rem;
  }

  .contact-cards {
    gap: 20px;
    padding: 0 15px;
  }

  .contact-card {
    padding: 40px 25px;
  }

  .contact-card .contact-card-title {
    font-size: 1.5rem;
  }

  .contact-card .contact-card-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

@media (max-width: 420px) {
  #splash-logo {
    padding: 6px;
  }

  #splash-logo svg {
    max-width: 96vw;
    max-height: 75vh;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .swiper .swiper .swiper-button-next,
  .swiper .swiper .swiper-button-prev {
    width: 55px;
    height: 55px;
    margin-top: -27px;
  }

  .swiper .swiper .swiper-button-prev {
    left: 15px !important;
  }

  .swiper .swiper .swiper-button-next {
    right: 15px !important;
  }
}
/*# sourceMappingURL=style.css.map */
