/*
 * webfonts
 */
 
 /* SourceHanSans-Heavy */
 /* @font-face {
	font-family: 'SourceHanSans';
	src: url('webfonts/SourceHanSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: Black;
} */
 /* SourceHanSans-Bold */
/* @font-face {
	font-family: 'SourceHanSans';
	src: url('webfonts/SourceHanSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: Bold;
} */
 /* SourceHanSans-Medium */
/* @font-face {
	font-family: 'SourceHanSans';
	src: url('webfonts/SourceHanSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: Medium;
} */
 /* SourceHanSans-Normal */
/* @font-face {
	font-family: 'SourceHanSans';
	src: url('webfonts/SourceHanSans-Normal.woff') format('woff');
    font-weight: 400;
    font-style: Normal;
} */
 /* SourceHanSans-Regular */
/*@font-face {
	font-family: 'SourceHanSans';
	src: url('webfonts/SourceHanSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: Normal;
}*/

 /* SourceHanSans-Light */
/* @font-face {
	font-family: 'SourceHanSans';
	src: url('webfonts/SourceHanSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: Light;
} */
 /* SourceHanSans-ExtraLight */
/* @font-face {
	font-family: 'SourceHanSans';
	src: url('webfonts/SourceHanSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: ExtraLight;
} */

/*
 * global
 */
html{
}
body{
	font-family: 'SourceHanSans','繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け Pro', 'Hiragino Kaku Gothic Pro', 繝｡繧､繝ｪ繧ｪ, Meiryo, Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
	font-size:1rem;
	font-weight:200;
	overflow-x:hidden;
	overflow-y:scroll;
}
h1{
	font-size:2.5rem;
	padding:0;
	margin:0;
}
h2{
	font-size:1.3rem;
	padding:0;
	margin:0;
}
h3{
	font-size:1.3rem;
	padding:0;
	margin:0;
}
h4{
	font-size:1.3rem;
	padding:0;
	margin:0;
	color:#232323;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
li{
	margin:0px;
	padding:0px;
	list-style:none;
}

/*
 */
/* a:hover{
	animation: ahover 0.2s linear forwards;
	-webkit-animation: ahover 0.2s linear forwards;
} */
a{
	color:#333333;
	text-decoration: none;
}

@keyframes ahover {
    0% {
    	opacity:1;
		transform: scale(1);
    	}
    100% {
    	opacity:0.8;
		transform: scale(1.2);
    	}
}
@-wabkit-keyframes ahover {
    0% {
    	opacity:1;
		transform: scale(1);
    	}
    100% {
    	opacity:0.6;
		transform: scale(1.2);
    	}
}

/*
 */
.btn{
    color: #ffffff;
    background-color: #4BA53A;
    padding: 5px 40px;
    border-radius: 4px;
}

/*
 */
.loading{
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:rgba(255,255,255,1);
	z-index:999;
}
body.loaded .loading{
	animation: loaded 1s linear forwards;
	-webkit-animation: loaded 1s linear forwards;
}
@keyframes loaded {
    0% {opacity:1}
    50% {opacity:1}
    100% {opacity:0;
    		z-index:-1}
}
@-wabkit-keyframes loaded {
    0% {opacity:1}
    50% {opacity:1}
    100% {opacity:0;
    		z-index:-1}
}
.boxs{
    display:inline-block;
    width:56px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform:rotate(45deg);
}
.boxs div{
    display:inline-block;
    background-color: #0088d0;
    width:25px;
    height:25px;
    margin:0;
    padding:0;
}
.boxs .box1{
    -webkit-animation: boxs-box1 1.5s infinite;
    animation: boxs-box1 2s infinite;
}
.boxs .box2{
    -webkit-animation: boxs-box2 1.5s infinite;
    animation: boxs-box2 2s infinite;
}
.boxs .box3{
    -webkit-animation: boxs-box3 1.5s infinite;
    animation: boxs-box3 2s infinite;
}
.boxs .box4{
    -webkit-animation: boxs-box4 1.5s infinite;
    animation: boxs-box4 2s infinite;
}
@keyframes boxs-box1{
    40%{
        transform: translate(-25px, -25px) rotate(85deg);
    }
    50%{

        transform: translate(-25px, -25px) rotate(90deg);
    }
    100%{
        transform: translate(-0px, -0px) rotate(180deg);
    }
}
@keyframes boxs-box2{
    40%{
        transform: translate(50px, -25px) rotate(85deg);
    }
    50%{
        transform: translate(50px, -25px) rotate(90deg);
    }
    100%{
        transform: translate(-0px, -0px) rotate(180deg);
    }
}
@keyframes boxs-box3{
    40%{
        transform: translate(-50px, 25px) rotate(85deg);
    }
    50%{
        transform: translate(-50px, 25px) rotate(90deg);
    }
    100%{
        transform: translate(-0px, -0px) rotate(180deg);
    }
}
@keyframes boxs-box4{
    40%{
        transform: translate(25px, 25px) rotate(85deg);
    }
    50%{
        transform: translate(25px, 25px) rotate(90deg);
    }
    100%{
        transform: translate(-0px, -0px) rotate(180deg);
    }
}

/*
 */
.pane{
	position:relative;
	width:100vw;
	max-width:1280px;
	display:block;
	margin:0 auto;
	z-index:300;
}

@media screen and (max-width: 1140px) {
	.pane{
		width:96vw;
	}
}

/*
 * stepfade逕ｨ
 */
.sf{
	opacity:0;
}
.sf.in,.sf .in{
	animation: sfin 2s ease-out forwards;
	-webkit-animation: sfin 2s ease-out forwards;
}
@keyframes sfin {
    0% {
    		opacity:0;
    		transform:translate(0,20px);
    	}
    30% {
    		opacity:0;
    	}
    100% {
    		opacity:1;
     		transform:translate(0,0px);
     	}
}
@-wabkit-keyframes sfin {
    0% {
    		opacity:0;
    		transform:translate(0,20px);
    	}
    30% {
    		opacity:0;
    	}
    100% {
    		opacity:1;
     		transform:translate(0,0px);
     	}
}
.sf.out,.sf .out{
	animation: sfout 1s ease-out forwards;
	-webkit-animation: sfout 1s ease-out forwards;
}
@keyframes sfout {
    0% {opacity:1}
    100% {opacity:0}
}
@-wabkit-keyframes sfout {
    0% {opacity:1}
    100% {opacity:0}
}

/*
 */
#header{
	height:100vh;
	background-color:#232323;
	overflow:hidden;
}
/*
 */
#header h1{
	position:relative;
	color:#FFFFFF;
	text-align:center;
	padding-top:calc(50vh - 40px);
	font-weight:100;
	z-index:300;
}
#header h1 strong{
	font-weight:700;
}
#header .bg{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100vw;
	height:100vh;
	overflow:hidden;
}
#header .bg img{
	position:absolute;
	top:-10px;
	left:-10px;
	width:auto;
	height:calc(100vh + 20px);
}
#header .bg img.header_bg3{
	left:auto;
	right:-10px;
}
/*
 */
footer{
	background-color:#202020;
}
footer .title{
	text-align:right;
	color:#ffffff;
	padding:50px 20px 0 0;
}
footer .title h3{
	color:#B2B2B2;
	padding:5px 0 0 0;
	font-size:1.2rem;
	font-weight:normal;
}
footer nav ul{
	text-align:right;
	padding:40px 20px 40px 0;
}
footer nav ul li{
	display:inline-block;
	margin-left:30px;
}
footer nav ul li a{
	color:#707070;
}