﻿@media(any-hover: hover){.global-header__title-link{opacity:1}.global-header__title-link:hover{animation:flash 1.5s}}@keyframes flash{0%{opacity:.1}100%{opacity:1}}.global-header__curtain{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:rgba(0,0,0,.48)}.global-header__curtain.is-active{display:block}.global-header__about-list--bravo{display:flex;width:100%;max-width:1200px;margin:0 auto;justify-content:space-between}@media screen and (max-width: 1024px){.global-header__about-list--bravo{flex-wrap:wrap}}.global-header__about-list--bravo{margin-top:20px}.global-header__about{display:flex}@media screen and (max-width:599px){.global-header__about{width:100%}}@media screen and (min-width:600px)and (max-width:1024px){.global-header__about{width:calc(50% - 10px)}}@media screen and (min-width: 1025px){.global-header__about{width:23%}}.global-header__about-link{width:100%;display:flex;flex-direction:column;font-size:1.5rem;font-weight:600}@media(any-hover: hover){.global-header__about-link .global-header__about-thumb{transition:all .5s ease}.global-header__about-link .global-header__about-img{transition:all .5s ease}.global-header__about-link .global-header__about-text{transition:all .5s ease}.global-header__about-link .global-header__about-text::after{transition:all .5s ease}.global-header__about-link:hover .global-header__about-thumb{outline-color:#0081cc}.global-header__about-link:hover .global-header__about-img{transform:scale(1.1, 1.1)}.global-header__about-link:hover .global-header__about-text{color:#0081cc}.global-header__about-link:hover .global-header__about-text::after{color:#fff;border-color:#0081cc;background:#0081cc}}.global-header .global-header__about-thumb{display:flex;width:100%}.global-header__about-thumb{outline:1px solid rgba(0,0,0,0);overflow:hidden;height:170px}.global-header__about-img{width:100%;object-fit:cover}.global-header__about-text{position:relative;padding:5px 5px 5px 40px;color:#333}.global-header__about-text::after{position:absolute;content:">";font-family:monospace;display:flex;justify-content:center;align-items:center;height:1.7rem;width:1.7rem;top:50%;left:5px;line-height:1;font-size:1rem;border-radius:50%;border:1.5px solid #333;color:#333;transform:translateY(-50%);font-weight:900;letter-spacing:-2px}@media(any-hover: hover){.global-header__about-text::after{transition:all .5s ease}}.global-header__about-global{border-top:1px solid #ccc;margin-top:50px;padding-top:20px;display:flex;justify-content:center;width:100%}.global-header__about-global-icon{aspect-ratio:1/1;width:1.5em;margin-right:.75em;stroke:#333;stroke-width:5px;fill:rgba(0,0,0,0)}.global-header__about-global-link{display:flex;font-size:1.6rem;position:relative;padding:5px 5px 5px 40px;color:#333;font-weight:900}@media(any-hover: hover){.global-header__about-global-link .global-header__about-global-icon{transition:all .5s ease}.global-header__about-global-link:hover{color:#0081cc}.global-header__about-global-link:hover .global-header__about-global-icon{stroke:#0081cc}}.ghsc{display:grid;grid-gap:20px;width:100%;max-width:1200px;margin:0 auto}@media screen and (max-width:599px){.ghsc{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:600px)and (max-width:1024px){.ghsc{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 1025px){.ghsc{grid-template-columns:repeat(4, 1fr)}}.ghsc__item{display:flex}.ghsc__link{width:100%;display:flex;border:1px solid #ccc;border-radius:2px;padding:10px;flex-direction:column;align-items:center;gap:5px}.ghsc__link:visited,.ghsc__link:link{color:#333}@media(any-hover: hover){.ghsc__link{transition:all .5s ease}.ghsc__link .ghsc__img-obj{transition:all .5s ease}.ghsc__link:hover{border-color:#0081cc;color:#fff;background-color:#0081cc}.ghsc__link:hover .ghsc__img-obj{fill:#0081cc;stroke:#fff}.ghsc__link:hover .ghsc__img-obj--o{fill:#0081cc;stroke:#fff}}.ghsc__img{aspect-ratio:1/1;width:50px}.ghsc__img-obj{fill:#fff;stroke:#333;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.ghsc__text{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;font-size:1.4rem;font-weight:600;flex-grow:1;text-align:center}.global-header__support-contents{display:grid;grid-gap:5px;counter-reset:support;width:100%;max-width:1200px;margin:0 auto}@media screen and (max-width:599px){.global-header__support-contents{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:600px)and (max-width:1024px){.global-header__support-contents{grid-template-columns:repeat(4, 1fr)}}@media screen and (min-width: 1025px){.global-header__support-contents{grid-template-columns:repeat(7, 1fr)}}.global-header__support-content{display:flex}.global-header__support-content-link{width:100%;display:flex;border:1px solid #ccc;padding:10px;flex-direction:column;align-items:center;gap:10px}@media(any-hover: hover){.global-header__support-content-link{transition:all .5s ease}.global-header__support-content-link .global-header__support-content-image-obj{transition:all .5s ease}.global-header__support-content-link:hover{border-color:#0081cc;color:#fff;background-color:#0081cc}.global-header__support-content-link:hover .global-header__support-content-image-obj{fill:#0081cc;stroke:#fff}}.global-header__support-content-image{aspect-ratio:1/1;width:41%}.global-header__support-content-image-obj{fill:#fff;stroke:#333;stroke-miterlimit:10}.global-header__support-content-image-path{fill:#fff;stroke:red;stroke-miterlimit:10}.global-header__support-content-text{counter-increment:support;display:flex;flex-wrap:wrap;justify-content:center;font-size:1.4rem;font-weight:600}.global-header__support-content-text::before{content:counter(support);width:100%;text-align:center}.global-header__support-shop-list{display:flex;flex-wrap:wrap;gap:20px;width:100%;max-width:1200px;margin:30px auto 0 auto}@media screen and (max-width: 1024px){.global-header__support-shop{width:100%}}@media screen and (min-width: 1025px){.global-header__support-shop{width:calc(50% - 10px)}}.global-header__support-shop-link{position:relative;display:flex;border:1px solid #ccc;padding:13px 26px;gap:10px;align-items:center;font-size:1.4rem;font-weight:600}.global-header__support-shop-link::after{position:absolute;width:7px;height:7px;right:5px;top:50%;content:"";display:block;border-right:1px solid #333;border-top:1px solid #333;transform:translateY(-50%) rotate(45deg)}@media(any-hover: hover){.global-header__support-shop-link::after{transition:all .5s ease}}@media(any-hover: hover){.global-header__support-shop-link{transition:all .5s ease}.global-header__support-shop-link .global-header__support-shop-image-obj{transition:all .5s ease}.global-header__support-shop-link:hover{border-color:#0081cc;background:#0081cc;color:#fff}.global-header__support-shop-link:hover::after{border-color:#fff}.global-header__support-shop-link:hover .global-header__support-shop-image-obj{stroke:#fff}}.global-header__support-shop-image{aspect-ratio:1/1;width:60px}.global-header__support-shop-image-obj{fill:none;stroke:#333;stroke-miterlimit:10}.global-header__support-shop-note{padding:5px 5px 0 5px}.global-header__support-top{border-top:1px solid #ccc;margin-top:50px;padding-top:20px;display:flex;justify-content:center;width:100%}.global-header__support-top-link{position:relative;padding:5px 5px 5px 40px;color:#333;font-weight:900}.global-header__support-top-link::after{position:absolute;content:">";font-family:monospace;display:flex;justify-content:center;align-items:center;height:1.7rem;width:1.7rem;top:50%;left:5px;line-height:1;font-size:1rem;border-radius:50%;border:1.5px solid #333;color:#333;transform:translateY(-50%);font-weight:900;letter-spacing:-2px}@media(any-hover: hover){.global-header__support-top-link::after{transition:all .5s ease}}@media(any-hover: hover){.global-header__support-top-link{transition:all .5s ease}.global-header__support-top-link:hover{color:#0081cc}.global-header__support-top-link:hover::after{color:#fff;border-color:#0081cc;background:#0081cc}}.global-header__drop--sns{background-color:#f4f4f4}.global-header__sns{width:100%;max-width:1200px;margin:0 auto}.global-header__sns-title{font-size:2.5rem;font-weight:900}.global-header__sns-list{margin-top:20px}.sns{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));grid-gap:20px}.sns__item{aspect-ratio:4/3;display:flex}.sns__link{display:flex;width:100%;border:1px solid #ccc;padding:10px;flex-direction:column;align-items:center;justify-content:center;gap:10px;background-color:#fff;outline:2px solid rgba(0,0,0,0);text-shadow:0 0 0 rgba(0,0,0,0);font-weight:900;line-height:2rem}@media(any-hover: hover){.sns__link{transition:all .5s ease}.sns__link .sns__text::after{transition:all .5s ease}.sns__link:hover{border-color:#0081cc;outline-color:#0081cc;color:#0081cc}.sns__link:hover .sns__text::after{border-color:#0081cc}}.sns .sns__icon--pinterest,.sns .sns__icon--tiktok,.sns .sns__icon--roomclip,.sns .sns__icon--youtube,.sns .sns__icon--instagram,.sns .sns__icon--facebook{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.sns__icon--facebook{width:30%}.sns__icon--instagram{width:30%}.sns__icon--youtube{width:30%}.sns__icon--pinterest,.sns__icon--tiktok,.sns__icon--roomclip{width:34%}.sns__image{width:100%}.sns__text{position:relative;padding:0 20px}.sns__text::after{position:absolute;width:7px;height:7px;right:5px;top:50%;content:"";display:block;border-right:1px solid #333;border-top:1px solid #333;transform:translateY(-50%) rotate(45deg)}@media(any-hover: hover){.sns__text::after{transition:all .5s ease}}.gh-reform,.gh-product{width:1200px;max-width:calc(100% - 20px);margin:0 auto;padding:40px 0 0 0;display:flex}.gh-product{gap:20px}@media screen and (max-width:599px){.gh-product{flex-direction:column;align-items:center}}@media screen and (min-width:600px)and (max-width:1024px){.gh-product{flex-wrap:wrap;justify-content:space-around}}@media screen and (min-width: 1025px){.gh-product{justify-content:space-between;align-items:flex-end}}.gh-product__img--l,.gh-product__img--s{width:100%}.gh-product__img--l,.gh-product__img--s{object-fit:cover}@media screen and (max-width:599px){.gh-product__item--material{width:100%}}@media screen and (min-width:600px)and (max-width:1024px){.gh-product__item--material{width:calc(50% - 10px)}}@media screen and (min-width: 1025px){.gh-product__item--material{width:calc(25% - 10px);order:1}}.gh-product__item--engineering{flex-shrink:0}@media screen and (max-width:599px){.gh-product__item--engineering{width:100%}}@media screen and (min-width:600px)and (max-width:1024px){.gh-product__item--engineering{width:calc(50% - 10px)}}@media screen and (min-width: 1025px){.gh-product__item--engineering{width:calc(25% - 10px);order:3}}.gh-product__item--bm{display:flex;flex-direction:column;gap:20px;flex-shrink:1}@media screen and (max-width: 1024px){.gh-product__item--bm{width:100%}}@media screen and (min-width: 1025px){.gh-product__item--bm{width:49.25%;order:2}}.gh-product__bm-list{display:flex;gap:20px}@media screen and (max-width:599px){.gh-product__bm-list{width:100%;flex-direction:column}}@media screen and (max-width:599px){.gh-product__bm-item{width:100%}}@media screen and (min-width:600px){.gh-product__bm-item{width:calc(50% - 10px)}}.gh-product__link--top{position:relative;display:flex;justify-content:center;align-items:center;color:#333;border:1px solid #ccc;background:#fff;line-height:1.2;padding:10px 29.87px 10px 10px}.gh-product__link--top:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #333;border-top:1px solid #333;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.gh-product__link--top:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.gh-product__link--top{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.gh-product__link--top:hover{background:#0081cc;color:#fff;border-color:#0081cc}.gh-product__link--top:hover:after{border-color:#fff}}.gh-product__link{width:100%;display:flex;flex-direction:column;font-size:1.5rem;font-weight:600}@media(any-hover: hover){.gh-product__link .gh-product__thumb--l,.gh-product__link .gh-product__thumb--s{transition:all .5s ease}.gh-product__link .gh-product__img--l,.gh-product__link .gh-product__img--s{transition:all .5s ease}.gh-product__link .gh-product__text{transition:all .5s ease}.gh-product__link .gh-product__text::after{transition:all .5s ease}.gh-product__link:hover .gh-product__thumb--l,.gh-product__link:hover .gh-product__thumb--s{outline-color:#0081cc}.gh-product__link:hover .gh-product__img--l,.gh-product__link:hover .gh-product__img--s{transform:scale(1.1, 1.1)}.gh-product__link:hover .gh-product__text{color:#0081cc}.gh-product__link:hover .gh-product__text::after{color:#fff;border-color:#0081cc;background:#0081cc}}.gh-product__thumb--l,.gh-product__thumb--s{display:flex;width:100%;height:170px;outline:1px solid rgba(0,0,0,0);overflow:hidden}.gh-product__text{display:flex;align-items:center;position:relative;padding:0 5px 0 40px;line-height:1.2;min-height:2.4em;color:#333;margin-top:1px}.gh-product__text::after{position:absolute;content:">";font-family:monospace;display:flex;justify-content:center;align-items:center;height:1.7rem;width:1.7rem;top:50%;left:5px;line-height:1;font-size:1rem;border-radius:50%;border:1.5px solid #333;color:#333;transform:translateY(-50%);font-weight:900;letter-spacing:-2px}@media(any-hover: hover){.gh-product__text::after{transition:all .5s ease}}.gh-reform{gap:21px;flex-direction:column;align-items:center}.gh-reform__top-link{position:relative;display:flex;justify-content:center;align-items:center;color:#333;border:1px solid #ccc;background:#fff;line-height:1.2;padding:10px 29.87px 10px 10px}.gh-reform__top-link:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #333;border-top:1px solid #333;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.gh-reform__top-link:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.gh-reform__top-link{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.gh-reform__top-link:hover{background:#0081cc;color:#fff;border-color:#0081cc}.gh-reform__top-link:hover:after{border-color:#fff}}@media screen and (max-width: 1024px){.gh-reform__top-link{width:100%}}@media screen and (min-width: 1025px){.gh-reform__top-link{width:50%;max-width:550px}}.gh-reform__list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}@media screen and (max-width:599px){.gh-reform__item{width:100%}}@media screen and (min-width:600px)and (max-width:1024px){.gh-reform__item{width:calc(50% - 10px)}}@media screen and (min-width: 1025px){.gh-reform__item{width:calc(25% - 15px)}}.gh-reform__link{width:100%;display:flex;flex-direction:column;font-size:1.5rem;font-weight:600}@media(any-hover: hover){.gh-reform__link .gh-reform__thumb{transition:all .5s ease}.gh-reform__link .gh-reform__img{transition:all .5s ease}.gh-reform__link .gh-reform__text{transition:all .5s ease}.gh-reform__link .gh-reform__text::after{transition:all .5s ease}.gh-reform__link:hover .gh-reform__thumb{outline-color:#0081cc}.gh-reform__link:hover .gh-reform__img{transform:scale(1.1, 1.1)}.gh-reform__link:hover .gh-reform__text{color:#0081cc}.gh-reform__link:hover .gh-reform__text::after{color:#fff;border-color:#0081cc;background:#0081cc}}.gh-reform__thumb{display:flex;width:100%;height:170px;outline:1px solid rgba(0,0,0,0);overflow:hidden}.gh-reform__img{aspect-ratio:138/85;object-fit:cover;width:100%}.gh-reform__text{display:flex;align-items:center;position:relative;padding:0 5px 0 40px;line-height:1.2;min-height:2.4em;color:#333;margin-top:1px}.gh-reform__text::after{position:absolute;content:">";font-family:monospace;display:flex;justify-content:center;align-items:center;height:1.7rem;width:1.7rem;top:50%;left:5px;line-height:1;font-size:1rem;border-radius:50%;border:1.5px solid #333;color:#333;transform:translateY(-50%);font-weight:900;letter-spacing:-2px}@media(any-hover: hover){.gh-reform__text::after{transition:all .5s ease}}.ghsr{display:flex;flex-direction:column;align-items:center;width:1200px;max-width:calc(100% - 20px);margin:0 auto;padding:40px 0 42px 0}@media screen and (max-width:599px){.ghsr{gap:50px}}@media screen and (min-width:600px)and (max-width:1024px){.ghsr{gap:33px}}@media screen and (min-width: 1025px){.ghsr{gap:32px}}.ghsr__item{width:100%}.ghsr__list{display:flex;gap:30px}@media screen and (max-width:599px){.ghsr__list{flex-direction:column}}@media screen and (min-width:600px)and (max-width:1024px){.ghsr__list{justify-content:space-around;flex-wrap:wrap}}@media screen and (min-width: 1025px){.ghsr__list{justify-content:space-between}}.ghsr__list-item{display:flex}@media screen and (max-width:599px){.ghsr__list-item{width:100%}}@media screen and (min-width:600px){.ghsr__list-item{flex-grow:1}}.ghsr__link--top{position:relative;display:flex;justify-content:center;align-items:center;color:#333;border:1px solid #ccc;background:#fff;line-height:1.2;padding:10px 29.87px 10px 10px}.ghsr__link--top:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #333;border-top:1px solid #333;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.ghsr__link--top:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.ghsr__link--top{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.ghsr__link--top:hover{background:#0081cc;color:#fff;border-color:#0081cc}.ghsr__link--top:hover:after{border-color:#fff}}.ghsr__link{display:flex;flex-direction:column;border:1px solid #ccc;border-radius:2px;align-items:center;justify-content:center;width:100%;height:126px;gap:5px}@media(any-hover: hover){.ghsr__link{transition:all .5s ease}.ghsr__link .ghsr__link-img{transition:all .5s ease}.ghsr__link:hover{color:#fff;background-color:#0081cc;border-color:#0081cc}.ghsr__link:hover .ghsr__link-img{filter:invert(92%) sepia(22%) saturate(0%) hue-rotate(126deg) brightness(108%) contrast(100%)}}.ghsr__link--top{font-size:1.8rem;font-weight:900}.ghsr__link--support{position:relative;display:flex;justify-content:center;align-items:center;color:#333;border:1px solid #ccc;background:#fff;line-height:1.2;padding:10px 89.87px 10px 40px}.ghsr__link--support:after{position:absolute;top:50%;right:40px;content:"";border-right:1px solid #333;border-top:1px solid #333;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.ghsr__link--support:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.ghsr__link--support{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.ghsr__link--support:hover{background:#0081cc;color:#fff;border-color:#0081cc}.ghsr__link--support:hover:after{border-color:#fff}}.ghsr__block{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.ghsr__block-msg,.ghsr__block-title{display:flex;flex-shrink:0;width:100%;align-items:center}.ghsr__block-msg::before,.ghsr__block-title::before{content:"●"}.ghsr__block-title{font-size:1.6rem;font-weight:900;height:24px}.ghsr__block-msg{justify-content:center;font-size:1.4rem}.ghsr__block-item{display:flex;flex-shrink:0;flex-grow:1}.ghsr__usage-list{width:100%;display:flex;gap:15px}@media screen and (max-width:599px){.ghsr__usage-list{flex-direction:column;align-items:center}}@media screen and (max-width:599px){.ghsr__usage-item{width:100%}}@media screen and (min-width:600px){.ghsr__usage-item{display:flex;width:calc(50% - 7px)}}.ghsr__link-img{position:relative;margin-top:-5px;aspect-ratio:54/64;width:57px}.ghsr__link-img--tdy{background:#fff}.gh-login{width:1200px;max-width:calc(100% - 20px);margin:auto;padding:40px 0 0 0;display:flex;gap:15px}@media screen and (max-width:599px){.gh-login{flex-direction:column}}@media screen and (min-width:600px)and (max-width:1024px){.gh-login{flex-wrap:wrap;justify-content:center}}@media screen and (min-width: 1025px){.gh-login{justify-content:space-between}}.gh-login__item--s,.gh-login__item{display:flex;flex-direction:column;align-items:center;border:1px solid #ccc;padding:20px 10px;border-radius:2px;gap:10px}@media screen and (max-width:599px){.gh-login__item{flex-basis:100%}}@media screen and (min-width:600px)and (max-width:1024px){.gh-login__item{flex-basis:370px}}@media screen and (min-width: 1025px){.gh-login__item{flex-grow:1}}@media screen and (max-width:599px){.gh-login__item--s{flex-basis:100%}}@media screen and (min-width:600px)and (max-width:1024px){.gh-login__item--s{flex-basis:207px}}@media screen and (min-width: 1025px){.gh-login__item--s{flex-grow:1}}.gh-login__title{display:flex;flex-direction:column;align-items:center}.gh-login__title-text{line-height:1.2;height:2.4em;display:flex;align-items:center}.gh-login__title-text{font-weight:600}.gh-login__img{aspect-ratio:58/60;width:58px}.gh-login__body{display:flex;flex-direction:column;align-items:center;width:100%;gap:16px}.gh-login__btn-list{display:flex;width:100%}@media screen and (max-width:599px){.gh-login__btn-list{flex-direction:column;align-items:center;gap:10px}}@media screen and (min-width:600px){.gh-login__btn-list{justify-content:space-around;gap:10px;flex-wrap:wrap}}.gh-login__link--str-login,.gh-login__link--est-login,.gh-login__link--usr-login,.gh-login__link--usr-register,.gh-login__link--biz-login,.gh-login__link--biz-register{border-radius:20px;font-weight:600;width:10em;line-height:1}.gh-login__link--biz-register{position:relative;display:flex;justify-content:center;align-items:center;color:#fff;border:1px solid #004d96;background:#004d96;line-height:1.2;padding:7px 29.87px 7px 20px}.gh-login__link--biz-register:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #fff;border-top:1px solid #fff;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.gh-login__link--biz-register:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.gh-login__link--biz-register{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.gh-login__link--biz-register:hover{background:#fff;color:#004d96}.gh-login__link--biz-register:hover:after{border-color:#004d96}}.gh-login__link--biz-login{position:relative;display:flex;justify-content:center;align-items:center;color:#004d96;border:1px solid #004d96;background:#fff;line-height:1.2;padding:7px 29.87px 7px 20px}.gh-login__link--biz-login:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #004d96;border-top:1px solid #004d96;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.gh-login__link--biz-login:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.gh-login__link--biz-login{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.gh-login__link--biz-login:hover{background:#004d96;color:#fff}.gh-login__link--biz-login:hover:after{border-color:#fff}}.gh-login__link--usr-register{position:relative;display:flex;justify-content:center;align-items:center;color:#fff;border:1px solid #3ea2a3;background:#3ea2a3;line-height:1.2;padding:7px 29.87px 7px 20px}.gh-login__link--usr-register:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #fff;border-top:1px solid #fff;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.gh-login__link--usr-register:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.gh-login__link--usr-register{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.gh-login__link--usr-register:hover{background:#fff;color:#3ea2a3}.gh-login__link--usr-register:hover:after{border-color:#3ea2a3}}.gh-login__link--usr-login{position:relative;display:flex;justify-content:center;align-items:center;color:#3ea2a3;border:1px solid #3ea2a3;background:#fff;line-height:1.2;padding:7px 29.87px 7px 20px}.gh-login__link--usr-login:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #3ea2a3;border-top:1px solid #3ea2a3;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.gh-login__link--usr-login:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.gh-login__link--usr-login{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.gh-login__link--usr-login:hover{background:#3ea2a3;color:#fff}.gh-login__link--usr-login:hover:after{border-color:#fff}}.gh-login__link--est-login{position:relative;display:flex;justify-content:center;align-items:center;color:#0081cc;border:1px solid #0081cc;background:#fff;line-height:1.2;padding:7px 29.87px 7px 20px}.gh-login__link--est-login:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #0081cc;border-top:1px solid #0081cc;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.gh-login__link--est-login:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.gh-login__link--est-login{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.gh-login__link--est-login:hover{background:#0081cc;color:#fff}.gh-login__link--est-login:hover:after{border-color:#fff}}.gh-login__link--str-login{position:relative;display:flex;justify-content:center;align-items:center;color:#e95436;border:1px solid #e95436;background:#fff;line-height:1.2;padding:7px 29.87px 7px 20px}.gh-login__link--str-login:after{position:absolute;top:50%;right:10px;content:"";border-right:1px solid #e95436;border-top:1px solid #e95436;transform:rotate(45deg) translateY(-50%);height:7px;width:7px}@media(any-hover: hover){.gh-login__link--str-login:after{transition:border-top-color .5s ease-out,border-right-color .5s ease-out}}@media(any-hover: hover){.gh-login__link--str-login{transition:color .5s ease-out,border-top-color .5s ease-out,border-right-color .5s ease-out,border-bottom-color .5s ease-out,border-left-color .5s ease-out,background-color .5s ease-out}.gh-login__link--str-login:hover{background:#e95436;color:#fff}.gh-login__link--str-login:hover:after{border-color:#fff}}.gh-login__link--about{text-decoration:underline}.gh-login__link--about:hover{text-decoration:none}.gh-login__link--about::after{content:" >"}.tag-list{display:flex;flex-wrap:wrap}.tag-list__item{display:flex;margin:10px 5px 0 0}.tag-list .tag-list__link--alpha,.tag-list .tag-list__link{transition:all .5s ease;font-size:1.4rem;padding:5px 2em 5px 15px;border-radius:15px;line-height:1.2;position:relative;border-width:1px;border-style:solid}.tag-list .tag-list__link--alpha:after,.tag-list .tag-list__link:after{transition:all .5s ease;position:absolute;top:50%;right:10px;content:"";height:.65rem;width:.65rem;border-right-width:1px;border-right-style:solid;border-top-width:1px;border-top-style:solid;border-color:"";transform:translateY(-50%) rotate(45deg)}.tag-list__link{color:#333;border-color:#ababab}.tag-list__link:after{border-color:#333}.tag-list__link:hover{color:#fff;background-color:#ababab}.tag-list__link:hover:after{border-color:#fff}.tag-list__link--alpha{color:#fff;border-color:#fff}.tag-list__link--alpha:after{border-color:#fff}.tag-list__link--alpha:hover{color:#0081cc;background-color:#fff}.tag-list__link--alpha:hover:after{border-color:#0081cc}.data-library{padding:20px 30px;background-color:#f5f5f5;display:grid;grid-gap:6px}@media screen and (max-width:599px){.data-library{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:600px)and (max-width:1024px){.data-library{grid-template-columns:repeat(4, 1fr)}}@media screen and (min-width: 1025px){.data-library{grid-template-columns:repeat(5, 1fr)}}.data-library__title{display:flex;justify-content:center;font-weight:600;width:100%;font-size:1.8rem;margin-bottom:20px}@media screen and (max-width:599px){.data-library__title{grid-column:1/3}}@media screen and (min-width:600px)and (max-width:1024px){.data-library__title{grid-column:1/5}}@media screen and (min-width: 1025px){.data-library__title{grid-column:1/6}}.data-library__item{display:flex}.data-library__link{transition:all .5s ease;width:100%;background-color:#fff;border:1px solid #aaa;padding:6px 16px 6px 6px;color:#333;font-weight:600;position:relative;font-size:1.4rem;display:flex;align-items:center}.data-library__link:after{transition:all .5s ease;position:absolute;top:50%;right:6px;content:"";height:7px;width:7px;border-right-width:1px;border-right-style:solid;border-top-width:1px;border-top-style:solid;border-color:#333;transform:translateY(-50%) rotate(45deg)}@media screen and (min-width:600px){.data-library__link:hover{background-color:#aaa;color:#fff}.data-library__link:hover:after{border-color:#fff}}.data-library-link-text{font-size:1.4rem}.global-footer{background:#f2f2f2}.global-footer__sitemap{background-color:#f2f2f2;width:100%;padding-top:50px}.global-footer__sitemap-contents{width:100%;max-width:1200px;display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 auto 50px auto;padding:0 10px 50px 10px;border-bottom:1px solid #999}.global-footer__site-title{width:50%;display:flex;justify-content:space-between;border-bottom:1px solid #999}@media screen and (max-width:599px){.global-footer__site-title{width:100%}}@media screen and (min-width:600px){.global-footer__site-title{width:120px}}.global-footer__site-title-logo{aspect-ratio:368/78;width:120px}.global-footer__sns{display:flex;justify-content:flex-end;border-bottom:1px solid #999}@media screen and (max-width:599px){.global-footer__sns{width:100%;border-bottom:none;padding-top:10px}}@media screen and (min-width:600px){.global-footer__sns{width:calc(100% - 120px)}}.global-footer__sns-list{display:flex;justify-content:flex-end;width:100%}.global-footer__sns-item{padding:0 15px}.global-footer__sns-logo{aspect-ratio:1/1;width:35px}.global-footer__page-group{display:flex;flex-direction:column;gap:3em;padding:50px 1em 0 1em;flex-grow:1;line-height:2}@media screen and (min-width:600px)and (max-width:1024px){.global-footer__page-group{width:33.3333333333%}}@media screen and (max-width:599px){.global-footer__page-group{width:100%;display:flex;flex-direction:column}}@media screen and (max-width:599px){.global-footer__page--indent,.global-footer__page--toolbound,.global-footer__page--bound,.global-footer__page{width:100%;background-color:#fff;outline:1px solid #ccc;display:flex;font-size:1.4rem}}@media screen and (min-width:600px){.global-footer__page--indent,.global-footer__page--toolbound,.global-footer__page--bound,.global-footer__page{font-size:1.3rem}}.global-footer__page-head{font-weight:900}@media screen and (max-width:599px){.global-footer__page-head{width:100%;background-color:#ccc;display:flex;outline:1px solid #ccc}}@media screen and (min-width:600px){.global-footer__page-head{font-size:1.4rem}}@media screen and (max-width:599px){.global-footer__page-head--main{padding:5px 27px 5px 10px}}@media screen and (max-width:599px){.global-footer__page-list--tab-pc{display:none}}@media screen and (min-width:600px){.global-footer__page-list--sp{display:none}}.global-footer__page--lg12{line-height:1.2em}@media screen and (min-width:600px){.global-footer__page--lg12{margin:5px 0}}@media screen and (min-width:600px){.global-footer__page--bound{margin-top:2em}}@media screen and (min-width:600px){.global-footer__page--toolbound{margin-top:4em}}.global-footer__page--indent{padding-left:1em}@media screen and (max-width:599px){.global-footer__page-link--annotated,.global-footer__page-link--iconed,.global-footer__page-link{width:100%;min-height:48px;display:flex;flex-wrap:wrap;align-items:center;padding:5px 27px 5px 10px;position:relative}.global-footer__page-link--annotated::after,.global-footer__page-link--iconed::after,.global-footer__page-link::after{position:absolute;top:50%;right:10px;content:"";height:7px;width:7px;border-right-width:1px;border-right-style:solid;border-top-width:1px;border-top-style:solid;border-color:#333;transform:translateY(-50%) rotate(45deg)}}@media screen and (max-width:599px)and (any-hover: hover){.global-footer__page-link--annotated,.global-footer__page-link--iconed,.global-footer__page-link{transition:all .5s ease}.global-footer__page-link--annotated::after,.global-footer__page-link--iconed::after,.global-footer__page-link::after{transition:all .5s ease}.global-footer__page-link--annotated .global-footer__page-link-global-icon,.global-footer__page-link--iconed .global-footer__page-link-global-icon,.global-footer__page-link .global-footer__page-link-global-icon{transition:all .5s ease}.global-footer__page-link--annotated:hover,.global-footer__page-link--iconed:hover,.global-footer__page-link:hover{background:#0081cc;color:#fff}.global-footer__page-link--annotated:hover::after,.global-footer__page-link--iconed:hover::after,.global-footer__page-link:hover::after{border-color:#fff}.global-footer__page-link--annotated:hover .global-footer__page-link-global-icon,.global-footer__page-link--iconed:hover .global-footer__page-link-global-icon,.global-footer__page-link:hover .global-footer__page-link-global-icon{stroke:#fff}}@media screen and (min-width:600px)and (any-hover: hover){.global-footer__page-link--annotated:hover,.global-footer__page-link--iconed:hover,.global-footer__page-link:hover{text-decoration:underline}}.global-footer__page-link--iconed{display:flex;gap:.5em;align-items:center}.global-footer__page-link-global-icon{height:1em;width:1em;fill:rgba(0,0,0,0);stroke:#333;stroke-width:5px}@media screen and (min-width:600px){.global-footer__page-link--annotated{display:flex;flex-direction:column}}@media screen and (min-width:600px){.global-footer__page-link-annotate{font-size:74%}}.global-footer__info{width:100%;max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap}.global-footer__info-list{display:flex;flex-wrap:wrap;flex-grow:1;justify-content:center;margin-bottom:30px}@media screen and (max-width:599px){.global-footer__info-list{line-height:2}}.global-footer__info-item{padding-right:1em}@media screen and (min-width:600px){.global-footer__info-item{font-size:1.2rem}}@media screen and (max-width:599px){.global-footer__info-link{display:flex;min-height:48px;align-items:center;padding:5px 10px}}@media(any-hover: hover){.global-footer__info-link:hover{text-decoration:underline}}.global-footer__copyright{flex-grow:1;display:flex;justify-content:center;color:#4f4f4f;margin-bottom:30px;font-size:1rem}.global-footer__related-contents{margin-top:75px;width:100%}.related-contents{padding:0 10px 50px;background:#fff}.related-contents__title{width:calc(100% - 20px);max-width:1200px;margin:0 auto;font-size:3rem;font-weight:600;line-height:2}.related-contents__note{width:calc(100% - 20px);max-width:1200px;margin:0 auto}.related-contents__note-title{font-weight:600}.related-contents__list{width:calc(100% - 20px);max-width:1200px;margin:10px auto 0 auto;display:grid;grid-gap:15px}@media screen and (max-width:599px){.related-contents__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:600px){.related-contents__list{grid-template-columns:repeat(15, 1fr)}}.related-contents .related-contents__item--inquiry,.related-contents .related-contents__item--2023fair,.related-contents .related-contents__item--6hint,.related-contents .related-contents__item--10nin10ie,.related-contents .related-contents__item--ykkap-business,.related-contents .related-contents__item--comet,.related-contents .related-contents__item--remodel,.related-contents .related-contents__item--tdy,.related-contents .related-contents__item--ykkap,.related-contents .related-contents__item--toto{display:flex}@media screen and (max-width:599px){.related-contents__item--toto{grid-column:1/3}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--toto{grid-column:1/6}}@media screen and (min-width: 1025px){.related-contents__item--toto{grid-column:1/6}}@media screen and (max-width:599px){.related-contents__item--ykkap{grid-column:1/3}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--ykkap{grid-column:6/11}}@media screen and (min-width: 1025px){.related-contents__item--ykkap{grid-column:6/11}}@media screen and (max-width:599px){.related-contents__item--tdy{grid-column:1/3}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--tdy{grid-column:11/16}}@media screen and (min-width: 1025px){.related-contents__item--tdy{grid-column:11/16}}@media screen and (max-width:599px){.related-contents__item--remodel{grid-column:1/2}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--remodel{grid-column:1/6}}@media screen and (min-width: 1025px){.related-contents__item--remodel{grid-column:1/4}}@media screen and (max-width:599px){.related-contents__item--comet{grid-column:2/3}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--comet{grid-column:6/11}}@media screen and (min-width: 1025px){.related-contents__item--comet{grid-column:4/7}}@media screen and (max-width:599px){.related-contents__item--ykkap-business{grid-column:1/2}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--ykkap-business{grid-column:11/16}}@media screen and (min-width: 1025px){.related-contents__item--ykkap-business{grid-column:7/10}}@media screen and (max-width:599px){.related-contents__item--10nin10ie{grid-column:2/3}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--10nin10ie{grid-column:1/6}}@media screen and (min-width: 1025px){.related-contents__item--10nin10ie{grid-column:10/13}}@media screen and (max-width:599px){.related-contents__item--6hint{grid-column:1/2}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--6hint{grid-column:6/11}}@media screen and (min-width: 1025px){.related-contents__item--6hint{grid-column:13/16}}@media screen and (max-width:599px){.related-contents__item--2023fair{grid-column:1/2}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--2023fair{grid-column:6/11}}@media screen and (min-width: 1025px){.related-contents__item--2023fair{grid-column:13/16}}@media screen and (max-width:599px){.related-contents__item--inquiry{grid-column:1/2}}@media screen and (min-width:600px)and (max-width:1024px){.related-contents__item--inquiry{grid-column:6/11}}@media screen and (min-width: 1025px){.related-contents__item--inquiry{grid-column:13/16}}.related-contents__link{aspect-ratio:14/5;width:100%;display:flex;border:1px solid #aaa;align-items:center;justify-content:center;outline:2px solid rgba(0,0,0,0)}@media(any-hover: hover){.related-contents__link{transition:all .5s ease}.related-contents__link:hover{border-color:#0081cc;outline-color:#0081cc}}.related-contents__icon--toto{aspect-ratio:87/20;width:40%;object-fit:""}.related-contents__icon--ykkap{aspect-ratio:53/51;width:15%;object-fit:""}.related-contents__icon--tdy{aspect-ratio:339/68;width:75%;object-fit:""}.related-contents__icon--remodel{aspect-ratio:238/71;width:75%;object-fit:""}.related-contents__icon--comet{aspect-ratio:49/16;width:75%;object-fit:""}.related-contents__icon--ykkap-business{aspect-ratio:103/26;width:75%;object-fit:""}.related-contents__icon--10nin10ie{aspect-ratio:278/101;width:100%;object-fit:cover}.related-contents__icon--6hint{aspect-ratio:278/101;width:100%;object-fit:cover}.related-contents__icon--2023fair{aspect-ratio:278/101;width:100%;object-fit:cover}.related-contents__icon--inquiry{aspect-ratio:278/101;width:100%;object-fit:cover}.global-footer__site-related-link{margin-top:20px;width:100%}.site-related-link{padding:50px 10px;background:#fff}.site-related-link__title{width:calc(100% - 20px);max-width:1200px;margin:0 auto;font-size:1.8rem;font-weight:600;line-height:2}.site-related-link__list{width:calc(100% - 20px);max-width:1200px;margin:0 auto;display:grid;grid-gap:30px}@media screen and (max-width:599px){.site-related-link__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:600px)and (max-width:1024px){.site-related-link__list{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 1025px){.site-related-link__list{grid-template-columns:repeat(5, 1fr)}}.site-related-link .related-contents__item--toto,.site-related-link .related-contents__item--ykkap,.site-related-link .related-contents__item--tdy,.site-related-link .related-contents__item--remodel,.site-related-link .related-contents__item--comet,.site-related-link .related-contents__item--ykkap-business,.site-related-link .related-contents__item--10nin10ie,.site-related-link .related-contents__item--6hint,.site-related-link .related-contents__item--2023fair,.site-related-link .related-contents__item--inquiry{display:flex}.site-related-link__link{aspect-ratio:14/5;width:100%;display:flex;border:1px solid #aaa;align-items:center;justify-content:center;outline:2px solid rgba(0,0,0,0)}.site-related-link__link-rockwool{background:#d2edfb}@media(any-hover: hover){.site-related-link__link{transition:all .5s ease}.site-related-link__link:hover{border-color:#0081cc;outline-color:#0081cc}}.site-related-link__icon--gamba{aspect-ratio:255/56;width:90%;object-fit:""}.site-related-link__icon--funtoshare{aspect-ratio:5/2;width:90%;object-fit:""}.site-related-link__icon--catalabo{aspect-ratio:5/2;width:85%;object-fit:""}.site-related-link__icon--ondankataisaku{aspect-ratio:5/2;width:90%;object-fit:""}.site-related-link__icon--rockwool{aspect-ratio:177/52;width:100%;object-fit:""}.global-footer__guide{width:100%;margin-top:100px;background-color:#f2f2f2;padding:30px 20px 0 30px}.guide__title{font-size:2rem;font-weight:600;width:100%;max-width:1200px;margin:0 auto}.guide__search{width:100%;max-width:1200px;margin:20px auto 0 auto}.guide__search-body{margin-top:20px}.guide__links{margin-top:5px}.guide__site-search-form{gap:10px}
