:root {
--primary: #00b894;
--accent: #00a085;
--bg: #8f6d5b;
--bg-body:#c49e87;
--dot:#8c5d5d;
--card: #ffffff;
--text-main: #595250;
--text-sub: #8f7156;
--text-st:#db8f37;
--border-color:#e0ca67;
--link-color: #3498db;
--cream: #f5f0e8;
  --paper: #ede8dc;
  --ink:   #2c2416;
  --rust:  #c4522a;
  --sage:  #5a7a5e;
  --dust:  #b5a990;
}
*, *::before, *::after {box-sizing:border-box;}
html {font-size:17px;}

body, p, div, span, h1, h2, h3, h4, h5, h6, .post-body, .entry-content {
user-select: none !important;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
-webkit-touch-callout: none !important;
}
img {
max-width:100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
a, a i, div.copy{
  user-select: text;
  -webkit-user-select: text;
}
.post-body img,
.entry-content img,
.post-outer img,
.blog-post img,
.static-content img,
.page-body img,
img {
background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
border: none !important;
}
.widget.Image img {
background: transparent !important;
background-color: transparent !important;
}
img[alt] {
 background: transparent !important;
}

/* 装飾
----------------------------------------------- */
.st {font-weight:bold; color:var(--text-st)}
.marker {background: linear-gradient(transparent 60%, #f5e687 60%);font-weight:bold;padding:0 0.5em;}
.markerL {background: linear-gradient(transparent 60%, #fcf2ae 80%);font-weight:bold;padding:0 0.5em;}
p.other {text-align: center;margin-top:3rem;}
p.other::before,
p.other::after {content: ''; display: inline-block; width: 50px; height: 1px; background: var(--text-main); vertical-align: middle;}
p.other::before {margin-right: 8px;}
p.other::after {margin-left: 8px;}

/* Test
----------------------------------------------- */
.breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:11px;
  line-height:1.4;
  margin-bottom:8px;
  padding:0 14px;
  backdrop-filter: blur(10px);
}
.breadcrumb a{
 color:#555;
 text-decoration:none!important;
 transition:.2s;
}
.breadcrumb span{
  color:#999;
}
.post-meta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  font-size:0.9em;
  color:#888;
  margin-bottom:6px;
}
.post-meta time{display:flex;align-items:center;gap:4px;}
.post-date,.post-updated{display:inline-flex;font-size:0.8em;color:#999;}

/* Content
----------------------------------------------- */
body {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Sans", "Meiryo", sans-serif;
color: var(--text-main);
font-size:1rem;
margin:0;
padding:0;
width:100%;
max-width:100%;
background-color:#d9b91c;
overflow-wrap:break-word;
}
img, iframe, video {
max-width: 100%;
height: auto;
}
a:link {
text-decoration:underline;
text-underline-offset: 5px;
color: var(--link-color);
}
a:visited {
text-decoration:none;
}
main {
 margin: 0 !important;
 padding: 40px 12px !important;
 width: 100% !important;
 max-width: 100% !important;
}
.content-outer {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 90px 0 20px 0;
padding:0;
background:transparent;
}
.content-inner {
padding: 10px 0;
margin:0 auto;
}
.main-outer {
flex: 1;
margin-bottom: 40px;
}
.main-inner {
padding:0;
}

/* Header
----------------------------------------------- */
header {
width:100%;
position: fixed;
top: 0;
margin:0;
z-index: 100;
background:transparent;
transition:background-color 0.4s ease, color 0.3s ease;
}
header.scrolled {
background:#f5ce4e;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.nav-container {
width:100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: space-between;
height: 76px;
}
.logo {
font-size: 40px;
font-weight: bold;
letter-spacing:0.04em;
color:#fff;
padding:5px 0 0 5px;
text-decoration:none!important;
}
.logo a {text-decoration:none;}
.nav-toggle {display: none;}
.hamburger {
display: none;
margin-top:8px;
margin-right:20px;
flex-direction: column;
justify-content: space-between;
width: 33px;
height: 20px;
padding:15px;
background:#272b30;
border-radius:10px;
cursor: pointer;
z-index: 1200;
box-sizing:content-box;
}
.hamburger span {
display: block;
height: 3.5px;
width: 100%;
background: #fff;
transition: transform .3s, box-shadow .3s;
border-radius: 2px; z-index:1201;
}
.nav-links {
display:flex;
flex-wrap:nowrap;
gap: 28px;
margin:0;
padding:0 10px 0 0;
list-style:none;
align-items:center;
justify-content:flex-end;
visibility:visible;
opacity:1;
font-size:1.1em;
font-weight: bold;
z-index:1100;
}
.nav-links a {
color: #444;
text-decoration: none!important;
transition: color 0.3s ease;
white-space:nowrap;
 }
header.scrolled .nav-links a {color:#fff;}
.header-right {
display: flex;
align-items: center;
}
.nav-toggle:focus + .hamburger,
.hamburger:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

/* 
index
------------------------ */
.guide-date {
padding: 12px 24px;
background: #f1f5f9;
font-size: 0.9rem;
color: #64748b;
}
.guide-content {
padding: 24px;
}
.guide-content h3 {
margin-bottom: 12px;
line-height: 1.4;
font-size: 1.15rem;
}
body .hero-container {
position: relative;
width: 100%!important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
box-sizing: border-box !important;
}
.hero-container .hero-image {
width: 100%;
height: auto;
display: block;
object-fit:cover;
margin: 0 !important;
padding: 0 !important;
}
.hero-description {
position: absolute;
bottom: 40px;
right: 40px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 500;
  text-align: right;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  max-width: 500px;
  line-height: 1.5;
  pointer-events: none;
padding:1rem 1.5rem;
border:double 6px #fcfcfc;
border-radius:16px;
}

h2 {
font-size:1.3em;
font-weight:bold;
color: var(--text-main);
bottom:10px;
}
h3 {font-size:1.2em; font-weight:bold;margin:10px 0;}
.subtitle {
      color: #64748b;
      font-size: 1.1rem;
      margin-bottom: 40px;
    }
.db-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 24px;
    }
.db-card {
      background: white;
      border-radius: 16px;
      padding: 32px 24px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0,0,0,0.06);
      transition: all 0.3s;
    }
.db-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 25px rgba(0,0,0,0.1);
    }
.db-icon {
      font-size: 52px;
      margin-bottom: 20px;
    }
.guides-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 28px;
    }
 .guide-card {
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    }

/* トップ記事一覧
----------------------------------------------- */
.index-main {
  margin: auto;
  padding: 20px;
}
.index-main a {text-decoration:none;color:inherit;}
.index-announce {color:#444;font-size:1em;font-weight:bold;padding-left:4px;
margin:var(--margin);border-bottom:solid 2px #444;
border:2px solid #444;border-bottom:solid 5px #444; border-right:solid 5px #444;
border-radius:0 4px 15px 0;background:#fff;}
.in-left {--margin:0.3rem 0 0.3rem -20px;max-width:70%;}
.in-right {--margin:0.3rem 0 1.5rem -20px;max-width:85%;}
.index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.index-grid a {text-decoration:none;}
.index-card {
  background: #fff;
  padding: 0;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border:2px solid #444;
}
.index-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.index-icon {
  width: 48px;
  height: 48px;
object-fit: contain;
}
.index-card-inner {display:flex; align-items:center; gap:0.5rem;}
.index-card h3 {
  font-size: 1rem;
  margin: 0; padding:0;
  color: #333;
  line-height:1.1; letter-spacing:0.02em;
}
.in-line{border-top:16px solid var(--inbg);border-bottom:2px solid #444;}
.po {--inbg: #9dedb4;} .it{--inbg: #9ee7ff;}.ha{--inbg: #ebb88f;} 
.rec{--inbg: #f5a9a2;}.drm{--inbg: #9492fc;}
.top-card a {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border:2px solid #272b30;
  border-bottom:6px solid #272b30;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.top-card__body {
  padding: 0.5rem 1rem;
}
.top-card__cat {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #5a4fcf;
  background: #eae8ff;
  border-radius: 6px;
  padding: 0.2em 0.6em;
  margin-bottom: 0.2rem;
}
.top-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin:0;
}
/* Headings
----------------------------------------------- */
div.widget > h2,
div.widget h2.title {
  margin: 0 0 1em 0;
  color: var(--text-main);
}


/* Article Page
----------------------------------------------- */
.article-wrap {
background: #fff!important;
padding: 45px;
max-width: 860px; 
margin: 5rem 1rem 3rem 1rem;
}
.entry-title { 
line-height: 1.35; 
font-weight: 900;
border-bottom:dotted 1px var(--dot);
padding-bottom:0.5rem;
}
.post-meta-single { margin-bottom: 35px; font-size: 0.9rem; color: var(--text-sub); }
.post-body {
font-size: 1.05rem;
line-height: 1.85;
}
.post-body h2 {
position: relative;
padding-left: 30px;
margin:3rem 0;
line-height: 1.4;
min-height: 40px;
display: flex;
align-items: center;
border-bottom: 2px solid #e9e9e9;
padding-bottom: 8px;
}
.post-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMdczfajhU_sz8sGKtlg0DC7KSVMyAOdL6DVzLL-xcM8bhCU9B7erNLNqg7LgKeqKx-ah2_duEhM08kXQ1nXmuJcUI4N_1MNdGmAeOd2BvMfhHsXQ9TtLkKb_oUqVzzVbVmMIE0U88kB8xvgvzczlzE9wobPceivJcd3nSgNLRXAPP9YgVeWo2tyS8x3mM/s1600/%E7%84%A1%E9%A1%8C828_20260404010415.png") no-repeat center center;
  background-size: contain;
  opacity:0.2;
}
.post-body h3 {padding:40px 0 0 5px;font-size:1.15rem; border-bottom:solid 2px var(--text-main);}

/* Posts
----------------------------------------------- */
.post {
font-size:1em;
margin:0;
padding:10px 0;
background:#fff;
}
h1.post-title, h1.post-title a.title {
color:var(--text-main)!important;
font-weight:bold;
margin: .75em 0 0;
padding:6px;
margin-bottom:5px;
border-bottom:dotted 1px var(--text-sub);
text-decoration:none!important;
}
.post-body {
font-size: 100%;
line-height: 1.4;
position: relative;
margin:15px auto !important;
padding:10px 0;
}
.item-data {line-height:1.7; letter-spacing:0.05em;font-size:1rem;}


/* ============= 
レイアウト調整
------------------------ */
.column-center-outer {padding:0!important;margin:0!important;}

/* Footer
----------------------------------------------- */
footer {
margin-top: auto;
background: #1e2937;
color: #cbd5e1;
padding: 80px 20px 40px;
}
.footer-container {
width:100%;
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 48px;
}
.footer-col h3 {
color: white;
margin-bottom: 20px;
}
.footer-col a {
color: #cbd5e1;
text-decoration: none;
display: block;
margin-bottom: 10px;
}
.footer-col a, .footer-col p {font-size:0.8em;}
.footer-bottom {
width:100%;
max-width: 1400px;
margin: 60px auto 0;
padding-top: 30px;
text-align: center;
font-size: 0.9rem;
}


/* Text
----------------------------------------------- */
.post-title, .entry-title {
padding-left: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content  h6 {
margin:3em 0 0.8em 0;
}
.entry-content h3.blog {
    position: relative;
    padding-left: 27px;
}
.entry-content h3.blog::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
top:-1px;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMdczfajhU_sz8sGKtlg0DC7KSVMyAOdL6DVzLL-xcM8bhCU9B7erNLNqg7LgKeqKx-ah2_duEhM08kXQ1nXmuJcUI4N_1MNdGmAeOd2BvMfhHsXQ9TtLkKb_oUqVzzVbVmMIE0U88kB8xvgvzczlzE9wobPceivJcd3nSgNLRXAPP9YgVeWo2tyS8x3mM/s1600/%E7%84%A1%E9%A1%8C828_20260404010415.png") no-repeat center center;
    background-size: contain;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
}
.default-box {
position: relative;
  padding: 2.8rem 1.5rem 1.4rem 1.5rem;
  margin: 1rem auto;
  background: #fdf8f0;
  border-radius: 12px;
  max-width: 320px;
  border-style: none;
  border: 4px solid #e3aa44;
  border-right: 10px solid #e3aa44;
  border-left: 10px solid #e3aa44;
}
.default-box::before {
position: absolute;
  font-size: 1.1rem;
  top: 0;
  left: -4px;
  padding: 0.35rem 1rem;
  background-color: #e3aa44;
  color: #fff;
  content: "よく取れるもの";
  border-radius: 0 0 6px 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-style: none;
  border-width: 0;
}
.default-box p {
margin: 1rem 0 0 0;
  color: var(--text-main);
  padding: 0;
  line-height: 2.1;
  font-size: 1rem;
  font-weight: 500;
}
ul, ol {
  border-top: solid#f5bb0c 2px;
  border-bottom: solid #f5bb0c 2px;
  padding: 0.5em 0 0.5em 1.5em;
}
ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
border-bottom: dashed 1px #fcfcfc;
}
ul li:last-of-type {
  border-bottom: none;
}
.post-grid h2.blog {
    position: relative;
    padding: 1rem 1.5rem;
    color: var(--text-main);
    font-size: 20px;
    font-weight: bold;
}
.post-grid h2.blog::before,
.post-grid h2.blog::after {
    position: absolute;
    top: 0.3rem;
    height: 50px;
    content: '';
}
.post-grid h2.blog::before {
    border-left: double 8px;
    left: 0;
    transform: rotate(-30deg);
}
.post-grid h2.blog::after {
border-right: double 8px;
right: auto;
transform: rotate(30deg);
margin:0 0 0 0.5em;
}
.cstm-box-tape {
  position: relative;
  margin: 2em auto;
  background-color: #ebe8dd; 
  max-width: 800px;
}
.cstm-box-tape .box-title {
  background-color: rgb(255 255 255 / .1);
  border-left: 2px dotted rgb(0 0 0 / .1); 
  border-right: 2px dotted rgb(0 0 0 / .1);
  box-shadow: 0 0 5px rgb(0 0 0 / .12);
  transform: rotate(-2deg);
  color: #666;
  padding: 10px 20px;
  line-height: 1;
  position: absolute;
  top: -1em;
  left: 1em;
  display: inline-block;
  font-size: 1.1em;
  width: auto;
  max-width: calc(100% - 2em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cstm-box-tape .box-content {
  padding: 1.5em 1em 1em;
}
.cstm-box-tape p {
  margin: 0;
}

/* Item
----------------------------------------------- */
.item-status {display:flex;width:100%;align-items:center; flex-shrink:0;}
h2.item-title {font-size: 1.3rem; color:var(--text-main);bottom:1.5rem;}
.item-description-box {
background: #fafafa;
padding: 2px 8px;
border-radius: var(--radius-sub);
color: var(--text-main);
border-left: 6px solid var(--border-color);
margin-bottom:1rem;
font-size:0.85rem;
}
.item-sub-info {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
border-top: 1px dashed var(--border-color);
padding-top: 13px;
}
.item-section h2 { font-size: 1.2rem; margin-bottom: 15px; color: var(--text-main);}
.item-section h3 {margin:0;}
.item-section img {width:32px; height:32px; margin-bottom:8px; margin-right:2px; padding:0; vertical-align:middle;}
img.img-blog {display:block; margin:1rem auto; width:auto;height:auto; min-height:100px; max-height:300px; aspect-ratio: 16/9; border-radius:12px;}
img.img-area {display:block; margin:0 auto 0.8rem auto;padding:2%;width:auto;height:auto;border-radius:12px;background:#858f8c!important;border:double 8px #fff!important;box-sizing:border-box;}
ul.material-list { list-style: none; border-top:none; border-bottom:none; margin:15px 0; padding:0;}
ul.material-list li { padding: 2px 0 6px 15px; font-size: 1rem; color: var(--text-main); }
.fukidashi {
  width: 100%;
  margin: 1.5em 0;
  overflow: visible;
  opacity: 0;transform:translateX(-50px);transition: .8s;
}
.fukidashi .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.fukidashi .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.fukidashi .chatting {
  width: 100%;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ded7fc;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ded7fc;
}
.says p {margin: 0;padding: 0;}
.says img {width:18px;}
.fukidashi.is-show {opacity: 1;transform: translateX(0);}
.fadein {opacity: 0;transform: translateY(100%);transition: .8s;}
.fadein.is-show {opacity: 1;transform: translateY(0);}

ol.material-list {
counter-reset:number;
list-style-type: none!important;
padding:0.5em;
color: var(--text-main);
border-top: solid 2px var(--text-sub);
border-bottom: solid 2px var(--text-sub);
}
ol.material-list li {
position: relative;
line-height: 1.6;
padding: 0.7em 0.5em 0.5em 30px;
border-bottom: none;
}
ol.material-list li:before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background: #74c2f8;
color: white;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 15px;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
}

ol.material-list2 {
counter-reset:number;
list-style-type: none!important;
color: var(--text-main);
border:none;
padding:0;
}
ol.material-list2 li {
position: relative;
line-height: 1.5em;
padding: 5px 0 10px 35px!important;
vertical-align:bottom;
border-bottom: dashed 1px #95cced;
}
ol.material-list2 li:before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background: #74c2f8;
color: white;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 15px;
top:2px;
left: 0;
width: 30px;
height: 30px;
line-height: 30px;
border-radius:20%;
text-align: center;
}
ol.material-list2 li:last-of-type {
  border-bottom: none;
}

ol.material-listY {
counter-reset:number;
list-style-type: none!important;
color: var(--text-main);
border:none;
padding:0;
}
ol.material-listY li {
position: relative;
line-height: 1.5em;
padding: 1.5rem 0 1.5rem 35px!important;
vertical-align:bottom;
border-bottom: dashed 1px #ccc4c4;
}
ol.material-listY li:before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background: #e0ae6c;
color: white;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 15px;
left: 0;
margin-top:0;
width: 30px;
height: 30px;
line-height: 30px;
border-radius:50%;
text-align: center;
}
ol.material-listY li:first-of-type {padding: 0.3rem 0 1.5rem 35px!important;}
ol.material-listY li:last-of-type {border-bottom: none;}

table.table01 {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.table01 td {
    padding: 12px 16px;
    font-size: 14px;
    vertical-align: top;
}
@media screen and (max-width: 640px) {
.table01 tr {
display: block;
border: 1px solid #e5e5e5;
border-radius: 8px;
margin-bottom: 16px;
padding: 0;
background: #fff;
 box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.table01 td {
display: block;
border-bottom: 1px solid #eee;
padding:0;
text-align: left;
}
  .table01 td:last-child { border-bottom: none;}
.table01 td::before {
content: attr(data-label);
font-weight: bold;
display: block;
margin-bottom: 6px;
padding:0.3rem;
font-size: 0.9em;
}
.table01 td:first-child {
font-size: 15px;
padding-top: 4px;
}}
.item-section {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}
table.item-list {
width: 60%;
border-collapse: collapse;
margin: 2rem auto;
border-radius: 20px;
overflow: hidden;
border:solid 2px #f8c1d8;
background: #f8c1d8;
}
table.item-list th {
background: #f8c1d8;
color: #4a4a5a;
padding: 1.1rem 1rem;
text-align: center;
font-size: 0.7rem;
font-weight: bold;
margin:0;
}
table.item-list td {
padding: 1.1rem 0;
border-bottom:dotted 1px #f0e6ff;
vertical-align: middle;
font-size:0.9em;
background:#fff;
}
table.item-list td img {width:40px; height:40px; margin:0; padding:0;}
table.item-list td:nth-child(1) {
width:18%;
text-align:center;
}
table.item-list td:nth-child(2) {
width:55%;
text-align:left;
}
table.item-list td:nth-child(3) {
text-align:center;
font-size:0.8em;
}
table.item-list tr:hover {
background: #f8f4ff;
}
.row-inner {display:flex; align-items:center; padding:0; gap: 12px;}
a.row-link {text-decoration:none!important; color:inherit;display: block; padding:0;}
.col-img {width: 13%; display: flex; justify-content: center; padding:0 0 0 0.7rem;}
.col-img img {width: 50%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; padding:0;bottom:2px;}
.col-title {width: 62%; text-align:left; flex-grow:1;padding:0;font-size:0.9em;font-weight:bold;}
.col-genre {width:25%;text-align:center; font-size:0.8em; padding-right:0.5rem;}
.blog-grid {
display: flex;
justify-content: space-between;
gap: 2px;
text-align:center;
margin: 10px auto;
overflow-x:auto; overflow-y:hidden;
}
a.blog-card {
display: block;
text-decoration: none!important;
color: inherit;
min-width:65px;
flex:1;
border-radius: 7px;
line-height:1.2;
text-align: center;
transition: all 0.3s;
margin: 0 auto;
padding:0 10px;
border:solid 1px #a68a60;
background:#e3d6bf;
}
.blog-card p {margin:0;font-size:0.8em;padding:0;}
.blog-card p.berry {margin-left:-0.5em;margin-right:-0.5em;font-size:0.7em;}
.blog-card span {font-size:1em;font-weight:bold;}
.blog-card img {margin:0;padding:0;}
.blog-icon {
text-align:center!important;
width:40px;
height:auto;
margin:3px auto;
}
.index-body{
font-family: 'Segoe UI', system-ui, -apple-system, "Hiragino Sans", sans-serif;
background: var(--bg);
color: #1e2937;
line-height: 1.6;
width:100%;
max-width:100%;
overflow:hidden;
margin: 0;
padding:0;
}
.whoa {
  position: relative;
  display: inline-block;
  margin-right:1rem;
  padding: 10px 18px;
  min-width: 70px;
  max-width: 130px;
width:auto;
  height: auto;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  font-size: 0.9em;
  font-weight: bold;
  background: #a58eff;
  border-radius: 25px;
box-sizing: border-box;
z-index: 5;
word-break: break-all;
}
.whoa:before {
content: "";
position: absolute;
top:50%;
right:-16px;
transform: translateY(-50%);
border: 10px solid transparent;
border-left: 10px solid #23294a;
z-index: 1;
}
.whoa-blue {
  position:relative;
  display: inline-block;
  margin: 0.8rem 0 -7rem -1.5rem!important;
  padding: 10px 18px 13px 18px;
  min-width: 70px;
width:auto;
  height: auto;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  font-size: 0.9em;
  font-weight: bold;
  background: #846ce6;
  border-radius: 25px;
box-sizing: border-box;
word-break: break-all; z-index:5;
}
.whoa-blue::before {
content: '✦';
font-size: 1.2rem; padding-right:0.2rem;
}
.whoa-blue:after {
content: "";
position: absolute;
left:30%;
bottom:-16px;
transform: translateX(-50%);
border: 8px solid transparent;
border-top: 10px solid #846ce6;
z-index: 20;
}
.whoa-p{
position: relative;
background:#23294a;
color:#fff;
border-top: solid 2px #C9A84C;
border-right: solid 4px #C9A84C;
border-bottom: solid 6px #b5953c;
border-left: solid 2px #C9A84C;
padding: 1rem;
z-index: 3;
overflow: hidden;
}
.whoa-p::before {
content: "";
position: absolute;
right: -40px;
bottom: -40px;
width: 55px;
height: 55px;
background: transparent;
border-radius: 50%;
border:double 6px #23294a;
z-index:0;
}
.whoa-p::after {
content: "";
position: absolute;
right: -40px;
bottom: -40px;
width: 70px;
height: 70px;
background: #a58eff;
border-radius: 50%;
z-index:-1;
}
  .habitat-container {
      display: flex; width:100%; min-width:100%;
      gap: 3px;
      max-width: 1200px;
      margin: 20px auto;
      padding: 0; align-items:stretch;
    }
.habitat-container a {text-decoration:none;}
    .habitat-panel {
      flex: 1 1 0; min-width:0; display:flex;
      border: 2px solid #666; border-radius:5px;
      overflow: hidden; padding:0; flex-direction:column;
    }
    .habitat-header {
      background: #ba3838; flex-shrink:0;
      color: white; letter-spacing:0.03em;
      text-align: center;
      padding: 3px; font-size:0.7em;
      font-weight: bold; white-space:normal;
    }
    .habitat-image {
      min-width:100%; width:auto; height:200px;
      object-fit: cover; margin-top:1.5rem;
      display: block; padding:0; margin:0; flex:1;
    }
/* ブログカード */
.def-card {
  display: block;
  width: 100%;
  max-width: 560px;
}
.def-card a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 160px auto;
  background: #faf7f2;
  border: 2.5px solid #7d674f;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #7d674f;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
.def-card a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #7d674f;
}
.def-card a:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #7d674f;
}
.def-card__thumb {
  width: 100%!important;
  height: 153px!important;
  object-fit: cover;
  display: block;
  border-bottom: 2.5px solid #7d674f;
}
.def-card__body {
  padding: .75rem 1rem .75rem .9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .3rem;
}
.def-card__cat {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .08em;
  color: #7a5c3e;
  background: #ede3d5;
  border: 1.5px solid #b8966a;
  border-radius: 3px;
  padding: .15em .5em;
  display: inline-block;
  width: fit-content;
}
.def-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.55;
  color: #7a6042;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin:0;
}
.def-card__meta {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .65rem;
  color: #8c7b6e;
  letter-spacing: .03em;
}
.def-card__meta-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b8966a;
  flex-shrink: 0;
}

/* =====================
Share シェアボタン 
======================= */
.share-wrap { width: 100%; max-width: 460px; margin:auto;}
.share-heading {
  font-size: clamp(.9rem, 2.5vw, 1.1rem);
  color: var(--dust);
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.share-heading::before,
.share-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--dust), transparent);
}
.share-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sBtn {
  all: unset;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 6px 12px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  position: relative;
  box-shadow: 2px 3px 0 var(--ink);
  transition: transform .18s cubic-bezier(.34,1.56,.64,1),
              box-shadow .15s ease,
              background .15s ease;
  will-change: transform;
}
/* inner decorative border */
.sBtn::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(44,36,22,.12);
  border-radius: 1px;
  pointer-events: none;
}
/* tiny corner mark */
.sBtn::after {
  content: '×';
  position: absolute;
  top: 3px; right: 5px;
  font-size: .42rem;
  color: var(--dust);
  opacity: .6;
  pointer-events: none;
}
.sBtn:hover {
  transform: translateY(-4px) rotate(0deg) scale(1.05) !important;
  box-shadow: 3px 6px 0 var(--ink);
  background: #fffcf5;
}
.sBtn:hover .sBtn-icon { color: var(--rust); transform: scale(1.18); }
.sBtn:active { transform: translateY(1px) scale(.97) !important; box-shadow: 1px 1px 0 var(--ink); }
.sBtn.copied { background: #eaf2eb; border-color: var(--sage); box-shadow: 2px 3px 0 var(--sage); }
.sBtn.copied .sBtn-icon { color: var(--sage) !important; }
.sBtn.copied .sBtn-label { color: var(--sage); }
.sBtn-icon {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  color: var(--ink);
  transition: color .15s, transform .15s;
}
.sBtn-icon svg { width: 19px; height: 19px; fill: currentColor; }
.sBtn-label {
  font-size: .58rem;
  letter-spacing: .09em;
  color: var(--ink);
  text-align: center;
  line-height: 1.3;
}
.toast {
  position: fixed;
  bottom: 1.8rem; left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--ink);
  color: var(--cream);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: .78rem;
  letter-spacing: .06em;
  padding: .45rem 1.3rem;
  border-radius: 2px;
  opacity: 0; pointer-events: none;
  transition: opacity .22s, transform .22s;
  z-index: 99;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }


/* habitat
---------------------- */
.habitat-card {
  padding: 16px 14px;
  margin: 12px 0;
  border-radius: 18px;
  background: #fffaf5;
  box-shadow: 0 3px 12px rgba(225, 139, 67, 0.08);
}
.habitat-card-label {
  padding: 5px 12px;
  margin-bottom: 12px;
  font-size: 15px;
  border-radius: 7px;
  background: linear-gradient(to right, #ffe3c4, transparent);
}
.post-body h2.habitat-card-label::before,
.post-body h2.simple::before { background: none; margin:0;}
.post-body h2.simple {
  padding: 0;
  margin: 1.2rem 0 0 0;
}
.mat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}
.mat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  gap: 3px;
  text-decoration: none !important;
  color: inherit !important;
}
.mat-card img {
  width: 100%;
  max-width: 64px;
  height: auto;
}
.mat-count {
  font-size: 19px;
  font-weight: bold;
}
.mat-name {
  font-weight:bold;
  font-size: .85em;
  line-height: 1.3;
  height:2.6em;
  vertical-align:bottom;
}
.poke-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap:2px;
}
.poke-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:10px;
  margin-left:-30px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #fffaf5, #fff5ec);
  text-decoration: none !important;
  color: var(--text-main);
  border:1px solid var(--text-main);
}
.poke-card img {
  width:200px;
  height: auto;
  margin: 6px 0 10px;
}
.poke-num {
  color: var(--text-main);
  font-size: 10px;
  letter-spacing: .06em;
}
.poke-name {
  color: var(--text-main);
  font-size: 1.3rem;
  font-weight: bold;
  margin: 3px 0 8px;
  line-height: 1.1;
}
.poke-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.type-badge {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  background: #998a7c;
}
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
}
.area-tag {
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.all {background: #a69d9d;}
.pasa  { background: #d9a475; }
.don   { background: #75acd9; }
.gotsu { background: #d97575; }
.spark { background: #bfbf37; }
.pallet{ background: #6ac24a; }

/* ── chip行（天気・時間帯）── */
.chip-row {
  display: grid;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}
.chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  color:var(--text-main);
  padding:0!important;
  text-align: center;
  margin: 0;
  width: 36px!important;
  min-width: unset !important;
  max-width: 36px !important;
  flex: 0 0 36px!important;
}
.chip img {
  width: 25px!important;
  height: 25px!important;
  border-radius: 4px;
  display: block;
  margin: 0;
  padding-bottom:3px;
}
.chip span {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.chip-row.weather {
grid-template-columns: repeat(3, 1fr);
padding:10px;
}
.chip-row.time {
grid-template-columns: repeat(4, 1fr);
padding:10px;
}
@media (max-width: 559px) {
.mat-row {grid-template-columns: repeat(3, 1fr);}
.poke-row {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 380px) {
.mat-row {grid-template-columns: repeat(2, 1fr);}
.chip img {width: 24px; height: 24px;}
.poke-card img {width: 80%;}
}
@media (min-width: 560px) {
.poke-row {grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));}
}


/* Dex
---------------------- */
.pokedex-box {
width: 100%;
max-width: 380px;
background: linear-gradient(160deg, #e8001a 0%, #c0001a 40%, #a00018 100%);
border-radius: 16px 16px 12px 12px;
box-shadow:
inset 0 2px 4px rgba(255,120,120,0.5),
inset 0 -3px 6px rgba(0,0,0,0.4),
0 6px 0 #7a0010,
0 10px 20px rgba(0,0,0,0.7);
padding: 14px 14px 18px 14px;
color: white;
margin: 0 auto;
box-sizing: border-box;
position: relative;
border: 2px solid #ff6677;
border-bottom: none;
}
.pokedex-top {
display: flex;
align-items: center;
gap: 12px;
padding-bottom: 10px;
border-bottom: 3px solid #8a0015;
margin-bottom: 12px;
position: relative;
}
.btn-main {
width: 68px;
height: 68px;
border-radius: 50%;
background: radial-gradient(circle at 35% 30%, #e8f8ff 0%, #99ddee 35%, #259db3 70%, #0846c2 100%);
border: 5px solid #ddeeff;
box-shadow: 0 0 0 2px rgba(200,0,0,0.45), 0 3px 8px rgba(0,80,100,0.35), inset 0 -3px 6px rgba(0,80,100,0.5);
flex-shrink: 0;
position: relative;
}
.btn-main::after {
content: '';
position: absolute;
top: 10px; left: 12px;
width: 20px; height: 12px;
background: rgba(255,255,255,0.6);
border-radius: 50%;
transform: rotate(-20deg);
}
.indicator-lights {
display: flex;
flex-direction: row;
gap: 8px;
align-items:center;
}
.light-row {
display: flex;
gap: 8px;
align-items: center;
}
.light {
width: 26px;
height: 26px;
border-radius: 50%;
border: 1px solid rgba(207,39,101,0.3);
}
.light.red    {background:radial-gradient(circle at 35% 30%, #ffbbbb, #ee6677); box-shadow: 0 0 6px rgba(255,80,100,0.6); }
.light.yellow {background:radial-gradient(circle at 35% 30%, #ffee99, #ddaa00); box-shadow: 0 0 6px rgba(255,200,0,0.6);}
.light.green  {background:radial-gradient(circle at 35% 30%, #aaffaa, #22bb33); box-shadow: 0 0 6px rgba(102,227,133,0.6);}
.pokedex-top::after {
content:'•••';
margin-left:auto;
font-size:2em;
color:rgba(80,0,0,0.45);
letter-spacing:4px;
padding-right:4px;
}
.pokedex-title {
font-size: 0.65em;
font-weight: 900;
letter-spacing: 0.12em;
color: #ffdddd;
text-shadow: 0 1px 2px rgba(0,0,0,0.5);
margin-left: auto;
text-transform: uppercase;
line-height: 1.3;
text-align: right;
}
.screen-outer {
background: #333;
border-radius: 6px 6px 4px 4px;
padding: 6px;
border: 6px solid #ccc;
box-shadow:inset 0 2px 8px rgba(0,0,0,0.8),0 2px 4px rgba(0,0,0,0.5);
margin-bottom: 12px;
}
.screen-inner {
background: linear-gradient(180deg, #c8d8a0 0%, #b8cc90 100%);
border-radius: 3px;
overflow: hidden;
position: relative;
}
.screen-inner::before {
content: '';
position: absolute;
inset: 0;
background: repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,0.04) 3px,rgba(0,0,0,0.04) 4px);
pointer-events: none;
z-index: 2;
}

/* 名前バー */
.pokedex-header {
background: #2a4a00;
padding: 5px 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.pokedex-header .name {
font-size: 1.2em;
font-family:"DotGothic16", sans-serif;
font-weight:bold;
color: #c8d8a0;
letter-spacing: 0.08em;
text-shadow: 1px 1px 0 #000;
}
/* 画像エリア */
.item-visual {
background: #b8cc90;
display: flex;
justify-content: center;
align-items: center;
min-height: 110px;
padding: 8px;
position: relative;
z-index: 1;
}
.item-visual img.dex {
max-width: 90px;
max-height: 90px;
image-rendering: pixelated;
image-rendering: crisp-edges;
filter: drop-shadow(2px 2px 0 rgba(0,50,0,0.3));
}
p.pokedex-description {
position:relative;
font-family: "DotGothic16", sans-serif;
width:100%;
min-height: 4.8em;
background: #b8cc90;
color: #4c701c;
font-size: 0.85em;
line-height: 1.6;
letter-spacing: 0.01em;
margin: 0 auto;
padding: 8px 1px;
border-top: 2px solid #6a8a40;
overflow: hidden;
white-space: pre-wrap;
}
p.pokedex-description::after {
position:absolute;
content: '▼';
font-family: "DotGothic16", sans-serif;
color: #4c701c;
right:2%;
bottom:5%;
animation: blinking 3s ease-in-out infinite alternate;
}
@keyframes blinking {0% { opacity:0;}100% { opacity: 1; }}
/* フッター */
.pokedex-footer {
background: #2a4a00;
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 10px;
border-top: 2px solid #1a3000;
}
.pokedex-footer span {
font-family: "DotGothic16", sans-serif;
font-size: 0.9em;
color: #c8d8a0;
}
.pokedex-footer span.rating {
font-family: "DotGothic16", sans-serif;
display: flex;
gap: 3px;
align-items: center;
}
.star { width: 0.9rem; height: 0.9rem; fill: #c8d8a0; stroke: #c8d8a0; }
.star.empty { fill: transparent; stroke: #c8d8a0; stroke-width: 2; }
/* ======= 下部コントロールパネル ======= */
.pokedex-controls {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 4px;
}

/* Tablet
----------------------------------------------- */
@media (min-width: 768px) {
    .post-grid { grid-template-columns: repeat(4, 1fr); }
    .category-tabs { grid-template-columns: repeat(6, 1fr); margin: 20px auto; }
}


/* Mobile.スマホ
----------------------------------------------- */
@media (max-width: 900px) {
.item-main-info { grid-template-columns: 1fr; }
.main-wrapper { grid-template-columns: 1fr; }
.sidebar { position: static; max-height: none; }
.item-sub-info { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
html {font-size:16px;}
body {font-size:1em;letter-spacing:0.02em;line-height:1.9;}
.content-outer{padding:0;}
.content-inner {padding:0;}
#main{margin:0;}
.default-box {max-width: 94%;padding: 1.4em 1.3em 1.2em;}
.nav-container {width:100%;max-width:767px;}
.hero {padding: 80px 16px 60px;}
.article-wrap {padding:12px 8px;margin:5.2rem 0 0 0;}
.cta-buttons {flex-direction: column;align-items: center;}
.btn {width: 100%;max-width: 280px;text-align: center;}
.hamburger {display: flex;}
.nav-links {position: fixed;font-size:1em;top: 0;right: -100%;width: 280px;height: auto;background: #272b30;
flex-direction: column;align-items: flex-start;padding: 100px 30px 30px;gap: 24px;transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);z-index: 1000;overflow-y: auto;}
.nav-links a{color:#ffffff;}
#nav-toggle:checked ~ .nav-links {right: 0;}
#nav-toggle:checked + .hamburger {background:transparent!important;box-shadow:none;transition:background-color 0.6s ease-in-out;}
#nav-toggle:checked + .hamburger span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px);}
#nav-toggle:checked + .hamburger span:nth-child(2) {opacity: 0;}
#nav-toggle:checked + .hamburger span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}
table.item-list {width:100%;border-collapse: collapse;margin: 2rem auto;}
.col-img img {width: 100%; height: auto;}
ol.material-listY li:before{margin-top:-0.3rem;margin-left:0.5rem;}
.btn_wrap {width:90%;max-width:340px;}
.btn_wrap span {width:100%;left:0;}
.btn_wrap:hover span, .btn_wrap.active span {transform:translateX(-100%);}
.habitat-card{padding:22px; border-radius:24px;}
.poke-card{min-width:calc(50% - 8px);}
.mat-card{min-width:calc(50% - 8px);}
.chip{min-width:64px;}
.img-area{width:100%;max-width:100%;}
}
@media (max-width: 480px) {
.nav-container {padding: 0 16px;}
.db-grid, .guides-grid {grid-template-columns: 1fr;}
.hero-description {font-size:0.8em;right:8px;bottom:20px;padding:10px 8px;border:double 5px #f1f1f1;}
}
