/* Responsive: yes */


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

html {
  font-size: 62.5%;
  /*font-feature-settings: 'palt'; */
  line-height: 66.66667%; }

body {
  position: relative;
  width: 100%;
  line-height: 1.0; }

a {
  cursor: pointer;
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

cite {
  font-size: 0.8em;
  font-style: normal; }

/*table{
 *	border-spacing: 0;
 *	border-color: transparent;
 *	th,td{
 *		padding: 0.4em 0.8em;
 *		border: 1px solid white;
 *	}
 *	tr{
 *		background-color: #f8f8f8;
 *		&:nth-child(odd){
 *			background-color: #f0f0f0;
 *		}
 *	}
 *} */
ul li {
  list-style-type: none; }

.ta-r {
  text-align: right; }

.ta-c {
  text-align: center; }

body {
  color: #333;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック','YuGothic', Meiryo, sans-serif;
  background-color: #faf8f5; }

a {
  color: #333; }

ol {
  padding-left: 1.25em; }
  ol li {
    list-style-type: decimal; }
  ol li + li {
    margin-top: 0.5em; }
  ol ol, ol ul {
    margin-top: 0.5em; }

ul.disc {
  padding-left: 1.25em; }
  ul.disc > li {
    list-style-type: disc; }
  ul.disc li + li {
    margin-top: 0.5em; }
  ul.disc ol, ul.disc ul {
    margin-top: 0.5em; }

table.cmn {
  width: 100%;
  border-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid #d3d3d3; }
  table.cmn th, table.cmn td {
    padding: 1em 2em; }
  table.cmn th {
    background-color: #f9f9f9;
    text-align: left; }

.table-cmn {
  width: 100%;
  line-height: 1.5; }
  .table-cmn .th, .table-cmn .td {
    padding: 1em 2em; }
  .table-cmn .th {
    background-color: #f9f9f9; }
  .table-cmn .td {
    -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px); }

table.frame {
  width: 100%;
  border-spacing: 0;
  border-color: transparent;
  border-collapse: collapse;
  line-height: 1.5; }
  table.frame th, table.frame td {
    padding: 0.5em 1em;
    border: 1px solid #808080; }

dl.dl .dt {
  clear: both;
  float: left; }

dl.dl .dd {
  margin-left: 6em; }
  dl.dl .dd.colon {
    text-indent: -1em; }
    dl.dl .dd.colon:before {
      content: '：'; }

.urllist-with-thumbnails li .urllist-image {
  float: inherit;
  margin: inherit; }

.urllist-image-link {
  display: block; }

.urllist-date-link time, .archive-date time, .entry-date time {
  display: inline-block;
  padding: 0 1em;
  background-color: #008000;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em; }

.urllist-categories, .categories, .entry-categories, .hatena-module-category .hatena-urllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -6px; }
  .urllist-categories .urllist-category-link, .urllist-categories .archive-category-link, .urllist-categories .entry-category-link, .urllist-categories li a, .categories .urllist-category-link, .categories .archive-category-link, .categories .entry-category-link, .categories li a, .entry-categories .urllist-category-link, .entry-categories .archive-category-link, .entry-categories .entry-category-link, .entry-categories li a, .hatena-module-category .hatena-urllist .urllist-category-link, .hatena-module-category .hatena-urllist .archive-category-link, .hatena-module-category .hatena-urllist .entry-category-link, .hatena-module-category .hatena-urllist li a {
    display: block;
    padding: 0 0.7em;
    margin-top: 10px;
    margin-right: 10px;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    color: #808080;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2; }
    .urllist-categories .urllist-category-link a, .urllist-categories .archive-category-link a, .urllist-categories .entry-category-link a, .urllist-categories li a a, .categories .urllist-category-link a, .categories .archive-category-link a, .categories .entry-category-link a, .categories li a a, .entry-categories .urllist-category-link a, .entry-categories .archive-category-link a, .entry-categories .entry-category-link a, .entry-categories li a a, .hatena-module-category .hatena-urllist .urllist-category-link a, .hatena-module-category .hatena-urllist .archive-category-link a, .hatena-module-category .hatena-urllist .entry-category-link a, .hatena-module-category .hatena-urllist li a a {
      display: block;
      color: #808080; }

.hatena-module-title, .archive-header-category .archive-heading {
  position: relative;
  margin-bottom: 15px;
  padding-top: 18px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.05em; }
  .hatena-module-title:before, .archive-header-category .archive-heading:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 4px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205952.png) 0 0 no-repeat;
    background-size: cover; }
  .hatena-module-title a, .archive-header-category .archive-heading a {
    color: #333; }

.hatena-module ~ .hatena-module .hatena-module-title {
  margin-top: 40px; }

.search-result {
  margin-bottom: 25px; }

.search-form, .search-result-form {
  position: relative;
  border: none !important;
  border-radius: inherit; }
  .search-form .search-module-input, .search-form .search-result-input, .search-result-form .search-module-input, .search-result-form .search-result-input {
    position: relative;
    width: 100%;
    height: inherit;
    padding: 0.5em 1em;
    padding-right: 42px;
    background-color: white;
    border-radius: 5px !important;
    z-index: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    font-size: 1.5rem;
    line-height: 1.6; }
    .search-form .search-module-input:focus, .search-form .search-result-input:focus, .search-result-form .search-module-input:focus, .search-result-form .search-result-input:focus {
      outline: none;
      -webkit-box-shadow: 0 0 4px #CCC inset !important;
              box-shadow: 0 0 4px #CCC inset !important; }
  .search-form .search-module-button, .search-form .search-result-button, .search-result-form .search-module-button, .search-result-form .search-result-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 30px;
    height: 0;
    padding-top: 30px;
    overflow: hidden;
    line-height: 2;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918210441.png) 50% 50% no-repeat;
    background-size: 24px 24px;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    z-index: 1; }

.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.urllist-see-more-link, .bttn-contact, .pager-prev a, .pager-next a {
  display: inline-block;
  width: 300px;
  background: #008000 url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205932.png) calc(100% - 15px) 50% no-repeat;
  background-size: 16px 16px;
  border-radius: 6px;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.25;
  letter-spacing: 0.03em;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.bttn-contact {
  background-color: #333; }

#header-modules {
  margin-top: 50px; }
  #header-modules .hatena-module-title {
    display: none; }
  #header-modules .hatena-module-body {
    width: 960px;
    margin: 0 auto; }
    #header-modules .hatena-module-body .urllist-item {
      position: relative; }
      #header-modules .hatena-module-body .urllist-item .urllist-title-link {
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 1.3; }
      #header-modules .hatena-module-body .urllist-item .urllist-image-link {
        border-radius: 6px;
        overflow: hidden; }
        #header-modules .hatena-module-body .urllist-item .urllist-image-link .urllist-image {
          -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

#content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 100px; }

#wrapper {
  width: 700px; }

#box2 {
  width: 230px; }

#box2-inner {
  /* categories */ }

#main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-item-inner, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 160px;
  padding: 20px 10px;
  padding-left: 170px;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px; }

#main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-image-link, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-image-link {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 140px;
  overflow: hidden; }
  #main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-image-link .urllist-image, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-image-link .urllist-image {
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

#main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-title-link, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-title-link {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44444; }

#main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-categories, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-categories {
  margin-top: 4px; }
  #main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-categories .urllist-category-link, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-categories .urllist-category-link {
    background-color: #f0f0f0;
    color: #666;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

#main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item + .urllist-item, .hatena-module-related-entries .hatena-urllist .urllist-item + .urllist-item {
  margin-top: 10px; }

.urllist-see-more {
  margin-top: 40px;
  text-align: center; }

/*#################### .head-root */
.head-root {
  background-color: white; }
  .head-root .menu-opener {
    display: none; }
  .head-root .head-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0; }
    .head-root .head-top .hgroup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 1px; }
      .head-root .head-top .hgroup .ttl-wrap .ttl-sub {
        margin-top: 6px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1; }
    .head-root .head-top .global-menu .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .head-root .head-top .global-menu .wrap .item {
        width: 80px;
        height: 80px;
        margin: 0 15px;
        padding-top: 57px;
        padding-bottom: 10px;
        background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205938.png) 50% 8px no-repeat;
        background-size: 44px 44px;
        border-radius: 4px;
        font-size: 1.35rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        white-space: nowrap; }
        .head-root .head-top .global-menu .wrap .item.n1 {
          background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205941.png); }
        .head-root .head-top .global-menu .wrap .item.n2 {
          background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205944.png); }
        .head-root .head-top .global-menu .wrap .item.n3 {
          background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205946.png); }
        .head-root .head-top .global-menu .wrap .item.n4 {
          background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205949.png); }
    .head-root .head-top .misc-wrap .ttl {
      display: block;
      padding: 12px 0 7px; }

/*#################### .foot-root */
.foot-root {
  padding: 50px 0 20px;
  background-color: #747a74;
  color: white;
  text-align: center; }
  .foot-root .hgroup {
    display: inline-block; }
    .foot-root .hgroup .ttl-sub {
      margin-top: 0.4em;
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.03em; }
  .foot-root .nav {
    width: 100%;
    margin-top: 55px; }
    .foot-root .nav .li {
      display: inline-block;
      font-size: 1.4rem;
      letter-spacing: 0.03em;
      line-height: 1.2; }
      .foot-root .nav .li a {
        color: white; }
    .foot-root .nav .li + .li {
      margin-left: 1.5em;
      padding-left: 1.5em;
      border-left: 1px solid white; }
  .foot-root .cr {
    margin-top: 50px; }
    .foot-root .cr address {
      font-size: 1.1rem;
      font-style: normal;
      letter-spacing: 0.1em; }

.banners .fig .caption {
  display: block;
  margin-top: 0.5em;
  color: #808080;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4; }

.banners > * + * {
  display: block;
  margin-top: 15px; }

/*#################### breadcrumb */
#top-box {
  display: none; }

/* Not Found */
/*#################### .main.home */
.archive-entries .archive-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 160px;
  padding: 20px 10px;
  padding-left: 170px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important; }
  .archive-entries .archive-entry .entry-thumb-link {
    position: absolute;
    left: 10px;
    top: 10px; }
    .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
      display: block;
      width: 140px;
      height: 140px;
      background: 50% 50% no-repeat;
      background-size: cover; }
  .archive-entries .archive-entry .archive-entry-header {
    width: 100%; }
  .archive-entries .archive-entry .entry-title {
    width: 100%;
    margin-top: 6px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.44444; }
  .archive-entries .archive-entry .archive-entry-body {
    display: none; }
  .archive-entries .archive-entry .categories .archive-category-link {
    background-color: #f0f0f0;
    color: #666;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.archive-entries .archive-entry + .archive-entry {
  margin-top: 10px; }

/*#################### .page */
.archive-header-category {
  margin-bottom: 0; }

/*#################### category list */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  text-align: center; }
  .pager .pager-prev, .pager .pager-next {
    display: block; }
    .pager .pager-prev .pager-arrow, .pager .pager-next .pager-arrow {
      display: none; }
    .pager .pager-prev a, .pager .pager-next a {
      display: block;
      width: 100%; }
  .pager .pager-prev a {
    padding-left: 40px;
    padding-right: 10px;
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205935.png);
    background-position: 15px 50%;
    text-align: left; }
  .pager .pager-next a {
    padding-left: 10px;
    padding-right: 40px;
    text-align: right; }

/*#################### entry */
.page-entry .entry .entry-header, .page-about .entry .entry-header, .page-static_page .entry .entry-header {
  margin-bottom: 25px; }
  .page-entry .entry .entry-header .entry-header-menu, .page-about .entry .entry-header .entry-header-menu, .page-static_page .entry .entry-header .entry-header-menu {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 1.2em;
    text-decoration: underline; }
  .page-entry .entry .entry-header .entry-title, .page-about .entry .entry-header .entry-title, .page-static_page .entry .entry-header .entry-title {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    .page-entry .entry .entry-header .entry-title .entry-title-link, .page-about .entry .entry-header .entry-title .entry-title-link, .page-static_page .entry .entry-header .entry-title .entry-title-link {
      font-size: 2.8rem;
      line-height: 1.28571; }

.page-entry .entry .entry-content, .page-about .entry .entry-content, .page-static_page .entry .entry-content {
  width: 700px;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 2; }
  .page-entry .entry .entry-content .figure-image, .page-about .entry .entry-content .figure-image, .page-static_page .entry .entry-content .figure-image {
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
    text-align: left; }
  .page-entry .entry .entry-content .annotation, .page-about .entry .entry-content .annotation, .page-static_page .entry .entry-content .annotation {
    padding-left: 0;
    font-size: 0.9em; }
    .page-entry .entry .entry-content .annotation li, .page-about .entry .entry-content .annotation li, .page-static_page .entry .entry-content .annotation li {
      margin-left: 1.25em;
      list-style-type: none; }
      .page-entry .entry .entry-content .annotation li:before, .page-about .entry .entry-content .annotation li:before, .page-static_page .entry .entry-content .annotation li:before {
        content: '※';
        margin-left: -1.25em;
        padding-right: 0.25em; }
  .page-entry .entry .entry-content a, .page-about .entry .entry-content a, .page-static_page .entry .entry-content a {
    color: #008000;
    text-decoration: underline; }
    .page-entry .entry .entry-content a.arrow:before, .page-about .entry .entry-content a.arrow:before, .page-static_page .entry .entry-content a.arrow:before {
      content: '→ '; }
  .page-entry .entry .entry-content > * + *, .page-about .entry .entry-content > * + *, .page-static_page .entry .entry-content > * + * {
    margin-top: 1em; }
  .page-entry .entry .entry-content iframe, .page-entry .entry .entry-content twitter-widget, .page-about .entry .entry-content iframe, .page-about .entry .entry-content twitter-widget, .page-static_page .entry .entry-content iframe, .page-static_page .entry .entry-content twitter-widget {
    max-width: 100%; }
  .page-entry .entry .entry-content figure img, .page-about .entry .entry-content figure img, .page-static_page .entry .entry-content figure img {
    display: block; }
  .page-entry .entry .entry-content figure figcaption, .page-about .entry .entry-content figure figcaption, .page-static_page .entry .entry-content figure figcaption {
    margin-top: 0.5em;
    font-size: 0.9em;
    line-height: 1.4; }
  .page-entry .entry .entry-content img, .page-about .entry .entry-content img, .page-static_page .entry .entry-content img {
    display: inline-block; }
  .page-entry .entry .entry-content h1, .page-about .entry .entry-content h1, .page-static_page .entry .entry-content h1 {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 3px solid #008000;
    font-size: 2.8rem;
    line-height: 1.28571; }
  .page-entry .entry .entry-content h2, .page-entry .entry .entry-content h3, .page-entry .entry .entry-content h4, .page-entry .entry .entry-content h5, .page-entry .entry .entry-content h6, .page-about .entry .entry-content h2, .page-about .entry .entry-content h3, .page-about .entry .entry-content h4, .page-about .entry .entry-content h5, .page-about .entry .entry-content h6, .page-static_page .entry .entry-content h2, .page-static_page .entry .entry-content h3, .page-static_page .entry .entry-content h4, .page-static_page .entry .entry-content h5, .page-static_page .entry .entry-content h6 {
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .page-entry .entry .entry-content h2, .page-about .entry .entry-content h2, .page-static_page .entry .entry-content h2 {
    color: #008000;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(0, 128, 0, 0.1)), to(rgba(0, 128, 0, 0.1)));
    background: linear-gradient(180deg, transparent 80%, rgba(0, 128, 0, 0.1) 80%, rgba(0, 128, 0, 0.1) 100%); }
  .page-entry .entry .entry-content h3, .page-about .entry .entry-content h3, .page-static_page .entry .entry-content h3 {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 3px solid #008000;
    color: #008000;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.4; }
  .page-entry .entry .entry-content h4, .page-entry .entry .entry-content h5, .page-entry .entry .entry-content h6, .page-about .entry .entry-content h4, .page-about .entry .entry-content h5, .page-about .entry .entry-content h6, .page-static_page .entry .entry-content h4, .page-static_page .entry .entry-content h5, .page-static_page .entry .entry-content h6 {
    position: relative;
    padding-bottom: 0.4em;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4; }
    .page-entry .entry .entry-content h4:after, .page-entry .entry .entry-content h5:after, .page-entry .entry .entry-content h6:after, .page-about .entry .entry-content h4:after, .page-about .entry .entry-content h5:after, .page-about .entry .entry-content h6:after, .page-static_page .entry .entry-content h4:after, .page-static_page .entry .entry-content h5:after, .page-static_page .entry .entry-content h6:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 3px;
      background-color: #333; }
  .page-entry .entry .entry-content h5, .page-about .entry .entry-content h5, .page-static_page .entry .entry-content h5 {
    font-size: 1.8rem; }
    .page-entry .entry .entry-content h5:after, .page-about .entry .entry-content h5:after, .page-static_page .entry .entry-content h5:after {
      height: 2px; }
  .page-entry .entry .entry-content h6, .page-about .entry .entry-content h6, .page-static_page .entry .entry-content h6 {
    font-size: 1.7rem; }
    .page-entry .entry .entry-content h6:after, .page-about .entry .entry-content h6:after, .page-static_page .entry .entry-content h6:after {
      height: 1px; }
  .page-entry .entry .entry-content hr, .page-about .entry .entry-content hr, .page-static_page .entry .entry-content hr {
    margin: 2em 0;
    border: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.4); }
  .page-entry .entry .entry-content ul, .page-entry .entry .entry-content ol, .page-about .entry .entry-content ul, .page-about .entry .entry-content ol, .page-static_page .entry .entry-content ul, .page-static_page .entry .entry-content ol {
    padding-left: 1.5em;
    line-height: 1.8; }
    .page-entry .entry .entry-content ul li, .page-entry .entry .entry-content ol li, .page-about .entry .entry-content ul li, .page-about .entry .entry-content ol li, .page-static_page .entry .entry-content ul li, .page-static_page .entry .entry-content ol li {
      list-style-type: disc; }
    .page-entry .entry .entry-content ul li + li, .page-entry .entry .entry-content ol li + li, .page-about .entry .entry-content ul li + li, .page-about .entry .entry-content ol li + li, .page-static_page .entry .entry-content ul li + li, .page-static_page .entry .entry-content ol li + li {
      margin-top: 0.3em; }
  .page-entry .entry .entry-content ol li, .page-about .entry .entry-content ol li, .page-static_page .entry .entry-content ol li {
    list-style-type: decimal; }
  .page-entry .entry .entry-content dl dt, .page-about .entry .entry-content dl dt, .page-static_page .entry .entry-content dl dt {
    font-weight: 700; }
  .page-entry .entry .entry-content dl dd, .page-about .entry .entry-content dl dd, .page-static_page .entry .entry-content dl dd {
    padding-left: 1em; }
  .page-entry .entry .entry-content blockquote, .page-about .entry .entry-content blockquote, .page-static_page .entry .entry-content blockquote {
    padding: 1.5em 2.5em;
    background: white url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205954.png) 20px -5px no-repeat;
    background-size: 108px 82px;
    font-size: 0.95em; }
    .page-entry .entry .entry-content blockquote cite, .page-about .entry .entry-content blockquote cite, .page-static_page .entry .entry-content blockquote cite {
      display: block;
      text-align: right;
      color: #808080;
      font-size: 0.95em; }
  .page-entry .entry .entry-content table, .page-about .entry .entry-content table, .page-static_page .entry .entry-content table {
    border-collapse: collapse; }
    .page-entry .entry .entry-content table th, .page-entry .entry .entry-content table td, .page-about .entry .entry-content table th, .page-about .entry .entry-content table td, .page-static_page .entry .entry-content table th, .page-static_page .entry .entry-content table td {
      padding: 0.8em;
      border: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 0.95em;
      line-height: 1.6; }
    .page-entry .entry .entry-content table th, .page-about .entry .entry-content table th, .page-static_page .entry .entry-content table th {
      font-weight: 700; }
    .page-entry .entry .entry-content table thead th, .page-entry .entry .entry-content table thead td, .page-about .entry .entry-content table thead th, .page-about .entry .entry-content table thead td, .page-static_page .entry .entry-content table thead th, .page-static_page .entry .entry-content table thead td {
      background-color: #ebe9e6; }
    .page-entry .entry .entry-content table tbody tr:nth-child(even) th, .page-entry .entry .entry-content table tbody tr:nth-child(even) td, .page-about .entry .entry-content table tbody tr:nth-child(even) th, .page-about .entry .entry-content table tbody tr:nth-child(even) td, .page-static_page .entry .entry-content table tbody tr:nth-child(even) th, .page-static_page .entry .entry-content table tbody tr:nth-child(even) td {
      background-color: white; }
.synComment { color: #6272A4; }
.synConstant { color: #FFFF14; }
.synIdentifier { color: #58ACFA; }
.synPreProc { color: #A199C8; }
.synSpecial { color: #C000C0; }
.synStatement { color: #50FA7B; }
.synType { color: #FF1493; }
  .page-entry .entry .entry-content pre, .page-about .entry .entry-content pre, .page-static_page .entry .entry-content pre {
    width: 100%;
    padding: 10px 20px;
    /*background-color: #747a74;*/
    background-color: #2E2E2E;
    overflow: auto;
    white-space: pre;
    word-break: break-all;
    word-wrap: break-word;
    color: white;
    font-size: 0.9em;
    font-family: Monaco, Consolas, 'Courier New', Courier, monospace, "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", sans-serif; }
  .page-entry .entry .entry-content .block-profile, .page-about .entry .entry-content .block-profile, .page-static_page .entry .entry-content .block-profile {
    padding: 1.5em;
    background-color: white;
    line-height: 1.8; }
    .page-entry .entry .entry-content .block-profile:after, .page-about .entry .entry-content .block-profile:after, .page-static_page .entry .entry-content .block-profile:after {
      content: "";
      display: block;
      clear: both; }
    .page-entry .entry .entry-content .block-profile .prof-fig, .page-about .entry .entry-content .block-profile .prof-fig, .page-static_page .entry .entry-content .block-profile .prof-fig {
      display: block;
      width: 120px;
      margin-right: 20px; }
      .page-entry .entry .entry-content .block-profile .prof-fig img, .page-about .entry .entry-content .block-profile .prof-fig img, .page-static_page .entry .entry-content .block-profile .prof-fig img {
        display: block;
        width: 120px;
        height: 120px;
        border-radius: 50%; }
    .page-entry .entry .entry-content .block-profile .prof-body, .page-about .entry .entry-content .block-profile .prof-body, .page-static_page .entry .entry-content .block-profile .prof-body {
      width: calc(100% - 140px); }
    .page-entry .entry .entry-content .block-profile .name, .page-about .entry .entry-content .block-profile .name, .page-static_page .entry .entry-content .block-profile .name {
      font-weight: 500;
      font-size: 1.1em;
      line-height: 1.4; }
    .page-entry .entry .entry-content .block-profile .body, .page-about .entry .entry-content .block-profile .body, .page-static_page .entry .entry-content .block-profile .body {
      margin-top: 0.5em;
      font-size: 0.95em; }
      .page-entry .entry .entry-content .block-profile .body > * + *, .page-about .entry .entry-content .block-profile .body > * + *, .page-static_page .entry .entry-content .block-profile .body > * + * {
        margin-top: 0.25em; }
  .page-entry .entry .block-external-link, .page-about .entry .block-external-link, .page-static_page .entry .block-external-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2em;
    padding: 1.75em;
    background-color: white;
    border: 1px solid #eeeeee; }
    .page-entry .entry .block-external-link .image, .page-about .entry .block-external-link .image, .page-static_page .entry .block-external-link .image {
      content: '';
      display: block;
      width: 136px;
      height: 136px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20200120/20200120174229.png) 50% 50% no-repeat;
      background-size: cover; }
    .page-entry .entry .block-external-link .body, .page-about .entry .block-external-link .body, .page-static_page .entry .block-external-link .body {
      width: calc(100% - 150px); }
      .page-entry .entry .block-external-link .body .title, .page-about .entry .block-external-link .body .title, .page-static_page .entry .block-external-link .body .title {
        margin-bottom: 0.3em;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .page-entry .entry .block-external-link .body .text, .page-about .entry .block-external-link .body .text, .page-static_page .entry .block-external-link .body .text {
        font-size: 1.4rem;
        line-height: 1.8; }
    .page-entry .entry .block-external-link .link, .page-about .entry .block-external-link .link, .page-static_page .entry .block-external-link .link {
      display: block;
      width: 100%;
      margin-top: 1em;
      background-color: #008000;
      border-radius: 6px;
      text-align: center;
      color: white; }
      .page-entry .entry .block-external-link .link .label, .page-about .entry .block-external-link .link .label, .page-static_page .entry .block-external-link .link .label {
        display: inline-block;
        padding-left: 22px;
        padding-right: 22px;
        background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/innocent_inc/20190918/20190918205932.png) right 50% no-repeat;
        background-size: 16px 16px;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 3.25; }

.page-entry .entry .entry-footer, .page-about .entry .entry-footer, .page-static_page .entry .entry-footer {
  margin-top: 30px; }
  .page-entry .entry .entry-footer .entry-footer-section, .page-about .entry .entry-footer .entry-footer-section, .page-static_page .entry .entry-footer .entry-footer-section {
    display: none; }
  .page-entry .entry .entry-footer .social-buttons, .page-about .entry .entry-footer .social-buttons, .page-static_page .entry .entry-footer .social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
    .page-entry .entry .entry-footer .social-buttons .social-button-item + .social-button-item, .page-about .entry .entry-footer .social-buttons .social-button-item + .social-button-item, .page-static_page .entry .entry-footer .social-buttons .social-button-item + .social-button-item {
      margin-left: 10px; }
  .page-entry .entry .entry-footer .entry-footer-modules, .page-about .entry .entry-footer .entry-footer-modules, .page-static_page .entry .entry-footer .entry-footer-modules {
    margin-top: 30px; }

@media screen and (min-width: 960px) {
  .sp {
    display: none; }
  .table-cmn {
    border-bottom: 1px solid #d3d3d3; }
    .table-cmn .tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #d3d3d3; }
    .table-cmn .th, .table-cmn .td {
      padding: 1em 2em; }
    .table-cmn .th {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px; }
    .table-cmn .td {
      -ms-flex-preferred-size: calc(100% - 200px);
          flex-basis: calc(100% - 200px); }
  .head-root {
    border-bottom: 1px solid #dfdedc; }
    .head-root .head-top {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .head-root .head-top .hgroup {
        margin-bottom: 10px; }
      .head-root .head-top .global-menu {
        padding-top: 5px; }
      .head-root .head-top .misc-wrap {
        margin-left: 0;
        padding-left: 29px;
        border-left: 1px solid #dfdedc; }
  #header-modules .hatena-module-body .urllist-item .urllist-date-link {
    position: absolute;
    left: 0;
    top: 363px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  #header-modules .hatena-module-body .urllist-item .urllist-title-link {
    position: absolute;
    bottom: -0.2em;
    left: 0;
    padding-top: 1em;
    padding-right: 1.5em;
    background-color: #faf8f5; }
  .pager .pager-prev, .pager .pager-next {
    width: calc(50% - 10px); }
  .pager .pager-prev + .pager-next {
    margin-left: 20px; }
  .page-entry .entry .entry-content .block-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 959px) {
  .pc {
    display: none; }
  body {
    overflow-x: hidden; }
  .table-cmn .th, .table-cmn .td {
    padding: 0.6em 1em; }
  .table-cmn .td {
    padding-top: 1em;
    padding-bottom: 1em; }
  dl.dl .dt {
    float: none; }
  dl.dl .dd {
    margin-left: 0; }
  dl.dl .dt ~ .dt {
    margin-top: 0.5em; }
  .urllist-see-more-link, .bttn-contact, .pager-prev a, .pager-next a {
    width: 280px;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.4rem; }
  .urllist-categories .urllist-category-link, .urllist-categories .archive-category-link, .categories .urllist-category-link, .categories .archive-category-link, .entry-categories .urllist-category-link, .entry-categories .archive-category-link {
    font-size: 1.1rem; }
  .hatena-module-title, .archive-heading {
    padding-top: 14px;
    font-size: 1.8rem; }
    .hatena-module-title:after, .archive-heading:after {
      margin-top: 5px; }
  .hatena-module ~ .hatena-module .hatena-module-title {
    margin-top: 30px; }
  #header-modules {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 5px; }
    #header-modules .hatena-module-body {
      width: 100%; }
      #header-modules .hatena-module-body .urllist-item .urllist-item-inner {
        position: relative; }
      #header-modules .hatena-module-body .urllist-item .urllist-title-link {
        display: block;
        margin-top: 0.5em;
        font-size: 1.7rem; }
      #header-modules .hatena-module-body .urllist-item .urllist-date-link {
        position: absolute;
        left: 0;
        top: 38vw;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
  #content-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 50px; }
  #wrapper {
    width: 100%; }
  #main {
    width: 100%; }
  #box2 {
    width: 100%;
    margin-top: 30px; }
  #box2-inner .hatena-module ~ .hatena-module {
    margin-top: 25px; }
  #main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-item-inner, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-item-inner {
    display: block;
    padding: 10px 10px 0 100px;
    min-height: 90px; }
  #main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-image-link, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-image-link {
    left: 0;
    top: 0;
    width: 90px; }
    #main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-image-link .urllist-image, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-image-link .urllist-image {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
  #main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-title-link, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-title-link {
    margin-top: 0.5em;
    font-size: 1.3rem; }
  #main-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-categories, .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-categories {
    display: none; }
  .urllist-see-more {
    margin-top: 25px; }
  .head-root .head-top {
    position: relative;
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .head-root .head-top .hgroup {
      position: relative;
      width: 100%;
      padding: 10px 0;
      background-color: white;
      border-bottom: 1px solid #dfdedc;
      z-index: 100; }
      .head-root .head-top .hgroup .ttl-wrap .ttl-logo {
        width: 142px;
        margin: 0 auto; }
      .head-root .head-top .hgroup .ttl-wrap .ttl-sub {
        margin-top: 0.7em;
        font-size: 1.0rem;
        letter-spacing: 0.02em; }
    .head-root .head-top .global-menu {
      position: absolute;
      top: 86px;
      left: 0;
      width: 100%;
      padding: 10px 5vw 20px;
      background-color: white;
      z-index: 99;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06); }
      .head-root .head-top .global-menu.is-open {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        pointer-events: auto; }
      .head-root .head-top .global-menu .wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .head-root .head-top .global-menu .wrap .item {
          margin: 5px 1.25vw;
          width: 20vw;
          height: 70px; }
    .head-root .head-top .misc-wrap {
      position: absolute;
      left: 15px;
      top: 11px;
      z-index: 100; }
      .head-root .head-top .misc-wrap .ttl img {
        width: 38px; }
  .head-root .menu-opener {
    position: absolute;
    display: block;
    right: 11px;
    top: 23px;
    width: 40px;
    height: 40px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    z-index: 101;
    -webkit-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1); }
    .head-root .menu-opener.is-open {
      background-color: #CCC; }
      .head-root .menu-opener.is-open span {
        background-color: white; }
      .head-root .menu-opener.is-open .mid-bar {
        -webkit-transform: scale(0, 0);
                transform: scale(0, 0); }
      .head-root .menu-opener.is-open .top-bar {
        -webkit-transform: translateY(8px) rotate(225deg);
                transform: translateY(8px) rotate(225deg); }
      .head-root .menu-opener.is-open .bot-bar {
        -webkit-transform: translateY(-8px) rotate(-225deg);
                transform: translateY(-8px) rotate(-225deg); }
    .head-root .menu-opener span {
      position: absolute;
      display: block;
      left: 7px;
      width: 26px;
      height: 2px;
      background-color: #333;
      -webkit-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1); }
      .head-root .menu-opener span.top-bar {
        top: 11px; }
      .head-root .menu-opener span.mid-bar {
        top: 19px; }
      .head-root .menu-opener span.bot-bar {
        top: 27px; }
  .foot-root {
    padding-top: 30px;
    padding-bottom: 15px; }
    .foot-root .hgroup .ttl {
      width: 142px; }
    .foot-root .hgroup .ttl-sub {
      margin-top: 0.8em;
      font-size: 1.2rem; }
    .foot-root .nav {
      margin-top: 25px; }
      .foot-root .nav .li {
        margin-top: 1em;
        font-size: 1.2rem; }
    .foot-root .cr {
      margin-top: 30px; }
  /* Not Found */
  /*#################### .main.home */
  .archive-entries .archive-entry {
    display: block;
    padding: 10px 10px 0 100px;
    min-height: 90px; }
    .archive-entries .archive-entry .entry-thumb-link {
      left: 0;
      top: 0; }
      .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
        width: 90px;
        height: 90px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px; }
    .archive-entries .archive-entry .entry-title {
      margin-top: 0.5em;
      font-size: 1.3rem; }
    .archive-entries .archive-entry .categories {
      display: none; }
  .pager {
    margin-top: 25px; }
    .pager .pager-prev, .pager .pager-next {
      width: calc(50% - 5px); }
      .pager .pager-prev a, .pager .pager-next a {
        font-size: 1.2rem; }
    .pager .pager-prev a {
      padding-right: 4px;
      padding-left: 27px;
      background-position: 8px 50%; }
    .pager .pager-next a {
      padding-right: 27px;
      padding-left: 4px;
      background-position: calc(100% - 8px) 50%; }
    .pager .pager-prev + .pager-next {
      margin-left: 10px; }
  .page-entry .entry .entry-header .entry-title .entry-title-link, .page-about .entry .entry-header .entry-title .entry-title-link, .page-static_page .entry .entry-header .entry-title .entry-title-link {
    font-size: 2.0rem; }
  .page-entry .entry .entry-content, .page-about .entry .entry-content, .page-static_page .entry .entry-content {
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8; }
    .page-entry .entry .entry-content h1, .page-about .entry .entry-content h1, .page-static_page .entry .entry-content h1 {
      font-size: 2.0rem; }
    .page-entry .entry .entry-content h2, .page-about .entry .entry-content h2, .page-static_page .entry .entry-content h2 {
      font-size: 2.0rem; }
    .page-entry .entry .entry-content h3, .page-about .entry .entry-content h3, .page-static_page .entry .entry-content h3 {
      font-size: 1.8rem; }
    .page-entry .entry .entry-content h4, .page-about .entry .entry-content h4, .page-static_page .entry .entry-content h4 {
      font-size: 1.7rem; }
    .page-entry .entry .entry-content h5, .page-about .entry .entry-content h5, .page-static_page .entry .entry-content h5 {
      font-size: 1.6rem; }
    .page-entry .entry .entry-content h6, .page-about .entry .entry-content h6, .page-static_page .entry .entry-content h6 {
      font-size: 1.5rem; }
    .page-entry .entry .entry-content blockquote, .page-about .entry .entry-content blockquote, .page-static_page .entry .entry-content blockquote {
      padding: 1em 1.5em; }
    .page-entry .entry .entry-content table th, .page-entry .entry .entry-content table td, .page-about .entry .entry-content table th, .page-about .entry .entry-content table td, .page-static_page .entry .entry-content table th, .page-static_page .entry .entry-content table td {
      padding: 0.5em; }
    .page-entry .entry .entry-content .block-profile .prof-fig, .page-about .entry .entry-content .block-profile .prof-fig, .page-static_page .entry .entry-content .block-profile .prof-fig {
      width: 100px;
      float: left;
      margin-right: 15px; }
      .page-entry .entry .entry-content .block-profile .prof-fig img, .page-about .entry .entry-content .block-profile .prof-fig img, .page-static_page .entry .entry-content .block-profile .prof-fig img {
        width: 100px;
        height: 100px; }
    .page-entry .entry .entry-content .block-profile .prof-body, .page-about .entry .entry-content .block-profile .prof-body, .page-static_page .entry .entry-content .block-profile .prof-body {
      width: 100%; }
    .page-entry .entry .block-external-link, .page-about .entry .block-external-link, .page-static_page .entry .block-external-link {
      display: block;
      padding: 4.5%; }
      .page-entry .entry .block-external-link .image, .page-about .entry .block-external-link .image, .page-static_page .entry .block-external-link .image {
        width: 80px;
        height: 80px;
        margin-left: 5px;
        float: right; }
      .page-entry .entry .block-external-link .body, .page-about .entry .block-external-link .body, .page-static_page .entry .block-external-link .body {
        width: 100%; }
        .page-entry .entry .block-external-link .body .title, .page-about .entry .block-external-link .body .title, .page-static_page .entry .block-external-link .body .title {
          font-size: 1.6rem; }
        .page-entry .entry .block-external-link .body .text, .page-about .entry .block-external-link .body .text, .page-static_page .entry .block-external-link .body .text {
          font-size: 1.3rem; }
      .page-entry .entry .block-external-link .link .label, .page-about .entry .block-external-link .link .label, .page-static_page .entry .block-external-link .link .label {
        font-size: 1.3rem; } }

body.isnt-touch {
  /*#################### .head-root */ }
  body.isnt-touch .fade {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s; }
    body.isnt-touch .fade:hover {
      opacity: 0.6; }
  body.isnt-touch .urllist-date-link a:hover time, body.isnt-touch .archive-date a:hover time, body.isnt-touch .entry-date a:hover time {
    background-color: #747a74; }
  body.isnt-touch .urllist-categories .urllist-category-link, body.isnt-touch .urllist-categories .archive-category-link, body.isnt-touch .urllist-categories .entry-category-link, body.isnt-touch .urllist-categories li a, body.isnt-touch .categories .urllist-category-link, body.isnt-touch .categories .archive-category-link, body.isnt-touch .categories .entry-category-link, body.isnt-touch .categories li a, body.isnt-touch .entry-categories .urllist-category-link, body.isnt-touch .entry-categories .archive-category-link, body.isnt-touch .entry-categories .entry-category-link, body.isnt-touch .entry-categories li a, body.isnt-touch .hatena-module-category .hatena-urllist .urllist-category-link, body.isnt-touch .hatena-module-category .hatena-urllist .archive-category-link, body.isnt-touch .hatena-module-category .hatena-urllist .entry-category-link, body.isnt-touch .hatena-module-category .hatena-urllist li a {
    -webkit-transition: all 0.15s;
    transition: all 0.15s; }
    body.isnt-touch .urllist-categories .urllist-category-link:hover, body.isnt-touch .urllist-categories .archive-category-link:hover, body.isnt-touch .urllist-categories .entry-category-link:hover, body.isnt-touch .urllist-categories li a:hover, body.isnt-touch .categories .urllist-category-link:hover, body.isnt-touch .categories .archive-category-link:hover, body.isnt-touch .categories .entry-category-link:hover, body.isnt-touch .categories li a:hover, body.isnt-touch .entry-categories .urllist-category-link:hover, body.isnt-touch .entry-categories .archive-category-link:hover, body.isnt-touch .entry-categories .entry-category-link:hover, body.isnt-touch .entry-categories li a:hover, body.isnt-touch .hatena-module-category .hatena-urllist .urllist-category-link:hover, body.isnt-touch .hatena-module-category .hatena-urllist .archive-category-link:hover, body.isnt-touch .hatena-module-category .hatena-urllist .entry-category-link:hover, body.isnt-touch .hatena-module-category .hatena-urllist li a:hover {
      background-color: #747a74;
      color: white; }
      body.isnt-touch .urllist-categories .urllist-category-link:hover a, body.isnt-touch .urllist-categories .archive-category-link:hover a, body.isnt-touch .urllist-categories .entry-category-link:hover a, body.isnt-touch .urllist-categories li a:hover a, body.isnt-touch .categories .urllist-category-link:hover a, body.isnt-touch .categories .archive-category-link:hover a, body.isnt-touch .categories .entry-category-link:hover a, body.isnt-touch .categories li a:hover a, body.isnt-touch .entry-categories .urllist-category-link:hover a, body.isnt-touch .entry-categories .archive-category-link:hover a, body.isnt-touch .entry-categories .entry-category-link:hover a, body.isnt-touch .entry-categories li a:hover a, body.isnt-touch .hatena-module-category .hatena-urllist .urllist-category-link:hover a, body.isnt-touch .hatena-module-category .hatena-urllist .archive-category-link:hover a, body.isnt-touch .hatena-module-category .hatena-urllist .entry-category-link:hover a, body.isnt-touch .hatena-module-category .hatena-urllist li a:hover a {
        color: white; }
  body.isnt-touch .urllist-see-more-link:hover, body.isnt-touch .bttn-contact:hover, body.isnt-touch .pager-prev a:hover, body.isnt-touch .pager-next a:hover {
    background-color: #d9d9d9;
    color: #008000; }
  body.isnt-touch #header-modules .hatena-module-body .urllist-item .urllist-title-link:hover {
    color: #008000; }
  body.isnt-touch #header-modules .hatena-module-body .urllist-item .urllist-image-link:hover .urllist-image {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
  body.isnt-touch #content-inner .hatena-module-recent-entries .hatena-urllist .urllist-item, body.isnt-touch .hatena-module-related-entries .hatena-urllist .urllist-item {
    -webkit-transition: -webkit-box-shadow 200ms;
    transition: -webkit-box-shadow 200ms;
    transition: box-shadow 200ms;
    transition: box-shadow 200ms, -webkit-box-shadow 200ms; }
    body.isnt-touch #content-inner .hatena-module-recent-entries .hatena-urllist .urllist-item:hover, body.isnt-touch .hatena-module-related-entries .hatena-urllist .urllist-item:hover {
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
              box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); }
    body.isnt-touch #content-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-image-link:hover .urllist-image, body.isnt-touch .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-image-link:hover .urllist-image {
      -webkit-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2); }
    body.isnt-touch #content-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-title-link:hover, body.isnt-touch .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-title-link:hover {
      color: #008000; }
    body.isnt-touch #content-inner .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-categories .urllist-category-link:hover, body.isnt-touch .hatena-module-related-entries .hatena-urllist .urllist-item .urllist-categories .urllist-category-link:hover {
      background-color: #747a74;
      color: white; }
  body.isnt-touch .head-root .global-menu .wrap .item:hover {
    background-color: #dfdedc; }
  body.isnt-touch .foot-root .nav .li a:hover {
    text-decoration: underline; }
  body.isnt-touch .archive-entries .archive-entry {
    -webkit-transition: -webkit-box-shadow 200ms;
    transition: -webkit-box-shadow 200ms;
    transition: box-shadow 200ms;
    transition: box-shadow 200ms, -webkit-box-shadow 200ms; }
    body.isnt-touch .archive-entries .archive-entry:hover {
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15) !important;
              box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15) !important; }
    body.isnt-touch .archive-entries .archive-entry .entry-thumb-link:hover {
      opacity: 0.6; }
    body.isnt-touch .archive-entries .archive-entry .entry-title .entry-title-link:hover {
      color: #008000; }
  body.isnt-touch.page-entry .entry .entry-title .entry-title-link:hover {
    color: #008000; }
  body.isnt-touch.page-entry .entry .entry-content a:hover {
    text-decoration: none; }
  body.isnt-touch.page-entry .entry .block-external-link .link:hover {
    background-color: #d9d9d9;
    color: #008000; }