
html, body {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #dddddd;
  background-color: #000000;
  /* margin: 50px; */
}

header{
  font-size: 25px;
  /* margin-bottom: 20px; */

}

footer{
   font-size: 10px;
}

#gallery-footer{
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
}


h1 {
  font-size: 60px;
  line-height: 80px;
}

h2 {
  font-size: 25px;
  margin-bottom: 10px;

}

h3 {
  font-size: 20px;
}

/* a {
  border-bottom: solid 1px;
} */

p {
  font-size: 15px;
  margin-bottom: 10px;
}

.box {
  padding-bottom: 40px;
}

.wrapper{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0.1px 10px;
}

#main-padding{
  padding: 8rem 2rem 8rem 2rem/*!main_margin*/;
 }

#contentpage-padding{
   padding: 1rem 1rem 1rem 1rem/*!main_margin*/;
}

#header-margin{
  margin-top: 140px;
}

#gallery-header{
  margin-bottom: 10px;
}


.container{
  margin-bottom: 30px;
  /* width: 90vw;
    max-width: 960px;
    margin-right: 20px;
    margin-left: 20px; */
}

.cell{
  /* margin-bottom: 100px; */
}

.img-grid{
  border: solid 1px;
  width: 100%;
  height: 250px;
  object-fit: cover; /* 🖐 */
}

.cell-title{
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 10px;
}

.cell-discription{
  font-size:  15px;
}

#header-fix{
  max-width: 1500px;
  /* margin: 0 auto; */
  position: fixed;
  height:97px;
  width:100%;

  padding-right: 20px; /*Wrapperで20Pxパディング撮ってるのでその分*/
  /* background-color:rgba(0,0,0,0.3); */

  z-index: 1;

}


.border{
  border-top: solid 1px;
  /* padding: 10px; */
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0.75rem;

}

.cv-content{
  line-height: 150%;
}

#profile-img{
  display: block;
  /* width: 25%; */
  max-width: 200px;
  /* height: 200px; */
  object-fit: cover; /* 🖐 */

  margin-bottom: 30px;
}
