@charset "UTF-8";
/* for SET */
@import url("reset/core.css");
@import url("reset/font.css");
@import url("reset/tools.css");

/*
################################################################################################################

Common Layout
- 全ページ共通

################################################################################################################
*/
/* @import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); */
body {
    /* font-family: 'Noto Sans Japanese'; */
	overflow-x:hidden;
}


@media print, screen and (min-width: 769px) {
body {
	color: #1e1e1e;
	-webkit-text-size-adjust: none;
	letter-spacing:0.08em;
	position:relative;
	opacity:1;/* 0 */
}
}



/*
html, body {
	height: 100%;
}
*/
@media only screen and (max-width:768px) {
body{
	color: #1e1e1e;
	-webkit-text-size-adjust: none;
	letter-spacing:0.08em;
	position:relative;
	min-width:320px;
	opacity:1;
}
}


a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: underline;
	/*transition: all 0.3s ease-out 0s;*/
}
a:hover {
	text-decoration: none;
}
img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}


/*
################################################################################################################

Head
- 共通ヘッダー

################################################################################################################
*/
@media print, screen and (min-width: 769px) {
.header-absolute {
    position: absolute;
    top: auto;
	z-index:11000;
	background:url("../img/common/navBg.png") repeat-x bottom center;
	width:100%;
}
.header-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11000;
	background:url("../img/common/navBg.png") repeat-x bottom center;
}
.header-fixed h1{
	opacity:1 !important;
	height:auto !important;
	padding-top:15px;
	position:relative;
	z-index:1;
}
.header-fixed nav ul.gNav {
	/* position:absolute;
	left:147px;
	top:10px; */
}
.header-fixed nav ul.sns {
	/* position:absolute;
	right:0;
	top:4px; */
}
.header-fixed nav{
	height: auto;
}
.header-fixed .headInner{
	padding:0 0 15px 0;
}


header .headInner{
	margin:0 auto;
	width:960px;
}
/** mainLogo **/
header h1 {
	text-align:center;
	margin-bottom:14px;
	opacity:0;
	height:0;
	transition: 170ms ease-out;
	position:relative;
	z-index:-1;
}
header h1 img {
	width:340px;
	height:auto;
}
header h1 img.creativeLogo{
	display:none;
}

/** grobal Navigation **/
header nav{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:77%;
	/* position:relative; */
	height:36px;
}
header nav ul.gNav {
	/* position:absolute; */
	/*left:147px;
	top:24px; */
	width:680px;
	margin:10px auto 0;
}
header nav ul.gNav li {
	float:left;
	margin-left:18px;
	text-align:center;

}
header nav ul.gNav li:first-child {
	margin-left:0;
}
header nav ul.gNav li a {
	display:block;
	text-decoration:none;
	/* transition: 170ms ease-out; */
	padding:5px 15px 6px;
	color:#969696;
}
header nav ul.gNav li a:hover{
	color:#1e1e1e;
}
header nav ul.gNav li.history{
	margin-left:24px;
	padding-left:24px;
	border-left:1px solid #1e1e1e;
}
/* sns */
header nav ul.sns{
	float:right;
	padding: 1px 0 0;
}
header nav ul.sns li{
	float:left;
	margin-left:15px;
}
header nav ul.sns li img{
	height:24px;
	width:auto;
}

/* megaMenu */
header .gNav .megaMenu{
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
	background:#1e1e1e;
	display:none;
	padding:14px 0;
	top:48px;
}
header .gNav .megaMenu ul {
	display:table;
	table-layout: fixed;
	width:100%;
}
header .gNav .megaMenu ul li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	float:none;
	display:inline-block;
	font-size:116%;
}
.header-fixed .gNav .megaMenu{
	top:105px;
}
header .gNav .megaMenu ul li a{
	color:#969696;
}
header .gNav .megaMenu ul li a:hover{
	color:#fff;
}
header .gBtn a.current{
	background:url("../img/common/cursor.png") no-repeat bottom center;
	color:#969696;
	padding-bottom:17px;
}
.header-fixed .gBtn a.current{
	padding-bottom:20px;
}
.gBtn .megaMenu a.current {
	padding-bottom:8px;
}
/* スマホメニューボタン */
.drawer-header{
	display:none;
}
}



@media only screen and (max-width:960px) {

header nav ul.gNav {
	margin:10px auto 0;
}
header .headInner{
	margin:0 auto;
	width: inherit;
}
header nav ul.gNav li a {
	padding:6px 10px;
}

/* sns */
header nav ul.sns{
	margin-right:20px;
}


}





@media only screen and (max-width:768px) {
header.topHeader {
	display:none !important;
}
header.lowerHeader nav{
	display:none !important;
}
header.lowerHeader h1{
	margin:10px 0 0 10px;
}
header.lowerHeader h1 img{
	height:40px;
	width:auto;
}
.post-type-archive-creative header h1 img.logo,
.single-creative header h1 img.logo{
	display: none;
}
.post-type-archive-creative header h1 img.creativeLogo,
.single-creative header h1 img.creativeLogo{
	display: block;
}


.drawer-header{
	display:block;
}



/* 共通 */
/* drawer-menu 追加 */
.drawer-menu li:hover{
	cursor:pointer;
}
.drawer-menu a:hover{
	color:#fff;
}
.drawer-menu li ul.content{
	display:none;
}
.drawer-menu li.spBtn{
	background-image: url("../img/common/iconPlus.png");
	background-image: url("../img/common/iconPlus_ie.png.html")\9;
	background-repeat: no-repeat;
	background-position: right 15px;
	background-size:16px auto;
}
.drawer-menu li.spBtn.open{
	background-image: url("../img/common/iconMinus.png");
	background-image: url("../img/common/iconMinus_ie.png.html")\9;
	background-repeat: no-repeat;
	background-position: right 15px;
	background-size:16px auto;
}
.drawer-menu .content{
	margin-left:20px;
}
.drawer-menu .content li{
	margin-top:25px;
}
.drawer-menu .content li .link{
	background-image: url("../img/common/iconArrow_next.png");
	background-image: url("../img/common/iconArrow_next_ie.png.html")\9;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:4px auto;
	padding-left:10px;
}

/* info */
.drawer-main .info{
	margin:30px 20px;
}
.drawer-main .info .tel{
	margin-bottom:8px;
}
.drawer-main .info .tel img{
	width:137px;
	height:auto;
}
.drawer-main .info .open img{
	width:180px;
	height:auto;
}

/* sns */
.drawer-main .sns{
	margin:0px 20px;
}
.drawer-main .sns a{
	color:#fff;
	line-height:23px;
	font-size:77%;
}
.drawer-main .sns img{
	width:23px;
	height:auto;
	margin-right:8px;
}
.drawer-main .sns li.fb{
	float:left;
}
.drawer-main .sns li.in{
	float:right;
}








}


/*
################################################################################################################

Foot
- 共通フッター

################################################################################################################
*/
@media print, screen and (min-width: 769px) {
footer{
	margin-bottom:40px;
}
/** pageTop **/
footer .pageTop{
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	margin-bottom:80px;
	margin-top:120px;
}
footer .pageTop img{
	width:60px;
	height:auto;
}
.creative footer .pageTop img{
	opacity:0.5;
}


.post-type-archive-creative footer .pageTop img,
.single-creative footer .pageTop img{
	opacity:0.5;
}



/* sns */
footer ul{
	width:188px;
	margin:0 auto 20px;
}
footer ul li{
	float:left;
}
footer ul li.twitterBtn{
	margin-right:20px;
}


/** copyright **/
footer .copyright{
	clear:both;
	font-size:77%;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-align:center;
	display:block;
}
.creative footer .copyright{
	color:#fff;
}
.post-type-archive-creative .copyright,
.single-creative .copyright{
	color:#fff;
}




}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
footer{
	margin-bottom:40px;
}
/** pageTop **/
footer .pageTop{
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	margin-bottom:60px;
	margin-top:60px;
}
footer .pageTop img{
	width:50px;
	height:auto;
}
.creative footer .pageTop img{
	opacity:0.5;
}



/* sns */
footer ul{
	width:188px;
	margin:0 auto 20px;
}
footer ul li{
	float:left;
}
footer ul li.twitterBtn{
	margin-right:20px;
}



/** copyright **/
footer .copyright{
	clear:both;
	font-size:77%;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-align:center;
	display:block;
}
.creative footer .copyright{
	color:#fff;
}


}






/*
################################################################################################################

その他共通

################################################################################################################
/*
/* 改行切り替え */
.brPc {
	display: block;
}
.brSp {
	display: none;
}

@media screen and (max-width: 768px) {
.brPc {
	display: none;
}
.brSp {
	display: block;
}
.spNone {
	display: none;
}
}
/* SNS */
.sns iframe {
	margin: 0 !important;
}
