/***************************
 ↓back-groundImage:urlのスライダー 
***************************/

.slick__bg {
    padding-bottom: 20%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick__bg01 {
    background-image: url(/img/top-instrument.jpg);
}

.slick__bg02 {
    background-image: url(/img/top-gafanhoto.jpg);
}

.slick__bg03 {
    background-image: url(/img/top-jogo.jpg);
}

/**************
slickスライダーここまで
**************/

/**************
スライダーの上に文字
**************/
.top-copyWrap {
    text-align: center;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.top-copy {
    margin-bottom: 30px;
}


.slick {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin-bottom: 120px;
}

.slider {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}




/**************
560pxあたりで一瞬横並びに戻るがなぜかわからない箇所(文字)
**************/

@media screen and (max-width:570px) {
    .top-copyJ {
        flex-direction: column;
    }
}

.top-copyJ span {
    white-space: nowrap;
}


/**************
topレスポンシブスライダー
**************/
@media screen and (max-width:1000px) {
    .slick__bg {
        padding-bottom: 25%;
    }

    .slick__bg01 {
        background-image: url(/img/thousand-top-instrument.png);
    }

    .slick__bg02 {
        background-image: url(/img/thousand-top-gafanhoto.png);
    }

    .slick__bg03 {
        background-image: url(/img/thousand-top-jogo.jpg);
    }
}

@media screen and (max-width:870px) {
    .slick__bg {
        padding-bottom: 30%;
        background-position: center center;

    }
}

@media screen and (max-width:780px) {
    .slick__bg {
        padding-bottom: 40%;
    }
}

@media screen and (max-width:480px) {
    .slick__bg {
        padding-bottom: 50%;
    }
}


.top-copyP {
    white-space: nowrap;
}

/**************
 コハダンジコンタスについて about
 **************/

.about-cordao {
    color: #333;
    text-align: center;
    margin-top: 120px;
}

.about-cordaoJ,
.J {
    padding-top: 60px;
}

@media screen and (max-width:570px) {
    .about-cordao {
        margin-top: 240px;
    }
}

@media screen and (max-width:530px) {
    .about-cordao {
        margin-top: 200px;
    }
}

@media screen and (max-width:480px) {
    .about-cordao {
        margin-top: 240px;
    }
}

@media screen and (max-width:380px) {
    .about-cordao {
        margin-top: 140px;
    }
}

.topAbout-image {
    display: flex;
    margin-top: 80px;
}

.topAbout-text {
    max-width: 484px;
    font-size: 16px;
    line-height: 36px;
    margin-top: 80px;
    display: inline-block;
    text-align: left;

}

.aboutCordao-desio {
    width: 379px;
    margin-right: 24px;
}

.aboutCordao-students {
    width: 875px;
}

/* .top-aboutButton {
    background-color: #333;
    margin-top: 80px;
    margin-bottom: 120px;
    transition: .4s ease-in-out;
}

.top-aboutButton:hover {
    background-color: #b1b1b1;
} */

/**************
 名古屋支部の特徴 
**************/

.top-nagoyaWrap {
    background-color: #333;
}

.top-nagoya {
    padding: 60px 0 80px;
}

.cnagoya-slick,
.top-nagoyaCard {
    display: flex !important;
    gap: 60px;
}


.top-nagoyaText-wrap {
    width: 40%;
}

.nagoya-image {
    width: auto;
}

.top-nagoyaText {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
}

.top-nagoyaText-title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.top-nagoyaText-subtitle {
    font-size: 24px;
    font-weight: bold;
    margin-top: 16px;
}

.top-nagoyaText-article {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    margin-top: 8px;
}

/**************
nagoya-slider
**************/

.nagoya-slick .slick__bg {
    padding-bottom: 0;
    max-width: 50%;
    /* background-repeat: no-repeat; */
}

@media screen and (max-width:1000px) {
    .nagoya-slick .slick__bg {
        padding-bottom: 0;
        max-width: 100%;
    }

    .top-nagoyaText-wrap {
        width: 100%;
        padding: 0 24px;
    }
}

@media screen and (max-width:480px) {
    .nagoya-slick img {
        max-width: 100%;
        height: 60vw;
        object-fit: cover;
    }
}


/************** 
↓文字が流れるやつ
**************/

.top-nagoyaDecorate {
    overflow: hidden;
    font-size: 40vh;
    color: rgba(250, 250, 250, .2);
    white-space: nowrap;
    line-height: 1;
}

@keyframes hscroll2 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-100%);
    }
}

.top-nagoyaDecorate ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    animation: hscroll2 80s linear infinite;
}

.top-nagoyaDecorate li {
    display: inline-block;
}

/************** 
文字が流れるやつ ここまで
**************/




@media screen and (max-width:1000px) {
    .top-nagoyaCard {
        flex-direction: column;
    }

    .top-nagoyaText {
        margin-top: 40px;
    }

    .top-nagoyaText-title,
    .top-nagoyaText-subtitle {
        font-size: 16px;
    }
}

/**************
指導者紹介 
**************/

.top-professorWrap {
    color: #333;
}

.top-professor {
    margin: 60px 0;
}

.top-professorText-title {
    font-size: 24px;
    font-weight: bold;
}

.top-professorText-subtitle {
    margin-top: 8px;
}

.top-professorText-article {
    width: 500px;
    margin-top: 16px;
}

.top-professorCard {
    display: flex;
    margin-top: 40px;
    margin-left: 0;
}

.top-professorText-wrap {
    margin-left: 40px;
}


@media screen and (max-width:1100px) {
    .top-professorCard {
        flex-direction: column;
        margin-top: 0;
    }

    .top-professorText-wrap {
        margin-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .top-professorText-subtitle {
        margin-top: 16px;
    }

    .top-professorText-article {
        width: auto;
        text-align: left;
    }

    .top-professorImg {
        margin-top: 80px;
    }
}

@media screen and (max-width: 570px) {
    .top-professorText-title {
        font-size: 16px;
    }

    ..top-professorText-subtitle {
        font-size: 14px;
    }
}

/**************
 レッスン内容 
 **************/

.top-lessonWrap {
    margin-top: 120px;
    background-image: url(/img/lesson-backimage.jpg);
    background-size: cover;
    background-position: center;
}

.top-lessonCard-wrap {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.top-lessonTitle {
    padding-top: 120px;
}

.top-lessonImage {
    width: 350px;
}


.top-lessonText-small {
    margin-top: 16px;
}

.top-lessonText-large {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 120px;
}

@media screen and (max-width:1170px) {
    .top-lessonImage {
        width: 300px;
    }
}


@media screen and (max-width:980px) {
    .top-lessonCard-wrap {
        flex-direction: column;
        align-items: center;
    }

    .top-lessonImage {
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .top-lessonText-small {
        font-size: 14px;
    }

    .top-lessonText-large {
        font-size: 16px;
    }
}

/**************
受講者様のお声
**************/

.top-studentsvoiceWrap {
    background-image: url(/img/studentsvoice.jpg);
    background-size: cover;
    background-position: center;
    color: #333;
    height: auto;
}


.top-studentsvoiceText-j {
    padding-top: 120px;
}


.top-studentsvoice-cardWrap {
    display: flex;
    margin-top: 40px;
}

.top-studentsvoice-card {
    display: flex;
    background-color: #fff;
    padding: 30px 30px;
}

.ango,
.coio {
    margin-left: 30px;
}

.bottomInfo {
    padding-bottom: 40px;
}

.studentInfo-wrap {
    margin-left: 40px;
    width: 60%;
}

.studentTitle {
    font-size: 20px;
    font-weight: bold;
}

.studentName {
    font-size: 14px;
}

@media screen and (max-width:1300px) {

    .top-studentsvoice-cardWrap {
        flex-direction: column;
    }

    .top-studentsvoice-card {
        margin-top: 40px;
        margin-left: 0;
    }


    .bottomInfo {
        margin-top: 0;
        padding-bottom: 80px;
    }
}


@media screen and (max-width:780px) {
    .studentTitle {
        font-size: 18px;
    }
}

@media screen and (max-width:780px) {
    .top-studentsvoice-card {
        flex-direction: column;
        margin-left: 0;
    }

    .studentInfo-wrap {
        margin-top: 16px;
        margin-left: 0;
        width: auto;
    }

    .studentTitle,
    .studentName {
        text-align: center;
        margin-top: 8px;
    }

    .studentText {
        margin-top: 8px;
    }

    .top-studentsvoice-card,
    img {
        width: 100%;
    }
}

/**************
レッスン日・お知らせ
**************/
.top-lessondayWrap {
    padding-top: 120px;
    background-image: url(/img/news-bg.jpg);
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:680px) {
    .top-lessondayWrap {
        background-image: url(/img/news-bg-sp.jpg);
    }
}


/**************
料金・規約
**************/

.top-priceWrap {
    background-image: url(/img/kiyaku-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #333;
    height: auto;
}



.top-priceTitle-wrap {
    padding-top: 60px;
}


/**************
無料体験レッスン・お問い合わせ
**************/
.top-contactWrap {
    background-image: url(/img/contact.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    height: auto;
}

.top-contactTitle-wrap {
    padding-top: 60px;
}

.top-contactText-wrap {
    text-align: center;
    padding-bottom: 120px;
}

.top-contactText,
.top-contactText-bold {
    padding-top: 16px;
}


.top-contactText span {
    white-space: nowrap;
}


.top-contactText-bold {
    font-weight: bold;
}