@charset "UTF-8";
/*===================================================
     Font
===================================================*/
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	object-fit
  -------------------------------------*/
.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: top;";
}

/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*  --------------------------------*/
@media screen and (min-width: 668px) {
  .sp {
    display: none;
  }
}
/*  -------------------------------------
	#present
  -------------------------------------*/
.pianist-advice:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}
.pianist-advice.fadeout:after {
  opacity: 1;
}

#pianist {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  width: 964px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width:964px) {
  #pianist {
    width: 100%;
  }
}
#pianist .pianist-contents {
  position: relative;
  margin: 90px 0;
}
@media only screen and (max-width:964px) {
  #pianist .pianist-contents {
    margin: 60px auto;
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width:768px) {
  #pianist .pianist-contents {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
	.container {/*入鹿追記　横幅100%にする*/
		padding-left: 0;
		padding-right: 0;
	}
	.pianist-advice	h2 {/*追記*/
		background-color: transparent;
	}
}
#pianist .pianist-contents .ttl {
  text-align: center;
}
#pianist #top-main {
  position: relative;
  margin-top: 0;
  width: 100%;
}
#pianist #lead {
  background: url(../../../../img/usr/feature/fea_tensaipianist_advice/lead_bg.jpg) no-repeat;
  background-size: cover;
  height: auto;
  aspect-ratio: 964/277;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:768px) {
  #pianist #lead {
    width: calc(100% - 30px);
    margin: 30px auto;
  }
}
#pianist #lead p {
  color: #7b4a81;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width:964px) {
  #pianist #lead p {
    font-size: 21px;
  }
}
@media only screen and (max-width:768px) {
  #pianist #lead p {
    font-size: 18px;
	  letter-spacing: 0.05em;/*追記*/
  }
}
@media only screen and (max-width:687px) {
  #pianist #lead p {
    font-size: 14px;
  }
}
@media only screen and (max-width:480px) {
  #pianist #lead p {
    font-size: 11px;
  }
}
#pianist .worry-contents {
  position: relative;
  z-index: 1;
  margin: 0 auto 90px;
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents {
    margin-bottom: 60px;
  }
}
#pianist .worry-contents:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  width: 134px;
  height: 134px;
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width:768px) {
  #pianist .worry-contents:after {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents:after {
    width: 60px;
    height: 60px;
  }
}
#pianist .worry-contents .worry-q {
  width: 70%;
  margin: 0 auto 60px;
}
@media only screen and (max-width:768px) {
  #pianist .worry-contents .worry-q {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents .worry-q {
    margin-bottom: 30px;
  }
}
#pianist .worry-contents .worry-q img {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents .worry-q img {
    margin-bottom: 15px;
  }
}
#pianist .worry-contents .worry-q .worry-q-desc {
  background: #f3f3f3;
  padding: 45px;
  border-radius: 30px;
}
@media only screen and (max-width:768px) {
  #pianist .worry-contents .worry-q .worry-q-desc {
    padding: 30px;
  }
}
#pianist .worry-contents .worry-q .worry-q-desc p {
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:964px) {
  #pianist .worry-contents .worry-q .worry-q-desc p {
    font-size: 18px;
  }
}
@media only screen and (max-width:768px) {
  #pianist .worry-contents .worry-q .worry-q-desc p {
    font-size: 16px;
  }
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents .worry-q .worry-q-desc p {
    font-size: 12px;
  }
}
#pianist .worry-contents .worry-q .worry-q-desc p.name {
  text-align: right;
  margin-top: 0.5em;
}
#pianist .worry-contents .worry-q .worry-q-desc p span {
  color: #ff0000;
}
#pianist .worry-contents .worry-a {
  background-color: #f5eef6;
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/masumi_answer.png);
  background-repeat: no-repeat;
  background-position: right 30px top 45px;
  background-size: 40px auto;
  border-radius: 30px;
  padding: 30px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:768px) {
  #pianist .worry-contents .worry-a {
    background-size: 30px auto;
  }
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents .worry-a {
    display: block;
  }
}
#pianist .worry-contents .worry-a .worry-a-desc {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
  padding: 30px;
  font-size: 20px;
  line-height: 1.8em;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width:964px) {
  #pianist .worry-contents .worry-a .worry-a-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width:768px) {
  #pianist .worry-contents .worry-a .worry-a-desc {
    font-size: 16px;
    padding: 20px;
  }
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents .worry-a .worry-a-desc {
    max-width: 80%;
    font-size: 12px;
  }
}
#pianist .worry-contents .worry-a .worry-a-desc:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -15px;
  top: 50%;
  margin-top: -10px;
  border-right: 20px solid #fff;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents .worry-a .worry-a-desc:before {
    top: inherit;
    bottom: -15px;
    right: inherit;
    left: 30px;
    margin-top: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
#pianist .worry-contents .worry-a .worry-a-desc:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -20px;
  top: 50%;
  margin-top: -25px;
  border-right: 20px solid #f5eef6;
  border-top: 20px solid #f5eef6;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents .worry-a .worry-a-desc:after {
    top: inherit;
    bottom: -20px;
    right: inherit;
    left: 45px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #f5eef6;
    border-bottom: 20px solid #f5eef6;
  }
}
#pianist .worry-contents .worry-a img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
  margin-right: 5%;
}
@media only screen and (max-width:480px) {
  #pianist .worry-contents .worry-a img {
    max-width: 50%;
    margin: 30px auto 0;
    display: block;
  }
}
#pianist .worry-contents .worry-a.takeuchi {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/takeuchi_answer.png);
  margin-top: 60px;
}
#pianist .worry-contents .worry-a.tenpi {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/tenpi_answer.png);
  margin-top: 60px;
}
#pianist #worry1:after {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/worry1-1.png);
}
@media only screen and (max-width:964px) {
  #pianist #worry1 .worry-a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #pianist #worry1 .worry-a-desc {
    margin-bottom: 30px;
  }
}
#pianist #worry2:after {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/worry2-1.png);
}
@media only screen and (max-width:964px) {
  #pianist #worry2 .worry-a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #pianist #worry2 .worry-a-desc {
    margin-bottom: 30px;
  }
}
#pianist #worry3:after {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/worry3-1.png);
}
#pianist #worry3 .worry-a-desc {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width:480px) {
  #pianist #worry3 .worry-a-desc {
    max-width: 80%;
  }
}
#pianist #worry3 .worry-a img {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
  margin-right: 5%;
}
@media only screen and (max-width:480px) {
  #pianist #worry3 .worry-a img {
    max-width: 70%;
    margin: 30px auto 0;
  }
}
#pianist #worry3 .worry-a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pianist #worry3 .worry-a-desc {
  margin-bottom: 30px;
}
#pianist #worry4:after {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/worry4-1.png);
}
#pianist #worry4 .worry-a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pianist #worry4 .worry-a-desc {
  margin-bottom: 30px;
}
#pianist #worry5:after {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/worry5-1.png);
}
#pianist #worry5 .worry-a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pianist #worry5 .worry-a-desc {
  margin-bottom: 30px;
}
#pianist #worry5 .worry-a-desc:before {
  top: 80%;
}
#pianist #worry5 .worry-a-desc:after {
  top: 80%;
}
@media only screen and (max-width:480px) {
  #pianist #worry5 .worry-a-desc:before {
    top: inherit;
  }
  #pianist #worry5 .worry-a-desc:after {
    top: inherit;
  }
}
@media only screen and (max-width:480px) {
  #pianist #worry5 .worry-a img {
    max-width: 70%;
    margin: 30px auto 0;
  }
}
#pianist #worry6:after {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/worry6-1.png);
}
@media only screen and (max-width:964px) {
  #pianist #worry6 .worry-a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #pianist #worry6 .worry-a-desc {
    margin-bottom: 30px;
  }
}
#pianist #worry7:after {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/worry7-1.png);
}
@media only screen and (max-width:964px) {
  #pianist #worry7 .worry-a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #pianist #worry7 .worry-a-desc {
    margin-bottom: 30px;
  }
}
#pianist #worry8:after {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_advice/worry8-1.png);
}
@media only screen and (max-width:964px) {
  #pianist #worry8 .worry-a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #pianist #worry8 .worry-a-desc {
    margin-bottom: 30px;
  }
}
#pianist #about {
  background: #f8f2fd;
  border-radius: 20px;
  text-align: center;
  padding: 45px;
}
@media only screen and (max-width:964px) {
  #pianist #about {
    width: calc(100% - 60px);
    margin: 60px auto;
    padding: 30px;
  }
}
@media only screen and (max-width:768px) {
  #pianist #about {
    margin: 45px auto;
    width: calc(100% - 30px);
    padding: 20px;
  }
}
#pianist #about h2 {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
@media only screen and (max-width:964px) {
  #pianist #about h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width:768px) {
  #pianist #about h2 {
    font-size: 18px;
    padding: 0 24px;
  }
}
#pianist #about h2:before, #pianist #about h2:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width:768px) {
  #pianist #about h2:before, #pianist #about h2:after {
    width: 15px;
  }
}
#pianist #about h2:before {
  left: 0;
}
#pianist #about h2:after {
  right: 0;
}
#pianist #about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content {
    display: block;
  }
}
#pianist #about .about-content .about-img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-img {
    max-width: 60%;
    margin: 15px auto 15px;
  }
}
#pianist #about .about-content .about-txt {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
  text-align: left;
  padding-left: 45px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-txt {
    max-width: 100%;
    padding: 0;
  }
}
#pianist #about .about-content .about-txt p {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media only screen and (max-width:964px) {
  #pianist #about .about-content .about-txt p {
    font-size: 16px;
  }
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-txt p {
    font-size: 14px;
  }
  #pianist #about .about-content .about-txt p br {
    display: none;
  }
}
#pianist #about .about-content .about-txt dl {
  margin: 0 0 20px;
}
#pianist #about .about-content .about-txt dl:last-child {
  margin: 0;
}
#pianist #about .about-content .about-txt dl dt {
  font-size: 16px;
  margin: 0 0 0.3em;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-txt dl dt {
    font-size: 14px;
  }
}
#pianist #about .about-content .about-txt dl dd {
  font-size: 14px;
}
@media only screen and (max-width:768px) {
  #pianist #about .about-content .about-txt dl dd {
    font-size: 12px;
    line-height: 1.4em;
  }
}

/* IE11 にのみ適用される start */
/* IE11 にのみ適用される end */