@charset "utf-8";
/* CSS Document */

/*オーディション*/

h1 {display:none;}
h2 {display:none;}

/*メインイメージ*/

#Audition_Main {
	background:url("../img/grow.jpg") center top no-repeat;
	width:100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	margin-bottom:36px;
}

#Audition .mainvisual {
	background:url("../img/mainvisual.jpg") left top no-repeat;
	width:100%;
	padding-top:40%;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin:0 auto 0;
}

#Audition .title {
	display:none;
}

#Audition_Introduction {
	background:url("../img/bg_crysta.jpg") center top no-repeat;
	backgtound-size:cover;
	width:100%;
	box-sizing: border-box;
	padding:15% 0;
}

#Audition .head_introduction {
	background:url("../img/head_intro.png") center top no-repeat;
	width:100%;
	padding-top:12%;
	background-size: contain;
	margin:0 auto 10%;
}

#Audition .intro_b1 {
	width:100%;
	background:url("../img/mob_photo_01.jpg") center top no-repeat;
	padding-top:105%;
	background-size: contain;
	margin:0 auto;
}

#Audition .in_b1_txt {
	width:90%;
	margin:0 auto 5%;
}

#Audition .in_b1_txt p {
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

#Audition .intro_b2 {
	width:100%;
	background:url("../img/mob_photo_02.jpg") center top no-repeat;
	padding-top:75%;
	background-size: contain;
	margin:0 auto;
}

#Audition .in_b2_txt {
	width:90%;
	margin:0 auto;
}

#Audition .in_b2_txt p {
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

#Audition_About {
	width:100%;
	box-sizing: border-box;
	padding:15% 0;
}

#Audition .head_about {
	background:url("../img/mob_about_head.jpg") center top no-repeat;
	width:100%;
	padding-top:75%;
	background-size: contain;
	margin:0 auto;
}

#Audition .about_catch {
	width:90%;
	margin:0 auto 15%;
}

#Audition .about_catch p {
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

#Audition .about_catch p strong {
	color:#a373fb;
	font-weight: bold;
	font-size:3rem;
}

#Audition .about_select {
	width:100%;
	margin:0 auto 10%;
}

#Audition .about_cosplayer {
	width:90%;
	box-sizing: border-box;
	position: relative;
	border:10px solid #d7f6f8;
	padding:80px 20px 20px;
	margin:0 auto 70px;
}

#Audition .about_cosplayer:before {
	content: "";
	display: block;
	background:url("../img/head_cosplayer.png") left top no-repeat;
	width:200px;
	height:120px;
	background-size: cover;
	position: absolute;
	left:50%;
	margin-left:-100px;
	top:-60px;
}

#Audition .about_cosplayer p {
	text-align: left;
	color:#5edbe5;
	font-size:1.8rem;
	line-height: 1.8;
}

#Audition .about_streamer {
	width:90%;
	box-sizing: border-box;
	position: relative;
	border:10px solid #e8dcfe;
	padding:80px 20px 20px;
	margin:0 auto 70px;
}

#Audition .about_streamer:before {
	content: "";
	display: block;
	background:url("../img/head_streamer.png") left top no-repeat;
	width:200px;
	height:120px;
	background-size: cover;
	position: absolute;
	left:50%;
	margin-left:-100px;
	top:-60px;
}

#Audition .about_streamer p {
	text-align: left;
	color:#a373fb;
	font-size:1.8rem;
	line-height: 1.8;
}

#Audition .about_gravure {
	width:90%;
	box-sizing: border-box;
	position: relative;
	border:10px solid #f8bfdf;
	padding:80px 20px 20px;
	margin:0 auto;
}

#Audition .about_gravure:before {
	content: "";
	display: block;
	background:url("../img/head_gravure.png") left top no-repeat;
	width:200px;
	height:120px;
	background-size: cover;
	position: absolute;
	left:50%;
	margin-left:-100px;
	top:-60px;
}

#Audition .about_gravure p {
	text-align: left;
	color:#e4007f;
	font-size:1.8rem;
	line-height: 1.8;
	margin-bottom:5%;
}

#Audition .mob_magazine {
	width:100%;
	background:url("../img/mob_magazine.jpg") center top no-repeat;
	padding-top:142%;
	background-size: cover;
}

#Audition .about_bottom {
	width:90%;
	margin:0 auto;
}

#Audition .about_bottom p {
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}

#Audition_Outline {
	width:100%;
	padding:15% 0;
	box-sizing: border-box;
	background-color:#f8f8f8;
}

#Audition .head_outline {
	background:url("../img/head_outline.png") center top no-repeat;
	width:100%;
	padding-top:12%;
	background-size: contain;
	margin:0 auto 10%;
}

#Audition .recruit_group {
	width:90%;
	margin:0 auto 48px;
}

#Audition .recruit_group dl {
	background-color:#fff;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
	display: flex;
	justify-content: space-between;
	margin-bottom:2px;
}

#Audition .recruit_group dl dt {
	width:30%;
	text-align: center;
	box-sizing: border-box;
	padding:12px;
	background-color:#969696;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Audition .recruit_group dl dd {
	width:70%;
	text-align: center;
	box-sizing: border-box;
	padding:12px;
}

#Audition small {
	font-size:80%;
}

#Audition .entry_bt {
	width:90%;
	margin:0 auto;
	position: relative;
}

#Audition .entry_bt a {
	display: block;
	text-decoration: none;
	width:100%;
	box-sizing: border-box;
	padding:24px;
	font-size: 2.8rem;
	font-weight: bold;
	color:#fff;
	background-color:#a373fb;
	box-shadow:0 0 15px rgba(163,115,251,0.5);
	transition: all 0.3s;
}

#Audition .entry_bt a:hover {
	background-color:#fff;
	color:#a373fb;
}

#Audition_Attention {
	width:100%;
	padding:15% 0;
	box-sizing: border-box;
}

#Audition_Attention p {
	width:90%;
	margin:0 auto;
	text-align: left;
	color:#898989;
	font-size:1.8rem;
	line-height: 1.8;
}