@charset "utf-8";
/* CSS Document */

/***font
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
***/

/***color
green　#8ea99b;
green2 #8ea99b;
red　#ad2f30;
***/


/**　削除用タイマー　**/
.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}
/**　//削除用タイマー　**/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/********リンク********/
a {
    color: #ad2f30;
    text-decoration: none;}
a:hover{}


a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {
	color:#ad2f30;
	text-decoration: underline;
}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pk {
    display: inline-block;
}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}


@media screen and (max-width: 768px){

	.res {
		display: inline;
	}
}

@media screen and (max-width: 414px){

	.res2 {
		display: inline;
	}
}

@media screen and (max-width: 375px){

	.res3 {
		display: inline;
	}
}

@media screen and (max-width: 320px){

	.res4 {
		display: inline;
	}
}

html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height:2;
	color:#000;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;	*/
	background-color: #8ea99b;
}

body:before{
	content: "";
    display: block;
    position: fixed;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
/*    background-image: url(../images/.png);
    background-position: center;
    background-size: contain;*/
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}

/****************************************

　ページトップへ戻るボタン

*****************************************/


#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
	padding: 0.3em;
    line-height: .5;
	z-index: 1000;
}

#pagetop a {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
}

#pagetop a::after {
	font-family: "Font Awesome 6 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 3em;

}


/****************************************

　フッター

*****************************************/

.btn_close {
	text-align: center;
	font-weight: 700;
}

footer{
	width: 100%;
	margin: 6em auto 0;
    padding: 1.5em 0 0;
	text-align: center;
	font-size: 16rem;
	bottom: 0;
	color: #000;
}

.footer .copy {
	display: block;
	margin-bottom: 1em;
    font-family: 'Noto Sans JP', serif;    
    font-weight: 400;
}

.footer .copy .item {
	display: inline-block;
	margin: 0 0.8em;
    font-family: 'Noto Sans JP', serif;    
    font-weight: 500;
	line-height: 63px;
}
.footer .copy .item img {
	vertical-align: middle;
}

footer .sns_link {
	margin: 4em auto 1em;
}

footer .sns_link li {
    display: inline-block;
	width: 40px;
    margin: 0 15px;
    text-align: center;
    vertical-align: middle;
}
footer .sns_link li img {
	width: 100%;
}
footer .sns_link li.twi a {
	display: block;
	margin-top: -15px;
}


@media screen and (max-width: 500px){
}
@media screen and (max-width: 414px){
    footer{
        font-size: 14rem;
    }
}

footer .foot_link {
	margin: 0 auto 2em;	
}
footer .foot_link li {
	display: inline-block;
}
footer .foot_link li a {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}


.footer .copy {
	display: block;
	margin-bottom: 1em;
    font-family: 'Noto Sans JP', serif;    
    font-weight: 400;
}

.footer .copy .item {
	display: inline-block;
	margin: 0 0.8em;
    font-family: 'Noto Sans JP', serif;    
    font-weight: 500;
	line-height: 63px;
}
.footer .copy .item img {
	vertical-align: middle;
}

footer .sns_link {
	margin: 2em auto 1em;
}

footer .sns_link li {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    vertical-align: middle;
}

footer .sns_link li.twi a {
	display: block;
	margin-top: -15px;
}

footer .sns_link li {
    margin: 0 15px;
}


@media screen and (max-width: 500px){
}
@media screen and (max-width: 414px){
    footer{
        font-size: 14rem;
    }
}

footer .policy_link {
	display: block;
    margin-bottom: 1em;
	font-weight: 400;
}

footer .policy_link .link a {
    display: inline-block;
	margin: 0 1em;
	text-decoration: none;
	color: #000;
	font-size: 14rem;
	font-weight: 700;
}

footer .policy_link .link a:hover {
	text-decoration: underline;
}

footer .policy_link .link:not(:last-of-type)::after {
	content: "|";
	padding: 0 0.5em;
	color: #000;
}



/****************************************

　ボックス

*****************************************/

.wrap{ 
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
}

.anchor {
    margin-top: -3em;
    padding-top: 3em;
}

@media screen and (max-width: 900px){
    .sec {
        padding: 0 1.5em;
    }
}


/****************************************

　ヘッダー

*****************************************/

header {
	margin: 0 auto;
	padding: 0;
/*	background: #41645d;*/
}

header .heading_page {
	margin: 0 auto;
	padding: 1em 0 0;
    font-size: 40rem;
	line-height: 1.5;
    color: #000;
	font-weight: 900;
	font-feature-settings: "palt";
}

header .heading_page .s {
	font-size: 0.8em;
}
header .heading_page .logo {
	max-width: 400px;
	margin: 0 auto 1em;
/*	padding-right: 5vw*/
}
header .heading_page .logo img {
	width: 100%;
}

header .heading_page .title {
	font-weight: 900;
	font-size: 1.1em;
}

@media screen and (max-width: 640px){
	header .heading_page {
		font-size: 30rem;
	}
}

@media screen and (max-width: 380px){
	header .heading_page .logo {
		margin-bottom: 0.5em;
	}
	header .heading_page {
		font-size: 24rem;
	}
}


/****************************************

　メイン

*****************************************/

main{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.area_lead {
	padding: 2em 0;
	text-align: left;
}

.area_lead .text {
	margin: 2em auto 3em;
	padding: 0 1em;
	font-size: 18rem;
	font-weight: 700;
	text-align: center;
}

.area_lead .about {
	padding: 2em 1em 1em;
	border: 3px solid #000;
	background-color: #000;
	background-image: url("../images/bg_audition.png");
	background-repeat: repeat-x;
	background-position: top center;
}

.area_lead .about dt {
	font-weight: 900;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
}

.area_lead .about dd {
	padding: 1em 1em 0;
	color: #fff;
}

.area_lead .msg_close {
    margin-top: 1em;
    font-weight: bold; 
    color: #ad2f30; 
    font-size: 1.5em;
}

@media screen and (max-width: 810px){
	.area_lead {
		padding: 1em 0;
	}
	.area_lead .text {
		text-align: left;
		font-weight: 700;
	}
	.area_lead .pack {
		display: inline;
	}
}
@media screen and (max-width: 414px){
	.area_lead .text {
		padding: 0;
	}
}
	
@media screen and (max-width: 380px){
	.area_lead {
		padding: 1em 1em 2em;
		font-size: 18rem;
	}
}

.area_detail {
	padding: 1em;
	background: #fff;
	border: 3px solid #000;
}

.area_detail .list {

}

.area_detail .list > dt {
	background: #000;
	color: #fff;
	font-size: 20rem;
	font-weight: 700;
}

.area_detail .list > dd {
	padding: 1em 1em 2em;
}

.area_detail .list > dd.stage {}

.area_detail .list > dd.stage th {
    padding: 0.25em 0;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
}

.area_detail .list > dd.stage td {
    padding: 0.25em 0.5em;
    text-align: left;
}
.area_detail .list > dd.stage td .note {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.area_detail .list > dd.terms {
	text-align: left;
}
.area_detail .list > dd.terms > ul > li:not(:last-of-type) {
	margin-bottom: 1em;
}
.area_detail .list > dd.terms > ul > li > ul {
    margin-left: 1em;
}
.area_detail .list > dd.terms > ul > li > ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.area_detail .list > dd.terms .caution {
	margin: 0 0 0 1em;
}

@media screen and (max-width: 500px){
    .area_detail .list > dd.stage th {
        display: block;
        padding: 0;
    }

    .area_detail .list > dd.stage td {
        display: block;
        padding: 0 1em 0.5em;
    }

}

@media screen and (max-width: 414px){
	.area_detail .list > dd {
		padding: 1em 0.2em 2em;
	}
}
@media screen and (max-width: 365px){
	.area_detail .list > dd.terms .sch {
		width: 100%;
		margin: 0 auto;
	}
	.area_detail .list > dd.terms .sch th,
	.area_detail .list > dd.terms .sch td {
		display: block;
		text-align: center;
	}
	.area_detail .list > dd.terms .sch td {
		margin-bottom: 1em;
		padding: 0.5em;
		border: 1px solid #000;
	}
}

.area_detail .list > dd.flow {
}


.area_detail .list > dd.flow .list2 > dt {
	text-align: left;
	font-size: 19rem;
	font-weight: 700;
}
.area_detail .list > dd.flow .list2 > dd {
	margin-bottom: 1em;
	padding: 1em;
	border: 2px solid #000;
	text-align: left;
}
.area_detail .list > dd.flow .list2 .caution {
	margin: 1em auto 0;
	padding-left: 2em;
}

.area_detail .list > dd.flow .list2 .caution li {
	margin-bottom: 0.5em;
	line-height: 1.5;
	text-indent: -1em;
}

.area_detail .list > dd.flow .list2 .list3 {
	margin-bottom: 1em;
	padding-left: 1em;
}

.area_detail .list > dd.flow .list2 .list3 li {
	margin-bottom: 0.5em;
	line-height: 1.5;
	text-indent: -1em;
}

.area_detail .list > dd.flow .mail {
	margin: 1em auto 0;
	padding: 0.5em 0.5em;
	border: 2px solid #ad2f30;
	text-align: center;
	font-weight: 700;
	font-size: 20rem;
	line-height: 1.5;
}
.area_detail .list > dd.flow .mail .lbl {
	display: inline-block;
	margin: 0 0.3em;
	color: #ad2f30;
	font-size: 16rem;
	font-weight: 900;
}
.area_detail .list > dd.flow .mail .lbl::before {
	content: "【";
}
.area_detail .list > dd.flow .mail .lbl::after {
	content: "】";
}
.area_detail .list > dd.flow .mail .add {
	display: inline-block;
	word-break: break-all;
}

.area_detail .list > dd.flow .btn_wrap {
	text-align: center;
}

.area_detail .list > dd.flow .btn_entry {
	display: inline-block;
	max-width: 20em;
	margin: 1em auto;
	padding: 0.3em 1.5em;
	background: #ad2f30;
	border: 3px solid #ad2f30;
	border-radius: 2em;
	font-size: 20rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
}

.area_detail .list > dd.flow .btn_entry.close {
	background: #999;
	border: 3px #999;
}

.area_detail .list > dd.flow .msg_close {
	margin: 0 auto;
	text-align: center;
    font-weight: bold; 
    color: #ad2f30; 
}


@media screen and (max-width: 414px){
	.area_detail .list > dd.flow .mail {
		font-size: 18rem;
	}
	.area_detail .list > dd.flow .mail .lbl {
		padding: 0 0.5em;
	}
	.area_detail .list > dd.flow .mail .lbl::before {
		content: "▼";
	}
	.area_detail .list > dd.flow .mail .lbl::after {
		content: none;
	}

	.area_detail .list > dd.flow .btn_entry {
		border-radius: 1em;
		max-width: 20em;
		font-size: 18rem;
	}
}

@media screen and (max-width: 390px){

}
.area_detail .list > dd.deadline {
    text-align: left;
}
.area_detail .list > dd.deadline .day{
	font-size: 24rem;
    text-align: center;
}
.area_detail .list > dd.deadline .caution {
	margin: 1em auto 0;
	padding-left: 2em;
}

.area_detail .list > dd.deadline .caution li {
	margin-bottom: 0.5em;
	line-height: 1.5;
	text-indent: -1em;
}

.area_detail .tsuka {
	text-align: left;
}

.area_detail .tsuka .caution {}

.area_detail .tsuka .caution{
	margin: 1em auto 0;
	padding-left: 1em;
}

.area_detail .tsuka .caution li {
	margin-bottom: 0.5em;
	line-height: 1.5;
	text-indent: -1em;
}


.area_detail .contact {}

.area_detail .contact .caution{
	display: inline-block;
	margin: 1em auto 0;
	padding-left: 1em;
	text-align: left;
}

.area_detail .contact .caution li {
	margin-bottom: 0.5em;
	line-height: 1.5;
	text-indent: -1em;
}

.area_policy {
	margin: 2em auto 0;
	padding: 1.5em 2em 2em;
	border: 3px solid #000;
	background: #fff;
}

.area_policy dt {
	margin-bottom: 0.5em;
}

.area_policy .list {
	text-align: left;
}
.area_policy .list li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}



