@charset "UTF-8";
body, .wrap, footer {
  background: #fff !important;
}

body, a, .page--home .block--content-wrap, .page--home .block--contents a, .copyright,
.page--movie .section--detail .btn .btn--sub, .page--faq .section--detail .block--contact a,
.page--home .section--hero-img .block--login nav a, .page--home footer .list-tit,
.tit .limited::after, .limited .section-tit::after, .btn .btn--main, .btn .btn--sub,
.block--login .nav__list--login li a, .page--feature .page--introduction .block--service .block--service__contents li .inner span,
.page--faq .block--faq-detail span.icon--a, .form__select select,
.page--blog .wrap--action .reply-form .btn .btn--main, .btn-delete input,
.list--support .list__item a {
  font-family: "Inter", sans-serif !important;
  color: #222;
}

img {
  pointer-events: none;
}

/* ▼▼ チラつき防止追加 ▼▼ */
html.loading body {
  opacity: 0;
}

body {
  transition: opacity 0.5s ease;
}

.header {
  background: #fff !important;
}
.header .g-nav .nav li a {
  color: #000;
}
.header .g-nav .nav li a:hover::after {
  background: #797979;
  color: #000;
}

.block--login .nav__list--login li a {
  background: #000;
  color: #fff;
}

.footer small a {
  text-decoration: none;
}

.window-scroll .header {
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1294117647);
}

footer .bg {
  display: none;
}
footer .copyright {
  color: #222222 !important;
}
footer .nav__list--sns li a {
  color: #000;
}
footer .list--support .list__item a {
  color: #000;
}
footer .list--support .list__item:nth-of-type(4), footer .list--support .list__item:nth-of-type(6) {
  display: none;
}

.block--share a {
  color: #000;
}

.block--share .line svg {
  fill: #000;
}

input[readonly=readonly] {
  background: #222222;
  color: #222222;
}

.apple-svg-icon {
  vertical-align: middle;
  display: inline-block;
  overflow: visible;
  transform: translateY(-2px);
}

.page--home h1.logo a::after {
  display: none;
}
.page--home .block--login {
  display: none !important;
}
.page--home .section--hero-img {
  display: none;
}
.page--home .video-wrap {
  position: relative;
  overflow: hidden;
}
.page--home .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--home .drawer__btn {
  display: none;
}
.page--home footer .list-tit {
  background: none;
  color: #222222;
}
.page--home .header .drawer .g-nav .nav__list--contents {
  display: none !important;
}
.page--home .footer {
  display: none;
}
.page--home .section--nav .nav__list--contents,
.page--home .section--custom-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 20px auto;
  padding: 0;
}
.page--home .section--nav .nav__list--contents li,
.page--home .section--custom-nav .sns-link,
.page--home .section--custom-nav a.no-bg {
  flex: calc(16.6666666667% - 20px);
  min-width: 140px;
  text-align: center;
}
.page--home .section--nav .nav__list--contents li a:hover,
.page--home .section--custom-nav a:hover {
  background: #ddd;
}
.page--home .section--custom-nav a svg,
.page--home .section--custom-nav a img {
  width: 20px;
  height: 20px;
  fill: #000 !important;
}
.page--home .section--custom-nav a.no-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 calc(16.6666666667% - 20px);
  min-width: 140px;
  min-height: 48px;
  padding: 0;
  border-radius: 8px;
  background: none !important;
  border: none !important;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
.page--home .section--custom-nav a.no-bg img {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 45px;
}
.page--home .section--custom-nav a.no-bg:hover {
  background: none !important;
}
.page--home .section--custom-nav a.no-bg:hover {
  background: none !important;
}
.page--home .section--custom-nav a,
.page--home .section--nav .nav__list--contents li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  background: #f0f0f0;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  transition: background 0.3s, color 0.3s;
  position: relative;
}
.page--home .section--custom-nav a svg,
.page--home .section--custom-nav a img,
.page--home .section--nav .nav__list--contents li a svg,
.page--home .section--nav .nav__list--contents li a img {
  flex-shrink: 0;
  position: absolute;
  top: 2px;
}
.page--home .section--custom-nav a div,
.page--home .section--nav .nav__list--contents li a div {
  flex: 1;
  text-align: center;
}
.page--home .section--custom-nav a.no-bg {
  justify-content: center;
}
.page--home .section--custom-nav a.no-bg svg,
.page--home .section--custom-nav a.no-bg img {
  position: static;
  margin: 0 auto;
}
.page--home .nav li {
  margin-right: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.page--home .bg img {
  display: none;
}
.page--home .nav__list--contents li a i {
  position: absolute;
  left: 10px;
  font-size: 15px;
}
.page--home .nav__list--contents .g-nav--item__sns {
  display: none !important;
}

.block--pager li::before {
  color: #222222;
}

.list__item.new .tit::after {
  content: "NEW";
  margin-left: 5px;
  color: #222222;
  font-weight: bold;
  font-size: 12px;
}

.page--biography .artist--name {
  display: none;
}

.page--feature .page--introduction .block--logo .artistname {
  display: none;
}
.page--feature .page--introduction .block--login__member li {
  background: #222222;
  color: #dddad0;
}
.page--feature .page--introduction .block--service .block--service__contents img {
  display: block;
  margin: 0 auto;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner span {
  background: #222222;
  color: #dddad0;
}

.page--ticket .section--list .list--ticket li a {
  color: #dddad0;
}
.page--ticket .section--detail .block--info {
  color: #dddad0;
}
.page--ticket .section--detail .block--info dl.event-date span {
  display: none;
}

.section--detail.support .detail_table th,
.section--detail.support .detail_table td {
  background-color: #e5e5e5;
}

.section--detail .block--txt a {
  color: #000;
  text-decoration: underline;
}

.section--detail.page--streaming .swiper-container .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.6 !important;
}

h1.logo a img {
  filter: none;
}

.footer__inner .nav__list--sns {
  display: none;
}

@media screen and (min-width: 961px) {
  .page--home {
    height: 100%;
  }
  .page--home .logo-wrap {
    width: 11%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 600px;
  }
  .page--home .inner {
    display: none;
  }
  .page--home .wrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page--home .pattern-Official .header {
    padding-top: 0 !important;
  }
  .page--home .header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 20vh;
    justify-content: center;
    padding: 0;
  }
  .page--home .container {
    height: 80vh;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page--home .block--content-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
  }
  .page--home .block--content-wrap .block--contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page--home .block--nav--wrap {
    margin-bottom: 5%;
  }
  .page--home h1.logo {
    display: flex;
    z-index: 10;
    position: static;
    height: auto;
  }
  .page--home .window-scroll .header {
    box-shadow: none;
  }
  .page--home h1.logo a {
    padding: 0;
  }
  .page--home .drawer__btn, .page--home .block--login {
    display: none;
  }
  .page--home .view__area {
    display: none;
  }
  .page--home .view__area .block--logo--vertical {
    position: relative;
    z-index: 1;
    width: clamp(80px, 12vw, 10vh);
    margin: 10em auto 0;
  }
  .page--home .view__area .section--hero-img {
    display: none;
  }
  .page--home .section--banner {
    display: none;
  }
  .page--home .block--content-wrap .section--menu .thumb {
    width: 50%;
    max-width: 640px;
    margin: 0 auto;
  }
  .page--home .video-wrap {
    margin: auto;
    height: auto;
    aspect-ratio: 16/9;
    width: 50vw;
    max-width: 760px;
  }
  .page--home .section--nav.block--contents {
    margin-top: 4%;
  }
}
@media screen and (max-width: 960px) {
  .header .drawer {
    background: #fff;
  }
  .page--home .logo-wrap {
    width: 35%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 600px;
    padding-top: 40%;
  }
  .page--home .section--nav .nav__list--contents,
  .page--home .section--custom-nav {
    gap: 10px !important;
  }
  .page--home h1.logo {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60vw !important;
    height: 25vw !important;
    top: 3vw !important;
  }
  .page--home h1.logo a img {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .page--home .block--content-wrap {
    padding: 5% !important;
    background: none;
  }
  .page--home .section--menu .thumb {
    width: 60%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page--home .nav li {
    margin-right: 0;
  }
  .page--home .section--nav .nav__list--contents li,
  .page--home .section--custom-nav .sns-link,
  .page--home .section--custom-nav a.no-bg {
    flex: 1 1 100% !important;
    text-align: center !important;
  }
  .page--home .section--custom-nav a,
  .page--home .section--nav .nav__list--contents li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  .page--home .section--custom-nav a svg,
  .page--home .section--custom-nav a img {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .page--home .section--custom-nav a div {
    flex: 1;
    text-align: center !important;
  }
  .page--home .section--custom-nav a:last-child {
    display: none !important;
  }
  .page--home .header {
    display: none !important;
  }
  .page--home .video-wrap {
    margin-top: 30%;
    aspect-ratio: 16/9;
  }
  .page--home .block--contents {
    margin-bottom: 50px;
  }
  .page--home .section--custom-nav a.no-bg,
  .page--home .nav__list--contents li a.no-bg {
    display: none !important;
  }
  .apple-svg-icon {
    vertical-align: middle;
    display: inline-block;
    overflow: visible;
    transform: translateY(-2px);
  }
}
@media screen and (max-height: 600px) {
  .page--home .video-wrap {
    width: 30vw;
  }
  .page--home .logo-wrap {
    width: 10%;
  }
}
a[href="https://store.plusmember.jp/nulbarich/"] {
  pointer-events: none;
  cursor: default;
  opacity: 1 !important;
}/*# sourceMappingURL=service_aoxzxt.css.map */