@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Nunito Sans","Noto Sans JP";
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -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 scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -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%;
  }
}
@-webkit-keyframes arrowPrevFade {
  0% {
    -webkit-transform: translateZ(0, -50%);
            transform: translateZ(0, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  30% {
    -webkit-transform: translate3d(-200%, -50%, 0);
            transform: translate3d(-200%, -50%, 0);
    opacity: 0;
  }
  30.1% {
    -webkit-transform: translate3d(200%, -50%, 0);
            transform: translate3d(200%, -50%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0, -50%, 0);
            transform: translateZ(0, -50%, 0);
    opacity: 1;
  }
}
@keyframes arrowPrevFade {
  0% {
    -webkit-transform: translateZ(0, -50%);
            transform: translateZ(0, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  30% {
    -webkit-transform: translate3d(-200%, -50%, 0);
            transform: translate3d(-200%, -50%, 0);
    opacity: 0;
  }
  30.1% {
    -webkit-transform: translate3d(200%, -50%, 0);
            transform: translate3d(200%, -50%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0, -50%, 0);
            transform: translateZ(0, -50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes arrowNextFade {
  0% {
    -webkit-transform: translateZ(0, -50%);
            transform: translateZ(0, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  30% {
    -webkit-transform: translate3d(200%, -50%, 0);
            transform: translate3d(200%, -50%, 0);
    opacity: 0;
  }
  30.1% {
    -webkit-transform: translate3d(-200%, -50%, 0);
            transform: translate3d(-200%, -50%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0, -50%);
            transform: translateZ(0, -50%);
    opacity: 1;
  }
}
@keyframes arrowNextFade {
  0% {
    -webkit-transform: translateZ(0, -50%);
            transform: translateZ(0, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  30% {
    -webkit-transform: translate3d(200%, -50%, 0);
            transform: translate3d(200%, -50%, 0);
    opacity: 0;
  }
  30.1% {
    -webkit-transform: translate3d(-200%, -50%, 0);
            transform: translate3d(-200%, -50%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0, -50%);
            transform: translateZ(0, -50%);
    opacity: 1;
  }
}
.u-inner {
  max-width: 810px;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.158);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.158);
  background-color: #000000;
  margin: 0 auto;
}

.u-center {
  text-align: center;
}

.c-btn {
  margin-top: 48px;
  line-height: 1;
  font-size: 12px;
  border-radius: 32px;
  border: 1px solid #9B9B9B;
  display: inline-block;
}
.c-btn a {
  padding: 17px 22px;
  color: white;
  display: inline-block;
}

.c-arrow {
  border: 1px solid #9B9B9B;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.c-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-px-32 {
  padding: 0 32px;
}

.slider1 {
  margin: 0;
}
.slider1 .slick-arrow {
  width: 56px;
  height: 32px;
  border: 1px solid #9b9b9b;
  border-radius: 16px;
  z-index: 10;
  bottom: -64px;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}
.slider1 .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.slider1 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider1 .slick-next {
  right: 32px;
}
.slider1 .slick-next::before {
  background-image: url("../img/next_arrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 10px;
  display: block;
}
.slider1 .slick-next:hover::before {
  -webkit-animation: arrowNextFade 0.6s ease;
          animation: arrowNextFade 0.6s ease;
}
.slider1 .slick-prev {
  right: 104px;
  left: unset;
}
.slider1 .slick-prev::before {
  background-image: url("../img/prev_arrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 10px;
  display: block;
}
.slider1 .slick-prev:hover::before {
  -webkit-animation: arrowPrevFade 0.5s linear forwards;
          animation: arrowPrevFade 0.5s linear forwards;
}
.slider1 .slick-dots {
  left: 25px;
  bottom: -62px;
  text-align: left;
  width: auto;
}
.slider1 .slick-dots li {
  margin: 0;
}
.slider1 .slick-dots li button:before {
  color: #555555;
  content: "";
  background-color: #555555;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider1 .slick-dots li.slick-active button:before {
  color: #ffffff;
  background-color: #ffffff;
}

.slider2 .slick-dots {
  top: -124px;
  bottom: unset;
}
.slider2 .slick-dots li {
  width: 10px;
  height: 20px;
  margin: 0;
}
.slider2 .slick-dots li button {
  width: 10px;
  height: 20px;
  padding: 9px;
}
.slider2 .slick-dots li button:before {
  left: 50%;
  top: unset;
  bottom: 0;
  color: white;
  width: 1px;
  height: 8px;
  background-color: #444444;
  content: "";
  opacity: 1;
}
.slider2 .slick-dots li.slick-active button:before {
  height: 12px;
  background-color: #ffffff;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.video-modal__content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 10000;
  -webkit-animation: modalFadeIn 0.3s ease;
          animation: modalFadeIn 0.3s ease;
}
.video-modal__content video {
  width: 100%;
  height: auto;
  display: block;
  background-color: #000;
}
.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10001;
}
.video-modal__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body.modal-open {
  overflow: hidden;
}

.underline-animation {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#777777));
  background-image: linear-gradient(#777777, #777777);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px; /* start hidden */
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
  padding-bottom: 2px;
}

.underline-animation:hover {
  background-size: 100% 1px; /* animate full width */
}

.js-text-reverse-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* limit to 1 line */
  -webkit-box-orient: vertical; /* required for -webkit-line-clamp to work */
}

.font-noto {
  font-family: "Noto Sans JP";
}

.font-nunito {
  font-family: "Nunito Sans","Noto Sans JP";
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 101;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 40px;
}
.header__logo {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__navGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.header__nav__item a {
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
}
.header-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-sns .icon_insta {
  width: 24.88px;
}
.header-sns .icon_tiktok {
  width: 23.4px;
}
.header-sns .icon_youtube {
  width: 31.64px;
}
.header-sns .icon_x {
  width: 19.66px;
}
.header-sns .icon_lion {
  width: 25px;
}
@media (max-width: 460px) {
  .header__inner {
    padding: 20px 20px;
  }
}

.sp-menu-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  z-index: 101;
}
.sp-menu-item span {
  width: 40px;
  height: 1px;
  background-color: #FFFFFF;
  margin: 4px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-menu-item.change span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-8px, 6px);
          transform: rotate(-45deg) translate(-8px, 6px);
}
.sp-menu-item.change span:nth-child(2) {
  opacity: 0;
}
.sp-menu-item.change span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
          transform: rotate(45deg) translate(-6px, -5px);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 100;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu-overlay.change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.menu-overlay__inner {
  padding: 150px 34px 0;
  width: 100%;
  height: 100%;
}
.menu-overlay__logo {
  width: 215px;
  margin: 0 auto;
}
.menu-overlay__nav ul {
  list-style: none;
  padding: 0;
  margin: 52px 0 56px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.menu-overlay__nav li a {
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.menu-overlay__nav li a:hover {
  opacity: 0.7;
}
.menu-overlay__nav li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-overlay__nav .c-arrow {
  width: 22px;
  height: 16px;
}
.menu-overlay__sns {
  padding-top: 40px;
  border-top: 1px solid #2A2A2A;
}
.menu-overlay__sns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
}
.menu-overlay__sns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-overlay__sns ul li a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-overlay__sns ul li a img:hover {
  opacity: 0.7;
}
.menu-overlay__sns .icon_insta {
  width: 32.78px;
}
.menu-overlay__sns .icon_tiktok {
  width: 30.82px;
}
.menu-overlay__sns .icon_youtube {
  width: 41.68px;
}
.menu-overlay__sns .icon_x {
  width: 25.9px;
}
.menu-overlay__sns .icon_lion {
  width: 33px;
}

@media (max-width: 1130px) {
  .header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 28px 32px;
  }
  .header__logo {
    display: none;
  }
  .header__navGroup {
    display: none;
  }
  .sp-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body {
  position: relative;
  font-size: 14px;
  font-family: "Nunito Sans","Noto Sans JP";
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  overflow-x: hidden;
  z-index: 0;
  background-color: #000000;
  line-height: 1.6;
  letter-spacing: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body.change {
  overflow: hidden;
}

main {
  font-family: "Nunito Sans","Noto Sans JP";
  font-weight: 300;
  letter-spacing: 0.06em;
  max-width: 460px;
  margin: 0 auto;
  border-left: 1px solid #2A2A2A;
  border-right: 1px solid #2A2A2A;
}

.fv {
  position: relative;
}
.fv .scroll {
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}
.fv .scroll::before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #D3D3D3;
  margin-right: 10px;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}

.pickUp {
  padding-top: 122px;
}
.pickUp .ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.pickUp .slider .item {
  margin: 0 12px;
}
.pickUp .slider .item img {
  width: 190px;
}

.news {
  padding-top: 140px;
}
.news .ttl {
  text-align: center;
  font-size: 28px;
  line-height: 1.1;
}
.news .list {
  border-top: 1px solid #2A2A2A;
  margin: 48px 32px 0;
}
.news .item {
  border-bottom: 1px solid #2A2A2A;
  padding: 25px 0;
  position: relative;
}
.news .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .date {
  font-size: 10px;
  color: #7A7A7A;
  margin-right: 10px;
}
.news .category {
  font-size: 10px;
  line-height: 1;
  color: #FFFFFF;
  padding: 7px 12px;
  background-color: #242424;
  border-radius: 2px;
  width: 74px;
  text-align: center;
}
.news .txt {
  font-size: 14px;
  font-family: "Nunito Sans","Noto Sans JP";
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin-top: 10px;
  line-height: 2;
}
.news .txt:hover {
  cursor: pointer;
}

.release {
  padding-top: 160px;
}
.release .ttl {
  text-align: center;
  font-size: 28px;
}
.release .list {
  margin-top: 8px;
  padding: 0 32px;
}
.release .item {
  padding: 64px 0 0;
}
.release .item:hover .bottom::after {
  left: 0;
  right: unset;
  width: 100%;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.release .item:hover .bottom .c-arrow img {
  -webkit-animation: arrowNextFade 0.6s ease;
          animation: arrowNextFade 0.6s ease;
}
.release .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.release .imgArea figure {
  width: 170px;
}
.release .spreflect {
  position: relative;
  overflow: hidden;
  height: 70px;
  margin-top: 5px;
}
.release .spreflect img {
  display: block;
  width: 100%;
  height: 170px;
}
.release .spreflect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.62)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0.62) 0%, rgb(0, 0, 0) 100%);
}
.release .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 32px;
  border-bottom: 1px solid #2A2A2A;
}
.release .bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #777777;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.release .bottom .c-arrow {
  width: 56px;
  height: 32px;
}
.release .bottom .c-arrow img {
  width: 11px;
}
.release .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.release .title {
  font-size: 18px;
  font-family: "Nunito Sans","Noto Sans JP";
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}
.release .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
}
.release .date {
  font-size: 10px;
  color: #7A7A7A;
  margin-right: 6px;
}
.release .category {
  font-size: 10px;
  color: #7A7A7A;
}
@media (max-width: 460px) {
  .release {
    padding: 100px 20px 0;
  }
}

.movie {
  padding-top: 162px;
  padding-bottom: 36px;
  overflow: hidden;
}
.movie .ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 48px;
}
.movie .slider .video {
  position: relative;
  cursor: pointer;
}
.movie .slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.movie .slider img:hover {
  opacity: 0.5;
}
.movie .slider video {
  width: 100%;
}
.movie .slider .txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 16px 32px 32px;
  font-family: "Nunito Sans","Noto Sans JP";
}

.photos {
  margin-top: 155px;
  position: sticky;
  top: 100px;
}
.photos-inner {
  position: relative;
  z-index: 1;
}
.photos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.photos .img1 {
  position: relative;
  top: 0;
  right: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.photos .img1 img {
  width: 153px;
}
.photos .img2 {
  position: relative;
  top: -35px;
  left: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.photos .img2 img {
  width: 96px;
}
.photos .img3 {
  position: relative;
  top: -10px;
  right: 105px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.photos .img3 img {
  width: 96px;
}
@media (max-width: 460px) {
  .photos .img1 {
    right: 36px;
  }
  .photos .img2 {
    left: 44px;
  }
  .photos .img3 {
    right: 70px;
  }
}

.over__sections {
  position: relative;
  z-index: 99;
}

.members {
  margin-top: 210px;
}
.members .ttl {
  text-align: center;
  font-size: 28px;
}
.members .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 70px;
}
.members .group .lead {
  font-size: 10px;
  line-height: 1.5;
  color: #7A7A7A;
}
.members .group .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.members .group .item {
  border-bottom: 1px solid #2A2A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  color: white;
}
.members .group .item:hover .c-arrow img {
  -webkit-animation: arrowNextFade 0.6s ease;
          animation: arrowNextFade 0.6s ease;
}
.members .group .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 18px;
  line-height: 1;
}
.members .group .c-arrow {
  width: 26px;
}
.members .group .music {
  position: relative;
  width: 20px;
  height: 22px;
}
.members .group .music::before {
  content: "";
  border-top: 1px solid white;
  width: 13px;
  position: absolute;
  left: -11px;
  top: 5px;
  -webkit-transform: rotate(118deg);
  transform: rotate(118deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.members .creator {
  margin-top: 80px;
}
.members .c-btn {
  margin-top: 64px;
}

.chilltime {
  margin-top: 310px;
}
.chilltime .ttl {
  text-align: center;
  font-size: 20px;
}
.chilltime .description {
  text-align: center;
  font-size: 14px;
  font-family: "Nunito Sans","Noto Sans JP";
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #7A7A7A;
  margin-top: 24px;
}
.chilltime .subTitle {
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  color: white;
  margin-top: 96px;
}
.chilltime .list {
  margin-top: 32px;
}
.chilltime .item {
  position: relative;
  margin: 0 16px;
}
.chilltime .spreflect {
  position: relative;
  overflow: hidden;
  height: 60px;
  margin-top: 5px;
}
.chilltime .spreflect img {
  display: block;
  width: 100%;
  height: 135px;
}
.chilltime .spreflect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.62)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0.62) 0%, rgb(0, 0, 0) 100%);
}
.chilltime .textarea {
  font-family: "Nunito Sans","Noto Sans JP";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
  gap: 9px;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.3137254902);
}

.club {
  margin-top: 160px;
  position: relative;
}
.club .textarea {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.club .textarea .ttl {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.club .textarea .lead {
  font-size: 10px;
  line-height: 1;
  margin-top: 10px;
}

.sns {
  margin-top: 112px;
}
.sns .ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.sns .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns .list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  margin-top: 32px;
}
.sns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns img {
  -o-object-fit: unset;
     object-fit: unset;
}
.sns .icon_insta {
  width: 32.78px;
}
.sns .icon_tiktok {
  width: 30.82px;
}
.sns .icon_youtube {
  width: 41.68px;
}
.sns .icon_x {
  width: 25.9px;
}
.sns .icon_lion {
  width: 33px;
}

.streaming {
  margin-top: 112px;
}
.streaming .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
.streaming .list {
  margin-top: 32px;
}
.streaming .list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 327px;
  margin: auto;
}
.streaming .item {
  margin-bottom: 8px;
  width: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact {
  margin: 0 auto;
  padding: 120px 0 96px;
  text-align: center;
}
.contact .btn a {
  margin: 0 auto;
  width: 193px;
  height: 44px;
  border: 1px solid #9B9B9B;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-family: "Nunito Sans","Noto Sans JP";
  letter-spacing: 0.08em;
  line-height: 1;
  color: #FFFFFF;
}
.contact .privacy {
  text-align: center;
  font-size: 10px;
  font-family: "Nunito Sans","Noto Sans JP";
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 44px;
}
.contact .privacy a {
  color: #7A7A7A;
  text-decoration: underline;
}
.contact .copyright {
  margin-top: 16px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #414141;
}

.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

































/********** add CSS ************/



body {
  	font-family: "Nunito Sans","Noto Sans JP";
}

main {
	font-family: "Nunito Sans","Noto Sans JP";
}

.logoImageArea {
	padding: 160px 70px 100px;	
}

.otherPageInner {
	padding: 0px 0 0;
}

.profilePageList {
	padding: 0 20px;
}

.otherPageInner.over__sections .members:first-child {
	margin-top: 210px;	
}

.otherPageInner.over__sections .members:nth-child(2) {
    margin: 70px 0 60px;
    padding: 0 20px 60px;
}


.profilePageList .u-px-32 {
    padding: 0 0px;
}

.profilePageList__title {
	font-size: 36px;
	color: #fff;
	padding: 0px 0 70px;
}

.profilePageList__title p {
	color: #7a7a7a;
	font-size: 10px;
}

.profilePageList__memberList {
	border-top: solid 1px #2a2a2a;	
}

.profileMember {
	padding: 50px 0 0px;	
	display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 30px;
}

.otherPageInner .members .group {
	margin: 0px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    border-top: solid 1px #2a2a2a;
}

.otherPageInner.over__sections .members:nth-child(2) .group {
	border-bottom: solid 1px #2a2a2a;
	padding: 40px 0 60px;
}

.profileMember__title {
	line-height: 150%	
	font-size: 10px;
	color: #7a7a7a;
}

.profileMember__list {
	padding: 0 0 0px;
}

.profileMember__list__item {
	padding: 0 0 40px;
}

.profileMember__list__item img {
	width: 100%;	
}


.profileMember__list__item a {
	display: flex;	
}

.profileName {
	display: flex;	
    align-items: center;
}

.profileName span {
	color: #fff;	
	font-size: 18px;
}

.profileMember.members .c-arrow {
	width: 15px;
}

.profileMember.members .group {
    display: block;
    margin: 0px;
}



.profilePageList.members .group .list {
    gap: 20px;
}

.profilePageList.members .group .item {
	border: none;	
}

.profilePageList.members p.txt.js-text-reverse-text {
	overflow: visible;	
}


.slick-dots li button:before {
	opacity: 1 !important;	
}

.release .item {
    padding: 64px 0 0;
    display: block;
}

.header__navGroup {
    align-items: center;
}


.photos {
	position: -webkit-sticky;
}


.chilltime .textarea {
    gap: 2px;
}

.news .lead {
    padding: 0 0 10px;
}

.release .spreflect {
    margin-top: 0px;
}

.members .group .item {
	pointer-events: none;	
}

.profilePageList.members .group .item {
    pointer-events: none;	
}

.otherPageInner.over__sections .members:first-child {
    padding-top: 170px;
	margin:0px;
}

.chilltime .spreflect {
    margin-top: 0px;
}

.chilltime .description {
    margin-bottom: 114px;
}

.over__sections .slider2 .slick-dots {
    top: -84px !important;
}

.contact--bakcTop {
    padding: 60px 0 50px;	
}

.otherPageInner.over__sections {
    padding: 0 0 20px;
}

.profilePageList .u-px-32 {
    padding: 0 0px 80px;
	border-bottom: 1px solid #2A2A2A;
}

.fv .scroll {
	display: none;	
}

.news .txt {
    cursor: unset;
    pointer-events: none;
}

.members .c-btn {
    margin-top: 64px;
    width: 140px;
}

.otherMain #release_section,
.otherMain #photos-section,
.otherMain .club{
	display: none;	
}

section.contact.contact--bakckTop {
	padding: 60px 0 90px;	
}

.photos .img1,
.photos .img2,
.photos .img3 {
	opacity: 0.7;
}

.news__items.offs.effect {
	opacity: 0;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
}

.news__items.ons.effect {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease；;
}

.chilltime .textarea {
    flex-direction: column;
	align-items: center;
	bottom: 5px;
}


@media (max-width: 768px) {
	
	.logoImageArea {
		padding: 130px 60px 100px;	
		width: 100%;
	}
	
	img {
		width: 100%;	
	}		

	_::-webkit-full-page-media, _:future, :root main{
  		max-width: 100%;
		width: 100%;
	}
	
	_::-webkit-full-page-media, _:future, :root .photos{
  		max-width: 100%;
		width: 100%;
	}
	
	main {
		border: none;	
		max-width: 100%;
		width: 100%;
		padding: 0px;
	}
	
	.photos .img1 img {
    	width: 113px;
	}
	
	.photos .img2 img {
		width: 76px;
	}
	
	.photos .img3 img {
		width: 76px;
	}
	
	.contact {
		width: 100%;
	}
	
	.streaming .list__inner {
		width: 100%;
		margin: auto;
		padding: 0 20px;
	}
	
	.fv {
		width: 100%;	
	}
	
	.release {
        width: 100%;
    }
	
	.photos {
		width: 100%;	
	}
	
	.over__sections {
		width: 100%;	
	}
	
	.photos-inner {
		width: -webkit-fill-available;
		position: relative;
		z-index: 1;
        overflow-x: hidden;
	}
	
	_::-webkit-full-page-media, _:future, :root .photos .img1,
	_::-webkit-full-page-media, _:future, :root .photos .img2,
	_::-webkit-full-page-media, _:future, :root .photos .img3 {
		/*
		position: absolute;
		*/
	}
	
	_::-webkit-full-page-media, _:future, :root .photos .img1 {
		
	}
	
	_::-webkit-full-page-media, _:future, :root .photos .img2 {
		
	}
	
	_::-webkit-full-page-media, _:future, :root .photos .img3 {
		
	}	

	
}

