@charset "UTF-8";:root{--theme-black: 24 27 28;--theme-white: 255 255 255;--theme-yellow: 255 252 219;--theme-dark-yellow: 240 237 203;--theme-blue: 152 204 247;--theme-dark-blue: 63 166 249;--theme-purple: 184 193 225;--theme-pink: 246 217 234;--theme-dark-pink: 246 191 194;--theme-green: 207 238 236;--theme-dark-green: 187 229 223;--theme-main-text: rgb(var(--theme-black) / 1);--theme-base: rgb(var(--theme-white) / 1)}:root{--baseFont: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{font-size:16px}@media (max-width: 374px){html{font-size:4.2780748663vw}}@media screen and (min-width: 768px){html{font-size:1.6326530612vw}}@media (min-width: 980px){html{font-size:16px}}*,*:before,*:after{box-sizing:border-box;min-inline-size:0;animation-fill-mode:forwards;animation-duration:4s;animation-iteration-count:infinite;animation-delay:.8s;animation-direction:alternate;animation-timing-function:ease-in-out}body{min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;font-size:.875rem;line-height:1.4285714286;font-family:var(--baseFont);font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;letter-spacing:0em;color:var(--theme-main-text);background-color:var(--theme-base);position:relative}body.is-fixed{width:100%;height:100%;overflow:hidden}a{color:inherit;text-decoration:none}@media screen and (min-width: 768px){a[href^="tel:"]{pointer-events:none}}li{list-style:none}img{max-width:100%;width:100%;display:block;object-fit:cover;height:auto}input,textarea{margin:0;padding:0;font:inherit;color:inherit;outline:none;border:none;border-radius:0;resize:none}input:focus,textarea:focus{outline:none;border:none}button{margin:0;padding:0;font:inherit;color:inherit;background-color:transparent;border:none;cursor:pointer;transition:opacity var(--hover-transition)}@media (hover: hover){button:hover{text-decoration:none;opacity:1}}details summary{list-style:none;cursor:pointer}details summary::-webkit-details-marker{display:none}figure{margin:0}picture{display:block;height:auto}abbr{text-decoration:none}:root{--hover-transition: .3s ease;--hover-opacity: .7;--ease-out-back: cubic-bezier(.175, .885, .32, 1.275);--duration: .8s}@keyframes floatingRight{0%{transform:translate(0) rotate(0)}to{transform:translate(8%,6%) rotate(24deg)}}@keyframes floatingLeft{0%{transform:translate(0) rotate(0)}to{transform:translate(-8%,6%) rotate(-24deg)}}.l-footer__inner{width:100%;margin-inline:auto;padding-block:2rem;padding-inline:16px}@media screen and (min-width: 768px){.l-footer__inner{padding-block:3.1875rem;padding-inline:min(1.953125vw,25px)}}.l-footer__illustTip{display:block;text-align:center;font-weight:500;font-size:.625rem}@media screen and (min-width: 768px){.l-footer__illustTip{font-size:.75rem}}.l-footer__illustImg{margin-top:2.5rem}.l-footer__illustImg img{width:3.5rem;margin-inline:auto;object-fit:contain}@media screen and (min-width: 768px){.l-footer__illustImg img{width:4.1875rem}}.l-footer__illustCaption{display:block;margin-top:.875rem;font-size:.625rem;font-weight:500;letter-spacing:.3em;text-indent:.3em;text-align:center}@media screen and (min-width: 768px){.l-footer__illustCaption{margin-top:1.125rem}}.l-footer__banner{display:block;margin-top:2.5625rem;width:min(22.125rem,100%);margin-inline:auto;transition:opacity var(--hover-transition)}@media screen and (min-width: 768px){.l-footer__banner{margin-top:4.5625rem;width:29.1875rem}}.l-footer__logo{margin-top:3.25rem;display:grid;justify-content:center;gap:2.5rem;grid-template-columns:repeat(2,1fr);width:fit-content;margin-inline:auto}@media screen and (min-width: 768px){.l-footer__logo{margin-top:4.5rem}}.l-footer__logoLink{display:grid;place-items:center;transition:opacity var(--hover-transition)}.l-footer__logoLink--sol{width:5rem}@media screen and (min-width: 768px){.l-footer__logoLink--sol{width:7.125rem}}.l-footer__logoLink--suntory{width:7.1875rem}@media screen and (min-width: 768px){.l-footer__logoLink--suntory{width:10.125rem}}.l-footer__copyright{margin-top:1.5rem;display:block;text-align:center;color:#59c3e0;font-weight:400;font-size:.625rem;letter-spacing:.3em;text-indent:.3em}@media screen and (min-width: 768px){.l-footer__copyright{margin-top:2.0625rem}}@media (hover: hover){.l-footer__logoLink:hover,.l-footer__banner:hover{opacity:var(--hover-opacity)}.l-footer__illustImg:hover img{animation-name:rattle;animation-fill-mode:forwards;animation-duration:.7s;animation-iteration-count:1;animation-delay:0s;animation-direction:normal;animation-timing-function:ease;transform-origin:center 70%}@keyframes rattle{0%{rotate:0deg}20%{rotate:10deg}40%{rotate:-8deg}60%{rotate:5deg}80%{rotate:-2deg}to{rotate:0deg}}}body[data-page=top] .l-main{overflow:hidden}.l-inner{max-width:30rem;width:100%;margin-inline:auto;padding-inline:16px}@media screen and (min-width: 768px){.l-inner{max-width:1030px;padding-inline:min(1.953125vw,25px)}}.c-text__sp7pc7{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc7{font-size:.4375rem}}.c-text__sp7pc8{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc8{font-size:.5rem}}.c-text__sp7pc9{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc9{font-size:.5625rem}}.c-text__sp7pc10{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc10{font-size:.625rem}}.c-text__sp7pc11{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc11{font-size:.6875rem}}.c-text__sp7pc12{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc12{font-size:.75rem}}.c-text__sp7pc13{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc13{font-size:.8125rem}}.c-text__sp7pc14{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc14{font-size:.875rem}}.c-text__sp7pc15{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc15{font-size:.9375rem}}.c-text__sp7pc16{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc16{font-size:1rem}}.c-text__sp7pc17{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc17{font-size:1.0625rem}}.c-text__sp7pc18{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc18{font-size:1.125rem}}.c-text__sp7pc19{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc19{font-size:1.1875rem}}.c-text__sp7pc20{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc20{font-size:1.25rem}}.c-text__sp7pc21{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc21{font-size:1.3125rem}}.c-text__sp7pc22{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc22{font-size:1.375rem}}.c-text__sp7pc23{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc23{font-size:1.4375rem}}.c-text__sp7pc24{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc24{font-size:1.5rem}}.c-text__sp7pc25{font-size:.4375rem}@media screen and (min-width: 768px){.c-text__sp7pc25{font-size:1.5625rem}}.c-text__sp8pc7{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc7{font-size:.4375rem}}.c-text__sp8pc8{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc8{font-size:.5rem}}.c-text__sp8pc9{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc9{font-size:.5625rem}}.c-text__sp8pc10{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc10{font-size:.625rem}}.c-text__sp8pc11{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc11{font-size:.6875rem}}.c-text__sp8pc12{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc12{font-size:.75rem}}.c-text__sp8pc13{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc13{font-size:.8125rem}}.c-text__sp8pc14{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc14{font-size:.875rem}}.c-text__sp8pc15{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc15{font-size:.9375rem}}.c-text__sp8pc16{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc16{font-size:1rem}}.c-text__sp8pc17{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc17{font-size:1.0625rem}}.c-text__sp8pc18{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc18{font-size:1.125rem}}.c-text__sp8pc19{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc19{font-size:1.1875rem}}.c-text__sp8pc20{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc20{font-size:1.25rem}}.c-text__sp8pc21{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc21{font-size:1.3125rem}}.c-text__sp8pc22{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc22{font-size:1.375rem}}.c-text__sp8pc23{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc23{font-size:1.4375rem}}.c-text__sp8pc24{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc24{font-size:1.5rem}}.c-text__sp8pc25{font-size:.5rem}@media screen and (min-width: 768px){.c-text__sp8pc25{font-size:1.5625rem}}.c-text__sp9pc7{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc7{font-size:.4375rem}}.c-text__sp9pc8{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc8{font-size:.5rem}}.c-text__sp9pc9{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc9{font-size:.5625rem}}.c-text__sp9pc10{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc10{font-size:.625rem}}.c-text__sp9pc11{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc11{font-size:.6875rem}}.c-text__sp9pc12{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc12{font-size:.75rem}}.c-text__sp9pc13{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc13{font-size:.8125rem}}.c-text__sp9pc14{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc14{font-size:.875rem}}.c-text__sp9pc15{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc15{font-size:.9375rem}}.c-text__sp9pc16{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc16{font-size:1rem}}.c-text__sp9pc17{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc17{font-size:1.0625rem}}.c-text__sp9pc18{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc18{font-size:1.125rem}}.c-text__sp9pc19{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc19{font-size:1.1875rem}}.c-text__sp9pc20{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc20{font-size:1.25rem}}.c-text__sp9pc21{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc21{font-size:1.3125rem}}.c-text__sp9pc22{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc22{font-size:1.375rem}}.c-text__sp9pc23{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc23{font-size:1.4375rem}}.c-text__sp9pc24{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc24{font-size:1.5rem}}.c-text__sp9pc25{font-size:.5625rem}@media screen and (min-width: 768px){.c-text__sp9pc25{font-size:1.5625rem}}.c-text__sp10pc7{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc7{font-size:.4375rem}}.c-text__sp10pc8{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc8{font-size:.5rem}}.c-text__sp10pc9{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc9{font-size:.5625rem}}.c-text__sp10pc10{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc10{font-size:.625rem}}.c-text__sp10pc11{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc11{font-size:.6875rem}}.c-text__sp10pc12{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc12{font-size:.75rem}}.c-text__sp10pc13{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc13{font-size:.8125rem}}.c-text__sp10pc14{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc14{font-size:.875rem}}.c-text__sp10pc15{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc15{font-size:.9375rem}}.c-text__sp10pc16{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc16{font-size:1rem}}.c-text__sp10pc17{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc17{font-size:1.0625rem}}.c-text__sp10pc18{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc18{font-size:1.125rem}}.c-text__sp10pc19{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc19{font-size:1.1875rem}}.c-text__sp10pc20{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc20{font-size:1.25rem}}.c-text__sp10pc21{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc21{font-size:1.3125rem}}.c-text__sp10pc22{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc22{font-size:1.375rem}}.c-text__sp10pc23{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc23{font-size:1.4375rem}}.c-text__sp10pc24{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc24{font-size:1.5rem}}.c-text__sp10pc25{font-size:.625rem}@media screen and (min-width: 768px){.c-text__sp10pc25{font-size:1.5625rem}}.c-text__sp11pc7{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc7{font-size:.4375rem}}.c-text__sp11pc8{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc8{font-size:.5rem}}.c-text__sp11pc9{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc9{font-size:.5625rem}}.c-text__sp11pc10{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc10{font-size:.625rem}}.c-text__sp11pc11{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc11{font-size:.6875rem}}.c-text__sp11pc12{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc12{font-size:.75rem}}.c-text__sp11pc13{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc13{font-size:.8125rem}}.c-text__sp11pc14{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc14{font-size:.875rem}}.c-text__sp11pc15{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc15{font-size:.9375rem}}.c-text__sp11pc16{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc16{font-size:1rem}}.c-text__sp11pc17{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc17{font-size:1.0625rem}}.c-text__sp11pc18{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc18{font-size:1.125rem}}.c-text__sp11pc19{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc19{font-size:1.1875rem}}.c-text__sp11pc20{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc20{font-size:1.25rem}}.c-text__sp11pc21{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc21{font-size:1.3125rem}}.c-text__sp11pc22{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc22{font-size:1.375rem}}.c-text__sp11pc23{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc23{font-size:1.4375rem}}.c-text__sp11pc24{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc24{font-size:1.5rem}}.c-text__sp11pc25{font-size:.6875rem}@media screen and (min-width: 768px){.c-text__sp11pc25{font-size:1.5625rem}}.c-text__sp12pc7{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc7{font-size:.4375rem}}.c-text__sp12pc8{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc8{font-size:.5rem}}.c-text__sp12pc9{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc9{font-size:.5625rem}}.c-text__sp12pc10{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc10{font-size:.625rem}}.c-text__sp12pc11{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc11{font-size:.6875rem}}.c-text__sp12pc12{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc12{font-size:.75rem}}.c-text__sp12pc13{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc13{font-size:.8125rem}}.c-text__sp12pc14{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc14{font-size:.875rem}}.c-text__sp12pc15{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc15{font-size:.9375rem}}.c-text__sp12pc16{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc16{font-size:1rem}}.c-text__sp12pc17{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc17{font-size:1.0625rem}}.c-text__sp12pc18{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc18{font-size:1.125rem}}.c-text__sp12pc19{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc19{font-size:1.1875rem}}.c-text__sp12pc20{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc20{font-size:1.25rem}}.c-text__sp12pc21{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc21{font-size:1.3125rem}}.c-text__sp12pc22{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc22{font-size:1.375rem}}.c-text__sp12pc23{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc23{font-size:1.4375rem}}.c-text__sp12pc24{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc24{font-size:1.5rem}}.c-text__sp12pc25{font-size:.75rem}@media screen and (min-width: 768px){.c-text__sp12pc25{font-size:1.5625rem}}.c-text__sp13pc7{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc7{font-size:.4375rem}}.c-text__sp13pc8{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc8{font-size:.5rem}}.c-text__sp13pc9{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc9{font-size:.5625rem}}.c-text__sp13pc10{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc10{font-size:.625rem}}.c-text__sp13pc11{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc11{font-size:.6875rem}}.c-text__sp13pc12{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc12{font-size:.75rem}}.c-text__sp13pc13{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc13{font-size:.8125rem}}.c-text__sp13pc14{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc14{font-size:.875rem}}.c-text__sp13pc15{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc15{font-size:.9375rem}}.c-text__sp13pc16{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc16{font-size:1rem}}.c-text__sp13pc17{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc17{font-size:1.0625rem}}.c-text__sp13pc18{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc18{font-size:1.125rem}}.c-text__sp13pc19{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc19{font-size:1.1875rem}}.c-text__sp13pc20{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc20{font-size:1.25rem}}.c-text__sp13pc21{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc21{font-size:1.3125rem}}.c-text__sp13pc22{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc22{font-size:1.375rem}}.c-text__sp13pc23{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc23{font-size:1.4375rem}}.c-text__sp13pc24{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc24{font-size:1.5rem}}.c-text__sp13pc25{font-size:.8125rem}@media screen and (min-width: 768px){.c-text__sp13pc25{font-size:1.5625rem}}.c-text__sp14pc7{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc7{font-size:.4375rem}}.c-text__sp14pc8{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc8{font-size:.5rem}}.c-text__sp14pc9{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc9{font-size:.5625rem}}.c-text__sp14pc10{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc10{font-size:.625rem}}.c-text__sp14pc11{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc11{font-size:.6875rem}}.c-text__sp14pc12{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc12{font-size:.75rem}}.c-text__sp14pc13{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc13{font-size:.8125rem}}.c-text__sp14pc14{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc14{font-size:.875rem}}.c-text__sp14pc15{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc15{font-size:.9375rem}}.c-text__sp14pc16{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc16{font-size:1rem}}.c-text__sp14pc17{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc17{font-size:1.0625rem}}.c-text__sp14pc18{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc18{font-size:1.125rem}}.c-text__sp14pc19{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc19{font-size:1.1875rem}}.c-text__sp14pc20{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc20{font-size:1.25rem}}.c-text__sp14pc21{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc21{font-size:1.3125rem}}.c-text__sp14pc22{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc22{font-size:1.375rem}}.c-text__sp14pc23{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc23{font-size:1.4375rem}}.c-text__sp14pc24{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc24{font-size:1.5rem}}.c-text__sp14pc25{font-size:.875rem}@media screen and (min-width: 768px){.c-text__sp14pc25{font-size:1.5625rem}}.c-text__sp15pc7{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc7{font-size:.4375rem}}.c-text__sp15pc8{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc8{font-size:.5rem}}.c-text__sp15pc9{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc9{font-size:.5625rem}}.c-text__sp15pc10{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc10{font-size:.625rem}}.c-text__sp15pc11{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc11{font-size:.6875rem}}.c-text__sp15pc12{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc12{font-size:.75rem}}.c-text__sp15pc13{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc13{font-size:.8125rem}}.c-text__sp15pc14{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc14{font-size:.875rem}}.c-text__sp15pc15{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc15{font-size:.9375rem}}.c-text__sp15pc16{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc16{font-size:1rem}}.c-text__sp15pc17{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc17{font-size:1.0625rem}}.c-text__sp15pc18{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc18{font-size:1.125rem}}.c-text__sp15pc19{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc19{font-size:1.1875rem}}.c-text__sp15pc20{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc20{font-size:1.25rem}}.c-text__sp15pc21{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc21{font-size:1.3125rem}}.c-text__sp15pc22{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc22{font-size:1.375rem}}.c-text__sp15pc23{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc23{font-size:1.4375rem}}.c-text__sp15pc24{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc24{font-size:1.5rem}}.c-text__sp15pc25{font-size:.9375rem}@media screen and (min-width: 768px){.c-text__sp15pc25{font-size:1.5625rem}}.c-text__sp16pc7{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc7{font-size:.4375rem}}.c-text__sp16pc8{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc8{font-size:.5rem}}.c-text__sp16pc9{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc9{font-size:.5625rem}}.c-text__sp16pc10{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc10{font-size:.625rem}}.c-text__sp16pc11{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc11{font-size:.6875rem}}.c-text__sp16pc12{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc12{font-size:.75rem}}.c-text__sp16pc13{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc13{font-size:.8125rem}}.c-text__sp16pc14{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc14{font-size:.875rem}}.c-text__sp16pc15{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc15{font-size:.9375rem}}.c-text__sp16pc16{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc16{font-size:1rem}}.c-text__sp16pc17{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc17{font-size:1.0625rem}}.c-text__sp16pc18{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc18{font-size:1.125rem}}.c-text__sp16pc19{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc19{font-size:1.1875rem}}.c-text__sp16pc20{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc20{font-size:1.25rem}}.c-text__sp16pc21{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc21{font-size:1.3125rem}}.c-text__sp16pc22{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc22{font-size:1.375rem}}.c-text__sp16pc23{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc23{font-size:1.4375rem}}.c-text__sp16pc24{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc24{font-size:1.5rem}}.c-text__sp16pc25{font-size:1rem}@media screen and (min-width: 768px){.c-text__sp16pc25{font-size:1.5625rem}}.c-text__sp17pc7{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc7{font-size:.4375rem}}.c-text__sp17pc8{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc8{font-size:.5rem}}.c-text__sp17pc9{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc9{font-size:.5625rem}}.c-text__sp17pc10{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc10{font-size:.625rem}}.c-text__sp17pc11{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc11{font-size:.6875rem}}.c-text__sp17pc12{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc12{font-size:.75rem}}.c-text__sp17pc13{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc13{font-size:.8125rem}}.c-text__sp17pc14{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc14{font-size:.875rem}}.c-text__sp17pc15{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc15{font-size:.9375rem}}.c-text__sp17pc16{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc16{font-size:1rem}}.c-text__sp17pc17{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc17{font-size:1.0625rem}}.c-text__sp17pc18{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc18{font-size:1.125rem}}.c-text__sp17pc19{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc19{font-size:1.1875rem}}.c-text__sp17pc20{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc20{font-size:1.25rem}}.c-text__sp17pc21{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc21{font-size:1.3125rem}}.c-text__sp17pc22{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc22{font-size:1.375rem}}.c-text__sp17pc23{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc23{font-size:1.4375rem}}.c-text__sp17pc24{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc24{font-size:1.5rem}}.c-text__sp17pc25{font-size:1.0625rem}@media screen and (min-width: 768px){.c-text__sp17pc25{font-size:1.5625rem}}.c-text__sp18pc7{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc7{font-size:.4375rem}}.c-text__sp18pc8{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc8{font-size:.5rem}}.c-text__sp18pc9{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc9{font-size:.5625rem}}.c-text__sp18pc10{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc10{font-size:.625rem}}.c-text__sp18pc11{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc11{font-size:.6875rem}}.c-text__sp18pc12{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc12{font-size:.75rem}}.c-text__sp18pc13{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc13{font-size:.8125rem}}.c-text__sp18pc14{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc14{font-size:.875rem}}.c-text__sp18pc15{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc15{font-size:.9375rem}}.c-text__sp18pc16{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc16{font-size:1rem}}.c-text__sp18pc17{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc17{font-size:1.0625rem}}.c-text__sp18pc18{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc18{font-size:1.125rem}}.c-text__sp18pc19{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc19{font-size:1.1875rem}}.c-text__sp18pc20{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc20{font-size:1.25rem}}.c-text__sp18pc21{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc21{font-size:1.3125rem}}.c-text__sp18pc22{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc22{font-size:1.375rem}}.c-text__sp18pc23{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc23{font-size:1.4375rem}}.c-text__sp18pc24{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc24{font-size:1.5rem}}.c-text__sp18pc25{font-size:1.125rem}@media screen and (min-width: 768px){.c-text__sp18pc25{font-size:1.5625rem}}.c-text__sp19pc7{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc7{font-size:.4375rem}}.c-text__sp19pc8{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc8{font-size:.5rem}}.c-text__sp19pc9{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc9{font-size:.5625rem}}.c-text__sp19pc10{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc10{font-size:.625rem}}.c-text__sp19pc11{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc11{font-size:.6875rem}}.c-text__sp19pc12{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc12{font-size:.75rem}}.c-text__sp19pc13{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc13{font-size:.8125rem}}.c-text__sp19pc14{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc14{font-size:.875rem}}.c-text__sp19pc15{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc15{font-size:.9375rem}}.c-text__sp19pc16{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc16{font-size:1rem}}.c-text__sp19pc17{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc17{font-size:1.0625rem}}.c-text__sp19pc18{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc18{font-size:1.125rem}}.c-text__sp19pc19{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc19{font-size:1.1875rem}}.c-text__sp19pc20{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc20{font-size:1.25rem}}.c-text__sp19pc21{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc21{font-size:1.3125rem}}.c-text__sp19pc22{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc22{font-size:1.375rem}}.c-text__sp19pc23{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc23{font-size:1.4375rem}}.c-text__sp19pc24{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc24{font-size:1.5rem}}.c-text__sp19pc25{font-size:1.1875rem}@media screen and (min-width: 768px){.c-text__sp19pc25{font-size:1.5625rem}}.c-text__sp20pc7{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc7{font-size:.4375rem}}.c-text__sp20pc8{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc8{font-size:.5rem}}.c-text__sp20pc9{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc9{font-size:.5625rem}}.c-text__sp20pc10{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc10{font-size:.625rem}}.c-text__sp20pc11{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc11{font-size:.6875rem}}.c-text__sp20pc12{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc12{font-size:.75rem}}.c-text__sp20pc13{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc13{font-size:.8125rem}}.c-text__sp20pc14{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc14{font-size:.875rem}}.c-text__sp20pc15{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc15{font-size:.9375rem}}.c-text__sp20pc16{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc16{font-size:1rem}}.c-text__sp20pc17{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc17{font-size:1.0625rem}}.c-text__sp20pc18{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc18{font-size:1.125rem}}.c-text__sp20pc19{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc19{font-size:1.1875rem}}.c-text__sp20pc20{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc20{font-size:1.25rem}}.c-text__sp20pc21{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc21{font-size:1.3125rem}}.c-text__sp20pc22{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc22{font-size:1.375rem}}.c-text__sp20pc23{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc23{font-size:1.4375rem}}.c-text__sp20pc24{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc24{font-size:1.5rem}}.c-text__sp20pc25{font-size:1.25rem}@media screen and (min-width: 768px){.c-text__sp20pc25{font-size:1.5625rem}}.c-text__sp21pc7{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc7{font-size:.4375rem}}.c-text__sp21pc8{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc8{font-size:.5rem}}.c-text__sp21pc9{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc9{font-size:.5625rem}}.c-text__sp21pc10{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc10{font-size:.625rem}}.c-text__sp21pc11{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc11{font-size:.6875rem}}.c-text__sp21pc12{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc12{font-size:.75rem}}.c-text__sp21pc13{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc13{font-size:.8125rem}}.c-text__sp21pc14{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc14{font-size:.875rem}}.c-text__sp21pc15{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc15{font-size:.9375rem}}.c-text__sp21pc16{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc16{font-size:1rem}}.c-text__sp21pc17{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc17{font-size:1.0625rem}}.c-text__sp21pc18{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc18{font-size:1.125rem}}.c-text__sp21pc19{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc19{font-size:1.1875rem}}.c-text__sp21pc20{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc20{font-size:1.25rem}}.c-text__sp21pc21{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc21{font-size:1.3125rem}}.c-text__sp21pc22{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc22{font-size:1.375rem}}.c-text__sp21pc23{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc23{font-size:1.4375rem}}.c-text__sp21pc24{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc24{font-size:1.5rem}}.c-text__sp21pc25{font-size:1.3125rem}@media screen and (min-width: 768px){.c-text__sp21pc25{font-size:1.5625rem}}.c-text__sp22pc7{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc7{font-size:.4375rem}}.c-text__sp22pc8{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc8{font-size:.5rem}}.c-text__sp22pc9{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc9{font-size:.5625rem}}.c-text__sp22pc10{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc10{font-size:.625rem}}.c-text__sp22pc11{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc11{font-size:.6875rem}}.c-text__sp22pc12{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc12{font-size:.75rem}}.c-text__sp22pc13{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc13{font-size:.8125rem}}.c-text__sp22pc14{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc14{font-size:.875rem}}.c-text__sp22pc15{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc15{font-size:.9375rem}}.c-text__sp22pc16{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc16{font-size:1rem}}.c-text__sp22pc17{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc17{font-size:1.0625rem}}.c-text__sp22pc18{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc18{font-size:1.125rem}}.c-text__sp22pc19{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc19{font-size:1.1875rem}}.c-text__sp22pc20{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc20{font-size:1.25rem}}.c-text__sp22pc21{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc21{font-size:1.3125rem}}.c-text__sp22pc22{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc22{font-size:1.375rem}}.c-text__sp22pc23{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc23{font-size:1.4375rem}}.c-text__sp22pc24{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc24{font-size:1.5rem}}.c-text__sp22pc25{font-size:1.375rem}@media screen and (min-width: 768px){.c-text__sp22pc25{font-size:1.5625rem}}.c-text__sp23pc7{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc7{font-size:.4375rem}}.c-text__sp23pc8{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc8{font-size:.5rem}}.c-text__sp23pc9{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc9{font-size:.5625rem}}.c-text__sp23pc10{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc10{font-size:.625rem}}.c-text__sp23pc11{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc11{font-size:.6875rem}}.c-text__sp23pc12{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc12{font-size:.75rem}}.c-text__sp23pc13{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc13{font-size:.8125rem}}.c-text__sp23pc14{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc14{font-size:.875rem}}.c-text__sp23pc15{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc15{font-size:.9375rem}}.c-text__sp23pc16{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc16{font-size:1rem}}.c-text__sp23pc17{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc17{font-size:1.0625rem}}.c-text__sp23pc18{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc18{font-size:1.125rem}}.c-text__sp23pc19{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc19{font-size:1.1875rem}}.c-text__sp23pc20{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc20{font-size:1.25rem}}.c-text__sp23pc21{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc21{font-size:1.3125rem}}.c-text__sp23pc22{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc22{font-size:1.375rem}}.c-text__sp23pc23{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc23{font-size:1.4375rem}}.c-text__sp23pc24{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc24{font-size:1.5rem}}.c-text__sp23pc25{font-size:1.4375rem}@media screen and (min-width: 768px){.c-text__sp23pc25{font-size:1.5625rem}}.c-text__sp24pc7{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc7{font-size:.4375rem}}.c-text__sp24pc8{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc8{font-size:.5rem}}.c-text__sp24pc9{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc9{font-size:.5625rem}}.c-text__sp24pc10{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc10{font-size:.625rem}}.c-text__sp24pc11{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc11{font-size:.6875rem}}.c-text__sp24pc12{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc12{font-size:.75rem}}.c-text__sp24pc13{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc13{font-size:.8125rem}}.c-text__sp24pc14{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc14{font-size:.875rem}}.c-text__sp24pc15{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc15{font-size:.9375rem}}.c-text__sp24pc16{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc16{font-size:1rem}}.c-text__sp24pc17{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc17{font-size:1.0625rem}}.c-text__sp24pc18{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc18{font-size:1.125rem}}.c-text__sp24pc19{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc19{font-size:1.1875rem}}.c-text__sp24pc20{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc20{font-size:1.25rem}}.c-text__sp24pc21{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc21{font-size:1.3125rem}}.c-text__sp24pc22{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc22{font-size:1.375rem}}.c-text__sp24pc23{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc23{font-size:1.4375rem}}.c-text__sp24pc24{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc24{font-size:1.5rem}}.c-text__sp24pc25{font-size:1.5rem}@media screen and (min-width: 768px){.c-text__sp24pc25{font-size:1.5625rem}}.c-text__sp25pc7{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc7{font-size:.4375rem}}.c-text__sp25pc8{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc8{font-size:.5rem}}.c-text__sp25pc9{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc9{font-size:.5625rem}}.c-text__sp25pc10{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc10{font-size:.625rem}}.c-text__sp25pc11{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc11{font-size:.6875rem}}.c-text__sp25pc12{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc12{font-size:.75rem}}.c-text__sp25pc13{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc13{font-size:.8125rem}}.c-text__sp25pc14{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc14{font-size:.875rem}}.c-text__sp25pc15{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc15{font-size:.9375rem}}.c-text__sp25pc16{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc16{font-size:1rem}}.c-text__sp25pc17{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc17{font-size:1.0625rem}}.c-text__sp25pc18{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc18{font-size:1.125rem}}.c-text__sp25pc19{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc19{font-size:1.1875rem}}.c-text__sp25pc20{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc20{font-size:1.25rem}}.c-text__sp25pc21{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc21{font-size:1.3125rem}}.c-text__sp25pc22{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc22{font-size:1.375rem}}.c-text__sp25pc23{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc23{font-size:1.4375rem}}.c-text__sp25pc24{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc24{font-size:1.5rem}}.c-text__sp25pc25{font-size:1.5625rem}@media screen and (min-width: 768px){.c-text__sp25pc25{font-size:1.5625rem}}.c-sectionHeading{display:grid;place-items:center;height:3.25rem;width:100%}.c-sectionHeading img{object-fit:contain;height:auto;width:min(100% - 32px,24.375rem);margin-inline:auto}.c-sectionHeading.c-sectionHeading--homeroom{background-color:rgb(var(--theme-pink)/1)}.c-sectionHeading.c-sectionHeading--recycle{background-color:rgb(var(--theme-purple)/1)}.c-sectionHeading.c-sectionHeading--club{background-color:rgb(var(--theme-blue)/1)}@media screen and (min-width: 768px){.c-sectionHeading{height:4.375rem}.c-sectionHeading.c-sectionHeading--homeroom img{width:38.4375rem}.c-sectionHeading.c-sectionHeading--recycle img{width:28.5625rem}.c-sectionHeading.c-sectionHeading--club img{width:39.5625rem}}[data-animation=popup]{transform:scale(0)}.p-topLoading{position:fixed;width:100%;height:100%;height:100vh;top:0;left:0;z-index:1000;display:grid;place-items:center;background-color:rgb(var(--theme-green)/1)}.p-topLoading:before{content:"";position:absolute;inset:0;z-index:-1;margin:auto;display:block;width:100%;height:100%;background-color:rgb(var(--theme-yellow)/1);clip-path:var(--_clip)}.p-topLoading__icon{display:block;width:5rem;height:5rem;background:rgb(var(--theme-blue)/1);mask:url(./images/icon_recycle.svg) no-repeat center/contain;animation-name:loading;animation-fill-mode:forwards;animation-duration:2s;animation-iteration-count:infinite;animation-delay:0s;animation-direction:normal;animation-timing-function:linear}@keyframes loading{to{transform:rotate(360deg)}}.p-topFv{position:relative;z-index:0;overflow:hidden;background-image:repeating-linear-gradient(90deg,rgb(var(--theme-dark-yellow)/1),rgb(var(--theme-dark-yellow)/1) .125rem,transparent .125rem,transparent 1.9375rem),repeating-linear-gradient(0deg,rgb(var(--theme-dark-yellow)/1),rgb(var(--theme-dark-yellow)/1) .125rem,rgb(var(--theme-yellow)/1) .125rem 1.9375rem)}@media screen and (min-width: 768px){.p-topFv{background-image:repeating-linear-gradient(90deg,rgb(var(--theme-dark-yellow)/1),rgb(var(--theme-dark-yellow)/1) .125rem,transparent .125rem,transparent 2.75rem),repeating-linear-gradient(0deg,rgb(var(--theme-dark-yellow)/1),rgb(var(--theme-dark-yellow)/1) .125rem,rgb(var(--theme-yellow)/1) .125rem 2.75rem)}}.p-topFv__inner{padding-bottom:4.4375rem}@media screen and (min-width: 768px){.p-topFv__inner{padding-bottom:4rem}}.p-topFv__bg{position:absolute;z-index:-1;top:56.4375rem;bottom:0;left:0;right:0;background:linear-gradient(to bottom,transparent 50%,rgb(var(--theme-blue)/1) 50%)}@media screen and (min-width: 768px){.p-topFv__bg{top:31.75rem}}.p-topFv__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr}@media screen and (min-width: 768px){.p-topFv__content{grid-template-columns:1fr 1fr}}.p-topFv__vis{margin-top:1.5rem;position:relative;z-index:0;width:min(100%,22.125rem);height:auto;aspect-ratio:355/426}@media screen and (min-width: 768px){.p-topFv__vis{margin-top:1.875rem;width:auto}}.p-topFv__img{position:absolute;inset:0;opacity:0;visibility:hidden}.p-topFv__img[data-loading-vis=translate]{transform:translate(-3.125rem,1.875rem)}.p-topFv__img[data-loading-vis=popup]{transform:scale(0)}.p-topFv__index{margin-right:1rem;position:relative;z-index:0}@media screen and (min-width: 768px){.p-topFv__index{margin-left:1.25rem;margin-right:2rem}}.p-topFv__indexWrap+.p-topFv__indexWrap{margin-top:2rem}@media screen and (min-width: 768px){.p-topFv__indexWrap{margin-top:3.125rem}.p-topFv__indexWrap+.p-topFv__indexWrap{margin-top:2.5rem}}.p-topFv__indexLabel{font-weight:900;padding-block:.125rem;padding-inline:.5625rem 1.125rem;background-color:rgb(var(--theme-green)/1);display:inline-block;margin-left:.5rem;opacity:0;visibility:hidden;transform:translateY(3.125rem)}.p-topFv__indexLead{margin-top:.125rem;margin-left:.5rem;opacity:0;visibility:hidden;transform:translateY(3.125rem)}.p-topFv__indexList{display:grid;gap:1.5rem;margin-top:.6875rem}@media screen and (min-width: 768px){.p-topFv__indexList{margin-top:.875rem}}.p-topFv__indexItem{opacity:0;visibility:hidden;transform:translateY(3.125rem)}.p-topFv__indexLink{font-weight:700;display:block;padding-block:.375rem;padding-inline:1.0625rem .75rem;border-radius:1.25rem;border:.125rem solid rgb(var(--theme-white)/1);position:relative;z-index:0;transition:box-shadow var(--hover-transition),transform var(--hover-transition)}.p-topFv__indexLink.p-topFv__indexLink--pink{background-color:rgb(var(--theme-pink)/1);line-height:1;box-shadow:.25rem .25rem rgb(var(--theme-dark-pink)/1)}.p-topFv__indexLink.p-topFv__indexLink--green{background-color:rgb(var(--theme-green)/1);box-shadow:.25rem .375rem rgb(var(--theme-dark-pink)/1)}.p-topFv__indexLink.p-topFv__indexLink--purple{background-color:rgb(var(--theme-purple)/1);box-shadow:.25rem .375rem rgb(var(--theme-pink)/1)}.p-topFv__indexLink.p-topFv__indexLink--grid{display:grid;grid-template-columns:5rem 2.5rem 1fr}@media screen and (min-width: 768px){.p-topFv__indexLink.p-topFv__indexLink--grid{grid-template-columns:7.5rem 3.75rem 1fr}}.p-topFv__indexTip{position:absolute;pointer-events:none;z-index:1;display:block}.p-topFv__indexTip.p-topFv__indexTip--weekly{width:3.625rem;height:3.1875rem;top:-2.125rem;right:.3125rem}.p-topFv__indexTip.p-topFv__indexTip--first{width:2.625rem;height:2.8125rem;top:.5rem;right:-1.6875rem}.p-topFv__indexTip.p-topFv__indexTip--second{width:3.625rem;height:3.625rem;right:1.625rem;bottom:-2.125rem}@media screen and (min-width: 768px){.p-topFv__indexTip.p-topFv__indexTip--weekly{width:4.5625rem;height:4.0625rem;top:-2.75rem;right:.375rem}.p-topFv__indexTip.p-topFv__indexTip--first{width:3.75rem;height:3.5625rem;top:.625rem;right:-2.125rem}.p-topFv__indexTip.p-topFv__indexTip--second{width:4.5625rem;height:4.625rem;right:2.0625rem;bottom:-2.6875rem}}.p-topFv__indexDecoRight{position:absolute;z-index:1;pointer-events:none;display:block}.p-topFv__indexDecoRight img{opacity:0;visibility:hidden;transform:translate(-3.125rem,-3.125rem) scale(0);transition:opacity var(--duration) var(--ease-out-back),visibility var(--duration) var(--ease-out-back),transform var(--duration) var(--ease-out-back)}.p-topFv__indexDecoRight[data-deco-name=dot_white_s]{width:.5625rem;height:.5625rem;right:.125rem;bottom:.5rem;animation-name:floatingRight;animation-delay:0s}.p-topFv__indexDecoRight[data-deco-name=dot_yellow]{width:1rem;height:1rem;right:-.9375rem;bottom:-.4375rem;animation-name:floatingRight;animation-delay:.4s}.p-topFv__indexDecoRight[data-deco-name=line_pink]{width:3.75rem;height:7.1875rem;right:-.3125rem;bottom:-7.25rem;animation-name:floatingRight}.p-topFv__indexDecoRight[data-deco-name=flower_green]{width:3.5625rem;height:3.25rem;right:-2rem;bottom:-7.1875rem;animation-name:floatingRight;animation-delay:1.2s}.p-topFv__indexDecoRight[data-deco-name=dot_white_l]{width:.9375rem;height:.9375rem;right:-.6875rem;bottom:-7.75rem;animation-name:floatingRight;animation-delay:1.6s}.p-topFv__indexDecoRight[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}@media screen and (min-width: 768px){.p-topFv__indexDecoRight[data-deco-name=dot_white_s]{width:.6875rem;height:.6875rem;right:.1875rem;bottom:3.25rem}.p-topFv__indexDecoRight[data-deco-name=dot_yellow]{width:1.3125rem;height:1.3125rem;right:-1.1875rem;bottom:2.1875rem}.p-topFv__indexDecoRight[data-deco-name=line_pink]{width:5.25rem;height:9.4375rem;right:-.3125rem;bottom:-6.125rem}.p-topFv__indexDecoRight[data-deco-name=flower_green]{width:3.9375rem;height:3.375rem;right:-2rem;bottom:-6.0625rem}.p-topFv__indexDecoRight[data-deco-name=dot_white_l]{width:1.1875rem;height:1.1875rem;right:-.875rem;bottom:-7.375rem}}@media (hover: hover){.p-topFv__indexLink:hover{transform:translate(.125rem,.125rem)}.p-topFv__indexLink:hover.p-topFv__indexLink--pink{box-shadow:.125rem .125rem rgb(var(--theme-dark-pink)/1)}.p-topFv__indexLink:hover.p-topFv__indexLink--green{box-shadow:.125rem .25rem rgb(var(--theme-dark-pink)/1)}.p-topFv__indexLink:hover.p-topFv__indexLink--purple{box-shadow:.125rem .25rem rgb(var(--theme-pink)/1)}.p-topFv__indexLink:active.p-topFv__indexLink--pink{transform:translate(.25rem,.25rem);box-shadow:0 0 rgb(var(--theme-dark-pink)/1)}.p-topFv__indexLink:active.p-topFv__indexLink--green{transform:translate(.25rem,.375rem);box-shadow:0 0 rgb(var(--theme-dark-pink)/1)}.p-topFv__indexLink:active.p-topFv__indexLink--purple{transform:translate(.25rem,.375rem);box-shadow:0 0 rgb(var(--theme-pink)/1)}}.p-topFv__message{margin-top:11.3125rem;display:grid;grid-template-areas:"what list" "message message" "catchcopy catchcopy";grid-template-rows:auto 1fr;grid-template-columns:auto 1fr;gap:.875rem 1.5rem;align-items:center;position:relative;z-index:0}@media screen and (min-width: 768px){.p-topFv__message{margin-top:7.375rem;grid-template-areas:"what list message" "what list catchcopy";grid-template-rows:auto 1fr;grid-template-columns:auto auto 1fr;gap:1.8125rem 2.9375rem}}.p-topFv__messageDecoLeft{position:absolute;z-index:1;pointer-events:none;display:block}.p-topFv__messageDecoLeft img{opacity:0;visibility:hidden;transform:translate(3.125rem,-3.125rem) scale(0);transition:opacity var(--duration) var(--ease-out-back),visibility var(--duration) var(--ease-out-back),transform var(--duration) var(--ease-out-back)}.p-topFv__messageDecoLeft[data-deco-name=line_pink]{width:4.375rem;height:6.25rem;left:.25rem;top:-10.6875rem;animation-name:floatingLeft;animation-delay:0s}.p-topFv__messageDecoLeft[data-deco-name=flower_purple]{width:1.0625rem;height:1.125rem;left:4.375rem;top:-5.5625rem;animation-name:floatingLeft;animation-delay:.4s;z-index:2}.p-topFv__messageDecoLeft[data-deco-name=lightning]{width:3.125rem;height:3.375rem;left:1.3125rem;top:-6.1875rem;animation-name:floatingLeft;z-index:-1}.p-topFv__messageDecoLeft[data-deco-name=dot_white]{width:.4375rem;height:.4375rem;left:6.375rem;top:-5rem;animation-name:floatingLeft;animation-delay:1.2s}.p-topFv__messageDecoLeft[data-deco-name=dot_green]{width:.3125rem;height:.3125rem;left:6.3125rem;top:-4.9375rem;animation-name:floatingLeft;animation-delay:1.6s}.p-topFv__messageDecoLeft[data-deco-name=flower_green]{width:1.6875rem;height:1.6875rem;left:4.375rem;top:-4.6875rem;animation-name:floatingLeft;animation-delay:1.6s}.p-topFv__messageDecoLeft[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}@media screen and (min-width: 768px){.p-topFv__messageDecoLeft[data-deco-name=line_pink]{width:7.875rem;height:11.6875rem;left:1.375rem;top:-11.375rem}.p-topFv__messageDecoLeft[data-deco-name=flower_purple]{width:2.3125rem;height:2.4375rem;left:9.5rem;top:-1.875rem;z-index:2}.p-topFv__messageDecoLeft[data-deco-name=lightning]{width:5.375rem;height:7.125rem;left:3rem;top:-1.9375rem;z-index:-1}.p-topFv__messageDecoLeft[data-deco-name=dot_white]{width:.8125rem;height:.8125rem;left:13.75rem;top:.4375rem}.p-topFv__messageDecoLeft[data-deco-name=dot_green]{width:.5625rem;height:.5625rem;left:13.625rem;top:1.6875rem}.p-topFv__messageDecoLeft[data-deco-name=flower_green]{width:3.0625rem;height:3.125rem;left:10.1875rem;top:1.625rem}}.p-topFv__what3R{grid-area:what;width:4.625rem;transform:scale(0)}@media screen and (min-width: 768px){.p-topFv__what3R{width:7.1875rem}}.p-topFv__3RList{grid-area:list;display:grid;gap:.875rem;height:fit-content}@media screen and (min-width: 768px){.p-topFv__3RList{gap:2.5rem}}.p-topFv__3RTitle{color:rgb(var(--theme-yellow)/1)}.p-topFv__3RText{color:rgb(var(--theme-yellow)/1);line-height:1.7857142857}@media screen and (min-width: 768px){.p-topFv__3RText{line-height:1.75}}.p-topFv__messageText{grid-area:message;color:rgb(var(--theme-yellow)/1);margin-top:1.5rem;line-height:2}@media screen and (min-width: 768px){.p-topFv__messageText{margin-top:0;margin-left:.625rem}}.p-topFv__messageCatchcopy{grid-area:catchcopy;display:grid;gap:2rem;height:fit-content}@media screen and (min-width: 768px){.p-topFv__messageCatchcopy{margin-left:.625rem}}.p-topFv__messageCatchcopyText{color:rgb(var(--theme-yellow)/1);line-height:1.5833333333;text-shadow:.125rem 0 0 rgb(var(--theme-dark-pink)/1)}.p-topFv__member{margin-top:5rem;padding-block:2.3125rem 1.875rem;border:solid rgb(var(--theme-yellow)/1);border-width:.1875rem 0 .1875rem 0;display:grid;grid-template-columns:1fr;gap:2.8125rem;position:relative;z-index:0}@media screen and (min-width: 768px){.p-topFv__member{margin-top:4.4375rem;padding-inline:1.8125rem 1rem;grid-template-columns:auto 1fr;gap:0;position:relative;z-index:0}.p-topFv__member:before{content:"";height:100%;width:.1875rem;background-color:rgb(var(--theme-yellow)/1);position:absolute;top:0;left:min(35.9375vw,360px);z-index:0}}.p-topFv__memberDeco{position:absolute;z-index:1;pointer-events:none;display:block}.p-topFv__memberDeco img{opacity:0;visibility:hidden;transform:translate(3.125rem,-3.125rem) scale(0);transition:opacity var(--duration) var(--ease-out-back),visibility var(--duration) var(--ease-out-back),transform var(--duration) var(--ease-out-back)}.p-topFv__memberDeco[data-deco-name=lightning]{width:.9375rem;height:2rem;left:4.8125rem;top:-3.625rem;z-index:2;animation-name:floatingLeft;animation-delay:.4s}.p-topFv__memberDeco[data-deco-name=line]{width:4.1875rem;height:5.25rem;left:2.3125rem;top:-2.4375rem;animation-name:floatingLeft}.p-topFv__memberDeco[data-deco-name=flower]{width:1.5rem;height:1.5rem;left:1rem;top:-1.875rem;animation-name:floatingLeft;animation-delay:0s}.p-topFv__memberDeco[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}@media screen and (min-width: 768px){.p-topFv__memberDeco[data-deco-name=lightning]{width:.9375rem;height:2rem;left:6.125rem;top:-3.625rem;z-index:2;animation-name:floatingLeft;animation-delay:.4s}.p-topFv__memberDeco[data-deco-name=line]{width:5.125rem;height:6.8125rem;left:3.625rem;top:-3rem;animation-name:floatingLeft}.p-topFv__memberDeco[data-deco-name=flower]{width:1.8125rem;height:1.8125rem;left:1rem;top:-1.875rem;animation-name:floatingLeft;animation-delay:0s}}@media screen and (min-width: 768px){.p-topFv__memberWrap{display:flex;align-items:center}.p-topFv__memberWrap.p-topFv__memberWrap--right{justify-content:flex-end}}.p-topFv__memberLabel{width:fit-content;margin-inline:auto;padding-inline:.5rem;border-radius:100vmax;background-color:rgb(var(--theme-yellow)/1);border:.0625rem solid rgb(28,60,186)}@media screen and (min-width: 768px){.p-topFv__memberLabel{margin-inline:0}}.p-topFv__memberImages{margin-top:1.125rem}.p-topFv__memberImages.p-topFv__memberImages--grid{margin-top:2.3125rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media screen and (min-width: 768px){.p-topFv__memberImages{margin-left:1.0625rem;margin-top:0}.p-topFv__memberImages.p-topFv__memberImages--grid{margin-top:0;margin-left:2.3125rem;gap:2.3125rem}}.p-topFv__memberImage img{width:8.5625rem;object-fit:cover;height:auto;margin-inline:auto}@media screen and (min-width: 768px){.p-topFv__memberImage img{width:6.625rem}}.p-topFv__memberName{color:rgb(var(--theme-yellow)/1);text-align:center;margin-top:.375rem}.p-topHomeroom{overflow:hidden;padding-block:0 6rem;background-image:repeating-linear-gradient(90deg,rgb(var(--theme-dark-yellow)/1),rgb(var(--theme-dark-yellow)/1) .125rem,transparent .125rem,transparent 1.9375rem),repeating-linear-gradient(0deg,rgb(var(--theme-dark-yellow)/1),rgb(var(--theme-dark-yellow)/1) .125rem,rgb(var(--theme-yellow)/1) .125rem 1.9375rem)}@media screen and (min-width: 768px){.p-topHomeroom{padding-block:0 5.125rem;background-image:repeating-linear-gradient(90deg,rgb(var(--theme-dark-yellow)/1),rgb(var(--theme-dark-yellow)/1) .125rem,transparent .125rem,transparent 2.75rem),repeating-linear-gradient(0deg,rgb(var(--theme-dark-yellow)/1),rgb(var(--theme-dark-yellow)/1) .125rem,rgb(var(--theme-yellow)/1) .125rem 2.75rem)}}.p-topHomeroom__title{position:relative;z-index:1;width:min(100%,18rem);margin-inline:auto;margin-top:.9375rem}@media screen and (min-width: 768px){.p-topHomeroom__title{width:26.375rem;margin-top:1.25rem}}.p-topHomeroom__container{margin-top:2rem;position:relative;z-index:0;max-width:24.375rem;margin-inline:auto}@media screen and (min-width: 768px){.p-topHomeroom__container{margin-top:-1.0625rem;max-width:100%}}.p-topHomeroom__containerDeco{position:absolute;z-index:1;pointer-events:none;display:block}.p-topHomeroom__containerDeco img{opacity:0;visibility:hidden;transition:opacity var(--duration) var(--ease-out-back),visibility var(--duration) var(--ease-out-back),transform var(--duration) var(--ease-out-back)}.p-topHomeroom__containerDeco[data-deco-name=cloud]{z-index:-1;width:5.6875rem;height:5.25rem;top:-2.9375rem;right:-1.6875rem;animation-name:floatingLeft}.p-topHomeroom__containerDeco[data-deco-name=cloud] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=lightning]{width:2.25rem;height:4.3125rem;top:7rem;left:-.9375rem;animation-name:floatingRight}.p-topHomeroom__containerDeco[data-deco-name=lightning] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_m]{width:4rem;height:4rem;top:6.25rem;right:-2.5rem;animation-name:floatingLeft;animation-delay:.4s}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_m] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_s]{z-index:2;width:.9375rem;height:1rem;top:7.1875rem;left:.4375rem;animation-name:floatingLeft;animation-delay:-.4s}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_s] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_green]{width:1.8125rem;height:2.1875rem;top:-4.6875rem;right:-1rem;animation-name:floatingLeft;animation-delay:-.8s}.p-topHomeroom__containerDeco[data-deco-name=flower_green] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_blue]{width:1.125rem;height:1.125rem;top:8.9375rem;left:.5rem;animation-name:floatingRight;animation-delay:.4s}.p-topHomeroom__containerDeco[data-deco-name=flower_blue] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_white_m]{width:3.125rem;height:3.125rem;top:6.25rem;right:4rem;z-index:-1;animation-name:floatingRight;animation-delay:0s}.p-topHomeroom__containerDeco[data-deco-name=dot_white_m] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_white_s]{width:.3125rem;height:.3125rem;top:8.5625rem;left:2rem;animation-name:floatingLeft;animation-delay:-1.2s}.p-topHomeroom__containerDeco[data-deco-name=dot_white_s] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_green]{width:.25rem;height:.25rem;top:9.0625rem;left:2rem;animation-name:floatingRight;animation-delay:-.4s}.p-topHomeroom__containerDeco[data-deco-name=dot_green] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=line_yellow]{z-index:3;width:3.5625rem;height:5.0625rem;top:2.8125rem;left:-1.8125rem;animation-name:floatingRight;animation-delay:-.8s}.p-topHomeroom__containerDeco[data-deco-name=line_yellow] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=line_purple]{z-index:3;width:4.3125rem;height:3.3125rem;top:-3.8125rem;right:-.125rem;animation-name:floatingLeft;animation-delay:-1.6s}.p-topHomeroom__containerDeco[data-deco-name=line_purple] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}@media screen and (min-width: 768px){.p-topHomeroom__containerDeco[data-deco-name=cloud]{z-index:-1;width:14.3125rem;height:13.1875rem;top:-3.375rem;left:-5.6875rem;right:unset}.p-topHomeroom__containerDeco[data-deco-name=cloud] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=lightning]{width:6.6875rem;height:8.25rem;top:-8.875rem;right:-1.1875rem;left:unset}.p-topHomeroom__containerDeco[data-deco-name=lightning] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_l]{width:2.5rem;height:2.625rem;top:-2.75rem;right:5.375rem;animation-name:floatingRight;animation-delay:-1.2s}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_l] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_m]{width:2.1875rem;height:2.375rem;top:-7.5rem;left:9.9375rem;right:unset}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_m] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_s]{z-index:2;width:1.5rem;height:1.5625rem;top:11.125rem;left:-2.5rem}.p-topHomeroom__containerDeco[data-deco-name=flower_purple_s] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_green]{width:4.6875rem;height:3.375rem;top:-7.5rem;left:0;right:unset}.p-topHomeroom__containerDeco[data-deco-name=flower_green] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=flower_blue]{width:3.5625rem;height:3.5625rem;top:-7.875rem;right:5.75rem;left:unset}.p-topHomeroom__containerDeco[data-deco-name=flower_blue] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_white_l]{width:1.375rem;height:1.375rem;top:-4.5625rem;left:8.8125rem;animation-name:floatingLeft;animation-delay:-2s}.p-topHomeroom__containerDeco[data-deco-name=dot_white_l] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_white_m]{width:.9375rem;height:.9375rem;top:-4.125rem;right:10.0625rem}.p-topHomeroom__containerDeco[data-deco-name=dot_white_m] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_white_s]{width:.875rem;height:.875rem;top:3rem;left:1.25rem}.p-topHomeroom__containerDeco[data-deco-name=dot_white_s] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_yellow_l]{width:1.5rem;height:1.5rem;top:1.5rem;left:-.6875rem;animation-name:floatingLeft;animation-delay:-2.4s}.p-topHomeroom__containerDeco[data-deco-name=dot_yellow_l] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_yellow_s]{width:.875rem;height:.875rem;top:-8.875rem;left:7.9375rem;animation-name:floatingLeft;animation-delay:-2.8s}.p-topHomeroom__containerDeco[data-deco-name=dot_yellow_s] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=dot_green]{width:.625rem;height:.625rem;top:-5.1875rem;right:9.75rem;left:unset}.p-topHomeroom__containerDeco[data-deco-name=dot_green] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=line_yellow]{z-index:3;width:10.75rem;height:15.25rem;top:-3.9375rem;right:-4.1875rem;left:unset}.p-topHomeroom__containerDeco[data-deco-name=line_yellow] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-deco-name=line_purple]{z-index:3;width:7rem;height:10.75rem;top:-7rem;left:1.0625rem;right:unset}.p-topHomeroom__containerDeco[data-deco-name=line_purple] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topHomeroom__containerDeco[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}}.p-topHomeroom__menu{display:grid;grid-template-columns:repeat(3,1fr)}.p-topHomeroom__menuItem{position:relative;z-index:0;padding-bottom:1.125rem}@media screen and (min-width: 768px){.p-topHomeroom__menuItem{padding-bottom:1.75rem;display:grid;grid-template-areas:"img" "title" "text";grid-template-rows:auto auto auto}}.p-topHomeroom__menuImg{position:relative;z-index:0}@media screen and (min-width: 768px){.p-topHomeroom__menuImg{grid-area:img;height:fit-content}}.p-topHomeroom__menuTitle{margin-top:2.25rem;padding-block:.25rem;width:fit-content;padding-inline:.6875rem;background-color:rgb(var(--theme-white)/1);border:.0625rem solid currentColor;position:relative;z-index:1}@media screen and (min-width: 768px){.p-topHomeroom__menuTitle{height:fit-content;padding-block:0;padding-inline:min(1.875vw,24px);grid-area:title;text-align:center;margin-top:.75rem;background-color:transparent;border:none;width:100%}}.p-topHomeroom__menuText{line-height:1.6666666667;padding-block:.875rem;padding-inline:.6875rem;background-color:rgb(var(--theme-white)/1);border:.0625rem solid currentColor;margin-top:-.4375rem;margin-left:.5rem}@media screen and (min-width: 768px){.p-topHomeroom__menuText{line-height:1.4285714286;padding-block:0;padding-inline:1.5rem;background-color:transparent;border:none;grid-area:text;text-align:center;margin-top:.3125rem;margin-left:0}}.p-topHomeroom__menuItemBg{position:absolute;z-index:-1}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1007{background-color:rgb(var(--theme-dark-green)/1);border-radius:.9375rem 0 0 .9375rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1007 .p-topHomeroom__menuItemTip{display:block;position:absolute;z-index:1;pointer-events:none;width:3rem;height:2.875rem;left:-.125rem;top:-2rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1007 .p-topHomeroom__menuImg{width:71.186440678%;margin-inline:auto;margin-top:-.25rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1007 .p-topHomeroom__menuImg:before{content:"";position:absolute;width:114.2857142857%;height:auto;bottom:0;left:50%;background-color:rgb(var(--theme-pink)/1);transform:translate(-50%) scale(var(--_scale)) rotate(calc(var(--_rotate) * 1deg));transform-origin:70% 50%;z-index:-1;display:block;aspect-ratio:96/85}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1017{background-color:rgb(var(--theme-pink)/1)}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1017 .p-topHomeroom__menuItemTip{display:block;position:absolute;z-index:1;pointer-events:none;width:3.9375rem;height:4rem;left:2.125rem;bottom:-1.625rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1017 .p-topHomeroom__menuImg{width:71.186440678%;margin-inline:auto;margin-top:-.625rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1017 .p-topHomeroom__menuImg:before{content:"";position:absolute;width:111.9047619048%;height:auto;bottom:0;left:50%;background-color:rgb(var(--theme-green)/1);transform:translate(-50%) scale(var(--_scale)) rotate(calc(var(--_rotate) * 1deg));transform-origin:70% 50%;z-index:-1;display:block;aspect-ratio:94/83}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1017 .p-topHomeroom__menuItemBg{width:83.0508474576%;top:0;left:50%;transform:translate(-50%)}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024{grid-template-rows:auto auto 1fr;background-color:rgb(var(--theme-dark-green)/1);border-radius:0 .9375rem .9375rem 0}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuItemTip{display:block;position:absolute;z-index:1;pointer-events:none;width:2.5rem;height:2.25rem;left:.8125rem;top:-1.5rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuImg{width:63.5593220339%;margin-inline:auto;margin-top:1.125rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuImg:before{content:"";position:absolute;width:98.6666666667%;height:auto;bottom:0;left:50%;background-color:rgb(var(--theme-pink)/1);transform:translate(-50%) scale(var(--_scale)) rotate(calc(var(--_rotate) * 1deg));transform-origin:60% 50%;z-index:-1;display:block;aspect-ratio:160/221}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuImg:after{content:"";position:absolute;z-index:-2;display:block;width:3.25rem;height:3.25rem;top:2.9375rem;left:-.9375rem;transform:scale(var(--_scale)) rotate(calc(var(--_rotate) * 1deg));background-image:url(./images/homeroom_deco_dot_white_sp.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuItemBg{width:83.0508474576%;top:0;left:50%;transform:translate(-50%)}@media screen and (min-width: 768px){.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1007{border-radius:1.25rem 0 0 1.25rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1007 .p-topHomeroom__menuImg{width:53.0674846626%;margin-top:-.5rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1007 .p-topHomeroom__menuImg:before{width:111.5606936416%}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1007 .p-topHomeroom__menuItemBg{width:17.875rem;top:1.5625rem;left:50%;transform:translate(-50%)}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1017 .p-topHomeroom__menuImg{width:53.0674846626%;margin-top:1.5rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1017 .p-topHomeroom__menuImg:before{width:111.5606936416%}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1017 .p-topHomeroom__menuItemBg{width:16.75rem;top:.5rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuImg{width:49.0797546012%;margin-top:.6875rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuImg:before{width:100%}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuImg:after{display:none}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuTitle{margin-top:2.25rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuItemBg{width:16.75rem;top:.5rem}.p-topHomeroom__menuItem.p-topHomeroom__menuItem--1024 .p-topHomeroom__menuText{margin-top:1.5rem}}.p-topHomeroom__box{position:relative;z-index:0;margin-top:2.375rem}@media screen and (min-width: 768px){.p-topHomeroom__box{margin-top:2.5rem}}.p-topHomeroom__boxDeco{position:absolute;z-index:1;pointer-events:none;display:block}.p-topHomeroom__boxDeco img{opacity:0;visibility:hidden;transition:opacity var(--duration) var(--ease-out-back),visibility var(--duration) var(--ease-out-back),transform var(--duration) var(--ease-out-back)}.p-topHomeroom__boxDeco[data-deco-name=line_pink]{left:-1.25rem;bottom:-1.0625rem;width:7.0625rem;animation-name:floatingLeft}.p-topHomeroom__boxDeco[data-deco-name=line_pink] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-deco-name=star]{z-index:2;left:-.875rem;bottom:-2.5625rem;width:4.25rem;animation-name:floatingLeft;animation-delay:.4s}.p-topHomeroom__boxDeco[data-deco-name=star] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-deco-name=line_green]{right:0;bottom:-2.25rem;width:5.375rem;animation-name:floatingRight}.p-topHomeroom__boxDeco[data-deco-name=line_green] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-deco-name=cloud]{z-index:-1;right:-5.125rem;bottom:-6.75rem;width:15.8125rem;animation-name:floatingRight;animation-delay:0s}.p-topHomeroom__boxDeco[data-deco-name=cloud] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}@media screen and (min-width: 768px){.p-topHomeroom__boxDeco[data-deco-name=lightning]{z-index:2;left:-3rem;top:-6.875rem;width:3rem;animation-name:floatingLeft;animation-delay:0s}.p-topHomeroom__boxDeco[data-deco-name=lightning] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-deco-name=line_pink]{left:-3.875rem;bottom:10.5rem;width:11.5rem}.p-topHomeroom__boxDeco[data-deco-name=line_pink] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-deco-name=star]{left:-3.125rem;bottom:6.875rem;width:6.8125rem}.p-topHomeroom__boxDeco[data-deco-name=star] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-deco-name=line_green]{width:7.125rem;right:-4rem;bottom:4.375rem}.p-topHomeroom__boxDeco[data-deco-name=line_green] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-deco-name=cloud]{right:-6rem;bottom:-4.4375rem}.p-topHomeroom__boxDeco[data-deco-name=cloud] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topHomeroom__boxDeco[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}}.p-topHomeroom__boxInner{padding-block:3.75rem 2.375rem;padding-inline:1.25rem;border-radius:1.25rem;background-color:rgb(var(--theme-blue)/1);position:relative;z-index:0;display:grid;grid-template-areas:"img" "content" "btn"}@media screen and (min-width: 768px){.p-topHomeroom__boxInner{padding-block:2.4375rem 2.3125rem;padding-inline:3.375rem 3.125rem;grid-template-columns:auto auto 1fr;grid-template-areas:"img content btn";align-items:center}}.p-topHomeroom__boxContent{grid-area:content;margin-top:1.3125rem}@media screen and (min-width: 768px){.p-topHomeroom__boxContent{margin-top:0;margin-left:3.625rem}}.p-topHomeroom__boxHeading{font-weight:700}@media screen and (min-width: 768px){.p-topHomeroom__boxHeading{width:21.5625rem}}.p-topHomeroom__boxText{margin-top:1.1875rem}@media screen and (min-width: 768px){.p-topHomeroom__boxText{margin-top:.8125rem;width:21.25rem}}.p-topHomeroom__boxDate{padding-inline:1rem;background-color:rgb(var(--theme-pink)/1);position:absolute;top:0;right:1.1875rem;font-weight:900}@media screen and (min-width: 768px){.p-topHomeroom__boxDate{right:4.75rem}}.p-topHomeroom__boxImg{grid-area:img;width:14.875rem;margin-inline:auto}@media screen and (min-width: 768px){.p-topHomeroom__boxImg{width:12.375rem;margin-inline:0}}.p-topHomeroom__boxBtnWrap{grid-area:btn;margin-top:2.5625rem;display:block;width:fit-content;margin-inline:auto}@media screen and (min-width: 768px){.p-topHomeroom__boxBtnWrap{margin-top:0;margin-inline:auto 0;height:fit-content}}.p-topHomeroom__boxBtn{font-weight:500;line-height:1.3;color:rgb(var(--theme-yellow)/1);width:fit-content;background-color:rgb(var(--theme-black)/1);border-radius:100vmax;display:grid;place-items:center;padding-block:.75rem;padding-inline:2.25rem;transition:transform var(--duration) var(--ease-out-back),color .4s ease,background-color .4s ease}@media (hover: hover){.p-topHomeroom__boxBtn:hover{opacity:1;transform:scale(1.05) rotate(-4deg);color:rgb(var(--theme-black)/1);background-color:rgb(var(--theme-yellow)/1)}}.p-topRecycle{background-image:linear-gradient(45deg,rgb(var(--theme-dark-green)/1) 25%,transparent 25%,transparent 75%,rgb(var(--theme-dark-green)/1) 75%),linear-gradient(45deg,rgb(var(--theme-dark-green)/1) 25%,transparent 25%,transparent 75%,rgb(var(--theme-dark-green)/1) 75%);background-position:0 0,1.375rem 1.375rem;background-size:2.75rem 2.75rem;background-color:rgb(var(--theme-green)/1)}@media screen and (min-width: 768px){.p-topRecycle{background-position:0 0,2.5rem 2.5rem;background-size:5rem 5rem}}.p-topRecycle__inner{--_easeTheme: cubic-bezier(.25, .1, .25, 1);--_easeOutTheme: cubic-bezier(.75, .6, .2, 1);--_fadeInDuration: 1.5s;--_fadeInDelay: .2s;overflow:auto;padding-inline:1.5rem;max-width:47.9375rem;position:relative;z-index:0;-ms-overflow-style:none;scrollbar-width:none}.p-topRecycle__inner::-webkit-scrollbar{display:none}.p-topRecycle__inner:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-size:100% 200%;will-change:background-position;background-image:linear-gradient(0deg,rgb(var(--theme-green)/1) 50%,rgb(var(--theme-green)/0));background-repeat:no-repeat;pointer-events:none;z-index:2;background-position:var(--_background-position)}@media screen and (min-width: 768px){.p-topRecycle__inner{padding-inline:25px;max-width:100%}}.p-topRecycle__contanier{display:grid;grid-template-columns:repeat(2,1fr);width:fit-content;margin-inline:auto;gap:2.875rem;padding-block:2.9375rem 3.25rem;padding-inline-end:2.5rem}@media screen and (min-width: 768px){.p-topRecycle__contanier{gap:0;padding-inline-end:0;padding-block:4.875rem 5.5625rem}}.p-topRecycle__phone{position:relative;z-index:0;width:15.375rem;height:min(90vh,28.5rem);padding-block:1.0625rem;padding-inline:.75rem}.p-topRecycle__phone:before{content:"";position:absolute;z-index:0;inset:0;border-radius:.9375rem;border:.3125rem solid rgb(var(--theme-black)/1);background-color:rgb(var(--theme-white)/1)}.p-topRecycle__phone:after{content:"";position:absolute;display:block;width:7rem;height:.25rem;background-color:rgb(var(--theme-black)/1);border-radius:100vmax;left:50%;bottom:2.25rem;transform:translate(-50%)}.p-topRecycle__phone.p-topRecycle__phone--pink .p-topRecycle__phoneScreen{background-color:rgb(var(--theme-pink)/1)}.p-topRecycle__phone.p-topRecycle__phone--yellow .p-topRecycle__phoneScreen{background-color:rgb(var(--theme-yellow)/1)}@media screen and (min-width: 768px){.p-topRecycle__phone{width:20rem;height:41.5rem;padding-block:1.5625rem;padding-inline:1.3125rem;margin-inline:min(7.03125vw,90px)}.p-topRecycle__phone:after{width:10.1875rem;bottom:3.25rem}}.p-topRecycle__phoneMannerBtn{display:block;position:absolute;z-index:-1;background-color:rgb(var(--theme-white)/1);border:.3125rem solid rgb(var(--theme-black)/1);border-radius:.25rem;width:1.5rem;height:.9375rem;top:3.5rem;left:-.625rem}@media screen and (min-width: 768px){.p-topRecycle__phoneMannerBtn{height:1.375rem;top:5.125rem;left:-.9375rem}}.p-topRecycle__phoneVolumeUp{display:block;position:absolute;z-index:-1;background-color:rgb(var(--theme-white)/1);border:.3125rem solid rgb(var(--theme-black)/1);border-radius:.25rem;width:1.5rem;height:2.375rem;top:5.0625rem;left:-.625rem}@media screen and (min-width: 768px){.p-topRecycle__phoneVolumeUp{height:3.4375rem;top:7.3125rem;left:-.9375rem}}.p-topRecycle__phoneVolumeDown{display:block;position:absolute;z-index:-1;background-color:rgb(var(--theme-white)/1);border:.3125rem solid rgb(var(--theme-black)/1);border-radius:.25rem;width:1.5rem;height:2.375rem;top:7.875rem;left:-.625rem}@media screen and (min-width: 768px){.p-topRecycle__phoneVolumeDown{height:3.4375rem;top:11.4375rem;left:-.9375rem}}.p-topRecycle__phoneSleepBtn{display:block;position:absolute;z-index:-1;background-color:rgb(var(--theme-white)/1);border:.3125rem solid rgb(var(--theme-black)/1);border-radius:.25rem;width:1.5rem;height:3.5rem;top:5rem;right:-.625rem}@media screen and (min-width: 768px){.p-topRecycle__phoneSleepBtn{height:5rem;top:7.25rem;right:-.9375rem}}.p-topRecycle__phoneWifi{display:block;width:.9375rem;height:.625rem;position:absolute;z-index:2;top:1.75rem;right:3.125rem}@media screen and (min-width: 768px){.p-topRecycle__phoneWifi{top:2.5rem;right:4.1875rem}}.p-topRecycle__phoneBattery{display:block;width:.9375rem;height:.5rem;position:absolute;z-index:2;top:1.75rem;right:1.6875rem}@media screen and (min-width: 768px){.p-topRecycle__phoneBattery{top:2.5rem;right:2.6875rem}}.p-topRecycle__phoneScreen{position:relative;z-index:0;border-radius:.9375rem;border:.1875rem solid rgb(var(--theme-black)/1);height:100%;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.p-topRecycle__phoneScreen::-webkit-scrollbar{display:none}.p-topRecycle__phoneScreenInner{padding-block:2.5625rem}@media screen and (min-width: 768px){.p-topRecycle__phoneScreenInner{padding-block:3.75rem}}.p-topRecycle__btn{display:grid;place-items:center;width:86.1538461538%;margin-inline:auto;padding-block:.625rem;border-radius:100vmax;line-height:1.1875;background-color:rgb(var(--theme-blue)/1);transition:background-color var(--hover-transition);transition:transform var(--duration) var(--ease-out-back),color var(--hover-transition),background-color var(--hover-transition)}.p-topRecycle__btn.p-topRecycle__btn--disabled{color:#b5b5b2;background-color:#e6e8dc}@media screen and (min-width: 768px){.p-topRecycle__btn{width:86.2676056338%;padding-block:.625rem;line-height:1.1923076923}}@media (hover: hover){.p-topRecycle__btn:not(.p-topRecycle__btn--disabled):hover{opacity:1;transform:scale(1.05) rotate(-4deg);color:rgb(var(--theme-yellow)/1);background-color:#000}}.p-topRecycle__vis{margin-top:2.375rem;width:100%;aspect-ratio:278/157}@media screen and (min-width: 768px){.p-topRecycle__vis{margin-top:3.5rem}}.p-topRecycle__youtube{margin-top:4.8125rem;width:100%;aspect-ratio:278/157}.p-topRecycle__youtube iframe{aspect-ratio:278/157;height:auto;width:100%}@media screen and (min-width: 768px){.p-topRecycle__youtube{margin-top:6.625rem}}.p-topRecycle__title{margin-top:2.5rem;padding-inline:1rem .625rem}@media screen and (min-width: 768px){.p-topRecycle__title{margin-top:2.75rem;padding-inline:1.5rem 1rem}}.p-topRecycle__text{line-height:1.4285714286;margin-top:.4375rem;padding-inline:1rem .625rem}@media screen and (min-width: 768px){.p-topRecycle__text{margin-top:.9375rem;padding-inline:1.5rem 1rem}}.p-topClub{position:relative;z-index:0;overflow:hidden}.p-topClub__bg{position:absolute;z-index:-1;top:0;left:0;right:0}.p-topClub__bg img{height:59.875rem;object-position:15% 100%}@media screen and (min-width: 768px){.p-topClub__bg img{height:69.6875rem;object-position:center 100%}}.p-topClub__vis{margin-top:2.375rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width: 768px){.p-topClub__vis{position:relative;z-index:0;margin-top:4.25rem}}.p-topClub__visDeco{position:absolute;z-index:1;pointer-events:none;display:block}@media screen and (min-width: 768px){.p-topClub__visDeco img{opacity:0;visibility:hidden;transition:opacity var(--duration) var(--ease-out-back),visibility var(--duration) var(--ease-out-back),transform var(--duration) var(--ease-out-back)}.p-topClub__visDeco[data-deco-name=dot_yellow]{right:min(10.703125vw,137px);top:5.25rem;width:.875rem;height:.875rem;animation-name:floatingRight}.p-topClub__visDeco[data-deco-name=dot_yellow] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topClub__visDeco[data-deco-name=flower_purple]{right:min(6.25vw,80px);top:6.375rem;width:2.875rem;height:2.875rem;animation-name:floatingRight}.p-topClub__visDeco[data-deco-name=flower_purple] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topClub__visDeco[data-deco-name=cloud_pink]{right:min(2.265625vw,29px);top:5rem;width:15rem;height:14.25rem;z-index:-1;animation-name:floatingRight}.p-topClub__visDeco[data-deco-name=cloud_pink] img{transform:translate(-3.125rem) scale(0)}.p-topClub__visDeco[data-deco-name=flower_green]{right:min(8.984375vw,115px);top:12.375rem;width:5.25rem;height:4.1875rem;animation-name:floatingRight;animation-delay:0s}.p-topClub__visDeco[data-deco-name=flower_green] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topClub__visDeco[data-deco-name=line_yellow]{right:min(2.96875vw,38px);top:12.9375rem;width:10.125rem;height:11.4375rem;animation-name:floatingRight;animation-delay:.5s}.p-topClub__visDeco[data-deco-name=line_yellow] img{transform:translate(-3.125rem,-3.125rem) scale(0)}.p-topClub__visDeco[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}}.p-topClub__content.p-topClub__content--purple .p-topClub__images{border-radius:1.25rem 0 0 1.25rem;background-color:rgb(var(--theme-purple)/1);height:calc(100% - 8.75rem)}.p-topClub__content.p-topClub__content--purple .p-topClub__img{transform:translateY(-1.3125rem)}.p-topClub__content.p-topClub__content--blue .p-topClub__images{border-radius:0 1.25rem 1.25rem 0;background-color:rgb(var(--theme-blue)/1);height:calc(100% - 8.75rem);position:relative;z-index:0}.p-topClub__content.p-topClub__content--blue .p-topClub__images:before{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 1.875rem)) scale(var(--_scale)) rotate(calc(var(--_rotate) * -1deg));width:71.5909090909%;height:91.5422885572%;z-index:-2;background-color:rgb(var(--theme-yellow)/1)}.p-topClub__content.p-topClub__content--blue .p-topClub__images:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 1.5625rem)) scale(var(--_scale)) rotate(calc(var(--_rotate) * 1deg));width:71.5909090909%;height:91.5422885572%;z-index:-1;background-color:#ffb7ee}.p-topClub__content.p-topClub__content--blue .p-topClub__img{width:73.2954545455%;margin-inline:auto;transform:translateY(-.5rem)}@media screen and (min-width: 768px){.p-topClub__content{width:20.375rem;position:relative;z-index:0}.p-topClub__content.p-topClub__content--purple{margin-left:auto;border-radius:1.25rem 0 0 1.25rem;background-color:rgb(var(--theme-purple)/1);padding-top:0;padding-bottom:3.4375rem}.p-topClub__content.p-topClub__content--purple .p-topClub__images{border-radius:0;background-color:transparent;position:absolute;top:0;left:0;right:0;z-index:-1}.p-topClub__content.p-topClub__content--purple .p-topClub__img{transform:translate(0);margin-top:-2.375rem}.p-topClub__content.p-topClub__content--blue{margin-right:auto;border-radius:0 1.25rem 1.25rem 0;background-color:rgb(var(--theme-blue)/1);padding-top:0;padding-bottom:3.4375rem}.p-topClub__content.p-topClub__content--blue .p-topClub__images{border-radius:0;background-color:transparent;position:absolute;top:0;left:0;right:0;z-index:-1}.p-topClub__content.p-topClub__content--blue .p-topClub__images:before{width:72.6993865031%;height:21rem}.p-topClub__content.p-topClub__content--blue .p-topClub__images:after{width:72.6993865031%;height:21rem}.p-topClub__content.p-topClub__content--blue .p-topClub__img{transform:translate(0);margin-top:-2.75rem;width:72.6993865031%}}.p-topClub__title{text-align:center;margin-top:1rem}@media screen and (min-width: 768px){.p-topClub__title{margin-top:19.9375rem}}.p-topClub__lead{text-align:center;padding-inline:1rem;margin-top:.5625rem}@media screen and (min-width: 768px){.p-topClub__lead{padding-inline:0;margin-top:.8125rem}}.p-topClub__campaignDeco{position:absolute;z-index:1;pointer-events:none;display:block}.p-topClub__campaignDeco img{opacity:0;visibility:hidden;transition:opacity var(--duration) var(--ease-out-back),visibility var(--duration) var(--ease-out-back),transform var(--duration) var(--ease-out-back)}.p-topClub__campaignDeco[data-deco-name=flower_pink]{left:25.1428571429%;top:18.625rem;width:3.125rem;height:3.125rem;animation-name:floatingRight}.p-topClub__campaignDeco[data-deco-name=flower_pink] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topClub__campaignDeco[data-deco-name=flower_purple]{left:14%;top:18rem;width:2.5rem;height:2.5rem;animation-name:floatingLeft;animation-delay:0s}.p-topClub__campaignDeco[data-deco-name=flower_purple] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topClub__campaignDeco[data-deco-name=dot_white]{left:32.5714285714%;top:16.9375rem;width:.9375rem;height:.9375rem;animation-name:floatingRight}.p-topClub__campaignDeco[data-deco-name=dot_white] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topClub__campaignDeco[data-deco-name=dot_green]{left:75.7142857143%;top:5.8125rem;width:.625rem;height:.625rem;animation-name:floatingRight}.p-topClub__campaignDeco[data-deco-name=dot_green] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topClub__campaignDeco[data-deco-name=hagasu]{left:45.7142857143%;top:11.625rem;width:6.1875rem;height:9.5625rem}.p-topClub__campaignDeco[data-deco-name=hagasu] img{transform:translate(0) scale(0)}.p-topClub__campaignDeco[data-deco-name=nomikiru]{left:16.5714285714%;top:9rem;width:7rem;height:5.0625rem}.p-topClub__campaignDeco[data-deco-name=nomikiru] img{transform:translate(0) scale(0)}.p-topClub__campaignDeco[data-deco-name=line]{left:57.1428571429%;top:4.75rem;width:6.625rem;height:7.25rem;z-index:2;animation-name:floatingLeft}.p-topClub__campaignDeco[data-deco-name=line] img{transform:translate(-3.125rem,3.125rem) scale(0)}.p-topClub__campaignDeco[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}@media screen and (min-width: 768px){.p-topClub__campaignDeco[data-deco-name=flower_pink]{left:7.8125rem;top:11.1875rem;width:4.375rem;height:4.375rem}.p-topClub__campaignDeco[data-deco-name=flower_purple]{left:4.375rem;top:9.125rem;width:3.6875rem;height:3.6875rem}.p-topClub__campaignDeco[data-deco-name=dot_white]{left:10.1875rem;top:8.75rem;width:1.3125rem;height:1.3125rem}.p-topClub__campaignDeco[data-deco-name=dot_green]{left:10.8125rem;top:10.25rem;width:.9375rem;height:.9375rem}.p-topClub__campaignDeco[data-deco-name=dot_green] img{transform:translate(3.125rem,-3.125rem) scale(0)}.p-topClub__campaignDeco[data-deco-name=hagasu]{left:unset;right:8.75rem;top:-5rem;width:min(14.0625vw,131px);height:min(18.75vw,202px)}.p-topClub__campaignDeco[data-deco-name=nomikiru]{left:7rem;top:-.9375rem;width:min(16.40625vw,155px);height:min(13.28125vw,112px)}.p-topClub__campaignDeco[data-deco-name=line]{left:3.125rem;top:-12.875rem;width:8.875rem;height:10rem}.p-topClub__campaignDeco[data-deco-name=line] img{transform:translate(3.125rem,3.125rem) scale(0)}.p-topClub__campaignDeco[data-animation-status=play] img{opacity:1;visibility:visible;transform:translate(0) scale(1)}}.p-topClub__campaign{position:relative;z-index:1;margin-top:1.6875rem}@media screen and (min-width: 768px){.p-topClub__campaign{margin-top:2.8125rem}}.p-topClub__campaignHeading{text-align:center;font-size:2rem;line-height:1.2857142857;text-shadow:.125rem .125rem 0 rgb(var(--theme-yellow)/1);margin-inline:-1rem}@media screen and (min-width: 768px){.p-topClub__campaignHeading{font-size:2.1875rem}}.p-topClub__campaignText{text-align:center;line-height:1.75;margin-top:18.625rem;margin-inline:-1rem}@media screen and (min-width: 768px){.p-topClub__campaignText{margin-top:.75rem;margin-inline:auto}}.p-topClub__campaignBtn{margin-top:1.9375rem;width:fit-content;margin-inline:auto;display:grid;place-items:center;line-height:1.3;gap:.875rem;grid-template-columns:auto 1fr;padding-block:.5rem;padding-inline:1.0625rem 1.8125rem;border-radius:100vmax;background-color:rgb(var(--theme-dark-green)/1);transition:color var(--hover-transition);overflow:hidden}@media screen and (min-width: 768px){.p-topClub__campaignBtn{margin-top:1.5625rem}}.p-topClub__campaignBtnIcon{width:2.0625rem;position:relative;z-index:-1}.p-topClub__campaignBtnIcon:before{content:"";position:absolute;display:block;z-index:-1;width:1.875rem;height:1.875rem;left:25%;background-color:#000;border-radius:100vmax;transition:transform var(--hover-transition);transform:scale(0);pointer-events:none}@media (hover: hover){.p-topClub__campaignBtn:hover{color:rgb(var(--theme-white)/1)}.p-topClub__campaignBtn:hover .p-topClub__campaignBtnIcon:before{transform:scale(15)}}.p-topClub__snsWrap{margin-top:3.75rem}@media screen and (min-width: 768px){.p-topClub__snsWrap{margin-top:4.75rem}}.p-topClub__snsTimeline{padding-bottom:2.25rem}@media screen and (min-width: 768px){.p-topClub__snsTimeline{padding-bottom:10.625rem}}.u-only-pc{display:none!important}@media screen and (min-width: 768px){.u-only-pc{display:inline-block!important}}.u-only-pc-block{display:none!important}@media screen and (min-width: 768px){.u-only-pc-block{display:block!important}}.u-only-pc-grid{display:none!important}@media screen and (min-width: 768px){.u-only-pc-grid{display:grid!important}}.u-only-pc-flex{display:none!important}@media screen and (min-width: 768px){.u-only-pc-flex{display:flex!important}}.u-only-mobile{display:inline-block!important}@media screen and (min-width: 768px){.u-only-mobile{display:none!important}}.u-only-mobile-block{display:block!important}@media screen and (min-width: 768px){.u-only-mobile-block{display:none!important}}.u-only-mobile-grid{display:grid!important}@media screen and (min-width: 768px){.u-only-mobile-grid{display:none!important}}.u-only-mobile-flex{display:flex!important}@media screen and (min-width: 768px){.u-only-mobile-flex{display:none!important}}.u-hidden{display:none!important;position:absolute!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:none!important;visibility:hidden!important;opacity:0!important;outline:none!important;overflow:hidden!important;pointer-events:none!important}.u-visible{visibility:visible!important;opacity:1!important}.u-alternative{position:fixed!important;inset-block-start:0!important;inset-inline-start:0!important;display:block!important;inline-size:4px!important;block-size:4px!important;contain:strict!important;pointer-events:none!important;opacity:0!important}.u-weight-bold{font-weight:700!important}.u-weight-black{font-weight:900!important}.u-text-uppercase{text-transform:uppercase!important}.u-accent-color{color:var(--theme-accent)!important}.u-text-marker{padding-inline:.25rem;padding-block:.0625rem .125rem;position:relative;z-index:0}.u-text-marker:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:rgb(var(--theme-green)/1);clip-path:inset(0% 100% 0% 0%);transition:clip-path .4s .8s ease}.u-text-marker[data-animation-status=play]:after{clip-path:inset(0% 0% 0% 0%)}
