@charset "UTF-8";
/*
Theme Name: Themify Ultra Child
Description: Child theme for Themify Ultra
Author: Themify
Template: themify-ultra
*/
/* write custom css below */
.post-type-archive-talent picture,
.tax-talent-category picture,
.single-talent picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .post-type-archive-talent img,
  .tax-talent-category img,
  .single-talent img {
    pointer-events: none;
  }
}
.post-type-archive-talent a,
.tax-talent-category a,
.single-talent a {
  text-decoration: none;
}
.post-type-archive-talent *,
.post-type-archive-talent *:before,
.post-type-archive-talent *:after,
.tax-talent-category *,
.tax-talent-category *:before,
.tax-talent-category *:after,
.single-talent *,
.single-talent *:before,
.single-talent *:after {
  box-sizing: border-box;
}
.post-type-archive-talent h1,
.post-type-archive-talent h2,
.post-type-archive-talent h3,
.post-type-archive-talent h4,
.post-type-archive-talent h5,
.post-type-archive-talent h6,
.post-type-archive-talent div,
.post-type-archive-talent dl,
.post-type-archive-talent dt,
.post-type-archive-talent dd,
.post-type-archive-talent p,
.tax-talent-category h1,
.tax-talent-category h2,
.tax-talent-category h3,
.tax-talent-category h4,
.tax-talent-category h5,
.tax-talent-category h6,
.tax-talent-category div,
.tax-talent-category dl,
.tax-talent-category dt,
.tax-talent-category dd,
.tax-talent-category p,
.single-talent h1,
.single-talent h2,
.single-talent h3,
.single-talent h4,
.single-talent h5,
.single-talent h6,
.single-talent div,
.single-talent dl,
.single-talent dt,
.single-talent dd,
.single-talent p {
  line-height: 1;
  margin: 0;
}
.post-type-archive-talent ul,
.post-type-archive-talent ol,
.post-type-archive-talent li,
.tax-talent-category ul,
.tax-talent-category ol,
.tax-talent-category li,
.single-talent ul,
.single-talent ol,
.single-talent li {
  margin: 0;
  padding: 0;
}
.post-type-archive-talent li,
.tax-talent-category li,
.single-talent li {
  list-style: none;
}
.post-type-archive-talent img,
.tax-talent-category img,
.single-talent img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}
.post-type-archive-talent figure,
.tax-talent-category figure,
.single-talent figure {
  margin: 0;
  padding: 0;
}
.post-type-archive-talent input[type=number]::-webkit-outer-spin-button,
.post-type-archive-talent input[type=number]::-webkit-inner-spin-button,
.tax-talent-category input[type=number]::-webkit-outer-spin-button,
.tax-talent-category input[type=number]::-webkit-inner-spin-button,
.single-talent input[type=number]::-webkit-outer-spin-button,
.single-talent input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.post-type-archive-talent input[type=number],
.tax-talent-category input[type=number],
.single-talent input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 360px) {
  .is-maxsp-only {
    display: none !important;
  }
}
@media screen and (min-width: 349px) {
  .is-minsp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-tb-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .is-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .is-sm-tb-only {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-max-pc-only {
    display: none !important;
  }
}
/*----------------------------------------------------------
タレントリスト
------------------------------------------------------------*/
.talent-lists {
  padding-top: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .talent-lists {
    padding-top: 20px;
  }
}

.talent-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 9px;
  margin-top: 105px !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .talent-list {
    gap: 20px;
    margin-top: initial !important;
  }
}
.talent-list__item {
  flex-grow: 1;
  max-width: min(100%, calc((100% - 9px * 5) / 6));
}
@media screen and (max-width: 1300px) {
  .talent-list__item {
    max-width: min(100%, calc((100% - 9px * 4) / 5));
  }
}
@media screen and (max-width: 1200px) {
  .talent-list__item {
    max-width: min(100%, calc((100% - 9px * 3) / 4));
  }
}
@media screen and (max-width: 1000px) {
  .talent-list__item {
    max-width: min(100%, calc((100% - 9px * 2) / 3));
  }
}
@media screen and (max-width: 767px) {
  .talent-list__item {
    max-width: min(100%, calc((100% - 20px * 1) / 2));
  }
}
.talent-list__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .talent-list__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.talent-list__img img {
  width: 100%;
}
.talent-list__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.talent-list__ttl {
  word-wrap: break-word;
  color: #fff;
  font-size: 13px;
  line-height: 1.2 !important;
  overflow-wrap: break-word;
}

/* ーーーーーーーーーーーー'SNSリスト'ーーーーーーーーーーーーーー*/
.talent-sns-list {
  align-items: center;
  display: flex;
  gap: 9px;
  width: 100%;
}
.talent-sns-list li {
  width: 100%;
}
.talent-sns-list .p-youtube {
  max-width: 16px;
}
.talent-sns-list .p-instagram {
  max-width: 16px;
}
.talent-sns-list .p-tiktok {
  max-width: 16px;
}
.talent-sns-list .p-twitter {
  max-width: 16px;
}
.talent-sns-list .p-other01 {
  max-width: 18px;
}
.talent-sns-list .p-other02 {
  margin-left: 2px;
  max-width: 11px;
}

.single-talents__genre-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.single-talents__genre-archive li {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-talents__genre-archive li {
    font-size: 10px;
  }
}

.post-type-archive-talent .l-main.--r,
.tax-talent-category .l-main.--r,
.single-talent .l-main.--r {
  transition: transform 0.3s ease;
}
.post-type-archive-talent .l-filter,
.tax-talent-category .l-filter,
.single-talent .l-filter {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(-410px);
  transition: transform 0.3s ease;
  width: 410px;
  z-index: 9999;
}
.post-type-archive-talent .l-filter__bg,
.tax-talent-category .l-filter__bg,
.single-talent .l-filter__bg {
  background-color: #f7f7f7;
  border-radius: 17px 0 0 17px;
  height: 100%;
  left: -33px;
  position: absolute;
  top: 0;
  width: 33px;
}
.post-type-archive-talent .l-filter__wrap,
.tax-talent-category .l-filter__wrap,
.single-talent .l-filter__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px 40px 3.5vw;
  width: 100%;
}
.post-type-archive-talent .l-filter__close,
.tax-talent-category .l-filter__close,
.single-talent .l-filter__close {
  opacity: 0;
  transition: opacity 0.3s;
}
.post-type-archive-talent .l-filter__close.is-open,
.tax-talent-category .l-filter__close.is-open,
.single-talent .l-filter__close.is-open {
  opacity: 1;
}
.post-type-archive-talent .l-filter__close p,
.tax-talent-category .l-filter__close p,
.single-talent .l-filter__close p {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #5c5c5c;
  border-radius: 80px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  margin: 0;
  outline: none;
  padding: 3px 14px;
  text-align: center;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.post-type-archive-talent .l-filter__close p:hover,
.tax-talent-category .l-filter__close p:hover,
.single-talent .l-filter__close p:hover {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.post-type-archive-talent .l-filter__inner,
.tax-talent-category .l-filter__inner,
.single-talent .l-filter__inner {
  color: #fff;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding-bottom: 60px;
  padding-top: 40px;
  width: 90%;
}
.post-type-archive-talent .l-filter__inner dl,
.tax-talent-category .l-filter__inner dl,
.single-talent .l-filter__inner dl {
  max-width: 300px;
}
.post-type-archive-talent .l-filter__inner dl+dl,
.tax-talent-category .l-filter__inner dl+dl,
.single-talent .l-filter__inner dl+dl {
  margin-top: 35px;
}
.post-type-archive-talent .l-filter__inner dl dt,
.tax-talent-category .l-filter__inner dl dt,
.single-talent .l-filter__inner dl dt {
  font-size: 15px;
}
.post-type-archive-talent .l-filter__inner dl dd,
.tax-talent-category .l-filter__inner dl dd,
.single-talent .l-filter__inner dl dd {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.post-type-archive-talent .l-filter__inner .c-btn-input,
.tax-talent-category .l-filter__inner .c-btn-input,
.single-talent .l-filter__inner .c-btn-input {
  margin: 2px;
}
.post-type-archive-talent .l-filter__inner .c-btn-input label,
.tax-talent-category .l-filter__inner .c-btn-input label,
.single-talent .l-filter__inner .c-btn-input label {
  align-items: center;
  background-color: #000;
  border: 1px solid #5c5c5c;
  border-radius: 80px;
  cursor: pointer;
  display: flex;
  font-family: hiragino sans, hiragino kaku gothic pron, noto sans jp, sans-serif;
  font-size: 12px;
  line-height: 1.15;
  padding: 5px 12px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.post-type-archive-talent .l-filter__category,
.tax-talent-category .l-filter__category,
.single-talent .l-filter__category {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.post-type-archive-talent .l-filter__category li,
.tax-talent-category .l-filter__category li,
.single-talent .l-filter__category li {
  margin: 5px 5px 5px 0;
}
.post-type-archive-talent .l-filter__category .c-btn-input,
.tax-talent-category .l-filter__category .c-btn-input,
.single-talent .l-filter__category .c-btn-input {
  display: inline-block;
}
.post-type-archive-talent .l-filter__category .c-btn-input label,
.tax-talent-category .l-filter__category .c-btn-input label,
.single-talent .l-filter__category .c-btn-input label {
  font-size: 28px;
  padding: 2px 18px;
}
.post-type-archive-talent .l-filter__category .c-btn-border a,
.tax-talent-category .l-filter__category .c-btn-border a,
.single-talent .l-filter__category .c-btn-border a {
  font-size: 28px;
  padding: 2px 18px;
}
.post-type-archive-talent .l-filter__category-tag,
.tax-talent-category .l-filter__category-tag,
.single-talent .l-filter__category-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.post-type-archive-talent .l-filter__category-tag li,
.tax-talent-category .l-filter__category-tag li,
.single-talent .l-filter__category-tag li {
  margin: 2px 5px 2px 0;
}
.post-type-archive-talent .l-filter__category-tag .c-btn-input label,
.tax-talent-category .l-filter__category-tag .c-btn-input label,
.single-talent .l-filter__category-tag .c-btn-input label {
  font-size: 16px;
  padding: 4px 12px;
}
.post-type-archive-talent .c-btn-input label.is-jp,
.tax-talent-category .c-btn-input label.is-jp,
.single-talent .c-btn-input label.is-jp {
  font-family: hiragino sans, hiragino kaku gothic pron, noto sans jp, sans-serif;
  font-size: 22px;
  padding: 6px 18px;
}
.post-type-archive-talent .c-btn-input span,
.tax-talent-category .c-btn-input span,
.single-talent .c-btn-input span {
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
}
.post-type-archive-talent .c-btn-input__close,
.tax-talent-category .c-btn-input__close,
.single-talent .c-btn-input__close {
  display: block;
  height: 12px;
  margin-right: 5px;
  position: relative;
  width: 12px;
}
.post-type-archive-talent .c-btn-input__close::before,
.post-type-archive-talent .c-btn-input__close::after,
.tax-talent-category .c-btn-input__close::before,
.tax-talent-category .c-btn-input__close::after,
.single-talent .c-btn-input__close::before,
.single-talent .c-btn-input__close::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
}
.post-type-archive-talent .c-btn-input__close::before,
.tax-talent-category .c-btn-input__close::before,
.single-talent .c-btn-input__close::before {
  height: 1px;
  width: 100%;
}
.post-type-archive-talent .c-btn-input__close::after,
.tax-talent-category .c-btn-input__close::after,
.single-talent .c-btn-input__close::after {
  height: 100%;
  width: 1px;
}
.post-type-archive-talent .c-btn-icon,
.tax-talent-category .c-btn-icon,
.single-talent .c-btn-icon {
  display: inline-block;
}
.post-type-archive-talent .c-btn-icon a,
.post-type-archive-talent .c-btn-icon button,
.tax-talent-category .c-btn-icon a,
.tax-talent-category .c-btn-icon button,
.single-talent .c-btn-icon a,
.single-talent .c-btn-icon button {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  appearance: none;
  background: 0 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 80px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  justify-content: center;
  margin: 0;
  outline: none;
  padding: 2px 20px;
  text-align: center;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.post-type-archive-talent .c-btn-icon span,
.tax-talent-category .c-btn-icon span,
.single-talent .c-btn-icon span {
  display: block;
  font-size: 0;
}
.post-type-archive-talent .c-btn-icon span+*,
.tax-talent-category .c-btn-icon span+*,
.single-talent .c-btn-icon span+* {
  margin-left: 5px;
}
.post-type-archive-talent .c-btn-icon svg path,
.tax-talent-category .c-btn-icon svg path,
.single-talent .c-btn-icon svg path {
  transition: fill 0.3s;
}
.post-type-archive-talent .c-btn-icon p+*,
.tax-talent-category .c-btn-icon p+*,
.single-talent .c-btn-icon p+* {
  margin-left: 5px;
}

.parallax-bg {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax-bg .tf_vd_lazy {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.parallax-bg video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.parallax-bg_wrap {
  position: relative;
  transform: none;
}

.video_txt_wrap {
  align-items: end;
  padding-bottom: 120px;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  gap: 50px;
  opacity: 0;
  position: fixed !important;
  transition: all 0.3s ease;
  z-index: 6;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 1000px) {
  .video_txt_wrap {
    align-items: center;
    justify-content: end;
    left: 50%;
    width: 100%;
    flex-direction: column;
    gap: 25px;
  }
}
.video_txt_wrap .video-service-name {
  width: 400px;
  height: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .video_txt_wrap .video-service-name {
    width: 100%;
  }
}
.video_txt_wrap .video-service-name p.video_name {
  display: block;
  position: absolute;
}
.video_txt_wrap .tf_vd_lazy {
  width: 25%;
  max-width: 320px;
  position: absolute;
  top: 120px;
  left: 40px;
}
@media screen and (max-width: 1000px) {
  .video_txt_wrap .tf_vd_lazy {
    width: 40%;
    top: 120px;
    left: 20px;
  }
}

.video_txt_wrap .video_txt_wrap__btn {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
}
.video_txt_wrap .video_txt_wrap__btn.active {
  opacity: 1;
  pointer-events: auto;
}

.video_txt_wrap .tf_vd_root {
  display: none !important;
}
.video_txt_wrap__inner {
  align-items: center;
  display: flex;
  gap: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .video_txt_wrap__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .video_txt_wrap__inner {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
}
.video_txt_wrap__ttl {
  align-items: center;
  background-color: #fe0100;
  color: #fff;
  display: flex;
  font-size: 50px;
  font-weight: 700;
  height: 100px;
  justify-content: center;
  margin: 0;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .video_txt_wrap__ttl {
    font-size: 40px;
    height: 80px;
    width: 130px;
  }
}
.video_txt_wrap__img img {
  width: 100px;
}
@media screen and (max-width: 1280px) {
  .video_txt_wrap__img img {
    width: 70px;
  }
}

.video_name {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  translate: 0 -50%;
  white-space: nowrap;
  z-index: -1;
  top: calc(50% + 60px);
  opacity: 0;
  transition: .5s ease;
}
.video_name.active {
  opacity: 1;
  top: 50%;
}
@media screen and (max-width: 1280px) {
  .video_name {
    font-size: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .video_name {
    margin: auto;
    text-align: center;
    left: 50%;
    translate: -50% -50%;
  }
}

#body {
  background-color: #020823 !important;
}

.video_txt_wrap.fixed {
  opacity: 1;
}

.show-title_wrap {
  height: 150px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .show-title_wrap {
    height: 70px;
  }
}

.show-title {
  -webkit-animation: feature-roll 30s linear infinite;
  animation: feature-roll 30s linear infinite;
  display: flex;
  z-index: 3;
}

@-webkit-keyframes feature-roll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes feature-roll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.show-title span {
  display: block;
  font-size: 75px;
  font-weight: bold;
  line-height: 1;
  margin-right: 60px;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .show-title span {
    font-size: 45px;
  }
}

/*----------------------------------------------------------
タレントページ　トップスライド
------------------------------------------------------------*/
.module-image {
  z-index: 1;
}

.module-image.image-center .image-wrap {
  text-align: center;
}

.module-image.auto_fullwidth :is(.image-wrap, img) {
  display: block;
  width: 100%;
}

.tf_rel {
  position: relative;
}

#pagewrap {
  container-type: inline-size;
}

.mainVisual {
  height: 100%;
  width: 100%;
}

.swiper-container01 {
  cursor: -webkit-grab;
  cursor: grab;
  height: calc(217 / 700 * 100cqw);
  left: calc(241 / 1745 * 100cqw);
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: calc(20 / 700 * 100cqw);
  width: calc(938 / 1745 * 100cqw);
  z-index: 3;
}

.swiper-container01 img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.swiper-container01:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.swiper-container02 {
  border-radius: 1.3vw;
  cursor: -webkit-grab;
  cursor: grab;
  height: calc(212 / 700 * 100cqw);
  left: calc(1293 / 1745 * 100cqw);
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: calc(27 / 700 * 100cqw);
  transform: rotate(14.7deg);
  width: calc(240 / 1745 * 100cqw);
  z-index: 3;
}

.swiper-container02 img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.swiper-container02:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.single-talent .ft-top {
  position: relative;
  z-index: 2;
}
.single-talent .ft-bottom {
  position: relative;
  z-index: 2;
}

.single-talents {
  /* background-color: #df0939; */
  position: relative;
}
.single-talents__bg-top {
  background-color: #020823;
  display: block;
  height: 49%;
  left: 0;
  position: absolute;
  top: -15.2vw;
  transform: skewY(-8.6deg);
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .single-talents__bg-top {
    height: 35%;
  }
}
.single-talents__bg-bottom {
  background-color: #020823;
  bottom: -16.2vw;
  display: block;
  height: 39%;
  left: 0;
  position: absolute;
  transform: skewY(-8.6deg);
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .single-talents__bg-bottom {
    height: 35%;
  }
}
.single-talents__inner {
  align-items: flex-start;
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1980px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-top: 150px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .single-talents__inner {
    padding-bottom: 50vw;
    padding-top: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .single-talents__inner {
    flex-direction: column;
    padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .single-talents__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.single-talents__img {
  max-width: 50vw;
  position: sticky;
  top: 100px;
  width: 100%;
  z-index: 2;
}
.single-talents__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-talents__img {
    max-width: 100%;
    position: initial;
  }
}
.single-talents__info {
  max-width: 50vw;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 30px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .single-talents__info {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
.single-talents__sec-ttl {
  color: #08205c;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-talents__sec-ttl {
    font-size: 18px;
  }
}
.single-talents__genre {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
}
.single-talents__genre li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-talents__genre li {
    font-size: 14px;
  }
}
.single-talents__name {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3 !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .single-talents__name {
    font-size: 25px;
    margin-top: 20px !important;
  }
}
.single-talents__name-en {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .single-talents__name-en {
    font-size: 18px;
    margin-top: 10px !important;
  }
}
.single-talents__sns {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .single-talents__sns {
    margin-top: 15px !important;
  }
}
.single-talents__sns-list {
  align-items: center;
  display: flex;
  gap: 10px;
}
.single-talents__sns-item {
  flex-grow: 1;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-talents__sns-item {
    max-width: 25px;
  }
}
.single-talents__sns-item a {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .single-talents__sns-item a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.single-talents .s-youtube {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .single-talents .s-youtube {
    max-width: 25px;
  }
}
.single-talents .s-instagram {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .single-talents .s-instagram {
    max-width: 25px;
  }
}
.single-talents .s-twitter {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .single-talents .s-twitter {
    max-width: 25px;
  }
}
.single-talents .s-tiktok {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .single-talents .s-tiktok {
    max-width: 25px;
  }
}
.single-talents .s-other01 {
  margin-left: 5px;
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .single-talents .s-other01 {
    margin-left: 3px;
    max-width: 25px;
  }
}
.single-talents .s-other02 {
  margin-left: 10px;
  max-width: 24px;
}
@media screen and (max-width: 767px) {
  .single-talents .s-other02 {
    margin-left: 5px;
    max-width: 16px;
  }
}
.single-talents__img-02 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .single-talents__img-02 {
    margin-top: 20px !important;
  }
}
.single-talents__img-02 img {
  width: 100%;
}
.single-talents__info-txts {
  background-color: #fff;
  margin-top: 25px !important;
  padding: 35px 30px;
}
@media screen and (max-width: 767px) {
  .single-talents__info-txts {
    padding: 20px 15px;
  }
}

.single-talents-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5 !important;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .single-talents-txt {
    font-size: 13px;
  }
}

/*----------------------------------------------------------
PROFILE
------------------------------------------------------------*/
.single-talents-profile {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-profile {
    margin-top: 20px !important;
  }
}
.single-talents-profile__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  justify-content: space-between;
  margin-top: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-profile__list {
    flex-direction: column;
    gap: 15px;
  }
}
.single-talents-profile__item {
  flex-grow: 1;
  max-width: calc((100% - 10px * 1) / 2);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-talents-profile__item {
    max-width: 100%;
  }
}
.single-talents-profile__ttl {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-talents-profile__ttl {
    font-size: 13px;
  }
}
.single-talents-profile__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4 !important;
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-profile__txt {
    font-size: 13px;
    margin-top: 7px !important;
  }
}

/*----------------------------------------------------------
FOLLOWERS
------------------------------------------------------------*/
.single-talents-followers {
  margin-top: 30px !important;
  /*----------------------------------------------------------
  カウントアップアニメーション
  ------------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  .single-talents-followers {
    margin-top: 20px !important;
  }
}
.single-talents-followers__list {
  display: flex;
  flex-direction: column;
}
.single-talents-followers__list-item {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-followers__list-item {
    margin-top: 20px !important;
  }
}
.single-talents-followers__ttl {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-talents-followers__ttl {
    font-size: 18px;
  }
}
.single-talents-followers__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px !important;
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .single-talents-followers__items {
    max-width: 100%;
  }
}
.single-talents-followers__item {
  align-items: flex-end;
  border-bottom: 1px dotted #bfbfbf;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px 5px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-followers__item {
    padding: 6px 5px !important;
  }
}
.single-talents-followers__icon {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .single-talents-followers__icon {
    width: 25px;
  }
}
.single-talents-followers__txt {
  flex-shrink: 0;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-talents-followers__txt {
    font-size: 20px;
  }
}
@property --count {
  .single-talents-followers {
    syntax: "<integer>";
    inherits: false;
    initial-value: 0;
  }
}
.single-talents-followers .countUp {
  counter-set: countUp var(--count);
  font-size: 3rem;
  font-variant-numeric: tabular-nums;
}
.single-talents-followers .countUp::after {
  content: counter(countUp) "件";
}

.single-talents-history {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-history {
    margin-top: 20px !important;
  }
}
.single-talents-history__list {
  border-top: 1px dashed #0c0c0c;
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-history__list {
    margin-top: 20px !important;
  }
}
.single-talents-history__accordion {
  border-bottom: 1px dashed #0c0c0c;
}
.single-talents-history__ttl {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-talents-history__ttl {
    font-size: 13px;
    min-height: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.single-talents-history__ttl:before,
.single-talents-history__ttl::after {
  background-color: #0c0c0c;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single-talents-history__ttl:before {
  height: 2px;
  right: 20px;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .single-talents-history__ttl:before {
    width: 10px;
  }
}
.single-talents-history__ttl::after {
  height: 13px;
  opacity: 1;
  right: 25px;
  transition: all 0.3s;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .single-talents-history__ttl::after {
    height: 10px;
    right: 24px;
  }
}
.single-talents-history__txt {
  display: none;
  font-size: 12px;
  line-height: 1.8 !important;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .single-talents-history__txt {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.history-open::after {
  opacity: 0;
}

.single-talents-creator-news {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-creator-news {
    margin-top: 20px !important;
  }
}
.single-talents-creator-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .single-talents-creator-news__list {
    gap: 10px 15px;
    margin-top: 20px !important;
  }
}
.single-talents-creator-news__item {
  flex-grow: 1;
  max-width: calc((100% - 20px * 1) / 2);
  width: 100%;
}
.single-talents-creator-news__link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .single-talents-creator-news__link {
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .single-talents-creator-news__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.single-talents-creator-news__img {
  text-align: center;
}
.single-talents-creator-news__ttls {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.single-talents-creator-news__date {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-talents-creator-news__date {
    font-size: 14px;
  }
}
.single-talents-creator-news__ttl {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3 !important;
}

/*----------------------------------------------------------
お問い合わせボタン
------------------------------------------------------------*/
.single-bottoms {
  display: flex;
  gap: 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1250px;
  padding: 0 20px;
  padding-bottom: 200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .single-bottoms {
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    padding-bottom: 60px;
  }
}
.single-bottoms__link {
  align-items: center;
  border: solid 2px #fff;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: 85px;
  padding-top: 85px;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .single-bottoms__link:hover {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .single-bottoms__link {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.single-bottoms__link-01 {
  background-image: linear-gradient(135deg, #275687 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  transition: background 500msease-in-out;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .single-bottoms__link-01:hover {
    background-position: 0;
  }
}
.single-bottoms__link-02 {
  background-image: linear-gradient(135deg, #082d53 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  transition: background 500msease-in-out;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .single-bottoms__link-02:hover {
    background-position: 0;
  }
}
.single-bottoms__txts {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.single-bottoms__txts-en {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .single-bottoms__txts-en {
    font-size: 20px;
  }
}
.single-bottoms__txts-ja {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .single-bottoms__txts-ja {
    font-size: 12px;
  }
}

.post-type-archive-talent .menu-item-home a {
  color: #fff !important;
}

.post-type-archive-talent .talent-header-text,
.tax-talent-category .talent-header-text,
.single-talent .talent-header-text {
  color: #dd080d;
}

@media screen and (max-width: 767px) {
  .post-type-archive-talent #wprmenu_bar,
  .tax-talent-category #wprmenu_bar {
    z-index: 9990 !important;
  }
}

.post-type-archive-talent,
.tax-talent-category,
.single-talent {
  /* 初期状態 */
  /* --r 要素の初期状態 */
  /* .js-filter が表示される状態 */
  /* --r が表示される状態 */
  /*----------------------------------------------------------
  親カテゴリ-Creatorなどのlabel
  ------------------------------------------------------------*/
  /*----------------------------------------------------------
  ページ下部子カテゴリ
  ------------------------------------------------------------*/
  /*----------------------------------------------------------
  大カテゴリボタンリスト
  ------------------------------------------------------------*/
  /*----------------------------------------------------------
  FILTER&SEARCHボタン
  ------------------------------------------------------------*/
  /*----------------------------------------------------------
  clearボタン
  ------------------------------------------------------------*/
}
.post-type-archive-talent .gray,
.tax-talent-category .gray,
.single-talent .gray {
  opacity: 0.2;
}
.post-type-archive-talent a img:hover,
.tax-talent-category a img:hover,
.single-talent a img:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .post-type-archive-talent .p-talent-top,
  .tax-talent-category .p-talent-top,
  .single-talent .p-talent-top {
    padding-top: 100px;
  }
}
.post-type-archive-talent .p-talent-top__ttl,
.tax-talent-category .p-talent-top__ttl,
.single-talent .p-talent-top__ttl {
  color: #fff;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .post-type-archive-talent .p-talent-top__ttl,
  .tax-talent-category .p-talent-top__ttl,
  .single-talent .p-talent-top__ttl {
    font-size: 70px;
    text-align: left;
  }
}
.post-type-archive-talent .p-talent-top__wrap,
.tax-talent-category .p-talent-top__wrap,
.single-talent .p-talent-top__wrap {
  margin: 0 auto;
  position: relative;
  width: 93%;
}
@media (min-width: 768px) {
  .post-type-archive-talent .p-talent-top__wrap,
  .tax-talent-category .p-talent-top__wrap,
  .single-talent .p-talent-top__wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
}
.post-type-archive-talent .js-filter,
.tax-talent-category .js-filter,
.single-talent .js-filter {
  transform: translate(-100%, 0);
  /* 初期位置を画面外に設定 */
  transition: transform 0.3s ease;
  /* transform プロパティに対するアニメーション */
}
.post-type-archive-talent .--r,
.tax-talent-category .--r,
.single-talent .--r {
  transform: translateX(0);
  /* 右にスライドイン */
  transition: right 0.3s ease;
  /* right プロパティに対するアニメーション */
}
.post-type-archive-talent .js-filter-open,
.tax-talent-category .js-filter-open,
.single-talent .js-filter-open {
  transform: translate(0, 0);
  /* 中央にスライドイン */
}
.post-type-archive-talent .r-open,
.tax-talent-category .r-open,
.single-talent .r-open {
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  transform: translateX(410px);
  width: 100vw;
  /* 初期位置を画面外に設定 */
}
.post-type-archive-talent .l-main,
.tax-talent-category .l-main,
.single-talent .l-main {
  line-height: 1.2;
}
.post-type-archive-talent .container,
.tax-talent-category .container,
.single-talent .container {
  pointer-events: auto;
}
.post-type-archive-talent .l-main,
.tax-talent-category .l-main,
.single-talent .l-main {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 14px;
  position: relative;
}
.post-type-archive-talent .c-btn-input input,
.tax-talent-category .c-btn-input input,
.single-talent .c-btn-input input {
  display: none;
}
.post-type-archive-talent .c-list-side__category-list .c-btn-input,
.tax-talent-category .c-list-side__category-list .c-btn-input,
.single-talent .c-list-side__category-list .c-btn-input {
  transition: none;
}
.post-type-archive-talent .c-list-side__category-list .c-btn-input label,
.tax-talent-category .c-list-side__category-list .c-btn-input label,
.single-talent .c-list-side__category-list .c-btn-input label {
  background-color: #fff;
  border-radius: 80px;
  cursor: pointer;
  display: block;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  width: max-content;
}
.post-type-archive-talent .c-list-side__category-list .c-btn-input label .c-btn-input__link,
.tax-talent-category .c-list-side__category-list .c-btn-input label .c-btn-input__link,
.single-talent .c-list-side__category-list .c-btn-input label .c-btn-input__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 80px;
  color: #000;
  display: flex;
  display: -ms-flexbox;
  font-size: 28px;
  padding: 2px 18px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-talent .c-list-side__category-list .c-btn-input label .c-btn-input__link,
  .tax-talent-category .c-list-side__category-list .c-btn-input label .c-btn-input__link,
  .single-talent .c-list-side__category-list .c-btn-input label .c-btn-input__link {
    font-size: 24px;
  }
}
.post-type-archive-talent .c-list-side__category-list .c-btn-input input:checked+label,
.tax-talent-category .c-list-side__category-list .c-btn-input input:checked+label,
.single-talent .c-list-side__category-list .c-btn-input input:checked+label {
  background-color: #000;
}
.post-type-archive-talent .c-list-side__category-list .c-btn-input input:checked+label .c-btn-input__link,
.tax-talent-category .c-list-side__category-list .c-btn-input input:checked+label .c-btn-input__link,
.single-talent .c-list-side__category-list .c-btn-input input:checked+label .c-btn-input__link {
  border-color: #fff;
  color: #fff;
}
.post-type-archive-talent .c-list-side__select .c-btn-input input:checked+label,
.tax-talent-category .c-list-side__select .c-btn-input input:checked+label,
.single-talent .c-list-side__select .c-btn-input input:checked+label {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.post-type-archive-talent .c-list-side,
.tax-talent-category .c-list-side,
.single-talent .c-list-side {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-talent .c-list-side,
  .tax-talent-category .c-list-side,
  .single-talent .c-list-side {
    margin-top: 50px !important;
  }
}
.post-type-archive-talent .c-list-side__category,
.tax-talent-category .c-list-side__category,
.single-talent .c-list-side__category {
  margin-bottom: auto;
}
.post-type-archive-talent .c-list-side__category-list,
.tax-talent-category .c-list-side__category-list,
.single-talent .c-list-side__category-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .post-type-archive-talent .c-list-side__category-list,
  .tax-talent-category .c-list-side__category-list,
  .single-talent .c-list-side__category-list {
    gap: 5px;
  }
}
.post-type-archive-talent .c-list-side__category-list .c-btn-border a,
.tax-talent-category .c-list-side__category-list .c-btn-border a,
.single-talent .c-list-side__category-list .c-btn-border a {
  font-size: 28px;
  padding: 2px 18px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-talent .c-list-side__category-list .c-btn-border a,
  .tax-talent-category .c-list-side__category-list .c-btn-border a,
  .single-talent .c-list-side__category-list .c-btn-border a {
    font-size: 24px;
  }
}
.post-type-archive-talent .c-list-side__category-tag,
.tax-talent-category .c-list-side__category-tag,
.single-talent .c-list-side__category-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.post-type-archive-talent .c-list-side__category-tag li,
.tax-talent-category .c-list-side__category-tag li,
.single-talent .c-list-side__category-tag li {
  margin: 2px 5px 2px 0;
}
.post-type-archive-talent .c-list-side__category-tag .c-btn-input label,
.tax-talent-category .c-list-side__category-tag .c-btn-input label,
.single-talent .c-list-side__category-tag .c-btn-input label {
  font-size: 16px;
  padding: 4px 12px;
}
.post-type-archive-talent .c-list-side__select,
.tax-talent-category .c-list-side__select,
.single-talent .c-list-side__select {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 8px;
  width: 80%;
}
.post-type-archive-talent .c-list-side__select .c-btn-input label,
.tax-talent-category .c-list-side__select .c-btn-input label,
.single-talent .c-list-side__select .c-btn-input label {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 80px;
  color: #000;
  cursor: pointer;
  display: flex;
  padding: 4px 10px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.post-type-archive-talent .c-list-side__select .c-btn-input p,
.tax-talent-category .c-list-side__select .c-btn-input p,
.single-talent .c-list-side__select .c-btn-input p {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.post-type-archive-talent .c-list-side__select .c-btn-input p::before,
.post-type-archive-talent .c-list-side__select .c-btn-input p::after,
.tax-talent-category .c-list-side__select .c-btn-input p::before,
.tax-talent-category .c-list-side__select .c-btn-input p::after,
.single-talent .c-list-side__select .c-btn-input p::before,
.single-talent .c-list-side__select .c-btn-input p::after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: background-color 0.3s;
  width: 12px;
}
.post-type-archive-talent .c-list-side__select .c-btn-input p::before,
.tax-talent-category .c-list-side__select .c-btn-input p::before,
.single-talent .c-list-side__select .c-btn-input p::before {
  transform: rotate(45deg);
}
.post-type-archive-talent .c-list-side__select .c-btn-input p::after,
.tax-talent-category .c-list-side__select .c-btn-input p::after,
.single-talent .c-list-side__select .c-btn-input p::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .post-type-archive-talent .meduaquery-mobile,
  .tax-talent-category .meduaquery-mobile,
  .single-talent .meduaquery-mobile {
    display: block;
  }
  .post-type-archive-talent .for-desktop,
  .tax-talent-category .for-desktop,
  .single-talent .for-desktop {
    display: none;
  }
  .post-type-archive-talent html,
  .post-type-archive-talent body,
  .tax-talent-category html,
  .tax-talent-category body,
  .single-talent html,
  .single-talent body {
    width: 100%;
  }
  .post-type-archive-talent .l-filter,
  .tax-talent-category .l-filter,
  .single-talent .l-filter {
    width: 100%;
  }
  .post-type-archive-talent .l-filter__bg,
  .tax-talent-category .l-filter__bg,
  .single-talent .l-filter__bg {
    display: none;
  }
  .post-type-archive-talent .l-filter__wrap,
  .tax-talent-category .l-filter__wrap,
  .single-talent .l-filter__wrap {
    padding: 0 20px 0 3.5vw;
  }
  .post-type-archive-talent .l-filter__close,
  .tax-talent-category .l-filter__close,
  .single-talent .l-filter__close {
    position: fixed;
    right: 3.5vw;
    top: 30px;
  }
  .post-type-archive-talent .l-filter__close p,
  .tax-talent-category .l-filter__close p,
  .single-talent .l-filter__close p {
    font-size: 18px;
    padding: 4px 10px;
  }
  .post-type-archive-talent .l-filter__inner,
  .tax-talent-category .l-filter__inner,
  .single-talent .l-filter__inner {
    max-height: 100%;
    padding-top: 30px;
    width: 100%;
  }
  .post-type-archive-talent .l-filter__category .c-btn-input label,
  .tax-talent-category .l-filter__category .c-btn-input label,
  .single-talent .l-filter__category .c-btn-input label {
    font-size: 24px;
  }
  .post-type-archive-talent .for-large,
  .tax-talent-category .for-large,
  .single-talent .for-large {
    display: none;
  }
}
@media (min-width: 768px) {
  @media (min-width: 768px) {
    .post-type-archive-talent .c-list-side__category-list .c-btn-input label:hover,
    .tax-talent-category .c-list-side__category-list .c-btn-input label:hover,
    .single-talent .c-list-side__category-list .c-btn-input label:hover {
      background-color: #000;
    }
    .post-type-archive-talent .c-list-side__category-list .c-btn-input label:hover .c-btn-input__link,
    .tax-talent-category .c-list-side__category-list .c-btn-input label:hover .c-btn-input__link,
    .single-talent .c-list-side__category-list .c-btn-input label:hover .c-btn-input__link {
      border-color: #fff;
      color: #fff;
    }
    .post-type-archive-talent .c-list-side__select .c-btn-input label:hover,
    .tax-talent-category .c-list-side__select .c-btn-input label:hover,
    .single-talent .c-list-side__select .c-btn-input label:hover {
      opacity: 0.7;
    }
    .post-type-archive-talent .l-filter__inner .c-btn-input label:hover,
    .tax-talent-category .l-filter__inner .c-btn-input label:hover,
    .single-talent .l-filter__inner .c-btn-input label:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000;
    }
    .post-type-archive-talent .c-list-side__clear>a:hover,
    .tax-talent-category .c-list-side__clear>a:hover,
    .single-talent .c-list-side__clear>a:hover {
      opacity: 0.7;
    }
    .post-type-archive-talent .c-list-side,
    .tax-talent-category .c-list-side,
    .single-talent .c-list-side {
      display: flex;
      flex-direction: column;
      height: 900px;
      justify-content: space-between;
      left: 0;
      padding-top: 100px;
      position: sticky;
      top: 0;
      z-index: 1010;
    }
  }
  @media (min-width: 768px) {
    .post-type-archive-talent .c-list-side,
    .tax-talent-category .c-list-side,
    .single-talent .c-list-side {
      display: flex;
      flex-direction: column;
      height: 840px;
      justify-content: space-between;
      left: 0;
      padding-top: 100px;
      position: sticky;
      top: 0;
      z-index: 1010;
    }
  }
  @media (min-width: 768px) {
    .post-type-archive-talent .p-talent-top__side,
    .tax-talent-category .p-talent-top__side,
    .single-talent .p-talent-top__side {
      max-width: 330px;
      width: 100%;
    }
  }
  .post-type-archive-talent .c-list-side__search-wrap,
  .tax-talent-category .c-list-side__search-wrap,
  .single-talent .c-list-side__search-wrap {
    padding-bottom: 50px;
  }
  @media screen and (max-width: 767px) {
    .post-type-archive-talent .c-list-side__search-wrap,
    .tax-talent-category .c-list-side__search-wrap,
    .single-talent .c-list-side__search-wrap {
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      padding-bottom: 0;
      width: 90%;
    }
  }
  .post-type-archive-talent .c-list-side__search,
  .tax-talent-category .c-list-side__search,
  .single-talent .c-list-side__search {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1000;
  }
  .post-type-archive-talent .c-list-side__search-btn,
  .tax-talent-category .c-list-side__search-btn,
  .single-talent .c-list-side__search-btn {
    font-size: 18px;
    transition: all 0.3s;
  }
  .post-type-archive-talent .c-list-side__search-btn-inner:nth-of-type(2),
  .tax-talent-category .c-list-side__search-btn-inner:nth-of-type(2),
  .single-talent .c-list-side__search-btn-inner:nth-of-type(2) {
    right: 0;
  }
  .post-type-archive-talent .c-list-side__search,
  .tax-talent-category .c-list-side__search,
  .single-talent .c-list-side__search {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    z-index: 1000;
  }
  .post-type-archive-talent .c-list-side__search-filter,
  .tax-talent-category .c-list-side__search-filter,
  .single-talent .c-list-side__search-filter {
    display: flex;
    margin-bottom: 5px;
  }
  .post-type-archive-talent .c-list-side__search-filter .c-btn-input label,
  .tax-talent-category .c-list-side__search-filter .c-btn-input label,
  .single-talent .c-list-side__search-filter .c-btn-input label {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 4px 12px;
  }
  .post-type-archive-talent .c-list-side__search-btn,
  .tax-talent-category .c-list-side__search-btn,
  .single-talent .c-list-side__search-btn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    font-size: 17px;
    position: relative;
    text-align: center;
    transition: opacity 0.3s;
  }
  .post-type-archive-talent .c-list-side__search-btn svg path,
  .tax-talent-category .c-list-side__search-btn svg path,
  .single-talent .c-list-side__search-btn svg path {
    transition: fill 0.3s;
  }
  .post-type-archive-talent .c-list-side__search-btn p,
  .tax-talent-category .c-list-side__search-btn p,
  .single-talent .c-list-side__search-btn p {
    white-space: nowrap;
  }
  .post-type-archive-talent .c-list-side__search-btn span,
  .tax-talent-category .c-list-side__search-btn span,
  .single-talent .c-list-side__search-btn span {
    font-size: 10px;
    height: 7px;
    line-height: 1;
    margin-left: 5px;
    margin-top: 2px;
  }
  .post-type-archive-talent .c-list-side__search-btn.is-open,
  .tax-talent-category .c-list-side__search-btn.is-open,
  .single-talent .c-list-side__search-btn.is-open {
    opacity: 0;
    pointer-events: none;
  }
  .post-type-archive-talent .c-list-side__search-btn-inner,
  .tax-talent-category .c-list-side__search-btn-inner,
  .single-talent .c-list-side__search-btn-inner {
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 80px;
    cursor: pointer;
    display: flex;
    font-size: 28px;
    justify-content: center;
    padding: 2px 13px;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s;
  }
  @media screen and (max-width: 768px) {
    .post-type-archive-talent .c-list-side__search-btn-inner,
    .tax-talent-category .c-list-side__search-btn-inner,
    .single-talent .c-list-side__search-btn-inner {
      font-size: 18px;
    }
  }
  @media screen and (min-width: 768px) {
    .post-type-archive-talent .c-list-side__search-btn-inner:hover,
    .tax-talent-category .c-list-side__search-btn-inner:hover,
    .single-talent .c-list-side__search-btn-inner:hover {
      background-color: #000;
      border-color: #fff;
      color: #fff;
    }
    .post-type-archive-talent .c-list-side__search-btn-inner:hover svg path,
    .tax-talent-category .c-list-side__search-btn-inner:hover svg path,
    .single-talent .c-list-side__search-btn-inner:hover svg path {
      fill: #fff;
    }
  }
  .post-type-archive-talent .c-list-side__search-btn-inner:nth-of-type(2),
  .tax-talent-category .c-list-side__search-btn-inner:nth-of-type(2),
  .single-talent .c-list-side__search-btn-inner:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 83px;
  }
  @media (min-width: 768px) {
    .post-type-archive-talent .c-list-side__search,
    .tax-talent-category .c-list-side__search,
    .single-talent .c-list-side__search {
      padding-bottom: 40px;
    }
  }
  @media (min-width: 768px) {
    .post-type-archive-talent .c-list-side__clear,
    .tax-talent-category .c-list-side__clear,
    .single-talent .c-list-side__clear {
      margin-left: 10px;
    }
  }
  .post-type-archive-talent .c-list-side__clear,
  .tax-talent-category .c-list-side__clear,
  .single-talent .c-list-side__clear {
    display: none;
    font-family: nimbus-sans, sans-serif;
  }
  .post-type-archive-talent .c-list-side__clear>a,
  .tax-talent-category .c-list-side__clear>a,
  .single-talent .c-list-side__clear>a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-decoration: none;
  }
  .post-type-archive-talent .c-list-side__clear>a::before,
  .tax-talent-category .c-list-side__clear>a::before,
  .single-talent .c-list-side__clear>a::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(1, 1);
    transition: transform 0.5s;
    width: 100%;
  }

  /*----------------------------------------------------------
シャッフルテキスト
------------------------------------------------------------*/
  .js-shuffleText .tb_text_wrap,
  .js-shuffleText-br {
    opacity: 0;
  }

  .js-shuffleText .tb_text_wrap.is-show,
  .js-shuffleText-br.is-show {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*----------------------------------------------------------
フェードテキスト
------------------------------------------------------------*/
  .text {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
  }

  .text.is-active .char {
    opacity: 1;
  }

  .char {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: calc((0.02s * var(--char-index)) + (0.72s * var(--line-index)));
  }
  /*# sourceMappingURL=sourcemaps/style.css.map */