:root{--color-bg:#f4f5f0;--color-bg-beige:#ece9d9;--color-text:#1f1f1f;--color-text-sub:#666;--color-white:#fff;--color-footer-bg:#22221f;--color-primary:#3a3284;--color-primary-dark:#2b2273;--gradient-primary:linear-gradient(90deg, #2b2273 0%, #524a9f 100%);--color-health:#f2a65a;--color-gym:#8ab690;--color-fitness:#5b8dee;--color-sauna:#8ab690;--fv-health:#f8e3cc;--fv-gym:#dcebdd;--fv-fitness:#d1e1ee;--color-new:#f0368b;--color-tag:#8b31a8;--font-en:"Poppins", sans-serif;--font-ja:"Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;--width-content:1200px;--radius-card:8px;--radius-box:20px}*,:before,:after{box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-ja);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.8}img{vertical-align:middle;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{opacity:.75;transition:opacity .2s}ul,ol,dl,dd,figure{margin:0;padding:0}li{list-style:none}[hidden]{display:none!important}h1,h2,h3,p{margin:0}main{overflow:hidden}.l-content{max-width:var(--width-content);margin:0 auto;padding:0 20px}[data-category=health]{--category-color:var(--color-health)}[data-category=gym]{--category-color:var(--color-gym)}[data-category=fitness]{--category-color:var(--color-fitness)}[data-category=sauna]{--category-color:var(--color-sauna)}.c-heading{text-align:center;margin-bottom:40px}.c-heading__en{font-family:var(--font-en);letter-spacing:.06em;font-size:44px;font-weight:600;line-height:1.2;display:inline-block;position:relative}.c-heading__en:before{content:"";background:var(--heading-dot,var(--color-primary));z-index:-1;border-radius:50%;width:26px;height:26px;position:absolute;top:-2px;left:-14px}.c-heading__ja{margin-top:4px;font-size:16px;font-weight:700;display:block}.c-more{background:var(--gradient-primary);width:min(320px,80%);color:var(--color-white);text-align:center;border-radius:8px;margin:40px auto 0;padding:16px 24px;font-weight:700;display:block;position:relative}.c-more:after{content:"";border-top:2px solid;border-right:2px solid;width:8px;height:8px;position:absolute;top:50%;right:18px;transform:translateY(-50%)rotate(45deg)}.c-chip{background:var(--category-color,var(--color-primary));min-width:88px;color:var(--color-white);text-align:center;white-space:nowrap;border-radius:6px;padding:2px 14px;font-size:13px;font-weight:700;line-height:1.7;display:inline-block}.c-date{color:var(--color-text-sub);font-family:var(--font-en);align-items:center;gap:4px;font-size:14px;font-weight:600;display:inline-flex}.c-date:before{content:"";background:currentColor;width:14px;height:14px;display:inline-block;mask:url(/assets/images/ico_clock.svg) 50%/contain no-repeat}.c-tag{color:var(--color-text);font-size:14px}.c-tag:before{content:"#";color:var(--color-tag);margin-right:2px;font-weight:700}.c-new{width:44px;height:44px;color:var(--color-white);font-family:var(--font-en);background:url(/assets/images/ico_new_bg.svg) 50%/contain no-repeat;place-items:center;font-size:13px;font-weight:600;display:grid;position:absolute;top:8px;right:8px}.c-article-row .c-new,.c-article-card .c-new,.p-excerpt-card .c-new{width:32px;height:32px;font-size:10px}.c-dashed{border:none;border-top:2px dashed #b9b9b3;margin:0}.c-article-row{position:relative}.c-article-row a.c-article-row__link{grid-template-columns:200px 1fr;align-items:start;gap:20px;display:grid}.c-article-row__thumb{position:relative}.c-article-row__thumb img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-card);width:100%}.c-article-row__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px 10px;display:flex}.c-article-row__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:10px;font-size:17px;font-weight:700;line-height:1.6;display:-webkit-box;overflow:hidden}.c-article-row__tags{flex-wrap:wrap;gap:4px 14px;margin-top:10px;display:flex}.c-article-card{background:var(--color-white);border-radius:var(--radius-card);position:relative;overflow:hidden}.c-article-card__thumb{position:relative}.c-article-card__thumb img{aspect-ratio:4/3;object-fit:cover;width:100%}.c-article-card__body{padding:14px 16px 18px}.c-article-card__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px 10px;display:flex}.c-article-card__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:10px;font-size:16px;font-weight:700;line-height:1.6;display:-webkit-box;overflow:hidden}.l-header{z-index:10;position:relative}.l-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1360px;margin:0 auto;padding:24px 32px 0;display:grid}.l-header__copy{font-size:14px;font-weight:700}.l-header__logo{text-align:center;justify-self:center}.l-header__logo img{width:220px}.l-header__right{justify-self:end;align-items:center;gap:28px;display:flex}.l-header__nav ul{gap:28px;display:flex}.l-header__nav a{text-align:center;font-size:15px;font-weight:700;line-height:1.4;display:block}.l-header__nav a span{font-family:var(--font-en);letter-spacing:.04em;font-size:14px;font-weight:600;display:block}.l-header__search,.l-header__menu{background:var(--gradient-primary);width:52px;height:52px;color:var(--color-white);cursor:pointer;border:none;border-radius:50%;place-items:center;display:grid}.l-header__search img,.l-header__menu img{width:20px}.l-header__menu,.l-header__menu-close,body.is-drawer-open .l-header__menu-open{display:none}body.is-drawer-open .l-header__menu-close{display:block}body.is-drawer-open{overflow:hidden}.l-header:not(.l-header--sub){position:absolute;top:0;left:0;right:0}.l-header__logo--stacked{flex-direction:column;align-items:center;gap:2px;display:inline-flex}.l-header__logo--stacked img{width:88px}.l-header__logo--stacked .l-header__logo-text{font-family:var(--font-en);letter-spacing:.24em;color:var(--color-text);margin-left:.24em;font-size:22px;font-weight:700}.l-header--sub{background:var(--color-white)}.l-header--sub .l-header__inner{grid-template-columns:auto 1fr auto;padding:14px 32px}.l-header--sub .l-header__copy{display:none}.l-header--sub .l-header__brand .l-header__copy{font-size:12px;display:block}.l-header--sub .l-header__logo{justify-self:start}.l-header--sub .l-header__logo img{width:200px}.l-drawer{z-index:100;background:var(--color-bg);padding:90px 24px 40px;display:none;position:fixed;inset:0;overflow-y:auto}.l-drawer.is-open{display:block}.l-drawer__search{background:var(--color-white);border:1px solid #ddd;border-radius:999px;align-items:center;padding:6px 6px 6px 20px;display:flex}.l-drawer__search input{font-size:16px;font-family:var(--font-en);letter-spacing:.1em;background:0 0;border:none;outline:none;flex:1}.l-drawer__search button{cursor:pointer;background:#000;border:none;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.l-drawer__search button img{width:16px}.l-drawer__heading{font-family:var(--font-en);justify-content:center;align-items:center;gap:8px;margin:36px 0 8px;font-size:22px;font-weight:600;display:flex}.l-drawer__categories li{border-bottom:1px solid #ccc}.l-drawer__categories li:first-child{border-top:1px solid #ccc}.l-drawer__categories a{padding:18px 8px;font-size:18px;font-weight:700;display:block;position:relative}.l-drawer__categories a:after{content:"";border-top:2px solid var(--color-text);border-right:2px solid var(--color-text);width:8px;height:8px;position:absolute;top:50%;right:12px;transform:translateY(-50%)rotate(45deg)}.l-drawer__links{border-bottom:2px dashed #b9b9b3;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;margin:24px 0;padding-bottom:24px;display:flex}.l-drawer__links a{font-size:14px;font-weight:700}.l-drawer__tags-title{text-align:center;margin:8px 0 16px;font-size:18px;font-weight:700}.l-drawer__tags{flex-wrap:wrap;gap:10px 18px;display:flex}.l-footer{background:var(--color-footer-bg);color:var(--color-white);margin-top:100px;padding:48px 32px 24px;overflow:hidden}.l-footer__inner{border-bottom:2px dashed #55554f;justify-content:space-between;align-items:center;gap:32px;max-width:1360px;margin:0 auto;padding-bottom:28px;display:flex}.l-footer__copy{margin-bottom:10px;font-size:13px;font-weight:700}.l-footer__logo{align-items:center;gap:14px;display:inline-flex}.l-footer__logo img{width:56px}.l-footer__logo-text{font-family:var(--font-en);letter-spacing:.22em;white-space:nowrap;font-feature-settings:"palt";font-size:30px;font-weight:700}.l-footer__logo-text small{letter-spacing:.06em;margin-left:6px;font-size:14px;font-weight:700}.l-footer__right{align-items:center;gap:32px;display:flex}.l-footer__nav ul{align-items:center;display:flex}.l-footer__nav li+li:before{content:"/";color:#55554f;margin:0 24px;font-size:24px}.l-footer__nav li{align-items:center;display:flex}.l-footer__nav a{text-align:center;color:var(--category-color,var(--color-white));font-size:15px;font-weight:700;line-height:1.4;display:block}.l-footer__nav a span{font-family:var(--font-en);letter-spacing:.04em;font-size:14px;font-weight:600;display:block}.l-footer__search{background:var(--color-white);cursor:pointer;border:none;border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.l-footer__search img{width:18px}.l-footer__links{justify-content:center;gap:48px;padding:24px 0 16px;display:flex}.l-footer__links a{font-size:14px;font-weight:700}.l-footer__copyright{text-align:center;letter-spacing:.08em;color:#ccc;font-size:12px}.c-pagetop{z-index:50;width:66px;height:66px;color:var(--color-white);font-family:var(--font-en);letter-spacing:.05em;cursor:pointer;background:url(/assets/images/ico_pagetop_bg.svg) 50%/contain no-repeat;border:none;place-items:end center;padding:0 0 13px;font-size:15px;font-weight:600;line-height:1;display:grid;position:fixed;bottom:24px;right:24px}.p-fv{background:linear-gradient(100deg, var(--fv-health) 0%, #dfe3f0 50%, var(--fv-fitness) 100%);padding:190px 0 110px;transition:background .6s;position:relative;overflow:hidden}.p-fv[data-active-category=health]{background:linear-gradient(100deg,#f8e3cc 0%,#f2ead9 60%,#e7e4da 100%)}.p-fv[data-active-category=gym]{background:linear-gradient(100deg, #eee5d7 0%, #e2ebe0 55%, var(--fv-gym) 100%)}.p-fv[data-active-category=fitness]{background:linear-gradient(100deg, #eee5d7 0%, #dfe3f0 55%, var(--fv-fitness) 100%)}.js-fv-swiper,.js-ranking-swiper{opacity:0}.js-fv-swiper.swiper-initialized,.js-ranking-swiper.swiper-initialized{opacity:1;transition:opacity .3s}.js-fv-swiper .swiper-wrapper,.js-ranking-swiper .swiper-wrapper{display:flex}.js-fv-swiper .swiper-slide,.js-ranking-swiper .swiper-slide{flex-shrink:0}.p-fv:after{content:"";background:var(--color-bg);border-radius:50% 50% 0 0/100% 100% 0 0;width:130%;height:80px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.p-fv .swiper{z-index:1;position:relative;overflow:visible}.p-fv .swiper-slide{width:min(760px,82vw)}.p-fv__card{display:block}.p-fv__card img{aspect-ratio:16/9;object-fit:cover;border-radius:6px;width:100%;transition:transform .4s}.p-fv__caption{margin-top:18px}.p-fv__caption .c-chip{margin-bottom:8px}.p-fv__title{font-size:22px;font-weight:700;line-height:1.7}.p-fv .swiper-button-prev,.p-fv .swiper-button-next{color:var(--color-primary);width:28px;display:none;top:40%}.p-fv .swiper-button-prev{left:calc(50% - min(380px,41vw) - 56px);right:auto}.p-fv .swiper-button-next{left:auto;right:calc(50% - min(380px,41vw) - 56px)}.p-fv .swiper-button-prev:after,.p-fv .swiper-button-next:after{font-size:36px;font-weight:700}.p-top-banners{max-width:1200px;margin:0 auto;padding:0 20px;display:none}.p-top-banners ul{grid-template-columns:1fr 1fr;gap:24px;display:grid}.p-top-banners img{width:100%;height:auto}.p-tags{margin-top:64px;overflow:hidden}.p-tags__ticker{white-space:nowrap;gap:40px;width:max-content;font-size:32px;font-weight:700;animation:40s linear infinite ticker;display:flex}.p-tags__ticker .c-tag{font-size:32px;font-weight:700}.p-tags__ticker .c-tag:before{margin-right:4px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.p-tags__list{max-width:var(--width-content);flex-wrap:wrap;justify-content:center;gap:10px 22px;margin:32px auto 0;padding:0 20px;display:flex}.p-category{max-width:var(--width-content);margin:90px auto 0;padding:0 20px}.p-category--health .c-heading__en:before{background:var(--color-health)}.p-category--gym .c-heading__en:before{background:var(--color-gym)}.p-category--fitness .c-heading__en:before{background:var(--color-fitness)}.p-category__list{grid-template-columns:1fr 1fr;column-gap:56px;display:grid}.p-category__list>li{border-bottom:2px dashed #b9b9b3;padding:24px 0}.p-category__list>li:nth-child(-n+2){border-top:2px dashed #b9b9b3}.p-ranking{background:var(--color-bg-beige);border-radius:var(--radius-box);margin-top:110px;padding:60px 0 70px;overflow:hidden}.p-ranking__inner{max-width:var(--width-content);margin:0 auto;padding:0 20px}.p-ranking .c-heading{margin-bottom:24px}.p-ranking .c-heading__en:before{content:none}.p-ranking .c-heading__en{align-items:center;gap:12px;font-size:36px;display:inline-flex}.p-ranking .c-heading__en img{width:40px}.p-ranking__tabs{gap:12px;margin-bottom:28px;display:flex}.p-ranking__tab{color:var(--color-text);font-family:var(--font-en);letter-spacing:.04em;cursor:pointer;background:#c9c9c4;border:none;border-radius:999px;padding:8px 28px;font-size:15px;font-weight:600}.p-ranking__tab.is-active{background:var(--gradient-primary);color:var(--color-white)}.p-ranking .swiper{overflow:visible}.p-ranking .swiper-slide{flex-direction:column;width:356px;height:auto;display:flex}.p-ranking .swiper-slide .c-article-card{flex:1}.p-ranking .c-article-card__title{min-height:4.8em}.p-ranking__rank{z-index:2;width:44px;height:44px;color:var(--color-white);font-family:var(--font-en);place-items:center;font-size:22px;font-weight:700;display:grid;position:absolute;top:0;left:0}.p-ranking [data-rank="1"] .p-ranking__rank{background:#f0368b}.p-ranking [data-rank="2"] .p-ranking__rank{background:#6fbf49}.p-ranking [data-rank="3"] .p-ranking__rank{background:#5b8dee}.p-ranking [data-rank="4"] .p-ranking__rank{background:#f2a65a}.p-ranking [data-rank="5"] .p-ranking__rank{background:#8a56a8}.p-articles-2col{grid-template-columns:1fr 1fr;gap:32px;max-width:1280px;margin:90px auto 0;padding:0 20px;display:grid}.p-articles-2col__col{background:var(--color-white);border-radius:var(--radius-box);padding:56px 36px 48px;position:relative}.p-articles-2col__icon{place-items:center;width:52px;height:52px;display:grid;position:absolute;top:-26px;left:50%;transform:translate(-50%)}.p-articles-2col__icon-bg{width:100%;height:100%;position:absolute;inset:0}.p-articles-2col__icon-mark{width:15px;position:relative}.p-articles-2col .c-heading{margin-bottom:20px}.p-articles-2col .c-heading__en{font-size:30px}.p-articles-2col .c-heading__en:before{content:none}.p-articles-2col__list>li{border-bottom:2px dashed #b9b9b3;padding:22px 0}.p-articles-2col__list>li:first-child{border-top:2px dashed #b9b9b3}.p-articles-2col .c-article-row a.c-article-row__link{grid-template-columns:170px 1fr}.p-breadcrumb{max-width:var(--width-content);color:var(--color-text-sub);margin:0 auto;padding:20px;font-size:12px}.p-breadcrumb a{font-family:var(--font-en)}.p-lower{max-width:var(--width-content);grid-template-columns:1fr 300px;gap:48px;margin:0 auto;padding:0 20px;display:grid}.p-lower>*{min-width:0}.p-cat-archive__heading{text-align:center;margin:16px 0 40px;font-size:30px;font-weight:700}.p-cat-archive__heading span{margin-top:4px;font-size:15px;display:block}.p-cat-archive__description{max-width:var(--width-content);text-align:center;margin:-16px auto 40px;padding:0 20px;font-size:15px}.p-cat-archive__list{align-content:start;gap:28px;display:grid}.p-excerpt-card{background:var(--color-white);border-radius:var(--radius-box);padding:32px 36px 36px}.p-excerpt-card__meta{align-items:center;gap:12px;margin-bottom:10px;display:flex}.p-excerpt-card__new{position:static}.p-excerpt-card__title{margin-bottom:16px;font-size:20px;font-weight:700;line-height:1.6}.p-excerpt-card .c-dashed{border-top-style:dashed;border-top-width:1.5px;margin-bottom:14px}.p-excerpt-card__tags{flex-wrap:wrap;gap:6px 16px;margin-bottom:16px;display:flex}.p-excerpt-card__body{margin-bottom:24px;overflow:hidden}.p-excerpt-card__thumb{float:right;width:220px;margin:0 0 12px 20px}.p-excerpt-card__thumb img{aspect-ratio:4/3;object-fit:cover;border-radius:4px;width:100%}.p-excerpt-card__excerpt{font-size:15px;line-height:2}.p-excerpt-card__more{color:var(--color-white);background:#000;justify-content:center;align-items:center;min-height:48px;padding:12px 48px;font-size:15px;font-weight:700;display:flex;position:relative}.p-excerpt-card__more-icon{background:var(--color-white);border:1px solid #000;place-items:center;width:48px;display:grid;position:absolute;top:0;bottom:0;left:0}.p-excerpt-card__more:after{content:"";border-top:2px solid;border-right:2px solid;width:8px;height:8px;position:absolute;top:50%;right:20px;transform:translateY(-50%)rotate(45deg)}.p-archive .c-heading__en:before{content:none}.p-archive{max-width:var(--width-content);margin:40px auto 0;padding:0 20px}.p-archive__list{grid-template-columns:1fr 1fr;column-gap:56px;display:grid}.p-archive__list>li{border-bottom:2px dashed #b9b9b3;padding:24px 0}.p-archive__list>li:nth-child(-n+2){border-top:2px dashed #b9b9b3}.p-article__head .c-chip{margin-bottom:12px}.p-article__head-meta{justify-content:space-between;align-items:center;display:flex}.p-article__title{margin:8px 0 12px;font-size:30px;font-weight:700;line-height:1.6}.p-article__tags{flex-wrap:wrap;gap:6px 16px;margin-bottom:24px;display:flex}.p-article__eyecatch{position:relative}.p-article__eyecatch img{border-radius:6px;width:100%}.p-article__lead{margin-top:28px;font-size:16px;line-height:2}.p-article__lead p{margin:0 0 1em}.p-article__share{justify-content:center;gap:24px;margin:40px 0;display:flex}.p-article__share a{background:var(--gradient-primary);min-width:180px;color:var(--color-white);border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}.p-article__share img{width:auto;height:17px}.p-toc{background:var(--color-white);margin:32px 0 48px}.p-toc__title{color:var(--color-white);text-align:center;background:#9d9d9a;padding:8px;font-weight:700}.p-toc ol{padding:24px 40px 32px}.p-toc li[data-depth="2"]{border-bottom:1px solid var(--color-text);margin-top:20px;padding-bottom:6px;font-size:17px;font-weight:700}.p-toc li[data-depth="3"]{margin:12px 0 0 8px;font-size:15px;font-weight:700}.p-toc li[data-depth="3"]:before{content:"●";margin-right:8px;font-size:11px}.p-article__body{font-size:16px;line-height:2}.p-article__body h2{border-bottom:1px solid #9d9d9a;margin:64px 0 24px;padding-bottom:12px;font-size:24px;line-height:1.6}.p-article__body h3{background:#d4d4d0;margin:48px 0 20px;padding:12px 20px;font-size:18px}.p-article__body h3:before{content:"●";margin-right:10px;font-size:12px}.p-article__body p{margin:1em 0}.p-article__body img{border-radius:6px}.p-article__body p>img:not([width]){float:none;width:100%;height:auto;margin:0 0 16px;display:block}.p-article__body a{color:#2f7ddb;text-decoration:underline}.p-article__body table{border-collapse:collapse;background:var(--color-white);width:100%;margin:24px 0;font-size:15px;line-height:1.7}.p-article__body th,.p-article__body td{text-align:left;vertical-align:top;border:1px solid #ccc;padding:10px 14px}.p-article__body th,.p-article__body tr>td:first-child{background:#f0efe8;font-weight:700}.p-article__body figure{text-align:center;max-width:100%;margin:24px auto}.p-article__body figure img{max-width:100%;height:auto}.p-article__body figcaption{color:var(--color-text-sub);margin-top:6px;font-size:12px}.p-article__body iframe{max-width:100%}.p-article__body blockquote{background:var(--color-white);border-left:4px solid #ccc;margin:24px 0;padding:16px 20px}.p-article__affiliate{text-align:center;margin:32px 0}.p-article__body .pr-label{color:var(--color-text-sub);letter-spacing:.06em;margin:40px 0 12px;font-size:14px;font-weight:700}.p-article__body .pr-products{gap:12px;margin-bottom:40px;display:grid}.p-article__body a.pr-item{background:var(--color-white);border-radius:var(--radius-card);color:inherit;border:1px solid #e5e5e0;grid-template-columns:104px 1fr;align-items:center;gap:18px;padding:14px 18px;text-decoration:none;display:grid;position:relative}.p-article__body a.pr-item:hover{opacity:.8}.pr-item__thumb{place-items:center;display:grid}.pr-item__thumb img{object-fit:contain;border-radius:4px;width:104px;height:104px}.pr-item__name{-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:14px;line-height:1.8;display:-webkit-box;overflow:hidden}.pr-item__imp{opacity:0;width:1px;height:1px;position:absolute}.p-article__body a.pr-shop{color:#2f7ddb;justify-self:start;padding:2px 20px 2px 2px;font-size:14px;font-weight:700;text-decoration:none;display:block;position:relative}.p-article__body a.pr-shop:after{content:"";border-top:2px solid;border-right:2px solid;width:7px;height:7px;position:absolute;top:50%;right:6px;transform:translateY(-50%)rotate(45deg)}@media (width<=768px){.p-article__body a.pr-item{grid-template-columns:80px 1fr;gap:12px;padding:12px}.pr-item__thumb img{width:80px;height:80px}.pr-item__name{font-size:13px}}.p-article__editor{background:var(--color-white);border-radius:var(--radius-card);margin-top:56px;padding:28px 32px 32px}.p-article__editor-heading{border-bottom:1px solid #d9d9d4;margin-bottom:20px;padding-bottom:12px;font-size:18px;font-weight:700}.p-article__editor-body{grid-template-columns:96px 1fr;align-items:start;gap:24px;display:grid}.p-article__editor-image{object-fit:cover;border-radius:50%;width:96px;height:96px}.p-article__editor-name{margin-bottom:8px;font-size:16px;font-weight:700}.p-article__editor-name span{color:var(--color-text-sub);font-size:13px;font-weight:400}.p-article__editor-comment{white-space:pre-line;font-size:14px;line-height:1.9}.p-article__nav-buttons{justify-items:center;gap:16px;margin-top:48px;display:grid}.p-article__back-list,.p-article__back-top{text-align:center;border-radius:999px;width:min(340px,100%);padding:14px 24px;font-size:15px;font-weight:700;display:block}.p-article__back-list{background:var(--color-white)}.p-article__back-top{color:var(--color-white);font-family:var(--font-en);letter-spacing:.1em;background:#9d9d9a}.p-article-new{background:var(--color-bg-beige);margin-top:90px;padding:70px 20px 80px}.p-article-new .c-heading{margin-bottom:32px;position:relative}.p-article-new__icon{margin:0 auto 12px;position:relative;top:auto;left:auto;transform:none}.p-article-new__en{font-size:32px;font-weight:600;display:block}.p-article-new__en:before{content:none}.p-article-new__list{max-width:var(--width-content);grid-template-columns:repeat(3,1fr);gap:28px;margin:0 auto;display:grid}.p-sidebar__section{margin-bottom:56px}.p-sidebar__heading{align-items:center;gap:10px;margin-bottom:16px;font-size:16px;font-weight:700;line-height:1.5;display:flex}.p-sidebar__heading .p-sidebar__icon{background:url(/assets/images/ico_sidebar_bg.svg) 50%/contain no-repeat;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.p-sidebar__icon img{width:18px}.p-sidebar__icon img.p-sidebar__icon-pickup{width:11px}.p-sidebar__heading--bar{background:var(--color-white);border-radius:999px;gap:16px;margin-bottom:8px;padding:14px 24px}.p-sidebar__heading--bar img{width:22px;height:auto}.p-sidebar__list li{border-bottom:1px dashed #b9b9b3;padding:12px 0}.p-sidebar__item{grid-template-columns:84px 1fr;align-items:start;gap:12px;display:grid;position:relative}.p-sidebar__item img{aspect-ratio:1;object-fit:cover;border-radius:4px;width:100%}.p-sidebar__item-title{-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.6;display:-webkit-box;overflow:hidden}.p-sidebar__rank{width:22px;height:22px;color:var(--color-white);font-family:var(--font-en);background:#000;place-items:center;font-size:12px;font-weight:700;display:grid;position:absolute;top:0;left:0}.p-sidebar__affiliate{text-align:center;margin-bottom:56px}.p-sidebar__categories li{border-bottom:1px solid var(--color-text)}.p-sidebar__categories a{padding:14px 4px;font-weight:700;display:block;position:relative}.p-sidebar__categories a:after{content:"";border-top:2px solid var(--color-text);border-right:2px solid var(--color-text);width:7px;height:7px;position:absolute;top:50%;right:8px;transform:translateY(-50%)rotate(45deg)}.p-sidebar__tags{flex-wrap:wrap;gap:10px 16px;display:flex}.p-search{max-width:860px;margin:24px auto 0;padding:0 20px}.p-search .c-heading__en:before{content:none}.p-search__form{max-width:560px;margin:0 auto 40px}.p-search__status{text-align:center;margin-bottom:28px;font-weight:700}.p-search__result{border-bottom:2px dashed #b9b9b3}.p-search__result:first-child{border-top:2px dashed #b9b9b3}.p-search__result a{grid-template-columns:160px 1fr;align-items:start;gap:20px;padding:20px 0;display:grid}.p-search__result-thumb img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-card);width:100%}.p-search__result-title{margin-bottom:8px;font-size:17px;font-weight:700;line-height:1.6;display:block}.p-search__result-excerpt{color:var(--color-text-sub);font-size:14px;line-height:1.9;display:block}.p-search__result-excerpt mark{color:var(--color-primary);background:0 0;font-weight:700}@media (width<=768px){.p-search__result a{grid-template-columns:110px 1fr;gap:12px}.p-search__result-title{font-size:15px}}.p-privacy{max-width:860px;margin:24px auto 0;padding:0 20px}.p-privacy__lead{margin-bottom:40px}.p-privacy__item{margin-bottom:36px}.p-privacy__item h2{border-bottom:1px solid #d9d9d4;margin-bottom:14px;padding-bottom:10px;font-size:18px;font-weight:700}.p-company{max-width:860px;margin:24px auto 0;padding:0 20px}.p-company__label{font-family:var(--font-en);letter-spacing:.1em;margin-bottom:12px;font-size:15px;font-weight:600}.p-company__table{border-collapse:collapse;background:var(--color-white);width:100%;font-size:15px}.p-company__table th,.p-company__table td{text-align:left;vertical-align:top;border:1px solid #d9d9d4;padding:16px 20px}.p-company__table th{background:#f0efe8;width:200px;font-weight:700}.p-company__table a{color:#2f7ddb;text-decoration:underline}.p-company__button{text-align:center;margin:48px 0 0}.p-company__button a{min-width:300px;color:var(--color-white);font-family:var(--font-en);letter-spacing:.1em;background:#000;border-radius:999px;padding:16px 32px;font-size:15px;font-weight:600;display:inline-block}@media (width<=768px){.p-company__table th,.p-company__table td{border-top:none;width:100%;display:block}.p-company__table tr:first-child th{border-top:1px solid #d9d9d4}.p-company__table th{padding:10px 16px}}.p-doc{max-width:900px;margin:32px auto 0;padding:0 20px}.p-doc__badge{background:var(--gradient-primary);color:var(--color-white);border-radius:999px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-block}.p-doc__updated{color:var(--color-text-sub);margin-top:8px;font-size:12px}.p-doc__body{background:var(--color-white);border-radius:var(--radius-box);margin-top:16px;padding:40px 44px 48px;font-size:15px;line-height:1.9}.p-doc__body h1{border-bottom:3px solid var(--color-primary);margin-bottom:24px;padding-bottom:16px;font-size:26px;font-weight:700;line-height:1.5}.p-doc__body h2{border-left:5px solid var(--color-primary);margin:48px 0 16px;padding-left:14px;font-size:20px;font-weight:700;line-height:1.5}.p-doc__body h3{border-bottom:1px solid #d9d9d4;margin:32px 0 12px;padding-bottom:6px;font-size:17px;font-weight:700}.p-doc__body p{margin:1em 0}.p-doc__body ul,.p-doc__body ol{margin:1em 0;padding-left:1.6em}.p-doc__body li{margin-bottom:6px;list-style:outside}.p-doc__body ol>li{list-style:decimal}.p-doc__body li:has(>input[type=checkbox]){margin-left:-1.4em;list-style:none}.p-doc__body input[type=checkbox]{margin-right:8px}.p-doc__body table{border-collapse:collapse;width:100%;margin:20px 0;font-size:14px}.p-doc__body th,.p-doc__body td{text-align:left;vertical-align:top;border:1px solid #d9d9d4;padding:10px 14px}.p-doc__body th{white-space:nowrap;background:#f0efe8;font-weight:700}.p-doc__body code{word-break:break-all;background:#f0efe8;border-radius:3px;padding:2px 6px;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:.92em}.p-doc__body pre{color:#f4f4ef;background:#2b2a26;border-radius:6px;margin:20px 0;padding:18px 20px;line-height:1.7;overflow-x:auto}.p-doc__body pre code{color:inherit;word-break:normal;background:0 0;padding:0;font-size:13px}.p-doc__body blockquote{background:#f7f6f1;border-left:4px solid #c9c9c4;margin:20px 0;padding:12px 20px}.p-doc__body strong{font-weight:700}.p-doc__body hr{border:none;border-top:1px solid #d9d9d4;margin:40px 0}.p-doc__body a{color:#2f7ddb;word-break:break-all;text-decoration:underline}.p-doc__source{color:var(--color-text-sub);text-align:right;margin:20px 0 0;font-size:12px}@media (width<=768px){.p-doc__body{padding:24px 18px 32px;font-size:14px}.p-doc__body h1{font-size:21px}.p-doc__body h2{font-size:18px}.p-doc__body table{white-space:nowrap;display:block;overflow-x:auto}}.p-static-page,.p-contact{max-width:860px;margin:48px auto 0;padding:0 20px}.p-static-page h1{margin-bottom:32px;font-size:28px}.p-contact__icon{background:var(--gradient-primary);vertical-align:middle;border-radius:50% 50% 4px;place-items:center;width:40px;height:40px;margin-right:12px;display:inline-grid}.p-contact__intro{text-align:center;margin-bottom:40px;font-size:15px}.p-contact__required{color:#e03131;font-weight:700}.p-contact__required-note{margin-top:12px;font-size:13px}.p-contact__fields{grid-template-columns:220px 1fr;row-gap:12px;display:grid}.p-contact__fields dt{border-top:1px solid #d9d9d4;padding:26px 0;font-size:15px;font-weight:700}.p-contact__fields dd{border-top:1px solid #d9d9d4;padding:18px 0}.p-contact__fields dt:first-of-type,.p-contact__fields dd:first-of-type{border-top:none}.p-contact__fields input[type=text],.p-contact__fields input[type=email],.p-contact__fields input[type=tel],.p-contact__fields textarea{background:var(--color-white);border:1px solid #c9c9c4;border-radius:4px;width:100%;padding:12px 14px;font-family:inherit;font-size:15px}.p-contact__pair{gap:16px;display:flex}.p-contact__radios{flex-wrap:wrap;align-items:center;gap:10px 24px;display:flex;padding-top:26px!important}.p-contact__radios label,.p-contact__agree label{align-items:center;gap:8px;font-size:15px;display:inline-flex}.p-contact__note{color:var(--color-text-sub);margin-top:10px;font-size:12px}.p-contact__hp{position:absolute;left:-9999px}.p-contact__agree-note{text-align:center;margin:32px 0 12px;font-size:15px}.p-contact__agree-note a{color:#2f7ddb;text-decoration:underline}.p-contact__agree{text-align:center;margin-bottom:28px}.p-contact__error{text-align:center;color:#e03131;margin-bottom:16px;font-weight:700}.p-contact__buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.p-contact__submit,.p-contact__back{background:var(--gradient-primary);min-width:300px;color:var(--color-white);cursor:pointer;border:none;border-radius:999px;margin:0 auto;padding:16px 32px;font-family:inherit;font-size:16px;font-weight:700;display:block}.p-contact__buttons .p-contact__submit,.p-contact__buttons .p-contact__back{margin:0}.p-contact__back{background:#9d9d9a}@media (width<=768px){.p-contact__fields{grid-template-columns:1fr;row-gap:0}.p-contact__fields dt{padding:18px 0 4px}.p-contact__fields dd{border-top:none;padding:4px 0 18px}.p-contact__radios{padding-top:4px!important}.p-contact__submit,.p-contact__back{width:100%;min-width:240px}body{font-size:15px}.l-header__inner{text-align:center;padding:20px 16px 0;display:block}.l-header__copy{text-align:left;font-size:12px}.l-header__logo{text-align:center;display:block}.l-header__logo img{width:150px;margin-top:6px}.l-header__logo--stacked{display:inline-flex}.l-header__logo--stacked img{width:64px;margin-top:4px}.l-header__logo--stacked .l-header__logo-text{font-size:17px}.l-header__nav,.l-header__search{display:none}.l-header__menu{z-index:110;display:grid;position:fixed;top:16px;right:16px}.l-header--sub .l-header__inner{padding:14px 16px;display:block}.l-header--sub .l-header__logo{text-align:left}.l-footer{margin-top:64px;padding:40px 16px 20px}.l-footer__inner{text-align:center;flex-direction:column;gap:24px}.l-footer__right{flex-direction:column;gap:24px}.l-footer__logo{gap:10px}.l-footer__logo img{width:42px}.l-footer__logo-text{letter-spacing:.14em;font-size:22px}.l-footer__logo-text small{margin-left:4px;font-size:12px}.l-footer__nav li+li:before{margin:0 14px;font-size:20px}.l-footer__nav a{font-size:13px}.l-footer__nav a span{font-size:12px}.l-footer__links{flex-wrap:wrap;gap:12px 20px}.l-footer__links a{font-size:13px}.c-heading__en{font-size:34px}.p-fv{padding-top:150px;padding-bottom:72px}.p-fv:after{height:40px}.p-fv .swiper-slide{width:78vw}.p-fv .swiper-button-prev{left:6px}.p-fv .swiper-button-next{right:6px}.p-fv__title{font-size:17px}.c-new{width:38px;height:38px;font-size:11px}.c-chip{min-width:68px;padding:1px 10px;font-size:11px}.c-date{font-size:12px}.p-top-banners ul{grid-template-columns:1fr;gap:16px}.p-tags__ticker{font-size:24px}.p-tags__list{justify-content:flex-start;gap:8px 16px}.p-category{margin-top:64px}.p-category__list{grid-template-columns:1fr 1fr;column-gap:16px}.p-category__list>li{padding:16px 0}.p-category__list>li:nth-child(-n+2){border-top:none}.c-article-row a.c-article-row__link{display:block}.c-article-row__thumb{margin-bottom:10px}.c-article-row__title{font-size:15px}.p-ranking{border-radius:0;margin-top:64px;padding:40px 0 48px}.p-ranking .swiper-slide{width:74vw}.p-articles-2col{grid-template-columns:1fr;gap:56px;margin-top:72px}.p-articles-2col__col{padding:44px 20px 36px}.p-articles-2col .c-article-row a.c-article-row__link{grid-template-columns:110px 1fr;gap:12px;display:grid}.p-articles-2col .c-article-row__thumb{margin-bottom:0}.p-articles-2col .c-article-row__title{font-size:14px}.p-lower{grid-template-columns:1fr}.p-cat-archive__heading{font-size:22px}.p-excerpt-card{padding:24px 20px 28px}.p-excerpt-card__title{font-size:18px}.p-excerpt-card__thumb{float:none;width:100%;margin:0 0 14px;display:block}.p-article__title{font-size:22px}.p-archive__list{grid-template-columns:1fr 1fr;column-gap:16px}.p-article__share{gap:12px}.p-article__share a{flex:1;min-width:0;max-width:180px;padding:10px 12px;font-size:13px}.p-article__editor{padding:20px}.p-article__editor-body{grid-template-columns:72px 1fr;gap:16px}.p-article__editor-image{width:72px;height:72px}.p-article-new{margin-top:64px;padding:48px 20px 56px}.p-article-new__list{grid-template-columns:1fr;gap:20px}.c-pagetop{width:56px;height:56px;bottom:16px;right:16px}}
