@charset "UTF-8";

/* --------
基本的な設定
-------- */

html {
  font-size: 62.5%;
}

body {
  /* display: none; */
  color: #000000;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  text-indent: 100%;
  border: none;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}
.En{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.text-center {
  text-align: center;
}

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: rgba(220,220,220,0.3);
}

/* topの画像のメディアクエリの設定 */

@media screen and (max-width:1199px){
  .PortfolioContainer a {
    width: 25%!important;
}
}
@media screen and (max-width:1059px){
  .PortfolioContainer a {
    width: 33.33%!important;
}
}
@media screen and (max-width:829px){
  .PortfolioContainer a {
    width: 50%!important;
}
}
@media screen and (max-width:629px){
  .PortfolioContainer a {
    width: 100%!important;
}
}

/* .modal{
	display:none;
} */