.shikigaoka-wrapper{font-family:"M PLUS Rounded 1c",sans-serif}.shiki-section-title-wrapper{text-align:center;margin-bottom:3rem;position:relative}.shiki-section-title{font-size:1.8rem;font-weight:800;color:#f97316;display:flex;align-items:center;justify-content:center;gap:10px}.shiki-section-title-wrapper::after{content:'';display:block;width:60px;height:6px;margin:10px auto 0;background-image:radial-gradient(circle,#fdba74 3px,transparent 3.5px);background-size:10px 10px;background-repeat:repeat-x;background-position:center}.shiki-hero{position:relative;background-color:#fff7ed;overflow:hidden;padding:40px 0 80px}@media (min-width:768px){.shiki-hero{padding:80px 0;min-height:600px;display:flex;align-items:center}}.shiki-hero-bg{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(#fdba74 2px,transparent 2px);background-size:30px 30px;opacity:.4;z-index:0}.blob-orange{position:absolute;top:0;right:0;width:500px;height:500px;background:#ffedd5;border-radius:50%;filter:blur(60px);opacity:.6;transform:translate(30%,-30%)}.blob-yellow{position:absolute;bottom:0;left:0;width:600px;height:600px;background:#fef9c3;border-radius:50%;filter:blur(60px);opacity:.6;transform:translate(-30%,30%)}.shiki-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:40px;align-items:center}@media (min-width:768px){.shiki-hero-inner{flex-direction:row;justify-content:space-between;gap:60px}}.hero-text-col{width:100%;text-align:center}@media (min-width:768px){.hero-text-col{width:45%;text-align:left}}.tag-catch{display:inline-block;background:#fff;border:2px solid #fed7aa;color:#f97316;font-weight:700;padding:5px 15px;border-radius:20px;margin-bottom:20px;box-shadow:0 2px 5px rgba(0,0,0,.05)}.hero-main-title{font-size:2.5rem;font-weight:800;color:#333;line-height:1.3;margin-bottom:20px}@media (min-width:768px){.hero-main-title{font-size:3.5rem}}.hero-main-title span{color:#f97316}.hero-lead{font-size:1.1rem;color:#666;font-weight:700;line-height:1.8;margin-bottom:30px}.hero-actions{display:flex;flex-direction:column;gap:15px;justify-content:center;align-items:center}@media (min-width:768px){.hero-actions{flex-direction:row;justify-content:flex-start;align-items:flex-start}}.btn-main-orange{background:#f97316;color:#fff;padding:15px 30px;border-radius:50px;font-weight:700;box-shadow:0 4px 10px rgba(249,115,22,.3);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.3s;text-decoration:none;width:auto;min-width:200px}.btn-main-orange:hover{background:#c2410c;transform:translateY(-3px)}.btn-sub-white{background:#fff;color:#f97316;border:2px solid #f97316;padding:15px 30px;border-radius:50px;font-weight:700;box-shadow:0 4px 10px rgba(0,0,0,.05);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.3s;text-decoration:none;width:auto;min-width:200px}.btn-sub-white:hover{background:#fff7ed;transform:translateY(-3px)}.hero-img-col{width:100%;display:flex;justify-content:center}@media (min-width:768px){.hero-img-col{width:55%;justify-content:flex-end}}.hero-slider-frame{position:relative;width:100%;max-width:650px;aspect-ratio:4/3;background:#fff;padding:10px;border-radius:40px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.hero-slider-inner{position:relative;width:100%;height:100%;border-radius:30px;overflow:hidden;background:#eee}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease-in-out}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.shiki-nav-bar{background:rgba(255,255,255,.95);border-bottom:1px solid #eee;padding:15px 0;position:relative;z-index:40}.shiki-nav-list{display:flex;justify-content:flex-start;gap:10px;overflow-x:auto;white-space:nowrap;padding:0 20px;-webkit-overflow-scrolling:touch}@media (min-width:1024px){.shiki-nav-list{justify-content:center}}.shiki-nav-list::-webkit-scrollbar{display:none}.shiki-nav-item{display:flex;align-items:center;gap:6px;padding:10px 20px;border-radius:50px;font-weight:700;color:#666;transition:.3s;white-space:nowrap}.shiki-nav-item:hover{background:#fff7ed;color:#f97316}.shiki-nav-item.active{background:#f97316;color:#fff;box-shadow:0 4px 10px rgba(249,115,22,.3)}.news-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.news-grid{grid-template-columns:repeat(3,1fr)}}.news-item-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #eee;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:.3s;display:block;text-decoration:none}.news-item-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.news-img-wrap{height:200px;overflow:hidden;position:relative}.news-img-wrap img{width:100%;height:100%;object-fit:cover;transition:.5s}.news-item-card:hover .news-img-wrap img{transform:scale(1.1)}.news-card-date{position:absolute;top:10px;left:10px;background:rgba(255,255,255,.9);color:#f97316;font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:20px}.news-card-body{padding:20px}.news-card-title{font-weight:700;color:#555;font-size:1rem;line-height:1.5}.news-item-card:hover .news-card-title{color:#f97316}.about-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media (min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-img-frame{border-radius:40px;overflow:hidden;border:5px solid #fff;box-shadow:0 10px 25px rgba(0,0,0,.1);transform:rotate(-2deg)}.about-heading{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:20px;display:flex;align-items:center;gap:10px}.orange-pill{width:8px;height:30px;background:#fb923c;border-radius:4px;display:inline-block}.overview-wrapper{margin-top:60px;max-width:900px;margin-left:auto;margin-right:auto}.overview-title{font-size:1.2rem;font-weight:800;color:#f97316;margin-bottom:20px;display:flex;align-items:center;gap:8px;border-bottom:2px dashed #fed7aa;padding-bottom:5px}.overview-table{width:100%;border-collapse:collapse;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.05)}.overview-table td,.overview-table th{padding:15px 20px;border-bottom:1px solid #f0f0f0;text-align:left}.overview-table th{background:#fff;color:#f97316;width:30%;font-weight:800;white-space:nowrap}.overview-table td{color:#555;font-weight:500}@media (max-width:600px){.overview-table td,.overview-table th{display:block;width:100%}.overview-table th{background:#fff;border-bottom:none;padding-bottom:5px}.overview-table td{padding-top:5px}}.event-wrapper{display:flex;flex-direction:column;gap:60px;max-width:900px;margin:0 auto}.event-row{display:grid;grid-template-columns:1fr;gap:30px;align-items:center}@media (min-width:768px){.event-row{grid-template-columns:1fr 1fr}.event-row:nth-child(2n) .event-text-col{order:2}.event-row:nth-child(2n) .event-img-col{order:1}}.event-text-box{background:#fff;padding:30px;border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.05);border-top:6px solid #ccc;height:100%;display:flex;flex-direction:column;justify-content:center}.border-pink{border-top-color:#f9a8d4}.border-blue{border-top-color:#93c5fd}.border-orange{border-top-color:#fdba74}.border-cyan{border-top-color:#67e8f9}.season-title{font-size:1.5rem;font-weight:800;margin-bottom:15px;display:flex;align-items:center;gap:10px}.text-pink{color:#ec4899}.text-blue{color:#3b82f6}.text-orange{color:#f97316}.text-cyan{color:#06b6d4}.event-imgs{display:grid;grid-template-columns:1fr 1fr;gap:15px}.event-img-item{aspect-ratio:1/1;border-radius:15px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1)}.event-img-item:nth-child(2){margin-top:30px}.event-img-item img{width:100%;height:100%;object-fit:cover;transition:.5s}.event-img-item:hover img{transform:scale(1.1)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}