@charset "UTF-8";

html {
  font-family: "Bodoni Moda", serif !important;
}
body {
  margin: 1px;
  padding: 1px;
  background-color: rgb(0, 0, 0);
  cursor: url(image/finger.cur) , default;
}
/* スマホでの保存を禁止 */
img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
.space {
  margin: 2rem 1rem;
  padding: 1rem;
}

.title {
  background-color: black;
  text-align: center;
  color: aliceblue;
}
.title h1 a {
  text-decoration: none;
  line-height: 4rem;
  color: inherit;
}
.aside {
  display: flex;
}
.photo {
  display: flex;
}


.initialphoto img {
  width: 100%;
  opacity: 90%;
  transition: 8s 1s ease;
}
.initialphoto img:hover {
  opacity: 100%;
}

.photo img {
  width: 100%;
  opacity: 90%;
  transition: 4s 0.5s ease;
}
.photo img:hover {
  opacity: 100%;
}

.move {
  text-align: center;
}
.move a {
  text-decoration: none;
  color: aliceblue;
  transition: 0.5s;
}
.move a:hover {
  opacity: 60%;
}

.library {
  display: flex;
  position: relative;
  width: 50%;
  justify-content: center;
}
.shop {
  display: flex;
  position: relative;
  width: 50%;
  justify-content: center;
}
.text{
  position: absolute;
  color: #c7c7c7;
  font-size: 2rem;
  text-align: center;
  left: 50%;
  top: -15%;
  transform: translate(-50%,-50%);
  transition: 1s;
  text-decoration: none;
}
.text:hover {
  opacity: 50%;
}
.rest {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
#textrest {
  top: -20% !important;
}
.icon img {
  width: 8rem !important;
  transition: 1s;
}
.icon img:hover {
  opacity: 50%;
}


.footer {
  background-color: black;
  text-align: center;
  color: aliceblue;
  padding: 0.4rem;
}
.footer p {
  font-size: 0.8rem;
}
.panel {
  transition: 1s;
}
.panel:hover {
  fill: rgb(255,165,0,0.8);
}
.feet:hover {
  fill: orange !important;
}

@media (max-width : 920px) {
  .text {
    top: -35%;
  }
  #textlibrary {
    font-size: 1.2rem;
  }
  #textshop {
    font-size: 1.2rem;
  }
  #textrest {
    font-size: 1.2rem;
  }
  .icon img {
    width: 4rem !important;
  }
}