@charset "utf-8";.kv-product{background-image:url(./images/product_top_cover.webp);background-position:center center;background-size:cover}.kv-product01{background-image:url(./images/product01_top_cover.webp);background-position:center center;background-size:cover}.kv-product02{background-image:url(./images/product02_top_cover.webp);background-position:center center;background-size:cover}.kv-product04{background-image:url(./images/product04_top_cover.webp);background-position:center center;background-size:cover}.product02_item{width:100%;height:auto}.product02_item img{width:100%}.product04_container{width:100%;margin:0 auto}.product04_inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1em}.product04_item{width:100%}.product04_imgwrap{width:100%;overflow:hidden}.product04_item img{width:100%;transition-duration:0.5s}.product04_item img:hover{transform:scale(1.1);transition-duration:0.5s}.product04_item p{font-size:1.6rem}.products_details{position:relative;display:block;max-width:1000px;margin:6.0rem;padding:40px 64px;z-index:0;border:1px solid #a80218;background-color:#fff}.spec-table{width:100%;border-collapse:collapse;font-family:"Noto Sans JP",Meiryo,sans-serif}.spec-table th,.spec-table td{border:1px solid #333;padding:10px;text-align:center}@media screen and (max-width:767px){.spec-table thead{display:none}.spec-table,.spec-table tbody,.spec-table tr,.spec-table td{display:block;width:100%}.spec-table tr{margin-bottom:16px;border:1px solid #333}.spec-table td{border:none;border-bottom:1px solid #ddd;text-align:left;padding-left:50%;position:relative}.spec-table td::before{content:attr(data-label);position:absolute;left:12px;top:50%;transform:translateY(-50%);font-weight:600;text-align:left}.spec-table td:last-child{border-bottom:none}}@media (max-width:486px){.product04_inner{grid-template-columns:none}.products_details{margin:0;padding:20px}}body.product-page main{background:#fff}body.product-page main section.product_c-section{overflow:visible;margin:0}body.product-page .product_c-section{padding:12.8rem 0 0}body.product-page .product_c-section#sec1,body.product-page .product_c-section#sec2,body.product-page .product_c-section#sec3{padding-bottom:6.4rem}body.product-page .product_c-inner{max-width:1440px;margin:0 auto;padding:0 clamp(1.6rem,4vw,6rem)}body.product-page .product_c-head{margin-bottom:4rem}body.product-page .product_c-ch{display:block;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.2rem;letter-spacing:0.3em;color:#286BC1;font-weight:700;margin-bottom:1.6rem}body.product-page .product_c-h{display:inline-block;font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",sans-serif;font-weight:700;font-size:2.6rem;letter-spacing:0.05em;line-height:1.4;color:#1a2233;margin:0;text-wrap:balance}body.product-page .product_c-h::after{content:"";display:block;width:56px;height:3px;background:#64CCBF;margin-top:1.6rem}body.product-page .product_c-en{display:block;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.2rem;letter-spacing:0.28em;color:#4b5563;margin-top:1.2rem;font-weight:700}body.product-page .product_c-lead{font-size:1.5rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em;margin:0 0 3.6rem;max-width:75rem;text-wrap:pretty}body.product-page .product_c-intro{background:#fafafa;margin-bottom:3.2rem;padding-top:9.6rem;padding-bottom:9.6rem}body.product-page .product_c-intro-grid{display:grid;grid-template-columns:minmax(28rem,0.9fr) 1.1fr;gap:clamp(3.2rem,5vw,7.2rem);align-items:start}body.product-page .product_c-intro-lead{font-family:"游明朝","Yu Mincho",YuMincho,serif;font-size:2.4rem;font-weight:600;line-height:1.6;color:#1a2233;letter-spacing:0.06em;margin:0;text-wrap:balance}body.product-page .product_c-intro-body{font-size:1.5rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em}body.product-page .product_c-intro-body p{margin:0 0 1.6rem}body.product-page .product_c-intro-body p:last-child{margin-bottom:0}body.product-page .product_c-cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}body.product-page .product_c-card{background:#fff;border:1px solid rgba(26,34,51,0.08);border-radius:12px;overflow:hidden;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}body.product-page .product_c-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(26,34,51,0.08);border-color:rgba(40,107,193,0.18)}body.product-page .product_c-card-link{display:block;text-decoration:none;color:inherit}body.product-page .product_c-card-media{position:relative;overflow:hidden;aspect-ratio:16 / 10;background:#f5f5f5}body.product-page .product_c-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}body.product-page .product_c-card:hover .product_c-card-media img{transform:scale(1.04)}body.product-page .product_c-card-body{padding:1.8rem 2rem 2rem;display:flex;flex-direction:column;gap:0.8rem}body.product-page .product_c-card-h{font-size:1.5rem;font-weight:700;color:#1a2233;letter-spacing:0.04em;margin:0;line-height:1.4}body.product-page .product_c-card-more{display:inline-flex;align-items:center;gap:0.6rem;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:0.14em;color:#286BC1;transition:gap 0.25s ease}body.product-page .product_c-card:hover .product_c-card-more{gap:1rem}body.product-page .product_c-card-more .fa-arrow-right{font-size:1rem}body.product-page .product_c-cta{display:flex;justify-content:flex-end;margin-top:2.4rem}body.product-page .product_c-cta-link{display:inline-flex;align-items:center;gap:0.8rem;font-size:1.3rem;font-weight:700;letter-spacing:0.14em;color:#1a2233;text-decoration:none;padding-bottom:0.4rem;border-bottom:1px solid rgba(26,34,51,0.2);transition:color 0.25s ease,border-color 0.25s ease,gap 0.25s ease}body.product-page .product_c-cta-link:hover{color:#286BC1;border-color:#286BC1;gap:1.2rem}body.product-page .product_c-cta-link .fa-chevron-right{font-size:1rem}@media screen and (max-width:1024px){body.product-page .product_c-section{padding:9.6rem 0 0}body.product-page .product_c-intro{padding-top:7.2rem;padding-bottom:7.2rem}body.product-page .product_c-intro-grid{grid-template-columns:1fr;gap:2.4rem}body.product-page .product_c-intro-lead{font-size:2rem}body.product-page .product_c-cards{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width:767px){body.product-page .product_c-section{padding:8rem 0 0}body.product-page .product_c-intro{padding-top:5.6rem;padding-bottom:5.6rem}body.product-page .product_c-intro-lead{font-size:1.8rem}body.product-page .product_c-h{font-size:2.2rem}body.product-page .product_c-lead{font-size:1.35rem;margin-bottom:2.8rem}body.product-page .product_c-cards{grid-template-columns:1fr;gap:1.6rem}body.product-page .product_c-card-body{padding:1.6rem 1.8rem 2rem}body.product-page .product_c-card-h{font-size:1.5rem}body.product-page .product_c-cta{margin-top:2rem;justify-content:center}body.product-page .product_c-cta-link{font-size:1.2rem}}body.product04-page main{background:#fff}body.product04-page main section.product04_c-section{overflow:visible;margin:0}body.product04-page .product04_c-section{padding:12.8rem 0 0}body.product04-page .product04_c-section--last{padding-bottom:6.4rem}body.product04-page .product04_c-inner{max-width:1080px;margin:0 auto;padding:0 clamp(1.6rem,4vw,6rem)}body.product04-page .product04_c-head{margin-bottom:4rem}body.product04-page .product04_c-ch{display:block;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.2rem;letter-spacing:0.3em;color:#286BC1;font-weight:700;margin-bottom:1.6rem}body.product04-page .product04_c-h{display:inline-block;font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",sans-serif;font-weight:700;font-size:2.6rem;letter-spacing:0.05em;line-height:1.4;color:#1a2233;margin:0;text-wrap:auto}body.product04-page .product04_c-h::after{content:"";display:block;width:56px;height:3px;background:#64CCBF;margin-top:1.6rem}body.product04-page .product04_c-en{display:block;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.2rem;letter-spacing:0.28em;color:#4b5563;margin-top:1.2rem;font-weight:700}body.product04-page .product04_c-lead{margin:0 0 4rem;font-size:1.55rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em}body.product04-page .product04_c-intro{background:#fafafa;margin-bottom:3.2rem;padding-top:9.6rem;padding-bottom:9.6rem}body.product04-page .product04_c-intro-grid{display:grid;grid-template-columns:minmax(28rem,0.9fr) 1.1fr;gap:clamp(3.2rem,5vw,7.2rem);align-items:start}body.product04-page .product04_c-intro-lead{font-family:"游明朝","Yu Mincho",YuMincho,serif;font-size:2.4rem;font-weight:600;line-height:1.6;color:#1a2233;letter-spacing:0.06em;margin:0;text-wrap:auto}body.product04-page .product04_c-intro-body{font-size:1.5rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em}body.product04-page .product04_c-intro-body p{margin:0 0 1.4rem}body.product04-page .product04_c-intro-body p:last-of-type{margin-bottom:0}body.product04-page .product04_c-anchors{margin-top:2.4rem;display:flex;flex-wrap:wrap;gap:0.8rem}body.product04-page .product04_c-anchors a{display:inline-flex;align-items:center;gap:0.5rem;padding:0.7rem 1.6rem;font-size:1.2rem;font-weight:700;letter-spacing:0.08em;color:#1a2233;background:#fff;border:1px solid rgba(26,34,51,0.18);border-radius:999px;text-decoration:none;transition:background 0.25s ease,color 0.25s ease,border-color 0.25s ease}body.product04-page .product04_c-anchors a::before{content:"↓";font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.1rem;color:#286BC1}body.product04-page .product04_c-anchors a:hover{background:#286BC1;color:#fff;border-color:#286BC1}body.product04-page .product04_c-anchors a:hover::before{color:#fff}body.product04-page .product04_c-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;align-items:stretch}body.product04-page .product04_c-card-grid--2col{grid-template-columns:repeat(2,1fr);max-width:720px;margin:0 auto}body.product04-page .product04_c-card{background:#fff;border:1px solid rgba(26,34,51,0.08);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:border-color 0.25s ease,box-shadow 0.25s ease,transform 0.25s ease}body.product04-page .product04_c-card:hover{border-color:rgba(40,107,193,0.2);box-shadow:0 12px 28px rgba(26,34,51,0.08);transform:translateY(-3px)}body.product04-page .product04_c-card-image{aspect-ratio:1 / 1;background:#f5f7fa;overflow:hidden}body.product04-page .product04_c-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}body.product04-page .product04_c-card:hover .product04_c-card-image img{transform:scale(1.04)}body.product04-page .product04_c-card-body{padding:1.8rem 2rem 2rem;display:flex;flex-direction:column;gap:0.8rem}body.product04-page .product04_c-card-h{font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",sans-serif;font-size:1.55rem;font-weight:700;letter-spacing:0.04em;color:#1a2233;line-height:1.45;margin:0;padding-bottom:1rem;border-bottom:1px solid rgba(26,34,51,0.08);text-wrap:auto}body.product04-page .product04_c-card-h span{display:block;font-size:1.2rem;font-weight:600;color:#6b7280;letter-spacing:0.04em;margin-top:0.2rem}body.product04-page .product04_c-card-text{margin:0;font-size:1.3rem;line-height:1.75;color:#4b5563;letter-spacing:0.04em}body.product04-page .product04_c-hero{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3.2rem,4vw,5.6rem);align-items:center;margin-bottom:5.6rem}body.product04-page .product04_c-hero-image{border-radius:12px;overflow:hidden;background:#f5f7fa;border:1px solid rgba(26,34,51,0.06)}body.product04-page .product04_c-hero-image img{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover}body.product04-page .product04_c-hero-text{font-size:1.5rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em}body.product04-page .product04_c-hero-text p{margin:0 0 1.4rem}body.product04-page .product04_c-hero-text p:last-child{margin-bottom:0}body.product04-page .product04_c-hero-text strong{color:#1a2233;font-weight:700}body.product04-page .product04_c-subh{display:inline-block;font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",sans-serif;font-size:1.9rem;font-weight:700;letter-spacing:0.05em;color:#1a2233;margin:0 0 2.4rem;padding-left:1.4rem;border-left:3px solid #64CCBF;line-height:1.4;text-wrap:auto}body.product04-page .product04_c-figure{margin:0 auto;max-width:560px;background:#fafafa;border:1px solid rgba(26,34,51,0.06);border-radius:12px;padding:2.4rem;text-align:center}body.product04-page .product04_c-figure img{display:block;width:100%;height:auto;margin:0 auto;max-width:460px}@media screen and (max-width:1024px){body.product04-page .product04_c-section{padding:9.6rem 0 0}body.product04-page .product04_c-intro{padding-top:7.2rem;padding-bottom:7.2rem}body.product04-page .product04_c-intro-grid{grid-template-columns:1fr;gap:2.4rem}body.product04-page .product04_c-intro-lead{font-size:2rem}body.product04-page .product04_c-card-grid{grid-template-columns:repeat(2,1fr);gap:2rem}body.product04-page .product04_c-hero{grid-template-columns:1fr;gap:2.4rem}}@media screen and (max-width:767px){body.product04-page .product04_c-section{padding:7.2rem 0 0}body.product04-page .product04_c-intro{padding-top:5.6rem;padding-bottom:5.6rem}body.product04-page .product04_c-intro-lead{font-size:1.8rem}body.product04-page .product04_c-h{font-size:2.2rem}body.product04-page .product04_c-lead{font-size:1.35rem}body.product04-page .product04_c-card-grid{grid-template-columns:1fr;gap:1.6rem}body.product04-page .product04_c-card-grid--2col{grid-template-columns:1fr}body.product04-page .product04_c-card-h{font-size:1.45rem}body.product04-page .product04_c-card-text{font-size:1.25rem}body.product04-page .product04_c-hero-text{font-size:1.35rem}body.product04-page .product04_c-subh{font-size:1.6rem}body.product04-page .product04_c-figure{padding:2rem 1.6rem}}body.product02-page main{background:#fff}body.product02-page main section.product02_c-section{overflow:visible;margin:0}body.product02-page .product02_c-section{padding:12.8rem 0 0}body.product02-page .product02_c-section--last{padding-bottom:6.4rem}body.product02-page .product02_c-inner{max-width:1080px;margin:0 auto;padding:0 clamp(1.6rem,4vw,6rem)}body.product02-page .product02_c-head{margin-bottom:4rem}body.product02-page .product02_c-ch{display:block;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.2rem;letter-spacing:0.3em;color:#286BC1;font-weight:700;margin-bottom:1.6rem}body.product02-page .product02_c-h{display:inline-block;font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",sans-serif;font-weight:700;font-size:2.6rem;letter-spacing:0.05em;line-height:1.4;color:#1a2233;margin:0;text-wrap:auto}body.product02-page .product02_c-h::after{content:"";display:block;width:56px;height:3px;background:#64CCBF;margin-top:1.6rem}body.product02-page .product02_c-en{display:block;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.2rem;letter-spacing:0.28em;color:#4b5563;margin-top:1.2rem;font-weight:700}body.product02-page .product02_c-intro{background:#fafafa;margin-bottom:3.2rem;padding-top:9.6rem;padding-bottom:9.6rem}body.product02-page .product02_c-intro-grid{display:grid;grid-template-columns:minmax(28rem,0.9fr) 1.1fr;gap:clamp(3.2rem,5vw,7.2rem);align-items:start}body.product02-page .product02_c-intro-lead{font-family:"游明朝","Yu Mincho",YuMincho,serif;font-size:2.4rem;font-weight:600;line-height:1.6;color:#1a2233;letter-spacing:0.06em;margin:0;text-wrap:auto}body.product02-page .product02_c-intro-body{font-size:1.5rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em}body.product02-page .product02_c-intro-body p{margin:0 0 1.4rem}body.product02-page .product02_c-intro-body p:last-of-type{margin-bottom:0}body.product02-page .product02_c-anchors{margin-top:2.4rem;display:flex;flex-wrap:wrap;gap:0.8rem}body.product02-page .product02_c-anchors a{display:inline-flex;align-items:center;gap:0.5rem;padding:0.7rem 1.6rem;font-size:1.2rem;font-weight:700;letter-spacing:0.08em;color:#1a2233;background:#fff;border:1px solid rgba(26,34,51,0.18);border-radius:999px;text-decoration:none;transition:background 0.25s ease,color 0.25s ease,border-color 0.25s ease}body.product02-page .product02_c-anchors a::before{content:"↓";font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.1rem;color:#286BC1}body.product02-page .product02_c-anchors a:hover{background:#286BC1;color:#fff;border-color:#286BC1}body.product02-page .product02_c-anchors a:hover::before{color:#fff}body.product02-page .product02_c-diagram{margin:0;background:#fafafa;border:1px solid rgba(26,34,51,0.06);border-radius:12px;padding:3.2rem 2.4rem 2rem;text-align:center}body.product02-page .product02_c-diagram img{display:block;width:100%;height:auto;max-width:880px;margin:0 auto}body.product02-page .product02_c-diagram figcaption{margin-top:1.4rem;font-size:1.25rem;font-weight:600;color:#4b5563;letter-spacing:0.04em}body.product02-page .product02_c-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(3.2rem,4vw,5.6rem);align-items:center;margin-bottom:5.6rem}body.product02-page .product02_c-hero-image{border-radius:12px;overflow:hidden;background:#f5f7fa;border:1px solid rgba(26,34,51,0.06)}body.product02-page .product02_c-hero-image img{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover}body.product02-page .product02_c-hero-text{font-size:1.5rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em}body.product02-page .product02_c-hero-text p{margin:0 0 1.4rem}body.product02-page .product02_c-hero-text p:last-child{margin-bottom:0}body.product02-page .product02_c-hero-text strong{color:#1a2233;font-weight:700}body.product02-page .product02_c-subh{display:inline-block;font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",sans-serif;font-size:1.9rem;font-weight:700;letter-spacing:0.05em;color:#1a2233;margin:0 0 2.4rem;padding-left:1.4rem;border-left:3px solid #64CCBF;line-height:1.4;text-wrap:auto}body.product02-page .product02_c-table-wrap{background:#fff;border:1px solid rgba(26,34,51,0.08);border-radius:12px;padding:2rem 2.4rem;overflow-x:auto;margin-bottom:3.2rem}body.product02-page .product02_c-table-wrap .spec-table{margin:0}body.product02-page .product02_c-table-wrap .spec-table th,body.product02-page .product02_c-table-wrap .spec-table td{font-size:1.5rem;color:#1a2233;line-height:1.7}body.product02-page .product02_c-table-wrap .spec-table thead th{background-color:#f7f9fb;font-size:1.4rem;letter-spacing:0.04em;color:#1a2233}@media screen and (min-width:768px){body.product02-page .product02_c-table-wrap .spec-table th,body.product02-page .product02_c-table-wrap .spec-table td{border-width:1px;border-color:rgba(26,34,51,0.12);padding:1.4rem 1.6rem}}@media screen and (max-width:767px){body.product02-page .product02_c-table-wrap--scroll .spec-table{display:table;width:auto;min-width:100%}body.product02-page .product02_c-table-wrap--scroll .spec-table thead{display:table-header-group}body.product02-page .product02_c-table-wrap--scroll .spec-table tbody{display:table-row-group}body.product02-page .product02_c-table-wrap--scroll .spec-table tr{display:table-row;margin:0;border:none}body.product02-page .product02_c-table-wrap--scroll .spec-table th,body.product02-page .product02_c-table-wrap--scroll .spec-table td{display:table-cell;border:1px solid rgba(26,34,51,0.12);padding:1rem 1.2rem;text-align:center;position:static;white-space:nowrap}body.product02-page .product02_c-table-wrap--scroll .spec-table td::before{display:none}}body.product02-page .product02_c-spec-figure{margin:0 auto;max-width:560px;background:#fafafa;border:1px solid rgba(26,34,51,0.06);border-radius:12px;padding:2.4rem;text-align:center}body.product02-page .product02_c-spec-figure img{display:block;width:100%;height:auto;max-width:460px;margin:0 auto}body.product02-page .product02_c-spec-figure figcaption{margin-top:1.2rem;font-size:1.2rem;font-weight:600;color:#4b5563;letter-spacing:0.04em}@media screen and (max-width:1024px){body.product02-page .product02_c-section{padding:9.6rem 0 0}body.product02-page .product02_c-intro{padding-top:7.2rem;padding-bottom:7.2rem}body.product02-page .product02_c-intro-grid{grid-template-columns:1fr;gap:2.4rem}body.product02-page .product02_c-intro-lead{font-size:2rem}body.product02-page .product02_c-hero{grid-template-columns:1fr;gap:2.4rem}}@media screen and (max-width:767px){body.product02-page .product02_c-section{padding:7.2rem 0 0}body.product02-page .product02_c-intro{padding-top:5.6rem;padding-bottom:5.6rem}body.product02-page .product02_c-intro-lead{font-size:1.8rem}body.product02-page .product02_c-h{font-size:2.2rem}body.product02-page .product02_c-hero-text{font-size:1.35rem}body.product02-page .product02_c-subh{font-size:1.6rem}body.product02-page .product02_c-table-wrap{padding:1.4rem 1.6rem}body.product02-page .product02_c-spec-figure{padding:2rem 1.6rem}body.product02-page .product02_c-diagram{padding:2.4rem 1.6rem 1.6rem}}body.product01-page main{background:#fff}body.product01-page main section.product01_c-section{overflow:visible;margin:0}body.product01-page .product01_c-section{padding:12.8rem 0 0}body.product01-page .product01_c-section--last{padding-bottom:6.4rem}body.product01-page .product01_c-inner{max-width:1080px;margin:0 auto;padding:0 clamp(1.6rem,4vw,6rem)}body.product01-page .product01_c-head{margin-bottom:4rem}body.product01-page .product01_c-ch{display:block;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.2rem;letter-spacing:0.3em;color:#286BC1;font-weight:700;margin-bottom:1.6rem}body.product01-page .product01_c-h{display:inline-block;font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",sans-serif;font-weight:700;font-size:2.6rem;letter-spacing:0.05em;line-height:1.4;color:#1a2233;margin:0;text-wrap:auto}body.product01-page .product01_c-h::after{content:"";display:block;width:56px;height:3px;background:#64CCBF;margin-top:1.6rem}body.product01-page .product01_c-en{display:block;font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.2rem;letter-spacing:0.28em;color:#4b5563;margin-top:1.2rem;font-weight:700}body.product01-page .product01_c-intro{background:#fafafa;margin-bottom:3.2rem;padding-top:9.6rem;padding-bottom:9.6rem}body.product01-page .product01_c-intro-grid{display:grid;grid-template-columns:minmax(28rem,0.9fr) 1.1fr;gap:clamp(3.2rem,5vw,7.2rem);align-items:start}body.product01-page .product01_c-intro-lead{font-family:"游明朝","Yu Mincho",YuMincho,serif;font-size:2.4rem;font-weight:600;line-height:1.6;color:#1a2233;letter-spacing:0.06em;margin:0;text-wrap:auto}body.product01-page .product01_c-intro-body{font-size:1.5rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em}body.product01-page .product01_c-intro-body p{margin:0 0 1.4rem}body.product01-page .product01_c-intro-body p:last-of-type{margin-bottom:0}body.product01-page .product01_c-intro-body strong{color:#1a2233;font-weight:700}body.product01-page .product01_c-anchors{margin-top:2.4rem;display:flex;flex-wrap:wrap;gap:0.8rem}body.product01-page .product01_c-anchors a{display:inline-flex;align-items:center;gap:0.5rem;padding:0.7rem 1.6rem;font-size:1.2rem;font-weight:700;letter-spacing:0.08em;color:#1a2233;background:#fff;border:1px solid rgba(26,34,51,0.18);border-radius:999px;text-decoration:none;transition:background 0.25s ease,color 0.25s ease,border-color 0.25s ease}body.product01-page .product01_c-anchors a::before{content:"↓";font-family:"droid-sans","Helvetica Neue",sans-serif;font-size:1.1rem;color:#286BC1}body.product01-page .product01_c-anchors a:hover{background:#286BC1;color:#fff;border-color:#286BC1}body.product01-page .product01_c-anchors a:hover::before{color:#fff}body.product01-page .product01_c-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(3.2rem,4vw,5.6rem);align-items:center}body.product01-page .product01_c-hero-image{border-radius:12px;overflow:hidden;background:#f5f7fa;border:1px solid rgba(26,34,51,0.06)}body.product01-page .product01_c-hero-image img{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover}body.product01-page .product01_c-hero-text{font-size:1.5rem;line-height:1.95;color:#4b5563;letter-spacing:0.04em}body.product01-page .product01_c-hero-text p{margin:0 0 1.4rem}body.product01-page .product01_c-hero-text p:last-child{margin-bottom:0}body.product01-page .product01_c-hero-text strong{color:#1a2233;font-weight:700}body.product01-page .product01_c-awards{list-style:none;margin:4rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:1.2rem}body.product01-page .product01_c-award{display:inline-flex;align-items:center;gap:0.9rem;padding:0.9rem 1.8rem;background:#fff;border:1px solid rgba(40,107,193,0.25);border-left:3px solid #286BC1;border-radius:6px;font-size:1.35rem;font-weight:700;color:#1a2233;letter-spacing:0.04em;box-shadow:0 2px 6px rgba(26,34,51,0.04)}body.product01-page .product01_c-award-icon{color:#c79a3a;font-size:1.6rem}body.product01-page .product01_c-award-text{line-height:1.4}@media screen and (max-width:1024px){body.product01-page .product01_c-section{padding:9.6rem 0 0}body.product01-page .product01_c-intro{padding-top:7.2rem;padding-bottom:7.2rem}body.product01-page .product01_c-intro-grid{grid-template-columns:1fr;gap:2.4rem}body.product01-page .product01_c-intro-lead{font-size:2rem}body.product01-page .product01_c-hero{grid-template-columns:1fr;gap:2.4rem}}@media screen and (max-width:767px){body.product01-page .product01_c-section{padding:7.2rem 0 0}body.product01-page .product01_c-intro{padding-top:5.6rem;padding-bottom:5.6rem}body.product01-page .product01_c-intro-lead{font-size:1.8rem}body.product01-page .product01_c-h{font-size:2.2rem}body.product01-page .product01_c-hero-text{font-size:1.35rem}body.product01-page .product01_c-awards{gap:0.8rem}body.product01-page .product01_c-award{font-size:1.25rem;padding:0.8rem 1.4rem}}