<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =======================================

	ColorElements

======================================= */
/*-----------------------------------------
	トップページ
-----------------------------------------*/
/* 学科スライダーボタン */
.slider_btn li.music.slick-current a:before {background: #f89535;}
.slider_btn li.photo.slick-current a:before {background: #7386e6;}
.slider_btn li.movie.slick-current a:before {background: #1ed195;}
.slider_btn li.publication.slick-current a:before {background: #41b8d3;}
.slider_btn li.make.slick-current a:before {background: #944de2;}
.slider_btn li.performing.slick-current a:before {background: #e85e54;}
.slider_btn li.dance.slick-current a:before {background: #f3439c;}

/*-----------------------------------------
	学科を超えた学び
-----------------------------------------*/
/* MULTI CURRICULUM マルチカリキュラム */
/* INDUSTRY COLLABORATION 業界コラボレーション */
.txt_img_set .music:before,
.txt_img_set .music figcaption {background: #f89535;}
.txt_img_set .photo:before,
.txt_img_set .photo figcaption {background: #7386e6;}
.txt_img_set .movie:before,
.txt_img_set .movie figcaption {background: #1ed195;}
.txt_img_set .publication:before,
.txt_img_set .publication figcaption {background: #41b8d3;}
.txt_img_set .make:before,
.txt_img_set .make figcaption {background: #944de2;}
.txt_img_set .performing:before,
.txt_img_set .performing figcaption {background: #e85e54;}
.txt_img_set .dance:before,
.txt_img_set .dance figcaption {background: #f3439c;}

/* DEPARTMENT COLLABORATION 学科コラボレーション */
.label.music {border-color: #f89535;color: #f89535;padding: 0.2em 0.5em 0.3em;}
.label.photo {border-color: #7386e6;color: #7386e6;padding: 0.2em 0.5em 0.3em;}
.label.movie {border-color: #1ed195;color: #1ed195;padding: 0.2em 0.5em 0.3em;}
.label.publication {border-color: #41b8d3;color: #41b8d3;padding: 0.2em 0.5em 0.3em;}
.label.make {border-color: #944de2;color: #944de2;padding: 0.2em 0.5em 0.3em;}
.label.performing {border-color: #e85e54;color: #e85e54;padding: 0.2em 0.5em 0.3em;}
.label.dance {border-color: #f3439c;color: #f3439c;padding: 0.2em 0.5em 0.3em;}

/*-----------------------------------------
	在校生・卒業生の活躍、
	オープンキャンパス
-----------------------------------------*/
/* 一覧ページ ラベル */
#boxlist .music:before,
#boxlist .music .label {background: #f89535;}
#boxlist .photo:before,
#boxlist .photo .label {background: #7386e6;}
#boxlist .movie:before,
#boxlist .movie .label {background: #1ed195;}
#boxlist .publication:before,
#boxlist .publication .label {background: #41b8d3;}
#boxlist .make:before,
#boxlist .make .label {background: #944de2;}
#boxlist .performing:before,
#boxlist .performing .label {background: #e85e54;}
#boxlist .dance:before,
#boxlist .dance .label {background: #f3439c;}

/* インタビュー詳細 ラベル */
.interview_body .interview_header .interview_info .department.music {background: #f89535;}
.interview_body .interview_header .interview_info .department.photo {background: #7386e6;}
.interview_body .interview_header .interview_info .department.movie {background: #1ed195;}
.interview_body .interview_header .interview_info .department.publication {background: #41b8d3;}
.interview_body .interview_header .interview_info .department.make {background: #944de2;}
.interview_body .interview_header .interview_info .department.performing {background: #e85e54;}
.interview_body .interview_header .interview_info .department.dance {background: #f3439c;}

/* インタビュー詳細 SEO対策ボタン */
.entry_base .department.music a {background: #f89535;}
.entry_base .department.photo a {background: #7386e6;}
.entry_base .department.movie a {background: #1ed195;}
.entry_base .department.publication a {background: #41b8d3;}
.entry_base .department.make a {background: #944de2;}
.entry_base .department.performing a {background: #e85e54;}
.entry_base .department.dance a {background: #f3439c;}

/*-----------------------------------------
	学科
-----------------------------------------*/
/* 学科別背景画像 */

.pg_department .bg_area {background-image: url(/files/common/mv_department_bg.jpg);}
.pg_music .bg_area {background-image: url(/files/common/mv_music_bg.jpg);}
.pg_photo .bg_area {background-image: url(/files/common/main_photo_bg.jpg);}
.pg_movie .bg_area {background-image: url(/files/common/main_move_bg.jpg);}
.pg_publication .bg_area {background-image: url(/files/common/mv_publication_bg.jpg);}
.pg_make .bg_area {background-image: url(/files/common/mv_make_bg.jpg);}
.pg_performing .bg_area {background-image: url(/files/common/mv_performing_bg.jpg);}
.pg_dance .bg_area {background-image: url(/files/common/mv_dance_bg.jpg);}

@media only screen and (max-width: 768px) {
	.pg_department .pg_ttl {background-image: url(/files/common/mv_department_bg.jpg);}
	.pg_music .pg_ttl {background-image: url(/files/common/mv_music_bg.jpg);}
	.pg_photo .bg_area {background-image: url(/files/common/sp_photo_bg.jpg);}
	.pg_movie .pg_ttl {background-image: url(/files/common/mv_movie_bg.jpg);}
	.pg_publication .pg_ttl {background-image: url(/files/common/mv_publication_bg.jpg);}
	.pg_make .pg_ttl {background-image: url(/files/common/mv_make_bg.jpg);}
	.pg_performing .pg_ttl {background-image: url(/files/common/mv_performing_bg.jpg);}
	.pg_dance .pg_ttl {background-image: url(/files/common/mv_dance_bg.jpg);}
}

/* 学科紹介一覧 */
.contents_page_list .music dd a:before {color: #f89535;}
.contents_page_list .photo dd a:before {color: #7386e6;}
.contents_page_list .movie dd a:before {color: #1ed195;}
.contents_page_list .publication dd a:before {color: #41b8d3;}
.contents_page_list .make dd a:before {color: #944de2;}
.contents_page_list .performing dd a:before {color: #e85e54;}
.contents_page_list .dance dd a:before {color: #f3439c;}

/* 見出しマーカー */
.pg_music .entry_head strong {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f89535));
	background: linear-gradient(transparent 70%, #f89535 0%);
}
.pg_photo .entry_head strong {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #7386e6));
	background: linear-gradient(transparent 70%, #7386e6 0%);
}
.pg_movie .entry_head strong {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #1ed195));
	background: linear-gradient(transparent 70%, #1ed195 0%);
}
.pg_publication .entry_head strong {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #41b8d3));
	background: linear-gradient(transparent 70%, #41b8d3 0%);
}
.pg_make .entry_head strong {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #944de2));
	background: linear-gradient(transparent 70%, #944de2 0%);
}
.pg_performing .entry_head strong {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #e85e54));
	background: linear-gradient(transparent 70%, #e85e54 0%);
}
.pg_dance .entry_head strong {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f3439c));
	background: linear-gradient(transparent 70%, #f3439c 0%);
}

/* FEATURE 特徴 */
.pg_music .point_list li .num {
	background: #f89535;
	background: -moz-linear-gradient(-45deg,  #f89535 40%, #cec702 100%);
	background: -webkit-linear-gradient(-45deg,  #f89535 40%,#cec702 100%);
	background: linear-gradient(135deg,  #f89535 40%,#cec702 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89535', endColorstr='#cec702',GradientType=1 );
}
.pg_photo .point_list li .num {
	background: #7386e6;
	background: -moz-linear-gradient(-45deg,  #7386e6 40%, #5f6beb 100%);
	background: -webkit-linear-gradient(-45deg,  #7386e6 40%,#5f6beb 100%);
	background: linear-gradient(135deg,  #7386e6 40%,#5f6beb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7386e6', endColorstr='#5f6beb',GradientType=1 );
}
.pg_movie .point_list li .num {
	background: #1ed195;
	background: -moz-linear-gradient(-45deg,  #1ed195 40%, #95ff2d 100%);
	background: -webkit-linear-gradient(-45deg,  #1ed195 40%,#95ff2d 100%);
	background: linear-gradient(135deg,  #1ed195 40%,#95ff2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ed195', endColorstr='#95ff2d',GradientType=1 );
}
.pg_publication .point_list li .num {
	background: #41b8d3;
	background: -moz-linear-gradient(-45deg,  #41b8d3 40%, #1af4b4 100%);
	background: -webkit-linear-gradient(-45deg,  #41b8d3 40%,#1af4b4 100%);
	background: linear-gradient(135deg,  #41b8d3 40%,#1af4b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b8d3', endColorstr='#1af4b4',GradientType=1 );
}
.pg_make .point_list li .num {
	background: #944de2;
	background: -moz-linear-gradient(-45deg,  #944de2 40%, #cb9dff 100%);
	background: -webkit-linear-gradient(-45deg,  #944de2 40%,#cb9dff 100%);
	background: linear-gradient(135deg,  #944de2 40%,#cb9dff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#944de2', endColorstr='#cb9dff',GradientType=1 );
}
.pg_performing .point_list li .num {
	background: #e85e54;
	background: -moz-linear-gradient(-45deg,  #e85e54 40%, #ff7ab5 100%);
	background: -webkit-linear-gradient(-45deg,  #e85e54 40%,#ff7ab5 100%);
	background: linear-gradient(135deg,  #e85e54 40%,#ff7ab5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85e54', endColorstr='#ff7ab5',GradientType=1 );
}
.pg_dance .point_list li .num {
	background: #f3439c;
	background: -moz-linear-gradient(-45deg,  #f3439c 40%, #ee889e 100%);
	background: -webkit-linear-gradient(-45deg,  #f3439c 40%,#ee889e 100%);
	background: linear-gradient(135deg,  #f3439c 40%,#ee889e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3439c', endColorstr='#ee889e',GradientType=1 );
}

/* COURSE 分野・コース紹介 */
.pg_music .thumb_link_list a {border-top: 4px solid #f89535;}
.pg_photo .thumb_link_list a {border-top: 4px solid #7386e6;}
.pg_movie .thumb_link_list a {border-top: 4px solid #1ed195;}
.pg_publication .thumb_link_list a {border-top: 4px solid #41b8d3;}
.pg_make .thumb_link_list a {border-top: 4px solid #944de2;}
.pg_performing .thumb_link_list a {border-top: 4px solid #e85e54;}
.pg_dance .thumb_link_list a {border-top: 4px solid #f3439c;}
.pg_music .thumb_link_list .ttl:before {color: #f89535;}
.pg_photo .thumb_link_list .ttl:before {color: #7386e6;}
.pg_movie .thumb_link_list .ttl:before {color: #1ed195;}
.pg_publication .thumb_link_list .ttl:before {color: #41b8d3;}
.pg_make .thumb_link_list .ttl:before {color: #944de2;}
.pg_performing .thumb_link_list .ttl:before {color: #e85e54;}
.pg_dance .thumb_link_list .ttl:before {color: #f3439c;}

/* PICK UP おすすめコンテンツ */
.pg_music .txt_img_set dt:before {background: #f89535;}
.pg_photo .txt_img_set dt:before {background: #7386e6;}
.pg_movie .txt_img_set dt:before {background: #1ed195;}
.pg_publication .txt_img_set dt:before {background: #41b8d3;}
.pg_make .txt_img_set dt:before {background: #944de2;}
.pg_performing .txt_img_set dt:before {background: #e85e54;}
.pg_dance .txt_img_set dt:before {background: #f3439c;}

/* FETURE WORKS 将来のシゴト */
.pg_music .list_box li:before {color: #f89535;}
.pg_photo .list_box li:before {color: #7386e6;}
.pg_movie .list_box li:before {color: #1ed195;}
.pg_publication .list_box li:before {color: #41b8d3;}
.pg_make .list_box li:before {color: #944de2;}
.pg_performing .list_box li:before {color: #e85e54;}
.pg_dance .list_box li:before {color: #f3439c;}
.pg_music .list_box:before {
	background: #f89535;
	background: -moz-linear-gradient(left,  #f89535 0%, #cec702 50%);
	background: -webkit-linear-gradient(left,  #f89535 0%,#cec702 50%);
	background: linear-gradient(to right,  #f89535 0%,#cec702 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89535', endColorstr='#cec702',GradientType=1 );
}
.pg_photo .list_box:before {
	background: #7386e6;
	background: -moz-linear-gradient(left,  #7386e6 0%, #5f6beb 50%);
	background: -webkit-linear-gradient(left,  #7386e6 0%,#5f6beb 50%);
	background: linear-gradient(to right,  #7386e6 0%,#5f6beb 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7386e6', endColorstr='#5f6beb',GradientType=1 );
}
.pg_movie .list_box:before {
	background: #1ed195;
	background: -moz-linear-gradient(left,  #1ed195 0%, #95ff2d 50%);
	background: -webkit-linear-gradient(left,  #1ed195 0%,#95ff2d 50%);
	background: linear-gradient(to right,  #1ed195 0%,#95ff2d 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ed195', endColorstr='#95ff2d',GradientType=1 );
}
.pg_publication .list_box:before {
	background: #41b8d3;
	background: -moz-linear-gradient(left,  #41b8d3 0%, #1af4b4 50%);
	background: -webkit-linear-gradient(left,  #41b8d3 0%,#1af4b4 50%);
	background: linear-gradient(to right,  #41b8d3 0%,#1af4b4 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b8d3', endColorstr='#1af4b4',GradientType=1 );
}
.pg_make .list_box:before {
	background: #944de2;
	background: -moz-linear-gradient(left,  #944de2 0%, #cb9dff 50%);
	background: -webkit-linear-gradient(left,  #944de2 0%,#cb9dff 50%);
	background: linear-gradient(to right,  #944de2 0%,#cb9dff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#944de2', endColorstr='#cb9dff',GradientType=1 );
}
.pg_performing .list_box:before {
	background: #e85e54;
	background: -moz-linear-gradient(left,  #e85e54 0%, #ff7ab5 50%);
	background: -webkit-linear-gradient(left,  #e85e54 0%,#ff7ab5 50%);
	background: linear-gradient(to right,  #e85e54 0%,#ff7ab5 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85e54', endColorstr='#ff7ab5',GradientType=1 );
}
.pg_dance .list_box:before {
	background: #f3439c;
	background: -moz-linear-gradient(left,  #f3439c 0%, #ee889e 50%);
	background: -webkit-linear-gradient(left,  #f3439c 0%,#ee889e 50%);
	background: linear-gradient(to right,  #f3439c 0%,#ee889e 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3439c', endColorstr='#ee889e',GradientType=1 );
}

/* CLASS 授業クローズアップ！ */
.pg_music .class_list li h3:before {
	background: #f89535;
	background: -moz-linear-gradient(-45deg,  #f89535 0%, #cec702 100%);
	background: -webkit-linear-gradient(-45deg,  #f89535 0%,#cec702 100%);
	background: linear-gradient(135deg,  #f89535 0%,#cec702 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89535', endColorstr='#cec702',GradientType=1 );
}
.pg_photo .class_list li h3:before {
	background: #7386e6;
	background: -moz-linear-gradient(-45deg,  #7386e6 0%, #5f6beb 100%);
	background: -webkit-linear-gradient(-45deg,  #7386e6 0%,#5f6beb 100%);
	background: linear-gradient(135deg,  #7386e6 0%,#5f6beb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7386e6', endColorstr='#5f6beb',GradientType=1 );
}
.pg_movie .class_list li h3:before {
	background: #1ed195;
	background: -moz-linear-gradient(-45deg,  #1ed195 0%, #95ff2d 100%);
	background: -webkit-linear-gradient(-45deg,  #1ed195 0%,#95ff2d 100%);
	background: linear-gradient(135deg,  #1ed195 0%,#95ff2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ed195', endColorstr='#95ff2d',GradientType=1 );
}
.pg_publication .class_list li h3:before {
	background: #41b8d3;
	background: -moz-linear-gradient(-45deg,  #41b8d3 0%, #1af4b4 100%);
	background: -webkit-linear-gradient(-45deg,  #41b8d3 0%,#1af4b4 100%);
	background: linear-gradient(135deg,  #41b8d3 0%,#1af4b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b8d3', endColorstr='#1af4b4',GradientType=1 );
}
.pg_make .class_list li h3:before {
	background: #944de2;
	background: -moz-linear-gradient(-45deg,  #944de2 0%, #cb9dff 100%);
	background: -webkit-linear-gradient(-45deg,  #944de2 0%,#cb9dff 100%);
	background: linear-gradient(135deg,  #944de2 0%,#cb9dff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#944de2', endColorstr='#cb9dff',GradientType=1 );
}
.pg_performing .class_list li h3:before {
	background: #e85e54;
	background: -moz-linear-gradient(-45deg,  #e85e54 0%, #ff7ab5 100%);
	background: -webkit-linear-gradient(-45deg,  #e85e54 0%,#ff7ab5 100%);
	background: linear-gradient(135deg,  #e85e54 0%,#ff7ab5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85e54', endColorstr='#ff7ab5',GradientType=1 );
}
.pg_dance .class_list li h3:before {
	background: #f3439c;
	background: -moz-linear-gradient(-45deg,  #f3439c 0%, #ee889e 100%);
	background: -webkit-linear-gradient(-45deg,  #f3439c 0%,#ee889e 100%);
	background: linear-gradient(135deg,  #f3439c 0%,#ee889e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3439c', endColorstr='#ee889e',GradientType=1 );
}

/* ナビゲーション */
.content_list &gt; li.music &gt; ul a:before,
.content_list &gt; li.music.parent:not(.active).toggle .switch_btn:before,
.content_list &gt; li.music.parent.active:not(.toggle) .switch_btn:before,
.content_list &gt; li.music.parent .parent_link,
.content_list &gt; li.music.parent .parent_link:before {color: #f89535;}
.content_list &gt; li.photo &gt; ul a:before,
.content_list &gt; li.photo.parent:not(.active).toggle .switch_btn:before,
.content_list &gt; li.photo.parent.active:not(.toggle) .switch_btn:before,
.content_list &gt; li.photo.parent .parent_link,
.content_list &gt; li.photo.parent .parent_link:before {color: #7386e6;}
.content_list &gt; li.movie &gt; ul a:before,
.content_list &gt; li.movie.parent:not(.active).toggle .switch_btn:before,
.content_list &gt; li.movie.parent.active:not(.toggle) .switch_btn:before,
.content_list &gt; li.movie.parent .parent_link,
.content_list &gt; li.movie.parent .parent_link:before {color: #1ed195;}
.content_list &gt; li.publication &gt; ul a:before,
.content_list &gt; li.publication.parent:not(.active).toggle .switch_btn:before,
.content_list &gt; li.publication.parent.active:not(.toggle) .switch_btn:before,
.content_list &gt; li.publication.parent .parent_link,
.content_list &gt; li.publication.parent .parent_link:before {color: #41b8d3;}
.content_list &gt; li.make &gt; ul a:before,
.content_list &gt; li.make.parent:not(.active).toggle .switch_btn:before,
.content_list &gt; li.make.parent.active:not(.toggle) .switch_btn:before,
.content_list &gt; li.make.parent .parent_link,
.content_list &gt; li.make.parent .parent_link:before {color: #944de2;}
.content_list &gt; li.performing &gt; ul a:before,
.content_list &gt; li.performing.parent:not(.active).toggle .switch_btn:before,
.content_list &gt; li.performing.parent.active:not(.toggle) .switch_btn:before,
.content_list &gt; li.performing.parent .parent_link,
.content_list &gt; li.performing.parent .parent_link:before {color: #e85e54;}
.content_list &gt; li.dance &gt; ul a:before,
.content_list &gt; li.dance.parent:not(.active).toggle .switch_btn:before,
.content_list &gt; li.dance.parent.active:not(.toggle) .switch_btn:before,
.content_list &gt; li.dance.parent .parent_link,
.content_list &gt; li.dance.parent .parent_link:before {color: #f3439c;}</pre></body></html>