html {font-size: 625%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/* background: transparent; */
}

body {
	font-family:'futura-pt','inherit','Yu Gothic',"游ゴシック",'YuGothic',"游ゴシック体",'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
	font-size: .16rem;
	font-size: 16px;
	color:#666;
	background: #fff;
	letter-spacing: .014rem;
	box-sizing: border-box;
	overflow-x: hidden;
	padding: .15rem;
	position: relative;
	/* background:url(../images/back01.jpg) no-repeat center center / cover; */
	background: #fff;
	/* background: url(../images/top_main_bg.jpg) top center;
  background-attachment: fixed;
  background-size: cover; */
}

/*共通*/
ol
,ul {
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #666;
}
.jost{
	font-family: 'Jost', sans-serif;
	font-weight: bold;
}
#container{
	overflow: hidden;
}
section{
	margin-bottom: .15rem;
}
.wrap{
	max-width: 1050px;
	width: 96%;
	margin: 0 auto;
}
.half{
	display: inline-block;
	width: 49%;
}
.bg_white{
	background: #fff;
	filter: drop-shadow(1px 1px 4px #555);
	color: #555;
	padding: 1rem .5rem;
}


/*button*/
.button
,button{
	display: inline-block;
	border: 1px solid #666;
	padding: .1rem .2rem;
	font-size: .14rem;
	transition: all  0.7s ease;
	outline: none;
}
.button:hover
,button:hover{
	text-decoration: none;
	color: #666;
	border: 1px solid #666;
	background: #fff;
}
button{
	width: 200px;
	display: block;
	margin: 0 auto;
}
.title{
	height: 70px;
	filter: drop-shadow(1.5px -1px 0.5px black);
}

/*header*/
header{
	padding: .1rem;
	background: rgba(0, 0, 0, .1);
	position: absolute;
    top: 0;
    width: calc(100% - .3rem);
    z-index: 100;
    margin-top: 0.15rem;
}
header .wrap{
	position: relative;
	height: fit-content;
}
.logo{
}
.logo img{
	max-width: 200px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right : 30px;
  top   : 0;
  bottom: 0;
  margin: auto;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #000;
  background: rgba(0, 0, 0, .8);
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 50%;
	height: 100vh;
}

nav.globalMenuSp ul {
  background: rgba(0, 0, 0, 0);
  margin: 0 auto;
  padding: 0 10%;
  width: 100%;
	height: fit-content;
	position: absolute;
	top: 20vh;
	text-align: left;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  opacity :0.7;
  transition: ease-in;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: .1em 0;
  text-decoration :none;
}
nav.globalMenuSp ul li:hover a{
  color :#000;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/*footer*/
footer{
	padding: .5rem 0;
}
.upper_row{
	margin-bottom: .3rem;
}
.upper_row .ja
,.upper_row .en{
	display: inline-block;
}
.upper_row span{
	display: block;
	margin-bottom: .2rem;
	font-size: .2rem;
}
.footer_logo{
	text-align: left;
	height: 100px;
	display: inline-block;
}
.footer_logo img{
	max-width: 200px;
	height: 100%;
}
.copy{
	display: inline-block;
	width: 82%;
	text-align: right;
}

/*index*/
.top_main{
	background: url("../images/top_main.jpg") center center /cover no-repeat;
	height: 90vh;
	position: relative;
}
.top_main .catch{
	position: absolute;
	height: fit-content;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	width: 50%;
	right: 0;
}
.top_main .catch h1{
	font-size: .34rem;
	margin-bottom: .1rem;
	line-height: .6rem;
	color:#fff;
	filter: drop-shadow(1px 1px 0.5px black);
}
.top_main .catch span{
	font-size: .24rem;
	color:#fff;
	filter: drop-shadow(1px 1px 0.5px black);
}
.flexbox{
	background: rgba(255, 255, 255, 1);
	background-blend-mode: normal,multiply;
	position: relative;
	height: 340px;
	width: 100%;
}
.flexbox::before{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
}
.flexbox:nth-child(even)::before{
	right: 0;
	left:auto;
}
.flexbox:first-child::before{
	background: url("../images/top_company.jpg") center center /cover no-repeat;
}
.flexbox:nth-child(2)::before{
	background: url("../images/top_talent.jpg") center center /cover no-repeat;
}
.flexbox:nth-child(3)::before{
	background: url("../images/top_audition.jpg") center center /cover no-repeat;
}
/* .flexbox:last-child::before{
	background: url("../images/top_english.jpg") center center /cover no-repeat;
} */
.flexbox .wrap{
	position: relative;
	height: 100%;
}
.flexbox .img{
	width: 48%;
}
.news h1.big_title{
	width:25%;
	display: inline-block;
}
.flexbox h1.big_title,
.flexbox img{
	position: absolute;
	bottom: -4px;
}
h1.big_title{
	color:#fff;
	bottom: -15px !important;
	font-size: 70px;
	font-family: "Arial", "メイリオ";
	text-shadow: 2px -2px 1px black;
}
.flexbox:nth-child(even) h1.big_title,
.flexbox:nth-child(even) img{
	right: 0%;
}
.flexbox .content div{
	position: absolute;
	width: 40%;
	height: fit-content;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flexbox:nth-child(even) .content{
	position: absolute;
	width: 40%;
	height: 100%;
}
.flexbox:nth-child(even) .content div{
	width: 100%;
}
.flexbox .content h1{
	margin-bottom: .1rem;
	font-size: .3rem;
}
.flexbox .content p{
	margin-bottom: .4rem;
	font-size: .14rem;
}
.news{
	background: url("../images/bg_news.jpg") no-repeat center center /cover;
	padding: 1rem 0;
	position: relative;
}
.news::after{
	content: "";
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.news .wrap{
	position: relative;
	z-index: 1;
}
.news img{
	vertical-align: top;
}
ul li{
	border-bottom: 1px solid #ccc;
	margin-bottom: .2rem;
	padding: .2rem .1rem;
}
ul li a,
ul li label{
	color:#fff;
}
.news ul{
	width: 60%;
	margin-left: 10%;
	display: inline-block;
	max-height: 240px;
	overflow-y: scroll;
}
.news li a:link{
	text-decoration: none;
}

/*company*/
#sub_page section{
	padding: 1rem 0;
}
#sub_page .sub_main{
	height: 500px;
	position: relative;
	padding: 0;
}
.sub_main .catch h1{
	font-size: .8rem;
	filter: drop-shadow(1.5px 1px 0.5px black);
}
.sub_main .catch p{
	filter: drop-shadow(1px 1px 1px black);
}

/*main images*/
.company .sub_main{
	background: url("../images/main_company.jpg") center center /cover no-repeat;
}
.business .sub_main{
	background: url("../images/main_business.jpg") center center /cover no-repeat;
}
.contact .sub_main{
	background: url("../images/main_contact.jpg") center center /cover no-repeat;
}
.info .sub_main{
	background: url("../images/main_info.jpg") center center /cover no-repeat;
}
.talent .sub_main{
	background: url("../images/main_talent.jpg") center center /cover no-repeat;
}
.supporter .sub_main{
	background: url("../images/main_supporter.jpg") center center /cover no-repeat;
}
.audition .sub_main{
	background: url("../images/main_audition.jpg") center center /cover no-repeat;
}
.privacy .sub_main{
	background: url("../images/main_privacy.jpg") center center /cover no-repeat;
}

.sub_main .catch{
	position: absolute;
	height: fit-content;
	width: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color:#fff;
}
.catct h1{
	font-size: .24rem;
}
.sub_title{
	margin-bottom: .5rem;
	text-align: center;
}
.content{
	line-height: .26rem;
}
.content h2{
	font-size: .26rem;
	margin-bottom: .5rem;
}
table{
	width: 100%;
}
tr{
	border-bottom: 1px solid #ccc;
}
th{
	width: calc(30% - .2rem);
	padding: .2rem .1rem .1rem;
	vertical-align: top;
}
td{
	width: calc(69% - .2rem);
	padding: .2rem .1rem .1rem;
}


/*business*/
.business .content p
,.business .content img{
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}
.business .content{
	margin-bottom: .5rem;
}
.business .content p{
	padding-right: 10%;
}
.business ul label{
	margin-bottom: .2rem;
	font-size: .2rem;
}
.business ul span{
	text-align: right;
	display: block;
}
.business ul img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.business table{
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}
.business table tr{
	display: block;
	border-bottom: 1px solid #ccc;
}
.business table tr:first-child{
	background: #dbe1f1;
}
.business table th
,.business table td{
	text-align: center;
	width: 50%;
	display: inline-block;
	line-height: .16rem;
	padding: .2rem;
}
.business table td:last-child
,.business table th:last-child{
	border-left: 1px solid #ccc;
}
.business table tr:nth-child(6)
,.business table tr:nth-child(7)
,.business table tr:last-child{
	background: #f9eed7;
}
.business .bg_white p{
	width: calc(80% - 1rem);
	margin: 0 auto;
	font-size: .2rem;
	line-height: .6rem;
	font-weight: bold;
}
.half h1{
	font-size: .24rem;
	margin-bottom: .1rem;
}
.half{
	width: 45%;
	display: inline-block;
	margin-right: 9%;
	margin-bottom: 1rem;
}
.wrap .half:nth-child(even){
	margin-right: 0;
}
.half .box{
	height: 200px;
}
.half img{
	height: 100%;
	display: block;
	filter: drop-shadow(1px 1px 4px #555);
}


/*contact*/
input[type=text]
,input[type=email]
,input[type=tel]
,select
,textarea{
	width: 100%;
	padding: .1rem;
	color: #666;
	border: none;
	background:#eee;
}
textarea{
	height: 200px;
}
form table{
	margin-bottom: .5rem;
}
::placeholder{
	color: #ccc;
}

/*mail*/
@media screen and (max-width: 1000px) {
	.title{
		height: 50px;
	}
}


@media screen and (max-width: 767px) {
	body{
		padding: .06rem;
	}
	/*共通*/
	.sp_none{
		display: none;
	}
	.sub_title{
		width: 80%;
		margin: 0 auto .3rem;
	}
	h1.big_title{
		display: none;
	}
	header{
		width: calc(100% - 12px);
		margin-top: 6px;
	}
	/*header*/
	.logo{
		width: 30%;
	}
	.nav_btn{
		width: 30px;
	}
	.nav_btn span:first-child{
		top: 13px;
	}
	.nav_btn span:nth-child(2){
		top: 23px;
	}
	.nav_btn.active{
		right: 10%;
	}
	.nav_btn span:last-child{
		bottom: 16px;
	}
	.nav_btn.active span:nth-of-type(1){
		transform: translateY(3px) rotate(-315deg) scale(.8);
	}
	.nav_wrap li span:first-child{
		font-size: .26rem;
	}
	.nav_wrap ul{
		padding: 70px 0;
		height: 100vh;
	}

	/*footer*/
	.upper_row{
		margin-bottom: .1rem;
	}
	.upper_row .en{
		display: none;
	}
	.upper_row .ja{
		width: 100%;
	}
	.upper_row span{
		font-size: .16rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	footer{
		padding: .3rem 0;
	}
	.footer_logo{
		width: 24%
	}
	.copy{
		width: 74%;
		font-size: .12rem;
	}

	/*index*/
	.top_main{
		height: 400px;
		background-position-x: 60%;
	}
	.top_main .catch{
		width: 90%;
	}
	.top_main .catch{
		font-size: .2rem;
		line-height: .24rem;
		left: 0;
		right: 0;
	}
	.top_main .catch h1{
		font-size: .18rem;
		line-height: .24rem;
	}
	.top_main .catch span{
		font-size: .16rem;
	}
	.flexbox{
		height: 480px;
	}
	.flexbox::before{
		width: 100%;
		height: 30%;
	}
	.flexbox .content div{
		width: 100%;
		top: 10%;
		background: rgba(255,255,255,0.9);
		padding: 1em;
	}
	.title{
		height: 44px;
		filter: none;
	}
	.flexbox .content p{
		margin-bottom: .2rem;
	}
	.flexbox:nth-child(even) .content{
	width: 100%;
	}
	.flexbox:nth-child(even) img{
		left: 0;
	}
	.news .wrap {
		background: rgba(255,255,255,.9);
		padding: 1em;
	}
	.news h1.big_title {
		width: 100%;
		display: block;
		font-size: .20rem;
		color: #666;
		text-shadow: none;
		margin-bottom: .5em;
	}
	.news ul{
		width: 100%;
		margin-left: 0;
	}
	.news ul li{
		font-size: 12px;
	}
	.news ul li a,
	.news ul li label{
		color:#666;
	}

	.flexbox .content h1{
		font-size: .24rem;
		letter-spacing: .01rem;
	}

	/*company*/
	#sub_page .sub_main{
		height: 300px;
	}
	#sub_page section{
		padding: .5rem 0;
	}
	.sub_main .catch h1{
		font-size: .4rem;
	}
	.sub_title h1{
		font-size: .24rem;
	}
	.content h2{
		font-size: .2rem;
		margin-bottom: .2rem;
	}
	th
	,td{
		width: calc(100% - .2rem);
		display: block;
	}
	td{
		padding-top: 0;
	}

	/* business*/
	.business .content p
	, .business .content img{
		width: 100%;
	}
	.business .content p{
		padding-right: 0;
		margin-bottom: .2rem;
	}

	/*contact*/
	.contact table{
		border-collapse: inherit;
	}
	.contact td
 ,.contact th{
	 width: 100%;
 }
 	.half{
		width: 49%;
		margin: 0;
	}
	.half h1{
		font-size: 14px;
	}

}


























}
