@charset "utf-8";


/**************************************************50
 * intro
 **************************************************/
#intro{
	overflow: hidden;
	position: relative;
	text-align: center;
}
#intro ul{
	position: relative;
}
#intro ul:before{
	content: "";
	display: block;
}
#intro ul > li{
	position: absolute;
	left: 0;
}
#intro ul > li:nth-child(1),
#intro ul > li:nth-child(2),
#intro ul > li:nth-child(3){
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	opacity: 0;
	top: 0;
	width: 100%;
}
#intro.wide ul > li:nth-child(1){
	background-image: url("https://ins-parasol.co.jp/images/user/intro/img_010.jpg");
}
#intro.vertical ul > li:nth-child(1){
	background-image: url("https://ins-parasol.co.jp/images/user/intro/img_011.jpg");
}
#intro.wide ul > li:nth-child(2){
	background-image: url("https://ins-parasol.co.jp/images/user/intro/img_020.jpg");
}
#intro.vertical ul > li:nth-child(2){
	background-image: url("https://ins-parasol.co.jp/images/user/intro/img_021.jpg");
}
#intro.wide ul > li:nth-child(3){
	background-image: url("https://ins-parasol.co.jp/images/user/intro/img_030.jpg");
}
#intro.vertical ul > li:nth-child(3){
	background-image: url("https://ins-parasol.co.jp/images/user/intro/img_031.jpg");
}
#intro ul > li:nth-child(4),
#intro ul > li:nth-child(5),
#intro ul > li:nth-child(6),
#intro ul > li:nth-child(7),
#intro ul > li:nth-child(8){
	background-color: #FFD7A3;
	height: 20%;
	width: 0;
}
#intro ul > li:nth-child(4){
	top: 0;
}
#intro ul > li:nth-child(5){
	top: 20%;
}
#intro ul > li:nth-child(6){
	top: 40%;
}
#intro ul > li:nth-child(7){
	top: 60%;
}
#intro ul > li:nth-child(8){
	top: 80%;
}
#intro > b{
	color: #FFFFFF;
	display: block;
	line-height: 1.6;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3), -1px 1px 6px rgba(0, 0, 0, 0.3), 1px -1px 6px rgba(0, 0, 0, 0.3), -1px -1px 6px rgba(0, 0, 0, 0.3);
	width: 100%;
}
#intro > strong{
	color: #FFFFFF;
	display: block;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#intro > img[src$="logo.png"]{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width:319px){
	#intro:before{
		padding-top: -webkit-calc(100vh - 68px);
		padding-top: calc(100vh - 68px);
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#intro ul:before{
		padding-top: -webkit-calc(100vh - 70px);
		padding-top: calc(100vh - 70px);
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#intro > b{
	}
	#intro > strong{
		font-size: 125%;
	}
}
@media screen and (min-width:360px) and (max-width:767px){
	#intro > b{
	}
	#intro > strong{
		font-size: 150%;
	}
}
@media screen and (min-width:360px) and (max-width:1023px){
	#intro ul:before{
		padding-top: -webkit-calc(100vh - 72px);
		padding-top: calc(100vh - 72px);
	}
}
@media screen and (max-width:767px){
	#intro{
	}
	#intro > strong{
	}
	#intro > img[src$="logo.png"]{
		width: 75%;
		max-width: 394px;
	}
}
@media screen and (min-width:768px){
	#intro{
		min-height: 360px;
	}
	#intro > b{
		font-size: 150%;
	}
	#intro > strong{
		font-size: 300%;
	}
	#intro > img[src$="logo.png"]{
		width: 394px;
	}
}
@media screen and (min-width:1024px){
	#intro ul:before{
		padding-top: -webkit-calc(100vh - 100px);
		padding-top: calc(100vh - 100px);
	}
}

/* -- animation --*/
#intro.animation ul > li:nth-child(1),
#intro.animation ul > li:nth-child(2),
#intro.animation ul > li:nth-child(3){
	animation-name: bgImageAnimetion;
	animation-duration: 5s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
	animation-direction: normal;
}
#intro.animation ul > li:nth-child(1){
	animation-delay: 0;
}
#intro.animation ul > li:nth-child(2){
	animation-delay: 5s;
}
#intro.animation ul > li:nth-child(3){
	animation-delay: 10s;
}
#intro.animation ul > li:nth-child(4),
#intro.animation ul > li:nth-child(5),
#intro.animation ul > li:nth-child(6),
#intro.animation ul > li:nth-child(7),
#intro.animation ul > li:nth-child(8){
	animation-name: barAnimetion;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
#intro.animation ul > li:nth-child(4){
	animation-delay: 15s;
}
#intro.animation ul > li:nth-child(5){
	animation-delay: 16s;
}
#intro.animation ul > li:nth-child(6){
	animation-delay: 17s;
}
#intro.animation ul > li:nth-child(7){
	animation-delay: 18s;
}
#intro.animation ul > li:nth-child(8){
	animation-delay: 19s;
}
#intro.animation > b{
	animation-name: txt1Animetion;
	animation-duration: 5s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
#intro.animation > strong{
	animation-name: txt2Animetion;
	animation-duration: 5s;
	animation-timing-function: ease-out;
	animation-delay: 20s;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
	animation-direction: normal;
}
#intro.animation > img[src$="logo.png"]{
	animation-name: imageAnimetion;
	animation-duration: 5s;
	animation-timing-function: ease-out;
	animation-delay: 25s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
@keyframes bgImageAnimetion{
	0%{
		opacity: 0;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100%{
		opacity: 1;
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes barAnimetion{
	0%{
		width: 0;
	}
	100%{
		width: 100%;
	}
}
@keyframes txt1Animetion{
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes txt2Animetion{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes imageAnimetion{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


