@charset "utf-8";

html{
	font-size: 62.5%;
/*	16px X 62.5% =10px*/
	overflow: auto;
	-webkit-text-size-adjust: 100%;
}

html:before,
html:after,
body:before,
body:after {
	content: "";
	background: #313131;
	position: fixed;
	display: block;
	z-index: 100;
}

html:before {
  height: 6px; 
  width: 100vw;
  left: 0;
  top: 0;
}

html:after {
  width: 6px;
  height: 100vh;
  right: 0;
  top: 0;
}

body:before {
  height: 6px;
  width: 100vw;
  bottom: 0;
  left: 0;
}

body:after {
  width: 6px;
  height: 100vh;
  top: 0;
  left: 0;
}

body {
	display: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.5rem;
	line-height: 2em;
	color: #313131;
	font-feature-settings: "palt";
	letter-spacing:0.02em;
	overflow: hidden;
	min-width: 100%;
	position: relative;
}

img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

a{
	display: block;
	width: 100%;
	height: 100%;
}

.link-hover{
	opacity: 0.75;
}

p{
	font-size: 1.5rem;
	font-weight: 400;
}

/* ---------- common ---------------------------------------- */
.text-center{
	text-align: center;
}

.br-pc{
	display: block;
}

.br-tb{
	display: none;
}

.br-sp{
	display: none;
}

.img-pc{
	display: block;
}

.img-sp{
	display: none;
}

h2{
	position: relative;
	display: inline-block;
	font-family: 'Dosis', sans-serif;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: left;
	text-transform: uppercase;
	padding-top: 120px;
	padding-bottom: 10px;
	margin-bottom: 80px;
	border-bottom: solid 6px #c8c7c7;
}

h2::after{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	bottom: -6px;
	border-bottom: solid 6px #313131;
	width: 50%;
	height: 100%;
}

/* ---------- nav ---------------------------------------- */
.nav{
	display: none;
	width: 420px;
	background-color: #313131;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 102;
}

.nav_inner{
	padding-right: 36px;
}

.nav ul{
	padding-top: 175px;
	padding-bottom: 205px;
}

.nav li{
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: right;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.nav li a{
	position: relative;
	display: inline-block;
	width: auto;
}

.nav li a::after{
	position: absolute;
	bottom: -9px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .4s;	
}

.nav .list-hover::after{
	border-bottom: solid 2px #fff;
	transform-origin: left top;
	transform: scale(1, 1);
}

/* ---------- humbBtn ---------------------------------------- */
.humbBtn{
	position: fixed;
	top: 0;		
	right: 0;
	width: 82px;
	height: 82px;
	display: block;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	background-color: #313131;
	cursor: pointer;
	z-index: 103;
}

.humbBtn .inner{
	width: 40px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);	
}

.humbBtn span{
	display: block;
	position: absolute;
	width: 40px;
	height: 3px;
	background: #fff;
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-delay: 0.3s, 0;
	cursor: pointer;
	border-radius: 2px;
}

.humbBtn span:first-child{
	top: 0;
}

.humbBtn span:last-child{
	bottom: 0;
}	

.humbBtn.active span:first-child{
	top: 50%;		
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);			
	-webkit-transform: rotate(-16.5deg);
	-moz-transform: rotate(-16.5deg);
	transform: rotate(-16.5deg);
}	

.humbBtn.active span:last-child{
	top: 50%;		
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	
	-webkit-transform: rotate(16.5deg);
	-moz-transform: rotate(16.5deg);
	transform: rotate(16.5deg);
}	

/* ---------- kv ---------------------------------------- */
#kv{
	height: 100vh;
}

#kv .inner{
	max-width: 1366px;
	padding-left: 136px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100vh;
	transition: 0.5s;
}

.kv-logo{
	max-width: 680px;
}

/* ---------- concept ---------------------------------------- */
#concept{
	width: 860px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#concept p{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 2;
}

/* ---------- venue ---------------------------------------- */
#venue{
	width: 860px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#venue h2{
	border-bottom: solid 6px #313131;
}

#venue h2::after{
	border-bottom: solid 6px #c8c7c7;
}

#venue .row{
	display: flex;
	justify-content: space-between;
}

#venue img{
	height: 44px;
	width: auto;
	margin: 0;
}

#venue a{
	width: auto;
	transition: 0.3s;
}

#venue .venue-sp{
	display: none;
}

/* ---------- creative ---------------------------------------- */
#creative{
	width: 860px;
	margin: 0 auto;
	padding-bottom: 200px;
}

#creative .row{
	display: flex;
}

#creative img{
	height: 50px;
	width: auto;
	margin: 0;
}

#creative a{
	width: auto;
	transition: 0.3s;
	padding-right: 46px;
}

#creative .creative-sp{
	display: none;
}

/* ---------- management ---------------------------------------- */
#management {
	background-color: #313131;
	text-align: center;
}

#management .inner{
	width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 200px;
}

#management h2{
	color: #fff;
	border-bottom: none;
	padding-bottom: 0;
	font-weight: 500;
}

#management h2::after{
	border-bottom: none;
}

#management .mng_logo{
	padding-bottom: 60px;
	border-bottom: solid 2px #f1f1f1;
}

#management .mng_logo img{
	width: 180px;
}

#management .mng_item{
	padding-top: 60px;
	display: flex;
	align-items: center;
}

#management .mng_item .pic{
	margin-right: 60px;
}

#management .mng_item a{
	width: auto;
	transition: 0.3s;
}

#management .mng_item img{
	width: 460px;
	margin: 0;
}

#management .mng_item h3{
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	letter-spacing: 0.068em;
	color: #fff;
	font-size: 4.2rem;
	padding-bottom: 50px;
	text-align: left;
}

#management .mng_item p{
	color: #fff;
	text-align: left;
}

#management .mng_item .txt{
	padding-bottom: 50px;
}

#management .mng_item .url{
	padding-bottom: 20px;
}

#management .mng_item .url a{
	display: inline-block;
}

#management .mng_sns{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#management .mng_sns a{
	width: auto;
	margin-right: 12px;
	margin-left: 0;
}

#management .mng_sns img{
	width: 22px;
	height: 100%;

}

/* ---------- company info ---------------------------------------- */
#company{
	background-color: #797878;
	padding: 200px 0;
}

#company h2{
	border-bottom: solid 6px #313131;
}

#company h2::after{
	border-bottom: solid 6px #c8c7c7;
}

#company a{
	transition: 0.3s;
}

#company .inner{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 75px 120px;
}

#company .content p{
	padding-bottom: 40px;
}

#company .content dl{
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: solid 2px #d9d9d9;
}

#company .content dl:last-child{
	border-bottom: solid 2px #d9d9d9;
}

#company .content dt{
	width: 175px;
	color: #999999;
}

#company .content dd{
	width: 675px;
}

#company .gmap{
	display: inline-block;
	width: auto;
	height: auto;
}

#company .content dd .font{
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	vertical-align: middle;
}

#company .content dd img{
	width: 12px;
	display: inline-block;
	margin-right: 0;
	vertical-align: middle;
}

#company .gmap .img-sp{
	display: none;
}

/* ---------- contact ---------------------------------------- */
#contact{
	padding: 80px 0 300px;
	margin: 0 6px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to top left, #f1f1f1  50%, #fff 50%);
	text-align: center;
}

#contact .content{
	text-align: center;
}

#contact .content p{
	font-size: 2rem;
	padding-bottom: 40px;
}

#contact .btn{
	margin: 0 auto;
	position: relative;
	background-color: #313131;
    width: 400px;
    height: 80px;
    color: #fff;
	font-family: 'Dosis', sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

#contact .btn:before{
	position: absolute;
	top: 6px;
	left: 6px;
	content: '';
	border-top: 8px solid #c8c7c7;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #c8c7c7;
}

#contact .btn a{
	line-height: 80px;
}

#contact .btn-hover{
	background-color: #c8c7c7;
	color: #313131;
}

#contact .btn-hover:before{
	border-top: 8px solid #313131;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #313131;	
}

/* ---------- footer ---------------------------------------- */
#footer{
	background-color: #313131;
	text-align: center;
	height: 55px;
}

#footer p{
	font-family: 'Dosis', sans-serif;
	font-size: 1.2rem;
	font-weight: 200;
	color: #fff;
	line-height: 55px;
}

/* ---------- 1080px以下 ----------------------------------------------------------------------- */
@media screen and (max-width: 1080px) {
	
	/* ---------- common ---------------------------------------- */
	.br-pc{
		display: none;
	}

	.br-tb{
		display: block;
	}

	.br-sp{
		display: none;
	}	
	
	.img-pc{
		display: none;
	}

	.img-sp{
		display: block;
	}
	
	p{
		font-size: 1.4rem;
	}	
	
	h2{
		font-size: 2.8rem;
		padding-top: 80px;
		padding-bottom: 8px;
		margin-bottom: 40px;
		border-bottom: solid 3px #c8c7c7;
	}

	h2::after{
		bottom: -3px;
		border-bottom: solid 3px #313131;
	}

	/* ---------- nav ---------------------------------------- */
	.nav{
		width: 100%;
		height: 100%;
		position: fixed;
	}

	.nav_inner{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);	
		padding-right: 50px;
		padding-left: 50px;
	}

	.nav ul{
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav li{
		font-size: 2.8rem;
		text-align: left;
		padding-bottom: 30px;
	}

	/* ---------- humbBtn ---------------------------------------- */
	.humbBtn{
		width: 66px;
		height: 66px;
		cursor: auto;
	}

	.humbBtn .inner{
		width: 24px;
		height: 9px;
	}

	.humbBtn span{
		width: 24px;
		height: 2px;
		cursor: auto;
	}

	/* ---------- kv ---------------------------------------- */
	#kv .inner{
		padding: 100px;
	}
	
	.kv-logo{
		width: 100%;
	}

	/* ---------- concept ---------------------------------------- */
	#concept{
		width: 100%;
		padding-right: 80px;
		padding-left: 80px;
		padding-bottom: 20px;
	}

	#concept p{
		font-size: 1.8rem;
		line-height: 1.78;
	}

	/* ---------- venue ---------------------------------------- */
	#venue{
		width: 100%;
		padding-right: 80px;
		padding-left: 80px;		
		padding-bottom: 20px;
	}
	
	#venue h2{
		border-bottom: solid 3px #313131;
	}

	#venue h2::after{
		border-bottom: solid 3px #c8c7c7;
	}
	
	#venue .content{
		margin-right: -46px;
	}

	#venue .row{
		width: 720px;
		margin-right: auto;
	}
	
	#venue .row a{
		padding-right: 46px;

	}
	
	#venue img{
		height: auto;
		width: 100%;
	}
	
	/* ---------- creative ---------------------------------------- */
	#creative{
		width: 100%;
		padding-right: 80px;
		padding-left: 80px;		
		padding-bottom: 100px;
	}
	
	#creative .content{
		margin-right: -46px;
	}

	#creative .row{
		width: 720px;
		margin-right: auto;
	}
		
	#creative img{
		width: auto;
		height: 35px;
	}
	
	/* ---------- management ---------------------------------------- */
	#management .inner{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 100px;
		padding-right: 60px;
		padding-left: 60px;
	}
	
	#management h2{
		margin-bottom: 28px;
	}

	#management .mng_logo{
		padding-bottom: 28px;
		border-bottom: solid 1px #f1f1f1;
	}

	#management .mng_logo img{
		width: 100px;
	}

	#management .mng_item{
		padding-top: 28px;
	}

	#management .mng_item .pic{
		margin-right: 30px;
	}

	#management .mng_item img{
		width: 100%;
		margin: 0 auto;
	}

	#management .mng_item h3{
		font-size: 2.8rem;
		padding-bottom: 15px;
	}

	#management .mng_item .txt{
		padding-bottom: 20px;
	}

	#management .mng_item .url{
		padding-bottom: 18px;
	}

	#management .mng_sns a{
		margin-right: 18px;
	}

	#management .mng_sns img{
		width: 28px;
	}

	/* ---------- company info ---------------------------------------- */
	#company{
		padding: 100px 60px;
	}
	
	#company h2{
		border-bottom: solid 3px #313131;
	}

	#company h2::after{
		border-bottom: solid 3px #c8c7c7;
	}
	
	#company .inner{
		width: 100%;
		padding: 0 48px 62px;
	}
	
	#company h2{
		margin-bottom: 20px;
		padding-top: 62px;
	}

	#company .content p{
		padding-bottom: 25px;
	}

	#company .content dl{
		padding: 16px 0;
		border-top: solid 1px #d9d9d9;
	}

	#company .content dl:last-child{
		border-bottom: solid 1px #d9d9d9;
	}

	#company .content dt{
		width: 100%;
	}

	#company .content dd{
		width: 100%;
		line-height: 1.5;
	}

	#company .content dd img{
		width: 12px;
	}
	
	#company .gmap .img-pc{
		display: none;
	}
	
	#company .gmap .img-sp{
		display: inline-block;
	}
	
	/* ---------- contact ---------------------------------------- */
	#contact{
		padding: 20px 0 200px;
		margin: 0 6px;
	}

	#contact .content p{
		font-size: 1.4rem;
		padding-bottom: 28px;
	}

	#contact .btn{
		width: 315px;
		height: 62px;
		font-size: 1.6rem;
	}

	#contact .btn:before{
		top: 5px;
		left: 5px;
		border-top: 6px solid #c8c7c7;
		border-right: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #c8c7c7;
	}

	#contact .btn a{
		line-height: 62px;
	}
	
	#contact .btn-hover:before{
		border-top: 6px solid #313131;
		border-right: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #313131;	
	}	

	/* ---------- footer ---------------------------------------- */
	#footer{

		height: 34px;
	}

	#footer p{
		font-size: 1.2rem;
		line-height: 34px;
	}	
}

/* ---------- 1080px以下 デバイス横----------------------------------------------------------------------- */	
@media screen and (max-width:1080px) and (orientation: landscape) {
	
	#kv .inner{
		padding: 80px;
	}
	
	.kv-logo{
		width: 80vh;
	}

	.nav li{
		padding-bottom: 20px;
	}
	.nav li:last-child{
		padding-bottom: 0;
	}
}

/* ---------- 840px以下 ----------------------------------------------------------------------- */
@media screen and (max-width: 840px) {
	
	/* ---------- venue ---------------------------------------- */
	#venue .content{
		margin-right: -30px;
	}
	
	#venue .row{
		width: 100%;
	}
	
	#venue .row a{
		padding-right: 30px;
	}
	
	/* ---------- creative ---------------------------------------- */
	#creative .content{
		margin-right: -30px;
	}
	
	#creative .row{
		width: auto;
		height: 33px;
	}
	
	#creative .row a{
		padding-right: 30px;
	}
	
	#creative img{
		width: auto;
	}
	
	/* ---------- management ---------------------------------------- */
	
	#management .mng_item{
		display: block;
	}	
	
	#management .mng_item .pic{
		margin-right: auto;
		margin-left: auto;
	}
	
	#management .mng_item h3{
		padding-top: 30px;
	}
}
	
/* ---------- 840px以下 デバイス横----------------------------------------------------------------------- */	
@media screen and (max-width:840px) and (orientation: landscape) {
	
	.nav li{
		padding-bottom: 10px;
	}
}
	
/* ---------- 680px以下 ----------------------------------------------------------------------- */
@media screen and (max-width: 680px) {
		
	/* ---------- kv ---------------------------------------- */
	#kv .inner{
		align-items: flex-end;
		padding: 5vh 5vh 19vh 5vh;
	}
	
	/* ---------- concept ---------------------------------------- */
	#concept{
		padding-right: 30px;
		padding-left: 30px;
	}	
	
	/* ---------- venue ---------------------------------------- */
	#venue{
		padding-right: 30px;
		padding-left: 30px;		
	}
	
	/* ---------- creative ---------------------------------------- */
	#creative{
		padding-right: 30px;
		padding-left: 30px;		
	}
	
	/* ---------- management ---------------------------------------- */
	#management .inner{
		padding-right: 30px;
		padding-left: 30px;
	}
		
	/* ---------- company info ---------------------------------------- */
	#company{
		padding: 100px 30px;
	}

	#company .inner{
		padding: 0 24px 62px;
	}
}
	
/* ---------- 680px以下 デバイス横----------------------------------------------------------------------- */	
@media screen and (max-width:680px) and (orientation: landscape) {
	
	#kv .inner{
		padding: 65px;
	}
	
	.nav li{
		padding-bottom: 5px;
		font-size: 2.4rem;
	}
}

/* ---------- 560px以下 ----------------------------------------------------------------------- */
@media screen and (max-width: 560px) {
	
	/* ---------- common ---------------------------------------- */
	.br-pc{
		display: none;
	}

	.br-tb{
		display: none;
	}

	.br-sp{
		display: block;
	}
	
	/* ---------- kv ---------------------------------------- */
	.nav li{
		padding-bottom: 20px;
	}
	
	/* ---------- venue ---------------------------------------- */

	#venue .venue-pc{
		display: none;
	}
	
	#venue .venue-sp{
		display: block;
	}
	
	#venue .row{
		width: 280px;
		padding-bottom: 38px;
		justify-content: space-between;
	}
	
	#venue .row:last-child{
		padding-bottom: 0;
	}
	
	/* ---------- creative ---------------------------------------- */

	#creative .creative-pc{
		display: none;
	}
	
	#creative .creative-sp{
		display: block;
	}
	
	#creative .row{
		width: 280px;
		padding-bottom: 38px;
		justify-content: space-between;
	}
	
	#creative .row:last-child{
		padding-bottom: 0;
	}
}

/* ---------- 374px以下 ----------------------------------------------------------------------- */
@media screen and (max-width: 374px) {
	
	/* ---------- nav ---------------------------------------- */
	.nav_inner{
		padding-left: 40px;
		padding-right: 40px;
	}

	/* ---------- concept ---------------------------------------- */
	#concept{
		padding-right: 25px;
		padding-left: 25px;
	}
	
	#concept p{
		font-size: 1.7rem;
	}
	
	/* ---------- venue ---------------------------------------- */
	#venue{
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 20px;
	}
	
	/* ---------- creative ---------------------------------------- */
	#creative{
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 80px;
	}
	
	/* ---------- management ---------------------------------------- */
	#management .inner{
		padding-right: 25px;
		padding-left: 25px;
		padding-top: 0;
		padding-bottom: 80px;
	}

	/* ---------- company info ---------------------------------------- */
	#company{
		padding: 80px 25px;
	}

	#company .inner{
		padding: 0 15px 52px;
	}
	
	#company h2{
		padding-top: 52px;
	}
	
	/* ---------- contact ---------------------------------------- */
	#contact{
		padding: 0 0 160px;
	}
	
	#contact .content{
		padding: 0 25px;
	}
	
	#contact .btn{
		width: 100%;
	}
}

/* ---------- 374px以下 デバイス横----------------------------------------------------------------------- */	
@media screen and (max-width:374px) and (orientation: landscape) {
	
	#kv .inner{
		padding: 60px;
	}
}
