@charset "utf-8";

/* ---------------------------------------
base
--------------------------------------- */
body #content{
	/*font: 16px/2 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font: 16px/2 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	color: #1a1a1a;
}
@media screen and (max-width: 999px) {
	body #content{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	body #content{
		font-size: 13px;
	}
}

.color_glay{
	color: #a3a3a3;
}

.wrapper{
	/*sticky対策*/
	overflow: visible;
}

#works_gallery .section{
	margin: 0;
	padding:100px 4%;
}
#works_gallery .section .incnt{
	width: 100%!important;
	max-width: 1280px;
	margin: 0 auto !important;
}
@media screen and (max-width: 1279px) {
	#works_gallery .section{
		padding: 60px 0;
	}
}
@media screen and (max-width: 999px) {
	#works_gallery .section{
		padding: 40px 0;
	}
}
@media screen and (max-width: 767px) {
	#works_gallery .section{
		padding:35px 0;
	}
}


/* ---------------------------------------
youtube
--------------------------------------- */
.youtube>div{
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.youtube iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}


/* ---------------------------------------
animation
--------------------------------------- */
.animation-box a{
	opacity: 0;
	transition: 0.8s ease-in-out;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}

.animation-box .gallery_item_txt{
	opacity: 0;
	transition: 1.0s ease-in-out;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
}
.animation-box.is-animation a,
.animation-box.is-animation .gallery_item_txt{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}


/* ---------------------------------------
mainv
--------------------------------------- */
.mainv {
	position: relative;
	margin-bottom: 30px;
}
.mainv h1{
	position: absolute;
	z-index: 10;
	top: 55%;
	left: 8%;
	width: 28%;
	min-width: 350px;
	transform: translateY(-50%);
}
.mainv ul li img{
	width: 100%;
}
@media screen and (max-width: 1279px) {
	.mainv{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.mainv{
		margin-bottom: 10px;
	}
	.mainv h1{
		top: 53%;
		left: 4%;
		min-width: 240px;
		width: 64%;
	}
}

/* ---------------------------------------
localNav-fv
--------------------------------------- */
.localNav-fv{
	padding: 20px 0 20px;
	z-index: 100;
	background: #fff;
	background: rgba(255,255,255,.9);
	margin-bottom: 80px;
}
.localNav-fv dl{
	max-width: 1280px;
	margin: 0 auto;
}
.localNav-fv dl dt{
	display: none;
}
.localNav-fv ul{
	display: flex;
	justify-content: space-between;
	max-width: 940px;
	margin: 0 auto;
}
.localNav-fv ul + ul{
	max-width: 1200px;
	margin: 20px auto 0;
}
.localNav-fv  ul li{
	flex-basis: 100%;
	margin: 0 10px;
}
.localNav-fv li a{
	display: block;
	position: relative;
	height: 60px;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .localNav-fv li a {
		padding-top: 5px;
	}
}
.localNav-fv li a:hover,
.localNav-fv li a.is-current{
	background: #1a1a1a;
	color: #fff;
}
.localNav-fv li a:before{
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
}
.localNav-fv li a:after{
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	bottom:0;
	right:0;
	border-bottom: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
}
.localNav-fv li a span{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	line-height: 1.4;
}
.localNav-fv li a span:before{
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	background: url(../img/ico_arrow1.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.localNav-fv .closeBtn{
	display: none;
}
@media screen and (max-width: 1279px) {
	.localNav-fv{
		margin-bottom: 30px;
	}
	.localNav-fv ul + ul{
		margin-top: 15px;
	}
	.localNav-fv  ul li{
		margin: 0 7px;
	}
	.localNav-fv li a{
		height: 50px;
	}
	.localNav-fv li a span{
		font-size: 13px;
	}
}
@media screen and (max-width: 999px) {
	.localNav-fv li a span{
		padding-left: 20px;
		padding-right: 5px;
		letter-spacing: .1em;
	}
	.localNav-fv ul:nth-of-type(2) li:nth-of-type(3) a span,
	.localNav-fv ul:nth-of-type(2) li:nth-of-type(4) a span{
		letter-spacing: 0em;
	}
}
@media screen and (max-width: 767px) {
	.localNav-fv{
		display: none;
	}
}


/* ---------------------------------------
localNav
--------------------------------------- */

@media screen and (min-width: 768px) {
	.localNav_pc{
		display: block;
		position: fixed;
		width: 100%;
		top: -60px;
		transition: .5s;
		z-index: 90;
	}
	.localNav_pc.is-animation{
		top: 60px;
	}
	.localNav_sp{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.localNav_pc{
		display: none;
	}
	.localNav_sp{
		display: block;
		z-index: 90;
		position: -webkit-sticky;
		position: sticky;
		top: 110px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 639px) {
	.localNav_sp{
		top: 100px;
	}
}


.localNav{
	height: 60px;
	background: rgba(255,255,255,.9);
	padding: 20px 0 20px;
	width: 100%;
}

.localNav dl{
	width: 92%;
	max-width: 920px;
	margin: 0 auto;
}

.localNav dl dt{
	position: relative;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 60px;
	cursor: pointer;
}
.localNav dl dt:before{
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
}
.localNav dl dt:after{
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	bottom:0;
	right:0;
	border-bottom: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
}
.localNav dl dt span{
	position: relative;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: bold;
	letter-spacing: .2em;
}
.localNav dl dt span:before{
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	background: url(../img/ico_arrow1.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.localNav dl dt.is-open span:before{
	background: url(../img/ico_arrow2.png);
	background-size: 100%;
}

.localNav dl dd{
	display: none;
	border: 1px solid #1a1a1a;
	border-top: none;
}

.localNav li a{
	display: block;
	position: relative;
	height: 60px;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	background: #f2f2f2;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .localNav li a {
		padding-top: 5px;
	}
}
.localNav li a:hover,
.localNav li a.is-current{
	background: #1a1a1a;
	color: #fff;
}
.localNav li a:before{
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top:0;
	left:3px;
	border-left: none;
	border-top: 1px solid #1a1a1a;
}

.localNav ul:first-child li:first-child a:before{
	border-top: none;
}
.localNav li a span{
	position: relative;
	display: inline-block;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 0;
}


.localNav .closeBtn{
	height: 60px;
	background: #1a1a1a;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.localNav .closeBtn span{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: bold;
	letter-spacing: .2em;
	color: #fff;
}
.localNav .closeBtn span:before{
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/ico_close.svg);
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.localNav{
		height: 45px;
	}
	.localNav dl dt{
		height: 45px;
	}
	.localNav li a{
		height: 45px;
	}
	.localNav .closeBtn{
		height: 45px;
	}
}
@media screen and (max-width: 374px) {
	.localNav{
		height: 38px;
	}
	.localNav dl dt{
		height: 38px;
	}
	.localNav li a{
		height: 38px;
	}
	.localNav .closeBtn{
		height: 38px;
	}
}

/* ---------------------------------------
section h2
--------------------------------------- */
#works_gallery .section h2{
	text-align: center;
	margin-bottom: 80px;
}
#works_gallery .section h2>div{
	display: block;
	margin-bottom: 28px;
	font-weight: bold;
	line-height:1;
}
#works_gallery .section h2>div img{
	width: auto;
	height: 53px;
}
#works_gallery .section h2>span{
	display: block;
	text-align: center;
	line-height:1;
}
#works_gallery .section h2>span img{
	width: auto;
	height: 15px;
}

@media screen and (max-width: 1279px) {
	#works_gallery .section h2{
		margin-bottom: 60px;
	}
	#works_gallery .section h2>div{
		margin-bottom: 20px;
	}
	#works_gallery .section h2>div img{
		height: 45px;
	}
	#works_gallery .section h2>span img{
		height: 15px;
	}
}
@media screen and (max-width: 999px) {
	#works_gallery .section h2>div img{
		height: 35px;
	}
	#works_gallery .section h2>span img{
		height: 13px;
	}
}
@media screen and (max-width: 767px) {
	#works_gallery .section h2{
		margin-bottom: 25px;
	}
	#works_gallery .section h2>div{
		margin-bottom: 18px;
	}
	#works_gallery .section h2>div img{
		height: 28px;
	}
	#works_gallery .section h2>span img{
		height: 11px;
	}
}


/* ---------------------------------------
gallery
--------------------------------------- */
.gallery .gallery_item{
	position: relative;
	margin-bottom: 70px;
}
.gallery .gallery_item a{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 52.5%;
}
.gallery .gallery_item a:hover{
	opacity: .8;
	transition: .6s;
}
.gallery .gallery_item.-right a{
	left: auto;
	right: 0;
}
.gallery .gallery_item a:after{
	content: '';
	display: block;
	width: 70px;
	height: 95px;
	background: url(../img/ico_play.svg);
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gallery .gallery_item a.ico_play:after{
	background: url(../img/ico_play.svg);
	background-size: 100%;
}
.gallery .gallery_item a.ico_view:after{
	background: url(../img/ico_view.svg);
	background-size: 100%;
}
.gallery .gallery_item .gallery_item_txt{
	box-sizing: border-box;
	position: relative;
	width: 45.3%;
	margin-left: auto;
	margin-right: 4%;
	top: 50px;
	/* padding: 0 60px 0 85px; */
	padding: 30px 60px 30px 85px;
	/* height: 346px; */
	min-height: 346px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gallery .gallery_item .gallery_item_txt p{
	text-align: left;
}
.gallery .gallery_item.-right .gallery_item_txt{
	margin-left: 4%;
	margin-right: auto;
	padding: 0 85px 0 60px;
	margin-bottom: 40px;
}
.gallery .gallery_item .gallery_item_txt:before{
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-top: 2px solid #1a1a1a;
	border-left: 2px solid #1a1a1a;
}
.gallery .gallery_item .gallery_item_txt:after{
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	bottom:0;
	right:0;
	border-bottom: 2px solid #1a1a1a;
	border-right: 2px solid #1a1a1a;
}
.gallery .gallery_item .gallery_item_txt h3{
	/* margin-bottom: 30px; */
	margin-bottom: 25px;
	font-weight: bold;
	line-height: 1.5;
	font-size: 22px;
	letter-spacing: .03em;
}
.gallery .gallery_item .gallery_item_txt h3.-ls1{
	letter-spacing: .1em;
}

@media screen and (max-width: 1279px) {
	.gallery .gallery_item{
		height: auto;
	}
	.gallery .gallery_item .gallery_item_txt{
		padding: 30px 40px 30px 45px;
		min-height: 1px;
		height: auto;
	}
	.gallery .gallery_item.-right .gallery_item_txt{
		padding: 30px 45px 30px 40px;
	}
	.gallery .gallery_item .gallery_item_txt h3{
		margin-bottom: 20px;
		font-size: 21px;
	}
}
@media screen and (max-width: 999px) {
/*	.gallery .gallery_item .gallery_item_txt{
		padding: 20px 30px 20px 40px;
	}
	.gallery .gallery_item.-right .gallery_item_txt{
		padding: 20px 40px 20px 30px;
	}*/
	.gallery .gallery_item .gallery_item_txt h3{
		margin-bottom: 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.gallery .gallery_item{
		height: auto;
		margin-bottom: 30px;
	}
	.gallery .gallery_item a,
	.gallery .gallery_item.-right a{
		position: relative;
		width: 100%;
	}
	.gallery .gallery_item a img{
		width: 100%;
		height: auto;
	}
	.gallery .gallery_item a:after{
		width: 60px;
		height: 82px;
	}
	.gallery .gallery_item .gallery_item_txt,
	.gallery .gallery_item.-right .gallery_item_txt{
		position: relative;
		width: 96%;
		top: 0;
		right: 0;
		left: 4%;
		padding: 28px 20px 20px 20px;
		height: auto;
		margin: -10px 0 0 0 ;
	}

	.gallery .gallery_item .gallery_item_txt:before{
		border-top: 1px solid #1a1a1a;
		border-left: 1px solid #1a1a1a;
	}
	.gallery .gallery_item .gallery_item_txt:after{
		border-bottom: 1px solid #1a1a1a;
		border-right: none;
	}
	.gallery .gallery_item .gallery_item_txt h3{
		margin-bottom: 18px;
		font-size: 18px;
	}
}
