.brand-page-wrapper{width:100%;margin-bottom:120px}.brand-page-container{width:90%;margin:0 auto;display:flex;flex-direction:column;gap:120px}@media(max-width:768px){.brand-page-container{gap:60px}}.brand-page-container .brand-category-wrapper{display:flex;flex-direction:column;justify-content:center;gap:60px}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper{width:75%}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper h3{font-size:2rem;color:rgba(18,126,210,.8)}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper h2{font-size:3rem;font-weight:900}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper p{font-size:24px;margin-top:16px}@media(max-width:992px){.brand-page-container .brand-category-wrapper .brand-category-title-wrapper{width:100%}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper h3{font-size:1.3rem}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper h2{font-size:2rem}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper p{font-size:21px}}@media(max-width:576px){.brand-page-container .brand-category-wrapper .brand-category-title-wrapper{width:100%}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper h3{font-size:1.3rem}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper h2{font-size:1.7rem}.brand-page-container .brand-category-wrapper .brand-category-title-wrapper p{font-size:21px}}.brand-page-container .brand-category-wrapper .list-container{list-style:none;display:grid;grid-gap:60px;gap:60px}.brand-page-container .brand-category-wrapper .list-container .product-page-container{width:100%;transition:all .3s ease-in-out;border-radius:16px;cursor:pointer}.brand-page-container .brand-category-wrapper .list-container .product-page-container .image-container{width:100%;overflow:hidden;border-radius:16px}.brand-page-container .brand-category-wrapper .list-container .product-page-container .image-container img{width:100%;aspect-ratio:16/9;object-fit:cover}.brand-page-container .brand-category-wrapper .list-container .product-page-container .text-container{margin:24px 0;padding:0 16px 16px}@media(max-width:768px){.brand-page-container .brand-category-wrapper .list-container .product-page-container .text-container{padding:0}}.brand-page-container .brand-category-wrapper .list-container .product-page-container .text-container h3{font-size:2rem;position:relative;padding-left:32px}.brand-page-container .brand-category-wrapper .list-container .product-page-container .text-container h3:before{content:"";position:absolute;top:0;left:0;width:16px;height:100%;background-color:rgba(18,126,210,.8)}@media(max-width:576px){.brand-page-container .brand-category-wrapper .list-container .product-page-container .text-container h3{font-size:1.5rem;padding-left:16px}.brand-page-container .brand-category-wrapper .list-container .product-page-container .text-container h3:before{width:8px}}.brand-page-container .brand-category-wrapper .list-container .product-page-container .text-container p{font-size:21px;margin-top:16px;line-height:180%}@media(max-width:1200px){.brand-page-container .brand-category-wrapper .list-container .product-page-container .text-container p{font-size:16px}}@media(max-width:768px){.brand-page-container .brand-category-wrapper .list-container .product-page-container .shop-link{display:none}}.brand-page-container .brand-category-wrapper .list-container .product-page-container .sp-button{width:100%;display:none;justify-content:center;align-items:center;padding:8px 0;background-color:#14243f;box-shadow:0 2px 10px rgba(51,51,51,.25);border-radius:16px}.brand-page-container .brand-category-wrapper .list-container .product-page-container .sp-button p{font-size:1rem;font-weight:600;color:#fff}.brand-page-container .brand-category-wrapper .list-container .product-page-container .sp-button.sp-shop-link{background-color:#333;text-decoration:none}@media(max-width:768px){.brand-page-container .brand-category-wrapper .list-container .product-page-container .sp-button{display:flex}}.brand-page-container .brand-category-wrapper .list-container .product-page-container:hover{transform:scale(1.05);box-shadow:0 5px 10px rgba(51,51,51,.25)}.brand-page-container .brand-category-wrapper .list-container.order-container{grid-template-columns:repeat(2,1fr)}@media(max-width:992px){.brand-page-container .brand-category-wrapper .list-container.order-container{grid-template-columns:repeat(1,1fr)}}.brand-page-container .brand-category-wrapper .list-container.sub-items-container{grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.brand-page-container .brand-category-wrapper .list-container.sub-items-container{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.brand-page-container .brand-category-wrapper .list-container.sub-items-container .text-container p{display:none}}.popup{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:rgba(0,0,0,.6);display:flex;justify-content:flex-end;align-items:flex-end;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}@media(max-width:768px){.popup{padding:1rem;align-items:center}}.popup.open{opacity:1;visibility:visible}.popup .popup-content{background:#f7f7f7;border:8px solid #333;padding:20px;width:95%;height:90%;max-height:90vh;height:100%;border-radius:8px;position:relative;transform:translateY(100%);transition:transform .3s ease}@media(max-width:768px){.popup .popup-content{width:100%;height:100%;max-height:100dvh;padding:12px}}.popup .popup-content.open{transform:translateY(0)}.popup .popup-content .close-button{position:absolute;top:10px;right:10px;width:42px;height:42px;background-color:#14243f;font-size:32px;border-radius:8px;color:#fff;border:none;z-index:3;cursor:pointer}.popup .popup-content .popup-content-inner{display:flex;flex-direction:column;overflow:hidden;width:100%;height:100%;position:relative;gap:60px}@media(max-width:768px){.popup .popup-content .popup-content-inner{overflow:hidden}}.popup .popup-content .popup-content-inner .popup-content-text{flex:1 1;overflow:auto;height:100%;width:100%;position:relative;display:flex;gap:16px;z-index:2}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text{flex-direction:column-reverse;height:-moz-fit-content;height:fit-content}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container{width:65%;height:100%;display:flex;flex-direction:column;gap:24px;background-color:rgba(198,227,249,.5);border-radius:8px;padding:2rem;max-height:100vh;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior:contain}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container{width:100%;height:auto;padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateZ(0);will-change:scroll-position}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container::-webkit-scrollbar{width:12px}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container::-webkit-scrollbar-track{background:#f7f7f7;border-radius:8px}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container::-webkit-scrollbar-thumb{background-color:#14243f;border-radius:8px;border:3px solid #f7f7f7}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container::-webkit-scrollbar-thumb:hover{background-color:#333}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .item-title{width:100%}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .item-title h3{font-size:3rem;background:linear-gradient(90deg,#14243F,#ce6b0f);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);position:relative;margin-bottom:8px}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .item-title h3{font-size:2.3rem}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .item-title p{font-size:1.2rem;font-weight:600}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .item-title p{font-size:1rem}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper{display:flex;width:100%}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .insole-detail-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .insole-detail-container .label{font-size:1rem;font-weight:600;color:#fff;width:50%;padding:4px 0;border-radius:8px;background-color:#14243f;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .insole-detail-container .label{width:100%}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .insole-detail-container .detail{font-size:1rem;display:flex;flex-direction:column}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .insole-detail-container .attention{font-size:1rem;font-weight:600;color:#f51717}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper{display:grid;grid-template-columns:repeat(3,auto);grid-gap:16px;gap:16px;position:relative}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper{grid-template-columns:repeat(1,auto);width:100%}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper .variation-container{display:flex;gap:16px;width:100%}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper .variation-container .variation-label{width:25%;position:relative;padding-right:16px;font-weight:600}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper .variation-container .variation-label:after{content:"";position:absolute;top:0;right:0;width:8px;height:100%;background-color:#14243f}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper .variation-container .detail{width:75%}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper .variation-container .variation-button{width:100%;padding:4px 16px;background-color:#fff;border:2px solid #14243f;font-weight:600;color:#14243f;border-radius:32px;font-size:1rem;font-family:Noto Sans JP,sans-serif;font-optical-sizing:auto;transition:all .3s ease-in-out;cursor:pointer}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper .variation-container .variation-button.selected{background-color:#333;color:#fff;border:2px solid #333}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .variation-wrapper .variation-container .variation-button:hover{box-shadow:0 2px 10px rgba(51,51,51,.25)}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px 16px;gap:32px 16px}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper{grid-template-columns:repeat(1,1fr)}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper .top-cover-container{display:flex;flex-direction:column;justify-content:center;gap:8px}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper .top-cover-container .top-cover{width:-moz-fit-content;width:fit-content;position:relative;padding-bottom:8px;font-weight:600;border-bottom:2px solid #14243f;font-size:1.2rem}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper .top-cover-container .top-cover span{margin-left:16px;font-size:.8rem;color:rgba(51,51,51,.5)}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper .top-cover-container .color-wrapper{display:flex;align-items:center;justify-content:center;flex:1 1;gap:32px;background-color:#fff;padding:8px 0;border-radius:8px}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper .top-cover-container .color-wrapper .color-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper .top-cover-container .color-wrapper .color-container .color-curcle{width:72px;aspect-ratio:1/1;object-fit:cover;border-radius:50%}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper .top-cover-container .color-wrapper .color-container .color-curcle{width:48px}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .top-cover-wrapper .top-cover-container .color-wrapper .color-container p{font-size:.8rem}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper{width:100%;display:grid;grid-template-columns:repeat(2,auto);align-items:center;grid-gap:16px;gap:16px}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper{grid-template-columns:repeat(1,auto)}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper .price-container{display:flex;align-items:center;gap:60px}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper .price-container p{display:flex;align-items:center;flex-direction:row;font-weight:600;font-size:1.3rem}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper .price-container p{font-size:1rem}}@media(max-width:380px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper .price-container p{flex-direction:column;justify-content:center;align-items:flex-start;font-size:1.8rem}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper .price-container p span{font-size:1rem;margin-right:16px;padding-right:16px;position:relative}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper .price-container p span:after{content:"";position:absolute;top:0;right:0;width:3px;height:100%;background-color:#14243f}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .price-wrapper .price-container p span{font-size:.8rem}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .action-wrapper{display:grid;grid-template-columns:repeat(2,auto);grid-gap:16px;gap:16px}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .action-wrapper{grid-template-columns:repeat(1,auto);width:100%}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .action-wrapper .learn-more{color:#333;background-color:#fff;border:2px solid #333;font-weight:600;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;text-decoration:none;gap:24px;border-radius:32px;box-shadow:0 5px 10px rgba(51,51,51,.25);transition:all .3s ease-in-out;padding:4px 16px}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .action-wrapper .learn-more{width:100%;padding:16px 8px;gap:16px}}@media(max-width:380px){.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .action-wrapper .learn-more{font-size:.8rem}}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .action-wrapper .learn-more:hover{color:#fff;background-color:#333}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .action-wrapper .shopping{color:#fff;background-color:#333;border:2px solid #333}.popup .popup-content .popup-content-inner .popup-content-text .item-title-container .insole-detail-wrapper .insole-detail .action-wrapper .shopping:hover{background-color:#ce6b0f;border:2px solid #ce6b0f}.popup .popup-content .popup-content-inner .popup-content-text .item-image-container{width:35%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-image-container{width:100%;display:none}}.popup .popup-content .popup-content-inner .popup-content-text .item-image-container img{height:40%;width:100%;object-fit:cover;border-radius:8px}@media(max-width:768px){.popup .popup-content .popup-content-inner .popup-content-text .item-image-container img{height:25dvh}}.popup .popup-content .popup-content-inner .popup-content-text .item-image-container .pc-chart{width:100%;height:60%}.popup .sp-image{display:none;width:100%;height:25dvh;object-fit:cover;border-radius:8px}@media(max-width:768px){.popup .sp-image{display:block}}.sp-chart{display:none;width:100%;height:1fr}@media(max-width:768px){.sp-chart{display:block}.pc-chart{display:none}}.pentagon-chart-container{width:100%;height:100%;display:flex;justify-content:flex-end;align-items:flex-end}@media(max-width:768px){.pentagon-chart-container{justify-content:center;align-items:center;height:30dvh}}.pentagon-chart-container .chart-wrapper{height:100%;width:100%;object-fit:cover;background-image:url(/_next/static/media/newmo-bdack.92383692.webp);background-size:cover;background-position:50%;border-radius:8px;position:relative;overflow:hidden}.pentagon-chart-container .chart-wrapper:after{position:absolute;inset:0;content:"";width:100%;height:100%;background-color:rgba(198,227,249,.7)}.pentagon-chart-container .chart-wrapper .recharts-responsive-container{width:90%!important;margin:0 auto;position:relative;z-index:1}@media(max-width:768px){.pentagon-chart-container .chart-wrapper .recharts-responsive-container{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important}}.pentagon-chart-container .chart-wrapper .recharts-responsive-container .recharts-wrapper{width:-moz-fit-content!important;width:fit-content!important;display:flex!important;justify-content:center!important;align-items:center!important}.pentagon-chart-container .chart-wrapper .recharts-responsive-container .recharts-wrapper svg{width:80%!important;height:-moz-fit-content!important;height:fit-content!important;overflow:visible!important}@media(max-width:768px){.pentagon-chart-container .chart-wrapper .recharts-responsive-container .recharts-wrapper svg{width:90%!important;height:90%!important}}.pentagon-chart-container .recharts-polar-angle-axis-tick-value{fill:#333;color:#333;font-weight:900}.tooltip-container{display:inline-block;background-color:#fff;padding:4px 16px;border-radius:16px;border:2px solid #14243f;cursor:pointer}.tooltip-container:after{content:" ⓘ";font-size:14px;color:#333}.tooltip-container .tooltip{position:absolute;top:110%;left:0;background-color:#333;color:#fff;padding:16px;border-radius:4px;z-index:1000;opacity:0;transition:opacity .2s}.tooltip-container .tooltip .tooltip-inner p{font-size:1rem}.tooltip-container .tooltip .tooltip-inner p.arrert-order{font-size:.8rem;margin-top:8px}.tooltip-container span{font-weight:600;color:#14243f;padding-right:8px}.tooltip-container:active .tooltip,.tooltip-container:hover .tooltip{opacity:1}