html {
  font-family:
    '游ゴシック体', 'Yu Gothic', 'YuGothic',
    'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',
    'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body{
  display: none;
}
footer{
  font-size: 14px;
  font-weight: 100;
  color: #808080;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

a {
  color: #222222;
}

a:hover {
  color: #222222;
  font-style: italic;
  font-weight:bold;
}

ul {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-type: disc;
}

li {
    list-style-type: none;
}

.preserve-whitespace {
  white-space: pre-wrap;
}

.side {
  padding-left: 30px;
  padding-right: 10px;
}

.logo {
  max-width: 100%;
  float: left;
  padding-bottom: 20px;
  padding-top: 60px;
  width: 100%;
}

.logo-text {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  float: left;
  text-align: left;
}

.logo-secondary-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  padding-top: 40px;
  text-transform: none;
}

.menu {
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
}

.nav-social li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  white-space:nowrap;
}

.nav-social a {
  font-size: 0;
  display: block;
  text-align: center;
  background: #eeeeee;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 20px;
}

.nav-social svg {
    fill: #999999;
    height: 40px;
    opacity: 1;
    width: 40px;
}
.nav-social svg:hover {
    fill: #222222;
}

.social li {
    display: inline-block;
}

main{
  padding-top: 60px;
  padding-right: 60px;
}
img{
  width: auto;
  vertical-align: bottom;
}

.lastdate{
  font-size: 16px;
  text-align: left;
}

.topword{
  font-size: 24px;
  text-align: left;
}

.top-one {
  max-height:400px;
  width: auto;
}
#topworks{
  text-align: center;
}


.subtitle{
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.item-name{
  font-size: 16px;
}

.item-text{
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
}

.portfolio{
  float: left;
  padding:5px;
}
.portfolio-footer{
  clear: left;
}
.img-list{
  padding: 5px;
}
.img-modal {
  width: auto;
  height: auto;
  max-width: none;
  text-align: center;
}
.modal-img {
  width: 80%;
  height: 80%;
}

.modal-img-h {
  height: 60%;
}

.book-text{
  text-align: center;
  margin-top: 20px;
}
.policy-img{
  max-width: 800px;
}
.attention-text{
  text-align: center;
  font-size: 12px;
}
button{
  font-size: 10px;
}
.price{
  color: #FF0000;
}

//twitter
.twitterblock{
  margin-top: 60px;
  margin-right: 10px;
}

@media screen and (min-width:576px) and (max-width:800px){
  .logo-text {
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
  }

  .logo-secondary-text {
    font-size: 12px;
    font-weight: 100;
    line-height: 10px;
    padding-top: 20px;
  }

  .menu {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
  }
  .nav-social li {
    padding-left: 0px;
    padding-right: 0px;
    white-space:nowrap;
  }
  .nav-social a {
    height: 25px;
    line-height: 25px;
    width: 25px;
  }

  .nav-social svg {
      height: 25px;
      opacity: 1;
      width: 25px;
  }

  main{
    padding-top: 50px;
  }

  .lastdate{
    font-size: 16px;
  }

  .topword{
    font-size: 24px;
  }
  .book-text{
    font-size: 16px;
  }
  .policy-img{
    width: 500px;
  }
  .pb1801{
    width: 50%;
  }

}
@media screen and (max-width:576px){
  .book-text{
    font-size: 10px;
  }
  .side {
    padding-left: 5px;
    padding-right: 5px;
  }
  .logo {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .logo-text {
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    float: none;
    text-align: center;
  }
  .logo-secondary-text {
    font-size: 12px;
    font-weight: 100;
    line-height: 12px;
    padding-top: 10px;
    float: none;
    text-align: center;
  }
  .page-title {
    width: 20%;
    float: left;
  }
  .nav-social{
    text-align: center;
  }
  .nav-social li {
    padding-left: 0px;
    padding-right: 0px;
    white-space:nowrap;
  }
  .nav-social a {
    height: 25px;
    line-height: 25px;
    width: 25px;
  }

  .nav-social svg {
      height: 25px;
      opacity: 1;
      width: 25px;
  }
  main{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  img{
    width: 100%;
  }

  .lastdate{
    font-size: 12px;
  }

  .topword{
    font-size: 18px;
  }
  .item-name{
    font-size: 12px;
  }
  .item-text{
    font-size: 16px;
  }
  a:hover {
    color: #222222;
    font-style:normal;
    font-weight:normal;
  }
  .menu {
    text-align: center;
  }
  .page-about {
    text-align: center;
  }
  .modal-img {
    width: 100%;
    height: 100%;
  }
  .pb1801{
    width: 90%;
  }
  .book-text{
    font-size: 16px;
  }
  .twitterblock{
    align-content: center;
  }
}
