@charset "UTF-8";

/* section-about-top */
.section-about-top {
    position: relative;
    margin-top: 90px;
}
.section-about-top img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.section-about-top h1 {
    position: absolute;
    color: #fff;
    top: 150px;
    right: 100px;
    font-size: 36px;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
.section-about-top h2 {
    position: absolute;
    color: #fff;
    top: 190px;
    right: 100px;
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    .section-about-top {
        border-radius: 0px;
        object-fit: cover;
        width: 100%;
        height: 200px;
        background-position: center;
        margin: 0px;
        margin-top: 50px;
    }
    .section-about-top img {
        object-fit: cover;
        width: 100%;
        height: 200px;
    }
    .section-about-top h1 {
        top: 100px;
        right: 30px;
        font-size: 30px;
        font-weight: 500;
    }
    .section-about-top h2 {
        top: 130px;
        right: 40px;
        font-size: 14px;
    }

}



/* section-profile */
.section-profile {
    padding: 195px 0 250px;
}
.section-profile h1 {
    text-align: center;
    font-size: 116px;
    font-weight: 400;
    position: relative;
    color: #F5F1EE;
    z-index: 1;
    margin-bottom: 100px;
    font-family: linotype-didot, serif;
    font-weight: 600;
    font-style: normal;
}
.section-profile h1::after {
    content: 'PROFILE';
    font-size: 36px;
    display: block;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);  
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
.profile-area  {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.about-left {
    padding-right: 90px;
}
.about-left img {
    display: none;
}
.yukari-name {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.6rem;
    margin-bottom: 5px;
}
.pianist {
    padding-bottom: 60px;
    color: #707070;
}
.about-text {
    width: 500px;
    font-size: 16px;
    letter-spacing: 0.2rem;
    line-height: 1.6em;
}

.about-right {
    max-width: 380px;
}
.about-right img {
    width: 100%;
    height: 525px;
    object-fit: cover;
    box-shadow: 16px -16px 0px 0 #F8ECE2;
}

@media screen and (max-width: 1049px) {
    .about-left {
        padding-right: 40px;
    }
}
@media screen and (max-width: 999px) {
    .about-left {
        padding-right: 10px;
    }
    .about-right img {
        width: 70%;
        object-fit: cover;
        height: auto;
    }
    .profile-area {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }
}
@media screen and (max-width: 890px) {
    .section-profile {
        padding: 85px 0 85px;
    }
    .section-profile h1 {
        font-size: 116px;
        margin-bottom: 50px;
    }
    .section-profile h1::after {
        font-size: 36px;
    }
    .profile-area  {
        display: block;
        max-width: 335px;
        margin: 0 auto;
    }
    
    .about-left {
        padding-right: 0px;
    }
    .about-left img {
        display: block;
        object-fit: cover;
        box-shadow: 16px -16px 0px 0 #F8ECE2;
        margin: 0 auto 30px;
    }
    .yukari-name {
        font-size: 29px;
        font-weight: 600;
        letter-spacing: 0.5rem;
        margin-bottom: 3px;
        text-align: center;
    }
    .pianist {
        padding-bottom: 30px;
        font-size: 15px;
        text-align: center;
    }
    .about-text {
        max-width: 335px;
        font-size: 14px;
        letter-spacing: 0.2rem;
        line-height: 1.6em;
        margin: 0 auto;
    }
    
    .about-right {
        width: 380px;
    }
    .about-right img {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .section-profile {
        padding: 85px 0 85px;
    }
    .section-profile h1 {
        font-size: 50px;
        margin-bottom: 50px;
    }
    .section-profile h1::after {
        font-size: 18px;
    }
    .profile-area  {
        display: block;
        max-width: 335px;
        margin: 0 auto;
    }
    
    .about-left {
        padding-right: 0px;
    }
    .about-left img {
        display: block;
        max-width: 190px;
        height: 250px;
        object-fit: cover;
        box-shadow: 16px -16px 0px 0 #F8ECE2;
        margin: 0 auto 30px;
    }
    .yukari-name {
        font-size: 19px;
        font-weight: 600;
        letter-spacing: 0.5rem;
        margin-bottom: 3px;
        text-align: center;
    }
    .pianist {
        padding-bottom: 30px;
        font-size: 11px;
        text-align: center;
    }
    .about-text {
        max-width: 335px;
        font-size: 14px;
        letter-spacing: 0.2rem;
        line-height: 1.6em;
        margin: 0 auto;
    }
    
    .about-right {
        width: 380px;
    }
    .about-right img {
        display: none;
    }
}

/* section-movie */
.section-movie {
    padding-bottom: 100px;
}
.section-movie h1 {
    text-align: center;
    font-size: 116px;
    font-weight: 400;
    position: relative;
    color: #F5F1EE;
    z-index: 1;
    margin-bottom: 100px;
    font-family: linotype-didot, serif;
    font-weight: 600;
    font-style: normal;
}
.section-movie h1::after {
    content: 'MOVIE';
    font-size: 36px;
    font-weight: 600;
    display: block;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
.section-movie-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto;
}



.video-wrap {
    width: 640px; /* ここに動画の横幅を指定 */
  }
  
  /* 動画を囲うdiv */
  .video {
    position: relative;
    width:100%; /* 横幅は100%で固定 */
    height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
    padding-top: 56.25%; /* 高さを指定(16:9) */
  }
  
  /* YouTube埋め込み用のiframe */
  .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.movie-text {
    padding-left: 50px;
    max-width: 290px;
}

.movie-text  p {
    max-width: 290px;
    font-size: 16px;
    line-height: 2.0rem;
    letter-spacing: 0.4rem;
}
@media screen and (max-width: 1029px) {
    .movie-text {
        padding-left: 20px;
    }
    .video-wrap {
        width: 50%;
    }
    .section-movie {
        padding: 0 20px 100px;
    }

}
 

@media screen and (max-width: 635px) {
    .section-movie {
        padding-bottom: 20px;
        max-width: 335px;
        margin: 0 auto;
    }
    .section-movie h1 {
        font-size: 50px;
        margin-bottom: 50px;
    }
    .section-movie h1::after {
        font-size: 18px;
    }
    .section-movie-content {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }


    .video-wrap {
        width: 100%; /* ここに動画の横幅を指定 */
      }
      
      /* 動画を囲うdiv */
      .video {
        position: relative;
        width:100%; /* 横幅は100%で固定 */
        height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
        padding-top: 56.25%; /* 高さを指定(16:9) */
      }
      
      /* YouTube埋め込み用のiframe */
      .video iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
 
    .movie-text {
        padding-left: 0px;
        padding-top: 30px;
        margin: 0 auto;
    }
    
    .movie-text  p {
        width: 335px;
        font-size: 14px;
        line-height: 2.0rem;
        letter-spacing: 0.2rem;
    }

}

/* gosen */
.about-gosen-01 {
    opacity: 50%;
 }
 @media screen and (max-width: 480px) {
    .about-gosen-01 {
        opacity: 50%;
        height: 100px;
        margin-top: 20px;
        object-fit: cover;
    }
}


/* section-message */
.section-message {
    margin-top: 100px;
}
.section-message-title {
    text-align: center;
    font-size: 116px;
    font-weight: 400;
    position: relative;
    color: #F5F1EE;
    z-index: 1;
    margin-bottom: 100px;
    font-family: linotype-didot, serif;
    font-weight: 600;
    font-style: normal;
}
.section-message-title::after {
    content: 'MESSAGE';
    font-size: 36px;
    font-weight: 600;
    display: block;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}

/* m01 */
.message-01 {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}
.m01-left {
    background-image: url(../photo/message-photo.jpg);
    background-position: top right;
    background-size: 480px 370px;
    background-repeat: no-repeat;
    max-width: 940px;
    width: 100%;
}
.m01-left h1 {
    font-size: 22px;
    display: flex;
    margin-top: 60px;
    align-items: center;
}
.m01-left h1::after {
    display: block;
    content: "";
    height: 1px;
    width: 32%;
    background-color: #cc8483;
    margin-left: 10px;
}
.m01-left p {
    background-color: rgba(248, 236, 226, 0.9);
    padding: 30px;
    font-size: 16px;
    width: 465px;
    margin-top: 100px;
    line-height: 1.8em;
    box-sizing: border-box;
}
.m01-right {
    display: flex;
    margin-left: 5px;
}
.m01-france {
    color: #cc8483;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  display: flex;
  align-items: center;
}
.m01-france::before {
    display: block;
    content: "";
    height: 40%;
    width: 1px;
    background-color: #cc8483;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    margin-bottom: 30px;
}



/* m02 */
.message-02 {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}
.m02-left {
    display: flex;
    margin-right: -10px;
}

.m02-france {
    color: #cc8483;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  display: flex;
  align-items: center;
}
.m02-france::before {
    display: block;
    content: "";
    height: 30%;
    width: 1px;
    background-color: #cc8483;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    margin-bottom: 30px;
}
.m02-right {
    background-image: url(../photo/message-photo.jpg);
    background-position: top left;
    background-size: 480px 370px;
    background-repeat: no-repeat;
    max-width: 940px;
    width: 100%;
}

.m02-right h1 {
    font-size: 22px;
    display: flex;
    margin-top: 60px;
    align-items: center;
    margin-left: 410px;
}
.m02-right h1::before {
    display: block;
    content: "";
    height: 1px;
    width: 68%;
    background-color: #cc8483;
    margin-right: 10px;
    white-space: nowrap;
}
.m02-right p {
    background-color: rgba(248, 236, 226, 0.9);
    padding: 30px;
    font-size: 16px;
    width: 465px;
    margin-top: 100px;
    line-height: 1.8em;
    margin-left: auto;
    box-sizing: border-box;
}



/* m03 */
.message-03 {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}
.m03-left {
    background-image: url(../photo/message-photo.jpg);
    background-position: top right;
    background-size: 480px 370px;
    background-repeat: no-repeat;
    max-width: 940px;
    width: 100%;
}
.m03-left h1 {
    font-size: 22px;
    display: flex;
    margin-top: 60px;
    align-items: center;
}
.m03-left h1::after {
    display: block;
    content: "";
    height: 1px;
    width: 35%;
    background-color: #cc8483;
    margin-left: 10px;
}
.m03-left p {
    background-color: rgba(248, 236, 226, 0.9);
    padding: 30px;
    font-size: 16px;
    width: 465px;
    margin-top: 100px;
    line-height: 1.8em;
    box-sizing: border-box;
}
.m03-right {
    display: flex;
    margin-left: 5px;
}
.m03-france {
    color: #cc8483;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  display: flex;
  align-items: center;
}
.m03-france::before {
    display: block;
    content: "";
    height: 20%;
    width: 1px;
    background-color: #cc8483;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    margin-bottom: 30px;
}

/*  pcとspの間 */
@media screen and (max-width: 1028px) {
    .message-01 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .m01-left p {
        width: 40vw;
    }
    .message-02 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .m02-right p {
        width: 40vw;
    }
    .m02-right h1::before {
        width: 55%;
    }
    .m02-france::before {
        height: 22%;
    }
    .message-03 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .m03-left p {
        width: 40vw;
    }
}
@media screen and (max-width: 819px) {
    .m02-right h1::before {
        width: 30%;
    }
}
 


/* sp */
@media screen and (max-width: 778px) {
    .section-message {
        margin-top: 40px;
    }
    .section-message-title {
        font-size: 50px;
        margin-bottom: 50px;
    }
    .section-message-title::after {
        font-size: 18px;
    }
    
    /* m01 */
    .message-01 {
        display: block;
        margin: 0 auto 160px;
        width: 335px;
        position: relative;
    }
    .m01-left {
        background-position: 75px 50px;
        background-size: 250px 175px;
        background-repeat: no-repeat;
        width: 335px;
    }
    .m01-left h1 {
        font-size: 16px;
        display: flex;
        margin-top: 0px;
        align-items: center;
    }
    .m01-left h1::after {
        display: block;
        content: "";
        height: 1px;
        width: 47%;
        margin-left: 25px;
    }
    .m01-left p {
        padding: 10px;
        font-size: 14px;
        width: 260px;
        margin-top: 190px;
        line-height: 1.8em;
    }
    .m01-right {
        display: flex;
        margin-left: 5px;
    }
    .m01-france {
      position: absolute;
      font-size: 11px;
      top: 41%;
      right: 8%;
      height: 180px;
    }
    .m01-france::before {
        display: block;
        content: "";
        height: 40%;
        width: 1px;
        margin-bottom: 14px;
    }
    
    
    
    /* m02 */
    .message-02 {
        display: block;
        width: 335px;
        position: relative;
        margin: 0 auto 110px;
    }
    .m02-left {
        display: flex;
        margin-right: -10px;
    }
    
    .m02-france {
      display: flex;
      align-items: center;
      position: absolute;
      top: 35%;
      left: 7%;
      height: 400px;
      font-size: 11px;
    }
    .m02-france::before {
        display: block;
        content: "";
        height: 20%;
        width: 1px;
        margin-bottom: 14px;
    }
    .m02-right {
        background-position: 75px 0px 0px;
        background-size: 250px 175px;
        background-repeat: no-repeat;
        width: 335px;
    }
    
    .m02-right h1 {
        font-size: 16px;
        display: flex;
        margin-top: 0px;
        align-items: center;
        margin-left: 0px;
        position: relative;
        top: -50px;
    }
    .m02-right h1::before {
        display: block;
        content: '';
        height: 1px;
        width: 59%;
        margin-right: 25px;
    }
    .m02-right p {
        padding: 10px;
        font-size: 14px;
        width: 260px;
        margin: 145px 0 0 55px;
        line-height: 1.8em;
    }
    
    
    
    /* m03 */
    .message-03 {
        display: block;
        width: 335px;
        margin: 0 auto 40px;
        position: relative;
    }
    .m03-left {
        background-position: 75px 50px;
        background-size: 250px 175px;
        background-repeat: no-repeat;
        width: 335px;
    }
    .m03-left h1 {
        font-size: 16px;
        display: flex;
        margin-top: 0px;
        align-items: center;
    }
    .m03-left h1::after {
        display: block;
        content: "";
        height: 1px;
        width: 52%;
        margin-left: 25px;
    }
    .m03-left p {
        padding: 10px;
        font-size: 14px;
        width: 260px;
        margin-top: 190px;
        line-height: 1.8em;
    }
    .m03-right {
        display: flex;
        margin-left: 5px;
    }
    .m03-france {
      display: flex;
      align-items: center;
      position: absolute;
      font-size: 11px;
      top: 41%;
      right: 8%;
      height: 270px;
    }
    .m03-france::before {
        display: block;
        content: "";
        height: 30%;
        width: 1px;
        margin-bottom: 14px;
    }
}

