@charset "utf-8";
.news_wrap {
		padding-bottom: 100px;
}
.artist_type {
		display: none;
}
.profile_section {
		padding-top: 224px;
		padding-bottom: 70px;
		position: relative;
}
.profile_section .prof_bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/prof_detail_bg_pc.png) no-repeat 0 0;
		background-size: 100%;
}
.news_section .cont_bg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
}
.profile_inner {
		max-width: 1300px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 5;
		padding: 0 150px;
}
.profile_figure {
		width: 650px;
		margin-right: 60px
}
.profile_figure img {
		width: 100%;
		height: auto;
}
.profile_name_jp_base {
		margin-bottom: 35px;
}
.profile_name_jp_base h1, .profile_name_jp_base h2 {
		font-size: 40px;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 1;
}
.name_txt {
		opacity: 0;
		animation: fadeInimg 0.35s linear forwards;
		animation-delay: 0.2s;
		position: relative;
		z-index: 5;
		color: #fff;
}
span.name_txt_base {
		padding: 8px 30px;
		position: relative;
}
span.name_txt_base::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #3D3A39;
		z-index: 0;
		transform-origin: left center;
		transform: scaleX(0);
		animation: nameBg 0.3s cubic-bezier(0.32, 0, 0.67, 0) forwards;
		animation-delay: 0s;
}
@keyframes nameColorPC {
		0% {
				color: rgba(61, 58, 57, 0);
		}
		100% {
				color: rgba(61, 58, 57, 1);
		}
}
@keyframes nameColorSP {
		0% {
				color: rgba(255, 255, 255, 0);
		}
		100% {
				color: rgba(255, 255, 255, 1);
		}
}
@keyframes nameBg {
		0% {
				transform: scaleX(0);
		}
		100% {
				transform: scaleX(1);
		}
}
@keyframes fadeInimg {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
.profile_name_en {
		margin-top: 20px;
		position: relative;
}
.profile_name_en::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #3D3A39;
		z-index: 0;
		transform-origin: left center;
		transform: scaleX(0);
		animation: nameBg 0.4s cubic-bezier(0.32, 0, 0.67, 0) forwards;
		animation-delay: 0.2s;
}
.profile_name_en img {
		width: 100%;
		height: auto;
		opacity: 0;
		animation: fadeInimg 0.35s linear forwards;
		animation-delay: 0.6s;
		position: relative;
		z-index: 5;
}
.profile_name_en.satoh {
		width: 320px;
		padding: 10px 30px 10px;
}
.profile_name_en.kamiki {
		width: 448px;
		padding: 10px 30px 7px;
}
.profile_data {
		width: 340px;
		margin: 50px 0 0 65px;
		opacity: 0;
		animation: fadeInimg 0.35s linear forwards;
		animation-delay: 1s;
}
.birth {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 40px;
}
.birth li {
		list-style: none;
		font-weight: 400;
		font-family: 'Poppins', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 0
}
.sns {
		display: flex;
		align-items: center;
		justify-content: center;
}
.sns li {
		list-style: none;
		width: 40px;
		margin: 0 7px;
}
.sns li.extra {
		width: 48px;
}
.sns li img {
		width: 100%;
		height: auto;
}
li.new_icon {
		position: relative;
}
.separate {
		background: #fff;
		height: 120px;
		position: relative;
		z-index: 0;
		clear: both;
}
@media(max-width: 1680px) {
		.profile_inner {
				padding: 0 170px 0 20vw;
		}
		.profile_section {
				padding-top: calc(120px + 5vw);
		}
		.profile_figure {
				width: 46.5%;
				margin-right: 50px;
		}
		.profile_caption {
				width: 45%;
		}
		.profile_name_jp_base h1, .profile_name_jp_base h2 {
				font-size: 3.2vw;
				letter-spacing: 2px;
		}
		span.name_txt_base {
				padding: 10px 35px;
		}
		.profile_name_en.satoh {
				width: 70%;
		}
		.profile_name_en.kamiki {
				width: 100%;
		}
		.profile_data {
				margin-left: 2vw;
		}
}
.prof_container .news_section {
		padding-top: 0;
}
.news_cont {
		max-width: 1500px;
		margin: 0 auto;
		padding: 0 0 130px;
}
.news_inner {
		padding-top: 150px;
}
.more_btn_base {
		margin-top: 80px;
}
@media(max-width: 1023px) {
		.profile_section .prof_bg {
				display: none;
		}
		.profile_section {
				background: #fff;
				padding-bottom: 0;
		}
		.profile_inner {
				display: block;
				padding: 0;
				overflow: hidden;
		}
		.profile_figure {
				width: 80vw;
				margin: 0 0 0 20vw;
		}
		.profile_figure img {
				-webkit-mask-image: url("../images/top_artist_mask_sp.png");
				-webkit-mask-mode: alpha;
				-webkit-mask-repeat: no-repeat;
				-webkit-mask-size: cover;
				-webkit-mask-position: 0 0;
		}
		.profile_caption {
				position: relative;
		}
		.prof_hdr {
				position: absolute;
				top: -32vw;
		}
		span.name_txt {
				color: #fff;
		}
		span.name_txt_base {
				padding: 10px 15px;
				color: #fff;
		}
		span.name_txt_base::after, .profile_name_en::after {
				background: #3D3A39;
		}
		.profile_name_en.satoh {
				padding: 13px 15px 13px;
		}
		.profile_name_en.kamiki {
				padding: 10px 15px 7px;
		}
		.profile_name_en {
				margin-top: 20px;
		}
		.profile_name_en img {
				width: 100%;
				height: auto;
		}
		.profile_name_jp_base h1, .profile_name_jp_base h2 {
				font-size: 7.3vw;
		}
		.profile_name_en.satoh {
				width: 60vw;
		}
		.profile_name_en.kamiki {
				width: 77.5vw;
		}
		.profile_name_jp_base {
				margin-bottom: 15px;
		}
		.profile_caption {
				width: 100%;
		}
		.profile_data {
				width: auto;
				margin: 30px 90px 0;
				float: right;
		}
		.birth {
				display: block;
				margin-bottom: 25px;
		}
		.birth li {
				margin: 0 0 10px;
		}
		.sns {
				margin: 0 0 40px;
		}
		.sns li {
				width: 30px;
				margin: 0 8px;
		}
		.sns li.extra {
				width: 36px;
		}
		.new_icon::after {
				width: 40px;
				transform: translateX(-5px);
		}
		.page_header {
				display: none;
		}
		.news_inner {
				padding-top: 40px;
		}
		.news_cont {
				padding: 0 0 80px;
		}
		.news_section .cont_bg {
				background: url(../images/cont_bg_sp.png) repeat-y right 0;
				background-size: 100%;
		}
		body.android_device .news_section .cont_bg {
				background-attachment: fixed;
		}
		.news_inner, .news_section {
				padding-bottom: 0;
		}
		.separate {
				height: 2vw;
		}
}
@media(max-width: 767px) {
		.profile_section {
				padding: 100px 0 40px;
		}
		.profile_data {
				margin-right: 30px;
		}
}
/* ================ */
.center_bnr_center {
		display: flex;
		justify-content: center;
		margin: 60px 0;
		padding: 0 40px;
}
.center_bnr {
		width: 920px;
}
.center_bnr img {
		width: 100%;
		height: auto;
		transition: opacity 0.3s;
}
.center_bnr a {
		display: block;
}
@media (hover: hover) {
		.center_bnr a:hover img {
				opacity: 0.7;
		}
}
@media(max-width: 1100px) {
		.center_bnr {
				width: 100%;
		}
}
@media(max-width: 767px) {
		.center_bnr_center {
				margin: 0;
				padding: 0 20px;
		}
}