@charset "utf-8";

/* ========================================================
	index.css => TOPページ
======================================================== */

@media screen and (min-width: 769px) {
	#header {
		background: none;
		border-left: 20px solid #2c4597;
	}
	#container {
		padding-top: 0;
	}
	body.move #header {
		-webkit-transition: -webkit-transform .5s, background .5s, -webkit-box-shadow .5s;
		-o-transition: -o-transform .5s, background .5s, box-shadow .5s;
		transition: transform .5s, background .5s, box-shadow .5s;
	}
	body.scroll #header {
		background-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	#header .logo {
		border-left: 8px solid #2c4597;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	body.move #header .logo {
		-webkit-transition: -webkit-box-shadow .5s;
		-o-transition: box-shadow .5s;
		transition: box-shadow .5s;
	}
	body.scroll #header .logo {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
		box-shadow: 0 0 10px rgba(0,0,0,.1);
	}
}
@media screen and (max-width: 370px) {
	#header .logo {
		border-left-width: 5px;
	}
}


/* indexMain
============================================================================================================ */
#indexMain {
	position: relative;
	border-left: 20px solid #ebf2ff;
	font-size: 1.8rem;
	line-height: 1.5;
}
#mainBg {
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	left: 20px;
}
#indexMain .w {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}
#indexMain .w > * {
	display: table;
	margin-left: auto;
}
#indexMain .name {
	margin-bottom: 15px;
	font-size: 4.4rem;
}
#indexMain .name > span {
	display: block;
}
#indexMain .name > .title {
	margin-left: -5px;
	font-size: 9rem;
	line-height: 1;
}
#indexMain .name > .copy span {
	display: inline-block;
}
#indexMain h1 {
	position: relative;
	margin-bottom: 5px;
	font-size: 2.8rem;
}
#indexMain h1::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 15px;
	margin-top: -2px;
	border-top: 4px solid #000;
}

#indexMain .online_bnr {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
}
@media screen and (min-width: 769px), print {
	#indexMain {
		position: relative;
		max-height: 800px;
		min-height: 600px;
		height: 95vh;
	}
	#mainBg {
		max-height: 800px;
		min-height: 600px;
		height: 95vh;
	}
	#indexMain .ill {
		position: fixed;
		top: 0;
		right: 50%;
		left: 20px;
		max-height: 800px;
		min-height: 600px;
		height: 95vh;
		margin-right: 30px;
	}
	#indexMain .ill > span {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: url(../images/index/main_ill-min.png) no-repeat 100% 100%;
	}
}
@media screen and (max-width: 768px) {
	#indexMain {
		max-height: 585px;
		min-height: 500px;
		height: calc(95vh - 60px);
		border-left-width: 8px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	#mainBg {
/*
		top: 60px;
		left: 8px;
		max-height: 585px;
		min-height: 500px;
		height: calc(95vh - 60px);
*/
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
	}
	#indexMain .ill {
/*
		position: fixed;
		left: 8px;
		top: 60px;
		max-height: 585px;
		min-height: 500px;
		height: calc(95vh - 60px);
*/
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
	}
	#indexMain .ill > span {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: url(../images/index/main_ill_sp.png) no-repeat 50% 100%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#indexMain .name {
		margin-bottom: 10px;
		font-size: 2.4rem;
		line-height: 1.2;
		letter-spacing: .5px;
	}
	#indexMain .name > .title {
		margin-bottom: 5px;
		font-size: 5rem;
	}
	#indexMain h1 {
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	#indexMain h1::before {
		top: 14px;
		left: -20px;
		width: 10px;
		margin-top: -1px;
		border-top-width: 2px;
	}

	#indexMain .online_bnr {
		bottom: 10%;
	}
}
@media screen and (max-width: 370px) {
	#indexMain {
		border-left-width: 5px;
		font-size: 1.2rem;
	}
/*
	#mainBg {
		top: 50px;
		left: 5px;
		height: calc(95vh - 50px);
	}
	#indexMain .ill {
		top: 50px;
		left: 5px;
		height: calc(95vh - 50px);
	}
*/
	#indexMain .name {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	#indexMain h1 {
		font-size: 1.5rem;
	}
}

#indexMain ~ * {
	position: relative;
	background-color: #fff;
}

/* index_section
============================================================================================================ */
.index_section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 70px;
}
.index_section.bdl::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 20px solid #2c4597;
}
.index_section .index_en_title {
	margin-bottom: 10px;
	font-size: 3.2rem;
	line-height: 1.4;
}
.index_section .index_en_title .ff_en {
	margin-bottom: 25px;
	font-size: 3rem;
}
.index_section .index_en_title + p {
	font-size: 1.6rem;
}
.index_section .btn,
.index_section + .btn {
	margin-top: 50px;
}
@media screen and (min-width: 769px), print {
	.index_section .index_en_title h2 {
		display: inline-block;
	}
	.index_section .index_en_title h2 + p {
		display: inline-block;
		margin-left: 12px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.index_section {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.index_section.bdl::before {
		border-left-width: 8px;
	}
	.index_section .index_en_title {
		font-size: 1.6rem;
		text-align: center;
	}
	.index_section .index_en_title .ff_en {
		margin-bottom: 15px;
	}
	.index_section .index_en_title h2 + p {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.index_section .index_en_title + p {
		font-size: 1.2rem;
		text-align: center;
	}
	.index_section .btn,
	.index_section + .btn {
		margin-top: 35px;
	}
}
@media screen and (max-width: 370px) {
	.index_section.bdl::before {
		border-left-width: 5px;
	}
}







/* about_section
============================================================================================================ */
.about_section {
	position: relative;
	padding-bottom: 100px;
}
.about_section .ill {
	position: absolute;
	right: 0;
	left: 50%;
	top: -196px;
	height: 660px;
	margin-left: -300px;
}
.about_section .ill > span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../images/index/about_ill-min.png) no-repeat 0 100%;
}
.about_section > .index_section {
	padding-bottom: 50px;
}
.about_section > .index_section::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 300px;
	background-color: #2c4597;
}
.about_section > .index_section > * {
	position: relative;
	z-index: 3;
}
.about_section .card {
	margin-top: 50px;
}
.about_section .card section {
	padding-bottom: 20px;
	background-color: #fff;
	line-height: 1.7;
}
.about_section .card section .ph {
	padding-top: 65.6%;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.about_section .card .card01 .ph {
	background-image: url(../images/index/about_ph01.jpg);
}
.about_section .card .card02 .ph {
	background-image: url(../images/index/about_ph02.jpg);
}
.about_section .card .card03 .ph {
	background-image: url(../images/index/about_ph03.jpg);
}
.about_section .card section h3 {
	text-align: center;
	color: #30afd5;
	font-size: 1.8rem;
	line-height: 1.4;
}
@media screen and (min-width: 769px), print {
	.about_section .card {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.about_section .card section {
		width: 320px;
	}
	.about_section .card section .ph {
		margin-bottom: 25px;
	}
	.about_section .card section .ph ~ * {
		margin-right: 20px;
		margin-left: 20px;
	}
	.about_section .card section h3 {
		margin-bottom: 15px;
	}
	.about_section .card section h3::after {
		content: "";
		display: block;
		height: 4px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px) {
	.about_section {
		padding-bottom: 50px;
	}
	.about_section .ill {
		top: -50px;
		height: 330px;
		margin-left: -120px;
	}
	.about_section .ill > span {
		-webkit-background-size: 470px;
		background-size: 470px;
	}
	.about_section > .index_section {
		padding-bottom: 30px;
	}
	.about_section > .index_section::after {
		top: 365px;
		height: auto;
	}
	.about_section .card {
		margin-top: 30px;
	}
	.about_section .card section {
		margin-top: 20px;
		padding-bottom: 0;
	}
	.about_section .card section h3 {
		padding: 20px 10px;
		font-size: 1.3rem;
	}
	.about_section .card section h3 + p {
		display: none;
	}
}




/* showcase_section
============================================================================================================ */
.showcase_section {
	padding-bottom: 70px;
}
.showcase_section > .index_section {
	background-color: #f6f9ff;
}
.showcase_section .ill {
	position: absolute;
	right: 0;
	left: 50%;
	top: -138px;
	height: 340px;
	margin-left: 310px;
	pointer-events: none;
}
.showcase_section .ill > span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../images/index/showcase_ill-min.png) no-repeat 0 100%;
}
.showcase_section .list {
	position: relative;
	margin-top: 60px;
}
.showcase_section .list li a {
	display: block;
	position: relative;
	text-decoration: none;
}
.showcase_section .list li a .img {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	background-color: #000;
}
.showcase_section .list li a .img > .ph {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.showcase_section .list li a.case01 .img .ph01 {
	background-image: url(../images/index/showcase_ph01_01.jpg);
}
.showcase_section .list li a.case02 .img .ph01 {
	background-image: url(../images/index/showcase_ph02_01.jpg);
}
.showcase_section .list li a.case03 .img .ph01 {
	background-image: url(../images/index/showcase_ph03_01.jpg);
}
.showcase_section .list li a.case04 .img .ph01 {
	background-image: url(../images/index/showcase_ph04_01.jpg);
}
.showcase_section .list li a.case05 .img .ph01 {
	background-image: url(../images/index/showcase_ph05_01.jpg);
}
.showcase_section .list li a .caption {
	position: absolute;
	right: 6px;
	top: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}
.showcase_section .list li a .text {
	position: absolute;
	display: table;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.7;
	z-index: 3;
}
.showcase_section .list li a .text > * {
	display: table-cell;
	vertical-align: middle;
}
.showcase_section .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	background-color: #2c4597;
	border: 3px solid #2c4597;
}
.showcase_section .arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: scaleX(.8) rotate(45deg);
	-ms-transform: scaleX(.8) rotate(45deg);
	-o-transform: scaleX(.8) rotate(45deg);
	transform: scaleX(.8) rotate(45deg);
}
.showcase_section .arrow.l {
	left: -45px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.showcase_section .arrow.r {
	right: -45px;
}
@media screen and (min-width: 769px), print {
	.showcase_section .list li a {
		height: 450px;
	}
	.showcase_section .list li a .img {
		width: 50%;
		left: 0;
	}
	.showcase_section .list li a .img + .img {
		left: 50%;
	}
	.showcase_section .list li a .img > .ph {
		-webkit-transition: -webkit-transform .6s ease-in-out, opacity .5s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out, opacity .5s ease-in-out;
		transition: transform .6s ease-in-out, opacity .5s ease-in-out;
	}
	.showcase_section .list li a:hover .img > .ph {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .6;
	}
	.showcase_section .list li a.case01 .img .ph02 {
		background-image: url(../images/index/showcase_ph01_02.jpg);
	}
	.showcase_section .list li a.case02 .img .ph02 {
		background-image: url(../images/index/showcase_ph02_02.jpg);
	}
	.showcase_section .list li a.case03 .img .ph02 {
		background-image: url(../images/index/showcase_ph03_02.jpg);
	}
	.showcase_section .list li a.case04 .img .ph02 {
		background-image: url(../images/index/showcase_ph04_02.jpg);
	}
	.showcase_section .list li a.case05 .img .ph02 {
		background-image: url(../images/index/showcase_ph05_02.jpg);
	}
	.showcase_section .arrow:hover {
		background-color: #fff;
	}
	.showcase_section .arrow:hover::before {
		border-color: #2c4597;
	}
}
@media screen and (min-width: 1170px) {
	.showcase_section .arrow {
		width: 50px;
	}
	.showcase_section .arrow.l {
		left: -70px;
	}
	.showcase_section .arrow.r {
		right: -70px;
	}
}
@media screen and (max-width: 768px) {
	.showcase_section {
		padding-bottom: 50px;
	}
	.showcase_section .index_section {
		padding-bottom: 30px;
	}
	.showcase_section .ill {
		top: -120px;
		height: 170px;
		margin-left: 10px;
	}
	.showcase_section .ill > span {
		-webkit-background-size: 335px;
		background-size: 335px;
	}
	.showcase_section .list {
		margin-top: 30px;
		padding: 0 22px;
	}
	.showcase_section .list li a {
		height: 258px;
	}
	.showcase_section .list li a .img {
		right: 0;
		left: 0;
	}
	.showcase_section .list li a .caption {
		font-size: 1rem;
	}
	.showcase_section .list li a .text {
		height: 55px;
		padding: 5px;
		font-size: 1rem;
	}
	.showcase_section .arrow {
		width: 22px;
		border: 0;
	}
	.showcase_section .arrow.l {
		left: -5px;
	}
	.showcase_section .arrow.r {
		right: -5px;
	}
}


/* flow_section
============================================================================================================ */
.flow_section {
	padding-bottom: 0;
	color: #fff;
}
.flow_section:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 120px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.flow_section .w {
	z-index: 2;
}
.flow_section .flow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 125px;
}
.flow_section .flow section {
	position: relative;
	padding: 25px 20px;
	background-color: #fff;
	color: #000;
	line-height: 1.7;
}
.flow_section .flow section::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -11px;
	border-style: solid;
	border-width: 11px 0 11px 10px;
	border-color: transparent transparent transparent #fff;
}
.flow_section .flow section h3 {
	margin-bottom: 15px;
	text-align: center;
	color: #30afd5;
	font-size: 1.8rem;
	line-height: 1.5;
}
.flow_section .flow section h3::after {
	content: "";
	display: block;
	height: 4px;
	margin-top: 14px;
}
.flow_section .flow section:last-child {
	color: #fff;
}
.flow_section .flow section:last-child::after {
	content: none;
}
.flow_section .flow section:last-child h3 {
	color: #fff;
}
.flow_section .flow section:last-child h3::after {
	background: #fff;
}
@media screen and (min-width: 769px), print {
	.flow_section:before {
		background-image: url(../images/index/flow_bg.jpg);
	}
	.ua_pc .flow_section:before {
		background-attachment: fixed;
	}
	.flow_section .flow section {
		width: 235px;
	}
}
@media screen and (max-width: 768px) {
	.flow_section:before {
		bottom: 80px;
		background-image: url(../images/index/flow_bg_sp.jpg);
	}
	.flow_section .flow {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.flow_section .flow section {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		padding: 15px 10px;
		font-size: 1.2rem;
	}
	.flow_section .flow section::after {
		right: -5px;
		margin-top: -5px;
		border-width: 5px 0 5px 5px;
	}
	.flow_section .flow section h3 {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.flow_section .flow section h3::after {
		height: 3px;
		margin-top: 10px;
	}
}


/* qa_section
============================================================================================================ */
.qa_section {
}
.qa_section .index_en_title {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.qa_section .index_en_title {
		margin-bottom: 30px;
	}
}


/* news_section
============================================================================================================ */
.news_section {
	background-color: #f6f9ff !important;
}
.news_section .news_list {
	margin-top: 40px;
}
@media screen and (min-width: 769px), print {
	.news_section .category_tab {
		position: absolute;
		right: 0;
		top: 62px;
		width: 630px;
	}
	.news_section [data-category] {
		position: absolute;
		left: -1000em;
		top: -1000em;
		opacity: 0;
	}
	.news_section [data-category].active {
		position: static;
		-webkit-transition: opacity .4s;
		-o-transition: opacity .4s;
		transition: opacity .4s;
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.news_section .news_list {
		margin-top: 30px;
	}
	.news_section [data-category] {
		display: none;
	}
	.news_section [data-category].active {
		display: block;
	}
}


/* company_section
============================================================================================================ */
.company_section {
}
.company_section .base {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.company_section .base li {
	position: relative;
	background: no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.company_section .base li {
	position: relative;
	background: no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.company_section .base li.osaka {
	background-image: url(../images/index/company_ph_osaka.jpg);
}
.company_section .base li.tokyo {
	background-image: url(../images/index/company_ph_tokyo.jpg);
}
.company_section .base li.yokohama {
	background-image: url(../images/index/company_ph_yokohama.jpg);
}
.company_section .base li > span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 3.6rem;
	line-height: 1.2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 769px), print {
	.company_section .base li {
		width: 320px;
		height: 210px;
	}
}
@media screen and (max-width: 768px) {
	.company_section .base {
		margin-top: 25px;
	}
	.company_section .base li {
		width: calc(50% - 7px);
		height: 105px;
	}
	.company_section .base li > span {
		font-size: 2rem;
	}
}




/* parallax
============================================================================================================ */
#container {
	overflow: hidden;
}

#mainBg {
	opacity: 0;
}
body.move #mainBg {
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
}

#indexMain .name .title {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
}
body.main_start #indexMain .name .title {
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	-o-transition: -o-transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

#indexMain .name > .copy span {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}
body.main_start #indexMain .name > .copy span {
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	-o-transition: -o-transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
body.main_start #indexMain .name > .copy span ~ span {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
body.main_start #indexMain .name > .copy span ~ span ~ span {
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

#indexMain h1,
#indexMain h1 + p {
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0;
}
body.main_start #indexMain h1,
body.main_start #indexMain h1 + p {
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	-o-transition: -o-transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
body.main_start #indexMain h1 + p {
	-webkit-transition-delay: 1.7s;
	-o-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

#indexMain .online_bnr {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
body.main_start #indexMain .online_bnr {
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-delay: 2.4s;
	-o-transition-delay: 2.4s;
	transition-delay: 2.4s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
@media screen and (min-width: 769px) {
	#indexMain .ill > span {
		top: 100%;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		-o-transform: translateY(200px);
		transform: translateY(200px);
		opacity: 0;
	}
	body.main_start #indexMain .ill > span {
		-webkit-transition: top 1s, -webkit-transform 1s, opacity 1s;
		-o-transition: top 1s, -o-transform 1s, opacity 1s;
		transition: top 1s, transform 1s, opacity 1s;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	#indexMain .ill > span {
		opacity: 0;
	}
	body.main_start #indexMain .ill > span {
		-webkit-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
		opacity: 1;
	}
}

@media screen and (min-width: 769px) {
	.mov_show.fade {
		opacity: 0;
	}
	.mov_show.fade.showed {
		-webkit-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
		opacity: 1;
	}

	.mov_show.fade_up {
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}
	.mov_show.fade_up.showed {
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.mov_show.fade_zoom_in {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	.mov_show.fade_zoom_in.showed {
		-webkit-transition: all 1.1s ease-in-out;
		-o-transition: all 1.1s ease-in-out;
		transition: all 1.1s ease-in-out;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.mov_show.fade_zoom_out {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	.mov_show.fade_zoom_out.showed {
		-webkit-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.split_text {
		opacity: 0;
	}
	.split_text span {
		position: relative;
		display: inline-block;
		opacity: 0;
	}
	.split_text.split_showed {
		opacity: 1;
	}
	.split_text.split_showed span {
		-webkit-transition: -webkit-transform 0.8s, opacity .2s linear;
		-o-transition: -o-transform 0.8s, opacity .2s linear;
		transition: transform 0.8s, opacity .2s linear;
		-webkit-transform: translateX(0) scale(1) !important;
		-ms-transform: translateX(0) scale(1) !important;
		-o-transform: translateX(0) scale(1) !important;
		transform: translateX(0) scale(1) !important;
		opacity: 1;
	}


	.mov_show.fade_delay01.showed {
		-webkit-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s;
	}
	.mov_show.fade_delay02.showed {
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}
	.mov_show.fade_delay03.showed {
		-webkit-transition-delay: .3s;
		-o-transition-delay: .3s;
		transition-delay: .3s;
	}
	.mov_show.fade_delay04.showed {
		-webkit-transition-delay: .4s;
		-o-transition-delay: .4s;
		transition-delay: .4s;
	}
	.mov_show.fade_delay05.showed {
		-webkit-transition-delay: .5s;
		-o-transition-delay: .5s;
		transition-delay: .5s;
	}


	.about_section .ill > span,
	.showcase_section .ill > span {
		top: 100%;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
		transform: translateY(100px);
	}
	.about_section .ill.showed > span,
	.showcase_section .ill.showed > span {
		-webkit-transition: top 1s, -webkit-transform 1s;
		-o-transition: top 1s, -o-transform 1s;
		transition: top 1s, transform 1s;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.about_section .ill.showed,
	.showcase_section .ill.showed {
		-webkit-transition: opacity 2s;
		-o-transition: opacity 2s;
		transition: opacity 2s;
	}
}



