@charset "utf-8";
/*
################################################################################################################

contentCommon
- すべての下位層のページに共通のレイアウト

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



/* 共通 */
.lowerContent{
	margin-top:210px;
}
.lowerContent .secTitle{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	padding-top:0px;
	margin-bottom:90px;
}
.lowerContent .secTitle h2{
	font-weight:300;
	font-size:231%;
	margin-bottom:5px;
	letter-spacing:0.1em;
	opacity:0;/*追加*/
}
.lowerContent .secTitle h2 a{
	text-decoration:none;
}
.lowerContent .secTitle span{
	font-size:93%;
	opacity:0;/*追加*/
}
.creative .lowerContent .secTitle{
	color:#fff;
}


.post-type-archive-creative .lowerContent .secTitle,
.single-creative .lowerContent .secTitle{
	color:#fff;
}



/* staff用 */
.lowerContent .secTitle02{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	padding-top:50px;
	margin-bottom:40px;
	background:url("../img/common/titleMarker.gif") no-repeat top center;
	background-size:6px auto;
}
.lowerContent .secTitle02 h2{
	font-weight:300;
	font-size:231%;
	margin-bottom:5px;
	letter-spacing:0.1em;
}

/* small display
------------------------------*/
@media only screen and (max-width:768px) {
/* 共通 */
.lowerContent{
	margin-top:55px;
}
.lowerContent .secTitle{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	padding-top:0px;
	margin-bottom:50px;
}
.lowerContent .secTitle h2{
	font-weight:300;
	font-size:170%;
	margin-bottom:5px;
	letter-spacing:0.08em;
	opacity:1;/*追加*/
}
.lowerContent .secTitle span{
	font-size:93%;
	opacity:1;/*追加*/
}

/* staff用 */
.lowerContent .secTitle02{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	padding-top:40px;
	margin-bottom:30px;
	background:url("../img/common/titleMarker.gif") no-repeat top center;
	background-size:6px auto;
}
.lowerContent .secTitle02 h2{
	font-weight:300;
	font-size:170%;
	margin-bottom:5px;
	letter-spacing:0.08em;
}

}












/* TOPICS
-------------------------*/
#topics{
	width:960px;
	margin:0 auto;
}
#topics aside{
	float:left;
	width:260px;
}
#topics aside .acMenu{
	font-family: 'Raleway', sans-serif;
	margin-bottom:40px;
}
#topics aside h3{
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:93%;
	border-bottom:1px dotted #969696;
}
#topics aside ul{
	display:block;
}
#topics aside ul li{
	margin-bottom:25px;
	font-size:116%;
}
#topics aside ul li a{
	color:#969696;
	text-decoration:none;
}
#topics aside ul li a:hover,
#topics aside ul li.current-cat a{
	color:#1e1e1e;
	text-decoration:none;
}
#topics .rightWrap{
	float:right;
	width:640px;
}
#topics .rightWrap ul li{
	padding:30px 0;
	border-bottom:1px dotted #969696;
}
#topics .rightWrap ul li:first-child{
	padding:0px 0 30px;
	border-bottom:1px dotted #969696;
}
#topics .rightWrap ul li .thum{
	float:left;
	width:113px;
	overflow:hidden;
	background:#1e1e1e;
}
#topics .rightWrap ul li .thum img{
	width:auto;
	height:113px;
}
#topics .rightWrap ul li .box{
	float:right;
	width:510px;
}
#topics .rightWrap ul li .cat{
	font-family: 'Raleway', sans-serif;
	font-size:93%;
	margin-bottom:10px;
}
#topics .rightWrap ul li .title{
	line-height:1.4;
	font-size:116%;
	font-weight:bold;
	margin-bottom:32px;
}
#topics .rightWrap ul li .excerpt{
	line-height:1.5;
	font-size:93%;
	letter-spacing:0.08em;
}
#topics .rightWrap ul li a{
	color:#1e1e1e;
	text-decoration:none;
}
#topics .rightWrap ul li:hover{
	cursor:pointer;
}
#topics .rightWrap ul li:hover .title{
	text-decoration:underline;
}
#topics .rightWrap ul li:hover .excerpt{
	text-decoration:underline;
}
/* 詳細ページ */
#topics.topicsDetail .topicsList{
	display:none;
}
#topics.topicsDetail .viewMore{
	display:none;
}
#topics.topicsDetail .post{
}
#topics.topicsDetail .post .postHead{
	font-family: 'Raleway', sans-serif;
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:93%;
	border-bottom:1px dotted #969696;
}
#topics.topicsDetail .post .postHead .cat{
	float:left;
}
#topics.topicsDetail .post .postHead .time{
	float:right;
}
#topics.topicsDetail .post .title{
	font-size:185%;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:30px;
	letter-spacing:0.09em;
}
#topics.topicsDetail .post .postContent{
	line-height:2;
	font-size:108%;
	letter-spacing:0.09em;
}
#topics.topicsDetail .post .postContent img{
	width:100%;
	height:auto;
	max-width:640px;
	display:block;
	margin:1.5em auto;
}
#topics.topicsDetail .post .postContent img.default_size{
	width: inherit;
	height: inherit;
}









/* small display(960px)
------------------------------*/
@media only screen and (max-width:960px) {
#topics{
	width: inherit;
	margin:0 15px;
}
#topics aside{
	float:none;
	width: inherit;
	margin-bottom:30px;
}
#topics aside .acMenu{
	font-family: 'Raleway', sans-serif;
	margin-bottom:1px;
}
#topics aside h3{
	margin-bottom:0px;
	padding:20px;
	font-size:93%;
	border:none;
	background-color:#aaaaaa;
	color:#fff;
	background-image:url("../img/topics/topics_iconPlus.png");
	background-size:16px auto;
	background-position:93% center;
	background-repeat: no-repeat;
}
#topics aside .active h3{
	margin-bottom:0px;
	padding:20px;
	font-size:93%;
	border:none;
	background-color:#1e1e1e;
	color:#fff;
	background-image:url("../img/topics/topics_iconMinus.png");
	background-size:16px auto;
	background-position:93% center;
	background-repeat: no-repeat;
}
#topics aside h3:hover{
	cursor:pointer;
}
#topics aside ul{
	display:none;
}
#topics aside ul li{
	margin-bottom:0px;
	font-size:93%;
}
#topics aside ul li a{
	padding:20px 20px 20px 50px;
	display:block;
	color:#fff;
	background:#1e1e1e;
	text-decoration:none;
	background-image:url("../img/common/iconArrow_next.png");
	background-size:5px auto;
	background-position:40px center;
	background-repeat: no-repeat;
}
#topics aside ul li a:hover,
#topics aside ul li a.current{
	color: #fff;
	text-decoration:none;
}



#topics .rightWrap{
	float:none;
	width: inherit;
}
#topics .rightWrap ul li{
	padding:0;
	margin-bottom:15px;
	border-bottom:none;
}
#topics .rightWrap ul li:first-child{
	padding:0px;
	border-bottom:none;
}
#topics .rightWrap ul li .thum{
	float:left;
	width:90px;
	overflow:hidden;
	background:#1e1e1e;
	margin-right:10px;
}
#topics .rightWrap ul li .thum img{
	width:auto;
	height:90px;
}
#topics .rightWrap ul li .box{
	float:left;
	width:65%;
}
#topics .rightWrap ul li .cat{
	font-family: 'Raleway', sans-serif;
	font-size:93%;
	margin-bottom:5px;
}
#topics .rightWrap ul li .title{
	line-height:1.4;
	font-size:108%;
	font-weight:bold;
	margin-bottom:0px;
}
#topics .rightWrap ul li .excerpt{
	display:none;
}
#topics .rightWrap ul li a{
	color:#1e1e1e;
	text-decoration:none;
}
#topics .rightWrap ul li:hover{
	cursor:pointer;
}
#topics .rightWrap ul li:hover .title{
	text-decoration:underline;
}
#topics .rightWrap ul li:hover .excerpt{
	text-decoration:underline;
}

/* 詳細ページ */
#topics.topicsDetail .topicsList{
	display: block;
	margin-bottom:30px;
}
#topics.topicsDetail .viewMore{
	display: block;
}
/* viewMore */
#topics.topicsDetail .viewMore a{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	display:block;
	clear:both;
	padding:20px 0;
	border:1px solid #dcdcdc;
	margin:0 auto;
	text-align:center;
	font-size:77%;
	text-decoration:none;
	color:#aaaaaa;
	transition: 170ms ease-out;
}
#topics.topicsDetail .viewMore a:hover{
	background:#1e1e1e;
	color:#fff;
}


#topics.topicsDetail .post{
	padding-bottom:60px;
	margin-bottom:60px;
	border-bottom:1px dotted #969696;
}
#topics.topicsDetail .post .postHead{
	font-family: 'Raleway', sans-serif;
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:93%;
	border-bottom:1px dotted #969696;
}
#topics.topicsDetail .post .postHead .cat{
	float:left;
}
#topics.topicsDetail .post .postHead .time{
	float:right;
}
#topics.topicsDetail .post .title{
	font-size:124%;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:20px;
}
#topics.topicsDetail .post .postContent{
	line-height:1.6;
	font-size:93%;
}
#topics.topicsDetail .post .postContent img{
	width:100%;
	height:auto;
	max-width:640px;
	display:block;
	margin:1em auto;
}
#topics.topicsDetail .post .postContent img.default_size{
	width:100%;
	height:auto;
}
#topics.topicsDetail .pageNav{
	display: none;
}



}





























/* pageNav
-------------------------*/
.pageNav {
	text-align: center;
	margin-top: 30px;
	position:relative;
	line-height:60px;
	font-family:Arial, Helvetica, sans-serif;
	height:60px;
}
.pageNav .page,
.pageNav span{
	padding: 4px 8px;
	margin-right:8px;
	text-decoration:none;
	border:1px solid #dcdcdc;
	color:#969696;
}
.pageNav .current {
	color: #fff;
	border:1px solid #1e1e1e;
	background:#1e1e1e;
}
.pageNav a.page:hover {
	color: #fff;
	border:1px solid #1e1e1e;
	background:#1e1e1e;
}
.pageNav .extend {
	border:none;
}



.pageNav .nextpostslink,
.pageNav .previouspostslink,
.pageNav .nextpostslink a,
.pageNav .previouspostslink a{
	text-decoration:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.pageNav .nextpostslink,
.pageNav .nextpostslink a{
	background:url("../img/common/nextNav_off.png") no-repeat right center;
	position:absolute;
	right:0px;
	height:60px;
	width:60px;
	line-height:60px;
}
.pageNav .previouspostslink,
.pageNav .previouspostslink a{
	background:url("../img/common/prevNav_off.png") no-repeat left center;
	position:absolute;
	left:0px;
	height:60px;
	width:60px;
	line-height:60px;
}
.pageNav .nextpostslink:hover,
.pageNav .nextpostslink:hover a{
	background:url("../img/common/nextNav_on.png") no-repeat right center;
}
.pageNav .previouspostslink:hover,
.pageNav .previouspostslink:hover a{
	background:url("../img/common/prevNav_on.png") no-repeat left center;
}




/* small display(960px)
------------------------------*/
@media only screen and (max-width:960px) {
.pageNav {
	text-align: center;
	margin-top: 30px;
	position:relative;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
}
.pageNav .page,
.pageNav span{
	padding: 3px 7px;
	margin-right:8px;
	text-decoration:none;
	border:1px solid #dcdcdc;
	color:#969696;
}
.pageNav .current {
	color: #fff;
	border:1px solid #1e1e1e;
	background:#1e1e1e;
}
.pageNav a.page:hover {
	color: #fff;
	border:1px solid #1e1e1e;
	background:#1e1e1e;
}
.pageNav .extend {
	border:none;
}
.pageNav .nextpostslink,
.pageNav .previouspostslink{
	text-decoration:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.pageNav .nextpostslink{
	background:url("../img/common/nextNav_off.png") no-repeat right center;
	background-size:25px auto;
	position:absolute;
	right:0px;
	height:25px;
	width:25px;
	line-height:25px;
}
.pageNav .previouspostslink{
	background:url("../img/common/prevNav_off.png") no-repeat left center;
	background-size:25px auto;
	position:absolute;
	left:0px;
	height:25px;
	width:25px;
	line-height:25px;
}
.pageNav .nextpostslink:hover{
	background:url("../img/common/nextNav_on.png") no-repeat right center;
	background-size:25px auto;
}
.pageNav .previouspostslink:hover{
	background:url("../img/common/prevNav_on.png") no-repeat left center;
	background-size:25px auto;
}


}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}
img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}
img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}
img.aligncenter  {
    /* display: inline-block; */
     margin: 2em auto;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-container img {
    height: auto;
    max-width: 100%;
}









/* SALON STYLE & CREATIVE STYLE 共通
-------------------------------------*/

body.creative{
	background:#000;
}

body.post-type-archive-creative,
body.single-creative{
	background:#000;
}


.styleDesign{
	max-width:1280px;
	margin:0 auto 0px;
	width:100%;
}
.styleDesign ul {
	margin-bottom:40px;
}
.styleDesign ul li {
	max-width: 420px;
	width:32.3%;
	float: left;
	margin:0 0.5% 1%;
}
.styleDesign ul li img{
	max-width:420px;
	width:100%;
	height:auto;
}


/** 画像 **/
.stylePost li:hover .postImg img{
	background: rgba(100, 100, 100, 0.8);
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.stylePost .postImg img {
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.stylePost .postImg {
    position: relative;
}
.stylePost figure {
    overflow: hidden;
}
.stylePost figure img {
    backface-visibility: hidden;
    background-color: #fff;
    transform: scale(1);
    width: 100%;
}
.stylePost li:hover figure img {
    transform: scale(1.1);
}
.stylePost .postImg p {
    background-color:rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 1;
    opacity: 0;
    padding-top: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size:116%;
	background-image:url("../img/common/BtnViewLarge.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.stylePost li:hover .postImg p {
    opacity: 1;
}
.stylePost li:hover{
	cursor:pointer;
}

/* 個別記事*/
.styleDesign .detailContent{
	position:relative;
}
.styleDesign .detailContent .postContent{
	text-align:center;
	font-family: 'Raleway', sans-serif;
	width:960px;
	margin:0 auto 120px;
	padding-bottom:120px;
	border-bottom:1px dotted #969696;
	position:relative;
}
.styleDesign .detailContent .postContent .postHead{
	margin-bottom:10px;
}
.styleDesign .detailContent .postContent .postHead .title{
	font-size:139%;
	margin-bottom:3px;
}
#creative.styleDesign .detailContent .postContent .postHead .title{
	color:#fff;
}
.styleDesign .detailContent .postContent .postHead .subTxt{
	font-size:93%;
}
#creative.styleDesign .detailContent .postContent .postHead .subTxt{
	color:#fff;
}
.styleDesign .detailContent .postContent .mainPost img{
	/* width:;
	max-width:427px; */
}
.styleDesign .detailContent .postContent .closeBtn{
	position:absolute;
	top:0;
	right:0;
}

/* 個別記事のページャー */
.detailNav{
	position:absolute;
    top: 50%;
	margin-top:-150px;
	width:100%;
}
.creative .detailNav{
	opacity:0.5;
}
.detailNav .nextpostslink a{
	background:url("../img/common/nextNav_off.png") no-repeat right center;
	position:absolute;
	right:0px;
	height:60px;
	width:60px;
	line-height:60px;
}
.detailNav .previouspostslink a{
	background:url("../img/common/prevNav_off.png") no-repeat left center;
	position:absolute;
	left:0px;
	height:60px;
	width:60px;
	line-height:60px;
}

.detailNav .nextpostslink,
.detailNav .previouspostslink,
.detailNav .nextpostslink a,
.detailNav .previouspostslink a{
	text-decoration:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.detailNav .nextpostslink:hover,
.detailNav .nextpostslink:hover a{
	background:url("../img/common/nextNav_on.png") no-repeat right center;
}
.detailNav .previouspostslink:hover,
.detailNav .previouspostslink:hover a{
	background:url("../img/common/prevNav_on.png") no-repeat left center;
}







/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {
.styleDesign{
	max-width:1280px;
	margin:0 auto 0px;
	width:100%;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 個別記事*/
.styleDesign .detailContent .postContent{
	width: inherit;
}
}



/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.styleDesign{
	max-width:1280px;
	margin:0 auto 0px;
	width:100%;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.styleDesign ul {
	margin-bottom:40px;
}
.styleDesign ul li {
	max-width: 420px;
	width:31%;
	float: left;
	margin:0 1% 2%;
}
.styleDesign ul li img{
	max-width:420px;
	width:100%;
	height:auto;
}

/** 画像 **/
.stylePost .postImg p {
	background-size:auto 7px;
}
/* 個別記事*/
.styleDesign .detailContent{
	position:relative;
}
.styleDesign .detailContent .postContent{
	text-align:left;
	width: inherit;
	margin:0 auto 120px;
	padding-bottom:0px;
	border-bottom:none;
	position:relative;
}
.styleDesign .detailContent .postContent .postHead{
	margin-bottom:10px;
}
.styleDesign .detailContent .postContent .postHead .title{
	font-size:116%;
	margin-bottom:3px;
}
.styleDesign .detailContent .postContent .postHead .subTxt{
	font-size:77%;
}
.styleDesign .detailContent .postContent .mainPost img{
	width:100%;
	max-width:427px;
	display:block;
	margin:0 auto;
}
.styleDesign .detailContent .postContent .closeBtn{
	position:absolute;
	top:0;
	right:0;
}
.styleDesign .detailContent .postContent .closeBtn img{
	width:15px;
	height:auto;
}

/* 個別記事のページャー */
.detailNav{
	display:none;
}
}





/* STAFF
-------------------------*/
#staff{
	width:960px;
	margin:0 auto 0px;
	overflow: hidden;
	position:relative;
}
#staff .closeBtn{
	position:absolute;
	top:0;
	right:0;
}

#staff .mainPost{
	margin-bottom:120px;
}
#staff .detailContent{
	margin-bottom:120px;
}
#staff figure.pht{
	float:left;
	width:450px;
}
#staff figure img{
	width:100%;
	height:auto;
}
#staff .profileWrap{
	float:right;
	width:450px;
}
#staff .profileWrap .position{
	font-family: 'Raleway', sans-serif;
	margin-bottom:5px;
	line-height: 1.8em;
	text-align: justify;
}
#staff .profileWrap .name{
	font-family: 'Raleway', sans-serif;
	margin-bottom:20px;
	font-size:231%;
}
#staff .profileWrap dl{
	margin-bottom:30px;
}
#staff .profileWrap dl dt{
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
	margin-bottom:10px;
}
#staff .profileWrap dl dd{
	margin-bottom: 8px;
	line-height:1.4;
}
#staff .profileWrap dl dd ul li{
	padding-left: 1.6em;
	text-indent: -1.6em;
	margin-bottom:6px;
	line-height:1.4;
}
#staff .profileWrap p.btnLink{

}

#staff .profileWrap p.btnLink a{
width:300px;
	display: block;
 background: #999;
 padding: 15px 15px;
 text-align: center;
 text-decoration: none;
 color: #FFF;
 border-radius: 5px;
 background: rgb(243,79,111);
background: -webkit-linear-gradient(left, rgba(243,79,111,1) 0%, rgba(255,89,76,1) 44%, rgba(254,46,107,1) 100%);
background: -o-linear-gradient(left, rgba(243,79,111,1) 0%, rgba(255,89,76,1) 44%, rgba(254,46,107,1) 100%);
background: linear-gradient(to right, rgba(243,79,111,1) 0%, rgba(255,89,76,1) 44%, rgba(254,46,107,1) 100%);
 margin: 0 auto;
}



#staff .profileWrapFull{
	width:960px;
}
#staff .profileWrapFull .position{
	font-family: 'Raleway', sans-serif;
	margin-bottom:5px;
	line-height: 1.8em;
	text-align: center;
}
#staff .profileWrapFull .name{
	font-family: 'Raleway', sans-serif;
	margin-bottom:20px;
	font-size:231%;
}
#staff .profileWrapFull dl{
	margin-bottom:30px;
}
#staff .profileWrapFull dl dt{
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
	margin-bottom:10px;
}
#staff .profileWrapFull dl dd{
	margin-bottom: 8px;
	line-height:1.4;
}
#staff .profileWrapFull dl dd ul li{
	padding-left: 1.6em;
	text-indent: -1.6em;
	margin-bottom:6px;
	line-height:1.4;
}


/* pager */
#staff .detailNav{
	position: inherit;
	clear:both;
	width:inherit;
	margin-top:0;
	top: inherit;
	margin-bottom:120px;
}



/* 一覧 */
#staff ul.stylePost {
	width:1022px;
	margin-right: -40px;
}
ul.stylePost li{
	opacity:0;
}
#staff ul.stylePost li {
	width: 210px;
	float: left;
	margin-right: 40px;
	margin-bottom:40px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	margin-left:0 !important;
}
#staff ul.stylePost li:hover{
	cursor:pointer;
}
#staff ul.stylePost li figure{
	margin-bottom:15px;
	height:210px;
	overflow:hidden;
}
#staff ul.stylePost li img{
	width:210px;
	height:auto;
}
#staff ul.stylePost .position{
	margin-bottom:5px;
}
#staff ul.stylePost .name{
	font-size:154%;
}
#staff ul.stylePost .name a{
	text-decoration:none;
}
#staff ul.stylePost .postImg p {
	background-image:none;
}


/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {
#staff{
	width:750px;
	margin:0 auto;
	overflow: hidden;
}



#staff figure.pht{
	float:none;
	width:450px;
	margin:0 auto 50px;
}
#staff .profileWrap{
	float:none;
	width:450px;
	margin:0 auto;
}

#staff ul.stylePost {
	width:750px;
	margin-right: -40px;
}
#staff ul.stylePost li {
	width: 210px;
	float: left;
	margin-right: 40px;
	margin-bottom:40px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}
#staff ul.stylePost .postImg p {
	background-image:none;
}
}

/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
ul.stylePost li{
	opacity:1;
}
#staff{
	margin:0 15px 0px;
	width:inherit;
	overflow:inherit;
}
#staff .mainPost{
	margin-bottom:0px;
}
#staff .detailContent{
	margin-bottom:0px;
}
#staff .closeBtn{
	display:none;
}
#staff figure.pht{
	float:none;
	width: inherit;
	margin:0 auto 25px;
	text-align:center;
}
#staff figure img{
	width:100%;
	height:auto;
	max-width:450px;
}
#staff .profileWrap{
	float:none;
	width: inherit;
	margin:0 auto 100px;
}
#staff .profileWrap .position{
	font-family: 'Raleway', sans-serif;
	margin-bottom:5px;
}
#staff .profileWrap .name{
	font-family: 'Raleway', sans-serif;
	margin-bottom:20px;
	font-size:231%;
}
#staff .profileWrap dl{
	margin-bottom:25px;
}
#staff .profileWrap dl dt{
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
	margin-bottom:10px;
}
#staff .profileWrap dl dd ul li{
	padding-left: 1.6em;
	text-indent: -1.6em;
	margin-bottom:6px;
	line-height:1.4;
}

/* pager */
#staff .detailNav{
	display:none;
}
/* 一覧 */
#staff ul.stylePost {
	width:inherit;
	margin-right:0;
}
#staff ul.stylePost li {
	width: 48%;
	float: left;
	margin-bottom:25px;
	margin-right:0;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	/* height:auto !important; */
}
#staff ul.stylePost li:nth-child(even){
	float: right;
}
#staff ul.stylePost li:hover{
	cursor:pointer;
}
#staff ul.stylePost li figure{
	margin-bottom:10px;
	overflow:hidden;
	max-height:210px;
	height:inherit;
}
#staff ul.stylePost li img{
	width:100%;
	height:auto;
}
#staff ul.stylePost .position{
	margin-bottom:5px;
	font-size:70%;
}
#staff ul.stylePost .name{
	font-size:116%;
}
#staff ul.stylePost .name a{
	text-decoration:none;
}
}



/* VALUE
-------------------------*/
#value{
	width:960px;
	margin:0 auto 0px;
}
#value .sec{
	position:relative;
	margin-bottom:180px;
}
#value .sec08{
	margin-bottom:0px;
}
#value .sec figure.left{
	width:480px;
}
#value .sec figure.right{
	width:450px;
}
#value .sec figure img{
	width:100%;
	height:auto;
}
#value .sec .txtWrap.right{
	width:450px;
}
#value .sec .txtWrap.left{
	width:480px;
}
#value .sec .txtWrap .title{
	font-family: 'Raleway', sans-serif;
	font-size:470%;
	font-weight:100;
	margin-top:-0.25em;
}
#value .sec .txtWrap .subTitle{
	font-family: 'Raleway', sans-serif;
	font-size:116%;
	margin-bottom:30px;
}
#value .sec .txtWrap .txt{
	line-height:2;
}
#value .sec .number{
	position:absolute;
	z-index:-1;
}
#value .sec .no01{
	top:90px;
	right:-12px;
}
#value .sec .no02{
	top:-80px;
	left:-100px;
}
#value .sec .no03{
	top:-65px;
	right:-45px;
}
#value .sec .no04{
	top:-100px;
	left:-120px;
}
#value .sec .no05{
	top:16px;
	right:17px;
}
#value .sec .no06{
	top:16px;
	left:-106px;
}
#value .sec .no07{
	top:16px;
	right:-24px;
}
#value .sec .no08{
	top:16px;
	left:-106px;
}

/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
#value{
	width: inherit;
	margin:0 15px 0px;
}
#value .sec{
	position:relative;
	margin-bottom:90px;
	text-align:center;
}
#value .sec08{
	margin-bottom:0px;
}
#value .sec figure.left{
	width: inherit;
	float:none;
}
#value .sec figure.right{
	width: inherit;
	float:none;
}
#value .sec figure img{
	width:100%;
	height:auto;
	max-width:580px;
	margin-bottom:25px;
}
#value .sec .txtWrap.right{
	width: inherit;
	float:none;
}
#value .sec .txtWrap.left{
	width: inherit;
	float:none;
}
#value .sec .txtWrap .title{
	font-family: 'Raleway', sans-serif;
	font-size:277%;
	font-weight:100;
	margin-top:0em;
	margin-bottom:2px;
	letter-spacing:0.08em;
}
#value .sec .txtWrap .subTitle{
	font-family: 'Raleway', sans-serif;
	font-size:88%;
	margin-bottom:18px;
	letter-spacing:0;
}
#value .sec .txtWrap .txt{
	line-height:2.2;
	font-size:85%;
	letter-spacing:0;
}
#value .sec .number{
	display:none;
}
}



/* VALUE 続きを読む
-------------------------*/
@media only screen and (min-width: 769px) {
#value .viewMore{
	display:none;
}
#value .txtWrap .txt .hide{
	display:inline;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
#value .txtWrap .txt .hide{
	display:none;
}
#value .viewMore.active{
	display:none;
}
/* viewMore */
#value .viewMore a{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	display:block;
	clear:both;
	padding:20px 0;
	border:1px solid #dcdcdc;
	margin:20px auto 0;
	text-align:center;
	font-size:77%;
	text-decoration:none;
	color:#aaaaaa;
	transition: 170ms ease-out;
}
#value .viewMore a:hover{
	background:#1e1e1e;
	color:#fff;
	cursor:pointer;
}
}



/* FLOW
-------------------------*/

/* スライダー追加 */
#flow #thumb-h{
}
#flow .sp-selected-thumbnail img{
	opacity:0.5;
}
#flow .sp-thumbnail-container{
	background:#1e1e1e;
}
#flow .sp-thumbnails:hover{
	cursor:pointer;
}
#flow .spFlow{
	display:none;
}

/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {
#flow .pcContent{
	padding:0 15px;
}
}

/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
#flow #thumb-h{
	display:none;
}
#flow .spFlow{
	display: block;
}




/** 画像 **/
.spFlow li{
	margin-bottom:40px;
}
.spFlow .postImg img {
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
	max-width:400px;
}
.spFlow .postImg {
    position: relative;
	text-align:center;
	width:320px;
	margin:0 auto;
}
.spFlow figure {
    overflow: hidden;
}
.spFlow figure img {
    backface-visibility: hidden;
    background-color: #fff;
    transform: scale(1);
    width: 100%;
}
.spFlow .pageNav{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-17px;
}
.spFlow .pageNav img{
	width:35px;
	height:auto;
}

.spFlow .postImg .click {
    background-color:rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.spFlow li.active .postImg .click {
    opacity: 1;
}

.spFlow .postImg .click .inner{
	display:table;
	margin-top:5%;
	height:100%;
	width:100%;
}

.spFlow .postImg .click .titleWrap{
	padding:20px;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	position:absolute;
	top:0;
}
.spFlow .postImg .click .title{
	font-size:93%;
	margin-bottom:5px;
}
.spFlow .postImg .click .storyTitle{
	font-size:240%;
	font-weight:100;
	letter-spacing:0.1em;
	line-height:1;
}
.spFlow .postImg .click .txt{
	text-align:center;
	font-size:87%;
	line-height:2;
	display:table-cell;
	vertical-align:middle;
	padding:12px;
	letter-spacing:0;
}
.spFlow li:hover{
	cursor:pointer;
}
}






















