/*
Author: J.Murai
Website: https://j-murai.com/
*/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);body{font-family:Inter,"Noto Sans JP",sans-serif;font-weight:400}.common-copy{position:fixed;color:#fff;font-size:12px;mix-blend-mode:exclusion;bottom:8px;right:8px;z-index:1000}.common-copy a{color:#fff;text-decoration:underline}.common-quot{position:fixed;display:grid;grid-template:0fr/0fr;width:max-content;min-width:40px;height:max-content;min-height:40px;background:rgba(64,64,64,.8);bottom:16px;border-radius:50px;left:16px;z-index:1000;transition:grid-template .4s ease;cursor:pointer}.common-quot.is-open{grid-template:1fr/1fr}.common-quot::before{pointer-events:none;position:absolute;content:"";display:block;width:40px;aspect-ratio:1;background:url(../img/quotes-right.svg) center center/16px auto no-repeat;top:0;left:0;opacity:.3}.common-quot div{overflow:hidden}.common-quot p{display:grid;gap:8px;font-size:12px;white-space:nowrap;padding:12px 16px 12px 40px;overflow:hidden}.common-quot a{color:#fff;text-decoration:none;opacity:.5}.common-quot a::before{content:attr(href)}