﻿@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:72px}body{font-family:"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic Pro",sans-serif;font-size:15px;line-height:1.8;color:#1f2937;background:#fff;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;vertical-align:middle}a{text-decoration:none;color:inherit;transition:all .2s ease}a:hover{opacity:.85}ul{list-style:none}table{border-collapse:collapse;width:100%}small{font-size:.85em;color:#6b7280}.bt-container{max-width:960px;margin:0 auto;padding:0 24px}@media screen and (max-width: 767px){.bt-container{padding:0 16px}}.bt-section-title{font-size:24px;font-weight:700;text-align:center;margin-bottom:40px;color:#1f2937}.bt-section-title--light{color:#fff}@media screen and (max-width: 767px){.bt-section-title{font-size:20px;margin-bottom:32px}}.bt-section-subtitle{font-size:14px;color:#6b7280;text-align:center;margin-top:-28px;margin-bottom:40px}@media screen and (max-width: 767px){.bt-section-subtitle{margin-top:-22px;margin-bottom:32px}}.bt-section-desc{text-align:center;color:#6b7280;font-size:14px;margin-bottom:40px}@media screen and (max-width: 767px){.bt-section-desc{margin-bottom:28px}}.bt-section-divider{width:48px;height:3px;background:#c01920;border-radius:2px;margin:16px auto 40px}.bt-section-divider--light{background:rgba(255,255,255,.6)}@media screen and (max-width: 767px){.bt-section-divider{margin:12px auto 28px}}.bt-subtitle{font-size:20px;font-weight:700;margin-bottom:20px;padding-left:16px;border-left:4px solid #c01920;color:#1f2937}@media screen and (max-width: 767px){.bt-subtitle{font-size:17px;margin-bottom:16px}}.bt-btn{display:inline-block;padding:14px 36px;border-radius:50px;font-size:15px;font-weight:700;text-align:center;transition:all .2s ease;cursor:pointer;border:2px solid rgba(0,0,0,0)}.bt-btn--primary{background:#c01920;color:#fff;box-shadow:0 4px 14px rgba(192,25,32,.3)}.bt-btn--primary:hover{background:#de757b;box-shadow:0 6px 20px rgba(192,25,32,.4);opacity:1;transform:translateY(-1px)}.bt-btn--outline{background:#fff;color:#c01920;border-color:#c01920}.bt-btn--outline:hover{background:#c01920;color:#fff;opacity:1}.bt-btn--white{background:#fff;color:#c01920}.bt-btn--white:hover{background:#f1cfd8;opacity:1}.bt-btn--white-outline{background:rgba(0,0,0,0);color:#fff;border-color:rgba(255,255,255,.6)}.bt-btn--white-outline:hover{background:rgba(255,255,255,.15);border-color:#fff;opacity:1}.bt-btn--lg{padding:16px 48px;font-size:16px}@media screen and (max-width: 767px){.bt-btn--lg{padding:14px 32px;font-size:15px;width:100%}}@media screen and (max-width: 767px){.bt-btn{padding:12px 28px;font-size:14px}}.bt-tag{display:inline-block;padding:6px 16px;background:#fff;color:#c01920;border-radius:50px;font-size:13px;font-weight:700;border:1.5px solid rgba(192,25,32,.3)}@media screen and (max-width: 767px){.bt-tag{font-size:12px;padding:4px 12px}}.bt-label{display:inline-block;padding:4px 12px;background:#f9fafb;color:#1f2937;border-radius:6px;font-size:13px;font-weight:500}.bt-label--accent{background:#c01920;color:#fff}.bt-label--sub{background:#f1cfd8;color:#c01920}.bt-label--white{background:rgba(255,255,255,.2);color:#fff;backdrop-filter:blur(4px)}.bt-label--white-accent{background:#fff;color:#c01920;font-weight:700}.bt-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.6);transition:box-shadow .3s}.bt-header__inner{padding:0 56px;display:flex;align-items:center;justify-content:space-between;height:60px}@media screen and (max-width: 991px){.bt-header__inner{padding:0 24px}}@media screen and (max-width: 767px){.bt-header__inner{height:52px;padding:0 16px}}.bt-header__logo{display:flex;flex-direction:column;align-items:center}.bt-header__logo-main{height:32px;width:auto;display:block}@media screen and (max-width: 767px){.bt-header__logo-main{height:24px}}.bt-header__logo-collabo{height:14px;width:auto;display:block;margin-top:2px}@media screen and (max-width: 767px){.bt-header__logo-collabo{height:10px}}.bt-header__menu-btn{display:none;background:none;border:none;width:28px;height:20px;position:relative;cursor:pointer;z-index:110}.bt-header__menu-btn span{display:block;width:100%;height:2px;background:#1f2937;position:absolute;left:0;transition:all .3s;border-radius:1px}.bt-header__menu-btn span:nth-child(1){top:0}.bt-header__menu-btn span:nth-child(2){top:50%;transform:translateY(-50%)}.bt-header__menu-btn span:nth-child(3){bottom:0}.bt-header__menu-btn.is-open span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.bt-header__menu-btn.is-open span:nth-child(2){opacity:0}.bt-header__menu-btn.is-open span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}@media screen and (max-width: 991px){.bt-header__menu-btn{display:block}}.bt-header__nav ul{display:flex;gap:2px}.bt-header__nav a{display:block;padding:6px 10px;font-size:12px;font-weight:700;border-radius:8px;color:#1f2937;white-space:nowrap}.bt-header__nav a:hover{background:#f1cfd8;color:#c01920;opacity:1}@media screen and (max-width: 991px){.bt-header__nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.12);padding:72px 24px 40px;transition:right .3s ease;overflow-y:auto}.bt-header__nav.is-open{right:0}.bt-header__nav ul{flex-direction:column;gap:0}.bt-header__nav a{padding:14px 16px;font-size:15px;color:#1f2937;border-bottom:1px solid #e5e7eb;border-radius:0}}.bt-hero{overflow:hidden}.bt-hero__main{background:url("https://andfanfun.com/wp-content/uploads/2026/03/hert-bg.png") repeat;padding:80px 0}@media screen and (max-width: 767px){.bt-hero__main{padding:40px 0}}.bt-hero__inner{max-width:1040px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:48px}@media screen and (max-width: 991px){.bt-hero__inner{flex-direction:column-reverse;padding:0 16px;text-align:center}}.bt-hero__content{flex-shrink:0;width:496px}@media screen and (max-width: 991px){.bt-hero__content{width:100%;max-width:500px}}.bt-hero__collabo{height:36px;width:auto;display:block;margin-bottom:16px}@media screen and (max-width: 991px){.bt-hero__collabo{margin:0 auto 16px}}@media screen and (max-width: 767px){.bt-hero__collabo{height:26px}}.bt-hero__catch{font-size:48px;font-weight:900;color:#c01920;line-height:1.25;margin-bottom:16px}@media screen and (max-width: 767px){.bt-hero__catch{font-size:32px}.bt-hero__catch br{display:none}}.bt-hero__title{font-size:20px;font-weight:700;line-height:1.625;margin-bottom:24px;color:#1a1a2e}@media screen and (max-width: 767px){.bt-hero__title{font-size:16px}}.bt-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}@media screen and (max-width: 991px){.bt-hero__tags{justify-content:center}}.bt-hero__tag{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;color:#c01920;font-size:14px;font-weight:700;border-radius:50px;border:1px solid rgba(192,25,32,.3)}@media screen and (max-width: 767px){.bt-hero__tag{font-size:12px;padding:6px 12px}}.bt-hero__cta-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#c01920;color:#fff;font-size:18px;font-weight:700;border-radius:50px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:background .2s,transform .2s}.bt-hero__cta-btn:hover{background:#de757b;transform:translateY(-2px)}@media screen and (max-width: 767px){.bt-hero__cta-btn{font-size:16px;padding:14px 24px}}.bt-hero__visual{flex-shrink:0;max-width:448px}@media screen and (max-width: 991px){.bt-hero__visual{max-width:360px}}@media screen and (max-width: 767px){.bt-hero__visual{max-width:300px}}.bt-hero__slideshow{position:relative;border:4px solid rgba(192,25,32,.2);border-radius:16px;padding:4px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);overflow:hidden}.bt-hero__slideshow .bt-hero__banner-link{display:block}.bt-hero__slideshow .bt-hero__banner-link:not(:first-child){position:absolute;top:4px;left:4px;right:4px;bottom:4px;width:calc(100% - 8px);height:calc(100% - 8px)}.bt-hero__slideshow .bt-hero__banner-link img{width:100%;height:100%;display:block;border-radius:12px;object-fit:cover}.bt-hero__dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.bt-hero__dot{width:10px;height:10px;border-radius:50%;border:none;padding:0;background:#d9d9d9;cursor:pointer;transition:background .3s}.bt-hero__dot.is-active{background:#c01920}.bt-hero__dot:hover:not(.is-active){background:rgba(192,25,32,.4)}.bt-hero__landscape{position:relative;height:600px;overflow:hidden}.bt-hero__landscape>img{width:100%;height:100%;object-fit:cover;object-position:center 40%}@media screen and (max-width: 767px){.bt-hero__landscape{height:360px}}.bt-hero__landscape-overlay{position:absolute;inset:0;background:linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%)}.bt-hero__scroll{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px}.bt-hero__scroll span{font-size:12px;font-weight:500;color:rgba(26,26,46,.6)}.bt-hero__scroll svg{color:rgba(26,26,46,.6);animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}.bt-about{padding:96px 0;background:#fff}@media screen and (max-width: 767px){.bt-about{padding:48px 0}}.bt-about__logo{text-align:center;margin-top:24px}.bt-about__logo img{max-width:420px;height:auto}@media screen and (max-width: 767px){.bt-about__logo img{max-width:300px}}.bt-about__layout{display:flex;align-items:center;gap:32px;margin-top:40px}@media screen and (max-width: 767px){.bt-about__layout{flex-direction:column;gap:24px;margin-top:24px}}.bt-about__image{flex-shrink:0;width:40%;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);aspect-ratio:1/1}.bt-about__image img{width:100%;height:100%;display:block;object-fit:cover}@media screen and (max-width: 767px){.bt-about__image{width:100%}}.bt-about__body{flex:1;font-size:18px;line-height:1.625;color:#1a1a2e}.bt-about__body p+p{margin-top:23px}@media screen and (max-width: 767px){.bt-about__body{font-size:15px}}.bt-points{padding:96px 0;background:url("https://andfanfun.com/wp-content/uploads/2026/03/stripe-bg.png") repeat}@media screen and (max-width: 767px){.bt-points{padding:48px 0}}.bt-points__icon{text-align:center;margin-bottom:12px}.bt-points__icon img{height:80px;width:auto}@media screen and (max-width: 767px){.bt-points__icon img{height:60px}}.bt-points__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}@media screen and (max-width: 767px){.bt-points__grid{grid-template-columns:1fr;gap:12px}}.bt-point-card{position:relative;background:#fff;border-radius:14px;padding:33px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.1);border:1px solid #e5e7eb;overflow:hidden}.bt-point-card__number{position:absolute;top:-8px;right:-8px;font-size:72px;font-weight:900;color:rgba(192,25,32,.05);line-height:1;pointer-events:none}@media screen and (max-width: 767px){.bt-point-card__number{font-size:56px;top:-4px;right:-4px}}.bt-point-card__body{display:flex;gap:16px;align-items:flex-start}.bt-point-card__icon{flex-shrink:0;width:48px;height:48px;background:#c01920;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.bt-point-card__icon svg{width:20px;height:20px}.bt-point-card__content{flex:1;min-width:0}.bt-point-card__title{font-size:18px;font-weight:700;margin-bottom:8px;color:#1a1a2e;line-height:1.55}@media screen and (max-width: 767px){.bt-point-card__title{font-size:16px}}.bt-point-card__text{font-size:14px;line-height:1.625;color:#64647a}@media screen and (max-width: 767px){.bt-point-card__text{font-size:13px}}@media screen and (max-width: 767px){.bt-point-card{padding:20px 16px}}.bt-tour-list{padding:96px 0;background:#fff}@media screen and (max-width: 767px){.bt-tour-list{padding:48px 0}}.bt-tour-list__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;padding-top:32px}@media screen and (max-width: 991px){.bt-tour-list__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.bt-tour-list__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.bt-tour-card{display:flex;flex-direction:column;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.1);border:1px solid #e8e8ec;transition:transform .2s,box-shadow .2s}.bt-tour-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.1);opacity:1}.bt-tour-card__img{position:relative;overflow:hidden;aspect-ratio:16/10}.bt-tour-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.bt-tour-card:hover .bt-tour-card__img img{transform:scale(1.03)}.bt-tour-card__badge{position:absolute;top:12px;right:12px;background:#c01920;color:#fff;padding:4px 12px;border-radius:50px;font-size:12px;font-weight:700;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.bt-tour-card__badge--few{background:#f59e0b}.bt-tour-card__badge--full{background:#6b7280}.bt-tour-card__badge--waitlist{background:#8b5cf6}.bt-tour-card__badge--preparing{background:#9ca3af}.bt-tour-card__badge--soon{background:#3b82f6}.bt-tour-card__badge--confirmed{background:#10b981}.bt-tour-card__badge--cancelled{background:#ef4444}.bt-tour-card__category{position:absolute;bottom:12px;left:12px;background:rgba(26,26,46,.7);backdrop-filter:blur(4px);color:#fff;padding:4px 12px;border-radius:50px;font-size:12px;font-weight:500}.bt-tour-card__body{display:flex;flex-direction:column;gap:12px;padding:20px;flex:1}.bt-tour-card__icon{width:16px;height:16px;flex-shrink:0;vertical-align:middle;margin-right:4px}.bt-tour-card__date,.bt-tour-card__duration{display:flex;align-items:center;gap:8px;font-size:14px;color:#64647a;font-weight:500}.bt-tour-card__title{font-size:16px;font-weight:700;line-height:1.375;color:#1a1a2e}.bt-tour-card__price{display:flex;align-items:center;gap:8px;font-size:18px;color:#c01920;font-weight:700}.bt-tour-card__btn{display:block;width:100%;padding:14px 0;background:#c01920;color:#fff;text-align:center;border-radius:10px;font-size:14px;font-weight:700;transition:background .2s;margin-top:auto}.bt-tour-card:hover .bt-tour-card__btn{background:#de757b}.bt-container--narrow{max-width:928px}.bt-tour-detail{padding:96px 0;background:#f8f8fa}@media screen and (max-width: 767px){.bt-tour-detail{padding:48px 0}}.bt-tour-detail__header{text-align:center;margin-bottom:48px}.bt-tour-detail__badge{display:inline-flex;align-items:center;padding:8px 20px;background:#c01920;color:#fff;font-size:14px;font-weight:700;border-radius:50px;margin-bottom:16px}.bt-tour-detail__list{display:flex;flex-direction:column;gap:24px}.bt-accordion{background:#fff;border-radius:16px;border:1px solid #e8e8ec;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.1);overflow:hidden;transition:box-shadow .3s ease,border-color .3s ease}.bt-accordion:hover{border-color:rgba(192,25,32,.4);box-shadow:0 4px 16px rgba(192,25,32,.12),0 1px 3px rgba(0,0,0,.08)}.bt-accordion__trigger{display:flex;align-items:center;gap:16px;width:100%;padding:24px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .3s ease}.bt-accordion__trigger:hover{background-color:#f1cfd8}@media screen and (max-width: 767px){.bt-accordion__trigger{padding:16px;gap:12px}}.bt-accordion__thumb{flex-shrink:0;width:142px;height:80px;border-radius:10px;overflow:hidden}.bt-accordion__thumb img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 767px){.bt-accordion__thumb{width:60px;height:60px;border-radius:8px}}.bt-accordion__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.bt-accordion__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.bt-accordion__status{display:inline-flex;align-items:center;padding:2px 10px;background:#c01920;color:#fff;font-size:12px;font-weight:700;border-radius:50px}.bt-accordion__status--few{background:#f59e0b}.bt-accordion__status--full{background:#6b7280}.bt-accordion__status--waitlist{background:#8b5cf6}.bt-accordion__status--preparing{background:#9ca3af}.bt-accordion__status--soon{background:#3b82f6}.bt-accordion__status--confirmed{background:#10b981}.bt-accordion__status--cancelled{background:#ef4444}.bt-accordion__date{font-size:14px;font-weight:700;color:#1a1a2e;letter-spacing:.02em}@media screen and (max-width: 767px){.bt-accordion__date{font-size:13px}}.bt-accordion__title{font-size:16px;font-weight:700;color:#1a1a2e;line-height:1.375}@media screen and (max-width: 767px){.bt-accordion__title{font-size:14px}}.bt-accordion__price{font-size:14px;font-weight:700;color:#c01920}.bt-accordion__duration{display:flex;align-items:center;gap:6px;font-size:13px;color:#64647a}.bt-accordion__duration-icon{flex-shrink:0;width:16px;height:16px}.bt-accordion__toggle{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#f1cfd8;display:flex;align-items:center;justify-content:center;color:#c01920;transition:transform .3s}.bt-accordion.is-open>.bt-accordion__trigger .bt-accordion__toggle{transform:rotate(180deg)}.bt-accordion__panel{display:none;border-top:1px solid #e8e8ec}.bt-accordion.is-open>.bt-accordion__panel{display:block}.bt-accordion__content{padding:48px;display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 767px){.bt-accordion__content{padding:24px 16px;gap:32px}}.bt-accordion__coming-soon{text-align:center;padding:40px 0;font-size:14px;color:#64647a}.bt-accordion__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.bt-accordion__hero-img{border-radius:14px;overflow:hidden;margin-bottom:24px;aspect-ratio:16/9}.bt-accordion__hero-img img{width:100%;height:100%;object-fit:cover;display:block}.bt-accordion__hero-title{font-size:30px;font-weight:900;line-height:1.25;color:#1a1a2e;margin-bottom:16px}@media screen and (max-width: 767px){.bt-accordion__hero-title{font-size:22px}}.bt-accordion__hero-lead{font-size:16px;line-height:1.625;color:#64647a}@media screen and (max-width: 767px){.bt-accordion__hero-lead{font-size:14px}}.bt-accordion__section-title{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:8px}@media screen and (max-width: 767px){.bt-accordion__section-title{font-size:20px}}.bt-accordion__section-note{font-size:14px;color:#64647a;margin-bottom:0}.bt-accordion__cta{background:#c01920;border-radius:14px;padding:32px;text-align:center}@media screen and (max-width: 767px){.bt-accordion__cta{padding:24px 16px}}.bt-accordion__cta-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}@media screen and (max-width: 767px){.bt-accordion__cta-title{font-size:18px}}.bt-accordion__cta-lead{font-size:14px;color:#fff;opacity:.9;margin-bottom:12px}.bt-accordion__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;background:#fff;color:#c01920;font-size:16px;font-weight:700;border-radius:50px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:opacity .2s}.bt-accordion__cta-btn:hover{opacity:.9}@media screen and (max-width: 767px){.bt-accordion__cta-btn{font-size:14px;padding:10px 24px}}.bt-tag{display:inline-flex;align-items:center;padding:6px 16px;border-radius:50px;font-size:12px;font-weight:700}.bt-tag--filled{background:#c01920;color:#fff}.bt-tag--outline-primary{border:1px solid #c01920;color:#c01920}.bt-tag--outline{border:1px solid #e8e8ec;color:#64647a;font-weight:500}.bt-schedule-tabs__nav{display:flex;gap:0;border-bottom:2px solid #e8e8ec;margin-bottom:0}.bt-schedule-tabs__btn{flex:1;padding:12px 16px;font-size:14px;font-weight:700;color:#64647a;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s}.bt-schedule-tabs__btn:hover{color:#c01920}.bt-schedule-tabs__btn.is-active{color:#c01920;border-bottom-color:#c01920}.bt-schedule-tabs__panel{display:none}.bt-schedule-tabs__panel.is-active{display:block}.bt-timeline{position:relative;padding-top:24px;padding-left:0}.bt-timeline::before{content:"";position:absolute;left:24px;top:24px;bottom:0;width:2px;background:rgba(192,25,32,.2)}@media screen and (max-width: 767px){.bt-timeline::before{left:20px}}.bt-timeline__item{display:flex;gap:24px;align-items:flex-start;position:relative}.bt-timeline__item+.bt-timeline__item{margin-top:24px}@media screen and (max-width: 767px){.bt-timeline__item{gap:16px}}.bt-timeline__dot{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#c01920;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);z-index:1}.bt-timeline__dot svg{width:20px;height:20px}@media screen and (max-width: 767px){.bt-timeline__dot{width:40px;height:40px}.bt-timeline__dot svg{width:16px;height:16px}}.bt-timeline__img{flex-shrink:0;width:160px;height:120px;border-radius:8px;overflow:hidden}.bt-timeline__img img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 767px){.bt-timeline__img{width:100px;height:75px}}.bt-timeline__body{flex:1;min-width:0;padding-bottom:8px}.bt-timeline__time{font-size:14px;font-weight:700;color:#c01920;margin-bottom:4px}.bt-timeline__place{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:4px;line-height:1.5}@media screen and (max-width: 767px){.bt-timeline__place{font-size:15px}}.bt-timeline__desc{font-size:14px;line-height:1.625;color:#64647a}@media screen and (max-width: 767px){.bt-timeline__desc{font-size:13px}}.bt-timeline__note{display:flex;align-items:center;gap:6px;margin-top:8px;padding:8px 12px;background:rgba(192,25,32,.08);border-radius:8px;font-size:13px;font-weight:500;color:#de757b}.bt-timeline__note svg{flex-shrink:0}@media screen and (max-width: 767px){.bt-timeline__note{font-size:12px}}.bt-timeline__caution{font-size:12px;color:#6b7280;margin-top:16px;text-align:right}.bt-feature-list{display:flex;flex-direction:column;gap:16px}.bt-feature-item{display:flex;gap:16px;align-items:flex-start;background:rgba(255,255,255,.9);border:1px solid rgba(192,25,32,.1);border-radius:14px;padding:25px}@media screen and (max-width: 767px){.bt-feature-item{padding:16px}}.bt-feature-item__icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#c01920;display:flex;align-items:center;justify-content:center;color:#fff}@media screen and (max-width: 767px){.bt-feature-item__icon{width:32px;height:32px}.bt-feature-item__icon svg{width:14px;height:14px}}.bt-feature-item__body{flex:1;min-width:0}.bt-feature-item__num{display:block;font-size:12px;font-weight:700;color:#c01920;margin-bottom:4px}.bt-feature-item__title{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:4px;line-height:1.5}@media screen and (max-width: 767px){.bt-feature-item__title{font-size:15px}}.bt-feature-item__text{font-size:14px;line-height:1.625;color:#64647a;padding-top:3px}@media screen and (max-width: 767px){.bt-feature-item__text{font-size:13px}}.bt-info-table{border:1px solid #e8e8ec;border-radius:14px;overflow:hidden;margin-top:32px}.bt-info-table__row{display:flex;border-bottom:1px solid #e8e8ec}.bt-info-table__row:last-child{border-bottom:none}@media screen and (max-width: 767px){.bt-info-table__row{flex-direction:column}}.bt-info-table__th{flex-shrink:0;width:224px;background:#f8f8fa;padding:16px 20px;font-size:14px;font-weight:700;color:#1a1a2e}@media screen and (max-width: 767px){.bt-info-table__th{width:100%;padding:10px 16px 4px;font-size:13px}}.bt-info-table__td{flex:1;padding:16px 20px;font-size:14px;line-height:1.625;color:#1a1a2e}.bt-info-table__td small{display:block;font-size:12px;line-height:1.33;color:#64647a;margin-top:4px}@media screen and (max-width: 767px){.bt-info-table__td{padding:4px 16px 12px;font-size:13px}}.bt-model-case{padding:96px 0;background:#fff}@media screen and (max-width: 767px){.bt-model-case{padding:48px 0}}.bt-model-case__lead{text-align:center;font-size:16px;color:#64647a;margin-bottom:12px}@media screen and (max-width: 767px){.bt-model-case__lead{font-size:14px}}.bt-model-case__layout{display:flex;align-items:center;gap:40px;padding-top:36px}@media screen and (max-width: 767px){.bt-model-case__layout{flex-direction:column;gap:24px}}.bt-model-case__image{flex-shrink:0;width:40%;border-radius:16px;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.bt-model-case__image img{width:100%;height:auto;display:block}@media screen and (max-width: 767px){.bt-model-case__image{width:100%;max-width:360px;margin:0 auto}}.bt-model-case__timeline{flex:1;display:flex;flex-direction:column;gap:24px}.bt-model-case__item{display:flex;gap:16px;align-items:flex-start;position:relative}.bt-model-case__dot{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#c01920;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.1);z-index:1}@media screen and (max-width: 767px){.bt-model-case__dot{width:32px;height:32px}.bt-model-case__dot svg{width:14px;height:14px}}.bt-model-case__line{position:absolute;left:20px;top:48px;width:2px;height:calc(100% + 24px - 48px);background:rgba(192,25,32,.15)}@media screen and (max-width: 767px){.bt-model-case__line{left:16px;top:40px;height:calc(100% + 24px - 40px)}}.bt-model-case__card{flex:1;min-width:0;background:#fff;border:1px solid #e8e8ec;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.1);display:flex;flex-direction:row}.bt-model-case__card-img{flex-shrink:0;width:120px;overflow:hidden}.bt-model-case__card-img img{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width: 767px){.bt-model-case__card-img{width:96px}}.bt-model-case__card-body{flex:1;padding:14px 17px;display:flex;flex-direction:column;gap:4px}.bt-model-case__time{font-size:12px;font-weight:700;color:#c01920}.bt-model-case__title{font-size:14px;font-weight:700;color:#1a1a2e}.bt-model-case__text{font-size:12px;line-height:1.625;color:#64647a}.bt-model-case__note{font-size:11px;line-height:1.5;color:#999;margin-top:4px}.bt-rental{padding:72px 0;background:#f9fafb}@media screen and (max-width: 767px){.bt-rental{padding:48px 0}}.bt-rental__lead{text-align:center;font-size:16px;font-weight:500;color:#6b7280;margin-bottom:36px}@media screen and (max-width: 767px){.bt-rental__lead{font-size:14px;margin-bottom:24px}}.bt-rental__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media screen and (max-width: 767px){.bt-rental__grid{grid-template-columns:1fr;gap:12px}}.bt-rental__item{background:#fff;border-radius:16px;padding:28px 20px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid rgba(229,231,235,.5)}.bt-rental__item h3{font-size:15px;font-weight:700;margin-bottom:6px;color:#1f2937}.bt-rental__item p{font-size:13px;line-height:1.7;color:#6b7280}@media screen and (max-width: 767px){.bt-rental__item{padding:20px 16px}}.bt-rental__img{width:100%;aspect-ratio:3/2;border-radius:12px;overflow:hidden;margin-bottom:14px}.bt-rental__img img{width:100%;height:100%;object-fit:cover}.bt-rental__notes{margin-top:32px;list-style:none;padding:0;font-size:12px;line-height:1.8;color:#9ca3af}@media screen and (max-width: 767px){.bt-rental__notes{margin-top:24px}}.bt-bus{padding:96px 0;background:#fff}@media screen and (max-width: 767px){.bt-bus{padding:48px 0}}.bt-bus__hero{border-radius:16px;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);margin-bottom:32px}.bt-bus__hero img{width:100%;height:auto;display:block}.bt-bus__spec{background:#f8f8fa;border-radius:14px;padding:28px 32px;margin-bottom:32px}@media screen and (max-width: 767px){.bt-bus__spec{padding:20px 16px}}.bt-bus__spec-title{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:16px}.bt-bus__spec-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}@media screen and (max-width: 767px){.bt-bus__spec-list{grid-template-columns:1fr;gap:10px}}.bt-bus__spec-item{display:flex;align-items:baseline;gap:12px}.bt-bus__spec-label{flex-shrink:0;font-size:13px;font-weight:700;color:#c01920;min-width:72px}.bt-bus__spec-value{font-size:14px;color:#1a1a2e}@media screen and (max-width: 767px){.bt-bus__spec-value{font-size:13px}}.bt-bus__gallery{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;margin-bottom:32px}@media screen and (max-width: 767px){.bt-bus__gallery{gap:10px}}.bt-bus__gallery-item{border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.bt-bus__gallery-item img{width:100%;height:180px;object-fit:cover;display:block}@media screen and (max-width: 767px){.bt-bus__gallery-item img{height:120px}}.bt-bus__gallery-caption{display:block;text-align:center;font-size:12px;color:#64647a;padding:8px 4px;background:#f8f8fa}.bt-bus__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media screen and (max-width: 767px){.bt-bus__grid{grid-template-columns:1fr;gap:12px}}.bt-bus__item{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid #e8e8ec;border-radius:14px;padding:25px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.1)}@media screen and (max-width: 767px){.bt-bus__item{padding:16px}}.bt-bus__icon{flex-shrink:0;width:48px;height:48px;background:#1a1a2e;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.bt-bus__icon svg{width:20px;height:20px}.bt-bus__item-body{flex:1;min-width:0}.bt-bus__item-body h3{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:4px;line-height:1.5}.bt-bus__item-body p{font-size:14px;line-height:1.625;color:#64647a}@media screen and (max-width: 767px){.bt-bus__item-body p{font-size:13px}}.bt-bus__credit{text-align:center;font-size:13px;color:#64647a;margin-top:24px}.bt-bus__credit a{color:#c01920;text-decoration:underline}.bt-bus__credit a:hover{text-decoration:none}.bt-flow{padding:72px 0;background:#f9fafb}@media screen and (max-width: 767px){.bt-flow{padding:48px 0}}.bt-flow__note{text-align:center;font-size:13px;color:#9ca3af;margin-bottom:36px}@media screen and (max-width: 767px){.bt-flow__note{margin-bottom:24px}}.bt-flow__steps{display:flex;gap:12px;margin-bottom:40px}@media screen and (max-width: 767px){.bt-flow__steps{flex-direction:column;gap:0;margin-bottom:28px}}.bt-flow__step{flex:1;background:#fff;border-radius:16px;padding:24px 16px;text-align:center;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid rgba(229,231,235,.5)}.bt-flow__step:not(:last-child)::after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid #c01920;z-index:1}@media screen and (max-width: 767px){.bt-flow__step:not(:last-child)::after{right:auto;left:50%;top:auto;bottom:-10px;transform:translateX(-50%);border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid #c01920;border-bottom:none}}@media screen and (max-width: 767px){.bt-flow__step{margin-bottom:10px;border-radius:8px}}.bt-flow__step-num{width:36px;height:36px;background:#c01920;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-size:16px;font-weight:900}.bt-flow__step-title{font-size:15px;font-weight:700;margin-bottom:6px;color:#1f2937}.bt-flow__step p{font-size:12px;line-height:1.7;color:#6b7280}.bt-notes{padding:72px 0;background:#fff}@media screen and (max-width: 767px){.bt-notes{padding:48px 0}}.bt-notes__intro{text-align:center;margin-bottom:28px;color:#6b7280;font-size:14px}@media screen and (max-width: 767px){.bt-notes__intro{text-align:left}}.bt-notes__list{max-width:760px;margin:0 auto}.bt-notes__item{padding:20px 0;border-bottom:1px solid #e5e7eb}.bt-notes__item:first-child{padding-top:0}.bt-notes__item:last-child{border-bottom:none}.bt-notes__item h3{font-size:15px;font-weight:700;margin-bottom:10px;padding-left:14px;border-left:3px solid #c01920;color:#1f2937}.bt-notes__item p{font-size:13px;line-height:1.9;color:#6b7280}.bt-notes__item p+p{margin-top:6px}.bt-notes__item ul{font-size:13px;line-height:1.9;color:#6b7280}.bt-notes__item ul li{padding-left:1em;position:relative}.bt-notes__item ul li::before{content:"・";position:absolute;left:0}.bt-notes__item a{color:#c01920;text-decoration:underline;text-underline-offset:2px}.bt-footer{background:#1a1a2e;color:#fff}.bt-footer__cta{background:linear-gradient(135deg, #C01920 0%, #DE757B 100%);padding:64px 0;text-align:center}@media screen and (max-width: 767px){.bt-footer__cta{padding:40px 0}}.bt-footer__cta-text{font-size:14px;opacity:.85;margin-bottom:28px}.bt-footer__cta-links{display:flex;justify-content:center;gap:12px}@media screen and (max-width: 767px){.bt-footer__cta-links{flex-direction:column;align-items:center;gap:10px}.bt-footer__cta-links .bt-btn{width:100%;max-width:300px}}.bt-footer__main{padding:48px 0;border-top:1px solid rgba(255,255,255,.08)}@media screen and (max-width: 767px){.bt-footer__main{padding:32px 0}}.bt-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}@media screen and (max-width: 767px){.bt-footer__grid{grid-template-columns:1fr;gap:32px}}.bt-footer__col{min-width:0}.bt-footer__heading{font-size:13px;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.bt-footer__heading--mt{margin-top:24px}.bt-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.bt-footer__nav a{font-size:14px;color:rgba(255,255,255,.8);transition:color .2s}.bt-footer__nav a:hover{color:#fff}.bt-footer__social{display:flex;gap:12px}.bt-footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:rgba(255,255,255,.8);transition:background .2s,color .2s}.bt-footer__social-link:hover{background:#c01920;color:#fff}.bt-footer__partner{margin-bottom:20px}.bt-footer__partner:last-child{margin-bottom:0}.bt-footer__partner-label{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:8px}.bt-footer__partner-logo{display:inline-block;background:#fff;border-radius:8px;padding:10px 16px;transition:opacity .2s}.bt-footer__partner-logo img{height:28px;width:auto;display:block}.bt-footer__partner-logo:hover{opacity:.85}.bt-footer__partner-name{font-size:14px;color:rgba(255,255,255,.8);line-height:1.6}.bt-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0}.bt-footer__copy{text-align:center;font-size:11px;color:rgba(255,255,255,.4)}.bt-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:90;opacity:0;visibility:hidden;transition:all .3s}.bt-overlay.is-open{opacity:1;visibility:visible}