/* <system section="theme" selected="26006613683450174"> */
@charset "UTF-8";

/*
  Theme: Newnormal
  Author: Aso Seiho
  Description:
  まあ、お茶でも飲んでゆっくりしていってください。
  ( ･∀･)ﾉﾌｫﾗｧﾖ!!---===≡≡≡旦 ｼｭｯ!
  Responsive: yes
 */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    background: var(--theme-accent-color, #2196f3);
    font-size: var(--root-font-size, 16px);
    line-height: 1.7;
    scroll-behavior: smooth
}

body {
    color: #454545;
    font-family: "Noto Sans JP", "Noto Sans CJK JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

a,
a:visited {
    -webkit-transition: all .3s ease-in-out;
    color: var(--theme-accent-color, #2196f3);
    text-decoration: none;
    transition: all .3s ease-in-out
}

a:hover {
    opacity: .5
}

#blog-title-inner,
#content-inner,
#footer-inner,
.breadcrumb-inner {
    margin: 0 auto;
    width: calc(var(--article-width, 700px) + var(--sidebar-width, 300px) + 48px)
}

#content-inner:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

#wrapper {
    float: left;
    width: var(--article-width, 700px)
}

#box2 {
    float: right;
    margin-left: 48px;
    width: var(--sidebar-width, 300px)
}

#globalheader-container {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .3);
    color: #000
}

#blog-title,
.header-image-enable #blog-title,
.header-image-only #blog-title {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .8);
    margin-bottom: 3pc;
    padding: 3pc 0
}

.header-image-enable #blog-title #blog-title-inner {
    align-items: center;
    display: flex;
    justify-content: center
}

#title {
    font-family: serif;
    font-size: 2rem
}

#blog-description {
    font-size: 1rem;
    font-weight: 400;
    opacity: .5
}

#footer {
    clear: both;
    overflow: auto
}

#footer-inner {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .8);
    border-radius: 8px;
    line-height: 5pc;
    margin: 3pc auto 90pt;
    padding: 24px 0 24px 7pc;
    position: relative
}

.footer-address {
    float: left;
    margin-right: 4px
}

.footer-address img {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    height: 5pc;
    left: 24px;
    position: absolute;
    top: 24px;
    width: 5pc
}

#footer .guest-footer {
    line-height: 1.7
}

.archive-entry {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .8);
    border-radius: 8px;
    margin: 0 0 24px 42px;
    padding: 24px 24px 24px 4pc;
    position: relative
}

a.archive-category-link,
a.entry-category-link {
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    padding-right: 8px
}

.date a {
    background: var(--theme-accent-color, #2196f3);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 2px 8px;
    position: relative
}

.date a:before {
    border-color: var(--theme-accent-color, #2196f3) transparent transparent;
    border-style: solid;
    border-width: 15.5px 15.5px 0 0;
    content: "";
    height: 0;
    position: absolute;
    right: -15.5px;
    top: 0;
    width: 0
}

.date a:after {
    border-color: transparent transparent transparent var(--theme-accent-color, #2196f3);
    border-style: solid;
    border-width: 15.5px 0 0 15.5px;
    content: "";
    height: 0;
    position: absolute;
    right: -15.5px;
    top: 15.5px;
    width: 0
}

a.archive-category-link:before,
a.entry-category-link:before {
    content: "\f022";
    font-family: blogicon;
    margin-right: 4px
}

.entry-description {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-top: 1px solid rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, .5);
    font-size: .875rem;
    margin: 8px 0;
    padding: 8px 0
}

.entry-title,
.social-buttons {
    margin-top: 16px
}

.categories {
    margin-top: 8px
}

.archive-entry-tag .archive-entry-tag-link,
.entry-tag .entry-tag-link {
    background: 0 0;
    border: 0;
    color: rgba(0, 0, 0, .5);
    font-size: 1rem;
    margin: 0 1pc 0 0;
    padding: 0
}

.archive-entry-tag .archive-entry-tag-link:hover,
.entry-tag .entry-tag-link:hover {
    background: 0 0
}

.archive-entry-tag .archive-entry-tag-icon path,
.entry-tag .entry-tag-icon path {
    fill: var(--theme-accent-color, #2196f3)
}

#box2-inner {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .8);
    border-radius: 8px;
    overflow: hidden;
    padding: 0 24px
}

.hatena-module {
    font-size: .875rem;
    margin-bottom: 24px;
    position: relative
}

.hatena-module-title {
    background: rgba(255, 255, 255, .5);
    color: #000;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 0 16px -24px;
    overflow: hidden;
    text-align: center;
    width: calc(100% + 48px)
}

.hatena-module img {
    border-radius: 8px;
    height: 48px;
    object-fit: cover;
    width: 48px
}

.profile-icon-link {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    display: block;
    height: 80px;
    margin: 0 auto 8px;
    overflow: hidden;
    width: 80px
}

.profile-icon-link img {
    height: 100%;
    width: 100%
}

.id {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.profile-activities {
    font-style: normal;
    text-align: center
}

.user-name-hatena-id {
    font-family: "Segoe Script"
}

.profile-description {
    background: #fff;
    margin-left: -24px;
    margin-top: 8px;
    padding: 24px;
    width: calc(100% + 48px)
}

.hatena-follow-button-box {
    background: #fff;
    height: auto;
    margin: -24px 0 0 -24px;
    padding: 8px 0 0 24px;
    width: calc(100% + 48px)
}

.hatena-follow-button-box:last-of-type {
    padding-bottom: 24px
}

.profile-icon-link + .hatena-follow-button-box,
.id + .hatena-follow-button-box,
.profile-activities + .hatena-follow-button-box {
    margin-top: 8px;
    padding-top: 24px
}

.search-form {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    overflow: hidden
}

.search-module-input {
    float: left;
    height: 32px;
    padding: 16px;
    width: calc(100% - 32px)
}

.search-module-button {
    background: var(--theme-accent-color, #2196f3);
    color: transparent;
    cursor: pointer;
    float: right;
    height: 32px;
    position: relative;
    width: 32px
}

.hatena-module-search-box:before {
    color: #fff;
    content: "\f01a";
    font-family: blogicon;
    font-size: 18px;
    height: 32px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 56px;
    transform: scale(-1, 1);
    width: 32px;
    z-index: 1
}

.hatena-urllist li {
    border-bottom: 1px solid #fff;
    list-style: none;
    padding: 8px 0
}

.urllist-with-thumbnails li .urllist-image {
    margin: 0 8px 8px 0
}

.bookmark-widget-counter img {
    height: auto;
    width: auto
}

.urllist-image-link ~ .urllist-categories,
.urllist-image-link ~ .urllist-date-link,
.urllist-image-link ~ .urllist-title-link {
    display: block;
    margin-left: 56px
}

.urllist-category-link {
    display: block
}

.urllist-see-more {
    text-align: center
}

.entries-access-ranking-image,
.recent-entries-image,
.related-entries-image {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt
}

.js-archive-module-calendar-container a {
    text-decoration: underline
}

.breadcrumb-inner {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .8);
    border-radius: 8px;
    padding: 24px
}

.pager-prev {
    display: block;
    float: left;
    margin-bottom: 8px
}

.pager-next {
    float: right
}

.pager-next a,
.pager-prev a {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .8);
    border-radius: 8px;
    color: #000;
    display: inline-block;
    height: 100%;
    padding: 12px 24px;
    width: 100%
}

.entry {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .8);
    border-radius: 8px;
    margin-bottom: 48px;
    padding: 24px;
    position: relative
}

.entry-content {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-bottom: 24px
}

.entry-content img {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    height: auto;
    width: 100%
}

.entry-header {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 24px;
    padding-bottom: 8px
}

.entry-header-menu a {
    backdrop-filter: blur(var(--background-blur, 12px));
    background: hsla(0, 100%, 100%, .8);
    border-radius: 8px;
    color: #000;
    left: -88px;
    padding: 12px 24px;
    position: fixed;
    top: 0
}

.entry-content ol,
.entry-content ul {
    margin-left: 1.5em
}

ul.table-of-contents {
    background: #fff;
    border-radius: 8px;
    margin: 24px 0;
    overflow: hidden;
    padding: 64px 24px 24px 48px;
    position: relative;
    width: fit-content
}

ul.table-of-contents:before {
    background: var(--theme-accent-color, #2196f3);
    color: #fff;
    content: "INDEX";
    font-weight: 700;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

ul.table-of-contents > li {
    margin-bottom: 1em
}

ul.table-of-contents > li:last-of-type {
    margin-bottom: 0
}

ul.table-of-contents ::marker {
    color: var(--theme-accent-color, #2196f3);
    font-size: .75rem
}

.entry h3 {
    display: inline-block;
    font-size: 1.5rem;
    margin: 5em 0 0.5em 0;
    padding-bottom: 1pc;
    position: relative
}

.entry h4 {
    border-left: 2px solid var(--theme-accent-color, #2196f3);
    margin: 3em 0 0.5em 0;
    padding: 8px 0 8px 24px
}

.entry h5,
.entry h6 {
    font-size: 1rem;
    margin: 3em 0 0.5em 0
}

.entry h3:before {
    background: rgba(0, 0, 0, .16);
    width: 100vw
}

.entry h3:after,
.entry h3:before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    max-width: 652px;
    position: absolute
}

.entry h3:after {
    background: var(--theme-accent-color, #2196f3);
    width: 100%
}

.entry .code {
    background: #263238;
    color: hsla(0, 0%, 100%, .5);
    margin: 1rem 0
}

.entry table {
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    display: block;
    margin: 1rem 0;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap
}

.entry table::-webkit-scrollbar {
    display: none
}

.entry table td,
.entry table th {
    border: 2px solid var(--theme-accent-color, #2196f3);
    padding: 8px 1pc
}

.entry table th {
    background: var(--theme-accent-color, #2196f3);
    color: #fff
}

blockquote {
    background: #fff;
    border-radius: 8px;
    margin: 1rem 0;
    padding: 24px 24px 24px 6pc;
    position: relative
}

blockquote p:first-of-type {
    margin: 0
}

blockquote:before {
    background: var(--theme-accent-color, #2196f3);
    color: #fff;
    content: "\f704";
    display: inline-block;
    font-family: blogicon;
    font-weight: 900;
    height: 72px;
    left: 24px;
    line-height: 3pc;
    position: absolute;
    text-align: center;
    top: 0;
    width: 3pc
}

blockquote:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 24px 24px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: 3pc;
    width: 0
}

cite {
    display: inline-block;
    font-style: normal;
    text-align: right;
    width: 100%
}

hr {
    border-style: inset;
    border-width: 1px
}

dl,
hr {
    margin: 1em 0
}

dl {
    border-bottom: 1px dotted rgba(0, 0, 0, .3)
}

dl dt {
    clear: left;
    float: left;
    margin: 0;
    padding: 4px;
    width: 90pt
}

dl dd,
dl dt {
    border-top: 1px dotted rgba(0, 0, 0, .3)
}

dl dd {
    margin: 4px 0 4px 90pt;
    padding: 4px 4px 4px 1pc
}

.embed-card ~ cite {
    text-align: left
}

.hatena-asin-detail {
    background: #fff;
    border: 0;
    border-radius: 8px;
    margin: 1rem 0;
    padding: 24px
}

.hatena-asin-detail img {
    border-radius: 0
}

pre {
    border-radius: 8px;
    padding: 24px
}

.customized-footer .hatena-module-title {
    margin-top: 48px;
    width: calc(100%+48px)
}

a.leave-comment-title {
    background: var(--theme-accent-color, #2196f3);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    color: #fff;
    display: inline-block;
    margin-top: 0;
    padding: 12px 24px;
    text-align: center;
    width: 100%
}

a.entry-see-more {
    display: inline-block;
    margin-top: 1em
}

.entry-comment {
    background: #fff;
    border-radius: 8px;
    list-style: none;
    margin-left: 64px;
    margin-top: 24px;
    padding: 24px;
    position: relative
}

.comment {
    margin-bottom: 24px
}

.entry-comment:before {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 8px 16px 8px 0;
    content: "";
    height: 0;
    left: -16px;
    position: absolute;
    top: 16px;
    width: 0
}

.entry-comment .hatena-id-icon {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    height: 48px;
    left: -64px;
    position: absolute;
    top: 0;
    width: 48px
}

.archive-heading {
    color: #fff;
    font-size: 24px !important;
    margin-bottom: 24px !important;
    text-align: center
}

.archive-description {
    color: #FFF;
    margin-top: -16px;
    text-align: center
}

.hatena-module-title a,
.hatena-urllist li a.urllist-title-link,
a.hatena-id-link,
h1,
h1 a,
h1 a:visited,
h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited,
h4,
h4 a,
h4 a:visited,
h5,
h5 a,
h5 a:visited,
h6,
h6 a,
h6 a:visited {
    color: #000
}

.entry-tag .entry-tag-link,
ul.table-of-contents a {
    color: #454545
}

.entry-content > ol,
.entry-content > ul {
    margin: 1em 0 1em 1.5em
}

ul.table-of-contents {
    margin: 1em 0 1em 0em
}

.search-result-form {
    margin: 0 auto
}

.page-archive-category .breadcrumb,
.page-entry .breadcrumb {
    margin-bottom: 48px
}

.youtube {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    margin: 1em 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.youtube iframe {
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important
}

#gb-sp-checkbox {
    display: none;
}

.share-buttons {
    border-radius: 0 0 8px 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    margin: 24px 0;
    overflow: hidden
}

.share-buttons div {
    background: #FFF;
    overflow: auto
}

.sb-title {
    background: rgba(255, 255, 255, .5);
    border-radius: 8px 8px 0 0;
    color: #000;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%
}

.share-buttons a {
    color: #454545;
    float: left;
    font-size: 10px;
    height: 68px;
    line-height: 90px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: calc(100% / 7)
}

.share-buttons a:hover {
    opacity: 0.5px;
    text-decoration: none
}

.share-buttons a:before {
    font-family: blogicon;
    font-size: 20px;
    left: 0;
    line-height: 48px;
    margin: 0 auto;
    position: absolute;
    right: 0
}

a.sb-twitter:before {
    color: #00aced;
    content: "\f035"
}

a.sb-facebook:before {
    color: #305097;
    content: "\f036"
}

a.sb-bookmark:before {
    color: #00a4de;
    content: "\f027"
}

a.sb-tumblr:before,
a.sb-pocket:before,
a.sb-feedly:before {
    font-family: FontAwesome;
    font-weight: 900
}

a.sb-tumblr:before {
    color: #34526f;
    content: "\f173";
    font-weight: 400
}

a.sb-line:before {
    color: #5ae628;
    content: "\f01d";
    font-weight: 400
}

a.sb-pocket:before {
    color: #ee4056;
    content: "\f265";
    font-weight: 400
}

a.sb-feedly:before {
    color: #2bb24c;
    content: "\f09e"
}

@media screen and (min-width:1025px) {
    .entry-thumb-link {
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
        display: inline-block;
        height: 5pc;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 5pc;
        z-index: 1
    }

    .page-archive .entry-thumb {
        border-radius: 8px;
        height: 100%;
        margin: 0;
        position: relative;
        width: 100%
    }

    .page-archive .entry-thumb:after {
        background: #fff;
        content: "";
        height: 200px;
        left: -90px;
        opacity: .2;
        position: absolute;
        top: -63px;
        transform: rotate(41deg);
        transition: all .35s cubic-bezier(.19, 1, .22, 1);
        width: 50px;
        z-index: 1
    }

    a.entry-thumb-link:hover {
        opacity: 1
    }

    .page-archive .entry-thumb:hover:after {
        left: 120%;
        transition: all .35s cubic-bezier(.19, 1, .22, 1)
    }

    #top-editarea {
        margin: -3pc 0 3pc;
        position: relative;
        z-index: 1
    }

    .global-menu {
        align-items: center;
        background: var(--theme-accent-color, #2196f3);
        display: flex;
        justify-content: center
    }

    .global-menu a {
        color: #fff
    }

    .global-menu ul li {
        border-bottom: 1px dotted #fff;
        color: #fff;
        height: 3pc;
        line-height: 3pc;
        list-style: none;
        position: relative;
        text-align: center
    }

    .global-menu ul li a {
        display: inline-block;
        height: 100%;
        padding: 0 1pc;
        width: 100%
    }

    .global-menu ul li a:hover {
        background: rgba(0, 0, 0, .3)
    }

    .global-menu > ul > li {
        border: 0;
        display: inline-block
    }

    .global-menu ul li ul {
        background: var(--theme-accent-color, #2196f3);
        box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
        height: 0;
        min-width: max-content;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }

    .global-menu > ul > li ul li ul {
        left: 100%;
        top: 0
    }

    .global-menu > ul > li:hover > ul,
    .global-menu > ul > li:hover > ul > li:hover > ul {
        height: auto;
        opacity: 1;
        overflow: visible
    }

    .global-menu > ul > li ul li:last-of-type {
        border: 0
    }

}

@media screen and (max-width:1025px) {
    html {
        font-size: 14px
    }

    #top-editarea {
        margin: auto
    }

    #blog-title-inner,
    #content-inner,
    #footer-inner {
        margin: 0 auto;
        padding: 0 24px;
        width: 100%
    }

    .breadcrumb-inner {
        margin: 0 24px;
        padding: 12px 24px;
        width: calc(100% - 48px)
    }

    #box2,
    #wrapper {
        float: none;
        width: 100%
    }

    #box2 {
        margin: 0 0 24px
    }

    #blog-title {
        border-radius: 0 0 8px 8px;
        margin-bottom: 24px;
        overflow: hidden;
        padding: 24px 0;
        text-align: center
    }

    .header-image-enable #blog-title,
    .header-image-only #blog-title {
        margin-bottom: 24px;
        padding: 0
    }

    .header-image-only #blog-title #blog-title-inner {
        background-position: center !important;
        background-size: var(--imageonly-image-zoom, 500px)
    }

    .archive-entry {
        margin: 0 0 24px;
        padding: 24px
    }

    .page-archive .entry-thumb {
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
        float: none;
        margin-top: 1pc;
        width: 100%
    }

    .entry-description {
        border: 0
    }

    .hatena-follow-button-box,
    .hatena-module-title,
    .profile-description {
        width: calc(100% + 48px)
    }

    #footer-inner {
        line-height: 1.7;
        padding: 5pc 0 24px;
        text-align: center
    }

    .footer-address img {
        height: 3pc;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 3pc
    }

    .services {
        font-size: 9pt
    }

    .date a {
        font-size: 1pc
    }

    .entry h3:after,
    .entry h3:before {
        max-width: calc(100vw - 6pc)
    }

    .entry-content p {
        word-break: break-all
    }

    .pager-prev {
        display: block;
        margin-bottom: 8px
    }

    .pager-next {
        text-align: right
    }

    blockquote {
        padding: 24px
    }

    blockquote:before {
        background: 0 0;
        color: rgba(0, 0, 0, .5);
        font-size: 24px;
        left: -8px;
        padding: 0;
        top: -20px;
        width: 0
    }

    .urllist-category-link,
    .urllist-date-link {
        display: block;
        font-size: 100%;
        margin-bottom: 4px;
        margin-left: 0
    }

    .urllist-category-link:first-of-type {
        margin-top: 4px
    }

    ul.table-of-contents {
        width: 100%
    }

    .footer-address,
    .pager-next,
    .pager-prev {
        float: none
    }

    .guest-footer-content p {
        padding: 0 24px;
        text-align: left
    }

    .share-buttons a {
        width: calc(100% / 4) !important
    }

    .archive-description {
        margin-bottom: 24px;
        text-align: left
    }

    blockquote:after {
        display: none
    }

    .urllist-category-link:last-of-type,
    .archive-header-category {
        margin-bottom: 0
    }

    .entry,
    .pager,
    .page-archive-category .breadcrumb,
    .page-entry .breadcrumb {
        margin-bottom: 24px
    }

    .gb-sp-button {
        align-items: center;
        background-color: var(--theme-accent-color, #2196f3);
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
        display: flex;
        height: 56px;
        justify-content: center;
        position: fixed;
        right: 12px;
        bottom: 24px;
        width: 56px;
        z-index: 9999
    }

    .gb-sp-button span,
    .gb-sp-button span:before,
    .gb-sp-button span:after {
        background-color: #ffffff;
        border-radius: 2px;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 24px
    }

    .gb-sp-button span:before {
        bottom: 8px
    }

    .gb-sp-button span:after {
        top: 8px
    }

    #gb-sp-checkbox:checked ~ .gb-sp-button span {
        background-color: rgba(255, 255, 255, 0)
    }

    #gb-sp-checkbox:checked ~ .gb-sp-button span::before {
        bottom: 0;
        transform: rotate(45deg)
    }

    #gb-sp-checkbox:checked ~ .gb-sp-button span::after {
        top: 0;
        transform: rotate(-45deg)
    }

    .global-menu {
        backdrop-filter: blur(var(--background-blur, 12px));
        background: hsla(0, 100%, 100%, .8);
        height: 100vh;
        left: 100vw;
        overflow: scroll;
        padding: 24px 72px 24px 24px;
        position: fixed;
        top: 0;
        transition: all .3s ease-in-out;
        width: 100vw;
        z-index: 9998
    }

    #gb-sp-checkbox:checked ~ .global-menu {
        left: 0
    }

    .global-menu ul {
        list-style: none
    }

    .global-menu ul li {
        font-size: 18px;
        margin-top: 1em
    }

    .global-menu ul li ul {
        margin-left: 16px
    }

    .global-menu ul li ul li:before {
        content: "└";
        margin-right: 8px
    }

}

/* </system> */

/* <system section="background" selected="photo-06"> */
body{ background-image: url(https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/photo-06.jpg?version=0ff0095328fb0d6ccdc6727608a7d0); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; background-size: cover; }
/* </system> */