@import url("reset.css");

<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cardo:wght@700&family=Crimson+Text:wght@500;900&family=Noto+Serif+JP:wght@400;700&display=swap" rel="stylesheet">

.br-pc {display: none; }
ol{margin-left: 10px;}
li{ list-style: none;}
h3{
  font-weight: 900;
  padding: 0.1em 0.5em;/*上下 左右の余白*/
  margin: 0.2em;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #b4c464;/*左線*/
}
#sec06 h3, #member_pages h3{ 
  font-weight: 900;
  padding: 0;
  margin: 0;
  text-align: center;
  background: transparent;/*背景透明に*/
  border-left: none;/*左線*/
}

body{
	font-family:'Noto Serif JP', serif , "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝"; 
    font-weight: 500;
	overflow-x: hidden;
	color: #2E2E2E;	
}

a{
	color: #7d940a;
	text-decoration: underline;
}

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

/* ヘッダー
------------------------------------------------------------*/
.pc_h1 { 
  display: block !important;
  margin: 0 auto;
}

.sp_h1 { display: none !important; }

#header{
	text-align: center;
	top: 0;
}

#header h1{
	padding-top: 4%;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  	left: 50%;
	max-width: 1280px;
	width: 100%;
	margin-left: -640px;
}

#mainnav li{
		font-family: 'Cardo', 'Crimson Text', serif;
		display: inline-block;
		padding: 20px 8px;
		font-size: 18px;
	}

#mainnav a {
	padding: 0.1em;
	position: relative;
	display: inline-block;
	transition: .3s;
    color: #000;
    text-decoration: none;	
}
#mainnav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	transition: .3s;
    background-color: #000;
}

#mainnav a:hover {
  background-color: #b4c464;
  text-decoration: none;
}

#mainnav a:hover::after {
	width: 100%;
}


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

#footer li{
	  display:inline;/*横に並ぶように*/
}

#footer li:after{/* >を表示*/
  content: '｜';
  padding: 0 3px;
  color: #000;
}

#footer li a {
    text-decoration: none;
    color: #999;/*色*/
}

#footer li a:hover {
    text-decoration: underline;
}

/* 共通
------------------------------------------------------------*/
#sec01 #sec02 #sec05 #sec06 #sec07 #works_more #privacy{
	width: 100%;
	margin: 0 auto;
}

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

section{
	clear:both;
	padding: 6% 0;
}

section h2{
	font-family: 'Cardo', 'Crimson Text', serif;
	width: 100%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding: 0 80px;
}

.innerS{
	margin: 0 auto;
	width: 100%;
	max-width: 680px;}

.txt_r{
	text-align: right;
}

/* SEC01 WORKS
------------------------------------------------------------*/
#sec01{
	background-color: #f0f0f0;
}

.slide_innner{
margin: 20px;
width: 100%;
height: auto;
}

#works_slide {
    width: 100%;
    height: auto;
}

.more_btn{
	text-align: center;
	padding-top: 20px;
	font-family: 'Cardo', 'Crimson Text', serif;
}

.btn-animation-01 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #9ab70b;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  position: relative;
}

.btn-animation-01 span {
  position: relative;
  z-index: 1;
}

.btn-animation-01::before,
.btn-animation-01::after {
  content: "";
  display: block;
  background-color: #7d940a;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-01::before {
  left: 0;
}
.btn-animation-01::after {
  right: 0;
}

.btn-animation-01:hover:before,
.btn-animation-01:hover:after {
  width: 0;
  background-color: #7d940a;
}

.btn-animation-01:hover {
  color: #FFF;
}

.works_txt{
	max-width: 800px;
	margin: 0 auto;
}

.movie_wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  top: 0;
  left: 0;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
 


/* WORKS_more
------------------------------------------------------------*/
.works_more_img {
	text-align: center;
	margin: 0 auto;
	width: 90%;
	max-width: 800px;
}

.works_more_img img{
	max-width: 300px;
	height: auto;
}

.works_more_img li{
	display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    margin: 10px;
}

/* SEC02 ABOUT
------------------------------------------------------------*/
#sec02{
	background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    line-height:2.5em;
}
.inner_about{
	margin: 0 auto;
	width: 100%;
	max-width: 650px;}

/* SEC03 STAFF
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
}

.col3 {
    text-align: center;
}

.col3 img{
	margin: 0 auto;
}

.col3 ul{
	text-align: center;
}

.col3 li{
	display: inline-block;
	line-height: 2.0;
	width: 170px;
	padding: 0 1%;
	vertical-align: top
}

.col3 img{
	width: 170px;
	height: auto;
}

.name{
	line-height:2em;
	text-align: center;
}

.job{
	font-size: 12px;
	line-height:1.5em;
	letter-spacing: -0.03em;
	text-align: center;
	padding-bottom: 20px;
}

a img.mouselink{
background:none!important;
}
 
a:hover img.mouselink{
opacity:0.4;
filter:alpha(opacity=40);
-ms-filter: "alpha( opacity=40 )";
background:none!important;
}


/* SEC04 CONTACT
------------------------------------------------------------*/
#sec04{
	background-image: url("../images/bg.jpg");
    background-repeat: repeat;}


/* SEC05 MEMBER NEWS
------------------------------------------------------------*/
#sec05 table{
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height:1.8em;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.5em;
}

#sec05 th{
  background-color: #f0f0f0;
  padding: 0 1em;
  width: 7em;
}

.news_btn{
	text-align: center;
	padding-top: 30px;
	font-family: 'Cardo', 'Crimson Text', serif;
}

.btn-animation-02 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #9ab70b;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #7d940a;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #7d940a;
}

.btn-animation-02:hover {
  color: #FFF;
}

/* SEC06 WORKS_child
------------------------------------------------------------*/
#sec06 h3 {
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
	font-size: 22px;
}

.works_img{
    text-align: center;
}

.works_img li{
	display: inline-block;
    width: 30%;
    padding: 0 0.5% 1%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
}

.inner_works {
    list-style: none;
    max-width: 560px;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

/* SEC07 STAFF_child
------------------------------------------------------------*/
#sec07 h3{
	margin: 0 auto;
	text-align: center;
	padding: 8% 0;
	font-size: 22px;
}

.staff_img{
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

.inner_staff{
	list-style: none;
}

/* SEC08 会社概要
------------------------------------------------------------*/
#sns{
  padding: 30px;
  text-align: center;
}
#sns img{
  width: 3em;
  height: auto;
  margin: 1em;
}

/* パンくずリスト
------------------------------------------------------------*/
.bread{
	width: 90%;
	margin: 10px auto;
	text-align: left;
}

.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;
  font-size: 12px;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #999;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/* プライバシー
------------------------------------------------------------*/
.margin-left{
	margin-left: 30px;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 800px){	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
    
	.movie_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		max-width: 170px;
		padding: 3%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;	
	}
		
	  #footer{
			padding: 100px 10px 70px 0;
		}

}


/* スマホ 設定*/
@media only screen and (max-width: 799px){
.br-sp {display: none; }
.pc { display: none !important; }
.sp { display: block !important; }

.sp_h1 { 
display: block !important;
margin: 0 auto;
}

.pc_h1 { display: none !important; }

#header{
      position: fixed;
      width: 100%;
      z-index: 500;
  }

#headerWrap{
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#header h1{
    padding-top: 10px;
}

#header h1 img{
    margin-top: 3px;
    max-height: 50px;
    width: auto !important;
}

.innerS , .inner_about{
      width: 100%;
      padding: 0 10px;
}

#sec06 h3, #member_pages h3 {
    padding: 1.5em 0;
}

.inner_works .inner_staff {
    width: 90%;
}

#sec05, #sec02, #sec03, #sec04{
    padding: 50px 0;
}

#works_more, #sec05, #sec07, #privacy{
    padding: 90px 0;
}

section h2{
    margin: 0 auto 20px;
}
section h2 span {
    padding: 0 30px;
}

#works_slide {
  margin-top: 60px;
    width: 100%;
    height: auto;
}

.movie_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.slide_innner{
margin: 20px 0;
}

.slide_innner img{
    width: 350px;
  }

#mainnav a {
	transition: initial;
}
#mainnav a::after {
	transition: initial;
    background-color: initial;
}

#mainnav a:hover {
  background-color: initial;
}

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

#menuBtn{
display: block;
position: absolute;
top: 60%;
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%;
    border-bottom: solid 1px #ccc;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
}
#mainImg{
    padding-top: 60px;
    z-index: -100;
  }

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

#mainnav ul{
    background: #fff;
    text-align: left;
    padding: 10px 0;
}

#mainnav li{ 
display: block;
padding: 8px;
}

#mainnav li a{
    position: relative;
    color: #000;
    font-weight: 700;
    font-family: 'Cardo', 'Crimson Text', serif;
    text-decoration: none;
  padding-left: 20px;
}

#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);
}

.bread {
	padding-top: 80px;
}
}