body {
  font-family: "Noto Sans JP","Lato","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .8px;
  color: #333;
  background-color: #f9f7f3;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #1ca9e3;
}

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: 80px 0;
}

.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: #555555;
}

.lead {
  margin-bottom: 30px;
  text-align: center;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  transition: background-color .6s;
}

.header.active {
  background-color: #f9f7f3;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.header-logo {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: .05em;
}

.header-logo a {
  color: #9e8d8a;
}
.header-logo a span{
  font-size: 0.9rem;
}

.header-nav-list {
  display: flex;
  justify-content: space-between;
}

.header-nav-item:not(:last-child) {
  margin-right: 20px;
}

.header-nav-item a {
  font-size: 13px;
  padding: 5px 0;
  letter-spacing: .1em;
  color: #9d7972;
}

.header-nav-item a:hover {
  opacity: .7;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.main-visual-img {
  height: 500px;
  background-color: #f0ede8;
  background-image: url(../img/visual_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
}

/*--------------------------------
 プロフィール
---------------------------------*/
.profile {
  padding: 160px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.pro-title_wrapp{
  width: 70%;
}

.profile-title {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 70px;
  text-transform: uppercase;
  color: #d1d1d1;
}
.profile-text {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 10px;
}

.book{
  width: 30%;
  position: relative;
}
img.bookimg{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
img.visualpicture{
  position: absolute;
  left: -100px;
  top: 30%;
  z-index: 0;
  transform:rotate(-8deg);
}

.button_wrap p{
  margin-top: 10px;
  text-align: center;
}
.button_wrap p a{
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid #9d7972;
  text-transform: capitalize;
  font-size: 18px;
  color: #9d7972;
}
.button_wrap p a:hover {
  opacity: .7;
}

/*--------------------------------
 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: .8;
}

.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-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5%;
  margin-bottom: -50px;
}

.skill-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 30%;
  margin-bottom: 50px;
}

.skill-img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.skill-body {
  flex: 1;
}

.skill-name {
  margin-bottom: 3px;
  color: #d58576;
}

section.skill dl dt{
  margin-bottom: 3px;
  font-weight: bold;
  margin-top: 50px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-item {
  display: block;
  margin: 0 20px;
  text-align: center;
}

.contact-text {
  margin-top: 10px;
  text-align: center;
}
/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #e6e6e6;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #9e8d8a;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #f9f7f3;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 50px 0;
}

.article-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-top: 55px;
  text-align: center;
  color: #555555;
}

.article-img {
  max-width: 800px;
  margin: 0 auto 20px auto;
  text-align: center;
}
.article-img-bnr{
  margin: 8px auto 30px auto;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
}

.url_btn{
  max-width: 150px;
  padding: 5px;
  border-radius: 50px;
  background-color: #d58576;
}
.url_btn:hover{
  background-color: #eb9c8f;
}
.url_btn a{
  display: block;
  text-align: center;
  color: #fff;
}
.target_btn{
  max-width: 130px;
  text-align: center;
  line-height: 1.6;
  border-radius: 50px;
  background-color: #d58576;
  font-size: 1rem;
  color: #fff;
}
.logo_btn{
  margin: 50px 0 20px 0;
}

.article-info-title {
  font-size: 15px;
  color: #d58576;
}

.article-body img {
  margin-bottom: 30px;
}

.article-body p {
  margin-bottom: 30px;
}
.article-body .bnrsec p{
  margin-bottom: 15px;
  line-height: 22px;
}

.article-body p.btn_top{
  margin-bottom: 5px;
}
.article-body p.p1{
  margin-bottom: 1px;
}
.article-body p span,
.article-body ul li span{
  padding-right: 3px;
  color: #aaa;
  font-size: 10px;
  vertical-align: text-bottom;
}
.article-body .bnrsec p span{
  vertical-align: text-top;
}

.article-body .color_wrap{
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.article-body .color1_wrap{
  width: calc((100% - 40%)/3);
}
.article-body .color{
  height: 30px;
  border: 1px solid #e6e6e6;
}
.article-body .color1{
  background-color: #fff;
}
.article-body .color2{
  background-color: #2c357a;
}
.article-body .color3{
  background-color: #f5f5f5;
}
body.web_two .color1{
  background-color: #000;
}
body.web_two .color2{
  background-color: #05CE8A;
}
body.web_two .color3{
  background-color: #fff;
}
.article-body .color1_wrap p{
  text-align: center;
  color: #666;
}
body.web_three .color1{
  background-color: #FAF7FF;
}
body.web_three .color2{
  background-color: #EFE5FF;
}
body.web_three .color3{
  background-color: #475893;
}
body.web_smiledc .color1{
  background-color: #F6F6F6;
}
body.web_smiledc .color2{
  background-color: #FFF6F2;
}
body.web_smiledc .color3{
  background-color: #FFA372;
}


.home-link {
  text-align: center;;
}

.pagetop_arrow{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #d58576;
  border: solid 2px #e6e6e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
a.pagetop {
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
}
.pagetop_arrow:hover{
  background-color: #eb9c8f;
}
p.period{
  margin-bottom: 1px;
  line-height: 14px;
}

/* about */
body.about .main_profile{
  max-width: 1040px;
  margin: 0 auto;
  padding: 130px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
body.about .main_profile .main_picture{
  max-width: 390px;
}
body.about .main_profile .profile_content{
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
body.about .main_profile .profile_content .main_profile_title{
  line-height: 80px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #d1d1d1;
}
body.about .main_profile .profile_content .main_profile_title .title_bottom{
  text-align: end;
}
body.about .main_profile .profile_content .main_profile_text p{
  margin-top: 20px;
  line-height: 22px;
}
body.about .skill.section{
  padding: 190px 0 0 0;
}
.bfaf_wrap{
  margin-top: 60px;
}
.bfaf_wrap .pc,
.bfaf_wrap .sp{
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.bfaf_wrap .pc{
  margin-bottom: 50px;
}
.bfaf_wrap .sp div{
  padding-right: 8%;
}
.bfaf_wrap p{
  margin-bottom: 5px;
  font-weight: 600;
}
.price-img{
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}
.price-img img{
  margin: 0;
}
.hp_gif{
  margin-left: 3%;
}
.hp_gif{
  position: relative;
}
.hp_gif img{
  position: absolute;
  bottom: 0;
}
.hp_gif img.icon{
  bottom: 345px;
  left: 10px;
}
.article-body .bnrsec .hp_gif p{
  position: absolute;
  margin-bottom: 0;
  bottom: 395px;
  left: 3px;
}




/*media Queries 1140
----------------------------------------------------*/
@media screen and (max-width: 1140px) {
  .profile{
    justify-content: center;
    gap: 120px;
  }
  .pro-title_wrapp{
    max-width: 400px;
  }
  .profile-title{
    text-align: left;
    line-height: 60px;
    font-size: 60px;
  }
  .profile-text{
    margin: 0;
    padding: 30px 0;
    text-align: left;
  }
  .book{
    max-width: 160px;
  }
  img.bookimg{
    width: 100%;
  }
  img.visualpicture{
    max-width: 120px;
    left: -90px;
    top: 22%;
  }

}







/*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;
  }

  /* 見出し */
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  /* レイアウト */
  .section {
    padding: 40px 0;
  }

  .inner {
    padding: 0 15px;
  }

  /* ヘッダー */
  .header-logo {
    font-size: 16px;
  }

  .header-nav-item:not(:last-child) {
    margin-right: 10px;
  }

  .header-nav-item a {
    font-size: 12px;
  }

  /* プロフィール */
  .main-visual-img{
    height: 630px;
  }
  .profile {
    padding: 130px 20px 0 20px;
    flex-direction: column;
    align-items: center;
    gap: 5px; 
  }
  .pro-title_wrapp{
    width: 100%;
    text-align: center;
  }
  .profile-title{
    line-height: 56px;
    font-size: 56px;
  }
  .profile-text{
    margin: 0 auto;
    padding: 30px 0 5px 0;
    display: inline-block;
    text-align: start;
  }
  .book{
    width: 100%;
    text-align: center;
  }
  img.bookimg{
    left: 25%;
    transform: rotate(1deg);
  }
  img.visualpicture{
    top: 40px;
    left: -35%;
  }
  .button_wrap{
    margin-top: 230px;
  }

  /* Works */ 
  .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 {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .skill-item {
    width: 45%;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  /* Contact */
  .contact-item {
    margin: 0 10px;
  }

  /* フッター */
  .footer {
    padding: 20px 0;
  }
  .article-body .color1_wrap{
  width: calc((100% - 15%) / 3);
  }

/* about */
body.about .main_profile{
  gap: 3%;
}
body.about .main_profile .profile_content{
  max-width: 250px;
}
body.about .main_profile .profile_content .main_profile_title{
  font-size: 33px;
  line-height: 40px;
}
.hny-img{
  max-width: 330px;
  grid-template-columns: 1fr;
}
.hp_gif img{
  max-width: 65%;
}
.hp_gif img.icon{
  width: 22%;
  bottom: 79%;
  left: 3%;
}
.article-body .bnrsec .hp_gif p{
  bottom: 90%;
  font-size: 11px;
}

}




/*media Queries 428
----------------------------------------------------*/
@media screen and (max-width: 428px) {

  .article-body .color1_wrap{
    width: calc(100%/3);
    }
    .profile{
      padding: 110px 20px 0 20px;
      gap: 15px;
    }
    .profile-title{
      text-align: center;
      font-size: 39px;
    }
    .profile-text{
      padding: 10px 0;
    }
    .book{
      max-width: 150px;
    }
    img.visualpicture{
      left: -30%;
    }
    .skill-list{
      display: block;
    }
    .skill-item{
      width: 100%;
    }
    .works-item{
      width: 100%;
      margin-bottom: 50px;
      flex: unset;
      flex-direction: column;
    }
    .main-visual-img{
      background-position: top;
    }

  /* about */
  body.about .main_profile{
    flex-direction: column;
    gap: 20px;
  }
  body.about .main_profile .profile_content{
    max-width: 500px;
  }
  body.about .main_profile .profile_content .main_profile_title{
    font-size: 40px;
    line-height: 50px;
  }
  body.about .skill.section{
    padding: 400px 0 50px 0;
  }
  .bfaf_wrap .pc{
    margin-bottom: 10px;
  }
  .bfaf_wrap .pc,
  .bfaf_wrap .sp{
    gap: 3%;
  }
  .bfaf_wrap .sp div{
    padding-right: 4%;
  }
  .hp-img{
    grid-template-columns: 60% 1fr;
  }
  .hp_gif{
   margin: 0; 
  }
  .hp_gif img{
    max-width: 100%;
  }
  .hp_gif img.icon{
    left: 5%;
  }
  .article-body .bnrsec .hp_gif p{
    bottom: 91%;
    font-size: 7.5px;
    line-height: 8px;
  }
    
}
