@charset "UTF-8";
/* CSS Document */


.youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.profile{
	background-image: url("../img/profile.webp");
	background-size:  cover;
	background-attachment: fixed;
	background-position: 0% 10%;
}



/*スライダー*/
.slider_area{
	padding:5px 0;
}

.slider_area h3{
	background-color: #222;
	color:#fff;
	letter-spacing:5px;
	font-size: 120%;
	text-align: center;
	padding:3px 0;
}

#slider_top{
	max-width: 1100px;
    margin:0 auto;
	background-color: #222;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
	line-height: 0;
}

#slider_top a{
	display: block;
    min-width: 100%;
    animation: sliderAnime 18s ease-in-out infinite;
}
  
@keyframes sliderAnime{
    0%,22%{transform: translateX(0%);
    }
    33%,55%{transform: translateX(-100%);
    }
    66%,88%{transform: translateX(-200%);
    }
    100%{transform: translateX(0);
    }
} 

#slider_top:hover a{
	animation-play-state: paused;
}


.profile_box{
	width:48%;
	margin: 25px 15px 50px auto;
	padding:40px 50px;
	background-color: rgba(255,255,255,.4);
	text-align: left;
	font-family: "Noto Serif JP", serif;
}

.btn_area-activ{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn_area-activ a{
	display: inline-block;
	margin:0 5px;
	padding:2px 10px 4px;
	background-color: rgba(33,33,33,1);
	border:2px solid rgba(33,33,33,1);
	color:#fff;
	border-radius: 5px;
	transition: .2s;
}

.profile_txt_wrap{
	padding-top: 20px;
}
.profile_txt_wrap a {
	color:#111;
	text-decoration:underline;
}

.profile_box h1{
	font-weight:700;
	font-size: 40px;
	line-height: 1.2em;
	text-align: center;
}
.profile_box h1 img{
	width:30px;
	margin-right: 10px;
}
p.rby{
	font-size: 12px;
	padding-left: 40px;
	text-align: center;
}

.icon_area{
	margin:15px auto 0;
	padding:10px;
	border-top:#333 1px solid;
	border-bottom:#333 1px solid;
	text-align: center;
}
.icon_area a{
	text-decoration:none;
	padding-right: 12px;
	transition: .2s;
}
.icon_area a:last-child{
	padding-right: 0;
}
.icon_area img{
	height:38px;
	width:auto;
}

.profile_photo{
	display: none;
}

.profile_box h2{
	display: flex;
	flex-wrap: wrap;
	padding:25px 0 30px;
	font-weight:700;
	font-size: 30px;
	letter-spacing: 0.02em;
	border-bottom:#333 1px solid;
}
.profile_box h2 span{
	display: block;
	width:50%;
	padding:3px 0;
	letter-spacing: 0.03em;
}
.profile_box h2 span:nth-child(odd){
	text-align: right;
	padding-right:20px;
}
.profile_box h2 span:nth-child(even){
	text-align: left;
}

.comment{
	padding:40px 0;
	border-top:#333 1px solid;
	border-bottom:#333 1px solid;
}
.comment p{
	font-weight:600;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.03em;
}
.comment p:last-child{
	margin-bottom: 0;
}

.career{
	padding:20px 0;
	font-size: 19px;
	letter-spacing: 0.02em;
}
.career p{
	display: flex;
	flex-wrap: wrap;
}
.career p span{
	display: block;
}
.career p span:first-child{
	width:170px;
}

.biography{
	padding:0 0 15px;
}

.music{
	padding:0 0 25px;
}
.music p:first-child{
	padding-bottom: 10px;
}
.music p img[src*="favicon"]{
	width:17px;
	vertical-align:text-bottom;
	margin-left: 5px;
	margin-bottom: 3px;
}
.music p span::after{
	content: "：";
}
.music p:last-child{
	font-size: 14px;
	margin-top: 5px;
	padding:10px 15px;
	background-color:rgba(0,0,0,.05);
	border-radius: 5px;
}

.favorite{
	font-size: 15px;
	padding:25px 0;
	border-top:#333 1px solid;
	border-bottom:#333 1px solid;
}
.favorite p{
	padding:0 0 10px;
}
.favorite p:last-child{
	padding-bottom: 0;
}

.topic{
	padding:30px 0 0;
}
.profile_box .topic h3::before{
	content: "——— ";
}
.topic p{
	font-size: 15px;
	padding:10px 0 0 25px;
}

.media{
	margin-top:40px;
}
.media h3{
	background-color: #222;
	color:#fff;
	margin:0 0 20px;
	padding:2px 0 4px;
	letter-spacing: 0.1em;
	text-align: center;
}
.media p{
	margin-top: 10px;
	margin-bottom: 5px;
}
.media .right-min{
	text-align: right;
	padding-right:15px;
}
.media p span{
	font-size: 13px;
	padding-left:5px;
}

.mv_area{
	margin:50px 0 30px;
}

.cap{
	display: none;
	text-align: center;
	margin-top: 20px;
}
.cap.photo_page{
	display: block;
}
.cap img{
	width:300px;
}
.cap p{
    margin-top: -10px;
    font-family: serif;
    font-size: 13px;
    margin-bottom: 20px;
}

.click_dl{
	margin:30px auto;
}
.click_dl.attention{
	color: crimson;
}

.kamon{
	width:300px;
	margin: auto;
}
.kamon img[src*="uraume"]{
	width:140px;
	transition: .2s;
}
.kamon p{
	font-size: 13px;
    letter-spacing: 0.1em;
}

.photo_box{
	max-width:800px;
	margin:40px auto;
	display: flex;
	flex-wrap: wrap;
}
.photo_box a{
	transition: .2s;
}
.photo_box a.half{
	width:50%;
}
@media only screen and (min-width: 768px) {
	.kamon img[src*="uraume"]:hover{
		opacity: .7;
	}
	.photo_box a:hover{
		opacity: .7;
	}
}

#page_top{
	bottom: 20px;
	left: 45px;
	transform:none;
}
#page_top a {
	width: 60px;
	padding: 10px 0 12px;
}



@media only screen and (max-width: 1530px) {
	.profile_box h1,
	p.rby,
	.icon_area{
		text-align: left;
	}
	.profile_box h2 span{
		width: 100%;
	}
	.profile_box h2 span:nth-child(odd),
	.profile_box h2 span:nth-child(even){
		text-align: left;
		padding: 0;
	}
}


@media only screen and (max-width: 1100px) {

	.profile{
		background-position: 22% 10%;
	}
	.profile_box{
		width:54%;
		margin: 25px 10px 50px auto;
		padding:50px 40px;
		background-color: rgba(255,255,255,.6);
	}
}

@media only screen and (max-width: 800px) {
	.copy_btn{
		text-align: center;
		width: 100%;
		padding-bottom: 5px;
	}
	.copy_btn a{
		margin: auto;
	}
	.profile_box h2 span{
		letter-spacing: 0;
	}
}


@media only screen and (max-width: 767px) {
	.profile{
    	background-image: none;
		backgroung-color:#fff;
	}
	.profile_box{
		width:100%;
		margin: 0 auto;
		padding:25px 25px 50px;
	}
	.profile_photo{
		margin-top:10px;
		display: block;
		text-align: center;
	}
	.profile_photo img{
		max-width:500px;
	}
	.icon_area{
		text-align: center;
	}
	.profile_box h1,
	p.rby{
		text-align: center;
	}
	.profile_box h2 {
		font-size:26px;
		text-align: center;
	}
	.profile_box h2 span:nth-child(odd),
	.profile_box h2 span:nth-child(even){
		text-align: center;
		padding: 3px 0;
	}
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (max-width: 520px) {
	.profile_box{
		padding:25px 0 50px;
	}
	.profile_txt_wrap {
		padding:10px 20px 0; 
	}
	.copy_btn{
    	display: none;
	}
	
	.icon_area a {
		padding-right: 22px;
	}
	.icon_area img {
		height: 34px;
	}
	.comment{
		padding: 30px 0;
	}
	.comment p {
		line-height: 1.5em;
		font-size: 15px;
		font-weight:400;
	}
	.career {
		font-size: 15px;
	}
	.career p span:first-child {
    	width: 125px;
	}
	.biography {
		font-size: 15px;
	}
	.music p:first-child,
	.music p:nth-child(2){
		text-align: center;
	}
	.music p span{
		display:block;
		background-color: rgba(0,0,0,.8);
		color:#fff;
		font-size: 13px;
		padding: 1px 0 3px;
	}
	.music p span::after{
		content: none;
	}
	.topic p {
		letter-spacing: 0.03em;
		padding-bottom: 7px;
	}
	
	#page_top{
	    bottom: 42px;
		left:auto;
    	right: 27px;
	}
	#page_top a {
		width: 30px;
		padding: 5px 0 6px;
	}
	
	.click_dl.attention{
		font-size:90%;
	}
}

@media only screen and (max-width: 374px) {
	.profile_box h2{
		font-size: 23px;
	}
}

@media only screen and (min-width: 521px) {
	.btn_area-activ a:hover{
		color:#333;
		background-color: rgba(255,255,255,0);
	}
	.icon_area a:hover{
		opacity: .6;
	}
}


.copy_only{display: none;}
.copy_only_i{display: none;}

@media print {
	.copy_only{display:block;}
	.header,
	.footer,
	.no_copy,
	.btn_area-activ,
	#page_top,
	.slider_area{
    	display: none;
	}
	.profile{
		background-image: none;
	}
	.profile_box{
		width:100%;
	}
	.profile_photo{
		display: none;
	}
	.profile_box h1,
	.rby{
		text-align: center;
	}
	.profile_box h2{
		text-align: center;
		border-bottom:none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.profile_box h2 span:nth-child(1){order: 1;padding-right: 8px;}
	.profile_box h2 span:nth-child(2){order: 3;width:100%;text-align:center;}
	.profile_box h2 span:nth-child(3){order: 4;}
	.profile_box h2 span:nth-child(4){order: 2;}
	.comment{
		padding:0;
		border:none;
	}
	.career p::before{
		content: "■";
		color:#333;
		padding-right:5px;
	}
	.biography{
		display: flex;
		flex-wrap: wrap;
	}
	.biography p{
		padding-right:20px;
	}
	.favorite{
		border-top:#ddd 1px solid;
		border-bottom:#ddd 1px solid;
	}

	.media h3{
		background-color: #fff;
		margin:0;
		color:#111;
	}

	.cap{display:block;}
	.copy_only_i{display:inline;}
}