/* layout.css */
@charset "utf-8";

body {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	text-align: center;
	font-size: 1.0rem;
	color:#000;
}

header {
	width:100%;
	margin:0 auto;
	text-align:center;
	position: relative;
}

#container {
	width:740px;
	margin:0 auto;
}

#firstview {

}

#concept {

}

#about {

}

#companyprofile {

}
#CompanyProfile a {
	color:#f58732;
}

#contact {

}

h1 img {
	width:450px;
	margin:220px 0 220px;
}

h3 {
	padding-bottom:30px;
	text-align:left;
}

h4 {
	letter-spacing: 0.05em;
	font-size:24px;
	font-weight:bold;
	line-height:2em;
}

#scroll {
	padding-bottom:220px;
}

.inner {
	text-align:left;
	padding-bottom:220px;

}
.inner p {
	letter-spacing: 0.05em;
	font-size:21px;
	line-height:2em;
	padding-bottom:40px;
	white-space:nowrap;
}

.inner dt {
	float:left;
	letter-spacing: 0.05em;
	font-size:18px;
	line-height:1.5em;
	padding-bottom:25px;
	color:#999;
}

.inner dd {
	margin-left: 6em;
	letter-spacing: 0.05em;
	font-size:18px;
	line-height:1.5em;
	padding-bottom:25px;
}

footer {
	width:760px;
	text-align:right;
	padding-bottom:10px;
	margin:0 auto;
}

#page-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
}


.menu-btn {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 1px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	background-color: #fff;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

.open #navArea {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}

#navArea {
	position: fixed;
	display: table;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    z-index: 300;
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}


#navArea ul {
    display: table-cell;
    vertical-align: middle;
	width:100%;
}
#navArea ul li {
	line-height:1;
	margin-bottom: 1em;
}
#navArea ul li a {
	display:block;
	padding: 10px 0;
}
#navArea ul li a:hover,
#navArea ul li a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#navArea ul li.n01 img{
	max-width: 85px;
}
#navArea ul li.n02 img{
	max-width: 65px;
}
#navArea ul li.n03 img{
	max-width: 168px;
}
#navArea ul li.n04 img{
	max-width: 78px;
}
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
#navArea .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}

#navArea #snsArea {
	position: absolute;
	left: 0;
	right: 0;
	bottom:20px;
	margin: 0 auto;
}

#snsArea li{
	display: inline-block;
	padding-right: 20px;
}


@media screen and (max-width: 640px){

#container {
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#navArea {
    width: 100%;
    height: 100vh;
}
#navArea ul {
    padding-bottom: 30px;
}
#navArea #snsArea {
    position: absolute;
    left: 0;
    right: 0;
    bottom:30px;
}

footer {
	width:100%;
	text-align:center;
	font-size:12px;
}

h1,h3,h4 {
	width:90%;
	margin:0 auto;
}

h1 img {
	width:100%;
	margin:180px 0 180px;
}

#CompanyProfile h3 img {
	width:90%;
}

.inner p {
	width:90%;
	white-space:normal;
	margin:0 auto;
}

.inner p br {
	display: none;
}

.inner dl {
	width:90%;
	margin:0 auto;
}

.inner dt {
	float:none;
	padding-bottom:0;
}

.inner dd {
	margin-left: 0;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}

}