@charset "UTF-8";

.bb-bookblock {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 100;
	-webkit-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.bb-page > div, .bb-outer, .bb-content, .bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: visible;
}
.bb-vertical .bb-content {
	width: 200%;
}
.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}
.bb-overlay, .bb-flipoverlay {
	position: absolute;
//	background-color: rgba(0, 0, 0, 0.7);
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}
.bb-bookblock.bb-vertical > div.bb-page:first-child, .bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Content display */
.bb-vertical .bb-front .bb-content {
	left: -100%;
}

/* Flipping classes */
.bb-vertical .bb-flip-next, .bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}
.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	transform: rotateY(-165deg);
}
.bb-item {
	display: none;
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.bb-custom-wrapper {
	position: absolute;
	max-width: 950px;
    min-width: 769px;
    width: 79.167vw;
    height: 54.167vw;
    max-height: 650px;
    min-height: 526px;
    left: 0;
    right: 0;
    top: 75px;
	margin: 0 auto;
//    padding-bottom: 68.421%;
	text-align: center;
    box-sizing: border-box;
}
.bb-wrapper {
    position: relative;
    background: url(../img/anime_170706_back.jpg) center top repeat-y;
    background-size: auto 800px;
    width: 100vw;
    min-width: 769px;
    max-width: 1200px;
    height: 800px;
    margin: 0 auto;
}
.bb-bookblock img, .bb-custom-cover img, .bb-custom-map img, .bb-custom-nav img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.colophon_wrapper {
    position: absolute;
    width: 100%;
    bottom: 50px;
    margin: 0;
    line-height: 1;
    font-size: 11px;
    color: #5c4324;
    text-align: center;
}
.data_wrapper {
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 295px;
    height: 210px;
    right: 20px;
    bottom: 20px;
}
@media screen and (max-width:1130px) {
    .data_wrapper {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width:1130px) {
    .bb-wrapper {
        height: 86vw;
        min-height: 870px;
    }
    .colophon_wrapper {
        bottom: 27%;
    }
}
body {
    margin: 0;
}