@charset "utf-8";

body {
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* 背景茶色 */
.innerWrap1,
.innerWrap2 {
    background-color: #BEA07E;
    /* #BF9760; */
}

.innerWrap1 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.innerWrap2 {
    padding-top: 40px;
}

header,
.aboutSec,
.ConceptSec,
.worksSec,
.contactSec {
    margin: 60px;
    padding-bottom: 20px;
    border-radius: 20px;
    background-color: #FFF;
}

/* トップロゴとトップ画像 */
.topImgs {
    display: flex;
    margin-left: 50px;
}

.topPhoto {
    width: 400px;
    height: 400px;
    border-radius: 300px 150px 300px 250px;
    margin: 40px 10px 0 20px;
}

.topLogo {
    margin-top: 80px;
    margin-right: 20px;
    width: 500px;
    height: 300px;
}

/* ナビゲーション */
.drawerText {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 40px;
}
.drawerText li:hover {
    background-color: #F9E9D6;
    text-decoration: underline 3px #F9E9D6;
}


/* .drawerText li:hover {
    text-decoration: underline #fff 3px;
    background-color: #fff;
    margin: 40px;
    transition-property: background-color, margin;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
} */


/* ドロワーメニューはそのままPC版向けに新たに作成し表示させる */
/* .drawerBtn {
    display: none;
}

.drawerNav {
    visibility: collapse;
}

.drawerTextPc {
    visibility: visible;
}

.drawerTextPc {
    display: block;
    width: 700px;
    position: absolute;
    top: 40px;
    left: 560px;
    border-bottom: none;
}

.globalMenu {
    display: flex;
    justify-content: space-between;
}

.drawerTextPc .globalMenu li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.drawerTextPc .globalMenu li a:hover {
    text-decoration: underline;
} */

/* ハンバーガー消す */
/* .drawerIkon {
    display: none;
}
 */

/* ナビゲーション下・フッター上ボーダー */
.topNav {
    border-bottom: #F9E9D6 3px dotted;
}

.border {
    margin-top: 40px;
    border-top: #F9E9D6 3px dotted;
}

/* コンテンツ見出し */
h2 {
    font-size: 40px;
    letter-spacing: 0.12em;
    text-align: center;
    width: 340px;
    height: 60px;
    padding-top: 10px;
    margin: 0 auto 20px;
}

.headerText {
    width: 300px;
    font-size: 30px;
    margin: 40px 0 40px 70%;
    color: #BEA07E;
}

.aboutText,
.aboutText2,
.ConceptSecText,
.worksSecText {
    width: 70%;
    margin: 0 auto 40px;
    color: #BEA07E;
    text-align: center;
    line-height: 1.6;
}

.aboutTextWrap {
    display: flex;
}

.aboutText,
.aboutText2 {
    background-color: rgba(250, 234, 215, 0.7);
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
}

/* パララックス・チェック柄 */
.parallax {
    margin-bottom: 480px;
}

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

.worksSecText {
    display: flex;
    width: 70%;
    margin-left: 10%;
}

.worksSecText img {
    padding: 20px;
    border-radius: 60px;
    filter: drop-shadow(10px 10px #BEA07E);
}
.worksSec {
    position: relative;
} 
.reformGithub {
    position: absolute;
    top:850px;
    left: -120px;
}   
.TAIWANGithub {
    position: absolute;
    top: 850px;
    left: 360px;
}
.donutsGithub {
    position: absolute;
    top: 450px;
    left: 360px;
}
.stockGithub {
    position: absolute;
    top: 450px;
    left: -120px;
    
}


.worksSecText img:hover {
    background-color: #fff;
    margin: 40px;
    transition-property: background-color, margin;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
}

.github {
    margin-bottom: 350px;
    margin-left: 320px;
}

.github:hover {
    text-decoration: underline #BEA07E 3px;
}

/* メールフォーム */
.contactSec {
    margin-top: 20px;
}

.form {
    margin: 20px;
    border: #EEDCC8 4px solid;
}

input,
textarea {
    background-color: #EEDCC8;
    margin: 10px;
    width: 100%;
    border-radius: 10px;
}

textarea {
    height: 80px;
}

input {
    height: 40px;
}

form {
    margin: 20px;
    padding-bottom: 20px;
}

.name {
    letter-spacing: 2.6em;
}

.mail {
    letter-spacing: 0.14em;
}

.title {
    letter-spacing: 4em;
}

.content {
    letter-spacing: 0.1em;
}

.name,
.mail,
.title,
.content {
    width: 300px;
    margin-left: 16px;
}
.button {
    width: 100px;
    margin: 10px auto;
    text-align: center;
    border: #BEA07E 3px solid;
    border-radius: 10px;
    background-color: #BEA07E;
    color: #fff;
    padding: 10px;
}

footer {
    border-top: #F9E9D6 3px solid;
    background-color: #F9E9D6;
}

footer>p {
    text-align: center;
    color: #BEA07E;
}

footer ul {
    width: 200px;
    margin: auto;
    text-align: center;
}

/* トップに戻る */
.topReturn {
    width: 100px;
    height: 100px;
    position: relative;
    left: 92%;
}

/* SPモード開始 */
@media screen and (max-width: 640px) {
    .headerText {
        margin: 0;
    }

    .aboutSec,
    .ConceptSec,
    .worksSec,
    .contactSec {
        margin: 20px;
        padding: 36px;
    }

    /* ハンバーガーメニュー */
    .drawerTextPC {
        display: none;
    }

    header {
        margin: 20px;
        padding: 20px;
    }

    .topImgs {
        display: block;
        margin: 0;
    }

    .topLogo {
        margin: 0;
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    .topPhoto {
        margin: 0;
        width: 100%;
        height: 300px;
    }

    h2 {
        margin-bottom: 20px;
        width: 250px;
    }

    .innerWrap1 {
        padding-bottom: 40px;
    }

    /* パララックス・チェック柄 */
    .parallax {
        margin-bottom: 360px;
    }

    .parallax::after {
        background: url(../images/parallax.png) repeat center;
    }

    form {
        margin: 0;
        padding: 0;
    }

    .name,
    .mail,
    .title,
    .content {
        width: 260px;
    }

    input,
    textarea {
        margin: 20px 0;
    }
    


    /* トップに戻る */
    .topReturn {
        width: 48px;
        height: 48px;
        position: relative;
        left: 87%;
    }

    .aboutTextWrap {
        display: block;
    }

    .aboutText,
    .aboutText2 {
        width: 100%;
        padding: 20px;
        font-size: 16px;
        margin-left: 0px;
    }

    .ConceptSec {
        font-size: 16px;
        text-align: start;
    }

    .ConceptSecText {
        width: 100%;
        margin: 0 auto;
        text-align: justify;
    }

    .worksSecText {
        display: block;
    }

    .worksSecText img {
        width: 320px;
        margin-left: -60px;
        padding-bottom: 60px;
    }

    .github {
        width: 100px;
        margin: 0;
      
    }
    .reformGithub {
        top: 960px;
        left: 100px;
        font-size: 20px;
    }
    .TAIWANGithub {
        top: 1240px;
        left: 60px;
        font-size: 20px;  
    }
    .donutsGithub {
        top: 640px;
        left: 30px;
        font-size: 20px;    
    }
    .stockGithub {
        top: 360px;
        left: 100px;
        font-size: 20px;
    }
}

/* SPモードドロワー */
/* PCのグローバルメニューを非表示に */
/*  .drawerTextPc {
     visibility: collapse;
 }
*/
/* ドロワーアイコン */
/*   .drawerIkon::after {
     content: url(../images/drowerImg.png);
     position: absolute;
     right: 0px;
 }

 .drawerBtn {
     position: absolute;
     top: 8px;
     right: 8px;
     width: 48px;
     height: 48px;
 }

 .drawerNav {
     height: 100%;
     width: 260px;
     background-color: #000;
     color: #fff;
     display: block;
 }

 .drawerBtnCrosed img {
     padding: 10px 10px 0 0;
     object-fit: cover;
     width: 48px;
     height: 48px;
 }

 .drawerMenu {
     width: 260px;
     display: flex;
     justify-content: space-between;
 }

 .drawerText {
     text-align: center;
     font-size: 24px;
 }

 .drawerText li {
     padding-bottom: 28px;
 }

 .menuNum1 {
     font-size: 30px;
     margin: 32px auto 32px auto;
 }

 .menuNum2 {
     padding-bottom: 40px;
 }

 .menuNum3 a,
 .menuNum4 a,
 .menuNum5 a,
 .menuNum6 a,
 .menuNum7 a {
     border-bottom: 1px solid #fff;
 }

 #nav {
     position: fixed;
     right: -270px;
     top: 0;
     height: 100%;
     width: 260px;
     z-index: 999;
 }

 #nav.show {
     transform: translate3d(-270px, 0, 0);
 }
*/
/* ドロワー開閉アニメーションスピード */
/*   #wrapper,
 #nav {
     transition: transform 0.3s;
 } */