/*
Theme Name: case56-theme
Theme URI: https://wordpress.org/themes/case56-theme/
Author: case56
Author URI: https://case56.com/
Description: case56-theme is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: my-php-theme

*/

:root{
    --red: rgb(255, 0, 0);
    --softred: rgb(255, 64, 64);
    --lightred: rgb(255, 168, 168);
    --lightred-back: rgb(255, 224, 224);
    --navy: rgb(0, 0, 64);
    --softblue: rgb(64, 64, 255);
    --lightblue: rgb(168, 168, 255);
    --lightblue-back: rgb(216, 216, 255);
    --green: rgb(0, 168, 0);
	--softgreen: rgb(64, 200, 64);
    --lightgreen: rgb(168, 255, 168);
    --lightgreen-back: rgb(216, 255, 216);
    --gray: rgb(64, 64, 64);
    --lightgray: rgb(192, 192, 192);
    --lightgray-back: rgb(240, 240, 240);
	--cobaltblue: rgb(64, 168, 168);
    --black-opacity: rgba(0, 0, 0, 0.95);
    --lightyellow-back: rgba(255, 255, 200, 1);

    --difficulty-score0: rgb(128, 128, 128);
    --difficulty-score1: rgb(64, 64, 64);
    --difficulty-score2: rgb(0, 64, 224, 1);
    --difficulty-score3: rgb(0, 156, 0);
    --difficulty-score4: rgb(224, 172, 24);
    --difficulty-score5: rgb(192, 0, 0);

    --difficulty-score0-back: rgba(128, 128, 128, 0.2);
    --difficulty-score1-back: rgba(64, 64, 64, 0.2);
    --difficulty-score2-back: rgba(0, 64, 224, 0.2);
    --difficulty-score3-back: rgba(0, 156, 0, 0.2);
    --difficulty-score4-back: rgba(224, 172, 24, 0.2);
    --difficulty-score5-back: rgba(192, 0, 0, 0.2);

    --margin-lv1: 2rem;
    --margin-lv2: 3rem;
    --margin-lv3: 4rem;

    --chart-margin-lv1: 2rem 0;
    --chart-margin-lv2: 3rem 0;
    --chart-margin-lv3: 4rem 0;

    --color-red: var(--red);
    --color-softred: var(--softred);
    --color-lightred: var(--lightred);
    --color-navy: var(--navy);
    --color-softblue: var(--softblue);
    --color-lightblue: var(--lightblue);
    --color-green: var(--green);
    --color-softgreen: var(--softgreen);
    --color-lightgreen: var(--lightgreen);
    --color-gray: var(--gray);
    --color-lightgray: var(--lightgray);
	--color-cobaltblue: var(--cobaltblue);

    --color-lightred-back: var(--lightred-back);
    --color-lightblue-back: var(--lightblue-back);
    --color-lightgreen-back: var(--lightgreen-back);
    --color-lightgray-back: var(--lightgray-back);
	--color-lightyellow-back: var(--lightyellow-back);
    --color-black-opacity: var(--black-opacity);

    --color-difficulty-score0: var(--difficulty-score0);
    --color-difficulty-score1: var(--difficulty-score1);
    --color-difficulty-score2: var(--difficulty-score2);
    --color-difficulty-score3: var(--difficulty-score3);
    --color-difficulty-score4: var(--difficulty-score4);
    --color-difficulty-score5: var(--difficulty-score5);

    --color-difficulty-score0-back: var(--difficulty-score0-back);
    --color-difficulty-score1-back: var(--difficulty-score1-back);
    --color-difficulty-score2-back: var(--difficulty-score2-back);
    --color-difficulty-score3-back: var(--difficulty-score3-back);
    --color-difficulty-score4-back: var(--difficulty-score4-back);
    --color-difficulty-score5-back: var(--difficulty-score5-back);
}

html{
    scroll-behavior: smooth;
    font-size: clamp(14px, 1.8vw, 16px) !important;
    line-height: 1.5rem !important;
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}

/*フォント*/
body {
  font-family: 'Inter', 'Noto Sans JP', sans-serif !important;

}

h1, h2 {
  font-family: 'Oswald', 'Noto Sans JP', sans-serif !important;
}

#entry-title-div > .wp-block-post-featured-image{
    display: none;
}

h1.wp-block-post-title,
h1.entry-title{
    font-size: var(--wp--preset--font-size--xx-large);
    padding: 16px 8px;
    font-weight: bold;
    background: linear-gradient(170deg, rgb(0, 0, 0) 50%, rgb(16, 32, 64));
    color: white;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6), 0 0 15px rgba(0, 128, 255, 0.5);
    margin: 0;
}

body{
    background: no-repeat url("https://case56.com/wp-content/uploads/2026/01/Ghost-of-Yotei_アイコン.jpg") 50% 0% fixed;
    background-size: cover;
    margin:0 !important;
	padding-top: 0 !important;
    counter-reset: title-count 0;
    background-color:rgba(18,18,24,0.95);
}

main{
    margin-top: 0;
    padding-bottom: 48px;
    display: flex;
    justify-content: space-around;
    background-color:rgba(18,18,24,0.95);
    min-height:100vh;
}

footer{
    background-color:black;
    color: white;
}

table{
	border-collapse: collapse;
}

th,td{
	padding:.5em;
}

a{
	color: rgb(0, 64, 196);
}

h1{
    font-size: 1.25rem;
}
h2{
    font-size: 1.2rem;
}

/*article*/
.single-article,
.post-article{
    margin-bottom: 16px;
}

/*見出し上広告*/

.widget-in-article{
    margin: 5rem 0;
}

/*main要素内*/

.main-container{
    width: 100%;
    max-width:1120px;
    margin: 0 8px;
    min-width:0;
}

/*ハンバーガーメニュー*/

#hamburger-check{
    display: none;
}

#hamburger{
    margin: 0;
    display: block;
    position: fixed;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 8px;
    right: 8px;
    z-index: 1000000;
    transition: background-color 0.4s;
}

#hamburger:hover{
    cursor: pointer;
}

#hamburger-inner{
    display: block;
    position: absolute;
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--color-gray);
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 1;
    transition: opacity 0.4s, background-color 0.4s;
}

#hamburger::before,
#hamburger::after{
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--color-gray);
    transition: transform 0.4s, top 0.4s, bottom 0.4s, left 0.4s, right 0.4s, background-color 0.4s;
    right: 50%;
    transform: translateX(50%);
}

#hamburger::before{
    top: 16px;
}

#hamburger::after{
    bottom: 16px;
}

#hamburger-text{
    position: absolute;
    top: 100%;
    right: 50%;
    width: 100%;
    font-size: .6em;
    color: var(--color-gray);
    transition: color 0.4s;
    text-align: center;
    transform: translate(50%, -100%);
}

#hamburger-check:checked ~ #hamburger{
    background-color: rgba(0, 0, 0, 0);
}

#hamburger-check:checked ~ #hamburger #hamburger-inner{
    opacity: 0;
    background-color: white;
}

#hamburger-check:checked ~ #hamburger::before{
    transform: translate(50%, -50%) rotate(45deg) ;
    top: 50%;
    right: 50%;
    background-color: white;
}

#hamburger-check:checked ~ #hamburger::after{
    transform: translate(50%, 50%) rotate(-45deg);
    bottom: 50%;
    right: 50%;
    background-color: white;
}

#hamburger-check:checked ~ #hamburger #hamburger-text{
    color: white;
}

#hamburger-check:checked ~ #hamburger-circle{
    height: calc(200vh + 200vw);
}

body:has(.wp-site-blocks > main > .entry-content > #hamburger-check:checked){
    overflow:hidden !important;
}

#hamburger-circle{
    position: fixed;
    top: 18px;
    right: 18px;
    width: auto;
    height: 1px;
    aspect-ratio: 1 / 1;
    z-index: 100;
    border-radius: 50%;
    transform: translate(50%, -50%);
    transition:  height 0.4s, width 0.4s;
    background-color: var(--color-black-opacity);
    max-width: 300vw;
}

#global-menu{
    margin: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color:black;
    transition: opacity 0.4s;
    z-index: 101;
    max-width: 300vw;
}

#global-menu-ul{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-inline-start: 0;
    height: 100%;
    max-width: 100vw;
    background-color: rgba(255, 255, 255, 0.9);
    gap: 4px;
}

#global-menu-ul::before{
    content: "";
    height: 72px;
}

.global-menu-li{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background-color: black;
    position: relative;
    text-align: center;
    overflow: hidden;
    list-style: none;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    flex:1;
    text-decoration: none;
}

.global-menu-li:nth-child(1){
    transition: 0.3s right 0.1s, 0.3s opacity 0.1s;
}

.global-menu-li:nth-child(2){
    transition: 0.3s right 0.13s, 0.3s opacity 0.13s;
}

.global-menu-li:nth-child(3){
    transition: 0.3s right 0.16s, 0.3s opacity 0.16s;
}

.global-menu-li:nth-child(4){
    transition: 0.3s right 0.19s, 0.3s opacity 0.19s;
}
.global-menu-li:nth-child(5){
    transition: 0.3s right 0.22s, 0.3s opacity 0.22s;
}

.global-menu-li:nth-child(6){
    transition: 0.3s right 0.25s, 0.3s opacity 0.25s;
}

.global-menu-li:nth-child(7){
    transition: 0.3s right 0.28s, 0.3s opacity 0.28s;
}

.global-menu-li:nth-child(8){
    transition: 0.3s right 0.31s, 0.3s opacity 0.31s;
}

.global-menu-li:nth-child(9){
    transition: 0.3s right 0.34s, 0.4s opacity 0.34s;
}

.global-menu-li-img{
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    transform: translate(50%, -50%);
    opacity: 0.4;
}

.global-menu-li-span{
    color: white;
    font-weight: bold;
    font-size: 1.2em;
}

#hamburger-check:checked ~ #global-menu #global-menu-ul > .global-menu-li{
    right: 100%;
    opacity: 1;
}

.div-slash2{
    overflow: hidden;
    background-color: black;
    position: relative;
    justify-content: space-between;
    width: 70%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.slash2-parts1,
.slash2-parts2{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: clip-path 0.3s;
    background-color: black;
}

.slash2-parts1:hover,
.slash2-parts2:hover{
    cursor: pointer;
    color: white;
}

.slash2-parts1{
    clip-path: polygon(1px 1px, 60% 1px, 39% calc(100% - 1px), 1px calc(100% - 1px));
    left: 0;
}

.slash2-parts2{
    clip-path: polygon(calc(60% + 4px) 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), calc(39% + 4px) calc(100% - 1px));
    right: 0;
}

.slash2-parts1-wrapper,
.slash2-parts2-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}

.slash2-parts1-img,
.slash2-parts2-img{
    top:0;                
}

.slash2-parts1-img,
.slash2-parts2-img{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
}

.slash2-parts1-img{
    left: 0;
}

.slash2-parts2-img{
    right: 0;
}

.slash2-parts1-span,
.slash2-parts2-span{
    color: white;
    font-weight: bold;
    position: absolute;
    transform: translate(0, 0);
    transition: transform 0.2s;
    z-index: 10;
    font-size: .8em;
}

.slash2-parts1-span{
    top: 12px;
    left: 12px;
}

.slash2-parts2-span{
    bottom: 12px;
    right: 12px;
}

.slash2-parts1:hover{
    clip-path: polygon(1px 1px, 80% 1px, 59% calc(100% - 1px), 1px calc(100% - 1px));
    z-index: 10;
}

.slash2-parts2:hover{
    clip-path: polygon(41% 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 20% calc(100% - 1px));
    z-index: 10;
}

.slash2-parts1:hover .slash2-parts1-span{
    transform: translate(4px, 0);
}

.slash2-parts2:hover .slash2-parts2-span{
    transform: translate(-4px, 0);
}

/*目次*/

div#ez-toc-container {
    margin-bottom: 48px;
    
}

/*ヘッダー*/
.header-container{
    padding:20px 0;
    background-color: black;
    display: flex;
    justify-content: center;
}
.header-wrapper{
    display: flex;
    align-items: center;
    padding: 4px;
    gap: 8px;
    width: 100%;
    max-width: 1120px;
}
#header-title{
    color: white;
    text-decoration: none;
}
.header-nowplaying{
    color: white;
    font-weight: bold;
    font-size: 10px;
    white-space: nowrap;
}
.header-icon{
    display: block;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    height: 48px;
}
/*フッター*/
.footer-h2{
    margin: 0 0 .6em;
    text-shadow: 0px 0px 4px rgb(0, 255, 255), 0 0 10px rgb(0, 64, 64);
}
.footer-link{
    text-decoration: none;
    color: white;
    font-size: .8em;

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

.check-table-wrapper-js{
    overflow: auto;
    width: 100%;
    max-width: 960px;
}
.check-table-js{
    display: flex;
    flex-direction: column;
    border: 1px solid var(--lightgray);
    gap: 2px;
    background-color: var(--lightgray-back);
    width: fit-content;
    margin: var(--chart-margin-lv1);
    font-size: .9em;

}
.check-table-tr-js{
    display: flex;
    gap: 2px;
}
.check-table-th1-js,.check-table-th2-js,.check-table-td-js,.check-table-checkbox-js,.check-table-lastsum-js,.check-table-lastcheck-js{
    padding: .5rem;
    background-color: white;
}

.check-table-checkbox-js,.check-table-lastcheck-js{
    min-width: 32px;
}

.check-table-th1-js{
    text-align: center;
    font-weight: bold;
    width: fit-content;
    flex: 1;
}

.check-table-th2-js{
    text-align: center;
    font-weight: bold;
    width: 128px;
}
.check-table-td-js{
    flex: 1;

}
.check-table-checkbox-js{
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-table-checkbox-js:has(input[type="checkbox"]:checked){
    background-color: rgb(224, 255, 255);
}

.check-table-lasttr-js{
    display: flex;
    gap: 2px;
}

.check-table-lastsum-js{
    text-align: center;
    flex: 1;
}

.check-table-lastcheck{
    text-align: center;
    font-size: .9em;
}

.point-div-gray, .point-div-navy, .point-div-red{
    position: relative;
    width: calc(100% - 32px);
    padding: 8px;
    margin-top: var(--margin-lv1);
    margin-bottom: var(--margin-lv1);
    margin-left: auto;
}

.point-div-gray{
    border: 2px dashed var(--color-gray);
    background-color: var(--color-lightgray-back);
}

.point-div-navy{
    border: 2px dashed var(--color-navy);
    background-color: var(--color-lightblue-back);
}

.point-div-red{
    border: 2px dashed var(--color-red);
    background-color: var(--color-lightred-back);
}

.point-div-title{
    position: absolute;
    color: white;
    padding: 4px 8px;
    font-weight: bold;
    top: 8px;
    left: -8px;
}

.point-div-gray .point-div-title{
    background-color: var(--color-gray);
}

.point-div-navy .point-div-title{
    background-color: var(--color-navy);
}

.point-div-red .point-div-title{
    background-color: var(--color-red);
}

.point-div-detail{
    margin-top: calc(1rem + 40px);
}

#game-str-wrapper{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 16px 0;
  }
  
.game-str-chapter{
    padding: 8px 8px 32px;
    background-color: white;
}

.game-str-chapter-list{
    background-color: white;
    padding: 8px;
}
  
.game-str-chapter-list-item{
    position: relative;
    list-style: none;
    margin-bottom: 4px;
    margin-left: 12px;
}
  
.game-str-chapter-list-item::before{
    content: "";
    animation: vector-right 2s linear infinite;
    background-color: black;
    clip-path: polygon(0px 0px, 4px 4px, 0px 8px);
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: -12px;
    top: calc(50% - 4px);
}
  
@keyframes vector-right{
    0%{
      transform: traslateX(0);
    }
  
    10%{
      transform: translateX(4px);
    }
  
    20%{
      transform: translateX(0);
    }  
  
    100%{
      transform: traslateX(0);
    }
}

/*トロフィーリスト*/
.checklists{
    display: none;
}

.difficulty-list,.trophylist{
    width: 100%;
    max-width: 960px;
}

.difficulty-list2,.trophylist2{
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
    border: 2px double rgba(128, 128, 128, 1);
    background-color: rgba(255, 255, 255, 1);
}

.difficulty-list3,.trophylist3{
    font-size:11px;
    display: flex;
    padding: 2px;
    border-top: 1px solid rgba(128, 128, 128, 1);
    background-color: rgba(255, 255, 255, 1);
    gap: 2px;
}
.trophylist3{
    position: relative;
}

.difficulty-list4,.trophylist4{
	display: flex;
	align-items: center;
}

.trophylist-category{
    text-align: center;
    font-weight: bold;
    background-color: rgba(224, 224, 224, 0.8);
}
.trophylist-img{
    display: inline-block;
    position: relative;
    aspect-ratio: 1 / 1;
    height: 48px;
}
.trophylist-title-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    background-color: white;
    padding: 2px;
}

.trophylist-hard{
    margin: 0px 4px;
    border-bottom: 1px dashed rgba(192, 192, 192, 0.8);
}

.trophylist-title{
    display: flex;
    margin: 0 4px;
    flex-grow: 1;
    justify-content: space-around;
}

.trophylist-title span{
    display: inline-block;
    margin: auto 0;
}

.trophylist-num{
    position: absolute;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    font-size: 12px;
    right: 0;
    top: 0;
    font-weight: bold;
    padding: 4px;
    width: 24px;
    height: 18px;
    text-align: center;
    background-color: red;
    border-radius: 4px;
    color: white;
    z-index: 100;
}

.trophylist-syousai,.trophylist-syousai-naiyou{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
}
.trophylist-syousai{
    font-weight: bold;
    white-space: nowrap;
}
.trophylist-syousai-naiyou{
    flex-grow: 1;  
}

.platinum-trophy{
    background-color: rgba(168, 200, 224, 0.5);
}
.gold-trophy{
    background-color: rgba(255, 255, 128, 0.5);
}
.silver-trophy{
    background-color: rgba(128, 128, 128, 0.5);
}
.bronze-trophy{
    background-color: rgba(224, 168, 96, 0.5);
}

/*難易度リスト*/
.difficulty-category{
    text-align: center;
    font-weight: bold;
    background-color: rgba(224, 224, 224, 0.8);
}

.difficulty-img{
    width: 48px;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(192, 192, 192);
}

.difficulty-title{
    display: flex;
    margin: 0 .2em;
    font-weight: bold;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
}

.difficulty-title-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    background-color: white;
}
.difficulty-hard{
    border-bottom: 1px dashed rgba(192, 192, 192, 0.8);
    z-index: 2;
}
.difficulty-score-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
	width: 36px;
}
.difficulty-score-title{
    font-size:10px;
    text-align: center;
}

.difficulty-score{
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}

.difficulty-score-inner{
    display: inline-block;
    padding: 2px 4px;
    font-weight: bold;
    color: white;
    font-size: 16px;
}

.difficulty-score0,.difficulty-score1,.difficulty-score2,.difficulty-score3,.difficulty-score4,.difficulty-score5{
	width: fit-content;
	height: fit-content;
	border-radius: 2px;
	margin: 0 auto;
}
.difficulty-score0{
	background-color: var(--color-difficulty-score0);
}
.difficulty-score1{
	background-color: var(--color-difficulty-score1);
}
.difficulty-score2{
	background-color: var(--color-difficulty-score2);
}
.difficulty-score3{
	background-color: var(--color-difficulty-score3);
}
.difficulty-score4{
	background-color: var(--color-difficulty-score4);
}
.difficulty-score5{
	background-color: var(--color-difficulty-score5);
}

.list3-dif0{
    background-color: var(--color-difficulty-score0-back);
}

.list3-dif1{
    background-color: var(--color-difficulty-score1-back);
}

.list3-dif2{
    background-color: var(--color-difficulty-score2-back);
}

.list3-dif3{
    background-color: var(--color-difficulty-score3-back);
}

.list3-dif4{
    background-color: var(--color-difficulty-score4-back);
}

.list3-dif5{
    background-color: var(--color-difficulty-score5-back);
}

.c-gray{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(64, 64, 64, 0.5);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
}

.c-gray:hover,
.entry-img:hover{
    cursor: pointer;
}

.c-white{
    padding: 1em;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 480px;
    max-height: 480px;
}

.c-white-bottom{
    display: flex;
    padding: 4px;
    height: 58px;
    width: 100%;
    margin-bottom: 1em;
}

.c-img{
    display: block;
    margin-bottom: 1em;
    width: 80%;
    max-width: 320px;
    max-height: 320px;
}

.c-entry-img{
	width: 80%;
	max-width: 1080px;
	height: auto;
}

#search, 
#reset,
#dif-top{
    font-size: 0.7em;
}

.gray-table{
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
}

.gray-table td{
    padding: 0.5em;
}

.gray-table td:nth-child(odd){
    background-color: black;
    color: white;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    width: 64px;
}

.gray-table td:nth-child(even){
    text-align: center;
}

#dif-search-chapter{
    min-height:108px;
}

.search-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 8px;
}

.select-dif{
    display: flex;
    min-width:0;
    gap: 16px;
    justify-content: center;
}

#search-label{
    font-size: .8em;
}

.select-difs-container{
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.search-container-top{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.select-title{
    display:inline-block;
    font-size: 0.7em;
    margin: 4px auto;
    color: white;
    font-weight: bold;
}

.select-input-container{
    display: flex;
    align-items: end;
    gap: 8px;
    justify-content: center;
}

.search-container-bottom{
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 8px 0;
    gap: 8px;
}
#min-dif-search,
#max-dif-search{
    width: 4em;
}
#dif-search-container-slide-label{
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 32px;
    aspect-ratio: 1 / 1;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}
#dif-top{
    text-decoration: none;
    border: 1px solid rgb(3, 133, 180);
    border-radius: 4px;
    padding: 2px;
    background-color: white;
    color: rgb(3, 133, 180);
    font-weight: bold;
    visibility: hidden;
}

.searches-fixed{
    position: fixed !important;
    top: 0;
    z-index: 10;
    max-width: 1120px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    animation: glow-dif0 2s infinite alternate;
}


/*ここからトロフィー攻略*/

.dif-index-div{
	padding: 16px;
	background-color: rgba(240, 240, 240, 1);
	margin: 0 0 96px;
	box-shadow: 0 0 1px rgba(64, 64, 64, 1);
	max-width: 720px;
}

.dif-index{
	font-size: .9em;
}

.dif-index-title{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid rgba(64, 64, 64, 1);
	color: rgba(64, 64, 128, 1);
	padding: 4px 8px 0;
	background-color: rgba(255, 255, 255, 1);
}

.dif-index-table{
	border-collapse: collapse;
	border: none;
}

.dif-index-table tr th{
	background-color: rgba(232, 232, 255, 1);
	font-size: .8em;
}

.dif-index-td{
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	font-weight: bold;
}

.sumi{
    font-weight: bold;
    color: rgba(255, 32, 32, 1);
    border: 2px solid rgba(255, 32, 32, 1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: white;
}

.dif-table, 
.dif-index .flex-table{
    margin: 0 auto;
}

.dif-table{
	border-collapse: collapse;
	background-color: white;
	white-space:nowrap;
}
.dif-table-bar-td{
    width: 70%;
}
.dif-table-bar{
    height: 12px;
    border: 1px solid rgba(128, 128, 128, 1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.dif-table-bar-inner{
    position: absolute;
    left: -100%;
    top: 0;
    height: 12px;
    width: 100%;
    background: white;
    transition-property: left, background;
    transition-timing-function: ease-out;
    transition-duration: 2s, 2s;
    border-radius: 2px;
}
.dif-table-score{
    text-align: center;
    font-weight: bold;
}

.trophy-ul,
.trophy-ol{
    margin: 2em 0;
    padding: 1.2em 1.4em;
    max-width: 960px;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.12); /* ←読み物としての存在感UP */
    line-height: 1.7;
}

.trophy-ul{
    background: rgb(246, 255, 246);
    list-style-position: inside;
}

.trophy-ol{
    counter-reset: number;
    background: rgb(246, 246, 255);
}

.trophy-ol li{
    counter-increment: number;
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
.trophy-ol li::before{
    content: counter(number) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: rgb(24, 40, 80);
}


.dif-ol li{
    list-style-position: inside;
	margin-bottom: .6em;
}


/*ホーム画面*/

#home-wrapper{
	padding: 16px;
}

#home-postlist-title-wrapper, 
#home-postlist-wrapper, 
#home-posting-wrapper, 
#home-postlist-div{
	padding: 0;
}

#home-postlist-wrapper{
	margin-bottom: 32px;
}

#home-postlist-title-wrapper{
	margin-bottom: 16px;
}

#home-postlist-title{
	font-weight: bold;
	border-left: 4px solid rgb(0, 0, 64);
	border-bottom: 1px solid rgb(0, 0, 128);
	padding: .5em;
}

#home-postlist-div{
	background-color: rgba(18, 18, 24, 0.95);
}

#home-postlist-div{
	margin-top: 0;
}

#home-posting-wrapper > .display-posts-listing{
	padding-inline-start: 0;
	padding: 8px;
	height: 264px;
	overflow-y: scroll;
	box-shadow: 0 0 1px 1px rgb(128, 128, 128);
	background-color: white;
}

#home-posting-wrapper > .display-posts-listing > .listing-item{
	margin-bottom: .5em;
	padding-bottom: .5em;
	list-style: none;
	border-bottom: 1px solid rgb(192, 192, 192);
}

#home-posting-wrapper > .display-posts-listing > .listing-item:nth-last-child(1){
	border-bottom: none;
}

.listing-item > .title{
	text-decoration: none;
	
}

#home-images-wrapper{
	display:grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}
@media screen and (min-width:768px){
    #home-images-wrapper{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.home-top-container{
    grid-row: 1/3;
    grid-column: 1/3;
}
.home-top-bottom{
    background-color: rgba(255,255,255,0.8);
    padding: 1.7em 1em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
}
.home-top-container2 .home-top-bottom{
    padding: 1.4em .7em .7em;
}
.home-top-title{
    position: absolute;
    top: 0;
    left: 8px;
    transform: translateY(-50%);
    background-color:rgb(18,18,24);
    color: white;
    font-weight:bold;
    text-shadow: 0 0 4px rgb(168,224,255);
    padding: .5em;
    font-size: .8em;
}
.home-top-bottom p{
    margin:0;
    font-size:.8em;
}
.home-images{
	position: relative;
	width: 100%;
    height: auto;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background-color: rgb(64, 64, 64);
    text-decoration: none;
    color: rgb(32,32,32);
    display: flex;
}

.home-img{
	width: 100%;
	height: auto;
}

.home-images:hover{
	cursor: pointer;
}

/*チェックリスト作成ツール*/
:root{--bg:#0f1724;--card:#0b1220;--accent:#7c3aed;--muted:#9ca3af;--text:#e6eef8}
.wrap{margin:0 auto;background:linear-gradient(180deg,#071027 0%, #0f1724 100%); color:var(--text); padding:24px 8px;}
.checklist-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.controls{display:flex;gap:8px;align-items:center}
.checklist-button{background:var(--accent);color:white;border:0;padding:8px 12px;border-radius:8px;cursor:pointer}
.checklist-button.ghost{background:transparent;border:1px solid rgba(255,255,255,0.06)}
.checklist-flex{display:flex;flex-direction:column;gap:16px;}
#listsArea{display:flex;flex-direction:column;gap:8px;}
.checklist-text{border: 1px solid rgba(224,224,224, 0.2); padding: 2px; border-radius:4px;}
.card{background:linear-gradient(180deg, rgba(255,200,255,0.05), rgba(255,255,255,0.01));padding:8px;border-radius:12px;box-shadow:0 6px 18px rgba(2,6,23,0.6)}
.list{margin-bottom:12px}
.list-header-container{display:flex; justify-content:space-between; flex-direction:column;}
.list h2{font-size:14px;margin:0 0 8px 0;color: white;}
.items{display:flex;flex-direction:column;gap:6px}
.item{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;background:rgba(255,255,140,0.05)}
.item input[type=text]{flex:1;background:transparent;color:var(--text)}
.item input[type=checkbox]{width:18px;height:18px}
.checklist-small{font-size:12px;color:var(--muted)}
.muted{color:var(--muted)}
.mini{padding:6px 8px;font-size:13px}
.list-controls{display:flex;gap:8px;margin-bottom:8px}
.empty{opacity:0.6;padding:12px;border-radius:8px;background:rgba(255,255,255,0.01);text-align:center}
.play-mode .item input[type=text]{pointer-events:none;opacity:0.95}
.badge{background:rgba(0,0,0,0.2);padding:6px 8px;border-radius:999px;font-size:12px}
.checklist-footer{margin-top:18px;color:var(--muted);font-size:13px; display:flex; flex-direction: column;}
@media screen and (min-width:880px){.controls{flex-wrap:wrap} .wrap{padding:24px}.card{padding:14px;} .list-header-container{justify-content:space-between; flex-direction:row; align-items: center;}}
@media screen and (min-width:1280px){#listsArea{flex-direction:row; flex-wrap: wrap;} .checklist-card{min-width: calc(49% - 26px); width: calc(49% - 26px); flex: 1;}}

/*folding*/
.folding-title{
    display:flex;
    justify-content: space-between;
    background-color: rgb(108, 108, 108);
    margin-bottom: 24px;
    color:white;
    font-weight: bold;
    padding: 4px;
}
.folding-span{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    color: white;
    font-weight: bold;
    background-color: rgb(40 64 96);
}
.folding-span::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: translate(-50%,-50%) rotate(135deg);
    transition: transform 0.3s;
}
.folding-title.folding-open > .folding-span::before{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.folding-title:hover{
    cursor: pointer;
}
.folding-div{
    max-height: 0;
    overflow: hidden;
}
.folding-div.folding-open{
    max-height: none;
}
/*汎用*/

.th-column{
    max-width: 168px;
    white-space: nowrap;
}
.table-768{
    max-width: 768px;
    width: 100%;
}

.has-global-padding{
	padding: 0;
}

.entry-top{
	display: flex;
	justify-content: space-around;
	margin-bottom: 64px;
}

.entry-top-img{
	width: 90%;
	max-width: 640px;
	height: auto;
}

.entry-top-header{
	border-bottom:1px solid rgb(224, 224, 224);
	border-top:1px solid rgb(224, 224, 224);
	padding: .3em .2em;
	font-weight: bold;
    width: fit-content;
    margin: 0 auto;
}

.entry-img,.entry-youtube{
	width: 90%;
	max-width: 720px;
	height: auto;
}

.entry-img{
	display: block;
	margin: 1.8rem 0;
}

.entry-youtube{
	aspect-ratio: 16 / 9;
}

.soft-wrapper{
	display: flex;
	flex-direction: column;
	max-width: 640px;
	border: 4px solid rgba(64, 64, 64, 1);
	background-color: rgba(64, 64, 64, 1);
	gap: 8px;
	margin: 32px 0;
	position: relative;
	overflow:hidden;
}

.soft-box1,.soft-box2,.soft-box3{
	background-color: rgba(255, 255, 255, 0.85);
	z-index:1;
}

.soft-box-backimg{
	position: absolute;
	opacity: 0.5;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.soft-title{
	text-align: center;
	font-weight: bold;
	padding: .5em;
}

.soft-box2{
	display: flex;
}

.soft-grid{
	display: grid;
	grid-template-columns: minmax(40px, max-content) 1fr;
	border: 2px solid rgba(224, 224, 224, 1);
	background-color: rgba(224, 224, 224, 0.8);
	gap: 2px;
	flex: 1;
}
.soft-grid div{
	background-color: rgba(255, 255, 255, 0.8);
	padding: .3em;
}

.soft-grid-header,.soft-value{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.soft-img-wrapper{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 8px;
    aspect-ratio: 1;
	max-width: 168px;
    flex: 1;
}

.soft-img{
	width: 100%;
}

.soft-genre-text{
	font-weight: bold;
}

.soft-description{
	display: flex;
	flex-direction: column;
	gap: .5em;
	padding: .5em;
}

.soft-genre{
	font-size: .9em;
}

.soft-remarks{
	display: inline-block;
	font-weight: bold;
	border-radius: 2px;
	padding: .3em;
	background-color: rgba(64, 64, 64, 1);
	color: white;
}

.soft-description-main{
	padding: .5em;
	border-radius: 4px;
	border: 1px solid rgba(128, 128, 128, 1);
	background-color: rgba(255, 255, 255, 0.7);
	z-index:1;
}

/*ここから購入リスト*/

.schedule-list{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.schedule-list2{
    display: flex;
    flex-direction: column;
    margin: 24px 0 128px;
    border: 2px double rgba(128, 128, 128, 1);
}

.schedule-list3{
	display: flex;
	gap: 2px;
	padding: 2px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(128, 128, 128, 1);
}

.schedule-list4{
	display: flex;
	align-items: center;
}

.schedule-list3:nth-child(1){
	border-top: none;
}

.schedule-list3:nth-of-type(even){
    background-color: rgb(192, 192, 192);
}

.schedule-list3:nth-of-type(odd){
    background-color: rgb(255, 232, 192);
}

.schedule-category{
    text-align: center;
    font-weight: bold;
    background-color: rgba(224, 224, 224, 0.8);
}

.schedule-img{
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
    border: 1px solid rgb(192, 192, 192);
}

.schedule-hard{
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin: 2px 4px;
    padding: 0 0 4px;
    border-bottom: 1px dashed rgba(192, 192, 192, 0.8);
}

.schedule-hard-list{
    display: flex;
    justify-content: left;
}

.schedule-release{
    font-weight: bold;
    flex-grow: 1;
    text-align: end;
    white-space: nowrap;
}
.schedule-title{
    display: flex;
    margin: 0 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-around;
}

.schedule-title span{
    display: inline-block;
    margin: auto 0;
}

.schedule-title-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    background-color: white;
    margin: 0 0 0 3px;
}

.schedule-title-wrapper{
    display:flex;
    justify-content:space-between;
    width:100%;
}

.schedule-score-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(192, 192, 192, 0.8);
    flex-direction: column;
    padding: 0 0 0 4px;
}

.schedule-score-title{
    font-size:10px;
    margin: 2px 0;
    text-align: center;
}

.schedule-score{
    font-weight: bold;
    flex-grow: 1;
    text-align: end;
    white-space: nowrap;
    font-size: 0.7em;
    margin: 4px;
}

.schedule-score0{
    background-color: rgba(128, 128, 128, 1);
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin: 0 auto;
}

.schedule-score-inner{
    display: inline-block;
    padding: 2px 4px;
    font-weight: bold;
    color: white;
    font-size: 16px;
}

.select-difs{
    display: block;
    width:fit-content;
}

.schedule-stamp{
    position: absolute;
    border: 3px solid rgba(255, 0, 0, 0.8);
    border-radius: 8px;
    font-weight: bold;
    color: rgba(255, 0, 0, 1);
    transform: rotate(-15deg);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 0.7em;
    font-size: 0.9em;
    top: calc(50% - 1em);
    right: 8px;
}

.inner-comment{
    height: 100%;
    position: absolute;
    left: 120%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.5);
}

.move-comment{
    animation-name: comment;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes comment{
    0%{
        left: 120%;
    }
    100%{
        left: -120%;
    }
}

/*ヘッダー*/

#header-slide{
    display: flex;
    background-color: rgba(64, 64, 64, 0.3);
    justify-content: space-around;
    height: 144px;
    width: 100%;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}

#slide-wrapper{
    background-color: white;
    width: auto;
    height: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    padding: 0 32px;
}

#slide-inner{
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    transition: left 0.1s, transform 0.2s;
    position: absolute;
    margin: 0 32px;
    left: 0;
}

.slide-parts{
    display: flex;
    width: auto;
    height: calc(100% - 8px);
    aspect-ratio: 16 / 9;
    padding: 4px;
    text-decoration: none;
}

.slide-img{
    height: 100%;
    aspect-ratio: 1 / 1;
    transition: opacity 0.2s;
}

.slide-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(64, 64, 64);
    color: white;
    font-size: .8em;
    font-weight: bold;
    flex: 1;
    transition: color 0.2s, background-color 0.2s;
    text-align: center;
}

.slide-title p{
    margin: 4px;
}

.slide-parts:hover .slide-img{
    opacity: 0.8;
}

.slide-parts:hover .slide-title{
    color: rgb(128, 224, 255);
	background-color: rgb(48, 48, 48);
}

#slide-prev-wrapper,
#slide-next-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 0;
    height: 100%;
    width: 24px;
    background-color: rgba(200, 200, 200, 0.8);
	transition: background-color 0.2s;
}

#slide-prev-wrapper{
    left: 0;
}
#slide-next-wrapper{
    right: 0;
}


#slide-prev-wrapper:hover,
#slide-next-wrapper:hover{
    cursor: pointer;
    background-color: rgba(64, 64, 64);
}

#slide-prev-wrapper:hover #slide-prev,
#slide-next-wrapper:hover #slide-next{
    background-color: rgba(200, 200, 200);
}

#slide-prev-inner,
#slide-next-inner{
    width: 50%;
    height: 16px;

}

#slide-prev,
#slide-next{
    background-color: rgb(64, 64, 64);
    height: 100%;
    width: 100%;
		transition: background-color 0.2s;
}

#slide-prev{
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#slide-next{
    clip-path: polygon(0 0, 100% 50%, 0 100%);

}

/*ロード画面*/

#loading{
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	z-index: 10000;
}

#loading-point1{
	animation-name: loading;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	opacity: 0;
}
#loading-point2{
	animation-name: loading;
	animation-duration: 4s;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	opacity: 0;
}
#loading-point3{
	animation-name: loading;
	animation-duration: 4s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	opacity: 0;
}
@keyframes loading{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 1;
	}
	62.5%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

/*以下汎用*/

.th-gray-white{
    background-color: rgb(64,64,64);
    color: white;
}

.linkcard{
	display: flex;
	gap: 8px;
	width: 100%;
	max-width: 640px;
	margin: 24px 0px;
	border-radius: 2px;
	border: 1px solid rgb(128, 128, 128);
	background-color: rgb(230, 230, 230);
	font-size: .9em;
}

.linkcard-img-wrapper{
	display: block;
	margin: 4px 0 4px 4px;
}

.linkcard-img{
	display: block;
	aspect-ratio: 1/1;
	width: 128px;
}

.linkcard-title-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 4px 4px 4px 0;
	background-color: white;
	padding: 4px;
	width: 100%;
}

.linkcard-title{
	
}

.linkcard-cite{
	text-align: right;
}

.link-title{
	font-size: .9em;
	font-weight: bold;
	margin-top: 3rem;
}

.small{
	font-size: .8em;
}

.big{
	font-size: 1.5em;
}

.through{
	text-decoration: line-through;
}

.flex-table,.flex-table-tr,.flex-table-th{
	display: flex;
}

.flex-table{
	flex-direction: column;
	background-color: rgb(168, 168, 168);
	border: 1px solid rgb(168, 168, 168);
	gap: 1px;
}

.flex-table-tr{
	gap: 1px;
}

.flex-table-th,.flex-table-td{
	padding: .5em;
	background-color: white;
}

.flex-table-th{
	font-weight: bold;
	justify-content: space-around;
	align-items: center;
	flex: 0.3;
}

.flex-table-td{
	flex: 0.7;
}

/*grid-table*/

.grid-table-scroll-wrapper{
    overflow-x: auto;
    width: fit-content;
    max-width: 824px;
    margin: 4rem 0;
}
.grid-table{
    display: grid;
    grid-template-columns: fit-content(64px) fit-content(128px) 1fr;
    border: 1px solid rgb(224,224,224);
    gap: 1px;
    background-color: rgb(224,224,224);
    counter-reset: grid-table-count 0;
}

.grid-table-th,
.grid-table-td,
.grid-table-number{
    padding: .5em;
    background-color: white;
    font-size: .9em;
}

.grid-table-th{
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: rgb(64,64,64);
}

.grid-table-number{
    display: flex;
    justify-content: center;
    align-items: center;
    counter-increment: grid-table-count 1;
    white-space: nowrap;
}
.grid-table-td:nth-child(3n-1){
    display: flex;
    align-items: center;
    font-weight: bold;
}
  
.grid-table-number::before{
    content: counter(grid-table-count);
}

.grid-table-td:nth-child(3n){
    max-width: 720px;
}

.grid-table2{
    display: grid;
    grid-template-columns: fit-content(128px) 1fr;
    border: 1px solid rgb(224,224,224);
    gap: 1px;
    background-color: rgb(224,224,224);
    counter-reset: grid-table-count 0;
}
  
.grid-table2 .grid-table-td{
	font-weight: 400 !important;
    max-width: 720px;
}

.grid-table-td-2row,
.grid-table-td-2row-bottom{
    display: flex;
    flex-direction: column;
}
.grid-table-td-2row{
    gap: 1px;
    background-color: rgb(232, 232, 232);
    padding: 0;
}
.grid-table-td-2row-top,
.grid-table-td-2row-bottom{
    background-color: white;
    padding: 8px;
}
.grid-table-td-2row-top{
    flex: 1;
}
.grid-table-td-2row-bottom{
    font-size: .9em;
}

.chapter{
    background-color: white;
    padding: 8px 8px 32px;
	margin-bottom: 16px;
}

.amazonlink-chapter{
	margin: 7rem 0;
}

.chapter-in-chapter{
	margin-bottom: 3rem;
	margin-left: .5rem;
	padding: .5rem;
	padding-left: 1rem;
	border-left: 4px solid rgb(128, 164, 192);
}


.chapter-title,
.game-str-chapter-title{
    font-weight: bold;
    padding: .5em;
    margin: 0 0 1.8rem;
    color: white;
    background: linear-gradient(150deg, rgb(16, 16, 16) 50%, rgb(16, 32, 48));
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6), 0 0 15px rgba(0, 128, 255, 0.5);
}

.title-count{
    counter-increment: title-count 1;
}

.title-count::before{
    content: counter(title-count)". ";
}

.chapter-heading {
    padding: .5em 1em;
    margin-top: 4rem;
    margin-bottom: 1.2rem;
    border-left: 4px solid rgb(64, 80, 108);
    background: rgb(236, 240, 244);
    font-weight: 600;
}

.check-gra{
    animation-name: check-red;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.notice-box {
    display: flex;
    align-items: center;
    gap: 0.8em;
    background: #fff8e5;
    border-left: 6px solid #d93025;
    padding: 1em 1.2em;
    margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.10);
    max-width: 960px;
}

/* SVGアイコン */
.notice-icon {
    width: 24px;
    height: 24px;
    color: #d93025; /* アイコンの色 */
    flex-shrink: 0;
}


/* テキスト部分 */
.notice-text {
    flex: 1;
    line-height: 1.6;
    color: #222;
}

/* レスポンシブ：狭い画面ではアイコン小さめに */
@media (max-width: 480px){
  .notice-icon { width: 32px; height: 32px; }
  .notice-text { font-size: 14px; }
}

/* ───────────────
   補足・情報ボックス
   ─────────────── */
.info-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5em;
    background: #f4f5f7;       /* 薄いグレー */
    border-left: 4px solid #2f4f6f; /* 落ち着いた紺 */
    padding: .7em 1em;
    margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    max-width: 960px;
    position: relative;
}

.info-head-wrapper{
    display:flex;
    align-items:center;
    gap: 8px;
}

/* 見出し（補足 / メモ など） */
.info-head {
    width: 100%;
    font-weight: bold;
    font-size: .9em;
    color: #2f4f6f;
    letter-spacing: 0.05em;
}

/* 情報アイコン */
.info-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* テキスト部分 */

.info-text {
    flex: 1;
    line-height: 1.6;
    color: #222;
}

/* スマホ対応 */
@media (max-width: 480px){
  .info-icon { width: 24px; height: 24px; }
  .info-text { font-size: 14px; }
}


@keyframes check-red{
    0%{
        background-color: rgb(255, 200, 160);
    }

    50%{
        background-color: rgb(231, 84, 84);
    }

    100%{
        background-color: rgb(255, 200, 160);
    }
}

.red-marker,.blue-marker,.navy-marker,.green-marker,.orange-marker,.purple-marker,.yellow-marker,.dgreen-marker,.red-bold,.blue-bold,.navy-bold,.green-bold,.orange-bold,.purple-bold,.yellow-bold,.gold-bold,.dgreen-bold{
    font-weight: bold;
}

.red-marker{
    background: linear-gradient(transparent 50%, rgba(255, 0, 0, 0.8));
}

.blue-marker{
    background: linear-gradient(transparent 50%, rgba(0, 0, 255, 0.8));
}

.navy-marker{
    background: linear-gradient(transparent 50%, rgba(0, 0, 96, 0.8));
}
.green-marker{
    background: linear-gradient(transparent 50%, rgba(0, 96, 0, 0.8));
}
.orange-marker{
    background: linear-gradient(transparent 50%, rgba(236, 123, 18, 0.8));
}
.purple-marker{
    background: linear-gradient(transparent 50%, rgba(128, 0, 128, 0.8));
}
.yellow-marker{
    background: linear-gradient(transparent 50%, rgba(255, 255, 64, 0.8));
}

.dgreen-marker{
    background: linear-gradient(transparent 50%, rgba(0, 96, 96, 0.8));
}

.red-bold{
    color: red;
}
.blue-bold{
    color: blue;
}
.navy-bold{
    color: navy;
}
.green-bold{
    color: green;
}
.purple-bold{
    color: purple;
}
.orange-bold{
    color: orange;
}
.gold-bold{
    color: rgba(168, 128, 40, 1);
}

.dgreen-bold{
    color: rgb(0, 64, 64);
}

.black-under,.red-under,.blue-under,.navy-under,.purple-under,.orange-under,.dgreen-under{
    text-decoration: underline;
    font-weight: bold;
}

.black-under{
    color: black;
}
.red-under{
    color: red;
}
.blue-under{
    color: blue;
}
.navy-under{
    color: navy;
}
.purple-under{
    color: purple;
}
.orange-under{
    color: orange;
}
.dgreen-under{
	color:rgb(0, 96, 96);
}
.black-white{
    display: inline-block;
    color: white;
    font-weight: bold;
    background-color: black;
    border-radius: 4px;
    padding: 0 0.4em;
}

.red-white{
    background-color: red;
    color: white;
    padding: 4px;
    font-weight: bold;
}

.gray-back,.yellow-back,.yellow-back-inline,.blue-back,.red-back,.green-back{
    padding: 1em;
    list-style-position: inside;
    margin: 1em 0;
}

.gray-back, 
.gray-text-back{
    background-color: rgba(234, 234, 234, 1);
}

.yellow-back, 
.yellow-text-back{
    background-color: var(--color-lightyellow-back);
}

.blue-back, 
.blue-text-back{
    background-color: var(--color-lightblue-back);
}

.red-back, 
.red-text-back{
    background-color: var(--color-lightred-back);
}

.green-back, 
.green-text-back{
    background-color: var(--color-lightgreen-back);
}

.yellow-back-inline{
    display: inline-block;
    padding: .3rem .7rem;
    margin: 2rem 0;
    background-color: var(--color-lightyellow-back);
}

.gray-back-title{
    color: white;
    background-color: var(--color-gray);
    margin-bottom: var(--margin-lv2);
    padding: .5rem;
    font-weight: bold;
}


.PS5,.PS4,.PS3,.PSV,.PC,.ACT,.RPG,.FPS,.TPS,.rhythm,.fighting,.ADV,.STG,.puzzle,.race,.board,.simulation,.roguelite,.strategy,.trophy-boost{
    font-weight: bold;
    border-radius: 4px;
    color: white;
    padding: 0 .2em;
    margin: .2em;
}

.PS5{
    background-color: rgba(64, 64, 64, 1);
}

.PS4{
    background-color: rgba(16, 16, 96, 1);
}
.PS3{
    background-color: rgba(16, 16, 16, 1);
}
.PSV{
    background-color: rgba(96, 96, 96, 1);
}
.PC{
    background-color: rgba(0, 36, 56, 1);
}
.ACT{
    background-color: rgba(200, 32, 32, 1);
}
.RPG{
    background-color: rgb(14, 17, 213);
}
.ADV{
    background-color: rgb(255, 128, 168);
}
.fighting{
    background-color: rgb(67, 29, 8);
}
.rhythm{
    background-color: rgb(224, 198, 0);
}
.FPS{
    background-color: rgba(16, 72, 16, 1);
}
.TPS{
    background-color: rgba(16, 128, 16, 1);
}
.STG{
    background-color: rgba(48, 96, 144, 1);
}
.puzzle{
    background-color: rgba(144, 40, 144, 1);
}
.race{
    background-color: rgb(3, 181, 178);
}
.board{
    background-color: rgb(153, 189, 6);
}
.simulation{
    background-color: rgb(225, 56, 129);
}
.roguelite{
    background-color: rgb(136, 95, 1);
}
.strategy{
    background-color: rgb(0, 72, 48);
}

.trophy-boost{
    color: rgb(239, 71, 24);
    border: 1px solid rgb(239, 71, 24);
}

/*レビュー記事*/

.review-chapter-title{
    padding: .3em;
    margin-bottom: var(--margin-lv1);
    background:linear-gradient(to right, rgb(64,64,64) 80%, rgb(200,200,200));
    color: white;
    font-weight: bold;
  }
  
  .review-good-title,.review-bad-title,.review-medium-title{
      border-top: 1px solid;
      border-bottom: 1px solid;
        font-weight: bold;
      margin-top: var(--margin-lv2);
      margin-bottom: var(--margin-lv1);
        background-color: white;
  }
  
  .review-good-title{
      border-color: var(--color-softred);
      color: var(--color-softred);
  }
  
  .review-bad-title{
      border-color: var(--color-softblue);
      color: var(--color-softblue);
  }
  
  .review-medium-title{
      border-color: var(--color-softgreen);
      color: var(--color-softgreen);
  }
  
  #review-score-result-wrapper{
      display: flex;
      flex-direction: column;
      margin-top: var(--margin-lv2);
      margin-bottom: var(--margin-lv2);
      max-width: 960px;				
  }
  
  #review-score-result-sum{
    font-size: 1.2em;
  }
  
  #review-score-result-sum-wrapper{
    display: flex;
    justify-content: end;  
  }
  
  #review-score-result-grade{
      display: flex;
      justify-content: space-around;
      margin-top: var(--margin-lv1);
  }
  
  #review-score-result-meter-scale{
      display: grid;
      grid-template-columns: 6fr 1fr 1fr 1fr 1fr;
  }
  
  #review-score-result-meter-scale div{
      position: relative;
  }
  
  #review-score-result-meter-scale div:nth-child(-n+4){
      height: 4px;
      border-right: 2px solid var(--color-gray);
  }
  
  .review-score-result-meter-scale-label{
      font-size: .8em;
      font-weight: bold;
      position: absolute;
      bottom: calc(100% + 2px);
      transform: translateX(-50%);
      transition: color 2s, font-size 2s;
  }
  
  #review-score-result-meter-scale div:nth-child(1) .review-score-result-meter-scale-label{
      left: 50%;
  }
  
  #review-score-result-meter-scale div:nth-child(n + 2) .review-score-result-meter-scale-label{
      left: 0;
  }
  
  .rScorelabels-js{
    animation: rScorelabelsLarge 2.5s linear forwards;
  }
  
  @keyframes rScorelabelsLarge{
    0%{
      font-size: .8em;
    }
    80%{
      font-size: .8em;
    }
    100%{
      font-size: 1.1em;
    }
  }
  
  #review-score-result-meter{
      position: relative;
      height: 8px;
      border: 1px solid var(--color-gray);
      background: linear-gradient(to right, var(--color-softblue) 50%, yellow 60%, var(--color-softgreen) 70%, var(--color-softred) 80%, purple 90%);
      overflow: hidden;
  }
  #review-score-result-meter-cover{
      position: absolute;
      width: 100%;
      background-color: white;
      height: 8px;
      bottom: 0;
      left: 0;
      transition: left 2s;
  }
  
  .review-result-grid-wrapper{
    overflow: auto;
    width: 100%;
    margin-bottom: var(--margin-lv2);
  }
  
  .review-result-grid{
    display: grid;
    grid-template-columns: fit-content(128px) fit-content(64px) minmax(320px, 768px);
    background-color: var(--color-lightgray);
    gap: 1px;
    border: 1px solid var(--color-lightgray);
    width: fit-content;
  }
  
  .review-result-grid div{
    background-color: white;
    padding: .5em;
    font-size: .9em;
  }
  
  .review-result-grid-header,
  .review-result-grid-score{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
  }


/*トロフィー攻略記事下リンク*/
.trophy-post-bottom-container{
    background-color: white;
    padding: 8px;
    margin-bottom: 16px;
}

.trophy-post-bottom{
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: rgb(224, 224, 224);
    padding: 8px;
}

.trophy-post-bottom-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.trophy-post-bottom-parts{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    background-color: white;
}

.trophy-post-bottom-parts-img{
    width: 100%;
}

.trophy-post-bottom-parts-a{
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none;
}

/*週刊ニュース記事*/

.weekly-news-date,
.weekly-news-famitu{
    margin-top: 48px;
}

.weekly-news-date{
    color: red;
}

/*サイド目次*/

#side-index-check{
    display: none;
}
.side-index-div{
    display: flex;
    flex-direction: column;
    position: fixed;
    max-width: 70%;
    max-height: calc(100vh - 136px);
    right: 0;
    top: 128px;
    z-index: 10;
    background-color: rgba(32,48,64,0.95);
    transform: translateX(100%);
    transition: transform 0.2s;
}
.side-index-div-top{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background-color: #202020;
    color: white;
    font-weight: bold;
}
.side-index-label-open{
    position: absolute;
    top:0;
    right: calc(100% - 1px);
    z-index:10;
    border-radius: 4px 0 0 4px;
    white-space: nowrap;
    padding: 8px;
    text-align: center;
    background-color: rgb(32,32,32);
    color: white;
    font-weight: bold;
    transform: rotate(0deg);
}

.side-index-label-open:hover,
.side-index-label-close:hover{
    cursor: pointer;
}
.side-index-ol-wrapper{
    flex:1;
    overflow-y: auto;
    padding: 8px;
}
.side-index-ol{
    padding-inline-start: 32px;
}
.side-index-li{
    color: white;
    margin-bottom: .3em;
}
.side-index-a{
    text-decoration: none;
    color: white;
}
#side-index-check:checked ~ .side-index-div{
    transform: translateX(0);
}
#side-index-check:checked ~ .side-index-div .side-index-label-open{
    transform: rotate(180deg);
    border-radius: 0 4px 4px 0;
}

/*ロードマップ*/

.roadmap-container {
  max-width: 800px;

}
.node {
  background-color: rgb(32, 32, 32);
  margin: 1rem 0;
  padding: 1rem;
  border-left: 4px solid rgb(16, 115, 255);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
}
.node:hover {
  background-color: rgb(0, 0, 0);
}
.node-background-img{
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    transform: translate(0, -10%);
    opacity: 0.3;
    z-index: -1;
}
.node h3 {
  margin: 0;
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
}
.summary {
  font-size: 0.95rem;
  color: #ccc;
}
.details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 0.5rem;
  color: #ccc;
}
.node.active .details {
  max-height: 300px;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.progress-container {
  width: 100%;
  background: #444;
  height: 10px;
  border-radius: 5px;
  margin-top: 30px;
}
.progress-bar {
  width: 0;
  height: 100%;
  background: #4caf50;
  border-radius: 5px;
  transition: width 0.5s ease-in-out;
}
.node a {
    color: rgb(143, 179, 255);
    text-decoration: none;
    font-size: 0.9rem;
}
.grade-count-container{
    display: flex;
    gap:4px;
    margin: 4px;
    padding: 2px;
    background-color: rgb(224,224,224);
    width: fit-content;
}
.grade-count-wrapper{
	display: flex;
	align-items: center;
    background-color: white;
}
.grade_img{
    display: block;
	height: 32px;
	aspect-ratio: 1 /1 ;
}
.grade_count{
	width: 32px;
	text-align: center;
}

.notice-box {
    display: flex;
    align-items: center;
    gap: 0.8em;
    background: #fff8e5;
    border-left: 6px solid #d93025;
    padding: 1em 1.2em;
    margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.10);
    max-width: 960px;
}

/* SVGアイコン */
.notice-icon {
    width: 24px;
    height: 24px;
    color: #d93025; /* アイコンの色 */
    flex-shrink: 0;
}


/* テキスト部分 */
.notice-text {
    flex: 1;
    line-height: 1.6;
    color: #222;
}

/* レスポンシブ：狭い画面ではアイコン小さめに */
@media (max-width: 480px){
  .notice-icon { width: 32px; height: 32px; }
  .notice-text { font-size: 14px; }
}

/* ───────────────
   補足・情報ボックス
   ─────────────── */
.info-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5em;
    background: #f4f5f7;       /* 薄いグレー */
    border-left: 4px solid #2f4f6f; /* 落ち着いた紺 */
    padding: .7em 1em;
    margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    max-width: 960px;
    position: relative;
}

.info-head-wrapper{
    display:flex;
    align-items:center;
    gap: 8px;
}

/* 見出し（補足 / メモ など） */
.info-head {
    width: 100%;
    font-weight: bold;
    font-size: .9em;
    color: #2f4f6f;
    letter-spacing: 0.05em;
}

/* 情報アイコン */
.info-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

/* テキスト部分 */
.info-text-wrapper {
    
}

.info-text {
    flex: 1;
    line-height: 1.6;
    color: #222;
}

/* スマホ対応 */
@media (max-width: 480px){
  .info-icon { width: 24px; height: 24px; }
  .info-text { font-size: 14px; }
}




/*レスポンシブ*/

@media screen and (min-width: 560px){
    .c-white{
        width: 60%;
    }

    .c-img{
        width: 80%;
    }

    .slash2-parts1-span,
    .slash2-parts2-span{
        font-size: .9em;
    }

}

@media screen and (min-width: 596px){
	.home-images{
		height: auto;
	}
}

@media screen and (min-width:640px){
    #slide-wrapper{
        aspect-ratio: 32 / 9;
    }
}

@media screen and (min-width: 768px){
    #game-str-wrapper{
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (min-width: 782px){
	.has-global-padding,
    .trophy-post-bottom{
		padding: 16px;
	}
}

@media screen and (min-width: 788px){
    .search-container-top{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .trophy-post-bottom-wrapper{
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media screen and (min-width:1080px){

    #slide-wrapper{
        aspect-ratio: 48 / 9;
    }
}
@media screen and (min-width: 1120px){
    .trophy-post-bottom-wrapper{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1280px){
    .difficulty-list3,.trophylist3{
        font-size:13px;
    }
    .trophylist-img{
        height: 56px;
    }
    #game-str-wrapper{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wp-block-post-title{
        font-size: 1.6rem;;
    }
}

@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

/*グローバルメニューアニメーション*/
.glow-menu {
    animation: glow 2s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgb(72,72,72), 0 0 10px rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
    50% {
        box-shadow: 0 0 10px rgb(64,144,192), 0 0 20px rgb(44,72,212);
        border-color: rgb(44,72,212);
    }
    100% {
        box-shadow: 0 0 5px rgb(72,72,72), 0 0 10px rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
}
/*トロフィー攻略一覧アニメーション*/
.glow-dif0,
.glow-dif1 {
    animation: glow-dif0 2s infinite alternate;
}
@keyframes glow-dif0 {
    0% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4x rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
    50% {
        box-shadow: 0 0 4px rgb(144,144,144), 0 0 8px rgb(200,200,200);
        border-color: rgb(200,200,200);
    }
    100% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4px rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
}
.glow-dif2{
    animation: glow-dif2 2s infinite alternate;
}
@keyframes glow-dif2 {
    0% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4x rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
    50% {
        box-shadow: 0 0 4px rgb(80,128,224), 0 0 8px rgb(144,168,255);
        border-color: rgb(144,168,255);
    }
    100% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4px rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
}
.glow-dif3{
    animation: glow-dif3 2s infinite alternate;
}
@keyframes glow-dif3 {
    0% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4x rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
    50% {
        box-shadow: 0 0 4px rgb(64,188,64), 0 0 8px rgb(108,255,108);
        border-color: rgb(108,255,108);
    }
    100% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4px rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
}
.glow-dif4{
    animation: glow-dif4 2s infinite alternate;
}
@keyframes glow-dif4 {
    0% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4x rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
    50% {
        box-shadow: 0 0 4px rgb(224,224,64), 0 0 8px rgb(255,255,108);
        border-color: rgb(255,255,144);
    }
    100% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4px rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
}
.glow-dif5{
    animation: glow-dif5 2s infinite alternate;
}
@keyframes glow-dif5 {
    0% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4x rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
    50% {
        box-shadow: 0 0 4px rgb(240,64,64), 0 0 8px rgb(255,168,168);
        border-color: rgb(255,168,168);
    }
    100% {
        box-shadow: 0 0 2px rgb(72,72,72), 0 0 4px rgb(72,72,72);
        border-color: rgb(72,72,72);
    }
}
/*archive・記事一覧*/
.archive-posts{
    background-color: white;
}
.archive-header{
    padding: 8px 16px;

}
.archive-title {
    margin: 8px 0 32px;
    padding: .8rem .5rem;
    background: linear-gradient(150deg, rgb(16, 16, 16) 50%, rgb(16, 32, 48));
    color: white;
}
a.post-link {
    max-width: 88px;
    aspect-ratio: 1 / 1;
    background-color: rgb(16, 32, 48);
}
.post-list{
    display: flex;
    flex-direction: column;
    padding-inline-start: 0;
    margin: 0 16px 16px;
    gap: 16px;
}
.post-link-title{
    text-decoration: none;
    background-color: rgba(16, 32, 48);
}
.post-item {
    display:flex;
    list-style: none;
    box-shadow: 0px 0px 4px rgb(128, 128, 128);
}
.post-thumbnail {
    overflow: hidden;
    margin: 4px;
}
img.attachment-medium.size-medium.wp-post-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
}
.post-info{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.post-title-archive{
    font-size: .9rem;
    color: white;
    text-shadow: 0px 0px 8px rgb(0, 128, 224);
}
.postlist-title-bottom{
    display: flex;
    gap: 4px;
}
.postlist-category{
    font-size: .8em;
}
.post-tags{
    list-style: none;
    padding-inline-start: 0;
    font-size: .8em;
    display: flex;
    flex-wrap: wrap;
    gap: .3em;
}

/* ヘッダー内の最新記事欄 */
.header-latest-posts {
  padding: 10px;
  background: rgba(0,0,0,0.8); /* 半透明の黒背景 */
  color: #fff;
  font-size: 14px;
}

.header-latest-posts h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #00aaff; /* コバルトブルーのアクセント */
}

/* スクロール枠 */
.latest-posts-wrapper {
  max-height: 168px;   /* 高さ固定 */
  overflow-y: auto;    /* スクロール可能 */
}

/* リストデザイン */
.latest-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.latest-posts-list li {
  margin-bottom: 6px;
}

.latest-posts-list a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.05);
  padding: 6px 8px;
  border-radius: 2px;
  transition: background 0.3s;
}

.latest-posts-list a:hover {
  background: rgba(0,170,255,0.2); /* ホバー時に光る感じ */
}

.post-title {
  flex: 1;
}

.post-date {
  margin-left: 8px;
  font-size: 12px;
  color: #aaa;
}

/*コメント欄*/
.comment-container{
    width: 100%;
    background-color: white;
    margin-bottom: 16px;
}
.comment-inner{
    padding:8px;
}
.comment-form-comment {
    display: flex;
    flex-direction: column;
}
/*タイトル下カテゴリー*/
.entry-top-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 8px 0;
}
.post-categories{
    display: flex;
    gap: 8px;
    padding-inline-start: 0;
    list-style: none;
    margin: 0;
}
.post-categories a{
    text-decoration: none;
    font-size: .8em;
}
.entry-meta{
    display: flex;
    gap: 16px;
    font-size: .8em;
}