@charset 'utf-8';
header,
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_02,
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01,
.eyecatch_inc.short,
main .contents01,

.inc01 .inc01_01 .inc01_01_01 > .text01,
.inc01 .inc01_01 .inc01_01_01 > .text02,
.inc01 .inc01_01 .inc01_01_01 > .text03,
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01,
.inc01 .inc01_01 .inc01_01_01 > .item01,
.inc01 .inc01_01 .inc01_01_01 > .item02,
.inc01 .inc01_01 .inc01_01_01 > .text04,
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_03 > .text01,
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_03 > .text02,

.inc02 .inc02_01 .inc02_01_01 > .text01,
.inc02 .inc02_01 .inc02_01_01 > .text02,
.inc02 .inc02_01 .inc02_01_01 > .text03,
.inc02 .inc02_01 .inc02_01_01 > .text04,
.inc02 .inc02_01 .inc02_01_01 > .link01,
.inc02 .inc02_01 .inc02_01_02 > .item01,

footer .footer01 .footer01_03 > .text01{
	opacity: 0;
	transform: translateY(10px);
}

footer .footer01 .footer01_01 > .link01{
	opacity: 0;
	transform: translateY(10px) scale(1);
}
footer .footer01 .footer01_01 > .link01:hover{
	transform: translateY(0px) scale(.98)!important;
}

.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_02 > .text01{
	opacity: 0;
	transform: translateY(10px);
}

footer .footer01 .footer01_02 > .link01{
	opacity: 0;
	transform: translateY(10px);
}
@media only screen and (min-width: 768px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_03 .inc01_01_01_03_01 > .link01{
		opacity: 0;
		transform: translateY(10px);
	}
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_03 .inc01_01_01_03_01 > .link01:nth-of-type(1),
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_03 .inc01_01_01_03_01 > .link01:nth-of-type(2),
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_03 .inc01_01_01_03_01 > .link01:nth-of-type(3){
		opacity: 0;
		transform: translateY(10px);
	}
}