@charset "uft-8";

html,body{
    font-family:'Play', 'S-CoreDream-3Light', sans-serif;
    height: 100%;
}
button[data-control]{position:relative;display:inline-block;margin:0 -4px;width:50px;height:50px; background: rgba(64,64,64,0.3) ; vertical-align:middle;overflow: hidden;}
button[data-control]:before,
button[data-control]:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
button[data-control="prev"]:before,
button[data-control="next"]:before{width: calc(100%/2.5);height: calc(100%/2.5);border-width:2px;border-style: solid;border-color: #333;transform: rotate(45deg);}
button[data-control="prev"]:before{right: -5px;border-width: 0 0 2px 2px;}
button[data-control="next"]:before{left: -5px;border-width: 2px 2px 0 0;}
button[data-control="stop"]:before{width: 2px;height: calc(100%/2);box-shadow: -3px 0 #333, 3px 0 #333;}
button[data-control="play"]:before{right: -5px;width: 0;height: 0;border-width: 10px 0 10px 15px;border-style: solid;border-color: transparent transparent transparent #333;}
#main-menu {display: block;position:fixed;z-index: 1;top:50%;right: 50px;transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all 0.3s;-webkit-transition:all 0.3s;}
#main-menu li {position: relative; margin: 15px 0;}
#main-menu li.active {height:140px;}
#main-menu li a {display:block;width: 10px;vertical-align:top;}
#main-menu li a span {display:block;width: 10px;height: 10px;border-radius:50%;border:1px solid #fff;vertical-align:top;}
#main-menu li.active a span {width:5px;height:5px;margin: 0 0 0 2px;border: 1px solid #1aa59f;background: #fff;}
#main-menu li a em {display:none;position: absolute;left: -61px;top: 75px;width:130px;line-height: 13px;color:#fff;font-size: 13px;transform: rotate(90deg);-webkit-transform: rotate(90deg);vertical-align:top;}
#main-menu li a em:after {display:block;position:absolute;content:'';right: 5px;top: 5px;width:70px;height:1px;background:#fff;}
#main-menu li.active a em {display:block;}
.wrap{}
/* skipToContent */
.skipToContent {
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
	z-index: 1000;
	min-width: 320px;
	height: 60px;
	color: #666;
	font-size: 30px;
	text-align: center;
	letter-spacing: -1.5px;
	line-height: 60px;
	background-color: #12b8ba;
	background-color: rgba(25,145,205,.8);
	transition: .1s ease-in-out;
}
.skipToContent:focus,
.skipToContent:hover {
	top: 0;
	color: #fff;
	text-decoration: none;
}

header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 10;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
header > h1 a{
    background: url(../images/logo.svg) no-repeat center center / 100%;
    width: 172px;
    height: 90px;
    float: left;
    margin-left: 54px;
}
header nav{
    float: left;
    height: 100%;
}
header nav ul{
    display: flex;
    align-items: center;
    height: 100%;
}
header nav ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-left: 110px;
}
header .util {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 11;
}

header .util .cb {
    width: 193px;
    height: 30px;
    line-height: 25px;
    color: #8B8B8B;
    text-align: center;
    border-radius: 15px;
    background: rgba(143,143,143,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 30px;
}
header .util .menu {
    background: url(../images/menu.png) no-repeat center center / 100%;
    width: 20px;
    height: 16px;
    vertical-align: middle;
}
.content{
    height: 100vh;
    position:relative;
    top: 0;
}
.content .visual_txt{
   position: absolute;
   top: 300px;
   left: 114px;
   z-index: 11;
   font-size: 70px;
   color: #fff;
   font-family: 'Play';
   font-weight: 700;
}
.content .visual_txt p:last-child{
   /* font-size: 24px; */
   /* font-family:'S-CoreDream-5Medium'; */
   /* font-weight: normal; */
   color: #E2E2E2;
   padding-top: 50px;
   color: #fff;
}
.content .slide{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
}
.content .slide .images_fade{
    width: 100%;
    height: 100vh;
}
.content .slide .images_fade1{
    background: url(../images/slide-01.jpg) no-repeat center center;
    background-size: cover;
}
.content .slide .images_fade2{
    background: url(../images/slide-02.jpg) no-repeat center center;
    background-size: cover;
}
.content .slide .images_fade3{
    background: url(../images/slide-03.jpg) no-repeat center center;
    background-size: cover;
}
.content .slide .images_fade4{
    background: url(../images/slide-04.jpg) no-repeat center center;
    background-size: cover;
}
.content .slide .slick-active .images_fade{transform: scale(1.1);-webkit-transform: scale(1.1);animation: bg 12s linear 1; -webkit-animation: bg 12s linear 1;}

.content .pagingbox {position:absolute; width: 100%; left: 120px; top: 600px; z-index: 10;}
.content .paging >button {display:inline-block;margin: 0;font-size: 0;}
.content .paging >button.pause {}
.content .paging >button.play {}
.content .paging >button[data-control="stop"]:before{width: 3px;height: 12px;box-shadow: -3px 0 #fff, 3px 0 #fff;}
.content .paging >button[data-control="play"]:before{right: -2px;width: 0;height: 0;border-width: 6px 0 6px 9px;border-style: solid;border-color: transparent transparent transparent #fff;}
.content .paging .total {display:inline-block;margin: 0 5px 0 15px;}
.content .paging .slick-arrow {display:inline-block;position:relative; width:50px; height:50px; margin:0 5px;background:rgba(64,64,64,0.3) url(../images/l_arrow.png) no-repeat center center;font-size:0; vertical-align:top;}
.content .paging .slick-next {background:rgba(64,64,64,0.3) url(../images/r_arrow.png) no-repeat  center center;}
.content .paging .inner {display: inline-block;position:relative;margin-right: 10px; width: 100%; margin-bottom: 30px;}
.content .paging .slick-dots {display:inline-block;position: relative;top: -4px;width: 90%;height: 1px;background: rgba(255, 255, 255, 0.3);}
.content .paging .slick-dots:after{display:block; clear:both; visibility:hidden; content:'';}
.content .paging .slick-dots li {display:inline-block;float:left;position: absolute;left:0;bottom:0;width:0;height: 100%;background: #fff;}
.content .paging .slick-dots li.slick-active {width: 100%;-webkit-animation: ProgressDots 10s both;animation: ProgressDots 10s both;}
.content .paging .slick-dots li button {display:none;}
.mail {
    position: absolute;
    bottom: 60px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: #F37726 url(../images/mail_ico.png) no-repeat center center;
    border-radius: 50%;
    z-index: 15;
}
.mo{
    display: none;
}
footer .footer{
    position: absolute;
    bottom: 60px;
    z-index: 13;
    color: #707070;
    margin-left: 54px;
    font-size: 14px;
    font-weight: 600;
}
@-webkit-keyframes ProgressDots {from {width: 0px;}to {width: 100%;}}
@keyframes ProgressDots {from {width: 0px;}to {width: 100%;}}

@keyframes bg {
    0% {transform: scale(1.1) rotate(-0.01deg); -webkit-transform: scale(1.1) rotate(-0.01deg);}
    70%,100% {transform: scale(1) rotate(-0.01deg); -webkit-transform: scale(1) rotate(-0.01deg);}}
@-webkit-keyframes bg {
    0% {transform: scale(1.1) rotate(-0.01deg); -webkit-transform: scale(1.1) rotate(-0.01deg);}
    70%,100% {transform: scale(1) rotate(-0.01deg); -webkit-transform: scale(1) rotate(-0.01deg);}}

  
@media (max-width:1100px){
    header nav {
        display: none;
    }
    .content .visual_txt{
        left: 50px;
        top: 400px;
    }
    .content .pagingbox {
        position: absolute;
        width: 90%;
        left: 50px;
        top: 725px;
        z-index: 10;
    }
}
/*
@media (max-width:750px){
    .content .visual_txt{
        left: 50px;
        top: 50px;
        font-size: 30px;
    }
    .content .pagingbox {
        left: 50px;
        top: 200px;
    }
    
}
*/
@media (max-width:414px){
    header {
        height: 60px;
    }
    header > h1 a{
        width: 150px;
        height: 60px;
        margin-left: 20px;
    }
    header .util {
        right: 20px;
        top: 20px;
    }
    header nav, header .util .cb{
        display: none;
    }
    .content .visual_txt {
        position: absolute;
        top: 120px;
        left:30px;
        font-size: 40px;
        color: #fff;
    }
    .content .visual_txt p:last-child {
        font-size: 45px;
        line-height: 45px;
    }
    .content .slide .images_fade1 {
        background: url(../images/slide-01_m.jpg) no-repeat center center;
        background-size: cover;
    }
    .content .slide .images_fade2 {
        background: url(../images/slide-02_m.jpg) no-repeat center center;
        background-size: cover;
    }
    .content .slide .images_fade3 {
        background: url(../images/slide-03_m.jpg) no-repeat center center;
        background-size: cover;
    }
    .content .slide .images_fade4 {
        background: url(../images/slide-04_m.jpg) no-repeat center center;
        background-size: cover;
    }
    .mo{
        display: block;
    }
    .content .pagingbox {
        position: absolute;
        width: 90%;
        left: 30px;
        top: 405px;
        z-index: 10;
    }
    .content .paging .inner {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 25px;
    }
    button[data-control] {
        width: 40px;
        height: 40px;
    }
    .content .paging .slick-arrow {
        width: 40px;
        height: 40px;
    }
    footer .footer {
        bottom: 30px;
        margin-left: 30px;
        font-size: 13px;
    }
    .mail{
        display: none;
    }
} 