*{
	box-sizing: border-box;
} 

header{
    padding: none;
    margin: none;
}

.title{
    font-size:2em;
    margin-bottom: 0em;
   display:block;
   background-color:rgb(131, 134, 42);
   display:flex;
   font-style: oblique;
   color:aliceblue
}

body nav div{
    display:flex;
    text-align:center;
    background-color: antiquewhite;
}

body{
    margin: 0;
    background-color: rgb(255, 255, 255);
    font-family: 'Raleway', sans-serif;
}

body h2{
    font-size: 400%;
    background-color: rgb(255, 255, 255);
    line-height: 0%;
}

body main{
    text-align: center;
}

body main div a{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-decoration: overline;
}

.narabe{
    display: flex;
    justify-content: center;
}

.photo{
    position: relative;
    max-width: 1100px;
    width: 100%;
    min-width: 400px;
    height: 100%;
    min-height: 200px;
    text-align: center;
}

.dictionary{
    width: 100%;
    /* max-width: 1100px; */
    min-width: 400px;
    height: 100%;
    min-height: 200px;
}

.tosyoname{
    position: absolute;
    left: 72%;
    top: 5.5%;
    width: 7%;
    /* max-width: 100px; */
}

.tosyoname:hover{
    opacity: 0.5;
}

.tosyoname2{
    position: absolute;
    left: 58%;
    top: 5.5%;
    width: 9%;
    /* max-width: 78px; */
}

.tosyoname2:hover{
    opacity: 0.5;
}

.tosyoname3{
    position: absolute;
    left: 72%;
    top: 45.5%;
    width: 6.8%;
    /* max-width: 100px; */
}

.tosyoname3:hover{
    opacity: 0.5;
}

.tosyoname4{
    position: absolute;
    left: 58%;
    top: 45.5%;
    width: 9.5%;
    /* max-width: 80px; */
}

.tosyoname4:hover{
    opacity: 0.5;
}

.tosyoname5{
    position: absolute;
    left: 40%;
    top: 6%;
    width: 9.5%;
    /* max-width: 100px; */
}

.tosyoname5:hover{
    opacity: 0.5;
}

.tosyoname6{
    position: absolute;
    left: 27%;
    top: 6%;
    width: 7%;
    /* max-width: 100px; */
}

.tosyoname6:hover{
    opacity: 0.5;
}

/* .tosyoname7{
    position: absolute;
    left: 43%;
    top: 45.5%;
    width: 7%;
} */

/* .tosyoname7:hover{
    opacity: 0.5;
} */

body nav{
    text-align: center;
}

.container{
    display: flex;
    justify-content: center
}

.button-56 {
  align-items:center;
  background-color: #ff8f8f;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "本棚へ";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #ff8181;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}

footer{
    background:rgb(178, 0, 0);
    color: white;
	position:fixed;
	bottom: 0%;
	text-align: center;
	line-height: 2px;
	height: 30px;
	width: 100%;
}
.roop{
    display: flex;
    align-items: center;
    height: 80px;
    overflow: hidden;
    }
    .rooplist {
        display: flex;
        animation: loop-slide 10s infinite linear 1s both;
        }
@keyframes loop-slide {
     from {
          transform: translateX(0);
        }
      to {
          transform: translateX(-100%);
        }
      }
      .mini{
        width:80px;
        padding:0%;
        
    }
     