@charset "UTF-8";.blog-post-detail .article-tags .tag-link,.clipboard--bubble{transition:all .25s cubic-bezier(.104,.204,.492,1)}.blog-post-detail--navigation{transition:all .25s ease}.blog-post-detail--continue{isolation:isolate;border-radius:var(--block-border-radius, 16px)}.blog-post-detail--navigation--inner{padding:0 15px;max-width:1440px;margin-left:auto;margin-right:auto}@media only screen and (min-width: 768px){.blog-post-detail--navigation--inner{padding:0 50px}}.blog-post-detail .article-tags .tags-title{margin-right:.5rem;font-size:.875rem;font-weight:700}.blog-post-detail .article-tags .tag-link{display:inline-flex;white-space:nowrap;font-size:.8125rem;padding:5px 15px;height:31px;border-radius:var(--button-border-radius, 6px);align-items:center;font-weight:var(--font-body-medium-weight, 500);margin:0 2px 6px 0;line-height:1;background:rgba(var(--color-body-rgb),.05);color:rgba(var(--color-body-rgb),.8)}.blog-post-detail .article-tags .tag-link:hover,.blog-post-detail .article-tags .active.tag-link{color:#fff;background:var(--color-accent)}.blog-post-detail .post-meta-wrapper{font-size:.75rem;color:var(--color-body, #2c2d2e);margin-bottom:10px}.blog-post-detail .post-meta-wrapper aside{display:inline-flex;margin:0 10px 10px 0;position:relative;align-items:center;font-weight:700}.blog-post-detail .post-meta-wrapper aside:after{content:"\2014";display:inline-block;opacity:.7;margin-left:10px;opacity:.6}.blog-post-detail .post-meta-wrapper aside:last-child:after{content:none}.blog-post-detail .post-title{width:100%;max-width:800px;padding:20px;margin:0 auto;display:flex;flex-direction:column}@media only screen and (min-width: 768px){.blog-post-detail .post-title{padding:50px;width:50%}}.blog-post-detail .post-title .share-article{margin-top:auto;margin-bottom:0}.blog-post-detail .post-title-wrapper{border-radius:var(--block-border-radius, 16px);background:var(--color-yellow, #fff);display:flex;overflow:hidden;width:100%;margin-bottom:30px}@media only screen and (min-width: 768px){.blog-post-detail .post-title-wrapper{margin-bottom:60px}}.blog-post-detail .post-title-wrapper--border-true{border:1px solid var(--color-border, #dadce0)}.blog-post-detail .post-title-wrapper--has-img-true{flex-direction:column-reverse}@media only screen and (min-width: 768px){.blog-post-detail .post-title-wrapper--has-img-true{flex-direction:row;margin-bottom:70px}}.blog-post-detail .post-title-wrapper--has-img-true .post-title{margin:0}.blog-post-detail .post-title-wrapper--has-img-false{text-align:center;justify-content:center;min-height:380px;align-items:center}@media only screen and (min-width: 768px){.blog-post-detail .post-title-wrapper--has-img-false{flex-direction:row;margin-bottom:70px}}.blog-post-detail .post-title-wrapper--has-img-false .post-title{margin:0}.blog-post-detail .post-title-wrapper--has-img-false .share-article{margin:20px auto 0}.blog-post-detail .featured-image{width:100%;min-height:210px;background-size:cover;background-repeat:no-repeat;background-position:center}.blog-post-detail .featured-image img{height:100%;max-width:none;width:auto}@media only screen and (min-width: 768px){.blog-post-detail .featured-image{width:50%;min-height:380px}}.blog-post-detail .post-content{margin-bottom:30px;margin-right:5%}.blog-post-detail .post-content p+h1,.blog-post-detail .post-content p+h2,.blog-post-detail .post-content ul+h2{margin-top:2.5rem}.blog-post-detail .post-content p+h3,.blog-post-detail .post-content ul+h3,.blog-post-detail .post-content p+h4,.blog-post-detail .post-content p+h5,.blog-post-detail .post-content p+h6{margin-top:1.25rem}.blog-post-detail .post-content h2{font-size:1.75rem;line-height:normal}.blog-post-detail .post-content h2:first-child{font-size:1.75rem;font-weight:500}.blog-post-detail .post-content h3{font-size:1.25rem;color:var(--color-teal);margin-bottom:.5rem;line-height:normal}.blog-post-detail .entry-title{font-size:2.5rem;line-height:1;margin-bottom:2rem}.blog-post-detail .post-content table{background:var(--color-teal_bg)}.blog-post-detail .post-content table thead th{padding:8px;background-color:var(--color-teal);color:#fff;text-align:center}.blog-post-detail .post-content table thead th:first-child{text-align:left}.blog-post-detail .post-content table td{padding:8px;text-align:center;line-height:normal;font-size:.875rem}.blog-post-detail .post-content table td:first-child{text-align:left;font-weight:700;height:4rem}.blog-post-detail .post-content ul{margin-top:1rem}.blog-post-detail .post-content .list-4cols .blog-post-detail .post-content .list-3cols .blog-post-detail .post-content .list-2cols{column-count:2;column-gap:1rem}.blog-post-detail .post-content img{border-radius:var(--block-border-radius, 16px)}@media only screen and (min-width: 768px){.blog-post-detail .post-content p+h1,.blog-post-detail .post-content p+h2,.blog-post-detail .post-content ul+h2{margin-top:3rem}.blog-post-detail .post-content h2{font-size:2.25rem}.blog-post-detail .entry-title{font-size:3rem;height:auto}.blog-post-detail .post-content table thead th{padding:10px 20px}.blog-post-detail .post-content table td{padding:15px 20px;font-size:.9375rem}.blog-post-detail .post-content .list-4cols{column-count:4}.blog-post-detail .post-content .list-3cols{column-count:3}.blog-post-detail .post-content .list-2cols{column-count:2;column-gap:.5rem}.blog-post-detail .post-content img{margin-top:1rem}}.blog-post-detail .article-tags{margin:2rem auto 0}.blog-post-detail .article-tags .tag-link{margin-left:0}.blog-post-detail .share-article{text-align:left}.blog-post-detail--continue{background:var(--color-article-card-bg, #fff);display:flex;flex-direction:column-reverse;overflow:hidden;width:100%;margin-bottom:45px;padding:10px}.blog-post-detail--continue--border-true{border:1px solid var(--color-border, #dadce0)}.blog-post-detail--continue-image{flex-shrink:0;overflow:hidden;border-radius:calc(var(--block-border-radius, 16px) / 2);width:190px;margin-left:auto;display:none}.blog-post-detail--continue-image a{display:block;height:100%}@media only screen and (min-width: 768px){.blog-post-detail .article-tags{margin:6rem 5% 0 auto}.blog-post-detail--continue-image{display:block}}.blog-post-detail--continue-title{letter-spacing:-.02em;opacity:.6;margin-bottom:15px;font-weight:var(--font-body-medium-weight, 500);line-height:1}.blog-post-detail--continue h5{margin-bottom:20px}@media only screen and (min-width: 768px){.blog-post-detail--continue h5{width:80%}}.blog-post-detail--continue-content{padding:20px;display:flex;flex-direction:column}.blog-post-detail--continue-content .text-button{margin-top:auto}@media only screen and (min-width: 768px){.blog-post-detail--continue{flex-direction:row}}.blog-post-detail--navigation{background:var(--bg-body, #f5f5f5);display:grid;grid-gap:40px;height:40px;align-items:center;position:fixed;top:0;right:0;left:0;z-index:10;pointer-events:none;border-bottom:1px solid var(--color-border, #dadce0);transform:translateY(calc(-100% - 4px))}.header-sticky--active .blog-post-detail--navigation{top:calc(var(--header-height, 0px) + 0px)}.blog-post-detail--navigation.navigation--sticky{pointer-events:all;transform:translateY(-1px)}@media only screen and (min-width: 768px){.blog-post-detail--navigation{height:50px}}.blog-post-detail--navigation--inner{width:100%;display:grid;align-items:center;grid-template-columns:1fr 1fr}.blog-post-detail--navigation--inner .share-article{margin-bottom:0;margin-left:auto}.blog-post-detail--navigation--inner .share-article a:last-child{margin-right:0}.blog-post-detail--navigation--title{font-size:.8125rem;font-weight:var(--font-body-medium-weight, 500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}@media only screen and (min-width: 768px){.blog-post-detail--navigation--title{font-size:.9375rem}}.blog-post-detail--navigation--title>div{overflow:hidden;text-overflow:ellipsis}.blog-post-detail--navigation--bar{display:block;height:4px;position:absolute;bottom:-4px;left:0;width:100%;transform:scaleX(0);background:var(--color-accent);transform-origin:left center}.share-article{font-size:.8125rem;line-height:1;margin-bottom:25px;display:flex;align-items:center;flex-wrap:wrap}.share-article svg{height:16px;width:auto}.share-article svg path{fill:var(--color-body, #2c2d2e)}.share-article span{display:block;font-size:.8125rem;font-weight:var(--font-body-medium-weight, 500);margin-right:10px}.share-article .social{display:inline-flex;align-items:center;margin:0 2px;padding:0 5px;width:24px;height:24px;white-space:nowrap;color:var(--color-body, #2c2d2e)}.clipboard{position:relative}.clipboard--bubble{position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);background-color:var(--color-body, #2c2d2e);color:var(--bg-body, #f5f5f5);white-space:nowrap;font-size:.75rem;padding:3px 6px;border-radius:1px;opacity:0;pointer-events:none;line-height:1.25}.clipboard--bubble:after{content:"";width:0px;height:0px;border-style:solid;border-width:3px 2.5px 0 2.5px;border-color:var(--color-body, #2c2d2e) transparent transparent transparent;transform:translate(-2.5px);position:absolute;bottom:-3px;left:50%}.clipboard-success .clipboard--bubble{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/2/assets/article.css.map */
