/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
}
body * {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  color: #231815;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a img {
  border-style: none;
  transition: 0.3s;
}
a:hover {
  transform: translateY(-5px);
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fade__R {
    opacity: 0;
    transition: 1.5s;
    transform: rotate(-10deg);
    transition-delay: 0.3s;
  }
  .fade__Z {
    transform: rotate(-40deg) scale(0.1);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.68, -0.6, 0.265, 1.55);
    transition-delay: 0.1s;
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0) rotate(0) scale(1);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
#wrapper img {
  width: 100%;
  vertical-align: middle;
}

header {
  background-color: #fff;
  width: 100%;
  height: 150px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 668px) {
  header {
    height: 100px;
  }
}
header * {
  line-height: 100%;
}
header div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header div h1 {
  width: 320px;
}
@media screen and (max-width: 1367px) {
  header div h1 {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  header div h1 {
    width: 200px;
  }
}
header div h1 a {
  display: block;
}
header div nav {
  display: flex;
  align-items: center;
}
header div nav p.bastien {
  width: 70px;
}
@media screen and (max-width: 1200px) {
  header div nav p.bastien {
    width: 50px;
  }
}
header div nav ul {
  display: flex;
}
@media screen and (max-width: 960px) {
  header div nav ul {
    display: none;
  }
}
header div nav ul li a {
  display: block;
  padding: 5px 0 5px 10px;
  margin-left: 28px;
}
@media screen and (max-width: 1367px) {
  header div nav ul li a {
    margin-left: 15px;
    padding: 5px 0 5px 7px;
  }
}
@media screen and (max-width: 1200px) {
  header div nav ul li a {
    font-size: 1.6rem;
  }
}
header div nav ul li:nth-child(1) a {
  border-left: 9px solid #97d1c1;
}
header div nav ul li:nth-child(2) a {
  border-left: 9px solid #fff000;
}
header div nav ul li:nth-child(3) a {
  border-left: 9px solid #54c2f0;
}
header div nav ul li:nth-child(4) a {
  border-left: 9px solid #f09dc1;
}
header div nav ul li:nth-child(5) a {
  border-left: 9px solid #c9a063;
}
header div nav ul li:nth-child(6) a {
  border-left: 9px solid #c9caca;
}
header div nav p.spMenu {
  display: none;
}
@media screen and (max-width: 960px) {
  header div nav p.spMenu {
    display: block;
    width: 40px;
    margin-left: 20px;
  }
  header div nav p.spMenu a {
    display: block;
  }
}

.menuCommon {
  padding: 20px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuCommon .closeBtn {
  width: 40px;
  position: fixed;
  top: 55px;
  right: 5vw;
}
@media screen and (max-width: 960px) {
  .menuCommon .closeBtn {
    top: 30px;
  }
}
.menuCommon .rightContentsMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.menuCommon .rightContentsMenu * {
  line-height: 100%;
}
.menuCommon .rightContentsMenu > h6 {
  width: 50%;
  margin: 0 auto 30px;
  max-width: 280px;
}
.menuCommon .rightContentsMenu > h6 a {
  display: block;
}
.menuCommon .rightContentsMenu > ul li {
  margin-bottom: 20px;
}
.menuCommon .rightContentsMenu > ul li a {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
}
.menuCommon .rightContentsMenu > ul li a::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  margin: 10px auto 0;
}
.menuCommon .rightContentsMenu > ul li:nth-child(1) a::after {
  background-color: #97d1c1;
}
.menuCommon .rightContentsMenu > ul li:nth-child(2) a::after {
  background-color: #fff000;
}
.menuCommon .rightContentsMenu > ul li:nth-child(3) a::after {
  background-color: #54c2f0;
}
.menuCommon .rightContentsMenu > ul li:nth-child(4) a::after {
  background-color: #f09dc1;
}
.menuCommon .rightContentsMenu > ul li:nth-child(5) a::after {
  background-color: #c9a063;
}
.menuCommon .rightContentsMenu > ul li:nth-child(6) a::after {
  background-color: #c9caca;
}
.menuCommon .rightContentsMenu .main .contact {
  margin-bottom: 15px;
}
.menuCommon .rightContentsMenu .main .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #54c2f0;
  border-radius: 20px;
  padding: 10px 5px 10px 20px;
}
.menuCommon .rightContentsMenu .main .contact a span {
  display: block;
}
.menuCommon .rightContentsMenu .main .contact a span.icon {
  width: 30px;
  margin-right: 10px;
}
.menuCommon .rightContentsMenu .main .contact a span.text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu .main .contact a span.text {
    letter-spacing: 0;
  }
}
.menuCommon .rightContentsMenu .main .add {
  display: flex;
}
@media screen and (max-width: 800px) {
  .menuCommon .rightContentsMenu .main .add {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.menuCommon .rightContentsMenu .main .add * {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu .main .add * {
    letter-spacing: 0;
  }
}
.menuCommon .rightContentsMenu .main .add address {
  vertical-align: middle;
}
@media screen and (max-width: 668px) {
  .menuCommon .rightContentsMenu .main .add address {
    margin-bottom: 10px;
  }
}
.menuCommon .rightContentsMenu .main .add address::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
  background: url(../images/icon_map.svg) no-repeat center/contain;
}
.menuCommon .rightContentsMenu .main .add .tel {
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu .main .add .tel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .menuCommon .rightContentsMenu .main .add .tel {
    margin-bottom: 10px;
  }
}
.menuCommon .rightContentsMenu .main .add .tel::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
.menuCommon .rightContentsMenu .main .add .sns {
  margin-left: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .menuCommon .rightContentsMenu .main .add .sns {
    width: 100%;
    margin-top: 10px;
  }
}
.menuCommon .rightContentsMenu .main .add .sns li {
  width: 30px;
  margin-left: 15px;
}
.menuCommon .rightContentsMenu .main .add .sns li a {
  display: block;
}

#contents {
  padding-top: 150px;
}
@media screen and (max-width: 668px) {
  #contents {
    padding-top: 100px;
  }
}
#contents .mainImage {
  position: relative;
}
#contents .mainImage .contact {
  position: absolute;
  right: 4vw;
  top: 50px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #contents .mainImage .contact {
    top: 20px;
  }
}
#contents .mainImage .contact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ee87b4;
  width: 224px;
  height: 224px;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  #contents .mainImage .contact a {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainImage .contact a {
    width: 140px;
    height: 140px;
  }
}
#contents .mainImage .contact a span {
  display: block;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents .mainImage .contact a span {
    font-size: 2.32rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainImage .contact a span {
    font-size: 1.74rem;
  }
}
#contents .mainImage .contact a span:first-child {
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}
#contents .mainImage .copy {
  position: absolute;
  right: 5vw;
  bottom: 50px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #contents .mainImage .copy {
    bottom: 20px;
  }
}
#contents .mainImage .copy span {
  display: inline-block;
  background-color: #fff;
  line-height: 100%;
  padding: 10px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 2.9rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents .mainImage .copy span {
    font-size: 2.32rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainImage .copy span {
    font-size: 1.74rem;
  }
}
#contents .mainImage .slider .slide span {
  display: block;
  width: 100%;
  height: calc(100svh - 150px);
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #contents .mainImage .slider .slide span {
    height: 600px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainImage .slider .slide span {
    height: 450px;
    min-height: 450px;
  }
}
#contents .aboutArea {
  margin-top: 150px;
  padding: 0 5vw 200px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #contents .aboutArea {
    margin-top: 70px;
    padding: 0 5vw 100px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .aboutArea {
    margin-top: 30px;
  }
}
#contents .aboutArea h2 {
  text-align: center;
  font-size: 4.5833333333vw;
  font-weight: 500;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .aboutArea h2 {
    font-size: 2rem;
  }
}
#contents .aboutArea > div {
  max-width: 750px;
  margin: 0 auto;
}
#contents .aboutArea > div p {
  font-size: 2.4rem;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 200%;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #contents .aboutArea > div p {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .aboutArea > div p {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 800px) {
  #contents .aboutArea > div p {
    margin-top: 25px;
  }
}
#contents .aboutArea > p.symbol {
  position: absolute;
  right: 5vw;
  bottom: 100px;
  width: 20%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #contents .aboutArea > p.symbol {
    bottom: 20px;
  }
}
#contents .mainCommon {
  margin-bottom: 250px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon {
    margin-bottom: 130px;
  }
}
#contents .mainCommon:nth-child(odd) > div.head {
  flex-direction: row-reverse;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon:nth-child(odd) > div.head {
    flex-direction: column;
  }
}
#contents .mainCommon:nth-child(odd) > div.head .photo span {
  left: 5vw;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon:nth-child(even) > div.head .photo {
    margin-left: auto;
  }
}
#contents .mainCommon > div.head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.head {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#contents .mainCommon > div.head .read {
  width: 14%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.head .read {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
}
#contents .mainCommon > div.head .read .text {
  font-size: 2.7083333333vw;
  white-space: nowrap;
  writing-mode: vertical-rl;
  padding-top: 1.2em;
  letter-spacing: 3px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.head .read .text {
    font-size: 1.9rem;
    line-height: 36px;
    writing-mode: horizontal-tb;
    padding: 0 0 0 1.2em;
    letter-spacing: 1px;
  }
}
#contents .mainCommon > div.head .read .circle {
  position: absolute;
  left: 25%;
  top: 0;
  display: block;
  width: 50%;
  z-index: -1;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.head .read .circle {
    width: 36px;
    left: 10px;
  }
}
#contents .mainCommon > div.head .read .circle span {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#contents .mainCommon > div.head .photo {
  position: relative;
  width: 86%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.head .photo {
    width: 95%;
  }
}
#contents .mainCommon > div.head .photo span {
  width: 64%;
  position: absolute;
  right: 5vw;
  bottom: -10px;
}
@media screen and (max-width: 1200px) {
  #contents .mainCommon > div.head .photo span {
    bottom: -3px;
  }
}
#contents .mainCommon > div.main {
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1420px) {
  #contents .mainCommon > div.main {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.main {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.main {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.main {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
#contents .mainCommon > div.main .text {
  width: calc(100% - 370px);
  max-width: 700px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.main .text {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.main .text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#contents .mainCommon > div.main .text h3 {
  font-size: 3.75vw;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #contents .mainCommon > div.main .text h3 {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}
#contents .mainCommon > div.main .text > p {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.main .text > p {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon > div.main .text > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.main .text > p {
    line-height: 170%;
  }
}
#contents .mainCommon > div.main .lesson {
  width: 330px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.main .lesson {
    width: 250px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.main .lesson {
    width: 100%;
  }
}
#contents .mainCommon > div.main .lesson > p {
  line-height: 100%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.main .lesson > p {
    width: 50%;
  }
}
#contents .mainCommon > div.main .lesson > section {
  margin-top: -7px;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.main .lesson > section {
    padding: 30px 20px 20px 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon > div.main .lesson > section {
    margin-top: -4px;
  }
}
#contents .mainCommon > div.main .lesson > section * {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.main .lesson > section * {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon > div.main .lesson > section * {
    font-size: 1.4rem;
  }
}
#contents .mainCommon > div.main .lesson > section table {
  margin: 10px 0 15px;
}
#contents .mainCommon > div.main .lesson > section table tr th, #contents .mainCommon > div.main .lesson > section table tr td {
  text-align: left;
  vertical-align: top;
}
#contents .mainCommon > div.main .lesson > section table tr th {
  padding-right: 20px;
}
#contents .mainCommon > div.main .lesson > section ul li {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon > div.main .lesson > section ul li {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon > div.main .lesson > section ul li {
    font-size: 1.4rem;
  }
}
#contents .mainCommon ul.photo_x3 {
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1420px) {
  #contents .mainCommon ul.photo_x3 {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon ul.photo_x3 {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  #contents .mainCommon ul.photo_x3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon ul.photo_x3 {
    margin-bottom: 30px;
  }
}
#contents .mainCommon ul.photo_x3 li {
  width: calc(33.3333333333% - 35px);
}
@media screen and (max-width: 960px) {
  #contents .mainCommon ul.photo_x3 li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon ul.photo_x3 li {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon ul.photo_x3 li {
    width: 100%;
    margin-bottom: 15px;
  }
}
#contents .mainCommon.pianoArea .head .read .circle span {
  background-color: #fff000;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.pianoArea .main .lesson > p {
    width: 30%;
  }
}
#contents .mainCommon.pianoArea .main .lesson > section {
  background-color: #fff000;
}
#contents .mainCommon.pianoArea .sub {
  position: relative;
}
#contents .mainCommon.pianoArea .sub > h4 {
  font-size: 3.125vw;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
  letter-spacing: 5px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.pianoArea .sub > h4 {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon.pianoArea .sub > h4 {
    font-size: 2rem;
  }
}
#contents .mainCommon.pianoArea .sub > h4 br {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.pianoArea .sub > h4 br {
    display: block;
  }
}
#contents .mainCommon.pianoArea .sub .text {
  max-width: calc(597px + 10vw);
  margin: 0 auto 70px;
  padding: 0 5vw;
  line-height: 200%;
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.pianoArea .sub .text {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon.pianoArea .sub .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.pianoArea .sub .text {
    margin: 0 auto 40px;
    line-height: 170%;
  }
}
#contents .mainCommon.pianoArea .sub .link {
  max-width: calc(1000px + 8vw);
  padding: 0 4vw;
  margin: 0 auto 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.pianoArea .sub .link {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon.pianoArea .sub .link {
    display: block;
  }
}
#contents .mainCommon.pianoArea .sub .link li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1200px) {
  #contents .mainCommon.pianoArea .sub .link li {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon.pianoArea .sub .link li {
    width: 300px;
    margin: 0 auto 10px;
  }
}
#contents .mainCommon.pianoArea .sub .link li a {
  background-color: #fff;
  display: block;
  border: 2px solid #ea5514;
  color: #ea5514;
  border-radius: 13px;
  padding: 12px 0;
  font-size: 1.7rem;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.pianoArea .sub .link li a {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon.pianoArea .sub .link li a {
    font-size: 1.4rem;
  }
}
#contents .mainCommon.pianoArea .sub .link li a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background: url(../images/icon_arrow_red.svg) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.pianoArea .sub .link li a::after {
    width: 11px;
    height: 11px;
  }
}
#contents .mainCommon.pianoArea .sub .photo_x3 {
  margin-bottom: 0;
}
#contents .mainCommon.pianoArea .sub .symbol {
  position: absolute;
  left: 3vw;
  top: -20px;
  z-index: -1;
  width: 16%;
}
#contents .mainCommon.marimbaArea .head .read .circle span {
  background-color: #bae3f9;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.marimbaArea .main .lesson > p {
    width: 40%;
  }
}
#contents .mainCommon.marimbaArea .main .lesson > section {
  background-color: #bae3f9;
}
#contents .mainCommon.marimbaArea .sub .photo {
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1420px) {
  #contents .mainCommon.marimbaArea .sub .photo {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.marimbaArea .sub .photo {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
#contents .mainCommon.marimbaArea .sub > section {
  position: relative;
  margin: 100px 0;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.marimbaArea .sub > section {
    margin: 50px 0;
  }
}
#contents .mainCommon.marimbaArea .sub > section > h4 {
  text-align: center;
  font-size: 2.6041666667vw;
  font-weight: 700;
  padding: 0 30px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.marimbaArea .sub > section > h4 {
    font-size: 2.3rem;
  }
}
#contents .mainCommon.marimbaArea .sub > section > h4 small {
  display: block;
  font-size: 0.5em;
  font-weight: 500;
}
#contents .mainCommon.marimbaArea .sub > section p {
  max-width: calc(710px + 10vw);
  padding: 0 5vw;
  margin: 40px auto 0;
  line-height: 200%;
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.marimbaArea .sub > section p {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon.marimbaArea .sub > section p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.marimbaArea .sub > section p {
    line-height: 170%;
    margin: 30px auto 0;
  }
}
#contents .mainCommon.marimbaArea .sub > section > span.symbol {
  position: absolute;
  left: 3vw;
  bottom: 0;
  z-index: -1;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  #contents .mainCommon.marimbaArea .sub > section > span.symbol {
    bottom: auto;
    top: -25px;
    left: auto;
    right: 3vw;
  }
}
#contents .mainCommon.marimbaArea .sub .photo_x3 {
  margin-bottom: 0;
}
#contents .mainCommon.rythmiqueArea .head .read .circle span {
  background-color: #f7c7dc;
}
#contents .mainCommon.rythmiqueArea .main {
  position: relative;
}
#contents .mainCommon.rythmiqueArea .main .lesson > section {
  background-color: #f7c7dc;
}
#contents .mainCommon.rythmiqueArea .main .symbol {
  position: absolute;
  width: 18%;
  z-index: -1;
  right: 25%;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  #contents .mainCommon.rythmiqueArea .main .symbol {
    right: 10%;
    width: 15%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.rythmiqueArea .main .symbol {
    bottom: auto;
    top: 0;
    width: 20%;
    right: 5%;
  }
}
#contents .mainCommon.methodArea {
  position: relative;
}
#contents .mainCommon.methodArea .read .circle span {
  background-color: #fdd66e;
}
#contents .mainCommon.methodArea .main .text {
  width: calc(100% - 460px);
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.methodArea .main .text {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.methodArea .main .text {
    width: 100%;
  }
}
#contents .mainCommon.methodArea .main .text h3 small {
  font-size: 0.6em;
  font-feature-settings: "palt";
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
#contents .mainCommon.methodArea .main .text > p {
  margin-bottom: 40px;
}
#contents .mainCommon.methodArea .main .text .link {
  display: flex;
  align-items: center;
}
#contents .mainCommon.methodArea .main .text .link .icon {
  width: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 668px) {
  #contents .mainCommon.methodArea .main .text .link .icon {
    width: 50px;
  }
}
#contents .mainCommon.methodArea .main .text .link .link a {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  color: #ea5514;
  border-radius: 10px;
  padding: 10px 20px;
  border: 2px solid #ea5514;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.methodArea .main .text .link .link a {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainCommon.methodArea .main .text .link .link a {
    font-size: 1.4rem;
  }
}
#contents .mainCommon.methodArea .main .lesson {
  width: 420px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.methodArea .main .lesson {
    width: 250px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.methodArea .main .lesson {
    width: 100%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.methodArea .main .lesson > p {
    width: 100%;
  }
}
#contents .mainCommon.methodArea .symbol {
  position: absolute;
  width: 28%;
  right: 3vw;
  bottom: -200px;
}
@media screen and (max-width: 960px) {
  #contents .mainCommon.methodArea .symbol {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainCommon.methodArea .symbol {
    width: 38%;
    right: 5vw;
  }
}
#contents .teacherArea {
  padding: 80px 5vw 180px;
  background: linear-gradient(to right, #f5bad3 0%, #fff8a5 50%, #a5d4f2 100%);
  position: relative;
}
@media screen and (max-width: 668px) {
  #contents .teacherArea {
    padding: 40px 5vw 140px;
  }
}
#contents .teacherArea h2 {
  font-size: 4.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #contents .teacherArea h2 {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .teacherArea h2 {
    font-size: 2.88rem;
  }
}
#contents .teacherArea .main {
  max-width: 1076px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#contents .teacherArea .main > section {
  width: calc(50% - 85px);
}
@media screen and (max-width: 1200px) {
  #contents .teacherArea .main > section {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .teacherArea .main > section {
    width: 100%;
  }
  #contents .teacherArea .main > section:first-child {
    margin-bottom: 40px;
  }
}
#contents .teacherArea .main > section .photo {
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .teacherArea .main > section .photo {
    margin-bottom: 15px;
  }
}
#contents .teacherArea .main > section h3 {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #contents .teacherArea .main > section h3 {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .teacherArea .main > section h3 {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .teacherArea .main > section h3 {
    margin-bottom: 15px;
  }
}
#contents .teacherArea .main > section h3 small {
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #contents .teacherArea .main > section h3 small {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .teacherArea .main > section h3 small {
    font-size: 1.44rem;
  }
}
#contents .teacherArea .main > section ul li {
  margin-bottom: 7px;
  line-height: 130%;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #contents .teacherArea .main > section ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .teacherArea .main > section ul li {
    font-size: 1.4rem;
  }
}
#contents .teacherArea .symbol {
  position: absolute;
  width: 18%;
}
@media screen and (max-width: 668px) {
  #contents .teacherArea .symbol {
    width: 30%;
  }
}
#contents .teacherArea .symbol.sL {
  left: 3vw;
  top: -50px;
}
@media screen and (max-width: 668px) {
  #contents .teacherArea .symbol.sL {
    top: -20px;
  }
}
#contents .teacherArea .symbol.sR {
  right: 3vw;
  bottom: -50px;
}
@media screen and (max-width: 668px) {
  #contents .teacherArea .symbol.sR {
    bottom: -20px;
  }
}
#contents .accessArea {
  padding-top: 70px;
  line-height: 100%;
}
#contents .accessArea h2 {
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #contents .accessArea h2 {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .accessArea h2 {
    font-size: 2.88rem;
  }
}
#contents .accessArea iframe {
  width: 100%;
  height: 900px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  #contents .accessArea iframe {
    height: 500px;
  }
}

footer {
  background-color: #efefef;
  padding: 30px 5vw;
  margin-top: -2px;
}
footer * {
  line-height: 100%;
}
footer h6 {
  width: 320px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1367px) {
  footer h6 {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  footer h6 {
    width: 200px;
  }
}
footer h6 a {
  display: block;
}
footer .main {
  max-width: 1370px;
  margin: 0 auto 30px;
}
footer .main .contact {
  margin-bottom: 25px;
}
footer .main .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #54c2f0;
  border-radius: 20px;
  padding: 30px 15px;
}
@media screen and (max-width: 960px) {
  footer .main .contact a {
    padding: 20px 5px 20px 20px;
  }
}
footer .main .contact a span {
  display: block;
}
footer .main .contact a span.icon {
  width: 55px;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  footer .main .contact a span.icon {
    width: 40px;
    margin-right: 15px;
  }
}
footer .main .contact a span.text {
  color: #fff;
  font-size: 1.875vw;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  footer .main .contact a span.text {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
footer .main .add {
  display: flex;
}
@media screen and (max-width: 800px) {
  footer .main .add {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .main .add * {
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  footer .main .add * {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
footer .main .add address {
  vertical-align: middle;
}
@media screen and (max-width: 668px) {
  footer .main .add address {
    margin-bottom: 10px;
  }
}
footer .main .add address::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 15px;
  background: url(../images/icon_map.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  footer .main .add address::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 668px) {
  footer .main .add address::before {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
}
footer .main .add .tel {
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  footer .main .add .tel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  footer .main .add .tel {
    margin-bottom: 10px;
  }
}
footer .main .add .tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 15px;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  footer .main .add .tel::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 668px) {
  footer .main .add .tel::before {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
}
footer .main .add .sns {
  margin-left: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  footer .main .add .sns {
    width: 100%;
    margin-top: 10px;
  }
}
footer .main .add .sns li {
  width: 50px;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  footer .main .add .sns li {
    width: 40px;
    margin-left: 20px;
  }
}
footer .main .add .sns li a {
  display: block;
}
footer .copy {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer .copy {
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: center;
  }
}/*# sourceMappingURL=layout.css.map */