main {
	padding:70px 20px 20px 20px;
	text-align:center;
}

header {
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 500;
}
     
aside {
}
     
p {
}
     
.imgarea {
}



.panel {
}


#logo{
	width:98%;
	text-align:right;
	border-bottom:2px solid #000000;

}

.navitem{
  list-style: none;
  padding:0px 10px 0px 0px;
   background: #1e293b;
  color: white;
}
.navitem a{
  color: white;
	
}

.head_title { background: #1e293b; color: white; padding: 15px 20px; font-size: 20px; font-weight: bold; }

.header__nav {
  transition: transform 0.5s ease, visibility 0.5s ease;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1e293b;
  color: white;
  z-index: 999;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}

.hamburger {
  left:0;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}



/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #555;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}


.hamburger span:nth-child(3) {
  top: 0;
}



/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 20px;
}

section h2{
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 40px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.block_link1{
	width: auto;
	border:1px solid #000000;
	border-radius:5px;
	padding:10px 10px 10px 10px;
}


@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media screen and (min-width: 480px) {
  .hamburger {
    display: none;
  }
  .header__nav {
	visibility:visible;
	transform: none;
	display:flex;
	height: auto;
	width:auto;
   background: #1e293b;
  color: white;
 }
  	.header__nav ul{
		background: #1e293b;
	}

  .naviitems {
	display:flex;
	padding:0px;
 	visibility:visible;
   background: #1e293b;
  color: white;
}
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
  visibility: visible;
  .header__nav {
	 display:none;
  }

}


.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}


.hamburger.active span:nth-child(2) {
  opacity: 0;
}


.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 0px;
}

.col3 li{
	line-height: 1.5;
}

.col3 .img{
	padding: 5px 5px;
	margin-bottom: 10px;
	line-height: 0 !important;
	background: #f6f6f6;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#naviitems li{
		display: inline-block;
		padding: 5px 5px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 5px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	#drop_zone{
		display:none;
	}
	.header__nav{
		transform: translateX(100%);
	}
.navitem{
  list-style: none;
  padding:0px 10px 0px 0px;
   background: #1e293b;
  color: white;
}
.navitem a{
  color: white;
	
}
	.col3 li{
		line-height: 1.2;
		padding-bottom:5px;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 5px;
		margin-bottom: 5px;
	}
	
	.innerS{
		width: 94%;
		padding-bottom: 20px;
	}
	#sec04_02{
		padding: 30px 20px;
	}
}


@media only screen and (max-width: 799px){
	header{
		position: fixed;
		width: 100%;
		height: 40px;
		z-index: 500;
	}

.navitem{
  list-style: none;
  padding:0px 10px 0px 0px;
   background: #1e293b;
  color: white;
}
.navitem a{
  color: white;
	
}

	header_menu{
		position: fixed;
		width: 100%;
		height: 40px;
		z-index: 500;
	}
	
	
	header h1{
		padding-top: 5px;
	}
	
	header_menu h1{
		padding-top: 5px;
	}
	
	header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}
	header_menu h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

   a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}


	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	.header__nav{
		position: absolute;
		top: 0;
		width: 70%;
		text-align: right;
		z-index:500;
	}

	.header__nav ul{
		border-bottom: 1px solid #ccc;
		background: #1e293b;
		text-align: left;
	}

	.header__nav li a{
		position: relative;
		display:block;
		padding:0px 5px 0px 5px;
		border-bottom: 1px solid #ccc;
		color: white;
		font-weight: 400;
	}

	.header__nav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: 0px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 10px;
		z-index: -100;
	}
	.col3 li{
		margin: 5px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 10px;
	}
	section h2{
		margin: 0 auto 10px;
	}
	section h2 span {
		padding: 0 10px;
	}
}