@charset "UTF-8";

/* clearfix */

body {
    overflow-x: hidden;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.ttf) format('truetype');
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


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

LOADING

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

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.percent {
    width: 100%;
    margin: -150px 0 0;
    font-size: 200px;
    color: #F5F5F5;
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 2;
    font-family: Montserrat;
    font-weight: bold;
    text-align: center;
}

.loadingShutter {
    position: fixed;
    left: 0;
    width: 100%;
    height: 50%;
    background: #231c60;
    z-index: 1;
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
}

.lodingTop {
    top: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.lodingBottom {
    bottom: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.openShutter {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.side_area nav li {
    text-align: center;
}

.side_area nav li a {
    display: inline-block;
    position: relative;
    font-family: 'Montserrat', 'M PLUS 1p', sans-serif;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.btn > a {
    cursor: default;
}

.side_area nav li a span {
    display: block;
    font-size: 12px;
    white-space: nowrap;
}

.side_area nav li a:before {
    content: "";
    width: 0;
    height: 4px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 5pxpx;
    transition: 0.4s all ease;
}

.top__video {
    width: 100%;
    height: auto;
}

.top__link {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 20%;
    padding: 10px;
    color: #fff;
    letter-spacing: .1em;
    text-indent: .1em;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: transform .2s;
    overflow: hidden;
}

.top__link::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-101%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: transform .3s;
}

.top__link:hover::before {
    transform: translateX(0);
}

.ph_b {
    width: 100%;
    height: 30vw;
    margin-bottom: 40px;
    background: url(../../img/ph_event01.jpg) no-repeat center;
    background-size: cover;
}

#boutaoshi .overlay::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% + 28px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: calc(90% - 77px);
    background: url(../../img/illust.jpg) no-repeat center;
    background-size: auto 100%;
}

#apply .overlay {
    overflow: scroll
}

#apply .overlay img {
    display: block;
    width: 60%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 127px;
}

.kids__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 40px 0;
}

.kids__box--r {
    justify-content: flex-end;
}

.kids__image {
    text-align: center;
}

.kids__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.kids__box--n .kids__img {
    background: #fff url(../../img/kids_q.png) no-repeat center;
    background-size: cover;
}

.kids__box--r .kids__img {
    background: #fff url(../../img/kids_a.png) no-repeat center;
    background-size: cover;
}

.kids__image p {
    margin-top: 6px;
}

.kids__box--n .kids__comment {
    margin-left: 50px;
}

.kids__box--r .kids__comment {
    margin-right: 50px;
}

.kids__comment {
    position: relative;
    width: 60%;
    min-height: 135px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 3em;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}

.kids__comment::after {
    display: block;
    content: "";
    position: absolute;
    top: 30px;
    width: 14px;
    height: 28px;
    background: url(../../img/pop.png) no-repeat;
    background-size: 100%;
}

.kids__box--n .kids__comment::after {
    right: 100%;
    transform: rotateY(180deg);
}

.kids__box--r .kids__comment::after {
    left: 100%;
}

#kids rt {
    font-size: 75%;
    line-height: 1em;
}

.event_detail.event_detail--b.event_detail--d dt .d_intro {
    font-size: 18px;
}

#kids .event_detail--d dd {
    line-height: 3em;
}

.lead--e {
    text-align: right;
}

.apply__image {
    width: 50%;
}

.apply__image img {
    width: 100%;
}