@charset "utf-8";

body {
    margin: 0 auto;
    background-color: #222222;
    width: 1080px;
}

a h1 h2{
    color:  #EEEEEE;
    text-decoration: none;
}

a:hover {
    color: gray;
}

a:visited {
    color: blue;
}

ul{
    color:  #EEEEEE;
    list-style: none;
}

.container {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
}

/*フェードロゴ*/
/*.fadelogo {
    background: #d18125;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.fadelogo p {
    position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}*/

/*ヘッダー*/
header {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

header > .container {
    display: flex;
    align-items: center;
}

/*ロゴ*/
.area_logo_header .logo {
    display: block;
}

.area_logo_header img {
    height: 60px;
    vertical-align: bottom;
}

/*ヘッダーナビ*/
.nav_header {
    margin: 0 0 0 auto;
}

.area_logo_header > a {
    color: #EEEEEE;
    text-decoration: none;
}

.list_nav_header {
    display: flex;
    align-items: center;
    margin: 0;
}

.list_nav_header > li {
    padding: 0 15px;
}

.list_nav_header a {
    color: #EEEEEE;
    text-decoration: none;
}

/*トップビュー*/
.area_top_view {
    background: url(img/main-img.JPG) no-repeat top center;
    background-size: 100%;
    height: 450px;
    width: 1080px;
    margin: 100px auto 0 auto;
}

/*エリア＿ホーム*/
[class*="area_home"]{
    padding: 80px 0;
}

/*ヘッド*/

.head_home {
    margin: 0 0 30px 0;
    display: flex;
}

.head_home .ttl {
    color: #EEEEEE;
    font-size: 26px;
    position: relative;
    margin: 0;
}

.head_home .ttl:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #EEEEEE;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 2分割レイアウト */
.layout_2_div {
    display: flex;
    flex-wrap: wr;
    align-items: center;
    margin: 0 -40px;
}
.layout_2_div > div {
    width: 50%;
    padding: 0 40px;
}
  
/* テキスト_ホーム */
.text_home .ttl {
    margin: 0 0 20px;
    font-size: 24px;
    color: #EEEEEE;
}

.text_home .description {
    color: #EEEEEE;
    width: 600px;
}
  
/* 概要 */
#about {
    margin-left: 100px;
}

.area_home_about {
    float: right;
    width: 350px;
}

.list_about {
    text-align: ;
    margin: 0 ;
}

.list_about > li {
    font-size: 16px;
}

.list_about .ttl {
    font-size: 20px;
}

.list_about .description {
    font-size: 16px;
}
  
/* 成果物 */
.list_product {
    text-align: left;
    margin: 0;
}

.list_product .ttl {
    font-size: 20px;
}

.list_product > li {
    display: flex;
}

.list_product .description {
    font-size: 16px;
    margin-top: 5px;
}
  
/* プロフィール */
.area_home_profile .img {
    background-size: 200px;
    width: 200px;
    padding-left: 90px;
}



.

/* フォトギャラリー */
.gallery {
    margin: 0 auto;
}

img {
    width: 100%;
    height: 100%;
}

.photogallery li {
    width: 30%;
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block;
}

#page {
    color: white;
}

.popup {
    opacity: 0;
    visibility: hidden;
  }

  .popup.is-show{
    opacity: 1;
    visibility: visible;
  }

/* フッター */

footer {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #EEEEEE;
}
  