@charset "UTF-8";.full-screen-menu{--border-color: var(--color-gray-800);--section-gap: 1px;--scrollbar-width: 1px;--scrollbar-color: var(--color-gray-800)}.full-screen-menu ::-webkit-scrollbar{width:var(--scrollbar-width)}.full-screen-menu ::-webkit-scrollbar-track{background:transparent}.full-screen-menu ::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:9999px}.full-screen-menu,.full-screen-menu *{scrollbar-width:thin;scrollbar-color:var(--scrollbar-color) var(--color-black)}.full-screen-menu{display:grid;gap:var(--section-gap);width:100%;height:100vh;height:100dvh;grid-template:"header-title-section      header-title-section" 80px "parent-navigation-section parent-navigation-section" auto "characters-section        introduction-section" 46px "characters-section        search-section" 64px "characters-section        sns-section" 128px/30vw auto}.full-screen-menu .header-title-section{grid-area:header-title-section;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.full-screen-menu .search-section{grid-area:search-section;position:relative}.full-screen-menu .sns-section{grid-area:sns-section}.full-screen-menu .sns-section ul{grid-template-columns:repeat(4,1fr)}.full-screen-menu .parent-navigation-section{grid-area:parent-navigation-section;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.full-screen-menu .characters-section{grid-area:characters-section;min-height:100px}.full-screen-menu .introduction-section{grid-area:introduction-section;min-height:46px}.full-screen-menu .center-group-section-mobile{display:grid;grid-template-columns:84px 1fr;gap:var(--section-gap);height:222px;max-height:222px;overflow-y:auto;flex-shrink:0;flex-grow:0}.full-screen-menu .center-group-section-mobile .parent-menu-name{height:222px;max-height:222px}.full-screen-menu .center-group-section-mobile .child-navigation-section{overflow-y:auto;overflow-x:hidden;min-height:0;max-height:222px}.full-screen-menu .left-group-section,.full-screen-menu .center-group-section{display:none}@media(min-width:1024px){.full-screen-menu{grid-template:"header-title-section center-group-section" 80px "left-group-section   center-group-section" 1fr "search-section       sns-section          " 116px/480px 1fr}.full-screen-menu .left-group-section{display:grid;grid-area:left-group-section;grid-template-columns:60px 1fr;gap:var(--section-gap);min-height:0}.full-screen-menu .left-group-section .introduction-section{position:relative;grid-area:unset;min-height:unset}.full-screen-menu .left-group-section .introduction-section .introduction-line{position:absolute;top:0;right:-1px;height:100%;width:1px;background-color:var(--color-gold);animation:line-run-down 2s 0s cubic-bezier(1,-.07,0,1) forwards}.full-screen-menu .left-group-section .navigation-with-characters-section{display:grid;gap:var(--section-gap);grid-template-rows:auto 1fr;height:100%;width:100%;min-height:0}.full-screen-menu .left-group-section .navigation-with-characters-section .parent-navigation-section{grid-row:1;grid-area:unset;min-height:0;overflow-y:hidden}.full-screen-menu .left-group-section .navigation-with-characters-section .characters-section{grid-row:2;min-height:0;overflow:hidden;grid-area:unset}.full-screen-menu .center-group-section{display:grid;grid-area:center-group-section;grid-template:"parent-menu-name child-navigation-section-wrapper " 1fr/336px 1fr;min-height:0;overflow:hidden}.full-screen-menu .center-group-section .parent-menu-name{grid-area:parent-menu-name}.full-screen-menu .center-group-section .child-navigation-section-wrapper{grid-area:child-navigation-section-wrapper;display:flex;flex-direction:column;overflow-x:hidden}.full-screen-menu .center-group-section .child-navigation-section-wrapper .child-navigation-section{display:grid;grid-template-rows:repeat(auto-fit,1fr)}.full-screen-menu>.parent-navigation-section{display:none}.full-screen-menu>.characters-section{display:none}.full-screen-menu>.introduction-section{display:none}.full-screen-menu .center-group-section-mobile{display:none}.full-screen-menu .sns-section ul{grid-template-columns:repeat(8,1fr)}}a{transition:color .725s cubic-bezier(.18,.08,0,1),background-color .725s cubic-bezier(.18,.08,0,1)}.menu-list-text-upper{text-transform:uppercase}.menu-list-item{border-bottom:var(--border-color) var(--section-gap) solid;transition:color .725s cubic-bezier(.18,.08,0,1),background-color .725s cubic-bezier(.18,.08,0,1)}.menu-list-item:last-child{border-bottom:none}.menu-list-item-link{border-bottom:var(--border-color) var(--section-gap) solid;transition:color .725s cubic-bezier(.18,.08,0,1),background-color .725s cubic-bezier(.18,.08,0,1)}.menu-list-item-link:last-child{border-bottom:none}.animated-line{--line-color: var(--color-gold);--line-width: 1px;--line-duration: 2s;--line-delay: 0s;position:absolute;background-color:var(--line-color)}.animated-line--horizontal-top{top:0;left:0;width:100%;height:var(--line-width);animation:line-run-right 2.3s var(--line-delay) var(--ease-necco) forwards}.animated-line--fullwidth{animation-name:line-run-right-fullwidth;width:100vw}@keyframes line-run-down{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@keyframes line-run-right{0%{transform-origin:left;transform:scaleX(0)}50%{transform-origin:left;transform:scaleX(1)}55%{transform-origin:left;transform:scaleX(.6)}56%{transform-origin:right;transform:scaleX(1)}to{transform-origin:right;transform:scaleX(0)}}@keyframes line-run-right-fullwidth{0%{transform-origin:left;transform:scaleX(0)}50%{transform-origin:left;transform:scaleX(1)}51%{transform-origin:right;transform:scaleX(1)}to{transform-origin:right;transform:scaleX(0)}}
