body {
  font-family: fot-tsukuardgothic-std, "Montserrat", "Helvetica Neue", "fot-tsukuardgothic-std", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .8px;
  color: #333;
}
h2, h3, nav {
  font-family: fot-tsukuardgothic-std, "Montserrat", "Helvetica Neue", "fot-tsukuardgothic-std", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: .8px;
  color: #333;
}
p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  transition: opacity .3s;
  text-decoration: none;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}
ul, li {
  list-style: none;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
/*--------------------------------
 レイアウト
---------------------------------*/
.section {
  padding: 90px 0;
}
.section:nth-of-type(odd) {
  background-color: white;
}
.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}
/*--------------------------------
 見出し
---------------------------------*/
.top-page-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
  letter-spacing: .05em;
  color: #333;
}
.section-title img {
  display: block;
  width: 450px;
}
.works-title {
  padding: 30px 0 20px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  color: #333;
}
.title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: #333;
}
.subtitle {
  max-width: 450px;
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 15px;
  margin: 80px auto 50px;
  text-align: center;
  letter-spacing: .05em;
  color: #333;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.lead {
  margin-bottom: 30px;
}
/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  width: 100%;
}
.header .inner {
  margin: 0 auto;
}
.header-logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin: 0 auto;
  letter-spacing: .05em;
}
.header-logo a {
  color: #333;
}
.introduction {
  text-align: center;
  display: block;
  margin: 25px;
  z-index: 9999;
}
.header-nav-list {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: 10px auto;
}
.header-nav-item:not(:last-child) {
  margin-right: 20px;
}
.header-nav-item a {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  letter-spacing: .05em;
  color: #333;
}
.header-nav-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;
}
.header-nav-item a:hover:after {
  width: 100%;
}
/*--------------------------------
 メインビジュアル
---------------------------------*/
.image_box {
  width: 850px;
  height: 400px;
  background-image: url("../img/parapara.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
/*
.top-image {
  max-width: 850px;
  height: auto;
  vertical-align: bottom;
}
*/
.main-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.main-visual-inner {
  padding: 0 40px;
}
.main-visual-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: .1em;
}
.main-visual-subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: .08em;
}
/*--------------------------------
 About
---------------------------------*/
 .product-list 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;
}
/*--------------------------------
 Works
---------------------------------*/
.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;
}
/*--------------------------------
 Skill
---------------------------------*/
#skill.skill.section {}
.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: 60px;
  height: auto;
  margin-right: 20px;
}
.skill-body {
  flex: 1;
}
.skill-name {
  margin-bottom: 3px;
}
/*--------------------------------
 About
---------------------------------*/
.about {
	text-align: center;
}
.profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.profile-img {
  width: 20%;
  margin-right: 30px;
  border-radius: 50%;
  margin: 0 auto;
}
.profile-img img {
  border-radius: 50%;
}
.profile-body {
  flex: 1;
}
.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}
/*--------------------------------
 Contact
---------------------------------*/

.contact {
  text-align: center;
}
.contact-text {
  margin: 10px auto;
  padding: 200px 10px;
  display: block;
  max-width: 50%;
}
.contact-item:not(:last-child) {
  display: block;
  margin-right: 10px;
  clear: right;
}
.flex {
  display: flex;
  justify-content: space-around;
}

/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  clear: left;
  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;
  clear: left;
}
.copyright {
  font-size: 10px;
  text-align: center;
  color: #797979;
}
/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}
.article-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.article-title {
  margin-bottom: 30px;
  text-align: center;
}
.article-img {
  margin-bottom: 20px;
}
.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.article-info-title {
  font-size: 15px;
}
.article-body img {
  margin-bottom: 30px;
}
.article-body p {
  margin-bottom: 30px;
}
.home-link {
  text-align: center;
}
/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /* 見出し */
  .section-title {}
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .subtitle {
    font-size: 22px;
    padding: 20px;
  }
  /* レイアウト */
  .section {
    padding: 60px 0;
  }
  .inner {
    padding: 0 20px;
  }
  /* ヘッダー */
  .introduction {
    margin: 8px;
  }
  .header-nav-list {
    max-width: 100%;
    margin: 5px auto;
  }
  .header .inner {
    padding: 15px;
  }
  .header-logo {
    font-size: 15px;
    margin-right: 15px;
  }
  .header-nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .header-nav-item a {
    font-size: 10px;
  }
  .header-nav-item a:after {
    display: none;
  }
  /*  メインビジュアル */
  .image_box {
    margin: 10px 10px 0;
  }
  /*  .top-image {
    max-width: 70%;
  }

  .main-visual {
    height: 30vh;
    width: 100%;
  }
*/
  .main-visual-inner {
    padding: 0 20px;
  }
  .main-visual-title {
    font-size: 30px;
  }
  .main-visual-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* Works */
  .works-title {
    padding-bottom: 5px;
  }
  .works-name {
    font-size: 10px;
  }
  .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;
  }
  /* About */
  .profile {
    display: block;
  }
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }
	
  /* contact */
  .flex {
    display: block;
  }
  .space-between {
	clear: right;
  }
	.contact-title {

		z-index: -1;
	}
	.contact-text {
		padding: 0 0 0 70px ;
		margin: -230px auto 0;

		right: 0;
z-index: 9999;
	}
  /* フッター */
  .footer {
    padding: 20px;
  }
  /* 下層ページ */
  .article {
    padding: 50px 0;
  }
}.profile-pic {
}
