@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  word-wrap: break-word;
  color: #fff;
  background-color: #E4292B;
}
@media screen and (min-width: 961px) {
  html,
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  html,
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}

.header {
  width: 100%;
}
.header > .inner {
  padding: 0 2% 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header > .inner .logo {
  width: 20vw;
  position: absolute;
  top: 65px;
  left: 4%;
  z-index: 10000;
}
.header > .inner .logo a {
  display: block;
}
@media screen and (min-width: 961px) {
  .header > .inner .logo a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.header > .inner .logo a svg {
  width: 20vw;
  height: 3vw;
}

.drawer__btn {
  position: fixed;
  top: 20px;
  right: 2%;
  width: 80px;
  height: 90px;
  z-index: 10000;
  cursor: pointer;
}

.menu--logo {
  position: absolute;
  top: -10px;
  left: 0;
  width: 75vw;
  opacity: 0.2;
}
.menu--logo svg {
  width: 75vw;
  height: 11vw;
}

.drawer--sns {
  position: absolute;
  font-size: 28px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 2%;
}
.drawer--sns li {
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
}
.drawer--sns li a {
  font-size: 4vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer--sns li a {
    font-size: 9vw;
  }
}
@media screen and (min-width: 961px) {
  .drawer--sns li a:hover {
    opacity: 0.7;
  }
}

::-moz-selection {
  background-color: #fff;
  color: #000;
}

::selection {
  background-color: #fff;
  color: #000;
}

::-moz-selection {
  background-color: #fff;
  color: #fff;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button, select {
  text-transform: none;
  all: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

figure img {
  width: 100%;
  height: 100%;
}

.loading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.8s 1.8s ease-in-out;
  transition: opacity 0.8s 1.8s ease-in-out;
  background: #000;
}

.loading .logo_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  width: 75vw;
}
.loading .logo_loading svg {
  -webkit-animation: glitch 1s cubic-bezier(0.6, 0.05, 0.2, 0.95) infinite;
          animation: glitch 1s cubic-bezier(0.6, 0.05, 0.2, 0.95) infinite;
}

.loaded .loading {
  opacity: 0;
  pointer-events: none;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  pointer-events: none;
}

.section-tit {
  font-size: 85px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-bottom: 40px;
  position: relative;
}
.section-tit::before {
  content: "";
  width: 170px;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
  background-image: url(/static/billyboo/fanclub/deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 55px;
}

.section--detail {
  padding: 0 10% 80px;
}

.section--list {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

.detail__btn {
  margin-top: 25px;
  margin-left: 20px;
}
.detail__btn a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
  padding-left: 10px; /* 矢印のスペース */
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.detail__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px; /* 通常時の線の長さ */
  height: 1.5px; /* 線の太さ */
  background: #fff; /* 線の色 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* なめらかな動き */
}
.detail__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 13px); /* 通常時の矢印の先端位置 */
  width: 6px;
  height: 6px;
  border-left: 1.5px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* なめらかに動かす */
  pointer-events: none; /* これを追加することで、カーソルの乱打を防ぐ */
}

.list--information li {
  margin-bottom: 35px;
}
.list--information li.new .block--txt::after {
  content: "New";
  font-family: "Rock Salt", cursive;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  font-size: 12px;
  color: #E4292B;
  letter-spacing: 0.06em;
}
.list--information li a {
  display: block;
}
.list--information li a .block--txt {
  margin-bottom: 8px;
  line-height: 1.2;
}
.list--information li a .block--txt .date, .list--information li a .block--txt .category {
  font-size: 12px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.list--information li a .block--txt .category {
  margin-left: 5px;
}
.list--information li a .block--txt .end_time {
  margin-left: 5px;
}
.list--information li a .block--txt .end_time::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.list--information li a .block--txt .date {
  font-weight: 900;
  font-size: 22px;
}
.list--information li a .block--txt .date > span {
  font-size: 10px;
  margin-left: 3px;
}
.list--information li a .tit {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.block--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.block--category li.current a {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  border-radius: 50px;
}
.block--category li a {
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 0.5em 1.2em;
  border: 1px solid #fff;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 50px;
}

.svg-symbol {
  display: none !important;
}

svg {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #E4292B;
  position: relative;
  margin: auto auto 0;
  width: 100%;
}

/*-- default end--*/
.content--area {
  position: relative;
  padding-bottom: 300px;
}
.content--area::before {
  content: "";
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: -1;
}

/* drawer */
.drawer {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #E4292B;
  color: #fff;
  pointer-events: none;
  -webkit-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  z-index: 900;
}
.drawer .inner {
  padding: 13vw 3vw 10vw;
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
.drawer .inner .nav--official__list li {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
}
.drawer .inner .nav--official__list li a {
  font-size: 4.5vw;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .drawer .inner .nav--official__list li a:hover {
    opacity: 0.5;
  }
}

.drawer-visible {
  overflow: hidden;
}
.drawer-visible .header > .inner .logo {
  opacity: 0;
  pointer-events: none;
}
.drawer-visible .drawer {
  pointer-events: auto;
  top: 0;
  opacity: 1;
}
.drawer-visible .drawer .inner .nav--official__list li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer-visible .drawer .drawer--sns li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.drawer-visible #menuText {
  display: none;
}

body #menuText {
  display: block;
}

body.drawer-visible #closeText {
  display: block;
}

body #closeText {
  display: none;
}

.rotating-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center; /* 回転の中心を画像の中心に設定 */
  font-weight: bold;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-animation: rotateAround 5s infinite linear;
          animation: rotateAround 5s infinite linear; /* 5秒で無限に回転 */
}

@-webkit-keyframes rotateAround {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); /* 最初は0度 */
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); /* 最後は360度 */
  }
}

@keyframes rotateAround {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); /* 最初は0度 */
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); /* 最後は360度 */
  }
}
/* ボタンのスパン（線）の色 */
.drawer__btn span {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__btn span:nth-child(1) {
  top: 0;
}

.drawer__btn span:nth-child(2) {
  top: 50%;
}

.drawer__btn span:nth-child(3) {
  bottom: 0;
}

/* メニューボタンが開かれたときのアニメーション */
.drawer-visible .drawer__btn span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-visible .drawer__btn span:nth-child(2) {
  opacity: 0;
}

.drawer-visible .drawer__btn span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.category {
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  margin-top: 5px;
  font-size: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}

/*-- section--mv  --*/
.section--mv {
  height: 100vh;
  position: relative;
}
.section--mv .logo {
  width: 75%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.6)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.6)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.6));
  }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.5)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.5)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.5));
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
    -webkit-filter: drop-shadow(2px -2px 0px rgba(255, 0, 0, 0.5)) drop-shadow(-2px 2px 0px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(2px -2px 0px rgba(255, 0, 0, 0.5)) drop-shadow(-2px 2px 0px rgba(255, 255, 255, 0.5));
  }
  60% {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
    -webkit-filter: drop-shadow(3px 3px 0px rgba(255, 0, 0, 0.4)) drop-shadow(-3px -3px 0px rgba(255, 255, 255, 0.4));
            filter: drop-shadow(3px 3px 0px rgba(255, 0, 0, 0.4)) drop-shadow(-3px -3px 0px rgba(255, 255, 255, 0.4));
  }
  80% {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px);
    -webkit-filter: drop-shadow(3px -3px 0px rgba(255, 0, 0, 0.4)) drop-shadow(-3px 3px 0px rgba(255, 255, 255, 0.4));
            filter: drop-shadow(3px -3px 0px rgba(255, 0, 0, 0.4)) drop-shadow(-3px 3px 0px rgba(255, 255, 255, 0.4));
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.3)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.3));
            filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.3)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.3));
  }
}
@keyframes glitch {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.6)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.6)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.6));
  }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.5)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.5)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.5));
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
    -webkit-filter: drop-shadow(2px -2px 0px rgba(255, 0, 0, 0.5)) drop-shadow(-2px 2px 0px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(2px -2px 0px rgba(255, 0, 0, 0.5)) drop-shadow(-2px 2px 0px rgba(255, 255, 255, 0.5));
  }
  60% {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
    -webkit-filter: drop-shadow(3px 3px 0px rgba(255, 0, 0, 0.4)) drop-shadow(-3px -3px 0px rgba(255, 255, 255, 0.4));
            filter: drop-shadow(3px 3px 0px rgba(255, 0, 0, 0.4)) drop-shadow(-3px -3px 0px rgba(255, 255, 255, 0.4));
  }
  80% {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px);
    -webkit-filter: drop-shadow(3px -3px 0px rgba(255, 0, 0, 0.4)) drop-shadow(-3px 3px 0px rgba(255, 255, 255, 0.4));
            filter: drop-shadow(3px -3px 0px rgba(255, 0, 0, 0.4)) drop-shadow(-3px 3px 0px rgba(255, 255, 255, 0.4));
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.3)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.3));
            filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 0.3)) drop-shadow(-2px -2px 0px rgba(255, 255, 255, 0.3));
  }
}
/*-- sns --*/
.block--sns {
  position: absolute;
  right: 3vw;
  font-size: 22px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #E4292B;
}
@media screen and (min-width: 961px) {
  .block--sns {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.block--sns li {
  margin-bottom: 15px;
}
@media screen and (min-width: 961px) {
  .block--sns li a:hover {
    color: #fff;
  }
}

.body--app a {
  -webkit-touch-callout: none !important;
}

/*-- scroll down --*/
.scroll .scroll-l {
  opacity: 0;
}

.scroll-l {
  opacity: 1;
  display: inline-block;
  position: fixed;
  right: 3vw;
  bottom: 0;
  z-index: 2;
  padding: 10px 0 110px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  mix-blend-mode: difference;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.scroll-l span {
  display: block;
}
.scroll-l::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 1px;
  height: 90px;
  background: rgba(255, 255, 255, 0.4);
}
.scroll-l::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 1px;
  height: 90px;
  background: #fff;
  -webkit-animation: scrolldown 2s cubic-bezier(0.5, 0, 0, 0.5) infinite;
  animation: scrolldown 2s cubic-bezier(0.5, 0, 0, 0.5) infinite;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/*-- swiper pagenation --*/
.swiper-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 1em;
  -webkit-column-gap: 0.3em;
          column-gap: 0.3em;
  position: relative;
  z-index: 10;
  font-size: 20px;
  margin-left: 10%;
  font-family: "Roboto", sans-serif;
}

.swiper-button-prev,
.swiper-button-next,
.video-button-prev,
.video-button-next {
  cursor: pointer;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.875em;
  font-weight: 400;
  color: #fff;
  font-weight: 500;
}
.swiper-button-prev::after,
.swiper-button-next::after,
.video-button-prev::after,
.video-button-next::after {
  font-size: 1em;
  display: none;
}

.swiper-button-prev {
  margin-right: 15px;
}

.swiper-button-prev,
.swiper-button-next,
.video-button-prev,
.video-button-next,
.swiper-button-prev + span,
.video-button-prev + span {
  margin-top: 0.5em;
}

.video-button-prev + span,
.swiper-button-prev + span {
  display: block;
  width: 1px;
  height: 1em;
}

@media screen and (min-width: 961px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover,
  .video-button-prev:hover,
  .video-button-next:hover {
    color: #E4292B;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}

/*-- wrap --*/
.wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20vh;
  padding-bottom: 240px;
}

.wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/static/billyboo/fanclub/bg_paper.jpg);
  background-size: max(100%, 1200px);
  background-attachment: fixed;
  pointer-events: none;
}

/* section--banner */
.section--banner {
  margin-bottom: 170px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section--banner .bnr-container {
  padding-left: 10%;
  padding-right: 5%;
}
.section--banner.no-swiper {
  min-height: 40px;
}
.section--banner.no-swiper .list--bnr li {
  width: 45%;
}
.section--banner a {
  position: relative;
  display: block;
}
.section--banner a .block--txt {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section--banner a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #E4292B;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 961px) {
  .section--banner a:hover::after {
    opacity: 0.5;
  }
  .section--banner a:hover .block--txt {
    opacity: 0.5;
  }
}

/*-- page--home --*/
.page--home {
  position: relative;
}
.page--home .header > .inner .logo {
  opacity: 0;
  pointer-events: none;
}
.page--home .wrap {
  padding: 0;
}
.page--home .nav--official__list li.list--menu__home {
  display: none;
}
.page--home .wrap--info {
  width: auto;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 10% 170px;
}
.page--home .wrap--info .section--info {
  width: 30%;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.page--home .wrap--info .section--info .section-tit, .page--home .wrap--info .section--info .list__more {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
.page--home .wrap--info .section--info.delighter.started .section-tit, .page--home .wrap--info .section--info.delighter.started .list__more {
  opacity: 1;
}
.page--home .section-tit {
  font-size: 55px;
  position: relative;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}
.page--home .section-tit::before {
  content: "";
  display: block;
  width: 170px;
  position: absolute;
  top: inherit;
  bottom: -10px;
  left: 0;
  z-index: -1;
  background-image: url(/static/billyboo/fanclub/deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 55px;
}
.page--home .list__more {
  margin-top: 25px;
}
.page--home .list__more a {
  position: relative;
  display: inline-block;
  padding-right: 10px; /* 矢印のスペース */
  text-decoration: none;
  color: #fff;
}
.page--home .list__more a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 20px; /* 通常時の線の長さ */
  height: 1.5px; /* 線の太さ */
  background: #fff; /* 線の色 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* なめらかな動き */
}
.page--home .list__more a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 13px); /* 通常時の矢印の先端位置 */
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: left 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: left 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* なめらかに動かす */
  pointer-events: none; /* これを追加することで、カーソルの乱打を防ぐ */
}

/*-- section--video --*/
.section--video {
  text-align: center;
  margin: auto;
  position: relative;
}
.section--video .section-tit {
  display: inline-block;
}
.section--video .swiper-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 1em;
  -webkit-column-gap: 0.3em;
          column-gap: 0.3em;
  z-index: 10;
  position: absolute;
  bottom: -8px;
  right: 19%;
  font-family: "Roboto", sans-serif;
}
.section--video .video-container {
  overflow: hidden;
}
.section--video .list--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 961px) {
  .section--video .list--video li a figure::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #E4292B;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .section--video .list--video li a:hover figure::after {
    opacity: 0.5;
  }
}
.section--video .list--video li.new .block--txt::after {
  content: "New";
  font-family: "Rock Salt", cursive;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  font-size: 12px;
  color: #E4292B;
  letter-spacing: 0.06em;
}
.section--video .list--video li a .block--txt {
  text-align: left;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
.section--video .list--video li a .block--txt .tit {
  font-size: 16px;
}
.section--video .list--video li .thumb {
  position: relative;
  margin-bottom: 20px;
}
.section--video .list--video li .new a .block--txt::after {
  content: "New";
  font-family: "Rock Salt", cursive;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  font-size: 12px;
  color: #E4292B;
  letter-spacing: 0.06em;
}
.section--video .list--video .swiper-slide-active .block--txt {
  opacity: 1;
  visibility: visible;
}
.section--video .list--video:not(.swiper-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
.section--video .swiper-button-prev, .section--video .swiper-button-next {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* footer */
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer .inner {
  padding: 3em 5vw;
  position: relative;
}

.no-swiper .swiper-button-wrap {
  display: none;
}

.no-swiper .no-data {
  margin: auto;
}

/* :not(.page--home)*/
body:not(.page--home) .loading {
  display: none;
}

/* page--info */
.page--info .wrap {
  padding-top: 25vh;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .wrap {
    padding-top: 19vh;
  }
}
.page--info .section--list {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
.page--info .section--detail .section--inner {
  padding: 40px 4vw;
  background: #000;
}
.page--info .section--detail .section--inner .block--time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page--info .section--detail .section--inner .block--time .end_time {
  position: relative;
  margin-left: 22px;
}
.page--info .section--detail .section--inner .block--time .end_time::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--info .section--detail .section--inner .tit {
  font-size: 20px;
  margin-bottom: 15px;
}
.page--info .section--detail .section--inner .week {
  font-size: 11px;
}
.page--info .section--detail .section--inner .date {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px;
}
.page--info .section--detail .section--inner .txt .ph {
  display: block;
  margin: 20px 0;
}
.page--info .section--detail .section--inner .txt a {
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.3s;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .section--inner .txt a:hover {
    text-decoration: none;
  }
}
.page--info .section--detail.new .block--time::after {
  content: "New";
  font-family: "Rock Salt", cursive;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  font-size: 12px;
  color: #E4292B;
  letter-spacing: 0.06em;
}
.page--info .list--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
.page--info .list--video li {
  margin-bottom: 60px;
  width: calc((100% - 40px) / 2);
}
@media screen and (min-width: 961px) {
  .page--info .list--video li a figure::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #E4292B;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .page--info .list--video li a:hover figure::after {
    opacity: 0.5;
  }
}
.page--info .list--video li.new .block--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page--info .list--video li.new .block--txt::after {
  content: "New";
  font-family: "Rock Salt", cursive;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  font-size: 12px;
  color: #E4292B;
  letter-spacing: 0.06em;
}
.page--info .list--video li a .thumb {
  position: relative;
  margin-bottom: 20px;
}
.page--info .list--video li a .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}
.page--info .block--share {
  float: none;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.page--info .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.page--info .block--share li i {
  font-size: 20px;
}
.page--info .block--share li:last-child {
  margin-right: 0;
}
.page--info .block--share li.share {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 11px;
  margin-right: 15px;
  letter-spacing: 0.05em;
}
.page--info .block--info {
  margin-bottom: 8px;
}

.page--info.page--schedule .section--detail.new .block--time::after {
  content: none;
}

/* page--profile */
.page--profile .section--inner {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 40px;
}
.page--profile .section--inner .block--ph {
  margin-bottom: 20px;
}
.page--profile .section--inner .logo {
  width: min(50vw, 90%);
  margin: 0 auto 30px;
}
.page--profile .section--inner .block--profile .lead {
  margin-bottom: 20px;
}
.page--profile .section--inner .block--profile .list--sns li {
  margin-bottom: 15px;
}
.page--profile .section--inner .block--profile .list--sns li .name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: center;
}
.page--profile .section--inner .block--profile .list--sns li .nav--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--profile .section--inner .block--profile .list--sns li .nav--sns li a {
  font-size: 20px;
  padding: 0.5em 0;
}
@media screen and (min-width: 961px) {
  .page--profile .section--inner .block--profile .list--sns li .nav--sns li a:hover {
    color: #E4292B;
  }
}

/* page--disco  */
.page--disco .section--detail .tit {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.page--disco .section--detail .category {
  margin-bottom: 8px;
}
.page--disco .date {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.page--disco .tieup {
  font-size: 11px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.page--disco .block--txt {
  padding-top: 10px;
}
.page--disco .block--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.page--disco .list--discography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
.page--disco .list--discography li {
  width: 32%;
  margin-bottom: 80px;
}
.page--disco .list--discography li a .category, .page--disco .list--discography li a .date {
  display: inline-block;
  margin-bottom: 8px;
}
.page--disco .list--discography li a .category {
  margin-right: 5px;
}
.page--disco .list--discography li a .tit {
  font-size: 14px;
}
.page--disco .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .list--jacket li .ph {
  margin-bottom: 5px;
}
.page--disco .block--disc-detail .tit-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
  display: block;
}
.page--disco .block--disc-detail .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.page--disco .block--disc-detail .block--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
.page--disco .block--disc-detail .btn--main {
  padding: 10px 3em 13px;
  max-width: unset;
  margin-top: 30px;
  font-size: 12px;
  text-transform: unset;
}
.page--disco .block--disc-detail .block--comment {
  margin-bottom: 20px;
}
.page--disco .block--disc-detail .block--comment > .txt > div {
  margin-bottom: 20px;
}
.page--disco .block--disc-detail .block--comment > .txt > div .block-tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.page--disco .block--disc-detail .block--comment > .txt > div .list--track li {
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
}
.page--disco .block--disc-detail .block--comment > .txt > div .list--track li .num {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin-right: 3px;
}
.page--disco .block--disc-detail .block--review {
  margin-bottom: 40px;
}
.page--disco .block--disc-detail .block--review .link {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.page--disco .block--disc-detail .block--review .link i {
  margin-left: 3px;
}
.page--disco .block--disc-detail .block--track .title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.page--disco .block--disc-detail .block--track > li {
  margin-bottom: 25px;
}
.page--disco .block--disc-detail .block--track > div {
  margin: 20px 0;
  font-size: 13px;
}
.page--disco .block--disc-detail .block--track .list--track > li {
  padding: 10px 15px;
  background: #474747;
  margin-bottom: 10px;
}
.page--disco .block--disc-detail .block--track .list--track > li > div {
  font-size: 13px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--disco .block--disc-detail .block--track .list--track > li .num {
  font-family: "Roboto", sans-serif;
  width: 1.5em;
}
.page--disco .block--disc-detail .block--track .list--track > li a {
  font-size: 15px;
}
.page--disco .block--disc-detail .block--track .list--track > li .link {
  margin-left: 8px;
  line-height: 1;
}
.page--disco .block--disc-detail .block--track .list--track > li .link a {
  display: block;
}
.page--disco .block--disc-detail .block--track .list--track > li .tie-up {
  font-size: 11px;
}
.page--disco .block--disc-detail .block--track .list--track > li .lyrics {
  margin-left: 10px;
}
.page--disco .header--disco {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 34vw;
  height: 34vw;
  overflow: hidden;
  z-index: 1;
}
.page--disco .header--disco .header--disco_inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(2);
          transform: scale(2);
}

/* video */
.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* page--contact */
.page--contact .section--inner {
  width: 100%;
}
.page--contact .section--inner .block--txt {
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  padding: 40px;
  margin-bottom: 20px;
}
.page--contact .section--inner .block--txt .heading_1 {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #efefef solid 1px;
}
.page--contact .section--inner .block--txt .block--complete {
  margin-bottom: 20px;
  text-align: center;
}
.page--contact .section--inner .block--txt .btn {
  text-align: center;
}
.page--contact .required {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-left: 5px;
  background: #ff0003;
  padding: 0 5px 2px;
}
.page--contact .form--post dt {
  margin-bottom: 10px;
}

/* page--error */
.page--error .section--detail {
  max-width: 1000px;
  margin: 100px auto;
}
.page--error .section--detail .txt {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 20px auto;
  text-align: center;
}
.page--error .section--detail .tit {
  font-size: 18px;
  text-align: center;
}
.page--error .section--detail .btn {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.page--error .section-wrap .section--inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin-inline: auto;
}
.page--error .section-wrap .section--inner .block-tit {
  width: 100%;
}
.page--error .section-wrap .section--inner .block-tit h2 {
  font-size: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.page--error .section-wrap .section--inner .block-tit h2::before {
  display: none;
}
.page--error .section-wrap .section--inner .block--txt {
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  padding: 40px;
  margin-bottom: 20px;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 0.5em 0.8em;
  height: 3em;
  border: none;
  border-radius: unset;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .input--half {
    width: 100% !important;
  }
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.btn--main {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  max-width: 300px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: 20px 1.5em;
  cursor: pointer;
  background: #E4292B;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .btn--main:hover {
    background: #fff;
    color: #E4292B;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main {
    max-width: auto;
  }
}

.btn--sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  max-width: 300px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: 20px 1.5em;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .btn--sub:hover {
    background: #E4292B;
    color: #fff;
    border-color: #E4292B;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 20px;
  }
}

.block--submit {
  text-align: center;
}

.form--post dd {
  margin-bottom: 20px;
}

textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 0.5em 0.8em;
  height: 10em;
  border: none;
  border-radius: unset;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 0.5em 0.8em;
  height: 10em;
  height: 10em;
  padding-right: 1.5em;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select::after {
  position: absolute;
  top: 15px;
  right: 9px;
  z-index: -1;
}

.block--pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.5em;
  margin: 70px auto 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
}
.block--pager li {
  position: relative;
}
.block--pager li a {
  position: relative;
}
.block--pager li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #E4292B;
  position: absolute;
  top: 21px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.block--pager .pager__item--other a {
  padding: 0 5px;
}
.block--pager .pager__item--current {
  padding: 0 5px;
}
.block--pager .pager__item--current::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #E4292B;
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  font-size: 15px;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.5;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--older a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--older a::before {
  content: none;
}

.block--pager:empty {
  display: none;
}

.container {
  position: relative;
}

.block {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  right: 3%;
  top: 0;
}

.block::before {
  content: "";
  display: block;
  width: 77%;
  position: absolute;
  top: 11px;
  left: 12px;
  z-index: 1;
  background-image: url(/static/billyboo/fanclub/disc.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 1/1;
}

.circleText {
  overflow: visible;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}
.circleText__circle {
  fill: none;
}
.circleText__text {
  fill: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.delighter {
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
  opacity: 0;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.delighter.started {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}
.delighter .afterimage.section-tit {
  position: relative;
}
.delighter .afterimage.section-tit::before, .delighter .afterimage.section-tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-transition: 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1);
  opacity: 0.4;
}
.delighter .afterimage.section-tit::before {
  top: 30%;
}
.delighter .afterimage.section-tit::after {
  top: 60%;
}
.delighter.started .afterimage.section-tit::before, .delighter.started .afterimage.section-tit::after {
  top: 0;
}
.delighter.clip_rtl, .delighter.clip_ltr, .delighter.clip_ttb {
  -webkit-transform: translate(0);
          transform: translate(0);
  will-change: clip-path;
  transition: clip-path 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1), -webkit-clip-path 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.delighter.clip_rtl {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.delighter.clip_ltr {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.delighter.clip_ttb {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.delighter.started.clip_rtl, .delighter.started.clip_ltr, .delighter.started.clip_ttb {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  /*-- common --*/
  .section--banner.no-swiper .list--bnr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .section--banner.no-swiper .bnr-container {
    padding-left: 0%;
    padding-right: 0%;
  }
  .list--information li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .list--information li a:hover {
    color: #E4292B;
  }
  .list--information li a:hover .block--txt .end_time::before {
    background-color: #E4292B;
  }
  .list--information li a:hover .category {
    border-color: rgba(228, 41, 43, 0.5);
  }
  .list--video li a .block--txt .tit {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .list--video li a:hover .block--txt .tit {
    color: #E4292B;
  }
  .block--category li a:hover {
    color: #000;
    background: #fff;
  }
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover {
    color: #E4292B;
  }
  .block--pager li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .list__more a:hover::before {
    width: 35px;
  }
  .list__more a:hover::after {
    left: calc(100% + 28px);
  }
  .detail__btn a:hover::before {
    width: 35px;
  }
  .detail__btn a:hover::after {
    right: calc(100% + 28px);
  }
  .page--info .section--detail {
    padding: 10% 0 0 0;
    width: 850px;
    margin: 0 auto;
  }
  .block--share li a:hover {
    color: #E4292B;
  }
  /*-- page--disco --*/
  .page--disco .list--discography li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page--disco .list--discography li a .category {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .page--disco .list--discography li a:hover {
    color: #E4292B;
  }
  .page--disco .list--discography li a:hover .category {
    border-color: rgba(228, 41, 43, 0.5);
  }
  .page--disco .list--discography li a .thumb {
    position: relative;
  }
  .page--disco .list--discography li a .thumb::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #E4292B;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .page--disco .list--discography li a .block--txt {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page--disco .list--discography li a:hover .thumb::after {
    opacity: 0.3;
  }
  .page--disco .section--detail {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    position: relative;
    padding: 10% 0 0 0;
  }
  .page--disco .section--detail .disco-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--disco .section--detail .disco-wrap .block--jacket {
    width: 40%;
    margin-right: 4%;
    min-width: 400px;
    max-width: 600px;
  }
  .page--disco .block--disc-detail {
    width: 60%;
  }
  .page--disco .block--disc-detail .block--track .list--track li .link a:hover, .page--disco .block--disc-detail .block--track .list--track li .lyrics a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .page--disco .block--disc-detail .block--review .link a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .page--disco .header--disco {
    max-height: 460px;
  }
  /*-- page--contact --*/
  .page--contact .section--detail {
    padding: 0;
    width: 850px;
    margin: 0 auto;
  }
  /*-- page--profile --*/
  .page--profile.section--detail {
    padding: 0;
    width: 850px;
    margin: 0 auto;
  }
}
/*-- pc all --*/
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .wrap {
    padding-top: 20vh;
  }
  .header > .inner {
    padding: 0;
  }
  .header > .inner .logo {
    width: 54vw;
    top: 50px;
    left: 5%;
  }
  .header > .inner .logo a svg {
    width: 54vw;
    height: 8vw;
  }
  .drawer__btn {
    top: 16px;
    right: 6%;
    position: fixed;
    z-index: 10000;
  }
  .section--detail, .section--list {
    padding: 0 5%;
    width: 100%;
  }
  .section-tit {
    font-size: max(12vw, 56px);
  }
  .section-tit::before {
    width: 40vw;
    height: 7vw;
  }
  /*-- drawer --*/
  .drawer .menu--logo {
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14vw;
  }
  .drawer .menu--logo svg {
    width: 100vw;
    height: 14vw;
  }
  .drawer .inner {
    padding: 10vw 5% 10vw;
  }
  .drawer .inner .nav--official__list li a {
    font-size: 9vw;
    letter-spacing: 0.02em;
    font-weight: bold;
  }
  .block {
    width: 80px;
    height: 100px;
    margin: auto;
    position: absolute;
    right: 0%;
    left: 8px;
  }
  .block::before {
    content: "";
    display: block;
    width: 77%;
    position: absolute;
    top: 19px;
    left: 9px;
    z-index: 1;
    background-image: url(/static/billyboo/fanclub/disc.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
  }
  /*-- SCROLL LINE --*/
  .scroll-l {
    display: none;
  }
  /*-- SNS --*/
  .block--sns {
    position: absolute;
    top: 3vh;
    left: 4vh;
    font-size: 22px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  .nav--sns {
    font-size: 22px;
  }
  /* section--banner */
  .section--banner {
    width: 100%;
    margin-bottom: 100px;
  }
  .section--banner.no-swiper .list--bnr li {
    width: 100%;
  }
  .section--banner .bnr-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .swiper {
    padding: 5%;
    width: 100vw;
  }
  .swiper-button-wrap {
    margin-left: 5%;
  }
  /*-- page--home --*/
  .page--home .section-tit {
    font-size: max(12vw, 56px);
    display: block;
    text-align: left;
  }
  .page--home .section-tit::before {
    width: 40vw;
    bottom: 4px;
    height: 8vw;
  }
  .page--home .section--mv {
    height: 65vh;
  }
  .page--home .section--mv .logo {
    width: 85%;
    top: 57%;
  }
  .page--home .section--video {
    padding: 0 5%;
  }
  .page--home .section--video .swiper-slide-active .block--txt {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .page--home .section--video .block-movie {
    font-size: 30px;
    max-width: -moz-fit-content;
    max-width: none;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  .page--home .section--video .block-movie::before {
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/static/billyboo/fanclub/deco.png);
    background-repeat: no-repeat;
    background-position: left;
  }
  .page--home .section--video .swiper-button-wrap {
    left: 5%;
    bottom: -50px;
    margin: auto;
  }
  .page--home .wrap--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding: 5%;
  }
  .page--home .wrap--info .section--info {
    width: 100%;
    margin-bottom: 15%;
  }
  .page--home .wrap--info .list--video:not(.swiper-wrapper) li {
    width: 100%;
  }
  /*-- page--info --*/
  .page--info .section--detail .section--inner {
    padding: 25px;
  }
  .page--info .section--detail .section--inner .date {
    font-size: 10px;
  }
  .page--info .list--video li {
    width: auto;
  }
  .page--info .list--video {
    display: block;
  }
  .page--info .section--list {
    width: 100%;
  }
  /*-- page--feature --*/
  .page--profile .section--inner {
    padding: 20px 4vw;
  }
  .page--profile .section--inner .logo {
    width: 70vw;
    height: 11vw;
  }
  /*-- page--disco --*/
  .page--disco .section--detail {
    padding: 10% 5%;
    width: 100%;
  }
  .page--disco .section-tit {
    font-size: max(12vw, 40px);
  }
  .page--disco .section--list {
    padding: 10% 5%;
    width: 100%;
  }
  .page--disco .list--discography li {
    width: 100%;
  }
  .page--disco .block--disc-detail .tit-wrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .page--disco .block--disc-detail .txt {
    padding: 0;
  }
  .page--disco .block--disc-detail .block--track .block-tit {
    padding-left: 0;
  }
  .page--disco .header--disco {
    left: 0;
    width: 200%;
    height: 90vw;
    top: 0;
  }
  .page--disco .block--jacket .ph {
    margin-bottom: 15px;
  }
  .page--disco table {
    width: 100%;
    border: none;
  }
  /*-- page--contact --*/
  .page--contact .section--inner .block--txt {
    padding: 20px;
  }
  .page--contact .section--inner .block--txt .heading_1 {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #efefef solid 1px;
  }
  .page--contact .section--inner .block--txt .required {
    margin-left: 10px;
    font-weight: bold;
  }
  .page--contact .section--inner .block--txt .block--complete {
    margin-bottom: 20px;
  }
  /*-- page--feature --*/
  .page--feature .tit {
    font-size: 40px;
  }
  /*-- page--error --*/
  .page--error .section--detail {
    max-width: 550px;
  }
  .page--error .section--detail .tit {
    font-size: 18px;
    text-align: center;
  }
  .page--error .section--detail .btn {
    font-size: 16px;
    text-align: center;
  }
  .content--area::before {
    top: 3%;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    font-size: 15px;
  }
  .block--pager .pager__item--newer span,
  .block--pager .pager__item--older span {
    opacity: 0.5;
  }
  .block--pager .pager__item--newer a::before,
  .block--pager .pager__item--older a::before {
    content: none;
  }
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover {
    opacity: 1;
  }
  .block--pager .pager__item--newer:hover a,
  .block--pager .pager__item--older:hover a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
}
/*-- sp all --*/
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--mv {
    height: 80vh;
  }
}/*# sourceMappingURL=service.css.map */