@font-face {
    font-family: Termina;
    src: url(../font/Termina.otf);
}
@font-face {
    font-family: Hirakaku;
    src: url(../font/Hirakaku.OTF);
}

body {
  background-color: #eeeeef;
}

.eys_top {
    padding-top: 65px;
    font-family: "Hirakaku", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.eys_header {
  border-bottom: 1px solid #dcdddd;
}

.eys_header .eys_header_logo img {
  height: auto !important;
  width: 58% !important;
}

.eys_header_hamburger_bg {
  /* background-color: #2C2929; */
}

/* adjust */
.eys_header_menu_ttl {
  background-color: #000;
  height: auto !important;
}

/* adjust */
.eys_campaign {
  padding-top: 73px !important;
}

/* adjust */
.eys_campaign_sec01 .slick-dots {
  margin: -50px 0 !important;
}

.eys_header_logo {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.eys_header_logo > img {
  display: block;
  margin: 0 auto;
}

.eys_header_btn {
  position: absolute;
  right: 0;
  width: 31px;
  padding: 0;
}

.eys_top_btn {
  background-color: #333;
  padding: 1rem 0;
}

.eys_header_btn img {
  width: 20px !important;
  height: 13px;
}

.eys_top_btn > .eys_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 20px);
  margin: 0.5rem auto;
}
.eys_top_btn > .eys_container > a {
  width: 48%;
  margin: 0;
}


/* eys_top_menu
--------------------------------------------------*/
section.eys_top_menu {
    border: 0;
    font-size: 0.8rem;
}
section.eys_top_menu > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
section.eys_top_menu > ul:not(:first-child) {
  border-top: 1px solid #dcdddd;
}
section.eys_top_menu > ul:not(:first-child) li {
  padding: 17px 0;
}
section.eys_top_menu > ul > li {
  width: calc(25% - 1px);
  padding: 20px 0 17px;
}
section.eys_top_menu > ul > li > a {
  display: block;
  width: 100%;
  text-align: center;
  border-right: solid 1px #d2d8d8;
  border-bottom: none;
  color: #222222;
  font-size: 16px;
  letter-spacing: -1px;
}
section.eys_top_menu > ul > li:last-child > a {
  border-right: none;
}



/* kv slide
--------------------------------------------------*/
.slide-dots-bar {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.slide-dots-bar li {
  display: inline-block;
  width: 9%;
  max-width: 40px;
  margin: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.slide-dots-bar li div {
  border-bottom: solid 2px #999;
}

.slide-dots-bar li.slick-active div {
  border-bottom: solid 2px #FFF;
}



/* service
--------------------------------------------------*/
.eys_sub_title {
  font-size: 15px;
  letter-spacing: 0.1rem;
  margin: 16px auto;
  text-align: center;
  opacity: 0.8;
  font-weight: normal;
  line-height: 2;
  font-family: "Hirakaku", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.eys_sub_title_white {
  color: white;
}
.eys_services {
  font-family: "M PLUS Rounded 1c";
  margin-bottom: 2rem;
}

.eys_services_header {
  padding: 2.5rem 0 1.2rem;
}

.eys_services_header > h2 {
  width: 70%;
  margin: 0 auto;
}
.eys_services_header > h2 img {
  width: 100%;
}

.eys_service {
  margin-bottom: 2rem;
}
.service_image_box {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.service_image_box > img {
  display: block;
  width: 100%;
  position: relative;
}
.service_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 9;
  width: 90%;
  padding: 0 0 0 0;
  background-color: #888;
}
.service_content_left {
  margin: -4.8% 10% 0 0;
}
.service_content_right {
  margin: -4.8% 0 0 10%;
}

.service_content > p {
  color: #FFF;
  padding: 2.64rem 1.2rem 2.5% 1.4rem;
  line-height: 1.6em;
  font-family: sans-serif;
}
.service_content > .service_content_arrow {
  position: absolute;
  top: calc(50% + 10px);
  right: 0.5rem;
  transform: translateY(-50%);
  width: 10px;
}
.service_content > .service_content_arrow > img {
  width: 100%;
}


/* lesson course
--------------------------------------------------*/
.eys_title_box {
  padding: 75px 35px 0;
}
.eys_h1_title {
  text-align: center;
  font-family: "Termina", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 6px;
  color: #222222;
}
.eys_h3_title {
  width: 100%;
  margin: 1.5rem auto 1.8rem;
  text-align: center;
}

.eys_enjoy_content {
  width: 90%;
  margin: 0 auto;
}
.eys_enjoy_content .mlc_wallpaper {
  margin-top: 40px;
  background-color: #ffffff;
}
.eys_enjoy_content .mlc_wallpaper img {
  width: 100%;
}
.eys_enjoy_content p {
  font-size: 13.5px;
  color: #222222;
  padding: 25px 30px;
  line-height: 1.5;
  background-color: #ffffff;
}

.lesson_courses {
  width: 90%;
  margin: 0 auto;
}

.course_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.course_col {
  position: relative;
}
.course_col > a {
  display: block;
  position: relative;
  color: #FFF;
}

.inst_label_1 {
  position: absolute;
  top: 0.7rem;
  left: -0.7rem;
  height: 28px;
}

.inst_label_2 {
  position: absolute;
  top: 0.7rem;
  right: -0.7rem;
  height: 28px;
}


.course_col > a > img.instrument_image {
  width: 100%;
  box-sizing: border-box;
  border: solid 5px #FFF;
}

.course_col img.instrument_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
}

.course_col_1 {
  width: 47%;
}
.course_col_2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 47%;
}
.course_col_3 {
  width: 100%;
}
.course_col_3 img.instrument_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30%;
}

.course_col_3 img.instrument_image {
  background-color: #FFF;
}
.course_col_4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -2px;
  border-right: solid 5px #FFF;
  border-bottom: solid 5px #FFF;
  background-color: #FFF;
}
.course_col_4 > a {
  width: 25%;
}
.course_col_4 > a > img.instrument_image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-left: solid 5px #FFF;
}
div.lesson_courses > div:nth-child(2) > .course_col_3:nth-child(1) > a > img.instrument_image {
  border-bottom: solid 3.5px #FFF;
}
.course_col_4 > a:not(:nth-child(1)) > img.instrument_image {
  border-left: solid 3.5px #FFF;
}

.course_h3_area {
}


/* course list
--------------------------------------------------*/
.course_list {
  padding-bottom: 4rem;
}
.course_list > p {
  /* font-family: "M PLUS Rounded 1c"; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #333;
}
.course_list > p > span {
  font-weight: bold;
  color: #000;
}
.course_list > p > a {
  text-decoration: none;
  color: #333;
}


/* join eys
--------------------------------------------------*/
.join_eys_head {
  padding: 2.2rem 0 1.6rem;
  background-color: #888;
}
.join_eys_head > h2 {
  width: 70%;
  margin: 0 auto;
}
.join_eys_head > h2 > img {
  width: 100%;
}

.join_eys_row {
  display: flex;
  flex-wrap: wrap;
}
.join_eys_col_1 {
  position: relative;
  width: calc( 500px / 3 * 2 );
  height: calc( 500px / 3 * 2 );
}
@media only screen and (max-width: 500px) {
  .join_eys_col_1 {
    width: calc( 100vw / 3 * 2 );
    height: calc( 100vw / 3 * 2 );
  }  
}
.join_eys_col_1 > img {
  width: 100%;
  height: 100%;
}
.join_eys_col_1 > img.join_eys_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.join_eys > div:nth-child(2) > div.join_eys_col_1 > img.join_eys_layer {
  margin: 39% 16%;
  width: 68%;
  height: auto;
}
.join_eys_col_2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc( 500px / 3 );
  height: calc( 500px / 3 * 2 );
}
@media only screen and (max-width: 500px) {
  .join_eys_col_2 {
    width: calc( 100vw / 3 );
    height: calc( 100vw / 3 * 2 );
  }
}
.join_eys_col_2 > img {
  width: 100%;
}



/* eys tricks
--------------------------------------------------*/
.eys_tricks {
  padding-bottom: 1.5rem;
  /* font-family: "M PLUS Rounded 1c"; */
  background-color: #888;
  color: #FFF;
}
.eys_tricks h2 {
  padding: 1.2rem 0;
  text-align: center;
  font-size: 23px;
}
@media only screen and (max-width: 500px) {
  .eys_tricks h2 {
    padding: 1.2rem 0;
    text-align: center;
    font-size: 4.6vw;
  }
  .eys_trick_box h2 {
    padding: 0 0 0.35rem 0;
  }
}
.eys_trick_row {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

a.eys_trick_box {
  display: block;
  width: 32%;
  box-sizing: border-box;
  padding: 0 0.5rem;
  color: #FFF;
  text-decoration: none;
  border-right: solid 1px #999;
}

a.eys_trick_box:last-child {
  border-right: none;
}

.eys_trick_icon_area {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.eys_trick_box > h2 {
  text-align: center;
  font-size: 2.4vw;
  padding: 0 0 0.35rem 0;
}

.eys_trick_icon_bar {
  width: 25px;
  margin: 0.7rem auto 1.05rem auto;
  border-bottom: solid 1.2px #FFF;
}

.eys_trick_box > p {
  font-size: 10px;
  line-height: 1.4em;
  margin-bottom: 1rem;
}

img.eys_trick_icon {
  display: block;
  width: 100%;
}
img.eys_trick_link_img {
  width: 100%;
}

.eys_trick_border {
  width: calc(50% - 60px);
  height: 1px;
  margin: 1rem 30px;
  border-bottom: solid 1px #AAA;
}


/* eys_other_links
--------------------------------------------------*/
.eys_other_links {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 2rem 0;
  background-color: #444;
}

.eys_other_link {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 1px auto;
  padding: 0 0.5rem;
  box-sizing: border-box;
  background-color: #FFF;
  color: #333;
}

.eys_other_link_logo {
  position: relative;
  width: calc(50% - 5px);
}
.eys_other_link_logo > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.eys_other_link_description {
  width: calc(50% - 5px);
  padding: 1rem;
  box-sizing: border-box;
}
.eys_other_link_description h3 {
  margin: 0 0 0.5em 0;
  font-size: 16px;
  font-weight: bold;
}
.eys_other_link_description p {
  font-size: 12px;
  line-height: 1.2em;
}

.eys_other_link_arrow {
  position: relative;
  width: 10px;
  margin-bottom: -1px;
}
.eys_other_link_arrow img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65%;

}


/* links
--------------------------------------------------*/
.eys_links {
  padding: 0 5%;
  background-color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing:1px;
  font-size: 0.9rem;
}

.eys_links h3 {
  padding: 1.5em 0 1em 0;
  font-size: 0.7rem;
  font-weight: bold;
  color: #FFF;
}

.eys_links a {
  color: #DDD;
  text-decoration: none;
}

ul.link_list {
  display: flex;
  flex-wrap: wrap;
}
ul.link_list > li {
  width: 50%;
  padding: 0.4rem 0;
  font-size: 0.6rem;
}


/* services
--------------------------------------------------*/
.link_services {
  display: flex;
  flex-wrap: wrap;
}
.servivce_box {
  width: 33%;
  padding-bottom: 1rem;
  border-right: solid 1px #333;
}
.servivce_box:last-child {
  border-right: none;
}
.servivce_box > a > img {
  display: block;
  width: 90%;
  margin: 0 auto;
}



/* official facebook
--------------------------------------------------*/
.official_facebook {
  padding: 2rem 0;
  background-color: #000;
}
.official_facebook img {
  display: block;
  width: 90%;
  margin: 0 auto;
}



/* eys infos
--------------------------------------------------*/
.eys_infos {
  padding: 0 0 2rem 0;
  background-color: #000;
}
ul.info_link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
ul.info_link_list > li {
  padding: 0.5rem 0.5rem;
  border-right: solid 1px #555;
}
ul.info_link_list > li:last-child {
  border-right: none;
}
ul.info_link_list a {
  color: #DDD;
  text-decoration: none;
}

a.footer_logo {
  display: block;
  width: 34%;
  margin: 0 auto;
  padding: 2rem 0;
}
a.footer_logo > img {
  width: 100%;
}

p.eys_footer_copy {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin-bottom: 60px;
}

/* hamburger
--------------------------------------------------*/
.eys_header_menu {
  background-color: black !important;
}

.eys_header_menu_logo {
  height: 100% !important;
  width: 100% !important;
}

.eys_header_menu_close {
  width: 18% !important;
}

.eys_header_menu_tile {
  background-color: white;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #CDCDCD;
  letter-spacing: 0.1em;
}

.eys_header_menu_tile > img {
  height: 15px;
  width: auto;
  margin-left: auto;
  margin-right: 5%;
}

.eys_header_menu_tile_block_img {
  width: 7%;
  margin: 3% 5%;
  text-align: center;
}

.eys_header_menu_tile_block_img > img {
  height: 35px;
  width: auto;
}

.eys_header_menu_simple > a {
  float: right;
  color: white;
}

.eys_header_menu_text {
  margin: 4% 5%;
  line-height: 2.5em;
}

.eys_header_menu_box > a:link,
.eys_header_menu_box > a:visited,
.eys_header_menu_box > a:hover,
.eys_header_menu_box > a:active {
  color: #333333;
}

.eys_header_menu_text > a:link,
.eys_header_menu_text > a:visited,
.eys_header_menu_text > a:hover,
.eys_header_menu_text > a:active {
  color: white;
}

/* cacco
--------------------------------------------------*/
.parenthesis {
  position: relative;
  padding: 20px 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #222222;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
.parenthesis p {
  font-size: 18.5px;
  letter-spacing: 0.1em;
  text-align: center;
}


/* footer float
--------------------------------------------------*/
#footer_float_topb {
  max-width: 500px;
  position: fixed !important;
  bottom: 0;
  height: auto;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}

.eys_top_btn {
  padding: 0 !important;
}

#header_move2.new_fixed {
  display: none !important;
}

/*MLC CSS*/

/*MLC CSS COMMON*/
.mlc_modal {
  max-width: 500px;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  background-color: #ffffff;
}
.mlc_modal .mlc_modal_container {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5%;
}
.mlc_modal .mlc_modal_close {
  padding: 10px 0;
  cursor: pointer;
}
.mlc_modal .mlc_modal_close.mlc_text_right {
  text-align: right;
}
.mlc_modal .mlc_modal_close.mlc_text_center {
  text-align: center;
}
.mlc_modal .mlc_img_box img {
  width: 100%;
}
.mlc_modal .mlc_modal_close img {
  width: 30%;
}
.mlc_gray_banner {
  padding: 14px;
  background-color: #888888;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 13.5px;
  letter-spacing: 2px;
}
.mlc_guitar_banner img {
  width: 100%;
}
.eys_button_wrap {
  width: 100%;
  margin: 0 5.98%;
  padding-bottom: 4.02%;
}
.eys_button_wrap a {
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  border: 1px solid #fff;
  padding: 4%;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  font-family: sans-serif;
}

.eys_button_wrap a:before {
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: calc(1.6em / 3);
  height: calc(1.6em / 3);
  position: absolute;
  right: 4.13%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.mlc_other_services {
  margin: 20px auto;
  width: 90%;
}
.mlc_other_services .mlc_services_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.mlc_other_services .mlc_services_box span{
  width: 48%;
}
.mlc_other_services .mlc_services_box span:nth-child(2) {
  margin-top: 4%;
}
.mlc_other_services .mlc_services_box span img {
  width: 100%;
}
.eys_no_border_button_wrap {
  width: 100%;
  margin: 0 5.98%;
}
.eys_no_border_button_wrap a {
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  padding: 8%;
  margin-top: 5.68%;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1em;
}
.eys_no_border_button_wrap a:before {
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: calc(1em / 2);
  height: calc(1em / 2);
  position: absolute;
  right: 4.13%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.mlc_slider_tab {
  width: 90%;
  margin: 25px auto 0;
}
.mlc_slider_tab .mlc_parent_tabs {
  background-color: #ffffff;
  padding: 0 1%;
  display: flex;
}
.mlc_slider_tab .mlc_parent_tabs.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* -ms-overflow-style: -ms-autohiding-scrollbar; */
  }
  
.mlc_slider_tab .mlc_parent_tabs.scroll::-webkit-scrollbar {
    display: none; 
  }

.mlc_slider_tab .mlc_parent_tabs li {
  display: block;
  /*font-size: 16px;*/
  font-size:.9rem;
  transform: scaleY(1.1);
  padding: 20px;
  color: #222222;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.mlc_slider_tab .mlc_parent_tabs li.current:after {
  content: '';
  width: 100%;
  background-color: #222222;
  height: 2px;
  position: absolute;
  bottom: .1rem;
  left: 0;
}
.mlc_slider_tab .mlc_child_tab_list {
  background-color: #dfdfdf;
  padding-top: 13.5px;
  overflow: auto;
}


.mlc_slider_tab .mlc_child_tab_list .mlc_child_tabs {
  display: none;
  width: max-content;
  margin: 0 auto;
}
.mlc_slider_tab .mlc_child_tab_list .mlc_child_tabs.current {
  display: block;
}
.mlc_slider_tab .mlc_child_tab_list .mlc_child_tabs li {
  display: inline-block;
  font-size: 16px;
  padding: 20px 15px;
  min-width: 54px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.mlc_slider_tab .mlc_child_tab_list .mlc_child_tabs.percussion li {
  min-width: 105px;
}
.mlc_slider_tab .mlc_child_tab_list .mlc_child_tabs li.current {
  background-color: #ffffff;
}
.mlc_slider_tab .mlc_instrument_wrap {
  display: none;
  position: relative;
}
.mlc_slider_tab .mlc_instrument_wrap.current {
  display: block;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box {
  display: none;
  position: relative;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box img {
  width: 100%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box.current {
  display: block;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box .mlc_instrument_popup {
  cursor: pointer;
  position: absolute;
  right: 1%;
  bottom: 17.8%;
  width: 34%;
  height: 22%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box .mlc_instrument_popup.violin_popup {
  left: 2%;
  bottom: 41%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box .mlc_slides .mlc_instrument_popup {
  bottom: 15.5%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box .mlc_slides .mlc_instrument_popup.cello_popup {
  left: 3%;
  bottom: 53%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box .mlc_slides .mlc_instrument_popup.cello_popup01 {
  left: 10%;
  bottom: 47%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box .mlc_slides .mlc_instrument_popup.guitar_popup {
  right: 0%;
  bottom: 17%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box .mlc_slides .mlc_instrument_popup.guitar_popup01 {
  right: 4%;
  bottom: 18%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box img.wbtn_acrylic_drum {
  right: 66%;
  bottom: 16%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box img.wbtn_r60_b40 {
  right: 60%;
  bottom: 40%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box img.wbtn_viola {
  bottom: 18%;
}
.mlc_slider_tab .mlc_instrument_wrap .mlc_instrument_box img.r7 {
  right: 7%;
}
.mlc_instrument_slider_wrap {
  position: relative;
}
.mlc_instrument_detail {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 85px;
}
.mlc_instrument_detail > a {
  display: table-cell;
  width: 120px;
  height: 120px; 
  line-height: 1.5;
  padding-bottom: 40px;
  text-align: center;
  vertical-align: bottom;
  background: url(/sp/images/present_new/inst_detail_bg.svg) center center no-repeat;
  background-size: 130px 130px;
}
.mlc_instrument_detail > a:hover,
.mlc_instrument_detail > a:active,
.mlc_instrument_detail > a:visited,
.mlc_instrument_detail > a:link {
  color: #222;
  font-size: 12px;
}
.eys_top .mlc_btn_wrap {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}
.eys_top .mlc_button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18.5px;
  background-color: #ffffff;
  letter-spacing: 1px;
  border: 1px solid #222222;
  padding: 20px;
  right: 0;
  text-align: center;
  color: #222222;
  box-sizing: border-box;
}
.eys_top .mlc_button:before {
  content: '';
  background-color: #ffffff;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.eys_top .mlc_button.mlc_left_arrow:before {
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  border-right: none;
  left: 20px;
  right: unset;
  transform: translateY(-50%) rotate(-45deg);
}
.slick-initialized .slick-slide {
  margin: 0;
  padding: 0;
}
.slick-next, .slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 100px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 5;
  transform: translateY(-50%);
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev:before {
  content: '';
  width: 24px;
  height: 24px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.slick-next:before {
  content: '';
  width: 24px;
  height: 24px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.slick-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li button {
    display: block;
    width: 40px;
    height: 25px;
    border: 0;
    outline: none;
    position: relative;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.slick-dots li button:after {
  content: '';
  background-color: #dcdddd;
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slick-dots li.slick-active button:after {
  background-color: #222222;
}

/* media */
@media only screen and (max-width: 500px) {
  /*MLC CSS COMMON*/
  .mlc_gray_banner {
    padding: 2.67vw;
    font-size: 2.7vw;
  }
  .service_content > p {
    font-size: 3.28vw;
  }
  .eys_button_wrap > a {
    font-size: 3vw;
  }
  .eys_no_border_button_wrap > a {
    font-size: 2.2vw;
  }
  .eys_other_link_description > h3 {
    font-size: 3.42vw;
  }
  .eys_other_link_description > p {
    font-size: 2.5vw;
  }
  .course_col_1, .course_col_2 {
    width: 43.65vw;
  }
  .course_col_1 > a > .instrument_image {
    height: 90vw;
  }
  .course_col_2 > a > .instrument_image {
    height: 43.65vw;
  }
  .course_row {
    margin-bottom: 2.7vw;
  }
  .eys_infos {
    padding-bottom: calc(calc(calc(100vw - 20px) * 0.11508) + 16px);
  }
  ul.info_link_list {
    font-size: 3vw;
  }  
  p.eys_footer_copy {
    font-size: 2.4vw;
  }  
  .eys_header_bottom_spacing {
    height: calc(calc(calc(100vw - 20px) * 0.11508) + 16px);
  }
  .eys_top {
    padding-top: calc(11vw + 12px);
  }
  section.eys_top_menu > ul > li > a {
    font-size: 3.2vw;
  }
  section.eys_top_menu > ul > li {
    padding: 3.8vw 0 3vw;
  }
  section.eys_top_menu > ul:not(:first-child) li {
      padding: 3vw 0;
  }
  .eys_title_box {
    padding: 14vw 7vw 0;
  }
  .eys_h1_title {
    font-size: 4.8vw;
  }
  .eys_sub_title {
    font-size: 3vw;
    margin: 3.3vw auto;
  }
  .parenthesis {
    padding: 3.2vw 5.2vw;
  }
  .parenthesis::before, .parenthesis::after {
    width: 11vw;
    height: 4vw;
  }
  .parenthesis p {
    font-size: 3.75vw;
  }
  .mlc_slider_tab {
    margin-top: 5vw auto 0;
  }
  .mlc_slider_tab .mlc_parent_tabs li {
    font-size: 3.2vw;
    padding: 4vw;
  }
  .mlc_slider_tab .mlc_child_tab_list .mlc_child_tabs li {
    font-size: 3.2vw;
    padding: 4vw 3vw;
    min-width: 10.6vw;
  }
  .mlc_slider_tab .mlc_child_tab_list .mlc_child_tabs.percussion li {
    min-width: 21vw;
  }
  .mlc_slider_tab .mlc_child_tab_list {
    padding-top: 2.67vw;
  }
  .eys_top .mlc_btn_wrap {
    margin-top: 8vw;
  }
  .eys_top .mlc_button {
    font-size: 3.7vw;
    padding: 4.2vw;
  }
  .eys_top .mlc_button:before {
    width: 3.2vw;
    height: 3.2vw;
    right: 4vw;
  }
  .eys_top .mlc_button.mlc_left_arrow:before {
    right: unset;
    left: 4vw;
  }
  .eys_enjoy_content p {
    font-size: 2.7vw;
    padding: 5vw 6vw;
  }
  .course_list > p {
    font-size: 2.8vw;
  }
  .slick-next, .slick-prev {
    height: 20vw;
    width: 12vw;
  }
  .slick-prev:before {
    width: 4.7vw;
    height: 4.7vw;
    left: 5vw;
  }
  .slick-next:before {
    width: 4.7vw;
    height: 4.7vw;
    right: 5vw;
  }
  .slick-dots {
    bottom: 17vw;
  }
  .slick-dots li button {
    height: 5vw;
    width: 8vw;
  }
  .slick-dots li button:after {
    height: .6vw;
    width: 8vw;
  }
}

@media only screen and (min-width: 500px) {
  .service_content > p {
    font-size: 16.4px;
  }
  .eys_button_wrap > a {
    font-size: 15.4px;
  }
  .eys_no_border_button_wrap > a {
    font-size: 12.4px;
  }
  .eys_other_link_description > h3 {
    font-size: 17.1px;
  }
  .eys_other_link_description > p {
    font-size: 12.5px;
  }
  .course_col_1, .course_col_2 {
    width: 218.25px;
  }
  .course_col_1 > a > .instrument_image {
    height: 450px;
  }
  .course_col_2 > a > .instrument_image {
    height: 218.25px;
  }
  .course_row {
    margin-bottom: 13.5px;
  }
  .eys_infos {
    padding-bottom: 71.33px;
  }
  .eys_header_bottom_spacing {
    height: 71.33px
  }
}
