@charset "utf-8";

/* ↓↓↓↓↓ 常設設定 ↓↓↓↓↓ */

html {
    scroll-behavior: smooth;

}

body {
    /* line-height: 1.5; */
    background-color: #222222;
    margin: 0 auto;
}

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

h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

h4 {
    display: block;
    font-weight: bold;
}

/* ↑↑↑↑↑ 常設設定ここまで ↑↑↑↑↑ */

/* ↓↓↓↓↓ ヘッダー ↓↓↓↓↓ */

header {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-size: 16px;
    background-color: #EEEEEE;

}

.name {
    font-size: 25.5vw;
    margin-top: -0.2em;
    margin-bottom: -0.4em;
}

.profile {
    font-size: 25.5vw;
    margin-bottom: -0.3em;
}

header div {
    display: flex;
}

.works {
    font-size: 13vw;
}

.skills {
    font-size: 13vw;
    display: block;
    margin: 0 0 0 auto;
}

.header_space {
    margin-bottom: 300px;
}

.header_space::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/_PPT5004.JPG) no-repeat center/cover;
    z-index: -1;
}

/* ↓↓↓↓↓ プロフセクション ↓↓↓↓↓ */

main {
    line-height: 1.6;
}

.uper_sct {
    background-color: #999999;
    background-image: url(../images/wt_line.png) no-repeat;
    background-position: 80%;
}


#upsct_ttl {
    color: #eee;
    font-size: 100px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}


.prof {
    display: flex;
    justify-content: center;
}

figure {
    background-color: rgba(140, 145, 155, 1.0);
    padding: 200px 0 180px 100px;
    margin: -160px 50px 0px 0px;
    position: relative;
    z-index: 1;
}

section h2 {
    font-weight: 900;

}

article div {
    background-color: rgba(180, 180, 180, 1.0);
    padding: 50px;
    margin: 40px 100px 50px 30px;
}

figure img {
    width: 250px;
}

/* ↓↓↓↓↓ セクション１ ↓↓↓↓↓ */

.lower_sct {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../images/nz_stream.jpg);
    background-size: cover;
    position: relative;
}

#lwsct_ttl {
    color: #eee;
    font-size: 100px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.select {
    display: flex;
    justify-content: space-around;
    font-size: 300px;
    font-weight: bold;
}

.select p {
    color: #111;
}

#lwsct_ttl2 {
    color: #EEEEEE;
    font-size: 100px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

/* ↓↓↓↓↓ セクション２ ↓↓↓↓↓ */

.lower_sct2 {
    background-color: #222222;
}

.app {
    display: flex;
    justify-content: center;
}

/* ↓↓↓三角配置↓↓↓ */
.triangle {
    display: grid;
    grid-template-columns: 36px 36px 36px 36px 36px 36px;
    grid-template-rows: 72px 72px 72px;
    gap: 10px;
    padding: 0 20px 60px 20px;
}

.bx01 {
    grid-column: 3/5;
    grid-row: 1/2;
}

.bx02 {
    grid-column: 2/4;
    grid-row: 2/3;
}

.bx03 {
    grid-column: 4/6;
    grid-row: 2/3;
}

.bx04 {
    grid-column: 1/3;
    grid-row: 3/4;
}

.bx05 {
    grid-column: 3/5;
    grid-row: 3/4;
}

.bx06 {
    grid-column: 5/7;
    grid-row: 3/4;
}

.triangle li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ↑↑↑三角配置ここまで↑↑↑ */

.app-f {
    display: grid;
    grid-template-rows: 72px 72px 72px;
    gap: 10px;
    padding-bottom: 50px;
    color: #EEEEEE;
    font-size: 16px;
    font-weight: 200;
    text-align: right;
    align-items: center;
}

.fbx01 {
    grid-column: 1/2;
    grid-row: 1/2;
}

.fbx02 {
    grid-column: 1/2;
    grid-row: 2/3;
}

.fbx03 {
    grid-column: 1/2;
    grid-row: 3/4;
}

.app-r {
    display: grid;
    grid-template-rows: 72px 72px 72px;
    gap: 10px;
    padding-bottom: 50px;
    color: #EEEEEE;
    font-size: 16px;
    font-weight: 200;
    align-items: center;
}

.rbx01 {
    grid-column: 1/2;
    grid-row: 1/2;
}

.rbx02 {
    grid-column: 1/2;
    grid-row: 2/3;
}

.rbx03 {
    grid-column: 1/2;
    grid-row: 3/4;
}

/* ↓↓↓↓↓ セクション３ ↓↓↓↓↓ */

.lower_sct3 {
    background-color: #222222;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-evenly;
}

/* ↓↓↓瓦版↓↓↓ */

aside {
    flex-basis: 40%;
}

.recentNav ul li {
    color: #eee;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.recentNav ul {
    /* width: 400px; */
    height: 400px;
    margin: 0 20px 0 20px;
    overflow: hidden scroll;
}

.recentNav h2 {
    margin-left: 20px;
    color: rgba(140, 145, 155, 1.0);
}

/* ↓↓↓Form↓↓↓ */

form {
    flex-basis: 40%;
    /* width: 500px; */
    color: #eee;

}
#lwsct_ttl3 {
    color: rgba(140, 145, 155, 1.0);
}




select,
input[type="text"],
input[type="email"],
textarea {
    background-color: rgba(140, 145, 155, 1.0);
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    padding: 4px 8px;
}

textarea {
    height: 148px;
    margin-bottom: 30px;
}

form>p {
    line-height: 1.4;
    margin-bottom: 20px;
}

.send_btn {
    text-align: center;
}

input[type="submit"] {
    background-color: #121212;
    border: 1px solid #eee;
    color: #eee;
    padding: 16px 72px;
}

/* ↓↓↓↓↓ フッター ↓↓↓↓↓ */

footer {
    color: #eee;
    background-color: #121212;
    text-align: center;
    padding: 14px 10px 20px;
}

/* ↓↓↓↓↓ Effects ↓↓↓↓↓ */

a:hover {
    color: #442674;
}