@charset "UTF-8";


/*===================================================

	フレーム

====================================================*/
body {
    overflow-x: hidden;
}
body::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/ebidan/fanclub/feature/ebidan_audition/images/bg_logo_uVbu7wkn.png);
    background-size: 400px;
    animation: bgscroll 20s linear infinite;
    z-index: 2;
    pointer-events: none;
    opacity: 0.2;
    top: 0;
    left: 0;
}
body::after{
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/ebidan/fanclub/feature/ebidan_audition/images/bg_logo_02_uVbu7wkn.png);
    background-size: 400px;
    animation: bgscroll2 20s linear infinite;
    z-index: 2;
    pointer-events: none;
    opacity: 0.2;
    top: 0;
    left: 0;
}

@keyframes bgscroll {
 0% {background-position: 0 0%;}
 100% {background-position: -400px 0%;}
}
@keyframes bgscroll2 {
 0% {background-position: 0 0%;}
 100% {background-position: 400px 0%;}
}

body:not(.page--home) .content--main {
    padding-top: 0;
	font-family: "zen-kaku-gothic-new", sans-serif;
}
footer .inner {
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 12px;
}
.wrap{

}
.contents{
    position: relative;
    padding: 0 0 80px 0;
    margin: 0 auto;
    z-index: 3;
}
.inBox{
    width: 90%;
    max-width: 1200px;
    background: #fefef4;
    padding: 5vw 4vw;
    border-radius: 20px;
    margin: 0 auto;
    outline: 1px solid #006637;
    outline-offset: -10px;
    color: #006637;
}
.frame{
    width: 100%;
    z-index: 1;
    position: relative;
}
.frame::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -100px;
    width: 110%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 150px;
    border-bottom-left-radius: 100% 300px;
    border-bottom-right-radius: 100% 300px;
    background: #fffff5;
    z-index: 1;
}
.frame::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -100px;
    width: 110%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 150px;
    background: #106635;
}


.btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

/*===================================================

	共通

====================================================*/

.tit{

}
.txt{

}
.red{
	color:#ff0000;
}
.attentionList{

}
.attentionList li{
text-indent: -1.2em;
    margin: 0 0 5px 1.2em;
    font-size: 12px;
    font-weight: 500;
}
.attentionList li:last-child{
    margin: 0 0 0 1.2em;
}
h3{
    font-family: "mochiy-pop", sans-serif;
    text-align: center;
    font-size: 47px;
    margin: 0 auto 50px;
    line-height: 1.5;
}
h3 span{
    display: block;
    font-size: 40%;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
}

.delighter.started {
      transform: none;
      opacity: 1;
}
.lead{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.lead p{
    margin: 0 0 15px 0;
}
.lead p:last-child{
    margin: 0;
}
.btn{
    position: relative;
    z-index: 3;
}
.btn a{
    background: #ffffff;
    color: #006637;
    width: 90%;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    margin: auto;
    letter-spacing: 0.05em;
    font-weight: bold;
    border-radius: 999px;
    max-width: 350px;
    border: 3px solid #006637;
}
.btn.main a{
	border: 3px solid #a72325;
    background: #a72325;
    text-align: center;
    color: #fbfbe4;
}
.link{
    text-decoration: underline;
}

.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
a {
    transition: 0.4s;
}
.loading{
	width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    transition: 0.4s;
    background:#106635;
}
.loading p{
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loaded .loading{
    z-index: -99999;
    opacity: 0;
}


/*===================================================

	VISUAL

====================================================*/


.heroView {
    position: relative;
    margin: 0 auto;
    min-height: 700px;
    z-index: 3;
    padding: 50px 0 0;
}
.heroView .mainLogo {
    width: 200px;
    margin: 0 auto 50px;
}
.heroView .mainLogo h2{
    opacity: 0;
}
.loaded .heroView .mainLogo h2{
  -webkit-animation: upIn 0.8s ease 0.5s 1 forwards;
  animation: upIn 0.8s ease 0.5s 1 forwards;
}
.heroView .mainLogo h2{

}
.heroView .mainLogo h2 p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.heroView .mainLogo h2 p:nth-child(1){

}
.heroView .mainLogo h2 p:nth-child(2){

}
.heroView .movBox{
    margin: 0 auto 50px;
    width: 90%;
    max-width: 800px;
    opacity: 0;
}
.loaded .heroView .movBox{
    -webkit-animation: upIn 0.8s ease 1s 1 forwards;
    animation: upIn 0.8s ease 1s 1 forwards;
}
.heroView .txtArea{
    margin: auto;
    background: #a72325;
    width: 800px;
    text-align: center;
    padding: 3vh;
    border-radius: 15px;
    color: #fbfbe4;
    outline: 1px solid #fbfbe4;
    outline-offset: -10px;
    font-size: 23px;
    line-height: 1.5;
    font-weight: bold;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    opacity: 0;
}
.loaded .heroView .txtArea{
  -webkit-animation: upIn 0.8s ease 1.2s 1 forwards;
  animation: upIn 0.8s ease 1.2s 1 forwards;
}
.heroView .txtArea::before {
    content: '';
    display: block;
    position:absolute;
    width: 60px;
    height: 55px;
    background: url(/static/ebidan/fanclub/feature/ebidan_audition/images/ph_crown_uVbu7wkn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    top: -25px;
    left: -25px;
}
.heroView .txtArea p{

}
.heroView .txtArea p:nth-child(1){
    font-size: 80%;
}
.heroView .txtArea p:nth-child(2){

}
.heroView .txtArea p:nth-child(3){
    font-size: 60%;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn_02 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%,30px);
		transform: translate(-50%,30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,0);
		transform:translate(-50%,0);
	}
}
.heroView .scrolldown{
    height: 50px;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.heroView .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#106635;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:80px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.heroView .scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 80px;
  background:#106635;
}



@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

.list--nav--sns{
	display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 3%;
    left: 2%;
    opacity: 0;
}
.loaded .list--nav--sns{
  -webkit-animation: upIn 0.8s ease 1.5s 1 forwards;
  animation: upIn 0.8s ease 1.5s 1 forwards;
}
.list--nav--sns li{
    margin: 0 15px 0 0;
}
.list--nav--sns li:last-child{
    margin: 0;
}
.list--nav--sns li a {
    font-size: 23px;
    position: relative;
    width: 45px;
    height: 45px;
    display: block;
    background: #a72325;
    border-radius: 100%;
    line-height: 43px;
    color: #fbfbe4;
}
.list--nav--sns li a span{
    font-size: 80%;
    position: absolute;
    right: -10px;
    top: 5px;
}
.list--nav--sns li a svg{
    width: 25px;
    height: 25px;
    position: relative;
    top: 2px;
    fill:#fbfbe4;
}


/*===================================================

	newsArea

====================================================*/

#newsArea{
    background: #106635;
	margin: 100px auto;
}
#newsArea .newsList{

}
#newsArea .newsList li{
    border-bottom: 1px solid;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
#newsArea .newsList li:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
#newsArea .newsList dl{

}
#newsArea .newsList dl dt{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
	cursor: pointer;
}
#newsArea .newsList dl dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
#newsArea .newsList dl.on dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

#newsArea .newsList dl dt .date{
    width: 100px;
    font-size: 13px;
    font-weight: bold;
}
#newsArea .newsList dl dt .tit{
    font-weight: bold;
    font-size: 15px;
    width: calc(100% - 100px);
}
#newsArea .newsList dl dd{
    margin: 20px 0 0 0;
    font-size: 14px;
}
#newsArea .newsList dl dd .txt{

}

/*===================================================

	outlineArea

====================================================*/

#outlineArea{

}

#outlineArea .lead{

}
#outlineArea .gp{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto 50px;
}
#outlineArea .gp li{
    background: #a72325;
    text-align: center;
    color: #fbfbe4;
    padding: 20px 10px;
    width: 32%;
    border-radius: 15px;
    height: 135px;
    position: relative;
    line-height: 1.5;
    font-weight: bold;
    font-size: 14px;
    -webkit-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
#outlineArea .gp li::before {
    content: '';
    display: block;
    position:absolute;
    width: 50px;
    height: 45px;
    background: url(/static/ebidan/fanclub/feature/ebidan_audition/images/ph_crown_uVbu7wkn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    top: -25px;
    left: -25px;
}
#outlineArea .gp li > div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#outlineArea .gp li p{
    font-size: 23px;
    font-weight: bold;
    color: #ffec3a;
}
#outlineArea .gp li small {
    font-size: 65%;
    line-height: 1.2;
}


/*===================================================

	requirementsArea

====================================================*/

#requirementsArea{

}
#requirementsArea .inBox{
    background: #a72325;
    text-align: center;
    color: #fbfbe4;
    outline: none;
}
#requirementsArea .list{

}
#requirementsArea .list li{
    background: #fffff5;
    text-align: left;
    color: #ae232a;
    font-weight: bold;
    font-size: 17px;
    text-indent: -0.9em;
    margin: 0 0 20px 0;
    padding: 1em 3em;
    line-height: 1.5;
}
#requirementsArea .list li:last-child{
    margin:  0;
}
#requirementsArea .list li i{
    font-size: 12px;
    margin: 0 10px 0 0;
}
#requirementsArea .list li small{
    display: block;
    font-size: 70%;
    text-indent: -1.4em;
    margin: 5px 0 0 1.4em;
}


/*===================================================

	selectionPeriodArea

====================================================*/

#selectionPeriodArea{

}
#selectionPeriodArea .date{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border: 2px solid;
    padding: 20px;
    margin: 0 auto 50px;
    max-width: 600px;
}
#selectionPeriodArea .date dt{
    width: 100px;
    font-size: 16px;
    font-weight: bold;
}
#selectionPeriodArea .date dd{
    font-weight: bold;
    font-size: 19px;
    width: calc(100% - 100px);
    border-left: 1px solid;
    padding: 0 0 0 30px;
}
#selectionPeriodArea .date dd span{
    font-size: 60%;
}
#selectionPeriodArea .list {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#selectionPeriodArea .list li{
    width: 32%;
    background: #006637;
    color: #fffff5;
    text-align: center;
    height: 180px;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    position: relative;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.5;
}
#selectionPeriodArea .list li > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:90%;
}
#selectionPeriodArea .list li strong{
    font-size: 20px;
    display: block;
    line-height: 1.5;
    margin: 0 0 5px 0;
}
#selectionPeriodArea .list li small{
    font-size: 70%;
    line-height: 1.5;
    display: block;
    margin: 5px 0 0 0;
}



@media screen and (min-width:960px){


.pc_only{
    display:block!important;
}
.sp_only{
    display: none!important;
}
.btn a:hover{
  transform: scale(1.05);
}
footer .bnrList li a:hover{

}
.link:hover{
opacity: 0.7;
}
.list--nav--sns li a:hover {
    background: #d43538;
}
#newsArea {
    padding: 100px 0 80px 0;
}


}

@media screen and (max-width: 960px){

.pc_only{
    display:none!important;
}
.sp_only{
    display: block!important;
}
footer .inner {
    padding: 0 20px 100px;
}

body:not(.page--home) footer {
        padding-top: 80px;
}
.frame::before {
    bottom: 0;
    height: 90px;
    border-bottom-left-radius: 100% 93px;
    border-bottom-right-radius: 100% 93px;
}
.btn a {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    font-size: 13px;
    margin: auto;
}
.cs {
    font-size: 14px;
}
.allContain {
    position: relative;
    overflow: hidden;
}
section {
    margin: 0 0 50px 0;
    position: relative;
}
.contents {
    padding:0 0 50px 0;
}
.inBox {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        border-radius: 10px;
        padding: 40px 30px;
}
.list--nav--sns {
        left: 5%;
}
.list--nav--sns li{
    margin: 0 10px 0 0;
}
.list--nav--sns li a {
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 33px;
}
.list--nav--sns li a svg {
    width: 17px;
    height: 17px;
    top: 2px;
}

.heroView {
    min-height: auto;
}

.heroView .scrolldown {
        left: 5%;
        top: 25%;
}


.heroView .mainLogo {
        width: 22vh;
        margin: 0 auto 4vh;
}
.heroView .movBox {
    width: 45vh;
        margin: 0 auto 4vh;
}
.heroView .txtArea {
    width: 90%;
    padding: 3vh;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 600px;
    bottom: 0;
}
.heroView .txtArea::before {
    width: 50px;
    height: 45px;
    top: -15px;
    left: -15px;
}
h3 {
		font-size: 24px;
        margin: 0 auto 30px;
        line-height: 1.5;
}
.lead {
    font-size: 13px;
    margin: 0 0 30px 0;
}

#newsArea {
    margin: 50px auto;
}
#newsArea .newsList dl dt {
    display: block;
}
#newsArea .newsList dl dt .date {
    width: 100%;
    font-size: 12px;
}
#newsArea .newsList dl dt .tit {
    font-size: 13px;
    width: 100%;
}
#newsArea .newsList dl dt::after {
    right: 0;
}
#newsArea .newsList dl dd {
    margin: 10px 0 0 0;
    font-size: 12px;
}

#outlineArea .gp {
    margin: 0 auto 30px;
    display: block;
}
#outlineArea .gp li {
    padding: 20px 10px;
    width: 100%;
    border-radius: 10px;
    height: auto;
    font-size: 13px;
    margin: 0 auto 30px;
}
#outlineArea .gp li::before {
    width: 40px;
    height: 35px;
    top: -15px;
    left: -15px;
}
#outlineArea .gp li > div {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
}
#outlineArea .gp li p {
    font-size: 18px;
}
#requirementsArea .list li {
    font-size: 13px;
    text-indent: -1.2em;
    margin: 0 0 10px 0;
    padding: 1em 1em 1em 3.3em;
    line-height: 1.5;
}
#selectionPeriodArea .date {
    padding: 20px;
    margin: 0 auto 30px;
    display: block;
}
#selectionPeriodArea .date dt {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
}
#selectionPeriodArea .date dd {
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    border-left: none;
    padding: 0;
    line-height: 1.5;
    text-align: center;
}
#selectionPeriodArea .list {
    display: block;
}
#selectionPeriodArea .list li {
    width: 100%;
    text-align: center;
    height: auto;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 auto 15px;
    padding: 20px;
}
#selectionPeriodArea .list li > div {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 90%;
}
#selectionPeriodArea .list li strong {
    font-size: 16px;
}


}