@charset "UTF-8";
/* CSS Document */
/*
Theme Name: kokopro
Author: infopuls
Description: バーチャルライバー事務所KOKORO PRODUCTIONの公式テーマです。
Version: 1.0
*/


/*-------------------------------------------
共通
-------------------------------------------*/
html {
  font-size: 100%;
  margin: 0!important;
}
body {
  font-family: "Noto Sans JP", sans-serif; 
  color: #3e3e3e;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover{
  opacity: 0.6;
  transition: 0.8s;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul{
  padding: 0;
}
li {
  list-style: none;
}
h2{
  font-family: "Montserrat", sans-serif;
  color: #F480B4;
  font-size: 82px;
  font-weight: bold;
  margin: 0 0 20px;
  position: relative;
  z-index: 12;
}
h2::after{
  content: url('img/feather.svg');
  display: inline-block;
  margin-left: 8px;
}
h2 span{
  font-family: "Noto Sans JP", sans-serif; 
  color: #3e3e3e;
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.sec{
  margin-top: 160px;
}
.btn{
  width: fit-content;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #FFF;
  border: 4px solid #FAC9DF;
  box-shadow: 0 4px 0 #FAC9DF;
}
.btn a{
  color: #3e3e3e;
  display: flex;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
}
.btn a::after{
  content: url('img/arrow.svg');
  display: block;
  margin-left: 32px;
}
.btn.hover {
box-shadow: none;
transform: translateY(4px);
transition: 0.8s;
}
@media screen and (min-width: 901px) {
.btn:hover {
box-shadow: none;
transform: translateY(4px);
transition: 0.8s;
}
}
.pc-none{
    display: none!important;
  }
@media screen and (max-width: 900px) {
  .sp-none{
    display: none!important;
  }
  .pc-none{
    display: block!important;
  }
}
.wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.section-title {
  font-size: 2.25rem;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*-------------------------------------------
ヘッダー
  -------------------------------------------*/
#header .site-title {
  width: 100px;
  line-height: 1px;
}
#header .site-title a {
  display: block;
}

/*-------------------------------------------
ハンバーガーメニュー
-------------------------------------------*/
.hamburger {
  width: 100px;
  height: 100px;
  background-color: #ff2a2a;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  cursor: pointer;
  transition: 0.3s;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger span {
  width: 50px;
  height: 2px ;
  background: #fff;
  position: absolute;
  left: 25px;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 36px;
}
.hamburger span:nth-child(2) {
  top: 50px;
}
.hamburger span:nth-child(3) {
  top: 64px;
}
.hamburger.active span:nth-child(1) {
  top: 47px;
  left: 25px;
  background :#F480B4;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 47px;
  background: #F480B4;
  transform: rotate(45deg);
}

/*-------------------------------------------
メニュー
-------------------------------------------*/
#navi {
  width: 100%;
  height: 160vh;
  background-color: #FFF;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  text-align: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}
#navi.active {
  opacity: 1;
  visibility: visible;
}
#navi .logo {
  width: 100px;
  position: absolute;
  top: 40px;
  left: 50px;
}
#navi .menu {
  margin: 80px 0 40px 0;
}
#navi .menu li {
  margin-bottom: 24px;
}
.menu a, #navi .btn a, .btn2{
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #F480B4;
}
.menu span, #navi .btn span, .btn2 span{
  font-family: "Noto Sans JP", sans-serif; 
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #3e3e3e;
}
header .wrap{
  width: 100%;
}
.pc-navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 79px;
  max-width: 1220px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  position: fixed;
  inset: 0;
  margin: 20px auto;
  z-index: 99;
}
.pc-navi>a{
  margin-left: 50px;
}
.pc-navi .menu{
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.pc-navi .menu a{
  padding: 20px 28px;
  position: relative;
}
.pc-navi .menu a:last-child, .btn2{
  color: #fff;
  border-radius: 0 50px 50px 0;
  background-image: linear-gradient(90deg, rgba(244, 128, 180, 1), rgba(59, 255, 255, 1));
  padding: 20px 80px 20px 32px;
}
.btn2{
  border-radius: 50px;
  position: relative;
  padding: 20px 80px;
  width: 160px;
  margin: 0 auto;
}
.pc-navi .menu a:last-child span, .btn2 span{
  color: #fff;
}
.pc-navi .menu a:last-child::after{
  content: url('img/feather2.svg');
    display: inline-block;
    position: absolute;
    right: 36px;
    top: 28%;
}
.btn2 span::after{
  content: url('img/feather2.svg');
    display: inline-block;
    position: absolute;
    top:22px;
    right: 22px;
}


/*-------------------------------------------
MV
-------------------------------------------*/
#mv{
  height: 100vh;
  background-image: url(img/mv.webp);
  background-size: cover;
  position: relative;
  z-index: 12;
}
#mv h1{
  position: absolute;
  top:50%;
  right: 10%;
  color: #3e3e3e;
  font-size: 42px;
}
#mv h1 span{
  display: inline-block;
  background-color: #FFF;
  letter-spacing:4px;
}
#mv h1 span:first-child{
  padding: 0 0 5px 10px;
}
#mv h1 span:last-child{
  padding: 0 10px 5px 0;
}

/*-------------------------------------------
バナー
-------------------------------------------*/
#banner a{
  display: block;
  width: fit-content;
  margin: 80px auto;
  box-shadow: 0 8px 0 #FAC9DF;
  border-radius: 30px;
  position: relative;
  z-index: 12;
}
#banner a.hover {
box-shadow: none;
transform: translateY(8px);
}
@media screen and (min-width: 901px) {
#banner a:hover {
box-shadow: none;
transform: translateY(8px);
}
}

/*-------------------------------------------
所属ライバー
-------------------------------------------*/
/*-------------------------------------------
所属ライバー
-------------------------------------------*/
#talrents h2{
  margin-left: 60px;
}
.talrents-wrap{
  background-image: url(img/bg.webp);
  width: 100%;
  background-size: cover;
  background-repeat: repeat-y;
  border-radius: 100px 100px 0 0;
  padding: 120px 0;
  position: relative;
  z-index: 12;
}
.slider-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  padding: 0 20px 40px;
}
.slider-container {
  overflow: hidden;
  width: 100%;
}
.slider {
  display: flex;
  transition: transform 0.3s ease;
}
.slide-item {
  position: relative;
  flex: 0 0 calc(20% - 20px);
  margin-right: 20px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 20px;
  border-radius: 20px;
  border: 10px solid #FFF;
  aspect-ratio: 2/3;
  background-color: #FBF1F4;
  overflow: hidden;
}
.slide-item:nth-child(even) {
  background-color: #D2FDFF;
}
.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -40%;
  transform: scale(1.3);
  transition: transform 0.3s ease;
}
.slider-prev,
.slider-next {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-prev img,
.slider-next img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.rotate-right {
  transform: rotate(180deg);
}
.slide-item .talent-name-overlay {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 10px;
  left: 40%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
  pointer-events: none;
  text-align: left;
}
/* --- スマホ用 --- */
@media screen and (max-width: 1300px) {
  .slider-wrapper{
    padding: 0 0 24px;
  }
  .slide-item {
    flex: 0 0 calc(33.333% - 6px);
    margin-right: 6px;
    border: 8px solid #FFF;
  }
  .slide-item .talent-name-overlay {
  font-size: 40px;
}
}
@media screen and (max-width: 900px) {
  .slide-item {
    flex: 0 0 calc(50% - 6px);
  }
  .slide-item .talent-name-overlay {
  font-size: 32px;
}
}
@media screen and (max-width: 768px) {
.slide-item .talent-name-overlay {
  font-size: 24px;
}
}
@media screen and (max-width: 376px) {
.slide-item .talent-name-overlay {
  font-size: 20px;
  left: 44%;
}
}

/*-------------------------------------------
ABOUT
-------------------------------------------*/
#about{
  width: 100%;
  background-color: #F272AE;
  padding: 160px 0 120px;
  color: #FFF;
  position: relative;
}
.feather-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
#about .wrapper{
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
#about h2{
  position: absolute;
  top: -160px;
  left: 0px;
  color: #FFF;
  opacity: 0.2;
  font-size: 86px;
}
#about h2::after{
  display: none;
}
#about .about-text{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
#about .about-text span{
  display: inline-block;
}
#about h3{
  text-align: center;
  margin-bottom: 40px;
}

/*-------------------------------------------
お知らせ
-------------------------------------------*/

/*ツイッター表示時は非表示
#news .wrapper{
  max-width: 800px;
  margin: 0 auto;
}
#news .flex{
  position: relative;
  z-index: 12;
}
.news-article{
  width: 100%
}
.news-x{
  display: none;
}*/

ツイッター表示時は表示
#news .wrapper{
  max-width: 1220px;
  margin: 0 auto;
}
#news .flex{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
.news-article, .news-x{
  width: 46%;
}
#news {
  width: 100%;
}
.news-article li a{
  display: block;
  padding: 20px 0;
  border-bottom: #f9f9f9 1px solid;
  display: flex;
  color: #3e3e3e;
}
.news-article li:last-child{
  border-bottom: none;
}
.news-article ul{
  margin-bottom: 20px;
}
.article-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
#news .news-article img{
  width: 200px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#news .news-article span{
  font-size: 12px;
}
#news .news-article p{
  font-size: 18px;
  margin: 10px 0 0;
}

/*-------------------------------------------
ライバー募集
-------------------------------------------*/
#audition{
  width: 100%;
}
#audition h2{
  text-align: center;
}
#audition h2::after{
  content: unset;
}
#audition .bg{
  background-image: linear-gradient(90deg, rgba(244, 128, 180, 1), rgba(59, 255, 255, 1));
  width: 100%;
  border-radius: 200px 200px 0 0;
  position: relative;
  z-index: 12;
}
#audition .wrap{
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 0 120px;
}
#audition .text{
  font-size: 28px;
  text-align: center;
  color: #F480B4;
  margin: 0 auto 10px;
  width: fit-content;
  background-color: #FFF;
  font-weight: bold;
}
#audition h3{
  font-size: 32px;
  text-align: center;
  color: #F480B4;
  font-weight: bold;
  margin: 0 0 20px;
}
#audition .audition-box{
  background-color: #FFF;
  padding: 80px;
  margin-bottom: 40px;
  border-radius: 40px;
  margin-top: 32px;
}
#audition .flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature h4{
  font-weight: normal;
  font-size: 18px;
  text-align: left;
}
.feature h4 span{
  display: inline-block;
}
.feature .number{
  color: #F480B4;
  display: block;
  font-size: 40px;
  margin-right: 8px;
  font-weight: bold;
}
.feature p{
  text-align: left;
  margin: 0;
}
.feature ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature li{
  width: 46%;
  margin-top: 40px;
  text-align: center;
}
.flow li{
  text-align: center;
}
.flow li .wrapper p{
  word-break: auto-phrase;
}
.flow h4{
  color: #FFF;
  background-color: #F480B4;
  padding: 8px 16px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 40px;
  font-weight: normal;
}
.flow li .wrapper{
  background-color: #F9F9F9;
  padding: 36px 20px;
  border-radius: 40px;
}
.flow li::after{
  content: url('img/triangle.svg');
  display: block;
  margin: 20px auto;
}
.flow li:last-child .wrapper{
  background-color: #F480B4;
  color: #FFF;
}
.flow li:last-child h4{
  color: #F480B4;
  background-color: #FFF;
}
.flow li:last-child::after{
  display: none;
}
.condition ul{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 60px;
}
.condition li{
  width: fit-content;
}
.condition li::before{
  content: url('img/check.svg');
  margin-right: 8px;
}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
#contact{
  width: 100%;
  box-sizing:border-box;
  position: relative;
  z-index: 12;
}
#contact{
  padding: 160px;
  margin: 0;
}
#contact h2{
  color: #F480B4;
  text-align: center;
}
#contact h2::after{
  content: none;
}
.tab-container{
  max-width: 1000px;
  margin: 40px auto 0;
}
.tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-container label, .tab-container p{
  font-size: 16px;
}
.tab-menu li {
  padding: 16px 28px;
  cursor: pointer;
  background: #F480B4;
  margin-right: 12px;
  color: #FFF;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
}
.tab-menu li.active {
  background: #F9F9F9;
  color: #F480B4;
}
.tab-content .form-panel {
  display: none;
}
.tab-content .form-panel.active {
  display: block;
}
.tab-content{
  background-color: #F9F9F9;
  border-radius: 0 40px 40px 40px;
  padding: 60px 0;
}
.wpcf7-form{
  max-width: 700px;
  margin: 0 auto;
}
.tab-content p {
  margin: 0;
  padding: 20px 0;
  position: relative;
}
.btn3{
    width: 260px;
    margin: 0 auto!important;
}
.wpcf7-text, .wpcf7-number, .wpcf7-email, .wpcf7-textarea{
  margin-top: 6px;
  border: 2px solid #FAC9DF;
  height: 52px;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
}
.wpcf7-select{
  margin-top: 6px;
  border: 2px solid #FAC9DF;
  height: 52px;
  border-radius: 10px;
  width: 100%;
  color: #3e3e3e;
  background-color: #FFF;
}
.wpcf7-number{
  width: unset;
}
.wpcf7-textarea{
  height: 80px;
}
.wpcf7-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #FAC9DF;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.wpcf7-radio input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #F480B4;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.wpcf7-form .btn{
  padding: 0 44px;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #FFF;
  border: 4px solid #FAC9DF;
  box-shadow: 0 4px 0 #FAC9DF;
}
.wpcf7-form .btn p{
  display: flex;
}
.wpcf7-form .btn{
  color: #3e3e3e;
  display: flex;
  align-items: center;
  padding: 24px 100px 24px 32px;
  font-size: 18px;
  width: 260px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFF;
  cursor: pointer;
  z-index: 10;
}
.wpcf7-spinner{
  visibility: unset!important;
  background-color: unset!important;
  width: 0!important;
  height: 0!important;
  position: absolute!important;
  top: 36px;
  right: 40px;
  z-index: 1;
}
.wpcf7-spinner::after{
  content: url('img/arrow.svg');
  display: block;
}
.wpcf7-spinner::before{
  content: unset!important;
}
.btn.hover {
box-shadow: none;
}
.btn.hover + .wpcf7-spinner{
  transform: translateY(4px);
  transition: 0.8s;
  opacity: 0.6;
}
.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha-notice a{
  color: #3e3e3e;
}
@media screen and (min-width: 901px) {
  .btn:hover {
box-shadow: none;
}
.btn:hover + .wpcf7-spinner{
  transform: translateY(4px);
  transition: 0.8s;
  opacity: 0.6;
}
}

.wpcf7-form .btn input{
  border: none;
}
.wpcf7 form .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border: none!important;
  background-color: #f9f9f9;
  padding: 10px 20px;
}
.wpcf7-list-item:first-child{
  margin: 0;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
footer{
  background-image: url('img/bg-footer.webp');
  background-size: cover;
  position: relative;
  z-index: 12;
}
footer ul{
  margin: 0;
}
footer .wrap{
  max-width: 1220px;
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .wrap li {
  max-width: 340px;
}
footer .wrap li:first-child{
  margin-right: 20px;
}
footer h2, footer h2 span{
  color: #FFF;
}
footer h2::after{
  content: none;
}
footer h2{
  margin: 0;
}
footer .flex{
  background-color: #FFF;
}
.footer-menu{
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .menu{
  display: flex;
  justify-content: space-between;
}
.footer-menu .menu li{
  margin-right: 20px;
}
.footer-menu .menu li :last-child{
  margin-right: 0;
}
.footer-menu p{
  font-size: 10px;
}
.footer-menu .menu a{
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

/*-------------------------------------------
下層　お知らせ
-------------------------------------------*/
.news-archive{
  position: relative;
  z-index: 50;
}
.news-archive h1, .talent-archive h1, .policy h1{
  font-family: "Montserrat", sans-serif;
  color: #F480B4;
  font-size: 82px;
  font-weight: bold;
  margin: 160px auto 20px;
  max-width: 1220px;
}
.news-archive h1::after, .talent-archive h1::after, .policy h1::after{
  content: url('img/feather.svg');
  display: inline-block;
  margin-left: 8px;
}
.news-archive h1 span, .talent-archive h1 span, .policy h1 span{
  font-family: "Noto Sans JP", sans-serif; 
  color: #3e3e3e;
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.news-archive h2, .talent-archive h2{
  color: #3e3e3e;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 8px 0;
}
.news-archive p{
  margin: 0;
}
.news-archive h2::after, .talent-archive h2::after{
  content: unset;
}
.news-archive .news-article, .talent-article, .policy-bg{
  background-image: url(img/bg.webp);
  width: 100%;
  background-size: 100%;
  background-repeat: repeat-y;
  border-radius: 100px 100px 0 0;
  padding: 120px 0;
}
.news-archive .wrap, .talent-article .wrap, .policy-bg .wrap{
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
.news-item{
  background-color: #FFF;
  border-radius: 28px;
  padding: 40px;
  margin-bottom: 28px;
}
.news-item a{
  display: flex;
  color: #333;
}
.news-thumb{
  width: 300px;
  height: 200px;
  margin-right: 40px;
}
.news-thumb img{
  border-radius: 20px;
  object-fit: cover;
  width: 300px;
  height: 200px;
  max-width: unset;
}
.news-item .flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3e3e3e;
}
.next a, .prev a{
  width: fit-content;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #FFF;
  border: 4px solid #FAC9DF;
  box-shadow: 0 4px 0 #FAC9DF;
}
.next a, .prev a{
  color: #3e3e3e;
  display: flex;
  align-items: center;
  padding: 18px 38px;
  font-size: 18px;
}
.next a::after{
  content: url('img/next.svg');
  display: block;
  margin-left: 32px;
  margin-top: 6px;
}
.prev a::before{
  content: url('img/prev.svg');
  display: block;
  margin-right: 32px;
  margin-top: 6px;
}
.next a.hover, .prev a.hover {
box-shadow: none;
position: relative;
transition: 0.8s;
transform: translateY(4px);
}
@media screen and (min-width: 901px) {
  .next a:hover, .prev a:hover{
box-shadow: none;
position: relative;
transition: 0.8s;
transform: translateY(4px);
}
}

/*-------------------------------------------
下層　所属ライバー
-------------------------------------------*/
.talent-archive{
  position: relative;
  z-index: 50;
}
.talent-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.talent-item {
  text-align: center;
  transition: 0.3s;
  width: 32%;
  margin-bottom: 40px;
}
.talent-item a{
  color: #3e3e3e;
}
.talent-thumb a{
  background-color: #FFF;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/3;
}
.talent-thumb img {
  aspect-ratio: 2/3;
  object-fit: cover;
  width: 90%;
  height: 93%;
  display: block;
  border-radius: 20px;
  box-sizing: border-box;
  object-position: top center;
}
.talent-item .talent-name {
  margin: 10px 0 0!important;
  font-size: 1.2em;
}
.talent-rubi {
  font-size: 0.9em;
  color: #666;
  margin-top: 0;
}
.talent-links {
  margin-top: 10px;
}
.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  display: inline-block;
  padding: 5px 10px;
  background: #eee;
  margin: 0 5px;
  border-radius: 3px;
}

.talent-detail{
  max-width: 1220px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 50;
}
.talent-detail .talent-name{
  color: #F480B4;
  font-size: 54px;
  display: inline-block;
  margin-top: 160px;
  margin-left: 45%;
  margin-bottom: 0;
}
.talent-detail .talent-rubi{
  color: #3e3e3e;
  font-size: 24px;
  display: inline-block;
  margin-left: 10px;
}
.talent-detail .talent-info-block{
  display: flex;
  justify-content: space-between;
  background-image: url(img/bg.webp);
  max-width: 1220px;
  background-size: 100%;
  background-repeat: repeat-y;
  border-radius: 60px;
  padding: 60px 60px 0;
  position: relative;
}
.talent-detail .talent-image{
  display: flex;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/4!important;
  width: 38%!important;
  position: relative!important;
  top:-180px!important;
  margin-bottom: -80px!important;
}
.talent-detail .talent-image img{
  aspect-ratio: 2/4!important;
  object-fit: cover!important;
  width: 90%!important;
  height: 93%!important;
  display: block!important;
  border-radius: 20px;
  box-sizing: border-box!important;
}
.talent-detail .talent-profile{
  width: 58%;
  position: relative;
}
.talent-detail .talent-custom{
  background-color: #FFF;
  border-radius: 40px;
  position: relative;
  top: 40px;
  padding: 20px 40px;
}
.talent-detail .talent-custom::before{
  content: "PROFILE";
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  position: relative;
  top: -58px;
  font-size: 40px;
  font-weight: bold;
}
.talent-detail .talent-custom div{
  margin: 0 0 40px;
}
.talent-detail .talent-custom strong{
  background-color: #F480B4;
  color: #FFF;
  padding: 8px 12px;
  border-radius: 30px;
  margin-right: 16px;
}
.talent-detail .talent-links{
  position: relative;
  top: 60px;
  display: flex;
}
.talent-detail .talent-links .iriam, .talent-detail .talent-links .x{
  width: fit-content;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #FFF;
  color: #3e3e3e;
  display: flex;
  align-items: center;
  padding: 18px 38px;
  font-size: 18px;
}
.talent-detail .talent-links .iriam::after, .talent-detail .talent-links .x::after{
  content: url('img/arrow.svg');
  display: block;
  margin-left: 32px;
  margin-top: 6px;
}
.talent-detail .talent-links .iriam::before{
  content: url('img/iriam.svg');
  display: block;
  margin-right: 32px;
  margin-top: 6px;
}
.talent-detail .talent-links .x::before{
  content: url('img/x.svg');
  display: block;
  margin-right: 32px;
  margin-top: 6px;
}
.talent-single .btn{
  margin-bottom: 80px;
}

/*-------------------------------------------
下層　お知らせ詳細
-------------------------------------------*/
.single-post{
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
.single-post .wp-block-post-featured-image img{
  border-radius: 20px;
  margin: 20px 0;
}
.single-post .post-date{
  margin: 160px 0 10px;
  color: #3e3e3e;
}
.single-post h1{
  font-size: 42px;
  margin: 0;
}
.single-post p{
  margin: 0 0 20px;
}
.single-post .btn{
  margin: 40px auto 0;
}

/*-------------------------------------------
下層　ポリシー
-------------------------------------------*/
.policy{
  position: relative;
  z-index: 50;
}
.policy .wrap{
  background-color: #FFF;
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1220px;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}
.policy-bg{
  box-sizing: border-box;
}
.policy h2{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  border-bottom: #F480B4 1px solid;
  margin: 40px 0 20px;
}
.policy h2::after{
  content: unset;
}
.policy p{
  font-size: 16px;
}

/*-------------------------------------------
レスポンシブ調整用
-------------------------------------------*/
@media screen and (max-width: 1300px) {
  .news-archive .wrap, .talent-article .wrap, .news-archive h1, .talent-archive h1, .single-post, .policy h1{
    padding: 0 40px;
  }
  .policy-bg{
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .wrap{
    padding: 64px 40px;
  }
  #audition .wrap{
    margin: 0 40px;
  }
  .wpcf7-form{
    max-width: 500px;
  }
  .talent-single #banner{
    padding: 0 40px;
  }
  #feather-area #banner, #feather-area #news{
    padding: 0 40px;
    box-sizing: border-box;
  }
    .footer-menu{
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .talent-detail .talent-info-block{
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .talent-detail .talent-links{
    flex-direction: column;
    gap:20px;
  }
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  /*-------------------------------------------
  共通
  -------------------------------------------*/
  .news-archive .wrap, .talent-article .wrap, .news-archive h1, .talent-archive h1, .single-post, .policy h1{
    padding: 0 20px;
  }
  #feather-area #banner{
    padding: 0 20px;
  }
  #feather-area #news{
    padding: 0;
  }
  .policy-bg{
    padding: 80px 20px;
  }
  .sec{
    margin-top:80px;
  }
  h2::after, .news-archive h1::after, .talent-archive h1::after, .policy h1::after{
    content: url('img/feather-sp.svg');
  }
  h2{
    font-size: 40px;
    margin: 0 0 10px;
  }
  .news-archive h1, .talent-archive h1, .policy h1{
    font-size: 40px;
    margin: 100px 0 10px;
  }
  h2 span, .news-archive h1 span, .talent-archive h1 span, .policy h1 span{
    font-size: 12px;
  }
  .btn a::after{
    content: url('img/arrow-sp.svg');
  }
  .btn a{
    font-size: 14px;
  }
  .section-title {
    font-size: 1.75rem;
    margin-bottom: 60px;
  }
  .section-title::after {
    width: 80px;
  }
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header{
    position: fixed;
    z-index: 999;
    height: 72px;
    background-color: #FFF;
    padding: 0 20px;
    width: 100%;
    top:0;
  }
  #header .sp-navi{
    position: fixed;
    top:16px;
  }
  /*-------------------------------------------
  ハンバーガーメニュー
  -------------------------------------------*/
  .hamburger {
    width: 75px;
    height: 75px;
    background-color: unset;
  }
  .hamburger span {
    width: 35px;
    left: 21px;
    background-color: #ECADBC;
  }
  .hamburger span:nth-child(1) {
    top: 26px;
  }
  .hamburger span:nth-child(2) {
    top: 37px;
  }
  .hamburger span:nth-child(3) {
    top: 48px;
  }
  .hamburger.active span:nth-child(1) {
    top: 37px;
    left: 21px;
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 37px;
  }
  #navi .logo {
    top: 25px;
    left: 25px;
  }
  #navi .menu {
    margin-top: 110px;
  }
  /*-------------------------------------------
  MV
  -------------------------------------------*/
  #mv{
    background-position: center;
    background-position-x: 20%!important;
  }
  #mv h2{
    margin-left: 20px;
  }
  #mv h1{
    top: 58%;
    left: 20px;
  }
  #mv h1 span{
    margin: 0 0 20px 20px;
    display: block;
    width: fit-content;
  }
  #mv h1 span:last-child{
    padding: 0 10px 5px!important;
  }
  /*-------------------------------------------
  バナー
  -------------------------------------------*/
  #banner a{
    border-radius: 6px;
  }
  /*-------------------------------------------
  所属ライバー
  -------------------------------------------*/
  .talrents-wrap{
    border-radius: 60px 60px 0 0;
    padding: 60px 0;
  }
  /*-------------------------------------------
  ABOUT
  -------------------------------------------*/
  #about{
    padding: 100px 0 80px;
  }
  #about h2{
    font-size: 48px;
    top:-80px;
  }
  #about h3{
    max-width: 360px;
    margin: 0 auto 20px;
  }
  #about .about-text{
    padding: 0 60px;
    font-size: 16px;
  }
  /*-------------------------------------------
  お知らせ
  -------------------------------------------*/
  #news .flex{
    flex-direction: column;
  }
  #news h2{
    padding: 0 20px;;
  }
  .news-article, .news-x{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #news .btn{
    margin: 20px auto 60px;
  }
  .article-text span{
    font-size: 10px;
  }
  .article-text p{
    font-size: 14px;
  }
  .news-x{
  height: 1100px;
  }
  /*-------------------------------------------
  ライバー募集
  -------------------------------------------*/
  #audition .bg{
    border-radius: 100px 100px 0 0;
  }
  #audition .text{
    font-size: 18px;
  }
  #audition .wrap{
    padding: 20px 0 60px;
    margin: 0 auto;
  }
  .feature .number{
    font-size: 40px;
  }
  .feature ul{
    flex-direction: column;
    margin: 0;
  }
  .feature li{
    width: 100%;
    margin-top: 60px;
  }
  .feature p{
    font-size: 14px;
    line-height: 1.8;
  }
  .flow li .wrapper{
    box-sizing: border-box;
  }
  .flow li .wrapper p{
    margin-bottom: 0;
  }
  #audition .audition-box{
    margin: 0 20px 32px;
    padding: 40px;
  }
  #audition h3{
    font-size: 24px;
    margin: 0;
  }
  .condition ul{
    flex-direction: column;
    gap: 6px 0px;
  }
  .condition ul li{
    margin-top: 20px;
    width: unset;
  }
  /*-------------------------------------------
  お問い合わせ
  -------------------------------------------*/
  #contact{
    padding: 60px 40px;
  }
  .tab-menu{
    justify-content: space-between;
  }
  .tab-menu li{
    font-size: 16px;
    margin: 0;
  }
  .tab-container label, .tab-container p{
    font-size: 14px;
  }
  .tab-content{
    padding: 40px;
  }
  .btn3{
    width: 200px;
  }
  .wpcf7-form .btn{
    font-size: 14px;
    font-weight: normal;
    width: 200px;
  }
  .wpcf7-spinner{
    top: 32px;
    right: 40px;
  }
  .tab-content{
    border-radius: 0 0px 40px 40px;
  }
  /*-------------------------------------------
  フッター
  -------------------------------------------*/
  footer .wrap{
    flex-direction: column;
    align-items: center;
  }
  footer .menu, .footer-menu{
    flex-direction: column;
    text-align: center;
  }
  footer .wrap li:first-child{
    margin: 20px 0;
  }
  .footer-menu .menu li{
    margin: 10px 0;
  }
  footer h2{
    text-align: center;
  }
  .copyright{
    margin-top: 40px;
  }
  /*-------------------------------------------
  下層
  -------------------------------------------*/
  .news-archive .news-article, .talent-article{
    padding: 80px 0;
  }
  .talent-single{
    padding: 100px 0 40px;
  }
  /*-------------------------------------------
  下層　ライバー一覧
  -------------------------------------------*/
  .talent-item{
    width: 48%;
  }
  .talent-links img{
    width: 40px;
  }
  .talent-item .talent-name{
    font-size: 18px;
  }
  /*-------------------------------------------
  下層　ライバー詳細
  -------------------------------------------*/
  .talent-detail .talent-name{
    margin-top: 0;
  }
  .talent-info-block{
    flex-direction: column;
    padding: 20px 40px 0!important;
  }
  .talent-detail .talent-image{
    position: unset!important;
    top:unset!important;
    margin-bottom:-20px!important;
    width: 100%!important;
    padding: 20px;
    box-sizing: border-box;
    aspect-ratio: unset!important;
  }
  .talent-detail .talent-image img{
    width: 100%!important;
    height: auto!important;
  }
  .talent-detail .talent-profile{
    width: 100%;
    margin-top: 40px;
  }
  .talent-detail .talent-custom{
    padding: 0px 40px 20px!important;
  }
  .talent-detail .talent-custom strong{
    width: fit-content;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .talent-detail div p{
    margin: 0;
    font-size: 14px;
  }
  .talent-detail .talent-links{
    flex-direction: column;
    margin: 40px 0;
    top:0;
  }
  .talent-detail .talent-links a{
    margin-bottom: 20px!important;
  }
  .talent-detail .talent-links .iriam::after, .talent-detail .talent-links .x::after{
    position: absolute;
    right: 28px; 
    margin-left: 0;   
  }
  .talent-detail .talent-links .iriam, .talent-detail .talent-links .x{
    box-sizing: border-box;
    width: 100%;
  }
  .talent-info-block, .talent-detail .talent-image, .talent-detail .talent-profile, .talent-detail .talent-custom{
    position: unset;
  }
  .talent-detail .talent-name{
    margin-left: 10%;
    font-size: 26px;
  }
  .talent-rubi{
    font-size: 14px!important;
  }
  .talent-detail .talent-custom::before{
    font-size: 32px;
    top:-31px
  }
  .talent-single #banner{
    padding: 0 20px;
  }

  /*-------------------------------------------
  下層　お知らせ
  -------------------------------------------*/
  .news-archive .wrap{
    padding: 0 20px;
  }
  .news-item{
    padding: 20px;
    margin-bottom: 20px;
  }
  .news-thumb{
    width: 150px;
    height: unset;
    aspect-ratio: 3/2;
    margin-right: 20px;
  }
  .news-thumb img{
    width: 150px;
    height: unset;
    aspect-ratio: 3/2;
  }
  .news-item .flex{
    font-size: 12px;
  }
  .news-archive h2{
    font-size: 18px;
  }
  .news-archive p{
    font-size: 14px;
  }
  
  /*-------------------------------------------
  下層　お知らせ詳細
  -------------------------------------------*/
  .single-post h1{
    font-size: 24px;
  }
  .single-post .post-date{
    font-size: 14px;
    margin: 80px 0 0;
  }
  .single-post p{
    font-size: 14px;
  }
  /*-------------------------------------------
  下層　ポリシー
  -------------------------------------------*/
  .policy h2{
  font-size: 18px;
  }
  .policy p{
  font-size: 14px;
  }
}
/*-------------------------------------------
  羽背景
-------------------------------------------*/
.feather-wrapper {
  position: fixed;
  top: 0;
  pointer-events: none;
  z-index: 10;
  will-change: transform;
  animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95)!important;
}
.feather {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@keyframes fallSway {
  0% {
    transform: translateY(-100px) translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateY(25vh) translateX(-60px); /* ←増やす */
    opacity: 0.9;
  }
  50% {
    transform: translateY(50vh) translateX(60px);  /* ←増やす */
    opacity: 0.7;
  }
  75% {
    transform: translateY(75vh) translateX(-60px); /* ←増やす */
    opacity: 0.4;
  }
  100% {
    transform: translateY(110vh) translateX(0);
    opacity: 0;
  }
}
/*-------------------------------------------
  SP
-------------------------------------------*/
@media screen and (max-width: 577px) {
   #mv h1{
    font-size: 32px;
  }
}

/*-------------------------------------------
  x表示調整
-------------------------------------------*/
@media screen and (max-width: 700px) {
.news-x{
  height: 960px; /* Twitter埋め込みと同じぐらい確保 */
  }
}