@charset "UTF-8";
/*==========================
メインビジュアル
===========================*/
#mainVisual {
    position: relative;
    z-index: 1;
    margin-top: -140px;
}

#mainVisual .key {
    position: absolute;
    top: 4%;
    left: 2%;
    width: 750px;
    z-index: 10;
}

#mainVisual .key img {
    width: 100%;
}

.swiper-container,
.swiper-slide {
    width: 100%;
    height: 85vh;
}

#mainVisual .swiper-slide>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

@media screen and (max-width: 1100px) {
    #mainVisual .key {
        position: absolute;
        top: 11%;
        left: 2%;
        width: 62vw;
        z-index: 10;
    }

    .swiper-container,
    .swiper-slide {
        width: 100%;
        height: 71vw;
    }

    #mainVisual .swiper-slide>img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        font-family: 'object-fit: cover;';
        /*IE対策*/
    }
}

@media screen and (max-width: 768px) {
    #mainVisual {
        position: relative;
        z-index: 1;
        margin: -3px auto 0;
    }

    #mainVisual .key {
        position: absolute;
        top: 11%;
        left: 2%;
        width: 62vw;
        z-index: 10;
    }

    .swiper-container,
    .swiper-slide {
        width: 100%;
        height: 71vw;
    }

    #mainVisual .swiper-slide>img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        font-family: 'object-fit: cover;';
        /*IE対策*/
    }
}

@media screen and (max-width: 480px) {
    #mainVisual {
        background-size: cover;
    }

    .swiper-container,
    .swiper-slide {
        width: 100%;
        height: 42vh;
        overflow: hidden;
    }

    #mainVisual .key {
        position: absolute;
        top: 0%;
        left: 2%;
        width: 67vw;
        z-index: 10;
    }
}

/*==========================
ミュゲバレエのレッスン
===========================*/
#sec01 {
    background: url("../img/bg_top.png") no-repeat;
    background-size: cover;
    margin-top: -235px;
    position: relative;
    z-index: 50;
    padding: 4em 0;
}

#sec01 h2 {
    text-align: right;
    position: relative;
    padding: 1.5em 6% 1em 0;
}

#sec01 h2:after {
    content: url("../common/img/bar_l.svg");
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 510px;
    padding: 0 7% 0 0;
}

#sec01 .pr {
    display: flex;
    margin: 0 auto;
    padding-bottom: 1em;
}

#sec01 .pr .box {
    flex: 3;
    padding: 2% 5%;
}

#sec01 .pr .box img {
    width: 100%;
    margin: 0 auto;
}

#sec01 .pr .box p {
    padding: 0.5em;
}

@media screen and (max-width: 1050px) {
    #sec01 h2 {
        padding: 3em 6% 1em 0;
    }

    #sec01 .pr .box {
        flex: 3;
        padding: 2% 3%;
    }
}

@media screen and (max-width: 768px) {
    #sec01 {
        background: url("../img/bg_top.png"), url("../common/img/bg_l2.jpg");
        background-repeat: no-repeat;
        background-position: left top, left top 94px;
        display: block;
        width: 100%;
        background-size: contain, cover;
        margin-top: -100px;
    }

    #sec01 h2 {
        padding: 2em 6% 1em 0;
    }

    #sec01 h2:after {
        right: 0;
        bottom: 15px;
        width: 350px;
        padding: 0 7% 0 0;
    }

    #sec01 .pr {
        display: block;
        margin: 0 auto;
        padding-bottom: 1em;
        text-align: center;
    }

    #sec01 .pr .box {
        padding: 2% 2% 5%;
        margin: 0 auto;
    }

    #sec01 .pr .box img {
        max-width: 250px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #sec01 {
        margin-top: -50px;
        background-size: contain, cover;
    }

    #sec01 h2 {
        padding: 2em 0 1em;
        text-align: center;
    }

    #sec01 h2:after {
        padding: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 280px;
        padding-top: 2.8em;
    }
}

/*==========================
ミュゲバレエとは？
===========================*/
#sec02 {
    background: url("../img/suzuran.jpg") no-repeat;
    background-position: right 57vw top -24px;
}

#sec02 .what {
    padding: 1.5em 0 4em;
    margin-left: 36vw;
    text-align: center;
}

#sec02 .what h2 {
    padding: 0.5em 0;
    position: relative;
}

#sec02 h2:after {
    content: url("../common/img/bar_l.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    padding-top: 1.2em;
}

#sec02 .size_up {
    padding-bottom: 0.5em;
}

#sec02 .size_up span {
    color: #ED6A81;
}

@media screen and (max-width: 768px) {
    #sec02 {
        background: url("../img/suzuran_sp.png") no-repeat;
        background-position: right 57vw top 44px;
        background-size: 65%;
        display: block;
        width: 100%;
    }

    #sec02 .what {
        padding: 1em 0 2em;
        margin-left: 17vw;
        text-align: center;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    }

    #sec02 .what h2 {
        padding: 0.5em 0;
        position: relative;
    }

    #sec02 h2:after {
        content: url("../common/img/bar_l.svg");
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 240px;
        padding-top: 1.2em;
    }
}

/*==========================
メニュー
===========================*/
#sec03 {
    background: url("../common/img/bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 2em 0;
}

#sec03 h2 {
    padding: 0.5em 0;
    position: relative;
}

#sec03 h2:after {
    content: url("../common/img/bar_m.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
    padding-top: 1.2em;
}

#sec03 .pr {
    display: flex;
    margin: 0 auto;
    padding-bottom: 1em;
}

#sec03 .pr .box {
    flex: 4;
    margin: 3% 2%;
    border: #777 3px solid;
    background-color: #FF7B94;
    color: #fff;
    text-align: right;
}

#sec03 .pr .box img {
    width: 100%;
    margin: 0 auto;
}

#sec03 .pr .box h3 {
    display: inline-block;
    padding: 2em 1.2em 1em;
    border-bottom: 2px solid #fff;
    margin-bottom: 1em;
}

#sec03 .pr .box h3 img {
    max-width: 250px;
    height: 30px;
}

#sec03 .pr .box p {
    padding: 0 1em 3em;
    font-size: 15px;
}

#sec03 .pr .box a {
    color: #fff;
}

#sec03 .pr .box a:hover {
    filter: brightness(110%);
}

@media screen and (max-width: 960px) {
    #sec03 h2 {
        padding: 0.5em 0;
        position: relative;
    }

    #sec03 h2:after {
        content: url("../common/img/bar_m.svg");
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 150px;
        padding-top: 1em;
    }

    #sec03 .pr {
        margin: 0 auto;
        padding-bottom: 1em;
        flex-wrap: wrap;
    }

    #sec03 .pr .box {
        flex: none;
        width: 42%;
        margin: 3% auto;
        border: #777 3px solid;
        background-color: #FF7B94;
    }
}

@media screen and (max-width: 480px) {
    #sec03 .pr {
        margin: 0 auto;
        padding-bottom: 1em;
        flex-wrap: wrap;
    }

    #sec03 .pr .box {
        width: 45%;
        margin: 3% auto;
        border: #777 2px solid;
        background-color: #FF7B94;
    }

    #sec03 .pr .box h3 {
        display: inline-block;
        padding: 1.5em 1em 0.7em;
        border-bottom: 2px solid #fff;
        margin-bottom: 0.7em;
    }

    #sec03 .pr .box h3 img {
        width: auto;
        height: 22px;
    }

    #sec03 .pr .box p {
        padding: 0 0.3em 2em 0.5em;
        font-size: 12px;
    }
}

/*==========================
トピックス
===========================*/
#topics {
    text-align: center;
    padding: 2em 0;
    background-image: linear-gradient(-45deg, #FFF5F5 25%, #EC6A80 25%, #EC6A80 50%, #FFF5F5 50%, #FFF5F5 75%, #EC6A80 75%, #EC6A80);
    background-size: 4px 4px;
}

#topics .topics-box {
    background: #fff;
    border-radius: 50px;
    margin: 3em;
}

#topics dl {
    margin: 0 auto;
    width: 80%;
    text-align: left;
    line-height: 2;
}

#topics dt {
    float: left;
    clear: left;
    padding: 0.5em 1em 0.5em 4vw;
    font-weight: 600;
}

#topics dd {
    border-bottom: 1px solid #777;
    padding: 0.5em 1em 0.5em 15vw;
}

#topics dt:last-child,
#profile dd:last-child {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    #topics .topics-box {
        border-radius: 30px;
        margin: 2em 1em;
    }
}

@media screen and (max-width: 480px) {
    #topics .topics-box {
        border-radius: 20px;
        margin: 0 0.5em;
    }

    #topics dl {
        margin: 0 auto;
        width: 90%;
        text-align: left;
        line-height: 1.7;
        font-size: 14px;
    }

    #topics dt {
        float: left;
        clear: left;
        padding: 0.5em 1em 0.5em 0;
    }

    #topics dd {
        padding: 0.5em 0em 0.5em 6em;
    }
}

/*==========================
コロナ追加案内
===========================*/
.corona {
    border: 1px solid #ED6A81;
    padding: 2em 5em;
    width: 90%;
    max-width: 960px;
    margin: auto;
    text-align: center;
}

.corona .corona-title {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 0.8em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #ED6A81;
    color: #ED6A81;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .corona {
        padding: 1.5em;
        width: 95%;
    }

    .corona .corona-title {
        font-size: 1.4em;
        margin-bottom: 1em;
    }
}