/*
Theme Name: kohno
Theme URI: https://kohno.com/
Author: the kohno
Author URI: https://kohno.com/
Description: kohno project
Version: 1.0
*/
main.main-content {
    padding-top: 175px;
}
:root {
    --primary-color: #393A3D;
    --second-color: #B43C10;
}

.br-mobile {
    display: none;
}
.logo a {
    display: inline-block;
}
.page-404-content h2 {
    font-family: joanna-sans-nova, sans-serif;
    font-weight: 300;
}
.page-404-content {
    text-align: center;
    margin-top: 30px;
}
.btn-404-back-home a {
    color: var(--primary-color);
    text-decoration: underline;
}
.btn-404-back-home a:hover, .btn-404-back-home a:focus {
    color: var(--second-color);
    text-decoration: underline;
}
.main-navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.menu-desktop-custom ul li a {
    font-family: joanna-sans-nova, sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
}
.section-heading-page .detail-section-heading-page {
    margin-top: 55px;
}
.logo {
    text-align: center;
}
.main-menu-header-right {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
}
.menu-desktop-custom .navbar-nav {
    flex-direction: unset;
}
.navbar-header {
    width: 100%;
    border-bottom: 1px solid #000000;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.menu-desktop-custom >ul >li {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1em;
}
.main-connect-social {
    display: none;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: var(--primary-color);
    text-align: center;
    left: 0;
}
#header.UpMove {
    animation: UpAnime 0.5s forwards;
}
#header.DownMove {
    animation: DownAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-175px);
    }
}

/*　下に下がる動き　*/

#header.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
        opacity: 0;
        transform: translateY(-175px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.custom-header {
    padding: 35px 55px;
}
.row-alight-center {
    text-align: center;
}
.logo-footer-column .inner {
    width: 100%;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
footer {
    padding-bottom: 40px;
    margin-top: 60px;
}
.copyright-text {
	font-family: joanna-sans-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 0;
    font-size: 14px;
    color: #000;
}
.menu-desktop-custom >ul >li > a {
    border-bottom: 1px solid #000;
    transition: all 0.2s;
}
.menu-desktop-custom ul li a:hover {
    text-decoration: none;
    color: var(--second-color);
    border-bottom-color: var(--second-color);
}
.detail-section-heading-page {
    border-bottom: 1px solid #000;
    overflow: hidden;
    text-transform: uppercase;
}
body.blog .section-news-list {
    border-top: none;
}
.col-open-content-post {
    padding-left: 0px;
    padding-right: 0px;
}
.section-news-list-code .row-item-news {
    cursor: pointer;
}
.section-news-list-code .row-item-news.expand {
    border-bottom-color: transparent;
}
.detail-content-post-open {
    margin-top: 40px;
    padding-bottom: 130px;
    border-bottom: 1px solid #000;
    letter-spacing: 0.5px;
}
.link-back-thank-submit {
    color: var(--primary-color);
    text-decoration: underline;
}
.link-back-thank-submit:hover, .link-back-thank-submit:focus {
    color: var(--second-color);
    text-decoration: underline;
}

