@charset 'UTF-8';
/*
Theme Name: cat3lives' photo-note
Theme URI: https://photo-note.cat3lives.com/
Description: cat3lives' photo-note用オリジナルテーマ
Version. 1.0
Author: cat3lives
Author URI: https://photo-note.cat3lives.com/
*/

/*
COLORS
================================================ */
:root {
    /* Color */
    --light-grey: #ccc;
    --grey: #666;
    --dark-grey: #707070;
    /* --green: #7bba93; */
    /* --dark-blue: #39565C; */
    --white: #fff;

    --textcolor: #70818F;
    --textoldcolor: #97A9B7;
    --pictlinecolor: #C9D4D8;
    --navy: #313B78;
    --gold: #F0C350;
    --steelblue: #608DB7;
    --lightblue: #92C7DE;
    --basicblue: #4C6BA8;
    --darkblue: #3C5C6D;
    --orange: #EE7E52;

    /* dropshadow setting */
    --dropshadowsetting: 4px 4px 4px rgba(151,169,183,.6);
    --dropshadowhober: 4px 4px 4px rgba(239,207,133,.6);
    --dropshadowdarker: 0 0 3px rgba(60,92,109,.95);
    --dropshadowdarkwide: 4px 4px 4px rgba(60,92,109,.3);
    --navshadow: rgba(141,179,202,.85);
    --navshadowblue: rgba(146,199,222,1);
    /* Font/Space Size */
    --font-sm: .75rem;
    --font-md: 1rem;
    --font-lg: 1.25rem;
    --font-xl: 1.625rem;

    /* Border Radius Size */
    --round-sm: 6px;
    --round-md: 10px;
    --round-lg: 50%;
}

/*
C3L custom CSS
====================================== */
.mid-shadow-box {
    display: block;
    border: 1px solid var(--pictlinecolor);
    box-shadow: var(--dropshadowsetting);
}

/*
BLOCK COLOR SETTINGS
================================================ */
.has-textcolor-background-color {
	background-color: var(--textcolor);
}

.has-textcolor-color {
	color: var(--textcolor);
}

.has-pictlinecolor-background-color {
	background-color: var(--pictlinecolor);
}

.has-pictlinecolor-color {
	color: var(--pictlinecolor);
}

.has-navy-background-color {
	background-color: var(--navy);
}

.has-navy-color {
	color: var(--navy);
}

.has-gold-background-color {
	background-color: #F0C350;
}

.has-gold-color {
	color: #F0C350;
}

.has-steelblue-background-color {
	background-color: var(--steelblue);
}

.has-steelblue-color {
	color: var(--steelblue);
}

.has-lightblue-background-color {
	background-color: var(--lightblue);
}

.has-lightblue-color {
	color: var(--lightblue);
}

.has-basicblue-background-color {
	background-color: var(--basicblue);
}

.has-basicblue-color {
	color: var(--basicblue);
}

.has-darkblue-background-color {
	background-color: var(--darkblue);
}

.has-darkblue-color {
	color: var(--darkblue);
}

.has-orange-background-color {
	background-color: var(--orange);
}

.has-orange-color {
	color: var(--orange);
}

/* BLOCK FONT SIZE SETTINGS */

.has-small-font-size {
	font-size: var(--font-sm);
}

.has-normal-font-size {
	font-size: var(--font-md);
}

.has-large-font-size {
	font-size: var(--font-lg);
}

.has-huge-font-size {
	font-size: var(--font-xl);
}





/*
=============================================== */

/*
GENERAL STYLING
================================================ */
body {
	color: var(--textcolor);
    font-family: 'IBM Plex Sans JP','Noto Sans JP','Roboto','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    background: var(--white);
    background-image: url(../images/headerbig01.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

/*
COMMON
================================================ */
p {
    line-height: 1.7;
}
img,
iframe {
    max-width: 100%;
}
h1,h2,h3 {
    font-family: 'Noto Serif JP','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
}
a {
    text-decoration: none;
}

#frontpage-toall-button {
    text-align: center;
}
button.c3l-button01 {
    padding: .75rem 1rem .85rem;
    background: var(--basicblue);
    border-radius: var(--round-sm);
    color: var(--white);
    box-shadow: 0 4px 10px var(--navshadow);
}
button.c3l-button01:hover {
    background: var(--gold);
}
button.c3l-button01 a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}


/*
LAYOUT
================================================ */
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

/*
HEADER
================================================ */
.site-header {
    min-height: 130px;
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.site-title {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: black-beard,'Noto Serif JP','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif,sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #E8DCC0;
    width: fit-content;
    letter-spacing: 0.01em;
    text-shadow: 4px 4px 4px var(--darkblue);
} 

.site-title a {
    color: inherit;
}
.site-logo::before {
    content: '';
    display: none;
}
.site-description {
    display: none;
}

.home .site-description {
    display: block;
    color: var(--textoldcolor);
    font-size: var(--font-sm);
    text-align: center;
}

/* Navigation */
.btn-menu {
    color: var(--pictlinecolor);
    border: 1px solid var(--pictlinecolor);
    border-radius: var(--round-sm);
    /* padding: .5rem 1rem; */
    padding: 5px;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(0,0,0,.3);
    font-family: 'Noto Serif JP','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
}
.admin-bar .btn-menu {
    top: calc(1rem + 46px);
}
.menu-wrapper {
    background: rgba(255,255,255,.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 1rem 0;
    margin-top: 1rem;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    overflow-x: hidden;
    text-align: left;
    width: 0;
    transition: .5s;
}
.admin-bar .menu-wrapper {
    top: calc(50px + 46px);
}
.menu-wrapper ul {
    list-style: none;
}
.menu-wrapper li {
    padding: .5rem 1rem;
}
.menu-wrapper a {
    white-space: nowrap;
    color: inherit;
}
.menu-wrapper a:hover {
    color: var(--gold);
}
.menu-wrapper.open-menu {
    width: 100%;
}
.menu-wrapper .search-form {
    margin-top: 2em;
    margin-bottom: 2em;
}
.menu-wrapper .widget_search input {
    max-width: calc( 100% - 60px );
    /* margin-left: 60px; */
}
.menu-container {
    padding: 15px;
    padding-bottom: 2rem;
    width: 300px;
    margin-inline: auto;
}


/* パンクズリスト */
nav.breadCrumb {
    font-size: var(--font-sm);
    background-color: rgba(60, 92, 109, .6);
    background-blend-mode: multiply;
    -webkit-background-blend-mode: multiply;
    color: var(--white);
    width: fit-content;
    padding: 2px 1em;
    margin-top: 20px;
    display: block;
}
nav.breadCrumb a {
    color: var(--lightblue);
}
nav.breadCrumb a:hover {
    color: var(--gold);
}

/*
MAIN
================================================ */
.main-contents {
    /* margin-bottom: 70px; */
    margin-top: 40px;
}

/*
POST LIST
================================================ */
.home .post-list,
.archive .post-list,
.search .post-list,
.all-articles .post-list,
.all-articles2 .post-list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}
.post-item {
    background: var(--white);
    border-radius: var(--round-md);
    position: relative;
    border: 1px solid var(--pictlinecolor);
    box-shadow: var(--dropshadowsetting);
}
.post-item:hover {
    border-color: var(--white);
}
.page .post-item:hover {
    border-color: var(--pictlinecolor);
}
.single .post-item {
    border: 0px;
    box-shadow: none;
    border-radius: 0;
}
.post-item .wp-post-image {
    border-radius: var(--round-md) var(--round-md) 0 0;
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.single .post-item .wp-post-image {
    box-shadow: var(--dropshadowsetting);
    border-radius: 0;
}
.single .post-item .wp-block-image img {
    box-shadow: var(--dropshadowsetting);
    border-radius: 0;
}
.post-header {
    padding: 1rem;
}
.post-title {
    margin-bottom: .5rem;
    line-height: 1.5;
    word-break: break-word;
}
h2.post-title a {
    color: var(--navy);
}
.post-item:hover h2.post-title a {
    color: var(--gold);
}
.page .post-item:hover {
    border: 1px solid var(--pictlinecolor);
    box-shadow: var(--dropshadowsetting);
}

.post-date, .text-categories a {
    color: var(--textcolor);
    font-size: var(--font-sm);
}
.text-categories a:hover {
    color: var(--gold);
}

.post-list .nekoexcerpt {
    display: none;

}


/* ALL ARTICLES 基礎設定部分 */
.all-articles .post-list,
.all-articles2 .post-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}
.all-articles .post-list article,
.all-articles2 .post-list article{
    display: block;
}
.all-articles .post-item {
    background: var(--white);
    border-radius: var(--round-md);
    position: relative;
    border: 1px solid var(--pictlinecolor);
    box-shadow: var(--dropshadowsetting);
    margin-bottom: 1rem;
}
.all-articles .post-item:hover {
    border-color: var(--white);
    box-shadow: var(--dropshadowhober);
}
.all-articles .page .post-item:hover {
    border-color: var(--pictlinecolor);
}
.all-articles .post-item .wp-post-image {
    border-radius: var(--round-md) var(--round-md) 0 0;
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.all-articles .post-header {
    padding: 1rem;
}
.all-articles .post-title {
    margin-bottom: .5rem;
    line-height: 1.5;
    word-break: break-word;
}
/* .post-item:hover h2.post-title a {
     color: var(--gold);
} */
/* .page .post-item:hover {
    box-shadow: var(--dropshadowsetting);
} */

.all-articles .post-list .nekoexcerpt {
    display: block;
    margin-inline: 1rem;
    margin-bottom: 2rem;
}




/* .post-categories {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.post-categories li {
    background: var(--steelblue);
    color: var(--white);
    font-size: var(--font-sm);
    border-radius: var(--round-sm);
    padding: .5rem;
} */

/* Post navigation */
.nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
}
a.page-numbers, span.page-numbers{
    padding: .75rem 1rem .85rem;
    background: var(--basicblue);
    border-radius: var(--round-sm);
    color: var(--white);
    box-shadow: 0 4px 10px var(--navshadow);
}
span.current {
    background: var(--darkblue);
}
span.sr-only {
    display: none;
}

/* Archive */
.page-title {
    font-family: 'IBM Plex Sans JP','Noto Sans JP','Roboto','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: bold;
    color: var(--navy);
    padding-top: 1.5rem;
    text-align: center; 
    /* margin-bottom: 1.5rem;
*/
}

/*
SINGLE / PAGE ARTICLE
================================================ */
.single .post-title,
.page .post-title {
    font-size: var(--font-lg);
    font-weight: bold;
    color: var(--navy);
}
.single .post-header {
    padding: 4rem 1rem 1rem;
}
.page .post-header {
    padding: 1rem;
}
.single .wp-post-image + .post-header,
.page .wp-post-image + .post-header {
    padding-top: 1rem;
}
.post-content {
    padding-bottom: 1rem;
}
.post-content a {
    color: var(--basicblue);
    text-decoration: underline;
}
.post-content a:hover {
    color: var(--gold);
}

.post-content h2 {
    font-size: var(--font-lg);
    /* background: url(../images/leaf-left.svg) left top/24px 28px no-repeat; */
    border-left: 4px double var(--lightblue);
    border-bottom: 1px solid var(--lightblue);
    padding: 0 .5rem .5rem 1rem;
    margin: 3rem 0 .5rem;
    color: var(--steelblue);
}
.post-content h3 {
    font-size: var(--font-lg);
    margin-top: 2rem;
}
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: bold;
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p,
.post-content ul,
.post-content ol,
.post-content figure,
.post-content blockquote,
.post-content pre {
    margin-bottom: 1rem;
}
.post-content figcaption {
    font-size: var(--font-sm);
    text-align: center;
}
.post-content img {
    margin-bottom: .5rem;
    height: auto;
}
.post-content .wp-block-image:not(.is-style-rounded) img {
    border-radius: var(--round-md);
}
.post-content ul,
.post-content ol {
    padding-left: 2rem;
}
.post-content ul {
    list-style: square;
}
.post-content ol {
    list-style: decimal;
}
.post-content li {
    line-height: 1.5;
}
.post-content li::marker {
    color: var(--basicblue);
}
.post-content blockquote {
    background: #eee;
    padding: 1rem 1rem .25rem 2rem;
    border-radius: var(--round-md);
    position: relative;
}
.post-content blockquote::before {
    content: '“';
    position: absolute;
    font-size: 3rem;
    color: var(--textcolor);
    top: 0;
    left: 8px;
}
.post-content blockquote cite {
    margin-bottom: 1.5rem;
    display: inline-block;
}
/* .post-footer {
    padding-bottom: 1rem;
} */
.post-content code,
.post-content kbd {
        background: #eee;
        padding: 3px;
        border-radius: 3px;
        margin: 0 3px;
}

/* singlepage.footerNav */
.content-nav {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--pictlinecolor);
    display: flex;
    justify-content: space-between;
}
.content-nav-prev,
.content-nav-next {
    font-size: var(--font-lg);
    color: var(--textoldcolor);

}
.content-nav-prev {
    margin-right: .5rem;
}
.content-nav-next {
    margin-left: .5rem;
}
.content-nav-prev a,
.content-nav-next a {
    color: var(--textoldcolor);
}
.content-nav-prev a:hover,
.content-nav-next a:hover,
.content-nav-prev:hover,
.content-nav-next:hover {
    color: var(--gold);
}

/*
BLOCK
================================================ */
.wp-caption {
max-width: 100%;
}
a.wp-block-button__link {
    color: var(--white);
    text-decoration: none;
}
.wp-block-code {
    font-family: Menlo,Consolas,monaco,monospace;
    padding: 0.8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: var(--font-sm);
    line-height: 1.5;
}
.wp-block-code code {
    background: none;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table thead {
    border-bottom: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
    padding: 0.5em;
    border: 1px solid;
    word-break: normal;
}
.wp-block-separator {
    margin: 2rem auto;
    border-color: var(--pictlinecolor);
    width: 100px;
}
.wp-block-calendar {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/*
TAG LIST
================================================ */
.tags-links li {
    display: inline-block;
    font-size: var(--font-sm);
    border: 1px solid var(--pictlinecolor);
    border-radius: var(--round-sm);
    padding: .4rem .5rem .3rem;
    margin-right: .25rem;
    margin-bottom: .25rem;
}
.tags-links a {
    color: var(--textcolor);
}
.tags-links a::before {
    content: '#';
    color: var(--textcolor);
    margin-right: .25rem;
}
.tags-links li:hover{
    border-color: var(--gold);
}
.tags-links li:hover a, .tags-links li:hover a::before  {
    color: var(--gold);
}

/*
FORM
================================================ */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid var(--pictlinecolor);
    border-radius: var(--round-sm);
    padding: .5rem;
}
input[type="submit"] {
    padding: .75rem 1rem .85rem;
    background: var(--basicblue);
    border-radius: var(--round-sm);
    color: var(--white);
    /* box-shadow: var(--dropshadowsetting); */
}

/*
COMMENTS
================================================ */
.commentlist {
    margin-bottom: 3rem;
}
h3#comments,
h3#reply-title {
    font-size: var(--font-lg);
    border-bottom: 4px double var(--pictlinecolor);
    padding-bottom: 1rem;
    margin: 3rem 0 1rem;
}
.comment {
    position: relative;
    margin-bottom: 2rem;
}
.comment .avatar {
    width: 40px;
    height: 40px;
    border-radius: var(--round-lg);
    position: absolute;
    top: 0;
    left: 0;
}
.comment-meta {
    font-size: var(--font-sm);
    color: var(--pictlinecolor);
    display: block;
    margin-bottom: .5rem;
}
.comment-author {
    font-weight: bold;
    display: block;
    margin-bottom: .5rem;
}
.comment-body {
    padding-left: 3.5rem;
}
.comment-body p a {
    color: var(--basicblue);
    text-decoration: underline;
}
/* Comment form */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
}
.comment-form-cookies-consent {
    margin-bottom: 1rem;
}

/*
FOOTER
================================================ */
footer {
    margin-top: 80px;
}
.site-footer {
    background: url(../images/footer2.jpg)bottom/contain;
    background-repeat: no-repeat;
    text-align: center;
    color: var(--white);
    padding: 5rem 0 3rem;
    height: 300px;
    margin-top: 2rem;
    position: relative;
}
.site-footer .copyright {
    font-size: var(--font-sm);
    font-weight: 700;
    color: rgba(255,255,255,.78);
    position: absolute;
    bottom: 20px;
    left: calc( 50% - 50px );
    text-shadow: var(--dropshadowdarker);
    -webkit-text-shadow: var(--dropshadowdarker);
}

.site-footer .copyright copy::before {
    content: '';
    display: block;
    width: 99px;
    height: 53px;
    background-image: url(../images/footerlogocat.svg);
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    margin-bottom: 6px;
    opacity: 0.8;
}

/* footer widget area */
.footerwidget-wrapper {
display: block;
flex-wrap: wrap;
margin-top: 40px;
margin-bottom: -60px;
position: relative;
z-index: 2;
background-color: transparent;
padding-top: 2rem;
margin-inline: -15px;
padding-inline: 30px;
}
.footerwidget-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 4rem;
    z-index: 1;
    background: linear-gradient(180deg, rgba(110, 156, 174, 0.2) 0%,  rgba(255, 255, 255, 0) 100% );
}
.footerwidget-column{
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

/*
    search.php
================================================ */
p.search-ResultNum,
p.search-NoResult {
    color: var(--basicblue);
    font-size: var(--font-lg);
    font-weight: bold;
	padding-bottom: 1em;
}

/*
    404.php
================================================ */
.notfound{
    padding-bottom: 1em;
}

/*
C3L Frontpage用 .page 上書き
============================ */
.home .post-item {
    background: var(--white);
    border-radius: var(--round-md);
    position: relative;
    border: 1px solid var(--pictlinecolor);
    box-shadow: var(--dropshadowsetting);
}
.home .post-item:hover {
    border-color: var(--white);
    box-shadow: var(--dropshadowhober);
}

/*
c3l custam
================================================ */
.footerwidget-column h2 {
    /* background: #7abbc4;
    background: linear-gradient(90deg,rgba(201, 212, 216, .75) 0%, rgba(201, 212, 216, .3) 47%, rgba(255, 255, 255, 0) 90%); */
    font-size: var(--font-xl);
    border-bottom: 1px solid var(--pictlinecolor);
    padding: 0 .5rem .5rem 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--steelblue);
}
.footerwidget-column a {
    color: var(--textcolor);
    text-decoration: underline dotted var(--pictlinecolor);
    text-underline-offset: 4px;
    line-height: 1.7rem;
}
.footerwidget-column a:hover {
    color: var(--gold);
    text-decoration: underline dotted var(--gold);
}
.footerwidget-column .widget_categories,
.footerwidget-column .wp-block-page-list,
#menu-footer-menu {
    padding-left: 1rem;
}

/* wigetの検索窓 */
.wp-block-search .wp-block-search__button {
	background-color: var(--basicblue);
	color: var(--white);
	border: none;
	border-radius: 0.2em;
	fill: #FFFFFF;
	padding: .375rem .625rem;
	margin-left: .625rem;
    font-size: 0.9rem;
    min-width: 3.05rem;
}


/* Tag Cloud */
.wp-block-tag-cloud a.tag-cloud-link {
    display: inline-block;
	font-size: var(--font-sm) !important;
    border: 1px solid var(--pictlinecolor);
	border-radius: 1rem;
    padding: .4rem .5rem .3rem;
    margin-right: .25rem;
    margin-bottom: .25rem;
    color: var(--textcolor);
    text-decoration: none;
}

.wp-block-tag-cloud a.tag-cloud-link:hover,
.wp-block-tag-cloud a.tag-cloud-link:focus {
	color: var(--white);
	background-color: var(--gold);
    border: 1px solid var(--white);
}


/*
MEDIUM SIZE
================================================ */
@media(min-width: 600px){
/* LAYOUT  */
    .wrapper {
        max-width: 1000px;
        padding: 0 3rem;
    }

    /* HEADER */
    .site-header {
        min-height: 180px;
        text-align: center;
        padding-top: 2.5rem;
    }
    /* .site-title {
        margin-bottom: 2rem;
    } */
    /* .site-logo {
        height: 100px;
    } */
    .site-title {
        margin-top: -15px;
        margin-bottom: .5rem;
        font-size: 72px;
        color: #E8DCC0;
        text-shadow: none;
    } 
    .site-title a {
        color: #E8DCC0;
    }

    .site-logo::before {
        content: '';
        display: block;
        width: 115px;
        height: 61.5px;
        background-image: url(../images/titlelogocat.svg);
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.9;
        mix-blend-mode: hard-light;
        -webkit-mix-blend-mode: hard-light;
        margin-bottom: 0px;
        margin-left: 174px;
    }

    .site-description,
    .home .site-description {
        display: block;
        font-size: var(--font-md);
        color: var(--white);
        text-align: left;
        margin-top: 20px;
    }

    /* Navigation */
    .menu-wrapper {
    box-shadow: var(--dropshadowdarkwide);
    }
    .menu-wrapper.open-menu {
        max-width: 400px;
        width: 400px;
    }
    /* Archive */
    .page-title {
        font-size: var(--font-xl);

        /* margin-bottom: 2rem; */
    }

    /* MAIN */
    .home .post-list,
    .archive .post-list,
    .search .post-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .post-item:hover {
        box-shadow: var(--dropshadowhober);
    }

    .home .post-list article:first-child {
        grid-column: 1/3;
    }
    /* .post-categories li:hover {
        background: var(--dark-grey);
    } */
    .nav-links a:hover {
        background: var(--steelblue);
        box-shadow: 0 4px 10px var(--navshadowblue);
    }
    .post-item .wp-post-image {
        aspect-ratio: 4 / 3;
    }
    main.main-contents {
        margin-top: 40px;
    }
    .site-header {
        height: 230px;
    }

/* SINGLE / PAGE ARTICLE */
    .single .post-item .wp-post-image {
        aspect-ratio: 4 / 3;
        border-radius: 0;
    }
    .single .post-item .wp-block-image img {
        border-radius: 0;
    }
    .single .post-item:hover {
        box-shadow: none;
    }
    .single .post-header {
        padding: 4rem 3rem 2rem;
    }
    .page .post-header {
        padding: 2rem 3rem;
    }
    .single .wp-post-image + .post-header,
    .page .wp-post-image + .post-header {
        padding-top: 2rem;
    }
    .single .post-title,
    .page .post-title {
        font-size: var(--font-xl);
    }
    .post-content {
        padding-bottom: 2rem;
    }
    .post-content h2 {
        font-size: var(--font-xl);
        margin-bottom: 1rem;
    }
    .post-content h3 {
        font-size: var(--font-xl);
        margin-top: 3rem;
    }
    .post-content h4 {
        font-size: var(--font-lg);
        margin-top: 3rem;
    }
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6,
    .post-content p,
    .post-content ul,
    .post-content ol,
    .post-content figure,
    .post-content blockquote {
        margin-bottom: 1.5rem;
    }
    .post-content img {
        margin-bottom: 1rem;
    }
    .post-content blockquote {
        padding: 1.5rem 1.5rem .25rem 2.5rem;
    }
    .post-content blockquote::before {
        top: 2px;
        left: 10px;
    }
    .post-footer {
        padding-bottom: 3rem;
    }

    /* FOOTER */
        /* .site-footer {
            padding: 9rem 0 5rem;
        } */

    /*
    C3L Frontpage用 .page　上書き
    ============================ */
    .home .post-title{
        font-size: var(--font-xl);
        margin-bottom: .5rem;
        line-height: 1.5;
        word-break: break-word;
        /* font-weight: bold;
        color: var(--navy); */
    }
    .home .post-header {
        padding: 1rem;
    }
    .home .wp-post-image + .post-header {
        padding: 0;
    }
    /* .home .post-item:hover {
        border-color: var(--pictlinecolor);
    }
    .home .post-item:hover {
        box-shadow: var(--dropshadowsetting);
    } */

    /* 
    C3L ALL-ARTICLE PAGE用 上書き
    ============================ */

    .all-articles .post-title {
        font-size: var(--font-xl);
        margin-bottom: .5rem;
        line-height: 1.5;
        word-break: break-word;

    }
    .all-articles .post-header {
        padding: 1rem;
        padding-top: 0;
    }
    .all-articles .post-item {
        border: 0px;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid var(--pictlinecolor);
    }
    .all-articles .post-item:hover {
        box-shadow: none;
        border-bottom: solid 1px var(--pictlinecolor);
    }

    .all-articles .post-list article {
        display: flex;
        padding-block: 1rem;
        background-color: transparent;

    }
    .all-articles .post-list .nekoexcerpt {
        display: inline;
    }
    .all-articles .post-item .wp-post-image {
        box-shadow: var(--dropshadowsetting);
        border-radius: var(--round-md);
        width: 300px;
        height: auto;
        aspect-ratio: 4/3;
        margin-right: 1rem;
    }
    .all-articles .post-item:hover .wp-post-image {
        box-shadow: var(--dropshadowhober);
    }
    .all-articles .post-list .nekomatome {
        padding: .5rem 1rem;
        max-width: 50%;
    }

    /* .all-articles .post-list .nekomatome {
        padding: .5rem 1rem;
        max-width: 50%;
    } */
    /* ====== 上書きここまで =========== */
}

/*
LARGE SIZE
================================================ */
@media(min-width: 1000px){
    .home .site-description {
        font-size: var(--font-md);
        display: block;
        color: var(--white);
        text-align: left;
        margin-top: 20px;
    }

    .home .post-list,
    .archive .post-list,
    .search .post-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .home .post-list article:first-child {
        grid-column: 1/4;
        border: none;
        box-shadow: none;
        background-color: transparent;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    .home .post-list article:first-child {
        display: flex;
    }
    .home .post-list article:first-child .nekoexcerpt {
        display: inline;
    }
    .home .post-list article:first-child img.wp-post-image {
        width: 592px;
        height: auto;
        border-radius: var(--round-md);
        box-shadow: var(--dropshadowsetting);
        aspect-ratio: 4/3; 
    }
    .home .post-list article:first-child:hover img.wp-post-image {
        box-shadow: var(--dropshadowhober);
    }
    .home .post-list article:first-child .nekomatome {
        padding: .5rem 1rem;
        max-width: 300px;
    }
    .home .post-list article:first-child .post-title {
        border-bottom: 1px solid var(--pictlinecolor);
        padding-bottom: .5rem;
        font-size: var(--font-xl) !important;
    }

    /* ALL ARTICLES PAGE 上書き
    =============================== */
    .all-articles .post-item .wp-post-image {
        width: 400px;
        height: auto;
        aspect-ratio: 4/3;
    }
    .all-articles .post-list .nekomatome {
        padding: .5rem 1rem;
        max-width: calc( 100% - 432px);
    }
    /* ====== 上書きここまで =========== */

    /* main.main-contents {
        margin-top: 70px;
    } */
    /* .home .site-header {
        height: 230px;
    } */
    .footerlogocat {
        display:block;
    }
    /* .site-header {
        height: 230px;

    } */
    .site-footer {
        height: 600px;
    }

    .footerwidget-wrapper {
        display: flex;
        flex-wrap: wrap;
        }
    .footerwidget-column{
    width: calc( 100% / 3 );
    }


}


/*
 Text meant only for screen readers
================================================ */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
