﻿@font-face {
  font-family: "Square721 Ex BT";
  src: url("/art-college/music/assets/font/SQR721E.ttf") format("truetype");
}
@font-face {
  font-family: "Square721 Cn BT";
  src: url("/art-college/music/assets/font/SQR721C.ttf") format("truetype");
}
.l-wrapper {
  position: relative;
  top: 0;
}
.eyskids-music {
  min-width: 1000px;
}
.eyskids-music .l-main.lazyloaded {
  background: #f8faf9
    url("/art-college/music/assets/img/pages/pc_top/bg_main_pattern.png")
    repeat-y;
  background-size: 1364px 986px;
  background-position: center 764px;
}
.l-main {
  counter-reset: section;
  overflow-x: hidden;
}
.l-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: blur(0);
  -webkit-filter: blur(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* =================================================================== */

.c-btn-arrow {
  position: relative;
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-template-areas: "c-btn-arrow__text c-btn-arrow__arrow";
  background: rgb(142, 184, 234);
  background: -moz-linear-gradient(
    90deg,
    rgba(142, 184, 234, 1) 0%,
    rgba(201, 151, 244, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(142, 184, 234, 1) 0%,
    rgba(201, 151, 244, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(142, 184, 234, 1) 0%,
    rgba(201, 151, 244, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8eb8ea",endColorstr="#c997f4",GradientType=1);
  padding: 11px 0 13px 16px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  z-index: 2;
}
.c-btn-arrow:hover {
  background: rgb(253, 165, 175);
  background: -moz-linear-gradient(
    90deg,
    rgba(253, 165, 175, 1) 0%,
    rgba(252, 117, 185, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(253, 165, 175, 1) 0%,
    rgba(252, 117, 185, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(253, 165, 175, 1) 0%,
    rgba(252, 117, 185, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fda5af",endColorstr="#fc75b9",GradientType=1);
}
.c-btn-arrow__text {
  grid-area: c-btn-arrow__text;
  font-size: 4vw;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.c-btn-arrow__text img {
  height: 15px;
}
.c-btn-arrow__text-last {
  grid-area: c-btn-arrow__text;
  font-size: 4vw;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.c-btn-arrow__text-last img {
  height: 16px;
}
@media screen and (min-width: 501px) {
  .c-btn-arrow__text {
    font-size: 20px;
  }
  .c-btn-arrow__text-last {
    font-size: 20px;
  }
}

.c-btn-arrow__arrow {
  grid-area: c-btn-arrow__arrow;
  position: absolute;
  width: calc(100% - 25px);
  height: 1px;
  top: calc(50% + 1px);
  right: 0;
  margin: 0 15px 0 10px;
  background-color: #ffffff;
}
.c-btn-arrow.u-arrow-v2 .c-btn-arrow__arrow {
  position: absolute;
  background: url("/art-college/music/assets/img/pages/pc/common/arrow_pc_w_01.svg")
    no-repeat;
  background-color: none !important;
  background-size: cover;
  width: 71px;
  height: 25px;
  margin: 0;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c-btn-arrow.u-arrow-v2 .c-btn-arrow__arrow::before,
.c-btn-arrow.u-arrow-v2 .c-btn-arrow__arrow::after {
  content: none;
}
.c-btn-arrow.u-arrow-v2.u-blue-border .c-btn-arrow__arrow {
  background: url("/art-college/music/assets/img/pages/pc/common/arrow_pc_blue_01.svg")
    no-repeat;
}
.c-btn-arrow.u-arrow-v2.u-pink-border .c-btn-arrow__arrow {
  background: url("/art-college/music/assets/img/pages/pc/common/arrow_pc_pink_01.svg")
    no-repeat;
}
.c-btn-arrow__arrow.short {
  width: 42px;
}
.c-btn-arrow__arrow::before {
  content: "";
  position: inherit;
  background-color: inherit;
  width: 1px;
  height: 19px;
  right: 3px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-btn-arrow__arrow::after {
  content: "";
  position: inherit;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  right: -3px;
}
.c-btn-arrow.c-btn-arrow--down {
  grid-template-columns: auto auto;
}
.c-btn-arrow--down .c-btn-arrow__arrow {
  width: 20px;
  transform: translate(0, -2px) rotate(90deg);
}
.c-btn-arrow--up .c-btn-arrow__arrow {
  width: 20px;
  transform: translate(0, 2px) rotate(-90deg);
}
.c-btn-arrow--right .c-btn-arrow__arrow {
  width: 20px;
}
.c-btn-arrow.u-white-bg {
  background: #ffffff none;
}
.c-btn-arrow.u-white-bg .c-btn-arrow__arrow {
  background-color: #fc88cc;
}
.c-btn-arrow.u-white-bg .c-btn-arrow__arrow::after {
  border-top: 1px solid #fc88cc;
  border-right: 1px solid #fc88cc;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--green .c-btn-arrow__text {
  color: #77d088;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--green .c-btn-arrow__arrow {
  background-color: #77d088;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--green .c-btn-arrow__arrow:after {
  border-color: #77d088;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--blue .c-btn-arrow__text {
  color: #7799ff;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--blue .c-btn-arrow__arrow {
  background-color: #7799ff;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--blue .c-btn-arrow__arrow:after {
  border-color: #7799ff;
}

.c-btn-arrow.u-white-bg.c-btn-arrow--pink .c-btn-arrow__text {
  color: #fc88cc;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--pink .c-btn-arrow__arrow:after {
  border-color: #fc88cc;
}

.c-btn-arrow.u-white-bg.c-btn-arrow--orange .c-btn-arrow__text {
  color: #ffbb66;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--orange .c-btn-arrow__arrow {
  background-color: #ffbb66;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--orange .c-btn-arrow__arrow:after {
  border-color: #ffbb66;
}

.c-btn-arrow.u-white-bg.c-btn-arrow--cyan .c-btn-arrow__text {
  color: #66ccff;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--cyan .c-btn-arrow__arrow {
  background-color: #66ccff;
}
.c-btn-arrow.u-white-bg.c-btn-arrow--cyan .c-btn-arrow__arrow:after {
  border-color: #66ccff;
}

.c-btn-arrow.u-white-bg.c-btn-arrow--orange img {
  width: 111px;
  height: 27px;
}

/* =================================================================== */

body.is-fixed .l-header {
  position: fixed;
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  overflow: hidden;
}
.c-header__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 20px;
  }
  .c-header__inner {
    width: 100%;
    max-width: 820px;
    height: 50px;
  }
  .c-header__intro {
    width: 329px;
    height: 50px;
  }
  .c-header__intro .c-header__logo a img {
    max-width: 100px;
  }
}
@media screen and (max-width: 1060px) {
  .c-header__inner {
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1000px) {
  .c-header__inner {
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 900px) {
  .c-header__tel p a {
    width: calc((185 / 1000) * 100vw);
  }
  .c-header__tel p a span {
    background-size: 16px;
  }
  .c-header__tel p a span img {
    width: 100px;
    margin-left: 3px;
  }
  .c-header__trial p {
    font-size: 14px;
  }
  .c-header__trial p a span {
    padding-left: 0;
  }
  .c-header__trial p a span::after {
    margin-left: 5px;
  }
}
.c-header__intro .c-header__logo {
  padding: 0 15px 0 30px;
}
.c-header__intro .c-header__logo a {
  padding: 5px 10px;
}
.c-header__intro .c-header__tagline {
  display: none;
  margin-top: 1px;
  padding: 0 5px;
  color: #666;
  font-size: 9px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .c-header__intro .c-header__tagline {
    display: flex;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .c-header__intro .c-header__tagline {
    display: flex;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    overflow-x: visible;
  }
  .l-header {
    top: 10px;
  }
  .c-header__intro {
    width: 100%;
    height: 50px;
  }
  .c-header__inner {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: 50px;
  }
  .c-header__intro .c-header__logo a img {
    max-width: 177px;
    max-height: 35px;
  }
  .c-header__tel {
    display: none;
  }
  .c-header__trial {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .c-header__intro .c-header__tagline {
    display: none;
  }
}
.c-header__tel p {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-header__tel p a {
  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;
  width: 215px;
  height: 50px;
  padding: 1px 0 0 0;
  background-color: #ff88cc;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.c-header__tel p a:hover {
  opacity: 0.9;
}
.c-header__tel p a span {
  display: inline-block;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 4px 10px;
}
.c-header__tel p a span.lazyloaded {
  background-image: url("/art-college/dance/assets/img/common/telephone-icon.svg");
}
.c-header__tel p a span img {
  display: inline-block;
  margin: 8px 3px 3px 13px;
}
.c-header__trial p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
html.mac .c-header__trial p {
  font-weight: 500;
}
.c-header__trial p a {
  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;
  width: 215px;
  height: 50px;
  padding: 2px 0 0 0;
  background-color: #bb88ee;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.c-header__trial p a:hover {
  opacity: 0.9;
}
.c-header__trial p a span {
  display: inline-block;
  padding-left: 6px;
}
.c-header__trial p a span::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  margin: 0 0 0 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-header__nav .c-header__navToggle {
  background-color: #bb88ee;
  cursor: pointer;
}
.c-header__nav .c-header__navToggle > .c-header__navToggleInner {
  position: relative;
}
.c-header__nav .c-header__navToggle > .c-header__navToggleInner > span {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c-header__nav .c-header__navToggle {
    width: 61px;
    height: 50px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span {
    background-color: #999999;
  }
  .c-header__nav .c-header__navToggle:hover {
    opacity: 0.9;
  }
  .c-header__nav
    .c-header__navToggle
    > .c-header__navToggleInner
    > span:nth-of-type(1) {
    top: 17px;
    left: 16px;
  }
  .c-header__nav
    .c-header__navToggle
    > .c-header__navToggleInner
    > span:nth-of-type(2) {
    top: 24px;
    left: 16px;
  }
  .c-header__nav
    .c-header__navToggle
    > .c-header__navToggleInner
    > span:nth-of-type(3) {
    top: 31px;
    left: 16px;
  }
  .c-header__nav
    .c-header__navToggle.is-active
    > .c-header__navToggleInner
    > span:nth-of-type(1) {
    top: 9px;
    left: 16px;
  }
  .c-header__nav
    .c-header__navToggle.is-active
    > .c-header__navToggleInner
    > span:nth-of-type(3) {
    top: 39px;
    left: 16px;
  }
  .c-header__content .c-header__contentNavT {
    padding: 80px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav .c-header__navToggle {
    width: 61px;
    height: 50px;
  }
  .c-header__nav
    .c-header__navToggle
    > .c-header__navToggleInner
    > span:nth-of-type(1) {
    top: 17px;
    left: 16px;
  }
  .c-header__nav
    .c-header__navToggle
    > .c-header__navToggleInner
    > span:nth-of-type(2) {
    top: 25px;
    left: 16px;
  }
  .c-header__nav
    .c-header__navToggle
    > .c-header__navToggleInner
    > span:nth-of-type(3) {
    top: 33px;
    left: 16px;
  }
  .c-header__nav
    .c-header__navToggle.is-active
    > .c-header__navToggleInner
    > span:nth-of-type(1) {
    top: 9px;
    left: 16px;
  }
  .c-header__nav
    .c-header__navToggle.is-active
    > .c-header__navToggleInner
    > span:nth-of-type(3) {
    top: 39px;
    left: 16px;
  }
  .c-header__content {
    padding-bottom: 60px;
  }
  .c-header__content .c-header__contentNavT {
    padding: 66px 30px 40px 30px;
  }
  .c-header__intro .c-header__logo {
    padding: 0 2vw 0 2vw;
  }
}
.c-header__nav
  .c-header__navToggle.is-active
  > .c-header__navToggleInner
  > span {
  width: 25px;
}
.c-header__nav
  .c-header__navToggle.is-active
  > .c-header__navToggleInner
  > span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  -ms-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
.c-header__nav
  .c-header__navToggle.is-active
  > .c-header__navToggleInner
  > span:nth-of-type(2) {
  opacity: 0;
}
.c-header__nav
  .c-header__navToggle.is-active
  > .c-header__navToggleInner
  > span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  -ms-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}
.c-header__content {
  display: block;
  position: fixed;
  top: -1100px;
  bottom: 0;
  z-index: 21;
  width: 100%;
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eyskids-music-sp .c-header__content {
  max-width: 960px;
}
.c-header__content.is-active {
  top: 0;
  height: 100%;
}
.c-header__content .c-header__contentNavT {
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .c-header__content .c-header__contentNavT .c-header__contentT {
    max-width: 820px;
    margin: 0 auto;
  }
  .c-header__content .c-header__contentNavB .c-header__contentB {
    max-width: 980px;
    margin: 0 auto;
  }
  .c-pagetop .c-pagetop__icon {
    right: calc(50% - 495px);
    bottom: 52px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1040px) {
  .c-pagetop .c-pagetop__icon {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__content .c-header__contentNavB {
    padding: 5px 20px 10px 20px;
  }
  body.not-fixed .c-header__content {
    padding-bottom: 0;
  }
  .c-pagetop .c-pagetop__icon {
    right: -5px;
    bottom: 41px;
    width: 80px;
    height: 80px;
  }
}
.c-header__mask {
  display: none;
}
.c-header__mask.is-active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-pagetop {
  position: relative;
  z-index: 10;
}

.c-pagetop .c-pagetop__icon {
  position: fixed;
  z-index: 28;
  cursor: pointer;
  background: url("/art-college/music/assets/img/common/goto_top_btn.svg")
    no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .c-pagetop .c-pagetop__icon:hover {
    opacity: 0.7;
  }
}

.c-pagetop.is-fixed .c-pagetop__icon {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .c-pagetop.is-fixed .c-pagetop__icon {
    bottom: 975px;
  }
}

@media screen and (max-width: 986px) {
  .c-pagetop.is-fixed .c-pagetop__icon {
    bottom: 1012px;
  }
}

@media screen and (max-width: 968px) {
  .c-pagetop.is-fixed .c-pagetop__icon {
    bottom: 1045px;
  }
}

@media screen and (max-width: 767px) {
  .c-pagetop.is-fixed .c-pagetop__icon {
    bottom: 83px;
  }
}

body.not-fixed .c-pagetop .c-pagetop__icon {
  position: absolute !important;
}

@media screen and (min-width: 768px) {
  body.not-fixed .c-pagetop .c-pagetop__icon {
    right: calc(50% - 495px) !important;
  }
}

@media screen and (max-width: 1040px) {
  body.not-fixed .c-pagetop .c-pagetop__icon {
    right: 20px !important;
  }
}

@media screen and (max-width: 986px) {
  body.not-fixed .c-pagetop .c-pagetop__icon {
    bottom: 1012px !important;
  }
}

@media screen and (max-width: 968px) {
  body.not-fixed .c-pagetop .c-pagetop__icon {
    bottom: 1045px !important;
  }
}

.fixed-menu {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2);
}
.fixed-menu a:has(.web-btn) {
  margin-left: 15px;
}
.fixed-menu .call-btn {
  position: relative;
  top: -24px;
}
.fixed-menu .web-btn {
  position: relative;
  top: -26px;
}
.fixed-menu .c-pagetop {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
}

.fixed-menu_sp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content:space-evenly;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 0 0;
  box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2);
}
.fixed-menu_sp > a {
  width: 48%;
  margin: 0;
}

.c-header__contentTList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.c-header__contentTList .c-header__contentTItem {
  background-color: #ffffff;
  width: calc(100% / 2 - 34px);
  margin: 0 8px 15px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.c-header__contentTList .c-header__contentTItem:hover {
  opacity: 0.75;
}
.c-header__contentTList .c-header__contentTItem:active,
.c-header__contentTList .c-header__contentTItem:visited {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.c-header__contentTList .c-header__contentTItem .c-header__contentTItemInner {
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-header__contentTList
  .c-header__contentTItem
  .c-header__contentTItemInner
  > img {
  width: 100px;
}
.c-header__contentTList .c-header__title {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: clamp(0.875rem, 3.73vw, 1.25rem);
  letter-spacing: 1px;
  line-height: 1.2;
}
.c-header__contentTItem > a {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.not-fixed .c-pagetop .c-pagetop__icon {
    right: 15px !important;
    bottom: 83px !important;
  }
  .c-header__contentTList .c-header__contentTItem {
    width: 100%;
    margin-bottom: 3px;
  }
  .c-header__contentTList
    .c-header__contentTItem
    .c-header__contentTItemInner
    > img {
    width: 68px;
  }
}
@media screen and (max-width: 767px) {
  .eyskids-music-sp.top .c-header__contentTItemInner .c-btnLink {
    display: none;
  }
  .eyskids-music-sp.top .c-header__contentTList {
    border: 1px solid #d5d5d5;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .eyskids-music-sp.top
    .c-header__contentTList
    .c-header__contentTItem:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .eyskids-music-sp.top .c-header__contentTList .c-header__contentTItem {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 3px;
    margin-right: 0;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .eyskids-music-sp.top .c-header__contentTList .c-header__title {
    text-align: left;
    left: 30%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}
.c-btnLink {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #7799ff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.c-btnLink.c-btnLink--yellow {
  background-color: #F8C426;
}
.c-btnLink.c-btnLink--darkyellow {
  background-color: #bbdd66;
}
.c-btnLink.c-btnLink--green {
  background-color: #77d088;
}
.c-btnLink.c-btnLink--lightgreen {
  background-color: #7CD5BA;
}
.c-btnLink.c-btnLink--orange {
  background-color: #fdbb66;
}
.c-btnLink.c-btnLink--purple {
  background-color: #bb88ee;
}
.c-btnLink.c-btnLink--lightpurple {
  background-color: #EAB2F4;
}
.c-btnLink.c-btnLink--pink {
  background-color: #fc88cc;
}
.c-btnLink.c-btnLink--lightpink {
  background-color: #FC8EAE;
}
.c-btnLink.c-btnLink--lightblue {
  background-color: #95C5FE;
}
.c-btnLink.c-btnLink--red {
  background-color: #ff8888;
}
.c-btnLink.c-btnLink--cyan {
  background-color: #66ccff;
}
.c-btnLink.c-btnLink--yellowgreen {
  background-color: #A1D326;
}
.c-btnLink.c-btnLink--greenyellow {
  background-color: #79D167;
}
.c-btnLink.c-btnLink--green2 {
  background-color: #60CBAA;
}
.c-btnLink.c-btnLink--matcha {
  background-color: #60CBAA;
}
.c-btnLink.c-btnLink--gradient {
  background: rgb(142, 184, 234);
  background: -moz-linear-gradient(
    135deg,
    rgba(142, 184, 234, 1) 0%,
    rgba(148, 159, 240, 1) 35%,
    rgba(181, 145, 245, 1) 65%,
    rgba(201, 151, 244, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(142, 184, 234, 1) 0%,
    rgba(148, 159, 240, 1) 35%,
    rgba(181, 145, 245, 1) 65%,
    rgba(201, 151, 244, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(142, 184, 234, 1) 0%,
    rgba(148, 159, 240, 1) 35%,
    rgba(181, 145, 245, 1) 65%,
    rgba(201, 151, 244, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8eb8ea",endColorstr="#c997f4",GradientType=1);
}
.c-btnLink::after {
  content: "";
  position: inherit;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
}
.c-btnLink__plus::before,
.c-btnLink__plus::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.c-btnLink__plus::before {
  width: 15px;
  height: 1px;
  left: calc(50% - 3px);
  top: 50%;
}
.c-btnLink__plus::after {
  width: 1px;
  height: 16px;
  left: 50%;
  top: 50%;
}
.c-kv {
  text-align: center;
}
.c-kv.lazyloaded {
  background: #f8faf9
    url("/art-college/music/assets/img/pages/pc_top/bg_kv.png") no-repeat;
  background-size: 1364px 809px;
  background-position: center top;
}
.c-kv img {
  width: 100%;
  min-width: 1000px;
  max-width: 1280px;
  margin: 0 auto 37px auto;
}
/* ======================================================== */
.slick-slide {
  margin: 0px 12px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-current,
.slick-active {
  opacity: 1;
}
/* ====================================================================== */
.c-common__slider-item img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
}
.c-common__slider-item-title {
  margin-top: 12px;
  margin-bottom: 20px;
  display: inline-block;
  min-width: 113px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  background: rgb(239, 173, 239);
  background: -moz-linear-gradient(
    90deg,
    rgba(239, 173, 239, 1) 0%,
    rgba(240, 142, 240, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(239, 173, 239, 1) 0%,
    rgba(240, 142, 240, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(239, 173, 239, 1) 0%,
    rgba(240, 142, 240, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efadef",endColorstr="#f08ef0",GradientType=1);
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.c-feature-price,
.c-feature-curriculum,
.c-feature-instructors,
.c-feature-warranty,
.c-feature-it {
  max-width: 1280px;
  min-width: 1000px;
  margin: 0 auto;
}
.c-feature-present {
  margin: 0 auto;
}
.c-feature-common__header-image {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas:
    "c-feature-common__header-image-num"
    "c-feature-common__header-image-title";
}
.c-feature-common__header-image-num {
  grid-area: c-feature-common__header-image-num;
  margin: 0 auto;
  height: 114px;
}
.c-feature-common__header-image-num-wrapper {
  position: relative;
  display: inline-block;
}
.c-feature-common__header-image-num-wrapper::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Square721 Cn BT", Arial, Helvetica, sans-serif;
  font-size: 70px;
  line-height: 1;
  color: #ffffff;
}
.c-feature-common__header-image-title {
  grid-area: c-feature-common__header-image-title;
  margin: 45px auto 0;
  height: 30px;
}
.c-feature-common__header-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 3.6px;
  margin-top: 30px;
}
.c-feature-common__header-desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-top: 30px;
  font-weight: 600;
}

.c-feature-common__header-desc.smaller-font {
  font-size: 18px;
}
.c-feature-common__view-more {
  width: 300px;
  margin: 30px auto 0;
}
.c-feature-common__view-more_2 {
  width: 300px;
  margin: 0 50px;
}
.c-feature-common__view-more--short {
  width: 250px;
  margin: 0 auto;
  margin-top: -30px;

}
.c-feature-common__view-more--short.smaller-width {
  width: 220px;
}
.c-feature-common__view-more--wide {
  width: 350px;
  margin: 0 auto;
}
.c-feature-common__view-more--margin0 {
  width: 300px;
  margin: 0 auto;
}
.c-header__otherlist {
  margin-top: 18px;
}
.c-header__otherlist-item:first-child {
  border-top: 1px dashed #adadad;
}
.c-header__otherlist-item {
  text-align: center;
  line-height: 1.07;
  font-size: clamp(14px, 3.73vw, 20px);
  border-bottom: 1px dashed #adadad;
  padding: 3px 0;
}
.c-header__otherlist-item a {
  padding: 10px 0 5px;
  display: block;
}
.c-header__otherlist-item a:hover,
.c-header__otherlist-item a:visited {
  background-color: #dde4f9;
}
.c-header__trialbtn {
  margin: 10px auto 30px;
  max-width: 260px;
}
.c-header__trialbtn .c-btn-arrow__text {
  min-width: 160px;
}
.u-box,
.u-box > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .eyskids-music-sp.top .c-header__otherlist {
    border: 1px solid #d5d5d5;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .eyskids-music-sp.top .c-header__otherlist-item {
    width: 50%;
    background-color: #ffffff;
    border-bottom: 1px solid #d5d5d5;
  }
  .c-header__otherlist .c-header__otherlist-item:nth-child(odd) {
    border-right: 1px solid #d5d5d5;
  }
  .c-header__otherlist .c-header__otherlist-item:nth-child(1),
  .c-header__otherlist .c-header__otherlist-item:nth-child(2) {
    border-top: none;
  }
  .c-header__otherlist .c-header__otherlist-item:last-child {
    border-bottom: none;
  }
}
.c-insturment-tab__content-img-container {
  position: relative;
  margin: 0 auto;
}
.c-insturment-tab__content-electricGuitar {
  margin: 0 auto;
}
.c-insturment-tab__content-electricGuitar figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-insturment-tab__content-electricGuitar figcaption .electric__guitarNavigation {
  position: absolute;
  left: 80px;
  bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.electric__guitarNavigation li:first-child {
  width: 55px;
}
.electric__guitarNavigation li:not(:first-of-type) {
  margin-left: 20px;
}
.electric__guitarNavigation li {
  display: flex;
  position: relative;
}
.electric__guitarNavigation li:first-child.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: #FFC6C1;
  transform: translateY(calc(100% + 10px));
}
.electric__guitarNavigation li:first-child.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: #FFC6C1;
  transform: translateY(calc(100% + 10px));
}
.electric__guitarNavigation li:not(:first-of-type).is-active {
  -webkit-box-shadow: 0px 0px 0px 4px #FFC6C1;
  box-shadow: 0px 0px 0px 4px #FFC6C1;
}
.c-insturment-tab__content {
  position: relative;
}
.c-insturment-tab__content .slick-arrow {
  border-top: 1px solid #000;
}
.c-insturment-tab__content .slick-arrow::before {
  content: none;
}
.c-insturment-tab__content .slick-prev {
  left: 0;
  border-left: 1px solid #000;
  transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
}
.c-insturment-tab__content .slick-next {
  right: 0;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 499px) {
  .c-insturment-tab__content-electricGuitar figcaption .electric__guitarNavigation {
    left: 25px;
    bottom: 25%;
  }
  .electric__guitarNavigation li:not(:first-of-type) {
    margin-left: 15px;
  }
  @media (orientation: landscape){
    .c-insturment-tab__content-electricBase {
      position: relative; 
      bottom: 63vw; 
      left: 90px;
      > a {
        transform: scale(2);
      }
    }
  }
  
  @media (orientation: portrait){
    .c-insturment-tab__content-electricBase {
      position: relative; 
      bottom: 65vw; 
      left: 25px;
    }
  }
}
#eys-form-main {
  margin-top: -200px;
  padding-top: 200px;
}
/* COMMON BREADCRUMB TONMANA STYLE */
.p-breadcrumb__tonmana {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.86);
    border-radius: 12px;
    top: 80px;
    left: calc(50% - 400px);
    z-index: 12;
}
.no_menu_pc {
  position: relative;
  top: -55px;
}
.p-breadcrumb__tonmanaList {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27.5px;
    padding: 0 6px;
}
.p-breadcrumb__tonmanaListItem {
    font-size: 10px;
    color: #222222;
    position: inherit;
}
.p-breadcrumb__tonmanaListItem a {
    color: #222222;
    cursor: pointer;
}
.p-breadcrumb__tonmanaListItem:not(:first-of-type) {
    padding-left: 5px;
}
.p-breadcrumb__tonmanaListItem:not(:first-of-type)::before {
    content: ">";
    padding-right: 5px;
}
@media screen and (max-width: 767px) {
    .p-breadcrumb__tonmana {
        top: 15px;
        left: 1px;
    }
    .no_menu {
      position: relative;
      top: 5px;
      right: 70px;
    }
    .p-breadcrumb__tonmanaList {
    }
    .p-breadcrumb__tonmanaListItem {
        letter-spacing: 1px;
        line-height: 1;
    }
    .p-breadcrumb__tonmanaListItem:not(:first-of-type) {
        padding-left: 2px;
    }
    .p-breadcrumb__tonmanaListItem:not(:first-of-type)::before {
        padding-right: 2px;
    }
    @media (orientation: landscape){
      .c-insturment-tab__content-electricBase {
        position: relative; 
        bottom: 63vw; 
        left: 90px;
        > a {
          transform: scale(2);
        }
      }
    }
    
    @media (orientation: portrait){
      .c-insturment-tab__content-electricBase {
        position: relative; 
        bottom: 65vw; 
        left: 25px;
      }
    }
}

/* END COMMON BREADCRUMB TONMANA STYLE */



.common-btn .dr-text-container svg {
  font-weight: 600;
}
.common-btn .dr-text-container-common {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.common-btn .dark-text-img2 {
  width: 296px !important;
}
.common-btn .free-trial-button-common {
  position: relative;
  width: 301px;
  height: 60px;
  margin: 8px auto 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #ffffff;
  background-image: linear-gradient(to right, #8eb8ea 5%, #949ff0 36%, #b591f5 71%, #c997f4 98%);
  cursor: pointer;
}
.common-btn .free-trial-button-common > a {
  display : block;
}
.common-btn .free-trial-button-common p {
  font-family: "HiraginoSans-W6", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 58px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-left: -42px;
}
.common-btn .free-trial-button-common span::after {
  content: "";
  background: url(/art-college/music/assets/img/pages/tonmana/pc/course/2.svg) no-repeat;
  position: absolute;
  width: 48px;
  height: 30px;
  text-indent: -9999px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  left: 50%;
  margin-top: -42px;
  margin-left: 97px;
}
.common-btn .free-trial-button-common:hover {
  background: rgb(253,165,175);
  background: -moz-linear-gradient(90deg, rgba(253,165,175,1) 0%, rgba(252,117,185,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(253,165,175,1) 0%, rgba(252,117,185,1) 100%);
  background: linear-gradient(90deg, rgba(253,165,175,1) 0%, rgba(252,117,185,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fda5af",endColorstr="#fc75b9",GradientType=1);
}
.no_menu_wrap {
  position: relative;
  bottom: 50px;
}

