body {
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.08em;
    height: 100%;
    background-color: #FFFFFF;
}


h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.1rem;
}

.single-works-entry-title {
    font-size: 2rem;
    margin: 0.67em 0;
    text-align: center;
}

a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
}

a:hover,
a:focus,
a:active {
    color: #6699CC;
}

/* -------------------- content area */

h1.entry-title {
    margin: 1em 0 1em 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.page-title {
    margin: 1em 0 50px 0;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
}

.page-title:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -5px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: black;
}

.entry-title {
    display: inline-block;
    border-bottom: solid 1px black;
    padding-bottom: 5px;
}

.entry-header .entry-title {
    border-bottom: solid 1px #333333;
    padding-bottom: 3px;
}

.content-area {
    font-size: 0.75rem;
    /*padding-top: 50px;*/
    max-width: 840px;
    margin: 0 0 50px auto;
}

.site-main {
    width: 90%;
    max-width: 720px;
    margin: auto;
    padding-left: 80px;
}

.post {
    margin: 0 0 2em 0;
    padding-bottom: 3em;
    border-bottom: 1px solid gray;
}

.posted-on {
    font-weight: 700;
}

.site-main .posts-navigation {
    margin-top: 30px;
}

.post-navigation .nav-previous::before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-weight: 900;
    margin-right: 10px;
}

.post-navigation .nav-next::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    margin-left: 10px;
}

.entry-content a {
    word-wrap: break-word;
}

/* -------------------- front page */

.home .main-navigation {
    display: none;
}

.home .entry-title {
    display: none;
}

.home .drowing-1 {
    display: none;
}

.home .drowing-2 {
    display: none;
}

.home {
    background-image: url(https://k-a-i.info/kaiwp/wp-content/uploads/2026/03/bg202603.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% center;
}

.home .custom-logo {
    width: 80%;
    max-height: 90px;
}

.home .site-branding img {
    display: none;
}

/* ロゴ・マイゴッドカード位置指定  ----------------------------------------------------- */


/* =========================
   スマホ（初期）
========================= */
.link-entrance img {
    position: absolute;
    top: 70%;
    left: 50%;
    max-width: 100px;
}

.mygod-link img {
    position: absolute;
    top: 67%;
    right: 10%;
    max-width: 25px;
}


/* =========================
   中間（タブレット・大きめスマホ）
========================= */
@media screen and (min-width: 600px) {

    .link-entrance img {
        top: 69%;
        left: 51%;
        max-width: 98px;
    }

    .mygod-link img {
        top: 72%;
        right: 25%;
        max-width: 27px;
    }
}


/* =========================
   PC
========================= */
@media screen and (min-width: 769px) {

    .link-entrance img {
        top: 69%;
        left: 52%;
        max-width: 95px;
        transform: rotate(7deg);
    }

    .mygod-link img {
        top: 80%;
        right: 37%;
        max-width: 30px;
        transform: rotate(30deg);
    }
}

/* -------------------- menu */

/* kai-logo */

.custom-logo {
    width: 120px;
}

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

    .custom-logo {
        width: 140px;
    }

}


.site-branding {
    position: fixed;
    top: 40%;
    left: -1%;
    z-index: 20;
}

.menu-toggle {
    display: none;
}

.main-navigation {
    position: fixed;
    left: 12px;
    bottom: 30px;
    max-width: 80px;
    line-height: 1.9;
}

.main-navigation ul {
    display: block;
}

.main-navigation li {
    letter-spacing: 0.05rem;
    float: none;
    font-size: 0.75rem;
    font-family: arial;
    font-weight: 600;
}

/* schedule letter-spacing */
li.menu-item-64 {
    letter-spacing: 0.03rem;
}

/* news */
.menu-item-380 {
    max-width: 40px;
    left: 0px;
}

/* about */
.menu-item-62 {
    max-width: 45px;
    left: 0px;
}

/* schedule */
.menu-item-64 {
    max-width: 60px;
    left: 0px;
}

/* works */
.menu-item-65 {
    max-width: 45px;
    left: 0px;
}

/* journal */
.menu-item-63 {
    max-width: 50px;
    left: 0px;
}

body.home:before {
    content: "";
    display: none;
}


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

.site-info {
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 0.7rem;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: rotate(90deg) translate(100%, 50%) translateZ(0);
}

/*.site-info:after {
    content: '.. All rights reserved.';
    font-size: 0.7rem;
    color: #404040;
}*/


.sns-icon {
    position: fixed;
    top: 40%;
    right: -20px;
    line-height: 2.3;
}

.footer-sns-icon {
    font-size: 1.1rem;
    margin-right: 5px;
    display: block;
}

.home .site-footer {
    display: none;
}

.drowing-1 {
    max-width: 20px;
    position: fixed;
    top: 75%;
    left: 80%;
}

.drowing-2 {
    width: 90%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: -5%;
    z-index: -1;
}


/* -------------------- mygod */

.my-god .main-navigation {
    display: none;
}

.my-god .entry-title {
    display: none;
}

.my-god img {
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mygod-back {
    position: absolute;
    top: 85%;
    left: 50%;
    font-size: 0.6rem;
}

/* -------------------- news */

.content-news .entry-content {
    margin: 0;
}

.content-news .post {
    margin: 0 0 1.5em 0;
}

/* -------------------- schedule */

.schedule {
    margin: 0 0 1em 0;
}

.category-schedule .post {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.category-schedule h2.entry-title {
    border-bottom: 0;
    font-size: .75rem;
    font-weight: 400;
}

/* -------------------- journal */

.journal {
    margin: 0 0 1em 0;
}

.category-journal .post {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.category-journal h2.entry-title {
    border-bottom: 0;
    font-size: .75rem;
    font-weight: 400;
}


/* -------------------- profile */

.profile .entry-title {
    display: inline-block;
    border-bottom: solid 0px black;
}

.profile .entry-title {
    margin: 1em 0 50px 0;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
}

.profile .entry-title:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -5px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: black;
}


/* -------------------- photos */

.category-transcription .posted-on {
    display: none;
}
