@charset "utf-8";

body {
  font-family: "fot-klee-pro","Cormorant Garamond","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .8px;
  color: #403124;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #EE827C;
}
a:hover {
  color: #806d6a;
}

.homeLink {
  text-align: center;
}

.btn-pink {
  display: block;
  text-align: center;
  width: 260px;
  background-color: #EE827C;
  color: #f2f2f2;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 2px 3px 3px #d6c6c3;
}
.btn a:hover {
  box-shadow: none;
  transform: translate(3px, 2%);
}
.btn_bottom {
  margin-bottom: 0;
  font-family: "linotype-didot", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
}
.btn_for-co {
  display: block;
  text-align: center;
  width: 260px;
  background-color: #ffffff;
  border: 1px solid #EE827C;
  color: #EE827C;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 2px 3px 3px #f7f0ef;
}
.btn_for-co-txt {
  font-size: 12px;
  text-align: center;
}
.btn_green {
  display: block;
  text-align: center;
  width: 260px;
  background-color: #0a980acc;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 2px 3px 3px #dee7dd;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.space {
  margin-bottom: 120px;
}


/*-------------
layout
 ------------ */
.section {
  padding: 100px 40px 100px;
}

.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

/*--------------------------------
見出し
---------------------------------*/
.title {
  font-size: 48px;
  font-family: "linotype-didot-headline", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .01em;
  opacity: .2;
  color: #403124;
}
.subtitle {
  font-size: 18px;
  line-height: .5;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .1em;
  color: #403124;
}

.lead {
  margin-bottom: 30px;
  font-size: 16px;
  /* text-align: center; */
}
.header-inner {
  background-size: 100%;
  /* background-color: #ee817d; */
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  top: 0;
  width: 100%;
  height: 100vh;
}
.header-title {
  background-size: 100%;
  color: #fff;
  font-family: "linotype-didot", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 56px;
  /* text-align: center; */
  text-align: right;
  margin-right: 80px;
}
.first {
  font-size: 20px;
  font-weight: 600;
  opacity: .9;
}

.header-img {
  margin-top: -24px;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/header-image.jpg"); /* 画像 */
  background-size: cover;               /* 全画面 */
  background-attachment: fixed;         /* 固定 */
  background-position: center center;
}
.header-cover {
  position: absolute;
  top: 0;
  left: 0;
  /* margin-top: -24px; */
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  background-size: cover;               /* 全画面 */
  background-attachment: fixed;         /* 固定 */
  background-position: center center;
  opacity: .15;
}


/*--------------------------------
nav
---------------------------------*/

.gnav {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.gnav-inner {
  padding: 15px 0px;
}

.gnav-list {
  display: flex;
  justify-content: center;
}

.gnav-item {
  margin: 0 20px;
}

.gnav-item a {
  position: relative;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  letter-spacing: .05em;
}

.gnav-item a:hover {
  opacity: .8;
}


/*--------------------------------
Works
---------------------------------*/

.w-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.works-design {
  text-align: center;
  font-size: 24px;
  margin-top: 100px;
  margin-bottom: 120px;
}

.works-design img {
  width: 70%;
}

.works-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}

.works-item {
  width: 25%;
  padding: 8px;
  color: #333;
  align-items: start;
  align-content: flex-start;
}

.works-item:hover {
  opacity: .9;
}


.works-img img {
  border: 1px solid #e6e6e6;
}

.works-name {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0;
}


/*--------------------------------
 Skill
---------------------------------*/
.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -50px;
  padding: 0 160px;
}

.skill-item {
  display: block;
  /* width: 64px; */
  margin: 50px;
}

.skill-img {
  text-align: center;
  margin: 0 auto;
}

.skill-body {
  margin: 5px;
  text-align: center;
}

.skill-name {
  margin-bottom: 3px;
  /* font-size: 18px; */
}

/*--------------------------------
 About
---------------------------------*/

.profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 80px auto;
}
.profile-detail {
  max-width: 640px;
  margin: 80px auto;
}
.profile-img {
  width: 25%;
  margin-right: 30px;
  border-radius: 50%;
}
.profile-img img {
  border-radius: 50%;
}
.profile-body {
  flex: 1;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.top {
  margin-top: 20px;
}
.small {
  font-size: 10px;
}
.skill-set {
  max-width: 40%;
  margin: 0 auto;
}
.skill-set>li {
  display: flex;
  justify-content: space-between;
}
.li-right {
  width: 10px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .li-middle {
    display: none;
  }
}
.skill-level {
  width: 100%;
}

.profile-body p span {
  font-weight: 800;
  margin-right: 5px;
}
.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}
.a-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.career {
  /* display: flex; */
  margin-top: 60px;
}
.career p {
  width: 70%;
  margin: 20px auto;
  padding: 60px 10px;
}

.a-font {
  text-align: center;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact {
  text-align: center;
}

.contact-item:not(:last-child) {
  margin-right: 10px;
}

.contact-text {
  margin-top: 10px;
}

.twitter {
  width: 600px;
  margin: 20px auto;
}
/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #f2f2f2;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #333;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #F2CDC4;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  text-align: center;
  font-size: 32px;
  font-family: "linotype-didot-headline", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  opacity: .6;
}

.article-img {
  width: 40vw;
  margin: 40px auto;
  margin-bottom: 20px;
}

.article-img-line {
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
}
.article-img-line img{
  max-width: 30%;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}


.article-body img {
  margin-bottom: 30px;
}

.article-body p {
  margin-bottom: 30px;
}




/*media Queries
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    /* font-size: 13px; */
    line-height: 1.7;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* 見出し */
  .title {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .header-img {
    background-image: url("../img/header-imageSP.jpg"); /* 画像 */
  }

  /* レイアウト */
  .section {
    padding: 0;
  }

  .inner {
    padding: 0 20px 60px;
  }

  /*  header */
  .header {
    height: 60vh;
  }

  .header-inner {
    padding: 0 20px;
    margin-top: -24px;
  }

  .header-title {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0px;
  }

  .first {
    font-size: 16px;
  }

  /*  下層ページのheader */
  .sub-header-inner {
    padding: 0 40px;
  }

  .sub-header-title {
    font-family: "Dancing Script", cursive;
    /* font-size: 24px; */
  }

  /* グローバルナビ */
  .gnav .inner {
    padding: 15px;
  }
  
  .gnav-inner {
    height: 50px;
  }

  .gnav-item:not(:last-child) {
    margin-right: 10px;
  }

  .gnav-item a:after {
    display: none;
  }

  /* mobile nav */
    .menuBar {
      display: none;
    }
    /* mark */
    .nav_toggle {
      display: block;
      position: sticky;
      top: 18px;
      left: 88vw;
      width: 1.75rem;
      height: 1.5rem;
      margin-right: 10px;
      z-index: 100;
      i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #EE827C;
        position: absolute;
        transition: transform 0.5s, opacity 0.5s;
        &:nth-child(1) {
          top: 0;
        }
        &:nth-child(2) {
          top: 0;
          bottom: 0;
          margin: auto;
        }
        &:nth-child(3) {
          bottom: 0;
        }
      }
    }
     /* mb menu after */
    .nav_toggle.show i:nth-child(1) {
      transform: translateY(10px) rotate(-45deg);
    }
    .nav_toggle.show i:nth-child(2) {
      opacity: 0;
    }
    .nav_toggle.show i:nth-child(3) {
      transform: translateY(-12px) rotate(45deg);
    }
     /* before */
    .nav {
      display: flex;
      position: fixed;
      align-items: center;
      justify-content: space-around;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
      text-align: center;
      background-color: #f2f2f2;
      z-index: 99;
    }
    .nav_menu_ul {
      flex-direction: column;
    }
    .nav_menu_li {
      margin-bottom: 30px;
    }
    .nav_menu_li a {
      color: #EE827C;
      text-decoration: none;
    }
    /*  after click */
    .nav.show {
      opacity: 1;
      visibility: visible;
    }

  /* Works */
  .works {
    margin-top: 10px;
  }

  .works-name {
    font-size: 16px;
  }

  .works-list {
    justify-content: flex-start;
  }

  .works-item {
    width: 50%;
    padding: 7px;
  }

  /* Skill */
  .skill-list {
    display: flex;
    margin-bottom: 0;
    padding: 0;
  }

  .skill-item {
    width: 30%;
    margin: 0 auto;
    padding: 3px 3px;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  .skill-img>i {
    font-size: 32px;
  }
  
  .skill-name {
    margin-bottom: 3px;
    /* font-size: 12px; */
  }

  /* About */
  .profile {
    display: block;
    width: 100%;
  }
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  .skill-set {
    max-width: 100%;
    margin: 0 auto;
  }
  .skill-set>li {
    display: flex;
    margin-left: 50px;
    justify-content: space-between;
  }
  .li-right {
    width: 40%;
    text-align: left;
  }
  .skill-level {
    margin-left: 50px;
  }

  .career {
    display: block;
  }
  .career p {
    width: 100%;
  }


  /* コンタクト */
  .lead {
    font-size: 16px;
  }
  .twitter {
    width: 300px;
  }

  /* フッター */
  .footer {
    padding: 20px;
  }

  /* 下層ページ */
  .article {
    padding: 30px 0;
  }

.article-img {
  width: 100%;
}
}



.low {
  width: 70%;
  margin: 100px auto;
  /* text-align: center; */
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .8px;
  color: #403124;
}

.low h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  border-bottom: 3px solid #EE827C;
}

.low h3 {
  font-size: 20px;
  font-weight: bold;
}

.low li {
  margin-bottom: 50px;
}