/* type */
body
{
    background-color: whitesmoke;
    color: #323232;
}

iframe
{
    aspect-ratio: 16 / 9;
    height: auto;
}

/* id */
#main
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#title
{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#title-texts
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#title-texts-title
{
    font-size: 3.5em;
    font-weight: bold;
    font-family: "Shippori Antique", serif;
    line-height: 100%;
}

#title-texts-genre
{
    font-size: 1.25em;
    font-family: "Sawarabi Mincho", serif;
    position: relative;
    top: 7px;
}

#link
{
    font-size: 1em;
    font-family: "Sawarabi Mincho", serif;
}

#title-thumbnail-image
{
    width: 80vw;
}

#graphic
{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#graphic-screenShots
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#explain
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sections
{
    width: 80%;
    display: flex;
    flex-direction: column;
}

#sections > :first-child
{
    margin-top: 75px;
}

/* class */
.graphic-screenShots-screenShot
{
    width: 150px;
    margin: 5px 5px 0;
}

.explain-text
{
    font-family: "Sawarabi Mincho", serif;
}

.explain-text > p:first-child
{
    margin-top: 0;
}

.explain-text > p:last-child
{
    margin-bottom: 0;
}

.section
{
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.section-title
{
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.section-title > :nth-child(1)
{
    font-family: "Shippori Antique", serif;
    margin: 0;
}

.section-title > :nth-child(2)
{
    font-family: "Shippori Antique", serif;
    margin: 0;
    position: relative;
    bottom: 5px;
    left: 1px;
}

.section-content
{
    flex: 1;
    margin-top: 5px;
}
