@charset "utf-8";
a {
  text-decoration: none;
}
.LT {
  display: none
}
.LB {
  display: none
}
.RT {
  display: none
}
.RB {
  display: none
}
.topline {
  width: 98%;
  height: 6px;
  position: fixed;
  top: 1%;
  left: 1%;
  z-index: 50000;
}
.leftline {
  width: 6px;
  height: 98%;
  position: fixed;
  top: 1%;
  left: 1%;
  z-index: 50001;
}
.rightline {
  width: 6px;
  height: 98%;
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 50001;
}
.bottomline {
  width: 98%;
  height: 6px;
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 50000;
}
body {
  color: #B0B0B0;
  font-family: averia-serif-libre;
  font-style: normal;
  font-weight: 300;
}
.titles {
  position: fixed;
  top: 8%;
  right: 2%;
  bottom: none;
  left: none;
  width: 28%;
  letter-spacing: 0.08em;
  z-index: 51000;
}
.titles h1 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 1.6vmax;
  letter-spacing: 0.6em;
  border-bottom: 2px solid #B3B3B3;
  padding-bottom: 5px;
}
.titles h1 a {
  color: #676767;
  text-decoration: none;
}
.photograher {
  position: absolute;
  top: -62%;
  right: 62%;
  width: 6vmax;
}
.studio {
  position: absolute;
  top: 119%;
  right: 12%;
  width: 7vmax;
}
.menu {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3vmax;
  letter-spacing: 3px;
  height: 94%;
  width: 12vmax;
  position: fixed;
  right: 2%;
  top: 3%;
  z-index: 20000;
}
.menu a {
  color: #B5B5B5;
  text-decoration: none;
}
.Galley {
  letter-spacing: 0.46em;
  font-size: 1.1em;
  position: absolute;
  bottom: 68%;
}
.Galley a {
  color: #878787;
}
.koumoku .food {
  font-size: 0.9em;
  letter-spacing: 0.06em;
  margin-right: 0.5em;
  position: absolute;
  right: 14%;
  bottom: 63%;
}
.koumoku .mono {
  font-size: 0.9em;
  letter-spacing: 0.06em;
  position: absolute;
  right: 14%;
  bottom: 57%;
}
.koumoku .hito {
  font-size: 0.9em;
  letter-spacing: 0.06em;
  margin-left: 5em;
  position: absolute;
  right: 14%;
  margin-right: 0.7em;
  bottom: 51%;
}
.koumoku .spatial {
  font-size: 0.9em;
  letter-spacing: 0.06em;
  position: absolute;
  right: 14%;
  bottom: 45%;
}
.biography {
  font-size: 1em;
  position: absolute;
  bottom: 37%;
}
.biography a {
  color: #878787;
}
.contact {
  font-size: 1.1em;
  letter-spacing: 0.25em;
  position: absolute;
  bottom: 28%;
}
.contact a {
  color: #878787;
}
.roba img {
  width: 7vmax;
  height: 5.75vmax;
  object-fit: contain
}
.roba {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 1.7%;
  bottom: 2.5%;
  z-index: 50002;
}
.osaka {
  font-size: 1.1vmax;
  text-align: center;
  margin-top: -0.3vh;
  color: #989898;
}
.spaceB {
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 2%;
  z-index: 99;
}
.gradationT {
  position: fixed;
  top: 3.9%;
  width: 100%;
  height: 8%;
  z-index: 100;
}
.gradationB {
  position: fixed;
  bottom: 1.9%;
  width: 100%;
  height: 5%;
  z-index: 100;
}
.list-box {
  position: fixed;
  top: 4%;
  left: 5%;
  width: 64vw;
  height: 94%;
  z-index: 50;
  overflow: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.list-box::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
main ul {
  margin-top: 7%;
  margin-bottom: 4%;
}
main ul img {
  width: 8vw;
  height: 8vw;
  object-fit: cover;
  border-radius: 0.5vw;
  margin-top: 0.3vw;
  margin-right: 0.3vw;
  margin-bottom: 0.3vw;
  margin-left: 0.3vw;
}
main ul li {
  list-style-type: none;
  display: inline-block;
}
.modoru {
  display: none;
}
.sita {
  object-position: 0% 100%
}
.migi {
  object-position: 80% 0%
}
body {
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  animation: fadeIn 2.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.list-box {
  opacity: 0;
  animation-name: list-box;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes list-box {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(max-width:1400px) {
  .topline {
    width: 98%;
    height: 4px;
    position: fixed;
    top: 1%;
    left: 1%;
  }
  .leftline {
    width: 4px;
    height: 98%;
    position: fixed;
    top: 1%;
    left: 1%;
  }
  .rightline {
    width: 4px;
    height: 98%;
    position: fixed;
    top: 1%;
    right: 1%;
  }
  .bottomline {
    width: 98%;
    height: 4px;
    position: fixed;
    bottom: 1%;
    left: 1%;
  }
  .titles {
    top: 5.5%;
    right: 2.1%;
    width: 25.5%;
    z-index: 8000;
  }
  .titles h1 {
    font-size: 2vmax;
    margin-top: 1px;
  }
  .menu {
    font-size: 1.65vmax;
    z-index: 8000;
    width: 19vmin;
  }
  .roba {
    bottom: 3%;
    right: 2.5%;
    z-index: 8000;
  }
  .roba img {
    width: 7vmax;
    height: 5.75vmax;
  }
  .osaka {
    font-size: 1.1vmax;
  }
  .spaceB {
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 2%;
    z-index: 99;
  }
  .gradationT {
    position: fixed;
    top: 1.9%;
    width: 100%;
    height: 8%;
    z-index: 100;
  }
  .gradationB {
    position: fixed;
    bottom: 1.9%;
    width: 100%;
    height: 5%;
    z-index: 100;
  }
  .list-box {
    position: fixed;
    top: 4%;
    left: 5%;
    width: 64vw;
    height: 94%;
    z-index: 50;
    overflow: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .list-box::-webkit-scrollbar { /* Chrome, Safari 対応 */
    display: none;
  }
  main ul {
    margin-top: 7%;
    margin-bottom: 4%;
  }
  main ul img {
    width: 8vmax;
    height: 8vmax;
    object-fit: cover;
    border-radius: 0.5vmax;
    margin-top: 0.3vmax;
    margin-right: 0.3vmax;
    margin-bottom: 0.3vmax;
    margin-left: 0.3vmax;
  }
  main ul li {
    list-style-type: none;
    display: inline-block;
  }
  .modoru {
    display: none;
  }
}
@media(max-width:500px) {
  .LT {
    display: block;
    position: fixed;
    top: 2%;
    left: 3%;
    z-index: 50002;
  }
  .RT {
    display: block;
    position: fixed;
    top: 2%;
    right: 3%;
    z-index: 50002;
  }
  .LB {
    display: block;
    position: fixed;
    bottom: 2%;
    left: 3%;
    z-index: 50002;
  }
  .RB {
    display: block;
    position: fixed;
    bottom: 2%;
    right: 3%;
    z-index: 50002;
  }
  .topline {
    width: 94%;
    height: 4px;
    position: fixed;
    top: 2%;
    left: 3%;
  }
  .leftline {
    width: 4px;
    height: 96%;
    position: fixed;
    top: 2%;
    left: 3%;
  }
  .rightline {
    width: 4px;
    height: 96%;
    position: fixed;
    top: 2%;
    right: 3%;
  }
  .bottomline {
    width: 94%;
    height: 4px;
    position: fixed;
    bottom: 2%;
    left: 3%;
  }
  .titles {
    display: none;
  }
  .menu {
    display: none;
  }
  .roba {
    display: none;
  }
  .gradationT {
    position: fixed;
    top: 2.9%;
    width: 100%;
    height: 40px;
    z-index: 100;
  }
  .gradationB {
    position: fixed;
    bottom: 2.9%;
    width: 100%;
    height: 40px;
    z-index: 100;
  }
  .spaceB {
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 3.2%;
    z-index: 99;
  }
  .list-box {
    text-align: left;
    position: fixed;
    top: 3%;
    left: 5%;
    width: 90%;
    height: 94%;
  }
  main ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main ul li {
    list-style-type: none;
    display: inline-block;
  }
  main ul img {
    width: 17vmin;
    height: 17vmin;
    object-fit: cover;
    border-radius: 1vmax;
    margin-left: 2vmin;
    margin-right: 2vmin;
    margin-bottom: 4vmin;
  }
  .modoru p {
    color: #5C5C5C
  }
  .modoru {
    position: fixed;
    left: 7%;
    bottom: 4%;
    display: inline-block;
    font-size: 2.8vmax;
    color: #B5B5B5;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    z-index: 101;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 0px 3px #FFFFFF;
    box-shadow: 0px 0px 3px #FFFFFF;
  }
}
@media(max-height:500px) {
  .LT {
    display: block;
    position: fixed;
    top: 2%;
    left: 1%;
    z-index: 50002;
  }
  .RT {
    display: block;
    position: fixed;
    top: 2%;
    right: 1%;
    z-index: 50002;
  }
  .LB {
    display: block;
    position: fixed;
    bottom: 3%;
    left: 1%;
    z-index: 50002;
  }
  .RB {
    display: block;
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index: 50002;
  }
  .topline {
    width: 98%;
    height: 4px;
    position: fixed;
    top: 2%;
    left: 1%;
  }
  .leftline {
    width: 4px;
    height: 95%;
    position: fixed;
    top: 2%;
    left: 1%;
  }
  .rightline {
    width: 4px;
    height: 95%;
    position: fixed;
    top: 2%;
    right: 1%;
  }
  .bottomline {
    width: 98%;
    height: 4px;
    position: fixed;
    bottom: 3%;
    left: 1%;
  }
  .titles {
    display: none;
  }
  .menu {
    display: none;
  }
  .roba {
    display: none;
  }
  .gradationT {
    position: fixed;
    top: 0.5%;
    width: 100%;
    height: 40px;
    z-index: 100;
  }
  .list-box {
    text-align: left;
    position: fixed;
    top: 3%;
    left: 16%;
    width: 74%;
    height: 94%;
  }
  main ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main ul li {
    list-style-type: none;
    display: inline-block;
  }
  main ul img {
    width: 17vmin;
    height: 17vmin;
    object-fit: cover;
    border-radius: 1vmax;
    margin-left: 2vmin;
    margin-right: 2vmin;
    margin-bottom: 4vmin;
  }
  .modoru p {
    color: #5C5C5C
  }
  .modoru {
    position: fixed;
    left: 3%;
    bottom: 6%;
    display: inline-block;
    font-size: 2.8vmax;
    color: #B5B5B5;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    z-index: 101;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 0px 3px #FFFFFF;
    box-shadow: 0px 0px 3px #FFFFFF;
  }
}