@charset "UTF-8";
/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
body {
  font-family: Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------------------
    Placeholder
----------------------------------------------------------------- */
.footer_menu > .col .link_menu_01, .bnr_area .bnr_area_inner {
  *zoom: 1;
}
.footer_menu > .col .link_menu_01:before, .bnr_area .bnr_area_inner:before, .footer_menu > .col .link_menu_01:after, .bnr_area .bnr_area_inner:after {
  content: "";
  display: table;
}
.footer_menu > .col .link_menu_01:after, .bnr_area .bnr_area_inner:after {
  clear: both;
}

.list_date_02 li .no-link:before, [data-contents-category="foundation"] .toggle_txt a:before, [data-contents-category="education"] .toggle_txt a:before, [data-contents-category="events"] .toggle_txt a:before {
  background-image: url(/common/img/rwd/sprite.png);
}

/* ----------------------------------------------------------------
    header
----------------------------------------------------------------- */
/* .header_logo
----------------------------------------------- */
.header_logo {
  max-width: 120px;
  margin-top: 19px;
}
@media only screen and (max-width: 860px) {
  .header_logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .header_logo {
    width: 80px;
    margin-top: 2px;
  }
}

/* ----------------------------------------------------------------
    Global nav
----------------------------------------------------------------- */
/* .nav_global
----------------------------------------------- */
.nav_global {
  padding-left: 0;
  right: 30px;
}
.nav_global .link_menu_01 {
  margin: 0;
}
.nav_global .link_menu_01 li {
  letter-spacing: 0;
}
@media only screen and (max-width: 860px) {
  .nav_global .link_menu_01 li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 640px) {
  .nav_global .link_menu_01 li {
    width: 100%;
  }
}
.nav_global .link_menu_01 .foundation > .sub {
  right: 480px;
}
.nav_global .link_menu_01 .education > .sub {
  right: 210px;
}
.nav_global .link_menu_01 .events > .sub {
  right: -25px;
}
@media only screen and (max-width: 1015px) {
  .nav_global {
    right: 8px;
  }
}
@media only screen and (max-width: 860px) {
  .nav_global .link_menu_01 .foundation > .sub {
    right: 70%;
  }
  .nav_global .link_menu_01 .education > .sub {
    right: 37%;
  }
  .nav_global .link_menu_01 .events > .sub {
    right: 5%;
  }
}

/* ----------------------------------------------------------------
    Contents
----------------------------------------------------------------- */
/* .contents_full
----------------------------------------------- */
.contents_full {
  border-bottom: 0;
  margin: -100px 0 38px;
}
@media only screen and (max-width: 860px) {
  .contents_full {
    margin: -5px 0 25px;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .contents_full {
    margin: 0;
  }
}

/* .contents_full_inner
----------------------------------------------- */
.contents_full_inner {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .contents_full_inner {
    padding: 0;
  }
}

/* .float_note : 音符
----------------------------------------------- */
.home .float_note[data-layout-category="home"] {
  display: block;
}
.home .float_note[data-layout-category="home"] > span {
  position: absolute;
  left: 50%;
}
.home .float_note[data-layout-category="home"] > .note_01 {
  display: none;
}
.home .float_note[data-layout-category="home"] > .note_02 {
  display: none;
}
.home .float_note[data-layout-category="home"] > .note_03 {
  top: 420px;
  margin-left: 482px;
}
.home .float_note[data-layout-category="home"] > .note_04 {
  display: none;
}
.home .float_note[data-layout-category="home"] > .note_05 {
  display: none;
}
.home .float_note[data-layout-category="home"] > .note_06 {
  display: none;
}
.home .float_note[data-layout-category="home"] > .note_07 {
  display: none;
}
@media only screen and (max-width: 1170px) {
  .home .float_note[data-layout-category="home"] > .note_03 {
    top: 425px;
    margin-left: 450px;
  }
}
/* ----------------------------------------------------------------
    youtube
----------------------------------------------------------------- */
.main_inner iframe{
  margin: 40px auto 5px;
  display: block;
}
.main_inner .col p.caption{
  width: 400px;
  margin: 0 auto;
}


/* ----------------------------------------------------------------
    footer
----------------------------------------------------------------- */
/* .footer_menu
----------------------------------------------- */
.footer_menu {
  width: 100%;
}
.footer_menu > .col {
  width: 100%;
}
.footer_menu > .col .link_menu_01 > li {
  float: left;
  margin-left: 1.1976%;
  width: 31.9361%;
}
@media only screen and (max-width: 640px) {
  .footer_menu {
    margin-left: 0;
    padding: 0;
  }
  .footer_menu > .col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer_menu > .col .link_menu_01 > li {
    width: 100%;
    float: none;
    margin: 0;
  }
}

/* ----------------------------------------------------------------
    Headings
----------------------------------------------------------------- */
/* .hdg_lyt_grade.en / Yamaha Grade Examination System用
----------------------------------------------- */
.hdg_lyt_grade.en {
  background: #fccd3f;
}
.hdg_lyt_grade.en .hdg_l1_01 {
  background: url(/english/grade/images/rwd/hdg_bg01.png) 5% 60% no-repeat;
  background-size: 100%;
  padding: 15px 100px 15px 20px;
}
.hdg_lyt_grade.en .hdg_l1_01:before {
  content: none;
}
.hdg_lyt_grade.en .hdg_l1_01 > span {
  padding: 0;
}
.hdg_lyt_grade.en .hdg_l1_01 > span em {
  padding: 0;
}
.hdg_lyt_grade.en .line1 {
  padding: 32px 100px 32px 20px;
}
@media only screen and (max-width: 640px) {
  .hdg_lyt_grade.en .hdg_l1_01 {
    padding-right: 60px;
  }
  .hdg_lyt_grade.en .hdg_l1_01:before {
    content: none;
  }
  .hdg_lyt_grade.en .line1 {
    padding: 25px 60px 25px 20px;
  }
  .hdg_lyt_grade.en + .hdg_l2_01 {
    margin-top: 0;
  }
}

/* .hdg_top_01
----------------------------------------------- */
[data-contents-category="foundation"] .hdg_top_icon_01 {
  border-bottom: 4px solid #3399cc;
}
[data-contents-category="education"] .hdg_top_icon_01 {
  border-bottom: 4px solid #c74b72;
}
[data-contents-category="events"] .hdg_top_icon_01 {
  border-bottom: 4px solid #3aa23d;
}
[data-contents-category="foundation"] .hdg_top_icon_01 .toggle_txt:before {
  width: 30px;
  height: 31px;
  background-position: -109px -192px;
}
[data-contents-category="education"] .hdg_top_icon_01 .toggle_txt:before {
  width: 30px;
  height: 31px;
  background-position: -45px -192px;
}
[data-contents-category="events"] .hdg_top_icon_01 .toggle_txt:before {
  width: 30px;
  height: 31px;
  background-position: -77px -192px;
}
@media only screen and (max-width: 640px) {
  [data-contents-category="foundation"] .hdg_top_icon_01, [data-contents-category="education"] .hdg_top_icon_01, [data-contents-category="events"] .hdg_top_icon_01 {
    border-bottom: none;
  }
  [data-contents-category="foundation"] .hdg_top_icon_01 .toggle_txt:before {
    width: 15px;
    height: 16px;
    background-position: -55px -96px;
    background-size: 159px auto;
  }
  [data-contents-category="education"] .hdg_top_icon_01 .toggle_txt:before {
    width: 15px;
    height: 16px;
    background-position: -23px -96px;
    background-size: 159px auto;
  }
  [data-contents-category="events"] .hdg_top_icon_01 .toggle_txt:before {
    width: 15px;
    height: 16px;
    background-position: -39px -96px;
    background-size: 159px auto;
  }
}

/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
/* .oList01
----------------------------------------------- */
.oList01 {
  /* electone model > a) b) */
}
.oList01 .oList_en01 {
  margin-bottom: 15px;
}
.oList01 .oList_en01 > li span {
  margin-right: 3px;
}

/* drums examcontents > ▼ */
.oList_en02 li:before {
  content: "▼";
  color: #b3b3b3;
  display: block;
  padding-left: 15px;
}
.oList_en02 li:first-child:before {
  content: none;
}

/* .list_date_02
----------------------------------------------- */
.list_date_02 li .date {
  padding-left: 5px;
}
.list_date_02 li .link,
.list_date_02 li .no-link {
  width: 85%;
  float: right;
}
.list_date_02 li .no-link {
  padding-left: 18px;
  position: relative;
  display: inline-block;
}
.list_date_02 li .no-link:before {
  content: "";
  width: 6px;
  height: 8px;
  background-position: -311px -171px;
  position: absolute;
  top: .4em;
  left: 5px;
  display: block;
}
.list_date_02 li .link ul {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.list_date_02 li .link ul li .link {
  width: 100%;
  float: left;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .list_date_02 li .date {
    padding-left: 3px;
  }
  .list_date_02 li .link,
  .list_date_02 li .no-link {
    width: auto;
    float: none;
    display: block;
    padding-top: 5px;
  }
}
.list_bullet li.style-none:before {
  background: none;
}

dl.violet_heading dt {
  display: inline-block;
  padding: 5px 10px;
  color: #7B47D2;
  border: 1px solid #7B47D2;
}
dl.violet_heading dd {
  margin: 10px 0px;
}

/* ----------------------------------------------------------------
    Links
----------------------------------------------------------------- */
/* .link_list_01[data-column-number="2"]
----------------------------------------------- */
@media only screen and (max-width: 860px) {
  .link_list_01[data-column-number="2"] > li {
    width: auto;
  }
}

/* .link_btn_index_01
----------------------------------------------- */
.link_btn_index_01 {
  text-align: right;
  margin: -15px 0;
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 0;
}
.link_btn_index_01 a {
  padding: 7px 15px 10px 20px;
  font-weight: normal;
}
.link_btn_index_01 a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/english/common/img/sprite.png);
  background-position: 0 0;
  margin: 3px 0 0 7px;
}
@media only screen and (max-width: 1015px) {
  .link_btn_index_01 {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .link_btn_index_01 {
    text-align: center;
    margin: 0 0 23px;
    position: static;
  }
  .link_btn_index_01 a {
    display: block;
    border-radius: 0;
    border: 0;
    background: #3939a6;
    line-height: 1.57143;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .link_btn_index_01 a:after {
    margin-top: 8px;
  }
}

/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- */
/* .tbl01
----------------------------------------------- */
.tbl01 caption {
  text-align: left;
  font-weight: bold;
  padding-bottom: 3px;
}

/* ----------------------------------------------------------------
    Box
----------------------------------------------------------------- */
/* .box_01
----------------------------------------------- */
.box_01 .txt_em01 {
  color: #ff0000;
  display: block;
  text-transform: uppercase;
}
.box_01 .txt_em02 {
  color: #ff0000;
  text-transform: uppercase;
}
.box_01 .bg-arrow:before {
  content: "↓";
  display: block;
}

/* ----------------------------------------------------------------
    Column
----------------------------------------------------------------- */
/* .lyt_column[data-column-number="3"]
----------------------------------------------- */
.lyt_column[data-column-number="3"] .col {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .lyt_column[data-column-number="3"] .col {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------------------------
    Main visual [data-carousel-layout="mainvisual"]
----------------------------------------------------------------- */
/* .mainvisual
----------------------------------------------- */
.mainvisual[data-carousel-layout="mainvisual"] {
  border-bottom: 0;
}
@media only screen and (max-width: 860px) {
  .mainvisual[data-carousel-layout="mainvisual"] {
    margin-bottom: 0;
  }
}

/* .mainvisual -> .carousel
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .mainvisual[data-carousel-layout="mainvisual"] .carousel {
    border-bottom: 0;
    box-shadow: none;
    padding-bottom: 0;
  }
}
.mainvisual[data-carousel-layout="mainvisual"] .carousel_control li button {
  height: auto;
}

/* .mainvisual -> .carousel_control
----------------------------------------------- */
.mainvisual[data-carousel-layout="mainvisual"] .carousel_control {
  margin-bottom: 0;
}
@media only screen and (max-width: 860px) {
  .mainvisual[data-carousel-layout="mainvisual"] .carousel_control {
    top: -3px;
  }
  .mainvisual[data-carousel-layout="mainvisual"] .carousel_control.hide {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .mainvisual[data-carousel-layout="mainvisual"] .carousel_control li {
    top: 45%;
  }
}

/* .bnr_area .slider
----------------------------------------------- */
.bnr_area {
  margin: -30px 0 0;
  padding: 30px 0 15px;
}
.bnr_area .bnr_area_inner {
  max-width: 987px;
  text-align: center;
}
.bnr_area .bnr_hd_top_01 {
  width: 118px;
  padding: 25px 0;
  background-color: #e6e6e6;
  color: #36389d;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}
.bnr_area .bnr_hd_top_01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e6e6e6;
}
.bnr_area .bnr_list {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.bnr_area .bnr_list li {
  display: inline-block;
  margin: 0 0 10px 10px;
  width: 268px;
}
.bnr_area .bnr_list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 860px) {
  .bnr_area {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bnr_area {
    margin: 10px 0 0;
    padding: 15px 0 0;
    background-color: #f7f7f7;
  }
  .bnr_area .bnr_area_inner {
    padding: 0 8px;
  }
  .bnr_area .bnr_hd_top_01 {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    float: none;
  }
  .bnr_area .bnr_hd_top_01:after {
    border: 0;
  }
  .bnr_area .bnr_list {
    float: none;
    text-align: center;
  }
  .bnr_area .bnr_list li {
    display: block;
    margin: 0 0 10px 0;
  }
  .bnr_area .bnr_list li a img {
    margin: 0;
  }
}

/* ----------------------------------------------------------------
    Buttons
----------------------------------------------------------------- */
/* .btn_list_top_01
----------------------------------------------- */
.btn_list_top_01 > li {
  width: 323px;
}
[data-contents-category="foundation"] .btn_list_top_01 > li:before {
  width: 15px;
  height: 16px;
  background-position: -278px -72px;
}
[data-contents-category="education"] .btn_list_top_01 > li:before {
  width: 15px;
  height: 16px;
  background-position: -295px -72px;
}
[data-contents-category="events"] .btn_list_top_01 > li:before {
  width: 15px;
  height: 16px;
  background-position: -278px -90px;
}
[data-contents-category="foundation"] .btn_list_top_01 > li {
  background-color: #f2fbff;
}
[data-contents-category="education"] .btn_list_top_01 > li {
  background-color: #ffeef2;
}
[data-contents-category="events"] .btn_list_top_01 > li {
  background-color: #effcf0;
}
.btn_list_top_01 > li:nth-child(4n) {
  margin-right: 10px;
}
.btn_list_top_01 > li:nth-child(3) {
  margin-right: 0;
}
.btn_list_top_01 > li > a {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1015px) {
  .btn_list_top_01 > li {
    width: 32.5%;
  }
}
@media only screen and (max-width: 860px) {
  .btn_list_top_01 > li {
    width: 32.7%;
  }
  .btn_list_top_01 > li:nth-child(3n) {
    margin-right: 0;
  }
  .btn_list_top_01 > li:nth-child(4n) {
    margin-right: 1%;
  }
  .btn_list_top_01 > li > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .btn_list_top_01 > li {
    width: 100%;
  }
  [data-contents-category="foundation"] .btn_list_top_01 > li, [data-contents-category="education"] .btn_list_top_01 > li, [data-contents-category="events"] .btn_list_top_01 > li {
    background-color: #fff;
  }
}

/* ----------------------------------------------------------------
    Toggle
----------------------------------------------------------------- */
/* .toggle
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .toggle {
    margin: 0 8px 15px;
  }
}

/* .toggle_txt
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  [data-contents-category="foundation"] .toggle_txt a, [data-contents-category="education"] .toggle_txt a, [data-contents-category="events"] .toggle_txt a {
    padding-left: 20px;
  }
  .home [data-contents-category="foundation"] .toggle_txt a, .home [data-contents-category="education"] .toggle_txt a, .home [data-contents-category="events"] .toggle_txt a {
    padding-left: 0;
  }
  [data-contents-category="foundation"] .toggle_txt a:before, [data-contents-category="education"] .toggle_txt a:before, [data-contents-category="events"] .toggle_txt a:before {
    display: block;
  }
  [data-contents-category="foundation"] .toggle_txt a:before {
    width: 14px;
    height: 22px;
    background-position: 0px -31px;
    background-size: 159px auto;
    margin: -5px 0 0;
    left: -2px;
  }
  [data-contents-category="education"] .toggle_txt a:before {
    width: 17px;
    height: 20px;
    background-position: -15px -31px;
    background-size: 159px auto;
    margin: -4px 0 0;
    left: -4px;
  }
  [data-contents-category="events"] .toggle_txt a:before {
    width: 8px;
    height: 22px;
    background-position: -53px 0px;
    background-size: 159px auto;
    margin: -5px 0 0;
    left: 1px;
  }
}

/* .toggle_link_list
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .toggle_link_list .lnav_bnr {
    display: none;
  }
}
