.top-page{background:var(--color-bg);color:var(--color-text)}.top-page .container{width:min(1200px, calc(100% - 40px));margin:0 auto}.top-page .hero{position:relative;min-height:680px;background-size:cover;background-position:center;border-radius:0 0 32px 32px;overflow:hidden}.top-page .hero--spring{background-image:url("../img/hero/spring.webp")}.top-page .hero--summer{background-image:url("../img/hero/summer.webp")}.top-page .hero--fall{background-image:url("../img/hero/fall.JPG")}.top-page .hero--winter{background-image:url("../img/hero/winter.webp")}.top-page .hero__overlay{background:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.55) 10%, rgba(255, 255, 255, 0.05) 100%);min-height:inherit;display:flex;align-items:center}.top-page .hero__content{width:min(1200px, calc(100% - 40px));margin:0 auto}.top-page .hero__sub{font-size:14px;margin-bottom:24px;letter-spacing:0.08em}.top-page .hero__title{font-size:56px;line-height:1.4;margin-bottom:24px;font-weight:700;font-family:"Shippori Mincho", serif}.top-page .hero__text{font-size:18px;line-height:2;margin-bottom:40px}.top-page .hero__search{display:flex;align-items:center;gap:16px;background:#fff;padding:30px 45px;border-radius:30px;width:fit-content;box-shadow:0 12px 32px rgba(0, 0, 0, 0.08)}.top-page .hero__search input{border:none;background:#f5f5f5;border-radius:999px;padding:14px 20px;min-width:240px;font-size:15px}.top-page .hero__search button{border:none;background:var(--color-green);color:#fff;border-radius:999px;padding:14px 28px;cursor:pointer;font-weight:700;margin:auto}.top-page .top-tabs{margin-top:-40px;position:relative;z-index:10}.top-page .top-tabs__inner{background:#fff;border-radius:24px;display:grid;grid-template-columns:repeat(3, 1fr);overflow:hidden;box-shadow:0 12px 24px rgba(0, 0, 0, 0.06)}.top-page .top-tabs__inner a{padding:24px;text-align:center;text-decoration:none;color:#222;font-weight:700}.top-page .top-tabs__inner a.active{border-bottom:3px solid var(--color-primary);color:var(--color-primary)}.top-page .section{padding:1rem 0}.top-page .section__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.top-page .section__head h2{font-size:32px;margin:1rem 0;font-weight:800}.top-page .section__head a{color:#666;text-decoration:none}.top-page .card-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.top-page .experience-card-link{display:block;color:inherit;text-decoration:none}.top-page .experience-card-link:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0, 0, 0, 0.12);text-decoration:none;color:inherit}.top-page .experience-card-link:focus-visible{outline:2px solid var(--color-main);outline-offset:4px;text-decoration:none}.top-page .experience-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 24px rgba(0, 0, 0, 0.05);transition:transform 0.2s ease, box-shadow 0.2s ease}.top-page .experience-card__image{position:relative}.top-page .experience-card__image img{width:100%;height:150px;object-fit:cover;display:block}.top-page .experience-card__image .rank{position:absolute;top:0;left:16px;width:42px;height:54px;background:var(--color-gold);color:#fff;font-weight:bold;display:flex;align-items:center;justify-content:center;z-index:2;font-size:1.3rem}.top-page .experience-card__image .rank::after{content:"";position:absolute;bottom:-10px;left:0;width:0;height:0;border-left:21px solid var(--color-gold);border-right:21px solid var(--color-gold);border-bottom:10px solid transparent}.top-page .experience-card__image .duration-badge{position:absolute;left:12px;bottom:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(0, 0, 0, 0.72);color:#fff;border-radius:999px;font-size:0.85rem;font-weight:600;backdrop-filter:blur(4px)}.top-page .experience-card__image .duration-badge i{font-size:0.9rem}.top-page .experience-card__body{padding:15px 8px}.top-page .experience-card__body h3{font-size:1rem;margin-bottom:10px;font-weight:bold}.top-page .experience-card__body .tags{display:flex;flex-wrap:wrap;gap:6px}.top-page .experience-card__body .tag{padding:4px 10px;font-size:12px;color:var(--color-main);background:#f4f7f8;border:1px solid #d9e4e7;border-radius:999px;line-height:1}.top-page .experience-card__body .meta{display:flex;justify-content:space-between;color:#dc3545;font-size:1rem}.top-page .experience-card__body .price-area{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-top:12px}.top-page .experience-card__body .price-area .price-row{width:180px;display:flex;justify-content:space-between;align-items:center}.top-page .experience-card__body .price-area .label{display:flex;align-items:center;gap:8px;color:#666;font-size:0.9rem}.top-page .experience-card__body .price-area .label i{width:18px;text-align:center;color:var(--color-main)}.top-page .experience-card__body .price-area .price{font-size:1.15rem;font-weight:700;color:#d97706;text-align:right}.top-page .category-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px}.top-page .category-grid .category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;padding:24px;border-radius:20px;background:white;box-shadow:0 4px 12px rgba(0, 0, 0, 0.06);text-decoration:none;transition:0.3s}.top-page .category-grid .category-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(0, 0, 0, 0.12)}.top-page .category-grid .category-card i{font-size:56px;color:#2f7d5a;margin-bottom:16px}.top-page .category-grid .category-card span{color:#333;font-size:20px;font-weight:700;line-height:1.4}.top-page .category-grid .nature i{color:#3fa34d}.top-page .category-grid .crafts i{color:#c47a2c}.top-page .category-grid .family i{color:#3b82f6}.top-page .category-grid .seasonal i{color:#e85d75}.top-page .area-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.top-page .area-card{position:relative;overflow:hidden;border-radius:18px;text-decoration:none}.top-page .area-card img{width:100%;height:220px;object-fit:cover}.top-page .area-card span{position:absolute;left:20px;bottom:20px;color:#fff;font-weight:700;font-size:20px}.top-page #provider-section{background:var(--color-bg-dark);padding:2rem 0}.top-page #provider-section .container{display:flex;align-items:center;justify-content:space-between;gap:64px}.top-page #provider-section .provider__left h2{font-size:42px;line-height:1.5;margin-bottom:24px;color:var(--color-text);font-family:"Shippori Mincho", serif}.top-page #provider-section .provider__left p{font-size:16px;line-height:2;color:var(--color-text-light);margin-bottom:40px}.top-page #provider-section .provider__right{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}.top-page #provider-section .provider__right img{width:100%;height:260px;object-fit:cover;border-radius:var(--radius-md);display:block;box-shadow:var(--shadow-md)}.top-page #provider-section .provider__right img:nth-child(2){margin-top:40px}.top-page #provider-section .provider__right img:nth-child(3){margin-top:-40px}.top-page #provider-section .primary-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:var(--color-white);color:var(--color-text-light);border:none;border-radius:var(--radius-round);font-size:15px;font-weight:700;cursor:pointer;transition:var(--transition)}.top-page #provider-section .primary-btn:hover{background:var(--color-primary-dark);transform:translateY(-2px);color:var(--color-white)}.top-page .beginner-guide-section{padding:4rem 0 5rem;background:var(--color-white)}.top-page .beginner-guide-title{text-align:center;font-size:40px;font-weight:700;margin-bottom:56px;color:var(--color-text);font-family:"Shippori Mincho", serif}.top-page .beginner-guide-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px}.top-page .beginner-guide-item{display:flex;align-items:flex-start;gap:18px}.top-page .beginner-guide-icon{width:72px;height:72px;min-width:72px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.top-page .beginner-guide-icon i{font-size:34px;color:var(--color-blue)}.top-page .beginner-guide-content h3{font-size:20px;font-weight:700;margin-bottom:10px;color:var(--color-text)}.top-page .beginner-guide-content p{font-size:14px;line-height:1.8;color:var(--color-text-light)}@media screen and (max-width:768px){.top-page .beginner-guide-section{padding:3rem 0 4rem}.top-page .beginner-guide-title{font-size:28px;margin-bottom:40px}.top-page .beginner-guide-grid{grid-template-columns:1fr;gap:28px}.top-page .beginner-guide-item{gap:16px}.top-page .beginner-guide-icon{width:60px;height:60px;min-width:60px}.top-page .beginner-guide-icon i{font-size:28px}.top-page .beginner-guide-content h3{font-size:18px}.top-page .beginner-guide-content p{font-size:13px}}.top-page #news-section{padding:3rem 0;background:var(--color-bg)}.top-page #news-section .container{max-width:920px}.top-page #news-section .section__head{display:flex;align-items:center;justify-content:space-between}.top-page #news-section .section__head h2{font-size:40px;font-weight:700;color:var(--color-text)}.top-page #moreBtn,.top-page #closeBtn{border:none;background:var(--color-primary);color:var(--color-white);padding:12px 22px;border-radius:var(--radius-round);font-size:14px;font-weight:700;cursor:pointer;transition:var(--transition)}.top-page #moreBtn:hover,.top-page #closeBtn:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.top-page .news-list{margin:0;padding:0;list-style:none;background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.top-page .news-list li{position:relative;padding:28px 32px 28px 120px;border-bottom:1px solid var(--color-border);font-size:16px;line-height:1.8;color:var(--color-text);transition:var(--transition)}.top-page .news-list li::before{content:"NEWS";position:absolute;left:32px;top:28px;font-size:12px;font-weight:700;letter-spacing:0.08em;color:var(--color-primary);background:var(--color-primary-light);padding:6px 10px;border-radius:999px}.top-page .news-list li:hover{background:#fcfcfc}.top-page .news-list li:last-child{border-bottom:none}.top-page .more-item{display:none}@media screen and (max-width:768px){.top-page #news-section{padding:72px 0}.top-page #news-section .section__head{flex-direction:column;align-items:flex-start;gap:16px}.top-page #news-section .section__head h2{font-size:28px}.top-page .news-list li{padding:64px 20px 20px;font-size:14px}.top-page .news-list li::before{left:20px;top:20px}.top-page #moreBtn,.top-page #closeBtn{width:100%}}@media (max-width:1024px){.top-page .card-grid{grid-template-columns:repeat(2, 1fr)}.top-page .category-grid{grid-template-columns:repeat(3, 1fr)}.top-page .area-grid{grid-template-columns:repeat(2, 1fr)}.top-page .hero__title{font-size:42px}}@media (max-width:768px){.top-page{}.top-page .hero{min-height:420px;border-radius:0 0 24px 24px}.top-page .hero__overlay{background:linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 100%)}.top-page .hero__content{width:min(100%, calc(100% - 24px));padding:0 12px}.top-page .hero__sub{font-size:12px;margin-bottom:16px}.top-page .hero__title{font-size:28px;line-height:1.35;margin-bottom:16px}.top-page .hero__text{font-size:14px;line-height:1.8;margin-bottom:24px}.top-page .hero__search{flex-direction:column;border-radius:16px;width:100%;gap:12px;padding:30px 45px;box-shadow:0 8px 24px rgba(0, 0, 0, 0.1)}.top-page .hero__search input{width:100%;min-width:auto;padding:12px 16px;border-radius:8px;min-height:44px;font-size:14px}.top-page .hero__search button{width:100%;min-height:44px;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:700}.top-page .top-tabs__inner{grid-template-columns:1fr;border-radius:16px;overflow-y:auto;overflow-x:auto;grid-template-columns:auto;gap:0}.top-page .top-tabs__inner a{padding:20px 24px;min-width:200px;white-space:nowrap;border-bottom:3px solid transparent}.top-page .top-tabs__inner a.active{border-bottom:3px solid var(--color-primary);color:var(--color-primary)}.top-page .card-grid,.top-page .category-grid,.top-page .area-grid{grid-template-columns:1fr;gap:16px}.top-page .experience-card__image img{height:180px}.top-page .experience-card__body{padding:16px}.top-page .experience-card__body h3{font-size:16px;margin-bottom:12px}.top-page .category-card,.top-page .area-card{border-radius:12px}.top-page .category-card img,.top-page .area-card img{height:140px}.top-page .category-card span,.top-page .area-card span{font-size:16px}.top-page .area-card span{font-size:18px;left:16px;bottom:16px}.top-page .section{padding:40px 0}.top-page .section__head{flex-direction:column;gap:16px;align-items:flex-start}.top-page .section__head h2{font-size:22px;margin-bottom:0}.top-page .section__head a{align-self:flex-start;font-size:14px}.top-page #provider-section .container{flex-direction:column;gap:1rem}.top-page .provider__left,.top-page .provider__right{width:100%}.top-page .provider__left h2{font-size:28px}.top-page .provider__left p{font-size:15px}.top-page .provider__right{gap:12px}.top-page .provider__right img{height:180px;border-radius:16px}.top-page .provider__right img:nth-child(2),.top-page .provider__right img:nth-child(3){margin-top:0}.top-page .primary-btn{width:100%}}@media (max-width:480px){.top-page .container{width:min(100%, calc(100% - 20px))}.top-page .hero{min-height:360px}.top-page .hero__content{width:min(100%, calc(100% - 20px));padding:0 10px}.top-page .hero__sub{font-size:11px;margin-bottom:12px}.top-page .hero__title{font-size:24px;line-height:1.3;margin-bottom:12px}.top-page .hero__text{font-size:13px;line-height:1.6;margin-bottom:20px}.top-page .hero__search{padding:10px;gap:10px}.top-page .hero__search input{padding:10px 12px;font-size:13px;min-height:40px}.top-page .hero__search button{min-height:40px;padding:10px 16px;font-size:13px}.top-page .top-tabs__inner{margin-top:-20px;border-radius:12px}.top-page .top-tabs__inner a{padding:16px 20px;min-width:150px;font-size:13px}.top-page .card-grid,.top-page .category-grid,.top-page .area-grid{gap:12px}.top-page .experience-card{border-radius:16px}.top-page .experience-card__image img{height:160px}.top-page .experience-card__body{padding:12px}.top-page .category-card,.top-page .area-card{border-radius:10px}.top-page .category-card img,.top-page .area-card img{height:120px}.top-page .category-card span,.top-page .area-card span{font-size:14px}.top-page .area-card span{font-size:16px;left:12px;bottom:12px}.top-page .section{padding:32px 0}.top-page .section__head h2{font-size:20px}.top-page .section__head a{font-size:12px}}