/*----------
	top
----------*/
.l-content {
	margin-top: -60px;
}
@media (min-width: 768px), print {
	.l-content {
		margin-top: -100px;
	}
}

.l-mainheader__inner {
	background-color: transparent;
	border-bottom-color: transparent;
	transition: background-color 0.2s ease, height 0.2s ease-out;
}
.l-mainheader.is-open .l-mainheader__inner {
	background: #fff;
}
.l-mainheader:not(.is-shrink):not(.is-open) .l-mainheader__navtoggle {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.l-mainheader:not(.is-shrink):not(.is-open) .l-mainheader__logo {
	background: url(/assets/images/logo_white.svg) center center/contain no-repeat;
	object-fit: contain;
}
.l-mainheader:not(.is-shrink):not(.is-open) .l-mainheader__logo img {
	visibility: hidden;
}

@media (min-width: 768px), print {
	.l-mainnav:not(.is-shrink):not(.is-open) .l-mainnav__cattop > a {
		color: #fff;
	}
	.l-mainnav:not(.is-shrink):not(.is-open) .l-mainnav__cattop > a > span {
		background-image: linear-gradient(#fff, #fff);
	}
}

.un-heading-secondary {
	margin-bottom: 30px;
	padding: 0 12.5px;
	font-weight: 500;
	line-height: var(--line-height-s);
}
.un-heading-secondary__en {
	font-size: 4.8rem;
	line-height: 1;
	letter-spacing: -0.02em;
	overflow: hidden;
}
.un-heading-secondary__en span:nth-of-type(n+2) {
	margin-top: -0.2em;
}
.un-heading-secondary__en span span {
	line-height: 1.4;
	margin-top: -0.3em;
}
.un-heading-secondary__jp {
	font-size: 1.4rem;
	overflow: hidden;
}
.un-heading-secondary span {
	position: relative;
	display: block;
}
.un-heading-secondary span span {
	display: inline-block;
	overflow: hidden;
}
@media (max-width: 320px) {
	.un-heading-secondary__en {
		font-size: 4rem;
	}
}
@media (min-width: 768px), print {
	.un-heading-secondary {
		margin-bottom: 40px;
		padding: 0 80px;
	}
	.un-heading-secondary__en {
		font-size: 8rem;
	}
	.un-heading-secondary__jp {
		font-size: 2rem;
	}
	.un-heading-secondary--reverse {
		padding-left: 620px;
	}
}
.un-heading-secondary.js-inview .un-heading-secondary__en span span {
	transform: translateY(100%);
}
.un-heading-secondary.js-inview .un-heading-secondary__jp span {
	transform: translateY(100%);
}
.un-heading-secondary.is-show .un-heading-secondary__en span span {
	animation: headingSecondary 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
.un-heading-secondary.is-show .un-heading-secondary__jp span {
	animation: headingSecondary 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

.un-imageset {
	padding: 0 12.5px;
}
.un-imageset__text {
	margin-top: 20px;
}
.un-imageset__button {
	margin: 28px auto 0;
	padding: 0 10px;
}
@media (max-width: 767px) {
	.un-imageset__image {
		margin-bottom: 16px;
	}
}
@media (min-width: 768px), print {
	.un-imageset {
		padding: 0 80px;
	}
	.un-imageset__inner {
		display: flex;
		justify-content: space-between;
	}
	.un-imageset__image {
		flex: 0 0 calc(50% - 20px);
		margin-right: 40px;
	}
	.un-imageset__content {
		flex: 1 0 calc(50% - 20px);
		padding-right: 100px;
		align-self: center;
	}
	.un-imageset__text {
		margin-top: 0;
	}
	.un-imageset__button {
		max-width: 260px;
		margin-top: 40px;
		margin-left: 0;
		padding: 0;
	}
	.un-imageset--reverse .un-imageset__inner {
		flex-direction: row-reverse;
	}
	.un-imageset--reverse .un-imageset__image {
		margin-right: 0;
		margin-left: 40px;
	}
	.un-imageset--reverse .un-imageset__content {
		padding-right: 0;
		padding-left: 100px;
	}
	.un-imageset--reverse .un-imageset__button {
		margin-left: auto;
		margin-right: 0;
	}
}
.un-imageset__image.js-inview {
	position: relative;
	overflow: hidden;
}
.un-imageset__image.js-inview > * {
	opacity: 0;
}
.un-imageset__image.is-show > * {
	animation: imagesetImage 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}

.un-section-wrap {
	padding: 50px 0;
	background: var(--color-bg);
}
@media (min-width: 768px), print {
	.un-section-wrap {
		padding: 60px 0;
	}
}

.un-section-wrap-v2 {
	padding: 50px 0;
	background: url("/assets/images/top/bg_01.jpg") center center/cover no-repeat;
}
.un-section-wrap-v2__inner {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 25px 25px;
	padding: 50px 0;
}
@media (min-width: 768px), print {
	.un-section-wrap-v2 {
		padding: 60px 0;
	}
	.un-section-wrap-v2__inner {
		border-radius: 40px 40px;
		padding: 60px 0;
	}
}

.un-mainvisual {
	position: relative;
	height: 100svh;
	min-height: 520px;
	background: #000;
	color: #fff;
	overflow: hidden;
}
.un-mainvisual__content {
	position: relative;
	z-index: 10;
	padding: 0 20px;
	height: 100%;
	display: flex;
	align-items: center;
}
.un-mainvisual__logo {
	width: 95px;
	margin-bottom: 70px;
}
.un-mainvisual__copy {
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.un-mainvisual__lead {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 60px;
}
.un-mainvisual__lead span {
	position: relative;
	display: inline-block;
}
.un-mainvisual__lead span::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 100%;
	width: 100px;
	height: 10px;
	background: url("/assets/images/top/icon_arrow_01.svg") right center/auto 100% no-repeat;
	margin-left: 16px;
}
.un-mainvisual__txt {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2.4;
}
.un-mainvisual__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.un-mainvisual__video::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.un-mainvisual__video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media (max-width: 320px) {
	.un-mainvisual__copy {
		font-size: 3.6rem;
	}
}
@media (min-width: 768px), print {
	.un-mainvisual {
		min-height: 800px;
	}
	.un-mainvisual__content {
		padding: 0 3.125%;
		width: 100%;
		max-width: 1680px;
		margin: 0 auto;
	}
	.un-mainvisual__logo {
		width: 190px;
	}
	.un-mainvisual__copy {
		font-size: 12.6rem;
		margin-bottom: 30px;
	}
	.un-mainvisual__lead {
		font-size: 2.2rem;
		font-weight: 500;
	}
	.un-mainvisual__lead span::after {
		top: 10px;
		width: 300px;
		height: 15px;
		margin-left: 32px;
	}
	.un-mainvisual__txt {
		font-size: 1.5rem;
	}
}
.un-mainvisual.js-inview .un-mainvisual__content {
	opacity: 0;
}
.un-mainvisual.js-inview .un-mainvisual__copy span {
	position: relative;
	opacity: 0;
}
.un-mainvisual.js-inview .un-mainvisual__video {
	opacity: 0;
	transition: opacity 1s ease;
}
.un-mainvisual.is-show .un-mainvisual__content {
	animation: mainVisual 1s ease 0.6s forwards;
}
.un-mainvisual.is-show .un-mainvisual__copy span {
	animation: mainVisualCopy 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
}
.un-mainvisual.is-show .un-mainvisual__copy span:nth-of-type(2) {
	animation-delay: 1s;
}
.un-mainvisual.is-show .un-mainvisual__video {
	opacity: 1;
}

.un-ourphilosophy .un-heading-secondary {
	padding: 0 0;
}
.un-ourphilosophy .un-imageset {
	padding: 0 0;
}
@media (min-width: 768px), print {
	.un-ourphilosophy .un-imageset__image {
		flex: 0 0 520px;
		margin-right: 80px;
	}
	.un-ourphilosophy .un-imageset__content {
		flex: 1 0 600px;
		padding-right: 0;
		align-self: flex-start;
	}
	.un-ourphilosophy .un-imageset__text {
		line-height: 2.4;
	}
}
.un-ourphilosophy-imageset {
	margin-top: 40px;
	display: flex;
}
.un-ourphilosophy-imageset__image--01 {
	width: 47.7611940299%;
	margin-top: 10.447761194%;
}
.un-ourphilosophy-imageset__image--02 {
	width: 35.8208955224%;
	margin-left: 16.4179104478%;
}
.un-ourphilosophy-imageset__image.js-inview {
	position: relative;
}
.un-ourphilosophy-imageset__image.js-inview img {
	opacity: 0;
}
.un-ourphilosophy-imageset__image.is-show img {
	animation: imagesetImage 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
@media (min-width: 768px), print {
	.un-ourphilosophy-imageset__image--01 {
		width: 240px;
		margin-top: 90px;
	}
	.un-ourphilosophy-imageset__image--02 {
		width: 180px;
		margin-left: 120px;
	}
}

.un-news {
	padding: 0 12.5px;
}
.un-news__button {
	padding: 0 10px;
}
@media (min-width: 768px), print {
	.un-news {
		padding: 0 80px;
	}
	.un-news__button {
		padding: 0 0;
	}
	.un-news__button .g-button-container__item {
		flex: 1 1 260px;
		max-width: 260px;
	}
}

.un-movieset {
	padding: 0 12.5px;
}
.un-movieset .c-youtube {
	border-radius: 15px 15px;
	overflow: hidden;
}
@media (min-width: 768px), print {
	.un-movieset {
		padding: 0 80px;
	}
	.un-movieset__inner {
		display: flex;
		justify-content: space-between;
	}
	.un-movieset__title {
		align-self: center;
		flex: 0 0 360px;
		margin: 0 40px 0 0;
		padding: 0 0;
	}
	.un-movieset__content {
		flex: 1 0 640px;
	}
}

.l-tothenextstage__txt span {
	opacity: 0;
}
.l-tothenextstage__txt.is-show span {
	animation: tothenextstage 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
.l-tothenextstage__txt.is-show span:nth-of-type(2) {
	animation-delay: 0.4s;
}

@keyframes headingSecondary {
	0% {
		transform: translateY(105%);
	}
	100% {
		transform: translateY(0%);
	}
}
@keyframes imagesetImage {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes mainVisual {
	100% {
		opacity: 1;
	}
}
@keyframes mainVisualCopy {
	0% {
		left: 30%;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
@keyframes tothenextstage {
	0% {
		left: -30%;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
/*# sourceMappingURL=style.css.map */
