

/* ---------------------------------------------------------------------------------------------- */
/* -- sound2022 css -- */

img {
	max-width: 100%;
	height: auto;
}

.cb_section {
	width: 100%;		
	max-width: 1200px;	
}

.u-fontmin {
	font-family: "������", YuMincho, "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", serif;
	letter-spacing:0.05em;
}

.u-fontgothic {
	font-family: -apple-system, Roboto, "���S�V�b�N��", YuGothic, "���S�V�b�N Medium", "YuGothic M", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, sans-serif;
}


h2.copy {
	font-size: 2.2rem;
	line-height: 1.8;
	text-align: center;
	padding: 40px 0 0;
	margin: 0 auto;
}
p.lead {
	font-size:1.4rem;
	line-height:2.0;
	color:#333;
	text-align:center;
	padding:50px 0;
	margin:0 auto;
}

div.interview {
	width: 100%;
	max-width: 1200px;
	padding: 30px 0 0;
	margin: 0 auto;
}

div.interview h3 {
	font-size: 2.0rem;
	line-height: 1.8;	
	font-weight: 600;
	margin: 30px 0 20px;
	color: #004ea2;	
}
div.interview h3 span {
	letter-spacing: -.2em; 
	width: 2em; 
	margin-right: .5em;
}

div.flex-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row;
	gap: 0;
	margin-bottom: 20px;
	max-width: 100%;
}
div.flex-box div.flex-item60 {
	flex-basis: 60%;
}
div.flex-box div.flex-item50 {
	flex-basis: 50%;
}
div.flex-box div.flex-item40 {
	flex-basis: 40%;
}
div.black-box {
	background: #000;
	padding: 6px 8px 0;
}
div.black-box p {
    color: #FFF;
}
div.profile {
	padding: 50px 80px 0 60px;
}
div.profile h4.name {
	font-size:2.2rem;
	line-height:1.1;
	font-weight: bold;
	padding:0 0 8px;
	border-bottom:2px solid #FFF;
	color:#FFF;	
}
div.profile p {
	font-size: 1.4rem;
	line-height: 2.0;
	margin: 30px 0 0;
}
div.photo {
    min-height: 0%;
}
div.iv_text {
	width:90%;
	max-width: 1080px; 
	margin: 0 auto 50px;
}
div.iv_text p {
	font-size: 1.2rem;
	line-height: 2.0;
}
div.iv_text p.note {
	font-size: 1.0rem;
	margin: 30px 0;	
}
p.bnr {
	width:55%;
	max-width:650px;
	font-size:0;
	line-height:0;
	text-align:center;
	padding:0 0 30px;
	margin:0 auto;
}
p.bnr a:hover {
	opacity: 0.7;
}
	
.for_pc {
	display:block;
}
.for_sp {
	display:none;
}






/* ###################### break tablet ###################### */
@media screen and (max-width: 1024px) {

h2.copy {
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	padding: 20px 0 10px;
}
p.lead {
	font-size:1.2rem;
	line-height:1.6;
	padding: 10px 0 10px;	
}
div.profile {
	padding: 30px 10px 0;
}	
div.profile h4.name {
	font-size: 1.8rem;
	line-height: 1.0;
	padding: 5px 0;	
}
div.profile p {
	font-size: 1.2rem;
	line-height: 1.6;	
}
div.interview h3 {
	font-size: 1.5rem;
	line-height: 1.2;	
}
div.iv_text p {
	font-size: 1.0rem;
	line-height: 1.8;
}
div.iv_text p.note {
	font-size: 0.9rem;
}
	
}

/* ###################### break smartphone ###################### */
@media screen and (max-width: 768px) {

div.mainimage {
	padding:20px 0;
	margin:0 auto;
	border-bottom:2px solid #CCC;
}
h2.copy {
	width:100%;
	font-size:1.8rem;
	padding:20px 0 30px;
}	
p.lead {
	width:94%;
	font-size:1.0rem;
	line-height: 2.0;	
	text-align:left;
	padding:10px 0;
}

div.flex-box {
	display: block;
	margin: auto;
	max-width: 100%;			
}
div.flex-box div.black-box {
	padding: 10px;
}
div.profile {
	padding: 10px;
}	
div.profile h4.name {
	font-size:1.8rem;
}
div.profile p {
	font-size: 1.0rem;
	line-height: 2.0;	
}	
div.interview h3 {
	font-size: 1.3rem;	
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
}
div.interview h3 span {
	letter-spacing: -1em;
	margin-right: 1.1em;
}
p.bnr {
	width:90%;
	max-width:90%;
	padding:0 0 20px;
}

div.interview {
	width:94%;
}
div.iv_text {
	width:100%;
}

.for_pc {
	display:none;
}
.for_sp {
	display:block;
}

}