body {
    background-color: #eeeeef;
}

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

.fixed_menu {
    padding-top: 130px;
}

.application_page {
    position: relative;
    bottom: 55px;
}

.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_btn .footer_float_text {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: -0.5rem auto 0 auto;
    width: 100%;
}

#footer_float_topb.eys_top_btn.is-red-ctr-btn > .eys_container  {
    margin-bottom: 0;
    width: 100%;
    justify-content:space-evenly;
}

/* eys_top_menu
--------------------------------------------------*/
section.eys_top_menu {
    border: 0;
    font-size: 0.8rem;
    border-top: 1px solid #e4e4e4;
}
section.eys_top_menu > ul {
    display: flex;
    flex-wrap: nowrap;
    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(20% - 1px);
    padding: 20px 0 17px;
    overflow: hidden;
    white-space: nowrap;
}
section.eys_top_menu > ul > li > a {
    display: block;
    width: 98%;
    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: 16px;
    letter-spacing: 0.1rem;
    margin: 16px auto;
    text-align: center;
    opacity: 0.8;
    font-weight: normal;
    line-height: 1.5;
    font-family: "Hirakaku", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
        Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.eys_sub_title.large {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.3;
}
.eys_sub_title.middle {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.42;
}
.chart-graph > .chart-graph-item {
    display: flex;
    width: 105vw;
    max-width: 525px;
    transform: translateX(-50%);
    margin-left: 50%;
    padding-top: 10px;
}
.eys_sub_title_white {
    color: white;
}
.eys_services {
    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 15px 0;
}
.eys_h1_title_index {
    text-align: center;
    font-size: 36px;
    color: #222222;
    margin-bottom: 24px;
    font-family: Kai, "Times New Roman", sans-serif;
}
.eys_h1_title {
    text-align: center;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 6px;
    color: #222222;
    font-weight: bold;
}
.eys_music_stylist_head_ttl01 {
    font-family: termina, sans-serif;
}
.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;
  font-size: 18.5px;
  color: #222222;
  padding: 25px 30px;
  line-height: 1.5;
  background-color: #ffffff;
}

.eys_enjoy_content p.middle {
  font-size: 19px;
  line-height: 1.7rem;
  letter-spacing: 0.1rem;
}
.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: "ヒラギノ角ゴ 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);
    }
  .eys_title_box {
    padding: 10.9vw 14.6vw 0;
  }
}

.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;
    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;
    line-height: 1.5;
}

/* 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);
}

#footer_float_topb.eys_top_btn a img {
    width: 100%;
    vertical-align: bottom;
}

#footer_float_topb.is-red-ctr-btn {
    background: rgba(0, 0, 0, 0.3);
}

.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 3%;
}
.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 {
    font-size: 13px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: calc(1em / 2);
    height: calc(1em / 2);
    position: absolute;
    right: 2%;
    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: 0.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: 0.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: 30%;
    aspect-ratio: 1/1;
}
.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
.piano_popup {
    cursor: pointer;
    position: absolute;
    left: 8%;
    bottom: 61%;
    width: 100px;
    height: 30px;
}
.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 {
    left: 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.bellow:before {
    transform: translateY(-50%) rotate(-225deg);
}
.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 {
    position: relative;
    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 {
    display: block;
    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 {
    display: block;
    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;
}
.present_slider_btn.old_square {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  color: #222222;
  text-align: center;
  padding: 9px 25px;
  background: none;
  background-color: #ffffff;
  border: 1px solid #222222;
  left: 8.95%;
  top: 28.3%;
  font-size: 10px;
}
.present_slider .present_slider_btn.old_square {
  left: 5%;
  top: 30%;
}

.present_section .present_slider .present_slider_btn.old_square {
  left: 7%;
  top: 19%;
}
.mlc_instrument_slider.piano .slick-dots {
  bottom: 2vw;
}
@media screen and (min-width: 376px) {
  .present_slider_btn.old_square {
    font-size: 12px;
  }
}
.present_slider_btn.old_square::after {
  content: "";
  position: inherit;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
}
/* 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_no_border_button_wrap > a.small {
        letter-spacing: -0.1rem;
        padding: 8% 0;
    }
    .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);
        overflow: hidden;
    }
    .fixed_menu{
        /*
         * NB: keep .fixed_menu outside of this media query in-sync if changing
         * the below property.
         */
        padding-top: calc(25vw + 5px);
    }
    section.eys_top_menu > ul > li > a {
        font-size: 3vw;
    }
    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 3vw 0;
    }
    .eys_h1_title {
        font-size: 5vw;
    }
    .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: 0.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_no_border_button_wrap > a.small {
        letter-spacing: 0rem;
        padding: 8% 0;
    }
    .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;
    }
}
.kids-bnr-sp {
    width: 320px;
    margin: 20px auto 20px auto;
    text-align: center;
}

section.eys_top_menu > ul > li p {
   font-size: 3vw;
}
@media only screen and (min-width: 500px) {
    section.eys_top_menu > ul > li p {
        font-size: 15px;
    }
}
section.eys_top_menu > ul > li.menu-19per {
    width: calc(19% - 1px)
}
section.eys_top_menu > ul > li.menu-20per {
    width: calc(20% - 1px)
}
section.eys_top_menu > ul > li.menu-24per {
    width: calc(24% - 1px)
}
.inspiartz-school-banner-exSpace{
    margin-top: 20px;
    text-align: center;
}
/*--------------------------
ACCESS x COURSE to BLOG
----------------------------*/
.course_blog_link_contents {
    width: 100%;
    padding-top: 120px;
    background-image: url('/sp/images/access/blogbg_sp.webp');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
.course_blog_link_content {
    width: 63vw;
    max-width: 313px;
    height: 364px;
    margin: 0 auto 5px;
    font-size: 11px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.course_blog_thumbnail {
    width: 63vw;
    max-width: 313px;
    max-height: 485px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 0px 100%);
}
.course_blog_date {
    font-size: 10px;
    color: #666666;
    margin: 0 10px;
}
.course_blog_title {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 10px;
}
.course_blog_summary {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin: 10px 10px 0;
    line-height: 1.8;
}
.blogread {
    padding: 10px;
}
.blogread img {
    width: 100%;
}