@charset "UTF-8";
/* ==========================================================================
   Global styles: [ z-index: 9000 ]
   ========================================================================== */
/* apply base */
.p-gh__wrapper,
.l-footer {
  width: 100%;
  font-size: 16px !important;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", Meiryo, "メイリオ", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.p-gh__wrapper *,
.p-gh__wrapper ::before,
.p-gh__wrapper ::after,
.l-footer *,
.l-footer ::before,
.l-footer ::after {
  box-sizing: border-box;
}
.p-gh__wrapper *,
.l-footer * {
  font-size: 1em;
  line-height: 1.5;
}
.p-gh__wrapper h1,
.p-gh__wrapper h2,
.p-gh__wrapper h3,
.p-gh__wrapper h4,
.p-gh__wrapper h5,
.p-gh__wrapper h6,
.p-gh__wrapper p,
.p-gh__wrapper dl,
.p-gh__wrapper dt,
.p-gh__wrapper dd,
.l-footer h1,
.l-footer h2,
.l-footer h3,
.l-footer h4,
.l-footer h5,
.l-footer h6,
.l-footer p,
.l-footer dl,
.l-footer dt,
.l-footer dd {
  margin: 0;
  padding: 0;
}
.p-gh__wrapper ul,
.p-gh__wrapper ol,
.p-gh__wrapper li,
.l-footer ul,
.l-footer ol,
.l-footer li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-gh__wrapper img,
.l-footer img {
  vertical-align: middle;
}
.p-gh__wrapper a,
.l-footer a {
  display: inline-block;
  color: #222;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
  .u-pc-inline {
    display: inline !important;
  }
  .u-sp, .u-sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc, .u-pc-inline {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp-inline {
    display: inline !important;
  }
}
.u-dance {
  display: none !important;
}

body.eyskids-dance .u-dance {
  display: block !important;
}

.p-gh {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  background-color: #fff;
}
.p-gh .l-gh__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .p-gh .l-gh__nav {
    max-width: 1280px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-gh .l-gh__nav {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-gh .l-gh__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    padding: 0 10px;
  }
}
.p-gh .l-gh__nav .l-gh__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__logo {
    margin-right: 2.34375vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gh .l-gh__nav .l-gh__logo {
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-gh .l-gh__nav .l-gh__logo > a {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-gh .l-gh__nav .l-gh__logo > a > img {
    height: 55px;
  }
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__logo > a > img {
    width: 12.6796875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gh .l-gh__nav .l-gh__logo > a > img {
    width: auto;
    max-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-gh .l-gh__nav .l-gh__eysKids {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-gh .l-gh__nav .l-gh__eysKids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 153px;
    height: 34px;
    padding: 0 9px;
    border: 1px solid #eee;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #fff;
    color: #222;
    font-size: 10px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p-gh .l-gh__nav .l-gh__eysKids.is-active {
    background-color: #eee;
  }
  .p-gh .l-gh__nav .l-gh__eysKids > img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 6px 0 0;
  }
  .p-gh .l-gh__nav .l-gh__eysKids > span {
    display: inline-block;
    padding-top: 1px;
  }
  .p-gh .l-gh__nav .l-gh__eysKids::after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    right: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.p-gh .l-gh__nav .l-gh__list {
  position: relative;
  z-index: 8999;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .p-gh .l-gh__nav .l-gh__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-gh .l-gh__nav .l-gh__list {
    display: none;
  }
}
.p-gh .l-gh__nav .l-gh__list::before {
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  margin-right: 9px;
  background-color: #ddd;
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 21px;
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__list .l-gh__item {
    margin: 0 1.640625vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gh .l-gh__nav .l-gh__list .l-gh__item {
    height: 80px;
  }
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item.is-active::after {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  z-index: 8998;
  content: "";
  width: 60px;
  height: 30px;
  margin: 0 auto;
  background: url("/assets/img/global_header/arrow-active.svg") no-repeat center bottom;
  opacity: 100;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item.is-hover::after {
  bottom: 0;
  opacity: 0;
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item > a {
  padding: 10px;
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__list .l-gh__item > a {
    padding: 0.78125vw;
  }
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item > a > img {
  width: 127px;
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__list .l-gh__item > a > img {
    width: 9.921875vw;
  }
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item:nth-child(2) > a > img {
  width: 142px;
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__list .l-gh__item:nth-child(2) > a > img {
    width: 11.09375vw;
  }
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item.is-cs {
  margin: 0 31px;
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__list .l-gh__item.is-cs {
    margin: 0 1.4219vw;
  }
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item.is-cs > span {
  display: block;
  width: 160px;
  height: 40px;
  padding-top: 11px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #eee;
  color: #aaa;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__list .l-gh__item.is-cs > span {
    width: 12.5vw;
    height: 2.985vw;
    padding-top: 0.8594vw;
    font-size: 1.01555vw;
  }
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item.is-cs > span > em {
  display: block;
  color: #d14f97;
  margin: 0 0 0 2px;
  font-size: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .p-gh .l-gh__nav .l-gh__list .l-gh__item.is-cs > span > em {
    font-size: 0.78125vw;
  }
}
.p-gh .l-gh__nav .l-gh__list .l-gh__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-gh {
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.16));
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.16));
  }
}

@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC,
  .l-gsh__stelamPC {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    z-index: 8999;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-gsh__eysKidsPC.-second,
  .l-gsh__stelamPC.-second {
    left: 0;
    width: 768px;
  }
  .l-gsh__eysKidsPC.-second .l-gsh__eysKidsNav--snd,
  .l-gsh__stelamPC.-second .l-gsh__eysKidsNav--snd {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .l-gsh__eysKidsPC,
  .l-gsh__stelamPC {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC.is-active,
  .l-gsh__stelamPC.is-active {
    top: 80px;
    opacity: 100;
  }
  .l-gsh__eysKidsPC::before,
  .l-gsh__stelamPC::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 16.6%;
    content: "";
    width: 60px;
    height: 30px;
    background: url("/assets/img/global_header/arrow-active.svg") no-repeat center top;
    z-index: -1;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-gsh__eysKidsPC::before,
  .l-gsh__stelamPC::before {
    left: 24%;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC.-second::before,
  .l-gsh__stelamPC.-second::before {
    left: 37%;
    margin-left: -55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-gsh__eysKidsPC.-second::before,
  .l-gsh__stelamPC.-second::before {
    left: 40%;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav,
  .l-gsh__stelamPC .l-gsh__eysKidsNav {
    width: 888px;
    height: 100px;
    margin: 0 auto;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav,
  .l-gsh__stelamPC .l-gsh__eysKidsNav {
    width: 63.729022vw;
    height: 7.6982294vw;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList {
    width: 100%;
    height: 100px;
    display: flex;
    border-radius: 50px;
    background-color: #fff;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0 30px 10px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem {
    margin: 0;
    flex: 1 0 auto;
    height: 75px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    justify-content: space-around;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a {
    padding: 0.78125vw;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsLogo > span,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsLogo > span {
    display: block;
    width: 160px;
    height: 40px;
    margin-top: 4px;
    padding-top: 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #eee;
    color: #aaa;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsLogo > span,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsLogo > span {
    width: 12.5vw;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsText,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsText {
    margin-top: 8px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsText > dt,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsText > dt {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.333333;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsText > dt,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsText > dt {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsText > dd,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a .l-gsh__eysKidsText > dd {
    margin-top: 4px;
    color: #666;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(1) > a .l-gsh__eysKidsLogo > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(1) > a .l-gsh__eysKidsLogo > img {
    width: 178.4px;
    height: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(1) > a .l-gsh__eysKidsLogo > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(1) > a .l-gsh__eysKidsLogo > img {
    width: 178.4px;
    height: 42px;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(2) > a .l-gsh__eysKidsLogo,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(2) > a .l-gsh__eysKidsLogo {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(2) > a .l-gsh__eysKidsLogo,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(2) > a .l-gsh__eysKidsLogo {
    margin-top: 0.5vw;
    margin-bottom: 0.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(2) > a .l-gsh__eysKidsLogo > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(2) > a .l-gsh__eysKidsLogo > img {
    width: 168.4px;
    height: auto;
    margin-top: -10px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(3) > a .l-gsh__eysKidsLogo,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(3) > a .l-gsh__eysKidsLogo {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(3) > a .l-gsh__eysKidsLogo,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(3) > a .l-gsh__eysKidsLogo {
    margin-top: 0.15vw;
    margin-bottom: 0.15vw;
  }
}
@media screen and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(3) > a .l-gsh__eysKidsLogo > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(3) > a .l-gsh__eysKidsLogo > img {
    width: 134px;
    height: 46px;
    margin-top: -10px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(3), .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(4),
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(3),
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(4) {
    border-left: 1px dashed #d0d0d0;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:last-of-type,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:last-of-type {
    border-left: 1px dashed #d0d0d0;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:last-of-type > a > div > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:last-of-type > a > div > img {
    width: 120px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(2),
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:nth-child(2) {
    border-left: 1px solid #d0d0d0;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(1) > a > div > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(1) > a > div > img {
    width: 164px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(2) > a > div > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(2) > a > div > img {
    width: 124px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(3) > a > div > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(3) > a > div > img {
    width: 185.2px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(4) > a > div > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(4) > a > div > img {
    width: 154.3px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(5) > a > div > img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList.art-college .l-gsh__eysKidsItem:nth-child(5) > a > div > img {
    width: 124px;
  }
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .l-gsh__eysKidsList--second,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .l-gsh__eysKidsList--second {
    width: 768px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav .ballet-sm-eys-img,
  .l-gsh__stelamPC .l-gsh__eysKidsNav .ballet-sm-eys-img {
    width: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav.art-college {
    width: 95vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-gsh__eysKidsPC .l-gsh__eysKidsNav.art-college {
    width: 1000px;
  }
}

@media screen and (min-width: 768px) {
  .l-gsh__eysKidsSP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-gsh__eysKidsSP {
    display: none; /* prevent application buttons from block */
    position: absolute;
    top: -800px;
    left: 0;
    right: 0;
    z-index: 8999;
    width: 100%;
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-gsh__eysKidsSP.is-active {
    top: 60px;
  }
  .l-gsh__eysKidsSP.is-display {
    display: block;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper {
    position: relative;
    padding-bottom: 120px;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsSPbg {
    display: block;
    content: "";
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 8991;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav {
    position: relative;
    z-index: 8995;
    width: 100%;
    background-color: #f0f0f0;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList {
    padding: 19px 9px 31px 9px;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem {
    margin: 18px 0 0 0;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem:first-child {
    margin-top: 0;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem > a,
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .is-cs-wrapeer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 82px;
    padding: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    -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);
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsLogo {
    position: relative;
    width: 50%;
    height: 50px;
    border-right: 1px solid #ddd;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsLogo > img {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 160px;
    width: 126.77px;
    max-height: 40px;
    margin: auto 0;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsText {
    width: calc(50% - 11px);
    margin: 2px 0 0 11px;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsText > dt {
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.333333;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsText > dd {
    margin-top: 4px;
    color: #666;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsSubList {
    padding: 8px 15px 0 15px;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsSubList .l-gsh__eysKidsSubItem {
    margin: 8px 0 0 0;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsSubList .l-gsh__eysKidsSubItem:first-child {
    margin-top: 0;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsSubList .l-gsh__eysKidsSubItem > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    -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);
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsSubList .l-gsh__eysKidsSubItem .l-gsh__eysKidsLogo {
    height: 30px;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsSubList .l-gsh__eysKidsSubItem .l-gsh__eysKidsLogo > img {
    max-width: 130px;
    width: auto;
    max-height: 30px;
    height: auto;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsSubList .l-gsh__eysKidsSubItem .l-gsh__eysKidsLogo > span {
    display: block;
    width: 120px;
    height: 30px;
    padding-top: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #eee;
    color: #aaa;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem .l-gsh__eysKidsSubList:nth-child(3) > a .l-gsh__eysKidsLogo > img {
    margin-top: 4px;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem.is-cs .l-gsh__eysKidsLogo > span {
    display: block;
    width: 160px;
    height: 40px;
    margin: 8px 0 0 -9px;
    padding-top: 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #eee;
    color: #aaa;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsNavWrapper .l-gsh__eysKidsNav .l-gsh__eysKidsList .l-gsh__eysKidsItem.is-cs .l-gsh__eysKidsLogo > span > em {
    display: block;
    color: #d14f97;
    margin: 3px 0 0 2px;
    font-size: 10px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.2em;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsClose {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsClose::before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 8996;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-gsh__eysKidsSP .l-gsh__eysKidsClose::after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 8996;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

body.is-gh {
  overflow: hidden;
  position: static;
}
body.is-gh .l-gsh__eysKidsSP {
  height: 100vh;
}

.l-gsh__bg {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8990;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-gsh__bg.is-active {
  display: block;
  opacity: 100;
}

/* Utility */
@media screen and (min-width: 768px) {
  .u-opacity {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .u-opacity:hover {
    opacity: 0.7;
  }
}

/* ==========================================================================
   Global Footer
   ========================================================================== */
@media screen and (min-width: 768px) {
  .c-footer__intro {
    padding: 82px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__intro {
    padding: 1px 0 65px 0;
  }
}
.c-footer__intro .c-footer__logo {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-footer__intro .c-footer__logo {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__intro .c-footer__logo img {
    width: 443.5px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__intro .c-footer__logo img {
    width: 284px;
  }
}

.c-footer__social {
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .c-footer__social {
    padding: 32px 0 29px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__social {
    padding: 22px 0 18px 0;
  }
}
.c-footer__social .c-footer__socialNav {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-footer__social .c-footer__socialNav {
    max-width: 1000px;
  }
}
.c-footer__social .c-footer__socialNav .c-footer__socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList {
    margin-right: 2px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem {
    margin: 0 24px;
  }
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem:first-child {
    margin-right: 23px;
  }
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem:nth-child(2) {
    margin-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem {
    margin: 0 5.5px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a:hover {
    opacity: 0.7;
  }
}
.c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a img {
  -moz-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a img {
    width: 96px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a img {
    width: 57px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem:first-child > a img.u-sp {
    width: 54px;
  }
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem:nth-child(2) > a img.u-sp {
    width: 56px;
  }
}

.c-footer__local {
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  .c-footer__local {
    padding: 23px 20px 65px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__local {
    padding: 25px 0 49px 0;
  }
}
.c-footer__local .c-footer__localNav {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-footer__local .c-footer__localNav {
    max-width: 970px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH {
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH {
    margin: 25px 0 0 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH {
    margin: 20px 0 0 40px;
    font-size: 14px;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a {
  position: relative;
  padding-left: 20px;
  text-indent: -20px;
  color: #777;
}
@media screen and (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a:hover {
    opacity: 0.7;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -18px;
  width: 3px;
  height: 12px;
  background-color: #777;
  border-radius: 100px;
  transform: rotate(-45deg);
}
.c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 3px;
  height: 12px;
  background-color: #777;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL {
    margin: 15px 0 0 0;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL {
    margin: 14px 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL {
    margin: 10px 0 0 18px;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a {
  position: relative;
  padding-left: 15px;
  text-indent: -15px;
  color: #777;
}
@media screen and (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a:hover {
    opacity: 0.7;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -12px;
  width: 2px;
  height: 9px;
  background-color: #777;
  border-radius: 100px;
  transform: rotate(-45deg);
}
.c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 2px;
  height: 9px;
  background-color: #777;
  border-radius: 100px;
  transform: rotate(45deg);
}

.c-footer__projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 40px;
}
@media screen and (max-width: 959px) {
  .c-footer__projects {
    width: 100%;
    padding: 10px 20px 40px;
  }
}
.c-footer__projects-item {
  width: 320px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-footer__projects-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-footer__projects-item img {
  width: 100%;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 959px) {
  .c-footer__projects-item img {
    max-width: 335px;
  }
}

.c-footer__dance {
  display: none;
}

.c-footer__2nd {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .c-footer__2nd {
    padding: 100px 20px 27px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__2nd {
    padding: 41px 0 100px 0;
  }
}
.c-footer__2nd .c-footer__2ndLogo {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-footer__2nd .c-footer__2ndLogo {
    width: 284.88px;
    min-height: 58.27px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__2nd .c-footer__2ndLogo {
    width: 200px;
    min-height: 41.19px;
  }
}
.c-footer__2nd .c-footer__2ndLogo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 970px;
    margin: 77px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__2nd .c-footer__2ndNav {
    margin-top: 29px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndListWrapper > .c-footer__2ndList + .c-footer__2ndList {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
  }
}
.c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem {
  margin: 14px 0 0 20px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem {
    width: calc(47.5% - 40px);
    margin: 14px 20px 0 20px;
  }
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem:nth-child(2n) {
    width: calc(52.5% - 40px);
  }
}
.c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem a {
  padding-left: 12px;
  color: #777;
  text-indent: -12px;
}
@media screen and (min-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem a:hover {
    opacity: 0.7;
  }
}
.c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem a::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #777;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
@media screen and (min-width: 768px) {
  .c-footer__2nd .c-footer__copyright {
    margin-top: 114px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__2nd .c-footer__copyright {
    margin-top: 31px;
  }
}
.c-footer__2nd .c-footer__copyright p {
  font-weight: 300;
  text-align: center;
}
.c-footer__2nd .c-footer__copyright p small {
  color: #777;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-footer__2nd .c-footer__copyright p small {
    font-size: 9.5px;
  }
  .c-footer__2nd .c-footer__copyright p small > span {
    display: inline-block;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
}
@media screen and (max-width: 767px) {
  .c-footer__2nd .c-footer__copyright p small {
    font-size: 12px;
  }
  .c-footer__2nd .c-footer__copyright p small > span {
    display: inline-block;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

.c-pagetop {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-conversion {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-conversion {
    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;
    position: fixed;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    height: 70px;
    padding: 7px 14px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .c-conversion .c-footer__tel {
    width: 49.5%;
  }
  .c-conversion .c-footer__tel p {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .c-conversion .c-footer__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: 96%;
    height: 39px;
    padding: 1px 0 0 0;
    background-color: #2ad;
    border-radius: 100px;
    color: #fff;
  }
  .c-conversion .c-footer__tel p a > img {
    width: 116.58px;
  }
  .c-conversion .c-footer__trial {
    width: 50.5%;
  }
  .c-conversion .c-footer__trial p {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }
  html.mac .c-conversion .c-footer__trial p {
    font-weight: 300;
  }
  .c-conversion .c-footer__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;
    position: relative;
    width: 96%;
    height: 39px;
    padding: 2px 0 0 0;
    background-color: #e96;
    border-radius: 100px;
    color: #fff;
  }
  .c-conversion .c-footer__trial p a::before {
    content: "";
    display: block;
    position: absolute;
    top: 41px;
    right: 19px;
    width: 15px;
    height: 5px;
    background-color: #fff;
    border-radius: 100px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-conversion .c-footer__trial p a::before {
    top: 17px;
    right: 8px;
    width: 5px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-conversion .c-footer__trial p a::after {
    content: "";
    display: block;
    position: absolute;
    top: 49px;
    right: 19px;
    width: 15px;
    height: 5px;
    background-color: #fff;
    border-radius: 100px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-conversion .c-footer__trial p a::after {
    top: 20px;
    right: 8px;
    width: 5px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-conversion .c-footer__trial p a > img {
    width: 120.71px;
  }
}

/* ==========================================================================
   Eys-kids Top
   ========================================================================== */
.l-ghTop__eysKids {
  display: none;
}

@media screen and (max-width: 767px) {
  body.eyskids-top .p-gh .l-gh__nav .l-gh__eysKids {
    display: none;
  }
  body.eyskids-top .p-gh .l-gh__nav .l-ghTop__eysKids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 153px;
    height: 34px;
    padding: 0 9px;
    border: 1px solid #eee;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #fff;
    color: #222;
    font-size: 10px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  body.eyskids-top .p-gh .l-gh__nav .l-ghTop__eysKids.is-active {
    background-color: #eee;
  }
  body.eyskids-top .p-gh .l-gh__nav .l-ghTop__eysKids > img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 6px 0 0;
  }
  body.eyskids-top .p-gh .l-gh__nav .l-ghTop__eysKids > span {
    display: inline-block;
    padding-top: 1px;
  }
  body.eyskids-top .p-gh .l-gh__nav .l-ghTop__eysKids::after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    right: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media screen and (min-width: 768px) {
  body.eyskids-top .c-footer__intro,
  body.eyskids-top .c-footer__social,
  body.eyskids-top .c-conversion {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.eyskids-top .c-footer__2nd {
    padding-bottom: 40px;
  }
}

.p-ghTop {
  display: none;
}

@media screen and (max-width: 767px) {
  body.eyskids-top .p-ghTop {
    display: block;
    border-top: 1px solid #eee;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 22px auto;
    width: 100%;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item {
    position: relative;
    width: calc(33.3333333333% - 14px);
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item:nth-child(1), body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item:nth-child(2) {
    margin: 7px 0 8px 0;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item:nth-child(1) {
    width: calc(50% - 23px);
    margin-left: 24px;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item:nth-child(1) > a > img {
    width: 131.4px;
    height: 42px;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item:nth-child(2) {
    width: calc(50% - 20px);
    margin-right: 18px;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item:nth-child(2) > a > img {
    width: 147.87px;
    height: 42px;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item > a {
    padding: 5px 10px;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item.is-cs {
    margin: 0 6px;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item.is-cs > span {
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #eee;
    color: #aaa;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item.is-cs > span > em {
    display: block;
    color: #d14f97;
    margin: 2px 0 0 2px;
    font-size: 10px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.2em;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item:nth-child(3) {
    margin-left: 9px;
  }
  body.eyskids-top .p-ghTop .l-ghTop__nav .l-ghTop__list .l-ghTop__item:nth-child(5) {
    margin-right: 9px;
  }
}

/* ==========================================================================
   Art College Top
   ========================================================================== */
body.artCollege-top {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.artCollege-top {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top {
    padding-top: 60px;
  }
}
body.artCollege-top .p-gh,
body.artCollege-top .l-gsh__eysKidsPC,
body.artCollege-top .l-gsh__eysKidsSP,
body.artCollege-top .l-gsh__bg {
  position: fixed;
}

/* ==========================================================================
   Music
   ========================================================================== */
body.kids-music .p-gh {
  border-bottom: 1px solid #ddd;
}
body.kids-music header.header {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.kids-music header.header {
    top: 81px;
  }
}
@media screen and (max-width: 767px) {
  body.kids-music header.header {
    top: 61px;
  }
}
body.kids-music.is-fixed header.header {
  position: fixed;
  top: 0;
}
.inspiartz-school-banner-container{
  width: 100%;
  text-align: center;
}
.inspiartz-school-banner{
  padding-top: 20px;
}
/* ==========================================================================
   Dance
   ========================================================================== */
.kids-banner-center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  > a {
    > img {
      width: 75%;
    }
  }
}
/* ==========================================================================
   Ballet
   ========================================================================== */
body.ballet.is-PC {
  max-width: 100%;
}
body.ballet.is-PC.is-fixed .c-ballet__menu {
  position: fixed;
  top: 0;
}
body.ballet header.bal-l-hdr > .bal-l-hdr__cntnr {
  position: absolute;
}
body.ballet header.bal-l-hdr.is-menu-open > .bal-l-hdr__cntnr {
  position: fixed;
}
body.ballet.is-fixed header.bal-l-hdr > .bal-l-hdr__cntnr {
  position: fixed;
}
body.ballet.is-menu-open .p-gh__wrapper {
  display: none;
}

/* ==========================================================================
   Ste-lam
   ========================================================================== */
.l-gh__eysKidsStelam {
  display: none;
}

body.stelam .p-gh__wrapper a:hover {
  filter: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  body.stelam.eyskids-stelam .p-gh .l-gh__nav .l-ghTop__eysKids,
  body.stelam.eyskids-stelam .p-gh .l-gh__nav .l-gh__eysKids {
    display: none;
  }
  body.stelam.eyskids-stelam .p-gh .l-gh__nav .l-gh__eysKidsStelam {
    display: block;
  }
  body.stelam.eyskids-stelam .p-gh .l-gh__nav .l-gh__eysKidsStelam > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 153px;
    height: 34px;
    padding: 0 9px;
    border: 1px solid #eee;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #fff;
    color: #222;
    font-size: 10px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  body.stelam.eyskids-stelam .p-gh .l-gh__nav .l-gh__eysKidsStelam > a.is-active {
    background-color: #eee;
  }
  body.stelam.eyskids-stelam .p-gh .l-gh__nav .l-gh__eysKidsStelam > a > img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 6px 0 0;
  }
  body.stelam.eyskids-stelam .p-gh .l-gh__nav .l-gh__eysKidsStelam > a > span {
    display: inline-block;
    padding-top: 1px;
  }
  body.stelam.eyskids-stelam .p-gh .l-gh__nav .l-gh__eysKidsStelam > a::after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    right: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

/*# sourceMappingURL=global.css.map */
