@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');



/* 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;}

/* --------------Layout Setting----------------*/

.pd_l5 {padding-left : 5px;}
.pd_l10 {padding-left : 10px;}
.pd_l15 {padding-left : 15px;}
.pd_l20 {padding-left : 20px;}
.pd_l25 {padding-left : 25px;}
.pd_l30 {padding-left : 30px;}
.pd_l35 {padding-left : 35px;}
.pd_l40 {padding-left : 40px;}
.pd_l45 {padding-left : 45px;}
.pd_l50 {padding-left : 50px;}

.pd_r5 {padding-right : 5px;}
.pd_r10 {padding-right : 10px;}
.pd_r15 {padding-right : 15px;}
.pd_r20 {padding-right : 20px;}
.pd_r25 {padding-right : 25px;}
.pd_r30 {padding-right : 30px;}
.pd_r35 {padding-right : 35px;}
.pd_r40 {padding-right : 40px;}
.pd_r45 {padding-right : 45px;}
.pd_r50 {padding-right : 50px;}

.pd_tp5 {padding-top : 5px;}
.pd_tp10 {padding-top : 10px;}
.pd_tp15 {padding-top : 15px;}
.pd_tp20 {padding-top : 20px;}
.pd_tp25 {padding-top : 25px;}
.pd_tp30 {padding-top : 30px;}
.pd_tp35 {padding-top : 35px;}
.pd_tp40 {padding-top : 40px;}
.pd_tp45 {padding-top : 45px;}
.pd_tp50 {padding-top : 50px;}

.pd_bt5 {padding-bottom : 5px;}
.pd_bt10 {padding-bottom : 10px;}
.pd_bt15 {padding-bottom : 15px;}
.pd_bt20 {padding-bottom : 20px;}
.pd_bt25 {padding-bottom : 25px;}
.pd_bt30 {padding-bottom : 30px;}
.pd_bt35 {padding-bottom : 35px;}
.pd_bt40 {padding-bottom : 40px;}
.pd_bt45 {padding-bottom : 45px;}
.pd_bt50 {padding-bottom : 50px;}

.mg_l5 {margin-left : 5px;}
.mg_l10 {margin-left : 10px;}
.mg_l15 {margin-left : 15px;}
.mg_l20 {margin-left : 20px;}
.mg_l25 {margin-left : 25px;}
.mg_l30 {margin-left : 30px;}
.mg_l35 {margin-left : 35px;}
.mg_l40 {margin-left : 40px;}
.mg_l45 {margin-left : 45px;}
.mg_l50 {margin-left : 50px;}

.mg_r5 {margin-right : 5px;}
.mg_r10 {margin-right : 10px;}
.mg_r15 {margin-right : 15px;}
.mg_r20 {margin-right : 20px;}
.mg_r25 {margin-right : 25px;}
.mg_r30 {margin-right : 30px;}
.mg_r35 {margin-right : 35px;}
.mg_r40 {margin-right : 40px;}
.mg_r45 {margin-right : 45px;}
.mg_r50 {margin-right : 50px;}

.mg_tp5 {margin-top : 5px;}
.mg_tp10 {margin-top : 10px;}
.mg_tp15 {margin-top : 15px;}
.mg_tp20 {margin-top : 20px;}
.mg_tp25 {margin-top : 25px;}
.mg_tp30 {margin-top : 30px;}
.mg_tp35 {margin-top : 35px;}
.mg_tp40 {margin-top : 40px;}
.mg_tp45 {margin-top : 45px;}
.mg_tp50 {margin-top : 50px;}

.mg_bt5 {margin-bottom : 5px;}
.mg_bt10 {margin-bottom : 10px;}
.mg_bt15 {margin-bottom : 15px;}
.mg_bt20 {margin-bottom : 20px;}
.mg_bt25 {margin-bottom : 25px;}
.mg_bt30 {margin-bottom : 30px;}
.mg_bt35 {margin-bottom : 35px;}
.mg_bt40 {margin-bottom : 40px;}
.mg_bt45 {margin-bottom : 45px;}
.mg_bt50 {margin-bottom : 50px;}

.list_style_none{
	list-style-type:none;
	padding-left: 0;
}
.cl{
	clear:both;
}
.txt_ctr{text-align: center;}
.txt_l{text-align: left;}
.txt_r{text-align: right;}


/* -------------- // Layout Setting----------------*/



body{
	font: 14px/1.9 'Kaisei Opti','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;

	background: #fff;
	position: relative;

}
body.bg_bk{
	color: #fff;
	background: #000;
}
body.bg_wh{
	color: #000;
	background: #fff;
}
body.bg_wh #header h1{
	color: #000;
}
body.bg_wh #footer{
    color: #000;
}

#home_wrapper{
	background: url(../img/img_main202410.jpg) #000 no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: center center;
	cursor: pointer;
}


a{
	font-family: 'Kaisei Opti', serif;
	color: #999;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

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


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
}
#headerWrap{
	position: fixed;
	width: 100vw;
	
	height: 60px;
}
body.bg_bk #headerWrap{
	background-color: rgba(0,0,0,0.6);
}
body.bg_wh #headerWrap{
/*	background-color: rgba(255,255,255,0.6);*/
}
#header h1{
	font-family: 'Kaisei Opti', serif;
	position: absolute;
	top: 10px;
	left: 20px;
	text-align: left;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
}
@media only screen and (max-width: 799px){
#header h1{
	font-size: 1.2rem;
	top: 15px;
	left: 10px;}
}
.header_insta{
	position: fixed;
	right: 70px;
	top: 10px;
	font-size: 1.6rem;
	color: #fff;
}
body.bg_bk .header_insta a{
	color: #999;
}
body.bg_wh .header_insta a{
	color: #000;
}
@media only screen and (max-width: 799px){
.header_insta{
	font-size: 1.5rem;
}
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#000;
    /*動き*/
	transition: all 0.3s;

	font-family: 'Kaisei Opti', serif;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background-color: #999;
  	width: 45%;
  }
body.bg_wh .openbtn1 span{
	background-color: #000;
}
body.bg_bk .openbtn1 span{
	background-color: #999;
}

.openbtn1 span:nth-of-type(1) {
	top:20px;	
}

.openbtn1 span:nth-of-type(2) {
	top:30px;
}


.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}


.openbtn1.active span:nth-of-type(2){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

body.bg_wh .openbtn1.active span{
	background-color: #999;
}








/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: 0.7rem;

    position: absolute;
    bottom: 0;
    color: #fff;
	width: 100vw;

}


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

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

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

section h2{
/*	width: 60%;*/
	margin: 0 auto 120px;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: 0.3rem;
}

section h2 span {
/*	padding: 0 80px;*/
}

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

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

/*---------------------------------------*/




/* PROJECTS
------------------------------------------------------------*/
.projects_list{}
.projects_list li{
	padding: 20px 0;
}
.projects_list li a{
	color: #fff;
}

.projects_detail{}
.projects_detail section{
	padding-top: 100px;
	padding-bottom: 150px;
	overflow: auto;
}
.projects_detail section h2{
	width: auto;
	margin: auto;
	font-size: 1rem;
	text-align: left;
	letter-spacing: 0.1rem;
	margin-bottom: 20px;
}
.projects_img img{
	display: block;
	width: 100%;
}
.projects_img .fl{
	float: left;
	width: calc(100%/2);
	line-height: 0;
}
.projects_img .fr{
	float: right;
	width: calc(100%/2);
	line-height: 0;
}

.projects_head{
	padding-left: 20px;
	margin-bottom: 60px;
}
.projects_head table{
}

.projects_head table.inline{
	display: inline-block;
}
@media only screen and (max-width: 640px){
.projects_head table.inline{
	display: block;
	padding-left: 0 !important;
	padding-bottom: 20px;
}
}
.projects_head th{
	font-weight: normal;
	padding-right: 20px;
}
.projects_head td{
}


/* ABOUT
------------------------------------------------------------*/
.about_txt{
	line-height: 3;
	letter-spacing: 0.1rem;
}
.about_img{
	margin-top: 120px;
}

/* FLOW
------------------------------------------------------------*/
.flow_txt{
	line-height: 2;
	margin-bottom: 150px;
}
.flow_wrap h3{
	font-size: 1.3rem;
	margin-bottom: 50px;
}
.flow_txt h4{
	font-size: 1.1rem;
	margin: 20px 0;
}
.flow_txt section{
	margin-bottom: 40px;
	padding-top: 0;
}
.flow_txt p{
	padding-left: 38px;
}
.flow_txt.about{
	padding-left: 38px;
	margin-bottom: 0;
}
.flow_txt.about p{
	padding-left: 0;
}
.flow_txt.about ol{
	margin-left: 18px;
}
@media only screen and (max-width: 799px){
.flow_txt p{
	padding-right: 38px;
}
}

.cir_num {
	text-align: center;
	font-size: 1rem;
	display: inline-block;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	line-height: 1.4;
	margin-right: 10px;
	border: solid 2px #000;
	vertical-align: middle;
}



/* CONTACT
------------------------------------------------------------*/
.form_wrap{}
.form_wrap .tit{
	margin-bottom: 10px;
}
.form_wrap .cont{
	margin-bottom: 40px;
}
.form_wrap .cont input{
	width: 80%;
	height: 40px;
	box-sizing: border-box;
}
.form_wrap .cont textarea{
	width: 80%;
	height: 150px;
	padding:10px 2px;
	box-sizing: border-box;
}
.btn_submit{
	background: #fff;
	padding: 10px;
	border: solid 1px #777;
	cursor: pointer;
	color: #000;
}

@media only screen and (max-width: 640px){
form input[type="text"], form textarea {
	width:100% !important;
	padding:5px 0;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

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

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


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

.col3 li{
	line-height: 2.0;
}

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

#sec04_02{
	background: url(../img/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


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

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

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


	.pc_none{
		display: none;
	}


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

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

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

	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
}


@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: 70px;*/
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

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

	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
	
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
/*
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
*/
}