.general-footer{font-size:1.2rem;font-family:var(--GENERAL_FONT_FAMILY);line-height:var(--GENERAL_LINE_HEIGHT);}.general-footer :where(a,.general-footer button){color:inherit;}.general-footer :where(a:focus-visible,.general-footer button):focus-visible{outline:auto;}.general-footer :where(a:hover,.general-footer button):hover{color:inherit;}.general-footer__fixed{position:fixed;bottom:0;right:0;z-index:var(--GENERAL_Z_INDEX_FIXED_FOOTER);display:flex;flex-direction:column;row-gap:32px;width:100%;visibility:hidden;opacity:0;transition:visibility var(--GENERAL_TRANSITION), opacity var(--GENERAL_TRANSITION);}.general-footer__fixed.is-shown{visibility:visible;opacity:1;}.general-footer__scroll-top{padding-inline:var(--GENERAL_GUTTER_CONTENT);}.general-footer__scroll-top-link{display:block;width:48px;height:48px;margin-inline:auto 0;border-radius:50%;background:var(--GENERAL_COLOR_BASE) url('/files/svg/general-footer/icon-arrow-up.svg') no-repeat center/ 16px;box-shadow:0 0 4px rgba(0,0,0,0.25);visibility:hidden;opacity:0;transition:visibility var(--GENERAL_TRANSITION), opacity var(--GENERAL_TRANSITION);}.general-footer__scroll-top-link.is-shown{visibility:visible;opacity:1;}.general-footer__scroll-top-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}.general-footer__menu{color:var(--GENERAL_COLOR_BASE);transition:visibility var(--GENERAL_TRANSITION), opacity var(--GENERAL_TRANSITION);}.general-footer__menu.is-hidden{display:none;}.general-footer__menu-list{display:flex;}.general-footer__menu-item{flex:1;border-right:1px solid var(--GENERAL_COLOR_BASE);}.general-footer__menu-item:last-child{border-right:none;}.general-footer__menu-link{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;row-gap:4px;height:100%;padding:12px;background-color:var(--GENERAL_COLOR_SECONDARY);}.general-footer__menu-item:first-child .general-footer__menu-link{border-top-left-radius:10px;}.general-footer__menu-item:last-child .general-footer__menu-link{border-top-right-radius:10px;}.general-footer__menu-text{font-size:1rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.general-footer__menu-icon{width:auto;max-height:25px;}.general-footer__menu-close{display:none;}.general-footer__sub{display:flex;flex-direction:column;row-gap:32px;padding-block:40px;border-image-source:linear-gradient(180deg,var(--GENERAL_COLOR_PRIMARY) 1px,transparent 0);border-image-slice:fill 0;border-image-width:1;border-image-outset:0 100vw;}.general-footer__news{display:grid;row-gap:16px;color:var(--GENERAL_COLOR_PRIMARY);font-size:clamp(1.2rem,1.5vw,1.6rem);}.general-footer__news-item{display:flex;flex-direction:column;row-gap:8px;}.general-footer__news-text--caution{position:relative;padding-left:33px;}.general-footer__news-text--caution::before{content:'';position:absolute;top:0.05em;left:0;width:25px;height:25px;background-image:url('/files/svg/general-footer/icon-caution.svg');}.general-footer__news-label{width:fit-content;padding-inline:24px;background-color:var(--GENERAL_COLOR_SECONDARY);color:var(--GENERAL_COLOR_BASE);}.general-footer__sns{display:flex;flex-wrap:wrap;justify-content:center;column-gap:32px;}.general-footer__sns-link{display:grid;place-content:center;width:40px;height:40px;}.general-footer__sns-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}.general-footer__main{--background-color:var(--GENERAL_COLOR_PRIMARY);border-image-source:linear-gradient(var(--background-color),var(--background-color));border-image-slice:fill 0;border-image-width:1;border-image-outset:0 100vw;padding-block:64px;color:var(--GENERAL_COLOR_BASE);}.general-footer__main > :first-child{margin-top:0;}.general-footer__main > :last-child{margin-bottom:0;}.general-footer__logo-image{width:auto;max-height:40px;}.general-footer__links{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px;}.general-footer__links-link{font-size:clamp(1.2rem,1.5vw,1.6rem);}.general-footer__company-info{font-size:clamp(1.2rem,1.5vw,1.6rem);margin-top:32px;}.general-footer__icon{margin-left:8px;color:currentColor;}@media print,screen and (min-width: 768px){.general-footer{font-size:1.7rem;}.general-footer__fixed{bottom:16px;flex-direction:column-reverse;width:auto;min-width:88px;}.general-footer__scroll-top{padding-inline:unset;}.general-footer__scroll-top-link{margin-inline:auto;width:64px;height:64px;background-size:26px;}.general-footer__menu-list{flex-direction:column;}.general-footer__menu-item{border-right:unset;border-bottom:1px solid var(--GENERAL_COLOR_BASE);}.general-footer__menu-item:last-child{border-bottom:none;}.general-footer__menu-link{row-gap:8px;padding:12px 8px;transition:background-color var(--GENERAL_TRANSITION);}.general-footer__menu-link:hover{background-color:var(--GENERAL_COLOR_SECONDARY_TINT_1);}.general-footer__menu-item:last-child .general-footer__menu-link{border-top-right-radius:unset;border-bottom-left-radius:10px;}.general-footer__menu-text{font-size:1.2rem;}.general-footer__menu-icon{max-height:26px;}.general-footer__menu-close{position:absolute;top:0;left:0;display:block;width:30px;height:30px;background-color:var(--GENERAL_COLOR_PRIMARY);border-radius:50%;transform:translate(-50%,-50%);transition:background-color var(--GENERAL_TRANSITION);}.general-footer__menu-close::before,.general-footer__menu-close::after{content:'';position:absolute;inset:0;margin:auto;width:15px;height:2px;background-color:var(--GENERAL_COLOR_BASE);}.general-footer__menu-close::before{rotate:45deg;}.general-footer__menu-close::after{rotate:-45deg;}.general-footer__menu-close:hover{background-color:var(--GENERAL_COLOR_PRIMARY_TINT_1);}.general-footer__menu-close-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}.general-footer__news{flex:1;row-gap:24px;}.general-footer__news-item{align-items:flex-start;flex-direction:row;column-gap:16px;}.general-footer__news-text{flex:1;}.general-footer__news-link:hover{text-decoration:underline;}.general-footer__news-label{padding-inline:32px;font-size:1.6rem;}.general-footer__main{padding-block:120px;}.general-footer__logo-image{max-height:80px;}.general-footer__links{margin-top:52px;gap:24px;}.general-footer__links-link:hover{text-decoration:underline;}.general-footer__company-info{margin-top:46px;}}@media print,screen and (min-width: 1024px){.general-footer__sub{flex-direction:row;align-items:end;column-gap:80px;}}@media print,screen and (min-width: 1200px){.general-footer__links-link,.general-footer__company-info,.general-footer__news{font-size:1.7rem;}}@media print{.general-footer__fixed{display:none;}.general-footer__sub{border-image:initial;}}