@charset "UTF-8";

/* 固定ページ */

/*=====================================================
  共通
======================================================*/
.page-heading {
    padding-top: 170px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px){
    .page-heading {
    padding-top: 100px;
    padding-bottom: 50px;
    }
}

.page-heading h2 {
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
}

@media screen and (max-width: 767px){
    .page-heading h2 {
        font-size: 1.9rem;
        line-height: 2.4rem;
    }
}

.page-top-contents-area {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media screen and (max-width: 767px){
    .page-top-contents-area {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: left;
    }
}

.page-top-contents-area h3 {
    color: #004da0;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px){
    .page-top-contents-area h3 {
        font-size: 1.2rem;
    }
}

.page-top-contents-area p {
    font-size: 1rem;
}

@media screen and (max-width: 767px){
    .page-top-contents-area p {
        font-size: 0.9rem;
    }
}

.page-bottom-contents-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px){
    .page-bottom-contents-area {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.page-bottoms-content-box {
    margin-bottom: 120px;
}

@media screen and (max-width: 767px){
    .page-bottoms-content-box {
        margin-bottom: 90px;
    }
}

.page-bottoms-content-box:last-child {
    margin-bottom: 0;

}

.page-bottoms-content-box h2 {
    font-size: 2.4rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px){
    .page-bottoms-content-box h2 {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }
}

.page-bottoms-content-box p {
    font-size: 1rem;
}

.page-bottoms-content-box p.lead-txt {
    font-size: 1.2rem;
    font-weight: bold;
    color: #004da0;
    margin-bottom: 20px;
}

.page-bottoms-content-box a.blue-border-btn {
    font-size: 1.3rem;
    padding: 13px 20px;
    margin-top: 40px;
    margin-right: 20px;
}

.page-bottoms-content-box a.blue-border-btn:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 13px;    

}

@media screen and (max-width: 767px){
    .page-bottoms-content-box a.blue-border-btn {
        font-size: 1rem;
        width: 80%;
        display: block;
        margin: 45px auto 0 auto;
    }

    .page-bottoms-content-box a.blue-border-btn.last-btn {
        margin-top: 20px;
    }
}

/*=====================================================
  About
======================================================*/

.about-page-heading {
    background: url(/themes/voat-artistbank/img/about-page-heading-bg.jpg);
    background-size: cover;
    background-position: center;
}

.about-artist-container {
    background: url(/themes/voat-artistbank/img/about-page-voat-artist.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px){
    .about-artist-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.about-artist-container h3 {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px){
    .about-artist-container h3 {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }
}


.col-xs-6.col-md-3.about-artist-box {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px){
    .col-xs-6.col-md-3.about-artist-box {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px){
    .col-xs-6.col-md-3.about-artist-box:nth-child(odd) {
        padding-right: 7px;
    }
    .col-xs-6.col-md-3.about-artist-box:nth-child(even) {
        padding-left: 7px;
    }
}

.col-xs-6.col-md-3.about-artist-box .about-artist-box-innr {
    background: #fff;
    height: inherit;
}

@media screen and (min-width: 768px){
    .col-xs-6.col-md-3.about-artist-box:nth-child(3) {
        margin-right: 10px;
    }
}


h4.about-artist-img-area {
    line-height: 0;
}

.about-artist-txt-area {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-artist-txt-area p {
    font-size: 1.2rem;
    font-weight: bold;
}

.about-artist-txt-area a:link {
    color: #000;
    text-decoration: none;
}

.about-artist-txt-area a:visited {
    color: #000;
}

.about-artist-txt-area a:hover {
    color: #a0a0a0;
    font-weight: bold;
}

.about-artist-txt-area a:active {
    color: #000;
    font-weight: bold;
}

.about-artist-txt-area a:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 5px;
}


/*=====================================================
  Audition
======================================================*/

.audition-page-heading {
    background: url(/themes/voat-artistbank/img/audition-page-heading-bg.jpg);
    background-size: cover;
    background-position: center;
}

.audition-step-container {
    background: url(/themes/voat-artistbank/img/audition-step-container-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.audition-step-container-innr {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}

.audition-step-contents {
    padding: 0 7px;
    width: calc( 25%);
}
@media screen and (max-width: 991px){
.audition-step-contents {
    width: 50%;
    margin-bottom: 25px;
}
}
@media screen and (max-width: 543px){
.audition-step-contents {
    width: 100%;
}
}
@media screen and (max-width: 543px){
.audition-step-contents {
    margin-bottom: 0;
}
}

.audition-step-nov {
    color: #fff;
    font-size: 2rem;
    font-family: '小塚ゴシック Pro R','Kozuka Gothic Pro Regular',sans-serif;
    margin-bottom: 22px;
}
@media screen and (max-width: 767px){
.audition-step-nov {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 12px;
}
}

/*.audition-step-nov:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  padding-bottom: 5px;
}*/
.audition-step-contents:last-child .audition-step-nov:after {
  content: none;
}

@media screen and (max-width: 767px){
    .audition-step-nov:after {
        display: none;
    }
}

.audition-step-img {
    margin-bottom: 10px;
}

.audition-step-img img {
    vertical-align: top;
}

.audition-step-contents h3 {
    color: #fff;
    font-size: 1.2rem;
}

p.audition-step-txt {
    font-size: 1rem;
}
@media screen and (max-width: 767px){
p.audition-step-txt {
    font-size: 0.9rem;
}
}

.audition-step-contents .fa-angle-down {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    display: block;
}


.audition-debut-container {
    background: url(/themes/voat-artistbank/img/audition-debut-container-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 600px){
    .audition-debut-container {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.audition-debut-arrow {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px){
    .audition-debut-arrow {
        max-width: 120px;
        margin-bottom: 10px;
    }
}

.audition-debut-contents-area {
    background: #004da0;
    color: #fff;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    padding: 90px 20px 0 20px;  
    text-align: center;
}

@media screen and (max-width: 600px){
    .audition-debut-contents-area {
        background: #004da0;
        width: 100%;
        height: auto;
        border-radius: 0%;
        -moz-border-radius: 0%;
        -webkit-border-radius: 0%;
        margin: 0 auto;
        text-align: left;
        padding: 70px 15px;
    }
}

.audition-debut-contents-area .lead-txt {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 40px;
}

.audition-debut-contents-area .audition-debut-txt {
    margin-bottom: 40px;
}

.audition-debut-contents-area .btn-head {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px){
    .audition-debut-contents-area .btn-head {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px){
    a.audition-entry-btn {
    text-align: center; 
    font-size: 1rem;
    width: 80%;
    display: block;
    margin: 45px auto 0 auto;
    }
}

a.audition-entry-btn {
    font-weight: bold;  
    display: inline-block;
    background-color: #fff;
    color: #004da0;
    padding: 10px 50px;
}

@media screen and (max-width: 600px){
    a.audition-entry-btn {
    text-align: center; 
    font-size: 1rem;
    width: 80%;
    display: block;
    margin: 0 auto;
    }
}

a.audition-entry-btn:after {
  content: "\f0da";
  font-family: FontAwesome;
  padding-left: 10px;
  padding-bottom: 5px;
}

.page-bottom-contents-area .col-md-6 p {
    font-size: 0.9rem;
    padding-left: 15px;
}


/*=====================================================
  Showcase
======================================================*/

.showcase-page-heading {
    background: url(/themes/voat-artistbank/img/audition-page-heading-bg.jpg);
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 767px){
    .showcasetop-contents-area h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px){
    .showcasetop-contents-area h2.en-bold {
        font-size: 1.8rem;
    }
}

.showcasetop-contents-area a.blue-border-btn ,
.showcase-gallery-container a.blue-border-btn {
    font-size: 1.3rem;
    padding: 13px 20px;
    margin-top: 40px;
}

.showcasetop-contents-area a.blue-border-btn:after ,
.showcase-gallery-container a.blue-border-btn:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 13px;    

}

@media screen and (max-width: 767px){
    .showcasetop-contents-area a.blue-border-btn ,
    .showcase-gallery-container a.blue-border-btn {
        font-size: 1rem;
        width: 80%;
        display: block;
        margin: 45px auto 0 auto;
    }
}

.showcase-gallery-container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
}


.showcase-gallery-container h3 {
    font-size: 2.4rem;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px){
    .showcase-gallery-container h3 {
    font-size: 1.9rem;
    line-height: 2.4rem;
    text-align: left;
    }
}

.gallery-container {
    margin-bottom: 15px;
}


