body {
  font-family: aw-conqueror-sans, sans-serif, "Montserrat","Helvetica Neue",Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  color: #333;
}
/*body {
  font-family: 'Inconsolata', monospace, "Montserrat","Helvetica Neue",Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  letter-spacing: 2px;
  color: #333;
}*/

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

h2 {
  font-weight: 300;
}

/*body .fs-mostra-nuova {
  font-family: mostra-nuova, sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
body .fs-Conqueror {
  font-family: aw-conqueror-sans, sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
body .fs-sofia {
  font-family: sofia-pro-soft, sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}*/

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  padding-top: 73px;
}

.section {
  padding: 90px 0;
}

.section:nth-of-type(odd) {
  background-color: #eef7fa;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 3px;
  color: #333;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px -6px rgba(0,0,0,.1);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.header-logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  /*letter-spacing: .05em;*/
}

.header-logo a {
  color: #333;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.gnav-item:not(:last-child) {
  margin-right: 20px;
}

.gnav-item a {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  /*letter-spacing: .05em;*/
  color: #333;
}
.gnav-item a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}

.gnav-item a:hover:after {
  width: 100%;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  text-align: center;
}

.mv-container {
  position: relative;
  padding: 0 20px;
}

.mv-container img {
  width: 100%;
  height: auto;
}


/*--------------------------------
 Skill
---------------------------------*/
.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.skill-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 50px;
}

.skill-img {
  width: 55px;
  height: auto;
  margin-right: 20px;
}

.skill-body {
  flex: 1;
}

.skill-name {
  margin-bottom: 10px;
}

.skill-text {
  font-size: 14px;
  line-height: 1.8;
}

/*--------------------------------
 About
---------------------------------*/
.profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.profile-img {
  width: 20%;
  margin-right: 30px;
  border-radius: 50%;
}
.profile-img img {
  border-radius: 50%;
}
.profile-body {
  flex: 1;
}

.profile-body p {
  font-size: 15px;
  line-height: 1.8;
}

.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact {
  text-align: center;
}

.contact-item:not(:last-child) {
  margin-right: 10px;
}

.contact-text {
  margin-top: 10px;
}

.contact-list a img {
    max-width: 55px;
    margin-right: 15px;
}
img.icon_gmail {

}
img.icon_instagram {
  
}
/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #4c4c4c;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #fff;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #333;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #797979;
}

/*--------------------------------
 ホームリンク
---------------------------------*/

.home-link {
  text-align: center;
  margin-top: 80px;
}



/*--------------------------------
 Works LP
---------------------------------*/
.article-title-lp {
  margin-bottom: 50px;
  text-align: center;
}
.article-title-lp2 {
  margin: 60px auto 50px;
  text-align: center;
}
.works-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.works-item {
  width: 31.74603%;
  margin-right: 1.58730%;
  margin-bottom: 40px;
  color: #333;
}

/*.works-item:hover {
  opacity: .9;
}*/

.works-item:nth-of-type(3n) {
  margin-right: 0;
}

.works-img img {
  border: 1px solid #e6e6e6;
}

.works-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.works-info {
  font-size: 10px;
  margin-top: 5px;
}

/*--------------------------------
 ポップアップ
---------------------------------*/
.open {
  cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up-1, #pop-up-2, #pop-up-3 {
  display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up-1:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: #00000090;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#pop-up-2:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: #00000090;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#pop-up-3:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: #00000090;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.window {
  width: 90vw;
  max-width: 600px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
}
.text {
  font-size: 18px;
  margin: 0;
}
.close {
  cursor:pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
}

/*--------------------------------
 Works BNR
---------------------------------*/
.article-title-bnr {
  margin-bottom: 50px;
  text-align: center;
}
.works-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -40px;
}
.works-item2 {
  width: 39%;
  margin-right: 4%;
  margin-bottom: 40px;
  color: #333;
}
.works-item2:nth-of-type(2n) {
  margin-right: 0;
}
.works-item2  img.frame {
  border: 1px solid #e6e6e6;
}
/*.works-item:hover {
  opacity: .9;
}*/


/*--------------------------------
 Works hansoku　共通
---------------------------------*/

.article {
  padding: 80px 0;
}
.article-title {
  text-align: center;
  margin-bottom: 50px;
}
.article-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.navi-hansoku {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.article-body {
  max-width: 720px;
  margin: 0 auto;
  /*margin-bottom: 110px;*/
  text-align: center;
}
.article-body div {
  margin-bottom: 60px;
}
.hansoku-midashi {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 50px;
}



.article-body img {
  width: 100%;
  display: block;
}

.article-body p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #777;
}

/*--------------------------------
 Works hansoku
---------------------------------*/

.article-title-hansoku {
  margin-bottom: 50px;
  text-align: center;
}

.hansoku-list {
  display: flex;
  justify-content: center;
  list-style: none;
}

.hansoku-item {
  width: 260px;
  margin: 0 25px 0;
  text-align: center;
}

.hansoku-item a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  /*letter-spacing: .05em;*/
  color: #333;
}
.hansoku-item a:after {
  position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
}

.hansoku-item a:hover:after {
  width: 100%;
}
#tempo img {
  margin: 10px auto 0; 
}
img.han-logo {
  width: 45%!important;
  margin-top: 40px;
}

/*--------------------------------
 Works Album
---------------------------------*/

.album-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-wrap: wrap;
}
.album-item {
  width: 49%;
  margin-top: 20px;
}
.album-item:nth-of-type(-n+2) {
  margin-top: 0;
}
.album-item img {
    border: 1px solid #e6e6e6;
    margin: 0;
}

/*--------------------------------
 hobby LINE STAMP
---------------------------------*/
#stamp img {
  margin-top: 10px;
}
#stamp {
  margin-bottom: 0;
}
/*--------------------------------
 hobby デッサン
---------------------------------*/
h2.article-title-drawing {
  text-align: center;
}
.hobby-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hobby-item {
  width: 39%;
  margin-right: 4%;
}
.hobby-item:nth-of-type(2n) {
  margin-right: 0;
}


/*--------------------------------
 hobby 着彩
---------------------------------*/
h2.article-title-coloring {
  text-align: center;
  margin-bottom: 50px;
}
.hobby-item2 {
  width: 35%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.hobby-item2:nth-of-type(2n) {
  margin-right: 0;
}


/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* 見出し */
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* レイアウト */
  .wrapper {
    padding-top: 57px;
  }

  .section {
    padding: 60px 0;
  }

  .container {
    padding: 0 20px;
  }

  /* ヘッダー */
  .header .container {
    display: block;
    padding: 15px;
  }

  .header-logo {
    font-size: 17px;
    text-align: center;
    margin: 0 auto 3px;
  }

  .gnav-item:not(:last-child) {
    margin-right: 10px;
  }

  .gnav-item a {
    font-size: 10px;
  }

  .gnav-item a:after {
    display: none;
  }

  /*  メインビジュアル */
  .mv {
    height: 40vh;
  }

  .mv-container {
    padding: 0 20px;
  }

  .mv-title {
    font-size: 30px;
  }
  .mv-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .mv-text {
    top: 75%;
    font-size: 14px;
    line-height: 1.7;
  }

  /* Works */
  .works-name {
    font-size: 12px;
  }

  .works-info {
    margin-top: 3px;
  }

  .works-list {
    justify-content: space-between;
  }

  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* Skill */
  .skill-list {
    display: block;
    margin-bottom: 0;
  }

  .skill-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  .skill-name {
    margin-bottom: 5px;
  }

  .skill-text {
    font-size: 13px;
    line-height: 1.7;
  }

  /* About */
  .profile {
    display: block;
  }
  .profile-img {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .profile-body p {
    font-size: 14px;
    line-height: 1.7;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  /* フッター */
  .footer {
    padding: 20px;
  }

  /* 下層ページ */
  .article {
    padding: 50px 0;
  }

  .article-body p {
    line-height: 1.7;
    margin-bottom: 35px;
  }

   /*Works BNR*/
   .works-item2 {
    width: 48%;
   }

   /*Works hansoku*/
   .hansoku-item {
    margin: 0 10px 0;
   }
   .hansoku-item a {
    font-size: 14px;
   }
   .navi-hansoku {
    margin-bottom: 50px;
   }
   .hansoku-midashi {
    font-size: 18px;
   }

   /*hobby*/
   .hobby-item {
    width: 48%;
   }
   .hobby-item2 {
    width: 48%;
   }
   .hobby-item2:nth-last-of-type(-n+2) {
    margin-bottom: 0;
   }


}
