@charset "UTF-8";
/* base
====================================================*/
* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	position: relative;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font: 12px/100% 'Acme', sans-serif;
	line-height: 1.5;
}

h2 {
	margin: 0.5em 0 1em;
	font-size: 48px;
	letter-spacing: -2px;
	text-align: center;
}

img {
	width: 100%;
	height: auto;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* layout
====================================================*/
#menu-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: rgba(0,0,0,.5);
	transition: .3s;
}

#menu {
	display: flex;
	justify-content: center;
	width: 960px;
	margin: 0 auto;
}

#menu li {
	width: 20%;
	text-align: center;
}

#menu li a {
	display: block;
	width: 100%;
	padding: 20px;
	font-size: 1.2em;
	line-height: 1;
	font-weight: 900;
	text-decoration: none;
}

#menu li a:hover {
	background: rgba(0,0,0,.8);
}

.cover {
	position: relative;
	width: 100%;
	color: #fff;
}

/* jQueryで横幅いっぱい */
.section1 {
	background: url(img/bg_gray.png) fixed;
	background-size: cover;
	color: #333;
}

/* height100%で横幅いっぱい */
.section2 {
	height: 100%;
	background: url(img/big-sky-img1.jpg) no-repeat fixed;
	color: #333;
}

/* height100vhで横幅いっぱい */
.section3 {
	height: 100vh;
	background: url(img/big-sky-img2.jpg) no-repeat fixed;
	background-size: cover;
}

.section4 {
	height: 100%;
	background: #7aa9f4;
}

.section5 {
	height: 100%;
	background: url(img/big-sky-img3.jpg) no-repeat fixed;
	background-size: cover;
	color: #333;
}

.centerBoxFix {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 20px;
	line-height: 160%;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.centerBox {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
}

.centerBox > p {
	padding: 10px;
}

.animation {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em 2em;
}

.inner {
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: all 1s ease;
	margin: 10px;
	width: 50%;
	height: 40vh;
	border-radius: 10px;
	font-size: 2em;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(20, 20, 20, 0.5);
	background: rgba(250, 250, 250, 0.5);
	box-shadow: 0px 4px 8px rgba(250, 250, 250, 0.3);
}

.inner p {
	padding: 0 1em;
	text-align: left;
	font-size: 0.7em;
	color: #333;
	text-shadow: none;
}

.full {
	width: 100%;
	background: rgb(198, 183, 169, 0.5);
}

.full > h2 {
	color: #fff;
}

.left {
	transform: translate3d(-100%, 0, 0);
}

.right {
	transform: translate3d(100%, -80%, -100%);
}

.delay {
	transition: all 2s ease; 
}

.fast {
	transition: all 0.8 ease;
}

.active {
	opacity: 1;
	transform: translate3d(0, 200px, 0);
}

.org_to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.org_to_top a {
	text-decoration: none;
}

.org_to_top .m_to_top {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 30px;
	width: 40px;
	height: 30px;
	box-sizing: border-box; 
}

.org_to_top .m_to_top i {
	color: #848484; 
}

footer {
	background: #999;
	line-height: 3;
	max-width: 100%;
}

footer p {
	text-align: center;
}

/* Nav */
#nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(0,0,0,.5);
	transition: .3s;
	cursor: default;
}

#nav > ul {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
}

#nav ul li {
	width: 20%;
	text-align: center;
	padding-right: 2em;
}

#nav > ul > li:last-child {
	padding-right: 0;
}

#nav ul li a {
	display: block;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	transition: .3s;
}

#nav ul li a:hover {
	background: rgba(0,0,0,.3);
}


#nav ul li > ul {
	display: none;
}

.dropotron {
	text-align: left;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	background: #fff;
	background: rgba(255, 255, 255, 0.965);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	padding: 0.75em 0 0.5em 0;
	min-width: 12em;
	margin-top: calc(-0.5em + 1px);
	margin-left: -2px;
	list-style: none;
}

.dropotron.level-0 {
	margin-top: 1.5em;
	margin-left: -1em;
}

.dropotron.level-0:after {
	content: '';
	display: block;
	position: absolute;
	left: 1.25em;
	top: calc(-0.75em + 1px);
	border-left: solid 0.75em rgba(255, 255, 255, 0);
	border-right: solid 0.75em rgba(255, 255, 255, 0);
	border-bottom: solid 0.75em #fff;
}
.dropotron.level-0:before {
	content: '';
	display: block;
	position: absolute;
	left: 1.25em;
	top: -0.75em;
	border-left: solid 0.75em rgba(255, 255, 255, 0);
	border-right: solid 0.75em rgba(255, 255, 255, 0);
	border-bottom: solid 0.75em #ccc;
}

.dropotron a {
	display: block;
	padding: 10px;
	font-size: 0.9em;
	border-top: solid 1px #f0f0f0;
	color: #333;
}

.dropotron li {
	padding-left: 0;
	margin: 0;
}

.dropotron li:first-child > a {
	border-top: 0;
	padding-top: 0;
}

.dropotron li:hover > a {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	color: #ed786a;
}

@media screen and (max-width: 1280px) {
	body, input, textarea, select {
		font: 12px/100% 'Acme', sans-serif;
	}

	#nav > ul > li {
		padding-right: 1.25em;
	}
}

#navPanel {
	display: none;
}

@media screen and (max-width: 980px) {
	/* Nav */
	#nav {
		display: none;
	}

	#titleBar {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		height: 44px;
		width: 100%;
		z-index: 10001;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
	}

	#titleBar .toggle {
		position: absolute;
		left: 0;
		top: 0;
		width: 80px;
		height: 60px;
	}

	#titleBar .toggle:before {
		display: inline-block;
		text-decoration: none;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		content: '\f0c9';
		width: 60px;
		height: 40px;
		background: rgba(232, 232, 232, 0.9);
		border-radius: 4px;
		position: absolute;
		left: 5px;
		top: 5px;
		box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);
		text-align: center;
		line-height: 40px;
		font-size: 18px;
		color: #aaa;
	}

	#titleBar .toggle:active:before {
		opacity: 0.5;
	}

	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background: #444;
		border-right: solid 2px #3c3c3c;
		font-weight: 400;
		text-transform: uppercase;
		color: #888;
		letter-spacing: 2px;
		font-size: 0.85em;
	}

	#navPanel .link {
		display: block;
		color: #ddd;
		text-decoration: none;
		height: 44px;
		line-height: 44px;
		border: 0;
		border-top: solid 1px #3c3c3c;
		padding: 0 1em 0 1em;
	}

	#navPanel .link:first-child {
		border-top: 0;
	}

	#navPanel .link.depth-0 {
		font-weight: 600;
		color: #fff;
	}

	#navPanel .indent-1 {
		display: inline-block;
		width: 1em;
	}

	#navPanel .indent-2 {
		display: inline-block;
		width: 2em;
	}

	#navPanel .indent-3 {
		display: inline-block;
		width: 3em;
	}

	#navPanel .indent-4 {
		display: inline-block;
		width: 4em;
	}

	#navPanel .indent-5 {
		display: inline-block;
		width: 5em;
	}

	#navPanel .depth-0 {
		color: #fff;
	}

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	 }

	body.navPanel-visible #titleBar {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

/* inview用style
====================================================*/
.effect i {
	height: 120px;
	padding: 20px;
	font-size: 100px;
	transition: .8s;
}
