.font-default {
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.font-monospace {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@-webkit-keyframes keyframes-anchor-1100 {
  0% {
    padding-top: 70px;
    margin-top: -70px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@keyframes keyframes-anchor-1100 {
  0% {
    padding-top: 70px;
    margin-top: -70px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@-webkit-keyframes keyframes-anchor-900 {
  0% {
    padding-top: 50px;
    margin-top: -50px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@keyframes keyframes-anchor-900 {
  0% {
    padding-top: 50px;
    margin-top: -50px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .mixin-anchor-header {
    -webkit-animation: keyframes-anchor-1100 0.01s;
    animation: keyframes-anchor-1100 0.01s;
  }
}
@media (max-width: 900px) {
  .mixin-anchor-header {
    -webkit-animation: keyframes-anchor-900 0.01s;
    animation: keyframes-anchor-900 0.01s;
  }
}
@-webkit-keyframes keyframes-anchor-1100-headings {
  0% {
    padding-top: 30px;
    margin-top: -30px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@keyframes keyframes-anchor-1100-headings {
  0% {
    padding-top: 30px;
    margin-top: -30px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@-webkit-keyframes keyframes-anchor-900-headings {
  0% {
    padding-top: 10px;
    margin-top: -10px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@keyframes keyframes-anchor-900-headings {
  0% {
    padding-top: 10px;
    margin-top: -10px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .mixin-anchor-header-headings {
    -webkit-animation: keyframes-anchor-1100-headings 0.01s;
    animation: keyframes-anchor-1100-headings 0.01s;
  }
}
@media (max-width: 900px) {
  .mixin-anchor-header-headings {
    -webkit-animation: keyframes-anchor-900-headings 0.01s;
    animation: keyframes-anchor-900-headings 0.01s;
  }
}
.mixin-headings-margin {
  margin: 50px auto 25px auto;
  @media (max-width: 700px) {
    margin-top: 35px;
  }
  @media (max-width: 1100px) {
    &:target {
      -webkit-animation: keyframes-anchor-1100-headings 0.01s;
      animation: keyframes-anchor-1100-headings 0.01s;
    }
  }
  @media (max-width: 900px) {
    &:target {
      -webkit-animation: keyframes-anchor-900-headings 0.01s;
      animation: keyframes-anchor-900-headings 0.01s;
    }
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html.navOpen,
body.navOpen {
  overflow: hidden !important;
}
body {
  color: #353b3e;
  font-size: 16px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow: inherit;
}
img {
  vertical-align: bottom;
}
pre,
pre.code,
code,
pre > code,
.entry-content code,
.entry-content pre > code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
input {
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  &[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
  }
}
a {
  color: #027ac3;
  text-decoration: none;
  &:hover {
    color: #0058b3;
  }
}
abbr {
  text-decoration: none;
}
::-moz-selection {
  color: #ffffff;
  background: #007ecc;
}
::selection {
  color: #ffffff;
  background: #007ecc;
}
a::-moz-selection {
  text-decoration: underline;
}
a::selection {
  text-decoration: underline;
}
.hatena-image-left {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
.hatena-image-right {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
.hatena-image-left,
.hatena-image-right {
  margin-top: 5px !important;
}
@media (max-width: 600px) {
  .hatena-image-left,
  .hatena-image-right {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 25px !important;
  }
}
.entry-content .http-favicon,
.entry-content img.hatena-id-icon {
  width: 17px;
  height: 17px;
  margin: -5px 0 0 2px !important;
  border: none;
  border-radius: 2px;
  margin-right: 5px !important;
  vertical-align: middle;
}
a.hatena-id-icon {
  margin-right: 0 !important;
}
.entry-content {
  h1 .hatena-id-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px !important;
  }
  h2 .hatena-id-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px !important;
  }
  h3 .hatena-id-icon {
    width: 26px;
    height: 26px;
    margin-right: 10px !important;
  }
  h4 .hatena-id-icon {
    width: 24px;
    height: 23px;
    margin-right: 10px !important;
  }
  h5 .hatena-id-icon,
  h6 .hatena-id-icon {
    margin-right: 7px !important;
  }
  .http-bookmark,
  .http-star {
    border: none;
    margin: 0 3px !important;
    vertical-align: middle;
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin: 10px auto 20px auto;
  line-height: 18px;
  color: #444 !important;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  -webkit-appearance: none;
  &:hover {
    border-color: #ccc;
    background-color: #eeeeee;
    text-decoration: none !important;
  }
}
.btn-blue,
.btn-primary {
  color: #ffffff !important;
  background: #027ac3;
}
.btn-blue:hover,
.btn-primary:hover {
  background: #0058b3;
}
.btn-register {
  color: #ffffff !important;
  background: #1aba56;
  border: 1px solid transparent;
  &:hover {
    background: #15a24a;
    background: -moz-linear-gradient(top, #1aba56 0%, #15a24a 100%);
    border-color: #15a24a;
  }
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 15px 25px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 4px;
}
.btn[disabled="disabled"],
.btn[disabled="disabled"]:hover,
input#submit[disabled="disabled"],
input#submit[disabled="disabled"]:hover {
  opacity: 0.4;
  cursor: default;
  white-space: nowrap;
}
.btn.disabled,
.btn.disabled:hover {
  cursor: default;
  background: #f5f5f5;
  border-color: #ccc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
#header-container {
  display: none;
}
#globalheader-container {
  background: #353b3e;
  color: #f6f8f9;
}
#container #container-inner {
  text-align: left;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#content-inner {
  display: flex;
  flex-direction: column;
  #wrapper {
    width: 100%;
  }
  .pager {
    font-size: 17px;
    width: 1200px;
    margin: 20px auto 35px auto !important;
    padding: 10px 0;
    text-align: center;
    margin: 0px auto;
    display: block;
    zoom: 1;
    &:after {
      display: block;
      visibility: hidden;
      font-size: 0;
      height: 0;
      clear: both;
      content: ".";
    }
    @media (max-width: 1206px) {
      width: calc(100% - 15px * 2);
      margin: 20px 15px 35px !important;
    }
    @media (max-width: 900px) {
      font-size: 16px;
    }
    @media (max-width: 700px) {
      font-size: 15px;
      margin-bottom: 20px !important;
    }
    a {
      color: #027ac3;
      text-decoration: none;
      display: inline-block;
      max-width: 410px;
      line-height: 1.5;
      &:hover {
        color: #0058b3;
        text-decoration: none;
      }
    }
  }
  .pager-prev,
  .pager-next {
    display: block;
  }
  .pager-prev {
    float: left;
    @media (max-width: 700px) {
      margin-bottom: 10px;
    }
  }
  .pager-next {
    float: right;
  }
}
.entry {
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
  &:nth-child(7) {
    margin-bottom: 0px;
  }
  .page-entry {
    margin-bottom: 0px;
  }
  .entry-inner {
    width: 700px;
    margin: 95px auto 0;
    @media (max-width: 900px) {
      margin: 55px auto 0;
    }
    @media (max-width: 730px) {
      width: calc(100% - 15px * 2);
      margin: 30px 15px 0;
    }
    @media (max-width: 600px) {
      margin: 20px 15px 0;
    }
  }
  .entry-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    font-style: italic;
    font-size: 12px;
    .entry-title {
      order: 0;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      letter-spacing: 0.17em;
      margin: 0 0 18px 0;
      a {
        font-size: 40px;
        color: #353b3e;
        line-height: 1.35;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        @media (max-width: 600px) {
          font-size: 31px;
          line-height: 1.2;
        }
        &:hover {
          color: #000000;
        }
      }
    }
    .date {
      color: #70797d;
      font-size: 18px;
      font-style: normal;
      margin-bottom: 5px;
      order: 1;
      @media (max-width: 700px) {
        font-size: 15px;
      }
      a {
        color: #70797d;
        &:hover {
          color: #353b3e;
        }
      }
    }
    .social-buttons {
      order: 3;
      margin-top: 20px;
    }
    .entry-header-menu {
      position: absolute;
      right: -50px;
      top: 18px;
      font-size: 13px;
      @media (max-width: 900px) {
        right: 0;
        top: -30px;
      }
      a {
        padding: 5px 8px;
        border-radius: 3px;
        background: #ecf6fc;
        &:hover {
          background: #e8f5fd;
        }
      }
    }
    .categories {
      display: inline-block;
      margin-top: 14px;
      font-size: 14px;
      color: #70797d;
      order: 2;
      a {
        color: #6121a2;
        &:hover {
          color: #481878;
        }
      }
      &:before {
        display: none;
        content: "Category: ";
      }
      &.no-categories:before {
        display: none;
      }
      .entry-category-link:not(:last-child):after {
        content: " / ";
      }
    }
  }
  .entry-footer {
    width: 100%;
    margin: 60px auto 120px auto;
    text-align: left;
    word-wrap: break-word;
    min-width: 100px;
    @media (max-width: 700px) {
      margin: 40px auto;
    }
    .customized-footer {
      text-align: center;
      .entry-footer-follow,
      .entry-footer-recruit {
        padding: 40px 15px;
        margin: 25px 0;
        border: 1px solid #eaecee;
        line-height: 1.8;
      }
      .entry-footer-follow h3,
      .entry-footer-recruit h3 {
        font-size: 18px;
        letter-spacing: 0.04em;
        line-height: 1.5;
        word-break: break-all;
        margin-bottom: 10px;
      }
      .entry-footer-follow ul,
      .entry-footer-recruit ul,
      .entry-footer-follow li,
      .entry-footer-recruit li {
        list-style: none;
      }
      .entry-footer-recruit {
        h3 {
          color: #1977d8;
          margin-bottom: 0;
          a {
            color: inherit;
          }
        }
        p {
          margin-bottom: 10px;
        }
      }
    }
    .entry-footer-devblog {
      display: block;
      margin: 25px 0;
      border-radius: 16px;
      background: linear-gradient(92.2deg, #476ffb 13.75%, #835eed 100%);
      padding: 20px 40px 20px 20px;
      text-align: left;
      color: #fff;
      position: relative;
      .entry-footer-devblog-content {
        position: relative;
      }
      h3 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 1.3;
      }
      p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
      }
      br {
        display: none;
        @media (max-width: 600px) {
          display: inline;
        }
      }
      &::before {
        content: "";
        background: url("https://cdn.blog.st-hatena.com/files/12704346814673975483/4207112889961647113")
          no-repeat center;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        mix-blend-mode: hard-light;
      }
      &::after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        right: 18px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }
    }
    #google_afc_user {
      font-size: 15px;
    }
    .social-buttons {
      margin-top: 25px;
    }
    .hatena-star-star-container {
      margin-top: 5px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      .hatena-star-add-button {
        margin-right: 5px !important;
      }
    }
    .entry-footer-section {
      color: #70797d;
      font-size: 18px;
      margin-bottom: 10px;
      border-bottom: 1px solid #eaecee;
      padding-bottom: 20px;
      .author {
        margin-right: 5px;
      }
      .user-name-hatena-id {
        color: #353b3e;
      }
      .user-name-nickname,
      .user-name-paren {
        display: none;
      }
      .entry-footer-time {
        font-size: 15px;
      }
      a {
        color: #70797d;
        &:hover {
          color: #353b3e;
        }
      }
    }
    .comment-box {
      margin-top: 10px;
      .comment-user-name {
        display: flex;
        align-items: center;
        .hatena-id-icon {
          margin-right: 5px;
        }
      }
      .comment-metadata time {
        font-size: 12px;
        color: #70797d;
        margin-bottom: 5px;
      }
    }
    .comment {
      font-size: 14px;
      line-height: 1.3em;
      li {
        list-style-type: none;
        margin: 25px 0;
        border-left: 3px solid #f3f3f3;
        padding-left: 25px;
        .comment-user-name {
          margin-bottom: 5px;
        }
      }
      .comment-content {
        margin: 20px 0;
        p {
          line-height: line-h-1-5;
          margin-bottom: 12px;
        }
      }
      .comment-metadata {
        .permalink {
          margin-right: 5px;
        }
        a {
          color: #70797d;
          font-size: 12px;
        }
      }
    }
    .leave-comment-title {
      padding: 5px 10px;
      background: #f6f8f9;
      color: #70797d;
      font-size: 12px;
      border: 1px solid #dbdbdb;
      &:hover {
        color: #353b3e;
      }
    }
  }
}
.entry-content {
  width: 100%;
  margin: 0 auto 25px auto;
  font-size: 18px;
  line-height: 1.85;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  @media (max-width: 600px) {
    line-height: 1.65;
  }
  .hatena-citation {
    opacity: 0.85;
  }
  img[alt*="flickr.com"] {
    width: 100%;
  }
  img[src*="amazon.com"] {
    border: none;
  }
  iframe {
    margin: 25px 0 0 0 !important;
    &#twitter-widget-0 {
      margin: 0 !important;
    }
    &[src*="youtube.com/embed"] {
      margin-top: 25px !important;
      margin-bottom: 0 !important;
    }
    &[src*="youtube.com/embed"] + p {
      margin-top: 0;
    }
    + a {
      display: inline-block;
      font-size: 16px;
      line-height: 1.6;
      margin-top: 3px;
    }
    &[src*="google.com/maps/embed"],
    &[src*="map.hatena.ne.jp"] {
      width: 100%;
      min-height: 600px;
      margin-top: 25px !important;
    }
  }
  p iframe {
    margin-top: 0 !important;
  }
  sup {
    vertical-align: super;
    font-size: 12.5px;
    margin: 0 2px;
    &[id*="fnref:"] a {
      quotes: "[" "]";
    }
    &[id*="fnref:"] a::before {
      content: open-quote;
    }
    &[id*="fnref:"] a::after {
      content: close-quote;
    }
  }
  @media (max-width: 1100px) {
    sup[id*="fnref:"],
    li[id*="fn:"],
    a[href*="#f-"],
    .footnote a[href*="#fn-"] {
      margin-bottom: 10px !important;
    }
  }
  @media (max-width: 900px) {
    sup[id*="fnref:"],
    li[id*="fn:"],
    a[href*="#f-"],
    .footnote a[href*="#fn-"] {
      margin-bottom: 10px !important;
    }
  }
  @media (max-width: 1100px) {
    sup[id*="fnref:"]:target {
      -webkit-animation: keyframes-anchor-1100 0.01s;
      animation: keyframes-anchor-1100 0.01s;
    }
  }
  @media (max-width: 900px) {
    sup[id*="fnref:"]:target {
      -webkit-animation: keyframes-anchor-900 0.01s;
      animation: keyframes-anchor-900 0.01s;
    }
  }
  @media (max-width: 1100px) {
    li[id*="fn:"]:target {
      -webkit-animation: keyframes-anchor-1100 0.01s;
      animation: keyframes-anchor-1100 0.01s;
    }
  }
  @media (max-width: 900px) {
    li[id*="fn:"]:target {
      -webkit-animation: keyframes-anchor-900 0.01s;
      animation: keyframes-anchor-900 0.01s;
    }
  }
  @media (max-width: 1100px) {
    a[href*="#f-"]:target {
      -webkit-animation: keyframes-anchor-1100 0.01s;
      animation: keyframes-anchor-1100 0.01s;
    }
  }
  @media (max-width: 900px) {
    a[href*="#f-"]:target {
      -webkit-animation: keyframes-anchor-900 0.01s;
      animation: keyframes-anchor-900 0.01s;
    }
  }
  @media (max-width: 1100px) {
    .footnote a[href*="#fn-"]:target {
      -webkit-animation: keyframes-anchor-1100 0.01s;
      animation: keyframes-anchor-1100 0.01s;
    }
  }
  @media (max-width: 900px) {
    .footnote a[href*="#fn-"]:target {
      -webkit-animation: keyframes-anchor-900 0.01s;
      animation: keyframes-anchor-900 0.01s;
    }
  }
  hr {
    width: 100% !important;
    margin: 38px auto !important;
    border: none !important;
    &:after {
      display: block;
      content: "";
      width: 100%;
      height: 1px;
      background: #dbdbdb;
    }
  }
  img {
    max-width: 100%;
    margin: 25px 0 0 0;
    border: 1px solid #eef2f5;
    box-sizing: border-box;
  }
  p:not(.footnote) span:not[itemscope] {
    display: inline-block;
  }
  p {
    span:first-child img {
      margin: 0;
    }
    span + a:not(.hatena-id-icon) {
      display: inline-block;
      margin-top: 10px;
    }
  }
  > p:first-child,
  > p > img,
  > p > a > img,
  > p > span > img:not(.hatena-fotolife) {
    margin-top: 0;
  }
  p,
  blockquote {
    margin-top: 25px;
    clear: both;
  }
  li p {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #353b3e;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.035em;
  }
  h1 {
    font-size: 37px;
    font-weight: bold;
    line-height: 1.4;
    margin: 50px auto 25px auto;
    @media (max-width: 700px) {
      margin-top: 35px;
    }
    @media (max-width: 1100px) {
      &:target {
        -webkit-animation: keyframes-anchor-1100-headings 0.01s;
        animation: keyframes-anchor-1100-headings 0.01s;
      }
    }
    @media (max-width: 900px) {
      &:target {
        -webkit-animation: keyframes-anchor-900-headings 0.01s;
        animation: keyframes-anchor-900-headings 0.01s;
      }
    }
    @media (max-width: 700px) {
      font-size: 33px;
    }
  }
  h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 7px;
    margin: 50px auto 25px auto;
    @media (max-width: 700px) {
      margin-top: 35px;
    }
    @media (max-width: 1100px) {
      &:target {
        -webkit-animation: keyframes-anchor-1100-headings 0.01s;
        animation: keyframes-anchor-1100-headings 0.01s;
      }
    }
    @media (max-width: 900px) {
      &:target {
        -webkit-animation: keyframes-anchor-900-headings 0.01s;
        animation: keyframes-anchor-900-headings 0.01s;
      }
    }
    @media (max-width: 700px) {
      font-size: 28px;
    }
  }
  h3 {
    font-size: 29px;
    line-height: 1.45;
    font-weight: bold;
    margin: 50px auto 25px auto;
    @media (max-width: 700px) {
      margin-top: 35px;
    }
    @media (max-width: 1100px) {
      &:target {
        -webkit-animation: keyframes-anchor-1100-headings 0.01s;
        animation: keyframes-anchor-1100-headings 0.01s;
      }
    }
    @media (max-width: 900px) {
      &:target {
        -webkit-animation: keyframes-anchor-900-headings 0.01s;
        animation: keyframes-anchor-900-headings 0.01s;
      }
    }
    @media (max-width: 700px) {
      font-size: 26px;
    }
  }
  h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.45;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 8px;
    margin: 50px auto 25px auto;
    @media (max-width: 700px) {
      margin-top: 35px;
    }
    @media (max-width: 1100px) {
      &:target {
        -webkit-animation: keyframes-anchor-1100-headings 0.01s;
        animation: keyframes-anchor-1100-headings 0.01s;
      }
    }
    @media (max-width: 900px) {
      &:target {
        -webkit-animation: keyframes-anchor-900-headings 0.01s;
        animation: keyframes-anchor-900-headings 0.01s;
      }
    }
    @media (max-width: 700px) {
      font-size: 24px;
    }
  }
  h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin: 50px auto 25px auto;
    @media (max-width: 700px) {
      margin-top: 35px;
    }
    @media (max-width: 1100px) {
      &:target {
        -webkit-animation: keyframes-anchor-1100-headings 0.01s;
        animation: keyframes-anchor-1100-headings 0.01s;
      }
    }
    @media (max-width: 900px) {
      &:target {
        -webkit-animation: keyframes-anchor-900-headings 0.01s;
        animation: keyframes-anchor-900-headings 0.01s;
      }
    }
  }
  h6 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    margin: 50px auto 25px auto;
    @media (max-width: 700px) {
      margin-top: 35px;
    }
    @media (max-width: 1100px) {
      &:target {
        -webkit-animation: keyframes-anchor-1100-headings 0.01s;
        animation: keyframes-anchor-1100-headings 0.01s;
      }
    }
    @media (max-width: 900px) {
      &:target {
        -webkit-animation: keyframes-anchor-900-headings 0.01s;
        animation: keyframes-anchor-900-headings 0.01s;
      }
    }
  }
  > h1:first-child,
  > h2:first-child,
  > h3:first-child,
  > h4:first-child,
  > h5:first-child,
  > h6:first-child {
    margin-top: 0;
  }
  ul,
  ol {
    margin: 25px auto 0;
    padding: 25px 20px 25px 40px;
    font-size: 17px;
    color: #353b3e;
    background: #f6f8f9;
    box-sizing: border-box;
    clear: both;
  }
  @media (max-width: 700px) {
    ul,
    ol {
      font-size: 16px;
      line-height: 1.5;
      padding-left: 30px;
    }
  }
  ul li,
  ol li {
    line-height: 1.65;
    margin-top: 8px;
  }
  ul li:first-child,
  ol li:first-child {
    margin-top: 0;
  }
  @media (max-width: 600px) {
    ul li,
    ol li {
      line-height: 1.5;
    }
  }
  ul li p,
  ol li p {
    margin-top: 0;
  }
  ul li ul,
  ol li ul,
  ul li ol,
  ol li ol {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 25px;
  }
  @media (max-width: 600px) {
    ul li ul,
    ol li ul,
    ul li ol,
    ol li ol {
      padding-left: 20px;
    }
  }
  ul li ul:last-child,
  ol li ul:last-child,
  ul li ol:last-child,
  ol li ol:last-child {
    padding-bottom: 0;
  }
  ul li ul li,
  ol li ul li,
  ul li ol li,
  ol li ol li {
    margin-top: 8px;
  }
  ul li ul li:first-child,
  ol li ul li:first-child,
  ul li ol li:first-child,
  ol li ol li:first-child {
    margin-top: 8px;
  }
  ul.table-of-contents::before {
    display: block;
    content: "目次";
    font-size: 23px;
    margin: -5px 0 10px -20px;
  }
  dl {
    width: 100%;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 auto 25px auto;
    background: none;
  }
  dt {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
  }
  dd {
    margin-top: 6px;
    padding: 15px 20px;
    background: #f6f8f9;
    @media (max-width: 600px) {
      line-height: 1.6;
      padding-left: 20px;
    }
    dd {
      padding: 3px 0 5px 15px;
      @media (max-width: 600px) {
        padding-left: 10px;
      }
    }
  }
  ol {
    position: relative;
    counter-reset: section;
    list-style-type: none;
    padding: 20px 25px 20px 40px;
    @media (max-width: 600px) {
      padding: 25px 15px 20px 40px;
    }
    li {
      margin-top: 15px;
      &:before {
        counter-increment: section;
        content: counters(section, ".") " ";
        position: absolute;
        width: 25px;
        margin-left: -35px;
        font-family: "SF Mono", Menlo, Consolas, monospace;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-weight: bold;
        color: black;
        text-align: right;
      }
      ul {
        li {
          line-height: 1.65;
          border-top: none;
          &::before {
            counter-increment: none;
            content: "";
          }
        }
      }
      ol {
        padding-left: 40px;
        li {
          margin-top: 8px;
          &:before {
            width: 55px;
            margin-left: -62px;
          }
          ol {
            padding-left: 65px;
            li::before {
              margin-left: -65px;
            }
          }
        }
      }
    }
  }
  table {
    width: 100%;
    margin: 25px auto 0;
    font-size: 16px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
    overflow-x: auto;
    caption {
      font-size: 16.5px;
      margin-bottom: 12px;
    }
    th,
    td {
      width: 149px;
      border: 1px solid #ddd;
      padding: 10px 15px;
    }
    th {
      background: #f6f8f9;
    }
  }
  pre {
    font-size: 16px;
    line-height: 1.65;
    color: #ffffff;
    padding: 20px;
    margin-top: 25px;
    background: #353b3e;
    box-sizing: border-box;
    overflow-x: auto;
    word-wrap: normal;
    -webkit-overflow-scrolling: touch;
    a {
      color: #a8daf9;
      &:hover {
        color: #75aed1;
      }
    }
    &.lang-aa {
      font-size: 15px;
      line-height: 1.5;
    }
  }
  > pre {
    width: 100%;
    margin: 25px auto 0;
    font-size: 16px;
    line-height: 1.65;
    color: #ffffff;
    padding: 20px;
    background: #353b3e;
    box-sizing: border-box;
    overflow-x: auto;
    word-wrap: normal;
    -webkit-overflow-scrolling: touch;
    a {
      color: #a8daf9;
      &:hover {
        color: #75aed1;
      }
    }
    &.lang-aa {
      font-size: 16px;
      line-height: 1.5;
    }
  }
  a.keyword {
    color: #353b3e;
    text-decoration: none;
    border-bottom: 1px solid #dedede;
  }
  .hatena-asin-detail {
    display: flex;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 0;
    border-radius: 3px;
    ul {
      font-size: 15px;
      margin: 0;
      padding: 0;
      background: none;
      box-sizing: border-box;
      li {
        color: #515c61;
        line-height: line-h-1-65;
        margin: 4px 0 0;
      }
    }
    img {
      border: none;
    }
    .hatena-asin-detail-title {
      font-size: 16px;
      line-height: 1.45;
      margin: 0 0 15px;
      img {
        margin-top: 0;
      }
    }
    .hatena-asin-detail-image {
      max-width: 100px;
      margin: 0 15px 0 0;
    }
  }
  code {
    color: #cb004a;
    border: none;
    background-color: rgba(255, 0, 0, 0.04);
  }
  pre > code {
    color: #ffffff;
  }
  .figure-image {
    margin: 0 auto;
    figcaption {
      font-size: 16px;
      margin: 2px auto 0 auto;
      padding-bottom: 30px;
    }
  }
  .images-row,
  .mceNonEditable {
    align-items: stretch;
  }
  .images-row .images-row-item,
  .mceNonEditable .images-row-item {
    display: flex;
    align-items: center;
    border: 1px solid #eef2f5;
  }
  .images-row .images-row-item img,
  .mceNonEditable .images-row-item img {
    border: none;
  }
}
twitterwidget {
  margin: 25px 0 0 !important;
}
blockquote {
  font-size: 18.5px;
  font-style: italic;
  line-height: 1.7;
  padding: 12px 0 12px 25px;
  border-left: 3px solid #eaecee;
  box-sizing: border-box;
  color: #70797d;
  @media (max-width: 500px) {
    padding-left: 15px;
    line-height: 1.55;
  }
  .section:first-child h1,
  .section:first-child h2,
  .section:first-child h3,
  .section:first-child h4,
  .section:first-child h5,
  .section:first-child h6 {
    margin-top: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #586267 !important;
  }
  ul {
    margin-top: 20px;
    overflow-x: auto;
    &:first-child {
      margin-top: 0;
    }
  }
  li {
    font-size: 18px;
    color: #353b3e;
    @media (max-width: 500px) {
      line-height: 1.5;
    }
  }
  p:first-child {
    margin-top: 0;
  }
  > *:not(.requote-button) {
    width: 100%;
  }
  cite {
    display: inline-block;
    margin-top: 10px;
    a {
      display: inline-block;
      font-size: 15px;
      line-height: 1.6;
    }
  }
  p > cite {
    margin-top: 0px;
  }
  ul + cite {
    display: inline-block;
    margin-top: 10px;
  }
  .requote-button {
    top: 0.4em;
    left: -0.45em;
    bottom: unset;
    width: 28px;
  }
  blockquote {
    margin-top: 25px;
  }
}
.MathJax {
  display: inline-block !important;
  margin: 0;
  span {
    display: inline-block !important;
    font-size: 21px;
  }
}
.footnotes {
  ol {
    position: relative;
    margin-top: 0;
    padding: 0 0 0 40px;
  }
  ol,
  ul {
    display: inline-block;
    counter-reset: section;
    font-size: 15px;
    color: #515c61;
    background: none;
  }
  li {
    margin: 10px 0 0 0 !important;
    line-height: 1.55;
    &:before {
      width: 30px !important;
      font-size: 15px;
      font-weight: 600;
      color: #515c61;
      counter-increment: section !important;
      content: counter(section) "." !important;
      margin-top: 3px;
    }
    &[id*="fn:"] a[href*="#fnref"] {
      font-size: 12px;
      vertical-align: super;
      quotes: "[" "]";
    }
    &[id*="fn:"] a[href*="#fnref"]::before {
      content: open-quote;
    }
    &[id*="fn:"] a[href*="#fnref"]::after {
      content: close-quote;
    }
  }
}
.footnote {
  line-height: 1.65 !important;
  margin: 10px 0 0 !important;
  @media (max-width: 600px) {
    line-height: 1.5 !important;
  }
  .footnote-number {
    font-size: 15px;
  }
  .footnote-delimiter,
  .footnote-text {
    font-size: 15px;
    color: #515c61;
  }
}
div.footnote {
  margin: 38px 0 0 !important;
  padding-top: 38px;
  border-top: 1px solid #dbdbdb;
}
p.footnote:first-child {
  margin-top: 0 !important;
}
.itunes-embed {
  display: flex;
  overflow-x: scroll;
  margin-top: 25px;
  margin-bottom: 0;
  .itunes-embed-image {
    margin-top: 0;
  }
  .itunes-embed-info {
    ul {
      font-size: 16px;
      background: none;
    }
    li {
      font-size: 15px;
      color: #515c61;
      margin-top: 3px;
      .provided-courtesy-of-itunes {
        font-size: 12px;
        color: #70797d;
      }
      img {
        margin-top: 0;
      }
    }
  }
}
a[href*="instagram.com"] {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  img[src*="instagram.com"] {
    margin-top: -10px !important;
  }
}
.http-barcode img {
  border: none;
  margin-top: 0;
}
img.uke_image {
  border: none;
}
ul.uke_transposition {
  text-align: center;
  background: none;
  margin-top: 25px !important;
}
.alert {
  padding: 20px;
  margin-top: 25px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #51390c;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px 4px 4px 4px;
}
.alert-info,
.alert-warning {
  font-size: 17px;
  line-height: 1.65;
}
.alert-info {
  color: #1c6082;
  background-color: #e7f3f9;
  border-color: #d3eff5;
}
#box2 {
  background: #f6f8f9;
  font-size: 14px;
  line-height: 1.5;
  padding: 80px 0 110px 0;
  @media (max-width: 600px) {
    padding: 35px 0 70px 0;
  }
  #box2-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 1680px;
    margin: 0 auto;
    @media (max-width: 1800px) {
      width: calc(100% - 60px * 2);
      margin: 0 60px;
    }
    @media (max-width: 1400px) {
      grid-column-gap: 35px;
      grid-row-gap: 35px;
      width: calc(100% - 35px * 2);
      margin: 0 35px;
    }
    @media (max-width: 1206px) {
      grid-column-gap: 25px;
      grid-row-gap: 25px;
      width: calc(100% - 15px * 2);
      margin: 0 15px;
    }
    @media (max-width: 900px) {
      width: auto;
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right);
    }
    @media (max-width: 600px) {
      grid-row-gap: 35px;
    }
    .hatena-module {
      .hatena-module-title {
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 3px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eaecee;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.07em;
        a {
          color: #353b3e;
          text-decoration: none;
        }
      }
      .hatena-urllist {
        word-wrap: break-word;
        min-width: 100px;
        li {
          list-style-type: none;
          line-height: line-h-1-5;
          margin-bottom: 5px;
          a {
            color: #353b3e;
            text-decoration: none;
            &:hover {
              color: #027ac3;
              text-decoration: none;
            }
          }
          .archive-module-month {
            margin-bottom: 3px;
            a:hover {
              color: #027ac3;
              text-decoration: none;
            }
          }
        }
        .urllist-entry-body {
          font-size: 80%;
          color: #70797d;
        }
      }
    }
    .hatena-module-profile,
    .hatena-module-authors-list {
      grid-column: 1;
    }
    .hatena-module-recent-entries {
      grid-column: 2;
      grid-row: 1;
      .recent-entries-item-inner {
        display: grid;
        grid-template-columns: 83px 1fr;
        grid-template-rows: repeat(2, auto);
        margin-bottom: 12px;
        .recent-entries-title {
          grid-column: 1 / 3;
          font-size: 17px;
          margin-bottom: 2px;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
          letter-spacing: 0.07em;
          &:hover {
            color: #027ac3;
            text-decoration: none;
          }
        }
        .recent-entries-date-link {
          order: 3;
          grid-column: 1;
          grid-row: 2;
          font-size: 14px;
          a {
            color: #70797d;
            &:hover {
              color: #353b3e;
              text-decoration: none;
            }
          }
        }
        .bookmark-widget-counter {
          display: flex;
          align-items: center;
          grid-column: 2;
          grid-row: 2;
        }
      }
    }
    .user-name-hatena-id,
    .archive-module-year {
      font-size: 15px;
    }
    .hatena-module-archive {
      grid-column: 2;
    }
    .hatena-module-html {
      grid-column: 3;
      grid-row: 1 / 3;
    }
    @media (max-width: 900px) {
      grid-template-columns: repeat(2, 1fr);
      .hatena-module-html {
        grid-column: 2;
        grid-row: 2 / 3;
      }
      .hatena-module-archive {
        grid-column: 1 / -1;
        grid-row: 3;
      }
    }
    @media (max-width: 600px) {
      .hatena-module-recent-entries {
        grid-column: 1 / -1;
        grid-row: 1;
      }
      .hatena-module-html {
        grid-column: 1 / -1;
        grid-row: 2;
      }
      .hatena-module-profile {
        grid-column: 1 / -1;
        grid-row: 3;
      }
      .hatena-module-authors-list {
        grid-column: 1 / -1;
        grid-row: 4;
      }
      .hatena-module-archive {
        grid-column: 1 / -1;
        grid-row: 5;
      }
    }
  }
  .fb-like-box {
    background: #f9f9f9;
  }
}
.hatena-module-profile {
  .hatena-module-body {
    position: relative;
    min-height: 64px;
    .profile-about {
      margin-left: 75px;
    }
    .profile-icon-link {
      position: absolute;
      top: 0;
      left: 0;
      &::before {
        content: "";
        display: inline-block;
        width: 64px;
        height: 64px;
        background: url("https://cdn.profile-image.st-hatena.com/users/hatenatech/profile_256x256.png")
          0 0 no-repeat;
        background-size: 100%;
        border-radius: 4px;
      }
      .profile-icon {
        display: none;
        border-radius: 4px;
      }
    }
    .id {
      display: inline-flex;
      margin-left: 75px;
      .user-name-nickname,
      .user-name-paren,
      .profile-description {
        display: none;
      }
      .blog-sprite-pro {
        margin: 0 5px;
      }
    }
    .hatena-follow-button-box {
      margin-left: 75px;
      .subscription-count-box {
        display: block !important;
      }
    }
  }
}
.hatena-module-body {
  .authors-urllist {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    li {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 0 8px 8px 0;
      a {
        display: block;
        width: 30px;
        height: 30px;
      }
    }
    .authors-user-icon {
      width: 30px !important;
      height: 30px !important;
      border-radius: 3px !important;
      margin: 0;
    }
    .authors-user-name {
      display: none;
    }
  }
}
@media (max-width: 600px) {
  #twitter-widget-2 {
    width: calc(100% - 15px * 2) !important;
  }
}
footer {
  text-align: center;
  margin: 80px 0 100px 0;
  @media (max-width: 600px) {
    margin: 55px 0;
  }
  a {
    display: inline-flex;
    flex-direction: column;
    color: #8d9da4;
    text-decoration: none;
    &:hover {
      color: #70797d;
    }
  }
}
#footer-copyright {
  font-size: 12px;
  margin: 13px 0 0 0;
}
.search-form {
  .search-module-input {
    border: 1px solid #dbdbdb;
    background: transparent;
    &:hover {
      border: 1px solid #aaa;
    }
  }
  .search-module-button {
    height: 26px;
    width: 30px;
    border: none;
    text-indent: -999px;
    margin-left: -3px;
    cursor: pointer;
    background: transparent url("/images/theme/search_g.png") 50% 50% no-repeat;
    opacity: 0.8;
    &:hover {
      opacity: 1;
    }
  }
}
#footer {
  width: 85%;
  text-align: center;
  margin: 0px auto;
  #footer-inner {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 20px;
    a {
      color: #70797d;
    }
    address,
    .services {
      display: inline;
      margin-right: 0.5em;
    }
  }
}
.page-about {
  .entry-content {
    line-height: 1;
    margin-bottom: 120px;
    @media (max-width: 730px) {
      margin-bottom: 60px;
    }
    .blog-sprite-pro {
      margin: 0;
    }
  }
  @media (max-width: 730px) {
    .entry-inner {
      margin: 40px 15px 0;
    }
  }
  dt {
    font-size: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaecee;
  }
  dd {
    font-size: 18px;
    color: #70797d;
    padding: 15px 0 20px;
    margin-left: 0;
    margin-bottom: 30px;
    background: none;
    a {
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      &[href*="guide/pro"] {
        display: inline-block;
      }
      .profile-icon {
        border: none;
        border-radius: 2px;
        margin: 0 5px 0 0;
      }
      .user-name-nickname,
      .user-name-paren {
        display: none;
      }
    }
  }
  .info .profile-icon {
    margin-right: 3px;
  }
  .about-subscription-count {
    display: block;
    margin-bottom: 8px;
  }
}
.page-archive {
  #main-inner {
    width: 1200px;
    background: #ffffff;
    padding: 30px;
    margin: 0 auto 50px;
    word-wrap: break-word;
    min-width: 100px;
    @media (max-width: 1206px) {
      width: calc(100% - 15px * 2);
      padding: 30px 0;
    }
    @media (max-width: 800px) {
      width: 100%;
    }
    @media (max-width: 600px) {
      margin-top: 5px;
    }
    .archive-entries {
      display: grid;
      grid-template-columns: repeat(3, 376.66666667px);
      grid-column-gap: 35px;
      grid-row-gap: 35px;
      margin-top: 70px;
      @media (max-width: 1206px) {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
      }
      @media (max-width: 1050px) {
        grid-template-columns: repeat(2, 1fr);
      }
      @media (max-width: 900px) {
        grid-template-columns: 1fr;
        grid-row-gap: 0;
        border-bottom: 1px solid #eaecee;
      }
      @media (max-width: 800px) {
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin: 0;
      }
    }
    .archive-entry {
      display: flex;
      flex-direction: column;
      border: 1px solid #eaecee;
      padding: 35px;
      word-wrap: break-word;
      min-width: 100px;
      @media (max-width: 900px) {
        display: grid;
        grid-template-columns: 1fr 180px;
        grid-column-gap: 25px;
        padding: 25px;
        border: none;
        border-top: 1px solid #eaecee;
      }
      @media (max-width: 800px) {
        grid-template-columns: 1fr 120px;
      }
      @media (max-width: 500px) {
        grid-template-columns: 1fr 80px;
        grid-column-gap: 15px;
        padding: 25px 15px;
      }
    }
    .archive-entry-header {
      display: flex;
      flex-direction: column;
      @media (max-width: 900px) {
        grid-column: 1 / 3;
        grid-row: 1;
      }
      .entry-title {
        order: 1;
        font-size: 25px;
        line-height: 1.4;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.07em;
        a {
          color: #353b3e;
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          &:hover {
            color: #027ac3;
          }
        }
      }
      .date {
        order: 2;
        margin: 12px 0 3px 0;
        a {
          color: #70797d;
          &:hover {
            color: #353b3e;
          }
        }
      }
    }
    .entry-description {
      display: none;
      color: #353b3e;
      line-height: 1.65;
    }
    .archive-entry-body {
      min-width: 100px;
      order: 4;
      margin-top: 12px;
      @media (max-width: 900px) {
        grid-column: 1 / 4;
        grid-row: 3;
      }
      .social-buttons {
        display: flex;
        align-items: center;
        margin-top: 8px;
      }
    }
    @media (max-width: 900px) {
      .no-included-image-entry .archive-entry-header,
      .no-included-image-entry .categories,
      .no-included-image-entry .archive-entry-body {
        grid-column: 1 / 4;
      }
    }
  }
  .entry-thumb-link {
    order: 5;
    margin-top: 15px;
    .entry-thumb {
      background-repeat: no-repeat;
    }
    @media (max-width: 900px) {
      grid-column: 3;
      grid-row: 1 / 4;
      margin-top: 0;
    }
  }
  .categories {
    font-size: 14px;
    font-style: italic;
    margin-top: 8px;
    order: 3;
    line-height: 1.4;
    @media (max-width: 900px) {
      grid-column: 1 / 3;
      grid-row: 2;
    }
    a {
      color: #6121a2;
      &:hover {
        color: #481878;
      }
    }
  }
  .entry-thumb {
    width: 100%;
    height: 180px;
    background-size: 100% auto;
    background-position: center center;
    border: 1px solid #eef2f5;
    box-sizing: border-box;
    float: none;
    margin-right: 0;
    @media (max-width: 900px) {
      width: 180px;
      height: 180px;
    }
    @media (max-width: 800px) {
      width: 120px;
      height: 120px;
    }
    @media (max-width: 500px) {
      width: 80px;
      height: 80px;
    }
  }
  .archive-heading,
  .breadcrumb {
    font-size: 21px;
    line-height: 1.35;
    font-weight: normal;
    text-align: center;
    margin: 35px 0 70px;
    padding: 0 15px;
  }
  @media (max-width: 1050px) {
    .archive-heading,
    .breadcrumb {
      margin: 25px 0 60px;
    }
  }
  @media (max-width: 900px) {
    .archive-heading,
    .breadcrumb {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 600px) {
    .archive-heading,
    .breadcrumb {
      font-size: 18px;
    }
  }
  .breadcrumb {
    font-style: italic;
    margin: 65px 0 0;
    .breadcrumb-link,
    .breadcrumb-gt {
      display: none;
    }
    @media (max-width: 1100px) {
      margin: 110px 0 -50px;
    }
    @media (max-width: 600px) {
      margin: 60px 0 -50px;
    }
  }
  .hatena-star-star-container {
    display: flex;
    a {
      display: flex;
      align-items: center;
    }
  }
  .hatena-star-add-button {
    margin: 0 5px 0 10px !important;
  }
  .hatena-star-inner-count {
    display: flex;
    align-items: center;
  }
}
.page-archive-category {
  #main-inner {
    padding-top: 0;
    @media (max-width: 800px) {
      padding-top: 30px;
    }
  }
}
.search-result {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 35px;
  @media (max-width: 800px) {
    + p {
      margin: 0 15px;
    }
  }
  + .archive-entries .entry-description {
    display: block !important;
  }
  .archive-heading {
    display: none;
    order: 2;
    font-weight: normal;
    color: #70797d;
    text-align: left;
  }
  .search-result-form {
    order: 1;
    width: 100%;
    max-width: none;
    border: none;
    text-align: center;
    .search-result-input {
      width: calc(376.66666667px + 35px * 2);
      height: auto;
      font-size: 40px;
      text-align: center;
      color: #353b3e;
      padding: 0 0 8px 0;
      margin: 15px 0;
      border-bottom: 1px solid #eaecee;
      @media (max-width: 500px) {
        width: calc(100% - 15px * 2);
        font-size: 32px;
        padding: 0 0 6px 0;
        margin: 0 15px;
      }
      &:hover {
        border-bottom: 1px solid #c0c6cc;
      }
      &:focus {
        outline: 0;
        border-bottom: 1px solid #70797d;
      }
      &:focus:not([value=""]) {
        outline: 0;
        border-bottom: 1px solid #70797d;
      }
      &:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #ffffff inset;
        -webkit-text-fill-color: #353b3e;
      }
    }
    .search-result-button {
      display: none;
    }
  }
}
#global-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  height: 45px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
  #sp-navigation {
    display: none;
    @media (max-width: 1100px) {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 65px;
      height: 65px;
      cursor: pointer;
      padding-right: env(safe-area-inset-right);
      &::before,
      &::after {
        position: absolute;
        right: 0px;
        content: "";
        width: 18px;
        height: 1px;
        background: #70797d;
        transition: all 0.2s ease;
      }
      &::before {
        top: 29px;
        right: 15px;
      }
      &::after {
        top: 36px;
        right: 15px;
      }
    }
    @media (max-width: 600px) {
      width: 44px;
      height: 44px;
      &::before {
        top: 19px;
      }
      &::after {
        top: 26px;
      }
    }
  }
  &.navOpen {
    height: 100vh !important;
    background: #fff !important;
  }
  @media (max-width: 1100px) {
    &.navOpen #sp-navigation::before {
      top: 33px !important;
      -webkit-transform: rotate(-45deg) !important;
      transform: rotate(-45deg) !important;
    }
    &.navOpen #sp-navigation::after {
      top: 33px !important;
      -webkit-transform: rotate(45deg) !important;
      transform: rotate(45deg) !important;
    }
  }
  @media (max-width: 600px) {
    &.navOpen #sp-navigation::before {
      top: 23px !important;
    }
    &.navOpen #sp-navigation::after {
      top: 23px !important;
    }
  }
  @media (max-width: 1100px) {
    &.scrolling.navOpen #sp-navigation::before {
      top: 23px !important;
    }
    &.scrolling.navOpen #sp-navigation::after {
      top: 23px !important;
    }
  }
  @media (max-width: 900px) {
    padding: 10px 15px;
  }
  @media (max-width: 600px) {
    height: 30px;
    align-items: flex-start;
    padding: 7px 15px;
  }
  &.scrolling {
    height: 30px;
    align-items: flex-start;
    padding: 15px;
    transition: all 0.4s ease;
  }
  @media (max-width: 900px) {
    &.scrolling {
      padding: 7px 15px;
    }
  }
  &.scrolling #sp-navigation {
    width: 44px;
    height: 44px;
  }
  &.scrolling #sp-navigation::before {
    top: 19px;
  }
  &.scrolling #sp-navigation::after {
    top: 26px;
  }
  &.scrolling .hatena-module-search-box {
    transition: all 0.4s ease;
    padding: 0;
  }
  .hatena-module-search-box {
    display: flex;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    height: 45px;
    margin: 0;
    padding: 10px 0;
    padding-left: env(safe-area-inset-left);
    z-index: 1000;
    @media (max-width: 900px) {
      left: 15px;
    }
    @media (max-width: 600px) {
      left: 0;
      padding: 0;
    }
    .hatena-module-body {
      position: relative;
      display: flex;
      .icon-search {
        position: absolute;
        top: 15px;
        left: 0;
        padding: 0 15px 10px 0;
        z-index: 1000;
        @media (max-width: 600px) {
          top: 0px;
          padding: 15px 15px;
        }
      }
    }
    .search-form {
      display: flex;
      align-items: center;
    }
    &.searchOpen .search-module-input {
      display: block;
      margin-left: 15px;
    }
    .search-module-input {
      font-size: 16.5px;
      width: 300px;
      height: 24px;
      border: none;
      border-bottom: 1px solid transparent;
      color: #353b3e;
      padding: 5px 0 5px 23px;
      @media (max-width: 900px) {
        width: auto;
        font-size: 16px;
      }
      @media (max-width: 600px) {
        display: none;
        width: 0;
      }
      &:hover {
        border-bottom: 1px solid #eaecee;
      }
      &:focus {
        outline: 0;
        border-bottom: 1px solid #70797d;
      }
      &:focus:not([value=""]) {
        outline: 0;
        border-bottom: 1px solid #70797d;
      }
      &:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #ffffff inset;
        -webkit-text-fill-color: #353b3e;
      }
      &::-webkit-input-placeholder {
        opacity: 0.4;
      }
      &:-ms-input-placeholder {
        opacity: 0.4;
      }
      &::-ms-input-placeholder {
        opacity: 0.4;
      }
      &::placeholder {
        opacity: 0.4;
      }
    }
    &.searchOpen .search-module-input {
      width: 100%;
    }
  }
  .global-navigation {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 10px 20px 0 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.045em;
    -webkit-overflow-scrolling: touch;
    @media (max-width: 1206px) {
      font-size: 15px;
    }
    @media (max-width: 1100px) {
      display: none;
      flex-direction: column;
      align-items: left;
      top: 20px;
      right: auto;
      left: 0;
      width: 100%;
      font-size: 16px;
      padding-top: 40px;
      margin: 35px 0 0;
      height: calc(100vh - 20px + 40px + 30px);
      overflow-y: auto;
    }
    @media (max-width: 900px) {
      margin-right: 15px;
    }
    @media (max-width: 700px) {
      top: 5px;
      font-size: 18px;
      height: calc(100vh - 5px + 40px + 30px);
    }
    li {
      display: flex;
      align-items: center;
      height: 45px;
      color: #70797d;
      padding: 0;
      margin: 0 0 0 23px;
      list-style: none;
      @media (max-width: 1100px) {
        margin-left: 15px;
        flex-direction: column;
        align-items: flex-start;
        width: 75%;
        height: auto;
        margin: 0 auto 15px auto;
      }
      @media (max-width: 320px) {
        width: 80%;
      }
      &.sp-navigation-list {
        display: none;
      }
      a {
        color: #70797d;
        text-decoration: none;
        &:hover {
          color: #353b3e;
        }
        @media (max-width: 1100px) {
          display: block;
          width: 100%;
          padding-bottom: 10px;
          border-bottom: 1px solid #eaecee;
        }
      }
      &.service-blogs {
        position: relative;
        padding-right: 12px;
      }
      @media (max-width: 1100px) {
        &.service-blogs {
          height: 320px;
          font-size: 12px;
          padding-right: 0;
          margin-top: 38px;
          margin-bottom: 15px;
        }
      }
      &.service-blogs::before {
        content: "";
        position: absolute;
        top: calc(50% - 2px);
        right: 0;
        border: 4px solid transparent;
        border-top: 5px solid #70797d;
      }
      &.service-blogs::after {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        right: 0;
        border: 4px solid transparent;
        border-top: 5px solid #ffffff;
      }
      @media (max-width: 1100px) {
        &.service-blogs::before,
        &.service-blogs::after {
          display: none;
        }
      }
      &.service-blogs:hover {
        color: #353b3e;
        cursor: default;
      }
      &.service-blogs:hover ul {
        display: block;
      }
      &.service-blogs:hover::before {
        border-top: 5px solid #353b3e;
      }
      &.service-blogs ul {
        display: none;
        position: absolute;
        top: 43px;
        right: 0;
        width: 230px;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        background: #ffffff;
        padding: 12px 15px 12px 18px;
        z-index: 1;
      }
      @media (max-width: 1206px) {
        &.service-blogs ul {
          width: 220px;
        }
      }
      @media (max-width: 1100px) {
        &.service-blogs ul {
          display: block;
          position: relative;
          top: 0;
          right: auto;
          left: 0;
          width: 100%;
          border: none;
          padding: 0;
          margin-top: 10px;
        }
        &.service-blogs ul::before,
        &.service-blogs ul::after {
          display: none;
        }
      }
      &.service-blogs ul::before {
        content: "";
        position: absolute;
        top: -12px;
        right: 63px;
        border: 5px solid transparent;
        border-bottom: 6px solid #dbdbdb;
      }
      &.service-blogs ul::after {
        content: "";
        position: absolute;
        top: -9px;
        right: 64px;
        border: 4px solid transparent;
        border-bottom: 5px solid #ffffff;
      }
      &.service-blogs ul li {
        height: auto;
        font-size: 15px;
        margin: 0;
        padding: 4px 0;
      }
      @media (max-width: 1206px) {
        &.service-blogs ul li {
          font-size: 14px;
        }
      }
      @media (max-width: 1100px) {
        &.service-blogs ul li {
          width: auto;
          font-size: 15px;
          margin: 0;
          padding: 6px 0 5px 0;
        }
      }
      &.service-blogs ul li.service-bookmark a {
        background: url("//developer.hatenastaff.com/file/8599973812307228480")
          0 3px no-repeat;
        background-size: 17px 17px;
      }
      &.service-blogs ul li.service-blog a {
        background: url("//developer.hatenastaff.com/file/8599973812307228478")
          0 3px no-repeat;
        background-size: 17px 17px;
      }
      &.service-blogs ul li.service-mackerel a {
        background: url("//developer.hatenastaff.com/file/8599973812307232702")
          0 3px no-repeat;
        background-size: 17px 17px;
      }
      &.service-blogs ul li a {
        display: block;
        padding: 4px 0 4px 22px;
      }
      &.service-blogs ul li a:hover {
        color: #353b3e;
      }
      @media (max-width: 1100px) {
        &.service-blogs ul li a {
          width: calc(100% - 23px);
          padding: 4px 0 11px 23px;
          background-size: 18px 18px !important;
        }
      }
    }
  }
  &.navOpen .global-navigation li.sp-navigation-list {
    display: block !important;
  }
  &.navOpen .global-navigation li.sp-navigation-list:nth-child(3) {
    margin-bottom: 38px !important;
  }
}
#blog-title {
  margin: 30px 0 80px 0;
  text-align: center;
  @media (max-width: 1000px) {
    margin: 35px 0 50px 0;
  }
  @media (max-width: 900px) {
    margin: 25px 0 45px 0;
  }
  @media (max-width: 600px) {
    margin: 5px 0 35px 0;
  }
  a {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    h1 {
      display: inline-block;
      font-size: 40px;
      margin-top: 12px;
      color: #353b3e;
      font-weight: 400;
      letter-spacing: 0.04em;
      text-decoration: none;
      @media (max-width: 800px) {
        font-size: 34px;
      }
      @media (max-width: 500px) {
        font-size: 24px;
        margin-top: 8px;
      }
    }
    &:hover h1 {
      color: #000000;
    }
    @media (max-width: 500px) {
      img {
        width: 140px;
      }
    }
  }
  #blog-description {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    color: #70797d;
    margin: 12px 0 0 0;
    @media (max-width: 500px) {
      font-size: 12px;
      margin: 8px 0 0 0;
    }
  }
}
#blog-title-local {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 55px 0 10px;
  @media (max-width: 1100px) {
    padding: 10px 0;
  }
  @media (max-width: 600px) {
    padding: 0;
  }
  a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin: 0 auto;
    @media (max-width: 1200px) {
      flex-direction: column;
    }
    @media (max-width: 900px) {
      flex-direction: row;
    }
    @media (max-width: 600px) {
      height: 30px;
      margin-top: 7px;
    }
    h1 {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.015em;
      color: #353b3e;
      @media (max-width: 1300px) {
        font-size: 15px;
      }
      @media (max-width: 1200px) {
        font-size: 14px;
        margin-top: 8px;
      }
      @media (max-width: 900px) {
        margin-top: 0;
      }
      @media (max-width: 600px) {
        font-size: 13px;
      }
    }
    img {
      margin-right: 8px;
      @media (max-width: 1200px) {
        width: 34px;
        margin-right: 6px;
      }
      @media (max-width: 600px) {
        width: 32px;
        margin-right: 4px;
      }
    }
    &:hover h1 {
      color: #000000;
    }
  }
}
.scrolling {
  #blog-title-local {
    transition: all 0.4s ease;
    margin-top: 8px;
    padding: 0;
    @media (max-width: 900px) {
      margin-top: 0;
    }
    a {
      height: 30px;
      margin-top: 7px;
    }
  }
}
.page-index {
  #blog-title-local {
    display: none;
  }
  .hatena-module-html .hatena-module-title {
    display: none;
  }
  #main-inner {
    .hatena-module {
      margin: 0 0 35px 0;
      background: #ffffff;
      @media (max-width: 1206px) {
        margin: 0 0 25px 0;
      }
      @media (max-width: 900px) {
        margin: 0;
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .urllist-item-inner {
        padding: 35px 0;
      }
      @media (max-width: 900px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .urllist-item-inner {
          padding: 25px 0;
        }
      }
      @media (max-width: 500px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .urllist-item-inner {
          padding: 30px 0;
        }
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries {
        grid-template-columns: 1fr;
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto 1fr;
        grid-column-gap: 35px;
      }
      @media (max-width: 1206px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner {
          grid-column-gap: 25px;
        }
      }
      @media (max-width: 700px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner {
          grid-template-columns: 1fr;
        }
      }
      @media (max-width: 500px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner {
          grid-column-gap: 15px;
        }
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner
        .recent-entries-title {
        order: 2;
        padding: 0 0 0 35px;
      }
      @media (max-width: 1000px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-title {
          grid-column: 1 / 3;
          padding: 0 35px;
        }
      }
      @media (max-width: 900px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-title {
          padding: 0 25px;
        }
      }
      @media (max-width: 500px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-title {
          font-size: 28px;
          padding: 0 15px;
        }
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner
        .recent-entries-date-link,
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner
        .recent-entries-entry-body {
        padding: 0 0 0 35px;
      }
      @media (max-width: 900px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-date-link,
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-entry-body {
          padding: 0 0 0 25px;
        }
      }
      @media (max-width: 500px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-date-link,
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-entry-body {
          padding: 0 0 0 15px;
        }
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner
        .recent-entries-date-link {
        order: 3;
        grid-column: 1;
        grid-row: 2;
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner
        .recent-entries-entry-body {
        order: 4;
        grid-column: 1;
        grid-row: 3;
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner
        .recent-entries-image-link {
        order: 5;
        grid-column: 2;
        grid-row: 1 / 4;
        margin: 0 35px 0 0;
      }
      @media (max-width: 1000px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-image-link {
          grid-row: 3 / 4;
        }
      }
      @media (max-width: 900px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-image-link {
          margin: 0 25px 0 0;
        }
      }
      @media (max-width: 700px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-image-link {
          grid-column: 1;
          grid-row: 4;
          margin: 20px 0 0 25px;
        }
      }
      @media (max-width: 500px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner
          .recent-entries-image-link {
          margin-left: 15px;
        }
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner.no-included-image-entry {
        grid-template-columns: 1fr;
      }
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner.no-included-image-entry
        .recent-entries-title,
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner.no-included-image-entry
        .recent-entries-date-link,
      &.hatena-module-recent-entries:first-child
        .hatena-module-body
        .recent-entries-item-inner.no-included-image-entry
        .recent-entries-entry-body {
        padding: 0 35px;
      }
      @media (max-width: 900px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner.no-included-image-entry
          .recent-entries-title,
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner.no-included-image-entry
          .recent-entries-date-link,
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner.no-included-image-entry
          .recent-entries-entry-body {
          padding: 0 25px;
        }
      }
      @media (max-width: 500px) {
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner.no-included-image-entry
          .recent-entries-title,
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner.no-included-image-entry
          .recent-entries-date-link,
        &.hatena-module-recent-entries:first-child
          .hatena-module-body
          .recent-entries-item-inner.no-included-image-entry
          .recent-entries-entry-body {
          padding: 0 15px;
        }
      }
      &.hatena-module-recent-entries:nth-of-type(2)
        .hatena-module-body
        .urllist-item-inner {
        padding: 35px 0;
      }
      @media (max-width: 900px) {
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .urllist-item-inner {
          padding: 25px 0;
        }
      }
      &.hatena-module-recent-entries:nth-of-type(2)
        .hatena-module-body
        .recent-entries {
        grid-template-columns: repeat(2, 1fr);
      }
      @media (max-width: 700px) {
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries {
          grid-template-columns: 1fr;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-title-link {
          font-size: 28px;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry) {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 25px;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-title {
          grid-column: 1 / -1;
          padding-right: 25px;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link {
          grid-row: 3;
          margin-top: 0;
          margin-left: 0;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body {
          grid-column: 1 / 3;
          grid-row: 3;
          padding-right: 0;
        }
      }
      @media (max-width: 700px) and (max-width: 600px) {
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry) {
          grid-template-columns: 1fr;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body {
          grid-column: 1;
          padding: 0 25px;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link {
          grid-column: 1;
          grid-row: 4;
          margin: 20px 25px 0;
        }
      }
      @media (max-width: 700px) and (max-width: 500px) {
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-title {
          padding-right: 15px;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body {
          padding: 0 15px;
        }
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link {
          margin: 20px 15px 0;
        }
      }
      &.hatena-module-recent-entries:nth-of-type(2)
        .hatena-module-body
        .recent-entries
        .recent-entries-item:first-child {
        display: none;
      }
      @media (max-width: 800px) {
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .recent-entries-item:nth-of-type(2) {
          border-right: 1px solid #eaecee;
        }
      }
      @media (max-width: 700px) {
        &.hatena-module-recent-entries:nth-of-type(2)
          .hatena-module-body
          .recent-entries
          .recent-entries-item:nth-of-type(2) {
          border-right: none;
        }
      }
      &.hatena-module-recent-entries:nth-of-type(4) .bookmark-widget-counter,
      &.hatena-module-recent-entries:nth-of-type(7) .bookmark-widget-counter {
        margin-top: 14px;
      }
      &.hatena-module-recent-entries:nth-of-type(4)
        .hatena-module-body
        .urllist-item-inner,
      &.hatena-module-recent-entries:nth-of-type(7)
        .hatena-module-body
        .urllist-item-inner {
        padding: 35px 0;
      }
      @media (max-width: 900px) {
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .urllist-item-inner,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .urllist-item-inner {
          padding: 25px 0;
        }
      }
      &.hatena-module-recent-entries:nth-of-type(4)
        .hatena-module-body
        .recent-entries-date-link,
      &.hatena-module-recent-entries:nth-of-type(7)
        .hatena-module-body
        .recent-entries-date-link {
        margin-top: 12px;
      }
      @media (max-width: 1050px) {
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 900px) {
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries {
          grid-template-columns: 1fr;
          grid-row-gap: 0;
        }
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry),
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry) {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 25px;
        }
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-title,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-title {
          grid-column: 1 / 3;
          padding-right: 0;
        }
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link {
          grid-column: 3;
          grid-row: 1 / 4;
          margin: 0 25px 0 0;
        }
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body {
          grid-column: 1 / 3;
          grid-row: 3;
          padding-right: 0;
        }
      }
      @media (max-width: 800px) {
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-title,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-title {
          grid-column: 1 / -1;
          padding-right: 25px;
        }
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link {
          grid-row: 3;
        }
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body {
          grid-column: 1 / 3;
          grid-row: 3;
          padding-right: 0;
        }
      }
      @media (max-width: 500px) {
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-title,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-title {
          padding-right: 15px;
        }
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-image-link {
          grid-column: 1 / -1;
          grid-row: 4;
          margin: 20px 15px 0;
        }
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-item-inner:not(.no-included-image-entry)
          .recent-entries-entry-body {
          grid-column: 1 / -1;
          padding-right: 15px;
        }
      }
      &.hatena-module-recent-entries:nth-of-type(4)
        .hatena-module-body
        .recent-entries
        .urllist-title-link,
      &.hatena-module-recent-entries:nth-of-type(7)
        .hatena-module-body
        .recent-entries
        .urllist-title-link {
        font-size: 25px;
      }
      @media (max-width: 700px) {
        &.hatena-module-recent-entries:nth-of-type(4)
          .hatena-module-body
          .recent-entries
          .urllist-title-link,
        &.hatena-module-recent-entries:nth-of-type(7)
          .hatena-module-body
          .recent-entries
          .urllist-title-link {
          font-size: 28px;
        }
      }
      &.hatena-module-recent-entries:nth-of-type(4)
        .hatena-module-body
        .recent-entries
        .recent-entries-item:nth-of-type(-n + 3),
      &.hatena-module-recent-entries:nth-of-type(7)
        .hatena-module-body
        .recent-entries
        .recent-entries-item:nth-of-type(-n + 3) {
        display: none;
      }
      &.hatena-module-recent-entries:nth-of-type(4)
        .hatena-module-body
        .recent-entries
        a
        .recent-entries-item,
      &.hatena-module-recent-entries:nth-of-type(7)
        .hatena-module-body
        .recent-entries
        a
        .recent-entries-item {
        display: block !important;
      }
      &.hatena-module-recent-entries:nth-of-type(7)
        .hatena-module-body
        .recent-entries
        .recent-entries-item:nth-of-type(-n + 8) {
        display: none;
      }
      .hatena-module-body {
        .recent-entries-title {
          order: 2;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
          letter-spacing: 0.07em;
        }
        .recent-entries-date-link {
          order: 3;
        }
        .recent-entries-image-link {
          order: 5;
          margin: 20px 35px 0 35px;
          @media (max-width: 900px) {
            margin: 20px 25px 0 25px;
          }
          @media (max-width: 500px) {
            margin: 20px 15px 0 15px;
          }
        }
        .recent-entries-entry-body {
          order: 4;
        }
        .bookmark-widget-counter {
          display: inline-grid;
          order: 6;
          grid-row: 2;
          grid-column: 1;
          margin: 14px 0 0 132px;
          img {
            width: intrinsic;
          }
          @media (max-width: 900px) {
            margin-left: 125px;
          }
          @media (max-width: 500px) {
            margin-left: 113px;
          }
        }
        .recent-entries {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 35px;
          grid-row-gap: 35px;
          width: 1200px;
          margin: 0 auto;
          @media (max-width: 1206px) {
            width: calc(100% - 15px * 2);
            grid-column-gap: 25px;
            grid-row-gap: 25px;
            margin: 0 15px;
          }
          @media (max-width: 800px) {
            width: 100%;
            grid-column-gap: 0;
            grid-row-gap: 0;
            margin: 0;
          }
          @media (max-width: 500px) {
            width: 100%;
            margin: 0;
          }
        }
        li {
          border: 1px solid #eaecee;
          border-radius: 4px;
          @media (max-width: 900px) {
            border: none;
            border-top: 1px solid #eaecee;
            border-radius: 0;
          }
          @media (max-width: 500px) {
            border-right: none;
            border-left: none;
            border-bottom: none;
          }
        }
        .urllist-item-inner {
          display: grid;
          grid-template-rows: repeat(4, auto);
          .recent-entries-title,
          .recent-entries-date-link,
          .recent-entries-entry-body {
            padding: 0 35px;
          }
          @media (max-width: 900px) {
            .recent-entries-title,
            .recent-entries-date-link,
            .recent-entries-entry-body {
              padding: 0 25px;
            }
          }
          @media (max-width: 500px) {
            .recent-entries-title,
            .recent-entries-date-link,
            .recent-entries-entry-body {
              padding: 0 15px;
            }
          }
          .recent-entries-title {
            margin: 0;
            @media (max-width: 500px) {
              padding: 0 15px;
            }
          }
          .recent-entries-date-link {
            grid-row: 2;
            grid-column: 1;
            margin: 12px 0 8px 0;
            a {
              color: #70797d;
              &:hover {
                color: #353b3e;
                text-decoration: none;
              }
            }
          }
          .recent-entries-entry-body {
            grid-row: 3;
            grid-column: 1;
            margin-top: 5px;
            @media (max-width: 600px) {
              margin-top: 8px;
            }
          }
        }
        .urllist-image {
          width: 100%;
          border: 1px solid #eef2f5;
          box-sizing: border-box;
        }
        .urllist-date-link {
          font-size: 16px;
        }
        .urllist-title-link {
          grid-row: 1;
          grid-column: 1;
          color: #353b3e;
          font-size: 28px;
          line-height: 1.4;
          text-decoration: none;
          margin: 10px 0;
          display: block;
          @media (max-width: 600px) {
            line-height: 1.3;
          }
          &:hover {
            color: #027ac3;
          }
        }
        .urllist-categories {
          margin-top: 0.5em;
          a {
            color: #70797d;
          }
        }
        .urllist-entry-body {
          display: block;
          font-size: 100%;
          color: #353b3e;
          line-height: 1.65;
          @media (max-width: 700px) {
            line-height: 1.55;
          }
        }
      }
    }
  }
}
.link-archive {
  text-align: center;
  padding: 60px 0;
  @media (max-width: 900px) {
    padding: 40px 0;
    border-top: 1px solid #eaecee;
  }
}
.color-list {
  margin-bottom: 120px;
  > p {
    margin-right: 25px;
    &:nth-child(4n) {
      margin-right: 0;
    }
  }
}
#styleguide-colors {
  .base {
    display: inline-block;
    &::after {
      display: block;
      content: "#353b3e";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #353b3e;
    }
  }
  .light {
    display: inline-block;
    &::after {
      display: block;
      content: "#515c61";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #515c61;
    }
  }
  .super-light {
    display: inline-block;
    &::after {
      display: block;
      content: "#70797d";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #70797d;
    }
  }
  .link {
    display: inline-block;
    &::after {
      display: block;
      content: "#027ac3";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #027ac3;
    }
  }
  .hover {
    display: inline-block;
    &::after {
      display: block;
      content: "#0058b3";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #0058b3;
    }
  }
  .link-pre {
    display: inline-block;
    &::after {
      display: block;
      content: "#a8daf9";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #a8daf9;
    }
  }
  .hover-pre {
    display: inline-block;
    &::after {
      display: block;
      content: "#75aed1";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #75aed1;
    }
  }
  .bg {
    display: inline-block;
    &::after {
      display: block;
      content: "#f6f8f9";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #f6f8f9;
    }
  }
  .bg-light-blue {
    display: inline-block;
    &::after {
      display: block;
      content: "#ecf6fc";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #ecf6fc;
    }
  }
  .bg-light-blue-hover {
    display: inline-block;
    &::after {
      display: block;
      content: "#e8f5fd";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #e8f5fd;
    }
  }
  .border {
    display: inline-block;
    &::after {
      display: block;
      content: "#dbdbdb";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #dbdbdb;
    }
  }
  .border-light {
    display: inline-block;
    &::after {
      display: block;
      content: "#eaecee";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #eaecee;
    }
  }
  .border-super-light {
    display: inline-block;
    &::after {
      display: block;
      content: "#eef2f5";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #eef2f5;
    }
  }
  .red {
    display: inline-block;
    &::after {
      display: block;
      content: "#cb004a";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #cb004a;
    }
  }
  .category {
    display: inline-block;
    &::after {
      display: block;
      content: "#6121a2";
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
    &::before {
      display: block;
      content: "";
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #6121a2;
    }
  }
  .link-pre {
    margin-right: 25px !important;
  }
}
.ad-recruit {
  background-image: linear-gradient(
    -60deg,
    #402eaa 0%,
    #007ecc 55%,
    #2af598 100%
  );
  input {
    font-family: "SF Mono", Menlo, Consolas, monospace;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 10px;
    @media (max-width: 800px) {
      font-size: 16px;
    }
    @media (max-width: 600px) {
      font-size: 15px;
    }
    @media (max-width: 500px) {
      font-size: 13px;
      padding: 0;
    }
    @media (max-width: 320px) {
      font-size: 12px;
    }
  }
  p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    min-height: 415px;
    margin: 0 auto;
    @media (max-width: 1206px) {
      width: calc(100% - 15px * 2);
      margin: 0 15px;
    }
    @media (max-width: 900px) {
      min-height: 320px;
    }
    @media (max-width: 500px) {
      min-height: 240px;
      margin: 0;
      width: 100%;
    }
  }
  img {
    position: absolute;
    top: 25px;
    right: 0px;
    @media (max-width: 800px) {
      width: 100px;
    }
    @media (max-width: 600px) {
      width: 80px;
    }
    @media (max-width: 500px) {
      right: 10px;
    }
  }
}
.recruit-ad-symposium {
  position: relative;
  color: #353b3e;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  .symposium-sp-images {
    display: none;
  }
  @media (max-width: 700px) {
    background: #f6f8f9;
    overflow: hidden;
    .symposium-sp-images {
      display: block;
      p {
        position: absolute;
        z-index: 0;
        &:nth-child(1) {
          top: 64%;
          left: 5%;
        }
        &:nth-child(1) img {
          width: 30%;
          -webkit-transform: rotate(-15deg) !important;
          transform: rotate(-15deg) !important;
        }
        &:nth-child(2) {
          top: 57%;
          right: 5%;
          text-align: right;
        }
        &:nth-child(2) img {
          width: 30%;
          -webkit-transform: rotate(-6deg) !important;
          transform: rotate(-6deg) !important;
        }
        &:nth-child(3) {
          top: -3%;
          right: 8%;
          text-align: right;
        }
        &:nth-child(3) img {
          width: 16%;
          -webkit-transform: rotate(15deg) !important;
          transform: rotate(15deg) !important;
        }
        img {
          border-radius: 2px;
        }
      }
    }
  }
  @media (max-width: 700px) and (max-width: 500px) {
    .symposium-sp-images p:nth-child(1) {
      top: 77%;
    }
  }
  @media (max-width: 700px) and (max-width: 320px) {
    .symposium-sp-images p:nth-child(1) {
      left: 2%;
    }
  }
  @media (max-width: 700px) and (max-width: 500px) {
    .symposium-sp-images p:nth-child(1) img {
      width: 25%;
    }
  }
  @media (max-width: 700px) and (max-width: 600px) {
    .symposium-sp-images p:nth-child(2) {
      right: 4%;
    }
  }
  @media (max-width: 700px) and (max-width: 500px) {
    .symposium-sp-images p:nth-child(2) {
      top: 63%;
      right: 2%;
    }
  }
  @media (max-width: 700px) and (max-width: 400px) {
    .symposium-sp-images p:nth-child(2) {
      top: 65%;
    }
  }
  @media (max-width: 700px) and (max-width: 320px) {
    .symposium-sp-images p:nth-child(2) {
      top: 80%;
    }
  }
  @media (max-width: 700px) and (max-width: 320px) {
    .symposium-sp-images p:nth-child(2) img {
      width: 32%;
    }
  }
  @media (max-width: 700px) and (max-width: 500px) {
    .symposium-sp-images p:nth-child(3) {
      top: -2%;
    }
  }
  @media (max-width: 700px) and (max-width: 320px) {
    .symposium-sp-images p:nth-child(3) {
      top: -4%;
    }
  }
  @media (max-width: 700px) and (max-width: 500px) {
    .symposium-sp-images p:nth-child(3) img {
      width: 24%;
    }
  }
  @media (max-width: 700px) and (max-width: 400px) {
    .symposium-sp-images p:nth-child(3) img {
      width: 20%;
    }
  }
  @media (max-width: 700px) and (max-width: 320px) {
    .symposium-sp-images p:nth-child(3) img {
      width: 30%;
    }
  }
  @media (max-width: 700px) and (max-width: 700px) {
    .symposium-sp-images p img {
      opacity: 0.9;
    }
  }
  > div {
    position: relative;
    z-index: 100;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    @media (max-width: 1206px) {
      width: calc(100% - 15px * 2);
      margin: 0 15px;
      padding: 25px 0;
    }
    @media (max-width: 900px) {
      border-top: 1px solid #eaecee;
      width: auto;
      margin: 0;
      padding: 50px 0;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  h1 {
    position: relative;
    z-index: 10;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
    white-space: nowrap;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.13em;
    @media (max-width: 900px) {
      font-size: 21px;
      margin-bottom: 20px;
      padding: 0 20px;
    }
    @media (max-width: 700px) {
      font-size: 20px;
      line-height: 1.5;
      padding: 0 50px;
      span {
        background: #f6f8f9;
      }
    }
    @media (max-width: 500px) {
      padding: 0 10px;
    }
  }
  .ad-page-link {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    z-index: 10;
    @media (max-width: 900px) {
      margin-bottom: 40px;
    }
    @media (max-width: 700px) {
      margin-bottom: 0px;
      a {
        background: #f6f8f9;
      }
    }
  }
  .symposium-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 50px;
    padding: 0;
    @media (max-width: 900px) {
      grid-gap: 35px;
    }
    @media (max-width: 800px) {
      padding: 0 25px;
    }
    @media (max-width: 700px) {
      display: none;
    }
    li {
      list-style: none;
      border: none !important;
      a:hover {
        h2 {
          color: #000000;
        }
        p {
          color: #000000;
        }
      }
      img {
        width: 100%;
        border-radius: 3px;
      }
      h2 {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        text-align: center;
        color: #515c61;
        white-space: nowrap;
        margin-top: 10px;
        padding: 0 10px;
        @media (max-width: 1100px) {
          padding: 0;
        }
        @media (max-width: 900px) {
          font-size: 12px;
        }
      }
      p {
        font-size: 14px;
        line-height: 1.6;
        color: #353b3e;
        margin-top: 5px;
      }
    }
  }
}
#ad-mackerel-00 {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  min-height: 460px;
  border-radius: 4px;
  background: url("//developer.hatenastaff.com/file/8599973812307228501") 0
    bottom no-repeat #4dbddb;
  background-size: 100%;
  @media (max-width: 900px) {
    grid-row: 4;
    min-height: 300px;
    background-position: 0 40px;
    border-radius: 0;
    margin-left: -15px;
    width: 100%;
    padding: 0 15px;
  }
  @media (max-width: 800px) {
    margin-left: 0;
    padding: 0;
  }
  @media (max-width: 500px) {
    min-height: 240px;
  }
  @media (max-width: 400px) {
    background-position: 0 65px;
  }
  .link-button {
    position: absolute;
    width: 100%;
    bottom: 50px;
    text-align: center;
    z-index: 100;
    @media (max-width: 900px) {
      width: calc(100% - 15px * 2);
      bottom: 40px;
    }
    @media (max-width: 800px) {
      width: 100%;
    }
    @media (max-width: 500px) {
      bottom: 35px;
    }
    span {
      background: #ffffff;
      padding: 6px 15px;
      font-size: 12px;
      font-weight: bold;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      letter-spacing: 0.05em;
      border-radius: 30px;
      color: #4dbddb;
    }
  }
  .logo-mackerel {
    text-align: center;
    margin: 53px auto 15px;
    @media (max-width: 900px) {
      margin-top: 45px;
    }
    @media (max-width: 500px) {
      margin-top: 35px;
    }
    img {
      width: 67%;
      margin-left: -4px;
      @media (max-width: 900px) {
        width: 45%;
      }
      @media (max-width: 600px) {
        width: 55%;
      }
      @media (max-width: 500px) {
        width: 60%;
      }
    }
  }
  .url-text {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    @media (max-width: 600px) {
      font-size: 12px;
    }
  }
}
#ad-blog-00 {
  position: relative;
  text-align: center;
  border: 1px solid #eaecee;
  border-radius: 4px;
  background-image: linear-gradient(-45deg, #f7f8f9 0%, #fff 100%);
  grid-column: 3;
  grid-row: 1;
  min-height: 470px;
  overflow: hidden;
  cursor: pointer;
  @media (max-width: 1050px) {
    grid-column: 2;
  }
  @media (max-width: 900px) {
    grid-column: 1;
    grid-row: 4;
    min-height: 300px;
    border: none;
    border-top: 1px solid #eaecee;
    border-radius: 0;
    margin-left: -15px;
    width: 100%;
    padding: 0 15px;
  }
  @media (max-width: 800px) {
    margin-left: 0;
    padding: 0;
  }
  @media (max-width: 500px) {
    min-height: 240px;
  }
  &::before {
    position: absolute;
    top: 32%;
    left: 10px;
    content: "";
    display: inline-block;
    width: 64%;
    height: 90%;
    background: url("https://cdn-ak2.f.st-hatena.com/images/fotolife/h/hatenatech/20171027/20171027104423.png")
      0 0 no-repeat;
    background-size: 100% auto;
    z-index: 0;
    transition: all 0.35s ease;
  }
  @media (max-width: 900px) {
    &::before {
      width: 48%;
      height: 180%;
      top: 32%;
      left: -10px;
    }
  }
  @media (max-width: 800px) {
    &::before {
      top: 34%;
      left: 0;
    }
  }
  @media (max-width: 700px) {
    &::before {
      top: 36%;
    }
  }
  @media (max-width: 600px) {
    &::before {
      top: 38%;
    }
  }
  @media (max-width: 500px) {
    &::before {
      top: 43%;
    }
  }
  @media (max-width: 320px) {
    &::before {
      top: 40%;
    }
  }
  &::after {
    position: absolute;
    top: 17%;
    right: 10px;
    content: "";
    display: inline-block;
    width: 29%;
    height: 90%;
    background: url("https://cdn-ak2.f.st-hatena.com/images/fotolife/h/hatenatech/20171027/20171027104424.png")
      0 0 no-repeat;
    background-size: 99.9% auto;
    z-index: 0;
    transition: all 0.35s ease;
  }
  @media (max-width: 900px) {
    &::after {
      top: -11%;
      right: 5px;
      height: 180%;
      width: 25%;
      background-size: 78% auto;
    }
  }
  @media (max-width: 800px) {
    &::after {
      top: -7%;
    }
  }
  @media (max-width: 600px) {
    &::after {
      top: -5%;
    }
  }
  @media (max-width: 700px) {
    &::after {
      right: -10px;
    }
  }
  @media (max-width: 500px) {
    &::after {
      top: -8%;
      right: -20px;
    }
  }
  @media (max-width: 320px) {
    &::after {
      top: 15%;
      right: 0px;
    }
  }
  .logo-blog {
    position: relative;
    margin-top: 7%;
    z-index: 10;
    img {
      width: 82%;
      margin-left: -0.28em;
    }
    @media (max-width: 1050px) {
      margin-top: 5%;
    }
    @media (max-width: 900px) {
      margin-top: 5px;
      img {
        width: 40%;
      }
    }
    @media (max-width: 700px) {
      margin-top: 5px;
      img {
        width: 50%;
      }
    }
    @media (max-width: 500px) {
      img {
        width: 60%;
      }
    }
    @media (max-width: 400px) {
      margin-top: 12px;
      img {
        width: 65%;
      }
    }
  }
  .catchphrase {
    position: relative;
    font-size: 15px;
    color: #3d3f44;
    margin-top: -10px;
    z-index: 10;
    span {
      margin-left: 0.8em;
      letter-spacing: 0.2em;
    }
  }
  .link-button {
    position: absolute;
    width: 100%;
    bottom: 50px;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    color: #5aba90;
    z-index: 10;
    @media (max-width: 600px) {
      bottom: 40px;
    }
    @media (max-width: 500px) {
      font-size: 13px;
    }
    span {
      padding: 10px 15px;
      border: solid 2px #5aba90;
      border-radius: 4px;
      background: #ffffff;
      z-index: 10;
    }
  }
  &:hover::before {
    top: 36%;
  }
  @media (max-width: 900px) {
    &:hover::before {
      top: -20%;
    }
  }
  @media (max-width: 500px) {
    &:hover::before {
      top: -14%;
    }
  }
  &:hover::after {
    top: 12%;
  }
  @media (max-width: 900px) {
    &:hover::after {
      top: 20%;
    }
  }
  @media (max-width: 700px) {
    &:hover::after {
      top: 22%;
    }
  }
  @media (max-width: 600px) {
    &:hover::after {
      top: 26%;
    }
  }
  @media (max-width: 500px) {
    &:hover::after {
      top: 38%;
    }
  }
  &:hover .link-button {
    color: #ffffff;
  }
  &:hover .link-button span {
    background: #5aba90;
  }
}
.urllist-with-thumbnails li .urllist-image {
  margin: 0;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #70797d;
}
#top-editarea {
  width: 100%;
  @media (max-width: 1100px) {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}
#content {
  flex: 1;
  @media (max-width: 1100px) {
    margin-top: 65px;
  }
  @media (max-width: 600px) {
    margin-top: 44px;
  }
}
.page-entry .entry-title-link {
  font-style: normal;
}
#cboxOverlay {
  background: #21252b;
  opacity: 0.95 !important;
}
#colorbox #cboxContent #cboxClose,
#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxSlideshow {
  width: 20px;
  height: 20px;
}
.center {
  text-align: center;
  margin: 0px auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.clear {
  clear: both;
}
.clearfix {
  display: block;
  zoom: 1;
  &:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: ".";
  }
}
* html .clearfix {
  height: 1px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.nodeco {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.nolist {
  list-style-type: none;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.font-default {
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
