@charset "UTF-8";
/*firstview
----------------------------------------*/
#model .logo a {
  margin: 0 auto 2em;
  font-size: 1.2em;
}
.name {
  display: block;
  font-family: "Zilla Slab", serif;
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.03em;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1em;
}
.spec_box {
  display: table;
  margin: 0 auto 2em;
}
.spec_box dl {
  display: table-row;
}
.spec_box dt, .spec_box dd {
  display: table-cell;
  letter-spacing: 0.03em;
}
.spec_box dt {
  text-align: right;
}
.spec_box dt:after {
  content: "：";
}
.spec_box dd:after {
  content: "cm";
}
.txt_box {
  padding-top: 3em;
}
.img_box img {
  width: 100%;
}
a.link_composite {
  border: 1px solid #555;
  padding: 0.4em;
  text-decoration: none !important;
  text-align: center;
  width: 8em;
  letter-spacing: 0.1em;
  display: block;
  margin: 2em auto;
}
a.link_composite:hover {
  background: #fff;
}
.introduction {
  margin-bottom: 2em;
}
.information {
  font-size: 0.8em;
  text-align: center;
}
.link_media {
  text-align: center;
}
.link_media li {
  display: inline-block;
}
.link_media li a {
  padding: 0.3em 0.6em;
}
.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}
.tab {
  text-align: center;
  font-family: "Zilla Slab", "Zen Kaku Gothic New", sans-serif;
}
.tab li {
  display: inline-block;
  margin: 0 0.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid transparent;
}
.tab li:only-child {
  display: none;
}
.tab li a {
  text-decoration: none;
  letter-spacing: 0.03em;
}
.tab li.active {
  border-color: #555;
}
@media screen and (min-width:769px) {
  .img_box {
    width: 55%;
    float: left;
  }
  .txt_box {
    float: right;
    width: 40%;
    height: 100vh;
    position: sticky;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 60%;
    right: 5%;
    align-content: center;
  }
  .txt_box .logo {
    position: absolute;
    top: 2.5em;
    right: 0;
    width: 100%;
    background: #fafafa;
  }
  h1 {
    writing-mode: vertical-lr;
    position: absolute;
    left: 2.5%;
    top: 0;
  }
  .link_media {
    height: 1em;
    position: absolute;
    bottom: 2.5em;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  main {
    padding: 0;
    padding-top: 7em;
  }
  #model .logo a {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    margin: auto;
  }
  .txt_box {
    padding: 2em 5%;
  }
  h1 {
    margin-bottom: 1.5em;
  }
  .name {
    font-size: 2.2em;
    position: absolute;
    top: 2.5em;
    left: 0;
  }
  .tab li {
    padding-top: 3em;
  }
}
/*archive
----------------------------------------*/
.archive_box {
  background: #fff;
}
#photos ul.tile_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#photos li {
  width: 50%;
  text-align: center;
}
#photos li.x2 {
  width: 100%;
}
#photos li img {
  width: 100%;
}
#photos a {
  display: block;
  padding: 2px;
}
#photos img {
  display: block;
}
#profile, #works {
  padding: 2em 5%;
}
#works li {
  margin-bottom: 0.3em;
}
#works li span {
  display: inline;
}
#works li {
  text-indent: -1em;
  padding-left: 1em;
}
#works li:before {
  content: "・";
}
@media screen and (min-width:769px) {
  .archive_box {
    width: 55%;
    clear: left;
  }
}