diff --git a/theme/parts/sitemap/musiclist.php b/theme/parts/sitemap/musiclist.php
new file mode 100644
index 0000000..4ceef27
--- /dev/null
+++ b/theme/parts/sitemap/musiclist.php
@@ -0,0 +1,141 @@
+
+
ジャケット付きの曲一覧もあります。
+ただし、キャッシュがない状態で閲覧すると30MB以上のダウンロードが行われます。
+情報量が多くグリッド表示する関係もありPC推奨です。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -1,
+ 'paged' => $paged,
+ 'orderby' => 'post_date',
+ 'order' => 'DESC',
+ 'post_type' => allsongtype(),
+ 'post_status' => 'publish'
+);
+$the_query = new WP_Query($args);
+if ( $the_query->have_posts() ) :
+ while ( $the_query->have_posts() ) : $the_query->the_post();
+?>
+
+
+
+