@charset "UTF-8";
/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Responsive: yes
  Description:
    はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
    このテーマをもとにしてCSSを書くと比較的楽にカスタマイズできます。
    特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
    もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
    このCSSおよびSCSSファイルは自由に複製・再配布できます。
    このテーマをもとにしたデザインテーマの配布も自由です。
  Released under the MIT License.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic";
  color: #454545;
  background-color: #fff;
  line-height: 1.6;
}
a {
  color: #1487bd;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #ddd;
  color: #454545;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0f668f;
}
@media (min-width: 768px) {
  #wrapper {
    width: 480px;
  }
}
@media (min-width: 992px) {
  #wrapper {
    width: 600px;
  }
}
/* ヘッダ */
#blog-title {
  margin: 2em 0;
  text-align: center;
}
@media (min-width: 768px) {
  #blog-title {
    margin: 3em 0;
    text-align: left;
  }
}
#title {
  margin: 0;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  #title {
    font-size: 1.7rem;
  }
}
#title a {
  color: #454545;
}
#blog-description {
  font-weight: normal;
  font-size: 0.8rem;
  margin: 1em 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
  margin: 0 0 2em;
}
.header-image-enable #blog-title-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-image-enable #blog-title-content {
  margin-left: 10px;
  margin-right: 10px;
}
/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
  font-size: 0.9rem;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 4em;
}
.entry-header {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.date {
  margin-bottom: 13px;
  font-size: 0.9rem;
}
.date a {
  color: #999;
  text-decoration: none;
}
.date a:hover {
  text-decoration: underline;
}
.entry-title {
  margin: 0 0 0.3em;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .entry-title {
    font-size: 1.6rem;
  }
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
}
/* 記事内の書式 */
.entry-content img,
.entry-content video {
  max-width: 100%;
  height: auto;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.8em 0;
}
.entry-content h2 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .entry-content h2 {
    font-size: 1.5rem;
  }
}
.entry-content h3 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .entry-content h3 {
    font-size: 1.3rem;
  }
}
.entry-content h4 {
  font-size: 1.1rem;
}
.entry-content h5 {
  font-size: 1rem;
}
.entry-content h6 {
  font-size: 0.9rem;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
  overflow: auto;
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .entry-content table {
    font-size: 0.9rem;
  }
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content pre,
.entry-content code {
  font-family: "Monaco", "Consolas", "Courier New", Courier, monospace, sans-serif;
}
.entry-content pre {
  background: #f5f5f5;
  border: none;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-size: 0.8rem;
  padding: 10px;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: "Monaco", "Consolas", "Courier New", Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0px 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.entry-content hr {
  width: 50%;
  border: 0;
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em auto;
}
.entry-content .table-of-contents {
  padding: 1em 1em 1em 2em;
  margin: 1em 0;
  border: 1px solid #ddd;
}
/* 記事下 */
.entry-footer .social-buttons {
  margin-bottom: 1em;
}
.entry-footer-section {
  color: #999;
  font-size: 0.9rem;
}
.entry-footer-section a {
  color: #999;
}
/* コメント */
.comment-box {
  margin: 1em 0;
}
.comment-box .comment {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.7;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .comment-box .comment {
    font-size: 0.9rem;
  }
}
.comment-box .entry-comment {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.comment-box .entry-comment:first-child {
  border-top: 1px solid #ddd;
}
.comment-box .read-more-comments {
  padding: 10px 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 3px;
}
.comment-user-name {
  margin: 0 0 0.4em 0;
  font-weight: bold;
}
.comment-content {
  margin: 0 0 0.4em 0;
  word-wrap: break-word;
  color: #454545;
  font-size: 0.85rem;
}
.comment-content p {
  margin: 0 0 0.6em 0;
}
.comment-metadata {
  color: #999;
  margin: 0;
  font-size: 0.8rem;
}
.comment-metadata a {
  color: #999;
}
.leave-comment-title {
  padding: 0.6em 1em;
  font-size: 0.85rem;
  border: 1px solid #ddd;
}
/* Pager */
.pager {
  margin: 2em 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
/* サイドバーモジュール */
.hatena-module {
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .hatena-module {
    margin-bottom: 0;
  }
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module */
.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hatena-urllist li {
  padding: 0.5em 0;
}
.hatena-urllist li:last-child {
  padding-bottom: 0;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-urllist .urllist-date-link a {
  color: #999;
}
.hatena-urllist .urllist-entry-body {
  margin-top: 0.3em;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.hatena-module-search-box .search-module-input {
  flex: 1 0;
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
}
.hatena-module-search-box .search-module-button {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px 20px;
  border: none;
  outline: none;
  color: transparent;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* About ページ */
.page-about .entry-content dt {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}
.page-about .entry-content dd {
  margin-left: 0;
  margin-bottom: 2em;
}
/* Archive */
.archive-header-category {
  text-align: center;
}
.page-archive .archive-entry {
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.page-archive .entry-title {
  margin: 0.3em auto;
}
.page-archive .entry-thumb {
  width: 80px;
  height: 80px;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-archive .entry-thumb {
    width: 120px;
    height: 120px;
  }
}
.page-archive .entry-description {
  margin: 0;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .page-archive .entry-description {
    font-size: 0.9rem;
  }
}
.page-archive .social-buttons {
  display: block;
  margin-top: 0.3em;
}
/* footer */
#footer {
  margin-top: 2em;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: #999;
}
#footer a {
  color: #999;
}
#footer p {
  margin: 0.5em auto;
}
/* デフォルトのcss */
/* <system section="theme"> */
/*! Theme: hbm-visual Author: Hatena Blog Team Responsive: yes */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
  word-wrap: break-word;
  scroll-padding-top: 90px;
}
@media (min-width: 768px) {
  html,
  body {
    scroll-padding-top: 115px;
  }
}
a {
  color: #333;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3f44;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #3d3f44;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  background: #fff;
}
.blog-header {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #dfdfe0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.blog-header:not(.is-touch) .blog-header-inner {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .blog-header:not(.is-touch) .blog-header-inner {
    width: 720px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .blog-header:not(.is-touch) .blog-header-inner {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .blog-header:not(.is-touch) .blog-header-inner {
    width: 1140px;
  }
}
.blog-header.not-fixed {
  position: absolute;
}
.blog-header.not-fixed.is-open {
  position: fixed;
}
.blog-header-inner {
  padding: 1.2rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-header-inner {
    padding: 1.5rem 0;
  }
}
.blog-header .company-heading {
  color: #333;
  font-size: 1.25rem;
  position: absolute;
  margin: 0 0 0 1em;
  display: none;
  float: left;
  font-weight: 400;
}
.blog-header-fullwidth .blog-header-inner {
  margin: 0;
  width: auto;
  padding: 0;
}
.blog-title-heading {
  margin: 0 auto;
  max-width: calc(100% - 8rem);
  font-size: 1.5rem;
  font-weight: 600;
}
.blog-title-heading a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}
.blog-title-heading img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .blog-title-heading {
    font-size: 2.5rem;
  }
  .blog-header .company-heading {
    display: block;
  }
}
.blog-title-heading img {
  vertical-align: middle;
  max-width: 100%;
}
.blog-description {
  line-height: 1.3;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  padding: 0 5rem;
}
@media (min-width: 576px) {
  .blog-description {
    display: block;
  }
}
@media (min-width: 768px) {
  .blog-description {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .navbar:not(.is-touch) {
    width: 100%;
    border-bottom: 1px solid #dfdfe0;
  }
}
@media (max-width: 767px) {
  .navbar:not(.is-touch) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
  .navbar.is-open {
    max-height: calc(100vh - 64px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    padding-bottom: 0;
  }
  .page-entry .navbar.is-open {
    max-height: calc(100vh - 124px);
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .navbar:not(.is-touch) .navbar-inner {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .navbar:not(.is-touch) .navbar-inner {
    max-width: 1140px;
  }
}
.navbar-list a:hover {
  text-decoration: none;
}
.navbar-list a:hover:after {
  background-color: rgba(0, 0, 0, 0.0784313725);
}
.navbar-list a {
  position: relative;
  font-size: 0.95rem;
  padding: 0 1rem;
  height: 3.5rem;
  color: #333;
}
.navbar-list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .navbar-inner {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 999;
    padding-bottom: 0;
  }
  .head-search {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #dcdcdc;
  }
  .navbar-list {
    width: 100%;
    background: #fff;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .navbar-list > li {
    border-bottom: 1px solid #dcdcdc;
  }
  .navbar-list a {
    display: block;
    padding: 1em;
    height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .head-search {
    display: none;
  }
  .navbar .navbar-inner {
    display: flex;
    justify-content: space-between;
  }
  .navbar-list {
    min-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
    padding: 0 1rem;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .navbar-list li {
    list-style: none;
    max-width: 15rem;
    display: inline-block;
  }
  .navbar-list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .navbar-list {
    overflow: auto;
  }
}
.head-operating-company {
  display: block;
  text-align: center;
  text-decoration: underline;
}
.head-operating-company .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .head-operating-company {
    text-decoration: none;
  }
}
.navbar-toggle-nav {
  position: absolute;
  top: -4.5rem;
  right: 1rem;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .navbar-toggle-nav {
    display: none;
  }
}
.navbar-toggle-btn {
  background-size: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  margin-top: -22px;
}
.navbar-toggle-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
.navbar-toggle-btn:hover {
  color: transparent;
  text-decoration: none;
}
.navbar-toggle-btn:hover:after {
  background-color: rgba(0, 0, 0, 0.0784313725);
}
.navbar-toggle-btn .navbar-toggle-btn-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.navbar.is-open .navbar-toggle-btn .navbar-toggle-btn-open,
.navbar-toggle-btn .navbar-toggle-btn-close {
  display: none;
}
.navbar.is-open .navbar-toggle-btn .navbar-toggle-btn-close {
  display: inline;
}
.navbar-toggle-btn-icon line {
  stroke: #000;
}
.blog-header .navbar-toggle-btn.is-open .navbar-toggle-btn-close {
  display: inline;
}
.blog-header .navbar-toggle-btn.is-open .navbar-toggle-btn-open,
#header-modules .hatena-module-title {
  display: none;
}
.home-pickup .urllist-entry-body {
  display: none;
}
.home-pickup img {
  width: 100%;
  height: auto;
}
.home-pickup .swiper-slide {
  margin-bottom: 0;
}
.home-pickup .slider-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.home-pickup .slide .text time {
  color: #666;
  font-size: 0.85rem;
}
.home-pickup .slide .urllist-title-link {
  margin-bottom: 0;
  height: 3em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-pickup .slide .urllist-image-link {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 0.8rem;
  }
  .home-pickup .slide .urllist-image-link img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transform: translateY(-50%);
  }
  .home-pickup .urllist-categories {
    display: none;
  }
}
.entry-content {
  line-height: 1.7;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .entry-content {
    font-size: 1rem;
  }
}
.entry-content a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dfe5e7;
  color: #3d3f44;
}
.entry-content img,
.entry-content video {
  max-width: 100%;
  height: auto;
}
.entry-content h1,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 2em 0 1em;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 150%;
}
.entry-content a {
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .entry-content h1 {
    font-size: 160%;
  }
}
.entry-content h3 {
  font-size: 140%;
}
@media (min-width: 768px) {
  .entry-content h3 {
    font-size: 140%;
  }
}
.entry-content h4 {
  font-size: 120%;
}
@media (min-width: 768px) {
  .entry-content h4 {
    font-size: 130%;
  }
}
.entry-content h5 {
  font-size: 110%;
}
@media (min-width: 768px) {
  .entry-content h5 {
    font-size: 110%;
  }
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content dd li ul,
.entry-content ul li ol,
.entry-content ol li ol,
.entry-content dd li ol {
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: auto;
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .entry-content table {
    font-size: 0.9rem;
  }
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #dfe5e7;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f7f8f9;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content pre,
.entry-content code {
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
}
.entry-content pre {
  background: #f7f8f9;
  border: none;
  white-space: pre-wrap;
  text-overflow: ellipsis ellipsis;
  font-size: 100%;
  line-height: 1.3;
  font-size: 0.8rem;
  padding: 10px;
}
@media (min-width: 768px) {
  .entry-content pre {
    font-size: 0.85rem;
    padding: 15px;
  }
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  background-color: #f7f8f9;
  border-radius: 3px;
}
.entry-content hr {
  width: 50%;
  border: 0;
  border: none;
  border-top: 1px solid #dfe5e7;
  margin: 2em auto;
}
.entry-content .hatena-asin-detail,
.entry-content .itunes-embed {
  background-color: #f7f8f9;
  border-color: #dfe5e7;
}
.entry-content .entry-see-more {
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.entry-content .table-of-contents {
  padding: 1em 1em 1em 2em;
  margin: 1em 0;
  border: 1px solid #dfe5e7;
}
.hatena-module {
  margin-bottom: 2rem;
}
.hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-urllist li {
  list-style: none;
  margin-bottom: 0.8rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hatena-urllist li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hatena-urllist .urllist-title-link {
  font-weight: 700;
  color: #3d3f44;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0.5em 0 1em;
  display: block;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 576px) {
  .hatena-urllist .urllist-title-link {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .hatena-urllist .urllist-title-link {
    font-size: 1.1rem;
  }
}
.urllist-date-link,
.archive-date,
.date {
  font-size: 14px;
}
.urllist-date-link a,
.archive-date a,
.date a,
.date-last-updated {
  color: #979ca1;
}
.date a:hover {
  text-decoration: none;
  cursor: auto;
}
.urllist-entry-body {
  font-size: 0.85rem;
  color: #55585f;
  margin-top: 0.3rem;
}
.urllist-categories {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.urllist-image {
  max-width: 100%;
}
.hatena-module-recent-entries .urllist-categories {
  display: none;
}
.outer-pickup a {
  color: #333;
}
.outer-pickup ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.outer-pickup ul > li {
  width: 48%;
  margin-bottom: 1em;
  margin-right: 2%;
}
.outer-pickup ul > li:nth-child(2n) {
  margin-right: 0;
}
.outer-pickup .img {
  width: 100%;
  display: block;
  marign-bottom: 1em;
}
.outer-pickup .title {
  margin: 1em 0;
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 135%;
}
.outer-pickup .title:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(https://cdn.blog.st-hatena.com/css/theme/hbm-text-visual-common/images/outerlink.gif) no-repeat center center/contain;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .outer-pickup ul > li {
    width: 32%;
  }
  .outer-pickup ul > li:nth-child(2n) {
    margin-right: 2%;
  }
  .outer-pickup ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
#main .customized-footer .related-entries.hatena-urllist > li {
  width: 30.1176470588%;
}
#main .entry-footer .customized-footer .hatena-module-related-entries .related-entries-image {
  width: 100%;
  margin-bottom: 0;
  vertical-align: bottom;
  float: none;
}
#main .entry-footer .hatena-module-related-entries .related-entries-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 11px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #main .entry-footer .hatena-module-related-entries .related-entries-title {
    margin-top: 0;
    font-size: 13px;
  }
}
.hatena-module-search-box .hatena-module-title {
  display: none;
}
.footer {
  padding: 3rem 10px 5rem;
  margin-top: 5rem;
  font-size: 0.9rem;
  text-align: center;
  background: transparent;
  border-top: 1px solid #e4e4e4;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    padding: 2rem 0;
  }
}
.footer:not(.is-touch) .footer-inner {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .footer:not(.is-touch) .footer-inner {
    width: 720px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .footer:not(.is-touch) .footer-inner {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .footer:not(.is-touch) .footer-inner {
    width: 1140px;
  }
}
.footer a {
  text-decoration: none;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-blog-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0.5em 0 1em;
}
.footer-blog-title a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer-blog-title img {
  max-width: 100%;
  height: auto;
}
.footer-link > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
}
.footer-link > ul > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
}
.footer-link > ul > li + li {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid;
}
.btn-back-top {
  width: 44px;
  height: 44px;
  background: #333;
  display: block;
  position: absolute;
  top: -22px;
  right: 1rem;
  margin: auto;
}
.footer address {
  font-style: normal;
}
@media (min-width: 768px) {
  .btn-back-top {
    display: none;
  }
}
@media (min-width: 768px) {
  #wrapper {
    width: calc(100% - 350px);
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  #main-inner .urllist-title-link {
    display: block;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #main-inner .urllist-title-link:before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1em;
    display: inline-block;
    background-color: #fff;
  }
  #main-inner .urllist-title-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media all and (-ms-high-contrast: none) {
  #main-inner .archive-entries .entry-title-link {
    display: block;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #main-inner .archive-entries .entry-title-link:before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1em;
    display: inline-block;
    background-color: #fff;
  }
  #main-inner .archive-entries .entry-title-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .static-page-layout-header-footer #wrapper {
    width: auto;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .static-page-layout-header-footer #wrapper {
    padding: 0;
  }
}
.entry {
  margin-bottom: 3rem;
}
.entry-header {
  position: relative;
  margin-bottom: 1.5rem;
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.entry-header-menu a {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1rem;
  cursor: pointer;
  line-height: 1.5;
  font-size: 0.8rem;
  overflow: hidden;
  background-color: #79878f;
  color: #fff;
  font-weight: 700;
  border-radius: 0.2rem;
  text-decoration: none !important;
  transition: all 0.2s;
  padding: 0.3em 0.7em;
  font-size: 0.75rem;
}
.entry-header-menu a:hover {
  background-color: #616d74;
  color: #fff;
  text-decoration: none;
}
.entry-header-menu a img,
.entry-header-menu a svg {
  vertical-align: top;
  margin-right: 0.3em;
}
.entry-title {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
@media (min-width: 576px) {
  .entry-title {
    font-size: 1.7rem;
  }
}
.entry-title a {
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}
.entry-footer {
  margin-top: 1rem;
}
.entry-footer-section {
  font-size: 0.8rem;
  color: #9aa5ab;
}
.entry-footer-section a {
  color: #9aa5ab;
}
.entry-footer-section a:hover {
  text-decoration: underline;
}
.writer {
  padding: 1rem;
  border: 1px solid #c5c5c5;
}
.writer-profile-cards-list {
  padding: 1rem;
}
.writer-image {
  width: 100px;
  float: left;
  position: relative;
}
.writer-image img {
  width: 100%;
  border-radius: 50%;
}
.writer-profile .write-name {
  font-size: 1.3rem;
  min-height: 100px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 1rem;
}
.writer-profile .writer-id {
  font-size: 0.8rem;
  color: #666;
  display: block;
  width: 100%;
}
.writer-proifle-body {
  font-size: 0.9rem;
  line-height: 1.5;
}
.entry-content .writer-sns {
  list-style: none;
  color: #666;
  font-size: 0.8rem;
  padding: 0;
  margin: 0.5em 0;
}
.writer-sns a {
  color: #333;
}
.writer-sns > li {
  display: inline-block;
  margin-right: 2em;
}
.writer-sns .icon {
  width: 2rem;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.writer .btn-read-more,
.writer-profile-cards-list .btn-read-more {
  color: #333;
  width: 100%;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #333;
  transition: color 0.3s, background 0.3s;
  display: block;
  margin-top: 1em;
}
.writer .btn-read-more:hover,
.writer-profile-cards-list .btn-read-more:hover {
  color: #fff;
  background: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .writer,
  .writer-profile-cards-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
  }
  .writer-profile {
    width: calc(100% - 100px);
    padding-left: 1rem;
  }
  .writer-profile .write-name {
    min-height: 0;
    padding: 0;
    display: block;
  }
  .writer-profile .writer-id {
    display: inline;
    vertical-align: middle;
    margin-left: 1em;
  }
}
.media-contact {
  background: #f3f3f3;
  text-align: center;
  padding: 3rem 1rem;
}
.media-contact .contact-title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.media-contact .btn-read-more {
  color: #333;
  text-align: center;
  padding: 0.5em;
  max-width: 200px;
  border: 1px solid;
  margin: 0.5em auto 0;
  transition: color 0.3s, background 0.3s;
  display: block;
  background: #fff;
}
.media-contact .btn-read-more:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.comment-box ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 0.9rem;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dfe5e7;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dfe5e7;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 3px;
}
.comment-user-name {
  margin: 0 0 10px;
  font-weight: 700;
}
.comment-content {
  font-size: 0.85rem;
  margin: 0 0 10px;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px;
}
.comment-metadata {
  font-size: 0.8rem;
  color: #9aa5ab;
  margin: 0;
}
.comment-metadata a {
  color: #9aa5ab;
}
.leave-comment-title {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1rem;
  cursor: pointer;
  line-height: 1.5;
  font-size: 0.8rem;
  overflow: hidden;
  background-color: #79878f;
  color: #fff;
  font-weight: 700;
  border-radius: 0.2rem;
  text-decoration: none !important;
  transition: all 0.2s;
}
.leave-comment-title:hover {
  background-color: #616d74;
  color: #fff;
  text-decoration: none;
}
.leave-comment-title img,
.leave-comment-title svg {
  vertical-align: top;
  margin-right: 0.3em;
}
.pager {
  font-size: 0.8rem;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  margin: 3em auto;
}
.pager:after {
  content: "";
  display: block;
  clear: both;
  display: none;
}
.pager a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .pager a:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
}
.pager .pager-next,
.pager .pager-prev {
  position: relative;
  width: 155px;
}
.pager .pager-next {
  float: right;
}
.pager .pager-prev {
  float: left;
}
.pager .pager-next a,
.pager .pager-prev a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 56px;
  background: #005bac;
  color: #fff;
  position: relative;
  transition: opacity 0.3s;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 28px;
  transition: all 0.3s;
}
.pager .pager-next a {
  padding-left: 33px;
  padding-right: 20px;
}
.pager .pager-next a::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467083") no-repeat center center;
  background-size: 7px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
}
.pager .pager-prev a {
  padding-left: 47px;
  padding-right: 10px;
}
.pager .pager-prev a::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467083") no-repeat center center;
  background-size: 7px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  margin: auto;
  rotate: 180deg;
}
.pager .pager-next .pager-arrow,
.pager .pager-prev .pager-arrow {
  width: 0.5em;
  height: 0.5em;
  text-indent: 100%;
  overflow: hidden;
  whte-sace: nowrap;
  display: block;
  border-top: 1px solid;
  border-left: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
}
.pager .pager-next .pager-arrow {
  right: 0.5em;
  transform: rotate(135deg);
}
.pager.permalink .pager-next {
  text-align: right;
}
.pager .pager-prev .pager-arrow {
  left: 0.5em;
  transform: rotate(-45deg);
}
.pager.permalink .pager-prev {
  text-align: left;
}
.entry-content .related-link {
  margin: 0;
  list-style: none;
}
.related-link a {
  color: #333;
  text-decoration: underline;
}
.related-link a[target=_blank]:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(https://cdn.blog.st-hatena.com/css/theme/hbm-text-visual-common/images/outerlink.gif) no-repeat center center/contain;
  vertical-align: middle;
  margin-left: 0.5em;
}
#main .related-entries.hatena-urllist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .related-entries.hatena-urllist > li {
  margin-bottom: 2rem;
  width: 30%;
}
@media (min-width: 768px) {
  #main .related-entries.hatena-urllist > li {
    margin-bottom: 14px;
    width: 31%;
  }
}
@media (max-width: 767px) {
  #main .related-entries.hatena-urllist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 19px;
  }
  #main .customized-footer .related-entries.hatena-urllist > li {
    margin-bottom: 0;
    width: 100%;
  }
  #main .entry-footer .hatena-module-related-entries .related-entries-title {
    margin-bottom: 0;
  }
}
.urllist-see-more a {
  color: #333;
  padding: 0.5em;
  text-align: center;
  border: 1px solid;
  display: block;
  transition: color 0.3s, background 0.3s;
}
.urllist-see-more a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.urllist-read-more-btn {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1rem;
  cursor: pointer;
  line-height: 1.5;
  font-size: 0.8rem;
  overflow: hidden;
  background-color: #79878f;
  color: #fff;
  font-weight: 700;
  border-radius: 0.2rem;
  text-decoration: none !important;
  transition: all 0.2s;
  display: block;
  width: 100%;
}
.urllist-read-more-btn:hover {
  background-color: #616d74;
  color: #fff;
  text-decoration: none;
}
.urllist-read-more-btn img,
.urllist-read-more-btn svg {
  vertical-align: top;
  margin-right: 0.3em;
}
#entry-footer-secondary-modules .hatena-module:first-child {
  margin-top: 1.5rem;
}
.entry-footer-modules .urllist-title-link {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .entry-footer-modules .urllist-title-link {
    font-size: 1rem;
  }
}
@media all and (-ms-high-contrast: none) {
  #box2-inner .urllist-title-link {
    display: block;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #box2-inner .urllist-title-link:before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1em;
    display: inline-block;
    background-color: #fff;
  }
  #box2-inner .urllist-title-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
#box2 .urllist-category-link {
  background-color: #fff;
}
#box2 .urllist-entry-body {
  font-size: 0.8rem;
}
#box2 .hatena-module-html {
  background-color: transparent;
  padding: 0;
}
.hatena-module-profile {
  padding: 1em;
  background: #f3f3f3;
}
.hatena-module-profile .hatena-module-body:after {
  content: " ";
  display: block;
  clear: both;
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 5px;
}
.hatena-module-profile .id {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
.hatena-urllist .archive-module-year {
  padding-bottom: 0;
  border-bottom: 0;
}
.search-form,
.search-result-form {
  position: relative;
  border: none;
}
.search-form .search-module-input,
.search-result-form .search-result-input {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  padding: 1em;
  color: #333;
  outline: none;
  font-size: 1rem;
  background: transparent url(https://cdn.blog.st-hatena.com/css/theme/hbm-text-visual-common/images/search.png) no-repeat 98%;
}
.search-form .search-module-input:-webkit-input-placeholder {
  color: #898989;
}
.search-form .search-module-button,
.search-result-form .search-result-button {
  height: 0;
  width: 0;
  border: 0;
  padding: 0;
  position: absolute;
  border: none;
  outline: none;
  opacity: 0;
}
.about-this-blog {
  background: #f3f3f3;
  padding: 1rem;
}
.hatena-module .follow-sns {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  border-top: 1px solid #dededf;
  padding: 0.5rem 0 1em;
  margin-top: 2rem;
}
.about-blog-title {
  text-align: left;
  margin-bottom: 0.8em;
  font-size: 1.1rem;
  font-weight: 700;
}
.about-blog-logo {
  width: 100%;
  height: 150px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  background: #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hatena-module .follow-sns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.hatena-module .follow-sns ul li {
  width: 44px;
  height: 44px;
  margin: 0 5px;
}
.categories:after,
.page-archive .categories:after,
.hatena-module-category .hatena-urllist:after {
  content: "";
  display: table;
  clear: both;
}
.hatena-module-category .hatena-urllist li {
  padding: 0;
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.entry-category-link,
.urllist-category-link,
.categories a,
.page-archive .categories a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 4px;
  padding-right: 9px;
  padding-bottom: 4px;
  padding-left: 9px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-right: 0;
}
.entry-category-link:hover,
.urllist-category-link:hover,
.categories a:hover,
.page-archive .categories a:hover {
  border: 1px solid #979ca1;
  background: #f2f7fc;
  color: #979ca1;
}
.page-archive .archive-entry-body,
.page-archive .categories {
  display: none;
}
@media (min-width: 768px) {
  .page-archive .archive-entry-body,
  .page-archive .categories {
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
  }
}
.entries-access-ranking {
  counter-reset: rank-num;
}
.entries-access-ranking .entries-access-ranking-item {
  position: relative;
  counter-increment: rank-num;
}
.entries-access-ranking .entries-access-ranking-item:before {
  content: counter(rank-num);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  margin: auto;
  background: #333;
}
.entries-access-ranking .entries-access-ranking-item.rank-1:before {
  background: #d1be37;
}
.entries-access-ranking .entries-access-ranking-item.rank-2:before {
  background: #b1b1b1;
}
.entries-access-ranking .entries-access-ranking-item.rank-3:before {
  background: #978475;
}
.page-about dt {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #dfe5e7;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.side-pickup {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
}
.side-pickup > li {
  margin-bottom: 2em;
}
.side-pickup p {
  margin: 0.5em 0;
}
#top-box {
  margin: 0;
  position: relative;
  display: none;
}
#top-box:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
@media (min-width: 768px) {
  #top-box {
    width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #top-box {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  #top-box {
    width: 1140px;
  }
}
.breadcrumb {
  width: 100%;
  font-size: 0.75rem;
  overflow-x: scroll;
  white-space: nowrap;
}
.breadcrumb-inner {
  padding: 0.5em 1em;
}
.breadcrumb-child:last-of-type {
  padding-right: 3em;
}
.breadcrumb a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin: 1rem 0;
    overflow: auto;
  }
  .breadcrumb-inner {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    overflow: auto;
    padding: 0;
  }
  .breadcrumb-inner {
    white-space: normal;
  }
}
.foot-share {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 10px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  background: #fff;
  z-index: 9999;
}
.foot-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.foot-share ul > li {
  width: 19%;
}
.foot-share ul > li a {
  display: block;
  text-align: center;
  padding: 0.5em;
}
.foot-share ul > li a img {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  margin: 0 auto;
}
.foot-share ul > li a.twitter {
  background-color: #000;
}
.foot-share ul > li a.facebook {
  background-color: #1877f1;
}
.foot-share ul > li a.hatena {
  background-color: #00a1db;
}
.foot-share ul > li a.line {
  background-color: #00a800;
}
.foot-share ul > li a.pinterest {
  background-color: #e60019;
}
@media (min-width: 768px) {
  .foot-share {
    display: none;
  }
}
.page-archive .social-buttons {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-pickup .slide .urllist-image {
    margin-bottom: 0;
  }
  .home-pickup .slide .urllist-date-link {
    position: absolute;
    font-size: inherit;
    left: 1em;
    bottom: 4em;
    margin: auto;
    z-index: 3;
  }
  .home-pickup .slide .urllist-date-link a {
    color: #fff;
    font-size: 0.8rem;
  }
  .home-pickup .slide .recent-entries-title-link {
    color: #fff;
    font-size: inherit;
    line-height: 150%;
    height: 3em;
    overflow: hidden;
    width: calc(100% - 2em);
    position: absolute;
    left: 1em;
    bottom: 1em;
    margin: auto;
    z-index: 3;
  }
  .home-pickup .swiper-button-prev,
  .home-pickup .swiper-container-rtl .swiper-button-next {
    left: -30px;
  }
  .home-pickup .swiper-button-next,
  .home-pickup .swiper-container-rtl .swiper-button-prev {
    right: -30px;
  }
}
#main .hatena-urllist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .hatena-urllist > li {
  width: 48%;
  margin-bottom: 1.5rem;
}
#main .urllist-with-thumbnails li .urllist-image {
  width: 100%;
}
@media (min-width: 768px) {
  #main .hatena-urllist > li {
    margin-bottom: 3rem;
  }
  .hatena-module-recent-entries .urllist-categories {
    display: flex;
  }
}
.page-archive .archive-entries {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.2916666652vw, 33px) min(2.777777776vw, 40px);
}
@media (max-width: 1024px) {
  .page-archive .archive-entries {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-archive .archive-entry {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: calc(74% + 0.5rem);
  margin: 0;
}
.page-archive .entry-title {
  margin: 0.5em 0 2.2em;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
}
.page-archive .entry-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  transition: scale 0.6s;
}
.page-archive .entry-description {
  margin: 0.5rem 0;
  font-size: 0.85rem;
  display: none;
}
@media (min-width: 576px) {
  .page-archive .entry-description {
    font-size: 0.9rem;
  }
}
.archive-header-category {
  margin-bottom: 0;
}
.archive-heading,
.archive-header-category .archive-heading {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}
.archive-heading a {
  text-decoration: none;
}
.archive-heading a:hover {
  text-decoration: underline;
}
.archive-description {
  font-size: 0.85rem;
}
@media (min-width: 576px) {
  .archive-description {
    font-size: 0.9rem;
  }
}
/* </system> */
/* <system section="background" selected="default"> */
/* default */
/* </system> */
/*メインカラム記事一覧タイトル行数設定（トップページ）*/
#main-inner .urllist-title-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*メインカラム記事一覧タイトル行数設定（トップページ以外）*/
#main-inner .archive-entries .entry-title-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*サブカラム 記事一覧タイトル行数設定*/
#box2-inner .urllist-title-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}
body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #1a1c21;
  font-family: "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}
ul li,
ol li {
  list-style-type: none;
}
em,
i,
dfn {
  font-style: normal;
}
img {
  display: block;
  width: 100%;
}
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  /* iOS 8+ */
}
*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}
/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number] {
  width: auto;
  /* Firefox 36+ */
}
[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
#box2 {
  width: 300px;
}
#box2:after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  content: "";
}
/* 共通
------------------------------------*/
#box2 .l-sidebar__box {
  padding-top: 37px;
  padding-right: 28px;
  padding-bottom: 40px;
  padding-left: 28px;
  border-radius: 20px;
  background: #ffffff;
}
#box2-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-sidebar__ttl,
.hatena-module-custom-sidebar__new-article .hatena-module-title,
.hatena-module-custom-sidebar__pickup .hatena-module-title {
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.l-sidebar__ttl::before,
.hatena-module-custom-sidebar__new-article .hatena-module-title::before,
.hatena-module-custom-sidebar__pickup .hatena-module-title::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cce0f5;
  content: "";
}
.l-sidebar__ttl--blue::before,
.hatena-module-custom-sidebar__new-article .hatena-module-title::before {
  background: #cce0f5;
}
.l-sidebar__ttl--green::before {
  background: #bdebe1;
}
.l-sidebar__ttl--orange::before {
  background: #ffda93;
}
.l-sidebar__ttl--pink::before,
.hatena-module-custom-sidebar__pickup .hatena-module-title::before {
  background: #f4d0d0;
}
/* Total assist
------------------------------------*/
.l-sidebar__top {
  position: relative;
  padding-top: 40px;
  padding-right: 28px;
  padding-bottom: 40px;
  padding-left: 28px;
  border-radius: 20px;
  background: #ffffff;
}
.l-sidebar__top::before {
  position: absolute;
  top: -50px;
  right: 22px;
  width: 196px;
  height: 70px;
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467120");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.l-sidebar__top-img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-sidebar__top-txt {
  padding-top: 25px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
.l-sidebar__top-item {
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
.l-sidebar__top-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 28px;
  background: #fcc800;
  color: #1a1c21;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  transition: 0.3s;
}
.l-sidebar__top-link::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467080");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
/* 最新記事
------------------------------------*/
.l-sidebar__article-list,
.hatena-module-custom-sidebar__new-article .hatena-module-body,
.hatena-module-custom-sidebar__pickup .hatena-module-body {
  padding-top: 23px;
}
.l-sidebar__article-list ul,
.hatena-module-custom-sidebar__new-article .hatena-urllist {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.l-sidebar__article-list-link {
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-sidebar__article-list-img {
  width: 96px;
  overflow: hidden;
  border-radius: 10px;
}
.l-sidebar__article-list-img img {
  border-radius: 10px;
}
.l-sidebar__article-list-in {
  width: 136px;
}
.l-sidebar__article-time {
  color: #6b7075;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.l-sidebar__article-list-ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 52px;
  padding-top: 4px;
  overflow: hidden;
  color: #1a1c21;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  text-overflow: ellipsis;
}
.hatena-module-custom-sidebar__new-article .hatena-urllist li {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* カテゴリー
------------------------------------*/
.l-sidebar__cat-list ul {
  -ms-flex-wrap: wrap;
  gap: 12px 4px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.hatena-module-custom-sidebar__cat ul {
  gap: 12px 4px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.hatena-module-custom-sidebar__cat ul li a {
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 3px;
  padding-right: 11px;
  padding-bottom: 4px;
  padding-left: 11px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  background-color: #fff;
}
.hatena-module-custom-sidebar__cat ul li a:hover {
  border: 1px solid #979ca1;
  background-color: #f2f7fc;
  color: #979ca1;
}
.hatena-module-custom-sidebar__cat .hatena-module-title {
  gap: 8px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.hatena-module-custom-sidebar__cat .hatena-module-title::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bdebe1;
  content: "";
}
.hatena-module-custom-sidebar__cat .hatena-urllist li:has(.category-福岡,
.category-島根,
.category-広島,
.category-徳島,
.category-愛媛,
.category-愛知,
.category-新潟,
.category-東京,
.category-東海,
.category-栃木,
.category-茨城,
.category-沖縄,
.category-滋賀,
.category-熊本,
.category-石川,
.category-神奈川,
.category-福井,
.category-岩手,
.category-福島,
.category-秋田,
.category-群馬,
.category-栃木,
.category-近畿,
.category-長崎,
.category-長野,
.category-関東,
.category-青森,
.category-静岡,
.category-香川,
.category-高知,
.category-鳥取,
.category-鹿児島,
.category-岡山,
.category-和歌山,
.category-京都,
.category-九州・沖縄,
.category-佐賀,
.category-九州,
.category-中国・四国,
.category-信越・北陸,
.category-三重,
.category-兵庫,
.category-北海道・東北,
.category-北海道,
.category-千葉,
.category-埼玉,
.category-大分,
.category-大阪,
.category-奈良,
.category-宮城,
.category-宮崎,
.category-富山,
.category-山口,
.category-山形,
.category-山梨,
.category-岐阜,
.category-おすすめ記事,
.category-スライダーに表示) {
  display: none;
  visibility: hidden;
}
/* 地域から記事を探す-地域
------------------------------------*/
.l-sidebar__search-wrap {
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding-top: 23px;
}
.l-sidebar__search-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #005bac;
  border-radius: 28px;
  background: #ffffff;
  color: #005bac;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}
.l-sidebar__search-link::before {
  position: absolute;
  right: 20px;
  width: 7px;
  height: 12px;
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467081");
  content: "";
}
/* 地域から記事を探す-県
------------------------------------*/
.l-sidebar__search-detai-wrap {
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding-top: 23px;
}
.l-sidebar__search-detai-link button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-top: 7px;
  padding-bottom: 11px;
  padding-bottom: 7px;
  border: 1px solid #005bac;
  border-radius: 28px;
  background: #ffffff;
  color: #005bac;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}
.l-sidebar__search-detai-link button::before {
  position: absolute;
  right: 20px;
  width: 10px;
  height: 1.5px;
  background: #005bac;
  content: "";
}
.l-sidebar__search-detai-link button::after {
  -webkit-transition: rotate 0.2s;
  position: absolute;
  right: 24px;
  width: 2px;
  height: 10px;
  background: #005bac;
  content: "";
  transition: rotate 0.2s;
}
.l-sidebar__search-detai-link button.is-open::after {
  rotate: 90deg;
}
.l-sidebar__search-detai-list {
  display: none;
  padding-top: 12px;
  padding-bottom: 6px;
}
.l-sidebar__search-detai-list ul {
  -ms-flex-wrap: wrap;
  row-gap: 9px;
  display: flex;
  flex-wrap: wrap;
}
.l-sidebar__search-detai-item {
  position: relative;
  height: 100%;
  margin-right: 26px;
}
.l-sidebar__search-detai-item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background: #dbdee3;
  content: "";
}
.l-sidebar__search-detai-item a {
  display: block;
  color: #005bac;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
.l-main {
  position: relative;
}
.l-wrapper-in {
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background: #f8f6ea;
}
.l-wrapper-in:has(.no-entry) .l-nav__contents {
  padding-top: 13px;
  padding-bottom: 10px;
}
.l-wrapper-in:has(.no-entry) #bottom-editarea {
  margin-bottom: 120px;
}
.l-wrapper-in:has(.no-entry) #bottom-editarea .p-top__cont-about {
  display: none;
}
.l-wrapper-in:has(.no-entry) #bottom-editarea .p-top__cont-total-assist::before,
.l-wrapper-in:has(.no-entry) #bottom-editarea .p-top__cont-total-assist::after {
  display: none;
}
.l-overlay {
  position: relative;
}
.l-overlay::before {
  -webkit-transition: -webkit-transform 0.5s ease;
  -webkit-transform: translateY(-100%);
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  height: 100vh;
  transform: translateY(-100%);
  background: rgba(0, 0, 0, 0.4);
  content: "";
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .l-overlay::before {
    display: none;
  }
}
.l-overlay.is-visible::before {
  transform: translateY(0);
}
.l-overlay.is-hidden::before {
  transform: translateY(-100%);
}
.l-column {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
#content-inner {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
}
/* page-indexではない場合、親要素.hatena-module-custom-fixed-menuがある.l-fixed_menuは非表示 */
:not(.page-index) .hatena-module-custom-fixed-menu .l-fixed_menu {
  display: none;
}
.l-fixed_menu {
  z-index: 10;
  position: fixed;
  top: auto;
  top: 183px;
  right: 0;
}
.l-fixed_menu-inner {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.l-fixed_menu-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  display: flex;
  justify-content: center;
  width: 48px;
  height: 200px;
  border-radius: 10px 0 0 10px;
  background: #fcc800;
  transition: 0.3s;
}
.l-fixed_menu-link {
  gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-fixed_menu-icon--dairiten {
  width: 34px;
}
.l-fixed_menu-icon--pc {
  width: 32px;
}
.l-fixed_menu-icon img {
  display: block;
  width: 100%;
}
.l-fixed_menu-txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #1a1c21;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
.footer {
  z-index: 1;
  position: relative;
  padding: 16px 48px 28px;
  background-color: #002656;
}
.footer__nav {
  padding-bottom: 16px;
  border-bottom: 1px solid #9babc0;
}
.footer__nav > ul {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__nav > ul > li {
  position: relative;
}
.footer__nav > ul > li > a {
  padding-right: 24px;
  padding-left: 24px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer__nav > ul > li > a:hover,
.footer__nav > ul > li > a:active,
.footer__nav > ul > li > a:focus {
  text-decoration: underline;
}
.footer__nav > ul > li:first-child a {
  padding-left: 0;
}
.footer__nav > ul > li:last-child a {
  padding-right: 0;
  border: none;
}
.footer__content-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__nav + .footer__content > .footer__content-inner {
  padding-top: 28px;
}
.footer__body {
  row-gap: 16px;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer__copy-img {
  margin-left: auto;
}
.footer__copy-img img {
  width: 201px;
}
.footer__copy {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
/* .footer--popup
----------------------------------------------- */
.footer--popup {
  z-index: 2;
  position: relative;
  margin-top: 0;
  border-top: 1px solid #fff;
}
/* 全ページのコピーライトのフォントサイズを統一させるための記述 */
.footer-copyright-text {
  font-size: 14px !important;
  font-weight: normal !important;
}
.footer {
  z-index: 5;
}
.footer__nav ul li a {
  padding-left: 14px;
}
.is-pc .footer-nav a:hover {
  text-decoration: underline;
}
.icon-blank {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 5px 10px;
  vertical-align: middle;
}
.icon-blank > img {
  display: block;
}
/* ===========================================
 * ページトップ
 * ======================================== */
.page-top {
  display: none;
  z-index: 5;
  position: fixed;
  right: 8px;
  bottom: 30px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 50%;
}
.page-top.is-stop {
  position: absolute;
  bottom: 263px;
}
.page-top a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467074");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-top a:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}
.topBtn {
  display: block;
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 82px;
  height: 82px;
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467074");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.topBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
.topBtn:hover {
  opacity: 0.7;
}
.l-header__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  height: 70px;
  background: #ffffff;
}
.l-header__inner {
  padding-left: 20px;
}
.l-header__logo {
  width: 198px;
}
.l-header__logo img {
  display: block;
  width: 100%;
}
.l-nav {
  background: #005bac;
}
.l-nav__wrap {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.l-nav__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 70px;
}
.l-nav__logo {
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.l-nav__logo-txt {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 150%;
}
.l-nav__logo-img {
  width: 166px;
}
.l-nav__logo-img img {
  display: block;
  width: 100%;
}
.l-nav__inner {
  gap: 51px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}
.l-nav__list {
  gap: 49px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}
.l-nav__item {
  position: relative;
  cursor: pointer;
}
.l-nav__item-ttl {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.71;
}
.l-nav__item-ttl.-accordion.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.l-nav__search {
  position: relative;
  cursor: pointer;
}
.l-nav__search-ttl {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 500;
}
.l-nav__search-ttl::before {
  position: absolute;
  left: -20px;
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
}
.l-nav__search-icon {
  width: 17px;
  height: 17px;
}
.l-nav__search-txt {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.71;
}
/* 「地方から記事を探す」(地域)をホバー時のドロップダウンメニュー
------------------------------------*/
.l-nav__item-inner {
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -webkit-transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1000px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav__item-inner.l-nav__item-prefecture-wrap {
  left: 95%;
}
.l-nav__item-inner-top {
  height: 20px;
  pointer-events: none;
}
.l-nav__item-inner-contents {
  -ms-flex-wrap: wrap;
  gap: 12px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-radius: 20px;
  background: #ffffff;
  white-space: nowrap;
}
.l-nav__item-inner-contents::before {
  -webkit-transform: translateX(70%);
  position: absolute;
  top: -19px;
  width: 20px;
  height: 19px;
  transform: translateX(70%);
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467085");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.l-nav__item-inner-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 40px;
}
/* 「地方から記事を探す」(県)をホバー時のドロップダウンメニュー
------------------------------------*/
.l-nav__item-prefecture {
  justify-content: flex-start;
  padding-top: 47px;
  padding-bottom: 45px;
  padding-left: 40px;
}
.l-nav__item-prefecture::before {
  -webkit-transform: translateX(-50%);
  left: 46%;
  transform: translateX(-50%);
}
.l-nav__item-prefecture .l-nav__item-detail-contents:last-child {
  width: auto;
  padding-left: min(2.777777776vw, 40px);
}
.l-nav__item-prefecture .l-nav__item-detail-contents:last-child::before {
  left: 0;
}
.l-nav__item-detail-box {
  gap: 45px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.l-nav__item-detail-contents {
  gap: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}
.l-nav__item-detail-contents:first-child {
  width: 45.5696202532%;
}
.l-nav__item-detail-contents:last-child {
  width: 45.5696202532%;
}
.l-nav__item-detail-contents:last-child::before {
  position: absolute;
  top: 0;
  left: -33px;
  width: 1px;
  height: 100%;
  background: #dbdee3;
  content: "";
}
.l-nav__item-detail-cat a {
  position: relative;
  padding-left: 17px;
  color: #005bac;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.28;
}
.l-nav__item-detail-cat a::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467081");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.l-nav__item-detail-list {
  -ms-flex-wrap: wrap;
  gap: 8px 25px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
.l-nav__item-detail-item {
  position: relative;
  height: 100%;
  height: 100%;
}
.l-nav__item-detail-item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background: #dbdee3;
  content: "";
}
.l-nav__item-detail-link {
  display: block;
  color: #005bac;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.28;
}
/* 「カテゴリーで探す」をホバー時のドロップダウンメニュー
------------------------------------*/
.l-nav__item-inner-contents li:has(.category-福岡,
.category-島根,
.category-広島,
.category-徳島,
.category-愛媛,
.category-愛知,
.category-新潟,
.category-東京,
.category-東海,
.category-栃木,
.category-茨城,
.category-沖縄,
.category-滋賀,
.category-熊本,
.category-石川,
.category-神奈川,
.category-福井,
.category-岩手,
.category-福島,
.category-秋田,
.category-群馬,
.category-栃木,
.category-近畿,
.category-長崎,
.category-長野,
.category-関東,
.category-青森,
.category-静岡,
.category-香川,
.category-高知,
.category-鳥取,
.category-鹿児島,
.category-岡山,
.category-和歌山,
.category-京都,
.category-九州・沖縄,
.category-佐賀,
.category-九州,
.category-中国・四国,
.category-信越・北陸,
.category-三重,
.category-兵庫,
.category-北海道,
.category-千葉,
.category-埼玉,
.category-大分,
.category-大阪,
.category-奈良,
.category-宮城,
.category-宮崎,
.category-富山,
.category-山口,
.category-山形,
.category-山梨,
.category-岐阜,
.category-おすすめ記事,
.category-スライダーに表示) {
  display: none;
  visibility: hidden;
}
/* 「記事検索」をホバー時のドロップダウンメニュー
------------------------------------*/
.l-nav__search-inner {
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  z-index: 10;
  z-index: 60;
  position: absolute;
  top: 100%;
  right: 9%;
  width: 450px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav__search-inner-top {
  height: 20px;
  pointer-events: none;
}
.l-nav__search-inner-contents {
  position: relative;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 20px;
  background: #ffffff;
}
.l-nav__search-inner-contents::before {
  position: absolute;
  top: -19px;
  right: 6%;
  width: 20px;
  height: 19px;
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467085");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
/* 検索窓
------------------------------------*/
.top_hatena-module .hatena-module-search-box {
  width: 100%;
  opacity: 1;
}
.top_hatena-module-body {
  height: 63px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}
.top_search-form {
  height: 100%;
}
.hatena-module-search-box .top_search-module-input {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 17px;
  padding-right: 70px;
  padding-bottom: 18px;
  padding-left: 33px;
  border: none;
  border: 1px solid #979ca1;
  border-radius: 3px;
  outline: none;
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467088") #ffffff no-repeat center left 11px/17px 17px;
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
.top_search-module-button {
  position: absolute;
  width: 68px;
  height: 63px;
  margin-left: -68px;
  border: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  background: #005bac;
  color: #ffffff;
}
/* 凡庸
------------------------------------*/
.c-btn {
  -webkit-transition: 0.3s;
  display: inline-block;
  position: relative;
  border-radius: 28px;
  background: #005bac;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
}
.c-btn::after,
.hatena-module-custom-new-article .urllist-see-more a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 28px;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467083");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.c-btn-white {
  -webkit-transition: 0.3s;
  position: relative;
  border: 1px solid #005bac;
  border-radius: 28px;
  background: #ffffff;
  color: #005bac;
  font-weight: bold;
  transition: 0.3s;
}
.c-btn-white::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 28px;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467081");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.c-btn-yellow {
  -webkit-transition: 0.3s;
  display: inline-block;
  position: relative;
  border-radius: 28px;
  background: #fcc800;
  color: #1a1c21;
  font-weight: bold;
  transition: 0.3s;
}
.c-btn-yellow::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 28px;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467080");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.c-tag-fs16 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 7px;
  padding-left: 12px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.c-tag-fs14 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 3px;
  padding-right: 11px;
  padding-bottom: 4px;
  padding-left: 11px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.c-tag-fs12 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 4px;
  padding-right: 9px;
  padding-bottom: 5px;
  padding-left: 9px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.c-tag-fs12-mv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.p-article__list {
  gap: min(3.3333333312vw, 48px) min(2.777777776vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-article__img {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.p-article__img img {
  border-radius: 20px;
}
.p-article__inner {
  padding-top: 15px;
}
.p-article__time {
  display: block;
  color: #6b7075;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.p-article__ttl {
  display: block;
  padding-top: 9px;
  color: #1a1c21;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 51px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.p-article__cat {
  -ms-flex-wrap: wrap;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}
/* ===========================================
 * 共通
 * ======================================== */
.p-top__cont-main {
  position: relative;
  width: calc(100% - 350px);
}
.p-top__cont-head {
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: relative;
  align-items: center;
}
.p-top__cont-head::before {
  width: 92px;
  height: 95px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.p-top__cont-head--search::before {
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467119");
}
.p-top__cont-head--picup::before {
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467118");
}
.p-top__cont-head--new-article::before {
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467117");
}
.p-top__cont-head--vertical {
  gap: 11px;
  flex-direction: column;
}
.p-top__cont-ttl {
  display: flex;
  flex-direction: column;
  margin-top: -7px;
}
.p-top__cont-ttl--en {
  display: inline-block;
  color: #005bac;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 2;
}
.p-top__cont-ttl--ja {
  display: inline-block;
  padding-top: 3px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.p-top__cont-ttl--vertical {
  flex-direction: row;
}
.p-top__cont-ttl--vertical .p-top__cont-ttl--en {
  writing-mode: vertical-rl;
}
.p-top__cont-ttl--vertical .p-top__cont-ttl--ja {
  writing-mode: vertical-rl;
}
/* ===========================================
 * MV
 * ======================================== */
.p-top__mv {
  margin-top: -60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.p-top__mv-slider {
  padding-bottom: 56px;
}
.p-top__mv-slide-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
}
.p-top__mv-slide-img {
  width: 640px;
  overflow: hidden;
  border-radius: 40px;
}
.p-top__mv-slide-img img {
  display: block;
  width: 100%;
  border-radius: 40px;
}
.p-top__mv-slide-box {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 304px;
  padding-top: 10px;
  padding-right: 28px;
  padding-bottom: 10px;
  padding-left: 28px;
  border-radius: 40px;
  background: #f8f6ea;
  flex: 1 1 auto;
}
.p-top__mv-slide-box::after {
  content: "";
  position: absolute;
  background: url(https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467115);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 278px;
  height: 93px;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.p-top__mv-slide-data {
  color: #1a1c21;
}
.p-top__mv-slide-data time {
  color: #979ca1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.71;
}
.p-top__mv-slide-ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 90px;
  overflow: hidden;
  padding-top: 22px;
  color: #1a1c21;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 150%;
}
.p-top__mv-slide-txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 89px;
  padding-top: 17px;
  overflow: hidden;
  color: #1a1c21;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  text-overflow: ellipsis;
}
/* swiperカスタマイズ
------------------------------------*/
.p-top__mv .swiper-container {
  position: relative;
}
.p-top__mv .swiper-wrapper {
  width: 100%;
}
.p-top__mv .swiper-slide {
  width: 1000px;
}
.p-top__mv .swiper-pagination {
  bottom: 20px !important;
  margin-right: auto !important;
  margin-left: 35% !important;
  text-align: start !important;
}
.p-top__mv .swiper-pagination-bullet {
  background: #dbdee3 !important;
  opacity: 1 !important;
}
.p-top__mv .swiper-pagination-bullet-active {
  background: #005bac !important;
}
.p-top__mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.p-top__mv .swiper-button-prev,
.p-top__mv .swiper-button-next,
.hatena-module-custom-mv-slider .swiper-button-prev,
.hatena-module-custom-mv-slider .swiper-button-next {
  width: 9px;
  height: 16px;
}
.p-top__mv .swiper-button-prev,
.hatena-module-custom-mv-slider .swiper-button-prev {
  left: calc(50% - 529px);
}
.p-top__mv .swiper-button-next,
.hatena-module-custom-mv-slider .swiper-button-next {
  right: calc(50% - 529px);
}
.p-top__mv .swiper-button-prev::after,
.p-top__mv .swiper-button-next::after,
.hatena-module-custom-mv-slider .swiper-button-prev::after,
.hatena-module-custom-mv-slider .swiper-button-next::after {
  width: 9px;
  height: 16px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
.p-top__mv .swiper-button-prev::after,
.hatena-module-custom-mv-slider .swiper-button-prev::after {
  rotate: 180deg;
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467116");
}
.p-top__mv .swiper-button-next::after,
.hatena-module-custom-mv-slider .swiper-button-next::after {
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467116");
}
.p-top__mv .swiper-slide img {
  width: 100%;
  height: auto;
}
.p-top__mv .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.p-top__mv .swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
/* ===========================================
 * テーマのswiperを使用したMV slider
 * ======================================== */
.hatena-module-custom-mv-slider {
  margin-top: -60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.hatena-module-custom-mv-slider .hatena-module-body {
  margin-bottom: 125px;
}
.hatena-module-custom-mv-slider .main-slider-wrap {
  padding-bottom: 56px;
}
.hatena-module-custom-mv-slider .swiper-container {
  position: relative;
}
.hatena-module-custom-mv-slider .swiper-wrapper {
  width: 100%;
}
.hatena-module-custom-mv-slider .swiper-slide {
  width: 1000px;
  height: auto;
}
.hatena-module-custom-mv-slider .swiper-slide img {
  aspect-ratio: 640/453;
  -o-object-fit: cover;
     object-fit: cover;
}
.hatena-module-custom-mv-slider .p-top__mv-slide-link {
  height: 100%;
}
.hatena-module-custom-mv-slider .swiper-pagination {
  bottom: -45px !important;
  margin-right: auto !important;
  margin-left: 35% !important;
  text-align: start !important;
}
.hatena-module-custom-mv-slider .swiper-pagination-bullet {
  background: #dbdee3 !important;
  opacity: 1 !important;
}
.hatena-module-custom-mv-slider .swiper-pagination-bullet-active {
  background: #005bac !important;
}
.hatena-module-custom-mv-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.hatena-module-custom-mv-slider .swiper-slide img {
  width: 100%;
  height: auto;
}
.hatena-module-custom-mv-slider .swiper-button-next,
.hatena-module-custom-mv-slider .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.hatena-module-custom-mv-slider .swiper-button-prev,
.hatena-module-custom-mv-slider .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.hatena-module-custom-mv-slider .p-top__mv-slide-data {
  color: #979ca1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.71;
}
.p-top__mv-slide-tag {
  -ms-flex-wrap: wrap;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.p-top__mv-slide-tag a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
}
.p-top__mv-slide-tag .category-スライダーに表示 {
  display: none;
}
/* ===========================================
 * 地域から記事を探す-地域
 * ======================================== */
.hatena-module-custom-search-by-region {
  padding-bottom: 90px;
}
.p-top__cont-search {
  position: relative;
  border-radius: 0 40px 40px 0;
  background: #ffffff;
}
.p-top__cont-search::before {
  position: absolute;
  top: 0;
  left: -360px;
  width: 360px;
  height: 100%;
  background: #fff;
  content: "";
}
.p-top__cont-search::after {
  position: absolute;
  top: -60px;
  right: 42px;
  width: min(15.7638888788vw, 227px);
  height: min(13.88888888vw, 200px);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467122");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.p-top__cont-search-wrap {
  padding-top: 38px;
  padding-right: 20px;
}
.p-top__cont-search-inner {
  padding-top: 24px;
  padding-bottom: 40px;
}
.p-top__cont-search-list {
  -ms-flex-wrap: wrap;
  gap: 16px 12px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.p-top__cont-search-item {
  width: 193px;
}
.p-top__cont-search-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #005bac;
  border-radius: 28px;
  background: #ffffff;
  color: #005bac;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  transition: 0.3s;
}
.p-top__cont-search-link::before {
  position: absolute;
  right: 28px;
  width: 7px;
  height: 12px;
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467081");
  content: "";
}
/* ===========================================
 * 地域から記事を探す-県
 * ======================================== */
.p-top__cont-search-detail {
  position: relative;
  border-radius: 0 40px 40px 0;
  background: #ffffff;
}
.p-top__cont-search-detail::before {
  position: absolute;
  top: 0;
  left: -360px;
  width: 360px;
  height: 100%;
  background: #fff;
  content: "";
}
.p-top__cont-search-detail::after {
  position: absolute;
  top: -82px;
  right: 59px;
  width: min(16.1111111008vw, 232px);
  height: min(14.1666666576vw, 204px);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467122");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.p-top__cont-search-detail-in {
  padding-top: 24px;
  padding-bottom: 46px;
}
.p-top__cont-search-detail-wrap {
  padding-top: 21px;
  padding-right: 46px;
}
.p-top__cont-search-detail-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
}
.p-top__cont-search-detail-contents {
  gap: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}
.p-top__cont-search-detail-contents:first-child {
  width: 45.5696202532%;
}
.p-top__cont-search-detail-contents:last-child {
  width: 45.5696202532%;
}
.p-top__cont-search-detail-contents:last-child::before {
  position: absolute;
  top: 0;
  left: -33px;
  width: 1px;
  height: 100%;
  background: #dbdee3;
  content: "";
}
.p-top__cont-search-detail-cat {
  position: relative;
  padding-left: 17px;
  color: #005bac;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.28;
}
.p-top__cont-search-detail-cat::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467081");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.p-top__cont-search-detail-list {
  -ms-flex-wrap: wrap;
  gap: 8px 25px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
.p-top__cont-search-detail-item {
  position: relative;
  height: 100%;
  height: 100%;
}
.p-top__cont-search-detail-item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background: #dbdee3;
  content: "";
}
.p-top__cont-search-detail-link {
  display: block;
  color: #005bac;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.28;
}
/* SP　アコーディオン
--------------------------------------------*/
.p-top__cont-search-detail-ac-contentes-sp {
  display: block;
}
/* ===========================================
 * おすすめ記事
 * ======================================== */
/* タイトル
--------------------------------------------*/
.hatena-module-custom-picup {
  position: relative;
  padding-bottom: 90px;
}
.hatena-module-custom-picup::before {
  position: absolute;
  top: -42px;
  left: 301px;
  width: min(11.5277777704vw, 166px);
  height: min(8.4722222168vw, 122px);
  background: url(https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467101);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.hatena-module-custom-picup::after {
  position: absolute;
  top: 187px;
  left: -91px;
  width: min(5.555555552vw, 80px);
  height: min(13.0555555472vw, 188px);
  background: url(https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467104);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.hatena-module-custom-picup .hatena-module-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  gap: 13px;
  pointer-events: none;
}
.hatena-module-custom-picup .hatena-module-title::before {
  width: 92px;
  height: 95px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467118");
}
.hatena-module-custom-picup .hatena-module-title::after {
  position: absolute;
  left: 109px;
  top: 14px;
  content: "PickUp!";
  display: inline-block;
  color: #005bac;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 2;
}
.hatena-module-custom-picup .hatena-module-title a {
  padding-top: 24px;
}
.hatena-module-custom-picup .hatena-module-body {
  padding-top: 24px;
}
#main .hatena-module-custom-picup .hatena-urllist {
  flex-direction: column;
  gap: 40px;
}
#main .hatena-module-custom-picup .hatena-urllist li {
  padding-top: 0;
  padding-bottom: 0;
}
#main .hatena-module-custom-picup .hatena-urllist > li {
  width: auto;
  margin-bottom: 0;
}
.p-top__cont-pickup {
  position: relative;
}
.p-top__cont-pickup::before {
  position: absolute;
  top: -42px;
  left: 301px;
  width: min(11.5277777704vw, 166px);
  height: min(8.4722222168vw, 122px);
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467101");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.p-top__cont-pickup::after {
  position: absolute;
  top: 187px;
  left: -91px;
  width: min(5.555555552vw, 80px);
  height: min(13.0555555472vw, 188px);
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467104");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.p-top__cont-pickup-list {
  padding-top: 24px;
}
.p-top__cont-pickup-list ul {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.p-top__cont-pickup-item-link {
  gap: min(2.083333332vw, 30px);
  display: flex;
}
.p-top__cont-pickup-item-img {
  width: 36.7058823529%;
  overflow: hidden;
  border-radius: 20px;
}
.p-top__cont-pickup-item-img img {
  width: 100%;
  border-radius: 20px;
}
.p-top__cont-pickup-item-in {
  width: 59.6470588235%;
  margin-top: -5px;
}
.p-top__cont-pickup-item-time {
  display: block;
  color: #6b7075;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.p-top__cont-pickup-item-ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding-top: 11px;
  color: #1a1c21;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}
.p-top__cont-pickup-item-txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 61px;
  text-overflow: ellipsis;
  padding-top: 10px;
  overflow: hidden;
  color: #1a1c21;
  font-size: 16px;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.p-top__cont-pickup-item-cat {
  -ms-flex-wrap: wrap;
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}
.p-top__cont-pickup-item-cat div {
  -ms-flex-wrap: wrap;
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
}
.p-top__cont-pickup-item-cat div a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 3px;
  padding-right: 11px;
  padding-bottom: 4px;
  padding-left: 11px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin-right: 0;
}
.p-top__cont-pickup-item-cat div .category-おすすめ記事 {
  display: none;
}
/* ===========================================
 * 最新記事
 * ======================================== */
.p-top__cont-new-article {
  z-index: 1;
  position: relative;
  padding-top: 60px;
}
.p-top__cont-new-article::before {
  position: absolute;
  top: 39px;
  left: 275px;
  width: min(13.4027777692vw, 193px);
  height: min(5.4861111076vw, 79px);
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467105");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.p-top__cont-new-article::after {
  z-index: -1;
  position: absolute;
  top: 31px;
  right: 51px;
  width: min(11.5277777704vw, 166px);
  height: min(10.9722222152vw, 158px);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467123");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.p-top__cont-new-article-list {
  padding-top: 23px;
}
.p-top__cont-new-article__bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  padding-top: 48px;
}
.p-top__cont-new-article__btn {
  padding-top: 16px;
  padding-right: 77px;
  padding-bottom: 16px;
  padding-left: 78px;
  font-size: 16px;
}
/* hatenaモジュール用
--------------------------------------------*/
.hatena-module-custom-new-article {
  position: relative;
  padding-bottom: 90px;
}
.hatena-module-custom-new-article::before {
  position: absolute;
  top: -21px;
  left: 275px;
  width: min(13.4027777692vw, 193px);
  height: min(5.4861111076vw, 79px);
  background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467105");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.hatena-module-custom-new-article::after {
  z-index: 0;
  position: absolute;
  top: -29px;
  right: 51px;
  width: min(11.5277777704vw, 166px);
  height: min(10.9722222152vw, 158px);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467123");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.hatena-module-custom-new-article .hatena-module-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  gap: 13px;
  pointer-events: none;
}
.hatena-module-custom-new-article .hatena-module-title::before {
  width: 92px;
  height: 95px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467117");
}
.hatena-module-custom-new-article .hatena-module-title::after {
  position: absolute;
  left: 109px;
  top: 14px;
  content: "New Article";
  display: inline-block;
  color: #005bac;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 2;
}
.hatena-module-custom-new-article .hatena-module-title a {
  padding-top: 24px;
}
.hatena-module-custom-new-article .hatena-module-body {
  padding-top: 23px;
  z-index: 1;
  position: relative;
}
.hatena-module-custom-new-article .urllist-see-more {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  padding-top: 48px;
}
.hatena-module-custom-new-article .urllist-see-more a {
  padding-top: 16px;
  padding-right: 77px;
  padding-bottom: 16px;
  padding-left: 78px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  display: inline-block;
  position: relative;
  border-radius: 28px;
  background: #005bac;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
  border: none;
}
#main .hatena-module-custom-new-article .hatena-urllist {
  gap: min(3.3333333312vw, 48px) min(2.777777776vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#main .hatena-module-custom-new-article .hatena-urllist li {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#main .hatena-module-custom-new-article .hatena-urllist li .urllist-image {
  margin: 0;
  transition: scale 0.6s;
  border-radius: 20px;
}
#main .hatena-module-custom-new-article .hatena-urllist li .p-article__cat div {
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
}
#main .hatena-module-custom-new-article .hatena-urllist li .p-article__cat div a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding-top: 4px;
  padding-right: 9px;
  padding-bottom: 4px;
  padding-left: 9px;
  border: 1px solid #005bac;
  border-radius: 14px;
  background: #fff;
  color: #005bac;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-right: 0;
}
#main .hatena-module-custom-new-article .hatena-urllist li .p-article__cat div .category-おすすめ記事 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hatena-module-custom-new-article::before {
    top: -50px;
    left: auto;
    right: 220px;
  }
}
/* ===========================================
 * Total assist
 * ======================================== */
.p-top__cont-total-assist {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  padding-top: 27px;
  padding-bottom: 25px;
  border: 4px solid #ffffff;
  border-radius: 40px;
  background: #e5effa;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.page-index .p-top__cont-total-assist::before {
  position: absolute;
  top: -144px;
  left: 0;
  width: min(11.5972222148vw, 167px);
  height: min(6.6666666624vw, 96px);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467107");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.page-index .p-top__cont-total-assist::after {
  position: absolute;
  right: 29%;
  top: -185px;
  width: min(13.6805555468vw, 197px);
  height: min(7.8472222172vw, 113px);
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467110");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 1200px) {
  .page-index .p-top__cont-total-assist {
    margin-inline: 40px;
  }
  .page-index .p-top__cont-total-assist::before {
    top: -100px;
    left: 5%;
  }
  .page-index .p-top__cont-total-assist::after {
    top: -100px;
    right: 20%;
  }
}
body:not(.page-index) .p-top__cont-total-assist {
  margin-top: 107px;
  margin-bottom: 120px;
}
body.page-entry .p-top__cont-total-assist {
  margin-top: 70px;
  margin-bottom: 120px;
}
.p-top__cont-total-assist-illust01 {
  position: absolute;
  top: -31px;
  left: 11px;
  width: min(22.0138888748vw, 317px);
  height: min(16.2499999896vw, 234px);
  z-index: 2;
}
.p-top__cont-total-assist-illust01 img {
  display: block;
  width: 100%;
}
.p-top__cont-total-assist-illust02 {
  position: absolute;
  top: -1px;
  right: 30px;
  width: min(18.402777766vw, 265px);
  height: min(14.8611111016vw, 214px);
  z-index: 2;
}
.p-top__cont-total-assist-illust02 img {
  display: block;
  width: 100%;
}
.p-top__cont-total-assist-inner {
  z-index: 2;
}
.p-top__cont-total-assist-logo {
  width: 186px;
  margin-right: auto;
  margin-left: auto;
}
.p-top__cont-total-assist-logo img {
  display: block;
  width: 100%;
  margin-left: -12px;
}
.p-top__cont-total-assist-txt {
  margin-left: -24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.p-top__cont-total-assist-link {
  gap: 14px;
  display: flex;
  padding-top: 14px;
}
.p-top__cont-total-assist-link .p-top__cont-total-assist-btn:nth-of-type(2) {
  padding-left: 28px;
  text-align: left;
}
.p-top__cont-total-assist-btn {
  width: 235px;
  padding-top: 17px;
  padding-bottom: 18px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
/* ===========================================
 * about
 * ======================================== */
.page-index .p-top__cont-about {
  display: block;
  z-index: 1;
  position: relative;
  padding-top: 120px;
  background-color: #f8f6ea;
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467097");
  background-position: bottom 0px right 50%;
  background-repeat: no-repeat;
  background-size: 1768px 650px;
}
/* トップページで意外では非表示 */
body:not(.page-index) .p-top__cont-about {
  display: none; /* 非表示にする */
}
.p-top__cont-about-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 1083px;
  margin-right: auto;
  margin-left: auto;
}
.p-top__cont-about-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: inline-flex;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  padding-bottom: 114px;
}
.p-top__cont-about-logo {
  width: 380px;
}
.p-top__cont-about-logo img {
  display: block;
  width: 100%;
}
.p-top__cont-about-tll {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 150%;
  text-align: center;
}
.p-top__cont-about-txt {
  padding-top: 23px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  text-align: center;
}
.p-top__cont-about-link {
  padding-top: 21px;
}
.p-top__cont-about-btn {
  padding-top: 16px;
  padding-right: 90px;
  padding-bottom: 16px;
  padding-left: 90px;
  font-size: 16px;
}
.p-top__cont-about-slider {
  z-index: -1;
}
.p-top__cont-about-slider.swiper {
  position: static;
  z-index: -1;
}
/* スライダーのスピードを一定に */
.p-top__cont-about-slider .swiper-wrapper {
  -webkit-transform: none;
  position: static;
  transform: none;
}
.p-top__cont-about-slider-img {
  position: absolute !important;
}
.p-top__cont-about-slider-img img {
  display: block !important;
  width: 100% !important;
}
.p-top__cont-about-slider-img01 {
  top: -7px !important;
  left: 30px !important;
  width: min(14.3749999908vw, 207px) !important;
  height: min(10.069444438vw, 145px) !important;
}
.p-top__cont-about-slider-img02 {
  top: 169px !important;
  left: -7px !important;
  width: min(10.4861111044vw, 151px) !important;
  height: min(7.3611111064vw, 106px) !important;
}
.p-top__cont-about-slider-img03 {
  top: 242px !important;
  left: 165px !important;
  width: min(7.9166666616vw, 114px) !important;
  height: min(5.8333333296vw, 84px) !important;
}
.p-top__cont-about-slider-img04 {
  top: 167px !important;
  right: 7px !important;
  width: min(14.583333324vw, 210px) !important;
  height: min(10.2083333268vw, 147px) !important;
}
.p-top__cont-about-slider-img05 {
  top: 26px !important;
  right: 98px !important;
  width: min(10.9027777708vw, 157px) !important;
  height: min(7.638888884vw, 110px) !important;
}
/* ===========================================
 * error(404)
 * ======================================== */
.page-index #content:has(.no-entry),
.page-entry #content:has(.no-entry) {
  padding-top: 109px;
  margin-top: 0;
}
.page-index .entry.no-entry .p-error,
.page-entry .entry.no-entry .p-error {
  position: relative;
}
.page-index .entry.no-entry .p-error__ttl,
.page-entry .entry.no-entry .p-error__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-index .entry.no-entry .p-error__ttl--en,
.page-entry .entry.no-entry .p-error__ttl--en {
  padding-top: 20px;
  color: #005bac;
  font-family: "Quicksand", sans-serif;
  font-size: min(2.083333332vw, 30px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  margin-block: 0;
}
.page-index .entry.no-entry .p-error__ttl-img,
.page-entry .entry.no-entry .p-error__ttl-img {
  width: min(14.583333324vw, 210px);
}
.page-index .entry.no-entry .p-error__ttl-img img,
.page-entry .entry.no-entry .p-error__ttl-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-index .entry.no-entry .p-error__txt,
.page-entry .entry.no-entry .p-error__txt {
  padding-top: 53px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-block: 0;
}
.page-index .entry.no-entry .p-error__detail,
.page-entry .entry.no-entry .p-error__detail {
  padding-top: 23px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-block: 0;
}
.page-index .entry.no-entry .p-error__bottom,
.page-entry .entry.no-entry .p-error__bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  padding-top: 23px;
}
.page-index .entry.no-entry a.p-error__btn,
.page-entry .entry.no-entry a.p-error__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.page-index .entry.no-entry .p-error__img--left,
.page-entry .entry.no-entry .p-error__img--left {
  position: absolute;
  top: 0;
  left: 5%;
  width: min(9.6527777716vw, 139px);
  height: min(16.5277777672vw, 238px);
}
.page-index .entry.no-entry .p-error__img--left img,
.page-entry .entry.no-entry .p-error__img--left img {
  border-radius: 0;
}
.page-index .entry.no-entry .p-error__img--right,
.page-entry .entry.no-entry .p-error__img--right {
  position: absolute;
  top: 0;
  right: 45px;
  right: 5%;
  width: min(9.027777772vw, 130px);
  height: min(16.5277777672vw, 238px);
}
.page-index .entry.no-entry .p-error__img--right img,
.page-entry .entry.no-entry .p-error__img--right img {
  border-radius: 0;
}
@media (any-hover: hover) {
  a.p-error__btn:hover {
    opacity: 1;
  }
}
.l-wrapper-in:has(.no-entry) .p-top__cont-total-assist {
  margin-top: 107px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .no-entry {
    margin-bottom: 0;
  }
  .page-index .entry.no-entry .p-error__ttl-img,
  .page-entry .entry.no-entry .p-error__ttl-img {
    width: 210px;
  }
  .page-index .entry.no-entry .p-error__ttl--en,
  .page-entry .entry.no-entry .p-error__ttl--en {
    font-size: 30px;
  }
  .page-index .entry.no-entry .p-error__txt,
  .page-entry .entry.no-entry .p-error__txt {
    padding-top: 20px;
  }
  .page-index .entry.no-entry .p-error__detail,
  .page-entry .entry.no-entry .p-error__detail {
    padding-top: 14px;
    font-size: 14px;
  }
  .page-index .entry.no-entry .p-error__bottom,
  .page-entry .entry.no-entry .p-error__bottom {
    padding-top: 17px;
  }
  .page-index .entry.no-entry .p-error__btn,
  .page-entry .entry.no-entry .p-error__btn {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .page-index .entry.no-entry .p-error__img,
  .page-entry .entry.no-entry .p-error__img {
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: center;
    padding-top: 36px;
  }
  .page-index .entry.no-entry .p-error__img--left,
  .page-entry .entry.no-entry .p-error__img--left {
    position: relative;
    top: auto;
    left: auto;
    width: 37.0666666667vw;
    height: 63.4666666667vw;
  }
  .page-index .entry.no-entry .p-error__img--right,
  .page-entry .entry.no-entry .p-error__img--right {
    position: relative;
    top: auto;
    right: auto;
    width: 34.6666666667vw;
    height: 63.4666666667vw;
  }
  .variable-rectangle-ad {
    display: none;
  }
  .l-wrapper-in:has(.no-entry) .p-top__cont-total-assist {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-inline: 10px;
    padding-top: 10.6666666667vw;
    padding-bottom: 48.5333333333vw;
    border-radius: 20px;
    margin-bottom: 0;
  }
  .l-wrapper-in:has(.no-entry) #bottom-editarea {
    margin-bottom: 100px;
    padding-bottom: 0;
  }
  .l-wrapper-in:has(.no-entry) .p-top__cont-total-assist {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
/* ===========================================
 * Aboutページ
 * ======================================== */
.p-about-mv {
  display: none;
  max-width: 1280px;
  padding-inline: 40px;
  margin-inline: auto;
}
.page-about .p-about-mv {
  display: block;
}
.page-about #content {
  padding-top: 120px;
}
.p-about-mv {
  position: relative;
  margin-top: -60px;
}
.p-about-mv__img {
  border-radius: 40px;
}
.p-about-mv__img img {
  border-radius: 40px;
}
.p-about-mv__ttl {
  -webkit-transform: translateY(-50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  margin: 0;
}
.p-about-mv__ttl--en {
  color: #005bac;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 32px;
}
.p-about-mv__ttl--ja {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.p-about__img {
  width: min(46.8055555256vw, 674px);
  margin-left: min(9.027777772vw, 130px);
  padding-top: 25px;
}
.p-about__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-about__box {
  padding-block: 58px;
  padding-inline: 40px;
  margin-top: 75px;
  border-radius: 20px;
  background: #ffffff;
}
h2.p-about__ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
h2.p-about__ttl:nth-of-type(2) {
  padding-top: 54px;
}
.p-about__txt {
  padding-top: 23px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-about__txt + .p-about__sub-ttl {
  padding-top: 29px;
}
.p-about__txt a {
  color: #005bac;
  text-decoration: underline;
  cursor: pointer;
}
.p-about_item {
  gap: 15px;
  display: inline-flex;
  flex-direction: column;
  padding-top: 20px;
}
.p-about__link {
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: relative;
  align-items: center;
  color: #005bac;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
}
.p-about__link::before {
  width: 7px;
  height: 12px;
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467081");
  content: "";
}
.p-about__sub-ttl {
  padding-top: 33px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-about__sub-ttl + .p-about__txt {
  padding-top: 15px;
}
.p-about__link02 {
  display: inline-block;
  padding-top: 56px;
  color: #005bac;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}
.p-about__link02 + .p-about__txt {
  padding-top: 15px;
}
.p-about__txt a:hover {
  text-decoration: none;
  opacity: 1;
}
.p-about__link:hover {
  text-decoration: underline;
  opacity: 1;
}
.p-about__link02:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .p-about-mv {
    margin-top: -30px;
    padding-inline: 20px;
  }
  .p-about-mv__img {
    border-radius: 20px;
  }
  .p-about-mv__img img {
    border-radius: 20px 20px 0 0;
  }
  .p-about-mv__ttl {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding-top: 19px;
    padding-bottom: 22px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-about-mv__ttl--en {
    font-size: 16px;
  }
  .p-about-mv__ttl--ja {
    font-size: 28px;
  }
  .page-about #content {
    padding-top: 40px;
  }
  .page-about #content-inner {
    padding-inline: 20px;
  }
  .p-about__lead {
    font-size: 20px;
  }
  .p-about__img {
    width: 89.3333333333vw;
    margin-inline: auto;
    padding-top: 138px;
  }
  .p-about__box {
    margin-top: 40px;
    padding-inline: 20px;
    padding-top: 35px;
    padding-bottom: 60px;
  }
  h2.p-about__ttl {
    font-size: 24px;
  }
  .p-about__link02 {
    font-size: 16px;
  }
  .page-about .entry {
    margin-bottom: 90px;
  }
}
/* ===========================================
 * 記事一覧
 * ======================================== */
.page-archive .l-nav__contents {
  padding-top: 13px;
  padding-bottom: 10px;
}
.page-archive #content {
  padding-top: 60px;
}
.page-archive #wrapper {
  position: relative;
  padding-top: 112px;
}
.page-archive #wrapper::before {
  content: "";
  position: absolute;
  background: #005bac;
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
}
.page-archive #wrapper::after {
  content: "最新記事一覧";
  display: block;
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.5;
  top: 33px;
}
.page-archive #box2 {
  padding-top: 50px;
}
.page-archive .categories .category-スライダーに表示 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-archive .l-nav__contents {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page-archive #wrapper::after {
    font-size: 28px;
  }
}
/* ===========================================
 * 記事詳細
 * ======================================== */
.page-entry #content {
  margin-top: 60px;
}
.page-entry #content #box2 {
  margin-top: 50px;
}
.page-entry .l-nav__contents {
  padding-top: 13px;
  padding-bottom: 10px;
}
.page-index #content:has(.no-entry) #box2,
.page-entry #content:has(.no-entry) #box2 {
  margin-top: 50px;
}
.page-entry .entry .entry-inner,
.page-archive .entry .entry-inner {
  padding-top: 30px;
  border-top: 8px solid #005bac;
}
.page-entry .entry .entry-header,
.page-archive .entry .entry-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 34px;
}
.page-entry .entry .entry-header .entry-date a,
.page-archive .entry .entry-header .entry-date a {
  font-size: 16px;
  font-weight: 500;
  color: #6b7075;
  letter-spacing: 0.06em;
}
.page-entry .entry .entry-header h1,
.page-archive .entry .entry-header h1 {
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-entry .entry .entry-header h1,
  .page-archive .entry .entry-header h1 {
    font-size: 32px;
    line-height: 1.5;
  }
}
.page-entry .entry .entry-header .entry-categories,
.page-archive .entry .entry-header .entry-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 4px;
}
.page-entry .entry .entry-header .entry-category-link,
.page-archive .entry .entry-header .entry-category-link {
  display: inline-block;
}
.page-entry .entry .entry-header .entry-category-link.category-スライダーに表示,
.page-archive .entry .entry-header .entry-category-link.category-スライダーに表示 {
  display: none;
}
.page-entry .entry .entry-content,
.page-archive .entry .entry-content {
  line-height: 1.7;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .page-entry .entry .entry-content,
  .page-archive .entry .entry-content {
    font-size: 16px;
  }
}
.page-entry .entry .entry-content a.keyword,
.page-archive .entry .entry-content a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dfe5e7;
  color: #3d3f44;
}
.page-entry .entry .entry-content p,
.page-archive .entry .entry-content p {
  margin: 1rem 0;
  line-height: 1.5;
}
.page-entry .entry .entry-content img,
.page-entry .entry .entry-content video,
.page-archive .entry .entry-content img,
.page-archive .entry .entry-content video {
  max-width: 100%;
  height: auto;
}
.page-entry .entry .entry-content img,
.page-archive .entry .entry-content img {
  border-radius: 20px;
}
.page-entry .entry .entry-content h1,
.page-entry .entry .entry-content h2,
.page-entry .entry .entry-content h3,
.page-entry .entry .entry-content h4,
.page-entry .entry .entry-content h5,
.page-entry .entry .entry-content h6,
.page-archive .entry .entry-content h1,
.page-archive .entry .entry-content h2,
.page-archive .entry .entry-content h3,
.page-archive .entry .entry-content h4,
.page-archive .entry .entry-content h5,
.page-archive .entry .entry-content h6 {
  margin: 2em 0 1em;
  line-height: 1.5;
}
.page-entry .entry .entry-content h1,
.page-archive .entry .entry-content h1 {
  font-size: 32px;
}
.page-entry .entry .entry-content a,
.page-archive .entry .entry-content a {
  text-decoration: underline;
  transition: all 0.3s;
  color: #005bac;
}
.page-entry .entry .entry-content a:hover,
.page-archive .entry .entry-content a:hover {
  text-decoration: none;
}
.page-entry .entry .entry-content h2,
.page-archive .entry .entry-content h2 {
  font-size: 28px;
  position: relative;
  line-height: 1.4;
}
.page-entry .entry .entry-content h2::before,
.page-archive .entry .entry-content h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #dbdee3;
  bottom: -4px;
  left: 0;
}
.page-entry .entry .entry-content h2::after,
.page-archive .entry .entry-content h2::after {
  position: absolute;
  content: "";
  width: 111px;
  height: 3px;
  background: #009ce5;
  bottom: -4px;
  left: 0;
}
@media (min-width: 768px) {
  .page-entry .entry .entry-content h2,
  .page-archive .entry .entry-content h2 {
    font-size: 28px;
    font-weight: 700;
  }
}
.page-entry .entry .entry-content h3,
.page-archive .entry .entry-content h3 {
  font-size: 24px;
  position: relative;
  padding-left: 10px;
}
.page-entry .entry .entry-content h3::before,
.page-archive .entry .entry-content h3::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 36px;
  min-height: 100%;
  background: #009ce5;
  top: -6px;
  left: 0;
}
.page-entry .entry .entry-content h3::after,
.page-archive .entry .entry-content h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #dbdee3;
  bottom: -2px;
  left: 0;
}
@media (min-width: 768px) {
  .page-entry .entry .entry-content h3,
  .page-archive .entry .entry-content h3 {
    font-size: 24px;
  }
}
.page-entry .entry .entry-content h4,
.page-archive .entry .entry-content h4 {
  font-size: 20px;
  position: relative;
  padding-left: 10px;
}
.page-entry .entry .entry-content h4::before,
.page-archive .entry .entry-content h4::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 36px;
  min-height: 100%;
  background: #005bac;
  top: -10px;
  left: 0;
}
@media (min-width: 768px) {
  .page-entry .entry .entry-content h4,
  .page-archive .entry .entry-content h4 {
    font-size: 20px;
  }
}
.page-entry .entry .entry-content h5,
.page-archive .entry .entry-content h5 {
  font-size: 18px;
  position: relative;
}
.page-entry .entry .entry-content h5::before,
.page-archive .entry .entry-content h5::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #dbdee3;
  bottom: -5px;
}
@media (min-width: 768px) {
  .page-entry .entry .entry-content h5,
  .page-archive .entry .entry-content h5 {
    font-size: 18px;
  }
}
.page-entry .entry .entry-content h6,
.page-archive .entry .entry-content h6 {
  font-size: 16px;
}
.page-entry .entry .entry-content article,
.page-archive .entry .entry-content article {
  padding-block: 8px;
  border-top: 3px solid #dbdee3;
  border-bottom: 3px solid #dbdee3;
}
.page-entry .entry .entry-content ul li ul,
.page-entry .entry .entry-content ol li ul,
.page-entry .entry .entry-content dd li ul,
.page-entry .entry .entry-content ul li ol,
.page-entry .entry .entry-content ol li ol,
.page-entry .entry .entry-content dd li ol,
.page-archive .entry .entry-content ul li ul,
.page-archive .entry .entry-content ol li ul,
.page-archive .entry .entry-content dd li ul,
.page-archive .entry .entry-content ul li ol,
.page-archive .entry .entry-content ol li ol,
.page-archive .entry .entry-content dd li ol {
  margin-bottom: 0;
}
.page-entry .entry .entry-content ul,
.page-archive .entry .entry-content ul {
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-entry .entry .entry-content ul li,
.page-archive .entry .entry-content ul li {
  position: relative;
  padding-left: 28px;
  text-indent: -28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.page-entry .entry .entry-content ul li:not(:first-child),
.page-archive .entry .entry-content ul li:not(:first-child) {
  margin-top: 24px;
}
.page-entry .entry .entry-content ul li::before,
.page-archive .entry .entry-content ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #2f79c5;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 16px;
}
.page-entry .entry .entry-content ul li ul,
.page-archive .entry .entry-content ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-entry .entry .entry-content ul li ul li,
.page-archive .entry .entry-content ul li ul li {
  position: relative;
  padding-left: 14px;
  text-indent: -14px;
  font-size: 16px;
  line-height: 1.5;
}
.page-entry .entry .entry-content ul li ul li:first-child,
.page-archive .entry .entry-content ul li ul li:first-child {
  margin-top: 24px;
}
.page-entry .entry .entry-content ul li ul li:not(:first-child),
.page-archive .entry .entry-content ul li ul li:not(:first-child) {
  margin-top: 16px;
}
.page-entry .entry .entry-content ul li ul li::before,
.page-archive .entry .entry-content ul li ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #2f79c5;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.page-entry .entry .entry-content ul li ul li ul,
.page-archive .entry .entry-content ul li ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-entry .entry .entry-content ul li ul li ul li,
.page-archive .entry .entry-content ul li ul li ul li {
  position: relative;
  padding-left: 14px;
  text-indent: -14px;
  font-size: 14px;
  line-height: 1.7;
}
.page-entry .entry .entry-content ul li ul li ul li:first-child,
.page-archive .entry .entry-content ul li ul li ul li:first-child {
  margin-top: 16px;
}
.page-entry .entry .entry-content ul li ul li ul li:not(:first-child),
.page-archive .entry .entry-content ul li ul li ul li:not(:first-child) {
  margin-top: 16px;
}
.page-entry .entry .entry-content ul li ul li ul li::before,
.page-archive .entry .entry-content ul li ul li ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #1a1c21;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.page-entry .entry .entry-content ul li > a,
.page-archive .entry .entry-content ul li > a {
  color: #1a1c21;
  text-decoration: none;
}
.page-entry .entry .entry-content ul li > a:hover,
.page-archive .entry .entry-content ul li > a:hover {
  text-decoration: underline;
}
.page-entry .entry .entry-content ol,
.page-archive .entry .entry-content ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-entry .entry .entry-content ol li,
.page-archive .entry .entry-content ol li {
  position: relative;
  padding-left: 28px;
  text-indent: -28px;
  font-size: 18px;
}
.page-entry .entry .entry-content ol li:not(:first-child),
.page-archive .entry .entry-content ol li:not(:first-child) {
  margin-top: 24px;
}
.page-entry .entry .entry-content ol li::before,
.page-archive .entry .entry-content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 16px;
  font-weight: bold;
  color: #2f79c5;
}
.page-entry .entry .entry-content ol li ol,
.page-archive .entry .entry-content ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}
.page-entry .entry .entry-content ol li ol li,
.page-archive .entry .entry-content ol li ol li {
  position: relative;
  padding-left: 14px;
  text-indent: -14px;
  font-size: 16px;
}
.page-entry .entry .entry-content ol li ol li:first-child,
.page-archive .entry .entry-content ol li ol li:first-child {
  margin-top: 24px;
}
.page-entry .entry .entry-content ol li ol li:not(:first-child),
.page-archive .entry .entry-content ol li ol li:not(:first-child) {
  margin-top: 16px;
}
.page-entry .entry .entry-content ol li ol li::before,
.page-archive .entry .entry-content ol li ol li::before {
  position: relative;
  margin-right: 8px;
}
.page-entry .entry .entry-content ol li ol li ol,
.page-archive .entry .entry-content ol li ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}
.page-entry .entry .entry-content ol li ol li ol li,
.page-archive .entry .entry-content ol li ol li ol li {
  font-size: 14px;
}
.page-entry .entry .entry-content ol li ol li ol li:first-child,
.page-archive .entry .entry-content ol li ol li ol li:first-child {
  margin-top: 16px;
}
.page-entry .entry .entry-content ol li ol li ol li:not(:first-child),
.page-archive .entry .entry-content ol li ol li ol li:not(:first-child) {
  margin-top: 16px;
}
.page-entry .entry .entry-content ol li ol li ol li::before,
.page-archive .entry .entry-content ol li ol li ol li::before {
  color: #1a1c21;
}
.page-entry .entry .entry-content dl,
.page-archive .entry .entry-content dl {
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-entry .entry .entry-content dl dt,
.page-archive .entry .entry-content dl dt {
  font-size: 18px;
  font-weight: bold;
}
.page-entry .entry .entry-content dl dd,
.page-archive .entry .entry-content dl dd {
  font-size: 16px;
  padding-left: 28px;
}
.page-entry .entry .entry-content table,
.page-archive .entry .entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: auto;
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .page-entry .entry .entry-content table,
  .page-archive .entry .entry-content table {
    font-size: 0.9rem;
  }
}
.page-entry .entry .entry-content table th,
.page-entry .entry .entry-content table td,
.page-archive .entry .entry-content table th,
.page-archive .entry .entry-content table td {
  padding: 5px 10px;
  font-size: 14px;
}
.page-entry .entry .entry-content table th,
.page-archive .entry .entry-content table th {
  border: 1px solid #979ca1;
  background: #005bac;
  color: #fff;
}
.page-entry .entry .entry-content table td,
.page-archive .entry .entry-content table td {
  border: 1px solid #979ca1;
}
.page-entry .entry .entry-content tbody th,
.page-archive .entry .entry-content tbody th {
  background: #e5effa;
  color: #1a1c21;
  font-weight: 500;
  border: 1px solid #979ca1;
}
.page-entry .entry .entry-content tbody td,
.page-archive .entry .entry-content tbody td {
  background: #fff;
}
.page-entry .entry .entry-content .hatena-asin-detail li,
.page-archive .entry .entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.page-entry .entry .entry-content blockquote,
.page-archive .entry .entry-content blockquote {
  border-left: 4px solid #cce0f5;
  border-right: none;
  border-block: none;
}
@media (min-width: 768px) {
  .page-entry .entry .entry-content blockquote,
  .page-archive .entry .entry-content blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
  }
}
.page-entry .entry .entry-content blockquote p:first-child,
.page-archive .entry .entry-content blockquote p:first-child {
  margin-top: 0;
}
.page-entry .entry .entry-content blockquote p:last-child,
.page-archive .entry .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.page-entry .entry .entry-content pre,
.page-entry .entry .entry-content code,
.page-archive .entry .entry-content pre,
.page-archive .entry .entry-content code {
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
}
.page-entry .entry .entry-content pre,
.page-archive .entry .entry-content pre {
  background: #f7f8f9;
  border: none;
  white-space: pre-wrap;
  text-overflow: ellipsis ellipsis;
  font-size: 100%;
  line-height: 1.3;
  font-size: 0.8rem;
  padding: 40px !important;
}
@media (min-width: 768px) {
  .page-entry .entry .entry-content pre,
  .page-archive .entry .entry-content pre {
    font-size: 0.85rem;
    padding: 15px;
  }
}
.page-entry .entry .entry-content pre > code,
.page-archive .entry .entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
}
.page-entry .entry .entry-content code,
.page-archive .entry .entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  background-color: #f7f8f9;
  border-radius: 3px;
}
.page-entry .entry .entry-content hr,
.page-archive .entry .entry-content hr {
  width: 50%;
  border: 0;
  border: none;
  border-top: 1px solid #dfe5e7;
  margin: 2em auto;
}
.page-entry .entry .entry-content .hatena-asin-detail,
.page-entry .entry .entry-content .itunes-embed,
.page-archive .entry .entry-content .hatena-asin-detail,
.page-archive .entry .entry-content .itunes-embed {
  background-color: #f7f8f9;
  border-color: #dfe5e7;
}
.page-entry .entry .entry-content .entry-see-more,
.page-archive .entry .entry-content .entry-see-more {
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.page-entry .entry .entry-content .table-of-contents,
.page-archive .entry .entry-content .table-of-contents {
  padding: 1em 1em 1em 2em;
  margin: 1em 0;
  border: 1px solid #dfe5e7;
}
.page-entry .entry .entry-content .writer-sns,
.page-archive .entry .entry-content .writer-sns {
  list-style: none;
  color: #666;
  font-size: 0.8rem;
  padding: 0;
  margin: 0.5em 0;
}
.page-entry .entry .entry-content .related-link,
.page-archive .entry .entry-content .related-link {
  margin: 0;
  list-style: none;
}
.page-entry .entry .entry-content em,
.page-archive .entry .entry-content em {
  font-style: italic;
}
.page-entry .entry .entry-content .customer-voice,
.page-archive .entry .entry-content .customer-voice {
  background: #fff;
  border-radius: 20px;
  border: 4px solid #cce0f5;
  padding-inline: 32px;
  padding-block: 32px;
  margin-block: 60px;
}
.page-entry .entry .entry-content .customer-voice__head,
.page-archive .entry .entry-content .customer-voice__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}
.page-entry .entry .entry-content .customer-voice__head-icon,
.page-archive .entry .entry-content .customer-voice__head-icon {
  width: 92px;
}
.page-entry .entry .entry-content .customer-voice__head-icon img,
.page-archive .entry .entry-content .customer-voice__head-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.page-entry .entry .entry-content .customer-voice__head-ttl,
.page-archive .entry .entry-content .customer-voice__head-ttl {
  display: flex;
  flex-direction: column;
}
.page-entry .entry .entry-content .customer-voice__head-ttl--en,
.page-archive .entry .entry-content .customer-voice__head-ttl--en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 2;
  color: #005bac;
  font-family: "Quicksand", sans-serif;
}
.page-entry .entry .entry-content .customer-voice__head-ttl--ja,
.page-archive .entry .entry-content .customer-voice__head-ttl--ja {
  font-size: 30px;
  font-weight: bold;
  color: #1a1c21;
}
.page-entry .entry .entry-content p.customer-voice__head-txt,
.page-archive .entry .entry-content p.customer-voice__head-txt {
  padding-top: 20px;
  margin-block: 0;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
}
.page-entry .entry .entry-content .profile-box,
.page-archive .entry .entry-content .profile-box {
  background: #fff;
  border-radius: 20px;
  padding-inline: 40px;
  padding-block: 40px;
  margin-block: 60px;
}
.page-entry .entry .entry-content .profile-box__wrap,
.page-archive .entry .entry-content .profile-box__wrap {
  display: flex;
  gap: min(2.777777776vw, 40px);
}
.page-entry .entry .entry-content .profile-box__img,
.page-archive .entry .entry-content .profile-box__img {
  width: min(8.333333328vw, 120px);
  margin-block: 0;
}
.page-entry .entry .entry-content .profile-box__img img,
.page-archive .entry .entry-content .profile-box__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}
.page-entry .entry .entry-content .profile-box__inner,
.page-archive .entry .entry-content .profile-box__inner {
  width: min(42.361111084vw, 610px);
}
.page-entry .entry .entry-content .profile-box__name,
.page-archive .entry .entry-content .profile-box__name {
  margin-block: 0;
  font-size: 14px;
  font-weight: bold;
  color: #6b7075;
}
.page-entry .entry .entry-content .profile-box__name strong,
.page-archive .entry .entry-content .profile-box__name strong {
  font-size: 18px;
  font-weight: bold;
  color: #1a1c21;
  padding-left: 5px;
}
.page-entry .entry .entry-content .profile-box__btn,
.page-archive .entry .entry-content .profile-box__btn {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
}
.page-entry .entry .entry-content .profile-box__btn a,
.page-archive .entry .entry-content .profile-box__btn a {
  padding-top: 8px;
  padding-right: 30px;
  padding-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  border-radius: 28px;
  background: #005bac;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.page-entry .entry .entry-content .profile-box__btn a:hover,
.page-archive .entry .entry-content .profile-box__btn a:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.page-entry .entry .entry-content .profile-box__btn a::after,
.page-archive .entry .entry-content .profile-box__btn a::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467083) no-repeat center center;
  background-size: 7px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.page-entry .entry:not(:has(.no-entry)) .entry-inner,
.page-index .entry:not(:has(.no-entry)) .entry-inner {
  padding-top: 0;
  border-top: none;
}
.hatena-module-custom-archive_related_articles .hatena-module-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  gap: 13px;
  pointer-events: none;
  margin-top: 80px;
  margin-bottom: 24px;
}
.hatena-module-custom-archive_related_articles .hatena-module-title::before {
  width: 92px;
  height: 95px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467117");
  margin-top: -20px;
}
.hatena-module-custom-archive_related_articles .hatena-module-title::after {
  position: absolute;
  left: 109px;
  top: -14px;
  content: "Related Articles";
  display: inline-block;
  color: #005bac;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 2;
}
.hatena-module-custom-archive_related_articles .hatena-module-body .related-entries-title:hover {
  text-decoration: underline;
}
.hatena-module-custom-archive_related_articles .hatena-module-body .related-entries-image-link {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.hatena-module-custom-archive_related_articles .hatena-module-body .related-entries-image-link:hover .related-entries-image {
  scale: 1.1;
}
.hatena-module-custom-archive_related_articles .hatena-module-body .related-entries-image {
  border-radius: 20px;
  margin-right: 0;
  transition: scale 0.6s;
}
.hatena-module-custom-archive_related_articles .hatena-module-body .urllist-date-link {
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-top: 16px;
}
.hatena-module-custom-archive_related_articles .hatena-module-body .urllist-categories {
  gap: 8px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .page-entry .l-nav__contents {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.entry-footer-section {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .page-entry .entry .entry-content .profile-box__wrap {
    flex-direction: column;
    align-items: center;
  }
  .page-entry .entry .entry-content .profile-box__inner {
    width: 100%;
  }
  .page-entry .entry .entry-content .profile-box__img {
    width: 120px;
  }
  .page-entry .entry .entry-content .profile-box__btn {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .page-entry .entry .entry-content .profile-box__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .page-entry .entry .entry-content .profile-box {
    padding-inline: 20px;
    padding-block: 30px;
  }
  .page-entry .entry .entry-content .profile-box__img {
    display: block;
    margin-inline: auto;
  }
  .page-entry .entry .entry-content p.profile-box__txt {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .page-entry .entry .entry-content .profile-box__url {
    margin-top: 43px;
    margin-bottom: 0;
  }
  .page-entry .entry .entry-content .profile-box__btn {
    padding-top: 0;
    margin-top: 20px;
    justify-content: center;
  }
  .page-entry .entry .entry-content .profile-box__inner {
    width: 100%;
  }
  .page-entry .entry .entry-content .profile-box__img {
    width: 120px;
  }
  .page-entry .entry .entry-content .profile-box__btn {
    justify-content: center;
  }
  .page-entry .entry .entry-content .customer-voice__head-ttl--en {
    font-size: 15px;
  }
  .page-entry .entry .entry-content .customer-voice__head-ttl--ja {
    font-size: 26px;
  }
  .page-entry #content {
    margin-top: 40px;
  }
  .page-entry .entry .entry-header,
  .page-archive .entry .entry-header {
    margin-bottom: 40px;
  }
  .page-entry .entry .entry-header .entry-date,
  .page-archive .entry .entry-header .entry-date {
    margin-bottom: 18px;
  }
  .page-entry .entry .entry-header h1,
  .page-archive .entry .entry-header h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .page-entry .entry .entry-content p,
  .page-archive .entry .entry-content p {
    margin-block: 16px;
    font-size: 16px;
  }
  .page-entry .entry .entry-content h2,
  .page-archive .entry .entry-content h2 {
    font-size: 18px;
  }
  .page-entry .entry .entry-content h3,
  .page-archive .entry .entry-content h3 {
    font-size: 17px;
  }
  .page-entry .entry .entry-content h3::before,
  .page-archive .entry .entry-content h3::before {
    height: 25px;
  }
  .page-entry .entry .entry-content h4,
  .page-archive .entry .entry-content h4 {
    font-size: 16px;
  }
  .page-entry .entry .entry-content h4::before,
  .page-archive .entry .entry-content h4::before {
    height: 32px;
    top: -7px;
  }
  .page-entry .entry .entry-content h5,
  .page-archive .entry .entry-content h5 {
    font-size: 15px;
  }
  .page-entry .entry .entry-content h6,
  .page-archive .entry .entry-content h6 {
    font-size: 14px;
  }
  .page-entry .entry .entry-content blockquote,
  .page-archive .entry .entry-content blockquote {
    padding-left: 16px;
  }
  .page-entry .entry .entry-content pre,
  .page-archive .entry .entry-content pre {
    padding: 16px !important;
  }
  .page-entry .entry .entry-content .customer-voice,
  .page-archive .entry .entry-content .customer-voice {
    margin-block: 40px;
    padding-inline: 24px;
    padding-top: 24px;
    padding-bottom: 72px;
  }
  .page-entry .entry .entry-header .entry-categories {
    overflow: hidden;
    max-height: 66px;
  }
  .hatena-module-custom-archive_related_articles .hatena-module-title {
    font-size: 26px;
  }
  .hatena-module-custom-archive_related_articles .hatena-module-title::after {
    font-size: 15px;
    top: -6px;
  }
  .hatena-module-custom-archive_related_articles .hatena-module-body .urllist-date-link {
    padding-top: 7px;
  }
  .table-sc {
    overflow-x: scroll;
    overflow: auto;
    white-space: nowrap;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
/* ===========================================
 * 凡庸
 * ======================================== */
.for-sp {
  display: none;
}
.pc-none--inline {
  display: none !important;
}
.sp-none--inline {
  display: inline-block !important;
}
.u-dn {
  display: none !important;
}
.u-img-scale img {
  transition: scale 0.6s;
}
/* ===========================================
 * hatenaテーマ用
 * ======================================== */
.hatena-module-title:not(.hatena-module-custom-sidebar__cat .hatena-module-title,
.hatena-module-custom-picup .hatena-module-title,
.hatena-module-custom-new-article .hatena-module-title,
.hatena-module-custom-sidebar__new-article .hatena-module-title,
.hatena-module-custom-sidebar__pickup .hatena-module-title,
.hatena-module-related-entries .hatena-module-title) {
  display: none;
}
/* ===========================================
 * グロナビ
 * ======================================== */
@media only screen and (max-width: 1200px) {
  /*1200pxより上*/
  /*1024px以下*/
  .l-nav__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-nav__logo-img {
    width: 140px;
  }
  .l-nav__inner {
    gap: 20px;
  }
  .l-nav__list {
    gap: 20px;
  }
  .l-nav__item-ttl {
    font-size: 12px;
  }
  .l-nav__search-icon {
    width: 14px;
    height: 14px;
  }
  .l-nav__search-txt {
    font-size: 12px;
  }
  .l-nav__item-inner {
    width: 496px;
  }
  .l-nav__item-prefecture .l-nav__item-detail-contents:last-child {
    padding-left: 0;
  }
  .l-nav__item-detail-box {
    gap: 20px;
    flex-direction: column;
  }
  .l-nav__item-detail-contents:first-child {
    width: 100%;
  }
  .l-nav__item-detail-contents:last-child {
    width: 100%;
  }
  .l-nav__item-detail-contents:last-child::before {
    display: none;
  }
  .l-nav__search-inner {
    width: 496px;
  }
  .p-article__list,
  #main .hatena-module-custom-new-article .hatena-urllist {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top__mv-slide-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
  .p-top__mv-slide-img {
    width: 550px;
  }
  .p-top__mv-slide-box {
    width: 550px;
    padding-top: 20px;
  }
  .p-top__mv-slide-box::after {
    bottom: -100px;
  }
  .p-top__mv-slide-ttl {
    padding-top: 10px;
  }
  .p-top__mv-slide-txt {
    padding-top: 10px;
  }
  .p-top__mv-slide-tag {
    padding-top: 20px;
  }
  .p-top__mv .swiper-slide {
    width: 550px;
  }
  .p-top__mv .swiper-button-prev,
  .p-top__mv .swiper-button-next,
  .hatena-module-custom-mv-slider .swiper-button-prev,
  .hatena-module-custom-mv-slider .swiper-button-next {
    top: 26%;
  }
  .p-top__mv .swiper-button-prev,
  .hatena-module-custom-mv-slider .swiper-button-prev {
    top: 26%;
    left: calc(50% - 300px);
  }
  .p-top__mv .swiper-button-next,
  .hatena-module-custom-mv-slider .swiper-button-next {
    right: calc(50% - 300px);
  }
  .p-top__cont-search-detail-box {
    gap: 20px;
    flex-direction: column;
  }
  .p-top__cont-search-detail-contents:first-child {
    width: 100%;
  }
  .p-top__cont-search-detail-contents:last-child {
    width: 100%;
  }
  .p-top__cont-search-detail-contents:last-child::before {
    display: none;
  }
  .hatena-module-custom-mv-slider .swiper-slide {
    width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  /*767px以下*/
  #box2 {
    position: relative;
    width: 100%;
  }
  #box2 .l-sidebar__box {
    position: relative;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-radius: 0;
  }
  #box2 .l-sidebar__box:nth-of-type(n + 3)::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    width: 89.3333333333%;
    height: 1px;
    transform: translateX(-50%);
    background: #dbdee3;
    content: "";
  }
  #box2::after {
    display: none;
  }
  #box2-inner {
    gap: 0;
  }
  .l-sidebar__ttl,
  .hatena-module-custom-sidebar__new-article .hatena-module-title {
    font-size: 22px;
  }
  .l-sidebar__top {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-sidebar__top::before {
    -webkit-transform: translateX(-50%);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-sidebar__top-txt {
    font-size: 15px;
  }
  .l-sidebar__top-item {
    padding-top: 23px;
  }
  .l-sidebar__top-link {
    height: 56px;
    font-size: 16px;
  }
  .l-sidebar__article-list ul,
  .hatena-module-custom-sidebar__new-article .hatena-urllist {
    gap: 20px;
  }
  .l-sidebar__article-list-img {
    width: 25.6vw;
  }
  .l-sidebar__article-list-in {
    width: 60.5333333333vw;
  }
  .l-sidebar__article-list-ttl {
    padding-top: 0;
  }
  .l-sidebar__search-wrap {
    gap: 12px 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #content:has(.no-entry) {
    padding-top: 60px;
  }
  #content-inner {
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: column;
  }
  #content-inner:has(.no-entry) {
    gap: 109px;
  }
  .l-fixed_menu {
    z-index: 15;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .l-fixed_menu-inner {
    gap: 4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-fixed_menu-item {
    width: auto;
    height: 48px;
    border-radius: 10px 10px 0 0;
  }
  .l-fixed_menu-link {
    flex-direction: row;
  }
  .l-fixed_menu-txt {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    font-size: 12px;
    writing-mode: inherit;
  }
  .footer {
    padding: 24px 24px 32px;
  }
  .footer.is-static {
    padding-top: 65px;
  }
  .footer__nav {
    padding-bottom: 24px;
  }
  .footer__nav > ul {
    row-gap: 16px;
  }
  .footer__nav > ul > li > a {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
  }
  .footer__content {
    position: relative;
  }
  .footer__content-inner {
    row-gap: 16px;
    flex-direction: column;
  }
  .footer__nav + .footer__content > .footer__content-inner {
    padding-top: 32px;
  }
  .footer__head {
    order: 2;
  }
  .footer__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
  }
  .footer__body {
    display: contents;
    padding: 0;
  }
  .footer__copy-img {
    order: 1;
    margin-right: auto;
  }
  .footer__copy-img img {
    width: 162px;
  }
  .footer__copy {
    order: 3;
    margin-top: 12px;
    text-align: center;
  }
  .icon-blank {
    width: 14px;
    height: 14px;
  }
  .page-top {
    right: 15px;
    bottom: 40px;
  }
  .page-top.is-stop {
    bottom: 275px;
  }
  .page-top a:before {
    top: calc(50% + 2px);
    width: 8px;
    height: 8px;
  }
  .topBtn {
    right: 0;
  }
  .topBtn:before {
    top: calc(50% + 2px);
    width: 8px;
    height: 8px;
  }
  .l-header__contents {
    justify-content: center;
    height: 52px;
  }
  .l-header__inner {
    padding-left: 0;
  }
  .l-header__logo {
    width: 160px;
  }
  .l-nav__wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-nav__contents {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .l-wrapper-in:has(.no-entry) .l-nav__contents {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .l-nav__logo {
    gap: 16px;
    flex-direction: row-reverse;
    padding-top: 0;
  }
  .l-nav__logo-img {
    width: 110px;
  }
  .l-nav__inner {
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-transition: 0.3s;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    visibility: hidden;
    z-index: 100;
    position: fixed;
    top: 120px;
    right: -100%;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    height: 100%;
    padding-bottom: 140px;
    overflow-y: scroll;
    background-color: #2f79c5;
    transition: 0.3s;
    /* Firefox 対応 */
  }
  .l-nav__inner::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari 対応 */
  }
  .l-nav__inner.-active {
    visibility: visible;
    right: 0;
  }
  .l-nav__list {
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-nav__item {
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #66a3e0;
  }
  .l-nav__item-ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 1.6;
  }
  .l-nav__item-ttl.-accordion {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    border: none;
    background: none;
  }
  .l-nav__item-ttl.-accordion::before {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 2px;
    transform: translateY(-50%);
    background-color: #ffffff;
    content: "";
  }
  .l-nav__item-ttl.-accordion::after {
    -webkit-transition: -webkit-transform 0.4s;
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 2px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #ffffff;
    content: "";
    transition: transform 0.4s;
  }
  .l-nav__search {
    width: 100vw;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-top: 1px solid #66a3e0;
  }
  .l-nav__search-ttl {
    margin-left: 0;
  }
  .l-nav__search-ttl::before {
    display: none;
  }
  .l-nav__search-icon {
    display: none;
  }
  .l-nav__search-txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  .l-nav__item-inner.l-nav__item-prefecture-wrap {
    left: auto;
  }
  .l-nav__item-inner {
    -webkit-transition: 0.4s;
    -webkit-transform: none;
    visibility: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 0;
    overflow: hidden;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    transition: 0.4s;
  }
  .l-nav__item-inner.-active {
    visibility: visible;
    height: auto;
    padding-top: 20px;
  }
  .l-nav__item-inner-top {
    display: none;
  }
  .l-nav__item-inner-contents {
    justify-content: flex-start;
    padding-top: 25px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 16px;
    border-top: 1.5px dashed #66a3e0;
    border-radius: 0;
    background: #2f79c5;
  }
  .l-nav__item-inner-contents::before {
    display: none;
  }
  .l-nav__item-inner-link {
    width: 163px;
    border: none;
    font-size: 14px;
  }
  .l-nav__item-detail-cat a {
    color: #ffffff;
    font-size: 15px;
  }
  .l-nav__item-detail-cat a::before {
    background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467083");
  }
  .l-nav__item-detail-list {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(4, 22.4vw);
    align-items: center;
    justify-content: flex-start;
  }
  .l-nav__item-detail-item:not(:last-child)::after {
    display: none;
  }
  .l-nav__item-detail-item:first-child {
    border-left: 1px solid #66a3e0;
  }
  .l-nav__item-detail-item:nth-of-type(5) {
    border-left: 1px solid #66a3e0;
  }
  .l-nav__item-detail-item:nth-of-type(9) {
    border-left: 1px solid #66a3e0;
  }
  .l-nav__item-detail-item:nth-of-type(n + 5) {
    border-bottom: 1px solid #66a3e0;
  }
  .l-nav__item-detail-item:not(:nth-of-type(n + 5)) {
    border-top: 1px solid #66a3e0;
    border-bottom: 1px solid #66a3e0;
  }
  .l-nav__item-detail-item {
    border-right: 1px solid #66a3e0;
  }
  .l-nav__item-detail-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-size: 15px;
  }
  .l-nav__item-inner-list .c-tag-fs16 {
    font-size: 14px;
  }
  .l-nav__search-inner {
    z-index: auto;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  .l-nav__search-inner-top {
    display: none;
  }
  .l-nav__search-inner-contents {
    margin-top: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: none;
  }
  .l-nav__search-inner-contents::before {
    display: none;
  }
  .top_hatena-module-body {
    height: 56px;
  }
  .top_search-module-button {
    height: 56px;
  }
  .hamburger {
    display: block;
    z-index: 10;
    position: relative;
    width: 40px;
    height: 22px;
    border: none;
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line::before {
    -webkit-transform: rotate(25deg);
    top: 0;
    transform: rotate(25deg);
  }
  .hamburger.-active .hamburger__line::after {
    -webkit-transform: rotate(-25deg);
    top: 0;
    transform: rotate(-25deg);
  }
  .hamburger__line {
    -webkit-transition: 0.3s;
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 40px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #ffffff;
    transition: 0.3s;
  }
  .hamburger__line:before,
  .hamburger__line:after {
    -webkit-transition: inherit;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    content: "";
    transition: inherit;
  }
  .hamburger__line:before {
    top: -9px;
  }
  .hamburger__line:after {
    top: 10px;
  }
  .c-btn-white::after {
    right: 20px;
  }
  .c-tag-fs14 {
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-article__list,
  #main .hatena-module-custom-new-article .hatena-urllist {
    gap: 24px 19px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-article__inner {
    padding-top: 7px;
  }
  .p-article__time {
    font-size: 13px;
  }
  .p-article__ttl {
    padding-top: 0;
    font-size: 13px;
  }
  .p-article__cat {
    padding-top: 4px;
  }
  .p-top__cont-main {
    width: 100%;
  }
  .p-top__cont-main::before {
    bottom: -106px;
    left: 29px;
    width: 22.6666666667vw;
    height: 17.3333333333vw;
    background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467108");
  }
  .p-top__cont-main::after {
    right: 24px;
    bottom: -97px;
    width: 36vw;
    height: 21.6vw;
    background-image: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467113");
  }
  .p-top__cont-head--search {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-top__cont-ttl {
    padding-top: 7px;
  }
  .p-top__cont-ttl--en {
    font-size: 15px;
  }
  .p-top__cont-ttl--ja {
    padding-top: 0;
    font-size: 26px;
  }
  .p-top__mv,
  .hatena-module-custom-mv-slider {
    margin-top: -30px;
  }
  .p-top__mv .hatena-module-body,
  .hatena-module-custom-mv-slider .hatena-module-body {
    margin-bottom: 110px;
  }
  .hatena-module-custom-mv-slider .swiper-slide {
    width: 275px;
  }
  .hatena-module-custom-mv-slider .swiper-slide {
    position: relative;
  }
  .hatena-module-custom-mv-slider .swiper-slide::after {
    content: "";
    position: absolute;
    background: url(https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467115);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 278px;
    height: 93px;
    bottom: -88px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-top__mv-slide-img {
    width: 275px;
    border-radius: 20px;
  }
  .p-top__mv-slide-img img {
    border-radius: 20px;
  }
  .p-top__mv-slide-box {
    width: 275px;
  }
  .p-top__mv-slide-box::after {
    display: none;
  }
  .p-top__mv-slide-data time {
    font-size: 13px;
  }
  .p-top__mv-slide-ttl {
    font-size: 15px;
  }
  .p-top__mv-slide-txt {
    font-size: 15px;
  }
  .p-top__mv .swiper-slide {
    width: 275px;
  }
  .p-top__mv .swiper-pagination,
  .hatena-module-custom-mv-slider .swiper-pagination {
    bottom: -25px !important;
    margin-left: auto !important;
    text-align: center !important;
  }
  .p-top__mv .swiper-button-prev,
  .p-top__mv .swiper-button-next,
  .hatena-module-custom-mv-slider .swiper-button-prev,
  .hatena-module-custom-mv-slider .swiper-button-next {
    top: 22%;
  }
  .p-top__mv .swiper-button-prev,
  .hatena-module-custom-mv-slider .swiper-button-prev {
    left: calc(50% - 155px);
  }
  .p-top__mv .swiper-button-next,
  .hatena-module-custom-mv-slider .swiper-button-next {
    right: calc(50% - 155px);
  }
  .hatena-module-custom-search-by-region {
    padding-bottom: 90px;
  }
  .p-top__cont-search {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
  .p-top__cont-search::before {
    display: none;
  }
  .p-top__cont-search::after {
    top: -54px;
    right: 24px;
    width: 33.6vw;
    height: 29.6vw;
  }
  .p-top__cont-search-wrap {
    padding-top: 40px;
    padding-right: 0;
  }
  .p-top__cont-search-inner {
    padding-top: 20px;
  }
  .p-top__cont-search-list {
    gap: 12px 8px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-top__cont-search-item {
    width: 163px;
  }
  .p-top__cont-search-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }
  .p-top__cont-search-link::before {
    right: 20px;
  }
  .p-top__cont-search-detail {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
  .p-top__cont-search-detail::before {
    display: none;
  }
  .p-top__cont-search-detail::after {
    top: -54px;
    right: 24px;
    width: 33.6vw;
    height: 29.6vw;
  }
  .p-top__cont-search-detail-in {
    padding-top: 45px;
  }
  .p-top__cont-search-detail-wrap {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-top__cont-search-detail-box {
    gap: 12px;
  }
  .p-top__cont-search-detail-contents {
    gap: 12px;
  }
  .p-top__cont-search-detail-cat {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    border: 1px solid #005bac;
    border-radius: 28px;
    background: #ffffff;
    transition: 0.3s;
  }
  .p-top__cont-search-detail-cat::before {
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 10px;
    height: 1.5px;
    background: #005bac;
    content: "";
  }
  .p-top__cont-search-detail-cat::after {
    -webkit-transition: rotate 0.2s;
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 24px;
    width: 2px;
    height: 10px;
    transform: translateY(-50%);
    background: #005bac;
    content: "";
    transition: rotate 0.2s;
  }
  .p-top__cont-search-detail-inner-sp {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  .p-top__cont-search-detail-ac-contentes-sp {
    display: none;
  }
  .hatena-module-custom-picup::before {
    top: -15px;
    right: -8px;
    left: auto;
    width: 23.7333333333vw;
    height: 17.3333333333vw;
  }
  .hatena-module-custom-picup::after {
    display: none;
  }
  .hatena-module-custom-picup .hatena-module-title {
    font-size: 24px;
  }
  .hatena-module-custom-picup .hatena-module-title::after {
    font-size: 15px;
  }
  .hatena-module-custom-picup .hatena-module-body {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-top__cont-pickup::before {
    top: -15px;
    right: -8px;
    left: auto;
    width: 23.7333333333vw;
    height: 17.3333333333vw;
  }
  .p-top__cont-pickup-list {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-top__cont-pickup-list ul {
    gap: 32px;
  }
  .p-top__cont-pickup-item-link {
    gap: 10px;
    flex-direction: column;
  }
  .p-top__cont-pickup-item-img {
    width: 100%;
  }
  .p-top__cont-pickup-item-in {
    width: 100%;
    margin-top: 0;
  }
  .p-top__cont-pickup-item-ttl {
    -webkit-line-clamp: 3;
    /* ブラウザがサポートしていない場合のフェールセーフ */
    max-height: 76px;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.53;
  }
  .p-top__cont-pickup-item-txt {
    -webkit-line-clamp: 3;
    /* ブラウザがサポートしていない場合のフェールセーフ */
    max-height: 79px;
    padding-top: 8px;
    font-size: 15px;
    line-height: 1.53;
  }
  .p-top__cont-pickup-item-cat {
    gap: 8px;
  }
  .p-top__cont-pickup-item-cat .c-tag-fs14 {
    font-size: 12px;
  }
  .p-top__cont-new-article {
    padding-top: 80px;
  }
  .p-top__cont-new-article::before {
    left: 138px;
    width: 26.6666666667vw;
    height: 17.3333333333vw;
  }
  .p-top__cont-new-article::after {
    top: 75px;
    right: 5px;
    width: 29.6vw;
    height: 28vw;
  }
  .p-top__cont-new-article-list {
    padding-top: 28px;
  }
  .p-top__cont-new-article__bottom,
  .hatena-module-custom-new-article .urllist-see-more {
    padding-top: 24px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-top__cont-new-article__btn,
  .hatena-module-custom-new-article .urllist-see-more a {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .hatena-module-custom-new-article::before {
    top: -3%;
    right: 32%;
    left: auto;
    width: 26.6666666667vw;
    height: 17.3333333333vw;
  }
  .hatena-module-custom-new-article::after {
    top: 75px;
    top: -5px;
    right: 5px;
    width: 29.6vw;
    height: 28vw;
  }
  .hatena-module-custom-new-article .hatena-module-title {
    font-size: 26px;
  }
  .hatena-module-custom-new-article .hatena-module-title::after {
    font-size: 15px;
  }
  #bottom-editarea {
    padding-bottom: 80px;
  }
  .page-index .p-top__cont-total-assist {
    margin-top: 32vw;
    margin-inline: 10px;
    padding-top: 10.6666666667vw;
    padding-bottom: 48.5333333333vw;
    border-radius: 20px;
  }
  .page-index .p-top__cont-total-assist::before {
    position: absolute;
    top: -16.5%;
    left: 14px;
    width: 22.6666666667vw;
    height: 17.3333333333vw;
    background-image: url(https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467108);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .page-index .p-top__cont-total-assist::after {
    position: absolute;
    right: 24px;
    top: -21%;
    width: 36vw;
    height: 21.6vw;
    background-image: url(https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467113);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  body:not(.page-index) .p-top__cont-total-assist {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-inline: 10px;
    padding-top: 10.6666666667vw;
    padding-bottom: 48.5333333333vw;
    border-radius: 20px;
  }
  .p-top__cont-total-assist-illust01 {
    top: auto;
    bottom: 40px;
    left: 0;
    width: 41.3333333333vw;
    height: 33.6vw;
  }
  .p-top__cont-total-assist-illust02 {
    top: auto;
    right: 9px;
    bottom: 40px;
    width: 40.8vw;
    height: 33.0666666667vw;
  }
  .p-top__cont-total-assist-logo {
    width: 73.0666666667vw;
  }
  .p-top__cont-total-assist-logo img {
    margin-left: 0;
  }
  .p-top__cont-total-assist-txt {
    margin-right: auto;
    margin-left: 0;
    margin-left: auto;
  }
  .p-top__cont-total-assist-link {
    flex-direction: column;
    padding-top: 21px;
  }
  .p-top__cont-total-assist-link .p-top__cont-total-assist-btn:nth-of-type(2) {
    padding-left: 0;
    text-align: center;
  }
  .p-top__cont-total-assist-btn {
    width: 72.2666666667vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page-index .p-top__cont-about {
    margin-top: 9.6vw;
    padding-top: 35.4666666667vw;
    background: url("https://cdn.blog.st-hatena.com/files/6802418398299821774/6802418398307467098") no-repeat center/181.33333vw auto;
    background-position: center;
    background-size: cover;
  }
  .p-top__cont-about-wrap {
    flex-direction: column;
  }
  .p-top__cont-about-inner {
    padding-bottom: 82px;
  }
  .p-top__cont-about-logo {
    width: 70.1333333333vw;
  }
  .p-top__cont-about-tll {
    padding-top: 16px;
    font-size: 15px;
  }
  .p-top__cont-about-txt {
    padding-top: 18px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
  .p-top__cont-about-link {
    width: 89.3333333333vw;
    padding-top: 18px;
  }
  .p-top__cont-about-btn {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .p-top__cont-about-slider {
    margin-top: 41px;
  }
  .p-top__cont-about-slider.swiper {
    position: relative;
  }
  .p-top__cont-about-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -webkit-transform: translate3d(0px, 0, 0);
    position: relative;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: linear;
  }
  .p-top__cont-about-slider-img {
    position: static !important;
  }
  .p-top__cont-about-slider-img01 {
    width: 55.2vw !important;
    height: 38.6666666667vw !important;
  }
  .p-top__cont-about-slider-img02 {
    width: 40.2666666667vw !important;
    height: 28.2666666667vw !important;
    margin-top: 5.3333333333vw !important;
  }
  .p-top__cont-about-slider-img03 {
    width: 30.4vw !important;
    height: 22.4vw !important;
    margin-top: 16vw !important;
  }
  .p-top__cont-about-slider-img04 {
    width: 56vw !important;
    height: 39.2vw !important;
  }
  .p-top__cont-about-slider-img05 {
    width: 41.8666666667vw !important;
    height: 29.3333333333vw !important;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  /*360px以下*/
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media (any-hover: hover) {
  .l-sidebar__top-link:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .l-sidebar__top-link:active {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #d7aa00;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .l-sidebar__article-list-ttl:hover {
    text-decoration: underline;
  }
  .l-sidebar__cat .c-tag-fs14:hover {
    border: 1px solid #979ca1;
    background: #f2f7fc;
    color: #979ca1;
  }
  .l-sidebar__search-link:hover {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #f2f7fc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .l-sidebar__search-link:active {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #e5effa;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .l-sidebar__search-detai-link button:hover {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #f2f7fc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .l-sidebar__search-detai-link button:active {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #e5effa;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .l-fixed_menu-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .l-fixed_menu-item:active {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #d7aa00;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .page-top a:hover {
    opacity: 1;
  }
  .l-nav__item:hover .l-nav__item-inner {
    opacity: 1;
    pointer-events: auto;
  }
  .l-nav__item:hover .l-nav__item-ttl {
    text-decoration: underline;
    color: #fff;
  }
  .l-nav__search:hover .l-nav__search-inner {
    opacity: 1;
    pointer-events: auto;
  }
  .l-nav__search:hover .l-nav__search-ttl {
    text-decoration: underline;
  }
  .l-nav__item-detail-cat a:hover {
    text-decoration: underline;
  }
  .l-nav__item-detail-link:hover {
    text-decoration: underline;
  }
  .c-btn:hover,
  .hatena-module-custom-new-article .urllist-see-more a:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .c-btn:active {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #00478f;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .c-btn-white:hover {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #f2f7fc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .c-btn-white:active {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #e5effa;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .c-btn-yellow:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .c-btn-yellow:active {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #d7aa00;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .c-tag-fs16:hover {
    border: 1px solid #979ca1;
    background: #f2f7fc;
    color: #979ca1;
  }
  .p-article__ttl:hover {
    text-decoration: underline;
  }
  .p-article__cat .c-tag-fs12:hover {
    border: 1px solid #979ca1;
    background: #f2f7fc;
    color: #979ca1;
  }
  .p-top__mv-slide-link:hover .p-top__mv-slide-btn {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .p-top__mv-slide-ttl:hover {
    text-decoration: underline;
  }
  .p-top__mv-slide-tag a:hover {
    border: 1px solid #979ca1;
    background: #f2f7fc;
    color: #979ca1;
  }
  .p-top__cont-search-link:hover {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #f2f7fc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .p-top__cont-search-link:active {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #e5effa;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  .p-top__cont-search-detail-cat:hover {
    text-decoration: underline;
  }
  .p-top__cont-search-detail-link:hover {
    text-decoration: underline;
  }
  .p-top__cont-pickup-item-ttl:hover {
    text-decoration: underline;
  }
  .p-top__cont-pickup-item-cat .c-tag-fs14:hover {
    border: 1px solid #979ca1;
    background: #f2f7fc;
    color: #979ca1;
  }
  .u-img-scale:hover img {
    scale: 1.1;
  }
  .p-top__cont-pickup-item-cat div a:hover,
  #main .hatena-module-custom-new-article .hatena-urllist .p-article__cat a:hover {
    border: 1px solid #979ca1;
    background: #f2f7fc;
    color: #979ca1;
  }
}
@media screen and (min-width: 1920px) {
  .l-fixed_menu {
    right: calc(50% - 960px);
  }
  .topBtn {
    right: calc(50% - 960px);
  }
}
@media screen and (max-width: 1200px) {
  .for-pc-l {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-none--inline {
    display: inline-block !important;
  }
  .sp-none--inline {
    display: none !important;
  }
}
/* ===========================================
 * 非表示モジュール
 * ======================================== */
/* TOP　メインエリア「おすすめ記事」
------------------------------------*/
.hatena-module-custom-sidebar__cat,
.hatena-module-custom-defaults-swiper {
  display: none;
}