/* <system section="theme" selected="8599973812270629022"> */
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: Minimalism
Author: Codomisu
Description:
最小限のデザインで最大限の「美」を引き出す


※未だにコードを整理していない　2018/09/09

Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

/* Responsive:yes */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* 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,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `600er` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 600;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 600;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*  import mixin */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* Common */
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #3f3f3f;
  background-color: #ffffff;
}
a {
  color: #1487bd;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #0f5373;
}
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,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #ECEEF1;
  color: #3f3f3f;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
.btn-small {
  padding: 2px 10px ;
  font-size: 11px ;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}
/* ヘッダ（グローバルヘッダ）
グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 37px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 640px;
  float: left;
}
#box2 {
  width: 290px;
  float: right;
}
/* 1カラムにしたい場合は下記のコメントアウトを外してください ----

#main {
width: 100%;
float: none;
}

#box2 {
width: 100%;
float: none;
}

#box2-inner {
width: 960px;
.clearfix;
overflow: hidden;
}

.hatena-module {
text-align: left;
padding-right: 20px;
width: 300px;
float: left;

&:nth-child(3n+1) {
clear: both;
}
}

---- END 1カラム */
/* header */
#blog-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: center;
  margin: 0;
  padding: 50px 0;
}
#title {
  margin: 0;
}
#title a {
  color: #3f3f3f;
}
#blog-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0 20px;
}
/* 日付 */
.date {
  font-weight: 600;
  margin-bottom: 15px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #3f3f3f;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 15px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEEF1;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #ECEEF1;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px ;
  height: 50px ;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: 600;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 120%;
  padding:0 0 5px 5px;
  border-bottom: 1px solid #ECEEF1;
}
.hatena-module-title a {
  color: #3f3f3f;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #ECEEF1;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ECEEF1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 10px 10px;
  color: #3f3f3f;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 35px;
  height: 35px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=d422509bd0b39c8cdd48718768287a) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 10px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 25px;
}
.page-archive .categories a {
  color: #3f3f3f;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom:5px;
}

.shrbtn{
  padding:0;
  margin:15px 0;
  width: 100%;
  background:#ECEEF1;
  text-align:center;
  display: inline-flex;
}

.share_btn{
  display: inline-block;
  width: calc(100% / 5);
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#3f3f3f;
  border:1px solid #ECEEF1;
  border-radius:0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  transition: .3s;
  background:#fafafa;
}

.share_btn:first-of-type{
  margin-left:0;
}

.share_btn:last-of-type{
  margin-right:0;
}

.share_btn:hover{
  color:#3f3f3f;
}

.share_btn .fa {line-height:40px}


/* ### スライドメニュー ### */
#gnav {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: 0;
  padding: 0 0 0;
}

#gnav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 500;
  text-decoration:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;

}


#gnav .gnav-inner {
  width: 100%;
  padding: 12px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#gnav .menu {
  display: inline-block;
}

/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
  width: 100% ;
  margin-left: auto;
  margin-right: auto;

}

#top-editarea{
  margin-bottom: 15px;
}

.id a{
  color: #3f3f3f;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}


.hatena-module-profile .profile-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.table-of-contents {
  position: relative;
  background-color: #fafafa;
  border:1px solid #ECEEF1;
  padding: 60px 70px 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px;
  left: 50%;
  margin-left: -1em;
  font-size: 20px;
  font-weight: 700;
  content: '目次';
  z-index: 2;
}


.table-of-contents li a {
  text-decoration: none;
  line-height: 35px;
  color:#3f3f3f;
}

.archive-header-category{
  margin-bottom:25px;
}

.archive-heading{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  border-bottom:1px solid #ECEEF1;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  padding-bottom:5px;
  margin-bottom:25px;
}

.footer{
  background:#3f3f3f;
  color:#fff;
  padding:30px 0;
}
.footer ul li{
  text-align:center;
  display: block;
}

.footer .footer-title{
  margin-bottom:10px;
}

.footer .footer-copyright{
  font-size:12px;
}

.footer-list{
  padding: 0;
}

.categories a{
  color: #3f3f3f;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  font-size:13px;
  vertical-align: middle;
  margin-right: 10px;
}

.categories a:before{
  font-family: FontAwesome;
  content:"\f02b";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  color:#2f2f2f;
}

/*  import media queries */
/* Media Queries - Retina Display */
@media screen and (min-width: 1139px){

  #blog-title #title{
    font-size: 37px;
    line-height: 60px;
    font-weight:500;
  }

  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=d422509bd0b39c8cdd48718768287a) no-repeat right center;
    background-size: 20px 20px;
  }
  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }
  #content{
    margin: 35px 55px;
  }
  .breadcrumb-inner{
    margin: 0 5%;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
    margin-right: 20px;
  }

  #box2 .urllist-image {
    border-radius: 5px;
    margin-right: 15px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%
    top: 0;
    color: #3f3f3f;
  }


  .shrbtn{
    background:none;
  }

  #box2{
    margin-top: 15px;
  }

  .page-archive .archive-entries .entry-title {
    margin-top:10px;
    font-size: 19px;
  }

  .hatena-urllist li a {
    font-size: 13px;
    line-height: 25px;
    color:#3f3f3f;
  }
  #gnav .menu a {
    padding: 0 15px;
  }
}
/* Media Queries - Tablet */
@media screen and (max-width: 1138px){
  #gnav .menu{
    margin-right:20px;
  }
  #gnav .menu a{
    font-size: 12px;
  }
  #container {
    width: 100% ;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% ;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 18px;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
  }
  #box2 .urllist-image {
    border-radius: 5px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .shrbtn{
    background:none ;
  }
.
  .hatena-urllist li a {
    color:#3f3f3f;
  }
  .entry .entry-title{
    font-size: 22px;
  }
  .categories a{
    color: #3f3f3f;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 0 2px;
  }
  .page-archive .archive-entries .entry-title {
    font-size: 18px;
  }

}
/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width:640px){
  #globalheader-container {
    position: static;
  }
  #blog-title #title{
    font-size: 30px;
    font-weight:500;
    font-family: 'Nunito', sans-serif;
  }
  #blog-description {
    font-size:11px;
  }
  #container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75%
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .archive-entry-header{
    width : -webkit-calc(100% -90px);
    width: calc(100% - 90px);
    float: right;
  }
  .page-archive .archive-entries .entry-title {
    font-size:14px;
    line-height: 25px;
    font-weight: 400;
    margin:0;
  }
  .archive-entries .entry-description{
    font-size:11px;
    display:none;
  }
  .page-archive .entry-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #ECEEF1;
    background-size: 100%;
    float:left;
    border-radius: 3px;
  }

  .page-archive .categories{
    display: none;
  }

  .page-archive .archive-entries .archive-entry {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ECEEF1;
}
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .social-buttons{
    display: none;
  }

  #blog-title {
    text-align: center;
    padding: 35px 0 35px;
    margin:0;
  }

  .entry .entry-title{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  }

  .entry .entry-header{
    padding: 10px 0 10px 0;
    border:none;
  }

  .table-of-contents {
    position: relative;
    background-color: #fafafa;
    border:1px solid #ECEEF1;
    padding: 60px 45px 25px;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
  }

  #box2 .urllist-image {
    max-width: 100%;
    width: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #ECEEF1;
    height: 75px;
  }
  .hatena-urllist li{
    padding: 10px 0 0px;
  }

  .hatena-urllist li a {
    font-size: 13px ;
    line-height: 20px;
    font-weight: 500;
    color: #3f3f3f;
    text-decoration: none;
  }

  .archive-module-year{
    border:none ;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .archive-entries{
    margin:0 0 40px;
  }

  .id a{
    font-weight: normal;
    text-decoration: none;
    color: #3f3f3f;
  }

  .entry-content {
    font-size: 14px;
  }
  .hatena-module {
    margin-bottom: 40px;
  }
  .urllist-image{
    width: 70px;
    border-radius: 5px;
  }
  .related-entries .related-entries-entry-body{
    display: none;
  }
  .pager{
    text-align: center;
    margin-bottom: 45px;
  }
  :not(.permalink)>.pager-next{
    float:none ;
    text-align: center ;
  }
  :not(.permalink)>.pager-next a{
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 4px;
    border: 1px solid #ECEEF1;
    background: #fafafa;
    color: #3f3f3f;
  }
  .pager-permalink{
    display:none;
  }
}
/* Media Queries - Smartphone */

/* </system> */

/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */

/*==================================================
記事画像（広告には適用しない）
==================================================*/

.entry-content figure{
  margin:32px auto;
  text-align:center;
}

.entry-content figure img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
  border-radius:18px;
  transition:.25s;
}

.entry-content figure img:hover{
  transform:scale(1.01);
}

/*==================================================
画像キャプション
==================================================*/

.entry-content figure figcaption{
  margin-top:10px;
  margin-bottom:0;
  padding:0 10px;
  font-size:13px;
  line-height:1.6;
  color:#777;
  text-align:center;
}
/*==========================
グローバルメニュー
==========================*/

#global-nav{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;

    margin:0;
    padding:0;
    display:block;
    overflow-x:auto;
    white-space:nowrap;

    font-weight:bold;

    background:#00A8E8;
    box-shadow:0 2px 8px rgba(0,0,0,.15);

    -webkit-overflow-scrolling:touch;
}

.global-nav-text{
    display:table-cell;
    list-style:none;
    text-align:center;
}

.global-nav-text a{
    display:inline-block;
    white-space:nowrap;
    padding:8px 15px;

    color:#fff;
    text-decoration:none;
    font-size:13px;
}

.global-nav-text a:hover{
    background:#0094cf;
    color:#fff;
}

@media(min-width:768px){

#global-nav{
    display:table;
}

.global-nav-text a{
    display:block;
    padding:8px 0;
}

}
/*========================
　smartphone　bottom menu
========================*/

.mini-text{
    font-size:10px;
}

ul.bottom-menu {
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:45px;

    margin:0;
    padding:0;

    background:#00A8E8;              /* サウナイキタイブルー */
    border-top:2px solid #0094CF;
    border-bottom:2px solid #0094CF;

    z-index:9999;
}

ul.bottom-menu li {
    float:left;
    width:25%;
    background:#00A8E8;
    list-style:none;
    text-align:center;
    font-size:25px;
}

.bottom-menu li a{
    display:block;
    color:#fff;                      /* 白文字 */
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;
    transition:.2s;
}

.bottom-menu li a:hover{
    background:#0094CF;
    color:#fff;
}
/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
    
    .entry-content h3 { 

padding: 4px 10px;

 color: #111;

 background-color: #f5f5f5;

 border-left: 8px solid #b0e0e6;

 border-bottom: 2px solid #b0e0e6; 

}




.entry-date {
   font-size: 16px; /** 文字サイズ **/
   font-weight: bold; /** 文字を太字にする **/
   background-color: #f5f5f5; /** 背景色 **/
   padding: 5px 8px; /** 内側の余白 **/
   margin-top: 5px; /** 外側の上余白 **/
   margin-bottom: 15px; /** 外側の下余白 **/
   }


#pr-text {
   font-size: 12px; /* 文字サイズ */
   letter-spacing: 1px; /* 文字の幅 */
   text-align: center; /*中央寄せにする */
   background-color:rgba(255,255,255,0.5); /* 背景色 */
   }
   
   /*==================================================
Kaereba Modern 2026
Part1
俺んちサウナ。専用
==================================================*/

.kaerebalink-box{
    display:flex;
    align-items:flex-start;
    gap:24px;

    width:100%;
    margin:32px auto;

    padding:24px;

    background:#fff;
    border:1px solid #e8eef4;
    border-radius:18px;

    box-shadow:
        0 6px 18px rgba(0,0,0,.06);

    transition:.25s;

    box-sizing:border-box;
}

.kaerebalink-box:hover{

    transform:translateY(-3px);

    box-shadow:
        0 12px 28px rgba(0,0,0,.10);

}

/*==========================
画像
==========================*/

.kaerebalink-image{

    width:150px;
    min-width:150px;

}

.kaerebalink-image img{

    width:100%;
    display:block;

    border-radius:14px;

    transition:.3s;

}

.kaerebalink-box:hover .kaerebalink-image img{

    transform:scale(1.03);

}

/*==========================
本文
==========================*/

.kaerebalink-info{

    flex:1;

}

/*==========================
商品名
==========================*/

.kaerebalink-name{

    font-size:20px;
    font-weight:700;
    line-height:1.6;

    margin-bottom:10px;

}

.kaerebalink-name a{

    color:#222;
    text-decoration:none;

}

.kaerebalink-name a:hover{

    color:#00A8E8;

}

/*==========================
説明
==========================*/

.kaerebalink-detail{

    color:#666;

    font-size:14px;

    line-height:1.9;

    margin-bottom:16px;

}

/*==========================
powered
==========================*/

.kaerebalink-powered-date{

    font-size:11px;

    color:#999;

    margin-bottom:16px;

}

.kaerebalink-powered-date a{

    color:#00A8E8;

}

/*==========================
スマホ
==========================*/

@media(max-width:768px){

.kaerebalink-box{

    display:block;

    padding:20px;

    border-radius:16px;

}

.kaerebalink-image{

    width:140px;

    margin:0 auto 18px;

}

.kaerebalink-name{

    font-size:18px;

    text-align:center;

}

.kaerebalink-detail{

    text-align:left;

}

}
/*==================================================
Kaereba Modern 2026
Part2
ボタン・購入エリア
==================================================*/

/*==========================
ボタン全体
==========================*/

.kaerebalink-link1{
    display:flex;
    gap:12px;
    margin-top:20px;
    flex-wrap:wrap;
    width:100%;
}

.kaerebalink-link1 div{
    flex:1;
    margin:0 !important;
}

/*==========================
共通ボタン
==========================*/

.kaerebalink-link1 a{
    display:flex !important;
    justify-content:center;
    align-items:center;

    height:52px;

    border-radius:12px;

    font-size:14px;
    font-weight:700;

    text-decoration:none !important;

    transition:.25s;

    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

/*==========================
Amazon
==========================*/

.shoplinkamazon{

    background:#FFB400 !important;
    border:none !important;

}

.shoplinkamazon a{

    color:#222 !important;

}

.shoplinkamazon:hover{

    transform:translateY(-2px);

    background:#F2A900 !important;

}

/*==========================
楽天
==========================*/

.shoplinkrakuten{

    background:#E60023 !important;
    border:none !important;

}

.shoplinkrakuten a{

    color:#fff !important;

}

.shoplinkrakuten:hover{

    transform:translateY(-2px);

    background:#C8001F !important;

}

/*==========================
Yahoo
==========================*/

.shoplinkyahoo{

    background:#6A4CFF !important;
    border:none !important;

}

.shoplinkyahoo a{

    color:#fff !important;
    font-size:13px !important;

}

.shoplinkyahoo:hover{

    transform:translateY(-2px);

    background:#593DDE !important;

}

/*==========================
セブン
==========================*/

.shoplinkseven{

    background:#00A8E8 !important;
    border:none !important;

}

.shoplinkseven a{

    color:#fff !important;

}

/*==========================
スマホ
==========================*/

@media(max-width:768px){

.kaerebalink-link1{

    gap:10px;

}

.kaerebalink-link1 div{

    flex:0 0 calc(50% - 5px);

}

.kaerebalink-link1 a{

    height:48px;

    font-size:13px;

}

}
/*==================================================
Kaereba Modern 2026
Part2
ボタン・購入エリア
==================================================*/

/*==========================
ボタン全体
==========================*/

.kaerebalink-link1{
    display:flex;
    gap:12px;
    margin-top:20px;
    flex-wrap:wrap;
    width:100%;
}

.kaerebalink-link1 div{
    flex:1;
    margin:0 !important;
}

/*==========================
共通ボタン
==========================*/

.kaerebalink-link1 a{
    display:flex !important;
    justify-content:center;
    align-items:center;

    height:52px;

    border-radius:12px;

    font-size:14px;
    font-weight:700;

    text-decoration:none !important;

    transition:.25s;

    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

/*==========================
Amazon
==========================*/

.shoplinkamazon{

    background:#FFB400 !important;
    border:none !important;

}

.shoplinkamazon a{

    color:#222 !important;

}

.shoplinkamazon:hover{

    transform:translateY(-2px);

    background:#F2A900 !important;

}

/*==========================
楽天
==========================*/

.shoplinkrakuten{

    background:#E60023 !important;
    border:none !important;

}

.shoplinkrakuten a{

    color:#fff !important;

}

.shoplinkrakuten:hover{

    transform:translateY(-2px);

    background:#C8001F !important;

}

/*==========================
Yahoo
==========================*/

.shoplinkyahoo{

    background:#6A4CFF !important;
    border:none !important;

}

.shoplinkyahoo a{
    display:flex !important;
    justify-content:center;
    align-items:center;

    width:100%;
    height:100%;

    color:#fff !important;
    font-size:13px !important;
    text-align:center;
}
.shoplinkyahoo:hover{

    transform:translateY(-2px);

    background:#593DDE !important;

}

/*==========================
セブン
==========================*/

.shoplinkseven{

    background:#00A8E8 !important;
    border:none !important;

}

.shoplinkseven a{

    color:#fff !important;

}

/*==========================
スマホ
==========================*/

@media(max-width:768px){

.kaerebalink-link1{

    gap:10px;

}

.kaerebalink-link1 div{

    flex:0 0 calc(50% - 5px);

}

.kaerebalink-link1 a{

    height:48px;

    font-size:13px;

}

}



  /* 1. シンプル枠線ボックス */
  .box-simple {
    border:2px solid #ccc;
    padding:1em 1.2em;
    margin:1.5em 0;
    border-radius:6px;
    background:#fafafa;
  }

  /* 2. 影付きカード風ボックス */
  .box-shadow {
    border-radius:10px;
    padding:1.2em 1.4em;
    margin:1.8em 0;
    background:#fff;
    box-shadow:0 2px 6px rgba(0,0,0,.15);
  }

  /* 3. 左線強調ボックス */
  .box-leftline {
    border-left:6px solid #4caf50;
    padding:0.8em 1em;
    margin:1.5em 0;
    background:#f9fff9;
  }

  /* 4. 点線枠メモ風ボックス */
  .box-dotted {
    border:2px dashed #888;
    padding:1em 1.2em;
    margin:1.5em 0;
    border-radius:6px;
    background:#fffef7;
  }

  /* 5. リボン付き見出しボックス */
  .box-ribbon {
    position:relative;
    padding:1.4em 1.2em 1.1em;
    margin:2em 0 1.5em;
    border-radius:8px;
    background:#f5f9ff;
    border:1px solid #bbdefb;
  }
  .box-ribbon-title {
    position:absolute;
    top:-0.9em;
    left:0.8em;
    padding:0.2em 0.8em;
    background:#2196f3;
    color:#fff;
    font-weight:bold;
    border-radius:4px;
    font-size:0.9em;
  }

  /* 6. 付箋メモ風ボックス */
  .box-sticky {
    position:relative;
    padding:1.2em 1.4em;
    margin:1.8em 0;
    background:#fff9c4;
    border-radius:4px;
    box-shadow:0 4px 0 rgba(0,0,0,.15);
  }
  .box-sticky:before {
    content:"";
    position:absolute;
    top:-10px;
    left:20px;
    width:60px;
    height:20px;
    background:rgba(0,0,0,0.12);
    transform:rotate(-4deg);
    z-index:-1;
    filter:blur(2px);
  }

  /* 7. 注意・警告ボックス */
  .box-warning {
    border-radius:8px;
    border:2px solid #f44336;
    background:#ffebee;
    padding:1em 1.2em;
    margin:1.5em 0;
  }
  .box-warning-title {
    font-weight:bold;
    color:#c62828;
    margin-bottom:0.3em;
  }


  /* 11. セクション区切り（飾り線） */
  .section-line {
    width:100%;
    border:0;
    border-top:2px dashed #c5c5c5;
    margin:2em 0;
  }

  /* 12. 強調見出しブロック */
  .headline-box {
    padding:0.7em 1em;
    background:#e8f0fe;
    border-left:6px solid #4285f4;
    font-weight:bold;
    margin:2em 0 1em;
    border-radius:4px;
  }

  /* 13. ノート風（上部タイトル線） */
  .note-line {
    border-top:4px solid #4caf50;
    padding:1em 1.2em;
    margin:1.8em 0;
    background:#f7fff7;
    border-radius:4px;
  }


  /* 16. セル風ボックス（ノートアプリ風） */
  .cell-box {
    border:1px solid #ddd;
    padding:1em 1.2em;
    margin:1.5em 0;
    background:#ffffff;
    border-radius:6px;
  }

  /* 17. グラデーション背景ボックス */
  .grad-box {
    padding:1.2em 1.4em;
    margin:1.8em 0;
    background:linear-gradient(135deg, #e3f2fd, #fce4ec);
    border-radius:10px;
    color:#333;
  }

  /* 18. 和紙風ボックス */
  .washi {
    padding:1.4em;
    margin:1.8em 0;
    background:#faf7f0;
    border:1px solid #e0d7c6;
    border-radius:8px;
    box-shadow:inset 0 0 4px rgba(0,0,0,0.05);
  }

  /* 19. 画像キャプション用囲み */
  .caption-box {
    border-top:2px solid #bdbdbd;
    border-bottom:2px solid #bdbdbd;
    padding:0.8em;
    margin:1.8em 0;
    font-size:0.95em;
    text-align:center;
    color:#555;
    background:#fafafa;
  }



  /* 22. TIP! 情報ボックス */
  .tip-box {
    border-left:6px solid #29b6f6;
    background:#e1f5fe;
    padding:0.9em 1em;
    margin:1.5em 0;
  }
  .tip-title {
    font-weight:bold;
    margin-bottom:0.2em;
  }

  /* 23. モノクロ枠（印刷向け） */
  .mono-box {
    border:1px solid #444;
    padding:1em 1.2em;
    margin:1.5em 0;
    background:#f7f7f7;
    border-radius:4px;
    color:#222;
  }


  /* 25. タイムライン風ボックス */
  .timeline-box {
    border-left:3px solid #9e9e9e;
    padding-left:1em;
    margin:1.8em 0;
  }
  .timeline-item {
    margin-bottom:0.8em;
    position:relative;
  }
  .timeline-item:before {
    content:"";
    position:absolute;
    left:-1.2em;
    top:0.35em;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#9e9e9e;
  }
  .timeline-time {
    font-weight:bold;
    margin-right:0.4em;
  }


/***  オーソドックスなカード型デザイン  ***/
.page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
}

.page-archive .archive-entries .archive-entry {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 0 5px;
    margin-bottom: 1.5em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

@media (min-width: 481px) {
    .page-archive .archive-entries .archive-entry {
         width: calc(50% - 10px);
}
    .page-archive .archive-entries .archive-entry:nth-child(odd) {
        margin-right: 20px
    } 
}

.archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    padding: 10px 16px 0;
    width: calc(100% - 32px);
}

.page-archive .archive-entries .entry-title {
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.page-archive .entry-title a {
    font-size: 18px;
}

.page-archive .archive-entries .entry-thumb-link {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.page-archive .entry-thumb {
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.page-archive .archive-entries .categories {
    order: 3;
    margin: 0;
    padding: 0 16px;
}

.page-archive .entry-thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    opacity: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb::before {
    opacity: 1;
}

.archive-entry-body {
    display: none;
}

/* =========================
   スマホ：固定1列＋以降2列（強制）
   ========================= */
@media (max-width: 480px) {

  .page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
  }

  /* 2列を強制 */
  .page-archive .archive-entries .archive-entry {
    width: calc(50% - 8px) !important;
    margin-right: 0 !important;
  }

  /* 1記事目だけフル幅 */
  .page-archive .archive-entries .archive-entry:first-child {
    width: 100% !important;
  }
}

/*==================================================
検索
==================================================*/

.home-search{

display:flex;

align-items:center;

gap:12px;

background:#fff;

border-radius:20px;

padding:16px 18px;

box-shadow:0 4px 12px rgba(0,0,0,.08);

}

.home-search-icon{

font-size:24px;

color:#4FA3FF;

}

.home-search input{

flex:1;

border:none;

outline:none;

font-size:15px;

background:none;

color:#333;

}

.home-search input::placeholder{

color:#999;

}

.home-search:focus-within{

box-shadow:0 0 0 3px rgba(79,163,255,.15);

}

#search{
    scroll-margin-top:90px;
}
#search{
    padding-top:70px;
    margin-top:-70px;
}
/*==================================================
カテゴリ
==================================================*/

.home-section{

margin:28px 0;

}

.home-section-title{

display:flex;
align-items:center;
gap:8px;

margin-bottom:16px;

padding:0 4px;

}

.home-section-icon{

font-size:22px;

}

.home-section-text{

font-size:22px;

font-weight:700;

color:#1d3557;

line-height:1;

}

/*======================
2×2グリッド
=======================*/

.home-category-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:16px;

}

/*======================
カード
=======================*/

.home-category-card{

display:block;

border-radius:22px;

overflow:hidden;

background:#fff;

box-shadow:
0 8px 24px rgba(0,0,0,.08);

transition:.25s;

}

.home-category-card:active{

transform:scale(.98);

}

.home-category-card img{

  width:100%;

  display:block;

  margin:0;

  border-radius:0;

  transform:none;

}

/*======================
スマホ
=======================*/

@media(max-width:480px){

.home-category-grid{

gap:12px;

}

.home-section{

margin:22px 0;

}

.home-section-text{

font-size:20px;

}

}


/*==================================================
カテゴリ一覧：白いパネル
==================================================*/

.home-panel .home-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
}

.home-panel .home-category-card {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
  transition: transform .2s;
}

.home-panel .home-category-card img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  transform: none;
}

.home-panel .home-category-card:active {
  transform: scale(.98);
}

@media (max-width: 480px) {
  .home-panel .home-category-grid {
    gap: 10px;
  }

  .home-panel .home-category-card {
    border-radius: 14px;
  }
}


/*==================================================
人気記事 共通パネル
==================================================*/

.home-panel{

  background:#fff;
  border-radius:24px;
  padding:18px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);

}


/*==================================================
ヘッダー
==================================================*/

.home-panel-header{

  display:flex;
  justify-content:space-between;
  align-items:center;

  margin-bottom:18px;

}

.home-panel-title{

  display:flex;
  align-items:center;
  gap:8px;

}

/*==============================
もっと見る
==============================*/

.home-panel-more{

display:inline-flex;
align-items:center;
justify-content:center;

padding:5px 10px;

border-radius:999px;

background:#EEF9FE;

border:1px solid #D6EEF9;

font-size:11px;

font-weight:600;

line-height:1;

color:#3FA9D6;

text-decoration:none;

transition:.25s;

}

.home-panel-more:hover{

background:#DFF4FC;

border-color:#B9E3F4;

color:#2589B5;

}

.home-panel-more:active{

transform:scale(.96);

}
/*==================================================
横スクロール
==================================================*/

.home-card-scroll{

  display:flex;
  gap:12px;

  overflow-x:auto;
  overflow-y:hidden;

  scroll-snap-type:x proximity;

  -webkit-overflow-scrolling:touch;

  padding-bottom:6px;

}

/* スクロールバー非表示 */

.home-card-scroll::-webkit-scrollbar{

  display:none;

}

.home-card-scroll{

  scrollbar-width:none;

}

/*==================================================
横スクロール改善
==================================================*/

.home-card-scroll{

  scroll-behavior:auto;

  overscroll-behavior-x:contain;

  scrollbar-width:thin;

}

.home-card-scroll::-webkit-scrollbar{

  height:8px;

}

.home-card-scroll::-webkit-scrollbar-thumb{

  background:#d7dde5;

  border-radius:999px;

}

.home-card-scroll::-webkit-scrollbar-track{

  background:transparent;

}

/*==================================================
カード
==================================================*/

.home-card{

  flex:0 0 31%;

  display:flex;
  flex-direction:column;

  background:#fff;

  border-radius:18px;

  overflow:hidden;

  text-decoration:none;

  color:#222;

  box-shadow:0 4px 12px rgba(0,0,0,.08);

  scroll-snap-align:start;

  transition:.2s;

}

.home-card:active{

  transform:scale(.98);

}


/*==================================================
画像
==================================================*/

.home-card img{

  width:100%;

  aspect-ratio:16 / 9;

  object-fit:cover;

  display:block;

  margin:0;

  border-radius:0;

  transform:none;

}


/*==================================================
本文
==================================================*/

.home-card-body{

  padding:8px;

}


/*==================================================
タイトル
==================================================*/

.home-card-title{

  font-size:12px;

  font-weight:600;

  line-height:1.4;

  color:#222;

  display:-webkit-box;

  -webkit-line-clamp:3;

  -webkit-box-orient:vertical;

  overflow:hidden;

  min-height:4.2em;

}


/*==================================================
スマホ
==================================================*/

@media(max-width:480px){

.home-panel{

  padding:14px;

}

.home-card{

  flex:0 0 28%;

}

.home-card-title{

  font-size:12px;

}

}

/*==================================================
おすすめグッズ
==================================================*/

.home-goods-card img{

  aspect-ratio:auto;

}

/* 更新日 */

.home-card-date{

  margin-top:8px;

  font-size:11px;

  color:#8A97A6;

}
/*==================================================
Instagram
==================================================*/

.insta-card{

display:flex;

align-items:center;

gap:16px;

background:#fff;

border-radius:20px;

padding:18px;

text-decoration:none;

color:#222;

box-shadow:0 4px 12px rgba(0,0,0,.08);

transition:.2s;

}

.insta-card:hover{

transform:translateY(-2px);

}

.insta-icon{

width:72px;

height:72px;

border-radius:50%;

object-fit:cover;

margin:0;

flex-shrink:0;

}

.insta-info{

flex:1;

}

.insta-name{

font-size:17px;

font-weight:700;

margin-bottom:6px;

}

.insta-text{

font-size:13px;

line-height:1.6;

color:#666;

margin-bottom:14px;

}

.insta-button{

display:inline-block;

padding:10px 18px;

background:#4FA3FF;

color:#fff;

border-radius:999px;

font-size:13px;

font-weight:700;

}
/*==================================================
H3
==================================================*/

.entry-content h3{

  margin:48px 0 20px;

  padding:10px 16px;

  background:#FCFEFF;

  border-left:4px solid #58B9E7;

  border-radius:10px;

  color:#222;

  font-size:22px;

  font-weight:700;

  line-height:1.5;

  box-shadow:0 3px 10px rgba(0,0,0,.04);

}

/*==================================================
H4
==================================================*/

.entry-content h4{

  margin:30px 0 16px;

  padding-left:12px;

  border-left:3px solid #58B9E7;

  color:#333;

  font-size:18px;

  font-weight:700;

  line-height:1.5;

}

/*==================================================
Q&A
==================================================*/

.qa-item{
  margin:18px 0;
  border:1px solid #E5EEF2;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
}

.qa-q{
  display:block;
  position:relative;
  padding:15px 48px 15px 18px;
  cursor:pointer;
  font-weight:700;
  background:#F8FCFE;
  color:#222;
  list-style:none;
}

.qa-q::-webkit-details-marker{
  display:none;
}

.qa-q::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  font-size:24px;
  color:#58B9E7;
  font-weight:400;
}

.qa-item[open] .qa-q::after{
  content:"−";
}

.qa-a{
  padding:16px 18px;
  border-top:1px solid #E5EEF2;
  line-height:1.9;
  background:#fff;
}

/*==================================================
コラムボックス
==================================================*/

.column-box{

  margin:28px 0;

  padding:20px;

  background:#fff;

  border:1px solid #E5EEF2;

  border-radius:18px;

  box-shadow:0 3px 10px rgba(0,0,0,.04);

}

.column-title{

  display:inline-flex;

  align-items:center;

  gap:8px;

  margin-bottom:14px;

  padding:6px 14px;

  background:#EAF8FD;

  color:#1D3557;

  font-size:15px;

  font-weight:700;

  border-radius:999px;

}

.column-title::before{

  content:"💡";

  font-size:16px;

}

.column-box p:last-child{

  margin-bottom:0;

}

/*==================================================
Number Box
==================================================*/

.number-box{

  display:flex;

  align-items:flex-start;

  gap:16px;

  margin:28px 0;

  padding:18px;

  background:#fff;

  border:1px solid #E5EEF2;

  border-radius:18px;

  box-shadow:0 3px 10px rgba(0,0,0,.04);

}

.number-box-num{

  flex-shrink:0;

  width:42px;

  height:42px;

  border-radius:12px;

  background:#58B9E7;

  color:#fff;

  font-size:18px;

  font-weight:700;

  display:flex;

  align-items:center;

  justify-content:center;

}

.number-box-body{

  flex:1;

  line-height:1.9;

}

.number-box-body p:last-child{

  margin-bottom:0;

}

/*==================================================
吹き出し
==================================================*/

.blog-deco-box.balloon-left,
.blog-deco-box.balloon-right{

  position:relative;

  margin:22px 0;

  padding:16px 18px;

  border-radius:18px;

  border:1px solid #E5EEF2;

  box-shadow:0 3px 10px rgba(0,0,0,.04);

  line-height:1.9;

}

.blog-deco-box.balloon-left{

  background:#F8FCFE;

}

.blog-deco-box.balloon-right{

  background:#FFFFFF;

}

/* 左吹き出し */

.blog-deco-box.balloon-left::before{

  content:"";

  position:absolute;

  left:-10px;

  top:20px;

  border-width:10px 10px 10px 0;

  border-style:solid;

  border-color:transparent #F8FCFE transparent transparent;

}

/* 右吹き出し */

.blog-deco-box.balloon-right::before{

  content:"";

  position:absolute;

  right:-10px;

  top:20px;

  border-width:10px 0 10px 10px;

  border-style:solid;

  border-color:transparent transparent transparent #FFFFFF;

}

/*==================================================
チェックリスト
==================================================*/

.checklist-box{

  margin:28px 0;

  padding:20px;

  background:#fff;

  border:1px solid #E5EEF2;

  border-radius:18px;

  box-shadow:0 3px 10px rgba(0,0,0,.04);

}

.checklist-box ul{

  margin:0;

  padding:0;

  list-style:none;

}

.checklist-box li{

  position:relative;

  padding:12px 0 12px 38px;

  border-bottom:1px solid #EEF3F6;

  line-height:1.8;

}

.checklist-box li:last-child{

  border-bottom:none;

}

.checklist-box li::before{

  content:"✓";

  position:absolute;

  left:0;

  top:12px;

  width:24px;

  height:24px;

  border-radius:50%;

  background:#58B9E7;

  color:#fff;

  font-size:14px;

  font-weight:700;

  display:flex;

  align-items:center;

  justify-content:center;

}

/*==================================================
2カラムカード
==================================================*/

.two-card{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:16px;

  margin:28px 0;

}

.two-card-item{

  padding:20px;

  background:#fff;

  border:1px solid #E5EEF2;

  border-radius:18px;

  box-shadow:0 3px 10px rgba(0,0,0,.04);

  line-height:1.8;

}

.two-card-item p:first-child{

  margin-top:0;

}

.two-card-item p:last-child{

  margin-bottom:0;

}

/*========================
スマホ
========================*/

@media(max-width:600px){

.two-card{

  grid-template-columns:1fr;

}

}

/*==================================================
ボタン
==================================================*/

.btn_green{

margin:30px 0;

text-align:center;

}

.btn_green a{

display:inline-flex;

align-items:center;

justify-content:center;

gap:8px;

padding:14px 30px;

min-width:240px;

background:#58B9E7;

color:#fff!important;

font-size:16px;

font-weight:700;

text-decoration:none;

border-radius:999px;

box-shadow:0 6px 18px rgba(88,185,231,.28);

transition:.2s;

}

.btn_green a:hover{

transform:translateY(-2px);

box-shadow:0 10px 24px rgba(88,185,231,.35);

}

.btn_green a:active{

transform:scale(.98);

}

.btn_green a::after{

content:"→";

font-size:18px;

}

/*==================================================
ラベル
==================================================*/

.label-box{

  display:inline-flex;

  align-items:center;

  margin:18px 0;

  padding:6px 14px;

  background:#58B9E7;

  color:#fff;

  font-size:13px;

  font-weight:700;

  border-radius:999px;

  letter-spacing:.05em;

}

/*==================================================
ワンポイント
==================================================*/

.yellow-tab{

  margin:24px 0;

  padding:16px 20px;

  background:#FFF9E8;

  border-left:4px solid #F6C344;

  border-radius:12px;

  color:#444;

  line-height:1.9;

}

/*==================================================
フッターノート
==================================================*/

.footer-note{

  margin:36px 0 20px;

  padding:16px 20px;

  font-size:14px;

  color:#666;

  background:#F8FAFC;

  border:1px solid #E5EEF2;

  border-radius:14px;

  line-height:1.8;

}

/*==================================================
マーカー
==================================================*/

.marker-yellow{

  background:linear-gradient(
  transparent 60%,
  #D9F2FC 60%
  );

  padding:0 .15em;

}

/*==================================================
注釈
==================================================*/

.small-note{

  margin:6px 0;

  font-size:12px;

  color:#888;

  text-align:center;

}

/*==================================================
比較表
==================================================*/

.entry-content table{

  width:100%;

  margin:28px 0;

  border-collapse:separate;

  border-spacing:0;

  overflow:hidden;

  border-radius:18px;

  box-shadow:0 3px 10px rgba(0,0,0,.05);

  font-size:15px;

}

.entry-content th{

  background:#58B9E7;

  color:#fff;

  font-weight:700;

  padding:14px;

  text-align:center;

}

.entry-content td{

  padding:14px;

  border-bottom:1px solid #EEF3F6;

  background:#fff;

}

.entry-content tr:nth-child(even) td{

  background:#FAFCFD;

}

.entry-content td:first-child{

  font-weight:700;

  width:35%;

}

.entry-content tr:last-child td{

  border-bottom:none;

}

/*==================================================
テーブルスクロール
==================================================*/

.table-scroll{

  overflow-x:auto;

  -webkit-overflow-scrolling:touch;

}

/*==================================================
引用
==================================================*/

.entry-content blockquote{

  position:relative;

  margin:28px 0;

  padding:24px 22px 18px;

  background:#F8FCFE;

  border:1px solid #E5EEF2;

  border-radius:18px;

  box-shadow:0 3px 10px rgba(0,0,0,.04);

  color:#444;

  line-height:1.9;

}

.entry-content blockquote::before{

  content:"“";

  position:absolute;

  top:6px;

  left:14px;

  font-size:42px;

  color:#58B9E7;

  opacity:.25;

  font-family:serif;

}

.entry-content blockquote p:last-child{

  margin-bottom:0;

}

.entry-content blockquote cite{

  display:block;

  margin-top:14px;

  font-size:13px;

  color:#777;

  font-style:normal;

  text-align:right;

}


/*==================================================
目次
==================================================*/

.entry-content .table-of-contents{

  margin:30px 0;

  padding:0;

  background:#fff;

  border:1px solid #E5EEF2;

  border-radius:18px;

  box-shadow:0 3px 10px rgba(0,0,0,.04);

  overflow:hidden;

}

.toc-header{

  display:flex;

  justify-content:space-between;

  align-items:center;

  padding:16px 20px;

  cursor:pointer;

  background:#F8FCFE;

  font-weight:700;

  color:#1D3557;

}

.toc-header:hover{

  background:#F2FAFD;

}

.toc-header .toc-icon{

  font-size:22px;

  color:#58B9E7;

}

.toc-body{

  padding:16px 22px;

  border-top:1px solid #E5EEF2;

}

.toc-body ul{

  margin:0;

  padding-left:20px;

}

.toc-body li{

  margin:8px 0;

}

.toc-body a{

  color:#333;

  text-decoration:none;

}

.toc-body a:hover{

  color:#58B9E7;

}

.toc-close{

  display:none;

}
/*==================================================
目次タイトル
==================================================*/

.entry-content .table-of-contents{
  position:relative;
  padding-top:38px;
}

.entry-content .table-of-contents > p{
  display:none;
}

.entry-content .table-of-contents::before{

  content:"CONTENTS";

  position:absolute;

  top:12px;

  left:50%;

  transform:translateX(-50%);

  font-size:12px;

  font-weight:700;

  letter-spacing:.18em;

  color:#58B9E7;

  text-transform:uppercase;

}

/* ==========================================
本文デザイン（完成版）
========================================== */

/* 本文全体 */
.entry-content{
    font-size:17px;
    line-height:2;
    letter-spacing:.035em;
    color:#333;
    word-break:break-word;
    overflow-wrap:break-word;
}

/* 段落 */
.entry-content p{
    margin:0 0 1.8em;
}

/* リンク */
.entry-content a{
    text-decoration:underline;
    text-underline-offset:3px;
}

/* リスト */
.entry-content ul,
.entry-content ol{
    line-height:2;
    margin:1.2em 0 1.8em;
    padding-left:1.5em;
}

.entry-content li{
    margin:.45em 0;
}

/* 見出しとの余白 */
.entry-content h3{
    margin:3em 0 1em;
}

.entry-content h4{
    margin:2em 0 .8em;
}

/* 引用 */
.entry-content blockquote{
    line-height:2;
    margin:2em 0;
    padding:1.2em 1.5em;
    border-left:4px solid #00A8E8;
    background:#F8FCFE;
}

/* テーブル */
.entry-content table{
    margin:2em 0;
}

/* 画像 */
.entry-content img{
    margin:2em auto;
    border-radius:10px;
}

/* 区切り線 */
.entry-content hr{
    margin:3em 0;
    border:none;
    border-top:1px solid #ddd;
}

/* スマホ */
@media(max-width:768px){

.entry-content{
    font-size:16px;
    line-height:2;
    letter-spacing:.03em;
}

.entry-content p{
    margin-bottom:1.7em;
}

}
/*==================================================
ホームカード画像リセット
==================================================*/

.home-card img,
.home-goods-card img,
.home-category-card img{

  display:block !important;
  width:100%;
  height:auto;

  margin:0 !important;
  padding:0 !important;

  border-radius:0 !important;

  transform:none !important;

}
/* ==========================================
   俺んちサウナ。オリジナル関連記事カード
   ========================================== */

.embed-card{
    position:relative;
    display:block;
    overflow:hidden;
    margin:32px 0;
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    transition:.3s;
}

.embed-card:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 32px rgba(0,0,0,.12);
}

/* リンク全体 */
.embed-card a{
    display:block;
    color:inherit;
    text-decoration:none;
}

/* 関連記事ラベル */
.embed-card::before{
    content:"関連記事";
    position:absolute;
    top:14px;
    right:14px;
    background:#ff8a00;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:5px 10px;
    border-radius:30px;
    z-index:5;
    letter-spacing:.05em;
}

/* アイキャッチ */
.embed-card-image{
    width:100%;
    aspect-ratio:1200/630;
    background:#f6f6f6;
}

.embed-card-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

/* テキスト */
.embed-card-content{
    padding:20px;
}

.embed-card-title{
    font-size:22px;
    font-weight:700;
    line-height:1.45;
    color:#222;
    margin-bottom:10px;
}

.embed-card-description{
    color:#666;
    font-size:15px;
    line-height:1.8;
    margin-bottom:18px;
}

/* 下部 */
.embed-card-site{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#999;
    font-size:13px;
    border-top:1px solid #f2f2f2;
    padding-top:14px;
}

.embed-card-site::after{
    content:"→";
    font-size:18px;
    color:#ff8a00;
    font-weight:bold;
}

/* スマホ */
@media(max-width:768px){

.embed-card{
    border-radius:18px;
    margin:24px 0;
}

.embed-card-content{
    padding:16px;
}

.embed-card-title{
    font-size:18px;
}

.embed-card-description{
    font-size:14px;
}

}
/*======================================
  俺んちサウナ。比較表
======================================*/

.table-scroll{
  width:100%;
  max-width:100%;

  overflow-x:auto;
  overflow-y:hidden;

  -webkit-overflow-scrolling:touch;

  margin:12px 0;

  /* 横スクロール用の外枠には装飾しない */
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}


/*======================================
  表本体
======================================*/

.table-scroll table{

  border-collapse:separate;
  border-spacing:0;

  width:max-content;
  min-width:0;

  font-size:14px;
  line-height:1.5;

  /* 表だけカードにする */
  background:#fff;

  border:1px solid #dbe4ec;
  border-radius:12px;

  overflow:hidden;

}


/*======================================
  キャプション
======================================*/

.table-scroll caption{

  caption-side:top;

  padding:0 0 6px;

  margin:0;

  line-height:1.4;

}


/*======================================
  ヘッダー
======================================*/

.table-scroll thead th{

  position:sticky;
  top:0;

  background:#3b9edb;
  color:#fff;

  font-weight:700;

  padding:11px 18px;

  white-space:nowrap;

  z-index:20;

  border-bottom:2px solid #2d86bd;
}


/*======================================
  左列固定
======================================*/

.table-scroll tbody th{

  position:sticky;
  left:0;

  background:#e8f3fb;

  font-weight:700;

  text-align:left;

  padding:10px 18px;

  white-space:nowrap;

  z-index:10;

  border-right:2px solid #d9e7ef;
}


/*======================================
  左上セル
======================================*/

.table-scroll thead th:first-child{

  position:sticky;
  left:0;

  z-index:30;
}


/*======================================
  セル
======================================*/

.table-scroll td{

  text-align:center;

  padding:10px 18px;

  white-space:nowrap;

}

.table-scroll th,
.table-scroll td{

  border-bottom:1px solid #e8edf2;
  border-right:1px solid #eef2f5;

}


/*======================================
  偶数行
======================================*/

.table-scroll tbody tr:nth-child(even){

  background:#fcfcfc;

}


/*======================================
  ホバー
======================================*/

.table-scroll tbody tr:hover{

  background:#f4fbff;

}


/*======================================
  スクロールバー
======================================*/

.table-scroll::-webkit-scrollbar{
  height:6px;
}

.table-scroll::-webkit-scrollbar-track{
  background:#eef3f6;
  border-radius:999px;
}

.table-scroll::-webkit-scrollbar-thumb{
  background:#4ea6d8;
  border-radius:999px;
}


/*======================================
  スマホ
======================================*/

@media(max-width:768px){

  .table-scroll{

    margin:10px 0;

  }

  .table-scroll table{

    font-size:13px;

  }

  .table-scroll thead th{

    padding:9px 15px;

  }

  .table-scroll tbody th{

    padding:8px 15px;

  }

  .table-scroll td{

    padding:8px 15px;

  }

}


/*======================================
  ○ △ ×
======================================*/

.ok{
  color:#1ea64a;
  font-weight:bold;
}

.caution{
  color:#f59e0b;
  font-weight:bold;
}

.no{
  color:#999;
  font-weight:bold;
}
/*==============================
Amazon・楽天ボタン
==============================*/

.shop-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin:20px 0;
}

.shop-btn{
  display:inline-block;
  padding:12px 22px;
  border-radius:999px;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:700;
  line-height:1.4;
  white-space:nowrap;
}

.shop-btn.amazon{
  background:#FF9900;
}

.shop-btn.rakuten{
  background:#BF0000;
}

.shop-btn:hover{
  opacity:.9;
}

@media(max-width:768px){
  .shop-buttons{
    flex-direction:column;
  }

  .shop-btn{
    width:100%;
    max-width:320px;
    text-align:center;
  }
}
/*==================================================
俺んちサウナ。TOOLS
Design System Ver1.0
Part1
==================================================*/

/*==================================================
カラー設定
==================================================*/

:root{

  --tools-primary:#1DA1F2;
  --tools-primary-dark:#0B84CF;

  --tools-bg:#F5FAFE;
  --tools-card:#FFFFFF;

  --tools-text:#1F2937;
  --tools-sub:#6B7280;

  --tools-border:#E6EEF5;

  --tools-radius:22px;

  --tools-shadow:
  0 12px 30px rgba(15,23,42,.08);

  --tools-shadow-hover:
  0 18px 40px rgba(15,23,42,.12);

}

/*==================================================
全体
==================================================*/

.tools-wrap{

  max-width:900px;

  margin:40px auto;

  padding:0 18px;

  font-family:-apple-system,
  BlinkMacSystemFont,
  "Helvetica Neue",
  sans-serif;

  color:var(--tools-text);

}

.tools-wrap *{

  box-sizing:border-box;

}

/*==================================================
カード
==================================================*/

.tools-card{

  background:#fff;

  border:1px solid var(--tools-border);

  border-radius:var(--tools-radius);

  box-shadow:var(--tools-shadow);

  padding:30px;

  transition:.3s;

}

.tools-card:hover{

  box-shadow:var(--tools-shadow-hover);

}

/*==================================================
Hero
==================================================*/

.tools-hero{

  overflow:hidden;

  position:relative;

}

.tools-hero img{

  width:100%;

  display:block;

  border-radius:18px;

}

.tools-logo{

  display:inline-flex;

  align-items:center;

  gap:8px;

  font-size:13px;

  font-weight:700;

  color:var(--tools-primary);

  margin-bottom:18px;

  letter-spacing:.08em;

}

.tools-title{

  font-size:34px;

  line-height:1.4;

  font-weight:800;

  margin-bottom:15px;

}

.tools-subtitle{

  font-size:18px;

  line-height:1.9;

  color:var(--tools-sub);

  margin-bottom:28px;

}

/*==================================================
特徴リスト
==================================================*/

.tools-feature{

  list-style:none;

  margin:30px 0;

  padding:0;

}

.tools-feature li{

  display:flex;

  align-items:center;

  gap:10px;

  margin-bottom:15px;

  font-size:16px;

}

.tools-feature li::before{

  content:"✓";

  width:28px;

  height:28px;

  border-radius:50%;

  background:#E8F6FF;

  color:var(--tools-primary);

  display:flex;

  align-items:center;

  justify-content:center;

  font-weight:bold;

}

/*==================================================
ボタン
==================================================*/

.tools-btn{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  gap:10px;

  padding:18px 34px;

  border-radius:999px;

  text-decoration:none;

  font-weight:700;

  cursor:pointer;

  transition:.25s;

  border:none;

  font-size:17px;

}

.tools-btn-primary{

  color:#fff;

  background:linear-gradient(
  135deg,
  #2DB4F5,
  #1798E7
  );

}

.tools-btn-primary:hover{

  transform:translateY(-2px);

  box-shadow:
  0 12px 28px rgba(29,161,242,.35);

}

.tools-btn-primary:active{

  transform:scale(.98);

}

.tools-btn-outline{

  background:#fff;

  border:2px solid var(--tools-primary);

  color:var(--tools-primary);

}

.tools-btn-outline:hover{

  background:#F2FAFF;

}

/*==================================================
区切り
==================================================*/

.tools-section{

  margin-top:50px;

}

.tools-section-title{

  font-size:28px;

  font-weight:800;

  margin-bottom:24px;

}

.tools-center{

  text-align:center;

}

/*==================================================
フェード表示
==================================================*/

.tools-fade{

  animation:toolsFade .4s ease;

}

@keyframes toolsFade{

  from{

    opacity:0;

    transform:translateY(15px);

  }

  to{

    opacity:1;

    transform:none;

  }

}

/*==================================================
スマホ
==================================================*/

@media(max-width:768px){

.tools-wrap{

padding:0 15px;

}

.tools-card{

padding:22px;

}

.tools-title{

font-size:28px;

}

.tools-subtitle{

font-size:16px;

line-height:1.8;

}

.tools-btn{

width:100%;

padding:18px;

font-size:16px;

}

}
/*==================================================
質問画面
==================================================*/

.tools-question{

  margin-top:35px;

}

.tools-question-number{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  min-width:90px;

  padding:8px 16px;

  background:#EAF7FF;

  color:var(--tools-primary);

  border-radius:999px;

  font-size:14px;

  font-weight:700;

  margin-bottom:18px;

}

.tools-question-title{

  font-size:30px;

  font-weight:800;

  line-height:1.5;

  margin-bottom:28px;

}

/*==================================================
プログレスバー
==================================================*/

.tools-progress{

  width:100%;

  height:12px;

  background:#EEF4F8;

  border-radius:999px;

  overflow:hidden;

  margin-bottom:35px;

}

.tools-progress-bar{

  width:0;

  height:100%;

  background:linear-gradient(
  90deg,
  #43C2FF,
  #169AE9
  );

  border-radius:999px;

  transition:.35s ease;

}

/*==================================================
選択肢カード
==================================================*/

.tools-options{

  display:grid;

  gap:16px;

}

.tools-option{

  position:relative;

  display:flex;

  align-items:center;

  gap:16px;

  padding:22px;

  border:2px solid var(--tools-border);

  border-radius:18px;

  background:#fff;

  cursor:pointer;

  transition:.25s;

}

.tools-option:hover{

  border-color:var(--tools-primary);

  transform:translateY(-2px);

  box-shadow:0 12px 24px rgba(0,0,0,.08);

}

.tools-option.active{

  border-color:var(--tools-primary);

  background:#F2FAFF;

}

.tools-option-icon{

  width:52px;

  height:52px;

  border-radius:50%;

  background:#EAF7FF;

  display:flex;

  align-items:center;

  justify-content:center;

  font-size:24px;

}

.tools-option-title{

  font-size:18px;

  font-weight:700;

  margin-bottom:4px;

}

.tools-option-sub{

  font-size:14px;

  color:var(--tools-sub);

  line-height:1.6;

}

/*==================================================
ナビゲーション
==================================================*/

.tools-navigation{

  display:flex;

  justify-content:space-between;

  gap:15px;

  margin-top:35px;

}

.tools-navigation .tools-btn{

  flex:1;

}

/*==================================================
診断結果
==================================================*/

.tools-result{

  text-align:center;

}

.tools-result-badge{

  display:inline-flex;

  align-items:center;

  gap:8px;

  padding:10px 20px;

  background:#EAF7FF;

  color:var(--tools-primary);

  border-radius:999px;

  font-size:15px;

  font-weight:700;

  margin-bottom:20px;

}

.tools-result-title{

  font-size:34px;

  font-weight:800;

  margin-bottom:18px;

}

.tools-price{

  font-size:48px;

  font-weight:900;

  color:var(--tools-primary);

  line-height:1.2;

  margin-bottom:10px;

}

.tools-price-sub{

  font-size:16px;

  color:var(--tools-sub);

}

/*==================================================
費用内訳
==================================================*/

.tools-breakdown{

  margin-top:40px;

}

.tools-breakdown-item{

  display:flex;

  justify-content:space-between;

  align-items:center;

  padding:18px 0;

  border-bottom:1px solid var(--tools-border);

}

.tools-breakdown-label{

  font-size:17px;

  font-weight:600;

}

.tools-breakdown-price{

  font-size:18px;

  font-weight:800;

  color:var(--tools-primary);

}

/*==================================================
結果ステータス
==================================================*/

.tools-status{

  display:grid;

  gap:18px;

  margin-top:40px;

}

.tools-status-item{

  display:flex;

  justify-content:space-between;

  align-items:center;

  background:#F8FBFD;

  border-radius:16px;

  padding:18px 22px;

}

.tools-status-label{

  font-weight:600;

}

.tools-stars{

  color:#FFC107;

  letter-spacing:2px;

}

/*==================================================
スマホ
==================================================*/

@media(max-width:768px){

.tools-question-title{

font-size:24px;

}

.tools-option{

padding:18px;

}

.tools-option-icon{

width:46px;

height:46px;

font-size:20px;

}

.tools-option-title{

font-size:17px;

}

.tools-price{

font-size:36px;

}

.tools-breakdown-item{

flex-direction:column;

align-items:flex-start;

gap:8px;

}

.tools-navigation{

flex-direction:column;

}

}
/*==================================================
関連記事
==================================================*/

.tools-related{

margin-top:60px;

}

.tools-related-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

}

.tools-related-card{

display:block;

text-decoration:none;

background:#fff;

border:1px solid var(--tools-border);

border-radius:18px;

overflow:hidden;

transition:.3s;

box-shadow:var(--tools-shadow);

}

.tools-related-card:hover{

transform:translateY(-4px);

box-shadow:var(--tools-shadow-hover);

}

.tools-related-image{

aspect-ratio:16/9;

background:#EEF7FD;

overflow:hidden;

}

.tools-related-image img{

width:100%;

height:100%;

object-fit:cover;

display:block;

}

.tools-related-body{

padding:18px;

}

.tools-related-title{

font-size:17px;

font-weight:700;

line-height:1.6;

color:var(--tools-text);

margin-bottom:8px;

}

.tools-related-text{

font-size:14px;

line-height:1.8;

color:var(--tools-sub);

}

/*==================================================
シェア
==================================================*/

.tools-share{

margin-top:60px;

text-align:center;

}

.tools-share-buttons{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

margin-top:25px;

}

.tools-share-btn{

display:flex;

align-items:center;

justify-content:center;

gap:8px;

padding:15px 24px;

border-radius:999px;

text-decoration:none;

font-weight:700;

background:#fff;

border:2px solid var(--tools-border);

color:var(--tools-text);

transition:.3s;

}

.tools-share-btn:hover{

transform:translateY(-3px);

box-shadow:var(--tools-shadow);

}

.tools-share-x{

border-color:#000;

}

.tools-share-line{

border-color:#06C755;

}

.tools-share-copy{

border-color:var(--tools-primary);

}

/*==================================================
みんなの診断結果
==================================================*/

.tools-ranking{

margin-top:50px;

background:#F8FCFF;

border-radius:22px;

padding:28px;

}

.tools-ranking-title{

font-size:22px;

font-weight:800;

margin-bottom:25px;

}

.tools-ranking-item{

margin-bottom:22px;

}

.tools-ranking-label{

display:flex;

justify-content:space-between;

font-size:15px;

font-weight:700;

margin-bottom:8px;

}

.tools-ranking-bar{

height:10px;

background:#E9F0F5;

border-radius:999px;

overflow:hidden;

}

.tools-ranking-fill{

height:100%;

background:linear-gradient(
90deg,
#49C7FF,
#179AE8
);

border-radius:999px;

}

/*==================================================
注意書き
==================================================*/

.tools-note{

margin-top:45px;

padding:22px;

background:#F8FBFD;

border-left:5px solid var(--tools-primary);

border-radius:16px;

font-size:14px;

line-height:1.9;

color:var(--tools-sub);

}

/*==================================================
ローディング
==================================================*/

.tools-loading{

display:flex;

flex-direction:column;

align-items:center;

gap:20px;

padding:60px 20px;

}

.tools-spinner{

width:52px;

height:52px;

border-radius:50%;

border:5px solid #E8EEF5;

border-top-color:var(--tools-primary);

animation:toolsSpin .8s linear infinite;

}

@keyframes toolsSpin{

to{

transform:rotate(360deg);

}

}

/*==================================================
フェードアップ
==================================================*/

.tools-show{

animation:toolsUp .45s ease;

}

@keyframes toolsUp{

from{

opacity:0;

transform:translateY(18px);

}

to{

opacity:1;

transform:none;

}

}

/*==================================================
画像
==================================================*/

.tools-img{

display:block;

width:100%;

height:auto;

border-radius:18px;

}

/*==================================================
レスポンシブ
==================================================*/

@media(max-width:768px){

.tools-related-grid{

grid-template-columns:1fr;

}

.tools-share-buttons{

flex-direction:column;

}

.tools-share-btn{

width:100%;

}

.tools-ranking{

padding:20px;

}

.tools-note{

padding:18px;

}

}
/* ==================================
俺んちサウナ。TOOLS
選択中カード
================================== */


.tools-option.selected {

background:#e8f7ff;

border:2px solid #38bdf8;

box-shadow:0 0 0 3px rgba(56,189,248,0.15);

transform:translateY(-2px);

}



/* 選択中の文字 */

.tools-option.selected .tools-option-title {

color:#0284c7;

font-weight:bold;

}



/* チェック表示 */

.tools-option.selected::after {

content:"✓ 選択中";

position:absolute;

right:16px;

top:50%;

transform:translateY(-50%);

font-size:13px;

color:#0284c7;

font-weight:bold;

}



/* カード位置調整 */

.tools-option {

position:relative;

transition:.2s ease;

}

/*==================================================
記事内トグル
「俺んちサウナ。」専用
※既存のQA（.qa-item）とは完全分離
※JavaScript不要
※detailsの開閉はブラウザ標準
==================================================*/

.entry-content details.sauna-toggle{

  margin:28px 0;

  border:1px solid #d7edf7;

  border-radius:18px;

  background:#fff;

  overflow:hidden;

  box-shadow:0 3px 10px rgba(0,0,0,.05);

}


/*==================================================
トグルタイトル
==================================================*/

.entry-content details.sauna-toggle summary{

  position:relative;

  display:block;

  padding:17px 52px 17px 20px;

  background:#eef9fd;

  color:#333;

  font-size:16px;

  font-weight:bold;

  line-height:1.6;

  cursor:pointer;

  list-style:none;

  -webkit-user-select:none;

  user-select:none;

  transition:
    background .2s ease;

}


/*==================================================
標準の三角マーカーを非表示
==================================================*/

.entry-content details.sauna-toggle summary::-webkit-details-marker{

  display:none;

}

.entry-content details.sauna-toggle summary::marker{

  display:none;

}


/*==================================================
▼ 閉じている状態
==================================================*/

.entry-content details.sauna-toggle summary::after{

  content:"▼";

  position:absolute;

  right:20px;

  top:50%;

  transform:translateY(-50%);

  color:#58B9E7;

  font-size:14px;

  font-weight:bold;

  line-height:1;

}


/*==================================================
▲ 開いている状態
==================================================*/

.entry-content details.sauna-toggle[open] summary{

  background:#e5f6fc;

  border-bottom:1px solid #d7edf7;

}

.entry-content details.sauna-toggle[open] summary::after{

  content:"▲";

}


/*==================================================
トグル本文
==================================================*/

.entry-content details.sauna-toggle .toggle-content{

  padding:22px 20px;

  background:#fff;

}


/*==================================================
本文の最初・最後の余白を調整
==================================================*/

.entry-content details.sauna-toggle .toggle-content > :first-child{

  margin-top:0;

}

.entry-content details.sauna-toggle .toggle-content > :last-child{

  margin-bottom:0;

}


/*==================================================
ぬるっと開閉
※対応ブラウザのみ
※details本来の開閉は変更しない
==================================================*/

@supports selector(details::details-content){

  .entry-content details.sauna-toggle::details-content{

    opacity:0;

    transition:
      opacity .3s ease,
      content-visibility .3s allow-discrete;

  }

  .entry-content details.sauna-toggle[open]::details-content{

    opacity:1;

  }

}


/*==================================================
ホバー
==================================================*/

@media (hover:hover){

  .entry-content details.sauna-toggle summary:hover{

    background:#e2f5fb;

  }

}


/*==================================================
キーボード操作
==================================================*/

.entry-content details.sauna-toggle summary:focus-visible{

  outline:3px solid rgba(88,185,231,.35);

  outline-offset:-3px;

}


/*==================================================
スマホ
==================================================*/

@media screen and (max-width:480px){

  .entry-content details.sauna-toggle{

    margin:24px 0;

    border-radius:16px;

  }

  .entry-content details.sauna-toggle summary{

    padding:15px 46px 15px 17px;

    font-size:15px;

    line-height:1.6;

  }

  .entry-content details.sauna-toggle summary::after{

    right:17px;

    font-size:13px;

  }

  .entry-content details.sauna-toggle .toggle-content{

    padding:18px 17px;

  }

}