:root {
  --btl-ink: #07070b;
  --btl-panel: rgba(14, 15, 22, 0.88);
  --btl-line: rgba(255, 255, 255, 0.16);
  --btl-pink: #ff2f9f;
  --btl-red: #ff3659;
  --btl-ice: #f7f8ff;
}

html {
  scroll-behavior: smooth;
}

body.custom-background {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 47, 159, 0.28), transparent 28rem),
    radial-gradient(circle at 82% 0%, rgba(255, 54, 89, 0.18), transparent 24rem),
    linear-gradient(135deg, #050507 0%, #111119 48%, #050507 100%) !important;
  color: var(--btl-ice);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#container.container {
  background: transparent;
  overflow: hidden;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(5, 5, 8, 0.78) !important;
  border-bottom: 1px solid var(--btl-line);
  backdrop-filter: blur(18px);
}

.header-container-in,
.header,
.header-in,
.navi,
.navi-in {
  background: transparent !important;
}

.header-container-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px 0;
}

.header-in.wrap,
.navi-in.wrap {
  width: auto;
  max-width: none;
}

.header {
  flex: 0 0 auto;
  padding: 0;
  height: auto !important;
}

.tagline {
  display: none !important;
}

.logo-image {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.site-name,
.site-name-text {
  line-height: 1 !important;
}

#header .site-logo-image {
  width: min(190px, 34vw) !important;
  height: auto !important;
  max-height: 70px !important;
  object-fit: contain;
  filter: drop-shadow(0 10px 28px rgba(255, 47, 159, 0.22));
}

#navi.navi {
  flex: 1 1 auto;
  width: auto !important;
  max-width: none !important;
  border: 0;
  height: auto;
}

#navi-in.navi-in {
  width: auto !important;
  max-width: calc(100vw - 260px) !important;
}

#menu-header.menu-header {
  width: auto !important;
  max-width: 100% !important;
}

.navi .menu-header {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 0;
}

.navi .menu-header > li {
  border: 0;
}

.navi .menu-header a {
  color: rgba(255, 255, 255, 0.76) !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 0;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  line-height: 1;
}

.navi .menu-header .current-menu-item a,
.navi .menu-header a:hover {
  color: #fff !important;
  border-color: rgba(255, 47, 159, 0.55);
  background: rgba(255, 47, 159, 0.13);
  transform: translateY(-1px);
}

.btl-modern-hero {
  position: relative;
  min-height: min(780px, calc(100svh - 72px));
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #050507;
}

.btl-modern-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.96) 0%, rgba(5, 5, 7, 0.76) 38%, rgba(5, 5, 7, 0.24) 72%),
    linear-gradient(0deg, #050507 0%, rgba(5, 5, 7, 0) 34%),
    url("/wp-content/uploads/2025/11/IMG_8482.png") right 34% center / cover no-repeat;
  z-index: -2;
}

.btl-modern-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(0deg, transparent, #000 16%, #000 86%, transparent);
  opacity: .34;
  z-index: -1;
}

.btl-modern-hero__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 76px;
}

.btl-modern-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.btl-modern-hero__tag::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--btl-pink);
  box-shadow: 0 0 18px rgba(255, 47, 159, 0.9);
}

.btl-modern-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 8vw, 112px);
  line-height: .86;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

.btl-modern-hero__lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.9;
  font-weight: 700;
}

.btl-modern-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btl-modern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.btl-modern-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--btl-pink), var(--btl-red));
  box-shadow: 0 14px 36px rgba(255, 47, 159, 0.34);
}

.btl-modern-btn--ghost {
  color: #fff !important;
  border: 1px solid var(--btl-line);
  background: rgba(255, 255, 255, 0.08);
}

.btl-modern-btn:hover {
  transform: translateY(-2px);
}

.btl-modern-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 48px;
}

.btl-modern-stat {
  padding: 16px;
  border: 1px solid var(--btl-line);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.btl-modern-stat b {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

.btl-modern-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#content.content {
  background: linear-gradient(180deg, #050507 0%, #101017 50%, #050507 100%);
  padding: 70px 0 92px;
}

#content-in.content-in.wrap {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
}

#main.main {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
}

.article {
  background: transparent;
  border: 0;
}

.home .article-header {
  display: none;
}

.entry-content {
  display: grid;
  gap: 54px;
}

.home .entry-content > .wp-block-gallery:first-child {
  display: none;
}

.home .entry-content > p.has-text-align-center:first-of-type {
  margin: 0 auto;
  max-width: 760px;
  color: #fff;
  font-size: 18px;
  line-height: 1.9;
}

.entry-content .bold-red {
  color: #fff;
}

.entry-content .bold-red .fz-36px {
  display: inline-block;
  margin-bottom: 10px;
  font-size: clamp(32px, 5vw, 64px) !important;
  line-height: 1.05;
  font-weight: 950;
  text-shadow: 0 0 28px rgba(255, 47, 159, 0.35);
}

.entry-content > .wp-block-group {
  width: 100%;
  max-width: none;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--btl-line);
  background: var(--btl-panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.entry-content h2.wp-block-heading {
  margin: 0 0 24px;
  padding: 0 0 16px 0;
  color: #fff;
  background: transparent !important;
  border-bottom: 1px solid var(--btl-line);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.entry-content h2.wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 12px;
  background: var(--btl-pink);
  box-shadow: 0 0 18px rgba(255, 47, 159, 0.9);
  vertical-align: middle;
}

.entry-content p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 2;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--btl-line);
}

.news-date {
  flex: 0 0 auto;
  color: var(--btl-pink);
  font-size: 13px;
  font-weight: 900;
}

.news-list a {
  color: #fff;
  font-weight: 800;
}

.btl-schedule-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.btl-schedule-list li {
  margin: 0;
}

.btl-schedule-list a {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 70px;
  padding: 16px 18px;
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--btl-line);
  background: rgba(255, 255, 255, 0.06);
}

.btl-schedule-list a:hover {
  border-color: rgba(255, 47, 159, 0.7);
  background: rgba(255, 47, 159, 0.13);
  transform: translateY(-1px);
}

.btl-schedule-date {
  color: var(--btl-pink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.btl-schedule-title {
  color: #fff;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 950;
  line-height: 1.35;
}

.btl-schedule-meta {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.entry-content > .wp-block-columns {
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 47, 159, 0.38);
  background: linear-gradient(135deg, rgba(255, 47, 159, 0.18), rgba(255, 255, 255, 0.06));
}

.wp-block-button__link {
  border-radius: 999px !important;
  background: #fff !important;
  color: #07070b !important;
  font-weight: 950;
}

.entry-content > .btl-members {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.entry-content > .btl-members .wp-block-columns {
  gap: 18px;
}

.entry-content > .btl-members .wp-block-column {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border: 1px solid var(--btl-line);
  background: #111118;
}

.entry-content > .btl-members figure,
.entry-content > .btl-members img {
  width: 100%;
  height: 100%;
}

.entry-content > .btl-members img {
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.08) contrast(1.06);
  transition: transform .35s ease;
}

.entry-content > .btl-members .wp-block-column:hover img {
  transform: scale(1.04);
}

.entry-content h3.wp-block-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 52px 22px 22px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92), transparent);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 950;
  line-height: 1.25;
}

body:not(.home) #content.content {
  padding-top: 150px;
}

body:not(.home) .article {
  max-width: 980px;
  margin: 0 auto;
}

body:not(.home) .article-header {
  display: block;
  margin: 0 0 34px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--btl-line);
  background:
    linear-gradient(135deg, rgba(255, 47, 159, 0.18), rgba(255, 255, 255, 0.04)),
    var(--btl-panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

body:not(.home) .entry-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 6vw, 72px);
  line-height: .95;
  font-weight: 950;
  letter-spacing: 0;
}

body:not(.home) .date-tags,
body:not(.home) .eye-catch-wrap {
  display: none;
}

body:not(.home) .entry-content {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--btl-line);
  background: var(--btl-panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

body:not(.home) .entry-content > * {
  max-width: 100%;
}

body:not(.home) .entry-content .wp-block-image img {
  width: 100%;
  border: 1px solid var(--btl-line);
  background: #111118;
}

body:not(.home) .wp-block-gallery,
body:not(.home) .wp-block-columns {
  gap: 18px;
}

body:not(.home) .wp-block-button__link,
body:not(.home) input[type="submit"],
body:not(.home) button {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--btl-pink), var(--btl-red)) !important;
  color: #fff !important;
  font-weight: 950;
  box-shadow: 0 14px 36px rgba(255, 47, 159, 0.24);
}

body:not(.home) input,
body:not(.home) textarea,
body:not(.home) select {
  width: 100%;
  border: 1px solid var(--btl-line) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border-radius: 6px;
}

body:not(.home) .wpcf7 {
  color: #fff !important;
}

body:not(.home) .wpcf7 form,
body:not(.home) .wpcf7 p,
body:not(.home) .wpcf7 label {
  color: rgba(255, 255, 255, 0.92) !important;
}

body:not(.home) .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

body:not(.home) .wpcf7 input[type="text"],
body:not(.home) .wpcf7 input[type="email"],
body:not(.home) .wpcf7 input[type="url"],
body:not(.home) .wpcf7 input[type="tel"],
body:not(.home) .wpcf7 input[type="number"],
body:not(.home) .wpcf7 textarea,
body:not(.home) .wpcf7 select {
  min-height: 48px;
  padding: 12px 14px;
  background: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

body:not(.home) .wpcf7 textarea {
  min-height: 180px;
}

body:not(.home) .wpcf7 input::placeholder,
body:not(.home) .wpcf7 textarea::placeholder {
  color: #666 !important;
  -webkit-text-fill-color: #666 !important;
}

body:not(.home) .wpcf7 select option {
  background: #fff;
  color: #111 !important;
}

body:not(.home) .wpcf7 input:focus,
body:not(.home) .wpcf7 textarea:focus,
body:not(.home) .wpcf7 select:focus {
  outline: 2px solid rgba(255, 47, 159, 0.58);
  outline-offset: 2px;
  border-color: rgba(255, 47, 159, 0.78) !important;
}

body:not(.home) .wpcf7 input[type="submit"],
body:not(.home) .wpcf7 .wpcf7-submit {
  width: 100%;
  min-height: 54px;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--btl-pink), var(--btl-red)) !important;
  color: #fff !important;
  font-weight: 950;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 36px rgba(255, 47, 159, 0.34);
}

body:not(.home) .wpcf7-not-valid-tip {
  color: #ff8fbd !important;
  font-weight: 800;
}

body:not(.home) .wpcf7-response-output {
  color: #fff !important;
  border-color: rgba(255, 47, 159, 0.62) !important;
  background: rgba(255, 47, 159, 0.12);
}

body:not(.home) label {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

body:not(.home) table,
body:not(.home) th,
body:not(.home) td {
  border-color: var(--btl-line) !important;
  color: rgba(255, 255, 255, 0.82);
}

body:not(.home) th {
  background: rgba(255, 47, 159, 0.18) !important;
  color: #fff;
}

body:not(.home) .sidebar {
  display: none;
}

.sns-share,
.sns-follow,
.article-footer,
.sidebar {
  color: rgba(255, 255, 255, 0.72);
}

.footer,
.footer-bottom,
.footer-bottom-content {
  background: #020203 !important;
  color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 834px) {
  .header-container-in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100% - 24px, 640px);
    padding: 9px 0;
  }

  .logo-image {
    text-align: center;
  }

  #navi.navi {
    display: none !important;
  }

  .btl-modern-hero {
    min-height: 760px;
  }

  .btl-modern-hero::before {
    background:
      linear-gradient(0deg, #050507 0%, rgba(5, 5, 7, 0.2) 44%),
      linear-gradient(90deg, rgba(5, 5, 7, 0.88), rgba(5, 5, 7, 0.18)),
      url("/wp-content/uploads/2025/11/IMG_8482.png") center top / cover no-repeat;
  }

  .btl-modern-hero__inner {
    width: min(100% - 28px, 560px);
    padding: 205px 0 36px;
  }

  .btl-modern-hero__stats {
    display: none;
  }

  #content-in.content-in.wrap {
    width: min(100% - 28px, 640px);
  }

  .entry-content > .btl-members .wp-block-columns,
  .entry-content > .wp-block-columns {
    flex-direction: column;
  }

  .entry-content > .btl-members .wp-block-column {
    min-height: 520px;
  }

  .news-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .btl-schedule-list a {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .btl-schedule-meta {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .btl-modern-hero {
    min-height: 740px;
  }

  .btl-modern-hero__inner {
    padding-top: 205px;
  }

  .btl-modern-hero__actions {
    flex-direction: column;
  }

  .btl-modern-btn {
    width: 100%;
  }

  .entry-content > .wp-block-group,
  .entry-content > .wp-block-columns {
    padding: 22px;
  }
}

body:not(.home) .wpcf7 input:not([type="submit"]),
body:not(.home) .wpcf7 textarea,
body:not(.home) .wpcf7 select {
  background-color: #ffffff !important;
  background-image: none !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111 !important;
}

body:not(.home) .wpcf7 input:not([type="submit"])::placeholder,
body:not(.home) .wpcf7 textarea::placeholder {
  color: #666666 !important;
  -webkit-text-fill-color: #666666 !important;
  opacity: 1 !important;
}

body:not(.home) .wpcf7 select,
body:not(.home) .wpcf7 select option {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  background-color: #ffffff !important;
}

body:not(.home) .entry-content .wpcf7 {
  padding: clamp(20px, 4vw, 34px) !important;
  background: #ffffff !important;
  color: #111111 !important;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

body:not(.home) .entry-content .wpcf7 *,
body:not(.home) .entry-content .wpcf7 p,
body:not(.home) .entry-content .wpcf7 label,
body:not(.home) .entry-content .wpcf7 span,
body:not(.home) .entry-content .wpcf7 small,
body:not(.home) .entry-content .wpcf7 div {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

body:not(.home) .entry-content .wpcf7 input:not([type="submit"]),
body:not(.home) .entry-content .wpcf7 textarea,
body:not(.home) .entry-content .wpcf7 select {
  background: #ffffff !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  border: 1px solid #cfcfd6 !important;
}

body:not(.home) .entry-content .wpcf7 input[type="submit"],
body:not(.home) .entry-content .wpcf7 .wpcf7-submit {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, var(--btl-pink), var(--btl-red)) !important;
}

body:not(.home) .entry-content .wpcf7-not-valid-tip {
  color: #c4004d !important;
  -webkit-text-fill-color: #c4004d !important;
}

body:not(.home) .entry-content .wpcf7-response-output {
  background: #fff3f8 !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}
