/* <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=88ec8bf51c3596f48d483823b60743) 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=88ec8bf51c3596f48d483823b60743) 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> */



/* div内のpタグの上下マージンを減らす */
div[style*="border: 1px"] p {
margin-top: 4px;
margin-bottom: 4px;
line-height: 1.3; /* 行間も調整 */
}





/* スマホ50％表示センター */
.saize50 {
width: 624px;
margin: 0 auto;
padding: 0;
text-align: center;
overflow: hidden;
transform-origin: top left;
background: none;
border: none;
border-radius: 0;
}

/* スマホ表示時（600px以下）は50%に縮小 */
@media screen and (max-width: 600px) {
.saize50 {
transform: scale(0.6);
width: 624px;
margin-left: auto;
margin-right: auto;
}
}



/* スマホ50％表示 左寄せ */ .saize50left { width: 624px; margin: 0; /* ← 中央寄せを解除して左寄せに */ padding: 0; text-align: left; /* ← 必要ならテキストも左揃えに */ overflow: hidden; transform-origin: top left; background: none; border: none; border-radius: 0; } /* スマホ表示時（600px以下）は50%に縮小、左寄せ */ @media screen and (max-width: 600px) { .saize50left { transform: scale(0.6); width: 624px; margin: 0; /* ← 左寄せのまま */ } }







/************************************
 🩵 はてなブログ全体カスタマイズ
　フォント・行間・見出し・タイトル
************************************/

/* =========================
   🩵 全体フォントと行間設定
========================= */
body {
  font-family: "游ゴシック体", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5; /* 行間を少し詰める */
  letter-spacing: 0.02em;
  background-color: #fff;
}

/* =========================
   💠 ブログタイトル（ふんわりブルーver）
========================= */
#blog-title,
.blog-title,
.blog-title-link {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #e4f2ff 0%, #d0e9ff 100%);
  padding: 18px 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.7rem; /* 少し小さめに */
  color: #000;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(135, 206, 250, 0.25);
  margin: 0 0 28px;
  letter-spacing: 1px;
}

/* タイトルリンクの色 */
#blog-title a,
.blog-title a,
.blog-title-link a {
  color: #000 !important;
  text-decoration: none;
}



/* =========================
   🩵 記事タイトル（上品・ブルーライン）
========================= */
.entry-title {
  position: relative;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  padding: 14px 10px;
  margin: 36px 0 30px;
  border-top: 3px solid #4fa3e3;
  border-bottom: 3px solid #4fa3e3;
  letter-spacing: 1px;
  background: #f9fcff; /* ごく淡いブルーで軽さを出す */
}


/* =========================
   🩵 見出しデザイン（トーン統一＆パキッと視認性重視ver）
========================= */

/* 💎 大見出し（h3）：濃い背景色のすっきりスタイリッシュ帯（主役のネイビー） */
.entry-content h3 {
  position: relative;
  color: #ffffff; /* 濃い背景に映える白文字で視認性MAX */
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  
  /* 中見出しより縦幅を広げて（上下10px）、圧倒的な「ここから新しい章」感を演出 */
  padding: 10px 14px; 
  margin: 26px 0 14px; 
  
  /* 透明感と深みのある上品な大人ダイヤモンドネイビー */
  background: #2b5f9e; 
  border-left: none; /* 左のラインはすっきりナシ */
  
  border-radius: 6px; 
  letter-spacing: 0.5px;
  box-shadow: 0 3px 8px rgba(43, 95, 158, 0.2);
}

/* 💎 中見出し（h4）：背景色しっかり＆透明感パキッとver（大見出しと完全連動！） */
.entry-content h4 {
  color: #111111;
  font-size: 1rem;
  font-weight: 700;
  
  /* スマホのスクロールを減らすため、縦幅を極小（上下4px）に引き締め */
  padding: 4px 10px; 
  margin: 14px 0 8px; 
  letter-spacing: 0.5px;

  /* ★ミルクアクアの透明感はそのままに、ほんの少し色を濃くして視認性をアップ */
  background: #ccdfff; 
  
  /* 左ラインは大見出し（h3）の背景と同じネイビーで、全体のカラーを完璧に統一！ */
  border-left: 5px solid #2b5f9e; 
  
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(43, 95, 158, 0.1); 
}

/* 💎 小見出し（h5）：シンプルドット線（くすみを消してトーンを統一） */
.entry-content h5 {
  color: #333333;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 12px 0 6px;
  padding: 0 0 3px 4px;
  
  /* ★ここを修正：中見出し（h4）の鮮やかなクリアブルーに合わせた、くすみのない可愛いドット下線 */
  border-bottom: 2px dotted #8ec5fc; 
}

/* =========================
   🩵 段落・本文
========================= */
.entry-content p {
  line-height: 1.5; /* 行間を詰める */
  margin-bottom: 1em;
  color: #333;
}


/* =========================
   💗 通常本文リンク（ボタン・装飾リンク除外）
   ※りゅちぇログ・ボタン類・カード類には影響なし
========================= */






/* =========================
   🩵 引用・リストなど補足調整
========================= */
.entry-content blockquote {
  border-left: 4px solid #87cefa;
  background: #f9fcff;
  padding: 10px 16px;
  margin: 20px 0;
  color: #555;
}

.entry-content ul, .entry-content ol {
  margin: 0 0 1em 1.4em;
  line-height: 1.5;
}

/* =========================
   🩵 画像中央寄せ
========================= */
.entry-content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}


/* =========================
   💙 目次（タイトル変更＆行間スリム＆左余白調整版）
========================= */
.entry-content .table-of-contents {
    position: relative;
    margin: 16px 0;
    /* ★左のパディングを14pxから「22px」に増やして、中身全体を少し右に寄せました */
    padding: 34px 14px 10px 30px; 
    background: #ffffff;
    font-size: 95%; /* スマホでもパッと文字が読める安心サイズ */
    
    /* 中見出し（h4）とお揃いの、細くて上品なブルーの枠線 */
    border: 1px solid #8ec5fc; 
    border-radius: 8px; /* ほんのり優しい角丸 */
    overflow: hidden; /* タイトル部分のはみ出しバグを完全防止 */
    box-shadow: 0 2px 8px rgba(142, 197, 252, 0.1); 
}

/* 🎀 タイトル部分（はみ出しなし・上品なツートンリボン） */
.entry-content .table-of-contents::before {
    content: "CONTENTS"; /* ご希望のおしゃれな英語デザイン */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 16px; /* 縦幅を細くしてスマートに */
    background: #2b5f9e; /* 大見出し（h3）とお揃いの大人上品なネイビー */
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
}

/* 🔹 1階層目：大見出し（h3）に対応するリスト項目（行間を詰めてスリムに） */
.entry-content .table-of-contents li {
    margin: 0 0 6px 1.4em; /* 次の項目との隙間を詰めてコンパクトに */
    list-style-type: decimal; /* 標準の数字付きでズレを防止 */
    line-height: 1.4; /* 行間をキュッと詰める */
    color: #2b5f9e; /* 数字の色をネイビーに */
    font-weight: 700; /* 大見出しはハッキリ太文字に */
}

/* 🔹 2階層目：中見出し（h4）に対応するリスト */
.entry-content .table-of-contents li ul {
    margin: 4px 0 2px 0;
    padding: 0;
}
.entry-content .table-of-contents li ul li {
    margin: 0 0 4px 1.2em; /* 隙間をさらにタイトに */
    list-style-type: disc; /* 定番の黒丸ポチ */
    line-height: 1.4; /* 行間をしっかり詰める */
    color: #4fa3e3; /* 中見出し（h4）とお揃いの爽やかなブルー */
    font-weight: 600;
}

/* 🔹 3階層目：小見出し（h5）に対応するリスト */
.entry-content .table-of-contents li ul li ul {
    margin: 2px 0 0 0;
}
.entry-content .table-of-contents li ul li ul li {
    margin: 0 0 3px 1.2em;
    list-style-type: circle; /* 白丸 */
    line-height: 1.3; /* さらに行間をスリムに */
    color: #888888;
    font-weight: normal;
}

/* 🔗 リンク部分（行全体が蛍光ペン風に色づくホバーエフェクト） */
.table-of-contents li a {
    line-height: 1.4;
    /* ★文字のまわり（左右）にほんのり隙間を作って、背景色が綺麗に見えるように調整 */
    padding: 2px 6px; 
    /* ★背景色が広がる範囲を「文字だけ」から「行全体（ブロック）」に広げる魔法のコード */
    display: block; 
    border-radius: 4px; /* 背景の角を少し丸めてかわいく */
}

.entry-content .table-of-contents a {
    color: #333333; /* 普段の文字色は読みやすさ最優先 */
    text-decoration: none;
    background: transparent; /* 普段は背景を透明に */
    
    /* アニメーションをふわっと滑らかに動かす設定 */
    transition: all 0.25s ease; 
}

/* 🎀 【新・行全体ホバー】スマホで触れたときに、パステルブルーがシャッと全体に広がる効果 */
.entry-content .table-of-contents a:hover {
    color: #2b5f9e; /* 文字色が大人ネイビーに変わって上品に */
    
    /* ★文字の下線ではなく、行の背景全体がクリアなパステルブルーにふわっと染まります */
    background: #e3f2fd; 
}










/* ==================================================== */
/* 記事末尾の定型コンテンツを挿入するための設定 (ID: blog-under-1) */
/* ==================================================== */
#blog-under-1::after {
    content: "";
    display: block;
}

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

.hr-pink-heart {
    border: none;
    height: 1px;
    background-color: #ffb5cc;
    margin: 40px auto;
    position: relative;
    overflow: visible;
    width: 90%;
}

.hr-pink-heart::after {
    content: "♥"; /* ハートをアイコンとして配置 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff; /* ブログの背景色に合わせてください */
    padding: 0 15px;
    color: #ff82a9;
    font-size: 18px;
}

/* ==================================================== */
/* 記事もおすすめ（スマホ最適化ver）修正版 */
/* ==================================================== */

.recommend-heading {
    font-size: 0.7rem;
    font-weight: 800;
    margin: 25px -10px 15px;
    padding: 3px 12px;   
    color: #ffffff; 
    background: #ff477e; 
    border-left: 5px solid #ff0044;
    border-radius: 0 4px 4px 0;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
}

/* ▼ 2列（2カラム）配置 */
.recommend-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 5px;
}

/* ▼ カード：隙間対策を徹底強化 */
.rec-card {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: #222222 !important;
    background: #ffffff;
    border: 1px solid #eee0e5;
    border-radius: 4px; 
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 10px rgba(255, 71, 126, 0.06); 
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    padding: 0 !important; /* 💡ブログ側の謎余白を強制リセット */
}

/* ▼ サムネイル：画像の隙間を消す「display: block」と「vertical-align」を適用 */
.rec-thumb {
    width: 100%;
    height: 100px; 
    overflow: hidden;
    position: relative;
    background: #fafafa;
    margin: 0 !important;
    padding: 0 !important;
}

.rec-thumb img {
    display: block !important; /* 💡画像の下や上に生まれる数ピクセルの隙間を消す */
    vertical-align: bottom;     /* 💡隙間対策の決定版 */
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 !important;      /* 💡ブログの初期マージンを完全抹殺 */
    padding: 0 !important;
    border: none !important;
}

/* ▼ テキスト＆ボタンエリア（タイトル上部の隙間をさらにタイトに） */
.rec-body {
    display: flex;
    flex-direction: column;
    gap: 6px;      
    padding: 8px;  
    flex-grow: 1;
    margin: 0 !important;
}

/* ▼ タイトル */
.rec-title {
    font-size: 0.6rem; 
    font-weight: 800; 
    line-height: 1.4;
    margin: 0 !important;
    color: #222222;
    display: block !important;
    overflow: visible !important;
    white-space: normal !important;
}

/* ▼ 3Dスクエアボタン */
.rec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px; 
    background: linear-gradient(135deg, #ff6b8b 0%, #ff477e 100%);
    color: #ffffff !important;
    font-size: 0.72rem; 
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 3px 0 #cc2452; 
    transition: all 0.15s ease;
    margin-top: auto; 
}

.rec-btn::after {
    content: " →";
    font-size: 0.8rem;
    margin-left: 2px;
    transition: transform 0.2s ease;
}

/* 💻 PCホバー演出（そのままキープ） */
@media (hover: hover) {
    .rec-card:hover {
        transform: translateY(-3px); 
        box-shadow: 0 8px 16px rgba(255, 71, 126, 0.12);
        border-color: #ffb3c6;
    }
    .rec-card:hover .rec-thumb img {
        transform: scale(1.04); 
    }
    .rec-card:hover .rec-btn {
        filter: brightness(1.03);
    }
    .rec-card:hover .rec-btn::after {
        transform: translateX(2px); 
    }
}

/* 📱 スマホタップ演出 */
.rec-card:active {
    transform: translateY(1px);
}
.rec-card:active .rec-btn {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #cc2452; 
}

/* 💻 PC・タブレット（768px以上）の表示微調整 */
@media (min-width: 768px) {
    .recommend-list {
        gap: 16px;
    }
    .rec-thumb {
        height: 140px;
    }
    .rec-title {
        font-size: 0.9rem;
    }
    .rec-btn {
        font-size: 0.82rem;
        height: 38px;
    }
}



/* ==================================================== */
/* メンバー別アクセサリー：クリック感重視ver. */
/* ==================================================== */

.macaron-lead {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #c48f9b;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
}

.macaron-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 5px;
}

/* ボタンの基本スタイル */
.macaron-card {
    display: flex;
    align-items: center;
    justify-content: center; /* メンバー名を中央配置に */
    height: 54px;
    border-radius: 4px; /* スタイリッシュな四角（角丸4px） */
    font-weight: 700;
    font-size: 15px;
    color: #333333 !important; /* 黒文字 */
    text-decoration: none !important;
    position: relative;
    box-shadow: 0 4px 0 var(--shadow-color); /* 立体感 */
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    padding: 0 12px; /* 左右に少しゆとりを持たせる */
}

/* 左寄せの白丸（●） */
.macaron-card::before {
    content: "";
    position: absolute;
    left: 12px; /* ボタンの左端から12pxの位置に固定 */
    width: 26px;
    height: 26px;
    background-color: #ffffff; /* 白背景 */
    border-radius: 50%; /* まんまる */
}

/* 白丸の「真ん中」にぴったり重なるハート（♥ 原色設定） */
.macaron-card::after {
    content: "♥";
    position: absolute;
    /* 白丸（::before）と全く同じ位置・サイズにして中身を中央寄せにする */
    left: 12px; 
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center; /* ハートを白丸の左右中央に */
    line-height: 1;          /* ハートを白丸の上下中央に */
    font-size: 14px;
    color: var(--heart-color); /* 原色のハート */
}

/* 🎨 背景色（濃いめパステル）＆ ハート（原色）設定 */
.mc-green { 
    background: #c3f2d6;         /* くすみのない明るいミントグリーン */
    --shadow-color: #9bdba3;     /* 明るい同系色の影 */
    --heart-color: #00b96b;      
}
.mc-purple { 
    background: #ebd9fc;         /* 透明感のある明るいラベンダー */
    --shadow-color: #caa5f2;     /* 明るい同系色の影 */
    --heart-color: #8816ec;      
}
.mc-yellow { 
    background: #fff0b3;         /* ひだまりのような明るいイエロー */
    --shadow-color: #e6c967;     /* 明るい同系色の影 */
    --heart-color: #ff9900;      /* 少しオレンジ寄りにすると視認性UPします */
}
.mc-red { 
    background: #ffcbd1;         /* 血色の良い明るいクリアピンクレッド */
    --shadow-color: #e899a2;     /* 明るい同系色の影 */
    --heart-color: #ff2a3b;      
}
.mc-blue { 
    background: #cbe3fc;         /* 澄んだ青空のようなアクアブルー */
    --shadow-color: #9ec1eb;     /* 明るい同系色の影 */
    --heart-color: #0077ff;      
}
.mc-pink { 
    background: #ffcadc;         /* 華やかで可愛らしいピーチピンク */
    --shadow-color: #e698b3;     /* 明るい同系色の影 */
    --heart-color: #ff3377;      
}

/* 💻 PC・タブレットでのホバー効果（沈み込むアニメーション） */
@media (hover: hover) {
    .macaron-card:hover {
        transform: translateY(2px); 
        box-shadow: 0 2px 0 var(--shadow-color); 
        filter: brightness(0.97); 
    }
}

/* 📱 スマホでのタップ演出 */
.macaron-card:active {
    transform: translateY(4px) !important;
    box-shadow: 0 0 0 var(--shadow-color) !important;
}

/* 📱 スマホ画面表示の最適化 */
@media (max-width: 480px) {
    .macaron-card {
        font-size: 14px;
        height: 50px;
        padding: 0 8px;
    }
    .macaron-card::before, .macaron-card::after {
        left: 8px; /* スマホ時は少し左に寄せる */
        width: 24px;
        height: 24px;
        font-size: 13px;
    }
}




/* ==================================================== */
/* りゅちぇログ：クリック感重視オレンジver. */
/* ==================================================== */

.ryuche-log-links {
    padding: 10px;
}

/* 最新4件：2列×2行（メンバー別と同じグリッド幅） */
.ryuche-log-highlight {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

/* 最新4件のボタン：先ほどの四角形デザインと完全統一 */
.ryuche-log-highlight a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 54px;
    background: #ffe6c2 !important; /* 黒み・くすみを抜いた明るいフレッシュオレンジ */
    color: #333333 !important;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none !important;
    box-shadow: 0 4px 0 #f0c592;   /* 影もグレー系から明るいベージュゴールド系に */
    transition: all 0.2s ease;
    font-size: 15px;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    padding: 0 12px;
}

/* 左寄せの白丸（●） */
.ryuche-log-highlight a::before {
    content: "";
    position: absolute;
    left: 12px; /* ボタンの左端から12pxの位置に固定 */
    width: 26px;
    height: 26px;
    background-color: #ffffff; /* 白背景 */
    border-radius: 50%; /* まんまる */
}

/* 白丸のど真ん中に重なるハート（♥ 大西流星さんの原色オレンジ） */
.ryuche-log-highlight a::after {
    content: "♥";
    position: absolute;
    left: 12px; 
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    color: #ff8c00; /* 原色のオレンジ */
    opacity: 1; /* 不透明度を100%にしてはっきりと表示 */
}




/* 💻 PC・タブレットでのホバー効果（メンバー別と同じく沈む動きに統一） */
@media (hover: hover) {
    .ryuche-log-highlight a:hover {
        transform: translateY(2px); 
        box-shadow: 0 2px 0 #f0c592; 
        filter: brightness(0.97); 
    }
    /* 過去ログ用のホバーは元のまま維持 */
    .ryuche-log-archive a:hover {
        filter: brightness(1.03);
        transform: translateY(-1px);
    }
}

/* 📱 スマホ・タップ時の演出（最新4件分をメンバー別と統一） */
.ryuche-log-highlight a:active {
    transform: translateY(4px) !important;
    box-shadow: 0 0 0 #f0c592 !important;
}

/* スマホ表示の微調整 */
@media screen and (max-width: 480px) {
    .ryuche-log-highlight a {
        font-size: 14px;
        height: 50px;
        padding: 0 8px;
    }
    .ryuche-log-highlight a::before,
    .ryuche-log-highlight a::after {
        left: 8px;
        width: 24px;
        height: 24px;
        font-size: 13px;
    }
}

/* ==================================================== */
/* 📦 以下、折り畳み（過去ログ）部分は元のデザインを維持 */
/* ==================================================== */

summary.ryuche-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #ffb74d 0%, #f39c12 100%);
    border-radius: 50px;
    list-style: none;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4);
    transition: all 0.2s ease;
}

summary.ryuche-summary::-webkit-details-marker { display: none; }

.ryuche-log-archive {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.ryuche-log-archive a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: #fffaf5 !important;
    color: #e67e22 !important;
    border: 1px solid #ffcc80;
    border-bottom: 3px solid #f39c12;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s;
}

.ryuche-log-archive a:active {
    transform: translateY(3px);
    border-bottom-width: 1px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

summary.ryuche-summary:active {
    transform: scale(0.97);
}

@media screen and (max-width: 480px) {
    .ryuche-log-archive a {
        font-size: 10px;
        letter-spacing: -0.5px;
    }
}

/* ==================================================== */
/* コスメ紹介ブロック｜CTR最大化・完全画像改変なし・洗練版 */
/* ==================================================== */

.island-box {
  width: 100%; /* PC表示時は横幅いっぱい */
  max-width: 100%; 
  border: 1px solid #e1d4ff;
  border-radius: 16px;
  padding: 12px; 
  margin: 20px auto;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.06);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}

/* タイトルエリア（グラデーションで高級感を演出） */
.island-title {
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 10px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.3;
}

.island-title-sub {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.island-title-en {
  display: block;
  font-size: 11px;
  letter-spacing: 0.03em;
  opacity: 0.85;
  font-weight: 500;
}

/* クリックを促すマイクロコピー（CTR向上施策） */
.island-micro-copy {
  display: block;
  font-size: 10px !important;
  font-weight: 700;
  color: #8b5cf6;
  text-align: center;
  margin: 6px 0 -2px 0 !important;
  letter-spacing: 0.02em;
}

/* 公式サイト誘導テキスト */
.island-text-lead {
  display: block;
  font-size: 13px !important;
  font-weight: 700;
  margin: 2px 0 6px 0 !important;
  text-align: center !important;
  color: #4c1d95;
  line-height: 1.4;
}
.island-text-lead br {
  display: block !important;
}

/* --- 画像とテキストの横並びエリア --- */
.island-content-body {
  display: flex;
  align-items: center;
  background: #fafafa; /* 商品エリア背景をほんのりグレーにしてメリハリを付ける */
  padding: 8px;
  border-radius: 10px;
  margin: 8px 0;
}

/* 【重要】画像エリア：一切の装飾（角丸・シャドウ）を完全に排除 */
.island-image-wrap {
  width: 28%;
  margin: 0 12px 0 0 !important; 
  max-width: 90px;
  flex-shrink: 0;
}

.island-image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
}

/* 商品説明と価格 */
.island-text-wrap {
  flex: 1;
}

.island-text, .island-price {
  margin: 0;
}

.island-text {
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #1f2937;
  margin-bottom: 4px;
}
.island-text strong {
  color: #6d28d9;
  background: linear-gradient(transparent 70%, #ede9fe 70%);
}

.island-price {
  font-size: 11px !important;
  line-height: 1.3 !important;
  color: #4b5563;
}

/* --- ボタン共通デザイン --- */
.island-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 0 0;
}

.island-links a {
  display: block;
  width: 100%;
  padding: 11px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
  font-weight: 700;
  font-size: 13px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* 公式サイトボタン：押しやすい上品な薄カラー丸ボタン */
.island-links.official-btn {
  margin: 0 0 4px 0 !important;
}
.island-links.official-btn a {
  background: #f5f3ff !important;
  color: #6d28d9 !important;
  border: 1px solid #ddd6fe !important;
  box-shadow: 0 2px 4px rgba(109, 40, 217, 0.04) !important;
}

/* 下部の購入ボタン（Amazon等）：視線を集める高コントラスト濃いカラー */
.island-links.shop-btns a {
  background: linear-gradient(135deg, #6d28d9, #5b21b6);
  color: #ffffff;
  box-shadow: 0 3px 8px rgba(109, 40, 217, 0.16);
}


/* ==================================================== */
/* 各ブランド毎の美化・リカラー（視認性＆CTR特化） */
/* ==================================================== */

/* PERFECT DIARY（フェミニンピンク） */
.island-box.perfect-diary {
  border-color: #fbcfe8;
  box-shadow: 0 4px 20px rgba(219, 39, 119, 0.05);
}
.island-box.perfect-diary .island-title {
  background: linear-gradient(135deg, #db2777, #f472b6);
}
.island-box.perfect-diary .island-micro-copy { color: #db2777; }
.island-box.perfect-diary .island-text-lead { color: #9d174d; }
.island-box.perfect-diary .island-content-body { background: #fff5f7; }
.island-box.perfect-diary .island-text strong { color: #db2777; background: linear-gradient(transparent 70%, #fce7f3 70%); }
/* ボタン */
.island-box.perfect-diary .island-links.official-btn a {
  background: #fdf2f8 !important;
  color: #db2777 !important;
  border-color: #fbcfe8 !important;
}
.island-box.perfect-diary .island-links.shop-btns a {
  background: linear-gradient(135deg, #db2777, #be185d);
  box-shadow: 0 3px 8px rgba(219, 39, 119, 0.16);
}

/* anua（ボタニカルグリーン） */
.island-box.anua {
  border-color: #a7f3d0;
  box-shadow: 0 4px 20px rgba(5, 150, 105, 0.05);
}
.island-box.anua .island-title {
  background: linear-gradient(135deg, #059669, #34d399);
}
.island-box.anua .island-micro-copy { color: #059669; }
.island-box.anua .island-text-lead { color: #065f46; }
.island-box.anua .island-content-body { background: #f0fdf4; }
.island-box.anua .island-text strong { color: #059669; background: linear-gradient(transparent 70%, #d1fae5 70%); }
/* ボタン */
.island-box.anua .island-links.official-btn a {
  background: #f0fdf4 !important;
  color: #059669 !important;
  border-color: #a7f3d0 !important;
}
.island-box.anua .island-links.shop-btns a {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 3px 8px rgba(5, 150, 105, 0.16);
}

/* La Roche-Posay（ヘルシーゴールド） */
.island-box.laroche {
  border-color: #fde68a;
  box-shadow: 0 4px 20px rgba(217, 119, 6, 0.05);
}
.island-box.laroche .island-title {
  background: linear-gradient(135deg, #d97706, #fbbf24);
}
.island-box.laroche .island-micro-copy { color: #b45309; }
.island-box.laroche .island-text-lead { color: #78350f; }
.island-box.laroche .island-content-body { background: #fffbeb; }
.island-box.laroche .island-text strong { color: #d97706; background: linear-gradient(transparent 70%, #fef3c7 70%); }
/* ボタン */
.island-box.laroche .island-links.official-btn a {
  background: #fffbeb !important;
  color: #b45309 !important;
  border-color: #fde68a !important;
}
.island-box.laroche .island-links.shop-btns a {
  background: linear-gradient(135deg, #d97706, #b45309);
  box-shadow: 0 3px 8px rgba(217, 119, 6, 0.16);
}

/* ==================================================== */
/* なにわ男子 発売情報（Upcoming Releases版） */
/* ==================================================== */

.release-container {
  max-width: 500px;
  margin: 40px auto !important;
  padding: 0 16px !important;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.release-info-wrapper {
  background: #fff !important;
  border: 2px solid #8ed1b2 !important;
  border-radius: 20px !important;
  padding: 30px 15px 25px !important;
  position: relative !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

/* メイン見出し（指定デザイン） */
.release-info-wrapper::before {
  content: "Upcoming Releases" !important;
  position: absolute !important;
  top: -18px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #8ed1b2 !important;
  color: #fff !important;
  padding: 5px 25px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  white-space: nowrap !important;
}

.release-card {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.release-card:last-child {
  margin-bottom: 0 !important;
}

/* 日付を最上部に配置 */
.release-date-top {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #5aa889 !important;
  margin-bottom: 8px !important;
  display: block !important;
}

/* 種別ラベルとタイトルを横並び */
.title-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 15px !important;
  flex-wrap: wrap !important;
}

.category-label {
  background: #5aa889 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: bold !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  white-space: nowrap !important;
}

.release-title-inline {
  font-size: 12px !important;
  font-weight: 900 !important;
  color: #333 !important;
  white-space: nowrap !important;
}

/* 画像エリア */
.release-img-box {
  margin-bottom: 15px !important;
}

/* ショップボタン（指定色） */
.shop-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  margin-bottom: 15px !important;
}

.shop-btn {
  color: white !important;
  text-align: center !important;
  padding: 6px 2px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 12px !important;
}

.amz { background: #0071bc !important; }
.yah { background: #ff8c00 !important; }
.rak { background: #bf0000 !important; }

/* 下部詳細ボタン */
.info-btn {
  display: inline-block !important;
  width: 95% !important;
  background: linear-gradient(135deg, #a8e6cf 0%, #7fd8be 100%) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  padding: 8px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(127, 216, 190, 0.3) !important;
}
















/* 記事内のお知らせリンク（上下余白完全ゼロ・画像密着版） */
.custom-promo-box {
    margin: 1em 0;
    padding: 0 !important; /* 枠の内側余白を完全ゼロ強制 */
    border: 1px solid #ffb6c1;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(255, 105, 180, 0.12);
    font-family: sans-serif;
    overflow: hidden; /* 画像の角丸を枠に合わせる */
    display: flex; /* テーブルからフレックスボックスに変更して上下の隙間を完全抹殺 */
    align-items: center; /* 縦方向を中央揃え */
}

/* カード全体をリンクにする設定 */
.custom-promo-link {
    display: flex; /* 全体を横並びに */
    width: 100%;
    text-decoration: none !important;
    color: inherit;
    margin: 0 !important;
    padding: 0 !important;
}

/* 画像のコンテナ（余白絶対ゼロ） */
.custom-promo-img-box {
    width: 28%; /* 横幅 */
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important; /* 文字用の隙間が入るのを防ぐ */
    font-size: 0 !important;
    display: block;
}

/* 画像調整（上下の隙間を完全に消す設定） */
.custom-promo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* 枠の高さに画像をぴったり合わせる */
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* テキストとボタンのコンテナ */
.custom-promo-body {
    width: 72%;
    text-align: left;
    padding: 4px 8px 4px 10px !important; /* 右側エリアの上下も最小限に */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 「こちらの記事もおすすめ！」 */
.custom-promo-recommend {
    display: block;
    font-size: 0.7em;
    color: #ff69b4;
    font-weight: bold;
    margin: 0;
    line-height: 1.1;
}

/* メインの文章（なにわ男子〜） */
.custom-promo-text {
    font-size: 0.82em;
    font-weight: bold;
    color: #222;
    line-height: 1.25;
    margin: 1px 0 2px 0 !important;
}

/* 思わず押したくなる「詳しく見る」ミニボタン */
.custom-promo-inline-btn {
    display: inline-block;
    align-self: flex-start; /* ボタンが横に広がらないようにする */
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    color: #fff !important;
    font-size: 0.65em;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(255, 20, 147, 0.25);
    line-height: 1.2;
}

/* タップ時のアニメーション */
.custom-promo-link:active {
    opacity: 0.9;
}










/* ==========================================
   超コンパクト推し私服カード（共通＆レスポンシブ版）
========================================== */
.oshi-card {
  max-width: 480px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid var(--member-color, #ffccd5);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  box-sizing: border-box;
}

.oshi-header {
  margin-bottom: 14px;
  text-align: left;
}

.oshi-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--member-color, #ff3b5c);
  margin: 0 0 6px 0;
  line-height: 1.4;
  display: inline-block;
  background: linear-gradient(transparent 60%, var(--marker-bg, #fff0f2) 60%, var(--marker-color, #ffe0e6) 100%);
  padding: 0 4px;
}

.oshi-sub {
  font-size: 11px;
  color: #777;
  margin: 0;
  line-height: 1.4;
}

.oshi-main {
  display: flex;
  gap: 14px;
  align-items: center;
}

.oshi-image {
  width: 85px;
  flex-shrink: 0;
  text-align: center;
}

.oshi-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.oshi-info {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.oshi-meta-line {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.oshi-tag {
  background: var(--member-color, #ff4d6d);
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 1px 6px;
  border-radius: 4px;
}

.oshi-brand {
  font-size: 10px;
  color: #888;
  font-weight: bold;
}

.oshi-name {
  font-size: 13px;
  line-height: 1.25;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  white-space: normal;
  overflow: visible;
}

.oshi-price {
  font-size: 18px;
  font-weight: bold;
  color: var(--member-color, #ff3b5c);
  line-height: 1;
  margin-bottom: 10px;
}

.oshi-price span {
  font-size: 9px;
  color: #999;
  font-weight: normal;
  margin-left: 2px;
}

.oshi-btn-wrap {
  display: flex;
  gap: 6px;
}

.oshi-btn {
  flex: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 6px;
  transition: opacity .2s ease;
  line-height: 1.2;
}

.oshi-btn:hover { opacity: 0.85; }
.amazon-btn { background: #2563eb; }
.yahoo-btn { background: #ff9500; }

.oshi-footer-proof {
  font-size: 10px;
  color: #999;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px dashed #eee;
  text-align: right;
}

@media screen and (max-width:480px){
  .oshi-card { padding: 12px; }
  .oshi-main { gap: 10px; }
  .oshi-image { width: 75px; }
  .oshi-title { font-size: 15px; }
  .oshi-name { font-size: 12px; }
  .oshi-price { font-size: 17px; }
  .oshi-btn { font-size: 10px; padding: 9px 0; }
}

/* ==========================================
   推しナビ（クイックナビ）
========================================== */
.quick-nav { margin: 20px auto; max-width: 600px; font-family: sans-serif; }
.quick-nav-box { background: #fdfdfd; border: 2px solid #ffb7c5; border-radius: 18px; padding: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.quick-nav-title { text-align: center; font-weight: bold; color: #ff6b81; margin: 0 0 10px 0; font-size: 15px; }
.quick-nav-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.nav-btn { text-decoration: none; padding: 8px; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 5px; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-btn:hover { transform: translateY(-2px); opacity: 0.9; }
.nav-emoji { font-size: 16px; }
.nav-name { font-weight: bold; font-size: 13px; }

.btn-daigo   { background: #ffe5e5; border-bottom: 2px solid #e84c4c; } .btn-daigo .nav-name { color: #e84c4c; }
.btn-ryusei  { background: #ffeddc; border-bottom: 2px solid #f7a56f; } .btn-ryusei .nav-name { color: #f7a56f; }
.btn-mitchie { background: #ffe7f3; border-bottom: 2px solid #f7a9d9; } .btn-mitchie .nav-name { color: #d84b9d; }
.btn-kyohei  { background: #f2e6ff; border-bottom: 2px solid #b28ef5; } .btn-kyohei .nav-name { color: #7a4ed9; }
.btn-kento   { background: #fff9d6; border-bottom: 2px solid #f9d64a; } .btn-kento .nav-name { color: #bfa11d; }
.btn-jo      { background: #e3f1ff; border-bottom: 2px solid #6fb1f4; } .btn-jo .nav-name { color: #3b88d8; }
.btn-ohashi  { background: #e9f7e9; border-bottom: 2px solid #6fcf97; } .btn-ohashi .nav-name { color: #2d8a54; }
.btn-all     { background: #f0f0f0; border-bottom: 2px solid #888; }     .btn-all .nav-name { color: #555; }