html,body{margin:0;padding:0;overflow-x:hidden}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}img{display:block}a{text-decoration:none}body{font-family:"Noto Sans JP",sans-serif;color:#231815;background:#fff}.inner{width:100%;max-width:var(--content-max);margin:0 auto;padding:0 var(--content-pad)}.site-header{position:fixed;left:0;top:0;z-index:200;display:flex;flex-direction:column}.page-top .site-header{opacity:0;transition:opacity .8s ease}.page-top .site-header.is-visible{opacity:1}.header-logo{width:90px;height:90px;background:#fff;display:flex;align-items:center;justify-content:center}.header-logo h1{line-height:1}.header-logo a{display:block;transition:opacity .3s}.header-logo a:hover{opacity:.6}.header-logo img{width:68px;height:auto}@media print,screen and (min-width: 1024px){.header-logo{width:220px;height:220px;transition:width .3s ease,height .3s ease}.header-logo img{width:140px;transition:width .3s ease}}.header-nav-block{width:90px;height:50px;background:#1e1e1e;display:flex;align-items:center;justify-content:center}@media print,screen and (min-width: 1024px){.header-nav-block{width:220px;height:149px;flex-direction:column;gap:30px;transition:width .3s ease,height .3s ease}}@media print,screen and (min-width: 1024px){.site-header.is-scrolled .header-logo{width:154px;height:154px}.site-header.is-scrolled .header-logo img{width:98px}.site-header.is-scrolled .header-nav-block{width:154px;height:104px}}.hamburger{background:none;border:none;cursor:pointer;padding:0;width:34px;display:flex;flex-direction:column;gap:8px;align-items:center}.hamburger span{display:block;width:100%;height:1px;background:#fff;transition:transform .3s ease,opacity .3s ease}.hamburger.is-active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media print,screen and (min-width: 1024px){.hamburger{width:60px}}.header-icons{display:none}@media print,screen and (min-width: 1024px){.header-icons{display:flex;justify-content:space-between;align-items:center;width:60px}.header-icons a{display:block;transition:opacity .3s}.header-icons a:hover{opacity:.6}.header-icons img{width:20px;height:20px;display:block}}.global-nav{position:fixed;left:0;top:0;width:100%;height:100%;z-index:100;display:flex;flex-direction:column;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.global-nav.is-open{visibility:visible;opacity:1}.global-nav-inner{background:#f7e8e5;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;overflow-y:auto}@media print,screen and (min-width: 1024px){.global-nav-inner{gap:99px}}.global-nav-list{list-style:none;display:flex;flex-direction:column;width:200px}@media print,screen and (min-width: 1024px){.global-nav-list{width:458px}}.global-nav-list>li{border-top:1px solid #1e1e1e}.global-nav-list>li:last-child{border-bottom:1px solid #1e1e1e}.global-nav-list>li>a{display:flex;flex-direction:column;align-items:center;gap:1px;padding:20px 0;color:#1e1e1e;transition:opacity .3s}.global-nav-list>li>a:hover{opacity:.6}.global-nav-jp{font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:700;line-height:1.5}@media print,screen and (min-width: 1024px){.global-nav-jp{font-size:1.375rem}}.global-nav-en{font-family:"Bellefair",serif;font-size:.875rem;font-weight:400;line-height:1;letter-spacing:.014em}@media print,screen and (min-width: 1024px){.global-nav-en{font-size:1.25rem}}.global-nav-contact{display:flex;flex-direction:column;gap:15px;width:88%}@media print,screen and (min-width: 1024px){.global-nav-contact{flex-direction:row;align-items:stretch;width:854px}}.global-nav-tel-btn{background:#fff;min-height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#1e1e1e;flex:1;transition:opacity .3s}.global-nav-tel-btn:hover{opacity:.6}.global-nav-tel-num{font-family:"Bellefair",serif;font-size:2rem;letter-spacing:.01em;line-height:1}@media print,screen and (min-width: 1024px){.global-nav-tel-num{font-size:2.5rem;letter-spacing:.01em}}.global-nav-tel-hours{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;letter-spacing:.05em;line-height:1}.global-nav-contact-btn{background:#1e1e1e;min-height:88px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;flex:1;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.05em;line-height:2;transition:opacity .3s}.global-nav-contact-btn:hover{opacity:.6}.global-nav-contact-btn svg{flex-shrink:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:#1e1e1e;color:#fff;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;line-height:2;letter-spacing:.05em;padding:19px 79px;text-decoration:none;white-space:nowrap;width:100%;transition:opacity .3s ease}.btn-primary:hover{opacity:.6}@media print,screen and (min-width: 1024px){.btn-primary{width:260px}}.global-nav-sns{position:absolute;left:35px;top:159px;display:flex;flex-direction:column;gap:15px}@media print,screen and (min-width: 1024px){.global-nav-sns{display:none}}.global-nav-sns a{display:block;transition:opacity .3s}.global-nav-sns a:hover{opacity:.6}.global-nav-sns img{width:20px;height:20px;display:block;filter:invert(1)}.site-footer{background:#f7e8e5;padding:120px 0;display:flex;flex-direction:column;align-items:center;gap:83px}@media print,screen and (min-width: 1024px){.site-footer{gap:131px}}.footer-contact{width:88%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:31px}@media print,screen and (min-width: 1024px){.footer-contact{max-width:854px}}.footer-h2{display:flex;flex-direction:column;align-items:center;gap:19px}.footer-h2__en{font-family:"Bellefair",serif;font-weight:400;font-size:4rem;letter-spacing:.01em;line-height:1;color:#1e1e1e}.footer-h2__ja{font-size:1rem;font-weight:700;letter-spacing:.05em;line-height:1;color:#000;border-top:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e;padding:10px 20px}.footer-lead{font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#000;text-align:center}.footer-contact-btns{display:flex;flex-direction:column;gap:15px;width:100%}@media print,screen and (min-width: 1024px){.footer-contact-btns{flex-direction:row;align-items:stretch}}.footer-btn-tel{flex:1;background:#fff;min-height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#000;text-decoration:none;transition:opacity .3s}.footer-btn-tel:hover{opacity:.6}.footer-btn-tel__num{font-family:"Bellefair",serif;font-weight:400;font-size:2rem;letter-spacing:.01em;line-height:1}@media print,screen and (min-width: 1024px){.footer-btn-tel__num{font-size:2.5rem;letter-spacing:.01em}}.footer-btn-tel__hours{font-size:.875rem;font-weight:400;letter-spacing:.05em;line-height:1}.footer-btn-contact{flex:1;background:#1e1e1e;min-height:88px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;text-decoration:none;font-size:.875rem;font-weight:700;letter-spacing:.05em;line-height:2;transition:opacity .3s}.footer-btn-contact:hover{opacity:.6}.footer-bottom{width:88%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:35px}@media print,screen and (min-width: 1024px){.footer-bottom{max-width:430px}}.footer-logo{width:193px;height:165px}.footer-logo a{display:block;width:100%;height:100%;transition:opacity .3s}.footer-logo a:hover{opacity:.6}.footer-logo img{width:100%;height:100%;object-fit:contain}.footer-address{font-style:normal;font-size:.875rem;font-weight:400;letter-spacing:.05em;color:#000;text-align:center}.footer-copy{font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#000;text-align:center}[data-anim=fade-up]{opacity:0;transform:translateY(16px);transition:opacity .5s ease-out,transform .5s ease-out}[data-anim=fade-up].is-animated{opacity:1;transform:translateY(0)}[data-anim=zoom-in]{transform:scale(0);transition:transform .55s cubic-bezier(0.16, 1, 0.3, 1)}[data-anim=zoom-in].is-animated{transform:scale(1)}[data-anim=clip-left]{clip-path:inset(0 100% 0 0);transition:clip-path .55s cubic-bezier(0.16, 1, 0.3, 1)}[data-anim=clip-left].is-animated{clip-path:inset(0 0% 0 0)}[data-anim=clip-right]{clip-path:inset(0 0 0 100%);transition:clip-path .55s cubic-bezier(0.16, 1, 0.3, 1)}[data-anim=clip-right].is-animated{clip-path:inset(0 0 0 0%)}.page-hero{position:absolute;inset:0}.page-hero__img-wrap{width:100%;height:100%;overflow:hidden}.page-hero__img{width:100%;height:100%;object-fit:cover;opacity:0;scale:1.2;transition:opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,scale 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s}.page-hero__img.loaded{opacity:1;scale:1}.mv{position:relative;width:100%;height:600px;overflow:hidden;background:#fff}@media print,screen and (min-width: 1024px){.mv{height:100svh;min-height:750px}}.mv-img-wrap{position:absolute;inset:0;z-index:2;clip-path:inset(0 0 0 100%);transition:clip-path 1s cubic-bezier(0.6, 0, 0, 1)}.mv-img-wrap.is-visible{clip-path:inset(0 0 0 0%)}@media print,screen and (min-width: 1024px){.mv-img-wrap{z-index:1}}.mv-img{width:100%;height:100%;object-fit:cover;object-position:center center}.mv-copy{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:row;align-items:flex-start;gap:20px;z-index:1}@media print,screen and (min-width: 1024px){.mv-copy{position:absolute;display:block;top:225px;right:205px;left:auto;transform:none;width:195px;height:389px;z-index:10}}.mv-copy-left,.mv-copy-right{filter:invert(1);clip-path:inset(0 0 100% 0);transition:clip-path .9s cubic-bezier(0.16, 1, 0.3, 1),filter .45s ease}.mv-copy-left.is-visible,.mv-copy-right.is-visible{clip-path:inset(0 0 0% 0)}.mv-copy.is-white .mv-copy-left,.mv-copy.is-white .mv-copy-right{filter:none}.mv-copy-left{height:153px;width:auto}@media print,screen and (min-width: 1024px){.mv-copy-left{position:absolute;left:6px;top:0;width:67px;height:278px}}.mv-copy-right{height:213px;width:auto}@media print,screen and (min-width: 1024px){.mv-copy-right{position:absolute;left:129px;top:0;width:66px;height:388px}}.sec-about{position:relative;padding-top:31px}@media print,screen and (min-width: 1024px){.sec-about{padding-top:95px}}.about{width:88%;margin:0 auto;display:flex;flex-direction:column;gap:48px;position:relative;z-index:1}@media print,screen and (min-width: 1024px){.about{flex-direction:row;align-items:flex-end;justify-content:space-between;max-width:1100px;gap:0}}.about__map{width:100%}.about__map img{width:100%;height:auto}@media print,screen and (min-width: 1024px){.about__map{flex:0 0 65%}}.about__txt{display:flex;flex-direction:column;gap:45px;width:100%}@media print,screen and (min-width: 1024px){.about__txt{flex:0 0 28%}}.about__body{font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e}.txt-itano{position:absolute;font-family:"Bellefair",serif;font-style:normal;color:rgba(0,0,0,0);-webkit-text-stroke:1px #bebebe;line-height:1;white-space:nowrap;pointer-events:none;z-index:2;font-size:28vw;letter-spacing:.01em;left:5.3vw;top:calc(66.7vw - 39px)}@media print,screen and (min-width: 1024px){.txt-itano{font-size:min(17.4vw,300px);letter-spacing:.01em;left:250px;top:-100px}}.photo1{position:relative;z-index:1;width:100%;margin-top:60px}@media print,screen and (min-width: 1024px){.photo1{height:51.16vw;margin-top:74px}}.photo1__top3{overflow:hidden;width:100%;aspect-ratio:817/545}.photo1__top3 img{width:100%;height:100%;object-fit:cover;object-position:center}@media print,screen and (min-width: 1024px){.photo1__top3{position:absolute;left:52.7%;top:0;width:47.3%}}.photo1__row{display:flex;align-items:flex-start;margin-top:calc(28vw - 20px)}@media print,screen and (min-width: 1024px){.photo1__row{display:contents}}.photo1__top2{flex:0 0 45.8%;margin-left:7.9%;margin-top:6.4%;aspect-ratio:398/597;overflow:hidden}.photo1__top2 img{width:100%;height:100%;object-fit:cover;object-position:center}@media print,screen and (min-width: 1024px){.photo1__top2{position:absolute;flex:none;margin-left:0;margin-top:0;left:6.9%;top:32.46%;width:23%;aspect-ratio:398/597}}.photo1__top1{flex:0 0 37.4%;margin-left:8.9%;aspect-ratio:1;overflow:hidden}.photo1__top1 img{width:100%;height:100%;object-fit:cover;object-position:center}@media print,screen and (min-width: 1024px){.photo1__top1{position:absolute;flex:none;margin-left:0;left:41.8%;top:50.23%;width:17.6%;aspect-ratio:1}}.sec-our{position:relative;background:#f7e8e5;overflow:hidden;margin-top:84px;padding-top:84px;padding-bottom:270px}@media print,screen and (min-width: 1024px){.sec-our{margin-top:125px;padding-top:136px;padding-bottom:450px}}.txt-our{position:absolute;top:10px;font-family:"Bellefair",serif;font-style:normal;color:rgba(0,0,0,0);-webkit-text-stroke:1px #bebebe;line-height:1;white-space:nowrap;pointer-events:none;z-index:0;font-size:9.16vw;letter-spacing:.01em;left:calc(50% - 44.1vw)}@media print,screen and (min-width: 1024px){.txt-our{font-size:min(10.42vw,180px);letter-spacing:.01em;left:0;top:13px;z-index:2}}.img-line{position:absolute;left:0;width:100%;z-index:0;pointer-events:none;height:270px;bottom:0}@media print,screen and (min-width: 1024px){.img-line{height:43.5vw;max-height:700px;top:auto;bottom:0}}.our-inner{width:88%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:60px;position:relative;z-index:1}@media print,screen and (min-width: 1024px){.our-inner{flex-direction:row;align-items:flex-start;justify-content:space-between;max-width:1100px;gap:0}}.our__left{display:flex;flex-direction:column;align-items:center;gap:46px;width:100%}@media print,screen and (min-width: 1024px){.our__left{flex:0 0 28%;margin-top:97px}}.our__icon{width:160px;height:264px;flex-shrink:0}.our__icon img{width:100%;height:100%;object-fit:contain}.our__lead{display:flex;flex-direction:column;gap:38px;width:100%}.our__lead-body{font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e}.our__cta-pc{display:none}@media print,screen and (min-width: 1024px){.our__cta-pc{display:flex;width:260px}}.our__cta-sp{width:260px}@media print,screen and (min-width: 1024px){.our__cta-sp{display:none}}.our__right{display:flex;flex-direction:column;gap:63px;width:100%}@media print,screen and (min-width: 1024px){.our__right{flex:0 0 52.4%}}.our__item{display:flex;flex-direction:column;gap:10px}.our__item--beni{gap:18px}@media print,screen and (min-width: 1024px){.our__item{gap:20px}.our__item--beni{gap:18px}}.our__item-img{width:100%;aspect-ratio:576/384;overflow:hidden}.our__item-img img{width:100%;height:100%;object-fit:cover;object-position:center}.our__item-info{display:flex;flex-direction:column;gap:10px}@media print,screen and (min-width: 1024px){.our__item-info{flex-direction:row;align-items:center;gap:64px}}@media print,screen and (min-width: 1024px){.our__item--beni .our__item-info{gap:52px}}.our__item-name{font-size:1.375rem;font-weight:700;line-height:1.5;color:#1e1e1e;white-space:nowrap;flex-shrink:0}.our__item-name--beni{font-size:1.5rem;line-height:1.4;letter-spacing:.05em}.our__item-desc{display:flex;flex-direction:column;gap:10px}@media print,screen and (min-width: 1024px){.our__item-desc{flex:1;flex-direction:row;align-items:center;gap:26px}}.our__item-rule{display:block;background:#1e1e1e;flex-shrink:0;width:100%;height:1px}@media print,screen and (min-width: 1024px){.our__item-rule{width:1px;height:auto;align-self:stretch}}.our__item-body{font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e}@media print,screen and (min-width: 1024px){.our__item-body{flex:1}}.sec-photo2{position:relative;z-index:2;width:100%;height:134.9vw;margin-top:-39px}@media print,screen and (min-width: 1024px){.sec-photo2{height:52.2vw;margin-top:-89px}}.photo2__top4{position:absolute;overflow:hidden;top:0;right:0;width:46.3%;aspect-ratio:182/272}.photo2__top4 img{width:100%;height:100%;object-fit:cover;object-position:center}@media print,screen and (min-width: 1024px){.photo2__top4{right:auto;left:70.3%;width:23%;aspect-ratio:398/597}}.photo2__top5{position:absolute;overflow:hidden;left:18.6%;right:0;top:59.8%;aspect-ratio:300/200}.photo2__top5 img{width:100%;height:100%;object-fit:cover;object-position:center}@media print,screen and (min-width: 1024px){.photo2__top5{right:auto;left:13%;width:47.3%;top:20.4%;aspect-ratio:817/545}}.photo2__top6{position:absolute;overflow:hidden;left:0;top:40.9%;width:36.9%;aspect-ratio:1}.photo2__top6 img{width:100%;height:100%;object-fit:cover;object-position:center}@media print,screen and (min-width: 1024px){.photo2__top6{top:66.2%;width:17.6%;aspect-ratio:1}}.sec-news{padding-top:60px;padding-bottom:80px;margin-top:60px;display:flex;flex-direction:column;align-items:center;gap:60px}@media print,screen and (min-width: 1024px){.sec-news{padding-top:80px;padding-bottom:120px;margin-top:80px;gap:70px}}.h2-news{display:flex;flex-direction:column;align-items:center;gap:19px}.h2-news__en{font-family:"Bellefair",serif;font-weight:400;font-style:normal;font-size:3rem;letter-spacing:.01em;line-height:1;color:#1e1e1e}@media print,screen and (min-width: 1024px){.h2-news__en{font-size:4rem;letter-spacing:.01em}}.h2-news__ja{font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:700;letter-spacing:.05em;line-height:1;color:#000;border-top:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e;padding:10px 20px}.news-list{width:88%;margin:0 auto;list-style:none;display:flex;flex-direction:column;gap:56px}@media print,screen and (min-width: 1024px){.news-list{flex-direction:row;align-items:stretch;max-width:1500px}}.news-item{flex:1;border:1px solid #1e1e1e}.news-item>a{display:flex;flex-direction:column;gap:15px;padding:30px;height:100%;text-decoration:none;color:inherit;transition:opacity .3s}.news-item>a:hover{opacity:.6}.news-item__img{width:100%;aspect-ratio:400/300;overflow:hidden;flex-shrink:0}.news-item__img img{width:100%;height:100%;object-fit:cover;object-position:center}.news-item__img--placeholder{background:#f0f0f0;display:flex;align-items:center;justify-content:center}.news-item__img--placeholder img{width:60%;height:auto;object-fit:contain}.news-item__date{border-left:2px solid #000;padding:10px 20px;display:inline-flex;align-items:center;flex-shrink:0}.news-item__date time{font-family:"Bellefair",serif;font-size:1.25rem;letter-spacing:.01em;line-height:1;color:#1e1e1e}.news-item__title{font-size:1.375rem;font-weight:700;line-height:1.5;color:#000}.news-item__body{font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#000;flex:1}.news-item__arrow{display:flex;justify-content:flex-end;flex-shrink:0}.news-readmore{width:280px}.news-readmore .btn-primary{width:100%}.sec-about-mv{position:relative;width:100%;height:60vw;min-height:300px}@media print,screen and (min-width: 1024px){.sec-about-mv{height:40.5vw;min-height:480px}}.sec-about-mv .page-hero__img{object-position:center 30%}.about-mv__h2{position:absolute;bottom:-2.3rem;left:0;right:0;text-align:center;white-space:nowrap;z-index:10}@media print,screen and (min-width: 1024px){.about-mv__h2{left:auto;right:8.68%}}.about-mv__h2-en{display:block;font-family:"Bellefair",serif;font-weight:400;color:#fff;line-height:1;letter-spacing:.01em;font-size:15vw}@media print,screen and (min-width: 1024px){.about-mv__h2-en{font-size:5.56vw}}.about-mv__h2-ja{display:block;font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:1.375rem;color:#1e1e1e;line-height:1}.sec-about-message{padding:100px 0 60px}@media print,screen and (min-width: 1024px){.sec-about-message{padding:150px 0}}.about-message{width:88%;margin:0 auto;display:flex;flex-direction:column;gap:48px}@media print,screen and (min-width: 1024px){.about-message{flex-direction:row;align-items:center;gap:66px;max-width:1100px}}.about-message__img{width:100%;aspect-ratio:1;overflow:hidden;flex-shrink:0}@media print,screen and (min-width: 1024px){.about-message__img{flex:1}}.about-message__img img{width:100%;height:100%;object-fit:cover;object-position:center}.about-message__txt{display:flex;flex-direction:column;gap:16px;width:100%}@media print,screen and (min-width: 1024px){.about-message__txt{flex:0 0 40%;width:auto}}.about-message__heading{font-family:"Noto Sans JP",sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5;color:#1e1e1e}.about-message__body{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e}.sec-about-staff{width:100%;overflow:hidden;height:56vw;min-height:240px}@media print,screen and (min-width: 1024px){.sec-about-staff{height:45.25vw;min-height:460px}}.about-staff__img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.sec-buy{position:relative;padding:0 0 80px;overflow:hidden}@media print,screen and (min-width: 1024px){.sec-buy{padding-bottom:100px}}.txt-buy{position:relative;font-family:"Bellefair",serif;font-weight:400;color:rgba(0,0,0,0);-webkit-text-stroke:1px #bebebe;white-space:nowrap;pointer-events:none;line-height:1;font-size:13vw;text-align:center}@media print,screen and (min-width: 1024px){.txt-buy{font-size:min(11.57vw,200px)}}.buy-grid{position:relative;z-index:1;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media print,screen and (min-width: 1024px){.buy-grid{width:88%;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;row-gap:80px;max-width:1196px}}.buy-intro{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#000;padding:0 6%}@media print,screen and (min-width: 1024px){.buy-intro{padding:0;flex:0 0 29.27%}}.buy-item{display:flex;flex-direction:column;gap:12px}@media print,screen and (min-width: 1024px){.buy-item{flex:0 0 29.27%}}.buy-item__name,.buy-item__body,.buy-item__links,.buy-item__btn{padding:0 6%}@media print,screen and (min-width: 1024px){.buy-item__name,.buy-item__body,.buy-item__links,.buy-item__btn{padding:0}}.buy-item__img{width:100%;aspect-ratio:405/302;overflow:hidden}.buy-item__img img{width:100%;height:100%;object-fit:cover;object-position:center}.buy-item__name{font-family:"Noto Sans JP",sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5;color:#000}.buy-item__body{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e}.buy-item__links{list-style:none;display:flex;flex-direction:column;gap:0}.buy-item__link{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;line-height:2;letter-spacing:.05em;color:#cf1225;text-decoration:underline;text-underline-offset:2px;transition:opacity .3s}.buy-item__link:hover{opacity:.6}.buy-item__btn{margin-top:4px}.sec-community{position:relative;background:#f7e8e5;overflow:hidden;padding:60px 0 80px}@media print,screen and (min-width: 1024px){.sec-community{height:65vw;padding:0}}.txt-community{position:absolute;top:5px;left:0;font-family:"Bellefair",serif;font-weight:400;color:rgba(0,0,0,0);-webkit-text-stroke:1px #bebebe;white-space:nowrap;pointer-events:none;line-height:1;z-index:0;font-size:15.5vw}@media print,screen and (min-width: 1024px){.txt-community{font-size:min(11.57vw,200px);left:calc(50% - 36.2vw);top:.3vw}}.community-content{position:relative;z-index:2;width:88%;margin:0 auto;display:flex;flex-direction:column;gap:12px}@media print,screen and (min-width: 1024px){.community-content{position:absolute;left:54vw;top:7.1vw;width:30vw;margin:0}}.community-content__title{font-family:"Noto Sans JP",sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5;color:#000}@media print,screen and (min-width: 1024px){.community-content__title{margin-bottom:4px}}.community-content__body{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e}.community-imgs{display:none}@media print,screen and (min-width: 1024px){.community-imgs{display:block;position:absolute;inset:0;pointer-events:none}}.community-imgs__item{position:absolute;overflow:hidden}.community-imgs__item img{width:100%;height:100%;object-fit:cover;object-position:center}.community-imgs__item--1{left:0;top:27.1vw;width:30.5vw;aspect-ratio:527/395}.community-imgs__item--2{left:27.4vw;top:18.9vw;width:17.6vw;aspect-ratio:304/228}.community-imgs__item--3{left:33.9vw;top:38.8vw;width:17vw;aspect-ratio:1}.community-imgs__item--4{left:54vw;top:29.1vw;width:13.8vw;aspect-ratio:1}.community-imgs__item--5{right:0;top:31.4vw;width:26.4vw;aspect-ratio:456/342}.community-imgs__item--6{left:61.3vw;top:45.8vw;width:17.8vw;aspect-ratio:308/231}.community-slider{overflow:hidden;width:100%;margin-top:40px}@media print,screen and (min-width: 1024px){.community-slider{display:none}}.community__track{display:flex;gap:0;will-change:transform}.community__slide{flex-shrink:0;width:52vw;max-width:240px;aspect-ratio:4/3;overflow:hidden}.community__slide img{width:100%;height:100%;object-fit:cover;object-position:center}.sec-products-mv{position:relative;height:60vw;min-height:300px}@media print,screen and (min-width: 1024px){.sec-products-mv{height:40.5vw;min-height:480px}}.sec-products-mv .page-hero__img{object-position:center 40%}.products-mv__h2{position:absolute;bottom:-2.3rem;left:0;right:0;text-align:center;white-space:nowrap;z-index:10}@media print,screen and (min-width: 1024px){.products-mv__h2{left:auto;right:8.68%}}.products-mv__h2-en{display:block;font-family:"Bellefair",serif;font-weight:400;color:#fff;line-height:1;letter-spacing:.01em;font-size:12vw}@media print,screen and (min-width: 1024px){.products-mv__h2-en{font-size:5.56vw}}.products-mv__h2-ja{display:block;font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:1.375rem;color:#1e1e1e;line-height:1}.sec-fresh-box{position:relative;padding:60px 0}@media print,screen and (min-width: 768px){.sec-fresh-box{padding:80px 0}}.txt-fresh-box{display:block;font-family:"Bellefair",serif;font-weight:400;color:rgba(0,0,0,0);-webkit-text-stroke:1px #bebebe;pointer-events:none;line-height:1.1;font-size:13vw;width:88%;margin:0 auto 24px}@media print,screen and (min-width: 768px){.txt-fresh-box{position:absolute;left:48.8vw;top:15.8vw;font-size:min(5.56vw,96px);white-space:nowrap;line-height:1;width:auto;margin:0;z-index:1}}.fresh-box__inner{width:88%;margin:0 auto;max-width:1100px;display:flex;flex-direction:column;gap:24px}@media print,screen and (min-width: 768px){.fresh-box__inner{display:grid;grid-template-columns:55% 1fr;gap:0 5vw}}.fresh-box__info{order:-2}.fresh-box__img1{order:-1}.fresh-box__icon-ichigo{order:0}.fresh-box__img2{order:1}.fresh-box__icon-hanko{order:2}@media print,screen and (min-width: 768px){.fresh-box__img1{grid-column:1;grid-row:1;order:0}.fresh-box__icon-ichigo{grid-column:1;grid-row:2;order:0}.fresh-box__info{grid-column:1;grid-row:3;order:0;margin:0 0 0 120px}.fresh-box__img2{grid-column:2;grid-row:2/4;order:0;align-self:start}.fresh-box__icon-hanko{grid-column:2;grid-row:4;order:0}}.fresh-box__img1{width:100%;overflow:hidden}.fresh-box__img1 img{width:100%;aspect-ratio:637/477;object-fit:cover;object-position:center;display:block}.fresh-box__img2{width:100%;overflow:hidden}.fresh-box__img2 img{width:100%;aspect-ratio:447/335;object-fit:cover;object-position:center;display:block}.fresh-box__info{display:flex;flex-direction:column;gap:7px}.fresh-box__info-name{font-family:"Noto Sans JP",sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5;color:#000}.fresh-box__info-body{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e}.fresh-box__icon-ichigo{display:block;width:12vw;max-width:82px;height:auto;position:relative;z-index:1;margin-top:-10vw}@media print,screen and (min-width: 768px){.fresh-box__icon-ichigo{width:4.7vw;max-width:82px;margin-top:-2.5vw;justify-self:start}}.fresh-box__icon-hanko{display:block;width:12vw;max-width:87px;height:auto;position:relative;z-index:1;margin-top:-10vw;margin-right:20px;align-self:flex-end}@media print,screen and (min-width: 768px){.fresh-box__icon-hanko{width:5vw;max-width:87px;margin-top:-2.5vw;margin-right:-20px;justify-self:end;align-self:end}}.sec-fruit-candy{padding:60px 0}@media print,screen and (min-width: 768px){.sec-fruit-candy{padding:80px 0}}.fruit-candy__head{width:88%;margin:0 auto;display:flex;flex-direction:column;gap:24px}@media print,screen and (min-width: 768px){.fruit-candy__head{flex-direction:row;align-items:center;gap:64px;max-width:1066px;justify-content:space-between}}.txt-fruit-candy{font-family:"Bellefair",serif;font-weight:400;color:rgba(0,0,0,0);-webkit-text-stroke:1px #bebebe;white-space:nowrap;pointer-events:none;line-height:1;font-size:13vw}@media print,screen and (min-width: 768px){.txt-fruit-candy{font-size:min(5.56vw,96px);flex-shrink:0}}.fruit-candy__info{display:flex;flex-direction:column;gap:7px}@media print,screen and (min-width: 768px){.fruit-candy__info{flex:0 0 45%}}.fruit-candy__info-name{font-family:"Noto Sans JP",sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5;color:#1e1e1e}.fruit-candy__info-body{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e}.candy-list{display:flex;flex-wrap:wrap;width:88%;margin:40px auto 0}@media print,screen and (min-width: 768px){.candy-list{flex-wrap:nowrap;gap:15px;margin-top:60px;max-width:1370px}}.candy-list__item{overflow:hidden}.candy-list__item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.candy-list__item--2{order:-1;width:100%;aspect-ratio:445/334}.candy-list__item--1,.candy-list__item--3{width:50%;aspect-ratio:4/3}@media print,screen and (min-width: 768px){.candy-list__item--1,.candy-list__item--2,.candy-list__item--3{flex:1;width:auto;order:0;aspect-ratio:444/333}}.sec-commitment{position:relative;background:#f7e8e5;overflow:hidden;padding-top:14.7vw;padding-bottom:8vw}.txt-commitment{position:absolute;font-family:"Bellefair",serif;font-weight:400;color:rgba(0,0,0,0);-webkit-text-stroke:1px #bebebe;white-space:nowrap;pointer-events:none;line-height:1;z-index:0;font-size:10vw;top:5px;left:0}@media print,screen and (min-width: 1024px){.txt-commitment{font-size:min(9.26vw,160px);left:calc(50% - 43.2vw);top:2vw}}.commitment-h2{position:relative;z-index:1;width:88%;max-width:562px;margin:0 auto 5vw}.commitment-h2 img{width:100%;height:auto;display:block}@media print,screen and (min-width: 1024px){.commitment-h2{margin-bottom:4.8vw}}.commitment-point{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px;width:88%;margin:0 auto 60px}.commitment-point:last-of-type{margin-bottom:0}@media print,screen and (min-width: 1024px){.commitment-point{flex-direction:row;align-items:center;gap:43px;margin-bottom:5vw}}@media print,screen and (min-width: 1024px){.commitment-point--1{width:100%;max-width:none}.commitment-point--1 .commitment-point__img{flex:0 0 60.5vw}.commitment-point--1 .commitment-point__txt{flex:0 0 23.6vw;padding-right:2vw}}@media print,screen and (min-width: 1024px){.commitment-point--2,.commitment-point--3{max-width:1100px}.commitment-point--2 .commitment-point__img,.commitment-point--3 .commitment-point__img{flex:0 0 50.2%}.commitment-point--2 .commitment-point__txt,.commitment-point--3 .commitment-point__txt{flex:1}}.commitment-point--2 .commitment-point__img{order:-1}@media print,screen and (min-width: 1024px){.commitment-point--2 .commitment-point__img{order:1}.commitment-point--2 .commitment-point__txt{order:0}}.commitment-point--1 .commitment-point__img img{aspect-ratio:554/415}@media print,screen and (min-width: 1024px){.commitment-point--1 .commitment-point__img img{aspect-ratio:1046/484}}.commitment-point__img{width:100%;overflow:hidden}.commitment-point__img img{width:100%;aspect-ratio:554/415;object-fit:cover;object-position:center;display:block}.commitment-point__txt{display:flex;flex-direction:column;gap:10px}.commitment-point__num{display:flex;align-items:center;gap:15px;margin-bottom:19px}.commitment-point__label{font-family:"Bellefair",serif;font-weight:400;font-size:2rem;line-height:1;letter-spacing:.01em}.commitment-point__dash{display:block;width:50px;height:1px;background:#000;flex-shrink:0}.commitment-point__figure{font-family:"Bellefair",serif;font-weight:400;font-size:6rem;line-height:1;letter-spacing:.01em}.commitment-point__title{font-family:"Noto Sans JP",sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5;color:#000}.commitment-point__body{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#000}.sec-contact-mv{position:relative;height:60vw;min-height:300px}@media print,screen and (min-width: 1024px){.sec-contact-mv{height:40.5vw;min-height:480px}}.sec-contact-mv .page-hero__img{object-position:center 60%}.contact-mv__h2{position:absolute;bottom:-2.3rem;left:0;right:0;text-align:center;white-space:nowrap;z-index:10}@media print,screen and (min-width: 1024px){.contact-mv__h2{left:auto;right:7.18%}}.contact-mv__h2-en{display:block;font-family:"Bellefair",serif;font-weight:400;color:#fff;line-height:1;letter-spacing:.01em;font-size:12vw}@media print,screen and (min-width: 1024px){.contact-mv__h2-en{font-size:5.56vw}}.contact-mv__h2-ja{display:block;font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:1.375rem;color:#1e1e1e;line-height:1}.sec-contact-form{padding:80px 0 100px}@media print,screen and (min-width: 1024px){.sec-contact-form{padding:100px 0 120px}}.contact-form__inner{width:88%;margin:0 auto;max-width:732px}.contact-form__note{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#000;margin-bottom:24px}.contact-form__note-mark{color:#cf1225}.form-row{display:flex;flex-direction:column;border-bottom:1px solid silver;padding:18px 0}@media print,screen and (min-width: 1024px){.form-row--top{align-items:flex-start}.form-row--top .form-label{padding-top:13px}}@media print,screen and (min-width: 1024px){.form-row{flex-direction:row;align-items:center;padding:22px 0}}.form-label{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e;margin-bottom:8px;flex-shrink:0}@media print,screen and (min-width: 1024px){.form-label{flex:0 0 200px;margin-bottom:0}}.form-required{color:#cf1225}.form-field{width:100%}@media print,screen and (min-width: 1024px){.form-field{flex:1}}.form-input,.form-select{width:100%;height:50px;background:#f0f0f0;border:none;padding:0 14px;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#1e1e1e;appearance:none;-webkit-appearance:none}.form-input:focus,.form-select:focus{outline:2px solid #999;outline-offset:0}.form-select{background-color:#fff;border:1px solid #ccc;background-image:linear-gradient(to bottom, #ccc, #ccc),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpolygon points='0,0 10,0 5,6' fill='%23555'/%3E%3C/svg%3E");background-size:1px 60%,10px 6px;background-position:calc(100% - 40px) center,calc(100% - 18px) center;background-repeat:no-repeat;padding-right:52px;cursor:pointer}.form-textarea{width:100%;height:227px;background:#f0f0f0;border:none;padding:14px;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#1e1e1e;resize:vertical}.form-textarea:focus{outline:2px solid #999;outline-offset:0}.form-name-group{display:flex;gap:16px}.form-name-item{flex:1;display:flex;flex-direction:column;gap:4px}.form-sub-label{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;color:#666}.form-input--zip{max-width:200px}.form-field--pref .form-select{max-width:280px}.contact-form__privacy{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#000;margin-top:40px}.contact-form__submit-wrap{display:flex;justify-content:center;margin-top:48px}.contact-form__submit{width:280px}.sec-thanks{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 0 120px}.thanks__title{font-family:"Bellefair",serif;font-weight:400;font-size:3rem;line-height:1;letter-spacing:.05em;color:#1e1e1e;margin-bottom:32px}@media print,screen and (min-width: 1024px){.thanks__title{font-size:4rem}}.thanks__body{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#1e1e1e;width:88%;margin:0 auto 48px;text-align:left}@media print,screen and (min-width: 768px){.thanks__body{text-align:center}}.thanks__back{width:280px}.page-contact ul#mfp_phase_stat{display:flex;justify-content:center;align-items:center;padding:32px 0 48px}.page-contact ul#mfp_phase_stat li{font-family:"Noto Sans JP",sans-serif;font-size:.8125rem;border-radius:0;letter-spacing:.05em}.page-contact ul#mfp_phase_stat li.mfp_active_phase{background-color:#1e1e1e;background-image:none;border-color:#1e1e1e;box-shadow:none;text-shadow:none;color:#fff;font-weight:700}.page-contact ul#mfp_phase_stat li.mfp_inactive_phase{background-color:rgba(0,0,0,0);background-image:none;border-color:silver;box-shadow:none;color:silver}.page-contact ul#mfp_phase_stat li.mfp_phase_arrow{color:silver;padding-left:0;padding-right:0}.page-contact div#mfp_phase_confirm h4{font-family:"Bellefair",serif;font-weight:400;font-size:2rem;color:#1e1e1e;margin-bottom:32px}@media print,screen and (min-width: 1024px){.page-contact div#mfp_phase_confirm h4{font-size:2.5rem;margin:40px 0 50px}}.page-contact table#mfp_confirm_table tr.mfp_colored,.page-contact table#mfp_confirm_table tr.mfp_achroma{border-bottom-color:silver}.page-contact table#mfp_confirm_table tr th,.page-contact table#mfp_confirm_table tr td{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#1e1e1e}.page-contact table#mfp_confirm_table tr th{font-weight:700}.page-contact div.mfp_buttons{display:flex;flex-direction:column;align-items:center;gap:16px;width:88%;max-width:500px;padding:48px 0 80px;margin:0 auto}@media print,screen and (min-width: 768px){.page-contact div.mfp_buttons{flex-direction:row-reverse;justify-content:center;gap:24px}}.page-contact .mfp_element_submit,.page-contact .mfp_element_reset,.page-contact .mfp_element_button,.page-contact button.mfp_next,.page-contact button.mfp_prev{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;letter-spacing:.1em;height:56px;line-height:56px;padding:0;border-radius:0;transition:opacity .3s ease;display:block;width:100%;max-width:280px;margin:0 auto;float:none}@media print,screen and (min-width: 768px){.page-contact .mfp_element_submit,.page-contact .mfp_element_reset,.page-contact .mfp_element_button,.page-contact button.mfp_next,.page-contact button.mfp_prev{width:200px;margin:0}}.page-contact .mfp_element_submit,.page-contact button.mfp_next,.page-contact #mfp_button_send{background-color:#1e1e1e;color:#fff}.page-contact .mfp_element_submit:hover,.page-contact button.mfp_next:hover,.page-contact #mfp_button_send:hover{background-color:#1e1e1e;opacity:.6}.page-contact .mfp_element_reset,.page-contact button.mfp_prev,.page-contact #mfp_button_cancel{background-color:#999;background-image:none;color:#fff;border:none}.page-contact .mfp_element_reset:hover,.page-contact button.mfp_prev:hover,.page-contact #mfp_button_cancel:hover{background-color:#999;opacity:.6}.page-contact .must{background-image:none;background-color:#cf1225;border-color:#cf1225;text-shadow:none;box-shadow:none;border-radius:2px;font-size:.6875rem}.page-contact .optionally{background-image:none;background-color:#888;border-color:#888;text-shadow:none;box-shadow:none;border-radius:2px;font-size:.6875rem}.page-contact div.mfp_err{background-image:none;color:#cf1225;padding-left:0;font-size:.75rem}.page-contact .mfp_parent_error{border-color:#cf1225}.page-contact div#mfp_error,.page-contact div#mfp_warning{background-color:#fff0f0;border-color:#cf1225}.page-contact div#mfp_error p strong,.page-contact div#mfp_warning p strong{color:#cf1225}.sec-news-mv{position:relative;width:100%;height:60vw;min-height:300px}@media print,screen and (min-width: 1024px){.sec-news-mv{height:40.5vw;min-height:480px}}.news-mv__h2{position:absolute;bottom:-2.3rem;left:0;right:0;text-align:center;white-space:nowrap;z-index:10}@media print,screen and (min-width: 1024px){.news-mv__h2{left:auto;right:7.8%}}.news-mv__h2-en{display:block;font-family:"Bellefair",serif;font-weight:400;color:#fff;line-height:1;letter-spacing:.01em;font-size:12vw}@media print,screen and (min-width: 1024px){.news-mv__h2-en{font-size:5.56vw}}.news-mv__h2-ja{display:block;font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:1.375rem;color:#1e1e1e;line-height:1}.news-container{width:88%;max-width:1106px;margin:0 auto;padding:60px 0 120px}@media print,screen and (min-width: 1024px){.news-container{padding:120px 0 160px}}.news-layout{display:flex;flex-direction:column;gap:60px}@media print,screen and (min-width: 1024px){.news-layout{flex-direction:row;align-items:flex-start;gap:9.4%}}.news-main{width:100%}@media print,screen and (min-width: 1024px){.news-main{flex:0 0 63.3%}}.news-article{display:flex;flex-direction:column;gap:15px;padding:40px 0}.news-article+.news-article{border-top:1px solid #ccc}.news-article__day{display:inline-flex;align-items:center;border-left:2px solid #1e1e1e;padding:10px 20px}.news-article__day time{font-family:"Bellefair",serif;font-weight:400;font-size:1.25rem;color:#1e1e1e;letter-spacing:.01em;line-height:1}.news-article__title{font-size:1.375rem;font-weight:700;line-height:1.5;color:#1e1e1e}.news-article__title a{color:inherit;transition:opacity .3s}.news-article__title a:hover{opacity:.6}.news-article__title--single{font-size:1.375rem;margin-bottom:10px}.news-article__thumb{aspect-ratio:4/3;overflow:hidden}.news-article__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s}.news-article__thumb a{display:block;height:100%}.news-article__thumb a:hover img{opacity:.85}.news-article__readmore{margin-top:5px}.news-single{padding-bottom:40px;border-bottom:1px solid #ccc}.news-article__body{font-size:.875rem;font-weight:400;line-height:2;letter-spacing:.05em;color:#000}.news-article__body p{margin-bottom:1.5em}.news-article__body img{max-width:100%;height:auto;display:block;margin:20px 0}.news-article__body h2{font-size:1.25rem;font-weight:700;margin:1.5em 0 .5em}.news-article__body h3{font-size:1.125rem;font-weight:700;margin:1.5em 0 .5em}.news-article__body a{color:#cf1225;text-decoration:underline;transition:opacity .3s}.news-article__body a:hover{opacity:.7}.news-back{margin-top:60px;display:flex;justify-content:center}.news-pager{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;margin-top:60px}.news-pager .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 8px;border:1px solid #e0e0e0;color:#1e1e1e;font-size:.875rem;font-family:"Bellefair",serif;font-weight:400;line-height:1;text-decoration:none;transition:background .3s,color .3s}.news-pager .page-numbers:hover{background:#1e1e1e;color:#fff}.news-pager .page-numbers.current{background:#1e1e1e;color:#fff}.news-pager .page-numbers.dots{border:none;pointer-events:none}.news-empty{font-size:.875rem;color:#666;padding:40px 0;text-align:center}.news-archive-label{margin-bottom:10px;padding:10px 20px;border-left:2px solid #1e1e1e}.news-archive-label p{font-size:.875rem;font-weight:700;color:#1e1e1e;letter-spacing:.05em;line-height:2}.news-404{display:flex;flex-direction:column;align-items:center;gap:40px;padding:40px 0;text-align:center}.news-404__text{font-size:.875rem;line-height:2;letter-spacing:.05em;color:#000}.news-404__btn{display:flex;justify-content:center}.news-sidebar{width:100%;display:flex;flex-direction:column;gap:40px}@media print,screen and (min-width: 1024px){.news-sidebar{flex:0 0 27.3%}}.news-sidebar-section{display:flex;flex-direction:column}.news-sidebar-heading{background:#1e1e1e;color:#fff;text-align:center;padding:10px;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;line-height:2;letter-spacing:.05em}.news-sidebar-list{list-style:none}.news-sidebar-list li{border-bottom:1px solid #949494}.news-sidebar-list li a{display:block;padding:10px;font-size:.875rem;font-weight:700;color:#cf1225;line-height:2;letter-spacing:.05em;transition:opacity .3s}.news-sidebar-list li a:hover{opacity:.6}.news-sidebar-list li ul{display:none}.news-sidebar-archive select{width:100%;padding:10px 14px;border:1px solid #949494;background:#fff;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#1e1e1e;cursor:pointer;appearance:auto}/*# sourceMappingURL=style.css.map */