/* CSS Document */

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
}

body:before{
  content:"";
  display:block;
  position:fixed;
  top: 8%;
  left: 0;
  padding-top: 69.06%;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url('../img/bg02.jpg') center no-repeat;

  background-size:cover;
}

a {
  text-decoration: none;
  color: #1ca9e3;
}

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

ul,
li {
  list-style: none;
}

.text-bold {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#js-pageTop {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
}

.hover-action-01 {
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.hover-action-01:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
}

/*--------------------------------
 全体
---------------------------------*/
#wrapper {
  padding-top: 68px;
}

.section {
  margin-top: 30px;
  padding: 100px 0;
}

.section:nth-of-type(-n+5) {
  background-color: rgba(255, 255, 255,0.8)
}

.section .inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-title-area {
  margin-bottom: 38px;
  text-align: center;
}

.section-title {
  font-family: "Open sans", sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: .05em;
  text-align: center;
}

.section-title::after {
    content: '';
    display: block;
    background: #333;
    height: 1px;
    width: 100%;
    margin-top: 8px;
}


.work-title {
    font-family: "Open sans", sans-serif;
    font-size: 25px;
    padding: 0 100px;
    font-weight: normal;
    line-height: 1;
    color: #8b968d;
    margin: 70px 0 10px;
    letter-spacing: .05em;
}

.work-title::after {
    content: '';
    display: block;
  background-image: -webkit-linear-gradient(left, transparent, #8b968d 40%, #8b968d 60%, transparent);
    background-image: linear-gradient(to right, transparent, #8b968d 40%, #8b968d 60%, transparent);
    height: 1px;
    width: 100%;
    margin-top: 8px;
}

.section-image a {
  display: block;
}

#about .inner,
#skill .inner {
  max-width: 1000px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
#header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86vh;
}

#header .logo {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

#header .logo-title {
  font-family: "Open sans", sans-serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: .2em;
}

#header .logo-desc {
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
  letter-spacing: .2em;
}

#header .logo-desc2 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: .2em;
}

#header .logo-title::after {
    content: '';
    display: block;
    background: #333;
    height: 2px;
    width: 100%;
    margin-top: 8px;
}

#header .contact-list ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 120px;
  margin: 0 auto;
}

#header .contact-list li {
  display: flex;
  align-items: center;
  text-align: center;
}

#header .contact-list li a {
  color: #333;
}

#header .contact-list li img {
  width: 40px;
}

#header .contact-list-desc {
  font-weight: bold;
}

#header .contact-other {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}


/*--------------------------------
 グローバルナビ
---------------------------------*/

#gnav {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    justify-content: space-around;
}

#gnav {
    display: flex;
  position: fixed;
 padding: 0 200px;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}


#gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#gnav li {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  padding: 0 24px;
  letter-spacing: .05em;
}

#gnav li a {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #333;
}

#gnav li a:hover {
  opacity: 1;
}

#gnav li 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 li a:hover::after {
  width: 100%;
}
#gnav .insta {
    display: flex;
    width: 260px;
    margin-top: 20px;
    right: 30px;
}
#gnav .insta .insta-p {

}

#gnav .insta img{
    width: 40px;
    margin-top: -5px;
    padding-left: 8px;

}

/*--------------------------------
 Card
---------------------------------*/
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-image img {
  width: 100%;
}

.card-caption {
  text-align: center;
}

.card-caption-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.card-caption-info {
  font-size: 10px;
}

.card-caption-url {
  font-size: 10px;
}

.card img.fadein {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}

.card img.fadein.lazyloaded {
  opacity: 1;
}

/*--------------------------------
 WORKS
---------------------------------*/

#works .card {
  flex-basis: 31%;
  margin-bottom: 60px;
}

#works .card-wrapper::after {
  display: block;
  flex-basis: 31%;
  content: "";
}

#works .card:nth-child(3n+1):nth-last-child(-n+3),
#works .card:nth-child(3n+1):nth-last-child(-n+3)~div {
  margin-bottom: 0;
}

/*--------------------------------
 INFOMATION00
---------------------------------*/
#infomation00 .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/*#feature .section-image {
  flex-basis: 58%;
}*/

#infomation00 .section-image img {
  width: 100%;
  margin: 0 auto;
}

#infomation00 .section-desc {
  flex-basis: 37%;
}

#infomation00 .h1 {
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  font-size: 30px;
  font-weight: bold;
}

#infomation00 .h2 {
  padding-left: 10px;
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  font-size: 20px;
  font-weight: bold;
  border-left: solid 5px #2f4f4f;/*左線*/
}

#infomation00 .info-text {
    margin: 10px 0;    
    }
#infomation00 .info-item {
    display: inline-block;
    margin-left: -5px;
}
#infomation00 .info-item a {
    color: #38a1db;
}

#infomation00 .about-box00 {
    margin-left: 120px;
    padding: 0 15px;
    /*background-color: antiquewhite;*/
}

#infomation00 .about-box {
    margin-left: -120px;
    margin-bottom: 30px;
    /*background-color: antiquewhite;*/
}
#infomation00 .book-text {
    width: 350px;
  color: #494949;/*文字色*/
}

#infomation00 .book-p1 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}
#infomation00 .book-p2 {
    margin-top: -5px;
}


#infomation00 .book-title {
    font-size: 25px;
    margin: 10px 0;
    color: #494949;
    font-weight: bold;
}
#infomation00 .book {
    display: flex;
}
#infomation00 .book-i {
    width: 200px;
    margin-right: 20px;  
} 

#infomation00 .about-box img {
    flex-shrink: 0
    width: 213px;
    height: 285px;
    margin-right: 20px;

}

#infomation00 .simple_square_btn5 {
	display: block;
	width: 160px;
    margin-top: 10px;
	padding: 0.8em;
    border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #2f4f4f;
}
#infomation00 .simple_square_btn5:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}

#infomation00 .section-image {
    flex-basis: 10%;
}
#infomation00 .section-text1 {
    margin-top: 10px;
}

#infomation00 .section-text {
    margin-top: 20px;
}

#infomation00 .about-box:after {
    content: '';
    display: block;
    clear: both;
}

#infomation00 .box01 {
  float: left;
}

#infomation00 .box02 {
  float: left;
  margin-left: 20px;
}


/*--------------------------------
 INFOMATION
---------------------------------*/
#infomation .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/*#feature .section-image {
  flex-basis: 58%;
}*/

#infomation .section-image img {
  width: 100%;
  margin: 0 auto;
}

#infomation .section-desc {
  flex-basis: 37%;
}

#infomation .simple_square_btn5 {
	display: block;
	position: relative;
	width: 160px;
    margin-top: 10px;
	padding: 0.8em;
    border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #2f4f4f;
}
#infomation .simple_square_btn5:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
#infomation .simple_square_btn6 {
	display: block;
	position: relative;
	width: 200px;
    margin-top: 20px;
	padding: 0.8em;
    border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #2f4f4f;
}
#infomation .simple_square_btn6:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
#infomation .h2 {
  padding-left: 10px;
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  font-size: 28px;
  font-weight: bold;
  border-left: solid 5px #2f4f4f;/*左線*/
}

#infomation .info-text {
    margin: 10px 0;    
    }
#infomation .info-item {
    display: inline-block;
    margin-left: -5px;
}
#infomation .info-item a {
    color: #38a1db;
}

#infomation .info-item a:hover {
    color: #c9171e;
    text-decoration: underline;
}

#infomation h3 {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
  clear: both;
}
#infomation .info-guide {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
}

#infomation h3:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.3em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/

}
#infomation .example2:before {
  color: #ffdc00;
}
#infomation .example2 {
    display: inline-block;
}


#infomation .info-text .text-marker {
background:linear-gradient(transparent 75%, #ffdc00 75%);
font-weight:bold; 
}

/*--------------------------------
 ABOUT
---------------------------------*/

#about .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about .section-image {
    flex-basis: 20%;
    margin: 0 auto;
    background-color: antiquewhite; /*あとで消す*/
}

#about .section-image a {
  display: block;
}

#about .section-image img {
  margin: 7px auto;
  box-shadow: 0 0 25px 0 #d9d9d9;
}


#about .about-box:after {
    content: '';
    display: block;
    clear: both;
}

#about .box01 {
  float: left;
}

#about .box02 {
  float: left;
  margin-left: 20px;
}

/*--------------------------------
 レスポンシブ調整
---------------------------------*/


@media screen and (max-width: 600px) {
    
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/*--------------------------------
 Footer
---------------------------------*/

#footer {
  background-color: #1d1d1d;
}

#footer .inner {
  padding: 30px;
}

#footer .copyright {
  font-size: 10px;
  text-align: center;
  color: #8c8c8c;
}



/*media Queries 767
----------------------------------------------------*/

@media screen and (max-width: 767px) {
  body {
    background: #fff;
    font-size: 13px;
    line-height: 1.7;
  }
body:before{
  top: 17%;
}

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .hover-action-01 {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .hover-action-01:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

    #header {
    height: 50vh;
  }
    #header .boxA {
    padding-top: 50px;
  }

  #wrapper {
    padding-top: 82px;
  }


  #header .logo-title {
    font-size: 28px;
    letter-spacing: .16em;
    margin-bottom: 15px;
  }

  #header .logo-desc {
    margin-bottom: 10px;
    font-size: 15px;
  }
    
  #header .logo-desc2 {
    font-size: 12px;
  }
#header .contact-list ul {
  width: 80px;
}
    
#header .contact-list ul img {
    width: 30px;    
    }
    
  #gnav {
    height: 100px;
    padding: 15px 0;
    justify-content: flex-start;
    /*background-color: rgba(255, 255, 255,0.6)*/
}
  
    
 #gnav ul {
     position: relative;
     display: block;
     width: 100%;
    }

  #gnav li {
    display: inline-block;
    font-size: 15px;
    margin-left: 15px;
    padding: 2px 0px 2px 6px;
    justify-content: flex-start;
  }

  #gnav li a {
    padding: 0;
  }

  #gnav li a:hover {
    opacity: 1;
  }

  #gnav li a::after {
    display: none;
  }
#gnav .insta {
    position: absolute;
    display: flex;
    top: 40px;
    left: 20px;
    width: 100%;
}
#gnav .insta .insta-p {

}

#gnav .insta img{
    width: 40px;
    margin-top: -5px;
    padding-left: 8px;

}

    
  .section {
    padding: 40px 0;
  }

  .section .inner {
    padding: 0 15px;
  }

  .section .section-title-area {
    margin-bottom: 20px;
  }

  .section .section-title {
    font-size: 22px;
  }

  .card-caption {
    text-align: left;
  }

  .card-caption-title {
    font-size: 10px;
  }

  #works .card:nth-child(2n+1):nth-last-child(-n+2),
  #works .card:nth-child(2n+1):nth-last-child(-n+2)~div {
    margin-bottom: 0;
  }

  #works .card {
    flex-basis: 48%;
    margin-bottom: 30px;
  }
    
    
    
#works .work-title {
    font-size: 18px;
    padding: 0 40px;
    margin: 40px 0 10px;
}

#works .work-title::after {
    content: '';
    display: block;
  background-image: -webkit-linear-gradient(left, transparent, #8b968d 20%, #8b968d 80%, transparent);
    background-image: linear-gradient(to right, transparent, #8b968d 20%, #8b968d 80%, transparent);
    height: 1px;
    width: 100%;
    margin-top: 8px;
}

    
/*--------------------------------------------------------------------*/
  
/*#feature .section-image {
  flex-basis: 58%;
}*/
    
#infomation00 .inner {
    width: 100%;
    display: block;
    padding-left: 25px;
}

#infomation00 .section-body {
  display: block;
}


#infomation00 .section-desc {
   flex-basis: auto;
}

#infomation00 .h1 {
  font-size: 25px;
  position: absolute;
    top: -6px;
    left: 170px;
}
#infomation00 .section-text1 {
  position: absolute;
    top: 40px;
    left: 170px;
}

#infomation00 .h2 {
  font-size: 15px;
}

#infomation00 .about-box00 {
    position: relative;
    display: block;
    width: 100%;
    height: 210px; 
    margin-left: -10px;
    padding: 0;
    /*background-color: antiquewhite;*/
}

#infomation00 .section-image .about-img {
    position: absolute;
    top: 0;
    left: 0;
  width: 40%;
}
    
    
#infomation00 .about-box {
    margin-left: -10px;
    /*background-color: antiquewhite;*/
}
#infomation00 .book-text {
  color: #494949;/*文字色*/
}

#infomation00 .book-p1 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}
#infomation00 .book-p2 {
    margin-top: 5px;
}

#infomation00 .book-title {
    font-size: 20px;
}
#infomation00 .book {
    display: block;
}

#infomation00 .about-box img {
    width: 213px;
    height: 285px;
    margin-bottom: 10px;

}


#infomation00 .section-image {
    flex-basis: 10%;
}

#infomation00 .about-box:after {
    content: '';
    display: block;
    clear: both;
}

#infomation00 .box01 {
  float: left;
}

#infomation00 .box02 {
  float: left;
  margin-left: 20px;
}



    
/*  一応残し
    
    #infomation00 .section-image {
    flex-basis: 120px;
    margin: 0 auto 20px;
  }
  #infomation00 .about-box {
    width: 100%;    
    }
  #infomation00 .box01 {
  width: 50px;
}

 #infomation00 .box02 {
  width: 285px;
  margin-left: 3px;
}
    
  #infomation00 .section-text {
    font-size: 9.5px;    
    }


  #infomation00.section-image,
  #infomation00 .section-desc {
    flex-basis: 100%;
  }*/
/*--------------------------------------------------------------------*/
  #infomation .h2 {
  font-size: 15px;

}
    

  #infomation .section-image,
  #infomation .section-desc {
    flex-basis: 100%;
  }

  #infomation .section-image {
    margin-bottom: 20px;
  }
  #infomation .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 10px;
}

  #infomation .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
    
#infomation .info-item a:hover {
    color: #38a1db;
    text-decoration: none;
}

  #footer .inner {
    padding: 20px 0;
  }
}



