@charset "utf-8";

/*
Theme Name: Toriko
Description: Shellmanレディース店舗ブログ
Author: BUENO Design
Version: 0.0.1
*/

/*------------
    reset
------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}

::-webkit-input-placeholder {
    font-size: 100%;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;}

input, textarea, select,
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    font-size: 100%;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;}

html, body, footer, header, main,
div, iframe, table, form, img,
menu, nav, article, section, dl, ol, ul {
    vertical-align: top;}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote::before, blockquote::after, q::before, q::after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
button {color: inherit; background-color: transparent;}


/*------------
    common
------------*/

html {
    font-size: 62.5%;
}

@font-face {
    font-display: swap;
    font-family: 'Baskervville';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/baskervville-500-subset.woff2') format('woff2'),
         url('./assets/fonts/baskervville-500-subset.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/NotoSerifJP-Medium-subset.woff2') format('woff2'),
         url('./assets/fonts/NotoSerifJP-Medium-subset.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Unna';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/unna-number.woff2') format('woff2'),
         url('./assets/fonts/unna-number.ttf') format('truetype');
}

:root {
    --font-color: #515253;
    --font-color-light: #919191;
    --border-color: #DEDEDE;
    --border-color-dark: #707070;
    --black: #2E2E2E;
    --black-light: #434345;
    --gold: #C3994A;
    --gold-light: #C3AA7B;
    --red: #D14000;
    --unna: 'Unna', 'Noto Serif JP', serif;
    --sans-serif: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

body {
    padding-top: 60px;
    width: 100%;
    min-width: 300px;
    overflow-x: hidden;
    background-color: #FFF;
    color: var(--font-color);
    font-size: 1.4rem;
    font-family: 'Baskervville', 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.drawer-open {
        overflow: hidden !important;
    }

    #overlay {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 48;
    }

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

    body {
        font-size: 1.5rem;
    }

}

.block-editor-block-types-list__list-item:has(.stretchy-paragraph) {
    display: none !important;
}

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

    body {
        padding-top: 0;
    }

}

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

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

span {
    display: inline-block;
}

hr {
    display: block;
    margin: 0 auto;
    padding: 0;
    height: 1px;
    width: 100%;
    border: none;
    background-color: #EDE9E6;
}

button{
    cursor: pointer;
}

.note {
    font-size: 0.8em;
    line-height: 1.5;
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
}

.ff-unna {
    font-family: var(--unna);
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.ta-justify {
    text-align: justify;
}

.current {
    pointer-events: none;
}

.message {
    color:var(--font-color-light);
    line-height: 1.5;
}

.ex_link svg {
    margin-left: 2px;
    width: .7em;
    height: .7em;
}

    .ex_link svg path {
        fill: none;
        stroke-width: 1px;
        stroke: currentColor;
        stroke-width: 1px;
    }

.button-box {
    padding: 0;
    background-color: var(--font-color);
    color: #FFF;
    text-align: center;
    letter-spacing: .02em;
    line-height: 1;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

    .button-box a,
    button.button-box {
        display: block;
    }

        .button-box a::after,
        button.button-box::after {
            content: '';
            display: inline-block;
            margin: 0 0 0.1em 8px;
            width: .6em;
            height: .6em;
            background: url(./assets/img/arrow-white.png) center/contain no-repeat;
        }

    @media(hover: hover) {
        .button-box:hover {
            opacity: .8;
        }
    }

.link-arrow {
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration .4s;
    transition: -webkit-text-decoration .4s;
    -o-transition: text-decoration .4s;
    transition: text-decoration .4s;
    transition: text-decoration .4s, -webkit-text-decoration .4s;
}

    .link-arrow::after {
        content: '';
        display: inline-block;
        margin: 0 0 .1em 4px;
        width: .6em;
        height: .6em;
        background: url(./assets/img/arrow-black.png) center/contain no-repeat;
    }

    @media(hover: hover) {
        .link-arrow :hover {
            -webkit-text-decoration-color: transparent;
                    text-decoration-color: transparent;
        }
    }

.search_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--font-color-light);
}

    .search_form input[type="text"] {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: textfield;
                appearance: none;
        padding: 5px;
        width: 100%;
        height: calc(1em + 10px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: none;
        outline: none;
        border-radius: 0;
        background-color: transparent;
        color: inherit;
        font-size: inherit;
        line-height: 1;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .search_form button[type="submit"] {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        -webkit-appearance: none;
            -moz-appearance: none;
                appearance: none;
        width: calc(1em + 10px);
        height: calc(1em + 10px);
        border: none;
        outline: none;
        font-size: inherit;
    }

        .search_form button[type="submit"] span {
            color: transparent;
            font-size: 0;
            position: absolute;
        }

        .search_form button[type="submit"] svg {
            margin: auto;
            width: 1em;
            height: 1em;
        }

        .search_form button[type="submit"] svg path,
        .search_form button[type="submit"] svg circle {
            fill: none;
            stroke: currentColor;
            stroke-width: 1px;
        }

.gtranslate_wrapper {
    position: relative;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

    .gtranslate_wrapper a {
        display: block;
        position: relative;
        font-weight: normal !important;
        text-decoration: underline !important;
        -webkit-transition: -webkit-text-decoration .4s;
        transition: -webkit-text-decoration .4s;
        -o-transition: text-decoration .4s;
        transition: text-decoration .4s;
        transition: text-decoration .4s, -webkit-text-decoration .4s;
    }

    @media(hover: hover) {
        .gtranslate_wrapper a:hover {
            -webkit-text-decoration-color: transparent;
                    text-decoration-color: transparent;
        }
    }

    .gtranslate_wrapper a + a {
        margin-left: 1em;
    }

    .gtranslate_wrapper a + a::before {
        content: '/';
        position: absolute;
        top: 0;
        left: -0.75em;
        color: inherit;
        font-size: .95em;
    }

    .gtranslate_wrapper a.gt-current-lang {
        pointer-events: none;
        text-decoration: none !important;
    }

.post-cat {
    display: inline-block;
    padding: 3px 6px;
    background-color: var(--gold);
    color: #FFF;
    font-size: 10px;
}

.post-date {
    display: block;
    font-family: var(--unna);
    color: var(--font-color-light);
    line-height: 1.2;
}

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

    .post-cat {
        padding: 4px 8px;
        font-size: 11px;
    }

}

.post_list-item {
    position: relative;
    border-bottom: 1px solid var(--border-color);
}
.post_list-item a {
    display: block;
    position: relative;
}

.post_list-item .post-thumb {
    position: relative;
    overflow: hidden;
}

    .post_list-item .post-thumb img {
        width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        -o-transition: transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s;
    }

    @media(hover: hover) {
        .post_list-item a:hover .post-thumb img {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1);
        }
    }

.post_list-item .post-cat {
    position: absolute;
    top: 0;
    left: 0;
}

.post_list-item .post-meta {
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}

    @media(hover: hover) {
        .post_list-item a:hover .post-meta {
            opacity: .8;
        }
    }

.post_list-item .post-title {
    word-break: break-word;
    line-height: 1.5;
}

.post_list-item .post-date {
    font-size: 1rem;
}

.post_list-item .post-group {
    color: var(--gold);
    line-height: 1.2;
}

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

    .post_list-item .post-date {
        font-size: 1.1rem;
    }

}

.tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px 0 0 -12px;
}

    .tag_list-item {
        margin: 10px 0 0 12px;
    }

    .tag_list .tag {
        display: block;
        color: var(--gold);
        text-decoration: underline;
        line-height: 1.2;
        -webkit-transition: -webkit-text-decoration .4s;
        transition: -webkit-text-decoration .4s;
        -o-transition: text-decoration .4s;
        transition: text-decoration .4s;
        transition: text-decoration .4s, -webkit-text-decoration .4s;
    }

    @media(hover: hover) {
        .tag_list .tag:hover {
            -webkit-text-decoration-color: transparent;
                    text-decoration-color: transparent;
        }
    }

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

        .tag_list {
            margin: -15px 0 0 -18px;
        }

            .tag_list-item {
                margin: 15px 0 0 18px;
            }

    }

.store_list {
    border-top: 1px solid var(--border-color);
}

    .store_list-item {
        border-bottom: 1px solid var(--border-color);
    }

    .store_list-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

        .store_list-item a::after {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            position: absolute;
            top: calc(50% - 5px);
            right: 5px;
            border-top: solid 1px var(--border-color);
            border-right: solid 1px var(--border-color);
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

        .store_list-item .img {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 80px;
            height: 80px;
            position: relative;
            overflow: hidden;
        }

        .store_list-item .img img {
            position: absolute;
            width: auto;
            height: 100%;
            -webkit-transition: -webkit-transform .6s;
            transition: -webkit-transform .6s;
            -o-transition: transform .6s;
            transition: transform .6s;
            transition: transform .6s, -webkit-transform .6s;
        }

        @media(hover: hover) {
            .store_list-item:hover .img img {
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1);
            }
        }

        .store_list-item .txt {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 5px 20px 5px 12px;
            font-size: 1.3rem;
            line-height: 1.2;
        }

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

        .store_list-item .img {
            width: 110px;
            height: 100px;
        }

    }

.archive_list {
    border-bottom: 1px solid var(--border-color);
    font-size: 1.4rem;
}

    .archive_list .archive_list-month {
        font-size: 1.3rem;
    }

    .archive_list li {
        border-top: 1px solid var(--border-color);
    }

    .archive_list a,
    .archive_list button {
        display: block;
        padding: 8px 15px 8px 40px;
    }

    .archive_list button {
        padding-right: 35px;
        padding-left: 20px;
        width: 100%;
        position: relative;
        text-align: left;
    }

    .archive_list button::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: calc(50% - 5px);
        right: 15px;
        border-right: solid 1px var(--border-color);
        border-bottom: solid 1px var(--border-color);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 65% 65%;
            -ms-transform-origin: 65% 65%;
                transform-origin: 65% 65%;
    }

    .archive_list button[aria-expanded="true"]::after {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }

.ranking_list {
    counter-reset: li_count;
}

    .ranking_list-item::before {
        content: counter(li_count);
        counter-increment: li_count;
        font-family: var(--unna);
    }

.author-img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

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

.breadcrumb {
    margin-bottom: 30px;
    color: var(--font-color-light);
    font-size: 1rem;
    line-height: 1.6;
}

    .breadcrumb li {
        margin-right: .7em;
        display: inline-block;
    }

        .breadcrumb li::after {
            content: '';
            display: inline-block;
            margin: 0 0 .1em .5em;
            width: .5em;
            height: .5em;
            border-top: solid 1px;
            border-right: solid 1px;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

        .breadcrumb li:last-child {
            margin-right: 0;
            display: inline;
        }

        .breadcrumb li:last-child::after {
            content: none;
        }

        .breadcrumb li a {
            text-decoration: underline;
            -webkit-transition: -webkit-text-decoration .4s;
            transition: -webkit-text-decoration .4s;
            -o-transition: text-decoration .4s;
            transition: text-decoration .4s;
            transition: text-decoration .4s, -webkit-text-decoration .4s;
        }

        @media(hover: hover) {
            .breadcrumb li a:hover {
                -webkit-text-decoration-color: transparent;
                        text-decoration-color: transparent;
            }
        }

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--unna);
    font-size: 1.5rem;
}

    .pagination li + li {
        margin-left: 5px;
    }

    .pagination .page-numbers {
        display: block;
        padding: 5px;
    }

    .pagination .page-numbers.current,
    .pagination .page-numbers.dots {
        color: var(--border-color);
    }

    .pagination .page-numbers.dots {
        padding: 5px 0;
    }

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

        .pagination {
            font-size: 1.8rem;
        }

        .pagination .page-numbers {
            padding: 5px 8px;
        }

    }

/*------------
    header
------------*/

header a {
    display: block;
}

.header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-width: 300px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    background-color: var(--black);
    color: #FFF;
}

    .header-title {
        margin-bottom: 2px;
        text-align: center;
    }

        .header-title .sub {
            height: 0;
            position: relative;
            overflow: hidden;
            color: var(--border-color);
            font-size: 11px;
            opacity: 0;
        }

        .header-title .title {
            display: inline-block;
        }

        .header-title .title img {
            width: auto;
            height: 25px;
        }

    .header-bar .search_lang {
        position: absolute;
        top: 10px;
        right: 12px;
    }

        .header-bar .search_lang .search_form {
            display: none;
            margin-bottom: 10px;
            width: 140px;
            font-size: 1.3rem;
        }

    #global_nav {
        display: none;
        white-space: nowrap;
        letter-spacing: 0.02em;
        text-align: center;
    }

        #global_nav .nav_list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

            #global_nav .nav_list-item {
                position: relative;
            }

            #global_nav .nav_list-item > a {
                -webkit-transition: opacity .4s;
                -o-transition: opacity .4s;
                transition: opacity .4s;
            }

                @media(hover: hover) {
                    #global_nav .nav_list-item > a:hover {
                        opacity: .8;
                    }
                }

            #global_nav .nav_list-child {
                display: none;
            }

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

        .header-bar {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            height: 100px;
            position: relative;
        }

        .header-title {
            margin-bottom: 20px;
        }

        .header-title .title img {
            height: 30px;
        }

        #global_nav {
            display: block;
            max-width: none;
            height: auto;
            opacity: 1;
            font-size: 12px;
        }

            #global_nav .nav_list-item + .nav_list-item {
                margin-left: 15px;
            }

            #global_nav .nav_list-item > a {
                padding: 2px 5px 15px;
            }

            .has_mouse #global_nav .nav_list-parent > a {
                padding-right: 13px;
            }

            .has_mouse #global_nav .nav_list-parent > a::after {
                content: '';
                display: inline-block;
                width: 5px;
                height: 5px;
                position: absolute;
                top: 4px;
                right: 1px;
                border-right: solid 1px;
                border-bottom: solid 1px;
                -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
            }

            #global_nav .nav_list-child {
                min-width: 16rem;
                position: absolute;
                top: 29px;
                left: calc(50% - 8rem);
                z-index: 2;
                background-color: #F5F5F5;
                color: var(--font-color);
                font-size: 11px;
                text-align: left;
            }

            #global_nav .nav_list-child-item + .nav_list-child-item {
                border-top: 1px solid var(--border-color);
            }

            #global_nav .nav_list-child-item a {
                padding: 10px 15px;
                -webkit-transition: background-color .4s;
                -o-transition: background-color .4s;
                transition: background-color .4s;
            }

                @media(hover: hover) {
                    #global_nav .nav_list-child-item a:hover {
                        background-color: rgba(255,255,255,0.5);
                    }
                }

        .header-bar .search_lang .search_form {
            display: block;
        }

    }

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

        .header-bar {
            height: 110px;
        }

        .header-title {
            margin-bottom: 22px;
        }

        .header-title .title img {
            height: 35px;
        }

        #global_nav {
            font-size: 13px;
        }

        #global_nav .nav_list-item + .nav_list-item {
            margin-left: 35px;
        }

        #global_nav .nav_list-child {
            top: 30px;
            font-size: 12px;
        }

        .header-bar .search_lang {
            top: 12px;
            right: 20px;
        }

    }

    #hamburger {
        display: block;
        width: 60px;
        height: 40px;
        position: fixed;
        top: 11px;
        left: 10px;
        z-index: 50;
        border: 0;
        outline: 0;
        cursor: pointer;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
    }

        #hamburger span,
        #hamburger span::before,
        #hamburger span::after {
            display: block;
            width: 40px;
            height: 1px;
            position: absolute;
            background-color: #FFF;
        }

        #hamburger span {
            margin: 0 auto;
            top: 18px;
            left: 10px;
            color: transparent;
            font-size: 0;
            -webkit-transition: background-color .2s;
            -o-transition: background-color .2s;
            transition: background-color .2s;
        }

            #hamburger span::before,
            #hamburger span::after {
                content: '';
                left: 0;
                -webkit-transform-origin: center;
                    -ms-transform-origin: center;
                        transform-origin: center;
            }

                #hamburger span::before {
                    top: -8px;
                    -webkit-transition: top .4s, -webkit-transform .4s;
                    transition: top .4s, -webkit-transform .4s;
                    -o-transition: transform .4s, top .4s;
                    transition: transform .4s, top .4s;
                    transition: transform .4s, top .4s, -webkit-transform .4s;
                }

                #hamburger span::after {
                    top: 8px;
                    -webkit-transition: top .4s, -webkit-transform .4s;
                    transition: top .4s, -webkit-transform .4s;
                    -o-transition: transform .4s, top .4s;
                    transition: transform .4s, top .4s;
                    transition: transform .4s, top .4s, -webkit-transform .4s;
                }

                .drawer-open #hamburger span {
                    background-color: transparent;
                }

                .drawer-open #hamburger span::before {
                    top: 0;
                    -webkit-transform: rotate(22deg);
                        -ms-transform: rotate(22deg);
                            transform: rotate(22deg);
                }

                .drawer-open #hamburger span::after {
                    top: 0;
                    -webkit-transform: rotate(-22deg);
                        -ms-transform: rotate(-22deg);
                            transform: rotate(-22deg);
                }

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

        #hamburger {
            display: none !important;
        }

    }

    #drawer {
        padding: 50px 0 0;
        width: 26rem;
        max-width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -26rem;
        z-index: 49;
        background-color: var(--black-light);
        color: #FFF;
        -webkit-transition: left .3s;
        -o-transition: left .3s;
        transition: left .3s;
    }

        .drawer-open #drawer {
            left: 0;
        }

        #drawer::before {
            content: '';
            display: inline-block;
            width: calc(100% - 38px);
            height: 20px;
            position: absolute;
            top: 50px;
            left: 19px;
            z-index: 151;
            background: linear-gradient(to bottom, var(--black-light), transparent);
        }

        #drawer .inner {
            padding: 20px 20px 25px;
            height: 100%;
            position: relative;
            overflow-y: auto;
            scrollbar-color: transparent;
        }

            #drawer .inner::-webkit-scrollbar {
                width: 5px;
            }

            #drawer .inner::-webkit-scrollbar-thumb {
                background: var(--font-color-light); 
                background-clip: padding-box;
            }

            #drawer .inner::-webkit-scrollbar-track {
                background: var(--font-color);
            }

        #drawer .nav_list {
            font-size: 1.5rem;
            letter-spacing: 0.02em;
            line-height: 1.2em;
        }

            #drawer .nav_list-item + .nav_list-item {
                margin-top: 1em;
            }

        #drawer .search_form {
            margin-top: 15px;
            width: 12rem;
        }

        #drawer .gtranslate_wrapper {
            margin-top: 15px;
            font-size: 1.2rem;
        }

            #drawer .gtranslate_wrapper {
                 -webkit-box-pack: start;
                    -ms-flex-pack: start;
             justify-content: flex-start;
            }

        #drawer .contact_link {
            display: inline-block;
            margin-top: 20px;
            border: 1px solid var(--font-color-light);
            font-size: 1.2rem;
        }

            #drawer .contact_link a {
                padding: 7px 10px 5px;
            }

    #drawer .store_list {
        margin-top: 40px;
        border-top-color: var(--font-color-light);
    }

        #drawer .store_list-item {
            border-bottom-color: var(--font-color-light);
        }

        #drawer .store_list-item a::after {
            border-top-color: var(--font-color-light);
            border-right-color: var(--font-color-light);
        }

    #drawer .headline {
        margin-bottom: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }

    #drawer .tag_section {
        margin-top: 40px;
    }

        #drawer .tag_list {
            font-size: 1.3rem;
        }

        #drawer .tag_list .tag {
            color: var(--gold-light);
        }

    #drawer .archive_section {
        margin-top: 40px;
    }

        #drawer .archive_list,
        #drawer .archive_list li,
        #drawer .archive_list button::after {
            border-color: var(--font-color-light);
        }

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

        #drawer,
        .drawer-open #drawer {
            display: none !important;
        }

    }

    @media screen and (max-width: 749px) {
        body.user_logged_in:has(#wpadminbar) .header-bar { top: 46px; }
        body.user_logged_in:has(#wpadminbar) #hamburger { top: 57px; }
        body.user_logged_in:has(#wpadminbar) #drawer { top: 46px; }
        #wpadminbar { position: fixed !important; }
    }

/*------------
    footer
------------*/

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px 20px;
    background-color: var(--black);
    color: #FFF;
    text-align: center;
}

    .footer-title {
        margin-bottom: 25px;
    }

    .footer-title .sub {
        margin-bottom: 15px;
        color: var(--border-color);
        font-size: 1.2rem;
        letter-spacing: -0.03em;
    }

    .footer-title .title {
        display: inline-block;
    }

        .footer-title .title img {
            width: auto;
            height: 28px;
        }

    .footer-nav {
        margin: 0 auto;
        padding-bottom: 25px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-bottom: 1px solid var(--border-color-dark);
    }

        .footer-nav .nav_list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin: -12px -10px 0;
            font-size: 1.1rem;
            line-height: 1.2;
        }

        .footer-nav .nav_list + .nav_list {
            margin-top: 0;
        }

        .footer-nav .nav_list-item {
            margin: 12px 10px 0;
        }

        .footer-nav .search_lang {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            margin: 15px auto 0;
        }

        .footer-nav .search_lang .search_form {
            margin-right: 22px;
            width: 10rem;
            font-size: 1.3rem;
        }

        .footer-nav .search_lang .gtranslate_wrapper {
            margin-bottom: 2px;
            font-size: 1.1rem;
        }

    footer .copyright {
        margin-top: 15px;
        color: var(--font-color-light);
        font-size: 1rem;
    }

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

        footer {
            padding: 40px 40px 30px;
        }

            .footer-title {
                margin-bottom: 35px;
            }

                .footer-title .sub {
                    font-size: 1.3rem;
                }

                .footer-title .title img {
                    height: 38px;
                }

    .footer-nav {
        padding-bottom: 40px;
    }

        .footer-nav .nav_list {
            margin: -18px -11px 0;
            font-size: 1.3rem;
        }

        .footer-nav .nav_list-item {
            margin: 18px 11px 0;
        }

        .footer-nav .search_lang {
            margin-top: 25px;
        }

        .footer-nav .search_lang .search_form {
            margin-right: 25px;
            width: 14rem;
            font-size: 1.4rem;
        }

        .footer-nav .search_lang .gtranslate_wrapper {
            margin-bottom: 4px;
            font-size: 1.2rem;
        }

    }

/*------------
   sidebar
------------*/

.sidebar {
    display: none;
}

.side-section {
    margin-top: 35px;
}

    .side-section .headline {
        margin-bottom: 5px;
        color: var(--font-color-light);
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }

    .side-new_post .post_list {
        border-top: 1px solid var(--border-color);
    }

        .side-new_post .post_list-item a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

        .side-new_post .post-thumb {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 90px;
        }

        .side-new_post .post-meta {
            padding: 5px 10px;
        }

        .side-new_post .post-date {
            margin-bottom: 3px;
        }

        .side-new_post .post-title {
            font-size: 1.1rem;
            line-height: 1.3;
        }

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

            .side-new_post .post-date {
                font-size: 1rem;
            }

        }

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

            .sidebar {
                display: block;
            }

        }

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

            .side-new_post .post-thumb {
                width: 105px;
            }

        }

    .side-tag .tag_list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: -7px;
        font-size: 1.3rem;
    }

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

            .side-tag .tag_list {
                font-size: 1.4rem;
            }

        }

    .sidebar .contact_link {
        margin-top: 35px;
        font-size: 1.5rem;
        letter-spacing: 0.02em;
    }

        .sidebar .contact_link a {
            padding: 14px;
        }

/*------------
     main
------------*/

.wrapper {
    margin: 0 auto;
    padding: 20px 20px 40px;
    max-width: 1000px;
}

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

        .wrapper {
            padding: 40px 40px 60px;
        }

    }

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

        .wrapper {
            padding: 50px 60px 80px;
        }

    }

/* archive */
.archive-title {
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-align: center;
}

.archive .message {
    margin-top: 40px;
    text-align: center;
}

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

        .archive-title {
            font-size: 2.4rem;
        }

        .archive .message {
            margin-top: 60px;
        }

    }

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

        .archive-title {
            font-size: 2.8rem;
            letter-spacing: 0.05em;
        }

        .archive .message {
            margin-top: 80px;
        }

    }

.search .pagination,
.archive .pagination {
    margin-top: 25px;
}

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

        .search .pagination,
        .archive .pagination {
            margin-top: 30px;
        }

    }

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

        .search .pagination,
        .archive .pagination {
            margin-top: 35px;
        }

    }

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

        .search .pagination,
        .archive .pagination {
            margin-top: 45px;
        }

    }

/* category */

.category-header .archive-title-sub {
    margin-top: 5px;
    color: var(--font-color-light);
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}

.category-header .child_cat_list {
    margin-top: 10px;
    padding: 15px 10px 7px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    font-size: 1.1rem;
    line-height: 1.2;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
}

    .category-header .child_cat_list-item {
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid;
        padding-bottom: 8px;
    }

    .category-header .child_cat_list-item a {
        padding-left: 8px;
        display: block;
        position: relative
    }

    .category-header .child_cat_list-item a::before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        position: absolute;
        top: calc(0.6em - 3px);
        left: -2px;
        border-top: solid 1px var(--border-color);
        border-right: solid 1px var(--border-color);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .category-header .child_cat_list-item .sub {
        color: var(--font-color-light);
        font-size: 1rem;
    }

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

        .category-header .child_cat_list {
            font-size: 1.2rem;
        }

    }

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

        .category-header .child_cat_list {
            margin-top: 15px;
            padding: 15px 15px 3px;
            font-size: 1.3rem;
        }

        .category-header .child_cat_list-item {
            padding-bottom: 12px;
        }

        .category-header .child_cat_list-item a {
            padding-left: 10px;
        }

        .category-header .child_cat_list-item a::before {
            width: 5px;
            height: 5px;
            top: calc(0.6em - 4px);
        }

    }

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

        .category-header .child_cat_list {
            padding: 20px 25px 8px;
            -webkit-column-count: 3;
               -moz-column-count: 3;
                    column-count: 3;
            -webkit-column-gap: 25px;
               -moz-column-gap: 25px;
                    column-gap: 25px;
        }

    }

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

        .category-header .child_cat_list {
            margin-top: 20px;
            -webkit-column-count: 4;
               -moz-column-count: 4;
                    column-count: 4;
        }

    }

/* store */
.archive .store-header {
    margin: 10px auto 0;
    max-width: 500px;
    border-bottom: 1px solid var(--border-color);
}

    .archive .store-header .store-img {
        width: 100%;
        padding-top: 50%;
        position: relative;
        overflow: hidden;
    }

        .archive .store-header .store-img img {
            width: 100%;
            height: auto;
            position: absolute;
            top: -25%;
            left: 0;
        }

    .archive .store-header .store-info {
        padding: 15px;
    }

        .archive .store-header .store-txt {
            font-size: 1.3rem;
            line-height: 1.4;
        }

        .archive .store-header .store-txt p + p {
            margin-top: 3px;
        }

        .archive .store-header .store-txt p a {
            color: var(--gold);
            text-decoration: underline;
            -webkit-transition: -webkit-text-decoration .4s;
            transition: -webkit-text-decoration .4s;
            -o-transition: text-decoration .4s;
            transition: text-decoration .4s;
            transition: text-decoration .4s, -webkit-text-decoration .4s;}

        @media(hover: hover) {
            .archive .store-header .store-txt p a:hover {
                -webkit-text-decoration-color: transparent;
                        text-decoration-color: transparent;
            }
        }

        .archive .store-header .store-txt .link-arrow {
            margin-bottom: 8px;
        }

        .archive .store-header .store-txt .link-arrow a {
            color: currentColor;
        }

        .archive .store-header .store-sns_list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-top: 10px;
        }

            .archive .store-header .store-sns_list li {
                margin-left: 13px;
                width: 26px;
            }

            .archive .store-header .store-sns_list li:first-child {
                margin-left: 0;
            }

            .archive .store-header .store-sns_list a {
                display: block;
                width: 26px;
                height: 26px;
                background: transparent center/contain no-repeat;
                color: transparent;
                font-size: 0;
            }

            .archive .store-header .store-sns_list li.instagram a {
                background-image: url(./assets/img/icon-instagram.png);
            }

        .archive .store-header .store-staff {
            margin-top: 15px;
        }

            .archive .store-header .store-staff-headline {
                margin-bottom: 5px;
                font-size: 1.8rem;
            }

            .archive .store-header .staff_list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            }

                .archive .store-header .staff_list-item {
                    margin-left: 12px;
                    max-width: 5rem;
                    text-align: center;
                }

                .archive .store-header .staff_list-item:first-child {
                    margin-left: 0;
                }

                .archive .store-header .staff_list-item a {
                    display: block;
                }

                .archive .store-header .staff_list-item .staff-avator {
                    margin: 0 auto 2px;
                    width: 36px;
                    position: relative;
                    overflow: hidden;
                    border-radius: 50%;
                }

                .archive .store-header .staff_list-item .staff-name {
                    font-size: 1.2rem;
                    line-height: 1.2;
                }

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

        .archive .store-header .store-info {
            padding: 20px;
        }

        .archive .store-header .store-txt {
            font-size: 1.4rem;
        }

        .archive .store-header .store-staff {
            margin-top: 20px;
        }

    }

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

        .archive .store-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            max-width: none;
            border-top: 1px solid var(--border-color);
        }

        .archive .store-header .store-img {
            -ms-flex-item-align: stretch;
                align-self: stretch;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 50%;
                    flex: 0 1 50%;
            min-width: 40%;
            padding: 0;
        }

            .archive .store-header .store-img img {
                position: relative;
                inset: unset;
            }
        
            @supports ((-o-object-fit: cover) or (object-fit: cover)) {
                .archive .store-header .store-img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                       object-fit: cover;
                }
            }
        
            @supports not ((-o-object-fit: cover) or (object-fit: cover)) {

                .archive .store-header .store-img img {
                    width: auto;
                    height: 100%;
                }
            }

        .archive .store-header .store-info {
            padding: 20px 30px;
        }

    }

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

        .archive .store-header .store-info {
            padding: 20px 40px;
        }
        
    }

/* author */
.archive .author-header {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 500px;
}

    .archive .author-header .author-info {
        display: block;
        text-align: center;
    }

        .archive .author-header .author-avatar {
            margin: 0 auto;
            width: 80px;
            position: relative;
            overflow: hidden;
            border-radius: 50%;
        }

        .archive .author-header .author-txt {
            margin-top: 10px;
        }

        .archive .author-header .author-group {
            margin-bottom: 5px;
            color: var(--gold);
            font-size: 1.2rem;
            line-height: 1.2;
        }

        .archive .author-header .author-name {
            line-height: 1.2;
        }

    .archive .author-header .author-description {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid var(--border-color);
        line-height: 1.6;
        text-align: justify;
    }

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

        .archive .author-header .author-avatar {
            width: 100px;
        }

        .archive .author-header .author-group {
            font-size: 1.4rem;
        }
        
    }

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

        .archive .author-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            margin: 0 auto;
            width: 100%;
            max-width: none;
        }

            .archive .author-header .author-info {
                -ms-flex-item-align: start;
                    align-self: start;
                padding: 0 30px;
            }

            .archive .author-header .author-description {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin: 0;
                padding: 0 0 0 30px;
                border-top: none;
                border-left: 1px solid var(--border-color);
                line-height: 1.8;
            }

    }

/* post_list */
.archive .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
}

    .archive .post_list-item {
        margin: 30px 20px 0 0;
        width: calc(50% - 10px);
    }

    .archive .post_list-item:nth-child(-n+2) {
        margin-top: 0;
    }

    .archive .post_list-item:nth-child(2n) {
        margin-right: 0;
    }

    .archive .post-meta {
        padding: 10px 10px 12px;
    }

    .archive .post-date {
        margin-bottom: 4px;
    }

    .archive .post-title {
        font-size: 1.3rem;
    }

    .archive .post-group {
        margin-top: 4px;
        font-size: 1rem;
    }

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

        .archive .post_list {
            margin-top: 60px;
        }

        .archive .post_list-item {
            margin: 35px 26px 0 0;
            width: calc(50% - 13px);
        }

        .archive .post-meta {
            padding: 10px 12px 12px;
        }

        .archive .post-date {
            margin-bottom: 5px;
        }

        .archive .post-title {
            font-size: 1.4rem;
        }

        .archive .post-top {
            margin-top: 5px;
        }

    }

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

        .archive .post_list-item,
        .archive .post_list-item:nth-child(2n) {
            margin: 40px 27px 0 0;
            width: calc(33.33333% - 18px);
        }

        .archive .post_list-item:nth-child(-n+3) {
            margin-top: 0;
        }

        .archive .post_list-item:nth-child(3n) {
            margin-right: 0;
        }

        .archive .post-meta {
            padding: 10px 15px 12px;
        }

    }

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

        .archive .post_list {
            margin-top: 80px;
        }

        .archive .post_list-item,
        .archive .post_list-item:nth-child(2n) {
            margin: 50px 39px 0 0;
            width: calc(33.33333% - 26px);
        }

        .archive .post_list-item:nth-child(-n+3) {
            margin-top: 0;
        }

        .archive .post_list-item:nth-child(3n) {
            margin-right: 0;
        }

        .archive .post-meta {
            padding: 12px 20px 15px;
        }

        .archive .post-title {
            font-size: 1.5rem;
        }

    }

.search {
    max-width: 800px;
}

.search .search-header {
    margin-bottom: 10px;
}

    .search .search-header .search_form {
        margin: 10px 0 20px;
    }

        .search .search-header .search_form form {
            border: 1px solid var(--border-color);
        }

        .search .search-header input[type="text"] {
            padding: 10px;
            height: calc(1em + 20px);
        }

        .search .search-header button[type="submit"] {
            width: calc(1em + 20px);
            height: calc(1em + 20px);
        }

    .search .search-header .search-found {
        color: var(--font-color-light);
        font-size: 1.2rem;
    }

.search .post_list {
    display: block;
}
    .search .post_list-item {
        padding: 10px 0;
    }

    .search .post_list-item:first-child {
        padding-top: 0;
    }

    .search .post_list-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .search .post-thumb {
        -ms-flex-item-align: start;
            align-self: flex-start;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 120px;
    }

    .search .post-meta {
        padding: 0 15px;
    }

        .search .post-date {
            margin-bottom: 3px;
        }

        .search .post-title {
            font-size: 1.3rem;
            line-height: 1.3;
        }

        .search .post-excerpt {
            display: none;
        }

        .search .post-group {
            margin-top: 3px;
            font-size: 1rem;
        }

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

        .search .search-header {
            margin-bottom: 15px;
        }

            .search .search-header .search_form {
                margin: 15px 0 25px;
            }

            .search .search-header .search-found {
                font-size: 1.3rem;
            }

        .search .post_list-item {
            padding: 15px 0;
        }

            .search .post-thumb {
                width: 138px;
            }

            .search .post-date {
                margin-bottom: 4px;
            }

            .search .post-title {
                font-size: 1.4rem;
            }

            .search .post-group {
                margin-top: 4px;
                font-size: 1.1rem;
            }

    }

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

        .search .search-header input[type="text"] {
            padding: 12px 12px 12px 20px;
            height: calc(1em + 24px);
        }

        .search .search-header button[type="submit"] {
            width: calc(1em + 24px);
            height: calc(1em + 24px);
        }

        .search .post-thumb {
            width: 168px;
        }

        .search .post-date {
            margin-bottom: 5px;
        }

        .search .post-title {
            font-size: 1.6rem;
        }

        .search .post-excerpt {
            display: block;
            margin-top: 5px;
            font-size: 1.1rem;
            line-height: 1.5;
        }

        .search .post-group {
            margin-top: 5px;
        }

    }

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

        .search .search-header {
            margin-bottom: 20px;
        }

            .search .search-header .search_form {
                margin: 20px 0 30px;
            }

            .search .search-header .search-found {
                font-size: 1.4rem;
            }

    }

/* singular */
.singular .wrapper main {
    margin: 0 auto;
    max-width: 600px;
}

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

        .singular .wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            max-width: 920px;
        }

        .singular .wrapper main,
        .singular .wrapper aside {
            position: -webkit-sticky;
            position: sticky;
            top: 30px;
        }

        .singular .wrapper main {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            margin: 0;
        }

        .singular .wrapper aside {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 40px;
            width: 200px;
        }

    }

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

        .singular .wrapper {
            max-width: 1040px;
        }

        .singular .wrapper main,
        .singular .wrapper aside {
            top: 40px;
        }

        .singular .wrapper aside {
            margin-left: 60px;
            width: 260px;
        }

    }

.article .post-header {
    padding-bottom: 15px;
}

    .article .post-header .post-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .article .post-header .post-meta.upper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 10px;
    }

        .article .post-header .post-date {
            padding-top: 1px;
            font-size: 1.2rem;
        }

        .article .post-header .cat_list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            margin-bottom: -4px;
        }

            .article .post-header .cat_list-item {
                margin: 0 0 4px 4px;
            }

    .article .post-header .post-title {
        font-size: 2rem;
        line-height: 1.5;
        word-break: break-word;
    }

    .article .post-header .post-meta.lower {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 5px;
    }

        .article .post-header .post-group {
            -webkit-box-flex: 2;
                -ms-flex-positive: 2;
                    flex-grow: 2;
            margin-right: 10px;
            color: var(--gold);
            font-size: 1.2rem;
            line-height: 1.2;
        }

            .article .post-header .post-group a {
                display: inline-block;
            }

        .article .post-header .post-author a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

            .article .post-header .author-avator {
                margin-right: 5px;
                width: 22px;
                position: relative;
                overflow: hidden;
                border-radius: 50%;
            }
            
            .article .post-header .author-name {
                font-size: 1.2rem;
                line-height: 1.2;
            }

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

        .article .post-header {
            padding-bottom: 20px;
        }

            .article .post-header .post-meta.upper {
                margin-bottom: 14px;
            }

                .article .post-header .post-date {
                    padding-top: 2px;
                    font-size: 1.3rem;
                }

                .article .post-header .cat_list {
                    margin-bottom: -6px;
                }

                .article .post-header .cat_list-item {
                    margin: 0 0 6px 6px;
                }

            .article .post-header .post-title {
                font-size: 2.2rem;
            }

            .article .post-header .post-meta.lower {
                margin-top: 8px;
            }

                .article .post-header .post-group {
                    font-size: 1.3rem;
                }

                .article .post-header .author-avator {
                    margin-right: 5px;
                    width: 26px;
                }
                
                .article .post-header .author-name {
                    font-size: 1.3rem;
                }

    }

.article .post-body {
    padding: 25px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

    .article .post-body h2,
    .article .post-body h3 {
        margin-top: 1.2em;
        margin-bottom: 0.6em;
        font-weight: normal !important;}

        .article .post-body h2:first-child,
        .article .post-body h3:first-child {
            margin-top: 0;}

        .article .post-body h2 {
            padding-left: 15px;
            border-left: 4px solid #C3994A; 
            font-size: 1.2em;
            line-height: 1.5;}

        .article .post-body h3 {
            color: #C3994A;
            font-size: 1.1em;
            letter-spacing: .1em;
            line-height: 1.5;}

    .article .post-body p {
        margin-bottom: .8em;
        line-height: 1.8;
        text-align: justify;}

    .article .post-body p:empty{
        display: none;}

    .article .post-body img,
    .article .post-body div,
    .article .post-body table,
    .article .post-body figure {
        margin: 1.2em 0;}

        .article .post-body img:first-child,
        .article .post-body div:first-child,
        .article .post-body table:first-child,
        .article .post-body figure:first-child {
            margin-top: 0;}

        .article .post-body figure img,
        .article .post-body figure div {
            margin: 0;}

        .article .post-body figure figcaption {
            margin-top: 5px;
            color: var(--font-color-light);
            font-size: .8em;
            line-height: 1.4;}

        .article .post-body p > img:only-child {
            margin: 1.5em 0;}

    .article .post-body ul,
    .article .post-body ol {
        margin-bottom: 1.2em;}

        .article .post-body li ul,
        .article .post-body li ol {
            margin-top: .5em;
            font-size: .95em;}

            .article .post-body li {
                margin-bottom: .5em;}

                .article .post-body li ul li,
                .article .post-body li ol li {
                    margin-bottom: .3em;}

    .article .post-body p:last-child,
    .article .post-body img:last-child,
    .article .post-body div:last-child,
    .article .post-body table:last-child,
    .article .post-body figure:last-child,
    .article .post-body ul:last-child,
    .article .post-body ol:last-child,
    .article .post-body li:last-child {
        margin-bottom: 0;}

    .article .post-body ul {
        padding-left: 1.2em;
        list-style-type: disc;}

    .article .post-body ol {
        padding-left: 1.6em;
        list-style-type: decimal-leading-zero;}

        .article .post-body li::marker {
            color: var(--gold);}

        .article .post-body li {
            line-height: 1.6;}

    .article .post-body table {
        table-layout: auto;
        width: 100%;
        border: 1px solid var(--border-color);
        font-size: .95em;}

        .article .post-body tr,
        .article .post-body thead,
        .article .post-body tbody {
            border-bottom: 1px solid var(--border-color);}

        .article .post-body tr:last-child,
        .article .post-body tbody:last-child {
            border-bottom: none;}

        .article .post-body th,
        .article .post-body td {
            min-width: 4em;
            border-right: 1px solid var(--border-color);
            border-color: var(--border-color) !important;
            vertical-align: middle;}

            .article .post-body th:last-child,
            .article .post-body td:last-child {
                border-right: none;}

        .article .post-body th {
            padding: 5px .5em 7px;
            background: #F5F5F5;
            font-size: .9em;
            font-weight: normal;
            line-height: 1.2;
            text-align: center;}
            
        .article .post-body td {
            padding: 6px .5em;
            line-height: 1.4;}
            
        .article .post-body tfoot {
            border-top-width: 1px;}

        .article .post-body tfoot td {
            padding: 5px .5em 7px;
            background: #F5F5F5;
            font-size: .9em;
            line-height: 1.2;
            text-align: center;}

        .article .post-body iframe {
            max-width: 100%;}

        .article .post-body strong {
            font-weight: bold;}

        .article .post-body em {
            font-style: oblique}

        .article .post-body p a {
            color: var(--gold);
            text-decoration: underline;
            -webkit-transition: -webkit-text-decoration .4s;
            transition: -webkit-text-decoration .4s;
            -o-transition: text-decoration .4s;
            transition: text-decoration .4s;
            transition: text-decoration .4s, -webkit-text-decoration .4s;}

        @media(hover: hover) {
            .article .post-body p a:hover {
                -webkit-text-decoration-color: transparent;
                        text-decoration-color: transparent;
            }
        }

        .article .post-body .has-text-align-left {text-align: left !important;}
        .article .post-body .has-text-align-center {text-align: center !important;}
        .article .post-body .has-text-align-right {text-align: right !important;}

        .article .post-body .ogp_link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin: 1em 0;
            position: relative;
            overflow: hidden;
            border-radius: 4px;
            border: 1px solid var(--border-color);
            font-family: var(--sans-serif);
        }

            .article .post-body .ogp_link-img {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 80px;
                        flex: 0 0 80px;
                margin: 0;
                min-height: 80px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

            .article .post-body .ogp_link-txt {
                -ms-flex-item-align: center;
                    align-self: center;
                margin: 0;
                padding: 8px 12px;
            }

            .article .post-body .ogp_link-txt:only-child {
                padding: 18px;
            }

            .article .post-body .ogp_link-site {
                margin: 0 0 5px;
                color: var(--font-color-light);
                font-size: 10px;
                line-height: 1.2;
            }

            .article .post-body .ogp_link-title {
                margin: 0;
                font-size: 13px;
                line-height: 1.3;
            }

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

        .article .post-body {
            padding: 30px 0;
        }

            .article .post-body .ogp_link-img {
                -ms-flex-preferred-size: 110px;
                    flex-basis: 110px;
                min-height: 110px;
            }

            .article .post-body .ogp_link-txt {
                padding: 8px 18px;
            }

            .article .post-body .ogp_link-site {
                margin-bottom: 7px;
            }

            .article .post-body .ogp_link-title {
                font-size: 14px;
            }

    }

.article .post-footer {
    padding-top: 30px;
}

    .article .post-footer .headline {
        color: var(--font-color-light);
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .article .post-footer .attention {
        margin-bottom: 25px;
        color: var(--font-color-light);
        font-size: .8em;
        line-height: 1.5;
        text-align: justify;
    }

    .article .post-footer .contact_link {
        margin: 0 auto 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 1.3rem;
        line-height: 1.5;
    }

        .article .post-footer .contact_link a {
            padding: 12px 30px;
        }

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

        .article .post-footer {
            padding-top: 40px;
        }

            .article .post-footer .headline {
                font-size: 1.6rem;
            }

            .article .post-footer .attention {
                margin-bottom: 35px;
            }

            .article .post-footer .contact_link {
                margin-bottom: 40px;
                font-size: 1.5rem;
            }

    }

    .article .post-footer .post-store {
        margin: 0 auto;
        padding: 20px 30px 30px;
        width: 95%;
        max-width: 480px;
        border: 1px solid var(--border-color);
    }

        .article .post-footer .post-store .store-info,
        .article .post-footer .post-store .store-post {
            margin: 0 auto;
            max-width: 420px;
        }

            .article .post-footer .post-store .store-link {
                display: block;
            }

            .article .post-footer .post-store .store-name {
                margin-bottom: 10px;
                font-size: 1.7rem;
                line-height: 1.4;
                text-align: center;
            }

            .article .post-footer .post-store .store-img {
                width: 100%;
                padding-top: 50%;
                position: relative;
                overflow: hidden;
            }
                
                .article .post-footer .post-store .store-img img {
                    width: 100%;
                    height: auto;
                    position: absolute;
                    top: -25%;
                    left: 0;
                }
            
            .article .post-footer .post-store .store-text {
                margin-top: 15px;
                font-size: 1.2rem;
                line-height: 1.4;
            }
                
                .article .post-footer .post-store .store-text p + p {
                    margin-top: 3px;
                }
                
                .article .post-footer .post-store .store-text p a {
                    color: var(--gold);
                    text-decoration: underline;
                    -webkit-transition: -webkit-text-decoration .4s;
                    transition: -webkit-text-decoration .4s;
                    -o-transition: text-decoration .4s;
                    transition: text-decoration .4s;
                    transition: text-decoration .4s, -webkit-text-decoration .4s;
                }

                @media(hover: hover) {
                    .article .post-footer .post-store .store-text p a:hover {
                        -webkit-text-decoration-color: transparent;
                                text-decoration-color: transparent;
                    }
                }
            
            .article .post-footer .post-store .store-info .view_more {
                display: inline-block;
                margin-top: 10px;
                font-size: 1rem;
            }
                
                .article .post-footer .post-store .store-info .view_more a {
                    padding: 4px 6px;
                }
        
        .article .post-footer .post-store .store-post {
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid var(--border-color);
        }
        
        .article .post-footer .post-store .store-post-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 10px;
        }
            
            .article .post-footer .post-store .store-post-headline {
                margin-right: 10px;
                color: var(--font-color-light);
                font-size: 1.3rem;
                letter-spacing: 0.05em;
            }
            
            .article .post-footer .post-store .store-post-header .view_all {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                font-size: 1rem;
            }

            .article .post-footer .post-store .store-post-header .view_all a {
                padding: 4px 6px;
            }

        .article .post-footer .post-store .post_list-item:first-child {
            border-top: 1px solid var(--border-color);
        }

            .article .post-footer .post-store .post_list-item a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

            .article .post-footer .post-store .post_list-item .post-thumb {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                width: 90px;
            }

            .article .post-footer .post-store .post_list-item .post-meta {
                padding: 5px 10px;
            }

            .article .post-footer .post-store .post_list-item .post-date {
                margin-bottom: 3px;
            }

            .article .post-footer .post-store .post_list-item .post-title {
                font-size: 1.1rem;
                line-height: 1.3;
            }

        @media screen and (min-width:500px) {
            
            .article .post-footer .post-store .store-info .view_more {
                font-size: 1.1rem;
            }
            
            .article .post-footer .post-store .store-post-header .view_all {
                font-size: 1.1rem;
            }


            .article .post-footer .post-store .post_list-item .post-date {
                font-size: 1rem;
            }

        }

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

            .article .post-footer .post-store {
                width: 100%;
                max-width: none;
            }

        }

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

            .article .post-footer .post-store {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: stretch;
                    -ms-flex-align: stretch;
                        align-items: stretch;
                padding: 20px 30px;
            }

            .article .post-footer .post-store .store-name {
                text-align: left;
            }

            .article .post-footer .post-store .store-info {
                -webkit-box-flex: 2;
                    -ms-flex-positive: 2;
                        flex-grow: 2;
                margin: 0;
                max-width: none;
            }

            .article .post-footer .post-store .store-post {
                -webkit-box-flex: 0;
                    -ms-flex: 0 1 220px;
                        flex: 0 1 220px;
                margin: 0 0 0 20px;
                padding: 0 0 0 20px;
                border-top: none;
                border-left: 1px solid var(--border-color);
            }

            .article .post-footer .post-store .post_list-item .post-thumb {
                width: 90px;
            }

            .article .post-footer .post-store .post_list-item .post-meta {
                padding: 3px 0 3px 8px;
            }

            .article .post-footer .post-store .post_list-item .post-date {
                margin-bottom: 2px;
            }

        }

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

            .article .post-footer .post-store {
                padding: 25px 35px;
            }

            .article .post-footer .post-store .store-post {
                -ms-flex-preferred-size: 250px;
                    flex-basis: 250px;
                margin-left: 25px;
                padding-left: 25px;
            }

            .article .post-footer .post-store .post_list-item .post-meta {
                padding: 4px 12px;
            }

        }

    .article .post-footer .post-author {
        margin: calc(30px + 0.7rem) auto 30px;
        padding: 0 20px 25px;
        width: 85%;
        min-width: 250px;
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
    }

        .article .post-footer .post-author .headline {
            margin: -0.7rem auto 10px;
            padding: 0 10px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            background-color: #FFF;
            letter-spacing: 0.2em;
        }

        .article .post-footer .post-author .author-info,
        .article .post-footer .post-author .author-post {
            margin: 0 auto;
            max-width: 280px;
        }

        .article .post-footer .post-author .author-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin: 0 auto;
            padding-left: 70px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            min-height: 60px;
            position: relative;
        }

        .article .post-footer .post-author .author-avator {
            width: 60px;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            border-radius: 50%;
        }

        .article .post-footer .post-author .author-name {
            font-size: 1.8rem;
            line-height: 1.2;
        }

        .article .post-footer .post-author .author-group {
            margin-top: 5px;
            color: var(--gold);
            font-size: 1.1rem;
            line-height: 1.2;
        }

        .article .post-footer .post-author .author-description {
            margin-top: 5px;
            font-size: 1.3rem;
            line-height: 1.4;
            text-align: justify;
        }

        .article .post-footer .post-author .author-description .link-arrow {
            margin-left: 5px;
        }
        
    .article .post-footer .post-author .author-post {
        margin-top: 20px;
    }
    
    .article .post-footer .post-author .author-post-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 8px;
    }
        
        .article .post-footer .post-author .author-post-headline {
            margin-right: 10px;
            color: var(--font-color-light);
            font-size: 1.3rem;
            letter-spacing: 0.05em;
        }
        
        .article .post-footer .post-author .author-post-header .view_all {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            font-size: 1rem;
        }

        .article .post-footer .post-author .author-post-header .view_all a {
            padding: 4px 6px;
        }

    .article .post-footer .post-author .post_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

        .article .post-footer .post-author .post_list-item {
            margin: 20px 16px 0 0;
            width: calc(50% - 8px);
        }

        .article .post-footer .post-author .post_list-item:nth-child(-n+2) {
            margin-top: 0;
        }

        .article .post-footer .post-author .post_list-item:nth-child(2n) {
            margin-right: 0;
        }

        .article .post-footer .post-author .post_list-item .post-meta {
            padding: 7px;
        }

        .article .post-footer .post-author .post_list-item .post-date {
            margin-bottom: 3px;
        }

        .article .post-footer .post-author .post_list-item .post-title {
            font-size: 1.1rem;
            line-height: 1.3;
        }

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

            .article .post-footer .post-author {
                margin-top: calc(40px + 0.8rem);
                margin-bottom: 40px;
                width: 100%;
                max-width: 600px;
            }

            .article .post-footer .post-author .headline {
                margin: -0.8rem auto 15px;
            }

            .article .post-footer .post-author .author-info,
            .article .post-footer .post-author .author-post {
                max-width: 510px;
            }

            .article .post-footer .post-author .author-info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                padding-left: 96px;
                min-height: 84px;
                position: relative;
            }

            .article .post-footer .post-author .author-header {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin: 0;
                padding-left: 0;
                min-height: 0;
                position: static;
            }

            .article .post-footer .post-author .author-avator {
                width: 84px;
            }

            .article .post-footer .post-author .author-name {
                font-size: 1.8rem;
            }

            .article .post-footer .post-author .author-group {
                margin: 0 0 0 8px;
                padding-left: 6px;
                border-left: 1px solid var(--border-color);
            }
        
            .article .post-footer .post-author .author-post-header .view_all {
                font-size: 1.1rem;
            }

            .article .post-footer .post-author .post_list-item,
            .article .post-footer .post-author .post_list-item:nth-child(-n+2),
            .article .post-footer .post-author .post_list-item:nth-child(2n) {
                margin: 0 12px 0 0;
                width: calc(25% - 9px);
            }

            .article .post-footer .post-author .post_list-item:last-child {
                margin-right: 0;
            }

            .article .post-footer .post-author .post_list-item .post-date {
                font-size: 1rem;
            }
        }

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

            .article .post-footer .post-author .post_list-item .post-meta {
                padding: 7px 10px;
            }

        }

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

            .article .post-footer .post-author {
                padding: 0 20px 30px;
            }

            .article .post-footer .post-author .headline {
                margin-bottom: 20px;
            }

        }

    .article .post-footer .post-tag {
        margin-bottom: 25px;
    }

        .article .post-footer .post-tag .headline {
            padding-bottom: 8px;
        }

        .article .post-footer .tag_list {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 1.3rem;
        }

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

        .article .post-footer .post-tag {
            margin-bottom: 30px;
        }

            .article .post-footer .post-tag .headline {
                padding-bottom: 10px;
            }

            .article .post-footer .tag_list {
                font-size: 1.4rem;
            }

    }

        .article .post-footer .post-share .headline {
            padding-bottom: 8px;
        }

        .article .post-footer .share_list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }

            .article .post-footer .share_list-item {
                width: 30px;
            }

            .article .post-footer .share_list-item + .share_list-item {
                margin-left: 15px;
            }

            .article .post-footer .share_list a {
                display: block;
                -webkit-transition: opacity .4s;
                -o-transition: opacity .4s;
                transition: opacity .4s;
            }

            @media(hover: hover) {
                .article .post-footer .share_list a:hover {
                    opacity: .8;
                }
            }

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

        .article .post-footer .post-share .headline {
            padding-bottom: 10px;
        }

    }

.single .related_post {
    display: block;
    margin-top: calc(30px + 0.7rem);
    border-top: 1px solid var(--border-color);
}

    .single .related_post .headline {
        margin: -0.7rem auto 15px;
        padding: 0 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background-color: #FFF;
        color: var(--font-color-light);
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .single .related_post .post_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

        .single .related_post .post_list-item {
            margin: 30px 20px 0 0;
            width: calc(50% - 10px);
        }

        .single .related_post .post_list-item:nth-child(-n+2) {
            margin-top: 0;
        }

        .single .related_post .post_list-item:nth-child(2n) {
            margin-right: 0;
        }

        .single .related_post .post-meta {
            padding: 8px 10px 10px;
        }

        .single .related_post .post-date {
            margin-bottom: 4px;
        }

        .single .related_post .post-title {
            font-size: 1.3rem;
        }

        .single .related_post .post-group {
            margin-top: 4px;
            font-size: 1rem;
        }

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

        .single .related_post {
            margin-top: calc(40px + 0.8rem);
        }

        .single .related_post .headline {
            margin-top: -0.8rem;
            font-size: 1.6rem;
        }

        .single .related_post .post_list-item,
        .single .related_post .post_list-item:nth-child(2n) {
            margin: 30px 18px 0 0;
            width: calc(33.33333% - 12px);
        }

        .single .related_post .post_list-item:nth-child(-n+3) {
            margin-top: 0;
        }

        .single .related_post .post_list-item:nth-child(3n) {
            margin-right: 0;
        }

        .single .related_post .post-date {
            margin-bottom: 5px;
        }

        .single .related_post .post-title {
            font-size: 1.4rem;
        }

        .single .related_post .post-group {
            margin-top: 5px;
            font-size: 1.1rem;
        }

    }

.page .contact_form div {
    margin: 1.5em 0;
}

    .page .contact_form div:first-of-type {
        margin-top: 0;
    }

    .page .contact_form input[type="text"],
    .page .contact_form input[type="email"],
    .page .contact_form input[type="tel"],
    .page .contact_form textarea {
        margin-top: 8px;
        padding: 5px 10px;
        width: 100%;
        border-radius: 2px;
        border: 1px solid var(--border-color);
        font-family: var(--sans-serif);
        color: var(--font-color);
        font-size: inherit;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        outline: none;
    }

        .page .contact_form textarea {
            height: 200px;
            resize: vertical;
        }

    .page .contact_form .required {
        color: var(--red);
        font-size: .8em;
    }

    .page .contact_form .button-box {
        margin: 0 auto;
        padding: 14px;
        width: 200px;
    }

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

        .page .contact_form input[type="text"],
        .page .contact_form input[type="email"],
        .page .contact_form input[type="tel"],
        .page .contact_form textarea {
            padding: 10px 15px;
        }

        .page .contact_form textarea {
            height: 300px;
        }

    }