@charset "utf-8";

#book {
  margin: 50px 0 50px 360px;
  float: left;
}
  .pagetitle {
    display: none;
  }
  .pagetitle-img {
  display: none;
}

.booktext {
  width: 480px;
  background-color: #f7f7f4;
  border-radius: 10px;
  padding: 40px 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 11px;
  letter-spacing: 2.0px;
  color: #301d00;
  line-height: 18px;
}


.caption {
  width: 270px;
  margin-right: 30px;
  float: left;
}
h1 {
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 24px;
}
h2 {
  font-size: 12px;
  letter-spacing: 6px;
  float: left;
}

a {
  font-size: 3px;
  text-shadow: 1px 2px 3px #909090;
  text-decoration: none;
  color: #301d00;
}

p1 {
  font-size: 9px;
  float: right;
}
.ph {
  display: none;
}

.manga-img {
  width: 180px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
  clear: both;
}
.manga-img:hover {
  opacity: 0.9 ;
}
.c {
  clear: both;
}

.caption, .manga-img, p1 {
  animation: fadeIn 3.0s ease 0s 1 normal;
  -webkit-animation: fadeInimage 3.0s ease 0s 1 normal;
}
@keyframes fadeInimage {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* スマホ用CSS */
@media screen and (max-width: 480px) {

#book {
  margin: 30px 20px 50px 20px;
}
  .pagetitle {
    display: flex;
    width: 100px;
  }
  .pagetitle-img {
    display: flex;
    width: 100px;
  text-align: right;
  }
  
.booktext {
  width: auto;
  padding: 25px 25px;
  font-size: 14px;
  letter-spacing: 2.6px;
  line-height: 26px;
}
.caption {
  width: 100%;
  margin-right: 4px;
}

.manga-img {
  display: none;
}
.ph {
  display:flex;
  width: 100%;
  height: auto;
  margin-top: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
  }

h1 {
  font-size: 20px;
  letter-spacing: 8px;
  line-height: 30px;
  margin-bottom: 20px;
}
p1 {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 22px;
  float: left;
}
  
a {
  font-size: 3px;
  text-shadow: 1px 2px 3px #909090;
  text-decoration: none;
  color: #301d00;
}
}
