/************************************************************
stage
*************************************************************/
.pv{
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: -2;
}
.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.video_wrapper > video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
#stage .inner{
    z-index: 3;
    color: #fff;
    margin:0 auto;
    max-width: 690px;
    width: 90%;
}
#stage .inner h1{
    font-size: 40px;
    line-height: 130%;
    margin: 50vh 0;
    text-align: center;
}
#stage .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50vh 0;
}
#stage .inner ul li{
    width: 31%;
}
#stage .inner ul li img{
    width: 100%;
    height: auto;
}
#stage .inner p{
    margin:0 0 50vh 0;
    line-height: 200%;
}
#stage .inner ol {
    display: none;
}
/************************************************************
select
*************************************************************/
#select{
    background: #fff;
    width: 100%;
    padding: 50px 0;
}
#select .inner{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
#select .inner .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#select .inner .row dl{
    width: 44%;
    background: #ebf0f2;
    padding: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 2em 0;
}
#select .inner .row dl dt {
    width: 40%;
    padding: 0;
    margin: 0;
}
#select .inner .row dl dt img{
    width: 100%;
    height: auto;
}
#select .inner .row dl dd {
    width: 55%;
    padding: 0;
    margin: 0;
}
#select .inner .row dl dd h3{
    padding: 35px 0 0 0;
    margin: 0;
    color: #1e1516;
    font-size: 18px;
    background: url(../images/top/selected.svg) no-repeat;
}
#select .inner .row dl dd h3 span{
    font-size: 14px;
}
#select .inner .row dl dd p{
    font-size: 14px;
    line-height: 150%;
}
#select .inner .row dl dd span{
    display: block;
}
#select .inner .row dl dd .alert{
    font-size: 12px;
}
#select .inner .row dl dd .price{
    font-size: 18px;
    color: #1e1516;
    font-weight: bold;
    margin: .5em 0 0 0;
}
#select .inner .row dl dd .price strong,#select .inner .row dl dd .days strong{
    font-size: 50px;
    color: #e50012;
}
#select .inner .row dl dd .days{
    font-size: 18px;
    color: #1e1516;
    font-weight: bold;
}
#select .auth{
    box-sizing: border-box;
    border: 1px solid #1aafea;
    padding: 30px 30px 0 30px;
}
#select .auth ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
#select .auth ol li:first-child{
    width: 210px;
}
#select .auth ol li:last-child{
    flex: 1;
}
#select .auth ol li span{
    display: inline-block;
    background: #19afe6;
    color: #fff;
    padding:0 5px;
}
#select .auth h4{
    font-size: 17px;
    color: #1e1516;
    margin: 0;
    padding: 0;
}
#select .auth p{
    font-size: 14px;
}
/************************************************************
course
*************************************************************/
#course{
    background: #fff;
    width: 100%;
    padding: 50px 0;
}
#course h2{
    padding: 0 5%;
}
.course-stage{
    background: url(../images/top/course-stage.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
}
.course-stage:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/dot.gif);
    z-index: 1;
}
.course-stage-txt{
    position: relative;
    z-index: 5;
    color: #fff;
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    padding: 110px 0;
}
.course-stage-txt h3{
    font-size: 40px;
    font-weight: normal;
    line-height: 120%;
}
.course-stage-txt p{
    font-size: 15px;
    line-height: 200%;
}
#course .row{
    width: 90%;
    max-width: 1200px;
    margin: 2em auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#course .row .set{
    width: 31%;
}
#course .row .set .set-images{
    padding-top: 60%;
    margin-bottom: 1em;
}
#course .row .set .course-1{
    background: url(../images/top/course-1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#course .row .set .course-2{
    background: url(../images/top/course-2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#course .row .set .course-3{
    background: url(../images/top/course-3.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#course .row .set strong{
    font-size: 14px;
    color: #e50012;
}
#course .row .set h4{
    font-size: 16px;
    color: #1e1516;
    margin: .5em 0 1em 0;
    position: relative;
    padding: 0 0 20px 0;
}

#course .row .set h4 span{
    font-size: 28px;
    display: block;
    margin: .2em 0 0 0;
    line-height: 130%;
}
#course .row .set h4:after{
    position: absolute;
    content: "";
    background: #d31132;
    width: 45px;
    height: 2px;
    left: 0;
    bottom: 0;
}
#course .row .set p{
    font-size: 14px;
}
#course .row .set table{
    color: #1e1516;
}
#course .row .set caption{
    background: #d8e6ea;
    text-align: left;
    padding: 15px;
    font-size: 15px;
    color: #1e1516;
}
#course .row .set .exp{
    background: #d8e6ea;
    text-align: left;
    padding: 25px;
    font-size: 20px;
    color: #1e1516;
    font-weight: bold;
}
#course .row .set caption span{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
#course .row .set th{
    background: #d8e6ea;
    text-align: left;
    padding: 10px;
    white-space: nowrap;
    width: 1%;
    font-size: 14px;
}
#course .row .set td{
    text-align: left;
    padding: 10px;
    background: #f4f4f4;
    font-size: 14px;
}
#course .row .set td button {
    border: none;
}
#course .row .set td button a{
    background: #d31132;
    color: #fff;
    display: block;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
#capture{
    max-width: 1200px;
    margin: 0 auto;
}
#capture img{
    width: 100%;
    height: auto;
}
/************************************************************
entry
*************************************************************/
#entry .entry-ttl{
    background: #fff;
    width: 90%;
    padding: 30px 5% 15px 5%;
}
#entry .entry-seat{
    background-color: rgba(255,255,255,0.88);
    width: calc(90% - 60px);
    max-width: 840px;
    padding: 30px;
    margin: 50px auto;
}
#entry .entry-seat h3{
    color: #1e1516;
}
#entry .entry-seat .dial{
    font-size: 40px;
    padding-left: 25px;
    height: 30px;
    background: url(../images/common/phone-ic.svg) no-repeat;
    background-size: 22px 30px;
    background-position: center left;
    color: #1e1516;
    font-style: italic;
    font-weight: bold;
    display: block;
}
#entry .entry-seat .dial a{
    color: #1e1516;

}
#entry .entry-seat .alert{
    font-size: 13px;
}
#entry .entry-seat h4{
    font-size: 20px;
    color: #fff;
    background: #d31132;
    border-radius: 6px;
    padding: 15px;
    font-weight: normal;
}
#entry .entry-seat ul.contact-sns{
    display: flex;
    justify-content: space-between;
    max-width: 200px;
}
#entry .entry-seat ul.contact-sns li{
    width: 45%;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
}
#entry .entry-seat ul.contact-sns li img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
}
/************************************************************
access
*************************************************************/
#access{
    background: #fff;
    width: 100%;
    padding: 50px 0;
}
#access .inner{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
#access .inner p{
    font-size: 18px;
    color: #1e1516;
    margin: 0 0 .5em 0;
}
/************************************************************
news
*************************************************************/
#news{
    background: #fff;
    width: 100%;
    padding: 50px 0;
}
#news .inner{
    max-width: 940px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#news ul{
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    max-width: 360px;
}
#news ul li{
    width: 45%;
    font-size: 13px;
    line-height: 130%;
}
#news ul li img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 860px) {
/************************************************************
course
*************************************************************/
#course .row .set{
    width: 48%;
    margin-bottom: 60px;
}
/************************************************************
access
*************************************************************/
#access .inner .row .map{
    width: 100%;
    margin-bottom: 1em;
}
#access .inner .row .access-info{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
/************************************************************
select
*************************************************************/
#select .auth ol li:first-child{
    width: 100%;
    margin-bottom: 1em;
}
#select .auth ol li:last-child{
    flex: auto;
    width: 100%;
}
}
@media screen and (max-width: 740px) {

/************************************************************
select
*************************************************************/
#select .inner .row dl{
    width:100%;
    padding: 20px;
}
}
@media screen and (max-width: 640px) {
#stage .inner h1{
    font-size: 5vw;
}
}
@media screen and (max-width: 560px) {
/************************************************************
course
*************************************************************/
#course .row .set{
    width: 100%;
}
/************************************************************
news
*************************************************************/
#news dt{
    margin: 0 0 .5em 0;
    float: none;
    color: #1e1516;
}
#news dd{
    margin: 0 0 50px 0;
    margin-left: 0;  
}
}
@media screen and (max-width: 480px) {
/************************************************************
stage
*************************************************************/
#stage .inner ul li{
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
}
#stage .inner ul li img{
    max-width: 200px;
}
#stage .inner p{
    margin:0 0 2em 0;
}
#stage .inner ol {
    display: block;
    margin:0 0 50vh 0;
}
#stage .inner ol li{
    margin-bottom: 1em;
}
#stage .inner a{
    background: #d31132;
    text-align: center;
    padding: 17px 0;
    width: 100%;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    border-radius: 6px;
}
#stage .inner a:hover{
    background: #e50012;
}
/************************************************************
entry
*************************************************************/
#entry .entry-seat{
    width: calc(90% - 30px);
    padding: 15px;
}
}
@media screen and (max-width: 400px) {
/************************************************************
select
*************************************************************/
#select .auth{
    padding: 30px 20px 0 20px;
}
/************************************************************
course
*************************************************************/
.course-stage-txt h3{
    font-size: 30px;
}
/************************************************************
entry
*************************************************************/
#entry .entry-seat .dial{
    font-size: 1.8em;
    white-space: nowrap;
}
/************************************************************
access
*************************************************************/
#access .inner .row .access-info span{
    display: block;
    margin-bottom: .5em;
}
}
@media screen and (max-width: 350px) {
#select .inner .row dl dt {
    width: 100%;
    margin-bottom: 1em;
}
#select .inner .row dl dd {
    width: 100%;
}
/************************************************************
course
*************************************************************/
#course .row .set table{
    width: 90%;
    flex-wrap: wrap;
}
#course .row .set table caption{
    width: calc(100% - 13px);
    margin-bottom: 1em;
}
#course .row .set th{
    white-space: normal;
    width: 100%;
    display: block;
}
#course .row .set td{
    width: 100%;
    display: block;
}
}
@media screen and (max-width: 300px) {
}