@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5;
}

body {
    font-family: "Noto Sans JP", "Instrument Serif", "Istok Web", "Caveat", ;
    font-style: normal;
    width: 100%;
    line-height: normal;
}

.inner {
    max-width: 1300px;
    margin: 0 auto;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

/* header */
.header {
    max-width: 1700px;
    height: 53px;
    background: #FFF;
}

.logo {
    position: relative;
    top: 0;
    display: flex;
    left: 20px;
    height: 53px;
}

.hamburger {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 23px;
    top: 17px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition: all .5s;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.hamburger span:nth-child(3) {
    bottom: 0;
}

.hamburger.show span:nth-child(1) {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.hamburger.show span:nth-child(2) {
    opacity: 0;
}

.hamburger.show span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.nav {
    display: none;
    background: rgba(250, 195, 234, 0.90);
    width: 1700px;
    height: 940px;
    z-index: 9999;
    position: fixed;
}

.nav_menu_ul {
    margin-top: 100px;
    overflow: scroll;
    height: 1300px;
}

.nav.show {
    display: block;
}

.index {
    color: #000;
    font-family: "Instrument Serif";
    font-size: 20px;
    padding: 0px 0px 30px 105px;
}

.menu {
    padding: 60px 0px 60px 105px;
    color: #000;
    font-family: "Instrument Serif";
    font-size: 35px;
}

/* header sp 767px */
@media screen and (max-width:769px) {
    .header {
        width: 100%;
        height: auto;
    }

    .nav {
        max-width: 770px;
        height: 800px;
    }

    .menu {
        font-size: 30px;
        padding: 40px 0px 40px 60px;
    }

    .index {
        color: #000;
        font-family: "Instrument Serif";
        font-size: 18px;
        padding: 0px 0px 20px 70px;
    }

}


/* マウスオーバー時 */
.menu:hover {
    color: palevioletred;
    transition: 0.2s;
}

.index:hover {
    color: palevioletred;
    transition: 0.2s;
}





/* main */
.circle {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 9999px;
    border: 1px solid #000;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
}

main {
    background-image: url(../image/bg_portfolio.png);
    background-repeat: no-repeat;
    max-width: 1700px;
    height: 1050px;
    position: relative;
}

.main_contents {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


main h2 {
    color: #000;
    font-family: "Instrument Serif";
    font-size: 96px;
    margin: 0px 25px;
}

.kira {
    width: 100px;
    height: 100px;
}


/* main sp 767px */
@media screen and (max-width:769px) {
    main {
        background-image: url(../image/bg_portfolio_sp.png);
        width: 100%;
        background-size: cover;
    }

    .kira {
        width: 50px;
        height: 50px;
    }

    main h2 {
        font-size: 60px;
        margin: 0px 25px;
    }

}


/* animation */
.animation {
    align-items: center;
    color: #6C6767;
    font-family: "Istok Web";
    font-size: 17px;
    display: flex;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 110px
}

.animation span {
    color: #F48D95;
    font-family: Caveat;
    font-size: 20px;
}

.animation ul {
    animation: flowing 30s linear infinite;
    font-size: 20px;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}

.animation ul li {
    display: inline-block;
    padding-right: 80px;
}

@keyframes flowing {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* animation sp 767px */
@media screen and (max-width:769px) {
    .animation {
        margin-bottom: 40px 
    
    }
}


/* about */
.about {
    background-image: url(../image/bg_portfolio.png);
    background-repeat: no-repeat;
    max-width: 1700px;
    height: 760px;
}

.about .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_date {
    display: flex;
}

.aboutme {
    margin-right: 210px;
}

.about_contents {
    display: flex;
}

.about_detail {
    display: block;
}

.title {
    color: #000;
    font-family: "Instrument Serif";
    font-size: 46px;
}

.about .title {
    margin-bottom: 60px;
}

.soft .title {
    margin-bottom: 80px;
}

.contact .title,
.hobby .title {
    margin-bottom: 40px;
}

.me {
    width: 103px;
    margin-left: 18px;
    margin-bottom: 30px;
}

.aboutme li {
    color: #000;
    font-family: "Istok Web";
    line-height: 40px;
    font-size: 16px;
    margin-top: 18px;
}

.aboutme_txt {
    margin-top: 40px;
    font-size: 15px;
    line-height: 25px;
}

.soft {
    margin-right: 250px;
}

.soft li {
    color: #000;
    font-family: "Istok Web";
    line-height: 40px;
    font-size: 20px;
    display: grid;
}




/* レベルごとの丸表示 */
/* .skill-list li.level-0::after {
    content: "○ ○ ○ ○ ○";
}

.skill-list li.level-1::after {
    content: "● ○ ○ ○ ○";
}

.skill-list li.level-2::after {
    content: "● ● ○ ○ ○";
}

.skill-list li.level-3::after {
    content: "● ● ● ○ ○";
}

.skill-list li.level-4::after {
    content: "● ● ● ● ○";
}

.skill-list li.level-5::after {
    content: "● ● ● ● ●";
} */
.level-4,
.level-5 {
    margin-bottom: 30px;
}

.contact {
    text-align: center;
    margin-bottom: 120px;
}

.mail {
    width: 51px;
}

.hobby {
    text-align: center;
}

.hobby img {
    width: 51px;
}

.makeup {
    margin-bottom: 17px;
}

.hobby p {
    color: #000;
    font-family: "Istok Web";
    font-size: 16px;
}

.hobby_contents {
    display: flex;
    gap: 42px;
    align-items: center;
}

/* aboutme sp 767px */
@media screen and (max-width:769px) {
    .about {
        background-image: url(../image/bg_portfolio_sp.png);
        width: 100%;
        height: auto;
    }

    .inner {
        width: 100%;
        display: block;
    }

    .title {
        font-size: 33px;
    }

    .about_contents {
        display: block;
        width: 100%;
    }

    .me {
        width: 80px;
    }

    .aboutme {
        margin-right: 15px;
        margin-left: 30px;
    }


    .aboutme li {
        margin-top: -10px;

    }

    .aboutme ul {
        margin-bottom: 50px;
        /* margin-left: 39px; */
    }

    .about_date {
        display: block;

    }

    .about .title {
        text-align: left;
        margin-bottom: 38px;
        margin-left: 20px;
    }

    .soft {
        /* margin-right: 140px; */
        margin-right: 0;
    }

    .soft li {
        line-height: 33px;
        font-size: 17px;
    }

    .skill-list {
        margin-left: 30px;
    }

    .about_detail {
        /* background-image: url(../image/bg_portfolio_sp.png) ; */
        /* display: flex; */
        margin-top: 50px;
    }

    .contact {
        /* margin-left: 40px;
        margin-right: 200px */
        margin: 0 auto;
    }

    .mail {
        margin-right: 130px
    }

    .mail img {
        width: 33px;
    }

    .hobby {
        margin: 50px 0 50px 0;
    }

    .hobby p {
        font-size: 14px;
    }

    .hobby img {
        width: 30px;
    }

    .hobby_contents {
        display: flex;
        margin-left: 30px;

    }

    .level-4,
    .level-5 {
        margin-bottom: 3px;
        line-height: 10px;
    }
}



/* works animation */
.works .animation {
    margin-bottom: 110px
}


/* works */
.works {
    background-image: url(../image/bg_portfolio.png);
    background-repeat: no-repeat;
    max-width: 1700px;
    height: 1050px;
}

.works .title {
    margin: 0 0 100px 50px;
}

.works_contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    align-items: center;
    gap: 80px;
}

.works img {
    width: 430px;
}

figure:hover {
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0);
    transform: scale(0.9);
    transition: 0.8s;
}


figcaption {
    margin-top: 50px;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 20px;
}


/* works sp 767px */
@media screen and (max-width:769px) {
    .sp {
        display: block;
        width: 300px;
    }

    .pc {
        display: none;
    }

    .works {
        background-image: url(../image/bg_portfolio_sp.png);
        width: 100%;
        height: auto;
    }

    figcaption {
        margin: 15px 0 50px 0;
        font-size: 16px;
    }

    .works .title {
        margin: 0 0 50px 32px;
    }

    .works img {
        width: 270px;
    }

    .works_contents {
        display: block;
    }

    .works .animation {
        margin-bottom: 60px;
    }

    .animation ul {
        font-size: 17px;
    }

    .animation span {
        font-size: 17px;
    }

}