:root{--plcu-primary-color: #000;--plcu-secondary-color: #fff;--plcu-accent-color: #ff0000;--plcu-spacing-small: 8px;--plcu-spacing-medium: 16px;--plcu-spacing-large: 32px;--plcu-font-family: "Noto Sans JP", sans-serif}body{font-family:var(--plcu-font-family);font-size:1.2rem}h1,h2,h3,h4,h5,h6{font-family:var(--plcu-font-family);font-weight:500}h4,h5,h6{font-size:1.5rem}.h2{font-size:calc(var(--font-heading-scale) * 1.5rem)}a{font-family:var(--plcu-font-family)}.plcu-rich-text__text.rich-text__text{margin-top:4rem;color:#5d5d5d}.plcu-rich-text__image{display:flex;justify-content:inherit;margin:1.5rem 0}.plcu-rich-text__image img{display:block;margin:0 auto}.plcu-rich-text__image .plcu-rich-text__image--mobile{display:block}.plcu-rich-text__image .plcu-rich-text__image--desktop{display:none}.plcu-heading-section-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.plcu-heading-section__container{width:100%}.plcu-heading-section__wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}.plcu-heading-section__wrapper--left{text-align:left}.plcu-heading-section__wrapper--center{text-align:center}.plcu-heading-section__wrapper--right{text-align:right}.plcu-heading-section__heading{width:fit-content;margin-inline:auto;position:relative;margin-bottom:.8rem;padding-bottom:.1rem;font-size:3rem;margin-top:0}.plcu-heading-section__heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:var(--plcu-line-thickness, 2px);background-color:var(--plcu-line-color, #000)}.plcu-heading-section__wrapper--left .plcu-heading-section__heading:after{left:0;transform:none}.plcu-heading-section__wrapper--right .plcu-heading-section__heading:after{left:auto;right:0;transform:none}.plcu-heading-section__text{margin-top:0;font-size:1.2rem}@media screen and (min-width:750px){.plcu-rich-text__text.rich-text__text{margin-top:5rem}}.plcu-image-with-text-wrapper{width:100vw;position:relative;z-index:1;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:5rem;padding-bottom:8rem;overflow:hidden}.plcu-image-with-text-wrapper:after{content:"";position:absolute;bottom:0;right:-3rem;width:31.4rem;height:16.1rem;background-image:var(--decoration-image, none);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:-1;pointer-events:none}@media screen and (min-width:750px){.plcu-image-with-text-wrapper:after{bottom:0;right:initial;left:-4rem;width:29%;height:29%}}.media .image-with-text__media--desktop{display:none!important}.media .image-with-text__media--mobile{display:block!important;aspect-ratio:375/278;object-fit:cover}@media screen and (max-width:749px){.image-with-text__media:has(.image-with-text__media--mobile){padding-bottom:calc(278 / 375 * 100%)!important}.plcu-image-with-text__grid{justify-content:space-between!important}.plcu-image-with-text__media-item{max-width:50vw!important;margin-right:calc(50% - 50vw)!important;order:2!important;aspect-ratio:375 / 278}.plcu-image-with-text__media-item .image-with-text__media{min-height:initial}.plcu-image-with-text__first-block{order:1!important;max-width:50%!important}.image-with-text__content{padding-right:0!important}}.plcu-image-with-text__text-container{display:contents}.plcu-image-with-text__bottom-section{grid-column:1 / -1;order:3;padding:2rem;margin:0 auto;width:100%}.plcu-image-with-text__bottom-section .image-with-text__text{margin-top:3rem;max-width:50rem}.plcu-full-width{width:100%;max-width:none}.plcu-image-with-text__logo{display:flex;justify-content:flex-start;width:var(--logo-width-mobile, 80%)}.plcu-image-with-text__logo img{display:block;margin:0;width:100%;height:auto}.plcu-image-with-text-wrapper .plcu-button{order:5;display:inline-block;margin-inline:auto;margin-top:2.5rem}.plcu-image-with-text__logo .plcu-image-with-text__logo--mobile{display:block}.plcu-image-with-text__logo .plcu-image-with-text__logo--desktop{display:none}.plcu-rich-text__image{text-align:center;margin:1.5rem 0}.plcu-rich-text__image--desktop{display:none}.plcu-rich-text__image--mobile{display:block}.plcu-news-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.plcu-news__container{width:100%}.plcu-news__wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}.plcu-news__heading{text-align:center;margin-bottom:3rem}.plcu-news__list{display:flex;flex-direction:column}.plcu-news__item{border-bottom:1px solid #5d5d5d;transition:all .3s ease;padding:1.5rem 0}.plcu-news__list:first-child{border-top:1px solid #5d5d5d}.plcu-news__item:hover{transform:translateY(-2px);border-bottom-color:rgba(var(--color-foreground),.3)}.plcu-news__link{padding:1.5rem 0;text-decoration:none;color:inherit}.plcu-news__contents{display:flex;align-items:center;gap:1rem}.plcu-news__date{font-size:1.2rem;color:rgba(var(--color-foreground));font-weight:500;min-width:100px;flex-shrink:0}.plcu-news__title{flex:1;color:rgba(var(--color-foreground));font-size:1.4rem;font-weight:500;line-height:1.4}.plcu-news__arrow{flex-shrink:0;width:20px;height:36px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.plcu-news__arrow svg{width:20px;height:36px;display:block}.plcu-news__item:hover .plcu-news__arrow{transform:translate(5px)}.plcu-news__view-all{text-align:center;margin-top:4.5rem}.plcu-news__placeholder{text-align:center;padding:4rem 0;color:rgba(var(--color-foreground),.5)}.plcu-guide-button__container{width:100%}.plcu-guide-button__wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}.plcu-guide-button__wrapper--left{text-align:left}.plcu-guide-button__wrapper--center{text-align:center}.plcu-guide-button__wrapper--right{text-align:right}.plcu-guide-button__heading{margin-bottom:2rem}.plcu-guide-button__link{display:inline-block;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.plcu-guide-button__link:hover .plcu-guide-button__content{background-color:#1b4661}.plcu-guide-button__link:hover .plcu-guide-button__text{color:#fff}.plcu-guide-button__link:hover .plcu-guide-button__divider{background-color:#fff}.plcu-guide-button__content{display:flex;align-items:center;width:200px;height:70px;background-color:transparent;border:2px solid #1b4661;border-radius:0;padding:0 15px;gap:16px;position:relative;overflow:hidden;transition:background-color .3s ease}.plcu-guide-button__icon{display:flex;align-items:center;justify-content:center;width:37px;height:37px;flex-shrink:0;position:relative}.plcu-guide-button__icon img{width:100%;height:100%;object-fit:contain}.plcu-guide-button__icon-default,.plcu-guide-button__icon-hover{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.plcu-guide-button__icon-default svg,.plcu-guide-button__icon-hover svg{width:100%;height:100%;object-fit:contain}.plcu-guide-button__icon-default svg{color:#1b4661;fill:currentColor}.plcu-guide-button__icon-hover{opacity:0}.plcu-guide-button__icon-hover svg{color:#fff;fill:currentColor}.plcu-guide-button__link:hover .plcu-guide-button__icon-default{opacity:0}.plcu-guide-button__link:hover .plcu-guide-button__icon-hover{opacity:1}.plcu-guide-button__divider{width:2px;height:38px;background-color:#1b4661;flex-shrink:0;transition:background-color .3s ease}.plcu-guide-button__text{flex:1;font-size:1.5rem;font-weight:500;color:#1b4661;text-align:left;transition:color .3s ease}.plcu-guide-button--full-width,.plcu-contact-form-wrapper{width:100%}.plcu-contact-form__container{max-width:600px;margin:0 auto;padding:0 2rem}.plcu-contact-form__heading{font-size:2.4rem;font-weight:700;text-align:center;color:rgba(var(--color-foreground),1);display:block}.plcu-contact-form__form{background:transparent;margin-top:clamp(4rem,calc(6.1224vw - .5918rem),10rem)}.plcu-contact-form__fields,.plcu-contact-form__field{margin-bottom:2rem}.plcu-contact-form__label{display:block;font-size:1.4rem;font-weight:700;color:rgba(var(--color-foreground),1);margin-bottom:.8rem}.plcu-contact-form__required{color:red;font-weight:700;margin-left:.2rem}.plcu-contact-form__input,.plcu-contact-form__textarea{width:100%;padding:1.2rem;border:1px solid #505050;font-size:1.4rem;font-family:inherit;background-color:rgba(var(--color-background),1);color:rgba(var(--color-foreground),1);transition:border-color .2s ease}.plcu-contact-form__input:focus,.plcu-contact-form__textarea:focus{outline:none;border-color:rgba(var(--color-foreground),.6)}.plcu-contact-form__input--error{border-color:red}.plcu-contact-form__textarea{resize:vertical;min-height:120px}.plcu-contact-form__submit{text-align:center;margin-top:clamp(3.9rem,calc(2.1429vw + 2.2929rem),6rem);margin-bottom:2rem}.plcu-contact-form__button{background-color:#99abb3;color:#fff;border:none;padding:1.1rem 4.4rem;font-size:1.6rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-family:inherit}.plcu-contact-form__button:hover{background-color:#7a9299}.plcu-contact-form__note{text-align:center;margin-top:1rem}.plcu-contact-form__note p{font-size:1.2rem;color:rgba(var(--color-foreground),.7);margin:0}.plcu-contact-form__success{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;padding:1.5rem;margin-bottom:2rem}.plcu-contact-form__success-message{color:#155724;font-size:1.4rem;margin:0;text-align:center}.plcu-contact-form__error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:1.5rem;margin-bottom:2rem}.plcu-contact-form__error-message,.plcu-contact-form__field-error{color:#721c24;font-size:1.4rem;margin:0}.plcu-contact-form__field-error{margin-top:.5rem;font-size:1.2rem}@media screen and (min-width:750px){.plcu-contact-form__container{padding:0 3rem}.plcu-contact-form__heading{font-size:3.2rem}.plcu-contact-form__input,.plcu-contact-form__textarea{padding:1.5rem;font-size:1.6rem}.plcu-contact-form__label{font-size:1.6rem}.plcu-contact-form__button{font-size:1.8rem;padding:1.8rem 5rem}}.breadcrumb{padding:1rem 0;margin-bottom:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.breadcrumb .page-width{display:flex;align-items:center;flex-wrap:nowrap;font-size:1.3rem;color:rgba(var(--color-foreground),.7);white-space:nowrap;min-width:max-content}.breadcrumb::-webkit-scrollbar{height:4px}.breadcrumb::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.1)}.breadcrumb::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.3);border-radius:2px}.breadcrumb::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.5)}.breadcrumb a{color:rgba(var(--color-foreground),.7);text-decoration:none;transition:color .2s ease;flex-shrink:0}.breadcrumb a:hover{color:rgba(var(--color-foreground),1)}.breadcrumb span[aria-hidden=true]{margin:0 .8rem;color:rgba(var(--color-foreground),.4);flex-shrink:0}.breadcrumb span:last-child{color:rgba(var(--color-foreground),1);font-weight:500;flex-shrink:0}@media screen and (min-width:750px){.breadcrumb{padding:1.5rem 0;margin-bottom:3rem}.plcu-full-width{max-width:127rem;padding:0 8rem;margin-inline:auto}.breadcrumb .page-width{font-size:1.4rem}}.plcu-button{display:inline-block;padding:6px 35px;min-width:185px;border:2px solid #1b4661;border-radius:0;background-color:transparent;color:#1b4661;font-family:var(--plcu-font-family);font-size:1.7rem;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;position:relative;text-align:center}.plcu-button:hover{background-color:#fff;color:#1b4661}.plcu-button:after{content:"";width:20px;height:20px;display:inline-block;position:absolute;right:10px;top:50%;transform:translateY(-50%);background-image:url(icon-arrow-b.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .3s ease}.plcu-button:hover:after{background-image:url(icon-arrow-b.svg);transform:translateY(-50%) translate(3px)}.plcu-button--primary{background-color:#1b4661;color:#fff}.plcu-button--primary:hover{background-color:#fff;color:#1b4661}.plcu-button--primary:after{background-image:url(icon-arrow-w.svg)}.plcu-button--primary:hover:after{background-image:url(icon-arrow-b.svg)}.plcu-button--secondary{background-color:#fff;color:#1b4661}.plcu-button--secondary:hover{background-color:#1b4661;color:#fff}.plcu-button--secondary:after{background-image:url(icon-arrow-b.svg)}.plcu-button--secondary:hover:after{background-image:url(icon-arrow-w.svg)}.plcu-button--small{padding:8px 16px;font-size:1.5rem}.plcu-button--large{padding:16px 32px;font-size:1.9rem}.plcu-button--full-width{width:100%}.plcu-custom-banner__media--desktop{display:none}.plcu-custom-banner__media--mobile{display:block}.plcu-custom-banner__block-image{position:relative;display:inline-block}.plcu-custom-banner__block-image img{display:block;max-width:100%;height:auto}.p-plcu-banner{position:relative;overflow:visible}.p-plcu-banner__background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.p-plcu-banner__content{position:relative;z-index:1}@media screen and (min-width:750px){.p-plcu-banner__background{background-image:var(--desktop-bg)!important}}.plcu-three-images-wrapper{width:100%;position:relative;overflow:hidden;padding-bottom:11rem;z-index:1}.plcu-three-images-wrapper:before{content:"";position:absolute;bottom:0;right:-4rem;width:37rem;height:14rem;background-image:var(--decoration-image-2, none);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:-1;pointer-events:none}.plcu-three-images-wrapper:after{content:"";position:absolute;bottom:12rem;right:-4rem;width:20rem;height:33rem;background-image:var(--decoration-image, none);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:-1;pointer-events:none}.plcu-three-images__container{width:100%;max-width:55rem;margin:0 auto;padding:18% 2.5rem 0}.plcu-three-images__grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-end}.plcu-three-images__image{position:relative;width:100%;overflow:hidden}.plcu-three-images__img{width:100%;height:auto;display:block}.plcu-three-images__first-image-wrapper{position:relative}.plcu-three-images__overlay{position:absolute;top:0rem;right:0rem;width:100%;z-index:2;pointer-events:none}.plcu-three-images__overlay img{width:100%;height:100%;object-fit:contain;object-position:left top}.plcu-three-images__first-image-wrapper{width:75%;position:relative}.plcu-three-images__image--second,.plcu-three-images__image--third{width:calc(50% - 1rem)}.plcu-three-images__img--desktop,.plcu-three-images__overlay--desktop{display:none}.plcu-three-images__img--mobile,.plcu-three-images__overlay--mobile{display:block}.plcu-three-images__product-info{width:100%;margin-top:1.5rem}.plcu-three-images__product-label{color:#5d5d5d;font-size:1.5rem;font-weight:700}.plcu-three-images__product-price{font-size:1.5rem;font-weight:700;color:#5d5d5d;margin-bottom:3rem;position:relative}.plcu-three-images__product-price:after{content:"";display:block;width:100%;height:1px;background-color:#5d5d5d;position:absolute;margin-right:calc(50% - 50vw);width:calc(50vw + 50%);bottom:-1.5rem}.plcu-three-images__product-description{font-size:1.2rem;line-height:1.6;color:#5d5d5d;margin-bottom:3rem;width:74%}.plcu-three-images__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.2rem 2rem;background-color:#1b4661;color:#fff;text-decoration:none;font-weight:600;font-size:1.4rem;letter-spacing:.1em;transition:all .3s ease}.plcu-three-images__button:hover{background-color:#2a5a7f;transform:translateY(-2px)}.plcu-three-images__button-icon{width:20px;height:20px}@media screen and (min-width:750px){.plcu-three-images-wrapper:before{bottom:10%;right:-6%;width:65%;height:15%}.plcu-three-images-wrapper:after{bottom:28%;right:-4rem;width:21%;height:36%}}.plcu-two-images-wrapper{width:100%;position:relative;overflow:hidden;padding-top:32%;padding-bottom:5rem;z-index:1}.plcu-two-images-wrapper:after{content:"";position:absolute;bottom:0;right:-3rem;width:19rem;height:30rem;background-image:var(--decoration-image, none);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:-1;pointer-events:none}.plcu-two-images__container{width:100%;max-width:55rem;margin:0 auto;padding:0 2.5rem}.plcu-two-images__grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.plcu-two-images__image{position:relative;width:68%;overflow:hidden}.plcu-two-images__img{width:100%;height:auto;display:block}.plcu-two-images__first-image-wrapper{position:relative;width:100%}.plcu-two-images__overlay{position:absolute;top:0;right:0;width:fit-content;height:114%;z-index:2;pointer-events:none}.plcu-two-images__overlay img{width:100%;height:100%;object-fit:contain;object-position:left top}.plcu-two-images__first-image-wrapper,.plcu-two-images__image--second,.plcu-two-images__product-info{width:100%}.plcu-two-images__img--desktop,.plcu-two-images__overlay--desktop{display:none}.plcu-two-images__img--mobile,.plcu-two-images__overlay--mobile{display:block}.plcu-two-images__product-info{width:75%;margin-top:1.5rem}.plcu-two-images__product-label{color:#5d5d5d;font-size:1.5rem;font-weight:700}.plcu-two-images__product-price{font-size:1.5rem;font-weight:700;color:#5d5d5d;margin-bottom:3rem;position:relative}.plcu-two-images__product-price:after{content:"";display:block;width:100%;height:1px;background-color:#5d5d5d;position:absolute;margin-right:calc(50% - 50vw);width:calc(100vw - 2.5rem);bottom:-1.5rem}.plcu-two-images__product-description{font-size:1.2rem;line-height:1.6;color:#5d5d5d;margin-bottom:3rem;text-align:left}.plcu-two-images__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.2rem 2rem;background-color:#1b4661;color:#fff;text-decoration:none;font-weight:600;font-size:1.4rem;letter-spacing:.1em;transition:all .3s ease}.plcu-two-images__button:hover{background-color:#2a5a7f;transform:translateY(-2px)}.plcu-two-images__button-icon{width:20px;height:20px}@media screen and (min-width:750px){.plcu-two-images-wrapper:after{right:initial;left:5%;width:23%;height:35%}}.u-plcu-hidden{display:none!important}.u-plcu-visible{display:block!important}.u-plcu-media-hidden{display:none!important}@media screen and (min-width:750px){.plcu-two-images-wrapper{padding-top:20rem;padding-bottom:20rem}.plcu-image-with-text-wrapper{margin-top:0;padding-bottom:15rem}.plcu-image-with-text__media-item{max-width:none!important;margin-right:0!important}.plcu-image-with-text__grid{justify-content:normal!important}.plcu-image-with-text__text-container{display:block}body{font-size:1.6rem}.h2{font-size:calc(var(--font-heading-scale) * 2.2rem)}.plcu-heading-section__heading{font-size:4.5rem}.plcu-heading-section__text{font-size:1.6rem}.plcu-rich-text__image--desktop{display:block}.plcu-rich-text__image--mobile{display:none}.plcu-news__contents{display:contents;align-items:center;gap:1rem}.plcu-news__date{min-width:120px;font-size:1.5rem}.plcu-news__title{font-size:1.7rem}.plcu-news__link{display:flex;align-items:center;gap:2rem}.plcu-guide-button__content{width:310px;height:106px;gap:25px;padding:0 25px}.plcu-guide-button__icon{width:40px;height:40px}.plcu-guide-button__divider{height:58px}.plcu-guide-button__text{font-size:2rem}.plcu-image-with-text-wrapper{margin-top:0}.plcu-image-with-text-wrapper .plcu-button{margin-left:0;margin-top:3rem}.media .image-with-text__media--desktop{display:block!important}.media .image-with-text__media--mobile{display:none!important}.plcu-image-with-text__grid .plcu-image-with-text__media-item{width:calc(649px/1728px*100%)}.plcu-image-with-text__grid{flex-wrap:nowrap;margin-right:calc(50% - 50vw);width:calc(50% + 50vw)}.image-with-text__media:has(.image-with-text__media--mobile){padding-bottom:auto!important}.plcu-image-with-text__text-container{display:block;width:clamp(46.8rem,-1.662rem + 64.103vw,61.8rem)}.plcu-image-with-text__grid .plcu-image-with-text__first-block{width:100%}.plcu-image-with-text__grid .plcu-image-with-text__bottom-section{grid-column:auto;padding:4rem 5rem 0;width:fit-content}.plcu-image-with-text__bottom-section .image-with-text__text{max-width:initial;color:#5d5d5d}.plcu-rich-text__image .plcu-rich-text__image--mobile{display:none}.plcu-rich-text__image .plcu-rich-text__image--desktop{display:block}.plcu-three-images-wrapper{padding-bottom:20rem}.plcu-three-images__container{padding-top:0;padding-left:5rem;padding-right:5rem;max-width:127rem}.plcu-three-images__product-box{padding:2.5rem 0;width:80%;margin-left:auto}.plcu-three-images__grid{gap:3rem;justify-content:space-between}.plcu-three-images__first-image-wrapper,.plcu-three-images__image--second,.plcu-three-images__image--third,.plcu-three-images__product-info{width:calc(50% - 1.5rem)}.plcu-three-images__product-info{margin-top:clamp(7rem,calc(6.1224vw + 2.4082rem),13rem)}.plcu-three-images__product-label,.plcu-three-images__product-price{font-size:2rem}.plcu-three-images__product-price:after{width:calc(50vw - 1.5rem - 25%)}.plcu-three-images__img--desktop,.plcu-three-images__overlay--desktop{display:block}.plcu-three-images__img--mobile,.plcu-three-images__overlay--mobile{display:none}.plcu-two-images__container{padding-left:5rem;padding-right:5rem;max-width:127rem}.plcu-two-images__grid{gap:3rem}.plcu-two-images__first-image-wrapper,.plcu-two-images__image{width:100%}.plcu-two-images__image--second{width:calc(50% - 1.5rem);order:3}.plcu-two-images__product-info{width:calc(40% - 1.5rem);margin-top:5vw;order:2}.plcu-two-images__product-label,.plcu-two-images__product-price{font-size:2.5rem}.plcu-two-images__product-price:after{width:calc(50vw - 1.5rem - 25%);right:0;margin-right:0;margin-left:calc(50% - 50vw)}.plcu-two-images__product-description{font-size:1.8rem}.plcu-two-images__product-box{text-align:right}.plcu-two-images__img--desktop,.plcu-two-images__overlay--desktop{display:block}.plcu-two-images__img--mobile,.plcu-two-images__overlay--mobile,.plcu-image-with-text__logo .plcu-image-with-text__logo--mobile{display:none}.plcu-image-with-text__logo .plcu-image-with-text__logo--desktop{display:block}.plcu-image-with-text__logo{width:var(--logo-width-desktop, 60%)}.plcu-custom-banner__media--desktop{display:block}.plcu-custom-banner__media--mobile{display:none}}@media screen and (min-width:990px){body{font-size:1.8rem}.h2{font-size:calc(var(--font-heading-scale) * 3rem)}.plcu-three-images__container{padding-left:8rem;padding-right:8rem}.plcu-three-images__product-box{padding:2.5rem 0;width:70%;margin-left:auto}.plcu-three-images__product-label,.plcu-three-images__product-price{font-size:2.5rem}.plcu-three-images__product-price:after{width:calc(50vw - 1.5rem - (14795 / 347.55) * 1%)}.plcu-three-images__product-description{font-size:1.8rem;width:100%}.plcu-three-images__button{font-size:1.6rem}.plcu-two-images__container{padding-left:8rem;padding-right:8rem}.plcu-news__wrapper{padding:0 4rem}.plcu-news__date{min-width:140px;font-size:1.6rem}.plcu-news__contents{display:contents;align-items:center;gap:1rem}.plcu-news__title{font-size:1.8rem}.plcu-news__link{gap:3rem}.plcu-news__view-all{margin-top:7rem}.plcu-guide-button__wrapper{padding:0 4rem}.plcu-guide-button__content{gap:30px;padding:0 30px}.plcu-guide-button__text{font-size:2rem}.plcu-button{font-size:1.6rem}.plcu-button--small{font-size:1.4rem}.plcu-button--large{font-size:1.8rem}.plcu-image-with-text__text-container{width:clamp(61.8rem,17.36rem + 44.889vw,82rem)}}@media screen and (min-width:1024px){.plcu-image-with-text__grid .plcu-image-with-text__bottom-section{padding:6rem 9rem 0 0}}@media screen and (min-width:1440px){.plcu-image-with-text__text-container{width:clamp(82rem,50.717rem + 21.724vw,88.3rem)}}.caption-with-letter-spacing{font-size:1.2rem}.plcu-article-template{margin-top:3rem;margin-bottom:8rem}.plcu-article-template .article-template__hero-container{margin-bottom:3rem}.plcu-article-template .article-template__title{margin-top:2rem;margin-bottom:2rem}.plcu-article-template .article-template__content{margin-top:3rem;margin-bottom:3rem}.plcu-article-template .article-template__back{margin-top:4rem;margin-bottom:4rem}@media screen and (min-width:750px){.caption-with-letter-spacing{font-size:1.4rem}.plcu-article-template{margin-top:6rem;margin-bottom:16rem}.plcu-article-template .article-template__hero-container{margin-bottom:4rem}.plcu-article-template .article-template__title{margin-top:3rem;margin-bottom:3rem}.plcu-article-template .article-template__content{margin-top:4rem;margin-bottom:4rem}.plcu-article-template .article-template__back{margin-top:6rem;margin-bottom:6rem}}.plcu-button-icon-wrapper{width:100%;position:relative;z-index:1}.plcu-button-icon__container{display:flex;justify-content:center;align-items:center}.plcu-button-icon__content{width:100%;max-width:500px}.plcu-button-icon__link{display:block;background-color:#1b4661;color:#fff;padding:1.5rem 2rem;text-decoration:none;transition:all .3s ease;border:2px solid #1b4661;position:relative;overflow:hidden}.plcu-button-icon__link:hover{background-color:#fff;color:#1b4661;border:2px solid #1b4661}.plcu-button-icon__inner{display:flex;align-items:flex-end;gap:1.5rem;justify-content:center}.plcu-button-icon__image-wrapper{position:relative;width:12.6rem;aspect-ratio:2537/544;flex-shrink:0}.plcu-button-icon__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.plcu-button-icon__image--default{opacity:1}.plcu-button-icon__image--hover,.plcu-button-icon__link:hover .plcu-button-icon__image--default{opacity:0}.plcu-button-icon__link:hover .plcu-button-icon__image--hover{opacity:1}.plcu-button-icon__text{font-size:1.2rem;font-weight:600;color:#fff;transition:all .3s ease}.plcu-button-icon__link:hover .plcu-button-icon__text{color:#1b4661}@media screen and (min-width:750px){.plcu-button-icon__content{width:100%;max-width:970px}.plcu-button-icon__link{padding:2rem 3rem}.plcu-button-icon__inner{gap:3rem}.plcu-button-icon__image-wrapper{width:25.3rem}.plcu-button-icon__text{font-size:2.5rem}}.plcu-guide-wrapper{width:100%}.plcu-guide__container{width:100%;margin:0 auto}.plcu-guide__block{margin-bottom:3rem}.plcu-guide__heading{font-size:clamp(2rem,calc(1.2245vw + 1.0816rem),3.2rem);font-weight:700;color:#000;text-align:center;margin-top:5rem}.plcu-guide__section{margin:4rem 0 2rem}.plcu-guide__section-title{font-size:clamp(1.8rem,calc(.6122vw + 1.3408rem),2.4rem);font-weight:700;color:#000;background-color:#ececec;padding:.6rem 2rem;margin-bottom:1rem;border-left:1.3rem solid #99abb3}.plcu-guide__section-description{font-size:1.4rem;line-height:1.6;color:#000;margin-bottom:2rem}.plcu-guide__step-number{background-color:#1b4661;color:#fff;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;flex-shrink:0}.plcu-guide__step-title{font-size:1.6rem;font-weight:700;color:#000;margin:0}.plcu-guide__step-description{font-size:1.4rem;line-height:1.6;color:#000}.plcu-guide__text-content{margin:2rem 0}.plcu-guide__subtitle{font-size:1.6rem;font-weight:700;color:#1b4661;margin-bottom:1rem}.plcu-guide__text{font-size:1.4rem;line-height:1.6;color:#5d5d5d}.plcu-guide__highlight-box{margin:2rem 0}.plcu-guide__highlight-title{font-size:1.6rem;font-weight:500;color:#000;border-left:.5rem solid #99abb3;padding-left:1.3rem;margin-bottom:1rem}.plcu-guide__highlight-content{font-size:1.4rem;line-height:1.6;color:#000}.plcu-guide__highlight-content a,.plcu-guide__step-description a,.plcu-guide__text a{color:#015eb4;text-decoration:none}.plcu-guide__highlight-content a:hover,.plcu-guide__step-description a:hover,.plcu-guide__text a:hover{text-decoration:underline}.plcu-guide__contact{background-color:#f9f9f9;border-radius:.5rem;padding:3rem;text-align:center;margin:4rem 0}.plcu-guide__contact-title{font-size:2rem;font-weight:700;color:#1b4661;margin-bottom:1.5rem}.plcu-guide__contact-content{font-size:1.4rem;line-height:1.6;color:#5d5d5d;margin-bottom:2rem}@media screen and (min-width:750px){.plcu-guide__section-title{margin-top:10rem;padding:.6rem 1.5rem}.plcu-guide__section-description{font-size:1.6rem}.plcu-guide__step-number{width:4rem;height:4rem;font-size:1.6rem}.plcu-guide__step-title{font-size:1.8rem}.plcu-guide__step-description{font-size:1.6rem}.plcu-guide__subtitle{font-size:1.8rem}.plcu-guide__text{font-size:1.6rem}.plcu-guide__highlight-title{font-size:1.8rem}.plcu-guide__highlight-content{font-size:1.6rem}.plcu-guide__contact-title{font-size:2.4rem}.plcu-guide__contact-content{font-size:1.6rem}}.plcu-top-image-text-wrapper{width:100%;overflow:hidden}.plcu-top-image-text-content{display:flex;flex-direction:column;gap:2.5rem}.plcu-top-image-text-text{display:contents}.plcu-top-image-text-text-image{order:1;text-align:left}.plcu-top-image-text-text-image img{height:auto;width:100%;object-fit:contain}.plcu-top-image-text-image{order:2;position:relative;width:100%}.plcu-top-image-text-img{width:100%;height:auto;display:block}.plcu-top-image-text-img--desktop{display:none}.plcu-top-image-text-img--mobile{display:block}.plcu-top-image-text-text-content{order:3;text-align:center}.plcu-top-image-text-heading{font-size:clamp(2.1rem,calc(.6642vw + 1.8509rem),3rem);font-weight:700;color:#5d5d5d;margin-bottom:1.5rem;text-align:left}.plcu-top-image-text-heading p{margin:0}.plcu-top-image-text-text-desc{font-size:1.4rem;line-height:1.6;color:#5d5d5d;margin-bottom:2.5rem;text-align:left}@media screen and (min-width:750px){.plcu-top-image-text-content{flex-direction:row;align-items:center;gap:0}.plcu-top-image-text-content--reverse{flex-direction:row-reverse}.plcu-top-image-text-text{display:block;order:0}.plcu-top-image-text-image{order:0;width:50vw;height:auto;margin-left:calc(50% - 50vw);flex-shrink:0}.plcu-top-image-text-content--reverse .plcu-top-image-text-image{margin-left:0;margin-right:calc(50% - 50vw)}.plcu-top-image-text-img{width:100%;height:100%;object-fit:cover}.plcu-top-image-text-img--desktop{display:block}.plcu-top-image-text-img--mobile{display:none}.plcu-top-image-text-text-image{order:initial;text-align:left}.plcu-top-image-text-content--reverse .plcu-top-image-text-text-image{text-align:left}.plcu-top-image-text-text-image{padding:0 clamp(3rem,calc(3.0612vw + .7041rem),6rem)}.plcu-top-image-text-text-content{order:initial;padding:0 clamp(3rem,calc(3.0612vw + .7041rem),6rem);text-align:left}.plcu-top-image-text-content--reverse .plcu-top-image-text-text-content{text-align:left}.plcu-top-image-text-heading{margin-bottom:2rem}.plcu-top-image-text-text-desc{font-size:1.6rem;margin-bottom:3rem}}@media screen and (min-width:990px){.plcu-top-image-text-text-desc{font-size:1.8rem}}.announcement-bar__message.h5{font-weight:700}.banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content.p-plcu-banner__content{min-height:none}.p-plcu-banner__content.banner__content{padding:1rem}.shopify-policy__container{margin:clamp(7rem,calc(3.0612vw + 4.7041rem),10rem) auto}.shopify-policy__container h1{color:#000;font-size:3.2rem}.shopify-policy__body{margin-top:clamp(7rem,calc(3.0612vw + 4.7041rem),10rem);color:#000}.shopify-policy__body h2{color:#000}.shopify-policy__container{max-width:var(--page-width);padding:0 1.5rem}.shopify-policy__body table:not([class]){box-shadow:none}.shopify-policy__body table:not([class]),.shopify-policy__body tbody,.shopify-policy__body tr,.shopify-policy__body table:not([class]) td,.shopify-policy__body table:not([class]) th{border:none;font-size:1.6rem}.shopify-policy__body table:not([class]) td p{margin:0}@media screen and (min-width:750px){.shopify-policy__container{padding:0 5rem}}hr{background-color:#999998;margin:2.5rem 0}.footer-block-image .footer-block__image-wrapper{margin-bottom:0}.footer__blocks-wrapper .footer-block:nth-child(1),.footer__blocks-wrapper .footer-block:nth-child(2){width:100%}@media screen and (min-width:750px){.footer__blocks-wrapper .footer-block:nth-child(n+3){width:calc(25% - var(--grid-desktop-horizontal-spacing))}footer .footer__content-top .grid{row-gap:3rem}}.page-width{padding:0 2.5rem}.plcu-header.page-width{padding-left:9rem;padding-right:4.6rem;max-width:100%}@media screen and (min-width:750px){.plcu-header.page-width{padding-left:9rem;padding-right:4.6rem}}@media screen and (min-width:990px){.header.plcu-header:not(.drawer-menu).page-width{padding-left:9rem;padding-right:4.6rem}}@media screen and (max-width:749px){.plcu-header.page-width{padding-left:2.5rem;padding-right:2.5rem}}img{display:block}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-style.css.map */
