.secIntro{display:flex;align-items:flex-end;height:calc(100svh - var(--header-size));padding:0 0;background-color:#12192d}.secIntro_nav{flex:0 0 250px;padding:var(--side-padding) var(--side-padding)}.secIntro_content{flex:1 1 auto;display:flex;justify-content:center;align-items:center;height:100%;padding:var(--side-padding) var(--side-padding);position:relative;overflow:hidden;background-color:#12192d}@media screen and (max-width: 980px){.secIntro_nav{position:absolute;bottom:0;left:0;z-index:10}}@media screen and (max-width: 800px){.secIntro_nav{display:none;visibility:hidden}.secIntro_content{flex-direction:column;justify-content:flex-end;padding:var(--sec-padding) var(--side-padding)}}@media screen and (max-width: 580px){.secIntro{height:auto}.secIntro_content{justify-content:flex-start;padding:40vh var(--side-padding) calc(var(--sec-padding)*.7)}}.introImage{width:100%;height:100%;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%, -50%);z-index:1}.introImage img{min-width:100%;min-height:100%;object-fit:cover}@media screen and (max-width: 800px){.introImage{height:60vh;top:0;transform:translate(-50%, 0)}}@media screen and (max-width: 580px){.introImage{height:50vh}}.introContent{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:var(--margin-m);z-index:10}.introContent_logo{flex:0 0 auto;width:clamp(140px,20vw,200px);aspect-ratio:55/62;overflow:hidden}.introContent_logo .logo{display:block;width:100%;height:100%;stroke-width:0;stroke:currentColor;fill:#e0e0e0;transition:all .3s}.introContent_btn{flex:0 0 auto;width:100%;text-align:center}.introNav{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.introNav_item:not(:first-of-type){margin-top:calc(var(--margin-xs)*.8)}.introNav_item a{display:block;padding-bottom:.2em;position:relative;font-family:"Anton",sans-serif;line-height:1.15;letter-spacing:.15em;text-transform:uppercase;color:#f0ec00;font-size:min(24vw,2.4rem);line-height:1}.introNav_item a:after{content:"";display:block;width:0;height:2px;position:absolute;bottom:0;right:0;background-color:#f0ec00;transition:all .3s}@media(hover: hover)and (pointer: fine){.introNav_item a:hover::after{width:100%}}.topContent{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%}.topContent_head{flex:0 0 auto;display:inline-block;margin-bottom:var(--margin-xl);padding-bottom:.1em;position:relative;font-family:"Anton",sans-serif;line-height:1.15;letter-spacing:.15em;text-transform:uppercase;color:#f0ec00;font-size:min(7.6vw,7.4rem)}.topContent_head span{display:block;position:relative;opacity:0;transform:translate(0, 10%);transition:opacity .6s var(--moving),transform .6s var(--moving)}.topContent_head::after{content:"";display:block;width:0;height:2px;position:absolute;bottom:0;right:.1em;background-color:#f0ec00;transition:all .8s var(--moving) .6s}.topContent_head.-child::after{width:0;right:0;transform:translate(0, 0);transition:all .8s var(--moving) .6s}.topContent_head[data-target=on] span{opacity:1;transform:translate(0, 0)}.topContent_head[data-target=on]::after{width:100vw}.topContent_head[data-target=on].-child::after{width:calc(100% + .1em)}@media screen and (max-width: 1180px){.topContent_head{font-size:7.6vw}}@media screen and (max-width: 800px){.topContent_head{font-size:8.8vw}}@media screen and (max-width: 580px){.topContent_head{margin-bottom:var(--margin-l);font-size:12vw}}.topContent_body{flex:0 0 70%;margin-left:auto}.topContent_body.-wide{flex:1 1 100%}@media screen and (max-width: 800px){.topContent_body{flex:1 1 100%}}@media screen and (max-width: 580px){.topContent{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}.topContent_body{flex:0 0 auto;width:100%}}.brandItem{display:block}.brandItem_detail img{opacity:1;transition:all .3s}.brandItem_detail figcaption{margin-top:.6em;padding:0 .6em;font-family:"Anton",sans-serif;line-height:1.15;letter-spacing:.15em;text-transform:uppercase;font-size:min(2.2vw,2.8rem);transition:all .3s}@media(hover: hover)and (pointer: fine){.brandItem:hover .brandItem_detail img{opacity:.65}.brandItem:hover .brandItem_detail figcaption{color:#f0ec00}}@media screen and (max-width: 1180px){.brandItem figcaption{font-size:2.3vw}}@media screen and (max-width: 800px){.brandItem figcaption{font-size:3.6vw}}@media screen and (max-width: 580px){.brandItem{text-align:left}.brandItem figcaption{margin-top:.4em;padding:0 .2em;font-size:7vw}}.secArrival{background:url(../images/bg_arrival-pc.webp) center/cover no-repeat;background-attachment:fixed}@media screen and (max-width: 800px){.secArrival{background:none}.secArrival::after{content:"";display:block;width:100vw;height:100vh;position:fixed;top:0;left:0;background:url(../images/bg_arrival-pc.webp) center/cover no-repeat;z-index:-1}}.arrivalItem{display:block;width:100%;aspect-ratio:1/1;position:relative;background-color:rgb(5.44,8.96,18.56);overflow:hidden}.arrivalItem img{display:block;width:100%;height:100%;object-fit:contain}.arrivalItem_detail{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;padding:1.2em;position:absolute;top:0;left:0;background-color:rgba(17,28,58,.85);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:all .3s;z-index:10}.arrivalItem:nth-last-of-type(-n + 2){display:none}@media(hover: hover)and (pointer: fine){.arrivalItem:hover .arrivalItem_detail{opacity:1;visibility:visible}}@media screen and (max-width: 800px){.arrivalItem:nth-last-of-type(-n + 2){display:block}}@media screen and (max-width: 580px){.arrivalItem:nth-last-of-type(-n + 2){display:none}}.itemName{margin-bottom:1em}.itemPrice{font-size:75%;font-weight:bolder}.secNews{background:url(../images//bg_news-pc.webp) center/cover no-repeat;background-attachment:fixed}@media screen and (max-width: 800px){.secNews{background:none}.secNews::after{content:"";display:block;width:100vw;height:100vh;position:fixed;top:0;left:0;background:url(../images/bg_arrival-pc.webp) center/cover no-repeat;z-index:-1}}.aboutContent{display:block;position:relative}.aboutContent_btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10}.aboutContent_img{width:100%;position:relative;overflow:hidden;z-index:1}.aboutContent_img img{min-width:100%;min-height:100%;object-fit:cover;position:relative;transform:scale(1);transition:all .6s;z-index:1}.aboutContent_img::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(17,28,58,.85);backdrop-filter:blur(0);transition:all .6s;z-index:10}@media(hover: hover)and (pointer: fine){.aboutContent_btn:hover~.aboutContent_img img{transform:scale(1.02)}.aboutContent_btn:hover~.aboutContent_img::before{backdrop-filter:blur(8px)}}@media screen and (max-width: 580px){.aboutContent{display:flex;flex-direction:column;width:100%;gap:var(--margin-m)}.aboutContent_btn{order:2;position:relative;top:auto;left:auto;transform:translate(0, 0)}.aboutContent_img{order:1;width:100vw;margin:0 calc(50% - 50vw)}}/*# sourceMappingURL=top.css.map */