        @font-face {
            font-family: 'SUIT-Regular';
            src: url('/fonts/SUIT-woff2/SUIT-Regular.woff2') format('woff2');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Director-Regular';
            src: url('/fonts/degheest-types-master/Director-Regular.woff2') format('woff2');
            font-weight: 400;
            font-style: normal;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        * {
            margin: 0;
            padding: 0;
            line-height: calc(1em + 0.5rem);
        }

        html {
            overflow-y: scroll;
        }

        body {
            font-size: 100%;
            background: #fff3dc url("/images/bg/tile/jd/my24dot.webp");
            margin: auto;
        }

        img {
            display: inline-block;
        }

        input,
        button,
        textarea,
        select {
            font: inherit;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        li {
            overflow-wrap: break-word;
        }

        h1,
        h2,
        h3 {
            font-family: 'Director-Regular', Courier, monospace;
            font-style: oblique;
            font-weight: 400;
        }

        h1 {
            font-size: 4rem;
        }

        h2 {
            font-size: 2rem;
        }

        h3 {
            font-size: 1.25rem;
        }

        .emoji {
            font-style: normal;
        }

        p,
        li,
        figcaption {
            font: normal 1rem "SUIT-Regular", sans-serif;
            color: #13070C;
        }

        p {
            margin-bottom: 0.5rem;
        }

        a {
            color: #46A867;
        }

        a:hover,
        a:focus {
            text-shadow: -1px 0 0 #FFFFF6, 1px 0 0 #FFFFF6, 0 -1px 0 #FFFFF6, 0 1px 0 #FFFFF6;
        }

        a:active {
            filter: saturate(150%);
        }

        #indexmain a,
        #logmain a {
            color: black;
            text-decoration: none;
        }

        #indexmain a:hover,
        #logmain a:hover {
            text-shadow: none;
        }

        .indexart:hover,
        #logthi:hover {
            color: #fff;
            background-color: #46A867;
            transition: linear 0.1s;
        }

        hr {
            margin-bottom: 0.5rem;
            border: none;
            border-top: 0.188rem double #13070C;
        }

        ul {
            /*padding-left: 1rem;*/
            list-style-position: inside;
            list-style-type: '\2192';
        }

        .subul {
            padding-left: 0.75rem;
        }

        .layout1 {
            width: 100%;
            height: 100%;
            max-width: 72rem;
            margin: 3rem auto;
        }

        nav {
            width: 100%;
            padding: 0.25rem;
            margin: 0 auto 1rem auto;
        }

        nav ul {
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: space-around;
            list-style-type: none;
        }

        header {
            width: 100%;
            height: 5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            border-radius: 0.3rem;
        }

        .layout2 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        main {
            width: 60rem;
            min-height: 120%;
        }

        .sides {
            width: 11rem;
            min-width: fit-content;
        }

        .option {
            margin-left: 0.25rem;
            padding: 0 0.25rem;
            border-radius: 0.3rem;
            transition: linear 0.1s;
        }

        .option:hover,
        .option:focus {
            color: #46A867;
            font-weight: 700;
            box-shadow: -0.3rem 0 0 0 #46A867, 0.3rem 0 0 0 #46A867;
        }

        .log {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;

        }

        .inside {
            width: 100%;
            max-width: 26rem;
            min-width: 17rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        article,
        fieldset {
            padding: 0.5rem;
            margin-bottom: 1rem;
            border: solid 1px #13070C;
            border-radius: 0.3rem;
        }

        #qcknav {
            margin: -1rem 0 1rem 1rem;
            border-top: none;
            border-right: none;
            border-radius: 0 0 0.3rem 0.3rem;
            display: flex;
            flex-wrap: wrap;
        }

        #qcknav p {
            margin-bottom: 0;
            padding: 0.25rem 0.5rem;
        }

        #qcknav ol {
            gap: 0.5rem;
        }

        #logabt {
            margin-bottom: 0.5rem;
        }

        #logabt p {
            margin-bottom: 0;
        }

        #log:hover,
        #log:target {
            box-shadow: inset 0 0 0.5rem #46A867;
        }

        #qcknav ol,
        #mthbtn ol {
            margin-bottom: 0.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        #qcknav li,
        #mthbtn li {
            background-color: #7E4B21;
            color: #fff;
            padding: 0.25rem 0.5rem;
            border: solid 1px black;
            border-radius: 0.3rem;
            list-style-type: none;
            text-decoration: none;
            transition: linear 0.1s;
        }

        #qcknav li:hover,
        #mthbtn li:hover {
            background-color: #46A867;
        }

        #qcknav a,
        #mthbtn a {
            text-decoration: none;
        }

        #qcknav ol,
        #mthbtn a:hover {
            text-shadow: none;
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        th,
        td {
            padding: 0.5rem;
        }

        th {
            text-align: start;
        }


        td {
            border: 1px solid black;
        }

        .album {
            width: 200px;
        }

        figure {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .figimg {
            max-width: 13rem;
            max-height: 13rem;
            background-color: #46A867;
            padding: 0.25rem;
            border-radius: 0.3rem;
        }

        #reccnt {
            background: linear-gradient(0deg, transparent 0%, transparent 45%, #46A867 45%, #46A867 55%, transparent 55%, transparent 100%);
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        #sndcld {
            margin-bottom: 0.5rem;
        }

        .fl {
            display: flex;
            align-items: center;
        }

        .fl::before,
        .fl::after {
            flex: 1;
            content: "";
            padding: 0.05rem;
            background: #13070C;
            margin: 2rem 2.5rem 2.5rem 2.5rem;
        }

        .pic {
            width: 755px;
            max-width: 100%;
            height: auto;
        }

        .favwrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-around;
        }

        .theframe {
            width: 50%;
            height: 16rem;
        }

        #artistfr {
            width: 100%;
            height: inherit;
        }

        .artists {
            width: fit-content;
            max-height: 13.25rem;
            display: flex;
            place-items: center;
            gap: 0.25rem;
        }

        .contents-static>a {
            width: 100%;
            height: 3.125rem;
            display: block;
        }

        .contents-static>a>img {
            max-width: 3.125rem;
            height: 100%;
        }

        .contents-static>a>img:hover {
            border: solid 0.1rem #13070C;
        }

        .contents-static>p {
            position: relative;
            width: inherit;
            height: auto;
            display: flex;
            place-content: center;
        }

        .albums>img:hover {
            max-width: 6.25rem;
        }

        legend {
            padding: 0 1rem;
            background-color: #13070C;
            border-radius: 0.188rem;
        }

        legend p {
            color: #fff;
            margin-bottom: 0;
        }

        .contents-static:hover .contentstooltip-static {
            opacity: 1;
        }

        .contents-static {
            position: relative;
            cursor: pointer;
            display: inline-block;
        }

        .contentstooltip-static {
            opacity: 0;
            margin: 0;
            position: absolute;
            bottom: 100%;
            margin-bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            width: max-content;
            height: auto;
            line-height: 1em;
            text-align: center;
            padding: 0.5em 0.8em;
            font: normal 1rem "SUIT-Regular", sans-serif;
            color: #fff;
            background: #13070C;
            border-radius: 0.188rem;
            pointer-events: none;
            /* This prevents the box from appearing when hovered. */
            -webkit-transition: opacity .1s linear, top .1s ease-in-out;
            transition: opacity .1s linear, top .1s ease-in-out;
        }

        .contentstooltip-static.arrowbtm:after {
            content: " ";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -0.563rem;
            border-top: 0.625rem solid black;
            border-right: 0.625rem solid transparent;
            border-left: 0.625rem solid transparent;
            border-bottom: none;
        }

        #new,
        #up {
            display: flex;
            gap: 0.5rem;
            align-items: center;
        }

        @media screen and (max-width: 1002px) {

            h1 {
                font-size: 6vw;
            }

        }

        @media(orientation:portrait) {

            .layout2 {
            justify-content: center;
            }

            #reccnt {
                background: none;
            }

        }