@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;
}
.gradationT {
  position: fixed;
  top: 1%;
  width: 100%;
  height: 40px;
  z-index: 100;
}
.gradationB {
  position: fixed;
  bottom: 1%;
  width: 100%;
  height: 40px;
  z-index: 100;
}
.spaceB {
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 1vh;
  z-index: 99;
}
body {
  color: #B0B0B0;
  font-family: averia-serif-libre;
  font-style: normal;
  font-weight: 300;
}
.titles {
  position: fixed;
  bottom: 53%;
  left: 20%;
  width: 40%;
  letter-spacing: 0.08em;
}
.titles h1 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 2.1vmax;
  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: 6.2vmax;
}
.studio {
  position: absolute;
  top: 119%;
  right: 12%;
  width: 7.8vmax;
}
.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;
}
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
  }
}
@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 h1 {
    font-size: 2.4vmax;
  }
  .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;
  }
}
@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 {
    position: fixed;
    bottom: 53%;
    left: 7%;
    width: 59vmin;
    letter-spacing: 0.08em;
  }
  .titles h1 {
    font-size: 5vmin;
  }
  .photograher {
    width: 18vmin;
  }
  .studio {
    width: 20vmin;
  }
  .menu {
    font-size: 4.3vmin;
    width: 30vmin;
    right: 4.5%;
  }
  .Galley {
    position: absolute;
    bottom: 66%;
    font-size: 1em;
  }
  .koumoku .food {
    position: absolute;
    right: 3%;
    bottom: 59%;
  }
  .koumoku .mono {
    position: absolute;
    right: 3%;
    bottom: 53%;
  }
  .koumoku .hito {
    position: absolute;
    right: 3%;
    bottom: 47%;
  }
  .koumoku .spatial {
    position: absolute;
    right: 3%;
    bottom: 41%;
  }
  .biography {
    position: absolute;
    bottom: 33%;
    font-size: 1em;
    letter-spacing: 0.1em;
  }
  .contact {
    position: absolute;
    bottom: 25%;
    font-size: 1em;
  }
  .roba {
    position: fixed;
    right: 4.5%;
    bottom: 3%;
  }
  .roba img {
    width: 70px;
    height: 58px;
  }
  .osaka {
    font-size: 1.4vmax;
  }
}
@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 h1 {
    font-size: 5vmin;
  }
  .photograher {
    width: 18vmin;
  }
  .studio {
    width: 20vmin;
  }
  .menu {
    font-size: 4.3vmin;
    width: 28vmin;
    right: 2.1%;
  }
  .Galley {
    position: absolute;
    top: 9%;
    bottom: none;
    font-size: 1em;
  }
  .koumoku .food {
    position: absolute;
    top: 18%;
    right: 3%;
    bottom: none;
  }
  .koumoku .mono {
    position: absolute;
    top: 26%;
    right: 3%;
    bottom: none;
  }
  .koumoku .hito {
    position: absolute;
    top: 34%;
    right: 3%;
    bottom: none;
  }
  .koumoku .spatial {
    position: absolute;
    top: 42%;
    right: 3%;
    bottom: none;
  }
  .biography {
    position: absolute;
    top: 52%;
    bottom: none;
    font-size: 1em;
    letter-spacing: 0.1em;
  }
  .contact {
    position: absolute;
    top: 65%;
    bottom: none;
    font-size: 1em;
  }
  .roba {
    position: fixed;
    right: 3%;
    bottom: 5%;
  }
  .roba img {
    width: 60px;
    height: 49px;
  }
  .osaka {
    font-size: 1.4vmax;
  }
}