/*! Responsive: yes */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Life+Savers|Alex+Brush%7CSource+Code+Pro);

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.background_img {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
    z-index: -1;
    filter: brightness(70%) grayscale(100%) blur(7px);
    -webkit-filter: brightness(70%) grayscale(100%) blur(7px)
}

.header_img1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100vw;
    max-height: 100vh;
    margin: auto;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    box-shadow: 6px 6px 10px 0px #000;
    border-radius: 8px;
    filter: brightness(80%) grayscale(50%) blur(7px);
    -webkit-filter: brightness(80%) grayscale(50%) blur(7px)
}

.header_img2 {
    position: fixed;
    top: 12%;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 60vw;
    max-height: 56vh;
    margin: auto;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.2)
}

.header_img2:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)
}

@media screen and (min-width: 600px) {
    .header_img2 {
        top: 8%;
        max-width: 60vw;
        max-height: 66vh
    }
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%
}

body {
    font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.8;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
    color: lightgray;
    background-color: #000
}

a {
    outline: none;
    text-decoration: none;
    color: lightgray
}

img,
a img {
    border: 0;
    border-radius: 4px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin: 0;
    padding: 0
}

h1.entry-title {
    font-size: 105%;
    transform: skewX(-12deg);
    padding: 5px 10px 0px 10px;
    line-height: 1.5;
    position: absolute;
    text-shadow: 0px 0px 5px black, 0px 0px 10px black;
    z-index: 1;
    left: 16px
}

h1.entry-title:before {
    content: "\f188";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    font-style: normal;
    transform: rotate(45deg)
}

h1.entry-title a:hover {
    color: aqua;
    transition: color 1.2s
}

p {
    font-feature-settings: "palt";
    font-size: 64%
}

#blog-title {
    height: 660px
}

#blog-title-inner {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%
}

#blog-title #title a {
    font-family: 'Life Savers';
    font-size: 140%;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
    color: rgba(255, 250, 250, 0.8)
}

#blog-description {
    display: inline;
    color: rgba(255, 250, 250, 0.8);
    line-height: 1.4;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
    position: absolute;
    font-size: 100%;
    font-weight: normal;
    top: 14%;
    right: 12%;
    left: 12%;
    animation-name: SlideUp;
    animation-duration: 3s
}

h1#title {
    font-size: 3rem;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 0px;
    animation-name: SlideUp;
    animation-duration: 3s;
    position: absolute;
    top: 5%;
    right: 0;
    left: 0
}

#blog-title #title a:hover {
    color: aqua;
    transition: color 1.2s
}

#blog-title #title:before {
    content: "\f188";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 100%;
    transform: rotate(45deg);
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000
}

.top-menu-bar {
    font-size: 90%;
    text-align: center;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
    position: absolute;
    animation-name: SlideUp;
    animation-duration: 3s;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100004;
    padding: 5px 0
}

.top-menu-bar ul li {
    display: inline-block;
    padding: 2px 6px 2px
}

.top-menu-bar ul li a {
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.6s ease-out
}

.contact-us {
    font-size: 100%;
    text-align: center;
    margin: -50px auto;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
    position: absolute
}

.contact-us ul li {
    display: inline-block;
    padding: 0px 10px 0px
}

.contact-us ul li a {
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.6s ease-out
}

#content {
    padding: 20px 0px;
    margin: 0px auto 0;
    overflow: hidden;
    width: 560px;
    max-width: 100%;
    height: auto
}

.page-entry #content {
    padding: 0
}

.page-index .enable-top-editarea .page-archive #content {
    padding: 30px 0 !important
}

.page-archive #content {
    padding: 32px 20px 30px
}

#content-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: -20px;
    border-radius: 8px
}

#wrapper {
    width: 100%
}

#main-inner {
    margin-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.entry-inner {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 24px 24px 16px 24px;
    border-radius: 8px;
    border: solid 1px #353535;
    margin-top: 0px;
    position: relative
}

#box2 {
    width: 100%
}

#box2-inner {
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr
}

.page-index .enable-top-editarea .page-archive #box2-inner,
.page-archive #box2-inner {
    display: grid;
    grid-template-columns: 1fr
}

.archive-entries {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 100px 40px;
    margin-top: 32px
}

.breadcrumb {
    padding: 10px 10px 0;
    margin: 120px auto -140px;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.2;
    font-size: 100%;
    text-shadow: 0px 0px 5px black, 0px 0px 10px black;
    position: relative;
    top: -110px
}

#page-top {
    display: none;
    position: fixed;
    right: 2%;
    bottom: 32px;
    z-index: 1;
    margin: 0;
    padding: 0
}

.page-archive .archive-entry {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    box-shadow: 6px 6px 16px 0px rgba(245, 245, 245, 0.45);
    padding: 10px 10px 50px 10px;
    border-radius: 8px;
    border: solid 1px #353535;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px
}

.page-index .enable-top-editarea .page-archive .archive-entry:hover,
.page-archive .archive-entry:hover {
    transform: translateY(5px);
    box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0);
    transition: .2s ease-in-out;
    background: rgba(0, 0, 0, 0.95)
}

.page-archive .entry-thumb {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: solid 1px #353535
}

.page-archive .entry-thumb:before {
    content: "";
    display: block;
    padding-top: 52.3%
}

.entry-thumb-link {
    order: 0
}

.archive-entry-header {
    order: 1;
    padding: 0px 0px 50px
}

.archive-entry-body {
    order: 2
}

.page-archive .categories {
    position: absolute;
    bottom: 10px;
    top: 15px;
    left: 20px;
    z-index: 100
}

.page-archive .categories a {
    display: inline-block;
    margin: 10px 0 0;
    padding: 1px 12px;
    font-size: 60%;
    text-decoration: none;
    color: snow;
    background: linear-gradient(180deg, #aaa, #070707);
    border: 1px solid #353535;
    border-radius: 12px;
    font-weight: bold
}

.page-archive .categories a::before {
    content: '#'
}

.page-index .enable-top-editarea .page-archive .entry-description,
.page-archive .entry-description {
    line-height: 1.1;
    font-size: 80%;
    padding: 0 15px 10px;
    position: relative;
    color: #999;
    display: none
}

.page-index .enable-top-editarea .page-archive .entry-description:after,
.page-archive .entry-description:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 15%, #fff 70%, #fff)
}

.page-index .enable-top-editarea .page-archive h1.entry-title,
.page-archive h1.entry-title {
    font-size: 110%;
    line-height: 1.5;
    max-height: 92px;
    overflow: hidden;
    transform: skewX(-10deg);
    padding: 8px 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.page-index .enable-top-editarea .page-archive .archive-date,
.page-archive .archive-date {
    margin: auto;
    width: 50%;
    position: absolute;
    text-align: center;
    top: -25px;
    left: 0;
    right: 0;
    background: linear-gradient(-2deg, rgba(160, 160, 160, 0.5) 0%, rgba(160, 160, 160, 0.5) 30%, rgba(100, 100, 100, 0.3) 30%, rgba(100, 100, 100, 0.5) 100%);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    border-right: 2px dotted rgba(0, 0, 0, 0.1);
    border-left: 2px dotted rgba(0, 0, 0, 0.1);
    transform: rotate(2deg);
    padding: 0.3em 0.5em 0.5em;
    z-index: 100;
    font-size: 80%
}

.page-index .enable-top-editarea .page-archive .social-buttons,
.page-archive .social-buttons {
    display: none
}

.page-index .enable-top-editarea .page-archive .pager,
.page-archive .pager {
    margin: 0 auto;
    text-align: center
}

.page-index .pager a,
.page-archive .pager a {
    display: block;
    padding: 5px 45px;
    background: #4f8299;
    color: snow;
    border-radius: 20px;
    background: linear-gradient(180deg, #aaa, #070707);
    border: 1px solid #353535;
    text-align: center
}

.page-index .pager a:hover,
.page-archive .pager a:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    transition: .3s ease-in-out
}

.archive-header-category {
    margin: 0
}

.archive-heading {
    margin-bottom: 20px !important;
    padding: 8px 10px 8px;
    font-size: 1.5rem !important;
    background: linear-gradient(180deg, #aaa, #070707);
    border: 1px solid #353535;
    color: snow;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    text-align: center
}

h2.archive-heading::before {
    content: '#'
}

.hatena-module-title {
    display: none
}

.hatena-module-title a {
    color: #fff
}

.hatena-module-body {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 30px
}

.hatena-module-profile {
    text-align: center;
    margin-bottom: 25px;
    z-index: 0;
    position: relative
}

.profile-icon-link {
    display: block
}

.profile-icon {
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    margin-left: -130px
}

.hatena-module-profile .hatena-module-body {
    background-color: rgba(0, 0, 0, 0.8);
    border: solid 1px #353535;
    position: relative;
    overflow: hidden;
    color: #666;
    padding: 25px 0px 0px;
    margin: 10px 0px 30px;
    z-index: -99;
    background-size: cover;
    border-radius: 50% 50% 8px 8px / 30px 30px 8px 8px;
    display: flex;
    flex-direction: column
}

.hatena-module-profile .hatena-module-body a {
    color: lightgray;
    order: 1
}

.hatena-module-profile .hatena-module-body span {
    order: 2;
    line-height: 1.2
}

.hatena-module-body .hatena-follow-button-box {
    position: relative;
    width: 200px;
    height: 40px;
    margin: 10px auto 10px;
    order: 3;
    z-index: 1
}

.hatena-module-body .hatena-follow-button {
    border-radius: 20px;
    background: linear-gradient(180deg, #aaa, #070707);
    border: 1px solid #353535 !important;
    color: snow !important;
    padding: 10px 0;
    float: none;
    font-size: 1.6rem;
    margin: 0 auto;
    display: block;
    width: 70%;
    text-align: center;
    height: auto !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 3px 4px 0 rgba(0, 0, 0, 0.25)
}

.hatena-module-body .hatena-follow-button.unsubscribing.hover {
    color: snow !important
}

.hatena-module-body .hatena-follow-button.unsubscribing:hover {
    background: rgba(0, 255, 255, 0.6) !important
}

.hatena-module-body .hatena-follow-button-box .subscription-count {
    border-radius: 20px;
    display: block;
    float: none;
    white-space: nowrap
}

.hatena-module-body .hatena-follow-button.subscribing {
    color: #fff !important;
    width: 200px
}

.hatena-module-body .hatena-follow-button.subscribing.hover {
    width: 200px
}

.hatena-module-body .hatena-follow-button-box:hover {
    color: snow !important;
    transform: translateY(-5px);
    transition: .3s ease-in-out
}

.hatena-module-body .hatena-follow-button-box .subscription-count-box {
    display: block;
    position: absolute;
    top: 11px;
    left: 200px
}

.profile-activities {
    order: 5;
    margin-top: 10px;
    font-size: 1.2rem
}

.hatena-module-body .id .hatena-id-link .user-name-nickname {
    display: block;
    font-size: 110%;
    font-family: 'Kazesawa-Extrabold';
    color: lightgray
}

.user-name-paren,
.user-name-hatena-id {
    font-size: 1.8rem;
    color: snow
}

.hatena-module-body .id {
    margin-bottom: 10px;
    margin-top: -60px;
    margin-left: 80px
}

.profile-description {
    order: 4;
    padding: 0 15px;
    font-size: 100% !important
}

.hatena-module-body .hatena-urllist {
    margin: 0;
    padding: 0
}

.urllist-with-thumbnails li .urllist-image {
    margin: 0.3em .5em .5em .5em;
    float: left
}

.hatena-module-body .urllist-with-thumbnails .urllist-item {
    max-height: 135px;
    overflow: hidden;
    font-size: 70%;
    line-height: 1.5;
    border-bottom: solid 1px #353535;
    padding-top: 3px;
    padding-right: 6px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px
}

.hatena-module-body .urllist-with-thumbnails .urllist-item:last-child {
    border-bottom: none
}

.hatena-module-links .hatena-module-body ul {
    margin-left: 25px;
    padding: 3px
}

.hatena-urllist img {
    margin-left: 8px;
    width: 160px;
    height: 84px;
    object-fit: cover;
    border: solid 1px #353535
}

.hatena-urllist a:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(202, 206, 209, 0.3)
}

a.bookmark-widget-counter img {
    box-shadow: none;
    width: 40px
}

.recent-entries-categories {
    display: none
}

.related-entries-entry-body {
    display: none
}

.hatena-module-category .hatena-module-body ul li {
    list-style: none
}

.hatena-module-body .hatena-urllist {
    margin: 0 5px 0px 10px
}

.hatena-module-category .hatena-urllist li {
    display: inline-block;
    width: auto
}

.hatena-module-category .hatena-urllist li a {
    font-size: 90%;
    display: inline;
    padding: 0px 5px;
    font-weight: normal;
    color: lightgray
}

.hatena-module-category a::before {
    content: '#';
    margin-right: -3px
}

.hatena-urllist .archive-module-year {
    padding: 3px
}

.urllist-see-more {
    margin-top: 0px;
    margin-left: 10px
}

.hatena-module-body .urllist-with-thumbnails {
    margin: 0 !important
}

.archive-date:before,
.entry-date:before {
    font-family: blogicon;
    content: "\f043"
}

.entry-date {
    position: absolute;
    top: 0px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em 0.5em;
    z-index: 1;
    font-size: 80%;
    font-weight: bold;
    color: lightgray;
    font-style: oblique
}

.entry-content a {
    color: #7bd7f9;
    font-weight: bold
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    line-height: 1.4;
    margin: 24px 0 10px;
    font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    display: block
}

.entry-content h1 a:hover {
    color: aqua
}

.entry-content h1:before {
    content: "\f188";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: aqua;
    font-size: 100%;
    transform: rotate(45deg)
}

.entry-content h2 {
    display: inline-block;
    position: relative;
    padding: 10px 25px 8px 25px;
    font-size: 85%;
    color: #474747;
    font-weight: bolder;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    background: #ababab;
    box-shadow: inset -3px -3px 3px #696969,
        inset 3px 3px 3px #f8f8f8;
    width: -webkit-calc(100% + 6%);
    width: calc(100% + 6%);
    margin-left: -3%;
    margin-bottom: 16px
}

.entry-content h2:after {
    position: absolute;
    top: .4em;
    left: .4em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 0.8em);
    height: calc(100% - 0.8em);
    border-radius: 4px;
    box-shadow: inset -3px -3px 3px #696969,
        inset 3px 3px 3px #f8f8f8
}

.entry-content h2:before {
    position: absolute;
    top: .4em;
    right: .4em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 0.8em);
    height: calc(100% - 0.8em);
    border-radius: 4px;
    box-shadow: inset -3px -3px 3px #696969,
        inset 3px 3px 3px #f8f8f8
}

.entry-content h3 {
    position: relative;
    padding: 5px 20px 2px 35px;
    margin-bottom: 1.5em;
    font-size: 75%;
    color: #474747;
    width: calc(100% + 2%);
    border-radius: 500px;
    background: #a2a2a2;
    box-shadow: inset -3px 3px 4px #4c4c4c,
        inset 3px -3px 4px #efefef
}

.entry-content h3:before {
    font-family: FontAwesome;
    content: "\f14a";
    display: inline-block;
    font-size: 110%;
    position: absolute;
    padding: 0em;
    color: white;
    background: #81a1e4;
    font-weight: normal;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    left: -0.7em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border-bottom: solid 2px #4a4a4a;
    background: #a2a2a2;
    box-shadow: inset 3px -3px 4px #737373,
        inset -3px 3px 4px #d1d1d1
}

.entry-content h4 {
    position: relative;
    padding-left: 1.3em;
    line-height: 1.4;
    font-weight: bold;
    transform: skewX(-12deg);
    font-size: 70%;
    color: silver;
    margin-bottom: 1.2em;
    margin-top: 0.6em;
    border-bottom: solid 1px #616161
}

.entry-content h4:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    font-size: 135%;
    font-style: normal;
    left: -0.1em;
    top: -0.2em;
    color: #9c9c9c;
    transform: skewX(12deg)
}

.entry-content h4 span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left
}

.entry-content h4 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 50%;
    height: 1px;
    background-color: #ccc
}

.entry-content h4 span::after {
    left: 50%
}

.entry-content h5,
.entry-content h6 {
    font-size: 100%
}

#top-box {
    margin: 0px auto 0px
}

.page-entry .breadcrumb {
    margin-top: 136px;
    margin-bottom: -100px
}

.comment-box {
    position: relative;
    margin: 20px 0
}

.comment-box:before {
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 0 10px;
    content: "";
    display: -webkit-flex;
    display: block;
    white-space: nowrap
}

.comment-box:after {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #ef7b75;
    padding: 10px;
    line-height: 1;
    border-radius: 20px;
    font-family: 'Kazesawa-Extrabold';
    content: "コメント";
    background: linear-gradient(rgba(120, 120, 120, 0.2), rgba(160, 160, 160, 0.4));
    border-right: 2px dotted rgba(0, 0, 0, 0.1);
    border-left: 2px dotted rgba(0, 0, 0, 0.1);
    padding: 0.7em 0.5em 0.7em;
    text-align: center
}

.leave-comment-title {
    color: #fff;
    background: linear-gradient(180deg, #aaa, #070707);
    text-align: center;
    display: block !important;
    padding: 5px 25px;
    font-family: 'Kazesawa-Semibold';
    border-radius: 20px;
    border: 1px solid #353535;
    margin: 15px auto 0;
    width: 300px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 3px 4px 0 rgba(0, 0, 0, 0.25)
}

.leave-comment-title:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    transition: .3s ease-in-out;
    background: rgba(0, 255, 255, 0.6);
    color: snow
}

.comment li {
    list-style-type: none;
    border-bottom: solid 1px #353535;
    padding: 10px
}

.comment li .hatena-id-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 0 15px 15px 0;
    float: left
}

.comment li .comment-content p {
    font-size: 80%;
    line-height: 1.1
}

.comment-metadata {
    text-align: right;
    font-size: 80%
}

.page-entry .entry-content {
    font-size: 150%
}

.entry-content {
    font-size: 150%;
    margin-top: 230px
}

.page-entry .entry-content p {
    margin: 5px
}

.page-entry .entry-content p img {
    margin: 5px 0px
}

.entry-footer-section {
    display: none
}

.page-entry .pager {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 15px
}

.page-entry .pager-next {
    text-align: right
}

.page-entry .pager-prev a,
.page-entry .pager-next a {
    color: snow;
    padding: 5px 15px;
    display: block;
    background: #fff;
    border-radius: 20px;
    background: linear-gradient(180deg, #aaa, #070707);
    border: 1px solid #353535;
    width: 100%;
    height: 100%;
    font-size: 90%;
    line-height: 1.2;
    margin: 0 auto 40px
}

.page-entry .pager-prev a:hover,
.page-entry .pager-next a:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    transition: .3s ease-in-out;
    background: rgba(255, 20, 147, 0.5);
    color: snow;
    display: block
}

.entry-header {
    margin: 0px 0px 16px 0px;
    padding: 52.3% 16px 0px 16px;
    background-size: cover;
    background-position: center center;
    border: solid 1px #353535;
    position: relative;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 100%;
    z-index: 0
}

.entry-header a {
    color: lightgray
}

.entry-header::before {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 150%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    pointer-events: none;
    border: solid 1px #353535
}

.entry-header::after {
    content: "";
    background: rgba(74, 62, 62, 0.6);
    width: 100%;
    height: 50%;
    bottom: -50%;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 0px 0px 8px 8px;
    pointer-events: none;
    border: solid 1px #353535
}

.entry-header-menu {
    pointer-events: none
}

.entry-header .categories a {
    display: inline-block;
    margin: 40px 0 0;
    padding: 0px 12px;
    font-size: 70%;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(180deg, #aaa, #070707);
    border: 1px solid #353535;
    border-radius: 12px;
    font-weight: bold
}

.entry-header .categories a::before {
    content: '#'
}

.entry-categories.categories {
    position: absolute;
    top: -10px
}

.table-of-contents {
    border: 1px solid #444444;
    position: relative;
    background-color: rgba(120, 120, 120, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 8px 8px;
    margin: 0px 0px 32px !important;
    font-size: 70%
}

.show-area {
    display: inline-block;
    font-size: 60%;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    color: cyan
}

.table-of-contents ul {
    margin: 0 !important
}

.table-of-contents li {
    margin: 10px 15px 10px 45px;
    font-size: 90%;
    line-height: 1.6
}

.table-of-contents li a {
    text-decoration: none;
    color: lightgray;
    text-shadow: 0px 0px 5px black, 0px 0px 10px black
}

.table-of-contents li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(202, 206, 209, 0.3);
    padding: 2px 10px 0px
}

.table-of-contents li ul li {
    margin: 5px 10px
}

.table-of-contents ul ul {
    display: none
}

.entry-content ul,
.entry-content ol {
    margin: 0 15px 0 35px
}

blockquote {
    background-color: rgba(120, 120, 120, 0.2);
    padding: 0.7em 0.5em 0.7em;
    padding: 10px 15px;
    margin: 25px 10px 10px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #444444
}

blockquote:before {
    content: '“';
    position: absolute;
    font-size: 2rem;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #b7b7b7;
    color: #fff;
    font-family: 'Kazesawa-Extrabold';
    text-align: center;
    line-height: 1.3
}

.comment-user-name .comment-user-id .user-name-nickname {
    font-size: 110%;
    display: inline-block
}

.services {
    margin: 0 auto
}

.google-auto-placed {
    margin-right: -10px
}

#move-page-top {
    color: rgba(100, 100, 100, 0.7);
    text-decoration: none;
    display: block;
    cursor: pointer
}

#move-page-top:hover {
    color: rgba(255, 20, 147, 0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.fuwatAnime {
    animation-fill-mode: both;
    animation-duration: 1.2s;
    animation-name: fuwatAnime;
    visibility: visible !important
}

.hatena-star-container {
    padding-top: 5px;
    padding-bottom: 5px
}

.hatena-star-container a {
    display: inline-block;
    vertical-align: bottom;
    width: 22px;
    height: 95px;
    position: relative
}

.hatena-star-container .hatena-big-star-star-container {
    width: 22px;
    height: 68px;
    overflow: visible
}

.hatena-star-container .hatena-big-star-star-container>.hatena-star-star {
    background: transparent;
    position: absolute;
    top: 76px;
    left: 50%;
    margin-left: -7px
}

.hatena-star-container .hatena-star-user {
    padding: 0px;
    border: 1px solid #ccc;
    max-width: inherit;
    transition-duration: 0.3s;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    top: 50px;
    left: 50%;
    margin-left: -15px;
    z-index: 1
}

.hatena-star-container a:hover .hatena-star-user {
    border-radius: 34px;
    width: 64px;
    height: 64px;
    top: 0px;
    margin-left: -38px;
    z-index: 10
}

.page-about .entry-content img.profile-icon {
    height: 32px;
    width: 32px
}

iframe.embed-card.embed-webcard {
    margin: 0px !important
}

.hatena-citation {
    font-size: 70%
}

.no-entry h1 {
    font-size: 32px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px
}

.no-entry h1:before {
    content: "\f188";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: deeppink;
    font-size: 100%;
    transform: rotate(45deg)
}

.no-entry p {
    font-size: 22px;
    text-align: center
}

.entry-content code {
    color: snow;
    font-size: 90%;
    margin: 0 1px;
    padding: 0 5px;
    background-color: gray;
    border-radius: 4px
}

#snow_canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
    z-index: 30000000000000
}

.Twitter_area {
    background-color: #eeeeee !important;
    width: 450px
}

.TweetInfo {
    font-size: 24px
}

@keyframes SlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fuwatAnime {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.tab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    border: solid 1px #353535;
    border-radius: 8px 8px 0px 0px;
    font-size: 1.5rem;
    width: calc(100% / 6 - 0px);
    padding: 5px 0px 0px;
    margin-top: -40px;
    float: left;
    color: lightgray
}

.hatena-module ul {
    margin-bottom: 0px;
    clear: both
}

.active {
    background: lightgray;
    color: #333;
    border: 1px solid #353535
}

.user-name-nickname:before {
    content: "作者："
}

.user-name-paren,
.user-name-hatena-id {
    display: none
}

.profile-description {
    font-size: 120%;
    color: lightgray
}

.hatena-module-title2 {
    margin-top: 20px;
    margin-bottom: 0px
}

.hatena-module-title2:before {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 15px 20px
}

.hatena-module-title2:before,
#stoc-body.hatena-module-body:before {
    font-family: blogicon;
    display: block;
    text-align: center;
    text-shadow: 0px 0px 5px black, 0px 0px 10px black;
    font-weight: bold;
    font-size: 120%;
    color: lightgray;
    font-style: oblique
}

.hatena-module-entries-access-ranking:before {
    content: """ Top Ranking Article";
    background-color: rgba(0, 0, 0, 0.7)
}

.hatena-module.hatena-module-recent-entries:before {
    content: """ New Article"
}

.hatena-module.hatena-module-archive:before {
    content: """ Monthly Archive";
    background-color: rgba(0, 0, 0, 0.7)
}

.hatena-module.hatena-module-category:before {
    content: """ Category"
}

.hatena-module.hatena-module-links:before {
    content: """ Link"
}

.hatena-module.hatena-module-related-entries:before {
    content: """ 関連記事 Related Article"
}

.hatena-module-entries-access-ranking:before,
.hatena-module.hatena-module-recent-entries:before,
.hatena-module.hatena-module-archive:before,
.hatena-module.hatena-module-category:before,
.hatena-module.hatena-module-links:before,
.hatena-module.hatena-module-related-entries:before {
    font-family: blogicon;
    display: block;
    padding: -5px 15px 0;
    text-align: center;
    text-shadow: 0px 0px 5px black, 0px 0px 10px black;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0px;
    color: lightgray;
    font-style: oblique;
    background-color: rgba(0, 0, 0, 0.7)
}

.share-btn,
.follow-btn,
.follow-btn-side {
    width: 100%;
    display: flex;
    margin: auto;
    padding: 4px;
    z-index: 1
}

@media screen and (min-width: 960px) {
    .share-btn {
        width: 60%
    }
}

.share-btn-top {
    z-index: 1;
    position: absolute;
    padding-bottom: 6px;
    left: 0;
    bottom: -230px;
    width: 100%;
    margin: auto;
    font-size: 90%
}

a.share-btn,
a.follow-btn {
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: .2s ease;
    padding: 0px;
    margin: 5px;
    font-size: 18px;
    text-align: center;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 12px 1px #050505 inset
}

a.share-btn:hover,
a.follow-btn:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 0px 0px 10px -2px #050505 inset;
    transition: .3s
}

.share-btn .share-icon,
.follow-btn .follow-icon {
    font-size: 1.8rem;
    margin-top: 2px
}

.share-btn .share-text,
.follow-btn .follow-text {
    font-size: 1.4rem;
    margin-top: -12px
}

.share-btn.share-hatena {
    background: #00A4DE
}

.share-btn.share-facebook {
    background: #3C5A99
}

.share-btn.share-twitter,
.follow-btn.follow-twitter {
    background: #1DA1F2
}

.share-btn.share-pocket {
    background: #ef4056
}

.follow-btn.follow-hatena {
    color: #242527;
    background: lightgray
}

.follow-btn.follow-feed {
    background: #6CC655
}

.underline,
.breadcrumb-link,
.breadcrumb-child-link,
.tab {
    position: relative
}

.underline:hover,
.breadcrumb-link:hover,
.breadcrumb-child-link:hover,
.tab:hover,
.underline:focus,
.breadcrumb-link:focus,
.breadcrumb-child-link:focus,
.tab:focus,
.underline:active,
.breadcrumb-link:active,
.breadcrumb-child-link:active,
.tab:active {
    cursor: pointer
}

.underline:after,
.breadcrumb-link:after,
.breadcrumb-child-link:after,
.tab:after {
    content: '';
    position: absolute;
    left: 0;
    background-color: lightgray;
    width: 0;
    transition: width .4s;
    box-shadow: 0px 0px 5px #000, 0px 0px 10px #000
}

.breadcrumb-link:after,
.breadcrumb-child-link:after {
    bottom: -2px;
    height: 2px
}

.underline:after {
    bottom: -5px;
    height: 3px
}

.tab:after {
    bottom: 0px;
    height: 3px
}

.underline:hover:after,
.breadcrumb-link:hover:after,
.breadcrumb-child-link:hover:after,
.tab:hover:after,
.underline:focus:after,
.breadcrumb-link:focus:after,
.breadcrumb-child-link:focus:after,
.tab:focus:after,
.underline:active:after,
.breadcrumb-link:active:after,
.breadcrumb-child-link:active:after,
.tab:active:after {
    width: 100%
}

.box-for-video {
    position: relative;
    width: 100%
}

.box-for-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    overflow: hidden
}

.box-for-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.box-for-video {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .2s ease-out
}

.play-btn {
    display: block;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPkFydGJvYXJkPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNSwxIEMxMS43NDUxNjYsMSAxLDExLjc0NTE2NiAxLDI1IEMxLDM4LjI1NDgzNCAxMS43NDUxNjYsNDkgMjUsNDkgQzMxLjM2NTE5NTgsNDkgMzcuNDY5Njg5Nyw0Ni40NzE0MzU4IDQxLjk3MDU2MjcsNDEuOTcwNTYyNyBDNDYuNDcxNDM1OCwzNy40Njk2ODk3IDQ5LDMxLjM2NTE5NTggNDksMjUgQzQ5LDExLjcyOCAzOC4yLDEgMjUsMSBMMjUsMSBaIiBpZD0iUGF0aCIgZmlsbD0iIzAwMDAwMCIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzNCBMMjAsMTYgTDM2LDI1IEwyMCwzNCBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) center center/64px 64px no-repeat;
    cursor: pointer;
    transition: .2s ease-out
}

.play-btn:hover {
    opacity: 1
}

.video-noimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.all-wrapper-4th-1 {
    display: flex;
    align-items: flex-end;
    margin: 30px auto
}

.videoimage-4th-1 {
    width: 100%
}

.videoimage-wrapper-4th-1 {
    position: relative;
    z-index: 3;
    width: 40%;
    margin-right: -30%;
    pointer-events: none
}

.iframe-wrapper-4th-1 {
    position: relative;
    z-index: 2;
    width: 100%
}

.all-wrapper-4th-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 30px auto
}

.videoimage-wrapper-4th-2 {
    position: relative;
    z-index: 3;
    width: 60%;
    pointer-events: none
}

.videoimage-4th-2 {
    width: 100%
}

.iframe-wrapper-4th-2 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -30%
}

.all-wrapper-4th-3 {
    display: flex;
    flex-direction: column;
    margin: 30px auto
}

.iframe-wrapper-4th-3 {
    position: relative;
    z-index: 2;
    width: 100%
}

.videoimage-wrapper-4th-3 {
    position: relative;
    z-index: 3;
    width: 80%;
    margin-top: -38%;
    pointer-events: none
}

.videoimage-4th-3 {
    opacity: .5;
    width: 100%;
    transform: scale(-1, 1)
}

.all-wrapper-4th-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 30px auto
}

.iframe-wrapper-4th-4 {
    position: relative;
    z-index: 2;
    width: 100%
}

.videoimage-wrapper-4th-4 {
    position: relative;
    z-index: 3;
    width: 80%;
    margin-top: -8%;
    pointer-events: none
}

.videoimage-4th-4 {
    width: 100%;
    transform: scale(-1, 1)
}

.all-wrapper-4th-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto
}

.iframe-wrapper-4th-5 {
    position: relative;
    z-index: 2;
    width: 100%
}

.videoimage-wrapper-4th-5 {
    position: relative;
    z-index: 3;
    width: 30%;
    margin-top: -12%;
    pointer-events: none
}

.videoimage-4th-5 {
    width: 100%
}

.video-noimage.lazyloaded {
    height: 100%
}

@media screen and (min-width: 600px) {
    #content {
        width: 800px;
        max-width: 100%;
        height: auto
    }

    #wrapper {
        width: 100%
    }

    .archive-entries {
        grid-template-columns: repeat(2, 1fr)
    }

    #box2 {
        width: 100%
    }

    #box2-inner,
    .page-index .enable-top-editarea .page-archive #box2-inner,
    .page-archive #box2-inner {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr
    }

    #blog-title {
        height: 920px
    }

    #blog-description {
        top: 13%
    }

    p {
        font-size: 65%
    }

    h1#title {
        top: 4%;
        font-size: 3.0rem;
        right: 0;
        left: 0
    }

    h1.entry-title {
        font-size: 140%;
        padding: 15px 10px 0px 10px
    }

    .entry-content h2 {
        width: calc(100% + 3%);
        margin-left: -1.5%
    }

    .entry-header::before {
        height: 129%
    }

    .entry-content {
        margin-top: 240px
    }

    .entry-header::after {
        height: 29%;
        bottom: -29%
    }
}

@media screen and (min-width: 960px) {
    #content {
        width: 1176px;
        max-width: 100%;
        height: auto
    }

    #wrapper {
        width: 67%
    }

    .entry-inner {
        padding: 48px 48px 16px 48px
    }

    .entry-content h2 {
        width: calc(100% + 10%);
        margin-left: -5%
    }

    .page-index .enable-top-editarea .page-archive #wrapper,
    .page-archive #wrapper {
        width: 67%
    }

    .page-index .enable-top-editarea .page-archive #box2,
    .page-archive #box2 {
        width: 33%
    }

    #box2 {
        width: 33%
    }

    #box2-inner,
    .page-index .enable-top-editarea .page-archive #box2-inner,
    .page-archive #box2-inner {
        width: 93%;
        grid-template-columns: 1fr;
        display: grid;
        margin-left: 25px
    }

    .breadcrumb {
        max-width: 1176px
    }
}

@media screen and (min-width: 960px) {
    .follow-btn {
        width: 60%
    }

    .follow-btn-side {
        width: 100%
    }

    .share-btn-top {
        bottom: -230px
    }

    .entry-header::before {
        height: 129%
    }

    .entry-header::after {
        height: 29%;
        bottom: -29%
    }

    .entry-content {
        margin-top: 240px
    }
}

@media screen and (max-width: 768px) {
    .table-of-contents li ul li {
        margin: 15px
    }
}

@media (min-width: 960px) {
    .fixed-title {
        position: fixed;
        top: 30px;
        width: 360px
    }

    .fixed-module {
        position: fixed;
        top: 70px;
        width: 360px
    }
}

code[class*="language-"],
pre[class*="language-"] {
    color: #f8f8f2;
    background: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1.4rem;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    max-height: 60vh;
    overflow: auto;
    border: 1px solid #555
}

pre[class*="language-"] {
    padding: 1em;
    margin: 3em 0 0.5em;
    overflow: auto;
    border-radius: 0em 0em 0.3em 0.3em
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #272822
}

:not(pre)>code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray
}

.token.punctuation {
    color: #f8f8f2
}

.token.namespace {
    opacity: .7
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
    color: #f92672
}

.token.boolean,
.token.number {
    color: #ae81ff
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #a6e22e
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    color: #f8f8f2
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
    color: #e6db74
}

.token.keyword {
    color: #66d9ef
}

.token.regex,
.token.important {
    color: #fd971f
}

.token.important,
.token.bold {
    font-weight: bold
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

pre[class*="language-"].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

pre[class*="language-"].line-numbers>code {
    position: relative;
    white-space: inherit
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    font-size: 100%;
    top: 0;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.6
}

.line-numbers-rows>span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber
}

.line-numbers-rows>span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right
}

div.code-toolbar {
    position: relative
}

div.code-toolbar>.toolbar span:before {
    font-family: blogicon;
    content: " "
}

div.code-toolbar:hover>.toolbar {
    opacity: 1
}

div.code-toolbar:focus-within>.toolbar {
    opacity: 1
}

div.code-toolbar>.toolbar .toolbar-item {
    display: inline-block
}

div.code-toolbar>.toolbar a {
    cursor: pointer
}

div.code-toolbar>.toolbar button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

div.code-toolbar>.toolbar a,
div.code-toolbar>.toolbar span {
    color: #bbb;
    font-size: .6em;
    padding: 0 .5em;
    background: #272822;
    border-radius: .3em 0.3em 0em 0em;
    border: 1px solid #555;
    font-weight: bold
}

div.code-toolbar>.toolbar span {
    position: absolute;
    top: -1.8em;
    left: 0em;
    width: 100%
}

div.code-toolbar>.toolbar button {
    position: absolute;
    top: -1.7em;
    right: 0.2em;
    color: #bbb;
    font-size: .6em;
    padding: 0 .5em
}

div.code-toolbar>.toolbar a:hover,
div.code-toolbar>.toolbar a:focus,
div.code-toolbar>.toolbar button:hover,
div.code-toolbar>.toolbar button:focus,
div.code-toolbar>.toolbar span:focus {
    color: aqua;
    text-decoration: none;
    transform: scale(1.2);
    transition: 0.2s ease-in-out
}

@media screen and (min-width: 600px) {
    .line-numbers .line-numbers-rows {
        line-height: 1.5
    }

    div.code-toolbar>.toolbar span {
        top: -2.0em
    }
}

.blogcard {
    width: 354px;
    max-width: 100%;
    padding: 12px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
    background: white;
    color: #333;
    margin: 20px 5px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif
}

.blogcard-content {
    margin-bottom: 0px;
    overflow: hidden
}

.blogcard-image {
    display: inline-block;
    float: right;
    margin: 0 0 5px 5px
}

.blogcard-image-wrapper {
    display: inline-block
}

.blogcard-image-wrapper img {
    object-fit: cover;
    object-position: center center;
    border-radius: 2px
}

.blogcard-image,
.blogcard-image-wrapper,
.blogcard-image-wrapper img {
    width: 80px;
    height: 80px
}

.blogcard-title {
    margin: 0 !important;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4
}

.blogcard-title a {
    color: #242527;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-right: 10px;
    letter-spacing: 0.3px
}

.blogcard-title a:hover {
    text-decoration: underline
}

.blogcard blockquote {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

.blogcard blockquote::before,
.blogcard blockquote::after {
    content: none
}

.blogcard-description {
    margin: 4px 0 !important;
    font-size: 11px;
    line-height: 1.5 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-right: 6px;
    color: #000;
    letter-spacing: 0.1px
}

.blogcard-footer {
    margin-top: 8px;
    font-size: 11px;
    margin-bottom: -5px
}

.blogcard-footer a {
    color: #6b7377;
    font-weight: normal
}

.blogcard-footer a:hover {
    text-decoration: underline
}

.blogcard-footer a img {
    margin-right: 3px;
    border-radius: 2px;
    padding: 0;
    vertical-align: middle
}

@media screen and (min-width: 600px) {
    .blogcard {
        width: 500px
    }

    .blogcard-image,
    .blogcard-image-wrapper,
    .blogcard-image-wrapper img {
        width: 100px;
        height: 100px
    }

    .blogcard-description {
        font-size: 12px;
        padding-right: 2px;
        letter-spacing: 0.1px
    }

    .blogcard-title {
        font-size: 16.5px;
        line-height: 1.3
    }

    .blogcard-title a {
        padding-right: 4px;
        letter-spacing: 0.01em
    }

    .blogcard-footer {
        margin-top: 2px
    }
}

.btn-shine-blue {
    display: inline-block;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1)
}

.btn-shine-blue:hover {
    background-image: linear-gradient(#1c94e0 0%, #67ceff 100%);
    color: #eee;
    outline-color: transparent;
    outline-offset: 12px;
    text-shadow: 2px 2px 3px #000
}

.btn-shine-orange {
    display: inline-block;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1)
}

.btn-shine-orange:hover {
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    color: #eee;
    outline-color: transparent;
    outline-offset: 12px;
    text-shadow: 2px 2px 3px #000
}

.btn-close {
    display: inline-block;
    padding: 0.7em 2.3em;
    text-align: center;
    background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
    color: gray !important;
    text-shadow: 1px 1px 1px #fff;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn-close:after {
    width: 100%;
    height: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(35deg);
    transition: .2s;
    z-index: -1
}

.btn-close:hover {
    color: #eee !important;
    text-shadow: 1px 1px 1px #000
}

.btn-close:hover:after {
    height: 240%;
    opacity: 1
}

.btn-close:active:after {
    height: 340%;
    opacity: 1
}

.scroll {
    position: absolute;
    width: 100%;
    bottom: 20%;
    animation-name: SlideUp;
    animation-duration: 3s
}

.scroll a {
    position: relative;
    display: inline-block;
    font-family: "メイリオ", "Meiryo", sans-serif;
    font-size: 28px;
    font-weight: lighter;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
    color: rgba(255, 250, 250, 0.8);
    text-decoration: none;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    animation: img_move_y 3s ease-in-out infinite alternate
}

.scroll a:hover {
    color: aqua;
    transition: color 1.2s
}

@keyframes img_move_y {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-10px);
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.7)
    }
}

.scroll-btn {
    display: inline-block;
    width: 200px;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
    animation: img_move_y 3s ease-in-out infinite alternate
}

.scroll-btn:hover {
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    color: #eee;
    outline-color: transparent;
    outline-offset: 12px;
    text-shadow: 2px 2px 3px #000
}

.scroll-btn a {
    position: relative;
    display: inline-block;
    font-family: "メイリオ", "Meiryo", sans-serif;
    font-size: 28px;
    font-weight: lighter;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
    color: rgba(255, 250, 250, 0.8);
    text-decoration: none;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    animation: img_move_y 3s ease-in-out infinite alternate
}