@charset "UTF-8";
/* ==================
common
=================== */

html {
    font-size: 62.5%;
}

body{
    background-color: #000;
    color: #FFFFFF;
    font-family:'Playfair Display',
                'Zen Old Mincho';
    line-height: normal;
}

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

/*==========================
fadeIn
==========================*/
.fadeIn{
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated{
    transform: translate(0, 0);
    opacity: 1;
}

/* ====================
header
===================== */

#header{
    display: flex;
    width: 100%;
    height: 60px;
    padding: 2px 10px;
    justify-content: space-between;
    align-items: center;
}

.header_ttl{
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 1.8rem;
  font-weight: 600;
}

/* nav 初期表示 */
.nav {
    width: 100%;
    height: 100vh;
    padding: 24px 6.4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__header a{
    color: #000;
    font-family: "Playfair Display";
    font-size: 1.8rem;
    font-weight: 600;
}

.nav__list {
    display: flex;
    width: 217px;
    padding: 10px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
    height: 236px;
    margin-top: 34px;
}

.nav__item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.nav__txt{
    color: #000;
    font-family: "Playfair Display";
    font-size: 3.2rem;
    font-weight: 600;
}

/* nav.active表示 */
.nav.active {
    transform: translateX(0);
    background-color: rgba(255, 255, 255, 0.70);
}

.header__btn {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    margin-top: 5px;
    right: 6.4%;
}

/* .header pc */
@media screen and (min-width:769px) {
    #header {
        display: flex;
        width: 100%;
        height: 120px;
        padding: 0 19px;
        justify-content: space-between;
        align-items: center;
    }

    .header_ttl{
      font-size: 3.6rem;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        position: static;
        transform: translate(0);
        display: flex;
        flex-direction: row;
        padding: 0 20px;
        align-items: center;
    }

    .nav__list {
        margin-top: 0;
        display: flex;
        flex-direction: row;
        padding: 0 20px;
        align-items: center;
        gap: 65px;
        width: 622px;
        height: 43px;
    }

    .nav__item {
        margin-top: 0;
        font-weight: 400;
        font-size: 3.2rem;
        line-height: normal;
        display: flex;
    }

    .nav__txt{
        color: #FFF;
        font-family: "Playfair Display";
        font-size: 3.2rem;
        font-weight: 600;
    }

    .nav__header {
        display: none;
    }

    .nav__item img {
        display: none;
        margin-right: 0;
    }

    .header__btn {
        display: none;
    }

}/* pc 769px */


/* ====================
About
==================== */
#section-top{
    display: flex;
    width: 100%;
    padding: 26px 28px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.ttl{
    display: flex;
    padding: 3px 40px;
    justify-content: center;
    align-items: center;
}

.ttl_txt{
    font-family: "Playfair Display";
    font-size: 3.2rem;
    font-weight: 600;
    margin-top: 58px;
}

.Prof_pc{
    display: none;
}

.Prof_sp{
    margin: 48px 28px;
}

.ttl_name{
    display: flex;
    width: 210px;
    padding: 0 51px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
}

.name_ja{
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 700;
}

.name_en{
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 1.5rem;
    font-weight: 700;
}

.txt{
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto;
    width: 279px;
    margin-top: 48px;
}

/* about PC */
@media screen and (min-width:769px) {
    .ttl_txt{
        color: #FFF;
        font-family: "Playfair Display";
        font-size: 64px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Prof_sp{
        display: none;
    }

    .Prof_pc{
        display: block;
        margin: 80px auto;
    }

    .ttl_name{
        width: 206px;
    }

    .name_ja{
        font-size: 4.8rem;
        font-weight: 700;
        width: 206px;
    }

    .name_en{
        color: #FFF;
        font-size: 3.2rem;
        font-weight: 700;
        width: 206px;
    }

    .txt{
        font-size: 3.2rem;
        font-weight: 700;
        width: 1160px;
        margin-top: 80px;
    }
}

/* ====================
skill
====================== */

.skills_ttl,
.skills_others_ttl{
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}

.skills_img_pc{
    display: none;
}

.skills_img,
.skills_img2{
    display: flex;
    width: 301px;
    padding: 0px 20px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px 15px;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 20px;
}

.skill_others{
    display: flex;
    width: 281px;
    padding: 10px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin: 0 auto;
    margin-top: 10px;
}

.skills_txt{
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 700;
}

/* Skils PC */
@media screen and (min-width:769px) {
    #skill{
        display: inline-flex;
        padding: 0 45px;
        align-items: center;
        gap: 49px;
        width: 100%;
        justify-content: center;
    }

    .skills_contents{
        margin: 0 auto;
        display: flex;
        padding: 0 75px;
        align-items: center;
        gap: 16px;
        width: 630px;
    }

    .skills_ttl{
        font-size: 4.8rem;
        font-weight: 700;
    }

    .skills_img_sp{
        display: none;
    }

    .skills_img{
        display: flex;
        width: 480px;
        height: 279px;
        padding: 0 4px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 30px 45px;
        flex-wrap: wrap;
    }

    .skills_img_pc{
        display: block;
    }

    .skill_contents2{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 538px;
        margin-top: -70px;
    }

    .skills_img2{
        display: flex;
        width: 526px;
        height: 144px;
        padding: 0 4px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 30px 40px;
    }

    .skill_contents3{
        display: flex;
        width: 538px;
        height: 115px;
        padding: 9px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: -50px;
    }

    .skill_others{
        display: flex;
        padding: 10px 30px;
        align-items: center;
        gap: 5px;
    }

    .skills_others_ttl{
        font-size: 3.2rem;
        font-weight: 700;
        width: 232px;
    }
    
    .skills_txt{
        width: 538px;
        height: 29px;
        display: flex;
        padding: 10px 30px;
        align-items: center;
        gap: 5px;
    }

    .brSP{
        display: none;
    }
}

/* ==================
Yanami's World 
=================*/

#Yanami_world{
    background-color:#2D2C2C;
    margin-top: 96px;
    display: flex;
    width: 100%;
    padding: 45px 25px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.Yanami_ttl{
    font-family: "Playfair Display";
    font-size: 3.2rem;
    font-weight: 700;
    display: flex;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
}

.Yanami_contents{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 140px;
}

.Yanami_items{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Yanami_img_pc{
    display: none;
}

.item_ttl{
    font-family: "Playfair Display";
    font-size: 2.4rem;
    font-weight: 700;
    margin-right: 240px;
    margin-top: 30px;
}

.item_txt{
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 700;
    max-width: 325px;
    margin-top: 15px;
}

/* Yanami's World PC */
@media screen and (min-width:769px) {
    .Yanami_ttl{
        color: #FFF;
        font-family: "Playfair Display";
        font-size: 6.4rem;
        font-weight: 700;
    }

    .Yanami_img_sp{
        display: none;
    }

    .Yanami_img_pc{
        display: block;
    }

    .Yanami_contents{
        display: flex;
        padding: 17px 0;
        flex-direction: column;
        gap: 140px;
    }

    .Yanami_items{
        display: flex;
        width: 1390px;
        justify-content: space-between;
        flex-direction: row;
    }

    .item_desc{
        display: flex;
        width: 781px;
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
    }

    .item_ttl{
        font-size: 4.8rem;
        font-weight: 700;
    }

    .item_txt{
        font-size: 3.6rem;
        font-weight: 700;
        max-width: 781px;
    }

}

/* ====================
footer
==================== */

.footer{
    display: flex;
    width: 137px;
    padding: 10px;
    align-items: flex-start;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 54px 0;
}

/* footer PC */
@media screen and (min-width:769px) {
  .footer{
    font-size: 3.6rem;
    display: flex;
    width: 1440px;
    padding: 0 19px;
  }
}