@charset "utf-8";
/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Dosis:200,600);

/* CSS Document */
.header_line{
	position: absolute;
    display: block;
    width: 100%;
    top: 20vh;
    text-align: center;
    left: 0;
	z-index:1;
	}

.banner {opacity: 0.8; z-index: -1;}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 80vh;
    top: 0px;
    left: 0px;
    z-index: -1;
	overflow:hidden;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(http://globallink.or.jp/wordpress/img/index/pattern.png) repeat top left;
	opacity: 0.3;}
.cb-slideshow li span {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    animation: imageAnimation 30s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(http://globallink.or.jp/wordpress/img/index/index_bk01.jpg);
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(http://globallink.or.jp/wordpress/img/index/index_bk03.jpg);
    animation-delay: 5s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(http://globallink.or.jp/wordpress/img/index/index_bk04.jpg);
    animation-delay: 10s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(http://globallink.or.jp/wordpress/img/index/index_bk05.jpg);
    animation-delay: 15s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(http://globallink.or.jp/wordpress/img/index/index_bk06.jpg);
    animation-delay: 20s;
}


@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out;
        transform: scale(1.05);
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% { opacity: 0 }
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    top:35vh;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 30s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'Dosis', 'Lato', sans-serif;
    font-size: 140px;
    padding: 0;
	font-weight:normal;
    line-height:1em;
}
.cb-slideshow li:nth-child(2) div {
    animation-delay: 5s;
}
.cb-slideshow li:nth-child(3) div {
    animation-delay: 10s;
}
.cb-slideshow li:nth-child(4) div {
    animation-delay: 15s;
}
.cb-slideshow li:nth-child(5) div {
    animation-delay: 20s;
}
.cb-slideshow li:nth-child(6) div {
    animation-delay: 25s;
}
.cb-slideshow li:nth-child(6) div h3{
	font-size:90px;
    line-height:1.5em;
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    8% {
        opacity: 1;
        transform: translateX(0px);
    }
    17% {
        opacity: 1;
        transform: translateX(0px);
    }
    19% {
        opacity: 0;
        transform: translateX(-400px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


.index_contents{margin-top:70vh;}
.index_contents a{display:block;background-color:rgba(255,255,255,0.7);text-decoration:none;}
.index_contents h2{font-weight:inherit;font-size:140%;padding:10px;margin-bottom:15px;color:#C70044;background: url(../img/bg/br_bt.png) no-repeat left bottom;}
.index_contents .col-md-4{position:relative;border:1px solid #C70044;padding:20px;}
.index_contents .txtArea{color:#333;}

/*.zoom .imgArea {
	width: 290px;
	height: 160px;
	overflow: hidden;
}*/
.zoom .imgArea img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.zoom .imgArea img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.main_visual,#crumbs{display:none;}

.topics {background-color:inherit;}
.topics h2 {
    font-size:150%;
    margin-bottom: 30px;
    background-color: #C70044;
    color: #fff;
    padding: 10px 15px;}
.topics .bnr a{border:0;background:none;}

.news_list ul li {
    border-bottom:1px dotted #aaa;
	padding:10px;}
.news_list span.date {margin-right: 20px;}

.l-header,.bnrArea{display:none;}

a.contact {
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-decoration: none;
    padding: 2px 18px;
    font-size: 1.8rem;
	z-index:1;}
	
.button {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button span {
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	border: 2px solid #C70044;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
/*	pointer-events: none;*/
}
.button span:nth-child(1) {
	background-color: #C70044;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button span:nth-child(2) {
	background-color: #fff;
	color: #C70044;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
	background-color: #C70044;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}


@media screen and (max-width: 767px) {
.home a.contact{
	display:none;
}
.header_line{
    top: 10vh;
    display:none;
}
.home .l-header{display:block}

.cb-slideshow,
.cb-slideshow:after {height: 60vh;}
.cb-slideshow li div h3 { font-size:60px;}
.cb-slideshow li:nth-child(4) div h3{font-size:40px;font-weight:bold;}
.cb-slideshow li div {top:25vh;}

.index_contents{margin-top:50vh;}
}
