@charset "UTF-8";:root{--color-white: #FFF;--color-black: #000;--color-gray: #524B4B;--color-blend-gray: #ADB4B4;--color-footer-bg: #202021;--font-en: "NeueHaasUnicaW1G-Regular", "Neue Haas Unica W1G", "FOT-筑紫ゴシック Pr5 R", "FOT-TsukuGo Pro",sans-serif;--font-ja: "FOT-筑紫ゴシック Pr5 R", "FOT-TsukuGo Pro", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;--font-en-medium: "NeueHaasUnicaW1G-Medium", "Neue Haas Unica W1G", "FOT-筑紫ゴシック Pr5 D", "FOT-TsukuGo Pro",sans-serif;--font-en-light: "NeueHaasUnicaW1G-Light", "Neue Haas Unica W1G", "FOT-筑紫ゴシック Pr5 R", "FOT-TsukuGo Pro",sans-serif;--font-ja-demibold: "FOT-筑紫ゴシック Pr5 D", "FOT-TsukuGo Pro", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;--font-ja-bold: "FOT-筑紫ゴシック Pro B", "FOT-TsukuGo Pro", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;--short-transition-time: .3s;--medium-transition-time: .5s;--long-transition-time: .8s;--fv-transition-time: 1.2s;--slider-transition-duration: 5s;--slider-transition-delay: 1s;--slider-transition-ease: ease-out;--slider-blur-transition-duration: 1s;--slider-blur-transition-delay: .2s;--slider-blur-transition-ease: ease-out;--fade-transform-transition-time: 1.6s;--fade-opacity-transition-time: 3s;--default-ease: ease;--mask-ease: cubic-bezier(.16, 1, .3, 1);--mask-title-ease: cubic-bezier(.55, 0, 1, .45);--fade-ease: cubic-bezier(.35, 1, .7, 1);--default-hover-opacity: .5;--banner-hover-opacity: .85;--width-max: 1280px;--width-min: 1024px;--main-wrapper-z-index: 1;--content-z-index: 2;--header-z-index: 10;--sticky-open-z-index: 5;--slider-z-index: 2;--footer-z-index: 2;--sticky-logo-z-index: 10;--fixed-bg-z-index: -1}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.u-anime.base-anime{opacity:0;transform:translateY(30px)}.u-anime.base-anime.is_anime{opacity:1;transform:translateY(0);transition:opacity var(--fade-opacity-transition-time) var(--fade-ease, ease),transform var(--fade-transform-transition-time) var(--fade-ease, ease)}.u-anime.base-anime-short{opacity:0;transform:translateY(20px)}.u-anime.base-anime-short.is_anime{opacity:1;transform:translateY(0);transition:opacity var(--fade-opacity-transition-time) var(--fade-ease, ease),transform var(--fade-transform-transition-time) var(--fade-ease, ease)}.u-anime.mask_anime{-webkit-mask-image:url(/takanawa/mimure/assets/img/img_mask.webp);mask-image:url(/takanawa/mimure/assets/img/img_mask.webp);-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-size:100% 670%;mask-size:100% 670%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.u-anime.mask_anime.is_anime{transition:mask-position 5s var(--mask-ease, ease);transition-delay:.5s;-webkit-mask-position:0 100%;mask-position:0 100%}.u-anime.mask_text_anime{-webkit-mask-image:url(/takanawa/mimure/assets/img/img_mask_text.webp);mask-image:url(/takanawa/mimure/assets/img/img_mask_text.webp);-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-size:0% 100%;mask-size:0% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.u-anime.mask_text_anime.is_anime{transition:mask-size 2s var(--mask-title-ease, ease);-webkit-mask-size:300% 100%;mask-size:300% 100%}.u-anime.mask_text_anime_vertical{-webkit-mask-image:url(/takanawa/mimure/assets/img/img_mask_text_vertical.webp);mask-image:url(/takanawa/mimure/assets/img/img_mask_text_vertical.webp);-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-size:100% 0%;mask-size:100% 0%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.u-anime.mask_text_anime_vertical.is_anime{transition:mask-size 1.5s var(--mask-title-ease, ease);-webkit-mask-size:100% 300%;mask-size:100% 300%}.u-anime.text-wipe>*{clip-path:inset(0 100% 0 0)}.u-anime.text-wipe.is_anime>*{transition:clip-path var(--long-transition-time) var(--default-ease, ease);clip-path:inset(0 0 0 0)}.header{width:100%;position:fixed;top:0;left:0;z-index:var(--header-z-index);background:transparent;opacity:0;transition:opacity var(--fv-transition-time) var(--default-ease)}.header.is_visible{opacity:1}@media screen and (min-width:920px){.header{padding:18px 30px;height:70px}}@media screen and (max-width:919px){.header{padding:18px 20px;height:60px}}.header__container{display:flex;position:relative;width:100%;justify-content:flex-end;align-items:center}.header__content{display:flex;align-items:center;width:100%}@media screen and (min-width:920px){.header__content{justify-content:flex-end;gap:99px}}@media screen and (max-width:919px){.header__content{justify-content:flex-end;gap:20px}}.header__content-menu{display:flex;align-items:center;transition:opacity var(--medium-transition-time) var(--default-ease),visibility var(--medium-transition-time) var(--default-ease)}@media screen and (min-width:920px){.header__content-menu{justify-content:flex-end;gap:34px}}@media screen and (max-width:919px){.header__content-menu{flex:1 0 0;justify-content:space-between;gap:0}}.header__content-menuItem{color:var(--color-white);font-family:var(--font-ja);font-style:normal;font-weight:500;text-transform:uppercase;transition:opacity var(--medium-transition-time) var(--default-ease),color var(--medium-transition-time) var(--default-ease)}@media screen and (min-width:920px){.header__content-menuItem{font-size:14px;line-height:200%;letter-spacing:1.4px}}@media screen and (max-width:919px){.header__content-menuItem{font-size:12px;line-height:200%;letter-spacing:1.2px}}@media(hover:hover){.header__content-menuItem:hover{opacity:.2}}.header__hamburger{display:flex;align-items:center;justify-content:center;width:32px;height:8px;padding:0;border:0;background:transparent;cursor:pointer;position:relative;transition:opacity var(--medium-transition-time) var(--default-ease)}@media(hover:hover){.header__hamburger:hover{opacity:.2}}.header__hamburgerLine{position:absolute;left:0;width:32px;height:1px;display:block;background:var(--color-white);transition:background var(--medium-transition-time) var(--default-ease)}.header__hamburgerLine--top{top:0}.header__hamburgerLine--bottom{bottom:0}.header__logo{position:absolute;top:50%;left:0;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--medium-transition-time) var(--default-ease),visibility var(--medium-transition-time) var(--default-ease)}@media screen and (min-width:920px){.header__logo{gap:7px}}@media screen and (max-width:919px){.header__logo{gap:7px;width:98px}}@media(hover:hover){.header__logo:hover{opacity:.5}}.header__logo img{transition:filter var(--medium-transition-time) var(--default-ease)}.header__logo-img{height:auto}@media screen and (min-width:920px){.header__logo-img{width:113px}}@media screen and (max-width:919px){.header__logo-img{width:98px}}.header[data-theme=default]{mix-blend-mode:difference}@media screen and (max-width:919px){.header[data-theme=default] .header__content{gap:60px}}@media screen and (max-width:919px){.header[data-theme=default] .header__content-menu{flex:1 0 0;justify-content:space-between}}.header[data-theme=dark]{mix-blend-mode:normal}.header[data-theme=dark] .header__container{justify-content:space-between}.header[data-theme=dark] .header__logo{opacity:1;visibility:visible;pointer-events:auto}@media screen and (max-width:919px){.header[data-theme=dark] .header__content-menu{opacity:0;visibility:hidden;pointer-events:none}}.header[data-theme=dark] .header__content-menuItem{color:var(--color-black)}.header[data-theme=dark] .header__hamburgerLine{background:var(--color-black)}.header[data-theme=light]{mix-blend-mode:normal}.header[data-theme=light] .header__container{justify-content:space-between}.header[data-theme=light] .header__logo{opacity:1;visibility:visible;pointer-events:auto}.header[data-theme=light] .header__logo img{filter:brightness(0) invert(1)}@media screen and (max-width:919px){.header[data-theme=light] .header__content-menu{opacity:0;visibility:hidden;pointer-events:none}}.header[data-theme=shops]{mix-blend-mode:normal}.header[data-theme=shops] .header__container{justify-content:space-between}.header[data-theme=shops] .header__logo{opacity:1;visibility:visible;pointer-events:auto}.header[data-theme=shops] .header__content-menuItem{color:var(--color-black)}.header[data-theme=shops] .header__hamburgerLine{background:var(--color-black)}@media screen and (max-width:919px){.header[data-theme=shops] .header__content-menu{opacity:0;visibility:hidden;pointer-events:none}}:root{--hamburger-z-index: 100}.hamburger-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;-webkit-backdrop-filter:blur(27px);backdrop-filter:blur(27px);z-index:var(--hamburger-z-index);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--medium-transition-time) var(--default-ease),visibility var(--medium-transition-time) var(--default-ease)}.hamburger-overlay.is_open{opacity:1;visibility:visible;pointer-events:auto}.hamburger-menu{position:fixed;top:0;right:0;background:var(--color-white);z-index:calc(var(--hamburger-z-index) + 1);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--medium-transition-time) var(--default-ease),visibility var(--medium-transition-time) var(--default-ease);display:flex;flex-direction:column}@media screen and (min-width:920px){.hamburger-menu{width:467px;height:auto;min-height:100%}}@media screen and (max-width:919px){.hamburger-menu{width:100%;height:100%;overflow-y:auto}}.hamburger-menu.is_open{opacity:1;visibility:visible;pointer-events:auto}.hamburger-menu__close{position:absolute;top:30px;right:20px;width:22px;height:23px;padding:0;border:0;background:transparent;cursor:pointer;transition:opacity var(--medium-transition-time) var(--default-ease)}.hamburger-menu__close img{width:100%;height:100%;display:block}@media(hover:hover){.hamburger-menu__close:hover{opacity:.5}}.hamburger-menu__content{flex:1;overflow-y:auto;padding:100px 69px 88px}@media screen and (max-width:919px){.hamburger-menu__content{padding:100px 68px 64px}}.hamburger-menu__nav{display:flex;flex-direction:column;gap:52px}.hamburger-menu__section{display:flex;flex-direction:column;gap:18px}.hamburger-menu__section-label{font-family:var(--font-en-light);font-size:12px;line-height:1;letter-spacing:1.2px;text-transform:uppercase;color:var(--color-black)}.hamburger-menu__section-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.hamburger-menu__section-item{margin:0;padding:0;position:relative}.hamburger-menu__section-item:before{content:"";position:absolute;top:9px;left:-17px;width:6px;height:6px;aspect-ratio:1/1;border-radius:50%;background:var(--color-black);opacity:0;transition:opacity var(--medium-transition-time) var(--default-ease)}.hamburger-menu__section-item.is_active:before{opacity:1}.hamburger-menu__section-link{font-family:var(--font-en-medium);font-size:16px;line-height:1;letter-spacing:1.6px;text-transform:uppercase;color:var(--color-black);text-decoration:none;transition:opacity var(--medium-transition-time) var(--default-ease)}@media(hover:hover){.hamburger-menu__section-link:hover{opacity:.5}}.hamburger-menu__news{background:var(--color-footer-bg);-webkit-backdrop-filter:blur(52px);backdrop-filter:blur(52px);display:flex;flex-direction:column;gap:18px}@media screen and (min-width:920px){.hamburger-menu__news{padding:70px 68px}}@media screen and (max-width:919px){.hamburger-menu__news{padding:70px 68px}}.hamburger-menu__news-title{font-family:var(--font-en-medium);font-size:24px;line-height:1;text-transform:uppercase;color:var(--color-white)}.hamburger-menu__news-link{display:flex;align-items:flex-end;gap:22px;text-decoration:none;transition:opacity var(--medium-transition-time) var(--default-ease)}@media(hover:hover){.hamburger-menu__news-link:hover{opacity:.5}}.hamburger-menu__news-text{flex:1;font-family:var(--font-ja-demibold);font-size:13px;line-height:1.82;color:var(--color-white);font-feature-settings:"palt"}.hamburger-menu__news-arrow{width:15px;height:18px;flex-shrink:0}body.is_menu-open{overflow:hidden}.footer{background-color:var(--color-footer-bg)}@media screen and (min-width:920px){.footer__inner{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;padding:100px 100px 30px}}@media screen and (max-width:919px){.footer__inner{padding:100px 20px 30px}}.footer__container{display:flex}@media screen and (min-width:920px){.footer__container{flex-direction:column}}@media screen and (max-width:919px){.footer__container{flex-direction:column}}@media screen and (min-width:920px){.footer__container:nth-of-type(1){gap:45px;width:43.982%}}@media screen and (max-width:919px){.footer__container:nth-of-type(1){gap:44px}}@media screen and (min-width:920px){.footer__container:nth-of-type(2){min-width:262px;width:fit-content;margin-right:59px}}@media screen and (max-width:919px){.footer__container:nth-of-type(2){margin-top:79px;gap:7px}}.footer__container:nth-of-type(2) .footer__content:nth-of-type(2){gap:16px}.footer__content{display:flex}@media screen and (min-width:920px){.footer__content{flex-direction:column;width:100%}}@media screen and (max-width:919px){.footer__content{flex-direction:column;width:100%}}@media screen and (min-width:920px){.footer__content:nth-of-type(1) .footer__content-block:nth-of-type(3){margin-top:15px}.footer__content:nth-of-type(1) .footer__content-block:nth-of-type(4){margin-top:24px}}@media screen and (max-width:919px){.footer__content:nth-of-type(1) .footer__content-block:nth-of-type(3){margin-top:12px}.footer__content:nth-of-type(1) .footer__content-block:nth-of-type(4){margin-top:32px}}@media screen and (min-width:920px){.footer__content.link{margin-top:32px}.footer__content.link .footer__content-block{display:flex;flex-direction:column;gap:16px}}@media screen and (max-width:919px){.footer__content.link{margin-top:35px}.footer__content.link .footer__content-block{display:flex;flex-direction:column;gap:18px}}.footer__content.newoman .footer__content-block{flex-shrink:0}@media screen and (min-width:920px){.footer__content.newoman .footer__content-block{width:68.26%;height:auto}}@media screen and (max-width:919px){.footer__content.newoman .footer__content-block{width:48.726%;height:auto}}.footer__content.newoman .footer__content-block img{width:100%;height:auto;aspect-ratio:172/51.69}@media screen and (min-width:920px){.footer__content.newoman{margin-top:auto}}@media screen and (max-width:919px){.footer__content.newoman{margin-top:155px}}.footer__content-title{color:#fff;font-family:var(--font-en-light);font-style:normal;font-weight:350;opacity:.5}@media screen and (min-width:920px){.footer__content-title{font-size:16px;letter-spacing:1.12px;line-height:100%;padding-bottom:24px}}@media screen and (max-width:919px){.footer__content-title{font-size:16px;line-height:100%;letter-spacing:1.12px;padding-bottom:35px}}@media screen and (min-width:920px){.footer__content-block{display:flex;flex-direction:column;gap:8px}}@media screen and (max-width:919px){.footer__content-block{display:flex;flex-direction:column;gap:9px}}.footer__content-blockText{color:#fff;font-feature-settings:"afrc" on;font-family:var(--font-ja);font-style:normal;font-weight:400}.footer__content-blockText .en{font-family:var(--font-en-light);font-weight:350}.footer__content-blockText .ja{font-family:var(--font-ja);font-weight:400}@media screen and (min-width:920px){.footer__content-blockText{font-size:14px;line-height:140%}}@media screen and (max-width:919px){.footer__content-blockText{font-size:14px;line-height:140%}}@media screen and (min-width:920px){.footer__content-blockText p.afrc-off+p.afrc-off{margin-top:4px}}@media screen and (max-width:919px){.footer__content-blockText p.afrc-off+p.afrc-off{margin-top:8px}}.footer__content-blockText.info{color:#fff;font-feature-settings:"afrc" on;font-family:var(--font-ja);font-style:normal;font-weight:400;font-size:12px;line-height:140%}@media screen and (min-width:920px){.footer__content-blockText.info{margin-top:-6px;margin-left:-7px}}@media screen and (max-width:919px){.footer__content-blockText.info{margin-top:-5px;margin-left:-7px}}.footer__content-blockText span{width:fit-content}.footer__content-blockIcon{display:inline-block;margin-right:8px}@media screen and (min-width:920px){.footer__content-blockIcon{width:14px;height:14px}}@media screen and (max-width:919px){.footer__content-blockIcon{width:14px;height:14px}}.footer__content-blockTable{display:grid}@media screen and (min-width:920px){.footer__content-blockTable{grid-template-columns:126px 94px;column-gap:8px;row-gap:4px}}@media screen and (max-width:919px){.footer__content-blockTable{margin-top:3px;grid-template-columns:126px 114px;column-gap:40px;row-gap:8px}}.footer__content-blockTable-cell{color:#fff;font-feature-settings:"afrc" on;font-family:var(--font-ja);font-style:normal;font-weight:400;font-size:14px;line-height:140%;white-space:nowrap}.footer__content-blockLink{display:block;color:#fff;font-family:var(--font-en-light);font-size:14px;font-style:normal;font-weight:350;line-height:100%;letter-spacing:.7px;transition:opacity var(--medium-transition-time) var(--default-ease);width:fit-content}@media screen and (min-width:920px){.footer__content-blockLink.google-map{letter-spacing:.84px}}.footer__content-blockLink.google-map,.footer__content-blockLink.instagram{display:flex;align-items:center}@media screen and (min-width:920px){.footer__content-blockLink.google-map span,.footer__content-blockLink.instagram span{margin-bottom:2px}}@media screen and (max-width:919px){.footer__content-blockLink.google-map span,.footer__content-blockLink.instagram span{margin-bottom:1px}}.footer__content-blockLink.has-arrow{letter-spacing:.5px}.footer__content-blockLink.has-arrow:after{margin-left:7px;content:"";display:inline-block;width:10px;height:10px;background-image:url(/takanawa/mimure/assets/img/icon_footer-arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:center}@media(hover:hover){.footer__content-blockLink:hover{opacity:.2}}.footer__bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:20px;width:100%;color:#fff;font-family:var(--font-en-light);font-style:normal;font-weight:350;display:flex}@media screen and (min-width:920px){.footer__bottom{margin-top:80px;font-size:11px;line-height:100%;justify-content:space-between}}@media screen and (max-width:919px){.footer__bottom{margin-top:64px;font-size:10px;line-height:100%;letter-spacing:.6px;flex-direction:column-reverse;row-gap:15px}}.footer__bottom-links{display:flex}@media screen and (min-width:920px){.footer__bottom-links{min-width:262px;column-gap:32px;margin-right:59px}}@media screen and (max-width:919px){.footer__bottom-links{column-gap:14px}}.footer__bottom-link{color:#fff;font-family:var(--font-ja-demibold);font-size:11px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:0px;transition:opacity var(--medium-transition-time) var(--default-ease)}.footer__bottom-link:last-of-type{font-feature-settings:"afrc" on}@media(hover:hover){.footer__bottom-link:hover{opacity:.2}}@media screen and (min-width:920px){.footer__bottom-copyright{letter-spacing:.66px}}@media screen and (max-width:919px){.footer__bottom-copyright{letter-spacing:.66px}}@media screen and (max-width:919px){.footer .map-image{flex-shrink:0;aspect-ratio:347/191}}.shops{position:relative;min-height:100vh}.shops__bg{position:fixed;inset:0;width:100%;height:100vh;pointer-events:none;z-index:0}.shops__bg-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,#e5e5e5 0% 43.269%,#fff)}.shops__bg-texture{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);mix-blend-mode:multiply;opacity:.3;pointer-events:none;width:100%;height:100%}.shops__bg-texture img{width:100%;height:100%;object-fit:cover}.shops__inner{position:relative;z-index:1;margin:0 auto;padding:200px 100px 120px}@media screen and (max-width:919px){.shops__inner{padding:110px 20px 120px}}.shops__title{font-family:var(--font-ja);font-weight:400;color:var(--color-black);font-size:16px;letter-spacing:.05em;line-height:1.4}@media screen and (max-width:919px){.shops__title{padding-left:10px;padding-right:10px}}.shops__floor-wrapper{display:grid;grid-template-columns:repeat(24,1fr);gap:20px}@media screen and (max-width:919px){.shops__floor-wrapper{grid-template-columns:1fr}}.shops__floor-wrapper--2f{padding-top:120px}@media screen and (max-width:919px){.shops__floor-wrapper--2f{padding-top:58px}}.shops__floor-wrapper--3f{padding-top:82px}@media screen and (max-width:919px){.shops__floor-wrapper--3f{padding-top:72px}}.shops__floor-label{grid-column:span 8}@media screen and (min-width:920px){.shops__floor-label{position:sticky;top:120px;height:fit-content}}@media screen and (max-width:919px){.shops__floor-label{display:none}}.shops__floor-number{font-family:var(--font-ja-demibold);font-weight:600;color:var(--color-black);font-size:46px;letter-spacing:.05em;line-height:1}@media screen and (max-width:919px){.shops__floor-number{font-size:32px;padding-left:15px;padding-right:15px;padding-bottom:32px}}.shops__floor-content{grid-column:span 16}@media screen and (max-width:919px){.shops__floor-content{grid-column:span 1}}.shops__section--2f-2{margin-top:82px}@media screen and (max-width:919px){.shops__section--2f-2{margin-top:52px}}.shops__section-header{padding:0 20px;margin-bottom:20px}@media screen and (max-width:919px){.shops__section-header{padding:0 15px;margin-bottom:8px}}.shops__section-description{font-family:var(--font-ja-demibold);font-weight:600;color:#8a8a8a;font-size:17px;letter-spacing:-1px;line-height:1.5}@media screen and (max-width:919px){.shops__section-description{font-size:15px}}.shops__list{list-style:none;padding:0;margin:0}.shops__item{border-top:1px solid #C5C5C5;transition:background var(--short-transition-time) var(--default-ease)}.shops__item:last-child{border-bottom:1px solid #C5C5C5}.shops__item.is_active{background:#fff3}.shops__item.is_active .shops__item-icon-plus line:first-child{opacity:0}.shops__item-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 20px;background:transparent;border:none;cursor:pointer;color:var(--color-black);transition:opacity var(--short-transition-time) var(--default-ease)}@media screen and (max-width:919px){.shops__item-header{padding:20px 15px}}@media(hover:hover){.shops__item-header:hover{opacity:var(--default-hover-opacity)}}.shops__item-name{font-family:var(--font-ja-demibold);font-weight:400;font-size:15px;letter-spacing:.45px;text-align:left;line-height:1.4}.shops__item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:15px;height:15px;margin-left:20px;color:var(--color-black)}.shops__item-icon svg{width:100%;height:100%}.shops__item-icon-plus{transition:transform var(--short-transition-time) var(--default-ease)}.shops__item-icon-plus line{transition:opacity var(--short-transition-time) var(--default-ease)}.shops__item-content{max-height:0;overflow:hidden;transition:max-height .5s ease-out}.shops__item-inner{padding:0 20px 24px}@media screen and (max-width:919px){.shops__item-inner{padding:0 15px 20px}}.shops__item-instagram{display:flex;align-items:center;gap:24px;font-size:12px;line-height:1.5;padding-top:10px}.shops__item-instagram-label{font-family:var(--font-en-light);font-weight:350;color:var(--color-black)}.shops__item-instagram-link{font-family:var(--font-en);font-weight:400;color:var(--color-black);text-decoration:none;transition:opacity var(--short-transition-time) var(--default-ease)}@media(hover:hover){.shops__item-instagram-link:hover{opacity:var(--default-hover-opacity)}}.shops__item-image{width:100%;margin-top:15px;background-color:#efefef}.shops__item-image img{width:100%;height:auto}.shops__item-image .shops__item-slider{width:100%;overflow:hidden}.shops__item-image .shops__item-slider .swiper-wrapper,.shops__item-image .shops__item-slider .swiper-slide{width:100%}.shops__item-image .shops__item-slider .swiper-slide{position:relative}.shops__item-image .shops__item-slider img{width:100%;height:auto;object-fit:cover;display:block}@media screen and (max-width:919px){.shops__item-image .shops__item-slider{max-width:100%;box-sizing:border-box}.shops__item-image .shops__item-slider .swiper-slide{width:100%!important;max-width:100%}.shops__item-image .shops__item-slider img{max-width:100%;height:auto}}.shops__item-description{font-family:var(--font-ja-demibold);font-weight:600;font-size:15px;color:var(--color-black);line-height:2;margin-top:42px}@media screen and (max-width:919px){.shops__item-description{font-size:14px}}.shops__functional-list{margin-top:42px}.shops__functional-item{display:flex;gap:15px;padding:22px 0;border-top:1px solid #B5B5B5}.shops__functional-item:last-child{border-bottom:0;padding-bottom:0}.shops__functional-category{flex-shrink:0;width:110px;font-family:var(--font-ja);font-weight:400;font-size:13px;color:#1a1a1a;letter-spacing:.25px;line-height:1.5}@media screen and (max-width:919px){.shops__functional-category{width:80px}}.shops__functional-content{flex:1;display:flex;flex-direction:column;gap:16px}.shops__functional-meta{display:flex;gap:8px;font-family:var(--font-en);font-weight:400;font-size:12px;line-height:1.375}.shops__functional-code{color:#524b4b;letter-spacing:.34px}.shops__functional-name{color:#929292;letter-spacing:1.16px;text-transform:uppercase}.shops__functional-desc{font-family:var(--font-ja);font-weight:400;font-size:13px;color:#686868;line-height:1.4}.experience{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:237px;padding-bottom:207px}@media screen and (max-width:919px){.experience{padding-top:257px;padding-bottom:257px}}.experience__bg{position:absolute;inset:0;width:100%;height:100%;z-index:0}.experience__slider{position:absolute;inset:0;width:100%;height:100%}.experience__slider .swiper-wrapper,.experience__slider .swiper-slide{height:100%}.experience__slider .swiper-slide{position:relative;width:100%}.experience__bg-image{position:absolute;inset:-60px;width:calc(100% + 120px);height:calc(100% + 120px);filter:blur(52px)}.experience__bg-image img{width:100%;height:100%;object-fit:cover}.experience__bg-overlay{position:absolute;inset:0;width:100%;height:100%;z-index:1}.experience__inner{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:42px;width:450px;max-width:90%;text-align:center;color:var(--color-white)}@media screen and (max-width:919px){.experience__inner{width:100%;padding:0 27px}}.experience__label{font-family:var(--font-ja);font-weight:400;font-size:16px;line-height:1.4;font-feature-settings:"afrc"}.experience__content{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.experience__title{font-family:var(--font-ja-demibold);font-weight:600;font-size:32px;font-feature-settings:"palt";display:flex;flex-direction:column;align-items:center}@media screen and (max-width:919px){.experience__title{font-size:28px}}.experience__title span{display:block}.experience__description{font-family:var(--font-ja-demibold);font-weight:600;font-size:15px;line-height:1.68;letter-spacing:-.3px;font-feature-settings:"palt"}.experience__link{display:flex;flex-direction:column;align-items:center;gap:10px;transition:opacity var(--short-transition-time) var(--default-ease)}@media screen and (max-width:919px){.experience__link{width:104px;gap:8px}}@media(hover:hover){.experience__link:hover{opacity:var(--default-hover-opacity)}}.experience__link-row{display:flex;align-items:center;gap:72px}@media screen and (max-width:919px){.experience__link-row{justify-content:space-between;gap:0;width:100%}}.experience__link-text{font-family:var(--font-ja-demibold);font-weight:600;font-size:15px;line-height:1;font-feature-settings:"palt"}@media screen and (max-width:919px){.experience__link-text{font-size:13px}}.experience__link-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:17px;height:17px}.experience__link-icon svg{width:100%;height:100%}.experience__link-line{width:100%;height:1px;background:var(--color-white)}.instagram{position:relative;width:100%;overflow:hidden;padding:4px 0}.instagram__bg{position:relative;width:100%;height:100%;pointer-events:none}.instagram__slider{width:100%;overflow:visible}.instagram__slider .splide__slide{width:35.234375vw}@media screen and (max-width:919px){.instagram__slider .splide__slide{width:83.5897435897vw}}.instagram__card{position:relative;width:100%;aspect-ratio:451/588;overflow:hidden}@media screen and (max-width:919px){.instagram__card{aspect-ratio:326/578}}.instagram__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.instagram__inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:32px;width:349px;max-width:90%;text-align:center;color:var(--color-white)}@media screen and (max-width:919px){.instagram__inner{width:100%;max-width:100%;padding:0 40px}}.instagram__label{font-family:var(--font-ja);font-weight:400;font-size:14px;line-height:1.4;font-feature-settings:"afrc"}.instagram__content{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.instagram__title{font-family:var(--font-ja-demibold);font-weight:600;font-size:28px;display:flex;flex-direction:column;align-items:center;width:308px}@media screen and (max-width:919px){.instagram__title{font-size:24px;gap:0}}.instagram__title span{display:block}.instagram__description{font-family:var(--font-ja-demibold);font-weight:600;font-size:15px;line-height:1.68;font-feature-settings:"palt"}@media screen and (max-width:919px){.instagram__description{font-size:14px}}.instagram__link{display:flex;flex-direction:column;align-items:center;gap:10px;transition:opacity var(--short-transition-time) var(--default-ease)}@media(hover:hover){.instagram__link:hover{opacity:var(--default-hover-opacity)}}.instagram__link-row{display:flex;align-items:center;gap:72px}.instagram__link-text{font-family:var(--font-ja);font-weight:400;font-size:15px;line-height:1;font-feature-settings:"palt"}.instagram__link-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.instagram__link-line{width:100%;height:1px;background:var(--color-white)}:root{--pillars-modal-z-index: 100}.pillars-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;-webkit-backdrop-filter:blur(27px);backdrop-filter:blur(27px);z-index:var(--pillars-modal-z-index);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--medium-transition-time) var(--default-ease),visibility var(--medium-transition-time) var(--default-ease)}.pillars-modal-overlay.is_open{opacity:1;visibility:visible;pointer-events:auto}.pillars-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:calc(var(--pillars-modal-z-index) + 1);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--medium-transition-time) var(--default-ease),visibility var(--medium-transition-time) var(--default-ease);overflow-y:auto}.pillars-modal.is_open{opacity:1;visibility:visible;pointer-events:auto}.pillars-modal__close{position:fixed;top:30px;right:20px;width:22px;height:23px;padding:0;border:0;background:transparent;cursor:pointer;z-index:calc(var(--pillars-modal-z-index) + 2);transition:opacity var(--medium-transition-time) var(--default-ease)}@media screen and (max-width:919px){.pillars-modal__close{filter:invert(1)}}.pillars-modal__close img{width:100%;height:100%;display:block}@media(hover:hover){.pillars-modal__close:hover{opacity:.5}}.pillars-modal__container{display:flex;width:100%;height:100%}.pillars-modal__left{width:50%;height:100%}@media screen and (max-width:919px){.pillars-modal__left{width:100%}}.pillars-modal__left-bg{position:fixed;top:0;left:0;width:50%;height:100%;z-index:-1;background-color:#fff}@media screen and (max-width:919px){.pillars-modal__left-bg{width:100%}}.pillars-modal__left-bg img{width:100%;height:100%;object-fit:cover;display:block;opacity:.3;background:#d3d3d3 50%;mix-blend-mode:multiply}.pillars-modal__header{display:flex;gap:50px;align-items:flex-start;padding:140px 100px}@media screen and (max-width:919px){.pillars-modal__header{justify-content:space-between;padding:140px 45px 77px}}.pillars-modal__title{margin:0;font-family:var(--font-ja-bold);font-size:32px;line-height:1;color:var(--color-black);writing-mode:vertical-rl;font-feature-settings:"afrc" on,"vert" on}.pillars-modal__nav{display:flex;gap:11px;padding-top:9px}.pillars-modal__nav-item{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--color-black);text-decoration:none;transition:opacity var(--short-transition-time) var(--default-ease)}@media(hover:hover){.pillars-modal__nav-item:hover{opacity:.5}}.pillars-modal__nav-item[data-section="5"] .pillars-modal__nav-text span:nth-child(1){padding-left:2px}.pillars-modal__nav-text{font-family:var(--font-ja-demibold);font-size:14px;line-height:1;letter-spacing:.42px;writing-mode:vertical-rl;font-feature-settings:"afrc" on;display:flex;justify-content:center;align-items:center}.pillars-modal__nav-text-vertical{display:flex;flex-direction:column;align-items:center;margin-bottom:4px;font-family:var(--font-ja-demibold);font-size:15px;line-height:1}.pillars-modal__nav-text-vertical span{display:block}.pillars-modal__nav-icon{width:15px;height:15px;transform:rotate(90deg)}.pillars-modal__nav-icon img{width:100%;height:100%;display:block}.pillars-modal__section{display:flex;align-items:center;min-height:100vh;padding:216px 97px 216px 100px}@media screen and (max-width:919px){.pillars-modal__section{display:block;min-height:auto;padding:0;width:100%}}.pillars-modal__section[data-section="1"] .pillars-modal__section-title{display:flex;justify-content:center;align-items:center}.pillars-modal__section[data-section="1"] .pillars-modal__section-title span:nth-child(1){padding-left:5px}.pillars-modal__section-inner{display:flex;justify-content:flex-start;align-items:flex-start;gap:24px}@media screen and (max-width:919px){.pillars-modal__section-inner{width:100%;padding:32px 30px 100px}}.pillars-modal__section-image{aspect-ratio:1/1}.pillars-modal__section-image img{width:100%;height:100%;object-fit:cover;display:block}.pillars-modal__section-title{flex-shrink:0;width:20px;padding-top:8px;font-family:var(--font-ja-bold);font-size:20px;line-height:1;letter-spacing:.4px;color:var(--color-black);writing-mode:vertical-rl;font-feature-settings:"afrc" on}.pillars-modal__section-title-vertical{display:flex;flex-direction:column;align-items:center;font-family:var(--font-ja-bold);font-size:20px;line-height:1}.pillars-modal__section-title-vertical span{display:block}.pillars-modal__section-text{flex:1}.pillars-modal__section-text p{margin:0;font-family:var(--font-ja-demibold);font-size:15px;line-height:2;color:var(--color-gray);font-feature-settings:"palt" on}.pillars-modal__right{position:fixed;top:0;right:0;width:50%;height:100%;pointer-events:none;z-index:0}.pillars-modal__image-container{position:sticky;top:0;width:100%;height:100vh;overflow:hidden;background:#efefef}.pillars-modal__image{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;opacity:0;transition:opacity var(--long-transition-time) var(--default-ease)}.pillars-modal__image.is_active{opacity:1}.pillars-modal__image img{width:100%;height:100%;object-fit:cover;display:block}body.is_pillars-modal-open{overflow:hidden}.safari .box{position:fixed;z-index:-1;transform:translateZ(-1px)}.safari:before,.safari:after{content:"";position:fixed;left:0;z-index:9999;transform:translateZ(9999px);width:100%;background:#fff}.safari:before{height:200px;top:-200px}.safari:after{height:200px;bottom:-200px}.first-view{height:100svh;position:relative;overflow:hidden}.first-view__inner{width:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:920px){.first-view__inner{height:100%;padding:79px 100px 80px}}@media screen and (max-width:919px){.first-view__inner{height:100svh;padding:60px 20px 80px;gap:120px}}.first-view__bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.first-view__bg img{width:100%;height:100%;object-fit:cover}.first-view__contents{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:920px){.first-view__contents{padding-top:0}}@media screen and (max-width:919px){.first-view__contents{padding-top:70px}}.first-view__logo{z-index:2;flex-shrink:0}@media screen and (min-width:920px){.first-view__logo{aspect-ratio:167/50;width:334px;height:auto}}@media screen and (max-width:919px){.first-view__logo{width:228px;height:68px;aspect-ratio:57/17;margin:0 auto}}.first-view__logo img{width:100%;height:auto}.first-view__beginning{display:flex;flex-direction:column}@media screen and (min-width:920px){.first-view__beginning{max-width:308px;gap:15px}}@media screen and (max-width:919px){.first-view__beginning{align-items:center;width:192px;height:48px;margin:0 auto;gap:10px}}@media screen and (min-width:920px){.first-view__beginning-date{width:308px;height:auto}}@media screen and (max-width:919px){.first-view__beginning-date{width:192px;height:auto}}@media screen and (min-width:920px){.first-view__beginning-text{width:250px;height:auto}}@media screen and (max-width:919px){.first-view__beginning-text{width:156px;height:19.104px}}.section-pillars{position:relative}.section-pillars__inner{width:100%;height:100%;position:relative}.section-pillars__bg{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1}.section-pillars__bg img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:920px){.section-pillars__container{height:155vh}}@media screen and (max-width:919px){.section-pillars__container{height:175vh}}.section-pillars__content{position:sticky;top:0;left:0;max-height:800px;margin:0 auto;display:flex;flex-direction:column;z-index:10}@media screen and (min-width:920px){.section-pillars__content{max-width:450px;padding-top:345px;padding-left:84px;padding-bottom:172px;gap:32px}}@media screen and (max-width:919px){.section-pillars__content{max-width:420px;padding:436px 20px 167px 110px;gap:14px}}.section-pillars__content-concept{color:#000;font-feature-settings:"afrc" on,"vert" on;font-family:var(--font-ja-bold);font-style:normal;font-weight:800;position:absolute;top:0;left:0;writing-mode:vertical-rl}@media screen and (min-width:920px){.section-pillars__content-concept{font-size:32px;line-height:100%;width:fit-content;height:fit-content;top:242px;left:-10px}}@media screen and (max-width:919px){.section-pillars__content-concept{font-size:28px;line-height:100%;top:265px;left:20px;width:fit-content;height:fit-content}}.section-pillars__content-title{color:#000;font-feature-settings:"afrc" on;font-family:var(--font-ja);font-style:normal;font-weight:400}@media screen and (min-width:920px){.section-pillars__content-title{font-size:16px;line-height:140%}}@media screen and (max-width:919px){.section-pillars__content-title{font-size:16px;line-height:140%}}.section-pillars__content-description{color:#000;font-feature-settings:"palt" on;font-family:var(--font-ja-bold);font-style:normal;font-weight:700}@media screen and (min-width:920px){.section-pillars__content-description{font-size:15px;line-height:168%;letter-spacing:-.3px;margin-top:10px}}@media screen and (max-width:919px){.section-pillars__content-description{font-size:15px;line-height:168%;letter-spacing:-.3px;margin-top:10px}}.section-pillars__content-link{white-space:nowrap;cursor:pointer;display:flex;justify-content:space-between;border-bottom:1px solid #000;color:#000;font-feature-settings:"palt" on;font-family:var(--font-ja-bold);font-style:normal;font-weight:700}@media screen and (min-width:920px){.section-pillars__content-link{font-size:15px;line-height:100%;width:162px;padding-top:10px;padding-bottom:10px;gap:72px}}@media screen and (max-width:919px){.section-pillars__content-link{font-size:15px;line-height:100%;padding-top:10px;padding-bottom:10px;width:162px;gap:72px}}.section-pillars__content-link-icon{width:17px;height:17px;aspect-ratio:1/1}.section-pillars__content-link-icon img{width:100%;height:auto}.section-pillars__image-wrapper{position:absolute;top:0;left:0;width:100%;height:300vh;pointer-events:none;z-index:-1}.section-pillars__image-wrapper-image{position:absolute;will-change:transform;overflow:hidden}@media screen and (min-width:920px){.section-pillars__image-wrapper-image.image-1{width:421px;height:526px;top:123px;right:100px}}@media screen and (max-width:919px){.section-pillars__image-wrapper-image.image-1{width:250px;height:312px;top:100px;left:auto;right:0}}@media screen and (min-width:920px){.section-pillars__image-wrapper-image.image-2{width:421px;height:337px;top:481px;left:-55px;right:auto}}@media screen and (max-width:919px){.section-pillars__image-wrapper-image.image-2{width:246px;height:197px;top:774px;left:-46px;right:auto}}@media screen and (min-width:920px){.section-pillars__image-wrapper-image.image-3{width:377px;height:377px;top:784px;right:0;left:auto}}@media screen and (max-width:919px){.section-pillars__image-wrapper-image.image-3{width:204px;height:204px;top:1464px;left:-14px;right:auto}}@media screen and (min-width:920px){.section-pillars__image-wrapper-image.image-4{width:366px;height:457px;top:1161px;left:121px}}@media screen and (max-width:919px){.section-pillars__image-wrapper-image.image-4{width:140px;height:174px;top:1199px;left:auto;right:20px}}@media screen and (min-width:920px){.section-pillars__image-wrapper-image.image-5{width:517px;height:413px;top:1503px;right:69px;left:auto}}@media screen and (max-width:919px){.section-pillars__image-wrapper-image.image-5{width:201px;height:161px;top:1772px;left:auto;right:-1px}}.section-pillars__image-wrapper-image img{display:block;width:100%;height:auto;min-width:0;min-height:0;transition:transform .25s ease-out}.section-allies__inner{width:100%;height:100%;position:relative}@media screen and (min-width:920px){.section-allies__inner{padding-top:calc(55vh + 90px)}}@media screen and (max-width:919px){.section-allies__inner{padding-top:calc(55vh + 183px)}}.section-allies__container{width:100%;height:100%;position:relative}.section-allies__content{position:sticky;top:0;left:0;margin-right:auto;display:flex;flex-direction:column;z-index:10;box-sizing:border-box}@media screen and (min-width:920px){.section-allies__content{padding-top:0;padding-left:160px;padding-bottom:172px;margin-left:161px;gap:32px;max-width:520px}}@media screen and (max-width:919px){.section-allies__content{padding:0 20px 167px 110px;gap:30px}}.section-allies__content-concept{color:#000;font-feature-settings:"afrc" on,"vert" on;font-family:var(--font-ja-bold);font-style:normal;font-weight:800;position:absolute;top:0;left:0;writing-mode:vertical-rl}@media screen and (min-width:920px){.section-allies__content-concept{font-size:32px;line-height:100%;width:fit-content;height:fit-content;top:0;left:43px}}@media screen and (max-width:919px){.section-allies__content-concept{font-size:28px;line-height:100%;top:-205px;left:20px;width:fit-content;height:fit-content}}.section-allies__content-title{color:#000;font-feature-settings:"afrc" on;font-family:var(--font-ja);font-style:normal;font-weight:400}@media screen and (min-width:920px){.section-allies__content-title{font-size:16px;line-height:140%}}@media screen and (max-width:919px){.section-allies__content-title{font-size:16px;line-height:140%}}.section-allies__content-description{color:#000;font-feature-settings:"palt" on;font-family:var(--font-ja-bold);font-style:normal;font-weight:700}@media screen and (min-width:920px){.section-allies__content-description{font-size:15px;line-height:168%;letter-spacing:-.3px}}@media screen and (max-width:919px){.section-allies__content-description{font-size:15px;line-height:168%;letter-spacing:-.3px}}.section-allies__content-allies{display:flex;flex-direction:column}@media screen and (min-width:920px){.section-allies__content-allies{gap:21px;max-width:355px}}@media screen and (max-width:919px){.section-allies__content-allies{gap:20px}}.section-allies__content-allies__block{display:flex;align-items:center;align-content:center;gap:6px 5px;align-self:stretch;flex-wrap:wrap}@media screen and (min-width:920px){.section-allies__content-allies__block{gap:6px 5px}}.section-allies__content-allies__block-item{color:#8a8a8a;font-feature-settings:"afrc" on;font-family:var(--font-ja-demibold);font-size:13px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:.39px}.section-allies__content-allies__block-separator{color:#8a8a8a;font-feature-settings:"afrc" on;font-family:var(--font-ja);font-size:13px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:1.17px;text-transform:uppercase}html{color:var(--color-black, #222);background-color:var(--color-white, #fff);font-feature-settings:"palt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{width:100%;min-height:100lvh}img{width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}header{z-index:var(--header-z-index);position:relative}footer{top:100%;z-index:var(--footer-z-index);position:relative}.main-wrapper{overflow:clip;z-index:var(--main-wrapper-z-index);position:relative}@media screen and (max-width:919px){.pc-only{display:none}}@media screen and (min-width:920px){.sp-only{display:none}}.afrc-off{font-feature-settings:"afrc" off!important}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;contain:strict;display:inline-block;height:20px;inset:0;margin:auto;position:absolute;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
