/*
	Author: nag-design
	Last Update: 2024-07-23
*/
body {
  position: relative;
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.5em;
  color: white; }

.contentBox {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
  overflow: hidden; }
  .contentBox__inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }

.fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms;
  transition-delay: 0; }
  .fadeup.act {
    opacity: 1;
    transform: translateY(0); }

.sectionTitle {
  position: relative;
  width: 100%;
  height: 3.2em;
  font-size: clamp(50px, 7.5vw, 90px);
  margin: 60px 0 30px;
  padding: 0;
  overflow: visible; }
  @media screen and (min-width: 768px) {
    .sectionTitle {
      margin: 100px 0 50px; } }
  @media screen and (min-width: 1024px) {
    .sectionTitle {
      margin: 150px 0 75px; } }

.theTitle {
  position: absolute;
  left: 110vw;
  top: 50%;
  transform: scale(0.3);
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  font-size: clamp(50px, 7.5vw, 90px);
  line-height: 1.5em;
  color: #fff;
  transform-origin: left bottom; }

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  z-index: 1;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/hero-bg-xs.webp");
  overflow: hidden; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .hero {
      background-image: url("../images/hero-bg-xs@2x.webp"); } }
  @media (min-aspect-ratio: 4 / 3) {
    .hero {
      background-position: right top;
      background-image: url("../images/hero-bg-tb.webp"); } }
  @media (min-aspect-ratio: 4 / 3) and (-webkit-min-device-pixel-ratio: 2), (min-aspect-ratio: 4 / 3) and (min-resolution: 2dppx) {
    .hero {
      background-image: url("../images/hero-bg-tb@2x.webp"); } }

  @media (min-aspect-ratio: 1 / 1) {
    .hero {
      background-position: right center;
      background-image: url("../images/hero-bg-md.webp"); } }
  @media (min-aspect-ratio: 1 / 1) and (-webkit-min-device-pixel-ratio: 2), (min-aspect-ratio: 1 / 1) and (min-resolution: 2dppx) {
    .hero {
      background-image: url("../images/hero-bg-md@2x.webp"); } }

  .hero #Title {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1600 / 1096;
    line-height: 0;
    z-index: 1;
    transform-origin: left top;
    transform: translate(100vw, 0);
    mix-blend-mode: overlay;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .hero #Title {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .hero #Title {
        width: 65%; } }
    @media screen and (min-width: 1366px) {
      .hero #Title {
        width: 50%; } }
    @media (min-aspect-ratio: 1 / 1) {
      .hero #Title {
        width: 65%; } }
    @media (min-aspect-ratio: 16 / 9) {
      .hero #Title {
        width: 45%; } }
    .hero #Title img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      aspect-ratio: 1600 / 324;
      object-fit: fill;
      object-position: left top; }
  .hero #BUZZ {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1600 / 766;
    line-height: 0;
    z-index: 1;
    opacity: 0;
    transform: scale(10);
    transform-origin: left center;
    transform: translate(100vh, 0);
    transform: translate(100vmax, 0);
    mix-blend-mode: exclusion;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .hero #BUZZ {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .hero #BUZZ {
        width: 65%; } }
    @media screen and (min-width: 1366px) {
      .hero #BUZZ {
        width: 50%; } }
    @media (min-aspect-ratio: 1 / 1) {
      .hero #BUZZ {
        width: 65%; } }
    @media (min-aspect-ratio: 16 / 9) {
      .hero #BUZZ {
        width: 45%; } }
    .hero #BUZZ #logoBuzz {
      width: 100%;
      height: 100%;
      object-fit: fill;
      object-position: bottom;
      fill: white; }
  .hero__scroll {
    position: absolute;
    left: auto;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    opacity: 0;
    mix-blend-mode: screen; }
    .hero__scroll::after {
      content: "";
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../images/scroll-around-w.webp") center/contain no-repeat;
      animation: rolling 15s linear infinite; }
    @media screen and (min-width: 768px) {
      .hero__scroll {
        right: 30px; } }
    @media screen and (min-width: 1024px) {
      .hero__scroll {
        right: 3%; } }
    .hero__scroll--bar {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 40px;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.5); }
      .hero__scroll--bar::after {
        position: absolute;
        top: 0;
        bottom: auto;
        left: -1px;
        right: -1px;
        content: "";
        width: 3px;
        height: 3px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 3px;
        opacity: 0;
        animation: movedot 1000ms linear infinite normal 5s; }
  .hero__menu {
    position: absolute;
    top: 30px;
    left: 24px;
    width: 200px;
    opacity: 0;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .hero__menu {
        top: 4%;
        left: 3%;
        width: 60%; } }
    @media screen and (min-width: 1024px) {
      .hero__menu {
        top: 5%;
        left: 5%;
        width: 50%; } }
    @media screen and (min-width: 1366px) {
      .hero__menu {
        top: 5%;
        left: 4%;
        width: 60%; } }
    .hero__menu--title {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 16px;
      color: #000;
      text-align: left;
      margin: 0 0 1em;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.6); }
      @media screen and (min-width: 576px) {
        .hero__menu--title {
          font-size: 17px; } }
      @media screen and (min-width: 768px) {
        .hero__menu--title {
          font-size: 19px; } }
      @media screen and (min-width: 1024px) {
        .hero__menu--title {
          font-size: 20px; } }
      @media screen and (min-width: 1366px) {
        .hero__menu--title {
          font-size: 24px; } }
    .hero__menu--list {
      list-style: none;
      display: flex;
      flex-direction: column;
      width: 100%;
      font-size: 30px;
      row-gap: 0.15em;
      column-gap: 5%; }
      @media screen and (min-width: 576px) {
        .hero__menu--list {
          font-size: 40px; } }
      @media screen and (min-width: 768px) {
        .hero__menu--list {
          font-size: 46px; } }
      @media screen and (min-width: 1024px) {
        .hero__menu--list {
          flex-direction: row;
          flex-wrap: wrap;
          font-size: 50px; } }
      @media screen and (min-width: 1366px) {
        .hero__menu--list {
          font-size: 56px; } }
      .hero__menu--list li {
        position: relative;
        display: block;
        width: auto;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-style: normal;
        height: 1.2em;
        text-align: left; }
        @media screen and (min-width: 1024px) {
          .hero__menu--list li {
            width: 40%; } }
        @media (min-aspect-ratio: 16 / 9) {
          .hero__menu--list li {
            width: 30%; } }
        .hero__menu--list li a {
          display: inline-block;
          height: 100%;
          line-height: 1.1em;
          padding: 0;
          white-space: nowrap;
          color: black;
          text-shadow: 0 0 3px rgba(255, 255, 255, 0.6); }
          .hero__menu--list li a::after {
            content: "";
            display: inline-block;
            width: 0.6em;
            height: 0.4em;
            margin-left: 0.2em;
            line-height: 1.1em;
            background: url("../images/arrow.svg") right center/contain no-repeat;
            transition: 300ms; }
          .hero__menu--list li a:hover::after, .hero__menu--list li a:focus::after {
            transform: translateX(0.3em); }
  .hero.act #Title {
    animation: sliding 300ms ease 1 1800ms forwards; }
  .hero.act #BUZZ {
    animation: meteorite 500ms ease 1 1000ms forwards; }
  .hero.act #Scroll {
    animation: appear 500ms ease 1 4500ms forwards; }
  .hero.act #Menu {
    animation: appear 500ms ease 1 3500ms forwards; }

@keyframes sliding {
  0% {
    transform: translate(100vw, 0); }
  95% {
    transform: translate(-50px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes meteorite {
  0% {
    opacity: 0;
    transform: scale(10) translate(100vh, 0);
    transform: scale(10) translate(100vmax, 0); }
  95% {
    opacity: 1;
    transform: scale(0.9) translate(-10%, 0); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }
@keyframes movedot {
  0% {
    opacity: 0;
    top: -1px; }
  10% {
    opacity: 1;
    top: 3px; }
  90% {
    opacity: 1;
    top: 35px; }
  95% {
    opacity: 0;
    top: 37px; } }
@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes rolling {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
#Profile {
  width: 100%;
  height: auto;
  padding-bottom: 92vw;
  background-color: #000;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/biography-bg-xs.webp"); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    #Profile {
      background-image: url("../images/biography-bg-xs@2x.webp"); } }
  @media screen and (min-width: 768px) {
    #Profile {
      padding-bottom: 30vmax;
      background-image: url("../images/biography-bg-tb.webp"); } }
  @media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 2dppx) {
    #Profile {
      background-image: url("../images/biography-bg-tb@2x.webp"); } }

  @media screen and (min-width: 1024px) {
    #Profile {
      padding-bottom: 50vmax;
      background-image: url("../images/biography-bg-md.webp"); } }
  @media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (min-resolution: 2dppx) {
    #Profile {
      background-image: url("../images/biography-bg-md@2x.webp"); } }

.profile__copy {
  width: 90%;
  max-width: 976px;
  margin: 0 auto 24px; }
  @media screen and (min-width: 1024px) {
    .profile__copy {
      margin: 0 auto 40px; } }
.profile__photos {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  width: 90%;
  max-width: 976px;
  margin: 20px auto;
  padding: 0 0 1.2rem; }
  .profile__photos img {
    width: 100%;
    height: auto;
    object-fit: contain; }
  .profile__photos .caption {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 0.8rem; }
.profile__archive {
  width: 90%;
  max-width: 976px;
  margin: 20px auto;
  overflow: hidden; }
  .profile__archive .archive-title {
    font-size: .9em;
    font-weight: 600;
    text-align: left;
    margin: 0 auto 0.4em;
    color: #ddd; }
  .profile__archive .archive-list {
    list-style: disc outside; }
  .profile__archive .list-item {
    margin: 0.3em 0 0.3em 2.4em;
    font-size: .8em;
    line-height: 1.25em;
    text-align: left;
    padding: 0;
    color: #ddd; }

.targetText {
  width: 100%;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35em;
  text-align: justify;
  color: white; }
  .targetText p {
    margin-bottom: 0.7em; }

#Playfulness {
  min-height: 160vh; }
  @media screen and (min-width: 768px) {
    #Playfulness {
      min-height: 120vmax; } }
  @media screen and (min-width: 1024px) {
    #Playfulness {
      min-height: 110vmax; } }

.concept {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  min-width: 280px;
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
  text-align: center; }
  .concept .concept-lead {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-feature-settings: "palt";
    margin: 0 auto;
    font-size: clamp(24px, 2.8vw, 30px); }
    .concept .concept-lead span {
      white-space: nowrap; }
  .concept .concept-title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0.6em auto;
    font-size: clamp(54px, 6vw, 72px);
    line-height: 1.25em; }
  .concept .concept-body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: clamp(16px, 2vw, 24px);
    text-align: center;
    line-height: 2em;
    margin: 0 auto; }
    .concept .concept-body span {
      display: inline-block;
      white-space: nowrap; }

.content-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: background-color 1s ease-in-out; }

.circle-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%); }

.circle {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 1s ease-in-out;
  transform-origin: center; }

.circle:nth-child(1) {
  background-color: rgba(255, 0, 0, 0.3); }

.circle:nth-child(2) {
  background-color: rgba(0, 255, 0, 0.3); }

.circle:nth-child(3) {
  background-color: rgba(0, 0, 255, 0.3); }

.circle:nth-child(4) {
  background-color: rgba(255, 255, 0, 0.3); }

.circle:nth-child(5) {
  background-color: rgba(255, 0, 255, 0.3); }

.circle:nth-child(6) {
  background-color: rgba(0, 255, 255, 0.3); }

#Live {
  width: 100%;
  min-height: 1068px;
  background-color: #000;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url("../images/live-bg-xs@2x.webp"); }
  @media screen and (min-width: 768px) {
    #Live {
      min-height: 800px;
      background-image: url("../images/live-bg-tb@2x.webp"); } }
  @media screen and (min-width: 1024px) {
    #Live {
      min-height: 1600px;
      background-image: url("../images/live-bg-md@2x.webp"); } }

.live-info {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  width: 90%;
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .live-info {
      row-gap: 15px; } }
  .live-info-img {
    width: 100%; }
    .live-info-img img {
      display: block;
      width: 100%;
      object-fit: contain; }
  .live-info-spec {
    width: 100%;
    color: white;
    background-color: rgba(128, 128, 128, 0.3);
    padding: 0.5em 0; }
    .live-info-spec .date {
      padding: 0.5em 0; }
    .live-info-spec .place {
      padding: 0.5em 0; }
    .live-info-spec .price {
      padding: 0.5em 0; }
    .live-info-spec .lead {
      font-weight: 600; }
  .live-info-note {
    width: 100%;
    margin: 0.5em 0;
    text-align: justify; }
  .live-info .linkbtn {
    display: block;
    margin: 1em auto;
    padding: 0.75em 3em;
    line-height: 1.1em;
    border-radius: 6px;
    background-color: #e64545; }
    .live-info .linkbtn:hover {
      opacity: 0.9; }

.live-spacer {
  width: 100%;
  height: 80vw; }
  @media screen and (min-width: 768px) {
    .live-spacer {
      height: 450px; } }
  @media screen and (min-width: 1024px) {
    .live-spacer {
      height: 600px; } }

#Movie {
  width: 100%;
  background: #000; }

#SNS {
  width: 100%;
  background: #000; }

.video {
  overflow: hidden; }
  .video.youtube {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    max-width: 820px;
    margin: 30px auto;
    border-radius: 8px;
    background-color: white;
    padding: 0 0 48px; }
    .video.youtube iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
      object-fit: contain; }
    @media screen and (min-width: 768px) {
      .video.youtube {
        border-radius: 12px;
        padding: 18px 18px 48px; } }
    @media screen and (min-width: 768px) {
      .video.youtube {
        border-radius: 16px;
        padding: 24px 24px 48px; } }
  .video.tiktok {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    max-width: 820px;
    margin: 30px auto;
    background-color: transparent;
    padding: 0; }
    .video.tiktok blockquote {
      border-radius: 8px; }
    @media screen and (min-width: 768px) {
      .video.tiktok {
        border-radius: 16px; } }
    @media screen and (min-width: 1024px) {
      .video.tiktok {
        margin: 32px auto;
        border-radius: 16px;
        padding: 0 20px;
        background-color: white; } }
    .video.tiktok .tiktok-logo {
      position: absolute;
      top: 28px;
      right: 12px;
      font-size: 24px;
      color: #000; }
      @media screen and (min-width: 1024px) {
        .video.tiktok .tiktok-logo {
          top: 48px;
          right: 48px;
          font-size: 48px; } }

.swiper-container {
  width: 100%;
  height: auto; }

.swiper-slide {
  width: auto;
  height: auto; }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    object-fit: contain;
    object-position: center; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  color: #000;
  width: 30px;
  height: auto; }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 18px; }

.swiper-button-prev {
  left: auto;
  right: 50px;
  top: auto;
  bottom: 14px; }

.swiper-button-next {
  left: auto;
  right: 16px;
  top: auto;
  bottom: 14px; }

.youtube-logo {
  position: absolute;
  height: 24px;
  color: #000;
  left: 20px;
  bottom: 12px;
  font-size: 16px; }
  .youtube-logo a {
    display: block; }
  .youtube-logo img {
    display: inline-block;
    width: auto;
    height: 24px;
    margin-right: 6px;
    vertical-align: text-bottom; }

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9); }

.modal-content {
  background-color: black;
  margin: 10% auto;
  padding: 0px;
  border: none;
  width: 80%;
  max-width: 800px;
  position: relative; }

.close {
  color: #ddd;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: -40px; }
  .close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#SNS {
  position: relative; }
  #SNS .snslist {
    position: relative;
    left: 50%;
    list-style: none;
    width: 200px;
    margin: 40px 0;
    padding: 0;
    transform: translate(-50%, 0); }
    @media screen and (min-width: 1024px) {
      #SNS .snslist {
        margin: 80px 0; } }
    #SNS .snslist .sns {
      display: block;
      margin: 2em 0;
      font-size: 20px;
      text-align: left; }
      #SNS .snslist .sns a {
        display: inline-block;
        transition: 300ms;
        white-space: nowrap; }
        #SNS .snslist .sns a i {
          width: 40px;
          font-size: 24px;
          text-align: center; }
        #SNS .snslist .sns a:hover {
          transform: scale(1.2); }

.footer {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  background-color: #000; }
  .footer #footerLogo {
    display: block;
    margin: 20px auto;
    width: 210px;
    height: 0;
    padding-top: 140px; /* 20240723add */
    text-indent: 106px;
    overflow: hidden;
    background: #fff url("../images/logo-kobe133entertainment.webp") center center/contain no-repeat; }
  .footer__inner {
    font-size: 0.8rem;
    color: #999; }
  .footer .copyright {
    margin: 2em 0;
    font-size: 0.7rem;
    color: #999; }
  .footer .gotop {
    font-size: 36px; }

.ripple {
  position: absolute;
  border-radius: 50%;
  border: 100px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  transform: scale(0);
  animation: ripple-animation 500ms linear;
  pointer-events: none;
  z-index: 2000; }

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */


.live-info-note .lead {
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: underline;
  text-align: center; }
.live-info-note p.imp-info-note {
  text-decoration: underline !important; }
.live-info-note p.imp-info-note a {
  display: block;
  text-decoration: underline !important; }