*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh}ul,ol{list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;color:inherit;appearance:none;background:0 0;border:none;outline:none}input[type=checkbox],input[type=radio]{appearance:auto}button{cursor:pointer}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}html{font-size:100%;overflow-y:scroll}#app{flex-direction:column;min-height:100vh;display:flex}body{letter-spacing:.04em;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Noto Sans JP,sans-serif;font-size:1rem;line-height:1.7}a{color:#e8650a;transition:opacity .3s}a:hover{opacity:.7}img{vertical-align:middle}h1{letter-spacing:.02em;font-size:2.5rem;font-weight:700;line-height:1.3}h2{letter-spacing:.02em;font-size:2rem;font-weight:700;line-height:1.3}h3{letter-spacing:.02em;font-size:1.5rem;font-weight:700;line-height:1.3}.l-header{z-index:1000;background-color:#e8650a;width:100%;height:60px;position:fixed;top:0;left:0}.l-header__inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 1rem;display:flex}@media (width>=768px){.l-header__inner{padding:0 1.5rem}}.l-header__logo{color:#fff;font-size:1.5rem;font-weight:700}.l-header__nav{align-items:center;gap:1rem;display:none}@media (width>=768px){.l-header__nav{display:flex}}.l-header--shop{background-color:#0d8a72}.l-header__nav-link{color:#fff;font-size:1rem;transition:opacity .3s}.l-header__nav-link:hover{opacity:.7}.l-footer{text-align:center;color:#1a1a1a;border-top:1px solid #ddd;flex-shrink:0;padding:1.5rem 0;font-size:.75rem}.l-footer__links{justify-content:center;gap:1rem;margin-bottom:.5rem;display:flex}.l-footer__link{color:#e8650a;font-size:.875rem}.l-footer__copyright{color:#1a1a1a}.l-main{flex:1 0 auto;margin-top:60px}.c-button{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:.5rem 1.5rem;font-size:1rem;font-weight:700;line-height:1;transition:opacity .3s;display:inline-flex}.c-button:hover{opacity:.7}.c-button:disabled{opacity:.4;cursor:not-allowed}.c-button--primary{color:#fff;background-color:#e8650a}.c-button--secondary{color:#fff;background-color:#0d8a72}.c-button--danger{color:#fff;background-color:#c0392b}@media (width>=768px){.c-button{width:auto}}.c-button--full{width:100%}.c-button--small{padding:.25rem 1rem;font-size:.875rem}.c-card{background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:box-shadow .3s;overflow:hidden}.c-card:hover{box-shadow:0 2px 8px #0000001a}.c-card__image-wrap{position:relative}.c-card__image{aspect-ratio:4/3;object-fit:cover;width:100%}.c-card__labels{gap:.25rem;display:flex;position:absolute;top:.5rem;left:.5rem}.c-card__body{padding:1rem}.c-card__title{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:1rem;font-weight:700;line-height:1.3;overflow:hidden}.c-card__price{color:#e8650a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.c-card__meta{color:#1a1a1a;opacity:.6;font-size:.75rem}.c-card__footer{padding:0 1rem 1rem}.c-card-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.c-card-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.c-card-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.c-form{width:100%;max-width:480px;margin:0 auto}.c-form__group{margin-bottom:1rem}.c-form__label{margin-bottom:.25rem;font-size:.875rem;font-weight:700;display:block}.c-form__input,.c-form__select,.c-form__textarea{background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.7;transition:border-color .3s}.c-form__input:focus,.c-form__select:focus,.c-form__textarea:focus{border-color:#e8650a}.c-form__input--error,.c-form__select--error,.c-form__textarea--error{border-color:#c0392b}.c-form__select{cursor:pointer}.c-form__textarea{resize:vertical;min-height:120px}.c-form__error{color:#c0392b;margin-top:.25rem;font-size:.75rem;display:block}.c-form__actions{margin-top:1.5rem}.c-form__file-hidden{display:none}.c-form__file-button{cursor:pointer;border:1px solid #ddd;border-radius:4px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:1rem;transition:opacity .3s;display:inline-flex}.c-form__file-button:hover{opacity:.7}.c-form__file-button--error{border-color:#c0392b}.c-toast-container{z-index:2000;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:calc(60px + 1rem);left:1rem;right:1rem}@media (width>=768px){.c-toast-container{left:auto;right:1rem}}.c-toast{color:#fff;border-radius:4px;min-width:280px;padding:1rem 1.5rem;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #00000026}.c-toast--success{background-color:#0d8a72}.c-toast--error{background-color:#c0392b}.c-toast-enter-active,.c-toast-leave-active{transition:all .3s}.c-toast-enter-from,.c-toast-leave-to{opacity:0;transform:translate(40px)}.c-pagination{justify-content:center;align-items:center;gap:.25rem;margin-top:2.5rem;display:flex}.c-pagination__item{cursor:pointer;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 .5rem;font-size:.875rem;transition:all .3s;display:inline-flex}.c-pagination__item .material-symbols-outlined{font-size:20px;line-height:1}.c-pagination__item:hover{color:#e8650a;border-color:#e8650a}.c-pagination__item--active{color:#fff;cursor:default;background-color:#e8650a;border-color:#e8650a}.c-pagination__item--active:hover{color:#fff}.c-pagination__item--disabled{opacity:.4;cursor:not-allowed}.c-pagination__item--disabled:hover{color:inherit;border-color:#ddd}.c-label{color:#fff;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-block}.c-label--purchased{background-color:#0d8a72}.c-label--expired{background-color:#c0392b}.c-hamburger{cursor:pointer;background:0 0;border:none;width:32px;height:32px;padding:0;position:relative}@media (width>=768px){.c-hamburger{display:none}}.c-hamburger__line{background-color:#fff;width:20px;height:2px;margin-top:-1px;margin-left:-10px;transition:transform .3s,opacity .3s;display:block;position:absolute;top:50%;left:50%}.c-hamburger__line:first-child{transform:translateY(-8px)}.c-hamburger__line:nth-child(2){transform:translateY(0)}.c-hamburger__line:nth-child(3){transform:translateY(8px)}.c-hamburger--open .c-hamburger__line:first-child{transform:translateY(0)rotate(45deg)}.c-hamburger--open .c-hamburger__line:nth-child(2){opacity:0}.c-hamburger--open .c-hamburger__line:nth-child(3){transform:translateY(0)rotate(-45deg)}.c-hamburger-overlay{z-index:998;background-color:#00000080;width:100%;height:calc(100vh - 60px);position:fixed;top:60px;left:0}@media (width>=768px){.c-hamburger-overlay{display:none}}.c-hamburger-menu{z-index:999;background-color:#fff;border-left:1px solid #ddd;width:280px;max-width:80%;height:calc(100vh - 60px);position:fixed;top:60px;right:0;overflow-y:auto;box-shadow:-4px 0 12px #0000001a}@media (width>=768px){.c-hamburger-menu{display:none}}.c-hamburger-menu__list{padding:1rem 0}.c-hamburger-menu__item{color:#1a1a1a;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:background-color .3s;display:block}.c-hamburger-menu__item:hover{background-color:#e8650a0d}.c-hamburger-overlay-enter-active,.c-hamburger-overlay-leave-active{transition:opacity .3s}.c-hamburger-overlay-enter-from,.c-hamburger-overlay-leave-to{opacity:0}.c-hamburger-menu-enter-active,.c-hamburger-menu-leave-active{transition:transform .3s}.c-hamburger-menu-enter-from,.c-hamburger-menu-leave-to{transform:translate(100%)}.c-modal{z-index:1500;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.c-modal__overlay{background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.c-modal__content{background-color:#fff;border-radius:4px;width:90%;max-width:480px;padding:1.5rem;position:relative;box-shadow:0 4px 24px #0003}.c-modal__title{margin-bottom:1rem;font-size:1.125rem;font-weight:700;line-height:1.3}.c-modal__body{color:#1a1a1a;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.c-modal__actions{justify-content:flex-end;gap:.5rem;display:flex}.c-modal-enter-active,.c-modal-leave-active{transition:opacity .3s}.c-modal-enter-from,.c-modal-leave-to{opacity:0}.p-top-hero{color:#fff;text-align:center;background-color:#e8650a;background-image:linear-gradient(#00000073,#00000073),url(/build/assets/top-hero-C0kmHr5F.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:2.5rem 1rem}.p-top-hero__inner{max-width:960px;margin:0 auto}.p-top-hero__catch{letter-spacing:.02em;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.3}@media (width>=1024px){.p-top-hero__catch{font-size:2.5rem}}.p-top-hero__lead{letter-spacing:.04em;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.p-top-hero__actions{flex-direction:column;align-items:center;gap:.5rem;display:flex}@media (width>=768px){.p-top-hero__actions{flex-direction:row;justify-content:center;gap:1rem}}.p-top-hero__button{min-width:240px}.p-top-features{background-color:#fff;padding:2.5rem 1rem}.p-top-features__inner{max-width:1024px;margin:0 auto}.p-top-features__title{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.3}.p-top-features__list{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.p-top-features__list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width>=1024px){.p-top-features__list{grid-template-columns:repeat(3,1fr)}}.p-top-features__card{text-align:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;padding:1.5rem}.p-top-features__card-icon{color:#e8650a;margin-bottom:.5rem;font-size:48px;display:block}.p-top-features__card-title{color:#e8650a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.p-top-features__card-text{color:#1a1a1a;font-size:1rem;line-height:1.7}.p-top-howto{background-color:#f8f8f8;padding:2.5rem 1rem}.p-top-howto__inner{max-width:960px;margin:0 auto}.p-top-howto__title{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.3}.p-top-howto__tabs{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.p-top-howto__tab{color:#1a1a1a;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:4px;flex:1;max-width:240px;padding:.5rem 1rem;font-size:1rem;font-weight:700;transition:opacity .3s}.p-top-howto__tab:hover{opacity:.8}.p-top-howto__tab.is-active--consumer{color:#fff;background-color:#e8650a;border-color:#e8650a}.p-top-howto__tab.is-active--shop{color:#fff;background-color:#0d8a72;border-color:#0d8a72}.p-top-howto__steps{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.p-top-howto__steps{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.p-top-howto__steps{grid-template-columns:repeat(3,1fr)}}.p-top-howto__step{text-align:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;flex-direction:column;align-items:center;padding:1.5rem;display:flex}.p-top-howto__step-number{color:#fff;background-color:#e8650a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:.5rem;font-size:1rem;font-weight:700;display:inline-flex}.p-top-howto__step-icon{color:#e8650a;margin-bottom:.5rem;font-size:48px;display:block}.p-top-howto__step-title{margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.p-top-howto__step-text{color:#1a1a1a;font-size:.875rem;line-height:1.7}.p-top-faq{background-color:#fff;padding:2.5rem 1rem}.p-top-faq__inner{max-width:960px;margin:0 auto}.p-top-faq__title{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.3}.p-top-faq__tabs{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.p-top-faq__tab{color:#1a1a1a;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:4px;flex:1;max-width:240px;padding:.5rem 1rem;font-size:1rem;font-weight:700;transition:opacity .3s}.p-top-faq__tab:hover{opacity:.8}.p-top-faq__tab.is-active--consumer{color:#fff;background-color:#e8650a;border-color:#e8650a}.p-top-faq__tab.is-active--shop{color:#fff;background-color:#0d8a72;border-color:#0d8a72}.p-top-faq__list{flex-direction:column;gap:.5rem;display:flex}.p-top-faq__item{background-color:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden}.p-top-faq__question{cursor:pointer;align-items:center;gap:.5rem;padding:1rem;transition:background-color .3s;display:flex}.p-top-faq__question:hover{background-color:#f0f0f0}.p-top-faq__icon{flex-shrink:0;font-size:1.5rem;line-height:1;position:relative;top:1px}.p-top-faq__icon--question{color:#e8650a}.p-top-faq__icon--answer{color:#1a1a1a;opacity:.6}.p-top-faq__question-text{flex:1;font-size:1rem;font-weight:700;line-height:1.7}.p-top-faq__question-icon{color:#1a1a1a;flex-shrink:0;font-size:24px;transition:transform .3s}.p-top-faq__question-icon.is-open{transform:rotate(180deg)}.p-top-faq__answer{align-items:center;gap:.5rem;padding:1rem;display:flex}.p-top-faq__answer-text{color:#1a1a1a;font-size:1rem;line-height:1.7}.p-product-list{max-width:1280px;margin:0 auto;padding:2.5rem 1rem}@media (width>=1024px){.p-product-list{padding:1.5rem 2.5rem}}.p-product-list__title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (width>=768px){.p-product-list__title{font-size:2rem}}.p-product-list__layout{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.p-product-list__layout{grid-template-columns:240px 1fr}}@media (width>=1024px){.p-product-list__layout{grid-template-columns:280px 1fr;gap:2.5rem}}.p-product-list__sidebar,.p-product-list__main{min-width:0}.p-product-list__empty{text-align:center;color:#1a1a1a;opacity:.6;border:1px dashed #ddd;border-radius:4px;padding:2.5rem}.p-product-detail{max-width:1024px;margin:0 auto;padding:2.5rem 1rem}@media (width>=1024px){.p-product-detail{padding:1.5rem 2.5rem}}.p-product-detail__loading{text-align:center;padding:2.5rem}.p-product-detail__inner{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.p-product-detail__inner{grid-template-columns:1fr 1fr;gap:2.5rem}}.p-product-detail__image-wrap{position:relative}.p-product-detail__image{border:1px solid #ddd;border-radius:4px;width:100%;height:auto;display:block}.p-product-detail__labels{gap:.25rem;display:flex;position:absolute;top:.5rem;left:.5rem}.p-product-detail__body{flex-direction:column;gap:1rem;display:flex}.p-product-detail__name{font-size:1.5rem;font-weight:700;line-height:1.3}@media (width>=1024px){.p-product-detail__name{font-size:2rem}}.p-product-detail__price{color:#e8650a;font-size:1.5rem;font-weight:700}.p-product-detail__meta{flex-direction:column;gap:.5rem;display:flex}.p-product-detail__meta-row{border-bottom:1px solid #ddd;flex-direction:column;gap:.25rem;padding-bottom:.5rem;display:flex}.p-product-detail__meta-label{color:#1a1a1a;opacity:.7;font-size:.875rem}.p-product-detail__meta-value{color:#1a1a1a;font-size:1rem;line-height:1.7}.p-product-detail__actions{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.p-product-detail__login-notice{text-align:center;color:#1a1a1a;font-size:1rem}.p-product-detail__login-link{color:#e8650a;text-decoration:underline}.p-mypage{max-width:1280px;margin:0 auto;padding:2.5rem 1rem}@media (width>=1024px){.p-mypage{padding:1.5rem 2.5rem}}.p-mypage__title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (width>=768px){.p-mypage__title{font-size:2rem}}.p-mypage__profile{background-color:#fff;border:1px solid #ddd;border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}@media (width>=768px){.p-mypage__profile{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}}.p-mypage__profile-info{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}@media (width>=768px){.p-mypage__profile-info{flex:1;margin-bottom:0}}.p-mypage__profile-label{color:#1a1a1a;opacity:.7;font-size:.875rem}.p-mypage__profile-value{color:#1a1a1a;font-size:1rem;line-height:1.7}.p-mypage__profile-actions{flex-direction:column;gap:.5rem;display:flex}@media (width>=768px){.p-mypage__profile-actions{flex-shrink:0}}.p-mypage__section{margin-bottom:2.5rem}.p-mypage__section-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.p-mypage__section-title{font-size:1.125rem;font-weight:700;line-height:1.3}@media (width>=768px){.p-mypage__section-title{font-size:1.5rem}}.p-mypage__section-link{color:#e8650a;flex-shrink:0;font-size:.875rem;text-decoration:underline}.p-mypage__empty{text-align:center;color:#1a1a1a;opacity:.6;border:1px dashed #ddd;border-radius:4px;padding:1.5rem}.p-auth-form{justify-content:center;align-items:flex-start;min-height:calc(100vh - 60px);padding:1.5rem 1rem;display:flex}@media (width>=768px){.p-auth-form{align-items:center;padding:2.5rem 1rem}}.p-auth-form__inner{background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;max-width:100%;padding:1.5rem}@media (width>=768px){.p-auth-form__inner{max-width:480px;padding:2.5rem}}@media (width>=1024px){.p-auth-form__inner{max-width:520px}}.p-auth-form__title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (width>=768px){.p-auth-form__title{font-size:2rem}}.p-auth-form__lead{text-align:center;color:#1a1a1a;opacity:.8;margin-bottom:1rem;font-size:.875rem;line-height:1.7}.p-auth-form__actions{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.p-auth-form__links{text-align:center;flex-direction:column;gap:.25rem;margin-top:1rem;display:flex}.p-auth-form__link{color:#e8650a;font-size:.875rem;text-decoration:underline}.p-profile-edit{max-width:720px;margin:0 auto;padding:2.5rem 1rem}@media (width>=1024px){.p-profile-edit{padding:1.5rem 2.5rem}}.p-profile-edit__title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (width>=768px){.p-profile-edit__title{font-size:2rem}}.p-profile-edit__inner{background-color:#fff;border:1px solid #ddd;border-radius:4px;padding:1.5rem}@media (width>=768px){.p-profile-edit__inner{padding:2.5rem}}.p-profile-edit__image-preview{border:1px solid #ddd;border-radius:4px;width:100%;max-width:240px;height:auto;margin:0 auto 1rem;display:block}.p-profile-edit__row{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.p-profile-edit__row{grid-template-columns:1fr 2fr}}.p-profile-edit__actions{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}@media (width>=1024px){.p-profile-edit__actions{flex-direction:row;justify-content:flex-end}}.p-privacy{max-width:1024px;margin:0 auto;padding:2.5rem 1rem}@media (width>=1024px){.p-privacy{padding:1.5rem 2.5rem}}.p-privacy__title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (width>=768px){.p-privacy__title{font-size:2rem}}.p-privacy__updated{color:#1a1a1a;opacity:.7;text-align:center;margin-bottom:2.5rem;font-size:.875rem}.p-privacy__section{margin-bottom:1.5rem}.p-privacy__heading{border-bottom:1px solid #ddd;margin-bottom:.5rem;padding-bottom:.25rem;font-size:1.125rem;font-weight:700;line-height:1.3}.p-privacy__text{letter-spacing:.04em;margin-bottom:.5rem;font-size:1rem;line-height:1.7}.p-privacy__list{letter-spacing:.04em;margin-bottom:.5rem;padding-left:1.5rem;font-size:1rem;line-height:1.7;list-style:outside}.p-privacy__list li{margin-bottom:.25rem}.p-terms{max-width:1024px;margin:0 auto;padding:2.5rem 1rem}@media (width>=1024px){.p-terms{padding:1.5rem 2.5rem}}.p-terms__title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (width>=768px){.p-terms__title{font-size:2rem}}.p-terms__updated{color:#1a1a1a;opacity:.7;text-align:center;margin-bottom:2.5rem;font-size:.875rem}.p-terms__section{margin-bottom:1.5rem}.p-terms__heading{border-bottom:1px solid #ddd;margin-bottom:.5rem;padding-bottom:.25rem;font-size:1.125rem;font-weight:700;line-height:1.3}.p-terms__text{letter-spacing:.04em;margin-bottom:.5rem;font-size:1rem;line-height:1.7}.p-terms__list{letter-spacing:.04em;margin-bottom:.5rem;padding-left:1.5rem;font-size:1rem;line-height:1.7;list-style:outside}.p-terms__list li{margin-bottom:.25rem}.p-not-found{text-align:center;max-width:720px;margin:0 auto;padding:2.5rem 1rem}@media (width>=1024px){.p-not-found{padding:2.5rem}}.p-not-found__title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (width>=768px){.p-not-found__title{font-size:2rem}}.p-not-found__text{margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.p-not-found__actions{justify-content:center;display:flex}.u-mt-xs{margin-top:.25rem}.u-mb-xs{margin-bottom:.25rem}.u-pt-xs{padding-top:.25rem}.u-pb-xs{padding-bottom:.25rem}.u-p-xs{padding:.25rem}.u-mt-sm{margin-top:.5rem}.u-mb-sm{margin-bottom:.5rem}.u-pt-sm{padding-top:.5rem}.u-pb-sm{padding-bottom:.5rem}.u-p-sm{padding:.5rem}.u-mt-md{margin-top:1rem}.u-mb-md{margin-bottom:1rem}.u-pt-md{padding-top:1rem}.u-pb-md{padding-bottom:1rem}.u-p-md{padding:1rem}.u-mt-lg{margin-top:1.5rem}.u-mb-lg{margin-bottom:1.5rem}.u-pt-lg{padding-top:1.5rem}.u-pb-lg{padding-bottom:1.5rem}.u-p-lg{padding:1.5rem}.u-mt-xl{margin-top:2.5rem}.u-mb-xl{margin-bottom:2.5rem}.u-pt-xl{padding-top:2.5rem}.u-pb-xl{padding-bottom:2.5rem}.u-p-xl{padding:2.5rem}
