@charset "utf-8";
/* CSS Document */

/*scroll-effect1*/
.scroll-effect1 {
	width: 100%;
	height: 48px;
	margin: auto;
	position: relative;
	z-index: 99;
}
.scroll-effect1 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 26px;
	height: 46px;
	margin-left: -13px;
	border: 1px solid #fff;
	border-radius: 16px;
	box-sizing: border-box;
}
.scroll-effect1 a:after {
	content: "";
	width: 21px;
	height: 9px;
	background: url(../images/scroll-arrow1.png) no-repeat center / cover;
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	margin: auto;
}
.scroll-effect1 a span:before {
	position: absolute;
	top: 10px;
	left: 42%;
	content: '';
	width: 5px;
	height: 10px;
	background: #ffffff;
	border-radius: 30px;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
/* photobox boder effect */
.photobox-effect1 { 
	cursor: pointer;
	display: inline-block;
	overflow: hidden; 
	position: relative;
}
.photobox-effect1 img {
	transition: all 0.25s ease-out 0s;
}
.photobox-effect1:hover img {
	filter: grayscale(100%);
}
.photobox-effect1:hover .detier-box1 img {
	filter: none;
}
.photobox-effect1 .line1 {
	width: 60px;
	height: 6px;
	background-color: #f8ba07;
	position: absolute;
	z-index: 10;
	top: -15px;
	right: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.photobox-effect1 .line2 {
	width: 60px;
	height: 6px;	
	background-color: #f8ba07;
	position: absolute;
	z-index: 10;
	bottom: -15px;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.photobox-effect1:hover .line1 {
	opacity: 1;
	visibility: visible;
	top: 0;
	right: 0;
}
.photobox-effect1:hover .line2 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	left: 0;
}
/*map-color*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.video-play-button { width:59px; float:none; display:inline-block; margin:0 auto 0;}
.border-effect1 h2:after { position:absolute; right:0; left:0;}
.video-play-button:after { width:75px; height:75px;}
.video-play-button:before { width:59px; height:59px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.video-play-button { width:59px; float:none; display:inline-block; margin:0 auto 0;}
.border-effect1 h2:after { position:absolute; right:0; left:0;}
.video-play-button:after { width:75px; height:75px;}
.video-play-button:before { width:59px; height:59px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.video-play-button { width:59px; float:none; display:inline-block; margin:0 auto 0;}
.border-effect1 h2:after { position:absolute; right:0; left:0;}
.video-play-button:after { width:75px; height:75px;}
.video-play-button:before { width:59px; height:59px;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}