@charset "utf-8";
#kv {
 width: 100%;
 margin: 0;
 padding: 0; 
}
#kv .key_visual {
 width: 100%;
 margin: 0;
 padding: 0;
 text-align: center;
}
#kv .key_visual img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}
.kv_slider .slick-dots {
  bottom: -30px;
}
.kv_slider .slick-dots button:before {
  font-size: 15px;
  color: #ccc;
}
.kv_slider .slick-dots li.slick-active button:before {
  color: #0199FF;
}
.class_cts .header {
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
}
.class_cts h3 {
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
}
.class_cts .cts_wrap {
  justify-content: flex-start;
  gap: 45px 30px;
}
.class_cts .cts_wrap .cts_box {
  width: calc((100% - 30px)/2);
}
.class_cts .link_box {
  width: 100%;
  border: 2px solid #000;
  border-radius: 24px;
  padding: 24px;
}
.class_cts .link_box .cts {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.class_cts .link_box .cts img {
  width: 40.5%;
}
.class_cts .link_box .cts p {
  width: calc(100% - 40.5% - 24px);
  font-size: 50px;
  line-height: 1.2em;
  font-weight: bold;
  color: #00A0E9;
}
.class_cts .link_box .btn_wrap {
  margin: 24px 0 0 0;
}


#artist .cts_box {
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#artist .cts_box h3 {
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
}
#artist .cts_box h3 span {
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  color: #FFF100;
  background: #00A0E9;
  padding: 8px;
}
#artist .cts_box .clr_box {
  width: 100%;
  background: #D3EDFB;
  padding: 30px 16px;
  margin: 0;
  position: relative;
  filter: drop-shadow(3px 3px 0px rgba(0,160,233,.35));
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#artist .cts_box .clr_box .new {
  position: absolute;
  right: 16px;
  top: 30px;
}
#artist .cts_box .clr_box .cts {
  flex-grow: 1;
}
#artist .cts_box .clr_box h4 {
  color: #00A0E9;
  font-size: 62px;
  line-height: 1.2em;
  font-weight: bold;
}
#artist .cts_box .clr_box h4 span {
  font-size: 55%;
}
#artist .cts_box .clr_box .txt_box {
  padding-right: 225px;
  position: relative;
}
#artist .cts_box .clr_box .txt_box .list {
  position: absolute;
  top: 0;
  right: -32px;
}
#artist .cts_box .clr_box .txt_box p {
  color: #000;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 600;
}
#artist .cts_box .clr_box .img {
  margin: 24px 0 0 0;
  width: 100%;
  text-align: center;
}
#artist .cts_box .clr_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#artist .cts_box .clr_box .column {
  justify-content: flex-start;
}
#artist .cts_box .clr_box .column > div {
  width: calc(100% / 3);
}
#artist .cts_box .clr_box .column > div:nth-of-type(1) {
  padding: 0 6px 0 0;
}
#artist .cts_box .clr_box .column > div:nth-of-type(2) {
  padding: 0 6px;
  border-left: 1px solid #00A0E9;
  border-right: 1px solid #00A0E9;
}
#artist .cts_box .clr_box .column > div:nth-of-type(3) {
  padding: 0 0 0 6px;
}
#artist .cts_box .clr_box .column > div h4 {
  font-size: 54px;
}
#artist .cts_box .clr_box .column > div h4 span {
  display: block;
  text-align: right;
  line-height: 1em;
}
#artist .cts_box .clr_box .column > div .txt_box {
  padding: 0;
  margin: 15px 0 0 0;
}





#soundcreator .cts_box {
  display: flex;
  flex-direction: column;
}
#soundcreator .cts_box h4 {
  width: 100%;
  margin: 0 0 15px;
}
#soundcreator .cts_box:nth-of-type(2) h4 {
  padding: 2px 0;
}
#soundcreator .cts_box .txt_box {
  width: 100%;
  margin: 0 0 12px;
  padding: 32px 16px;
  color: #fff;
  background: linear-gradient(to left,#00A764,#D8DF00);
  flex-grow: 1;
}
#soundcreator .cts_box:nth-of-type(2) .txt_box {
  background: linear-gradient(to left,#00B5EE 0%,#CA67A4 66%,#E84894 100%);
}
#soundcreator .cts_box .txt_box h5 {
  width: 100%;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 24px;
}
#soundcreator .cts_box .txt_box ul.label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 24px;
}
#soundcreator .cts_box .txt_box ul.label li {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  padding: 5px 10px;
}
#soundcreator .cts_box .txt_box h6 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 0 0 0 12px;
  border-left: 8px solid #fff;
  margin: 0 0 10px;
}
#soundcreator .cts_box .txt_box p {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
}
#soundcreator .cts_box .field {
  width: 100%;
  padding: 0;
  margin: 0;
}
#soundcreator .cts_box .field h5 {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 10px .5em;
}
#soundcreator .cts_box .field .list_box {
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-left: 10px solid #00A29A;
  border-right: 10px solid #00A29A;
  border-bottom: 10px solid #00A29A;
  color: #00A29A;
  min-height: 260px;
}
#soundcreator .cts_box .field .list_box ul {
  justify-content: flex-start;
  gap: 20px;
}
#soundcreator .cts_box .field .list_box ul li {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
}
#soundcreator .cts_box:nth-of-type(2) .field .list_box {
  border-left: 10px solid #D95097;
  border-right: 10px solid #D95097;
  border-bottom: 10px solid #D95097;
  color: #D95097;
}
#soundcreator .cts_box:nth-of-type(2) .field .list_box ul {
  gap: 10px;
}
#soundcreator .cts_box:nth-of-type(2) .field .list_box ul li {
  width: calc((100% - 15px)/2);
  text-align: left;
  font-size: 20px;
}
#soundcreator .future .cts_box {
  background: linear-gradient(to top,#FFFFFF 0%,#00B9EF 8%,#00B9EF 100%);
  flex-direction: row;
  gap: 30px;
  padding-bottom: 70px;
}
#soundcreator .future .cts_box h4 {
  width: 18%;
  margin: 0;
}
#soundcreator .future .cts_box h4 img {
  max-height: inherit;
}
#soundcreator .future .cts_box .r_cts {
  width: calc(100% - 18% - 30px);
}
#soundcreator .future .cts_box .r_cts .img {
  padding-left: 18%;
  transform: translate(1px, 0);
}
#soundcreator .future .cts_box .r_cts p {
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 600;
  margin: 20px 0 0 0;
  padding: 0 .5em 0 0;
}
#soundcreator.class_cts .link_box .cts p {
  font-size: 40px;
}
#staff.class_cts .header {
  margin: 0;
}
#staff.class_cts .topics {
  justify-items: flex-start;
}
#staff.class_cts .topics h3 {
  padding: 0;
  margin: 0 0 20px;
}
#staff.class_cts .topics .border {
  width: 20px;
  background: #CFDB00 url(../images/staff-cts_border.svg) repeat-y top / cover;
}
#staff.class_cts .topics .cts_box {
  width: calc(50% - 10px);
  background: #F0E900;
  padding: 50px 6px 55px 30px;
}
#staff.class_cts .topics .cts_box.left {
  background: #CFDB00;
  padding: 50px 30px 55px 6px;
}
#staff.class_cts .lesson .inner {
  padding-top: 40px;
}
#staff.class_cts .lesson h3 {
  text-align: left;
  font-size: 36px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0 0 0 36px;
  position: relative;
}
#staff.class_cts .lesson h3 .float {
  position: absolute;
  left: 0;
  top: -70px;
}
#staff.class_cts .lesson .images {
  gap: 10px 30px;
}
#staff.class_cts .lesson .images img:nth-of-type(1) {
  width: 31.5%;
}
#staff.class_cts .lesson .images img:nth-of-type(2) {
  width: calc(100% - 31.5% - 30px);
}
#staff.class_cts .result {
  padding-bottom: 30px;
}
#staff.class_cts .result .inner {
  position: relative;
  padding-top: 50px;
}
#staff.class_cts .result .inner h3 {
  position: absolute;
  left: 30px;
  top: -30px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#staff.class_cts .result .inner ul {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 30px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0 0 20px;
}
#staff.class_cts .result .inner ul li {
  width: auto;
  min-width: calc((100% - 30px*2)/3);
}
#staff.class_cts .result .caution {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
}
#staff.class_cts .style {
  gap: 48px;
  padding-top: 55px;
}
#staff.class_cts .style .cts_box:nth-of-type(1) {
  color: #E60012;
}
#staff.class_cts .style .cts_box h3 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: bolder;
  text-align: left;
  margin: 0;
  padding: 0;
}
#staff.class_cts .style .cts_box p {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: .5em;
}
#staff.class_cts .style .cts_box {
  width: calc((100% - 48px*2)/3);
}
#staff.class_cts .style .cts_box .in_box {
  padding: 0 0 10px 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
#staff.class_cts .style .cts_box:nth-of-type(3) .in_box {
  padding: 0 10px 10px 0;
  border-left: none;
  border-right: 1px solid #000;
}
#staff.class_cts .style .cts_box:nth-of-type(1) .in_box,
#staff.class_cts .style .cts_box .in_box + .in_box {
  margin-top: 30px;
}
#staff.class_cts .style .cts_box .in_box img,
#staff.class_cts .style .cts_box .in_box .txt_cts {
  width: calc((100% - 10px)/2);
}
#staff.class_cts .style .cts_box .in_box .txt_cts h4 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: bolder;
  text-align: right;
  color: #E60012;
}
#staff.class_cts .style .cts_box .in_box .txt_cts h4.sml {
  font-size: 28px;
}
#staff.class_cts .style .cts_box .in_box .txt_cts p {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: .5em;
  color: #000;
}
#staff.class_cts .link_box .cts p {
  font-size: 40px;
}


/* ========================================================================================================
   1259px以下
   ========================================================================================================*/
@media screen and (max-width: 1259px) {
  .class_cts .link_box .cts p {
    font-size: calc(100vw / 100 * 3.8);
  }
  #soundcreator.class_cts .link_box .cts p,
  #staff.class_cts .link_box .cts p {
    font-size: calc(100vw / 100 * 3.1);
  }
  #artist .cts_box .clr_box h4 {
    font-size: calc(100vw / 100 * 4.5);
  }
  #artist .cts_box .clr_box .column > div h4 {
    font-size: calc(100vw / 100 * 4.1);
  }
  #artist .cts_box h3 span {
    font-size: calc(100vw / 100 * 1.5);
  }
  #staff.class_cts .style .cts_box h3 {
    font-size: calc(100vw / 100 * 2.7);
  }
  #staff.class_cts .style .cts_box .in_box .txt_cts h4 {
    font-size: calc(100vw / 100 * 2.4);
  }
  #staff.class_cts .style .cts_box .in_box .txt_cts h4.sml {
    font-size: calc(100vw / 100 * 2.1);
  }
  img.full {
    width: 100%;
  }
  #soundcreator .cts_box h4 img {
    max-height: inherit;
  }
}


/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #kv .kv_slider {
    width: 100%;
  }

  .class_cts .header {
    margin: 0 0 30px;
  }
  .class_cts h3 {
    padding: 0 3%;
    margin: 0 0 30px;
  }
  .class_cts .cts_wrap .cts_box {
    width: 100%;
  }

  .class_cts .link_box {
    padding: 16px;
    border-radius: 16px;
  }
  .class_cts .link_box .cts p {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .class_cts .link_box .btn_wrap {
    margin: 16px 0 0 0;
  }

  #artist .cts_wrap {
    gap: 30px;
  }
  #artist .cts_box h3 span {
    font-size: 13px;
  }
  #artist .cts_box {
    padding-right: 0;
  }
  #artist .cts_box .clr_box {
    padding: 24px 10px;
  }
  #artist .cts_box .clr_box .new {
    right: 16px;
    top: 30px;
    width: 98px;
  }
  #artist .cts_box .clr_box h4 {
    font-size: 40px;
  }
  #artist .cts_box .clr_box .txt_box {
    padding-right: 0;
  }
  #artist .cts_box .clr_box .txt_box .list {
    top: calc(100% + 24px);
    right: -16px;
    width: 55%;
    text-align: right;
  }
  #artist .cts_box:nth-of-type(3) .clr_box .txt_box .list {
    top: 200%;
    padding-left: 8%;
  }
  #artist .cts_box .clr_box .img {
    margin: 16px 0 0 0;
  }
  #artist .cts_box .clr_box .column > div {
    width: 100%;
  }
  #artist .cts_box .clr_box .column > div:nth-of-type(1),
  #artist .cts_box .clr_box .column > div:nth-of-type(3) {
    padding: 0;
  }
  #artist .cts_box .clr_box .column > div:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #00A0E9;
    border-bottom: 1px solid #00A0E9;
    padding: 16px 0;
    margin: 16px 0;
  }
  #artist .cts_box .clr_box .column > div h4 {
    font-size: 40px;
  }
  #artist .cts_box .clr_box .column > div h4 span {
    display: inline-block;
    text-align: left;
    line-height: 1em;
  }

  #soundcreator .cts_box .txt_box {
    padding: 24px 16px;
  }
  #soundcreator .cts_box .txt_box h5 {
    font-size: 32px;
    margin: 0 0 16px;
  }
  #soundcreator .cts_box .txt_box ul.label {
    margin: 0 0 16px;
  }
  #soundcreator .cts_box .txt_box ul.label li {
    font-size: 16px;
    padding: 5px;
  }
  #soundcreator .cts_box .txt_box h6 {
    margin: 0 0 5px;
  }
  #soundcreator .cts_box .txt_box p {
    font-size: 18px;
    line-height: 1.4em;
  }
  #soundcreator .cts_box .field h5 {
    font-size: 24px;
  }
  #soundcreator .cts_box .field .list_box {
    min-height: inherit;
  }
  #soundcreator .cts_box .field .list_box ul {
    gap: 15px;
    padding: 25px 0;
  }
  #soundcreator .cts_box:nth-of-type(2) .field .list_box ul {
    padding: 0;
  }
  #soundcreator .cts_box:nth-of-type(2) .field .list_box ul li {
    font-size: 12px;
  }
  #soundcreator.class_cts .link_box .cts p {
    font-size: 19px;
  }
  #soundcreator .future .cts_box .r_cts .img {
    padding-left: 0;
    transform: translate(0, 0);
  }
  #soundcreator .future .cts_box .r_cts p {
    font-size: 20px;
  }
  #soundcreator .future .cts_box h4 {
    width: 28%;
  }
  #soundcreator .future .cts_box .r_cts {
    width: calc(100% - 28% - 30px);
  }
  #soundcreator.class_cts .cts_wrap {
    gap: 30px;
  }
  #staff.class_cts .topics .cts_box,
  #staff.class_cts .topics .cts_box.left {
    width: 100%;
    padding: 24px 10px;
  }
  #staff.class_cts .topics .border {
    width: 100%;
    height: 20px;
    background: #CFDB00 url(../images/staff-cts_border_sp.svg) repeat-x top / cover;
  }
  #staff.class_cts .lesson .inner {
    padding-top: 24px;
  }
  #staff.class_cts .lesson h3 {
    font-size: 36px;
    margin: 0;
    padding: 0 0 0 70px;
  }
  #staff.class_cts .lesson h3 .float {
    top: 0;
  }
  #staff.class_cts .lesson .images img:nth-of-type(1),
  #staff.class_cts .lesson .images img:nth-of-type(2) {
    width: 100%;
  }
  #staff.class_cts .style .cts_box {
    width: 100%;
  }
  #staff.class_cts .style .cts_box p {
    font-size: 14px;
    line-height: 1.4em;
  }
  #staff.class_cts .style {
    gap: 20px;
    padding-top: 40px;
  }
  #staff.class_cts .style .cts_box:nth-of-type(1) .in_box,
  #staff.class_cts .style .cts_box .in_box + .in_box {
    margin-top: 20px;
  }
  #staff.class_cts .style .cts_box .in_box {
    padding: 0 0 18px!important;
    border-left: none!important;
    border-right: none!important;
  }
  #staff.class_cts .style .cts_box:nth-of-type(1) .in_box {
    flex-direction: row-reverse;
  }
  #staff.class_cts .style .cts_box .in_box .txt_cts h4 {
    font-size: 24px!important;
    text-align: left;
  }
  #staff.class_cts .link_box .cts p {
    font-size: 20px;
  }
  #staff.class_cts .result .inner ul {
    font-size: 13px;
    margin: 0 0 10px;
  }
  #staff.class_cts .result .inner ul li {
    width: 100%;
  }
  #staff.class_cts .result .caution {
    font-size: 11px;
  }
  #staff.class_cts .result .inner h3 {
    left: 3%;
    width: 300px;
  }
  #staff.class_cts .result {
    padding-bottom: 24px;
  }
  #staff.class_cts .style .cts_box h3 {
    font-size: 36px;
  }
  #artist.class_cts h3,
  #soundcreator.class_cts h3,
  #staff.class_cts h3 {
    padding-left: 0;
    padding-right: 0;
  }



}