/*@import url(https://fonts.googleapis.com/css?family=Belgrano|Josefin+Sans:400,300,600,700);
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

@charset "UTF-8";
/*====================================
 -- : Style
====================================*/
html,
body{
/*	font-family: 'Josefin Sans', sans-serif;*/
/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
font-family: 'Noto Serif JP', serif;
background:#74727f;
color:#fff;
}

a:link{color:#fff;text-decoration:none;}
a:visited{color:#fff;text-decoration:none;}
a:hover{color:#fff;text-decoration:none;}

div,p,dd,li{
	text-align:justify;
	text-justify:inter-ideograph;
}

.left{display:inline;float:left;}
.right{display:inline;float:right;}


.noMargin{margin:0 !important;}
.noPadding{padding:0 !important;}
.nobg{background:none !important;}/*ここだけ背景消したい、って時に使用*/

/*====================================
 -- : Font
====================================*/
header#header nav li a,
header#header address,
footer#footer #copyright,
ul#workslist li a span.title,
.single-still #contents h1,
.single-still #contents #back,
.single #contents h1,
.page #contents h1,
.company #contents h1,
.company #contents .right span,
.contact #contents div.submit input,
.error404 #contents{
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: 'Lora', serif;
	letter-spacing: 0.05em;

/*	font-family: 'Belgrano', serif;*/
}


/*====================================
 -- : layout
====================================*/

.pagetop{
	position: fixed;
	bottom:60px;
	left:50%;
	margin:0 0 0 490px;
}

.pagetop a img{
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
 }

.pagetop a.up img{
transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
}

.wrapper{
	padding:0 30px;
}


header#header{
	max-width:1400px;
	margin:0 auto 0;
	border-bottom:1px solid #c7c7cc;
	overflow:hidden;
	padding:30px 0 20px;
}
header#header h1{
	float:left;
	display:inline;
	padding:4px 0 0;
	margin:0 26px 0 10px;
}
header#header address{
	font-style:normal;
	font-size:10px;
	float:left;
}
header#header nav{
	float:right;
}
header#header nav ul{
	overflow:hidden;
}
header#header nav li{
	float:left;
	display:inline;
	padding:0 0 0 26px;
	text-align:right;
}
header#header nav li:first-child{
	padding-left:0;
}
header#header nav li a{
	display:block;
	text-align:center;
	padding:14px 0 14px;
	position:relative;
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-ms-filter: "alpha( opacity=50 )";
	white-space: nowrap;
}
header#header nav li a:hover{
	color:#fff;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-ms-filter: "alpha( opacity=100 )";
}
header#header nav li a span.jp{
	display:block;
	width:100%;
	font-size:77%;
	letter-spacing:0px;
	padding:15px 0 13px;
	position:absolute;
	background:#74727f;
	top:0;
	left:0;
	opacity:0;
}


/*選択状態*/

.single-still header#header nav li.gnav_still,
.post-type-archive-still header#header nav li.gnav_still,
.single-animation header#header nav li.gnav_animation,
.post-type-archive-animation header#header nav li.gnav_animation,
.single-vr header#header nav li.gnav_vr,
.post-type-archive-vr header#header nav li.gnav_vr,
.company header#header nav li.gnav_company,
.recruit header#header nav li.gnav_recruit,
.contact header#header nav li.gnav_contact,
header#header nav li.selected{
	/*background:url(../images/parts_arw_w.png) 16px 15px no-repeat;*/
}

.single-still header#header nav li.gnav_still a,
.post-type-archive-still header#header nav li.gnav_still a,
.single-animation header#header nav li.gnav_animation a,
.post-type-archive-animation header#header nav li.gnav_animation a,
.single-vr header#header nav li.gnav_vr a,
.post-type-archive-vr header#header nav li.gnav_vr a,
.company header#header nav li.gnav_company a,
.recruit header#header nav li.gnav_recruit a,
.contact header#header nav li.gnav_contact a{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-ms-filter: "alpha( opacity=100 )";
}



footer#footer{
	border-top:1px solid #c7c7cc;
	max-width:1400px;
	margin:0 auto;
}
footer#footer #copyright{
	text-align:center;
	padding:30px 0;
	font-size:93%;
}
#contents {
	max-width:1400px;
	margin:0 auto;
}



.home_ttl{
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: 'Lora', serif;
	font-size:20px;
	line-height:0.6;
	font-weight:300;
	margin:0 0 20px;
	font-feature-settings: "palt";
	position: relative;
	letter-spacing: 0.03em;
	font-weight: thin;
}
.home_ttl::after{
	content:"";
	display:block;
	height:5px;
	width:100%;
	background-size: 3px 3px;
	background-image: linear-gradient(
    -45deg,
    transparent, transparent 48.5%, #fff 49.5%, #fff 50.5%, transparent 51.5%, transparent
  );
	position:absolute;
	left:0;
	bottom:0;
}
.home_ttl span{
	background:#74727f;
	position: relative;
	z-index: 2;
	padding:0 15px 0 0;
}

.home #contents .animation{
	margin:0 0 60px;
}
.home #contents .animation video{
	width:100%;
	height:auto;
}


.home #contents .vr{
	margin:0 0 60px;
	width:100%;
	height:480px;
}








/*====================================
 -- : 作品一覧
====================================*/
ul#workslist{
	display: flex;
	flex-wrap: wrap;
}
ul#workslist li{
	/*float:left;
	display:inline;
	width:180px;
	height:195px;
	margin:0 12px 0 0;*/
	width:19.2%;
	padding:20.7% 0 0 0;
	position:relative;
	margin-right:1%;
}
ul#workslist li:nth-child(5n){
	margin-right:0;
}


ul#workslist li a{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;

}
ul#workslist li a span{
	display:block;
}

ul#workslist li a span.img img{
	width: 100%;
	height: auto;
}
ul#workslist li a span.title{
	float:left;
	padding:6px 0 0;
}

ul#workslist li a span.mark{
	color:#fff;
	float:right;
	padding:6px 0 0;
}
ul#workslist li a span.mark{
	color:#fff;
	display:none;
}
ul#workslist li a:visited span.mark{
	color:#bca773;
	display:none;
}

/*====================================
 -- : 作品詳細
====================================*/
.single-still #contents,
.single-animation #contents,
.single-vr #contents {
	padding:40px 0 30px;
}
.single-still #contents h1,
.single-animation #contents h1,
.single-vr #contents h1{
	font-weight:300;
	font-size:108%;
	text-align:center;
	padding:0 0 15px;
}
.single-still #contents #slider{
	position:relative;
	height:500px;
}
.single-still #contents #slider .slides li{
	text-align:center;
}
.single-still #contents #slider .slides li img{
	max-height:500px;
	max-width:800px;
/*	width:auto;*/
}
.single-still #contents #slider .flex-direction-nav{
	position:absolute;
	top:210px;
	width:100%;
	overflow:hidden;
}
.single-still #contents #slider .flex-direction-nav li{
	float:left;
	text-indent:-9999px;
}
.single-still #contents #slider .flex-direction-nav li:nth-child(2){
	float:right;
}
.single-still #contents #slider .flex-direction-nav a{
	width:42px;
	height:81px;
	opacity:0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-ms-filter: "alpha( opacity=20 )";
}
.single-still #contents #slider .flex-direction-nav a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-ms-filter: "alpha( opacity=80 )";
}

.single-still #contents #slider .flex-direction-nav a.flex-prev{
	background:url(../images/works_arw_left_w.png) 0 0 no-repeat;
}
.single-still #contents #slider .flex-direction-nav a.flex-next{
	background:url(../images/works_arw_right_w.png) 0 0 no-repeat;
}


.single-still #contents #carousel ul{
	overflow:hidden;
	text-align:center;
	width:100% !important;
	padding:30px 0 0;
}
.single-still #contents #carousel li{
	display:inline-block !important;
	float:none !important;
	margin:0 7px 7px;
}


.single-still #contents #carousel li img{
	width:50px;
	height:50px;
	cursor:pointer;
}
.single-still #contents #carousel li.flex-active-slide img{
	opacity:0.3;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-ms-filter: "alpha( opacity=30 )";
}

.single-still #contents #back{
	text-align:center;
	padding:30px 0 0;
}
.single-still #contents #back a{
	background:url(../images/parts_arw_w.png) left center no-repeat;
	padding:0 14px;
}
.single-still #contents #back a:hover{
	opacity:0.3;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-ms-filter: "alpha( opacity=30 )";
}

.single-animation #contents video{
	width:100%;
	height:auto;
	vertical-align: bottom;
}

/*====================================
 -- : 作品詳細
====================================*/
.home.page #contents,
.post-type-archive-still #contents{
	padding: 60px 0 40px;
}


.vr-container{
	height:600px;
}




/*====================================
 -- : ページコンテンツ共通
====================================*/
.page #contents{
	padding:50px 0 70px;
}
.page #contents h1{
	text-align:center;
	font-size:182%;
	font-weight:300;
	padding:0 0 40px;
}



/*====================================
 -- : compnay（会社概要）
====================================*/


.company #contents{
	width:800px;
	margin:0 auto;
}

.company #contents h1{
	text-align:center;
	font-size:182%;
	font-weight:300;
	padding:0 0 60px;
}

.company #contents h2{
	font-size:123.1%;
	padding:0 0 30px;
	font-weight:normal;
}

.company #contents dl{
	overflow:hidden;
	font-size:93%;
	line-height:1.7;
}
.company #contents dl dt,
.company #contents dl dd{
	padding:0 0 10px;
}
.company #contents dl dt{
	float:left;
	width:70px;
	font-weight:bold;
}
.company #contents dl dd{
	margin:0 0 0 70px;
}


.company #contents .left{
	padding:35px 0 0 0;
}
.company #contents .right{
	width:318px;
	overflow:hidden;
}
.company #contents .right strong{
	display:block;
	font-weight:normal;
	font-size:77%;
	padding:8px 0 0;
	float:left;
}
.company #contents .right span{
	display:block;
	text-align:right;
	padding:6px 0 0 0;
}
.company #contents .right span a{
	background:url(../images/parts_arw_w.png) left center no-repeat;
	padding:0 0 0 15px;
}
.company #contents .right span a:hover{
	opacity:0.3;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-ms-filter: "alpha( opacity=30 )";
}

/*====================================
 -- : recruit（採用情報）
====================================*/

.recruit #contents{
	width:680px;
}
.recruit #contents h2{
	font-size:123.1%;
	padding:0 0 30px;
	font-weight:normal;
}

.recruit #contents dl{
	overflow:hidden;
	font-size:93%;
	line-height:1.7;
	border-bottom:1px solid #82808c;
}
.recruit #contents dl:last-child{
	border-bottom:0;
}
.recruit #contents dl dt,
.recruit #contents dl dd{
	padding:12px 0;
}
.recruit #contents dl dt{
	float:left;
	width:160px;
	font-weight:bold;
}
.recruit #contents dl dd{
	margin:0 0 0 160px;
}




/*====================================
 -- : compnay（会社概要）
====================================*/
.contact #contents{
	width:600px;
}
.contact #contents h2{
	font-size:123.1%;
	padding:0 0 30px;
	font-weight:normal;
}

.contact #contents dl{
	overflow:hidden;
	font-size:93%;
	line-height:1.7;
	padding:0 0 8px;
}
.contact #contents dl dt,
.contact #contents dl dd{
	padding:0 0 0px;
}
.contact #contents dl dt{
	float:left;
	width:150px;
	font-weight:bold;
	padding:5px 0 0;
	line-height:1.8;
}
.contact #contents dl dd{
	margin:0 0 0 150px;
}
.contact #contents dl dd input,
.contact #contents dl dd textarea{
	border:2px solid #fff;
	width:100%;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding:3px;
	vertical-align:top;
}
.contact #contents dl dd input{
	font-size:108%;
	line-height:1.8;
	padding-left:6px;
}
.contact #contents dl dd textarea{
	height:100px;
}

.contact #contents div.submit{
	padding:30px 0 0;
}
.contact #contents div.submit input{
	width:300px;
	border:0;
	background:#ddd;
	font-size:123.1%;
	text-align:center;
	margin:0 auto;
	display:block;
	height:45px;
	line-height:45px;
	cursor:pointer;
}
























/*==================================================
-- : 404エラー
================================================== */
.error404 #contents{
	padding:150px 0;
	color:#666;
	text-align:center;
	font-size:138.5%;
	font-weight:300;
	line-height:1.7;
}
/*==================================================
-- : Clearfix
================================================== */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/*
10px → font-size:77%;
11px → font-size:85%;
12px → font-size:93%;
13px → font-size:100%;
14px → font-size:108%;
15px → font-size:116%;
16px → font-size:123.1%;
17px → font-size:131%;
18px → font-size:138.5%;
19px → font-size:146.5%;
20px → font-size:153.9%;
21px → font-size:161.6%;
22px → font-size:167%;
23px → font-size:174%;
24px → font-size:182%;
25px → font-size:189%;
26px → font-size:197%;
*/