/* Home */

#header h1#header_logo a {
	background: url(../images/common/kino-bim.net_white.svg) no-repeat left center / cover;
}
.fixed #header h1#header_logo a {
	background: url(../images/common/kino-bim.net_full.svg) no-repeat left center / cover;
}
#menu h2 {
	display: none;
}
.fixed #menu h2 {
	display: block;
}
#header_try a {
	color: #fff !important;
	border: solid 2px #fff;
	background: rgba(255,255,255,0.1);
}
.fixed #header_try a {
	color: #767676 !important;
	color: var(--c_service) !important;
	border: solid 2px #767676;
	border: solid 2px #fff;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}
#menu {
	display: block;
	opacity: 1;
}
body:not(.fixed) #menu {
	padding-top: 33px !important;
	background: none !important;
}
#menu_switch {
	display: none;
}
.fixed #menu_switch {
	display: block;
}
.fixed #menu {
	display: none;
}



#neck {
	margin-bottom: 6em;
}

#home_hero {
	position: relative;
	width: 100%;
	max-height: 960px;
	height: 100vh;
	color: #fff;
	background: url(../images/home/home_hero_01.jpg) no-repeat center / cover;
}
#home_hero::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.15);
	z-index: 0;
}
#home_hero a {
	color: #fff !important;
	text-decoration: none;
}
#home_hero .inner {
	position: relative;
	padding: 0;
	max-width: 100%;
	height: 100%;
	z-index: 1;
}

#home_hero_slides {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
#home_hero_slides-slide01 {
	background: url(../images/home/home_hero_slide_01.jpg) no-repeat center / cover;
}
#home_hero_slides-slide02 {
	background: url(../images/home/home_hero_slide_02.jpg) no-repeat center / cover;
}
#home_hero_slides-slide03 {
	background: url(../images/home/home_hero_slide_03.jpg) no-repeat center / cover;
}
.home_hero_slide {
	width: 100vw;
	height: 100vh;
}


#home_hero_copy {
	position: absolute;
	bottom: 60px;
	left: 50px;
	width: calc(100% - 100px);
	font-feature-settings: normal;
}
#home_hero_copy h2 {
	margin-bottom: 1.5rem;
	font-size: 6.15em;
	letter-spacing: 0.14em;
	line-height: 1.4em;
	border-bottom: solid 1px #fff;
}
#home_hero_copy h2 span {
	letter-spacing: -0.05em;
}
#home_hero_copy h3 {
	font-size: 1.15em;
	letter-spacing: 0.15em;
	line-height: 1.4em;
}
#home_hero_copy h3 span {
	letter-spacing: 0;
}


#home_hero_logo {
	display: none;
}
#home_hero_slide {
	width: 100%;
	min-height: 600px;
	max-height: 960px;
	height: 90vh !important;
	overflow: hidden;
}
#home_hero_scroll {
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
	left: 50%;
	width: 6em;
	height: 70px;
	margin-left: -3em;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
	z-index: 1000;
}
.scroll_line {
	display: block;
	margin: 0 auto;
	width: 1px;
	background: #FFF;
	animation: scroll_line 2000ms ease infinite;
}
#hero_copy {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30%;
	margin-top: -90px;
	max-width: 800px;
	width: 60%;
	z-index: 1001;
}

@keyframes scroll_line {
	0% {
		margin-top: 0;
		height: 1px;
	}
	50% {
		margin-top: 0;
		height: 90px;
	}
	100% {
		margin-top: 89px;
		height: 1px;
	}
}
.hero_slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.home_hero_navi {
	display: none;
	position: absolute;
	bottom: 2%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	background: rgba(0,0,0,0.6);
	overflow: hidden !important;
	cursor: pointer;
	outline: none;
	z-index: 1000;
}
#home_hero_next {
	right: 2%;
}
#home_hero_prev {
	left: 2%;
}

#waist {
	padding-top: 0;
}
#waist .section {
	margin-bottom: 9em;
}

#home_announcement_pane {
	padding: 4.5em 5.5em;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}
#home_announcement_pane h3.title {
	margin-bottom: 0.9em;
	font-size: 2em;
	font-weight: 500;
	line-height: 1em;
	vertical-align: middle;
}
#home_announcement_pane h3.title .label {
	display: inline-block;
	margin-top: -3px;
	margin-left: 1.8em;
	margin-left: 1.6em;
	padding: 1em 0.8em 0.8em 0.8em;
	padding: 1em 1.2em 0.8em 1.2em;
	color: #fff !important;
	font-size: 0.8rem;
	font-family: sans-serif;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.05em;
	background: var(--c_service);
	border-radius: 3px;
	border-radius: 9px;
	overflow: hidden;
	vertical-align: middle;
}
#home_announcement_pane p {
	font-size: 1.2em;
	line-height: 2em;
}
.home_service .heading {
	position: sticky;
	top: 120px;
}
#home_video_pane {
	margin: 0 auto;
	width: 86%;
	transition: all 400ms ease-in-out;
}
#home_video_pane.playing {
	width: 100%;
	transition: all 400ms ease-in-out;
}
#home_video_player {
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 25px;
	overflow: hidden;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
}

#home_alliance {
	margin-bottom: 9em;
}
#home_alliance h3.title {
	margin-bottom: 3em;
	color: #111;
	font-size: 0.9em;
	letter-spacing: 0.15em;
	text-align: center;
}
#home_alliance ul {
	text-align: center;
}
#home_alliance li {
	display: inline-block;
	margin: 0 8px 1.5em 8px;
	height: 48px;
}
#home_alliance li img {
	width: auto !important;
	height: 100% !important;
}

.home_service .heading {
	padding-top: 5.5em;
}
.home_service_image {
	position: relative;
	margin-right: -75px;
	width: calc(100% + 75px);
}
.lirt .home_service_image {
	margin-right: 0;
	margin-left: -75px;
}
.home_service_image h3 {
	position: absolute;
	right: 45px;
	top: 50px;
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.55em;
	letter-spacing: 0.2em;
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.lirt .home_service_image h3 {
	left: 45px;
	right: auto;
}

#home_faq h3.title {
	margin-bottom: 3em;
	color: #111;
	font-size: 0.9em;
	letter-spacing: 0.15em;
	text-align: center;
}


.home_service .inner {
	max-width: 1500px;
}



/* Plyr */

.plyr--video {
    background: none !important;
	border-radius: 25px;
	overflow: hidden;
}
.plyr__video-wrapper {
    background: none !important;
}
.plyr__control--overlaid {
	background: rgba(0,0,0,0.7) !important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: rgba(0,0,0,0.7) !important;
}
.plyr--full-ui input[type=range] {
	color: rgba(0,0,0,0.7) !important;
}

._home_announcement_text {
	float: left;
	width: 75%;
}
._home_announcement_image {
	float: right;
	width: 20%;
}
#home_announcement_logo {
	margin: 0 auto 4em auto;
	width: 155px;
	width: 175px;
	opacity: 0;
}
.visible #home_announcement_logo {
	animation: logo_motion 1000ms ease-in-out 350ms 1 forwards;
}
@keyframes logo_motion {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
