/* media query */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
#wrapper {
  background-image: url(../images/mv_bg_pc.jpg);
}
@media all and (max-width: 480px) {
  #wrapper {
    background-image: url(../images/mv_bg_sp.jpg);
  }
}
@media all and (max-width: 480px) {
  #wrapper header {
    height: 0;
  }
}
#wrapper header .pc_menu .inner div.block_logo {
  width: 40%;
  margin-top: 10px;
}
#wrapper header .pc_menu .inner div.block_logo img.normal {
  display: none;
}
#wrapper header .pc_menu .inner div.block_logo img.onlytop {
  display: block;
}
#wrapper header .pc_menu .inner div.user ul li#bgcolor {
  display: none !important;
}
#wrapper header .pc_menu .inner div.user ul li#textsize {
  margin-left: 200px;
}
@media all and (-ms-high-contrast: none) {
  #wrapper header .pc_menu .inner div.user ul li#textsize {
    margin-left: 192px;
  }
}
#wrapper header .pc_menu .inner div.user ul li#fontsize {
  margin: auto 0 auto auto;
  margin-right: 45px;
}
#wrapper header .pc_menu .inner div.user ul.sns li img.normal {
  display: none;
}
#wrapper header .pc_menu .inner div.user ul.sns li img.onlytop {
  display: block;
}
#wrapper header nav .inner .lnav li::after {
  border-right: 1px solid #42210b;
}
#wrapper header nav .inner .lnav li a {
  color: #42210b;
}
#wrapper header nav .inner .lnav li a img.onlytop {
  display: block;
}
#wrapper header nav .inner .lnav li a img.normal {
  display: none;
}
#wrapper header nav.fixed .inner .lnav li a {
  color: #42210b;
}
#wrapper header .sp_menu .menu-trigger {
  background: #42210b;
}
#wrapper header .sp_menu nav .splnav li.home {
  background: rgba(238, 238, 238, 0.6);
}

.main_bg {
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 1025px) {
  .main_bg .mainvisual {
    padding-top: 0;
  }
}
@media all and (max-width: 480px) {
  .main_bg .mainvisual {
    position: relative;
    height: calc(100vh - 70px);
    height: 100vh;
  }
}
@media all and (max-width: 414px) {
  .main_bg .mainvisual {
    height: 80vh;
  }
}
@media all and (max-width: 375px) {
  .main_bg .mainvisual {
    height: 85vh;
  }
}
.main_bg .mainvisual .block_logo {
  display: none;
}
@media all and (max-width: 1025px) {
  .main_bg .mainvisual .block_logo {
    display: block;
    padding: 15px 0 0 10px;
  }
}
@media all and (max-width: 480px) {
  .main_bg .mainvisual .block_logo {
    padding: 5px 0 0 10px;
  }
}
.main_bg .mainvisual .block_logo img {
  max-width: 280px;
}
@media all and (max-width: 320px) {
  .main_bg .mainvisual .block_logo img {
    max-width: 230px;
  }
}
.main_bg .mainvisual h1 {
  margin: 0;
  padding-top: 50px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .main_bg .mainvisual h1 {
    margin: 70px 0 30px;
  }
}
@media all and (max-width: 320px) {
  .main_bg .mainvisual h1 {
    padding-top: 30px;
  }
}
.main_bg .mainvisual h1 img {
  max-width: 600px;
}
@media all and (max-width: 768px) {
  .main_bg .mainvisual h1 img {
    max-width: 56%;
  }
}
@media all and (max-width: 480px) {
  .main_bg .mainvisual h1 img {
    max-width: 80%;
  }
}
.main_bg .mainvisual h2 {
  margin: 0 0 30px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .main_bg .mainvisual h2 {
    margin: 10px 0 0;
  }
}
.main_bg .mainvisual h2 img {
  max-width: 600px;
}
@media all and (max-width: 768px) {
  .main_bg .mainvisual h2 img {
    max-width: 60%;
  }
}
@media all and (max-width: 480px) {
  .main_bg .mainvisual h2 img {
    max-width: 90%;
  }
}
.main_bg .mainvisual .object {
  position: absolute;
  top: 250px;
}
@media all and (max-width: 1025px) {
  .main_bg .mainvisual .object {
    top: 100px;
  }
}
@media all and (max-width: 768px) {
  .main_bg .mainvisual .object {
    top: 70px;
  }
}
@media all and (max-width: 480px) {
  .main_bg .mainvisual .object {
    top: 50px;
  }
}
.main_bg .mainvisual .object img {
  max-width: 75%;
  margin: auto;
}
@media all and (max-width: 1025px) {
  .main_bg .mainvisual .object img {
    max-width: 100%;
  }
}

.contents {
  margin-bottom: 100px;
}
@media all and (max-width: 640px) {
  .contents {
    margin-bottom: 50px;
  }
}
.contents .book_list01 p.title {
  background: #555;
  color: #fff;
  font-size: 120%;
  text-align: center;
  width: 40%;
  margin: auto;
  padding: 15px 0;
  box-sizing: border-box;
  margin-top: 100px;
  box-shadow: 15px 10px 3px 3px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1025px) {
  .contents .book_list01 p.title {
    width: 55%;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 p.title {
    margin-top: 0;
    width: 65%;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 p.title {
    width: 80%;
    font-size: 80%;
    padding: 10px 0;
  }
}
@media all and (max-width: 320px) {
  .contents .book_list01 p.title {
    width: 85%;
    font-size: 70%;
  }
}
.contents .book_list01 p.title img {
  max-width: 50px;
  display: block;
  margin: 0 auto 10px;
}
@media all and (max-width: 768px) {
  .contents .book_list01 p.title img {
    max-width: 35px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 p.title img {
    margin: 0 auto;
  }
}
.contents .book_list01 ul {
  position: relative;
  background-image: url(../images/contents_bg_pc1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  height: 1835px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul {
    background-size: 1400px;
    height: 1338px;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list01 ul {
    background-size: 1250px;
    height: 1195px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul {
    background-size: 1000px;
    height: 1070px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul {
    background-image: url(../images/contents_bg_sp1.jpg);
    background-size: 880px;
    background-repeat: no-repeat;
    height: 1359px;
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul {
    background-size: cover;
  }
}
.contents .book_list01 ul li {
  position: absolute;
  width: 20%;
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li {
    width: 54%;
  }
}
.contents .book_list01 ul li a:hover {
  opacity: 1;
}
.contents .book_list01 ul li a img {
  transition-duration: 0.5s;
}
.contents .book_list01 ul li a img:hover {
  transform: scale(1) rotate(5deg);
  transition-duration: 0.5s;
}
.contents .book_list01 ul li:first-child {
  top: 100px;
  left: 23vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list01 ul li:first-child {
    left: 20vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list01 ul li:first-child {
    left: 15vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:first-child {
    top: 80px;
    left: 22vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list01 ul li:first-child {
    top: 38px;
    left: 17vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:first-child {
    top: 55px;
    left: 22%;
    transform: translateX(-22%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:first-child {
    top: 60px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:first-child {
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contents .book_list01 ul li:first-child img {
  width: 350px;
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:first-child img {
    width: 250px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:first-child img {
    width: 180px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:first-child img {
    width: 160px;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:first-child img {
    width: auto;
    max-width: 100%;
  }
}
.contents .book_list01 ul li:nth-child(2) {
  top: 111px;
  left: 56vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list01 ul li:nth-child(2) {
    left: 57vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list01 ul li:nth-child(2) {
    left: 60vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:nth-child(2) {
    top: 91px;
    left: 57vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list01 ul li:nth-child(2) {
    top: 45px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:nth-child(2) {
    top: 60px;
    left: 59vw;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:nth-child(2) {
    top: 318px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:nth-child(2) {
    top: 75px;
  }
}
.contents .book_list01 ul li:nth-child(2) img {
  width: 350px;
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:nth-child(2) img {
    width: 250px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:nth-child(2) img {
    width: 180px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:nth-child(2) img {
    width: 160px;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:nth-child(2) img {
    width: auto;
    max-width: 100%;
  }
}
.contents .book_list01 ul li:nth-child(3) {
  top: 700px;
  left: 23vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list01 ul li:nth-child(3) {
    left: 19vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list01 ul li:nth-child(3) {
    left: 14vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:nth-child(3) {
    top: 510px;
    left: 21.5vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list01 ul li:nth-child(3) {
    top: 420px;
    left: 15.5vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:nth-child(3) {
    top: 351px;
    left: 20%;
    transform: translateX(-20%);
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:nth-child(3) {
    top: 561px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:nth-child(3) {
    top: 655px;
  }
}
.contents .book_list01 ul li:nth-child(3) img {
  width: 380px;
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:nth-child(3) img {
    width: 280px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:nth-child(3) img {
    width: 210px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:nth-child(3) img {
    width: 190px;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:nth-child(3) img {
    width: auto;
    max-width: 110%;
    margin-left: -5%;
  }
}
.contents .book_list01 ul li:nth-child(4) {
  top: 711px;
  left: 56vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list01 ul li:nth-child(4) {
    left: 57.5vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list01 ul li:nth-child(4) {
    left: 60.5vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:nth-child(4) {
    top: 530px;
    left: 57vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list01 ul li:nth-child(4) {
    top: 440px;
    left: 57.7vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:nth-child(4) {
    top: 369px;
    left: 59.5vw;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:nth-child(4) {
    top: 842px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:nth-child(4) {
    top: 673px;
  }
}
.contents .book_list01 ul li:nth-child(4) img {
  width: 335px;
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:nth-child(4) img {
    width: 235px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:nth-child(4) img {
    width: 175px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:nth-child(4) img {
    width: 160px;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:nth-child(4) img {
    width: auto;
    max-width: 95%;
  }
}
.contents .book_list01 ul li:nth-child(5) {
  top: 1330px;
  left: 23vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list01 ul li:nth-child(5) {
    left: 20vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list01 ul li:nth-child(5) {
    left: 15.5vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:nth-child(5) {
    top: 980px;
    left: 22vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list01 ul li:nth-child(5) {
    top: 843px;
    left: 17.5vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:nth-child(5) {
    top: 673px;
    left: 20%;
    transform: translateX(-20%);
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:nth-child(5) {
    top: 1107px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:nth-child(5) {
    top: 1275px;
  }
}
.contents .book_list01 ul li:nth-child(5) img {
  width: 340px;
}
@media all and (max-width: 1366px) {
  .contents .book_list01 ul li:nth-child(5) img {
    width: 240px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list01 ul li:nth-child(5) img {
    width: 190px;
    padding-left: 10px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list01 ul li:nth-child(5) img {
    width: 170px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list01 ul li:nth-child(5) img {
    width: auto;
    max-width: 100%;
  }
}
.contents .book_list02 {
  position: relative;
  padding-top: 250px;
}
@media all and (max-width: 768px) {
  .contents .book_list02 {
    padding-top: 100px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list02 {
    padding-top: 0;
  }
}
.contents .book_list02 p.title {
  position: absolute;
  top: 6px;
  left: 25vw;
  background: #555;
  color: #fff;
  font-size: 120%;
  text-align: center;
  width: 16%;
  margin: auto;
  padding: 38px 0;
  box-sizing: border-box;
  margin-top: 150px;
  box-shadow: 15px 10px 3px 3px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1680px) {
  .contents .book_list02 p.title {
    left: 23vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list02 p.title {
    left: 19vw;
    width: 18%;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list02 p.title {
    left: 23vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list02 p.title {
    left: 14vw;
    width: 30%;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list02 p.title {
    top: 42px;
    padding: 20px 0;
    margin-top: 100px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list02 p.title {
    position: inherit;
    top: 0;
    left: auto;
    width: 78%;
    font-size: 100%;
    padding: 27px 0;
  }
}
.contents .book_list02 ul {
  position: relative;
  background-image: url(../images/contents_bg_pc2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  height: 631px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1366px) {
  .contents .book_list02 ul {
    background-size: 1400px;
    height: 460px;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list02 ul {
    background-size: 1250px;
    height: 411px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list02 ul {
    background-size: 1000px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list02 ul {
    background-image: url(../images/contents_bg_sp2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 306px;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list02 ul {
    background-size: cover;
  }
}
.contents .book_list02 ul li {
  position: absolute;
  width: 20%;
}
@media all and (max-width: 640px) {
  .contents .book_list02 ul li {
    width: 50%;
  }
}
.contents .book_list02 ul li a:hover {
  opacity: 1;
}
.contents .book_list02 ul li a img {
  transition-duration: 0.5s;
}
.contents .book_list02 ul li a img:hover {
  transform: scale(1) rotate(5deg);
  transition-duration: 0.5s;
}
.contents .book_list02 ul li:first-child {
  top: 120px;
  left: 23vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list02 ul li:first-child {
    left: 20vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list02 ul li:first-child {
    left: 15vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list02 ul li:first-child {
    top: 90px;
    left: 22vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list02 ul li:first-child {
    top: 45px;
    left: 16vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list02 ul li:first-child {
    top: 33px;
    left: 13vw;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list02 ul li:first-child {
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 320px) {
  .contents .book_list02 ul li:first-child {
    left: 40%;
    transform: translateX(-40%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list02 ul li:first-child {
    top: 105px;
  }
}
.contents .book_list02 ul li:first-child img {
  width: 370px;
}
@media all and (max-width: 1366px) {
  .contents .book_list02 ul li:first-child img {
    width: 270px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list02 ul li:first-child img {
    width: 215px;
    padding-left: 10px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list02 ul li:first-child img {
    width: 200px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list02 ul li:first-child img {
    width: auto;
    max-width: 100%;
  }
}
.contents .book_list03_pc {
  position: relative;
  padding-top: 250px;
}
@media all and (max-width: 768px) {
  .contents .book_list03_pc {
    padding-top: 100px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list03_pc {
    display: none;
  }
}
.contents .book_list03_pc p.title1 {
  position: absolute;
  top: 6px;
  left: 25vw;
  background: #555;
  color: #fff;
  font-size: 120%;
  text-align: center;
  width: 16%;
  margin: auto;
  padding: 38px 0;
  box-sizing: border-box;
  margin-top: 150px;
  box-shadow: 15px 10px 3px 3px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1680px) {
  .contents .book_list03_pc p.title1 {
    left: 23vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list03_pc p.title1 {
    left: 19vw;
    width: 18%;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list03_pc p.title1 {
    left: 23vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list03_pc p.title1 {
    left: 14vw;
    width: 30%;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list03_pc p.title1 {
    top: 42px;
    padding: 20px 0;
    margin-top: 0;
  }
}
.contents .book_list03_pc p.title2 {
  position: absolute;
  top: 6px;
  right: 25vw;
  background: #555;
  color: #fff;
  font-size: 120%;
  text-align: center;
  width: 16%;
  margin: auto;
  padding: 38px 0;
  box-sizing: border-box;
  margin-top: 150px;
  box-shadow: 15px 10px 3px 3px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1680px) {
  .contents .book_list03_pc p.title2 {
    right: 20.5vw;
    width: 20%;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list03_pc p.title2 {
    right: 17vw;
    width: 22%;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list03_pc p.title2 {
    right: 22vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list03_pc p.title2 {
    right: 15vw;
    width: 30%;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list03_pc p.title2 {
    top: 42px;
    right: 9%;
    width: 38%;
    padding: 20px 0;
    margin-top: 0;
  }
}
.contents .book_list03_pc ul {
  position: relative;
  background-image: url(../images/contents_bg_pc3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  height: 631px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1366px) {
  .contents .book_list03_pc ul {
    background-size: 1400px;
    height: 460px;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list03_pc ul {
    background-size: 1250px;
    height: 411px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list03_pc ul {
    background-size: 1000px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list03_pc ul {
    background-image: url(../images/contents_bg_sp2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 306px;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list03_pc ul {
    background-size: cover;
  }
}
.contents .book_list03_pc ul li {
  position: absolute;
  width: 20%;
}
.contents .book_list03_pc ul li a:hover {
  opacity: 1;
}
.contents .book_list03_pc ul li a img {
  transition-duration: 0.5s;
}
.contents .book_list03_pc ul li a img:hover {
  transform: scale(1) rotate(5deg);
  transition-duration: 0.5s;
}
.contents .book_list03_pc ul li:first-child {
  top: 120px;
  left: 23vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list03_pc ul li:first-child {
    left: 20vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list03_pc ul li:first-child {
    left: 15vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list03_pc ul li:first-child {
    top: 90px;
    left: 22vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list03_pc ul li:first-child {
    top: 45px;
    left: 16vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list03_pc ul li:first-child {
    top: 33px;
    left: 13vw;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list03_pc ul li:first-child {
    top: 105px;
  }
}
.contents .book_list03_pc ul li:first-child img {
  width: 370px;
}
@media all and (max-width: 1366px) {
  .contents .book_list03_pc ul li:first-child img {
    width: 270px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list03_pc ul li:first-child img {
    width: 215px;
    padding-left: 10px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list03_pc ul li:first-child img {
    width: 200px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list03_pc ul li:first-child img {
    width: auto;
    max-width: 100%;
  }
}
.contents .book_list03_pc ul li:nth-child(2) {
  top: 90px;
  left: 56vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list03_pc ul li:nth-child(2) {
    left: 59vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list03_pc ul li:nth-child(2) {
    left: 60vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list03_pc ul li:nth-child(2) {
    top: 77px;
    left: 56vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list03_pc ul li:nth-child(2) {
    top: 34px;
    left: 58vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list03_pc ul li:nth-child(2) {
    top: 43px;
    left: 60vw;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list03_pc ul li:nth-child(2) {
    top: 85px;
  }
}
.contents .book_list03_pc ul li:nth-child(2) img {
  width: 340px;
}
@media all and (max-width: 1366px) {
  .contents .book_list03_pc ul li:nth-child(2) img {
    width: 240px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list03_pc ul li:nth-child(2) img {
    width: 180px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list03_pc ul li:nth-child(2) img {
    width: 170px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list03_pc ul li:nth-child(2) img {
    width: auto;
    max-width: 90%;
  }
}
.contents .book_list03_sp {
  display: none;
}
@media all and (max-width: 640px) {
  .contents .book_list03_sp {
    display: block;
    padding-top: 0;
  }
}
.contents .book_list03_sp p.title {
  background: #555;
  color: #fff;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
  box-shadow: 15px 10px 3px 3px rgba(0, 0, 0, 0.5);
  width: 78%;
  padding: 27px 0;
  margin-top: 100px;
}
.contents .book_list03_sp ul {
  position: relative;
  background-position: top center;
  text-align: center;
  align-items: center;
  background-image: url(../images/contents_bg_sp3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 306px;
}
.contents .book_list03_sp ul li {
  position: absolute;
  width: 50%;
}
.contents .book_list03_sp ul li a:hover {
  opacity: 1;
}
.contents .book_list03_sp ul li a img {
  transition-duration: 0.5s;
}
.contents .book_list03_sp ul li a img:hover {
  transform: scale(1) rotate(5deg);
  transition-duration: 0.5s;
}
.contents .book_list03_sp ul.first li {
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.contents .book_list03_sp ul.first li img {
  width: 200px;
}
.contents .book_list03_sp ul.second li {
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.contents .book_list03_sp ul.second li img {
  width: 170px;
}
.contents .book_list04 p.title {
  background: #555;
  color: #fff;
  font-size: 120%;
  text-align: center;
  width: 40%;
  margin: auto;
  padding: 38px 0;
  box-sizing: border-box;
  margin-top: 150px;
  box-shadow: 15px 10px 3px 3px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1025px) {
  .contents .book_list04 p.title {
    width: 55%;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list04 p.title {
    padding: 20px 0;
    margin-top: 0;
    width: 65%;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list04 p.title {
    width: 78%;
    font-size: 100%;
    padding: 27px 0;
    margin-top: 100px;
  }
}
@media all and (max-width: 320px) {
  .contents .book_list04 p.title {
    width: 85%;
    font-size: 70%;
  }
}
.contents .book_list04 ul {
  position: relative;
  background-image: url(../images/contents_bg_pc4.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  height: 1232px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1366px) {
  .contents .book_list04 ul {
    background-size: 1400px;
    height: 898px;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list04 ul {
    background-size: 1250px;
    height: 802px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list04 ul {
    background-size: 1000px;
    height: 642px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list04 ul {
    background-image: url(../images/contents_bg_sp4.jpg);
    background-size: 880px;
    background-repeat: no-repeat;
    height: 1091px;
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list04 ul {
    background-size: cover;
  }
}
.contents .book_list04 ul li {
  position: absolute;
  width: 20%;
}
@media all and (max-width: 640px) {
  .contents .book_list04 ul li {
    width: 54%;
  }
}
.contents .book_list04 ul li a:hover {
  opacity: 1;
}
.contents .book_list04 ul li a img {
  transition-duration: 0.5s;
}
.contents .book_list04 ul li a img:hover {
  transform: scale(1) rotate(5deg);
  transition-duration: 0.5s;
}
.contents .book_list04 ul li:first-child {
  top: 90px;
  left: 23vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list04 ul li:first-child {
    left: 20vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list04 ul li:first-child {
    left: 15vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list04 ul li:first-child {
    top: 80px;
    left: 22vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list04 ul li:first-child {
    top: 35px;
    left: 17vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list04 ul li:first-child {
    top: 45px;
    left: 21%;
    transform: translateX(-21%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list04 ul li:first-child {
    top: 85px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list04 ul li:first-child {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contents .book_list04 ul li:nth-child(2) {
  top: 90px;
  left: 56vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list04 ul li:nth-child(2) {
    left: 57vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list04 ul li:nth-child(2) {
    left: 60vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list04 ul li:nth-child(2) {
    top: 80px;
    left: 57vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list04 ul li:nth-child(2) {
    top: 35px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list04 ul li:nth-child(2) {
    top: 45px;
    left: 59vw;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list04 ul li:nth-child(2) {
    top: 307px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list04 ul li:nth-child(2) {
    top: 85px;
  }
}
.contents .book_list04 ul li:nth-child(3) {
  top: 692px;
  left: 23vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list04 ul li:nth-child(3) {
    left: 19vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list04 ul li:nth-child(3) {
    left: 15vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list04 ul li:nth-child(3) {
    top: 515px;
    left: 22vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list04 ul li:nth-child(3) {
    top: 424px;
    left: 17vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list04 ul li:nth-child(3) {
    top: 357px;
    left: 21%;
    transform: translateX(-21%);
  }
}
@media all and (max-width: 640px) {
  .contents .book_list04 ul li:nth-child(3) {
    top: 575px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list04 ul li:nth-child(3) {
    top: 688px;
  }
}
.contents .book_list04 ul li:nth-child(4) {
  top: 692px;
  left: 56vw;
}
@media all and (max-width: 1680px) {
  .contents .book_list04 ul li:nth-child(4) {
    left: 57vw;
  }
}
@media all and (max-width: 1440px) {
  .contents .book_list04 ul li:nth-child(4) {
    left: 60vw;
  }
}
@media all and (max-width: 1366px) {
  .contents .book_list04 ul li:nth-child(4) {
    top: 515px;
    left: 57vw;
  }
}
@media all and (max-width: 1025px) {
  .contents .book_list04 ul li:nth-child(4) {
    top: 424px;
    left: 57vw;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list04 ul li:nth-child(4) {
    top: 357px;
    left: 59vw;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list04 ul li:nth-child(4) {
    top: 843px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list04 ul li:nth-child(4) {
    top: 688px;
  }
}
.contents .book_list04 ul li img {
  width: 340px;
}
@media all and (max-width: 1366px) {
  .contents .book_list04 ul li img {
    width: 240px;
  }
}
@media all and (max-width: 768px) {
  .contents .book_list04 ul li img {
    width: 180px;
  }
}
@media all and (max-width: 640px) {
  .contents .book_list04 ul li img {
    width: 155px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .contents .book_list04 ul li img {
    width: auto;
    max-width: 90%;
  }
}

.banner_area {
  margin-bottom: 50px;
}
@media all and (max-width: 480px) {
  .banner_area {
    margin-bottom: 0;
  }
}
.banner_area .inner ul.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner_area .inner ul.banner li {
  width: 45%;
  margin-bottom: 30px;
}
@media all and (max-width: 480px) {
  .banner_area .inner ul.banner li {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner_area .inner ul.banner li:last-child {
    margin-bottom: 0;
  }
}
.banner_area .inner ul.banner li.wide {
  width: 100%;
  text-align: center;
}
.banner_area .inner ul.banner li.wide img {
  max-width: 600px;
}

footer {
  color: #42210b;
}
@media all and (max-width: 480px) {
  footer {
    padding-top: 50px;
  }
}
footer::before {
  content: none;
}
footer .create p:nth-child(3) {
  margin-top: 15px;
}
footer .create p:nth-child(3) a {
  color: #42210b;
}
footer #pagetop {
  background: #42210b;
}
@media all and (max-width: 480px) {
  footer #pagetop {
    margin-bottom: 50px;
  }
}

.bannertitle {
  display: block;
  background: #555;
  color: #fff;
  font-size: 120%;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 50px;
  padding: 33px 10px;
  box-sizing: border-box;
  box-shadow: 15px 10px 3px 3px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 480px) {
  .bannertitle {
    font-size: 100%;
    width: 70%;
    max-width: 300px;
    margin: 70px auto 20px;
    padding: 23px 10px;
  }
}
