@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

#Header,
#Logo,
#Works,
#Concept,
#Profile,
#Footer{
  width: 100%;
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
}


body {
	font-size: 12px;
	font-family: 'Dosis', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", cursive;
	word-wrap: break-word;
	letter-spacing: 1px;
	background-color: #f9f9f9;
}

body, a {
	line-height: 1;
	color: #231815;
	}

section{
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


#Header{
  position: fixed;
  padding-top: 0px;
  padding-bottom: 0px;
}

#Header section ul ,
#Footer section ul {
  text-align: right;
  text-decoration: none;
  list-style-type: none;
}
#Header section ul li ,
#Footer section ul li {
  display: inline;
  margin-right: 15px;
}
#Footer{
  padding-top: 20px;
  padding-bottom: 20px;
}
#Logo {
  padding-top: 0px;
  padding-bottom: 0px;
}
#Logo section {
  width: 100%;
  height: 100vh;
  display: table;
}
#Logo section h1 {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 30px;
  letter-spacing: 3px;
  text-decoration: none;
}
#Logo h1 span {
  padding-top: 5px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #aaaaaa;
}

.modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
	background: #333;
	color: #fff;
	text-align: center;
}

.modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
	background:none;
	right:20px;
}

/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*===　サムネイル表示のためのcss　*/
#Works {
  overflow: hidden;
  background-color: #EFEFEF;
  clear: both;
  padding-bottom: 0px;
}
#Works section {
  width: 90%;
}

#gallery li {
  width: 20%;
  float: left;
  margin-right: 6.6%;
  list-style-type: none;
  margin-bottom: 60px;
}
#gallery li:nth-of-type(4n) {
 margin-right: 0px;
}
#gallery li img {
  width: 100%;
}
#Works h2 {
  color: #090909;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0px;
  white-space: nowrap;
}
#Works p {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.hide-area{
  display: none;
}

.modaal-content img {
  width: 100%;
}

/*キャプション*/
.caption{
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 100％;
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
 letter-spacing: 1px;
}

#Concept {
  background-color: #EFEFEF;
}
#Concept section{
  max-width: 900px;
}
#Concept p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 26px;
}
#Profile section{
  max-width: 900px;
}
#Profile img {
  width: 130px;
  float: left;
  border-radius: 50%;
  margin-right: 25px;
}

#Home #Profile h3 {
  font-size: 17px;
}
#Home #Profile p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
#Profile section ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

#Profile section ul li {
  display: inline;
  margin-right: 50px;
}
#contact a {
  color: #B60003;
  font-weight: bold;
}


/* レスポンシブ --------------------------------------------------------------- */
@media(max-width:800px){
#gallery li {
  width: 40%;
  float: left;
  margin-right: 10%;
  list-style-type: none;
  margin-bottom: 60px;
}
  
#gallery li:nth-of-type(2n){
  margin-right: 0px; 
}
#gallery li:nth-of-type(3n){
  margin-right: 10%; 
}
#gallery li:nth-of-type(6n){
  margin-right: 0px; 
}
#Works h2,
#Works p {
	width: 100%;
	opacity: 100;
	filter: alpha(opacity=100);
}
#Works h2 {
  color: #090909;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 0px;
  overflow: scroll
}
#Works p {
  color: #777777;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
}
#Profile {
  margin-bottom: 50px;
}

  
#Profile img {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  margin-bottom: 16px;
  float: none;
  clear: none;
}

#Profile section ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

#Profile section ul li {
  display: inline;
  margin-right: 50px;
  clear: both;
  float: left;
  margin-top: 7px;
}
}
