@charset "utf-8";

/* 共通設定
----------------------*/
* {
    float: none;
    position: static;
}

html {
    scroll-behavior: smooth;
    color: #636262;
}


img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

.wrapper {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
}


ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

#gnavi,
p,
form {
    font-family: 'Noto Sans JP', sans-serif;
}


/* works */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
    display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}



/* SP版
------------------------*/
html {
    width: 100%;
}

p {
    font-size: 14px;
}

/* ヘッダー */
header {
    width: 100%;
    height: auto;
}

/*========= ナビゲーションのためのCSS ===============*/

#gnavi {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #be99ad;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#gnavi.panelactive {
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#gnavi.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.gnavi__list {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
.gnavi__item {
    list-style: none;
    text-align: center;
}

.gnavi__link {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 14px;
}



/*========= ボタンのためのCSS ===============*/
.menu-btn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

/*×に変化*/
.menu-btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    width: 45%;
}

.menu-btn span:nth-of-type(1) {
    top: 15px;
}

.menu-btn span:nth-of-type(2) {
    top: 23px;
}

.menu-btn span:nth-of-type(3) {
    top: 31px;
}

.menu-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.menu-btn.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/* main */
.big-bg {
    margin-top: 70px;
}

/* about */
.about_sub__title {
    padding: 50px 0 50px 0;
}

.about_sub__title img {
    width: 200px;
    height: auto;
}

.about__text_title img {
    width: 250px;
    height: auto;
    padding-bottom: 30px;
}

.about__me {
    width: 100px;
    height: auto;
    margin-bottom: 30px;
}

.profile p {
    text-align: left;
}

.about__p {
    padding-top: 10px;
    text-align: left;
}

.job {
    padding-top: 50px;
}

.career__title img {
    width: 250px;
    height: auto;
}

.career_sp {
    width: 400px;
    height: auto;
    margin-bottom: 80px;
    margin: auto;
    padding-bottom: 100px;
}

.career {
    display: none;
}


/* skill */
.skill {
    position: relative;
    z-index: 0;
}

.skill::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(190, 153, 173, 0.3);
    transform: skewY(3deg);
    transform-origin: top right;
}

.skill__box {
    padding-bottom: 80px;
}


.skill_sub__title img {
    width: 200px;
    height: auto;
    padding-top: 50px;
}


.skill__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.skill__container_mic {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}


.skill__text_title {
    padding: 50px 0 50px 0;
}

.cording {
    width: 300px;
    height: auto;
}

.design {
    width: 250px;
    height: auto;
}

.microsoft_sp {
    width: 400px;
    height: auto;
}

.microsoft {
    display: none;
}

.coding_text {
    text-align: left;
    display: inline-block;
}

.skill_b {
    padding: 0 20px 20px 20px;
}

.skill_b img {
    max-width: 50px;
    height: auto;
}

.skill_girl_sp {
    width: 300px;
    height: auto;
    padding-top: 30px;
}

.skill_girl {
    display: none;
}

.skill_office_girl_sp {
    width: 330px;
    height: auto;
    padding-top: 30px;
}

.skill_office_girl {
    display: none;
}


/* works */
.works {
    padding-bottom: 50px;
}

.works_sub__title img {
    width: 300px;
    height: auto;
    padding: 80px 0 50px 0;
}

.item p {
    font-size: 14px;
    padding: 10px 0 30px 0;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.item {
    width: 50%;
    height: auto;
}


.gallery__thumb {
    width: 150px;
    height: auto;
}



.hp_btn_sp {
    width: 130px;
    height: auto;
    /*--水平方向 垂直方向 影のぼかし 色--*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3); 
    /*--角丸指定--*/
    border-radius: 100vh;
    margin-top: 20px;
}

.hp_btn {
    display: none;
}



/* illustration */
/* line */
/* 左から出てくる */
.fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:2.0s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
    transform: translateX(-200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeLeftTrigger {
    opacity: 0;
}


.line_sub__title img {
    width: 300px;
    height: auto;
    padding: 50px 0 50px 0;
}

.stamp__box img {
    width: 300px;
    height: auto;
}

.stamp__text {
    text-align: left;
    padding-top: 20px;
}

.stamp__text img {
    width: 150px;
    height: auto;
    margin: 30px 0 80px 0;
}

.line_btn {
    text-align: center;
}

.line_btn img {
    width: 100px;
    height: auto;
    /*--水平方向 垂直方向 影のぼかし 色--*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3); 
    /*--角丸指定--*/
    border-radius: 100vh;
}


.illustration {
    position: relative;
    z-index: 0;
    padding-bottom: 80px;
}

.illustration::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(190, 153, 173, 0.3);
    transform: skewY(-3deg);
    transform-origin: top left;
}


.illustration_sub__title img {
    width: 350px;
    height: auto;
    padding: 80px 0 50px 0;
}

.insta_sub__title img {
    width: 300px;
    height: auto;
    padding: 80px 0 50px 0;
}


.illust__container img {
    width: 300px;
    height: auto;
}


.insta__text {
    padding-top: 20px;
}

.insta__text img {
    width: 150px;
    height: auto;
    margin: 30px 0 80px 0;
}

.insta_btn {
    text-align: center;
}

.insta_btn img {
    width: 100px;
    height: auto;
    /*--水平方向 垂直方向 影のぼかし 色--*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3); 
    /*--角丸指定--*/
    border-radius: 100vh;
}


.suzuri_sub__title img {
    width: 200px;
    height: auto;
    padding: 80px 0 50px 0;
}

.suzuri__text {
    padding-top: 20px;
}

.suzuri__text img {
    width: 150px;
    height: auto;
    margin: 30px 0 80px 0;
}

.suzuri_btn {
    text-align: center;
}

.suzuri_btn img {
    width: 100px;
    height: auto;
    /*--水平方向 垂直方向 影のぼかし 色--*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3); 
    /*--角丸指定--*/
    border-radius: 100vh;
}


/* contact */
.contact_sub__title img {
    width: 250px;
    height: auto;
    padding: 80px 0 50px 0;
}

label {
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: 1px #636262 solid;
    padding: 10px;
    font-size: 1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    max-width: 290px;
}

textarea {
    width: 100%;
    max-width: 290px;
    height: 6rem;
}

input[type="submit"] {
    border: 3px outset #be99ad;
    cursor: pointer;
    width: 50px;
    line-height: 2;
    background-color: #be99ad;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
}


/* footer */
footer {
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

.copylight {
    padding: 50px 0 20px 0;
    text-align: center;
    color: #fff;
}


/* topへボタン */
.top__link {
    display: none;
}

.top__link.open {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 500;
    background: url("../images/top_btn.png") no-repeat center;
    background-size: contain;
}


/* sp小さい画面用 --------------------------------*/
@media (max-width: 470px) {
    .about__text_title img {
        width: 200px;
        height: auto;
    }
    
    
    .career_sp {
        width: 300px;
        height: auto;
    }
    
    .skill_girl_sp {
        width: 250px;
        height: auto;
    }

    .skill_office_girl_sp {
        width: 280px;
        height: auto;
    }
    
    .microsoft_sp {
        width: 300px;
        height: auto;
    }
    
    .gallery__thumb {
        width: 130px;
        height: auto;
    }
    
    .illustration_sub__title img {
        width: 300px;
        height: auto;
    }
    
    
}



/* pc---------------------------------------- */

@media (min-width: 768px) {

    /* ヘッダー */

    header {
        width: 100%;
        height: auto;
    }

    .top-menu {
        margin: 0 auto;
    }

    #menu-btn {
        display: none;
    }

    #gnavi {
        height: auto;
        display: block;
        top: 0;
        background-color: rgba(248, 248, 248, 0.8);
    }

    .gnavi__item {
        margin-right: 30px;
        margin-top: 80px;
    }

    .gnavi__link {
        font-size: 14px;
        color: #636262;
        padding: 0 0 20px 0;
    }

    .gnavi__list {
        display: flex;
        justify-content: flex-end;
        transform: none;
        position: static;
    }

    /* main */
    p {
        font-size: 16px;
    }

    .big-bg {
        margin-top: 120px;
    }

    .about__text_title img {
        width: 300px;
        height: auto;
        padding-bottom: 50px;
    }


    /* about */
    .about_sub__title img {
        width: 250px;
        height: auto;
    }
    
    .about__box {
        padding-bottom: 50px;
    }

    .about__me {
        width: 100px;
        height: auto;
        margin-bottom: 30px;
    }
    
    .profile_box {
        display: flex;
        justify-content: center;
    }
    
    .profile {
        padding-right: 80px;
    }

    .career {
        width: 800px;
        height: auto;
        display: block;
        margin: auto;
        padding-bottom: 100px;
    }
    
    .career_sp {
        display: none;
    }
    
    .career__title img {
        width: 300px;
        height: auto;
    }


    /* skill */
    .skill_sub__title img {
        width: 250px;
        height: auto;
    }
    
    .skill__container img {
        max-width: 70px;
        height: auto;
    }

    .skill__container {
        padding-bottom: 30px;
    }
    
    .skill__container_mic {
        padding-bottom: 30px;
    }
    
    
    .skill__text_title {
        padding-top: 100px;
    }
    

    .cording {
        width: 350px;
        height: auto;
    }

    .design {
        width: 300px;
        height: auto;
    }

    .microsoft {
        width: 550px;
        height: auto;
        display: block;
        margin: auto;
    }
    
    .microsoft_sp {
        display: none;
    }

    .skill_b {
        padding-bottom: 0;
    }
    
    .skill_b p {
        padding-top: 10px;
        font-size: 14px;
    }

    .skill_b img {
        width: 50px;
        height: auto;
    }
    
    .skill_girl {
        width: 550px;
        height: auto;
        display: block;
        margin: auto;
    }
    
    .skill_girl_sp {
        display: none;
    }
    
    .skill_office_girl {
        width: 650px;
        height: auto;
        display: block;
        margin: auto;
        padding-bottom: 100px;
    }
    
    .skill_office_girl_sp {
        display: none;
    }


    /* works */
    .works__box {
        max-width: 1140px;
    }
    
    .works_sub__title img {
        width: 350px;
        height: auto;
    }

    .gallery-list {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .gallery__thumb {
        width: 250px;
        height: auto;
    }

    .item {
        width: 33%;
        height: auto;
    }

    .item p {
        font-size: 16px;
        padding: 10px 0 30px 0;
    }
    
    .hp_btn {
        width: 200px;
        height: auto;
        display: block;
        margin: auto;
        padding: 30px 0 30px 0;
    }
    
    
    .hp_btn_sp {
        display: none;
    }
    

    /* illustration */
    /* line */
    .illustration_sub__title img {
        width: 350px;
        height: auto;
        padding: 80px 0 50px 0;
    }
    
    
    .line_sub__title img {
        width: 400px;
        height: auto;
        padding: 0 0 50px 0;
        text-align: center;
    }


    .stamp__box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .stamp__box img {
        width: 500px;
        height: auto;
    }

    .stamp__text {
        display: block;
        text-align: left;
        padding-left: 50px;
    }

    .stamp__text img {
        width: 200px;
        height: auto;
       margin-top: 50px;
        text-align: center;
    }
    
    .line_btn img {
        width: 130px;
        height: auto;
    }

    .illust__box {
        display: flex;
        justify-content: space-around;
    }

    .insta_sub__title img {
        width: 400px;
        height: auto;
        padding: 80px 0 50px 0;
        text-align: center;
    }

    .illust__container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    
    .illust__container img {
        width: 500px;
        height: auto;
    }

    .insta__text {
        display: block;
        text-align: left;
        padding-left: 50px;
    }
    
    .insta__text img {
        width: 200px;
        height: auto;
        margin-top: 50px;
        text-align: center;
    }
    
    .insta_btn img {
        width: 130px;
        height: auto;
    }


    .suzuri_sub__title img {
        width: 280px;
        height: auto;
        padding: 80px 0 50px 0;
        text-align: center;
    }

    .suzuri__container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    
    .suzuri__container img {
        width: 500px;
        height: auto;
    }

    .suzuri__text {
        display: block;
        text-align: left;
        padding-left: 50px;
    }
    
    

    .suzuri_btn img {
        width: 130px;
        height: auto;
    }
    
    
    /* contact */
    .contact_sub__title img {
        width: 350px;
        height: auto;
    }
    

    /* topへボタン */
    .top__link.open {
        width: 100px;
        height: 100px;
    }

    footer {
        background-repeat: repeat-x;
    }
    
    .copylight {
        text-align: center;
        color: #fff;
    }

}
