@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section,
a,
span,
abbr,
:before,
:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q:before, q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
  border: none;
}

abbr,
acronym,
fieldset {
  border: 0;
}

tr,
th,
td,
caption {
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}

footer a:link {
  color: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
.youtube-wrapper iframe {
  border: 0;
}

/* スクロール演出
----------------------------------------*/
.scroll-in.fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-in.fade-in.appeared {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .scroll-in.fade-in-only-pc {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .scroll-in.fade-in-only-pc.appeared {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  width: 100%;
  height: auto;
}

/* レッスン見学
----------------------------------------*/
.LessonButton_LessonButton__10SV8 {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 2px solid #4b1e78;
  background-color: #ffdc4e;
  border-radius: 9999px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
  bottom: 16px;
  right: 148px;
  width: 120px;
  height: 120px;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .LessonButton_LessonButton__10SV8 {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .LessonButton_LessonButton__10SV8:hover {
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .LessonButton_LessonButton__10SV8 {
    bottom: 2.1333333333vw;
    right: 32vw;
    width: 23.2vw;
    height: 23.2vw;
  }
}
.LessonButton_LessonButton__10SV8 span {
  color: #4b1e78;
  text-align: center;
  font-weight: 600;
  line-height: 1.3888888889;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .LessonButton_LessonButton__10SV8 span {
    font-size: 2.6666666667vw;
    line-height: 1.25;
    margin-bottom: 2.6666666667vw;
  }
}

.LessonButton_LessonButton__icon__TqwAs {
  width: 54px;
  height: 54px;
  background: url(../images/icon-course-cv.svg) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .LessonButton_LessonButton__icon__TqwAs {
    width: 10.4vw;
    height: 10.4vw;
  }
}

.MoreButton_MoreButton__75D6q {
  width: 184px;
  border-radius: 9999px;
  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;
  background-color: #fff;
  color: #4b1e78;
  border: 2px solid #4b1e78;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 40px 10px 28px;
  position: relative;
  word-break: break-all;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  margin: 24px 0;
}
@media (max-width: 750px) {
  .MoreButton_MoreButton__75D6q {
    width: 49.0666666667vw;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 7.4666666667vw;
    margin: 6.4vw 0;
  }
}
.MoreButton_MoreButton__75D6q:hover {
  border-color: rgba(75, 30, 120, 0.3);
}
.MoreButton_MoreButton__75D6q:before, .MoreButton_MoreButton__75D6q:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.MoreButton_MoreButton__75D6q:before {
  width: 8px;
  height: 12px;
  background: url(../images/icon-course-cv.svg) 0 0 no-repeat;
  background-size: contain;
  right: 17px;
  z-index: 2;
}
@media (max-width: 750px) {
  .MoreButton_MoreButton__75D6q:before {
    width: 2.1333333333vw;
    height: 3.2vw;
    right: 4.5333333333vw;
  }
}

/* footer
----------------------------------------*/
.Footer_Footer__52dZX {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "メイリオ", Meiryo, sans-serif;
  position: relative;
  letter-spacing: 0;
  background-color: #f8f8f8;
  padding: 80px 120px;
}
@media (max-width: 768px) {
  .Footer_Footer__52dZX {
    padding: 50px 50px;
  }
}
@media (max-width: 750px) {
  .Footer_Footer__52dZX {
    padding: 12.8vw 13.8666666667vw 8.5333333333vw;
  }
}

.Footer_Footer__logo__1dc8J {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .Footer_Footer__logo__1dc8J {
    width: 61.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}

.Footer_Footer__logo__img__rGDE_ {
  width: 337px;
  height: auto;
  max-width: 100%;
}

.Footer_Footer__nav__Q_PE9 {
  width: 670px;
  margin-bottom: 53px;
}
.Footer_Footer__nav__Q_PE9 a {
  font-size: 14px;
  color: #4b1e78;
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 750px) {
  .Footer_Footer__nav__Q_PE9 {
    width: 100%;
    margin-bottom: 12.8vw;
  }
}
.Footer_Footer__nav__Q_PE9 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 32px;
}
@media (max-width: 750px) {
  .Footer_Footer__nav__Q_PE9 ul {
    display: block;
  }
  .Footer_Footer__nav__Q_PE9 ul li + li {
    margin-top: 0.5em;
  }
}
.Footer_Footer__nav__Q_PE9 ul li a {
  font-size: 14px;
  color: #606060;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.Footer_Footer__nav__Q_PE9 ul li a:hover {
  color: #4b1e78;
}
.Footer_Footer__nav__Q_PE9 ul li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(https://school.jp.yamaha.com/music/assets/img/common/icon-arrow-right.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.SnsLinks_SnsLinks__lMbbN {
  width: 784px;
  background-color: #fff;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 14px 32px;
}
@media (max-width: 768px) {
  .SnsLinks_SnsLinks__lMbbN {
    width: inherit;
    display: block;
  }
}
@media (max-width: 750px) {
  .SnsLinks_SnsLinks__lMbbN {
    width: 85.3333333333vw;
    border-radius: 5.3333333333vw;
    padding: 5.8666666667vw 0 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10.6666666667vw auto 0;
  }
}
.SnsLinks_SnsLinks__lMbbN img {
  width: inherit;
  max-width: 100%;
}
.SnsLinks_SnsLinks__lMbbN ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
}
@media (max-width: 750px) {
  .SnsLinks_SnsLinks__lMbbN ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw 4.2666666667vw;
  }
}
.SnsLinks_SnsLinks__lMbbN ul a {
  font-size: 13px;
  letter-spacing: 0;
  text-decoration: none;
}
@media (max-width: 750px) {
  .SnsLinks_SnsLinks__lMbbN ul a {
    font-size: 2.9333333333vw;
  }
}

@media (min-width: 751px) {
  .SnsLinks_SnsLinks__icons__qO29U {
    margin-right: 16px;
  }
}
.SnsLinks_SnsLinks__txt__y__ByVVM {
  font-weight: 600;
}

.Footer_Footer__sns__9CY6h .elm {
  margin: 40px 0 0 auto;
}
@media (max-width: 750px) {
  .Footer_Footer__sns__9CY6h .elm {
    margin: 0 -5.3333333333vw 12.8vw;
  }
}

.SnsLinks_SnsLinks__txt__fO7ae a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  line-height: 1.5;
}
.SnsLinks_SnsLinks__txt__fO7ae a img {
  margin-right: 4px;
}
@media (max-width: 750px) {
  .SnsLinks_SnsLinks__txt__fO7ae a span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
  }
}

@media (max-width: 750px) {
  .SnsLinks_SnsLinks__txtLinks__RGeOO {
    padding: 0 6.6666666667vw;
  }
}

@media (max-width: 750px) {
  .SnsLinks_SnsLinks__icons__qO29U {
    margin-bottom: 5.3333333333vw;
  }
}

.Footer_Footer__copyright__V0nN3 {
  font-size: 10px;
  color: #606060;
  margin-top: 12px;
}
@media (max-width: 750px) {
  .Footer_Footer__copyright__V0nN3 {
    font-size: 2.6666666667vw;
    margin-top: 12.8vw;
  }
}/*# sourceMappingURL=common.css.map */