@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:root{--default-white: #fff;--default-black: #191919;--default-gray: #d7dede;--default-pink: #f0206e;--default-light-pink: #ffe0eb;--default-yellow: #fff500;--default-attention: #ff0004;--text-white: #fff;--text-black: #191919;--text-gray: #d7dede;--text-pink: #f0206e;--text-yellow: #f7ff00;--button-black: #191919;--button-primary-active: var(--button-black);--button-hover: var(--default-white);--button-yellow: #fff500;--button-pink: #f0206e;--button-disabled: #d7dede;--border-white: #fff;--border-black: #191919;--border-gray: #d7dede;--border-pink: #f0206e;--background-beige: #f9f9f3;--background-yellow: #fff37a;--background-black100: #191919;--background-black80: #191919cc;--background-white100: #fff;--background-white80: #fffc;--background-light-pink: #ffe0eb;--background-yellow-gradient: linear-gradient( 0deg, #fff37a 0%, #fff378 30%, #ffd642 70%, #ffbd42 100% );--other-black: #191919;--other-white: #fff;--other-pink: #f0206e;--other-red: #ff0004;--other-ranking-gold: linear-gradient( 93.41deg, #ffd000 0%, #fff538 40%, #ffd000 80%, #ffd000 100% );--other-ranking-brown: linear-gradient(180deg, #e09d00 0%, #604300 79.81%);--uta-red: #f14631;--uta-light-red: #fcdad6;--odo-blue: #2e68f6;--odo-light-blue: #bbf2fc;--utaodo-green: #02b03e;--utaodo-light-green: #cdffe8;--exhibition-orange: #ff8c00;--exhibition-light-orange: #ffe8cc;--z-index-sticky: 1;--z-index-header: 100;--z-index-modal: 200;--z-index-page-menu-backdrop: 50;--z-index-page-menu-content: 51;--z-index-page-menu-button: 52;--z-index-global-navigation: 200;--z-index-hamburger-button: 201;--shadow-button: 0 2px 0 0 rgb(25 25 25 / 20%);--shadow-content: 0 0 10px 0 rgb(25 25 25 / 10%)}html,body{padding:0;margin:0}:root{--font-base: "Murecho Variable", sans-serif;--font-dela-gothic-one: "Dela Gothic One", sans-serif;--base-width: 375;--vw-per-px: calc(100vw / var(--base-width))}@media (width >= 1024px){:root{--base-width: 1200}}html{height:100%;overflow-x:clip;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-sp-height) + 16px);scrollbar-gutter:stable}@media (width >= 1024px){html{scroll-padding-top:calc(var(--header-pc-height) + 16px)}}body{width:100%;font-family:var(--font-base);font-size:min(16 * var(--vw-per-px),16px);font-weight:400;line-height:1.4;color:#191919;letter-spacing:.04em;background-color:var(--default-light-gray)}h1,h2,h3,h4,h5,h6{font-weight:inherit}ul,ol{list-style:none}dialog{width:auto;max-width:none;height:auto;max-height:none;background-color:transparent;border:none}:focus-visible{outline:2px auto #245ef2}a,button,summary,label{touch-action:manipulation;cursor:pointer}@media (any-hover: none){a,button,summary,label{cursor:default}}a{font-size:inherit;color:inherit}button{display:block}svg,iframe,img{display:block;width:100%;height:100%;object-fit:contain}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden;clip:rect(1px,1px,1px,1px);border:0!important}@media (width >= 512px){.sp-only{display:none}}@media (width >= 1024px){.sp-tab{display:none}}.tab-only{display:none}@media (width >= 512px){.tab-only{display:block}}@media (width >= 1024px){.tab-only{display:none}}.tab-pc{display:none}@media (width >= 512px){.tab-pc{display:block}}.pc-only{display:none}@media (width >= 1024px){.pc-only{display:block}}.skeleton{position:relative;overflow:hidden;pointer-events:none}.skeleton:before{position:absolute;inset:0;z-index:1;display:block;content:"";background:#d9d9d9}.skeleton:after{position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:skeleton-animation 1.2s linear infinite}@keyframes skeleton-animation{0%{transform:translate(-100%)}to{transform:translate(100%)}}
