.top {
  position: relative;
  background-color: #FFF5E5;
  padding: 90px 0 120px;
}
.top .curtain_top {
  background-image: url(../images/redcurtain_re.webp);
  background-position: top;
  background-size: auto 100%;
  background-repeat: repeat-x;
  width: 100%;
  height: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}
.top .top-ttl {
  max-width: 350px;
  width: 70%;
  margin-bottom: 60px;
}
.top .about_area {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  max-height: 537px;
  height: 61vw;
  min-height: 500px;
}
.top .about_area .about_melodyman {
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.top .about_area .about_melodyman.active {
  display: block;
  position: absolute;
  transition: all 0.3s;
  opacity: 1;
  visibility: unset;
}
.top .about_area .m-about-area {
  background-image: url("../images/melo_bg2_2.webp");
  background-repeat: repeat-x;
  background-size: 100% 88%;
  background-position: center;
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 5%;
}
.top .about_area .about_txt {
  position: absolute;
  left: 0;
  margin-left: 5%;
  width: 60%;
  font-weight: 700;
  text-align: left;
}
.top .about_area .about_txt h3 {
  width: 60%;
  margin: 0 auto 6.5% 0;
  max-width: 273px;
}
.top .about_area .about_txt p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2.2vw, 1.8rem);
  font-weight: 500;
}
.top .about_area .about_txt p span {
  display: inline-block;
  color: #9f2b2c;
  background-color: #fcfcfc;
  padding: 0px 25px;
  margin-bottom: 5px;
  font-weight: 700;
}
.top .about_area .about_txt .a {
  margin-bottom: 20px;
}
.top .about_area .slider-wrap {
  width: 38%;
  max-width: 252px;
}
.top .about_area .slider-wrap .about_slider {
  width: 100%;
  margin: 0 auto;
}
.top .about_area .slider-wrap .slider-for {
  position: absolute;
  width: 100px;
  top: -8.5%;
  left: 33px;
  font-weight: 700;
}
.top .about_area .slider-wrap .image {
  position: absolute;
  left: 66px;
  top: -15px;
  font-weight: 700;
}
.top .about_area .slider-wrap .bg-name {
  position: absolute;
  right: 0;
  bottom: 1%;
  width: 6.5%;
  max-width: 48px;
  z-index: -1;
}
.top .about_area .m-des {
  text-align: left;
  margin: 5px auto 30px;
  font-weight: 500;
}
.top .about_area .about_masaki {
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.top .about_area .about_masaki .slick-prev {
  border-right: 23px solid #2F6EB4;
}
.top .about_area .about_masaki .slick-next {
  border-left: 23px solid #2F6EB4;
}
.top .about_area .about_masaki .slick-dots li.slick-active button:before {
  color: #2F6EB4;
}
.top .about_area .about_masaki.active {
  display: block;
  position: absolute;
  transition: all 0.3s;
  opacity: 1;
  visibility: unset;
}
.top .about_area .about_masaki.active .m-about-area {
  background-image: url("../images/masaki_bg_line.webp");
}
.top .about_area .about_masaki.active .about_txt p {
  color: #fcfcfc;
}
.top .about_area .switching_btn {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .about_area .switching_btn .melo_btn {
  width: 165px;
  background-color: #fcfcfc;
  border-radius: 20px;
  position: relative;
  margin: 0 20px;
  color: #0f0f0f;
  border: #9f2b2c 3px solid;
  box-shadow: 3px 3px 2px 1px rgba(36, 36, 36, 0.2);
  transition: all 0.3s;
}
.top .about_area .switching_btn .melo_btn::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -20px;
  width: 60px;
  height: 60px;
  background-image: url("../images/melodyman_face.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-13deg);
}
.top .about_area .switching_btn .melo_btn:hover {
  cursor: pointer;
}
.top .about_area .switching_btn .melo_btn p {
  font-weight: 700;
  padding: 5px 0 5px 10px;
}
.top .about_area .switching_btn .melo_btn.active {
  background-color: #9f2b2c;
  color: #fcfcfc;
  transition: all 0.3s;
}
.top .about_area .switching_btn .masaki_btn {
  width: 165px;
  background-color: #fcfcfc;
  border-radius: 20px;
  position: relative;
  margin-left: 20px;
  color: #0f0f0f;
  border: #2F6EB4 3px solid;
  box-shadow: 3px 3px 2px 1px rgba(36, 36, 36, 0.2);
  transition: all 0.3s;
}
.top .about_area .switching_btn .masaki_btn::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -20px;
  width: 60px;
  height: 60px;
  background-image: url("../images/masaki_face.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.top .about_area .switching_btn .masaki_btn:hover {
  cursor: pointer;
}
.top .about_area .switching_btn .masaki_btn p {
  font-weight: 700;
  padding: 5px 0 5px 10px;
}
.top .about_area .switching_btn .masaki_btn.active {
  background-color: #2F6EB4;
  color: #fcfcfc;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .top {
    padding: 0 0 100px;
  }
  .top .curtain_top {
    height: 110px;
    top: -20px;
    z-index: 1;
  }
  .top .top-ttl {
    margin-bottom: 80px;
    margin-top: 10px;
    width: 90%;
  }
  .top .about_area {
    width: 100%;
    height: 103vw;
    min-height: 495px;
    max-height: 550px;
  }
  .top .about_area .about_melodyman.active {
    background-size: cover;
    flex-direction: column-reverse;
  }
  .top .about_area .m-about-area {
    background-size: auto 87%;
    background-image: url("../images/melo_bg_line2.webp");
    min-height: 275px;
  }
  .top .about_area .about_txt {
    width: 50%;
  }
  .top .about_area .about_txt h3 {
    width: 80%;
    margin: 0 auto 6.5% 0;
    max-width: 225px;
  }
  .top .about_area .about_txt p {
    font-size: max(2.2vw, 1.4rem);
  }
  .top .about_area .about_txt .a {
    margin-bottom: 15px;
  }
  .top .about_area .about_txt .b {
    margin-bottom: 4.2%;
  }
  .top .about_area .slider-wrap {
    width: 50%;
  }
  .top .about_area .slider-wrap .slider-for {
    left: 53px;
    top: -9.5%;
  }
  .top .about_area .slider-wrap .bg-name {
    position: absolute;
    right: 0;
    bottom: 1%;
    width: 8.5%;
    max-width: 47px;
    min-width: 30px;
  }
  .top .about_area .m-des {
    width: 90%;
    margin: 5px auto 0;
    font-size: 1.4rem;
  }
  .top .about_area .about_masaki .slick-prev {
    border-right: 23px solid #2F6EB4;
  }
  .top .about_area .about_masaki .slick-next {
    border-left: 23px solid #2F6EB4;
  }
  .top .about_area .about_masaki .slick-dots li.slick-active button:before {
    color: #2F6EB4;
  }
  .top .about_area .about_masaki.active .m-about-area {
    background-image: url(../images/masaki_bg_line2.webp);
  }
  .top .about_area .switching_btn .melo_btn,
  .top .about_area .switching_btn .masaki_btn {
    margin: 0 5px 0 20px;
  }
}
@media screen and (max-width: 430px) {
  .top .about_area .m-about-area {
    background-size: auto 100%;
  }
  .top .about_area .m-des {
    margin: 20px auto 0;
  }
  .top .about_area .slider-wrap .slider-for {
    top: -18.5%;
  }
  .top .about_area .switching_btn .melo_btn p {
    padding: 8px 0 8px 25px;
  }
}
.music {
  background-color: #fff5e5;
}
.music .title-top {
  overflow: hidden;
}
.music .title-top .title-top-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-height: 288px;
}
.music .title-top .title-top-wrap .wave-1 {
  height: 76.5%;
  width: 100%;
  background-color: #383838;
  position: absolute;
}
.music .title-top .title-top-wrap h3 {
  width: 100%;
  max-width: 1280px;
  min-width: 650px;
  position: relative;
  z-index: 1;
}
.music .title-top .piano-line {
  height: 5vw;
  max-height: 60px;
  background-image: url("../images/piano-line.webp");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
}
.music .introduction {
  background-image: url("../images/intro_bg.webp");
  background-size: 430px;
  background-color: #fcfcfc;
}
.music .introduction .youtube-area-music {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 30px;
}
.music .introduction .youtube-area-music .youtube-p-wrap {
  background-image: url("../images/youtube_line.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 700;
  padding: 50px 35px 80px;
}
.music .introduction .youtube-area-music .youtube-p-wrap .tf {
  font-size: 2.4rem;
}
.music .introduction .youtube-area-music iframe {
  width: 50%;
  aspect-ratio: 16/9;
}
.music .Instrument {
  width: 80%;
  max-width: 800px;
  background-color: #F6CD5C;
  background-image: url("../images/melo_bg2.webp");
  background-size: auto 100%;
  margin: 80px auto;
  position: relative;
  border: solid 3px #202020;
}
.music .Instrument .Instrument-wrap {
  position: relative;
  max-height: 490px;
  padding-bottom: 8%;
}
.music .Instrument .Instrument-wrap h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0px;
  padding: 20px 25px;
  position: relative;
  background-image: url("../images/onpu_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.music .Instrument .Instrument-wrap h4::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.music .Instrument .Instrument-wrap h4.piano::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/piano_ac.webp);
  right: -70px;
  top: 0px;
}
.music .Instrument .Instrument-wrap h4.drum::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/drum_ac.webp);
  right: -70px;
  top: 0px;
}
.music .Instrument .Instrument-wrap h4.syamisen::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/syamisen.webp);
  right: -70px;
  top: 0px;
}
.music .Instrument .Instrument-wrap h4.sax::after {
  width: 90px;
  height: 90px;
  background-image: url(../images/sax_ac.webp);
  right: -60px;
  top: -8px;
}
.music .Instrument .Instrument-wrap h4.handpan::after {
  width: 110px;
  height: 80px;
  background-image: url(../images/handpan_ac.webp);
  right: -70px;
  top: 3px;
}
.music .Instrument .Instrument-wrap h4.clarinet::after {
  width: 70px;
  height: 100px;
  background-image: url(../images/clarinet_ac.webp);
  right: -40px;
  top: -8px;
}
.music .Instrument .Instrument-wrap h4 img {
  height: 42px;
  margin: 0 auto;
}
.music .Instrument .Instrument-wrap .img-a-p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 20px auto 10px;
}
.music .Instrument .Instrument-wrap .img-a-p img {
  width: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.music .Instrument .Instrument-wrap .img-a-p p {
  text-align: left;
  font-weight: 500;
  background-color: rgba(252, 252, 252, 0.9);
  padding: 20px;
  position: relative;
}
.music .Instrument .Instrument-wrap .img-a-p p::before {
  content: "";
  display: block;
  width: 54px;
  height: 75px;
  position: absolute;
  left: -53.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-clip-path: polygon(100% 15%, 100% 83%, 0 15%);
  clip-path: polygon(100% 15%, 100% 83%, 0 15%);
  background-color: rgba(252, 252, 252, 0.9);
}
.music .Instrument .Instrument-wrap .in-name {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.music .Instrument .Instrument-wrap.sax .img-a-p img, .music .Instrument .Instrument-wrap.handpan .img-a-p img, .music .Instrument .Instrument-wrap.clarinet .img-a-p img {
  margin-right: -3%;
  width: 60%;
  margin-bottom: -2%;
  margin-left: -7%;
  margin-top: -3%;
}
.music .Instrument .slick-prev {
  left: -50px;
  top: 50%;
  border-bottom: 20px solid transparent;
  border-left: 0;
  border-right: 30px solid #9f2b2c;
  border-top: 20px solid transparent;
}
.music .Instrument .slick-next {
  right: -50px;
  left: unset;
  top: 50%;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #9f2b2c;
  border-right: 0;
  border-top: 20px solid transparent;
}
.music .Instrument .slick-dots {
  top: unset;
  left: unset;
  width: 100%;
}
.music .In-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0 100px;
}
.music .In-btn-area li {
  width: 48%;
  position: relative;
  background-color: #FFEBCE;
  border-radius: 50px;
  border: solid 2px #FFB546;
  padding: 15px 0;
  margin: 40px 0 0;
  box-shadow: 3px 3px 2px 1px rgba(36, 36, 36, 0.2);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.music .In-btn-area li img {
  z-index: 2;
  height: 24px;
}
.music .In-btn-area li.active {
  background-color: #FFB546;
  transition: all 0.3s;
}
.music .In-btn-area li::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.music .In-btn-area li.piano::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/piano_ac.webp);
  left: -7px;
  top: -8px;
}
.music .In-btn-area li.drum::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/drum_ac.webp);
  right: -8px;
  top: -10px;
}
.music .In-btn-area li.syamisen::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/syamisen.webp);
  left: 20px;
  top: -10px;
}
.music .In-btn-area li.sax::after {
  width: 90px;
  height: 90px;
  background-image: url(../images/sax_ac.webp);
  right: -8px;
  top: -16px;
}
.music .In-btn-area li.handpan::after {
  width: 110px;
  height: 80px;
  background-image: url(../images/handpan_ac.webp);
  left: -24px;
  top: -7px;
}
.music .In-btn-area li.clarinet::after {
  width: 70px;
  height: 100px;
  background-image: url(../images/clarinet_ac.webp);
  right: -8px;
  top: -21px;
}
.music .In-btn-area li:nth-child(odd) ba img {
  margin-left: 15px;
}
.music .In-btn-area li:nth-child(even) img {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .music .introduction .youtube-area-music {
    flex-direction: column;
    font-size: 1.4rem;
    padding: 50px 0 10px;
  }
  .music .introduction .youtube-area-music .youtube-p-wrap {
    padding: 50px 33px 64px;
  }
  .music .introduction .youtube-area-music .youtube-p-wrap .tf {
    font-size: 2rem;
  }
  .music .introduction .youtube-area-music iframe {
    width: 90%;
    max-width: 500px;
  }
  .music .Instrument {
    width: 90%;
    max-width: 600px;
    background-image: url(../images/melo_bg3.webp);
  }
  .music .Instrument .Instrument-wrap {
    max-height: 640px;
    padding-bottom: 12%;
  }
  .music .Instrument .Instrument-wrap h4.piano::after {
    width: 55px;
    height: 55px;
    background-image: url(../images/piano_ac.webp);
    right: -32px;
    top: 8px;
  }
  .music .Instrument .Instrument-wrap h4.drum::after {
    width: 55px;
    height: 55px;
    background-image: url(../images/drum_ac.webp);
    right: -42px;
    top: 0px;
  }
  .music .Instrument .Instrument-wrap h4.syamisen::after {
    width: 80px;
    height: 80px;
    background-image: url(../images/syamisen.webp);
    right: -45px;
    top: 8px;
  }
  .music .Instrument .Instrument-wrap h4.sax::after {
    width: 60px;
    height: 60px;
    background-image: url(../images/sax_ac.webp);
    right: -41px;
    top: -3px;
  }
  .music .Instrument .Instrument-wrap h4.handpan::after {
    width: 80px;
    height: 50px;
    background-image: url(../images/handpan_ac.webp);
    right: -50px;
    top: 8px;
  }
  .music .Instrument .Instrument-wrap h4.clarinet::after {
    width: 40px;
    height: 70px;
    background-image: url(../images/clarinet_ac.webp);
    right: -20px;
    top: 0px;
  }
  .music .Instrument .Instrument-wrap h4 img {
    height: 28px;
    margin: 0 auto;
  }
  .music .Instrument .Instrument-wrap .img-a-p {
    flex-direction: column;
    margin: 0 auto;
  }
  .music .Instrument .Instrument-wrap .img-a-p img {
    width: 80%;
    max-width: 325px;
  }
  .music .Instrument .Instrument-wrap .img-a-p p {
    font-size: 1.4rem;
  }
  .music .Instrument .Instrument-wrap .img-a-p p::before {
    left: 0;
    right: 0;
    top: -74.5px;
    bottom: unset;
    margin: 0 auto;
    -webkit-clip-path: polygon(0 30%, 100% 100%, 0 100%);
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
  }
  .music .Instrument .Instrument-wrap.sax .img-a-p img, .music .Instrument .Instrument-wrap.handpan .img-a-p img, .music .Instrument .Instrument-wrap.clarinet .img-a-p img {
    width: 85%;
    max-width: 380px;
  }
  .music .Instrument .slick-prev {
    left: 5px;
    top: 30%;
    border-bottom: 20px solid transparent;
    border-left: 0;
    border-right: 30px solid #9f2b2c;
    border-top: 20px solid transparent;
    z-index: 9;
  }
  .music .Instrument .slick-next {
    right: 5px;
    left: unset;
    top: 30%;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #9f2b2c;
    border-right: 0;
    border-top: 20px solid transparent;
    z-index: 9;
  }
  .music .In-btn-area {
    align-items: center;
    width: 95%;
    max-width: 600px;
    padding: 0 0 60px;
  }
  .music .In-btn-area li {
    margin: 35px 0 0;
  }
  .music .In-btn-area li img {
    height: 16px;
  }
  .music .In-btn-area li.piano::after {
    width: 50px;
    height: 50px;
    left: -4px;
    top: 1px;
  }
  .music .In-btn-area li.drum::after {
    width: 50px;
    height: 50px;
    right: 0px;
    top: -1px;
  }
  .music .In-btn-area li.syamisen::after {
    width: 50px;
    height: 50px;
    left: 8px;
    top: -3px;
  }
  .music .In-btn-area li.sax::after {
    width: 60px;
    height: 60px;
    right: 0px;
    top: -7px;
  }
  .music .In-btn-area li.handpan::after {
    width: 80px;
    height: 50px;
    left: -15px;
    top: 1px;
  }
  .music .In-btn-area li.clarinet::after {
    width: 40px;
    height: 70px;
    right: 7px;
    top: -4px;
  }
  .music .In-btn-area li:nth-child(odd) img {
    margin-left: unset;
  }
  .music .In-btn-area li:nth-child(even) img {
    margin-right: unset;
  }
}
.melodyman_teampage {
  background-color: #FFEBCE;
  padding: 50px 0 140px;
}
.melodyman_teampage .btn-wrap {
  position: relative;
}
.melodyman_teampage .btn-wrap .team {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 510px;
}
.melodyman_teampage .btn-wrap .btn_bnr {
  position: absolute;
  display: block;
  top: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 65%;
  max-width: 430px;
  transition: transform 0.5s ease;
}
.melodyman_teampage .btn-wrap .btn_bnr:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .melodyman_teampage {
    margin-bottom: 65px;
  }
  .melodyman_teampage .btn-wrap .team {
    max-width: 500px;
    width: 90%;
  }
  .melodyman_teampage .btn-wrap .btn_bnr {
    transition: unset;
    max-width: 400px;
    width: 75%;
  }
  .melodyman_teampage .btn-wrap .btn_bnr:hover {
    transform: unset;
  }
}
/*banner area*/
.banner_area {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 800px;
  margin: 50px auto;
}
.banner_area a {
  width: 40%;
  transition: transform 0.5s ease;
}
.banner_area a:hover {
  transform: scale(1.15);
}

@media screen and (max-width: 768px) {
  .banner_area {
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
    justify-content: center;
  }
  .banner_area a {
    width: 50%;
    max-width: 200px;
  }
  .banner_area a:hover {
    transform: unset;
  }
}/*# sourceMappingURL=about.css.map */