@charset "UTF-8";

body {
    font-size: min(16px, 1.171vw);
}

.-wrapper {
    margin: 0 auto;
}

.-real {
    color: #231815;
    font-size: min(23px, 1.683vw);
    font-weight: 600;
}

.-role {
    color: #7C502D;
    font-size: min(18px, 1.317vw);
    font-weight: bold;
}

@media screen and (min-width: 769px) {

    .-wrapper {
        width: 60.907%;
    }

}

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


    body {
        font-size: min(16px, 4.266vw);
    }

    .-wrapper {
        width: 89.333%;
    }

    .-real {
        font-size: min(21px, 5.6vw);
    }
    
    .-role {
        font-size: min(16px, 4.266vw);
    }
    

}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    z-index: -1;
}

.bg.-kyomoto {
    background-image: url(../img/about/intro_bg_kyomoto.jpg);
}

.bg.-furukawa {
    background-image: url(../img/about/intro_bg_furukawa.jpg);
}

@-webkit-keyframes fadeIn_bg {

    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }

}

@keyframes fadeIn_bg {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.fadeIn_bg {
    -webkit-animation-name: fadeIn_bg;
    animation-name: fadeIn_bg;
    animation-delay: 2s;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

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

    .bg {
        background-position: top center;
    }

    .bg.-kyomoto {
        background-image: url(../img/about/intro_bg_kyomoto_sp.jpg);
    }
    
    .bg.-furukawa {
        background-image: url(../img/about/intro_bg_furukawa_sp.jpg);
    }

}



/* intro */

.intro {
    padding-bottom: 718px;
}

.intro-bg {
    background-color: rgba(35, 24, 21, 0.8);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 3;
}

.intro-wrapper {
    padding: 90px 0 136px;
}

.intro-ttl {
    width: 50%;
    margin-bottom: 39px;
}

.intro-copy {
    width: 71.754%;
    margin: 0 auto 50px;

}

.intro-slider {
}

.intro-slider-txt{
}

.intro-slider-txt-item {
    color: #fff;
    font-weight: 500;
    line-height: 1.875;
    margin-bottom: 1em;
}

.intro-slider-txt-item:last-child {
    margin-bottom: 0;
}


@media screen and (min-width: 769px) {

}

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

    .intro {
        padding-bottom: 206.933vw;
    }
    
    .intro-wrapper {
        padding: 16vw 0 22.4vw;
    }
    
    .intro-ttl {
        width: 85.97%;
        margin-bottom: 15.2vw;
    }
    
    .intro-copy {
        width: 100%;
        margin: 0 auto 8vw;
    }
    
    .intro-slider {
    }
    
    .intro-slider-txt{
    }
    
    .intro-slider-txt-item {
        font-size: min(15px, 4vw);
        line-height: 1.866;
    }

}


/* story */

.story {
    position: relative;
    z-index: 1;
    background-color: #BAE1E0;
}

.story-wrapper {
    padding: 91px 0 103px;
    position: relative;
}

.story-contents {
    margin: 0 auto;
}

.story-contents-ttl {
    width: 16.105%;
    margin-bottom: 20px;
}

.story-contents-copy {
    font-size: min(25px, 1.83vw);
    font-weight: 600;
    line-height: 1.48;
    text-align: center;
    margin-bottom: 20px;
}

.story-contents-txt {
    line-height: 1.875;
}

.story-img {
}

@media screen and (min-width: 769px) {

    .story-contents {
        width: 60.907%;
    }

    .story-img-item {
        position: absolute;
    }
    
    .story-img-item.-item1 {
        width: 12.298%;
        top: 6.734vw;
        left: 4.685vw;
    }
    
    .story-img-item.-item2 {
        width: 12.957%;
        top: 17.569vw;
        left: 1.976vw;
    }
    
    .story-img-item.-item3 {
        width: 12.445%;
        top: 12.518vw;
        right: 4.612vw;
    }
    
    .story-img-item.-item4 {
        width: 13.836%;
        top: 22.986vw;
        right: 1.756vw;
    }

}

@media screen and (max-width: 768px) {
    
    .story-wrapper {
        padding: 13.6vw 0 23.466vw;
        margin: 0 auto;
        width: 89.333%;
    }
    
    .story-contents-ttl {
        width: 27.483%;
        margin-bottom: 8.266vw;
    }
    
    .story-contents-copy {
        font-size: min(19px, 5.066vw);
        line-height: 1.578;
        margin-bottom: 5.333vw;
    }
    
    .story-contents-txt {
        font-size: min(15px, 4vw);
        line-height: 1.866;
        margin-bottom: 8.8vw;
    }
    
    .story-img {
        position: relative;
    }
    
    .story-img-item {
    }
    
    .story-img-item.-item1 {
        width: 44.477%;
        margin: 0 2.933vw 13.066vw auto;
        /* width: 39.733%; */
        /* top: 135.733vw;
        left: 4.685vw; */
    }
    
    .story-img-item.-item2 {
        width: 49.253%;
        position: absolute;
        top: 14.933vw;
        left: 0;
        z-index: 2;
    }
    
    .story-img-item.-item3 {
        width: 44.477%;
        position: absolute;
        top: 65.066vw;
        left: 7.733vw;
        /* top: 12.518vw;
        right: 4.612vw; */
        z-index: 2;
    }
    
    .story-img-item.-item4 {
        width: 58.805%;
        margin: 0 0 0 auto;
        /* top: 22.986vw;
        right: 1.756vw; */
    }

}


/* imgarea */

.imgarea {
    position: relative;
    width: 100%;
    height: 270px;
    background-image: url(../img/about/loop_bg.jpg);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: repeat-x;
    animation: loop_01_pc 35s linear infinite;
    -webkit-animation: loop_01_pc 35s linear infinite;
}

@-webkit-keyframes loop_01_pc {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2835px 0;
    }
}

@keyframes loop_01_pc {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2835px 0;
    }
}


@media screen and (max-width: 768px) {
    .imgarea {
        position: relative;
        width: 100%;
        height: 160px;
        background-image: url(../img/about/loop_bg_sp.jpg);
        animation: loop_01_sp 35s linear infinite;
        -webkit-animation: loop_01_sp 35s linear infinite;
}
}

@-webkit-keyframes loop_01_sp {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1680px 0;
    }
}

@keyframes loop_01_sp {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1680px 0;
    }
}


/* cast */

.cast {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.cast-wrapper {
    padding: 71px 0 13px;
}

.cast-ttl {
    width: 21.514%;
    margin-bottom: 35px;
}

.cast-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cast-list-item {
    width: 31.73%;
    margin-bottom: 55px;
}

.cast-list-item.-main {
    width: 48.798%;
}

.cast-list-link-img {
    margin-bottom: 8px;
}

.cast-list-link-name {
}

.cast-list-item {

}

@media screen and (min-width: 769px) {

    .cast-list-link-img {
        overflow: hidden;
    }

    .cast-list-link-img-item {
        transition: 1s all;
        -webkit-transition: 1s all;
        -moz-transition: 1s all;
        -ms-transition: 1s all;
        -o-transition: 1s all;
    }

    .cast-list-link:hover .cast-list-link-img-item {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
    }


    .cast-list-link-name-real {
        display: inline-block;
        margin-right: 0.25em;
        
    }
    
    .cast-list-link-name-role {
        display: inline-block;
    }

}

@media screen and (max-width: 768px) {
    
    .cast-wrapper {
        padding: 9.333vw 0 8.533vw;
    }
    
    .cast-ttl {
        width: 37.313%;
        margin-bottom: 7.466vw;
    }
    
    .cast-list {
    }
    
    .cast-list-item {
        width: 49.253%;
        margin-bottom: 8vw;
    }
    
    .cast-list-item.-main {
        width: 100%;
    }
    
    .cast-list-link {
    
    }
    
    .cast-list-link-img {
        margin-bottom: 2.666vw;    
    }
    
    .cast-list-link-name {
    }

    .cast-list-item.-main .cast-list-link-name-real {
        display: inline-block;
        margin-right: 0.25em;
    }
    
    .cast-list-item.-sub .cast-list-link-name-real {
        display: block;
        line-height: 1.142;
    }

    .cast-list-item.-main .cast-list-link-name-role {
        display: inline-block;
    }
    
    .cast-list-item.-sub .cast-list-link-name-role {
        display: block;
        line-height: 1.5;
    
    }
    
    .cast-list-item {
    
    }

}


/* staff */

.staff {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.staff-wrapper {
    padding-bottom: 81px;
}

.staff-ttl {
    width: 22.836%;
    margin-bottom: 34px;
}

.staff-list-item {
    border: 1px solid #231815;
    margin-bottom: 25px;
    width: 48.798%;
}

.staff-list-link {
    display: block;
    padding: 18px 4.806% 17px;
}

.staff-list-link-name-real {
    margin-right: 1em;
}

@media screen and (min-width: 769px) {

    .staff-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .staff-list-link {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
}

    .staff-list-link:hover {
        background-color: rgba(246, 223, 213, 0.4);
    }

}

@media screen and (max-width: 768px) {
    
    .staff-wrapper {
        padding-bottom: 15.733vw;
    }
    
    .staff-ttl {
        width: 39.402%;
        margin-bottom: 10.1333vw;
    }
    
    .staff-list-item {
        margin-bottom: 4.533vw;
        width: 100%;
    }

    .staff-list-item:last-child {
        margin-bottom: 0;
    }
    
    .staff-list-link {
        padding: 3.466vw 5.333vw;
    }
    
    .staff-list-link-name-real {
        margin-right: 0.25em;
    }

}


/* bench */

.bench {
    width: 100%;
    position: relative;
    z-index: 2;
}

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


/* piano */

.piano {
    position: relative;
    padding-top: 100vh;
    z-index: 1;
}

.piano-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.piano-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/about/two_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

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

    .piano {
        padding-top: 100vh;
    }

    .piano-img {
        background-image: url(../img/about/two_bg_sp.jpg);
    }

}


/* chopin */

.chopin {
    background-image: url(../img/about/chopin_bg.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.chopin-wrapper {
    padding: 8.272vw 0 8.784vw;
}

.chopin-ttl {
    width: 53.245%;
    margin-bottom: 5.334vw;
}

.chopin-detail {
    width: 38.701%;
}

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

    .chopin {
        background-image: url(../img/about/chopin_bg_sp.jpg);
    }
    
    .chopin-wrapper {
        padding: 16vw 0 13.6vw;
    }
    
    .chopin-ttl {
        width: 72.238%;
        margin-bottom: 10.666vw;
    }
    
    .chopin-detail {
        width: 57.661%;
    }

}


/* imgarea2 */

.imgarea2 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 270px;
    background-image: url(../img/about/loop_bg_02.jpg);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: repeat-x;
    animation: loop_02_pc 35s linear infinite;
    -webkit-animation: loop_02_pc 35s linear infinite;
}

@-webkit-keyframes loop_02_pc {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2510px 0;
    }
}

@keyframes loop_02_pc {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2510px 0;
    }
}


@media screen and (max-width: 768px) {
    .imgarea2 {
        position: relative;
        width: 100%;
        height: 160px;
        background-image: url(../img/about/loop_bg_02_sp.jpg);
        animation: loop_02_sp 35s linear infinite;
        -webkit-animation: loop_02_sp 35s linear infinite;
}
}

@-webkit-keyframes loop_02_sp {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1487px 0;
    }
}

@keyframes loop_02_sp {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1487px 0;
    }
}


/* last */

.last {
    background-image: url(../img/about/last_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.last-wrapper {
    padding: 15.592vw 0 34.333vw;
}

.last-logo {
    width: 53.823%;
    margin: 0 auto 0.578vw;
}

.last-roadshow {
    width: 21.514%;
    margin: 0 auto;
}

.last-pagetop {
    position: absolute;
    bottom: 2.562vw;
    right: 1.903vw;
    width: 2.855%;
}

.last-pagetop-arrow {
    display: block;
    font-size: 0;
    width: 8.076%;
    margin: 0 auto 0.102vw;
}

.last-pagetop-txt {
    display: block;
    font-size: min(18px, 1.317vw);
    font-weight: 600;
    line-height: 2.055;
    text-align: center;
}

@media screen and (min-width: 769px) {

    .last-pagetop {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .last-pagetop:hover {
        opacity: 0.6;
    }

}

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

    .last {
        background-image: url(../img/about/last_bg_sp.jpg);
    }
    
    .last-wrapper {
        padding: 47.22vw 0 76.533vw;
    }
    
    .last-logo {
        width: 76.107%;
        margin: 0 auto 1.2vw;
    }
    
    .last-roadshow {
        width: 30.447%;
        margin: 0 auto;
    }
    
    .last-pagetop {
        bottom: 3.2vw;
        right: 5.333vw;
        width: 8.266%;
    }
    
    .last-pagetop-arrow {
        width: 10.161%;
        margin: 0 auto 0.373vw;
    }
    
    .last-pagetop-txt {
        font-size: min(14px, 3.733vw);
        line-height: 1.4;
    }

}

.footer {
    position: relative;
    z-index: 2;
}

/* slick */

.slick-dots
{
    bottom: -50px;
}
.slick-dots li
{
    width: 0.878vw;
    height: 0.878vw;
    margin: 0 1.098vw;
}
.slick-dots li button
{
    width: 0.878vw;
    height: 0.878vw;
    background: transparent;
}

.slick-dots li button:before
{
    font-size: 0.878vw;
    width: 0.878vw;
    height: 0.878vw;
    content: '';
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    opacity: 1;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background-color: #fff;
}

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

    .slick-dots li
{
    width: 2.666vw;
    height: 2.666vw;
    margin: 0 2.266vw;
}
.slick-dots li button
{
    width: 2.666vw;
    height: 2.666vw;
}

.slick-dots li button:before
{
    font-size: 2.666vw;
    width: 2.666vw;
    height: 2.666vw;
}

}