@charset "utf-8";

body {
    /* background-color: #cfcfcf; */
    background-color: #ebdddd;
}

a:hover {
    background-color: gold;
    cursor: pointer;
    transition: 0.5s;
}

html {
    text-align: center;
    margin: 0 auto;
    font-family: "Lancelot", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    /* 行間 */
    line-height: 1.5;
}

.font-h1 h1 {
    line-height: 1;
}

header {
    height: 50px;
    background-color: #ebdddd;
}


main {

    color: #333333;
}

/* 写真や文字の表示崩れが起きないために入れる */
main img {
    max-width: 100%;
    height: auto;
}

.font-h1 {
    font-family: "Libertinus Mono", monospace;
    font-weight: 400px;
    font-style: normal;
    background: url(../images/fg_tower.JPG) no-repeat center/ cover;
}



.ul-list {
    display: flex;
    gap: 30px;
    justify-content: center;
    font-size: 30px;
}

.come001 {
    font-family: "Lancelot", serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    padding-top: 30px;
    text-align: left;
    font-size: 7vw;

    max-width: 700px;
    margin: 0 auto;
}

span {
    font-size: 30px;
    color: #333333;
}

.pr003 {
    color: #333333;
}

.name002 {

    color: #ffffff;
    font-size: 7vw;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Lancelot", serif;
    font-weight: 400;
    font-style: normal;
}

.Portfolio {
    color: #ffffff;
    max-width: 800px;
    text-align: right;
    margin: 0 auto;
    font-size: 7vw;
    padding-bottom: 40px;
    font-family: "Lancelot", serif;
    font-weight: 400;
    font-style: normal;
}

.my001 {
    margin-top: 50px;
    font-size: 30px;
    color: #333333;
}

.name001 {
    font-size: 40px;
}


.works {
    max-width: 1000px;
    height: 50px;
    border-top: 1px solid #333333;

    margin-top: 50px;
    margin-bottom: 10px;
    padding-top: 50px;
    font-size: 24px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.po001 {
    padding-top: 20px;
    display: flex;
    gap: 30px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}

.po002 {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #333333;
}

.fm-name001 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 70px;
}

.fm-email001 {
    display: flex;
    justify-content: center;

    gap: 5px;
}

footer {

    color: #333333;
    height: 100px;
    max-width: 100%;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    margin: 0 auto;
}

footer ul {
    margin-top: 10px;

}


.mailcopyrt {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 24px;
}

/* prf_01.html why000 */
.why000 {
    max-width: 700px;
    color: #333333;
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

h1 {
    margin-top: 10px;
    font-size: 40px;
}

.soft001 {
    text-align: right;
    max-width: 700px;
}

.ryokuchi {
    max-width: 700px;
    color: #333333;
    margin: 0 auto;
    padding-top: 30px;
    text-align: left;
    font-size: 24px;


}

.about_me {
    max-width: 900px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
}

.skill001 {
    font-size: 20px;
    padding-top: 30px;
    color: #333333;
    text-align: left;
    padding-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;


}

#slick-box {
    max-width: 740px;
    margin: 0 auto;
}

#slick-box img {
    margin: 0 auto;
}


@media screen and (max-width:650px) {
    .po001 {
        display: block;

    }

    .po002 {
        display: block;

    }

    .about_me {
        display: block;

    }

    .ryokuchi {
        margin-top: 5px;
        padding-top: 30px;

    }

    .skill001 {
        padding: 20 10 30 10px;


    }

    .why000 {
        padding: 0 10px;
    }

    img {
        max-width: 90%;
        height: auto; 
    }
/* スマートフォン表示の時に、矢印が見えるようにする。 */
    #slick-box img {
        max-width: 70%;
        margin: 0 auto;
}


    /* ハンバーガー */

    #g-nav {
        /* background-color: #cfcfcf; */
        background-color: rgba(234, 222, 222,0.7);

        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        top: 0;
        /* right: 0; 最初に仮記述する */
        /* 画面から消す */
        right: -100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.6s;
    }

    /* 優先順位を強める  */
    #g-nav.panel-active {
        right: 0;


    }

    /* 縦並びに戻す */
    .nav-list {
        flex-direction: column;
        align-items: center;
    }

    .nav-list a {
        font-size: 24px;
    }

    /* ぼたん */
    .open-btn {
        display: flex;
        flex-direction: column;
        gap: 6px;
        z-index: 9999;
        position: relative;
        /* これがいる */
    }

    .open-btn span {
        display: block;
        width: 40px;
        height: 4px;
        background-color: #000000;
        transition: 0.6s;

    }

    .active:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);

    }

    .active:nth-child(2) {
        opacity: 0;
    }

    .active:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);

    }



}


@media screen and (max-width:500px) {

    .Portfolio {
        font-size: 43px;
        flex-wrap: wrap;
    }

    .come001 {
        font-size: 43px;
        flex-wrap: wrap;

    }

    .name002 {
        font-size: 43px;
        flex-wrap: wrap;

    }

    .ul-list {
        display: block;
    }
}