/* CSS Document */

/* -------------Addendum------------- */
html{-webkit-text-size-adjust: 100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
header, section, footer, aside, article,  {display: block;}
/* -------------Addendum------------- */
/* -------------all------------- */
html,body {
	background-color: #f8f9f2;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	font-family: "Campton W00 Bold","Arial, Helvetica, Sans-Serif";
}
/* -------------all------------- */

::selection {
    background: #e9ff8b; /* WebKit, Opera, & IE9 */
    color: #000;
}
 
::-moz-selection {
    background: #e9ff8b; /* Firefox */
    color: #000;
}
/* -------------all------------- */

/*----------------------------------------*/

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeOut {
    0% {opacity: 1}
    100% {opacity: 0}
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1}
    100% {opacity: 0}
}


/*----------------------------------------*/

div,dl,dt,dd,img,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p,blockquote,th,td,hr{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; margin:0;}
table{border-collapse:collapse; border-spacing:0; border:0;}
caption,th,td{text-align:left;}
fieldset,img{border:none;}
address,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
th,td,img{vertical-align:top;}
ol,ul,li{list-style:none;}
a{ text-decoration:none; color:#4D4D4D;}

#bg1, #bg2, #bg3 {
	z-index:50;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#bg2 {
	z-index:49;
	background-color: #000;
}

#bg3 {
	z-index:48;
	background-color: #000;
}

.clear{clear:both;}
.clearfix:after{content:".";
				display:block;
				height:0;
				clear:both;
				visibility:hidden;
}
.pt10{padding-top:10px;}
.button {
	font-weight:bold;
	color:#FFFFFF;
	padding: 0;
	margin:0;
	font-family: 'Lato', 'Calibri', 'Arial';
	font-size: 1em;
	letter-spacing:1em;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	border:1px solid #232323;
	width:197px;
}
#btn_bg{ position:relative;}
#btn_modal{ font-size:14px;position: absolute; right: 0px; bottom:0px; background:#FFF; color:#232323; width:100px; height:50px;}
#btn_modal:hover{background:#000;}
/* -------------home------------- */
#wrapper{ 
	border-top:6px solid #262626;
	width:100vw!important;
	background:url(../img/main_bg.png) repeat-x;
	background-position:bottom;
	background-color: #f8f9f2;
	color:#322F2F;
	margin:0 auto;
	text-align:center;
	position: relative;
    top: 0;
	left:0;
	right:0;
	/*padding-bottom: 220px;*//*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	z-index: 999999!important;
    min-height: 90vh!important;
    height: 100%;
}
#wrapper #content {
	width: 952px;
	height:100%;
	margin:0 auto;
	text-align:center;
	min-height:1000px;
}
#wrapper #header{
	width: 100%;
	height: 120px;
	position: relative;
	margin:0 auto;
	text-align:center;
}
#wrapper #header_bg{
	background: rgba(248,249,242, 0.7)!important;
	background:#f8f9f2;
	z-index: 9990;
    height: 190px;
    margin-bottom:3vh;
}
#container {
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
#menu_top{
    margin-top: 2vh;
}
#rogo_top{
	background: url(../img/home/rogo.png) no-repeat;
	width: 123px;
	height: 98px;
	position: absolute;
	text-indent: -9999px;
	left: 70px;
	top: 20px;
	margin:0;
	padding:0;
	z-index: 9999;
}
@media (max-width: 767px){
#rogo_top{
    display: none!important;
}
}
#rogo_top a{ 
	display:block;
	width: 123px;
	height: 98px;	
	margin:0;
	padding:0;
}
#rogo_sec{
	background: url(../img/home/rogo.png) no-repeat;
	width: 123px;
	height: 98px;
	position: absolute;
	text-indent: -9999px;
	left: 70px;
	top: 20px;
	margin:0;
	padding:0;
	z-index: 9999;
}
#rogo_sec a{ 
	display:block;
	width: 123px;
	height: 98px;
	margin:0;
	padding:0;
}
#rogo_skippr{
	background: url(../img/home/rogo.png) no-repeat;
	width: 123px;
	height: 98px;
	position: absolute;
	text-indent: -9999px;
	margin:0 auto;
	padding:0;
	z-index: 9999;
	left: 0;
	right: 0;
	bottom: 0;
	text-shadow: 0px 0px 1px #000;
	opacity: 0;
	-webkit-transition: all 1s ease-out 5s;
	-moz-transition: all 1s ease-out 5s;
	-o-transition: all 1s ease-out 5s;
	transition: all 1s ease-out 5s;
    animation-delay: 6s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);    
}
#rogo_skippr.loader{
	opacity: 1;
}
@media screen and (min-width:1201px) {
#rogo_skippr{
    top:35vh;
}
}
@media screen and (min-width:1024px) and (max-width:1201px) {
#rogo_skippr{
    top: 27vh;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
#rogo_skippr{
    top:35vh;
}
}
@media (max-width: 767px){
#rogo_skippr{
    top:35vh;
}
}

#rogo_skippr a{
	display:block;
	width: 123px;
	height: 98px;	
	margin:0;
	padding:0;
}
.footer_rogo a{ 
	display:block;
	width: 123px;
	height: 98px;	
	margin:0;
	padding:0;
}

#wrapper #content #main{
	width: 952px;
	height:357px;
	}

#wrapper .header_mail{
	background: url(../img/home/headder_mail.png) no-repeat;
	width: 105px;
	height: 42px;
	top: 0;
	right:0px;
	text-indent: -9999px;
	position: absolute;
}
#wrapper .header_mail a{
    display:block;
    width:105px;
	height:42px;
}
#wrapper .header_english{
	background:url(../img/home/headder_english.png) no-repeat;
	width:139px;
	height:42px;
	top:0;
	right: 105px;
	text-indent:-9999px;
	position:absolute;
}
#wrapper .header_english a{
	display:block;
	width:139px;
	height:42px;
}
#wrapper #content #header .header_tweet{
	width:139px;
	height:30px;
	top:50px;
	right:0;
	position:absolute;
}
#wrapper #content #header .header_english a{
	display:block;
	width:139px;
	height:42px;
}
/* -------------home------------- */


/* -------------marquee------------- */
#wrapper #header_bord{
	width:243px;
	height:106px;
	position: absolute;
	right: 269px;
	top: 0;
	background: url(../img/home/headder_bord.png) no-repeat!important;
}
#wrapper #header_bord .marquee{
	width: 220px;
	height: 48px;
	overflow: hidden;
	margin-top: 32px;
	padding-top:0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	margin-left:10px;
	clear: both;
	white-space: nowrap;
	right: 265px;
	top: 0;
	background:#262626;
}
#wrapper #header_bord .marquee p:after {
	content:"";
	white-space:nowrap;
	padding-right:20px;
}
#wrapper #header_bord .marquee p {
	color:#FFFFFF;
	line-height:0;
	font-size:12px;
	font-weight:bold;
	width:243px;
	padding-left:10px;
	margin-left:10px;
	display:inline-block;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
/* -------------marquee------------- */

/* -------------menu------------- */
#wrapper nav.menu_bg{width:100%;height:61px;text-align:center;margin: 2vh auto;}
#wrapper nav.menu_bg_top{width:100%;height:0px;text-align:center; margin:0;}
#wrapper nav.menu_bg section ul#menu { width:100%;height:61px; margin:30px 0;}
#wrapper nav.menu_bg_top section ul#menu_top { width:100%;height:61px; margin-bottom:30px;}
#wrapper .mb100{ margin-bottom:100px!important;}
#wrapper nav.menu_bg section ul#menu li,ul#menu_top li { float:left; width:16%; height:61px; margin:0 auto; text-align: center;padding:0;padding-left: 5px;}
#wrapper nav.menu_bg section ul#menu li,ul#menu_sec li { float:left; width:16%; height:61px; margin:0 auto; text-align: center;padding:0;padding-left: 5px;}

@media (max-width: 767px){
#wrapper nav#header_sp{
margin-bottom: 14vh;
}
#wrapper nav.menu_bg section ul#menu li,ul#menu_top li {s
width: 30vw;
}
}

#wrapper .menu_bg section ul#menu li a{ display:block; float:left; width:15%; height:61px;}
#wrapper .menu_bg section ul#menu_top li a{ display:block; float:left; width:15%; height:61px;}
#wrapper .menu_bg section ul#menu li.home{background:url(../img/home/menu_home_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper .menu_bg section ul#menu_top li.home{background:url(../img/home/menu_home_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper .menu_bg section ul#menu li.news{background:url(../img/home/menu_news_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper .menu_bg section ul#menu_top li.news{background:url(../img/home/menu_news_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper nav.menu_bg section ul#menu li.company{background:url(../img/home/menu_company_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper nav.menu_bg section ul#menu_top li.company{background:url(../img/home/menu_company_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper nav.menu_bg section ul#menu li.works{background:url(../img/home/menu_works_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper nav.menu_bg section ul#menu_top li.works{background:url(../img/home/menu_works_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper nav.menu_bg section ul#menu li.contact{background:url(../img/home/menu_contact_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper nav.menu_bg section ul#menu_top li.contact{background:url(../img/home/menu_contact_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper nav.menu_bg section ul#menu li.recruit{background:url(../img/home/menu_recruit_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
#wrapper nav.menu_bg section ul#menu_top li.recruit{background:url(../img/home/menu_recruit_off.png) no-repeat; width:15%; height:61px;text-indent:-9999px;}
/* -------------menu------------- */
.arrow {
    position: absolute;
    left: 2vw;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: block;
    opacity: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-133deg);
    border-top: 5px solid white;
    border-left: 5px solid white;
    z-index: 999999;
    text-shadow: 0 0 1px #000;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0.1s;
    -moz-transition: all 1s ease-out 0.1s;
    -o-transition: all 1s ease-out 0.1s;
    transition: all 1s ease-out 0.1s;
    cursor: pointer;
}

@media screen and (min-width:1201px) {
.arrow {
    bottom: 20vh;
}
}
@media screen and (min-width:1024px) and (max-width:1201px) {
.arrow {
    bottom:20vh;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
.arrow {
    bottom: 20vh;
}
}
@media (max-width: 767px){
.arrow {
    bottom: 20vh;
}
}
.arrow.loader{
	opacity: 1;	
}
.arrow a {
    display: block;
    width: 48px;
    height: 29px;
    text-shadow: 0 0 1px #000;
}
.arrow:hover {
	opacity: 0.6!important;
}
.arrow:visited {
	opacity:1;
}
#wrapper #content #main{
	width: 952px;
	height: 413px;
	margin-top: 10px;
}

#wrapper #content #home_main{
	margin-top:20px;
	background:url(../img/home/home_body_bg_middle.png) repeat-y;
	width:952px;
	position: relative;
    min-height:1200px;
	text-align:left;
	font-size:12px;
}
@media screen and (min-width:768px) {
    #wrapper #content #home_main{
        height:60vh!important;
    }
}
#wrapper #content #home_main .home_news{
	width:550px;
	float:left;
	padding-left:10px;
	padding-right:5px;
}
#wrapper #content #home_main .home_news .home_h2_news{
	background:url(../img/home/home_news_tit.png) no-repeat;
	width:500px;
	height:60px;
	text-indent:-9999px;
	margin-left:25px;
	margin-top:10px;
}
#wrapper #content #home_main .home_news dl{
	width:550px;
	margin-left:25px;
	margin-top:30px;
}
#wrapper #content #home_main .home_news dl dt{
	width:150px;
	float:left;
	letter-spacing:0.3em;
	font-size:12px;
	color:#666;
}
#wrapper #content #home_main .home_news dl dt dd{
	width:400px;
	float:right;
	letter-spacing:0.5em;
	font-size:12px;
}
#wrapper #content #home_main .home_news p{
	width:100px;
	margin-left:10px;
	margin-top:10px;
	background:url(../img/home/home_news_dot.jpg) no-repeat;
	background-position:bottom;
	width:5500px;
}
#wrapper #content #home_main .home_news .dot{
	margin:10px 0;
	width:500px;
}
#wrapper #content #home_main #home_tweet{
	width:390px;
	height:315px;
	float:right;
	background:url(../img/home/home_tweets.jpg) no-repeat;
}

#wrapper #footter{
	background: #ebe9e5;
	width: 100%;
	height: 250px;
	display: block;
	clear: both;
	padding-top: 0px;
    position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 0;
}
#wrapper #footter .footer_content{
	width:952px;
	height:150px;
	margin:10px auto 0px auto;
	text-align:center;
	position:relative;
}
#wrapper #footter .footer_content #page_top{
	background:url(../img/home/pagetop.png) no-repeat;
	width:57px;
	height:131px;
	display:block;
	position: absolute;
    top: -180px;
    right: 20px;
	text-indent:-9999px;
    z-index: 9999;
}
#wrapper #footter .footer_content #subcontractors{
	background:url(../img/home/subcontractors-sign.png) no-repeat;
	width:172px;
	height:282px;
	display:block;
	position: absolute;
    top: -307px;
    left: -60px;
	text-indent:-9999px;
    filter: saturate(170%);
    animation-name:rotation3;
    animation:5.5s linear infinite rotation3;
}
@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}

#wrapper #footter .footer_content #subcontractors:hover{
    opacity: 0.8;
    animation-play-state: paused;
}
#wrapper #footter .footer_content #page_top a{
	width:57px;
	height:131px;
	display:block;
}

#wrapper #footter .footer_line{
	background:url(../img/home/footer_line.png) repeat-x;
	background-position:top; 
	width:100%; 
	height:17px; 
	display:block;
}

#wrapper #footter .footer_content .footer_l .footer_rogo{
	background:url(../img/home/footer_menu_rogo.png) no-repeat;
	width:297px;
	height:87px;
	text-indent:-9999px;
	font-size:12px;
}
#wrapper #footter .footer_content .footer_l{
	float:left;
	width:350px;
	text-align:left;
	font-size:12px;
}
#wrapper #footter .footer_content .footer_r{
	float:right;
	width:510px;
	text-align:right;
}
#wrapper #footter .footer_content .footer_r ul.footer_menu{
	width:510px;
	height:87px;
	margin-top:20px;
}
#wrapper #footter .footer_content .footer_r ul.footer_menu li{
	width:85px;
	height:31px;
	float:left;
	display:block;
}

#wrapper #footter .footer_content .footer_r {
	float:right;
	width:510px;
	text-align:right;
    font-size: 12px;
}
#wrapper #footter .footer_content .footer_r p a{
 	transition: .3s!important;
}


#wrapper #footter .footer_content .footer_l .footer_text{
margin-top:5px;
}
#wrapper #footter .footer_content .footer_l .footer_text p{
	padding-bottom:5px;
}

/*---------------------footter_sec----------------------*/
#wrapper #footter_sec{
	background: #ebe9e5;
	width: 100%;
	height: 250px;
	position:absolute; 
	display: block;
	clear: both;
	padding-top: 0px;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#wrapper #footter_sec .footer_content{
	width:952px;
	height:150px;
	margin:10px auto 0px auto;
	text-align:center;
	position:relative;
}
#wrapper #footter_sec .footer_content #page_top{
	background:url(../img/home/pagetop.png) no-repeat;
	width:57px;
	height:131px;
	display:block;
	position: absolute;
    top: -180px;
    right: 20px;
	text-indent:-9999px;
}
#wrapper #footter_sec .footer_content #subcontractors{
	background:url(../img/home/subcontractors-sign.png) no-repeat;
	width:172px;
	height:282px;
	display:block;
	position: absolute;
    top: -307px;
    left: -60px;
	text-indent:-9999px;
    filter: saturate(170%);
    animation:5.5s linear infinite rotation3;
}
@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}
#wrapper #footter_sec .footer_content #subcontractors:hover{
    opacity: 0.8;
    animation-play-state: paused;
}
#wrapper #footter_sec .footer_content #page_top a{
	width:57px;
	height:131px;
	display:block;
}

#wrapper #footter_sec .footer_line{
	background:url(../img/home/footer_line.png) repeat-x;
	background-position:top; 
	width:100%; 
	height:17px; 
	display:block;
}

#wrapper #footter_sec .footer_content .footer_l .footer_rogo{
	background:url(../img/home/footer_menu_rogo.png) no-repeat;
	width:297px;
	height:87px;
	text-indent:-9999px;
	font-size:12px;
}
#wrapper #footter_sec .footer_content .footer_l{
	float:left;
	width:350px;
	text-align:left;
	font-size:12px;
}
#wrapper #footter_sec .footer_content .footer_r{
	float:right;
	width:510px;
	text-align:right;
    font-size: 12px;
}
#wrapper .footer_r p{
    margin-bottom: 0.1em;
}
#wrapper .footer_r p a{
 	transition: .3s!important;
}
#wrapper .footer_r p a:hover{
    color: #2b8fbd!important;
} 
#wrapper #footter_sec .footer_content .footer_r ul.footer_menu{
	width:510px;
	height:87px;
	margin-top:20px;
}
#wrapper #footter_sec .footer_content .footer_r ul.footer_menu li{
	width:85px;
	height:31px;
	float:left;
	display:block;
}



#wrapper #footter_sec .footer_content .footer_l .footer_text{
margin-top:5px;
}
#wrapper #footter_sec .footer_content .footer_l .footer_text p{
	padding-bottom:5px;
}
/*---------------------footter_sec----------------------*/
/*---------------------home-------------------------------------------------------------*/

/*---------------------sec-------------------------------------------------------------*/
/*---------------------sec_main----------------------*/
#wrapper #content #sec_main{
	margin-top:8px;
	background:url(../img/home/home_body_bg_middle.png) repeat-y;
	width:952px;
    height: 100vh;
	min-height:1800px;
	text-align:left;
	font-size:12px;
	position:relative;
    display:inline-block;
}
@media screen and (max-width:768px){
#wrapper #content #sec_main{
        min-height:1800px!important;
    }
}
#wrapper #content #sec_main .sec_naka{
	margin:10px 30px 10px 30px;
	width:888px;
}
/*---------------------sec_main----------------------*/

/*---------------------sec-------------------------------------------------------------*/


/*---------------------company----------------------*/
/*---------------------sec_company----------------------*/
#wrapper #content #sec_main_company{
	margin-top:8px;
	background:url(../img/home/home_body_bg_middle.png) repeat-y;
	width:952px;
    height: 100vh!important;
    min-height:1800px!important;
	text-align:left;
	font-size:12px;
	position:relative;
    display:inline-block;
}
@media screen and (max-width:768px){
    #wrapper #content #sec_main_company{
        min-height:1800px!important;
    }
}
#wrapper #content #sec_main_company .sec_naka{
	margin:10px 30px 10px 30px;
	width:888px;
}
/*---------------------sec_COMPANY----------------------*/

#wrapper #content #sec_main_company .sec_naka h2.sec_company_title{
	background:url(../img/sec/sec_company_title_h2.png) no-repeat;
	width:888px;
	height:72px;
	text-indent:-9999px;
}
#wrapper #content #sec_main_company .sec_naka h4.sec_company_title_h4{
	background:url(../img/sec/sec_company_title_h4.png) no-repeat;
	width:888px;
	height:63px;
	text-indent:-9999px;
	margin:30px 0 20px 0;
}
#wrapper #content #sec_main_company .sec_naka .concept_box{
	background:url(../img/sec/sec_company_moji.png) no-repeat;
	width:888px;
	height:307px;
	text-indent:-9999px;
	padding:20px 0;
	margin-left:20px;
}
#wrapper #content #sec_main_company .sec_naka .concept_box .concept{
	float:left;
	width:577px;
	height:307px;
	text-indent:-9999px;
	padding-left:50px;
}
#wrapper #content #sec_main_company .sec_naka .concept_box .concept_img{
	background:url(../img/sec/sec_company_img.png) no-repeat;
	float:left;
	width:246px;
	height:215px;
	text-indent:-9999px;
	display:block;
	margin-top:15px;
}
#wrapper #content #sec_main_company .sec_naka h3.sec_company_title_h3{
	background:url(../img/sec/sec_company_title_h3.png) no-repeat;
	width:888px;
	height:63px;
	text-indent:-9999px;
}
#wrapper #content #sec_main_company .sec_naka .company_box{
	width:888px;
	margin-top:10px;
}
#wrapper #content #sec_main_company .sec_naka .company_box dl.company_list{
	width:888px;
	clear:both;
}
#wrapper #content #sec_main_company .sec_naka .company_box dl.company_list dt.list_00{
	background:url(../img/sec/sec_company_list_00.png) no-repeat;
	width:200px;
	height:68px;
	text-indent:-9999px;
	float:left;
    margin-top: 10px;
}
#wrapper #content #sec_main_company .sec_naka .company_box dl.company_list dt.list_01{
	background:url(../img/sec/sec_company_list_01.png) no-repeat;
	width:200px;
	height:68px;
	text-indent:-9999px;
	float:left;
    margin-top: 10px;
}
#wrapper #content #sec_main_company .sec_naka .company_box dl.company_list dt.list_02{
	background:url(../img/sec/sec_company_list_02.png) no-repeat;
	width:200px;
	height:68px;
	text-indent:-9999px;
	float:left;
    margin-top: 10px;
}
#wrapper #content #sec_main_company .sec_naka .company_box dl.company_list dt.list_03{
	background:url(../img/sec/sec_company_list_03.png) no-repeat;
	width:200px;
	height:68px;
	text-indent:-9999px;
	float:left;
    margin-top: 10px;
}
#wrapper #content #sec_main_company .sec_naka .company_box dl.company_list dt.list_04{
	background:url(../img/sec/sec_company_list_04.png) no-repeat;
	width:200px;
	height:68px;
	text-indent:-9999px;
	float:left;
    margin-top: 10px;
}
#wrapper #content #sec_main_company .sec_naka .company_box dl.company_list dd{
	width:680px;
	background:url(../img/sec/sec_company_dot.png) no-repeat;
	background-position:bottom;
	float:left;
	line-height:2;
	letter-spacing:0.1em;
	padding-top:30px;
	padding-bottom:30px;
	font-size:13px;
	vertical-align:middle;
}

/*---------------------COMPANY----------------------*/


/*---------------------NEWS--------------------------*/
/*---------------------sec_news----------------------*/
#wrapper #content #sec_main_news{
	margin-top:8px;
	background:url(../img/home/home_body_bg_middle.png) repeat-y;
	width:952px;
    height:100vh!important;
    min-height:1800px!important;
	text-align:left;
	font-size:12px;
	position:relative;
    display:inline-block;
}
@media screen and (max-width:768px){
    #wrapper #content #sec_main_news{
    min-height:1800px!important;
    }
}
/*---------------------n1--------------------------*/
.n0{
    animation-delay: 1s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n1{
    animation-delay: 1s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n2{
    animation-delay: 2s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n3{
    animation-delay: 2.1s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n4{
    animation-delay: 2.2s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n5 {
    animation-delay: 2.3s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n6 {
    animation-delay: 2.4s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n7 {
    animation-delay: 2.5s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n8 {
    animation-delay: 2.6s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n9 {
    animation-delay: 2.7s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n10 {
    animation-delay: 2.8s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n11 {
    animation-delay: 2.9s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n12 {
    animation-delay: 3s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n13 {
    animation-delay: 3.1s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.n14 {
    animation-delay: 3.2s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
/*---------------------n1--------------------------*/
/*---------------------c1--------------------------*/
.c1{
    animation-delay: 1s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.c2{
    animation-delay: 1.5s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.c3{
    animation-delay: 2s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.c4{
    animation-delay: 2.5s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
/*---------------------c1--------------------------*/
/*---------------------d1--------------------------*/
.d1{
    animation-delay: 1s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d2{
    animation-delay: 2s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d3{
    animation-delay: 3s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d4{
    animation-delay: 4s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d5 {
    animation-delay: 5s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d6 {
    animation-delay: 6s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d7 {
    animation-delay: 7s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d8 {
    animation-delay: 8s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d9 {
    animation-delay: 9s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
.d10 {
    animation-delay: 10s!important;
    animation-name:fadeInMove;
    animation:fadeInMove 1s both;
    -webkit-animation:fadeInMove 1s both;
    transform-origin:center top;
    opacity:0;
    transform:translate(0);
}
/*---------------------d1--------------------------*/
@keyframes fadeInMove {
	0% {
		transform:translate(0,2em);
		opacity:0;
        
	}
	50% {
		
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

#wrapper #content #sec_main_news .sec_naka{
	margin:10px 30px 10px 30px;
	width:888px;
}
/*---------------------sec_news----------------------*/
#wrapper #content #sec_main_news .sec_naka .news_box{
	width:888px;
	font-size:12px;
}
#wrapper #content #sec_main_news .sec_naka h2.sec_news_title{
	background:url(../img/sec/sec_news_title_h2.png) no-repeat;
	width:888px;
	height:72px;
	text-indent:-9999px;
}
#wrapper #content #sec_main_news .sec_naka .news_box dl.news_list{
	width:888px;
	clear:both;
	background:url(../img/sec/sec_news_dot.png) no-repeat;
	background-position:bottom;
	margin:10px 0;
}


#wrapper #content #sec_main_news .sec_naka .news_box dl.news_list dt.list_01{
	width:140px;
	height:44px;
	background:url(../img/sec/sec_news_listimg.png) no-repeat;
	background-position:left center;
	color:#666;
	padding-top:25px;
	padding-left:70px;
	font-size:14px!important;
	float:left;
}
#wrapper #content #sec_main_news .sec_naka .news_box dl.news_list dt.list_01 dd{
	float:right;
	width:500px;
	font-size:14px!important;
	padding-top:25px;
	line-height:2.5;
	letter-spacing:2em;
}
/*---------------------NEWS----------------------*/

/*---------------------terms----------------------*/
#wrapper #content #sec_main_terms .sec_naka .sec_terms_title{
	font-size: 25px;
	font-weight: bold;
	margin: 30px 0;
	letter-spacing:0.1em;
}
#wrapper #content #sec_main_terms .sec_naka .sec_terms_list{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	letter-spacing:0.1em;
}
#wrapper #content #sec_main_terms .sec_naka .sentence{
	font-size: 12px;
	margin: 10px 0;
    line-height: 2.5;
}
#wrapper #content #sec_main_terms .sec_naka .top_sentence{
	margin: 50px 0!important;
    line-height: 2.5;
}
#wrapper #content #sec_main_terms{
	margin-top:8px;
	background:url(../img/home/home_body_bg_middle.png) repeat-y;
	width:952px;
    height: 100vh!important;
	min-height: 3200px;
	text-align:left;
	font-size:12px;
	position:relative;
	letter-spacing:0.1em!important;
}
@media screen and (max-width:768px){
    #wrapper #content #sec_main_terms{
        min-height:3200px!important;
    }
}
#wrapper #content #sec_main_terms .sec_naka{
	margin:10px 30px 10px 30px;
	width:888px;
}
/*---------------------terms----------------------*/

/*---------------------privacy----------------------*/
#wrapper #content #sec_main_privacy .sec_naka .sec_privacy_title{
	font-size: 25px;
	font-weight: bold;
	margin: 30px 0;
	letter-spacing:0.1em;
}
#wrapper #content #sec_main_privacy .sec_naka .sec_privacy_list{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	letter-spacing:0.1em;
}
#wrapper #content #sec_main_privacy .sec_naka .sentence{
	font-size: 12px;
	margin: 10px 0;
	letter-spacing:0.1em!important;
    line-height:2.5em;
}
#wrapper #content #sec_main_privacy .sec_naka .company_sentence{
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	letter-spacing:0.1em!important;
    line-height:2.5em;
}
#wrapper #content #sec_main_privacy .sec_naka .top_sentence{
	margin: 50px 0!important;
	letter-spacing:0.1em!important;
    line-height:2.5em;
}
#wrapper #content #sec_main_privacy{
	margin-top:8px;
	background:url(../img/home/home_body_bg_middle.png) repeat-y;
	width:952px;
    height:100vh!important;
	text-align:left;
	font-size:12px;
	position:relative;
	letter-spacing:0.1em!important;
	min-height: 2500px;
}
@media screen and (min-width:768px){
    #wrapper #content #sec_main_privacy{
        min-height:2500px!important;
    }
}
#wrapper #content #sec_main_privacy .sec_naka{
	margin:10px 30px 10px 30px;
	width:888px;
}
/*---------------------privacy----------------------*/

/*---------------------RECRUIT----------------------*/
/*---------------------sec_recruit----------------------*/
#wrapper #content #sec_main_recruit{
	margin-top:8px;
	background:url(../img/home/home_body_bg_middle.png) repeat-y;
	width:952px;
    height: 100vh!important;
	min-height:3000px;
	text-align:left;
	font-size:12px;
	position:relative;
}
@media screen and (max-width:768px){
    #wrapper #content #sec_main_recruit{
        min-height:3000px!important;
    }
}
#wrapper #content #sec_main_recruit .sec_naka{
	margin:10px 30px 10px 30px;
	width:888px;
}
/*---------------------sec_recruit----------------------*/
#wrapper #content #sec_main_recruit .sec_naka .recruit_box{
	width:888px;
	font-size:12px;
}
#wrapper #content #sec_main_recruit .sec_naka h2.sec_recruit_title{
	background:url(../img/sec/sec_recruit_title_h2.png) no-repeat;
	width:888px;
	height:72px;
	text-indent:-9999px;
}

#wrapper #content #sec_main_recruit .sec_naka .voice{
	width:888px;
	height:330px;
	margin:20px 0;
}
#wrapper #content #sec_main_recruit .sec_naka .voice .voice_bg{
	background:url(../img/sec/sec_recruit_voice_bg.png) no-repeat;
	width:888px;
	height:250px;
	padding-left:10px;
}
#wrapper #content #sec_main_recruit .sec_naka .voice h3.sec_recruit_title_h3{
	background:url(../img/sec/sec_recruit_title_h3.png) no-repeat;
	width:888px;
	height:59px;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .voice .voice_bg p{
	font-size:13px!important;
	padding:10px 20px 10px 20px;
	line-height:2;
	letter-spacing:0.1em;
}
#wrapper #content #sec_main_recruit .sec_naka .voice .voice_bg .p_top{
	padding-top:30px;
}

#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list{
	width:888px;
	background:url(../img/sec/sec_recruit_dot.png) no-repeat;
	background-position: left top;
	padding:30px 0 30px 0;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_01{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_01.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dd{
	float:left;
	font-size:13px!important;
	padding-left:25px;
	line-height:2.5;
	letter-spacing:0.1em;
	text-align:left;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_02{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_02.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_03{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_03.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_04{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_04.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_05{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_08.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_06{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_06.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_07{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_07.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_08{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_08.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_09{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_09.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_10{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_10.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_11{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_11.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dt.list_12{
	width:180px;
	height:32px;
	background:url(../img/sec/sec_recruit_list_12.png) no-repeat;
	background-position:left center;
	color:#666;
	float:left;
	text-indent:-9999px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dd.list_00{
	margin-left:180px;
	height:32px;
	color:#000;
	font-size:10px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dd.list_000b{
	height:32px;
	color:#000;
	font-size:12px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dd.list_001{
	margin-left:180px;
	height:32px;
	color:#000;
	width:700px;
	font-size:10px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dd.list_000{
 	height:32px;
	color:#000;
	font-size:12px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dd.list_002{
 	height:32px;
	color:#000;
	font-size:12px;
	margin-left:180px;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dd.list_matome{
	color:#000;
	font-size:12px!important;
	width:650px!important;
}
#wrapper #content #sec_main_recruit .sec_naka .ml20px{
	margin-left:22px!important;
}
#wrapper #content #sec_main_recruit .sec_naka .recruit_box dl.recruit_list dd.list_002_kome{
	color:#ed1c4e;
 	height:32px;
	font-size:12px;
	margin-left:180px;	
}
/*---------------------RECRUIT----------------------*/

/*---------------------CONTACT----------------------*/

#wrapper #content #sec_main .sec_naka h2.sec_contact_title{
	background:url(../img/sec/sec_contact_title_h2.png) no-repeat;
	width:888px;
	height:72px;
	text-indent:-9999px;
}
#wrapper #content #sec_main .sec_naka h3.sec_contact_thanks{
	font-size: 15px;
	margin: 100px auto;
	letter-spacing:3em;
}
#wrapper #content #sec_main .thanks p{
	 margin-bottom:10px;
	letter-spacing:2em;
}
/*---------------------CONTACT----------------------*/


/*---------------------WORKS----------------------*/

/*---------------------sec_works----------------------*/
#wrapper #content #sec_main_works{
	margin-top:8px;
	background:url(../img/home/home_body_bg_middle.png) repeat-y;
	width:952px;
    height: 100vh!important;
	min-height:1500px;
	text-align:left;
	font-size:12px;
	position:relative;
    display:inline-block;
}


#wrapper #content #sec_main_works .sec_naka{
	margin:10px 30px 10px 30px;
	width:888px;
}
/*---------------------sec_works----------------------*/
#wrapper #content #sec_main_works .sec_naka h2.sec_works_title{
	background:url(../img/sec/sec_works_title_h2.png) no-repeat;
	width:888px;
	height:72px;
	text-indent:-9999px;
}
#wrapper #content #sec_main_works .sec_naka .works_box{
	margin-top:20px;
}
#wrapper #content #sec_main_works .sec_naka .works_box h3{
	font-size:14px;
	margin:10px 0;
}
#wrapper #content #sec_main_works .sec_naka .works_box p{
	font-size:12px;
	margin:10px 0;
}
/*---------------------WORKS----------------------*/

/*---------------------TOOL----------------------*/
#wrapper #content #sec_main #darma{
	background:url(../img/home/darma.png) no-repeat;
	width:180px;
	height:158px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}
#wrapper #content #sec_main .sec_naka #suiheiki{
	background:url(../img/home/suiheiki.png) no-repeat;
	width:180px;
	height:158px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}
#wrapper #content #sec_main .sec_naka #kote{
	background:url(../img/home/kote.png) no-repeat;
	width:180px;
	height:158px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}
#wrapper #content #sec_main .sec_naka #burashi{
	background:url(../img/home/burashi.png) no-repeat;
	width:180px;
	height:158px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}
#wrapper #content #sec_main .sec_naka #hanmer{
	background:url(../img/home/hanmer.png) no-repeat;
	width:180px;
	height:158px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}
/*---------------------TOOL----------------------*/


#progress {
	height:2%;
	background:#444;
	bottom:0;
	z-index:200;
}

#scrollbar {
	position:fixed;
	right:2px;
	height:50px;
	width:6px;
	background:#444;
	background:rgba(0,0,0,0.6);
	border:1px solid rgba(255,255,255,0.6);
	z-index:300;
	border-radius:3px;
}


.section1, .section2, .section3,.section4 {
	top:0;
	left:0;
	width:100%;
	height:100%;
/*	min-height: 45em;
    padding: 20% 0;*/
}

.section1 {
	z-index:1;
}
.section2 {
	z-index:2;
}
.section3 {
	z-index:3;
	background: url(../img/large_skippr/skippr_img_04.jpg) no-repeat fixed center center /cover;
}
.section4 {
	z-index: 4;
	height: 100vh;
}

#intro {
	width:80%;
	left:50%;
	top:1em;
	margin-left:-40%;
	padding:2em;
	background:#f8f9f2;
	text-align:center;
	border-radius:1em;

	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#intro .arrows {
	font-size:2em;
	color:#09f;
}

#transform {
	width:70%;
	left:50%;
	top:20%;
	margin-left:-35%;
	text-align:center;
	font-size:150%;
}

#properties {
	width:100%;
	height:100%;
	padding-top:10%;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#easing_wrapper {
	width:100%;
	height:100%;
}

#easing {
	top:10%;
	width:50%;
	z-index:101;
}

.drop {
	background:#09f;
	font-weight:bold;
	padding:1em;
}

#download {
	width:80%;
	left:10%;
	height:80%;
	padding:3em;
	border:0 solid #222;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.twitter-share-button, .twitter-follow-button {
	vertical-align:middle;
}


/* --------------fixed-psitioning--------------*/

.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}

.skrollr-mobile .skrollable {
	/*
		May cause issues on Android default browser (see #331 on GitHub).
	*/
	position:absolute;
}

.skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:static;
}
/* --------------fixed-psitioning---*/

/*--------------------pagetop--------------------*/

#wrapper .page-top{
    width:50px;
	height:50px;
    text-align:right;
    z-index:9998;
	margin:0;
	padding:0;
	display:block;
}
#wrapper .page-top a{
    display:block;
    width:50px;
    height:50px;
    position:fixed;
    bottom:150px;
    right:50px;
}
#wrapper .move-page-top
{
	display: block ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;
	background: url(../img/home/pagetop.png) no-repeat;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	z-index: 9999;
	background-size:cover; 
}
#wrapper .move-page-top:hover{
	display: block ;
	background: url(../img/home/pagetop_over.png) no-repeat;
	width: 50px ;
	height: 50px ;
	background-size:cover; 
}
.red{color: #ed1c4e;}

@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}
/*--------------------pagetop--------------------*/

/*--------------------loading--------------------*/
#is-loading {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background:#f8f9f2;
    z-index: 9998;
}
#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color:#f8f9f2;
    z-index: 9999;
}
/*--------------------loading--------------------*/