.fadeIn {
	opacity: 0;
	transition: .8s;
	-webkit-transition: .8s;
}
.fadeIn.run {
	opacity: 1;
}
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .8s;
	-webkit-transition: .8s;
}
.fadeIn_up.run {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_down {
	opacity: 0;
	transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	transition: .8s;
	-webkit-transition: .8s;
}
.fadeIn_down.run {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_right {
	opacity: 0;
	transform: translate(20px, 0px);
	-webkit-transform: translate(20px, 0px);
	transition: .8s;
	-webkit-transition: .8s;
}
.fadeIn_right.run {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-20px, 0px);
	-webkit-transform: translate(-20px, 0px);
	transition: .8s;
	-webkit-transition: .8s;
}
.fadeIn_left.run {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}
.work__item {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .8s;
	-webkit-transition: .8s;
}
.work__item:nth-of-type(2) {transition-delay: .1s;}
.work__item:nth-of-type(3) {transition-delay: .15s;}
.work__item:nth-of-type(4) {transition-delay: .2s;}
.work__item:nth-of-type(5) {transition-delay: .25s;}
.work__item:nth-of-type(6) {transition-delay: .3s;}
.work__item:nth-of-type(7) {transition-delay: .35s;}
.work__item:nth-of-type(8) {transition-delay: .4s;}
.work__item:nth-of-type(9) {transition-delay: .45s;}
.run .work__item {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}
/* PC ================================================== */
@media all and (min-width:1025px){
.price__list_wrap:nth-of-type(2) {transition-delay: .1s;}
.price__list_wrap:nth-of-type(3) {transition-delay: .15s;}
.price__item {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .8s;
	-webkit-transition: .8s;
}
.run .price__item {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}
.price__list_wrap:nth-of-type(1) .price__item:nth-of-type(2) {transition-delay: .1s;}
.price__list_wrap:nth-of-type(1) .price__item:nth-of-type(3) {transition-delay: .15s;}
.price__list_wrap:nth-of-type(1) .price__item:nth-of-type(4) {transition-delay: .2s;}
.price__list_wrap:nth-of-type(1) .price__item:nth-of-type(5) {transition-delay: .25s;}
.price__list_wrap:nth-of-type(2) .price__item:nth-of-type(2) {transition-delay: .2s;}
.price__list_wrap:nth-of-type(2) .price__item:nth-of-type(3) {transition-delay: .25s;}
.price__list_wrap:nth-of-type(2) .price__item:nth-of-type(4) {transition-delay: .3s;}
.price__list_wrap:nth-of-type(2) .price__item:nth-of-type(5) {transition-delay: .35s;}
.price__list_wrap:nth-of-type(3) .price__item:nth-of-type(2) {transition-delay: .4s;}
.price__list_wrap:nth-of-type(3) .price__item:nth-of-type(3) {transition-delay: .45s;}
.price__list_wrap:nth-of-type(3) .price__item:nth-of-type(4) {transition-delay: .5s;}
.price__list_wrap:nth-of-type(3) .price__item:nth-of-type(5) {transition-delay: .55s;}



}

/* Tablet ================================================== */
@media all and (min-width:600px) and (max-width:1024px){
.price__item {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .8s;
	-webkit-transition: .8s;
}
.price__item:nth-of-type(2) {transition-delay: .1s;}
.price__item:nth-of-type(3) {transition-delay: .15s;}
.price__item:nth-of-type(4) {transition-delay: .2s;}
.price__item:nth-of-type(5) {transition-delay: .25s;}
.run .price__item {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}

}

/* SP ================================================== */
@media all and (max-width:599px){
.price__item {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .8s;
	-webkit-transition: .8s;
}
.price__item:nth-of-type(2) {transition-delay: .1s;}
.price__item:nth-of-type(3) {transition-delay: .15s;}
.price__item:nth-of-type(4) {transition-delay: .2s;}
.price__item:nth-of-type(5) {transition-delay: .25s;}
.run .price__item {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity: 1;
}

}