:where(.rte) .l-row{display:flex;flex-direction:column;gap:32px;margin-bottom:2.5rem}:where(.rte) .l-row>*{min-width:0}@media only screen and (min-width:768px){:where(.rte) .l-row{flex-direction:row;gap:40px}:where(.rte) .l-row>*{flex:1}}:where(.rte) .l-row--reverse{flex-direction:column-reverse}@media only screen and (min-width:768px){:where(.rte) .l-row--reverse{flex-direction:row-reverse}}:where(.rte) .l-row--3{display:flex;flex-direction:column;gap:24px;margin-bottom:2.5rem}:where(.rte) .l-row--3>*{min-width:0}@media only screen and (min-width:768px){:where(.rte) .l-row--3{flex-direction:row;gap:24px}:where(.rte) .l-row--3>*{flex:1}}:where(.rte) .l-grid--2,:where(.rte) .l-grid--3,:where(.rte) .l-grid--4{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:2rem}@media only screen and (min-width:768px){:where(.rte) .l-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}:where(.rte) .l-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}:where(.rte) .l-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}:where(.rte) .l-stack{display:flex;flex-direction:column;gap:16px}:where(.rte) .l-stack--sm{gap:8px}:where(.rte) .l-stack--lg{gap:32px}:where(.rte) .l-container--narrow{max-width:720px;margin-left:auto;margin-right:auto}:where(.rte) .l-container--wide{max-width:1080px;margin-left:auto;margin-right:auto}:where(.rte) .l-fit-center{width:max-content;max-width:100%;margin-left:auto;margin-right:auto;text-align:left}:where(.rte) .u-mt-sm{margin-top:16px}:where(.rte) .u-mt-md{margin-top:32px}:where(.rte) .u-mt-lg{margin-top:60px}:where(.rte) .u-mt-xl{margin-top:96px}:where(.rte) .u-mb-sm{margin-bottom:16px}:where(.rte) .u-mb-md{margin-bottom:32px}:where(.rte) .u-mb-lg{margin-bottom:60px}:where(.rte) .u-mb-xl{margin-bottom:96px}:where(.rte) .u-text-left{text-align:left}:where(.rte) .u-text-center{text-align:center}:where(.rte) .u-text-right{text-align:right}:where(.rte) .u-text-sm{font-size:.875rem;line-height:1.6}:where(.rte) .u-text-lead{font-size:1.125rem;line-height:1.7}:where(.rte) .u-text-muted{color:rgba(var(--color-body-rgb),.7)}:where(.rte) .u-hide-pc{display:block}:where(.rte) .u-hide-sp{display:none}@media only screen and (min-width:768px){:where(.rte) .u-hide-pc{display:none}:where(.rte) .u-hide-sp{display:block}}:where(.rte) .u-img-full{width:100%;height:auto;display:block}:where(.rte) .u-flex-center{display:flex;justify-content:center;align-items:center}:where(.rte) .c-heading-line{position:relative;text-align:center;margin-top:32px;margin-bottom:10px;padding-bottom:6px;font-family:var(--font-heading, "Zen Kaku Gothic New", sans-serif);font-weight:400;line-height:1.45;color:var(--color-heading);border-bottom:solid 2px #eee}:where(.rte) .c-heading-line:after{position:absolute;content:" ";display:block;border-bottom:solid 2px var(--color-secondary);bottom:-3px;left:0;width:30%}@media only screen and (min-width:768px){:where(.rte) .c-heading-line{font-size:1.4rem}}:where(.rte) .c-callout{margin:1rem 0;padding:12px 16px;background-color:rgba(var(--color-body-rgb),.04);border-left:3px solid rgba(var(--color-body-rgb),.3);border-radius:4px;line-height:1.6}:where(.rte) .c-callout>:first-child{margin-top:0}:where(.rte) .c-callout>:last-child{margin-bottom:0}:where(.rte) .c-callout--warning{color:#4a3800;background-color:#fff8c5;border-left-color:#f4e08a}:where(.rte) .c-callout--info{color:#0c4a6e;background-color:#e0f2fe;border-left-color:#7dd3fc}:where(.rte) .c-callout--error{color:#7f1d1d;background-color:#fef2f2;border-left-color:#fca5a5}:where(.rte) .c-youtube{position:relative;width:100%;max-width:720px;margin:1.5rem auto;aspect-ratio:16 / 9}:where(.rte) .c-youtube>iframe,:where(.rte) .c-youtube>video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block}:where(.rte) .c-video-vertical,:where(.rte) .vertical-video-wrapper{position:relative;width:100%;max-width:360px;margin:1.5rem auto 2rem;aspect-ratio:9 / 16;box-sizing:border-box;overflow:hidden}:where(.rte) .c-video-vertical>iframe,:where(.rte) .c-video-vertical>video,:where(.rte) .vertical-video-wrapper>video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%;border:0;display:block;object-fit:cover}:where(.rte) .c-button{display:inline-block;padding:.65rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1.4;text-align:center;text-decoration:none;border:1px solid currentColor;border-radius:4px;background:transparent;color:var(--color-body);cursor:pointer;transition:opacity .2s ease}:where(.rte) .c-button:hover{opacity:.8;text-decoration:none}:where(.rte) .c-button--primary{background:var(--color-primary, #3b8a97);border-color:var(--color-primary, #3b8a97);color:#fff}:where(.rte) .c-button--primary:hover{background:var(--color-primary-hover, #31737d);border-color:var(--color-primary-hover, #31737d);opacity:1}:where(.rte) .c-button--secondary{background:var(--color-secondary, #776652);border-color:var(--color-secondary, #776652);color:#fff}:where(.rte) .c-button--secondary:hover{background:var(--color-secondary-hover, #655544);border-color:var(--color-secondary-hover, #655544);opacity:1}:where(.rte) .c-button-group{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:1.25rem 0}:where(.rte) .new-tmp-row{display:flex;flex-direction:column-reverse;gap:60px;margin-bottom:5em}:where(.rte) .new-tmp-row.rv{flex-direction:column-reverse}:where(.rte) .new-tmp-row>div{position:relative}@media only screen and (min-width:768px){:where(.rte) .new-tmp-row{flex-direction:row}:where(.rte) .new-tmp-row.rv{flex-direction:row-reverse}:where(.rte) .new-tmp-row>div{flex:1;width:50%}}:where(.rte) .mt-medium{margin-top:60px}:where(.rte) .mb-medium{margin-bottom:60px}:where(.rte) .sub-text{font-size:.875rem;letter-spacing:.1em;margin-bottom:15px;color:rgba(var(--color-body-rgb),.8)}:where(.rte) .text-box-center{display:flex;justify-content:center}:where(.rte) .br-mobile{display:inline}@media only screen and (min-width:768px){:where(.rte) .br-mobile{display:none}}:where(.rte) .mobile-only{display:none}@media only screen and (max-width:767px){:where(.rte) .mobile-only{display:block}}:where(.rte) .pc-only{display:block}@media only screen and (max-width:767px){:where(.rte) .pc-only{display:none}}:where(.rte) .miniLogo{max-width:200px;margin:0 auto 4rem}:where(.rte) .miniimg-r{position:absolute;right:-1%;top:73%;width:30%}:where(.rte) .miniimg-l{position:absolute;left:-1%;top:73%;width:30%}@media only screen and (min-width:768px){:where(.rte) .miniimg-r{right:-12%;top:68%;width:40%}:where(.rte) .miniimg-l{left:-12%;top:68%;width:40%}}:where(.rte) .new-product-description-container{text-align:center;margin:4rem auto 0}:where(.rte) .new-product-description-container li{list-style:disc;text-align:left}:where(.rte) .new-product-description-container h2{text-align:center;border-bottom:solid 1.8px;font-size:1.8rem;padding-bottom:6px;margin-top:4rem}:where(.rte) .new-product-description-container h3{text-align:center;font-size:1.6rem}:where(.rte) .tab-line-block.style,:where(.rte) .tab-line-blockstyle,:where(.rte) .tab-line-block-style{margin-bottom:2rem}:where(.rte) .tab-line-block.style h3,:where(.rte) .tab-line-blockstyle h3,:where(.rte) .tab-line-block-style h3{font-family:var(--font-heading, "Zen Kaku Gothic New", sans-serif);font-weight:400;color:var(--color-heading);border-bottom:solid 2px #eee;position:relative;padding-bottom:6px;margin-top:0;margin-bottom:10px;line-height:1.45}:where(.rte) .tab-line-block.style h3:after,:where(.rte) .tab-line-blockstyle h3:after,:where(.rte) .tab-line-block-style h3:after{position:absolute;content:" ";display:block;border-bottom:solid 2px var(--color-secondary);bottom:-3px;width:30%}@media only screen and (min-width:768px){:where(.rte) .tab-line-block.style h3,:where(.rte) .tab-line-blockstyle h3,:where(.rte) .tab-line-block-style h3{font-size:1.4rem}}:where(.rte) .product-youtube-wrappe h3{text-align:center}:where(.rte) .product-youtube-description{display:flex;justify-content:space-around;padding:10px 0;gap:2px;align-items:center}:where(.rte) .product-youtube-description img{width:80px}:where(.rte) .youtube-iframe{width:100%;max-width:640px;aspect-ratio:16 / 9;border:0}:where(.rte) .rich-text{text-align:center;color:#5f5956}:where(.rte) .rich-text h3{margin:0 0 1rem}:where(.rte) .text-button{display:inline-block;margin-top:.5rem;font-size:.9rem;font-weight:500;color:#333;text-decoration:underline}:where(.rte) .text-button:hover{color:#000}
/*# sourceMappingURL=/cdn/shop/t/146/assets/rte.css.map */
