@charset "UTF-8";
/*
  Theme: boilerplate
  Author: case56
  Responsive: yes
  Description:
    はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
    このテーマをもとにしてCSSを書くと比較的楽にカスタマイズできます。
    特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
    もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
    このCSSおよびSCSSファイルは自由に複製・再配布できます。
    このテーマをもとにしたデザインテーマの配布も自由です。
  Released under the MIT License.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html,
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    color: #454545;
    background-color: black;
    line-height: 1.6;
}

@media screen and (max-width:640px){
    html{
        font-size: 0.9rem;
    }
}

a {
    color: rgba(0, 32, 165, 1);
}


a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #454545;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: rgba(0, 124, 165, 1);
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
    background-color: #454545;
    color: #fff;
}


/*ここから変更*/


body{
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/case56/20230402/20230402102717.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    padding: 0 !important;
}


a, 
a:link, 
a:visited{
    color: rgba(0, 32, 165, 1);
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover{
    color: rgba(195, 50, 0, 1);
}


#blog-title {
    background-color: rgba(36, 36, 36, 0.8);
    text-align: center;
}

#container{
    padding: 0 0 48px;
    z-index: 1;
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 180px, rgba(0 0, 0, 1) 360px);
    background-position: center top;
    background-attachment: fixed;
}

#wrapper{
    flex: 1;
    max-width: 960px;
}

.archive-entry-header{
    order: -1;
    background-color: rgba(36, 36, 36, 1);
}

.archive-entry-tags{
    padding: 0.5em 0.25em;
    display: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: rgba(224, 224, 224, 1);
}

.archive-entry-tag{
    margin: 0 0.25em 0.25em 0;

    display: inline-block;
    background-color: white;
}

.entry{
    background-color: white;
}

.entry-thumb-link{
    order: -1;
    overflow: hidden;
    background: linear-gradient(to top, rgba(64, 64, 64, 1), white);
}

.entry-thumb{
    transition: transform 0.3s;
}
.entry-thumb:hover{
    opacity: 0.5;
    transform: scale(1.2);
}

.archive-entry-body{
    padding: 8px;
}

.entry-footer{
    padding: 16px 0;
}

#box2-inner{
    border-radius: 2px;
    background-color: white;
}

.hatena-module-title{
    position: relative;
    background-color: rgba(36, 36, 36, 1);
    font-weight: bold;
    color: white ;
    font-size: 1rem;
    padding: 8px 16px 8px 16px;
}

.hatena-module-title a{
    position: relative;
    display: inline-block;
    color: white;
    text-decoration: none;
    overflow: hidden;
}

.hatena-module-title a::after{
    position: absolute;
    right: 100%;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: white;
    transition: right 0.3s;
}

.hatena-module-title a:hover::after{
    right: 0;
}

.hatena-module-body{
    padding: 16px;
}

#aswift_1_host{
    width: 100%;
}

#aswift_2_host{
    width: 100%;
}

#aswift_2{
    width: 100%;
}

#blog-description{
    font-weight: normal;
    color: rgba(235, 235, 235, 1);
    font-size: .8rem;
    margin: 0 8px;
    display: inline-flex;
    flex-direction: column;
}

/*ここから追加ヘッダー*/

#grobal-menu-title{
    width: 100%;
    display: flex;
    justify-content:space-around;
    background-color: rgba(36, 36, 36, 0.8);
    border-top: 1px solid white;
}

.grobal-menu-items{
    display: inline-flex;
    justify-content: space-around;
    color: white !important;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
    flex-grow: 1;
    transition: color 0.3s, background-color 0.3s;
}

.grobal-menu-items:hover{
    color: black !important;
    background-color: white;
}

/*ここまで追加ヘッダー*/

#title{
    margin: 0;
    font-size: 1.8rem;
    padding: 0.2rem 0.5rem;
    margin-block-end: 0;
    color: white;
    margin-block-start: 0;
}

@media screen and (min-width: 768px){
    #title{
        border-right: 2px solid white;
    }
    #blog-title-inner{
        margin: 0 calc(24px - 0.5rem);
    }
    #blog-description{
        justify-content: space-around;
    }
    #top-editarea {
        background-color: transparent;
    }

}
@media screen and (max-width:767.99px){
    #title{
        white-space:nowrap;
    }
    #blog-title-content{
        justify-content: space-between;
    }

    #blog-description{
        justify-content: end;
    }
    #top-editarea {
        background-color: rgba(36, 36, 36, 0.8);
        border-top: 1px solid white;
    }
    #blog-title-content{
        justify-content: space-between;
    }
    #blob-description{
        margin: 0 0.8em 0 0;
    }
    #grobal-menu-title{
        font-size: 0.9em;
    }

}

/*ここまで追加ヘッダー*/


/*ここからブレイクポイント*/

#container-inner{
   margin: 0;
}
#blog-title-inner{
    padding: 8px;
}
#content{
    padding: 32px 0;
}
.page-archive .archive-entry {
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(36, 36, 36, 1);
    width: calc(100% - 16px);
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}
.archive-entries{
    display: flex;
    padding: 16px;
    background-color: white;
    margin: 0 0 32px;
    border-radius: 2px;
    flex-wrap: wrap;
}
.entry-content{
    padding: 32px 8px;
}
#box2{
    margin: 48px 0;
}

@media screen and (min-width: 520px){
    .page-archive .archive-entry {
        width: calc(100% - 64px);
    }
    .entry-content{
        padding: 32px;
    }
    #box2{
        min-width: 320px;
    }
}

@media screen and (min-width: 768px){
    #content{
        max-width: 840px;
        margin: 0 auto;
        padding: 32px;
        border-radius: 2px;
    }
}

@media screen and (min-width: 1080px){
    #blog-title-inner{
        padding: 8px;
    }
    #content{
        padding: 32px;
        border-radius: 2px;
        margin: 0 auto;
        max-width: 1280px;
    }
    #content-inner{
        display: flex;
    }
    #wrapper{
        min-width: 640px;
    }
    .page-archive .archive-entry {
        width: calc(50% - 24px);
    }
    .archive-entries{
        padding: 16px;
    }
    .entry-content{
        padding: 32px;
    }
    #box2{
        width: 320px!important;
        margin: 0 0 0 32px !important;
    }
}

@media screen and (min-width: 1480px) {
    #content-inner{
        display: flex;
    }
}

/*ここまでブレイクポイント*/

.a-link{
    position: relative;
    display: inline-block;
}

.a-link::before{
    position: absolute;
    display: inline-block;
    content: ">>";
    color: navy;
    left: -0.8em;
    line-height: 1.2em;
    font-size: 1.25em;
    animation: a-before 1s linear infinite;
    transition: color 0.2s;
}


.a-link:hover::before{
    color: red;
}

@keyframes a-before{
    0%{
        transform: translateX(0.2em) scale(0.4, 1);
    }

    20%{
        transform: translateX(0.35em) scale(0.4, 1);
    }

    40%{
        transform: translateX(0.25em) scale(0.4, 1);
    }

    60%{
        transform: translateX(0.2em) scale(0.4, 1);
    }

    100%{
        transform: translateX(0.2em) scale(0.4, 1);
    }
}

#title a {
    color: rgba(235, 235, 235, 1);
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0 0 2em;
}
.header-image-enable #blog-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-image-enable #blog-title-content {
    margin-left: 10px;
    margin-right: 10px;
}
#blog-title-content{
    display:flex;
}
/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    font-size: .9rem;
}
/* entry */
.entry {
    position: relative;
    margin-bottom: 48px;
}
.entry-header {
    padding: 0 0 0.3em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
    position: relative;
    background-color: rgba(36, 36, 36, 1);
    font-weight: bold;
    color: white;
    font-size: 1rem;
}
.date {
    padding: 8px;
    font-size: .9rem;
}
.date a {
    color: rgba(192, 192, 192, 1);
    text-decoration: none;
}
.date a:hover {
    text-decoration: underline;
}
.entry-title {
    margin: 0 0 .3em;
    font-size: 1.5rem;
    padding: 0 16px 8px;
    border-bottom: 1px solid white;
}
.entry-title a{
    font-size: 20px;
    position: relative;
    display: inline-block;
    color: white;
    text-decoration: none;
    overflow: hidden;
}
.entry-title a::after{
    position: absolute;
    right: 100%;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: white;
    transition: right 0.3s, color 0.3s;
}
.entry-title a:hover::after{
    right: 0;
    background-color: rgba(0, 124, 165, 1);
}
@media (min-width: 992px) {
    .entry-title {
        font-size: 1.6rem;
    }
}
.categories {
    margin: 4px;
    width: fit-content;
    text-align: center;
    vertical-align: middle;
}
.categories a {
    display: inline-block;
    background-color: rgba(32, 32, 96, 1);
    border-radius: 4px;
    padding: 0.2em 0.5em;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}
/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top:4px;
    right: 4px;
    padding: 8px;
    border: 2px solid rgba(255, 255, 255, 1);
}
.entry-header-menu a{
    color: white;
    text-decoration: none;
}
/* 記事内の書式 */
.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 1em 0 0.8em 0;
}
.entry-content h1 {
    font-size: 1.5rem;
}
.entry-content h2 {
    font-size: 1.4rem;
    padding: 0.3em 0.5em;
    border-left: 8px solid rgba(16, 16, 16, 1);
    color: white;
    background-color: rgba(67, 67, 67, 1);
}
.entry-content h3 {
    border-left: 5px solid rgba(16, 16, 16, 1);
    border-bottom: 1px solid rgba(196, 196, 196, 1);
    font-size: 1.2rem;
    padding: 0.25em 0.45em;
}
.entry-content h4 {
    font-size: 1.1rem;
}
.entry-content h5 {
    font-size: 1rem;
}
.entry-content h6 {
    font-size: .9rem;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
    margin: 1.5em 1em;
    padding: 1.5em;
}
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
    font-size: .8rem;
}
@media (min-width: 992px) {
    .entry-content table {
        font-size: .9rem;
    }
}
.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.entry-content table th {
    background: #f5f5f5;
}
.entry-content blockquote {
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 20px;
}
.entry-content blockquote p:first-child {
    margin-top: 0;
}
.entry-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content pre,
.entry-content code {
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content pre {
    background: #f5f5f5;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-size: 100%;
    line-height: 1.3;
    font-size: .8rem;
    padding: 10px;
}
.entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
    background-color: transparent;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.entry-content hr {
    width: 50%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin: 2em auto;
}
/*目次*/
.entry-content .table-of-contents {
    position: relative;
    padding: 1em 1em 1em 2em;
    margin: 1em 0;
    border: 1px solid rgba(36, 36, 36, 0.5);
    box-shadow: 0 0 2px 2px rgba(196, 196, 196, 0.5);
    font-weight: bold;
    border-radius: 4px;
    overflow: hidden;
}
.table-of-contents li{
    list-style: none;
    font-size: 0.9em;
}
.table-of-contents li::before{
    display: inline-block;
    content: ">>";
    line-height: 8px;
    padding: 0;
    color: blue;
    animation: yura 1s linear infinite;
}
@keyframes yura{
    0%{
        transform: translateY(-0.12em) rotate(90deg) scale(0.4, 1);
    }
    20%{
        transform: translateY(0.2em) rotate(90deg) scale(0.4, 1);
    }
    40%{
        transform: translateY(0) rotate(90deg) scale(0.4, 1);
    }
    60%{
        transform: translateY(-0.12em) rotate(90deg) scale(0.4, 1);
    }
    100%{
        transform: translateY(-0.12em) rotate(90deg) scale(0.4, 1);
    }
}
.table-of-contents::before{
    position: absolute;
    top: 10px;
    left: -92px;
    width: 240px;
    display: inline-block;
    content: "目次";
    padding-bottom: 4px;
    text-align: center;
    color: white;
    z-index: 2;
    font-weight: bold;
    font-size: 16px;
    transform: rotate(-35deg);
}
.table-of-contents li:nth-child(1){
    margin-top: 3em;
}
.table-of-contents::after{
    display: block;
    position: absolute;
    content: "";
    width: 240px;
    height: 120px;
    background-color: rgba(36, 36, 36, 1);
    transform: rotate(-35deg);
    top:-112px;
    left: -60px;
    color: white;

}
/*ここまで目次*/

/* 記事下 */
.entry-footer .social-buttons {
    margin-bottom: 1em;
}
.entry-footer-section {
    color: #999;
    font-size: .9rem;
}
.entry-footer-section a {
    color: #999;
}
/* コメント */
.comment-box {
    margin: 1em 0;
}
.comment-box .comment {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .comment-box .comment {
        font-size: .9rem;
    }
}

.comment-box .entry-comment {
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.comment-box .entry-comment:first-child {
    border-top: 1px solid #ddd;
}

.comment-box .read-more-comments {
    padding: 10px 0;
}

.comment-box .hatena-id-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
}

.comment-user-name {
    margin: 0 0 .4em 0;
    font-weight: bold;
}

.comment-content {
    margin: 0 0 .4em 0;
    word-wrap: break-word;
    color: #454545;
    font-size: .85rem;
}

.comment-content p {
    margin: 0 0 .6em 0;
}

.comment-metadata {
    color: #999;
    margin: 0;
    font-size: .8rem;
}

.comment-metadata a {
    color: #999;
}

.leave-comment-title {
    padding: .6em 1em;
    font-size: .85rem;
    border: 1px solid #ddd;
}



/* Pager */
.pager {
    background-color: white;
    margin: 2em 0;
    font-size: .9em;
    display: flex;
}

.pager-prev,.pager-next{
    width: 33%;
    flex: 1;
    margin: 1em;
}

.pager-prev::before{
    text-align: start;
    display: block;
    content: "prev";
}

.pager-next{
    text-align: end;
}

.pager-next::before{
    text-align: end;
    display: block;
    content: "next";
}

/* サイドバーモジュール */
.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3em;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .hatena-module {
        font-size: .9rem;
    }
}

/* Profile module */
.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 0;
}

.hatena-module-profile .id {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
}

/* urllist module */
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: .5em 0;
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.hatena-urllist li a {
    text-decoration: none;
}

.hatena-urllist li a:hover {
    text-decoration: underline;
}

.hatena-urllist .urllist-category-link {
    font-size: .7rem;
    padding: .1em .3em;
}

.hatena-urllist .urllist-date-link a {
    color: #999;
}

.hatena-urllist .urllist-entry-body {
    margin-top: .3em;
}

/* Search module */
.hatena-module-search-box .search-form {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hatena-module-search-box .search-module-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 5px;
    color: #454545;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.hatena-module-search-box .search-module-button:hover {
    opacity: .85;
}

/* About ページ */
.page-about .entry-content dt {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: .5em;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
}

/* Archive */
.archive-header-category {
    text-align: center;
}
.page-archive .entry-title {
    margin: .3em auto;
}
.page-archive .entry-thumb {
    width: 100%;
    height: 180px;
    background-size: cover;
}
.page-archive .entry-description {
    display: none;
    font-size: 0.9rem;
    margin: 0;
}

@media (min-width: 768px) {
    .page-archive .entry-description {
        font-size: 0.85rem;
    }
}

.page-archive .social-buttons {
    display: block;
    margin-top: .3em;
}

/* footer */
#footer {
    padding: 2em 0 2rem;
    text-align: center;
    font-size: .8rem;
    color: #999;
    background-color: rgba(16, 16, 16, 1);
}

.entry-tags-wrapper{
    margin: 1em;
}
.hatena-star-container{
    margin: 8px;
}

#footer a {
    color: #999;
}

#footer p {
    margin: 8px;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fY29yZS5zY3NzIiwiLi4vc2Nzcy9saWIvX3ZhcmlhYmxlLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUJBQWlCO0FDQ2pCOzs7Ozs7Ozs7Ozs7RUFZRTtBQ2JGLDRFQUE0RTtBQUU1RTtnRkFDZ0Y7QUFFaEY7Ozs7R0FJRztBQUVIO0lBQ0Usa0JBQWlCO0lBQUcsT0FBTztJQUMzQiwyQkFBMEI7SUFBRyxPQUFPO0lBQ3BDLCtCQUE4QjtJQUFHLE9BQU87Q0FDekM7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOztHQUVHO0FBRUg7SUFDRSxVQUFTO0NBQ1Y7O0FBRUQ7O0dBRUc7QUFFSDs7Ozs7O0lBTUUsZUFBYztDQUNmOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZUFBYztJQUNkLGlCQUFnQjtDQUNqQjs7QUFFRDtnRkFDZ0Y7QUFFaEY7OztHQUdHO0FBRUg7OztJQUVPLE9BQU87SUFDWixlQUFjO0NBQ2Y7O0FBRUQ7O0dBRUc7QUFFSDtJQUNFLGlCQUFnQjtDQUNqQjs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLGdDQUF1QjtZQUF2Qix3QkFBdUI7SUFBRyxPQUFPO0lBQ2pDLFVBQVM7SUFBRyxPQUFPO0lBQ25CLGtCQUFpQjtJQUFHLE9BQU87Q0FDNUI7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxrQ0FBaUM7SUFBRyxPQUFPO0lBQzNDLGVBQWM7SUFBRyxPQUFPO0NBQ3pCOztBQUVEO2dGQUNnRjtBQUVoRjs7O0dBR0c7QUFFSDtJQUNFLDhCQUE2QjtJQUFHLE9BQU87SUFDdkMsc0NBQXFDO0lBQUcsT0FBTztDQUNoRDs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLG9CQUFtQjtJQUFHLE9BQU87SUFDN0IsMkJBQTBCO0lBQUcsT0FBTztJQUNwQywwQ0FBaUM7WUFBakMs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 */

/*振動アニメ*/

.vib{
    animation-name: vib;
    animation-duration: 0.1s;
    animation-iteration-count: infinite;
}

@keyframes vib{
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(1px, 1px);
    }
    50%{
        transform: translate(0, 1px);
    }
    75%{
        transform: translate(1px, 0);
    }
    100%{
        transform: translate(0, 0);
    }

}

/*伸縮アニメ*/

.nobiru{
    animation-name: nobiru;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes nobiru{
    0%{
        width: 5%;
    }
    100%{
        width: 90%;
    }
}

/*エンジンアニメ*/
.engine{
    animation-name: engine;
    animation-duration: 0.1s;
    animation-iteration-count: infinite;
}

@keyframes engine{
    0%{
        transform: scale(1.0);
    }
    25%{
        transform: scale(1.05);
    }
    50%{
        transform: scale(1.0);
    }
    75%{
        transform: scale(0.95);
    }
    100%{
        transform: scale(1.0);
    }
}

.PS5,.PS4,.PS3,.PSV,.PC,.ACT,.RPG,.FPS,.TPS,.rhythm,.fighting,.ADV,.STG,.puzzle,.race,.board,.simulation{
    font-weight: bold;
    border-radius: 4px;
    color: white;
    padding: .2em;
    margin: .2em;
}

.PS5{
    background-color: rgba(64, 64, 64, 1);
}

.PS4{
    background-color: rgba(16, 16, 96, 1);
}
.PS3{
    background-color: rgba(16, 16, 16, 1);
}
.PSV{
    background-color: rgba(96, 96, 96, 1);
}
.PC{
    background-color: rgba(0, 36, 56, 1);
}
.ACT{
    background-color: rgba(200, 32, 32, 1);
}
.RPG{
    background-color: rgb(14, 17, 213);
}
.ADV{
    background-color: rgb(255, 128, 168);
}
.fighting{
    background-color: rgb(67, 29, 8);
}
.rhythm{
    background-color: rgb(224, 198, 0);
}
.FPS{
    background-color: rgba(16, 72, 16, 1);
}
.TPS{
    background-color: rgba(16, 128, 16, 1);
}
.STG{
    background-color: rgba(48, 96, 144, 1);
}
.puzzle{
    background-color: rgba(144, 40, 144, 1);
}
.race{
    background-color: rgb(3, 181, 178);
}
.board{
    background-color: rgb(153, 189, 6);
}
.simulation{
    background-color: rgb(225, 56, 129);
}
.difficulty-list{
    width: 100%;
    max-width: 960px;

}
.difficulty-list2{
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
    border: 2px double rgba(128, 128, 128, 1);
    background-color: rgba(255, 255, 255, 1);
}
.difficulty-list3{
    display: flex;
    padding: 4px;
    height: 58px;
    border-top: 1px solid rgba(128, 128, 128, 1);
    background-color: rgba(255, 255, 255, 1);
}
.list3-dif0{
    background-color: rgba(128, 128, 128, 0.15);
}

.list3-dif1{
    background-color: rgba(64, 64, 64, 0.15);
}

.list3-dif2{
    background-color: rgba(0, 64, 224, 0.15);
}

.list3-dif3{
    background-color: rgba(0, 156, 0, 0.15);
}

.list3-dif4{
    background-color: rgba(224, 172, 24, 0.15);
}

.list3-dif5{
    background-color: rgba(192, 0, 0, 0.15);
}

.difficulty-category{
    text-align: center;
    font-weight: bold;
    background-color: rgba(224, 224, 224, 0.8);
}

.difficulty-img{
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
    border: 1px solid rgb(192, 192, 192);
}

.difficulty-title{
    display: flex;
    margin: 0 4px;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 15px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-around;
}
.difficulty-title span{
    display: inline-block;
    margin: auto 0;
}
.difficulty-title-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 56px;
    background-color: white;
    border-radius: 2px;
    margin: 0 0 0 4px;
    overflow: hidden;
    position: relative;

}
.difficulty-hard{
    font-size: 11px;
    margin: 2px 4px;
    padding: 0 0 4px;
    border-bottom: 1px dashed rgba(192, 192, 192, 0.8);
    z-index: 10;
}

.difficulty-score-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(192, 192, 192, 0.8);
    flex-direction: column;
    padding: 0 0 0 4px;
}

.difficulty-score-title{
    font-size:10px;
    margin: 2px 0;
    text-align: center;
}

.difficulty-score0{
    background-color: rgba(128, 128, 128);
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}

.difficulty-score1{
    background-color: rgba(64, 64, 64);
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}

.difficulty-score2{
    background-color: rgba(0, 64, 224, 1);
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}

.difficulty-score3{
    background-color: rgba(0, 156, 0);
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}

.difficulty-score4{
    background-color: rgba(224, 172, 24);
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}
.difficulty-score5{
    background-color: rgba(192, 0, 0);
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}
.difficulty-score-inner{
    display: inline-block;
    padding: 2px 4px;
    font-weight: bold;
    color: white;
    font-size: 16px;
}
.select-difs-container{
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 8px;
}
.c-gray{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(64, 64, 64, 0.5);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
}
.c-gray:hover{
    cursor: pointer;
}
.c-white{
    padding: 1em;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 480px;
    max-height: 480px;
}
.c-white-bottom{
    display: flex;
    padding: 4px;
    height: 58px;
    width: 100%;
    margin-bottom: 1em;
}
.c-img{
    display: block;
    margin-bottom: 1em;
    width: 80%;
    max-width: 320px;
    max-height: 320px;
}
@media screen and (min-width: 520px){
    .c-white{
        width: 60%;
    }
    .c-img{
        width: 80%;
    }
}

#select-dif{
    display: flex;
}

#search-label{
    font-size: 0.8em;
}

.red-marker{
    font-weight: bold;
    background: linear-gradient(transparent 75%, rgba(255, 0, 0, 0.8));
}

.blue-marker{
    font-weight: bold;
    background: linear-gradient(transparent 75%, rgba(0, 0, 255, 0.8));
}

.navy-marker{
    font-weight: bold;
    background: linear-gradient(transparent 75%, rgba(0, 0, 96, 0.8));
}
.green-marker{
    font-weight: bold;
    background: linear-gradient(transparent 75%, rgba(0, 96, 0, 0.8));
}
.orange-marker{
    font-weight: bold;
    background: linear-gradient(transparent 75%, rgba(236, 123, 18, 0.8));
}
.purple-marker{
    font-weight: bold;
    background: linear-gradient(transparent 75%, rgba(128, 0, 128, 0.8));
}
.yellow-marker{
    font-weight: bold;
    background: linear-gradient(transparent 75%, rgba(255, 255, 64, 0.8));
}
.black-under{
    text-decoration: underline;
    font-weight: bold;
    color: black;
}
.red-bold{
    font-weight: bold;
    color: red;
}
.blue-bold{
    font-weight: bold;
    color: blue;
}
.navy-bold{
    font-weight: bold;
    color: navy;
}
.green-bold{
    font-weight: bold;
    color: green;
}
.purple-bold{
    font-weight: bold;
    color: purple;
}
.orange-bold{
    font-weight: bold;
    color: orange;
}
.gold-bold{
    color: rgba(168, 128, 40, 1);
    font-weight: bold;
}
.red-under{
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.blue-under{
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}
.navy-under{
    color: navy;
    font-weight: bold;
    text-decoration: underline;
}
.purple-under{
    color: purple;
    font-weight: bold;
    text-decoration: underline;
}
.orange-under{
    color: orange;
    font-weight: bold;
    text-decoration: underline;
}

.black-white{
    display: inline-block;
    color: white;
    font-weight: bold;
    background-color: black;
    border-radius: 4px;
    padding: 0 0.4em;
}

.gray-back{
    padding: 1em;
    list-style-position: inside;
    background-color: rgba(224, 224, 224, 1);
    margin: 1em 0;
}

@media screen and (min-width:640.1px){
    .gray-back{
        padding: 0.5em;
        margin: 0.5em;
    }
}

.frame{
    padding: 16px 32px;
    border: 1px dashed rgba(128, 128, 128, 1);
    border-radius: 4px;
    background-color: rgba(252, 252, 252, 1);
    margin: 32px 0;
    width: fit-content;
}
.small{
    font-size: 0.8em;
}
.through{
    text-decoration: line-through;
}
#my-footer{
    background-color: white;
    overflow: hidden;
}
.click-div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(64, 64, 64, 0.5);
    z-index: 1000;
}

/*ここから難易度リストクリック*/

.dif-divall{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50%;
    width: 40%;
    background-color: white;
}

.dif-clickimg-div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1em;
    border-bottom: 1px solid rgba(128, 128, 128, 1);
}

.dif-clickimg{
    display: inline-block;
    margin-bottom: 2em;
}

.dif-div2{
    padding: 16px;
}

.dif-divT{
    padding: 0.2em;
}

.dif-divH{
    padding: 0.2em;
    border-bottom: 1px dashed gray;
    background-color: white;
}

/*ここから購入リスト*/

.schedule-list{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.schedule-list2{
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
    border: 2px double rgba(128, 128, 128, 1);
}

.schedule-list3{
    display: flex;
    padding: 3px;
    height: 56px;
    position: relative;
    overflow: hidden;
}

.schedule-list3:nth-of-type(even){
    background-color: rgba(128, 168, 224, 1);
}

.schedule-list3:nth-of-type(odd){
    background-color: rgba(224, 200, 200, 1);
}

.schedule-category{
    text-align: center;
    font-weight: bold;
    background-color: rgba(224, 224, 224, 0.8);
}

.schedule-img{
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    border: 1px solid rgb(192, 192, 192);
}

.schedule-hard{
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin: 2px 4px;
    padding: 0 0 4px;
    border-bottom: 1px dashed rgba(192, 192, 192, 0.8);
}

.schedule-hard-list{
    display: flex;
    justify-content: left;
}

.schedule-release{
    font-weight: bold;
    flex-grow: 1;
    text-align: end;
    white-space: nowrap;
}
.schedule-title{
    display: flex;
    margin: 0 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-around;
}

.schedule-title span{
    display: inline-block;
    margin: auto 0;
}

.schedule-title-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 56px;
    background-color: white;
    border-radius: 2px;
    margin: 0 0 0 3px;
}

.schedule-title-wrapper{
    display:flex;
    justify-content:space-between;
    width:100%;
}

.schedule-score-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(192, 192, 192, 0.8);
    flex-direction: column;
    padding: 0 0 0 4px;
}

.schedule-score-title{
    font-size:10px;
    margin: 2px 0;
    text-align: center;
}

.schedule-score{
    font-weight: bold;
    flex-grow: 1;
    text-align: end;
    white-space: nowrap;
    font-size: 0.7em;
    margin: 4px;
}

.schedule-score0{
    background-color: rgba(128, 128, 128, 1);
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}

.schedule-score-inner{
    display: inline-block;
    padding: 2px 4px;
    font-weight: bold;
    color: white;
    font-size: 16px;

}

.select-difs-container{
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 8px;
}

.select-difs{
    display: block;
    width:fit-content;
}

.select-title{
    display:inline-block;
    font-size: 0.8em;
    margin: 4px auto;
}

.inner-comment{
    height: 100%;
    position: absolute;
    left: 120%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.5);
}

.move-comment{
    animation-name: comment;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes comment{
    0%{
        left: 120%;
    }
    100%{
        left: -120%;
    }
}


/*トロフィー攻略テンプレ*/
.checklists{
    display: none;
}
li .hatena-fotolife {
    margin: 0 0 48px;
}
.chapter-title{
    margin: 0 0 32px !important;
}

.check-gra{
    animation-name: check-red;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes check-red{
    0%{
        background-color: rgb(255, 200, 160);
    }

    50%{
        background-color: rgb(231, 84, 84);
    }

    100%{
        background-color: rgb(255, 200, 160);
    }
}

.rainbow{
    animation-name: rainbow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rainbow{
    0%{
        background-color: red;
    }
    14.2%{
        background-color: orange;
    }
    28.4%{
        background-color: yellow;
    }
    42.6%{
        background-color: green;
    }
    56.8%{
        background-color: blue;
    }
    71%{
        background-color: navy;
    }
    85.2%{
        background-color: purple;
    }
    99.4%{
        background-color: red;
    }
    100%{
        background-color: red;
    }
}

.entry-midasi{
text-align: center;
margin: 32px auto 96px;
border-top: 1px solid rgb(128, 128, 128);
border-bottom: 1px solid rgb(128, 128, 128);
padding: 4px 8px;
width: fit-content;
font-weight: bold;
}

.article-samune{
text-align: center;
}

.article-samune-img{
border: 1px solid rgba(64, 64, 64, 1);
}

.dif-index-div{
padding: 16px;
background-color: rgba(240, 240, 240, 1);
margin: 0 0 96px;
box-shadow: 0 0 1px rgba(64, 64, 64, 1);
}

.dif-index-title{
font-weight: bold;
font-size: 0.9em;
text-align: center;
border-bottom: 1px solid rgba(64, 64, 64, 1);
color: rgba(64, 64, 128, 1);
padding: 4px 8px 0;
background-color: rgba(255, 255, 255, 1);

}

.dif-index-table{
border-collapse: collapse;
border: none;
}

.dif-index-table tr th{
background-color: rgba(232, 232, 255, 1);
font-size: 0.8em;
}

.dif-index-td{
text-align: center;
font-size: 1.0em;
background-color: rgba(255, 255, 255, 1);
font-weight: bold;
}
.trophylist{
    width: 100%;
    max-width: 960px;
}
.trophylist2{
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    border: 2px double rgba(128, 128, 128, 1);
}
.trophylist3{
    position: relative;
    display: flex;
    border-top: 1px solid rgba(128, 128, 128, 1);
    padding: 2px;
    height: 58px;
}
.trophylist-category{
    text-align: center;
    font-weight: bold;
    background-color: rgba(224, 224, 224, 0.8);
}
.trophylist-img{
    display: inline-block;
    position: relative;
    min-width: 56px;
    min-height: 56px;
    max-height: 56px;
    max-width: 56px;
    width: 56px;
    height: 56px;
    border: 1px solid rgb(192, 192, 192);
}
.trophylist-title-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 56px;
    background-color: white;
    border-radius: 2px;
    padding: 1px 0;
}

.trophylist-hard{
    font-size: 11px;
    margin: 2px 4px;
    padding: 0 0 4px;
    border-bottom: 1px dashed rgba(192, 192, 192, 0.8);
}


.trophylist-title{
    display: flex;
    margin: 0 4px;
    font-size: 13px;
    line-height: 15px;
    flex-grow: 1;
    justify-content: space-around;
}

.trophylist-title span{
    display: inline-block;
    margin: auto 0;
}

.trophylist-name{
    font-size: 1.1em;
}

.trophylist-num{
    position: absolute;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    font-size: 12px;
    right: 0;
    top: 0;
    font-weight: bold;
    padding: 4px;
    width: 24px;
    height: 18px;
    text-align: center;
    background-color: red;
    border-radius: 4px;
    color: white;
    z-index: 100;
}

.trophylist-syousai{
display:flex;
font-size: 11px;
font-weight: bold;
flex-direction: column;
justify-content: space-around;
white-space: nowrap;
}

.trophylist-syousai-naiyou{
display:flex;
flex-direction: column;
justify-content: space-around;
flex-grow: 1;
}

.platinum-trophy{
background-color: rgba(168, 200, 224, 0.5);
}

.gold-trophy{
background-color: rgba(255, 255, 128, 0.5);
}

.silver-trophy{
    background-color: rgba(128, 128, 128, 0.5);
}
    
.bronze-trophy{
    background-color: rgba(224, 168, 96, 0.5);
}

.chapter-div{
    background-color: white;
    padding: 8px;
    margin-bottom:48px;
}

.chapter-div:nth-of-type(1){
    padding-top: 64px;
    margin-bottom:16px;
}
.sumi{
    font-weight: bold;
    color: rgba(255, 32, 32, 1);
    border: 2px solid rgba(255, 32, 32, 1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: white;
}

#trophy-progress-text{
    position: fixed;
    bottom: 16px;
    font-weight: bold;
    color: white;
    right: 8px;
    font-size: 0.8em;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: rgba(96, 96, 96, 1);
    z-index: 100;
}

.trophy-ul{
    border: 1px dotted black;
    font-weight: bold;
    background: linear-gradient(-45deg, white 99%, rgba(0, 96, 64, 1) 1%);
    margin: 1.5em 0 !important;
}

.trophy-ol{
    border: 1px dotted black;
    font-weight: bold;
    background: linear-gradient(-45deg, white 99%, rgba(0, 64, 96, 1) 1%);
    margin: 1.5em 0 !important;
}

.trophy-ul li, 
.trophy ol li{
    list-style-position: inside;

}

.dif-ol{
    padding: 16px !important;
    margin: 8px auto !important;
    font-weight: bold;
    border: 1px dashed rgba(128, 128, 128, 1);
    border-radius: 8px;
}
    
.dif-ol li{
    list-style-position: inside;
}

#trophy-progress-under{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    z-index: 10;
    background-color: rgba(192, 192, 192, 1);
}

#trophy-progress-over{
    position: fixed;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 8px;
    z-index: 100;
    background-color: rgba(96, 96, 96, 1);
    transition: left 0.3s;
}
.entry-header{
    margin: 0;
}
.entry-content{
    margin: 0;
    padding: 0 4px 8px;
}
@media screen and (min-width: 640.1px){
    .entry-content{
        padding: 0 8px 8px;
    }
    
    .chapter-div{
        padding: 16px;
    }
}
.dif-table{
    width: 80%;
    border-collapse: collapse;
    max-width: 720px;
    margin: 0 auto;
    background-color: white;
    white-space:nowrap;
}
.dif-table-bar-td{
    width: 70%;
}
.dif-table-bar{
    height: 12px;
    border: 1px solid rgba(128, 128, 128, 1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.dif-table-bar-inner{
    position: absolute;
    left: -100%;
    top: 0;
    height: 12px;
    width: 100%;
    background: white;
    transition-property: left, background;
    transition-timing-function: ease-out;
    transition-duration: 2s, 2s;
    border-radius: 2px;
}
.dif-table-score{
    text-align: center;
    font-weight: bold;
}
