@charset "UTF-8";
#WondaHeader {
  position: relative;
  z-index: 250; }

#WondaFooter {
  position: absolute;
  margin: 0 auto;
  padding-top: 15px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 250; }
  #WondaFooter .WondaFooterIn .Pagetop {
    display: none !important; }

.l-fot-info--simple {
  position: relative;
  -webkit-box-shadow: 0 -4px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -4px 3px -3px rgba(0, 0, 0, 0.3); }

.head_link {
  padding: 10px 0 0 !important;
  min-width: 720px; }

.bb_custom_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -48.421%;
  right: 0;
  margin: 0 auto;
  line-height: 0;
  z-index: 150; }

.bb_custom_nav {
  position: absolute;
  background: url(../img/book_cover.png);
  background-size: 100% auto;
  width: 40.834vw;
  max-width: 490px;
  min-width: 395px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  padding: 0 0 0 1.5%;
  font-size: 0;
  z-index: 250;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bb_custom_nav a {
    display: inline-block;
    background: #fff;
    width: 29.415%;
    min-width: 115px;
    margin-top: 95.49%;
    cursor: pointer; }
    .bb_custom_nav a img {
      max-width: 100%;
      height: auto;
      -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
    .bb_custom_nav a:hover img {
      opacity: 0.7; }
    .bb_custom_nav a + a {
      margin-left: 2.1%; }

.bb_bookblock {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 200; }
  .bb_bookblock .bb_item {
    opacity: 0;
    display: block;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
    .bb_bookblock .bb_item.begin {
      z-index: 200; }
    .bb_bookblock .bb_item.first {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
      z-index: 250; }
    .bb_bookblock .bb_item.second {
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
      z-index: 250; }
    .bb_bookblock .bb_item.third {
      width: 100%;
      z-index: 200; }
  .bb_bookblock.shown .begin {
    -webkit-animation: begin 0.5s linear 0s forwards;
    animation: begin 0.5s linear 0s forwards; }
  .bb_bookblock.shown .first {
    -webkit-animation: first 0.5s linear 0.5s forwards;
    animation: first 0.5s linear 0.5s forwards; }
  .bb_bookblock.shown .second {
    -webkit-animation: second 0.5s linear 1s forwards;
    animation: second 0.5s linear 1s forwards; }
  .bb_bookblock.shown .third {
    -webkit-animation: third 1s linear 0.5s forwards;
    animation: third 1s linear 0.5s forwards; }
  .bb_bookblock img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

@-webkit-keyframes begin {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate(230px, 0);
    transform: translate(230px, 0); } }

@keyframes begin {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate(230px, 0);
    transform: translate(230px, 0); } }

@-webkit-keyframes first {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }

@keyframes first {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }

@-webkit-keyframes second {
  from {
    opacity: 1;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

@keyframes second {
  from {
    opacity: 1;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

@-webkit-keyframes third {
  from, to {
    opacity: 1; } }

@keyframes third {
  from, to {
    opacity: 1; } }

@-webkit-keyframes data {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes data {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@media screen and (max-width: 768px) {
  .head_link, .bb_wrapper {
    min-width: auto; }
  .bb_custom_wrapper {
    width: 100%;
    min-width: auto; }
    .bb_custom_wrapper > .sp_none {
      display: none !important; }
    .bb_custom_wrapper > .ex_none {
      display: block !important; }
  .bb_custom_nav {
    background: url(../img/book_cover_sp.png) center no-repeat;
    background-size: contain;
    width: 100%;
    max-width: none;
    padding: 0; }
    .bb_custom_nav > a {
      background: transparent;
      margin: 46% auto 0; }
      .bb_custom_nav > a ~ .sp_none {
        margin: 3% auto 0; } }

@media screen and (max-width: 640px) {
  #WondaContainer {
    position: relative; }
  #WondaFooter {
    bottom: 5vw !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fotter_pagetop {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .SnsOuter {
    padding: 0 0 0 10px !important; }
  .head_link {
    background: none;
    padding: 0 !important; }
    .head_link > li {
      background: url(../img/head_link_line_sp1.png) center right no-repeat;
      background-size: auto 40%; }
  .bb_wrapper {
    padding: 13vw 0 25vw;
    height: auto;
    min-height: auto; }
    .bb_wrapper:before, .bb_wrapper:after {
      content: none; }
  .bb_custom_wrapper {
    position: static;
    height: auto;
    min-height: auto;
    max-height: none; }
  .bb_custom_nav {
    position: static;
    width: 100vw;
    max-width: 750vw;
    min-width: 320px;
    height: auto;
    padding-bottom: 15%; }
    .bb_custom_nav > .ex_none {
      background: transparent;
      width: 42.667%;
      max-width: 320px;
      margin: 0 auto;
      padding-top: 66%; }
      .bb_custom_nav > .ex_none ~ .ex_none {
        padding-top: 3%; }
  .colophon_wrapper {
    width: 76.667%;
    left: 0;
    right: 0;
    bottom: 20vw;
    margin: 0 auto;
    text-align: right; }
    .colophon_wrapper + .ex_none {
      position: absolute;
      width: 76.667%;
      left: 0;
      right: 0;
      bottom: 20vw;
      margin: 0 auto;
      line-height: 1;
      font-size: 11px;
      text-align: left; }
      .colophon_wrapper + .ex_none > a {
        color: #5c4324; }
        .colophon_wrapper + .ex_none > a:before {
          content: "＞";
          display: inline-block;
          padding-right: 0.3em; }
  .bb_custom_modal.show_data {
    display: block; }
  .map_modal_inner {
    display: block;
    background: transparent;
    min-width: 255px;
    color: #322f26; }
    .map_modal_inner .data_wrapper {
      background: #fff;
      width: 100%;
      position: static;
      padding: 7%;
      height: auto; }
    .map_modal_inner .data_list > dt {
      width: 32%; }
    .map_modal_inner .data_list > dd {
      width: 68%; }
  .map_modal_close {
    min-width: 255px;
    bottom: 63vw; }
    .map_modal_close.bottom {
      top: 63vw;
      bottom: auto;
      z-index: 200; } }
