/*
 Theme Name: GeneratePress Child
 Template: generatepress
*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&family=Zen+Kurenaido:wght@400;700&family=New+Tegomin:wght@400;700&family=Shippori+Antique:wght@400;700&family=Klee+One:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');

/* Reset */
.separate-containers .site-main {
    margin: 0 !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #35533A;
}
.social {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}
.social a {
    display: flex;
    align-items: stretch;
}
.social.header-social {
    position: fixed;
    top: 1rem;
    right: 1rem;
}

/* Key Visual and Category Image */
.tagline img {
    width: 5.2em;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8)); /* SafariなどのWebkitブラウザ用 */
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.88));
}
.key-visual, .category-image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: center;
    color: #fff;
    overflow: hidden;
    will-change: background-position;
}
.key-visual {
    height: 30vh;
}
.home .key-visual {
    height: 70vh;
}
.category-image {
    height: 400px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.key-visual::before, .category-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: inherit;
    transform: scale(1.1) translateY(0);
    transition: transform 0.1s linear;
    z-index: -1;
}
.key-visual[data-parallax]::before, .category-image[data-parallax]::before {
    transform: scale(1.2) translateY(var(--scroll-parallax, 0));
}
.key-visual.no-image, .category-image.no-image {
    background-color: #f1f1f1;
    height: 200px;
    text-align: center;
    padding: 50px 0;
}
.key-visual.no-image h1 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-shadow: none;
    margin: 0;
}
.key-visual p, .category-image.no-image p {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1rem;
    color: #666;
    font-style: italic;
    margin: 10px 0 0;
}

.key-visual h1 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 2.5rem;
    font-weight: 700;
    writing-mode: vertical-rl;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.key-visual .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    z-index: 2;
}
.home .key-visual::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://hougousha.jp/wp-content/themes/generatepress-child/images/book-line.svg);
}
.home .key-visual h1 {
    opacity: 1;
}
/* Banner */
.bunner {
    margin-bottom: 0;
    padding: 2em;
    text-align: center;
    background-color: #EEE3CF;
    background-image: url(https://hougousha.jp/wp-content/themes/generatepress-child/images/line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-family: 'Zen Kurenaido', sans-serif;
}
.bunner * {
    margin-bottom: 0;
}
.bunner h2 {
    margin-bottom: 0.5em;
    font-size: clamp(1.25rem, calc(0.65rem + 1vw), 1.85rem);
    font-weight: 700;
}

/* Category Section */
.category-section {
    margin: 0;
    padding: 2rem 0 0;
    color: #e0e0e0;
}
.category-section .container {
    margin: 0 auto;
}
.category-section .wrap {
    display: flex;
}
.category-section .category-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem 0;
    width: 25%;
}
.category-section .category-images {
    width: 75%;
    min-height: 400px;
}
.category-section .category-title h2 {
    font-family: 'Zen Old Mincho', serif;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-left: 1rem;
    padding: 0.5rem 0.25rem;
    border: 1px solid;
}
.category-section .category-title .discription {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
    background-color: #ffffff04;
    box-sizing: border-box;
}
.category-section .category-title .discription p {
    font-family: 'Zen Old Mincho', serif;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    height: 400px;
}
.category-section .category-title .discription p + p {
    margin-right: 1rem;
}
.site-main .category-section:nth-child(even) {
    background-color: #35533A;
}
.site-main .category-section:nth-child(even) .category-title {
    order: 0;
    justify-content: flex-end;
}
.site-main .category-section:nth-child(even) .category-images {
    order: 1;
    margin-left: 2rem;
}
.site-main .category-section:nth-child(even) .category-image {
    border-radius: 20px 0 0 20px;
}
.site-main .category-section:nth-child(even) .category-title h2 {
    order: 1;
}
.site-main .category-section:nth-child(even) .category-title .discription {
    order: 0;
}
.site-main .category-section:nth-child(odd) {
    background-color: #51713E;
    box-shadow: 1px -3px 18px #00000033 inset;
}
.site-main .category-section:nth-child(odd) .category-title {
    order: 1;
}
.site-main .category-section:nth-child(odd) .category-images {
    order: 0;
    margin-right: 2rem;
}
.site-main .category-section:nth-child(odd) .category-image {
    border-radius: 0 20px 20px 0;
}
.site-main .category-section:nth-child(odd) .category-title h2 {
    order: 1;
}
.site-main .category-section:nth-child(odd) .category-title .discription {
    order: 0;
}
.site-main .category-section:nth-child(odd) .category-title .discription p {
    margin-right: 0;
}

/* Category Contents */
.category-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.category-contents .inner {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 900px;
}
.category-contents-title {
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1em;
}

/* Tag List */
.tag-list {
    margin-bottom: 1.5rem;
}
.tag-link {
    display: inline-block;
    margin: 0.2rem;
    color: #00000033;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 0.75rem;
    text-decoration: none;
    transition: color 0.3s ease;
}
.tag-link:hover {
    color: #000000FF;
}

/* Post List */
.post-list {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 4em;
    background-color: #ffffffee;
    box-shadow: 5px -3px 3px #00000033;
}
.post-list .tag-list {
    padding: 0.25em 0 1em;
    border-bottom: 1px solid #33333333;
}
.post-list article {
    order: 0;
    display: flex;
    align-items: center;
    margin-left: 4%;
    padding: 1rem;
    width: 95%;
    border-bottom: 1px dotted #33333333;
}
.post-list h3 {
    order: 1;
    display: block;
    min-width: 80%;
    font-family: 'Klee One', cursive;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1rem;
}
.post-list h3 a {
    position: relative;
    display: inline-block;
    padding: 0.5rem;
    width: 100%;
    color: #333333;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
}
.post-list h3 a::after {
    position: absolute;
    right: -20px;
    content: "→";
    transition: right 0.3s ease;
}
.post-list h3 a:hover {
    color: #000000;
}
.post-list h3 a:hover::after {
    right: 0px;
}
.post-list .post-tags a:hover {
    text-decoration: none;
}
.post-meta {
    position: relative;
    width: 20%;
    min-width: 10rem;
    font-family: 'Shippori Antique', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.15rem;
    color: #333333cc;
    margin-bottom: 0;
}
.post-meta .fusen {
    position: absolute;
    top: -3em;
    left: -8em;
}
.post-tags a {
    text-decoration: none;
    margin-bottom: 0;
}
.post-tags a:hover {
    text-decoration: underline;
}
.post-list .post-excerpt {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1rem;
    line-height: 1.6;
}
.category-link {
    position: relative;
    margin-top: 1em;
    width: 100%;
    text-align: right;
}
.category-link a {
    position: absolute;
    top: 0em;
    right: -3em;
    display: inline-block;
    padding: 1em;
    width: max-content;
    font-family: 'Shippori Antique', sans-serif;
    text-decoration: none;
    color: #333333;
    background-color: #ebe480;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.category-link a:hover {
    color: #000000;
    background-color: #ffef61;
}
.fusen {
    display: inline-block;
    padding: 0.5em 1em;
    width: 12em;
    border-left: 0.75rem solid #2589d0;
    background-color: #e5ebef;
    color: #333333;
    transform: rotate(1deg);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.fusen * {
    color: #333333;
    text-decoration: none;
}
.fusen:hover {
    background-color: #ffffff;
    color: #000000;
    transform: rotate(-1deg);
}

/* No Image/No Posts */
p.no-image, p.no-posts {
    font-family: 'Zen Old Mincho', serif;
    color: #666;
    font-style: italic;
    text-align: center;
}

/* Single Post */
.single-post-section {
    background-color: #35533A;
    /* background-image: url(https://hougousha.jp/wp-content/themes/generatepress-child/images/post-backimg.jpg); */
}
.single-post-section .post-content {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin: 2rem 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.single-post-section .post-content .inner {
    padding: 1rem;
}
.single-post-section .post-content p {
    margin-bottom: 1.5rem;
    line-height: 2em;
}
.single-post-section .article-image {
    height: 300px; /* 記事ページ用の高さ */
}
.single-post-section .container {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
}
.article-title {
    display: flex;
    padding: 1em;
    gap: 1rem;
    flex-direction: column;
}
.single-post-section .tag-list {
    margin-bottom: 0;
}
.single-post-section h1 {
    margin-bottom: 0;
}
.single-post-section .post-content .post-meta {
    width: 100%;
    text-align: right;
}
.single-post-section .category-contents-title {
    color: #e0e0e0;
}
.article-header a {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-decoration: none;
    color: #333;
    font-size: 1rem
}
.article-header a + a::before {
    content: "、";
}
.article-header .post-tags a {
    font-family: 'Zen Kurenaido', sans-serif;
}