/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--container-width: 1290;--container-padding: 30;--html-font-size: calc(100vw / var(--container-width));--body-min-width: 320px;--font-family: "Inter", sans-serif;--font-size: 16rem;--font-weight: 400;--line-height: 1.5;--letter-spacing: 0;--color-black: #000;--color-red: red;--color-green: green;--color-blue: #024AD8;--color-gray: #D9D9D9;--color-primary: var(--color-blue);--color-primary-hover: color-mix(in srgb ,var(--color-primary), #fff 5%);--color-primary-active: color-mix(in srgb ,var(--color-primary), #000 10%);--color-bg: #fff;--color-text: var(--color-black)}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/Inter/Inter-Regular.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/Inter/Inter-Bold.ttf) format("truetype")}*,*:before,*:after{box-sizing:border-box;outline:none}::selection{color:#fff;background-color:var(--color-primary)}::placeholder{color:var(--color-gray)}a{color:inherit;text-decoration:none}li{list-style-type:none}input,textarea{display:block;width:100%;border:1px solid var(--color-gray);border-radius:0;background-color:transparent}textarea{resize:none}button{border:none;background-color:transparent;cursor:pointer;color:inherit}img{-webkit-user-select:none;user-select:none;max-width:100%;display:block;height:auto}svg{display:block;max-width:100%}picture{display:contents}h1,h2,h3,h4,h5,h6,p,ul,ol,button{margin:0;padding:0}h1,h2,h3,h4,h5,h6{line-height:1.25}h1{font-size:60rem}h2{font-size:20rem}h3{font-size:26rem}h4{font-size:20rem}.tal{text-align:left}.tac{text-align:center}.tar{text-align:right}.ttu{text-transform:uppercase}.ttn{text-transform:normal}.ttl{text-transform:lowercase}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fw900{font-weight:900}.c-primary{color:var(--color-primary)}.c-red{color:var(--color-red)}.c-green{color:var(--color-green)}.c-blue{color:var(--color-blue)}.c-gray{color:var(--color-gray)}.flex{display:flex;flex-wrap:wrap}.grid{display:grid}.jcc{justify-content:center}.jcsb{justify-content:space-between}.aic{align-items:center}.hidden{display:none}.w100{width:100%}html{background-color:var(--color-bg);font-size:var(--html-font-size)}body{position:relative;overflow-x:hidden;min-width:var(--body-min-width);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);color:var(--color-text);letter-spacing:var(--letter-spacing)}.page-container{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;min-height:calc(var(--vh, 1vh) * 100);padding-top:var(--header-height)}.page-container main{max-width:100vw;overflow-x:hidden}.container{max-width:calc(var(--container-width) * 1rem);padding:0 calc(var(--container-padding) * 1rem);margin:0 auto}.btn{text-decoration:none;border:none;padding:0;background-color:transparent;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;grid-gap:15rem;line-height:1.25;transition:.25s;height:46rem;width:100%;padding:0 15rem;border-radius:5rem;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:20rem;box-shadow:0 4rem 15rem #0000001a}.btn:hover{background-color:var(--color-primary-hover)}.btn:active{background-color:var(--color-primary-active)}header.header-main{border-bottom:1px solid #D9D9D9}header.header-main .logo-wrap{display:flex;height:68rem;align-items:center}header.header-main .logo-wrap a{display:block}header.header-main .logo-wrap a img{width:206rem}footer.footer-main{background-color:#333;color:#fff}.section-welcome{padding:40rem 0}.section-welcome .grid{grid-template-columns:272rem 1fr;align-items:center;gap:110rem}.section-welcome .img-wrapper{display:grid;gap:4rem}.section-welcome .img-wrapper .gift-wrap{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14rem}.section-welcome .img-wrapper .gift-wrap img.ic{width:60rem}.section-welcome .img-wrapper .gift-wrap b{letter-spacing:-.02em;line-height:1.25}.section-welcome .text-wrapper{display:grid;gap:40rem}.section-welcome .text-wrapper .head-wrap p{font-size:24rem}.section-welcome .text-wrapper .text-wrap{padding-right:100rem}.section-products{background-color:#f6f6f6;padding:60rem 0}.section-products .grid{grid-template-columns:repeat(4,1fr);gap:6rem}.section-products .item{background-color:#fff;padding:20rem;display:grid;gap:20rem;grid-template-rows:auto 1fr;border-radius:4rem;box-shadow:0 4rem 15rem #0000000d}.section-products .item .top-wrap{display:flex;flex-direction:column;gap:20rem}.section-products .item .top-wrap .img-wrap img{aspect-ratio:1.1/1;width:100%;object-fit:contain}.section-products .item .top-wrap .head-wrap{display:grid;gap:20rem}.section-products .item .top-wrap .head-wrap b{font-size:30rem}.section-products .item .top-wrap .gift-wrap{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14rem}.section-products .item .top-wrap .gift-wrap img.ic{width:46rem}.section-products .item .top-wrap .gift-wrap p{letter-spacing:-.02em;line-height:1.25;font-size:14rem}.section-products .item .bottom-wrap p{font-size:14rem}@media (max-width: 768px){:root{--html-font-size: calc(100vw / 768)}h1{font-size:58rem}.hidden-mob{display:none}.section-welcome .grid{grid-template-columns:1fr;gap:20rem}.section-welcome .img-wrapper{max-width:272rem;margin:0 auto;order:1}.section-welcome .text-wrapper{gap:30rem}.section-welcome .text-wrapper .text-wrap{padding-right:0}.section-products{padding:30rem 0}.section-products .grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){:root{--html-font-size: calc(100vw / 375);--container-padding: 16}h1{font-size:40rem}h2{font-size:20rem}h3{font-size:22rem}h4{font-size:18rem}.section-welcome{padding:30rem 0}.section-welcome .text-wrapper{gap:0}.section-welcome .text-wrapper .head-wrap{text-align:center}.section-welcome .text-wrapper .head-wrap p{font-size:20rem}.section-welcome .text-wrapper .text-wrap p{display:none}.section-products{padding:16rem 0}.section-products .grid{grid-template-columns:1fr;gap:16rem}.section-products .item .top-wrap .head-wrap{gap:0}.section-products .item .top-wrap .head-wrap h2 br{display:none}}@media (min-width: 481px){.section-products .item .top-wrap .head-wrap h2{height:50rem}}@media (min-width: 769px){.hidden-desc{display:none}.section-products .grid.center{display:flex;flex-wrap:wrap;justify-content:center}.section-products .grid.center .item{max-width:303rem}}@media (min-width: 1291px){:root{--html-font-size: 1px}}
