@charset "UTF-8";
/*=======================
基本設定
=======================*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media (width >= 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (width < 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/*=======================
共通パーツ
=======================*/
body {
  background: #090d00;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
}
body.is-fixed {
  overflow: clip;
}
@media (width < 768px) {
  body {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0.8px, transparent 0.8px), radial-gradient(circle, rgba(255, 255, 255, 0.15) 0.8px, transparent 0.8px);
    background-position: 0 0, 30px 30px; /* ← 半分ずらす */
    background-size: 60px 60px;
  }
}

.body-container {
  overflow: hidden;
  position: relative;
}

.page-wrapper.pageTop {
  padding-top: 240px;
}
@media (width < 768px) {
  .page-wrapper.pageTop {
    padding-top: 9.4rem;
  }
}
.page-wrapper.pageLow {
  padding-top: 315px;
}
@media (width < 768px) {
  .page-wrapper.pageLow {
    padding-top: 15.4rem;
  }
}
.page-wrapper.pageSingle {
  padding-top: 0;
}
@media (width < 768px) {
  .page-wrapper.pageSingle {
    padding-top: 15rem;
  }
}
.page-wrapper.pageSingleTalent {
  padding-top: 240px;
}
@media (width < 768px) {
  .page-wrapper.pageSingleTalent {
    padding-top: 9.4rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .inner {
    width: 95%;
  }
}
@media (width < 768px) {
  .inner {
    margin-inline: auto;
    max-width: initial;
    width: 34rem;
  }
}

.sec {
  padding: 67px 0 120px;
}
@media (width < 768px) {
  .sec {
    padding: 6rem 0 3rem;
  }
}
.sec .inner {
  border-bottom: 1px solid #b7ff00;
  padding-bottom: 16px;
}
@media (width < 768px) {
  .sec .inner {
    border-width: 0.1rem;
    padding-bottom: 1.6rem;
  }
}

.sec-title {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.04em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 768px) {
  .sec-title {
    font-size: 2.8rem;
  }
}
.sec-title::after {
  background: #fff;
  bottom: 4px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 100vw;
}
@media (width < 768px) {
  .sec-title::after {
    bottom: 0.3rem;
    height: 0.1rem;
  }
}

h4.sec-title::after {
  display: none;
}

.more-link {
  color: #61635d;
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-left: auto;
  margin-top: 60px;
  padding-right: 24px;
  position: relative;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
@media (hover: hover) and (pointer: fine) {
  .more-link:hover {
    color: #fff;
  }
  .more-link:hover::after {
    background-image: url(../img/arrow_right_white.svg);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .more-link:hover {
    color: #fff;
  }
  .more-link:hover::after {
    background-image: url(../img/arrow_right_white.svg);
  }
}
@media (width < 768px) {
  .more-link {
    font-size: 1.4rem;
    margin-top: 3rem;
    padding-right: 2.4rem;
  }
}
.more-link::after {
  background: url(../img/arrow_right_grey.svg) no-repeat center center/contain;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 16px;
}
@media (width < 768px) {
  .more-link::after {
    height: 0.7rem;
    width: 1.6rem;
  }
}

.btn {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 58px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-left: 39px;
  position: relative;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  width: 200px;
  z-index: 5;
}
@media (width < 768px) {
  .btn {
    border-radius: 5rem;
    border-width: 0.1rem;
    font-size: 1.4rem;
    height: 4.2rem;
    padding-left: 2.4rem;
    width: 20rem;
  }
}
.btn::after {
  background: url(../img/arrow_right_white.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 18px;
}
@media (width < 768px) {
  .btn::after {
    height: 1rem;
    right: 2rem;
    width: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: #b7ff00;
    border-color: #b7ff00;
    color: #61635d;
  }
  .btn:hover::after {
    background-image: url(../img/arrow_right_grey.svg);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn:hover {
    background: #b7ff00;
    border-color: #b7ff00;
    color: #61635d;
  }
  .btn:hover::after {
    background-image: url(../img/arrow_right_grey.svg);
  }
}

br.is-pc {
  display: block;
}
@media (width < 768px) {
  br.is-pc {
    display: none;
  }
}
br.is-sp {
  display: none;
}
@media (width < 768px) {
  br.is-sp {
    display: inline;
  }
}

span.is-pc {
  display: inline;
}
@media (width < 768px) {
  span.is-pc {
    display: none;
  }
}
span.is-sp {
  display: none;
}
@media (width < 768px) {
  span.is-sp {
    display: inline;
  }
}

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

.nav-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-item {
  width: -moz-fit-content;
  width: fit-content;
}
.nav-item:nth-child(2) {
  margin-bottom: 30px;
}
@media (width < 768px) {
  .nav-item:nth-child(2) {
    margin-bottom: initial;
  }
}

.nav-item-link {
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .nav-item-link:hover {
    font-weight: 500;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-item-link:hover {
    font-weight: 500;
  }
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.wp-pagenavi {
  display: flex;
  gap: 40px;
  justify-content: right;
  margin-top: 41px;
}
@media (width < 768px) {
  .wp-pagenavi {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 48px;
  position: relative;
  width: 48px;
}
@media (width < 768px) {
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi span.previouspostslink,
  .wp-pagenavi span.nextpostslink {
    height: 3rem;
    width: 3rem;
  }
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi span.previouspostslink::before,
.wp-pagenavi span.nextpostslink::before {
  background: url(../img/arrow_right_grey.svg) no-repeat center center/contain;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 16px;
}
@media (width < 768px) {
  .wp-pagenavi a.previouspostslink::before,
  .wp-pagenavi a.nextpostslink::before,
  .wp-pagenavi span.previouspostslink::before,
  .wp-pagenavi span.nextpostslink::before {
    height: 0.6rem;
    width: 1.2rem;
  }
}
.wp-pagenavi .previouspostslink::before {
  transform: scaleX(-1);
}
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink,
.wp-pagenavi .previouspostslink.is-disabled,
.wp-pagenavi .nextpostslink.is-disabled,
.wp-pagenavi .previouspostslink.disabled,
.wp-pagenavi .nextpostslink.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

/*=======================
下層ページ共通設定
=======================*/
.pageLow {
  padding: 75px 0 120px;
}
@media (width < 768px) {
  .pageLow {
    padding: 6rem 0;
  }
}

.pageLow-head {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  position: relative;
}

.pageLow-title {
  font-size: 48px;
  line-height: 1.3;
}
@media (width < 768px) {
  .pageLow-title {
    font-size: 3rem;
  }
}
.pageLow-title::after {
  bottom: 14px;
}
@media (width < 768px) {
  .pageLow-title::after {
    bottom: 0.8rem;
  }
}

/*=======================
ヘッダー
=======================*/
.header {
  height: 240px;
  left: 0;
  padding: 60px 70px 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    padding: 60px 2.5% 0;
  }
}
@media (width < 768px) {
  .header {
    height: initial;
    padding: 2rem 1.75rem 0;
    z-index: 50;
  }
}

.header-container {
  display: flex;
}
@media (width < 768px) {
  .header-container {
    align-items: center;
  }
}

.header-logo {
  position: relative;
  width: 208px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo {
    width: 160px;
  }
}
@media (width < 768px) {
  .header-logo {
    width: 18rem;
  }
}

.header-logo-link {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header-logo-link:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-logo-link:hover {
    opacity: 0.7;
  }
}

.header-nav {
  margin-left: 66px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav {
    margin-left: 40px;
  }
}
@media (width < 768px) {
  .header-nav {
    display: none;
  }
}

.header-nav-items {
  gap: 29px 66px;
  height: 117px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav-items {
    gap: 20px 40px;
  }
}

.header-nav-item-link {
  color: #61635d;
  font-size: 18px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav-item-link {
    font-size: 16px;
  }
}
.header-nav-item-link::before {
  background: url(../img/arrow_right_white.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  left: -26px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 18px;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav-item-link:hover {
    color: #fff;
  }
  .header-nav-item-link:hover::before {
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-nav-item-link:hover {
    color: #fff;
  }
  .header-nav-item-link:hover::before {
    opacity: 1;
  }
}
.header-nav-item-link.is-current {
  color: #fff;
  pointer-events: none;
}
.header-nav-item-link.is-current::before {
  opacity: 1;
}

.header-content {
  margin-left: auto;
  position: relative;
}
@media (width < 768px) {
  .header-content {
    display: flex;
    gap: 1.5rem;
  }
}

.header-contact {
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  height: 111px;
  margin-left: auto;
  position: relative;
  transition: all 0.3s ease;
  width: 111px;
}
.header-contact::before {
  background: url(../img/icon_mail.svg) no-repeat center center/contain;
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  translate: -50% -50%;
  width: 30px;
}
@media (width < 768px) {
  .header-contact::before {
    height: 1.4rem;
    width: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact {
    height: 80px;
    width: 80px;
  }
}
@media (width < 768px) {
  .header-contact {
    border-width: 0.1rem;
    height: 4rem;
    width: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-contact:hover {
    background: #b7ff00;
    border-color: #b7ff00;
  }
  .header-contact:hover::before {
    background-image: url(../img/icon_mail_grey.svg);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-contact:hover {
    background: #b7ff00;
    border-color: #b7ff00;
  }
  .header-contact:hover::before {
    background-image: url(../img/icon_mail_grey.svg);
  }
}

.header-address {
  color: #61635d;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 15px;
  text-align: right;
}
@media (width < 768px) {
  .header-address {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 1rem;
    text-align: left;
  }
}

.drawer-icon {
  display: none;
}
@media (width < 768px) {
  .drawer-icon {
    align-items: center;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 4rem;
    justify-content: center;
    transition: all 0.3s ease;
    width: 4rem;
  }
}

@media (width < 768px) {
  .drawer-bars {
    height: 1.2rem;
    position: relative;
    width: 1.6rem;
  }
}

@media (width < 768px) {
  .drawer-bar {
    background: #fff;
    height: 0.1rem;
    position: absolute;
    transition: all 0.3s ease;
    width: 1.6rem;
  }
  .drawer-bar.bar01 {
    top: 0;
  }
  .drawer-bar.bar02 {
    top: 50%;
    transform: translateY(-50%);
  }
  .drawer-bar.bar03 {
    bottom: 0;
    top: initial;
  }
  .drawer-bar.is-active.bar01 {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .drawer-bar.is-active.bar02 {
    opacity: 0;
    visibility: hidden;
  }
  .drawer-bar.is-active.bar03 {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

.drawer {
  display: none;
}
@media (width < 768px) {
  .drawer {
    background: #090d00;
    display: block;
    height: 100dvh;
    overflow-y: scroll;
    padding: 12.4rem 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    width: 100%;
    z-index: 20;
  }
  .drawer.is-active {
    transform: translateX(0);
  }
}

@media (width < 768px) {
  .drawer-items {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

@media (width < 768px) {
  .drawer-item-link {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}

/*=======================
トップ
=======================*/
.fv {
  margin-top: 37px;
}
@media (width < 768px) {
  .fv {
    margin-top: 6rem;
  }
}

.fv-slider-02 {
  margin-top: 39px;
  transform: scaleX(-1);
}
@media (width < 768px) {
  .fv-slider-02 {
    margin-top: 2rem;
  }
}
.fv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.fv-slider .swiper-slide {
  margin: 0 18px;
  width: 530px;
}
@media (width < 768px) {
  .fv-slider .swiper-slide {
    margin: 0 1rem;
    width: 26.5rem;
  }
}
.fv-slider .swiper-slide img {
  height: 354px;
  width: 530px;
  -o-object-fit: cover;
  border-radius: 10px;
     object-fit: cover;
}
@media (width < 768px) {
  .fv-slider .swiper-slide img {
    border-radius: 1rem;
    height: 17.7rem;
    width: 26.5rem;
  }
}

.no-post {
  font-size: 16px;
  margin-top: 64px;
}
@media (width < 768px) {
  .no-post {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}

.news-items {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: 1fr;
  margin-top: 64px;
}
@media (width < 768px) {
  .news-items {
    gap: 2rem;
    margin-top: 3rem;
  }
}

.news-item {
  display: grid;
  gap: 41px;
  grid-template-columns: 211px 1fr;
}
@media (width < 768px) {
  .news-item {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.news-item-img {
  position: relative;
}
.news-item-img img {
  border-radius: 10px;
  height: 132px;
  width: 211px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .news-item-img img {
    aspect-ratio: 1.4977973568;
    border-radius: 1rem;
    height: auto;
    width: 100%;
  }
}

.news-tag-items {
  display: flex;
  gap: 9px;
  margin-bottom: 19px;
}
@media (width < 768px) {
  .news-tag-items {
    gap: 0.9rem;
    margin-bottom: 1rem;
  }
}

.news-tag-item {
  background: #b7ff00;
  border: 1px solid #b7ff00;
  border-radius: 5px;
  color: #61635d;
  display: grid;
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  letter-spacing: 0.04em;
  min-width: 57px;
  padding: 0 15px;
  place-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 768px) {
  .news-tag-item {
    border-radius: 0.5rem;
    border-width: 0.1rem;
    font-size: 1rem;
    height: 2rem;
    min-width: 5.7rem;
    padding: 0 1rem;
  }
}
.news-tag-item {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news-tag-item:hover {
    background: transparent;
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-tag-item:hover {
    background: transparent;
    color: #fff;
  }
}

.news-item-title {
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 768px) {
  .news-item-title {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-item-title:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-item-title:hover {
    opacity: 0.7;
  }
}

.news-item-date {
  color: #61635d;
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 21px;
}
@media (width < 768px) {
  .news-item-date {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.talent-slider {
  margin-top: 68px;
}
@media (width < 768px) {
  .talent-slider {
    margin-top: 3rem;
  }
}
.talent-slider .swiper-slide {
  margin-right: 40px;
  width: 250px;
}
@media (width < 768px) {
  .talent-slider .swiper-slide {
    margin-right: 1rem;
    width: 14rem;
  }
}
.talent-slider .swiper-slide:last-of-type {
  margin-right: 0;
}
.swiper-button-wrapper {
  display: flex;
  gap: 40px;
  justify-content: right;
  margin-top: 41px;
}
@media (width < 768px) {
  .swiper-button-wrapper {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  border-radius: 50%;
  height: 48px;
  margin-top: initial;
  position: static;
  transition: all 0.3s ease;
  width: 48px;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: #b7ff00;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: #b7ff00;
  }
}
@media (width < 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 3rem;
    width: 3rem;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background: url(../img/arrow_right_grey.svg) no-repeat center center/cover;
  content: "";
  height: 8px;
  width: 16px;
}
@media (width < 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 0.6rem;
    width: 1.2rem;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
}

.swiper-button-prev::after {
  transform: scaleX(-1);
}

.slide-link {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .slide-link:hover .talent-slider-name {
    color: #b7ff00;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slide-link:hover .talent-slider-name {
    color: #b7ff00;
  }
}

.talent-slider-img img {
  height: 250px;
  width: 250px;
  -o-object-fit: cover;
  border-radius: 10px;
     object-fit: cover;
}
@media (width < 768px) {
  .talent-slider-img img {
    border-radius: 1rem;
    height: 14rem;
    width: 14rem;
  }
}

.talent-slider-name {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 19px;
  transition: all 0.3s ease;
}
@media (width < 768px) {
  .talent-slider-name {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.movie-slider {
  margin-top: 69px;
}
@media (width < 768px) {
  .movie-slider {
    margin-top: 3rem;
  }
}
.movie-slider .swiper-slide {
  cursor: pointer;
  margin-right: 40px;
  transition: all 0.3s ease;
  width: 340px;
}
@media (width < 768px) {
  .movie-slider .swiper-slide {
    margin-right: 1rem;
    width: 16.5rem;
  }
}
.movie-slider .swiper-slide:last-of-type {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .movie-slider .swiper-slide:hover .movie-slider-img::before {
    background: #b7ff00;
  }
  .movie-slider .swiper-slide:hover .movie-slider-img::after {
    color: #090d00;
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .movie-slider .swiper-slide:hover .movie-slider-img::before {
    background: #b7ff00;
  }
  .movie-slider .swiper-slide:hover .movie-slider-img::after {
    color: #090d00;
    opacity: 0.8;
  }
}

.movie-slider-img {
  position: relative;
}
.movie-slider-img::before, .movie-slider-img::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  translate: -50% -50%;
}
.movie-slider-img::before {
  background: rgba(9, 13, 0, 0.5);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
@media (width < 768px) {
  .movie-slider-img::before {
    height: 3rem;
    width: 3rem;
  }
}
.movie-slider-img::after {
  color: #fff;
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  font-weight: 900;
  left: 50.5%;
}
@media (width < 768px) {
  .movie-slider-img::after {
    font-size: 1.6rem;
  }
}
.movie-slider-img img {
  border-radius: 10px;
  height: 212px;
  width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .movie-slider-img img {
    border-radius: 1rem;
    height: 10rem;
    width: 16.5rem;
  }
}

.movie-slider-name {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 20px;
}
@media (width < 768px) {
  .movie-slider-name {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.modal-close {
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 60px;
  z-index: 1;
}
@media (width < 768px) {
  .modal-close {
    right: 1.75rem;
    top: 2rem;
  }
}
.modal-close img {
  height: 111px;
  width: 111px;
}
@media (width < 768px) {
  .modal-close img {
    height: 4rem;
    width: 4rem;
  }
}

/* 動画モーダル用 */
.modal-content--video {
  background: #000;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
}
.modal-content--video iframe {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

/* タレント画像モーダル用 */
.modal-inner--talent-img {
  background: transparent;
}

.modal-content--talent-img img {
  max-height: 80vh;
  -o-object-fit: contain;
  display: block;
  margin: 0 auto;
     object-fit: contain;
}

/* サンクスモーダル用 */
.modal-inner--thanks {
  background: transparent;
  max-width: 570px;
}

.footer {
  background: #fff;
  padding: 60px 0;
  position: relative;
}
@media (width < 768px) {
  .footer {
    padding: 6rem 0;
  }
}

.footer-logo {
  width: 191px;
}
@media (width < 768px) {
  .footer-logo {
    margin-inline: auto;
    width: 20rem;
  }
}

.footer-nav {
  margin-top: 3px;
}
@media (width < 768px) {
  .footer-nav {
    margin-inline: auto;
    margin-top: initial;
    width: 100%;
  }
}

.footer-nav-items {
  gap: 36px 87px;
  height: 121px;
}
@media (width < 768px) {
  .footer-nav-items {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 4rem;
    align-items: start;
         column-gap: 4rem;
    height: auto;
    justify-content: center;
    margin-inline: auto;
    row-gap: 2rem;
  }
  .footer-nav-items > .footer-nav-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .footer-nav-items > .footer-nav-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-nav-items > .footer-nav-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  .footer-nav-items > .footer-nav-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-nav-items > .footer-nav-item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .footer-nav-items > .footer-nav-item:nth-child(6) {
    grid-column: 3;
    grid-row: 1;
  }
  .footer-nav-items > .footer-nav-item:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
  }
}

.footer-nav-item-link {
  color: #090d00;
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media (width < 768px) {
  .footer-nav-item-link {
    font-size: 1.4rem;
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-top: 59px;
}
@media (width < 768px) {
  .footer-content {
    display: block;
    margin-top: 4rem;
  }
}

.sns-items {
  display: flex;
  gap: 16px;
  justify-content: right;
}
@media (width < 768px) {
  .sns-items {
    gap: 2rem;
  }
}

.sns-item {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sns-item:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sns-item:hover {
    opacity: 0.7;
  }
}
.sns-item img {
  height: 19px;
  width: 19px;
}
@media (width < 768px) {
  .sns-item img {
    height: 1.9rem;
    width: 1.9rem;
  }
}
.sns-item--tiktok img {
  width: 16px;
}
@media (width < 768px) {
  .sns-item--tiktok img {
    width: 1.6rem;
  }
}
.sns-item--youtube img {
  height: 18px;
  width: 24px;
}
@media (width < 768px) {
  .sns-item--youtube img {
    height: 1.8rem;
    width: 2.4rem;
  }
}

@media (width < 768px) {
  .footer-sns-items {
    justify-content: center;
    margin-top: 4rem;
  }
}

.footer-link-items {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 26px;
}
@media (width < 768px) {
  .footer-link-items {
    gap: 2rem;
    margin-top: 4rem;
  }
}

.footer-link-item {
  color: #61635d;
  display: block;
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-left: auto;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 768px) {
  .footer-link-item {
    font-size: 1.2rem;
    margin-inline: auto;
  }
}

.copyright {
  color: #61635d;
  font-size: 10px;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
@media (width < 768px) {
  .copyright {
    font-size: 1rem;
    margin-top: 4rem;
    text-align: center;
  }
}

/*=======================
下層 / News
=======================*/
.pageNews-tag-items {
  gap: 20px;
  margin-top: 100px;
}
@media (width < 768px) {
  .pageNews-tag-items {
    gap: 1.2rem;
    margin-top: 3rem;
  }
}
.pageNews-tag-items .news-tag-item {
  background: transparent;
  color: #fff;
}
.pageNews-tag-items .news-tag-item.is-current {
  background: #b7ff00;
  color: #61635d;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .pageNews-tag-items .news-tag-item:hover {
    background: #b7ff00;
    color: #61635d;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pageNews-tag-items .news-tag-item:hover {
    background: #b7ff00;
    color: #61635d;
  }
}

/* 汎用モーダル */
.modal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 9999;
}
.modal.is-active {
  display: block;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  inset: 0;
  position: absolute;
}

.modal-inner {
  margin: auto;
  max-width: 960px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
}

/*=======================
下層 / News詳細
=======================*/
.pageSingle .news-tag-items {
  margin-top: 21px;
}
@media (width < 768px) {
  .pageSingle .news-tag-items {
    margin-top: 1rem;
  }
}
.pageSingle .news-item-date {
  margin-top: 40px;
}
@media (width < 768px) {
  .pageSingle .news-item-date {
    margin-top: 1rem;
  }
}

.single-img {
  position: relative;
}
.single-img.is-no-image::before {
  background: rgba(9, 13, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-box {
  margin: 60px auto 0;
  max-width: 980px;
}
@media (width < 768px) {
  .single-box {
    margin-top: 3rem;
  }
}

.single-title {
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media (width < 768px) {
  .single-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.single-content {
  margin-top: 40px;
}
@media (width < 768px) {
  .single-content {
    margin-top: 3rem;
  }
}
.single-content p {
  padding: 20px 0;
}
@media (width < 768px) {
  .single-content p {
    padding: 1rem 0;
  }
}
.single-content p,
.single-content li {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media (width < 768px) {
  .single-content p,
  .single-content li {
    font-size: 1.2rem;
  }
}
.single-content a {
  color: #b7ff00;
  text-decoration: underline;
}
.single-content img,
.single-content iframe,
.single-content #ez-toc-container {
  margin: 20px auto;
  max-width: 736px;
  width: 100%;
}
@media (width < 768px) {
  .single-content img,
  .single-content iframe,
  .single-content #ez-toc-container {
    margin: 1rem auto;
    max-width: 100%;
  }
}
.single-content #ez-toc-container {
  background: transparent;
  border-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (width < 768px) {
  .single-content #ez-toc-container {
    border-radius: 1rem;
    padding: 2rem;
  }
}
.single-content #ez-toc-container .ez-toc-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (width < 768px) {
  .single-content #ez-toc-container .ez-toc-title {
    font-size: 1.4rem;
  }
}
.single-content #ez-toc-container nav {
  margin-top: 16px;
}
@media (width < 768px) {
  .single-content #ez-toc-container nav {
    margin-top: 1.6rem;
  }
}
.single-content #ez-toc-container .ez-toc-link {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (width < 768px) {
  .single-content #ez-toc-container .ez-toc-link {
    font-size: 1.4rem;
  }
}
.single-content #ez-toc-container .ez-toc-list-level-1 {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (width < 768px) {
  .single-content #ez-toc-container .ez-toc-list-level-1 {
    gap: 1.6rem;
  }
}
.single-content #ez-toc-container .ez-toc-list-level-3 {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  margin-left: initial;
  margin-top: 10px;
  padding-left: 24px;
}
@media (width < 768px) {
  .single-content #ez-toc-container .ez-toc-list-level-3 {
    gap: 0.8rem;
    margin-top: 1rem;
    padding-left: 2.4rem;
  }
}
.single-content #ez-toc-container .ez-toc-heading-level-3 {
  padding-left: 1em;
  position: relative;
}
.single-content #ez-toc-container .ez-toc-heading-level-3::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 4px;
}
@media (width < 768px) {
  .single-content #ez-toc-container .ez-toc-heading-level-3::before {
    height: 0.4rem;
    top: 1.1rem;
    width: 0.4rem;
  }
}
.single-content h2,
.single-content h3 {
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 20px 0;
}
@media (width < 768px) {
  .single-content h2,
  .single-content h3 {
    padding: 2rem 0;
  }
}
.single-content h2 {
  font-size: 23px;
  padding-left: 13px;
  position: relative;
}
@media (width < 768px) {
  .single-content h2 {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
}
.single-content h2::before {
  background: #b7ff00;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 29px;
  width: 4px;
}
@media (width < 768px) {
  .single-content h2::before {
    height: 0.4rem;
    top: 2.9rem;
    width: 0.4rem;
  }
}
.single-content h3 {
  font-size: 20px;
}
@media (width < 768px) {
  .single-content h3 {
    font-size: 1.4rem;
  }
}

.sec-other-news {
  padding-bottom: 0;
}
.sec-other-news .news-item-content .news-tag-items {
  margin-top: initial;
}
.sec-other-news .news-item-content .news-item-date {
  margin-top: 21px;
}
@media (width < 768px) {
  .sec-other-news .news-item-content .news-item-date {
    margin-top: 1rem;
  }
}

/*=======================
下層 / タレント一覧
=======================*/
@media (width < 768px) {
  .pageArchiveTalent {
    padding-top: 6rem;
  }
}

.archiveTalent-items {
  display: grid;
  gap: 215px;
  grid-template-columns: 1fr;
  padding-bottom: 120px;
}
@media (width < 768px) {
  .archiveTalent-items {
    gap: 6rem;
    padding-bottom: initial;
  }
}

.talent-items {
  display: grid;
  gap: 41px 66px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .talent-items {
    gap: 20px 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (width < 768px) {
  .talent-items {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }
}

.talent-item-link {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .talent-item-link:hover .talent-item-name {
    color: #b7ff00;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .talent-item-link:hover .talent-item-name {
    color: #b7ff00;
  }
}

.talent-item-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  border-radius: 10px;
     object-fit: cover;
}
@media (width < 768px) {
  .talent-item-img img {
    border-radius: 1rem;
  }
}

.talent-item-name {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 18px;
  transition: all 0.3s ease;
}
@media (width < 768px) {
  .talent-item-name {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.group-items {
  gap: 58px 39px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .group-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 768px) {
  .group-items {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

.group-item img {
  aspect-ratio: 373/233;
  -o-object-fit: cover;
  border-radius: 10px;
     object-fit: cover;
}
@media (width < 768px) {
  .group-item img {
    border-radius: 1rem;
  }
}

/*=======================
下層 / Talent詳細
=======================*/
.pageSingleTalent {
  padding-bottom: 0;
  padding-top: 31px;
}
@media (width < 768px) {
  .pageSingleTalent {
    padding-top: 0;
  }
}
.pageSingleTalent main {
  position: relative;
}

.singleTalent-bg {
  height: 100vh;
  inset: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.singleTalent-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singleTalent-bg::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.singleTalent-top {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 500px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .singleTalent-top {
    grid-template-columns: 1fr 330px;
  }
}
@media (width < 768px) {
  .singleTalent-top {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
  .singleTalent-top .singleTalent-info {
    order: 2;
  }
  .singleTalent-top .singleTalent-img-box {
    order: 1;
  }
}

.singleTalent-name {
  font-size: 44px;
  letter-spacing: 0.02em;
}
@media (width < 768px) {
  .singleTalent-name {
    font-size: 3.2rem;
  }
}

.singleTalent-lead {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 46px;
}
@media (width < 768px) {
  .singleTalent-lead {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}

.singleTalent-items {
  display: grid;
  gap: 38px 0;
  grid-template-columns: 1fr;
  margin-top: 60px;
}
@media (width < 768px) {
  .singleTalent-items {
    gap: 2rem 0;
    margin-top: 3rem;
  }
}

.singleTalent-item {
  align-items: center;
  display: grid;
  gap: 0 16px;
  grid-template-columns: 80px 1fr;
}
@media (width < 768px) {
  .singleTalent-item {
    gap: 0 1.6rem;
    grid-template-columns: 8rem 1fr;
  }
}
.singleTalent-item dt {
  color: #61635d;
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media (width < 768px) {
  .singleTalent-item dt {
    font-size: 1.2rem;
  }
}
.singleTalent-item dd {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (width < 768px) {
  .singleTalent-item dd {
    font-size: 1.4rem;
  }
}

.talent-sns-items {
  gap: 24px;
  justify-content: initial;
  margin-top: 42px;
}
@media (width < 768px) {
  .talent-sns-items {
    gap: 2.4rem;
    margin-top: 3rem;
  }
}

.talent-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 47px;
}
@media (width < 768px) {
  .talent-btn-wrapper {
    gap: 2rem;
    margin-top: 3rem;
  }
}

@media (width < 768px) {
  .talent-btn {
    width: 16rem;
  }
}

@media (width < 768px) {
  .singleTalent-img-box {
    width: 34rem;
  }
}

.singleTalent-img {
  border-radius: 10px;
  overflow: hidden;
}
@media (width < 768px) {
  .singleTalent-img {
    border-radius: 1rem;
  }
}
.singleTalent-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-talent-img-open {
  cursor: pointer;
  width: 100%;
}

.singleTalent-slider {
  margin-top: 38px;
}
@media (width < 768px) {
  .singleTalent-slider {
    margin-top: 2rem;
  }
}
.singleTalent-slider .swiper-slide {
  border-radius: 10px;
  height: 140px;
  margin-right: 40px;
  overflow: hidden;
  width: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .singleTalent-slider .swiper-slide {
    height: 100px;
    margin-right: 15px;
    width: 100px;
  }
}
@media (width < 768px) {
  .singleTalent-slider .swiper-slide {
    border-radius: 1rem;
    height: 10rem;
    margin-right: 2rem;
    width: 10rem;
  }
}
.singleTalent-slider .swiper-slide button {
  cursor: pointer;
}
.singleTalent-slider .swiper-slide img {
  height: 140px;
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .singleTalent-slider .swiper-slide img {
    height: 100px;
    width: 100px;
  }
}
@media (width < 768px) {
  .singleTalent-slider .swiper-slide img {
    height: 10rem;
    width: 10rem;
  }
}

/* スライダー無効時のギャラリースタイル */
.singleTalent-gallery {
  display: flex;
  gap: 40px;
  margin-top: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .singleTalent-gallery {
    gap: 15px;
  }
}
@media (width < 768px) {
  .singleTalent-gallery {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.singleTalent-gallery > div {
  border-radius: 10px;
  height: 140px;
  overflow: hidden;
  width: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .singleTalent-gallery > div {
    height: 100px;
    width: 100px;
  }
}
@media (width < 768px) {
  .singleTalent-gallery > div {
    border-radius: 1rem;
    height: 10rem;
    width: 10rem;
  }
}
.singleTalent-gallery > div button {
  cursor: pointer;
}
.singleTalent-gallery > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.singleTalent-group-items {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, 392px);
  margin-top: 30px;
}

.singleTalent-group-item {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .singleTalent-group-item:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .singleTalent-group-item:hover {
    opacity: 0.7;
  }
}

.singleTalent-group-img img {
  height: 261px;
  width: 392px;
  -o-object-fit: cover;
  border-radius: 10px;
     object-fit: cover;
}

.singleTalent-group-name {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 8px;
}

.history-panel {
  display: none;
}
.history-panel.is-active {
  display: block;
}

.history-tab-items {
  display: flex;
  gap: 24px;
  margin-top: 68px;
}
@media (width < 768px) {
  .history-tab-items {
    gap: 2.4rem;
    margin-top: 3rem;
  }
}

.history-tab-item {
  color: #61635d;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
}
@media (width < 768px) {
  .history-tab-item {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
}
.history-tab-item.is-current {
  border-bottom: 1px solid #b7ff00;
  color: #fff;
}
@media (width < 768px) {
  .history-tab-item.is-current {
    border-width: 0.1rem;
  }
}

.history-items-wrapper {
  margin-top: 39px;
  max-height: 443px;
}
@media (width < 768px) {
  .history-items-wrapper {
    margin-top: 3rem;
    max-height: 40rem;
  }
}

.history-items {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr;
}
@media (width < 768px) {
  .history-items {
    gap: 3rem;
  }
}

.history-item-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}
@media (width < 768px) {
  .history-item-title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.history-item-content {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (width < 768px) {
  .history-item-content {
    font-size: 1.4rem;
  }
}

.history-items-wrapper .simplebar-track.simplebar-vertical {
  background: #61635d;
  right: 0;
  width: 1px;
}
.history-items-wrapper .simplebar-scrollbar {
  background: #b7ff00;
}

/*=======================
下層 / Group詳細
=======================*/
.pageSingleGroup .singleGroup-img img {
  aspect-ratio: 500/312;
}
.pageSingleGroup .singleGroup-member .fv-slider-link {
  display: block;
  overflow: visible;
  position: relative;
}
.pageSingleGroup .singleGroup-member {
  /* 画像だけ暗くする（マスクは画像コンテナに） */
}
.pageSingleGroup .singleGroup-member .talent-slider-img {
  overflow: hidden;
  position: relative;
}
.pageSingleGroup .singleGroup-member .talent-slider-img::after {
  background: rgba(9, 13, 0, 0.6);
  border-radius: 10px;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.25s ease;
}
@media (width < 768px) {
  .pageSingleGroup .singleGroup-member .talent-slider-img::after {
    border-radius: 1rem;
  }
}
.pageSingleGroup .singleGroup-member {
  /* テキストは “文字色を落とす” */
}
.pageSingleGroup .singleGroup-member .talent-slider-name {
  opacity: 0.45;
  transition: opacity 0.25s ease;
}
.pageSingleGroup .singleGroup-member {
  /* アクティブは元に戻す */
}
.pageSingleGroup .singleGroup-member .slide-link.is-active .talent-slider-img::after {
  opacity: 0;
}
.pageSingleGroup .singleGroup-member .slide-link.is-active .talent-slider-name {
  opacity: 1;
}
.pageSingleGroup .singleTalent-history {
  padding-bottom: 0;
}

/*=======================
下層 / Movie一覧
=======================*/
.pageArchiveMovie .movie-items {
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pageArchiveMovie .movie-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 768px) {
  .pageArchiveMovie .movie-items {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
.pageArchiveMovie .movie-item-img img {
  aspect-ratio: 373/233;
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.movie-items {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .movie-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 768px) {
  .movie-items {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }
}

.movie-item {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .movie-item:hover .movie-item-img::before {
    background: #b7ff00;
  }
  .movie-item:hover .movie-item-img::after {
    color: #090d00;
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .movie-item:hover .movie-item-img::before {
    background: #b7ff00;
  }
  .movie-item:hover .movie-item-img::after {
    color: #090d00;
    opacity: 0.8;
  }
}

.movie-item-img {
  position: relative;
}
.movie-item-img::before, .movie-item-img::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  translate: -50% -50%;
}
.movie-item-img::before {
  background: rgba(9, 13, 0, 0.5);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
@media (width < 768px) {
  .movie-item-img::before {
    height: 3rem;
    width: 3rem;
  }
}
.movie-item-img::after {
  color: #fff;
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  font-weight: 900;
  left: 50.5%;
}
@media (width < 768px) {
  .movie-item-img::after {
    font-size: 1.6rem;
  }
}
.movie-item-img img {
  border-radius: 10px;
}
@media (width < 768px) {
  .movie-item-img img {
    border-radius: 1rem;
  }
}

.movie-item-name {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 18px;
}
@media (width < 768px) {
  .movie-item-name {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.movie-item-date {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
@media (width < 768px) {
  .movie-item-date {
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
}
.movie-item-date dt,
.movie-item-date dd {
  color: #61635d;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (width < 768px) {
  .movie-item-date dt,
  .movie-item-date dd {
    font-size: 1.2rem;
  }
}

/*=======================
下層 / 会社概要
=======================*/
@media (width >= 768px) {
  .pageCompany {
    padding-top: 135px;
  }
}

.company-items {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
  margin: 93px auto 0;
  max-width: 544px;
}
@media (width < 768px) {
  .company-items {
    gap: 0;
    margin-top: 3rem;
    max-width: initial;
  }
}

.company-item {
  display: grid;
  gap: 49px;
  grid-template-columns: 143px 1fr;
}
@media (width < 768px) {
  .company-item {
    align-items: start;
    border-top: 1px solid #61635d;
    gap: 2rem;
    grid-template-columns: 9rem 1fr;
    padding: 2rem 0;
  }
  .company-item:last-of-type {
    border-bottom: 1px solid #61635d;
  }
}
.company-item dt,
.company-item dd {
  letter-spacing: 0.04em;
}
.company-item dt {
  color: #61635d;
  display: grid;
  gap: 10px;
  grid-template-columns: 52px 1fr;
  padding-top: 7px;
}
@media (width < 768px) {
  .company-item dt {
    gap: 0.5rem;
    grid-template-columns: 1fr;
    padding-top: 0.6rem;
  }
}
.company-item dt .jp {
  font-size: 12px;
}
@media (width < 768px) {
  .company-item dt .jp {
    font-size: 1.2rem;
  }
}
.company-item dt .en {
  display: block;
  font-size: 10px;
  margin-top: 2px;
}
@media (width < 768px) {
  .company-item dt .en {
    font-size: 1rem;
    margin-top: 0;
  }
}
.company-item dd {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
@media (width < 768px) {
  .company-item dd {
    font-size: 1.3rem;
    padding-top: 0.6rem;
  }
}

/*=======================
下層 / Privacy Policy
=======================*/
@media (width >= 768px) {
  .pagePrivacy {
    padding-top: 135px;
  }
}

.privacy-lead {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 40px;
}
@media (width < 768px) {
  .privacy-lead {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}

.privacy-items {
  counter-reset: privacy-counter;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.privacy-item-title {
  font-size: 23px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (width < 768px) {
  .privacy-item-title {
    font-size: 1.6rem;
  }
}
.privacy-item-title::before {
  content: counter(privacy-counter) ". ";
  counter-increment: privacy-counter;
}

.privacy-item-text {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 20px;
}
@media (width < 768px) {
  .privacy-item-text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.privacy-sub-items {
  counter-reset: privacy-sub-counter;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media (width < 768px) {
  .privacy-sub-items {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.privacy-sub-item {
  font-size: 15px;
  line-height: 1.7;
  padding-left: 2.2em;
  position: relative;
}
@media (width < 768px) {
  .privacy-sub-item {
    font-size: 1.4rem;
  }
}
.privacy-sub-item::before {
  content: "(" counter(privacy-sub-counter) ")";
  counter-increment: privacy-sub-counter;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 2em;
}

.privacy-desc-items {
  margin-top: 20px;
}
@media (width < 768px) {
  .privacy-desc-items {
    margin-top: 2rem;
  }
}

.privacy-desc-item {
  font-size: 15px;
  line-height: 1.7;
  padding-left: 1.3em;
  position: relative;
}
@media (width < 768px) {
  .privacy-desc-item {
    font-size: 1.4rem;
  }
}
.privacy-desc-item::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 6px;
}
@media (width < 768px) {
  .privacy-desc-item::before {
    height: 0.6rem;
    width: 0.6rem;
  }
}

/*=======================
下層 / お問い合わせページ（入力＋確認）
=======================*/
@media (width >= 768px) {
  .pageContact {
    padding-top: 135px;
  }
}
.pageContact .btn-wrapper {
  display: flex;
  gap: 40px;
  margin: 27px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 768px) {
  .pageContact .btn-wrapper {
    margin-top: 6rem;
  }
}
.pageContact .contact-form {
  margin: 99px auto 0;
  max-width: 928px;
}
@media (width < 768px) {
  .pageContact .contact-form {
    margin-top: 3rem;
  }
}
.pageContact .contact-form .form-steps {
  display: grid;
  gap: 66px 0;
  grid-template-columns: 1fr;
}
@media (width < 768px) {
  .pageContact .contact-form .form-steps {
    gap: 6rem 0;
  }
}
.pageContact .contact-form .form-group {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
}
.pageContact .contact-form .form-group.text-multi {
  align-items: start;
}
.pageContact .contact-form .form-group.radio .wpcf7-form-control-wrap {
  margin-top: 16px;
}
@media (width < 768px) {
  .pageContact .contact-form .form-group.radio .wpcf7-form-control-wrap {
    margin-top: 0;
  }
}
.pageContact .contact-form .form-group.talent {
  display: none;
}
.pageContact .contact-form .form-label {
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 768px) {
  .pageContact .contact-form .form-label {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.pageContact .contact-form .form-value {
  font-size: 16px;
  letter-spacing: 0.08em;
  word-break: break-all;
}
@media (width < 768px) {
  .pageContact .contact-form .form-value {
    font-size: 1.6rem;
    width: 100%;
  }
}
.pageContact .contact-form .required {
  position: relative;
}
.pageContact .contact-form .required::after {
  background: #b7ff00;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  right: -12px;
  top: 8px;
  width: 4px;
}
@media (width < 768px) {
  .pageContact .contact-form .required::after {
    height: 0.4rem;
    right: -1.2rem;
    top: 0.8rem;
    width: 0.4rem;
  }
}
.pageContact .contact-form fieldset {
  border: none;
  display: block;
  height: 100%;
  margin: initial;
  padding: initial;
}
.pageContact .contact-form fieldset .wpcf7-form-control-wrap {
  align-items: center;
  display: flex;
  height: 100%;
}
.pageContact .contact-form .sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.pageContact .contact-form input,
.pageContact .contact-form select,
.pageContact .contact-form textarea {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #61635d !important;
  border-radius: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 100%;
}
@media (width < 768px) {
  .pageContact .contact-form input,
  .pageContact .contact-form select,
  .pageContact .contact-form textarea {
    font-size: 1.4rem;
  }
}
.pageContact .contact-form input::-moz-placeholder, .pageContact .contact-form select::-moz-placeholder, .pageContact .contact-form textarea::-moz-placeholder {
  color: #61635d;
  font-size: inherit;
  letter-spacing: inherit;
}
.pageContact .contact-form input::placeholder,
.pageContact .contact-form select::placeholder,
.pageContact .contact-form textarea::placeholder {
  color: #61635d;
  font-size: inherit;
  letter-spacing: inherit;
}
.pageContact .contact-form input:not([type=radio]) {
  height: 71px;
}
@media (width < 768px) {
  .pageContact .contact-form input:not([type=radio]) {
    height: 5rem;
  }
}
.pageContact .contact-form textarea {
  min-height: 167px;
  padding-top: 24px;
}
@media (width < 768px) {
  .pageContact .contact-form textarea {
    min-height: 14rem;
    padding: 1.2rem 0;
    padding-top: 0;
  }
}
.pageContact .contact-form .radio-pill {
  /* 各アイテム（wpcf7-list-item） */
}
.pageContact .contact-form .radio-pill .wpcf7-list-item {
  display: inline-block;
  margin: initial;
}
@media (width < 768px) {
  .pageContact .contact-form .radio-pill .wpcf7-list-item {
    width: calc((100% - 1.6rem) / 2);
  }
}
.pageContact .contact-form .radio-pill .wpcf7-list-item {
  /* label 内部 */
}
.pageContact .contact-form .radio-pill .wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  /* input を完全に隠す */
}
.pageContact .contact-form .radio-pill .wpcf7-list-item label input[type=radio] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* ✔ 選択状態の pill */
}
.pageContact .contact-form .radio-pill .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label {
  background: #fff;
  border-color: #fff;
  color: #090d00;
}
.pageContact .contact-form .radio-pill .wpcf7-list-item label {
  /* pill 本体 */
}
.pageContact .contact-form .radio-pill .wpcf7-list-item label .wpcf7-list-item-label {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  height: 55px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-width: 180px;
  padding: 0 24px;
  transition: all 0.2s ease;
}
@media (width < 768px) {
  .pageContact .contact-form .radio-pill .wpcf7-list-item label .wpcf7-list-item-label {
    border-radius: 5rem;
    border-width: 0.1rem;
    font-size: 1.4rem;
    height: 4rem;
    min-width: initial;
    padding: 0rem 1rem;
    width: 100%;
  }
}
.pageContact .contact-form .radio-pill .wpcf7-list-item label .wpcf7-list-item-label {
  /* hover */
}
.pageContact .contact-form {
  /* チェックボックス装飾 */
}
.pageContact .contact-form input[type=checkbox] {
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.pageContact .contact-form input[type=checkbox]:focus-visible + span::before {
  outline: auto 1px;
}
.pageContact .contact-form input[type=checkbox] + span {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
@media (width < 768px) {
  .pageContact .contact-form input[type=checkbox] + span {
    padding-left: 2.4rem;
  }
}
.pageContact .contact-form input[type=checkbox] + span::before {
  background: transparent;
  border: 1px solid #fff;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
@media (width < 768px) {
  .pageContact .contact-form input[type=checkbox] + span::before {
    border-width: 0.1rem;
    height: 1.8rem;
    width: 1.8rem;
  }
}
.pageContact .contact-form input[type=checkbox] + span::after {
  border-bottom: 3px solid #b7ff00;
  border-left: 3px solid #b7ff00;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-60%) rotate(-45deg);
  width: 12px;
}
@media (width < 768px) {
  .pageContact .contact-form input[type=checkbox] + span::after {
    border-width: 0.3rem;
    height: 0.6rem;
    left: 0.4rem;
    width: 1.2rem;
  }
}
.pageContact .contact-form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.pageContact .contact-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (width < 768px) {
  .pageContact .contact-form .wpcf7-radio {
    gap: 1.6rem;
  }
}
.pageContact .contact-form .wpcf7-not-valid-tip {
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (width < 768px) {
  .pageContact .contact-form .wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
}
.pageContact .contact-form .wpcf7-spinner {
  bottom: -34px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
}
@media (width < 768px) {
  .pageContact .contact-form .wpcf7-spinner {
    bottom: -3.4rem;
  }
}
.pageContact .contact-form .wpcf7 form .wpcf7-response-output {
  display: none !important;
}
.pageContact .contact-form .contact-btn {
  background: transparent;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  height: 58px;
  letter-spacing: 0.04em;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease;
  width: 256px;
}
@media (hover: hover) and (pointer: fine) {
  .pageContact .contact-form .contact-btn:hover {
    background: #b7ff00;
  }
  .pageContact .contact-form .contact-btn:hover input {
    color: #61635d !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pageContact .contact-form .contact-btn:hover {
    background: #b7ff00;
  }
  .pageContact .contact-form .contact-btn:hover input {
    color: #61635d !important;
  }
}
@media (width < 768px) {
  .pageContact .contact-form .contact-btn {
    border-radius: 7rem;
    font-size: 1.5rem;
    height: 5.2rem;
    width: 23.9rem;
  }
}
.pageContact .contact-form .contact-btn input {
  background: transparent;
  background: transparent !important;
  border-bottom: none !important;
  border-radius: inherit;
  color: #fff !important;
  cursor: pointer;
  font-size: 15px !important;
  height: inherit !important;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
  width: inherit !important;
}
@media (width < 768px) {
  .pageContact .contact-form .contact-btn input {
    font-size: 1.4rem !important;
  }
}
.pageContact .contact-form .contact-btn--back::after {
  left: 30px;
  right: initial;
  rotate: 180deg;
}
@media (width < 768px) {
  .pageContact .contact-form .contact-btn--back::after {
    left: 3rem;
  }
}
.pageContact .contact-form button {
  background: transparent;
  border-radius: inherit;
  color: #fff;
  cursor: pointer;
  height: inherit;
  width: inherit;
}
.pageContact .privacy-check {
  margin-top: 91px;
  text-align: center;
}
@media (width < 768px) {
  .pageContact .privacy-check {
    margin-top: 6rem;
  }
}
.pageContact .privacy-check .wpcf7-list-item {
  margin: 0;
}
.pageContact .privacy-check a {
  color: #fff;
  text-decoration: underline;
}
.pageContact .privacy-check label {
  align-items: center;
  display: flex;
}
.pageContact .privacy-check label input[type=checkbox] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.pageContact .privacy-check label .wpcf7-list-item-label {
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media (width < 768px) {
  .pageContact .privacy-check label .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}
.pageContact .privacy-check label .wpcf7-list-item-label a {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .pageContact .privacy-check label .wpcf7-list-item-label a:hover {
    color: #b7ff00;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pageContact .privacy-check label .wpcf7-list-item-label a:hover {
    color: #b7ff00;
  }
}

.thanks-content {
  background: #fff;
  border-radius: 5px;
  margin-inline: auto;
  max-width: 570px;
  padding: 60px 40px 70px;
}
@media (width < 768px) {
  .thanks-content {
    border-radius: 0.5rem;
    max-width: 100%;
    padding: 6rem 2rem;
  }
}

.thanks-title {
  color: #090d00;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (width < 768px) {
  .thanks-title {
    font-size: 2.4rem;
  }
}

.thanks-text {
  color: #090d00;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}
@media (width < 768px) {
  .thanks-text {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
}

/*=======================
下層 / サンクスページ
=======================*/