@charset "UTF-8";
/*
Theme Name:RyoMsimpleCorp
Description:twentytwentyone child
Template:twentytwentyone
Author:ryomport
Version:0.0.1
*/


/******about index layout********/
.index-post {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 600px;
    margin: 0!important;
}

.entry-content.index-projects {
    z-index: 0;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    background-color: #000;
    filter: brightness(0.75);
    margin: 0;
}
.entry-content.index-projects.on-mainpage img {
    width: 100vw!important;
    max-width: 100vw!important;
}

.entry-content.index-projects.have-link:hover,
.entry-content.index-projects.have-link:active {
    filter: brightness(1.15);
}

.index-post header.entry-header, .indexpost-contents {
    position: absolute;
    z-index: 1;
    left: 10rem;
    width: 80%;

}

.index-post header.entry-header h1.entry-title {
    color: #fff;
    margin: 0;
}


.indexpost-contents header.entry-header {
    position: relative;
    left: 0;
	margin: 0;
}

.indexpost-contents {
    color: #ffff;
}

footer#colophon.site-footer {
    margin-top: 0;
}

/***about single post***/
header.entry-header.alignwide.single-project {
    margin: 0;
    width: 100%;
}

header.entry-header.alignwide.single-project{
    margin: 0;
    width: 100%;
    max-width: fit-content;
}

header.entry-header.alignwide.single-project figure.post-thumbnail img {
    width: 100vw!important;
	max-width: 100vw!important;
}
.singular h1.entry-title {
    font-size: 2rem;
    font-weight: 600;
}


/***archive***/
.projects-archive header.page-header.alignwide {
    display: none;
}


.projects-archive {
    display: grid;
    column-gap: 0.5%;
    row-gap: 1rem;
    grid-template-columns: repeat(3,33%);
    grid-template-rows: repeat(3,10rem);
}

.projects-archive .index-post {
    position: relative;
    overflow: hidden;
}

.projects-archive .index-post header.entry-header {
    left: 1rem;
}

.projects-archive .index-post header.entry-header h1 {
    font-size: 1.5rem;
    font-weight: 600;
}