@charset "utf-8";

/* ========== #main-visual ========== */
/*#main-visual:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	background: #659bcf;
	z-index: 98;
	opacity: 1;
	-webkit-transition: all 2s ease 1s;
	-o-transition: all 2s ease 1s;
	transition: all 2s ease 1s;
}
.oldAndroid #main-visual:after { display: none; }*/

#main-visual .main-visual_wrap {
	opacity: 0;
	-webkit-transition: all 1.6s ease;
	-o-transition: all 1.6s ease;
	transition: all 1.6s ease;
}
.oldIE #main-visual .main-visual_wrap,
.oldAndroid #main-visual .main-visual_wrap {
	opacity: 1;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.oldAndroid #main-visual .main-visual_wrap:after,
.oldIE #main-visual .main-visual_wrap:after { opacity: 1; }

#main-visual.show .main-visual_wrap { opacity: 1; }
#main-visual.show:after { opacity: 0; }
#main-visual.show .main-visual_wrap:after { opacity: 1; }


#main-visual .main-visual_lead,
#main-visual .main-visual_txt,#main-visual .main-visual_txt_02 {
	opacity: 0;
}
#main-visual .main-visual_ttl {
	-webkit-transform: translate(0,30%);
	-ms-transform: translate(0,30%);
	transform: translate(0,30%);
}

#main-visual.show .main-visual_ttl {
	-webkit-transition: all 1s cubic-bezier(0.58, 0.03, 0.31, 1.01) 1s;
	-o-transition: all 1s cubic-bezier(0.58, 0.03, 0.31, 1.01) 1s;
	transition: all 1s cubic-bezier(0.58, 0.03, 0.31, 1.01) 1s;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}
#main-visual.show .main-visual_lead {
	-webkit-transition: all 1s ease 2s;
	-o-transition: all 1s ease 2s;
	transition: all 1s ease 2s;
	opacity: 1;
}
#main-visual.show .main-visual_txt {
	-webkit-transition: all 1s ease 2.5s;
	-o-transition: all 1s ease 2.5s;
	transition: all 1s ease 2.5s;
	opacity: 1;
}
#main-visual.show .main-visual_txt_02{
	-webkit-transition: all 1s ease 3s;
	-o-transition: all 1s ease 3s;
	transition: all 1s ease 3s;
	opacity: 1;
}
#main-visual .main-visual_wrap:after {
	opacity: 0;
	-webkit-transition: all 0.8s ease 3s;
	-o-transition: all 0.8s ease 3s;
	transition: all 0.8s ease 3s;
}

#main-visual.showEnd .main-visual_wrap,
#main-visual.showEnd .main-visual_lead,
#main-visual.showEnd .main-visual_ttl,
#main-visual.showEnd .main-visual_txt,
#main-visual.showEnd .main-visual_txt_02 {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.oldAndroid #main-visual .main-visual_lead,
.oldAndroid #main-visual .main-visual_ttl,
.oldAndroid #main-visual .main-visual_txt,
.oldAndroid #main-visual .main-visual_txt_02,
.oldIE #main-visual .main-visual_lead,
.oldIE #main-visual .main-visual_ttl,
.oldIE #main-visual .main-visual_txt,
.oldIE #main-visual .main-visual_txt_02 {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}


#main-visual .main-visual_bg li {
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	opacity: 0;
	z-index: 1;
}
#main-visual .main-visual_bg li.main-visual_bg_prev {
	/*opacity: 0;*/
	-webkit-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	z-index: 3;
}
#main-visual .main-visual_bg li.main-visual_bg_active {
	opacity: 1;
	z-index: 2;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.oldAndroid #main-visual .main-visual_bg li:first-child,
.oldIE #main-visual .main-visual_bg li:first-child { opacity: 1; }

/* ========== #sec05 #sec05-visible-pc ========== */
#sec05 #sec05-visible-pc .point .point-wrap .point-item01.j-scroll-effect_transition {
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#sec05 #sec05-visible-pc .point .point-wrap .point-item02.j-scroll-effect_transition {
	-webkit-transition: all 0.8s ease 0.6s;
	-o-transition: all 0.8s ease 0.6s;
	transition: all 0.8s ease 0.6s;
}
#sec05 #sec05-visible-pc .point .point-wrap .point-item03.j-scroll-effect_transition {
	-webkit-transition: all 0.8s ease 1.2s;
	-o-transition: all 0.8s ease 1.2s;
	transition: all 0.8s ease 1.2s;
}
#sec05 #sec05-visible-pc .point.j-scroll-effect .point-wrap .point-item {
	opacity: 0;
	-webkit-transform: translate(-10px,0);
	-ms-transform: translate(-10px,0);
	transform: translate(-10px,0);
}
#sec05 #sec05-visible-pc .point.j-scroll-effect_start .point-wrap .point-item {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.oldAndroid #sec05 #sec05-visible-pc .point.j-scroll-effect .point-wrap .point-item,
.oldIE #sec05 #sec05-visible-pc .point.j-scroll-effect .point-wrap .point-item {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

#sec05 #sec05-visible-pc .j-fade-image {
	overflow: hidden;
}
#sec05 #sec05-visible-pc .j-fade-image img {
	opacity: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#sec05 #sec05-visible-pc .j-fade-image img.j-fade-image_prev {
	-webkit-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
#sec05 #sec05-visible-pc .j-fade-image img.j-fade-image_active {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	z-index: 2;
}
#sec05 #sec05-visible-pc .j-fade-image img.j-fade-image_next {
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	transform: translate(100%,0);
}

.oldAndroid #sec05 #sec05-visible-pc .j-fade-image img,
.oldIE #sec05 #sec05-visible-pc .j-fade-image img {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

#sec05 #sec05-visible-pc .group-img02 .j-scroll-effect {
	opacity: 0;
}
#sec05 #sec05-visible-pc .group-img02 .j-scroll-effect_start {
	animation: groupImg 0.75s infinite alternate ease;
	-webkit-animation: groupImg 0.75s infinite alternate ease;
}
.oldAndroid #sec05 #sec05-visible-pc .group-img02 .j-scroll-effect,
.oldIE #sec05 #sec05-visible-pc .group-img02 .j-scroll-effect {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}


/* ========== #sec04 ========== */
#sec04 .point .point-wrap .point-item01.j-scroll-effect_transition {
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#sec04 .point .point-wrap .point-item02.j-scroll-effect_transition {
	-webkit-transition: all 0.8s ease 0.6s;
	-o-transition: all 0.8s ease 0.6s;
	transition: all 0.8s ease 0.6s;
}
#sec04 .point .point-wrap .point-item03.j-scroll-effect_transition {
	-webkit-transition: all 0.8s ease 1.2s;
	-o-transition: all 0.8s ease 1.2s;
	transition: all 0.8s ease 1.2s;
}
#sec04 .point.j-scroll-effect .point-wrap .point-item {
	opacity: 0;
	-webkit-transform: translate(-10px,0);
	-ms-transform: translate(-10px,0);
	transform: translate(-10px,0);
}
#sec04 .point.j-scroll-effect_start .point-wrap .point-item {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.oldAndroid #sec04 .point.j-scroll-effect .point-wrap .point-item,
.oldIE #sec04 .point.j-scroll-effect .point-wrap .point-item {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

#sec04 .j-fade-image {
	overflow: hidden;
}
#sec04 .j-fade-image img {
	opacity: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#sec04 .j-fade-image img.j-fade-image_prev {
	-webkit-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
#sec04 .j-fade-image img.j-fade-image_active {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	z-index: 2;
}
#sec04 .j-fade-image img.j-fade-image_next {
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	transform: translate(100%,0);
}

.oldAndroid #sec04 .j-fade-image img,
.oldIE #sec04 .j-fade-image img {
	opacity: 1;
	-webkit-transform: translate(0,0);

	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

#sec04 .group-img02 .j-scroll-effect {
	opacity: 0;
}
#sec04 .group-img02 .j-scroll-effect_start {
	animation: groupImg 0.75s infinite alternate ease;
	-webkit-animation: groupImg 0.75s infinite alternate ease;
}
.oldAndroid #sec04 .group-img02 .j-scroll-effect,
.oldIE #sec04 .group-img02 .j-scroll-effect {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}


@keyframes groupImg {
	0% { transform: translate(0,8px); opacity: 0; }
	40% { transform: translate(0,0); opacity: 1; }
	100% { transform: translate(0,0); opacity: 1; }
}
@-webkit-keyframes groupImg {
	0% { -webkit-transform: translate(0,8px); opacity: 0; }
	40% { -webkit-ransform: translate(0,0); opacity: 1; }
	100% { -webkit-ransform: translate(0,0); opacity: 1; }
}



/* ==================================================
**
** TB - PC
**
================================================== */
@media only screen and (min-width: 769px) {
	#main-visual .main-visual_ttl {
		-webkit-transform: translate(0,70%);
	    -ms-transform: translate(0,70%);
	    transform: translate(0,70%);
	}

}

/* ==================================================
**
** TB - PC
**
================================================== */
@media only screen and (min-width: 769px) {

	/* ========== #sec05 #sec05-visible-pc  ========== */
	#sec05 #sec05-visible-pc .j-slide-point .point-item {
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		z-index: 1;
	}
	#sec05 #sec05-visible-pc .j-slide-point .point-item.j-slide-point_next {
		-webkit-transform: translate(-10px,-50%);
		-ms-transform: translate(-10px,-50%);
		transform: translate(-10px,-50%);
	}
	#sec05 #sec05-visible-pc .j-slide-point .point-item.j-slide-point_prev {
	}
	#sec05 #sec05-visible-pc .j-slide-point .point-item.j-slide-point_active {
		opacity: 1;
		pointer-events: inherit;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
		z-index: 2;
	}

	#sec05 #sec05-visible-pc .point-img .j-slide-point_hit {
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		opacity: 0;
	}
	#sec05 #sec05-visible-pc .point-img .j-slide-point_hit.active { opacity: 0.4; }

	/* ========== #sec04  ========== */
	#sec04 .j-slide-point .point-item {
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		z-index: 1;
	}
	#sec04 .j-slide-point .point-item.j-slide-point_next {
		-webkit-transform: translate(-10px,-50%);
		-ms-transform: translate(-10px,-50%);
		transform: translate(-10px,-50%);
	}
	#sec04 .j-slide-point .point-item.j-slide-point_prev {
	}
	#sec04 .j-slide-point .point-item.j-slide-point_active {
		opacity: 1;
		pointer-events: inherit;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
		z-index: 2;
	}

	#sec04 .point-img .j-slide-point_hit {
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		opacity: 0;
	}
	#sec04 .point-img .j-slide-point_hit.active { opacity: 0.4; }

}
