@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*====================
common
====================*/
.pc_none {
  display: none; }
  @media only screen and (max-width: 688px) {
    .pc_none {
      display: block; } }

.sp_none {
  display: block; }
  @media only screen and (max-width: 688px) {
    .sp_none {
      display: none; } }

/*====================
BASE
====================*/
html {
	font-size: 62.5%; /* 10px */
}

*{
font-feature-settings : "palt" 1;
color:#000;
font-family:'Noto Sans JP',sans-serif;
font-style: normal;
font-weight: 400;
}

h1,h2,h3,h4,h5,p,a{}

a:hover{
	opacity:0.6;}

.container{
	}

a.blank:after {
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
	padding-left: 3px;
}

img{
	max-width: 100%;
	height: auto;
}

/*====================
header
====================*/

.container{
	background: #000;
}

.header{
	background-image: url("../img/header_line.png");
	background-size: 5px 31px;
	background-repeat: repeat-x;
	padding: 57px 0 22px 0;
	position: relative;
}

.header h1{
	text-align: center;
	padding: 0 0 24px 0;
}

.header nav ul{
	display: flex;
	justify-content: center;
}
.header nav ul li{
	padding: 0 25px;
	border-left: solid 1px #fff;
}
.header nav ul li:last-child{
	border-right: solid 1px #fff;
}
.header nav ul li a{
	color: #fff;
	font-size: 1.4em;
	line-height: 1em;
	white-space: nowrap;
}


.header .spMenuBt{
	display:none;
	position:absolute;
	right:0;
	top:13px;
	z-index: 98;
    transition: all .4s;
    box-sizing: border-box;
    width: 64px;
    height: 60px;
    padding: 22px 0 0 0;
	cursor: pointer;
  }
  .header .spMenuBt span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
  }
  .header .spMenuBt span:nth-of-type(1) {
    top: 22;
  }
  .header .spMenuBt span:nth-of-type(2) {
    top: 29px;
  }
  .header .spMenuBt span:nth-of-type(3) {
    top: 36px;
  }
  .header .spMenuBt.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header .spMenuBt.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .spMenuBt.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }


@media only screen and (max-width: 688px) {
	.header .spMenuBt{
	display:block;
	}
	.close{
		display: block;
		cursor: pointer;
		padding: 3%;
		text-align: right;
		font-size: 3em;
	}
	.header nav{
		position: absolute;
		left: 0;
		top: 70px;
		width: 100%;
		background: #000;
		z-index: 100;
	}
.header nav ul{
	flex-direction: column;
}
.header nav ul li{
	padding: 0;
	border-left: none;
	border-top: solid 1px #666;
}
	.header nav ul li:last-child{
		border-right: none;
	}
	.header nav ul li a{
		padding: 15px;
		display: block;
	}
	
}
	


@media only screen and (max-width: 688px) {
	.header{
		background-size: 3px 15px;
		padding: 35px 0 0 0;
	}
	.header h1{
	padding: 0 0 20px 6%;
		text-align: left;
}
	.header h1 img{
		width: 280px;
		height: auto;
}
	.header nav{
		display: none;
	}
}


.main{
	position: relative;
	height: 620px;
}

.main .inner{
	max-width: 920px;
	height: 620px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .inner h2{
}

.main ul.slider{
	position: absolute;
	width: 100%;
	height: 620px;
	left: 0;
	top: 0;
}
.main ul li{
	position: absolute;
	width: 100%;
	height: 620px;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	 box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, .5);
}

.main ul li.img01{
	background-image: url("../img/dstage_ph.jpg");
}
.main ul li.img02{
	background-image: url("../img/dnext_ph.jpg");
}
.main ul li.img03{
	background-image: url("../img/act-top.jpg");
}
.main ul li.img04{
	background-image: url("../img/d-stage-top.jpg");
}
.main ul li.img05{
	background-image: url("../img/koushin_ph.jpg");
}


@media only screen and (max-width: 688px) {
	.main,
	.main .inner,
	.main ul.slider,
	.main ul li{
		height: 320px;
	}
	.main .inner h2{
}
	.main .inner h2 img{
	height: auto;
	}
}

.topContent .inner{
	display: flex;
	max-width: 1240px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding: 28px;
}
.topContentNews{
	background: #D3D4D4;
	max-width: 520px;
	flex: 1;
	padding: 30px;
}
.topContentNews h3{
	text-align: center;
	font-size: 1.6em;
	padding: 0 0 28px 0;
}
.topContentNews ul li{
	border-top: solid 1px #000;
}
.topContentNews ul li:last-child{
	border-bottom: solid 1px #000;
}
.topContentNews ul li a{
	display: flex;
	padding: 20px 0;
}
.topContentNews ul li a p.date{
	padding: 0 20px 0 0;
}
.topContentNews ul li a p{
	font-size: 1.3em;
}

.topContentImg{
	padding: 0 0 0 28px;
}

@media only screen and (max-width: 688px) {
	.topContent .inner{
		flex-direction: column;
		padding: 15px 3%;
	}
	.topContentNews{
		width: 100%;
		padding: 15px 3%;
	}
	.topContentNews h3{
		font-size: 1.4em;
		padding: 0 0 15px 0;
	}
	.topContentNews ul li a{
	display: flex;
	padding: 10px 0;
}
	.topContentNews ul li a p{
	font-size: 1.2em;
}
	
	.topContentImg{
	padding: 15px 0 0 0;
}
	
}

.footer{
	background: #fff;
	text-align: center;
	padding: 5px 0;
}
.footer address{
	font-size: 1.7em;
	line-height: 1em;
}

@media only screen and (max-width: 688px) {
	.footer address{
	font-size: 1.1em;
	}
	
}

.subMain{
	height: 620px;
	background-size: cover;
	background-position: center;
	border-bottom: 10px #000;
}

.subMain.dreamMain{
	background-image: url("../img/dstage_ph.jpg");
}
.subMain.dnextMain{
	background-image: url("../img/dnext_ph.jpg");
}
.subMain.dreamactMain{
	background-image: url("../img/act-top.jpg");
}
.subMain.dstageMain{
	background-image: url("../img/d-stage-top.jpg");
}
.subMain.koushinMain{
	background-image: url("../img/koushin_ph.jpg");
}


.subContent{
	background: #fff;
}

.subContent .inner{
	max-width: 960px;
	margin: 0 auto;
}

@media only screen and (max-width: 688px) {
	.subMain{
		height: 320px;
	}
	.subContent .inner{
		padding: 15px;
	}
}

.subContentHead{
	position: relative;
	padding: 60px 0;
}
.subContentHead h2{
	text-align: center;
}
.subContentHead p{
	position: absolute;
	left: 0;
	top: 20%;
}

@media only screen and (max-width: 688px) {
	.subContentHead{
	padding: 30px 0;
	}
	.subContentHead h2{
		text-align: right;
	}
	.subContentHead h2 img{
	width: 240px;
	height: auto;
}
.subContentHead p img{
	height: 60px;
		width: auto;
	}
}

.subContent .inner h3{
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 2.0em;
	line-height: 1em;
	padding: 10px;
	border-radius: 30px;
	margin: 0 0 20px 0;
}

.subContent .inner h4{
	font-size: 2.0em;
	color: #003D92;
	font-weight: bold;
	padding: 0 0 0 15px;
}
.subContent .inner p{
	font-size: 1.7em;
	padding: 0 0 1em 15px;
}
.subContent .inner p.note{
	font-size: 2.0em;
	color: #DB0011;
}
.subContent .inner p span{
	font-size: 1.2em;
}
.subContent .inner p span a{
	color: #003D92;
}

.profileBox{
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
}
.profileBox p.mail{
	padding: 40px 0 0  15px;
}

.map{
	padding: 25px 0;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
.map iframe{
	width: 100%;
}

@media only screen and (max-width: 688px) {
	.subContent .inner h3{
		font-size: 1.6em;
		padding: 6px;
	}
	.subContent .inner h4{
	font-size: 1.6em;
	}
	.subContent .inner p{
	font-size: 1.4em;
	padding: 0 0 1em 8px;
}
.subContent .inner p.note{
	font-size: 1.6em;
}
.subContent .inner p span{
	font-size: 1.0em;
}
	.profileBox{
		flex-direction: column;
	}
	.profileBox figure{
		text-align: center;
	}
	
	.map iframe{
	height: 300px;
}
	
	.profileBox p.mail{
	padding: 0 0 20px 8px;
}
	.profileBox p.mail img{
		width: 260px;
		height: auto;
	}
	
}


.coming{
	padding: 20px 3%;
}
.coming p{padding: 200px 0!important;}