@charset "UTF-8";
/*----------------------------------------
| 設定
----------------------------------------*/
/*----------------------------------------
| すべて共通
----------------------------------------*/
html, body {
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif; }

.container {
  margin: 0 auto;
  max-width: 1000px; }

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

/* トップへ戻るボタン */
#pageTop {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: -80px;
  opacity: 0.6; }

#pageTop a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none; }

#pageTop a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

#pageTop a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000; }

/*----------------------------------------
| ヘッダー
----------------------------------------*/
header {
  /*background-image: url("../images/bg-home.jpg");*/
  background-color: #efefef;
  background-size: cover;
  background-position: left top;
  border-bottom: 2px solid #517fad; }
  header small {
    margin-left: 10px;
    font-size: 8px;
    letter-spacing: 2px;
    color: #ccc; }
  header .header__container {
    padding-bottom: 10px; }
  header h1 {
    text-align: center; }
  header img.home__logo {
    width: 40vw;
    max-width: 400px;
    height: auto; }

/*----------------------------------------
| worksページのヘッダー
----------------------------------------*/
.works__header .container {
  padding-top: 10px; }
.works__header .works-header__inner {
  text-align: center; }
.works__header img {
  width: 200px; }
.works__header nav {
  margin-top: 0; }

@media (min-width: 768px) {
  .works__header {
    padding-top: 20px; }

  .works-header__logo {
    margin-bottom: 20px; } }
/*----------------------------------------
| ナビゲーション
----------------------------------------*/
header nav {
  margin-top: 20px;
  position: relative; }
  header nav ul.header__nav {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    font-size: 14px;
    font-weight: normal; }
    header nav ul.header__nav li {
      padding: 5px 20px; }
      header nav ul.header__nav li a {
        text-decoration: none;
        color: #517fad;
        position: relative; }
      header nav ul.header__nav li a::before {
        position: absolute;
        left: -20px;
        top: 2px; }
      header nav ul.header__nav li a[href="#works"]::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0b1'; }
      header nav ul.header__nav li a[href="#profile"]::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f007'; }
      header nav ul.header__nav li a[href="#contact"]::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0e0';
        top: 3px; }
      header nav ul.header__nav li a[href="../index.html#works"]::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0b1'; }
      header nav ul.header__nav li a[href="../index.html#profile"]::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f007'; }
      header nav ul.header__nav li a[href="../index.html#contact"]::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0e0';
        top: 3px; }
      header nav ul.header__nav li a:hover {
        opacity: 0.7; }

@media (min-width: 768px) {
  header nav {
    margin-top: 50px; }

  ul.header__nav {
    font-size: 16px; } }
ul.header__nav .active {
  border-bottom: 2px solid #517fad; }

/*----------------------------------------
| セクション共通
----------------------------------------*/
/* メインコンテナー */
.main__container {
  padding: 0 20px; }

/* タイトルデザイン */
.section__ttl {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .section__ttl h3 {
    font-size: 20px;
    font-weight: lighter; }
  .section__ttl span {
    display: block;
    font-size: 10px; }

@media (min-width: 768px) {
  .section__ttl {
    margin-top: 40px; }
    .section__ttl h3 {
      font-size: 28px; } }
/* ボタンデザイン */
.btn-flat-border {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #999;
  font-size: 14px;
  border: solid 1px #999;
  transition: .4s; }

.btn-flat-border:hover {
  background: #999;
  color: white; }

/*----------------------------------------
| 作ってきたもの
----------------------------------------*/
.works-list li {
  list-style-type: none;
  padding-bottom: 20px;
  border-bottom: 1px dashed #a2a2a2;
  margin-bottom: 50px; }
  .works-list li a {
    text-decoration: none;
    color: #333; }
    .works-list li a dl dd {
      text-align: center; }
    .works-list li a dl dd:nth-of-type(2) {
      font-size: 12px;
      color: #666; }

@media (min-width: 768px) {
  .works-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    flex-flow: wrap; }
    .works-list li {
      border: none;
      width: calc(100%/2 - 100px); } }
/*----------------------------------------
| プロフィール
----------------------------------------*/
.profile .suzutomo {
  text-align: center; }
  .profile .suzutomo img {
    width: 40vw;
    border-radius: 50%; }
  .profile .suzutomo .textBox {
    padding: 20px;
    width: 80vw;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left; }
    .profile .suzutomo .textBox p {
      font-size: 14px;
      margin-bottom: 10px;
      line-height: 1.8; }
    .profile .suzutomo .textBox p.myFavorite {
      color: #18475c; }

.socialBtn {
  margin: 0 auto; }
  .socialBtn ul {
    list-style: none;
    display: flex;
    justify-content: center; }
  .socialBtn li {
    margin-right: 20px; }
  .socialBtn li:nth-child(2) {
    margin-right: 0; }
  .socialBtn li a {
    text-decoration: none; }
  .socialBtn li.facebook a::before {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    content: '\f082';
    font-size: 25px;
    color: #333; }
  .socialBtn li.instagram a::before {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    content: '\f16d';
    font-size: 25px;
    color: #333; }

@media (min-width: 768px) {
  .profile {
    padding: 20px 40px; }
    .profile .suzutomo {
      display: flex;
      justify-content: center; }
      .profile .suzutomo img {
        width: 200px;
        height: 200px; }
      .profile .suzutomo .textBox {
        /*width: 60vw;*/ } }
/*----------------------------------------
| コンタクトフォーム
----------------------------------------*/
#contact {
  margin: 20px 0 40px; }
  #contact .container {
    max-width: 600px;
    margin: 0 auto; }
  #contact .contact__form ul {
    list-style: none;
    font-size: 13px;
    line-height: 2;
    text-align: center; }

#form-tbl {
  margin-left: 1.5em;
  font-size: 14px; }

#form {
  border-collapse: separate;
  margin: 1em 0; }

#form th, #form td {
  border: 1px solid #999;
  padding: 8px; }

#form th {
  white-space: nowrap;
  background: #e8e8e8; }

#form td {
  background: #fff; }

p.btn {
  text-align: center; }

p.btn input {
  width: 110px;
  height: 32px;
  border: 1px solid #999;
  transition: .2s; }

p.btn input:hover {
  background-color: #999;
  color: #fff; }

/* スマホ用 */
@media only screen and (max-width: 480px) {
  #body {
    margin-left: 0; }

  /* 投稿フォーム */
  #form-tbl {
    margin: 0 auto;
    text-align: center; }

  #form {
    width: 96%;
    margin: 10px auto; }

  #form th, #form td {
    text-align: left;
    width: 100%;
    display: block;
    padding: 6px 3px;
    border-top: none; }

  #form tr:first-child th {
    border-top: 1px solid #666; }

  p.btn input {
    width: 10em; }

  /* 小見出し */
  h2 {
    margin: 1em 3px;
    width: 90%; }

  /* サンクス */
  p.msg {
    margin: 1em auto; }

  textarea {
    width: 100%; } }
/*----------------------------------------
| フッター
----------------------------------------*/
footer {
  background-image: url("../images/bg-home.jpg");
  background-size: cover;
  text-align: center;
  margin-top: 100px; }
  footer .footer__inner {
    padding: 10px; }
  footer .footer__nav {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 14px; }
    footer .footer__nav li {
      padding: 3px 20px;
      border-right: 2px solid #999; }
      footer .footer__nav li a {
        text-decoration: none;
        color: #000; }
      footer .footer__nav li a:hover {
        opacity: 0.6; }

/*----------------------------------------
| 作品概要
----------------------------------------*/
/*.featrue__contents {
  display: flex;
  flex-flow: column;
}
.feature {
  p {
    font-size: 14px;
  }
  .container {
    .feature__textBox {
      display: flex;
      flex-flow: column;
      align-items: center;
    }
  }
}
.textBox {
  margin-bottom: 20px;
  h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .featrue__contents {
    margin-top: 80px;
    flex-direction: column-reverse;
  }
  .feature {
    .container {
      .feature__textBox {
        flex-flow: row;
        justify-content: center;
      }
    }
  }
  .textBox {
    width: 60%;
    padding-right: 40px;
    box-sizing: border-box;
    h4 {
      font-size: 46px;
      font-weight: normal;
    }
  }
}*/
/*----------------------------------------
| ページャー
----------------------------------------*/
/*.page {
  li {
    display: inline;
    position: fixed;
    bottom: 45%;
  }
  li:first-child {
    left: 0;
  }
  li:last-child {
    right: 0;
  }
}*/
