ー  Music  ー

楽曲制作・Music Composition

Video Carousel // JavaScript for smooth scrolling of the carousel const carouselContainer = document.querySelector('.carousel-container'); carouselContainer.scrollLeft = 0; // Start at the first video // Function to scroll to the next video card function scrollToNextCard() { const currentScrollLeft = carouselContainer.scrollLeft; const cardWidth = carouselContainer.firstElementChild.offsetWidth + 20; // Width of a video card including margin const nextScrollLeft = currentScrollLeft + cardWidth; carouselContainer.scrollTo({ left: nextScrollLeft, behavior: 'smooth' }); } // Function to scroll to the previous video card function scrollToPrevCard() { const currentScrollLeft = carouselContainer.scrollLeft; const cardWidth = carouselContainer.firstElementChild.offsetWidth + 20; // Width of a video card including margin const prevScrollLeft = currentScrollLeft - cardWidth; carouselContainer.scrollTo({ left: prevScrollLeft, behavior: 'smooth' }); } // Add event listeners for custom navigation (you can add your own navigation buttons) // Example usage: // document.getElementById('next-button').addEventListener('click', scrollToNextCard); // document.getElementById('prev-button').addEventListener('click', scrollToPrevCard);

歌ってみた・Cover Songs

---> scroll right

Video Carousel

ボーカルMIX・Vocal Mixing

---> scroll right

Video Carousel

ー  Video Works  ー

MV制作・Music Videos

---> scroll right

Video Carousel

歌ってみた動画・Youtaite Cover Videos

---> scroll right

Video Carousel

その他・Other Projects

𝚌𝚘𝚖𝚒𝚗𝚐 𝚜𝚘𝚘𝚗...

ー  ART  ー

2024

𝚌𝚘𝚖𝚒𝚗𝚐 𝚜𝚘𝚘𝚗...

MVイラスト・Music Videos

---> scroll right

Video Carousel

ー  GRAPHICS  ー

Logos