/* Scoped styles for single member layout */
.singleMember__title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #fff;
  margin-bottom: 35px;
}

.singleMember__cat {
  font-size: 12px;
  opacity: .7;
  margin-left: 8px;
  margin-left: auto;
  color: #7A7A7A;
  letter-spacing: 1px;
}

.singleMember__image figure {
  margin: 0 0 20px;
  text-align: left;
}

.singleMember__image img {
  width: 100%;
  height: auto;
  display: block;
}

.singleMember__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 32px;
  margin: 20px 0 70px;
}

.singleMember__item {
  border-bottom: 1px solid #333;
  padding: 8px 0;
}

.singleMember__item.special_skill,
.singleMember__item.hobby {
  grid-column: 1 / -1;
  /* Make these items span the full width of the grid */
  width: 100%;
}

.singleMember__label {
  font-size: 10px;
  color: #7A7A7A;
  margin-bottom: 6px;
  letter-spacing: .04em;
}

.singleMember__value {
  color: #fff;
  font-size: 14px;
}

.singleMember__tiktok {
  margin: 60px auto 0;
}

.singleMember__content {
  color: #fff;
  margin-top: 32px;
}


/* OTHER MEMBER section */
.otherMember {
  margin-top: 56px;
}

.otherMember__title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  margin-bottom: 50px;
}

.otherMember__title:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #2a2a2a;
  margin-left: 16px;
}

.otherMember__group {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px 24px;
  margin-bottom: 20px;
}

.otherMember__label {
  color: #7a7a7a;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .08em;
}

.otherMember__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.otherMember__item {
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 18px;
}


.otherMember__link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
}

.otherMember .c-arrow {
  width: 26px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9B9B9B;
  border-radius: 20px;
}

.otherMember__link:hover .c-arrow img {
  -webkit-animation: arrowNextFade 0.6s ease;
  animation: arrowNextFade 0.6s ease;
}

.otherMember .c-arrow img {
  width: 9px;
  height: auto;

}



.otherMember .txt {
  font-size: 18px;
  padding-top: 2px;
}

.members .member_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2A2A2A;
  /* padding: 8px 0; */
  padding-bottom: 16px;
}

.members .group .item {
  border-bottom: none;
}

.members .group .name {
  color: white;
  /* margin: 10px 0 0; */
  padding: 0;
  pointer-events: initial;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.members .group .name .txt {
  padding-top: 2px;
}

.otherMain .members .group .name {
  margin: 10px 0 20px;
}

.otherMain .members .group a:hover .name .c-arrow img {
  -webkit-animation: arrowNextFade 0.6s ease;
  animation: arrowNextFade 0.6s ease;
}


.members .member_item .c-sns-icon {
  color: white;
}


.members .group .name .c-arrow {
  width: 26px;
  height: 17px;
}

.members .group .name .c-arrow img {
  width: 9px;
}

.chilltime .imgArea {
  margin-bottom: 10px;
}

.chilltime .textarea {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}

.chilltime .textarea .text {
  text-align: center;
  font-size: 10px;
  letter-spacing: .06em;
}

/* 404 Page */
.page404 {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 140px 20px 80px;
}

.page404__title {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 12px;
}

.page404__sub {
  font-size: 12px;
  color: #7a7a7a;
  margin-bottom: 40px;
}

.page404__desc p {
  color: #CCCCCC;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 14px;
}


/* Privacy Policy Page (align with 404 look) */
.policy {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 32px 80px;
}

.policy__title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 12px;
}

.policy__sub {
  font-size: 10px;
  color: #7a7a7a;
  margin-bottom: 60px;
}

.policy__desc p {
  color: #CCCCCC;
  font-size: 14x;
  line-height: 2;
  margin: 0 0 14px;
}

.policy__divider {
  border: 0;
  border-top: 1px solid #2a2a2a;
  margin: 36px 0;
}

.policy__section {
  padding-top: 28px;
  margin-top: 0;
}

.policy__heading {
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  margin: 0 0 16px;
}

.policy__text p {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 200%;
  margin: 0 0 8px 0;
}

.policy__text ol {
  list-style-type: disc;
  color: #CCCCCC;
  font-size: 14px;
  margin-left: 14px;
  line-height: 200%;
}


/* FAQ (reuses Privacy Policy type scale) */
.faq {
  font-family: "Nunito Sans", "Noto Sans JP";
}

.faq__list {
  margin-top: 8px;
}

.faq__item {
  border-bottom: 1px solid #2a2a2a;
}

.faq__q {
  width: 100%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 0 16px 0;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.faq__q-label {
  font-size: 16px;
  color: #fff;
  letter-spacing: .08em;
  font-weight: 300;
}

.faq__q-text {
  flex: 1;
  font-size: 14px;
  letter-spacing: .06em;
  color: #ccc;
}

.faq__toggle {
  width: 22px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.faq__toggle:before {
  content: url("/wp-content/themes/reiinc-theme/assets/img/arrow_plus_icon.svg");
  display: inline-block;
  transition: transform .2s ease;
  padding-bottom: 8px;
}

.faq__q.active .faq__toggle:before {
  content: url("/wp-content/themes/reiinc-theme/assets/img/arrow_minus_icon.svg");
  display: inline-block;
  transition: transform .2s ease;
  padding-bottom: 8px;

}

.faq__a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
}

.faq__a-inner {
  padding: 0px 0 24px 10px;
  color: #CCCCCC;
  font-size: 14px;
  line-height: 2;
}

.faq__a-inner a {
  color: #fff;
  text-decoration: underline;
}

.faq__a-inner a:hover {
  text-decoration: none;
}

/* GOODS Archive */
.goods-archive {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 32px 80px;
}

.goods-archive__title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 8px;
}

.goods-archive__sub {
  font-size: 10px;
  color: #7a7a7a;
  margin-bottom: 60px;
}

.goods-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.goods-item {
  text-decoration: none;
  color: #fff;
  display: block;
}

.goods-item__image {
  background: #0f0f0f;
  border: 1px solid #222;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 0 12px;
}

.goods-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.goods-item__title {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 6px;
}

.goods-item__price {
  color: #7a7a7a;
  font-size: 12px;
}



/* NEWS Archive */
.news-archive {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 32px 80px;
}

.news-archive .news {
  padding-top: 0 !important;
}

.news-archive .news .list {
  margin: 48px 0 0;
}

.news-archive__title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 8px;
}


.news-archive__sub {
  font-size: 10px;
  color: #7a7a7a;
  margin-bottom: 70px;
}

.news-filter {
  margin: 0 0 20px 0;
}

.news-filter .select-wrapper {
  position: relative;
  display: inline-block;
}

.news-filter select {
  background: #242424;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 12px 30px 12px 10px;
  min-width: 140px;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
}



.news-filter .select-wrapper::before {
  content: url("/wp-content/themes/reiinc-theme/assets/img/arrow_down_icon.svg");
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  pointer-events: none;
}



@media (max-width: 768px) {
  img:not(.slick-slide img, .c-arrow img, .menu-overlay__logo img) {
    width: 100%;
  }

  /* Exclude images inside .slick-slide */
  .slick-slide img {
    width: revert-layer;
  }

  .menu-overlay__nav .c-arrow {
    width: 30px;
    height: 20px;
  }

  .menu-overlay__nav .c-arrow img {
    width: 10px;
  }
}



/* RELEASE Archive */
.release-archive {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 32px 80px;
}

.release-archive .release {
  padding-top: 0 !important;
}

.release-archive .release .list {
  margin: 48px 0 0;
  padding: 0
}

.release-archive__title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 8px;
}

.release-archive__sub {
  font-size: 10px;
  color: #7a7a7a;
  margin-bottom: 70px;
}

.release-filter {
  margin: 0 0 20px 0;
}

.release-filter .select-wrapper {
  position: relative;
  display: inline-block;
}


.release-filter select {
  background: #242424;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 12px 30px 12px 10px;
  min-width: 140px;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
}

.release-filter .select-wrapper::before {
  content: url("/wp-content/themes/reiinc-theme/assets/img/arrow_down_icon.svg");
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  pointer-events: none;
}


/* NEWS Single */
.news-single {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 32px 80px;
}

.news-single__inner {
  max-width: 810px;
  margin: 0 auto;
}

.news-single__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7a7a7a;
  font-size: 12px;
  letter-spacing: .08em;
}

.news-single__meta .category {
  color: #fff;
  border: 1px solid #000;
  background: #242424;
  border-radius: 2px;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: .08em;
  margin-left: 10px;
}

.news-single__title {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: .02em;
  margin: 24px 0 24px;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.news-single__content {
  color: #CCCCCC;
}

.news-single__content p {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 14px;
}

.news-single__content h2 {
  color: #fff;
  font-size: 18px;
  margin: 28px 0 12px;
  letter-spacing: .06em;
}

.news-single__content h3 {
  color: #fff;
  font-size: 16px;
  margin: 22px 0 10px;
  letter-spacing: .06em;
}

.news-single__content a {
  color: #bcbcbc;
  text-decoration: underline;
}

.news-single__content .wp-block-image {
  margin: 22px 0;
}

.news-single__content .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

.news .txt {
  cursor: pointer !important;
}

/* RELEASE Single */
.release-single {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 32px 80px;
}

.release-single__inner {
  max-width: 810px;
  margin: 0 auto;
}

.release-single__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #7a7a7a;
  font-size: 12px;
  letter-spacing: .08em;
}

.release-single__title {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: .02em;
  margin: 12px 0 60px;
}

.release-single__cover {
  display: flex;
  justify-content: center;
  margin: 0 0 18px;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

.release-single__cover .imgArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.release-single__cover .imgArea figure {
  width: 240px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .release-single__cover .imgArea figure {
    width: 200px;
  }
}

.release-single__cover .imgArea figure a {
  line-height: 0;
}

.release-single__cover .spreflect {
  position: relative;
  overflow: hidden;
  height: 98px;
  margin-top: 6px;
}

.release-single__cover .spreflect img {
  display: block;
  width: 100%;
  height: 240px;
  transform: scaleY(-1);
}

.release-single__cover .spreflect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0.62) 0%, rgb(0, 0, 0) 100%);
}

.release-platforms {
  margin: 8px 0 0;
}

.release-platforms__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.release-platforms__list .item {
  width: calc(100% / 3 - 6px);
  display: flex;
  margin-bottom: 9px;
}

.release-platforms__list img {
  display: block;
  width: 100%;
  height: auto;
}

.release-single__actions {
  display: flex;
  gap: 12px;
  margin: 0 0 90px;
}

.release-single__actions .c-btn {
  margin-top: 0;
}

.release-single__content {
  color: #CCCCCC;
}

.release-single__content p {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 14px;
}

.release-single__content h2 {
  color: #fff;
  font-size: 18px;
  margin: 28px 0 12px;
  letter-spacing: .06em;
}

.release-single__content h3 {
  color: #fff;
  font-size: 16px;
  margin: 22px 0 10px;
  letter-spacing: .06em;
}

.release-single__content a {
  color: #bcbcbc;
  text-decoration: underline;
}

/* CONTACT */
.l-container {
  max-width: 810px;
  margin: 0 auto;
}

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

.contact__sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.contact__sub-title__sub {
  font-size: 12px;
  color: #fff;
}

.contact__sub-title__sub .required {
  color: #FF0000;
}

.contact__title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 8px;
  text-align: left;
}

.contact__sub {
  font-size: 10px;
  color: #7a7a7a;
  margin-bottom: 70px;
  text-align: left;
}

.contact__notice {
  border: 1px solid #5a2a2a;
  background: #2a0f0f;
  color: #f2dede;
  padding: 12px 14px;
  border-radius: 6px;
  margin-bottom: 18px;
  font-size: 13px;
}

.contact-form__group {
  margin: 0 0 32px;
}

.contact-form__label {
  display: block;
  color: #fff;
  font-size: 12px;
  margin: 0 0 6px;
  letter-spacing: .08em;
  text-align: left;
}

.contact-form__control input,
.contact-form__control select,
.contact-form__control textarea {
  width: 100%;
  background: #141414;
  color: #ccc;
  border: 1px solid #3C3C3C;
  border-radius: 2px;
  padding: 20px 14px;
  height: 56px;
  font-size: 14px;
}


.contact-form__control textarea {
  min-height: 320px;
}

.contact-form__agree {
  margin: 60px 0;
  color: #bcbcbc;
}

.contact-form__agree a {
  color: #bcbcbc;
  text-decoration: underline;
}

.contact-form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.contact .c-btn {
  display: inline-flex;
}

.contact .c-btn a,
.contact .c-btn button,
.contact button.c-btn {
  color: #fff;
  text-decoration: none;
}

.contact button.c-btn {
  margin-top: 0;
  padding: 17px 22px;
  background: transparent;
  border: 1px solid #9B9B9B;
  border-radius: 32px;
  text-align: center;
  display: inline;
  width: 193px;
  font-weight: 300;
}

.contact-form__error {
  color: #E35C5C;
  font-size: 12px;
  margin-top: 6px;
}

.contact-form__group.has-error .contact-form__control input,
.contact-form__group.has-error .contact-form__control select,
.contact-form__group.has-error .contact-form__control textarea {
  border-color: #E35C5C;
}

.contact .required {
  color: #FF0000;
  font-size: 14px;
}


/* CONTACT SUCCESS */
.contact-success {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 20px 120px;
  text-align: left;
}

.contact-success__title {
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.contact-success__desc p {
  color: #CCCCCC;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 10px;
}

.contact-success__actions {
  margin-top: 36px;
  text-align: center;
}

.contact-success .c-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
}



.terms {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 32px 80px;
}

.terms .l-container {
  padding: 0;
}

.terms__title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 8px;
}

.terms__sub {
  font-size: 10px;
  color: #7a7a7a;
  margin-bottom: 70px;
}

.terms__desc p {
  color: #CCCCCC;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 10px;
}

.terms__actions {
  margin-top: 36px;
  text-align: center;
}

.terms .c-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
}



/* CALL GUIDE Page (align with 404 look) */
.call-guide {
  font-family: "Nunito Sans", "Noto Sans JP";
  padding: 160px 32px 80px;
}

.call-guide__title {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 12px;
}

.call-guide__sub {
  font-size: 12px;
  color: #7a7a7a;
  margin-bottom: 60px;
}

.call-guide__desc p {
  color: #CCCCCC;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 14px;
}

.call-guide__divider {
  border: 0;
  border-top: 1px solid #2a2a2a;
  margin: 36px 0;
}

.call-guide__section {
  padding-top: 28px;
  margin-top: 0;
}

.call-guide__heading {
  color: #fff;
  font-size: 16px;
  letter-spacing: .08em;
  margin: 0 0 16px;
}

.call-guide__text p {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 14px;
}

/* Make the member group label sticky within its group on archive page */
.profilePageList.members .group {
  align-items: flex-start;
  padding-bottom: 20px;
}

.profilePageList.members .group .lead {
  position: sticky;
  top: 120px;
  /* stay below fixed header */
  align-self: flex-start;
  margin-bottom: 23px;
}

.chilltime .titleArea {
  font-family: "Nunito Sans", "Noto Sans JP";
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .chilltime .titleArea {
    font-size: 16px;
  }
}







.common-pagination {
  margin-top: 60px;
  text-align: center;
}

.common-pagination .page-numbers {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.common-pagination .page-numbers li {
  display: flex;
  align-items: center;
}

.common-pagination a,
.common-pagination span {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  line-height: 1;
  transition: opacity 0.3s;
}

.common-pagination a:hover {
  opacity: 0.7;
}

.common-pagination .current {
  background: #242424;
  border-radius: 2px;
  width: 40px;
  height: 40px;
}

.common-pagination .prev,
.common-pagination .next {
  font-size: 14px;
}

.common-pagination .disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* News Title Hover Underline */
.news .item .underline-effect {
  background-image: linear-gradient(#777777, #777777);
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.4s ease;
  padding-bottom: 4px;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.news .item:hover .underline-effect {
  background-size: 100% 1px;
}

.underline-effect.no-width {
  overflow: inherit;
  display: inline;
}





.contact-filter .select-wrapper {
  position: relative;
  display: block;
}

.contact-filter select {
  color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
  width: 100%;
}



.contact-filter .select-wrapper::before {
  content: url("/wp-content/themes/reiinc-theme/assets/img/arrow_down_icon.svg");
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  pointer-events: none;
}

.menu-overlay__logo img {
  width: auto;
}

.top-kv {
  height: 100svh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top-kv video {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}


#js-noise-canvas {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

/* Fix 1px white line below featured images */
.pickUp .slider .item .img img,
.chilltime .slider .item .imgArea img,
.release .list .item .imgArea img,
.member_item .item.name img {
  vertical-align: bottom;
}

/* Responsive YouTube Wrapper */
.movie-youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  background: #000;
}

.movie-youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-section {
  padding-top: 240px;
}

.contact__inner {
  padding: 160px 32px 80px;
}

.release-single__actions.release-action-btn {
  margin-bottom: 0;
  margin-top: 30px;
}

.release-single__content.entry-content {
  margin-top: 70px;
}

.release-single__actions.release-action-btn .c-btn {
  border: none;
}

.release-single__actions.release-action-btn .c-btn a {
  width: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 18px 13px;
  gap: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 32px;
}

.contact.contact-section.contact-bottom-all {
  padding-top: 120px;
}

.home .pickUp .ttl,
.home .news .ttl,
.home .release .ttl,
.home .movie .ttl,
.home .members .ttl,
.home .chilltime .ttl,
.home .club .ttl,
.home .sns .ttl,
.home .streaming .ttl {
  letter-spacing: 0.09em;
}