@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@900&display=swap");
/**
 *
 *	ROZZO STYLE
 *
 */
/*	common
	===================================== */
#main {
	position: relative;
	z-index: 10;
}

.container {
	margin: auto;
	position: relative;
	width: calc(100% - 150px);
}
@media (max-width: 991px) {
	.container {
		width: calc(100% - 40px);
	}
}

.section-title {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
.section-title svg text {
	fill: rgba(255, 255, 255, 0);
	font-size: 821.4285714286%;
	stroke: #fff;
	stroke-width: 1;
	stroke-dasharray: 0% 100%;
}
.section-title.move svg text {
	-webkit-animation: title-stroke 1.5s ease-in-out forwards;
	        animation: title-stroke 1.5s ease-in-out forwards;
}
@media (max-width: 991px) {
	.section-title svg text {
		font-size: 428.5714285714%;
	}
}

@-webkit-keyframes title-stroke {
	0% {
		stroke-dasharray: 0% 100%;
	}
	75% {
		stroke-dasharray: 100% 0;
		fill: rgba(255, 255, 255, 0);
	}
	100% {
		stroke-dasharray: 100% 0;
		fill: rgb(255, 255, 255);
	}
}

@keyframes title-stroke {
	0% {
		stroke-dasharray: 0% 100%;
	}
	75% {
		stroke-dasharray: 100% 0;
		fill: rgba(255, 255, 255, 0);
	}
	100% {
		stroke-dasharray: 100% 0;
		fill: rgb(255, 255, 255);
	}
}
.button {
	cursor: pointer;
	display: block;
	letter-spacing: 0.025em;
	line-height: 1;
	font-size: 214.2857142857%;
	height: 1.4em;
	margin: 100px 100px 100px auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 200px;
}
.button span {
	left: 0;
	position: absolute;
	top: 0;
}
.button span:nth-of-type(2) {
	top: 1.4em;
}
.button::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	width: 100%;
}
.button:hover span {
	-webkit-animation: button-text 0.25s forwards;
	        animation: button-text 0.25s forwards;
}
.button:hover::after {
	-webkit-animation: button-line 0.25s ease-in 0.1s;
	        animation: button-line 0.25s ease-in 0.1s;
}
.button.move {
	opacity: 1;
}
@media (max-width: 991px) {
	.button {
		font-size: 128.5714285714%;
		margin: 50px 0 50px auto;
		width: 100px;
	}
}

@-webkit-keyframes button-text {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-1.4em);
		        transform: translateY(-1.4em);
	}
}

@keyframes button-text {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-1.4em);
		        transform: translateY(-1.4em);
	}
}
@-webkit-keyframes button-line {
	0% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}
@keyframes button-line {
	0% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}
.anton {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.zen-old {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}

/*	animation
	===================================== */
.io {
	-webkit-transition: opacity 1.6s ease 0s, -webkit-transform 1.6s ease 0s;
	transition: opacity 1.6s ease 0s, -webkit-transform 1.6s ease 0s;
	transition: opacity 1.6s ease 0s, transform 1.6s ease 0s;
	transition: opacity 1.6s ease 0s, transform 1.6s ease 0s, -webkit-transform 1.6s ease 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity, transform;
}

/*	header
	===================================== */
#header {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	mix-blend-mode: difference;
	opacity: 0;
	position: fixed;
	top: -25px;
	width: 100%;
	z-index: 100;
}
#header .year {
	letter-spacing: 0.025em;
	line-height: 1;
	font-size: 89.2857142857%;
	margin-left: 75px;
	padding-left: 75px;
	position: relative;
}
#header .year::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 50px;
}
#header .nav {
	line-height: 1;
	letter-spacing: -0.4em;
	list-style: none;
	font-size: 178.5714285714%;
}
#header .nav > li {
	display: inline-block;
	letter-spacing: normal;
}
#header .nav li {
	letter-spacing: 0.025em;
	margin-right: 75px;
	vertical-align: middle;
}
#header .nav li a {
	position: relative;
}
#header .nav li:not(.line) a::after {
	background: #fff;
	bottom: -5px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	width: 100%;
}
#header .nav li:not(.line) a:hover::after {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
#header .nav li.line a {
	-webkit-filter: invert(0);
	        filter: invert(0);
	-webkit-transition: filter 0.75s ease;
	-webkit-transition: -webkit-filter 0.75s ease;
	transition: -webkit-filter 0.75s ease;
	transition: filter 0.75s ease;
	transition: filter 0.75s ease, -webkit-filter 0.75s ease;
}
#header .nav li.line a:hover {
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}
@media (max-width: 991px) {
	#header {
		position: relative;
		top: -80px;
	}
	#header .year {
		margin-left: 20px;
	}
	#header .nav li {
		margin-right: 20px;
	}
	#header .nav li:not(.line) {
		display: none;
	}
	#header .nav li.line {
		height: 50px;
		width: 50px;
	}
}

/*	kv
	===================================== */
#kv {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#kv .logo {
	height: 450px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 340px;
}
#kv .logo .white {
	-webkit-animation: logo-white 2.5s linear infinite;
	        animation: logo-white 2.5s linear infinite;
	display: inline-block;
	height: 100%;
	mix-blend-mode: color-dodge;
	position: absolute;
	width: 100%;
}
#kv .logo .red {
	-webkit-animation: logo-red 0.25s linear infinite;
	        animation: logo-red 0.25s linear infinite;
	display: inline-block;
	height: 100%;
	mix-blend-mode: color-dodge;
	position: absolute;
	width: 100%;
}
#kv .logo .blue {
	-webkit-animation: logo-blue 0.25s linear infinite;
	        animation: logo-blue 0.25s linear infinite;
	display: inline-block;
	height: 100%;
	mix-blend-mode: color-dodge;
	position: absolute;
	width: 100%;
}
#kv .scroll {
	left: 75px;
	position: absolute;
	opacity: 0;
	bottom: 240px;
}
#kv .scroll .scroll-down {
	display: inline-block;
	letter-spacing: 0.025em;
	line-height: 1;
	font-size: 89.2857142857%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
#kv .scroll .scroll-down::after {
	-webkit-animation: scroll-move 1s ease-in-out infinite;
	        animation: scroll-move 1s ease-in-out infinite;
	background-color: #fff;
	content: "";
	height: 1px;
	opacity: 0;
	position: absolute;
	right: -100px;
	top: 45%;
	width: 75px;
}
#kv .ticker-wrap {
	opacity: 0;
	width: 100%;
}
#kv .ticker-wrap .ticker-first {
	-webkit-animation: ticker-kv-first 15s linear infinite;
	        animation: ticker-kv-first 15s linear infinite;
	bottom: -15px;
	font-size: 1428.5714285714%;
	line-height: 1;
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: absolute;
	width: 100%;
	white-space: nowrap;
}
#kv .ticker-wrap .ticker-last {
	-webkit-animation: ticker-kv-last 15s linear infinite;
	        animation: ticker-kv-last 15s linear infinite;
	bottom: -15px;
	font-size: 1428.5714285714%;
	line-height: 1;
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: absolute;
	width: 100%;
	white-space: nowrap;
}
@media (max-width: 991px) {
	#kv {
		height: 90vh;
	}
	#kv .logo {
		height: 270px;
		width: 204px;
	}
	#kv .scroll {
		left: 20px;
		bottom: 195px;
	}
	#kv .ticker-wrap .ticker-first {
		bottom: 0px;
		font-size: 714.2857142857%;
	}
	#kv .ticker-wrap .ticker-last {
		bottom: 0px;
		font-size: 714.2857142857%;
	}
}

@-webkit-keyframes logo-white {
	0%, 3%, 5%, 42%, 44%, 53%, 55%, 82%, 84%, 100% {
		opacity: 1;
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
	}
	4.3% {
		opacity: 1;
		-webkit-transform: scaleY(2);
		        transform: scaleY(2);
	}
	43% {
		opacity: 1;
		-webkit-transform: scaleX(2) rotate(60deg);
		        transform: scaleX(2) rotate(60deg);
	}
	54.3% {
		opacity: 1;
		-webkit-transform: scaleY(0.98);
		        transform: scaleY(0.98);
	}
	83% {
		opacity: 1;
		-webkit-transform: scaleX(0.98);
		        transform: scaleX(0.98);
	}
}

@keyframes logo-white {
	0%, 3%, 5%, 42%, 44%, 53%, 55%, 82%, 84%, 100% {
		opacity: 1;
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
	}
	4.3% {
		opacity: 1;
		-webkit-transform: scaleY(2);
		        transform: scaleY(2);
	}
	43% {
		opacity: 1;
		-webkit-transform: scaleX(2) rotate(60deg);
		        transform: scaleX(2) rotate(60deg);
	}
	54.3% {
		opacity: 1;
		-webkit-transform: scaleY(0.98);
		        transform: scaleY(0.98);
	}
	83% {
		opacity: 1;
		-webkit-transform: scaleX(0.98);
		        transform: scaleX(0.98);
	}
}
@-webkit-keyframes scroll-move {
	0% {
		width: 0;
		right: -25px;
		opacity: 0;
	}
	50% {
		width: 75px;
		right: -100px;
		opacity: 1;
	}
	100% {
		width: 0;
		right: -100px;
		opacity: 0;
	}
}
@keyframes scroll-move {
	0% {
		width: 0;
		right: -25px;
		opacity: 0;
	}
	50% {
		width: 75px;
		right: -100px;
		opacity: 1;
	}
	100% {
		width: 0;
		right: -100px;
		opacity: 0;
	}
}
@-webkit-keyframes ticker-kv-first {
	0% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-13.25em);
		        transform: translateX(-13.25em);
	}
}
@keyframes ticker-kv-first {
	0% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-13.25em);
		        transform: translateX(-13.25em);
	}
}
@-webkit-keyframes ticker-kv-last {
	0% {
		-webkit-transform: translateX(13.25em);
		        transform: translateX(13.25em);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
@keyframes ticker-kv-last {
	0% {
		-webkit-transform: translateX(13.25em);
		        transform: translateX(13.25em);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
/*	live
	===================================== */
#live {
	padding-top: 100px;
}
#live .list {
	margin: 25px 100px 0 200px;
}
#live .list .article {
	border-bottom: 1px solid #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out 1s;
	transition: all 0.5s ease-out 1s;
	-webkit-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
}
#live .list .article .title {
	caret-color: transparent;
	cursor: pointer;
	letter-spacing: 0.025em;
	line-height: 1.25;
	font-size: 285.7142857143%;
	font-weight: bold;
	padding: 48px 0 52px 250px;
	position: relative;
	-webkit-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
#live .list .article .title .date {
	font-size: 75%;
	left: 25px;
	line-height: 1;
	position: absolute;
	top: 2em;
}
#live .list .article .title .place {
	display: inline-block;
	padding-right: 100px;
	width: calc(100% - 100px);
}
#live .list .article .title .place::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0%;
	-webkit-transition: width 0.25s ease;
	transition: width 0.25s ease;
	z-index: -1;
}
#live .list .article .title::after {
	background: url(../../assets/img/arrowW.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 25px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 47.5%;
	width: 50px;
}
#live .list .article .title:hover {
	color: #000;
}
#live .list .article .title:hover .place::after {
	width: 100%;
}
#live .list .article .title:hover::after {
	background: url(../../assets/img/arrowB.svg) no-repeat center center;
}
#live .list .article .title.close::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#live .list .article .inner {
	display: none;
	padding-bottom: 25px;
	padding-left: 25px;
}
#live .list .article .inner .name {
	font-size: 171.4285714286%;
	font-weight: bold;
	line-height: 2;
	margin-top: 15px;
}
#live .list .article .inner .detail {
	font-size: 114.2857142857%;
	font-weight: bold;
	line-height: 2;
	margin-top: 15px;
}
#live .list .article .inner .link {
	font-size: 114.2857142857%;
	font-weight: bold;
	line-height: 2;
	margin-top: 15px;
}
#live .list .article .inner .link a {
	font-weight: bold;
	text-decoration: underline;
}
#live .list .article .inner .link a:hover {
	text-decoration: none;
}
#live .list .article.archive {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#live .list .article.move {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media (max-width: 991px) {
	#live {
		padding-top: 50px;
	}
	#live .list {
		margin: 25px 0 0 100px;
	}
	#live .list .article .title {
		font-size: 142.8571428571%;
		padding: 25px 0 25px 0px;
	}
	#live .list .article .title .date {
		font-size: 75%;
		left: 0;
		position: relative;
		top: 0;
	}
	#live .list .article .title .place {
		display: block;
		margin-top: 5px;
		padding-right: 25px;
		width: calc(100% - 25px);
	}
	#live .list .article .title::after {
		height: 5px;
		right: 0;
		width: 25px;
	}
	#live .list .article .title:hover {
		color: #fff;
	}
	#live .list .article .title:hover .place::after {
		width: 0;
	}
	#live .list .article .title:hover::after {
		background: url(../../assets/img/arrowW.svg) no-repeat center center;
	}
	#live .list .article .inner {
		padding-left: 0;
	}
	#live .list .article .inner .name {
		font-size: 100%;
		margin-top: 5px;
	}
	#live .list .article .inner .detail {
		font-size: 85.7142857143%;
		margin-top: 5px;
	}
	#live .list .article .inner .link {
		font-size: 85.7142857143%;
		margin-top: 5px;
	}
}

/*	profile
	===================================== */
#profile {
	padding-top: 100px;
	overflow: hidden;
	width: 100%;
}
#profile .text {
	letter-spacing: 0.025em;
	line-height: 2.5;
	font-size: 285.7142857143%;
	font-weight: bold;
	margin: 50px 100px 0 200px;
}
#profile .text span {
	opacity: 0;
}
#profile .text.move span {
	-webkit-animation: text-on 0.5s ease-out forwards;
	        animation: text-on 0.5s ease-out forwards;
}
#profile .ticker-wrap {
	height: 200px;
	margin-top: 100px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#profile .ticker-wrap .ticker-first {
	-webkit-animation: ticker-prof-first 50s linear infinite;
	        animation: ticker-prof-first 50s linear infinite;
	font-size: 1428.5714285714%;
	line-height: 1;
	position: absolute;
	width: 100%;
	white-space: nowrap;
}
#profile .ticker-wrap .ticker-last {
	-webkit-animation: ticker-prof-last 50s linear infinite;
	        animation: ticker-prof-last 50s linear infinite;
	font-size: 1428.5714285714%;
	line-height: 1;
	position: absolute;
	width: 100%;
	white-space: nowrap;
}
#profile .movie {
	margin-top: 150px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#profile .movie .modal {
	height: 450px;
	margin: 0 50px;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 800px;
}
#profile .movie .modal .play {
	height: 100px;
	left: calc(50% - 50px);
	position: absolute;
	top: calc(50% - 50px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100px;
}
#profile .movie .modal:hover {
	-webkit-filter: brightness(1.2);
	        filter: brightness(1.2);
}
#profile .movie .modal:hover .play {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#profile .movie.move {
	opacity: 1;
}
#profile .s-title {
	letter-spacing: 0.025em;
	line-height: 1;
	font-size: 428.5714285714%;
	margin: 150px 100px 0 200px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#profile .s-title.move {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#profile .member {
	letter-spacing: -0.4em;
	list-style: none;
	margin: 50px 25px 0 200px;
}
#profile .member > li {
	display: inline-block;
	letter-spacing: normal;
}
#profile .member li {
	margin-right: 50px;
	margin-top: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	vertical-align: top;
	width: 200px;
}
#profile .member li .image {
	display: block;
}
#profile .member li .part {
	display: block;
	font-size: 142.8571428571%;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-left: 25px;
	margin-top: 25px;
}
#profile .member li .name {
	display: block;
	font-size: 214.2857142857%;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-left: 25px;
	margin-top: 15px;
}
#profile .member li .sns {
	display: block;
	margin-left: 25px;
	margin-top: 15px;
}
#profile .member li .sns a {
	margin-right: 15px;
}
#profile .member li.move {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#profile .member li:nth-of-type(2) {
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
#profile .member li:nth-of-type(3) {
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
#profile .member li:nth-of-type(4) {
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
#profile .message {
	background-color: #fff;
	color: #000;
	font-size: 114.2857142857%;
	margin: 100px 25px 0 200px;
	padding: 75px 100px;
	width: calc(100% - 650px);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
}
#profile .message.move {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media (max-width: 991px) {
	#profile {
		padding-top: 50px;
	}
	#profile .text {
		line-height: 1.75;
		font-size: 142.8571428571%;
		margin: 25px 0 0 100px;
	}
	#profile .ticker-wrap {
		height: 100px;
		margin-top: 50px;
	}
	#profile .ticker-wrap .ticker-first {
		font-size: 714.2857142857%;
	}
	#profile .ticker-wrap .ticker-last {
		font-size: 714.2857142857%;
	}
	#profile .movie {
		margin-top: 75px;
	}
	#profile .movie .modal {
		height: 175px;
		margin: 0 25px;
		width: 300px;
	}
	#profile .movie .modal .play {
		height: 50px;
		left: calc(50% - 25px);
		top: calc(50% - 25px);
		width: 50px;
	}
	#profile .movie .modal:hover {
		-webkit-filter: brightness(1);
		        filter: brightness(1);
	}
	#profile .movie .modal:hover .play {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#profile .s-title {
		font-size: 214.2857142857%;
		margin: 75px 0 0 100px;
	}
	#profile .member {
		margin: 25px -20px 0 100px;
	}
	#profile .member li {
		margin-right: 20px;
		margin-top: 25px;
		width: 100px;
	}
	#profile .member li .part {
		font-size: 71.4285714286%;
		margin-left: 10px;
		margin-top: 15px;
	}
	#profile .member li .name {
		font-size: 114.2857142857%;
		margin-left: 10px;
		margin-top: 10px;
	}
	#profile .member li .sns {
		margin-left: 10px;
		margin-top: 8px;
	}
	#profile .member li .sns a {
		margin-right: 10px;
	}
	#profile .member li .sns a img {
		height: 12px;
		width: 12px;
	}
	#profile .message {
		font-size: 71.4285714286%;
		margin: 50px 0 0 100px;
		padding: 25px 25px;
		width: calc(100% - 175px);
		opacity: 0;
	}
}

@-webkit-keyframes text-on {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes text-on {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes ticker-prof-first {
	0% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-35.5em);
		        transform: translateX(-35.5em);
	}
}
@keyframes ticker-prof-first {
	0% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-35.5em);
		        transform: translateX(-35.5em);
	}
}
@-webkit-keyframes ticker-prof-last {
	0% {
		-webkit-transform: translateX(35.5em);
		        transform: translateX(35.5em);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
@keyframes ticker-prof-last {
	0% {
		-webkit-transform: translateX(35.5em);
		        transform: translateX(35.5em);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
/*	contact
	===================================== */
#contact {
	overflow: hidden;
	padding-top: 100px;
}
#contact .text {
	margin: 50px 100px 0 200px;
	opacity: 0;
}
#contact .text.move {
	opacity: 1;
}
#contact .text:nth-of-type(n+2) {
	margin-top: 150px;
}
#contact .text .lead {
	font-size: 285.7142857143%;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 2;
	-webkit-transition: all 0.5s 1s;
	transition: all 0.5s 1s;
}
#contact .text .url {
	border-bottom: 5px solid #fff;
	letter-spacing: 0.025em;
	line-height: 1;
	font-size: 342.8571428571%;
	margin-top: 50px;
	-webkit-transition: all 0.5s 1s;
	transition: all 0.5s 1s;
}
#contact .text .url a {
	display: block;
	padding: 45px 0 45px 25px;
	position: relative;
}
#contact .text .url a .icon {
	margin-right: 30px;
	mix-blend-mode: difference;
}
#contact .text .url a::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0%;
	-webkit-transition: width 0.25s ease;
	transition: width 0.25s ease;
	z-index: -1;
}
#contact .text .url a::after {
	background: url(../../assets/img/arrowW.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 25px;
	top: 45%;
	width: 50px;
}
#contact .text .url a:hover {
	color: #000;
}
#contact .text .url a:hover::before {
	width: 100%;
}
#contact .text .url a:hover::after {
	background: url(../../assets/img/arrowB.svg) no-repeat center center;
}
@media (max-width: 991px) {
	#contact {
		padding-top: 50px;
	}
	#contact .text {
		margin: 25px 0 0 100px;
	}
	#contact .text:nth-of-type(n+2) {
		margin-top: 75px;
	}
	#contact .text .lead {
		font-size: 142.8571428571%;
	}
	#contact .text .lead br {
		display: none;
	}
	#contact .text .url {
		border-bottom: 3px solid #fff;
		font-size: 142.8571428571%;
		margin-top: 25px;
	}
	#contact .text .url a {
		padding: 20px 0 20px 10px;
	}
	#contact .text .url a .icon {
		margin-right: 15px;
	}
	#contact .text .url a .icon img {
		height: 30px;
		width: 30px;
	}
	#contact .text .url a::after {
		height: 5px;
		right: 10px;
		width: 25px;
	}
	#contact .text .url a:hover {
		color: #fff;
	}
	#contact .text .url a:hover::before {
		width: 0;
	}
	#contact .text .url a:hover::after {
		background: url(../../assets/img/arrowW.svg) no-repeat center center;
	}
}

/*	gallery
	===================================== */
#gallery {
	opacity: 0;
	padding-top: 450px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#gallery .slide .photo img {
	height: 50vh;
}
#gallery.move {
	opacity: 1;
}
@media (max-width: 991px) {
	#gallery {
		padding-top: 225px;
	}
	#gallery .slide .photo img {
		height: 250px;
	}
}

/*	footer
	===================================== */
#footer {
	bottom: 60px;
	opacity: 0;
	position: fixed;
	right: 75px;
	z-index: 100;
}
#footer .copyright {
	display: inline-block;
	letter-spacing: 0.025em;
	line-height: 1;
	font-size: 89.2857142857%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}
@media (max-width: 991px) {
	#footer {
		bottom: 0;
		padding: 50px 0;
		position: relative;
		right: 0;
		text-align: center;
	}
	#footer .copyright {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

/*	background
	===================================== */
#background {
	height: 100vh;
	position: fixed;
	top: 0;
	-webkit-transition: all 2s;
	transition: all 2s;
	width: 100%;
}
#background video {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}
#background.down {
	opacity: 0.25;
}