@charset "UTF-8";
/* -----------------------------------------------------------
   HEADER
------------------------------------------------------------*/
header{
	width: 100%;
	background-color: #fff;
}
@media all and (min-width: 768px) {
header .inner{
	width:980px;
	height:130px;
	background:url(../img/header.png?) no-repeat;
	margin: 0 auto;
	}

header a{
	display: block;
	text-indent:-9999px;
	width:290px;
	height:130px;
	text-indent: -9999px;
	}

}
@media all and (max-width: 767px) {
header a{
	display: block;
	width:100%;
	height: 0;
	padding-top:18.75%;
	background-image:url(../img/header_smp.png?) ;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	}

}
/* -----------------------------------------------------------
   CONTENTS
------------------------------------------------------------*/
#l-box h1{
	color: #132546;
	position: relative;
	display: flex;
	align-items: center;
}
#l-box h1::before{
	content: "";
	display: block;
	background:url(../img/title.svg) left center no-repeat;
	width: 8%;
	height: 0;
	padding-top: calc(117.5% * 0.08);
	margin-right: 3%;
}
#snsBox .box h2{
	color: #132546;
}
@media all and (min-width: 768px) {
	#l-box h1{
		font-size: 200%;
		font-weight: 500;
		letter-spacing: 0.06em;
		width:650px;
		margin: 0 auto;
		min-height: 2em;
	}
	#snsBox .box h2{
		font-size: 130%;
		font-weight: 300;
		margin-bottom:15px;
	}
	#l-box p{
		font-size:96%;
	}
}
@media all and (max-width: 767px)  {
	#l-box h1{
		font-size:150%;
		font-weight: 500;
		letter-spacing: 0.04em;
		line-height: 1.0;
		padding: 0 3%;
	}
	#l-box h1::before{
		width: 12%;
		padding-top: calc(117.5% * 0.12);
		margin-right: 5%;
	}
	#snsBox .box h2{
		font-size:90%;
		font-weight: 300;
		margin-bottom:5px;
	}
	#l-box p{
		font-size:86%;
	}
}
/* -----------------------------------------------------------
   ABOUT
------------------------------------------------------------*/
#about .intro , #about .comment{
	margin-bottom: 40px;
}
#about .intro h2{
	color: #1b222e;
  background: -webkit-linear-gradient(0deg, #7379b5, #f4a765);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	display: inline-block;
}
#about .intro h3 , #about .comment h3{
	color: #01374c;
}
#about .comment{
	padding: 1.4em;
	border: #01374c solid 1px;
}
#about .comment h3 span{
	font-size: 80%;
}
#about .artist h2{
	font-weight: normal;
	color: #01374c;
}

#about .artist h3{
	background-color: #ffda00;
	text-align: center;
}
	#about .artist h3 span.end{
		display: inline-block;
		color: #01374c;
		padding: 0.4em;
	}
#about .artist h4{
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #01374c;
	margin: 20px 0 10px;
	letter-spacing: 0.08em;
	background-color: #d6e1e5;
    padding: 0.6em;
}
#about .st{
	background-color: #ff9292;
	color: #fff;
}
#about .photo{
	width: 100%;
	height: 0;

	background-size: cover;
}
#about #a1 .photo{background-image:url(../img/artist202309.jpg?);padding-top: 74.95%;}
#about #a2 .photo{background-image:url(../img/artist2.jpg?2021); padding-top: 70.72%;}

#about .sml{
	font-size: 80%;
}

@media all and (min-width: 768px) {
	#about .intro h2{
		font-size: 180%;
		letter-spacing: 0.08em;
		padding-bottom:20px;
	}
	#about .intro h3 , #about .comment h3{
		font-size: 110%;
		letter-spacing: 0.08em;
		margin-bottom:6px;
		line-height: 1.4;
	}
	#about .artist h2{
		font-size: 150%;
		letter-spacing: 0.08em;
		padding-bottom:20px;
		font-weight: normal;
	}
	#about .artist h3{
		font-size: 120%;
		letter-spacing: 0.08em;
		margin-bottom:20px;
	}
	#about .artist .name{
		font-size: 110%;
		line-height: 1.4;
	}
	#about p{
		color: #01374c;
		letter-spacing: 0.08em;
	}
	.intro p{
		line-height:2.0;
		margin-bottom: 20px;
	}
	.comment p{
		line-height:2.0;
	}
	.artist p{
		line-height:1.8;
	}
	.song{
		font-weight: bold;
	}
	#about .photo{
		margin-bottom:15px;
	}
}
@media all and (max-width: 767px) {
	#about .intro h2{
		font-size: 110%;
		line-height: 1.5;
		letter-spacing: 0.1em;
		padding-bottom:8px;
	}
	#about .intro h3 , #about .comment h3{
		font-size: 100%;
		letter-spacing: 0.08em;
		margin-bottom:6px;
	}
	#about .artist h2{
		font-size: 110%;
		line-height: 1.5;
		letter-spacing: 0.1em;
		padding-bottom:8px;
	}
	#about .artist h3{
		font-size: 110%;
		letter-spacing: 0.08em;
		margin-bottom:20px;
	}
	#about .artist .name{
		font-size: 96%;
	}
	#about .artist h4{
		font-size: 96%;
		letter-spacing: 0.08em;
		line-height: 1.4;
	}
	#about p{
		color: #01374c;
		letter-spacing: 0.08em;
	}
	.intro p{
		line-height:2.0;
		margin-bottom: 20px;
	}
	.comment p{
		line-height:2.0;
	}
	.artist p{
		line-height:1.8;
	}
	.song{
		font-weight: bold;
	}

	#about .photo{
		margin-bottom:15px;
	}
}


/* -----------------------------------------------------------
   CASTER
------------------------------------------------------------*/


#caster .p1 img{background-image:url(../img/caster1.jpg?20231024);}
#caster .p2 img{background-image:url(../img/caster2.jpg?20231024);}
#caster .p3 img{background-image:url(../img/caster3.jpg?202404);}
#caster .p4 img{background-image:url(../img/caster4.jpg?20231024);}
#caster .p5 img{background-image:url(../img/caster5.jpg?20231024);}
#caster .p6 img{background-image:url(../img/caster6.jpg?20231024);}
#caster .p7 img{background-image:url(../img/caster7.jpg?20231024);}
#caster .p8 img{background-image:url(../img/caster8.jpg?20231024);}

#caster .profile h2{
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color:#132546;
}
#caster .profile h3{
	font-size: 90%;
	letter-spacing: 0.1em;
	color:#ec6d51;
}
#caster p{
	font-size: 90% !important;
	color: #132546;
	letter-spacing: 0.08em;
	line-height: 1.8;
}
#caster p:last-child{
	margin-bottom: 0;
}
#caster .profile .position{
	line-height: 1.6 !important;
	color: #132546;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color:#ffda00;
	display: block;
	text-align: center;
}
#caster .profile .nocontxt{
	display: block;
	line-height: 0;
}
#caster .profile .nocontxt img{
	width: 100%;
	height: 0;
	padding-top: 125%;
	background-size: cover;
}
#caster .profile .text .kana{
	font-size: 70%;

}
#caster .profile .comment{
	background-color: #fffae3;
	padding: 1em;
	position: relative;
	margin-top: 2.5em;
}
#caster .profile .comment:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fffae3;
  }

@media all and (min-width: 768px) {
	#caster .inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#caster .inner > section{
		width: 48%;
	}
	#caster .profile{
		margin-bottom: 20px;
	}
	#caster .inner > section.pf5,#caster .inner > section.pf8{
		padding: 0 24%;
	}
	#caster .profile .text{
		overflow: hidden;
	}
	#caster p{
		margin-bottom: 20px;
	}
	#caster .profile h2{
		padding: 15px 0 20px;
	}
	#caster .position{
		font-size:90% !important;
		padding: 4px 4px 2px;
	}
}
@media all and (max-width: 767px) {
	#caster .profile{
		margin-bottom: 30px;
	}
	#caster .profile h2{
		padding: 10px 0 20px;
	}
	#caster .profile .nocontxt{
		width:70%;
		margin:0 auto 20px;
		display: block;
	}
	#caster .profile .text{
		width: 90%;
		margin: 0 auto;
	}
	#caster p{
		margin-bottom: 15px;
	}
	#caster .position{
		font-size:80% !important;
		text-align: center;
		padding: 2px 4px ;
	}

}
/* -----------------------------------------------------------
   VOICE
------------------------------------------------------------*/
#voice p{
	color: #132546;
	letter-spacing: 0.08em;
}
#voice p{
	margin-bottom: 20px;
}
@media all and (min-width: 768px) {
	#voice p{
		line-height: 2.5;
	}
}
@media all and (max-width: 767px) {
	#voice p{
		line-height: 1.8;
	}
}
