@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 "Noto Sans JP","Meiryo","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover, .active{
    text-decoration: underline;
    color: #837b00;
}

a:hover img {
    opacity: 0.7;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: "Noto Sans JP","Meiryo","Hiragino Kaku Gothic Pro",sans-serif;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'Modern Antiqua', serif;
}

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

section{
  clear: both;
}

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

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

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


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery{
	overflow: hidden;
    padding-bottom: 58px;
}

#gallery li{
	float: left;
	width: calc(100%/4);
	line-height: 0;
    background: #000;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
    transition-duration: 0.3s;	/*変化に掛かる時間*/
    background: #000;
}

#gallery img:hover{transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
    opacity: 0.6;	/* 小さくするほど暗く */
}

/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
    text-align: center;
}



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

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		padding-left: 300px;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		left: 4%;
        z-index: 500;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
        font-weight: bold;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
        width:100%;
		height: 400px !important;
  }
	
  #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){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
        margin-bottom: 20px;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
	}
}

@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	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: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}

/* 常時背景アニメーション（黄玉）
------------------------------------------------------------*/
.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1000;
}

/* オープニングアニメーション
------------------------------------------------------------*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;

}

/* メインビジュアル
------------------------------------------------------------*/
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.mv{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 580px;
    /*background: url(../images/mv/mv2.jpg) no-repeat center center/cover;*/
}

.ccopy {
  position: absolute;
  top: 50%;
  left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
    color: #fff;
  }
.ccopy h1{
    font-size: 30px;
	font-family: 'Noto Sans JP', serif;
	margin-bottom: 20px;
	font-weight:900;
}
.ccopy h2{
	font-size: 20px;
	font-weight:normal;
}

@media only screen and (max-width: 799px){
    .ccopy h1 {
        font-size: 23px;
    }
    .ccopy h2{
        font-size: 15px;        
    }
    
}
/* 冒頭
------------------------------------------------------------*/
#imgbgtxt{
	background: url(../images/micchaku2.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
    color:#fff;
	padding: 100px 20px;
    margin-bottom:58px;
}

#imgbgtxt{
	width: auto;
}
@media only screen and (max-width: 640px){
	#imgbgtxt{
		padding: 150px 20px;
	}
    .imgbgbrtxt br{
        display: none;        
    }
}


.grand-v{
    box-sizing:border-box;
    position:relative
}
@media only screen and (min-width: 60em){
    .grand-v{
        margin-top:70px;
        /*padding-right:%;*/
        /*padding-left:%;*/
        margin-bottom:70px;
    }
}
.grand-v__inner{
    box-sizing:border-box;
    max-width:1920px;margin-right:auto;margin-left:auto
}
@media only screen and (min-width: 60em){
    .grand-v__inner{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;padding-top:58px;
        padding-bottom:62px;
        background-repeat:no-repeat;
        background-position:50% 50%;
        background-image:url(../images/grand-v1.jpg);
        background-size:cover
    }
}
@media only screen and (min-width: 80em){
    .grand-v__inner{
        padding-top:58px;
        padding-bottom:62px
    }
}
.grand-v__text{
    position:relative
}
@media only screen and (min-width: 60em){
    .grand-v__text{
        left:49%;width:45%;
        max-width:575px
    }
}
@media only screen and (min-width: 80em){
    .grand-v__text{
        left:52%;
        width:40%
    }
}
.grand-v__main{
    display:block;
    font-family:"Noto Sans JP","Meiryo","Hiragino Kaku Gothic Pro",sans-serif;
    font-weight:900;
    -webkit-font-feature-settings:"palt" on;
    -moz-font-feature-settings:"palt" on;
    font-feature-settings:"palt" on;
    line-height:1.1
}
@media only screen and (max-width: 47.9375em){
    .grand-v__main{
        font-size:18px;font-size:1.125rem
    }
}
@media only screen and (min-width: 48em){
    .grand-v__main{font-size:20px;font-size:1.25rem
    }
}
@media only screen and (max-width: 59.9375em){
    .grand-v__main{
        padding-top:58px;
        padding-bottom:57px;
        background-repeat:no-repeat;
        background-position:50% 50%;
        background-image:url(../images/grand-v1_sp.jpg);
        background-size:cover;text-align:center
    }
}
@media only screen and (min-width: 60em){.grand-v__main{margin-top:7px;font-size:26px;font-size:1.625rem;text-align:left}}.ua-safari .grand-v__main{-webkit-font-feature-settings:"pkna" on;-moz-font-feature-settings:"pkna" on;font-feature-settings:"pkna" on}.grand-v__main span{position:relative}@media only screen and (max-width: 47.9375em){.grand-v__main span{font-size:22px;font-size:1.375rem}}@media only screen and (min-width: 48em){.grand-v__main span{font-size:24px;font-size:1.5rem}}@media only screen and (min-width: 60em){.grand-v__main span{top:0.05em;margin-right:6px;margin-left:6px;font-size:32px;font-size:2rem}}.grand-v__desc{display:block;font-family:"Noto Sans JP","Meiryo","Hiragino Kaku Gothic Pro",sans-serif;font-weight:500;-webkit-font-feature-settings:"palt" on;-moz-font-feature-settings:"palt" on;font-feature-settings:"palt" on;text-align:justify;text-justify:inter-ideograph}@media only screen and (max-width: 47.9375em){.grand-v__desc{font-size:14px;font-size:.875rem}}@media only screen and (min-width: 48em){.grand-v__desc{font-size:16px;font-size:1rem}}@media only screen and (max-width: 59.9375em){.grand-v__desc{padding-top:24px;padding-right:6%;padding-left:6%;line-height:1.9}}@media only screen and (min-width: 60em){.grand-v__desc{margin-top:26px;font-size:16px;font-size:1rem;line-height:2.15}}@media only screen and (max-width: 59.9375em){.grand-v__button{padding-top:24px;padding-right:6%;padding-left:6%}}@media only screen and (min-width: 60em){.grand-v__button{margin-top:32px}}

/* サブタイトル
------------------------------------------------------------*/
.subtitle{text-align:center;font-size:28px;font-size:1.75rem;line-height:1.2;font-family:"Noto Sans JP","Meiryo",sans-serif}@media only screen and (max-width: 47.9375em){.subtitle{margin-bottom:20px}}
@media only screen and (min-width: 48em){.subtitle{margin-bottom:40px}}.subtitle>span{display:block;margin-top:8px;font-size:12px;font-size:.75rem;font-family:"Noto Sans JP","Meiryo","Hiragino Kaku Gothic Pro",sans-serif;-webkit-font-feature-settings:"palt" on;-moz-font-feature-settings:"palt" on;font-feature-settings:"palt" on}.ua-safari .subtitle>span{-webkit-font-feature-settings:"pkna" on;-moz-font-feature-settings:"pkna" on;font-feature-settings:"pkna" on}

/* 会社情報トップ
------------------------------------------------------------*/
#imgbgcompany{
	background: url(../images/companytop.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
    color:#fff;
	padding: 100px 20px;
    margin-bottom:58px;
}

#imgbgcompany{
	width: auto;
}
@media only screen and (max-width: 640px){
	#imgbgcompany{
		padding: 150px 20px;
	}
}

/* お問い合わせトップ
------------------------------------------------------------*/
#imgbgcontact{
	background: url(../images/contacttop.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
    color:#fff;
	padding: 100px 20px;
    margin-bottom:58px;
}

#imgbgcontact{
	width: auto;
}
@media only screen and (max-width: 640px){
	#imgbgcontact{
		padding: 150px 20px;
	}
}

/* 会社情報テーブル
------------------------------------------------------------*/
.table{
    box-sizing: border-box;
    border-collapse:collapse;
    margin: 0 auto;
    text-align: center;
    width: 600px;
    margin-bottom: 58px;
}
.table th,
.table td{
  border: 1px solid #999;
  padding: 20px;
}
.table th{
    text-align: center;
    font-weight: bold;
    background: #fff000;
}
@media (max-width: 650px) {
    .table{
      width: 100%;
    }
    .table th,
    .table td{
      display: block;
    }
    .table th,
    .table td{
      border-top: none;    
    }
    .table tr:first-child th{
      border-top: 1px solid #ccc;
    }
  }
/* 余白58px
------------------------------------------------------------*/
.mb-58{ margin-bottom: 58px;
    
}
/* プライバシーポリシー
------------------------------------------------------------*/
.prbox{
    width: 600px;
    border: 1px solid #999;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 650px) {
    .prbox{
      width: 100%;
    }
 }   
/* scroll efect */
.effect-fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition : all 500ms;
}
.effect-fadein.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect .effect-fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.effect .effect-fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
.effect .effect-fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}
/* btn */
.wrap {
    text-align: center;
}
.btn-push {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #fff100;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

/* works */
.works .img{
	margin: 0 auto;
}
@media only screen and (min-width: 800px){
    .works{
		text-align: center;
	}
	.works li{
		display: inline-block;
		width: 25%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
}
@media only screen and (max-width: 799px){
    .works li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
}

.text-center{
	text-align: center;
	}
