@charset "UTF-8";
@media screen and (max-width:767px) {
  /*スマホ用CSS*/
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  * {
    box-sizing: border-box;
  }
  * {
    margin: 0;
    padding: 0;
  }
  li {
    list-style-type: none;
  }
  a {
    text-decoration: none;
    color: #3e4144;
  }
  body {
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  }
  /*スマホのみ表示*/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  a {
    color: #3e4144;
    font-family: Roboto;
  }
  /*	ハンバーガーメニューのボタンが押せるように１番上に設置*/
  #nav-toggle {
    width: 30px;
    height: 25px;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1000;
  }
  /*	ハンバーガーメニュー*/
  #nav-toggle > div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #nav-toggle span {
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #3e4144;
    position: absolute;
    left: 0;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  /*bodyに.openがつくと×になる*/
  .open #nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .open #nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .open #nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px
  }
  /*上品な印象のトランジションのハンバーガーメニューー*/
  #nav-toggle span {
    transition: transform .6s ease-in-out, top .5s ease;
  }
  /*ナビゲーションをコンテンツの上にかぶせて表示*/
  #gnav {
    background-color: rgba(249, 249, 249, 0.9);
    width: 100%;
    height: 100vh;
    z-index: 990;
    position: fixed;
    top: 0;
    left: 0;
    /*		ナビを非表示*/
    transition: all ease .6s;
    visibility: hidden;
    opacity: 0;
  }
  #gnav img {
    width: 50px;
  }
  #gnav ul img{
    padding-bottom: 50px;
    opacity: 0.8;
  } 
  .open #gnav {
    /*		ナビを表示*/
    visibility: visible;
    opacity: 1;
  }
  #gnav ul {
    /*		上下左右で中央よせ*/
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    color: #3e4144;
    font-size: 18px;
    margin-top: 300px;
    /*		ナビを徐々に表示*/
    opacity: 0;
    transform: translateY(-200px);
    transition: all .8s ease;
    font-family: Roboto;
    letter-spacing: 0.1em;
  }
  /*	元の位置に戻す*/
  .open #gnav ul {
    opacity: 1;
    transform: translateY(0);
  }
  .mainPhoto  {
    width:100%;
    height:650px;
    margin-bottom:350px; 
    opacity: 0.7;
  }
 .mainPhoto img{
    width: 100%;
    height: auto;
    border-radius: 50% 60% 50% 60%;
    width: 100%;
    margin: 0 auto 60px auto;
    opacity: 0.7;
    position: relative;
 }
 
  h1{
    letter-spacing: 0.1em;
    text-shadow:2px 2px 3px #a5a5a2f8;
    z-index:500;
    color:#3e4144;
    opacity:0.8;
  
  }
  h1 span{
    font-size:16px;
    font-weight: 5;
    letter-spacing: 0.07em;
    writing-mode: vertical-rl;
    float: right;
    margin-top: -350px;
    padding-right: 20px;
  }
  #logo{
    position: absolute;
    top:0;
    left:5%;
    font-size: 25px;
    letter-spacing: 0.05em;
    z-index:500;
  }
  #header-space{
    width:100%;
    height: 100px;
    background-color: white;
  }
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 50;
  }
  #page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
  }
  #page_top a:hover {
    background-color:#96b288;
    text-decoration: none;
  @keyframes fadeIn{
    0%{
      opacity:0.5;
    }
    100%{
      opacity: 0.5;
    }
  }
}
  
  @keyframes fadeIn{
    0%{
      opacity:0.5;
    }
    100%{
      opacity: 0.5;
    }
  }
  .work-sec {
    width: 100%;
    background-color: #f3f2f3;
    margin-bottom: 150px;
    padding-bottom: 100px;
  }
  .work-sec img {
    width: 80%;
    height:auto;
    margin: 0 auto;
  }
  h2 {
    font-size: 50px;
    padding-top: 32px;
	  font-family: Roboto;
    color:#96b288;
    text-shadow:2px 2px 3px #9a9a9b;
	  letter-spacing: 0.1em;
    display:inline-block;
    padding-left:20px;
    opacity: 0.3;
  }
  .work-sec p {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-top:20px;
    margin-bottom: -70px;
    padding-bottom: 40px;
  }
  /*	矢印*/
  .line {
    display: flex;
    color:#c260a5;
  }
  .site-img  p{
    color:#c260a5;
  }
  .line::after {
    content: "";
    width: 100px;
    height: 15px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    margin-left: auto;
    margin-right: auto;
  }
  .figcaption {
    font-size: 16px;
    line-height: 1.5em;
	  font-family: Roboto;
    letter-spacing: 0.1em;
    padding-top: 100px;
  }
  .figcaption table th {
   width:25%;
   padding-bottom: 40px;
  }
  .figcaption table td {
    width: 60%;
    padding-left: 10px;
    padding-bottom: 40px;
  }
  
  #banner img{
    width:50%;
    padding-top: 80px;
    
    }
  #banner01 .banner-img{
    margin-bottom: -80px;
    }
  #banner02 .banner-img{
    margin-bottom: -80px;
    }
  
  #skill-1 > table:nth-child(1) {
    margin-top: 30px;
  }
  #skill-1 img{
    width: 30%;
    padding-top: 5px;
    
  }
  #skill-1 table th{
    width:20%;
    padding-top:5px;
    font-size: 16px;
    color:#3e4144;
    font-family:Roboto;
    letter-spacing: 0.1em;
  }
  #skill-1 table td{
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    color:#3e4144;
    padding: 20px 0 20px 15px;
  }
  #skill-1 img{
    margin: 0;
    padding-left:10px;
    }
    .container {
    display: flex;
  }
  
  #license {
    width: 90%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b7a55c;
    box-shadow: 5px 5px 3px #888885;
    background: linear-gradient(#bba54e, #d6cd9c);
	  font-family: 'Noto Sans JP';
    position: relative;
    margin-top:50px;
  }
  #license p {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height:25px;
    padding-top: 10px;
    text-shadow:2px 2px 3px #8c7518;
    
  }


/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
  .scrolldown2{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
  /*描画位置*/
position: absolute;
left:10px;
bottom:10px;
  /*テキストの形状*/
color: #3e4144;
font-size: 0.7rem;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom:0;
  left:-4px;
  /*丸の形状*/
width:10px;
height:10px;
border-radius: 50%;
background:#3e4144;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{bottom:45px;}
   100%{bottom:-5px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
    0%{opacity:0}
   50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}

/* 線の描写 */
.scrolldown2:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
left:0;
  /*線の形状*/
width:2px;
height: 50px;
background:#eee;
}
/* 下から */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
.about-sec{
  width:100%;
  height:auto;
  background-color: #f2f4f5;
  margin-bottom: 150px;
  padding-bottom: 100px;
}
#inquiry{
  margin-bottom: 0;
}
#about #profile p{
  width:80%;
  font-size: 17px;
  text-align: center;
  clear: both;
  margin: 0 auto;
  line-height: 2em;
 }
 #about #profile p:before{
  content:"・・・・・・・・・・・・・・・・・・";
  color:#c260a5;

}
#about #profile p:after{
  content:"・・・・・・・・・・・・・・・・・・";
  color:#c260a5;
}
 img {
  width: 70%;
  margin: -40px auto;
  text-align: center;
  padding-top: -50px;
  }

#name-img img{
  width:60%;
  padding-top:100px;
}
#name-img img:hover{
  opacity:0.5;
}
#message{
  padding-top: 100px;
  font-size: 16px;
  color:#3e4144;
  width:80%;
  margin: 0 auto;

}
#message:before{
  content:"・・・・・・・・・・・・・・・・・・";
  color:#c260a5;
}
#message:after{
  content:"・・・・・・・・・・・・・・・・・・";
  color:#c260a5;
}
#message span{
  color:#c260a5;
}
#container02{
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#copy {
  clear: both;
  width:100%;
  height: 50px;
  text-align: center;
  color:#3e4144;
  background-color:#f2f4f5; 
}
}