@charset "utf-8";

/* ----------------------------------------
- RESET
---------------------------------------- */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}/*img:not([alt]){filter:blur(10px)}*/@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}


/* CLEAR
----------------------------------------------------- */
.clear {clear:both;}


/* CLEAR FIX
----------------------------------------------------- */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}


/* ----------------------------------------
- FORMAT
---------------------------------------- */
html {font-size:62.5%;}/*デフォルト16px*/

body {color:#636464; font-family:YakuHanJP,"Cormorant","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Helvetica Neue",Helvetica,Arial,"Lucida Grande","メイリオ",Meiryo,sans-serif; text-size-adjust:100%; -webkit-text-size-adjust:100%;}

a {text-decoration:none; outline:none; color:#636464; -webkit-tap-highlight-color:rgba(0,0,0,0);}

.spNone {display:none!important;}
.pcNone {display:block!important;}
/*** 960px以上 PCサイズcss適用 ***/
@media screen and (min-width: 960px) {
  .spNone {display:block!important;}
  .pcNone {display:none!important;}
}

body {
padding:6px 0 0;
background:url(../img/frame_bg.png) left top repeat-y;
background-size:100% auto
}

#Wrap {
background:#f4fafd;
width:100%;
}

.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header_title {
width:70%;
margin:0 auto;
/*padding:30px 0 40px;*/
visibility: visible;
}

.gnav a {
font-family:"Marcellus", serif;
color:#fff;
font-size:20px;
}

.nav-items {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.sns-items {
  position: absolute;
  /*top: 450px; ←ディスコグラフィありの場合*/
  /*top: 390px; ←ディスコグラフィなし、ビデオありの場合*/
  top: 330px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  border-top: solid 1px #fff;
}

.sns li {
list-style:none;
}

.sns li i {
font-size:20px;
color:#fff;
margin: 30px 15px 0;
}


.header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: ease .4s;
}


/*@media screen and (min-width: 960px) {
  .header {
    height: auto;
    position: relative;
  }
  
  .header_title {
    width:30%;
    padding:40px 0;
  }
  
  .header_nav {
    position: static;
    transform: initial;
    height: inherit;
  }
  
  .nav-items, .sns-items {
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .sns-items {
    border: none;
    position: relative;
  }
  
.gnav {
width:800px; ←ディスコグラフィありの場合
width:650px;
margin:0 auto;
}

.gnav a {
color:#1a74af;
font-size:22px;
}

.nav-items {
display:flex;
justify-content:space-between;
border-bottom:solid 1px #1a74af;
}

.nav_items li {
padding:0 0 20px;
}

.sns {
width:150px;
margin:25px auto 0;
}

.sns ul {
display:flex;
justify-content:space-between;
padding:0;
}
.sns li i {
font-size:40px;
color:#1a74af;
margin: 0;
}
}*/

.nav-items_item a {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.nav-items_item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items_item a {
    /*margin-bottom: 0;*/
    transition : all 0.5s ease 0s;
	/*width: fit-content;*/
  }
  .nav-items .nav-items_item a:hover {
    color: #019973;
  }
}

@media screen and (min-width: 960px) {
  .nav-items_item i:hover {
    color: #019973;
    transition : all 1s ease 0s;
  }
}

/* ハンバーガーメニュー */
.header_hamburger {
  width: 48px;
  height: 100%;
  position: absolute;
  top: 8px;
  right: 5px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  font-family: "Marcellus", serif;
  cursor: pointer;
}

.hamburger::after {
	content: "MENU";
	font-size: 11px;
	/*color: #1a74af;*/
	color: #fff;
}

.hamburger.change-color::after {
	color: #1a74af;
}

.header-static .hamburger::after {
	color: #1a74af;
}

/*@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}*/

.hamburger span {
  width: 100%;
  height: 3px;
  /*background-color: #1a74af;*/
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
  border-radius: 10px;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.header-static .hamburger span {
  background-color: #1a74af;
}


/* ハンバーガーメニュークリック後のスタイル */
.header_nav.active {
  transform: translateX(0);
  background:url(../img/nav_bg.png) center / cover no-repeat;
}

.hamburger.active::after {
  content: "CLOSE";
  color: #fff;
}

.hamburger.active span {
  background-color: #fff;
}

.hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}



.kv-block {
width:100%;
margin:0 auto;
padding:80px 0 0;
}

@media screen and (min-width: 960px) {
.kv-block {
width:1000px;
padding:60px 0 0;
}
}

.md-ttl__section,
.md-ttl2__section,
.md-ttl3__section,
.md-ttl4__section,
.md-ttl5__section,
.md-ttl6__section,
.md-ttl7__section,
.md-ttl-sub__section {
width:125px;
margin:60px auto 30px;
text-align:center;
font-size:25px;
font-family:"Marcellus", serif;
color:#1a74af;
padding:0 0 10px;
border-bottom:solid 1px #1a74af;
}

.md-ttl2__section {
width:200px;
margin:0 auto 20px;
}

.md-ttl3__section {
margin:40px auto 10px;
}

.md-ttl4__section {
width:200px;
margin:60px auto 30px;
}

.md-ttl5__section {
width:250px;
margin:60px auto 30px;
}

.md-ttl6__section {
margin:10px auto 40px;
}

.md-ttl7__section {
margin:60px auto 30px;
}

.md-ttl-sub__section {
margin:20px auto 0;
}

.sm-ttl__section {
margin:20px auto 15px;
text-align:center;
font-size:15px;
color:#4c96c7;
}

.monaca .md-ttl__section,
.monaca .md-ttl-sub__section,
.monaca .sm-ttl__section {
color:#c7dc68;
}

.monaca .md-ttl__section,
.monaca .md-ttl-sub__section {
border-bottom:solid 1px #c7dc68;
}

.cogoma .md-ttl__section,
.cogoma .md-ttl-sub__section,
.cogoma .sm-ttl__section {
color:#ce5242;
}

.cogoma .md-ttl__section,
.cogoma .md-ttl-sub__section {
border-bottom:solid 1px #ce5242;
}

.yoine .md-ttl__section,
.yoine .md-ttl-sub__section,
.yoine .sm-ttl__section {
color:#000b00;
}

.yoine .md-ttl__section,
.yoine .md-ttl-sub__section {
border-bottom:solid 1px #000b00;
}

.mamechio .md-ttl__section,
.mamechio .md-ttl-sub__section,
.mamechio .sm-ttl__section {
color:#bbd7ea;
}

.mamechio .md-ttl__section,
.mamechio .md-ttl-sub__section {
border-bottom:solid 1px #bbd7ea;
}

.profile {
font-family:YakuHanJP,"Cormorant","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Helvetica Neue",Helvetica,Arial,"Lucida Grande","メイリオ",Meiryo,sans-serif;
}

.profileIMG {
margin:0 auto 30px;
}

.profileLIST {
list-style:none;
font-size:14px;
width:100%;
margin:0 auto;
}

.profileLIST dl {
display:grid;
grid-template-columns:auto 1fr;
}

.profileLIST dt,
.profileLIST dd {
margin:0 0 15px;
}

.profileLIST dt {
padding-right:2em;
text-align-last:justify;
font-weight:bold;
}

.section-main {
text-align:center;
font-size:14px;
line-height:1.9;
}

.l-main .common-settings {
padding-left: 20px;
padding-right: 20px;
}

@media screen and (min-width: 960px) {
.md-ttl__section,
.md-ttl2__section,
.md-ttl3__section,
.md-ttl4__section,
.md-ttl5__section,
.md-ttl6__section,
.md-ttl7__section,
.md-ttl-sub__section {
width:200px;
font-size:35px;
margin:100px auto 60px;
}
	
.md-ttl2__section {
width:280px;
margin:-70px auto 20px;
}
	
.md-ttl3__section {
margin:40px auto 20px;
}
	
.md-ttl4__section {
width:280px;
margin:60px auto 30px;
}
	
.md-ttl5__section {
width:350px;
margin:60px auto 40px;
}
	
.md-ttl6__section {
margin:0 auto 60px;
}
	
.md-ttl7__section {
margin:60px auto 30px;
}

.md-ttl-sub__section {
margin:0 auto 10px;
}

.sm-ttl__section {
margin:20px auto 25px;
font-size:20px;
}

.profileLIST {
font-size:18px;
width:max-content;
}

.profileLIST dt,
.profileLIST dd {
margin:0 0 20px;
}

.section-main {
font-size:18px;
line-height:2;
}

.l-main .common-settings {
padding-left: 40px;
padding-right: 40px;
}

.l-main .common-settings .inner-section {
margin-right: auto;
margin-left: auto;
max-width: 1200px;
}
}



/*.news-category{margin-bottom:60px;text-align:center;letter-spacing:-.4em}
@media screen and (max-width:959px){
.news-category{margin-bottom:40px;text-align:left}
}*/

.news-category{width:100%;margin:-20px auto 60px;text-align:center;letter-spacing:-.4em}
@media screen and (max-width:959px){
.news-category{margin:-5px auto 40px;text-align:left}
}

.news-category ul{margin:0!important;padding:0!important}

.news-category li{display:inline-block;letter-spacing:normal;vertical-align:top;width:130px}
@media screen and (max-width:959px){
.news-category li{margin-bottom:10px;width:32%}
}

.news-category li:not(:last-child){margin-right:20px}
@media screen and (max-width:959px){
.news-category li:not(:last-child){margin-right:2%}
}
@media screen and (max-width:959px){
.news-category li:nth-child(3n){margin-right:0}
}
@media print,screen and (min-width:960px){
.news-category li:hover a{color:#fff!important}
}

.news-category li.cat__all a{color:#000e2b;border-color:#000e2b}
@media print,screen and (min-width:960px){
.news-category li.cat__all:hover a{background:#000e2b;color:#fff}
}

.news-category li.cat__all.is__current a{background:#000e2b;color:#fff}
.news-category li.cat__info.is__current a,
.news-category li.cat__event.is__current a,
.news-category li.cat__live.is__current a,
.news-category li.cat__release.is__current a{color:#fff!important}
.news-category li.cat__info a{border-color:#43d198;color:#43d198}
@media print,screen and (min-width:960px){
.news-category li.cat__info:hover a{background:#43d198}
}

.news-category li.cat__info.is__current a{background:#43d198}
.news-category li.cat__event a{border-color:#40c1f5;color:#40c1f5}
@media print,screen and (min-width:960px){
.news-category li.cat__event:hover a{background:#40c1f5}
}

.news-category li.cat__event.is__current a{background:#40c1f5}
.news-category li.cat__live a{border-color:#8f84ff;color:#8f84ff}
@media print,screen and (min-width:960px){
.news-category li.cat__live:hover a{background:#8f84ff}
}

.news-category li.cat__live.is__current a{background:#8f84ff}
.news-category li.cat__release a{border-color:#ff5b57;color:#ff5b57}
@media print,screen and (min-width:960px){
.news-category li.cat__release:hover a{background:#ff5b57}
}

.news-category li.cat__release.is__current a{background:#ff5b57}
.news-category li a{display:table;width:100%;height:32px;background:#fff;box-sizing:border-box;border:solid 1px #000e2b}
@media print,screen and (min-width:960px){
.news-category li a{transition-duration:.2s;border-radius:4px}
}
@media screen and (max-width:959px){
.news-category li a{height:30px;border-top-left-radius:16px;border-bottom-right-radius:15px}
}

.news-category li a span{display:table-cell;vertical-align:middle;text-align:center;font-size:16px;font-size:1.6rem;line-height:1;letter-spacing:.04em;font-family:Raleway,sans-serif;font-weight:500}
@media screen and (max-width:959px){
.news-category li a span{font-size:3.2vw}
}




.news-list {
justify-content: space-between;
display:flex;
flex-wrap:wrap;
}

.news-list__block {
margin-bottom: 25px;
margin-right: 0px;
width: 47.093%;
position: relative;
}

h3.ttl {
	text-align: left;
	margin: -10px 0 30px;
}

@media screen and (min-width: 960px) {
.news-list {
justify-content: flex-start;
}

.news-list__block {
margin-bottom: 55px;
margin-right: 2.75%;
width: 31.5%;
}

.news-list__block:nth-child(3n) {
margin-right: 0;
}
}

.news-list__block a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
}

.news-list__block__inner {
    margin-top: -1em;
}

.news-list__block__inner .thumb {
    margin-bottom: 13px;
    position: relative;
    height: auto;
    padding-top: 56.11111%;
    overflow: hidden;
    background: #f2f5fa;
}

.news-list__block__inner .thumb__inner {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.news-list__block__inner .thumb__inner img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: bottom;
}

.news-list__block__inner .data {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.md-category {
    letter-spacing: -.4em;
}

.news-list__block__inner .data .md-category li {
    width: 60px;
}

.md-category li.cat__info {
    background: #43d198;
}

.md-category li.cat__event {
	background:#40c1f5;
}

.md-category li.cat__live {
	background:#8f84ff;
}

.md-category li.cat__release {
	background:#ff5b57;
}

.md-category li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    border-radius: 2px;
    background: #000e2b;
    color: #fff;
    text-align: center;
    font-size: 2.66vw;
    line-height: 1;
    letter-spacing: .07em;
    font-family: Raleway, sans-serif;
    font-weight: 500;
}

.news-list__block__inner .data .md-category li em {
    height: 17px;
    font-style: normal;
}

.md-category li a, .md-category li em {
    display: table;
    width: 100%;
    color: #fff;
    font-style: normal;
}

.md-category li a span, .md-category li em span {
    display: table-cell;
    vertical-align: middle;
}

.news-list__block__inner .data .date {
    color: #afb9cc;
    font-size: 2.66vw;
    line-height: 1;
    letter-spacing: .04em;
    font-weight: 500;
}

.news-list__block__inner .ttl {
    font-size: 2.66vw;
    line-height: 1.6;
    letter-spacing: .07em;
    font-weight: 500;
}

.l-main .common-settings#TopNews .section-footer {
    padding-top: 5px;
	margin-bottom: 100px;
}

.md-btn__links {
    text-align: center;
    letter-spacing: -.4em;
}

.md-btn__links a, .md-btn__links em {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 13px;
    width: 57.84883720930233%;
    display: block;
    text-align: center;
    letter-spacing: normal;
    background: #ea4285;
    color: #fff;
    font-size: 4.26vw;
    line-height: 1;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-sizing: border-box;
    border: solid 1px #ea4285;
    box-shadow: 0 0 6px rgba(0, 14, 43, .06);
    font-family: Raleway, sans-serif;
    font-weight: 500;
}

.md-btn__links a span, .md-btn__links em span, .md-btn__links a i, .md-btn__links em i {
    letter-spacing: .08em;
    vertical-align: bottom;
}


@media screen and (min-width: 960px) {
.news-list__block__inner .thumb {
    margin-bottom: 18px;
}

.news-list__block__inner .data {
    margin-bottom: 10px;
}

.news-list__block__inner .data .md-category li {
    width: 120px;
}

.md-category li {
    border-radius: 4px;
    font-size: 14px;
}

.news-list__block__inner .data .md-category li em {
    height: 25px;
}

.news-list__block__inner .data .date {
    font-size: 16px;
    font-size: 1.6rem;
}

.news-list__block__inner .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
}

.md-btn__links a, .md-btn__links em {
    padding-top: 20px;
    padding-bottom: 18px;
    width: 220px;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    font-weight: 400;
}

.md-btn__links a span, .md-btn__links em span, .md-btn__links a i, .md-btn__links em i {
    letter-spacing: .15em;   
}

}


.talents-list {
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

.talents-list__block {
margin-bottom: -50px;
margin-right: 0px;
width: 47.093%;
position: relative;
}

.talents-list__block .talents-circle {
width: 160px;
height: 160px;
border-radius: 50%;
z-index: 5;
position: relative;
top: -80px;
padding: 45px 0 0;
margin: 0 auto;
}

.talents-list__block .monaca {
background: #c7dc68;
}

.talents-list__block .cogoma {
background: #ce5242;
}

.talents-list__block .yoine {
background: #000b00;
}

.talents-list__block .mamechio {
background: #bbd7ea;
}

.talents-list__block, .talents-list__block p, .talents-list__block i {
color: #fff;
text-align: center;
}

.talents-list__block .talents-name {
font-size: 22px;
font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}

.talents-list__block .talents-yomi {
font-size: 14px;
font-family: "Marcellus", serif;
margin: -10px 0 0;
}

.talents-list__block .talents-sns li,
.talents-sns_individual li {
	display: inline-block;
	width: fit-content;
}

.talents-list__block .talents-sns i,
.talents-sns_individual i {
	font-size: 18px;
	margin: 5px 15px 0 0;
}

.talents-list__block .talents-sns i.fa-youtube,
.talents-sns_individual i.fa-youtube {
	margin-right: 0;
}

.talents-sns_individual i {
	text-align: center;
}

.talents-sns_individual li.monaca i {
	color: #c7dc68;
}

.talents-sns_individual li.cogoma i {
	color: #ce5242;
}

.talents-sns_individual li.yoine i {
	color: #000b00;
}

.talents-sns_individual li.mamechio i {
	color: #bbd7ea;
}

@media screen and (min-width: 960px) {
.talents-list {
justify-content: flex-start;
}

.talents-list__block {
margin-bottom: 55px;
margin-right: 2.75%;
width: 22.9375%;
}

.talents-list__block:nth-child(4n) {
margin-right: 0;
}

.talents-list__block .talents-circle {
width: 300px;
height: 300px;
top: -150px;
padding: 90px 0 0;
}

.talents-list__block .talents-name {
font-size: 40px;
}

.talents-list__block .talents-yomi {
font-size: 20px;
}

.talents-list__block .talents-sns i,
.talents-sns_individual i {
	font-size: 34px;
	margin: 10px 20px 0 0;
}
}



/*=============
footer  area
=============*/
footer {
	width: 100%;
	background:url(../img/footer_bg.png) left top repeat-y;
	margin: 30px 0 0;
	padding: 30px 0 60px;
	text-align: center;
}

footer a {
color: #000 !important;
}

.footer-logo {
	width: 50%;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 0 20px;
}

footer ul li {
	display: inline-block;
	width: fit-content;
}

.footer-menu {
	position: relative;
	top: 16px;
}

.footer-sns i {
	font-size: 25px;
	margin: 0 0 0 20px;
}

.footer-sns i.fa-x-twitter {
	margin-left: 0;
}

.footer-menu li {
	font-size: 10px;
	margin: 0 0 0 15px;
}

.footer-menu li:first-child {
	margin-left: 0;
}

.copyright {
	font-size: 10px;
	position: relative;
	top: 40px;
	font-family:"Marcellus", serif;
	color: #000 !important;
}

@media screen and (min-width: 960px) {
	footer {
		/*margin: -100px 0 0;*/
	}
	footer a {
  		transition : all 0.5s ease 0s;
  	}
	footer a:hover {
		color: #125683 !important;
	}
	.footer-logo {
		width: auto;
	}
	.footer-menu {
		top: 20px;
	}
	.footer-sns i {
		font-size: 35px;
		margin: 0 0 0 30px;
	}
	.footer-menu li {
		font-size: 12px;
		margin: 0 0 0 40px;
	}
	.copyright {
		/*top: 35px;*/
	}
}

#pageTop {position:fixed; bottom:10px; right:10px; z-index:9;}
#pageTop a {background:url(../img/pagetop.png) center no-repeat; width:50px; height:0; padding:50px 0 0; display:block; overflow:hidden;}

@media screen and (min-width: 960px) {
  #pageTop {bottom:20px; right:20px;}
  #pageTop a {transition-property: opacity; transition-duration: 0.5s;}
  #pageTop a:hover {opacity: 0.7;}
}









/*=============
content  area
=============*/
#content {
	width: 100%;
	padding: 30px 20px;
}

/*#content h2 {
	color: #1a74af;
	font-size: 30px;
	font-family:"Marcellus", serif;
}*/

#content ul li {
	list-style: none;
}

#content .list_item {
	margin: 20px 0;
	width: fit-content;
}

#content .list_more {
	color: #767676;
	font-family:"Marcellus", serif;
	font-size: 10px;
	display: block;
	float: right;
	margin: -30px 0 0;
	width: fit-content;
}

.date {
	color: #767676;
	font-family:"Marcellus", serif;
	margin: 0 0 5px !important;
	font-size: 10px !important;
}

#content .category {
	color: #adadad;
	font-family:"Marcellus", serif;
	font-size: 10px;
}

#content .category a {
	color: #adadad;
}

#content .title {
	font-size: 13px;
}

#content .author {
	font-size: 10px;
	font-weight: bold;
	margin: 0 !important;
}

.new_mark {
	font-family:"Marcellus", serif;
	color: #ef8383;
	font-size: 10px;
	position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 10px;
}

.schedule {
  	margin: 60px 0;
}

#content .discography .title {
  	font-size: 16px;
  	margin: 10px 0 0;
}

.disc_item .thumb {
	width: 100%;
	margin: 10px 0 20px;
}

.disc_item .thumb img {
	width: 100%;
	height: auto;
}

.disc_item .apple, .disc_item .spotify {
  	display: inline-block;
}

.disc_item .apple a, .disc_item .spotify a {
  	font-size: 40px;
  	color: #adadad;
}

.disc_item .spotify a {
  	font-size: 35px;
  	margin: 0 0 0 10px;
}

.disc_item .tunecore a {
  	font-size: 13px;
}

.video {
	margin: 70px 0 30px;
}

.video-items li {
	aspect-ratio: 16 / 9;
	margin: 10px 0 20px;
}

.video-items iframe {
	width: 100%;
	height: 100%;
}

/*.video .title {
	position: relative;
	top: 10px;
}*/

.video .slick-dots {
  bottom: -25%;
}

.slick-dots li {
	width: 40px !important;
}

.slick-dots li.slick-active button:before {
	color: #636464 !important;
}

.slick-dots li button:before {
	font-size: 15px !important;
	color: #636464 !important;
}

.arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -10px;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 15px;
    height: 15px;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:15px;
    height:15px;
    border-right: 1px solid #636464;
    border-top: 1px solid #636464;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.list_blog .list_item {
  	width: 100%;
}

.list_blog .list_item img {
  	width: 100%;
	height: auto;
}

.list_blog .list_item .title {
  	margin: 7px 0 0;
}

.list_blog .list_item .date {
	float: left;
	padding: 0 10px 30px 0;
}

.blog_archive .list_item {
	margin: 0 0 40px!important;
}

.blog_archive .list_item .date{
	color: #636464 !important;
}

.comingsoon {
	text-align: center;
	color: #767676;
	font-size: 30px !important;
	font-family:"Marcellus", serif;
	margin: 50px auto 70px;
}

#content a.back {
	width: fit-content;
	color:#1a74af;
	font-size: 15px;
	font-family:"Marcellus", serif;
	display: block;
	margin: 0 auto;
	text-align: center;
}



@media screen and (min-width: 960px) {
  #content {
    width: 960px;
    padding: 0;
    margin: 0 auto 60px;
  }
  /*#content h2 {
	font-size: 40px;
}*/

  #content a, .news-list .news-list__block, .talents-list a, .discography a, .blog a, .md-btn__links a {
  	transition-property: opacity;
  	transition-duration: 0.5s;
  }
  #content a:hover, .news-list .news-list__block:hover, .talents-list a:hover, .discography a:hover, .blog a:hover, .md-btn__links a:hover {
  	opacity: 0.5;
  }
  #content .list_more {
	font-size: 12px;
  }
  #content .date, #content .category {
  	font-size: 13px !important;
  }
  #content .title {
  	font-size: 15px;
  }
  #content .author {
	font-size: 13px;
	font-weight: bold;
  }
  .new_mark {
	font-size: 12px;
  }
  .discography {
  	clear: both;
  }
  #content .discography .title {
  	font-size: 21px;
  }
  .disc_item .thumb {
	float: left;
	margin: 20px 0;
  }
  .disc_item .thumb, .disc_item .thumb img {
	width: 450px;
  }
  .more-disc {
  	position: relative;
  	right: 510px; 
  }
  .disc_item .info {
  	position: relative;
  	top: 150px;
  	left: 50px;
  }
  .disc_item .apple a, .disc_item .spotify a {
  	font-size: 60px;
  }
  .disc_item .spotify a {
  	font-size: 50px;
  	margin: 0 0 0 20px;
  }
  .disc_item .tunecore a {
  	font-size: 14px;
  }
  .video {
	margin: 80px 0 40px;
  }
  .video-items li {
	margin: 20px 0;
  }
  /*.video .title {
	top: -90px;
  }*/
  .video .slick-dots {
	bottom: -15%;
  }
  .arrow_box {
    top: -350px;
  }
  .prev-arrow,
  .next-arrow {
    width: 50px;
    height: 50px;
    transition: .3s;
    cursor: pointer;
  }
  .next-arrow {
  	left: 60px;
  }
  .prev-arrow {
    transform: rotate(180deg);
    right: 60px;
  }
  .next-arrow:hover {
    transform:scale(1.1);
  }
  .prev-arrow:hover {
    transform:rotate(180deg) scale(1.1);
  }
  .prev-arrow::before,
  .next-arrow::before{
    width:50px;
    height:50px;
  }
  .list_blog .list_item {
  	width: 450px;
  	margin: 20px 0;
  }
  .list_blog .list_item:nth-child(odd) {
  	float: left;
  }
  .list_blog .list_item:nth-child(even) {
  	float: right;
  }
  .list_blog .list_item img {
  	width: 450px;
  }
  .list_blog .list_item .title {
  	margin: 10px 0 0;
  }
  .comingsoon {
	font-size: 40px !important;
	margin: 100px auto 300px;
  }
  #content a.back {
	font-size: 20px;
	padding: 0 0 40px;
  }
  #content a.back:hover {
	color: #019973;
    transition : all 1s ease 0s;
  }
  #content a.disc_back {
	margin-top: -150px;
  }
}



/*=============
個別ページ
=============*/
/*.static h2 {
	padding: 130px 0 30px;
}*/

.static h3 {
	font-size: 16px;
	text-align: center;
	margin: 30px 0 20px;
}

.static h3.list-title {
	text-align: left;
}

.static h3.entry-title {
	text-align: left;
	/*padding: 130px 0 10px;*/
	padding: 50px 0 10px;
	margin: 0;
}

.static h4 {
	font-size: 16px;
	margin: 30px 0 15px;
}

.static p {
	font-size: 14px;
	line-height: 1.8;
}

.static p.date {
	font-size: 15px !important;
	color: #adadad !important;
	font-family:"Marcellus", serif;
}

.static .page-content {
	padding: 10px 0 40px;
}

.static .page-content p {
	margin: 40px 0 10px;
}

.static .page-content .post h3 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
}

.static .list {
	margin-top: -10px;
}

.static .list .post a {
	width: fit-content;
	display: block;
}

.static ul {
	margin: 50px auto;
	padding: 0;
}

.static li {
	width: 47.5%;
	margin: 0 5% 5em 0;
	float: left;
	text-align: center;
	font-weight: bold;
}

.static li:nth-child(4n) {
	margin-right: 0;
}

.static li img {
	margin: 0 0 10px;
}

.static li p {
	line-height: 1.5;
}

.static li p.sns_icon {
	display: inline-block;
}

.static li p i {
	font-size: 20px;
	margin: 10px 7px 0;
}

.static .profile .title {
	margin: 0 0 20px 0 !important;
	font-weight: bold;
}

.static .profile .item {
	font-size: 12px;
	margin: 10px 0 !important;
}

.static .profile .item span {
	font-weight: bold;
}

.static .profile .sns {
  	display: inline-block;
	margin: 20px 20px 0 0 !important;
}

.static .profile .sns:last-child {
	margin: 20px 0 0 0 !important;
}

.static .profile .sns a {
  	font-size: 25px;
}

.static .list .disc_item {
	margin: 0 0 50px;
}

.static .disc_item .thumb {
	margin: 100px 0 20px;
}

.static .list .disc_item .thumb {
	margin: 0 0 10px;
}

.static .disc_item .title {
	font-size: 16px !important;
	text-align: center;
	margin: 0 0 10px 0;
}

.static .disc_item .category {
	font-size: 12px !important;
	text-align: center;
	margin: 0;
}

.static .disc_item p.date {
	text-align: center;
	color: #767676 !important;
	margin: 0;
}

.static .disc_item .distribution {
	text-align: center;
	margin: 0 auto;
}

.static .list .disc_item .title,
.static .list .disc_item .category,
.static .list .disc_item p.date,
.static .list .disc_item .distribution {
	text-align: left;
}

.static .list .disc_item .title {
	font-size: 13px !important;
	margin: 0;
}

.static .list .disc_item .category,
.static .list .disc_item p.date {
	font-size: 10px !important;
}

.static .disc_item .apple,
.static .disc_item .spotify,
.static .disc_item .tunecore {
	margin: 0 auto;
}

.static .disc_item .spotify a {
  	margin: 0 0 0 20px;
}

.static .list .disc_item .apple,
.static .list .disc_item .spotify,
.static .list .disc_item .tunecore {
	margin-top: -10px;
}

.static .video_item {
	aspect-ratio: 16 / 9;
	margin: 140px 0 20px;
}

.static .video_item iframe {
	width: 100%;
	height: 100%;
}

.static .video-archive_img img {
	width: 960px;
	height: 198px;
	object-fit: cover;
}

.static .video-archive_img .title,
.static .video_item .title {
	font-size: 14px !important;
	margin: 5px 0 0;
}

.static .video-archive_img .date {
	margin: 0 0 50px !important;
}


@media screen and (min-width: 960px) {
	/*.static h2 {
		padding: 70px 0 30px;
	}*/
	.static h3 {
		font-size: 20px;
		margin: 40px 0;
	}
	.static h3.entry-title {
		padding: 100px 0 10px;
		margin: 0;
	}
	.static h4 {
		font-size: 20px;
	}
	.static .page-content {
		padding: 20px 0 100px;
	}
	.static .list .post a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}
	.static .list .post a:hover {
		opacity: 0.5;
	}
	.static ul {
		margin: 70px auto;
	}
	.static li {
		width: 30%;
		margin: 0 0 40px 0;
		margin-right: 5%;
	}
	.static li:nth-child(even) {
		margin-right: 5%;
	}
	.static li:nth-child(3n) {
		margin-right: 0;
	}
	.static li img {
		margin: 0 0 20px;
	}
	.static li p {
		font-size: 15px;
	}
	.static li p i {
		transition-property: opacity;
		transition-duration: 0.5s;
		font-size: 25px;
		margin: 20px 10px;
	}
	.static li p i:hover {
		opacity: 0.5;
	}
	.static .profile_text p {
		text-align: center;
	}
	.static .profile .title {
		margin: 0 0 30px 0 !important;
	}
	.static .profile .item {
		font-size: 15px;
		margin: 15px 0 !important;
	}
	.static .profile .sns a {
		font-size: 30px;
		transition-property: opacity;
		transition-duration: 0.5s;
	}
	.static .profile .sns a:hover {
		opacity: 0.5;
	}
	.static .profile .sns {
		margin-right: 30px !important;
		width: auto !important;
	}
	.static .disc_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.static .list .disc_item {
		margin: 0 30px 60px 0;
	}
	.static .list .post:nth-of-type(3n) .disc_item {	
		margin: 0;
	}
	.static .disc_item .thumb {
		margin: 75px 0 0;
		padding: 0 0 150px;
	}
	.static .list .disc_item .thumb {
		width: calc(900px / 3) ;
		height: auto;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.static .list .disc_item .info {
  		position: static;
  	}
	.static .list .disc_item .apple a,
	.static .list .disc_item .spotify a {
		font-size: 30px;
  	}
  	.static .list .disc_item .spotify a {
		font-size: 25px;
		margin: 0 0 0 10px;
  	}
  	.static .list .disc_item .tunecore a {
		font-size: 10px;
		margin-top: 5px;
  	}
	.static .disc_item .title {
		text-align: left;
		font-size: 30px !important;
	}
	.static .list .disc_item .title {
		font-size: 15px !important;
		margin-bottom: 5px;
	}
	.static .disc_item .category {
		text-align: left;
	}
	.static .disc_item p.date {
		text-align: left;
	}
	.static .list .disc_item .category,
	.static .list .disc_item p.date {
		font-size: 13px !important;
	}
	.static .disc_item .distribution {
		text-align: left;
	}
	.static .disc_item .apple a,
	.static .disc_item .spotify a,
	.static .disc_item .tunecore a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}
	.static .disc_item .apple a:hover,
	.static .disc_item .spotify a:hover,
	.static .disc_item .tunecore a:hover {
		opacity: 0.5;
	}
	.static .video_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.static .list .video-archive_img {
		width: calc(930px / 2) ;
		height: auto;
		margin: 0 30px 60px 0;
		padding: 0;
	}
	.static .list .post:nth-of-type(2n) .video-archive_img {	
		margin: 0;
	}
	.static .video-archive_img img {
		height: 262px;
	}
	.static .video-archive_img .title,
	.static .video_item .title {
		font-size: 16px !important;
		margin: 10px 0 0;
	}
	.static .video_item {
		margin: 100px 0 150px;
	}
}


/*=============
Pagination
=============*/
.wp-pagenavi {
	margin: -10px auto 0;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #adadad;
	font-family:"Marcellus", serif;
	position: relative;
}
.wp-pagenavi a {
    color: #adadad;
}
.wp-pagenavi a:hover {
	color: #eb9ac2;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 7px;
	line-height: 2;
	padding: 0 7px;
	transition: 0.7s !important;
	display: block;
	border-bottom: 4px solid transparent;
}
.wp-pagenavi span.current {
	border-bottom: 4px solid #eb9ac2;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
	border-bottom: 4px solid #eb9ac2;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
	margin-right: 15px;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
	left: 0;
}
.wp-pagenavi .nextpostslink {
	position: absolute;
	right: 0;
}

@media screen and (min-width: 960px) {
	.wp-pagenavi {
		margin: -20px auto 150px;
	}
}







/*=============
FORM
=============*/
.contact {
	margin-bottom: 60px !important;
}

.c-form__required {
	color: #ef8383;
}

input, textarea {
  padding: 10px 10px;
  border: 1px solid #cecece;
  background: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  box-sizing: border-box;
  width: 100%;
}

textarea {
  height:100px;
}

.btn {
  background-color: #1a74af;
  padding: 12px 45px;
  margin-bottom: 30px;
  border: 1px solid #1a74af;
  display: block;
  cursor: pointer;
  color: #fff;
}

.conf {
	margin-top: 15px;
}

.backBtn {
	background-color: #019973;
	border: 1px solid #019973;
}

@media screen and (min-width: 960px) {
	.contact {
		margin-bottom: 200px !important;
	}
	textarea {
		height:200px;
	}
	.btn {
		width: 50%;
		margin: 0 auto 40px;
		transition: .5s;
	}
	.btn:hover {
		opacity: 0.7;
	}
	.conf {
		margin-top: 20px;
	}
	.backBtn {
		margin-bottom: 60px;
	}
}






/* ----------------------------------------
- 2026.6 新しいスタイル追加
---------------------------------------- */
/* --- 基本スタイル --- */
        #Wrap {
            background: #fff;
            transition: background 0.6s ease; /* 背景色変更のスムーズなアニメーション */
        }

        /* --- ヒーローセクション --- */
        .hero {
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            background: radial-gradient(circle, #5bc0be 0%, #2e59a7 100%);
            overflow: hidden;
        }
        .hero-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /*opacity: 0.4;
            filter: blur(4px);*/
			animation: ugoki 5s linear infinite alternate;
        }
        @keyframes ugoki{
            0%{ opacity: 0.4; filter: blur(5px); }
            100%{ opacity: 1; filter: blur(0); }
        }
        .hero-content {
            position: relative;
            z-index: 10;
            text-align: center;
        }
        .hero-title {
            font-size: 3.5rem;
            font-weight: 900;
            text-shadow: 0 4px 10px rgba(0,0,0,0.5);
            margin-bottom: 20px;
            letter-spacing: 4px;
        }
        .hero-img {
            /*max-width: 80%;
            max-height: 60vh;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.6);*/
            animation: float 4s ease-in-out infinite, logo 5s linear infinite alternate;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }
        @keyframes logo{
            0%{ opacity: 1; }
            100%{ opacity: 0; }
        }

        /* --- キャラクターセクション --- */
        .chars-section {
            /*padding: 100px 40px;*/
			padding: 0 40px 40px;
            max-width: 1400px;
            margin: 0 auto;
        }
        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 60px;
            position: relative;
        }
        .chars-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
			margin-top: -30px;
        }

        /* --- キャラクターカード（ダイナミックホバー） --- */
        .char-card {
            position: relative;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 20px;
            text-align: center;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s;
        }
        .char-card:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
            border-color: rgba(255, 255, 255, 0.3);
        }

        /* 画像コンテナ */
        .char-img-wrap_top {
            height: 400px;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            margin-bottom: 20px;
            position: relative;
        }
        .char-img_top {
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.4s ease;
        }
        .char-card:hover .char-img_top {
            transform: scale(1.1); /* ホバー時にキャラを一歩前に出す */
        }

        /* キャラインフォ */
        .char-name {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 8px;
            text-transform: capitalize;
        }
        .char-color-bar {
            width: 40px;
            height: 4px;
            margin: 0 auto 15px;
            border-radius: 2px;
            transition: width 0.3s ease;
        }
        .char-card:hover .char-color-bar {
            width: 80px;
        }
        .name-color {
            color: #636464;
        }

        /* キャラごとの個別カラー定義 */
        .char-card[data-color="kogoma"] .char-color-bar { background: #ff4d4d; }
        .char-card[data-color="mametio"] .char-color-bar { background: #9b5de5; }
        .char-card[data-color="monaka"] .char-color-bar { background: #00f9b6; }
        .char-card[data-color="yoine"] .char-color-bar { background: #1f1f1f; }



/* --- プロフィール --- */
/* --- 変数定義（各キャラのテーマカラー） --- */
        :root {
            --color-kogoma: #f87676;
            --color-mame: #a483eb;
            --color-monaka: #66c4b1;
            --color-yoine: #8e8e8f;
            /*--bg-dark: #07080c;*/
        }

        /* --- 画面全体のサイバーグリッド・スキャンライン演出 --- */
        .scannline {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
            background-size: 100% 4px, 6px 100%;
            z-index: 999;
            pointer-events: none;
        }

        /* --- メインコンテナ（4分割カラム） --- */
        .showcase-container {
            display: flex;
            width: 100%;
            height: 100vh;
            overflow: hidden;
            background-color: #fff;
			margin-bottom:-30px;
        }

        /* --- 各カラムの基本スタイル --- */
        .member-column {
            position: relative;
            flex: 1;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            overflow: hidden;
            cursor: pointer;
            /* 横幅が伸び縮みする時の滑らかなアニメーション */
            transition: flex 0.6s cubic-bezier(0.25, 1, 0.3, 1);
            border-right: 1px solid rgba(255, 255, 255, 0.05);
        }

        .member-column:last-child {
            border-right: none;
        }

        /* --- 背景のサイバーグリッド（初期はうっすら、ホバーで覚醒） --- */
        .column-bg {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: 
                linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            background-size: 40px 40px;
            background-position: center;
            z-index: 1;
            transition: all 0.6s ease;
        }

        /* 各カラムの下から湧き上がるグラデーション（初期状態） */
        .column-overlay {
            position: absolute;
            bottom: 0; left: 0; width: 100%; height: 60%;
            background: linear-gradient(to top, rgba(7, 8, 12, 0.95) 0%, rgba(7, 8, 12, 0) 100%);
            z-index: 2;
            transition: opacity 0.6s ease;
        }

        /* --- キャラクター立ち絵 --- */
        .showcase-container .char-img-wrap {
            position: absolute;
            bottom: -5%;
            width: 100%;
            height: 85%;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            z-index: 3;
            pointer-events: none;
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.3, 1);
        }

        .showcase-container .char-img {
            height: 95%;
            max-width: 90%;
            object-fit: contain;
            /* 初期状態は少し暗め */
            filter: brightness(0.6) grayscale(0.2);
            transition: all 0.6s ease;
        }

        /* --- ネームプレート＆インフォメーションエリア --- */
        .info-wrap {
            position: relative;
            z-index: 10;
            width: 100%;
            padding: 0 20px 60px 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            transform: translateY(20px);
            opacity: 0.7;
            transition: all 0.6s cubic-bezier(0.25, 1, 0.3, 1);
        }

        .name-plate {
            max-width: 200px;
            height: auto;
            margin-bottom: 15px;
            transition: all 0.6s ease;
        }

        .status-tag {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.0rem;
            letter-spacing: 2px;
            padding: 4px 12px;
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: #8a90a6;
            opacity: 0; /* 初期は隠す */
            transition: opacity 0.4s ease;
        }

        /* ===================================================
           ★ ダイナミック・インタラクション（ホバー時の変化）
        ====================================================== */

        /* マウスが乗ったカラムをグッと広げる */
        .member-column:hover {
            flex: 2.2; /* 他のカラムより圧倒的に広く */
        }

        /* ホバーされたカラムの内部エフェクト */
        .member-column:hover .column-bg {
            background-size: 30px 30px; /* グリッドが細かくなる */
        }

        .member-column:hover .char-img-wrap {
            transform: scale(1.05) translateY(-10px); /* キャラが一歩前に出る */
        }

        .member-column:hover .char-img {
            filter: brightness(1.1) grayscale(0); /* キャラが鮮明に発光 */
        }

        .member-column:hover .info-wrap {
            transform: translateY(0);
            opacity: 1;
        }

        .member-column:hover .name-plate {
            filter: drop-shadow(0 0 15px var(--this-glow)); /* ネームプレートがネオン発光 */
        }

        .member-column:hover .status-tag {
            opacity: 1;
            color: #fff;
            border-color: var(--this-glow);
            background: rgba(0, 0, 0, 0.4);
            box-shadow: inset 0 0 8px var(--this-glow);
        }

        /* --- キャラクター個別のカラー＆ネオン定義 --- */
        .col-kogoma { --this-glow: var(--color-kogoma); }
        .col-kogoma:hover .column-bg { background-color: rgba(60, 20, 15, 0.6); }

        .col-mame { --this-glow: var(--color-mame); }
        .col-mame:hover .column-bg { background-color: rgba(35, 15, 50, 0.6); }

        .col-monaka { --this-glow: var(--color-monaka); }
        .col-monaka:hover .column-bg { background-color: rgba(10, 40, 40, 0.6); }

        .col-yoine { --this-glow: var(--color-yoine); }
        .col-yoine:hover .column-bg { background-color: rgba(20, 15, 35, 0.6); }


        /* ===================================================
           ★ レスポンシブ対応（スマホなどの縦画面用）
        ====================================================== */
        @media (max-width: 768px) {
            .showcase-container {
                flex-direction: column;
            }
            .member-column {
                width: 100%;
                height: 25vh;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
                transition: flex 0.4s ease;
            }
            .member-column:hover {
                flex: 2;
            }
            .showcase-container .char-img-wrap {
                right: 0;
                bottom: 0;
                width: 50%;
                height: 100%;
                justify-content: flex-end;
            }
            .showcase-container .char-img {
                height: 110%;
            }
            .info-wrap {
                width: 50%;
                padding: 0 0 0 20px;
                align-items: flex-start;
                text-align: left;
                transform: translateY(0);
            }
            .name-plate {
                max-width: 140px;
                margin-bottom: 8px;
            }
        }
