@charset "utf-8";

body{
	background:#ddd;
}

/**************************************************
		a-blog action-menu
**************************************************/

#adminBox {
	padding: 10px 0 10px 115px;
}


/* ---------------------------------------------
　header
------------------------------------------------ */

.header{
	position:fixed;
	width:100%;
	z-index:99999999;
}

.header .inner{
	width:980px;
	height:54px;
	margin:0 auto;
	position:relative;
	perspective:500px;
}

.header li{
	float:left;
}

.header li img{
	opacity:1 !important;
}

.header li.gnavi-contact{
	padding:5px 5px 0 5px;
}

.header .logo{
	position:absolute;
	left:0;
	top:0;
	width:205px;
}

.header .global-navigation{
	position:absolute;
	right:0;
	bottom:0;
	background:rgba(223,223,223,0.9);
	width:775px;
	height:54px;
	/*padding:5px 5px 5px 0;*/
	/*visibility: hidden;
	transform:rotateX(90deg);
	transform-origin:50% 0;
	transition:.5s;
	opacity:0;*/
	
	/*-webkit-transform-origin: center top;
    -moz-transform-origin: center top;*/
    /* transform-origin: center top; */
    /* -webkit-backface-visibility: hidden; */
   /* -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;*/
    /* backface-visibility: hidden; */
}

.header .global-navigation.fixed{
	visibility: visible;
	transform: rotateX(0);
	opacity:1;
}

.header .global-navigation li a{
	display:block;
	padding:15px 10px 15px 10px;
}

.header .global-navigation li{
	position:relative;
}

.header .global-navigation li:hover{
	background:#335c85;
}

.header .global-navigation li div{
	display:none;
	background:#335c85;
	position:absolute;
	top:54px;
	left:0;
	width:300px;
	padding:0;
	z-index:100;
}

.header .global-navigation li:hover div{
	display:block;
}


.header .global-navigation li div ul li{
	border-top:1px solid #8099b3;
	width:300px;
	padding:0;
}

.header .global-navigation li div ul li a{
	color:#fff;
	display:block;
	padding:0;
}

.header li.gnavi-contact a{
	padding:0;
}


/**************************************************
		Header
**************************************************/
#menuOverray {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2000;
	display:none;
	background-color:rgba(0,0,0,0.50);
}
#menuArea {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-width:1000px;
	z-index:1000;
}
#menuArea dl {
	position:relative;
	width:980px;
	margin:0 auto;
	z-index:1000;
}

.copy-wrap{
	background-color:rgba(0,0,0,0.25);
	width:100px;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}

#copy {
	position:fixed;
	top:120px;
	left:35px;
	color:#fff;
	text-align:center;
	-webkit-transform:rotateZ(90deg);
	-moz-transform:rotateZ(90deg);
	transform:rotateZ(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	z-index:2000;
}
#copy .text001 {
	font-family: 'Questrial', sans-serif;
	color:#fff;
}
#copy .text002 {
	color:#999;
}

#menuArea #listMenu {
	position:absolute;
	top:64px;
	right:0;
	width:300px;
	/*max-width:640px;
	height:100%;
	min-height:700px;*/
	background-color:rgba(0,51,102,0.8);
	display:none;
}

#menuArea #listMenu li {
	border-top:1px solid #8099b3;
}

#menuArea .listMenu002 a:hover {
	color:#cdac99 !important;
}

#menuArea #btMenu {
	position:absolute;
	top:64px;
	right:0;
	z-index:200;
	transition: all .3s;
}

#btBack {
	position:fixed;
	top:30px;
	left:40px;
	z-index:2000;
}


#menuArea #btMenuClose {
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}

#menuArea .logo {
	position:absolute;
	top:10%;
	left:80px;
	z-index:100;
}

#menuArea nav {
	padding-top:50px;
	/*position:absolute;
	top:23%;
	left:80px;*/
}
#menuArea nav a {
	text-decoration:none;
}


/* ===== Main Menu ===== */
#mainMenu {
	position:relative;
	width:100%;
	height:80px;
	z-index:10;
}

#mainMenu ul .btBack {
	position:absolute;
	top:0;
	left:14px;
}

#mainMenu ul .btBack a {
	display:block;
	padding:26px;
}

#mainMenu ul dt {
	position:absolute;
	top:50%;
	right:40px;
	margin:-14px 0 0 0;
}

#mainMenu ul dd {
	position:absolute;
	top:80px;
	left:0;
	padding:11px 0 35px 0;
	width:100%;
	background:#FFF;
	-webkit-box-shadow:0 4px 4px -4px rgba(0,0,0,0.2);
	-moz-box-shadow:0 4px 4px -4px rgba(0,0,0,0.2);
	box-shadow:0 4px 4px -4px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='#E9E9E9',Direction=180,Strength=4);";
	text-align:center;
}

#mainMenu ul dd:not(:target){ -ms-filter:none; }


#mainMenu ul ul {
	display:inline-block;
}

#mainMenu ul ul li {
	display:inline-block;
	border-right:1px solid #E6E6E6;
	margin-right:-0.3em;
	line-height:1;
}

#mainMenu ul ul li a {
	display:block;
	margin:0 17px;
	color:#999;
	text-decoration:none;
}

#mainMenu ul ul .firstItem a {
	margin-left:0;
}

#mainMenu ul ul .lastItem {
	border-right:0;
}

#mainMenu ul ul li a.hover{ color:#CFAE99; }
/*#mainMenu ul ul li a.current { color:#CFAE99; }*/

#mainMenu .border {
	display:none;
	position:absolute;
	bottom:0;
	left:50%;
	width:50px;
	height:3px;
	background:#CFAE99;
}

#mainMenu .telBox {
	position:absolute;
	top:0;
	right:40px;
	padding:7px 15px;
	border:2px solid #CFAE99;
	color:#CFAE99;
	text-align:center;
	font-style:normal;
}



/**************************************************
		Contents
**************************************************/
#contWrapper {
	clear:both;
	position:relative;
	width:100%;
	z-index:10;
}

#contArea {
	margin:0 auto;
	width:960px;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/**************************************************
		Footer
**************************************************/

#footer{
	margin:0;
	padding:0;
}

#footer .footer-upper{
	background:#425784;
	color:#fff;
	padding:25px 0;
	overflow:hidden;
	width:100%;
	height:57px;
	clear:both;
	position:relative;
	z-index:40;
}

#footer .footer-logo,
#footer .address,
#footer .t-f-ip{
	float:left;
	margin:10px 18px 0 0;
	line-height:1.4;
}

#footer .bn-youtube{
	float:right;
    margin-top: 10px
}

#footer .bn-youtube a img{
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
	transition: .2s linear;
	width: 80%;
}

#footer .bn-youtube a:hover img{
	opacity:0.5;
}

#footer .footer-bottom {
	clear:both;
	height:60px;
	background:#ddd;
	position:relative;
	z-index:40;
}

#footer .footer-inner {
	width:980px;
	margin:0 auto;
	position:relative;
    padding: 0 10px;
    box-sizing: border-box;
}

#footer .footer-navigation {
	position:absolute;
	top:23px;
	left:0;
	overflow:hidden;
	border-left:1px solid #333;
}

#footer .footer-navigation li {
	float:left;
	font-size:11px;
	line-height:15px;
	text-align:center;
	padding:0;
	border-right:1px solid #333;
}

#footer .footer-navigation li a {
	color:#333;
	text-decoration:none;
	display:block;
}

#footer .footer-navigation li a:hover span[lang=ja] {
	border-bottom:2px solid #333;
}

.footer-navigation li.nav01 a{ width:50px; }
.footer-navigation li.nav02 a{ width:65px; }
.footer-navigation li.nav03 a{ width:70px; }
.footer-navigation li.nav04 a{ width:149px; }
.footer-navigation li.nav05 a{ width:90px; }
.footer-navigation li.nav06 a{ width:90px; }
.footer-navigation li.nav07 a{ width:72px; }
.footer-navigation li.nav08 a{ width:70px; }
.footer-navigation li.nav09 a{ width:70px; }
.footer-navigation li.nav10 a{ width:70px; }

.footer-navigation > li.nav01 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav01 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav01 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav01 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav02 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav02 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav02 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav02 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav03 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav03 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav03 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav03 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav04 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav04 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav04 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav04 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav05 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav05 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav05 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav05 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav06 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav06 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav06 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav06 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav07 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav07 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav07 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav07 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav08 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav08 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav08 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav08 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav09 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav09 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav09 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav09 > a:hover > span[lang=ja]{display:inline;}

.footer-navigation > li.nav10 > a > span[lang=en]{display:inline;}
.footer-navigation > li.nav10 > a > span[lang=ja]{display:none;}
.footer-navigation > li.nav10 > a:hover > span[lang=en]{display:none;}
.footer-navigation > li.nav10 > a:hover > span[lang=ja]{display:inline;}

#footer .search{
	position:absolute;
	right:0;
	top:15px;
	font-size:0;
}

#footer .search input[type="text"]{
	border:none !important;
	padding:0 2px;
	width:135px;
	height:30px;
	line-height:30px;
	font-size:12px;
	background-position: 10px !important;
}

#footer .search input[type="text"]:focus{
	outline:none;
}

#footer .search input[type="image"]{
	height:30px;
	padding:0;
	vertical-align:bottom;
}

/* ===== Pagetop ===== */
#pagetop {
	margin:0 auto;
	width:960px;
	margin-bottom:20px;
	text-align:center;
}

#pagetop a {
	display:inline-block;
	padding:15px 0 0 0;
}

#pagetop .hover {
	padding:0 0 15px 0;
}


/* ===== Copyright ===== */
#copyright {
	margin:0 auto;
	width:960px;
	font-size:12px;
	color:#999;
	text-align:center;
	line-height:1.5;
}


/**************************************************
		Modal
**************************************************/
#overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#CC000000',EndColorStr='#CC000000')";
	z-index:999;
	cursor:pointer;
}

#overlay:not(:target){ -ms-filter:none; }


#modalWindow {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
}

#modalWindow img {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
}

#btClose {
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:100px;
	z-index:1001;
	cursor:pointer;
}




/**************************************************
		Home
**************************************************/
#menuArea .logo { display:none; }

#mainMenu ul .btBack {
	display:none;
}

/* ===== Main Image ===== */
#mainImage {
	position:relative;
	width:100%;
	height:100%;
	z-index:20;
}

#mainImage .logo {
	position:absolute;
	margin-top:-106px;
	margin-left:-218px;
	top:50%;
	left:50%;
	z-index:30;
}

#mainImage nav {
	position:relative;
	display:inline-block;
	top:50%;
	left:100px;
	z-index:30;
}

#mainImage .arrow {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:30;
}

#mainImage .arrow a {
	display:block;
	margin:0 auto;
	width:100px;
}

#mainImage .minHeight {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:400px;
}

#mainImage .mainBg {
	position:relative;
	width:100%;
	height:100%;
	min-width:1000px;
	background-color:rgba(0,0,0,0.25);
	z-index:20;
}

#slider li {
	width:100%;
	min-width:1000px;
	min-height:700px;
	z-index:100;
	text-indent:-9999px;
}

#slider li.image1 {
	background:url("../images/img_keyvisual01.jpg") center center no-repeat;
	background-size:cover!important;
	background-attachment: fixed;
}
#slider li.image2 {
	background:url("../images/img_keyvisual02.jpg") center center no-repeat;
	background-size:cover!important;
	background-attachment: fixed;
}
#slider li.image3 {
	background:url("../images/img_keyvisual03.jpg") center center no-repeat;
	background-size:cover!important;
	background-attachment: fixed;
}
#slider li.image4 {
	background:url("../images/img_keyvisual04.jpg") center center no-repeat;
	background-size:cover!important;
	background-attachment: fixed;
}
#slider li.image5{
	background:url("../images/img_keyvisual05.jpg") center center no-repeat;
	background-size:cover!important;
	background-attachment: fixed;
}
#slider li.image6 {
	background:url("../images/img_keyvisual06.jpg") center center no-repeat;
	background-size:cover!important;
	background-attachment: fixed;
}

.bx-wrapper {
	position: relative;
	width:100%;
	height:100%;
}

.bx-wrapper.nofixed{
	display:none;
}

.bx-wrapper .bx-viewport {
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	-o-transform:translatez(0);
	transform:translatez(0);
}

@keyframes spin{
	0%  { transform: rotate(0deg);  }
	100%{ transform: rotate(360deg); }
}


/* ===== About ===== */
#about {
	position:relative;
	padding:150px 0;
	width:100%;
	min-width:900px;
	z-index:350;
	background:-moz-linear-gradient(top,rgba(0,0,0,0.80),rgba(0,0,0,1) 20%);
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.80)), color-stop(20%, rgba(0,0,0,1))); 
	background:-ms-linear-gradient(top,rgba(0,0,0,0.80),rgba(0,0,0,1) 20%);
	background:linear-gradient(top,rgba(0,0,0,0.80),rgba(0,0,0,1) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF000000', endColorstr='#FF000000',GradientType=0 );
	background:#000;
}
#about .btAbout {
	margin:0 auto;
	width:540px;
}
#about .btAbout a {
	padding:20px 0;
	color:#fff;
	display:block;
	text-align:center;
	text-decoration:none;
	border:2px solid #fff;
}
#about .btAbout a.hover {
	background-color:#fff;
	color:#000;
}
#about .btAbout .icon {
	padding-right:30px;
	background:transparent url("../common/img/icon_002_white.png") 100% 50% no-repeat;
}
#about .btAbout a.hover .icon {
	background:transparent url("../common/img/icon_002_black.png") 100% 50% no-repeat;
}



/* ===== Work Area ===== */
#worksWrapper {
	position:relative;
	width:100%;
	z-index:300;
	background-color:#fff;
}

#worksArea {
	position:relative;
	width:980px;
	padding:70px 0;
	margin:0 auto;
	z-index:200;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#particle {
	position:fixed;
	top:50%;
	left:0;
	margin-top:-123px;
	width:100%;
	height:246px;
	z-index:150;
	display:none;
}
#worksArea .title {
	margin-bottom:135px;
	position:relative;
	z-index:50;
}

#worksArea .trans {
	padding-top:50px;
	opacity:0;
}

#worksArea .allView {
	margin:0 auto;
	width:100%;
}
#worksArea #masonry .item.allView a {
	padding:39px 0;
	color:#fff;
	display:block;
	text-align:center;
	text-decoration:none;
	border:2px solid #CFAE99;
	background-color:#CFAE99;
}
#worksArea #masonry .item.allView a.hover {
	background-color:#ba8e74;
	border:2px solid #ba8e74;
}
#worksArea #masonry .item.allView .icon {
	padding-right:30px;
	background:transparent url("../common/img/icon_002_white.png") 100% 62% no-repeat;
	line-height:1.8;
}

#worksArea .more {
	margin:-157px auto 0 auto;
	width:960px;
}

#worksArea .more li {
	text-align:right;
	line-height:1.5;
}

#worksArea .more li a {
	display:inline-block;
	border:2px solid #FFF;
	padding:10px 80px 10px 30px;
	background:transparent url("../common/img/icon_001_white.png") 90% 50% no-repeat;
	color:#FFF;
	text-decoration:none;
}

#worksArea .more li a.hover {
	background:#fff url("../common/img/icon_001_black.png") 90% 50% no-repeat;
	color:#333;
}

#worksArea #masonry {
	margin:0 auto;
	width:100%;
}

#worksArea #masonry .item {
	float:left;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#worksArea #masonry .w50P { width:50%; }

#worksArea #masonry .item a {
	display:block;
	background-color:#FFF;
	color:#FFF;
	text-decoration:none;
}

#worksArea #masonry .item a.hover {
	color:#FFF;
	text-decoration:none;
}

#worksArea #masonry .item .latest-post{
	display:block;
	width:100%;
	padding:4px 0;
	background:rgba(0,0,0,0.75);
	font-size:11px;
	text-align:center;
	position:absolute;
	bottom:15px;
	z-index:9999;
}



#masonry figure {
	position:relative;
	overflow:hidden;
}
#masonry figure img {
	display: block;
	/*position: relative;*/
	max-width: 100%;
}
#masonry figure:hover figcaption {
	opacity: 1;
	background:none;
}

#masonry figcaption {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#masonry figcaption .displayTable {
	width:100%;
	height:100%;
	display:table;
}
#masonry figcaption .displayTable-cell {
	width:100%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}



/* parts
------------------------------------------------ */
.btn,
.btn-about{
	margin:0 auto;
    width:260px;
}

.btn a,
.btn-about a {
	font-family: 'Rationale', sans-serif;
	font-size:22px;
	background:url(../../images/icon_arrow_btn_off.png) right 20px center no-repeat #000;
    padding:5px 0;
    color:#fff;
    display:block;
    text-align:center;
    text-decoration:none;
    border:1px solid #fff;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
}

.btn a:hover,
.btn-about a:hover {
	background:url(../../images/icon_arrow_btn_on.png) right 20px center no-repeat #fff;
	color:#000;
}



/* modal-news
------------------------------------------------ */
.news-box{
	background:#fff;
	width:580px;
	margin:0 auto;
	padding:30px;
	position:relative;
}

.modal-inner{
	overflow:hidden;
}

.modal-left{
	float:left;
	width:400px;
}

.modal-right{
	float:right;
	width:150px;
}

p.title-whatsnew{
	background:#000;
	padding:0;
	position:relative;
}

.newslist{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}

a img.newslist{
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}

a img.newslist:hover{
	opacity:0.5;
}

.modal-left ul{
	background:url(../images/bg_newslist.png) left bottom no-repeat;
	padding:0 10px;
	border-bottom:2px solid #ccc;
}

.modal-left li{
	font-family: Arial,sans-serif;
	border-bottom:1px solid #ccc;
	padding:6px 0;
	width:380px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.modal-left li:last-child{
	border-bottom:none;
}

.modal-left li .date{
	display:inline-block;
	margin:0 10px 0 0;
}

p.title-calendar{
	background:#f00;
	padding:0;
}

p.txt-whatsnew{
	font-size:17px;
	line-height:1.6;
	padding:4px 0 0;
	border-bottom:2px solid #000;
	margin:0;
}

p.txt-calendar{
	color:#f00;
	font-size:17px;
	line-height:1.6;
	padding:4px 0 0;
	border-bottom:2px solid #f00;
	margin:0;
}

.popup-modal-dismiss{
	margin:10px 0 0;
	text-align:center;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}

#footer .bn-youtube {
  float: right;
  padding-top: 10px;
  border-right: 1px #fff solid;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  border-left: 1px #fff solid;
}

#footer .bn-youtube a img {
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
  width: 61%;
}

#footer .bn-youtube a{
  width: 100%;
  display: block;
  text-align: center;
}