/* <system section="theme" selected="26006613620549775"> */
@charset "UTF-8";
@import url(https://kazesawa.github.io/css/webfont.css);

/*
  Theme: Rocket Dive
  Author: mamegoro
  Author URI: https://www.mamegoro.com/
  Version: 1.0.0
  Responsive: yes
  License: GNU General Public License //自由ソフトウェアファウンデーションライセンスhttps://www.gnu.org/philosophy/free-sw.ja.html
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Description:
    流行りのデザインっぽいイメージ。
*/

/*! 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;
}



/* ===============
  全体設定
=============== */
*,: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;
}
body {
  font-family:sans-serif,helvetica,arial,Sans-Serif;
  line-height: 1.9;
  font-weight: normal;
  margin: 0;
  padding: 0;
  word-break:break-all;
  word-wrap:break-word;
  font-size:14px;
  color: #280b24;
}
a {
  outline:none;
  text-decoration: none;
  color: #280b24;
}
img,a img {
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#container {
  overflow: hidden;
}


/* ===============
  タイトルエリア
=============== */
#blog-title {
  padding: 200px 0 100px;
  position: relative;
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  color: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  margin: -160px -100px 70px;
  overflow:hidden;
}
#blog-title a {
  color: #fff;
}
#blog-title-inner {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
@media screen and (max-width: 1200px) {
  #blog-title-inner {
    width: 100%;
  }
}
#blog-description {
  font-size: 70%;
  padding: 10px 0 0 0;
}
@media screen and (max-width:600px) {
  #blog-title {
    margin: -160px -100px 0px;
    padding: 170px 0 50px;
  }
  #blog-title a {
    font-size: 80%;
  }
  #blog-description {
    padding: 10px 10px 0;
  }
}
h1#title {
  font-size: 4em;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}


/* ===============
  TOPページ/アーカイブページレイアウト
=============== */
#main {
  position: relative;
}
section,article {
  width: 100%;
}
.entry-inner,.archive-entry {
  width: 900px;
  padding: 45px 0;
  margin: 0 auto;
  display: block;
  content:"";
}
.page-archive #content {
  margin: 45px 0 0 0;
}
article:nth-child(2n) {
  background: #faf4fc;
}
article:nth-child(2n+1) {

}
.archive-entry-header .archive-date:before,.entry-header:before {
  background: linear-gradient(to right,#9477b4 0%, #fc73b4 100%);
  height: 4px;
  width: 100px;
  display: block;
  content: "";
  margin-bottom: 10px;
}
.page-archive .entry-thumb {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}
.page-archive .entry-thumb {
  width: 250px;
  height: 250px !important;
}
.page-index .entry-content img:nth-of-type(1) {
  height: 200px;
  float: left;
  display: block;
  margin: 0 20px 0 0;
}
.page-index .entry-content img:nth-of-type(n+2) {
  display: none;
}
.page-index .entry-content,.page-archive .archive-entry-body {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.page-index .comment-box,.page-index .entry-footer-section,.page-index .hatena-star-container,.page-index .hatena-star-metadata,.page-index .social-buttons,.page-index .customized-footer,.page-archive .social-buttons {
  display: none;
}
.page-index .entry-footer,.page-index .google-afc-image {
  position: absolute;
  top: 50px;
  right: 0;
  background: transparent;
  z-index: 99;
  transition-duration: 0;
}
.page-index h1.entry-title a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 95%;
  z-index: 1;
  top: 40px;
}
h1.entry-title {
  font-size: 1.3em;
  padding: 0 0 10px;
  font-weight: bold;
}
.page-index .entry-inner {
  position: relative;
  transition-duration: 0.3s;
}
.page-index .entry-inner:hover {
  transform: scale(1.1);
}
.archive-heading {
  text-align: center;
}
.entry-see-more {
  display: none;
}
.breadcrumb {
  padding: 50px 0 0 0;
  width: 900px;
  margin: 0 auto;
  margin-bottom: -30px !important;
}
.page-index .categories {
  position: absolute;
  top: 55px;
  right: 0;
}
.page-archive .categories,.page-entry .categories {
  margin: 0 0 15px 0;
}
.categories a {
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 70%;
  font-weight: bold;
  dinsplay: inline-box;
  color: #fff;
  white-space: nowrap;
}
.page-index .categories a:nth-child(n+2) {
  display: none;
}
.page-index  .urllist-title-link a {
  color: #280b24;
}
.page-index .pager-next,.page-archive .pager-next {
  display: block;
  text-align: center;
}
.page-index .pager a,.page-archive .pager a {
  display: inline-block;
  padding: 10px 45px;
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  margin: 30px auto 10px;
}
@media screen and (max-width: 1200px) {
  article,.archive-entry {
    padding: 50px;
  }
  .entry-inner,.archive-entry,.breadcrumb {
    width: 100%;
  }
  .breadcrumb {
    padding: 50px 15px 0;
  }
}
@media screen and (max-width:600px) {
  #wrapper {
    margin: 25px 0 0 0;
  }
  .page-index .entry-inner:hover {
    transform: none;
  }
  .entry-inner,.archive-entry {
    padding: 15px 0;
  }
  section,article {
    padding: 15px;
  }
  .page-archive .entry-thumb {
    height: 50vw;
  }
  .page-index .entry-content,.page-archive .archive-entry-body {
    height: auto;
    max-height: 400px;
  }
  .page-archive .archive-entry {
    height: auto;
    max-height: 550px;
  }
  .page-index .entry-content img:nth-of-type(1),.page-archive .entry-thumb {
    height: 100%;
    width: 100% !important;
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
  .page-index .categories {
    top: 25px;
  }
}



/* ===============
  記事ページ
=============== */
.page-entry .entry-content h2,.page-entry .entry-content h3,.page-entry .entry-content h4,.page-entry .entry-content h5,.page-entry .entry-content h6 {
  line-height: 1.5;
  margin: 50px 0 10px;
  display: block;
  padding: 5px 10px;
}
.page-entry .entry-content h2 {
  font-size: 23px;
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.6) 0%, rgba(179, 20, 95, 0.6) 100%);
  color: #fff;
  border-radius: 8px;
}
.page-entry .entry-content h3 {
  font-size: 22px;
  border-top: double 5px rgba(60, 8, 118, 0.6);
  border-bottom: double 5px rgba(179, 20, 95, 0.6);
}
.page-entry .entry-content h4 {
  font-size: 20px;
  border-bottom: solid 3px rgba(60, 8, 118, 0.6);
}
..page-entry entry-content h5,.page-entry .entry-content h6 {
  font-size: 20px;
}

.page-entry .entry-content {
  font-size: 115%;
}
.page-entry .entry-content p {
  margin: 5px 10px;
}
.page-entry .entry-content p img {
  margin: 5px 0px;
}
.page-entry #main-inner .hatena-module-body a {
  color: #280b24 !important;
}
.entry-footer-section {
  display: none;
}
.page-entry .pager {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 15px;
  width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-entry .pager-permalink span:nth-child(n+2) {
  text-align: right;
}
.page-entry .pager-prev a,.page-entry .pager-next a {
  color: #fff;
  padding: 5px 15px;
  display: block;
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  display: inline-block;
}
.page-entry .pager-prev a:hover,.page-entry .pager-next a:hover {
  transform: translateY(-5px);
  transition: .3s ease-in-out;
}
.page-entry .entry-inner .hatena-module-title {
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
}
.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 {
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  width:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  content:"コメント";
  text-align: center;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
  border: double 4px #fff;
}
.leave-comment-title {
  color: #fff;
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  text-align: center;
  display: block !important;
  padding: 5px 25px;
  border-radius: 8px;
  margin: 15px auto 0;
  width: 300px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.leave-comment-title:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.comment li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  min-height: 100px;
}
.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,.15), 0 3px 4px 0 rgba(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: 115%;
}
.page-index .table-of-contents,.page-index pre,.page-index blockquote,.page-index .entry-content h2,.page-index .entry-content h3,.page-index .entry-content h4,.page-index .entry-content h5,.page-index .entry-content h6 {
  display: none;
}
.page-entry .table-of-contents{
  position:relative;
  background: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
  margin: 10px !important;
  padding: 0 0 10px 0;
  border-bottom: 5px solid rgba(179, 20, 95, 0.6);
}
.page-entry .table-of-contents ul {
  margin: 0 !important;
}
.page-entry .table-of-contents li {
  margin: 15px 15px 15px 45px;;
  font-size: 92%;
  line-height: 1.2;
}
.page-entry .table-of-contents li a{
  text-decoration:none;
  color: #333;
}
.page-entry .table-of-contents li a:hover{
  text-decoration:underline;
}
.page-entry .table-of-contents li ul li{
  margin: 15px 25px;
}
.page-entry .table-of-contents:before {
  border-top: 5px solid rgba(60, 8, 118, 0.8);
  display: block;
  padding: 5px 15px;
  content: "\f039"" Contents";
  font-family: blogicon;
  color: rgba(60, 8, 118, 0.8);
  font-weight: bold;
  font-size: 120%;
}
.entry-content ul,.entry-content ol {
  margin: 0 15px 0 35px;
}
.page-entry blockquote {
  background-color: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
  padding: 10px 15px;
  margin: 25px 10px 10px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #b7b7b7;
}
.page-entry blockquote:before {
  content: '“';
  position: absolute;
  font-size: 40px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #b7b7b7;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.comment-user-name .comment-user-id .user-name-nickname {
  font-size: 110%;
  display: inline-block;
}
.page-entry pre {
  color: #000;
  font-size: 12px;
  background-color: #fafafa;
  border: solid 1px #bbbbbb;
  line-height: 120%;
  margin: 10px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 8px;
}
.page-entry pre a {
  color: #000 !important;
}
@media screen and (max-width:1200px) {
  .page-entry .pager {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .page-entry .pager {
    margin: 15px 10px;
  }
  .page-entry .table-of-contents li ul li{
    margin: 15px;
  }
}


/* ===============
  サイドメニュー
=============== */

#box2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 65px 0;
  margin: 0 auto;
}
#box2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -20% 0;
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
#box2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% 0 0;
  background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(179, 20, 95, 0.85) 100%);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}
#box2-inner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0 10px;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  max-width: 900px;
}
@media screen and (max-width:1200px) {
  #box2 {
    padding: 25px;
    width: 100%;
  }
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 25px;
  }
}
@media screen and (max-width:600px) {
  #box2 {
    padding: 0px;
  }
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  #box2-inner {
    padding: 50px 0 10px;
  }
  #box2 .hatena-module {
    padding: 10px;
  }
}
.hatena-module-title {
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
  border: double 4px #fff;
}
.hatena-module-title a,.hatena-module-body a {
  color: #fff;
}
.hatena-module-body {
  padding: 10px 10px 20px;
}
.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,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.hatena-module-profile .hatena-module-body {
  background-color:rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 20px 0;
  margin: 0 5px;
  z-index: -99;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  background-size:cover;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
}
.hatena-module-profile .hatena-module-body a {
  color: #fff;
  order: 1;
}
.hatena-module-profile .hatena-module-body:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -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: 45px;
  margin: 10px auto 5px;
  order: 3;
  z-index: 1;
}
.hatena-module-body .hatena-follow-button {
  border-radius: 20px;
  background: #2884c7 !important;
  color: #fff !important;
  padding: 10px 0;
  float: none;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  height: auto !important;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border: 0 !important;
}
.hatena-module-body .hatena-follow-button.unsubscribing.hover {
  color: #fff !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: #fff !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: 12px;
}
.hatena-module-body .id .hatena-id-link .user-name-nickname {
  display: block;
  font-size: 130%;
}
.user-name-paren,.user-name-hatena-id {
  font-size: 12px;
}
.hatena-module-body .id {
  margin-bottom: 10px;
}
.profile-description {
  order: 4;
  padding: 0 15px;
}
.hatena-module-body .hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item {
  max-height: 135px;
  overflow: hidden;
  font-size: 80%;
  border-bottom: 1px dotted #aaa;
  padding-top: 7px;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item:last-child {
  border-bottom: none;
}
.hatena-module-links .hatena-module-body ul,.hatena-module-recent-entries  .hatena-module-body ul {
  margin-left: 25px;
}
.hatena-urllist img {
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
a.bookmark-widget-counter img {
  box-shadow: none;
}
.recent-entries-categories {
  display: none;
}
.search-form {
  text-align: center;
}
.search-module-input {
  padding: 0 10px;
  border: 1px solid #fff;
  margin: 0 5px 0 0;
  color: #fff;
  width: 75%;
  height: 45px;
  background-color: rgba(255,255,255,0.1);
  vertical-align: middle;
}
.search-module-input::placeholder {
  color: #fff;
}
.search-module-button {
  padding: 0 10px;
  margin: 0 0 0 -5px;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.1);
  color: #fff;
  width: 20%;
  height: 45px;
  vertical-align: middle;
}
.related-entries-entry-body {
  display: none;
}
.hatena-module-category .hatena-module-body ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
}
.hatena-module-body .urllist-with-thumbnails {
  margin: 0 !important;
}
.archive-date:before,.entry-date:before {
  font-family: blogicon;
  content: "\f043";
}


/* ===============
  フッター
=============== */
#footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
#footer a {
  color: #fff;
}
/* </system> */