@charset "UTF-8";

/*=========================
FV
=========================*/

h1.fv-title {
    font-size: 120px;
    font-family: "Adobe Garamond Pro", "Noto Serif JP";
    font-weight: 100;
    letter-spacing: 0.05em;
}

.fv {
    position: relative;
    top: 70px;
    height: 800px;
    margin-left: 5%;
}

.kv {
    position: absolute;
    top: 0;
    right: 0;
}

.title-area {
    position: absolute;
    bottom: 0;
}

.kv-bar {
    display: inline-block;
    width: 150px;
    height: 5px;
    background: #000;
    margin-right: 30px;
}

.fantasia_bnr {
    width: 345.59px;
}
.fantasia_bnr a {
    transition: 0.3s;
}
.fantasia_bnr a:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .fantasia_bnr {
        width: 100%;
        max-width: 100%;
    }
}

.books_bnr {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.books_bnr a {
    transition: 0.3s;
}
.books_bnr a:hover {
    opacity: 0.6;
}

/*=========================
NEWS / LIVE
=========================*/
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news,
.live {
    width: 47%;
    margin-top: 0;
}

.news {
}

/*== black　btn ==*/
.btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 12px 56px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    font-family: "Adobe Garamond Pro", "Noto Serif JP";
    letter-spacing: 0.05em;
    font-weight: bold;
    float: right;
    z-index: 0;
}

.btn span {
    position: relative;
    z-index: 3;
    color: #000;
}

.btn:hover span {
    color: #fff;
}

.bgleft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
/*=========================
SCHEDULE
=========================*/

.label {
    color: #fff;
    margin-right: 16px;
    display: inline-block;
    width: 100px;
    padding: 4px 0;
    text-align: center;
}

.label-info {
    background: #117c36;
}

.label-live {
    background: #d58a23;
}

.label-release {
    background: #1d9ba5;
}
.label-media {
    background: #1d9ba5;
}

.schedule dl a {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}
.schedule dt {
    width: 38%;
    /* width: 50%; */
}

.schedule dd {
    width: 62%;
    /* width: 50%; */
}

.schedule-bg {
    background: linear-gradient(90deg, rgba(241, 241, 241, 1) 35%, rgba(255, 255, 255, 1) 100%);
    margin: 0;
    max-width: 100%;
    position: relative;
}

.schedule {
    max-width: 1080px;
    margin: 0 auto;
}

.schedule-img {
    position: absolute;
    right: 0;
    bottom: -80px;
}

/*=========================
ITEM
=========================*/

.items,
.items h2 {
    padding-top: 80px;
}

.items .keybox {
    position: absolute;
    z-index: -1;
    left: 5%;
}

.items-img {
    width: 400px;
    /*
    float: left;
    margin-right: 100px;
    */
    display: inline-block;
}

.details {
    width: 518px;
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
}

/*=========================
SNS
=========================*/
.piano-bg {
    width: 100%;
    height: 240px;
    background-image: url(../images/piano-bg.jpg);
    background-size: cover;
    background-position: center;
}

.sns h2 {
    text-align: center;
}

/*=========================
レスポンシブ
タブレット＠~1200px
=========================*/

@media (max-width: 1200px) {
    .kv-bar {
        width: 100px;
    }

    h1.fv-title {
        font-size: 80px;
    }

    .schedule {
        max-width: 700px;
    }

    .schedule-bg {
        max-width: 100%;
    }

    .schedule-img {
        display: none;
    }

    .details {
        width: 700px;
        display: block;
        vertical-align: top;
        margin-left: 0;
    }

    .news,
    .live {
        width: 48%;
    }

    .items-img {
        width: 100%;
    }

    .pianoscore {
        margin-top: 40px;
    }

    .schedule-sp {
        margin-top: 32px;
    }

    .schedule dl a {
        flex-direction: column;
        width: 100%;
    }
    .schedule dt {
        width: 100%;
    }

    .schedule dd {
        width: 100%;
    }
}

/*=========================
レスポンシブ
スマホ＠~767px
=========================*/

@media (max-width: 767px) {
    .fv {
        margin-left: 0;
        height: 550px;
    }

    .kv img {
        width: 88%;
    }

    .title-area {
        left: 5%;
    }

    .keybox {
        display: none;
    }

    h1.fv-title {
        font-size: 60px;
        margin: 0;
    }

    .news,
    .live {
        width: 100%;
    }

    .schedule {
        max-width: 95%;
    }

    .schedule dt {
        float: none;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .items {
        padding-top: 0;
    }

    .details {
        width: 100%;
    }

    .piano-bg {
        height: 150px;
    }

    .items .keybox {
        display: block;
    }
}
