@charset "UTF-8";body{font-family:"Noto Serif JP",serif;color:#1e1e1e;font-size:16px;line-height:1.7;font-weight:400;background:#fff;overflow-x:hidden}main{display:block}.inner{padding-inline:15px}@media screen and (min-width:768px){.inner{max-width:1280px;margin-inline:auto;padding-inline:40px}}@media screen and (min-width:768px){.hidden-pc{display:none}}@media screen and (max-width:767px){.hidden-sp{display:none}}.section__head{margin:0 auto}.section__content{margin-top:46px}@media screen and (min-width:768px){.section__content{margin-top:64px;font-size:18px}}.heading{font-family:"Noto Serif JP",serif;font-size:30px;font-weight:600;display:flex;flex-direction:column;gap:28px;align-items:center;line-height:100%}.heading:after{content:"";width:100px;height:1px;background:#8b1c1c}@media screen and (min-width:768px){.heading{font-size:40px;gap:24px}}.button{font-family:"Noto Serif JP",serif;display:inline-block;min-width:158px;padding:11px;text-align:center;border:solid 1px #8b1c1c;background:#fff;color:#8b1c1c;font-size:14px;letter-spacing:.05em;transition:color .3s,background-color .3s}.button:hover{color:#fff;background-color:#8b1c1c}.section-toggle{cursor:pointer}.section-toggle__summary{font-size:1.2rem;text-align:center;margin-bottom:20px}.section-toggle__text{margin-bottom:10px;border-radius:5px;padding:10px;line-height:1.8rem;border:solid 1px #8b1c1c}#about,#message,#teams,#members{scroll-margin-top:100px}.fade-in-up{opacity:0;transform:translateY(24px);transition:opacity 1s,transform 1s}.fade-in-up.is-in-view{opacity:1;transform:translatey(0px)}.header__inner{color:#fff;padding-inline:30px;padding-block:30px;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:768px){.header__inner{padding-inline:40px;padding-block:20px}}.header__logo a img{width:60px;display:block}@media screen and (min-width:768px){.header__logo a img{width:80px}}.header__nav{display:none}@media screen and (min-width:768px){.header__nav{display:inline-block}}.header__lists{display:flex;flex-direction:row;align-items:center;gap:2em}.header__link{font-size:16px;font-weight:300;text-shadow:0 0 8px rgba(0,0,0,.4)}.fv{font-weight:900;height:80dvh;display:grid;grid-template-rows:auto 1fr;position:relative;margin-bottom:46px}@media screen and (max-width:767px){.fv{background:url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/bg-1.jpg) no-repeat center/cover;background-position:45% 50%}}@media screen and (min-width:768px){.fv{background:center/cover url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/bg_cropped_15_percent.jpg)}}.fv:before{content:"";display:block;background-color:rgba(0,0,0,.6);position:absolute;inset:0;z-index:1;animation:clip-fv 1.3s forwards}body.home .header{position:fixed;top:0;left:0;width:100%;z-index:9;transition:background .3s,box-shadow .3s,opacity .3s}body.home .hero{grid-row:1/-1}body.home .toggle-btn{position:fixed;z-index:12;transition:opacity .3s}body.home.header-hidden .header,body.home.header-hidden .toggle-btn{opacity:0;pointer-events:none}body.home.header-scrolled .header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08)}@media screen and (max-width:767px){body.home.header-scrolled .header{background:0 0;box-shadow:none}body.home.header-scrolled .header__inner{opacity:0;pointer-events:none}body.home.header-scrolled .toggle-btn{background:0 0;width:30px;height:30px;border-radius:0;box-shadow:none;display:block}body.home.header-scrolled .toggle-btn span{background-color:#1e1e1e}}body.home.header-scrolled .header__link{color:#1e1e1e;text-shadow:none}body.home.header-scrolled .toggle-btn span{background-color:#1e1e1e}.hero{color:#fff;text-align:center;display:grid;place-items:center;align-content:center;position:relative}.hero__title{font-family:"Noto Sans JP",sans-serif;font-size:1.9rem;font-weight:700;line-height:1.2;letter-spacing:.1em;text-shadow:0 0 8px rgba(0,0,0,.4);display:grid;gap:.25em;display:block;translate:0 1em;opacity:0;animation:appear 1.3s .8s forwards}@media screen and (min-width:768px){.hero__title{font-size:3.7rem;font-weight:900;line-height:1.5;letter-spacing:.11em}}.hero__subtitle{display:inline-block;opacity:0;translate:0 1em;animation:appear 1.3s 1.2s forwards;font-size:.8em;line-height:1.3;color:rgba(255,255,255,.8);font-weight:500;display:block;letter-spacing:.05em;margin-top:5px}@keyframes appear{to{translate:0;opacity:1}}@keyframes clip-fv{from{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 100%)}}#navArea{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .3s;z-index:10}#navArea.open .menu{left:0;opacity:1}#navArea.open{opacity:1;pointer-events:auto}.menu{width:240px;position:fixed;background-color:#fff;top:0;left:-300px;bottom:0;transition:all .6s;z-index:11}#navArea.open .menu{left:0}.menu__inner{padding:25px}.menu .menu__inner ul li{border-bottom:1px solid #333}.menu .menu__inner ul li a{display:block;font-size:.7rem;padding:1rem;transition-duration:.25s}.menu .menu__inner ul li a:hover{background-color:#e4e4e4}.toggle-btn{display:block;position:absolute;top:40px;right:30px;width:30px;height:30px;z-index:3;cursor:pointer}@media screen and (min-width:768px){.toggle-btn{display:none}}.toggle-btn span{position:absolute;display:block;left:0;width:30px;height:2px;background-color:#fff;transition:all .5s;border-radius:4px}.toggle-btn span:nth-child(1){top:4px}.toggle-btn span:nth-child(2){top:14px}.toggle-btn span:nth-child(3){bottom:4px}.open .toggle-btn span{background-color:#fff}.toggle-btn.open span{background-color:#fff}.toggle-btn.open span:nth-child(1){transform:translateY(10px) rotate(-315deg)}.toggle-btn.open span:nth-child(2){opacity:0}.toggle-btn.open span:nth-child(3){transform:translateY(-10px) rotate(315deg)}#mask{display:none;transition:.5s}#navArea.open #mask{display:block;background-color:#000;width:100%;height:100%;top:0;left:0;position:fixed;opacity:.8;cursor:pointer}.video-split-section__inner{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.video-split-section__text{flex:1 1 45%}.video-split-section__heading-ja{font-size:20px;font-weight:700;margin-bottom:1rem}.video-split-section__lead{line-height:1.8;color:#333}.video-split-section__video{flex:1 1 50%;position:relative;overflow:hidden;border-radius:8px;display:none}@media screen and (min-width:768px){.video-split-section__video{display:block !important}}.video-split-section__video-wrap{position:relative}.video-split-section__video-wrap video{width:100%;height:280px;-o-object-fit:cover;object-fit:cover;display:block}@media screen and (min-width:768px){.video-split-section__video-wrap video{height:400px}}.kendo-message{font-size:20px;font-weight:700;line-height:1.8;color:#222;text-align:left;margin-top:2rem}.kendo-message__en{display:block;font-size:1.2rem;font-weight:400;color:#666;margin-top:.5rem;letter-spacing:.05em}@media screen and (max-width:768px){.kendo-message{font-size:1.4rem}.kendo-message__en{font-size:1.1rem}}.kendo-video-section video{width:100%;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block;margin:0 auto}.kendo-video-section{width:100%;max-width:100vw;padding:0;margin:0 auto}.kendo-video-section video{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}.about__content{display:flex;flex-direction:column;gap:34px}@media screen and (min-width:768px){.about__content{flex-direction:row;align-items:center;gap:6.6666666667%}}.about__image{text-align:center}@media screen and (min-width:768px){.about__image{width:50%;flex-shrink:0}}.about__image img{width:100%}.about__message{letter-spacing:.05em}@media screen and (min-width:768px){.about__message{flex-grow:1}}.about__heading-ja{font-size:20px;font-weight:600}.about__heading-en{font-size:18px;font-weight:500}.about__text{margin-top:22px}@media screen and (min-width:768px){.about__text{margin-top:25px}}.closing{margin-top:10px;font-weight:600;font-size:20px;text-align:left}.closing-en{display:block;font-size:18px;font-weight:400;opacity:.7;margin-top:4px}.message{overflow:hidden}.message__content{margin-top:150px;padding-top:210px;position:relative;text-align:center;letter-spacing:.05em}@media screen and (min-width:768px){.message__content{padding-bottom:100px}}.message__content:before{content:"";top:-100px;width:1700px;height:1200px;border-radius:50%;background:rgba(0,0,0,.01);position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:-1}@media screen and (min-width:768px){.message__content:before{width:1050px;height:1050px}}.message__image{position:absolute;text-align:center;top:-90px;left:0;width:100%;z-index:1}.message__image img{display:inline-block;width:320px;filter:brightness(75%);border-radius:5px;box-shadow:0 4px 12px rgba(0,0,0,.3);border:2px solid rgba(0,0,0,.1)}.message__heading{margin-top:8px;margin-bottom:16px;font-size:20px;font-weight:700}@media screen and (min-width:768px){.message__heading{font-size:24px}}.message__heading-en{font-size:18px;color:rgba(30,30,30,.7);margin-bottom:20px}.message__text-1,.message__text-2,.message__text-3{line-height:1.9;text-align:left}@media screen and (min-width:768px){.message__text-1,.message__text-2,.message__text-3{text-align:center;line-height:2.2}}.button{margin-top:40px}.message-modal{position:fixed;inset:0;margin:auto;max-width:calc(100% - 30px);max-height:calc(100% - 40px);overflow:auto;z-index:10;padding:16px 15px 64px;border-radius:5px;background:#fff;border:none}@media screen and (min-width:768px){.message-modal{width:1000px;padding:49px 70px 75px}}.message-modal::backdrop{opacity:.2;background:#333}.message-modal__head{display:flex;justify-content:flex-end;position:sticky;top:0}.message-modal__close-icon img{width:37px}.message-modal__body{margin-top:12px;max-height:60vh;overflow-y:auto}@media screen and (min-width:768px){.message-modal__body{margin-top:43px}}.message-modal__close-button{margin-top:30px;text-align:center}.org-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:20px}.org-table th,.org-table td{padding:8px 12px;text-align:left;border-bottom:1px solid rgba(0,0,0,.1)}.org-table th{font-weight:700;background-color:rgba(0,0,0,.03)}.org-table td{color:#333}@media screen and (min-width:768px){.org-table{font-size:15px}.org-table th,.org-table td{padding:10px 8px}}.org-table__intro{font-size:14px;margin-bottom:16px;color:#333;text-align:center}@media screen and (min-width:768px){.org-table__intro{font-size:17px;margin-bottom:24px}}@media screen and (min-width:768px){.news__inner{max-width:1120px;padding-inline:40px}}.news__cards{display:flex;flex-direction:column;gap:28px}@media screen and (min-width:768px){.news__cards{gap:24px}}.news__card{padding-bottom:28px;border-bottom:1px solid #e0e0e0}@media screen and (min-width:768px){.news__card{padding-bottom:28px;display:flex;flex-direction:row;gap:40px}}@media screen and (min-width:768px){.news-card{display:flex;align-items:flex-start;gap:40px}.news-card:hover .news-card__image img{transform:scale(1.05)}}.news-card__image{aspect-ratio:16/9;overflow:hidden;width:100%}@media screen and (min-width:768px){.news-card__image{flex-shrink:0;width:300px}}.news-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s}.news-card__body{margin-top:16px}@media screen and (min-width:768px){.news-card__body{flex-grow:1;margin-top:0}}.news-card__time{font-size:14px;display:block}.news-card__title{font-weight:600;margin-top:10px}@media screen and (min-width:768px){.news-card__title{margin-top:16px;font-size:18px}}.news-card__text{margin-top:14px;color:#888;font-size:14px}@media screen and (min-width:768px){.news-card__text{margin-top:10px}}.news__button{margin-top:42px;text-align:center}@media screen and (min-width:768px){.news__button{margin-top:44px}}.calendar__inner{max-width:960px;margin:0 auto;padding:0 20px}.calendar__embed iframe{width:100%;border:0;height:700px}@media (max-width:768px){.calendar__embed iframe{height:500px}}@media (max-width:480px){.calendar__embed iframe{height:400px}}.slider{margin:0 auto;width:100%;max-width:100%;aspect-ratio:16/9;overflow:hidden;padding:0 4%;box-sizing:border-box}@media screen and (min-width:768px){.slider{max-width:1000px;padding:0}}.slider img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:8px;padding-inline:2px}@media screen and (min-width:768px){.slider img{padding-inline:5px}}.dojo{overflow-x:hidden;width:100%}.section__head-en{font-size:1rem;color:#999;font-style:italic;margin-bottom:16px}.dojo__subhead{font-size:1.2em;font-weight:700;color:#6b4c3b;margin-top:30px}.dojo__intro strong{font-weight:700}.instructors{margin-top:40px;overflow-x:hidden;width:100%}.instructors__head{font-size:1.4rem;margin-bottom:20px;font-weight:700;text-align:center}.instructors__list{display:grid;grid-template-columns:1fr;gap:20px;padding:0;list-style:none;width:100%}@media screen and (min-width:768px){.instructors__list{grid-template-columns:repeat(2,1fr);justify-items:center}}.instructor{border-radius:12px;padding:16px;box-shadow:0 4px 10px rgba(0,0,0,.06);margin:0 auto;transition:transform .2s;width:100%;max-width:500px}.instructor:hover{transform:translateY(-4px);transform:scale(1.04)}.instructor img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:10px;transition:transform .3s ease}@media screen and (min-width:768px){.instructor img{padding:20px}}.instructor .instructor__name{font-weight:700;margin-bottom:4px;font-size:14px}.instructor .instructor__name span{font-size:.85rem;color:#777}.instructor .instructor__bio{font-size:.95rem;color:#555;line-height:1.6}.members{margin-top:40px;text-align:center}.members__head{font-size:1.4rem;margin-bottom:20px;font-weight:700}.members__list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:0;list-style:none}@media screen and (min-width:768px){.members__list{grid-template-columns:repeat(4,1fr)}}.member{border-radius:12px;padding:10px;box-shadow:0 4px 10px rgba(0,0,0,.06);margin:0 auto;transition:transform .2s}@media screen and (min-width:768px){.member{max-width:260px}}.member:hover{transform:scale(1.04)}.member img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:10px;transition:transform .3s ease}@media screen and (min-width:768px){.member img{padding:20px}}.member .member__name{font-weight:700;font-size:.8rem}.dojo__calendar-button{text-align:center}.dojo__intro-wrap{display:flex;flex-direction:column;gap:20px;align-items:center}@media screen and (min-width:768px){.dojo__intro-wrap{flex-direction:row;align-items:center;gap:40px}}.dojo__group-photo{flex:1;max-width:600px}.dojo__group-photo img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.05)}.dojo__intro-text{flex:1;font-size:1rem;line-height:1.8;color:#333}.dojo__heading-box{text-align:center}.js-slide-in-left{opacity:0;transform:translateX(-30px);transition:opacity 1.2s ease-out,transform 1.2s ease-out}.js-slide-in-left.is-in-view{opacity:1;transform:translateX(0)}.js-slide-in-right{opacity:0;transform:translateX(30px);transition:opacity 1.2s ease-out,transform 1.2s ease-out}.js-slide-in-right.is-in-view{opacity:1;transform:translateX(0)}.instructor:nth-child(odd).js-slide-in-left{transition-delay:0s}.instructor:nth-child(even).js-slide-in-right{transition-delay:.15s}.instructor--dojo-kun{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,rgba(139,28,28,.03) 0%,rgba(30,30,30,.02) 100%);min-height:350px;padding:30px 20px;width:100%}@media screen and (min-width:768px){.instructor--dojo-kun{min-height:400px;padding:40px 30px;width:auto}}.instructor--dojo-kun:hover{transform:translateY(-2px)}.dojo-kun__wrap{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:40px;height:100%}@media screen and (min-width:768px){.dojo-kun__wrap{gap:50px}}.dojo-kun__item{display:flex;flex-direction:column;align-items:center}.instructor--dojo-kun .dojo-kun__text{font-family:"Noto Serif JP",serif;font-size:16px;line-height:2;color:rgba(30,30,30,.4);font-weight:600;letter-spacing:.15em;writing-mode:vertical-rl;text-orientation:mixed;height:auto;margin:0 0 12px}@media screen and (min-width:768px){.instructor--dojo-kun .dojo-kun__text{font-size:18px;letter-spacing:.18em}}.instructor--dojo-kun .dojo-kun__author{display:block;font-size:12px;color:rgba(30,30,30,.3);writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.1em;margin-top:0}@media screen and (min-width:768px){.instructor--dojo-kun .dojo-kun__author{font-size:12px}}.js-parallax{will-change:transform;transition:transform .1s linear}.join{padding-block:180px 50px;width:100%;background-repeat:no-repeat;background-position:top center;background-size:cover;min-height:650px}@media screen and (min-width:768px){.join{padding-block:123px 122px}}.join:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;pointer-events:none}.join--reigi{background-image:url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/join-reigi-mono9-16.jpg)}@media screen and (min-width:768px){.join--reigi{background-image:url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/join-reigi-mono16-9.jpg)}}.join--nintai{background-image:url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/join-nintai-mono9-16.jpg)}@media screen and (min-width:768px){.join--nintai{background-image:url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/join-nintai-mono16-9.jpg)}}@media screen and (min-width:768px){.join--nintai .join__content{margin-left:auto;margin-right:0;text-align:left;padding-right:5vw}}.join--invite{background-image:url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/join-invite-mono9-16.jpg)}@media screen and (min-width:768px){.join--invite{background-image:url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/join-invite-mono16-9.jpg)}}.join__content{position:relative;z-index:2;color:#fff;padding:1.5em;border-radius:8px;position:relative}@media screen and (min-width:768px){.join__content{width:50%}}.join__title{font-size:22px;letter-spacing:.05em;font-weight:600}@media screen and (min-width:768px){.join__title{font-size:22px}}.join__text{font-size:14px;font-weight:600;margin-top:24px;line-height:1.8}@media screen and (min-width:768px){.join__text{margin-top:23px;font-size:18px}}.join__text,.join__title{text-shadow:1px 1px 3px rgba(0,0,0,.6)}.join__title{font-weight:700;letter-spacing:.05em}.join__intro{padding:40px 0 60px}@media screen and (min-width:768px){.join__intro{padding:60px 0 80px}}.join__intro-text{font-size:15px;line-height:2;color:#1e1e1e;letter-spacing:.02em;text-align:center;max-width:720px;margin:0 auto}@media screen and (min-width:768px){.join__intro-text{font-size:17px;line-height:2.2}}.join__intro-keyword{font-weight:700;color:#8b1c1c;font-size:1.08em;letter-spacing:.1em;padding:0 4px}.faq__intro{text-align:left;font-size:1rem;margin-bottom:2rem;color:#333}@media screen and (min-width:768px){.faq__intro{text-align:center}}.faq__list{max-width:720px;margin-inline:auto;display:flex;flex-direction:column;gap:1.2rem}.faq__item{border:1px solid #ddd;border-radius:6px;background:#fff;padding:1rem;transition:all .3s ease}.faq__item[open]{box-shadow:0 2px 8px rgba(0,0,0,.05)}.faq__question{font-weight:600;cursor:pointer;position:relative;padding-right:1.5em}.faq__question:after{content:"+";position:absolute;right:.5em;font-size:1.2rem;transition:transform .3s}.faq__item[open] .faq__question:after{content:"-"}.faq__answer{margin-top:.8rem;font-size:.95rem;line-height:1.6;color:#555}.pdf-section{margin-top:80px;text-align:center}.pdf-section .pdf-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px, 1fr));gap:24px;justify-content:center;margin-top:32px}.pdf-section .pdf-item a.button{display:inline-block;padding:12px 24px;border:2px solid #8b1c1c;color:#8b1c1c;text-decoration:none;transition:.3s}.pdf-section .pdf-item a.button:hover{background-color:#8b1c1c;color:#fff}.pdf-section__lead{padding-top:20px}.contact{padding-bottom:80px}.contact__inner{max-width:800px;margin:0 auto}.contact__heading{text-align:center;margin-bottom:24px}.contact__note{font-size:14px;color:#777;margin-bottom:40px}.contact__form{display:flex;flex-direction:column;gap:24px}.contact__field{display:flex;flex-direction:column;gap:8px}.contact__label{font-weight:700}.contact__required{color:#8b1c1c;margin-left:.3em;font-size:14px}.contact__input,.contact__textarea{border:1px solid #ccc;border-radius:6px;padding:10px;font-size:16px;width:100%;font-family:inherit}.contact__textarea{resize:vertical}.contact__consent{font-size:16px;margin-block:20px}.contact__submit{text-align:center}.contact__button{font-size:16px;padding:12px 32px;border:1px solid #8b1c1c;background:0 0;color:#8b1c1c;cursor:pointer;border-radius:6px;transition:all .3s}.contact__button:hover{background:#8b1c1c;color:#fff}.contact__info{margin-top:32px;font-size:16px;max-width:720px;margin-right:auto;margin-left:auto}@media screen and (min-width:768px){.contact__info{font-size:17.6px}}.contact__info p{margin:8px 0}.contact .wpcf7 .wpcf7-submit{display:block;margin:24px auto 0;min-width:200px;padding:12px 24px;border:2px solid #8b1c1c;border-radius:6px;background:#fff;font-size:16px;line-height:1;letter-spacing:.04em;cursor:pointer;transition:all .3s}.contact .wpcf7 .wpcf7-submit:hover{background:#8b1c1c;color:#fff}.contact__submit p{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px}.contact .wpcf7 .wpcf7-submit+.wpcf7-spinner,.contact__submit .wpcf7-spinner{display:none;width:18px;height:18px;margin-left:12px;vertical-align:middle}.wpcf7-form.submitting .wpcf7-submit+.wpcf7-spinner,.wpcf7-form.submitting .contact__submit .wpcf7-spinner{display:inline-block}@media (max-width:375px){.contact .wpcf7 .wpcf7-submit{min-width:100%}}.footer{background-color:#f4f4f4;color:#333;padding-block:40px 20px;position:relative;text-align:center}.footer__inner{max-width:500px;margin:0 auto;padding-inline:16px}@media screen and (min-width:768px){.footer__inner{max-width:600px}}.footer__branding{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:10px}.footer__logo{width:80px;height:auto}@media screen and (min-width:768px){.footer__logo{width:130px}}.footer__catch{font-size:1.2rem;font-weight:600;line-height:1.8;color:#222}@media (min-width:768px){.footer__catch{font-size:1.8rem}}.footer__divider{height:1px;background-color:#8b1c1c;opacity:.6;margin-block:24px 16px}.footer__bottom{font-size:12px;color:#666}.footer__totop{position:fixed;bottom:20px;right:20px;z-index:1000;display:none}.footer__totop-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border:2px solid #8b1c1c;border-radius:50%;color:#8b1c1c;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:background-color .3s,color .3s,transform .3s}@media screen and (min-width:768px){.footer__totop-link{width:56px;height:56px}}.footer__totop-link:hover{background-color:#8b1c1c;color:#fff;transform:scale(1.1)}.footer__totop-arrow{width:18px;height:18px}@media screen and (min-width:768px){.footer__totop-arrow{width:20px;height:20px}}.footer__links{margin-bottom:16px;text-align:center}.footer__links-label{font-size:11px;color:#8b1c1c;font-weight:600;letter-spacing:.05em;margin-bottom:8px}.footer__links-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;list-style:none;padding:0;margin:0;font-size:13px}.footer__links-list a{color:#333;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.footer__links-list a:after{content:"↗";display:inline-block;margin-left:2px;font-size:.85em;opacity:.6}.footer__links-list a:hover{color:#8b1c1c;border-bottom-color:#8b1c1c}.women-message__info-link{color:#8b1c1c;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.women-message__info-link:after{content:"↗";display:inline-block;margin-left:2px;font-size:.85em;opacity:.7}.women-message__info-link:hover{border-bottom-color:#8b1c1c}body.home .header__link{color:#fff}body.single .header__link{color:#1a1a1a}.single__article{margin-bottom:60px}.single__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.single__date{font-size:.9rem;color:#666;margin-bottom:2rem}.single__thumb img{width:100%;height:auto;margin-bottom:2rem}.single__content{font-size:1rem;line-height:1.8}body.single .header,body.single .footer{display:none}.single-post{max-width:900px;margin:0 auto;padding:3rem 1rem}.single-post__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.single-post__date{font-size:.95rem;color:#666;margin-bottom:2rem;display:block}.single-post__thumb{margin-bottom:2rem}.single-post__thumb img{max-width:100%;height:auto;border-radius:8px}.single-post__content{line-height:1.8;font-size:1rem}.single-post__content p{margin-bottom:1.5rem}.pagination{text-align:center;margin-top:3rem}.pagination .page-numbers{display:inline-block;margin:0 6px;padding:.5em 1em;border:1px solid #8b1d20;border-radius:9999px;color:#8b1d20;text-decoration:none;font-size:.9rem;transition:all .2s ease}.pagination .page-numbers:hover{background-color:#8b1d20;color:#fff}.pagination .current{background-color:#8b1d20;color:#fff;font-weight:700;cursor:default}body.tribe-events-page-template header,body.tribe-events-page-template footer{display:none}.tribe-events-c-top-bar__datepicker{display:none}.pdf-section{margin-top:80px;text-align:center}.pdf-section__lead{padding-top:20px}.docs-accordion{text-align:left;margin-top:24px;border-bottom:1px solid #e0e0e0}.docs-accordion:first-of-type{border-top:1px solid #e0e0e0}.docs-accordion__summary{display:flex;align-items:center;gap:8px;padding:16px 0;cursor:pointer;list-style:none;transition:color .3s}.docs-accordion__summary::-webkit-details-marker{display:none}.docs-accordion__summary:before{content:"▶";font-size:12px;color:#8b1c1c;transition:transform .3s;flex-shrink:0}.docs-accordion__summary:hover{color:#8b1c1c}details[open]>.docs-accordion__summary:before{transform:rotate(90deg)}.docs-accordion__year{font-size:18px;font-weight:600;font-family:"Noto Serif JP",serif}.docs-accordion__count{font-size:14px;color:#888}.docs-accordion__list{list-style:none;padding:0 0 20px 20px;margin:0}.docs-accordion__item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0;flex-wrap:wrap}.docs-accordion__item:last-child{border-bottom:none}.docs-accordion__cat{display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;border-radius:3px;background-color:#8b1c1c;color:#fff;flex-shrink:0}.docs-accordion__link{color:#1e1e1e;text-decoration:none;font-size:15px;transition:color .3s}.docs-accordion__link:hover{color:#8b1c1c}@media screen and (min-width:768px){.docs-accordion__link{font-size:16px}}.schedule{padding:60px 0}.schedule__lead{text-align:center;font-size:15px;color:#888;margin-top:8px}.schedule__table{margin-top:40px;border-top:1px solid #e0e0e0}.schedule__row{display:grid;grid-template-columns:50px 1fr 1fr;gap:4px 12px;padding:12px 0;font-size:14px;line-height:1.6;border-bottom:1px solid #f0f0f0;align-items:baseline}@media screen and (min-width:768px){.schedule__row{grid-template-columns:50px 120px 1fr auto;gap:0 16px;font-size:15px;padding:10px 0}}.schedule__row--past{opacity:.4}.schedule__row--current{background-color:rgba(139,28,28,.06)}.schedule__row:has(.schedule__month-label:not(:empty)){border-top:1px solid #e0e0e0}.schedule__row:has(.schedule__month-label:not(:empty)):first-child{border-top:none}.schedule__month-label{font-weight:700;color:#8b1c1c;font-size:15px}@media screen and (min-width:768px){.schedule__month-label{font-size:16px}}.schedule__month-icon{display:inline-block;vertical-align:middle;margin-left:4px;opacity:.35;color:#8b1c1c}.schedule__month-icon svg{display:block}.schedule__date{font-weight:600;color:#1e1e1e;grid-column:2/-1}@media screen and (min-width:768px){.schedule__date{grid-column:auto}}.schedule__event{color:#1e1e1e;grid-column:2/-1}@media screen and (min-width:768px){.schedule__event{grid-column:auto}}.schedule__location{font-size:13px;color:#888;grid-column:2/-1}@media screen and (min-width:768px){.schedule__location{grid-column:auto;text-align:right}}.schedule__calendar{margin-top:60px;padding-top:40px;border-top:1px solid #e0e0e0}.schedule__calendar-title{font-size:20px;font-weight:700;font-family:"Noto Serif JP",serif;text-align:center;color:#1e1e1e}.schedule__calendar-lead{text-align:center;font-size:14px;color:#888;margin-top:8px}.schedule__calendar-embed{margin-top:24px;max-width:960px;margin-left:auto;margin-right:auto}.schedule__calendar-embed iframe{width:100%;border:0;height:700px}@media (max-width:768px){.schedule__calendar-embed iframe{height:500px}}@media (max-width:480px){.schedule__calendar-embed iframe{height:400px}}.insta-grid__list{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;list-style:none;margin:24px 0 0;padding:0}@media screen and (min-width:768px){.insta-grid__list{grid-template-columns:repeat(3,1fr);gap:6px}}.insta-grid__item{position:relative;overflow:hidden;aspect-ratio:1/1}.insta-grid__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.insta-grid__item:hover .insta-grid__image{transform:scale(1.05)}.insta-grid__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;background:rgba(139,28,28,.55);color:#fff;opacity:0;transition:opacity .35s ease}.insta-grid__overlay:before{content:"";position:absolute;top:50%;left:50%;width:0;height:1px;background:#fff;transform:translate(-50%,-50%);transition:width .35s ease .1s}@media (hover:hover){.insta-grid__item:hover .insta-grid__overlay{opacity:1}.insta-grid__item:hover .insta-grid__overlay:before{width:60%}}@media (hover:none){.insta-grid__overlay{opacity:0;transition:opacity .3s ease}.insta-grid__item.is-tapped .insta-grid__overlay{opacity:1;background:rgba(139,28,28,.45)}.insta-grid__item.is-tapped .insta-grid__overlay:before{width:60%}.insta-grid__item.is-tapped .insta-grid__heading,.insta-grid__item.is-tapped .insta-grid__text{transform:translateY(0);opacity:1}}.insta-grid__heading{font-size:16px;font-weight:700;color:#fff;letter-spacing:2px;margin:0 0 16px;transform:translateY(-20px);opacity:0;transition:transform .35s ease .05s,opacity .35s ease .05s}@media screen and (min-width:768px){.insta-grid__heading{font-size:18px}}@media (hover:hover){.insta-grid__item:hover .insta-grid__heading{transform:translateY(0);opacity:1}}.insta-grid__text{font-size:13px;color:#fff;letter-spacing:1px;margin:16px 0 0;transform:translateY(20px);opacity:0;transition:transform .35s ease .05s,opacity .35s ease .05s}@media screen and (min-width:768px){.insta-grid__text{font-size:14px}}@media (hover:hover){.insta-grid__item:hover .insta-grid__text{transform:translateY(0);opacity:1}}.insta-grid__follow{display:flex;justify-content:center;margin-top:30px}@media screen and (min-width:768px){.insta-grid__follow{margin-top:40px}}.insta-grid__follow-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#8b1c1c;text-decoration:none;letter-spacing:.05em;padding:11px 30px;border:solid 1px #8b1c1c;background:#fff;transition:color .3s,background-color .3s}.insta-grid__follow-link:hover{color:#fff;background-color:#8b1c1c}.news-card__cat{display:inline-block;font-size:12px;font-weight:600;padding:2px 10px;border-radius:3px;margin-bottom:6px;background-color:#8b1c1c;color:#fff;letter-spacing:.05em}.news-card__cat--uncategorized{background-color:#888}.news-card__pdf-icon{font-size:14px;margin-left:4px;vertical-align:middle}.pdf-download{max-width:900px;margin:0 auto;padding:0 1rem 3rem}.pdf-download__link{display:flex;align-items:center;gap:16px;padding:20px 24px;border:2px solid #8b1c1c;border-radius:8px;text-decoration:none;color:#1e1e1e;transition:background-color .3s,color .3s}.pdf-download__link:hover{background-color:#8b1c1c;color:#fff}.pdf-download__link:hover .pdf-download__action{color:#fff}.pdf-download__icon{font-size:32px;flex-shrink:0}.pdf-download__text{display:flex;flex-direction:column;gap:2px}.pdf-download__label{font-size:16px;font-weight:600}.pdf-download__action{font-size:13px;color:#8b1c1c;transition:color .3s}body.single{background-image:url(//kanoashi-kendo.site/wp-content/themes/kendo-theme/css/../img/bg-namako.svg);background-attachment:fixed;background-size:400px;background-repeat:repeat;background-position:center}.single-post__breadcrumb{padding:16px 20px;margin-top:20px;margin-bottom:24px;font-size:14px;color:#888;border-left:3px solid #8b1c1c;background-color:#faf8f8}.single-post__breadcrumb-link{color:#8b1c1c;text-decoration:none;transition:color .3s,border-bottom-color .3s;border-bottom:1px solid transparent}.single-post__breadcrumb-link:hover{color:#6a1515;border-bottom-color:#8b1c1c}.single-post__breadcrumb-sep{margin:0 8px;color:#ccc}.single-post__breadcrumb-current{color:#555}.splash{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;animation:splashFade .8s ease .6s forwards;pointer-events:none}.splash__logo{width:364px;opacity:0;animation:splashLogoIn .5s ease .1s forwards}@keyframes splashLogoIn{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}@keyframes splashFade{0%{opacity:1}100%{opacity:0;visibility:hidden}}.single-cta{padding:60px 20px;text-align:center}.single-cta__link{display:inline-flex;flex-direction:column;align-items:center;text-decoration:none;gap:16px;transition:opacity .3s}.single-cta__link:hover{opacity:.7}.single-cta__logo{width:120px}.single-cta__text{font-size:14px;color:#8b1c1c;letter-spacing:.1em;border-bottom:1px solid #8b1c1c;padding-bottom:2px}.about,.news,.schedule,.pdf-section,.message,.insta-grid,.dojo,.kendo-video-section,.join-section,.faq,.contact{padding-top:64px;padding-bottom:64px}@media screen and (min-width:768px){.about,.news,.schedule,.pdf-section,.message,.insta-grid,.dojo,.kendo-video-section,.join-section,.faq,.contact{padding-top:80px;padding-bottom:80px}}.news,.pdf-section,.insta-grid,.faq,.kendo-video-section{background-color:#f5f5f5}.section-header{text-align:center;margin-bottom:40px}@media screen and (min-width:768px){.section-header{margin-bottom:48px}}.section-header__eyebrow{display:flex;align-items:center;justify-content:center;gap:16px;font-family:"Noto Serif JP",serif;font-size:1.8rem;font-weight:500;letter-spacing:.08em;color:#1e1e1e;margin-bottom:8px}@media screen and (min-width:768px){.section-header__eyebrow{font-size:2.4rem;gap:20px}}.section-header__eyebrow:before,.section-header__eyebrow:after{content:"";display:block;width:40px;height:1px;background-color:#8b1c1c}@media screen and (min-width:768px){.section-header__eyebrow:before,.section-header__eyebrow:after{width:60px}}.section-header__title{font-family:"Noto Serif JP",serif;font-size:1rem;font-weight:400;line-height:1.4;letter-spacing:.05em;color:#555;margin:0}@media screen and (min-width:768px){.section-header__title{font-size:1.15rem}}.section-header__lead{font-size:.82rem;color:#aaa;margin-top:12px;line-height:1.6}.page-schedule,.page-documents{padding:32px 0 60px}@media screen and (min-width:768px){.page-schedule,.page-documents{padding:48px 0 80px}}.page-schedule__breadcrumb,.page-documents__breadcrumb{font-size:12px;color:#888;margin-bottom:24px;letter-spacing:.05em}@media screen and (min-width:768px){.page-schedule__breadcrumb,.page-documents__breadcrumb{margin-bottom:32px}}.page-schedule__breadcrumb-link,.page-documents__breadcrumb-link{color:#8b1c1c;text-decoration:none;transition:opacity .2s}.page-schedule__breadcrumb-link:hover,.page-documents__breadcrumb-link:hover{opacity:.7}.page-schedule__breadcrumb-sep,.page-documents__breadcrumb-sep{margin:0 8px;color:#ccc}.page-schedule__breadcrumb-current,.page-documents__breadcrumb-current{color:#555}body:not(.home) .header{position:relative;background:#fff;border-bottom:.5px solid #e0e0e0;padding:12px 0;z-index:10}@media screen and (min-width:768px){body:not(.home) .header{padding:16px 0}}body:not(.home) .header__inner{background:0 0}body:not(.home) .header__link{color:#1e1e1e}body:not(.home) .header__link:hover{opacity:.7}body:not(.home) .footer{display:block}body:not(.home) .toggle-btn span{background:#1e1e1e}body:not(.home) .js-in-view{opacity:1 !important;transform:none !important}.page-news__breadcrumb{font-size:12px;color:#888;margin-bottom:24px;letter-spacing:.05em;padding-top:32px}@media screen and (min-width:768px){.page-news__breadcrumb{margin-bottom:32px;padding-top:48px}}.page-news__breadcrumb-link{color:#8b1c1c;text-decoration:none;transition:opacity .2s}.page-news__breadcrumb-link:hover{opacity:.7}.page-news__breadcrumb-sep{margin:0 8px;color:#ccc}.page-news__breadcrumb-current{color:#555}.insta-grid__sb{margin:24px 0 0}.insta-grid__sb #sb_instagram{padding:0 !important;background:0 0 !important}.insta-grid__sb #sbi_images{padding:0 !important}.insta-grid__sb .sbi_item{position:relative;overflow:hidden;aspect-ratio:1/1}.insta-grid__sb .sbi_item .sbi_photo_wrap,.insta-grid__sb .sbi_item .sbi_imgLiquid_bgSize,.insta-grid__sb .sbi_item .sbi_link,.insta-grid__sb .sbi_item a.sbi_photo{display:block;width:100%;height:100%;position:relative}.insta-grid__sb .sbi_item a.sbi_photo{background-size:cover !important;background-position:center !important;transition:transform .35s ease}.insta-grid__sb .sbi_item img,.insta-grid__sb .sbi_item .sbi_photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.insta-grid__sb .sbi_item:hover a.sbi_photo,.insta-grid__sb .sbi_item:hover img{transform:scale(1.05)}.insta-grid__sb .sbi_item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(139,28,28,.55);opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:2}.insta-grid__sb .sbi_item:before{content:"View on Instagram";position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 20px));color:#fff;font-size:13px;letter-spacing:2px;font-weight:700;opacity:0;transition:transform .35s ease .05s,opacity .35s ease .05s;white-space:nowrap;z-index:3;pointer-events:none}@media (hover:hover){.insta-grid__sb .sbi_item:hover:after{opacity:1}.insta-grid__sb .sbi_item:hover:before{transform:translate(-50%,-50%);opacity:1}}.insta-grid__sb .sbi_photo_wrap:after{content:"";position:absolute;top:50%;left:50%;width:0;height:1px;background:#fff;transform:translate(-50%,calc(-50% + 10px));transition:width .35s ease .1s;z-index:3;pointer-events:none}@media (hover:hover){.insta-grid__sb .sbi_item:hover .sbi_photo_wrap:after{width:60%}}.women-message{position:relative;background:#f7f2e7;padding:100px 0 120px;overflow:hidden;isolation:isolate}@media screen and (min-width:768px){.women-message{padding:140px 0 160px}}.women-message:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 12% 18%,rgba(184,147,90,.06) 0%,transparent 35%),radial-gradient(circle at 88% 82%,rgba(166,56,66,.04) 0%,transparent 45%),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 0.42  0 0 0 0 0.35  0 0 0 0 0.24  0 0 0 0.15 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.9'/></svg>");z-index:1}.women-message__sakura-layer{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:hidden}.women-message__sakura-petal{position:absolute;top:-40px;width:22px;height:22px;animation:sakuraFall linear infinite;will-change:transform}@keyframes sakuraFall{0%{transform:translate3d(0,0,0) rotate(0deg)}50%{transform:translate3d(30px,50vh,0) rotate(180deg)}100%{transform:translate3d(-20px,110vh,0) rotate(380deg)}}.women-message__corner-bamboo{position:absolute;width:120px;opacity:.22;pointer-events:none;z-index:3;display:none}@media screen and (min-width:768px){.women-message__corner-bamboo{display:block}}.women-message__corner-bamboo--tl{top:40px;left:20px;transform:rotate(-8deg)}.women-message__corner-bamboo--br{bottom:40px;right:20px;transform:rotate(172deg)}.women-message__inner{position:relative;z-index:10}.women-message__info-box{background:#fdfbf5;padding:36px 28px;margin:0 auto 70px;max-width:860px;position:relative;border-top:1px solid #b8935a;border-bottom:1px solid #b8935a;box-shadow:0 1px 0 rgba(184,147,90,.12)}@media screen and (min-width:768px){.women-message__info-box{padding:52px 60px;margin-bottom:100px}}.women-message__info-box:before,.women-message__info-box:after{content:"";position:absolute;width:24px;height:24px;border:1px solid #8b1c1c}.women-message__info-box:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.women-message__info-box:after{bottom:-1px;right:-1px;border-left:none;border-top:none}.women-message__info-label{display:flex;align-items:baseline;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:.5px dashed rgba(184,147,90,.6);flex-wrap:wrap}@media screen and (min-width:768px){.women-message__info-label{gap:24px}}.women-message__info-label-en{font-family:"Montserrat",sans-serif;font-size:11px;letter-spacing:.4em;color:#8b1c1c;text-transform:uppercase;font-weight:500;padding:4px 12px;border:.5px solid #8b1c1c}.women-message__info-label-ja{font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:16px;font-weight:500;color:#2a2018;letter-spacing:.08em}@media screen and (min-width:768px){.women-message__info-label-ja{font-size:19px}}.women-message__info-text{font-size:15.5px;line-height:2.1;color:#524438;letter-spacing:.05em}.women-message__box{display:grid;grid-template-columns:1fr;gap:60px;align-items:center;position:relative}@media screen and (min-width:768px){.women-message__box{grid-template-columns:.95fr 1.1fr;gap:90px}}.women-picture{position:relative;aspect-ratio:1/1;width:100%;max-width:300px;margin:0 auto}@media screen and (min-width:768px){.women-picture{max-width:440px}}.enso{position:absolute;inset:-34px;z-index:0;pointer-events:none}.enso svg{width:100%;height:100%;display:block}.women-picture__frame{position:absolute;inset:0;border-radius:50%;overflow:hidden;z-index:1;background:#4a3d2f;display:block}.women-picture__frame img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hanko{position:absolute;bottom:12px;right:-6px;width:64px;height:64px;background:#8b1c1c;color:#f7f2e7;display:flex;align-items:center;justify-content:center;font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:12px;font-weight:500;transform:rotate(-7deg);z-index:2;letter-spacing:.05em;line-height:1.15;padding:10px;text-align:center;box-shadow:1px 2px 0 rgba(122,36,48,.35);border:2px solid #7a2430;writing-mode:vertical-rl;text-orientation:upright}@media screen and (min-width:768px){.hanko{width:78px;height:78px;font-size:15px}}.women-heading__box{position:relative}.women-message .message__heading-wrap{margin-bottom:36px;position:relative}.women-message .message__heading{font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:26px;font-weight:500;letter-spacing:.12em;color:#2a2018;margin-bottom:10px;position:relative;padding-left:20px;line-height:1.4}@media screen and (min-width:768px){.women-message .message__heading{font-size:34px;padding-left:28px}}.women-message .message__heading:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:4px;background:#8b1c1c}@media screen and (min-width:768px){.women-message .message__heading:before{width:5px}}.women-message .message__heading-en{font-family:"Montserrat",sans-serif;font-size:11px;letter-spacing:.4em;color:#8e6b39;padding-left:20px;text-transform:uppercase;font-weight:500}@media screen and (min-width:768px){.women-message .message__heading-en{padding-left:28px}}.women-message__text{font-size:15.5px;line-height:2.2;color:#524438;letter-spacing:.04em;margin-bottom:32px}.women-message__text br{display:none}.women-message__features{list-style:none;padding:28px 0 32px;margin-bottom:40px;border-top:.5px solid rgba(184,147,90,.5);border-bottom:.5px solid rgba(184,147,90,.5)}.women-message__feature-item{display:flex;align-items:flex-start;gap:16px;padding:10px 0;font-size:15px;color:#2a2018;letter-spacing:.04em;line-height:1.7}.women-message__feature-icon{flex-shrink:0;width:22px;height:22px;font-size:0;position:relative;margin-top:4px}.women-message__feature-icon svg{width:100%;height:100%}.women-message .closing-wrap{position:relative;padding-top:8px}.women-message .closing{font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:18px;font-weight:500;color:#7a2430;letter-spacing:.1em;line-height:2}.women-message .closing-en{font-family:"Montserrat",sans-serif;font-size:11px;letter-spacing:.35em;color:#8e6b39;font-weight:500;display:inline-block;margin-top:12px;text-transform:uppercase}.women-message .section-header{position:relative}.women-message .section-header__bg-kanji{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);font-size:180px;line-height:1;font-family:"Shippori Mincho","Noto Serif JP",serif;font-weight:500;color:#ece2cc;z-index:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.85;letter-spacing:-.05em;pointer-events:none;white-space:nowrap}@media screen and (min-width:768px){.women-message .section-header__bg-kanji{font-size:240px;top:30%}}.women-message .section-header__eyebrow,.women-message .section-header__title,.women-message .section-header__lead{position:relative;z-index:1}@media (prefers-reduced-motion:reduce){.women-message__sakura-petal{animation:none;display:none}}.gateway{position:relative;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;background:#0a1a33}.gateway__bg{position:absolute;inset:0;z-index:0}.gateway__bg-image{position:absolute;inset:0;background-position:center center;background-size:cover;background-repeat:no-repeat;opacity:0;animation:gatewayBgCrossfade 24s ease-in-out infinite}.gateway__bg-image--1{animation-delay:0s}.gateway__bg-image--2{animation-delay:8s}.gateway__bg-image--3{animation-delay:16s}@media screen and (max-width:767px){.gateway__bg-image{background-size:auto 130%}.gateway__bg-image--1{background-position:center 88%}.gateway__bg-image--2{background-position:center 18%}.gateway__bg-image--3{background-position:center 22%}}@keyframes gatewayBgCrossfade{0%{opacity:0}6.67%{opacity:1}26.67%{opacity:1}33.33%{opacity:0}100%{opacity:0}}.gateway__bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,26,51,.55) 0%,rgba(10,26,51,.35) 40%,rgba(10,26,51,.7) 75%,rgba(10,26,51,.95) 100%);z-index:1}.gateway__vignette{position:absolute;inset:0;background:radial-gradient(ellipse 80% 70% at 50% 40%,transparent 25%,rgba(0,0,0,.55) 100%);pointer-events:none;z-index:2}.gateway__beam{position:absolute;top:-30%;right:12%;width:300px;height:160%;background:linear-gradient(180deg,rgba(201,169,110,.06) 0%,rgba(201,169,110,.02) 40%,transparent 70%);transform:rotate(-12deg);filter:blur(40px);pointer-events:none;z-index:2;animation:gatewayBeamPulse 8s ease-in-out infinite}.gateway__beam-2{position:absolute;top:-20%;left:15%;width:200px;height:140%;background:linear-gradient(180deg,rgba(201,169,110,.04) 0%,transparent 60%);transform:rotate(8deg);filter:blur(60px);pointer-events:none;z-index:2;animation:gatewayBeamPulse 12s ease-in-out infinite reverse}@keyframes gatewayBeamPulse{0%,100%{opacity:.5}50%{opacity:1}}.gateway__accent-line{position:absolute;top:0;left:50%;width:1px;height:80px;background:linear-gradient(180deg,transparent,#c9a96e);opacity:.5;z-index:3}.gateway__shooting-stars{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:hidden}.gateway__star{position:absolute;width:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,169,110,.6),rgba(201,169,110,0));opacity:0}.gateway__star--1{top:12%;right:5%;transform:rotate(165deg);transform-origin:right center;animation:gatewayShoot1 12s cubic-bezier(.2,.8,.3,1) 2s infinite}.gateway__star--2{top:30%;left:8%;transform:rotate(22deg);transform-origin:left center;background:linear-gradient(90deg,transparent,rgba(201,169,110,.5),rgba(201,169,110,0));animation:gatewayShoot2 18s cubic-bezier(.2,.8,.3,1) 6s infinite}.gateway__star--3{top:50%;right:10%;height:.5px;transform:rotate(172deg);transform-origin:right center;background:linear-gradient(90deg,transparent,rgba(232,213,168,.45),rgba(232,213,168,0));animation:gatewayShoot3 15s cubic-bezier(.2,.8,.3,1) 9s infinite}.gateway__star--4{top:22%;left:20%;transform:rotate(18deg);transform-origin:left center;background:linear-gradient(90deg,transparent,rgba(139,28,28,.35),rgba(201,169,110,.4),rgba(201,169,110,0));animation:gatewayShoot4 22s cubic-bezier(.2,.8,.3,1) 0s infinite}.gateway__star--5{top:65%;right:15%;height:.5px;transform:rotate(158deg);transform-origin:right center;animation:gatewayShoot5 20s cubic-bezier(.2,.8,.3,1) 12s infinite}@keyframes gatewayShoot1{0%{width:0;opacity:0;transform:rotate(165deg) translateX(0)}2%{opacity:.9}4%{width:120px}6%{width:0;opacity:0;transform:rotate(165deg) translateX(-300px)}100%{width:0;opacity:0}}@keyframes gatewayShoot2{0%{width:0;opacity:0;transform:rotate(22deg) translateX(0)}1.5%{opacity:.7}3%{width:90px}4.5%{width:0;opacity:0;transform:rotate(22deg) translateX(260px)}100%{width:0;opacity:0}}@keyframes gatewayShoot3{0%{width:0;opacity:0;transform:rotate(172deg) translateX(0)}2%{opacity:.6}3.5%{width:160px}5.5%{width:0;opacity:0;transform:rotate(172deg) translateX(-380px)}100%{width:0;opacity:0}}@keyframes gatewayShoot4{0%{width:0;opacity:0;transform:rotate(18deg) translateX(0)}1%{opacity:.8}2%{width:65px}2.8%{width:0;opacity:0;transform:rotate(18deg) translateX(200px)}100%{width:0;opacity:0}}@keyframes gatewayShoot5{0%{width:0;opacity:0;transform:rotate(158deg) translateX(0)}1.5%{opacity:.5}3%{width:190px}5%{width:0;opacity:0;transform:rotate(158deg) translateX(-420px)}100%{width:0;opacity:0}}.gateway__petals{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:hidden}.gateway__petal{position:absolute;top:-5%;width:14px;height:14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,230,235,0.85)'><path d='M12 2 C14 6 18 8 22 8 C18 10 16 14 16 18 C14 16 10 16 8 18 C8 14 6 10 2 8 C6 8 10 6 12 2 Z'/></svg>");background-size:contain;background-repeat:no-repeat;opacity:0;will-change:transform,opacity}.gateway__petal--1{left:5%;width:12px;height:12px;animation:gatewayPetalFall 14s linear 0s infinite,gatewayPetalSwayA 4s ease-in-out infinite}.gateway__petal--2{left:15%;width:10px;height:10px;animation:gatewayPetalFall 18s linear 2s infinite,gatewayPetalSwayB 5s ease-in-out infinite}.gateway__petal--3{left:25%;width:16px;height:16px;animation:gatewayPetalFall 12s linear 5s infinite,gatewayPetalSwayA 3.5s ease-in-out infinite}.gateway__petal--4{left:35%;width:11px;height:11px;animation:gatewayPetalFall 20s linear 1s infinite,gatewayPetalSwayB 4.5s ease-in-out infinite}.gateway__petal--5{left:45%;width:14px;height:14px;animation:gatewayPetalFall 16s linear 7s infinite,gatewayPetalSwayA 5s ease-in-out infinite}.gateway__petal--6{left:55%;width:13px;height:13px;animation:gatewayPetalFall 13s linear 3s infinite,gatewayPetalSwayB 4s ease-in-out infinite}.gateway__petal--7{left:65%;width:15px;height:15px;animation:gatewayPetalFall 17s linear 9s infinite,gatewayPetalSwayA 4.5s ease-in-out infinite}.gateway__petal--8{left:72%;width:10px;height:10px;animation:gatewayPetalFall 19s linear 4s infinite,gatewayPetalSwayB 3.5s ease-in-out infinite}.gateway__petal--9{left:80%;width:14px;height:14px;animation:gatewayPetalFall 15s linear 6s infinite,gatewayPetalSwayA 5s ease-in-out infinite}.gateway__petal--10{left:88%;width:12px;height:12px;animation:gatewayPetalFall 21s linear 0s infinite,gatewayPetalSwayB 4s ease-in-out infinite}.gateway__petal--11{left:92%;width:11px;height:11px;animation:gatewayPetalFall 14s linear 8s infinite,gatewayPetalSwayA 4.5s ease-in-out infinite}.gateway__petal--12{left:10%;width:13px;height:13px;animation:gatewayPetalFall 22s linear 11s infinite,gatewayPetalSwayB 5s ease-in-out infinite}@keyframes gatewayPetalFall{0%{top:-5%;opacity:0;transform:rotate(0deg)}10%{opacity:.7}90%{opacity:.7}100%{top:105%;opacity:0;transform:rotate(720deg)}}@keyframes gatewayPetalSwayA{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes gatewayPetalSwayB{0%,100%{margin-left:0}50%{margin-left:-30px}}.gateway__content{position:relative;z-index:4;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px 20px 60px;text-align:center;color:#fff}@media screen and (min-width:768px){.gateway__content{padding:120px 24px 80px}}.gateway__eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#e8d5a8;margin-bottom:28px;text-shadow:0 1px 4px rgba(0,0,0,.5);opacity:0;animation:gatewayFadeUp .8s .2s forwards}.gateway__eyebrow:before,.gateway__eyebrow:after{content:"";display:block;width:32px;height:1px;background:#c9a96e;opacity:.5}.gateway__headline{font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:26px;font-weight:600;line-height:1.5;letter-spacing:2px;margin-bottom:28px;text-shadow:0 2px 12px rgba(0,0,0,.55),0 1px 4px rgba(0,0,0,.4),0 0 40px rgba(201,169,110,.2),0 0 80px rgba(201,169,110,.08);opacity:0;animation:gatewayFadeUp .8s .4s forwards}@media screen and (min-width:768px){.gateway__headline{font-size:46px;letter-spacing:3px;margin-bottom:36px}}.gateway__headline-accent{color:#e8d5a8}.gateway__lead{font-size:14px;font-weight:300;line-height:2;letter-spacing:1px;color:rgba(255,255,255,.8);max-width:640px;margin-bottom:32px;text-shadow:0 1px 6px rgba(0,0,0,.55);opacity:0;animation:gatewayFadeUp .8s .6s forwards}.gateway__lead-extra{display:none}@media screen and (min-width:768px){.gateway__lead-extra{display:inline}}.gateway__lead-break-extra{display:none}@media screen and (min-width:768px){.gateway__lead-break-extra{display:inline}}@media screen and (min-width:768px){.gateway__lead{font-size:16px;line-height:2.2;margin-bottom:44px}}@keyframes gatewayFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.gateway__bg-image,.gateway__beam,.gateway__beam-2,.gateway__star,.gateway__petal{animation:none}.gateway__bg-image--1{opacity:1}.gateway__bg-image--2,.gateway__bg-image--3{opacity:0}.gateway__beam,.gateway__beam-2{opacity:.6}.gateway__eyebrow,.gateway__headline,.gateway__lead{animation:none;opacity:1;transform:none}}.gateway__gates{position:relative;z-index:3;width:100%;max-width:480px;margin:0 auto;padding:0 16px 56px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;opacity:0;animation:gatewayFadeUp .8s .8s forwards}@media screen and (min-width:768px){.gateway__gates{grid-template-columns:repeat(4,1fr);max-width:1100px;gap:16px;padding:0 24px 80px}}.gateway__gate{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px 12px 16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;text-decoration:none;color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer}.gateway__gate:before{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.06) 0%,transparent 100%);opacity:0;transition:opacity .4s}.gateway__gate:hover{border-color:rgba(201,169,110,.3);transform:translateY(-4px);background:rgba(255,255,255,.07)}.gateway__gate:hover:before{opacity:1}@media screen and (min-width:768px){.gateway__gate{gap:0;padding:36px 20px 32px}}@media screen and (max-width:767px){.gateway__gate{flex-direction:row;align-items:center;gap:10px;padding:12px;background:rgba(10,26,51,.35);backdrop-filter:blur(10px)}}.gateway__gate-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#c9a96e;border:1px solid rgba(201,169,110,.2);border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);background:rgba(201,169,110,.05);flex-shrink:0;margin-bottom:4px}.gateway__gate-icon svg{width:28px;height:28px}.gateway__gate:hover .gateway__gate-icon{transform:scale(1.1);color:#e8d5a8;border-color:rgba(201,169,110,.5)}@media screen and (min-width:768px){.gateway__gate-icon{width:56px;height:56px;margin-bottom:20px}.gateway__gate-icon svg{width:36px;height:36px}}@media screen and (max-width:767px){.gateway__gate-icon{width:36px;height:36px;border-radius:10px;margin-bottom:0}.gateway__gate-icon svg{width:22px;height:22px}}.gateway__gate-body{display:flex;flex-direction:column;align-items:center;gap:4px;flex:none}@media screen and (max-width:767px){.gateway__gate-body{align-items:flex-start;gap:2px;flex:1 1 auto;min-width:0}}.gateway__gate-title{font-family:"Noto Serif JP",serif;font-size:13px;font-weight:600;letter-spacing:.5px;text-align:center;color:#fff;line-height:1.4}@media screen and (min-width:768px){.gateway__gate-title{font-size:15px;letter-spacing:1px}}@media screen and (max-width:767px){.gateway__gate-title{text-align:left}}.gateway__gate-desc{font-family:"Noto Serif JP",serif;font-size:10px;line-height:1.6;color:rgba(255,255,255,.55);text-align:center;letter-spacing:.3px}@media screen and (min-width:768px){.gateway__gate-desc{font-size:12px;line-height:1.7}}@media screen and (max-width:767px){.gateway__gate-desc{text-align:left;line-height:1.4}}.gateway__gate-desc-sub{display:none}@media screen and (min-width:768px){.gateway__gate-desc-sub{display:inline}}.gateway__gate-arrow{display:none}@media screen and (min-width:768px){.gateway__gate-arrow{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;color:#c9a96e;letter-spacing:1px;opacity:0;transform:translateX(-8px);transition:all .3s cubic-bezier(.4,0,.2,1)}.gateway__gate:hover .gateway__gate-arrow{opacity:1;transform:translateX(0)}}.gateway__gate-arrow-icon{font-family:"Outfit",sans-serif;font-size:13px}@media (prefers-reduced-motion:reduce){.gateway__gates{animation:none;opacity:1}}.page-shinbun{padding-bottom:80px}@media screen and (min-width:768px){.page-shinbun{padding-bottom:120px}}.page-shinbun__breadcrumb{font-size:12px;color:#888;margin-bottom:24px;letter-spacing:.05em;padding-top:32px}@media screen and (min-width:768px){.page-shinbun__breadcrumb{margin-bottom:32px;padding-top:48px}}.page-shinbun__breadcrumb-link{color:#8b1c1c;text-decoration:none;transition:opacity .2s}.page-shinbun__breadcrumb-link:hover{opacity:.7}.page-shinbun__breadcrumb-sep{margin:0 8px;color:#ccc}.page-shinbun__breadcrumb-current{color:#555}.page-shinbun__hero{text-align:center;padding:32px 0 48px}@media screen and (min-width:768px){.page-shinbun__hero{padding:48px 0 64px}}.page-shinbun__hero-badge{display:inline-flex;flex-direction:column;align-items:center;gap:4px;padding:16px 32px;background-color:#8b1c1c;color:#fff;border-radius:4px;margin-bottom:24px}@media screen and (min-width:768px){.page-shinbun__hero-badge{padding:20px 48px;margin-bottom:32px}}.page-shinbun__hero-badge-date{font-family:"Josefin Sans",sans-serif;font-size:28px;font-weight:500;letter-spacing:.08em;line-height:1}@media screen and (min-width:768px){.page-shinbun__hero-badge-date{font-size:36px}}.page-shinbun__hero-badge-day{font-family:"Noto Serif JP",serif;font-size:12px;letter-spacing:.1em}@media screen and (min-width:768px){.page-shinbun__hero-badge-day{font-size:14px}}.page-shinbun__hero-title{font-family:"Noto Serif JP",serif;font-size:28px;font-weight:600;color:#1e1e1e;margin-bottom:12px;line-height:1.4}@media screen and (min-width:768px){.page-shinbun__hero-title{font-size:40px;margin-bottom:16px}}.page-shinbun__hero-subtitle{font-family:"Noto Serif JP",serif;font-size:16px;color:#8b1c1c;margin-bottom:24px;font-weight:500}@media screen and (min-width:768px){.page-shinbun__hero-subtitle{font-size:20px;margin-bottom:32px}}.page-shinbun__hero-lead{font-family:"Noto Serif JP",serif;font-size:14px;color:#555;line-height:1.9;max-width:720px;margin-inline:auto}@media screen and (min-width:768px){.page-shinbun__hero-lead{font-size:16px}}.page-shinbun__video{margin-bottom:56px}@media screen and (min-width:768px){.page-shinbun__video{margin-bottom:80px}}.page-shinbun__video-wrapper{position:relative;width:100%;padding-top:56.25%;background-color:#000;border-radius:4px;overflow:hidden;margin-bottom:16px;max-width:880px;margin-inline:auto}.page-shinbun__video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}@media screen and (min-width:768px){.page-shinbun__video-wrapper{margin-bottom:20px}}.page-shinbun__video-caption{font-size:13px;color:#777;text-align:center;line-height:1.7}@media screen and (min-width:768px){.page-shinbun__video-caption{font-size:14px}}.page-shinbun__section{padding:48px 0}@media screen and (min-width:768px){.page-shinbun__section{padding:64px 0}}.page-shinbun__section--bg{background-color:rgba(139,28,28,.03);margin-inline:-15px;padding-inline:15px}@media screen and (min-width:768px){.page-shinbun__section--bg{margin-inline:-40px;padding-inline:40px}}.page-shinbun__section-title{font-family:"Noto Serif JP",serif;font-size:22px;font-weight:600;color:#1e1e1e;text-align:center;margin-bottom:32px;position:relative;padding-bottom:16px}.page-shinbun__section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:48px;height:2px;background-color:#8b1c1c}@media screen and (min-width:768px){.page-shinbun__section-title{font-size:28px;margin-bottom:40px;padding-bottom:20px}.page-shinbun__section-title:after{width:60px}}.page-shinbun__sub-title{font-family:"Noto Serif JP",serif;font-size:17px;font-weight:600;color:#8b1c1c;margin-top:32px;margin-bottom:12px;padding-left:12px;border-left:3px solid #8b1c1c}.page-shinbun__sub-title:first-child{margin-top:0}@media screen and (min-width:768px){.page-shinbun__sub-title{font-size:19px;margin-top:40px;margin-bottom:16px}}.page-shinbun__content{max-width:720px;margin-inline:auto;font-family:"Noto Serif JP",serif;font-size:14px;color:#333;line-height:1.9}.page-shinbun__content p{margin-bottom:16px}.page-shinbun__content p:last-child{margin-bottom:0}@media screen and (min-width:768px){.page-shinbun__content{font-size:16px}}.page-shinbun__table{width:100%;max-width:720px;margin-inline:auto;border-collapse:collapse;font-family:"Noto Serif JP",serif;font-size:14px}.page-shinbun__table th,.page-shinbun__table td{padding:14px 12px;text-align:left;border-bottom:1px solid #e0e0e0;line-height:1.7}.page-shinbun__table th{font-weight:600;color:#8b1c1c;background-color:rgba(139,28,28,.04);width:30%;white-space:nowrap}.page-shinbun__table td{color:#333}.page-shinbun__table small{display:inline-block;font-size:12px;color:#888;margin-top:4px}@media screen and (min-width:768px){.page-shinbun__table{font-size:16px}.page-shinbun__table th,.page-shinbun__table td{padding:18px 20px}.page-shinbun__table th{width:25%}.page-shinbun__table small{font-size:13px}}.page-shinbun__list{max-width:720px;margin-inline:auto;font-family:"Noto Serif JP",serif;font-size:14px;color:#333;line-height:1.9;list-style:none;padding:0}.page-shinbun__list li{position:relative;padding-left:24px;margin-bottom:12px}.page-shinbun__list li:before{content:"";position:absolute;left:4px;top:12px;width:8px;height:8px;background-color:#8b1c1c;border-radius:50%}.page-shinbun__list li:last-child{margin-bottom:0}@media screen and (min-width:768px){.page-shinbun__list{font-size:16px}.page-shinbun__list li{padding-left:28px;margin-bottom:14px}.page-shinbun__list li:before{top:14px}}.page-shinbun__list--check li{padding-left:28px}.page-shinbun__list--check li:before{content:"✓";background-color:transparent;color:#8b1c1c;font-weight:700;width:auto;height:auto;top:0;left:0;font-size:18px;line-height:1.9}.page-shinbun__note{max-width:720px;margin:16px auto 0;font-size:13px;color:#777;text-align:center}@media screen and (min-width:768px){.page-shinbun__note{font-size:14px;margin-top:20px}}.page-shinbun__cta{text-align:center;padding:56px 0;margin:32px 0;background-color:rgba(139,28,28,.05);border-radius:4px}@media screen and (min-width:768px){.page-shinbun__cta{padding:72px 0;margin:48px 0}}.page-shinbun__cta-deadline{font-family:"Noto Serif JP",serif;font-size:15px;color:#555;margin-bottom:20px}.page-shinbun__cta-deadline strong{color:#8b1c1c;font-weight:600}@media screen and (min-width:768px){.page-shinbun__cta-deadline{font-size:17px;margin-bottom:24px}}.page-shinbun__cta-button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:280px;padding:20px 40px;font-family:"Noto Serif JP",serif;font-size:18px;font-weight:600;color:#fff;background-color:#8b1c1c;text-decoration:none;border-radius:4px;letter-spacing:.05em;box-shadow:0 4px 16px rgba(139,28,28,.25);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.page-shinbun__cta-button:hover{background-color:#691515;transform:translateY(-2px);box-shadow:0 6px 20px rgba(139,28,28,.35)}.page-shinbun__cta-button:active{transform:translateY(0);box-shadow:0 2px 8px rgba(139,28,28,.25)}@media screen and (min-width:768px){.page-shinbun__cta-button{min-width:360px;padding:24px 56px;font-size:22px}}.page-shinbun__cta-button-sub{display:block;font-size:11px;font-weight:400;margin-top:6px;opacity:.85;letter-spacing:.08em}@media screen and (min-width:768px){.page-shinbun__cta-button-sub{font-size:12px;margin-top:8px}}.page-shinbun__cta-note{font-size:12px;color:#777;margin-top:16px}@media screen and (min-width:768px){.page-shinbun__cta-note{font-size:13px;margin-top:20px}}.page-shinbun__contact{max-width:560px;margin-inline:auto;padding:32px 24px;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:4px;font-family:"Noto Serif JP",serif;font-size:14px;line-height:2;color:#333}.page-shinbun__contact strong{color:#8b1c1c;font-weight:600;margin-right:4px}.page-shinbun__contact a{color:#8b1c1c;text-decoration:underline}.page-shinbun__contact a:hover{opacity:.7}@media screen and (min-width:768px){.page-shinbun__contact{padding:40px 32px;font-size:15px}}.info-hub{position:relative;padding:56px 0 72px;background:#f5f1e8;font-family:"Noto Serif JP",serif;color:#1a1a1a;letter-spacing:.03em;line-height:1.85;overflow:hidden}@media screen and (min-width:768px){.info-hub{padding:96px 0 120px}}.info-hub:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.04 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");opacity:.6;mix-blend-mode:multiply}.info-hub:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:repeating-linear-gradient(90deg,transparent 0,transparent 2px,rgba(120,100,70,.015) 2px,rgba(120,100,70,.015) 3px)}.info-hub__inner{position:relative;z-index:1}.info-hub__hero{position:relative;padding:24px 16px 32px 24px;margin-top:32px}@media screen and (min-width:768px){.info-hub__hero{padding:40px 24px 56px 40px;margin-top:48px}}.info-hub__hero-rule{position:absolute;left:0;top:24px;width:1px;height:0;background:#1a1a1a;animation:ih-drawRule 1.2s cubic-bezier(.6,.1,.3,1) .2s forwards}@keyframes ih-drawRule{to{height:calc(100% - 60px)}}.info-hub__hero-kana{position:absolute;right:8px;top:16px;writing-mode:vertical-rl;text-orientation:upright;font-feature-settings:"palt" off;font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:13.2px;letter-spacing:.4em;color:#6b6b6b;opacity:0;animation:ih-fadeInUp 1s ease 1.4s forwards}@media screen and (min-width:768px){.info-hub__hero-kana{right:12px;font-size:14.4px}}.info-hub__hero-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}@media screen and (min-width:768px){.info-hub__hero-body{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;gap:32px}}.info-hub__hero-text{flex:1 1 50%;display:flex;flex-direction:column;align-items:center}@media screen and (min-width:768px){.info-hub__hero-text{align-items:flex-start}}.info-hub__hero-art{height:140px;display:flex;align-items:center;justify-content:center;position:relative;flex:1 1 50%;width:100%;padding-right:12px}@media screen and (min-width:768px){.info-hub__hero-art{height:180px;justify-content:flex-end;padding-right:24px}}.info-hub__koi-svg{width:100%;max-width:320px;height:100%;overflow:visible}@media screen and (min-width:768px){.info-hub__koi-svg{max-width:420px}}.info-hub__koi-water{fill:none;stroke:#9a9a9a;stroke-width:1.5;stroke-linecap:round;stroke-dasharray:800;stroke-dashoffset:800;animation:ih-drawWater 1.6s ease .4s forwards}.info-hub__koi-water--2{opacity:.6;animation-delay:.7s}.info-hub__koi-water--3{opacity:.4;animation-delay:1s}@keyframes ih-drawWater{to{stroke-dashoffset:0}}.info-hub__koi-ripple{fill:none;stroke:#9a9a9a;stroke-width:1;opacity:0;transform-origin:center}.info-hub__koi-ripple--1{animation:ih-ripple 3s ease-out 4s infinite}.info-hub__koi-ripple--2{animation:ih-ripple 3s ease-out 5s infinite}@keyframes ih-ripple{0%{opacity:.5;transform:scale(.4)}100%{opacity:0;transform:scale(1.6)}}.info-hub__koi-body{fill:none;stroke:#1a1a1a;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:600;stroke-dashoffset:600;animation:ih-drawKoi 2.4s cubic-bezier(.55,.05,.3,1) 1.4s forwards}.info-hub__koi-fin{fill:none;stroke:#3a3a3a;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200;animation:ih-drawKoi 1.4s cubic-bezier(.55,.05,.3,1) 2.6s forwards}.info-hub__koi-eye{fill:#1a1a1a;opacity:0;animation:ih-fadeIn .4s ease 3.2s forwards}@keyframes ih-drawKoi{to{stroke-dashoffset:0}}.info-hub__koi-spot{fill:#8b1c1c;opacity:0;transform-origin:center;transform:scale(.3)}.info-hub__koi-spot--1{animation:ih-bloomSpot .8s cubic-bezier(.34,1.56,.64,1) 3.4s forwards}.info-hub__koi-spot--2{animation:ih-bloomSpot .8s cubic-bezier(.34,1.56,.64,1) 3.6s forwards}@keyframes ih-bloomSpot{to{opacity:.85;transform:scale(1)}}.info-hub__koi-body-group{transform-origin:60% 50%;animation:ih-swim 4s ease-in-out 4s infinite}@keyframes ih-swim{0%,100%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-3px) rotate(-1.5deg)}75%{transform:translateY(3px) rotate(1.5deg)}}.info-hub__hero-title{font-family:"Noto Serif JP",serif;font-weight:900;font-size:24px;color:#1a1a1a;letter-spacing:.18em;line-height:1.4;margin:0 0 6px;opacity:0;animation:ih-fadeInUp 1s ease 3.8s forwards}@media screen and (min-width:768px){.info-hub__hero-title{font-size:30px}}.info-hub__hero-date{font-family:"Outfit","Montserrat",sans-serif;font-style:italic;font-weight:300;font-size:12px;color:#6b6b6b;letter-spacing:.15em;margin:0;opacity:0;animation:ih-fadeIn .8s ease 4.1s forwards}@media screen and (min-width:768px){.info-hub__hero-date{font-size:13px}}@keyframes ih-fadeIn{to{opacity:1}}@keyframes ih-fadeInUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.info-hub__chapters{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;margin:0 0 56px;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}@media screen and (min-width:768px){.info-hub__chapters{margin:0 0 80px;max-width:720px;margin-left:auto;margin-right:auto}}.info-hub__chapter-jump{padding:18px 6px 16px;text-align:center;text-decoration:none;color:#1a1a1a;position:relative;transition:background .4s ease}.info-hub__chapter-jump:not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:#9a9a9a}.info-hub__chapter-jump:hover{background:rgba(0,0,0,.03)}.info-hub__chapter-jump-num{display:block;font-family:"Outfit","Montserrat",sans-serif;font-style:italic;font-size:14px;color:#8b1c1c;letter-spacing:.1em;margin-bottom:4px;font-weight:400}.info-hub__chapter-jump-label{display:block;font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:13px;letter-spacing:.2em;color:#1a1a1a}@media screen and (min-width:768px){.info-hub__chapter-jump-label{font-size:14px}}.info-hub__chapter-jump-count{display:block;font-size:10px;letter-spacing:.15em;color:#9a9a9a;margin-top:4px}.info-hub__chapter{margin-bottom:64px}.info-hub__chapter:last-of-type{margin-bottom:40px}@media screen and (min-width:768px){.info-hub__chapter{margin-bottom:88px}}.info-hub__chapter-head{display:flex;align-items:baseline;gap:18px;margin-bottom:28px;position:relative;padding-left:22px}.info-hub__chapter-head:after{content:"";flex:1;height:1px;background:#9a9a9a}@media screen and (min-width:768px){.info-hub__chapter-head{margin-bottom:36px;padding-left:0}}.info-hub__chapter-name{font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:11px;letter-spacing:.5em;color:#6b6b6b;flex-shrink:0}@media screen and (min-width:768px){.info-hub__chapter-name{font-size:12px}}.info-hub__chapter-title{font-family:"Noto Serif JP",serif;font-weight:900;font-size:20px;color:#1a1a1a;letter-spacing:.15em;margin:0;position:relative;flex-shrink:0}.info-hub__chapter-title:before{content:"";position:absolute;left:-16px;bottom:8px;width:6px;height:6px;background:#8b1c1c;border-radius:50%;opacity:.85}@media screen and (min-width:768px){.info-hub__chapter-title{font-size:24px}}.info-hub__chapter-count{font-family:"Outfit","Montserrat",sans-serif;font-style:italic;font-size:12px;color:#9a9a9a;font-variant-numeric:tabular-nums}@media screen and (min-width:768px){.info-hub__chapter-count{font-size:13px}}.info-hub__chapter-foot{margin-top:24px;text-align:right;padding-right:8px}.info-hub__chapter-link{display:inline-flex;align-items:center;gap:8px;font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:12px;color:#3a3a3a;text-decoration:none;letter-spacing:.2em;border-bottom:1px solid #9a9a9a;padding-bottom:3px;transition:color .3s ease,border-color .3s ease}.info-hub__chapter-link:hover{color:#8b1c1c;border-color:#8b1c1c}@media screen and (min-width:768px){.info-hub__chapter-link{font-size:13px}}.info-hub__scrolls{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:768px){.info-hub__scrolls{gap:20px}}.info-hub__scroll{position:relative;opacity:0;transform:translateY(20px);transition:opacity .9s cubic-bezier(.4,0,.2,1),transform .9s cubic-bezier(.4,0,.2,1)}.info-hub__scroll.is-in-view{opacity:1;transform:translateY(0)}.info-hub__scroll-inner{display:block;background:#fbf8f0;padding:24px 20px 24px 32px;position:relative;text-decoration:none;color:#1a1a1a;box-shadow:0 1px 0 rgba(0,0,0,.04),0 4px 16px rgba(60,40,20,.06);transition:transform .4s ease,box-shadow .4s ease}@media screen and (min-width:768px){.info-hub__scroll-inner{padding:28px 28px 28px 40px}}.info-hub__scroll-inner:before{content:"";position:absolute;left:14px;top:22px;bottom:22px;width:1px;background:#1a1a1a;transform:scaleY(0);transform-origin:top;transition:transform 1.1s cubic-bezier(.6,.1,.3,1) .15s}@media screen and (min-width:768px){.info-hub__scroll-inner:before{left:18px}}.info-hub__scroll-inner:hover{transform:translateY(-2px);box-shadow:0 1px 0 rgba(0,0,0,.04),0 8px 24px rgba(60,40,20,.1)}.info-hub__scroll.is-in-view .info-hub__scroll-inner:before{transform:scaleY(1)}.info-hub__scroll-date{font-family:"Outfit","Montserrat",sans-serif;font-style:italic;font-weight:300;font-size:12px;color:#6b6b6b;letter-spacing:.2em;margin-bottom:8px;font-variant-numeric:tabular-nums}.info-hub__scroll-cat{display:inline-block;font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:10px;letter-spacing:.3em;padding:2px 0;margin-bottom:14px;border-bottom:1px solid;font-weight:600}.info-hub__scroll-cat--taikai-annai{color:#8b1c1c;border-color:#8b1c1c}.info-hub__scroll-cat--taikai-kekka{color:#1a3a6b;border-color:#1a3a6b}.info-hub__scroll-cat--jimu-renraku{color:#3a2e24;border-color:#3a2e24}.info-hub__scroll-cat--keiko-jouhou{color:#2d5227;border-color:#2d5227}.info-hub__scroll-cat--shinsa-kekka{color:#5a3a1e;border-color:#5a3a1e}.info-hub__scroll-cat--katsudou-houkoku{color:#1e2e4a;border-color:#1e2e4a}.info-hub__scroll-cat--kenshukai{color:#582c83;border-color:#582c83}.info-hub__scroll-cat--shinsa{color:#5a3a1e;border-color:#5a3a1e}.info-hub__scroll-cat--taikai{color:#8b1c1c;border-color:#8b1c1c}.info-hub__scroll-cat--default{color:#3a3a3a;border-color:#3a3a3a}.info-hub__scroll-title{font-family:"Noto Serif JP",serif;font-weight:700;font-size:17px;color:#1a1a1a;line-height:1.55;letter-spacing:.06em;margin:0 0 12px}@media screen and (min-width:768px){.info-hub__scroll-title{font-size:19px}}.info-hub__scroll-excerpt{font-size:13px;line-height:1.85;color:#3a3a3a;margin:0 0 16px;letter-spacing:.02em;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}@media screen and (min-width:768px){.info-hub__scroll-excerpt{font-size:14px;-webkit-line-clamp:3}}.info-hub__scroll-more{display:inline-flex;align-items:center;gap:8px;font-family:"Outfit","Montserrat",sans-serif;font-style:italic;font-size:12px;letter-spacing:.2em;color:#3a3a3a;border-bottom:1px solid #9a9a9a;padding-bottom:2px;transition:color .3s ease,border-color .3s ease}.info-hub__scroll-more:after{content:"";display:inline-block;width:18px;height:1px;background:currentColor;transition:width .3s ease}.info-hub__scroll-inner:hover .info-hub__scroll-more{color:#8b1c1c;border-color:#8b1c1c}.info-hub__scroll-inner:hover .info-hub__scroll-more:after{width:28px}.info-hub__timeline{position:relative;padding-left:16px}@media screen and (min-width:768px){.info-hub__timeline{padding-left:20px;max-width:720px}}.info-hub__timeline:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:1px;background:#1a1a1a}.info-hub__timeline-row{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:18px 4px 18px 22px;border-bottom:1px solid rgba(0,0,0,.06);align-items:center;position:relative;opacity:0;transform:translateX(-12px);transition:opacity .8s ease,transform .8s ease}.info-hub__timeline-row.is-in-view{opacity:1;transform:translateX(0)}.info-hub__timeline-row:before{content:"";position:absolute;left:-4px;top:50%;width:9px;height:9px;background:#f5f1e8;border:1px solid #1a1a1a;border-radius:50%;transform:translateY(-50%)}.info-hub__timeline-row:last-child{border-bottom:none}.info-hub__timeline-date{display:flex;flex-direction:column;align-items:flex-start;min-width:60px;flex-shrink:0}@media screen and (min-width:768px){.info-hub__timeline-date{min-width:72px}}.info-hub__timeline-md{font-family:"Outfit","Montserrat",sans-serif;font-weight:400;font-size:18px;color:#1a1a1a;letter-spacing:.05em;font-variant-numeric:tabular-nums;line-height:1.1}@media screen and (min-width:768px){.info-hub__timeline-md{font-size:22px}}.info-hub__timeline-wday{font-family:"Outfit","Montserrat",sans-serif;font-size:10px;letter-spacing:.2em;color:#9a9a9a;margin-top:2px}@media screen and (min-width:768px){.info-hub__timeline-wday{font-size:11px}}.info-hub__timeline-title{font-family:"Noto Serif JP",serif;font-size:13px;color:#1a1a1a;letter-spacing:.04em;font-weight:500;line-height:1.6}@media screen and (min-width:768px){.info-hub__timeline-title{font-size:15px}}.info-hub__docs{list-style:none;padding:0;margin:0}@media screen and (min-width:768px){.info-hub__docs{max-width:720px}}.info-hub__docs-item{border-bottom:1px solid rgba(0,0,0,.08);opacity:0;transform:translateY(12px);transition:opacity .8s ease,transform .8s ease}.info-hub__docs-item.is-in-view{opacity:1;transform:translateY(0)}.info-hub__docs-item:last-child{border-bottom:none}.info-hub__docs-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px 8px;text-decoration:none;color:#1a1a1a;transition:background .3s ease,color .3s ease}@media screen and (min-width:768px){.info-hub__docs-link{padding:20px 12px;gap:18px}}.info-hub__docs-link:hover{background:rgba(0,0,0,.02);color:#8b1c1c}.info-hub__docs-icon{color:#3a3a3a;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.info-hub__docs-link:hover .info-hub__docs-icon{color:#8b1c1c}.info-hub__docs-title{font-family:"Noto Serif JP",serif;font-size:13px;font-weight:500;letter-spacing:.04em;line-height:1.6}@media screen and (min-width:768px){.info-hub__docs-title{font-size:15px}}.info-hub__docs-meta{font-family:"Outfit","Montserrat",sans-serif;font-style:italic;font-size:11px;letter-spacing:.2em;color:#9a9a9a;flex-shrink:0}@media screen and (min-width:768px){.info-hub__docs-meta{font-size:12px}}.info-hub__empty{font-family:"Shippori Mincho","Noto Serif JP",serif;font-size:13px;color:#6b6b6b;padding:24px 0;text-align:center;font-style:italic}@media (prefers-reduced-motion:reduce){.info-hub__hero-rule,.info-hub__hero-kana,.info-hub__hero-title,.info-hub__hero-date,.info-hub__koi-water,.info-hub__koi-body,.info-hub__koi-fin,.info-hub__koi-eye,.info-hub__koi-spot,.info-hub__koi-body-group,.info-hub__koi-ripple{animation:none !important;transition:none !important;opacity:1 !important;transform:none !important;stroke-dashoffset:0 !important;height:auto !important}.info-hub__hero-rule{height:calc(100% - 60px) !important}.info-hub__scroll,.info-hub__timeline-row,.info-hub__docs-item{opacity:1 !important;transform:none !important;transition:none !important}.info-hub__scroll-inner:before{transform:scaleY(1) !important}}.koi-band{background:#fff;position:relative;overflow:hidden;padding:24px 0}@media screen and (min-width:768px){.koi-band{padding:40px 0}}.koi-band__inner{width:100%;position:relative}.koi-band__svg{display:block;width:100%;height:auto;max-height:220px;overflow:visible}.koi-band__water{fill:none;stroke:#cfcfcf;stroke-width:1;stroke-linecap:round;stroke-dasharray:1400;stroke-dashoffset:1400;vector-effect:non-scaling-stroke}.koi-band__body{fill:none;stroke:#1a1a1a;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1500;stroke-dashoffset:1500;vector-effect:non-scaling-stroke}.koi-band__fin{fill:none;stroke:#3a3a3a;stroke-linecap:round;stroke-dasharray:500;stroke-dashoffset:500;vector-effect:non-scaling-stroke}.koi-band__eye{fill:#1a1a1a;opacity:0}.koi-band__spot{fill:#8b1c1c;opacity:0;transform-origin:center;transform:scale(.3)}.koi-band__koi{transform-box:fill-box;transform-origin:center}.koi-band.is-in-view .koi-band__water:nth-of-type(1){animation:kb-drawWater 1.6s ease .4s forwards}.koi-band.is-in-view .koi-band__water:nth-of-type(2){animation:kb-drawWater 1.6s ease .7s forwards}.koi-band.is-in-view .koi-band__water:nth-of-type(3){animation:kb-drawWater 1.6s ease 1s forwards}@keyframes kb-drawWater{to{stroke-dashoffset:0;stroke-dasharray:none}}.koi-band.is-in-view .koi-band__group{transform:translateX(8%);opacity:0;animation:kb-enterFromRight 1.2s cubic-bezier(.4,0,.2,1) .8s forwards}@keyframes kb-enterFromRight{to{transform:translateX(0);opacity:1}}.koi-band.is-in-view .koi-band__koi--big .koi-band__body{stroke-width:4;animation:kb-drawKoi 2.4s cubic-bezier(.55,.05,.3,1) 1.6s forwards}.koi-band.is-in-view .koi-band__koi--big .koi-band__fin{stroke-width:2.5;animation:kb-drawKoi 1.4s cubic-bezier(.55,.05,.3,1) 2.8s forwards}.koi-band.is-in-view .koi-band__koi--big .koi-band__eye{animation:kb-fadeIn .4s ease 3.4s forwards}.koi-band.is-in-view .koi-band__koi--big .koi-band__spot--1{animation:kb-bloomSpot .8s cubic-bezier(.34,1.56,.64,1) 3.6s forwards}.koi-band.is-in-view .koi-band__koi--big .koi-band__spot--2{animation:kb-bloomSpot .8s cubic-bezier(.34,1.56,.64,1) 3.8s forwards}.koi-band.is-in-view .koi-band__koi--mid .koi-band__body{stroke-width:2.5;animation:kb-drawKoi 1.8s cubic-bezier(.55,.05,.3,1) 2.2s forwards}.koi-band.is-in-view .koi-band__koi--mid .koi-band__fin{stroke-width:1.8;animation:kb-drawKoi 1.2s cubic-bezier(.55,.05,.3,1) 3s forwards}.koi-band.is-in-view .koi-band__koi--mid .koi-band__eye{animation:kb-fadeIn .4s ease 3.7s forwards}.koi-band.is-in-view .koi-band__koi--mid .koi-band__spot{animation:kb-bloomSpot .7s cubic-bezier(.34,1.56,.64,1) 3.9s forwards}.koi-band.is-in-view .koi-band__koi--small .koi-band__body{stroke-width:2.4;animation:kb-drawKoi 1.4s cubic-bezier(.55,.05,.3,1) 2.8s forwards}.koi-band.is-in-view .koi-band__koi--small .koi-band__fin{stroke-width:1.6;animation:kb-drawKoi 1s cubic-bezier(.55,.05,.3,1) 3.4s forwards}.koi-band.is-in-view .koi-band__koi--small .koi-band__eye{animation:kb-fadeIn .4s ease 4s forwards}.koi-band.is-in-view .koi-band__koi--small .koi-band__spot{animation:kb-bloomSpot .6s cubic-bezier(.34,1.56,.64,1) 4.2s forwards}@keyframes kb-drawKoi{to{stroke-dashoffset:0;stroke-dasharray:none}}@keyframes kb-fadeIn{to{opacity:1}}@keyframes kb-bloomSpot{to{opacity:.85;transform:scale(1)}}.koi-band.is-in-view .koi-band__koi--big{animation:kb-swimAway-big 9s cubic-bezier(.45,.05,.55,.95) 5s forwards}.koi-band.is-in-view .koi-band__koi--mid{animation:kb-swimAway-mid 9s cubic-bezier(.45,.05,.55,.95) 5.4s forwards}.koi-band.is-in-view .koi-band__koi--small{animation:kb-swimAway-small 9s cubic-bezier(.45,.05,.55,.95) 5.8s forwards}@keyframes kb-swimAway-big{0%{transform:translate(0,0) rotate(0)}50%{transform:translate(-750px,-4px) rotate(-1deg)}90%{transform:translate(-1400px,0) rotate(0);opacity:1}100%{transform:translate(-1500px,0) rotate(0);opacity:0}}@keyframes kb-swimAway-mid{0%{transform:translate(0,0) rotate(0)}50%{transform:translate(-850px,3px) rotate(1deg)}90%{transform:translate(-1600px,0) rotate(0);opacity:1}100%{transform:translate(-1700px,0) rotate(0);opacity:0}}@keyframes kb-swimAway-small{0%{transform:translate(0,0) rotate(0)}50%{transform:translate(-1000px,-3px) rotate(-1.5deg)}90%{transform:translate(-1900px,0) rotate(0);opacity:1}100%{transform:translate(-2000px,0) rotate(0);opacity:0}}@media (prefers-reduced-motion:reduce){.koi-band__water,.koi-band__body,.koi-band__fin{stroke-dashoffset:0 !important;animation:none !important}.koi-band__eye{opacity:1 !important;animation:none !important}.koi-band__spot{opacity:.85 !important;transform:scale(1) !important;animation:none !important}.koi-band__group,.koi-band__koi{transform:none !important;opacity:1 !important;animation:none !important}}