@charset "UTF-8";
/*-------------------------
 * 
 * 
 * 
 * ローディング
 * 
 * 
 * 
-------------------------*/

@media (max-width: 1024px) {

}

@media (max-width: 640px) {

}

/*-------------------------
 * 
 * 
 * 
 * Layout
 * 
 * 
 * 
-------------------------*/

#aboutContentsWrapper > .inner {
	width: 100%;
	padding: 240px 0 0;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1024px) {

	#aboutContentsWrapper > .inner {
		padding-top: 200px;
	}

}

@media (max-width: 640px) {

	#aboutContentsWrapper > .inner {
		padding-top: 160px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Page Header
 * 
 * 
 * 
-------------------------*/

#aboutContentsWrapper .pageHeader {
	width: 100%;
	position: sticky;
	top: 240px;
	z-index: 0;
	margin-bottom: 80px;
}

#aboutContentsWrapper .pageHeader > .inner {
	width: 74%;
	margin: 0 10% 0 16%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

#aboutContentsWrapper .pageHeaderTitle {
	font-size: 144px;
	line-height: 1;
	opacity: 1;
	visibility: visible;
	transition: .5s ease;
}

#aboutContentsWrapper .pageHeaderTitle.isPassive {
	opacity: .08;
}

#aboutContentsWrapper .pageHeaderTitle.isHidden {
	opacity: 0;
	visibility: hidden;

}

#wrapper #aboutContentsWrapper .pageHeaderLead {
	width: 100%;
	max-width: 960px;
	line-height: 2;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 40px);
	transition: .5s ease;
}

#wrapper.isActive #aboutContentsWrapper .pageHeaderLead {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
	transition: 1s ease;
}

#wrapper.isActive #aboutContentsWrapper .pageHeaderLead.isHidden {
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 16px);
}

@media (max-width: 1024px) {

	#aboutContentsWrapper .pageHeader {
		top: 200px;
		margin-bottom: 48px;
	}

	#aboutContentsWrapper .pageHeader > .inner {
		width: 92%;
		margin: 0 auto;
	}

	#aboutContentsWrapper .pageHeaderTitle {
		font-size: 104px;
	}

	/* #wrapper.isActive #aboutContentsWrapper .pageHeaderLead {
		max-width: initial;
	} */

	#wrapper #aboutContentsWrapper .pageHeaderLead {
		max-width: initial;
	}

}

@media (max-width: 640px) {

	#aboutContentsWrapper .pageHeader {
		top: 160px;
		margin-bottom: 32px;
	}

	#aboutContentsWrapper .pageHeader > .inner {
		gap: 16px;
	}

	#aboutContentsWrapper .pageHeaderTitle {
		font-size: 64px;
	}
}

/*-------------------------
 * 
 * 
 * 
 * Main Visual
 * 
 * 
 * 
-------------------------*/

#aboutMainVisual > .inner {
	width: 74%;
	margin: 0 10% 0 16%;
}

#wrapper #aboutMainVisual .aboutMainVisualMovieWrapper {
	position: relative;
	margin-bottom: 120px;
	overflow: hidden;
	opacity: 0;
	border-radius: 8px;
	visibility: hidden;
	transition: .5s ease;
}

#wrapper.isActive #aboutMainVisual .aboutMainVisualMovieWrapper {
	opacity: 1;
	visibility: visible;
}

#wrapper #aboutMainVisual .aboutMainVisualMovie {
	width: 100%;
	overflow: hidden;
	position: relative;
	opacity: 0;
	overflow: hidden;
	transform: scale(1.25);
	filter: blur(8px);
	transition: 1s ease;
}

#wrapper.isActive #aboutMainVisual .aboutMainVisualMovie {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	filter: blur(0);
}

#aboutMainVisual .aboutMainVisualMovieFrame {
	display: block;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

#aboutMainVisual .aboutMainVisualMovieFrameInner {
	display: block;
	position: relative;
	inset: 0;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background: none;
}

#aboutMainVisual .aboutMainVisualMovieVideo {
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {

	#aboutMainVisual > .inner {
		width: 92%;
		margin: 0 auto;
	}

	#wrapper #aboutMainVisual .aboutMainVisualMovieWrapper {
		/* margin-bottom: 64px; */
		margin-bottom: 104px;
	}

}

@media (max-width: 640px) {

	#wrapper #aboutMainVisual .aboutMainVisualMovieWrapper {
		margin-bottom: 64px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * About Section
 * 
 * 
 * 
-------------------------*/

.aboutSectionContentsWrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 5%;
    /* padding: 0 0 320px; */
}

/* #aboutStrengths .aboutStrengthsHeader {
	width: 40%;
	position: sticky;
	top: 200px;
} */

.aboutSectionCatchWrapper {
	display: flex;
	flex-direction: column;
	gap: 48px;
	width: 40%;
	position: sticky;
	top: 200px;
}

.aboutSectionCatchHeading {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}


.aboutSectionCatchHeading > span {
	display: block;
	transform: translate(0, 100%);
	transition: 1s ease;
}

.aboutSectionCatchHeading.isActive > span {
	transform: translate(0, 0);
}

.aboutSectionCatch {
	font-size: 36px;
	line-height: 1.5;
	gap: 4px;
}

.aboutSectionHeading {
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
}

.aboutSectionSubHeading {
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
}

.aboutSectionList ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.aboutSectionListItem {
	position: relative;
	padding: 0 0 0 18px;
	line-height: 1.5;
}

.aboutSectionListItem::before {
	display: block;
	content: '';
	width: 8px;
	height: 1px;
	background: #efefef;
	position: absolute;
	top: 11px;
	left: 0;
}

.aboutSectionListItem a .aboutSectionListItemArrow {
	position: absolute;
	bottom: 0;
	right: -19px;
	transform: translate(0, -50%);
	width: 11px;
	height: 11px;
	overflow: hidden;
}

.aboutSectionListItem a .aboutSectionListItemArrowBefore,
.aboutSectionListItem a .aboutSectionListItemArrowAfter {
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	animation-fill-mode: forwards;
	animation-duration: 0.6s;
}

.aboutSectionListItem a .aboutSectionListItemArrowAfter {
	transform: translateX(-100%);
}

.aboutSectionListItem a:hover .aboutSectionListItemArrowBefore {
  animation-name: aboutSectionListItemArrowFromRightToLeft;
  animation-delay: 0s;
}

.aboutSectionListItem a:hover .aboutSectionListItemArrowAfter {
  animation-name: aboutSectionListItemArrowFromLeftToRight;
  animation-delay: 0.2s;
}
@keyframes aboutSectionListItemArrowFromLeftToRight {
	0% {
		transform: translate(-100%, 100%);
	}
	100% {
		transform: translate(0);
	}
}

@keyframes aboutSectionListItemArrowFromRightToLeft {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(100%, -100%);
	}
}

.aboutSectionListItem a .aboutSectionListItemArrow svg path {
	fill: #efefef;
}

.aboutSectionStrings ul {
	display: flex;
	flex-wrap: wrap;
}

.aboutSectionStrings li {
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.aboutSectionStrings li::after {
	display: block;
	content: '/';
	margin: 0 .5em;
}

.aboutSectionStrings li:last-of-type::after {
	content: 'etc.';
	margin: 0 0 0 .5em;
}

.aboutSectionStrings li a:link,
.aboutSectionStrings li a:visited {
	text-decoration: underline;
}

.aboutSectionStrings li a:hover,
.aboutSectionStrings li a:active {
	text-decoration: none;
}

@media (max-width: 1024px) {

	.aboutSectionContentsWrapper {
		flex-direction: column;
		/* gap: 48px; */
		gap: 56px;
		padding-bottom: 104px;
	}

	.aboutSectionCatchWrapper  {
		width: 100%;
		position: relative;
		top: auto;
		gap: 24px;
	}

	/* .aboutSectionCatchHeading {
		font-size: 14px;
	} */

	.aboutSectionCatch {
		font-size: 36px;
		/* gap: 4px; */
		display: flex;
		flex-direction: row;
		/* align-items: baseline; */
		flex-wrap: wrap;
	}

	.aboutSectionCatch > div > div {
		display: flex !important;
		flex-direction: row;
		align-items: baseline;
		flex-wrap: wrap;
	}

}

@media (max-width: 640px) {

	.aboutSectionCatchWrapper {
		gap: 16px;
	}

	.aboutSectionCatch {
		font-size: 28px;
		gap: 0;
	}

	.aboutSectionHeading {
		font-size: 32px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Strengths
 * 
 * 
 * 
-------------------------*/

#aboutStrengths > .inner {
	width: 74%;
	margin: 0 10% 0 16%;
}

#aboutStrengths .aboutStrengthsContentsWrapper {
	/* width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 5%;
	padding: 0 0 640px; */
	padding: 0 0 640px;
}

/* #aboutStrengths .aboutStrengthsHeader {
	width: 40%;
	position: sticky;
	top: 200px;
} */

#aboutStrengths .aboutStrengthsCatch .myStudioName {
	font-size: 1.1em;
}

/* #aboutStrengths .aboutStrengthsCatch .myStudioName + * {
	margin-left: .25em;
} */

#aboutStrengths .aboutStrengthsCatch .myStudioName:last-of-type {
	margin-right: .25em;
}

#aboutStrengths .aboutStrengthsContent {
	width: 55%;
}

#aboutStrengths .aboutStrengthsItems > .inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 200px;
}

#aboutStrengths .aboutStrengthsItem {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 32px;
	/* filter: blur(8px);
	transform: scale(.8); */
	transition: 1s ease;
}

/* #aboutStrengths .aboutStrengthsItem.isActive {
	filter: blur(0);
	transform: scale(1);
} */

#aboutStrengths .aboutStrengthsItemHeader {
	display: flex;
	flex-direction: column;
	/* gap: 8px; */
}

#aboutStrengths .aboutStrengthsItemNum {
	font-size: 184px;
	line-height: 1;
	overflow: hidden;
	/* opacity: .16; */
	position: absolute;
	top: -80px;
	left: -24px;
	background: linear-gradient(0deg,rgba(239,239,239,0) 0,rgba(239,239,239,1));
	background-clip: text;
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	opacity: 0;
	visibility: hidden;
	filter: blur(8px);
	transform: scale(1.1) translate(0, 40px);
	transition: 1s ease;
}

#aboutStrengths .aboutStrengthsItemNum.isActive {
	opacity: .16;
	visibility: visible;
	filter: blur(0);
	transform: scale(1) translate(0, 0);
}

#aboutStrengths .aboutStrengthsItemTitleEn {
	font-size: 64px;
	line-height: 1.25;
}

#aboutStrengths .aboutStrengthsItemTitleJa {
	font-size: 24px;
	line-height: 1.5;
}

#aboutStrengths .aboutStrengthsItemBody {
	opacity: 0;
	visibility: hidden;
	filter: blur(8px);
	transform: scale(1.05);
	transform: translate(0, 40px);
	transition: 1s ease;
}

#aboutStrengths .aboutStrengthsItemBody.isActive {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
	filter: blur(0);
	transform: scale(1);
}

#aboutStrengths .aboutStrengthsItemText {
	line-height: 2;
}

@media (max-width: 1024px) {

	#aboutStrengths > .inner {
		width: 92%;
		margin: 0 auto;
	}

	/* #aboutStrengths .aboutStrengthsCatch .myStudioName:last-of-type {
		margin-right: .25em;
	} */

	#aboutStrengths .aboutStrengthsContentsWrapper {
		gap: 80px;
		padding-bottom: 104px;
	}

	#aboutStrengths .aboutStrengthsContent {
		width: 100%;
	}

	#aboutStrengths .aboutStrengthsItems > .inner {
		gap: 64px;
	}

	#aboutStrengths .aboutStrengthsItem {
		gap: 24px;
	}

	#aboutStrengths .aboutStrengthsItemNum {
		font-size: 120px;
		top: -48px;
		left: 0px
	}

	/* #aboutStrengths .aboutStrengthsItemHeader {
		gap: 8px;
	} */

	#aboutStrengths .aboutStrengthsItemTitleEn {
		font-size: 48px;
	}

	#aboutStrengths .aboutStrengthsItemTitleJa {
		font-size: 20px;
	}

}

@media (max-width: 640px) {

	#aboutStrengths .aboutStrengthsContentsWrapper {
		gap: 64px;
		padding-bottom: 72px;
	}

	#aboutStrengths .aboutStrengthsItems > .inner {
		gap: 56px;
	}

	#aboutStrengths .aboutStrengthsItem {
		gap: 20px;
	}

	#aboutStrengths .aboutStrengthsItemNum {
		font-size: 80px;
		top: -32px;
	}

	/* #aboutStrengths .aboutStrengthsItemHeader {
		gap: 4px;
	} */

	#aboutStrengths .aboutStrengthsItemTitleEn {
		font-size: 32px;
	}

	#aboutStrengths .aboutStrengthsItemTitleJa {
		font-size: 16px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Philosophy
 * 
 * 
 * 
-------------------------*/

#aboutPhilosophy > .inner {
	width: 74%;
	margin: 0 10% 0 16%;
}

/* #wrapper #aboutPhilosophy .aboutPhilosophyMovieWrapper {
	position: relative;
	margin-bottom: 120px;
	overflow: hidden;
	opacity: 0;
	border-radius: 8px;
	visibility: hidden;
	transition: .5s ease;
}

#wrapper.isActive #aboutPhilosophy .aboutPhilosophyMovieWrapper {
	opacity: 1;
	visibility: visible;
}

#wrapper #aboutPhilosophy .aboutPhilosophyMovie {
	width: 100%;
	overflow: hidden;
	position: relative;
	opacity: 0;
	overflow: hidden;
	transform: scale(1.25);
	filter: blur(8px);
	transition: 1s ease;
}

#wrapper.isActive #aboutPhilosophy .aboutPhilosophyMovie {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	filter: blur(0);
}

#aboutPhilosophy .aboutPhilosophyMovieFrame {
	display: block;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

#aboutPhilosophy .aboutPhilosophyMovieFrameInner {
	display: block;
	position: relative;
	inset: 0;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background: none;
}

#aboutPhilosophy .aboutPhilosophyMovieVideo {
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

#aboutPhilosophy .aboutPhilosophyContentsWrapper {
	/* width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 5%; */
	padding: 0 0 320px;
}

/* #aboutPhilosophy .aboutPhilosophyHeader {
	width: 40%;
	position: sticky;
	top: 200px;
} */

#aboutPhilosophy .aboutPhilosophyContent {
	width: 55%;
}

#aboutPhilosophy .aboutPhilosophyContentDesc p {
	line-height: 2;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	filter: blur(8px);
	transform: scale(1.05);
	transition: 1s ease;
}

#aboutPhilosophy .aboutPhilosophyContentDesc p.isActive {
	opacity: 1;
	visibility: visible;
	filter: blur(0);
	transform: scale(1);
}

@media (max-width: 1024px) {

	#aboutPhilosophy > .inner {
		width: 92%;
		margin: 0 auto;
	}

	/* #wrapper #aboutPhilosophy .aboutPhilosophyMovieWrapper {
		margin-bottom: 64px;
	} */

	/* #aboutPhilosophy .aboutPhilosophyContentsWrapper {
		flex-direction: column;
		gap: 48px;
		padding-bottom: 104px;
	}

	#aboutPhilosophy .aboutPhilosophyHeader {
		width: 100%;
		position: relative;
		top: auto;
		gap: 24px;
	} */

	#aboutPhilosophy .aboutPhilosophyContentsWrapper {
		padding-bottom: 104px;
	}

	/* #aboutPhilosophy .aboutPhilosophyHeading {
		font-size: 14px;
	}

	#aboutPhilosophy .aboutPhilosophyCatch {
		font-size: 36px;
		gap: 4px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#aboutPhilosophy .aboutPhilosophyCatch > div > div {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
	} */

	#aboutPhilosophy .aboutPhilosophyCatch > div > div > div:nth-of-type(1) {
		margin-right: -.25em;
	}

	#aboutPhilosophy .aboutPhilosophyContent {
		width: 100%;
	}

}

@media (max-width: 640px) {

	/* #wrapper #aboutPhilosophy .aboutPhilosophyMovieWrapper {
		margin-bottom: 48px;
	} */

	#aboutPhilosophy .aboutPhilosophyContentsWrapper {
		gap: 40px;
		padding-bottom: 72px;
	}

	/* #aboutPhilosophy .aboutPhilosophyHeader {
		gap: 16px;
	}

	#aboutPhilosophy .aboutPhilosophyCatch {
		font-size: 28px;
	} */

	#aboutPhilosophy .aboutPhilosophyContentDesc p {
		display: block;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Profile
 * 
 * 
 * 
-------------------------*/

#aboutProfile > .inner {
	width: 74%;
	margin: 0 10% 0 16%;
	padding: 0 0 480px;
}

#aboutProfile .aboutSectionHeader {
	display: flex;
	flex-direction: column;
	gap: 56px;
	position: sticky;
	top: 200px;
}

#aboutProfile .aboutProfileHeaderContents {
	width: 64%;
	max-width: 980px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

#aboutProfile .aboutProfileImgWrapper {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

#aboutProfile .aboutProfileImgWrapper::before {
	display: block;
	content: '';
	width: calc(100% + 2px);
	height: 100%;
	background: #1f1f1f;
	pointer-events: none;
	position: absolute;
	inset: 0 -1px;
	z-index: 1;
	transition: .5s ease;
}

#aboutProfile .aboutProfileHeader.isActive .aboutProfileImgWrapper::before {
  animation: aboutProfileImgWrapper .7s cubic-bezier(1,-0.08,.27,.97) forwards;
  
}

@keyframes aboutProfileImgWrapper {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}

#aboutProfile .aboutProfileImg {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	z-index: 0;
	overflow: hidden;
	opacity: 0;
	filter: blur(8px);
	transform: scale(1.25);
	transition: 1s ease;
}

#aboutProfile .aboutProfileHeader.isActive .aboutProfileImg {
	opacity: .4;
	filter: blur(0);
	transform: scale(1);
}

#aboutProfile .aboutProfileImg .aboutProfileImgCaption {
	display: flex;
	align-items: baseline;
	gap: .25em;
	font-size: 10px;
}

#aboutProfile .aboutProfileHeader .aboutProfileLead {
	display: flex;
	flex-direction: column;
	gap: 32px;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 40px);
	transition: 1s ease;
}

#aboutProfile .aboutProfileHeader.isActive .aboutProfileLead {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}

#aboutProfile .aboutProfileLeadText {
	max-width: 360px;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}

#aboutProfile .aboutProfileLeadSocialItems ul {
	display: flex;
	align-items: center;
	gap: 24px;
}

#aboutProfile .aboutProfileLeadSocialItem {
	overflow: hidden;
}

#aboutProfile .aboutProfileLeadSocialItem a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 28px;
}

#aboutProfile .aboutProfileLeadSocialItem a .aboutProfileLeadSocialItemIcon > span:nth-of-type(1),
#aboutProfile .aboutProfileLeadSocialItem a .aboutProfileLeadSocialItemIcon > span:nth-of-type(2) {
	height: 28px;
}

#aboutProfile .aboutProfileLeadSocialItem a svg path {
	fill: #efefef;
}

#aboutProfile .aboutProfileContents {
	width: 55%;
	margin: 0 0 0 auto;
	position: relative;
}

#aboutProfile .aboutProfileContents > .inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 80px;
}

#aboutProfile .aboutProfileContent {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

#aboutProfile .aboutProfileTimelineItems {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#aboutProfile .aboutProfileTimelineItem {
	display: flex;
	align-items: flex-start;
	gap: 80px;
	line-height: 2;
}

#aboutProfile .aboutProfileTimelineItemHeading {
	flex-shrink: 0;
	width: 5em;
}

@media (max-width: 1024px) {

	#aboutProfile > .inner {
		width: 92%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 64px;
		padding-bottom: 104px;
	}

	#aboutProfile .aboutSectionHeader {
		position: relative;
		top: auto;
	}

	#aboutProfile .aboutProfileHeaderContents {
		width: 100%;
		max-width: initial;
		flex-direction: row;
		gap: 5%;
	}

	#aboutProfile .aboutProfileImgWrapper {
		width: 60%;
		flex-shrink: 0;
	}

	#aboutProfile .aboutProfileHeader .aboutProfileLead {
		width: 35%;
		gap: 24px;
	}

	#aboutProfile .aboutProfileContents {
		width: 100%;
		margin: 0 auto;
	}

	#aboutProfile .aboutProfileContents > .inner {
		gap: 64px;
	}

	#aboutProfile .aboutProfileContent {
		gap: 40px;
	}

	#aboutProfile .aboutProfileTimelineItem {
		gap: 48px;
	}

}

@media (max-width: 640px) {

	#aboutProfile > .inner {
		gap: 48px;
		padding-bottom: 64px;
	}

	#aboutProfile .aboutSectionHeader {
		gap: 40px;
	}

	#aboutProfile .aboutProfileHeaderContents {
		flex-direction: column;
		gap: 24px;
	}

	#aboutProfile .aboutProfileImgWrapper {
		width: 100%;
	}

	#aboutProfile .aboutProfileHeader .aboutProfileLead {
		width: 100%;
	}

	#aboutProfile .aboutProfileContents > .inner {
		gap: 40px;
	}

	#aboutProfile .aboutProfileContent {
		gap: 32px;
	}

	#aboutProfile .aboutProfileTimelineItem {
		gap: 0;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Articles
 * 
 * 
 * 
-------------------------*/

#aboutArticles > .inner {
	width: 84%;
	margin: 0 0 0 16%;
	display: flex;
	flex-direction: column;
	gap: 56px;
	padding: 0 0 160px;
}

#aboutArticles .aboutArticlesHeader {
	width: 95.24%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#aboutArticles .aboutArticlesSliderArrows {
	overflow: hidden;
}

#aboutArticles .aboutArticlesSliderArrows > .inner {
	width: 100%;
	background: rgba(239,239,239,.08);
	border-radius: 4px;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	transform: translate(0, 100%);
	transition: 1s ease;
}

#aboutArticles.isActive .aboutArticlesSliderArrows > .inner {
	transform: translate(0, 0);
}

#aboutArticles .aboutArticlesSliderArrow {
	width: 40px;
	height: 40px;
	background: var(--black);
	border-radius: 3px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .3s ease;
}

@media (any-hover: hover) {

	#aboutArticles .aboutArticlesSliderArrow:hover {
		background: var(--white);
	}

}

#aboutArticles .aboutArticlesSliderArrowInner {
	width: 16px;
	height: 16px;
	position: relative;
	overflow: hidden;
}

#aboutArticles .aboutArticlesSliderArrowPrevBefore,
#aboutArticles .aboutArticlesSliderArrowPrevAfter {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	animation-fill-mode: forwards;
	animation-duration: 0.6s;
}

#aboutArticles .aboutArticlesSliderArrowPrevAfter {
	transform: translateX(100%);
}

@media (any-hover: hover) {

	#aboutArticles .aboutArticlesSliderArrow:hover .aboutArticlesSliderArrowPrevBefore {
	animation-name: aboutArticlesSliderArrowPrevFromRightToLeft;
	animation-delay: 0s;
	}

	#aboutArticles .aboutArticlesSliderArrow:hover .aboutArticlesSliderArrowPrevAfter {
	animation-name: aboutArticlesSliderArrowPrevFromLeftToRight;
	animation-delay: 0.2s;
	}

}

@keyframes aboutArticlesSliderArrowPrevFromLeftToRight {
	0% {
		transform: translate(100%, 0);
	}
	100% {
		transform: translate(0);
	}
}

@keyframes aboutArticlesSliderArrowPrevFromRightToLeft {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

#aboutArticles .aboutArticlesSliderArrowNextBefore,
#aboutArticles .aboutArticlesSliderArrowNextAfter {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	animation-fill-mode: forwards;
	animation-duration: 0.6s;
}

#aboutArticles .aboutArticlesSliderArrowNextAfter {
	transform: translateX(-100%);
}

@media (any-hover: hover) {

	#aboutArticles .aboutArticlesSliderArrow:hover .aboutArticlesSliderArrowNextBefore {
	animation-name: aboutArticlesSliderArrowNextFromRightToLeft;
	animation-delay: 0s;
	}

	#aboutArticles .aboutArticlesSliderArrow:hover .aboutArticlesSliderArrowNextAfter {
	animation-name: aboutArticlesSliderArrowNextFromLeftToRight;
	animation-delay: 0.2s;
	}

}

@keyframes aboutArticlesSliderArrowNextFromLeftToRight {
	0% {
		transform: translate(-100%, 0);
	}
	100% {
		transform: translate(0);
	}
}

@keyframes aboutArticlesSliderArrowNextFromRightToLeft {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(100%, 0);
	}
}

#aboutArticles .aboutArticlesSliderArrow svg path {
	fill: var(--white);
	transition: .5 ease;
}

@media (any-hover: hover) {

	#aboutArticles .aboutArticlesSliderArrow:hover svg path {
		fill: var(--black);
	}

}

#aboutArticles .aboutArticlesContents {
	width: 2320px;
	overflow: hidden;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translate(40px, 0);
	transition: 1s ease;
}

#aboutArticles.isActive .aboutArticlesContents {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

#aboutArticles .aboutArticlesSlide a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: var(--white);
	text-decoration: none;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideThumb {
	width: 100%;
	border-radius: 4px;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideThumbImg {
	height: 0;
	padding-top: 66.66%;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideDesc > .inner {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 24px 12% 24px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideTitle {
	font-size: 16px;
	line-height: 1.75;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideMeta {
	color: var(--white);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	opacity: .5;
	transition: .5s ease;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideDate {
	font-size: 14px;
	flex-shrink: 0;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideCats {
	display: flex;
	align-items: center;
	gap: 8px;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideCat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 24px;
	padding: 1px 12px 0;
	border: 1px solid var(--white);
	border-radius: 4px;
	transition: .5s ease;
}

#aboutArticles .aboutArticlesSlide .aboutArticlesSlideCat::before {
	display: none;
}

#aboutArticles .aboutArticlesSlide a .aboutArticlesSlideArrow {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 28px;
	height: 28px;
	background: var(--black);
	border: 1px solid var(--darkGray02);
	border-radius: 4px;
	overflow: hidden;
	display: none;
	transition: .3s ease;
}

@media (any-hover: hover) {

	#aboutArticles .aboutArticlesSlide a:hover .aboutArticlesSlideArrow {
		background: var(--darkGray02);
		border-color: var(--darkGray02);
	}

}

#aboutArticles .aboutArticlesSlide a .aboutArticlesSlideArrowInner {
	width: 11px;
	height: 11px;
	position: relative;
	overflow: hidden;
}

#aboutArticles .aboutArticlesSlide a .aboutArticlesSlideArrowBefore,
#aboutArticles .aboutArticlesSlide a .aboutArticlesSlideArrowAfter {
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	animation-fill-mode: forwards;
	animation-duration: 0.6s;
}

#aboutArticles .aboutArticlesSlide a .aboutArticlesSlideArrowAfter {
	transform: translateX(-100%);
}

@media (any-hover: hover) {

	#aboutArticles .aboutArticlesSlide a:hover .aboutArticlesSlideArrowBefore {
	animation-name: aboutArticlesSlideArrowFromRightToLeft;
	animation-delay: 0s;
	}

	#aboutArticles .aboutArticlesSlide a:hover .aboutArticlesSlideArrowAfter {
	animation-name: aboutArticlesSlideArrowFromLeftToRight;
	animation-delay: 0.2s;
	}

}

@keyframes aboutArticlesSlideArrowFromLeftToRight {
	0% {
		transform: translate(-100%, 100%);
	}
	100% {
		transform: translate(0);
	}
}

@keyframes aboutArticlesSlideArrowFromRightToLeft {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(100%, -100%);
	}
}

#aboutArticles .aboutArticlesSlide a .aboutArticlesSlideArrow svg path {
	fill: var(--white);
}

@media (max-width: 1024px) {

	#aboutArticles > .inner {
		width: 96%;
		margin: 0 0 0 4%;
		gap: 56px;
		padding-bottom: 104px;
	}

}

@media (max-width: 640px) {

	#aboutArticles > .inner {
		gap: 40px;
		padding-bottom: 64px;
	}

	#aboutArticles .aboutArticlesContents {
		width: 1760px;
	}

	#aboutArticles .aboutArticlesSlide .aboutArticlesSlideDesc > .inner {
		padding: 20px 12% 20px 0;
		gap: 12px;
	}
	
	#aboutArticles .aboutArticlesSlide .aboutArticlesSlideTitle {
		font-size: 14px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Outline
 * 
 * 
 * 
-------------------------*/

#aboutOutline > .inner {
	width: 74%;
	margin: 0 10% 0 16%;
	display: flex;
	flex-direction: column;
	gap: 56px;
	padding: 0 0 64px;
}

#aboutOutline .aboutOutlineTable {
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 40px);
	transition: 1s ease;
}

#aboutOutline.isActive .aboutOutlineTable {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

#aboutOutline .aboutOutlineTableItem {
	display: flex;
	position: relative;
}

#aboutOutline .aboutOutlineTableItem::before,
#aboutOutline .aboutOutlineTableItem::after {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--white);
	position: absolute;
	left: 0;
}

#aboutOutline .aboutOutlineTableItem::before {
	display: none;
}

#aboutOutline .aboutOutlineTableItem:first-of-type::before {
	display: block;
	top: 0;
}

#aboutOutline .aboutOutlineTableItem::after {
	display: block;
	bottom: 0;
}

#aboutOutline .aboutOutlineTableItemHeading {
	width: 25%;
	flex-shrink: 0;
	padding: 48px 40px 48px 0;
	opacity: .4;
}

#aboutOutline .aboutOutlineTableItemBody {
	width: 75%;
	padding: 48px 0;
}

@media (max-width: 1024px) {

	#aboutOutline > .inner {
		width: 92%;
		margin: 0 auto;
		gap: 56px;
		padding-bottom: 0;
	}

	#aboutOutline .aboutOutlineTableItemHeading {
		padding: 32px 24px 32px 0;
	}

	#aboutOutline .aboutOutlineTableItemBody {
		padding: 32px 0;
	}

}

@media (max-width: 640px) {

	#aboutOutline .aboutOutlineTableItem {
		flex-direction: column;
	}

	#aboutOutline .aboutOutlineTableItemHeading {
		width: 100%;
		padding: 24px 0 0 0;
	}

	#aboutOutline .aboutOutlineTableItemBody {
		width: 100%;
		padding: 8px 0 24px;
	}

}
