@media screen and (max-width: 768px){html{font-size:2.5641025641vw}}@media print,screen and (min-width: 769px){html{font-size:.78125vw}}header{position:absolute;top:0;left:0;width:100%}header .hdWrap{display:flex;justify-content:space-between}header .hdNavMain{position:fixed;z-index:500}header .hdNavMain .hdToggle{background-color:var(--primary-color);border-radius:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s linear;position:relative;z-index:1}header .hdNavMain .hdToggle:hover{opacity:.8}header .hdNavMain .hdToggle .hdToggleTxt{letter-spacing:.09em}header .hdNavMain .hdToggle .hdToggleTxt.hdToggleTxtMenu{opacity:1;transition:all .3s linear}header .hdNavMain .hdToggle .hdToggleTxt.hdToggleTxtClose{opacity:0;transition:all .3s linear}header .hdNavMain .hdToggle .hdToggleLine{width:1.8rem;height:1.3rem}header .hdNavMain .hdToggle .hdToggleLine span{display:block;width:100%;height:.1rem;background-color:#fff;position:absolute;left:0}header .hdNavMain .hdToggle .hdToggleLine span:first-of-type{top:0;animation:top2 .5s ease forwards}header .hdNavMain .hdToggle .hdToggleLine span:nth-of-type(2){top:calc(50% - .05rem);animation:scaled2 .5s ease forwards}header .hdNavMain .hdToggle .hdToggleLine span:last-of-type{bottom:0;animation:bottom2 .5s ease forwards}header .hdNavMain .hdToggle.showToggle{background-color:#fff}header .hdNavMain .hdToggle.showToggle .hdToggleTxtMenu{opacity:0}header .hdNavMain .hdToggle.showToggle .hdToggleTxtClose{opacity:1}header .hdNavMain .hdToggle.showToggle .hdToggleLine span{background-color:var(--primary-color)}header .hdNavMain .hdToggle.showToggle .hdToggleLine span:first-child{animation:top .5s ease forwards}header .hdNavMain .hdToggle.showToggle .hdToggleLine span:nth-child(2){animation:scaled .5s ease forwards}header .hdNavMain .hdToggle.showToggle .hdToggleLine span:last-child{animation:bottom .5s ease forwards}header .hdNavMain .hdNav{background-color:var(--primary-color);position:fixed;top:0;right:0;padding:16.2rem 3rem 6rem;text-align:center;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s linear}header .hdNavMain .hdNav .hdInner{padding-bottom:4.8rem}header .hdNavMain .hdNav .hdInner .hdItem:not(:last-of-type){padding-bottom:3.2rem}header .hdNavMain .hdNav .hdInner .hdItemLink{color:#fff;line-height:normal}header .hdNavMain .hdNav .hdInner .hdItemLink .hdItemLinkEn{font-size:1.3rem;letter-spacing:.05em}header .hdNavMain .hdNav .hdInner .hdItemLink .hdItemLinkJp{font-size:2.6rem;letter-spacing:.09em}header .hdNavMain .hdNav .navContactBtn .navContact{background-color:var(--complementary-color);border-radius:1rem;font-size:2rem;letter-spacing:.09em;display:flex;align-items:center;padding:1.85rem 2rem;width:28.4rem;margin-left:auto;margin-right:auto;line-height:normal}header .hdNavMain .hdNav .navContactBtn .navContact:not(:last-of-type){margin-bottom:2rem}header .hdNavMain .hdNav .navContactBtn .navContact.navMail{font-size:1.8rem}header .hdNavMain .hdNav .navContactBtn .navContact .icn01{width:1.6rem;margin-right:.8rem;margin-top:.4rem}header .hdNavMain .hdNav .navContactBtn .navContact .icn02{margin-left:auto;width:2.2rem;height:2.2rem}header .hdNavMain .hdNav.showNav{opacity:1;visibility:visible;pointer-events:visible}@media screen and (max-width: 768px){header .hdWrap{padding:1.5rem}header .hdLogo{width:7.1rem}header .hdNavMain{right:1.5rem}header .hdNavMain .hdNav{width:100vw;height:100dvh;overflow-y:scroll;padding:11.2rem 3rem 6rem}header .hdToggle{width:13.9rem;height:5.6rem;padding:0 1.9rem}header .hdToggle .hdToggleTxt{font-size:1.8rem}header .hdToggle .hdToggleTxtClose{top:1.5rem;left:1.9rem}}@media print,screen and (min-width: 769px){header .hdWrap{padding:3rem}header .hdLogo{width:14rem}header .hdNavMain{right:3rem}header .hdNavMain .hdNav{width:39rem;height:100%;max-height:95.2rem;overflow-y:scroll}header .hdToggle{width:21rem;height:7.2rem;padding:0 2.9rem}header .hdToggle .hdToggleTxt{font-size:2rem}header .hdToggle .hdToggleTxtClose{top:2.5rem;left:2.9rem}}@keyframes top{0%{top:0;transform:rotate(0)}50%{top:calc(50% - .05rem);transform:rotate(0)}100%{top:calc(50% - .05rem);transform:rotate(40deg)}}@keyframes top2{0%{top:calc(50% - .05rem);transform:rotate(40deg)}50%{top:calc(50% - .05rem);transform:rotate(0)}100%{top:0;transform:rotate(0deg)}}@keyframes bottom{0%{bottom:0;transform:rotate(0)}50%{bottom:calc(50% - .05rem);transform:rotate(0)}100%{bottom:calc(50% - .05rem);transform:rotate(-40deg)}}@keyframes bottom2{0%{bottom:calc(50% - .05rem);transform:rotate(-40deg)}50%{bottom:calc(50% - .05rem);transform:rotate(0)}100%{bottom:0;transform:rotate(0)}}@keyframes scaled{0%{transform:scale(1)}50%{transform:scale(0)}100%{transform:scale(0)}}@keyframes scaled2{0%{transform:scale(0)}50%{transform:scale(0)}100%{transform:scale(1)}}
