.hrsWrapper{position:relative;min-height:160vh;margin:0}.hrsHeadlineWrapper{position:fixed;top:10rem;left:0;width:100%}.hrsHeadline{width:100%;text-align:center;font-size:8rem;line-height:8rem;margin-bottom:3rem}.hrsJapan{text-align:center;font-weight:900;color:rgb(255,24,24);font-size:4rem}.hrsCtaWrapper{width:100%;flex-direction:column;padding:2rem;margin:15rem auto 0;z-index:1}.hrsCtaWrapper *{margin:2rem auto 0;text-align:center}.hrsDescription{font-size:1.3rem;width:40%;line-height:2rem;color:rgb(192,192,192)}.hrsImgWrapper{position:relative}.bgImg,.hendoImage{position:absolute;margin:0 auto;z-index:-1;width:100%;height:auto}.hendoImage{z-index:2;top:.5rem}@media (max-width:1000px){.hrsDescription{width:90%}.hrsWrapper{min-height:100svh}.hrsHeadline{font-size:4rem;line-height:4rem;margin-bottom:1rem}.hrsCtaWrapper{margin-top:5rem}.hrsJapan{font-size:2rem}.bgImg,.hendoImage{scale:2;top:10rem}.hrsHeadlineWrapper{top:5rem}.hrsImgWrapper{min-width:fit-content;min-height:100vh;position:relative;overflow-x:hidden}}@media (max-width:1000px) and (orientation:landscape){.hrsImgWrapper{overflow:hidden}.hrsWrapper{min-height:200vh}.bgImg,.hendoImage{scale:1}}.musicCard{display:flex;flex-direction:column;background:rgb(255,255,255,.025);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(3px);border-radius:20px;overflow:hidden;position:relative;isolation:isolate;box-shadow:0 8px 32px rgba(0,0,0,.1);gap:1.5rem;padding:1.5rem;will-change:transform;transform:translateZ(0);-webkit-transform:translateZ(0);contain:layout style paint;max-width:400px;flex:1 1 300px}.musicCardTop{display:flex;flex-direction:column;align-items:start;gap:1rem}.musicCard:before{background:linear-gradient(135deg,transparent,rgba(255,255,255,.03) 25%,transparent 50%,rgba(255,255,255,.03) 75%,transparent);z-index:-1}.musicCard:after,.musicCard:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px}.musicCard:after{padding:.5px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5) 25%,transparent 50%,rgba(255,255,255,.5) 75%,transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:1;pointer-events:none}.musicCardPlaying{box-shadow:0 0 30px var(--theme-color),0 0 60px var(--theme-color);animation:playingGlow 2s ease-in-out infinite}@keyframes playingGlow{0%,to{box-shadow:0 0 30px var(--theme-color),0 0 60px var(--theme-color)}50%{box-shadow:0 0 40px var(--theme-color),0 0 80px var(--theme-color)}}.musicCardImageContainer{flex-shrink:0;width:100%;height:250px;border-radius:12px;overflow:hidden;background:rgba(0,0,0,.2)}.musicCardImage{width:100%;height:100%;object-fit:cover;display:block}.musicCardImagePlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05)}.musicCardImagePlaceholderIcon{font-size:4rem;font-weight:700;color:rgba(255,255,255,.3);font-family:var(--font-lemonmilk,"LEMON MILK",sans-serif);user-select:none}.musicCardInfo{flex:1 1 auto;width:100%;display:flex;flex-direction:column;gap:.75rem;min-width:0}.musicCardTitle{font-size:1.25rem;font-weight:600;color:white;margin:0;font-family:var(--font-lemonmilk,"LEMON MILK",sans-serif)}.musicCardPlaying .musicCardTitle{color:var(--theme-color)}.musicCardDescription{color:rgba(255,255,255,.8);font-size:.875rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.musicCardHashtagsToggle{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;padding:.5rem .75rem;border-radius:20px;color:rgba(255,255,255,.9);font-size:.875rem;font-weight:700;cursor:pointer;font-family:Roboto,sans-serif;margin-top:.5rem;width:fit-content;box-shadow:none}.musicCardHashtagsToggle:hover{background:none;background-color:none;box-shadow:none}.musicCardHashtagsToggle svg{color:rgba(255,255,255,.9)}.musicCardTags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.musicCardTag{padding:.4rem .8rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:14px;color:rgba(255,255,255,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:Roboto,sans-serif}.musicCardPlayer{position:relative;width:100%;height:auto;padding:0}.musicCardParticle{display:none}.musicCardPlayerControls{display:flex;align-items:center;gap:1rem;width:100%}.musicCardPlayButton{width:44px;height:44px;min-width:44px;min-height:44px;max-width:44px;max-height:44px;border-radius:50%;background:transparent;border:2px solid var(--theme-color-1);color:var(--theme-color-1);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;padding:0;aspect-ratio:1/1;box-shadow:none}.musicCardPlayButton:hover{transform:scale(1.1);background:rgba(255,255,255,.1);box-shadow:none}.musicCardPlayButton.playing{background:linear-gradient(to top right,var(--theme-color-1),var(--theme-color-2));border:none;color:white;box-shadow:0 0 20px var(--theme-color-1),0 0 40px var(--theme-color-2)}.musicCardProgressBar{flex:1;height:6px;background:rgba(255,255,255,.2);border-radius:3px;overflow:visible;cursor:pointer;position:relative}.musicCardProgressBar:hover{height:8px;background:rgba(255,255,255,.3)}.musicCardProgressFill{height:100%;background:linear-gradient(to right,var(--theme-color-1),var(--theme-color-2));border-radius:3px;position:relative}.musicCardProgressFill:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:white;border-radius:50%;box-shadow:0 0 10px var(--theme-color-1),0 0 20px var(--theme-color-2),0 0 4px rgba(0,0,0,.3);border:3px solid var(--theme-color-2);z-index:10}.musicCardPurchaseSection{flex-shrink:0;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:1rem;width:100%;margin-left:0;margin-top:1rem;min-width:auto}.musicCardPrice{font-size:1.5rem;font-weight:700;color:var(--theme-color);font-family:var(--font-lemonmilk,"LEMON MILK",sans-serif);text-align:left;white-space:nowrap}.musicCardActionsWrapper{display:flex;flex-direction:row;align-items:center;gap:1rem}.userActionWrapper{display:flex;flex-direction:column;align-items:end}.musicCardIconActions{display:flex;flex-direction:row;gap:1rem;justify-content:space-between;margin-top:1rem}.musicCardIconButton{background:transparent;border:none;box-shadow:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.musicCardIconButton:hover{color:var(--theme-color-1);background:transparent;box-shadow:none}.musicCardIconButton.active{color:var(--theme-color-2);background:transparent;box-shadow:none}.musicCardIconButton.disabled,.musicCardIconButton:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.musicCardPurchaseButton{flex:0 0 auto;min-width:140px;padding:.875rem 1rem;border-radius:12px;border:none;color:white;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-lemonmilk,"LEMON MILK",sans-serif);box-shadow:0 0 15px var(--theme-color-1),0 0 30px var(--theme-color-2);font-size:.9rem}.musicCardPurchaseButton:hover{background:black;color:var(--light-gray);box-shadow:0 0 20px var(--theme-color-1),0 0 40px var(--theme-color-2);transform:translateY(-1px)}.musicCardPurchaseButton:active{transform:translateY(0)}.musicCardPurchaseButton:disabled,.musicCardPurchaseButtonPurchased{opacity:.5;cursor:not-allowed;background:rgba(255,255,255,.05);color:rgba(255,255,255,.5);box-shadow:none;pointer-events:none}.musicCardPurchaseButton:disabled:hover,.musicCardPurchaseButtonPurchased:hover{transform:none;background:rgba(255,255,255,.05);color:rgba(255,255,255,.5);box-shadow:none}@media (max-width:768px){.musicCard{max-width:100%}.musicCardImageContainer{height:200px}.musicCardTag{font-size:12px;font-family:Roboto,sans-serif}.musicCardTitle{font-size:1.1rem}.musicCardPrice{font-size:1.25rem}}@supports (-webkit-touch-callout:none){.musicCard{contain:unset;transform:none;-webkit-transform:none;touch-action:pan-x pan-y}}.homeMusicSection{width:100%;padding:2rem 0}.homeMusicHeader{width:100%;padding:2rem 5%;display:flex;justify-content:center;align-items:center}.homeMusicHeaderContent{display:flex;align-items:center;gap:1.5rem}.homeMusicHeaderIcon{color:var(--theme-color);transition:color 1s ease}.homeMusicHeaderTitle{font-size:var(--text-3xl);font-weight:700;color:white;margin:0;font-family:var(--font-lemonmilk,"LEMON MILK",sans-serif)}.homeMusicMain{width:100%;padding:0 5%}.homeMusicList{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.homeMusicList .musicCard{max-width:100%;width:100%}@media (max-width:1200px){.homeMusicList{grid-template-columns:repeat(2,1fr)}}.homeMusicSkeleton{background:rgba(255,255,255,.05);border-radius:20px;height:400px;animation:homeMusicPulse 2s ease-in-out infinite}@keyframes homeMusicPulse{0%,to{opacity:.5}50%{opacity:.8}}@media (max-width:768px){.homeMusicSection{padding:1rem 0}.homeMusicHeader{padding:1.5rem 5%}.homeMusicHeaderContent{gap:1rem}.homeMusicHeaderIcon{width:32px;height:32px}.homeMusicHeaderTitle{font-size:2rem}.homeMusicMain{padding:0 3%}.homeMusicList{gap:1.5rem;grid-template-columns:1fr}.homeMusicSkeleton{height:300px}}