@charset "utf-8";

/*
//  Updating 2020.12.10
//  id = audition_room
//  /audition_room/index.html
//
*/

html {
    overflow-x: hidden;
}
html,
body {
    height: auto !important;
}
#wrapContent #wrap_mainContent {
    overflow: visible !important;
}
#wrapContent #wrap_mainContent .mainContens {
    float: none !important;
}
#wrapContent #wrap_mainContent .contens,
.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}

#wrapContent #wrap_mainContent .contens {
    padding: 0 !important;
}
#wrapContent #wrap_mainContent .contens img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* fd-in */
.fd-in {
    animation-delay: .5s;
    opacity: 0;
}
.fd-in.move {
    animation-name: fade-in;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* dul */
.dur-01:nth-of-type(1),
.dur-list.move>*:nth-child(1) {
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}
.dur-02:nth-of-type(2),
.dur-list.move>*:nth-child(2) {
    animation-delay: 1.0s;
    animation-duration: 1.5s;
}
.dur-03:nth-of-type(3),
.dur-list.move>*:nth-child(3) {
    animation-delay: 1.4s;
    animation-duration: 1.5s;
}
.dur-04:nth-of-type(4),
.dur-list.move>*:nth-child(4) {
    animation-delay: 1.8s;
    animation-duration: 1.5s;
}

@media only screen and (max-width: 640px){ /* sp */

.dur-01:nth-of-type(1),
.dur-list.move>*:nth-child(1) {
    animation-delay: .8s;
    animation-duration: 1.5s;
}

.dur-02:nth-of-type(2),
.dur-list.move>*:nth-child(2) {
    animation-delay: .8s;
    animation-duration: 1.5s;
}

.dur-03:nth-of-type(3),
.dur-list.move>*:nth-child(3) {
    animation-delay: .8s;
    animation-duration: 1.5s;
}

.dur-04:nth-of-type(4),
.dur-list.move>*:nth-child(4) {
    animation-delay: .8s;
    animation-duration: 1.5s;
}




}

.contens h1,
.contens h2 {
    letter-spacing: .06em;
    color: #4d4d4d;
}

@media only screen and (min-width: 641px) {/* pc */

    .pageTop {
        margin: -46px 25px 0 0;
    }

}

/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

@media only screen and (max-width: 640px) { /* sp */

}
@media only screen and (min-width: 641px) { /* pc */

}


.inContents section {
    margin: auto;
}

@media only screen and (max-width: 640px) { /* sp */

    .inContents section {
        max-width: 94%;
    }

}

@media only screen and (min-width: 641px) { /* pc */

    .inContents section {
        max-width: 926px;
    }

}

.mv {
    position: relative;
}
.mv:before {
    content: "";
    display: block;
    padding-top: 56.3%;
}
.mv iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.main_cap h1 {
    line-height: 1.4;
}
.main_cap p {
    line-height: 1.88;
}
@media only screen and (max-width: 640px) { /* sp */

    .main_cap {
        padding: 0 .8em;
        margin: 10% auto;
    }

    .main_cap h1 {
        font-size: 1.4rem;
        margin-bottom: 6%;
    }

    .main_cap h2 {
        font-size: 1.2rem;
        margin-bottom: 5%;
        line-height: 1.6;
    }

    .main_cap p {
        font-size: 1rem;
    }


}

@media only screen and (min-width: 641px) { /* pc */

    .main_cap {
        padding: 0 .8em;
        margin: 131px auto;
    }

    .main_cap h1 {
        font-size: 26px;
        margin-bottom: 34px;
    }
    .main_cap h2 {
        font-size: 22px;
        margin-bottom: .5em;
    }

    .main_cap p {
        font-size: 18px;
    }

}




.sec_mv {
    margin: auto calc(50% - 50vw);
    width: 100vw;
    position: relative;
}
.sec_mv:before {
    content: "";
    display: block;
    padding-top: 47.4%;
}

.sec_mv + .mv_cap {
    text-align: center;
}
.mv_cap p {
    display: inline-block;
    text-align: left;
    line-height: 1.92;
}

@media only screen and (max-width: 640px) { /* sp */

    .sec_mv+.mv_cap {
        margin: 10% auto;
    }

    .mv_cap p {
        font-size: 1rem;
    }

}

@media only screen and (min-width: 641px) { /* pc */

    .sec_mv+.mv_cap {
        margin: 118px auto;
    }

    .mv_cap p {
        font-size: 18px;
    }

}



.point_wrap {}
.point_item {}
.point_item .point_cap {}
.point_item h2 {
    border-left: 5px solid #b2b2b2;
    line-height: 1.3;
}

@media only screen and (max-width: 640px) { /* sp */

    .point_item {
        margin-bottom: 10%;
    }
    .point_item a {
        pointer-events: none !important;
    }
    .point_item .point_cap {
        margin-top: 5%;
    }
    .point_item h2 {
        font-size: 1.4rem;
        line-height: 1.4;
        padding-left: .4em;
    }
    .point_item p {
        font-size: 1rem;
        line-height: 2;
        margin-top: 4%;
    }

}

@media only screen and (min-width: 641px) { /* pc */

    .point_wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .point_item {
        width: 47.52%;
        max-width: 440px;
        margin-bottom: 109px;
    }
    .point_item .point_cap {
        margin-top: 40px;
    }
    .point_item h2 {
        font-size: 20px;
        padding-left: 16px;
    }
    .point_item p {
        font-size: 16px;
        line-height: 2;
        margin-top: 25px;
    }
   

}



.system_wrap {
    background: #f2f2f2;
}

@media only screen and (max-width: 640px) { /* sp */

.system_wrap {
    padding: 3.24%;
    margin-bottom: 5%;
}

#wrapContent #wrap_mainContent .system_wrap img {
    width: 100%;
}

.system_wrap dl {
 margin-top: 8%;
}

.system_wrap dl dt {
    font-size: 1.4rem;
}

.system_wrap dl dd {
    margin-top: 6%;
}

.system_wrap dd ul {
    font-size: .9rem;
}

.system_wrap ul li {
    line-height: 1.4;
    margin: 0 0 3%;
    padding-left: 1em;
    text-indent: -1em;
}

}

@media only screen and (min-width: 641px) { /* pc */

.system_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 3.24%;
    margin-bottom: 180px;
}
#wrapContent #wrap_mainContent .system_wrap img {
    width: 47.35%;
    max-width: 410px;
}
.system_wrap dl {
    padding-left: 5%;
}
.system_wrap dl dt {
    font-size: 22px;
    margin-top: 3%;
}
.system_wrap dl dd {
    margin-top: 11%;
}
.system_wrap dd ul {
    font-size: 14px;
}
.system_wrap ul li {
    line-height: 1.4;
    margin: 2.8% 0;
}

}




.modal_wrap {
    padding: 20px;
    font-family: "Sawarabi Mincho";
}
.modal_wrap .m_img_wrap {
    width: 80%;
    margin: 0 auto 20px;
}
.modal_wrap .m_point_cap {
    width: 80%;
    margin: auto;
}
.m_img_wrap img {
    width: 100%;
    height: auto;
}
.m_point_cap h2 {
    font-size: 20px;
    border-left: 5px solid #b2b2b2;
    padding-left: 16px;
    line-height: 1.3;
}
.m_point_cap p {
    font-size: 16px;
    line-height: 2;
    margin-top: 25px;
}
#cboxLoadedContent:before,
#cboxLoadedContent:after {
    content: "";
    position: absolute;
    left: 0;
    width: calc(100% - 15px);
    display: block;
    height: 20px;
}
#cboxLoadedContent:before {
    top: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter:;
    progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    -webkit-filter: progi;
}
#cboxLoadedContent:after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}





#bgSlider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#bgSlider li {
    position: absolute;
    top: 0;
    right: -5vw;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: auto 100%;
    background-position: 50% 50%;
    width: 105vw;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translate(0, 0);
}
#bgSlider li.mvM {
    -webkit-animation: mvMoving 10s linear 0s infinite alternate;
    animation: mvMoving 10s linear 0s infinite alternate;
    -ms-animation: mvMoving 10s linear 0s infinite alternate;
}
#bgSlider img {
    display: none;
}
/* IE11 bugfix -ms-*/
/*
@supports (-ms-ime-align: auto) {
    #bgSlider li {
        animation-duration: 40s;
    }
}
*/
/*
@media all and (-ms-high-contrast:none){
    #bgSlider li {
        animation-duration: 40s;
    }
}
@media screen and (-ms-high-contrast:none) and (min-width: 640px) and (max-width: 960px) {
    #bgSlider li {
        animation-duration: 500s;
    }
}
@media screen and (-ms-high-contrast:none) and (max-width: 640px) {
    #bgSlider li {
        animation: none;
    }
}
*/
@-webkit-keyframes mvMoving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-5vw);
        transform: translateX(-5vw);
    }
}
@keyframes mvMoving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -ms-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translateX(-5vw);
        transform: translateX(-5vw);
        -ms-transform: translate(-5%, 0);
    }
}
.mv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.mv_txt {
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background: url('../images/mv_txt01_load.png') no-repeat;
    background-size: contain;
}
.mv_txt img {
    vertical-align: bottom;
    opacity: 0;
}
.mv .mv_txt01 {
    padding-bottom: 5%;
    width: 100%;
}
.mv .scrollbar {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    -webkit-animation: scrolldown 2s infinite ease-out;
    animation: scrolldown 2s infinite ease-out;
}
@-webkit-keyframes scrolldown {
    0% {-webkit-transform: translateX(-50%) translateY(0);}
    20% {-webkit-transform: translateX(-50%) translateY(15px);}
    40% {-webkit-transform: translateX(-50%) translateY(0);}
    60% {-webkit-transform: translateX(-50%) translateY(10px);}
}
@keyframes scrolldown {
    0% {transform: translateX(-50%) translateY(0);}
    20% {transform: translateX(-50%) translateY(15px);}
    40% {transform: translateX(-50%) translateY(0);}
    60% {transform: translateX(-50%) translateY(10px);}
}
#paginator {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#paginator li {
    display: inline-block;
    cursor: pointer;
}
#paginator span {
    display: inline-block;
    width: 45px;
    height: 4px;
    background: #333;
    display: inline-block;
    -webkit-transition: background 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: background 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
#paginator span.active {
    background: #f2f2f2;
}
#paginator li + li {
    margin-left: 6px;
}
@media print, screen and (min-width: 1440px) {
    .mv h1 {
        width: 420px;
    }
}
@media print, screen and (max-width: 1440px) {
    .mv h1 {
        max-width: 300px;
        width: 35%;
    }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
    .mobile .mv h1 {
        width: 25vw;
    }
    .mobile #paginator {
        bottom: 10%;
    }
    .mobile #paginator span {
        width: 3vw;
        height: 2px;
    }
    .mobile .mv .mv_line {
        height: 1px;
    }
}



@media only screen and (max-width: 640px){ /* sp */

}