.NewsSection_01{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;background:url(https://yogibo.openhost.cafe24.com/yogico/img/banner/news_bg.jpg) no-repeat 50%/cover;color:#fff;padding:0 10px;box-sizing:border-box;font-family:Anton}.NewsSection_01_text{width:80%;max-width:1300px;text-align:left}.NewsSection_01_line1,.NewsSection_01_line2,.NewsSection_01_line3{text-align:center;color:#fff;font-family:Anton,sans-serif;margin:0;opacity:0;transform:translateY(50px);font-size:clamp(3rem,14vw,25vw);line-height:1;will-change:opacity,transform}.NewsSection_01.play .NewsSection_01_line1{animation:fadeInUp .8s ease-out forwards}.NewsSection_01.play .NewsSection_01_line2{animation:fadeInUp .8s ease-out .3s forwards}.NewsSection_01.play .NewsSection_01_line3{animation:fadeInUp .8s ease-out .5s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.NewsSection_01_text{width:90%}.NewsSection_01_line1,.NewsSection_01_line2,.NewsSection_01_line3{text-align:left;font-size:clamp(2rem,22vw,12rem);line-height:1.1;text-align:center}}@media (min-width:768px) and (max-width:1199px){.NewsSection_01_text{width:85%}.NewsSection_01_line1,.NewsSection_01_line2,.NewsSection_01_line3{font-size:clamp(3rem,16vw,15rem);line-height:1.05}}@media (min-width:1200px){.NewsSection_01_text{width:80%}.NewsSection_01_line1,.NewsSection_01_line2,.NewsSection_01_line3{font-size:clamp(4rem,14vw,18rem)}}.NewsSection_02{font-family:Roboto Condensed,sans-serif;padding:4rem 2rem;background-color:#fff}.NewsSection_02_header{text-align:center;margin-bottom:2rem}.NewsSection_02_title{font-size:2rem;font-weight:700;letter-spacing:.1em}.NewsSection_02_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:5rem;width:80%;margin:0 auto}.NewsSection_02_card{display:flex;flex-direction:column}.NewsSection_02_image{width:100%;aspect-ratio:4/5;overflow:hidden;margin-bottom:2rem}.NewsSection_02_image img{width:100%;height:100%;object-fit:cover}.NewsSection_02_cardTitle{font-size:1.125rem;margin:0 0 .5rem;line-height:1.3}.NewsSection_02_cardExcerpt{flex:1;font-size:.9rem;line-height:1.5;color:#555;margin:0 0 1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;text-overflow:ellipsis}.NewsSection_02_button{display:inline-block;max-width:130px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:1px solid #000;border-radius:9999px;background:transparent;text-decoration:none;color:#000;transition:background .2s,color .2s}.NewsSection_02_button:hover{background:#000;color:#fff}@media (max-width:500px){.NewsSection_02{padding:0;padding-bottom:100px}.NewsSection_02_grid{width:90%}.NewsSection_02_cardTitle{font-size:20px;font-weight:500}}