@charset "UTF-8";
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block }
caption { text-align: left; }
img { vertical-align: top; }
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
main {display: block;/* for IE */}
abbr,acronym{border:0;font-variant:normal}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{font-size:100%}
input,button,textarea,select {font-size: 100%;font-family: inherit;color: inherit;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="button"],input[type="submit"] {border-radius: 0;-webkit-appearance: none;}
textarea {overflow: auto;vertical-align: top;}
li { list-style: none; }

/*==================================================
Body_Bace
==================================================*/
/*
html { overflow:auto; -webkit-overflow-scrolling: touch;}
*/
* {
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
html { -webkit-overflow-scrolling: touch;}
body {
	width: 100%;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.15em;
	background: #fff;
	font-family: 'Noto Sans',"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, 'Lato', sans-serif;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
}
#wapper { 
position: relative;
}
#wapper { 
box-shadow: 0 !important;
-webkit-box-shadow: 0 !important;
-moz-box-shadow: 0 !important;
}
img { border: none; outline: none;}
.viewSp { display: none; }
.viewPc { display: inline-block; }


/* link
---------------------------------*/
#header a,
#main a,
#footer a {
	text-decoration: none;
}
.page_newsDetail .contMain a,
.page_worksDetail .contLeft a,
.page_membersDetail .cont_main a {
	color: #000;
	border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
	body { font-size: 13px; }
}
@media screen and (max-width: 768px) {
	body { min-width: 0; -webkit-text-size-adjust: none; overflow-x: hidden; }
	.viewSp {display: block; }
	.viewPc { display: none; }
	img { max-width: 100%; width : auto; height: auto; }
}
@media screen and (max-width: 415px) {
	body { font-size: 12px; }
}

/*==================================================
loader
==================================================*/
/* #loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	background: #000;
	z-index: 9999;
}
#loading .loading_img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 465px;
	height: 350px;
	margin-top: -175px;
	margin-left: -232.5px;
} */

/*==================================================
intro
==================================================*/
#intro {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2000;
}
#intro .introInr {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
	@media screen and (max-width: 768px) {
		#intro .introInr p {
			width: 65.1%;
			margin: 0 auto;
		}
	}

/*==================================================
#Header
==================================================*/
#header {
/*
	position: absolute;
*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}
	@media screen and (max-width: 768px) {
		.memeber_detail_hd #header {
			position: fixed !important;
		}
	}
#header.headerFontBk {
/*
	position: relative;
*/
}
.header {
	padding: 30px 50px 25px 40px;
}
.header:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.header h1 {
	width: 151px;
	height: 31px;
	float: left;
}
.header h1 img,
.header h1 svg {
	width: 100%;
}

.headerDefalt #headlogo .cls-1 { fill: #fff; }
.headerFontBk #headlogo .cls-1 { fill: #000; }

	@media screen and (max-width: 1100px) {
		.header {
			padding: 20px 50px 20px 40px;
		}
	}
	@media screen and (max-width: 768px) {
		.header {/* 560px */
			padding: 4.6875% 6.25%;
		}
		.header h1 {
			width: 42.5%;
			height: auto;
			max-width: 238px;
		}
		.header h1 a {
			display: block;
		}
	}

/*gnav
------------------------------ */
#gnav {
	float: right;
	padding: 5px 0 0;
}
.gnav li {
	display: inline-block;
	padding: 0 0 0 25px;
}
.gnav li a {
	position: relative;
	padding: 0 0 8px;
	font-family: 'Lato';
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.15em;
}
.gnav li a::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop,
	.gnav li a::after {
		bottom: -3px;
	}
}
.gnav li a:hover::after {
	width: 100%;
}
.gnav li.current a {
	padding-bottom: 6px;
	border-bottom: 2px solid #000;
}
.gnav li.current a:hover::after {
	width: 0;
}
.headerDefalt .gnav li.current a {
	border-color: #fff;
}
.headerFontBk .gnav li.current a {
	border-color: #000;
}
.gnav li a.current::after {
	display: none;
}
	@media screen and (max-width: 1100px) {
		#gnav {
			display: none;
		}
	}

/*type --- Default
------------------------------ */

/*type --- headerFontBk
------------------------------ */
.headerFontBk .header {
	border-bottom: 1px solid #d5d5d5;
	background: #fff;
}
.headerFontBk .header .gnav li a {
	color: #000;
	font-weight: bold;
}
.headerFontBk .header .gnav li a::after {
	background: #000;
}

/*menu btn
------------------------------ */
	@media screen and (min-width: 1101px) {
		.header .btn_menu {
			display: none;
		}
	}
	@media screen and (max-width: 1100px) {
		.header .btn_menu {
			display: block;
			float: right;
			padding: 5px 0 5px 5px;
		}
	}
	@media screen and (max-width: 768px) {
		.header .btn_menu {
			position: absolute;
/* 			top: 7%; */
			top: 10.5%;
			right: 0;
/* 			width: 7.14%; */
			width: 5.5%;
			max-width: 40px;
			padding: 4.6875% 6.25%;
		}
		.header .btn_menu img {
			width: 100%;
		}
	}


/*==================================================
#main
==================================================*/
#main {
	position: relative;
}
.mainWrap {
	position: relative;
}
.main {
	position: relative;
	background: #fff;
	z-index: 100;
}
	@media screen and (max-width: 768px) {
		.page_news article,
		.page_works article,
		.page_members article,
		.news_detailWrap {
			overflow: hidden;
		}
	}

/*base
------------------------------  */
.main .cont_inr,
.common_foot .cont_inr {
	width: 980px;
	margin: 0 auto;
}
	@media screen and (max-width: 995px) {
		.main .cont_inr,
		.common_foot .cont_inr {
			width: 93.75%;
			padding: 0 3.125%;
		}
	}
	@media screen and (max-width: 768px) {
		.main .cont_inr,
		.common_foot .cont_inr {
			width: 100%;
			padding: 0;
		}
	}
	
.main .contTtl {
	padding: 110px 0 70px;
	font-size: 40px;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-decoration: none;
	line-height: 100%;
	text-align: center;
}
.btnBase {
	display: block;
	padding: 55px 0;
	color: #000;
	font-size: 16px;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}
.btnBase:hover {
	color: #fff;
	background: #000;
}
	@media screen and (max-width: 768px) {
		.main .contTtl {
			padding: 17% 0 11%;
		}
	}
	@media screen and (max-width: 768px) {
		.btnBase {
			padding: 65px 0;
			font-size: 16px;
		}
		.home .btnBase.onTap {
			color: #fff;
			background:#000;
		}
		.home .btnBase.offTap {
			color: #000;
			background:#none;
		}
	}
	@media screen and (max-width: 768px) {
		.btnBase {
			padding: 10.1% 0;
		}
	}
	@media screen and (max-width: 480px) {
		.main .contTtl {
			font-size: 32px;
		}
	}
	@media screen and (max-width: 415px) {
		.main .contTtl {
			font-size: 26px;
		}
		.btnBase {
			font-size: 14px;
		}
	}

/*.sns_share */
.sns_share {
	display: table;
	width: 200px;
	padding: 15px 20px;
	background: #efefef;
}
.sns_share .txt {
	display: table-cell;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.15em;
	vertical-align: middle;
}
.sns_share ul {
	display: table;
	width: 100%;
	vertical-align: middle;
}
.sns_share li {
	display: table-cell;
	width: 25%;
	text-align:center;
}
.sns_share li a {
	display: block;
	border-bottom: none !important;
}
.sns_share li a img {
	width: 100%;
	vertical-align: middle;
}
.sns_share li a span {
	display:inline-block;
}
.sns_share li.icn_fb a span {
	width: 7px;
	height: 14px;
}
.sns_share li.icn_twitter a span {
	width: 15px;
	height: 12px;
}
.sns_share li.icn_pinteres a span {
	width: 15px;
	height: 15px;
}
.sns_share li.icn_google a span {
	width: 22px;
	height: 14px;
}
	@media screen and (min-width: 769px) {
		.page_worksDetail .sns_share,
		.page_membersDetail .sns_share {
			width: 250px;
			padding: 30px 10px 30px 25px;
			margin: 0 auto;
			border: 1px solid #fff;
			box-sizing: border-box;
		}
		.page_worksDetail .sns_share .txt,
		.page_membersDetail .sns_share .txt {
			width: 75px;
		}
		.page_worksDetail .sns_share li.icn_fb a span,
		.page_membersDetail .sns_share li.icn_fb a span {
			width: 10px;
			height: 20px;
		}
		.page_worksDetail .sns_share li.icn_twitter a span,
		.page_membersDetail .sns_share li.icn_twitter a span {
			width: 21px;
			height: 18px;
		}
		.page_worksDetail .sns_share li.icn_pinteres a span,
		.page_membersDetail .sns_share li.icn_pinteres a span {
			width: 21px;
			height: 21px;
		}
		.page_worksDetail .sns_share li.icn_google a span,
		.page_membersDetail .sns_share li.icn_google a span {
			width: 31px;
			height: 20px;
		}
	}
	@media screen and (max-width: 768px) {
		.sns_share {
			display: block;
			width: 69.6%;/*390px */
			padding: 0;
			background: none;
		}
		.sns_share .txt {
			display: block;
			width: 100%;
			padding: 0 0 10px;
		}
		.sns_share ul {
			display: block;
			width: 100%;
		}
		.sns_share li {
			display: inline-block;
			margin: 0 10% 0 0;
		}
		.sns_share li.icn_fb {
			width: 5.12%;
		}
		.sns_share li.icn_twitter {
			width: 11%;
		}
		.sns_share li.icn_pinteres {
			width: 11.3%;
		}
		.sns_share li.icn_google {
			width: 16.2%;
		}
		#main .sns_share li a span {
			width: 100%;
		}
		#main .sns_share li a span img {
			width: 100%;
		}
	}
	@media screen and (max-width: 640px) {
		.sns_share .txt {
			padding: 0 0 3%;
		}
	}

/*pegePager
------------------------------*/
.pegePager {
	display: none !important;
}
.pegePager {
	position: absolute;
	width: auto;
	height: 300px;
	margin-top: 0px;
	opacity:0;
	z-index: 1000;
}
.pegePager.btn_next {
	right: 60px;
}
.pegePager p {
	display:inline-block;
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	z-index: 9999;
}
.pegePager p a {
	display:block;
	text-decoration: none;
	color: #000;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.pegePager p.pev {
	top: 0;
	left: 60px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pegePager p.next {
	top: 0;
	left: 100%;
}
.page_worksDetail .pegePager p.pev { margin-top: -88.5px;}
.page_worksDetail .pegePager p.next { margin-top: -66.5px; }

	@media screen and (max-width: 1300px) {
		.pegePager p.pev {
			left: 20px;
		}
		.pegePager p.next {
			right: 20px;
		}
	}
	@media screen and (max-width: 1150px) {
		.pegePager {
			display: none;
		} 
	}


/*contfoot
------------------------------*/
.contfoot_detail {
	clear: both;
	background: #efefef;
}
.contfoot_detail .detailNav {
	display: table;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.contfoot_detail .detailNav:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.contfoot_detail .detailNav li {
	display: table-cell;
	box-sizing: border-box;
	background: #efefef;
	transition: all .3s;
}
.contfoot_detail .detailNav li a,
.contfoot_detail .detailNav li span.noLink {
	display: block;
	height: 160px;
	line-height: 160px;
	text-decoration: none;
	color: #000;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.15em;
}
.contfoot_detail .detailNav li:hover {
	background: #000;
}
.contfoot_detail .detailNav li:hover a {
	color: #fff;
}
.contfoot_detail .detailNav li.btnNoLink:hover {
	background: none;
}
.contfoot_detail .detailNav li.btnNoLink span.text {
	color: #ccc;
}
.contfoot_detail .detailNav li i {
	font-style: normal;
}
.contfoot_detail .detailNav li.pev,
.contfoot_detail .detailNav li.next {
	width: 33%;
}
.contfoot_detail .detailNav li.pev a,
.contfoot_detail .detailNav li.pev .noLink {
	padding-left: 10.2%;
}
.contfoot_detail .detailNav li.next a,
.contfoot_detail .detailNav li.next .noLink {
	padding-right: 10.2%;
	text-align: right;
}
.contfoot_detail .detailNav li.pev span.text,
.contfoot_detail .detailNav li.next span.text {
	position: relative;
	line-height: 100%;
}
.contfoot_detail .detailNav li.back span.text {
	line-height: 100%;
}
.contfoot_detail .detailNav li.pev span.text:before,
.contfoot_detail .detailNav li.next span.text:before {
	position: absolute;
	top: 50%;
	display: block;
	content: "▲";
	font-size: 10px;
}
.contfoot_detail .detailNav li.pev span.text {
	padding: 0 0 0 20px;
}
.contfoot_detail .detailNav li.next span.text {
	padding: 0 20px 0 0;
}
.contfoot_detail .detailNav li.pev span.text:before {
	left: 0;
	margin-top: -8px;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.contfoot_detail .detailNav li.next span.text:before {
	right: 0;
	margin-top: -7px;
	-moz-transform: rotate(85deg);
	-webkit-transform: rotate(85deg);
	-o-transform: rotate(85deg);
	-ms-transform: rotate(85deg);
	transform: rotate(85deg);
}
.contfoot_detail .detailNav li.back {
	width: auto;
	vertical-align: middle;
}
.contfoot_detail .detailNav li.back a {
	text-align: center;
}
.contfoot_detail .detailNav li.back a:hover .icn_list {
	fill: #fff;
}
	@media screen and (max-width: 1000px) {
		.contfoot_detail {
			background: #efefef;
		}
	}
	@media screen and (max-width: 768px) {
		.contfoot_detail .detailNav li.pev,
		.contfoot_detail .detailNav li.back,
		.contfoot_detail .detailNav li.next {
			width: 33.333%;
		}
		.contfoot_detail .detailNav li.back a {
			position: relative;
		}
		.contfoot_detail .detailNav li.back svg {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		.contfoot_detail .detailNav li i {
			display: none;
		}
		.contfoot_detail .detailNav li a,
		.contfoot_detail .detailNav li span.noLink {
			height: 120px;
			line-height: 120px;
		}
	}
	@media screen and (max-width: 480px) {
		.contfoot_detail .detailNav li a,
		.contfoot_detail .detailNav li span.noLink {
			height: 80px;
			line-height: 80px;
			font-size: 14px;
		}
	}

/*googlemap btn_link
------------------------------*/
.btn_googlemap {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 165px;
	height: 45px;
	padding: 0 0 0 40px;
	line-height: 45px;
	color: #fff;
	font-family : "Lato";
	font-size: 14px;
	letter-spacing: 0.05em;
	background: #000;
	box-sizing: border-box;
	transition: all .3s;
}
.home .btn_googlemap {
	bottom: 20px;
	left: auto;
	right: 20px;
}


.btn_googlemap:hover {
	background: #333;
}
.btn_googlemap span {
	position: relative;
}
.btn_googlemap span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	width: 13px;
	height: 18px;
	content: "";
	margin-top: -9px;
	background: url(../img/icn_pin.png) no-repeat 0 0;
	background-size: contain;
}

	@media screen and (max-width: 900px) {
		.btn_googlemap {
			position: absolute;
			bottom: -55px;
			left: 0;
			width: auto;
			height: 45px;
			padding: 0 0 0 3.5%;
			line-height: 45px;
			color: #000;
			font-weight: bold;
			background: none;
		}
		.btn_googlemap:hover {
			background: none;
		}
		.btn_googlemap span {
			position: relative;
			padding: 0 0 5px;
			border-bottom: 1px dotted #000;
		}
		.btn_googlemap span:before {
			display: block;
			position: absolute;
			top: 50%;
			left: -25px;
			width: 15px;
			height: 20px;
			content: "";
			margin-top: -10px;
			background: url(../img/icn_pin_sp.png) no-repeat 0 0;
			background-size: contain;
		}
	}
	@media screen and (max-width: 640px) {
		.btn_googlemap {
			padding: 0 0 0 4.6875%;
		}
		.btn_googlemap span:before {
			left: -25px;
		}
	}
	@media screen and (max-width: 415px) {
		.btn_googlemap {
			padding: 0 0 0 8%;
		}
	}



/*==================================================
main --- hero base
==================================================*/
#hero {
	position: relative;
	color: #fff;
}
#hero a {
	color: #fff;
}
.hero .windowFit {
	position: relative;
	height: 100%;
/* 	min-height: 850px; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero .heroInr {
	position: relative;
	z-index: 100;
}
	@media screen and (max-width: 768px) {
		.hero .windowFit {
			min-height: 640px;
		}
	}
	@media screen and (max-width: 640px) {
		.hero .windowFit {
			min-height: 560px;
		}
	}

/*.btn_scroll */
.hero .btn_scroll {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 82px;
	font-size: 14px;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-decoration: none;
	line-height: 100%;
	z-index: 100;
}
.hero .btn_scroll span {
	display: inline-block;
	width: 150px;
	margin-left: -75px;
	text-align: center;
}
.hero .btn_scroll span:after {
	display: block;
	margin: 10px auto 0;
	width: 2px;
	height: 58px;
	content:"";
	background: #fff;
}
	@media screen and (max-width: 479px) {
		.hero .btn_scroll {
			height: 52px;
			font-size: 12px;
		}
		.hero .btn_scroll span:after {
			height: 30px;
		}
	}
	@media screen and (max-width: 414px) {
		.hero .btn_scroll {
			height: 52px;
			font-size: 12px;
		}
		.hero .btn_scroll span:after {
			height: 30px;
		}
	}
	@media screen and (max-height: 321px) and (max-width: 570px) {
		.hero .btn_scroll {
			display: none !important;
		}
	}

/*.heronav ( only pc  )*/
.heroNav li {
	position: absolute;
}
.heroNav li a {
	font-family: 'Lato';
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-decoration: none;
}
.heroNav li.heronav01 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.heroNav li.heronav03 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
}
.heroNav li.heronav01,
.heroNav li.heronav03 {
	top: 50%;
}
.heroNav li.heronav01 {
	margin-top: -24.4px;
}
.heroNav li.heronav03 {
	margin-top: -31px;
}
.heroNav li.heronav02,
.heroNav li.heronav04 {
	bottom: 66px;
}
.heroNav li.heronav01,
.heroNav li.heronav02 {
	left: 120px;
}
.heroNav li.heronav03,
.heroNav li.heronav04 {
	right: 120px;
}
	@media screen and (max-width: 1000px) {
		.heroNav {
			display: none;
		}
	}

/*==================================================
main ---page base
==================================================*/
.pageBase .bg_main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 465px;
}
.pageBase.page_worksDetail.type01 .bg_main,
.pageBase.page_membersDetail .bg_main {
	height: 580px;
	background-position: 50% 0 !important;
}
	@media screen and (max-width: 768px) {
		.pageBase .bg_main,
		.pageBase.page_worksDetail.type01 .bg_main,
		.pageBase.page_membersDetail .bg_main {
			height: auto;
		}
		.pageBase.page_news .bg_main,
		.pageBase.page_members .bg_main {
			padding: 64.5% 0 0;
		}
		.pageBase.page_works .bg_main {
			padding: 103.4% 0 0;
		}
		.pageBase.page_worksDetail.type01 .bg_main,
		.pageBase.page_membersDetail .bg_main {
			padding: 135% 0 0;
		}
	}
.page_news .bg_main {
	background: url(../img/bg_news.jpg) no-repeat 50% 50%;
	background-size: cover !important;
}
.page_works .bg_main {
	background: url(../img/bg_works.jpg) no-repeat 50% 50%;
	background-size: cover !important;
}
.page_worksDetail.type01 .bg_main {
	background: url(../img/bg_works_newlist01.jpg) no-repeat 50% 50%;
	background-size: cover !important;
}
.page_membersDetail .bg_main {
	background: url(../img/bg_members_detail01.jpg) no-repeat 50% 50%;
	background-size: cover !important;
}
.page_members .bg_main {
	background: url(../img/bg_members.jpg) no-repeat 50% 50%;
	background-size: cover !important;
}
	@media screen and (max-width: 768px) {
		.page_news .bg_main {
			background: url(../img/bg_news_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		.page_works .bg_main {
			background: url(../img/bg_works_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		.page_worksDetail.type01 .bg_main {
			background: url(../img/bg_works_newlist01_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		.page_membersDetail .bg_main {
			background: url(../img/bg_members_detail01_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		.page_members .bg_main {
			background: url(../img/bg_members_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
	}

/* page -- ttl
------------------------------------ */
.pageBase .contHead {
	position: relative;
	width: 100%;
	height: 465px;
/* 	margin-top: -90px; */
	font-family: 'Lato';
	color: #fff;
	font-size: 60px;
	letter-spacing: 0.15em;
	text-align: center;
}
.pageBase .contHead h1 {
	display: block;
	width: 768px;
	position: absolute;
	top: 44%;
	left: 50%;
	margin-left: -384px;
	text-align: center;
	font-weight: bold;
	font-weight: 700;
}
	@media screen and (max-width: 768px) {
		.pageBase .contHead {
			height: auto;
			font-size: 48px;
			margin-top: 0;
		}
		.pageBase.page_news .contHead,
		.pageBase.page_members .contHead {
			padding: 64.5% 0 0;
		}
		.pageBase.page_works .contHead {
			padding: 103.4% 0 0;
		}
	}
	@media screen and (max-width: 640px) {
		.pageBase .contHead {
			font-size: 40px;
		}
	}
	@media screen and (max-width: 480px) {
		.pageBase .contHead {
			font-size: 36px;
		}
	}
	@media screen and (max-width: 360px) {
		.pageBase .contHead {
			font-size: 32px;
		}
	}

/* category_pulldown
------------------------------------ */
.category_pulldown {
	margin: 0 auto;
}
	.page_news .category_pulldown {
		width: 630px;
	}
	.page_works .category_pulldown {
		width: 946px;
	}
	.page_members .category_pulldown {
		width: 316px;
	}

.category_pulldown.forSp {
	display: none;
}
.category_pulldown:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.category_pulldown dl {
	position: relative;
	display: block;
	width: 315px;
	float: left;
	z-index: 100;
}
/* .category_pulldown dt, */
.category_pulldown dd {
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	box-sizing: border-box;
}
.category_pulldown dt {
	height: 122px;
	line-height: 122px;
	text-align: center;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size:18px;
	letter-spacing: 0.25em;
	box-sizing: border-box; 
	transition: all .3s;
}
.category_pulldown dt span {
	position: relative;
	padding: 0 20px 0 0;
}
.category_pulldown dt span:after {
	position: absolute;
	top: 50%;
	right: 0;
	display:inline-block;
	height: auto;
	line-height: 100%;
	content: "▲";
	font-size: 10px;
	margin-top: -5px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.category_pulldown dt.current,
.category_pulldown dt:hover {
	background: #efefef;
}
.category_pulldown dt.current span:after {
	right: -5px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.category_pulldown dd {
	position: absolute;
	top: 122px;
	left: 0;
	width: 100%;
	box-sizing: border-box; 
}
.category_pulldown dd li {
/* 	height: 58px;
	line-height: 58px; */
	border-bottom: 1px solid #efefef;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
}
.category_pulldown dd li:hover {
	background: #efefef;
}
.category_pulldown dd li a {
	display: block;
	padding: 18px 30px;
	text-decoration: none;
	color: #000;
}
.category_pulldown .pd_media dd li a {
	padding: 15px 40px;
}
.category_pulldown .pd_media,
.category_pulldown .pd_year {
	margin-left: -1px;
}
.category_pulldown .pd_category dd li,
.category_pulldown .pd_media dd li {
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
}
	.page_works .category_pulldown .pd_category dd li,
	.page_works .category_pulldown .pd_media dd li {
		font-size: 13px;
	}
.category_pulldown .pd_year dd li {
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size:16px;
	letter-spacing: 0.25em;
}
.category_pulldown .subttl {
	padding: 18px 30px;
	position: relative;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
	border-bottom:1px solid #efefef;
	background: #fff;
	transition: all .3s;
}
.category_pulldown .subttl:hover {
	background: #efefef;
}
.category_pulldown .subttl:after {
	position: absolute;
	top: 50%;
	right: 30px;
	display:inline-block;
	height: auto;
	line-height: 100%;
	content: "▲";
	font-size: 10px;
	margin-top: -5px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.category_pulldown .subttl.current:after {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

	@media screen and (max-width: 1000px) {
		.page_works .category_pulldown {
			width: 96%;
		}
		.page_works .category_pulldown dl {
			width: 33.333%;
		}
	}
	@media screen and (max-width: 768px) {
		.main .category_pulldown {
			width: 100%;
		}
		.category_pulldown.forPc {
			display: none;
		}
		.category_pulldown.forSp {
			display: block;
		}
		.category_pulldown .txt_filter {
			position: relative;
			padding: 40px 6.25%;
			line-height: 100%;
			text-align: left;
			font-family: 'Lato';
			font-weight: bold;
			font-weight: 700;
			font-size:18px;
			letter-spacing: 0.25em;
		}
		.category_pulldown .txt_filter:after {
			position: absolute;
			top: 50%;
			right: 6.25%;
			display:inline-block;
			height: auto;
			line-height: 100%;
			content: "▲";
			font-size: 10px;
			margin-top: -5px;
			-moz-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg);
		}
		.category_pulldown .txt_filter.current:after {
			right: 5.75%;
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		.main .category_pulldown dl {
			width: 100%;
			float: none;
		}
		.category_pulldown .pd_media,
		.category_pulldown .pd_year {
			margin-left: 0;
		}
		.main .category_pulldown dl+dl {
			border-top: 1px solid #fff;
		}
		.page_works .main .category_pulldown dl.pd_year {
			border-bottom: 1px solid #fff;
		}
		.category_pulldown dt,
		.category_pulldown dd {
			border-right: none;
			border-left: none;
		}
		.category_pulldown dt {
			height: auto;
			line-height: 100%;
			padding: 25px 6.25%;
			text-align: left;
			background: #efefef;
		}
		.page_members .category_pulldown dt {
			padding: 40px 6.25%;
			border-bottom: 1px solid #fff;
			background: #fff;
		}
		.page_members .category_pulldown dt.current {
			border-bottom: 1px solid #efefef;
		}
		.category_pulldown dt span {
			display:block;
			padding: 0;
		}
		.category_pulldown dt.current span:after {
			right: -0.5%;
		}
		.category_pulldown dd {
			position: relative;
			top: 0;
			left: 0;
		}
		.category_pulldown dd li {
			height: auto;
			line-height: 100%;
		}
		.category_pulldown dd li a,
		.category_pulldown .subttl {
			padding: 18px 6.25%;
		}
		.category_pulldown .subttl:after {
			display: none;
		}
		.category_pulldown .pd_media dd li a {
			padding: 15px 9.375%;
		}
	}
	@media screen and (max-width: 480px) {
		.category_pulldown .txt_filter,
		.page_members .category_pulldown dt {
			padding: 10% 6.25%;
		}
		.category_pulldown dt {
			height: auto;
			line-height: 100%;
			padding: 5% 6.25%;
		}
		.category_pulldown dd li a,
		.category_pulldown .subttl {
			padding: 4% 6.25%;
		}
		.category_pulldown .pd_media dd li a {
			padding: 4% 9.375%;
		}
	}
	@media screen and (max-width: 480px) {
		.category_pulldown .txt_filter,
		.category_pulldown dt {
			font-size: 16px;
		}
		.category_pulldown .pd_category dd li {
			font-size: 13px;
		}
	}
	@media screen and (max-width: 415px) {
		.category_pulldown .txt_filter,
		.category_pulldown dt {
			font-size: 15px;
		}
	}


/*==================================================
common_foot
==================================================*/
.common_foot {
	position: relative;
	padding: 110px 0;
	text-align: center;
	background: url(../img/bg_commonfoot.jpg) no-repeat 50% 50%;
	background-size: cover;
	z-index: 40;
}
.common_foot:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.common_foot a {
	display: block;
	padding: 55px 0 50px;
	text-decoration: none;
	transition: all .3s;
}
.common_foot .contWorks,
.common_foot .contContact {
	width: 50%;
	float: left;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.common_foot .contWorks {
	border-right: none;
}
.common_foot h3 {
	padding: 0 0 20px;
	color: #fff;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.15em;
}
.common_foot p {
	padding: 0 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 0.15em;
}
.common_foot .btn {
	position: relative;
	display: block;
	max-width: 325px;
	width: 76.7%;
	padding: 25px 0;
	margin: 0 auto;
	color: #000;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	background: #fff;
}
.common_foot .btn:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	content: "▲";
	font-size: 10px;
	color: #000;
	margin-top: -8px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
	@media screen and (max-width: 768px) {
		.common_foot {
			padding: 10.2% 6.25%;
			background: url(../img/bg_commonfoot_sp.jpg) no-repeat right 50%;
			background-size: cover;
		}
		.common_foot .contWorks,
		.common_foot .contContact {
			width: 100%;
			float: none;
		}
		.common_foot .contWorks {
			border-bottom: none;
			border-right: 2px solid #fff;
		}
	}
	@media screen and (max-width: 640px) {
		.common_foot a {
			padding: 10.8% 11.3%;
		}
		.common_foot h3 {
			padding: 0 0 5%;
		}
		.common_foot p {
			font-size: 14px;
		}
		.common_foot .btn {
			padding: 5.8% 0;
		}
	}
	@media screen and (max-width: 480px) {
		.common_foot h3 {
			font-size: 32px;
		}
		.common_foot p {
			font-size: 13px;
			letter-spacing: 0.13em;
		}
		.common_foot .btn {
			font-size: 16px;
		}
		.common_foot .btn:after {
			right: 10px;
		}
	}
	@media screen and (max-width: 415px) {
		.common_foot a {
			padding: 10.8% 10%;
		}
		.common_foot h3 {
			font-size: 26px;
		}
		.common_foot .btn {
			font-size: 13px;
		}
	}
	@media screen and (max-width: 360px) {
		.common_foot p {
			font-size: 12px;
		}
	}
	
/*.hover */
.common_foot .contWorks a:hover,
.common_foot .contContact a:hover {
	background: #fff;
}
.common_foot a:hover h3,
.common_foot a:hover p {
	color: #000;
}
.common_foot a:hover .btn {
	color: #fff;
	background: #000;
}
.common_foot a:hover .btn:after {
	color: #fff;
}


/*==================================================
#footer
==================================================*/
/* #footer
------------------------------------ */
#footer {
	font-family: 'Lato';
}
.footer {
	display: table;
	width: 100%;
	padding: 60px 50px;
	background: #fff;
	box-sizing: border-box;
}
.footer:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.footer a {
	color: #000;
}
.footerInr {
	display: table-cell;
	vertical-align: middle;
}
.footer h1 {
	display: table-cell;
	width: 183px;
	height: 37px;
	padding: 0 56px 0 0;
	vertical-align: middle;
}
.footer h1 #headlogo {
	width: 183px;
	height: 37px;
}
.footer h1 .cls-1 { fill: #000; }

#footnav {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0 0;
}
.footnav li {
	display: inline-block;
	margin: 0 25px 0 0;
	vertical-align: middle;
}
.footnav li a {
	position: relative;
	display: block;
	padding: 0 0 8px;
	font-size: 12px;
	font-weight: bold;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.footnav li a::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.footnav li.snsFb a svg {
	width: 11px;
	height: 22px;
}
.footnav li.snsTwitter a svg {
	width: 25px;
	height: 19px;
	display: block;
	max-width: none;
	overflow: visible;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop,
	.footnav li a::after {
		bottom: -5px;
	}
}
.footnav li a:hover::after {
	width: 100%;
}
.footnav li.sns a:hover::after {
	width: 0;
}
.footnav li a.current {
	padding-bottom: 6px;
	border-bottom: 2px solid #000;
}
.footnav li a.current::after {
	display: none;
}
.footstorenav {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	z-index: 100;
}
.footstorenav li {
	display: inline-block;
	margin: 0 0 0 50px;
}
.footstorenav li a {
	display: block;
}
.footstorenav li.storenav01 svg {
	width: 132px;
	height: 64px;
}
.footstorenav li.storenav02 svg {
	width: 72px;
	height: 61px;
}

	@media screen and (max-width: 1250px) {
		.footnav li:nth-child(-n+5) {
			display: none;
		}
	}
	@media screen and (max-width: 768px) {
		.footer {
			padding: 70px 0 0;
		}
		.footerInr {
			display: block;
			padding: 0 0 50px;
			border-bottom: 1px solid #dce4e4;
		}
		.footer h1 {
			display: block;
			width: 51%;
			max-width: 328px;
			height: auto;
			padding: 0;
			margin: 0 auto 60px;
			text-align: center;
		}
		.footer img,
		.footer svg {
			width: 100%;
		}
		#footnav {
			display: block;
			text-align: center;
		}
		.footnav li {
			margin: 0 3.9%;
		}
		#footnav .snsFb {
			width: 2.8%;
		}
		#footnav .snsTwitter {
			width: 6.25%;
		}
		.footstorenav {
			display: table;
			width: 100%;
			padding: 50px 0;
			text-align: center;
		}
		.footstorenav li {
			display: table-cell;
			width: 50%;
			text-align: center;
			vertical-align: middle;
		}
		.footstorenav li a {
			margin: 0 auto;
		}
		.footstorenav li.storenav01 a {
			display: block;
			width: 60%;
			max-width: 192px;
			padding: 0 0 0 10%;
		}
		.footstorenav li.storenav02 a {
			display: block;
			width: 33.75%;
			max-width: 108px;
			padding: 0 10% 0 0;
		}
	}
	@media screen and (max-width: 480px) {	
		.footer {
			padding: 15.9% 0 0;
		}
		.footer h1 {
			margin: 0 auto 13.75%;
		}
		.footer h1 #headlogo {
			width: 100%;
			height: auto;
		}
		.footerInr {
			padding: 0 0 11%;
		}
		.footnav li.snsFb a svg,
		.footnav li.snsTwitter a svg {
			width: 100%;
			height: auto;
		}
		.footstorenav {
			padding: 10.9% 0;
		}
		.footstorenav li.storenav01 svg,
		.footstorenav li.storenav02 svg {
			width: 100%;
			height: auto;
		}
	}

/*footcompany
------------------------------------ */
.footcompany {
	clear:both;
	padding: 40px 50px;
	background: #000;
	color: #fff;
}
.footcompany:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.footcompany #copy {
	float: left;
}
.footcompany .copy {
	font-size: 10px;
	letter-spacing: 0.2em;
}
.companyNav {
	float: right;
}
.companyNav li {
	display: inline-block;
	margin: 0 0 0 25px;
}
.companyNav li a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2em;
}
	@media screen and (max-width: 768px) {
		.footcompany {
			padding: 9.375% 10px;
		}
		.footcompany #copy {
			float: none;
			text-align: center;
		}
		.footcompany .copy {
			display: block;
			padding: 4.7% 0 0;
		}
		.companyNav {
			position: relative;
			float: none;
			text-align: center;
			z-index: 100;
		}
		.companyNav li {
			margin: 0 2.3%;
		}
		.companyNav li:last-child {
			display: none;
		}
	}
	@media screen and (max-width: 480px) {
		.companyNav li a {
			font-size: 11px;
		}
	}
	@media screen and (max-width: 360px) {
		.companyNav li a {
			font-size: 10px;
		}
		.footcompany .copy {
			letter-spacing: 0.1em;
		}
	}
/*==================================================
sidefixnav (Top page)
==================================================*/
#sidefixNav {
	position: fixed;
	top: 50%;
	right: 50px;
	z-index:500;
}
#sidefixNav ul {
	display: block;
	margin-top: -50px;
}
#sidefixNav li {
	padding: 8px 0;
}
#sidefixNav li a {
	display: block;
	width: 5px;
	height: 5px;
	content: "";
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#sidefixNav li.current a {
	background: #fff;
}
	@media screen and (max-width: 1000px) {
		#sidefixNav {
			right: 10px;
		}
	}
	@media screen and (max-width: 768px) {
		#sidefixNav {
			display: none;
		}
	}

/*==================================================
menu
==================================================*/
#menu {
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'Lato';
	letter-spacing: 0.15em;
	background: #000;
	box-sizing: border-box;
	z-index: 1999;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;/*--ap--*/
}
#menu a {
	color: #fff;
	text-decoration: none;
}
.menuHeader {
	position: absolute;
	width: 100%;
	padding: 20px 0 0;
	margin: 0 0 40px;
}
.menuHeader .logo {
	width: 151px;
	height: 31px;
/* 	max-width: 218px; */
	margin: 0 0 0 40px;
}
.menuHeader .logo svg {
	width: 100%;
}
.menuHeader .logo #headlogo {
	fill: #fff;
}
.menuHeader .logo #headlogo .cls-1 {
	fill: #fff !important;
}

.menuHeader .btn_close {
	position: absolute;
	top: 0px;
	right: 20px;
	display: block;
	width: 18px;
	padding: 30px;
	z-index:5500;
}
.menuHeader .btn_close img {
	width: 100%;
}
.menuCont {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 780px;
}
.menuContinr {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/*.mouse --- hover */
.menuCont li a {
	position: relative;
}
.menuCont li a::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop,
	.menuCont li a::after {
		bottom: -5px;
	}
}
.menuCont li a:hover::after {
	width: 100%;
}

/*.menuNav */
.menuNav li {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	letter-spacing: 0.3em;
	text-align: center;
	font-weight: bold;
	font-weight: 700;
}
.menuNav li a {
	position: relative;
	padding: 8px 0;
	display: inline-block;
}
.menuNav li a::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop,
	.menuNav li a::after {
		bottom: -5px;
	}
}
.menuNav li a:hover::after {
	width: 100%;
}

/*.menuSubnav */
.menuSubnav {
	padding: 50px 0 80px;
	float: none;
	text-align: center;
}
.menuSubnav li {
	padding: 2px 0;
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: 400;
}
.menuSubnav li a {
	display: inline-block;
	padding: 8px 0;
}
.menuSubnav li:last-child {
	display: none;
}

/*btn_close02 */
#menu .btn_close02 {
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 11px;
	z-index:5500;
	position:relative;
}
#menu .btn_close02 span {
	position: relative;
	padding: 0 0 0 18px;
}
#menu .btn_close02 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: "";
	margin-top: -6px;
	background: url(../img/btn_menu_close02.png) no-repeat 0 0;
	background-size: contain;
}

	@media screen and (max-width: 768px) {
		.menuHeader {
			position: relative;
			padding: 4.6875% 6.25% 0;
			margin: 0 0 9%;
			box-sizing: border-box; 
		}
		.menuHeader .logo {
			width: 42.3%;
			max-width: 238px;
			margin: 0;
		}
		.menuHeader .logo svg { fill: #fff; }
		
		.menuHeader .btn_close {
			top: 0;
			right: 0;
			width: 3.6%;
			padding: 5% 6.25%;
		}
		.menuCont {
			display: block;
			min-height: 0;
			padding: 0 6.25%;
			box-sizing: border-box; 
		}
		.menuContinr {
			display: block;
			vertical-align: top;
		}
		.menuNav li {
			padding: 0;
			font-size: 20px;
			text-align: left;
			letter-spacing: 0.2em;
		}
		.menuNav li a {
			display: block;
			padding: 25px 0;
		}
		.menuSubnav {
			text-align: left;
		}
		.menuSubnav li {
			font-size: 15px;
			font-weight: bold;
			font-weight: 700;
		}
		.menuSubnav li a {
			display: block;
			padding: 12px 0;
		}
		.menuCont li a:hover::after {
			width: 0;
		}
		#menu .btn_close02 {
			margin: 0 0 14%;
			font-size: 13px;
		}
		#menu .btn_close02 span {
			padding: 0 0 0 22px;
		}
		#menu .btn_close02 span:before {
			width: 16px;
			height: 16px;
			margin-top: -8px;
		}
	}
	@media screen and (max-width: 480px) {
		.menuNav li a {
			display: block;
			padding: 4.5% 0;
		}
		.menuSubnav li a {
			padding: 2.7% 0;
		}
	}
	@media screen and (max-width: 415px) {
		.menuNav li {
			font-size: 15px;
		}
		.menuSubnav li {
			font-size: 13px;
		}
		#menu .btn_close02 {
			font-size: 12px;
		}
		#menu .btn_close02 span {
			padding: 0 0 0 20px;
		}
		#menu .btn_close02 span:before {
			width: 14px;
			height: 14px;
			margin-top: -7px;
		}
	}
	@media screen and (max-width: 360px) {
		.menuNav li {
			font-size: 14px;
		}
		.menuSubnav li {
			font-size: 12px;
		}
	}

/*==================================================
fixnav
==================================================*/
#fixnav {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 50px 25px 40px;
	background: #fff;
	box-sizing: border-box;
	z-index:1000;
}
#fixnav .logo {
	width: 150px;
	height: 31px;
	float: left;
}
#fixnav .logo img,
#fixnav .logo svg {
	width: 100%;
}
#fixnav ul {
	display: table;
	float: right;
	padding: 7px 0 0;
}
#fixnav ul li {
	display: table-cell;
	padding: 0 0 0 28px;
}
#fixnav ul li a {
	position: relative;
	display: block;
	padding: 0 0 8px;
	color: #000;
	font-family: 'Lato';
	font-weight: bold;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-decoration: none;
}
#fixnav ul li a::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop,
	#fixnav ul li a::after {
		bottom: -5px;
	}
}
#fixnav ul li a:hover::after {
	width: 100%;
}
#fixnav li.current a {
	padding-bottom: 6px;
	border-bottom: 2px solid #000;
}
#fixnav li.current a:hover::after {
	width: 0;
}
.headerDefalt #fixnav li.current a {
	border-color: #fff;
}
#fixnav .btn_menu {
	display: none;
}
	@media screen and (max-width: 1100px) {
		#fixnav {
			padding: 20px 50px 20px 40px;
		}
		#fixnav .btn_menu {
			display: block;
			position: absolute;
			top: 20px;
			right: 50px;
			width: 28px;
			padding: 5px 0 5px 5px;
		}
		#fixnav ul {
			display: none;
		}
	}
	@media screen and (max-width: 768px) {
		#fixnav {
			padding: 4.6875% 0 4.6875% 6.25%;
		}
		#fixnav .logo {
			width: 42%;
			height: auto;
			max-width: 238px;
		}
		#fixnav .logo a {
			display: block;
		}
		#fixnav .btn_menu {
			top: 10%;
			right: 0;
			width: 6.25%;
			max-width: 40px;
			padding: 0;
			padding: 3.59% 6.25%;
		}
		#fixnav .btn_menu img {
			width: 100%;
		}
	}

/*==================================================
Slider
==================================================*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*==================================================
Clearfix
==================================================*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
