@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;900&display=swap');
html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size:18px;
	text-align:center;
	line-height:1.7;
	color:#1a1311;
}
@media screen and (max-width:768px){
	body {
		font-size:3.6vw;
	}
}

a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.6;
}

img{
	max-width:100%;
}

.rotate{
	transform:rotate(0.03deg);
}

.only_smart,
.only_smart_i{
	display:none !important;
}

@media screen and (max-width:768px){
	.only_pc{
		display:none !important;
	}

	.only_smart{
		display:block !important;
	}
	.only_smart_i{
		display:inline-block !important;
	}
}

#wrapper{
}


/* header */
header{
	width:100%;
	position:fixed;
	z-index:100;
	background-color:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
header > div{
	width:98%;
	height:80px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header > div > a{
	width:200px;
}
header > div > ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header > div > ul li:first-child{
	margin-right:1em;
	padding:0.1em 0.5em;
	font-size:14px;
	font-weight:500;
	color:#fff;
	background-color:#02c656;
}
header > div > ul li:last-child{
	width:60px;
	cursor:pointer;
}

header > nav{
	width:320px;
	padding:25px;
	background-color:#1a1311;
	position:fixed;
	right:-768px;
	top:0;
	transition : right 0.4s;
	-webkit-transition : right 0.4s;
}
header > nav.open{
	right:0;
}
header > nav div{
	margin-bottom:1.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header > nav div a{
	width:150px;
}
header > nav div span{
	width:30px;
	cursor:pointer;
}
header > nav ul li{
	padding:0.4em 0;
	text-align:left;
}
header > nav ul li a{
	display:block;
	font-size:16px;
	font-weight:500;
	color:#fff;
	transform:rotate(0.03deg);
	position:relative;
}
header > nav ul li a:after{
	content:'';
	display:block;
	width:0.5em;
	height:0.5em;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%) rotate(45deg);
}

@media screen and (max-width:768px){
	header > div{
		height:50px;
	}
	header > div > a{
		width:130px;
	}
	header > div > ul li:first-child{
		font-size:12px;
	}
	header > div > ul li:last-child{
		width:40px;
	}

	header > nav{
		width:100%;
		height:100%;
		padding:0;
		right:-100%;
		background-color:rgba(26,19,17,0.9);
	}
	header > nav div{
		width:98%;
		height:50px;
		margin:0 auto 1.5em;
		padding:0 0 0 0;
		-webkit-align-items: center;
		align-items: center;
	}
	header > nav div a{
		width:130px;
	}
	header > nav div span{
		display:block;
		width:40px;
		padding:10px;
	}
	header > nav ul{
		padding:0 10%;
	}
	header > nav ul li{
		padding:0.5em 0;
		border-bottom:1px solid #fff;
	}
	header > nav ul li:last-child{
		border-bottom:none;
	}
	header > nav ul li a{
		font-size:16px;
	}
	header > nav ul li a:after{
		content:'';
		right:0.5em;
	}
}






/* article */
article{
	padding-top:80px;
}
@media screen and (max-width:768px){
	article{
		padding-top:50px;
	}
}


/* #mv */
#mv{
}
#mv h1{
	background:url(../images/mv_bg.jpg)no-repeat center center;
	background-size:1920px auto;
	position:relative;
	overflow:hidden;
}
#mv h1 span{
	display:block;
	max-width:970px;
	width:100%;
	left:50%;
	transform:translateX(-50%);
	position:absolute;
}
#mv h1 span:first-of-type{
	top:25px;
}
#mv h1 span:last-of-type{
	top:215px;
}
#mv h1 > img{
	max-width:970px;
	width:100%;
}
#mv p{
	background-color:#02c656;
	position:relative;
}
#mv p img{
	max-width:970px;
	width:100%;
	margin-top:-30px;
}

@media screen and (max-width:980px){
	#mv h1 span:first-of-type{
		top:5%;
	}
	#mv h1 span:last-of-type{
		top:45%;
	}
	#mv p img{
		margin-top:-3%;
	}
}
@media screen and (max-width:768px){
	#mv h1{
		background-image:none;
	}
	#mv h1 span:first-of-type{
		top:3%;
	}
	#mv h1 span:last-of-type{
		top:27%;
	}
	#mv p{
		padding:8% 0;
	}
	#mv p img{
		margin-top:0;
	}
}


/* .cont */
.cont{
	padding:50px 0 80px;
}
.cont h2{
	max-width:940px;
	width:98%;
	margin:auto;
}

@media screen and (max-width:768px){
	.cont{
		padding:12% 0;
	}
	.cont h2{
		width:90%;
	}
}

/* #cont1 */
#cont1{
	padding-bottom:0;
	background-color:#f0f3f5;
}
#cont1 > ul{
	max-width:940px;
	width:98%;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont1 > ul li{
	width:48%;
	margin-top:30px;
	position:relative;
}
#cont1 > ul li p{
	font-weight:500;
	text-align:left;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
#cont1 > ul li:nth-child(odd) p{
	left:150px;
}
#cont1 > ul li:nth-child(even) p{
	left:30px;
}
#cont1 > div{
	margin-top:60px;
	padding-top:30px;
	background-color:#02c656;
}
#cont1 > div div{
	max-width:940px;
	width:98%;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#cont1 > div div h3{
	max-width:420px;
	width:45%;
	padding-top:40px;
}
#cont1 > div div dl{
	max-width:384px;
	width:40%;
}
#cont1 > div div dl dt{
	margin-bottom:0.5em;
}
#cont1 > div div dl dd a{
	display:block;
	transition : transform 0.4s;
	-webkit-transition : transform 0.4s;
}
#cont1 > div div dl dd a:hover{
	opacity:1;
	transform:scale(1.1);
}

@media screen and (max-width:940px){
	#cont1 > ul li p{
		font-size:1.9vw;
	}
}
@media screen and (max-width:768px){
	#cont1 > ul{
		width:90%;
		display: block;
	}
	#cont1 > ul li{
		width:auto;
		margin:0 0 5%;
	}
	#cont1 > ul li p{
		line-height:1.3;
		font-size:4.2vw;
	}
	#cont1 > ul li:nth-child(odd) p{
		left:35%;
	}
	#cont1 > ul li:nth-child(even) p{
		left:8%;
	}
	#cont1 > div{
		margin-top:10%;
		padding:5% 0 8%;
	}
	#cont1 > div div{
		width:90%;
		display: block;
	}
	#cont1 > div div h3{
		max-width:100%;
		width:100%;
		margin-bottom:0.5em;
		padding-top:0;
	}
	#cont1 > div div dl{
		max-width:100%;
		width:100%;
	}
}


/* #cont2 */
#cont2{
	background:url(../images/cont2_bg.jpg)no-repeat center center;
}
#cont2 > div{
	max-width:820px;
	width:90%;
	margin:30px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}
#cont2 > div figure{
	width:48%;
}
#cont2 > div div{
	width:42%;
}
#cont2 > div div p:first-child{
	margin-bottom:1em;
}
#cont2 ul{
	max-width:940px;
	width:98%;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont2 ul li{
	width:32%;
}

@media screen and (max-width:768px){
	#cont2{
		background:url(../images/cont2_bg_s.jpg)no-repeat center center;
		background-size:cover;
	}
	#cont2 > div{
		width:90%;
		margin:-15% auto 5%;
		display: block;
	}
	#cont2 > div figure{
		width:94%;
		margin:0 auto 1em;
	}
	#cont2 > div div{
		width:100%;
	}
	#cont2 ul{
		width:90%;
		display: block;
	}
	#cont2 ul li{
		width:auto;
		margin-bottom:2em;
	}
	#cont2 ul li:last-child{
		margin-bottom:0;
	}
}


/* #cont3 */
#cont3{
	background-color:#f0f3f5;
}
#cont3 section{
	max-width:940px;
	width:98%;
	margin:70px auto 0;
	padding:0 50px 50px;
	background-color:#fff;
	border:2px solid #1a1311;
	border-radius:60px;
}
#cont3 section > span{
	display:inline-block;
	width:84px;
	transform:translateY(-54%);
}
#cont3 section > div{
	margin-top:-20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#cont3 section:nth-of-type(n+2) > div{
	margin:-70px 0 -30px;
}
#cont3 section > div h3{
	width:49%;
	line-height:1.3;
	font-size:28px;
	font-weight:900;
	color:#02c656;
	text-align: justify;
	text-justify: inter-ideograph;
	white-space:nowrap;
}
#cont3 section:nth-of-type(n+2) > div h3{
	width:60%;
}
#cont3 section > div p{
	width:49%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont3 section > div p span{
	background:linear-gradient(transparent 60%, #fde648 60%);
}
#cont3 section > div > figure{
	width:40%;
}
#cont3 section dl{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont3 section dl dt{
	width:100%;
	line-height:1.6;
	margin:40px 0 30px;
	font-size:20px;
	font-weight:900;
	color:#fff;
	background-color:#1a1311;
	border-radius:0.8em;
}
#cont3 section dl dd{
	width:48%;
}
@media screen and (max-width:940px){
	#cont3 section > div h3{
		font-size:2.9vw;
	}
}
@media screen and (max-width:768px){
	#cont3 section{
		width:90%;
		margin:0 auto 18%;
		padding:0 5% 5%;
		border-radius:2em;
	}
	#cont3 section:last-of-type{
		margin-bottom:0;
	}
	#cont3 section > span{
		width:18%;
	}
	#cont3 section > div{
		margin-top:-5%;
		display: block;
	}
	#cont3 section:nth-of-type(n+2) > div{
		margin:-5% 0 0;
	}
	#cont3 section > div h3{
		width:100%;
		margin-bottom:0.5em;
		font-size:4.5vw;
		text-align: center;
	}
	#cont3 section:nth-of-type(n+2) > div h3{
		width:100%;
	}
	#cont3 section > div p{
		width:100%;
	}
	#cont3 section > div > figure{
		width:100%;
		margin:1em auto 0;
	}
	#cont3 section dl{
		display: block;
	}
	#cont3 section dl dt{
		margin:8% 0 0;
		font-size:4vw;
	}
	#cont3 section dl dd{
		width:100%;
		margin-top:5%;
	}
}


/* #cont4 */
#cont4{
}
#cont4 ul{
	max-width:940px;
	width:98%;
	margin:50px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont4 ul li{
	width:32%;
}
#cont4 figure{
	max-width:940px;
	width:98%;
	margin:50px auto 0;
}
@media screen and (max-width:768px){
	#cont4 ul{
		width:90%;
		margin:0 auto;
		display: block;
	}
	#cont4 ul li{
		width:100%;
		margin-bottom:8%;
	}
	#cont4 figure{
		width:90%;
		margin:0 auto;
	}
}


/* #cont5 */
#cont5{
	padding-bottom:0;
	background-color:#f0f3f5;
	overflow:hidden;
}
#cont5 h2{
	max-width:1000px;
	width:100%;
}

#cont5 > ol{
	max-width:940px;
	width:98%;
	margin:90px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont5 > ol li{
	width:32%;
	background-color:#fff;
	border:4px solid #02c656;
	border-radius:60px;
	position:relative;
}
#cont5 > ol li:nth-child(n+2):before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8em 0 0.8em 0.8em;
	border-color: transparent transparent transparent #02c656;
	position:absolute;
	right:102%;
	top:50%;
	transform:translateY(-50%);
}
#cont5 > ol li h3{
	margin:0 0 0.5em;
	padding:60px 0 0;
	line-height:1.3;
	font-size:26px;
	font-weight:900;
	color:#02c656;
	position:static;
}
#cont5 > ol li h3 span{
	display:block;
	width:84px;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,-50%);
}
#cont5 > ol li p{
	height:6.8em;
	padding:0 1.5em;
	font-size:16px;
	font-weight:500;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont5 > ol li:last-child p{
	height:9em;
}
#cont5 dl{
	margin-top:60px;
	padding:30px 0;
	background-color:#02c656;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#cont5 dl dt{
	max-width:395px;
	width:42%;
	margin-right:1.5em;
}
#cont5 dl dd{
	max-width:510px;
	width:53%;
}
#cont5 dl dd a{
	display:block;
	transition : transform 0.4s;
	-webkit-transition : transform 0.4s;
}
#cont5 dl dd a:hover{
	opacity:1;
	transform:scale(1.1);
}
@media screen and (max-width:940px){
	#cont5 > ol{
		max-width:540px;
		width:90%;
		margin:9% auto 0;
		display: block;
	}
	#cont5 > ol li{
		width:auto;
		margin-top:60px;
		border:3px solid #02c656;
		border-radius:3em;
	}
	#cont5 > ol li:nth-child(n+2):before{
		border-width: 1em 1em 0 1em;
		border-color: #02c656 transparent transparent transparent;
		right:auto;
		left:50%;
		top:auto;
		bottom:109%;
		transform:translateX(-50%);
	}
	#cont5 > ol li p,
	#cont5 > ol li:last-child p{
		height:auto;
	}
	#cont5 > ol li > img{
		width:50%;
	}
}
@media screen and (max-width:768px){
	#cont5{
		padding-bottom:12%;
	}
	#cont5 h2{
		width:90%;
	}
	#cont5 > ol{
		max-width:100%;
		width:90%;
		margin-top:0%;
	}
	#cont5 > ol li{
		margin-top:12%;
		padding-top:5%;
		border:2px solid #02c656;
		border-radius:2em;
	}
	#cont5 > ol li:first-child{
		margin-top:5%;
	}
	#cont5 > ol li:nth-child(n+2):before{
		bottom:104%;
	}
	#cont5 > ol li h3{
		padding:0 0.7em;
		font-size:4.5vw;
		text-align:left;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	#cont5 > ol li h3 span{
		display:block;
		width:2.6em;
		margin-right:0.3em;
		position:static;
		top:auto;
		left:auto;
		transform:translateY(-0.3em);
	}
	#cont5 > ol li p{
		padding:0 1.5em;
		font-size:3.7vw;
	}
	#cont5 > ol li img{
		width:auto;
	}
}


/* #cont6 */
#cont6{
}
#cont6 ul{
	max-width:940px;
	width:98%;
	margin:70px auto;
}
#cont6 ul li{
	height:100px;
	margin-top:40px;
	padding:0 1.5em;
	font-size:28px;
	font-weight:500;
	text-align:left;
	background-color:#f0f3f5;
	border-radius:40px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#cont6 ul li span{
	width:70px;
	margin-right:1em;
}
#cont6 a{
	display:inline-block;
	width:380px;
	transition : transform 0.4s;
	-webkit-transition : transform 0.4s;
}
#cont6 a:hover{
	opacity:1;
	transform:scale(1.1);
}
@media screen and (max-width:940px){
	#cont6 ul li{
		font-size:3.2vw;
	}
}
@media screen and (max-width:768px){
	#cont6 ul{
		width:90%;
		margin:0 auto 9%;
	}
	#cont6 ul li{
		height:auto;
		line-height:1.3;
		margin:0 0 8%;
		padding:0.5em;
		font-size:4.5vw;
		border-radius:0.5em;
	}
	#cont6 ul li span{
		width:3em;
	}
	#cont6 a{
		width:90%;
	}
}


/* #cont7 */
#cont7{
	background-color:#f0f3f5;
}
#cont7 dl{
	max-width:940px;
	width:98%;
	margin:70px auto 0;
}
#cont7 dl div{
	margin-top:50px;
	padding:30px 35px;
	background-color:#fff;
	border:2px solid #1a1311;
	position:relative;
}
#cont7 dl div dt{
	text-align:right;
}
#cont7 dl div dt span{
	font-size:22px;
	font-weight:500;
	background:linear-gradient(transparent 40%, #fde79a 40%);
}
#cont7 dl div dt img{
	width:60px;
	position:absolute;
	left:20px;
	top:-0;
	transform:translateY(-24px);
}
#cont7 dl div dd{
	margin-top:0.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width:768px){
	#cont7 dl{
		width:90%;
		margin:0 auto 0;
	}
	#cont7 dl div{
		margin-top:8%;
		padding:3% 5% 5%;
		border:2px solid #1a1311;
	}
	#cont7 dl div:first-child{
		margin-top:0;
	}
	#cont7 dl div dt span{
		font-size:3.6vw;
	}
	#cont7 dl div dt img{
		width:3em;
		left:4%;
		top:0;
		transform:translateY(-45%);
	}
	#cont7 dl div dd{
		font-size:3.8vw;
	}
}

/* #cont8 */
#cont8{
}
#cont8 dl{
	max-width:940px;
	width:98%;
	margin:70px auto 0;
}
#cont8 dl div{
	line-height:1.5;
	margin-top:40px;
	padding:0 40px;
	font-size:28px;
	font-weight:500;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color:#f0f3f5;
	border-radius:40px;
	position:relative;
}
#cont8 dl div dt{
	padding:1em 60px;
	position:relative;
	cursor:pointer;
}
#cont8 dl div dt:before{
	content:'Q';
	font-size:50px;
	font-weight:900;
	color:#02c656;
	position:absolute;
	top:0.15em;
	left:0;
}
#cont8 dl div dt:after{
	content:'＋';
	display:block;
	width:1.2em;
	height:1.2em;
	line-height:1.2;
	color:#fff;
	background-color:#02c656;
	text-align:center;
	border-radius:50%;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
#cont8 dl div dt.open:after{
	content:'－';
}
#cont8 dl div dd{
	padding:1em 60px;
	border-top:2px dotted;
	position:relative;
	display:none;
}
#cont8 dl div dd:before{
	content:'A';
	font-size:50px;
	font-weight:900;
	color:#e53d41;
	position:absolute;
	top:0.15em;
	left:0;
}
@media screen and (max-width:768px){
	#cont8 dl{
		width:90%;
		margin:0 auto;
	}
	#cont8 dl div{
		margin-top:5%;
		padding:0 5%;
		font-size:4.5vw;
		border-radius:0.5em;
	}
	#cont8 dl div:first-child{
		margin-top:0;
	}
	#cont8 dl div dt{
		padding:0.5em 2em;
	}
	#cont8 dl div dt:before{
		content:'Q';
		font-size:7vw;
		top:0;
	}
	#cont8 dl div dd{
		padding:0.5em 2em;
		border-top:1px dotted;
	}
	#cont8 dl div dd:before{
		content:'A';
		font-size:7vw;
		top:0;
		left:0;
	}
}


/* footer */
footer{
	padding:30px 0;
	background-color:#1a1311;
}
footer > a{
	width:250px;
	display:inline-block;
	vertical-align:middle;
	width:130px;
}
footer dl{
	margin-left:25px;
	padding-left:25px;
	display:inline-block;
	vertical-align:middle;
	font-weight:500;
	text-align:left;
	color:#fff;
	border-left:2px solid #fff;
}
footer dl dt{
	font-size:16px;
}
footer dl dd{
	font-size:15px;
}
footer dl dd a{
	display:inline-block;
	width:340px;
}
@media screen and (max-width:768px){
	footer{
		padding:5% 5% 25%;
	}
	footer > a{
		width:30%;
	}
	footer dl{
		margin:5% auto 0;
		padding:5%;
		display:block;
		border-left:none;
		border-top:2px solid;
	}
	footer dl dt{
		font-size:3.6vw;
		white-space:nowrap;
	}
	footer dl dd{
		font-size:3.4vw;
	}
	footer dl dd a{
		display:inline-block;
		width:100%;
	}
}



/* to_top */
#topbtn{
	width:50px;
	position:fixed;
	z-index:99;
	right:30px;
	bottom:-200px;
	-webkit-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
@media screen and (max-width:768px){
	#topbtn{
		width:40px;
		right:20px;
	}
}

/* #side_nav */
#side_nav{
	position:fixed;
	bottom:100px;
	left:-140px;
	z-index:99;
	-webkit-transition: left 0.8s;
	transition: left 0.8s;
}
#side_nav li{
	width:140px;
}
#side_nav li a{
	display:block;
	transition : transform 0.4s;
	-webkit-transition : transform 0.4s;
}
#side_nav li a:hover{
	opacity:1;
	transform:scale(1.1);
}


/* #bottom_nav */
#bottom_nav{
	max-width:400px;
	width:94%;
	position:fixed;
	bottom:-200px;
	right:0;
	z-index:101;
	-webkit-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
#bottom_nav a{
	display:block;
	transition : transform 0.4s;
	-webkit-transition : transform 0.4s;
}
#bottom_nav a:hover{
	opacity:1;
	transform:scale(1.1);
}


/* fadein */
.fadein0 {
	opacity : 0;
	-webkit-transition-property: opacity;
	transition-property : opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_l {
	opacity : 0;
	-webkit-transform : translate(-100px, 0);
	transform : translate(-100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_r {
	opacity : 0;
	-webkit-transform : translate(100px, 0);
	transform : translate(100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.2s;
	transition-delay : 0.2s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay3 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay : 0.6s;
}
.delay4 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay : 0.8s;
}
.delay5 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.0s;
	transition-delay : 1.0s;
}
.delay6 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.2s;
	transition-delay : 1.2s;
}

.fadein0.scrollin,
.fadein.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}
