/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

:root {
    --coffin-main-color: #88b04b;
    --coffin-hover-color: #43883d;
    --coffin-text-color: rgba(0,0,0,.84);
    --coffin-text-light: rgba(0,0,0,.68);
    --coffin-text-gray: rgba(0,0,0,.6);
    --coffin-text-gray-lightest: rgba(0,0,0,.5);
    --coffin-background-white: #fff;
    --coffin-background-gray: #f0f0f0;
    --coffin-background-gray-light: #f9f9f9;
    --coffin-background-opacity: 0.9;
    --coffin-background-white-opacity: rgba(255,255,255,var(--coffin-background-opacity));
    --coffin-border-color: rgba(0,0,0,.1);
    --coffin-border-color-light: rgba(0,0,0,.05);
    --coffin-text-size-small: 14px;
    --coffin-text-size-normal: 16px;
    --coffin-text-size-smallest: 12px;
    --coffin-content-width: 836px;
    --db-main-color: var(--coffin-main-color);
    --db-hover-color: var(--coffin-hover-color);
    --db--text-color: var(--coffin-text-color);
    --db--text-color-light: var(--coffin-text-light);
    --db--background-gray: var(--coffin-background-gray);
    --db-border-color: var(--coffin-border-color)
}

:root .db--genreItem:hover {
    color: var(--coffin-backgroud-white)
}

@media(prefers-color-scheme: dark) {
    .auto {
        --coffin-text-color:#a1a1aa;
        --coffin-text-light: #a1a1aa;
        --coffin-text-gray: #71717a;
        --coffin-text-gray-lightest: hsla(240,4%,46%,.95);
        --coffin-background-white: #1e1e1e;
        --coffin-background-gray: #000;
        --coffin-background-gray-light: #121212;
        --coffin-background-white-opacity: rgba(30,30,30,var(--coffin-background-opacity));
        --coffin-border-color: rgba(63,63,70,.6);
        --coffin-border-color-light: rgba(63,63,70,.4);
        --db-main-color: var(--coffin-main-color);
        --db-hover-color: var(--coffin-hover-color);
        --db--text-color: var(--coffin-text-color);
        --db--text-color-light: var(--coffin-text-light);
        --db--background-gray: var(--coffin-background-gray);
        --db-border-color: var(--coffin-border-color)
    }

    .auto .db--genreItem:hover {
        color: var(--coffin-backgroud-white)
    }

    .auto .doulist-item {
        border-color: var(--db-border-color)
    }

    .auto .comment-form input,.auto .comment-form textarea {
        background-color: rgba(63,63,70,.15);
        border-color: #3f3f46
    }
}

.dark {
    --coffin-text-color: #a1a1aa;
    --coffin-text-light: #a1a1aa;
    --coffin-text-gray: #71717a;
    --coffin-text-gray-lightest: hsla(240,4%,46%,.95);
    --coffin-background-white: #1e1e1e;
    --coffin-background-gray: #000;
    --coffin-background-gray-light: #121212;
    --coffin-background-white-opacity: rgba(30,30,30,var(--coffin-background-opacity));
    --coffin-border-color: rgba(63,63,70,.6);
    --coffin-border-color-light: rgba(63,63,70,.4);
    --db-main-color: var(--coffin-main-color);
    --db-hover-color: var(--coffin-hover-color);
    --db--text-color: var(--coffin-text-color);
    --db--text-color-light: var(--coffin-text-light);
    --db--background-gray: var(--coffin-background-gray);
    --db-border-color: var(--coffin-border-color)
}

.dark .db--genreItem:hover {
    color: var(--coffin-backgroud-white)
}

.dark .doulist-item {
    border-color: var(--db-border-color)
}

.dark .comment-form input,.dark .comment-form textarea {
    background-color: rgba(63,63,70,.15);
    border-color: #3f3f46
}

@font-face {
    font-family: Open Sans;
    src: url(./fonts/OpenSans-Regular.woff2) format("woff2"),url(./fonts/OpenSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(./fonts/OpenSans-Bold.woff2) format("woff2"),url(./fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(./fonts/OpenSans-Light.woff2) format("woff2"),url(./fonts/OpenSans-Light.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(./fonts/OpenSans-Medium.woff2) format("woff2"),url(./fonts/OpenSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

html {
    scroll-behavior: smooth
}

body {
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-family: Open Sans,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    color: var(--coffin-text-color);
    line-height: 1.8;
    background-color: var(--coffin-background-gray-light)
}

h1,h2,h3,h4,h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin-top: 0;
    margin-bottom: 0
}

button,input,textarea {
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 16px;
    color: rgba(0,0,0,.86)
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

a,button,input {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

figcaption {
    -webkit-nbsp-mode: normal
}

input[disabled] {
    cursor: default;
    color: rgba(0,0,0,.8);
    background-color: var(--coffin-border-color-light)
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

.layoutSingleColumn {
    margin-right: auto;
    margin-left: auto;
    width: 90%
}

.layoutSingleColumn,.layoutSingleColumn--page {
    max-width: var(--coffin-content-width)
}

.layoutSingleColumn--wide {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: 90%
}

.middotDivider:after {
    content: "/";
    margin-left: 8px;
    margin-right: 8px
}

.u-paddingTop50 {
    padding-top: 50px
}

@media(max-width: 600px) {
    .pagination {
        text-align:center
    }
}

.error-404,.u-textAlignCenter {
    text-align: center
}

.error-404 {
    font-size: 260px;
    padding-top: 50px;
    padding-bottom: 50px
}

.page-wrapper {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px
}

.post-actions {
    padding-bottom: 10px
}

.nav-links {
    display: flex;
    justify-content: center;
    background-color: var(--coffin-background-white);
    padding: 20px
}

.pagination {
    padding-top: 50px;
    padding-bottom: 50px
}

.pagination .page-numbers {
    background-color: var(--coffin-background-gray);
    color: var(--coffin-text-gray);
    padding: 3px 12px;
    border-radius: 3px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px
}

.pagination .page-numbers.current,.pagination .page-numbers:hover {
    background-color: var(--coffin-hover-color);
    color: var(--coffin-background-white)
}

.pagination .page-numbers.dots:hover {
    background-color: var(--coffin-background-gray);
    color: var(--coffin-text-gray)
}

.pagination .page-numbers.current,.pagination .page-numbers.dots {
    cursor: not-allowed
}

.u-flex {
    display: flex;
    align-items: center
}

.min-height-100 {
    min-height: 75vh
}

.notice--wrapper {
    background-color: rgba(0,0,0,.9);
    color: #fff;
    font-size: var(--coffin-text-size-smallest);
    max-width: 800px;
    padding: 10px 15px;
    border-radius: 8px;
    position: fixed;
    z-index: 4;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform .5s
}

@media(max-width: 768px) {
    .notice--wrapper {
        width:80%
    }
}

.site-footer,body.page,body.single {
    background-color: var(--coffin-background-white)
}

.site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: var(--coffin-text-gray-lightest);
    text-align: center
}

.site-footer a:hover {
    text-decoration: underline;
    color: var(--coffin-text-color)
}

.backToTop {
    position: fixed;
    right: 60px;
    bottom: 50px;
    cursor: pointer;
    transform: translate3d(200px,0,0);
    transition: .5s
}

.backToTop .icon {
    fill: var(--coffin-text-gray);
    width: 18px;
    height: 18px
}

.backToTop.is-active {
    transform: translateZ(0)
}

.backToTop:hover .icon {
    fill: var(--coffin-main-color)
}

.fixed--theme {
    position: fixed;
    right: 20px;
    bottom: 50%;
    height: -moz-max-content;
    height: max-content;
    background-color: var(--coffin-background-white);
    border-radius: 0 10px 0 10px;
    width: -moz-max-content;
    width: max-content;
    padding: 3px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 1px var(--coffin-border-color);
    border-radius: 999rem
}

.fixed--theme span {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--coffin-text-gray-lightest);
    margin-bottom: 5px
}

.fixed--theme span.is-active,.fixed--theme span:hover {
    color: var(--coffin-text-color)
}

.fixed--theme span.is-active {
    background-color: var(--coffin-background-gray)
}

.fixed--theme span:last-child {
    margin-bottom: 0
}

.metabar {
    background-color: var(--coffin-background-white);
    position: relative;
    border-bottom: 1px solid var(--coffin-border-color-light)
}

.metabar--inner {
    height: 72px
}

.metabar--inner,.subnav-ul {
    display: flex;
    align-items: center
}

.subnav-ul {
    margin-left: 15px
}

@media(max-width: 768px) {
    .subnav-ul {
        position:absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin-left: 0;
        padding: 10px;
        justify-content: center
    }

    .subnav-ul .menu-item {
        margin-left: 10px;
        margin-right: 10px
    }
}

.sub-menu {
    display: none
}

.menu-item {
    color: var(--coffin-text-gray);
    font-size: 14px;
    margin-left: 20px
}

.menu-item.current-menu-item,.menu-item:hover {
    color: var(--coffin-hover-color)
}

.site-title {
    line-height: 1
}

.logo {
    position: relative;
    z-index: 1
}

.logo--rounded {
    border-radius: 100%
}

.search-form {
    margin-left: auto;
    display: flex;
    align-items: center
}

.search-form .search-submit {
    display: none
}

.search-form .search-field {
    border-radius: 999rem;
    border: 0;
    background-color: var(--coffin-background-gray);
    font-size: 12px;
    padding: 6px 25px;
    line-height: 1.8;
    width: 240px;
    color: var(--coffin-text-gray)
}

.search-form .search-field:focus {
    outline: none;
    color: var(--coffin-text-color)
}

.sandraList {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 22px;
    padding-top: 50px;
    padding-bottom: 50px
}

.sandraList+.pagination {
    padding-top: 0
}

@media(max-width: 1024px) {
    .sandraList {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 25px
    }
}

@media(max-width: 600px) {
    .sandraList {
        grid-template-columns:repeat(1,1fr);
        grid-gap: 30px
    }
}

.sandraItem {
    position: relative;
    background-color: var(--coffin-background-white);
    transition: transform .5s;
    overflow: hidden;
    transform: translateZ(0);
    display: flex;
    flex-direction: column
}

.sandraItem .flag {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    bottom: 15px
}

.sandraItem:hover {
    transform: translate3d(0,-6px,0)
}

.sandraItem-image {
    position: relative
}

.sandraItem-image a {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.sandraItem-image img {
    display: block;
    border-radius: 3px 3px 0 0;
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sandraItem-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--coffin-main-color);
    font-size: 40px
}

.sandraItem--content {
    padding: 15px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column
}

.sandraItem-info {
    color: var(--coffin-text-gray-lightest);
    font-size: 14px;
    padding-top: 5px;
    margin-top: auto
}

.sandraItem-info a:hover {
    text-decoration: underline;
    color: var(--coffin-text-color)
}

.sandraItem-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3
}

.sandraItem-title:hover {
    color: var(--coffin-hover-color)
}

.sandraItem--full .sandraItem--content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.33);
    color: hsla(0,0%,100%,.97);
    height: auto;
    z-index: 2
}

.sandraItem--full .sandraItem-info {
    color: hsla(0,0%,100%,.97)
}

.sandraItem--full .sandraItem-info a:hover {
    color: var(--coffin-hover-color)
}

.sandraItem--full .sandraItem-image,.sandraItem--full .sandraItem-image a {
    height: 100%
}

.grap ol,.grap ul {
    padding-left: 20px
}

.grap ol,.grap p,.grap ul {
    margin-bottom: 15px
}

.grap blockquote {
    margin: 0 0 15px;
    padding: 20px;
    background-color: var(--coffin-background-gray-light);
    border-left: 4px solid var(--coffin-main-color);
    color: var(--coffin-text-gray)
}

.grap blockquote p:last-child {
    margin-bottom: 0
}

.grap strong {
    font-weight: 700
}

.grap em {
    font-style: italic
}

.grap a {
    text-decoration: underline
}

.grap a .svgIcon {
    margin-right: 4px
}

.grap li {
    margin-left: 30px;
    margin-bottom: 8px;
    padding-top: 2px
}

.grap li:before {
    content: "•";
    box-sizing: border-box;
    font-size: 14px;
    margin-left: -58px;
    padding-right: 15px;
    display: inline-block;
    text-align: right;
    width: 58px
}

.grap h3 {
    color: var(--coffin-text-gray-lightest);
    font-size: 20px
}

.grap h3,.grap h4 {
    margin-top: 30px;
    margin-bottom: 10px
}

.grap h4 {
    color: var(--coffin-text-gray);
    font-size: 18px
}

.grap hr {
    margin-top: 52px;
    margin-bottom: 42px;
    display: block;
    border: 0;
    text-align: center
}

.grap hr:before {
    content: "...";
    display: inline-block;
    margin-left: .6em;
    color: var(--coffin-text-gray);
    position: relative;
    top: -30px;
    font-size: 28px;
    letter-spacing: .6em
}

.grap ol {
    counter-reset: a
}

.grap ol>li:before {
    content: counter(a,decimal) ".";
    counter-increment: a;
    padding-right: 12px
}

.grap code {
    padding: 2px 6px
}

.grap code,.grap pre {
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 14px;
    background-color: var(--coffin-background-gray-light);
    border-radius: 3px
}

.grap pre {
    padding: 20px;
    overflow-x: auto
}

.grap table {
    border: 1px solid var(--coffin-border-color);
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: var(--coffin-text-light)
}

.grap table thead tr {
    background-color: #f5f5f5
}

.grap table tr {
    background-color: #fff
}

.grap table tr:hover>td {
    background-color: #f5f5f5;
    background-clip: padding-box
}

.grap table td,.grap table th {
    border-bottom: 1px solid var(--coffin-border-color);
    border-right: 1px solid var(--coffin-border-color);
    transition: background-color .25s ease;
    height: 40px;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    margin: 0;
    padding: 0 10px
}

.grap--figure {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.grap--figure .imageCaption {
    font-size: 14px;
    color: var(--coffin-text-gray-lightest);
    text-align: center;
    padding-top: 5px
}

.grap figure {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%
}

.grap figure .wp-caption {
    font-size: 14px;
    color: var(--coffin-text-gray-lightest);
    text-align: center;
    padding-top: 5px
}

.grap img {
    border-radius: 5px
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin-right: 20px
}

.alignright {
    float: right;
    margin-left: 20px
}

.related--posts__title {
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3
}

.related--posts {
    padding: 30px 0
}

.entry {
    padding-top: 50px
}

.entry__action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
}

.entry__action .button--like svg {
    fill: var(--farallon-text-gray)
}

.entry__action .button--like.is-active svg,.entry__action .button--like:hover svg {
    fill: var(--farallon-hover-color)
}

.entry--related {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px
}

.entry--related__item {
    font-size: 14px;
    line-height: 1.5
}

.entry--related__item:last-child {
    border-bottom: none
}

.entry--related__item .meta {
    font-size: 12px;
    color: var(--coffin-text-gray-lightest)
}

.entry--related__img {
    height: 120px;
    padding-top: 5px;
    padding-bottom: 5px
}

.entry--related__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.entry--related__title {
    font-weight: 700
}

.entry--related__title:hover {
    color: var(--coffin-hover-color)
}

.entry--header {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.entry--header .flag {
    width: 32px;
    height: 32px;
    margin-bottom: 10px
}

.entry--title {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0
}

.entry--meta {
    font-size: 14px;
    color: var(--coffin-text-gray-lightest);
    text-transform: uppercase
}

.entry--meta a:hover {
    color: var(--coffin-text-color);
    text-decoration: underline
}

.entry--author {
    font-size: 14px;
    color: var(--coffin-text-gray);
    padding-top: 8px
}

.entry--author,.entry--author a {
    display: flex;
    align-items: center
}

.entry--author .author--link:hover {
    text-decoration: underline;
    color: var(--coffin-text-color)
}

.entry--author .avatar {
    border-radius: 100%;
    height: 32px;
    width: 32px;
    margin-right: 10px;
    border: 1px solid var(--coffin-main-color)
}

.entry--author .btn--feed {
    font-size: 12px;
    color: var(--coffin-main-color);
    border: 1px solid var(--coffin-main-color);
    border-radius: 999rem;
    line-height: 1;
    padding: 2px 10px;
    margin-left: 8px
}

.entry--author .btn--feed:hover {
    border-color: var(--coffin-hover-color);
    color: var(--coffin-hover-color)
}

.entry--content {
    min-height: 300px;
    padding-bottom: 15px
}

.entry--tags {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.entry--tags a {
    background-color: var(--coffin-background-gray);
    color: var(--coffin-text-gray);
    font-size: 13px;
    border-radius: 6px;
    margin-right: 10px;
    padding: 3px 15px
}

.entry--tags a:hover {
    background-color: var(--coffin-background-gray-light)
}

.authorCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    border-top: 1px solid var(--coffin-border-color-light);
    padding: 50px 0
}

.authorCard .avatar {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNMTAwIDBDMjAgMCAwIDIwIDAgMTAwczIwIDEwMCAxMDAgMTAwIDEwMC0yMCAxMDAtMTAwUzE4MCAwIDEwMCAwIi8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNMTAwIDBDMjAgMCAwIDIwIDAgMTAwczIwIDEwMCAxMDAgMTAwIDEwMC0yMCAxMDAtMTAwUzE4MCAwIDEwMCAwIi8+PC9zdmc+)
}

.authorCard--imageWrapper {
    display: flex
}

.authorCard--content {
    text-align: center;
    padding-bottom: 5px
}

.authorCard--title {
    font-weight: 700
}

.authorCard--title:hover {
    color: var(--coffin-hover-color)
}

.authorCard--description {
    margin-top: 5px;
    font-size: 14px;
    color: var(--coffin-text-gray)
}

.footer-map {
    height: 65vh
}

.u-sticky {
    position: sticky;
    top: 0;
    z-index: 3
}

@media(max-width: 1000px) {
    .entry--related {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        position: static;
        width: auto
    }

    .entry--related__item {
        padding: 10px;
        border-bottom: none;
        font-size: 16px;
        line-height: 1.5
    }
}

@media(max-width: 768px) {
    .entry--related {
        display:grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
        position: static;
        width: auto
    }
}

.post-navigation {
    display: flex;
    justify-content: space-between
}

.article+.post-navigation {
    margin-top: 10px
}

.post-navigation .nav-next,.post-navigation .nav-previous {
    width: 49%;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: right;
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border: 1px solid transparent
}

.post-navigation .nav-next a,.post-navigation .nav-previous a {
    display: flex;
    flex-direction: column
}

.post-navigation .nav-next .cover,.post-navigation .nav-previous .cover {
    border-radius: 8px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

.post-navigation .nav-next .cover--link,.post-navigation .nav-previous .cover--link {
    position: relative
}

.post-navigation .nav-previous {
    text-align: left
}

.post-navigation .meta-nav {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--coffin-text-gray)
}

.post-navigation .post-title {
    font-size: 14px;
    margin-bottom: 10px
}

.post-navigation .post-title:hover {
    color: var(--coffin-hover-color)
}

@media(max-width: 720px) {
    .post-navigation {
        flex-direction:column
    }

    .post-navigation .nav-next,.post-navigation .nav-previous {
        width: 100%;
        margin-bottom: 10px;
        text-align: center
    }
}

.entry--author__sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    padding-bottom: 10px
}

.is-singleColumn .entry--author__sns,.page-template-template-map .entry--author__sns,.page-template-template-wide .entry--author__sns {
    justify-content: center
}

.entry--author__sns a {
    margin: 0 0 0 12px;
    display: flex
}

.entry--author__sns a:first-child {
    margin-left: 0
}

.entry--author__sns svg {
    fill: var(--coffin-text-color);
    width: 24px;
    height: 24px
}

.entry--author__sns svg:hover {
    fill: var(--coffin-hover-color)
}

.entry--author__sns svg.sns {
    fill: none;
    stroke: var(--coffin-text-color)
}

.entry--author__sns svg.sns:hover {
    stroke: var(--coffin-hover-color);
    fill: none
}

.coffin--toc {
    background-color: var(--coffin-background-gray);
    padding: 12px 15px;
    border-radius: 10px;
    font-size: var(--coffin-text-size-small);
    margin-bottom: 15px;
    color: var(--coffin-text-light);
    line-height: 1.5!important
}

.coffin--toc summary {
    cursor: pointer
}

.coffin--toc ul,.coffin--toc ul li {
    margin-bottom: 0!important
}

.coffin--toc ul li {
    margin-left: 20px!important
}

.coffin--toc ul li:before {
    padding-right: 6px!important
}

.coffin--toc a {
    box-shadow: none!important;
    text-decoration: none
}

.coffin--toc a:hover {
    color: var(--coffin-hover-color)
}

.post--share {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 14px;
    color: var(--coffin-text-gray);
    line-height: 1.2
}

.post--share svg {
    height: 16px;
    width: 16px;
    fill: var(--coffin-text-gray);
    margin-right: 4px;
    flex: 0 0 auto
}

.post--share .text {
    flex: 0 0 auto
}

.post--share .link {
    margin-left: 5px;
    border-bottom: 1px dotted var(--coffin-hover-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.post--share+.authorCard {
    margin-top: 20px
}

.button--like {
    border: 0;
    background-color: transparent;
    cursor: pointer
}

.button--like.is-active svg {
    fill: var(--coffin-main-color)
}

.button--like.is-active .icon--active {
    display: block
}

.button--like .icon--active,.button--like .icon--block,.button--like.is-active .icon--default {
    display: none
}

.comments-area {
    padding-top: 30px
}

.comment-reply-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--coffin-text-gray)
}

.comments-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.required {
    color: #c00
}

.comment-notes {
    font-size: 12px
}

.friend--icon {
    margin-left: 5px;
    width: 16px;
    height: 16px
}

.comment-reply-link {
    display: inline-block;
    background-color: var(--coffin-main-color);
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: 1.2;
    font-size: 12px
}

.comment-reply-link:hover {
    background-color: var(--coffin-hover-color)
}

.depth-1>.children {
    margin-left: 50px
}

.comment-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    cursor: pointer
}

.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    display: none
}

.comment-form .comment-form-cookies-consent label {
    font-size: 14px;
    color: var(--coffin-text-gray);
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 400
}

.comment-form .comment-form-cookies-consent label:before {
    background-color: var(--coffin-background-white);
    border: 1px solid var(--coffin-main-color);
    border-radius: 100%;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    width: 16px;
    content: "";
    flex: 0 0 auto
}

.comment-form .comment-form-cookies-consent input:checked+label:after {
    background-color: var(--coffin-main-color);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 1px;
    height: 12px;
    margin: 2px;
    width: 12px;
    flex: 0 0 auto
}

.comment-form p {
    margin-bottom: 15px
}

.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url] {
    width: 300px;
    border-radius: 5px;
    border: 1px solid var(--coffin-border-color-light);
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--coffin-text-gray);
    background-color: var(--coffin-background-white);
    font-size: 14px
}

.comment-form input[type=email]:focus,.comment-form input[type=text]:focus,.comment-form input[type=url]:focus {
    border-color: var(--coffin-main-color)
}

.comment-form textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    resize: none;
    background-color: var(--coffin-background-white);
    border: 1px solid var(--coffin-border-color-light);
    border-radius: 5px;
    color: var(--coffin-text-gray);
    transition: border-color .3s;
    font-size: 14px
}

.comment-form textarea:focus {
    border-color: var(--coffin-main-color)
}

.comment-form .submit {
    background-color: var(--coffin-main-color);
    color: #fff;
    font-size: 14px;
    padding: 8px 25px;
    border: 1px solid var(--coffin-main-color);
    border-radius: 5px;
    cursor: pointer
}

.comment-form .submit:hover {
    background-color: var(--coffin-hover-color);
    border-color: var(--coffin-hover-color)
}

.comment-list {
    border-top: 1px solid var(--coffin-border-color-light)
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.comments-pagination {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right
}

.comments-pagination .page-numbers {
    background: var(--coffin-main-color);
    border: 1px solid var(--coffin-main-color);
    border-radius: 3px;
    color: #fff;
    margin: 0 5px;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px
}

.comments-pagination .page-numbers:hover {
    background: var(--coffin-hover-color);
    border: 1px solid var(--coffin-hover-color)
}

.comment-respond {
    padding-top: 40px;
    padding-bottom: 40px
}

.logged-in-as {
    font-size: 12px;
    color: var(--coffin-text-gray)
}

.comment--block {
    padding: 25px 0;
    border-bottom: 1px solid var(--coffin-border-color-light)
}

.comment--info {
    display: flex;
    align-items: center
}

.comment--meta {
    flex: 1 1 auto;
    line-height: 1.6
}

.comment--time {
    font-size: 12px;
    color: var(--coffin-text-gray-lightest)
}

.comment--author {
    font-size: 14px;
    color: var(--coffin-text-gray);
    display: flex;
    align-items: center
}

.comment--author svg {
    margin-left: 5px
}

.comment--author .comment-reply-link {
    margin-left: auto;
    cursor: pointer
}

.comment--content {
    padding: 5px;
    color: var(--coffin-text-light);
    font-size: 14px
}

.comment--avatar {
    margin-right: 10px;
    display: flex
}

.comment .avatar {
    border-radius: 100%
}

.children .comment .avatar {
    width: 36px;
    height: 36px
}

.children .comment--meta {
    line-height: 1.4
}

.no--comment {
    text-align: center;
    padding: 30px 0;
    color: var(--coffin-text-light)
}

.comment--parent__link {
    color: var(--coffin-main-color);
    margin-right: 3px
}

.comment--parent__link:hover {
    color: var(--coffin-hover-color);
    text-decoration: underline
}

.month-title {
    font-size: 18px;
    color: var(--coffin-text-gray);
    margin-bottom: 10px;
    font-weight: 700
}

.year-title {
    font-size: 24px;
    font-weight: 700
}

.page-archive-header {
    padding-top: 30px;
    padding-bottom: 30px
}

.page-archive-title {
    font-size: 30px;
    text-align: center
}

.list-archive {
    margin-bottom: 20px
}

.list-archive-wrapper {
    padding: 50px;
    background-color: var(--coffin-background-white);
    margin-bottom: 50px
}

.archive-item {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px
}

.archive-item-title {
    font-size: 16px
}

.archive-item-title:before {
    content: "·";
    font-size: 40px;
    line-height: 18px;
    vertical-align: -8px;
    margin-right: 8px
}

.archive-item-title:before,.archive-item-title:hover {
    color: var(--coffin-main-color)
}

.archive-header {
    padding-top: 50px
}

.archive-header .page-title {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.4
}

.archive-header .taxonomy-description {
    color: var(--coffin-text-gray);
    font-size: 14px
}

.author-header {
    padding-top: 50px
}

.author-header .avatar {
    border-radius: 100%
}

.author-header .title {
    font-size: 22px
}

.author-header p {
    font-size: 14px;
    color: var(--coffin-text-gray)
}

.tag--card {
    margin-top: 30px;
    background-color: var(--coffin-background-white);
    padding: 20px
}

.tag--card--content {
    display: flex;
    flex-wrap: wrap
}

.tag--card--item {
    border-radius: 999rem;
    background-color: var(--coffin-background-gray);
    color: var(--coffin-text-light);
    padding: 5px 20px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.4
}

.tag--card+.sandraList {
    padding-top: 40px
}

.year-nav {
    display: flex;
    flex-wrap: wrap
}

.year-nav .year-item {
    border: 1px solid var(--coffin-border-color-light);
    margin-right: 10px;
    padding: 5px 25px;
    color: var(--coffin-text-gray);
    font-size: 14px;
    margin-bottom: 15px
}

.month-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 20px;
    margin-bottom: 20px
}

.month-post {
    padding: 15px 20px;
    background-color: var(--coffin-background-gray-light);
    border-radius: 5px;
    transition: all .3s ease;
    display: flex;
    flex-direction: column
}

.month-post:hover {
    box-shadow: var(--coffin-box-shadow-hover);
    transform: translateY(-2px)
}

.month-post .post-title {
    font-size: 16px;
    color: var(--coffin-text-light);
    margin-bottom: 5px;
    transition: color .3s ease;
    line-height: 1.3
}

.month-post .post-title:hover {
    color: var(--coffin-main-color)
}

.month-post .post-time {
    margin-top: auto;
    font-size: 12px;
    color: var(--coffin-text-gray-lightest)
}

.collectionHeader {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 15px
}

.collectionHeader .archive-header-image {
    width: 78px;
    height: 78px;
    -o-object-fit: cover;
    object-fit: cover;
    flex: 0 0 auto;
    margin-right: 20px;
    border-radius: 3px
}

.collectionHeader-nameAndDescription {
    flex: 1 1 auto;
    line-height: 1
}

.collectionHeader-name {
    margin-bottom: 15px;
    font-size: 24px
}

.collectionHeader-description {
    color: var(--coffin-text-gray);
    font-size: 14px
}

.link-title {
    font-weight: 700
}

.link-description {
    font-size: 14px;
    line-height: 1.4;
    color: var(--coffin-text-gray);
    margin-top: 5px
}

.link-items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
    padding-bottom: 20px;
    padding-top: 20px
}

.link-items .link-item {
    border-radius: 5px;
    background-color: var(--coffin-background-gray-light);
    padding: 15px;
    display: flex;
    flex-direction: column;
    transition: .5s ease
}

.link-items .link-item .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 5px
}

.link-items .link-item:hover {
    background-color: var(--coffin-background-gray);
    transform: translateY(-2px)
}

.link-items .link-item .sitename {
    font-size: 12px;
    line-height: 1.4;
    color: var(--coffin-text-gray);
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media(max-width: 768px) {
    .link-items {
        grid-template-columns:repeat(2,1fr)
    }
}

.footer--map {
    height: 550px
}

.mapboxgl-ctrl-attrib-inner,.mapboxgl-ctrl-bottom-left {
    display: none
}

.map--container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.page--header {
    padding: 20px 0;
    text-align: center
}

.markerPro--posts {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 16px;
    display: grid
}

.markerPro--addon {
    padding-top: 30px
}

.markerPro--post {
    box-shadow: none;
    transition: background-position 1s;
    background-color: var(--coffin-background-gray-light);
    color: var(--coffin-text-gray);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    min-width: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-decoration: none!important;
    height: 90px
}

.markerPro--post .markerPro--content {
    flex: 1 1 auto;
    padding: 15px;
    display: flex;
    flex-direction: column
}

.markerPro--post__hera {
    flex-direction: row
}

.markerPro--post__hera:before {
    display: none
}

.markerPro--post__hera img {
    width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 8px 8px 0
}

.markerPro--title {
    position: relative;
    margin: 3px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 16px;
    color: hsla(0,0%,100%,.9)
}

.markerPro--meta {
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: auto
}

.markerPro--meta .flag {
    width: 24px;
    height: 24px;
    margin-left: auto
}

.markerPro--addonTitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .markerPro--posts {
        grid-template-columns:1fr
    }
}

.sep {
    margin: 0 5px
}

.sep:before {
    content: "·"
}
.tag-list{flex-wrap:wrap;padding:25px 0}
.tag-list,.tag-list a{display:flex;align-items:center}
.tag-list a{color:var(--coffin-text-color);background-color:var(--coffin-background-gray);flex:0 0 auto;padding:3px 16px 3px 10px;border-radius:999rem;margin-right:15px;font-size:14px}
.tag-list a svg{stroke:var(--coffin-text-color);width:166x;height:16px;margin-right:0}
.tag-list a:hover{color:var(--coffin-text-color);background-color:var(--coffin-background-gray-light)}
.tag-list a:hover svg{stroke:var(--coffin-text-color)}
.sticky--post{color:red;}
.hidden{display:none}
.nav-links a{background-color:var(--coffin-background-gray);color:var(--coffin-text-gray);padding:3px 12px;border-radius:3px;margin-left:8px;margin-right:8px;font-size:14px}