@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
:root {
	--my-h: 0;
}
.fixBg {
	display: none !important;
}
#cover {
	display: none;
}
#gHeader h1,
#gHeader .snsList {
	opacity: 0;
	transition: opacity .5s;
	pointer-events: none;
}
#gHeader .snsList {
	display: flex !important;
}
#gHeader h1.show,
#gHeader .snsList.show {
	opacity: 1;
	pointer-events: auto;
}
#gNavi,
#gHeader h1 {
	padding-top: 0 !important;
}
#gNavi {
	transition: none !important;
	transform: none !important;
}
#gNavi li,
#gFooter .fNavi li {
	cursor: pointer;
}
#gNavi li.onlyTop {
	display: block !important;
}
#gNavi li a,
#gFooter .fNavi li a {
	pointer-events: none;
}
#gNavi li::before {
	display: none;
}
#main {
	overflow: hidden;
}
#main .bgBox {
	position: fixed;
	left: -3rem;
	right: -3rem;
	top: -3rem;
	bottom: -3rem;
	opacity: 0;
	transition: opacity .5s, filter .5s;
}
#main .bgBox.blur {
	filter: blur(3rem);
	-webkit-filter: blur(3rem);
}
#main .bgBox.show {
	opacity: 1;
}
#main .bgBox video, #main .bgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main #fullpage > .section {
	height: 100svh;
}
#main #fullpage > .section:not(.mainVisual) {
	background: rgba(0, 0, 0, .4);
}
#main .mainVisual {
	position: relative;
}
#main .mainVisual::before {
	height: 51.3rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.4;
	content: "";
}
#main .mainVisual .logo {
	position: absolute;
	left: 50%;
	bottom: 5.5rem;
	transform: translateX(-50%) scale(0.5);
	transform-origin: bottom;
	display: none;
}
#main .mainVisual .logo .st0 {
	fill: none;
	stroke: #fff;
	stroke-width: 26;
	stroke-linejoin: round;
	stroke-linecap: round;
}
#main .mainVisual .logo.render .st0 {
	stroke-dashoffset: 0 !important;
}
#main .section {
	display: flex;
	align-items: center;
}
#main .news .comList li {
	display: flex;
}
#main .news .comList li a {
	width: 100%;
}
#main .slideBox {
	position: relative;
}
#main .slideBox .btnBox {
	margin-right: 4rem;
	align-items: center;
}
#main .slideBox .btnBox .arrow {
	justify-content: flex-end;
	gap: 0 2rem;
}
#main .slideBox .prev,
#main .slideBox .next {
	width: 5.2rem;
	cursor: pointer;
	transition: .3s;
	pointer-events: auto;
	z-index: 10;
}
#main .slideBox .prev {
	opacity: 0;
	pointer-events: none;
}
#main .slideBox .prev.show {
	opacity: 1;
	pointer-events: auto;
}
#main .video .mediaList li {
	margin-right: 3rem !important;
	width: 37rem !important;
}
#main .video .mediaList .photoBox {
	margin-bottom: 3.5rem;
}
#main .video .mediaList .photoBox a {
	aspect-ratio: 459/257;
}
#main .profile {
	position: relative;
}
#main .profile .content {
	padding: 1rem 0 5rem 41rem;
}
#main .profile .mainBox {
	width: auto;
	max-width: 79.4rem;
}
#main .profile .photoBox {
	margin-bottom: -11rem;
}
#main .profile .photo {
	margin-left: auto;
	width: min(82svh, 60rem);
}
#main .profile .photo > span {
	display: block;
	position: relative;
}
#main .profile .photo > span:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 53.9%;
	height: 100%;
	background: url(/img/index/profile_photo_bg.png) no-repeat left top/100% 100%;
	content: "";
}
#main .profile .photo img {
	width: 100%;
}
#main .profile .textBox {
	position: relative;
	z-index: 2;
}
#main .profile .textBox h2 {
	margin-bottom: min(2.5svh, 2rem);
	font-weight: 300;
	font-size: 3.4rem;
	letter-spacing: 0.01em;
}
#main .profile .textBox p {
	margin-bottom: min(2.8svh, 2.5rem);
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.01em;
	line-height: 2.0;
}
#main .profile .textBox .txt02 {
	margin-bottom: 3rem;
}
#main .profile .textBox p:last-child {
	margin-bottom: 0 !important;
}
#main .profile .textBox .career {
	margin-bottom: min(6svh, 5.6rem);
	opacity: 0.89;
	font-size: max(10px, 1.3rem);
	line-height: 2.5;
}
#main .profile .textBox .en {
	margin-bottom: min(2.4svh, 2rem);
	font-size: max(10px, 1.25rem);
	line-height: 1.67;
}
#main .profile .textBox .subBox .col {
	width: 48%;
}
#main .profile .textBox .subBox .col:last-child {
	width: 46%;
}
#main .profile .fp-scrollable {
	width: 100%;
	position: static;
	overflow-y: scroll;
	overscroll-behavior-y: none;
}
#main .profile .fp-scroller {
	overflow: visible;
	transform: none !important;
	top: 0 !important;
	height: auto !important;
	position: static !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
}
#main .profile .iScrollLoneScrollbar {
	display: none !important;
}
@media all and (min-width: 1000px) {
	#gHeader h1 {
		top: calc((100% - 35.2rem)/2);
	}
	#gNavi li a img {
		margin: -0.9rem 0;
		height: 6.5rem;
	}
	#gNavi ul::before,
	#gNavi li::before {
		width: 2.4rem;
	}
	#main .mediaList .photoBox {
		pointer-events: none;
	}
	/* #main .profile .fp-scrollable {
		overflow: clip;
	}
	#main .profile.act .fp-scrollable {
		overflow-y: scroll;
		overflow-x: hidden;
	} */
	#main .profile .textBox .subBox .col:first-child p {
		text-align: justify;
	}
}
@media all and (hover: hover) and (min-width: 1000px) {
	#main .slideBox .next:hover {
		opacity: 0.7;
	}
	#main .slideBox .prev:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	#headerBg {
		height: 37.5rem;
		opacity: 0.5;
	}
	#headerBg.hide {
		opacity: 0;
	}
	#gHeader .snsList {
		display: block !important;
	}
	#gNavi {
		top: 1.9rem;
	}
	#gFooter .fNavi li.onlyTop {
		display: block !important;
	}
	#gHeader h1 #main .mainVisual::before {
		height: 37.5rem;
		opacity: 0.5;
	}
	#main .mainVisual .logo {
		margin-left: 0;
		bottom: 2.3rem;
		transform: translateX(-50%) scale(0.3);
	}
	#main .slideBox .btnBox {
		margin-right: 1.5rem;
	}
	#main .slideBox .btnBox .arrow {
		gap: 0 1.5rem;
	}
	#main .slideBox .prev,
	#main .slideBox .next {
		width: 4.7rem;
	}
	#main #fullpage .content {
		padding-top: 13.5rem;
	}
	#main .discography .content {
		padding-right: 0;
	}
	#main .video .content {
		padding-right: 0;
	}
	#main .video .mediaList li {
		margin-right: 2rem !important;
		width: 30.9rem !important;
	}
	#main .video .mediaList .photoBox {
		margin-bottom: 4rem;
	}
	#main .profile {
		display: block;
	}
	#main .profile .content {
		padding: 18.5rem 2.5rem 16rem !important;
	}
	#main .profile .mainBox {
		max-width: inherit;
		display: block;
		width: auto;
		max-width: inherit;
	}
	#main .profile .photoBox {
		margin: 0 -2.5rem 0 9.1%;
		max-width: inherit;
	}
	#main .profile .photo {
		width: auto;
	}
	#main .profile .photo > span:after {
		width: 100%;
		background-image: url(/img/index/profile_photo_bg_sp.png);
	}
	#main .profile .textBox {
		margin: -2.8rem 1.8rem 0 0;
	}
	#main .profile .textBox .subBox {
		display: block;
	}
	#main .profile .textBox .subBox .col {
		width: auto !important;
	}
	#main .profile .textBox .subBox .col:not(:last-child) {
		margin-bottom: 2.2rem;
	}
	#main .profile .textBox h2 {
		margin-bottom: 0.8rem;
		font-size: 3rem;
	}
	#main .profile .textBox p {
		margin-bottom: 2.2rem;
		font-size: max(10px, 1.2rem);
	}
	#main .profile .textBox .txt02 {
		margin-bottom: 3.5rem;
	}
	#main .profile .textBox .career {
		margin-bottom: 3rem;
	}
	#main .profile .textBox .en {
		margin-bottom: 2rem;
		line-height: 1.58;
	}
}
@media all and (max-width: 393px) and (max-height: 852px){
	#main #fullpage .content {
		padding-top: 14rem;
	}
}
@media all and (max-width: 375px) and (max-height: 667px){
	#main #fullpage .content {
		padding-top: 13.8rem;
	}	
	#main .slideBox .prev,
	#main .slideBox .next {
		width: 4rem;
	}
	#main .video .mediaList .photoBox {
		margin-bottom: 2rem;
	}
}
@media all and (min-width: 1000px) and (max-height: 740px) {
	#main .discography .mediaList li {
		width: 45svh !important;
	}
}
@media all and (min-width: 1460px) and (max-height: 810px) {
	#main .discography .mediaList li {
		margin-right: 6svh !important;
		width: 41svh !important;
	}
}
@media all and (min-width: 1000px) and (max-height: 690px) {
	#main .video .mediaList li {
		margin-right: 8svh !important;
		width: 70svh !important;
	}
	#main .video .mediaList .textBox {
		min-height: 10.8rem;
	}
	#main .video .mediaList .textBox .title {
		padding-bottom: 1rem;
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	#main .mainVisual .logo {
		margin-left: 0;
		bottom: 2.3rem;
		transform: translateX(-50%) scale(0.38);
	}
}	